@cloudscape-design/components-themeable 3.0.1079 → 3.0.1081
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 +84 -80
- package/lib/internal/scss/popover/body.scss +4 -0
- package/lib/internal/template/alert/styles.css.js +27 -27
- package/lib/internal/template/alert/styles.scoped.css +46 -46
- package/lib/internal/template/alert/styles.selectors.js +27 -27
- package/lib/internal/template/annotation-context/annotation/styles.css.js +24 -24
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +32 -32
- 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 +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 +17 -17
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +39 -39
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +17 -17
- 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 +23 -23
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +46 -46
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +23 -23
- 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 +212 -212
- package/lib/internal/template/button/styles.selectors.js +22 -22
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +16 -16
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +27 -27
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +16 -16
- package/lib/internal/template/button-group/index.d.ts.map +1 -1
- package/lib/internal/template/button-group/index.js +2 -2
- package/lib/internal/template/button-group/index.js.map +1 -1
- package/lib/internal/template/button-group/interfaces.d.ts +40 -0
- package/lib/internal/template/button-group/interfaces.d.ts.map +1 -1
- package/lib/internal/template/button-group/interfaces.js.map +1 -1
- package/lib/internal/template/button-group/internal.d.ts.map +1 -1
- package/lib/internal/template/button-group/internal.js +5 -3
- package/lib/internal/template/button-group/internal.js.map +1 -1
- package/lib/internal/template/button-group/item-element.d.ts +1 -0
- package/lib/internal/template/button-group/item-element.d.ts.map +1 -1
- package/lib/internal/template/button-group/item-element.js +4 -2
- package/lib/internal/template/button-group/item-element.js.map +1 -1
- package/lib/internal/template/button-group/style.d.ts +13 -0
- package/lib/internal/template/button-group/style.d.ts.map +1 -0
- package/lib/internal/template/button-group/style.js +37 -0
- package/lib/internal/template/button-group/style.js.map +1 -0
- 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/date-range-picker/time-offset.d.ts +1 -1
- package/lib/internal/template/date-range-picker/time-offset.d.ts.map +1 -1
- package/lib/internal/template/date-range-picker/time-offset.js +7 -3
- package/lib/internal/template/date-range-picker/time-offset.js.map +1 -1
- package/lib/internal/template/flashbar/collapsible-flashbar.d.ts.map +1 -1
- package/lib/internal/template/flashbar/collapsible-flashbar.js +3 -5
- package/lib/internal/template/flashbar/collapsible-flashbar.js.map +1 -1
- package/lib/internal/template/flashbar/common.d.ts.map +1 -1
- package/lib/internal/template/flashbar/common.js +2 -5
- package/lib/internal/template/flashbar/common.js.map +1 -1
- package/lib/internal/template/flashbar/flash.d.ts +1 -1
- package/lib/internal/template/flashbar/flash.d.ts.map +1 -1
- package/lib/internal/template/flashbar/flash.js +4 -2
- package/lib/internal/template/flashbar/flash.js.map +1 -1
- package/lib/internal/template/flashbar/style.d.ts.map +1 -1
- package/lib/internal/template/flashbar/style.js +16 -31
- package/lib/internal/template/flashbar/style.js.map +1 -1
- 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/flashbar/utils.d.ts +2 -1
- package/lib/internal/template/flashbar/utils.d.ts.map +1 -1
- package/lib/internal/template/flashbar/utils.js +4 -1
- package/lib/internal/template/flashbar/utils.js.map +1 -1
- 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/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 +44 -44
- 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/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 +4 -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 +83 -79
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/internal/utils/date-time/format-time-offset.d.ts.map +1 -1
- package/lib/internal/template/internal/utils/date-time/format-time-offset.js +3 -0
- package/lib/internal/template/internal/utils/date-time/format-time-offset.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/popover/styles.css.js +56 -56
- package/lib/internal/template/popover/styles.scoped.css +85 -84
- package/lib/internal/template/popover/styles.selectors.js +56 -56
- package/lib/internal/template/radio-group/styles.css.js +10 -10
- package/lib/internal/template/radio-group/styles.scoped.css +22 -22
- package/lib/internal/template/radio-group/styles.selectors.js +10 -10
- 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/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/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
|
@@ -1,84 +1,88 @@
|
|
|
1
1
|
|
|
2
2
|
// Build environment
|
|
3
|
-
$awsui-commit-hash: "
|
|
3
|
+
$awsui-commit-hash: "18f26114";
|
|
4
4
|
// Manually managed CSS-variables
|
|
5
|
-
$maxContentWidth: --awsui-max-content-width-
|
|
6
|
-
$minContentWidth: --awsui-min-content-width-
|
|
7
|
-
$breadcrumbsGap: --awsui-breadcrumbs-gap-
|
|
8
|
-
$contentGapLeft: --awsui-content-gap-left-
|
|
9
|
-
$contentGapRight: --awsui-content-gap-right-
|
|
10
|
-
$contentHeight: --awsui-content-height-
|
|
11
|
-
$contentLayoutDefaultHorizontalPadding: --awsui-content-layout-default-horizontal-padding-
|
|
12
|
-
$contentLayoutMaxContentWidth: --awsui-content-layout-max-content-width-
|
|
13
|
-
$contentLayoutMainGap: --awsui-content-layout-main-gap-
|
|
14
|
-
$defaultMaxContentWidth: --awsui-default-max-content-width-
|
|
15
|
-
$defaultMinContentWidth: --awsui-default-min-content-width-
|
|
16
|
-
$drawerSize: --awsui-drawer-size-
|
|
17
|
-
$footerHeight: --awsui-footer-height-
|
|
18
|
-
$headerGap: --awsui-header-gap-
|
|
19
|
-
$headerHeight: --awsui-header-height-
|
|
20
|
-
$layoutWidth: --awsui-layout-width-
|
|
21
|
-
$mainGap: --awsui-main-gap-
|
|
22
|
-
$mainOffsetLeft: --awsui-main-offset-left-
|
|
23
|
-
$mainTemplateRows: --awsui-main-template-rows-
|
|
24
|
-
$mobileBarHeight: --awsui-mobile-bar-height-
|
|
25
|
-
$notificationsHeight: --awsui-notifications-height-
|
|
26
|
-
$offsetTop: --awsui-offset-top-
|
|
27
|
-
$overlapHeight: --awsui-overlap-height-
|
|
28
|
-
$navigationWidth: --awsui-navigation-width-
|
|
29
|
-
$splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-
|
|
30
|
-
$splitPanelReportedSize: --awsui-split-panel-reported-size-
|
|
31
|
-
$splitPanelHeight: --awsui-split-panel-height-
|
|
32
|
-
$splitPanelMinWidth: --awsui-split-panel-min-width-
|
|
33
|
-
$splitPanelMaxWidth: --awsui-split-panel-max-width-
|
|
34
|
-
$toolsMaxWidth: --awsui-tools-max-width-
|
|
35
|
-
$toolsWidth: --awsui-tools-width-
|
|
36
|
-
$toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-
|
|
37
|
-
$contentScrollMargin: --awsui-content-scroll-margin-
|
|
38
|
-
$flashbarStackDepth: --awsui-flashbar-stack-depth-
|
|
39
|
-
$flashbarStackIndex: --awsui-flashbar-stack-index-
|
|
40
|
-
$flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-
|
|
41
|
-
$stackedNotificationsBottomMargin: --awsui-stacked-notifications-bottom-margin-
|
|
42
|
-
$stackedNotificationsDefaultBottomMargin: --awsui-stacked-notifications-default-bottom-margin-
|
|
43
|
-
$dropdownDefaultMaxWidth: --awsui-dropdown-default-max-width-
|
|
44
|
-
$spinnerRotatorFrom: --awsui-spinner-rotator-from-
|
|
45
|
-
$spinnerRotatorTo: --awsui-spinner-rotator-to-
|
|
46
|
-
$spinnerLineLeftFrom: --awsui-spinner-line-left-from-
|
|
47
|
-
$spinnerLineLeftTo: --awsui-spinner-line-left-to-
|
|
48
|
-
$spinnerLineRightFrom: --awsui-spinner-line-right-from-
|
|
49
|
-
$spinnerLineRightTo: --awsui-spinner-line-right-to-
|
|
50
|
-
$sliderLabelCount: --awsui-slider-label-count-
|
|
51
|
-
$sliderTickCount: --awsui-slider-tick-count-
|
|
52
|
-
$sliderReferenceColumn: --awsui-slider-reference-column-
|
|
53
|
-
$sliderNextReferenceColumn: --awsui-slider-next-reference-column-
|
|
54
|
-
$sliderMaxStart: --awsui-slider-max-start-
|
|
55
|
-
$sliderMinEnd: --awsui-slider-min-end-
|
|
56
|
-
$sliderRangeInlineSize: --awsui-slider-range-inline-size-
|
|
57
|
-
$sliderTooltipPosition: --awsui-slider-tooltip-position-
|
|
58
|
-
$togglesLeftWidth: --awsui-toggles-left-width-
|
|
59
|
-
$togglesRightWidth: --awsui-toggles-right-width-
|
|
60
|
-
$promptInputMaxRows: --awsui-prompt-input-max-rows-
|
|
61
|
-
$promptInputScrollHeight: --awsui-prompt-input-scroll-height-
|
|
62
|
-
$dragHandleAnimationInlineOffset: --awsui-drag-handle-animation-inline-offset-
|
|
63
|
-
$dragHandleAnimationBlockOffset: --awsui-drag-handle-animation-block-offset-
|
|
64
|
-
$styleBackgroundActive: --awsui-style-background-active-
|
|
65
|
-
$styleBackgroundDefault: --awsui-style-background-default-
|
|
66
|
-
$styleBackgroundDisabled: --awsui-style-background-disabled-
|
|
67
|
-
$styleBackgroundHover: --awsui-style-background-hover-
|
|
68
|
-
$styleBorderColorActive: --awsui-style-border-color-active-
|
|
69
|
-
$styleBorderColorDefault: --awsui-style-border-color-default-
|
|
70
|
-
$styleBorderColorDisabled: --awsui-style-border-color-disabled-
|
|
71
|
-
$styleBorderColorHover: --awsui-style-border-color-hover-
|
|
72
|
-
$styleColorActive: --awsui-style-color-active-
|
|
73
|
-
$styleColorDefault: --awsui-style-color-default-
|
|
74
|
-
$styleColorDisabled: --awsui-style-color-disabled-
|
|
75
|
-
$styleColorHover: --awsui-style-color-hover-
|
|
76
|
-
$styleFocusRingBorderColor: --awsui-style-focus-ring-border-color-
|
|
77
|
-
$styleFocusRingBorderRadius: --awsui-style-focus-ring-border-radius-
|
|
78
|
-
$styleFocusRingBorderWidth: --awsui-style-focus-ring-border-width-
|
|
79
|
-
$styleFocusRingBoxShadow: --awsui-style-focus-ring-box-shadow-
|
|
80
|
-
$
|
|
81
|
-
$
|
|
82
|
-
$
|
|
83
|
-
$
|
|
5
|
+
$maxContentWidth: --awsui-max-content-width-kiajpc;
|
|
6
|
+
$minContentWidth: --awsui-min-content-width-kiajpc;
|
|
7
|
+
$breadcrumbsGap: --awsui-breadcrumbs-gap-kiajpc;
|
|
8
|
+
$contentGapLeft: --awsui-content-gap-left-kiajpc;
|
|
9
|
+
$contentGapRight: --awsui-content-gap-right-kiajpc;
|
|
10
|
+
$contentHeight: --awsui-content-height-kiajpc;
|
|
11
|
+
$contentLayoutDefaultHorizontalPadding: --awsui-content-layout-default-horizontal-padding-kiajpc;
|
|
12
|
+
$contentLayoutMaxContentWidth: --awsui-content-layout-max-content-width-kiajpc;
|
|
13
|
+
$contentLayoutMainGap: --awsui-content-layout-main-gap-kiajpc;
|
|
14
|
+
$defaultMaxContentWidth: --awsui-default-max-content-width-kiajpc;
|
|
15
|
+
$defaultMinContentWidth: --awsui-default-min-content-width-kiajpc;
|
|
16
|
+
$drawerSize: --awsui-drawer-size-kiajpc;
|
|
17
|
+
$footerHeight: --awsui-footer-height-kiajpc;
|
|
18
|
+
$headerGap: --awsui-header-gap-kiajpc;
|
|
19
|
+
$headerHeight: --awsui-header-height-kiajpc;
|
|
20
|
+
$layoutWidth: --awsui-layout-width-kiajpc;
|
|
21
|
+
$mainGap: --awsui-main-gap-kiajpc;
|
|
22
|
+
$mainOffsetLeft: --awsui-main-offset-left-kiajpc;
|
|
23
|
+
$mainTemplateRows: --awsui-main-template-rows-kiajpc;
|
|
24
|
+
$mobileBarHeight: --awsui-mobile-bar-height-kiajpc;
|
|
25
|
+
$notificationsHeight: --awsui-notifications-height-kiajpc;
|
|
26
|
+
$offsetTop: --awsui-offset-top-kiajpc;
|
|
27
|
+
$overlapHeight: --awsui-overlap-height-kiajpc;
|
|
28
|
+
$navigationWidth: --awsui-navigation-width-kiajpc;
|
|
29
|
+
$splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-kiajpc;
|
|
30
|
+
$splitPanelReportedSize: --awsui-split-panel-reported-size-kiajpc;
|
|
31
|
+
$splitPanelHeight: --awsui-split-panel-height-kiajpc;
|
|
32
|
+
$splitPanelMinWidth: --awsui-split-panel-min-width-kiajpc;
|
|
33
|
+
$splitPanelMaxWidth: --awsui-split-panel-max-width-kiajpc;
|
|
34
|
+
$toolsMaxWidth: --awsui-tools-max-width-kiajpc;
|
|
35
|
+
$toolsWidth: --awsui-tools-width-kiajpc;
|
|
36
|
+
$toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-kiajpc;
|
|
37
|
+
$contentScrollMargin: --awsui-content-scroll-margin-kiajpc;
|
|
38
|
+
$flashbarStackDepth: --awsui-flashbar-stack-depth-kiajpc;
|
|
39
|
+
$flashbarStackIndex: --awsui-flashbar-stack-index-kiajpc;
|
|
40
|
+
$flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-kiajpc;
|
|
41
|
+
$stackedNotificationsBottomMargin: --awsui-stacked-notifications-bottom-margin-kiajpc;
|
|
42
|
+
$stackedNotificationsDefaultBottomMargin: --awsui-stacked-notifications-default-bottom-margin-kiajpc;
|
|
43
|
+
$dropdownDefaultMaxWidth: --awsui-dropdown-default-max-width-kiajpc;
|
|
44
|
+
$spinnerRotatorFrom: --awsui-spinner-rotator-from-kiajpc;
|
|
45
|
+
$spinnerRotatorTo: --awsui-spinner-rotator-to-kiajpc;
|
|
46
|
+
$spinnerLineLeftFrom: --awsui-spinner-line-left-from-kiajpc;
|
|
47
|
+
$spinnerLineLeftTo: --awsui-spinner-line-left-to-kiajpc;
|
|
48
|
+
$spinnerLineRightFrom: --awsui-spinner-line-right-from-kiajpc;
|
|
49
|
+
$spinnerLineRightTo: --awsui-spinner-line-right-to-kiajpc;
|
|
50
|
+
$sliderLabelCount: --awsui-slider-label-count-kiajpc;
|
|
51
|
+
$sliderTickCount: --awsui-slider-tick-count-kiajpc;
|
|
52
|
+
$sliderReferenceColumn: --awsui-slider-reference-column-kiajpc;
|
|
53
|
+
$sliderNextReferenceColumn: --awsui-slider-next-reference-column-kiajpc;
|
|
54
|
+
$sliderMaxStart: --awsui-slider-max-start-kiajpc;
|
|
55
|
+
$sliderMinEnd: --awsui-slider-min-end-kiajpc;
|
|
56
|
+
$sliderRangeInlineSize: --awsui-slider-range-inline-size-kiajpc;
|
|
57
|
+
$sliderTooltipPosition: --awsui-slider-tooltip-position-kiajpc;
|
|
58
|
+
$togglesLeftWidth: --awsui-toggles-left-width-kiajpc;
|
|
59
|
+
$togglesRightWidth: --awsui-toggles-right-width-kiajpc;
|
|
60
|
+
$promptInputMaxRows: --awsui-prompt-input-max-rows-kiajpc;
|
|
61
|
+
$promptInputScrollHeight: --awsui-prompt-input-scroll-height-kiajpc;
|
|
62
|
+
$dragHandleAnimationInlineOffset: --awsui-drag-handle-animation-inline-offset-kiajpc;
|
|
63
|
+
$dragHandleAnimationBlockOffset: --awsui-drag-handle-animation-block-offset-kiajpc;
|
|
64
|
+
$styleBackgroundActive: --awsui-style-background-active-kiajpc;
|
|
65
|
+
$styleBackgroundDefault: --awsui-style-background-default-kiajpc;
|
|
66
|
+
$styleBackgroundDisabled: --awsui-style-background-disabled-kiajpc;
|
|
67
|
+
$styleBackgroundHover: --awsui-style-background-hover-kiajpc;
|
|
68
|
+
$styleBorderColorActive: --awsui-style-border-color-active-kiajpc;
|
|
69
|
+
$styleBorderColorDefault: --awsui-style-border-color-default-kiajpc;
|
|
70
|
+
$styleBorderColorDisabled: --awsui-style-border-color-disabled-kiajpc;
|
|
71
|
+
$styleBorderColorHover: --awsui-style-border-color-hover-kiajpc;
|
|
72
|
+
$styleColorActive: --awsui-style-color-active-kiajpc;
|
|
73
|
+
$styleColorDefault: --awsui-style-color-default-kiajpc;
|
|
74
|
+
$styleColorDisabled: --awsui-style-color-disabled-kiajpc;
|
|
75
|
+
$styleColorHover: --awsui-style-color-hover-kiajpc;
|
|
76
|
+
$styleFocusRingBorderColor: --awsui-style-focus-ring-border-color-kiajpc;
|
|
77
|
+
$styleFocusRingBorderRadius: --awsui-style-focus-ring-border-radius-kiajpc;
|
|
78
|
+
$styleFocusRingBorderWidth: --awsui-style-focus-ring-border-width-kiajpc;
|
|
79
|
+
$styleFocusRingBoxShadow: --awsui-style-focus-ring-box-shadow-kiajpc;
|
|
80
|
+
$styleBoxShadowActive: --awsui-style-box-shadow-active-kiajpc;
|
|
81
|
+
$styleBoxShadowDefault: --awsui-style-box-shadow-default-kiajpc;
|
|
82
|
+
$styleBoxShadowDisabled: --awsui-style-box-shadow-disabled-kiajpc;
|
|
83
|
+
$styleBoxShadowHover: --awsui-style-box-shadow-hover-kiajpc;
|
|
84
|
+
$alertFocusRingBorderColor: --awsui-alert-focus-ring-border-color-kiajpc;
|
|
85
|
+
$alertFocusRingBorderRadius: --awsui-alert-focus-ring-border-radius-kiajpc;
|
|
86
|
+
$alertFocusRingBorderWidth: --awsui-alert-focus-ring-border-width-kiajpc;
|
|
87
|
+
$alertFocusRingBoxShadow: --awsui-alert-focus-ring-box-shadow-kiajpc;
|
|
84
88
|
|
|
@@ -60,9 +60,13 @@ $header-row-margin-block-end: awsui.$space-xs;
|
|
|
60
60
|
|
|
61
61
|
.content {
|
|
62
62
|
@include styles.text-flex-wrapping;
|
|
63
|
+
// This prevents word-break style of the parent components to have an effect on the popover content.
|
|
64
|
+
word-break: normal;
|
|
65
|
+
|
|
63
66
|
color: awsui.$color-text-body-secondary;
|
|
64
67
|
flex: 1 1 auto;
|
|
65
68
|
min-inline-size: 0;
|
|
69
|
+
|
|
66
70
|
&-overflow-visible {
|
|
67
71
|
overflow: visible;
|
|
68
72
|
}
|
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"alert": "
|
|
5
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
6
|
-
"root": "
|
|
7
|
-
"hidden": "
|
|
8
|
-
"alert-wrapper": "awsui_alert-
|
|
9
|
-
"initial-hidden": "awsui_initial-
|
|
10
|
-
"header": "
|
|
11
|
-
"header-replacement": "awsui_header-
|
|
12
|
-
"action": "
|
|
13
|
-
"action-slot": "awsui_action-
|
|
14
|
-
"action-button": "awsui_action-
|
|
15
|
-
"alert-focus-wrapper": "awsui_alert-focus-
|
|
16
|
-
"text": "
|
|
17
|
-
"icon": "
|
|
18
|
-
"message": "
|
|
19
|
-
"action-wrapped": "awsui_action-
|
|
20
|
-
"icon-size-medium": "awsui_icon-size-
|
|
21
|
-
"icon-size-big": "awsui_icon-size-
|
|
22
|
-
"icon-size-normal": "awsui_icon-size-
|
|
23
|
-
"content": "
|
|
24
|
-
"content-replacement": "awsui_content-
|
|
25
|
-
"dismiss": "
|
|
26
|
-
"dismiss-button": "awsui_dismiss-
|
|
27
|
-
"type-error": "awsui_type-
|
|
28
|
-
"type-warning": "awsui_type-
|
|
29
|
-
"type-success": "awsui_type-
|
|
30
|
-
"type-info": "awsui_type-
|
|
4
|
+
"alert": "awsui_alert_mx3cw_eeybl_193",
|
|
5
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_mx3cw_eeybl_1",
|
|
6
|
+
"root": "awsui_root_mx3cw_eeybl_215",
|
|
7
|
+
"hidden": "awsui_hidden_mx3cw_eeybl_250",
|
|
8
|
+
"alert-wrapper": "awsui_alert-wrapper_mx3cw_eeybl_299",
|
|
9
|
+
"initial-hidden": "awsui_initial-hidden_mx3cw_eeybl_311",
|
|
10
|
+
"header": "awsui_header_mx3cw_eeybl_316",
|
|
11
|
+
"header-replacement": "awsui_header-replacement_mx3cw_eeybl_317",
|
|
12
|
+
"action": "awsui_action_mx3cw_eeybl_321",
|
|
13
|
+
"action-slot": "awsui_action-slot_mx3cw_eeybl_325",
|
|
14
|
+
"action-button": "awsui_action-button_mx3cw_eeybl_326",
|
|
15
|
+
"alert-focus-wrapper": "awsui_alert-focus-wrapper_mx3cw_eeybl_330",
|
|
16
|
+
"text": "awsui_text_mx3cw_eeybl_361",
|
|
17
|
+
"icon": "awsui_icon_mx3cw_eeybl_368",
|
|
18
|
+
"message": "awsui_message_mx3cw_eeybl_371",
|
|
19
|
+
"action-wrapped": "awsui_action-wrapped_mx3cw_eeybl_375",
|
|
20
|
+
"icon-size-medium": "awsui_icon-size-medium_mx3cw_eeybl_379",
|
|
21
|
+
"icon-size-big": "awsui_icon-size-big_mx3cw_eeybl_383",
|
|
22
|
+
"icon-size-normal": "awsui_icon-size-normal_mx3cw_eeybl_387",
|
|
23
|
+
"content": "awsui_content_mx3cw_eeybl_391",
|
|
24
|
+
"content-replacement": "awsui_content-replacement_mx3cw_eeybl_392",
|
|
25
|
+
"dismiss": "awsui_dismiss_mx3cw_eeybl_396",
|
|
26
|
+
"dismiss-button": "awsui_dismiss-button_mx3cw_eeybl_401",
|
|
27
|
+
"type-error": "awsui_type-error_mx3cw_eeybl_405",
|
|
28
|
+
"type-warning": "awsui_type-warning_mx3cw_eeybl_413",
|
|
29
|
+
"type-success": "awsui_type-success_mx3cw_eeybl_421",
|
|
30
|
+
"type-info": "awsui_type-info_mx3cw_eeybl_429"
|
|
31
31
|
};
|
|
32
32
|
|
|
@@ -190,10 +190,10 @@ 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
|
-
.
|
|
194
|
-
animation: awsui_awsui-motion-fade-
|
|
193
|
+
.awsui_alert_mx3cw_eeybl_193:not(#\9) {
|
|
194
|
+
animation: awsui_awsui-motion-fade-in_mx3cw_eeybl_1 var(--motion-duration-show-paced-agho9h, 180ms) var(--motion-easing-show-paced-vcekro, ease-out);
|
|
195
195
|
}
|
|
196
|
-
@keyframes awsui_awsui-motion-fade-
|
|
196
|
+
@keyframes awsui_awsui-motion-fade-in_mx3cw_eeybl_1 {
|
|
197
197
|
from {
|
|
198
198
|
opacity: 0.2;
|
|
199
199
|
}
|
|
@@ -202,17 +202,17 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
202
202
|
}
|
|
203
203
|
}
|
|
204
204
|
@media (prefers-reduced-motion: reduce) {
|
|
205
|
-
.
|
|
205
|
+
.awsui_alert_mx3cw_eeybl_193:not(#\9) {
|
|
206
206
|
animation: none;
|
|
207
207
|
transition: none;
|
|
208
208
|
}
|
|
209
209
|
}
|
|
210
|
-
.awsui-motion-disabled .
|
|
210
|
+
.awsui-motion-disabled .awsui_alert_mx3cw_eeybl_193:not(#\9), .awsui-mode-entering .awsui_alert_mx3cw_eeybl_193:not(#\9) {
|
|
211
211
|
animation: none;
|
|
212
212
|
transition: none;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
.
|
|
215
|
+
.awsui_root_mx3cw_eeybl_215:not(#\9) {
|
|
216
216
|
border-collapse: separate;
|
|
217
217
|
border-spacing: 0;
|
|
218
218
|
box-sizing: border-box;
|
|
@@ -247,11 +247,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
247
247
|
overflow: hidden;
|
|
248
248
|
display: block;
|
|
249
249
|
}
|
|
250
|
-
.
|
|
250
|
+
.awsui_root_mx3cw_eeybl_215.awsui_hidden_mx3cw_eeybl_250:not(#\9) {
|
|
251
251
|
display: none;
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
-
.
|
|
254
|
+
.awsui_alert_mx3cw_eeybl_193:not(#\9) {
|
|
255
255
|
border-collapse: separate;
|
|
256
256
|
border-spacing: 0;
|
|
257
257
|
box-sizing: border-box;
|
|
@@ -293,10 +293,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
293
293
|
padding-block: var(--space-alert-vertical-7hsinh, 12px);
|
|
294
294
|
padding-inline: var(--space-alert-horizontal-vvafy5, 20px);
|
|
295
295
|
background-color: var(--color-background-container-content-aemn43, #ffffff);
|
|
296
|
-
--awsui-alert-focus-ring-box-shadow-
|
|
296
|
+
--awsui-alert-focus-ring-box-shadow-kiajpc: 0 0 0 var(--awsui-alert-focus-ring-border-width-kiajpc, 2px) var(--awsui-alert-focus-ring-border-color-kiajpc, var(--color-border-item-focused-r5f6xl, #0073bb));
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
-
.awsui_alert-
|
|
299
|
+
.awsui_alert-wrapper_mx3cw_eeybl_299:not(#\9) {
|
|
300
300
|
flex: 1;
|
|
301
301
|
display: flex;
|
|
302
302
|
flex-direction: row;
|
|
@@ -304,46 +304,46 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
304
304
|
column-gap: var(--space-alert-action-left-ii45xs, 20px);
|
|
305
305
|
}
|
|
306
306
|
|
|
307
|
-
.
|
|
307
|
+
.awsui_hidden_mx3cw_eeybl_250:not(#\9) {
|
|
308
308
|
display: none;
|
|
309
309
|
}
|
|
310
310
|
|
|
311
|
-
.awsui_initial-
|
|
311
|
+
.awsui_initial-hidden_mx3cw_eeybl_311:not(#\9) {
|
|
312
312
|
overflow: hidden;
|
|
313
313
|
block-size: 0;
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
.
|
|
317
|
-
.awsui_header-
|
|
316
|
+
.awsui_header_mx3cw_eeybl_316:not(#\9),
|
|
317
|
+
.awsui_header-replacement_mx3cw_eeybl_317:not(#\9) {
|
|
318
318
|
font-weight: 700;
|
|
319
319
|
}
|
|
320
320
|
|
|
321
|
-
.
|
|
321
|
+
.awsui_action_mx3cw_eeybl_321:not(#\9) {
|
|
322
322
|
white-space: nowrap;
|
|
323
323
|
}
|
|
324
324
|
|
|
325
|
-
.awsui_action-
|
|
326
|
-
.awsui_action-
|
|
325
|
+
.awsui_action-slot_mx3cw_eeybl_325:not(#\9),
|
|
326
|
+
.awsui_action-button_mx3cw_eeybl_326:not(#\9) {
|
|
327
327
|
/* used in test-utils */
|
|
328
328
|
}
|
|
329
329
|
|
|
330
|
-
.awsui_alert-focus-
|
|
330
|
+
.awsui_alert-focus-wrapper_mx3cw_eeybl_330:not(#\9) {
|
|
331
331
|
flex: 1;
|
|
332
332
|
min-inline-size: 70%;
|
|
333
333
|
display: grid;
|
|
334
334
|
grid-template-columns: min-content auto;
|
|
335
335
|
}
|
|
336
|
-
.awsui_alert-focus-
|
|
336
|
+
.awsui_alert-focus-wrapper_mx3cw_eeybl_330:not(#\9):focus {
|
|
337
337
|
outline: none;
|
|
338
338
|
}
|
|
339
|
-
body[data-awsui-focus-visible=true] .awsui_alert-focus-
|
|
339
|
+
body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_eeybl_330:not(#\9):focus {
|
|
340
340
|
position: relative;
|
|
341
341
|
}
|
|
342
|
-
body[data-awsui-focus-visible=true] .awsui_alert-focus-
|
|
342
|
+
body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_eeybl_330:not(#\9):focus {
|
|
343
343
|
outline: 2px dotted transparent;
|
|
344
344
|
outline-offset: calc(var(--space-button-focus-outline-gutter-vsdlzg, 3px) - 1px);
|
|
345
345
|
}
|
|
346
|
-
body[data-awsui-focus-visible=true] .awsui_alert-focus-
|
|
346
|
+
body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_eeybl_330:not(#\9):focus::before {
|
|
347
347
|
content: " ";
|
|
348
348
|
display: block;
|
|
349
349
|
position: absolute;
|
|
@@ -351,85 +351,85 @@ body[data-awsui-focus-visible=true] .awsui_alert-focus-wrapper_mx3cw_1obtu_330:n
|
|
|
351
351
|
inset-block-start: calc(-1 * var(--space-button-focus-outline-gutter-vsdlzg, 3px));
|
|
352
352
|
inline-size: calc(100% + var(--space-button-focus-outline-gutter-vsdlzg, 3px) + var(--space-button-focus-outline-gutter-vsdlzg, 3px));
|
|
353
353
|
block-size: calc(100% + var(--space-button-focus-outline-gutter-vsdlzg, 3px) + var(--space-button-focus-outline-gutter-vsdlzg, 3px));
|
|
354
|
-
border-start-start-radius: var(--awsui-alert-focus-ring-border-radius-
|
|
355
|
-
border-start-end-radius: var(--awsui-alert-focus-ring-border-radius-
|
|
356
|
-
border-end-start-radius: var(--awsui-alert-focus-ring-border-radius-
|
|
357
|
-
border-end-end-radius: var(--awsui-alert-focus-ring-border-radius-
|
|
358
|
-
box-shadow: var(--awsui-alert-focus-ring-box-shadow-
|
|
354
|
+
border-start-start-radius: var(--awsui-alert-focus-ring-border-radius-kiajpc, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
|
|
355
|
+
border-start-end-radius: var(--awsui-alert-focus-ring-border-radius-kiajpc, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
|
|
356
|
+
border-end-start-radius: var(--awsui-alert-focus-ring-border-radius-kiajpc, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
|
|
357
|
+
border-end-end-radius: var(--awsui-alert-focus-ring-border-radius-kiajpc, var(--border-radius-control-default-focus-ring-9xsko1, 2px));
|
|
358
|
+
box-shadow: var(--awsui-alert-focus-ring-box-shadow-kiajpc);
|
|
359
359
|
}
|
|
360
360
|
|
|
361
|
-
.
|
|
361
|
+
.awsui_text_mx3cw_eeybl_361:not(#\9) {
|
|
362
362
|
min-inline-size: 0;
|
|
363
363
|
padding-block: var(--border-width-button-40y1n5, 1px);
|
|
364
364
|
padding-inline: 0;
|
|
365
365
|
margin-block: var(--space-scaled-xxs-jatbiv, 4px);
|
|
366
366
|
margin-inline: var(--space-xxs-jnczic, 4px);
|
|
367
367
|
}
|
|
368
|
-
.
|
|
368
|
+
.awsui_text_mx3cw_eeybl_361.awsui_icon_mx3cw_eeybl_368:not(#\9) {
|
|
369
369
|
margin-inline-start: 0;
|
|
370
370
|
}
|
|
371
|
-
.
|
|
371
|
+
.awsui_text_mx3cw_eeybl_361.awsui_message_mx3cw_eeybl_371:not(#\9) {
|
|
372
372
|
margin-inline-end: var(--space-alert-message-right-ipx6aa, 0px);
|
|
373
373
|
}
|
|
374
374
|
|
|
375
|
-
.awsui_action-
|
|
375
|
+
.awsui_action-wrapped_mx3cw_eeybl_375:not(#\9) {
|
|
376
376
|
margin-block-end: var(--space-xxs-jnczic, 4px);
|
|
377
377
|
}
|
|
378
378
|
|
|
379
|
-
.awsui_icon-size-
|
|
379
|
+
.awsui_icon-size-medium_mx3cw_eeybl_379 > .awsui_alert-wrapper_mx3cw_eeybl_299 > .awsui_action-wrapped_mx3cw_eeybl_375:not(#\9) {
|
|
380
380
|
margin-inline-start: calc(var(--size-icon-medium-3ovt3t, 16px) + var(--space-xs-kw7k3v, 8px));
|
|
381
381
|
}
|
|
382
382
|
|
|
383
|
-
.awsui_icon-size-
|
|
383
|
+
.awsui_icon-size-big_mx3cw_eeybl_383 > .awsui_alert-wrapper_mx3cw_eeybl_299 > .awsui_action-wrapped_mx3cw_eeybl_375:not(#\9) {
|
|
384
384
|
margin-inline-start: calc(var(--size-icon-big-hnqj8f, 32px) + var(--space-xs-kw7k3v, 8px));
|
|
385
385
|
}
|
|
386
386
|
|
|
387
|
-
.awsui_icon-size-
|
|
387
|
+
.awsui_icon-size-normal_mx3cw_eeybl_387 > .awsui_alert-wrapper_mx3cw_eeybl_299 > .awsui_action-wrapped_mx3cw_eeybl_375:not(#\9) {
|
|
388
388
|
margin-inline-start: calc(var(--size-icon-normal-2f5zkr, 16px) + var(--space-xs-kw7k3v, 8px));
|
|
389
389
|
}
|
|
390
390
|
|
|
391
|
-
.
|
|
392
|
-
.awsui_content-
|
|
391
|
+
.awsui_content_mx3cw_eeybl_391:not(#\9),
|
|
392
|
+
.awsui_content-replacement_mx3cw_eeybl_392:not(#\9) {
|
|
393
393
|
/* used in test-utils */
|
|
394
394
|
}
|
|
395
395
|
|
|
396
|
-
.
|
|
396
|
+
.awsui_dismiss_mx3cw_eeybl_396:not(#\9) {
|
|
397
397
|
margin-inline-end: calc(-1 * var(--space-xxs-jnczic, 4px));
|
|
398
398
|
margin-inline-start: var(--space-s-4a5hs8, 12px);
|
|
399
399
|
}
|
|
400
400
|
|
|
401
|
-
.awsui_dismiss-
|
|
401
|
+
.awsui_dismiss-button_mx3cw_eeybl_401:not(#\9) {
|
|
402
402
|
/* used in test-utils */
|
|
403
403
|
}
|
|
404
404
|
|
|
405
|
-
.awsui_type-
|
|
405
|
+
.awsui_type-error_mx3cw_eeybl_405:not(#\9) {
|
|
406
406
|
border-color: var(--color-border-status-error-jybbdz, #d13212);
|
|
407
407
|
background-color: var(--color-background-status-error-5i5ikf, #fdf3f1);
|
|
408
408
|
}
|
|
409
|
-
.awsui_type-
|
|
409
|
+
.awsui_type-error_mx3cw_eeybl_405 > .awsui_alert-wrapper_mx3cw_eeybl_299 > .awsui_alert-focus-wrapper_mx3cw_eeybl_330 > .awsui_icon_mx3cw_eeybl_368:not(#\9) {
|
|
410
410
|
color: var(--color-text-status-error-aknuvu, #d13212);
|
|
411
411
|
}
|
|
412
412
|
|
|
413
|
-
.awsui_type-
|
|
413
|
+
.awsui_type-warning_mx3cw_eeybl_413:not(#\9) {
|
|
414
414
|
border-color: var(--color-border-status-warning-qmz1c4, #906806);
|
|
415
415
|
background-color: var(--color-background-status-warning-mvw8w7, #fffef0);
|
|
416
416
|
}
|
|
417
|
-
.awsui_type-
|
|
417
|
+
.awsui_type-warning_mx3cw_eeybl_413 > .awsui_alert-wrapper_mx3cw_eeybl_299 > .awsui_alert-focus-wrapper_mx3cw_eeybl_330 > .awsui_icon_mx3cw_eeybl_368:not(#\9) {
|
|
418
418
|
color: var(--color-text-status-warning-9b45qh, #906806);
|
|
419
419
|
}
|
|
420
420
|
|
|
421
|
-
.awsui_type-
|
|
421
|
+
.awsui_type-success_mx3cw_eeybl_421:not(#\9) {
|
|
422
422
|
border-color: var(--color-border-status-success-e61wev, #1d8102);
|
|
423
423
|
background-color: var(--color-background-status-success-tkxjye, #f2f8f0);
|
|
424
424
|
}
|
|
425
|
-
.awsui_type-
|
|
425
|
+
.awsui_type-success_mx3cw_eeybl_421 > .awsui_alert-wrapper_mx3cw_eeybl_299 > .awsui_alert-focus-wrapper_mx3cw_eeybl_330 > .awsui_icon_mx3cw_eeybl_368:not(#\9) {
|
|
426
426
|
color: var(--color-text-status-success-yodf3z, #1d8102);
|
|
427
427
|
}
|
|
428
428
|
|
|
429
|
-
.awsui_type-
|
|
429
|
+
.awsui_type-info_mx3cw_eeybl_429:not(#\9) {
|
|
430
430
|
border-color: var(--color-border-status-info-kp0iif, #0073bb);
|
|
431
431
|
background-color: var(--color-background-status-info-nzp1n3, #f1faff);
|
|
432
432
|
}
|
|
433
|
-
.awsui_type-
|
|
433
|
+
.awsui_type-info_mx3cw_eeybl_429 > .awsui_alert-wrapper_mx3cw_eeybl_299 > .awsui_alert-focus-wrapper_mx3cw_eeybl_330 > .awsui_icon_mx3cw_eeybl_368:not(#\9) {
|
|
434
434
|
color: var(--color-text-status-info-xt2ka7, #0073bb);
|
|
435
435
|
}
|
|
@@ -2,32 +2,32 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"alert": "
|
|
6
|
-
"awsui-motion-fade-in": "awsui_awsui-motion-fade-
|
|
7
|
-
"root": "
|
|
8
|
-
"hidden": "
|
|
9
|
-
"alert-wrapper": "awsui_alert-
|
|
10
|
-
"initial-hidden": "awsui_initial-
|
|
11
|
-
"header": "
|
|
12
|
-
"header-replacement": "awsui_header-
|
|
13
|
-
"action": "
|
|
14
|
-
"action-slot": "awsui_action-
|
|
15
|
-
"action-button": "awsui_action-
|
|
16
|
-
"alert-focus-wrapper": "awsui_alert-focus-
|
|
17
|
-
"text": "
|
|
18
|
-
"icon": "
|
|
19
|
-
"message": "
|
|
20
|
-
"action-wrapped": "awsui_action-
|
|
21
|
-
"icon-size-medium": "awsui_icon-size-
|
|
22
|
-
"icon-size-big": "awsui_icon-size-
|
|
23
|
-
"icon-size-normal": "awsui_icon-size-
|
|
24
|
-
"content": "
|
|
25
|
-
"content-replacement": "awsui_content-
|
|
26
|
-
"dismiss": "
|
|
27
|
-
"dismiss-button": "awsui_dismiss-
|
|
28
|
-
"type-error": "awsui_type-
|
|
29
|
-
"type-warning": "awsui_type-
|
|
30
|
-
"type-success": "awsui_type-
|
|
31
|
-
"type-info": "awsui_type-
|
|
5
|
+
"alert": "awsui_alert_mx3cw_eeybl_193",
|
|
6
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_mx3cw_eeybl_1",
|
|
7
|
+
"root": "awsui_root_mx3cw_eeybl_215",
|
|
8
|
+
"hidden": "awsui_hidden_mx3cw_eeybl_250",
|
|
9
|
+
"alert-wrapper": "awsui_alert-wrapper_mx3cw_eeybl_299",
|
|
10
|
+
"initial-hidden": "awsui_initial-hidden_mx3cw_eeybl_311",
|
|
11
|
+
"header": "awsui_header_mx3cw_eeybl_316",
|
|
12
|
+
"header-replacement": "awsui_header-replacement_mx3cw_eeybl_317",
|
|
13
|
+
"action": "awsui_action_mx3cw_eeybl_321",
|
|
14
|
+
"action-slot": "awsui_action-slot_mx3cw_eeybl_325",
|
|
15
|
+
"action-button": "awsui_action-button_mx3cw_eeybl_326",
|
|
16
|
+
"alert-focus-wrapper": "awsui_alert-focus-wrapper_mx3cw_eeybl_330",
|
|
17
|
+
"text": "awsui_text_mx3cw_eeybl_361",
|
|
18
|
+
"icon": "awsui_icon_mx3cw_eeybl_368",
|
|
19
|
+
"message": "awsui_message_mx3cw_eeybl_371",
|
|
20
|
+
"action-wrapped": "awsui_action-wrapped_mx3cw_eeybl_375",
|
|
21
|
+
"icon-size-medium": "awsui_icon-size-medium_mx3cw_eeybl_379",
|
|
22
|
+
"icon-size-big": "awsui_icon-size-big_mx3cw_eeybl_383",
|
|
23
|
+
"icon-size-normal": "awsui_icon-size-normal_mx3cw_eeybl_387",
|
|
24
|
+
"content": "awsui_content_mx3cw_eeybl_391",
|
|
25
|
+
"content-replacement": "awsui_content-replacement_mx3cw_eeybl_392",
|
|
26
|
+
"dismiss": "awsui_dismiss_mx3cw_eeybl_396",
|
|
27
|
+
"dismiss-button": "awsui_dismiss-button_mx3cw_eeybl_401",
|
|
28
|
+
"type-error": "awsui_type-error_mx3cw_eeybl_405",
|
|
29
|
+
"type-warning": "awsui_type-warning_mx3cw_eeybl_413",
|
|
30
|
+
"type-success": "awsui_type-success_mx3cw_eeybl_421",
|
|
31
|
+
"type-info": "awsui_type-info_mx3cw_eeybl_429"
|
|
32
32
|
};
|
|
33
33
|
|
|
@@ -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_ixpjf_193",
|
|
5
|
+
"arrow-outer": "awsui_arrow-outer_1hpp3_ixpjf_197",
|
|
6
|
+
"arrow-inner": "awsui_arrow-inner_1hpp3_ixpjf_197",
|
|
7
|
+
"arrow-position-right-top": "awsui_arrow-position-right-top_1hpp3_ixpjf_239",
|
|
8
|
+
"arrow-position-right-bottom": "awsui_arrow-position-right-bottom_1hpp3_ixpjf_239",
|
|
9
|
+
"arrow-position-left-top": "awsui_arrow-position-left-top_1hpp3_ixpjf_242",
|
|
10
|
+
"arrow-position-left-bottom": "awsui_arrow-position-left-bottom_1hpp3_ixpjf_242",
|
|
11
|
+
"arrow-position-top-center": "awsui_arrow-position-top-center_1hpp3_ixpjf_245",
|
|
12
|
+
"arrow-position-top-responsive": "awsui_arrow-position-top-responsive_1hpp3_ixpjf_245",
|
|
13
|
+
"arrow-position-bottom-center": "awsui_arrow-position-bottom-center_1hpp3_ixpjf_248",
|
|
14
|
+
"arrow-position-bottom-responsive": "awsui_arrow-position-bottom-responsive_1hpp3_ixpjf_248",
|
|
15
|
+
"annotation": "awsui_annotation_1hpp3_ixpjf_252",
|
|
16
|
+
"next-button": "awsui_next-button_1hpp3_ixpjf_253",
|
|
17
|
+
"previous-button": "awsui_previous-button_1hpp3_ixpjf_254",
|
|
18
|
+
"finish-button": "awsui_finish-button_1hpp3_ixpjf_255",
|
|
19
|
+
"header": "awsui_header_1hpp3_ixpjf_256",
|
|
20
|
+
"step-counter-content": "awsui_step-counter-content_1hpp3_ixpjf_257",
|
|
21
|
+
"content": "awsui_content_1hpp3_ixpjf_258",
|
|
22
|
+
"description": "awsui_description_1hpp3_ixpjf_262",
|
|
23
|
+
"actionBar": "awsui_actionBar_1hpp3_ixpjf_267",
|
|
24
|
+
"stepCounter": "awsui_stepCounter_1hpp3_ixpjf_274",
|
|
25
|
+
"divider": "awsui_divider_1hpp3_ixpjf_278",
|
|
26
|
+
"hotspot": "awsui_hotspot_1hpp3_ixpjf_282",
|
|
27
|
+
"icon": "awsui_icon_1hpp3_ixpjf_352"
|
|
28
28
|
};
|
|
29
29
|
|