|
2 | 2 | "_sync": { |
3 | 3 | "generatedBy": "configurator/scripts/sync-api.mjs", |
4 | 4 | "source": "docs/api-index.json", |
5 | | - "tokensHash": "554ed4dfb519", |
| 5 | + "tokensHash": "d99951a174ca", |
6 | 6 | "bundles": [ |
7 | 7 | "full", |
8 | 8 | "optimal" |
9 | 9 | ], |
10 | 10 | "counts": { |
11 | | - "tokens": 747, |
| 11 | + "tokens": 741, |
12 | 12 | "byTier": { |
13 | | - "PUBLIC": 693, |
14 | | - "PUBLIC-ADVANCED": 53, |
| 13 | + "PUBLIC": 691, |
| 14 | + "PUBLIC-ADVANCED": 49, |
15 | 15 | "INTERNAL": 1 |
16 | 16 | }, |
17 | 17 | "byCategory": { |
18 | 18 | "Layout tokens": 53, |
19 | | - "Core tokens": 616, |
| 19 | + "Core tokens": 610, |
20 | 20 | "Macro tokens": 32, |
21 | 21 | "Component tokens": 46 |
22 | 22 | } |
|
7792 | 7792 | "optimal" |
7793 | 7793 | ] |
7794 | 7794 | }, |
7795 | | - { |
7796 | | - "name": "--sf-current-font-weight", |
7797 | | - "tier": "PUBLIC", |
7798 | | - "role": "consumption", |
7799 | | - "namespace": "current", |
7800 | | - "category": "Core tokens", |
7801 | | - "group": "Font weights", |
7802 | | - "description": "Numeric font-weight scale plus named aliases for common roles.", |
7803 | | - "note": "Inherits the current font-weight from context. Useful as a reset.", |
7804 | | - "value": "var(--sf-font-weight-bold)", |
7805 | | - "aliasOf": "--sf-font-weight-bold", |
7806 | | - "registered": false, |
7807 | | - "syntax": null, |
7808 | | - "fallbackOnly": false, |
7809 | | - "optional": false, |
7810 | | - "layer": "slashed.tokens", |
7811 | | - "bundles": [ |
7812 | | - "full", |
7813 | | - "optimal" |
7814 | | - ] |
7815 | | - }, |
7816 | 7795 | { |
7817 | 7796 | "name": "--sf-density", |
7818 | 7797 | "tier": "PUBLIC-ADVANCED", |
|
10708 | 10687 | "optimal" |
10709 | 10688 | ] |
10710 | 10689 | }, |
10711 | | - { |
10712 | | - "name": "--sf-is-active", |
10713 | | - "tier": "PUBLIC-ADVANCED", |
10714 | | - "role": "knob", |
10715 | | - "namespace": "is", |
10716 | | - "category": "Core tokens", |
10717 | | - "group": "INTERACTION STATE FLAGS", |
10718 | | - "description": "Integer flags toggled by JS or CSS :has() to drive numeric branching in calc() expressions. Set to 1 to activate the state; 0 is the default off state.", |
10719 | | - "note": "Integer state flag for the active state. Set to 1 (via JS or .sf-is-active) to drive branching calc() expressions. 0 = default (inactive).", |
10720 | | - "value": "0", |
10721 | | - "aliasOf": null, |
10722 | | - "registered": true, |
10723 | | - "syntax": "<integer>", |
10724 | | - "fallbackOnly": false, |
10725 | | - "optional": false, |
10726 | | - "layer": "slashed.tokens", |
10727 | | - "bundles": [ |
10728 | | - "full", |
10729 | | - "optimal" |
10730 | | - ] |
10731 | | - }, |
10732 | | - { |
10733 | | - "name": "--sf-is-current", |
10734 | | - "tier": "PUBLIC-ADVANCED", |
10735 | | - "role": "knob", |
10736 | | - "namespace": "is", |
10737 | | - "category": "Core tokens", |
10738 | | - "group": "INTERACTION STATE FLAGS", |
10739 | | - "description": "Integer flags toggled by JS or CSS :has() to drive numeric branching in calc() expressions. Set to 1 to activate the state; 0 is the default off state.", |
10740 | | - "note": "Integer state flag for the current/selected state. Set to 1 (via .sf-is-current) to drive branching calc() expressions. 0 = default.", |
10741 | | - "value": "0", |
10742 | | - "aliasOf": null, |
10743 | | - "registered": true, |
10744 | | - "syntax": "<integer>", |
10745 | | - "fallbackOnly": false, |
10746 | | - "optional": false, |
10747 | | - "layer": "slashed.tokens", |
10748 | | - "bundles": [ |
10749 | | - "full", |
10750 | | - "optimal" |
10751 | | - ] |
10752 | | - }, |
10753 | 10690 | { |
10754 | 10691 | "name": "--sf-is-dark", |
10755 | 10692 | "tier": "INTERNAL", |
|
10771 | 10708 | "optimal" |
10772 | 10709 | ] |
10773 | 10710 | }, |
10774 | | - { |
10775 | | - "name": "--sf-is-open", |
10776 | | - "tier": "PUBLIC-ADVANCED", |
10777 | | - "role": "knob", |
10778 | | - "namespace": "is", |
10779 | | - "category": "Core tokens", |
10780 | | - "group": "INTERACTION STATE FLAGS", |
10781 | | - "description": "Integer flags toggled by JS or CSS :has() to drive numeric branching in calc() expressions. Set to 1 to activate the state; 0 is the default off state.", |
10782 | | - "note": "Integer state flag for the open/expanded state. Set to 1 (via .sf-is-open) to drive branching calc() expressions. 0 = default (closed).", |
10783 | | - "value": "0", |
10784 | | - "aliasOf": null, |
10785 | | - "registered": true, |
10786 | | - "syntax": "<integer>", |
10787 | | - "fallbackOnly": false, |
10788 | | - "optional": false, |
10789 | | - "layer": "slashed.tokens", |
10790 | | - "bundles": [ |
10791 | | - "full", |
10792 | | - "optimal" |
10793 | | - ] |
10794 | | - }, |
10795 | | - { |
10796 | | - "name": "--sf-is-pressed", |
10797 | | - "tier": "PUBLIC-ADVANCED", |
10798 | | - "role": "knob", |
10799 | | - "namespace": "is", |
10800 | | - "category": "Core tokens", |
10801 | | - "group": "INTERACTION STATE FLAGS", |
10802 | | - "description": "Integer flags toggled by JS or CSS :has() to drive numeric branching in calc() expressions. Set to 1 to activate the state; 0 is the default off state.", |
10803 | | - "note": "Integer state flag for the pressed state. Set to 1 (via .sf-is-pressed) to drive branching calc() expressions. 0 = default.", |
10804 | | - "value": "0", |
10805 | | - "aliasOf": null, |
10806 | | - "registered": true, |
10807 | | - "syntax": "<integer>", |
10808 | | - "fallbackOnly": false, |
10809 | | - "optional": false, |
10810 | | - "layer": "slashed.tokens", |
10811 | | - "bundles": [ |
10812 | | - "full", |
10813 | | - "optimal" |
10814 | | - ] |
10815 | | - }, |
10816 | 10711 | { |
10817 | 10712 | "name": "--sf-leading-normal", |
10818 | 10713 | "tier": "PUBLIC", |
|
11198 | 11093 | "namespace": "opacity", |
11199 | 11094 | "category": "Core tokens", |
11200 | 11095 | "group": "Opacity", |
11201 | | - "description": "Opacity tokens for specific UI states: --sf-opacity-disabled dims non-interactive elements; --sf-state-pending-opacity dims elements in an async/loading state.", |
| 11096 | + "description": "Opacity tokens for specific UI states: --sf-opacity-disabled dims non-interactive elements.", |
11202 | 11097 | "note": "Opacity for disabled UI elements (typically 0.4–0.5).", |
11203 | 11098 | "value": "0.45", |
11204 | 11099 | "aliasOf": null, |
|
13480 | 13375 | "optimal" |
13481 | 13376 | ] |
13482 | 13377 | }, |
13483 | | - { |
13484 | | - "name": "--sf-state-pending-opacity", |
13485 | | - "tier": "PUBLIC", |
13486 | | - "role": "knob", |
13487 | | - "namespace": "state", |
13488 | | - "category": "Core tokens", |
13489 | | - "group": "Opacity", |
13490 | | - "description": "Opacity tokens for specific UI states: --sf-opacity-disabled dims non-interactive elements; --sf-state-pending-opacity dims elements in an async/loading state.", |
13491 | | - "note": "Opacity for pending / loading state elements.", |
13492 | | - "value": "0.7", |
13493 | | - "aliasOf": null, |
13494 | | - "registered": false, |
13495 | | - "syntax": null, |
13496 | | - "fallbackOnly": false, |
13497 | | - "optional": false, |
13498 | | - "layer": "slashed.tokens", |
13499 | | - "bundles": [ |
13500 | | - "full", |
13501 | | - "optimal" |
13502 | | - ] |
13503 | | - }, |
13504 | 13378 | { |
13505 | 13379 | "name": "--sf-sticky-offset", |
13506 | 13380 | "tier": "PUBLIC", |
|
0 commit comments