@cloudscape-design/components 3.0.1345 → 3.0.1347

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 (122) hide show
  1. package/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
  2. package/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +90 -87
  3. package/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
  4. package/app-layout/visual-refresh-toolbar/navigation/styles.css.js +6 -6
  5. package/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +11 -11
  6. package/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +6 -6
  7. package/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +30 -30
  8. package/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +60 -60
  9. package/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +30 -30
  10. package/app-layout-toolbar/index.d.ts.map +1 -1
  11. package/app-layout-toolbar/index.js +1 -0
  12. package/app-layout-toolbar/index.js.map +1 -1
  13. package/button-dropdown/index.d.ts.map +1 -1
  14. package/button-dropdown/index.js +5 -1
  15. package/button-dropdown/index.js.map +1 -1
  16. package/button-dropdown/interfaces.d.ts +2 -0
  17. package/button-dropdown/interfaces.d.ts.map +1 -1
  18. package/button-dropdown/interfaces.js.map +1 -1
  19. package/expandable-section/expandable-section-container.d.ts +0 -2
  20. package/expandable-section/expandable-section-container.d.ts.map +1 -1
  21. package/expandable-section/expandable-section-container.js +2 -2
  22. package/expandable-section/expandable-section-container.js.map +1 -1
  23. package/expandable-section/expandable-section-header.d.ts +3 -1
  24. package/expandable-section/expandable-section-header.d.ts.map +1 -1
  25. package/expandable-section/expandable-section-header.js +4 -4
  26. package/expandable-section/expandable-section-header.js.map +1 -1
  27. package/expandable-section/internal.d.ts +8 -2
  28. package/expandable-section/internal.d.ts.map +1 -1
  29. package/expandable-section/internal.js +24 -10
  30. package/expandable-section/internal.js.map +1 -1
  31. package/expandable-section/styles.css.js +43 -42
  32. package/expandable-section/styles.scoped.css +198 -143
  33. package/expandable-section/styles.selectors.js +43 -42
  34. package/flashbar/styles.css.js +50 -50
  35. package/flashbar/styles.scoped.css +153 -153
  36. package/flashbar/styles.selectors.js +50 -50
  37. package/help-panel/styles.css.js +6 -6
  38. package/help-panel/styles.scoped.css +68 -68
  39. package/help-panel/styles.selectors.js +6 -6
  40. package/i18n/messages/all.all.js +1 -1
  41. package/i18n/messages/all.all.json +1 -1
  42. package/i18n/messages/all.ar.js +1 -1
  43. package/i18n/messages/all.ar.json +1 -1
  44. package/i18n/messages/all.de.js +1 -1
  45. package/i18n/messages/all.de.json +1 -1
  46. package/i18n/messages/all.en-GB.js +1 -1
  47. package/i18n/messages/all.en-GB.json +1 -1
  48. package/i18n/messages/all.en.js +1 -1
  49. package/i18n/messages/all.en.json +1 -1
  50. package/i18n/messages/all.es.js +1 -1
  51. package/i18n/messages/all.es.json +1 -1
  52. package/i18n/messages/all.fr.js +1 -1
  53. package/i18n/messages/all.fr.json +1 -1
  54. package/i18n/messages/all.id.js +1 -1
  55. package/i18n/messages/all.id.json +1 -1
  56. package/i18n/messages/all.it.js +1 -1
  57. package/i18n/messages/all.it.json +1 -1
  58. package/i18n/messages/all.ja.js +1 -1
  59. package/i18n/messages/all.ja.json +1 -1
  60. package/i18n/messages/all.ko.js +1 -1
  61. package/i18n/messages/all.ko.json +1 -1
  62. package/i18n/messages/all.pt-BR.js +1 -1
  63. package/i18n/messages/all.pt-BR.json +1 -1
  64. package/i18n/messages/all.tr.js +1 -1
  65. package/i18n/messages/all.tr.json +1 -1
  66. package/i18n/messages/all.zh-CN.js +1 -1
  67. package/i18n/messages/all.zh-CN.json +1 -1
  68. package/i18n/messages/all.zh-TW.js +1 -1
  69. package/i18n/messages/all.zh-TW.json +1 -1
  70. package/i18n/messages-types.d.ts +8 -0
  71. package/i18n/messages-types.d.ts.map +1 -1
  72. package/i18n/messages-types.js.map +1 -1
  73. package/internal/base-component/index.d.ts +1 -0
  74. package/internal/base-component/index.d.ts.map +1 -1
  75. package/internal/base-component/index.js +1 -0
  76. package/internal/base-component/index.js.map +1 -1
  77. package/internal/base-component/styles.scoped.css +1 -2640
  78. package/internal/base-theme/styles.css.js +4 -0
  79. package/internal/base-theme/styles.scoped.css +2651 -0
  80. package/internal/base-theme/styles.selectors.js +5 -0
  81. package/internal/components/drag-handle/styles.css.js +14 -14
  82. package/internal/components/drag-handle/styles.scoped.css +28 -19
  83. package/internal/components/drag-handle/styles.selectors.js +14 -14
  84. package/internal/components/token-list/styles.css.js +10 -10
  85. package/internal/components/token-list/styles.scoped.css +24 -24
  86. package/internal/components/token-list/styles.selectors.js +10 -10
  87. package/internal/components/transition/index.d.ts +7 -7
  88. package/internal/components/transition/index.d.ts.map +1 -1
  89. package/internal/components/transition/index.js +4 -4
  90. package/internal/components/transition/index.js.map +1 -1
  91. package/internal/environment.js +2 -2
  92. package/internal/environment.json +2 -2
  93. package/internal/generated/styles/tokens.d.ts +11 -0
  94. package/internal/generated/styles/tokens.js +12 -1
  95. package/internal/generated/theming/index.cjs +140 -15
  96. package/internal/generated/theming/index.cjs.d.ts +18 -0
  97. package/internal/generated/theming/index.d.ts +18 -0
  98. package/internal/generated/theming/index.js +140 -15
  99. package/internal/hooks/use-base-component/index.d.ts +2 -5
  100. package/internal/hooks/use-base-component/index.d.ts.map +1 -1
  101. package/internal/hooks/use-base-component/index.js +11 -2
  102. package/internal/hooks/use-base-component/index.js.map +1 -1
  103. package/internal/manifest.json +1 -1
  104. package/link/styles.css.js +21 -21
  105. package/link/styles.scoped.css +86 -86
  106. package/link/styles.selectors.js +21 -21
  107. package/manifest.json +2 -2
  108. package/package.json +2 -1
  109. package/side-navigation/implementation.d.ts.map +1 -1
  110. package/side-navigation/implementation.js +6 -3
  111. package/side-navigation/implementation.js.map +1 -1
  112. package/side-navigation/parts.d.ts +2 -0
  113. package/side-navigation/parts.d.ts.map +1 -1
  114. package/side-navigation/parts.js +86 -76
  115. package/side-navigation/parts.js.map +1 -1
  116. package/side-navigation/styles.css.js +64 -50
  117. package/side-navigation/styles.scoped.css +552 -106
  118. package/side-navigation/styles.selectors.js +64 -50
  119. package/side-navigation/util.d.ts +10 -0
  120. package/side-navigation/util.d.ts.map +1 -1
  121. package/side-navigation/util.js +48 -0
  122. package/side-navigation/util.js.map +1 -1
@@ -1796,8 +1796,8 @@ module.exports.preset = {
1796
1796
  "dark": "{colorBackgroundControlChecked}"
1797
1797
  },
1798
1798
  "colorBackgroundSideNavigationItemIconHover": {
1799
- "light": "{colorPrimary50}",
1800
- "dark": "{colorNeutral700}"
1799
+ "light": "{colorBackgroundItemSelected}",
1800
+ "dark": "{colorBackgroundItemSelected}"
1801
1801
  },
1802
1802
  "colorBackgroundLayoutMain": {
1803
1803
  "light": "{colorWhite}",
@@ -2355,6 +2355,10 @@ module.exports.preset = {
2355
2355
  "light": "{colorNeutral750}",
2356
2356
  "dark": "{colorNeutral750}"
2357
2357
  },
2358
+ "colorBorderNotificationStackBarFocused": {
2359
+ "light": "{colorNeutral100}",
2360
+ "dark": "{colorNeutral100}"
2361
+ },
2358
2362
  "colorBorderPanelHeader": {
2359
2363
  "light": "{colorBorderDividerDefault}",
2360
2364
  "dark": "{colorBorderDividerDefault}"
@@ -2807,6 +2811,10 @@ module.exports.preset = {
2807
2811
  "light": "{colorTextLinkHover}",
2808
2812
  "dark": "{colorTextLinkHover}"
2809
2813
  },
2814
+ "colorTextLinkSecondaryDecorationDefault": {
2815
+ "light": "transparent",
2816
+ "dark": "transparent"
2817
+ },
2810
2818
  "colorTextLinkInfoDefault": {
2811
2819
  "light": "{colorTextLinkDefault}",
2812
2820
  "dark": "{colorTextLinkDefault}"
@@ -3227,6 +3235,7 @@ module.exports.preset = {
3227
3235
  "fontButtonLetterSpacing": "0.005em",
3228
3236
  "fontChartDetailSize": "{fontSizeBodyS}",
3229
3237
  "fontDecorationStyleLink": "solid",
3238
+ "fontDecorationLineLinkSecondary": "none",
3230
3239
  "fontDecorationThicknessLink": "1px",
3231
3240
  "fontDecorationThicknessLinkDisplayL": "2px",
3232
3241
  "fontDisplayLabelWeight": "700",
@@ -3531,6 +3540,30 @@ module.exports.preset = {
3531
3540
  "default": "{motionEasingRefreshOnlyA}",
3532
3541
  "disabled": "{motionEasingRefreshOnlyA}"
3533
3542
  },
3543
+ "motionDurationExpandableContentEnter": {
3544
+ "default": "{motionDurationShowPaced}",
3545
+ "disabled": "{motionDurationShowPaced}"
3546
+ },
3547
+ "motionEasingExpandableContentEnter": {
3548
+ "default": "{motionEasingShowPaced}",
3549
+ "disabled": "{motionEasingShowPaced}"
3550
+ },
3551
+ "motionDurationSideNavigationContentEnterFade": {
3552
+ "default": "0ms",
3553
+ "disabled": "0ms"
3554
+ },
3555
+ "motionDurationSideNavigationContentExit": {
3556
+ "default": "0ms",
3557
+ "disabled": "0ms"
3558
+ },
3559
+ "motionDurationSideNavigationContentExitFade": {
3560
+ "default": "0ms",
3561
+ "disabled": "0ms"
3562
+ },
3563
+ "motionEasingSideNavigationContentExit": {
3564
+ "default": "{motionEasingShowQuick}",
3565
+ "disabled": "{motionEasingShowQuick}"
3566
+ },
3534
3567
  "motionKeyframesFadeIn": {
3535
3568
  "default": "awsui-fade-in-35003c",
3536
3569
  "disabled": "awsui-fade-in-35003c"
@@ -3587,6 +3620,14 @@ module.exports.preset = {
3587
3620
  "comfortable": "28px",
3588
3621
  "compact": "24px"
3589
3622
  },
3623
+ "sizeSideNavigationItemCollapsed": {
3624
+ "comfortable": "30px",
3625
+ "compact": "28px"
3626
+ },
3627
+ "sizeSideNavigationCollapsedWidth": {
3628
+ "comfortable": "52px",
3629
+ "compact": "52px"
3630
+ },
3590
3631
  "spaceAlertActionLeft": {
3591
3632
  "comfortable": "{spaceS}",
3592
3633
  "compact": "{spaceS}"
@@ -4880,8 +4921,8 @@ module.exports.preset = {
4880
4921
  "dark": "{colorBackgroundControlChecked}"
4881
4922
  },
4882
4923
  "colorBackgroundSideNavigationItemIconHover": {
4883
- "light": "{colorNeutral700}",
4884
- "dark": "{colorNeutral700}"
4924
+ "light": "{colorBackgroundItemSelected}",
4925
+ "dark": "{colorBackgroundItemSelected}"
4885
4926
  },
4886
4927
  "colorBackgroundLayoutMain": {
4887
4928
  "light": "{colorNeutral850}",
@@ -5439,6 +5480,10 @@ module.exports.preset = {
5439
5480
  "light": "{colorNeutral750}",
5440
5481
  "dark": "{colorNeutral750}"
5441
5482
  },
5483
+ "colorBorderNotificationStackBarFocused": {
5484
+ "light": "{colorNeutral100}",
5485
+ "dark": "{colorNeutral100}"
5486
+ },
5442
5487
  "colorBorderPanelHeader": {
5443
5488
  "light": "{colorBorderDividerDefault}",
5444
5489
  "dark": "{colorBorderDividerDefault}"
@@ -5891,6 +5936,10 @@ module.exports.preset = {
5891
5936
  "light": "{colorTextLinkHover}",
5892
5937
  "dark": "{colorTextLinkHover}"
5893
5938
  },
5939
+ "colorTextLinkSecondaryDecorationDefault": {
5940
+ "light": "transparent",
5941
+ "dark": "transparent"
5942
+ },
5894
5943
  "colorTextLinkInfoDefault": {
5895
5944
  "light": "{colorTextLinkDefault}",
5896
5945
  "dark": "{colorTextLinkDefault}"
@@ -6776,8 +6825,8 @@ module.exports.preset = {
6776
6825
  "dark": "{colorBackgroundControlChecked}"
6777
6826
  },
6778
6827
  "colorBackgroundSideNavigationItemIconHover": {
6779
- "light": "{colorNeutral700}",
6780
- "dark": "{colorNeutral700}"
6828
+ "light": "{colorBackgroundItemSelected}",
6829
+ "dark": "{colorBackgroundItemSelected}"
6781
6830
  },
6782
6831
  "colorBackgroundLayoutMain": {
6783
6832
  "light": "{colorNeutral950}",
@@ -7335,6 +7384,10 @@ module.exports.preset = {
7335
7384
  "light": "{colorNeutral750}",
7336
7385
  "dark": "{colorNeutral750}"
7337
7386
  },
7387
+ "colorBorderNotificationStackBarFocused": {
7388
+ "light": "{colorNeutral100}",
7389
+ "dark": "{colorNeutral100}"
7390
+ },
7338
7391
  "colorBorderPanelHeader": {
7339
7392
  "light": "{colorBorderDividerDefault}",
7340
7393
  "dark": "{colorBorderDividerDefault}"
@@ -7787,6 +7840,10 @@ module.exports.preset = {
7787
7840
  "light": "{colorTextLinkHover}",
7788
7841
  "dark": "{colorTextLinkHover}"
7789
7842
  },
7843
+ "colorTextLinkSecondaryDecorationDefault": {
7844
+ "light": "transparent",
7845
+ "dark": "transparent"
7846
+ },
7790
7847
  "colorTextLinkInfoDefault": {
7791
7848
  "light": "{colorTextLinkDefault}",
7792
7849
  "dark": "{colorTextLinkDefault}"
@@ -8610,8 +8667,8 @@ module.exports.preset = {
8610
8667
  "dark": "{colorBackgroundControlChecked}"
8611
8668
  },
8612
8669
  "colorBackgroundSideNavigationItemIconHover": {
8613
- "light": "{colorPrimary50}",
8614
- "dark": "{colorNeutral700}"
8670
+ "light": "{colorBackgroundItemSelected}",
8671
+ "dark": "{colorBackgroundItemSelected}"
8615
8672
  },
8616
8673
  "colorBackgroundLayoutMain": {
8617
8674
  "light": "{colorWhite}",
@@ -9169,6 +9226,10 @@ module.exports.preset = {
9169
9226
  "light": "{colorNeutral750}",
9170
9227
  "dark": "{colorNeutral750}"
9171
9228
  },
9229
+ "colorBorderNotificationStackBarFocused": {
9230
+ "light": "{colorNeutral100}",
9231
+ "dark": "{colorNeutral100}"
9232
+ },
9172
9233
  "colorBorderPanelHeader": {
9173
9234
  "light": "{colorBorderDividerDefault}",
9174
9235
  "dark": "{colorBorderDividerDefault}"
@@ -9621,6 +9682,10 @@ module.exports.preset = {
9621
9682
  "light": "{colorTextLinkHover}",
9622
9683
  "dark": "{colorTextLinkHover}"
9623
9684
  },
9685
+ "colorTextLinkSecondaryDecorationDefault": {
9686
+ "light": "transparent",
9687
+ "dark": "transparent"
9688
+ },
9624
9689
  "colorTextLinkInfoDefault": {
9625
9690
  "light": "{colorTextLinkDefault}",
9626
9691
  "dark": "{colorTextLinkDefault}"
@@ -10280,8 +10345,8 @@ module.exports.preset = {
10280
10345
  "dark": "{colorBackgroundControlChecked}"
10281
10346
  },
10282
10347
  "colorBackgroundSideNavigationItemIconHover": {
10283
- "light": "{colorPrimary50}",
10284
- "dark": "{colorNeutral700}"
10348
+ "light": "{colorBackgroundItemSelected}",
10349
+ "dark": "{colorBackgroundItemSelected}"
10285
10350
  },
10286
10351
  "colorBackgroundLayoutMain": {
10287
10352
  "light": "{colorWhite}",
@@ -10839,6 +10904,10 @@ module.exports.preset = {
10839
10904
  "light": "{colorNeutral750}",
10840
10905
  "dark": "{colorNeutral750}"
10841
10906
  },
10907
+ "colorBorderNotificationStackBarFocused": {
10908
+ "light": "{colorNeutral100}",
10909
+ "dark": "{colorNeutral100}"
10910
+ },
10842
10911
  "colorBorderPanelHeader": {
10843
10912
  "light": "{colorBorderDividerDefault}",
10844
10913
  "dark": "{colorBorderDividerDefault}"
@@ -11291,6 +11360,10 @@ module.exports.preset = {
11291
11360
  "light": "{colorTextLinkHover}",
11292
11361
  "dark": "{colorTextLinkHover}"
11293
11362
  },
11363
+ "colorTextLinkSecondaryDecorationDefault": {
11364
+ "light": "transparent",
11365
+ "dark": "transparent"
11366
+ },
11294
11367
  "colorTextLinkInfoDefault": {
11295
11368
  "light": "{colorTextLinkDefault}",
11296
11369
  "dark": "{colorTextLinkDefault}"
@@ -11950,8 +12023,8 @@ module.exports.preset = {
11950
12023
  "dark": "{colorBackgroundControlChecked}"
11951
12024
  },
11952
12025
  "colorBackgroundSideNavigationItemIconHover": {
11953
- "light": "{colorPrimary50}",
11954
- "dark": "{colorNeutral700}"
12026
+ "light": "{colorBackgroundItemSelected}",
12027
+ "dark": "{colorBackgroundItemSelected}"
11955
12028
  },
11956
12029
  "colorBackgroundLayoutMain": {
11957
12030
  "light": "{colorWhite}",
@@ -12509,6 +12582,10 @@ module.exports.preset = {
12509
12582
  "light": "{colorNeutral750}",
12510
12583
  "dark": "{colorNeutral750}"
12511
12584
  },
12585
+ "colorBorderNotificationStackBarFocused": {
12586
+ "light": "{colorNeutral100}",
12587
+ "dark": "{colorNeutral100}"
12588
+ },
12512
12589
  "colorBorderPanelHeader": {
12513
12590
  "light": "{colorBorderDividerDefault}",
12514
12591
  "dark": "{colorBorderDividerDefault}"
@@ -12961,6 +13038,10 @@ module.exports.preset = {
12961
13038
  "light": "{colorTextLinkHover}",
12962
13039
  "dark": "{colorTextLinkHover}"
12963
13040
  },
13041
+ "colorTextLinkSecondaryDecorationDefault": {
13042
+ "light": "transparent",
13043
+ "dark": "transparent"
13044
+ },
12964
13045
  "colorTextLinkInfoDefault": {
12965
13046
  "light": "{colorTextLinkDefault}",
12966
13047
  "dark": "{colorTextLinkDefault}"
@@ -13622,8 +13703,8 @@ module.exports.preset = {
13622
13703
  "dark": "{colorBackgroundControlChecked}"
13623
13704
  },
13624
13705
  "colorBackgroundSideNavigationItemIconHover": {
13625
- "light": "{colorNeutral700}",
13626
- "dark": "{colorNeutral700}"
13706
+ "light": "{colorBackgroundItemSelected}",
13707
+ "dark": "{colorBackgroundItemSelected}"
13627
13708
  },
13628
13709
  "colorBackgroundLayoutMain": {
13629
13710
  "light": "{colorNeutral850}",
@@ -14181,6 +14262,10 @@ module.exports.preset = {
14181
14262
  "light": "{colorNeutral750}",
14182
14263
  "dark": "{colorNeutral750}"
14183
14264
  },
14265
+ "colorBorderNotificationStackBarFocused": {
14266
+ "light": "{colorNeutral100}",
14267
+ "dark": "{colorNeutral100}"
14268
+ },
14184
14269
  "colorBorderPanelHeader": {
14185
14270
  "light": "{colorBorderDividerDefault}",
14186
14271
  "dark": "{colorBorderDividerDefault}"
@@ -14633,6 +14718,10 @@ module.exports.preset = {
14633
14718
  "light": "{colorTextLinkHover}",
14634
14719
  "dark": "{colorTextLinkHover}"
14635
14720
  },
14721
+ "colorTextLinkSecondaryDecorationDefault": {
14722
+ "light": "transparent",
14723
+ "dark": "transparent"
14724
+ },
14636
14725
  "colorTextLinkInfoDefault": {
14637
14726
  "light": "{colorTextLinkDefault}",
14638
14727
  "dark": "{colorTextLinkDefault}"
@@ -15632,6 +15721,7 @@ module.exports.preset = {
15632
15721
  "colorBorderLayout": "color",
15633
15722
  "colorBorderLayoutSideNavigation": "color",
15634
15723
  "colorBorderNotificationStackBar": "color",
15724
+ "colorBorderNotificationStackBarFocused": "color",
15635
15725
  "colorBorderPanelHeader": "color",
15636
15726
  "colorBorderPopover": "color",
15637
15727
  "colorBorderSegmentActive": "color",
@@ -15745,6 +15835,7 @@ module.exports.preset = {
15745
15835
  "colorTextLinkDecorationHover": "color",
15746
15836
  "colorTextLinkSecondaryDefault": "color",
15747
15837
  "colorTextLinkSecondaryHover": "color",
15838
+ "colorTextLinkSecondaryDecorationDefault": "color",
15748
15839
  "colorTextLinkInfoDefault": "color",
15749
15840
  "colorTextLinkInfoHover": "color",
15750
15841
  "colorTextLinkInvertedDefault": "color",
@@ -15888,6 +15979,12 @@ module.exports.preset = {
15888
15979
  "motionDurationComplex": "motion",
15889
15980
  "motionDurationTooltipEnter": "motion",
15890
15981
  "motionEasingTooltipEnter": "motion",
15982
+ "motionDurationExpandableContentEnter": "motion",
15983
+ "motionEasingExpandableContentEnter": "motion",
15984
+ "motionDurationSideNavigationContentEnterFade": "motion",
15985
+ "motionDurationSideNavigationContentExit": "motion",
15986
+ "motionDurationSideNavigationContentExitFade": "motion",
15987
+ "motionEasingSideNavigationContentExit": "motion",
15891
15988
  "motionKeyframesFadeIn": "motion",
15892
15989
  "motionKeyframesFadeOut": "motion",
15893
15990
  "motionKeyframesStatusIconError": "motion",
@@ -15902,6 +15999,8 @@ module.exports.preset = {
15902
15999
  "sizeVerticalInput": "density",
15903
16000
  "sizeVerticalPanelIconOffset": "density",
15904
16001
  "sizeSideNavigationItemHeight": "density",
16002
+ "sizeSideNavigationItemCollapsed": "density",
16003
+ "sizeSideNavigationCollapsedWidth": "density",
15905
16004
  "spaceAlertActionLeft": "density",
15906
16005
  "spaceAlertHorizontal": "density",
15907
16006
  "spaceAlertMessageRight": "density",
@@ -16773,6 +16872,8 @@ module.exports.preset = {
16773
16872
  "motionEasingTooltipEnter",
16774
16873
  "sizeVerticalInput",
16775
16874
  "sizeSideNavigationItemHeight",
16875
+ "sizeSideNavigationItemCollapsed",
16876
+ "sizeSideNavigationCollapsedWidth",
16776
16877
  "spaceAlertVertical",
16777
16878
  "spaceButtonHorizontal",
16778
16879
  "spaceButtonVertical",
@@ -17313,6 +17414,8 @@ module.exports.preset = {
17313
17414
  "motionKeyframesScalePopup",
17314
17415
  "sizeVerticalInput",
17315
17416
  "sizeSideNavigationItemHeight",
17417
+ "sizeSideNavigationItemCollapsed",
17418
+ "sizeSideNavigationCollapsedWidth",
17316
17419
  "spaceAlertVertical",
17317
17420
  "spaceButtonHorizontal",
17318
17421
  "spaceButtonVertical",
@@ -17935,6 +18038,7 @@ module.exports.preset = {
17935
18038
  "colorBorderLayout": "color-border-layout",
17936
18039
  "colorBorderLayoutSideNavigation": "color-border-layout-side-navigation",
17937
18040
  "colorBorderNotificationStackBar": "color-border-notification-stack-bar",
18041
+ "colorBorderNotificationStackBarFocused": "color-border-notification-stack-bar-focused",
17938
18042
  "colorBorderPanelHeader": "color-border-panel-header",
17939
18043
  "colorBorderPopover": "color-border-popover",
17940
18044
  "colorBorderSegmentActive": "color-border-segment-active",
@@ -18048,6 +18152,7 @@ module.exports.preset = {
18048
18152
  "colorTextLinkDecorationHover": "color-text-link-decoration-hover",
18049
18153
  "colorTextLinkSecondaryDefault": "color-text-link-secondary-default",
18050
18154
  "colorTextLinkSecondaryHover": "color-text-link-secondary-hover",
18155
+ "colorTextLinkSecondaryDecorationDefault": "color-text-link-secondary-decoration-default",
18051
18156
  "colorTextLinkInfoDefault": "color-text-link-info-default",
18052
18157
  "colorTextLinkInfoHover": "color-text-link-info-hover",
18053
18158
  "colorTextLinkInvertedDefault": "color-text-link-inverted-default",
@@ -18156,6 +18261,7 @@ module.exports.preset = {
18156
18261
  "fontButtonLetterSpacing": "font-button-letter-spacing",
18157
18262
  "fontChartDetailSize": "font-chart-detail-size",
18158
18263
  "fontDecorationStyleLink": "font-decoration-style-link",
18264
+ "fontDecorationLineLinkSecondary": "font-decoration-line-link-secondary",
18159
18265
  "fontDecorationThicknessLink": "font-decoration-thickness-link",
18160
18266
  "fontDecorationThicknessLinkDisplayL": "font-decoration-thickness-link-display-l",
18161
18267
  "fontDisplayLabelWeight": "font-display-label-weight",
@@ -18343,6 +18449,12 @@ module.exports.preset = {
18343
18449
  "motionDurationComplex": "motion-duration-complex",
18344
18450
  "motionDurationTooltipEnter": "motion-duration-tooltip-enter",
18345
18451
  "motionEasingTooltipEnter": "motion-easing-tooltip-enter",
18452
+ "motionDurationExpandableContentEnter": "motion-duration-expandable-content-enter",
18453
+ "motionEasingExpandableContentEnter": "motion-easing-expandable-content-enter",
18454
+ "motionDurationSideNavigationContentEnterFade": "motion-duration-side-navigation-content-enter-fade",
18455
+ "motionDurationSideNavigationContentExit": "motion-duration-side-navigation-content-exit",
18456
+ "motionDurationSideNavigationContentExitFade": "motion-duration-side-navigation-content-exit-fade",
18457
+ "motionEasingSideNavigationContentExit": "motion-easing-side-navigation-content-exit",
18346
18458
  "motionKeyframesFadeIn": "motion-keyframes-fade-in",
18347
18459
  "motionKeyframesFadeOut": "motion-keyframes-fade-out",
18348
18460
  "motionKeyframesStatusIconError": "motion-keyframes-status-icon-error",
@@ -18357,6 +18469,8 @@ module.exports.preset = {
18357
18469
  "sizeVerticalInput": "size-vertical-input",
18358
18470
  "sizeVerticalPanelIconOffset": "size-vertical-panel-icon-offset",
18359
18471
  "sizeSideNavigationItemHeight": "size-side-navigation-item-height",
18472
+ "sizeSideNavigationItemCollapsed": "size-side-navigation-item-collapsed",
18473
+ "sizeSideNavigationCollapsedWidth": "size-side-navigation-collapsed-width",
18360
18474
  "spaceAlertActionLeft": "space-alert-action-left",
18361
18475
  "spaceAlertHorizontal": "space-alert-horizontal",
18362
18476
  "spaceAlertMessageRight": "space-alert-message-right",
@@ -18937,7 +19051,7 @@ module.exports.preset = {
18937
19051
  "colorBackgroundItemSelected": "--color-background-item-selected-pyr5cw",
18938
19052
  "colorBackgroundSideNavigationItemActive": "--color-background-side-navigation-item-active-adfprg",
18939
19053
  "colorBackgroundSideNavigationItemActiveCollapsed": "--color-background-side-navigation-item-active-collapsed-jczh49",
18940
- "colorBackgroundSideNavigationItemIconHover": "--color-background-side-navigation-item-icon-hover-c8r9nb",
19054
+ "colorBackgroundSideNavigationItemIconHover": "--color-background-side-navigation-item-icon-hover-e5eh06",
18941
19055
  "colorBackgroundLayoutMain": "--color-background-layout-main-7z8vaj",
18942
19056
  "colorBackgroundLayoutAiDrawer": "--color-background-layout-ai-drawer-b4mvv3",
18943
19057
  "colorBackgroundDrawer": "--color-background-drawer-715dba",
@@ -19077,6 +19191,7 @@ module.exports.preset = {
19077
19191
  "colorBorderLayout": "--color-border-layout-px1i24",
19078
19192
  "colorBorderLayoutSideNavigation": "--color-border-layout-side-navigation-mjh43q",
19079
19193
  "colorBorderNotificationStackBar": "--color-border-notification-stack-bar-aszsse",
19194
+ "colorBorderNotificationStackBarFocused": "--color-border-notification-stack-bar-focused-mzvtw9",
19080
19195
  "colorBorderPanelHeader": "--color-border-panel-header-j4pvsn",
19081
19196
  "colorBorderPopover": "--color-border-popover-5yl4uc",
19082
19197
  "colorBorderSegmentActive": "--color-border-segment-active-trxbfe",
@@ -19190,6 +19305,7 @@ module.exports.preset = {
19190
19305
  "colorTextLinkDecorationHover": "--color-text-link-decoration-hover-kui2t9",
19191
19306
  "colorTextLinkSecondaryDefault": "--color-text-link-secondary-default-6ui3do",
19192
19307
  "colorTextLinkSecondaryHover": "--color-text-link-secondary-hover-oy8eob",
19308
+ "colorTextLinkSecondaryDecorationDefault": "--color-text-link-secondary-decoration-default-icj4nn",
19193
19309
  "colorTextLinkInfoDefault": "--color-text-link-info-default-mgpk1w",
19194
19310
  "colorTextLinkInfoHover": "--color-text-link-info-hover-os951m",
19195
19311
  "colorTextLinkInvertedDefault": "--color-text-link-inverted-default-n9ytl0",
@@ -19298,6 +19414,7 @@ module.exports.preset = {
19298
19414
  "fontButtonLetterSpacing": "--font-button-letter-spacing-ufowe3",
19299
19415
  "fontChartDetailSize": "--font-chart-detail-size-9qr25q",
19300
19416
  "fontDecorationStyleLink": "--font-decoration-style-link-pk2xmp",
19417
+ "fontDecorationLineLinkSecondary": "--font-decoration-line-link-secondary-yegojw",
19301
19418
  "fontDecorationThicknessLink": "--font-decoration-thickness-link-uesuo7",
19302
19419
  "fontDecorationThicknessLinkDisplayL": "--font-decoration-thickness-link-display-l-6g5fyl",
19303
19420
  "fontDisplayLabelWeight": "--font-display-label-weight-zavpeo",
@@ -19485,6 +19602,12 @@ module.exports.preset = {
19485
19602
  "motionDurationComplex": "--motion-duration-complex-tbdo30",
19486
19603
  "motionDurationTooltipEnter": "--motion-duration-tooltip-enter-8e7aex",
19487
19604
  "motionEasingTooltipEnter": "--motion-easing-tooltip-enter-i9exfu",
19605
+ "motionDurationExpandableContentEnter": "--motion-duration-expandable-content-enter-kqyuuj",
19606
+ "motionEasingExpandableContentEnter": "--motion-easing-expandable-content-enter-5fw5v8",
19607
+ "motionDurationSideNavigationContentEnterFade": "--motion-duration-side-navigation-content-enter-fade-9is49e",
19608
+ "motionDurationSideNavigationContentExit": "--motion-duration-side-navigation-content-exit-6sbfiy",
19609
+ "motionDurationSideNavigationContentExitFade": "--motion-duration-side-navigation-content-exit-fade-ydl422",
19610
+ "motionEasingSideNavigationContentExit": "--motion-easing-side-navigation-content-exit-v820ow",
19488
19611
  "motionKeyframesFadeIn": "--motion-keyframes-fade-in-0r842q",
19489
19612
  "motionKeyframesFadeOut": "--motion-keyframes-fade-out-g7fgdu",
19490
19613
  "motionKeyframesStatusIconError": "--motion-keyframes-status-icon-error-wkou39",
@@ -19499,6 +19622,8 @@ module.exports.preset = {
19499
19622
  "sizeVerticalInput": "--size-vertical-input-p1d7xx",
19500
19623
  "sizeVerticalPanelIconOffset": "--size-vertical-panel-icon-offset-z959cw",
19501
19624
  "sizeSideNavigationItemHeight": "--size-side-navigation-item-height-lokap3",
19625
+ "sizeSideNavigationItemCollapsed": "--size-side-navigation-item-collapsed-oesjea",
19626
+ "sizeSideNavigationCollapsedWidth": "--size-side-navigation-collapsed-width-3gq7nn",
19502
19627
  "spaceAlertActionLeft": "--space-alert-action-left-4s8zo5",
19503
19628
  "spaceAlertHorizontal": "--space-alert-horizontal-ul364s",
19504
19629
  "spaceAlertMessageRight": "--space-alert-message-right-mrjbnn",
@@ -438,6 +438,8 @@ export declare interface TypedOverride {
438
438
  motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
439
439
  sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
440
440
  sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
441
+ sizeSideNavigationItemCollapsed?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
442
+ sizeSideNavigationCollapsedWidth?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
441
443
  spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
442
444
  spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
443
445
  spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
@@ -896,6 +898,8 @@ export declare interface TypedOverride {
896
898
  motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
897
899
  sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
898
900
  sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
901
+ sizeSideNavigationItemCollapsed?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
902
+ sizeSideNavigationCollapsedWidth?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
899
903
  spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
900
904
  spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
901
905
  spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
@@ -1354,6 +1358,8 @@ export declare interface TypedOverride {
1354
1358
  motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
1355
1359
  sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1356
1360
  sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1361
+ sizeSideNavigationItemCollapsed?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1362
+ sizeSideNavigationCollapsedWidth?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1357
1363
  spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1358
1364
  spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1359
1365
  spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
@@ -1812,6 +1818,8 @@ export declare interface TypedOverride {
1812
1818
  motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
1813
1819
  sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1814
1820
  sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1821
+ sizeSideNavigationItemCollapsed?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1822
+ sizeSideNavigationCollapsedWidth?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1815
1823
  spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1816
1824
  spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1817
1825
  spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
@@ -2270,6 +2278,8 @@ export declare interface TypedOverride {
2270
2278
  motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
2271
2279
  sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2272
2280
  sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2281
+ sizeSideNavigationItemCollapsed?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2282
+ sizeSideNavigationCollapsedWidth?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2273
2283
  spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2274
2284
  spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2275
2285
  spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
@@ -2728,6 +2738,8 @@ export declare interface TypedOverride {
2728
2738
  motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
2729
2739
  sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2730
2740
  sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2741
+ sizeSideNavigationItemCollapsed?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2742
+ sizeSideNavigationCollapsedWidth?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2731
2743
  spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2732
2744
  spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2733
2745
  spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
@@ -3186,6 +3198,8 @@ export declare interface TypedOverride {
3186
3198
  motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
3187
3199
  sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3188
3200
  sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3201
+ sizeSideNavigationItemCollapsed?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3202
+ sizeSideNavigationCollapsedWidth?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3189
3203
  spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3190
3204
  spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3191
3205
  spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
@@ -3644,6 +3658,8 @@ export declare interface TypedOverride {
3644
3658
  motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
3645
3659
  sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3646
3660
  sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3661
+ sizeSideNavigationItemCollapsed?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3662
+ sizeSideNavigationCollapsedWidth?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3647
3663
  spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3648
3664
  spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3649
3665
  spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
@@ -4102,6 +4118,8 @@ export declare interface TypedOverride {
4102
4118
  motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
4103
4119
  sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
4104
4120
  sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
4121
+ sizeSideNavigationItemCollapsed?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
4122
+ sizeSideNavigationCollapsedWidth?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
4105
4123
  spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
4106
4124
  spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
4107
4125
  spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
@@ -438,6 +438,8 @@ export declare interface TypedOverride {
438
438
  motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
439
439
  sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
440
440
  sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
441
+ sizeSideNavigationItemCollapsed?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
442
+ sizeSideNavigationCollapsedWidth?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
441
443
  spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
442
444
  spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
443
445
  spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
@@ -896,6 +898,8 @@ export declare interface TypedOverride {
896
898
  motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
897
899
  sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
898
900
  sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
901
+ sizeSideNavigationItemCollapsed?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
902
+ sizeSideNavigationCollapsedWidth?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
899
903
  spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
900
904
  spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
901
905
  spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
@@ -1354,6 +1358,8 @@ export declare interface TypedOverride {
1354
1358
  motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
1355
1359
  sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1356
1360
  sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1361
+ sizeSideNavigationItemCollapsed?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1362
+ sizeSideNavigationCollapsedWidth?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1357
1363
  spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1358
1364
  spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1359
1365
  spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
@@ -1812,6 +1818,8 @@ export declare interface TypedOverride {
1812
1818
  motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
1813
1819
  sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1814
1820
  sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1821
+ sizeSideNavigationItemCollapsed?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1822
+ sizeSideNavigationCollapsedWidth?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1815
1823
  spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1816
1824
  spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
1817
1825
  spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
@@ -2270,6 +2278,8 @@ export declare interface TypedOverride {
2270
2278
  motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
2271
2279
  sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2272
2280
  sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2281
+ sizeSideNavigationItemCollapsed?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2282
+ sizeSideNavigationCollapsedWidth?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2273
2283
  spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2274
2284
  spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2275
2285
  spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
@@ -2728,6 +2738,8 @@ export declare interface TypedOverride {
2728
2738
  motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
2729
2739
  sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2730
2740
  sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2741
+ sizeSideNavigationItemCollapsed?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2742
+ sizeSideNavigationCollapsedWidth?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2731
2743
  spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2732
2744
  spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
2733
2745
  spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
@@ -3186,6 +3198,8 @@ export declare interface TypedOverride {
3186
3198
  motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
3187
3199
  sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3188
3200
  sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3201
+ sizeSideNavigationItemCollapsed?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3202
+ sizeSideNavigationCollapsedWidth?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3189
3203
  spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3190
3204
  spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3191
3205
  spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
@@ -3644,6 +3658,8 @@ export declare interface TypedOverride {
3644
3658
  motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
3645
3659
  sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3646
3660
  sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3661
+ sizeSideNavigationItemCollapsed?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3662
+ sizeSideNavigationCollapsedWidth?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3647
3663
  spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3648
3664
  spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
3649
3665
  spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
@@ -4102,6 +4118,8 @@ export declare interface TypedOverride {
4102
4118
  motionEasingTooltipEnter?: GlobalValue | TypedModeValueOverride<'default' | 'disabled'>;
4103
4119
  sizeVerticalInput?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
4104
4120
  sizeSideNavigationItemHeight?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
4121
+ sizeSideNavigationItemCollapsed?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
4122
+ sizeSideNavigationCollapsedWidth?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
4105
4123
  spaceAlertVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
4106
4124
  spaceButtonHorizontal?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;
4107
4125
  spaceButtonVertical?: GlobalValue | TypedModeValueOverride<'comfortable' | 'compact'>;