@cloudscape-design/components-themeable 3.0.1313 → 3.0.1314
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/action-card/styles.scss +4 -0
- package/lib/internal/scss/app-layout/visual-refresh/drawers.scss +4 -3
- package/lib/internal/scss/app-layout/visual-refresh/tools.scss +2 -1
- package/lib/internal/scss/breadcrumb-group/item/styles.scss +7 -0
- package/lib/internal/scss/breadcrumb-group/styles.scss +7 -0
- package/lib/internal/scss/button-dropdown/category-elements/styles.scss +2 -1
- package/lib/internal/scss/button-dropdown/styles.scss +16 -15
- package/lib/internal/scss/expandable-section/styles.scss +3 -2
- package/lib/internal/scss/internal/components/button-trigger/styles.scss +3 -2
- package/lib/internal/scss/internal/generated/custom-css-properties/index.scss +1 -1
- package/lib/internal/scss/status-indicator/styles.scss +13 -4
- package/lib/internal/scss/tree-view/tree-item/styles.scss +2 -1
- package/lib/internal/template/action-card/styles.css.js +17 -17
- package/lib/internal/template/action-card/styles.scoped.css +94 -91
- package/lib/internal/template/action-card/styles.selectors.js +17 -17
- package/lib/internal/template/app-layout/visual-refresh/drawers.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/drawers.js +0 -3
- package/lib/internal/template/app-layout/visual-refresh/drawers.js.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/styles.css.js +86 -87
- package/lib/internal/template/app-layout/visual-refresh/styles.scoped.css +167 -167
- package/lib/internal/template/app-layout/visual-refresh/styles.selectors.js +86 -87
- package/lib/internal/template/app-layout/visual-refresh/tools.d.ts.map +1 -1
- package/lib/internal/template/app-layout/visual-refresh/tools.js +0 -2
- package/lib/internal/template/app-layout/visual-refresh/tools.js.map +1 -1
- package/lib/internal/template/breadcrumb-group/item/styles.css.js +7 -7
- package/lib/internal/template/breadcrumb-group/item/styles.scoped.css +29 -25
- package/lib/internal/template/breadcrumb-group/item/styles.selectors.js +7 -7
- package/lib/internal/template/breadcrumb-group/styles.css.js +14 -14
- package/lib/internal/template/breadcrumb-group/styles.scoped.css +27 -24
- package/lib/internal/template/breadcrumb-group/styles.selectors.js +14 -14
- package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.js +1 -1
- package/lib/internal/template/button-dropdown/category-elements/expandable-category-element.js.map +1 -1
- package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.js +1 -1
- package/lib/internal/template/button-dropdown/category-elements/mobile-expandable-category-element.js.map +1 -1
- package/lib/internal/template/button-dropdown/category-elements/styles.css.js +18 -19
- package/lib/internal/template/button-dropdown/category-elements/styles.scoped.css +29 -29
- package/lib/internal/template/button-dropdown/category-elements/styles.selectors.js +18 -19
- package/lib/internal/template/button-dropdown/internal.d.ts.map +1 -1
- package/lib/internal/template/button-dropdown/internal.js +2 -2
- package/lib/internal/template/button-dropdown/internal.js.map +1 -1
- package/lib/internal/template/button-dropdown/styles.css.js +22 -23
- package/lib/internal/template/button-dropdown/styles.scoped.css +36 -36
- package/lib/internal/template/button-dropdown/styles.selectors.js +22 -23
- package/lib/internal/template/expandable-section/expandable-section-header.d.ts.map +1 -1
- package/lib/internal/template/expandable-section/expandable-section-header.js +3 -3
- package/lib/internal/template/expandable-section/expandable-section-header.js.map +1 -1
- package/lib/internal/template/expandable-section/styles.css.js +35 -36
- package/lib/internal/template/expandable-section/styles.scoped.css +70 -70
- package/lib/internal/template/expandable-section/styles.selectors.js +35 -36
- package/lib/internal/template/internal/base-component/styles.scoped.css +6 -1
- package/lib/internal/template/internal/components/button-trigger/index.js +1 -1
- package/lib/internal/template/internal/components/button-trigger/index.js.map +1 -1
- package/lib/internal/template/internal/components/button-trigger/styles.css.js +14 -15
- package/lib/internal/template/internal/components/button-trigger/styles.scoped.css +31 -31
- package/lib/internal/template/internal/components/button-trigger/styles.selectors.js +14 -15
- package/lib/internal/template/internal/environment.js +2 -2
- package/lib/internal/template/internal/environment.json +2 -2
- package/lib/internal/template/internal/generated/styles/tokens.d.ts +1 -0
- package/lib/internal/template/internal/generated/styles/tokens.js +1 -0
- package/lib/internal/template/internal/generated/theming/index.cjs +33 -0
- package/lib/internal/template/internal/generated/theming/index.cjs.d.ts +9 -0
- package/lib/internal/template/internal/generated/theming/index.d.ts +9 -0
- package/lib/internal/template/internal/generated/theming/index.js +33 -0
- package/lib/internal/template/status-indicator/internal.d.ts.map +1 -1
- package/lib/internal/template/status-indicator/internal.js +2 -2
- package/lib/internal/template/status-indicator/internal.js.map +1 -1
- package/lib/internal/template/status-indicator/styles.css.js +24 -25
- package/lib/internal/template/status-indicator/styles.scoped.css +55 -50
- package/lib/internal/template/status-indicator/styles.selectors.js +24 -25
- package/lib/internal/template/tree-view/tree-item/index.d.ts.map +1 -1
- package/lib/internal/template/tree-view/tree-item/index.js +1 -2
- package/lib/internal/template/tree-view/tree-item/index.js.map +1 -1
- package/lib/internal/template/tree-view/tree-item/styles.css.js +9 -10
- package/lib/internal/template/tree-view/tree-item/styles.scoped.css +18 -14
- package/lib/internal/template/tree-view/tree-item/styles.selectors.js +9 -10
- package/package.json +1 -1
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
@use '../internal/styles' as styles;
|
|
9
9
|
@use '../internal/styles/tokens' as awsui;
|
|
10
|
+
@use '../internal/styles/utils/theming' as theming;
|
|
10
11
|
@use '@cloudscape-design/component-toolkit/internal/focus-visible' as focus-visible;
|
|
11
12
|
@use './constants' as constants;
|
|
12
13
|
@use './mixins' as mixins;
|
|
@@ -18,6 +19,9 @@
|
|
|
18
19
|
&.disabled {
|
|
19
20
|
color: map.get(constants.$states, 'disabled', 'text-color');
|
|
20
21
|
}
|
|
22
|
+
@include theming.one-theme-only {
|
|
23
|
+
color: awsui.$color-text-heading-default;
|
|
24
|
+
}
|
|
21
25
|
}
|
|
22
26
|
&:not(:has(+ .body)) {
|
|
23
27
|
flex: 1;
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
@use '../../internal/styles/tokens' as awsui;
|
|
6
6
|
@use '../../internal/generated/custom-css-properties/index.scss' as custom-props;
|
|
7
7
|
@use '../../internal/styles' as styles;
|
|
8
|
+
@use '../../internal/styles/utils/theming';
|
|
8
9
|
@use '../constants.scss' as constants;
|
|
9
10
|
|
|
10
11
|
.drawers-container {
|
|
@@ -22,7 +23,7 @@
|
|
|
22
23
|
background-color: awsui.$color-background-container-content;
|
|
23
24
|
}
|
|
24
25
|
|
|
25
|
-
|
|
26
|
+
@include theming.one-theme-only {
|
|
26
27
|
&.has-open-drawer {
|
|
27
28
|
background-color: awsui.$color-background-layout-panel-content;
|
|
28
29
|
}
|
|
@@ -72,7 +73,7 @@
|
|
|
72
73
|
background-color: awsui.$color-background-container-content;
|
|
73
74
|
}
|
|
74
75
|
|
|
75
|
-
|
|
76
|
+
@include theming.one-theme-only {
|
|
76
77
|
&.has-multiple-triggers.has-open-drawer {
|
|
77
78
|
background-color: awsui.$color-background-layout-panel-content;
|
|
78
79
|
}
|
|
@@ -137,7 +138,7 @@
|
|
|
137
138
|
pointer-events: auto;
|
|
138
139
|
word-wrap: break-word;
|
|
139
140
|
|
|
140
|
-
|
|
141
|
+
@include theming.one-theme-only {
|
|
141
142
|
background-color: awsui.$color-background-layout-panel-content;
|
|
142
143
|
}
|
|
143
144
|
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
@use '../../internal/styles' as styles;
|
|
7
7
|
@use '../../internal/styles/tokens' as awsui;
|
|
8
8
|
@use '../../internal/generated/custom-css-properties/index.scss' as custom-props;
|
|
9
|
+
@use '../../internal/styles/utils/theming';
|
|
9
10
|
|
|
10
11
|
/*
|
|
11
12
|
The Tools component container has a max width calculation that depends on the
|
|
@@ -95,7 +96,7 @@ viewport size and state of the Tools drawer.
|
|
|
95
96
|
}
|
|
96
97
|
}
|
|
97
98
|
|
|
98
|
-
|
|
99
|
+
@include theming.one-theme-only {
|
|
99
100
|
background-color: awsui.$color-background-layout-panel-content;
|
|
100
101
|
}
|
|
101
102
|
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
@use '../../internal/styles' as styles;
|
|
7
7
|
@use '../../internal/styles/tokens' as awsui;
|
|
8
8
|
@use '@cloudscape-design/component-toolkit/internal/focus-visible' as focus-visible;
|
|
9
|
+
@use '../../internal/styles/utils/theming' as theming;
|
|
9
10
|
|
|
10
11
|
.link:after {
|
|
11
12
|
display: none;
|
|
@@ -21,6 +22,12 @@
|
|
|
21
22
|
color: awsui.$color-text-breadcrumb-icon;
|
|
22
23
|
}
|
|
23
24
|
|
|
25
|
+
@include theming.one-theme-only {
|
|
26
|
+
> .icon {
|
|
27
|
+
margin-inline: awsui.$space-xxs;
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
24
31
|
> .anchor {
|
|
25
32
|
min-inline-size: 0;
|
|
26
33
|
overflow: hidden;
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
@use '../internal/styles' as styles;
|
|
7
7
|
@use '../internal/styles/tokens' as awsui;
|
|
8
8
|
@use '@cloudscape-design/component-toolkit/internal/focus-visible' as focus-visible;
|
|
9
|
+
@use '../internal/styles/utils/theming' as theming;
|
|
9
10
|
|
|
10
11
|
.breadcrumb-group {
|
|
11
12
|
@include styles.styles-reset;
|
|
@@ -63,6 +64,12 @@
|
|
|
63
64
|
margin-inline: styles.$base-size;
|
|
64
65
|
color: awsui.$color-text-breadcrumb-icon;
|
|
65
66
|
}
|
|
67
|
+
|
|
68
|
+
@include theming.one-theme-only {
|
|
69
|
+
> .icon {
|
|
70
|
+
margin-inline: awsui.$space-xxs;
|
|
71
|
+
}
|
|
72
|
+
}
|
|
66
73
|
}
|
|
67
74
|
}
|
|
68
75
|
}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
@use '../../internal/styles' as styles;
|
|
7
7
|
@use '../../internal/styles/tokens' as awsui;
|
|
8
|
+
@use '../../internal/styles/utils/theming';
|
|
8
9
|
|
|
9
10
|
.header {
|
|
10
11
|
position: relative;
|
|
@@ -120,7 +121,7 @@
|
|
|
120
121
|
display: inline-block;
|
|
121
122
|
margin-inline-start: auto;
|
|
122
123
|
|
|
123
|
-
|
|
124
|
+
@include theming.one-theme-only {
|
|
124
125
|
inset-inline-end: calc(-1 * #{awsui.$space-xs});
|
|
125
126
|
inline-size: awsui.$space-s;
|
|
126
127
|
}
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
@use '../internal/styles' as styles;
|
|
7
7
|
@use '../internal/styles/tokens' as awsui;
|
|
8
|
+
@use '../internal/styles/utils/theming';
|
|
8
9
|
|
|
9
10
|
$dropdown-trigger-icon-offset: 2px;
|
|
10
11
|
|
|
@@ -50,7 +51,7 @@ $dropdown-trigger-icon-offset: 2px;
|
|
|
50
51
|
}
|
|
51
52
|
|
|
52
53
|
.trigger-button {
|
|
53
|
-
|
|
54
|
+
@include theming.one-theme-only {
|
|
54
55
|
display: flex;
|
|
55
56
|
align-items: center;
|
|
56
57
|
}
|
|
@@ -103,6 +104,20 @@ $dropdown-trigger-icon-offset: 2px;
|
|
|
103
104
|
padding-inline-end: calc(#{awsui.$space-s} - #{$dropdown-trigger-icon-offset});
|
|
104
105
|
}
|
|
105
106
|
}
|
|
107
|
+
|
|
108
|
+
@include theming.one-theme-only {
|
|
109
|
+
& > .trigger-button {
|
|
110
|
+
// Resets the padding-inline-end override applied by .visual-refresh above,
|
|
111
|
+
// so both sides stay at $space-xs - $dropdown-trigger-icon-offset.
|
|
112
|
+
padding-inline: calc(#{awsui.$space-xs} - #{$dropdown-trigger-icon-offset});
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
&.has-trigger-text {
|
|
116
|
+
& > .trigger-button {
|
|
117
|
+
padding-inline: calc(#{awsui.$space-xs} + #{$dropdown-trigger-icon-offset});
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
}
|
|
106
121
|
}
|
|
107
122
|
|
|
108
123
|
& > .trigger-item.variant-normal {
|
|
@@ -114,20 +129,6 @@ $dropdown-trigger-icon-offset: 2px;
|
|
|
114
129
|
margin-inline-start: calc(#{awsui.$border-width-button} * -1);
|
|
115
130
|
}
|
|
116
131
|
}
|
|
117
|
-
|
|
118
|
-
& > .trigger-item:not(:first-child).one-theme {
|
|
119
|
-
& > .trigger-button {
|
|
120
|
-
// Resets the padding-inline-end override applied by .visual-refresh above,
|
|
121
|
-
// so both sides stay at $space-xs - $dropdown-trigger-icon-offset.
|
|
122
|
-
padding-inline: calc(#{awsui.$space-xs} - #{$dropdown-trigger-icon-offset});
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
&.has-trigger-text {
|
|
126
|
-
& > .trigger-button {
|
|
127
|
-
padding-inline: calc(#{awsui.$space-xs} + #{$dropdown-trigger-icon-offset});
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
132
|
}
|
|
132
133
|
.split-trigger {
|
|
133
134
|
display: contents;
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
@use '../internal/styles/tokens' as awsui;
|
|
7
7
|
@use '@cloudscape-design/component-toolkit/internal/focus-visible' as focus-visible;
|
|
8
8
|
@use '../container/shared' as container;
|
|
9
|
+
@use '../internal/styles/utils/theming';
|
|
9
10
|
|
|
10
11
|
@use './motion';
|
|
11
12
|
|
|
@@ -54,7 +55,7 @@ $icon-total-space-medium: calc(#{$icon-width-medium} + #{$icon-margin-left} + #{
|
|
|
54
55
|
// For vertical alignment of text in side navigation items
|
|
55
56
|
&-container {
|
|
56
57
|
margin-inline-end: $icon-margin-right-medium;
|
|
57
|
-
|
|
58
|
+
@include theming.one-theme-only {
|
|
58
59
|
margin-inline-end: calc(#{$icon-margin-right-medium} + $icon-offset-inline);
|
|
59
60
|
inset-block-start: $icon-offset-block;
|
|
60
61
|
> .icon {
|
|
@@ -62,7 +63,7 @@ $icon-total-space-medium: calc(#{$icon-width-medium} + #{$icon-margin-left} + #{
|
|
|
62
63
|
}
|
|
63
64
|
}
|
|
64
65
|
}
|
|
65
|
-
|
|
66
|
+
@include theming.one-theme-only {
|
|
66
67
|
display: inline-flex;
|
|
67
68
|
align-items: flex-start;
|
|
68
69
|
margin-inline-end: calc(#{$icon-margin-right-normal} + #{$icon-offset-inline});
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
@use '../../styles/tokens' as awsui;
|
|
8
8
|
@use '@cloudscape-design/component-toolkit/internal/focus-visible' as focus-visible;
|
|
9
9
|
@use '../../../token/constants' as token;
|
|
10
|
+
@use '../../styles/utils/theming';
|
|
10
11
|
|
|
11
12
|
@use './motion';
|
|
12
13
|
|
|
@@ -70,7 +71,7 @@ $icon-offset: awsui.$space-xxxs;
|
|
|
70
71
|
inset-inline-end: styles.$control-icon-horizontal-offset;
|
|
71
72
|
inset-block-start: styles.$control-icon-vertical-offset;
|
|
72
73
|
color: awsui.$color-text-button-inline-icon-default;
|
|
73
|
-
|
|
74
|
+
@include theming.one-theme-only {
|
|
74
75
|
inset-block-start: calc(styles.$control-icon-vertical-offset + $icon-offset);
|
|
75
76
|
}
|
|
76
77
|
}
|
|
@@ -84,7 +85,7 @@ $icon-offset: awsui.$space-xxxs;
|
|
|
84
85
|
&.pressed {
|
|
85
86
|
> .arrow {
|
|
86
87
|
transform: rotate(-180deg);
|
|
87
|
-
|
|
88
|
+
@include theming.one-theme-only {
|
|
88
89
|
inset-block-start: calc(styles.$control-icon-vertical-offset - $icon-offset);
|
|
89
90
|
}
|
|
90
91
|
}
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
@use 'sass:map';
|
|
7
7
|
@use '../internal/styles' as styles;
|
|
8
8
|
@use '../internal/styles/tokens' as awsui;
|
|
9
|
+
@use '../internal/styles/utils/theming';
|
|
9
10
|
|
|
10
11
|
@use './motion';
|
|
11
12
|
|
|
@@ -79,13 +80,21 @@ $_background-overrides: (
|
|
|
79
80
|
border-start-end-radius: awsui.$border-radius-status-indicator;
|
|
80
81
|
border-end-start-radius: awsui.$border-radius-status-indicator;
|
|
81
82
|
border-end-end-radius: awsui.$border-radius-status-indicator;
|
|
83
|
+
|
|
84
|
+
.root.status-loading > & {
|
|
85
|
+
@include theming.one-theme-only {
|
|
86
|
+
background: transparent;
|
|
87
|
+
align-items: center;
|
|
88
|
+
color: awsui.$color-text-body-secondary;
|
|
89
|
+
}
|
|
90
|
+
}
|
|
82
91
|
&.display-inline {
|
|
83
92
|
@include styles.text-wrapping;
|
|
84
93
|
display: inline;
|
|
85
94
|
|
|
86
95
|
> .icon {
|
|
87
96
|
white-space: nowrap;
|
|
88
|
-
|
|
97
|
+
@include theming.one-theme-only {
|
|
89
98
|
vertical-align: middle;
|
|
90
99
|
}
|
|
91
100
|
}
|
|
@@ -95,7 +104,7 @@ $_background-overrides: (
|
|
|
95
104
|
display: inline-block;
|
|
96
105
|
word-wrap: break-word;
|
|
97
106
|
word-break: break-all;
|
|
98
|
-
|
|
107
|
+
@include theming.one-theme-only {
|
|
99
108
|
display: inline-flex;
|
|
100
109
|
align-items: flex-start;
|
|
101
110
|
}
|
|
@@ -103,7 +112,7 @@ $_background-overrides: (
|
|
|
103
112
|
> .icon {
|
|
104
113
|
padding-inline-end: awsui.$space-xxs;
|
|
105
114
|
|
|
106
|
-
|
|
115
|
+
@include theming.one-theme-only {
|
|
107
116
|
display: inline-flex;
|
|
108
117
|
align-items: center;
|
|
109
118
|
margin-block-start: awsui.$space-xxxs;
|
|
@@ -119,7 +128,7 @@ $_background-overrides: (
|
|
|
119
128
|
white-space: nowrap;
|
|
120
129
|
vertical-align: text-bottom;
|
|
121
130
|
|
|
122
|
-
|
|
131
|
+
@include theming.one-theme-only {
|
|
123
132
|
text-overflow: unset;
|
|
124
133
|
|
|
125
134
|
> span:last-child {
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
@use '../../internal/styles/tokens' as awsui;
|
|
6
6
|
@use '../../internal/styles' as styles;
|
|
7
7
|
@use '@cloudscape-design/component-toolkit/internal/focus-visible' as focus-visible;
|
|
8
|
+
@use '../../internal/styles/utils/theming';
|
|
8
9
|
|
|
9
10
|
$item-toggle-column-width: 28px;
|
|
10
11
|
|
|
@@ -49,7 +50,7 @@ $item-toggle-column-width: 28px;
|
|
|
49
50
|
}
|
|
50
51
|
}
|
|
51
52
|
|
|
52
|
-
|
|
53
|
+
@include theming.one-theme-only {
|
|
53
54
|
align-items: center;
|
|
54
55
|
> .expand-toggle-wrapper {
|
|
55
56
|
> .toggle {
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"icon": "
|
|
6
|
-
"header-inner": "awsui_header-
|
|
7
|
-
"disabled": "
|
|
8
|
-
"header": "
|
|
9
|
-
"body": "
|
|
10
|
-
"header-row": "awsui_header-
|
|
11
|
-
"description": "
|
|
12
|
-
"has-header": "awsui_has-
|
|
13
|
-
"header-button": "awsui_header-
|
|
14
|
-
"overlay-button": "awsui_overlay-
|
|
15
|
-
"variant-embedded": "awsui_variant-
|
|
16
|
-
"variant-default": "awsui_variant-
|
|
17
|
-
"inner-card": "awsui_inner-
|
|
18
|
-
"no-padding": "awsui_no-
|
|
19
|
-
"icon-vertical-align-center": "awsui_icon-vertical-align-
|
|
20
|
-
"icon-align-end": "awsui_icon-align-
|
|
4
|
+
"root": "awsui_root_16248_1xlcm_161",
|
|
5
|
+
"icon": "awsui_icon_16248_1xlcm_193",
|
|
6
|
+
"header-inner": "awsui_header-inner_16248_1xlcm_209",
|
|
7
|
+
"disabled": "awsui_disabled_16248_1xlcm_218",
|
|
8
|
+
"header": "awsui_header_16248_1xlcm_209",
|
|
9
|
+
"body": "awsui_body_16248_1xlcm_224",
|
|
10
|
+
"header-row": "awsui_header-row_16248_1xlcm_228",
|
|
11
|
+
"description": "awsui_description_16248_1xlcm_241",
|
|
12
|
+
"has-header": "awsui_has-header_16248_1xlcm_247",
|
|
13
|
+
"header-button": "awsui_header-button_16248_1xlcm_261",
|
|
14
|
+
"overlay-button": "awsui_overlay-button_16248_1xlcm_262",
|
|
15
|
+
"variant-embedded": "awsui_variant-embedded_16248_1xlcm_281",
|
|
16
|
+
"variant-default": "awsui_variant-default_16248_1xlcm_293",
|
|
17
|
+
"inner-card": "awsui_inner-card_16248_1xlcm_394",
|
|
18
|
+
"no-padding": "awsui_no-padding_16248_1xlcm_401",
|
|
19
|
+
"icon-vertical-align-center": "awsui_icon-vertical-align-center_16248_1xlcm_412",
|
|
20
|
+
"icon-align-end": "awsui_icon-align-end_16248_1xlcm_546"
|
|
21
21
|
};
|
|
22
22
|
|