@cloudscape-design/components-themeable 3.0.847 → 3.0.848

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 (107) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/alert/styles.scss +3 -3
  3. package/lib/internal/scss/anchor-navigation/styles.scss +1 -1
  4. package/lib/internal/scss/flashbar/collapsible.scss +2 -2
  5. package/lib/internal/scss/flashbar/styles.scss +1 -1
  6. package/lib/internal/scss/internal/styles/forms/constants.scss +1 -1
  7. package/lib/internal/scss/internal/styles/forms/mixins.scss +2 -2
  8. package/lib/internal/scss/internal/styles/typography/mixins.scss +1 -1
  9. package/lib/internal/scss/link/constants.scss +2 -2
  10. package/lib/internal/scss/popover/arrow.scss +1 -5
  11. package/lib/internal/scss/popover/body.scss +1 -1
  12. package/lib/internal/scss/popover/container.scss +2 -2
  13. package/lib/internal/scss/property-filter/filtering-token/styles.scss +2 -2
  14. package/lib/internal/scss/select/parts/styles.scss +3 -3
  15. package/lib/internal/scss/token-group/mixins.scss +2 -2
  16. package/lib/internal/template/alert/styles.css.js +28 -28
  17. package/lib/internal/template/alert/styles.scoped.css +46 -46
  18. package/lib/internal/template/alert/styles.selectors.js +28 -28
  19. package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
  20. package/lib/internal/template/anchor-navigation/styles.scoped.css +19 -19
  21. package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
  22. package/lib/internal/template/button/styles.css.js +21 -21
  23. package/lib/internal/template/button/styles.scoped.css +157 -157
  24. package/lib/internal/template/button/styles.selectors.js +21 -21
  25. package/lib/internal/template/button-dropdown/item-element/styles.css.js +13 -13
  26. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +22 -22
  27. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +13 -13
  28. package/lib/internal/template/button-dropdown/styles.css.js +17 -17
  29. package/lib/internal/template/button-dropdown/styles.scoped.css +30 -30
  30. package/lib/internal/template/button-dropdown/styles.selectors.js +17 -17
  31. package/lib/internal/template/expandable-section/styles.css.js +34 -34
  32. package/lib/internal/template/expandable-section/styles.scoped.css +67 -67
  33. package/lib/internal/template/expandable-section/styles.selectors.js +34 -34
  34. package/lib/internal/template/file-token-group/styles.css.js +22 -22
  35. package/lib/internal/template/file-token-group/styles.scoped.css +31 -31
  36. package/lib/internal/template/file-token-group/styles.selectors.js +22 -22
  37. package/lib/internal/template/flashbar/styles.css.js +50 -50
  38. package/lib/internal/template/flashbar/styles.scoped.css +151 -151
  39. package/lib/internal/template/flashbar/styles.selectors.js +50 -50
  40. package/lib/internal/template/input/styles.css.js +13 -13
  41. package/lib/internal/template/input/styles.scoped.css +44 -44
  42. package/lib/internal/template/input/styles.selectors.js +13 -13
  43. package/lib/internal/template/internal/base-component/styles.scoped.css +7 -3
  44. package/lib/internal/template/internal/components/button-trigger/styles.css.js +13 -13
  45. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +37 -37
  46. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +13 -13
  47. package/lib/internal/template/internal/components/checkbox-icon/styles.css.js +9 -9
  48. package/lib/internal/template/internal/components/checkbox-icon/styles.scoped.css +10 -10
  49. package/lib/internal/template/internal/components/checkbox-icon/styles.selectors.js +9 -9
  50. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  51. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +39 -39
  52. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  53. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  54. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +14 -14
  55. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  56. package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
  57. package/lib/internal/template/internal/components/token-list/styles.scoped.css +26 -26
  58. package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
  59. package/lib/internal/template/internal/environment.js +1 -1
  60. package/lib/internal/template/internal/environment.json +1 -1
  61. package/lib/internal/template/internal/generated/styles/tokens.d.ts +4 -2
  62. package/lib/internal/template/internal/generated/styles/tokens.js +4 -2
  63. package/lib/internal/template/internal/generated/theming/index.cjs +22 -8
  64. package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +32 -0
  65. package/lib/internal/template/internal/generated/theming/index.d.ts +32 -0
  66. package/lib/internal/template/internal/generated/theming/index.js +22 -8
  67. package/lib/internal/template/link/styles.css.js +20 -20
  68. package/lib/internal/template/link/styles.scoped.css +73 -73
  69. package/lib/internal/template/link/styles.selectors.js +20 -20
  70. package/lib/internal/template/pagination/styles.css.js +9 -9
  71. package/lib/internal/template/pagination/styles.scoped.css +27 -27
  72. package/lib/internal/template/pagination/styles.selectors.js +9 -9
  73. package/lib/internal/template/popover/styles.css.js +52 -52
  74. package/lib/internal/template/popover/styles.scoped.css +72 -75
  75. package/lib/internal/template/popover/styles.selectors.js +52 -52
  76. package/lib/internal/template/prompt-input/styles.css.js +14 -14
  77. package/lib/internal/template/prompt-input/styles.scoped.css +56 -56
  78. package/lib/internal/template/prompt-input/styles.selectors.js +14 -14
  79. package/lib/internal/template/property-filter/filtering-token/styles.css.js +18 -18
  80. package/lib/internal/template/property-filter/filtering-token/styles.scoped.css +45 -45
  81. package/lib/internal/template/property-filter/filtering-token/styles.selectors.js +18 -18
  82. package/lib/internal/template/property-filter/styles.css.js +39 -39
  83. package/lib/internal/template/property-filter/styles.scoped.css +42 -42
  84. package/lib/internal/template/property-filter/styles.selectors.js +39 -39
  85. package/lib/internal/template/segmented-control/styles.css.js +15 -15
  86. package/lib/internal/template/segmented-control/styles.scoped.css +38 -38
  87. package/lib/internal/template/segmented-control/styles.selectors.js +15 -15
  88. package/lib/internal/template/select/parts/styles.css.js +21 -21
  89. package/lib/internal/template/select/parts/styles.scoped.css +26 -26
  90. package/lib/internal/template/select/parts/styles.selectors.js +21 -21
  91. package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
  92. package/lib/internal/template/textarea/styles.css.js +5 -5
  93. package/lib/internal/template/textarea/styles.scoped.css +24 -24
  94. package/lib/internal/template/textarea/styles.selectors.js +5 -5
  95. package/lib/internal/template/tiles/styles.css.js +30 -30
  96. package/lib/internal/template/tiles/styles.scoped.css +79 -79
  97. package/lib/internal/template/tiles/styles.selectors.js +30 -30
  98. package/lib/internal/template/token-group/styles.css.js +8 -8
  99. package/lib/internal/template/token-group/styles.scoped.css +18 -18
  100. package/lib/internal/template/token-group/styles.selectors.js +8 -8
  101. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  102. package/lib/internal/template/top-navigation/styles.scoped.css +67 -67
  103. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  104. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  105. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +29 -29
  106. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  107. package/package.json +1 -1
@@ -2,25 +2,25 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_yb5vo_149",
6
- "awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_yb5vo_1",
7
- "refresh": "awsui_refresh_qwoo0_yb5vo_170",
8
- "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_yb5vo_1",
9
- "root": "awsui_root_qwoo0_yb5vo_195",
10
- "interior": "awsui_interior_qwoo0_yb5vo_231",
11
- "dropdown": "awsui_dropdown_qwoo0_yb5vo_149",
12
- "use-portal": "awsui_use-portal_qwoo0_yb5vo_242",
13
- "is-empty": "awsui_is-empty_qwoo0_yb5vo_288",
14
- "dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_yb5vo_295",
15
- "with-limited-width": "awsui_with-limited-width_qwoo0_yb5vo_299",
16
- "dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_yb5vo_302",
17
- "dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_yb5vo_305",
18
- "occupy-entire-width": "awsui_occupy-entire-width_qwoo0_yb5vo_308",
19
- "stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-width_qwoo0_yb5vo_311",
20
- "hide-block-border": "awsui_hide-block-border_qwoo0_yb5vo_318",
21
- "open": "awsui_open_qwoo0_yb5vo_327",
22
- "nowrap": "awsui_nowrap_qwoo0_yb5vo_336",
23
- "dropdown-content": "awsui_dropdown-content_qwoo0_yb5vo_149",
24
- "stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_yb5vo_347"
5
+ "dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_ba4gw_149",
6
+ "awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_ba4gw_1",
7
+ "refresh": "awsui_refresh_qwoo0_ba4gw_170",
8
+ "awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_ba4gw_1",
9
+ "root": "awsui_root_qwoo0_ba4gw_195",
10
+ "interior": "awsui_interior_qwoo0_ba4gw_231",
11
+ "dropdown": "awsui_dropdown_qwoo0_ba4gw_149",
12
+ "use-portal": "awsui_use-portal_qwoo0_ba4gw_242",
13
+ "is-empty": "awsui_is-empty_qwoo0_ba4gw_288",
14
+ "dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_ba4gw_295",
15
+ "with-limited-width": "awsui_with-limited-width_qwoo0_ba4gw_299",
16
+ "dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_ba4gw_302",
17
+ "dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_ba4gw_305",
18
+ "occupy-entire-width": "awsui_occupy-entire-width_qwoo0_ba4gw_308",
19
+ "stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-width_qwoo0_ba4gw_311",
20
+ "hide-block-border": "awsui_hide-block-border_qwoo0_ba4gw_318",
21
+ "open": "awsui_open_qwoo0_ba4gw_327",
22
+ "nowrap": "awsui_nowrap_qwoo0_ba4gw_336",
23
+ "dropdown-content": "awsui_dropdown-content_qwoo0_ba4gw_149",
24
+ "stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_ba4gw_347"
25
25
  };
26
26
 
@@ -1,12 +1,12 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "button": "awsui_button_m5h9f_cb9lq_141",
5
- "expanded": "awsui_expanded_m5h9f_cb9lq_196",
6
- "offset-right-none": "awsui_offset-right-none_m5h9f_cb9lq_207",
7
- "offset-right-l": "awsui_offset-right-l_m5h9f_cb9lq_210",
8
- "offset-right-xxl": "awsui_offset-right-xxl_m5h9f_cb9lq_213",
9
- "text": "awsui_text_m5h9f_cb9lq_238",
10
- "icon": "awsui_icon_m5h9f_cb9lq_242"
4
+ "button": "awsui_button_m5h9f_yrazm_141",
5
+ "expanded": "awsui_expanded_m5h9f_yrazm_196",
6
+ "offset-right-none": "awsui_offset-right-none_m5h9f_yrazm_207",
7
+ "offset-right-l": "awsui_offset-right-l_m5h9f_yrazm_210",
8
+ "offset-right-xxl": "awsui_offset-right-xxl_m5h9f_yrazm_213",
9
+ "text": "awsui_text_m5h9f_yrazm_238",
10
+ "icon": "awsui_icon_m5h9f_yrazm_242"
11
11
  };
12
12
 
@@ -138,7 +138,7 @@
138
138
  */
139
139
  /* Style used for links in slots/components that are text heavy, to help links stand out among
140
140
  surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
141
- .awsui_button_m5h9f_cb9lq_141:not(#\9) {
141
+ .awsui_button_m5h9f_yrazm_141:not(#\9) {
142
142
  border-collapse: separate;
143
143
  border-spacing: 0;
144
144
  box-sizing: border-box;
@@ -174,7 +174,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
174
174
  -moz-osx-font-smoothing: auto;
175
175
  min-inline-size: 0;
176
176
  word-break: break-word;
177
- font-weight: var(--font-button-weight-6haenw, 700);
177
+ font-weight: var(--font-weight-button-rw26ot, 700);
178
178
  -webkit-font-smoothing: var(--font-smoothing-webkit-trr1e8, auto);
179
179
  -moz-osx-font-smoothing: var(--font-smoothing-moz-osx-hyxkxc, auto);
180
180
  display: flex;
@@ -190,38 +190,38 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
190
190
  background: transparent;
191
191
  color: var(--color-text-interactive-default-t1snbz, #545b64);
192
192
  }
193
- .awsui_button_m5h9f_cb9lq_141:not(#\9):hover {
193
+ .awsui_button_m5h9f_yrazm_141:not(#\9):hover {
194
194
  color: var(--color-text-interactive-hover-kxltdh, #16191f);
195
195
  text-decoration: none;
196
196
  }
197
- .awsui_button_m5h9f_cb9lq_141:not(#\9):active, .awsui_button_m5h9f_cb9lq_141.awsui_expanded_m5h9f_cb9lq_196:not(#\9) {
197
+ .awsui_button_m5h9f_yrazm_141:not(#\9):active, .awsui_button_m5h9f_yrazm_141.awsui_expanded_m5h9f_yrazm_196:not(#\9) {
198
198
  background: transparent;
199
199
  color: var(--color-text-interactive-active-xcqmut, #16191f);
200
200
  }
201
- .awsui_button_m5h9f_cb9lq_141.awsui_expanded_m5h9f_cb9lq_196:not(#\9) {
201
+ .awsui_button_m5h9f_yrazm_141.awsui_expanded_m5h9f_yrazm_196:not(#\9) {
202
202
  color: var(--color-text-accent-b3retj, #0073bb);
203
203
  }
204
- .awsui_button_m5h9f_cb9lq_141:not(#\9):focus {
204
+ .awsui_button_m5h9f_yrazm_141:not(#\9):focus {
205
205
  outline: none;
206
206
  text-decoration: none;
207
207
  }
208
- .awsui_button_m5h9f_cb9lq_141.awsui_offset-right-none_m5h9f_cb9lq_207:not(#\9) {
208
+ .awsui_button_m5h9f_yrazm_141.awsui_offset-right-none_m5h9f_yrazm_207:not(#\9) {
209
209
  margin-inline-end: 0;
210
210
  }
211
- .awsui_button_m5h9f_cb9lq_141.awsui_offset-right-l_m5h9f_cb9lq_210:not(#\9) {
211
+ .awsui_button_m5h9f_yrazm_141.awsui_offset-right-l_m5h9f_yrazm_210:not(#\9) {
212
212
  margin-inline-end: var(--space-s-vmutj3, 12px);
213
213
  }
214
- .awsui_button_m5h9f_cb9lq_141.awsui_offset-right-xxl_m5h9f_cb9lq_213:not(#\9) {
214
+ .awsui_button_m5h9f_yrazm_141.awsui_offset-right-xxl_m5h9f_yrazm_213:not(#\9) {
215
215
  margin-inline-end: var(--space-xl-vss8pc, 24px);
216
216
  }
217
- body[data-awsui-focus-visible=true] .awsui_button_m5h9f_cb9lq_141:not(#\9):focus {
217
+ body[data-awsui-focus-visible=true] .awsui_button_m5h9f_yrazm_141:not(#\9):focus {
218
218
  position: relative;
219
219
  }
220
- body[data-awsui-focus-visible=true] .awsui_button_m5h9f_cb9lq_141:not(#\9):focus {
220
+ body[data-awsui-focus-visible=true] .awsui_button_m5h9f_yrazm_141:not(#\9):focus {
221
221
  outline: 2px dotted transparent;
222
222
  outline-offset: calc(-1px - 1px);
223
223
  }
224
- body[data-awsui-focus-visible=true] .awsui_button_m5h9f_cb9lq_141:not(#\9):focus::before {
224
+ body[data-awsui-focus-visible=true] .awsui_button_m5h9f_yrazm_141:not(#\9):focus::before {
225
225
  content: " ";
226
226
  display: block;
227
227
  position: absolute;
@@ -236,10 +236,10 @@ body[data-awsui-focus-visible=true] .awsui_button_m5h9f_cb9lq_141:not(#\9):focus
236
236
  box-shadow: 0 0 0 2px var(--color-border-item-focused-q68bgg, #0073bb);
237
237
  }
238
238
 
239
- .awsui_text_m5h9f_cb9lq_238:not(#\9) {
239
+ .awsui_text_m5h9f_yrazm_238:not(#\9) {
240
240
  margin-inline-end: var(--space-xs-6dgkww, 8px);
241
241
  }
242
242
 
243
- .awsui_icon_m5h9f_cb9lq_242 + .awsui_text_m5h9f_cb9lq_238:not(#\9) {
243
+ .awsui_icon_m5h9f_yrazm_242 + .awsui_text_m5h9f_yrazm_238:not(#\9) {
244
244
  margin-inline-start: var(--space-xs-6dgkww, 8px);
245
245
  }
@@ -2,12 +2,12 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "button": "awsui_button_m5h9f_cb9lq_141",
6
- "expanded": "awsui_expanded_m5h9f_cb9lq_196",
7
- "offset-right-none": "awsui_offset-right-none_m5h9f_cb9lq_207",
8
- "offset-right-l": "awsui_offset-right-l_m5h9f_cb9lq_210",
9
- "offset-right-xxl": "awsui_offset-right-xxl_m5h9f_cb9lq_213",
10
- "text": "awsui_text_m5h9f_cb9lq_238",
11
- "icon": "awsui_icon_m5h9f_cb9lq_242"
5
+ "button": "awsui_button_m5h9f_yrazm_141",
6
+ "expanded": "awsui_expanded_m5h9f_yrazm_196",
7
+ "offset-right-none": "awsui_offset-right-none_m5h9f_yrazm_207",
8
+ "offset-right-l": "awsui_offset-right-l_m5h9f_yrazm_210",
9
+ "offset-right-xxl": "awsui_offset-right-xxl_m5h9f_yrazm_213",
10
+ "text": "awsui_text_m5h9f_yrazm_238",
11
+ "icon": "awsui_icon_m5h9f_yrazm_242"
12
12
  };
13
13
 
@@ -1,15 +1,15 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_gfwv3_8epgo_189",
5
- "horizontal": "awsui_horizontal_gfwv3_8epgo_192",
6
- "vertical": "awsui_vertical_gfwv3_8epgo_198",
7
- "list": "awsui_list_gfwv3_8epgo_203",
8
- "grid": "awsui_grid_gfwv3_8epgo_222",
9
- "list-item": "awsui_list-item_gfwv3_8epgo_234",
10
- "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_8epgo_241",
11
- "toggle": "awsui_toggle_gfwv3_8epgo_241",
12
- "description": "awsui_description_gfwv3_8epgo_336",
13
- "separator": "awsui_separator_gfwv3_8epgo_340"
4
+ "root": "awsui_root_gfwv3_ku3tu_189",
5
+ "horizontal": "awsui_horizontal_gfwv3_ku3tu_192",
6
+ "vertical": "awsui_vertical_gfwv3_ku3tu_198",
7
+ "list": "awsui_list_gfwv3_ku3tu_203",
8
+ "grid": "awsui_grid_gfwv3_ku3tu_222",
9
+ "list-item": "awsui_list-item_gfwv3_ku3tu_234",
10
+ "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_ku3tu_241",
11
+ "toggle": "awsui_toggle_gfwv3_ku3tu_241",
12
+ "description": "awsui_description_gfwv3_ku3tu_336",
13
+ "separator": "awsui_separator_gfwv3_ku3tu_340"
14
14
  };
15
15
 
@@ -186,21 +186,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
186
186
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
187
187
  SPDX-License-Identifier: Apache-2.0
188
188
  */
189
- .awsui_root_gfwv3_8epgo_189:not(#\9) {
189
+ .awsui_root_gfwv3_ku3tu_189:not(#\9) {
190
190
  gap: var(--space-scaled-xs-t3am3w, 8px);
191
191
  }
192
- .awsui_root_gfwv3_8epgo_189.awsui_horizontal_gfwv3_8epgo_192:not(#\9) {
192
+ .awsui_root_gfwv3_ku3tu_189.awsui_horizontal_gfwv3_ku3tu_192:not(#\9) {
193
193
  display: flex;
194
194
  gap: var(--space-xs-6dgkww, 8px);
195
195
  flex-direction: row;
196
196
  flex-wrap: wrap;
197
197
  }
198
- .awsui_root_gfwv3_8epgo_189.awsui_vertical_gfwv3_8epgo_198:not(#\9) {
198
+ .awsui_root_gfwv3_ku3tu_189.awsui_vertical_gfwv3_ku3tu_198:not(#\9) {
199
199
  display: flex;
200
200
  flex-direction: column;
201
201
  }
202
202
 
203
- .awsui_list_gfwv3_8epgo_203:not(#\9) {
203
+ .awsui_list_gfwv3_ku3tu_203:not(#\9) {
204
204
  display: contents;
205
205
  list-style: none;
206
206
  padding-block: 0;
@@ -208,43 +208,43 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
208
208
  margin-block: 0;
209
209
  margin-inline: 0;
210
210
  }
211
- .awsui_list_gfwv3_8epgo_203.awsui_horizontal_gfwv3_8epgo_192:not(#\9), .awsui_list_gfwv3_8epgo_203.awsui_vertical_gfwv3_8epgo_198:not(#\9) {
211
+ .awsui_list_gfwv3_ku3tu_203.awsui_horizontal_gfwv3_ku3tu_192:not(#\9), .awsui_list_gfwv3_ku3tu_203.awsui_vertical_gfwv3_ku3tu_198:not(#\9) {
212
212
  display: flex;
213
213
  gap: var(--space-xs-6dgkww, 8px);
214
214
  }
215
- .awsui_list_gfwv3_8epgo_203.awsui_horizontal_gfwv3_8epgo_192:not(#\9) {
215
+ .awsui_list_gfwv3_ku3tu_203.awsui_horizontal_gfwv3_ku3tu_192:not(#\9) {
216
216
  flex-direction: row;
217
217
  flex-wrap: wrap;
218
218
  }
219
- .awsui_list_gfwv3_8epgo_203.awsui_vertical_gfwv3_8epgo_198:not(#\9) {
219
+ .awsui_list_gfwv3_ku3tu_203.awsui_vertical_gfwv3_ku3tu_198:not(#\9) {
220
220
  flex-direction: column;
221
221
  }
222
- .awsui_list_gfwv3_8epgo_203.awsui_grid_gfwv3_8epgo_222:not(#\9) {
222
+ .awsui_list_gfwv3_ku3tu_203.awsui_grid_gfwv3_ku3tu_222:not(#\9) {
223
223
  display: grid;
224
224
  gap: var(--space-xs-6dgkww, 8px);
225
225
  grid-template-columns: repeat(auto-fill, 230px);
226
226
  }
227
227
  @media (max-width: 688px) {
228
- .awsui_list_gfwv3_8epgo_203.awsui_grid_gfwv3_8epgo_222:not(#\9) {
228
+ .awsui_list_gfwv3_ku3tu_203.awsui_grid_gfwv3_ku3tu_222:not(#\9) {
229
229
  display: flex;
230
230
  flex-direction: column;
231
231
  }
232
232
  }
233
233
 
234
- .awsui_list-item_gfwv3_8epgo_234:not(#\9) {
234
+ .awsui_list-item_gfwv3_ku3tu_234:not(#\9) {
235
235
  padding-block: 0;
236
236
  padding-inline: 0;
237
237
  margin-block: 0;
238
238
  margin-inline: 0;
239
239
  }
240
240
 
241
- .awsui_toggle-container-inline_gfwv3_8epgo_241:not(#\9) {
241
+ .awsui_toggle-container-inline_gfwv3_ku3tu_241:not(#\9) {
242
242
  padding-inline-start: var(--space-xs-6dgkww, 8px);
243
243
  display: flex;
244
244
  align-items: center;
245
245
  }
246
246
 
247
- .awsui_toggle_gfwv3_8epgo_241:not(#\9) {
247
+ .awsui_toggle_gfwv3_ku3tu_241:not(#\9) {
248
248
  border-collapse: separate;
249
249
  border-spacing: 0;
250
250
  box-sizing: border-box;
@@ -281,8 +281,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
281
281
  display: flex;
282
282
  align-items: center;
283
283
  background-color: transparent;
284
- border-block: var(--border-field-width-fjuzc5, 1px) solid transparent;
285
- border-inline: var(--border-field-width-fjuzc5, 1px) solid transparent;
284
+ border-block: var(--border-width-field-9kmoac, 1px) solid transparent;
285
+ border-inline: var(--border-width-field-9kmoac, 1px) solid transparent;
286
286
  padding-block: 0;
287
287
  padding-inline: 0;
288
288
  margin-inline-start: -1px;
@@ -299,48 +299,48 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
299
299
  transition-duration: var(--motion-duration-refresh-only-medium-kd6k1u, 0ms);
300
300
  }
301
301
  @media (prefers-reduced-motion: reduce) {
302
- .awsui_toggle_gfwv3_8epgo_241:not(#\9) {
302
+ .awsui_toggle_gfwv3_ku3tu_241:not(#\9) {
303
303
  animation: none;
304
304
  transition: none;
305
305
  }
306
306
  }
307
- .awsui-motion-disabled .awsui_toggle_gfwv3_8epgo_241:not(#\9), .awsui-mode-entering .awsui_toggle_gfwv3_8epgo_241:not(#\9) {
307
+ .awsui-motion-disabled .awsui_toggle_gfwv3_ku3tu_241:not(#\9), .awsui-mode-entering .awsui_toggle_gfwv3_ku3tu_241:not(#\9) {
308
308
  animation: none;
309
309
  transition: none;
310
310
  }
311
- .awsui_toggle_gfwv3_8epgo_241:not(#\9):hover {
311
+ .awsui_toggle_gfwv3_ku3tu_241:not(#\9):hover {
312
312
  cursor: pointer;
313
313
  color: var(--color-text-link-hover-jvu4dp, #0a4a74);
314
314
  }
315
- .awsui_toggle_gfwv3_8epgo_241:not(#\9):focus {
315
+ .awsui_toggle_gfwv3_ku3tu_241:not(#\9):focus {
316
316
  outline: none;
317
317
  }
318
- .awsui_toggle_gfwv3_8epgo_241:not(#\9):active {
318
+ .awsui_toggle_gfwv3_ku3tu_241:not(#\9):active {
319
319
  color: var(--color-text-link-hover-jvu4dp, #0a4a74);
320
320
  }
321
- .awsui_toggle_gfwv3_8epgo_241:not(#\9):active, .awsui_toggle_gfwv3_8epgo_241:not(#\9):focus, .awsui_toggle_gfwv3_8epgo_241:not(#\9):hover {
321
+ .awsui_toggle_gfwv3_ku3tu_241:not(#\9):active, .awsui_toggle_gfwv3_ku3tu_241:not(#\9):focus, .awsui_toggle_gfwv3_ku3tu_241:not(#\9):hover {
322
322
  text-decoration-line: underline;
323
323
  text-decoration-color: currentColor;
324
324
  }
325
- .awsui_toggle_gfwv3_8epgo_241:not(#\9):active, .awsui_toggle_gfwv3_8epgo_241:not(#\9):focus, .awsui_toggle_gfwv3_8epgo_241:not(#\9):hover {
325
+ .awsui_toggle_gfwv3_ku3tu_241:not(#\9):active, .awsui_toggle_gfwv3_ku3tu_241:not(#\9):focus, .awsui_toggle_gfwv3_ku3tu_241:not(#\9):hover {
326
326
  text-decoration: none;
327
327
  text-decoration-color: transparent;
328
328
  }
329
- body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_8epgo_241:not(#\9):focus {
329
+ body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_ku3tu_241:not(#\9):focus {
330
330
  outline: 2px dotted transparent;
331
- border-block: var(--border-field-width-fjuzc5, 1px) solid var(--color-border-item-focused-q68bgg, #0073bb);
332
- border-inline: var(--border-field-width-fjuzc5, 1px) solid var(--color-border-item-focused-q68bgg, #0073bb);
331
+ border-block: var(--border-width-field-9kmoac, 1px) solid var(--color-border-item-focused-q68bgg, #0073bb);
332
+ border-inline: var(--border-width-field-9kmoac, 1px) solid var(--color-border-item-focused-q68bgg, #0073bb);
333
333
  border-start-start-radius: var(--border-radius-control-default-focus-ring-vy2hlh, 2px);
334
334
  border-start-end-radius: var(--border-radius-control-default-focus-ring-vy2hlh, 2px);
335
335
  border-end-start-radius: var(--border-radius-control-default-focus-ring-vy2hlh, 2px);
336
336
  border-end-end-radius: var(--border-radius-control-default-focus-ring-vy2hlh, 2px);
337
337
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-kvz439, 1px) var(--color-border-item-focused-q68bgg, #0073bb);
338
338
  }
339
- .awsui_toggle_gfwv3_8epgo_241 > .awsui_description_gfwv3_8epgo_336:not(#\9) {
339
+ .awsui_toggle_gfwv3_ku3tu_241 > .awsui_description_gfwv3_ku3tu_336:not(#\9) {
340
340
  margin-inline-start: var(--space-xxs-y2432o, 4px);
341
341
  }
342
342
 
343
- .awsui_separator_gfwv3_8epgo_340:not(#\9) {
343
+ .awsui_separator_gfwv3_ku3tu_340:not(#\9) {
344
344
  margin-block: 0;
345
345
  margin-inline: var(--space-scaled-m-3uxq9h, 16px);
346
346
  inline-size: var(--border-divider-section-width-iueskx, 1px);
@@ -2,15 +2,15 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "root": "awsui_root_gfwv3_8epgo_189",
6
- "horizontal": "awsui_horizontal_gfwv3_8epgo_192",
7
- "vertical": "awsui_vertical_gfwv3_8epgo_198",
8
- "list": "awsui_list_gfwv3_8epgo_203",
9
- "grid": "awsui_grid_gfwv3_8epgo_222",
10
- "list-item": "awsui_list-item_gfwv3_8epgo_234",
11
- "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_8epgo_241",
12
- "toggle": "awsui_toggle_gfwv3_8epgo_241",
13
- "description": "awsui_description_gfwv3_8epgo_336",
14
- "separator": "awsui_separator_gfwv3_8epgo_340"
5
+ "root": "awsui_root_gfwv3_ku3tu_189",
6
+ "horizontal": "awsui_horizontal_gfwv3_ku3tu_192",
7
+ "vertical": "awsui_vertical_gfwv3_ku3tu_198",
8
+ "list": "awsui_list_gfwv3_ku3tu_203",
9
+ "grid": "awsui_grid_gfwv3_ku3tu_222",
10
+ "list-item": "awsui_list-item_gfwv3_ku3tu_234",
11
+ "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_ku3tu_241",
12
+ "toggle": "awsui_toggle_gfwv3_ku3tu_241",
13
+ "description": "awsui_description_gfwv3_ku3tu_336",
14
+ "separator": "awsui_separator_gfwv3_ku3tu_340"
15
15
  };
16
16
 
@@ -1,4 +1,4 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (1b5b3e9b)";
2
+ export var PACKAGE_VERSION = "3.0.0 (c1f9dc90)";
3
3
  export var THEME = "open-source-visual-refresh";
4
4
  export var ALWAYS_VISUAL_REFRESH = true;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "PACKAGE_SOURCE": "components",
3
- "PACKAGE_VERSION": "3.0.0 (1b5b3e9b)",
3
+ "PACKAGE_VERSION": "3.0.0 (c1f9dc90)",
4
4
  "THEME": "default",
5
5
  "ALWAYS_VISUAL_REFRESH": false
6
6
  }
@@ -485,7 +485,6 @@ export const colorDropzoneBorderDefault: string;
485
485
  export const colorDropzoneBorderHover: string;
486
486
  export const fontBoxValueLargeWeight: string;
487
487
  export const fontButtonLetterSpacing: string;
488
- export const fontButtonWeight: string;
489
488
  export const fontChartDetailSize: string;
490
489
  export const fontDisplayLabelWeight: string;
491
490
  export const fontExpandableHeadingSize: string;
@@ -511,6 +510,7 @@ export const fontTabsDisabledWeight: string;
511
510
  export const fontTabsLineHeight: string;
512
511
  export const fontTabsSize: string;
513
512
  export const fontWayfindingLinkActiveWeight: string;
513
+ export const fontWeightButton: string;
514
514
  export const fontWeightHeadingXl: string;
515
515
  export const fontWeightHeadingL: string;
516
516
  export const fontWeightHeadingM: string;
@@ -540,7 +540,6 @@ export const borderControlInvalidFocusRingShadowSpread: string;
540
540
  export const borderDividerListWidth: string;
541
541
  export const borderDividerSectionWidth: string;
542
542
  export const borderDropdownVirtualOffsetWidth: string;
543
- export const borderFieldWidth: string;
544
543
  export const borderInvalidWidth: string;
545
544
  export const borderItemWidth: string;
546
545
  export const borderLineChartDashArray: string;
@@ -570,6 +569,9 @@ export const borderRadiusTutorialPanelItem: string;
570
569
  export const borderTableStickyWidth: string;
571
570
  export const borderLinkFocusRingOutline: string;
572
571
  export const borderLinkFocusRingShadowSpread: string;
572
+ export const borderWidthAlert: string;
573
+ export const borderWidthField: string;
574
+ export const borderWidthPopover: string;
573
575
  export const motionDurationExtraFast: string;
574
576
  export const motionDurationExtraSlow: string;
575
577
  export const motionDurationFast: string;
@@ -485,7 +485,6 @@ export var colorDropzoneBorderDefault = "var(--color-dropzone-border-default-phw
485
485
  export var colorDropzoneBorderHover = "var(--color-dropzone-border-hover-tpluhc, #002b66)";
486
486
  export var fontBoxValueLargeWeight = "var(--font-box-value-large-weight-onoq9k, 700)";
487
487
  export var fontButtonLetterSpacing = "var(--font-button-letter-spacing-65ug0o, 0.005em)";
488
- export var fontButtonWeight = "var(--font-button-weight-hv56tz, 700)";
489
488
  export var fontChartDetailSize = "var(--font-chart-detail-size-1n389u, 12px)";
490
489
  export var fontDisplayLabelWeight = "var(--font-display-label-weight-815ja9, 700)";
491
490
  export var fontExpandableHeadingSize = "var(--font-expandable-heading-size-smdiul, 16px)";
@@ -511,6 +510,7 @@ export var fontTabsDisabledWeight = "var(--font-tabs-disabled-weight-1xcs5l, 700
511
510
  export var fontTabsLineHeight = "var(--font-tabs-line-height-dzo7k3, 20px)";
512
511
  export var fontTabsSize = "var(--font-tabs-size-8zzqp2, 16px)";
513
512
  export var fontWayfindingLinkActiveWeight = "var(--font-wayfinding-link-active-weight-rbmzei, 700)";
513
+ export var fontWeightButton = "var(--font-weight-button-c91p4t, 700)";
514
514
  export var fontWeightHeadingXl = "var(--font-weight-heading-xl-yvsksd, 700)";
515
515
  export var fontWeightHeadingL = "var(--font-weight-heading-l-f8711v, 700)";
516
516
  export var fontWeightHeadingM = "var(--font-weight-heading-m-m2ekmb, 700)";
@@ -540,7 +540,6 @@ export var borderControlInvalidFocusRingShadowSpread = "var(--border-control-inv
540
540
  export var borderDividerListWidth = "var(--border-divider-list-width-27y3k5, 1px)";
541
541
  export var borderDividerSectionWidth = "var(--border-divider-section-width-1061zr, 1px)";
542
542
  export var borderDropdownVirtualOffsetWidth = "var(--border-dropdown-virtual-offset-width-kekgc0, 2px)";
543
- export var borderFieldWidth = "var(--border-field-width-09w7vk, 2px)";
544
543
  export var borderInvalidWidth = "var(--border-invalid-width-5ktjp2, 8px)";
545
544
  export var borderItemWidth = "var(--border-item-width-yel47s, 2px)";
546
545
  export var borderLineChartDashArray = "var(--border-line-chart-dash-array-k49cgz, 3 5)";
@@ -570,6 +569,9 @@ export var borderRadiusTutorialPanelItem = "var(--border-radius-tutorial-panel-i
570
569
  export var borderTableStickyWidth = "var(--border-table-sticky-width-87kf12, 1px)";
571
570
  export var borderLinkFocusRingOutline = "var(--border-link-focus-ring-outline-kkfop6, 0)";
572
571
  export var borderLinkFocusRingShadowSpread = "var(--border-link-focus-ring-shadow-spread-v8hkrl, 2px)";
572
+ export var borderWidthAlert = "var(--border-width-alert-t0f3yn, 2px)";
573
+ export var borderWidthField = "var(--border-width-field-h1g7tw, 2px)";
574
+ export var borderWidthPopover = "var(--border-width-popover-h2a419, 2px)";
573
575
  export var motionDurationExtraFast = "var(--motion-duration-extra-fast-3huyux, 45ms)";
574
576
  export var motionDurationExtraSlow = "var(--motion-duration-extra-slow-ngjb9g, 270ms)";
575
577
  export var motionDurationFast = "var(--motion-duration-fast-sbm3r7, 90ms)";
@@ -1819,7 +1819,6 @@ module.exports.preset = {
1819
1819
  },
1820
1820
  "fontBoxValueLargeWeight": "700",
1821
1821
  "fontButtonLetterSpacing": "0.005em",
1822
- "fontButtonWeight": "700",
1823
1822
  "fontChartDetailSize": "{fontSizeBodyS}",
1824
1823
  "fontDisplayLabelWeight": "700",
1825
1824
  "fontExpandableHeadingSize": "{fontSizeHeadingS}",
@@ -1828,7 +1827,7 @@ module.exports.preset = {
1828
1827
  "fontHeaderH2DescriptionLineHeight": "{lineHeightBodyM}",
1829
1828
  "fontHeaderH2DescriptionSize": "{fontSizeBodyM}",
1830
1829
  "fontLinkButtonLetterSpacing": "{fontButtonLetterSpacing}",
1831
- "fontLinkButtonWeight": "{fontButtonWeight}",
1830
+ "fontLinkButtonWeight": "{fontWeightButton}",
1832
1831
  "fontPanelHeaderLineHeight": "{lineHeightHeadingM}",
1833
1832
  "fontPanelHeaderSize": "{fontSizeHeadingM}",
1834
1833
  "fontSizeBodyM": "14px",
@@ -1845,6 +1844,7 @@ module.exports.preset = {
1845
1844
  "fontTabsLineHeight": "{lineHeightHeadingS}",
1846
1845
  "fontTabsSize": "{fontSizeHeadingS}",
1847
1846
  "fontWayfindingLinkActiveWeight": "700",
1847
+ "fontWeightButton": "700",
1848
1848
  "fontWeightHeadingXl": "700",
1849
1849
  "fontWeightHeadingL": "700",
1850
1850
  "fontWeightHeadingM": "700",
@@ -1874,7 +1874,6 @@ module.exports.preset = {
1874
1874
  "borderDividerListWidth": "1px",
1875
1875
  "borderDividerSectionWidth": "1px",
1876
1876
  "borderDropdownVirtualOffsetWidth": "2px",
1877
- "borderFieldWidth": "2px",
1878
1877
  "borderInvalidWidth": "8px",
1879
1878
  "borderItemWidth": "2px",
1880
1879
  "borderLineChartDashArray": "3 5",
@@ -1904,6 +1903,9 @@ module.exports.preset = {
1904
1903
  "borderTableStickyWidth": "1px",
1905
1904
  "borderLinkFocusRingOutline": "0",
1906
1905
  "borderLinkFocusRingShadowSpread": "2px",
1906
+ "borderWidthAlert": "2px",
1907
+ "borderWidthField": "2px",
1908
+ "borderWidthPopover": "2px",
1907
1909
  "motionDurationExtraFast": {
1908
1910
  "default": "45ms",
1909
1911
  "disabled": "0ms"
@@ -10185,6 +10187,7 @@ module.exports.preset = {
10185
10187
  "fontSizeHeadingM",
10186
10188
  "fontSizeHeadingS",
10187
10189
  "fontSizeHeadingXs",
10190
+ "fontWeightButton",
10188
10191
  "fontWeightHeadingXl",
10189
10192
  "fontWeightHeadingL",
10190
10193
  "fontWeightHeadingM",
@@ -10213,7 +10216,10 @@ module.exports.preset = {
10213
10216
  "borderRadiusTabsFocusRing",
10214
10217
  "borderRadiusTiles",
10215
10218
  "borderRadiusToken",
10216
- "borderRadiusTutorialPanelItem"
10219
+ "borderRadiusTutorialPanelItem",
10220
+ "borderWidthAlert",
10221
+ "borderWidthField",
10222
+ "borderWidthPopover"
10217
10223
  ],
10218
10224
  "exposed": [
10219
10225
  "colorChartsRed300",
@@ -10527,6 +10533,7 @@ module.exports.preset = {
10527
10533
  "fontSizeHeadingM",
10528
10534
  "fontSizeHeadingS",
10529
10535
  "fontSizeHeadingXs",
10536
+ "fontWeightButton",
10530
10537
  "fontWeightHeadingXl",
10531
10538
  "fontWeightHeadingL",
10532
10539
  "fontWeightHeadingM",
@@ -10557,6 +10564,9 @@ module.exports.preset = {
10557
10564
  "borderRadiusToken",
10558
10565
  "borderRadiusChatBubble",
10559
10566
  "borderRadiusTutorialPanelItem",
10567
+ "borderWidthAlert",
10568
+ "borderWidthField",
10569
+ "borderWidthPopover",
10560
10570
  "motionDurationAvatarGenAiGradient",
10561
10571
  "motionDurationAvatarLoadingDots",
10562
10572
  "motionEasingAvatarGenAiGradient",
@@ -11080,7 +11090,6 @@ module.exports.preset = {
11080
11090
  "colorDropzoneBorderHover": "color-dropzone-border-hover",
11081
11091
  "fontBoxValueLargeWeight": "font-box-value-large-weight",
11082
11092
  "fontButtonLetterSpacing": "font-button-letter-spacing",
11083
- "fontButtonWeight": "font-button-weight",
11084
11093
  "fontChartDetailSize": "font-chart-detail-size",
11085
11094
  "fontDisplayLabelWeight": "font-display-label-weight",
11086
11095
  "fontExpandableHeadingSize": "font-expandable-heading-size",
@@ -11106,6 +11115,7 @@ module.exports.preset = {
11106
11115
  "fontTabsLineHeight": "font-tabs-line-height",
11107
11116
  "fontTabsSize": "font-tabs-size",
11108
11117
  "fontWayfindingLinkActiveWeight": "font-wayfinding-link-active-weight",
11118
+ "fontWeightButton": "font-weight-button",
11109
11119
  "fontWeightHeadingXl": "font-weight-heading-xl",
11110
11120
  "fontWeightHeadingL": "font-weight-heading-l",
11111
11121
  "fontWeightHeadingM": "font-weight-heading-m",
@@ -11135,7 +11145,6 @@ module.exports.preset = {
11135
11145
  "borderDividerListWidth": "border-divider-list-width",
11136
11146
  "borderDividerSectionWidth": "border-divider-section-width",
11137
11147
  "borderDropdownVirtualOffsetWidth": "border-dropdown-virtual-offset-width",
11138
- "borderFieldWidth": "border-field-width",
11139
11148
  "borderInvalidWidth": "border-invalid-width",
11140
11149
  "borderItemWidth": "border-item-width",
11141
11150
  "borderLineChartDashArray": "border-line-chart-dash-array",
@@ -11165,6 +11174,9 @@ module.exports.preset = {
11165
11174
  "borderTableStickyWidth": "border-table-sticky-width",
11166
11175
  "borderLinkFocusRingOutline": "border-link-focus-ring-outline",
11167
11176
  "borderLinkFocusRingShadowSpread": "border-link-focus-ring-shadow-spread",
11177
+ "borderWidthAlert": "border-width-alert",
11178
+ "borderWidthField": "border-width-field",
11179
+ "borderWidthPopover": "border-width-popover",
11168
11180
  "motionDurationExtraFast": "motion-duration-extra-fast",
11169
11181
  "motionDurationExtraSlow": "motion-duration-extra-slow",
11170
11182
  "motionDurationFast": "motion-duration-fast",
@@ -11820,7 +11832,6 @@ module.exports.preset = {
11820
11832
  "colorDropzoneBorderHover": "--color-dropzone-border-hover-tpluhc",
11821
11833
  "fontBoxValueLargeWeight": "--font-box-value-large-weight-onoq9k",
11822
11834
  "fontButtonLetterSpacing": "--font-button-letter-spacing-65ug0o",
11823
- "fontButtonWeight": "--font-button-weight-hv56tz",
11824
11835
  "fontChartDetailSize": "--font-chart-detail-size-1n389u",
11825
11836
  "fontDisplayLabelWeight": "--font-display-label-weight-815ja9",
11826
11837
  "fontExpandableHeadingSize": "--font-expandable-heading-size-smdiul",
@@ -11846,6 +11857,7 @@ module.exports.preset = {
11846
11857
  "fontTabsLineHeight": "--font-tabs-line-height-dzo7k3",
11847
11858
  "fontTabsSize": "--font-tabs-size-8zzqp2",
11848
11859
  "fontWayfindingLinkActiveWeight": "--font-wayfinding-link-active-weight-rbmzei",
11860
+ "fontWeightButton": "--font-weight-button-c91p4t",
11849
11861
  "fontWeightHeadingXl": "--font-weight-heading-xl-yvsksd",
11850
11862
  "fontWeightHeadingL": "--font-weight-heading-l-f8711v",
11851
11863
  "fontWeightHeadingM": "--font-weight-heading-m-m2ekmb",
@@ -11875,7 +11887,6 @@ module.exports.preset = {
11875
11887
  "borderDividerListWidth": "--border-divider-list-width-27y3k5",
11876
11888
  "borderDividerSectionWidth": "--border-divider-section-width-1061zr",
11877
11889
  "borderDropdownVirtualOffsetWidth": "--border-dropdown-virtual-offset-width-kekgc0",
11878
- "borderFieldWidth": "--border-field-width-09w7vk",
11879
11890
  "borderInvalidWidth": "--border-invalid-width-5ktjp2",
11880
11891
  "borderItemWidth": "--border-item-width-yel47s",
11881
11892
  "borderLineChartDashArray": "--border-line-chart-dash-array-k49cgz",
@@ -11905,6 +11916,9 @@ module.exports.preset = {
11905
11916
  "borderTableStickyWidth": "--border-table-sticky-width-87kf12",
11906
11917
  "borderLinkFocusRingOutline": "--border-link-focus-ring-outline-kkfop6",
11907
11918
  "borderLinkFocusRingShadowSpread": "--border-link-focus-ring-shadow-spread-v8hkrl",
11919
+ "borderWidthAlert": "--border-width-alert-t0f3yn",
11920
+ "borderWidthField": "--border-width-field-h1g7tw",
11921
+ "borderWidthPopover": "--border-width-popover-h2a419",
11908
11922
  "motionDurationExtraFast": "--motion-duration-extra-fast-3huyux",
11909
11923
  "motionDurationExtraSlow": "--motion-duration-extra-slow-ngjb9g",
11910
11924
  "motionDurationFast": "--motion-duration-fast-sbm3r7",