@cloudscape-design/components-themeable 3.0.509 → 3.0.511

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 (212) hide show
  1. package/lib/internal/manifest.json +1 -1
  2. package/lib/internal/scss/internal/styles/utils/styles-reset.scss +24 -2
  3. package/lib/internal/template/alert/styles.css.js +25 -25
  4. package/lib/internal/template/alert/styles.scoped.css +45 -51
  5. package/lib/internal/template/alert/styles.selectors.js +25 -25
  6. package/lib/internal/template/anchor-navigation/styles.css.js +8 -8
  7. package/lib/internal/template/anchor-navigation/styles.scoped.css +21 -24
  8. package/lib/internal/template/anchor-navigation/styles.selectors.js +8 -8
  9. package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
  10. package/lib/internal/template/annotation-context/annotation/styles.scoped.css +32 -35
  11. package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
  12. package/lib/internal/template/app-layout/visual-refresh/styles.css.js +80 -80
  13. package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +175 -181
  14. package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +80 -80
  15. package/lib/internal/template/attribute-editor/styles.css.js +14 -14
  16. package/lib/internal/template/attribute-editor/styles.scoped.css +27 -30
  17. package/lib/internal/template/attribute-editor/styles.selectors.js +14 -14
  18. package/lib/internal/template/badge/styles.css.js +5 -5
  19. package/lib/internal/template/badge/styles.scoped.css +8 -11
  20. package/lib/internal/template/badge/styles.selectors.js +5 -5
  21. package/lib/internal/template/breadcrumb-group/styles.css.js +7 -7
  22. package/lib/internal/template/breadcrumb-group/styles.scoped.css +18 -24
  23. package/lib/internal/template/breadcrumb-group/styles.selectors.js +7 -7
  24. package/lib/internal/template/button/styles.css.js +20 -20
  25. package/lib/internal/template/button/styles.scoped.css +154 -157
  26. package/lib/internal/template/button/styles.selectors.js +20 -20
  27. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.css.js +5 -5
  28. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.scoped.css +8 -11
  29. package/lib/internal/template/button-dropdown/mobile-expandable-group/styles.selectors.js +5 -5
  30. package/lib/internal/template/calendar/styles.css.js +18 -18
  31. package/lib/internal/template/calendar/styles.scoped.css +41 -44
  32. package/lib/internal/template/calendar/styles.selectors.js +18 -18
  33. package/lib/internal/template/cards/styles.css.js +39 -39
  34. package/lib/internal/template/cards/styles.scoped.css +52 -55
  35. package/lib/internal/template/cards/styles.selectors.js +39 -39
  36. package/lib/internal/template/checkbox/styles.css.js +3 -3
  37. package/lib/internal/template/checkbox/styles.scoped.css +8 -11
  38. package/lib/internal/template/checkbox/styles.selectors.js +3 -3
  39. package/lib/internal/template/code-editor/styles.css.js +32 -32
  40. package/lib/internal/template/code-editor/styles.scoped.css +180 -183
  41. package/lib/internal/template/code-editor/styles.selectors.js +32 -32
  42. package/lib/internal/template/collection-preferences/content-display/styles.css.js +11 -11
  43. package/lib/internal/template/collection-preferences/content-display/styles.scoped.css +20 -23
  44. package/lib/internal/template/collection-preferences/content-display/styles.selectors.js +11 -11
  45. package/lib/internal/template/collection-preferences/styles.css.js +37 -37
  46. package/lib/internal/template/collection-preferences/styles.scoped.css +47 -50
  47. package/lib/internal/template/collection-preferences/styles.selectors.js +37 -37
  48. package/lib/internal/template/column-layout/styles.css.js +13 -13
  49. package/lib/internal/template/column-layout/styles.scoped.css +46 -49
  50. package/lib/internal/template/column-layout/styles.selectors.js +13 -13
  51. package/lib/internal/template/container/styles.css.js +29 -29
  52. package/lib/internal/template/container/styles.scoped.css +55 -58
  53. package/lib/internal/template/container/styles.selectors.js +29 -29
  54. package/lib/internal/template/date-picker/styles.css.js +7 -7
  55. package/lib/internal/template/date-picker/styles.scoped.css +12 -15
  56. package/lib/internal/template/date-picker/styles.selectors.js +7 -7
  57. package/lib/internal/template/date-range-picker/styles.css.js +38 -38
  58. package/lib/internal/template/date-range-picker/styles.scoped.css +49 -52
  59. package/lib/internal/template/date-range-picker/styles.selectors.js +38 -38
  60. package/lib/internal/template/drawer/styles.css.js +3 -3
  61. package/lib/internal/template/drawer/styles.scoped.css +11 -14
  62. package/lib/internal/template/drawer/styles.selectors.js +3 -3
  63. package/lib/internal/template/expandable-section/styles.css.js +32 -32
  64. package/lib/internal/template/expandable-section/styles.scoped.css +65 -68
  65. package/lib/internal/template/expandable-section/styles.selectors.js +32 -32
  66. package/lib/internal/template/flashbar/styles.css.js +47 -47
  67. package/lib/internal/template/flashbar/styles.scoped.css +149 -152
  68. package/lib/internal/template/flashbar/styles.selectors.js +47 -47
  69. package/lib/internal/template/form/styles.css.js +9 -9
  70. package/lib/internal/template/form/styles.scoped.css +11 -14
  71. package/lib/internal/template/form/styles.selectors.js +9 -9
  72. package/lib/internal/template/form-field/styles.css.js +19 -19
  73. package/lib/internal/template/form-field/styles.scoped.css +32 -35
  74. package/lib/internal/template/form-field/styles.selectors.js +19 -19
  75. package/lib/internal/template/grid/styles.css.js +53 -53
  76. package/lib/internal/template/grid/styles.scoped.css +57 -60
  77. package/lib/internal/template/grid/styles.selectors.js +53 -53
  78. package/lib/internal/template/header/styles.css.js +34 -34
  79. package/lib/internal/template/header/styles.scoped.css +53 -56
  80. package/lib/internal/template/header/styles.selectors.js +34 -34
  81. package/lib/internal/template/help-panel/styles.css.js +4 -4
  82. package/lib/internal/template/help-panel/styles.scoped.css +66 -69
  83. package/lib/internal/template/help-panel/styles.selectors.js +4 -4
  84. package/lib/internal/template/input/styles.css.js +12 -12
  85. package/lib/internal/template/input/styles.scoped.css +33 -36
  86. package/lib/internal/template/input/styles.selectors.js +12 -12
  87. package/lib/internal/template/internal/analytics/components/analytics-funnel.d.ts.map +1 -1
  88. package/lib/internal/template/internal/analytics/components/analytics-funnel.js +0 -1
  89. package/lib/internal/template/internal/analytics/components/analytics-funnel.js.map +1 -1
  90. package/lib/internal/template/internal/components/button-trigger/styles.css.js +10 -10
  91. package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +27 -30
  92. package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +10 -10
  93. package/lib/internal/template/internal/components/chart-filter/styles.css.js +3 -3
  94. package/lib/internal/template/internal/components/chart-filter/styles.scoped.css +6 -9
  95. package/lib/internal/template/internal/components/chart-filter/styles.selectors.js +3 -3
  96. package/lib/internal/template/internal/components/chart-legend/styles.css.js +6 -6
  97. package/lib/internal/template/internal/components/chart-legend/styles.scoped.css +18 -21
  98. package/lib/internal/template/internal/components/chart-legend/styles.selectors.js +6 -6
  99. package/lib/internal/template/internal/components/chart-popover/styles.css.js +3 -3
  100. package/lib/internal/template/internal/components/chart-popover/styles.scoped.css +6 -9
  101. package/lib/internal/template/internal/components/chart-popover/styles.selectors.js +3 -3
  102. package/lib/internal/template/internal/components/chart-series-details/styles.css.js +20 -20
  103. package/lib/internal/template/internal/components/chart-series-details/styles.scoped.css +42 -51
  104. package/lib/internal/template/internal/components/chart-series-details/styles.selectors.js +20 -20
  105. package/lib/internal/template/internal/components/chart-series-marker/styles.css.js +5 -5
  106. package/lib/internal/template/internal/components/chart-series-marker/styles.scoped.css +10 -13
  107. package/lib/internal/template/internal/components/chart-series-marker/styles.selectors.js +5 -5
  108. package/lib/internal/template/internal/components/chart-wrapper/styles.css.js +9 -9
  109. package/lib/internal/template/internal/components/chart-wrapper/styles.scoped.css +12 -15
  110. package/lib/internal/template/internal/components/chart-wrapper/styles.selectors.js +9 -9
  111. package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
  112. package/lib/internal/template/internal/components/dropdown/styles.scoped.css +38 -41
  113. package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
  114. package/lib/internal/template/internal/components/dropdown-footer/styles.css.js +3 -3
  115. package/lib/internal/template/internal/components/dropdown-footer/styles.scoped.css +6 -9
  116. package/lib/internal/template/internal/components/dropdown-footer/styles.selectors.js +3 -3
  117. package/lib/internal/template/internal/components/dropdown-status/styles.css.js +2 -2
  118. package/lib/internal/template/internal/components/dropdown-status/styles.scoped.css +5 -8
  119. package/lib/internal/template/internal/components/dropdown-status/styles.selectors.js +2 -2
  120. package/lib/internal/template/internal/components/menu-dropdown/styles.css.js +7 -7
  121. package/lib/internal/template/internal/components/menu-dropdown/styles.scoped.css +16 -19
  122. package/lib/internal/template/internal/components/menu-dropdown/styles.selectors.js +7 -7
  123. package/lib/internal/template/internal/components/option/styles.css.js +17 -17
  124. package/lib/internal/template/internal/components/option/styles.scoped.css +32 -35
  125. package/lib/internal/template/internal/components/option/styles.selectors.js +17 -17
  126. package/lib/internal/template/internal/components/options-list/styles.css.js +2 -2
  127. package/lib/internal/template/internal/components/options-list/styles.scoped.css +5 -8
  128. package/lib/internal/template/internal/components/options-list/styles.selectors.js +2 -2
  129. package/lib/internal/template/internal/components/token-list/styles.css.js +9 -9
  130. package/lib/internal/template/internal/components/token-list/styles.scoped.css +23 -26
  131. package/lib/internal/template/internal/components/token-list/styles.selectors.js +9 -9
  132. package/lib/internal/template/internal/environment.js +1 -1
  133. package/lib/internal/template/internal/environment.json +1 -1
  134. package/lib/internal/template/link/styles.css.js +20 -20
  135. package/lib/internal/template/link/styles.scoped.css +74 -77
  136. package/lib/internal/template/link/styles.selectors.js +20 -20
  137. package/lib/internal/template/modal/styles.css.js +23 -23
  138. package/lib/internal/template/modal/styles.scoped.css +44 -50
  139. package/lib/internal/template/modal/styles.selectors.js +23 -23
  140. package/lib/internal/template/multiselect/styles.css.js +2 -2
  141. package/lib/internal/template/multiselect/styles.scoped.css +5 -8
  142. package/lib/internal/template/multiselect/styles.selectors.js +2 -2
  143. package/lib/internal/template/pagination/styles.css.js +9 -9
  144. package/lib/internal/template/pagination/styles.scoped.css +26 -29
  145. package/lib/internal/template/pagination/styles.selectors.js +9 -9
  146. package/lib/internal/template/popover/styles.css.js +50 -50
  147. package/lib/internal/template/popover/styles.scoped.css +72 -81
  148. package/lib/internal/template/popover/styles.selectors.js +50 -50
  149. package/lib/internal/template/progress-bar/styles.css.js +18 -18
  150. package/lib/internal/template/progress-bar/styles.scoped.css +35 -38
  151. package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
  152. package/lib/internal/template/property-filter/styles.css.js +31 -31
  153. package/lib/internal/template/property-filter/styles.scoped.css +36 -39
  154. package/lib/internal/template/property-filter/styles.selectors.js +31 -31
  155. package/lib/internal/template/radio-group/styles.css.js +9 -9
  156. package/lib/internal/template/radio-group/styles.scoped.css +18 -21
  157. package/lib/internal/template/radio-group/styles.selectors.js +9 -9
  158. package/lib/internal/template/segmented-control/styles.css.js +14 -14
  159. package/lib/internal/template/segmented-control/styles.scoped.css +36 -39
  160. package/lib/internal/template/segmented-control/styles.selectors.js +14 -14
  161. package/lib/internal/template/select/styles.css.js +1 -1
  162. package/lib/internal/template/select/styles.scoped.css +4 -7
  163. package/lib/internal/template/select/styles.selectors.js +1 -1
  164. package/lib/internal/template/side-navigation/styles.css.js +28 -28
  165. package/lib/internal/template/side-navigation/styles.scoped.css +41 -44
  166. package/lib/internal/template/side-navigation/styles.selectors.js +28 -28
  167. package/lib/internal/template/split-panel/styles.css.js +55 -55
  168. package/lib/internal/template/split-panel/styles.scoped.css +78 -81
  169. package/lib/internal/template/split-panel/styles.selectors.js +55 -55
  170. package/lib/internal/template/table/resizer/styles.css.js +8 -8
  171. package/lib/internal/template/table/resizer/styles.scoped.css +17 -20
  172. package/lib/internal/template/table/resizer/styles.selectors.js +8 -8
  173. package/lib/internal/template/tabs/styles.css.js +21 -21
  174. package/lib/internal/template/tabs/styles.scoped.css +42 -45
  175. package/lib/internal/template/tabs/styles.selectors.js +21 -21
  176. package/lib/internal/template/text-content/styles.css.js +1 -1
  177. package/lib/internal/template/text-content/styles.scoped.css +63 -66
  178. package/lib/internal/template/text-content/styles.selectors.js +1 -1
  179. package/lib/internal/template/text-filter/styles.css.js +3 -3
  180. package/lib/internal/template/text-filter/styles.scoped.css +6 -9
  181. package/lib/internal/template/text-filter/styles.selectors.js +3 -3
  182. package/lib/internal/template/textarea/styles.css.js +4 -4
  183. package/lib/internal/template/textarea/styles.scoped.css +15 -18
  184. package/lib/internal/template/textarea/styles.selectors.js +4 -4
  185. package/lib/internal/template/tiles/styles.css.js +29 -29
  186. package/lib/internal/template/tiles/styles.scoped.css +76 -82
  187. package/lib/internal/template/tiles/styles.selectors.js +29 -29
  188. package/lib/internal/template/toggle/styles.css.js +8 -8
  189. package/lib/internal/template/toggle/styles.scoped.css +16 -19
  190. package/lib/internal/template/toggle/styles.selectors.js +8 -8
  191. package/lib/internal/template/token-group/styles.css.js +8 -8
  192. package/lib/internal/template/token-group/styles.scoped.css +19 -22
  193. package/lib/internal/template/token-group/styles.selectors.js +8 -8
  194. package/lib/internal/template/top-navigation/1.0-beta/styles.css.js +25 -25
  195. package/lib/internal/template/top-navigation/1.0-beta/styles.scoped.css +45 -48
  196. package/lib/internal/template/top-navigation/1.0-beta/styles.selectors.js +25 -25
  197. package/lib/internal/template/top-navigation/styles.css.js +47 -47
  198. package/lib/internal/template/top-navigation/styles.scoped.css +75 -84
  199. package/lib/internal/template/top-navigation/styles.selectors.js +47 -47
  200. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.css.js +20 -20
  201. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.scoped.css +24 -27
  202. package/lib/internal/template/tutorial-panel/components/tutorial-detail-view/styles.selectors.js +20 -20
  203. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.css.js +18 -18
  204. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.scoped.css +36 -45
  205. package/lib/internal/template/tutorial-panel/components/tutorial-list/styles.selectors.js +18 -18
  206. package/lib/internal/template/tutorial-panel/styles.css.js +1 -1
  207. package/lib/internal/template/tutorial-panel/styles.scoped.css +4 -7
  208. package/lib/internal/template/tutorial-panel/styles.selectors.js +1 -1
  209. package/lib/internal/template/wizard/styles.css.js +31 -31
  210. package/lib/internal/template/wizard/styles.scoped.css +65 -68
  211. package/lib/internal/template/wizard/styles.selectors.js +31 -31
  212. package/package.json +1 -1
@@ -1,22 +1,22 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "option": "awsui_option_1p2cx_1hgd1_97",
5
- "disabled": "awsui_disabled_1p2cx_1hgd1_115",
6
- "parent": "awsui_parent_1p2cx_1hgd1_118",
7
- "highlighted": "awsui_highlighted_1p2cx_1hgd1_121",
8
- "content": "awsui_content_1p2cx_1hgd1_125",
9
- "label-content": "awsui_label-content_1p2cx_1hgd1_132",
10
- "label": "awsui_label_1p2cx_1hgd1_132",
11
- "tag": "awsui_tag_1p2cx_1hgd1_139",
12
- "label-tag": "awsui_label-tag_1p2cx_1hgd1_140",
13
- "label-prefix": "awsui_label-prefix_1p2cx_1hgd1_150",
14
- "tags": "awsui_tags_1p2cx_1hgd1_163",
15
- "description": "awsui_description_1p2cx_1hgd1_164",
16
- "selected": "awsui_selected_1p2cx_1hgd1_175",
17
- "icon": "awsui_icon_1p2cx_1hgd1_189",
18
- "icon-size-big": "awsui_icon-size-big_1p2cx_1hgd1_196",
19
- "filtering-match-highlight": "awsui_filtering-match-highlight_1p2cx_1hgd1_200",
20
- "trigger-variant": "awsui_trigger-variant_1p2cx_1hgd1_215"
4
+ "option": "awsui_option_1p2cx_r2f36_97",
5
+ "disabled": "awsui_disabled_1p2cx_r2f36_137",
6
+ "parent": "awsui_parent_1p2cx_r2f36_140",
7
+ "highlighted": "awsui_highlighted_1p2cx_r2f36_143",
8
+ "content": "awsui_content_1p2cx_r2f36_147",
9
+ "label-content": "awsui_label-content_1p2cx_r2f36_154",
10
+ "label": "awsui_label_1p2cx_r2f36_154",
11
+ "tag": "awsui_tag_1p2cx_r2f36_161",
12
+ "label-tag": "awsui_label-tag_1p2cx_r2f36_162",
13
+ "label-prefix": "awsui_label-prefix_1p2cx_r2f36_172",
14
+ "tags": "awsui_tags_1p2cx_r2f36_185",
15
+ "description": "awsui_description_1p2cx_r2f36_186",
16
+ "selected": "awsui_selected_1p2cx_r2f36_197",
17
+ "icon": "awsui_icon_1p2cx_r2f36_211",
18
+ "icon-size-big": "awsui_icon-size-big_1p2cx_r2f36_218",
19
+ "filtering-match-highlight": "awsui_filtering-match-highlight_1p2cx_r2f36_222",
20
+ "trigger-variant": "awsui_trigger-variant_1p2cx_r2f36_237"
21
21
  };
22
22
 
@@ -94,19 +94,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
94
94
  Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
95
95
  SPDX-License-Identifier: Apache-2.0
96
96
  */
97
- .awsui_option_1p2cx_1hgd1_97:not(#\9) {
98
- /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
97
+ .awsui_option_1p2cx_r2f36_97:not(#\9) {
99
98
  border-collapse: separate;
100
99
  border-spacing: 0;
100
+ box-sizing: border-box;
101
101
  caption-side: top;
102
102
  cursor: auto;
103
- direction: ltr;
103
+ direction: inherit;
104
104
  empty-cells: show;
105
105
  font-family: serif;
106
106
  font-size: medium;
107
107
  font-style: normal;
108
108
  font-variant: normal;
109
- font-weight: normal;
109
+ font-weight: 400;
110
110
  font-stretch: normal;
111
111
  line-height: normal;
112
112
  -webkit-hyphens: none;
@@ -115,15 +115,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
115
115
  list-style: disc outside none;
116
116
  tab-size: 8;
117
117
  text-align: left;
118
- text-align-last: auto;
119
118
  text-indent: 0;
120
119
  text-shadow: none;
121
120
  text-transform: none;
122
121
  visibility: visible;
123
122
  white-space: normal;
124
- widows: 2;
125
123
  word-spacing: normal;
126
- box-sizing: border-box;
127
124
  font-size: var(--font-size-body-m-pa3mqb, 14px);
128
125
  line-height: var(--line-height-body-m-2zx78l, 22px);
129
126
  color: var(--color-text-body-default-ffdwgg, #16191f);
@@ -138,107 +135,107 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
138
135
  box-sizing: border-box;
139
136
  color: inherit;
140
137
  }
141
- .awsui_option_1p2cx_1hgd1_97:not(#\9):not(.awsui_disabled_1p2cx_1hgd1_115) {
138
+ .awsui_option_1p2cx_r2f36_97:not(#\9):not(.awsui_disabled_1p2cx_r2f36_137) {
142
139
  cursor: inherit;
143
140
  }
144
- .awsui_option_1p2cx_1hgd1_97.awsui_parent_1p2cx_1hgd1_118:not(#\9) {
141
+ .awsui_option_1p2cx_r2f36_97.awsui_parent_1p2cx_r2f36_140:not(#\9) {
145
142
  font-weight: bold;
146
143
  }
147
- .awsui_option_1p2cx_1hgd1_97.awsui_parent_1p2cx_1hgd1_118:not(#\9):not(.awsui_disabled_1p2cx_1hgd1_115):not(.awsui_highlighted_1p2cx_1hgd1_121) {
144
+ .awsui_option_1p2cx_r2f36_97.awsui_parent_1p2cx_r2f36_140:not(#\9):not(.awsui_disabled_1p2cx_r2f36_137):not(.awsui_highlighted_1p2cx_r2f36_143) {
148
145
  color: var(--color-text-dropdown-group-label-sizd89, #545b64);
149
146
  }
150
147
 
151
- .awsui_content_1p2cx_1hgd1_125:not(#\9) {
148
+ .awsui_content_1p2cx_r2f36_147:not(#\9) {
152
149
  width: 100%;
153
150
  display: flex;
154
151
  flex-direction: column;
155
152
  min-width: 0;
156
153
  }
157
154
 
158
- .awsui_label-content_1p2cx_1hgd1_132:not(#\9) {
155
+ .awsui_label-content_1p2cx_r2f36_154:not(#\9) {
159
156
  display: flex;
160
157
  justify-content: space-between;
161
158
  flex-wrap: wrap;
162
159
  }
163
160
 
164
- .awsui_label_1p2cx_1hgd1_132:not(#\9),
165
- .awsui_tag_1p2cx_1hgd1_139:not(#\9),
166
- .awsui_label-tag_1p2cx_1hgd1_140:not(#\9) {
161
+ .awsui_label_1p2cx_r2f36_154:not(#\9),
162
+ .awsui_tag_1p2cx_r2f36_161:not(#\9),
163
+ .awsui_label-tag_1p2cx_r2f36_162:not(#\9) {
167
164
  min-width: 0;
168
165
  word-break: break-word;
169
166
  }
170
167
 
171
- .awsui_label_1p2cx_1hgd1_132:not(#\9),
172
- .awsui_tag_1p2cx_1hgd1_139:not(#\9) {
168
+ .awsui_label_1p2cx_r2f36_154:not(#\9),
169
+ .awsui_tag_1p2cx_r2f36_161:not(#\9) {
173
170
  flex-wrap: wrap;
174
171
  }
175
172
 
176
- .awsui_label-prefix_1p2cx_1hgd1_150:not(#\9) {
173
+ .awsui_label-prefix_1p2cx_r2f36_172:not(#\9) {
177
174
  font-weight: 700;
178
175
  }
179
176
 
180
- .awsui_label-tag_1p2cx_1hgd1_140:not(#\9) {
177
+ .awsui_label-tag_1p2cx_r2f36_162:not(#\9) {
181
178
  padding-left: var(--space-s-2025hl, 12px);
182
179
  flex: auto;
183
180
  text-align: right;
184
181
  }
185
- .awsui_label-tag_1p2cx_1hgd1_140:not(#\9):empty {
182
+ .awsui_label-tag_1p2cx_r2f36_162:not(#\9):empty {
186
183
  display: none;
187
184
  }
188
185
 
189
- .awsui_tags_1p2cx_1hgd1_163:not(#\9),
190
- .awsui_description_1p2cx_1hgd1_164:not(#\9) {
186
+ .awsui_tags_1p2cx_r2f36_185:not(#\9),
187
+ .awsui_description_1p2cx_r2f36_186:not(#\9) {
191
188
  font-size: var(--font-size-body-s-533prh, 12px);
192
189
  line-height: var(--line-height-body-s-n0pazd, 16px);
193
190
  letter-spacing: var(--letter-spacing-body-s-nkvets, normal);
194
191
  color: var(--color-text-dropdown-item-secondary-x5katv, #687078);
195
192
  flex-wrap: wrap;
196
193
  }
197
- .awsui_tags_1p2cx_1hgd1_163.awsui_highlighted_1p2cx_1hgd1_121:not(#\9),
198
- .awsui_description_1p2cx_1hgd1_164.awsui_highlighted_1p2cx_1hgd1_121:not(#\9) {
194
+ .awsui_tags_1p2cx_r2f36_185.awsui_highlighted_1p2cx_r2f36_143:not(#\9),
195
+ .awsui_description_1p2cx_r2f36_186.awsui_highlighted_1p2cx_r2f36_143:not(#\9) {
199
196
  color: var(--color-text-dropdown-item-secondary-hover-q6kp0a, #687078);
200
197
  }
201
- .awsui_tags_1p2cx_1hgd1_163.awsui_selected_1p2cx_1hgd1_175:not(#\9),
202
- .awsui_description_1p2cx_1hgd1_164.awsui_selected_1p2cx_1hgd1_175:not(#\9) {
198
+ .awsui_tags_1p2cx_r2f36_185.awsui_selected_1p2cx_r2f36_197:not(#\9),
199
+ .awsui_description_1p2cx_r2f36_186.awsui_selected_1p2cx_r2f36_197:not(#\9) {
203
200
  color: var(--color-text-dropdown-item-secondary-x5katv, #687078);
204
201
  }
205
202
 
206
- .awsui_tags_1p2cx_1hgd1_163:not(#\9) {
203
+ .awsui_tags_1p2cx_r2f36_185:not(#\9) {
207
204
  display: flex;
208
205
  align-items: stretch;
209
206
  }
210
207
 
211
- .awsui_tag_1p2cx_1hgd1_139:not(#\9):not(:last-child) {
208
+ .awsui_tag_1p2cx_r2f36_161:not(#\9):not(:last-child) {
212
209
  padding-right: var(--space-m-kpg8id, 16px);
213
210
  }
214
211
 
215
- .awsui_icon_1p2cx_1hgd1_189:not(#\9) {
212
+ .awsui_icon_1p2cx_r2f36_211:not(#\9) {
216
213
  padding-right: var(--space-xs-xf5ch3, 8px);
217
214
  align-content: center;
218
215
  display: flex;
219
216
  flex-shrink: 0;
220
217
  }
221
218
 
222
- .awsui_icon-size-big_1p2cx_1hgd1_196:not(#\9) {
219
+ .awsui_icon-size-big_1p2cx_r2f36_218:not(#\9) {
223
220
  padding-top: var(--space-option-icon-big-top-b7er3p, 2px);
224
221
  }
225
222
 
226
- .awsui_filtering-match-highlight_1p2cx_1hgd1_200:not(#\9) {
223
+ .awsui_filtering-match-highlight_1p2cx_r2f36_222:not(#\9) {
227
224
  background-color: var(--color-background-dropdown-item-filter-match-nyh5xa, #f1faff);
228
225
  color: var(--color-text-dropdown-item-filter-match-45q4r4, #0073bb);
229
226
  font-weight: bold;
230
227
  }
231
228
 
232
- .awsui_disabled_1p2cx_1hgd1_115:not(#\9) {
229
+ .awsui_disabled_1p2cx_r2f36_137:not(#\9) {
233
230
  color: var(--color-text-dropdown-item-disabled-nf1b1j, #aab7b8);
234
231
  pointer-events: none;
235
232
  }
236
- .awsui_disabled_1p2cx_1hgd1_115 > .awsui_content_1p2cx_1hgd1_125 > .awsui_tags_1p2cx_1hgd1_163:not(#\9),
237
- .awsui_disabled_1p2cx_1hgd1_115 > .awsui_content_1p2cx_1hgd1_125 > .awsui_description_1p2cx_1hgd1_164:not(#\9) {
233
+ .awsui_disabled_1p2cx_r2f36_137 > .awsui_content_1p2cx_r2f36_147 > .awsui_tags_1p2cx_r2f36_185:not(#\9),
234
+ .awsui_disabled_1p2cx_r2f36_137 > .awsui_content_1p2cx_r2f36_147 > .awsui_description_1p2cx_r2f36_186:not(#\9) {
238
235
  color: currentColor;
239
236
  }
240
237
 
241
- .awsui_trigger-variant_1p2cx_1hgd1_215:not(#\9) {
238
+ .awsui_trigger-variant_1p2cx_r2f36_237:not(#\9) {
242
239
  white-space: nowrap;
243
240
  overflow: hidden;
244
241
  text-overflow: ellipsis;
@@ -2,22 +2,22 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "option": "awsui_option_1p2cx_1hgd1_97",
6
- "disabled": "awsui_disabled_1p2cx_1hgd1_115",
7
- "parent": "awsui_parent_1p2cx_1hgd1_118",
8
- "highlighted": "awsui_highlighted_1p2cx_1hgd1_121",
9
- "content": "awsui_content_1p2cx_1hgd1_125",
10
- "label-content": "awsui_label-content_1p2cx_1hgd1_132",
11
- "label": "awsui_label_1p2cx_1hgd1_132",
12
- "tag": "awsui_tag_1p2cx_1hgd1_139",
13
- "label-tag": "awsui_label-tag_1p2cx_1hgd1_140",
14
- "label-prefix": "awsui_label-prefix_1p2cx_1hgd1_150",
15
- "tags": "awsui_tags_1p2cx_1hgd1_163",
16
- "description": "awsui_description_1p2cx_1hgd1_164",
17
- "selected": "awsui_selected_1p2cx_1hgd1_175",
18
- "icon": "awsui_icon_1p2cx_1hgd1_189",
19
- "icon-size-big": "awsui_icon-size-big_1p2cx_1hgd1_196",
20
- "filtering-match-highlight": "awsui_filtering-match-highlight_1p2cx_1hgd1_200",
21
- "trigger-variant": "awsui_trigger-variant_1p2cx_1hgd1_215"
5
+ "option": "awsui_option_1p2cx_r2f36_97",
6
+ "disabled": "awsui_disabled_1p2cx_r2f36_137",
7
+ "parent": "awsui_parent_1p2cx_r2f36_140",
8
+ "highlighted": "awsui_highlighted_1p2cx_r2f36_143",
9
+ "content": "awsui_content_1p2cx_r2f36_147",
10
+ "label-content": "awsui_label-content_1p2cx_r2f36_154",
11
+ "label": "awsui_label_1p2cx_r2f36_154",
12
+ "tag": "awsui_tag_1p2cx_r2f36_161",
13
+ "label-tag": "awsui_label-tag_1p2cx_r2f36_162",
14
+ "label-prefix": "awsui_label-prefix_1p2cx_r2f36_172",
15
+ "tags": "awsui_tags_1p2cx_r2f36_185",
16
+ "description": "awsui_description_1p2cx_r2f36_186",
17
+ "selected": "awsui_selected_1p2cx_r2f36_197",
18
+ "icon": "awsui_icon_1p2cx_r2f36_211",
19
+ "icon-size-big": "awsui_icon-size-big_1p2cx_r2f36_218",
20
+ "filtering-match-highlight": "awsui_filtering-match-highlight_1p2cx_r2f36_222",
21
+ "trigger-variant": "awsui_trigger-variant_1p2cx_r2f36_237"
22
22
  };
23
23
 
@@ -1,7 +1,7 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "options-list": "awsui_options-list_19gcf_16466_93",
5
- "decrease-top-margin": "awsui_decrease-top-margin_19gcf_16466_115"
4
+ "options-list": "awsui_options-list_19gcf_14w2k_93",
5
+ "decrease-top-margin": "awsui_decrease-top-margin_19gcf_14w2k_137"
6
6
  };
7
7
 
@@ -90,23 +90,23 @@ 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_options-list_19gcf_16466_93:not(#\9) {
93
+ .awsui_options-list_19gcf_14w2k_93:not(#\9) {
94
94
  padding: 0;
95
95
  margin: 0;
96
96
  outline: none;
97
97
  border: none;
98
- /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
99
98
  border-collapse: separate;
100
99
  border-spacing: 0;
100
+ box-sizing: border-box;
101
101
  caption-side: top;
102
102
  cursor: auto;
103
- direction: ltr;
103
+ direction: inherit;
104
104
  empty-cells: show;
105
105
  font-family: serif;
106
106
  font-size: medium;
107
107
  font-style: normal;
108
108
  font-variant: normal;
109
- font-weight: normal;
109
+ font-weight: 400;
110
110
  font-stretch: normal;
111
111
  line-height: normal;
112
112
  -webkit-hyphens: none;
@@ -115,15 +115,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
115
115
  list-style: disc outside none;
116
116
  tab-size: 8;
117
117
  text-align: left;
118
- text-align-last: auto;
119
118
  text-indent: 0;
120
119
  text-shadow: none;
121
120
  text-transform: none;
122
121
  visibility: visible;
123
122
  white-space: normal;
124
- widows: 2;
125
123
  word-spacing: normal;
126
- box-sizing: border-box;
127
124
  font-size: var(--font-size-body-m-pa3mqb, 14px);
128
125
  line-height: var(--line-height-body-m-2zx78l, 22px);
129
126
  color: var(--color-text-body-default-ffdwgg, #16191f);
@@ -138,6 +135,6 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
138
135
  border-radius: var(--border-radius-dropdown-cw0ldi, 0px);
139
136
  }
140
137
 
141
- .awsui_decrease-top-margin_19gcf_16466_115:not(#\9) {
138
+ .awsui_decrease-top-margin_19gcf_14w2k_137:not(#\9) {
142
139
  margin-top: -1px;
143
140
  }
@@ -2,7 +2,7 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "options-list": "awsui_options-list_19gcf_16466_93",
6
- "decrease-top-margin": "awsui_decrease-top-margin_19gcf_16466_115"
5
+ "options-list": "awsui_options-list_19gcf_14w2k_93",
6
+ "decrease-top-margin": "awsui_decrease-top-margin_19gcf_14w2k_137"
7
7
  };
8
8
 
@@ -1,14 +1,14 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_gfwv3_1sjq5_93",
5
- "horizontal": "awsui_horizontal_gfwv3_1sjq5_98",
6
- "vertical": "awsui_vertical_gfwv3_1sjq5_102",
7
- "list": "awsui_list_gfwv3_1sjq5_106",
8
- "list-item": "awsui_list-item_gfwv3_1sjq5_124",
9
- "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_1sjq5_129",
10
- "toggle": "awsui_toggle_gfwv3_1sjq5_129",
11
- "description": "awsui_description_gfwv3_1sjq5_197",
12
- "separator": "awsui_separator_gfwv3_1sjq5_201"
4
+ "root": "awsui_root_gfwv3_19yd4_93",
5
+ "horizontal": "awsui_horizontal_gfwv3_19yd4_98",
6
+ "vertical": "awsui_vertical_gfwv3_19yd4_102",
7
+ "list": "awsui_list_gfwv3_19yd4_106",
8
+ "list-item": "awsui_list-item_gfwv3_19yd4_124",
9
+ "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_19yd4_129",
10
+ "toggle": "awsui_toggle_gfwv3_19yd4_129",
11
+ "description": "awsui_description_gfwv3_19yd4_219",
12
+ "separator": "awsui_separator_gfwv3_19yd4_223"
13
13
  };
14
14
 
@@ -90,61 +90,61 @@ 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_gfwv3_1sjq5_93:not(#\9) {
93
+ .awsui_root_gfwv3_19yd4_93:not(#\9) {
94
94
  display: flex;
95
95
  flex-wrap: wrap;
96
96
  gap: var(--space-scaled-xs-x91h81, 8px);
97
97
  }
98
- .awsui_root_gfwv3_1sjq5_93.awsui_horizontal_gfwv3_1sjq5_98:not(#\9) {
98
+ .awsui_root_gfwv3_19yd4_93.awsui_horizontal_gfwv3_19yd4_98:not(#\9) {
99
99
  gap: var(--space-xs-xf5ch3, 8px);
100
100
  flex-direction: row;
101
101
  }
102
- .awsui_root_gfwv3_1sjq5_93.awsui_vertical_gfwv3_1sjq5_102:not(#\9) {
102
+ .awsui_root_gfwv3_19yd4_93.awsui_vertical_gfwv3_19yd4_102:not(#\9) {
103
103
  flex-direction: column;
104
104
  }
105
105
 
106
- .awsui_list_gfwv3_1sjq5_106:not(#\9) {
106
+ .awsui_list_gfwv3_19yd4_106:not(#\9) {
107
107
  display: contents;
108
108
  list-style: none;
109
109
  padding: 0;
110
110
  margin: 0;
111
111
  }
112
- .awsui_list_gfwv3_1sjq5_106.awsui_horizontal_gfwv3_1sjq5_98:not(#\9), .awsui_list_gfwv3_1sjq5_106.awsui_vertical_gfwv3_1sjq5_102:not(#\9) {
112
+ .awsui_list_gfwv3_19yd4_106.awsui_horizontal_gfwv3_19yd4_98:not(#\9), .awsui_list_gfwv3_19yd4_106.awsui_vertical_gfwv3_19yd4_102:not(#\9) {
113
113
  display: flex;
114
114
  flex-wrap: wrap;
115
115
  gap: var(--space-xs-xf5ch3, 8px);
116
116
  }
117
- .awsui_list_gfwv3_1sjq5_106.awsui_horizontal_gfwv3_1sjq5_98:not(#\9) {
117
+ .awsui_list_gfwv3_19yd4_106.awsui_horizontal_gfwv3_19yd4_98:not(#\9) {
118
118
  flex-direction: row;
119
119
  }
120
- .awsui_list_gfwv3_1sjq5_106.awsui_vertical_gfwv3_1sjq5_102:not(#\9) {
120
+ .awsui_list_gfwv3_19yd4_106.awsui_vertical_gfwv3_19yd4_102:not(#\9) {
121
121
  flex-direction: column;
122
122
  }
123
123
 
124
- .awsui_list-item_gfwv3_1sjq5_124:not(#\9) {
124
+ .awsui_list-item_gfwv3_19yd4_124:not(#\9) {
125
125
  padding: 0;
126
126
  margin: 0;
127
127
  }
128
128
 
129
- .awsui_toggle-container-inline_gfwv3_1sjq5_129:not(#\9) {
129
+ .awsui_toggle-container-inline_gfwv3_19yd4_129:not(#\9) {
130
130
  padding-left: var(--space-xs-xf5ch3, 8px);
131
131
  display: flex;
132
132
  align-items: center;
133
133
  }
134
134
 
135
- .awsui_toggle_gfwv3_1sjq5_129:not(#\9) {
136
- /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
135
+ .awsui_toggle_gfwv3_19yd4_129:not(#\9) {
137
136
  border-collapse: separate;
138
137
  border-spacing: 0;
138
+ box-sizing: border-box;
139
139
  caption-side: top;
140
140
  cursor: auto;
141
- direction: ltr;
141
+ direction: inherit;
142
142
  empty-cells: show;
143
143
  font-family: serif;
144
144
  font-size: medium;
145
145
  font-style: normal;
146
146
  font-variant: normal;
147
- font-weight: normal;
147
+ font-weight: 400;
148
148
  font-stretch: normal;
149
149
  line-height: normal;
150
150
  -webkit-hyphens: none;
@@ -153,15 +153,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
153
153
  list-style: disc outside none;
154
154
  tab-size: 8;
155
155
  text-align: left;
156
- text-align-last: auto;
157
156
  text-indent: 0;
158
157
  text-shadow: none;
159
158
  text-transform: none;
160
159
  visibility: visible;
161
160
  white-space: normal;
162
- widows: 2;
163
161
  word-spacing: normal;
164
- box-sizing: border-box;
165
162
  font-size: var(--font-size-body-m-pa3mqb, 14px);
166
163
  line-height: var(--line-height-body-m-2zx78l, 22px);
167
164
  color: var(--color-text-body-default-ffdwgg, #16191f);
@@ -188,45 +185,45 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
188
185
  margin-left: -1px;
189
186
  }
190
187
  @media (prefers-reduced-motion: reduce) {
191
- .awsui_toggle_gfwv3_1sjq5_129:not(#\9) {
188
+ .awsui_toggle_gfwv3_19yd4_129:not(#\9) {
192
189
  animation: none;
193
190
  transition: none;
194
191
  }
195
192
  }
196
- .awsui-motion-disabled .awsui_toggle_gfwv3_1sjq5_129:not(#\9), .awsui-mode-entering .awsui_toggle_gfwv3_1sjq5_129:not(#\9) {
193
+ .awsui-motion-disabled .awsui_toggle_gfwv3_19yd4_129:not(#\9), .awsui-mode-entering .awsui_toggle_gfwv3_19yd4_129:not(#\9) {
197
194
  animation: none;
198
195
  transition: none;
199
196
  }
200
- .awsui_toggle_gfwv3_1sjq5_129:not(#\9):hover {
197
+ .awsui_toggle_gfwv3_19yd4_129:not(#\9):hover {
201
198
  cursor: pointer;
202
199
  color: var(--color-text-link-hover-8s5z9d, #0a4a74);
203
200
  }
204
- .awsui_toggle_gfwv3_1sjq5_129:not(#\9):focus {
201
+ .awsui_toggle_gfwv3_19yd4_129:not(#\9):focus {
205
202
  outline: none;
206
203
  }
207
- .awsui_toggle_gfwv3_1sjq5_129:not(#\9):active {
204
+ .awsui_toggle_gfwv3_19yd4_129:not(#\9):active {
208
205
  color: var(--color-text-link-hover-8s5z9d, #0a4a74);
209
206
  }
210
- .awsui_toggle_gfwv3_1sjq5_129:not(#\9):active, .awsui_toggle_gfwv3_1sjq5_129:not(#\9):focus, .awsui_toggle_gfwv3_1sjq5_129:not(#\9):hover {
207
+ .awsui_toggle_gfwv3_19yd4_129:not(#\9):active, .awsui_toggle_gfwv3_19yd4_129:not(#\9):focus, .awsui_toggle_gfwv3_19yd4_129:not(#\9):hover {
211
208
  text-decoration-line: underline;
212
209
  text-decoration-color: currentColor;
213
210
  }
214
- .awsui_toggle_gfwv3_1sjq5_129:not(#\9):active, .awsui_toggle_gfwv3_1sjq5_129:not(#\9):focus, .awsui_toggle_gfwv3_1sjq5_129:not(#\9):hover {
211
+ .awsui_toggle_gfwv3_19yd4_129:not(#\9):active, .awsui_toggle_gfwv3_19yd4_129:not(#\9):focus, .awsui_toggle_gfwv3_19yd4_129:not(#\9):hover {
215
212
  text-decoration: none;
216
213
  /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
217
214
  text-decoration-color: transparent;
218
215
  }
219
- body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_1sjq5_129:not(#\9):focus {
216
+ body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_19yd4_129:not(#\9):focus {
220
217
  outline: 2px dotted transparent;
221
218
  border: var(--border-field-width-yoy972, 1px) solid var(--color-border-item-focused-v8nq2m, #0073bb);
222
219
  border-radius: var(--border-radius-control-default-focus-ring-a78bgq, 2px);
223
220
  box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-0k725q, 1px) var(--color-border-item-focused-v8nq2m, #0073bb);
224
221
  }
225
- .awsui_toggle_gfwv3_1sjq5_129 > .awsui_description_gfwv3_1sjq5_197:not(#\9) {
222
+ .awsui_toggle_gfwv3_19yd4_129 > .awsui_description_gfwv3_19yd4_219:not(#\9) {
226
223
  margin-left: var(--space-xxs-9rrxti, 4px);
227
224
  }
228
225
 
229
- .awsui_separator_gfwv3_1sjq5_201:not(#\9) {
226
+ .awsui_separator_gfwv3_19yd4_223:not(#\9) {
230
227
  margin: 0px var(--space-scaled-m-er48cl, 16px);
231
228
  width: var(--border-divider-section-width-wl9k66, 1px);
232
229
  background-color: var(--color-border-divider-default-in8dkg, #eaeded);
@@ -2,14 +2,14 @@
2
2
  // es-module interop with Babel and Typescript
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
4
  module.exports.default = {
5
- "root": "awsui_root_gfwv3_1sjq5_93",
6
- "horizontal": "awsui_horizontal_gfwv3_1sjq5_98",
7
- "vertical": "awsui_vertical_gfwv3_1sjq5_102",
8
- "list": "awsui_list_gfwv3_1sjq5_106",
9
- "list-item": "awsui_list-item_gfwv3_1sjq5_124",
10
- "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_1sjq5_129",
11
- "toggle": "awsui_toggle_gfwv3_1sjq5_129",
12
- "description": "awsui_description_gfwv3_1sjq5_197",
13
- "separator": "awsui_separator_gfwv3_1sjq5_201"
5
+ "root": "awsui_root_gfwv3_19yd4_93",
6
+ "horizontal": "awsui_horizontal_gfwv3_19yd4_98",
7
+ "vertical": "awsui_vertical_gfwv3_19yd4_102",
8
+ "list": "awsui_list_gfwv3_19yd4_106",
9
+ "list-item": "awsui_list-item_gfwv3_19yd4_124",
10
+ "toggle-container-inline": "awsui_toggle-container-inline_gfwv3_19yd4_129",
11
+ "toggle": "awsui_toggle_gfwv3_19yd4_129",
12
+ "description": "awsui_description_gfwv3_19yd4_219",
13
+ "separator": "awsui_separator_gfwv3_19yd4_223"
14
14
  };
15
15
 
@@ -1,4 +1,4 @@
1
1
  export var PACKAGE_SOURCE = "components";
2
- export var PACKAGE_VERSION = "3.0.0 (65bc8186)";
2
+ export var PACKAGE_VERSION = "3.0.0 (aaf7716c)";
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 (65bc8186)",
3
+ "PACKAGE_VERSION": "3.0.0 (aaf7716c)",
4
4
  "THEME": "default",
5
5
  "ALWAYS_VISUAL_REFRESH": false
6
6
  }
@@ -1,25 +1,25 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "link": "awsui_link_4c84z_10q41_93",
5
- "variant-secondary": "awsui_variant-secondary_4c84z_10q41_140",
6
- "variant-primary": "awsui_variant-primary_4c84z_10q41_175",
7
- "variant-info": "awsui_variant-info_4c84z_10q41_208",
8
- "variant-value-large": "awsui_variant-value-large_4c84z_10q41_243",
9
- "variant-top-navigation": "awsui_variant-top-navigation_4c84z_10q41_275",
10
- "variant-recovery": "awsui_variant-recovery_4c84z_10q41_308",
11
- "button": "awsui_button_4c84z_10q41_341",
12
- "color-inverted": "awsui_color-inverted_4c84z_10q41_376",
13
- "font-size-body-s": "awsui_font-size-body-s_4c84z_10q41_394",
14
- "font-size-body-m": "awsui_font-size-body-m_4c84z_10q41_401",
15
- "font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_10q41_407",
16
- "font-size-heading-s": "awsui_font-size-heading-s_4c84z_10q41_413",
17
- "font-size-heading-m": "awsui_font-size-heading-m_4c84z_10q41_420",
18
- "font-size-heading-l": "awsui_font-size-heading-l_4c84z_10q41_427",
19
- "font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_10q41_434",
20
- "font-size-display-l": "awsui_font-size-display-l_4c84z_10q41_441",
21
- "font-size-inherit": "awsui_font-size-inherit_4c84z_10q41_448",
22
- "icon-wrapper": "awsui_icon-wrapper_4c84z_10q41_456",
23
- "icon": "awsui_icon_4c84z_10q41_456"
4
+ "link": "awsui_link_4c84z_u4hc7_93",
5
+ "variant-secondary": "awsui_variant-secondary_4c84z_u4hc7_162",
6
+ "variant-primary": "awsui_variant-primary_4c84z_u4hc7_197",
7
+ "variant-info": "awsui_variant-info_4c84z_u4hc7_230",
8
+ "variant-value-large": "awsui_variant-value-large_4c84z_u4hc7_265",
9
+ "variant-top-navigation": "awsui_variant-top-navigation_4c84z_u4hc7_297",
10
+ "variant-recovery": "awsui_variant-recovery_4c84z_u4hc7_330",
11
+ "button": "awsui_button_4c84z_u4hc7_363",
12
+ "color-inverted": "awsui_color-inverted_4c84z_u4hc7_398",
13
+ "font-size-body-s": "awsui_font-size-body-s_4c84z_u4hc7_416",
14
+ "font-size-body-m": "awsui_font-size-body-m_4c84z_u4hc7_423",
15
+ "font-size-heading-xs": "awsui_font-size-heading-xs_4c84z_u4hc7_429",
16
+ "font-size-heading-s": "awsui_font-size-heading-s_4c84z_u4hc7_435",
17
+ "font-size-heading-m": "awsui_font-size-heading-m_4c84z_u4hc7_442",
18
+ "font-size-heading-l": "awsui_font-size-heading-l_4c84z_u4hc7_449",
19
+ "font-size-heading-xl": "awsui_font-size-heading-xl_4c84z_u4hc7_456",
20
+ "font-size-display-l": "awsui_font-size-display-l_4c84z_u4hc7_463",
21
+ "font-size-inherit": "awsui_font-size-inherit_4c84z_u4hc7_470",
22
+ "icon-wrapper": "awsui_icon-wrapper_4c84z_u4hc7_478",
23
+ "icon": "awsui_icon_4c84z_u4hc7_478"
24
24
  };
25
25