@cloudscape-design/components-themeable 3.0.700 → 3.0.701
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/item-element/styles.scss +1 -0
- package/lib/internal/scss/icon/styles.scss +1 -0
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +57 -55
- package/lib/internal/scss/prompt-input/styles.scss +108 -0
- package/lib/internal/scss/prompt-input/test-classes/styles.scss +15 -0
- package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +31 -31
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +24 -24
- 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 +82 -82
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +255 -255
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +82 -82
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +6 -6
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +13 -13
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +6 -6
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +16 -16
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +37 -37
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +16 -16
- package/lib/internal/template/button/interfaces.d.ts +1 -1
- package/lib/internal/template/button/interfaces.js.map +1 -1
- package/lib/internal/template/button-dropdown/item-element/index.js +1 -1
- package/lib/internal/template/button-dropdown/item-element/index.js.map +1 -1
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +12 -11
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +14 -14
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +12 -11
- package/lib/internal/template/button-dropdown/tooltip.d.ts +2 -1
- package/lib/internal/template/button-dropdown/tooltip.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/tooltip.js +2 -2
- package/lib/internal/template/button-dropdown/tooltip.js.map +1 -1
- 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 +47 -47
- package/lib/internal/template/flashbar/styles.scoped.css +171 -171
- package/lib/internal/template/flashbar/styles.selectors.js +47 -47
- package/lib/internal/template/icon/styles.css.js +38 -37
- package/lib/internal/template/icon/styles.scoped.css +82 -80
- package/lib/internal/template/icon/styles.selectors.js +38 -37
- package/lib/internal/template/index.d.ts +1 -0
- package/lib/internal/template/index.d.ts.map +1 -1
- package/lib/internal/template/index.js +1 -0
- package/lib/internal/template/index.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 +40 -40
- package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +2 -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 +57 -55
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/key-value-pairs/index.d.ts +1 -1
- package/lib/internal/template/key-value-pairs/index.d.ts.map +1 -1
- package/lib/internal/template/key-value-pairs/index.js +2 -2
- package/lib/internal/template/key-value-pairs/index.js.map +1 -1
- package/lib/internal/template/key-value-pairs/interfaces.d.ts +11 -0
- package/lib/internal/template/key-value-pairs/interfaces.d.ts.map +1 -1
- package/lib/internal/template/key-value-pairs/interfaces.js.map +1 -1
- package/lib/internal/template/key-value-pairs/internal.d.ts.map +1 -1
- package/lib/internal/template/key-value-pairs/internal.js +2 -2
- package/lib/internal/template/key-value-pairs/internal.js.map +1 -1
- package/lib/internal/template/package.json +1 -0
- package/lib/internal/template/prompt-input/index.d.ts +6 -0
- package/lib/internal/template/prompt-input/index.d.ts.map +1 -0
- package/lib/internal/template/prompt-input/index.js +27 -0
- package/lib/internal/template/prompt-input/index.js.map +1 -0
- package/lib/internal/template/prompt-input/interfaces.d.ts +82 -0
- package/lib/internal/template/prompt-input/interfaces.d.ts.map +1 -0
- package/lib/internal/template/prompt-input/interfaces.js +2 -0
- package/lib/internal/template/prompt-input/interfaces.js.map +1 -0
- package/lib/internal/template/prompt-input/internal.d.ts +8 -0
- package/lib/internal/template/prompt-input/internal.d.ts.map +1 -0
- package/lib/internal/template/prompt-input/internal.js +109 -0
- package/lib/internal/template/prompt-input/internal.js.map +1 -0
- package/lib/internal/template/prompt-input/styles.css.js +13 -0
- package/lib/internal/template/prompt-input/styles.scoped.css +248 -0
- package/lib/internal/template/prompt-input/styles.selectors.js +14 -0
- package/lib/internal/template/prompt-input/test-classes/styles.css.js +8 -0
- package/lib/internal/template/prompt-input/test-classes/styles.scoped.css +15 -0
- package/lib/internal/template/prompt-input/test-classes/styles.selectors.js +9 -0
- 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/test-utils/dom/index.d.ts +3 -0
- package/lib/internal/template/test-utils/dom/index.js +10 -2
- package/lib/internal/template/test-utils/dom/index.js.map +1 -1
- package/lib/internal/template/test-utils/dom/prompt-input/index.d.ts +18 -0
- package/lib/internal/template/test-utils/dom/prompt-input/index.js +49 -0
- package/lib/internal/template/test-utils/dom/prompt-input/index.js.map +1 -0
- package/lib/internal/template/test-utils/selectors/index.d.ts +3 -0
- package/lib/internal/template/test-utils/selectors/index.js +10 -2
- package/lib/internal/template/test-utils/selectors/index.js.map +1 -1
- package/lib/internal/template/test-utils/selectors/prompt-input/index.d.ts +6 -0
- package/lib/internal/template/test-utils/selectors/prompt-input/index.js +15 -0
- package/lib/internal/template/test-utils/selectors/prompt-input/index.js.map +1 -0
- package/lib/internal/template/test-utils/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
|
@@ -67,6 +67,7 @@
|
|
|
67
67
|
|
|
68
68
|
/* stylelint-disable selector-max-type */
|
|
69
69
|
.has-category-header > &,
|
|
70
|
+
.has-category-header > .item-tooltip-wrapper > &,
|
|
70
71
|
.has-category-header:not(.has-checkmark) > span > & {
|
|
71
72
|
padding-inline-start: calc(#{awsui.$space-xs} + #{awsui.$space-l});
|
|
72
73
|
}
|
|
@@ -1,57 +1,59 @@
|
|
|
1
1
|
|
|
2
|
-
$maxContentWidth: --awsui-max-content-width-
|
|
3
|
-
$minContentWidth: --awsui-min-content-width-
|
|
4
|
-
$breadcrumbsGap: --awsui-breadcrumbs-gap-
|
|
5
|
-
$contentGapLeft: --awsui-content-gap-left-
|
|
6
|
-
$contentGapRight: --awsui-content-gap-right-
|
|
7
|
-
$contentHeight: --awsui-content-height-
|
|
8
|
-
$contentLayoutDefaultHorizontalPadding: --awsui-content-layout-default-horizontal-padding-
|
|
9
|
-
$contentLayoutMaxContentWidth: --awsui-content-layout-max-content-width-
|
|
10
|
-
$contentLayoutMainGap: --awsui-content-layout-main-gap-
|
|
11
|
-
$defaultMaxContentWidth: --awsui-default-max-content-width-
|
|
12
|
-
$defaultMinContentWidth: --awsui-default-min-content-width-
|
|
13
|
-
$drawerSize: --awsui-drawer-size-
|
|
14
|
-
$footerHeight: --awsui-footer-height-
|
|
15
|
-
$headerGap: --awsui-header-gap-
|
|
16
|
-
$headerHeight: --awsui-header-height-
|
|
17
|
-
$layoutWidth: --awsui-layout-width-
|
|
18
|
-
$mainGap: --awsui-main-gap-
|
|
19
|
-
$mainOffsetLeft: --awsui-main-offset-left-
|
|
20
|
-
$mainTemplateRows: --awsui-main-template-rows-
|
|
21
|
-
$mobileBarHeight: --awsui-mobile-bar-height-
|
|
22
|
-
$notificationsHeight: --awsui-notifications-height-
|
|
23
|
-
$offsetTop: --awsui-offset-top-
|
|
24
|
-
$overlapHeight: --awsui-overlap-height-
|
|
25
|
-
$navigationWidth: --awsui-navigation-width-
|
|
26
|
-
$splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-
|
|
27
|
-
$splitPanelReportedSize: --awsui-split-panel-reported-size-
|
|
28
|
-
$splitPanelHeight: --awsui-split-panel-height-
|
|
29
|
-
$splitPanelMinWidth: --awsui-split-panel-min-width-
|
|
30
|
-
$splitPanelMaxWidth: --awsui-split-panel-max-width-
|
|
31
|
-
$toolsMaxWidth: --awsui-tools-max-width-
|
|
32
|
-
$toolsWidth: --awsui-tools-width-
|
|
33
|
-
$toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-
|
|
34
|
-
$contentScrollMargin: --awsui-content-scroll-margin-
|
|
35
|
-
$flashbarStackDepth: --awsui-flashbar-stack-depth-
|
|
36
|
-
$flashbarStackIndex: --awsui-flashbar-stack-index-
|
|
37
|
-
$flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-
|
|
38
|
-
$stackedNotificationsBottomMargin: --awsui-stacked-notifications-bottom-margin-
|
|
39
|
-
$stackedNotificationsDefaultBottomMargin: --awsui-stacked-notifications-default-bottom-margin-
|
|
40
|
-
$dropdownDefaultMaxWidth: --awsui-dropdown-default-max-width-
|
|
41
|
-
$spinnerRotatorFrom: --awsui-spinner-rotator-from-
|
|
42
|
-
$spinnerRotatorTo: --awsui-spinner-rotator-to-
|
|
43
|
-
$spinnerLineLeftFrom: --awsui-spinner-line-left-from-
|
|
44
|
-
$spinnerLineLeftTo: --awsui-spinner-line-left-to-
|
|
45
|
-
$spinnerLineRightFrom: --awsui-spinner-line-right-from-
|
|
46
|
-
$spinnerLineRightTo: --awsui-spinner-line-right-to-
|
|
47
|
-
$sliderLabelCount: --awsui-slider-label-count-
|
|
48
|
-
$sliderTickCount: --awsui-slider-tick-count-
|
|
49
|
-
$sliderReferenceColumn: --awsui-slider-reference-column-
|
|
50
|
-
$sliderNextReferenceColumn: --awsui-slider-next-reference-column-
|
|
51
|
-
$sliderMaxStart: --awsui-slider-max-start-
|
|
52
|
-
$sliderMinEnd: --awsui-slider-min-end-
|
|
53
|
-
$sliderRangeInlineSize: --awsui-slider-range-inline-size-
|
|
54
|
-
$sliderTooltipPosition: --awsui-slider-tooltip-position-
|
|
55
|
-
$togglesLeftWidth: --awsui-toggles-left-width-
|
|
56
|
-
$togglesRightWidth: --awsui-toggles-right-width-
|
|
2
|
+
$maxContentWidth: --awsui-max-content-width-g964ok;
|
|
3
|
+
$minContentWidth: --awsui-min-content-width-g964ok;
|
|
4
|
+
$breadcrumbsGap: --awsui-breadcrumbs-gap-g964ok;
|
|
5
|
+
$contentGapLeft: --awsui-content-gap-left-g964ok;
|
|
6
|
+
$contentGapRight: --awsui-content-gap-right-g964ok;
|
|
7
|
+
$contentHeight: --awsui-content-height-g964ok;
|
|
8
|
+
$contentLayoutDefaultHorizontalPadding: --awsui-content-layout-default-horizontal-padding-g964ok;
|
|
9
|
+
$contentLayoutMaxContentWidth: --awsui-content-layout-max-content-width-g964ok;
|
|
10
|
+
$contentLayoutMainGap: --awsui-content-layout-main-gap-g964ok;
|
|
11
|
+
$defaultMaxContentWidth: --awsui-default-max-content-width-g964ok;
|
|
12
|
+
$defaultMinContentWidth: --awsui-default-min-content-width-g964ok;
|
|
13
|
+
$drawerSize: --awsui-drawer-size-g964ok;
|
|
14
|
+
$footerHeight: --awsui-footer-height-g964ok;
|
|
15
|
+
$headerGap: --awsui-header-gap-g964ok;
|
|
16
|
+
$headerHeight: --awsui-header-height-g964ok;
|
|
17
|
+
$layoutWidth: --awsui-layout-width-g964ok;
|
|
18
|
+
$mainGap: --awsui-main-gap-g964ok;
|
|
19
|
+
$mainOffsetLeft: --awsui-main-offset-left-g964ok;
|
|
20
|
+
$mainTemplateRows: --awsui-main-template-rows-g964ok;
|
|
21
|
+
$mobileBarHeight: --awsui-mobile-bar-height-g964ok;
|
|
22
|
+
$notificationsHeight: --awsui-notifications-height-g964ok;
|
|
23
|
+
$offsetTop: --awsui-offset-top-g964ok;
|
|
24
|
+
$overlapHeight: --awsui-overlap-height-g964ok;
|
|
25
|
+
$navigationWidth: --awsui-navigation-width-g964ok;
|
|
26
|
+
$splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-g964ok;
|
|
27
|
+
$splitPanelReportedSize: --awsui-split-panel-reported-size-g964ok;
|
|
28
|
+
$splitPanelHeight: --awsui-split-panel-height-g964ok;
|
|
29
|
+
$splitPanelMinWidth: --awsui-split-panel-min-width-g964ok;
|
|
30
|
+
$splitPanelMaxWidth: --awsui-split-panel-max-width-g964ok;
|
|
31
|
+
$toolsMaxWidth: --awsui-tools-max-width-g964ok;
|
|
32
|
+
$toolsWidth: --awsui-tools-width-g964ok;
|
|
33
|
+
$toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-g964ok;
|
|
34
|
+
$contentScrollMargin: --awsui-content-scroll-margin-g964ok;
|
|
35
|
+
$flashbarStackDepth: --awsui-flashbar-stack-depth-g964ok;
|
|
36
|
+
$flashbarStackIndex: --awsui-flashbar-stack-index-g964ok;
|
|
37
|
+
$flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-g964ok;
|
|
38
|
+
$stackedNotificationsBottomMargin: --awsui-stacked-notifications-bottom-margin-g964ok;
|
|
39
|
+
$stackedNotificationsDefaultBottomMargin: --awsui-stacked-notifications-default-bottom-margin-g964ok;
|
|
40
|
+
$dropdownDefaultMaxWidth: --awsui-dropdown-default-max-width-g964ok;
|
|
41
|
+
$spinnerRotatorFrom: --awsui-spinner-rotator-from-g964ok;
|
|
42
|
+
$spinnerRotatorTo: --awsui-spinner-rotator-to-g964ok;
|
|
43
|
+
$spinnerLineLeftFrom: --awsui-spinner-line-left-from-g964ok;
|
|
44
|
+
$spinnerLineLeftTo: --awsui-spinner-line-left-to-g964ok;
|
|
45
|
+
$spinnerLineRightFrom: --awsui-spinner-line-right-from-g964ok;
|
|
46
|
+
$spinnerLineRightTo: --awsui-spinner-line-right-to-g964ok;
|
|
47
|
+
$sliderLabelCount: --awsui-slider-label-count-g964ok;
|
|
48
|
+
$sliderTickCount: --awsui-slider-tick-count-g964ok;
|
|
49
|
+
$sliderReferenceColumn: --awsui-slider-reference-column-g964ok;
|
|
50
|
+
$sliderNextReferenceColumn: --awsui-slider-next-reference-column-g964ok;
|
|
51
|
+
$sliderMaxStart: --awsui-slider-max-start-g964ok;
|
|
52
|
+
$sliderMinEnd: --awsui-slider-min-end-g964ok;
|
|
53
|
+
$sliderRangeInlineSize: --awsui-slider-range-inline-size-g964ok;
|
|
54
|
+
$sliderTooltipPosition: --awsui-slider-tooltip-position-g964ok;
|
|
55
|
+
$togglesLeftWidth: --awsui-toggles-left-width-g964ok;
|
|
56
|
+
$togglesRightWidth: --awsui-toggles-right-width-g964ok;
|
|
57
|
+
$promptInputMaxRows: --awsui-prompt-input-max-rows-g964ok;
|
|
58
|
+
$promptInputScrollHeight: --awsui-prompt-input-scroll-height-g964ok;
|
|
57
59
|
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
|
+
SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
*/
|
|
5
|
+
/* stylelint-disable */
|
|
6
|
+
|
|
7
|
+
@use '../internal/styles' as styles;
|
|
8
|
+
@use '../internal/styles/tokens' as awsui;
|
|
9
|
+
@use '@cloudscape-design/component-toolkit/internal/focus-visible' as focus-visible;
|
|
10
|
+
|
|
11
|
+
$send-icon-right-spacing: awsui.$space-static-xxs;
|
|
12
|
+
|
|
13
|
+
.root {
|
|
14
|
+
position: relative;
|
|
15
|
+
|
|
16
|
+
> .button {
|
|
17
|
+
position: absolute;
|
|
18
|
+
inset-inline-end: $send-icon-right-spacing;
|
|
19
|
+
inset-block-end: 0;
|
|
20
|
+
|
|
21
|
+
> .action-button {
|
|
22
|
+
// offset the focus ring by 1px per side so it doesn't blend into the textarea border
|
|
23
|
+
@include focus-visible.when-visible {
|
|
24
|
+
@include styles.focus-highlight(
|
|
25
|
+
(
|
|
26
|
+
'vertical': calc((-1 * #{awsui.$space-xxxs}) - 1px),
|
|
27
|
+
'horizontal': calc((#{awsui.$space-xxxs}) - 1px),
|
|
28
|
+
)
|
|
29
|
+
);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
.textarea {
|
|
36
|
+
@include styles.styles-reset;
|
|
37
|
+
// Restore browsers' default resize values
|
|
38
|
+
resize: none;
|
|
39
|
+
// Restore default text cursor
|
|
40
|
+
cursor: text;
|
|
41
|
+
// Allow multi-line placeholders
|
|
42
|
+
white-space: pre-wrap;
|
|
43
|
+
|
|
44
|
+
padding-block: styles.$control-padding-vertical;
|
|
45
|
+
padding-inline: styles.$control-padding-horizontal;
|
|
46
|
+
|
|
47
|
+
color: awsui.$color-text-body-default;
|
|
48
|
+
max-inline-size: 100%;
|
|
49
|
+
inline-size: 100%;
|
|
50
|
+
display: block;
|
|
51
|
+
box-sizing: border-box;
|
|
52
|
+
background-color: awsui.$color-background-input-default;
|
|
53
|
+
border-start-start-radius: styles.$control-border-radius;
|
|
54
|
+
border-start-end-radius: styles.$control-border-radius;
|
|
55
|
+
border-end-start-radius: styles.$control-border-radius;
|
|
56
|
+
border-end-end-radius: styles.$control-border-radius;
|
|
57
|
+
border-block: styles.$control-border-width solid awsui.$color-border-input-default;
|
|
58
|
+
border-inline: styles.$control-border-width solid awsui.$color-border-input-default;
|
|
59
|
+
|
|
60
|
+
@include styles.font-body-m;
|
|
61
|
+
|
|
62
|
+
&.textarea-readonly {
|
|
63
|
+
@include styles.form-readonly-element;
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
&::placeholder {
|
|
67
|
+
@include styles.form-placeholder;
|
|
68
|
+
opacity: 1;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&:-ms-input-placeholder {
|
|
72
|
+
@include styles.form-placeholder;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
&:focus {
|
|
76
|
+
@include styles.form-focus-element;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
&:invalid {
|
|
80
|
+
// discard built-in invalid styles, customers should use `invalid` property only (AWSUI-3947)
|
|
81
|
+
box-shadow: none;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
&:disabled {
|
|
85
|
+
@include styles.form-disabled-element;
|
|
86
|
+
cursor: default;
|
|
87
|
+
|
|
88
|
+
&::placeholder {
|
|
89
|
+
@include styles.form-placeholder-disabled;
|
|
90
|
+
opacity: 1;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
&:-ms-input-placeholder {
|
|
94
|
+
@include styles.form-placeholder-disabled;
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
&.textarea-invalid {
|
|
99
|
+
@include styles.form-invalid-control();
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
&.textarea-warning {
|
|
103
|
+
@include styles.form-warning-control();
|
|
104
|
+
}
|
|
105
|
+
&.textarea-with-button {
|
|
106
|
+
padding-inline-end: calc(styles.$control-padding-horizontal + $send-icon-right-spacing + awsui.$size-icon-normal);
|
|
107
|
+
}
|
|
108
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/*
|
|
2
|
+
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
3
|
+
SPDX-License-Identifier: Apache-2.0
|
|
4
|
+
*/
|
|
5
|
+
.root {
|
|
6
|
+
/* used in test-utils */
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
.textarea {
|
|
10
|
+
/* used in test-utils */
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.action-button {
|
|
14
|
+
/* used in test-utils */
|
|
15
|
+
}
|
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"arrow": "
|
|
5
|
-
"arrow-outer": "awsui_arrow-
|
|
6
|
-
"arrow-inner": "awsui_arrow-
|
|
7
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
8
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
9
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
10
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
11
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
12
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
13
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
14
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
15
|
-
"annotation": "
|
|
16
|
-
"next-button": "awsui_next-
|
|
17
|
-
"previous-button": "awsui_previous-
|
|
18
|
-
"finish-button": "awsui_finish-
|
|
19
|
-
"header": "
|
|
20
|
-
"step-counter-content": "awsui_step-counter-
|
|
21
|
-
"content": "
|
|
22
|
-
"description": "
|
|
23
|
-
"actionBar": "
|
|
24
|
-
"stepCounter": "
|
|
25
|
-
"divider": "
|
|
26
|
-
"hotspot": "
|
|
27
|
-
"icon": "
|
|
4
|
+
"arrow": "awsui_arrow_1hpp3_ggpcg_97",
|
|
5
|
+
"arrow-outer": "awsui_arrow-outer_1hpp3_ggpcg_101",
|
|
6
|
+
"arrow-inner": "awsui_arrow-inner_1hpp3_ggpcg_101",
|
|
7
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_ggpcg_143",
|
|
8
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_ggpcg_143",
|
|
9
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_ggpcg_146",
|
|
10
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_ggpcg_146",
|
|
11
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_ggpcg_149",
|
|
12
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_ggpcg_149",
|
|
13
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_ggpcg_152",
|
|
14
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_ggpcg_152",
|
|
15
|
+
"annotation": "awsui_annotation_1hpp3_ggpcg_160",
|
|
16
|
+
"next-button": "awsui_next-button_1hpp3_ggpcg_161",
|
|
17
|
+
"previous-button": "awsui_previous-button_1hpp3_ggpcg_162",
|
|
18
|
+
"finish-button": "awsui_finish-button_1hpp3_ggpcg_163",
|
|
19
|
+
"header": "awsui_header_1hpp3_ggpcg_164",
|
|
20
|
+
"step-counter-content": "awsui_step-counter-content_1hpp3_ggpcg_165",
|
|
21
|
+
"content": "awsui_content_1hpp3_ggpcg_166",
|
|
22
|
+
"description": "awsui_description_1hpp3_ggpcg_170",
|
|
23
|
+
"actionBar": "awsui_actionBar_1hpp3_ggpcg_175",
|
|
24
|
+
"stepCounter": "awsui_stepCounter_1hpp3_ggpcg_182",
|
|
25
|
+
"divider": "awsui_divider_1hpp3_ggpcg_186",
|
|
26
|
+
"hotspot": "awsui_hotspot_1hpp3_ggpcg_190",
|
|
27
|
+
"icon": "awsui_icon_1hpp3_ggpcg_257"
|
|
28
28
|
};
|
|
29
29
|
|
|
@@ -94,11 +94,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
94
94
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
95
95
|
SPDX-License-Identifier: Apache-2.0
|
|
96
96
|
*/
|
|
97
|
-
.
|
|
97
|
+
.awsui_arrow_1hpp3_ggpcg_97:not(#\9) {
|
|
98
98
|
inline-size: 20px;
|
|
99
99
|
block-size: 10px;
|
|
100
100
|
}
|
|
101
|
-
.awsui_arrow-
|
|
101
|
+
.awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9), .awsui_arrow-inner_1hpp3_ggpcg_101:not(#\9) {
|
|
102
102
|
position: absolute;
|
|
103
103
|
overflow: hidden;
|
|
104
104
|
inline-size: 20px;
|
|
@@ -107,7 +107,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
107
107
|
inset-inline-start: 0;
|
|
108
108
|
/* stylelint-disable-next-line plugin/no-unsupported-browser-features */
|
|
109
109
|
}
|
|
110
|
-
.awsui_arrow-
|
|
110
|
+
.awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after, .awsui_arrow-inner_1hpp3_ggpcg_101:not(#\9)::after {
|
|
111
111
|
content: "";
|
|
112
112
|
box-sizing: border-box;
|
|
113
113
|
display: inline-block;
|
|
@@ -123,33 +123,33 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
123
123
|
transform: rotate(45deg);
|
|
124
124
|
transform-origin: 0 100%;
|
|
125
125
|
}
|
|
126
|
-
.awsui_arrow-
|
|
126
|
+
.awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9):dir(rtl)::after, .awsui_arrow-inner_1hpp3_ggpcg_101:not(#\9):dir(rtl)::after {
|
|
127
127
|
transform: rotate(-45deg);
|
|
128
128
|
transform-origin: 100% 100%;
|
|
129
129
|
}
|
|
130
|
-
.awsui_arrow-
|
|
130
|
+
.awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after {
|
|
131
131
|
background-color: var(--color-border-status-info-q9np44, #0073bb);
|
|
132
132
|
}
|
|
133
|
-
.awsui_arrow-
|
|
133
|
+
.awsui_arrow-inner_1hpp3_ggpcg_101:not(#\9) {
|
|
134
134
|
inset-block-start: 2px;
|
|
135
135
|
}
|
|
136
|
-
.awsui_arrow-
|
|
136
|
+
.awsui_arrow-inner_1hpp3_ggpcg_101:not(#\9)::after {
|
|
137
137
|
border-start-start-radius: 1px;
|
|
138
138
|
border-start-end-radius: 0;
|
|
139
139
|
border-end-start-radius: 0;
|
|
140
140
|
border-end-end-radius: 0;
|
|
141
141
|
background-color: var(--color-background-status-info-pgxhez, #f1faff);
|
|
142
142
|
}
|
|
143
|
-
.awsui_arrow-position-right-
|
|
143
|
+
.awsui_arrow-position-right-top_1hpp3_ggpcg_143 > .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after, .awsui_arrow-position-right-bottom_1hpp3_ggpcg_143 > .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after {
|
|
144
144
|
box-shadow: -0.71px 0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
|
|
145
145
|
}
|
|
146
|
-
.awsui_arrow-position-left-
|
|
146
|
+
.awsui_arrow-position-left-top_1hpp3_ggpcg_146 > .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after, .awsui_arrow-position-left-bottom_1hpp3_ggpcg_146 > .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after {
|
|
147
147
|
box-shadow: 0.71px -0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
|
|
148
148
|
}
|
|
149
|
-
.awsui_arrow-position-top-
|
|
149
|
+
.awsui_arrow-position-top-center_1hpp3_ggpcg_149 > .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after, .awsui_arrow-position-top-responsive_1hpp3_ggpcg_149 > .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after {
|
|
150
150
|
box-shadow: -0.71px -0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
|
|
151
151
|
}
|
|
152
|
-
.awsui_arrow-position-bottom-
|
|
152
|
+
.awsui_arrow-position-bottom-center_1hpp3_ggpcg_152 > .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after, .awsui_arrow-position-bottom-responsive_1hpp3_ggpcg_152 > .awsui_arrow-outer_1hpp3_ggpcg_101:not(#\9)::after {
|
|
153
153
|
box-shadow: 0.71px 0.71px 4px -2px var(--color-shadow-default-9hs6xx, rgba(0, 28, 36, 0.5));
|
|
154
154
|
}
|
|
155
155
|
|
|
@@ -157,37 +157,37 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
157
157
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
158
158
|
SPDX-License-Identifier: Apache-2.0
|
|
159
159
|
*/
|
|
160
|
-
.
|
|
161
|
-
.awsui_next-
|
|
162
|
-
.awsui_previous-
|
|
163
|
-
.awsui_finish-
|
|
164
|
-
.
|
|
165
|
-
.awsui_step-counter-
|
|
166
|
-
.
|
|
160
|
+
.awsui_annotation_1hpp3_ggpcg_160:not(#\9),
|
|
161
|
+
.awsui_next-button_1hpp3_ggpcg_161:not(#\9),
|
|
162
|
+
.awsui_previous-button_1hpp3_ggpcg_162:not(#\9),
|
|
163
|
+
.awsui_finish-button_1hpp3_ggpcg_163:not(#\9),
|
|
164
|
+
.awsui_header_1hpp3_ggpcg_164:not(#\9),
|
|
165
|
+
.awsui_step-counter-content_1hpp3_ggpcg_165:not(#\9),
|
|
166
|
+
.awsui_content_1hpp3_ggpcg_166:not(#\9) {
|
|
167
167
|
/* used in test-utils */
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
.
|
|
170
|
+
.awsui_description_1hpp3_ggpcg_170:not(#\9) {
|
|
171
171
|
overflow: hidden;
|
|
172
172
|
margin-block-start: var(--space-xxs-9rrxti, 4px);
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
.
|
|
175
|
+
.awsui_actionBar_1hpp3_ggpcg_175:not(#\9) {
|
|
176
176
|
display: flex;
|
|
177
177
|
justify-content: space-between;
|
|
178
178
|
align-items: center;
|
|
179
179
|
position: relative;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
.
|
|
182
|
+
.awsui_stepCounter_1hpp3_ggpcg_182:not(#\9) {
|
|
183
183
|
margin-inline-end: 20px;
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
.
|
|
186
|
+
.awsui_divider_1hpp3_ggpcg_186:not(#\9) {
|
|
187
187
|
border-block-end: var(--border-divider-section-width-wl9k66, 1px) solid var(--color-border-divider-default-in8dkg, #eaeded);
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
.
|
|
190
|
+
.awsui_hotspot_1hpp3_ggpcg_190:not(#\9) {
|
|
191
191
|
border-collapse: separate;
|
|
192
192
|
border-spacing: 0;
|
|
193
193
|
box-sizing: border-box;
|
|
@@ -227,21 +227,21 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
227
227
|
padding-block: 0;
|
|
228
228
|
padding-inline: 0;
|
|
229
229
|
cursor: pointer;
|
|
230
|
-
scroll-margin: var(--awsui-content-scroll-margin-
|
|
230
|
+
scroll-margin: var(--awsui-content-scroll-margin-g964ok, 40px 0 0 0);
|
|
231
231
|
inline-size: 16px;
|
|
232
232
|
block-size: 16px;
|
|
233
233
|
}
|
|
234
|
-
.
|
|
234
|
+
.awsui_hotspot_1hpp3_ggpcg_190:not(#\9):focus {
|
|
235
235
|
outline: none;
|
|
236
236
|
}
|
|
237
|
-
body[data-awsui-focus-visible=true] .
|
|
237
|
+
body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_ggpcg_190:not(#\9):focus {
|
|
238
238
|
position: relative;
|
|
239
239
|
}
|
|
240
|
-
body[data-awsui-focus-visible=true] .
|
|
240
|
+
body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_ggpcg_190:not(#\9):focus {
|
|
241
241
|
outline: 2px dotted transparent;
|
|
242
242
|
outline-offset: calc(2px - 1px);
|
|
243
243
|
}
|
|
244
|
-
body[data-awsui-focus-visible=true] .
|
|
244
|
+
body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_ggpcg_190:not(#\9):focus::before {
|
|
245
245
|
content: " ";
|
|
246
246
|
display: block;
|
|
247
247
|
position: absolute;
|
|
@@ -255,13 +255,13 @@ body[data-awsui-focus-visible=true] .awsui_hotspot_1hpp3_3xsu9_190:not(#\9):focu
|
|
|
255
255
|
border-end-end-radius: var(--border-radius-control-circular-focus-ring-mxepal, 50%);
|
|
256
256
|
box-shadow: 0 0 0 2px var(--color-border-item-focused-v8nq2m, #0073bb);
|
|
257
257
|
}
|
|
258
|
-
.
|
|
258
|
+
.awsui_hotspot_1hpp3_ggpcg_190 > .awsui_icon_1hpp3_ggpcg_257:not(#\9) {
|
|
259
259
|
position: relative;
|
|
260
260
|
stroke: var(--color-text-link-default-hop3gv, #0073bb);
|
|
261
261
|
}
|
|
262
|
-
.
|
|
262
|
+
.awsui_hotspot_1hpp3_ggpcg_190:not(#\9):hover > .awsui_icon_1hpp3_ggpcg_257 {
|
|
263
263
|
stroke: var(--color-text-link-hover-8s5z9d, #0a4a74);
|
|
264
264
|
}
|
|
265
|
-
.
|
|
265
|
+
.awsui_hotspot_1hpp3_ggpcg_190:not(#\9):active > .awsui_icon_1hpp3_ggpcg_257 {
|
|
266
266
|
stroke: var(--color-text-link-default-hop3gv, #0073bb);
|
|
267
267
|
}
|
|
@@ -2,29 +2,29 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"arrow": "
|
|
6
|
-
"arrow-outer": "awsui_arrow-
|
|
7
|
-
"arrow-inner": "awsui_arrow-
|
|
8
|
-
"arrow-position-right-top": "awsui_arrow-position-right-
|
|
9
|
-
"arrow-position-right-bottom": "awsui_arrow-position-right-
|
|
10
|
-
"arrow-position-left-top": "awsui_arrow-position-left-
|
|
11
|
-
"arrow-position-left-bottom": "awsui_arrow-position-left-
|
|
12
|
-
"arrow-position-top-center": "awsui_arrow-position-top-
|
|
13
|
-
"arrow-position-top-responsive": "awsui_arrow-position-top-
|
|
14
|
-
"arrow-position-bottom-center": "awsui_arrow-position-bottom-
|
|
15
|
-
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-
|
|
16
|
-
"annotation": "
|
|
17
|
-
"next-button": "awsui_next-
|
|
18
|
-
"previous-button": "awsui_previous-
|
|
19
|
-
"finish-button": "awsui_finish-
|
|
20
|
-
"header": "
|
|
21
|
-
"step-counter-content": "awsui_step-counter-
|
|
22
|
-
"content": "
|
|
23
|
-
"description": "
|
|
24
|
-
"actionBar": "
|
|
25
|
-
"stepCounter": "
|
|
26
|
-
"divider": "
|
|
27
|
-
"hotspot": "
|
|
28
|
-
"icon": "
|
|
5
|
+
"arrow": "awsui_arrow_1hpp3_ggpcg_97",
|
|
6
|
+
"arrow-outer": "awsui_arrow-outer_1hpp3_ggpcg_101",
|
|
7
|
+
"arrow-inner": "awsui_arrow-inner_1hpp3_ggpcg_101",
|
|
8
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_ggpcg_143",
|
|
9
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_ggpcg_143",
|
|
10
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_ggpcg_146",
|
|
11
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_ggpcg_146",
|
|
12
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_ggpcg_149",
|
|
13
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_ggpcg_149",
|
|
14
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_ggpcg_152",
|
|
15
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_ggpcg_152",
|
|
16
|
+
"annotation": "awsui_annotation_1hpp3_ggpcg_160",
|
|
17
|
+
"next-button": "awsui_next-button_1hpp3_ggpcg_161",
|
|
18
|
+
"previous-button": "awsui_previous-button_1hpp3_ggpcg_162",
|
|
19
|
+
"finish-button": "awsui_finish-button_1hpp3_ggpcg_163",
|
|
20
|
+
"header": "awsui_header_1hpp3_ggpcg_164",
|
|
21
|
+
"step-counter-content": "awsui_step-counter-content_1hpp3_ggpcg_165",
|
|
22
|
+
"content": "awsui_content_1hpp3_ggpcg_166",
|
|
23
|
+
"description": "awsui_description_1hpp3_ggpcg_170",
|
|
24
|
+
"actionBar": "awsui_actionBar_1hpp3_ggpcg_175",
|
|
25
|
+
"stepCounter": "awsui_stepCounter_1hpp3_ggpcg_182",
|
|
26
|
+
"divider": "awsui_divider_1hpp3_ggpcg_186",
|
|
27
|
+
"hotspot": "awsui_hotspot_1hpp3_ggpcg_190",
|
|
28
|
+
"icon": "awsui_icon_1hpp3_ggpcg_257"
|
|
29
29
|
};
|
|
30
30
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"notifications": "
|
|
5
|
-
"notifications-sticky": "awsui_notifications-
|
|
6
|
-
"no-content-paddings": "awsui_no-content-
|
|
4
|
+
"notifications": "awsui_notifications_1hmm4_1lppl_9",
|
|
5
|
+
"notifications-sticky": "awsui_notifications-sticky_1hmm4_1lppl_10",
|
|
6
|
+
"no-content-paddings": "awsui_no-content-paddings_1hmm4_1lppl_25"
|
|
7
7
|
};
|
|
8
8
|
|
|
@@ -6,26 +6,26 @@
|
|
|
6
6
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
7
7
|
SPDX-License-Identifier: Apache-2.0
|
|
8
8
|
*/
|
|
9
|
-
.
|
|
10
|
-
.awsui_notifications-
|
|
9
|
+
.awsui_notifications_1hmm4_1lppl_9:not(#\9),
|
|
10
|
+
.awsui_notifications-sticky_1hmm4_1lppl_10:not(#\9) {
|
|
11
11
|
z-index: 850;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.
|
|
14
|
+
.awsui_notifications_1hmm4_1lppl_9:not(#\9) {
|
|
15
15
|
/* This is necessary for the z-index to have effect */
|
|
16
16
|
position: relative;
|
|
17
17
|
}
|
|
18
18
|
|
|
19
|
-
.awsui_notifications-
|
|
19
|
+
.awsui_notifications-sticky_1hmm4_1lppl_10:not(#\9) {
|
|
20
20
|
inset-block-start: 0;
|
|
21
21
|
position: sticky;
|
|
22
|
-
--awsui-flashbar-sticky-bottom-margin-
|
|
22
|
+
--awsui-flashbar-sticky-bottom-margin-g964ok: var(--space-xxl-pd3205, 32px);
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.awsui_no-content-
|
|
25
|
+
.awsui_no-content-paddings_1hmm4_1lppl_25:not(#\9) {
|
|
26
26
|
/*
|
|
27
27
|
When using the disableContentPaddings option, the Flashbar will use this custom property to add additional space
|
|
28
28
|
when the notification bar is rendered, to prevent it from overlapping the content.
|
|
29
29
|
*/
|
|
30
|
-
--awsui-stacked-notifications-bottom-margin-
|
|
30
|
+
--awsui-stacked-notifications-bottom-margin-g964ok: var(--space-scaled-l-08jb88, 20px);
|
|
31
31
|
}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"notifications": "
|
|
6
|
-
"notifications-sticky": "awsui_notifications-
|
|
7
|
-
"no-content-paddings": "awsui_no-content-
|
|
5
|
+
"notifications": "awsui_notifications_1hmm4_1lppl_9",
|
|
6
|
+
"notifications-sticky": "awsui_notifications-sticky_1hmm4_1lppl_10",
|
|
7
|
+
"no-content-paddings": "awsui_no-content-paddings_1hmm4_1lppl_25"
|
|
8
8
|
};
|
|
9
9
|
|