@cloudscape-design/components-themeable 3.0.1255 → 3.0.1257
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +152 -142
- package/lib/internal/scss/token/mixins.scss +11 -6
- package/lib/internal/scss/token/styles.scss +28 -10
- package/lib/internal/template/alert/styles.css.js +27 -27
- package/lib/internal/template/alert/styles.scoped.css +50 -50
- package/lib/internal/template/alert/styles.selectors.js +27 -27
- package/lib/internal/template/annotation-context/annotation/styles.css.js +13 -13
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +21 -21
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +13 -13
- package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
- package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
- package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +258 -258
- 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 +89 -89
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +7 -7
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +27 -27
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +54 -54
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +27 -27
- package/lib/internal/template/attribute-editor/styles.css.js +15 -15
- package/lib/internal/template/attribute-editor/styles.scoped.css +28 -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 +28 -28
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
- package/lib/internal/template/button/styles.css.js +22 -22
- package/lib/internal/template/button/styles.scoped.css +256 -256
- package/lib/internal/template/button/styles.selectors.js +22 -22
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +21 -21
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +37 -37
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +21 -21
- package/lib/internal/template/checkbox/styles.css.js +3 -3
- package/lib/internal/template/checkbox/styles.scoped.css +11 -11
- package/lib/internal/template/checkbox/styles.selectors.js +3 -3
- package/lib/internal/template/content-layout/styles.css.js +14 -14
- package/lib/internal/template/content-layout/styles.scoped.css +27 -27
- package/lib/internal/template/content-layout/styles.selectors.js +14 -14
- package/lib/internal/template/file-token-group/styles.css.js +23 -23
- package/lib/internal/template/file-token-group/styles.scoped.css +36 -36
- package/lib/internal/template/file-token-group/styles.selectors.js +23 -23
- package/lib/internal/template/flashbar/styles.css.js +50 -50
- package/lib/internal/template/flashbar/styles.scoped.css +187 -187
- package/lib/internal/template/flashbar/styles.selectors.js +50 -50
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +73 -73
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/input/styles.css.js +13 -13
- package/lib/internal/template/input/styles.scoped.css +74 -74
- package/lib/internal/template/input/styles.selectors.js +13 -13
- package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.css.js +30 -30
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +58 -58
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.selectors.js +30 -30
- package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.d.ts +3 -2
- package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.d.ts.map +1 -1
- package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.js +5 -3
- package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.js.map +1 -1
- package/lib/internal/template/internal/components/dropdown/index.d.ts +1 -1
- package/lib/internal/template/internal/components/dropdown/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/dropdown/index.js +10 -7
- package/lib/internal/template/internal/components/dropdown/index.js.map +1 -1
- package/lib/internal/template/internal/components/dropdown/interfaces.d.ts +16 -0
- package/lib/internal/template/internal/components/dropdown/interfaces.d.ts.map +1 -1
- package/lib/internal/template/internal/components/dropdown/interfaces.js.map +1 -1
- package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
- package/lib/internal/template/internal/components/dropdown/styles.scoped.css +39 -39
- package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
- package/lib/internal/template/internal/components/radio-button/styles.css.js +7 -7
- package/lib/internal/template/internal/components/radio-button/styles.scoped.css +18 -18
- package/lib/internal/template/internal/components/radio-button/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
- package/lib/internal/template/internal/components/token-list/styles.scoped.css +25 -25
- package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +10 -0
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/lib/internal/template/internal/generated/custom-css-properties/index.js +151 -141
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +103 -103
- package/lib/internal/template/link/styles.selectors.js +20 -20
- package/lib/internal/template/mixed-line-bar-chart/hooks/use-mouse-hover.d.ts +1 -1
- package/lib/internal/template/mixed-line-bar-chart/hooks/use-mouse-hover.d.ts.map +1 -1
- package/lib/internal/template/mixed-line-bar-chart/hooks/use-mouse-hover.js +13 -5
- package/lib/internal/template/mixed-line-bar-chart/hooks/use-mouse-hover.js.map +1 -1
- package/lib/internal/template/modal/styles.css.js +31 -31
- package/lib/internal/template/modal/styles.scoped.css +48 -48
- package/lib/internal/template/modal/styles.selectors.js +31 -31
- package/lib/internal/template/progress-bar/styles.css.js +18 -18
- package/lib/internal/template/progress-bar/styles.scoped.css +48 -48
- package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
- package/lib/internal/template/prompt-input/styles.css.js +17 -17
- package/lib/internal/template/prompt-input/styles.scoped.css +79 -79
- package/lib/internal/template/prompt-input/styles.selectors.js +17 -17
- package/lib/internal/template/segmented-control/styles.css.js +16 -16
- package/lib/internal/template/segmented-control/styles.scoped.css +46 -46
- package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
- package/lib/internal/template/slider/styles.css.js +26 -26
- package/lib/internal/template/slider/styles.scoped.css +165 -165
- package/lib/internal/template/slider/styles.selectors.js +26 -26
- package/lib/internal/template/spinner/styles.css.js +13 -13
- package/lib/internal/template/spinner/styles.scoped.css +39 -39
- package/lib/internal/template/spinner/styles.selectors.js +13 -13
- package/lib/internal/template/tabs/styles.css.js +30 -30
- package/lib/internal/template/tabs/styles.scoped.css +76 -76
- package/lib/internal/template/tabs/styles.selectors.js +30 -30
- package/lib/internal/template/tag-editor/styles.css.js +3 -3
- package/lib/internal/template/tag-editor/styles.scoped.css +13 -13
- package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +66 -66
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/lib/internal/template/textarea/styles.css.js +5 -5
- package/lib/internal/template/textarea/styles.scoped.css +45 -45
- package/lib/internal/template/textarea/styles.selectors.js +5 -5
- package/lib/internal/template/toggle/styles.css.js +10 -10
- package/lib/internal/template/toggle/styles.scoped.css +23 -23
- package/lib/internal/template/toggle/styles.selectors.js +10 -10
- package/lib/internal/template/token/interfaces.d.ts +37 -0
- package/lib/internal/template/token/interfaces.d.ts.map +1 -1
- package/lib/internal/template/token/interfaces.js.map +1 -1
- package/lib/internal/template/token/internal.d.ts.map +1 -1
- package/lib/internal/template/token/internal.js +3 -1
- package/lib/internal/template/token/internal.js.map +1 -1
- package/lib/internal/template/token/styles.css.js +14 -14
- package/lib/internal/template/token/styles.d.ts +3 -0
- package/lib/internal/template/token/styles.d.ts.map +1 -0
- package/lib/internal/template/token/styles.js +32 -0
- package/lib/internal/template/token/styles.js.map +1 -0
- package/lib/internal/template/token/styles.scoped.css +51 -45
- package/lib/internal/template/token/styles.selectors.js +14 -14
- package/package.json +1 -1
|
@@ -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_radio-
|
|
145
|
+
.awsui_radio-control_1v1hk_128zm_145:not(#\9) {
|
|
146
146
|
margin-block-start: calc((var(--line-height-body-m-bedeoh, 22px) - var(--size-control-lkpwjy, 14px)) / 2);
|
|
147
147
|
min-block-size: var(--size-control-lkpwjy, 14px);
|
|
148
148
|
min-inline-size: var(--size-control-lkpwjy, 14px);
|
|
@@ -150,15 +150,15 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
150
150
|
inline-size: var(--size-control-lkpwjy, 14px);
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.
|
|
154
|
-
--awsui-style-focus-ring-box-shadow-
|
|
153
|
+
.awsui_outline_1v1hk_128zm_153:not(#\9) {
|
|
154
|
+
--awsui-style-focus-ring-box-shadow-hzjhvz: 0 0 0 var(--awsui-style-focus-ring-border-width-hzjhvz, 2px) var(--awsui-style-focus-ring-border-color-hzjhvz, var(--color-border-item-focused-r5f6xl, #0073bb));
|
|
155
155
|
position: relative;
|
|
156
156
|
}
|
|
157
|
-
.
|
|
157
|
+
.awsui_outline_1v1hk_128zm_153:not(#\9) {
|
|
158
158
|
outline: 2px dotted transparent;
|
|
159
159
|
outline-offset: calc(2px - 1px);
|
|
160
160
|
}
|
|
161
|
-
.
|
|
161
|
+
.awsui_outline_1v1hk_128zm_153:not(#\9)::before {
|
|
162
162
|
content: " ";
|
|
163
163
|
display: block;
|
|
164
164
|
position: absolute;
|
|
@@ -166,46 +166,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
166
166
|
inset-block-start: calc(-1 * 2px);
|
|
167
167
|
inline-size: calc(100% + 2px + 2px);
|
|
168
168
|
block-size: calc(100% + 2px + 2px);
|
|
169
|
-
border-start-start-radius: var(--awsui-style-focus-ring-border-radius-
|
|
170
|
-
border-start-end-radius: var(--awsui-style-focus-ring-border-radius-
|
|
171
|
-
border-end-start-radius: var(--awsui-style-focus-ring-border-radius-
|
|
172
|
-
border-end-end-radius: var(--awsui-style-focus-ring-border-radius-
|
|
173
|
-
box-shadow: var(--awsui-style-focus-ring-box-shadow-
|
|
169
|
+
border-start-start-radius: var(--awsui-style-focus-ring-border-radius-hzjhvz, var(--border-radius-control-circular-focus-ring-0v2apg, 50%));
|
|
170
|
+
border-start-end-radius: var(--awsui-style-focus-ring-border-radius-hzjhvz, var(--border-radius-control-circular-focus-ring-0v2apg, 50%));
|
|
171
|
+
border-end-start-radius: var(--awsui-style-focus-ring-border-radius-hzjhvz, var(--border-radius-control-circular-focus-ring-0v2apg, 50%));
|
|
172
|
+
border-end-end-radius: var(--awsui-style-focus-ring-border-radius-hzjhvz, var(--border-radius-control-circular-focus-ring-0v2apg, 50%));
|
|
173
|
+
box-shadow: var(--awsui-style-focus-ring-box-shadow-hzjhvz);
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
-
.awsui_styled-circle-
|
|
176
|
+
.awsui_styled-circle-border_1v1hk_128zm_176:not(#\9) {
|
|
177
177
|
stroke: var(--color-border-control-default-e686ow, #687078);
|
|
178
178
|
fill: var(--color-background-control-default-wjdczs, #ffffff);
|
|
179
179
|
}
|
|
180
|
-
.awsui_styled-circle-
|
|
180
|
+
.awsui_styled-circle-border_1v1hk_128zm_176.awsui_styled-circle-disabled_1v1hk_128zm_180:not(#\9), .awsui_styled-circle-border_1v1hk_128zm_176.awsui_styled-circle-readonly_1v1hk_128zm_180:not(#\9) {
|
|
181
181
|
fill: var(--color-background-control-disabled-2ixett, #d5dbdb);
|
|
182
182
|
stroke: var(--color-background-control-disabled-2ixett, #d5dbdb);
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
-
.awsui_styled-circle-
|
|
185
|
+
.awsui_styled-circle-fill_1v1hk_128zm_185:not(#\9) {
|
|
186
186
|
stroke: var(--color-background-control-checked-se0x0e, #0073bb);
|
|
187
187
|
fill: var(--color-foreground-control-default-rf7v4a, #ffffff);
|
|
188
188
|
opacity: 0;
|
|
189
189
|
transition: opacity var(--motion-duration-transition-quick-ucajl5, 90ms) var(--motion-easing-transition-quick-034duw, linear);
|
|
190
190
|
}
|
|
191
191
|
@media (prefers-reduced-motion: reduce) {
|
|
192
|
-
.awsui_styled-circle-
|
|
192
|
+
.awsui_styled-circle-fill_1v1hk_128zm_185:not(#\9) {
|
|
193
193
|
animation: none;
|
|
194
194
|
transition: none;
|
|
195
195
|
}
|
|
196
196
|
}
|
|
197
|
-
.awsui-motion-disabled .awsui_styled-circle-
|
|
197
|
+
.awsui-motion-disabled .awsui_styled-circle-fill_1v1hk_128zm_185:not(#\9), .awsui-mode-entering .awsui_styled-circle-fill_1v1hk_128zm_185:not(#\9) {
|
|
198
198
|
animation: none;
|
|
199
199
|
transition: none;
|
|
200
200
|
}
|
|
201
|
-
.awsui_styled-circle-
|
|
201
|
+
.awsui_styled-circle-fill_1v1hk_128zm_185.awsui_styled-circle-checked_1v1hk_128zm_201:not(#\9) {
|
|
202
202
|
opacity: 1;
|
|
203
203
|
}
|
|
204
|
-
.awsui_styled-circle-
|
|
204
|
+
.awsui_styled-circle-fill_1v1hk_128zm_185.awsui_styled-circle-disabled_1v1hk_128zm_180:not(#\9) {
|
|
205
205
|
fill: var(--color-foreground-control-disabled-kj751b, #ffffff);
|
|
206
206
|
stroke: var(--color-background-control-disabled-2ixett, #d5dbdb);
|
|
207
207
|
}
|
|
208
|
-
.awsui_styled-circle-
|
|
208
|
+
.awsui_styled-circle-fill_1v1hk_128zm_185.awsui_styled-circle-readonly_1v1hk_128zm_180:not(#\9) {
|
|
209
209
|
fill: var(--color-foreground-control-read-only-cgy3yn, #687078);
|
|
210
210
|
stroke: var(--color-background-control-disabled-2ixett, #d5dbdb);
|
|
211
211
|
}
|
|
@@ -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
|
-
"radio-control": "awsui_radio-
|
|
6
|
-
"outline": "
|
|
7
|
-
"styled-circle-border": "awsui_styled-circle-
|
|
8
|
-
"styled-circle-disabled": "awsui_styled-circle-
|
|
9
|
-
"styled-circle-readonly": "awsui_styled-circle-
|
|
10
|
-
"styled-circle-fill": "awsui_styled-circle-
|
|
11
|
-
"styled-circle-checked": "awsui_styled-circle-
|
|
5
|
+
"radio-control": "awsui_radio-control_1v1hk_128zm_145",
|
|
6
|
+
"outline": "awsui_outline_1v1hk_128zm_153",
|
|
7
|
+
"styled-circle-border": "awsui_styled-circle-border_1v1hk_128zm_176",
|
|
8
|
+
"styled-circle-disabled": "awsui_styled-circle-disabled_1v1hk_128zm_180",
|
|
9
|
+
"styled-circle-readonly": "awsui_styled-circle-readonly_1v1hk_128zm_180",
|
|
10
|
+
"styled-circle-fill": "awsui_styled-circle-fill_1v1hk_128zm_185",
|
|
11
|
+
"styled-circle-checked": "awsui_styled-circle-checked_1v1hk_128zm_201"
|
|
12
12
|
};
|
|
13
13
|
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"horizontal": "
|
|
6
|
-
"vertical": "
|
|
7
|
-
"list": "
|
|
8
|
-
"grid": "
|
|
9
|
-
"list-item": "awsui_list-
|
|
10
|
-
"toggle-container-inline": "awsui_toggle-container-
|
|
11
|
-
"toggle": "
|
|
12
|
-
"description": "
|
|
13
|
-
"separator": "
|
|
4
|
+
"root": "awsui_root_gfwv3_bbzvp_193",
|
|
5
|
+
"horizontal": "awsui_horizontal_gfwv3_bbzvp_196",
|
|
6
|
+
"vertical": "awsui_vertical_gfwv3_bbzvp_202",
|
|
7
|
+
"list": "awsui_list_gfwv3_bbzvp_207",
|
|
8
|
+
"grid": "awsui_grid_gfwv3_bbzvp_226",
|
|
9
|
+
"list-item": "awsui_list-item_gfwv3_bbzvp_238",
|
|
10
|
+
"toggle-container-inline": "awsui_toggle-container-inline_gfwv3_bbzvp_245",
|
|
11
|
+
"toggle": "awsui_toggle_gfwv3_bbzvp_245",
|
|
12
|
+
"description": "awsui_description_gfwv3_bbzvp_337",
|
|
13
|
+
"separator": "awsui_separator_gfwv3_bbzvp_341"
|
|
14
14
|
};
|
|
15
15
|
|
|
@@ -190,21 +190,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
190
190
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
191
191
|
SPDX-License-Identifier: Apache-2.0
|
|
192
192
|
*/
|
|
193
|
-
.
|
|
193
|
+
.awsui_root_gfwv3_bbzvp_193:not(#\9) {
|
|
194
194
|
gap: var(--space-scaled-xs-sppte9, 8px);
|
|
195
195
|
}
|
|
196
|
-
.
|
|
196
|
+
.awsui_root_gfwv3_bbzvp_193.awsui_horizontal_gfwv3_bbzvp_196:not(#\9) {
|
|
197
197
|
display: flex;
|
|
198
198
|
gap: var(--space-xs-kw7k3v, 8px);
|
|
199
199
|
flex-direction: row;
|
|
200
200
|
flex-wrap: wrap;
|
|
201
201
|
}
|
|
202
|
-
.
|
|
202
|
+
.awsui_root_gfwv3_bbzvp_193.awsui_vertical_gfwv3_bbzvp_202:not(#\9) {
|
|
203
203
|
display: flex;
|
|
204
204
|
flex-direction: column;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
.
|
|
207
|
+
.awsui_list_gfwv3_bbzvp_207:not(#\9) {
|
|
208
208
|
display: contents;
|
|
209
209
|
list-style: none;
|
|
210
210
|
padding-block: 0;
|
|
@@ -212,43 +212,43 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
212
212
|
margin-block: 0;
|
|
213
213
|
margin-inline: 0;
|
|
214
214
|
}
|
|
215
|
-
.
|
|
215
|
+
.awsui_list_gfwv3_bbzvp_207.awsui_horizontal_gfwv3_bbzvp_196:not(#\9), .awsui_list_gfwv3_bbzvp_207.awsui_vertical_gfwv3_bbzvp_202:not(#\9) {
|
|
216
216
|
display: flex;
|
|
217
217
|
gap: var(--space-xs-kw7k3v, 8px);
|
|
218
218
|
}
|
|
219
|
-
.
|
|
219
|
+
.awsui_list_gfwv3_bbzvp_207.awsui_horizontal_gfwv3_bbzvp_196:not(#\9) {
|
|
220
220
|
flex-direction: row;
|
|
221
221
|
flex-wrap: wrap;
|
|
222
222
|
}
|
|
223
|
-
.
|
|
223
|
+
.awsui_list_gfwv3_bbzvp_207.awsui_vertical_gfwv3_bbzvp_202:not(#\9) {
|
|
224
224
|
flex-direction: column;
|
|
225
225
|
}
|
|
226
|
-
.
|
|
226
|
+
.awsui_list_gfwv3_bbzvp_207.awsui_grid_gfwv3_bbzvp_226:not(#\9) {
|
|
227
227
|
display: grid;
|
|
228
228
|
gap: var(--space-xs-kw7k3v, 8px);
|
|
229
229
|
grid-template-columns: repeat(auto-fill, 230px);
|
|
230
230
|
}
|
|
231
231
|
@media (max-width: 688px) {
|
|
232
|
-
.
|
|
232
|
+
.awsui_list_gfwv3_bbzvp_207.awsui_grid_gfwv3_bbzvp_226:not(#\9) {
|
|
233
233
|
display: flex;
|
|
234
234
|
flex-direction: column;
|
|
235
235
|
}
|
|
236
236
|
}
|
|
237
237
|
|
|
238
|
-
.awsui_list-
|
|
238
|
+
.awsui_list-item_gfwv3_bbzvp_238:not(#\9) {
|
|
239
239
|
padding-block: 0;
|
|
240
240
|
padding-inline: 0;
|
|
241
241
|
margin-block: 0;
|
|
242
242
|
margin-inline: 0;
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
-
.awsui_toggle-container-
|
|
245
|
+
.awsui_toggle-container-inline_gfwv3_bbzvp_245:not(#\9) {
|
|
246
246
|
padding-inline-start: var(--space-xs-kw7k3v, 8px);
|
|
247
247
|
display: flex;
|
|
248
248
|
align-items: center;
|
|
249
249
|
}
|
|
250
250
|
|
|
251
|
-
.
|
|
251
|
+
.awsui_toggle_gfwv3_bbzvp_245:not(#\9) {
|
|
252
252
|
border-collapse: separate;
|
|
253
253
|
border-spacing: 0;
|
|
254
254
|
box-sizing: border-box;
|
|
@@ -288,7 +288,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
288
288
|
margin-inline-start: -1px;
|
|
289
289
|
text-underline-offset: 0.25em;
|
|
290
290
|
text-decoration-thickness: 1px;
|
|
291
|
-
color: var(--awsui-style-color-default-
|
|
291
|
+
color: var(--awsui-style-color-default-hzjhvz, var(--color-text-link-default-z7zuy8, #0073bb));
|
|
292
292
|
font-weight: inherit;
|
|
293
293
|
letter-spacing: normal;
|
|
294
294
|
text-decoration-line: none;
|
|
@@ -299,34 +299,34 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
299
299
|
transition-duration: var(--motion-duration-refresh-only-medium-h3wrr6, 0ms);
|
|
300
300
|
}
|
|
301
301
|
@media (prefers-reduced-motion: reduce) {
|
|
302
|
-
.
|
|
302
|
+
.awsui_toggle_gfwv3_bbzvp_245:not(#\9) {
|
|
303
303
|
animation: none;
|
|
304
304
|
transition: none;
|
|
305
305
|
}
|
|
306
306
|
}
|
|
307
|
-
.awsui-motion-disabled .
|
|
307
|
+
.awsui-motion-disabled .awsui_toggle_gfwv3_bbzvp_245:not(#\9), .awsui-mode-entering .awsui_toggle_gfwv3_bbzvp_245:not(#\9) {
|
|
308
308
|
animation: none;
|
|
309
309
|
transition: none;
|
|
310
310
|
}
|
|
311
|
-
.
|
|
311
|
+
.awsui_toggle_gfwv3_bbzvp_245:not(#\9):hover {
|
|
312
312
|
cursor: pointer;
|
|
313
|
-
color: var(--awsui-style-color-hover-
|
|
313
|
+
color: var(--awsui-style-color-hover-hzjhvz, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
314
314
|
}
|
|
315
|
-
.
|
|
315
|
+
.awsui_toggle_gfwv3_bbzvp_245:not(#\9):focus {
|
|
316
316
|
outline: none;
|
|
317
317
|
}
|
|
318
|
-
.
|
|
319
|
-
color: var(--awsui-style-color-active-
|
|
318
|
+
.awsui_toggle_gfwv3_bbzvp_245:not(#\9):active {
|
|
319
|
+
color: var(--awsui-style-color-active-hzjhvz, var(--color-text-link-hover-pqxtsy, #0a4a74));
|
|
320
320
|
}
|
|
321
|
-
.
|
|
321
|
+
.awsui_toggle_gfwv3_bbzvp_245:not(#\9):active, .awsui_toggle_gfwv3_bbzvp_245:not(#\9):focus, .awsui_toggle_gfwv3_bbzvp_245:not(#\9):hover {
|
|
322
322
|
text-decoration-line: underline;
|
|
323
323
|
text-decoration-color: currentColor;
|
|
324
324
|
}
|
|
325
|
-
.
|
|
325
|
+
.awsui_toggle_gfwv3_bbzvp_245:not(#\9):active, .awsui_toggle_gfwv3_bbzvp_245:not(#\9):focus, .awsui_toggle_gfwv3_bbzvp_245:not(#\9):hover {
|
|
326
326
|
text-decoration: none;
|
|
327
327
|
text-decoration-color: transparent;
|
|
328
328
|
}
|
|
329
|
-
body[data-awsui-focus-visible=true] .
|
|
329
|
+
body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_bbzvp_245:not(#\9):focus {
|
|
330
330
|
outline: 2px dotted transparent;
|
|
331
331
|
border-block: var(--border-width-button-40y1n5, 1px) solid var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
332
332
|
border-inline: var(--border-width-button-40y1n5, 1px) solid var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
@@ -336,11 +336,11 @@ body[data-awsui-focus-visible=true] .awsui_toggle_gfwv3_1hvgv_245:not(#\9):focus
|
|
|
336
336
|
border-end-end-radius: var(--border-radius-control-default-focus-ring-9xsko1, 2px);
|
|
337
337
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-ql2vj7, 1px) var(--color-border-item-focused-r5f6xl, #0073bb);
|
|
338
338
|
}
|
|
339
|
-
.
|
|
339
|
+
.awsui_toggle_gfwv3_bbzvp_245 > .awsui_description_gfwv3_bbzvp_337:not(#\9) {
|
|
340
340
|
margin-inline-start: var(--space-xxs-jnczic, 4px);
|
|
341
341
|
}
|
|
342
342
|
|
|
343
|
-
.
|
|
343
|
+
.awsui_separator_gfwv3_bbzvp_341:not(#\9) {
|
|
344
344
|
margin-block: 0;
|
|
345
345
|
margin-inline: var(--space-scaled-m-sw9kcx, 16px);
|
|
346
346
|
inline-size: var(--border-divider-section-width-sznrdy, 1px);
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"horizontal": "
|
|
7
|
-
"vertical": "
|
|
8
|
-
"list": "
|
|
9
|
-
"grid": "
|
|
10
|
-
"list-item": "awsui_list-
|
|
11
|
-
"toggle-container-inline": "awsui_toggle-container-
|
|
12
|
-
"toggle": "
|
|
13
|
-
"description": "
|
|
14
|
-
"separator": "
|
|
5
|
+
"root": "awsui_root_gfwv3_bbzvp_193",
|
|
6
|
+
"horizontal": "awsui_horizontal_gfwv3_bbzvp_196",
|
|
7
|
+
"vertical": "awsui_vertical_gfwv3_bbzvp_202",
|
|
8
|
+
"list": "awsui_list_gfwv3_bbzvp_207",
|
|
9
|
+
"grid": "awsui_grid_gfwv3_bbzvp_226",
|
|
10
|
+
"list-item": "awsui_list-item_gfwv3_bbzvp_238",
|
|
11
|
+
"toggle-container-inline": "awsui_toggle-container-inline_gfwv3_bbzvp_245",
|
|
12
|
+
"toggle": "awsui_toggle_gfwv3_bbzvp_245",
|
|
13
|
+
"description": "awsui_description_gfwv3_bbzvp_337",
|
|
14
|
+
"separator": "awsui_separator_gfwv3_bbzvp_341"
|
|
15
15
|
};
|
|
16
16
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export var PACKAGE_SOURCE = "components";
|
|
2
|
-
export var PACKAGE_VERSION = "3.0.0 (
|
|
3
|
-
export var GIT_SHA = "
|
|
2
|
+
export var PACKAGE_VERSION = "3.0.0 (7d3ac020)";
|
|
3
|
+
export var GIT_SHA = "7d3ac020";
|
|
4
4
|
export var THEME = "open-source-visual-refresh";
|
|
5
5
|
export var SYSTEM = "core";
|
|
6
6
|
export var ALWAYS_VISUAL_REFRESH = true;
|
|
@@ -140,5 +140,15 @@ declare const customCSSPropertiesMap: {
|
|
|
140
140
|
styleSliderHandleBackgroundHover: string;
|
|
141
141
|
styleSliderHandleBackgroundActive: string;
|
|
142
142
|
styleSliderHandleBorderRadius: string;
|
|
143
|
+
tokenStyleBackgroundDefault: string;
|
|
144
|
+
tokenStyleBackgroundDisabled: string;
|
|
145
|
+
tokenStyleBackgroundReadOnly: string;
|
|
146
|
+
tokenStyleBorderColorDefault: string;
|
|
147
|
+
tokenStyleBorderColorDisabled: string;
|
|
148
|
+
tokenStyleBorderColorReadOnly: string;
|
|
149
|
+
tokenStyleDismissColorDefault: string;
|
|
150
|
+
tokenStyleDismissColorDisabled: string;
|
|
151
|
+
tokenStyleDismissColorHover: string;
|
|
152
|
+
tokenStyleDismissColorReadOnly: string;
|
|
143
153
|
};
|
|
144
154
|
export default customCSSPropertiesMap;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/internal/generated/custom-css-properties/index.ts"],"names":[],"mappings":"AACM,QAAA,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/internal/generated/custom-css-properties/index.ts"],"names":[],"mappings":"AACM,QAAA,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwJ3B,CAAC;AACF,eAAe,sBAAsB,CAAC"}
|