@cloudscape-design/components-themeable 3.0.4 → 3.0.7

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 (126) hide show
  1. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  2. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +31 -31
  3. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  4. package/lib/internal/template/app-layout/toggles/styles.css.js +3 -3
  5. package/lib/internal/template/app-layout/toggles/styles.scoped.css +13 -13
  6. package/lib/internal/template/app-layout/toggles/styles.selectors.js +3 -3
  7. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +59 -59
  8. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +153 -153
  9. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +59 -59
  10. package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
  11. package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +19 -19
  12. package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
  13. package/lib/internal/template/button/styles.css.js +18 -18
  14. package/lib/internal/template/button/styles.scoped.css +190 -190
  15. package/lib/internal/template/button/styles.selectors.js +18 -18
  16. package/lib/internal/template/checkbox/styles.css.js +3 -3
  17. package/lib/internal/template/checkbox/styles.scoped.css +8 -8
  18. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  19. package/lib/internal/template/code-editor/styles.css.js +33 -33
  20. package/lib/internal/template/code-editor/styles.scoped.css +168 -168
  21. package/lib/internal/template/code-editor/styles.selectors.js +33 -33
  22. package/lib/internal/template/date-picker/styles.css.js +24 -24
  23. package/lib/internal/template/date-picker/styles.scoped.css +45 -45
  24. package/lib/internal/template/date-picker/styles.selectors.js +24 -24
  25. package/lib/internal/template/date-range-picker/calendar/grids/day/styles.css.js +21 -21
  26. package/lib/internal/template/date-range-picker/calendar/grids/day/styles.scoped.css +42 -42
  27. package/lib/internal/template/date-range-picker/calendar/grids/day/styles.selectors.js +21 -21
  28. package/lib/internal/template/date-range-picker/styles.css.js +42 -42
  29. package/lib/internal/template/date-range-picker/styles.scoped.css +53 -53
  30. package/lib/internal/template/date-range-picker/styles.selectors.js +42 -42
  31. package/lib/internal/template/expandable-section/styles.css.js +20 -20
  32. package/lib/internal/template/expandable-section/styles.scoped.css +46 -46
  33. package/lib/internal/template/expandable-section/styles.selectors.js +20 -20
  34. package/lib/internal/template/flashbar/interfaces.d.ts +4 -4
  35. package/lib/internal/template/flashbar/interfaces.js.map +1 -1
  36. package/lib/internal/template/help-panel/styles.css.js +4 -4
  37. package/lib/internal/template/help-panel/styles.scoped.css +62 -62
  38. package/lib/internal/template/help-panel/styles.selectors.js +4 -4
  39. package/lib/internal/template/icon/icons.js +1 -1
  40. package/lib/internal/template/icon/interfaces.d.ts +1 -1
  41. package/lib/internal/template/icon/interfaces.d.ts.map +1 -1
  42. package/lib/internal/template/icon/interfaces.js.map +1 -1
  43. package/lib/internal/template/input/styles.css.js +13 -13
  44. package/lib/internal/template/input/styles.scoped.css +39 -39
  45. package/lib/internal/template/input/styles.selectors.js +13 -13
  46. package/lib/internal/template/internal/base-component/styles.scoped.css +22 -18
  47. package/lib/internal/template/internal/components/button-trigger/styles.css.js +9 -9
  48. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +31 -31
  49. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +9 -9
  50. package/lib/internal/template/internal/components/cartesian-chart/styles.css.js +21 -21
  51. package/lib/internal/template/internal/components/cartesian-chart/styles.scoped.css +26 -26
  52. package/lib/internal/template/internal/components/cartesian-chart/styles.selectors.js +21 -21
  53. package/lib/internal/template/internal/components/chart-legend/styles.css.js +7 -7
  54. package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +17 -17
  55. package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +7 -7
  56. package/lib/internal/template/internal/components/chart-plot/styles.css.js +5 -5
  57. package/lib/internal/template/internal/components/chart-plot/styles.scoped.css +7 -7
  58. package/lib/internal/template/internal/components/chart-plot/styles.selectors.js +5 -5
  59. package/lib/internal/template/internal/components/filtering-token/styles.css.js +7 -7
  60. package/lib/internal/template/internal/components/filtering-token/styles.scoped.css +15 -15
  61. package/lib/internal/template/internal/components/filtering-token/styles.selectors.js +7 -7
  62. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  63. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +15 -15
  64. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  65. package/lib/internal/template/internal/components/selectable-item/styles.css.js +16 -16
  66. package/lib/internal/template/internal/components/selectable-item/styles.scoped.css +29 -29
  67. package/lib/internal/template/internal/components/selectable-item/styles.selectors.js +16 -16
  68. package/lib/internal/template/internal/environment.js +1 -1
  69. package/lib/internal/template/link/styles.css.js +18 -18
  70. package/lib/internal/template/link/styles.scoped.css +73 -73
  71. package/lib/internal/template/link/styles.selectors.js +18 -18
  72. package/lib/internal/template/pagination/styles.css.js +9 -9
  73. package/lib/internal/template/pagination/styles.scoped.css +27 -27
  74. package/lib/internal/template/pagination/styles.selectors.js +9 -9
  75. package/lib/internal/template/popover/styles.css.js +48 -48
  76. package/lib/internal/template/popover/styles.scoped.css +64 -64
  77. package/lib/internal/template/popover/styles.selectors.js +48 -48
  78. package/lib/internal/template/radio-group/styles.css.js +9 -9
  79. package/lib/internal/template/radio-group/styles.scoped.css +18 -18
  80. package/lib/internal/template/radio-group/styles.selectors.js +9 -9
  81. package/lib/internal/template/segmented-control/styles.css.js +14 -14
  82. package/lib/internal/template/segmented-control/styles.scoped.css +35 -35
  83. package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
  84. package/lib/internal/template/side-navigation/styles.css.js +22 -22
  85. package/lib/internal/template/side-navigation/styles.scoped.css +36 -36
  86. package/lib/internal/template/side-navigation/styles.selectors.js +22 -22
  87. package/lib/internal/template/split-panel/styles.css.js +58 -58
  88. package/lib/internal/template/split-panel/styles.scoped.css +82 -82
  89. package/lib/internal/template/split-panel/styles.selectors.js +58 -58
  90. package/lib/internal/template/table/header-cell/styles.css.js +14 -14
  91. package/lib/internal/template/table/header-cell/styles.scoped.css +28 -28
  92. package/lib/internal/template/table/header-cell/styles.selectors.js +14 -14
  93. package/lib/internal/template/table/styles.css.js +32 -32
  94. package/lib/internal/template/table/styles.scoped.css +39 -39
  95. package/lib/internal/template/table/styles.selectors.js +32 -32
  96. package/lib/internal/template/tabs/styles.css.js +21 -21
  97. package/lib/internal/template/tabs/styles.scoped.css +39 -39
  98. package/lib/internal/template/tabs/styles.selectors.js +21 -21
  99. package/lib/internal/template/tag-editor/styles.css.js +3 -3
  100. package/lib/internal/template/tag-editor/styles.scoped.css +14 -14
  101. package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
  102. package/lib/internal/template/text-content/styles.css.js +1 -1
  103. package/lib/internal/template/text-content/styles.scoped.css +64 -64
  104. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  105. package/lib/internal/template/textarea/styles.css.js +4 -4
  106. package/lib/internal/template/textarea/styles.scoped.css +20 -20
  107. package/lib/internal/template/textarea/styles.selectors.js +4 -4
  108. package/lib/internal/template/toggle/styles.css.js +8 -8
  109. package/lib/internal/template/toggle/styles.scoped.css +16 -16
  110. package/lib/internal/template/toggle/styles.selectors.js +8 -8
  111. package/lib/internal/template/token-group/styles.css.js +7 -7
  112. package/lib/internal/template/token-group/styles.scoped.css +28 -28
  113. package/lib/internal/template/token-group/styles.selectors.js +7 -7
  114. package/lib/internal/template/top-navigation/1.0-beta/styles.css.js +25 -25
  115. package/lib/internal/template/top-navigation/1.0-beta/styles.scoped.css +46 -46
  116. package/lib/internal/template/top-navigation/1.0-beta/styles.selectors.js +25 -25
  117. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  118. package/lib/internal/template/top-navigation/styles.scoped.css +72 -72
  119. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  120. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  121. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +32 -32
  122. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  123. package/lib/internal/template/wizard/styles.css.js +31 -31
  124. package/lib/internal/template/wizard/styles.scoped.css +62 -62
  125. package/lib/internal/template/wizard/styles.selectors.js +31 -31
  126. package/package.json +1 -1
@@ -91,7 +91,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
91
91
  SPDX-License-Identifier: Apache-2.0
92
92
  */
93
93
  /* stylelint-disable @cloudscape-design/no-implicit-descendant, selector-max-type */
94
- .awsui_text-content_6absk_15h41_94:not(#\9) {
94
+ .awsui_text-content_6absk_gz8ca_94:not(#\9) {
95
95
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
96
96
  border-collapse: separate;
97
97
  border-spacing: 0;
@@ -134,12 +134,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
134
134
  /* stylelint-disable no-descending-specificity */
135
135
  /* stylelint-enable no-descending-specificity */
136
136
  }
137
- .awsui_text-content_6absk_15h41_94 h1:not(#\9),
138
- .awsui_text-content_6absk_15h41_94 h2:not(#\9),
139
- .awsui_text-content_6absk_15h41_94 h3:not(#\9),
140
- .awsui_text-content_6absk_15h41_94 h4:not(#\9),
141
- .awsui_text-content_6absk_15h41_94 h5:not(#\9),
142
- .awsui_text-content_6absk_15h41_94 p:not(#\9) {
137
+ .awsui_text-content_6absk_gz8ca_94 h1:not(#\9),
138
+ .awsui_text-content_6absk_gz8ca_94 h2:not(#\9),
139
+ .awsui_text-content_6absk_gz8ca_94 h3:not(#\9),
140
+ .awsui_text-content_6absk_gz8ca_94 h4:not(#\9),
141
+ .awsui_text-content_6absk_gz8ca_94 h5:not(#\9),
142
+ .awsui_text-content_6absk_gz8ca_94 p:not(#\9) {
143
143
  font-family: inherit;
144
144
  font-weight: normal;
145
145
  text-decoration: none;
@@ -147,15 +147,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
147
147
  padding: 4px 0;
148
148
  padding: var(--space-xxs-ynfts5, 4px) 0;
149
149
  }
150
- .awsui_text-content_6absk_15h41_94 h1:not(#\9),
151
- .awsui_text-content_6absk_15h41_94 h2:not(#\9),
152
- .awsui_text-content_6absk_15h41_94 h3:not(#\9),
153
- .awsui_text-content_6absk_15h41_94 h4:not(#\9),
154
- .awsui_text-content_6absk_15h41_94 h5:not(#\9) {
150
+ .awsui_text-content_6absk_gz8ca_94 h1:not(#\9),
151
+ .awsui_text-content_6absk_gz8ca_94 h2:not(#\9),
152
+ .awsui_text-content_6absk_gz8ca_94 h3:not(#\9),
153
+ .awsui_text-content_6absk_gz8ca_94 h4:not(#\9),
154
+ .awsui_text-content_6absk_gz8ca_94 h5:not(#\9) {
155
155
  color: #16191f;
156
156
  color: var(--color-text-heading-default-bjds33, #16191f);
157
157
  }
158
- .awsui_text-content_6absk_15h41_94 h1:not(#\9) {
158
+ .awsui_text-content_6absk_gz8ca_94 h1:not(#\9) {
159
159
  font-size: 28px;
160
160
  font-size: var(--font-heading-xl-size-etf0gx, 28px);
161
161
  line-height: 36px;
@@ -165,7 +165,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
165
165
  font-weight: 400;
166
166
  font-weight: var(--font-heading-xl-weight-zuv5k6, 400);
167
167
  }
168
- .awsui_text-content_6absk_15h41_94 h2:not(#\9) {
168
+ .awsui_text-content_6absk_gz8ca_94 h2:not(#\9) {
169
169
  font-size: 18px;
170
170
  font-size: var(--font-heading-l-size-glo9md, 18px);
171
171
  line-height: 22px;
@@ -175,7 +175,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
175
175
  font-weight: 700;
176
176
  font-weight: var(--font-heading-l-weight-qh3c9t, 700);
177
177
  }
178
- .awsui_text-content_6absk_15h41_94 h3:not(#\9) {
178
+ .awsui_text-content_6absk_gz8ca_94 h3:not(#\9) {
179
179
  font-size: 18px;
180
180
  font-size: var(--font-heading-m-size-f8kmgg, 18px);
181
181
  line-height: 22px;
@@ -185,7 +185,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
185
185
  font-weight: 400;
186
186
  font-weight: var(--font-heading-m-weight-0y5yq5, 400);
187
187
  }
188
- .awsui_text-content_6absk_15h41_94 h4:not(#\9) {
188
+ .awsui_text-content_6absk_gz8ca_94 h4:not(#\9) {
189
189
  font-size: 16px;
190
190
  font-size: var(--font-heading-s-size-9clg8y, 16px);
191
191
  line-height: 20px;
@@ -195,7 +195,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
195
195
  font-weight: 700;
196
196
  font-weight: var(--font-heading-s-weight-1ygwuy, 700);
197
197
  }
198
- .awsui_text-content_6absk_15h41_94 h5:not(#\9) {
198
+ .awsui_text-content_6absk_gz8ca_94 h5:not(#\9) {
199
199
  font-size: 16px;
200
200
  font-size: var(--font-heading-xs-size-j82aha, 16px);
201
201
  line-height: 20px;
@@ -203,18 +203,18 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
203
203
  font-weight: 400;
204
204
  font-weight: var(--font-heading-xs-weight-5hfvig, 400);
205
205
  }
206
- .awsui_text-content_6absk_15h41_94 b:not(#\9),
207
- .awsui_text-content_6absk_15h41_94 strong:not(#\9) {
206
+ .awsui_text-content_6absk_gz8ca_94 b:not(#\9),
207
+ .awsui_text-content_6absk_gz8ca_94 strong:not(#\9) {
208
208
  font-weight: 700;
209
209
  }
210
- .awsui_text-content_6absk_15h41_94 p:not(#\9) {
210
+ .awsui_text-content_6absk_gz8ca_94 p:not(#\9) {
211
211
  font-size: 14px;
212
212
  font-size: var(--font-body-m-size-sregvd, 14px);
213
213
  line-height: 22px;
214
214
  line-height: var(--font-body-m-line-height-i7xxvv, 22px);
215
215
  color: inherit;
216
216
  }
217
- .awsui_text-content_6absk_15h41_94 small:not(#\9) {
217
+ .awsui_text-content_6absk_gz8ca_94 small:not(#\9) {
218
218
  display: inline-block;
219
219
  font-size: 12px;
220
220
  font-size: var(--font-body-s-size-ukw2p9, 12px);
@@ -225,7 +225,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
225
225
  color: #687078;
226
226
  color: var(--color-text-small-5a9rs1, #687078);
227
227
  }
228
- .awsui_text-content_6absk_15h41_94 small a:not(#\9) {
228
+ .awsui_text-content_6absk_gz8ca_94 small a:not(#\9) {
229
229
  font-size: inherit;
230
230
  color: #0073bb;
231
231
  color: var(--color-text-link-default-753y4e, #0073bb);
@@ -243,40 +243,40 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
243
243
  transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
244
244
  }
245
245
  @media (prefers-reduced-motion: reduce) {
246
- .awsui_text-content_6absk_15h41_94 small a:not(#\9) {
246
+ .awsui_text-content_6absk_gz8ca_94 small a:not(#\9) {
247
247
  animation: none;
248
248
  transition: none;
249
249
  }
250
250
  }
251
- .awsui-motion-disabled .awsui_text-content_6absk_15h41_94 small a:not(#\9), .awsui-mode-entering .awsui_text-content_6absk_15h41_94 small a:not(#\9) {
251
+ .awsui-motion-disabled .awsui_text-content_6absk_gz8ca_94 small a:not(#\9), .awsui-mode-entering .awsui_text-content_6absk_gz8ca_94 small a:not(#\9) {
252
252
  animation: none;
253
253
  transition: none;
254
254
  }
255
- .awsui_text-content_6absk_15h41_94 small a:not(#\9):hover {
255
+ .awsui_text-content_6absk_gz8ca_94 small a:not(#\9):hover {
256
256
  cursor: pointer;
257
257
  color: #0073bb;
258
258
  color: var(--color-text-link-hover-ok01xk, #0073bb);
259
259
  }
260
- .awsui_text-content_6absk_15h41_94 small a:not(#\9):focus {
260
+ .awsui_text-content_6absk_gz8ca_94 small a:not(#\9):focus {
261
261
  outline: none;
262
262
  }
263
- .awsui_text-content_6absk_15h41_94 small a:not(#\9):active {
263
+ .awsui_text-content_6absk_gz8ca_94 small a:not(#\9):active {
264
264
  color: #0073bb;
265
265
  color: var(--color-text-link-hover-ok01xk, #0073bb);
266
266
  }
267
- .awsui_text-content_6absk_15h41_94 small a:not(#\9):active, .awsui_text-content_6absk_15h41_94 small a:not(#\9):focus, .awsui_text-content_6absk_15h41_94 small a:not(#\9):hover {
267
+ .awsui_text-content_6absk_gz8ca_94 small a:not(#\9):active, .awsui_text-content_6absk_gz8ca_94 small a:not(#\9):focus, .awsui_text-content_6absk_gz8ca_94 small a:not(#\9):hover {
268
268
  text-decoration: underline;
269
269
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
270
270
  text-decoration-color: currentColor;
271
271
  }
272
- .awsui_text-content_6absk_15h41_94 code:not(#\9),
273
- .awsui_text-content_6absk_15h41_94 pre:not(#\9),
274
- .awsui_text-content_6absk_15h41_94 samp:not(#\9) {
272
+ .awsui_text-content_6absk_gz8ca_94 code:not(#\9),
273
+ .awsui_text-content_6absk_gz8ca_94 pre:not(#\9),
274
+ .awsui_text-content_6absk_gz8ca_94 samp:not(#\9) {
275
275
  font-family: Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace;
276
276
  font-family: var(--font-family-monospace-iz223z, Monaco, Menlo, Consolas, "Courier Prime", Courier, "Courier New", monospace);
277
277
  background: transparent;
278
278
  }
279
- .awsui_text-content_6absk_15h41_94 code:not(#\9) {
279
+ .awsui_text-content_6absk_gz8ca_94 code:not(#\9) {
280
280
  font-size: 12px;
281
281
  font-size: var(--font-body-s-size-ukw2p9, 12px);
282
282
  line-height: 16px;
@@ -284,7 +284,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
284
284
  letter-spacing: normal;
285
285
  letter-spacing: var(--font-body-s-letter-spacing-p88gax, normal);
286
286
  }
287
- .awsui_text-content_6absk_15h41_94 a:not(#\9) {
287
+ .awsui_text-content_6absk_gz8ca_94 a:not(#\9) {
288
288
  color: #0073bb;
289
289
  color: var(--color-text-link-default-753y4e, #0073bb);
290
290
  font-weight: inherit;
@@ -297,72 +297,72 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
297
297
  transition-duration: var(--motion-duration-refresh-only-medium-5flen2, 165ms);
298
298
  }
299
299
  @media (prefers-reduced-motion: reduce) {
300
- .awsui_text-content_6absk_15h41_94 a:not(#\9) {
300
+ .awsui_text-content_6absk_gz8ca_94 a:not(#\9) {
301
301
  animation: none;
302
302
  transition: none;
303
303
  }
304
304
  }
305
- .awsui-motion-disabled .awsui_text-content_6absk_15h41_94 a:not(#\9), .awsui-mode-entering .awsui_text-content_6absk_15h41_94 a:not(#\9) {
305
+ .awsui-motion-disabled .awsui_text-content_6absk_gz8ca_94 a:not(#\9), .awsui-mode-entering .awsui_text-content_6absk_gz8ca_94 a:not(#\9) {
306
306
  animation: none;
307
307
  transition: none;
308
308
  }
309
- .awsui_text-content_6absk_15h41_94 a:not(#\9):hover {
309
+ .awsui_text-content_6absk_gz8ca_94 a:not(#\9):hover {
310
310
  cursor: pointer;
311
311
  color: #0073bb;
312
312
  color: var(--color-text-link-hover-ok01xk, #0073bb);
313
313
  }
314
- .awsui_text-content_6absk_15h41_94 a:not(#\9):focus {
314
+ .awsui_text-content_6absk_gz8ca_94 a:not(#\9):focus {
315
315
  outline: none;
316
316
  }
317
- .awsui_text-content_6absk_15h41_94 a:not(#\9):active {
317
+ .awsui_text-content_6absk_gz8ca_94 a:not(#\9):active {
318
318
  color: #0073bb;
319
319
  color: var(--color-text-link-hover-ok01xk, #0073bb);
320
320
  }
321
- .awsui_text-content_6absk_15h41_94 a:not(#\9):active, .awsui_text-content_6absk_15h41_94 a:not(#\9):focus, .awsui_text-content_6absk_15h41_94 a:not(#\9):hover {
321
+ .awsui_text-content_6absk_gz8ca_94 a:not(#\9):active, .awsui_text-content_6absk_gz8ca_94 a:not(#\9):focus, .awsui_text-content_6absk_gz8ca_94 a:not(#\9):hover {
322
322
  text-decoration: underline;
323
323
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
324
324
  text-decoration-color: currentColor;
325
325
  }
326
- .awsui_text-content_6absk_15h41_94 a:not(#\9):focus {
326
+ .awsui_text-content_6absk_gz8ca_94 a:not(#\9):focus {
327
327
  outline: thin dotted;
328
328
  outline: 5px auto Highlight;
329
329
  outline: var(--border-link-focus-ring-outline-67z0xv, 5px auto Highlight);
330
330
  outline-offset: 2px;
331
- outline-color: #00a1c9;
332
- outline-color: var(--color-border-item-focused-bs10w5, #00a1c9);
331
+ outline-color: #0073bb;
332
+ outline-color: var(--color-border-item-focused-n5kd8g, #0073bb);
333
333
  border-radius: 2px;
334
334
  border-radius: var(--border-control-focus-ring-radius-default-9royjh, 2px);
335
- box-shadow: 0 0 0 0px #00a1c9;
336
- box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-e3dct9, 0px) var(--color-border-item-focused-bs10w5, #00a1c9);
335
+ box-shadow: 0 0 0 0px #0073bb;
336
+ box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-e3dct9, 0px) var(--color-border-item-focused-n5kd8g, #0073bb);
337
337
  }
338
- .awsui_text-content_6absk_15h41_94 ul:not(#\9),
339
- .awsui_text-content_6absk_15h41_94 ol:not(#\9) {
338
+ .awsui_text-content_6absk_gz8ca_94 ul:not(#\9),
339
+ .awsui_text-content_6absk_gz8ca_94 ol:not(#\9) {
340
340
  padding-left: 20px;
341
341
  padding-left: var(--space-l-4vl6xu, 20px);
342
342
  margin: 4px 0;
343
343
  margin: var(--space-xxs-ynfts5, 4px) 0;
344
344
  list-style-position: outside;
345
345
  }
346
- .awsui_text-content_6absk_15h41_94 ul + ul:not(#\9),
347
- .awsui_text-content_6absk_15h41_94 ul + ol:not(#\9),
348
- .awsui_text-content_6absk_15h41_94 ul > li + ul:not(#\9),
349
- .awsui_text-content_6absk_15h41_94 ul > li + li:not(#\9),
350
- .awsui_text-content_6absk_15h41_94 ul > li + ol:not(#\9),
351
- .awsui_text-content_6absk_15h41_94 ul > li > ul:not(#\9),
352
- .awsui_text-content_6absk_15h41_94 ul > li > ol:not(#\9),
353
- .awsui_text-content_6absk_15h41_94 ol + ul:not(#\9),
354
- .awsui_text-content_6absk_15h41_94 ol + ol:not(#\9),
355
- .awsui_text-content_6absk_15h41_94 ol > li + ul:not(#\9),
356
- .awsui_text-content_6absk_15h41_94 ol > li + li:not(#\9),
357
- .awsui_text-content_6absk_15h41_94 ol > li + ol:not(#\9),
358
- .awsui_text-content_6absk_15h41_94 ol > li > ul:not(#\9),
359
- .awsui_text-content_6absk_15h41_94 ol > li > ol:not(#\9) {
346
+ .awsui_text-content_6absk_gz8ca_94 ul + ul:not(#\9),
347
+ .awsui_text-content_6absk_gz8ca_94 ul + ol:not(#\9),
348
+ .awsui_text-content_6absk_gz8ca_94 ul > li + ul:not(#\9),
349
+ .awsui_text-content_6absk_gz8ca_94 ul > li + li:not(#\9),
350
+ .awsui_text-content_6absk_gz8ca_94 ul > li + ol:not(#\9),
351
+ .awsui_text-content_6absk_gz8ca_94 ul > li > ul:not(#\9),
352
+ .awsui_text-content_6absk_gz8ca_94 ul > li > ol:not(#\9),
353
+ .awsui_text-content_6absk_gz8ca_94 ol + ul:not(#\9),
354
+ .awsui_text-content_6absk_gz8ca_94 ol + ol:not(#\9),
355
+ .awsui_text-content_6absk_gz8ca_94 ol > li + ul:not(#\9),
356
+ .awsui_text-content_6absk_gz8ca_94 ol > li + li:not(#\9),
357
+ .awsui_text-content_6absk_gz8ca_94 ol > li + ol:not(#\9),
358
+ .awsui_text-content_6absk_gz8ca_94 ol > li > ul:not(#\9),
359
+ .awsui_text-content_6absk_gz8ca_94 ol > li > ol:not(#\9) {
360
360
  padding-top: 4px;
361
361
  padding-top: var(--space-xxs-ynfts5, 4px);
362
362
  }
363
- .awsui_text-content_6absk_15h41_94 ul > li > ul:not(#\9),
364
- .awsui_text-content_6absk_15h41_94 ul > li > ol:not(#\9),
365
- .awsui_text-content_6absk_15h41_94 ol > li > ul:not(#\9),
366
- .awsui_text-content_6absk_15h41_94 ol > li > ol:not(#\9) {
363
+ .awsui_text-content_6absk_gz8ca_94 ul > li > ul:not(#\9),
364
+ .awsui_text-content_6absk_gz8ca_94 ul > li > ol:not(#\9),
365
+ .awsui_text-content_6absk_gz8ca_94 ol > li > ul:not(#\9),
366
+ .awsui_text-content_6absk_gz8ca_94 ol > li > ol:not(#\9) {
367
367
  margin: 0;
368
368
  }
@@ -2,6 +2,6 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "text-content": "awsui_text-content_6absk_15h41_94"
5
+ "text-content": "awsui_text-content_6absk_gz8ca_94"
6
6
  };
7
7
 
@@ -1,9 +1,9 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_qk1j1_1xqe5_93",
5
- "textarea": "awsui_textarea_qk1j1_1xqe5_97",
6
- "textarea-readonly": "awsui_textarea-readonly_qk1j1_1xqe5_122",
7
- "textarea-invalid": "awsui_textarea-invalid_qk1j1_1xqe5_158"
4
+ "root": "awsui_root_qk1j1_90vj6_93",
5
+ "textarea": "awsui_textarea_qk1j1_90vj6_97",
6
+ "textarea-readonly": "awsui_textarea-readonly_qk1j1_90vj6_122",
7
+ "textarea-invalid": "awsui_textarea-invalid_qk1j1_90vj6_158"
8
8
  };
9
9
 
@@ -90,11 +90,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
90
90
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
91
  SPDX-License-Identifier: Apache-2.0
92
92
  */
93
- .awsui_root_qk1j1_1xqe5_93:not(#\9) {
93
+ .awsui_root_qk1j1_90vj6_93:not(#\9) {
94
94
  /* used for test-utils */
95
95
  }
96
96
 
97
- .awsui_textarea_qk1j1_1xqe5_97:not(#\9) {
97
+ .awsui_textarea_qk1j1_90vj6_97:not(#\9) {
98
98
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
99
99
  border-collapse: separate;
100
100
  border-spacing: 0;
@@ -157,42 +157,42 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
157
157
  line-height: 22px;
158
158
  line-height: var(--font-body-m-line-height-i7xxvv, 22px);
159
159
  }
160
- .awsui_textarea_qk1j1_1xqe5_97.awsui_textarea-readonly_qk1j1_1xqe5_122:not(#\9) {
160
+ .awsui_textarea_qk1j1_90vj6_97.awsui_textarea-readonly_qk1j1_90vj6_122:not(#\9) {
161
161
  background-color: #ffffff;
162
162
  background-color: var(--color-background-input-default-ewlytp, #ffffff);
163
163
  border: 1px solid #eaeded;
164
164
  border: var(--border-field-width-y6x4sn, 1px) solid var(--color-border-input-disabled-ek5o0x, #eaeded);
165
165
  }
166
- .awsui_textarea_qk1j1_1xqe5_97:not(#\9):-ms-input-placeholder {
166
+ .awsui_textarea_qk1j1_90vj6_97:not(#\9):-ms-input-placeholder {
167
167
  color: #687078;
168
168
  color: var(--color-text-input-placeholder-rtvjp5, #687078);
169
169
  font-style: italic;
170
170
  opacity: 1;
171
171
  }
172
- .awsui_textarea_qk1j1_1xqe5_97:not(#\9)::placeholder {
172
+ .awsui_textarea_qk1j1_90vj6_97:not(#\9)::placeholder {
173
173
  color: #687078;
174
174
  color: var(--color-text-input-placeholder-rtvjp5, #687078);
175
175
  font-style: italic;
176
176
  opacity: 1;
177
177
  }
178
- .awsui_textarea_qk1j1_1xqe5_97:not(#\9):-ms-input-placeholder {
178
+ .awsui_textarea_qk1j1_90vj6_97:not(#\9):-ms-input-placeholder {
179
179
  color: #687078;
180
180
  color: var(--color-text-input-placeholder-rtvjp5, #687078);
181
181
  font-style: italic;
182
182
  }
183
- .awsui_textarea_qk1j1_1xqe5_97:not(#\9):focus {
183
+ .awsui_textarea_qk1j1_90vj6_97:not(#\9):focus {
184
184
  outline: 2px dotted transparent;
185
- border: 1px solid #00a1c9;
186
- border: var(--border-field-width-y6x4sn, 1px) solid var(--color-border-item-focused-bs10w5, #00a1c9);
185
+ border: 1px solid #0073bb;
186
+ border: var(--border-field-width-y6x4sn, 1px) solid var(--color-border-item-focused-n5kd8g, #0073bb);
187
187
  border-radius: 2px;
188
188
  border-radius: var(--border-field-radius-9emqsd, 2px);
189
- box-shadow: 0 0 0 1px #00a1c9;
190
- box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-glnuoy, 1px) var(--color-border-item-focused-bs10w5, #00a1c9);
189
+ box-shadow: 0 0 0 1px #0073bb;
190
+ box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-glnuoy, 1px) var(--color-border-item-focused-n5kd8g, #0073bb);
191
191
  }
192
- .awsui_textarea_qk1j1_1xqe5_97:not(#\9):invalid {
192
+ .awsui_textarea_qk1j1_90vj6_97:not(#\9):invalid {
193
193
  box-shadow: none;
194
194
  }
195
- .awsui_textarea_qk1j1_1xqe5_97:not(#\9):disabled {
195
+ .awsui_textarea_qk1j1_90vj6_97:not(#\9):disabled {
196
196
  background-color: #eaeded;
197
197
  background-color: var(--color-background-input-disabled-5vlksk, #eaeded);
198
198
  border: 1px solid #eaeded;
@@ -202,21 +202,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
202
202
  cursor: auto;
203
203
  cursor: default;
204
204
  }
205
- .awsui_textarea_qk1j1_1xqe5_97:not(#\9):disabled:-ms-input-placeholder {
205
+ .awsui_textarea_qk1j1_90vj6_97:not(#\9):disabled:-ms-input-placeholder {
206
206
  color: #687078;
207
207
  color: var(--color-text-input-placeholder-disabled-60yf1a, #687078);
208
208
  opacity: 1;
209
209
  }
210
- .awsui_textarea_qk1j1_1xqe5_97:not(#\9):disabled::placeholder {
210
+ .awsui_textarea_qk1j1_90vj6_97:not(#\9):disabled::placeholder {
211
211
  color: #687078;
212
212
  color: var(--color-text-input-placeholder-disabled-60yf1a, #687078);
213
213
  opacity: 1;
214
214
  }
215
- .awsui_textarea_qk1j1_1xqe5_97:not(#\9):disabled:-ms-input-placeholder {
215
+ .awsui_textarea_qk1j1_90vj6_97:not(#\9):disabled:-ms-input-placeholder {
216
216
  color: #687078;
217
217
  color: var(--color-text-input-placeholder-disabled-60yf1a, #687078);
218
218
  }
219
- .awsui_textarea_qk1j1_1xqe5_97.awsui_textarea-invalid_qk1j1_1xqe5_158:not(#\9) {
219
+ .awsui_textarea_qk1j1_90vj6_97.awsui_textarea-invalid_qk1j1_90vj6_158:not(#\9) {
220
220
  color: #d13212;
221
221
  color: var(--color-text-status-error-jer77f, #d13212);
222
222
  border-color: #d13212;
@@ -230,7 +230,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
230
230
  border-left-width: 4px;
231
231
  border-left-width: var(--border-invalid-width-glmng5, 4px);
232
232
  }
233
- .awsui_textarea_qk1j1_1xqe5_97.awsui_textarea-invalid_qk1j1_1xqe5_158:not(#\9):focus {
234
- box-shadow: 0 0 0 1px #00a1c9;
235
- box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-6t5p47, 1px) var(--color-border-item-focused-bs10w5, #00a1c9);
233
+ .awsui_textarea_qk1j1_90vj6_97.awsui_textarea-invalid_qk1j1_90vj6_158:not(#\9):focus {
234
+ box-shadow: 0 0 0 1px #0073bb;
235
+ box-shadow: 0 0 0 var(--border-control-invalid-focus-ring-shadow-spread-6t5p47, 1px) var(--color-border-item-focused-n5kd8g, #0073bb);
236
236
  }
@@ -2,9 +2,9 @@
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_qk1j1_1xqe5_93",
6
- "textarea": "awsui_textarea_qk1j1_1xqe5_97",
7
- "textarea-readonly": "awsui_textarea-readonly_qk1j1_1xqe5_122",
8
- "textarea-invalid": "awsui_textarea-invalid_qk1j1_1xqe5_158"
5
+ "root": "awsui_root_qk1j1_90vj6_93",
6
+ "textarea": "awsui_textarea_qk1j1_90vj6_97",
7
+ "textarea-readonly": "awsui_textarea-readonly_qk1j1_90vj6_122",
8
+ "textarea-invalid": "awsui_textarea-invalid_qk1j1_90vj6_158"
9
9
  };
10
10
 
@@ -1,13 +1,13 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_4yi2u_vrn5b_93",
5
- "input": "awsui_input_4yi2u_vrn5b_105",
6
- "toggle-control": "awsui_toggle-control_4yi2u_vrn5b_127",
7
- "toggle-control-checked": "awsui_toggle-control-checked_4yi2u_vrn5b_136",
8
- "toggle-control-disabled": "awsui_toggle-control-disabled_4yi2u_vrn5b_139",
9
- "toggle-handle": "awsui_toggle-handle_4yi2u_vrn5b_146",
10
- "toggle-handle-checked": "awsui_toggle-handle-checked_4yi2u_vrn5b_157",
11
- "toggle-handle-disabled": "awsui_toggle-handle-disabled_4yi2u_vrn5b_160"
4
+ "root": "awsui_root_4yi2u_1c1w0_93",
5
+ "input": "awsui_input_4yi2u_1c1w0_105",
6
+ "toggle-control": "awsui_toggle-control_4yi2u_1c1w0_127",
7
+ "toggle-control-checked": "awsui_toggle-control-checked_4yi2u_1c1w0_136",
8
+ "toggle-control-disabled": "awsui_toggle-control-disabled_4yi2u_1c1w0_139",
9
+ "toggle-handle": "awsui_toggle-handle_4yi2u_1c1w0_146",
10
+ "toggle-handle-checked": "awsui_toggle-handle-checked_4yi2u_1c1w0_157",
11
+ "toggle-handle-disabled": "awsui_toggle-handle-disabled_4yi2u_1c1w0_160"
12
12
  };
13
13
 
@@ -90,7 +90,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
90
90
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
91
91
  SPDX-License-Identifier: Apache-2.0
92
92
  */
93
- .awsui_root_4yi2u_vrn5b_93:not(#\9) {
93
+ .awsui_root_4yi2u_1c1w0_93:not(#\9) {
94
94
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
95
95
  border-collapse: separate;
96
96
  border-spacing: 0;
@@ -133,17 +133,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
133
133
  display: flex;
134
134
  }
135
135
 
136
- .awsui_input_4yi2u_vrn5b_105[data-awsui-focus-visible=true]:not(#\9):focus {
136
+ .awsui_input_4yi2u_1c1w0_105[data-awsui-focus-visible=true]:not(#\9):focus {
137
137
  /* stylelint-disable-next-line selector-max-type, @cloudscape-design/no-implicit-descendant */
138
138
  }
139
- .awsui_input_4yi2u_vrn5b_105[data-awsui-focus-visible=true]:not(#\9):focus + div {
139
+ .awsui_input_4yi2u_1c1w0_105[data-awsui-focus-visible=true]:not(#\9):focus + div {
140
140
  position: relative;
141
141
  }
142
- .awsui_input_4yi2u_vrn5b_105[data-awsui-focus-visible=true]:not(#\9):focus + div {
142
+ .awsui_input_4yi2u_1c1w0_105[data-awsui-focus-visible=true]:not(#\9):focus + div {
143
143
  outline: 2px dotted transparent;
144
144
  outline-offset: calc(2px - 1px);
145
145
  }
146
- .awsui_input_4yi2u_vrn5b_105[data-awsui-focus-visible=true]:not(#\9):focus + div::before {
146
+ .awsui_input_4yi2u_1c1w0_105[data-awsui-focus-visible=true]:not(#\9):focus + div::before {
147
147
  content: " ";
148
148
  display: block;
149
149
  position: absolute;
@@ -153,11 +153,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
153
153
  height: calc(100% + 2 * 2px);
154
154
  border-radius: 2px;
155
155
  border-radius: var(--border-control-focus-ring-radius-default-9royjh, 2px);
156
- box-shadow: 0 0 0 2px #00a1c9;
157
- box-shadow: 0 0 0 2px var(--color-border-item-focused-bs10w5, #00a1c9);
156
+ box-shadow: 0 0 0 2px #0073bb;
157
+ box-shadow: 0 0 0 2px var(--color-border-item-focused-n5kd8g, #0073bb);
158
158
  }
159
159
 
160
- .awsui_toggle-control_4yi2u_vrn5b_127:not(#\9) {
160
+ .awsui_toggle-control_4yi2u_1c1w0_127:not(#\9) {
161
161
  margin-top: calc((22px - 16px) / 2);
162
162
  margin-top: calc((var(--font-body-m-line-height-i7xxvv, 22px) - 16px) / 2);
163
163
  min-height: 16px;
@@ -168,20 +168,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
168
168
  background: var(--color-background-toggle-default-0jqm1q, #545b64);
169
169
  border-radius: 8px;
170
170
  }
171
- .awsui_toggle-control-checked_4yi2u_vrn5b_136:not(#\9) {
171
+ .awsui_toggle-control-checked_4yi2u_1c1w0_136:not(#\9) {
172
172
  background: #0073bb;
173
173
  background: var(--color-background-control-checked-dyuc53, #0073bb);
174
174
  }
175
- .awsui_toggle-control-disabled_4yi2u_vrn5b_139:not(#\9) {
175
+ .awsui_toggle-control-disabled_4yi2u_1c1w0_139:not(#\9) {
176
176
  background: #d5dbdb;
177
177
  background: var(--color-background-control-disabled-0y91m8, #d5dbdb);
178
178
  }
179
- .awsui_toggle-control-disabled_4yi2u_vrn5b_139.awsui_toggle-control-checked_4yi2u_vrn5b_136:not(#\9) {
179
+ .awsui_toggle-control-disabled_4yi2u_1c1w0_139.awsui_toggle-control-checked_4yi2u_1c1w0_136:not(#\9) {
180
180
  background: #99cbe4;
181
181
  background: var(--color-background-toggle-checked-disabled-8l29jd, #99cbe4);
182
182
  }
183
183
 
184
- .awsui_toggle-handle_4yi2u_vrn5b_146:not(#\9) {
184
+ .awsui_toggle-handle_4yi2u_1c1w0_146:not(#\9) {
185
185
  position: absolute;
186
186
  border-radius: 6px;
187
187
  background: #ffffff;
@@ -194,21 +194,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
194
194
  transition: transform 90ms cubic-bezier(0.165, 0.84, 0.44, 1), background-color 90ms cubic-bezier(0.165, 0.84, 0.44, 1);
195
195
  transition: transform var(--motion-duration-fast-nk2ap0, 90ms) var(--motion-easing-ease-out-quart-z687ml, cubic-bezier(0.165, 0.84, 0.44, 1)), background-color var(--motion-duration-fast-nk2ap0, 90ms) var(--motion-easing-ease-out-quart-z687ml, cubic-bezier(0.165, 0.84, 0.44, 1));
196
196
  }
197
- .awsui_toggle-handle-checked_4yi2u_vrn5b_157:not(#\9) {
197
+ .awsui_toggle-handle-checked_4yi2u_1c1w0_157:not(#\9) {
198
198
  transform: translateX(8px);
199
199
  }
200
- .awsui_toggle-handle-disabled_4yi2u_vrn5b_160:not(#\9) {
200
+ .awsui_toggle-handle-disabled_4yi2u_1c1w0_160:not(#\9) {
201
201
  background: #ffffff;
202
202
  background: var(--color-foreground-control-disabled-84rf4t, #ffffff);
203
203
  box-shadow: none;
204
204
  }
205
205
  @media (prefers-reduced-motion: reduce) {
206
- .awsui_toggle-handle_4yi2u_vrn5b_146:not(#\9) {
206
+ .awsui_toggle-handle_4yi2u_1c1w0_146:not(#\9) {
207
207
  animation: none;
208
208
  transition: none;
209
209
  }
210
210
  }
211
- .awsui-motion-disabled .awsui_toggle-handle_4yi2u_vrn5b_146:not(#\9), .awsui-mode-entering .awsui_toggle-handle_4yi2u_vrn5b_146:not(#\9) {
211
+ .awsui-motion-disabled .awsui_toggle-handle_4yi2u_1c1w0_146:not(#\9), .awsui-mode-entering .awsui_toggle-handle_4yi2u_1c1w0_146:not(#\9) {
212
212
  animation: none;
213
213
  transition: none;
214
214
  }
@@ -2,13 +2,13 @@
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_4yi2u_vrn5b_93",
6
- "input": "awsui_input_4yi2u_vrn5b_105",
7
- "toggle-control": "awsui_toggle-control_4yi2u_vrn5b_127",
8
- "toggle-control-checked": "awsui_toggle-control-checked_4yi2u_vrn5b_136",
9
- "toggle-control-disabled": "awsui_toggle-control-disabled_4yi2u_vrn5b_139",
10
- "toggle-handle": "awsui_toggle-handle_4yi2u_vrn5b_146",
11
- "toggle-handle-checked": "awsui_toggle-handle-checked_4yi2u_vrn5b_157",
12
- "toggle-handle-disabled": "awsui_toggle-handle-disabled_4yi2u_vrn5b_160"
5
+ "root": "awsui_root_4yi2u_1c1w0_93",
6
+ "input": "awsui_input_4yi2u_1c1w0_105",
7
+ "toggle-control": "awsui_toggle-control_4yi2u_1c1w0_127",
8
+ "toggle-control-checked": "awsui_toggle-control-checked_4yi2u_1c1w0_136",
9
+ "toggle-control-disabled": "awsui_toggle-control-disabled_4yi2u_1c1w0_139",
10
+ "toggle-handle": "awsui_toggle-handle_4yi2u_1c1w0_146",
11
+ "toggle-handle-checked": "awsui_toggle-handle-checked_4yi2u_1c1w0_157",
12
+ "toggle-handle-disabled": "awsui_toggle-handle-disabled_4yi2u_1c1w0_160"
13
13
  };
14
14
 
@@ -1,12 +1,12 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_dm8gx_1vdgh_97",
5
- "has-items": "awsui_has-items_dm8gx_1vdgh_107",
6
- "token": "awsui_token_dm8gx_1vdgh_111",
7
- "dismiss-button": "awsui_dismiss-button_dm8gx_1vdgh_123",
8
- "token-disabled": "awsui_token-disabled_dm8gx_1vdgh_157",
9
- "toggle": "awsui_toggle_dm8gx_1vdgh_172",
10
- "description": "awsui_description_dm8gx_1vdgh_233"
4
+ "root": "awsui_root_dm8gx_54dg7_97",
5
+ "has-items": "awsui_has-items_dm8gx_54dg7_107",
6
+ "token": "awsui_token_dm8gx_54dg7_111",
7
+ "dismiss-button": "awsui_dismiss-button_dm8gx_54dg7_123",
8
+ "token-disabled": "awsui_token-disabled_dm8gx_54dg7_157",
9
+ "toggle": "awsui_toggle_dm8gx_54dg7_172",
10
+ "description": "awsui_description_dm8gx_54dg7_233"
11
11
  };
12
12