@cloudscape-design/components-themeable 3.0.1348 → 3.0.1350
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.
- package/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/button-dropdown/styles.scss +9 -6
- package/lib/internal/scss/expandable-section/styles.scss +42 -10
- package/lib/internal/scss/header/styles.scss +1 -0
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/internal/styles/utils/theming.scss +45 -2
- package/lib/internal/scss/spinner/mixins.scss +1 -1
- package/lib/internal/scss/tree-view/tree-item/styles.scss +10 -7
- package/lib/internal/template/action-card/styles.css.js +17 -17
- package/lib/internal/template/action-card/styles.scoped.css +95 -98
- package/lib/internal/template/action-card/styles.selectors.js +17 -17
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +163 -175
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +83 -98
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.css.js +14 -14
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.scoped.css +31 -44
- package/lib/internal/template/app-layout/visual-refresh-toolbar/toolbar/styles.selectors.js +14 -14
- package/lib/internal/template/attribute-editor/styles.css.js +15 -15
- package/lib/internal/template/attribute-editor/styles.scoped.css +25 -28
- package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +25 -29
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
- package/lib/internal/template/breadcrumb-group/styles.css.js +14 -14
- package/lib/internal/template/breadcrumb-group/styles.scoped.css +24 -27
- package/lib/internal/template/breadcrumb-group/styles.selectors.js +14 -14
- package/lib/internal/template/button/icon-helper.js +1 -1
- package/lib/internal/template/button/icon-helper.js.map +1 -1
- package/lib/internal/template/button-dropdown/category-elements/styles.css.js +18 -18
- package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +28 -32
- package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +18 -18
- package/lib/internal/template/button-dropdown/styles.css.js +23 -23
- package/lib/internal/template/button-dropdown/styles.scoped.css +32 -39
- package/lib/internal/template/button-dropdown/styles.selectors.js +23 -23
- package/lib/internal/template/expandable-section/styles.css.js +43 -43
- package/lib/internal/template/expandable-section/styles.scoped.css +99 -164
- package/lib/internal/template/expandable-section/styles.selectors.js +43 -43
- package/lib/internal/template/header/styles.css.js +35 -35
- package/lib/internal/template/header/styles.scoped.css +54 -54
- package/lib/internal/template/header/styles.selectors.js +35 -35
- package/lib/internal/template/icon/generated/icons.js +202 -176
- package/lib/internal/template/icon/generated/icons.js.map +1 -1
- package/lib/internal/template/input/internal.js +1 -1
- package/lib/internal/template/input/internal.js.map +1 -1
- package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
- package/lib/internal/template/internal/components/button-trigger/styles.css.js +14 -14
- package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +29 -35
- package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +14 -14
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/link/styles.css.js +21 -21
- package/lib/internal/template/link/styles.scoped.css +72 -121
- package/lib/internal/template/link/styles.selectors.js +21 -21
- package/lib/internal/template/side-navigation/styles.css.js +64 -64
- package/lib/internal/template/side-navigation/styles.scoped.css +110 -400
- package/lib/internal/template/side-navigation/styles.selectors.js +64 -64
- package/lib/internal/template/spinner/styles.css.js +13 -13
- package/lib/internal/template/spinner/styles.scoped.css +20 -20
- package/lib/internal/template/spinner/styles.selectors.js +13 -13
- package/lib/internal/template/status-indicator/styles.css.js +25 -25
- package/lib/internal/template/status-indicator/styles.scoped.css +47 -72
- package/lib/internal/template/status-indicator/styles.selectors.js +25 -25
- package/lib/internal/template/token/styles.css.js +14 -14
- package/lib/internal/template/token/styles.scoped.css +26 -30
- package/lib/internal/template/token/styles.selectors.js +14 -14
- package/lib/internal/template/tree-view/tree-item/styles.css.js +10 -10
- package/lib/internal/template/tree-view/tree-item/styles.scoped.css +14 -24
- package/lib/internal/template/tree-view/tree-item/styles.selectors.js +10 -10
- package/package.json +1 -1
|
@@ -142,26 +142,22 @@
|
|
|
142
142
|
*/
|
|
143
143
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
144
144
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
145
|
-
.
|
|
145
|
+
.awsui_link_1kosq_o77lq_145:not(#\9):after {
|
|
146
146
|
display: none;
|
|
147
147
|
}
|
|
148
148
|
|
|
149
|
-
.
|
|
150
|
-
.awsui_ghost-
|
|
149
|
+
.awsui_breadcrumb_1kosq_o77lq_149:not(#\9),
|
|
150
|
+
.awsui_ghost-breadcrumb_1kosq_o77lq_150:not(#\9) {
|
|
151
151
|
display: flex;
|
|
152
152
|
}
|
|
153
|
-
.
|
|
154
|
-
.awsui_ghost-
|
|
153
|
+
.awsui_breadcrumb_1kosq_o77lq_149 > .awsui_icon_1kosq_o77lq_153:not(#\9),
|
|
154
|
+
.awsui_ghost-breadcrumb_1kosq_o77lq_150 > .awsui_icon_1kosq_o77lq_153:not(#\9) {
|
|
155
155
|
margin-block: 0;
|
|
156
156
|
margin-inline: var(--space-xs-m9b7jf, 8px);
|
|
157
157
|
color: var(--color-text-breadcrumb-icon-bkucca, #687078);
|
|
158
158
|
}
|
|
159
|
-
.
|
|
160
|
-
.
|
|
161
|
-
margin-inline: var(--space-xxs-3o1yoq, 4px);
|
|
162
|
-
}
|
|
163
|
-
.awsui_breadcrumb_1kosq_i306g_149 > .awsui_anchor_1kosq_i306g_163:not(#\9),
|
|
164
|
-
.awsui_ghost-breadcrumb_1kosq_i306g_150 > .awsui_anchor_1kosq_i306g_163:not(#\9) {
|
|
159
|
+
.awsui_breadcrumb_1kosq_o77lq_149 > .awsui_anchor_1kosq_o77lq_159:not(#\9),
|
|
160
|
+
.awsui_ghost-breadcrumb_1kosq_o77lq_150 > .awsui_anchor_1kosq_o77lq_159:not(#\9) {
|
|
165
161
|
min-inline-size: 0;
|
|
166
162
|
overflow: hidden;
|
|
167
163
|
text-underline-offset: 0.25em;
|
|
@@ -178,42 +174,42 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
178
174
|
transition-duration: var(--motion-duration-refresh-only-medium-s8g1xv, 0ms);
|
|
179
175
|
}
|
|
180
176
|
@media (prefers-reduced-motion: reduce) {
|
|
181
|
-
.
|
|
182
|
-
.awsui_ghost-
|
|
177
|
+
.awsui_breadcrumb_1kosq_o77lq_149 > .awsui_anchor_1kosq_o77lq_159:not(#\9),
|
|
178
|
+
.awsui_ghost-breadcrumb_1kosq_o77lq_150 > .awsui_anchor_1kosq_o77lq_159:not(#\9) {
|
|
183
179
|
animation: none;
|
|
184
180
|
transition: none;
|
|
185
181
|
}
|
|
186
182
|
}
|
|
187
|
-
.awsui-motion-disabled .
|
|
183
|
+
.awsui-motion-disabled .awsui_breadcrumb_1kosq_o77lq_149 > .awsui_anchor_1kosq_o77lq_159:not(#\9), .awsui-mode-entering .awsui_breadcrumb_1kosq_o77lq_149 > .awsui_anchor_1kosq_o77lq_159:not(#\9), .awsui-motion-disabled .awsui_ghost-breadcrumb_1kosq_o77lq_150 > .awsui_anchor_1kosq_o77lq_159:not(#\9), .awsui-mode-entering .awsui_ghost-breadcrumb_1kosq_o77lq_150 > .awsui_anchor_1kosq_o77lq_159:not(#\9) {
|
|
188
184
|
animation: none;
|
|
189
185
|
transition: none;
|
|
190
186
|
}
|
|
191
|
-
.
|
|
192
|
-
.awsui_ghost-
|
|
187
|
+
.awsui_breadcrumb_1kosq_o77lq_149 > .awsui_anchor_1kosq_o77lq_159:not(#\9):hover,
|
|
188
|
+
.awsui_ghost-breadcrumb_1kosq_o77lq_150 > .awsui_anchor_1kosq_o77lq_159:not(#\9):hover {
|
|
193
189
|
cursor: pointer;
|
|
194
190
|
color: var(--awsui-style-color-hover-esndbs, var(--color-text-link-hover-n1r6g0, #0a4a74));
|
|
195
191
|
}
|
|
196
|
-
.
|
|
197
|
-
.awsui_ghost-
|
|
192
|
+
.awsui_breadcrumb_1kosq_o77lq_149 > .awsui_anchor_1kosq_o77lq_159:not(#\9):focus,
|
|
193
|
+
.awsui_ghost-breadcrumb_1kosq_o77lq_150 > .awsui_anchor_1kosq_o77lq_159:not(#\9):focus {
|
|
198
194
|
outline: none;
|
|
199
195
|
}
|
|
200
|
-
.
|
|
201
|
-
.awsui_ghost-
|
|
196
|
+
.awsui_breadcrumb_1kosq_o77lq_149 > .awsui_anchor_1kosq_o77lq_159:not(#\9):active,
|
|
197
|
+
.awsui_ghost-breadcrumb_1kosq_o77lq_150 > .awsui_anchor_1kosq_o77lq_159:not(#\9):active {
|
|
202
198
|
color: var(--awsui-style-color-active-esndbs, var(--color-text-link-hover-n1r6g0, #0a4a74));
|
|
203
199
|
}
|
|
204
|
-
.
|
|
200
|
+
.awsui_breadcrumb_1kosq_o77lq_149 > .awsui_anchor_1kosq_o77lq_159:not(#\9):active, .awsui_breadcrumb_1kosq_o77lq_149 > .awsui_anchor_1kosq_o77lq_159:not(#\9):focus, .awsui_breadcrumb_1kosq_o77lq_149 > .awsui_anchor_1kosq_o77lq_159:not(#\9):hover, .awsui_ghost-breadcrumb_1kosq_o77lq_150 > .awsui_anchor_1kosq_o77lq_159:not(#\9):active, .awsui_ghost-breadcrumb_1kosq_o77lq_150 > .awsui_anchor_1kosq_o77lq_159:not(#\9):focus, .awsui_ghost-breadcrumb_1kosq_o77lq_150 > .awsui_anchor_1kosq_o77lq_159:not(#\9):hover {
|
|
205
201
|
text-decoration-line: underline;
|
|
206
202
|
text-decoration-color: var(--color-text-link-decoration-hover-opkmr8, currentColor);
|
|
207
203
|
}
|
|
208
|
-
.
|
|
209
|
-
.awsui_ghost-
|
|
204
|
+
.awsui_breadcrumb_1kosq_o77lq_149 > .awsui_anchor_1kosq_o77lq_159 > .awsui_text_1kosq_o77lq_207:not(#\9),
|
|
205
|
+
.awsui_ghost-breadcrumb_1kosq_o77lq_150 > .awsui_anchor_1kosq_o77lq_159 > .awsui_text_1kosq_o77lq_207:not(#\9) {
|
|
210
206
|
overflow: hidden;
|
|
211
207
|
text-overflow: ellipsis;
|
|
212
208
|
white-space: nowrap;
|
|
213
209
|
display: block;
|
|
214
210
|
}
|
|
215
|
-
body[data-awsui-focus-visible=true] .
|
|
216
|
-
body[data-awsui-focus-visible=true] .awsui_ghost-
|
|
211
|
+
body[data-awsui-focus-visible=true] .awsui_breadcrumb_1kosq_o77lq_149 > .awsui_anchor_1kosq_o77lq_159:not(#\9):focus,
|
|
212
|
+
body[data-awsui-focus-visible=true] .awsui_ghost-breadcrumb_1kosq_o77lq_150 > .awsui_anchor_1kosq_o77lq_159:not(#\9):focus {
|
|
217
213
|
outline: thin dotted;
|
|
218
214
|
outline: var(--border-link-focus-ring-outline-wn9h6t, 5px auto Highlight);
|
|
219
215
|
outline-offset: 2px;
|
|
@@ -224,12 +220,12 @@ body[data-awsui-focus-visible=true] .awsui_ghost-breadcrumb_1kosq_i306g_150 > .a
|
|
|
224
220
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
225
221
|
box-shadow: 0 0 0 var(--border-link-focus-ring-shadow-spread-ggjunl, 0px) var(--color-border-item-focused-sewkzn, #0073bb);
|
|
226
222
|
}
|
|
227
|
-
.
|
|
228
|
-
.awsui_ghost-
|
|
223
|
+
.awsui_breadcrumb_1kosq_o77lq_149.awsui_last_1kosq_o77lq_226 > .awsui_icon_1kosq_o77lq_153:not(#\9),
|
|
224
|
+
.awsui_ghost-breadcrumb_1kosq_o77lq_150.awsui_last_1kosq_o77lq_226 > .awsui_icon_1kosq_o77lq_153:not(#\9) {
|
|
229
225
|
display: none;
|
|
230
226
|
}
|
|
231
|
-
.
|
|
232
|
-
.awsui_ghost-
|
|
227
|
+
.awsui_breadcrumb_1kosq_o77lq_149.awsui_last_1kosq_o77lq_226 > .awsui_anchor_1kosq_o77lq_159:not(#\9),
|
|
228
|
+
.awsui_ghost-breadcrumb_1kosq_o77lq_150.awsui_last_1kosq_o77lq_226 > .awsui_anchor_1kosq_o77lq_159:not(#\9) {
|
|
233
229
|
color: var(--color-text-breadcrumb-current-iukxuf, #687078);
|
|
234
230
|
font-weight: var(--font-weight-breadcrumb-current-7sfze6, 700);
|
|
235
231
|
text-decoration: none;
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"link": "
|
|
6
|
-
"breadcrumb": "
|
|
7
|
-
"ghost-breadcrumb": "awsui_ghost-
|
|
8
|
-
"icon": "
|
|
9
|
-
"anchor": "
|
|
10
|
-
"text": "
|
|
11
|
-
"last": "
|
|
5
|
+
"link": "awsui_link_1kosq_o77lq_145",
|
|
6
|
+
"breadcrumb": "awsui_breadcrumb_1kosq_o77lq_149",
|
|
7
|
+
"ghost-breadcrumb": "awsui_ghost-breadcrumb_1kosq_o77lq_150",
|
|
8
|
+
"icon": "awsui_icon_1kosq_o77lq_153",
|
|
9
|
+
"anchor": "awsui_anchor_1kosq_o77lq_159",
|
|
10
|
+
"text": "awsui_text_1kosq_o77lq_207",
|
|
11
|
+
"last": "awsui_last_1kosq_o77lq_226"
|
|
12
12
|
};
|
|
13
13
|
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"breadcrumb-group": "awsui_breadcrumb-
|
|
5
|
-
"breadcrumb-group-list": "awsui_breadcrumb-group-
|
|
6
|
-
"ghost": "
|
|
7
|
-
"item": "
|
|
8
|
-
"ghost-item": "awsui_ghost-
|
|
9
|
-
"ellipsis": "
|
|
10
|
-
"hide": "
|
|
11
|
-
"visible": "
|
|
12
|
-
"icon": "
|
|
13
|
-
"breadcrumbs-skeleton": "awsui_breadcrumbs-
|
|
14
|
-
"collapsed-button": "awsui_collapsed-
|
|
15
|
-
"button-icon": "awsui_button-
|
|
16
|
-
"button-icon-open": "awsui_button-icon-
|
|
17
|
-
"hidden": "
|
|
4
|
+
"breadcrumb-group": "awsui_breadcrumb-group_d19fg_1fhhd_145",
|
|
5
|
+
"breadcrumb-group-list": "awsui_breadcrumb-group-list_d19fg_1fhhd_180",
|
|
6
|
+
"ghost": "awsui_ghost_d19fg_1fhhd_191",
|
|
7
|
+
"item": "awsui_item_d19fg_1fhhd_196",
|
|
8
|
+
"ghost-item": "awsui_ghost-item_d19fg_1fhhd_197",
|
|
9
|
+
"ellipsis": "awsui_ellipsis_d19fg_1fhhd_198",
|
|
10
|
+
"hide": "awsui_hide_d19fg_1fhhd_209",
|
|
11
|
+
"visible": "awsui_visible_d19fg_1fhhd_215",
|
|
12
|
+
"icon": "awsui_icon_d19fg_1fhhd_219",
|
|
13
|
+
"breadcrumbs-skeleton": "awsui_breadcrumbs-skeleton_d19fg_1fhhd_225",
|
|
14
|
+
"collapsed-button": "awsui_collapsed-button_d19fg_1fhhd_229",
|
|
15
|
+
"button-icon": "awsui_button-icon_d19fg_1fhhd_311",
|
|
16
|
+
"button-icon-open": "awsui_button-icon-open_d19fg_1fhhd_325",
|
|
17
|
+
"hidden": "awsui_hidden_d19fg_1fhhd_329"
|
|
18
18
|
};
|
|
19
19
|
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
*/
|
|
143
143
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
144
144
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
145
|
-
.awsui_breadcrumb-
|
|
145
|
+
.awsui_breadcrumb-group_d19fg_1fhhd_145:not(#\9) {
|
|
146
146
|
border-collapse: separate;
|
|
147
147
|
border-spacing: 0;
|
|
148
148
|
box-sizing: border-box;
|
|
@@ -177,7 +177,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
177
177
|
padding-block: var(--space-xxs-3o1yoq, 4px);
|
|
178
178
|
padding-inline: 0;
|
|
179
179
|
}
|
|
180
|
-
.awsui_breadcrumb-
|
|
180
|
+
.awsui_breadcrumb-group_d19fg_1fhhd_145 > .awsui_breadcrumb-group-list_d19fg_1fhhd_180:not(#\9) {
|
|
181
181
|
display: flex;
|
|
182
182
|
align-items: center;
|
|
183
183
|
padding-block: 0;
|
|
@@ -188,48 +188,45 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
188
188
|
inline-size: 100%;
|
|
189
189
|
flex-wrap: nowrap;
|
|
190
190
|
}
|
|
191
|
-
.awsui_breadcrumb-
|
|
191
|
+
.awsui_breadcrumb-group_d19fg_1fhhd_145 > .awsui_breadcrumb-group-list_d19fg_1fhhd_180.awsui_ghost_d19fg_1fhhd_191:not(#\9) {
|
|
192
192
|
flex-wrap: wrap;
|
|
193
193
|
position: absolute;
|
|
194
194
|
inset-inline-start: -9000px;
|
|
195
195
|
}
|
|
196
|
-
.awsui_breadcrumb-
|
|
197
|
-
.awsui_breadcrumb-
|
|
198
|
-
.awsui_breadcrumb-
|
|
196
|
+
.awsui_breadcrumb-group_d19fg_1fhhd_145 > .awsui_breadcrumb-group-list_d19fg_1fhhd_180 > .awsui_item_d19fg_1fhhd_196:not(#\9),
|
|
197
|
+
.awsui_breadcrumb-group_d19fg_1fhhd_145 > .awsui_breadcrumb-group-list_d19fg_1fhhd_180 > .awsui_ghost-item_d19fg_1fhhd_197:not(#\9),
|
|
198
|
+
.awsui_breadcrumb-group_d19fg_1fhhd_145 > .awsui_breadcrumb-group-list_d19fg_1fhhd_180 > .awsui_ellipsis_d19fg_1fhhd_198:not(#\9) {
|
|
199
199
|
display: inline-block;
|
|
200
200
|
padding-block: 0;
|
|
201
201
|
padding-inline: 0;
|
|
202
202
|
margin-block: 0;
|
|
203
203
|
margin-inline: 0;
|
|
204
204
|
}
|
|
205
|
-
.awsui_breadcrumb-
|
|
205
|
+
.awsui_breadcrumb-group_d19fg_1fhhd_145 > .awsui_breadcrumb-group-list_d19fg_1fhhd_180 > .awsui_item_d19fg_1fhhd_196:not(#\9):last-child {
|
|
206
206
|
flex-shrink: 1;
|
|
207
207
|
min-inline-size: 0;
|
|
208
208
|
}
|
|
209
|
-
.awsui_breadcrumb-
|
|
209
|
+
.awsui_breadcrumb-group_d19fg_1fhhd_145 > .awsui_breadcrumb-group-list_d19fg_1fhhd_180 > .awsui_item_d19fg_1fhhd_196.awsui_hide_d19fg_1fhhd_209:not(#\9) {
|
|
210
210
|
display: none;
|
|
211
211
|
}
|
|
212
|
-
.awsui_breadcrumb-
|
|
212
|
+
.awsui_breadcrumb-group_d19fg_1fhhd_145 > .awsui_breadcrumb-group-list_d19fg_1fhhd_180 > .awsui_ellipsis_d19fg_1fhhd_198:not(#\9) {
|
|
213
213
|
display: none;
|
|
214
214
|
}
|
|
215
|
-
.awsui_breadcrumb-
|
|
215
|
+
.awsui_breadcrumb-group_d19fg_1fhhd_145 > .awsui_breadcrumb-group-list_d19fg_1fhhd_180 > .awsui_ellipsis_d19fg_1fhhd_198.awsui_visible_d19fg_1fhhd_215:not(#\9) {
|
|
216
216
|
display: flex;
|
|
217
217
|
flex-shrink: 0;
|
|
218
218
|
}
|
|
219
|
-
.awsui_breadcrumb-
|
|
219
|
+
.awsui_breadcrumb-group_d19fg_1fhhd_145 > .awsui_breadcrumb-group-list_d19fg_1fhhd_180 > .awsui_ellipsis_d19fg_1fhhd_198 > .awsui_icon_d19fg_1fhhd_219:not(#\9) {
|
|
220
220
|
margin-block: 0;
|
|
221
221
|
margin-inline: 10px;
|
|
222
222
|
color: var(--color-text-breadcrumb-icon-bkucca, #687078);
|
|
223
223
|
}
|
|
224
|
-
.awsui-one-theme .awsui_breadcrumb-group_d19fg_w4egs_145 > .awsui_breadcrumb-group-list_d19fg_w4egs_180 > .awsui_ellipsis_d19fg_w4egs_198 > .awsui_icon_d19fg_w4egs_219:not(#\9) {
|
|
225
|
-
margin-inline: var(--space-xxs-3o1yoq, 4px);
|
|
226
|
-
}
|
|
227
224
|
|
|
228
|
-
.awsui_breadcrumbs-
|
|
225
|
+
.awsui_breadcrumbs-skeleton_d19fg_1fhhd_225:not(#\9) {
|
|
229
226
|
display: none;
|
|
230
227
|
}
|
|
231
228
|
|
|
232
|
-
.awsui_collapsed-
|
|
229
|
+
.awsui_collapsed-button_d19fg_1fhhd_229:not(#\9) {
|
|
233
230
|
border-collapse: separate;
|
|
234
231
|
border-spacing: 0;
|
|
235
232
|
box-sizing: border-box;
|
|
@@ -276,14 +273,14 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
276
273
|
gap: var(--space-xxs-3o1yoq, 4px);
|
|
277
274
|
max-inline-size: 100%;
|
|
278
275
|
}
|
|
279
|
-
body[data-awsui-focus-visible=true] .awsui_collapsed-
|
|
276
|
+
body[data-awsui-focus-visible=true] .awsui_collapsed-button_d19fg_1fhhd_229:not(#\9):focus {
|
|
280
277
|
position: relative;
|
|
281
278
|
}
|
|
282
|
-
body[data-awsui-focus-visible=true] .awsui_collapsed-
|
|
279
|
+
body[data-awsui-focus-visible=true] .awsui_collapsed-button_d19fg_1fhhd_229:not(#\9):focus {
|
|
283
280
|
outline: 2px dotted transparent;
|
|
284
281
|
outline-offset: calc(var(--space-button-focus-outline-gutter-dzjnny, 3px) - 1px);
|
|
285
282
|
}
|
|
286
|
-
body[data-awsui-focus-visible=true] .awsui_collapsed-
|
|
283
|
+
body[data-awsui-focus-visible=true] .awsui_collapsed-button_d19fg_1fhhd_229:not(#\9):focus::before {
|
|
287
284
|
content: " ";
|
|
288
285
|
display: block;
|
|
289
286
|
position: absolute;
|
|
@@ -297,38 +294,38 @@ body[data-awsui-focus-visible=true] .awsui_collapsed-button_d19fg_w4egs_232:not(
|
|
|
297
294
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-akwhsf, 2px);
|
|
298
295
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-sewkzn, #0073bb);
|
|
299
296
|
}
|
|
300
|
-
.awsui_collapsed-
|
|
297
|
+
.awsui_collapsed-button_d19fg_1fhhd_229:not(#\9):hover {
|
|
301
298
|
color: var(--color-text-interactive-hover-zj1911, #16191f);
|
|
302
299
|
}
|
|
303
|
-
.awsui_collapsed-
|
|
300
|
+
.awsui_collapsed-button_d19fg_1fhhd_229 > :not(#\9):last-child {
|
|
304
301
|
color: var(--color-text-breadcrumb-current-iukxuf, #687078);
|
|
305
302
|
font-weight: var(--font-weight-breadcrumb-current-7sfze6, 700);
|
|
306
303
|
white-space: nowrap;
|
|
307
304
|
overflow: hidden;
|
|
308
305
|
text-overflow: ellipsis;
|
|
309
306
|
}
|
|
310
|
-
.awsui_collapsed-
|
|
307
|
+
.awsui_collapsed-button_d19fg_1fhhd_229 > :not(#\9):last-child:hover {
|
|
311
308
|
color: var(--color-text-interactive-hover-zj1911, #16191f);
|
|
312
309
|
}
|
|
313
310
|
|
|
314
|
-
.awsui_button-
|
|
311
|
+
.awsui_button-icon_d19fg_1fhhd_311:not(#\9) {
|
|
315
312
|
transform: rotate(0deg);
|
|
316
313
|
transition: transform var(--motion-duration-rotate-180-69rh8b, 135ms) var(--motion-easing-rotate-180-nmpsiw, cubic-bezier(0.165, 0.84, 0.44, 1));
|
|
317
314
|
}
|
|
318
315
|
@media (prefers-reduced-motion: reduce) {
|
|
319
|
-
.awsui_button-
|
|
316
|
+
.awsui_button-icon_d19fg_1fhhd_311:not(#\9) {
|
|
320
317
|
animation: none;
|
|
321
318
|
transition: none;
|
|
322
319
|
}
|
|
323
320
|
}
|
|
324
|
-
.awsui-motion-disabled .awsui_button-
|
|
321
|
+
.awsui-motion-disabled .awsui_button-icon_d19fg_1fhhd_311:not(#\9), .awsui-mode-entering .awsui_button-icon_d19fg_1fhhd_311:not(#\9) {
|
|
325
322
|
animation: none;
|
|
326
323
|
transition: none;
|
|
327
324
|
}
|
|
328
|
-
.awsui_button-icon-
|
|
325
|
+
.awsui_button-icon-open_d19fg_1fhhd_325:not(#\9) {
|
|
329
326
|
transform: rotate(-180deg);
|
|
330
327
|
}
|
|
331
328
|
|
|
332
|
-
.
|
|
329
|
+
.awsui_hidden_d19fg_1fhhd_329:not(#\9) {
|
|
333
330
|
display: none;
|
|
334
331
|
}
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"breadcrumb-group": "awsui_breadcrumb-
|
|
6
|
-
"breadcrumb-group-list": "awsui_breadcrumb-group-
|
|
7
|
-
"ghost": "
|
|
8
|
-
"item": "
|
|
9
|
-
"ghost-item": "awsui_ghost-
|
|
10
|
-
"ellipsis": "
|
|
11
|
-
"hide": "
|
|
12
|
-
"visible": "
|
|
13
|
-
"icon": "
|
|
14
|
-
"breadcrumbs-skeleton": "awsui_breadcrumbs-
|
|
15
|
-
"collapsed-button": "awsui_collapsed-
|
|
16
|
-
"button-icon": "awsui_button-
|
|
17
|
-
"button-icon-open": "awsui_button-icon-
|
|
18
|
-
"hidden": "
|
|
5
|
+
"breadcrumb-group": "awsui_breadcrumb-group_d19fg_1fhhd_145",
|
|
6
|
+
"breadcrumb-group-list": "awsui_breadcrumb-group-list_d19fg_1fhhd_180",
|
|
7
|
+
"ghost": "awsui_ghost_d19fg_1fhhd_191",
|
|
8
|
+
"item": "awsui_item_d19fg_1fhhd_196",
|
|
9
|
+
"ghost-item": "awsui_ghost-item_d19fg_1fhhd_197",
|
|
10
|
+
"ellipsis": "awsui_ellipsis_d19fg_1fhhd_198",
|
|
11
|
+
"hide": "awsui_hide_d19fg_1fhhd_209",
|
|
12
|
+
"visible": "awsui_visible_d19fg_1fhhd_215",
|
|
13
|
+
"icon": "awsui_icon_d19fg_1fhhd_219",
|
|
14
|
+
"breadcrumbs-skeleton": "awsui_breadcrumbs-skeleton_d19fg_1fhhd_225",
|
|
15
|
+
"collapsed-button": "awsui_collapsed-button_d19fg_1fhhd_229",
|
|
16
|
+
"button-icon": "awsui_button-icon_d19fg_1fhhd_311",
|
|
17
|
+
"button-icon-open": "awsui_button-icon-open_d19fg_1fhhd_325",
|
|
18
|
+
"hidden": "awsui_hidden_d19fg_1fhhd_329"
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -17,7 +17,7 @@ function IconWrapper({ iconName, iconUrl, iconAlt, iconSvg, iconSize, badge, ...
|
|
|
17
17
|
}
|
|
18
18
|
export function LeftIcon(props) {
|
|
19
19
|
if (props.loading) {
|
|
20
|
-
return React.createElement(InternalSpinner, { className: clsx(styles.icon, styles['icon-left']) });
|
|
20
|
+
return React.createElement(InternalSpinner, { variant: "disabled", className: clsx(styles.icon, styles['icon-left']) });
|
|
21
21
|
}
|
|
22
22
|
else if (getIconAlign(props) === 'left') {
|
|
23
23
|
return React.createElement(IconWrapper, { ...props });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icon-helper.js","sourceRoot":"","sources":["../../../src/button/icon-helper.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,IAAI,MAAM,MAAM,CAAC;AAGxB,OAAO,YAAY,MAAM,kBAAkB,CAAC;AAC5C,OAAO,eAAe,MAAM,qBAAqB,CAAC;AAGlD,OAAO,MAAM,MAAM,iBAAiB,CAAC;AAerC,SAAS,YAAY,CAAC,KAAsB;IAC1C,MAAM,UAAU,GAAG,KAAK,CAAC,OAAO,KAAK,MAAM,IAAI,KAAK,CAAC,OAAO,KAAK,aAAa,CAAC;IAE/E,OAAO,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC;AAC/C,CAAC;AAED,SAAS,WAAW,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,GAAG,KAAK,EAAmB;IACtG,IAAI,CAAC,QAAQ,IAAI,CAAC,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;QACtC,OAAO,IAAI,CAAC;IACd,CAAC;IAED,OAAO,CACL,oBAAC,YAAY,IACX,SAAS,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,QAAQ,YAAY,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,EACpF,IAAI,EAAE,QAAQ,EACd,GAAG,EAAE,OAAO,EACZ,GAAG,EAAE,OAAO,EACZ,GAAG,EAAE,OAAO,EACZ,IAAI,EAAE,QAAQ,EACd,KAAK,EAAE,KAAK,GACZ,CACH,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,QAAQ,CAAC,KAAsB;IAC7C,IAAI,KAAK,CAAC,OAAO,EAAE,CAAC;QAClB,OAAO,oBAAC,eAAe,IAAC,SAAS,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,WAAW,CAAC,CAAC,GAAI,CAAC;
|
|
1
|
+
{"version":3,"file":"icon-helper.js","sourceRoot":"","sources":["../../../src/button/icon-helper.tsx"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,IAAI,MAAM,MAAM,CAAC;AAGxB,OAAO,YAAY,MAAM,kBAAkB,CAAC;AAC5C,OAAO,eAAe,MAAM,qBAAqB,CAAC;AAGlD,OAAO,MAAM,MAAM,iBAAiB,CAAC;AAerC,SAAS,YAAY,CAAC,KAAsB;IAC1C,MAAM,UAAU,GAAG,KAAK,CAAC,OAAO,KAAK,MAAM,IAAI,KAAK,CAAC,OAAO,KAAK,aAAa,CAAC;IAE/E,OAAO,UAAU,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC;AAC/C,CAAC;AAED,SAAS,WAAW,CAAC,EAAE,QAAQ,EAAE,OAAO,EAAE,OAAO,EAAE,OAAO,EAAE,QAAQ,EAAE,KAAK,EAAE,GAAG,KAAK,EAAmB;IACtG,IAAI,CAAC,QAAQ,IAAI,CAAC,OAAO,IAAI,CAAC,OAAO,EAAE,CAAC;QACtC,OAAO,IAAI,CAAC;IACd,CAAC;IAED,OAAO,CACL,oBAAC,YAAY,IACX,SAAS,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,QAAQ,YAAY,CAAC,KAAK,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,EACpF,IAAI,EAAE,QAAQ,EACd,GAAG,EAAE,OAAO,EACZ,GAAG,EAAE,OAAO,EACZ,GAAG,EAAE,OAAO,EACZ,IAAI,EAAE,QAAQ,EACd,KAAK,EAAE,KAAK,GACZ,CACH,CAAC;AACJ,CAAC;AAED,MAAM,UAAU,QAAQ,CAAC,KAAsB;IAC7C,IAAI,KAAK,CAAC,OAAO,EAAE,CAAC;QAClB,OAAO,oBAAC,eAAe,IAAC,OAAO,EAAC,UAAU,EAAC,SAAS,EAAE,IAAI,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,CAAC,WAAW,CAAC,CAAC,GAAI,CAAC;IACnG,CAAC;SAAM,IAAI,YAAY,CAAC,KAAK,CAAC,KAAK,MAAM,EAAE,CAAC;QAC1C,OAAO,oBAAC,WAAW,OAAK,KAAK,GAAI,CAAC;IACpC,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC;AAED,MAAM,UAAU,SAAS,CAAC,KAAsB;IAC9C,IAAI,YAAY,CAAC,KAAK,CAAC,KAAK,OAAO,EAAE,CAAC;QACpC,OAAO,oBAAC,WAAW,OAAK,KAAK,GAAI,CAAC;IACpC,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport * as React from 'react';\nimport clsx from 'clsx';\n\nimport { IconProps } from '../icon/interfaces';\nimport InternalIcon from '../icon/internal';\nimport InternalSpinner from '../spinner/internal';\nimport { ButtonProps } from './interfaces';\n\nimport styles from './styles.css.js';\n\nexport interface ButtonIconProps {\n loading?: boolean;\n iconName?: ButtonProps['iconName'];\n iconAlign?: ButtonProps['iconAlign'];\n iconUrl?: string;\n iconSvg?: React.ReactNode;\n iconAlt?: string;\n iconSize?: IconProps.Size;\n variant?: string;\n iconClass?: string;\n badge?: boolean;\n}\n\nfunction getIconAlign(props: ButtonIconProps) {\n const standalone = props.variant === 'icon' || props.variant === 'inline-icon';\n\n return standalone ? 'left' : props.iconAlign;\n}\n\nfunction IconWrapper({ iconName, iconUrl, iconAlt, iconSvg, iconSize, badge, ...props }: ButtonIconProps) {\n if (!iconName && !iconUrl && !iconSvg) {\n return null;\n }\n\n return (\n <InternalIcon\n className={clsx(styles.icon, styles[`icon-${getIconAlign(props)}`], props.iconClass)}\n name={iconName}\n url={iconUrl}\n svg={iconSvg}\n alt={iconAlt}\n size={iconSize}\n badge={badge}\n />\n );\n}\n\nexport function LeftIcon(props: ButtonIconProps) {\n if (props.loading) {\n return <InternalSpinner variant=\"disabled\" className={clsx(styles.icon, styles['icon-left'])} />;\n } else if (getIconAlign(props) === 'left') {\n return <IconWrapper {...props} />;\n }\n return null;\n}\n\nexport function RightIcon(props: ButtonIconProps) {\n if (getIconAlign(props) === 'right') {\n return <IconWrapper {...props} />;\n }\n return null;\n}\n"]}
|
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"header": "
|
|
5
|
-
"disabled": "
|
|
6
|
-
"no-content-styling": "awsui_no-content-
|
|
7
|
-
"expandable-header": "awsui_expandable-
|
|
8
|
-
"rolled-down": "awsui_rolled-
|
|
9
|
-
"highlighted": "
|
|
10
|
-
"is-focused": "awsui_is-
|
|
11
|
-
"visual-refresh": "awsui_visual-
|
|
12
|
-
"category": "
|
|
13
|
-
"expandable": "
|
|
14
|
-
"variant-navigation": "awsui_variant-
|
|
15
|
-
"expand-icon": "awsui_expand-
|
|
16
|
-
"expand-icon-up": "awsui_expand-icon-
|
|
17
|
-
"expand-icon-right": "awsui_expand-icon-
|
|
18
|
-
"items-list-container": "awsui_items-list-
|
|
19
|
-
"in-dropdown": "awsui_in-
|
|
20
|
-
"icon-wrapper": "awsui_icon-
|
|
21
|
-
"header-content": "awsui_header-
|
|
4
|
+
"header": "awsui_header_16mm3_176g9_145",
|
|
5
|
+
"disabled": "awsui_disabled_16mm3_176g9_161",
|
|
6
|
+
"no-content-styling": "awsui_no-content-styling_16mm3_176g9_165",
|
|
7
|
+
"expandable-header": "awsui_expandable-header_16mm3_176g9_171",
|
|
8
|
+
"rolled-down": "awsui_rolled-down_16mm3_176g9_182",
|
|
9
|
+
"highlighted": "awsui_highlighted_16mm3_176g9_185",
|
|
10
|
+
"is-focused": "awsui_is-focused_16mm3_176g9_208",
|
|
11
|
+
"visual-refresh": "awsui_visual-refresh_16mm3_176g9_211",
|
|
12
|
+
"category": "awsui_category_16mm3_176g9_215",
|
|
13
|
+
"expandable": "awsui_expandable_16mm3_176g9_171",
|
|
14
|
+
"variant-navigation": "awsui_variant-navigation_16mm3_176g9_230",
|
|
15
|
+
"expand-icon": "awsui_expand-icon_16mm3_176g9_237",
|
|
16
|
+
"expand-icon-up": "awsui_expand-icon-up_16mm3_176g9_255",
|
|
17
|
+
"expand-icon-right": "awsui_expand-icon-right_16mm3_176g9_258",
|
|
18
|
+
"items-list-container": "awsui_items-list-container_16mm3_176g9_266",
|
|
19
|
+
"in-dropdown": "awsui_in-dropdown_16mm3_176g9_275",
|
|
20
|
+
"icon-wrapper": "awsui_icon-wrapper_16mm3_176g9_279",
|
|
21
|
+
"header-content": "awsui_header-content_16mm3_176g9_283"
|
|
22
22
|
};
|
|
23
23
|
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
*/
|
|
143
143
|
/* Style used for links in slots/components that are text heavy, to help links stand out among
|
|
144
144
|
surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F73#description */
|
|
145
|
-
.
|
|
145
|
+
.awsui_header_16mm3_176g9_145:not(#\9) {
|
|
146
146
|
position: relative;
|
|
147
147
|
margin-block: 0;
|
|
148
148
|
margin-inline: 0;
|
|
@@ -158,31 +158,31 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
158
158
|
padding-inline: calc(var(--space-button-horizontal-ojp1rq, 20px) + var(--border-item-width-pyfg4s, 1px));
|
|
159
159
|
z-index: 1;
|
|
160
160
|
}
|
|
161
|
-
.
|
|
161
|
+
.awsui_header_16mm3_176g9_145.awsui_disabled_16mm3_176g9_161:not(#\9) {
|
|
162
162
|
color: var(--color-text-dropdown-item-disabled-2udtn0, #aab7b8);
|
|
163
163
|
cursor: default;
|
|
164
164
|
}
|
|
165
|
-
.
|
|
165
|
+
.awsui_header_16mm3_176g9_145.awsui_no-content-styling_16mm3_176g9_165:not(#\9) {
|
|
166
166
|
padding-block: calc(var(--border-item-width-pyfg4s, 1px) - var(--border-divider-list-width-2qbfmz, 1px));
|
|
167
167
|
padding-inline: var(--border-item-width-pyfg4s, 1px);
|
|
168
168
|
font-weight: var(--font-weight-normal-fr92v6, 400);
|
|
169
169
|
color: inherit;
|
|
170
170
|
}
|
|
171
|
-
.
|
|
171
|
+
.awsui_header_16mm3_176g9_145.awsui_expandable-header_16mm3_176g9_171:not(#\9) {
|
|
172
172
|
border-block-start-color: var(--color-border-dropdown-group-y5droz, #eaeded);
|
|
173
173
|
border-block-end-color: var(--color-border-dropdown-group-y5droz, #eaeded);
|
|
174
174
|
cursor: pointer;
|
|
175
175
|
}
|
|
176
|
-
.
|
|
176
|
+
.awsui_header_16mm3_176g9_145.awsui_expandable-header_16mm3_176g9_171.awsui_disabled_16mm3_176g9_161:not(#\9) {
|
|
177
177
|
cursor: default;
|
|
178
178
|
}
|
|
179
|
-
.
|
|
179
|
+
.awsui_header_16mm3_176g9_145.awsui_expandable-header_16mm3_176g9_171:not(#\9):focus {
|
|
180
180
|
outline: none;
|
|
181
181
|
}
|
|
182
|
-
.
|
|
182
|
+
.awsui_header_16mm3_176g9_145.awsui_expandable-header_16mm3_176g9_171.awsui_rolled-down_16mm3_176g9_182:not(#\9) {
|
|
183
183
|
border-block-end-color: transparent;
|
|
184
184
|
}
|
|
185
|
-
.
|
|
185
|
+
.awsui_header_16mm3_176g9_145.awsui_expandable-header_16mm3_176g9_171.awsui_highlighted_16mm3_176g9_185:not(#\9) {
|
|
186
186
|
background-color: var(--color-background-dropdown-item-hover-pvfsrg, #f2f3f3);
|
|
187
187
|
color: var(--color-text-dropdown-item-highlighted-dikwgu, #16191f);
|
|
188
188
|
padding-block: var(--space-option-padding-vertical-hggcse, 4px);
|
|
@@ -195,46 +195,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
195
195
|
border-end-end-radius: var(--border-radius-item-mitz8h, 0px);
|
|
196
196
|
z-index: 2;
|
|
197
197
|
}
|
|
198
|
-
.
|
|
198
|
+
.awsui_header_16mm3_176g9_145.awsui_expandable-header_16mm3_176g9_171.awsui_highlighted_16mm3_176g9_185.awsui_no-content-styling_16mm3_176g9_165:not(#\9) {
|
|
199
199
|
padding-block: 0;
|
|
200
200
|
padding-inline: 0;
|
|
201
201
|
color: inherit;
|
|
202
202
|
}
|
|
203
|
-
.
|
|
203
|
+
.awsui_header_16mm3_176g9_145.awsui_expandable-header_16mm3_176g9_171.awsui_highlighted_16mm3_176g9_185.awsui_disabled_16mm3_176g9_161:not(#\9) {
|
|
204
204
|
background-color: var(--color-background-dropdown-item-dimmed-vz24i5, transparent);
|
|
205
205
|
border-color: var(--color-border-dropdown-item-dimmed-hover-54pdcr, #879596);
|
|
206
206
|
color: var(--color-text-dropdown-item-dimmed-asp9ue, #aab7b8);
|
|
207
207
|
}
|
|
208
|
-
.
|
|
208
|
+
.awsui_header_16mm3_176g9_145.awsui_expandable-header_16mm3_176g9_171.awsui_highlighted_16mm3_176g9_185.awsui_is-focused_16mm3_176g9_208:not(#\9) {
|
|
209
209
|
border-color: var(--color-border-dropdown-item-focused-y1x3ts, #0073bb);
|
|
210
210
|
}
|
|
211
|
-
.
|
|
211
|
+
.awsui_header_16mm3_176g9_145.awsui_expandable-header_16mm3_176g9_171.awsui_highlighted_16mm3_176g9_185.awsui_is-focused_16mm3_176g9_208:not(#\9):not(.awsui_visual-refresh_16mm3_176g9_211) {
|
|
212
212
|
box-shadow: inset 0 0 0 var(--border-control-focus-ring-shadow-spread-iijyo6, 1px) var(--color-border-item-focused-sewkzn, #0073bb);
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
.
|
|
215
|
+
.awsui_category_16mm3_176g9_215:not(#\9) {
|
|
216
216
|
list-style: none;
|
|
217
217
|
margin-block-start: calc(-1 * var(--border-divider-list-width-2qbfmz, 1px));
|
|
218
218
|
padding-block: 0;
|
|
219
219
|
padding-inline: 0;
|
|
220
220
|
}
|
|
221
|
-
.
|
|
221
|
+
.awsui_category_16mm3_176g9_215:not(#\9):first-child {
|
|
222
222
|
margin-block-start: 0;
|
|
223
223
|
}
|
|
224
|
-
.
|
|
224
|
+
.awsui_category_16mm3_176g9_215.awsui_expandable_16mm3_176g9_171:not(#\9) {
|
|
225
225
|
border-block-start: 0;
|
|
226
226
|
}
|
|
227
|
-
.
|
|
227
|
+
.awsui_category_16mm3_176g9_215:not(#\9):last-child {
|
|
228
228
|
border-block-end: none;
|
|
229
229
|
}
|
|
230
|
-
.
|
|
230
|
+
.awsui_category_16mm3_176g9_215.awsui_variant-navigation_16mm3_176g9_230:not(#\9) {
|
|
231
231
|
padding-block-start: var(--space-xxs-3o1yoq, 4px);
|
|
232
232
|
}
|
|
233
|
-
.
|
|
233
|
+
.awsui_category_16mm3_176g9_215.awsui_variant-navigation_16mm3_176g9_230.awsui_expandable_16mm3_176g9_171:not(#\9) {
|
|
234
234
|
padding-block-start: 0;
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
.awsui_expand-
|
|
237
|
+
.awsui_expand-icon_16mm3_176g9_237:not(#\9) {
|
|
238
238
|
position: relative;
|
|
239
239
|
inset-inline-end: calc(-1 * var(--space-s-kll7oj, 12px));
|
|
240
240
|
inline-size: var(--space-m-n8iq8o, 16px);
|
|
@@ -242,32 +242,28 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
242
242
|
margin-inline-start: auto;
|
|
243
243
|
transition: transform var(--motion-duration-rotate-180-69rh8b, 135ms) var(--motion-easing-rotate-180-nmpsiw, cubic-bezier(0.165, 0.84, 0.44, 1));
|
|
244
244
|
}
|
|
245
|
-
.awsui-one-theme .awsui_expand-icon_16mm3_6pcbo_237:not(#\9) {
|
|
246
|
-
inset-inline-end: calc(-1 * var(--space-xs-m9b7jf, 8px));
|
|
247
|
-
inline-size: var(--space-s-kll7oj, 12px);
|
|
248
|
-
}
|
|
249
245
|
@media (prefers-reduced-motion: reduce) {
|
|
250
|
-
.awsui_expand-
|
|
246
|
+
.awsui_expand-icon_16mm3_176g9_237:not(#\9) {
|
|
251
247
|
animation: none;
|
|
252
248
|
transition: none;
|
|
253
249
|
}
|
|
254
250
|
}
|
|
255
|
-
.awsui-motion-disabled .awsui_expand-
|
|
251
|
+
.awsui-motion-disabled .awsui_expand-icon_16mm3_176g9_237:not(#\9), .awsui-mode-entering .awsui_expand-icon_16mm3_176g9_237:not(#\9) {
|
|
256
252
|
animation: none;
|
|
257
253
|
transition: none;
|
|
258
254
|
}
|
|
259
|
-
.awsui_expand-icon-
|
|
255
|
+
.awsui_expand-icon-up_16mm3_176g9_255:not(#\9) {
|
|
260
256
|
transform: rotate(-180deg);
|
|
261
257
|
}
|
|
262
|
-
.awsui_expand-icon-
|
|
258
|
+
.awsui_expand-icon-right_16mm3_176g9_258:not(#\9) {
|
|
263
259
|
transform: rotate(-90deg);
|
|
264
260
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
265
261
|
}
|
|
266
|
-
.awsui_expand-icon-
|
|
262
|
+
.awsui_expand-icon-right_16mm3_176g9_258:not(#\9):dir(rtl) {
|
|
267
263
|
transform: rotate(90deg);
|
|
268
264
|
}
|
|
269
265
|
|
|
270
|
-
.awsui_items-list-
|
|
266
|
+
.awsui_items-list-container_16mm3_176g9_266:not(#\9) {
|
|
271
267
|
padding-block: 0;
|
|
272
268
|
padding-inline: 0;
|
|
273
269
|
margin-block-start: -1px;
|
|
@@ -276,15 +272,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
276
272
|
overflow-y: auto;
|
|
277
273
|
}
|
|
278
274
|
|
|
279
|
-
.awsui_in-
|
|
275
|
+
.awsui_in-dropdown_16mm3_176g9_275:not(#\9) {
|
|
280
276
|
margin-block-end: -1px;
|
|
281
277
|
}
|
|
282
278
|
|
|
283
|
-
.awsui_icon-
|
|
279
|
+
.awsui_icon-wrapper_16mm3_176g9_279:not(#\9) {
|
|
284
280
|
margin-inline-end: var(--space-xxs-3o1yoq, 4px);
|
|
285
281
|
}
|
|
286
282
|
|
|
287
|
-
.awsui_header-
|
|
283
|
+
.awsui_header-content_16mm3_176g9_283:not(#\9) {
|
|
288
284
|
display: flex;
|
|
289
285
|
align-items: center;
|
|
290
286
|
}
|
|
@@ -2,23 +2,23 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"header": "
|
|
6
|
-
"disabled": "
|
|
7
|
-
"no-content-styling": "awsui_no-content-
|
|
8
|
-
"expandable-header": "awsui_expandable-
|
|
9
|
-
"rolled-down": "awsui_rolled-
|
|
10
|
-
"highlighted": "
|
|
11
|
-
"is-focused": "awsui_is-
|
|
12
|
-
"visual-refresh": "awsui_visual-
|
|
13
|
-
"category": "
|
|
14
|
-
"expandable": "
|
|
15
|
-
"variant-navigation": "awsui_variant-
|
|
16
|
-
"expand-icon": "awsui_expand-
|
|
17
|
-
"expand-icon-up": "awsui_expand-icon-
|
|
18
|
-
"expand-icon-right": "awsui_expand-icon-
|
|
19
|
-
"items-list-container": "awsui_items-list-
|
|
20
|
-
"in-dropdown": "awsui_in-
|
|
21
|
-
"icon-wrapper": "awsui_icon-
|
|
22
|
-
"header-content": "awsui_header-
|
|
5
|
+
"header": "awsui_header_16mm3_176g9_145",
|
|
6
|
+
"disabled": "awsui_disabled_16mm3_176g9_161",
|
|
7
|
+
"no-content-styling": "awsui_no-content-styling_16mm3_176g9_165",
|
|
8
|
+
"expandable-header": "awsui_expandable-header_16mm3_176g9_171",
|
|
9
|
+
"rolled-down": "awsui_rolled-down_16mm3_176g9_182",
|
|
10
|
+
"highlighted": "awsui_highlighted_16mm3_176g9_185",
|
|
11
|
+
"is-focused": "awsui_is-focused_16mm3_176g9_208",
|
|
12
|
+
"visual-refresh": "awsui_visual-refresh_16mm3_176g9_211",
|
|
13
|
+
"category": "awsui_category_16mm3_176g9_215",
|
|
14
|
+
"expandable": "awsui_expandable_16mm3_176g9_171",
|
|
15
|
+
"variant-navigation": "awsui_variant-navigation_16mm3_176g9_230",
|
|
16
|
+
"expand-icon": "awsui_expand-icon_16mm3_176g9_237",
|
|
17
|
+
"expand-icon-up": "awsui_expand-icon-up_16mm3_176g9_255",
|
|
18
|
+
"expand-icon-right": "awsui_expand-icon-right_16mm3_176g9_258",
|
|
19
|
+
"items-list-container": "awsui_items-list-container_16mm3_176g9_266",
|
|
20
|
+
"in-dropdown": "awsui_in-dropdown_16mm3_176g9_275",
|
|
21
|
+
"icon-wrapper": "awsui_icon-wrapper_16mm3_176g9_279",
|
|
22
|
+
"header-content": "awsui_header-content_16mm3_176g9_283"
|
|
23
23
|
};
|
|
24
24
|
|