@pearpages/pulp-tokens 0.2.1 → 0.3.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.
package/dist/tokens.json CHANGED
@@ -240,6 +240,18 @@
240
240
  "css": "#262a35",
241
241
  "value": "#262a35"
242
242
  },
243
+ {
244
+ "name": "--color-neutral-875",
245
+ "path": [
246
+ "color",
247
+ "neutral",
248
+ "875"
249
+ ],
250
+ "type": "color",
251
+ "tier": "primitive",
252
+ "css": "#1a1e29",
253
+ "value": "#1a1e29"
254
+ },
243
255
  {
244
256
  "name": "--color-neutral-900",
245
257
  "path": [
@@ -408,6 +420,18 @@
408
420
  "css": "#fbe5e6",
409
421
  "value": "#fbe5e6"
410
422
  },
423
+ {
424
+ "name": "--color-red-200",
425
+ "path": [
426
+ "color",
427
+ "red",
428
+ "200"
429
+ ],
430
+ "type": "color",
431
+ "tier": "primitive",
432
+ "css": "#ff9699",
433
+ "value": "#ff9699"
434
+ },
411
435
  {
412
436
  "name": "--color-red-300",
413
437
  "path": [
@@ -420,6 +444,18 @@
420
444
  "css": "#ff6b70",
421
445
  "value": "#ff6b70"
422
446
  },
447
+ {
448
+ "name": "--color-red-400",
449
+ "path": [
450
+ "color",
451
+ "red",
452
+ "400"
453
+ ],
454
+ "type": "color",
455
+ "tier": "primitive",
456
+ "css": "#ea5459",
457
+ "value": "#ea5459"
458
+ },
423
459
  {
424
460
  "name": "--color-red-500",
425
461
  "path": [
@@ -444,6 +480,18 @@
444
480
  "css": "#a52c30",
445
481
  "value": "#a52c30"
446
482
  },
483
+ {
484
+ "name": "--color-red-800",
485
+ "path": [
486
+ "color",
487
+ "red",
488
+ "800"
489
+ ],
490
+ "type": "color",
491
+ "tier": "primitive",
492
+ "css": "#86242a",
493
+ "value": "#86242a"
494
+ },
447
495
  {
448
496
  "name": "--color-red-900",
449
497
  "path": [
@@ -482,6 +530,20 @@
482
530
  "light": "#ffffff",
483
531
  "dark": "#11141d"
484
532
  },
533
+ {
534
+ "name": "--color-surface-overlay",
535
+ "path": [
536
+ "color",
537
+ "surface",
538
+ "overlay"
539
+ ],
540
+ "type": "color",
541
+ "tier": "semantic",
542
+ "css": "light-dark(var(--color-neutral-0), var(--color-neutral-875))",
543
+ "light": "#ffffff",
544
+ "dark": "#1a1e29",
545
+ "description": "What floats above the page: dialogs, sheets, popovers, menus. One step lighter than raised in dark schemes, where a shadow alone does not separate a menu from a card; in light it may equal raised."
546
+ },
485
547
  {
486
548
  "name": "--color-surface-sunken",
487
549
  "path": [
@@ -746,6 +808,34 @@
746
808
  "light": "#d0393e",
747
809
  "dark": "#ff6b70"
748
810
  },
811
+ {
812
+ "name": "--color-status-error-hover",
813
+ "path": [
814
+ "color",
815
+ "status",
816
+ "error-hover"
817
+ ],
818
+ "type": "color",
819
+ "tier": "semantic",
820
+ "css": "light-dark(var(--color-red-700), var(--color-red-200))",
821
+ "light": "#a52c30",
822
+ "dark": "#ff9699",
823
+ "description": "A filled error surface under the pointer (a danger Button). Darkens in light, lightens in dark: away from its on-error text."
824
+ },
825
+ {
826
+ "name": "--color-status-error-active",
827
+ "path": [
828
+ "color",
829
+ "status",
830
+ "error-active"
831
+ ],
832
+ "type": "color",
833
+ "tier": "semantic",
834
+ "css": "light-dark(var(--color-red-800), var(--color-red-400))",
835
+ "light": "#86242a",
836
+ "dark": "#ea5459",
837
+ "description": "A filled error surface while pressed."
838
+ },
749
839
  {
750
840
  "name": "--color-status-info",
751
841
  "path": [
@@ -2119,6 +2209,169 @@
2119
2209
  "css": "var(--color-status-error-text)",
2120
2210
  "value": "#a52c30"
2121
2211
  },
2212
+ {
2213
+ "name": "--avatar-size-sm",
2214
+ "path": [
2215
+ "avatar",
2216
+ "size",
2217
+ "sm"
2218
+ ],
2219
+ "type": "dimension",
2220
+ "tier": "component",
2221
+ "css": "var(--size-control-sm)",
2222
+ "value": "2rem"
2223
+ },
2224
+ {
2225
+ "name": "--avatar-size-md",
2226
+ "path": [
2227
+ "avatar",
2228
+ "size",
2229
+ "md"
2230
+ ],
2231
+ "type": "dimension",
2232
+ "tier": "component",
2233
+ "css": "var(--size-control-md)",
2234
+ "value": "2.5rem"
2235
+ },
2236
+ {
2237
+ "name": "--avatar-size-lg",
2238
+ "path": [
2239
+ "avatar",
2240
+ "size",
2241
+ "lg"
2242
+ ],
2243
+ "type": "dimension",
2244
+ "tier": "component",
2245
+ "css": "calc(var(--size-control-md) * 1.4)",
2246
+ "value": "calc(2.5rem * 1.4)"
2247
+ },
2248
+ {
2249
+ "name": "--avatar-size-xl",
2250
+ "path": [
2251
+ "avatar",
2252
+ "size",
2253
+ "xl"
2254
+ ],
2255
+ "type": "dimension",
2256
+ "tier": "component",
2257
+ "css": "calc(var(--size-control-lg) * 2)",
2258
+ "value": "calc(3rem * 2)"
2259
+ },
2260
+ {
2261
+ "name": "--avatar-font-size-sm",
2262
+ "path": [
2263
+ "avatar",
2264
+ "font-size",
2265
+ "sm"
2266
+ ],
2267
+ "type": "dimension",
2268
+ "tier": "component",
2269
+ "css": "var(--font-size-xs)",
2270
+ "value": "0.75rem"
2271
+ },
2272
+ {
2273
+ "name": "--avatar-font-size-md",
2274
+ "path": [
2275
+ "avatar",
2276
+ "font-size",
2277
+ "md"
2278
+ ],
2279
+ "type": "dimension",
2280
+ "tier": "component",
2281
+ "css": "var(--font-size-sm)",
2282
+ "value": "0.875rem"
2283
+ },
2284
+ {
2285
+ "name": "--avatar-font-size-lg",
2286
+ "path": [
2287
+ "avatar",
2288
+ "font-size",
2289
+ "lg"
2290
+ ],
2291
+ "type": "dimension",
2292
+ "tier": "component",
2293
+ "css": "var(--font-size-lg)",
2294
+ "value": "1.125rem"
2295
+ },
2296
+ {
2297
+ "name": "--avatar-font-size-xl",
2298
+ "path": [
2299
+ "avatar",
2300
+ "font-size",
2301
+ "xl"
2302
+ ],
2303
+ "type": "dimension",
2304
+ "tier": "component",
2305
+ "css": "var(--font-size-2xl)",
2306
+ "value": "1.75rem"
2307
+ },
2308
+ {
2309
+ "name": "--avatar-bg",
2310
+ "path": [
2311
+ "avatar",
2312
+ "bg"
2313
+ ],
2314
+ "type": "color",
2315
+ "tier": "component",
2316
+ "css": "var(--color-status-neutral-subtle)",
2317
+ "value": "#ededf2"
2318
+ },
2319
+ {
2320
+ "name": "--avatar-border",
2321
+ "path": [
2322
+ "avatar",
2323
+ "border"
2324
+ ],
2325
+ "type": "color",
2326
+ "tier": "component",
2327
+ "css": "var(--color-border-default)",
2328
+ "value": "#d5d7de",
2329
+ "description": "Fallback only: the subtle fill barely separates from the base surface in light schemes."
2330
+ },
2331
+ {
2332
+ "name": "--avatar-border-width",
2333
+ "path": [
2334
+ "avatar",
2335
+ "border-width"
2336
+ ],
2337
+ "type": "dimension",
2338
+ "tier": "component",
2339
+ "css": "var(--size-hairline)",
2340
+ "value": "1px"
2341
+ },
2342
+ {
2343
+ "name": "--avatar-fg",
2344
+ "path": [
2345
+ "avatar",
2346
+ "fg"
2347
+ ],
2348
+ "type": "color",
2349
+ "tier": "component",
2350
+ "css": "var(--color-status-neutral-text)",
2351
+ "value": "#5a6072"
2352
+ },
2353
+ {
2354
+ "name": "--avatar-weight",
2355
+ "path": [
2356
+ "avatar",
2357
+ "weight"
2358
+ ],
2359
+ "type": "fontWeight",
2360
+ "tier": "component",
2361
+ "css": "var(--font-weight-semibold)",
2362
+ "value": "600"
2363
+ },
2364
+ {
2365
+ "name": "--avatar-radius",
2366
+ "path": [
2367
+ "avatar",
2368
+ "radius"
2369
+ ],
2370
+ "type": "dimension",
2371
+ "tier": "component",
2372
+ "css": "var(--radius-full)",
2373
+ "value": "9999px"
2374
+ },
2122
2375
  {
2123
2376
  "name": "--badge-radius",
2124
2377
  "path": [
@@ -2482,6 +2735,18 @@
2482
2735
  "css": "var(--color-status-error-text)",
2483
2736
  "value": "#a52c30"
2484
2737
  },
2738
+ {
2739
+ "name": "--badge-dot-size",
2740
+ "path": [
2741
+ "badge",
2742
+ "dot-size"
2743
+ ],
2744
+ "type": "dimension",
2745
+ "tier": "component",
2746
+ "css": "var(--space-2)",
2747
+ "value": "0.25rem",
2748
+ "description": "variant=\"dot\": a presence mark with no text."
2749
+ },
2485
2750
  {
2486
2751
  "name": "--button-radius",
2487
2752
  "path": [
@@ -2759,6 +3024,78 @@
2759
3024
  "css": "var(--color-action-primary-quiet)",
2760
3025
  "value": "#e8eafc"
2761
3026
  },
3027
+ {
3028
+ "name": "--button-danger-bg",
3029
+ "path": [
3030
+ "button",
3031
+ "danger",
3032
+ "bg"
3033
+ ],
3034
+ "type": "color",
3035
+ "tier": "component",
3036
+ "css": "var(--color-status-error)",
3037
+ "value": "#d0393e"
3038
+ },
3039
+ {
3040
+ "name": "--button-danger-bg-hover",
3041
+ "path": [
3042
+ "button",
3043
+ "danger",
3044
+ "bg-hover"
3045
+ ],
3046
+ "type": "color",
3047
+ "tier": "component",
3048
+ "css": "var(--color-status-error-hover)",
3049
+ "value": "#a52c30"
3050
+ },
3051
+ {
3052
+ "name": "--button-danger-bg-active",
3053
+ "path": [
3054
+ "button",
3055
+ "danger",
3056
+ "bg-active"
3057
+ ],
3058
+ "type": "color",
3059
+ "tier": "component",
3060
+ "css": "var(--color-status-error-active)",
3061
+ "value": "#86242a"
3062
+ },
3063
+ {
3064
+ "name": "--button-danger-fg",
3065
+ "path": [
3066
+ "button",
3067
+ "danger",
3068
+ "fg"
3069
+ ],
3070
+ "type": "color",
3071
+ "tier": "component",
3072
+ "css": "var(--color-status-on-error)",
3073
+ "value": "#ffffff"
3074
+ },
3075
+ {
3076
+ "name": "--button-danger-text",
3077
+ "path": [
3078
+ "button",
3079
+ "danger",
3080
+ "text"
3081
+ ],
3082
+ "type": "color",
3083
+ "tier": "component",
3084
+ "css": "var(--color-status-error-text)",
3085
+ "value": "#a52c30"
3086
+ },
3087
+ {
3088
+ "name": "--button-danger-quiet-bg-hover",
3089
+ "path": [
3090
+ "button",
3091
+ "danger",
3092
+ "quiet-bg-hover"
3093
+ ],
3094
+ "type": "color",
3095
+ "tier": "component",
3096
+ "css": "var(--color-status-error-subtle)",
3097
+ "value": "#fbe5e6"
3098
+ },
2762
3099
  {
2763
3100
  "name": "--button-focus-ring",
2764
3101
  "path": [
@@ -3529,107 +3866,118 @@
3529
3866
  "value": "140ms"
3530
3867
  },
3531
3868
  {
3532
- "name": "--combobox-radius",
3869
+ "name": "--chip-height-sm",
3533
3870
  "path": [
3534
- "combobox",
3535
- "radius"
3871
+ "chip",
3872
+ "height",
3873
+ "sm"
3536
3874
  ],
3537
3875
  "type": "dimension",
3538
3876
  "tier": "component",
3539
- "css": "var(--radius-control)",
3540
- "value": "3px"
3877
+ "css": "var(--space-5)",
3878
+ "value": "0.25rem"
3541
3879
  },
3542
3880
  {
3543
- "name": "--combobox-padding-inline",
3881
+ "name": "--chip-height-md",
3544
3882
  "path": [
3545
- "combobox",
3546
- "padding-inline"
3883
+ "chip",
3884
+ "height",
3885
+ "md"
3547
3886
  ],
3548
3887
  "type": "dimension",
3549
3888
  "tier": "component",
3550
- "css": "var(--space-3)",
3551
- "value": "0.25rem"
3889
+ "css": "var(--size-control-sm)",
3890
+ "value": "2rem"
3552
3891
  },
3553
3892
  {
3554
- "name": "--combobox-gap",
3893
+ "name": "--chip-height-lg",
3555
3894
  "path": [
3556
- "combobox",
3557
- "gap"
3895
+ "chip",
3896
+ "height",
3897
+ "lg"
3558
3898
  ],
3559
3899
  "type": "dimension",
3560
3900
  "tier": "component",
3561
- "css": "var(--space-2)",
3562
- "value": "0.25rem",
3563
- "description": "Between the control and its popover; carried as padding on the popover so no offset lives in code."
3901
+ "css": "var(--size-control-md)",
3902
+ "value": "2.5rem"
3564
3903
  },
3565
3904
  {
3566
- "name": "--combobox-height-sm",
3905
+ "name": "--chip-padding-x-sm",
3567
3906
  "path": [
3568
- "combobox",
3569
- "height",
3907
+ "chip",
3908
+ "padding-x",
3570
3909
  "sm"
3571
3910
  ],
3572
3911
  "type": "dimension",
3573
3912
  "tier": "component",
3574
- "css": "var(--size-control-sm)",
3575
- "value": "2rem"
3913
+ "css": "var(--space-2)",
3914
+ "value": "0.25rem"
3576
3915
  },
3577
3916
  {
3578
- "name": "--combobox-height-md",
3917
+ "name": "--chip-padding-x-md",
3579
3918
  "path": [
3580
- "combobox",
3581
- "height",
3919
+ "chip",
3920
+ "padding-x",
3582
3921
  "md"
3583
3922
  ],
3584
3923
  "type": "dimension",
3585
3924
  "tier": "component",
3586
- "css": "var(--size-control-md)",
3587
- "value": "2.5rem"
3925
+ "css": "var(--space-3)",
3926
+ "value": "0.25rem"
3588
3927
  },
3589
3928
  {
3590
- "name": "--combobox-height-lg",
3929
+ "name": "--chip-padding-x-lg",
3591
3930
  "path": [
3592
- "combobox",
3593
- "height",
3931
+ "chip",
3932
+ "padding-x",
3594
3933
  "lg"
3595
3934
  ],
3596
3935
  "type": "dimension",
3597
3936
  "tier": "component",
3598
- "css": "var(--size-control-lg)",
3599
- "value": "3rem"
3937
+ "css": "var(--space-4)",
3938
+ "value": "0.25rem"
3600
3939
  },
3601
3940
  {
3602
- "name": "--combobox-font-family",
3941
+ "name": "--chip-gap",
3603
3942
  "path": [
3604
- "combobox",
3605
- "font",
3606
- "family"
3943
+ "chip",
3944
+ "gap"
3607
3945
  ],
3608
- "type": "fontFamily",
3946
+ "type": "dimension",
3609
3947
  "tier": "component",
3610
- "css": "var(--font-family-body)",
3611
- "value": "'Instrument Sans Variable', 'Instrument Sans', system-ui, sans-serif"
3948
+ "css": "var(--space-1)",
3949
+ "value": "0.25rem"
3612
3950
  },
3613
3951
  {
3614
- "name": "--combobox-font-size-sm",
3952
+ "name": "--chip-font-size-sm",
3615
3953
  "path": [
3616
- "combobox",
3617
- "font",
3618
- "size",
3954
+ "chip",
3955
+ "font-size",
3619
3956
  "sm"
3620
3957
  ],
3621
3958
  "type": "dimension",
3622
3959
  "tier": "component",
3960
+ "css": "var(--font-size-xs)",
3961
+ "value": "0.75rem"
3962
+ },
3963
+ {
3964
+ "name": "--chip-font-size-md",
3965
+ "path": [
3966
+ "chip",
3967
+ "font-size",
3968
+ "md"
3969
+ ],
3970
+ "type": "dimension",
3971
+ "tier": "component",
3623
3972
  "css": "var(--font-size-sm)",
3624
3973
  "value": "0.875rem"
3625
3974
  },
3626
3975
  {
3627
- "name": "--combobox-font-size-md",
3976
+ "name": "--chip-font-size-lg",
3628
3977
  "path": [
3629
- "combobox",
3630
- "font",
3631
- "size",
3632
- "md"
3978
+ "chip",
3979
+ "font-size",
3980
+ "lg"
3633
3981
  ],
3634
3982
  "type": "dimension",
3635
3983
  "tier": "component",
@@ -3637,33 +3985,67 @@
3637
3985
  "value": "1rem"
3638
3986
  },
3639
3987
  {
3640
- "name": "--combobox-font-size-lg",
3988
+ "name": "--chip-weight",
3641
3989
  "path": [
3642
- "combobox",
3643
- "font",
3644
- "size",
3645
- "lg"
3990
+ "chip",
3991
+ "weight"
3992
+ ],
3993
+ "type": "fontWeight",
3994
+ "tier": "component",
3995
+ "css": "var(--font-weight-medium)",
3996
+ "value": "500"
3997
+ },
3998
+ {
3999
+ "name": "--chip-radius",
4000
+ "path": [
4001
+ "chip",
4002
+ "radius"
3646
4003
  ],
3647
4004
  "type": "dimension",
3648
4005
  "tier": "component",
3649
- "css": "var(--font-size-lg)",
3650
- "value": "1.125rem"
4006
+ "css": "var(--radius-full)",
4007
+ "value": "9999px"
3651
4008
  },
3652
4009
  {
3653
- "name": "--combobox-bg",
4010
+ "name": "--chip-border-width",
3654
4011
  "path": [
3655
- "combobox",
4012
+ "chip",
4013
+ "border-width"
4014
+ ],
4015
+ "type": "dimension",
4016
+ "tier": "component",
4017
+ "css": "var(--size-hairline)",
4018
+ "value": "1px"
4019
+ },
4020
+ {
4021
+ "name": "--chip-neutral-bg",
4022
+ "path": [
4023
+ "chip",
4024
+ "neutral",
3656
4025
  "bg"
3657
4026
  ],
3658
4027
  "type": "color",
3659
4028
  "tier": "component",
3660
- "css": "var(--color-surface-raised)",
3661
- "value": "#ffffff"
4029
+ "css": "var(--color-action-secondary)",
4030
+ "value": "#ededf2"
3662
4031
  },
3663
4032
  {
3664
- "name": "--combobox-fg",
4033
+ "name": "--chip-neutral-bg-hover",
3665
4034
  "path": [
3666
- "combobox",
4035
+ "chip",
4036
+ "neutral",
4037
+ "bg-hover"
4038
+ ],
4039
+ "type": "color",
4040
+ "tier": "component",
4041
+ "css": "var(--color-action-secondary-hover)",
4042
+ "value": "#e9ebf1"
4043
+ },
4044
+ {
4045
+ "name": "--chip-neutral-fg",
4046
+ "path": [
4047
+ "chip",
4048
+ "neutral",
3667
4049
  "fg"
3668
4050
  ],
3669
4051
  "type": "color",
@@ -3672,116 +4054,118 @@
3672
4054
  "value": "#0c0e14"
3673
4055
  },
3674
4056
  {
3675
- "name": "--combobox-placeholder",
4057
+ "name": "--chip-neutral-border",
3676
4058
  "path": [
3677
- "combobox",
3678
- "placeholder"
4059
+ "chip",
4060
+ "neutral",
4061
+ "border"
3679
4062
  ],
3680
4063
  "type": "color",
3681
4064
  "tier": "component",
3682
- "css": "var(--color-text-faint)",
3683
- "value": "#666c80"
4065
+ "css": "var(--color-border-default)",
4066
+ "value": "#d5d7de"
3684
4067
  },
3685
4068
  {
3686
- "name": "--combobox-icon",
4069
+ "name": "--chip-neutral-selected-bg",
3687
4070
  "path": [
3688
- "combobox",
3689
- "icon"
4071
+ "chip",
4072
+ "neutral",
4073
+ "selected-bg"
3690
4074
  ],
3691
4075
  "type": "color",
3692
4076
  "tier": "component",
3693
- "css": "var(--color-text-muted)",
3694
- "value": "#5a6072"
4077
+ "css": "var(--color-surface-inverse)",
4078
+ "value": "#0c0e14"
3695
4079
  },
3696
4080
  {
3697
- "name": "--combobox-icon-size",
4081
+ "name": "--chip-neutral-selected-fg",
3698
4082
  "path": [
3699
- "combobox",
3700
- "icon-size"
4083
+ "chip",
4084
+ "neutral",
4085
+ "selected-fg"
3701
4086
  ],
3702
- "type": "dimension",
4087
+ "type": "color",
3703
4088
  "tier": "component",
3704
- "css": "var(--space-6)",
3705
- "value": "0.25rem"
4089
+ "css": "var(--color-text-on-inverse)",
4090
+ "value": "#f3f4f7"
3706
4091
  },
3707
4092
  {
3708
- "name": "--combobox-border-default",
4093
+ "name": "--chip-action-bg",
3709
4094
  "path": [
3710
- "combobox",
3711
- "border",
3712
- "default"
4095
+ "chip",
4096
+ "action",
4097
+ "bg"
3713
4098
  ],
3714
4099
  "type": "color",
3715
4100
  "tier": "component",
3716
- "css": "var(--color-border-default)",
3717
- "value": "#d5d7de"
4101
+ "css": "var(--color-action-primary-quiet)",
4102
+ "value": "#e8eafc"
3718
4103
  },
3719
4104
  {
3720
- "name": "--combobox-border-hover",
4105
+ "name": "--chip-action-bg-hover",
3721
4106
  "path": [
3722
- "combobox",
3723
- "border",
3724
- "hover"
4107
+ "chip",
4108
+ "action",
4109
+ "bg-hover"
3725
4110
  ],
3726
4111
  "type": "color",
3727
4112
  "tier": "component",
3728
- "css": "var(--color-border-strong)",
3729
- "value": "#adb0bb"
4113
+ "css": "var(--color-action-primary-quiet)",
4114
+ "value": "#e8eafc"
3730
4115
  },
3731
4116
  {
3732
- "name": "--combobox-border-focus",
4117
+ "name": "--chip-action-fg",
3733
4118
  "path": [
3734
- "combobox",
3735
- "border",
3736
- "focus"
4119
+ "chip",
4120
+ "action",
4121
+ "fg"
3737
4122
  ],
3738
4123
  "type": "color",
3739
4124
  "tier": "component",
3740
- "css": "var(--color-border-focus)",
4125
+ "css": "var(--color-action-text)",
3741
4126
  "value": "#1e2ed6"
3742
4127
  },
3743
4128
  {
3744
- "name": "--combobox-border-invalid",
4129
+ "name": "--chip-action-border",
3745
4130
  "path": [
3746
- "combobox",
3747
- "border",
3748
- "invalid"
4131
+ "chip",
4132
+ "action",
4133
+ "border"
3749
4134
  ],
3750
4135
  "type": "color",
3751
4136
  "tier": "component",
3752
- "css": "var(--color-status-error)",
3753
- "value": "#d0393e"
4137
+ "css": "var(--color-action-primary-quiet)",
4138
+ "value": "#e8eafc"
3754
4139
  },
3755
4140
  {
3756
- "name": "--combobox-popover-shadow",
4141
+ "name": "--chip-action-selected-bg",
3757
4142
  "path": [
3758
- "combobox",
3759
- "popover",
3760
- "shadow"
4143
+ "chip",
4144
+ "action",
4145
+ "selected-bg"
3761
4146
  ],
3762
- "type": "shadow",
4147
+ "type": "color",
3763
4148
  "tier": "component",
3764
- "css": "var(--shadow-overlay)",
3765
- "value": "0px 16px 48px 0px #0c0e1433"
4149
+ "css": "var(--color-action-primary)",
4150
+ "value": "#1e2ed6"
3766
4151
  },
3767
4152
  {
3768
- "name": "--combobox-popover-duration",
4153
+ "name": "--chip-action-selected-fg",
3769
4154
  "path": [
3770
- "combobox",
3771
- "popover",
3772
- "duration"
4155
+ "chip",
4156
+ "action",
4157
+ "selected-fg"
3773
4158
  ],
3774
- "type": "duration",
4159
+ "type": "color",
3775
4160
  "tier": "component",
3776
- "css": "var(--motion-duration-fast)",
3777
- "value": "140ms"
4161
+ "css": "var(--color-text-on-action)",
4162
+ "value": "#ededf2"
3778
4163
  },
3779
4164
  {
3780
- "name": "--combobox-focus-ring",
4165
+ "name": "--chip-focus-ring",
3781
4166
  "path": [
3782
- "combobox",
3783
- "focus",
3784
- "ring"
4167
+ "chip",
4168
+ "focus-ring"
3785
4169
  ],
3786
4170
  "type": "color",
3787
4171
  "tier": "component",
@@ -3789,11 +4173,10 @@
3789
4173
  "value": "#1e2ed6"
3790
4174
  },
3791
4175
  {
3792
- "name": "--combobox-focus-ring-width",
4176
+ "name": "--chip-focus-ring-width",
3793
4177
  "path": [
3794
- "combobox",
3795
- "focus",
3796
- "ring-width"
4178
+ "chip",
4179
+ "focus-ring-width"
3797
4180
  ],
3798
4181
  "type": "dimension",
3799
4182
  "tier": "component",
@@ -3801,11 +4184,10 @@
3801
4184
  "value": "2px"
3802
4185
  },
3803
4186
  {
3804
- "name": "--combobox-focus-ring-offset",
4187
+ "name": "--chip-focus-ring-offset",
3805
4188
  "path": [
3806
- "combobox",
3807
- "focus",
3808
- "ring-offset"
4189
+ "chip",
4190
+ "focus-ring-offset"
3809
4191
  ],
3810
4192
  "type": "dimension",
3811
4193
  "tier": "component",
@@ -3813,21 +4195,9 @@
3813
4195
  "value": "2px"
3814
4196
  },
3815
4197
  {
3816
- "name": "--combobox-motion-duration",
4198
+ "name": "--combobox-radius",
3817
4199
  "path": [
3818
4200
  "combobox",
3819
- "motion",
3820
- "duration"
3821
- ],
3822
- "type": "duration",
3823
- "tier": "component",
3824
- "css": "var(--motion-duration-fast)",
3825
- "value": "140ms"
3826
- },
3827
- {
3828
- "name": "--date-picker-radius",
3829
- "path": [
3830
- "date-picker",
3831
4201
  "radius"
3832
4202
  ],
3833
4203
  "type": "dimension",
@@ -3836,9 +4206,9 @@
3836
4206
  "value": "3px"
3837
4207
  },
3838
4208
  {
3839
- "name": "--date-picker-padding-inline",
4209
+ "name": "--combobox-padding-inline",
3840
4210
  "path": [
3841
- "date-picker",
4211
+ "combobox",
3842
4212
  "padding-inline"
3843
4213
  ],
3844
4214
  "type": "dimension",
@@ -3847,9 +4217,9 @@
3847
4217
  "value": "0.25rem"
3848
4218
  },
3849
4219
  {
3850
- "name": "--date-picker-gap",
4220
+ "name": "--combobox-gap",
3851
4221
  "path": [
3852
- "date-picker",
4222
+ "combobox",
3853
4223
  "gap"
3854
4224
  ],
3855
4225
  "type": "dimension",
@@ -3859,9 +4229,9 @@
3859
4229
  "description": "Between the control and its popover; carried as padding on the popover so no offset lives in code."
3860
4230
  },
3861
4231
  {
3862
- "name": "--date-picker-height-sm",
4232
+ "name": "--combobox-height-sm",
3863
4233
  "path": [
3864
- "date-picker",
4234
+ "combobox",
3865
4235
  "height",
3866
4236
  "sm"
3867
4237
  ],
@@ -3871,9 +4241,9 @@
3871
4241
  "value": "2rem"
3872
4242
  },
3873
4243
  {
3874
- "name": "--date-picker-height-md",
4244
+ "name": "--combobox-height-md",
3875
4245
  "path": [
3876
- "date-picker",
4246
+ "combobox",
3877
4247
  "height",
3878
4248
  "md"
3879
4249
  ],
@@ -3883,9 +4253,9 @@
3883
4253
  "value": "2.5rem"
3884
4254
  },
3885
4255
  {
3886
- "name": "--date-picker-height-lg",
4256
+ "name": "--combobox-height-lg",
3887
4257
  "path": [
3888
- "date-picker",
4258
+ "combobox",
3889
4259
  "height",
3890
4260
  "lg"
3891
4261
  ],
@@ -3895,9 +4265,9 @@
3895
4265
  "value": "3rem"
3896
4266
  },
3897
4267
  {
3898
- "name": "--date-picker-font-family",
4268
+ "name": "--combobox-font-family",
3899
4269
  "path": [
3900
- "date-picker",
4270
+ "combobox",
3901
4271
  "font",
3902
4272
  "family"
3903
4273
  ],
@@ -3907,9 +4277,9 @@
3907
4277
  "value": "'Instrument Sans Variable', 'Instrument Sans', system-ui, sans-serif"
3908
4278
  },
3909
4279
  {
3910
- "name": "--date-picker-font-size-sm",
4280
+ "name": "--combobox-font-size-sm",
3911
4281
  "path": [
3912
- "date-picker",
4282
+ "combobox",
3913
4283
  "font",
3914
4284
  "size",
3915
4285
  "sm"
@@ -3920,9 +4290,9 @@
3920
4290
  "value": "0.875rem"
3921
4291
  },
3922
4292
  {
3923
- "name": "--date-picker-font-size-md",
4293
+ "name": "--combobox-font-size-md",
3924
4294
  "path": [
3925
- "date-picker",
4295
+ "combobox",
3926
4296
  "font",
3927
4297
  "size",
3928
4298
  "md"
@@ -3933,9 +4303,9 @@
3933
4303
  "value": "1rem"
3934
4304
  },
3935
4305
  {
3936
- "name": "--date-picker-font-size-lg",
4306
+ "name": "--combobox-font-size-lg",
3937
4307
  "path": [
3938
- "date-picker",
4308
+ "combobox",
3939
4309
  "font",
3940
4310
  "size",
3941
4311
  "lg"
@@ -3946,9 +4316,9 @@
3946
4316
  "value": "1.125rem"
3947
4317
  },
3948
4318
  {
3949
- "name": "--date-picker-bg",
4319
+ "name": "--combobox-bg",
3950
4320
  "path": [
3951
- "date-picker",
4321
+ "combobox",
3952
4322
  "bg"
3953
4323
  ],
3954
4324
  "type": "color",
@@ -3957,9 +4327,9 @@
3957
4327
  "value": "#ffffff"
3958
4328
  },
3959
4329
  {
3960
- "name": "--date-picker-fg",
4330
+ "name": "--combobox-fg",
3961
4331
  "path": [
3962
- "date-picker",
4332
+ "combobox",
3963
4333
  "fg"
3964
4334
  ],
3965
4335
  "type": "color",
@@ -3968,9 +4338,9 @@
3968
4338
  "value": "#0c0e14"
3969
4339
  },
3970
4340
  {
3971
- "name": "--date-picker-placeholder",
4341
+ "name": "--combobox-placeholder",
3972
4342
  "path": [
3973
- "date-picker",
4343
+ "combobox",
3974
4344
  "placeholder"
3975
4345
  ],
3976
4346
  "type": "color",
@@ -3979,9 +4349,9 @@
3979
4349
  "value": "#666c80"
3980
4350
  },
3981
4351
  {
3982
- "name": "--date-picker-icon",
4352
+ "name": "--combobox-icon",
3983
4353
  "path": [
3984
- "date-picker",
4354
+ "combobox",
3985
4355
  "icon"
3986
4356
  ],
3987
4357
  "type": "color",
@@ -3990,9 +4360,9 @@
3990
4360
  "value": "#5a6072"
3991
4361
  },
3992
4362
  {
3993
- "name": "--date-picker-icon-size",
4363
+ "name": "--combobox-icon-size",
3994
4364
  "path": [
3995
- "date-picker",
4365
+ "combobox",
3996
4366
  "icon-size"
3997
4367
  ],
3998
4368
  "type": "dimension",
@@ -4001,9 +4371,9 @@
4001
4371
  "value": "0.25rem"
4002
4372
  },
4003
4373
  {
4004
- "name": "--date-picker-border-default",
4374
+ "name": "--combobox-border-default",
4005
4375
  "path": [
4006
- "date-picker",
4376
+ "combobox",
4007
4377
  "border",
4008
4378
  "default"
4009
4379
  ],
@@ -4013,9 +4383,9 @@
4013
4383
  "value": "#d5d7de"
4014
4384
  },
4015
4385
  {
4016
- "name": "--date-picker-border-hover",
4386
+ "name": "--combobox-border-hover",
4017
4387
  "path": [
4018
- "date-picker",
4388
+ "combobox",
4019
4389
  "border",
4020
4390
  "hover"
4021
4391
  ],
@@ -4025,9 +4395,9 @@
4025
4395
  "value": "#adb0bb"
4026
4396
  },
4027
4397
  {
4028
- "name": "--date-picker-border-focus",
4398
+ "name": "--combobox-border-focus",
4029
4399
  "path": [
4030
- "date-picker",
4400
+ "combobox",
4031
4401
  "border",
4032
4402
  "focus"
4033
4403
  ],
@@ -4037,9 +4407,9 @@
4037
4407
  "value": "#1e2ed6"
4038
4408
  },
4039
4409
  {
4040
- "name": "--date-picker-border-invalid",
4410
+ "name": "--combobox-border-invalid",
4041
4411
  "path": [
4042
- "date-picker",
4412
+ "combobox",
4043
4413
  "border",
4044
4414
  "invalid"
4045
4415
  ],
@@ -4049,9 +4419,9 @@
4049
4419
  "value": "#d0393e"
4050
4420
  },
4051
4421
  {
4052
- "name": "--date-picker-popover-shadow",
4422
+ "name": "--combobox-popover-shadow",
4053
4423
  "path": [
4054
- "date-picker",
4424
+ "combobox",
4055
4425
  "popover",
4056
4426
  "shadow"
4057
4427
  ],
@@ -4061,9 +4431,9 @@
4061
4431
  "value": "0px 16px 48px 0px #0c0e1433"
4062
4432
  },
4063
4433
  {
4064
- "name": "--date-picker-popover-duration",
4434
+ "name": "--combobox-popover-duration",
4065
4435
  "path": [
4066
- "date-picker",
4436
+ "combobox",
4067
4437
  "popover",
4068
4438
  "duration"
4069
4439
  ],
@@ -4073,9 +4443,22 @@
4073
4443
  "value": "140ms"
4074
4444
  },
4075
4445
  {
4076
- "name": "--date-picker-focus-ring",
4446
+ "name": "--combobox-popover-bg",
4077
4447
  "path": [
4078
- "date-picker",
4448
+ "combobox",
4449
+ "popover",
4450
+ "bg"
4451
+ ],
4452
+ "type": "color",
4453
+ "tier": "component",
4454
+ "css": "var(--color-surface-overlay)",
4455
+ "value": "#ffffff",
4456
+ "description": "The list floats: the overlay surface, not the inline Listbox's."
4457
+ },
4458
+ {
4459
+ "name": "--combobox-focus-ring",
4460
+ "path": [
4461
+ "combobox",
4079
4462
  "focus",
4080
4463
  "ring"
4081
4464
  ],
@@ -4085,9 +4468,9 @@
4085
4468
  "value": "#1e2ed6"
4086
4469
  },
4087
4470
  {
4088
- "name": "--date-picker-focus-ring-width",
4471
+ "name": "--combobox-focus-ring-width",
4089
4472
  "path": [
4090
- "date-picker",
4473
+ "combobox",
4091
4474
  "focus",
4092
4475
  "ring-width"
4093
4476
  ],
@@ -4097,9 +4480,9 @@
4097
4480
  "value": "2px"
4098
4481
  },
4099
4482
  {
4100
- "name": "--date-picker-focus-ring-offset",
4483
+ "name": "--combobox-focus-ring-offset",
4101
4484
  "path": [
4102
- "date-picker",
4485
+ "combobox",
4103
4486
  "focus",
4104
4487
  "ring-offset"
4105
4488
  ],
@@ -4109,9 +4492,9 @@
4109
4492
  "value": "2px"
4110
4493
  },
4111
4494
  {
4112
- "name": "--date-picker-motion-duration",
4495
+ "name": "--combobox-motion-duration",
4113
4496
  "path": [
4114
- "date-picker",
4497
+ "combobox",
4115
4498
  "motion",
4116
4499
  "duration"
4117
4500
  ],
@@ -4121,115 +4504,141 @@
4121
4504
  "value": "140ms"
4122
4505
  },
4123
4506
  {
4124
- "name": "--date-picker-segment-padding-inline",
4507
+ "name": "--date-picker-radius",
4508
+ "path": [
4509
+ "date-picker",
4510
+ "radius"
4511
+ ],
4512
+ "type": "dimension",
4513
+ "tier": "component",
4514
+ "css": "var(--radius-control)",
4515
+ "value": "3px"
4516
+ },
4517
+ {
4518
+ "name": "--date-picker-padding-inline",
4125
4519
  "path": [
4126
4520
  "date-picker",
4127
- "segment",
4128
4521
  "padding-inline"
4129
4522
  ],
4130
4523
  "type": "dimension",
4131
4524
  "tier": "component",
4132
- "css": "var(--space-1)",
4525
+ "css": "var(--space-3)",
4133
4526
  "value": "0.25rem"
4134
4527
  },
4135
4528
  {
4136
- "name": "--date-picker-segment-radius",
4529
+ "name": "--date-picker-gap",
4137
4530
  "path": [
4138
4531
  "date-picker",
4139
- "segment",
4140
- "radius"
4532
+ "gap"
4141
4533
  ],
4142
4534
  "type": "dimension",
4143
4535
  "tier": "component",
4144
- "css": "var(--radius-control)",
4145
- "value": "3px"
4536
+ "css": "var(--space-2)",
4537
+ "value": "0.25rem",
4538
+ "description": "Between the control and its popover; carried as padding on the popover so no offset lives in code."
4146
4539
  },
4147
4540
  {
4148
- "name": "--date-picker-segment-bg-focus",
4541
+ "name": "--date-picker-height-sm",
4149
4542
  "path": [
4150
4543
  "date-picker",
4151
- "segment",
4152
- "bg-focus"
4544
+ "height",
4545
+ "sm"
4153
4546
  ],
4154
- "type": "color",
4547
+ "type": "dimension",
4155
4548
  "tier": "component",
4156
- "css": "var(--color-action-primary-quiet)",
4157
- "value": "#e8eafc"
4549
+ "css": "var(--size-control-sm)",
4550
+ "value": "2rem"
4158
4551
  },
4159
4552
  {
4160
- "name": "--date-picker-segment-fg-placeholder",
4553
+ "name": "--date-picker-height-md",
4161
4554
  "path": [
4162
4555
  "date-picker",
4163
- "segment",
4164
- "fg-placeholder"
4556
+ "height",
4557
+ "md"
4165
4558
  ],
4166
- "type": "color",
4559
+ "type": "dimension",
4167
4560
  "tier": "component",
4168
- "css": "var(--color-text-faint)",
4169
- "value": "#666c80"
4561
+ "css": "var(--size-control-md)",
4562
+ "value": "2.5rem"
4170
4563
  },
4171
4564
  {
4172
- "name": "--date-picker-dialog-bg",
4565
+ "name": "--date-picker-height-lg",
4173
4566
  "path": [
4174
4567
  "date-picker",
4175
- "dialog",
4176
- "bg"
4568
+ "height",
4569
+ "lg"
4177
4570
  ],
4178
- "type": "color",
4571
+ "type": "dimension",
4179
4572
  "tier": "component",
4180
- "css": "var(--color-surface-raised)",
4181
- "value": "#ffffff"
4573
+ "css": "var(--size-control-lg)",
4574
+ "value": "3rem"
4182
4575
  },
4183
4576
  {
4184
- "name": "--date-picker-dialog-border",
4577
+ "name": "--date-picker-font-family",
4185
4578
  "path": [
4186
4579
  "date-picker",
4187
- "dialog",
4188
- "border"
4580
+ "font",
4581
+ "family"
4189
4582
  ],
4190
- "type": "color",
4583
+ "type": "fontFamily",
4191
4584
  "tier": "component",
4192
- "css": "var(--color-border-default)",
4193
- "value": "#d5d7de"
4585
+ "css": "var(--font-family-body)",
4586
+ "value": "'Instrument Sans Variable', 'Instrument Sans', system-ui, sans-serif"
4194
4587
  },
4195
4588
  {
4196
- "name": "--date-picker-dialog-radius",
4589
+ "name": "--date-picker-font-size-sm",
4197
4590
  "path": [
4198
4591
  "date-picker",
4199
- "dialog",
4200
- "radius"
4592
+ "font",
4593
+ "size",
4594
+ "sm"
4201
4595
  ],
4202
4596
  "type": "dimension",
4203
4597
  "tier": "component",
4204
- "css": "var(--radius-surface)",
4205
- "value": "10px"
4598
+ "css": "var(--font-size-sm)",
4599
+ "value": "0.875rem"
4206
4600
  },
4207
4601
  {
4208
- "name": "--dialog-surface",
4602
+ "name": "--date-picker-font-size-md",
4209
4603
  "path": [
4210
- "dialog",
4211
- "surface"
4604
+ "date-picker",
4605
+ "font",
4606
+ "size",
4607
+ "md"
4212
4608
  ],
4213
- "type": "color",
4609
+ "type": "dimension",
4214
4610
  "tier": "component",
4215
- "css": "var(--color-surface-raised)",
4216
- "value": "#ffffff"
4611
+ "css": "var(--font-size-md)",
4612
+ "value": "1rem"
4217
4613
  },
4218
4614
  {
4219
- "name": "--dialog-surface-subtle",
4615
+ "name": "--date-picker-font-size-lg",
4220
4616
  "path": [
4221
- "dialog",
4222
- "surface-subtle"
4617
+ "date-picker",
4618
+ "font",
4619
+ "size",
4620
+ "lg"
4621
+ ],
4622
+ "type": "dimension",
4623
+ "tier": "component",
4624
+ "css": "var(--font-size-lg)",
4625
+ "value": "1.125rem"
4626
+ },
4627
+ {
4628
+ "name": "--date-picker-bg",
4629
+ "path": [
4630
+ "date-picker",
4631
+ "bg"
4223
4632
  ],
4224
4633
  "type": "color",
4225
4634
  "tier": "component",
4226
- "css": "var(--color-surface-sunken)",
4227
- "value": "#e9ebf1"
4635
+ "css": "var(--color-surface-raised)",
4636
+ "value": "#ffffff"
4228
4637
  },
4229
4638
  {
4230
- "name": "--dialog-fg",
4639
+ "name": "--date-picker-fg",
4231
4640
  "path": [
4232
- "dialog",
4641
+ "date-picker",
4233
4642
  "fg"
4234
4643
  ],
4235
4644
  "type": "color",
@@ -4238,10 +4647,21 @@
4238
4647
  "value": "#0c0e14"
4239
4648
  },
4240
4649
  {
4241
- "name": "--dialog-fg-muted",
4650
+ "name": "--date-picker-placeholder",
4242
4651
  "path": [
4243
- "dialog",
4244
- "fg-muted"
4652
+ "date-picker",
4653
+ "placeholder"
4654
+ ],
4655
+ "type": "color",
4656
+ "tier": "component",
4657
+ "css": "var(--color-text-faint)",
4658
+ "value": "#666c80"
4659
+ },
4660
+ {
4661
+ "name": "--date-picker-icon",
4662
+ "path": [
4663
+ "date-picker",
4664
+ "icon"
4245
4665
  ],
4246
4666
  "type": "color",
4247
4667
  "tier": "component",
@@ -4249,21 +4669,22 @@
4249
4669
  "value": "#5a6072"
4250
4670
  },
4251
4671
  {
4252
- "name": "--dialog-backdrop",
4672
+ "name": "--date-picker-icon-size",
4253
4673
  "path": [
4254
- "dialog",
4255
- "backdrop"
4674
+ "date-picker",
4675
+ "icon-size"
4256
4676
  ],
4257
- "type": "color",
4677
+ "type": "dimension",
4258
4678
  "tier": "component",
4259
- "css": "var(--color-overlay-backdrop)",
4260
- "value": "#0c0e1499"
4679
+ "css": "var(--space-6)",
4680
+ "value": "0.25rem"
4261
4681
  },
4262
4682
  {
4263
- "name": "--dialog-border",
4683
+ "name": "--date-picker-border-default",
4264
4684
  "path": [
4265
- "dialog",
4266
- "border"
4685
+ "date-picker",
4686
+ "border",
4687
+ "default"
4267
4688
  ],
4268
4689
  "type": "color",
4269
4690
  "tier": "component",
@@ -4271,7 +4692,265 @@
4271
4692
  "value": "#d5d7de"
4272
4693
  },
4273
4694
  {
4274
- "name": "--dialog-border-hover",
4695
+ "name": "--date-picker-border-hover",
4696
+ "path": [
4697
+ "date-picker",
4698
+ "border",
4699
+ "hover"
4700
+ ],
4701
+ "type": "color",
4702
+ "tier": "component",
4703
+ "css": "var(--color-border-strong)",
4704
+ "value": "#adb0bb"
4705
+ },
4706
+ {
4707
+ "name": "--date-picker-border-focus",
4708
+ "path": [
4709
+ "date-picker",
4710
+ "border",
4711
+ "focus"
4712
+ ],
4713
+ "type": "color",
4714
+ "tier": "component",
4715
+ "css": "var(--color-border-focus)",
4716
+ "value": "#1e2ed6"
4717
+ },
4718
+ {
4719
+ "name": "--date-picker-border-invalid",
4720
+ "path": [
4721
+ "date-picker",
4722
+ "border",
4723
+ "invalid"
4724
+ ],
4725
+ "type": "color",
4726
+ "tier": "component",
4727
+ "css": "var(--color-status-error)",
4728
+ "value": "#d0393e"
4729
+ },
4730
+ {
4731
+ "name": "--date-picker-popover-shadow",
4732
+ "path": [
4733
+ "date-picker",
4734
+ "popover",
4735
+ "shadow"
4736
+ ],
4737
+ "type": "shadow",
4738
+ "tier": "component",
4739
+ "css": "var(--shadow-overlay)",
4740
+ "value": "0px 16px 48px 0px #0c0e1433"
4741
+ },
4742
+ {
4743
+ "name": "--date-picker-popover-duration",
4744
+ "path": [
4745
+ "date-picker",
4746
+ "popover",
4747
+ "duration"
4748
+ ],
4749
+ "type": "duration",
4750
+ "tier": "component",
4751
+ "css": "var(--motion-duration-fast)",
4752
+ "value": "140ms"
4753
+ },
4754
+ {
4755
+ "name": "--date-picker-focus-ring",
4756
+ "path": [
4757
+ "date-picker",
4758
+ "focus",
4759
+ "ring"
4760
+ ],
4761
+ "type": "color",
4762
+ "tier": "component",
4763
+ "css": "var(--color-border-focus)",
4764
+ "value": "#1e2ed6"
4765
+ },
4766
+ {
4767
+ "name": "--date-picker-focus-ring-width",
4768
+ "path": [
4769
+ "date-picker",
4770
+ "focus",
4771
+ "ring-width"
4772
+ ],
4773
+ "type": "dimension",
4774
+ "tier": "component",
4775
+ "css": "var(--focus-ring-width)",
4776
+ "value": "2px"
4777
+ },
4778
+ {
4779
+ "name": "--date-picker-focus-ring-offset",
4780
+ "path": [
4781
+ "date-picker",
4782
+ "focus",
4783
+ "ring-offset"
4784
+ ],
4785
+ "type": "dimension",
4786
+ "tier": "component",
4787
+ "css": "var(--focus-ring-offset)",
4788
+ "value": "2px"
4789
+ },
4790
+ {
4791
+ "name": "--date-picker-motion-duration",
4792
+ "path": [
4793
+ "date-picker",
4794
+ "motion",
4795
+ "duration"
4796
+ ],
4797
+ "type": "duration",
4798
+ "tier": "component",
4799
+ "css": "var(--motion-duration-fast)",
4800
+ "value": "140ms"
4801
+ },
4802
+ {
4803
+ "name": "--date-picker-segment-padding-inline",
4804
+ "path": [
4805
+ "date-picker",
4806
+ "segment",
4807
+ "padding-inline"
4808
+ ],
4809
+ "type": "dimension",
4810
+ "tier": "component",
4811
+ "css": "var(--space-1)",
4812
+ "value": "0.25rem"
4813
+ },
4814
+ {
4815
+ "name": "--date-picker-segment-radius",
4816
+ "path": [
4817
+ "date-picker",
4818
+ "segment",
4819
+ "radius"
4820
+ ],
4821
+ "type": "dimension",
4822
+ "tier": "component",
4823
+ "css": "var(--radius-control)",
4824
+ "value": "3px"
4825
+ },
4826
+ {
4827
+ "name": "--date-picker-segment-bg-focus",
4828
+ "path": [
4829
+ "date-picker",
4830
+ "segment",
4831
+ "bg-focus"
4832
+ ],
4833
+ "type": "color",
4834
+ "tier": "component",
4835
+ "css": "var(--color-action-primary-quiet)",
4836
+ "value": "#e8eafc"
4837
+ },
4838
+ {
4839
+ "name": "--date-picker-segment-fg-placeholder",
4840
+ "path": [
4841
+ "date-picker",
4842
+ "segment",
4843
+ "fg-placeholder"
4844
+ ],
4845
+ "type": "color",
4846
+ "tier": "component",
4847
+ "css": "var(--color-text-faint)",
4848
+ "value": "#666c80"
4849
+ },
4850
+ {
4851
+ "name": "--date-picker-dialog-bg",
4852
+ "path": [
4853
+ "date-picker",
4854
+ "dialog",
4855
+ "bg"
4856
+ ],
4857
+ "type": "color",
4858
+ "tier": "component",
4859
+ "css": "var(--color-surface-overlay)",
4860
+ "value": "#ffffff"
4861
+ },
4862
+ {
4863
+ "name": "--date-picker-dialog-border",
4864
+ "path": [
4865
+ "date-picker",
4866
+ "dialog",
4867
+ "border"
4868
+ ],
4869
+ "type": "color",
4870
+ "tier": "component",
4871
+ "css": "var(--color-border-default)",
4872
+ "value": "#d5d7de"
4873
+ },
4874
+ {
4875
+ "name": "--date-picker-dialog-radius",
4876
+ "path": [
4877
+ "date-picker",
4878
+ "dialog",
4879
+ "radius"
4880
+ ],
4881
+ "type": "dimension",
4882
+ "tier": "component",
4883
+ "css": "var(--radius-surface)",
4884
+ "value": "10px"
4885
+ },
4886
+ {
4887
+ "name": "--dialog-surface",
4888
+ "path": [
4889
+ "dialog",
4890
+ "surface"
4891
+ ],
4892
+ "type": "color",
4893
+ "tier": "component",
4894
+ "css": "var(--color-surface-overlay)",
4895
+ "value": "#ffffff"
4896
+ },
4897
+ {
4898
+ "name": "--dialog-surface-subtle",
4899
+ "path": [
4900
+ "dialog",
4901
+ "surface-subtle"
4902
+ ],
4903
+ "type": "color",
4904
+ "tier": "component",
4905
+ "css": "var(--color-surface-sunken)",
4906
+ "value": "#e9ebf1"
4907
+ },
4908
+ {
4909
+ "name": "--dialog-fg",
4910
+ "path": [
4911
+ "dialog",
4912
+ "fg"
4913
+ ],
4914
+ "type": "color",
4915
+ "tier": "component",
4916
+ "css": "var(--color-text-default)",
4917
+ "value": "#0c0e14"
4918
+ },
4919
+ {
4920
+ "name": "--dialog-fg-muted",
4921
+ "path": [
4922
+ "dialog",
4923
+ "fg-muted"
4924
+ ],
4925
+ "type": "color",
4926
+ "tier": "component",
4927
+ "css": "var(--color-text-muted)",
4928
+ "value": "#5a6072"
4929
+ },
4930
+ {
4931
+ "name": "--dialog-backdrop",
4932
+ "path": [
4933
+ "dialog",
4934
+ "backdrop"
4935
+ ],
4936
+ "type": "color",
4937
+ "tier": "component",
4938
+ "css": "var(--color-overlay-backdrop)",
4939
+ "value": "#0c0e1499"
4940
+ },
4941
+ {
4942
+ "name": "--dialog-border",
4943
+ "path": [
4944
+ "dialog",
4945
+ "border"
4946
+ ],
4947
+ "type": "color",
4948
+ "tier": "component",
4949
+ "css": "var(--color-border-default)",
4950
+ "value": "#d5d7de"
4951
+ },
4952
+ {
4953
+ "name": "--dialog-border-hover",
4275
4954
  "path": [
4276
4955
  "dialog",
4277
4956
  "border-hover"
@@ -4467,6 +5146,160 @@
4467
5146
  "css": "var(--motion-easing-standard)",
4468
5147
  "value": "cubic-bezier(0.2, 0.7, 0.3, 1)"
4469
5148
  },
5149
+ {
5150
+ "name": "--divider-color",
5151
+ "path": [
5152
+ "divider",
5153
+ "color"
5154
+ ],
5155
+ "type": "color",
5156
+ "tier": "component",
5157
+ "css": "var(--color-border-default)",
5158
+ "value": "#d5d7de"
5159
+ },
5160
+ {
5161
+ "name": "--divider-thickness",
5162
+ "path": [
5163
+ "divider",
5164
+ "thickness"
5165
+ ],
5166
+ "type": "dimension",
5167
+ "tier": "component",
5168
+ "css": "var(--size-hairline)",
5169
+ "value": "1px"
5170
+ },
5171
+ {
5172
+ "name": "--divider-spacing-sm",
5173
+ "path": [
5174
+ "divider",
5175
+ "spacing",
5176
+ "sm"
5177
+ ],
5178
+ "type": "dimension",
5179
+ "tier": "component",
5180
+ "css": "var(--space-2)",
5181
+ "value": "0.25rem"
5182
+ },
5183
+ {
5184
+ "name": "--divider-spacing-md",
5185
+ "path": [
5186
+ "divider",
5187
+ "spacing",
5188
+ "md"
5189
+ ],
5190
+ "type": "dimension",
5191
+ "tier": "component",
5192
+ "css": "var(--space-4)",
5193
+ "value": "0.25rem"
5194
+ },
5195
+ {
5196
+ "name": "--divider-spacing-lg",
5197
+ "path": [
5198
+ "divider",
5199
+ "spacing",
5200
+ "lg"
5201
+ ],
5202
+ "type": "dimension",
5203
+ "tier": "component",
5204
+ "css": "var(--space-6)",
5205
+ "value": "0.25rem"
5206
+ },
5207
+ {
5208
+ "name": "--empty-state-padding",
5209
+ "path": [
5210
+ "empty-state",
5211
+ "padding"
5212
+ ],
5213
+ "type": "dimension",
5214
+ "tier": "component",
5215
+ "css": "var(--space-6)",
5216
+ "value": "0.25rem"
5217
+ },
5218
+ {
5219
+ "name": "--empty-state-icon-size",
5220
+ "path": [
5221
+ "empty-state",
5222
+ "icon",
5223
+ "size"
5224
+ ],
5225
+ "type": "dimension",
5226
+ "tier": "component",
5227
+ "css": "var(--size-control-lg)",
5228
+ "value": "3rem",
5229
+ "description": "The disc the glyph sits in."
5230
+ },
5231
+ {
5232
+ "name": "--empty-state-icon-glyph-size",
5233
+ "path": [
5234
+ "empty-state",
5235
+ "icon",
5236
+ "glyph-size"
5237
+ ],
5238
+ "type": "dimension",
5239
+ "tier": "component",
5240
+ "css": "var(--font-size-xl)",
5241
+ "value": "1.375rem"
5242
+ },
5243
+ {
5244
+ "name": "--empty-state-icon-radius",
5245
+ "path": [
5246
+ "empty-state",
5247
+ "icon",
5248
+ "radius"
5249
+ ],
5250
+ "type": "dimension",
5251
+ "tier": "component",
5252
+ "css": "var(--radius-full)",
5253
+ "value": "9999px"
5254
+ },
5255
+ {
5256
+ "name": "--empty-state-icon-neutral-bg",
5257
+ "path": [
5258
+ "empty-state",
5259
+ "icon",
5260
+ "neutral-bg"
5261
+ ],
5262
+ "type": "color",
5263
+ "tier": "component",
5264
+ "css": "var(--color-status-neutral-subtle)",
5265
+ "value": "#ededf2"
5266
+ },
5267
+ {
5268
+ "name": "--empty-state-icon-neutral-fg",
5269
+ "path": [
5270
+ "empty-state",
5271
+ "icon",
5272
+ "neutral-fg"
5273
+ ],
5274
+ "type": "color",
5275
+ "tier": "component",
5276
+ "css": "var(--color-status-neutral-text)",
5277
+ "value": "#5a6072"
5278
+ },
5279
+ {
5280
+ "name": "--empty-state-icon-error-bg",
5281
+ "path": [
5282
+ "empty-state",
5283
+ "icon",
5284
+ "error-bg"
5285
+ ],
5286
+ "type": "color",
5287
+ "tier": "component",
5288
+ "css": "var(--color-status-error-subtle)",
5289
+ "value": "#fbe5e6"
5290
+ },
5291
+ {
5292
+ "name": "--empty-state-icon-error-fg",
5293
+ "path": [
5294
+ "empty-state",
5295
+ "icon",
5296
+ "error-fg"
5297
+ ],
5298
+ "type": "color",
5299
+ "tier": "component",
5300
+ "css": "var(--color-status-error-text)",
5301
+ "value": "#a52c30"
5302
+ },
4470
5303
  {
4471
5304
  "name": "--field-gap",
4472
5305
  "path": [
@@ -4871,6 +5704,119 @@
4871
5704
  "css": "var(--space-8)",
4872
5705
  "value": "0.25rem"
4873
5706
  },
5707
+ {
5708
+ "name": "--link-tone-action",
5709
+ "path": [
5710
+ "link",
5711
+ "tone",
5712
+ "action"
5713
+ ],
5714
+ "type": "color",
5715
+ "tier": "component",
5716
+ "css": "var(--color-action-text)",
5717
+ "value": "#1e2ed6"
5718
+ },
5719
+ {
5720
+ "name": "--link-tone-default",
5721
+ "path": [
5722
+ "link",
5723
+ "tone",
5724
+ "default"
5725
+ ],
5726
+ "type": "color",
5727
+ "tier": "component",
5728
+ "css": "var(--color-text-default)",
5729
+ "value": "#0c0e14"
5730
+ },
5731
+ {
5732
+ "name": "--link-tone-muted",
5733
+ "path": [
5734
+ "link",
5735
+ "tone",
5736
+ "muted"
5737
+ ],
5738
+ "type": "color",
5739
+ "tier": "component",
5740
+ "css": "var(--color-text-muted)",
5741
+ "value": "#5a6072"
5742
+ },
5743
+ {
5744
+ "name": "--link-hover",
5745
+ "path": [
5746
+ "link",
5747
+ "hover"
5748
+ ],
5749
+ "type": "color",
5750
+ "tier": "component",
5751
+ "css": "var(--color-text-default)",
5752
+ "value": "#0c0e14"
5753
+ },
5754
+ {
5755
+ "name": "--link-weight",
5756
+ "path": [
5757
+ "link",
5758
+ "weight"
5759
+ ],
5760
+ "type": "fontWeight",
5761
+ "tier": "component",
5762
+ "css": "var(--font-weight-medium)",
5763
+ "value": "500"
5764
+ },
5765
+ {
5766
+ "name": "--link-radius",
5767
+ "path": [
5768
+ "link",
5769
+ "radius"
5770
+ ],
5771
+ "type": "dimension",
5772
+ "tier": "component",
5773
+ "css": "var(--radius-control)",
5774
+ "value": "3px"
5775
+ },
5776
+ {
5777
+ "name": "--link-focus-ring-width",
5778
+ "path": [
5779
+ "link",
5780
+ "focus-ring-width"
5781
+ ],
5782
+ "type": "dimension",
5783
+ "tier": "component",
5784
+ "css": "var(--focus-ring-width)",
5785
+ "value": "2px"
5786
+ },
5787
+ {
5788
+ "name": "--link-focus-ring-offset",
5789
+ "path": [
5790
+ "link",
5791
+ "focus-ring-offset"
5792
+ ],
5793
+ "type": "dimension",
5794
+ "tier": "component",
5795
+ "css": "var(--focus-ring-offset)",
5796
+ "value": "2px"
5797
+ },
5798
+ {
5799
+ "name": "--link-focus-ring-color",
5800
+ "path": [
5801
+ "link",
5802
+ "focus-ring-color"
5803
+ ],
5804
+ "type": "color",
5805
+ "tier": "component",
5806
+ "css": "var(--color-border-focus)",
5807
+ "value": "#1e2ed6"
5808
+ },
5809
+ {
5810
+ "name": "--link-duration",
5811
+ "path": [
5812
+ "link",
5813
+ "duration"
5814
+ ],
5815
+ "type": "duration",
5816
+ "tier": "component",
5817
+ "css": "var(--motion-duration-fast)",
5818
+ "value": "140ms"
5819
+ },
4874
5820
  {
4875
5821
  "name": "--listbox-bg",
4876
5822
  "path": [
@@ -5161,7 +6107,7 @@
5161
6107
  ],
5162
6108
  "type": "color",
5163
6109
  "tier": "component",
5164
- "css": "var(--color-surface-raised)",
6110
+ "css": "var(--color-surface-overlay)",
5165
6111
  "value": "#ffffff"
5166
6112
  },
5167
6113
  {
@@ -5753,6 +6699,19 @@
5753
6699
  "css": "var(--motion-duration-fast)",
5754
6700
  "value": "140ms"
5755
6701
  },
6702
+ {
6703
+ "name": "--picker-popover-bg",
6704
+ "path": [
6705
+ "picker",
6706
+ "popover",
6707
+ "bg"
6708
+ ],
6709
+ "type": "color",
6710
+ "tier": "component",
6711
+ "css": "var(--color-surface-overlay)",
6712
+ "value": "#ffffff",
6713
+ "description": "The list floats: the overlay surface, not the inline Listbox's."
6714
+ },
5756
6715
  {
5757
6716
  "name": "--picker-focus-ring",
5758
6717
  "path": [
@@ -5809,7 +6768,7 @@
5809
6768
  ],
5810
6769
  "type": "color",
5811
6770
  "tier": "component",
5812
- "css": "var(--color-surface-raised)",
6771
+ "css": "var(--color-surface-overlay)",
5813
6772
  "value": "#ffffff"
5814
6773
  },
5815
6774
  {
@@ -6097,67 +7056,429 @@
6097
7056
  "value": "260ms"
6098
7057
  },
6099
7058
  {
6100
- "name": "--radio-size-sm",
7059
+ "name": "--radio-size-sm",
7060
+ "path": [
7061
+ "radio",
7062
+ "size",
7063
+ "sm"
7064
+ ],
7065
+ "type": "dimension",
7066
+ "tier": "component",
7067
+ "css": "var(--size-toggle-sm)",
7068
+ "value": "1rem"
7069
+ },
7070
+ {
7071
+ "name": "--radio-size-md",
7072
+ "path": [
7073
+ "radio",
7074
+ "size",
7075
+ "md"
7076
+ ],
7077
+ "type": "dimension",
7078
+ "tier": "component",
7079
+ "css": "var(--size-toggle-md)",
7080
+ "value": "1.25rem"
7081
+ },
7082
+ {
7083
+ "name": "--radio-size-lg",
7084
+ "path": [
7085
+ "radio",
7086
+ "size",
7087
+ "lg"
7088
+ ],
7089
+ "type": "dimension",
7090
+ "tier": "component",
7091
+ "css": "var(--size-toggle-lg)",
7092
+ "value": "1.5rem"
7093
+ },
7094
+ {
7095
+ "name": "--radio-gap",
7096
+ "path": [
7097
+ "radio",
7098
+ "gap"
7099
+ ],
7100
+ "type": "dimension",
7101
+ "tier": "component",
7102
+ "css": "var(--space-2)",
7103
+ "value": "0.25rem"
7104
+ },
7105
+ {
7106
+ "name": "--radio-group-gap",
7107
+ "path": [
7108
+ "radio",
7109
+ "group-gap"
7110
+ ],
7111
+ "type": "dimension",
7112
+ "tier": "component",
7113
+ "css": "var(--space-2)",
7114
+ "value": "0.25rem"
7115
+ },
7116
+ {
7117
+ "name": "--radio-radius",
7118
+ "path": [
7119
+ "radio",
7120
+ "radius"
7121
+ ],
7122
+ "type": "dimension",
7123
+ "tier": "component",
7124
+ "css": "var(--radius-full)",
7125
+ "value": "9999px"
7126
+ },
7127
+ {
7128
+ "name": "--radio-bg",
7129
+ "path": [
7130
+ "radio",
7131
+ "bg"
7132
+ ],
7133
+ "type": "color",
7134
+ "tier": "component",
7135
+ "css": "var(--color-surface-raised)",
7136
+ "value": "#ffffff"
7137
+ },
7138
+ {
7139
+ "name": "--radio-border",
7140
+ "path": [
7141
+ "radio",
7142
+ "border"
7143
+ ],
7144
+ "type": "color",
7145
+ "tier": "component",
7146
+ "css": "var(--color-border-strong)",
7147
+ "value": "#adb0bb"
7148
+ },
7149
+ {
7150
+ "name": "--radio-border-hover",
7151
+ "path": [
7152
+ "radio",
7153
+ "border-hover"
7154
+ ],
7155
+ "type": "color",
7156
+ "tier": "component",
7157
+ "css": "var(--color-action-primary)",
7158
+ "value": "#1e2ed6"
7159
+ },
7160
+ {
7161
+ "name": "--radio-border-checked",
7162
+ "path": [
7163
+ "radio",
7164
+ "border-checked"
7165
+ ],
7166
+ "type": "color",
7167
+ "tier": "component",
7168
+ "css": "var(--color-action-primary)",
7169
+ "value": "#1e2ed6"
7170
+ },
7171
+ {
7172
+ "name": "--radio-border-invalid",
7173
+ "path": [
7174
+ "radio",
7175
+ "border-invalid"
7176
+ ],
7177
+ "type": "color",
7178
+ "tier": "component",
7179
+ "css": "var(--color-status-error)",
7180
+ "value": "#d0393e"
7181
+ },
7182
+ {
7183
+ "name": "--radio-dot",
7184
+ "path": [
7185
+ "radio",
7186
+ "dot"
7187
+ ],
7188
+ "type": "color",
7189
+ "tier": "component",
7190
+ "css": "var(--color-action-primary)",
7191
+ "value": "#1e2ed6"
7192
+ },
7193
+ {
7194
+ "name": "--radio-focus-ring",
7195
+ "path": [
7196
+ "radio",
7197
+ "focus",
7198
+ "ring"
7199
+ ],
7200
+ "type": "color",
7201
+ "tier": "component",
7202
+ "css": "var(--color-border-focus)",
7203
+ "value": "#1e2ed6"
7204
+ },
7205
+ {
7206
+ "name": "--radio-focus-ring-width",
7207
+ "path": [
7208
+ "radio",
7209
+ "focus",
7210
+ "ring-width"
7211
+ ],
7212
+ "type": "dimension",
7213
+ "tier": "component",
7214
+ "css": "var(--focus-ring-width)",
7215
+ "value": "2px"
7216
+ },
7217
+ {
7218
+ "name": "--radio-focus-ring-offset",
7219
+ "path": [
7220
+ "radio",
7221
+ "focus",
7222
+ "ring-offset"
7223
+ ],
7224
+ "type": "dimension",
7225
+ "tier": "component",
7226
+ "css": "var(--focus-ring-offset)",
7227
+ "value": "2px"
7228
+ },
7229
+ {
7230
+ "name": "--radio-motion-duration",
7231
+ "path": [
7232
+ "radio",
7233
+ "motion",
7234
+ "duration"
7235
+ ],
7236
+ "type": "duration",
7237
+ "tier": "component",
7238
+ "css": "var(--motion-duration-fast)",
7239
+ "value": "140ms"
7240
+ },
7241
+ {
7242
+ "name": "--segmented-control-height-sm",
7243
+ "path": [
7244
+ "segmented-control",
7245
+ "height",
7246
+ "sm"
7247
+ ],
7248
+ "type": "dimension",
7249
+ "tier": "component",
7250
+ "css": "var(--size-control-sm)",
7251
+ "value": "2rem"
7252
+ },
7253
+ {
7254
+ "name": "--segmented-control-height-md",
7255
+ "path": [
7256
+ "segmented-control",
7257
+ "height",
7258
+ "md"
7259
+ ],
7260
+ "type": "dimension",
7261
+ "tier": "component",
7262
+ "css": "var(--size-control-md)",
7263
+ "value": "2.5rem"
7264
+ },
7265
+ {
7266
+ "name": "--segmented-control-padding-x-sm",
7267
+ "path": [
7268
+ "segmented-control",
7269
+ "padding-x",
7270
+ "sm"
7271
+ ],
7272
+ "type": "dimension",
7273
+ "tier": "component",
7274
+ "css": "var(--space-3)",
7275
+ "value": "0.25rem"
7276
+ },
7277
+ {
7278
+ "name": "--segmented-control-padding-x-md",
7279
+ "path": [
7280
+ "segmented-control",
7281
+ "padding-x",
7282
+ "md"
7283
+ ],
7284
+ "type": "dimension",
7285
+ "tier": "component",
7286
+ "css": "var(--space-4)",
7287
+ "value": "0.25rem"
7288
+ },
7289
+ {
7290
+ "name": "--segmented-control-font-size-sm",
7291
+ "path": [
7292
+ "segmented-control",
7293
+ "font-size",
7294
+ "sm"
7295
+ ],
7296
+ "type": "dimension",
7297
+ "tier": "component",
7298
+ "css": "var(--font-size-sm)",
7299
+ "value": "0.875rem"
7300
+ },
7301
+ {
7302
+ "name": "--segmented-control-font-size-md",
7303
+ "path": [
7304
+ "segmented-control",
7305
+ "font-size",
7306
+ "md"
7307
+ ],
7308
+ "type": "dimension",
7309
+ "tier": "component",
7310
+ "css": "var(--font-size-md)",
7311
+ "value": "1rem"
7312
+ },
7313
+ {
7314
+ "name": "--segmented-control-gap",
7315
+ "path": [
7316
+ "segmented-control",
7317
+ "gap"
7318
+ ],
7319
+ "type": "dimension",
7320
+ "tier": "component",
7321
+ "css": "var(--space-2)",
7322
+ "value": "0.25rem"
7323
+ },
7324
+ {
7325
+ "name": "--segmented-control-inset",
7326
+ "path": [
7327
+ "segmented-control",
7328
+ "inset"
7329
+ ],
7330
+ "type": "dimension",
7331
+ "tier": "component",
7332
+ "css": "var(--space-1)",
7333
+ "value": "0.25rem",
7334
+ "description": "The track's padding around the segments."
7335
+ },
7336
+ {
7337
+ "name": "--segmented-control-weight",
7338
+ "path": [
7339
+ "segmented-control",
7340
+ "weight"
7341
+ ],
7342
+ "type": "fontWeight",
7343
+ "tier": "component",
7344
+ "css": "var(--font-weight-medium)",
7345
+ "value": "500"
7346
+ },
7347
+ {
7348
+ "name": "--segmented-control-fg",
7349
+ "path": [
7350
+ "segmented-control",
7351
+ "fg"
7352
+ ],
7353
+ "type": "color",
7354
+ "tier": "component",
7355
+ "css": "var(--color-text-muted)",
7356
+ "value": "#5a6072"
7357
+ },
7358
+ {
7359
+ "name": "--segmented-control-fg-hover",
7360
+ "path": [
7361
+ "segmented-control",
7362
+ "fg-hover"
7363
+ ],
7364
+ "type": "color",
7365
+ "tier": "component",
7366
+ "css": "var(--color-text-default)",
7367
+ "value": "#0c0e14"
7368
+ },
7369
+ {
7370
+ "name": "--segmented-control-border-width",
7371
+ "path": [
7372
+ "segmented-control",
7373
+ "border-width"
7374
+ ],
7375
+ "type": "dimension",
7376
+ "tier": "component",
7377
+ "css": "var(--size-hairline)",
7378
+ "value": "1px"
7379
+ },
7380
+ {
7381
+ "name": "--segmented-control-track-bg",
7382
+ "path": [
7383
+ "segmented-control",
7384
+ "track",
7385
+ "bg"
7386
+ ],
7387
+ "type": "color",
7388
+ "tier": "component",
7389
+ "css": "var(--color-surface-sunken)",
7390
+ "value": "#e9ebf1"
7391
+ },
7392
+ {
7393
+ "name": "--segmented-control-track-border",
7394
+ "path": [
7395
+ "segmented-control",
7396
+ "track",
7397
+ "border"
7398
+ ],
7399
+ "type": "color",
7400
+ "tier": "component",
7401
+ "css": "var(--color-border-default)",
7402
+ "value": "#d5d7de"
7403
+ },
7404
+ {
7405
+ "name": "--segmented-control-track-radius",
7406
+ "path": [
7407
+ "segmented-control",
7408
+ "track",
7409
+ "radius"
7410
+ ],
7411
+ "type": "dimension",
7412
+ "tier": "component",
7413
+ "css": "var(--radius-control)",
7414
+ "value": "3px"
7415
+ },
7416
+ {
7417
+ "name": "--segmented-control-segment-radius",
6101
7418
  "path": [
6102
- "radio",
6103
- "size",
6104
- "sm"
7419
+ "segmented-control",
7420
+ "segment",
7421
+ "radius"
6105
7422
  ],
6106
7423
  "type": "dimension",
6107
7424
  "tier": "component",
6108
- "css": "var(--size-toggle-sm)",
6109
- "value": "1rem"
7425
+ "css": "var(--radius-control)",
7426
+ "value": "3px"
6110
7427
  },
6111
7428
  {
6112
- "name": "--radio-size-md",
7429
+ "name": "--segmented-control-segment-selected-bg",
6113
7430
  "path": [
6114
- "radio",
6115
- "size",
6116
- "md"
7431
+ "segmented-control",
7432
+ "segment",
7433
+ "selected-bg"
6117
7434
  ],
6118
- "type": "dimension",
7435
+ "type": "color",
6119
7436
  "tier": "component",
6120
- "css": "var(--size-toggle-md)",
6121
- "value": "1.25rem"
7437
+ "css": "var(--color-surface-raised)",
7438
+ "value": "#ffffff"
6122
7439
  },
6123
7440
  {
6124
- "name": "--radio-size-lg",
7441
+ "name": "--segmented-control-segment-selected-fg",
6125
7442
  "path": [
6126
- "radio",
6127
- "size",
6128
- "lg"
7443
+ "segmented-control",
7444
+ "segment",
7445
+ "selected-fg"
6129
7446
  ],
6130
- "type": "dimension",
7447
+ "type": "color",
6131
7448
  "tier": "component",
6132
- "css": "var(--size-toggle-lg)",
6133
- "value": "1.5rem"
7449
+ "css": "var(--color-text-default)",
7450
+ "value": "#0c0e14"
6134
7451
  },
6135
7452
  {
6136
- "name": "--radio-gap",
7453
+ "name": "--segmented-control-segment-selected-border",
6137
7454
  "path": [
6138
- "radio",
6139
- "gap"
7455
+ "segmented-control",
7456
+ "segment",
7457
+ "selected-border"
6140
7458
  ],
6141
- "type": "dimension",
7459
+ "type": "color",
6142
7460
  "tier": "component",
6143
- "css": "var(--space-2)",
6144
- "value": "0.25rem"
7461
+ "css": "var(--color-border-strong)",
7462
+ "value": "#adb0bb",
7463
+ "description": "Raised on sunken is a faint step in dark schemes; the edge is what marks the thumb."
6145
7464
  },
6146
7465
  {
6147
- "name": "--radio-group-gap",
7466
+ "name": "--segmented-control-segment-selected-shadow",
6148
7467
  "path": [
6149
- "radio",
6150
- "group-gap"
7468
+ "segmented-control",
7469
+ "segment",
7470
+ "selected-shadow"
6151
7471
  ],
6152
- "type": "dimension",
7472
+ "type": "shadow",
6153
7473
  "tier": "component",
6154
- "css": "var(--space-2)",
6155
- "value": "0.25rem"
7474
+ "css": "var(--shadow-raised)",
7475
+ "value": "0px 2px 12px 0px #0c0e141a"
6156
7476
  },
6157
7477
  {
6158
- "name": "--radio-radius",
7478
+ "name": "--segmented-control-chip-radius",
6159
7479
  "path": [
6160
- "radio",
7480
+ "segmented-control",
7481
+ "chip",
6161
7482
  "radius"
6162
7483
  ],
6163
7484
  "type": "dimension",
@@ -6166,9 +7487,10 @@
6166
7487
  "value": "9999px"
6167
7488
  },
6168
7489
  {
6169
- "name": "--radio-bg",
7490
+ "name": "--segmented-control-chip-bg",
6170
7491
  "path": [
6171
- "radio",
7492
+ "segmented-control",
7493
+ "chip",
6172
7494
  "bg"
6173
7495
  ],
6174
7496
  "type": "color",
@@ -6177,66 +7499,58 @@
6177
7499
  "value": "#ffffff"
6178
7500
  },
6179
7501
  {
6180
- "name": "--radio-border",
7502
+ "name": "--segmented-control-chip-border",
6181
7503
  "path": [
6182
- "radio",
7504
+ "segmented-control",
7505
+ "chip",
6183
7506
  "border"
6184
7507
  ],
6185
7508
  "type": "color",
6186
7509
  "tier": "component",
6187
- "css": "var(--color-border-strong)",
6188
- "value": "#adb0bb"
7510
+ "css": "var(--color-border-default)",
7511
+ "value": "#d5d7de"
6189
7512
  },
6190
7513
  {
6191
- "name": "--radio-border-hover",
7514
+ "name": "--segmented-control-chip-selected-bg",
6192
7515
  "path": [
6193
- "radio",
6194
- "border-hover"
7516
+ "segmented-control",
7517
+ "chip",
7518
+ "selected-bg"
6195
7519
  ],
6196
7520
  "type": "color",
6197
7521
  "tier": "component",
6198
- "css": "var(--color-action-primary)",
6199
- "value": "#1e2ed6"
7522
+ "css": "var(--color-action-primary-quiet)",
7523
+ "value": "#e8eafc"
6200
7524
  },
6201
7525
  {
6202
- "name": "--radio-border-checked",
7526
+ "name": "--segmented-control-chip-selected-fg",
6203
7527
  "path": [
6204
- "radio",
6205
- "border-checked"
7528
+ "segmented-control",
7529
+ "chip",
7530
+ "selected-fg"
6206
7531
  ],
6207
7532
  "type": "color",
6208
7533
  "tier": "component",
6209
- "css": "var(--color-action-primary)",
7534
+ "css": "var(--color-action-text)",
6210
7535
  "value": "#1e2ed6"
6211
7536
  },
6212
7537
  {
6213
- "name": "--radio-border-invalid",
6214
- "path": [
6215
- "radio",
6216
- "border-invalid"
6217
- ],
6218
- "type": "color",
6219
- "tier": "component",
6220
- "css": "var(--color-status-error)",
6221
- "value": "#d0393e"
6222
- },
6223
- {
6224
- "name": "--radio-dot",
7538
+ "name": "--segmented-control-chip-selected-border",
6225
7539
  "path": [
6226
- "radio",
6227
- "dot"
7540
+ "segmented-control",
7541
+ "chip",
7542
+ "selected-border"
6228
7543
  ],
6229
7544
  "type": "color",
6230
7545
  "tier": "component",
6231
- "css": "var(--color-action-primary)",
7546
+ "css": "var(--color-action-text)",
6232
7547
  "value": "#1e2ed6"
6233
7548
  },
6234
7549
  {
6235
- "name": "--radio-focus-ring",
7550
+ "name": "--segmented-control-focus-ring",
6236
7551
  "path": [
6237
- "radio",
6238
- "focus",
6239
- "ring"
7552
+ "segmented-control",
7553
+ "focus-ring"
6240
7554
  ],
6241
7555
  "type": "color",
6242
7556
  "tier": "component",
@@ -6244,11 +7558,10 @@
6244
7558
  "value": "#1e2ed6"
6245
7559
  },
6246
7560
  {
6247
- "name": "--radio-focus-ring-width",
7561
+ "name": "--segmented-control-focus-ring-width",
6248
7562
  "path": [
6249
- "radio",
6250
- "focus",
6251
- "ring-width"
7563
+ "segmented-control",
7564
+ "focus-ring-width"
6252
7565
  ],
6253
7566
  "type": "dimension",
6254
7567
  "tier": "component",
@@ -6256,29 +7569,16 @@
6256
7569
  "value": "2px"
6257
7570
  },
6258
7571
  {
6259
- "name": "--radio-focus-ring-offset",
7572
+ "name": "--segmented-control-focus-ring-offset",
6260
7573
  "path": [
6261
- "radio",
6262
- "focus",
6263
- "ring-offset"
7574
+ "segmented-control",
7575
+ "focus-ring-offset"
6264
7576
  ],
6265
7577
  "type": "dimension",
6266
7578
  "tier": "component",
6267
7579
  "css": "var(--focus-ring-offset)",
6268
7580
  "value": "2px"
6269
7581
  },
6270
- {
6271
- "name": "--radio-motion-duration",
6272
- "path": [
6273
- "radio",
6274
- "motion",
6275
- "duration"
6276
- ],
6277
- "type": "duration",
6278
- "tier": "component",
6279
- "css": "var(--motion-duration-fast)",
6280
- "value": "140ms"
6281
- },
6282
7582
  {
6283
7583
  "name": "--select-radius",
6284
7584
  "path": [
@@ -6594,6 +7894,79 @@
6594
7894
  "css": "var(--space-5)",
6595
7895
  "value": "0.25rem"
6596
7896
  },
7897
+ {
7898
+ "name": "--sheet-handle-width",
7899
+ "path": [
7900
+ "sheet",
7901
+ "handle",
7902
+ "width"
7903
+ ],
7904
+ "type": "dimension",
7905
+ "tier": "component",
7906
+ "css": "var(--space-7)",
7907
+ "value": "0.25rem"
7908
+ },
7909
+ {
7910
+ "name": "--sheet-handle-height",
7911
+ "path": [
7912
+ "sheet",
7913
+ "handle",
7914
+ "height"
7915
+ ],
7916
+ "type": "dimension",
7917
+ "tier": "component",
7918
+ "css": "var(--space-1)",
7919
+ "value": "0.25rem"
7920
+ },
7921
+ {
7922
+ "name": "--sheet-handle-hit-height",
7923
+ "path": [
7924
+ "sheet",
7925
+ "handle",
7926
+ "hit-height"
7927
+ ],
7928
+ "type": "dimension",
7929
+ "tier": "component",
7930
+ "css": "var(--space-5)",
7931
+ "value": "0.25rem",
7932
+ "description": "The strip that starts the drag: 24px at the default density, the minimum target."
7933
+ },
7934
+ {
7935
+ "name": "--sheet-handle-bg",
7936
+ "path": [
7937
+ "sheet",
7938
+ "handle",
7939
+ "bg"
7940
+ ],
7941
+ "type": "color",
7942
+ "tier": "component",
7943
+ "css": "var(--color-border-strong)",
7944
+ "value": "#adb0bb"
7945
+ },
7946
+ {
7947
+ "name": "--sheet-handle-radius",
7948
+ "path": [
7949
+ "sheet",
7950
+ "handle",
7951
+ "radius"
7952
+ ],
7953
+ "type": "dimension",
7954
+ "tier": "component",
7955
+ "css": "var(--radius-full)",
7956
+ "value": "9999px"
7957
+ },
7958
+ {
7959
+ "name": "--sheet-handle-snap-duration",
7960
+ "path": [
7961
+ "sheet",
7962
+ "handle",
7963
+ "snap-duration"
7964
+ ],
7965
+ "type": "duration",
7966
+ "tier": "component",
7967
+ "css": "var(--motion-duration-base)",
7968
+ "value": "260ms"
7969
+ },
6597
7970
  {
6598
7971
  "name": "--skeleton-base",
6599
7972
  "path": [
@@ -8176,6 +9549,44 @@
8176
9549
  "css": "var(--motion-duration-fast)",
8177
9550
  "value": "140ms"
8178
9551
  },
9552
+ {
9553
+ "name": "--text-field-icon-fg",
9554
+ "path": [
9555
+ "text-field",
9556
+ "icon",
9557
+ "fg"
9558
+ ],
9559
+ "type": "color",
9560
+ "tier": "component",
9561
+ "css": "var(--color-text-muted)",
9562
+ "value": "#5a6072",
9563
+ "description": "The leading glyph and the clear button at rest."
9564
+ },
9565
+ {
9566
+ "name": "--text-field-icon-fg-hover",
9567
+ "path": [
9568
+ "text-field",
9569
+ "icon",
9570
+ "fg-hover"
9571
+ ],
9572
+ "type": "color",
9573
+ "tier": "component",
9574
+ "css": "var(--color-text-default)",
9575
+ "value": "#0c0e14"
9576
+ },
9577
+ {
9578
+ "name": "--text-field-icon-gap",
9579
+ "path": [
9580
+ "text-field",
9581
+ "icon",
9582
+ "gap"
9583
+ ],
9584
+ "type": "dimension",
9585
+ "tier": "component",
9586
+ "css": "var(--space-2)",
9587
+ "value": "0.25rem",
9588
+ "description": "Between the glyph and the text."
9589
+ },
8179
9590
  {
8180
9591
  "name": "--text-font-family-body",
8181
9592
  "path": [
@@ -9366,6 +10777,18 @@
9366
10777
  "css": "#fde7e7",
9367
10778
  "value": "#fde7e7"
9368
10779
  },
10780
+ {
10781
+ "name": "--color-red-200",
10782
+ "path": [
10783
+ "color",
10784
+ "red",
10785
+ "200"
10786
+ ],
10787
+ "type": "color",
10788
+ "tier": "primitive",
10789
+ "css": "#ff9797",
10790
+ "value": "#ff9797"
10791
+ },
9369
10792
  {
9370
10793
  "name": "--color-red-300",
9371
10794
  "path": [
@@ -9378,6 +10801,18 @@
9378
10801
  "css": "#ff6b6b",
9379
10802
  "value": "#ff6b6b"
9380
10803
  },
10804
+ {
10805
+ "name": "--color-red-400",
10806
+ "path": [
10807
+ "color",
10808
+ "red",
10809
+ "400"
10810
+ ],
10811
+ "type": "color",
10812
+ "tier": "primitive",
10813
+ "css": "#ee6060",
10814
+ "value": "#ee6060"
10815
+ },
9381
10816
  {
9382
10817
  "name": "--color-red-500",
9383
10818
  "path": [
@@ -9414,6 +10849,18 @@
9414
10849
  "css": "#a83333",
9415
10850
  "value": "#a83333"
9416
10851
  },
10852
+ {
10853
+ "name": "--color-red-800",
10854
+ "path": [
10855
+ "color",
10856
+ "red",
10857
+ "800"
10858
+ ],
10859
+ "type": "color",
10860
+ "tier": "primitive",
10861
+ "css": "#8a2a2a",
10862
+ "value": "#8a2a2a"
10863
+ },
9417
10864
  {
9418
10865
  "name": "--color-red-900",
9419
10866
  "path": [
@@ -9524,6 +10971,20 @@
9524
10971
  "light": "#f8eed9",
9525
10972
  "dark": "#171c24"
9526
10973
  },
10974
+ {
10975
+ "name": "--color-surface-overlay",
10976
+ "path": [
10977
+ "color",
10978
+ "surface",
10979
+ "overlay"
10980
+ ],
10981
+ "type": "color",
10982
+ "tier": "semantic",
10983
+ "css": "light-dark(var(--color-cream-100), var(--color-ink-600))",
10984
+ "light": "#fcf3df",
10985
+ "dark": "#202938",
10986
+ "description": "What floats above the page: dialogs, sheets, popovers, menus. One step lighter than raised in dark schemes, where a shadow alone does not separate a menu from a card; in light it may equal raised."
10987
+ },
9527
10988
  {
9528
10989
  "name": "--color-surface-sunken",
9529
10990
  "path": [
@@ -9790,6 +11251,34 @@
9790
11251
  "dark": "#ff6b6b",
9791
11252
  "description": "One step darker than the brand red so white text on it meets AA."
9792
11253
  },
11254
+ {
11255
+ "name": "--color-status-error-hover",
11256
+ "path": [
11257
+ "color",
11258
+ "status",
11259
+ "error-hover"
11260
+ ],
11261
+ "type": "color",
11262
+ "tier": "semantic",
11263
+ "css": "light-dark(var(--color-red-700), var(--color-red-200))",
11264
+ "light": "#a83333",
11265
+ "dark": "#ff9797",
11266
+ "description": "A filled error surface under the pointer (a danger Button). Darkens in light, lightens in dark: away from its on-error text."
11267
+ },
11268
+ {
11269
+ "name": "--color-status-error-active",
11270
+ "path": [
11271
+ "color",
11272
+ "status",
11273
+ "error-active"
11274
+ ],
11275
+ "type": "color",
11276
+ "tier": "semantic",
11277
+ "css": "light-dark(var(--color-red-800), var(--color-red-400))",
11278
+ "light": "#8a2a2a",
11279
+ "dark": "#ee6060",
11280
+ "description": "A filled error surface while pressed."
11281
+ },
9793
11282
  {
9794
11283
  "name": "--color-status-info",
9795
11284
  "path": [