@cloudscape-design/components-themeable 3.0.1165 → 3.0.1166
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 +132 -127
- package/lib/internal/scss/tabs/tab-header-bar.scss +53 -21
- 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 +30 -30
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +87 -87
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +30 -30
- 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 +20 -20
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +34 -34
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +20 -20
- 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/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 +21 -21
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +49 -49
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.selectors.js +21 -21
- package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
- package/lib/internal/template/internal/components/dropdown/styles.scoped.css +38 -38
- 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 +5 -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 +131 -126
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/internal/types.d.ts +18 -0
- package/lib/internal/template/internal/types.d.ts.map +1 -1
- package/lib/internal/template/internal/types.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/progress-bar/styles.css.js +19 -19
- package/lib/internal/template/progress-bar/styles.scoped.css +56 -56
- package/lib/internal/template/progress-bar/styles.selectors.js +19 -19
- 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 +86 -86
- 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/index.d.ts +1 -1
- package/lib/internal/template/tabs/index.d.ts.map +1 -1
- package/lib/internal/template/tabs/index.js +3 -3
- package/lib/internal/template/tabs/index.js.map +1 -1
- package/lib/internal/template/tabs/interfaces.d.ts +45 -0
- package/lib/internal/template/tabs/interfaces.d.ts.map +1 -1
- package/lib/internal/template/tabs/interfaces.js.map +1 -1
- package/lib/internal/template/tabs/styles.css.js +30 -30
- package/lib/internal/template/tabs/styles.d.ts +33 -0
- package/lib/internal/template/tabs/styles.d.ts.map +1 -0
- package/lib/internal/template/tabs/styles.js +47 -0
- package/lib/internal/template/tabs/styles.js.map +1 -0
- package/lib/internal/template/tabs/styles.scoped.css +77 -73
- package/lib/internal/template/tabs/styles.selectors.js +30 -30
- package/lib/internal/template/tabs/tab-header-bar.d.ts +2 -1
- package/lib/internal/template/tabs/tab-header-bar.d.ts.map +1 -1
- package/lib/internal/template/tabs/tab-header-bar.js +6 -4
- package/lib/internal/template/tabs/tab-header-bar.js.map +1 -1
- 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/package.json +1 -1
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"textarea-readonly": "awsui_textarea-
|
|
7
|
-
"disabled": "
|
|
8
|
-
"textarea-invalid": "awsui_textarea-
|
|
9
|
-
"textarea-warning": "awsui_textarea-
|
|
10
|
-
"textarea": "
|
|
11
|
-
"invalid": "
|
|
12
|
-
"warning": "
|
|
13
|
-
"textarea-wrapper": "awsui_textarea-
|
|
14
|
-
"primary-action": "awsui_primary-
|
|
15
|
-
"action-button": "awsui_action-
|
|
16
|
-
"secondary-content": "awsui_secondary-
|
|
17
|
-
"with-paddings": "awsui_with-
|
|
18
|
-
"action-stripe": "awsui_action-
|
|
19
|
-
"secondary-actions": "awsui_secondary-
|
|
20
|
-
"with-paddings-and-actions": "awsui_with-paddings-and-
|
|
21
|
-
"buffer": "
|
|
5
|
+
"root": "awsui_root_55fkh_15jxh_146",
|
|
6
|
+
"textarea-readonly": "awsui_textarea-readonly_55fkh_15jxh_191",
|
|
7
|
+
"disabled": "awsui_disabled_55fkh_15jxh_197",
|
|
8
|
+
"textarea-invalid": "awsui_textarea-invalid_55fkh_15jxh_205",
|
|
9
|
+
"textarea-warning": "awsui_textarea-warning_55fkh_15jxh_230",
|
|
10
|
+
"textarea": "awsui_textarea_55fkh_15jxh_191",
|
|
11
|
+
"invalid": "awsui_invalid_55fkh_15jxh_333",
|
|
12
|
+
"warning": "awsui_warning_55fkh_15jxh_333",
|
|
13
|
+
"textarea-wrapper": "awsui_textarea-wrapper_55fkh_15jxh_347",
|
|
14
|
+
"primary-action": "awsui_primary-action_55fkh_15jxh_351",
|
|
15
|
+
"action-button": "awsui_action-button_55fkh_15jxh_359",
|
|
16
|
+
"secondary-content": "awsui_secondary-content_55fkh_15jxh_364",
|
|
17
|
+
"with-paddings": "awsui_with-paddings_55fkh_15jxh_399",
|
|
18
|
+
"action-stripe": "awsui_action-stripe_55fkh_15jxh_409",
|
|
19
|
+
"secondary-actions": "awsui_secondary-actions_55fkh_15jxh_448",
|
|
20
|
+
"with-paddings-and-actions": "awsui_with-paddings-and-actions_55fkh_15jxh_465",
|
|
21
|
+
"buffer": "awsui_buffer_55fkh_15jxh_469"
|
|
22
22
|
};
|
|
23
23
|
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"segment": "
|
|
5
|
-
"refresh": "
|
|
6
|
-
"disabled": "
|
|
7
|
-
"selected": "
|
|
8
|
-
"icon": "
|
|
9
|
-
"with-text": "awsui_with-
|
|
10
|
-
"with-no-text": "awsui_with-no-
|
|
11
|
-
"root": "
|
|
12
|
-
"segment-part": "awsui_segment-
|
|
13
|
-
"select": "
|
|
14
|
-
"segment-count-2": "awsui_segment-count-
|
|
15
|
-
"segment-count-3": "awsui_segment-count-
|
|
16
|
-
"segment-count-4": "awsui_segment-count-
|
|
17
|
-
"segment-count-5": "awsui_segment-count-
|
|
18
|
-
"segment-count-6": "awsui_segment-count-
|
|
19
|
-
"disabled-reason-tooltip": "awsui_disabled-reason-
|
|
4
|
+
"segment": "awsui_segment_8cbea_1f63t_161",
|
|
5
|
+
"refresh": "awsui_refresh_8cbea_1f63t_188",
|
|
6
|
+
"disabled": "awsui_disabled_8cbea_1f63t_194",
|
|
7
|
+
"selected": "awsui_selected_8cbea_1f63t_251",
|
|
8
|
+
"icon": "awsui_icon_8cbea_1f63t_261",
|
|
9
|
+
"with-text": "awsui_with-text_8cbea_1f63t_265",
|
|
10
|
+
"with-no-text": "awsui_with-no-text_8cbea_1f63t_271",
|
|
11
|
+
"root": "awsui_root_8cbea_1f63t_276",
|
|
12
|
+
"segment-part": "awsui_segment-part_8cbea_1f63t_308",
|
|
13
|
+
"select": "awsui_select_8cbea_1f63t_251",
|
|
14
|
+
"segment-count-2": "awsui_segment-count-2_8cbea_1f63t_343",
|
|
15
|
+
"segment-count-3": "awsui_segment-count-3_8cbea_1f63t_347",
|
|
16
|
+
"segment-count-4": "awsui_segment-count-4_8cbea_1f63t_351",
|
|
17
|
+
"segment-count-5": "awsui_segment-count-5_8cbea_1f63t_355",
|
|
18
|
+
"segment-count-6": "awsui_segment-count-6_8cbea_1f63t_359",
|
|
19
|
+
"disabled-reason-tooltip": "awsui_disabled-reason-tooltip_8cbea_1f63t_363"
|
|
20
20
|
};
|
|
21
21
|
|
|
@@ -158,7 +158,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
158
158
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
159
159
|
SPDX-License-Identifier: Apache-2.0
|
|
160
160
|
*/
|
|
161
|
-
.
|
|
161
|
+
.awsui_segment_8cbea_1f63t_161:not(#\9) {
|
|
162
162
|
font-size: var(--font-size-body-m-vv54cm, 14px);
|
|
163
163
|
line-height: var(--line-height-body-m-bedeoh, 22px);
|
|
164
164
|
word-wrap: break-word;
|
|
@@ -170,8 +170,8 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
170
170
|
letter-spacing: 0.25px;
|
|
171
171
|
padding-block: var(--space-scaled-xxs-jatbiv, 4px);
|
|
172
172
|
padding-inline: calc(var(--space-button-horizontal-v8ywmo, 20px) - var(--space-static-xxs-0cgyf1, 4px));
|
|
173
|
-
background: var(--awsui-style-background-default-
|
|
174
|
-
color: var(--awsui-style-color-default-
|
|
173
|
+
background: var(--awsui-style-background-default-rhu47t, var(--color-background-segment-default-zwi7m6, #ffffff));
|
|
174
|
+
color: var(--awsui-style-color-default-rhu47t, var(--color-text-segment-default-a74tco, #545b64));
|
|
175
175
|
overflow: visible;
|
|
176
176
|
border-start-start-radius: var(--border-radius-button-vm1lh4, 2px);
|
|
177
177
|
border-start-end-radius: var(--border-radius-button-vm1lh4, 2px);
|
|
@@ -183,26 +183,26 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
183
183
|
align-items: center;
|
|
184
184
|
border-inline: none;
|
|
185
185
|
border-block: none;
|
|
186
|
-
--awsui-style-focus-ring-box-shadow-
|
|
186
|
+
--awsui-style-focus-ring-box-shadow-rhu47t: 0 0 0 var(--awsui-style-focus-ring-border-width-rhu47t, 2px) var(--awsui-style-focus-ring-border-color-rhu47t, var(--color-border-item-focused-r5f6xl, #0073bb));
|
|
187
187
|
}
|
|
188
|
-
.
|
|
188
|
+
.awsui_segment_8cbea_1f63t_161:not(#\9):not(.awsui_refresh_8cbea_1f63t_188) {
|
|
189
189
|
block-size: calc(100% - var(--space-static-xxs-0cgyf1, 4px) - 2 * var(--border-width-field-9k1tdz, 1px));
|
|
190
190
|
}
|
|
191
|
-
.
|
|
191
|
+
.awsui_segment_8cbea_1f63t_161:not(#\9):focus {
|
|
192
192
|
outline: none;
|
|
193
193
|
}
|
|
194
|
-
.
|
|
195
|
-
background: var(--awsui-style-background-disabled-
|
|
196
|
-
color: var(--awsui-style-color-disabled-
|
|
194
|
+
.awsui_segment_8cbea_1f63t_161.awsui_disabled_8cbea_1f63t_194:not(#\9) {
|
|
195
|
+
background: var(--awsui-style-background-disabled-rhu47t, var(--color-background-segment-disabled-etp65k, #ffffff));
|
|
196
|
+
color: var(--awsui-style-color-disabled-rhu47t, var(--color-text-interactive-disabled-xwt2jl, #aab7b8));
|
|
197
197
|
}
|
|
198
|
-
body[data-awsui-focus-visible=true] .
|
|
198
|
+
body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1f63t_161:not(#\9):focus {
|
|
199
199
|
position: relative;
|
|
200
200
|
}
|
|
201
|
-
body[data-awsui-focus-visible=true] .
|
|
201
|
+
body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1f63t_161:not(#\9):focus {
|
|
202
202
|
outline: 2px dotted transparent;
|
|
203
203
|
outline-offset: calc(var(--space-segmented-control-focus-outline-gutter-tvktqv, 3px) - 1px);
|
|
204
204
|
}
|
|
205
|
-
body[data-awsui-focus-visible=true] .
|
|
205
|
+
body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1f63t_161:not(#\9):focus::before {
|
|
206
206
|
content: " ";
|
|
207
207
|
display: block;
|
|
208
208
|
position: absolute;
|
|
@@ -210,14 +210,14 @@ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1a0az_161:not(#\9):focu
|
|
|
210
210
|
inset-block-start: calc(-1 * var(--space-segmented-control-focus-outline-gutter-tvktqv, 3px));
|
|
211
211
|
inline-size: calc(100% + var(--space-segmented-control-focus-outline-gutter-tvktqv, 3px) + var(--space-segmented-control-focus-outline-gutter-tvktqv, 3px));
|
|
212
212
|
block-size: calc(100% + var(--space-segmented-control-focus-outline-gutter-tvktqv, 3px) + var(--space-segmented-control-focus-outline-gutter-tvktqv, 3px));
|
|
213
|
-
border-start-start-radius: var(--awsui-style-focus-ring-border-radius-
|
|
214
|
-
border-start-end-radius: var(--awsui-style-focus-ring-border-radius-
|
|
215
|
-
border-end-start-radius: var(--awsui-style-focus-ring-border-radius-
|
|
216
|
-
border-end-end-radius: var(--awsui-style-focus-ring-border-radius-
|
|
217
|
-
box-shadow: var(--awsui-style-focus-ring-box-shadow-
|
|
213
|
+
border-start-start-radius: var(--awsui-style-focus-ring-border-radius-rhu47t, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
|
|
214
|
+
border-start-end-radius: var(--awsui-style-focus-ring-border-radius-rhu47t, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
|
|
215
|
+
border-end-start-radius: var(--awsui-style-focus-ring-border-radius-rhu47t, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
|
|
216
|
+
border-end-end-radius: var(--awsui-style-focus-ring-border-radius-rhu47t, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
|
|
217
|
+
box-shadow: var(--awsui-style-focus-ring-box-shadow-rhu47t);
|
|
218
218
|
z-index: 1;
|
|
219
219
|
}
|
|
220
|
-
.
|
|
220
|
+
.awsui_segment_8cbea_1f63t_161:not(#\9):not(:last-child)::after {
|
|
221
221
|
content: "";
|
|
222
222
|
position: absolute;
|
|
223
223
|
inset-inline-end: calc(-1 * (var(--space-static-xxs-0cgyf1, 4px) + 1px));
|
|
@@ -227,53 +227,53 @@ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1a0az_161:not(#\9):focu
|
|
|
227
227
|
background: var(--color-border-input-default-txli8y, #687078);
|
|
228
228
|
z-index: 1;
|
|
229
229
|
}
|
|
230
|
-
.
|
|
230
|
+
.awsui_segment_8cbea_1f63t_161:not(#\9):not(.awsui_refresh_8cbea_1f63t_188):not(:last-child)::after {
|
|
231
231
|
inset-inline-end: calc(-1 * var(--space-static-xxs-0cgyf1, 4px));
|
|
232
232
|
}
|
|
233
|
-
.
|
|
233
|
+
.awsui_segment_8cbea_1f63t_161:not(#\9):nth-child(1) {
|
|
234
234
|
grid-column: 1;
|
|
235
235
|
}
|
|
236
|
-
.
|
|
236
|
+
.awsui_segment_8cbea_1f63t_161:not(#\9):nth-child(2) {
|
|
237
237
|
grid-column: 2;
|
|
238
238
|
}
|
|
239
|
-
.
|
|
239
|
+
.awsui_segment_8cbea_1f63t_161:not(#\9):nth-child(3) {
|
|
240
240
|
grid-column: 3;
|
|
241
241
|
}
|
|
242
|
-
.
|
|
242
|
+
.awsui_segment_8cbea_1f63t_161:not(#\9):nth-child(4) {
|
|
243
243
|
grid-column: 4;
|
|
244
244
|
}
|
|
245
|
-
.
|
|
245
|
+
.awsui_segment_8cbea_1f63t_161:not(#\9):nth-child(5) {
|
|
246
246
|
grid-column: 5;
|
|
247
247
|
}
|
|
248
|
-
.
|
|
248
|
+
.awsui_segment_8cbea_1f63t_161:not(#\9):nth-child(6) {
|
|
249
249
|
grid-column: 6;
|
|
250
250
|
}
|
|
251
|
-
.
|
|
252
|
-
background: var(--awsui-style-background-active-
|
|
253
|
-
color: var(--awsui-style-color-active-
|
|
251
|
+
.awsui_segment_8cbea_1f63t_161.awsui_selected_8cbea_1f63t_251:not(#\9) {
|
|
252
|
+
background: var(--awsui-style-background-active-rhu47t, var(--color-background-segment-active-pvua4h, #0073bb));
|
|
253
|
+
color: var(--awsui-style-color-active-rhu47t, var(--color-text-segment-active-q50mlg, #ffffff));
|
|
254
254
|
}
|
|
255
|
-
.
|
|
256
|
-
background: var(--awsui-style-background-hover-
|
|
257
|
-
color: var(--awsui-style-color-hover-
|
|
255
|
+
.awsui_segment_8cbea_1f63t_161:not(#\9):hover:not(.awsui_selected_8cbea_1f63t_251):not(.awsui_disabled_8cbea_1f63t_194):not(:focus) {
|
|
256
|
+
background: var(--awsui-style-background-hover-rhu47t, var(--color-background-segment-hover-bakufl, #fafafa));
|
|
257
|
+
color: var(--awsui-style-color-hover-rhu47t, var(--color-text-segment-hover-33xnva, #16191f));
|
|
258
258
|
cursor: pointer;
|
|
259
259
|
}
|
|
260
260
|
|
|
261
|
-
.
|
|
261
|
+
.awsui_icon_8cbea_1f63t_261:not(#\9) {
|
|
262
262
|
/* used in test-utils */
|
|
263
263
|
}
|
|
264
264
|
|
|
265
|
-
.awsui_with-
|
|
265
|
+
.awsui_with-text_8cbea_1f63t_265:not(#\9) {
|
|
266
266
|
position: relative;
|
|
267
267
|
inset-inline-start: calc(-1 * var(--space-xxs-jnczic, 4px));
|
|
268
268
|
margin-inline-end: var(--space-xxs-jnczic, 4px);
|
|
269
269
|
}
|
|
270
270
|
|
|
271
|
-
.awsui_with-no-
|
|
271
|
+
.awsui_with-no-text_8cbea_1f63t_271:not(#\9) {
|
|
272
272
|
margin-inline: auto;
|
|
273
273
|
inset-inline: 0;
|
|
274
274
|
}
|
|
275
275
|
|
|
276
|
-
.
|
|
276
|
+
.awsui_root_8cbea_1f63t_276:not(#\9) {
|
|
277
277
|
border-collapse: separate;
|
|
278
278
|
border-spacing: 0;
|
|
279
279
|
box-sizing: border-box;
|
|
@@ -305,7 +305,7 @@ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1a0az_161:not(#\9):focu
|
|
|
305
305
|
-moz-osx-font-smoothing: auto;
|
|
306
306
|
}
|
|
307
307
|
|
|
308
|
-
.awsui_segment-
|
|
308
|
+
.awsui_segment-part_8cbea_1f63t_308:not(#\9) {
|
|
309
309
|
display: inline-grid;
|
|
310
310
|
border-inline: solid var(--border-width-field-9k1tdz, 1px) var(--color-border-input-default-txli8y, #687078);
|
|
311
311
|
border-block: solid var(--border-width-field-9k1tdz, 1px) var(--color-border-input-default-txli8y, #687078);
|
|
@@ -320,46 +320,46 @@ body[data-awsui-focus-visible=true] .awsui_segment_8cbea_1a0az_161:not(#\9):focu
|
|
|
320
320
|
padding-inline: calc(var(--space-static-xxs-0cgyf1, 4px) - var(--border-width-field-9k1tdz, 1px));
|
|
321
321
|
gap: calc(var(--space-static-xxs-0cgyf1, 4px) * 2 + 1px);
|
|
322
322
|
}
|
|
323
|
-
.awsui_segment-
|
|
323
|
+
.awsui_segment-part_8cbea_1f63t_308:not(#\9):not(.awsui_refresh_8cbea_1f63t_188) {
|
|
324
324
|
padding-inline: calc(var(--space-static-xxxs-zckw10, 2px) + var(--border-width-field-9k1tdz, 1px));
|
|
325
325
|
padding-block: 0;
|
|
326
326
|
gap: calc(var(--space-static-xxs-0cgyf1, 4px) * 2 - 1px);
|
|
327
327
|
}
|
|
328
328
|
@media (max-width: 688px) {
|
|
329
|
-
.awsui_segment-
|
|
329
|
+
.awsui_segment-part_8cbea_1f63t_308:not(#\9) {
|
|
330
330
|
display: none;
|
|
331
331
|
}
|
|
332
332
|
}
|
|
333
333
|
|
|
334
|
-
.
|
|
334
|
+
.awsui_select_8cbea_1f63t_251:not(#\9) {
|
|
335
335
|
display: none;
|
|
336
336
|
}
|
|
337
337
|
@media (max-width: 688px) {
|
|
338
|
-
.
|
|
338
|
+
.awsui_select_8cbea_1f63t_251:not(#\9) {
|
|
339
339
|
display: block;
|
|
340
340
|
}
|
|
341
341
|
}
|
|
342
342
|
|
|
343
|
-
.awsui_segment-count-
|
|
343
|
+
.awsui_segment-count-2_8cbea_1f63t_343:not(#\9) {
|
|
344
344
|
grid-template-columns: repeat(2, auto);
|
|
345
345
|
}
|
|
346
346
|
|
|
347
|
-
.awsui_segment-count-
|
|
347
|
+
.awsui_segment-count-3_8cbea_1f63t_347:not(#\9) {
|
|
348
348
|
grid-template-columns: repeat(3, auto);
|
|
349
349
|
}
|
|
350
350
|
|
|
351
|
-
.awsui_segment-count-
|
|
351
|
+
.awsui_segment-count-4_8cbea_1f63t_351:not(#\9) {
|
|
352
352
|
grid-template-columns: repeat(4, auto);
|
|
353
353
|
}
|
|
354
354
|
|
|
355
|
-
.awsui_segment-count-
|
|
355
|
+
.awsui_segment-count-5_8cbea_1f63t_355:not(#\9) {
|
|
356
356
|
grid-template-columns: repeat(5, auto);
|
|
357
357
|
}
|
|
358
358
|
|
|
359
|
-
.awsui_segment-count-
|
|
359
|
+
.awsui_segment-count-6_8cbea_1f63t_359:not(#\9) {
|
|
360
360
|
grid-template-columns: repeat(6, auto);
|
|
361
361
|
}
|
|
362
362
|
|
|
363
|
-
.awsui_disabled-reason-
|
|
363
|
+
.awsui_disabled-reason-tooltip_8cbea_1f63t_363:not(#\9) {
|
|
364
364
|
/* used in test-utils or tests */
|
|
365
365
|
}
|
|
@@ -2,21 +2,21 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"segment": "
|
|
6
|
-
"refresh": "
|
|
7
|
-
"disabled": "
|
|
8
|
-
"selected": "
|
|
9
|
-
"icon": "
|
|
10
|
-
"with-text": "awsui_with-
|
|
11
|
-
"with-no-text": "awsui_with-no-
|
|
12
|
-
"root": "
|
|
13
|
-
"segment-part": "awsui_segment-
|
|
14
|
-
"select": "
|
|
15
|
-
"segment-count-2": "awsui_segment-count-
|
|
16
|
-
"segment-count-3": "awsui_segment-count-
|
|
17
|
-
"segment-count-4": "awsui_segment-count-
|
|
18
|
-
"segment-count-5": "awsui_segment-count-
|
|
19
|
-
"segment-count-6": "awsui_segment-count-
|
|
20
|
-
"disabled-reason-tooltip": "awsui_disabled-reason-
|
|
5
|
+
"segment": "awsui_segment_8cbea_1f63t_161",
|
|
6
|
+
"refresh": "awsui_refresh_8cbea_1f63t_188",
|
|
7
|
+
"disabled": "awsui_disabled_8cbea_1f63t_194",
|
|
8
|
+
"selected": "awsui_selected_8cbea_1f63t_251",
|
|
9
|
+
"icon": "awsui_icon_8cbea_1f63t_261",
|
|
10
|
+
"with-text": "awsui_with-text_8cbea_1f63t_265",
|
|
11
|
+
"with-no-text": "awsui_with-no-text_8cbea_1f63t_271",
|
|
12
|
+
"root": "awsui_root_8cbea_1f63t_276",
|
|
13
|
+
"segment-part": "awsui_segment-part_8cbea_1f63t_308",
|
|
14
|
+
"select": "awsui_select_8cbea_1f63t_251",
|
|
15
|
+
"segment-count-2": "awsui_segment-count-2_8cbea_1f63t_343",
|
|
16
|
+
"segment-count-3": "awsui_segment-count-3_8cbea_1f63t_347",
|
|
17
|
+
"segment-count-4": "awsui_segment-count-4_8cbea_1f63t_351",
|
|
18
|
+
"segment-count-5": "awsui_segment-count-5_8cbea_1f63t_355",
|
|
19
|
+
"segment-count-6": "awsui_segment-count-6_8cbea_1f63t_359",
|
|
20
|
+
"disabled-reason-tooltip": "awsui_disabled-reason-tooltip_8cbea_1f63t_363"
|
|
21
21
|
};
|
|
22
22
|
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"slider": "
|
|
6
|
-
"slider-track": "awsui_slider-
|
|
7
|
-
"slider-range": "awsui_slider-
|
|
8
|
-
"disabled": "
|
|
9
|
-
"readonly": "
|
|
10
|
-
"error": "
|
|
11
|
-
"warning": "
|
|
12
|
-
"active": "
|
|
13
|
-
"error-active": "awsui_error-
|
|
14
|
-
"warning-active": "awsui_warning-
|
|
15
|
-
"labels": "
|
|
16
|
-
"labels-noref": "awsui_labels-
|
|
17
|
-
"labels-reference": "awsui_labels-
|
|
18
|
-
"labels-min": "awsui_labels-
|
|
19
|
-
"labels-max": "awsui_labels-
|
|
20
|
-
"labels-aria-description": "awsui_labels-aria-
|
|
21
|
-
"ticks": "
|
|
22
|
-
"ticks-wrapper": "awsui_ticks-
|
|
23
|
-
"tick": "
|
|
24
|
-
"middle": "
|
|
25
|
-
"filled": "
|
|
26
|
-
"tooltip-thumb": "awsui_tooltip-
|
|
27
|
-
"thumb": "
|
|
28
|
-
"min": "
|
|
29
|
-
"max": "
|
|
4
|
+
"root": "awsui_root_pcgz5_1wu7s_153",
|
|
5
|
+
"slider": "awsui_slider_pcgz5_1wu7s_190",
|
|
6
|
+
"slider-track": "awsui_slider-track_pcgz5_1wu7s_194",
|
|
7
|
+
"slider-range": "awsui_slider-range_pcgz5_1wu7s_194",
|
|
8
|
+
"disabled": "awsui_disabled_pcgz5_1wu7s_209",
|
|
9
|
+
"readonly": "awsui_readonly_pcgz5_1wu7s_213",
|
|
10
|
+
"error": "awsui_error_pcgz5_1wu7s_222",
|
|
11
|
+
"warning": "awsui_warning_pcgz5_1wu7s_225",
|
|
12
|
+
"active": "awsui_active_pcgz5_1wu7s_228",
|
|
13
|
+
"error-active": "awsui_error-active_pcgz5_1wu7s_231",
|
|
14
|
+
"warning-active": "awsui_warning-active_pcgz5_1wu7s_234",
|
|
15
|
+
"labels": "awsui_labels_pcgz5_1wu7s_245",
|
|
16
|
+
"labels-noref": "awsui_labels-noref_pcgz5_1wu7s_251",
|
|
17
|
+
"labels-reference": "awsui_labels-reference_pcgz5_1wu7s_254",
|
|
18
|
+
"labels-min": "awsui_labels-min_pcgz5_1wu7s_261",
|
|
19
|
+
"labels-max": "awsui_labels-max_pcgz5_1wu7s_267",
|
|
20
|
+
"labels-aria-description": "awsui_labels-aria-description_pcgz5_1wu7s_275",
|
|
21
|
+
"ticks": "awsui_ticks_pcgz5_1wu7s_293",
|
|
22
|
+
"ticks-wrapper": "awsui_ticks-wrapper_pcgz5_1wu7s_299",
|
|
23
|
+
"tick": "awsui_tick_pcgz5_1wu7s_293",
|
|
24
|
+
"middle": "awsui_middle_pcgz5_1wu7s_314",
|
|
25
|
+
"filled": "awsui_filled_pcgz5_1wu7s_317",
|
|
26
|
+
"tooltip-thumb": "awsui_tooltip-thumb_pcgz5_1wu7s_345",
|
|
27
|
+
"thumb": "awsui_thumb_pcgz5_1wu7s_358",
|
|
28
|
+
"min": "awsui_min_pcgz5_1wu7s_394",
|
|
29
|
+
"max": "awsui_max_pcgz5_1wu7s_397"
|
|
30
30
|
};
|
|
31
31
|
|