@cloudscape-design/components-themeable 3.0.1165 → 3.0.1167
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/internal/manifest.json +1 -1
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +132 -127
- package/lib/internal/scss/popover/styles.scss +13 -2
- package/lib/internal/scss/tabs/tab-header-bar.scss +53 -21
- package/lib/internal/template/alert/styles.css.js +27 -27
- package/lib/internal/template/alert/styles.scoped.css +50 -50
- package/lib/internal/template/alert/styles.selectors.js +27 -27
- package/lib/internal/template/annotation-context/annotation/styles.css.js +13 -13
- package/lib/internal/template/annotation-context/annotation/styles.scoped.css +21 -21
- package/lib/internal/template/annotation-context/annotation/styles.selectors.js +13 -13
- package/lib/internal/template/app-layout/notifications/styles.css.js +3 -3
- package/lib/internal/template/app-layout/notifications/styles.scoped.css +7 -7
- package/lib/internal/template/app-layout/notifications/styles.selectors.js +3 -3
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +258 -258
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -86
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.css.js +30 -30
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.scoped.css +87 -87
- package/lib/internal/template/app-layout/visual-refresh-toolbar/drawer/styles.selectors.js +30 -30
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.css.js +4 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.scoped.css +7 -7
- package/lib/internal/template/app-layout/visual-refresh-toolbar/navigation/styles.selectors.js +4 -4
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.css.js +27 -27
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.scoped.css +54 -54
- package/lib/internal/template/app-layout/visual-refresh-toolbar/skeleton/styles.selectors.js +27 -27
- package/lib/internal/template/attribute-editor/styles.css.js +15 -15
- package/lib/internal/template/attribute-editor/styles.scoped.css +28 -28
- package/lib/internal/template/attribute-editor/styles.selectors.js +15 -15
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +28 -28
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
- package/lib/internal/template/button/styles.css.js +22 -22
- package/lib/internal/template/button/styles.scoped.css +256 -256
- package/lib/internal/template/button/styles.selectors.js +22 -22
- package/lib/internal/template/button-dropdown/item-element/styles.css.js +20 -20
- package/lib/internal/template/button-dropdown/item-element/styles.scoped.css +34 -34
- package/lib/internal/template/button-dropdown/item-element/styles.selectors.js +20 -20
- package/lib/internal/template/checkbox/styles.css.js +3 -3
- package/lib/internal/template/checkbox/styles.scoped.css +11 -11
- package/lib/internal/template/checkbox/styles.selectors.js +3 -3
- package/lib/internal/template/content-layout/styles.css.js +14 -14
- package/lib/internal/template/content-layout/styles.scoped.css +27 -27
- package/lib/internal/template/content-layout/styles.selectors.js +14 -14
- package/lib/internal/template/flashbar/styles.css.js +50 -50
- package/lib/internal/template/flashbar/styles.scoped.css +187 -187
- package/lib/internal/template/flashbar/styles.selectors.js +50 -50
- package/lib/internal/template/help-panel/styles.css.js +6 -6
- package/lib/internal/template/help-panel/styles.scoped.css +73 -73
- package/lib/internal/template/help-panel/styles.selectors.js +6 -6
- package/lib/internal/template/input/styles.css.js +13 -13
- package/lib/internal/template/input/styles.scoped.css +74 -74
- package/lib/internal/template/input/styles.selectors.js +13 -13
- package/lib/internal/template/internal/base-component/styles.scoped.css +1 -1
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.css.js +21 -21
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.scoped.css +49 -49
- package/lib/internal/template/internal/components/drag-handle-wrapper/styles.selectors.js +21 -21
- package/lib/internal/template/internal/components/dropdown/styles.css.js +20 -20
- package/lib/internal/template/internal/components/dropdown/styles.scoped.css +38 -38
- package/lib/internal/template/internal/components/dropdown/styles.selectors.js +20 -20
- package/lib/internal/template/internal/components/radio-button/styles.css.js +7 -7
- package/lib/internal/template/internal/components/radio-button/styles.scoped.css +18 -18
- package/lib/internal/template/internal/components/radio-button/styles.selectors.js +7 -7
- package/lib/internal/template/internal/components/token-list/styles.css.js +10 -10
- package/lib/internal/template/internal/components/token-list/styles.scoped.css +25 -25
- package/lib/internal/template/internal/components/token-list/styles.selectors.js +10 -10
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts +5 -0
- package/lib/internal/template/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/lib/internal/template/internal/generated/custom-css-properties/index.js +131 -126
- package/lib/internal/template/internal/generated/custom-css-properties/index.js.map +1 -1
- package/lib/internal/template/internal/types.d.ts +18 -0
- package/lib/internal/template/internal/types.d.ts.map +1 -1
- package/lib/internal/template/internal/types.js.map +1 -1
- package/lib/internal/template/link/styles.css.js +20 -20
- package/lib/internal/template/link/styles.scoped.css +103 -103
- package/lib/internal/template/link/styles.selectors.js +20 -20
- package/lib/internal/template/popover/styles.css.js +57 -57
- package/lib/internal/template/popover/styles.scoped.css +107 -86
- package/lib/internal/template/popover/styles.selectors.js +57 -57
- package/lib/internal/template/progress-bar/styles.css.js +19 -19
- package/lib/internal/template/progress-bar/styles.scoped.css +56 -56
- package/lib/internal/template/progress-bar/styles.selectors.js +19 -19
- package/lib/internal/template/prompt-input/styles.css.js +17 -17
- package/lib/internal/template/prompt-input/styles.scoped.css +79 -79
- package/lib/internal/template/prompt-input/styles.selectors.js +17 -17
- package/lib/internal/template/segmented-control/styles.css.js +16 -16
- package/lib/internal/template/segmented-control/styles.scoped.css +46 -46
- package/lib/internal/template/segmented-control/styles.selectors.js +16 -16
- package/lib/internal/template/slider/styles.css.js +26 -26
- package/lib/internal/template/slider/styles.scoped.css +86 -86
- package/lib/internal/template/slider/styles.selectors.js +26 -26
- package/lib/internal/template/spinner/styles.css.js +13 -13
- package/lib/internal/template/spinner/styles.scoped.css +39 -39
- package/lib/internal/template/spinner/styles.selectors.js +13 -13
- package/lib/internal/template/tabs/index.d.ts +1 -1
- package/lib/internal/template/tabs/index.d.ts.map +1 -1
- package/lib/internal/template/tabs/index.js +3 -3
- package/lib/internal/template/tabs/index.js.map +1 -1
- package/lib/internal/template/tabs/interfaces.d.ts +45 -0
- package/lib/internal/template/tabs/interfaces.d.ts.map +1 -1
- package/lib/internal/template/tabs/interfaces.js.map +1 -1
- package/lib/internal/template/tabs/styles.css.js +30 -30
- package/lib/internal/template/tabs/styles.d.ts +33 -0
- package/lib/internal/template/tabs/styles.d.ts.map +1 -0
- package/lib/internal/template/tabs/styles.js +47 -0
- package/lib/internal/template/tabs/styles.js.map +1 -0
- package/lib/internal/template/tabs/styles.scoped.css +77 -73
- package/lib/internal/template/tabs/styles.selectors.js +30 -30
- package/lib/internal/template/tabs/tab-header-bar.d.ts +2 -1
- package/lib/internal/template/tabs/tab-header-bar.d.ts.map +1 -1
- package/lib/internal/template/tabs/tab-header-bar.js +6 -4
- package/lib/internal/template/tabs/tab-header-bar.js.map +1 -1
- package/lib/internal/template/tag-editor/styles.css.js +3 -3
- package/lib/internal/template/tag-editor/styles.scoped.css +13 -13
- package/lib/internal/template/tag-editor/styles.selectors.js +3 -3
- package/lib/internal/template/test-utils/dom/radio-group/radio-button.d.ts +2 -0
- package/lib/internal/template/test-utils/dom/radio-group/radio-button.js +7 -0
- package/lib/internal/template/test-utils/dom/radio-group/radio-button.js.map +1 -0
- package/lib/internal/template/test-utils/selectors/radio-group/radio-button.d.ts +2 -0
- package/lib/internal/template/test-utils/selectors/radio-group/radio-button.js +7 -0
- package/lib/internal/template/test-utils/selectors/radio-group/radio-button.js.map +1 -0
- package/lib/internal/template/text-content/styles.css.js +1 -1
- package/lib/internal/template/text-content/styles.scoped.css +66 -66
- package/lib/internal/template/text-content/styles.selectors.js +1 -1
- package/lib/internal/template/textarea/styles.css.js +5 -5
- package/lib/internal/template/textarea/styles.scoped.css +45 -45
- package/lib/internal/template/textarea/styles.selectors.js +5 -5
- package/lib/internal/template/toggle/styles.css.js +10 -10
- package/lib/internal/template/toggle/styles.scoped.css +23 -23
- package/lib/internal/template/toggle/styles.selectors.js +10 -10
- package/package.json +1 -1
|
@@ -1,131 +1,136 @@
|
|
|
1
1
|
|
|
2
2
|
// Build environment
|
|
3
|
-
$awsui-commit-hash: "
|
|
3
|
+
$awsui-commit-hash: "6b10cd42";
|
|
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
|
-
$spinnerRotatorFrom: --awsui-spinner-rotator-from-
|
|
47
|
-
$spinnerRotatorTo: --awsui-spinner-rotator-to-
|
|
48
|
-
$spinnerLineLeftFrom: --awsui-spinner-line-left-from-
|
|
49
|
-
$spinnerLineLeftTo: --awsui-spinner-line-left-to-
|
|
50
|
-
$spinnerLineRightFrom: --awsui-spinner-line-right-from-
|
|
51
|
-
$spinnerLineRightTo: --awsui-spinner-line-right-to-
|
|
52
|
-
$sliderLabelCount: --awsui-slider-label-count-
|
|
53
|
-
$sliderTickCount: --awsui-slider-tick-count-
|
|
54
|
-
$sliderReferenceColumn: --awsui-slider-reference-column-
|
|
55
|
-
$sliderNextReferenceColumn: --awsui-slider-next-reference-column-
|
|
56
|
-
$sliderMaxStart: --awsui-slider-max-start-
|
|
57
|
-
$sliderMinEnd: --awsui-slider-min-end-
|
|
58
|
-
$sliderRangeInlineSize: --awsui-slider-range-inline-size-
|
|
59
|
-
$sliderTooltipPosition: --awsui-slider-tooltip-position-
|
|
60
|
-
$togglesLeftWidth: --awsui-toggles-left-width-
|
|
61
|
-
$togglesRightWidth: --awsui-toggles-right-width-
|
|
62
|
-
$promptInputMaxRows: --awsui-prompt-input-max-rows-
|
|
63
|
-
$promptInputScrollHeight: --awsui-prompt-input-scroll-height-
|
|
64
|
-
$dragHandleAnimationInlineOffset: --awsui-drag-handle-animation-inline-offset-
|
|
65
|
-
$dragHandleAnimationBlockOffset: --awsui-drag-handle-animation-block-offset-
|
|
66
|
-
$styleBackgroundActive: --awsui-style-background-active-
|
|
67
|
-
$styleBackgroundDefault: --awsui-style-background-default-
|
|
68
|
-
$styleBackgroundDisabled: --awsui-style-background-disabled-
|
|
69
|
-
$styleBackgroundHover: --awsui-style-background-hover-
|
|
70
|
-
$styleBorderColorActive: --awsui-style-border-color-active-
|
|
71
|
-
$styleBorderColorDefault: --awsui-style-border-color-default-
|
|
72
|
-
$styleBorderColorDisabled: --awsui-style-border-color-disabled-
|
|
73
|
-
$styleBorderColorHover: --awsui-style-border-color-hover-
|
|
74
|
-
$styleColorActive: --awsui-style-color-active-
|
|
75
|
-
$styleColorDefault: --awsui-style-color-default-
|
|
76
|
-
$styleColorDisabled: --awsui-style-color-disabled-
|
|
77
|
-
$styleColorHover: --awsui-style-color-hover-
|
|
78
|
-
$styleFocusRingBorderColor: --awsui-style-focus-ring-border-color-
|
|
79
|
-
$styleFocusRingBorderRadius: --awsui-style-focus-ring-border-radius-
|
|
80
|
-
$styleFocusRingBorderWidth: --awsui-style-focus-ring-border-width-
|
|
81
|
-
$styleFocusRingBoxShadow: --awsui-style-focus-ring-box-shadow-
|
|
82
|
-
$styleBoxShadowActive: --awsui-style-box-shadow-active-
|
|
83
|
-
$styleBoxShadowDefault: --awsui-style-box-shadow-default-
|
|
84
|
-
$styleBoxShadowDisabled: --awsui-style-box-shadow-disabled-
|
|
85
|
-
$styleBoxShadowHover: --awsui-style-box-shadow-hover-
|
|
86
|
-
$styleBackgroundReadonly: --awsui-style-background-readonly-
|
|
87
|
-
$styleBorderColorReadonly: --awsui-style-border-color-readonly-
|
|
88
|
-
$styleBoxShadowReadonly: --awsui-style-box-shadow-readonly-
|
|
89
|
-
$styleColorReadonly: --awsui-style-color-readonly-
|
|
90
|
-
$styleBackgroundFocus: --awsui-style-background-focus-
|
|
91
|
-
$styleBorderColorFocus: --awsui-style-border-color-focus-
|
|
92
|
-
$styleBoxShadowFocus: --awsui-style-box-shadow-focus-
|
|
93
|
-
$styleColorFocus: --awsui-style-color-focus-
|
|
94
|
-
$stylePlaceholderColor: --awsui-style-placeholder-color-
|
|
95
|
-
$stylePlaceholderFontSize: --awsui-style-placeholder-font-size-
|
|
96
|
-
$stylePlaceholderFontStyle: --awsui-style-placeholder-font-style-
|
|
97
|
-
$stylePlaceholderFontWeight: --awsui-style-placeholder-font-weight-
|
|
98
|
-
$
|
|
99
|
-
$
|
|
100
|
-
$
|
|
101
|
-
$
|
|
102
|
-
$
|
|
103
|
-
$
|
|
104
|
-
$
|
|
105
|
-
$
|
|
106
|
-
$
|
|
107
|
-
$
|
|
108
|
-
$
|
|
109
|
-
$
|
|
110
|
-
$
|
|
111
|
-
$
|
|
112
|
-
$
|
|
113
|
-
$
|
|
114
|
-
$
|
|
115
|
-
$
|
|
116
|
-
$
|
|
117
|
-
$
|
|
118
|
-
$
|
|
119
|
-
$
|
|
120
|
-
$
|
|
121
|
-
$
|
|
122
|
-
$
|
|
123
|
-
$
|
|
124
|
-
$
|
|
125
|
-
$
|
|
126
|
-
$
|
|
127
|
-
$
|
|
128
|
-
$
|
|
129
|
-
$
|
|
130
|
-
$
|
|
5
|
+
$maxContentWidth: --awsui-max-content-width-rhu47t;
|
|
6
|
+
$minContentWidth: --awsui-min-content-width-rhu47t;
|
|
7
|
+
$breadcrumbsGap: --awsui-breadcrumbs-gap-rhu47t;
|
|
8
|
+
$contentGapLeft: --awsui-content-gap-left-rhu47t;
|
|
9
|
+
$contentGapRight: --awsui-content-gap-right-rhu47t;
|
|
10
|
+
$contentHeight: --awsui-content-height-rhu47t;
|
|
11
|
+
$contentLayoutDefaultHorizontalPadding: --awsui-content-layout-default-horizontal-padding-rhu47t;
|
|
12
|
+
$contentLayoutMaxContentWidth: --awsui-content-layout-max-content-width-rhu47t;
|
|
13
|
+
$contentLayoutMainGap: --awsui-content-layout-main-gap-rhu47t;
|
|
14
|
+
$defaultMaxContentWidth: --awsui-default-max-content-width-rhu47t;
|
|
15
|
+
$defaultMinContentWidth: --awsui-default-min-content-width-rhu47t;
|
|
16
|
+
$drawerSize: --awsui-drawer-size-rhu47t;
|
|
17
|
+
$drawerMinSize: --awsui-drawer-min-size-rhu47t;
|
|
18
|
+
$bottomDrawerSize: --awsui-bottom-drawer-size-rhu47t;
|
|
19
|
+
$footerHeight: --awsui-footer-height-rhu47t;
|
|
20
|
+
$headerGap: --awsui-header-gap-rhu47t;
|
|
21
|
+
$headerHeight: --awsui-header-height-rhu47t;
|
|
22
|
+
$layoutWidth: --awsui-layout-width-rhu47t;
|
|
23
|
+
$mainGap: --awsui-main-gap-rhu47t;
|
|
24
|
+
$mainOffsetLeft: --awsui-main-offset-left-rhu47t;
|
|
25
|
+
$mainTemplateRows: --awsui-main-template-rows-rhu47t;
|
|
26
|
+
$mobileBarHeight: --awsui-mobile-bar-height-rhu47t;
|
|
27
|
+
$notificationsHeight: --awsui-notifications-height-rhu47t;
|
|
28
|
+
$offsetTop: --awsui-offset-top-rhu47t;
|
|
29
|
+
$overlapHeight: --awsui-overlap-height-rhu47t;
|
|
30
|
+
$navigationWidth: --awsui-navigation-width-rhu47t;
|
|
31
|
+
$splitPanelReportedHeaderSize: --awsui-split-panel-reported-header-size-rhu47t;
|
|
32
|
+
$splitPanelReportedSize: --awsui-split-panel-reported-size-rhu47t;
|
|
33
|
+
$splitPanelHeight: --awsui-split-panel-height-rhu47t;
|
|
34
|
+
$splitPanelMinWidth: --awsui-split-panel-min-width-rhu47t;
|
|
35
|
+
$splitPanelMaxWidth: --awsui-split-panel-max-width-rhu47t;
|
|
36
|
+
$toolsMaxWidth: --awsui-tools-max-width-rhu47t;
|
|
37
|
+
$toolsWidth: --awsui-tools-width-rhu47t;
|
|
38
|
+
$toolsAnimationStartingOpacity: --awsui-tools-animation-starting-opacity-rhu47t;
|
|
39
|
+
$contentScrollMargin: --awsui-content-scroll-margin-rhu47t;
|
|
40
|
+
$flashbarStackDepth: --awsui-flashbar-stack-depth-rhu47t;
|
|
41
|
+
$flashbarStackIndex: --awsui-flashbar-stack-index-rhu47t;
|
|
42
|
+
$flashbarStickyBottomMargin: --awsui-flashbar-sticky-bottom-margin-rhu47t;
|
|
43
|
+
$stackedNotificationsBottomMargin: --awsui-stacked-notifications-bottom-margin-rhu47t;
|
|
44
|
+
$stackedNotificationsDefaultBottomMargin: --awsui-stacked-notifications-default-bottom-margin-rhu47t;
|
|
45
|
+
$dropdownDefaultMaxWidth: --awsui-dropdown-default-max-width-rhu47t;
|
|
46
|
+
$spinnerRotatorFrom: --awsui-spinner-rotator-from-rhu47t;
|
|
47
|
+
$spinnerRotatorTo: --awsui-spinner-rotator-to-rhu47t;
|
|
48
|
+
$spinnerLineLeftFrom: --awsui-spinner-line-left-from-rhu47t;
|
|
49
|
+
$spinnerLineLeftTo: --awsui-spinner-line-left-to-rhu47t;
|
|
50
|
+
$spinnerLineRightFrom: --awsui-spinner-line-right-from-rhu47t;
|
|
51
|
+
$spinnerLineRightTo: --awsui-spinner-line-right-to-rhu47t;
|
|
52
|
+
$sliderLabelCount: --awsui-slider-label-count-rhu47t;
|
|
53
|
+
$sliderTickCount: --awsui-slider-tick-count-rhu47t;
|
|
54
|
+
$sliderReferenceColumn: --awsui-slider-reference-column-rhu47t;
|
|
55
|
+
$sliderNextReferenceColumn: --awsui-slider-next-reference-column-rhu47t;
|
|
56
|
+
$sliderMaxStart: --awsui-slider-max-start-rhu47t;
|
|
57
|
+
$sliderMinEnd: --awsui-slider-min-end-rhu47t;
|
|
58
|
+
$sliderRangeInlineSize: --awsui-slider-range-inline-size-rhu47t;
|
|
59
|
+
$sliderTooltipPosition: --awsui-slider-tooltip-position-rhu47t;
|
|
60
|
+
$togglesLeftWidth: --awsui-toggles-left-width-rhu47t;
|
|
61
|
+
$togglesRightWidth: --awsui-toggles-right-width-rhu47t;
|
|
62
|
+
$promptInputMaxRows: --awsui-prompt-input-max-rows-rhu47t;
|
|
63
|
+
$promptInputScrollHeight: --awsui-prompt-input-scroll-height-rhu47t;
|
|
64
|
+
$dragHandleAnimationInlineOffset: --awsui-drag-handle-animation-inline-offset-rhu47t;
|
|
65
|
+
$dragHandleAnimationBlockOffset: --awsui-drag-handle-animation-block-offset-rhu47t;
|
|
66
|
+
$styleBackgroundActive: --awsui-style-background-active-rhu47t;
|
|
67
|
+
$styleBackgroundDefault: --awsui-style-background-default-rhu47t;
|
|
68
|
+
$styleBackgroundDisabled: --awsui-style-background-disabled-rhu47t;
|
|
69
|
+
$styleBackgroundHover: --awsui-style-background-hover-rhu47t;
|
|
70
|
+
$styleBorderColorActive: --awsui-style-border-color-active-rhu47t;
|
|
71
|
+
$styleBorderColorDefault: --awsui-style-border-color-default-rhu47t;
|
|
72
|
+
$styleBorderColorDisabled: --awsui-style-border-color-disabled-rhu47t;
|
|
73
|
+
$styleBorderColorHover: --awsui-style-border-color-hover-rhu47t;
|
|
74
|
+
$styleColorActive: --awsui-style-color-active-rhu47t;
|
|
75
|
+
$styleColorDefault: --awsui-style-color-default-rhu47t;
|
|
76
|
+
$styleColorDisabled: --awsui-style-color-disabled-rhu47t;
|
|
77
|
+
$styleColorHover: --awsui-style-color-hover-rhu47t;
|
|
78
|
+
$styleFocusRingBorderColor: --awsui-style-focus-ring-border-color-rhu47t;
|
|
79
|
+
$styleFocusRingBorderRadius: --awsui-style-focus-ring-border-radius-rhu47t;
|
|
80
|
+
$styleFocusRingBorderWidth: --awsui-style-focus-ring-border-width-rhu47t;
|
|
81
|
+
$styleFocusRingBoxShadow: --awsui-style-focus-ring-box-shadow-rhu47t;
|
|
82
|
+
$styleBoxShadowActive: --awsui-style-box-shadow-active-rhu47t;
|
|
83
|
+
$styleBoxShadowDefault: --awsui-style-box-shadow-default-rhu47t;
|
|
84
|
+
$styleBoxShadowDisabled: --awsui-style-box-shadow-disabled-rhu47t;
|
|
85
|
+
$styleBoxShadowHover: --awsui-style-box-shadow-hover-rhu47t;
|
|
86
|
+
$styleBackgroundReadonly: --awsui-style-background-readonly-rhu47t;
|
|
87
|
+
$styleBorderColorReadonly: --awsui-style-border-color-readonly-rhu47t;
|
|
88
|
+
$styleBoxShadowReadonly: --awsui-style-box-shadow-readonly-rhu47t;
|
|
89
|
+
$styleColorReadonly: --awsui-style-color-readonly-rhu47t;
|
|
90
|
+
$styleBackgroundFocus: --awsui-style-background-focus-rhu47t;
|
|
91
|
+
$styleBorderColorFocus: --awsui-style-border-color-focus-rhu47t;
|
|
92
|
+
$styleBoxShadowFocus: --awsui-style-box-shadow-focus-rhu47t;
|
|
93
|
+
$styleColorFocus: --awsui-style-color-focus-rhu47t;
|
|
94
|
+
$stylePlaceholderColor: --awsui-style-placeholder-color-rhu47t;
|
|
95
|
+
$stylePlaceholderFontSize: --awsui-style-placeholder-font-size-rhu47t;
|
|
96
|
+
$stylePlaceholderFontStyle: --awsui-style-placeholder-font-style-rhu47t;
|
|
97
|
+
$stylePlaceholderFontWeight: --awsui-style-placeholder-font-weight-rhu47t;
|
|
98
|
+
$styleTabsActiveIndicatorColor: --awsui-style-tabs-active-indicator-color-rhu47t;
|
|
99
|
+
$styleTabsActiveIndicatorWidth: --awsui-style-tabs-active-indicator-width-rhu47t;
|
|
100
|
+
$styleTabsActiveIndicatorBorderRadius: --awsui-style-tabs-active-indicator-border-radius-rhu47t;
|
|
101
|
+
$styleTabsSeparatorColor: --awsui-style-tabs-separator-color-rhu47t;
|
|
102
|
+
$styleTabsSeparatorWidth: --awsui-style-tabs-separator-width-rhu47t;
|
|
103
|
+
$alertFocusRingBorderColor: --awsui-alert-focus-ring-border-color-rhu47t;
|
|
104
|
+
$alertFocusRingBorderRadius: --awsui-alert-focus-ring-border-radius-rhu47t;
|
|
105
|
+
$alertFocusRingBorderWidth: --awsui-alert-focus-ring-border-width-rhu47t;
|
|
106
|
+
$alertFocusRingBoxShadow: --awsui-alert-focus-ring-box-shadow-rhu47t;
|
|
107
|
+
$alertIconColor: --awsui-alert-icon-color-rhu47t;
|
|
108
|
+
$promptInputStyleBackgroundDefault: --awsui-prompt-input-style-background-default-rhu47t;
|
|
109
|
+
$promptInputStyleBackgroundDisabled: --awsui-prompt-input-style-background-disabled-rhu47t;
|
|
110
|
+
$promptInputStyleBackgroundFocus: --awsui-prompt-input-style-background-focus-rhu47t;
|
|
111
|
+
$promptInputStyleBackgroundHover: --awsui-prompt-input-style-background-hover-rhu47t;
|
|
112
|
+
$promptInputStyleBackgroundReadonly: --awsui-prompt-input-style-background-readonly-rhu47t;
|
|
113
|
+
$promptInputStyleBorderColorDefault: --awsui-prompt-input-style-border-color-default-rhu47t;
|
|
114
|
+
$promptInputStyleBorderColorDisabled: --awsui-prompt-input-style-border-color-disabled-rhu47t;
|
|
115
|
+
$promptInputStyleBorderColorFocus: --awsui-prompt-input-style-border-color-focus-rhu47t;
|
|
116
|
+
$promptInputStyleBorderColorHover: --awsui-prompt-input-style-border-color-hover-rhu47t;
|
|
117
|
+
$promptInputStyleBorderColorReadonly: --awsui-prompt-input-style-border-color-readonly-rhu47t;
|
|
118
|
+
$promptInputStyleBoxShadowDefault: --awsui-prompt-input-style-box-shadow-default-rhu47t;
|
|
119
|
+
$promptInputStyleBoxShadowDisabled: --awsui-prompt-input-style-box-shadow-disabled-rhu47t;
|
|
120
|
+
$promptInputStyleBoxShadowFocus: --awsui-prompt-input-style-box-shadow-focus-rhu47t;
|
|
121
|
+
$promptInputStyleBoxShadowHover: --awsui-prompt-input-style-box-shadow-hover-rhu47t;
|
|
122
|
+
$promptInputStyleBoxShadowReadonly: --awsui-prompt-input-style-box-shadow-readonly-rhu47t;
|
|
123
|
+
$promptInputStyleColorDefault: --awsui-prompt-input-style-color-default-rhu47t;
|
|
124
|
+
$promptInputStyleColorDisabled: --awsui-prompt-input-style-color-disabled-rhu47t;
|
|
125
|
+
$promptInputStyleColorFocus: --awsui-prompt-input-style-color-focus-rhu47t;
|
|
126
|
+
$promptInputStyleColorHover: --awsui-prompt-input-style-color-hover-rhu47t;
|
|
127
|
+
$promptInputStyleColorReadonly: --awsui-prompt-input-style-color-readonly-rhu47t;
|
|
128
|
+
$promptInputStylePlaceholderColor: --awsui-prompt-input-style-placeholder-color-rhu47t;
|
|
129
|
+
$promptInputStylePlaceholderFontSize: --awsui-prompt-input-style-placeholder-font-size-rhu47t;
|
|
130
|
+
$promptInputStylePlaceholderFontStyle: --awsui-prompt-input-style-placeholder-font-style-rhu47t;
|
|
131
|
+
$promptInputStylePlaceholderFontWeight: --awsui-prompt-input-style-placeholder-font-weight-rhu47t;
|
|
132
|
+
$progressBarBackgroundColor: --awsui-progress-bar-background-color-rhu47t;
|
|
133
|
+
$progressBarBorderRadius: --awsui-progress-bar-border-radius-rhu47t;
|
|
134
|
+
$progressBarHeight: --awsui-progress-bar-height-rhu47t;
|
|
135
|
+
$progressValueBackgroundColor: --awsui-progress-value-background-color-rhu47t;
|
|
131
136
|
|
|
@@ -20,6 +20,15 @@ $trigger-underline-offset: 0.25em;
|
|
|
20
20
|
&.no-wrap {
|
|
21
21
|
white-space: nowrap;
|
|
22
22
|
}
|
|
23
|
+
|
|
24
|
+
// When the trigger text is set to be ellipsized, render the focus ring on the root element instead of the trigger,
|
|
25
|
+
// to prevent it from being cropped by its `overflow: hidden` rule.
|
|
26
|
+
// We do this in only this case because when the trigger has multiple lines of texts its height can differ from the root element.
|
|
27
|
+
&:has(.trigger-type-text-inline.overflow-ellipsis:focus, .trigger-type-text.overflow-ellipsis:focus) {
|
|
28
|
+
@include focus-visible.when-visible-unfocused {
|
|
29
|
+
@include styles.focus-highlight(1px);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
23
32
|
}
|
|
24
33
|
|
|
25
34
|
.root-filtering-token {
|
|
@@ -77,8 +86,10 @@ $trigger-underline-offset: 0.25em;
|
|
|
77
86
|
outline: none;
|
|
78
87
|
}
|
|
79
88
|
|
|
80
|
-
|
|
81
|
-
@include
|
|
89
|
+
&:not(.overflow-ellipsis) {
|
|
90
|
+
@include focus-visible.when-visible {
|
|
91
|
+
@include styles.focus-highlight(1px);
|
|
92
|
+
}
|
|
82
93
|
}
|
|
83
94
|
}
|
|
84
95
|
|
|
@@ -6,7 +6,9 @@
|
|
|
6
6
|
/* stylelint-disable selector-max-type */
|
|
7
7
|
@use '../internal/styles' as styles;
|
|
8
8
|
@use '../internal/styles/tokens' as awsui;
|
|
9
|
+
@use '../internal/styles//foundation' as foundation;
|
|
9
10
|
@use '@cloudscape-design/component-toolkit/internal/focus-visible' as focus-visible;
|
|
11
|
+
@use '../internal/generated/custom-css-properties/index.scss' as custom-props;
|
|
10
12
|
|
|
11
13
|
$separator-color: awsui.$color-border-tabs-divider;
|
|
12
14
|
$label-horizontal-spacing: awsui.$space-xs;
|
|
@@ -113,11 +115,6 @@ $label-horizontal-spacing: awsui.$space-xs;
|
|
|
113
115
|
display: flex;
|
|
114
116
|
align-items: stretch;
|
|
115
117
|
|
|
116
|
-
&,
|
|
117
|
-
& > button {
|
|
118
|
-
background-color: transparent;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
118
|
& > .tabs-tab-dismiss,
|
|
122
119
|
& > .tabs-tab-action {
|
|
123
120
|
position: relative;
|
|
@@ -138,12 +135,24 @@ $label-horizontal-spacing: awsui.$space-xs;
|
|
|
138
135
|
inset-inline-start: 0;
|
|
139
136
|
inline-size: calc(100% - 1px);
|
|
140
137
|
inset-block-end: calc(-1 * #{awsui.$border-divider-section-width});
|
|
141
|
-
block-size: awsui.$border-active-width;
|
|
142
|
-
border-start-start-radius:
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
138
|
+
block-size: var(#{custom-props.$styleTabsActiveIndicatorWidth}, awsui.$border-active-width);
|
|
139
|
+
border-start-start-radius: var(
|
|
140
|
+
#{custom-props.$styleTabsActiveIndicatorBorderRadius},
|
|
141
|
+
awsui.$border-radius-tabs-focus-ring
|
|
142
|
+
);
|
|
143
|
+
border-start-end-radius: var(
|
|
144
|
+
#{custom-props.$styleTabsActiveIndicatorBorderRadius},
|
|
145
|
+
awsui.$border-radius-tabs-focus-ring
|
|
146
|
+
);
|
|
147
|
+
border-end-start-radius: var(
|
|
148
|
+
#{custom-props.$styleTabsActiveIndicatorBorderRadius},
|
|
149
|
+
awsui.$border-radius-tabs-focus-ring
|
|
150
|
+
);
|
|
151
|
+
border-end-end-radius: var(
|
|
152
|
+
#{custom-props.$styleTabsActiveIndicatorBorderRadius},
|
|
153
|
+
awsui.$border-radius-tabs-focus-ring
|
|
154
|
+
);
|
|
155
|
+
background: var(#{custom-props.$styleTabsActiveIndicatorColor}, awsui.$color-border-tabs-underline);
|
|
147
156
|
opacity: 0;
|
|
148
157
|
}
|
|
149
158
|
|
|
@@ -163,7 +172,8 @@ $label-horizontal-spacing: awsui.$space-xs;
|
|
|
163
172
|
&:before {
|
|
164
173
|
content: '';
|
|
165
174
|
position: absolute;
|
|
166
|
-
border-inline-end: awsui.$border-divider-section-width solid
|
|
175
|
+
border-inline-end: var(#{custom-props.$styleTabsSeparatorWidth}, awsui.$border-divider-section-width) solid
|
|
176
|
+
var(#{custom-props.$styleTabsSeparatorColor}, $separator-color);
|
|
167
177
|
inset: awsui.$space-scaled-s 0;
|
|
168
178
|
opacity: 1;
|
|
169
179
|
}
|
|
@@ -185,13 +195,14 @@ $label-horizontal-spacing: awsui.$space-xs;
|
|
|
185
195
|
|
|
186
196
|
padding-inline: 0;
|
|
187
197
|
margin-block-start: 1px;
|
|
188
|
-
border-block: awsui.$border-divider-section-width solid transparent;
|
|
189
|
-
border-inline: awsui.$border-divider-section-width solid transparent;
|
|
198
|
+
border-block: awsui.$border-divider-section-width solid var(#{custom-props.$styleBorderColorDefault}, transparent);
|
|
199
|
+
border-inline: awsui.$border-divider-section-width solid var(#{custom-props.$styleBorderColorDefault}, transparent);
|
|
190
200
|
|
|
191
201
|
font-size: awsui.$font-tabs-size;
|
|
192
202
|
line-height: awsui.$font-tabs-line-height;
|
|
193
203
|
font-weight: awsui.$font-wayfinding-link-active-weight;
|
|
194
|
-
color: awsui.$color-text-interactive-default;
|
|
204
|
+
color: var(#{custom-props.$styleColorDefault}, awsui.$color-text-interactive-default);
|
|
205
|
+
background-color: var(#{custom-props.$styleBackgroundDefault}, transparent);
|
|
195
206
|
|
|
196
207
|
padding-inline-start: calc(#{awsui.$space-xxs} - 1px);
|
|
197
208
|
padding-inline-end: awsui.$space-xxs;
|
|
@@ -205,7 +216,15 @@ $label-horizontal-spacing: awsui.$space-xs;
|
|
|
205
216
|
}
|
|
206
217
|
|
|
207
218
|
&:hover {
|
|
208
|
-
color: awsui.$color-text-accent;
|
|
219
|
+
color: var(#{custom-props.$styleColorHover}, awsui.$color-text-accent);
|
|
220
|
+
border-color: var(
|
|
221
|
+
#{custom-props.$styleBorderColorHover},
|
|
222
|
+
var(#{custom-props.$styleBorderColorDefault}, transparent)
|
|
223
|
+
);
|
|
224
|
+
background-color: var(
|
|
225
|
+
#{custom-props.$styleBackgroundHover},
|
|
226
|
+
var(#{custom-props.$styleBackgroundDefault}, transparent)
|
|
227
|
+
);
|
|
209
228
|
}
|
|
210
229
|
|
|
211
230
|
&:focus {
|
|
@@ -213,9 +232,18 @@ $label-horizontal-spacing: awsui.$space-xs;
|
|
|
213
232
|
}
|
|
214
233
|
|
|
215
234
|
@include focus-visible.when-visible {
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
235
|
+
#{custom-props.$styleFocusRingBoxShadow}: 0 0 0
|
|
236
|
+
var(#{custom-props.$styleFocusRingBorderWidth}, foundation.$box-shadow-focused-width)
|
|
237
|
+
var(#{custom-props.$styleFocusRingBorderColor}, awsui.$color-border-item-focused);
|
|
238
|
+
|
|
239
|
+
@include styles.focus-highlight(
|
|
240
|
+
$gutter: awsui.$space-tabs-focus-outline-gutter,
|
|
241
|
+
$border-radius: var(#{custom-props.$styleFocusRingBorderRadius}, awsui.$border-radius-control-default-focus-ring),
|
|
242
|
+
$box-shadow: var(#{custom-props.$styleFocusRingBoxShadow}),
|
|
243
|
+
// Positions focus ring above the underline to prevent the bottom edge from being obscured.
|
|
244
|
+
// Previously used z-index on the button, but that hides the underline when the button has a background color.
|
|
245
|
+
$z-index: 1
|
|
246
|
+
);
|
|
219
247
|
}
|
|
220
248
|
}
|
|
221
249
|
|
|
@@ -241,13 +269,17 @@ $label-horizontal-spacing: awsui.$space-xs;
|
|
|
241
269
|
&,
|
|
242
270
|
&:hover {
|
|
243
271
|
cursor: default;
|
|
244
|
-
color: awsui.$color-text-interactive-disabled;
|
|
272
|
+
color: var(#{custom-props.$styleColorDisabled}, awsui.$color-text-interactive-disabled);
|
|
273
|
+
border-color: var(#{custom-props.$styleBorderColorDisabled}, transparent);
|
|
274
|
+
background-color: var(#{custom-props.$styleBackgroundDisabled}, transparent);
|
|
245
275
|
font-weight: awsui.$font-tabs-disabled-weight;
|
|
246
276
|
}
|
|
247
277
|
}
|
|
248
278
|
|
|
249
279
|
.tabs-tab-active:not(.tabs-tab-disabled) {
|
|
250
|
-
color: awsui.$color-text-accent;
|
|
280
|
+
color: var(#{custom-props.$styleColorActive}, awsui.$color-text-accent);
|
|
281
|
+
border-color: var(#{custom-props.$styleBorderColorActive}, transparent);
|
|
282
|
+
background-color: var(#{custom-props.$styleBackgroundActive}, transparent);
|
|
251
283
|
&:after {
|
|
252
284
|
opacity: 1;
|
|
253
285
|
}
|
|
@@ -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_16doo_193",
|
|
5
|
+
"awsui-motion-fade-in": "awsui_awsui-motion-fade-in_mx3cw_16doo_1",
|
|
6
|
+
"root": "awsui_root_mx3cw_16doo_215",
|
|
7
|
+
"hidden": "awsui_hidden_mx3cw_16doo_250",
|
|
8
|
+
"alert-wrapper": "awsui_alert-wrapper_mx3cw_16doo_299",
|
|
9
|
+
"initial-hidden": "awsui_initial-hidden_mx3cw_16doo_311",
|
|
10
|
+
"header": "awsui_header_mx3cw_16doo_316",
|
|
11
|
+
"header-replacement": "awsui_header-replacement_mx3cw_16doo_317",
|
|
12
|
+
"action": "awsui_action_mx3cw_16doo_321",
|
|
13
|
+
"action-slot": "awsui_action-slot_mx3cw_16doo_325",
|
|
14
|
+
"action-button": "awsui_action-button_mx3cw_16doo_326",
|
|
15
|
+
"alert-focus-wrapper": "awsui_alert-focus-wrapper_mx3cw_16doo_330",
|
|
16
|
+
"text": "awsui_text_mx3cw_16doo_361",
|
|
17
|
+
"icon": "awsui_icon_mx3cw_16doo_368",
|
|
18
|
+
"message": "awsui_message_mx3cw_16doo_371",
|
|
19
|
+
"action-wrapped": "awsui_action-wrapped_mx3cw_16doo_375",
|
|
20
|
+
"icon-size-medium": "awsui_icon-size-medium_mx3cw_16doo_379",
|
|
21
|
+
"icon-size-big": "awsui_icon-size-big_mx3cw_16doo_383",
|
|
22
|
+
"icon-size-normal": "awsui_icon-size-normal_mx3cw_16doo_387",
|
|
23
|
+
"content": "awsui_content_mx3cw_16doo_391",
|
|
24
|
+
"content-replacement": "awsui_content-replacement_mx3cw_16doo_392",
|
|
25
|
+
"dismiss": "awsui_dismiss_mx3cw_16doo_396",
|
|
26
|
+
"dismiss-button": "awsui_dismiss-button_mx3cw_16doo_401",
|
|
27
|
+
"type-error": "awsui_type-error_mx3cw_16doo_405",
|
|
28
|
+
"type-warning": "awsui_type-warning_mx3cw_16doo_413",
|
|
29
|
+
"type-success": "awsui_type-success_mx3cw_16doo_421",
|
|
30
|
+
"type-info": "awsui_type-info_mx3cw_16doo_429"
|
|
31
31
|
};
|
|
32
32
|
|