@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
@@ -90,19 +90,19 @@ 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_1wzqe_1iaky_93:not(#\9) {
94
- /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
93
+ .awsui_root_1wzqe_1qh53_93:not(#\9) {
95
94
  border-collapse: separate;
96
95
  border-spacing: 0;
96
+ box-sizing: border-box;
97
97
  caption-side: top;
98
98
  cursor: auto;
99
- direction: ltr;
99
+ direction: inherit;
100
100
  empty-cells: show;
101
101
  font-family: serif;
102
102
  font-size: medium;
103
103
  font-style: normal;
104
104
  font-variant: normal;
105
- font-weight: normal;
105
+ font-weight: 400;
106
106
  font-stretch: normal;
107
107
  line-height: normal;
108
108
  -webkit-hyphens: none;
@@ -111,15 +111,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
111
111
  list-style: disc outside none;
112
112
  tab-size: 8;
113
113
  text-align: left;
114
- text-align-last: auto;
115
114
  text-indent: 0;
116
115
  text-shadow: none;
117
116
  text-transform: none;
118
117
  visibility: visible;
119
118
  white-space: normal;
120
- widows: 2;
121
119
  word-spacing: normal;
122
- box-sizing: border-box;
123
120
  font-size: var(--font-size-body-m-pa3mqb, 14px);
124
121
  line-height: var(--line-height-body-m-2zx78l, 22px);
125
122
  color: var(--color-text-body-default-ffdwgg, #16191f);
@@ -129,106 +126,106 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
129
126
  -moz-osx-font-smoothing: auto;
130
127
  }
131
128
 
132
- .awsui_search-field_1wzqe_1iaky_106:not(#\9) {
129
+ .awsui_search-field_1wzqe_1qh53_128:not(#\9) {
133
130
  display: flex;
134
131
  align-items: flex-end;
135
132
  max-width: calc(688px - 2 * var(--space-l-xu1x80, 20px));
136
133
  }
137
134
 
138
- .awsui_input-wrapper_1wzqe_1iaky_112:not(#\9) {
135
+ .awsui_input-wrapper_1wzqe_1qh53_134:not(#\9) {
139
136
  flex-grow: 1;
140
137
  }
141
138
 
142
- .awsui_add-token_1wzqe_1iaky_116:not(#\9) {
139
+ .awsui_add-token_1wzqe_1qh53_138:not(#\9) {
143
140
  border-left: 1px solid var(--color-border-divider-default-in8dkg, #eaeded);
144
141
  box-sizing: border-box;
145
142
  margin-left: var(--space-m-kpg8id, 16px);
146
143
  padding-left: var(--space-m-kpg8id, 16px);
147
144
  }
148
145
 
149
- .awsui_tokens_1wzqe_1iaky_123:not(#\9) {
146
+ .awsui_tokens_1wzqe_1qh53_145:not(#\9) {
150
147
  margin: var(--space-xs-xf5ch3, 8px) 0;
151
148
  }
152
149
 
153
- .awsui_token-operator_1wzqe_1iaky_127:not(#\9) {
150
+ .awsui_token-operator_1wzqe_1qh53_149:not(#\9) {
154
151
  font-weight: bold;
155
152
  }
156
153
 
157
- .awsui_property-editor_1wzqe_1iaky_131:not(#\9),
158
- .awsui_token-editor_1wzqe_1iaky_132:not(#\9) {
154
+ .awsui_property-editor_1wzqe_1qh53_153:not(#\9),
155
+ .awsui_token-editor_1wzqe_1qh53_154:not(#\9) {
159
156
  -webkit-user-select: text;
160
157
  user-select: text;
161
158
  margin: var(--space-xxs-9rrxti, 4px);
162
159
  }
163
- .awsui_property-editor-form_1wzqe_1iaky_136:not(#\9),
164
- .awsui_token-editor-form_1wzqe_1iaky_137:not(#\9) {
160
+ .awsui_property-editor-form_1wzqe_1qh53_158:not(#\9),
161
+ .awsui_token-editor-form_1wzqe_1qh53_159:not(#\9) {
165
162
  margin-bottom: var(--space-scaled-l-08jb88, 20px);
166
163
  }
167
- .awsui_property-editor-field-property_1wzqe_1iaky_140:not(#\9),
168
- .awsui_token-editor-field-property_1wzqe_1iaky_141:not(#\9) {
164
+ .awsui_property-editor-field-property_1wzqe_1qh53_162:not(#\9),
165
+ .awsui_token-editor-field-property_1wzqe_1qh53_163:not(#\9) {
169
166
  /* used in test-utils */
170
167
  }
171
- .awsui_property-editor-field-operator_1wzqe_1iaky_144:not(#\9),
172
- .awsui_token-editor-field-operator_1wzqe_1iaky_145:not(#\9) {
168
+ .awsui_property-editor-field-operator_1wzqe_1qh53_166:not(#\9),
169
+ .awsui_token-editor-field-operator_1wzqe_1qh53_167:not(#\9) {
173
170
  margin-top: var(--space-scaled-l-08jb88, 20px);
174
171
  }
175
- .awsui_property-editor-field-value_1wzqe_1iaky_148:not(#\9),
176
- .awsui_token-editor-field-value_1wzqe_1iaky_149:not(#\9) {
172
+ .awsui_property-editor-field-value_1wzqe_1qh53_170:not(#\9),
173
+ .awsui_token-editor-field-value_1wzqe_1qh53_171:not(#\9) {
177
174
  margin-top: var(--space-scaled-l-08jb88, 20px);
178
175
  }
179
- .awsui_property-editor-cancel_1wzqe_1iaky_152:not(#\9),
180
- .awsui_token-editor-cancel_1wzqe_1iaky_153:not(#\9) {
176
+ .awsui_property-editor-cancel_1wzqe_1qh53_174:not(#\9),
177
+ .awsui_token-editor-cancel_1wzqe_1qh53_175:not(#\9) {
181
178
  margin-right: var(--space-xs-xf5ch3, 8px);
182
179
  }
183
- .awsui_property-editor-submit_1wzqe_1iaky_156:not(#\9),
184
- .awsui_token-editor-submit_1wzqe_1iaky_157:not(#\9) {
180
+ .awsui_property-editor-submit_1wzqe_1qh53_178:not(#\9),
181
+ .awsui_token-editor-submit_1wzqe_1qh53_179:not(#\9) {
185
182
  /* used in test-utils */
186
183
  }
187
- .awsui_property-editor-actions_1wzqe_1iaky_160:not(#\9),
188
- .awsui_token-editor-actions_1wzqe_1iaky_161:not(#\9) {
184
+ .awsui_property-editor-actions_1wzqe_1qh53_182:not(#\9),
185
+ .awsui_token-editor-actions_1wzqe_1qh53_183:not(#\9) {
189
186
  display: flex;
190
187
  justify-content: flex-end;
191
188
  padding-top: var(--space-s-2025hl, 12px);
192
189
  border-top: 1px solid var(--color-border-dropdown-item-default-xnte9u, #eaeded);
193
190
  }
194
191
 
195
- .awsui_token-editor-actions_1wzqe_1iaky_161:not(#\9) {
192
+ .awsui_token-editor-actions_1wzqe_1qh53_183:not(#\9) {
196
193
  padding-right: calc(var(--space-m-kpg8id, 16px) + var(--space-xxs-9rrxti, 4px));
197
194
  margin-left: calc(-1 * var(--space-m-kpg8id, 16px) + -1 * var(--space-xxs-9rrxti, 4px));
198
195
  margin-right: calc(-1 * var(--space-m-kpg8id, 16px) + -1 * var(--space-xxs-9rrxti, 4px));
199
196
  }
200
197
 
201
- .awsui_property-editor_1wzqe_1iaky_131:not(#\9) {
198
+ .awsui_property-editor_1wzqe_1qh53_153:not(#\9) {
202
199
  padding: var(--space-m-kpg8id, 16px);
203
200
  overflow-y: auto;
204
201
  }
205
202
 
206
- .awsui_custom-content-wrapper_1wzqe_1iaky_179:not(#\9) {
203
+ .awsui_custom-content-wrapper_1wzqe_1qh53_201:not(#\9) {
207
204
  display: contents;
208
205
  }
209
206
 
210
- .awsui_custom-control_1wzqe_1iaky_183:not(#\9) {
207
+ .awsui_custom-control_1wzqe_1qh53_205:not(#\9) {
211
208
  margin-right: var(--space-s-2025hl, 12px);
212
209
  }
213
210
 
214
- .awsui_input_1wzqe_1iaky_112:not(#\9) {
211
+ .awsui_input_1wzqe_1qh53_134:not(#\9) {
215
212
  flex: 1;
216
213
  }
217
214
 
218
- .awsui_results_1wzqe_1iaky_191:not(#\9) {
215
+ .awsui_results_1wzqe_1qh53_213:not(#\9) {
219
216
  padding: calc(var(--space-scaled-xxs-t7ij38, 4px) + var(--border-field-width-yoy972, 1px));
220
217
  padding-left: 0;
221
218
  padding-right: 0;
222
219
  }
223
220
 
224
- .awsui_token-trigger_1wzqe_1iaky_197:not(#\9) {
221
+ .awsui_token-trigger_1wzqe_1qh53_219:not(#\9) {
225
222
  min-width: 0;
226
223
  word-break: break-word;
227
224
  }
228
225
 
229
- .awsui_remove-all_1wzqe_1iaky_202:not(#\9),
230
- .awsui_token-label_1wzqe_1iaky_203:not(#\9),
231
- .awsui_join-operation_1wzqe_1iaky_204:not(#\9),
232
- .awsui_custom-filter-actions_1wzqe_1iaky_205:not(#\9) {
226
+ .awsui_remove-all_1wzqe_1qh53_224:not(#\9),
227
+ .awsui_token-label_1wzqe_1qh53_225:not(#\9),
228
+ .awsui_join-operation_1wzqe_1qh53_226:not(#\9),
229
+ .awsui_custom-filter-actions_1wzqe_1qh53_227:not(#\9) {
233
230
  /* used in test-utils */
234
231
  }
@@ -2,36 +2,36 @@
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_1wzqe_1iaky_93",
6
- "search-field": "awsui_search-field_1wzqe_1iaky_106",
7
- "input-wrapper": "awsui_input-wrapper_1wzqe_1iaky_112",
8
- "add-token": "awsui_add-token_1wzqe_1iaky_116",
9
- "tokens": "awsui_tokens_1wzqe_1iaky_123",
10
- "token-operator": "awsui_token-operator_1wzqe_1iaky_127",
11
- "property-editor": "awsui_property-editor_1wzqe_1iaky_131",
12
- "token-editor": "awsui_token-editor_1wzqe_1iaky_132",
13
- "property-editor-form": "awsui_property-editor-form_1wzqe_1iaky_136",
14
- "token-editor-form": "awsui_token-editor-form_1wzqe_1iaky_137",
15
- "property-editor-field-property": "awsui_property-editor-field-property_1wzqe_1iaky_140",
16
- "token-editor-field-property": "awsui_token-editor-field-property_1wzqe_1iaky_141",
17
- "property-editor-field-operator": "awsui_property-editor-field-operator_1wzqe_1iaky_144",
18
- "token-editor-field-operator": "awsui_token-editor-field-operator_1wzqe_1iaky_145",
19
- "property-editor-field-value": "awsui_property-editor-field-value_1wzqe_1iaky_148",
20
- "token-editor-field-value": "awsui_token-editor-field-value_1wzqe_1iaky_149",
21
- "property-editor-cancel": "awsui_property-editor-cancel_1wzqe_1iaky_152",
22
- "token-editor-cancel": "awsui_token-editor-cancel_1wzqe_1iaky_153",
23
- "property-editor-submit": "awsui_property-editor-submit_1wzqe_1iaky_156",
24
- "token-editor-submit": "awsui_token-editor-submit_1wzqe_1iaky_157",
25
- "property-editor-actions": "awsui_property-editor-actions_1wzqe_1iaky_160",
26
- "token-editor-actions": "awsui_token-editor-actions_1wzqe_1iaky_161",
27
- "custom-content-wrapper": "awsui_custom-content-wrapper_1wzqe_1iaky_179",
28
- "custom-control": "awsui_custom-control_1wzqe_1iaky_183",
29
- "input": "awsui_input_1wzqe_1iaky_112",
30
- "results": "awsui_results_1wzqe_1iaky_191",
31
- "token-trigger": "awsui_token-trigger_1wzqe_1iaky_197",
32
- "remove-all": "awsui_remove-all_1wzqe_1iaky_202",
33
- "token-label": "awsui_token-label_1wzqe_1iaky_203",
34
- "join-operation": "awsui_join-operation_1wzqe_1iaky_204",
35
- "custom-filter-actions": "awsui_custom-filter-actions_1wzqe_1iaky_205"
5
+ "root": "awsui_root_1wzqe_1qh53_93",
6
+ "search-field": "awsui_search-field_1wzqe_1qh53_128",
7
+ "input-wrapper": "awsui_input-wrapper_1wzqe_1qh53_134",
8
+ "add-token": "awsui_add-token_1wzqe_1qh53_138",
9
+ "tokens": "awsui_tokens_1wzqe_1qh53_145",
10
+ "token-operator": "awsui_token-operator_1wzqe_1qh53_149",
11
+ "property-editor": "awsui_property-editor_1wzqe_1qh53_153",
12
+ "token-editor": "awsui_token-editor_1wzqe_1qh53_154",
13
+ "property-editor-form": "awsui_property-editor-form_1wzqe_1qh53_158",
14
+ "token-editor-form": "awsui_token-editor-form_1wzqe_1qh53_159",
15
+ "property-editor-field-property": "awsui_property-editor-field-property_1wzqe_1qh53_162",
16
+ "token-editor-field-property": "awsui_token-editor-field-property_1wzqe_1qh53_163",
17
+ "property-editor-field-operator": "awsui_property-editor-field-operator_1wzqe_1qh53_166",
18
+ "token-editor-field-operator": "awsui_token-editor-field-operator_1wzqe_1qh53_167",
19
+ "property-editor-field-value": "awsui_property-editor-field-value_1wzqe_1qh53_170",
20
+ "token-editor-field-value": "awsui_token-editor-field-value_1wzqe_1qh53_171",
21
+ "property-editor-cancel": "awsui_property-editor-cancel_1wzqe_1qh53_174",
22
+ "token-editor-cancel": "awsui_token-editor-cancel_1wzqe_1qh53_175",
23
+ "property-editor-submit": "awsui_property-editor-submit_1wzqe_1qh53_178",
24
+ "token-editor-submit": "awsui_token-editor-submit_1wzqe_1qh53_179",
25
+ "property-editor-actions": "awsui_property-editor-actions_1wzqe_1qh53_182",
26
+ "token-editor-actions": "awsui_token-editor-actions_1wzqe_1qh53_183",
27
+ "custom-content-wrapper": "awsui_custom-content-wrapper_1wzqe_1qh53_201",
28
+ "custom-control": "awsui_custom-control_1wzqe_1qh53_205",
29
+ "input": "awsui_input_1wzqe_1qh53_134",
30
+ "results": "awsui_results_1wzqe_1qh53_213",
31
+ "token-trigger": "awsui_token-trigger_1wzqe_1qh53_219",
32
+ "remove-all": "awsui_remove-all_1wzqe_1qh53_224",
33
+ "token-label": "awsui_token-label_1wzqe_1qh53_225",
34
+ "join-operation": "awsui_join-operation_1wzqe_1qh53_226",
35
+ "custom-filter-actions": "awsui_custom-filter-actions_1wzqe_1qh53_227"
36
36
  };
37
37
 
@@ -1,14 +1,14 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "root": "awsui_root_1mabk_16xhy_93",
5
- "radio": "awsui_radio_1mabk_16xhy_107",
6
- "radio--has-description": "awsui_radio--has-description_1mabk_16xhy_115",
7
- "radio-control": "awsui_radio-control_1mabk_16xhy_119",
8
- "outline": "awsui_outline_1mabk_16xhy_127",
9
- "styled-circle-border": "awsui_styled-circle-border_1mabk_16xhy_146",
10
- "styled-circle-disabled": "awsui_styled-circle-disabled_1mabk_16xhy_150",
11
- "styled-circle-fill": "awsui_styled-circle-fill_1mabk_16xhy_155",
12
- "styled-circle-checked": "awsui_styled-circle-checked_1mabk_16xhy_161"
4
+ "root": "awsui_root_1mabk_110dd_93",
5
+ "radio": "awsui_radio_1mabk_110dd_129",
6
+ "radio--has-description": "awsui_radio--has-description_1mabk_110dd_137",
7
+ "radio-control": "awsui_radio-control_1mabk_110dd_141",
8
+ "outline": "awsui_outline_1mabk_110dd_149",
9
+ "styled-circle-border": "awsui_styled-circle-border_1mabk_110dd_168",
10
+ "styled-circle-disabled": "awsui_styled-circle-disabled_1mabk_110dd_172",
11
+ "styled-circle-fill": "awsui_styled-circle-fill_1mabk_110dd_177",
12
+ "styled-circle-checked": "awsui_styled-circle-checked_1mabk_110dd_183"
13
13
  };
14
14
 
@@ -90,19 +90,19 @@ 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_1mabk_16xhy_93:not(#\9) {
94
- /* stylelint-disable-next-line plugin/no-unsupported-browser-features */
93
+ .awsui_root_1mabk_110dd_93:not(#\9) {
95
94
  border-collapse: separate;
96
95
  border-spacing: 0;
96
+ box-sizing: border-box;
97
97
  caption-side: top;
98
98
  cursor: auto;
99
- direction: ltr;
99
+ direction: inherit;
100
100
  empty-cells: show;
101
101
  font-family: serif;
102
102
  font-size: medium;
103
103
  font-style: normal;
104
104
  font-variant: normal;
105
- font-weight: normal;
105
+ font-weight: 400;
106
106
  font-stretch: normal;
107
107
  line-height: normal;
108
108
  -webkit-hyphens: none;
@@ -111,15 +111,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
111
111
  list-style: disc outside none;
112
112
  tab-size: 8;
113
113
  text-align: left;
114
- text-align-last: auto;
115
114
  text-indent: 0;
116
115
  text-shadow: none;
117
116
  text-transform: none;
118
117
  visibility: visible;
119
118
  white-space: normal;
120
- widows: 2;
121
119
  word-spacing: normal;
122
- box-sizing: border-box;
123
120
  font-size: var(--font-size-body-m-pa3mqb, 14px);
124
121
  line-height: var(--line-height-body-m-2zx78l, 22px);
125
122
  color: var(--color-text-body-default-ffdwgg, #16191f);
@@ -130,19 +127,19 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
130
127
  display: block;
131
128
  }
132
129
 
133
- .awsui_radio_1mabk_16xhy_107:not(#\9) {
130
+ .awsui_radio_1mabk_110dd_129:not(#\9) {
134
131
  /*used in test-utils*/
135
132
  }
136
133
 
137
- .awsui_radio_1mabk_16xhy_107 + .awsui_radio_1mabk_16xhy_107:not(#\9) {
134
+ .awsui_radio_1mabk_110dd_129 + .awsui_radio_1mabk_110dd_129:not(#\9) {
138
135
  margin-top: var(--space-scaled-xxs-t7ij38, 4px);
139
136
  }
140
137
 
141
- .awsui_radio--has-description_1mabk_16xhy_115 + .awsui_radio_1mabk_16xhy_107:not(#\9) {
138
+ .awsui_radio--has-description_1mabk_110dd_137 + .awsui_radio_1mabk_110dd_129:not(#\9) {
142
139
  margin-top: var(--space-scaled-xs-x91h81, 8px);
143
140
  }
144
141
 
145
- .awsui_radio-control_1mabk_16xhy_119:not(#\9) {
142
+ .awsui_radio-control_1mabk_110dd_141:not(#\9) {
146
143
  margin-top: calc((var(--line-height-body-m-2zx78l, 22px) - var(--size-control-73ulj5, 14px)) / 2);
147
144
  min-height: var(--size-control-73ulj5, 14px);
148
145
  min-width: var(--size-control-73ulj5, 14px);
@@ -150,14 +147,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
150
147
  width: var(--size-control-73ulj5, 14px);
151
148
  }
152
149
 
153
- .awsui_outline_1mabk_16xhy_127:not(#\9) {
150
+ .awsui_outline_1mabk_110dd_149:not(#\9) {
154
151
  position: relative;
155
152
  }
156
- .awsui_outline_1mabk_16xhy_127:not(#\9) {
153
+ .awsui_outline_1mabk_110dd_149:not(#\9) {
157
154
  outline: 2px dotted transparent;
158
155
  outline-offset: calc(2px - 1px);
159
156
  }
160
- .awsui_outline_1mabk_16xhy_127:not(#\9)::before {
157
+ .awsui_outline_1mabk_110dd_149:not(#\9)::before {
161
158
  content: " ";
162
159
  display: block;
163
160
  position: absolute;
@@ -169,35 +166,35 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
169
166
  box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
170
167
  }
171
168
 
172
- .awsui_styled-circle-border_1mabk_16xhy_146:not(#\9) {
169
+ .awsui_styled-circle-border_1mabk_110dd_168:not(#\9) {
173
170
  stroke: var(--color-border-control-default-8uhjl0, #687078);
174
171
  fill: var(--color-background-control-default-n6yadr, #ffffff);
175
172
  }
176
- .awsui_styled-circle-border_1mabk_16xhy_146.awsui_styled-circle-disabled_1mabk_16xhy_150:not(#\9) {
173
+ .awsui_styled-circle-border_1mabk_110dd_168.awsui_styled-circle-disabled_1mabk_110dd_172:not(#\9) {
177
174
  fill: var(--color-background-control-disabled-dsn0t2, #d5dbdb);
178
175
  stroke: var(--color-background-control-disabled-dsn0t2, #d5dbdb);
179
176
  }
180
177
 
181
- .awsui_styled-circle-fill_1mabk_16xhy_155:not(#\9) {
178
+ .awsui_styled-circle-fill_1mabk_110dd_177:not(#\9) {
182
179
  stroke: var(--color-background-control-checked-pvanxo, #0073bb);
183
180
  fill: var(--color-foreground-control-default-8qoldl, #ffffff);
184
181
  opacity: 0;
185
182
  transition: opacity var(--motion-duration-transition-quick-j01tkg, 90ms) var(--motion-easing-transition-quick-9ktw66, linear);
186
183
  }
187
- .awsui_styled-circle-fill_1mabk_16xhy_155.awsui_styled-circle-checked_1mabk_16xhy_161:not(#\9) {
184
+ .awsui_styled-circle-fill_1mabk_110dd_177.awsui_styled-circle-checked_1mabk_110dd_183:not(#\9) {
188
185
  opacity: 1;
189
186
  }
190
- .awsui_styled-circle-fill_1mabk_16xhy_155.awsui_styled-circle-disabled_1mabk_16xhy_150:not(#\9) {
187
+ .awsui_styled-circle-fill_1mabk_110dd_177.awsui_styled-circle-disabled_1mabk_110dd_172:not(#\9) {
191
188
  fill: var(--color-foreground-control-disabled-fcoqdk, #ffffff);
192
189
  stroke: var(--color-background-control-disabled-dsn0t2, #d5dbdb);
193
190
  }
194
191
  @media (prefers-reduced-motion: reduce) {
195
- .awsui_styled-circle-fill_1mabk_16xhy_155:not(#\9) {
192
+ .awsui_styled-circle-fill_1mabk_110dd_177:not(#\9) {
196
193
  animation: none;
197
194
  transition: none;
198
195
  }
199
196
  }
200
- .awsui-motion-disabled .awsui_styled-circle-fill_1mabk_16xhy_155:not(#\9), .awsui-mode-entering .awsui_styled-circle-fill_1mabk_16xhy_155:not(#\9) {
197
+ .awsui-motion-disabled .awsui_styled-circle-fill_1mabk_110dd_177:not(#\9), .awsui-mode-entering .awsui_styled-circle-fill_1mabk_110dd_177:not(#\9) {
201
198
  animation: none;
202
199
  transition: none;
203
200
  }
@@ -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_1mabk_16xhy_93",
6
- "radio": "awsui_radio_1mabk_16xhy_107",
7
- "radio--has-description": "awsui_radio--has-description_1mabk_16xhy_115",
8
- "radio-control": "awsui_radio-control_1mabk_16xhy_119",
9
- "outline": "awsui_outline_1mabk_16xhy_127",
10
- "styled-circle-border": "awsui_styled-circle-border_1mabk_16xhy_146",
11
- "styled-circle-disabled": "awsui_styled-circle-disabled_1mabk_16xhy_150",
12
- "styled-circle-fill": "awsui_styled-circle-fill_1mabk_16xhy_155",
13
- "styled-circle-checked": "awsui_styled-circle-checked_1mabk_16xhy_161"
5
+ "root": "awsui_root_1mabk_110dd_93",
6
+ "radio": "awsui_radio_1mabk_110dd_129",
7
+ "radio--has-description": "awsui_radio--has-description_1mabk_110dd_137",
8
+ "radio-control": "awsui_radio-control_1mabk_110dd_141",
9
+ "outline": "awsui_outline_1mabk_110dd_149",
10
+ "styled-circle-border": "awsui_styled-circle-border_1mabk_110dd_168",
11
+ "styled-circle-disabled": "awsui_styled-circle-disabled_1mabk_110dd_172",
12
+ "styled-circle-fill": "awsui_styled-circle-fill_1mabk_110dd_177",
13
+ "styled-circle-checked": "awsui_styled-circle-checked_1mabk_110dd_183"
14
14
  };
15
15
 
@@ -1,19 +1,19 @@
1
1
 
2
2
  import './styles.scoped.css';
3
3
  export default {
4
- "segment": "awsui_segment_8cbea_15lvz_97",
5
- "disabled": "awsui_disabled_8cbea_15lvz_166",
6
- "selected": "awsui_selected_8cbea_15lvz_174",
7
- "icon": "awsui_icon_8cbea_15lvz_195",
8
- "with-text": "awsui_with-text_8cbea_15lvz_199",
9
- "with-no-text": "awsui_with-no-text_8cbea_15lvz_205",
10
- "root": "awsui_root_8cbea_15lvz_216",
11
- "segment-part": "awsui_segment-part_8cbea_15lvz_229",
12
- "select": "awsui_select_8cbea_15lvz_174",
13
- "segment-count-2": "awsui_segment-count-2_8cbea_15lvz_248",
14
- "segment-count-3": "awsui_segment-count-3_8cbea_15lvz_253",
15
- "segment-count-4": "awsui_segment-count-4_8cbea_15lvz_258",
16
- "segment-count-5": "awsui_segment-count-5_8cbea_15lvz_263",
17
- "segment-count-6": "awsui_segment-count-6_8cbea_15lvz_268"
4
+ "segment": "awsui_segment_8cbea_xdeqk_97",
5
+ "disabled": "awsui_disabled_8cbea_xdeqk_166",
6
+ "selected": "awsui_selected_8cbea_xdeqk_174",
7
+ "icon": "awsui_icon_8cbea_xdeqk_195",
8
+ "with-text": "awsui_with-text_8cbea_xdeqk_199",
9
+ "with-no-text": "awsui_with-no-text_8cbea_xdeqk_205",
10
+ "root": "awsui_root_8cbea_xdeqk_216",
11
+ "segment-part": "awsui_segment-part_8cbea_xdeqk_251",
12
+ "select": "awsui_select_8cbea_xdeqk_174",
13
+ "segment-count-2": "awsui_segment-count-2_8cbea_xdeqk_270",
14
+ "segment-count-3": "awsui_segment-count-3_8cbea_xdeqk_275",
15
+ "segment-count-4": "awsui_segment-count-4_8cbea_xdeqk_280",
16
+ "segment-count-5": "awsui_segment-count-5_8cbea_xdeqk_285",
17
+ "segment-count-6": "awsui_segment-count-6_8cbea_xdeqk_290"
18
18
  };
19
19