@cloudscape-design/components 3.0.965 → 3.0.967

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 (120) hide show
  1. package/alert/index.js +3 -3
  2. package/alert/index.js.map +1 -1
  3. package/alert/interfaces.d.ts +10 -0
  4. package/alert/interfaces.d.ts.map +1 -1
  5. package/alert/interfaces.js.map +1 -1
  6. package/app-layout/visual-refresh-toolbar/drawer/global-drawer.d.ts.map +1 -1
  7. package/app-layout/visual-refresh-toolbar/drawer/global-drawer.js +1 -1
  8. package/app-layout/visual-refresh-toolbar/drawer/global-drawer.js.map +1 -1
  9. package/app-layout/visual-refresh-toolbar/drawer/local-drawer.d.ts.map +1 -1
  10. package/app-layout/visual-refresh-toolbar/drawer/local-drawer.js +1 -1
  11. package/app-layout/visual-refresh-toolbar/drawer/local-drawer.js.map +1 -1
  12. package/app-layout/visual-refresh-toolbar/navigation/index.d.ts.map +1 -1
  13. package/app-layout/visual-refresh-toolbar/navigation/index.js +1 -1
  14. package/app-layout/visual-refresh-toolbar/navigation/index.js.map +1 -1
  15. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.d.ts.map +1 -1
  16. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js +7 -2
  17. package/app-layout/visual-refresh-toolbar/toolbar/trigger-button/index.js.map +1 -1
  18. package/app-layout-toolbar/analytics-metadata/interfaces.d.ts +18 -0
  19. package/app-layout-toolbar/analytics-metadata/interfaces.d.ts.map +1 -0
  20. package/app-layout-toolbar/analytics-metadata/interfaces.js +4 -0
  21. package/app-layout-toolbar/analytics-metadata/interfaces.js.map +1 -0
  22. package/app-layout-toolbar/index.d.ts.map +1 -1
  23. package/app-layout-toolbar/index.js +9 -1
  24. package/app-layout-toolbar/index.js.map +1 -1
  25. package/date-input/internal.d.ts.map +1 -1
  26. package/date-input/internal.js +3 -16
  27. package/date-input/internal.js.map +1 -1
  28. package/date-input/utils.d.ts +7 -0
  29. package/date-input/utils.d.ts.map +1 -0
  30. package/date-input/utils.js +25 -0
  31. package/date-input/utils.js.map +1 -0
  32. package/drawer/implementation.d.ts +1 -1
  33. package/drawer/implementation.d.ts.map +1 -1
  34. package/drawer/implementation.js +4 -2
  35. package/drawer/implementation.js.map +1 -1
  36. package/drawer/interfaces.d.ts +4 -0
  37. package/drawer/interfaces.d.ts.map +1 -1
  38. package/drawer/interfaces.js.map +1 -1
  39. package/drawer/styles.css.js +6 -5
  40. package/drawer/styles.scoped.css +23 -10
  41. package/drawer/styles.selectors.js +6 -5
  42. package/flashbar/flash.js +3 -5
  43. package/flashbar/flash.js.map +1 -1
  44. package/flashbar/interfaces.d.ts +2 -0
  45. package/flashbar/interfaces.d.ts.map +1 -1
  46. package/flashbar/interfaces.js.map +1 -1
  47. package/form/index.js +1 -1
  48. package/form/index.js.map +1 -1
  49. package/form/interfaces.d.ts +3 -1
  50. package/form/interfaces.d.ts.map +1 -1
  51. package/form/interfaces.js.map +1 -1
  52. package/form-field/index.d.ts.map +1 -1
  53. package/form-field/index.js +1 -0
  54. package/form-field/index.js.map +1 -1
  55. package/form-field/interfaces.d.ts +3 -1
  56. package/form-field/interfaces.d.ts.map +1 -1
  57. package/form-field/interfaces.js.map +1 -1
  58. package/form-field/internal.d.ts.map +1 -1
  59. package/form-field/internal.js +2 -3
  60. package/form-field/internal.js.map +1 -1
  61. package/internal/analytics/hooks/use-funnel.d.ts +1 -1
  62. package/internal/analytics/interfaces.d.ts +12 -5
  63. package/internal/analytics/interfaces.d.ts.map +1 -1
  64. package/internal/analytics/interfaces.js.map +1 -1
  65. package/internal/components/drag-handle/hooks/interfaces.d.ts +66 -0
  66. package/internal/components/drag-handle/hooks/interfaces.d.ts.map +1 -0
  67. package/internal/components/drag-handle/hooks/interfaces.js +4 -0
  68. package/internal/components/drag-handle/hooks/interfaces.js.map +1 -0
  69. package/internal/components/drag-handle/hooks/use-drag-handle-interaction-state.d.ts +35 -0
  70. package/internal/components/drag-handle/hooks/use-drag-handle-interaction-state.d.ts.map +1 -0
  71. package/internal/components/drag-handle/hooks/use-drag-handle-interaction-state.js +259 -0
  72. package/internal/components/drag-handle/hooks/use-drag-handle-interaction-state.js.map +1 -0
  73. package/internal/components/drag-handle/index.d.ts.map +1 -1
  74. package/internal/components/drag-handle/index.js +2 -2
  75. package/internal/components/drag-handle/index.js.map +1 -1
  76. package/internal/components/drag-handle/interfaces.d.ts +3 -1
  77. package/internal/components/drag-handle/interfaces.d.ts.map +1 -1
  78. package/internal/components/drag-handle/interfaces.js.map +1 -1
  79. package/internal/components/drag-handle-wrapper/index.d.ts +1 -1
  80. package/internal/components/drag-handle-wrapper/index.d.ts.map +1 -1
  81. package/internal/components/drag-handle-wrapper/index.js +10 -4
  82. package/internal/components/drag-handle-wrapper/index.js.map +1 -1
  83. package/internal/components/drag-handle-wrapper/interfaces.d.ts +3 -0
  84. package/internal/components/drag-handle-wrapper/interfaces.d.ts.map +1 -1
  85. package/internal/components/drag-handle-wrapper/interfaces.js.map +1 -1
  86. package/internal/components/drag-handle-wrapper/portal-overlay.d.ts +1 -1
  87. package/internal/components/drag-handle-wrapper/portal-overlay.d.ts.map +1 -1
  88. package/internal/components/drag-handle-wrapper/portal-overlay.js +4 -3
  89. package/internal/components/drag-handle-wrapper/portal-overlay.js.map +1 -1
  90. package/internal/components/selectable-item/styles.css.js +21 -21
  91. package/internal/components/selectable-item/styles.scoped.css +56 -43
  92. package/internal/components/selectable-item/styles.selectors.js +21 -21
  93. package/internal/do-not-use/drag-handle.d.ts +5 -0
  94. package/internal/do-not-use/drag-handle.d.ts.map +1 -0
  95. package/internal/do-not-use/drag-handle.js +6 -0
  96. package/internal/do-not-use/drag-handle.js.map +1 -0
  97. package/internal/environment.js +1 -1
  98. package/internal/environment.json +1 -1
  99. package/internal/generated/theming/index.cjs +4 -0
  100. package/internal/generated/theming/index.cjs.d.ts +18 -0
  101. package/internal/generated/theming/index.d.ts +18 -0
  102. package/internal/generated/theming/index.js +4 -0
  103. package/internal/manifest.json +1 -1
  104. package/link/styles.css.js +20 -20
  105. package/link/styles.scoped.css +73 -71
  106. package/link/styles.selectors.js +20 -20
  107. package/package.json +2 -1
  108. package/test-utils/dom/drawer/index.d.ts +1 -0
  109. package/test-utils/dom/drawer/index.js +3 -0
  110. package/test-utils/dom/drawer/index.js.map +1 -1
  111. package/test-utils/selectors/drawer/index.d.ts +1 -0
  112. package/test-utils/selectors/drawer/index.js +3 -0
  113. package/test-utils/selectors/drawer/index.js.map +1 -1
  114. package/test-utils/tsconfig.tsbuildinfo +1 -1
  115. package/wizard/interfaces.d.ts +3 -1
  116. package/wizard/interfaces.d.ts.map +1 -1
  117. package/wizard/interfaces.js.map +1 -1
  118. package/wizard/wizard-form.d.ts.map +1 -1
  119. package/wizard/wizard-form.js +2 -2
  120. package/wizard/wizard-form.js.map +1 -1
@@ -1,26 +1,26 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "selectable-item": "awsui_selectable-item_15o6u_2imeb_145",
5
- "pad-bottom": "awsui_pad-bottom_15o6u_2imeb_167",
6
- "virtual": "awsui_virtual_15o6u_2imeb_171",
7
- "has-background": "awsui_has-background_15o6u_2imeb_174",
8
- "highlighted": "awsui_highlighted_15o6u_2imeb_177",
9
- "selected": "awsui_selected_15o6u_2imeb_177",
10
- "disabled": "awsui_disabled_15o6u_2imeb_195",
11
- "next-item-selected": "awsui_next-item-selected_15o6u_2imeb_205",
12
- "is-keyboard": "awsui_is-keyboard_15o6u_2imeb_217",
13
- "visual-refresh": "awsui_visual-refresh_15o6u_2imeb_220",
14
- "parent": "awsui_parent_15o6u_2imeb_223",
15
- "interactiveGroups": "awsui_interactiveGroups_15o6u_2imeb_227",
16
- "child": "awsui_child_15o6u_2imeb_243",
17
- "sticky": "awsui_sticky_15o6u_2imeb_249",
18
- "with-scrollbar": "awsui_with-scrollbar_15o6u_2imeb_261",
19
- "after-header": "awsui_after-header_15o6u_2imeb_267",
20
- "measure-strut": "awsui_measure-strut_15o6u_2imeb_302",
21
- "measure-strut-first": "awsui_measure-strut-first_15o6u_2imeb_311",
22
- "screenreader-content": "awsui_screenreader-content_15o6u_2imeb_315",
23
- "option-content": "awsui_option-content_15o6u_2imeb_321",
24
- "select-all": "awsui_select-all_15o6u_2imeb_325"
4
+ "selectable-item": "awsui_selectable-item_15o6u_22jrd_145",
5
+ "pad-bottom": "awsui_pad-bottom_15o6u_22jrd_167",
6
+ "virtual": "awsui_virtual_15o6u_22jrd_171",
7
+ "has-background": "awsui_has-background_15o6u_22jrd_174",
8
+ "highlighted": "awsui_highlighted_15o6u_22jrd_177",
9
+ "selected": "awsui_selected_15o6u_22jrd_177",
10
+ "disabled": "awsui_disabled_15o6u_22jrd_195",
11
+ "is-keyboard": "awsui_is-keyboard_15o6u_22jrd_200",
12
+ "visual-refresh": "awsui_visual-refresh_15o6u_22jrd_203",
13
+ "next-item-selected": "awsui_next-item-selected_15o6u_22jrd_211",
14
+ "parent": "awsui_parent_15o6u_22jrd_236",
15
+ "interactiveGroups": "awsui_interactiveGroups_15o6u_22jrd_240",
16
+ "child": "awsui_child_15o6u_22jrd_256",
17
+ "sticky": "awsui_sticky_15o6u_22jrd_262",
18
+ "with-scrollbar": "awsui_with-scrollbar_15o6u_22jrd_274",
19
+ "after-header": "awsui_after-header_15o6u_22jrd_280",
20
+ "measure-strut": "awsui_measure-strut_15o6u_22jrd_315",
21
+ "measure-strut-first": "awsui_measure-strut-first_15o6u_22jrd_324",
22
+ "screenreader-content": "awsui_screenreader-content_15o6u_22jrd_328",
23
+ "option-content": "awsui_option-content_15o6u_22jrd_334",
24
+ "select-all": "awsui_select-all_15o6u_22jrd_338"
25
25
  };
26
26
 
@@ -142,7 +142,7 @@
142
142
  */
143
143
  /* Style used for links in slots/components that are text heavy, to help links stand out among
144
144
  surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
145
- .awsui_selectable-item_15o6u_2imeb_145:not(#\9) {
145
+ .awsui_selectable-item_15o6u_22jrd_145:not(#\9) {
146
146
  font-size: var(--font-size-body-m-a7nh2n, 14px);
147
147
  line-height: var(--line-height-body-m-2mh3ke, 20px);
148
148
  color: var(--color-text-body-default-3mljql, #0f141a);
@@ -164,17 +164,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
164
164
  padding-block: calc(var(--space-xxs-hwfkai, 4px) + var(--border-item-width-miijiw, 2px) - var(--border-divider-list-width-tdfx1x, 1px));
165
165
  padding-inline: calc(var(--space-field-horizontal-0aq2ch, 12px) + var(--border-item-width-miijiw, 2px));
166
166
  }
167
- .awsui_selectable-item_15o6u_2imeb_145.awsui_pad-bottom_15o6u_2imeb_167:not(#\9) {
167
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_pad-bottom_15o6u_22jrd_167:not(#\9) {
168
168
  padding-block-end: calc(calc(var(--space-xxs-hwfkai, 4px) + var(--border-item-width-miijiw, 2px) - var(--border-divider-list-width-tdfx1x, 1px)) + var(--space-xxxs-pajhad, 2px));
169
169
  border-block-end-color: transparent;
170
170
  }
171
- .awsui_selectable-item_15o6u_2imeb_145:not(#\9):not(:first-child), .awsui_selectable-item_15o6u_2imeb_145.awsui_virtual_15o6u_2imeb_171:not(#\9) {
171
+ .awsui_selectable-item_15o6u_22jrd_145:not(#\9):not(:first-child), .awsui_selectable-item_15o6u_22jrd_145.awsui_virtual_15o6u_22jrd_171:not(#\9) {
172
172
  margin-block-start: calc(-1 * var(--border-item-width-miijiw, 2px));
173
173
  }
174
- .awsui_selectable-item_15o6u_2imeb_145.awsui_has-background_15o6u_2imeb_174:not(#\9) {
174
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_has-background_15o6u_22jrd_174:not(#\9) {
175
175
  background-color: var(--color-background-dropdown-item-hover-wyujnt, #f3f3f7);
176
176
  }
177
- .awsui_selectable-item_15o6u_2imeb_145.awsui_highlighted_15o6u_2imeb_177:not(#\9), .awsui_selectable-item_15o6u_2imeb_145.awsui_selected_15o6u_2imeb_177:not(#\9) {
177
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_highlighted_15o6u_22jrd_177:not(#\9), .awsui_selectable-item_15o6u_22jrd_145.awsui_selected_15o6u_22jrd_177:not(#\9) {
178
178
  color: var(--color-text-dropdown-item-highlighted-q6vxih, #0f141a);
179
179
  border-width: var(--border-item-width-miijiw, 2px);
180
180
  border-start-start-radius: var(--border-radius-item-iwaia5, 8px);
@@ -184,122 +184,135 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
184
184
  padding-block: var(--space-xxs-hwfkai, 4px);
185
185
  padding-inline: var(--space-field-horizontal-0aq2ch, 12px);
186
186
  }
187
- .awsui_selectable-item_15o6u_2imeb_145.awsui_highlighted_15o6u_2imeb_177.awsui_pad-bottom_15o6u_2imeb_167:not(#\9), .awsui_selectable-item_15o6u_2imeb_145.awsui_selected_15o6u_2imeb_177.awsui_pad-bottom_15o6u_2imeb_167:not(#\9) {
187
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_highlighted_15o6u_22jrd_177.awsui_pad-bottom_15o6u_22jrd_167:not(#\9), .awsui_selectable-item_15o6u_22jrd_145.awsui_selected_15o6u_22jrd_177.awsui_pad-bottom_15o6u_22jrd_167:not(#\9) {
188
188
  padding-block-end: calc(var(--space-xxs-hwfkai, 4px) + var(--space-xxxs-pajhad, 2px));
189
189
  }
190
- .awsui_selectable-item_15o6u_2imeb_145.awsui_highlighted_15o6u_2imeb_177:not(#\9) {
190
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_highlighted_15o6u_22jrd_177:not(#\9) {
191
191
  z-index: 3;
192
192
  background-color: var(--color-background-dropdown-item-hover-wyujnt, #f3f3f7);
193
193
  border-color: var(--color-border-dropdown-item-hover-07ng6s, #8c8c94);
194
194
  }
195
- .awsui_selectable-item_15o6u_2imeb_145.awsui_highlighted_15o6u_2imeb_177.awsui_disabled_15o6u_2imeb_195:not(#\9) {
195
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_highlighted_15o6u_22jrd_177.awsui_disabled_15o6u_22jrd_195:not(#\9) {
196
196
  color: var(--color-text-dropdown-item-dimmed-iy2k20, #b4b4bb);
197
197
  border-color: var(--color-border-dropdown-item-dimmed-hover-ga9sch, #8c8c94);
198
198
  background-color: var(--color-background-dropdown-item-dimmed-dhho03, transparent);
199
199
  }
200
- .awsui_selectable-item_15o6u_2imeb_145.awsui_selected_15o6u_2imeb_177:not(#\9) {
200
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_highlighted_15o6u_22jrd_177.awsui_is-keyboard_15o6u_22jrd_200:not(#\9) {
201
+ border-color: var(--color-border-dropdown-item-focused-k9miqq, #424650);
202
+ }
203
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_highlighted_15o6u_22jrd_177.awsui_is-keyboard_15o6u_22jrd_200:not(#\9):not(.awsui_visual-refresh_15o6u_22jrd_203) {
204
+ box-shadow: inset 0 0 0 var(--border-control-focus-ring-shadow-spread-9mjajk, 1px) var(--color-border-item-focused-8bi903, #006ce0);
205
+ }
206
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_selected_15o6u_22jrd_177:not(#\9) {
201
207
  z-index: 2;
202
208
  background-color: var(--color-background-dropdown-item-selected-cnovvw, #f0fbff);
203
209
  border-color: var(--color-border-dropdown-item-selected-3nbye4, #006ce0);
204
210
  }
205
- .awsui_selectable-item_15o6u_2imeb_145.awsui_selected_15o6u_2imeb_177.awsui_next-item-selected_15o6u_2imeb_205:not(#\9) {
211
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_selected_15o6u_22jrd_177.awsui_next-item-selected_15o6u_22jrd_211:not(#\9) {
206
212
  border-end-start-radius: 0;
207
213
  border-end-end-radius: 0;
208
214
  }
209
- .awsui_selectable-item_15o6u_2imeb_145.awsui_selected_15o6u_2imeb_177.awsui_highlighted_15o6u_2imeb_177:not(#\9) {
210
- border-color: var(--color-border-dropdown-item-hover-07ng6s, #8c8c94);
215
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_selected_15o6u_22jrd_177.awsui_highlighted_15o6u_22jrd_177:not(#\9) {
216
+ border-color: var(--color-border-dropdown-item-selected-3nbye4, #006ce0);
211
217
  z-index: 3;
218
+ outline: var(--border-item-width-miijiw, 2px) solid var(--color-border-dropdown-item-hover-07ng6s, #8c8c94);
219
+ outline-offset: calc(-2 * var(--border-item-width-miijiw, 2px));
212
220
  }
213
- .awsui_selectable-item_15o6u_2imeb_145.awsui_selected_15o6u_2imeb_177 + .awsui_selectable-item_15o6u_2imeb_145.awsui_selected_15o6u_2imeb_177:not(#\9) {
214
- border-start-start-radius: 0;
215
- border-start-end-radius: 0;
221
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_selected_15o6u_22jrd_177.awsui_highlighted_15o6u_22jrd_177.awsui_is-keyboard_15o6u_22jrd_200:not(#\9) {
222
+ border-color: var(--color-border-dropdown-item-selected-3nbye4, #006ce0);
223
+ outline-color: var(--color-border-dropdown-item-focused-k9miqq, #424650);
224
+ }
225
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_selected_15o6u_22jrd_177.awsui_highlighted_15o6u_22jrd_177:not(#\9):not(.awsui_visual-refresh_15o6u_22jrd_203) {
226
+ border-color: var(--color-border-dropdown-item-hover-07ng6s, #8c8c94);
227
+ outline: none;
216
228
  }
217
- .awsui_selectable-item_15o6u_2imeb_145.awsui_highlighted_15o6u_2imeb_177.awsui_is-keyboard_15o6u_2imeb_217:not(#\9) {
229
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_selected_15o6u_22jrd_177.awsui_highlighted_15o6u_22jrd_177:not(#\9):not(.awsui_visual-refresh_15o6u_22jrd_203).awsui_is-keyboard_15o6u_22jrd_200 {
218
230
  border-color: var(--color-border-dropdown-item-focused-k9miqq, #424650);
219
231
  }
220
- .awsui_selectable-item_15o6u_2imeb_145.awsui_highlighted_15o6u_2imeb_177.awsui_is-keyboard_15o6u_2imeb_217:not(#\9):not(.awsui_visual-refresh_15o6u_2imeb_220) {
221
- box-shadow: inset 0 0 0 var(--border-control-focus-ring-shadow-spread-9mjajk, 1px) var(--color-border-item-focused-8bi903, #006ce0);
232
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_selected_15o6u_22jrd_177 + .awsui_selectable-item_15o6u_22jrd_145.awsui_selected_15o6u_22jrd_177:not(#\9) {
233
+ border-start-start-radius: 0;
234
+ border-start-end-radius: 0;
222
235
  }
223
- .awsui_selectable-item_15o6u_2imeb_145.awsui_parent_15o6u_2imeb_223:not(#\9) {
236
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_parent_15o6u_22jrd_236:not(#\9) {
224
237
  font-weight: bold;
225
238
  color: var(--color-text-dropdown-group-label-8vygj0, #424650);
226
239
  }
227
- .awsui_selectable-item_15o6u_2imeb_145.awsui_parent_15o6u_2imeb_223:not(#\9):not(.awsui_interactiveGroups_15o6u_2imeb_227) {
240
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_parent_15o6u_22jrd_236:not(#\9):not(.awsui_interactiveGroups_15o6u_22jrd_240) {
228
241
  border-block-start-color: var(--color-border-dropdown-group-2jm6kh, #c6c6cd);
229
242
  padding-block: var(--space-xs-ymlm0b, 8px);
230
243
  padding-inline: var(--space-xs-ymlm0b, 8px);
231
244
  }
232
- .awsui_selectable-item_15o6u_2imeb_145.awsui_parent_15o6u_2imeb_223.awsui_interactiveGroups_15o6u_2imeb_227:not(#\9) {
245
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_parent_15o6u_22jrd_236.awsui_interactiveGroups_15o6u_22jrd_240:not(#\9) {
233
246
  padding-block: calc(var(--space-xs-ymlm0b, 8px) + var(--border-item-width-miijiw, 2px) - var(--border-divider-list-width-tdfx1x, 1px));
234
247
  padding-inline: calc(var(--space-field-horizontal-0aq2ch, 12px) + var(--border-item-width-miijiw, 2px));
235
248
  }
236
- .awsui_selectable-item_15o6u_2imeb_145.awsui_parent_15o6u_2imeb_223.awsui_interactiveGroups_15o6u_2imeb_227.awsui_highlighted_15o6u_2imeb_177:not(#\9) {
249
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_parent_15o6u_22jrd_236.awsui_interactiveGroups_15o6u_22jrd_240.awsui_highlighted_15o6u_22jrd_177:not(#\9) {
237
250
  color: var(--color-text-dropdown-item-highlighted-q6vxih, #0f141a);
238
251
  }
239
- .awsui_selectable-item_15o6u_2imeb_145.awsui_parent_15o6u_2imeb_223.awsui_interactiveGroups_15o6u_2imeb_227.awsui_highlighted_15o6u_2imeb_177:not(#\9), .awsui_selectable-item_15o6u_2imeb_145.awsui_parent_15o6u_2imeb_223.awsui_interactiveGroups_15o6u_2imeb_227.awsui_selected_15o6u_2imeb_177:not(#\9) {
252
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_parent_15o6u_22jrd_236.awsui_interactiveGroups_15o6u_22jrd_240.awsui_highlighted_15o6u_22jrd_177:not(#\9), .awsui_selectable-item_15o6u_22jrd_145.awsui_parent_15o6u_22jrd_236.awsui_interactiveGroups_15o6u_22jrd_240.awsui_selected_15o6u_22jrd_177:not(#\9) {
240
253
  padding-block: var(--space-xs-ymlm0b, 8px);
241
254
  padding-inline: var(--space-field-horizontal-0aq2ch, 12px);
242
255
  }
243
- .awsui_selectable-item_15o6u_2imeb_145.awsui_child_15o6u_2imeb_243:not(#\9) {
256
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_child_15o6u_22jrd_256:not(#\9) {
244
257
  padding-inline-start: calc(var(--space-xxl-32srm4, 32px) + var(--border-item-width-miijiw, 2px));
245
258
  }
246
- .awsui_selectable-item_15o6u_2imeb_145.awsui_child_15o6u_2imeb_243.awsui_highlighted_15o6u_2imeb_177:not(#\9), .awsui_selectable-item_15o6u_2imeb_145.awsui_child_15o6u_2imeb_243.awsui_selected_15o6u_2imeb_177:not(#\9) {
259
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_child_15o6u_22jrd_256.awsui_highlighted_15o6u_22jrd_177:not(#\9), .awsui_selectable-item_15o6u_22jrd_145.awsui_child_15o6u_22jrd_256.awsui_selected_15o6u_22jrd_177:not(#\9) {
247
260
  padding-inline-start: var(--space-xxl-32srm4, 32px);
248
261
  }
249
- .awsui_selectable-item_15o6u_2imeb_145.awsui_sticky_15o6u_2imeb_249:not(#\9) {
262
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_sticky_15o6u_22jrd_262:not(#\9) {
250
263
  position: sticky;
251
264
  inset-block-start: 0;
252
265
  margin-block-end: calc(var(--border-item-width-miijiw, 2px) - var(--border-divider-list-width-tdfx1x, 1px));
253
266
  z-index: 4;
254
267
  }
255
- .awsui_selectable-item_15o6u_2imeb_145.awsui_sticky_15o6u_2imeb_249:not(#\9):not(.awsui_highlighted_15o6u_2imeb_177):not(.awsui_selected_15o6u_2imeb_177) {
268
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_sticky_15o6u_22jrd_262:not(#\9):not(.awsui_highlighted_15o6u_22jrd_177):not(.awsui_selected_15o6u_22jrd_177) {
256
269
  border-inline-start-width: var(--border-item-width-miijiw, 2px);
257
270
  border-inline-start-color: var(--color-border-dropdown-container-gb937i, #b4b4bb);
258
271
  border-inline-end-color: var(--color-border-dropdown-container-gb937i, #b4b4bb);
259
272
  padding-inline: var(--space-field-horizontal-0aq2ch, 12px);
260
273
  }
261
- .awsui_selectable-item_15o6u_2imeb_145.awsui_sticky_15o6u_2imeb_249:not(#\9):not(.awsui_highlighted_15o6u_2imeb_177):not(.awsui_selected_15o6u_2imeb_177):not(.awsui_with-scrollbar_15o6u_2imeb_261) {
274
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_sticky_15o6u_22jrd_262:not(#\9):not(.awsui_highlighted_15o6u_22jrd_177):not(.awsui_selected_15o6u_22jrd_177):not(.awsui_with-scrollbar_15o6u_22jrd_274) {
262
275
  border-inline-end-width: var(--border-item-width-miijiw, 2px);
263
276
  }
264
- .awsui_selectable-item_15o6u_2imeb_145.awsui_sticky_15o6u_2imeb_249:not(#\9):not(.awsui_highlighted_15o6u_2imeb_177):not(.awsui_selected_15o6u_2imeb_177).awsui_with-scrollbar_15o6u_2imeb_261 {
277
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_sticky_15o6u_22jrd_262:not(#\9):not(.awsui_highlighted_15o6u_22jrd_177):not(.awsui_selected_15o6u_22jrd_177).awsui_with-scrollbar_15o6u_22jrd_274 {
265
278
  border-inline-end-width: 0;
266
279
  }
267
- .awsui_selectable-item_15o6u_2imeb_145.awsui_sticky_15o6u_2imeb_249:not(#\9):not(.awsui_highlighted_15o6u_2imeb_177):not(.awsui_selected_15o6u_2imeb_177):not(.awsui_after-header_15o6u_2imeb_267) {
280
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_sticky_15o6u_22jrd_262:not(#\9):not(.awsui_highlighted_15o6u_22jrd_177):not(.awsui_selected_15o6u_22jrd_177):not(.awsui_after-header_15o6u_22jrd_280) {
268
281
  border-start-start-radius: var(--border-radius-item-iwaia5, 8px);
269
282
  }
270
- .awsui_selectable-item_15o6u_2imeb_145.awsui_sticky_15o6u_2imeb_249:not(#\9):not(.awsui_highlighted_15o6u_2imeb_177):not(.awsui_selected_15o6u_2imeb_177):not(.awsui_after-header_15o6u_2imeb_267):not(.awsui_selectable-item_15o6u_2imeb_145.awsui_sticky_15o6u_2imeb_249:not(.awsui_highlighted_15o6u_2imeb_177):not(.awsui_selected_15o6u_2imeb_177):not(.awsui_after-header_15o6u_2imeb_267).awsui_with-scrollbar_15o6u_2imeb_261) {
283
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_sticky_15o6u_22jrd_262:not(#\9):not(.awsui_highlighted_15o6u_22jrd_177):not(.awsui_selected_15o6u_22jrd_177):not(.awsui_after-header_15o6u_22jrd_280):not(.awsui_selectable-item_15o6u_22jrd_145.awsui_sticky_15o6u_22jrd_262:not(.awsui_highlighted_15o6u_22jrd_177):not(.awsui_selected_15o6u_22jrd_177):not(.awsui_after-header_15o6u_22jrd_280).awsui_with-scrollbar_15o6u_22jrd_274) {
271
284
  border-start-end-radius: var(--border-radius-item-iwaia5, 8px);
272
285
  }
273
- .awsui_selectable-item_15o6u_2imeb_145.awsui_sticky_15o6u_2imeb_249:not(#\9):not(.awsui_highlighted_15o6u_2imeb_177):not(.awsui_selected_15o6u_2imeb_177).awsui_after-header_15o6u_2imeb_267 {
286
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_sticky_15o6u_22jrd_262:not(#\9):not(.awsui_highlighted_15o6u_22jrd_177):not(.awsui_selected_15o6u_22jrd_177).awsui_after-header_15o6u_22jrd_280 {
274
287
  border-block-start-color: var(--color-background-dropdown-item-default-lzrka9, #ffffff);
275
288
  }
276
- .awsui_selectable-item_15o6u_2imeb_145.awsui_sticky_15o6u_2imeb_249.awsui_disabled_15o6u_2imeb_195.awsui_highlighted_15o6u_2imeb_177:not(#\9), .awsui_selectable-item_15o6u_2imeb_145.awsui_sticky_15o6u_2imeb_249.awsui_disabled_15o6u_2imeb_195.awsui_selected_15o6u_2imeb_177:not(#\9) {
289
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_sticky_15o6u_22jrd_262.awsui_disabled_15o6u_22jrd_195.awsui_highlighted_15o6u_22jrd_177:not(#\9), .awsui_selectable-item_15o6u_22jrd_145.awsui_sticky_15o6u_22jrd_262.awsui_disabled_15o6u_22jrd_195.awsui_selected_15o6u_22jrd_177:not(#\9) {
277
290
  border-block-end-color: transparent;
278
291
  border-block-start-color: transparent;
279
292
  border-inline-start-color: transparent;
280
293
  border-inline-end-color: transparent;
281
294
  }
282
- .awsui_selectable-item_15o6u_2imeb_145.awsui_disabled_15o6u_2imeb_195:not(#\9) {
295
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_disabled_15o6u_22jrd_195:not(#\9) {
283
296
  color: var(--color-text-dropdown-item-disabled-pl4fy2, #b4b4bb);
284
297
  }
285
- .awsui_selectable-item_15o6u_2imeb_145:not(#\9):not(.awsui_disabled_15o6u_2imeb_195):not(.awsui_parent_15o6u_2imeb_223) {
298
+ .awsui_selectable-item_15o6u_22jrd_145:not(#\9):not(.awsui_disabled_15o6u_22jrd_195):not(.awsui_parent_15o6u_22jrd_236) {
286
299
  cursor: pointer;
287
300
  }
288
- .awsui_selectable-item_15o6u_2imeb_145.awsui_interactiveGroups_15o6u_2imeb_227:not(#\9):not(.awsui_disabled_15o6u_2imeb_195) {
301
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_interactiveGroups_15o6u_22jrd_240:not(#\9):not(.awsui_disabled_15o6u_22jrd_195) {
289
302
  cursor: pointer;
290
303
  }
291
- .awsui_selectable-item_15o6u_2imeb_145.awsui_virtual_15o6u_2imeb_171:not(#\9) {
304
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_virtual_15o6u_22jrd_171:not(#\9) {
292
305
  position: absolute;
293
306
  inset-block-start: var(--border-dropdown-virtual-offset-width-3wp954, 2px);
294
307
  inset-inline-start: 0;
295
308
  inline-size: 100%;
296
309
  box-sizing: border-box;
297
310
  }
298
- .awsui_selectable-item_15o6u_2imeb_145.awsui_virtual_15o6u_2imeb_171:not(#\9):first-of-type:not(.awsui_selected_15o6u_2imeb_177, .awsui_highlighted_15o6u_2imeb_177) {
311
+ .awsui_selectable-item_15o6u_22jrd_145.awsui_virtual_15o6u_22jrd_171:not(#\9):first-of-type:not(.awsui_selected_15o6u_22jrd_177, .awsui_highlighted_15o6u_22jrd_177) {
299
312
  border-block-start-color: var(--color-border-dropdown-item-top-gp2d1p, transparent);
300
313
  }
301
314
 
302
- .awsui_measure-strut_15o6u_2imeb_302:not(#\9) {
315
+ .awsui_measure-strut_15o6u_22jrd_315:not(#\9) {
303
316
  position: absolute;
304
317
  pointer-events: none;
305
318
  block-size: 100%;
@@ -308,20 +321,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
308
321
  inset-inline-start: 0;
309
322
  padding-block-start: var(--border-divider-list-width-tdfx1x, 1px);
310
323
  }
311
- .awsui_measure-strut-first_15o6u_2imeb_311:not(#\9) {
324
+ .awsui_measure-strut-first_15o6u_22jrd_324:not(#\9) {
312
325
  padding-block-end: var(--border-divider-list-width-tdfx1x, 1px);
313
326
  }
314
327
 
315
- .awsui_screenreader-content_15o6u_2imeb_315:not(#\9) {
328
+ .awsui_screenreader-content_15o6u_22jrd_328:not(#\9) {
316
329
  position: absolute !important;
317
330
  inset-block-start: -9999px !important;
318
331
  inset-inline-start: -9999px !important;
319
332
  }
320
333
 
321
- .awsui_option-content_15o6u_2imeb_321:not(#\9) {
334
+ .awsui_option-content_15o6u_22jrd_334:not(#\9) {
322
335
  /* used in test-utils */
323
336
  }
324
337
 
325
- .awsui_select-all_15o6u_2imeb_325:not(#\9) {
338
+ .awsui_select-all_15o6u_22jrd_338:not(#\9) {
326
339
  /* used in test-utils */
327
340
  }
@@ -2,26 +2,26 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "selectable-item": "awsui_selectable-item_15o6u_2imeb_145",
6
- "pad-bottom": "awsui_pad-bottom_15o6u_2imeb_167",
7
- "virtual": "awsui_virtual_15o6u_2imeb_171",
8
- "has-background": "awsui_has-background_15o6u_2imeb_174",
9
- "highlighted": "awsui_highlighted_15o6u_2imeb_177",
10
- "selected": "awsui_selected_15o6u_2imeb_177",
11
- "disabled": "awsui_disabled_15o6u_2imeb_195",
12
- "next-item-selected": "awsui_next-item-selected_15o6u_2imeb_205",
13
- "is-keyboard": "awsui_is-keyboard_15o6u_2imeb_217",
14
- "visual-refresh": "awsui_visual-refresh_15o6u_2imeb_220",
15
- "parent": "awsui_parent_15o6u_2imeb_223",
16
- "interactiveGroups": "awsui_interactiveGroups_15o6u_2imeb_227",
17
- "child": "awsui_child_15o6u_2imeb_243",
18
- "sticky": "awsui_sticky_15o6u_2imeb_249",
19
- "with-scrollbar": "awsui_with-scrollbar_15o6u_2imeb_261",
20
- "after-header": "awsui_after-header_15o6u_2imeb_267",
21
- "measure-strut": "awsui_measure-strut_15o6u_2imeb_302",
22
- "measure-strut-first": "awsui_measure-strut-first_15o6u_2imeb_311",
23
- "screenreader-content": "awsui_screenreader-content_15o6u_2imeb_315",
24
- "option-content": "awsui_option-content_15o6u_2imeb_321",
25
- "select-all": "awsui_select-all_15o6u_2imeb_325"
5
+ "selectable-item": "awsui_selectable-item_15o6u_22jrd_145",
6
+ "pad-bottom": "awsui_pad-bottom_15o6u_22jrd_167",
7
+ "virtual": "awsui_virtual_15o6u_22jrd_171",
8
+ "has-background": "awsui_has-background_15o6u_22jrd_174",
9
+ "highlighted": "awsui_highlighted_15o6u_22jrd_177",
10
+ "selected": "awsui_selected_15o6u_22jrd_177",
11
+ "disabled": "awsui_disabled_15o6u_22jrd_195",
12
+ "is-keyboard": "awsui_is-keyboard_15o6u_22jrd_200",
13
+ "visual-refresh": "awsui_visual-refresh_15o6u_22jrd_203",
14
+ "next-item-selected": "awsui_next-item-selected_15o6u_22jrd_211",
15
+ "parent": "awsui_parent_15o6u_22jrd_236",
16
+ "interactiveGroups": "awsui_interactiveGroups_15o6u_22jrd_240",
17
+ "child": "awsui_child_15o6u_22jrd_256",
18
+ "sticky": "awsui_sticky_15o6u_22jrd_262",
19
+ "with-scrollbar": "awsui_with-scrollbar_15o6u_22jrd_274",
20
+ "after-header": "awsui_after-header_15o6u_22jrd_280",
21
+ "measure-strut": "awsui_measure-strut_15o6u_22jrd_315",
22
+ "measure-strut-first": "awsui_measure-strut-first_15o6u_22jrd_324",
23
+ "screenreader-content": "awsui_screenreader-content_15o6u_22jrd_328",
24
+ "option-content": "awsui_option-content_15o6u_22jrd_334",
25
+ "select-all": "awsui_select-all_15o6u_22jrd_338"
26
26
  };
27
27
 
@@ -0,0 +1,5 @@
1
+ import useInternalDragHandleInteractionState, { UseDragHandleInteractionStateProps as UseInternalDragHandleInteractionStateProps } from '../components/drag-handle/hooks/use-drag-handle-interaction-state';
2
+ import InternalDragHandle, { DragHandleProps as InternalDragHandleProps } from '../components/drag-handle/index.js';
3
+ export type { InternalDragHandleProps, UseInternalDragHandleInteractionStateProps };
4
+ export { InternalDragHandle, useInternalDragHandleInteractionState };
5
+ //# sourceMappingURL=drag-handle.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"drag-handle.d.ts","sourceRoot":"","sources":["../../../../src/internal/do-not-use/drag-handle.ts"],"names":[],"mappings":"AAGA,OAAO,qCAAqC,EAAE,EAC5C,kCAAkC,IAAI,0CAA0C,EACjF,MAAM,mEAAmE,CAAC;AAC3E,OAAO,kBAAkB,EAAE,EAAE,eAAe,IAAI,uBAAuB,EAAE,MAAM,oCAAoC,CAAC;AAEpH,YAAY,EAAE,uBAAuB,EAAE,0CAA0C,EAAE,CAAC;AACpF,OAAO,EAAE,kBAAkB,EAAE,qCAAqC,EAAE,CAAC"}
@@ -0,0 +1,6 @@
1
+ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2
+ // SPDX-License-Identifier: Apache-2.0
3
+ import useInternalDragHandleInteractionState from '../components/drag-handle/hooks/use-drag-handle-interaction-state';
4
+ import InternalDragHandle from '../components/drag-handle/index.js';
5
+ export { InternalDragHandle, useInternalDragHandleInteractionState };
6
+ //# sourceMappingURL=drag-handle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"drag-handle.js","sourceRoot":"","sources":["../../../../src/internal/do-not-use/drag-handle.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AAEtC,OAAO,qCAEN,MAAM,mEAAmE,CAAC;AAC3E,OAAO,kBAAkE,MAAM,oCAAoC,CAAC;AAGpH,OAAO,EAAE,kBAAkB,EAAE,qCAAqC,EAAE,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n\nimport useInternalDragHandleInteractionState, {\n UseDragHandleInteractionStateProps as UseInternalDragHandleInteractionStateProps,\n} from '../components/drag-handle/hooks/use-drag-handle-interaction-state';\nimport InternalDragHandle, { DragHandleProps as InternalDragHandleProps } from '../components/drag-handle/index.js';\n\nexport type { InternalDragHandleProps, UseInternalDragHandleInteractionStateProps };\nexport { InternalDragHandle, useInternalDragHandleInteractionState };\n"]}
@@ -1,4 +1,4 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (010328cd)";
2
+ export var PACKAGE_VERSION = "3.0.0 (a9dee87a)";
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 (010328cd)",
3
+ "PACKAGE_VERSION": "3.0.0 (a9dee87a)",
4
4
  "THEME": "open-source-visual-refresh",
5
5
  "ALWAYS_VISUAL_REFRESH": true
6
6
  }
@@ -10388,6 +10388,8 @@ module.exports.preset = {
10388
10388
  "colorTextNotificationSeverityMedium",
10389
10389
  "colorTextNotificationSeverityLow",
10390
10390
  "colorTextNotificationSeverityNeutral",
10391
+ "colorBackgroundButtonLinkActive",
10392
+ "colorBackgroundButtonLinkHover",
10391
10393
  "colorBackgroundButtonNormalActive",
10392
10394
  "colorBackgroundButtonNormalDefault",
10393
10395
  "colorBackgroundButtonNormalDisabled",
@@ -10735,6 +10737,8 @@ module.exports.preset = {
10735
10737
  "colorTextNotificationSeverityMedium",
10736
10738
  "colorTextNotificationSeverityLow",
10737
10739
  "colorTextNotificationSeverityNeutral",
10740
+ "colorBackgroundButtonLinkActive",
10741
+ "colorBackgroundButtonLinkHover",
10738
10742
  "colorBackgroundButtonNormalActive",
10739
10743
  "colorBackgroundButtonNormalDefault",
10740
10744
  "colorBackgroundButtonNormalDisabled",
@@ -73,6 +73,8 @@ export declare interface TypedOverride {
73
73
  colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
74
74
  colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
75
75
  colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
76
+ colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
77
+ colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
76
78
  colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
77
79
  colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
78
80
  colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -329,6 +331,8 @@ export declare interface TypedOverride {
329
331
  colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
330
332
  colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
331
333
  colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
334
+ colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
335
+ colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
332
336
  colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
333
337
  colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
334
338
  colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -585,6 +589,8 @@ export declare interface TypedOverride {
585
589
  colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
586
590
  colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
587
591
  colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
592
+ colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
593
+ colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
588
594
  colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
589
595
  colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
590
596
  colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -841,6 +847,8 @@ export declare interface TypedOverride {
841
847
  colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
842
848
  colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
843
849
  colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
850
+ colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
851
+ colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
844
852
  colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
845
853
  colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
846
854
  colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1097,6 +1105,8 @@ export declare interface TypedOverride {
1097
1105
  colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1098
1106
  colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1099
1107
  colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1108
+ colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1109
+ colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1100
1110
  colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1101
1111
  colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1102
1112
  colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1353,6 +1363,8 @@ export declare interface TypedOverride {
1353
1363
  colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1354
1364
  colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1355
1365
  colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1366
+ colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1367
+ colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1356
1368
  colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1357
1369
  colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1358
1370
  colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1609,6 +1621,8 @@ export declare interface TypedOverride {
1609
1621
  colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1610
1622
  colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1611
1623
  colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1624
+ colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1625
+ colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1612
1626
  colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1613
1627
  colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1614
1628
  colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1865,6 +1879,8 @@ export declare interface TypedOverride {
1865
1879
  colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1866
1880
  colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1867
1881
  colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1882
+ colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1883
+ colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1868
1884
  colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1869
1885
  colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1870
1886
  colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -2121,6 +2137,8 @@ export declare interface TypedOverride {
2121
2137
  colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2122
2138
  colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2123
2139
  colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2140
+ colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2141
+ colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2124
2142
  colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2125
2143
  colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2126
2144
  colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -73,6 +73,8 @@ export declare interface TypedOverride {
73
73
  colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
74
74
  colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
75
75
  colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
76
+ colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
77
+ colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
76
78
  colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
77
79
  colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
78
80
  colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -329,6 +331,8 @@ export declare interface TypedOverride {
329
331
  colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
330
332
  colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
331
333
  colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
334
+ colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
335
+ colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
332
336
  colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
333
337
  colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
334
338
  colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -585,6 +589,8 @@ export declare interface TypedOverride {
585
589
  colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
586
590
  colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
587
591
  colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
592
+ colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
593
+ colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
588
594
  colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
589
595
  colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
590
596
  colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -841,6 +847,8 @@ export declare interface TypedOverride {
841
847
  colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
842
848
  colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
843
849
  colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
850
+ colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
851
+ colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
844
852
  colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
845
853
  colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
846
854
  colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1097,6 +1105,8 @@ export declare interface TypedOverride {
1097
1105
  colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1098
1106
  colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1099
1107
  colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1108
+ colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1109
+ colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1100
1110
  colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1101
1111
  colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1102
1112
  colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1353,6 +1363,8 @@ export declare interface TypedOverride {
1353
1363
  colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1354
1364
  colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1355
1365
  colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1366
+ colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1367
+ colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1356
1368
  colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1357
1369
  colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1358
1370
  colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1609,6 +1621,8 @@ export declare interface TypedOverride {
1609
1621
  colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1610
1622
  colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1611
1623
  colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1624
+ colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1625
+ colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1612
1626
  colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1613
1627
  colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1614
1628
  colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -1865,6 +1879,8 @@ export declare interface TypedOverride {
1865
1879
  colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1866
1880
  colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1867
1881
  colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1882
+ colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1883
+ colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1868
1884
  colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1869
1885
  colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
1870
1886
  colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -2121,6 +2137,8 @@ export declare interface TypedOverride {
2121
2137
  colorTextNotificationSeverityMedium?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2122
2138
  colorTextNotificationSeverityLow?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2123
2139
  colorTextNotificationSeverityNeutral?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2140
+ colorBackgroundButtonLinkActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2141
+ colorBackgroundButtonLinkHover?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2124
2142
  colorBackgroundButtonNormalActive?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2125
2143
  colorBackgroundButtonNormalDefault?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
2126
2144
  colorBackgroundButtonNormalDisabled?: GlobalValue | TypedModeValueOverride<'light' | 'dark'>;
@@ -10388,6 +10388,8 @@ export var preset = {
10388
10388
  "colorTextNotificationSeverityMedium",
10389
10389
  "colorTextNotificationSeverityLow",
10390
10390
  "colorTextNotificationSeverityNeutral",
10391
+ "colorBackgroundButtonLinkActive",
10392
+ "colorBackgroundButtonLinkHover",
10391
10393
  "colorBackgroundButtonNormalActive",
10392
10394
  "colorBackgroundButtonNormalDefault",
10393
10395
  "colorBackgroundButtonNormalDisabled",
@@ -10735,6 +10737,8 @@ export var preset = {
10735
10737
  "colorTextNotificationSeverityMedium",
10736
10738
  "colorTextNotificationSeverityLow",
10737
10739
  "colorTextNotificationSeverityNeutral",
10740
+ "colorBackgroundButtonLinkActive",
10741
+ "colorBackgroundButtonLinkHover",
10738
10742
  "colorBackgroundButtonNormalActive",
10739
10743
  "colorBackgroundButtonNormalDefault",
10740
10744
  "colorBackgroundButtonNormalDisabled",
@@ -1,3 +1,3 @@
1
1
  {
2
- "commit": "010328cd9f714fe550a9d2f21b22de12582ec777"
2
+ "commit": "a9dee87af4711579fe1c18845d7a5dcfb31465ab"
3
3
  }