@cloudscape-design/components-themeable 3.0.951 → 3.0.953

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.
Files changed (41) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/button/constants.scss +1 -1
  3. package/lib/internal/template/app-layout/drawer/overflow-menu.d.ts.map +1 -1
  4. package/lib/internal/template/app-layout/drawer/overflow-menu.js +5 -4
  5. package/lib/internal/template/app-layout/drawer/overflow-menu.js.map +1 -1
  6. package/lib/internal/template/button/interfaces.d.ts +1 -1
  7. package/lib/internal/template/button/interfaces.js.map +1 -1
  8. package/lib/internal/template/button/internal.d.ts.map +1 -1
  9. package/lib/internal/template/button/internal.js +1 -1
  10. package/lib/internal/template/button/internal.js.map +1 -1
  11. package/lib/internal/template/button/styles.css.js +22 -22
  12. package/lib/internal/template/button/styles.scoped.css +70 -70
  13. package/lib/internal/template/button/styles.selectors.js +22 -22
  14. package/lib/internal/template/button-group/icon-button-item.d.ts.map +1 -1
  15. package/lib/internal/template/button-group/icon-button-item.js +1 -1
  16. package/lib/internal/template/button-group/icon-button-item.js.map +1 -1
  17. package/lib/internal/template/button-group/icon-toggle-button-item.d.ts.map +1 -1
  18. package/lib/internal/template/button-group/icon-toggle-button-item.js +1 -1
  19. package/lib/internal/template/button-group/icon-toggle-button-item.js.map +1 -1
  20. package/lib/internal/template/button-group/interfaces.d.ts +6 -0
  21. package/lib/internal/template/button-group/interfaces.d.ts.map +1 -1
  22. package/lib/internal/template/button-group/interfaces.js.map +1 -1
  23. package/lib/internal/template/button-group/menu-dropdown-item.d.ts.map +1 -1
  24. package/lib/internal/template/button-group/menu-dropdown-item.js +1 -1
  25. package/lib/internal/template/button-group/menu-dropdown-item.js.map +1 -1
  26. package/lib/internal/template/internal/base-component/styles.scoped.css +30 -0
  27. package/lib/internal/template/internal/environment.js +1 -1
  28. package/lib/internal/template/internal/environment.json +1 -1
  29. package/lib/internal/template/internal/generated/styles/tokens.d.ts +6 -0
  30. package/lib/internal/template/internal/generated/styles/tokens.js +6 -0
  31. package/lib/internal/template/internal/generated/theming/index.cjs +115 -1
  32. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +48 -0
  33. package/lib/internal/template/internal/generated/theming/index.d.ts +48 -0
  34. package/lib/internal/template/internal/generated/theming/index.js +115 -1
  35. package/lib/internal/template/prompt-input/interfaces.d.ts +1 -0
  36. package/lib/internal/template/prompt-input/interfaces.d.ts.map +1 -1
  37. package/lib/internal/template/prompt-input/interfaces.js.map +1 -1
  38. package/lib/internal/template/prompt-input/internal.d.ts.map +1 -1
  39. package/lib/internal/template/prompt-input/internal.js +11 -3
  40. package/lib/internal/template/prompt-input/internal.js.map +1 -1
  41. package/package.json +1 -1
@@ -1113,6 +1113,10 @@ module.exports.preset = {
1113
1113
  "light": "{colorBlue100}",
1114
1114
  "dark": "{colorBlue900}"
1115
1115
  },
1116
+ "colorBackgroundDialog": {
1117
+ "light": "{colorBackgroundStatusInfo}",
1118
+ "dark": "{colorBackgroundStatusInfo}"
1119
+ },
1116
1120
  "colorBackgroundStatusSuccess": {
1117
1121
  "light": "{colorGreen100}",
1118
1122
  "dark": "{colorGreen900}"
@@ -1193,6 +1197,10 @@ module.exports.preset = {
1193
1197
  "light": "{colorBlue800}",
1194
1198
  "dark": "{colorBlue400}"
1195
1199
  },
1200
+ "colorTextButtonIconDisabled": {
1201
+ "light": "{colorGrey500}",
1202
+ "dark": "{colorGrey500}"
1203
+ },
1196
1204
  "colorBorderButtonPrimaryDisabled": {
1197
1205
  "light": "{colorBackgroundButtonPrimaryDisabled}",
1198
1206
  "dark": "{colorBackgroundButtonPrimaryDisabled}"
@@ -1373,6 +1381,10 @@ module.exports.preset = {
1373
1381
  "light": "{colorYellow800}",
1374
1382
  "dark": "{colorYellow700}"
1375
1383
  },
1384
+ "colorBorderDialog": {
1385
+ "light": "{colorBorderStatusInfo}",
1386
+ "dark": "{colorBorderStatusInfo}"
1387
+ },
1376
1388
  "colorBorderDividerInteractiveDefault": {
1377
1389
  "light": "{colorGrey500}",
1378
1390
  "dark": "{colorGrey300}"
@@ -1928,8 +1940,11 @@ module.exports.preset = {
1928
1940
  "borderLinkFocusRingOutline": "0",
1929
1941
  "borderLinkFocusRingShadowSpread": "2px",
1930
1942
  "borderWidthAlert": "2px",
1943
+ "borderWidthButton": "2px",
1944
+ "borderWidthDropdown": "2px",
1931
1945
  "borderWidthField": "2px",
1932
1946
  "borderWidthPopover": "2px",
1947
+ "borderWidthToken": "2px",
1933
1948
  "motionDurationExtraFast": {
1934
1949
  "default": "45ms",
1935
1950
  "disabled": "0ms"
@@ -3358,6 +3373,10 @@ module.exports.preset = {
3358
3373
  "light": "{colorBlue900}",
3359
3374
  "dark": "{colorBlue900}"
3360
3375
  },
3376
+ "colorBackgroundDialog": {
3377
+ "light": "{colorBackgroundStatusInfo}",
3378
+ "dark": "{colorBackgroundStatusInfo}"
3379
+ },
3361
3380
  "colorBackgroundStatusSuccess": {
3362
3381
  "light": "{colorGreen900}",
3363
3382
  "dark": "{colorGreen900}"
@@ -3438,6 +3457,10 @@ module.exports.preset = {
3438
3457
  "light": "{colorBlue400}",
3439
3458
  "dark": "{colorBlue400}"
3440
3459
  },
3460
+ "colorTextButtonIconDisabled": {
3461
+ "light": "{colorGrey500}",
3462
+ "dark": "{colorGrey500}"
3463
+ },
3441
3464
  "colorBorderButtonPrimaryDisabled": {
3442
3465
  "light": "{colorBackgroundButtonPrimaryDisabled}",
3443
3466
  "dark": "{colorBackgroundButtonPrimaryDisabled}"
@@ -3618,6 +3641,10 @@ module.exports.preset = {
3618
3641
  "light": "{colorYellow700}",
3619
3642
  "dark": "{colorYellow700}"
3620
3643
  },
3644
+ "colorBorderDialog": {
3645
+ "light": "{colorBorderStatusInfo}",
3646
+ "dark": "{colorBorderStatusInfo}"
3647
+ },
3621
3648
  "colorBorderDividerInteractiveDefault": {
3622
3649
  "light": "{colorGrey300}",
3623
3650
  "dark": "{colorGrey300}"
@@ -4504,6 +4531,10 @@ module.exports.preset = {
4504
4531
  "light": "{colorBlue900}",
4505
4532
  "dark": "{colorBlue900}"
4506
4533
  },
4534
+ "colorBackgroundDialog": {
4535
+ "light": "{colorBackgroundStatusInfo}",
4536
+ "dark": "{colorBackgroundStatusInfo}"
4537
+ },
4507
4538
  "colorBackgroundStatusSuccess": {
4508
4539
  "light": "{colorGreen900}",
4509
4540
  "dark": "{colorGreen900}"
@@ -4584,6 +4615,10 @@ module.exports.preset = {
4584
4615
  "light": "{colorBlue400}",
4585
4616
  "dark": "{colorBlue400}"
4586
4617
  },
4618
+ "colorTextButtonIconDisabled": {
4619
+ "light": "{colorGrey500}",
4620
+ "dark": "{colorGrey500}"
4621
+ },
4587
4622
  "colorBorderButtonPrimaryDisabled": {
4588
4623
  "light": "{colorBackgroundButtonPrimaryDisabled}",
4589
4624
  "dark": "{colorBackgroundButtonPrimaryDisabled}"
@@ -4764,6 +4799,10 @@ module.exports.preset = {
4764
4799
  "light": "{colorYellow700}",
4765
4800
  "dark": "{colorYellow700}"
4766
4801
  },
4802
+ "colorBorderDialog": {
4803
+ "light": "{colorBorderStatusInfo}",
4804
+ "dark": "{colorBorderStatusInfo}"
4805
+ },
4767
4806
  "colorBorderDividerInteractiveDefault": {
4768
4807
  "light": "{colorGrey300}",
4769
4808
  "dark": "{colorGrey300}"
@@ -5582,6 +5621,10 @@ module.exports.preset = {
5582
5621
  "light": "{colorBlue100}",
5583
5622
  "dark": "{colorBlue900}"
5584
5623
  },
5624
+ "colorBackgroundDialog": {
5625
+ "light": "{colorBackgroundStatusInfo}",
5626
+ "dark": "{colorBackgroundStatusInfo}"
5627
+ },
5585
5628
  "colorBackgroundStatusSuccess": {
5586
5629
  "light": "{colorGreen100}",
5587
5630
  "dark": "{colorGreen900}"
@@ -5662,6 +5705,10 @@ module.exports.preset = {
5662
5705
  "light": "{colorWhite}",
5663
5706
  "dark": "{colorWhite}"
5664
5707
  },
5708
+ "colorTextButtonIconDisabled": {
5709
+ "light": "{colorGrey500}",
5710
+ "dark": "{colorGrey500}"
5711
+ },
5665
5712
  "colorBorderButtonPrimaryDisabled": {
5666
5713
  "light": "{colorBackgroundButtonPrimaryDisabled}",
5667
5714
  "dark": "{colorBackgroundButtonPrimaryDisabled}"
@@ -5842,6 +5889,10 @@ module.exports.preset = {
5842
5889
  "light": "{colorYellow800}",
5843
5890
  "dark": "{colorYellow700}"
5844
5891
  },
5892
+ "colorBorderDialog": {
5893
+ "light": "{colorBorderStatusInfo}",
5894
+ "dark": "{colorBorderStatusInfo}"
5895
+ },
5845
5896
  "colorBorderDividerInteractiveDefault": {
5846
5897
  "light": "{colorGrey500}",
5847
5898
  "dark": "{colorGrey300}"
@@ -6660,6 +6711,10 @@ module.exports.preset = {
6660
6711
  "light": "{colorBlue100}",
6661
6712
  "dark": "{colorBlue900}"
6662
6713
  },
6714
+ "colorBackgroundDialog": {
6715
+ "light": "{colorBackgroundStatusInfo}",
6716
+ "dark": "{colorBackgroundStatusInfo}"
6717
+ },
6663
6718
  "colorBackgroundStatusSuccess": {
6664
6719
  "light": "{colorGreen100}",
6665
6720
  "dark": "{colorGreen900}"
@@ -6740,6 +6795,10 @@ module.exports.preset = {
6740
6795
  "light": "{colorTextButtonNormalHover}",
6741
6796
  "dark": "{colorTextButtonNormalHover}"
6742
6797
  },
6798
+ "colorTextButtonIconDisabled": {
6799
+ "light": "{colorGrey500}",
6800
+ "dark": "{colorGrey500}"
6801
+ },
6743
6802
  "colorBorderButtonPrimaryDisabled": {
6744
6803
  "light": "{colorBackgroundButtonPrimaryDisabled}",
6745
6804
  "dark": "{colorBackgroundButtonPrimaryDisabled}"
@@ -6920,6 +6979,10 @@ module.exports.preset = {
6920
6979
  "light": "{colorYellow800}",
6921
6980
  "dark": "{colorYellow700}"
6922
6981
  },
6982
+ "colorBorderDialog": {
6983
+ "light": "{colorBorderStatusInfo}",
6984
+ "dark": "{colorBorderStatusInfo}"
6985
+ },
6923
6986
  "colorBorderDividerInteractiveDefault": {
6924
6987
  "light": "{colorGrey500}",
6925
6988
  "dark": "{colorGrey300}"
@@ -7738,6 +7801,10 @@ module.exports.preset = {
7738
7801
  "light": "{colorBlue100}",
7739
7802
  "dark": "{colorBlue900}"
7740
7803
  },
7804
+ "colorBackgroundDialog": {
7805
+ "light": "{colorBackgroundStatusInfo}",
7806
+ "dark": "{colorBackgroundStatusInfo}"
7807
+ },
7741
7808
  "colorBackgroundStatusSuccess": {
7742
7809
  "light": "{colorGreen100}",
7743
7810
  "dark": "{colorGreen900}"
@@ -7818,6 +7885,10 @@ module.exports.preset = {
7818
7885
  "light": "{colorTextButtonNormalHover}",
7819
7886
  "dark": "{colorTextButtonNormalHover}"
7820
7887
  },
7888
+ "colorTextButtonIconDisabled": {
7889
+ "light": "{colorGrey500}",
7890
+ "dark": "{colorGrey500}"
7891
+ },
7821
7892
  "colorBorderButtonPrimaryDisabled": {
7822
7893
  "light": "{colorBackgroundButtonPrimaryDisabled}",
7823
7894
  "dark": "{colorBackgroundButtonPrimaryDisabled}"
@@ -7998,6 +8069,10 @@ module.exports.preset = {
7998
8069
  "light": "{colorYellow800}",
7999
8070
  "dark": "{colorYellow700}"
8000
8071
  },
8072
+ "colorBorderDialog": {
8073
+ "light": "{colorBorderStatusInfo}",
8074
+ "dark": "{colorBorderStatusInfo}"
8075
+ },
8001
8076
  "colorBorderDividerInteractiveDefault": {
8002
8077
  "light": "{colorGrey500}",
8003
8078
  "dark": "{colorGrey300}"
@@ -8818,6 +8893,10 @@ module.exports.preset = {
8818
8893
  "light": "{colorBlue900}",
8819
8894
  "dark": "{colorBlue900}"
8820
8895
  },
8896
+ "colorBackgroundDialog": {
8897
+ "light": "{colorBackgroundStatusInfo}",
8898
+ "dark": "{colorBackgroundStatusInfo}"
8899
+ },
8821
8900
  "colorBackgroundStatusSuccess": {
8822
8901
  "light": "{colorGreen900}",
8823
8902
  "dark": "{colorGreen900}"
@@ -8898,6 +8977,10 @@ module.exports.preset = {
8898
8977
  "light": "{colorTextButtonNormalHover}",
8899
8978
  "dark": "{colorTextButtonNormalHover}"
8900
8979
  },
8980
+ "colorTextButtonIconDisabled": {
8981
+ "light": "{colorGrey500}",
8982
+ "dark": "{colorGrey500}"
8983
+ },
8901
8984
  "colorBorderButtonPrimaryDisabled": {
8902
8985
  "light": "{colorBackgroundButtonPrimaryDisabled}",
8903
8986
  "dark": "{colorBackgroundButtonPrimaryDisabled}"
@@ -9078,6 +9161,10 @@ module.exports.preset = {
9078
9161
  "light": "{colorYellow700}",
9079
9162
  "dark": "{colorYellow700}"
9080
9163
  },
9164
+ "colorBorderDialog": {
9165
+ "light": "{colorBorderStatusInfo}",
9166
+ "dark": "{colorBorderStatusInfo}"
9167
+ },
9081
9168
  "colorBorderDividerInteractiveDefault": {
9082
9169
  "light": "{colorGrey300}",
9083
9170
  "dark": "{colorGrey300}"
@@ -9805,6 +9892,7 @@ module.exports.preset = {
9805
9892
  "colorBackgroundSliderWarningPressed": "color",
9806
9893
  "colorBackgroundStatusError": "color",
9807
9894
  "colorBackgroundStatusInfo": "color",
9895
+ "colorBackgroundDialog": "color",
9808
9896
  "colorBackgroundStatusSuccess": "color",
9809
9897
  "colorBackgroundStatusWarning": "color",
9810
9898
  "colorBackgroundTableHeader": "color",
@@ -9825,6 +9913,7 @@ module.exports.preset = {
9825
9913
  "colorBorderButtonNormalDisabled": "color",
9826
9914
  "colorTextButtonNormalDisabled": "color",
9827
9915
  "colorBorderButtonNormalHover": "color",
9916
+ "colorTextButtonIconDisabled": "color",
9828
9917
  "colorBorderButtonPrimaryDisabled": "color",
9829
9918
  "colorTextButtonPrimaryDisabled": "color",
9830
9919
  "colorBorderCalendarGrid": "color",
@@ -9870,6 +9959,7 @@ module.exports.preset = {
9870
9959
  "colorBorderStatusInfo": "color",
9871
9960
  "colorBorderStatusSuccess": "color",
9872
9961
  "colorBorderStatusWarning": "color",
9962
+ "colorBorderDialog": "color",
9873
9963
  "colorBorderDividerInteractiveDefault": "color",
9874
9964
  "colorBorderTabsDivider": "color",
9875
9965
  "colorBorderTabsShadow": "color",
@@ -10270,6 +10360,7 @@ module.exports.preset = {
10270
10360
  "colorBackgroundSegmentHover",
10271
10361
  "colorBackgroundStatusError",
10272
10362
  "colorBackgroundStatusInfo",
10363
+ "colorBackgroundDialog",
10273
10364
  "colorBackgroundStatusSuccess",
10274
10365
  "colorBackgroundStatusWarning",
10275
10366
  "colorBackgroundToggleCheckedDisabled",
@@ -10283,6 +10374,7 @@ module.exports.preset = {
10283
10374
  "colorBorderButtonNormalDisabled",
10284
10375
  "colorTextButtonNormalDisabled",
10285
10376
  "colorBorderButtonNormalHover",
10377
+ "colorTextButtonIconDisabled",
10286
10378
  "colorBorderButtonPrimaryDisabled",
10287
10379
  "colorTextButtonPrimaryDisabled",
10288
10380
  "colorBorderContainerTop",
@@ -10303,6 +10395,7 @@ module.exports.preset = {
10303
10395
  "colorBorderStatusInfo",
10304
10396
  "colorBorderStatusSuccess",
10305
10397
  "colorBorderStatusWarning",
10398
+ "colorBorderDialog",
10306
10399
  "colorForegroundControlDefault",
10307
10400
  "colorForegroundControlDisabled",
10308
10401
  "colorForegroundControlReadOnly",
@@ -10401,8 +10494,11 @@ module.exports.preset = {
10401
10494
  "borderRadiusToken",
10402
10495
  "borderRadiusTutorialPanelItem",
10403
10496
  "borderWidthAlert",
10497
+ "borderWidthButton",
10498
+ "borderWidthDropdown",
10404
10499
  "borderWidthField",
10405
- "borderWidthPopover"
10500
+ "borderWidthPopover",
10501
+ "borderWidthToken"
10406
10502
  ],
10407
10503
  "exposed": [
10408
10504
  "colorChartsRed300",
@@ -10610,6 +10706,7 @@ module.exports.preset = {
10610
10706
  "colorBackgroundSegmentHover",
10611
10707
  "colorBackgroundStatusError",
10612
10708
  "colorBackgroundStatusInfo",
10709
+ "colorBackgroundDialog",
10613
10710
  "colorBackgroundStatusSuccess",
10614
10711
  "colorBackgroundStatusWarning",
10615
10712
  "colorBackgroundToggleCheckedDisabled",
@@ -10627,6 +10724,7 @@ module.exports.preset = {
10627
10724
  "colorBorderButtonNormalDisabled",
10628
10725
  "colorTextButtonNormalDisabled",
10629
10726
  "colorBorderButtonNormalHover",
10727
+ "colorTextButtonIconDisabled",
10630
10728
  "colorBorderButtonPrimaryDisabled",
10631
10729
  "colorTextButtonPrimaryDisabled",
10632
10730
  "colorBorderContainerTop",
@@ -10647,6 +10745,7 @@ module.exports.preset = {
10647
10745
  "colorBorderStatusInfo",
10648
10746
  "colorBorderStatusSuccess",
10649
10747
  "colorBorderStatusWarning",
10748
+ "colorBorderDialog",
10650
10749
  "colorForegroundControlDefault",
10651
10750
  "colorForegroundControlDisabled",
10652
10751
  "colorForegroundControlReadOnly",
@@ -10748,8 +10847,11 @@ module.exports.preset = {
10748
10847
  "borderRadiusChatBubble",
10749
10848
  "borderRadiusTutorialPanelItem",
10750
10849
  "borderWidthAlert",
10850
+ "borderWidthButton",
10851
+ "borderWidthDropdown",
10751
10852
  "borderWidthField",
10752
10853
  "borderWidthPopover",
10854
+ "borderWidthToken",
10753
10855
  "motionDurationAvatarGenAiGradient",
10754
10856
  "motionDurationAvatarLoadingDots",
10755
10857
  "motionEasingAvatarGenAiGradient",
@@ -11095,6 +11197,7 @@ module.exports.preset = {
11095
11197
  "colorBackgroundSliderWarningPressed": "color-background-slider-warning-pressed",
11096
11198
  "colorBackgroundStatusError": "color-background-status-error",
11097
11199
  "colorBackgroundStatusInfo": "color-background-status-info",
11200
+ "colorBackgroundDialog": "color-background-dialog",
11098
11201
  "colorBackgroundStatusSuccess": "color-background-status-success",
11099
11202
  "colorBackgroundStatusWarning": "color-background-status-warning",
11100
11203
  "colorBackgroundTableHeader": "color-background-table-header",
@@ -11115,6 +11218,7 @@ module.exports.preset = {
11115
11218
  "colorBorderButtonNormalDisabled": "color-border-button-normal-disabled",
11116
11219
  "colorTextButtonNormalDisabled": "color-text-button-normal-disabled",
11117
11220
  "colorBorderButtonNormalHover": "color-border-button-normal-hover",
11221
+ "colorTextButtonIconDisabled": "color-text-button-icon-disabled",
11118
11222
  "colorBorderButtonPrimaryDisabled": "color-border-button-primary-disabled",
11119
11223
  "colorTextButtonPrimaryDisabled": "color-text-button-primary-disabled",
11120
11224
  "colorBorderCalendarGrid": "color-border-calendar-grid",
@@ -11160,6 +11264,7 @@ module.exports.preset = {
11160
11264
  "colorBorderStatusInfo": "color-border-status-info",
11161
11265
  "colorBorderStatusSuccess": "color-border-status-success",
11162
11266
  "colorBorderStatusWarning": "color-border-status-warning",
11267
+ "colorBorderDialog": "color-border-dialog",
11163
11268
  "colorBorderDividerInteractiveDefault": "color-border-divider-interactive-default",
11164
11269
  "colorBorderTabsDivider": "color-border-tabs-divider",
11165
11270
  "colorBorderTabsShadow": "color-border-tabs-shadow",
@@ -11364,8 +11469,11 @@ module.exports.preset = {
11364
11469
  "borderLinkFocusRingOutline": "border-link-focus-ring-outline",
11365
11470
  "borderLinkFocusRingShadowSpread": "border-link-focus-ring-shadow-spread",
11366
11471
  "borderWidthAlert": "border-width-alert",
11472
+ "borderWidthButton": "border-width-button",
11473
+ "borderWidthDropdown": "border-width-dropdown",
11367
11474
  "borderWidthField": "border-width-field",
11368
11475
  "borderWidthPopover": "border-width-popover",
11476
+ "borderWidthToken": "border-width-token",
11369
11477
  "motionDurationExtraFast": "motion-duration-extra-fast",
11370
11478
  "motionDurationExtraSlow": "motion-duration-extra-slow",
11371
11479
  "motionDurationFast": "motion-duration-fast",
@@ -11844,6 +11952,7 @@ module.exports.preset = {
11844
11952
  "colorBackgroundSliderWarningPressed": "--color-background-slider-warning-pressed-pg5aih",
11845
11953
  "colorBackgroundStatusError": "--color-background-status-error-5fz45j",
11846
11954
  "colorBackgroundStatusInfo": "--color-background-status-info-gflgo4",
11955
+ "colorBackgroundDialog": "--color-background-dialog-wtz1wl",
11847
11956
  "colorBackgroundStatusSuccess": "--color-background-status-success-ua29ej",
11848
11957
  "colorBackgroundStatusWarning": "--color-background-status-warning-03nxlw",
11849
11958
  "colorBackgroundTableHeader": "--color-background-table-header-inc72b",
@@ -11864,6 +11973,7 @@ module.exports.preset = {
11864
11973
  "colorBorderButtonNormalDisabled": "--color-border-button-normal-disabled-caqkhj",
11865
11974
  "colorTextButtonNormalDisabled": "--color-text-button-normal-disabled-0s30to",
11866
11975
  "colorBorderButtonNormalHover": "--color-border-button-normal-hover-2d2g0m",
11976
+ "colorTextButtonIconDisabled": "--color-text-button-icon-disabled-sa33d0",
11867
11977
  "colorBorderButtonPrimaryDisabled": "--color-border-button-primary-disabled-xtv38q",
11868
11978
  "colorTextButtonPrimaryDisabled": "--color-text-button-primary-disabled-klolb5",
11869
11979
  "colorBorderCalendarGrid": "--color-border-calendar-grid-u86q1u",
@@ -11909,6 +12019,7 @@ module.exports.preset = {
11909
12019
  "colorBorderStatusInfo": "--color-border-status-info-z6pwqy",
11910
12020
  "colorBorderStatusSuccess": "--color-border-status-success-4x6srk",
11911
12021
  "colorBorderStatusWarning": "--color-border-status-warning-3feumr",
12022
+ "colorBorderDialog": "--color-border-dialog-u915ow",
11912
12023
  "colorBorderDividerInteractiveDefault": "--color-border-divider-interactive-default-0c10au",
11913
12024
  "colorBorderTabsDivider": "--color-border-tabs-divider-djfdfj",
11914
12025
  "colorBorderTabsShadow": "--color-border-tabs-shadow-enjrr2",
@@ -12113,8 +12224,11 @@ module.exports.preset = {
12113
12224
  "borderLinkFocusRingOutline": "--border-link-focus-ring-outline-kkfop6",
12114
12225
  "borderLinkFocusRingShadowSpread": "--border-link-focus-ring-shadow-spread-v8hkrl",
12115
12226
  "borderWidthAlert": "--border-width-alert-t0f3yn",
12227
+ "borderWidthButton": "--border-width-button-ru6lbi",
12228
+ "borderWidthDropdown": "--border-width-dropdown-hh98qt",
12116
12229
  "borderWidthField": "--border-width-field-h1g7tw",
12117
12230
  "borderWidthPopover": "--border-width-popover-h2a419",
12231
+ "borderWidthToken": "--border-width-token-zo28pf",
12118
12232
  "motionDurationExtraFast": "--motion-duration-extra-fast-3huyux",
12119
12233
  "motionDurationExtraSlow": "--motion-duration-extra-slow-ngjb9g",
12120
12234
  "motionDurationFast": "--motion-duration-fast-sbm3r7",