@cloudscape-design/components-themeable 3.0.1255 → 3.0.1257

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 (139) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +152 -142
  3. package/lib/internal/scss/token/mixins.scss +11 -6
  4. package/lib/internal/scss/token/styles.scss +28 -10
  5. package/lib/internal/template/alert/styles.css.js +27 -27
  6. package/lib/internal/template/alert/styles.scoped.css +50 -50
  7. package/lib/internal/template/alert/styles.selectors.js +27 -27
  8. package/lib/internal/template/annotation-context/annotation/styles.css.js +13 -13
  9. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +21 -21
  10. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +13 -13
  11. package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
  12. package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
  13. package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
  14. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
  15. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +258 -258
  16. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
  17. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
  18. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +89 -89
  19. package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
  20. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
  21. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +7 -7
  22. package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
  23. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +27 -27
  24. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +54 -54
  25. package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +27 -27
  26. package/lib/internal/template/attribute-editor/styles.css.js +15 -15
  27. package/lib/internal/template/attribute-editor/styles.scoped.css +28 -28
  28. package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
  29. package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
  30. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +28 -28
  31. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
  32. package/lib/internal/template/button/styles.css.js +22 -22
  33. package/lib/internal/template/button/styles.scoped.css +256 -256
  34. package/lib/internal/template/button/styles.selectors.js +22 -22
  35. package/lib/internal/template/button-dropdown/item-element/styles.css.js +21 -21
  36. package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +37 -37
  37. package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +21 -21
  38. package/lib/internal/template/checkbox/styles.css.js +3 -3
  39. package/lib/internal/template/checkbox/styles.scoped.css +11 -11
  40. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  41. package/lib/internal/template/content-layout/styles.css.js +14 -14
  42. package/lib/internal/template/content-layout/styles.scoped.css +27 -27
  43. package/lib/internal/template/content-layout/styles.selectors.js +14 -14
  44. package/lib/internal/template/file-token-group/styles.css.js +23 -23
  45. package/lib/internal/template/file-token-group/styles.scoped.css +36 -36
  46. package/lib/internal/template/file-token-group/styles.selectors.js +23 -23
  47. package/lib/internal/template/flashbar/styles.css.js +50 -50
  48. package/lib/internal/template/flashbar/styles.scoped.css +187 -187
  49. package/lib/internal/template/flashbar/styles.selectors.js +50 -50
  50. package/lib/internal/template/help-panel/styles.css.js +6 -6
  51. package/lib/internal/template/help-panel/styles.scoped.css +73 -73
  52. package/lib/internal/template/help-panel/styles.selectors.js +6 -6
  53. package/lib/internal/template/input/styles.css.js +13 -13
  54. package/lib/internal/template/input/styles.scoped.css +74 -74
  55. package/lib/internal/template/input/styles.selectors.js +13 -13
  56. package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
  57. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.css.js +30 -30
  58. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +58 -58
  59. package/lib/internal/template/internal/components/drag-handle-wrapper/styles.selectors.js +30 -30
  60. package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.d.ts +3 -2
  61. package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.d.ts.map +1 -1
  62. package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.js +5 -3
  63. package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.js.map +1 -1
  64. package/lib/internal/template/internal/components/dropdown/index.d.ts +1 -1
  65. package/lib/internal/template/internal/components/dropdown/index.d.ts.map +1 -1
  66. package/lib/internal/template/internal/components/dropdown/index.js +10 -7
  67. package/lib/internal/template/internal/components/dropdown/index.js.map +1 -1
  68. package/lib/internal/template/internal/components/dropdown/interfaces.d.ts +16 -0
  69. package/lib/internal/template/internal/components/dropdown/interfaces.d.ts.map +1 -1
  70. package/lib/internal/template/internal/components/dropdown/interfaces.js.map +1 -1
  71. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  72. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +39 -39
  73. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  74. package/lib/internal/template/internal/components/radio-button/styles.css.js +7 -7
  75. package/lib/internal/template/internal/components/radio-button/styles.scoped.css +18 -18
  76. package/lib/internal/template/internal/components/radio-button/styles.selectors.js +7 -7
  77. package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
  78. package/lib/internal/template/internal/components/token-list/styles.scoped.css +25 -25
  79. package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
  80. package/lib/internal/template/internal/environment.js +2 -2
  81. package/lib/internal/template/internal/environment.json +2 -2
  82. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +10 -0
  83. package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
  84. package/lib/internal/template/internal/generated/custom-css-properties/index.js +151 -141
  85. package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
  86. package/lib/internal/template/link/styles.css.js +20 -20
  87. package/lib/internal/template/link/styles.scoped.css +103 -103
  88. package/lib/internal/template/link/styles.selectors.js +20 -20
  89. package/lib/internal/template/mixed-line-bar-chart/hooks/use-mouse-hover.d.ts +1 -1
  90. package/lib/internal/template/mixed-line-bar-chart/hooks/use-mouse-hover.d.ts.map +1 -1
  91. package/lib/internal/template/mixed-line-bar-chart/hooks/use-mouse-hover.js +13 -5
  92. package/lib/internal/template/mixed-line-bar-chart/hooks/use-mouse-hover.js.map +1 -1
  93. package/lib/internal/template/modal/styles.css.js +31 -31
  94. package/lib/internal/template/modal/styles.scoped.css +48 -48
  95. package/lib/internal/template/modal/styles.selectors.js +31 -31
  96. package/lib/internal/template/progress-bar/styles.css.js +18 -18
  97. package/lib/internal/template/progress-bar/styles.scoped.css +48 -48
  98. package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
  99. package/lib/internal/template/prompt-input/styles.css.js +17 -17
  100. package/lib/internal/template/prompt-input/styles.scoped.css +79 -79
  101. package/lib/internal/template/prompt-input/styles.selectors.js +17 -17
  102. package/lib/internal/template/segmented-control/styles.css.js +16 -16
  103. package/lib/internal/template/segmented-control/styles.scoped.css +46 -46
  104. package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
  105. package/lib/internal/template/slider/styles.css.js +26 -26
  106. package/lib/internal/template/slider/styles.scoped.css +165 -165
  107. package/lib/internal/template/slider/styles.selectors.js +26 -26
  108. package/lib/internal/template/spinner/styles.css.js +13 -13
  109. package/lib/internal/template/spinner/styles.scoped.css +39 -39
  110. package/lib/internal/template/spinner/styles.selectors.js +13 -13
  111. package/lib/internal/template/tabs/styles.css.js +30 -30
  112. package/lib/internal/template/tabs/styles.scoped.css +76 -76
  113. package/lib/internal/template/tabs/styles.selectors.js +30 -30
  114. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  115. package/lib/internal/template/tag-editor/styles.scoped.css +13 -13
  116. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  117. package/lib/internal/template/text-content/styles.css.js +1 -1
  118. package/lib/internal/template/text-content/styles.scoped.css +66 -66
  119. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  120. package/lib/internal/template/textarea/styles.css.js +5 -5
  121. package/lib/internal/template/textarea/styles.scoped.css +45 -45
  122. package/lib/internal/template/textarea/styles.selectors.js +5 -5
  123. package/lib/internal/template/toggle/styles.css.js +10 -10
  124. package/lib/internal/template/toggle/styles.scoped.css +23 -23
  125. package/lib/internal/template/toggle/styles.selectors.js +10 -10
  126. package/lib/internal/template/token/interfaces.d.ts +37 -0
  127. package/lib/internal/template/token/interfaces.d.ts.map +1 -1
  128. package/lib/internal/template/token/interfaces.js.map +1 -1
  129. package/lib/internal/template/token/internal.d.ts.map +1 -1
  130. package/lib/internal/template/token/internal.js +3 -1
  131. package/lib/internal/template/token/internal.js.map +1 -1
  132. package/lib/internal/template/token/styles.css.js +14 -14
  133. package/lib/internal/template/token/styles.d.ts +3 -0
  134. package/lib/internal/template/token/styles.d.ts.map +1 -0
  135. package/lib/internal/template/token/styles.js +32 -0
  136. package/lib/internal/template/token/styles.js.map +1 -0
  137. package/lib/internal/template/token/styles.scoped.css +51 -45
  138. package/lib/internal/template/token/styles.selectors.js +14 -14
  139. package/package.json +1 -1
@@ -1,21 +1,21 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "segment": "awsui_segment_8cbea_1b2gi_161",
5
- "refresh": "awsui_refresh_8cbea_1b2gi_188",
6
- "disabled": "awsui_disabled_8cbea_1b2gi_194",
7
- "selected": "awsui_selected_8cbea_1b2gi_251",
8
- "icon": "awsui_icon_8cbea_1b2gi_261",
9
- "with-text": "awsui_with-text_8cbea_1b2gi_265",
10
- "with-no-text": "awsui_with-no-text_8cbea_1b2gi_271",
11
- "root": "awsui_root_8cbea_1b2gi_276",
12
- "segment-part": "awsui_segment-part_8cbea_1b2gi_308",
13
- "select": "awsui_select_8cbea_1b2gi_251",
14
- "segment-count-2": "awsui_segment-count-2_8cbea_1b2gi_343",
15
- "segment-count-3": "awsui_segment-count-3_8cbea_1b2gi_347",
16
- "segment-count-4": "awsui_segment-count-4_8cbea_1b2gi_351",
17
- "segment-count-5": "awsui_segment-count-5_8cbea_1b2gi_355",
18
- "segment-count-6": "awsui_segment-count-6_8cbea_1b2gi_359",
19
- "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_8cbea_1b2gi_363"
4
+ "segment": "awsui_segment_8cbea_ejheu_161",
5
+ "refresh": "awsui_refresh_8cbea_ejheu_188",
6
+ "disabled": "awsui_disabled_8cbea_ejheu_194",
7
+ "selected": "awsui_selected_8cbea_ejheu_251",
8
+ "icon": "awsui_icon_8cbea_ejheu_261",
9
+ "with-text": "awsui_with-text_8cbea_ejheu_265",
10
+ "with-no-text": "awsui_with-no-text_8cbea_ejheu_271",
11
+ "root": "awsui_root_8cbea_ejheu_276",
12
+ "segment-part": "awsui_segment-part_8cbea_ejheu_308",
13
+ "select": "awsui_select_8cbea_ejheu_251",
14
+ "segment-count-2": "awsui_segment-count-2_8cbea_ejheu_343",
15
+ "segment-count-3": "awsui_segment-count-3_8cbea_ejheu_347",
16
+ "segment-count-4": "awsui_segment-count-4_8cbea_ejheu_351",
17
+ "segment-count-5": "awsui_segment-count-5_8cbea_ejheu_355",
18
+ "segment-count-6": "awsui_segment-count-6_8cbea_ejheu_359",
19
+ "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_8cbea_ejheu_363"
20
20
  };
21
21
 
@@ -158,7 +158,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
158
158
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
159
159
  SPDX-License-Identifier: Apache-2.0
160
160
  */
161
- .awsui_segment_8cbea_1b2gi_161:not(#\9) {
161
+ .awsui_segment_8cbea_ejheu_161:not(#\9) {
162
162
  font-size: var(--font-size-body-m-vv54cm, 14px);
163
163
  line-height: var(--line-height-body-m-bedeoh, 22px);
164
164
  word-wrap: break-word;
@@ -170,8 +170,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
170
170
  letter-spacing: 0.25px;
171
171
  padding-block: var(--space-scaled-xxs-jatbiv, 4px);
172
172
  padding-inline: calc(var(--space-button-horizontal-v8ywmo, 20px) - var(--space-static-xxs-0cgyf1, 4px));
173
- background: var(--awsui-style-background-default-n6lfw8, var(--color-background-segment-default-zwi7m6, #ffffff));
174
- color: var(--awsui-style-color-default-n6lfw8, var(--color-text-segment-default-a74tco, #545b64));
173
+ background: var(--awsui-style-background-default-hzjhvz, var(--color-background-segment-default-zwi7m6, #ffffff));
174
+ color: var(--awsui-style-color-default-hzjhvz, var(--color-text-segment-default-a74tco, #545b64));
175
175
  overflow: visible;
176
176
  border-start-start-radius: var(--border-radius-button-vm1lh4, 2px);
177
177
  border-start-end-radius: var(--border-radius-button-vm1lh4, 2px);
@@ -183,26 +183,26 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
183
183
  align-items: center;
184
184
  border-inline: none;
185
185
  border-block: none;
186
- --awsui-style-focus-ring-box-shadow-n6lfw8: 0 0 0 var(--awsui-style-focus-ring-border-width-n6lfw8, 2px) var(--awsui-style-focus-ring-border-color-n6lfw8, var(--color-border-item-focused-r5f6xl, #0073bb));
186
+ --awsui-style-focus-ring-box-shadow-hzjhvz: 0 0 0 var(--awsui-style-focus-ring-border-width-hzjhvz, 2px) var(--awsui-style-focus-ring-border-color-hzjhvz, var(--color-border-item-focused-r5f6xl, #0073bb));
187
187
  }
188
- .awsui_segment_8cbea_1b2gi_161:not(#\9):not(.awsui_refresh_8cbea_1b2gi_188) {
188
+ .awsui_segment_8cbea_ejheu_161:not(#\9):not(.awsui_refresh_8cbea_ejheu_188) {
189
189
  block-size: calc(100% - var(--space-static-xxs-0cgyf1, 4px) - 2 * var(--border-width-field-9k1tdz, 1px));
190
190
  }
191
- .awsui_segment_8cbea_1b2gi_161:not(#\9):focus {
191
+ .awsui_segment_8cbea_ejheu_161:not(#\9):focus {
192
192
  outline: none;
193
193
  }
194
- .awsui_segment_8cbea_1b2gi_161.awsui_disabled_8cbea_1b2gi_194:not(#\9) {
195
- background: var(--awsui-style-background-disabled-n6lfw8, var(--color-background-segment-disabled-etp65k, #ffffff));
196
- color: var(--awsui-style-color-disabled-n6lfw8, var(--color-text-interactive-disabled-xwt2jl, #aab7b8));
194
+ .awsui_segment_8cbea_ejheu_161.awsui_disabled_8cbea_ejheu_194:not(#\9) {
195
+ background: var(--awsui-style-background-disabled-hzjhvz, var(--color-background-segment-disabled-etp65k, #ffffff));
196
+ color: var(--awsui-style-color-disabled-hzjhvz, var(--color-text-interactive-disabled-xwt2jl, #aab7b8));
197
197
  }
198
- body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1b2gi_161:not(#\9):focus {
198
+ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_ejheu_161:not(#\9):focus {
199
199
  position: relative;
200
200
  }
201
- body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1b2gi_161:not(#\9):focus {
201
+ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_ejheu_161:not(#\9):focus {
202
202
  outline: 2px dotted transparent;
203
203
  outline-offset: calc(var(--space-segmented-control-focus-outline-gutter-tvktqv, 3px) - 1px);
204
204
  }
205
- body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1b2gi_161:not(#\9):focus::before {
205
+ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_ejheu_161:not(#\9):focus::before {
206
206
  content: " ";
207
207
  display: block;
208
208
  position: absolute;
@@ -210,14 +210,14 @@ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1b2gi_161:not(#\9):focu
210
210
  inset-block-start: calc(-1 * var(--space-segmented-control-focus-outline-gutter-tvktqv, 3px));
211
211
  inline-size: calc(100% + var(--space-segmented-control-focus-outline-gutter-tvktqv, 3px) + var(--space-segmented-control-focus-outline-gutter-tvktqv, 3px));
212
212
  block-size: calc(100% + var(--space-segmented-control-focus-outline-gutter-tvktqv, 3px) + var(--space-segmented-control-focus-outline-gutter-tvktqv, 3px));
213
- border-start-start-radius: var(--awsui-style-focus-ring-border-radius-n6lfw8, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
214
- border-start-end-radius: var(--awsui-style-focus-ring-border-radius-n6lfw8, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
215
- border-end-start-radius: var(--awsui-style-focus-ring-border-radius-n6lfw8, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
216
- border-end-end-radius: var(--awsui-style-focus-ring-border-radius-n6lfw8, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
217
- box-shadow: var(--awsui-style-focus-ring-box-shadow-n6lfw8);
213
+ border-start-start-radius: var(--awsui-style-focus-ring-border-radius-hzjhvz, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
214
+ border-start-end-radius: var(--awsui-style-focus-ring-border-radius-hzjhvz, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
215
+ border-end-start-radius: var(--awsui-style-focus-ring-border-radius-hzjhvz, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
216
+ border-end-end-radius: var(--awsui-style-focus-ring-border-radius-hzjhvz, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
217
+ box-shadow: var(--awsui-style-focus-ring-box-shadow-hzjhvz);
218
218
  z-index: 1;
219
219
  }
220
- .awsui_segment_8cbea_1b2gi_161:not(#\9):not(:last-child)::after {
220
+ .awsui_segment_8cbea_ejheu_161:not(#\9):not(:last-child)::after {
221
221
  content: "";
222
222
  position: absolute;
223
223
  inset-inline-end: calc(-1 * (var(--space-static-xxs-0cgyf1, 4px) + 1px));
@@ -227,53 +227,53 @@ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1b2gi_161:not(#\9):focu
227
227
  background: var(--color-border-input-default-txli8y, #687078);
228
228
  z-index: 1;
229
229
  }
230
- .awsui_segment_8cbea_1b2gi_161:not(#\9):not(.awsui_refresh_8cbea_1b2gi_188):not(:last-child)::after {
230
+ .awsui_segment_8cbea_ejheu_161:not(#\9):not(.awsui_refresh_8cbea_ejheu_188):not(:last-child)::after {
231
231
  inset-inline-end: calc(-1 * var(--space-static-xxs-0cgyf1, 4px));
232
232
  }
233
- .awsui_segment_8cbea_1b2gi_161:not(#\9):nth-child(1) {
233
+ .awsui_segment_8cbea_ejheu_161:not(#\9):nth-child(1) {
234
234
  grid-column: 1;
235
235
  }
236
- .awsui_segment_8cbea_1b2gi_161:not(#\9):nth-child(2) {
236
+ .awsui_segment_8cbea_ejheu_161:not(#\9):nth-child(2) {
237
237
  grid-column: 2;
238
238
  }
239
- .awsui_segment_8cbea_1b2gi_161:not(#\9):nth-child(3) {
239
+ .awsui_segment_8cbea_ejheu_161:not(#\9):nth-child(3) {
240
240
  grid-column: 3;
241
241
  }
242
- .awsui_segment_8cbea_1b2gi_161:not(#\9):nth-child(4) {
242
+ .awsui_segment_8cbea_ejheu_161:not(#\9):nth-child(4) {
243
243
  grid-column: 4;
244
244
  }
245
- .awsui_segment_8cbea_1b2gi_161:not(#\9):nth-child(5) {
245
+ .awsui_segment_8cbea_ejheu_161:not(#\9):nth-child(5) {
246
246
  grid-column: 5;
247
247
  }
248
- .awsui_segment_8cbea_1b2gi_161:not(#\9):nth-child(6) {
248
+ .awsui_segment_8cbea_ejheu_161:not(#\9):nth-child(6) {
249
249
  grid-column: 6;
250
250
  }
251
- .awsui_segment_8cbea_1b2gi_161.awsui_selected_8cbea_1b2gi_251:not(#\9) {
252
- background: var(--awsui-style-background-active-n6lfw8, var(--color-background-segment-active-pvua4h, #0073bb));
253
- color: var(--awsui-style-color-active-n6lfw8, var(--color-text-segment-active-q50mlg, #ffffff));
251
+ .awsui_segment_8cbea_ejheu_161.awsui_selected_8cbea_ejheu_251:not(#\9) {
252
+ background: var(--awsui-style-background-active-hzjhvz, var(--color-background-segment-active-pvua4h, #0073bb));
253
+ color: var(--awsui-style-color-active-hzjhvz, var(--color-text-segment-active-q50mlg, #ffffff));
254
254
  }
255
- .awsui_segment_8cbea_1b2gi_161:not(#\9):hover:not(.awsui_selected_8cbea_1b2gi_251):not(.awsui_disabled_8cbea_1b2gi_194):not(:focus) {
256
- background: var(--awsui-style-background-hover-n6lfw8, var(--color-background-segment-hover-bakufl, #fafafa));
257
- color: var(--awsui-style-color-hover-n6lfw8, var(--color-text-segment-hover-33xnva, #16191f));
255
+ .awsui_segment_8cbea_ejheu_161:not(#\9):hover:not(.awsui_selected_8cbea_ejheu_251):not(.awsui_disabled_8cbea_ejheu_194):not(:focus) {
256
+ background: var(--awsui-style-background-hover-hzjhvz, var(--color-background-segment-hover-bakufl, #fafafa));
257
+ color: var(--awsui-style-color-hover-hzjhvz, var(--color-text-segment-hover-33xnva, #16191f));
258
258
  cursor: pointer;
259
259
  }
260
260
 
261
- .awsui_icon_8cbea_1b2gi_261:not(#\9) {
261
+ .awsui_icon_8cbea_ejheu_261:not(#\9) {
262
262
  /* used in test-utils */
263
263
  }
264
264
 
265
- .awsui_with-text_8cbea_1b2gi_265:not(#\9) {
265
+ .awsui_with-text_8cbea_ejheu_265:not(#\9) {
266
266
  position: relative;
267
267
  inset-inline-start: calc(-1 * var(--space-xxs-jnczic, 4px));
268
268
  margin-inline-end: var(--space-xxs-jnczic, 4px);
269
269
  }
270
270
 
271
- .awsui_with-no-text_8cbea_1b2gi_271:not(#\9) {
271
+ .awsui_with-no-text_8cbea_ejheu_271:not(#\9) {
272
272
  margin-inline: auto;
273
273
  inset-inline: 0;
274
274
  }
275
275
 
276
- .awsui_root_8cbea_1b2gi_276:not(#\9) {
276
+ .awsui_root_8cbea_ejheu_276:not(#\9) {
277
277
  border-collapse: separate;
278
278
  border-spacing: 0;
279
279
  box-sizing: border-box;
@@ -305,7 +305,7 @@ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1b2gi_161:not(#\9):focu
305
305
  -moz-osx-font-smoothing: auto;
306
306
  }
307
307
 
308
- .awsui_segment-part_8cbea_1b2gi_308:not(#\9) {
308
+ .awsui_segment-part_8cbea_ejheu_308:not(#\9) {
309
309
  display: inline-grid;
310
310
  border-inline: solid var(--border-width-field-9k1tdz, 1px) var(--color-border-input-default-txli8y, #687078);
311
311
  border-block: solid var(--border-width-field-9k1tdz, 1px) var(--color-border-input-default-txli8y, #687078);
@@ -320,46 +320,46 @@ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1b2gi_161:not(#\9):focu
320
320
  padding-inline: calc(var(--space-static-xxs-0cgyf1, 4px) - var(--border-width-field-9k1tdz, 1px));
321
321
  gap: calc(var(--space-static-xxs-0cgyf1, 4px) * 2 + 1px);
322
322
  }
323
- .awsui_segment-part_8cbea_1b2gi_308:not(#\9):not(.awsui_refresh_8cbea_1b2gi_188) {
323
+ .awsui_segment-part_8cbea_ejheu_308:not(#\9):not(.awsui_refresh_8cbea_ejheu_188) {
324
324
  padding-inline: calc(var(--space-static-xxxs-zckw10, 2px) + var(--border-width-field-9k1tdz, 1px));
325
325
  padding-block: 0;
326
326
  gap: calc(var(--space-static-xxs-0cgyf1, 4px) * 2 - 1px);
327
327
  }
328
328
  @media (max-width: 688px) {
329
- .awsui_segment-part_8cbea_1b2gi_308:not(#\9) {
329
+ .awsui_segment-part_8cbea_ejheu_308:not(#\9) {
330
330
  display: none;
331
331
  }
332
332
  }
333
333
 
334
- .awsui_select_8cbea_1b2gi_251:not(#\9) {
334
+ .awsui_select_8cbea_ejheu_251:not(#\9) {
335
335
  display: none;
336
336
  }
337
337
  @media (max-width: 688px) {
338
- .awsui_select_8cbea_1b2gi_251:not(#\9) {
338
+ .awsui_select_8cbea_ejheu_251:not(#\9) {
339
339
  display: block;
340
340
  }
341
341
  }
342
342
 
343
- .awsui_segment-count-2_8cbea_1b2gi_343:not(#\9) {
343
+ .awsui_segment-count-2_8cbea_ejheu_343:not(#\9) {
344
344
  grid-template-columns: repeat(2, auto);
345
345
  }
346
346
 
347
- .awsui_segment-count-3_8cbea_1b2gi_347:not(#\9) {
347
+ .awsui_segment-count-3_8cbea_ejheu_347:not(#\9) {
348
348
  grid-template-columns: repeat(3, auto);
349
349
  }
350
350
 
351
- .awsui_segment-count-4_8cbea_1b2gi_351:not(#\9) {
351
+ .awsui_segment-count-4_8cbea_ejheu_351:not(#\9) {
352
352
  grid-template-columns: repeat(4, auto);
353
353
  }
354
354
 
355
- .awsui_segment-count-5_8cbea_1b2gi_355:not(#\9) {
355
+ .awsui_segment-count-5_8cbea_ejheu_355:not(#\9) {
356
356
  grid-template-columns: repeat(5, auto);
357
357
  }
358
358
 
359
- .awsui_segment-count-6_8cbea_1b2gi_359:not(#\9) {
359
+ .awsui_segment-count-6_8cbea_ejheu_359:not(#\9) {
360
360
  grid-template-columns: repeat(6, auto);
361
361
  }
362
362
 
363
- .awsui_disabled-reason-tooltip_8cbea_1b2gi_363:not(#\9) {
363
+ .awsui_disabled-reason-tooltip_8cbea_ejheu_363:not(#\9) {
364
364
  /* used in test-utils or tests */
365
365
  }
@@ -2,21 +2,21 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "segment": "awsui_segment_8cbea_1b2gi_161",
6
- "refresh": "awsui_refresh_8cbea_1b2gi_188",
7
- "disabled": "awsui_disabled_8cbea_1b2gi_194",
8
- "selected": "awsui_selected_8cbea_1b2gi_251",
9
- "icon": "awsui_icon_8cbea_1b2gi_261",
10
- "with-text": "awsui_with-text_8cbea_1b2gi_265",
11
- "with-no-text": "awsui_with-no-text_8cbea_1b2gi_271",
12
- "root": "awsui_root_8cbea_1b2gi_276",
13
- "segment-part": "awsui_segment-part_8cbea_1b2gi_308",
14
- "select": "awsui_select_8cbea_1b2gi_251",
15
- "segment-count-2": "awsui_segment-count-2_8cbea_1b2gi_343",
16
- "segment-count-3": "awsui_segment-count-3_8cbea_1b2gi_347",
17
- "segment-count-4": "awsui_segment-count-4_8cbea_1b2gi_351",
18
- "segment-count-5": "awsui_segment-count-5_8cbea_1b2gi_355",
19
- "segment-count-6": "awsui_segment-count-6_8cbea_1b2gi_359",
20
- "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_8cbea_1b2gi_363"
5
+ "segment": "awsui_segment_8cbea_ejheu_161",
6
+ "refresh": "awsui_refresh_8cbea_ejheu_188",
7
+ "disabled": "awsui_disabled_8cbea_ejheu_194",
8
+ "selected": "awsui_selected_8cbea_ejheu_251",
9
+ "icon": "awsui_icon_8cbea_ejheu_261",
10
+ "with-text": "awsui_with-text_8cbea_ejheu_265",
11
+ "with-no-text": "awsui_with-no-text_8cbea_ejheu_271",
12
+ "root": "awsui_root_8cbea_ejheu_276",
13
+ "segment-part": "awsui_segment-part_8cbea_ejheu_308",
14
+ "select": "awsui_select_8cbea_ejheu_251",
15
+ "segment-count-2": "awsui_segment-count-2_8cbea_ejheu_343",
16
+ "segment-count-3": "awsui_segment-count-3_8cbea_ejheu_347",
17
+ "segment-count-4": "awsui_segment-count-4_8cbea_ejheu_351",
18
+ "segment-count-5": "awsui_segment-count-5_8cbea_ejheu_355",
19
+ "segment-count-6": "awsui_segment-count-6_8cbea_ejheu_359",
20
+ "disabled-reason-tooltip": "awsui_disabled-reason-tooltip_8cbea_ejheu_363"
21
21
  };
22
22
 
@@ -1,31 +1,31 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_pcgz5_1nwr2_153",
5
- "slider": "awsui_slider_pcgz5_1nwr2_190",
6
- "slider-track": "awsui_slider-track_pcgz5_1nwr2_194",
7
- "slider-range": "awsui_slider-range_pcgz5_1nwr2_194",
8
- "disabled": "awsui_disabled_pcgz5_1nwr2_209",
9
- "readonly": "awsui_readonly_pcgz5_1nwr2_213",
10
- "error": "awsui_error_pcgz5_1nwr2_222",
11
- "warning": "awsui_warning_pcgz5_1nwr2_225",
12
- "active": "awsui_active_pcgz5_1nwr2_228",
13
- "error-active": "awsui_error-active_pcgz5_1nwr2_231",
14
- "warning-active": "awsui_warning-active_pcgz5_1nwr2_234",
15
- "labels": "awsui_labels_pcgz5_1nwr2_245",
16
- "labels-noref": "awsui_labels-noref_pcgz5_1nwr2_251",
17
- "labels-reference": "awsui_labels-reference_pcgz5_1nwr2_254",
18
- "labels-min": "awsui_labels-min_pcgz5_1nwr2_261",
19
- "labels-max": "awsui_labels-max_pcgz5_1nwr2_267",
20
- "labels-aria-description": "awsui_labels-aria-description_pcgz5_1nwr2_275",
21
- "ticks": "awsui_ticks_pcgz5_1nwr2_293",
22
- "ticks-wrapper": "awsui_ticks-wrapper_pcgz5_1nwr2_299",
23
- "tick": "awsui_tick_pcgz5_1nwr2_293",
24
- "middle": "awsui_middle_pcgz5_1nwr2_314",
25
- "filled": "awsui_filled_pcgz5_1nwr2_317",
26
- "tooltip-thumb": "awsui_tooltip-thumb_pcgz5_1nwr2_345",
27
- "thumb": "awsui_thumb_pcgz5_1nwr2_358",
28
- "min": "awsui_min_pcgz5_1nwr2_394",
29
- "max": "awsui_max_pcgz5_1nwr2_397"
4
+ "root": "awsui_root_pcgz5_1a6sd_153",
5
+ "slider": "awsui_slider_pcgz5_1a6sd_190",
6
+ "slider-track": "awsui_slider-track_pcgz5_1a6sd_194",
7
+ "slider-range": "awsui_slider-range_pcgz5_1a6sd_194",
8
+ "disabled": "awsui_disabled_pcgz5_1a6sd_209",
9
+ "readonly": "awsui_readonly_pcgz5_1a6sd_213",
10
+ "error": "awsui_error_pcgz5_1a6sd_222",
11
+ "warning": "awsui_warning_pcgz5_1a6sd_225",
12
+ "active": "awsui_active_pcgz5_1a6sd_228",
13
+ "error-active": "awsui_error-active_pcgz5_1a6sd_231",
14
+ "warning-active": "awsui_warning-active_pcgz5_1a6sd_234",
15
+ "labels": "awsui_labels_pcgz5_1a6sd_245",
16
+ "labels-noref": "awsui_labels-noref_pcgz5_1a6sd_251",
17
+ "labels-reference": "awsui_labels-reference_pcgz5_1a6sd_254",
18
+ "labels-min": "awsui_labels-min_pcgz5_1a6sd_261",
19
+ "labels-max": "awsui_labels-max_pcgz5_1a6sd_267",
20
+ "labels-aria-description": "awsui_labels-aria-description_pcgz5_1a6sd_275",
21
+ "ticks": "awsui_ticks_pcgz5_1a6sd_293",
22
+ "ticks-wrapper": "awsui_ticks-wrapper_pcgz5_1a6sd_299",
23
+ "tick": "awsui_tick_pcgz5_1a6sd_293",
24
+ "middle": "awsui_middle_pcgz5_1a6sd_314",
25
+ "filled": "awsui_filled_pcgz5_1a6sd_317",
26
+ "tooltip-thumb": "awsui_tooltip-thumb_pcgz5_1a6sd_345",
27
+ "thumb": "awsui_thumb_pcgz5_1a6sd_358",
28
+ "min": "awsui_min_pcgz5_1a6sd_394",
29
+ "max": "awsui_max_pcgz5_1a6sd_397"
30
30
  };
31
31