@etus/tokens 1.0.1 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1407,6 +1407,46 @@
1407
1407
  "light": "oklch(100.00% 0.0000 0)",
1408
1408
  "dark": "oklch(20.46% 0.0000 0)"
1409
1409
  },
1410
+ {
1411
+ "name": "popover-bg",
1412
+ "cssVar": "--popover-bg",
1413
+ "type": "color",
1414
+ "description": "Popover bg dark override per DES-1294 item 7.",
1415
+ "dark": "oklch(20.46% 0.0000 0)",
1416
+ "light": "oklch(100.00% 0.0000 0)"
1417
+ },
1418
+ {
1419
+ "name": "popover-border",
1420
+ "cssVar": "--popover-border",
1421
+ "type": "color",
1422
+ "description": "Popover border dark override per DES-1294 item 7.",
1423
+ "dark": "oklch(37.15% 0.0000 0)",
1424
+ "light": "oklch(92.19% 0.0000 0)"
1425
+ },
1426
+ {
1427
+ "name": "popover-content-background",
1428
+ "cssVar": "--popover-content-background",
1429
+ "type": "color",
1430
+ "description": "Popover content background dark override per DES-1294 item 7.",
1431
+ "dark": "oklch(20.46% 0.0000 0)",
1432
+ "light": "oklch(100.00% 0.0000 0)"
1433
+ },
1434
+ {
1435
+ "name": "popover-content-foreground",
1436
+ "cssVar": "--popover-content-foreground",
1437
+ "type": "color",
1438
+ "description": "Popover content foreground dark override per DES-1294 item 7.",
1439
+ "dark": "oklch(98.51% 0.0000 0)",
1440
+ "light": "oklch(20.46% 0.0000 0)"
1441
+ },
1442
+ {
1443
+ "name": "popover-fg",
1444
+ "cssVar": "--popover-fg",
1445
+ "type": "color",
1446
+ "description": "Popover fg dark override per DES-1294 item 7.",
1447
+ "dark": "oklch(98.51% 0.0000 0)",
1448
+ "light": "oklch(20.46% 0.0000 0)"
1449
+ },
1410
1450
  {
1411
1451
  "name": "popover-foreground",
1412
1452
  "cssVar": "--popover-foreground",
@@ -1843,6 +1883,54 @@
1843
1883
  },
1844
1884
  "typography": {
1845
1885
  "tokens": [
1886
+ {
1887
+ "name": "avatar-label-c2-font-weight",
1888
+ "cssVar": "--avatar-label-c2-font-weight",
1889
+ "type": "fontWeight",
1890
+ "value": "600"
1891
+ },
1892
+ {
1893
+ "name": "avatar-label-h3-font-weight",
1894
+ "cssVar": "--avatar-label-h3-font-weight",
1895
+ "type": "fontWeight",
1896
+ "value": "700"
1897
+ },
1898
+ {
1899
+ "name": "avatar-label-h4-font-weight",
1900
+ "cssVar": "--avatar-label-h4-font-weight",
1901
+ "type": "fontWeight",
1902
+ "value": "700"
1903
+ },
1904
+ {
1905
+ "name": "avatar-label-p1-font-weight",
1906
+ "cssVar": "--avatar-label-p1-font-weight",
1907
+ "type": "fontWeight",
1908
+ "value": "400"
1909
+ },
1910
+ {
1911
+ "name": "avatar-label-p2-font-weight",
1912
+ "cssVar": "--avatar-label-p2-font-weight",
1913
+ "type": "fontWeight",
1914
+ "value": "400"
1915
+ },
1916
+ {
1917
+ "name": "avatar-label-p3-font-weight",
1918
+ "cssVar": "--avatar-label-p3-font-weight",
1919
+ "type": "fontWeight",
1920
+ "value": "400"
1921
+ },
1922
+ {
1923
+ "name": "feature-item-link-font-weight",
1924
+ "cssVar": "--feature-item-link-font-weight",
1925
+ "type": "fontWeight",
1926
+ "value": "600"
1927
+ },
1928
+ {
1929
+ "name": "feature-item-title-font-weight",
1930
+ "cssVar": "--feature-item-title-font-weight",
1931
+ "type": "fontWeight",
1932
+ "value": "600"
1933
+ },
1846
1934
  {
1847
1935
  "name": "font-leading-loose",
1848
1936
  "cssVar": "--font-leading-loose",
@@ -2159,7 +2247,8 @@
2159
2247
  "name": "kbd-root-font-weight",
2160
2248
  "cssVar": "--kbd-root-font-weight",
2161
2249
  "type": "fontWeight",
2162
- "value": "500"
2250
+ "description": "Kbd font-weight aligned with Figma semibold (600) per DES-1077 — pre-fix was 500 (medium).",
2251
+ "value": "600"
2163
2252
  },
2164
2253
  {
2165
2254
  "name": "label-optional-font-weight",
@@ -2171,7 +2260,8 @@
2171
2260
  "name": "label-root-font-weight",
2172
2261
  "cssVar": "--label-root-font-weight",
2173
2262
  "type": "fontWeight",
2174
- "value": "500"
2263
+ "description": "Aligned with Figma style Paragraph/P3 — weight=normal (400)",
2264
+ "value": "400"
2175
2265
  },
2176
2266
  {
2177
2267
  "name": "paragraph-base-font-family",
@@ -2203,6 +2293,27 @@
2203
2293
  "type": "fontWeight",
2204
2294
  "value": "600"
2205
2295
  },
2296
+ {
2297
+ "name": "sidebar-nav-item-font-weight",
2298
+ "cssVar": "--sidebar-nav-item-font-weight",
2299
+ "type": "fontWeight",
2300
+ "description": "Panel nav-item label weight = normal.",
2301
+ "value": "400"
2302
+ },
2303
+ {
2304
+ "name": "sidebar-panel-header-font-weight",
2305
+ "cssVar": "--sidebar-panel-header-font-weight",
2306
+ "type": "fontWeight",
2307
+ "description": "Panel title weight = bold (Figma font-bold).",
2308
+ "value": "700"
2309
+ },
2310
+ {
2311
+ "name": "sidebar-section-title-font-weight",
2312
+ "cssVar": "--sidebar-section-title-font-weight",
2313
+ "type": "fontWeight",
2314
+ "description": "Section title weight = normal (Figma Inter Regular).",
2315
+ "value": "400"
2316
+ },
2206
2317
  {
2207
2318
  "name": "text-color-default",
2208
2319
  "cssVar": "--text-color-default",
@@ -2531,17 +2642,32 @@
2531
2642
  "type": "lineHeight",
2532
2643
  "value": "32px"
2533
2644
  },
2645
+ {
2646
+ "name": "text-size-2xs-font-size",
2647
+ "cssVar": "--text-size-2xs-font-size",
2648
+ "type": "fontSize",
2649
+ "description": "Text 2xs added per DES-1314 item 5.",
2650
+ "value": "10px"
2651
+ },
2652
+ {
2653
+ "name": "text-size-2xs-line-height",
2654
+ "cssVar": "--text-size-2xs-line-height",
2655
+ "type": "lineHeight",
2656
+ "value": "14px"
2657
+ },
2534
2658
  {
2535
2659
  "name": "text-size-3xl-font-size",
2536
2660
  "cssVar": "--text-size-3xl-font-size",
2537
2661
  "type": "fontSize",
2538
- "value": "30px"
2662
+ "description": "Text 3xl aligned with Figma 32px per Bowser audit Text — pre-fix was 30px.",
2663
+ "value": "32px"
2539
2664
  },
2540
2665
  {
2541
2666
  "name": "text-size-3xl-line-height",
2542
2667
  "cssVar": "--text-size-3xl-line-height",
2543
2668
  "type": "lineHeight",
2544
- "value": "36px"
2669
+ "description": "Text 3xl line-height aligned with Figma 40px per Bowser audit Text — pre-fix was 36px.",
2670
+ "value": "40px"
2545
2671
  },
2546
2672
  {
2547
2673
  "name": "text-size-4xl-font-size",
@@ -2553,7 +2679,60 @@
2553
2679
  "name": "text-size-4xl-line-height",
2554
2680
  "cssVar": "--text-size-4xl-line-height",
2555
2681
  "type": "lineHeight",
2556
- "value": "40px"
2682
+ "description": "Text 4xl line-height aligned with Figma 44px per Bowser audit Text — pre-fix was 40px.",
2683
+ "value": "44px"
2684
+ },
2685
+ {
2686
+ "name": "text-size-5xl-font-size",
2687
+ "cssVar": "--text-size-5xl-font-size",
2688
+ "type": "fontSize",
2689
+ "description": "Text 5xl added per DES-1314 item 5.",
2690
+ "value": "48px"
2691
+ },
2692
+ {
2693
+ "name": "text-size-5xl-line-height",
2694
+ "cssVar": "--text-size-5xl-line-height",
2695
+ "type": "lineHeight",
2696
+ "value": "56px"
2697
+ },
2698
+ {
2699
+ "name": "text-size-6xl-font-size",
2700
+ "cssVar": "--text-size-6xl-font-size",
2701
+ "type": "fontSize",
2702
+ "description": "Text 6xl added per DES-1314 item 5.",
2703
+ "value": "60px"
2704
+ },
2705
+ {
2706
+ "name": "text-size-6xl-line-height",
2707
+ "cssVar": "--text-size-6xl-line-height",
2708
+ "type": "lineHeight",
2709
+ "value": "68px"
2710
+ },
2711
+ {
2712
+ "name": "text-size-7xl-font-size",
2713
+ "cssVar": "--text-size-7xl-font-size",
2714
+ "type": "fontSize",
2715
+ "description": "Text 7xl added per DES-1314 item 5.",
2716
+ "value": "72px"
2717
+ },
2718
+ {
2719
+ "name": "text-size-7xl-line-height",
2720
+ "cssVar": "--text-size-7xl-line-height",
2721
+ "type": "lineHeight",
2722
+ "value": "80px"
2723
+ },
2724
+ {
2725
+ "name": "text-size-8xl-font-size",
2726
+ "cssVar": "--text-size-8xl-font-size",
2727
+ "type": "fontSize",
2728
+ "description": "Text 8xl added per DES-1314 item 5.",
2729
+ "value": "96px"
2730
+ },
2731
+ {
2732
+ "name": "text-size-8xl-line-height",
2733
+ "cssVar": "--text-size-8xl-line-height",
2734
+ "type": "lineHeight",
2735
+ "value": "104px"
2557
2736
  },
2558
2737
  {
2559
2738
  "name": "text-size-base-font-size",
@@ -2629,6 +2808,27 @@
2629
2808
  "description": "Tertiary text (neutral-400)",
2630
2809
  "value": "oklch(71.55% 0.0000 0)"
2631
2810
  },
2811
+ {
2812
+ "name": "text-variant-code-padding-x",
2813
+ "cssVar": "--text-variant-code-padding-x",
2814
+ "type": "dimension",
2815
+ "description": "Text variant=code horizontal padding per DES-1314 — was hardcoded.",
2816
+ "value": "0.3rem"
2817
+ },
2818
+ {
2819
+ "name": "text-variant-code-padding-y",
2820
+ "cssVar": "--text-variant-code-padding-y",
2821
+ "type": "dimension",
2822
+ "description": "Text variant=code vertical padding per DES-1314 — was hardcoded.",
2823
+ "value": "0.2rem"
2824
+ },
2825
+ {
2826
+ "name": "text-variant-code-radius",
2827
+ "cssVar": "--text-variant-code-radius",
2828
+ "type": "dimension",
2829
+ "description": "Text variant=code border-radius per DES-1314 — was bare rounded utility.",
2830
+ "value": "4px"
2831
+ },
2632
2832
  {
2633
2833
  "name": "text-warning",
2634
2834
  "cssVar": "--text-warning",
@@ -3160,48 +3360,6 @@
3160
3360
  "cssVar": "--layout-header-height",
3161
3361
  "type": "dimension",
3162
3362
  "value": "56px"
3163
- },
3164
- {
3165
- "name": "layout-rail-background",
3166
- "cssVar": "--layout-rail-background",
3167
- "type": "color",
3168
- "value": "oklch(98.51% 0.0000 0)"
3169
- },
3170
- {
3171
- "name": "layout-rail-border",
3172
- "cssVar": "--layout-rail-border",
3173
- "type": "color",
3174
- "value": "oklch(92.19% 0.0000 0)"
3175
- },
3176
- {
3177
- "name": "layout-rail-width",
3178
- "cssVar": "--layout-rail-width",
3179
- "type": "dimension",
3180
- "value": "48px"
3181
- },
3182
- {
3183
- "name": "layout-sidebar-background",
3184
- "cssVar": "--layout-sidebar-background",
3185
- "type": "color",
3186
- "value": "oklch(98.51% 0.0000 0)"
3187
- },
3188
- {
3189
- "name": "layout-sidebar-border",
3190
- "cssVar": "--layout-sidebar-border",
3191
- "type": "color",
3192
- "value": "oklch(92.19% 0.0000 0)"
3193
- },
3194
- {
3195
- "name": "layout-sidebar-collapsed-width",
3196
- "cssVar": "--layout-sidebar-collapsed-width",
3197
- "type": "dimension",
3198
- "value": "64px"
3199
- },
3200
- {
3201
- "name": "layout-sidebar-width",
3202
- "cssVar": "--layout-sidebar-width",
3203
- "type": "dimension",
3204
- "value": "240px"
3205
3363
  }
3206
3364
  ]
3207
3365
  },
@@ -3211,29 +3369,36 @@
3211
3369
  "name": "shadow-lg",
3212
3370
  "cssVar": "--shadow-lg",
3213
3371
  "type": "shadow",
3214
- "description": "Dark mode large shadow: white inner highlight + black outer drop",
3215
- "value": "inset 0 1px 0 0 rgb(255 255 255 / 0.08), 0 12px 24px 0 rgb(0 0 0 / 0.45)"
3372
+ "description": "Light mode large shadow: modals and popovers complexos.",
3373
+ "value": "0 10px 20px 0 rgb(0 0 0 / 0.12), 0 6px 6px 0 rgb(0 0 0 / 0.08)"
3216
3374
  },
3217
3375
  {
3218
3376
  "name": "shadow-md",
3219
3377
  "cssVar": "--shadow-md",
3220
3378
  "type": "shadow",
3221
- "description": "Dark mode medium shadow: white inner highlight + black outer drop",
3222
- "value": "inset 0 1px 0 0 rgb(255 255 255 / 0.08), 0 6px 12px 0 rgb(0 0 0 / 0.40)"
3379
+ "description": "Light mode medium shadow: dropdowns, popovers and similar mid-elevation surfaces.",
3380
+ "value": "0 4px 8px 0 rgb(0 0 0 / 0.10), 0 2px 4px 0 rgb(0 0 0 / 0.06)"
3223
3381
  },
3224
3382
  {
3225
3383
  "name": "shadow-sm",
3226
3384
  "cssVar": "--shadow-sm",
3227
3385
  "type": "shadow",
3228
- "description": "Dark mode small shadow: white inner highlight + black outer drop",
3229
- "value": "inset 0 1px 0 0 rgb(255 255 255 / 0.08), 0 2px 4px 0 rgb(0 0 0 / 0.35)"
3386
+ "description": "Light mode small shadow: discreet drop for raised cards and sticky elements.",
3387
+ "value": "0 1px 2px 0 rgb(0 0 0 / 0.06), 0 1px 3px 0 rgb(0 0 0 / 0.04)"
3230
3388
  },
3231
3389
  {
3232
3390
  "name": "shadow-xl",
3233
3391
  "cssVar": "--shadow-xl",
3234
3392
  "type": "shadow",
3235
- "description": "Dark mode extra-large shadow: white inner highlight + black outer drop",
3236
- "value": "inset 0 1px 0 0 rgb(255 255 255 / 0.08), 0 24px 48px 0 rgb(0 0 0 / 0.50)"
3393
+ "description": "Light mode extra-large shadow: tooltips e overlays de maior elevação.",
3394
+ "value": "0 20px 40px 0 rgb(0 0 0 / 0.12), 0 10px 10px 0 rgb(0 0 0 / 0.10)"
3395
+ },
3396
+ {
3397
+ "name": "shadow-xs",
3398
+ "cssVar": "--shadow-xs",
3399
+ "type": "shadow",
3400
+ "description": "Light mode extra-small shadow: subtle button-level lift (1px drop). Aligns with --button-shadow-xs and cd/ skill --shadow-xs.",
3401
+ "value": "0 1px 2px 0 rgb(0 0 0 / 0.05)"
3237
3402
  }
3238
3403
  ]
3239
3404
  },
@@ -3580,7 +3745,7 @@
3580
3745
  "name": "icon-size-2xl",
3581
3746
  "cssVar": "--icon-size-2xl",
3582
3747
  "type": "dimension",
3583
- "value": "40px"
3748
+ "value": "48px"
3584
3749
  },
3585
3750
  {
3586
3751
  "name": "icon-size-2xs",
@@ -3650,7 +3815,8 @@
3650
3815
  "name": "accordion-icon-size",
3651
3816
  "cssVar": "--accordion-icon-size",
3652
3817
  "type": "dimension",
3653
- "value": "16px"
3818
+ "description": "Accordion icon size aligned with Figma 20px per DES-1240 — pre-fix was 16px (spacing.4).",
3819
+ "value": "20px"
3654
3820
  },
3655
3821
  {
3656
3822
  "name": "accordion-icon-transition-duration",
@@ -3706,6 +3872,26 @@
3706
3872
  "type": "dimension",
3707
3873
  "value": "8px"
3708
3874
  },
3875
+ {
3876
+ "name": "accordion-trigger-radius",
3877
+ "cssVar": "--accordion-trigger-radius",
3878
+ "type": "dimension",
3879
+ "description": "Accordion trigger radius tokenized per DES-1240 item 5 — was Tailwind direct rounded-md.",
3880
+ "value": "8px"
3881
+ },
3882
+ {
3883
+ "name": "accordion-trigger-ring-primary",
3884
+ "cssVar": "--accordion-trigger-ring-primary",
3885
+ "type": "color",
3886
+ "description": "Accordion trigger focus ring per DES-1240 item 6.",
3887
+ "value": "oklch(81.75% 0.1821 159.79)"
3888
+ },
3889
+ {
3890
+ "name": "accordion-trigger-ring-width",
3891
+ "cssVar": "--accordion-trigger-ring-width",
3892
+ "type": "dimension",
3893
+ "value": "3px"
3894
+ },
3709
3895
  {
3710
3896
  "name": "accordion-trigger-text-size-lg",
3711
3897
  "cssVar": "--accordion-trigger-text-size-lg",
@@ -3724,6 +3910,20 @@
3724
3910
  "type": "dimension",
3725
3911
  "value": "0.75rem"
3726
3912
  },
3913
+ {
3914
+ "name": "account-switch-content-min-width",
3915
+ "cssVar": "--account-switch-content-min-width",
3916
+ "type": "dimension",
3917
+ "description": "Dropdown content min-width (280px) so the account list never collapses below readable width.",
3918
+ "value": "17.5rem"
3919
+ },
3920
+ {
3921
+ "name": "account-switch-name-max-width",
3922
+ "cssVar": "--account-switch-name-max-width",
3923
+ "type": "dimension",
3924
+ "description": "Account name label max-width in the trigger button (160px). Truncates with ellipsis past this.",
3925
+ "value": "10rem"
3926
+ },
3727
3927
  {
3728
3928
  "name": "alert-icon-size",
3729
3929
  "cssVar": "--alert-icon-size",
@@ -3776,19 +3976,85 @@
3776
3976
  "name": "alert-variant-destructive-bg",
3777
3977
  "cssVar": "--alert-variant-destructive-bg",
3778
3978
  "type": "color",
3779
- "value": "oklch(100.00% 0.0000 0)"
3979
+ "description": "Destructive alert bg (Figma 1405:15594 — status/destructive/subtle)",
3980
+ "value": "oklch(97.05% 0.0129 17.38)"
3780
3981
  },
3781
3982
  {
3782
3983
  "name": "alert-variant-destructive-border",
3783
3984
  "cssVar": "--alert-variant-destructive-border",
3784
3985
  "type": "color",
3785
- "value": "oklch(63.68% 0.2078 25.33)"
3986
+ "description": "Destructive alert border (Figma status/destructive/border)",
3987
+ "value": "oklch(88.45% 0.0593 18.33)"
3786
3988
  },
3787
3989
  {
3788
3990
  "name": "alert-variant-destructive-fg",
3789
3991
  "cssVar": "--alert-variant-destructive-fg",
3790
3992
  "type": "color",
3791
- "value": "oklch(63.68% 0.2078 25.33)"
3993
+ "description": "Destructive alert fg (Figma status/destructive/subtle-foreground)",
3994
+ "value": "oklch(50.54% 0.1905 27.52)"
3995
+ },
3996
+ {
3997
+ "name": "alert-variant-info-bg",
3998
+ "cssVar": "--alert-variant-info-bg",
3999
+ "type": "color",
4000
+ "description": "Info alert bg (Figma 1405:15771 — status/info/subtle)",
4001
+ "value": "oklch(97.05% 0.0142 254.60)"
4002
+ },
4003
+ {
4004
+ "name": "alert-variant-info-border",
4005
+ "cssVar": "--alert-variant-info-border",
4006
+ "type": "color",
4007
+ "description": "Info alert border (Figma — status/info/border)",
4008
+ "value": "oklch(88.23% 0.0571 254.13)"
4009
+ },
4010
+ {
4011
+ "name": "alert-variant-info-fg",
4012
+ "cssVar": "--alert-variant-info-fg",
4013
+ "type": "color",
4014
+ "description": "Info alert fg (Figma — status/info/subtle-foreground)",
4015
+ "value": "oklch(48.82% 0.2172 264.38)"
4016
+ },
4017
+ {
4018
+ "name": "alert-variant-success-bg",
4019
+ "cssVar": "--alert-variant-success-bg",
4020
+ "type": "color",
4021
+ "description": "Success alert bg (Figma 1405:15781 — status/success/subtle)",
4022
+ "value": "oklch(98.19% 0.0181 155.83)"
4023
+ },
4024
+ {
4025
+ "name": "alert-variant-success-border",
4026
+ "cssVar": "--alert-variant-success-border",
4027
+ "type": "color",
4028
+ "description": "Success alert border (Figma — status/success/border)",
4029
+ "value": "oklch(92.50% 0.0806 155.99)"
4030
+ },
4031
+ {
4032
+ "name": "alert-variant-success-fg",
4033
+ "cssVar": "--alert-variant-success-fg",
4034
+ "type": "color",
4035
+ "description": "Success alert fg (Figma — status/success/subtle-foreground)",
4036
+ "value": "oklch(52.73% 0.1371 150.07)"
4037
+ },
4038
+ {
4039
+ "name": "alert-variant-warning-bg",
4040
+ "cssVar": "--alert-variant-warning-bg",
4041
+ "type": "color",
4042
+ "description": "Warning alert bg (Figma 1405:15791 — status/warning/subtle)",
4043
+ "value": "oklch(98.73% 0.0262 102.21)"
4044
+ },
4045
+ {
4046
+ "name": "alert-variant-warning-border",
4047
+ "cssVar": "--alert-variant-warning-border",
4048
+ "type": "color",
4049
+ "description": "Warning alert border (Figma — status/warning/border)",
4050
+ "value": "oklch(94.51% 0.1243 101.54)"
4051
+ },
4052
+ {
4053
+ "name": "alert-variant-warning-fg",
4054
+ "cssVar": "--alert-variant-warning-fg",
4055
+ "type": "color",
4056
+ "description": "Warning alert fg (Figma — status/warning/subtle-foreground)",
4057
+ "value": "oklch(55.38% 0.1207 66.44)"
3792
4058
  },
3793
4059
  {
3794
4060
  "name": "asset-manager-grid-columns",
@@ -4012,6 +4278,13 @@
4012
4278
  "type": "dimension",
4013
4279
  "value": "0.875rem"
4014
4280
  },
4281
+ {
4282
+ "name": "autocomplete-tags-max-width",
4283
+ "cssVar": "--autocomplete-tags-max-width",
4284
+ "type": "dimension",
4285
+ "description": "Multi-select tags container max-width relative to input width. Leaves room for the input text cursor and remaining options.",
4286
+ "value": "70%"
4287
+ },
4015
4288
  {
4016
4289
  "name": "avatar-border-contrast",
4017
4290
  "cssVar": "--avatar-border-contrast",
@@ -4091,40 +4364,140 @@
4091
4364
  "value": "oklch(28.57% 0.0639 53.81)"
4092
4365
  },
4093
4366
  {
4094
- "name": "avatar-radius-circle",
4095
- "cssVar": "--avatar-radius-circle",
4096
- "type": "dimension",
4097
- "value": "9999px"
4367
+ "name": "avatar-focus-ring-color",
4368
+ "cssVar": "--avatar-focus-ring-color",
4369
+ "type": "color",
4370
+ "description": "Avatar focus-ring color per DES-1242.",
4371
+ "value": "oklch(81.75% 0.1821 159.79)"
4098
4372
  },
4099
4373
  {
4100
- "name": "avatar-radius-square",
4101
- "cssVar": "--avatar-radius-square",
4374
+ "name": "avatar-focus-ring-offset",
4375
+ "cssVar": "--avatar-focus-ring-offset",
4102
4376
  "type": "dimension",
4103
- "value": "0.375rem"
4377
+ "description": "Avatar focus-ring offset per DES-1242.",
4378
+ "value": "2px"
4104
4379
  },
4105
4380
  {
4106
- "name": "avatar-size-2xl",
4107
- "cssVar": "--avatar-size-2xl",
4381
+ "name": "avatar-focus-ring-width",
4382
+ "cssVar": "--avatar-focus-ring-width",
4108
4383
  "type": "dimension",
4109
- "value": "64px"
4384
+ "description": "Avatar focus-ring width per DES-1242 — matches Figma Focus rings/ring-gray spread 4.",
4385
+ "value": "4px"
4110
4386
  },
4111
4387
  {
4112
- "name": "avatar-size-default",
4113
- "cssVar": "--avatar-size-default",
4114
- "type": "dimension",
4115
- "value": "40px"
4388
+ "name": "avatar-label-c2-font-size",
4389
+ "cssVar": "--avatar-label-c2-font-size",
4390
+ "type": "fontSize",
4391
+ "description": "Avatar Label C2 caption font-size per DES-1242 item 2 — Figma Caption/C2 10px.",
4392
+ "value": "10px"
4116
4393
  },
4117
4394
  {
4118
- "name": "avatar-size-lg",
4119
- "cssVar": "--avatar-size-lg",
4120
- "type": "dimension",
4121
- "value": "48px"
4395
+ "name": "avatar-label-c2-line-height",
4396
+ "cssVar": "--avatar-label-c2-line-height",
4397
+ "type": "lineHeight",
4398
+ "value": "14px"
4122
4399
  },
4123
4400
  {
4124
- "name": "avatar-size-sm",
4125
- "cssVar": "--avatar-size-sm",
4126
- "type": "dimension",
4127
- "value": "32px"
4401
+ "name": "avatar-label-h3-font-size",
4402
+ "cssVar": "--avatar-label-h3-font-size",
4403
+ "type": "fontSize",
4404
+ "description": "Avatar Label H3 font-size per DES-1242 item 2 — Figma Heading/H3 24px.",
4405
+ "value": "24px"
4406
+ },
4407
+ {
4408
+ "name": "avatar-label-h3-line-height",
4409
+ "cssVar": "--avatar-label-h3-line-height",
4410
+ "type": "lineHeight",
4411
+ "description": "Avatar Label H3 line-height per DES-1242 item 2 — Figma 32px.",
4412
+ "value": "32px"
4413
+ },
4414
+ {
4415
+ "name": "avatar-label-h4-font-size",
4416
+ "cssVar": "--avatar-label-h4-font-size",
4417
+ "type": "fontSize",
4418
+ "description": "Avatar Label H4 font-size per DES-1242 item 2 — Figma Heading/H4 20px.",
4419
+ "value": "20px"
4420
+ },
4421
+ {
4422
+ "name": "avatar-label-h4-line-height",
4423
+ "cssVar": "--avatar-label-h4-line-height",
4424
+ "type": "lineHeight",
4425
+ "value": "28px"
4426
+ },
4427
+ {
4428
+ "name": "avatar-label-p1-font-size",
4429
+ "cssVar": "--avatar-label-p1-font-size",
4430
+ "type": "fontSize",
4431
+ "description": "Avatar Label P1 font-size per DES-1242 item 2 — Figma Paragraph/P1 18px.",
4432
+ "value": "18px"
4433
+ },
4434
+ {
4435
+ "name": "avatar-label-p1-line-height",
4436
+ "cssVar": "--avatar-label-p1-line-height",
4437
+ "type": "lineHeight",
4438
+ "value": "28px"
4439
+ },
4440
+ {
4441
+ "name": "avatar-label-p2-font-size",
4442
+ "cssVar": "--avatar-label-p2-font-size",
4443
+ "type": "fontSize",
4444
+ "description": "Avatar Label P2 font-size per DES-1242 item 2 — Figma Paragraph/P2 16px (default).",
4445
+ "value": "16px"
4446
+ },
4447
+ {
4448
+ "name": "avatar-label-p2-line-height",
4449
+ "cssVar": "--avatar-label-p2-line-height",
4450
+ "type": "lineHeight",
4451
+ "value": "24px"
4452
+ },
4453
+ {
4454
+ "name": "avatar-label-p3-font-size",
4455
+ "cssVar": "--avatar-label-p3-font-size",
4456
+ "type": "fontSize",
4457
+ "description": "Avatar Label P3 font-size per DES-1242 item 2 — Figma Paragraph/P3 14px.",
4458
+ "value": "14px"
4459
+ },
4460
+ {
4461
+ "name": "avatar-label-p3-line-height",
4462
+ "cssVar": "--avatar-label-p3-line-height",
4463
+ "type": "lineHeight",
4464
+ "value": "20px"
4465
+ },
4466
+ {
4467
+ "name": "avatar-radius-circle",
4468
+ "cssVar": "--avatar-radius-circle",
4469
+ "type": "dimension",
4470
+ "value": "9999px"
4471
+ },
4472
+ {
4473
+ "name": "avatar-radius-square",
4474
+ "cssVar": "--avatar-radius-square",
4475
+ "type": "dimension",
4476
+ "value": "0.375rem"
4477
+ },
4478
+ {
4479
+ "name": "avatar-size-2xl",
4480
+ "cssVar": "--avatar-size-2xl",
4481
+ "type": "dimension",
4482
+ "value": "64px"
4483
+ },
4484
+ {
4485
+ "name": "avatar-size-default",
4486
+ "cssVar": "--avatar-size-default",
4487
+ "type": "dimension",
4488
+ "value": "40px"
4489
+ },
4490
+ {
4491
+ "name": "avatar-size-lg",
4492
+ "cssVar": "--avatar-size-lg",
4493
+ "type": "dimension",
4494
+ "value": "48px"
4495
+ },
4496
+ {
4497
+ "name": "avatar-size-sm",
4498
+ "cssVar": "--avatar-size-sm",
4499
+ "type": "dimension",
4500
+ "value": "32px"
4128
4501
  },
4129
4502
  {
4130
4503
  "name": "avatar-size-xl",
@@ -4246,11 +4619,71 @@
4246
4619
  "type": "color",
4247
4620
  "value": "oklch(21.23% 0.0502 138.22)"
4248
4621
  },
4622
+ {
4623
+ "name": "badge-color-success-bg",
4624
+ "cssVar": "--badge-color-success-bg",
4625
+ "type": "color",
4626
+ "description": "Badge success bg per DES-1244 item 4.",
4627
+ "value": "oklch(62.71% 0.1699 149.21)"
4628
+ },
4629
+ {
4630
+ "name": "badge-color-success-border",
4631
+ "cssVar": "--badge-color-success-border",
4632
+ "type": "color",
4633
+ "value": "oklch(62.71% 0.1699 149.21)"
4634
+ },
4635
+ {
4636
+ "name": "badge-color-success-fg",
4637
+ "cssVar": "--badge-color-success-fg",
4638
+ "type": "color",
4639
+ "value": "oklch(100.00% 0.0000 0)"
4640
+ },
4641
+ {
4642
+ "name": "badge-color-warning-bg",
4643
+ "cssVar": "--badge-color-warning-bg",
4644
+ "type": "color",
4645
+ "description": "Badge warning bg per DES-1244 item 4.",
4646
+ "value": "oklch(86.06% 0.1731 91.94)"
4647
+ },
4648
+ {
4649
+ "name": "badge-color-warning-border",
4650
+ "cssVar": "--badge-color-warning-border",
4651
+ "type": "color",
4652
+ "value": "oklch(86.06% 0.1731 91.94)"
4653
+ },
4654
+ {
4655
+ "name": "badge-color-warning-fg",
4656
+ "cssVar": "--badge-color-warning-fg",
4657
+ "type": "color",
4658
+ "value": "oklch(28.57% 0.0639 53.81)"
4659
+ },
4660
+ {
4661
+ "name": "badge-line-height-lg",
4662
+ "cssVar": "--badge-line-height-lg",
4663
+ "type": "dimension",
4664
+ "description": "Badge lg line-height per DES-1244 item 5 — Figma text/line-height/sm.",
4665
+ "value": "20px"
4666
+ },
4667
+ {
4668
+ "name": "badge-line-height-md",
4669
+ "cssVar": "--badge-line-height-md",
4670
+ "type": "dimension",
4671
+ "description": "Badge md line-height per DES-1244 item 5 — Figma text/line-height/sm.",
4672
+ "value": "20px"
4673
+ },
4674
+ {
4675
+ "name": "badge-line-height-sm",
4676
+ "cssVar": "--badge-line-height-sm",
4677
+ "type": "dimension",
4678
+ "description": "Badge sm line-height per DES-1244 item 5 — Figma text/line-height/xs.",
4679
+ "value": "16px"
4680
+ },
4249
4681
  {
4250
4682
  "name": "badge-radius-default",
4251
4683
  "cssVar": "--badge-radius-default",
4252
4684
  "type": "dimension",
4253
- "value": "0.375rem"
4685
+ "description": "Badge default radius aligned with Figma radius/sm (4px) per DES-1244 — pre-fix was 0.375rem (6px).",
4686
+ "value": "4px"
4254
4687
  },
4255
4688
  {
4256
4689
  "name": "badge-radius-pill",
@@ -4262,7 +4695,8 @@
4262
4695
  "name": "badge-size-lg-h",
4263
4696
  "cssVar": "--badge-size-lg-h",
4264
4697
  "type": "dimension",
4265
- "value": "28px"
4698
+ "description": "Badge lg height aligned with Figma 32px per Bowser audit Badge — pre-fix was 28px (-4px diff).",
4699
+ "value": "32px"
4266
4700
  },
4267
4701
  {
4268
4702
  "name": "badge-size-lg-px",
@@ -4280,7 +4714,8 @@
4280
4714
  "name": "badge-size-md-h",
4281
4715
  "cssVar": "--badge-size-md-h",
4282
4716
  "type": "dimension",
4283
- "value": "24px"
4717
+ "description": "Badge md height aligned with Figma 28px per Bowser audit Badge — pre-fix was 24px (-4px diff).",
4718
+ "value": "28px"
4284
4719
  },
4285
4720
  {
4286
4721
  "name": "badge-size-md-px",
@@ -4298,7 +4733,8 @@
4298
4733
  "name": "badge-size-sm-h",
4299
4734
  "cssVar": "--badge-size-sm-h",
4300
4735
  "type": "dimension",
4301
- "value": "22px"
4736
+ "description": "Badge sm height aligned with Figma 24px per Bowser audit Badge — pre-fix was 22px (-2px diff).",
4737
+ "value": "24px"
4302
4738
  },
4303
4739
  {
4304
4740
  "name": "badge-size-sm-px",
@@ -4315,7 +4751,8 @@
4315
4751
  {
4316
4752
  "name": "banner-root-gap",
4317
4753
  "cssVar": "--banner-root-gap",
4318
- "value": "8px"
4754
+ "description": "Banner root gap aligned with Figma spacing/s-24 (24px) per DES-1246 — pre-fix was 8px (spacing.2).",
4755
+ "value": "24px"
4319
4756
  },
4320
4757
  {
4321
4758
  "name": "banner-root-padding-x",
@@ -4461,6 +4898,27 @@
4461
4898
  "type": "dimension",
4462
4899
  "value": "320px"
4463
4900
  },
4901
+ {
4902
+ "name": "button-destructive-bg-default",
4903
+ "cssVar": "--button-destructive-bg-default",
4904
+ "type": "color",
4905
+ "description": "Button destructive bg per DES-1248 item 2.",
4906
+ "value": "oklch(63.68% 0.2078 25.33)"
4907
+ },
4908
+ {
4909
+ "name": "button-destructive-bg-hover",
4910
+ "cssVar": "--button-destructive-bg-hover",
4911
+ "type": "color",
4912
+ "description": "Button destructive hover bg per DES-1248 item 2.",
4913
+ "value": "oklch(63.68% 0.2078 25.33)"
4914
+ },
4915
+ {
4916
+ "name": "button-destructive-fg-default",
4917
+ "cssVar": "--button-destructive-fg-default",
4918
+ "type": "color",
4919
+ "description": "Button destructive fg per DES-1248 item 2.",
4920
+ "value": "oklch(100.00% 0.0000 0)"
4921
+ },
4464
4922
  {
4465
4923
  "name": "button-disabled-bg",
4466
4924
  "cssVar": "--button-disabled-bg",
@@ -4479,6 +4937,26 @@
4479
4937
  "type": "color",
4480
4938
  "value": "oklch(55.55% 0.0000 0)"
4481
4939
  },
4940
+ {
4941
+ "name": "button-ghost-bg-hover",
4942
+ "cssVar": "--button-ghost-bg-hover",
4943
+ "type": "color",
4944
+ "description": "Button ghost hover bg per DES-1248 item 2.",
4945
+ "value": "oklch(95.21% 0.0467 171.12)"
4946
+ },
4947
+ {
4948
+ "name": "button-ghost-fg-default",
4949
+ "cssVar": "--button-ghost-fg-default",
4950
+ "type": "color",
4951
+ "value": "oklch(14.48% 0.0000 0)"
4952
+ },
4953
+ {
4954
+ "name": "button-ghost-fg-hover",
4955
+ "cssVar": "--button-ghost-fg-hover",
4956
+ "type": "color",
4957
+ "description": "Button ghost hover fg per DES-1248 item 2.",
4958
+ "value": "oklch(26.88% 0.0527 163.85)"
4959
+ },
4482
4960
  {
4483
4961
  "name": "button-group-item-background",
4484
4962
  "cssVar": "--button-group-item-background",
@@ -4498,15 +4976,29 @@
4498
4976
  "value": "oklch(97.02% 0.0000 0)"
4499
4977
  },
4500
4978
  {
4501
- "name": "button-group-item-font-size",
4502
- "cssVar": "--button-group-item-font-size",
4979
+ "name": "button-group-item-font-size-lg",
4980
+ "cssVar": "--button-group-item-font-size-lg",
4981
+ "type": "dimension",
4982
+ "value": "0.875rem"
4983
+ },
4984
+ {
4985
+ "name": "button-group-item-font-size-md",
4986
+ "cssVar": "--button-group-item-font-size-md",
4503
4987
  "type": "dimension",
4504
4988
  "value": "0.875rem"
4505
4989
  },
4990
+ {
4991
+ "name": "button-group-item-font-size-sm",
4992
+ "cssVar": "--button-group-item-font-size-sm",
4993
+ "type": "dimension",
4994
+ "description": "ButtonGroup item sm font-size 12px per DES-1250 item 3.",
4995
+ "value": "0.75rem"
4996
+ },
4506
4997
  {
4507
4998
  "name": "button-group-item-font-weight",
4508
4999
  "cssVar": "--button-group-item-font-weight",
4509
- "value": "600"
5000
+ "description": "ButtonGroup item font-weight aligned with Figma medium (500) per DES-1250 — pre-fix was semibold (600).",
5001
+ "value": "500"
4510
5002
  },
4511
5003
  {
4512
5004
  "name": "button-group-item-gap",
@@ -4515,34 +5007,104 @@
4515
5007
  "value": "8px"
4516
5008
  },
4517
5009
  {
4518
- "name": "button-group-item-height",
4519
- "cssVar": "--button-group-item-height",
5010
+ "name": "button-group-item-height-lg",
5011
+ "cssVar": "--button-group-item-height-lg",
4520
5012
  "type": "dimension",
5013
+ "description": "ButtonGroup item lg height 40px (default — original value).",
4521
5014
  "value": "40px"
4522
5015
  },
4523
5016
  {
4524
- "name": "button-group-item-padding-x",
4525
- "cssVar": "--button-group-item-padding-x",
5017
+ "name": "button-group-item-height-md",
5018
+ "cssVar": "--button-group-item-height-md",
5019
+ "type": "dimension",
5020
+ "description": "ButtonGroup item md height 36px per DES-1250 item 3.",
5021
+ "value": "36px"
5022
+ },
5023
+ {
5024
+ "name": "button-group-item-height-sm",
5025
+ "cssVar": "--button-group-item-height-sm",
5026
+ "type": "dimension",
5027
+ "description": "ButtonGroup item sm height 32px per DES-1250 item 3 — was hardcoded lg-only.",
5028
+ "value": "32px"
5029
+ },
5030
+ {
5031
+ "name": "button-group-item-line-height",
5032
+ "cssVar": "--button-group-item-line-height",
5033
+ "type": "dimension",
5034
+ "description": "ButtonGroup item line-height aligned with Figma text/line-height/xs (16px) per DES-1250 item 6 — was Tailwind inherit.",
5035
+ "value": "16px"
5036
+ },
5037
+ {
5038
+ "name": "button-group-item-padding-x-lg",
5039
+ "cssVar": "--button-group-item-padding-x-lg",
5040
+ "type": "dimension",
5041
+ "value": "16px"
5042
+ },
5043
+ {
5044
+ "name": "button-group-item-padding-x-md",
5045
+ "cssVar": "--button-group-item-padding-x-md",
4526
5046
  "type": "dimension",
4527
5047
  "value": "16px"
4528
5048
  },
4529
5049
  {
4530
- "name": "button-group-item-padding-y",
4531
- "cssVar": "--button-group-item-padding-y",
5050
+ "name": "button-group-item-padding-x-sm",
5051
+ "cssVar": "--button-group-item-padding-x-sm",
5052
+ "type": "dimension",
5053
+ "description": "ButtonGroup item sm padding-x 12px per DES-1250 item 3.",
5054
+ "value": "12px"
5055
+ },
5056
+ {
5057
+ "name": "button-group-item-padding-y-lg",
5058
+ "cssVar": "--button-group-item-padding-y-lg",
5059
+ "type": "dimension",
5060
+ "value": "8px"
5061
+ },
5062
+ {
5063
+ "name": "button-group-item-padding-y-md",
5064
+ "cssVar": "--button-group-item-padding-y-md",
4532
5065
  "type": "dimension",
4533
5066
  "value": "8px"
4534
5067
  },
4535
5068
  {
4536
- "name": "button-group-root-border-color",
4537
- "cssVar": "--button-group-root-border-color",
5069
+ "name": "button-group-item-padding-y-sm",
5070
+ "cssVar": "--button-group-item-padding-y-sm",
5071
+ "type": "dimension",
5072
+ "description": "ButtonGroup item sm padding-y 6px per DES-1250 item 3.",
5073
+ "value": "6px"
5074
+ },
5075
+ {
5076
+ "name": "button-group-root-bg-primary",
5077
+ "cssVar": "--button-group-root-bg-primary",
5078
+ "type": "color",
5079
+ "description": "ButtonGroup primary variant bg per DES-1250 item 4 — Figma brand/primary/background.",
5080
+ "value": "oklch(81.75% 0.1821 159.79)"
5081
+ },
5082
+ {
5083
+ "name": "button-group-root-border-color-default",
5084
+ "cssVar": "--button-group-root-border-color-default",
4538
5085
  "type": "color",
4539
5086
  "value": "oklch(92.19% 0.0000 0)"
4540
5087
  },
5088
+ {
5089
+ "name": "button-group-root-border-color-primary",
5090
+ "cssVar": "--button-group-root-border-color-primary",
5091
+ "type": "color",
5092
+ "description": "ButtonGroup primary variant border color per DES-1250 item 4 — Figma brand/primary/active.",
5093
+ "value": "oklch(81.75% 0.1821 159.79)"
5094
+ },
5095
+ {
5096
+ "name": "button-group-root-fg-primary",
5097
+ "cssVar": "--button-group-root-fg-primary",
5098
+ "type": "color",
5099
+ "description": "ButtonGroup primary variant text per DES-1250 item 4.",
5100
+ "value": "oklch(18.34% 0.0338 166.67)"
5101
+ },
4541
5102
  {
4542
5103
  "name": "button-group-root-radius",
4543
5104
  "cssVar": "--button-group-root-radius",
4544
5105
  "type": "dimension",
4545
- "value": "0.375rem"
5106
+ "description": "ButtonGroup root radius aligned with Figma radius/md (8px) per DES-1250 — pre-fix was 0.375rem (6px).",
5107
+ "value": "8px"
4546
5108
  },
4547
5109
  {
4548
5110
  "name": "button-group-root-shadow",
@@ -4555,6 +5117,33 @@
4555
5117
  "type": "color",
4556
5118
  "value": "oklch(92.19% 0.0000 0)"
4557
5119
  },
5120
+ {
5121
+ "name": "button-group-text-background",
5122
+ "cssVar": "--button-group-text-background",
5123
+ "type": "color",
5124
+ "description": "ButtonGroupText bg per DES-1250 item 11 — was Tailwind bg-muted utility.",
5125
+ "value": "oklch(97.02% 0.0000 0)"
5126
+ },
5127
+ {
5128
+ "name": "button-group-text-font-size",
5129
+ "cssVar": "--button-group-text-font-size",
5130
+ "type": "dimension",
5131
+ "description": "ButtonGroupText font-size per DES-1250 item 11.",
5132
+ "value": "0.875rem"
5133
+ },
5134
+ {
5135
+ "name": "button-group-text-font-weight",
5136
+ "cssVar": "--button-group-text-font-weight",
5137
+ "description": "ButtonGroupText font-weight per DES-1250 item 11.",
5138
+ "value": "500"
5139
+ },
5140
+ {
5141
+ "name": "button-group-text-padding-x",
5142
+ "cssVar": "--button-group-text-padding-x",
5143
+ "type": "dimension",
5144
+ "description": "ButtonGroupText padding-x per DES-1250 item 11.",
5145
+ "value": "16px"
5146
+ },
4558
5147
  {
4559
5148
  "name": "button-link-color-fg-default",
4560
5149
  "cssVar": "--button-link-color-fg-default",
@@ -4613,7 +5202,8 @@
4613
5202
  "name": "button-radius-default",
4614
5203
  "cssVar": "--button-radius-default",
4615
5204
  "type": "dimension",
4616
- "value": "6px"
5205
+ "description": "Button radius default aligned with Figma radius/md (8px) per Bowser audit Button DES-932 — pre-fix was 6px (recurring across Combobox/Select/DatePicker/ButtonGroup).",
5206
+ "value": "8px"
4617
5207
  },
4618
5208
  {
4619
5209
  "name": "button-radius-full",
@@ -4645,47 +5235,74 @@
4645
5235
  "type": "color",
4646
5236
  "value": "oklch(81.75% 0.1821 159.79)"
4647
5237
  },
5238
+ {
5239
+ "name": "button-ring-destructive",
5240
+ "cssVar": "--button-ring-destructive",
5241
+ "type": "color",
5242
+ "description": "Button destructive focus-ring per DES-1248 — was bare ring-destructive/20 utility.",
5243
+ "value": "oklch(63.68% 0.2078 25.33)"
5244
+ },
4648
5245
  {
4649
5246
  "name": "button-ring-gray",
4650
5247
  "cssVar": "--button-ring-gray",
4651
5248
  "type": "color",
4652
5249
  "value": "oklch(81.75% 0.1821 159.79)"
4653
5250
  },
5251
+ {
5252
+ "name": "button-ring-success",
5253
+ "cssVar": "--button-ring-success",
5254
+ "type": "color",
5255
+ "description": "Button success focus-ring per DES-1248.",
5256
+ "value": "oklch(62.71% 0.1699 149.21)"
5257
+ },
5258
+ {
5259
+ "name": "button-ring-warning",
5260
+ "cssVar": "--button-ring-warning",
5261
+ "type": "color",
5262
+ "description": "Button warning focus-ring per DES-1248.",
5263
+ "value": "oklch(86.06% 0.1731 91.94)"
5264
+ },
4654
5265
  {
4655
5266
  "name": "button-secondary-color-bg-default",
4656
5267
  "cssVar": "--button-secondary-color-bg-default",
4657
5268
  "type": "color",
4658
- "value": "oklch(87.87% 0.1277 154.40)"
5269
+ "description": "Button secondary-color bg = brand-secondary-500 #8ff566 (Figma 1007:301 — was hardcoded #8ff0b1, corrected per Figma source of truth)",
5270
+ "value": "oklch(87.82% 0.2037 137.75)"
4659
5271
  },
4660
5272
  {
4661
5273
  "name": "button-secondary-color-bg-hover",
4662
5274
  "cssVar": "--button-secondary-color-bg-hover",
4663
5275
  "type": "color",
4664
- "value": "oklch(85.41% 0.1543 153.03)"
5276
+ "description": "Button secondary-color hover = brand-secondary-600 #6ebe4d (Figma was #75ec9e)",
5277
+ "value": "oklch(72.57% 0.1684 137.62)"
4665
5278
  },
4666
5279
  {
4667
5280
  "name": "button-secondary-color-border-default",
4668
5281
  "cssVar": "--button-secondary-color-border-default",
4669
5282
  "type": "color",
4670
- "value": "oklch(85.41% 0.1543 153.03)"
5283
+ "description": "Button secondary-color border = brand-secondary-500 (Figma was #75ec9e)",
5284
+ "value": "oklch(87.82% 0.2037 137.75)"
4671
5285
  },
4672
5286
  {
4673
5287
  "name": "button-secondary-color-border-hover",
4674
5288
  "cssVar": "--button-secondary-color-border-hover",
4675
5289
  "type": "color",
4676
- "value": "oklch(84.08% 0.1705 152.55)"
5290
+ "description": "Button secondary-color border hover = brand-secondary-600 (Figma was #63ea93)",
5291
+ "value": "oklch(72.57% 0.1684 137.62)"
4677
5292
  },
4678
5293
  {
4679
5294
  "name": "button-secondary-color-fg-default",
4680
5295
  "cssVar": "--button-secondary-color-fg-default",
4681
5296
  "type": "color",
4682
- "value": "oklch(64.44% 0.1647 149.79)"
5297
+ "description": "Button secondary-color fg = brand-secondary-950 (Figma was hardcoded #26a853)",
5298
+ "value": "oklch(21.23% 0.0502 138.22)"
4683
5299
  },
4684
5300
  {
4685
5301
  "name": "button-secondary-color-fg-hover",
4686
5302
  "cssVar": "--button-secondary-color-fg-hover",
4687
5303
  "type": "color",
4688
- "value": "oklch(56.61% 0.1469 149.54)"
5304
+ "description": "Button secondary-color fg hover = brand-secondary-950 (Figma was #1c8d43)",
5305
+ "value": "oklch(21.23% 0.0502 138.22)"
4689
5306
  },
4690
5307
  {
4691
5308
  "name": "button-secondary-gray-bg-default",
@@ -4987,6 +5604,13 @@
4987
5604
  "type": "color",
4988
5605
  "value": "oklch(14.48% 0.0000 0)"
4989
5606
  },
5607
+ {
5608
+ "name": "button-transition-duration",
5609
+ "cssVar": "--button-transition-duration",
5610
+ "type": "duration",
5611
+ "description": "Button transition duration aligned with Figma canonical (150ms). Sits between --duration-fast (100ms) and --duration-default (200ms).",
5612
+ "value": "150ms"
5613
+ },
4990
5614
  {
4991
5615
  "name": "calendar-cell-gap",
4992
5616
  "cssVar": "--calendar-cell-gap",
@@ -5115,7 +5739,8 @@
5115
5739
  "name": "callout-root-radius",
5116
5740
  "cssVar": "--callout-root-radius",
5117
5741
  "type": "dimension",
5118
- "value": "0.5rem"
5742
+ "description": "Callout root radius aligned with Figma radius/sm (4px) per DES-1252 — pre-fix was 0.5rem (8px).",
5743
+ "value": "4px"
5119
5744
  },
5120
5745
  {
5121
5746
  "name": "callout-text-lg",
@@ -5378,7 +6003,8 @@
5378
6003
  "name": "checkbox-root-border-default",
5379
6004
  "cssVar": "--checkbox-root-border-default",
5380
6005
  "type": "color",
5381
- "value": "oklch(81.75% 0.1821 159.79)"
6006
+ "description": "Unchecked border. Aligned with Figma core/border/border (#e5e5e5) per Bowser audit Checkbox Discrepancia 1 — pre-fix was oklch(81.75% 0.1821 159.79) (mint, visual bug).",
6007
+ "value": "oklch(92.19% 0.0000 0)"
5382
6008
  },
5383
6009
  {
5384
6010
  "name": "checkbox-root-border-focus",
@@ -5390,7 +6016,8 @@
5390
6016
  "name": "checkbox-root-radius",
5391
6017
  "cssVar": "--checkbox-root-radius",
5392
6018
  "type": "dimension",
5393
- "value": "0.375rem"
6019
+ "description": "Checkbox border-radius. Aligned with Figma radius/sm (4px) per Bowser audit Checkbox Discrepancia 2 — pre-fix was 0.375rem (6px).",
6020
+ "value": "4px"
5394
6021
  },
5395
6022
  {
5396
6023
  "name": "checkbox-root-shadow",
@@ -5470,34 +6097,64 @@
5470
6097
  "value": "260px"
5471
6098
  },
5472
6099
  {
5473
- "name": "color-picker-swatch-radius",
5474
- "cssVar": "--color-picker-swatch-radius",
6100
+ "name": "color-picker-filled-preview-radius",
6101
+ "cssVar": "--color-picker-filled-preview-radius",
5475
6102
  "type": "dimension",
5476
- "value": "0.125rem"
6103
+ "description": "ColorPicker Filled trigger preview swatch circular per DES-1256 item 5 — matches Figma.",
6104
+ "value": "9999px"
5477
6105
  },
5478
6106
  {
5479
- "name": "color-picker-swatch-size",
5480
- "cssVar": "--color-picker-swatch-size",
5481
- "type": "dimension",
5482
- "value": "24px"
6107
+ "name": "color-picker-focus-ring-destructive",
6108
+ "cssVar": "--color-picker-focus-ring-destructive",
6109
+ "type": "color",
6110
+ "description": "ColorPicker focus ring destructive per DES-1256 item 5.",
6111
+ "value": "oklch(63.68% 0.2078 25.33)"
5483
6112
  },
5484
6113
  {
5485
- "name": "color-picker-trigger-border",
5486
- "cssVar": "--color-picker-trigger-border",
6114
+ "name": "color-picker-focus-ring-primary",
6115
+ "cssVar": "--color-picker-focus-ring-primary",
5487
6116
  "type": "color",
5488
- "value": "oklch(92.19% 0.0000 0)"
6117
+ "description": "ColorPicker focus ring primary per DES-1256 item 5.",
6118
+ "value": "oklch(81.75% 0.1821 159.79)"
5489
6119
  },
5490
6120
  {
5491
- "name": "color-picker-trigger-radius",
5492
- "cssVar": "--color-picker-trigger-radius",
6121
+ "name": "color-picker-focus-ring-width",
6122
+ "cssVar": "--color-picker-focus-ring-width",
5493
6123
  "type": "dimension",
5494
- "value": "0.375rem"
6124
+ "value": "3px"
6125
+ },
6126
+ {
6127
+ "name": "color-picker-swatch-radius",
6128
+ "cssVar": "--color-picker-swatch-radius",
6129
+ "type": "dimension",
6130
+ "description": "Swatch border-radius circular (radius/pill) aligned with Figma per Bowser audit ColorPicker Pendência 1 — pre-fix was 0.125rem (2px). Figma shows all swatches as fully circular.",
6131
+ "value": "9999px"
6132
+ },
6133
+ {
6134
+ "name": "color-picker-swatch-size",
6135
+ "cssVar": "--color-picker-swatch-size",
6136
+ "type": "dimension",
6137
+ "value": "24px"
6138
+ },
6139
+ {
6140
+ "name": "color-picker-trigger-border",
6141
+ "cssVar": "--color-picker-trigger-border",
6142
+ "type": "color",
6143
+ "value": "oklch(92.19% 0.0000 0)"
6144
+ },
6145
+ {
6146
+ "name": "color-picker-trigger-radius",
6147
+ "cssVar": "--color-picker-trigger-radius",
6148
+ "type": "dimension",
6149
+ "description": "Trigger border-radius aligned with Figma radius/md (8px) per Bowser audit ColorPicker — pre-fix was 0.375rem (6px) but rendered 0px due to Tailwind class precedence.",
6150
+ "value": "8px"
5495
6151
  },
5496
6152
  {
5497
6153
  "name": "color-picker-trigger-size",
5498
6154
  "cssVar": "--color-picker-trigger-size",
5499
6155
  "type": "dimension",
5500
- "value": "32px"
6156
+ "description": "ColorPicker trigger size 40px aligned with Figma canonical (frame 1384:7726 default = 40h) — pre-fix was spacing.8 (32px).",
6157
+ "value": "40px"
5501
6158
  },
5502
6159
  {
5503
6160
  "name": "color-safari",
@@ -5533,7 +6190,8 @@
5533
6190
  "name": "combobox-content-radius",
5534
6191
  "cssVar": "--combobox-content-radius",
5535
6192
  "type": "dimension",
5536
- "value": "0.375rem"
6193
+ "description": "Content popover border-radius aligned with Figma radius/md (8px) per Bowser audit — pre-fix was 0.375rem (6px).",
6194
+ "value": "8px"
5537
6195
  },
5538
6196
  {
5539
6197
  "name": "combobox-content-shadow",
@@ -5586,6 +6244,25 @@
5586
6244
  "type": "color",
5587
6245
  "value": "oklch(81.75% 0.1821 159.79)"
5588
6246
  },
6247
+ {
6248
+ "name": "combobox-trigger-disabled-bg",
6249
+ "cssVar": "--combobox-trigger-disabled-bg",
6250
+ "type": "color",
6251
+ "description": "Combobox disabled bg per DES-1258 item 4 (token vs opacity).",
6252
+ "value": "oklch(97.02% 0.0000 0)"
6253
+ },
6254
+ {
6255
+ "name": "combobox-trigger-disabled-border",
6256
+ "cssVar": "--combobox-trigger-disabled-border",
6257
+ "type": "color",
6258
+ "value": "oklch(97.02% 0.0000 0)"
6259
+ },
6260
+ {
6261
+ "name": "combobox-trigger-disabled-fg",
6262
+ "cssVar": "--combobox-trigger-disabled-fg",
6263
+ "type": "color",
6264
+ "value": "oklch(55.55% 0.0000 0)"
6265
+ },
5589
6266
  {
5590
6267
  "name": "combobox-trigger-gap",
5591
6268
  "cssVar": "--combobox-trigger-gap",
@@ -5595,19 +6272,22 @@
5595
6272
  "name": "combobox-trigger-height-lg",
5596
6273
  "cssVar": "--combobox-trigger-height-lg",
5597
6274
  "type": "dimension",
5598
- "value": "40px"
6275
+ "description": "Combobox trigger lg 44px aligned with Input lg scale.",
6276
+ "value": "44px"
5599
6277
  },
5600
6278
  {
5601
6279
  "name": "combobox-trigger-height-md",
5602
6280
  "cssVar": "--combobox-trigger-height-md",
5603
6281
  "type": "dimension",
5604
- "value": "36px"
6282
+ "description": "Combobox trigger md 40px aligned with Figma canonical (frame 1387:14613, all variants 40h) — pre-fix was 36px.",
6283
+ "value": "40px"
5605
6284
  },
5606
6285
  {
5607
6286
  "name": "combobox-trigger-height-sm",
5608
6287
  "cssVar": "--combobox-trigger-height-sm",
5609
6288
  "type": "dimension",
5610
- "value": "32px"
6289
+ "description": "Combobox trigger sm 36px aligned with Input scale (Figma 1387:14613 default = 40h).",
6290
+ "value": "36px"
5611
6291
  },
5612
6292
  {
5613
6293
  "name": "combobox-trigger-padding-x-lg",
@@ -5643,7 +6323,21 @@
5643
6323
  "name": "combobox-trigger-radius",
5644
6324
  "cssVar": "--combobox-trigger-radius",
5645
6325
  "type": "dimension",
5646
- "value": "0.375rem"
6326
+ "description": "Trigger border-radius aligned with Figma radius/md (8px) per Bowser audit Combobox token mismatch — pre-fix was 0.375rem (6px).",
6327
+ "value": "8px"
6328
+ },
6329
+ {
6330
+ "name": "combobox-trigger-ring-primary",
6331
+ "cssVar": "--combobox-trigger-ring-primary",
6332
+ "type": "color",
6333
+ "description": "Combobox trigger focus ring primary per DES-1258 item 5.",
6334
+ "value": "oklch(81.75% 0.1821 159.79)"
6335
+ },
6336
+ {
6337
+ "name": "combobox-trigger-ring-width",
6338
+ "cssVar": "--combobox-trigger-ring-width",
6339
+ "type": "dimension",
6340
+ "value": "3px"
5647
6341
  },
5648
6342
  {
5649
6343
  "name": "combobox-trigger-text-lg",
@@ -6099,7 +6793,8 @@
6099
6793
  "name": "context-menu-content-radius",
6100
6794
  "cssVar": "--context-menu-content-radius",
6101
6795
  "type": "dimension",
6102
- "value": "0.375rem"
6796
+ "description": "ContextMenu content radius 8px (radius/md) aligned with Figma canonical (frame 1442:5064) and peer DropdownMenu/Menubar — pre-fix was 0.375rem (6px), inconsistent with peers.",
6797
+ "value": "8px"
6103
6798
  },
6104
6799
  {
6105
6800
  "name": "context-menu-content-z-index",
@@ -6341,6 +7036,42 @@
6341
7036
  "type": "dimension",
6342
7037
  "value": "36px"
6343
7038
  },
7039
+ {
7040
+ "name": "date-picker-content-bg",
7041
+ "cssVar": "--date-picker-content-bg",
7042
+ "type": "color",
7043
+ "description": "DatePicker popover content bg per DES-1262 item 2.",
7044
+ "value": "oklch(100.00% 0.0000 0)"
7045
+ },
7046
+ {
7047
+ "name": "date-picker-content-border",
7048
+ "cssVar": "--date-picker-content-border",
7049
+ "type": "color",
7050
+ "value": "oklch(92.19% 0.0000 0)"
7051
+ },
7052
+ {
7053
+ "name": "date-picker-content-fg",
7054
+ "cssVar": "--date-picker-content-fg",
7055
+ "type": "color",
7056
+ "value": "oklch(20.46% 0.0000 0)"
7057
+ },
7058
+ {
7059
+ "name": "date-picker-content-padding",
7060
+ "cssVar": "--date-picker-content-padding",
7061
+ "type": "dimension",
7062
+ "value": "12px"
7063
+ },
7064
+ {
7065
+ "name": "date-picker-content-radius",
7066
+ "cssVar": "--date-picker-content-radius",
7067
+ "type": "dimension",
7068
+ "value": "8px"
7069
+ },
7070
+ {
7071
+ "name": "date-picker-content-shadow",
7072
+ "cssVar": "--date-picker-content-shadow",
7073
+ "value": "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)"
7074
+ },
6344
7075
  {
6345
7076
  "name": "date-picker-footer-gap",
6346
7077
  "cssVar": "--date-picker-footer-gap",
@@ -6365,6 +7096,38 @@
6365
7096
  "type": "dimension",
6366
7097
  "value": "140px"
6367
7098
  },
7099
+ {
7100
+ "name": "date-picker-trigger-border-default",
7101
+ "cssVar": "--date-picker-trigger-border-default",
7102
+ "type": "color",
7103
+ "description": "DatePicker trigger border default per DES-1262 item 2.",
7104
+ "value": "oklch(92.19% 0.0000 0)"
7105
+ },
7106
+ {
7107
+ "name": "date-picker-trigger-border-focus",
7108
+ "cssVar": "--date-picker-trigger-border-focus",
7109
+ "type": "color",
7110
+ "value": "oklch(81.75% 0.1821 159.79)"
7111
+ },
7112
+ {
7113
+ "name": "date-picker-trigger-disabled-bg",
7114
+ "cssVar": "--date-picker-trigger-disabled-bg",
7115
+ "type": "color",
7116
+ "description": "DatePicker disabled bg per DES-1262 item 3 (triplet vs opacity).",
7117
+ "value": "oklch(97.02% 0.0000 0)"
7118
+ },
7119
+ {
7120
+ "name": "date-picker-trigger-disabled-border",
7121
+ "cssVar": "--date-picker-trigger-disabled-border",
7122
+ "type": "color",
7123
+ "value": "oklch(97.02% 0.0000 0)"
7124
+ },
7125
+ {
7126
+ "name": "date-picker-trigger-disabled-fg",
7127
+ "cssVar": "--date-picker-trigger-disabled-fg",
7128
+ "type": "color",
7129
+ "value": "oklch(55.55% 0.0000 0)"
7130
+ },
6368
7131
  {
6369
7132
  "name": "date-picker-trigger-height-lg",
6370
7133
  "cssVar": "--date-picker-trigger-height-lg",
@@ -6428,6 +7191,26 @@
6428
7191
  "type": "dimension",
6429
7192
  "value": "6px"
6430
7193
  },
7194
+ {
7195
+ "name": "date-picker-trigger-radius",
7196
+ "cssVar": "--date-picker-trigger-radius",
7197
+ "type": "dimension",
7198
+ "description": "Trigger border-radius aligned with Figma radius/md (8px) per Bowser audit DatePicker — was missing, code used rounded-md utility which resolved to 0px.",
7199
+ "value": "8px"
7200
+ },
7201
+ {
7202
+ "name": "date-picker-trigger-ring-primary",
7203
+ "cssVar": "--date-picker-trigger-ring-primary",
7204
+ "type": "color",
7205
+ "description": "DatePicker trigger focus ring per DES-1262 item 2.",
7206
+ "value": "oklch(81.75% 0.1821 159.79)"
7207
+ },
7208
+ {
7209
+ "name": "date-picker-trigger-ring-width",
7210
+ "cssVar": "--date-picker-trigger-ring-width",
7211
+ "type": "dimension",
7212
+ "value": "3px"
7213
+ },
6431
7214
  {
6432
7215
  "name": "date-picker-trigger-text-lg",
6433
7216
  "cssVar": "--date-picker-trigger-text-lg",
@@ -6451,24 +7234,35 @@
6451
7234
  "name": "date-range-picker-calendar-gap",
6452
7235
  "cssVar": "--date-range-picker-calendar-gap",
6453
7236
  "type": "dimension",
7237
+ "description": "DateRangePicker gap between two calendar months per DES-1264.",
6454
7238
  "value": "16px"
6455
7239
  },
6456
7240
  {
6457
- "name": "date-range-picker-trigger-gap",
6458
- "cssVar": "--date-range-picker-trigger-gap",
7241
+ "name": "date-range-picker-today-button-height",
7242
+ "cssVar": "--date-range-picker-today-button-height",
6459
7243
  "type": "dimension",
6460
- "value": "8px"
7244
+ "description": "DateRangePicker Today button height per DES-1264 item 4 — was hardcoded h-7.",
7245
+ "value": "28px"
6461
7246
  },
6462
7247
  {
6463
- "name": "date-range-picker-trigger-padding-x",
6464
- "cssVar": "--date-range-picker-trigger-padding-x",
7248
+ "name": "date-range-picker-today-button-text-size",
7249
+ "cssVar": "--date-range-picker-today-button-text-size",
6465
7250
  "type": "dimension",
6466
- "value": "12px"
7251
+ "description": "DateRangePicker Today button font-size per DES-1264 item 4 — was hardcoded text-xs.",
7252
+ "value": "0.75rem"
7253
+ },
7254
+ {
7255
+ "name": "date-range-picker-trigger-gap",
7256
+ "cssVar": "--date-range-picker-trigger-gap",
7257
+ "type": "dimension",
7258
+ "description": "DateRangePicker trigger internal gap per DES-1264.",
7259
+ "value": "8px"
6467
7260
  },
6468
7261
  {
6469
7262
  "name": "date-range-picker-trigger-width",
6470
7263
  "cssVar": "--date-range-picker-trigger-width",
6471
7264
  "type": "dimension",
7265
+ "description": "DateRangePicker trigger min-width per DES-1264 — range typically shows two dates, wider than DatePicker.",
6472
7266
  "value": "300px"
6473
7267
  },
6474
7268
  {
@@ -6507,6 +7301,13 @@
6507
7301
  "type": "color",
6508
7302
  "value": "oklch(14.48% 0.0000 0)"
6509
7303
  },
7304
+ {
7305
+ "name": "divider-thickness",
7306
+ "cssVar": "--divider-thickness",
7307
+ "type": "dimension",
7308
+ "description": "Divider line thickness per DES-1266 item 3 — Figma height/h-px + border-width/border. Cross-DS support customizable thickness.",
7309
+ "value": "1px"
7310
+ },
6510
7311
  {
6511
7312
  "name": "drag-and-drop-draggable-opacity-dragging",
6512
7313
  "cssVar": "--drag-and-drop-draggable-opacity-dragging",
@@ -6570,7 +7371,8 @@
6570
7371
  "name": "drawer-content-bg",
6571
7372
  "cssVar": "--drawer-content-bg",
6572
7373
  "type": "color",
6573
- "value": "oklch(100.00% 0.0000 0)"
7374
+ "description": "Drawer content bg aligned with Figma core/background/surface (#fafafa) per DES-1268 — pre-fix was light.base.background (white).",
7375
+ "value": "oklch(98.51% 0.0000 0)"
6574
7376
  },
6575
7377
  {
6576
7378
  "name": "drawer-content-border",
@@ -6600,13 +7402,15 @@
6600
7402
  "name": "drawer-handle-bg",
6601
7403
  "cssVar": "--drawer-handle-bg",
6602
7404
  "type": "color",
6603
- "value": "oklch(97.02% 0.0000 0)"
7405
+ "description": "Drawer handle bg aligned with Figma muted-foreground (#737373) per DES-1268 item 2 — pre-fix was light.base.muted (almost invisible).",
7406
+ "value": "oklch(55.55% 0.0000 0)"
6604
7407
  },
6605
7408
  {
6606
7409
  "name": "drawer-handle-height",
6607
7410
  "cssVar": "--drawer-handle-height",
6608
7411
  "type": "dimension",
6609
- "value": "8px"
7412
+ "description": "Drawer handle height aligned with Figma 4px per DES-1268 item 3 — pre-fix was spacing.2 (8px, 2x off).",
7413
+ "value": "4px"
6610
7414
  },
6611
7415
  {
6612
7416
  "name": "drawer-handle-margin-top",
@@ -6618,7 +7422,8 @@
6618
7422
  "name": "drawer-handle-width",
6619
7423
  "cssVar": "--drawer-handle-width",
6620
7424
  "type": "dimension",
6621
- "value": "96px"
7425
+ "description": "Drawer handle width aligned with Figma 32px per DES-1268 item 3 — pre-fix was spacing.24 (96px, 3x off).",
7426
+ "value": "32px"
6622
7427
  },
6623
7428
  {
6624
7429
  "name": "drawer-header-gap",
@@ -6666,7 +7471,7 @@
6666
7471
  "name": "dropdown-menu-content-radius",
6667
7472
  "cssVar": "--dropdown-menu-content-radius",
6668
7473
  "type": "dimension",
6669
- "value": "0.375rem"
7474
+ "value": "8px"
6670
7475
  },
6671
7476
  {
6672
7477
  "name": "dropdown-menu-content-z-index",
@@ -6720,7 +7525,7 @@
6720
7525
  "name": "dropdown-menu-item-radius",
6721
7526
  "cssVar": "--dropdown-menu-item-radius",
6722
7527
  "type": "dimension",
6723
- "value": "0.125rem"
7528
+ "value": "4px"
6724
7529
  },
6725
7530
  {
6726
7531
  "name": "dropdown-menu-item-text-size",
@@ -6809,152 +7614,445 @@
6809
7614
  "value": "500px"
6810
7615
  },
6811
7616
  {
6812
- "name": "feed-content-description-color",
6813
- "cssVar": "--feed-content-description-color",
6814
- "type": "color",
6815
- "value": "oklch(55.55% 0.0000 0)"
6816
- },
6817
- {
6818
- "name": "feed-content-description-size",
6819
- "cssVar": "--feed-content-description-size",
7617
+ "name": "feature-item-body-gap",
7618
+ "cssVar": "--feature-item-body-gap",
6820
7619
  "type": "dimension",
6821
- "value": "0.875rem"
6822
- },
6823
- {
6824
- "name": "feed-content-title-weight",
6825
- "cssVar": "--feed-content-title-weight",
6826
- "value": "500"
6827
- },
6828
- {
6829
- "name": "feed-icon-background",
6830
- "cssVar": "--feed-icon-background",
6831
- "type": "color",
6832
- "value": "oklch(97.02% 0.0000 0)"
7620
+ "value": "4px"
6833
7621
  },
6834
7622
  {
6835
- "name": "feed-icon-color",
6836
- "cssVar": "--feed-icon-color",
7623
+ "name": "feature-item-description-color",
7624
+ "cssVar": "--feature-item-description-color",
6837
7625
  "type": "color",
6838
7626
  "value": "oklch(55.55% 0.0000 0)"
6839
7627
  },
6840
7628
  {
6841
- "name": "feed-icon-radius",
6842
- "cssVar": "--feed-icon-radius",
6843
- "type": "dimension",
6844
- "value": "9999px"
7629
+ "name": "feature-item-description-font-size",
7630
+ "cssVar": "--feature-item-description-font-size",
7631
+ "type": "fontSize",
7632
+ "value": "13px"
6845
7633
  },
6846
7634
  {
6847
- "name": "feed-icon-size",
6848
- "cssVar": "--feed-icon-size",
6849
- "type": "dimension",
6850
- "value": "32px"
7635
+ "name": "feature-item-description-line-height",
7636
+ "cssVar": "--feature-item-description-line-height",
7637
+ "type": "lineHeight",
7638
+ "value": "1.55"
6851
7639
  },
6852
7640
  {
6853
- "name": "feed-item-background-active",
6854
- "cssVar": "--feed-item-background-active",
6855
- "type": "color",
6856
- "value": "oklch(97.02% 0.0000 0)"
7641
+ "name": "feature-item-icon-radius",
7642
+ "cssVar": "--feature-item-icon-radius",
7643
+ "type": "dimension",
7644
+ "description": "FeatureItem icon plate radius 10px per Figma /Feature-item canonical.",
7645
+ "value": "10px"
6857
7646
  },
6858
7647
  {
6859
- "name": "feed-item-background-highlight",
6860
- "cssVar": "--feed-item-background-highlight",
6861
- "type": "color",
6862
- "value": "oklch(100.00% 0.0000 0 / 94.9%)"
7648
+ "name": "feature-item-icon-size",
7649
+ "cssVar": "--feature-item-icon-size",
7650
+ "type": "dimension",
7651
+ "description": "FeatureItem icon plate size 40px per Figma /Feature-item canonical.",
7652
+ "value": "40px"
6863
7653
  },
6864
7654
  {
6865
- "name": "feed-item-border-color",
6866
- "cssVar": "--feed-item-border-color",
7655
+ "name": "feature-item-link-color",
7656
+ "cssVar": "--feature-item-link-color",
6867
7657
  "type": "color",
6868
- "value": "oklch(92.19% 0.0000 0)"
7658
+ "value": "oklch(56.08% 0.1221 160.56)"
6869
7659
  },
6870
7660
  {
6871
- "name": "feed-item-gap",
6872
- "cssVar": "--feed-item-gap",
6873
- "type": "dimension",
7661
+ "name": "feature-item-link-font-size",
7662
+ "cssVar": "--feature-item-link-font-size",
7663
+ "type": "fontSize",
6874
7664
  "value": "12px"
6875
7665
  },
6876
7666
  {
6877
- "name": "feed-item-padding-x",
6878
- "cssVar": "--feed-item-padding-x",
7667
+ "name": "feature-item-link-gap",
7668
+ "cssVar": "--feature-item-link-gap",
6879
7669
  "type": "dimension",
6880
- "value": "16px"
7670
+ "value": "4px"
6881
7671
  },
6882
7672
  {
6883
- "name": "feed-item-padding-y",
6884
- "cssVar": "--feed-item-padding-y",
7673
+ "name": "feature-item-link-margin-top",
7674
+ "cssVar": "--feature-item-link-margin-top",
6885
7675
  "type": "dimension",
6886
- "value": "16px"
7676
+ "value": "4px"
6887
7677
  },
6888
7678
  {
6889
- "name": "feed-item-radius",
6890
- "cssVar": "--feed-item-radius",
7679
+ "name": "feature-item-root-gap",
7680
+ "cssVar": "--feature-item-root-gap",
6891
7681
  "type": "dimension",
6892
- "value": "0.375rem"
7682
+ "value": "14px"
6893
7683
  },
6894
7684
  {
6895
- "name": "feed-root-gap",
6896
- "cssVar": "--feed-root-gap",
7685
+ "name": "feature-item-root-padding",
7686
+ "cssVar": "--feature-item-root-padding",
6897
7687
  "type": "dimension",
6898
- "value": "16px"
7688
+ "value": "4px"
6899
7689
  },
6900
7690
  {
6901
- "name": "feed-timestamp-color",
6902
- "cssVar": "--feed-timestamp-color",
7691
+ "name": "feature-item-title-color",
7692
+ "cssVar": "--feature-item-title-color",
6903
7693
  "type": "color",
6904
- "value": "oklch(55.55% 0.0000 0)"
7694
+ "value": "oklch(14.48% 0.0000 0)"
6905
7695
  },
6906
7696
  {
6907
- "name": "feed-timestamp-size",
6908
- "cssVar": "--feed-timestamp-size",
6909
- "type": "dimension",
6910
- "value": "0.75rem"
7697
+ "name": "feature-item-title-font-size",
7698
+ "cssVar": "--feature-item-title-font-size",
7699
+ "type": "fontSize",
7700
+ "value": "14px"
6911
7701
  },
6912
7702
  {
6913
- "name": "file-upload-dropzone-background",
6914
- "cssVar": "--file-upload-dropzone-background",
7703
+ "name": "feature-item-tone-brand-bg",
7704
+ "cssVar": "--feature-item-tone-brand-bg",
6915
7705
  "type": "color",
6916
- "value": "oklch(100.00% 0.0000 0)"
7706
+ "value": "oklch(81.75% 0.1821 159.79)"
6917
7707
  },
6918
7708
  {
6919
- "name": "file-upload-dropzone-background-hover",
6920
- "cssVar": "--file-upload-dropzone-background-hover",
7709
+ "name": "feature-item-tone-brand-fg",
7710
+ "cssVar": "--feature-item-tone-brand-fg",
6921
7711
  "type": "color",
6922
- "value": "oklch(95.21% 0.0467 171.12)"
7712
+ "value": "oklch(18.34% 0.0338 166.67)"
6923
7713
  },
6924
7714
  {
6925
- "name": "file-upload-dropzone-border-color",
6926
- "cssVar": "--file-upload-dropzone-border-color",
7715
+ "name": "feature-item-tone-info-bg",
7716
+ "cssVar": "--feature-item-tone-info-bg",
6927
7717
  "type": "color",
6928
- "value": "oklch(55.55% 0.0000 0)"
7718
+ "value": "oklch(97.05% 0.0142 254.60)"
6929
7719
  },
6930
7720
  {
6931
- "name": "file-upload-dropzone-border-style",
6932
- "cssVar": "--file-upload-dropzone-border-style",
6933
- "value": "dashed"
7721
+ "name": "feature-item-tone-info-fg",
7722
+ "cssVar": "--feature-item-tone-info-fg",
7723
+ "type": "color",
7724
+ "value": "oklch(48.82% 0.2172 264.38)"
6934
7725
  },
6935
7726
  {
6936
- "name": "file-upload-dropzone-border-width",
6937
- "cssVar": "--file-upload-dropzone-border-width",
6938
- "type": "dimension",
6939
- "value": "2px"
7727
+ "name": "feature-item-tone-subtle-bg",
7728
+ "cssVar": "--feature-item-tone-subtle-bg",
7729
+ "type": "color",
7730
+ "value": "oklch(97.65% 0.0243 170.99)"
6940
7731
  },
6941
7732
  {
6942
- "name": "file-upload-dropzone-gap",
6943
- "cssVar": "--file-upload-dropzone-gap",
6944
- "type": "dimension",
6945
- "value": "16px"
7733
+ "name": "feature-item-tone-subtle-fg",
7734
+ "cssVar": "--feature-item-tone-subtle-fg",
7735
+ "type": "color",
7736
+ "value": "oklch(56.08% 0.1221 160.56)"
6946
7737
  },
6947
7738
  {
6948
- "name": "file-upload-dropzone-padding",
6949
- "cssVar": "--file-upload-dropzone-padding",
6950
- "type": "dimension",
6951
- "value": "40px"
7739
+ "name": "feature-item-tone-warning-bg",
7740
+ "cssVar": "--feature-item-tone-warning-bg",
7741
+ "type": "color",
7742
+ "value": "oklch(98.73% 0.0262 102.21)"
7743
+ },
7744
+ {
7745
+ "name": "feature-item-tone-warning-fg",
7746
+ "cssVar": "--feature-item-tone-warning-fg",
7747
+ "type": "color",
7748
+ "value": "oklch(55.38% 0.1207 66.44)"
7749
+ },
7750
+ {
7751
+ "name": "featured-icon-color-brand-bg",
7752
+ "cssVar": "--featured-icon-color-brand-bg",
7753
+ "type": "color",
7754
+ "value": "oklch(97.65% 0.0243 170.99)"
7755
+ },
7756
+ {
7757
+ "name": "featured-icon-color-brand-fg",
7758
+ "cssVar": "--featured-icon-color-brand-fg",
7759
+ "type": "color",
7760
+ "value": "oklch(81.75% 0.1821 159.79)"
7761
+ },
7762
+ {
7763
+ "name": "featured-icon-color-default-bg",
7764
+ "cssVar": "--featured-icon-color-default-bg",
7765
+ "type": "color",
7766
+ "value": "oklch(97.02% 0.0000 0)"
7767
+ },
7768
+ {
7769
+ "name": "featured-icon-color-default-fg",
7770
+ "cssVar": "--featured-icon-color-default-fg",
7771
+ "type": "color",
7772
+ "value": "oklch(55.55% 0.0000 0)"
7773
+ },
7774
+ {
7775
+ "name": "featured-icon-color-destructive-bg",
7776
+ "cssVar": "--featured-icon-color-destructive-bg",
7777
+ "type": "color",
7778
+ "value": "oklch(97.05% 0.0129 17.38)"
7779
+ },
7780
+ {
7781
+ "name": "featured-icon-color-destructive-fg",
7782
+ "cssVar": "--featured-icon-color-destructive-fg",
7783
+ "type": "color",
7784
+ "value": "oklch(63.68% 0.2078 25.33)"
7785
+ },
7786
+ {
7787
+ "name": "featured-icon-color-info-bg",
7788
+ "cssVar": "--featured-icon-color-info-bg",
7789
+ "type": "color",
7790
+ "value": "oklch(97.05% 0.0142 254.60)"
7791
+ },
7792
+ {
7793
+ "name": "featured-icon-color-info-fg",
7794
+ "cssVar": "--featured-icon-color-info-fg",
7795
+ "type": "color",
7796
+ "value": "oklch(54.61% 0.2152 262.88)"
7797
+ },
7798
+ {
7799
+ "name": "featured-icon-color-success-bg",
7800
+ "cssVar": "--featured-icon-color-success-bg",
7801
+ "type": "color",
7802
+ "value": "oklch(98.19% 0.0181 155.83)"
7803
+ },
7804
+ {
7805
+ "name": "featured-icon-color-success-fg",
7806
+ "cssVar": "--featured-icon-color-success-fg",
7807
+ "type": "color",
7808
+ "value": "oklch(62.71% 0.1699 149.21)"
7809
+ },
7810
+ {
7811
+ "name": "featured-icon-color-warning-bg",
7812
+ "cssVar": "--featured-icon-color-warning-bg",
7813
+ "type": "color",
7814
+ "value": "oklch(98.73% 0.0262 102.21)"
7815
+ },
7816
+ {
7817
+ "name": "featured-icon-color-warning-fg",
7818
+ "cssVar": "--featured-icon-color-warning-fg",
7819
+ "type": "color",
7820
+ "value": "oklch(86.06% 0.1731 91.94)"
7821
+ },
7822
+ {
7823
+ "name": "featured-icon-radius-circle",
7824
+ "cssVar": "--featured-icon-radius-circle",
7825
+ "type": "dimension",
7826
+ "value": "9999px"
7827
+ },
7828
+ {
7829
+ "name": "featured-icon-radius-default",
7830
+ "cssVar": "--featured-icon-radius-default",
7831
+ "type": "dimension",
7832
+ "description": "FeaturedIcon default plate radius (8px) per Figma /Featured-Icon canonical.",
7833
+ "value": "8px"
7834
+ },
7835
+ {
7836
+ "name": "featured-icon-size-2xl-icon",
7837
+ "cssVar": "--featured-icon-size-2xl-icon",
7838
+ "type": "dimension",
7839
+ "value": "48px"
7840
+ },
7841
+ {
7842
+ "name": "featured-icon-size-2xl-plate",
7843
+ "cssVar": "--featured-icon-size-2xl-plate",
7844
+ "type": "dimension",
7845
+ "value": "80px"
7846
+ },
7847
+ {
7848
+ "name": "featured-icon-size-lg-icon",
7849
+ "cssVar": "--featured-icon-size-lg-icon",
7850
+ "type": "dimension",
7851
+ "value": "24px"
7852
+ },
7853
+ {
7854
+ "name": "featured-icon-size-lg-plate",
7855
+ "cssVar": "--featured-icon-size-lg-plate",
7856
+ "type": "dimension",
7857
+ "value": "48px"
7858
+ },
7859
+ {
7860
+ "name": "featured-icon-size-md-icon",
7861
+ "cssVar": "--featured-icon-size-md-icon",
7862
+ "type": "dimension",
7863
+ "value": "20px"
7864
+ },
7865
+ {
7866
+ "name": "featured-icon-size-md-plate",
7867
+ "cssVar": "--featured-icon-size-md-plate",
7868
+ "type": "dimension",
7869
+ "value": "44px"
7870
+ },
7871
+ {
7872
+ "name": "featured-icon-size-sm-icon",
7873
+ "cssVar": "--featured-icon-size-sm-icon",
7874
+ "type": "dimension",
7875
+ "value": "16px"
7876
+ },
7877
+ {
7878
+ "name": "featured-icon-size-sm-plate",
7879
+ "cssVar": "--featured-icon-size-sm-plate",
7880
+ "type": "dimension",
7881
+ "value": "32px"
7882
+ },
7883
+ {
7884
+ "name": "featured-icon-size-xl-icon",
7885
+ "cssVar": "--featured-icon-size-xl-icon",
7886
+ "type": "dimension",
7887
+ "value": "32px"
7888
+ },
7889
+ {
7890
+ "name": "featured-icon-size-xl-plate",
7891
+ "cssVar": "--featured-icon-size-xl-plate",
7892
+ "type": "dimension",
7893
+ "value": "56px"
7894
+ },
7895
+ {
7896
+ "name": "featured-icon-size-xs-icon",
7897
+ "cssVar": "--featured-icon-size-xs-icon",
7898
+ "type": "dimension",
7899
+ "value": "12px"
7900
+ },
7901
+ {
7902
+ "name": "featured-icon-size-xs-plate",
7903
+ "cssVar": "--featured-icon-size-xs-plate",
7904
+ "type": "dimension",
7905
+ "description": "FeaturedIcon xs plate size per Figma /Featured-Icon frame.",
7906
+ "value": "28px"
7907
+ },
7908
+ {
7909
+ "name": "feed-content-description-color",
7910
+ "cssVar": "--feed-content-description-color",
7911
+ "type": "color",
7912
+ "value": "oklch(55.55% 0.0000 0)"
7913
+ },
7914
+ {
7915
+ "name": "feed-content-description-size",
7916
+ "cssVar": "--feed-content-description-size",
7917
+ "type": "dimension",
7918
+ "value": "0.875rem"
7919
+ },
7920
+ {
7921
+ "name": "feed-content-title-weight",
7922
+ "cssVar": "--feed-content-title-weight",
7923
+ "value": "500"
7924
+ },
7925
+ {
7926
+ "name": "feed-icon-background",
7927
+ "cssVar": "--feed-icon-background",
7928
+ "type": "color",
7929
+ "value": "oklch(97.02% 0.0000 0)"
7930
+ },
7931
+ {
7932
+ "name": "feed-icon-color",
7933
+ "cssVar": "--feed-icon-color",
7934
+ "type": "color",
7935
+ "value": "oklch(55.55% 0.0000 0)"
7936
+ },
7937
+ {
7938
+ "name": "feed-icon-radius",
7939
+ "cssVar": "--feed-icon-radius",
7940
+ "type": "dimension",
7941
+ "value": "9999px"
7942
+ },
7943
+ {
7944
+ "name": "feed-icon-size",
7945
+ "cssVar": "--feed-icon-size",
7946
+ "type": "dimension",
7947
+ "value": "32px"
7948
+ },
7949
+ {
7950
+ "name": "feed-item-background-active",
7951
+ "cssVar": "--feed-item-background-active",
7952
+ "type": "color",
7953
+ "value": "oklch(97.02% 0.0000 0)"
7954
+ },
7955
+ {
7956
+ "name": "feed-item-background-highlight",
7957
+ "cssVar": "--feed-item-background-highlight",
7958
+ "type": "color",
7959
+ "value": "oklch(100.00% 0.0000 0 / 94.9%)"
7960
+ },
7961
+ {
7962
+ "name": "feed-item-border-color",
7963
+ "cssVar": "--feed-item-border-color",
7964
+ "type": "color",
7965
+ "value": "oklch(92.19% 0.0000 0)"
7966
+ },
7967
+ {
7968
+ "name": "feed-item-gap",
7969
+ "cssVar": "--feed-item-gap",
7970
+ "type": "dimension",
7971
+ "value": "12px"
7972
+ },
7973
+ {
7974
+ "name": "feed-item-padding-x",
7975
+ "cssVar": "--feed-item-padding-x",
7976
+ "type": "dimension",
7977
+ "value": "16px"
7978
+ },
7979
+ {
7980
+ "name": "feed-item-padding-y",
7981
+ "cssVar": "--feed-item-padding-y",
7982
+ "type": "dimension",
7983
+ "value": "16px"
7984
+ },
7985
+ {
7986
+ "name": "feed-item-radius",
7987
+ "cssVar": "--feed-item-radius",
7988
+ "type": "dimension",
7989
+ "value": "0.375rem"
7990
+ },
7991
+ {
7992
+ "name": "feed-root-gap",
7993
+ "cssVar": "--feed-root-gap",
7994
+ "type": "dimension",
7995
+ "value": "16px"
7996
+ },
7997
+ {
7998
+ "name": "feed-timestamp-color",
7999
+ "cssVar": "--feed-timestamp-color",
8000
+ "type": "color",
8001
+ "value": "oklch(55.55% 0.0000 0)"
8002
+ },
8003
+ {
8004
+ "name": "feed-timestamp-size",
8005
+ "cssVar": "--feed-timestamp-size",
8006
+ "type": "dimension",
8007
+ "value": "0.75rem"
8008
+ },
8009
+ {
8010
+ "name": "file-upload-dropzone-background",
8011
+ "cssVar": "--file-upload-dropzone-background",
8012
+ "type": "color",
8013
+ "value": "oklch(100.00% 0.0000 0)"
8014
+ },
8015
+ {
8016
+ "name": "file-upload-dropzone-background-hover",
8017
+ "cssVar": "--file-upload-dropzone-background-hover",
8018
+ "type": "color",
8019
+ "value": "oklch(95.21% 0.0467 171.12)"
8020
+ },
8021
+ {
8022
+ "name": "file-upload-dropzone-border-color",
8023
+ "cssVar": "--file-upload-dropzone-border-color",
8024
+ "type": "color",
8025
+ "value": "oklch(55.55% 0.0000 0)"
8026
+ },
8027
+ {
8028
+ "name": "file-upload-dropzone-border-style",
8029
+ "cssVar": "--file-upload-dropzone-border-style",
8030
+ "value": "dashed"
8031
+ },
8032
+ {
8033
+ "name": "file-upload-dropzone-border-width",
8034
+ "cssVar": "--file-upload-dropzone-border-width",
8035
+ "type": "dimension",
8036
+ "value": "2px"
8037
+ },
8038
+ {
8039
+ "name": "file-upload-dropzone-gap",
8040
+ "cssVar": "--file-upload-dropzone-gap",
8041
+ "type": "dimension",
8042
+ "value": "16px"
8043
+ },
8044
+ {
8045
+ "name": "file-upload-dropzone-padding",
8046
+ "cssVar": "--file-upload-dropzone-padding",
8047
+ "type": "dimension",
8048
+ "value": "40px"
6952
8049
  },
6953
8050
  {
6954
8051
  "name": "file-upload-dropzone-radius",
6955
8052
  "cssVar": "--file-upload-dropzone-radius",
6956
8053
  "type": "dimension",
6957
- "value": "0.5rem"
8054
+ "description": "FileDropzone radius 12px (radius/lg) aligned with Figma canonical (frame 1636:5682) — pre-fix was 0.5rem (8px).",
8055
+ "value": "12px"
6958
8056
  },
6959
8057
  {
6960
8058
  "name": "file-upload-icon-color",
@@ -7076,6 +8174,55 @@
7076
8174
  "type": "dimension",
7077
8175
  "value": "14px"
7078
8176
  },
8177
+ {
8178
+ "name": "header-root-bg",
8179
+ "cssVar": "--header-root-bg",
8180
+ "type": "color",
8181
+ "value": "oklch(100.00% 0.0000 0)"
8182
+ },
8183
+ {
8184
+ "name": "header-root-border-color",
8185
+ "cssVar": "--header-root-border-color",
8186
+ "type": "color",
8187
+ "value": "oklch(92.19% 0.0000 0)"
8188
+ },
8189
+ {
8190
+ "name": "header-root-padding-x",
8191
+ "cssVar": "--header-root-padding-x",
8192
+ "type": "dimension",
8193
+ "value": "16px"
8194
+ },
8195
+ {
8196
+ "name": "header-root-padding-y",
8197
+ "cssVar": "--header-root-padding-y",
8198
+ "type": "dimension",
8199
+ "value": "12px"
8200
+ },
8201
+ {
8202
+ "name": "header-size-lg-height",
8203
+ "cssVar": "--header-size-lg-height",
8204
+ "type": "dimension",
8205
+ "value": "80px"
8206
+ },
8207
+ {
8208
+ "name": "header-size-md-height",
8209
+ "cssVar": "--header-size-md-height",
8210
+ "type": "dimension",
8211
+ "value": "64px"
8212
+ },
8213
+ {
8214
+ "name": "header-size-sm-height",
8215
+ "cssVar": "--header-size-sm-height",
8216
+ "type": "dimension",
8217
+ "value": "48px"
8218
+ },
8219
+ {
8220
+ "name": "header-sticky-z-index",
8221
+ "cssVar": "--header-sticky-z-index",
8222
+ "type": "number",
8223
+ "description": "Header sticky z-index per DES-1272 — between content (10) and dropdowns (50).",
8224
+ "value": "30"
8225
+ },
7079
8226
  {
7080
8227
  "name": "hover-card-content-border-width",
7081
8228
  "cssVar": "--hover-card-content-border-width",
@@ -7141,34 +8288,100 @@
7141
8288
  "value": "currentColor"
7142
8289
  },
7143
8290
  {
7144
- "name": "icon-color-destructive",
7145
- "cssVar": "--icon-color-destructive",
8291
+ "name": "icon-color-destructive",
8292
+ "cssVar": "--icon-color-destructive",
8293
+ "type": "color",
8294
+ "value": "oklch(63.68% 0.2078 25.33)"
8295
+ },
8296
+ {
8297
+ "name": "icon-color-muted",
8298
+ "cssVar": "--icon-color-muted",
8299
+ "type": "color",
8300
+ "value": "oklch(55.55% 0.0000 0)"
8301
+ },
8302
+ {
8303
+ "name": "icon-color-primary",
8304
+ "cssVar": "--icon-color-primary",
8305
+ "type": "color",
8306
+ "value": "oklch(81.75% 0.1821 159.79)"
8307
+ },
8308
+ {
8309
+ "name": "icon-color-success",
8310
+ "cssVar": "--icon-color-success",
8311
+ "type": "color",
8312
+ "value": "oklch(62.71% 0.1699 149.21)"
8313
+ },
8314
+ {
8315
+ "name": "icon-color-warning",
8316
+ "cssVar": "--icon-color-warning",
8317
+ "type": "color",
8318
+ "value": "oklch(86.06% 0.1731 91.94)"
8319
+ },
8320
+ {
8321
+ "name": "ifta-label-label-color-destructive",
8322
+ "cssVar": "--ifta-label-label-color-destructive",
8323
+ "type": "color",
8324
+ "description": "IftaLabel label color in invalid state.",
8325
+ "value": "oklch(63.68% 0.2078 25.33)"
8326
+ },
8327
+ {
8328
+ "name": "ifta-label-label-color-foreground",
8329
+ "cssVar": "--ifta-label-label-color-foreground",
8330
+ "type": "color",
8331
+ "description": "IftaLabel label color when input is focused or filled (DES-1274).",
8332
+ "value": "oklch(14.48% 0.0000 0)"
8333
+ },
8334
+ {
8335
+ "name": "ifta-label-label-color-muted",
8336
+ "cssVar": "--ifta-label-label-color-muted",
8337
+ "type": "color",
8338
+ "description": "IftaLabel default label color (placeholder-shown state).",
8339
+ "value": "oklch(55.55% 0.0000 0)"
8340
+ },
8341
+ {
8342
+ "name": "ifta-label-ring-destructive",
8343
+ "cssVar": "--ifta-label-ring-destructive",
7146
8344
  "type": "color",
7147
8345
  "value": "oklch(63.68% 0.2078 25.33)"
7148
8346
  },
7149
8347
  {
7150
- "name": "icon-color-muted",
7151
- "cssVar": "--icon-color-muted",
8348
+ "name": "ifta-label-ring-primary",
8349
+ "cssVar": "--ifta-label-ring-primary",
7152
8350
  "type": "color",
7153
- "value": "oklch(55.55% 0.0000 0)"
8351
+ "description": "IftaLabel focus ring primary color per DES-1274.",
8352
+ "value": "oklch(81.75% 0.1821 159.79)"
7154
8353
  },
7155
8354
  {
7156
- "name": "icon-color-primary",
7157
- "cssVar": "--icon-color-primary",
7158
- "type": "color",
7159
- "value": "oklch(81.75% 0.1821 159.79)"
8355
+ "name": "ifta-label-ring-width",
8356
+ "cssVar": "--ifta-label-ring-width",
8357
+ "type": "dimension",
8358
+ "value": "3px"
7160
8359
  },
7161
8360
  {
7162
- "name": "icon-color-success",
7163
- "cssVar": "--icon-color-success",
7164
- "type": "color",
7165
- "value": "oklch(62.71% 0.1699 149.21)"
8361
+ "name": "ifta-label-wrapper-disabled-opacity",
8362
+ "cssVar": "--ifta-label-wrapper-disabled-opacity",
8363
+ "type": "number",
8364
+ "value": "0.5"
7166
8365
  },
7167
8366
  {
7168
- "name": "icon-color-warning",
7169
- "cssVar": "--icon-color-warning",
7170
- "type": "color",
7171
- "value": "oklch(86.06% 0.1731 91.94)"
8367
+ "name": "ifta-label-wrapper-height",
8368
+ "cssVar": "--ifta-label-wrapper-height",
8369
+ "type": "dimension",
8370
+ "description": "IftaLabel wrapper height 60px aligned with Figma canonical (frame 1397:3493, all variants 60h) — pre-fix was 48px.",
8371
+ "value": "60px"
8372
+ },
8373
+ {
8374
+ "name": "ifta-label-wrapper-padding-bottom",
8375
+ "cssVar": "--ifta-label-wrapper-padding-bottom",
8376
+ "type": "dimension",
8377
+ "value": "8px"
8378
+ },
8379
+ {
8380
+ "name": "ifta-label-wrapper-padding-top",
8381
+ "cssVar": "--ifta-label-wrapper-padding-top",
8382
+ "type": "dimension",
8383
+ "description": "IftaLabel input wrapper top padding (24px to accommodate floating label).",
8384
+ "value": "24px"
7172
8385
  },
7173
8386
  {
7174
8387
  "name": "image-rounded-circle",
@@ -7284,6 +8497,20 @@
7284
8497
  "type": "color",
7285
8498
  "value": "oklch(55.55% 0.0000 0)"
7286
8499
  },
8500
+ {
8501
+ "name": "input-group-button-radius",
8502
+ "cssVar": "--input-group-button-radius",
8503
+ "type": "dimension",
8504
+ "description": "InputGroup inner button border-radius. Per Bowser audit InputGroup BUG-2 — pre-fix was rounded-[calc(var(--radius)-5px)] which evaluated to -1px (clamped to 0px).",
8505
+ "value": "4px"
8506
+ },
8507
+ {
8508
+ "name": "input-group-radius",
8509
+ "cssVar": "--input-group-radius",
8510
+ "type": "dimension",
8511
+ "description": "InputGroup container border-radius aligned with Figma radius/md (8px) per Bowser audit InputGroup BUG-1 — pre-fix was rounded-md utility resolving to 0px.",
8512
+ "value": "8px"
8513
+ },
7287
8514
  {
7288
8515
  "name": "input-icon-padding-lg",
7289
8516
  "cssVar": "--input-icon-padding-lg",
@@ -7435,7 +8662,8 @@
7435
8662
  "name": "input-otp-slot-size-lg-radius",
7436
8663
  "cssVar": "--input-otp-slot-size-lg-radius",
7437
8664
  "type": "dimension",
7438
- "value": "0.375rem"
8665
+ "description": "Slot border-radius aligned with Figma radius/md (8px) per Bowser audit InputOTP — pre-fix was 0.375rem (6px).",
8666
+ "value": "8px"
7439
8667
  },
7440
8668
  {
7441
8669
  "name": "input-otp-slot-size-lg-size",
@@ -7453,13 +8681,15 @@
7453
8681
  "name": "input-otp-slot-size-md-radius",
7454
8682
  "cssVar": "--input-otp-slot-size-md-radius",
7455
8683
  "type": "dimension",
7456
- "value": "0.375rem"
8684
+ "description": "Slot border-radius aligned with Figma radius/md (8px) per Bowser audit InputOTP — pre-fix was 0.375rem (6px).",
8685
+ "value": "8px"
7457
8686
  },
7458
8687
  {
7459
8688
  "name": "input-otp-slot-size-md-size",
7460
8689
  "cssVar": "--input-otp-slot-size-md-size",
7461
8690
  "type": "dimension",
7462
- "value": "40px"
8691
+ "description": "InputOTP md slot size 44px aligned with Figma canonical (frame 1389:15484, all variants 44h) — pre-fix was 40px.",
8692
+ "value": "44px"
7463
8693
  },
7464
8694
  {
7465
8695
  "name": "input-otp-slot-size-md-text",
@@ -7471,7 +8701,8 @@
7471
8701
  "name": "input-otp-slot-size-sm-radius",
7472
8702
  "cssVar": "--input-otp-slot-size-sm-radius",
7473
8703
  "type": "dimension",
7474
- "value": "0.375rem"
8704
+ "description": "Slot border-radius aligned with Figma radius/md (8px) per Bowser audit InputOTP — pre-fix was 0.375rem (6px).",
8705
+ "value": "8px"
7475
8706
  },
7476
8707
  {
7477
8708
  "name": "input-otp-slot-size-sm-size",
@@ -7495,7 +8726,8 @@
7495
8726
  "name": "input-size-lg-h",
7496
8727
  "cssVar": "--input-size-lg-h",
7497
8728
  "type": "dimension",
7498
- "value": "40px"
8729
+ "description": "Input lg height 44px aligned with Figma canonical (frame 1384:8287, Size=lg = 44h) — pre-fix was spacing.10 (40px).",
8730
+ "value": "44px"
7499
8731
  },
7500
8732
  {
7501
8733
  "name": "input-size-lg-px",
@@ -7519,7 +8751,8 @@
7519
8751
  "name": "input-size-md-h",
7520
8752
  "cssVar": "--input-size-md-h",
7521
8753
  "type": "dimension",
7522
- "value": "36px"
8754
+ "description": "Input md height 40px aligned with Figma canonical (frame 1384:8287, Size=md = 40h) — pre-fix was spacing.9 (36px).",
8755
+ "value": "40px"
7523
8756
  },
7524
8757
  {
7525
8758
  "name": "input-size-md-px",
@@ -7543,7 +8776,8 @@
7543
8776
  "name": "input-size-sm-h",
7544
8777
  "cssVar": "--input-size-sm-h",
7545
8778
  "type": "dimension",
7546
- "value": "32px"
8779
+ "description": "Input sm height 36px aligned with Figma canonical (frame 1384:8287, Size=sm = 36h) — pre-fix was spacing.8 (32px).",
8780
+ "value": "36px"
7547
8781
  },
7548
8782
  {
7549
8783
  "name": "input-size-sm-px",
@@ -7961,7 +9195,8 @@
7961
9195
  "name": "label-root-line-height",
7962
9196
  "cssVar": "--label-root-line-height",
7963
9197
  "type": "lineHeight",
7964
- "value": "1"
9198
+ "description": "Aligned with Figma style Paragraph/P3 — text/line-height/sm (20px)",
9199
+ "value": "20px"
7965
9200
  },
7966
9201
  {
7967
9202
  "name": "label-root-user-select",
@@ -7969,6 +9204,45 @@
7969
9204
  "type": "other",
7970
9205
  "value": "none"
7971
9206
  },
9207
+ {
9208
+ "name": "label-size-lg-font-size",
9209
+ "cssVar": "--label-size-lg-font-size",
9210
+ "type": "fontSize",
9211
+ "description": "Label lg font-size (16px) — Figma canonical (components-label.html).",
9212
+ "value": "16px"
9213
+ },
9214
+ {
9215
+ "name": "label-size-lg-line-height",
9216
+ "cssVar": "--label-size-lg-line-height",
9217
+ "type": "lineHeight",
9218
+ "value": "24px"
9219
+ },
9220
+ {
9221
+ "name": "label-size-md-font-size",
9222
+ "cssVar": "--label-size-md-font-size",
9223
+ "type": "fontSize",
9224
+ "description": "Label md (default) font-size (14px) — same as root.",
9225
+ "value": "14px"
9226
+ },
9227
+ {
9228
+ "name": "label-size-md-line-height",
9229
+ "cssVar": "--label-size-md-line-height",
9230
+ "type": "lineHeight",
9231
+ "value": "20px"
9232
+ },
9233
+ {
9234
+ "name": "label-size-sm-font-size",
9235
+ "cssVar": "--label-size-sm-font-size",
9236
+ "type": "fontSize",
9237
+ "description": "Label sm font-size (12px) — Figma canonical (components-label.html).",
9238
+ "value": "12px"
9239
+ },
9240
+ {
9241
+ "name": "label-size-sm-line-height",
9242
+ "cssVar": "--label-size-sm-line-height",
9243
+ "type": "lineHeight",
9244
+ "value": "16px"
9245
+ },
7972
9246
  {
7973
9247
  "name": "lightbox-button-background",
7974
9248
  "cssVar": "--lightbox-button-background",
@@ -8185,6 +9459,80 @@
8185
9459
  "type": "dimension",
8186
9460
  "value": "8px"
8187
9461
  },
9462
+ {
9463
+ "name": "menu-item-bg-default",
9464
+ "cssVar": "--menu-item-bg-default",
9465
+ "type": "color",
9466
+ "value": "transparent"
9467
+ },
9468
+ {
9469
+ "name": "menu-item-bg-hover",
9470
+ "cssVar": "--menu-item-bg-hover",
9471
+ "type": "color",
9472
+ "value": "oklch(95.21% 0.0467 171.12)"
9473
+ },
9474
+ {
9475
+ "name": "menu-item-fg-default",
9476
+ "cssVar": "--menu-item-fg-default",
9477
+ "type": "color",
9478
+ "value": "oklch(14.48% 0.0000 0)"
9479
+ },
9480
+ {
9481
+ "name": "menu-item-fg-destructive",
9482
+ "cssVar": "--menu-item-fg-destructive",
9483
+ "type": "color",
9484
+ "value": "oklch(63.68% 0.2078 25.33)"
9485
+ },
9486
+ {
9487
+ "name": "menu-item-fg-hover",
9488
+ "cssVar": "--menu-item-fg-hover",
9489
+ "type": "color",
9490
+ "value": "oklch(26.88% 0.0527 163.85)"
9491
+ },
9492
+ {
9493
+ "name": "menu-item-gap",
9494
+ "cssVar": "--menu-item-gap",
9495
+ "type": "dimension",
9496
+ "value": "8px"
9497
+ },
9498
+ {
9499
+ "name": "menu-item-padding-x",
9500
+ "cssVar": "--menu-item-padding-x",
9501
+ "type": "dimension",
9502
+ "value": "8px"
9503
+ },
9504
+ {
9505
+ "name": "menu-item-padding-y",
9506
+ "cssVar": "--menu-item-padding-y",
9507
+ "type": "dimension",
9508
+ "value": "6px"
9509
+ },
9510
+ {
9511
+ "name": "menu-item-radius",
9512
+ "cssVar": "--menu-item-radius",
9513
+ "type": "dimension",
9514
+ "description": "Menu item radius per DES-1282.",
9515
+ "value": "4px"
9516
+ },
9517
+ {
9518
+ "name": "menu-item-text-size",
9519
+ "cssVar": "--menu-item-text-size",
9520
+ "type": "dimension",
9521
+ "value": "0.875rem"
9522
+ },
9523
+ {
9524
+ "name": "menu-root-gap",
9525
+ "cssVar": "--menu-root-gap",
9526
+ "type": "dimension",
9527
+ "value": "2px"
9528
+ },
9529
+ {
9530
+ "name": "menu-root-padding",
9531
+ "cssVar": "--menu-root-padding",
9532
+ "type": "dimension",
9533
+ "description": "Menu root padding.",
9534
+ "value": "4px"
9535
+ },
8188
9536
  {
8189
9537
  "name": "menubar-checkbox-radius",
8190
9538
  "cssVar": "--menubar-checkbox-radius",
@@ -8219,7 +9567,8 @@
8219
9567
  "name": "menubar-content-radius",
8220
9568
  "cssVar": "--menubar-content-radius",
8221
9569
  "type": "dimension",
8222
- "value": "0.375rem"
9570
+ "description": "Menubar content radius aligned with Figma radius/md (8px) per DES-1284 — pre-fix was 0.375rem (6px).",
9571
+ "value": "8px"
8223
9572
  },
8224
9573
  {
8225
9574
  "name": "menubar-content-sub-min-width",
@@ -8327,12 +9676,13 @@
8327
9676
  "name": "menubar-root-radius",
8328
9677
  "cssVar": "--menubar-root-radius",
8329
9678
  "type": "dimension",
8330
- "value": "0.375rem"
9679
+ "value": "8px"
8331
9680
  },
8332
9681
  {
8333
9682
  "name": "menubar-root-shadow",
8334
9683
  "cssVar": "--menubar-root-shadow",
8335
- "value": "0 1px 2px 0 rgb(0 0 0 / 0.05)"
9684
+ "description": "Menubar root shadow aligned with Figma shadow/xs (null-effect) per DES-1284 item 4 — pre-fix was visible 0 1px 2px shadow.",
9685
+ "value": "none"
8336
9686
  },
8337
9687
  {
8338
9688
  "name": "menubar-separator-height",
@@ -8362,7 +9712,8 @@
8362
9712
  "name": "menubar-trigger-padding-x",
8363
9713
  "cssVar": "--menubar-trigger-padding-x",
8364
9714
  "type": "dimension",
8365
- "value": "8px"
9715
+ "description": "Menubar trigger padding-x aligned with Figma spacing/3 (12px) per DES-1284 — pre-fix was spacing.2 (8px).",
9716
+ "value": "12px"
8366
9717
  },
8367
9718
  {
8368
9719
  "name": "menubar-trigger-padding-y",
@@ -8374,7 +9725,7 @@
8374
9725
  "name": "menubar-trigger-radius",
8375
9726
  "cssVar": "--menubar-trigger-radius",
8376
9727
  "type": "dimension",
8377
- "value": "0.125rem"
9728
+ "value": "4px"
8378
9729
  },
8379
9730
  {
8380
9731
  "name": "menubar-trigger-text-size",
@@ -8416,7 +9767,8 @@
8416
9767
  "name": "modal-content-radius",
8417
9768
  "cssVar": "--modal-content-radius",
8418
9769
  "type": "dimension",
8419
- "value": "0.5rem"
9770
+ "description": "Modal/Dialog content radius 12px (radius/lg) aligned with Figma canonical (frames 1409:1503 Dialog + 1425:10036 Modal both use radius/lg) — pre-fix was 0.5rem (8px).",
9771
+ "value": "12px"
8420
9772
  },
8421
9773
  {
8422
9774
  "name": "modal-content-shadow",
@@ -8457,7 +9809,8 @@
8457
9809
  "name": "multiselect-content-radius",
8458
9810
  "cssVar": "--multiselect-content-radius",
8459
9811
  "type": "dimension",
8460
- "value": "0.375rem"
9812
+ "description": "Content popover border-radius aligned with Figma radius/md (8px) per Bowser audit MultiSelect — pre-fix was 0.375rem (6px).",
9813
+ "value": "8px"
8461
9814
  },
8462
9815
  {
8463
9816
  "name": "multiselect-content-shadow",
@@ -8575,94 +9928,240 @@
8575
9928
  "value": "0.375rem"
8576
9929
  },
8577
9930
  {
8578
- "name": "multiselect-tag-text-lg",
8579
- "cssVar": "--multiselect-tag-text-lg",
9931
+ "name": "multiselect-tag-text-lg",
9932
+ "cssVar": "--multiselect-tag-text-lg",
9933
+ "type": "dimension",
9934
+ "value": "0.875rem"
9935
+ },
9936
+ {
9937
+ "name": "multiselect-tag-text-md",
9938
+ "cssVar": "--multiselect-tag-text-md",
9939
+ "type": "dimension",
9940
+ "value": "0.75rem"
9941
+ },
9942
+ {
9943
+ "name": "multiselect-tag-text-sm",
9944
+ "cssVar": "--multiselect-tag-text-sm",
9945
+ "type": "dimension",
9946
+ "value": "0.75rem"
9947
+ },
9948
+ {
9949
+ "name": "multiselect-trigger-min-height-lg",
9950
+ "cssVar": "--multiselect-trigger-min-height-lg",
9951
+ "type": "dimension",
9952
+ "value": "40px"
9953
+ },
9954
+ {
9955
+ "name": "multiselect-trigger-min-height-md",
9956
+ "cssVar": "--multiselect-trigger-min-height-md",
9957
+ "type": "dimension",
9958
+ "value": "36px"
9959
+ },
9960
+ {
9961
+ "name": "multiselect-trigger-min-height-sm",
9962
+ "cssVar": "--multiselect-trigger-min-height-sm",
9963
+ "type": "dimension",
9964
+ "value": "32px"
9965
+ },
9966
+ {
9967
+ "name": "multiselect-trigger-padding-x-lg",
9968
+ "cssVar": "--multiselect-trigger-padding-x-lg",
9969
+ "value": "14px"
9970
+ },
9971
+ {
9972
+ "name": "multiselect-trigger-padding-x-md",
9973
+ "cssVar": "--multiselect-trigger-padding-x-md",
9974
+ "value": "12px"
9975
+ },
9976
+ {
9977
+ "name": "multiselect-trigger-padding-x-sm",
9978
+ "cssVar": "--multiselect-trigger-padding-x-sm",
9979
+ "value": "10px"
9980
+ },
9981
+ {
9982
+ "name": "multiselect-trigger-padding-y-lg",
9983
+ "cssVar": "--multiselect-trigger-padding-y-lg",
9984
+ "value": "8px"
9985
+ },
9986
+ {
9987
+ "name": "multiselect-trigger-padding-y-md",
9988
+ "cssVar": "--multiselect-trigger-padding-y-md",
9989
+ "value": "8px"
9990
+ },
9991
+ {
9992
+ "name": "multiselect-trigger-padding-y-sm",
9993
+ "cssVar": "--multiselect-trigger-padding-y-sm",
9994
+ "value": "4px"
9995
+ },
9996
+ {
9997
+ "name": "multiselect-trigger-radius",
9998
+ "cssVar": "--multiselect-trigger-radius",
9999
+ "type": "dimension",
10000
+ "description": "Trigger border-radius aligned with Figma radius/md (8px) per Bowser audit MultiSelect — was missing.",
10001
+ "value": "8px"
10002
+ },
10003
+ {
10004
+ "name": "multiselect-trigger-text-lg",
10005
+ "cssVar": "--multiselect-trigger-text-lg",
10006
+ "type": "dimension",
10007
+ "value": "1rem"
10008
+ },
10009
+ {
10010
+ "name": "multiselect-trigger-text-md",
10011
+ "cssVar": "--multiselect-trigger-text-md",
10012
+ "type": "dimension",
10013
+ "value": "0.875rem"
10014
+ },
10015
+ {
10016
+ "name": "multiselect-trigger-text-sm",
10017
+ "cssVar": "--multiselect-trigger-text-sm",
10018
+ "type": "dimension",
10019
+ "value": "0.875rem"
10020
+ },
10021
+ {
10022
+ "name": "multiselect-trigger-width",
10023
+ "cssVar": "--multiselect-trigger-width",
10024
+ "type": "dimension",
10025
+ "value": "200px"
10026
+ },
10027
+ {
10028
+ "name": "native-select-focus-ring-color",
10029
+ "cssVar": "--native-select-focus-ring-color",
10030
+ "type": "color",
10031
+ "value": "oklch(81.75% 0.1821 159.79)"
10032
+ },
10033
+ {
10034
+ "name": "native-select-focus-ring-width",
10035
+ "cssVar": "--native-select-focus-ring-width",
10036
+ "type": "dimension",
10037
+ "description": "NativeSelect focus ring width — note Figma uses 2px spread; código atual 3px (a alinhar).",
10038
+ "value": "3px"
10039
+ },
10040
+ {
10041
+ "name": "native-select-root-border-default",
10042
+ "cssVar": "--native-select-root-border-default",
10043
+ "type": "color",
10044
+ "value": "oklch(92.19% 0.0000 0)"
10045
+ },
10046
+ {
10047
+ "name": "native-select-root-border-focus",
10048
+ "cssVar": "--native-select-root-border-focus",
10049
+ "type": "color",
10050
+ "value": "oklch(81.75% 0.1821 159.79)"
10051
+ },
10052
+ {
10053
+ "name": "native-select-root-border-width",
10054
+ "cssVar": "--native-select-root-border-width",
10055
+ "type": "dimension",
10056
+ "value": "1px"
10057
+ },
10058
+ {
10059
+ "name": "native-select-root-radius",
10060
+ "cssVar": "--native-select-root-radius",
8580
10061
  "type": "dimension",
8581
- "value": "0.875rem"
10062
+ "description": "NativeSelect root radius aligned with Figma radius/md per DES-1288.",
10063
+ "value": "8px"
8582
10064
  },
8583
10065
  {
8584
- "name": "multiselect-tag-text-md",
8585
- "cssVar": "--multiselect-tag-text-md",
10066
+ "name": "native-select-root-shadow",
10067
+ "cssVar": "--native-select-root-shadow",
10068
+ "value": "0 1px 2px 0 rgb(0 0 0 / 0.05)"
10069
+ },
10070
+ {
10071
+ "name": "native-select-size-lg-height",
10072
+ "cssVar": "--native-select-size-lg-height",
8586
10073
  "type": "dimension",
8587
- "value": "0.75rem"
10074
+ "value": "40px"
8588
10075
  },
8589
10076
  {
8590
- "name": "multiselect-tag-text-sm",
8591
- "cssVar": "--multiselect-tag-text-sm",
10077
+ "name": "native-select-size-lg-padding-x",
10078
+ "cssVar": "--native-select-size-lg-padding-x",
8592
10079
  "type": "dimension",
8593
- "value": "0.75rem"
10080
+ "value": "14px"
8594
10081
  },
8595
10082
  {
8596
- "name": "multiselect-trigger-min-height-lg",
8597
- "cssVar": "--multiselect-trigger-min-height-lg",
10083
+ "name": "native-select-size-lg-text",
10084
+ "cssVar": "--native-select-size-lg-text",
8598
10085
  "type": "dimension",
8599
- "value": "40px"
10086
+ "value": "1rem"
8600
10087
  },
8601
10088
  {
8602
- "name": "multiselect-trigger-min-height-md",
8603
- "cssVar": "--multiselect-trigger-min-height-md",
10089
+ "name": "native-select-size-md-height",
10090
+ "cssVar": "--native-select-size-md-height",
8604
10091
  "type": "dimension",
8605
10092
  "value": "36px"
8606
10093
  },
8607
10094
  {
8608
- "name": "multiselect-trigger-min-height-sm",
8609
- "cssVar": "--multiselect-trigger-min-height-sm",
10095
+ "name": "native-select-size-md-padding-x",
10096
+ "cssVar": "--native-select-size-md-padding-x",
8610
10097
  "type": "dimension",
8611
- "value": "32px"
10098
+ "value": "12px"
8612
10099
  },
8613
10100
  {
8614
- "name": "multiselect-trigger-padding-x-lg",
8615
- "cssVar": "--multiselect-trigger-padding-x-lg",
8616
- "value": "14px"
10101
+ "name": "native-select-size-md-text",
10102
+ "cssVar": "--native-select-size-md-text",
10103
+ "type": "dimension",
10104
+ "value": "0.875rem"
8617
10105
  },
8618
10106
  {
8619
- "name": "multiselect-trigger-padding-x-md",
8620
- "cssVar": "--multiselect-trigger-padding-x-md",
8621
- "value": "12px"
10107
+ "name": "native-select-size-sm-height",
10108
+ "cssVar": "--native-select-size-sm-height",
10109
+ "type": "dimension",
10110
+ "value": "32px"
8622
10111
  },
8623
10112
  {
8624
- "name": "multiselect-trigger-padding-x-sm",
8625
- "cssVar": "--multiselect-trigger-padding-x-sm",
10113
+ "name": "native-select-size-sm-padding-x",
10114
+ "cssVar": "--native-select-size-sm-padding-x",
10115
+ "type": "dimension",
8626
10116
  "value": "10px"
8627
10117
  },
8628
10118
  {
8629
- "name": "multiselect-trigger-padding-y-lg",
8630
- "cssVar": "--multiselect-trigger-padding-y-lg",
8631
- "value": "8px"
10119
+ "name": "native-select-size-sm-text",
10120
+ "cssVar": "--native-select-size-sm-text",
10121
+ "type": "dimension",
10122
+ "value": "0.875rem"
8632
10123
  },
8633
10124
  {
8634
- "name": "multiselect-trigger-padding-y-md",
8635
- "cssVar": "--multiselect-trigger-padding-y-md",
8636
- "value": "8px"
10125
+ "name": "native-select-size-xl-height",
10126
+ "cssVar": "--native-select-size-xl-height",
10127
+ "type": "dimension",
10128
+ "value": "48px"
8637
10129
  },
8638
10130
  {
8639
- "name": "multiselect-trigger-padding-y-sm",
8640
- "cssVar": "--multiselect-trigger-padding-y-sm",
8641
- "value": "4px"
10131
+ "name": "native-select-size-xl-padding-x",
10132
+ "cssVar": "--native-select-size-xl-padding-x",
10133
+ "type": "dimension",
10134
+ "value": "16px"
8642
10135
  },
8643
10136
  {
8644
- "name": "multiselect-trigger-text-lg",
8645
- "cssVar": "--multiselect-trigger-text-lg",
10137
+ "name": "native-select-size-xl-text",
10138
+ "cssVar": "--native-select-size-xl-text",
8646
10139
  "type": "dimension",
8647
- "value": "1rem"
10140
+ "value": "1.125rem"
8648
10141
  },
8649
10142
  {
8650
- "name": "multiselect-trigger-text-md",
8651
- "cssVar": "--multiselect-trigger-text-md",
10143
+ "name": "native-select-size-xs-height",
10144
+ "cssVar": "--native-select-size-xs-height",
8652
10145
  "type": "dimension",
8653
- "value": "0.875rem"
10146
+ "value": "28px"
8654
10147
  },
8655
10148
  {
8656
- "name": "multiselect-trigger-text-sm",
8657
- "cssVar": "--multiselect-trigger-text-sm",
10149
+ "name": "native-select-size-xs-padding-x",
10150
+ "cssVar": "--native-select-size-xs-padding-x",
8658
10151
  "type": "dimension",
8659
- "value": "0.875rem"
10152
+ "value": "8px"
8660
10153
  },
8661
10154
  {
8662
- "name": "multiselect-trigger-width",
8663
- "cssVar": "--multiselect-trigger-width",
10155
+ "name": "native-select-size-xs-text",
10156
+ "cssVar": "--native-select-size-xs-text",
8664
10157
  "type": "dimension",
8665
- "value": "200px"
10158
+ "value": "0.75rem"
10159
+ },
10160
+ {
10161
+ "name": "native-select-variant-filled-bg",
10162
+ "cssVar": "--native-select-variant-filled-bg",
10163
+ "type": "color",
10164
+ "value": "oklch(97.02% 0.0000 0)"
8666
10165
  },
8667
10166
  {
8668
10167
  "name": "navbar-item-gap",
@@ -8851,6 +10350,101 @@
8851
10350
  "type": "dimension",
8852
10351
  "value": "36px"
8853
10352
  },
10353
+ {
10354
+ "name": "panel-footer-padding-x",
10355
+ "cssVar": "--panel-footer-padding-x",
10356
+ "type": "dimension",
10357
+ "value": "16px"
10358
+ },
10359
+ {
10360
+ "name": "panel-footer-padding-y",
10361
+ "cssVar": "--panel-footer-padding-y",
10362
+ "type": "dimension",
10363
+ "value": "12px"
10364
+ },
10365
+ {
10366
+ "name": "panel-header-padding-x",
10367
+ "cssVar": "--panel-header-padding-x",
10368
+ "type": "dimension",
10369
+ "value": "16px"
10370
+ },
10371
+ {
10372
+ "name": "panel-header-padding-y",
10373
+ "cssVar": "--panel-header-padding-y",
10374
+ "type": "dimension",
10375
+ "value": "12px"
10376
+ },
10377
+ {
10378
+ "name": "panel-root-border-color",
10379
+ "cssVar": "--panel-root-border-color",
10380
+ "type": "color",
10381
+ "value": "oklch(92.19% 0.0000 0)"
10382
+ },
10383
+ {
10384
+ "name": "panel-root-radius",
10385
+ "cssVar": "--panel-root-radius",
10386
+ "type": "dimension",
10387
+ "description": "Panel root radius aligned with Figma radius/md per DES-1292.",
10388
+ "value": "8px"
10389
+ },
10390
+ {
10391
+ "name": "panel-root-shadow",
10392
+ "cssVar": "--panel-root-shadow",
10393
+ "value": "0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1)"
10394
+ },
10395
+ {
10396
+ "name": "panel-size-lg",
10397
+ "cssVar": "--panel-size-lg",
10398
+ "type": "dimension",
10399
+ "description": "Panel lg width — wide panel.",
10400
+ "value": "400px"
10401
+ },
10402
+ {
10403
+ "name": "panel-size-md",
10404
+ "cssVar": "--panel-size-md",
10405
+ "type": "dimension",
10406
+ "description": "Panel md width — medium panel.",
10407
+ "value": "320px"
10408
+ },
10409
+ {
10410
+ "name": "panel-size-sm",
10411
+ "cssVar": "--panel-size-sm",
10412
+ "type": "dimension",
10413
+ "description": "Panel sm width — standard sidebar.",
10414
+ "value": "280px"
10415
+ },
10416
+ {
10417
+ "name": "panel-size-xl",
10418
+ "cssVar": "--panel-size-xl",
10419
+ "type": "dimension",
10420
+ "description": "Panel xl width — extra wide panel.",
10421
+ "value": "480px"
10422
+ },
10423
+ {
10424
+ "name": "panel-size-xs",
10425
+ "cssVar": "--panel-size-xs",
10426
+ "type": "dimension",
10427
+ "description": "Panel xs width — compact sidebar.",
10428
+ "value": "240px"
10429
+ },
10430
+ {
10431
+ "name": "panel-variant-default-bg",
10432
+ "cssVar": "--panel-variant-default-bg",
10433
+ "type": "color",
10434
+ "value": "oklch(100.00% 0.0000 0)"
10435
+ },
10436
+ {
10437
+ "name": "panel-variant-elevated-bg",
10438
+ "cssVar": "--panel-variant-elevated-bg",
10439
+ "type": "color",
10440
+ "value": "oklch(100.00% 0.0000 0)"
10441
+ },
10442
+ {
10443
+ "name": "panel-variant-subtle-bg",
10444
+ "cssVar": "--panel-variant-subtle-bg",
10445
+ "type": "color",
10446
+ "value": "oklch(97.02% 0.0000 0)"
10447
+ },
8854
10448
  {
8855
10449
  "name": "paragraph-size-base-font-size",
8856
10450
  "cssVar": "--paragraph-size-base-font-size",
@@ -8996,22 +10590,16 @@
8996
10590
  "value": "16px"
8997
10591
  },
8998
10592
  {
8999
- "name": "popover-bg",
9000
- "cssVar": "--popover-bg",
9001
- "type": "color",
9002
- "value": "oklch(100.00% 0.0000 0)"
9003
- },
9004
- {
9005
- "name": "popover-border",
9006
- "cssVar": "--popover-border",
9007
- "type": "color",
9008
- "value": "oklch(92.19% 0.0000 0)"
10593
+ "name": "popover-content-animation-duration",
10594
+ "cssVar": "--popover-content-animation-duration",
10595
+ "description": "Popover content animation duration per DES-1294 item 3 — uses moderate (300ms) for dropdown/tooltip/popover entrance.",
10596
+ "value": "300ms"
9009
10597
  },
9010
10598
  {
9011
- "name": "popover-content-background",
9012
- "cssVar": "--popover-content-background",
9013
- "type": "color",
9014
- "value": "oklch(100.00% 0.0000 0)"
10599
+ "name": "popover-content-animation-easing",
10600
+ "cssVar": "--popover-content-animation-easing",
10601
+ "description": "Popover content animation easing per DES-1294 item 3.",
10602
+ "value": "cubic-bezier(0.4, 0, 0.2, 1)"
9015
10603
  },
9016
10604
  {
9017
10605
  "name": "popover-content-border-width",
@@ -9019,12 +10607,6 @@
9019
10607
  "type": "dimension",
9020
10608
  "value": "1px"
9021
10609
  },
9022
- {
9023
- "name": "popover-content-foreground",
9024
- "cssVar": "--popover-content-foreground",
9025
- "type": "color",
9026
- "value": "oklch(20.46% 0.0000 0)"
9027
- },
9028
10610
  {
9029
10611
  "name": "popover-content-padding",
9030
10612
  "cssVar": "--popover-content-padding",
@@ -9035,7 +10617,7 @@
9035
10617
  "name": "popover-content-radius",
9036
10618
  "cssVar": "--popover-content-radius",
9037
10619
  "type": "dimension",
9038
- "value": "0.375rem"
10620
+ "value": "8px"
9039
10621
  },
9040
10622
  {
9041
10623
  "name": "popover-content-shadow",
@@ -9054,17 +10636,11 @@
9054
10636
  "type": "number",
9055
10637
  "value": "50"
9056
10638
  },
9057
- {
9058
- "name": "popover-fg",
9059
- "cssVar": "--popover-fg",
9060
- "type": "color",
9061
- "value": "oklch(20.46% 0.0000 0)"
9062
- },
9063
10639
  {
9064
10640
  "name": "popover-radius",
9065
10641
  "cssVar": "--popover-radius",
9066
10642
  "type": "dimension",
9067
- "value": "0.375rem"
10643
+ "value": "8px"
9068
10644
  },
9069
10645
  {
9070
10646
  "name": "priority-high-bg",
@@ -9118,7 +10694,8 @@
9118
10694
  "name": "progress-bar-fill-color-default",
9119
10695
  "cssVar": "--progress-bar-fill-color-default",
9120
10696
  "type": "color",
9121
- "value": "oklch(62.71% 0.1699 149.21)"
10697
+ "description": "Default indicator mint primary aligned with Figma per Bowser audit ProgressBar — pre-fix was oklch(62.71% 0.1699 149.21) (dark green, naming clash).",
10698
+ "value": "oklch(81.75% 0.1821 159.79)"
9122
10699
  },
9123
10700
  {
9124
10701
  "name": "progress-bar-fill-color-error",
@@ -9281,31 +10858,36 @@
9281
10858
  "name": "progress-bar-track-color-error",
9282
10859
  "cssVar": "--progress-bar-track-color-error",
9283
10860
  "type": "color",
9284
- "value": "oklch(63.68% 0.2078 25.33)"
10861
+ "description": "Track always uses muted gray. Per Bowser audit ProgressBar BUG — pre-fix duplicated indicator.",
10862
+ "value": "oklch(97.02% 0.0000 0)"
9285
10863
  },
9286
10864
  {
9287
10865
  "name": "progress-bar-track-color-primary",
9288
10866
  "cssVar": "--progress-bar-track-color-primary",
9289
10867
  "type": "color",
9290
- "value": "oklch(81.75% 0.1821 159.79)"
10868
+ "description": "Track always uses muted gray. Per Bowser audit ProgressBar BUG — pre-fix was oklch(81.75% 0.1821 159.79) (duplicate of indicator).",
10869
+ "value": "oklch(97.02% 0.0000 0)"
9291
10870
  },
9292
10871
  {
9293
10872
  "name": "progress-bar-track-color-success",
9294
10873
  "cssVar": "--progress-bar-track-color-success",
9295
10874
  "type": "color",
9296
- "value": "oklch(62.71% 0.1699 149.21)"
10875
+ "description": "Track always uses muted gray. Per Bowser audit ProgressBar BUG — pre-fix duplicated indicator.",
10876
+ "value": "oklch(97.02% 0.0000 0)"
9297
10877
  },
9298
10878
  {
9299
10879
  "name": "progress-bar-track-color-warning",
9300
10880
  "cssVar": "--progress-bar-track-color-warning",
9301
10881
  "type": "color",
9302
- "value": "oklch(86.06% 0.1731 91.94)"
10882
+ "description": "Track always uses muted gray. Per Bowser audit ProgressBar BUG — pre-fix duplicated indicator.",
10883
+ "value": "oklch(97.02% 0.0000 0)"
9303
10884
  },
9304
10885
  {
9305
10886
  "name": "progress-circle-indicator-color-default",
9306
10887
  "cssVar": "--progress-circle-indicator-color-default",
9307
10888
  "type": "color",
9308
- "value": "oklch(62.71% 0.1699 149.21)"
10889
+ "description": "Default indicator neutral foreground (distinct from primary mint) per Bowser audit.",
10890
+ "value": "oklch(14.48% 0.0000 0)"
9309
10891
  },
9310
10892
  {
9311
10893
  "name": "progress-circle-indicator-color-error",
@@ -9412,25 +10994,29 @@
9412
10994
  "name": "progress-circle-track-color-error",
9413
10995
  "cssVar": "--progress-circle-track-color-error",
9414
10996
  "type": "color",
9415
- "value": "oklch(63.68% 0.2078 25.33)"
10997
+ "description": "Track muted gray per Bowser audit ProgressCircle BUG — pre-fix duplicated indicator.",
10998
+ "value": "oklch(97.02% 0.0000 0)"
9416
10999
  },
9417
11000
  {
9418
11001
  "name": "progress-circle-track-color-primary",
9419
11002
  "cssVar": "--progress-circle-track-color-primary",
9420
11003
  "type": "color",
9421
- "value": "oklch(81.75% 0.1821 159.79)"
11004
+ "description": "Track muted gray per Bowser audit ProgressCircle BUG — pre-fix duplicated indicator.",
11005
+ "value": "oklch(97.02% 0.0000 0)"
9422
11006
  },
9423
11007
  {
9424
11008
  "name": "progress-circle-track-color-success",
9425
11009
  "cssVar": "--progress-circle-track-color-success",
9426
11010
  "type": "color",
9427
- "value": "oklch(62.71% 0.1699 149.21)"
11011
+ "description": "Track muted gray per Bowser audit ProgressCircle BUG — pre-fix duplicated indicator.",
11012
+ "value": "oklch(97.02% 0.0000 0)"
9428
11013
  },
9429
11014
  {
9430
11015
  "name": "progress-circle-track-color-warning",
9431
11016
  "cssVar": "--progress-circle-track-color-warning",
9432
11017
  "type": "color",
9433
- "value": "oklch(86.06% 0.1731 91.94)"
11018
+ "description": "Track muted gray per Bowser audit ProgressCircle BUG — pre-fix duplicated indicator.",
11019
+ "value": "oklch(97.02% 0.0000 0)"
9434
11020
  },
9435
11021
  {
9436
11022
  "name": "progress-circle-value-color",
@@ -9443,11 +11029,54 @@
9443
11029
  "cssVar": "--progress-circle-value-font-weight",
9444
11030
  "value": "600"
9445
11031
  },
11032
+ {
11033
+ "name": "progress-steps-connector-offset-lg",
11034
+ "cssVar": "--progress-steps-connector-offset-lg",
11035
+ "type": "dimension",
11036
+ "description": "Horizontal connector offset for lg size — half of progress step indicator (48px lg).",
11037
+ "value": "24px"
11038
+ },
11039
+ {
11040
+ "name": "progress-steps-connector-offset-md",
11041
+ "cssVar": "--progress-steps-connector-offset-md",
11042
+ "type": "dimension",
11043
+ "description": "Horizontal connector offset for md size — half of progress step indicator (40px md).",
11044
+ "value": "20px"
11045
+ },
11046
+ {
11047
+ "name": "progress-steps-connector-offset-sm",
11048
+ "cssVar": "--progress-steps-connector-offset-sm",
11049
+ "type": "dimension",
11050
+ "description": "Horizontal connector offset for sm size — half of progress step indicator (32px sm).",
11051
+ "value": "16px"
11052
+ },
11053
+ {
11054
+ "name": "progress-steps-connector-vertical-height-offset-lg",
11055
+ "cssVar": "--progress-steps-connector-vertical-height-offset-lg",
11056
+ "type": "dimension",
11057
+ "description": "Vertical connector calc subtraction for lg size.",
11058
+ "value": "48px"
11059
+ },
11060
+ {
11061
+ "name": "progress-steps-connector-vertical-height-offset-md",
11062
+ "cssVar": "--progress-steps-connector-vertical-height-offset-md",
11063
+ "type": "dimension",
11064
+ "description": "Vertical connector calc subtraction for md size.",
11065
+ "value": "40px"
11066
+ },
11067
+ {
11068
+ "name": "progress-steps-connector-vertical-height-offset-sm",
11069
+ "cssVar": "--progress-steps-connector-vertical-height-offset-sm",
11070
+ "type": "dimension",
11071
+ "description": "Vertical connector calc subtraction for sm — equals step indicator full height.",
11072
+ "value": "32px"
11073
+ },
9446
11074
  {
9447
11075
  "name": "radio-indicator-color",
9448
11076
  "cssVar": "--radio-indicator-color",
9449
11077
  "type": "color",
9450
- "value": "oklch(18.34% 0.0338 166.67)"
11078
+ "description": "Mint dot inside checked radio. Per Bowser audit RadioButton Pendência 3 — pre-fix was oklch(18.34% 0.0338 166.67) (dark dot on mint bg, inverted vs Figma).",
11079
+ "value": "oklch(81.75% 0.1821 159.79)"
9451
11080
  },
9452
11081
  {
9453
11082
  "name": "radio-indicator-size-lg",
@@ -9471,7 +11100,8 @@
9471
11100
  "name": "radio-root-bg-checked",
9472
11101
  "cssVar": "--radio-root-bg-checked",
9473
11102
  "type": "color",
9474
- "value": "oklch(81.75% 0.1821 159.79)"
11103
+ "description": "Checked bg stays white. Mint indicator appears inside via border + indicator color. Per Bowser audit RadioButton Pendência 3 — pre-fix was oklch(81.75% 0.1821 159.79) (mint bg) with dark indicator (inverted vs Figma).",
11104
+ "value": "oklch(100.00% 0.0000 0)"
9475
11105
  },
9476
11106
  {
9477
11107
  "name": "radio-root-bg-default",
@@ -9495,7 +11125,8 @@
9495
11125
  "name": "radio-root-border-default",
9496
11126
  "cssVar": "--radio-root-border-default",
9497
11127
  "type": "color",
9498
- "value": "oklch(81.75% 0.1821 159.79)"
11128
+ "description": "Unchecked border aligned with Figma core/border/border (#e5e5e5) per Bowser audit RadioButton Pendência 2 — pre-fix was oklch(81.75% 0.1821 159.79) (mint, visual bug, same pattern as Checkbox).",
11129
+ "value": "oklch(92.19% 0.0000 0)"
9499
11130
  },
9500
11131
  {
9501
11132
  "name": "radio-root-border-focus",
@@ -9554,7 +11185,8 @@
9554
11185
  "name": "rail-width",
9555
11186
  "cssVar": "--rail-width",
9556
11187
  "type": "dimension",
9557
- "value": "3.5rem"
11188
+ "description": "Rail width aligned with Figma Secondary 64px per DES-1300 item 3 — pre-fix was 3.5rem (56px).",
11189
+ "value": "4rem"
9558
11190
  },
9559
11191
  {
9560
11192
  "name": "rating-icon-color-empty",
@@ -9767,6 +11399,31 @@
9767
11399
  "type": "dimension",
9768
11400
  "value": "32px"
9769
11401
  },
11402
+ {
11403
+ "name": "section-root-radius",
11404
+ "cssVar": "--section-root-radius",
11405
+ "type": "dimension",
11406
+ "description": "Section root border-radius (8px). Token added so Section.variants.ts can consume it instead of hardcoded `rounded-lg`.",
11407
+ "value": "8px"
11408
+ },
11409
+ {
11410
+ "name": "section-size-default-padding",
11411
+ "cssVar": "--section-size-default-padding",
11412
+ "type": "dimension",
11413
+ "value": "24px"
11414
+ },
11415
+ {
11416
+ "name": "section-size-lg-padding",
11417
+ "cssVar": "--section-size-lg-padding",
11418
+ "type": "dimension",
11419
+ "value": "32px"
11420
+ },
11421
+ {
11422
+ "name": "section-size-sm-padding",
11423
+ "cssVar": "--section-size-sm-padding",
11424
+ "type": "dimension",
11425
+ "value": "16px"
11426
+ },
9770
11427
  {
9771
11428
  "name": "select-content-bg",
9772
11429
  "cssVar": "--select-content-bg",
@@ -9795,7 +11452,8 @@
9795
11452
  "name": "select-content-radius",
9796
11453
  "cssVar": "--select-content-radius",
9797
11454
  "type": "dimension",
9798
- "value": "0.375rem"
11455
+ "description": "Select content radius aligned with Figma radius/md (8px) per DES-1296 — pre-fix was 0.375rem (6px).",
11456
+ "value": "8px"
9799
11457
  },
9800
11458
  {
9801
11459
  "name": "select-content-shadow",
@@ -9836,13 +11494,47 @@
9836
11494
  "name": "select-item-radius",
9837
11495
  "cssVar": "--select-item-radius",
9838
11496
  "type": "dimension",
9839
- "value": "0.125rem"
11497
+ "description": "Select item radius aligned with Figma radius-sm per DES-1296 — pre-fix was 0.125rem (2px).",
11498
+ "value": "4px"
11499
+ },
11500
+ {
11501
+ "name": "select-item-text",
11502
+ "cssVar": "--select-item-text",
11503
+ "type": "dimension",
11504
+ "value": "0.875rem"
11505
+ },
11506
+ {
11507
+ "name": "select-trigger-border-focus",
11508
+ "cssVar": "--select-trigger-border-focus",
11509
+ "type": "color",
11510
+ "description": "Focus border color. Mint primary brand color from --ring token.",
11511
+ "value": "oklch(81.75% 0.1821 159.79)"
11512
+ },
11513
+ {
11514
+ "name": "select-trigger-disabled-bg",
11515
+ "cssVar": "--select-trigger-disabled-bg",
11516
+ "type": "color",
11517
+ "description": "Select trigger disabled bg per DES-1296 item 3 (token vs opacity).",
11518
+ "value": "oklch(97.02% 0.0000 0)"
11519
+ },
11520
+ {
11521
+ "name": "select-trigger-disabled-border",
11522
+ "cssVar": "--select-trigger-disabled-border",
11523
+ "type": "color",
11524
+ "value": "oklch(97.02% 0.0000 0)"
11525
+ },
11526
+ {
11527
+ "name": "select-trigger-disabled-fg",
11528
+ "cssVar": "--select-trigger-disabled-fg",
11529
+ "type": "color",
11530
+ "value": "oklch(55.55% 0.0000 0)"
9840
11531
  },
9841
11532
  {
9842
- "name": "select-item-text",
9843
- "cssVar": "--select-item-text",
11533
+ "name": "select-trigger-gap",
11534
+ "cssVar": "--select-trigger-gap",
9844
11535
  "type": "dimension",
9845
- "value": "0.875rem"
11536
+ "description": "Gap between SelectValue text and chevron icon. Default 8px (spacing.2).",
11537
+ "value": "8px"
9846
11538
  },
9847
11539
  {
9848
11540
  "name": "select-trigger-height-lg",
@@ -9898,6 +11590,33 @@
9898
11590
  "type": "dimension",
9899
11591
  "value": "4px"
9900
11592
  },
11593
+ {
11594
+ "name": "select-trigger-radius",
11595
+ "cssVar": "--select-trigger-radius",
11596
+ "type": "dimension",
11597
+ "description": "Trigger border-radius. Aligned with Figma radius/md (8px) per audit Select.md Pendência 2.",
11598
+ "value": "8px"
11599
+ },
11600
+ {
11601
+ "name": "select-trigger-ring-destructive",
11602
+ "cssVar": "--select-trigger-ring-destructive",
11603
+ "type": "color",
11604
+ "description": "Select trigger focus ring destructive (invalid state).",
11605
+ "value": "oklch(63.68% 0.2078 25.33)"
11606
+ },
11607
+ {
11608
+ "name": "select-trigger-ring-primary",
11609
+ "cssVar": "--select-trigger-ring-primary",
11610
+ "type": "color",
11611
+ "description": "Select trigger focus ring primary per DES-1296 item 4.",
11612
+ "value": "oklch(81.75% 0.1821 159.79)"
11613
+ },
11614
+ {
11615
+ "name": "select-trigger-ring-width",
11616
+ "cssVar": "--select-trigger-ring-width",
11617
+ "type": "dimension",
11618
+ "value": "3px"
11619
+ },
9901
11620
  {
9902
11621
  "name": "select-trigger-text-lg",
9903
11622
  "cssVar": "--select-trigger-text-lg",
@@ -9916,11 +11635,40 @@
9916
11635
  "type": "dimension",
9917
11636
  "value": "0.875rem"
9918
11637
  },
11638
+ {
11639
+ "name": "sheet-close-opacity-default",
11640
+ "cssVar": "--sheet-close-opacity-default",
11641
+ "type": "number",
11642
+ "description": "Sheet close button default opacity per DES-1298 item 13.",
11643
+ "value": "0.7"
11644
+ },
11645
+ {
11646
+ "name": "sheet-close-radius",
11647
+ "cssVar": "--sheet-close-radius",
11648
+ "type": "dimension",
11649
+ "description": "Sheet close button radius per DES-1298 item 13.",
11650
+ "value": "2px"
11651
+ },
11652
+ {
11653
+ "name": "sheet-close-right",
11654
+ "cssVar": "--sheet-close-right",
11655
+ "type": "dimension",
11656
+ "description": "Sheet close button right offset per DES-1298 item 13.",
11657
+ "value": "16px"
11658
+ },
11659
+ {
11660
+ "name": "sheet-close-top",
11661
+ "cssVar": "--sheet-close-top",
11662
+ "type": "dimension",
11663
+ "description": "Sheet close button top offset per DES-1298 item 13.",
11664
+ "value": "16px"
11665
+ },
9919
11666
  {
9920
11667
  "name": "sheet-content-bg",
9921
11668
  "cssVar": "--sheet-content-bg",
9922
11669
  "type": "color",
9923
- "value": "oklch(100.00% 0.0000 0)"
11670
+ "description": "Sheet content bg aligned with Figma core/background/surface (fafafa) per DES-1298 item 3 — pre-fix was light.base.background (white).",
11671
+ "value": "oklch(98.51% 0.0000 0)"
9924
11672
  },
9925
11673
  {
9926
11674
  "name": "sheet-content-border",
@@ -9928,18 +11676,33 @@
9928
11676
  "type": "color",
9929
11677
  "value": "oklch(92.19% 0.0000 0)"
9930
11678
  },
11679
+ {
11680
+ "name": "sheet-content-max-height-default",
11681
+ "cssVar": "--sheet-content-max-height-default",
11682
+ "type": "dimension",
11683
+ "description": "Sheet default max-height (384px) — DES-1298 item 8 tokenization.",
11684
+ "value": "24rem"
11685
+ },
9931
11686
  {
9932
11687
  "name": "sheet-content-max-height-lg",
9933
11688
  "cssVar": "--sheet-content-max-height-lg",
9934
11689
  "type": "dimension",
9935
- "description": "Top/bottom large sheet max height (outside Tailwind v4 spacing scale)",
9936
- "value": "600px"
11690
+ "description": "Sheet lg max-height aligned with Figma 819.2px per DES-1298 item 6 — pre-fix was 600px (73%).",
11691
+ "value": "820px"
11692
+ },
11693
+ {
11694
+ "name": "sheet-content-max-height-sm",
11695
+ "cssVar": "--sheet-content-max-height-sm",
11696
+ "type": "dimension",
11697
+ "description": "Sheet sm max-height (256px) — DES-1298 item 8 tokenization.",
11698
+ "value": "16rem"
9937
11699
  },
9938
11700
  {
9939
11701
  "name": "sheet-content-padding",
9940
11702
  "cssVar": "--sheet-content-padding",
9941
11703
  "type": "dimension",
9942
- "value": "24px"
11704
+ "description": "Sheet content padding aligned with Figma spacing/s-32 per DES-1298 item 7 — pre-fix was 24px (spacing.6).",
11705
+ "value": "32px"
9943
11706
  },
9944
11707
  {
9945
11708
  "name": "sheet-content-shadow",
@@ -9956,19 +11719,21 @@
9956
11719
  "name": "sheet-content-width-lg",
9957
11720
  "cssVar": "--sheet-content-width-lg",
9958
11721
  "type": "dimension",
9959
- "value": "32rem"
11722
+ "description": "Sheet lg width aligned with Figma 1152px per DES-1298 item 5 — pre-fix was 32rem (512px, 2.25x off).",
11723
+ "value": "72rem"
9960
11724
  },
9961
11725
  {
9962
11726
  "name": "sheet-content-width-sm",
9963
11727
  "cssVar": "--sheet-content-width-sm",
9964
11728
  "type": "dimension",
9965
- "value": "18rem"
11729
+ "description": "Sheet sm width aligned with Figma 576px per DES-1298 item 4 — pre-fix was 18rem (288px, 2x off).",
11730
+ "value": "36rem"
9966
11731
  },
9967
11732
  {
9968
11733
  "name": "sheet-overlay-bg-blur",
9969
11734
  "cssVar": "--sheet-overlay-bg-blur",
9970
11735
  "type": "color",
9971
- "value": "oklch(0.00% 0.0000 0 / 60.0%)"
11736
+ "value": "oklch(0% 0 0 / 30%)"
9972
11737
  },
9973
11738
  {
9974
11739
  "name": "sheet-overlay-bg-default",
@@ -9980,7 +11745,28 @@
9980
11745
  "name": "sheet-overlay-bg-light",
9981
11746
  "cssVar": "--sheet-overlay-bg-light",
9982
11747
  "type": "color",
9983
- "value": "oklch(0.00% 0.0000 0 / 60.0%)"
11748
+ "value": "oklch(100% 0 0 / 50%)"
11749
+ },
11750
+ {
11751
+ "name": "sidebar-container-background",
11752
+ "cssVar": "--sidebar-container-background",
11753
+ "type": "color",
11754
+ "description": "Sidebar container bg = surface #fafafa (Figma 1091:9106).",
11755
+ "value": "oklch(98.51% 0.0000 0)"
11756
+ },
11757
+ {
11758
+ "name": "sidebar-container-padding-x",
11759
+ "cssVar": "--sidebar-container-padding-x",
11760
+ "type": "dimension",
11761
+ "description": "Sidebar (rail) container horizontal padding = 12px (Figma px-[var(--spacing/s-12,12px)]).",
11762
+ "value": "12px"
11763
+ },
11764
+ {
11765
+ "name": "sidebar-container-padding-y",
11766
+ "cssVar": "--sidebar-container-padding-y",
11767
+ "type": "dimension",
11768
+ "description": "Sidebar (rail) container vertical padding = 24px (Figma py-[var(--spacing/s-24,24px)]).",
11769
+ "value": "24px"
9984
11770
  },
9985
11771
  {
9986
11772
  "name": "sidebar-group-padding",
@@ -10011,28 +11797,333 @@
10011
11797
  "cssVar": "--sidebar-input-shadow",
10012
11798
  "value": "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)"
10013
11799
  },
11800
+ {
11801
+ "name": "sidebar-logo-background",
11802
+ "cssVar": "--sidebar-logo-background",
11803
+ "type": "color",
11804
+ "description": "Logo plate bg = brand-primary #19e699 (Figma 1087:323).",
11805
+ "value": "oklch(81.75% 0.1821 159.79)"
11806
+ },
11807
+ {
11808
+ "name": "sidebar-logo-foreground",
11809
+ "cssVar": "--sidebar-logo-foreground",
11810
+ "type": "color",
11811
+ "description": "Logo glyph color = brand-primary-foreground #02170f (Figma 1087:323).",
11812
+ "value": "oklch(18.34% 0.0338 166.67)"
11813
+ },
11814
+ {
11815
+ "name": "sidebar-logo-icon-size",
11816
+ "cssVar": "--sidebar-logo-icon-size",
11817
+ "type": "dimension",
11818
+ "description": "Logo inner mark size = 16px (Figma 1087:304 Logo size-[16px]).",
11819
+ "value": "1rem"
11820
+ },
11821
+ {
11822
+ "name": "sidebar-logo-padding",
11823
+ "cssVar": "--sidebar-logo-padding",
11824
+ "type": "dimension",
11825
+ "description": "Logo inner padding = 4px (Figma p-[var(--spacing/s-4,4px)]).",
11826
+ "value": "4px"
11827
+ },
11828
+ {
11829
+ "name": "sidebar-logo-radius",
11830
+ "cssVar": "--sidebar-logo-radius",
11831
+ "type": "dimension",
11832
+ "description": "Logo border-radius = 4px rounded-md (Figma rounded-[var(--border-radius/rounded-md,4px)]).",
11833
+ "value": "4px"
11834
+ },
11835
+ {
11836
+ "name": "sidebar-logo-size",
11837
+ "cssVar": "--sidebar-logo-size",
11838
+ "type": "dimension",
11839
+ "description": "Logo total size = 32px (Figma size-[32px]).",
11840
+ "value": "2rem"
11841
+ },
11842
+ {
11843
+ "name": "sidebar-nav-item-bg-default",
11844
+ "cssVar": "--sidebar-nav-item-bg-default",
11845
+ "type": "color",
11846
+ "description": "Panel nav-item bg default = transparent.",
11847
+ "value": "transparent"
11848
+ },
11849
+ {
11850
+ "name": "sidebar-nav-item-bg-hover",
11851
+ "cssVar": "--sidebar-nav-item-bg-hover",
11852
+ "type": "color",
11853
+ "description": "Panel nav-item bg hover/active = muted #f5f5f5.",
11854
+ "value": "oklch(97.02% 0.0000 0)"
11855
+ },
11856
+ {
11857
+ "name": "sidebar-nav-item-fg-active",
11858
+ "cssVar": "--sidebar-nav-item-fg-active",
11859
+ "type": "color",
11860
+ "description": "Panel nav-item label color active = foreground #0a0a0a.",
11861
+ "value": "oklch(14.48% 0.0000 0)"
11862
+ },
11863
+ {
11864
+ "name": "sidebar-nav-item-fg-default",
11865
+ "cssVar": "--sidebar-nav-item-fg-default",
11866
+ "type": "color",
11867
+ "description": "Panel nav-item label color default = muted-foreground #737373 (Figma).",
11868
+ "value": "oklch(55.55% 0.0000 0)"
11869
+ },
11870
+ {
11871
+ "name": "sidebar-nav-item-font-size",
11872
+ "cssVar": "--sidebar-nav-item-font-size",
11873
+ "type": "dimension",
11874
+ "description": "Panel nav-item label font-size = 14px (Figma text-[14px]).",
11875
+ "value": "0.875rem"
11876
+ },
11877
+ {
11878
+ "name": "sidebar-nav-item-gap",
11879
+ "cssVar": "--sidebar-nav-item-gap",
11880
+ "type": "dimension",
11881
+ "description": "Gap between icon and text in panel nav-item = 12px (Figma gap-[var(--spacing/s-12,12px)]).",
11882
+ "value": "12px"
11883
+ },
11884
+ {
11885
+ "name": "sidebar-nav-item-icon-size",
11886
+ "cssVar": "--sidebar-nav-item-icon-size",
11887
+ "type": "dimension",
11888
+ "description": "Panel nav-item icon size = 20px.",
11889
+ "value": "1.25rem"
11890
+ },
11891
+ {
11892
+ "name": "sidebar-nav-item-line-height",
11893
+ "cssVar": "--sidebar-nav-item-line-height",
11894
+ "type": "number",
11895
+ "description": "Panel nav-item label line-height = 1 (Figma leading-none).",
11896
+ "value": "1"
11897
+ },
11898
+ {
11899
+ "name": "sidebar-nav-item-padding",
11900
+ "cssVar": "--sidebar-nav-item-padding",
11901
+ "type": "dimension",
11902
+ "description": "Panel nav-item padding = 8px (Figma p-[var(--spacing/2,8px)]).",
11903
+ "value": "8px"
11904
+ },
11905
+ {
11906
+ "name": "sidebar-nav-item-radius",
11907
+ "cssVar": "--sidebar-nav-item-radius",
11908
+ "type": "dimension",
11909
+ "description": "Panel nav-item radius = 4px (Figma rounded-md).",
11910
+ "value": "4px"
11911
+ },
11912
+ {
11913
+ "name": "sidebar-panel-background",
11914
+ "cssVar": "--sidebar-panel-background",
11915
+ "type": "color",
11916
+ "description": "Secondary panel bg = surface #fafafa (Figma 1092:542).",
11917
+ "value": "oklch(98.51% 0.0000 0)"
11918
+ },
11919
+ {
11920
+ "name": "sidebar-panel-border-color",
11921
+ "cssVar": "--sidebar-panel-border-color",
11922
+ "type": "color",
11923
+ "description": "Secondary panel left border = border #e5e5e5 (Figma 1092:542 border-l).",
11924
+ "value": "oklch(92.19% 0.0000 0)"
11925
+ },
11926
+ {
11927
+ "name": "sidebar-panel-gap",
11928
+ "cssVar": "--sidebar-panel-gap",
11929
+ "type": "dimension",
11930
+ "description": "Panel vertical gap between header and section blocks = 28px (Figma gap-[28px]).",
11931
+ "value": "1.75rem"
11932
+ },
11933
+ {
11934
+ "name": "sidebar-panel-header-color",
11935
+ "cssVar": "--sidebar-panel-header-color",
11936
+ "type": "color",
11937
+ "description": "Panel title color = foreground #0a0a0a.",
11938
+ "value": "oklch(14.48% 0.0000 0)"
11939
+ },
11940
+ {
11941
+ "name": "sidebar-panel-header-font-size",
11942
+ "cssVar": "--sidebar-panel-header-font-size",
11943
+ "type": "dimension",
11944
+ "description": "Panel title font-size = 16px (Figma Inter Bold 16px — text-[16px] node I1092:542;1092:441).",
11945
+ "value": "1rem"
11946
+ },
11947
+ {
11948
+ "name": "sidebar-panel-header-line-height",
11949
+ "cssVar": "--sidebar-panel-header-line-height",
11950
+ "type": "dimension",
11951
+ "description": "Panel title line-height = 24px (Figma leading-[24px]).",
11952
+ "value": "1.5rem"
11953
+ },
11954
+ {
11955
+ "name": "sidebar-panel-header-padding-x",
11956
+ "cssVar": "--sidebar-panel-header-padding-x",
11957
+ "type": "dimension",
11958
+ "description": "Panel title horizontal padding = 16px (Figma px-[var(--spacing/s-16,16px)]).",
11959
+ "value": "16px"
11960
+ },
11961
+ {
11962
+ "name": "sidebar-panel-padding-bottom",
11963
+ "cssVar": "--sidebar-panel-padding-bottom",
11964
+ "type": "dimension",
11965
+ "description": "Panel bottom padding = 80px (Figma pb-[80px]).",
11966
+ "value": "5rem"
11967
+ },
11968
+ {
11969
+ "name": "sidebar-panel-padding-top",
11970
+ "cssVar": "--sidebar-panel-padding-top",
11971
+ "type": "dimension",
11972
+ "description": "Panel top padding = 28px (Figma pt-[28px]).",
11973
+ "value": "1.75rem"
11974
+ },
10014
11975
  {
10015
11976
  "name": "sidebar-panel-width",
10016
11977
  "cssVar": "--sidebar-panel-width",
10017
11978
  "type": "dimension",
11979
+ "description": "Secondary panel width = 216px (Figma 1091:9106 Secondary mode panel column, node 1092:542).",
10018
11980
  "value": "13.5rem"
10019
11981
  },
11982
+ {
11983
+ "name": "sidebar-rail-group-gap",
11984
+ "cssVar": "--sidebar-rail-group-gap",
11985
+ "type": "dimension",
11986
+ "description": "Vertical gap between rail groups (logo block vs nav block) = 24px (Figma gap-[var(--spacing/s-24,24px)]).",
11987
+ "value": "24px"
11988
+ },
11989
+ {
11990
+ "name": "sidebar-rail-item-bg-default",
11991
+ "cssVar": "--sidebar-rail-item-bg-default",
11992
+ "type": "color",
11993
+ "description": "Rail nav-item bg default = transparent.",
11994
+ "value": "transparent"
11995
+ },
11996
+ {
11997
+ "name": "sidebar-rail-item-bg-hover",
11998
+ "cssVar": "--sidebar-rail-item-bg-hover",
11999
+ "type": "color",
12000
+ "description": "Rail nav-item bg hover/active = muted #f5f5f5 (Figma 1087:204 status=Hover/Active).",
12001
+ "value": "oklch(97.02% 0.0000 0)"
12002
+ },
12003
+ {
12004
+ "name": "sidebar-rail-item-fg-active",
12005
+ "cssVar": "--sidebar-rail-item-fg-active",
12006
+ "type": "color",
12007
+ "description": "Rail nav-item icon color active = foreground #0a0a0a (Figma 1087:204 status=Active).",
12008
+ "value": "oklch(14.48% 0.0000 0)"
12009
+ },
12010
+ {
12011
+ "name": "sidebar-rail-item-fg-default",
12012
+ "cssVar": "--sidebar-rail-item-fg-default",
12013
+ "type": "color",
12014
+ "description": "Rail nav-item icon color default = muted-foreground #737373 (Figma 1087:204 status=Default).",
12015
+ "value": "oklch(55.55% 0.0000 0)"
12016
+ },
12017
+ {
12018
+ "name": "sidebar-rail-item-gap",
12019
+ "cssVar": "--sidebar-rail-item-gap",
12020
+ "type": "dimension",
12021
+ "description": "Vertical gap between rail nav items = 20px (Figma gap-[var(--spacing/s-20,20px)]).",
12022
+ "value": "20px"
12023
+ },
12024
+ {
12025
+ "name": "sidebar-rail-item-icon-size",
12026
+ "cssVar": "--sidebar-rail-item-icon-size",
12027
+ "type": "dimension",
12028
+ "description": "Rail icon size = 20px (Figma size-[20px] across all icons in 1087:204).",
12029
+ "value": "1.25rem"
12030
+ },
12031
+ {
12032
+ "name": "sidebar-rail-item-padding",
12033
+ "cssVar": "--sidebar-rail-item-padding",
12034
+ "type": "dimension",
12035
+ "description": "Rail nav-item padding (all sides) = 8px (Figma p-[var(--spacing/2,8px)]).",
12036
+ "value": "8px"
12037
+ },
12038
+ {
12039
+ "name": "sidebar-rail-item-radius",
12040
+ "cssVar": "--sidebar-rail-item-radius",
12041
+ "type": "dimension",
12042
+ "description": "Rail nav-item border-radius = 4px (Figma rounded-md).",
12043
+ "value": "4px"
12044
+ },
12045
+ {
12046
+ "name": "sidebar-rail-width",
12047
+ "cssVar": "--sidebar-rail-width",
12048
+ "type": "dimension",
12049
+ "description": "Rail strip width = 64px (Figma 1091:9106 Secondary mode rail column).",
12050
+ "value": "4rem"
12051
+ },
12052
+ {
12053
+ "name": "sidebar-section-content-gap",
12054
+ "cssVar": "--sidebar-section-content-gap",
12055
+ "type": "dimension",
12056
+ "description": "Vertical gap between nav items in panel = 8px (Figma gap-[var(--spacing/s-8,8px)]).",
12057
+ "value": "8px"
12058
+ },
12059
+ {
12060
+ "name": "sidebar-section-content-padding-x",
12061
+ "cssVar": "--sidebar-section-content-padding-x",
12062
+ "type": "dimension",
12063
+ "description": "Nav items wrapper horizontal padding = 4px (Figma px-[var(--spacing/s-4,4px)]).",
12064
+ "value": "4px"
12065
+ },
12066
+ {
12067
+ "name": "sidebar-section-gap",
12068
+ "cssVar": "--sidebar-section-gap",
12069
+ "type": "dimension",
12070
+ "description": "Section vertical gap between title and items = 16px (Figma gap-[var(--spacing/s-16,16px)]).",
12071
+ "value": "16px"
12072
+ },
12073
+ {
12074
+ "name": "sidebar-section-padding-x",
12075
+ "cssVar": "--sidebar-section-padding-x",
12076
+ "type": "dimension",
12077
+ "description": "Section block horizontal padding = 8px (Figma px-[8px] on Sub Categoria block I1092:542;1092:442).",
12078
+ "value": "8px"
12079
+ },
12080
+ {
12081
+ "name": "sidebar-section-title-color",
12082
+ "cssVar": "--sidebar-section-title-color",
12083
+ "type": "color",
12084
+ "description": "Section title color = muted-foreground #737373 (Figma colors/neutral/foreground/tertiary).",
12085
+ "value": "oklch(55.55% 0.0000 0)"
12086
+ },
12087
+ {
12088
+ "name": "sidebar-section-title-font-size",
12089
+ "cssVar": "--sidebar-section-title-font-size",
12090
+ "type": "dimension",
12091
+ "description": "Section title font-size = 10px (Figma text-[10px] I1092:542;1092:444).",
12092
+ "value": "0.625rem"
12093
+ },
12094
+ {
12095
+ "name": "sidebar-section-title-line-height",
12096
+ "cssVar": "--sidebar-section-title-line-height",
12097
+ "type": "number",
12098
+ "description": "Section title line-height = 1 (Figma leading-none).",
12099
+ "value": "1"
12100
+ },
12101
+ {
12102
+ "name": "sidebar-section-title-padding-x",
12103
+ "cssVar": "--sidebar-section-title-padding-x",
12104
+ "type": "dimension",
12105
+ "description": "Section title (Dashboards label) horizontal padding = 8px (Figma px-[var(--spacing/s-8,8px)]).",
12106
+ "value": "8px"
12107
+ },
10020
12108
  {
10021
12109
  "name": "sidebar-width",
10022
12110
  "cssVar": "--sidebar-width",
10023
12111
  "type": "dimension",
10024
- "value": "16rem"
12112
+ "description": "Sidebar expanded total width = 272px (Figma 1091:9106 status=Expanded).",
12113
+ "value": "17rem"
10025
12114
  },
10026
12115
  {
10027
12116
  "name": "sidebar-width-icon",
10028
12117
  "cssVar": "--sidebar-width-icon",
10029
12118
  "type": "dimension",
10030
- "value": "3rem"
12119
+ "description": "Sidebar collapsed (rail-only) width = 64px (Figma 1091:9106 status=Collapsed).",
12120
+ "value": "4rem"
10031
12121
  },
10032
12122
  {
10033
12123
  "name": "sidebar-width-mobile",
10034
12124
  "cssVar": "--sidebar-width-mobile",
10035
12125
  "type": "dimension",
12126
+ "description": "Sidebar mobile drawer width (~288px).",
10036
12127
  "value": "18rem"
10037
12128
  },
10038
12129
  {
@@ -10050,7 +12141,8 @@
10050
12141
  {
10051
12142
  "name": "single-stat-label-weight",
10052
12143
  "cssVar": "--single-stat-label-weight",
10053
- "value": "500"
12144
+ "description": "SingleStat label weight aligned with Figma normal (400) per DES-1302 — pre-fix was medium (500).",
12145
+ "value": "400"
10054
12146
  },
10055
12147
  {
10056
12148
  "name": "single-stat-value-color",
@@ -10282,6 +12374,38 @@
10282
12374
  "type": "dimension",
10283
12375
  "value": "64px"
10284
12376
  },
12377
+ {
12378
+ "name": "slider-focus-ring-primary",
12379
+ "cssVar": "--slider-focus-ring-primary",
12380
+ "type": "color",
12381
+ "description": "Slider thumb focus-ring primary per DES-1304 item 2.",
12382
+ "value": "oklch(81.75% 0.1821 159.79)"
12383
+ },
12384
+ {
12385
+ "name": "slider-focus-ring-width",
12386
+ "cssVar": "--slider-focus-ring-width",
12387
+ "type": "dimension",
12388
+ "description": "Slider thumb focus ring width (outer halo around the thumb).",
12389
+ "value": "4px"
12390
+ },
12391
+ {
12392
+ "name": "slider-label-color",
12393
+ "cssVar": "--slider-label-color",
12394
+ "type": "color",
12395
+ "description": "Slider label color per DES-1304 item 2.",
12396
+ "value": "oklch(14.48% 0.0000 0)"
12397
+ },
12398
+ {
12399
+ "name": "slider-label-size",
12400
+ "cssVar": "--slider-label-size",
12401
+ "type": "dimension",
12402
+ "value": "0.875rem"
12403
+ },
12404
+ {
12405
+ "name": "slider-label-weight",
12406
+ "cssVar": "--slider-label-weight",
12407
+ "value": "500"
12408
+ },
10285
12409
  {
10286
12410
  "name": "slider-range-bg-default",
10287
12411
  "cssVar": "--slider-range-bg-default",
@@ -10300,6 +12424,13 @@
10300
12424
  "type": "color",
10301
12425
  "value": "oklch(81.75% 0.1821 159.79)"
10302
12426
  },
12427
+ {
12428
+ "name": "slider-thumb-drop-shadow",
12429
+ "cssVar": "--slider-thumb-drop-shadow",
12430
+ "type": "shadow",
12431
+ "description": "Slider thumb base drop shadow (composed alongside focus ring on focus-visible).",
12432
+ "value": "0 1px 2px 0 var(--drop-shadow-lg-color), 0 1px 3px 0 var(--drop-shadow-md-color)"
12433
+ },
10303
12434
  {
10304
12435
  "name": "slider-thumb-size-lg",
10305
12436
  "cssVar": "--slider-thumb-size-lg",
@@ -10316,31 +12447,55 @@
10316
12447
  "name": "slider-thumb-size-sm",
10317
12448
  "cssVar": "--slider-thumb-size-sm",
10318
12449
  "type": "dimension",
10319
- "value": "20px"
12450
+ "description": "Slider thumb sm aligned with Figma 16px per DES-1304 item 3 — pre-fix was 20px.",
12451
+ "value": "16px"
12452
+ },
12453
+ {
12454
+ "name": "slider-tooltip-bg",
12455
+ "cssVar": "--slider-tooltip-bg",
12456
+ "type": "color",
12457
+ "description": "Slider tooltip bg per DES-1304 item 2.",
12458
+ "value": "oklch(100.00% 0.0000 0)"
12459
+ },
12460
+ {
12461
+ "name": "slider-tooltip-fg",
12462
+ "cssVar": "--slider-tooltip-fg",
12463
+ "type": "color",
12464
+ "value": "oklch(20.46% 0.0000 0)"
12465
+ },
12466
+ {
12467
+ "name": "slider-tooltip-radius",
12468
+ "cssVar": "--slider-tooltip-radius",
12469
+ "type": "dimension",
12470
+ "value": "4px"
10320
12471
  },
10321
12472
  {
10322
12473
  "name": "slider-track-bg",
10323
12474
  "cssVar": "--slider-track-bg",
10324
12475
  "type": "color",
10325
- "value": "oklch(87.82% 0.2037 137.75)"
12476
+ "description": "Track background aligned with Figma core/background/muted (gray) per Bowser audit Slider BUG-1 — pre-fix was oklch(87.82% 0.2037 137.75) (mint green, visual bug).",
12477
+ "value": "oklch(97.02% 0.0000 0)"
10326
12478
  },
10327
12479
  {
10328
12480
  "name": "slider-track-height-lg",
10329
12481
  "cssVar": "--slider-track-height-lg",
10330
12482
  "type": "dimension",
10331
- "value": "10px"
12483
+ "description": "Slider track lg 8px — scaled above Figma canonical md=6px.",
12484
+ "value": "8px"
10332
12485
  },
10333
12486
  {
10334
12487
  "name": "slider-track-height-md",
10335
12488
  "cssVar": "--slider-track-height-md",
10336
12489
  "type": "dimension",
10337
- "value": "8px"
12490
+ "description": "Slider track md 6px aligned with Figma canonical (frame 1400:10368, both Range variants = 6h) — pre-fix was 8px.",
12491
+ "value": "6px"
10338
12492
  },
10339
12493
  {
10340
12494
  "name": "slider-track-height-sm",
10341
12495
  "cssVar": "--slider-track-height-sm",
10342
12496
  "type": "dimension",
10343
- "value": "6px"
12497
+ "description": "Slider track sm 4px — scaled below Figma canonical md=6px.",
12498
+ "value": "4px"
10344
12499
  },
10345
12500
  {
10346
12501
  "name": "spacer-size-2xl",
@@ -10437,7 +12592,8 @@
10437
12592
  "name": "spinner-size-lg",
10438
12593
  "cssVar": "--spinner-size-lg",
10439
12594
  "type": "dimension",
10440
- "value": "24px"
12595
+ "description": "Spinner lg 28px aligned with Figma canonical (components-spinner-skeleton.html) — pre-fix was 24px (spacing.6).",
12596
+ "value": "28px"
10441
12597
  },
10442
12598
  {
10443
12599
  "name": "spinner-size-md",
@@ -10455,7 +12611,8 @@
10455
12611
  "name": "spinner-size-xl",
10456
12612
  "cssVar": "--spinner-size-xl",
10457
12613
  "type": "dimension",
10458
- "value": "32px"
12614
+ "description": "Spinner xl 40px aligned with Figma canonical (components-spinner-skeleton.html) — pre-fix was 32px (spacing.8).",
12615
+ "value": "40px"
10459
12616
  },
10460
12617
  {
10461
12618
  "name": "spinner-size-xs",
@@ -10619,6 +12776,13 @@
10619
12776
  "type": "color",
10620
12777
  "value": "oklch(45% 0.15 250)"
10621
12778
  },
12779
+ {
12780
+ "name": "status-indicator-dot-color-destructive",
12781
+ "cssVar": "--status-indicator-dot-color-destructive",
12782
+ "type": "color",
12783
+ "description": "Alias for error — aligns naming with Figma canonical (skill uses `destructive`, code historically used `error`).",
12784
+ "value": "oklch(63.68% 0.2078 25.33)"
12785
+ },
10622
12786
  {
10623
12787
  "name": "status-indicator-dot-color-error",
10624
12788
  "cssVar": "--status-indicator-dot-color-error",
@@ -10635,7 +12799,8 @@
10635
12799
  "name": "status-indicator-dot-color-neutral",
10636
12800
  "cssVar": "--status-indicator-dot-color-neutral",
10637
12801
  "type": "color",
10638
- "value": "oklch(55.55% 0.0000 0)"
12802
+ "description": "Neutral status uses light gray border token (L ~92%) per Bowser audit StatusIndicator SEVERE — pre-fix was muted-foreground (L 55%, too dark, visually active vs inactive).",
12803
+ "value": "oklch(92.19% 0.0000 0)"
10639
12804
  },
10640
12805
  {
10641
12806
  "name": "status-indicator-dot-color-success",
@@ -10649,6 +12814,13 @@
10649
12814
  "type": "color",
10650
12815
  "value": "oklch(86.06% 0.1731 91.94)"
10651
12816
  },
12817
+ {
12818
+ "name": "status-indicator-dot-size-2xl",
12819
+ "cssVar": "--status-indicator-dot-size-2xl",
12820
+ "type": "dimension",
12821
+ "description": "StatusIndicator dot 2xl (16px) added per DES-1080.",
12822
+ "value": "16px"
12823
+ },
10652
12824
  {
10653
12825
  "name": "status-indicator-dot-size-default",
10654
12826
  "cssVar": "--status-indicator-dot-size-default",
@@ -10667,6 +12839,13 @@
10667
12839
  "type": "dimension",
10668
12840
  "value": "8px"
10669
12841
  },
12842
+ {
12843
+ "name": "status-indicator-dot-size-xl",
12844
+ "cssVar": "--status-indicator-dot-size-xl",
12845
+ "type": "dimension",
12846
+ "description": "StatusIndicator dot xl (14px) added per DES-1080.",
12847
+ "value": "14px"
12848
+ },
10670
12849
  {
10671
12850
  "name": "status-indicator-dot-size-xs",
10672
12851
  "cssVar": "--status-indicator-dot-size-xs",
@@ -10739,6 +12918,48 @@
10739
12918
  "type": "color",
10740
12919
  "value": "oklch(45% 0.18 25)"
10741
12920
  },
12921
+ {
12922
+ "name": "stepper-connector-offset-default",
12923
+ "cssVar": "--stepper-connector-offset-default",
12924
+ "type": "dimension",
12925
+ "description": "Horizontal connector offset for default size — half of step indicator (48px default circle).",
12926
+ "value": "24px"
12927
+ },
12928
+ {
12929
+ "name": "stepper-connector-offset-lg",
12930
+ "cssVar": "--stepper-connector-offset-lg",
12931
+ "type": "dimension",
12932
+ "description": "Horizontal connector offset for lg size — half of step indicator (60px lg circle).",
12933
+ "value": "30px"
12934
+ },
12935
+ {
12936
+ "name": "stepper-connector-offset-sm",
12937
+ "cssVar": "--stepper-connector-offset-sm",
12938
+ "type": "dimension",
12939
+ "description": "Horizontal connector offset for sm size — half of step indicator (40px sm circle).",
12940
+ "value": "20px"
12941
+ },
12942
+ {
12943
+ "name": "stepper-connector-vertical-height-offset-default",
12944
+ "cssVar": "--stepper-connector-vertical-height-offset-default",
12945
+ "type": "dimension",
12946
+ "description": "Vertical connector calc subtraction for default size.",
12947
+ "value": "48px"
12948
+ },
12949
+ {
12950
+ "name": "stepper-connector-vertical-height-offset-lg",
12951
+ "cssVar": "--stepper-connector-vertical-height-offset-lg",
12952
+ "type": "dimension",
12953
+ "description": "Vertical connector calc subtraction for lg size.",
12954
+ "value": "56px"
12955
+ },
12956
+ {
12957
+ "name": "stepper-connector-vertical-height-offset-sm",
12958
+ "cssVar": "--stepper-connector-vertical-height-offset-sm",
12959
+ "type": "dimension",
12960
+ "description": "Vertical connector calc subtraction for sm — equals step indicator height.",
12961
+ "value": "40px"
12962
+ },
10742
12963
  {
10743
12964
  "name": "stepper-indicator-background-active",
10744
12965
  "cssVar": "--stepper-indicator-background-active",
@@ -10948,6 +13169,26 @@
10948
13169
  "cssVar": "--switch-track-radius",
10949
13170
  "value": "9999px"
10950
13171
  },
13172
+ {
13173
+ "name": "switch-track-ring-ghost",
13174
+ "cssVar": "--switch-track-ring-ghost",
13175
+ "type": "color",
13176
+ "description": "Switch track focus ring ghost variant per DES-1308.",
13177
+ "value": "oklch(55.55% 0.0000 0)"
13178
+ },
13179
+ {
13180
+ "name": "switch-track-ring-primary",
13181
+ "cssVar": "--switch-track-ring-primary",
13182
+ "type": "color",
13183
+ "description": "Switch track focus ring primary per DES-1308.",
13184
+ "value": "oklch(81.75% 0.1821 159.79)"
13185
+ },
13186
+ {
13187
+ "name": "switch-track-ring-width",
13188
+ "cssVar": "--switch-track-ring-width",
13189
+ "type": "dimension",
13190
+ "value": "3px"
13191
+ },
10951
13192
  {
10952
13193
  "name": "switch-track-shadow",
10953
13194
  "cssVar": "--switch-track-shadow",
@@ -11103,10 +13344,35 @@
11103
13344
  "cssVar": "--tabs-trigger-active-shadow",
11104
13345
  "value": "0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1)"
11105
13346
  },
13347
+ {
13348
+ "name": "tabs-trigger-badge-bg",
13349
+ "cssVar": "--tabs-trigger-badge-bg",
13350
+ "type": "color",
13351
+ "description": "Tabs trigger badge bg per DES-1310 item 5.",
13352
+ "value": "oklch(97.02% 0.0000 0)"
13353
+ },
13354
+ {
13355
+ "name": "tabs-trigger-badge-fg",
13356
+ "cssVar": "--tabs-trigger-badge-fg",
13357
+ "type": "color",
13358
+ "value": "oklch(55.55% 0.0000 0)"
13359
+ },
13360
+ {
13361
+ "name": "tabs-trigger-badge-padding-x",
13362
+ "cssVar": "--tabs-trigger-badge-padding-x",
13363
+ "type": "dimension",
13364
+ "value": "6px"
13365
+ },
13366
+ {
13367
+ "name": "tabs-trigger-badge-radius",
13368
+ "cssVar": "--tabs-trigger-badge-radius",
13369
+ "type": "dimension",
13370
+ "value": "9999px"
13371
+ },
11106
13372
  {
11107
13373
  "name": "tabs-trigger-base-gap",
11108
13374
  "cssVar": "--tabs-trigger-base-gap",
11109
- "value": "6px"
13375
+ "value": "8px"
11110
13376
  },
11111
13377
  {
11112
13378
  "name": "tabs-trigger-base-padding-x",
@@ -11122,7 +13388,7 @@
11122
13388
  "name": "tabs-trigger-base-radius",
11123
13389
  "cssVar": "--tabs-trigger-base-radius",
11124
13390
  "type": "dimension",
11125
- "value": "0.125rem"
13391
+ "value": "4px"
11126
13392
  },
11127
13393
  {
11128
13394
  "name": "tabs-trigger-base-text",
@@ -11133,7 +13399,8 @@
11133
13399
  {
11134
13400
  "name": "tabs-trigger-base-weight",
11135
13401
  "cssVar": "--tabs-trigger-base-weight",
11136
- "value": "500"
13402
+ "description": "Tabs trigger weight aligned with Figma Paragraph/P3 normal (400) per DES-1310 — pre-fix was medium (500).",
13403
+ "value": "400"
11137
13404
  },
11138
13405
  {
11139
13406
  "name": "tabs-trigger-focus-ring",
@@ -11145,7 +13412,8 @@
11145
13412
  "name": "tabs-trigger-inactive-fg",
11146
13413
  "cssVar": "--tabs-trigger-inactive-fg",
11147
13414
  "type": "color",
11148
- "value": "oklch(14.48% 0.0000 0)"
13415
+ "description": "Tabs trigger inactive fg aligned with Figma surface-foreground per DES-1310 item 7.",
13416
+ "value": "oklch(55.55% 0.0000 0)"
11149
13417
  },
11150
13418
  {
11151
13419
  "name": "tag-checkbox-bg-checked",
@@ -11207,12 +13475,33 @@
11207
13475
  "type": "color",
11208
13476
  "value": "oklch(92.19% 0.0000 0)"
11209
13477
  },
13478
+ {
13479
+ "name": "tag-color-dot",
13480
+ "cssVar": "--tag-color-dot",
13481
+ "type": "color",
13482
+ "description": "Tag dot indicator color (mint primary). Per Bowser audit Tag BUG-3 — pre-fix was muted-foreground (gray).",
13483
+ "value": "oklch(81.75% 0.1821 159.79)"
13484
+ },
11210
13485
  {
11211
13486
  "name": "tag-color-text-default",
11212
13487
  "cssVar": "--tag-color-text-default",
11213
13488
  "type": "color",
11214
13489
  "value": "oklch(14.48% 0.0000 0)"
11215
13490
  },
13491
+ {
13492
+ "name": "tag-count-radius",
13493
+ "cssVar": "--tag-count-radius",
13494
+ "type": "dimension",
13495
+ "description": "Tag count pill border-radius. Per Bowser audit Tag BUG-2 — pre-fix was rounded-sm utility resolving to 0px.",
13496
+ "value": "4px"
13497
+ },
13498
+ {
13499
+ "name": "tag-radius",
13500
+ "cssVar": "--tag-radius",
13501
+ "type": "dimension",
13502
+ "description": "Tag border-radius aligned with Figma radius/md (8px) per Bowser audit Tag BUG-1 — pre-fix was rounded-md utility resolving to 0px.",
13503
+ "value": "8px"
13504
+ },
11216
13505
  {
11217
13506
  "name": "tag-size-checkbox-lg",
11218
13507
  "cssVar": "--tag-size-checkbox-lg",
@@ -11531,12 +13820,26 @@
11531
13820
  "type": "color",
11532
13821
  "value": "oklch(97.02% 0.0000 0)"
11533
13822
  },
13823
+ {
13824
+ "name": "textarea-bg-filled",
13825
+ "cssVar": "--textarea-bg-filled",
13826
+ "type": "color",
13827
+ "description": "Textarea filled variant bg per DES-1316 item 4.",
13828
+ "value": "oklch(97.02% 0.0000 0)"
13829
+ },
11534
13830
  {
11535
13831
  "name": "textarea-border-default",
11536
13832
  "cssVar": "--textarea-border-default",
11537
13833
  "type": "color",
11538
13834
  "value": "oklch(92.19% 0.0000 0)"
11539
13835
  },
13836
+ {
13837
+ "name": "textarea-border-disabled",
13838
+ "cssVar": "--textarea-border-disabled",
13839
+ "type": "color",
13840
+ "description": "Textarea disabled border color per DES-1316 item 2.",
13841
+ "value": "oklch(97.02% 0.0000 0)"
13842
+ },
11540
13843
  {
11541
13844
  "name": "textarea-border-error",
11542
13845
  "cssVar": "--textarea-border-error",
@@ -11576,7 +13879,22 @@
11576
13879
  {
11577
13880
  "name": "textarea-radius",
11578
13881
  "cssVar": "--textarea-radius",
11579
- "value": "0.375rem"
13882
+ "type": "dimension",
13883
+ "description": "Textarea border-radius aligned with Figma radius/md (8px) per Bowser audit — pre-fix was 0.375rem (6px).",
13884
+ "value": "8px"
13885
+ },
13886
+ {
13887
+ "name": "textarea-ring-primary",
13888
+ "cssVar": "--textarea-ring-primary",
13889
+ "type": "color",
13890
+ "description": "Textarea focus ring primary per DES-1316 item 3.",
13891
+ "value": "oklch(81.75% 0.1821 159.79)"
13892
+ },
13893
+ {
13894
+ "name": "textarea-ring-width",
13895
+ "cssVar": "--textarea-ring-width",
13896
+ "type": "dimension",
13897
+ "value": "3px"
11580
13898
  },
11581
13899
  {
11582
13900
  "name": "textarea-shadow",
@@ -11587,7 +13905,8 @@
11587
13905
  "name": "textarea-size-lg-min-h",
11588
13906
  "cssVar": "--textarea-size-lg-min-h",
11589
13907
  "type": "dimension",
11590
- "value": "96px"
13908
+ "description": "Textarea lg min-height shifted to 160px (was 96px) to align scale with Figma canonical md=128px.",
13909
+ "value": "160px"
11591
13910
  },
11592
13911
  {
11593
13912
  "name": "textarea-size-lg-px",
@@ -11609,7 +13928,8 @@
11609
13928
  "name": "textarea-size-md-min-h",
11610
13929
  "cssVar": "--textarea-size-md-min-h",
11611
13930
  "type": "dimension",
11612
- "value": "80px"
13931
+ "description": "Textarea md min-height 128px aligned with Figma canonical (frame 1386:13761) — pre-fix was 80px.",
13932
+ "value": "128px"
11613
13933
  },
11614
13934
  {
11615
13935
  "name": "textarea-size-md-px",
@@ -11631,7 +13951,8 @@
11631
13951
  "name": "textarea-size-sm-min-h",
11632
13952
  "cssVar": "--textarea-size-sm-min-h",
11633
13953
  "type": "dimension",
11634
- "value": "64px"
13954
+ "description": "Textarea sm min-height shifted to 96px (was 64px) to align scale with Figma canonical md=128px.",
13955
+ "value": "96px"
11635
13956
  },
11636
13957
  {
11637
13958
  "name": "textarea-size-sm-px",
@@ -11658,20 +13979,22 @@
11658
13979
  {
11659
13980
  "name": "thumbnail-rounded-default",
11660
13981
  "cssVar": "--thumbnail-rounded-default",
11661
- "type": "color",
11662
- "value": "0.375rem"
13982
+ "type": "dimension",
13983
+ "description": "Thumbnail default radius aligned with Figma 8px per Bowser audit Thumbnail — pre-fix was 0.375rem (6px). Also fixed $type.",
13984
+ "value": "8px"
11663
13985
  },
11664
13986
  {
11665
13987
  "name": "thumbnail-rounded-full",
11666
13988
  "cssVar": "--thumbnail-rounded-full",
11667
- "type": "color",
13989
+ "type": "dimension",
11668
13990
  "value": "9999px"
11669
13991
  },
11670
13992
  {
11671
13993
  "name": "thumbnail-rounded-lg",
11672
13994
  "cssVar": "--thumbnail-rounded-lg",
11673
- "type": "color",
11674
- "value": "0.5rem"
13995
+ "type": "dimension",
13996
+ "description": "Thumbnail lg radius aligned with Figma 12px per Bowser audit Thumbnail — pre-fix was 0.5rem (8px). Also fixed $type.",
13997
+ "value": "12px"
11675
13998
  },
11676
13999
  {
11677
14000
  "name": "thumbnail-rounded-none",
@@ -11682,8 +14005,9 @@
11682
14005
  {
11683
14006
  "name": "thumbnail-rounded-sm",
11684
14007
  "cssVar": "--thumbnail-rounded-sm",
11685
- "type": "color",
11686
- "value": "0.125rem"
14008
+ "type": "dimension",
14009
+ "description": "Thumbnail sm radius aligned with Figma 4px per Bowser audit Thumbnail — pre-fix was 0.125rem (2px). Also fixed $type from color to dimension.",
14010
+ "value": "4px"
11687
14011
  },
11688
14012
  {
11689
14013
  "name": "thumbnail-size-default-width",
@@ -11713,30 +14037,56 @@
11713
14037
  "name": "thumbnail-size-xs-width",
11714
14038
  "cssVar": "--thumbnail-size-xs-width",
11715
14039
  "type": "dimension",
11716
- "value": "40px"
14040
+ "description": "Thumbnail xs 48px aligned with Figma canonical (frame 1372:2929) — pre-fix was spacing.10 (40px).",
14041
+ "value": "48px"
11717
14042
  },
11718
14043
  {
11719
- "name": "time-picker-input-text-align",
11720
- "cssVar": "--time-picker-input-text-align",
11721
- "value": "center"
14044
+ "name": "time-picker-focus-ring-destructive",
14045
+ "cssVar": "--time-picker-focus-ring-destructive",
14046
+ "type": "color",
14047
+ "description": "TimePicker destructive focus ring (invalid state) per DES-1320.",
14048
+ "value": "oklch(63.68% 0.2078 25.33)"
14049
+ },
14050
+ {
14051
+ "name": "time-picker-focus-ring-primary",
14052
+ "cssVar": "--time-picker-focus-ring-primary",
14053
+ "type": "color",
14054
+ "description": "TimePicker primary focus ring color per DES-1320.",
14055
+ "value": "oklch(81.75% 0.1821 159.79)"
11722
14056
  },
11723
14057
  {
11724
- "name": "time-picker-input-width",
11725
- "cssVar": "--time-picker-input-width",
14058
+ "name": "time-picker-focus-ring-width",
14059
+ "cssVar": "--time-picker-focus-ring-width",
11726
14060
  "type": "dimension",
11727
- "value": "65px"
14061
+ "value": "3px"
11728
14062
  },
11729
14063
  {
11730
- "name": "time-picker-root-gap",
11731
- "cssVar": "--time-picker-root-gap",
14064
+ "name": "time-picker-trigger-height-lg",
14065
+ "cssVar": "--time-picker-trigger-height-lg",
11732
14066
  "type": "dimension",
11733
- "value": "8px"
14067
+ "description": "TimePicker trigger lg height (44px), aligned with DatePicker pattern.",
14068
+ "value": "44px"
11734
14069
  },
11735
14070
  {
11736
- "name": "time-picker-separator-padding-x",
11737
- "cssVar": "--time-picker-separator-padding-x",
14071
+ "name": "time-picker-trigger-height-md",
14072
+ "cssVar": "--time-picker-trigger-height-md",
11738
14073
  "type": "dimension",
11739
- "value": "4px"
14074
+ "description": "TimePicker trigger md height 40px aligned with Figma canonical (frame 1400:10543 default = 40h) — pre-fix was h-9 (36px). Matches DatePicker.",
14075
+ "value": "40px"
14076
+ },
14077
+ {
14078
+ "name": "time-picker-trigger-height-sm",
14079
+ "cssVar": "--time-picker-trigger-height-sm",
14080
+ "type": "dimension",
14081
+ "description": "TimePicker trigger sm height (36px), aligned with DatePicker pattern.",
14082
+ "value": "36px"
14083
+ },
14084
+ {
14085
+ "name": "time-picker-trigger-radius",
14086
+ "cssVar": "--time-picker-trigger-radius",
14087
+ "type": "dimension",
14088
+ "description": "Trigger border-radius aligned with Figma radius/md (8px) per Bowser audit TimePicker — was missing, code used rounded-md utility resolving to 0px.",
14089
+ "value": "8px"
11740
14090
  },
11741
14091
  {
11742
14092
  "name": "timeline-connector-offset-compact",
@@ -11784,7 +14134,8 @@
11784
14134
  "name": "timeline-connector-width",
11785
14135
  "cssVar": "--timeline-connector-width",
11786
14136
  "type": "dimension",
11787
- "value": "2px"
14137
+ "description": "Timeline connector width aligned with Figma separator 1px per DES-1318 item 3 — pre-fix was 2px.",
14138
+ "value": "1px"
11788
14139
  },
11789
14140
  {
11790
14141
  "name": "timeline-item-gap-compact",
@@ -11814,13 +14165,85 @@
11814
14165
  "name": "timeline-marker-border-width",
11815
14166
  "cssVar": "--timeline-marker-border-width",
11816
14167
  "type": "dimension",
11817
- "value": "2px"
14168
+ "description": "Timeline marker border width aligned with Figma 1px per DES-1318 item 2 — pre-fix was 2px.",
14169
+ "value": "1px"
14170
+ },
14171
+ {
14172
+ "name": "timeline-marker-color-default",
14173
+ "cssVar": "--timeline-marker-color-default",
14174
+ "type": "color",
14175
+ "description": "Timeline marker default color per DES-1318 item 7.",
14176
+ "value": "oklch(81.75% 0.1821 159.79)"
14177
+ },
14178
+ {
14179
+ "name": "timeline-marker-color-error",
14180
+ "cssVar": "--timeline-marker-color-error",
14181
+ "type": "color",
14182
+ "description": "Timeline marker error color per DES-1318 item 7.",
14183
+ "value": "oklch(63.68% 0.2078 25.33)"
14184
+ },
14185
+ {
14186
+ "name": "timeline-marker-color-muted",
14187
+ "cssVar": "--timeline-marker-color-muted",
14188
+ "type": "color",
14189
+ "description": "Timeline marker muted (pending) color per DES-1318 item 7.",
14190
+ "value": "oklch(97.02% 0.0000 0)"
14191
+ },
14192
+ {
14193
+ "name": "timeline-marker-color-success",
14194
+ "cssVar": "--timeline-marker-color-success",
14195
+ "type": "color",
14196
+ "description": "Timeline marker success color per DES-1318 item 7.",
14197
+ "value": "oklch(62.71% 0.1699 149.21)"
14198
+ },
14199
+ {
14200
+ "name": "timeline-marker-color-warning",
14201
+ "cssVar": "--timeline-marker-color-warning",
14202
+ "type": "color",
14203
+ "description": "Timeline marker warning color per DES-1318 item 7.",
14204
+ "value": "oklch(86.06% 0.1731 91.94)"
14205
+ },
14206
+ {
14207
+ "name": "timeline-marker-disabled-bg",
14208
+ "cssVar": "--timeline-marker-disabled-bg",
14209
+ "type": "color",
14210
+ "description": "Timeline marker disabled bg per DES-1318 item 4 (triplet).",
14211
+ "value": "oklch(97.02% 0.0000 0)"
14212
+ },
14213
+ {
14214
+ "name": "timeline-marker-disabled-border",
14215
+ "cssVar": "--timeline-marker-disabled-border",
14216
+ "type": "color",
14217
+ "description": "Timeline marker disabled border per DES-1318 item 4 (triplet).",
14218
+ "value": "oklch(92.19% 0.0000 0)"
14219
+ },
14220
+ {
14221
+ "name": "timeline-marker-disabled-fg",
14222
+ "cssVar": "--timeline-marker-disabled-fg",
14223
+ "type": "color",
14224
+ "description": "Timeline marker disabled fg per DES-1318 item 4 (triplet).",
14225
+ "value": "oklch(55.55% 0.0000 0)"
14226
+ },
14227
+ {
14228
+ "name": "timeline-marker-focus-ring-color",
14229
+ "cssVar": "--timeline-marker-focus-ring-color",
14230
+ "type": "color",
14231
+ "description": "Timeline marker focus-ring per DES-1318 item 5.",
14232
+ "value": "oklch(81.75% 0.1821 159.79)"
14233
+ },
14234
+ {
14235
+ "name": "timeline-marker-focus-ring-width",
14236
+ "cssVar": "--timeline-marker-focus-ring-width",
14237
+ "type": "dimension",
14238
+ "description": "Timeline marker focus-ring width per DES-1318 item 5 — matches Figma Focus rings/ring-primary spread 4.",
14239
+ "value": "4px"
11818
14240
  },
11819
14241
  {
11820
14242
  "name": "timeline-marker-size-default",
11821
14243
  "cssVar": "--timeline-marker-size-default",
11822
14244
  "type": "dimension",
11823
- "value": "12px"
14245
+ "description": "Timeline marker default aligned with Figma StatusDot 16px per DES-1318 — pre-fix was spacing.3 (12px).",
14246
+ "value": "16px"
11824
14247
  },
11825
14248
  {
11826
14249
  "name": "timeline-marker-size-icon-default",
@@ -11844,13 +14267,15 @@
11844
14267
  "name": "timeline-marker-size-lg",
11845
14268
  "cssVar": "--timeline-marker-size-lg",
11846
14269
  "type": "dimension",
11847
- "value": "16px"
14270
+ "description": "Timeline marker lg aligned per DES-1318 cascade — pre-fix was spacing.4 (16px).",
14271
+ "value": "20px"
11848
14272
  },
11849
14273
  {
11850
14274
  "name": "timeline-marker-size-sm",
11851
14275
  "cssVar": "--timeline-marker-size-sm",
11852
14276
  "type": "dimension",
11853
- "value": "8px"
14277
+ "description": "Timeline marker sm aligned per DES-1318 cascade — pre-fix was spacing.2 (8px).",
14278
+ "value": "12px"
11854
14279
  },
11855
14280
  {
11856
14281
  "name": "timeline-root-gap-compact",
@@ -11945,13 +14370,15 @@
11945
14370
  "name": "toggle-root-border-radius-pill",
11946
14371
  "cssVar": "--toggle-root-border-radius-pill",
11947
14372
  "type": "dimension",
14373
+ "description": "Pill shape (code-only — Figma uses radius/md/sm). Maintained for backward compatibility.",
11948
14374
  "value": "9999px"
11949
14375
  },
11950
14376
  {
11951
14377
  "name": "toggle-root-border-radius-rounded",
11952
14378
  "cssVar": "--toggle-root-border-radius-rounded",
11953
14379
  "type": "dimension",
11954
- "value": "0.375rem"
14380
+ "description": "Rounded shape aligned with Figma radius/md (8px) per Bowser audit Toggle DES-932 cascade — pre-fix was 0.375rem (6px).",
14381
+ "value": "8px"
11955
14382
  },
11956
14383
  {
11957
14384
  "name": "toggle-root-border-width",
@@ -12034,13 +14461,14 @@
12034
14461
  "name": "toggle-size-sm-height",
12035
14462
  "cssVar": "--toggle-size-sm-height",
12036
14463
  "type": "dimension",
12037
- "value": "32px"
14464
+ "description": "Toggle sm height 24px (spacing.6) aligned with Figma per Bowser audit — pre-fix was spacing.8 (32px).",
14465
+ "value": "24px"
12038
14466
  },
12039
14467
  {
12040
14468
  "name": "toggle-size-sm-min-width",
12041
14469
  "cssVar": "--toggle-size-sm-min-width",
12042
14470
  "type": "dimension",
12043
- "value": "32px"
14471
+ "value": "24px"
12044
14472
  },
12045
14473
  {
12046
14474
  "name": "toggle-size-sm-padding-x",
@@ -12064,7 +14492,7 @@
12064
14492
  "name": "toggle-variant-default-bg-on",
12065
14493
  "cssVar": "--toggle-variant-default-bg-on",
12066
14494
  "type": "color",
12067
- "value": "oklch(81.75% 0.1821 159.79)"
14495
+ "value": "oklch(95.21% 0.0467 171.12)"
12068
14496
  },
12069
14497
  {
12070
14498
  "name": "toggle-variant-default-border",
@@ -12088,7 +14516,7 @@
12088
14516
  "name": "toggle-variant-default-color-on",
12089
14517
  "cssVar": "--toggle-variant-default-color-on",
12090
14518
  "type": "color",
12091
- "value": "oklch(18.34% 0.0338 166.67)"
14519
+ "value": "oklch(14.48% 0.0000 0)"
12092
14520
  },
12093
14521
  {
12094
14522
  "name": "toggle-variant-outline-bg-default",
@@ -12154,7 +14582,8 @@
12154
14582
  "name": "toolbar-button-height",
12155
14583
  "cssVar": "--toolbar-button-height",
12156
14584
  "type": "dimension",
12157
- "value": "36px"
14585
+ "description": "Toolbar button height aligned with Figma height/h-8 (32px) per DES-1324 item 3 — pre-fix was spacing.9 (36px).",
14586
+ "value": "32px"
12158
14587
  },
12159
14588
  {
12160
14589
  "name": "toolbar-button-padding-x",
@@ -12166,12 +14595,14 @@
12166
14595
  "name": "toolbar-button-radius",
12167
14596
  "cssVar": "--toolbar-button-radius",
12168
14597
  "type": "dimension",
12169
- "value": "0.375rem"
14598
+ "description": "Toolbar button radius aligned with Figma radius/md (8px) per DES-1324 — pre-fix was 0.375rem (6px).",
14599
+ "value": "8px"
12170
14600
  },
12171
14601
  {
12172
14602
  "name": "toolbar-root-background",
12173
14603
  "cssVar": "--toolbar-root-background",
12174
14604
  "type": "color",
14605
+ "description": "Toolbar root bg aligned with Figma core/background/card per DES-1324 item 4.",
12175
14606
  "value": "oklch(100.00% 0.0000 0)"
12176
14607
  },
12177
14608
  {
@@ -12192,11 +14623,26 @@
12192
14623
  "type": "dimension",
12193
14624
  "value": "8px"
12194
14625
  },
14626
+ {
14627
+ "name": "toolbar-root-padding-x",
14628
+ "cssVar": "--toolbar-root-padding-x",
14629
+ "type": "dimension",
14630
+ "description": "Toolbar root horizontal padding split per DES-1324 item 6.",
14631
+ "value": "8px"
14632
+ },
14633
+ {
14634
+ "name": "toolbar-root-padding-y",
14635
+ "cssVar": "--toolbar-root-padding-y",
14636
+ "type": "dimension",
14637
+ "description": "Toolbar root vertical padding split per DES-1324 item 6.",
14638
+ "value": "8px"
14639
+ },
12195
14640
  {
12196
14641
  "name": "toolbar-root-radius",
12197
14642
  "cssVar": "--toolbar-root-radius",
12198
14643
  "type": "dimension",
12199
- "value": "0.375rem"
14644
+ "description": "Toolbar root radius aligned with Figma radius/md (8px) per DES-1324 — pre-fix was 0.375rem (6px).",
14645
+ "value": "8px"
12200
14646
  },
12201
14647
  {
12202
14648
  "name": "toolbar-separator-color",
@@ -12240,6 +14686,12 @@
12240
14686
  "type": "color",
12241
14687
  "value": "oklch(100.00% 0.0000 0)"
12242
14688
  },
14689
+ {
14690
+ "name": "tooltip-content-max-width",
14691
+ "cssVar": "--tooltip-content-max-width",
14692
+ "type": "dimension",
14693
+ "value": "24rem"
14694
+ },
12243
14695
  {
12244
14696
  "name": "tooltip-content-padding-x",
12245
14697
  "cssVar": "--tooltip-content-padding-x",
@@ -12256,7 +14708,8 @@
12256
14708
  "name": "tooltip-content-radius",
12257
14709
  "cssVar": "--tooltip-content-radius",
12258
14710
  "type": "dimension",
12259
- "value": "0.375rem"
14711
+ "description": "Tooltip radius 8px (radius/md) aligned with Figma canonical (frame 1420:9373) — pre-fix was radius-sm (4px).",
14712
+ "value": "8px"
12260
14713
  },
12261
14714
  {
12262
14715
  "name": "tooltip-content-text-size",