@cloudscape-design/components-themeable 3.0.1255 → 3.0.1257
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +152 -142
- package/lib/internal/scss/token/mixins.scss +11 -6
- package/lib/internal/scss/token/styles.scss +28 -10
- package/lib/internal/template/alert/styles.css.js +27 -27
- package/lib/internal/template/alert/styles.scoped.css +50 -50
- package/lib/internal/template/alert/styles.selectors.js +27 -27
- package/lib/internal/template/annotation-context/annotation/styles.css.js +13 -13
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +21 -21
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +13 -13
- package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
- package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
- package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +258 -258
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +89 -89
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +32 -32
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +7 -7
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +27 -27
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +54 -54
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +27 -27
- package/lib/internal/template/attribute-editor/styles.css.js +15 -15
- package/lib/internal/template/attribute-editor/styles.scoped.css +28 -28
- package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +28 -28
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
- package/lib/internal/template/button/styles.css.js +22 -22
- package/lib/internal/template/button/styles.scoped.css +256 -256
- package/lib/internal/template/button/styles.selectors.js +22 -22
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +21 -21
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +37 -37
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +21 -21
- package/lib/internal/template/checkbox/styles.css.js +3 -3
- package/lib/internal/template/checkbox/styles.scoped.css +11 -11
- package/lib/internal/template/checkbox/styles.selectors.js +3 -3
- package/lib/internal/template/content-layout/styles.css.js +14 -14
- package/lib/internal/template/content-layout/styles.scoped.css +27 -27
- package/lib/internal/template/content-layout/styles.selectors.js +14 -14
- package/lib/internal/template/file-token-group/styles.css.js +23 -23
- package/lib/internal/template/file-token-group/styles.scoped.css +36 -36
- package/lib/internal/template/file-token-group/styles.selectors.js +23 -23
- package/lib/internal/template/flashbar/styles.css.js +50 -50
- package/lib/internal/template/flashbar/styles.scoped.css +187 -187
- package/lib/internal/template/flashbar/styles.selectors.js +50 -50
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +73 -73
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/input/styles.css.js +13 -13
- package/lib/internal/template/input/styles.scoped.css +74 -74
- package/lib/internal/template/input/styles.selectors.js +13 -13
- package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.css.js +30 -30
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +58 -58
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.selectors.js +30 -30
- package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.d.ts +3 -2
- package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.d.ts.map +1 -1
- package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.js +5 -3
- package/lib/internal/template/internal/components/dropdown/dropdown-fit-handler.js.map +1 -1
- package/lib/internal/template/internal/components/dropdown/index.d.ts +1 -1
- package/lib/internal/template/internal/components/dropdown/index.d.ts.map +1 -1
- package/lib/internal/template/internal/components/dropdown/index.js +10 -7
- package/lib/internal/template/internal/components/dropdown/index.js.map +1 -1
- package/lib/internal/template/internal/components/dropdown/interfaces.d.ts +16 -0
- package/lib/internal/template/internal/components/dropdown/interfaces.d.ts.map +1 -1
- package/lib/internal/template/internal/components/dropdown/interfaces.js.map +1 -1
- package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
- package/lib/internal/template/internal/components/dropdown/styles.scoped.css +39 -39
- package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
- package/lib/internal/template/internal/components/radio-button/styles.css.js +7 -7
- package/lib/internal/template/internal/components/radio-button/styles.scoped.css +18 -18
- package/lib/internal/template/internal/components/radio-button/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
- package/lib/internal/template/internal/components/token-list/styles.scoped.css +25 -25
- package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +10 -0
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/lib/internal/template/internal/generated/custom-css-properties/index.js +151 -141
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +103 -103
- package/lib/internal/template/link/styles.selectors.js +20 -20
- package/lib/internal/template/mixed-line-bar-chart/hooks/use-mouse-hover.d.ts +1 -1
- package/lib/internal/template/mixed-line-bar-chart/hooks/use-mouse-hover.d.ts.map +1 -1
- package/lib/internal/template/mixed-line-bar-chart/hooks/use-mouse-hover.js +13 -5
- package/lib/internal/template/mixed-line-bar-chart/hooks/use-mouse-hover.js.map +1 -1
- package/lib/internal/template/modal/styles.css.js +31 -31
- package/lib/internal/template/modal/styles.scoped.css +48 -48
- package/lib/internal/template/modal/styles.selectors.js +31 -31
- package/lib/internal/template/progress-bar/styles.css.js +18 -18
- package/lib/internal/template/progress-bar/styles.scoped.css +48 -48
- package/lib/internal/template/progress-bar/styles.selectors.js +18 -18
- package/lib/internal/template/prompt-input/styles.css.js +17 -17
- package/lib/internal/template/prompt-input/styles.scoped.css +79 -79
- package/lib/internal/template/prompt-input/styles.selectors.js +17 -17
- package/lib/internal/template/segmented-control/styles.css.js +16 -16
- package/lib/internal/template/segmented-control/styles.scoped.css +46 -46
- package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
- package/lib/internal/template/slider/styles.css.js +26 -26
- package/lib/internal/template/slider/styles.scoped.css +165 -165
- package/lib/internal/template/slider/styles.selectors.js +26 -26
- package/lib/internal/template/spinner/styles.css.js +13 -13
- package/lib/internal/template/spinner/styles.scoped.css +39 -39
- package/lib/internal/template/spinner/styles.selectors.js +13 -13
- package/lib/internal/template/tabs/styles.css.js +30 -30
- package/lib/internal/template/tabs/styles.scoped.css +76 -76
- package/lib/internal/template/tabs/styles.selectors.js +30 -30
- package/lib/internal/template/tag-editor/styles.css.js +3 -3
- package/lib/internal/template/tag-editor/styles.scoped.css +13 -13
- package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +66 -66
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/lib/internal/template/textarea/styles.css.js +5 -5
- package/lib/internal/template/textarea/styles.scoped.css +45 -45
- package/lib/internal/template/textarea/styles.selectors.js +5 -5
- package/lib/internal/template/toggle/styles.css.js +10 -10
- package/lib/internal/template/toggle/styles.scoped.css +23 -23
- package/lib/internal/template/toggle/styles.selectors.js +10 -10
- package/lib/internal/template/token/interfaces.d.ts +37 -0
- package/lib/internal/template/token/interfaces.d.ts.map +1 -1
- package/lib/internal/template/token/interfaces.js.map +1 -1
- package/lib/internal/template/token/internal.d.ts.map +1 -1
- package/lib/internal/template/token/internal.js +3 -1
- package/lib/internal/template/token/internal.js.map +1 -1
- package/lib/internal/template/token/styles.css.js +14 -14
- package/lib/internal/template/token/styles.d.ts +3 -0
- package/lib/internal/template/token/styles.d.ts.map +1 -0
- package/lib/internal/template/token/styles.js +32 -0
- package/lib/internal/template/token/styles.js.map +1 -0
- package/lib/internal/template/token/styles.scoped.css +51 -45
- package/lib/internal/template/token/styles.selectors.js +14 -14
- package/package.json +1 -1
|
@@ -1,146 +1,156 @@
|
|
|
1
1
|
|
|
2
2
|
// Build environment
|
|
3
|
-
$awsui-commit-hash: "
|
|
3
|
+
$awsui-commit-hash: "7d3ac020";
|
|
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
|
-
$drawerMinSize: --awsui-drawer-min-size-
|
|
18
|
-
$bottomDrawerSize: --awsui-bottom-drawer-size-
|
|
19
|
-
$footerHeight: --awsui-footer-height-
|
|
20
|
-
$headerGap: --awsui-header-gap-
|
|
21
|
-
$headerHeight: --awsui-header-height-
|
|
22
|
-
$layoutWidth: --awsui-layout-width-
|
|
23
|
-
$mainGap: --awsui-main-gap-
|
|
24
|
-
$mainOffsetLeft: --awsui-main-offset-left-
|
|
25
|
-
$mainTemplateRows: --awsui-main-template-rows-
|
|
26
|
-
$mobileBarHeight: --awsui-mobile-bar-height-
|
|
27
|
-
$notificationsHeight: --awsui-notifications-height-
|
|
28
|
-
$offsetTop: --awsui-offset-top-
|
|
29
|
-
$overlapHeight: --awsui-overlap-height-
|
|
30
|
-
$navigationWidth: --awsui-navigation-width-
|
|
31
|
-
$splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-
|
|
32
|
-
$splitPanelReportedSize: --awsui-split-panel-reported-size-
|
|
33
|
-
$splitPanelHeight: --awsui-split-panel-height-
|
|
34
|
-
$splitPanelMinWidth: --awsui-split-panel-min-width-
|
|
35
|
-
$splitPanelMaxWidth: --awsui-split-panel-max-width-
|
|
36
|
-
$toolsMaxWidth: --awsui-tools-max-width-
|
|
37
|
-
$toolsWidth: --awsui-tools-width-
|
|
38
|
-
$toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-
|
|
39
|
-
$contentScrollMargin: --awsui-content-scroll-margin-
|
|
40
|
-
$flashbarStackDepth: --awsui-flashbar-stack-depth-
|
|
41
|
-
$flashbarStackIndex: --awsui-flashbar-stack-index-
|
|
42
|
-
$flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-
|
|
43
|
-
$stackedNotificationsBottomMargin: --awsui-stacked-notifications-bottom-margin-
|
|
44
|
-
$stackedNotificationsDefaultBottomMargin: --awsui-stacked-notifications-default-bottom-margin-
|
|
45
|
-
$dropdownDefaultMaxWidth: --awsui-dropdown-default-max-width-
|
|
46
|
-
$dropdownDefaultMinWidth: --awsui-dropdown-default-min-width-
|
|
47
|
-
$modalCustomWidth: --awsui-modal-custom-width-
|
|
48
|
-
$modalCustomHeight: --awsui-modal-custom-height-
|
|
49
|
-
$spinnerRotatorFrom: --awsui-spinner-rotator-from-
|
|
50
|
-
$spinnerRotatorTo: --awsui-spinner-rotator-to-
|
|
51
|
-
$spinnerLineLeftFrom: --awsui-spinner-line-left-from-
|
|
52
|
-
$spinnerLineLeftTo: --awsui-spinner-line-left-to-
|
|
53
|
-
$spinnerLineRightFrom: --awsui-spinner-line-right-from-
|
|
54
|
-
$spinnerLineRightTo: --awsui-spinner-line-right-to-
|
|
55
|
-
$sliderLabelCount: --awsui-slider-label-count-
|
|
56
|
-
$sliderTickCount: --awsui-slider-tick-count-
|
|
57
|
-
$sliderReferenceColumn: --awsui-slider-reference-column-
|
|
58
|
-
$sliderNextReferenceColumn: --awsui-slider-next-reference-column-
|
|
59
|
-
$sliderMaxStart: --awsui-slider-max-start-
|
|
60
|
-
$sliderMinEnd: --awsui-slider-min-end-
|
|
61
|
-
$sliderRangeInlineSize: --awsui-slider-range-inline-size-
|
|
62
|
-
$sliderTooltipPosition: --awsui-slider-tooltip-position-
|
|
63
|
-
$togglesLeftWidth: --awsui-toggles-left-width-
|
|
64
|
-
$togglesRightWidth: --awsui-toggles-right-width-
|
|
65
|
-
$promptInputMaxRows: --awsui-prompt-input-max-rows-
|
|
66
|
-
$promptInputScrollHeight: --awsui-prompt-input-scroll-height-
|
|
67
|
-
$dragHandleAnimationInlineOffset: --awsui-drag-handle-animation-inline-offset-
|
|
68
|
-
$dragHandleAnimationBlockOffset: --awsui-drag-handle-animation-block-offset-
|
|
69
|
-
$styleBackgroundActive: --awsui-style-background-active-
|
|
70
|
-
$styleBackgroundDefault: --awsui-style-background-default-
|
|
71
|
-
$styleBackgroundDisabled: --awsui-style-background-disabled-
|
|
72
|
-
$styleBackgroundHover: --awsui-style-background-hover-
|
|
73
|
-
$styleBorderColorActive: --awsui-style-border-color-active-
|
|
74
|
-
$styleBorderColorDefault: --awsui-style-border-color-default-
|
|
75
|
-
$styleBorderColorDisabled: --awsui-style-border-color-disabled-
|
|
76
|
-
$styleBorderColorHover: --awsui-style-border-color-hover-
|
|
77
|
-
$styleColorActive: --awsui-style-color-active-
|
|
78
|
-
$styleColorDefault: --awsui-style-color-default-
|
|
79
|
-
$styleColorDisabled: --awsui-style-color-disabled-
|
|
80
|
-
$styleColorHover: --awsui-style-color-hover-
|
|
81
|
-
$styleFocusRingBorderColor: --awsui-style-focus-ring-border-color-
|
|
82
|
-
$styleFocusRingBorderRadius: --awsui-style-focus-ring-border-radius-
|
|
83
|
-
$styleFocusRingBorderWidth: --awsui-style-focus-ring-border-width-
|
|
84
|
-
$styleFocusRingBoxShadow: --awsui-style-focus-ring-box-shadow-
|
|
85
|
-
$styleBoxShadowActive: --awsui-style-box-shadow-active-
|
|
86
|
-
$styleBoxShadowDefault: --awsui-style-box-shadow-default-
|
|
87
|
-
$styleBoxShadowDisabled: --awsui-style-box-shadow-disabled-
|
|
88
|
-
$styleBoxShadowHover: --awsui-style-box-shadow-hover-
|
|
89
|
-
$styleBackgroundReadonly: --awsui-style-background-readonly-
|
|
90
|
-
$styleBorderColorReadonly: --awsui-style-border-color-readonly-
|
|
91
|
-
$styleBoxShadowReadonly: --awsui-style-box-shadow-readonly-
|
|
92
|
-
$styleColorReadonly: --awsui-style-color-readonly-
|
|
93
|
-
$styleBackgroundFocus: --awsui-style-background-focus-
|
|
94
|
-
$styleBorderColorFocus: --awsui-style-border-color-focus-
|
|
95
|
-
$styleBoxShadowFocus: --awsui-style-box-shadow-focus-
|
|
96
|
-
$styleColorFocus: --awsui-style-color-focus-
|
|
97
|
-
$stylePlaceholderColor: --awsui-style-placeholder-color-
|
|
98
|
-
$stylePlaceholderFontSize: --awsui-style-placeholder-font-size-
|
|
99
|
-
$stylePlaceholderFontStyle: --awsui-style-placeholder-font-style-
|
|
100
|
-
$stylePlaceholderFontWeight: --awsui-style-placeholder-font-weight-
|
|
101
|
-
$styleTabsActiveIndicatorColor: --awsui-style-tabs-active-indicator-color-
|
|
102
|
-
$styleTabsActiveIndicatorWidth: --awsui-style-tabs-active-indicator-width-
|
|
103
|
-
$styleTabsActiveIndicatorBorderRadius: --awsui-style-tabs-active-indicator-border-radius-
|
|
104
|
-
$styleTabsSeparatorColor: --awsui-style-tabs-separator-color-
|
|
105
|
-
$styleTabsSeparatorWidth: --awsui-style-tabs-separator-width-
|
|
106
|
-
$alertFocusRingBorderColor: --awsui-alert-focus-ring-border-color-
|
|
107
|
-
$alertFocusRingBorderRadius: --awsui-alert-focus-ring-border-radius-
|
|
108
|
-
$alertFocusRingBorderWidth: --awsui-alert-focus-ring-border-width-
|
|
109
|
-
$alertFocusRingBoxShadow: --awsui-alert-focus-ring-box-shadow-
|
|
110
|
-
$alertIconColor: --awsui-alert-icon-color-
|
|
111
|
-
$promptInputStyleBackgroundDefault: --awsui-prompt-input-style-background-default-
|
|
112
|
-
$promptInputStyleBackgroundDisabled: --awsui-prompt-input-style-background-disabled-
|
|
113
|
-
$promptInputStyleBackgroundFocus: --awsui-prompt-input-style-background-focus-
|
|
114
|
-
$promptInputStyleBackgroundHover: --awsui-prompt-input-style-background-hover-
|
|
115
|
-
$promptInputStyleBackgroundReadonly: --awsui-prompt-input-style-background-readonly-
|
|
116
|
-
$promptInputStyleBorderColorDefault: --awsui-prompt-input-style-border-color-default-
|
|
117
|
-
$promptInputStyleBorderColorDisabled: --awsui-prompt-input-style-border-color-disabled-
|
|
118
|
-
$promptInputStyleBorderColorFocus: --awsui-prompt-input-style-border-color-focus-
|
|
119
|
-
$promptInputStyleBorderColorHover: --awsui-prompt-input-style-border-color-hover-
|
|
120
|
-
$promptInputStyleBorderColorReadonly: --awsui-prompt-input-style-border-color-readonly-
|
|
121
|
-
$promptInputStyleBoxShadowDefault: --awsui-prompt-input-style-box-shadow-default-
|
|
122
|
-
$promptInputStyleBoxShadowDisabled: --awsui-prompt-input-style-box-shadow-disabled-
|
|
123
|
-
$promptInputStyleBoxShadowFocus: --awsui-prompt-input-style-box-shadow-focus-
|
|
124
|
-
$promptInputStyleBoxShadowHover: --awsui-prompt-input-style-box-shadow-hover-
|
|
125
|
-
$promptInputStyleBoxShadowReadonly: --awsui-prompt-input-style-box-shadow-readonly-
|
|
126
|
-
$promptInputStyleColorDefault: --awsui-prompt-input-style-color-default-
|
|
127
|
-
$promptInputStyleColorDisabled: --awsui-prompt-input-style-color-disabled-
|
|
128
|
-
$promptInputStyleColorFocus: --awsui-prompt-input-style-color-focus-
|
|
129
|
-
$promptInputStyleColorHover: --awsui-prompt-input-style-color-hover-
|
|
130
|
-
$promptInputStyleColorReadonly: --awsui-prompt-input-style-color-readonly-
|
|
131
|
-
$promptInputStylePlaceholderColor: --awsui-prompt-input-style-placeholder-color-
|
|
132
|
-
$promptInputStylePlaceholderFontSize: --awsui-prompt-input-style-placeholder-font-size-
|
|
133
|
-
$promptInputStylePlaceholderFontStyle: --awsui-prompt-input-style-placeholder-font-style-
|
|
134
|
-
$promptInputStylePlaceholderFontWeight: --awsui-prompt-input-style-placeholder-font-weight-
|
|
135
|
-
$progressBarBackgroundColor: --awsui-progress-bar-background-color-
|
|
136
|
-
$progressBarBorderRadius: --awsui-progress-bar-border-radius-
|
|
137
|
-
$progressBarHeight: --awsui-progress-bar-height-
|
|
138
|
-
$progressValueBackgroundColor: --awsui-progress-value-background-color-
|
|
139
|
-
$styleSliderTrackBackgroundColor: --awsui-style-slider-track-background-color-
|
|
140
|
-
$styleSliderRangeBackgroundDefault: --awsui-style-slider-range-background-default-
|
|
141
|
-
$styleSliderRangeBackgroundActive: --awsui-style-slider-range-background-active-
|
|
142
|
-
$styleSliderHandleBackgroundDefault: --awsui-style-slider-handle-background-default-
|
|
143
|
-
$styleSliderHandleBackgroundHover: --awsui-style-slider-handle-background-hover-
|
|
144
|
-
$styleSliderHandleBackgroundActive: --awsui-style-slider-handle-background-active-
|
|
145
|
-
$styleSliderHandleBorderRadius: --awsui-style-slider-handle-border-radius-
|
|
5
|
+
$maxContentWidth: --awsui-max-content-width-hzjhvz;
|
|
6
|
+
$minContentWidth: --awsui-min-content-width-hzjhvz;
|
|
7
|
+
$breadcrumbsGap: --awsui-breadcrumbs-gap-hzjhvz;
|
|
8
|
+
$contentGapLeft: --awsui-content-gap-left-hzjhvz;
|
|
9
|
+
$contentGapRight: --awsui-content-gap-right-hzjhvz;
|
|
10
|
+
$contentHeight: --awsui-content-height-hzjhvz;
|
|
11
|
+
$contentLayoutDefaultHorizontalPadding: --awsui-content-layout-default-horizontal-padding-hzjhvz;
|
|
12
|
+
$contentLayoutMaxContentWidth: --awsui-content-layout-max-content-width-hzjhvz;
|
|
13
|
+
$contentLayoutMainGap: --awsui-content-layout-main-gap-hzjhvz;
|
|
14
|
+
$defaultMaxContentWidth: --awsui-default-max-content-width-hzjhvz;
|
|
15
|
+
$defaultMinContentWidth: --awsui-default-min-content-width-hzjhvz;
|
|
16
|
+
$drawerSize: --awsui-drawer-size-hzjhvz;
|
|
17
|
+
$drawerMinSize: --awsui-drawer-min-size-hzjhvz;
|
|
18
|
+
$bottomDrawerSize: --awsui-bottom-drawer-size-hzjhvz;
|
|
19
|
+
$footerHeight: --awsui-footer-height-hzjhvz;
|
|
20
|
+
$headerGap: --awsui-header-gap-hzjhvz;
|
|
21
|
+
$headerHeight: --awsui-header-height-hzjhvz;
|
|
22
|
+
$layoutWidth: --awsui-layout-width-hzjhvz;
|
|
23
|
+
$mainGap: --awsui-main-gap-hzjhvz;
|
|
24
|
+
$mainOffsetLeft: --awsui-main-offset-left-hzjhvz;
|
|
25
|
+
$mainTemplateRows: --awsui-main-template-rows-hzjhvz;
|
|
26
|
+
$mobileBarHeight: --awsui-mobile-bar-height-hzjhvz;
|
|
27
|
+
$notificationsHeight: --awsui-notifications-height-hzjhvz;
|
|
28
|
+
$offsetTop: --awsui-offset-top-hzjhvz;
|
|
29
|
+
$overlapHeight: --awsui-overlap-height-hzjhvz;
|
|
30
|
+
$navigationWidth: --awsui-navigation-width-hzjhvz;
|
|
31
|
+
$splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-hzjhvz;
|
|
32
|
+
$splitPanelReportedSize: --awsui-split-panel-reported-size-hzjhvz;
|
|
33
|
+
$splitPanelHeight: --awsui-split-panel-height-hzjhvz;
|
|
34
|
+
$splitPanelMinWidth: --awsui-split-panel-min-width-hzjhvz;
|
|
35
|
+
$splitPanelMaxWidth: --awsui-split-panel-max-width-hzjhvz;
|
|
36
|
+
$toolsMaxWidth: --awsui-tools-max-width-hzjhvz;
|
|
37
|
+
$toolsWidth: --awsui-tools-width-hzjhvz;
|
|
38
|
+
$toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-hzjhvz;
|
|
39
|
+
$contentScrollMargin: --awsui-content-scroll-margin-hzjhvz;
|
|
40
|
+
$flashbarStackDepth: --awsui-flashbar-stack-depth-hzjhvz;
|
|
41
|
+
$flashbarStackIndex: --awsui-flashbar-stack-index-hzjhvz;
|
|
42
|
+
$flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-hzjhvz;
|
|
43
|
+
$stackedNotificationsBottomMargin: --awsui-stacked-notifications-bottom-margin-hzjhvz;
|
|
44
|
+
$stackedNotificationsDefaultBottomMargin: --awsui-stacked-notifications-default-bottom-margin-hzjhvz;
|
|
45
|
+
$dropdownDefaultMaxWidth: --awsui-dropdown-default-max-width-hzjhvz;
|
|
46
|
+
$dropdownDefaultMinWidth: --awsui-dropdown-default-min-width-hzjhvz;
|
|
47
|
+
$modalCustomWidth: --awsui-modal-custom-width-hzjhvz;
|
|
48
|
+
$modalCustomHeight: --awsui-modal-custom-height-hzjhvz;
|
|
49
|
+
$spinnerRotatorFrom: --awsui-spinner-rotator-from-hzjhvz;
|
|
50
|
+
$spinnerRotatorTo: --awsui-spinner-rotator-to-hzjhvz;
|
|
51
|
+
$spinnerLineLeftFrom: --awsui-spinner-line-left-from-hzjhvz;
|
|
52
|
+
$spinnerLineLeftTo: --awsui-spinner-line-left-to-hzjhvz;
|
|
53
|
+
$spinnerLineRightFrom: --awsui-spinner-line-right-from-hzjhvz;
|
|
54
|
+
$spinnerLineRightTo: --awsui-spinner-line-right-to-hzjhvz;
|
|
55
|
+
$sliderLabelCount: --awsui-slider-label-count-hzjhvz;
|
|
56
|
+
$sliderTickCount: --awsui-slider-tick-count-hzjhvz;
|
|
57
|
+
$sliderReferenceColumn: --awsui-slider-reference-column-hzjhvz;
|
|
58
|
+
$sliderNextReferenceColumn: --awsui-slider-next-reference-column-hzjhvz;
|
|
59
|
+
$sliderMaxStart: --awsui-slider-max-start-hzjhvz;
|
|
60
|
+
$sliderMinEnd: --awsui-slider-min-end-hzjhvz;
|
|
61
|
+
$sliderRangeInlineSize: --awsui-slider-range-inline-size-hzjhvz;
|
|
62
|
+
$sliderTooltipPosition: --awsui-slider-tooltip-position-hzjhvz;
|
|
63
|
+
$togglesLeftWidth: --awsui-toggles-left-width-hzjhvz;
|
|
64
|
+
$togglesRightWidth: --awsui-toggles-right-width-hzjhvz;
|
|
65
|
+
$promptInputMaxRows: --awsui-prompt-input-max-rows-hzjhvz;
|
|
66
|
+
$promptInputScrollHeight: --awsui-prompt-input-scroll-height-hzjhvz;
|
|
67
|
+
$dragHandleAnimationInlineOffset: --awsui-drag-handle-animation-inline-offset-hzjhvz;
|
|
68
|
+
$dragHandleAnimationBlockOffset: --awsui-drag-handle-animation-block-offset-hzjhvz;
|
|
69
|
+
$styleBackgroundActive: --awsui-style-background-active-hzjhvz;
|
|
70
|
+
$styleBackgroundDefault: --awsui-style-background-default-hzjhvz;
|
|
71
|
+
$styleBackgroundDisabled: --awsui-style-background-disabled-hzjhvz;
|
|
72
|
+
$styleBackgroundHover: --awsui-style-background-hover-hzjhvz;
|
|
73
|
+
$styleBorderColorActive: --awsui-style-border-color-active-hzjhvz;
|
|
74
|
+
$styleBorderColorDefault: --awsui-style-border-color-default-hzjhvz;
|
|
75
|
+
$styleBorderColorDisabled: --awsui-style-border-color-disabled-hzjhvz;
|
|
76
|
+
$styleBorderColorHover: --awsui-style-border-color-hover-hzjhvz;
|
|
77
|
+
$styleColorActive: --awsui-style-color-active-hzjhvz;
|
|
78
|
+
$styleColorDefault: --awsui-style-color-default-hzjhvz;
|
|
79
|
+
$styleColorDisabled: --awsui-style-color-disabled-hzjhvz;
|
|
80
|
+
$styleColorHover: --awsui-style-color-hover-hzjhvz;
|
|
81
|
+
$styleFocusRingBorderColor: --awsui-style-focus-ring-border-color-hzjhvz;
|
|
82
|
+
$styleFocusRingBorderRadius: --awsui-style-focus-ring-border-radius-hzjhvz;
|
|
83
|
+
$styleFocusRingBorderWidth: --awsui-style-focus-ring-border-width-hzjhvz;
|
|
84
|
+
$styleFocusRingBoxShadow: --awsui-style-focus-ring-box-shadow-hzjhvz;
|
|
85
|
+
$styleBoxShadowActive: --awsui-style-box-shadow-active-hzjhvz;
|
|
86
|
+
$styleBoxShadowDefault: --awsui-style-box-shadow-default-hzjhvz;
|
|
87
|
+
$styleBoxShadowDisabled: --awsui-style-box-shadow-disabled-hzjhvz;
|
|
88
|
+
$styleBoxShadowHover: --awsui-style-box-shadow-hover-hzjhvz;
|
|
89
|
+
$styleBackgroundReadonly: --awsui-style-background-readonly-hzjhvz;
|
|
90
|
+
$styleBorderColorReadonly: --awsui-style-border-color-readonly-hzjhvz;
|
|
91
|
+
$styleBoxShadowReadonly: --awsui-style-box-shadow-readonly-hzjhvz;
|
|
92
|
+
$styleColorReadonly: --awsui-style-color-readonly-hzjhvz;
|
|
93
|
+
$styleBackgroundFocus: --awsui-style-background-focus-hzjhvz;
|
|
94
|
+
$styleBorderColorFocus: --awsui-style-border-color-focus-hzjhvz;
|
|
95
|
+
$styleBoxShadowFocus: --awsui-style-box-shadow-focus-hzjhvz;
|
|
96
|
+
$styleColorFocus: --awsui-style-color-focus-hzjhvz;
|
|
97
|
+
$stylePlaceholderColor: --awsui-style-placeholder-color-hzjhvz;
|
|
98
|
+
$stylePlaceholderFontSize: --awsui-style-placeholder-font-size-hzjhvz;
|
|
99
|
+
$stylePlaceholderFontStyle: --awsui-style-placeholder-font-style-hzjhvz;
|
|
100
|
+
$stylePlaceholderFontWeight: --awsui-style-placeholder-font-weight-hzjhvz;
|
|
101
|
+
$styleTabsActiveIndicatorColor: --awsui-style-tabs-active-indicator-color-hzjhvz;
|
|
102
|
+
$styleTabsActiveIndicatorWidth: --awsui-style-tabs-active-indicator-width-hzjhvz;
|
|
103
|
+
$styleTabsActiveIndicatorBorderRadius: --awsui-style-tabs-active-indicator-border-radius-hzjhvz;
|
|
104
|
+
$styleTabsSeparatorColor: --awsui-style-tabs-separator-color-hzjhvz;
|
|
105
|
+
$styleTabsSeparatorWidth: --awsui-style-tabs-separator-width-hzjhvz;
|
|
106
|
+
$alertFocusRingBorderColor: --awsui-alert-focus-ring-border-color-hzjhvz;
|
|
107
|
+
$alertFocusRingBorderRadius: --awsui-alert-focus-ring-border-radius-hzjhvz;
|
|
108
|
+
$alertFocusRingBorderWidth: --awsui-alert-focus-ring-border-width-hzjhvz;
|
|
109
|
+
$alertFocusRingBoxShadow: --awsui-alert-focus-ring-box-shadow-hzjhvz;
|
|
110
|
+
$alertIconColor: --awsui-alert-icon-color-hzjhvz;
|
|
111
|
+
$promptInputStyleBackgroundDefault: --awsui-prompt-input-style-background-default-hzjhvz;
|
|
112
|
+
$promptInputStyleBackgroundDisabled: --awsui-prompt-input-style-background-disabled-hzjhvz;
|
|
113
|
+
$promptInputStyleBackgroundFocus: --awsui-prompt-input-style-background-focus-hzjhvz;
|
|
114
|
+
$promptInputStyleBackgroundHover: --awsui-prompt-input-style-background-hover-hzjhvz;
|
|
115
|
+
$promptInputStyleBackgroundReadonly: --awsui-prompt-input-style-background-readonly-hzjhvz;
|
|
116
|
+
$promptInputStyleBorderColorDefault: --awsui-prompt-input-style-border-color-default-hzjhvz;
|
|
117
|
+
$promptInputStyleBorderColorDisabled: --awsui-prompt-input-style-border-color-disabled-hzjhvz;
|
|
118
|
+
$promptInputStyleBorderColorFocus: --awsui-prompt-input-style-border-color-focus-hzjhvz;
|
|
119
|
+
$promptInputStyleBorderColorHover: --awsui-prompt-input-style-border-color-hover-hzjhvz;
|
|
120
|
+
$promptInputStyleBorderColorReadonly: --awsui-prompt-input-style-border-color-readonly-hzjhvz;
|
|
121
|
+
$promptInputStyleBoxShadowDefault: --awsui-prompt-input-style-box-shadow-default-hzjhvz;
|
|
122
|
+
$promptInputStyleBoxShadowDisabled: --awsui-prompt-input-style-box-shadow-disabled-hzjhvz;
|
|
123
|
+
$promptInputStyleBoxShadowFocus: --awsui-prompt-input-style-box-shadow-focus-hzjhvz;
|
|
124
|
+
$promptInputStyleBoxShadowHover: --awsui-prompt-input-style-box-shadow-hover-hzjhvz;
|
|
125
|
+
$promptInputStyleBoxShadowReadonly: --awsui-prompt-input-style-box-shadow-readonly-hzjhvz;
|
|
126
|
+
$promptInputStyleColorDefault: --awsui-prompt-input-style-color-default-hzjhvz;
|
|
127
|
+
$promptInputStyleColorDisabled: --awsui-prompt-input-style-color-disabled-hzjhvz;
|
|
128
|
+
$promptInputStyleColorFocus: --awsui-prompt-input-style-color-focus-hzjhvz;
|
|
129
|
+
$promptInputStyleColorHover: --awsui-prompt-input-style-color-hover-hzjhvz;
|
|
130
|
+
$promptInputStyleColorReadonly: --awsui-prompt-input-style-color-readonly-hzjhvz;
|
|
131
|
+
$promptInputStylePlaceholderColor: --awsui-prompt-input-style-placeholder-color-hzjhvz;
|
|
132
|
+
$promptInputStylePlaceholderFontSize: --awsui-prompt-input-style-placeholder-font-size-hzjhvz;
|
|
133
|
+
$promptInputStylePlaceholderFontStyle: --awsui-prompt-input-style-placeholder-font-style-hzjhvz;
|
|
134
|
+
$promptInputStylePlaceholderFontWeight: --awsui-prompt-input-style-placeholder-font-weight-hzjhvz;
|
|
135
|
+
$progressBarBackgroundColor: --awsui-progress-bar-background-color-hzjhvz;
|
|
136
|
+
$progressBarBorderRadius: --awsui-progress-bar-border-radius-hzjhvz;
|
|
137
|
+
$progressBarHeight: --awsui-progress-bar-height-hzjhvz;
|
|
138
|
+
$progressValueBackgroundColor: --awsui-progress-value-background-color-hzjhvz;
|
|
139
|
+
$styleSliderTrackBackgroundColor: --awsui-style-slider-track-background-color-hzjhvz;
|
|
140
|
+
$styleSliderRangeBackgroundDefault: --awsui-style-slider-range-background-default-hzjhvz;
|
|
141
|
+
$styleSliderRangeBackgroundActive: --awsui-style-slider-range-background-active-hzjhvz;
|
|
142
|
+
$styleSliderHandleBackgroundDefault: --awsui-style-slider-handle-background-default-hzjhvz;
|
|
143
|
+
$styleSliderHandleBackgroundHover: --awsui-style-slider-handle-background-hover-hzjhvz;
|
|
144
|
+
$styleSliderHandleBackgroundActive: --awsui-style-slider-handle-background-active-hzjhvz;
|
|
145
|
+
$styleSliderHandleBorderRadius: --awsui-style-slider-handle-border-radius-hzjhvz;
|
|
146
|
+
$tokenStyleBackgroundDefault: --awsui-token-style-background-default-hzjhvz;
|
|
147
|
+
$tokenStyleBackgroundDisabled: --awsui-token-style-background-disabled-hzjhvz;
|
|
148
|
+
$tokenStyleBackgroundReadOnly: --awsui-token-style-background-read-only-hzjhvz;
|
|
149
|
+
$tokenStyleBorderColorDefault: --awsui-token-style-border-color-default-hzjhvz;
|
|
150
|
+
$tokenStyleBorderColorDisabled: --awsui-token-style-border-color-disabled-hzjhvz;
|
|
151
|
+
$tokenStyleBorderColorReadOnly: --awsui-token-style-border-color-read-only-hzjhvz;
|
|
152
|
+
$tokenStyleDismissColorDefault: --awsui-token-style-dismiss-color-default-hzjhvz;
|
|
153
|
+
$tokenStyleDismissColorDisabled: --awsui-token-style-dismiss-color-disabled-hzjhvz;
|
|
154
|
+
$tokenStyleDismissColorHover: --awsui-token-style-dismiss-color-hover-hzjhvz;
|
|
155
|
+
$tokenStyleDismissColorReadOnly: --awsui-token-style-dismiss-color-read-only-hzjhvz;
|
|
146
156
|
|
|
@@ -4,20 +4,23 @@
|
|
|
4
4
|
*/
|
|
5
5
|
@use '../internal/styles' as styles;
|
|
6
6
|
@use '../internal/styles/tokens' as awsui;
|
|
7
|
+
@use '../internal/generated/custom-css-properties/index.scss' as custom-props;
|
|
7
8
|
@use './constants' as constants;
|
|
8
9
|
|
|
9
10
|
@mixin token-box-styles {
|
|
10
11
|
position: relative;
|
|
11
12
|
block-size: 100%;
|
|
12
|
-
border-block: awsui.$border-width-token solid
|
|
13
|
-
|
|
13
|
+
border-block: awsui.$border-width-token solid
|
|
14
|
+
var(#{custom-props.$tokenStyleBorderColorDefault}, constants.$token-border-color);
|
|
15
|
+
border-inline: awsui.$border-width-token solid
|
|
16
|
+
var(#{custom-props.$tokenStyleBorderColorDefault}, constants.$token-border-color);
|
|
14
17
|
padding-block-start: styles.$control-padding-vertical;
|
|
15
18
|
padding-block-end: styles.$control-padding-vertical;
|
|
16
19
|
padding-inline-start: styles.$control-padding-horizontal;
|
|
17
20
|
padding-inline-end: awsui.$space-xxs;
|
|
18
21
|
display: flex;
|
|
19
22
|
align-items: flex-start;
|
|
20
|
-
background: constants.$token-background;
|
|
23
|
+
background: var(#{custom-props.$tokenStyleBackgroundDefault}, constants.$token-background);
|
|
21
24
|
border-start-start-radius: awsui.$border-radius-token;
|
|
22
25
|
border-start-end-radius: awsui.$border-radius-token;
|
|
23
26
|
border-end-start-radius: awsui.$border-radius-token;
|
|
@@ -30,13 +33,15 @@
|
|
|
30
33
|
position: relative;
|
|
31
34
|
block-size: constants.$token-max-height-inline;
|
|
32
35
|
max-block-size: constants.$token-max-height-inline;
|
|
33
|
-
border-block: awsui.$border-width-field solid
|
|
34
|
-
|
|
36
|
+
border-block: awsui.$border-width-field solid
|
|
37
|
+
var(#{custom-props.$tokenStyleBorderColorDefault}, constants.$token-border-color);
|
|
38
|
+
border-inline: awsui.$border-width-field solid
|
|
39
|
+
var(#{custom-props.$tokenStyleBorderColorDefault}, constants.$token-border-color);
|
|
35
40
|
padding-inline-start: awsui.$space-scaled-xxs;
|
|
36
41
|
padding-inline-end: awsui.$space-scaled-xxs;
|
|
37
42
|
display: flex;
|
|
38
43
|
align-items: center;
|
|
39
|
-
background: constants.$token-background;
|
|
44
|
+
background: var(#{custom-props.$tokenStyleBackgroundDefault}, constants.$token-background);
|
|
40
45
|
border-start-start-radius: awsui.$space-scaled-xxs;
|
|
41
46
|
border-start-end-radius: awsui.$space-scaled-xxs;
|
|
42
47
|
border-end-start-radius: awsui.$space-scaled-xxs;
|
|
@@ -5,7 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
@use '../internal/styles' as styles;
|
|
7
7
|
@use '../internal/styles/tokens' as awsui;
|
|
8
|
+
@use '../internal/styles/foundation' as foundation;
|
|
8
9
|
@use '@cloudscape-design/component-toolkit/internal/focus-visible' as focus-visible;
|
|
10
|
+
@use '../internal/generated/custom-css-properties/index.scss' as custom-props;
|
|
9
11
|
@use './constants' as constants;
|
|
10
12
|
@use './mixins.scss' as mixins;
|
|
11
13
|
|
|
@@ -21,12 +23,20 @@
|
|
|
21
23
|
border-inline: awsui.$border-width-field solid transparent;
|
|
22
24
|
padding-block: 0;
|
|
23
25
|
padding-inline: awsui.$space-xxs;
|
|
24
|
-
color: awsui.$color-text-button-inline-icon-default;
|
|
26
|
+
color: var(#{custom-props.$tokenStyleDismissColorDefault}, awsui.$color-text-button-inline-icon-default);
|
|
25
27
|
background-color: transparent;
|
|
26
28
|
cursor: pointer;
|
|
27
29
|
|
|
30
|
+
#{custom-props.$styleFocusRingBoxShadow}: 0 0 0
|
|
31
|
+
var(#{custom-props.$styleFocusRingBorderWidth}, foundation.$box-shadow-focused-width)
|
|
32
|
+
var(#{custom-props.$styleFocusRingBorderColor}, awsui.$color-border-item-focused);
|
|
33
|
+
|
|
28
34
|
@include focus-visible.when-visible {
|
|
29
|
-
@include styles.focus-highlight(
|
|
35
|
+
@include styles.focus-highlight(
|
|
36
|
+
$gutter: 0px,
|
|
37
|
+
$border-radius: var(#{custom-props.$styleFocusRingBorderRadius}, awsui.$border-radius-control-default-focus-ring),
|
|
38
|
+
$box-shadow: var(#{custom-props.$styleFocusRingBoxShadow})
|
|
39
|
+
);
|
|
30
40
|
}
|
|
31
41
|
|
|
32
42
|
&:focus {
|
|
@@ -35,7 +45,7 @@
|
|
|
35
45
|
}
|
|
36
46
|
|
|
37
47
|
&:hover {
|
|
38
|
-
color: awsui.$color-text-button-inline-icon-hover;
|
|
48
|
+
color: var(#{custom-props.$tokenStyleDismissColorHover}, awsui.$color-text-button-inline-icon-hover);
|
|
39
49
|
}
|
|
40
50
|
|
|
41
51
|
&-inline {
|
|
@@ -99,21 +109,29 @@
|
|
|
99
109
|
|
|
100
110
|
.token-box-readonly,
|
|
101
111
|
.token-box-disabled {
|
|
102
|
-
border-color: awsui.$color-border-input-disabled;
|
|
103
|
-
background-color: awsui.$color-background-container-content;
|
|
104
112
|
pointer-events: none;
|
|
105
113
|
|
|
106
114
|
> .dismiss-button {
|
|
107
|
-
color: awsui.$color-text-button-inline-icon-disabled;
|
|
108
115
|
cursor: initial;
|
|
116
|
+
}
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
.token-box-readonly {
|
|
120
|
+
border-color: var(#{custom-props.$tokenStyleBorderColorReadOnly}, awsui.$color-border-input-disabled);
|
|
121
|
+
background: var(#{custom-props.$tokenStyleBackgroundReadOnly}, awsui.$color-background-container-content);
|
|
109
122
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
}
|
|
123
|
+
> .dismiss-button {
|
|
124
|
+
color: var(#{custom-props.$tokenStyleDismissColorReadOnly}, awsui.$color-text-button-inline-icon-disabled);
|
|
113
125
|
}
|
|
114
126
|
}
|
|
115
127
|
|
|
116
128
|
.token-box-disabled {
|
|
117
|
-
border-color: awsui.$color-border-control-disabled;
|
|
129
|
+
border-color: var(#{custom-props.$tokenStyleBorderColorDisabled}, awsui.$color-border-control-disabled);
|
|
130
|
+
background: var(#{custom-props.$tokenStyleBackgroundDisabled}, awsui.$color-background-container-content);
|
|
118
131
|
color: awsui.$color-text-disabled;
|
|
132
|
+
|
|
133
|
+
// stylelint-disable-next-line no-descending-specificity
|
|
134
|
+
> .dismiss-button {
|
|
135
|
+
color: var(#{custom-props.$tokenStyleDismissColorDisabled}, awsui.$color-text-button-inline-icon-disabled);
|
|
136
|
+
}
|
|
119
137
|
}
|
|
@@ -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_1737l_193",
|
|
5
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_mx3cw_1737l_1",
|
|
6
|
+
"root": "awsui_root_mx3cw_1737l_215",
|
|
7
|
+
"hidden": "awsui_hidden_mx3cw_1737l_250",
|
|
8
|
+
"alert-wrapper": "awsui_alert-wrapper_mx3cw_1737l_299",
|
|
9
|
+
"initial-hidden": "awsui_initial-hidden_mx3cw_1737l_311",
|
|
10
|
+
"header": "awsui_header_mx3cw_1737l_316",
|
|
11
|
+
"header-replacement": "awsui_header-replacement_mx3cw_1737l_317",
|
|
12
|
+
"action": "awsui_action_mx3cw_1737l_321",
|
|
13
|
+
"action-slot": "awsui_action-slot_mx3cw_1737l_325",
|
|
14
|
+
"action-button": "awsui_action-button_mx3cw_1737l_326",
|
|
15
|
+
"alert-focus-wrapper": "awsui_alert-focus-wrapper_mx3cw_1737l_330",
|
|
16
|
+
"text": "awsui_text_mx3cw_1737l_361",
|
|
17
|
+
"icon": "awsui_icon_mx3cw_1737l_368",
|
|
18
|
+
"message": "awsui_message_mx3cw_1737l_371",
|
|
19
|
+
"action-wrapped": "awsui_action-wrapped_mx3cw_1737l_375",
|
|
20
|
+
"icon-size-medium": "awsui_icon-size-medium_mx3cw_1737l_379",
|
|
21
|
+
"icon-size-big": "awsui_icon-size-big_mx3cw_1737l_383",
|
|
22
|
+
"icon-size-normal": "awsui_icon-size-normal_mx3cw_1737l_387",
|
|
23
|
+
"content": "awsui_content_mx3cw_1737l_391",
|
|
24
|
+
"content-replacement": "awsui_content-replacement_mx3cw_1737l_392",
|
|
25
|
+
"dismiss": "awsui_dismiss_mx3cw_1737l_396",
|
|
26
|
+
"dismiss-button": "awsui_dismiss-button_mx3cw_1737l_401",
|
|
27
|
+
"type-error": "awsui_type-error_mx3cw_1737l_405",
|
|
28
|
+
"type-warning": "awsui_type-warning_mx3cw_1737l_413",
|
|
29
|
+
"type-success": "awsui_type-success_mx3cw_1737l_421",
|
|
30
|
+
"type-info": "awsui_type-info_mx3cw_1737l_429"
|
|
31
31
|
};
|
|
32
32
|
|