@cloudscape-design/components 3.0.411 → 3.0.412
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.
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"button-dropdown": "awsui_button-
|
|
5
|
-
"items-list-container": "awsui_items-list-
|
|
6
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
7
|
-
"rotate-up": "awsui_rotate-
|
|
8
|
-
"rotate-down": "awsui_rotate-
|
|
9
|
-
"header": "
|
|
10
|
-
"title": "
|
|
11
|
-
"description": "
|
|
12
|
-
"split-trigger-wrapper": "awsui_split-trigger-
|
|
13
|
-
"trigger-item": "awsui_trigger-
|
|
14
|
-
"trigger-button": "awsui_trigger-
|
|
15
|
-
"visual-refresh": "awsui_visual-
|
|
16
|
-
"split-trigger": "awsui_split-
|
|
17
|
-
"dropdown-trigger": "awsui_dropdown-
|
|
18
|
-
"test-utils-button-trigger": "awsui_test-utils-button-
|
|
4
|
+
"button-dropdown": "awsui_button-dropdown_sne0l_1dn5m_93",
|
|
5
|
+
"items-list-container": "awsui_items-list-container_sne0l_1dn5m_97",
|
|
6
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_sne0l_1dn5m_1",
|
|
7
|
+
"rotate-up": "awsui_rotate-up_sne0l_1dn5m_114",
|
|
8
|
+
"rotate-down": "awsui_rotate-down_sne0l_1dn5m_129",
|
|
9
|
+
"header": "awsui_header_sne0l_1dn5m_144",
|
|
10
|
+
"title": "awsui_title_sne0l_1dn5m_153",
|
|
11
|
+
"description": "awsui_description_sne0l_1dn5m_154",
|
|
12
|
+
"split-trigger-wrapper": "awsui_split-trigger-wrapper_sne0l_1dn5m_158",
|
|
13
|
+
"trigger-item": "awsui_trigger-item_sne0l_1dn5m_161",
|
|
14
|
+
"trigger-button": "awsui_trigger-button_sne0l_1dn5m_164",
|
|
15
|
+
"visual-refresh": "awsui_visual-refresh_sne0l_1dn5m_176",
|
|
16
|
+
"split-trigger": "awsui_split-trigger_sne0l_1dn5m_158",
|
|
17
|
+
"dropdown-trigger": "awsui_dropdown-trigger_sne0l_1dn5m_184",
|
|
18
|
+
"test-utils-button-trigger": "awsui_test-utils-button-trigger_sne0l_1dn5m_188"
|
|
19
19
|
};
|
|
20
20
|
|
|
@@ -90,58 +90,58 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
90
90
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
91
91
|
SPDX-License-Identifier: Apache-2.0
|
|
92
92
|
*/
|
|
93
|
-
.awsui_button-
|
|
93
|
+
.awsui_button-dropdown_sne0l_1dn5m_93:not(#\9) {
|
|
94
94
|
display: inline-block;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
.awsui_items-list-
|
|
97
|
+
.awsui_items-list-container_sne0l_1dn5m_97:not(#\9) {
|
|
98
98
|
padding: 0;
|
|
99
99
|
margin: 0;
|
|
100
|
-
animation: awsui_awsui-motion-fade-in-
|
|
100
|
+
animation: awsui_awsui-motion-fade-in-0_sne0l_1dn5m_1 500ms var(--motion-easing-show-quick-vc5zgd, ease-out);
|
|
101
101
|
animation-fill-mode: none;
|
|
102
102
|
}
|
|
103
103
|
@media (prefers-reduced-motion: reduce) {
|
|
104
|
-
.awsui_items-list-
|
|
104
|
+
.awsui_items-list-container_sne0l_1dn5m_97:not(#\9) {
|
|
105
105
|
animation: none;
|
|
106
106
|
transition: none;
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
|
-
.awsui-motion-disabled .awsui_items-list-
|
|
109
|
+
.awsui-motion-disabled .awsui_items-list-container_sne0l_1dn5m_97:not(#\9), .awsui-mode-entering .awsui_items-list-container_sne0l_1dn5m_97:not(#\9) {
|
|
110
110
|
animation: none;
|
|
111
111
|
transition: none;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
.awsui_rotate-
|
|
114
|
+
.awsui_rotate-up_sne0l_1dn5m_114:not(#\9) {
|
|
115
115
|
transform: rotate(-180deg);
|
|
116
116
|
transition: transform var(--motion-duration-rotate-180-dpvl4m, 135ms) var(--motion-easing-rotate-180-e270ko, cubic-bezier(0.165, 0.84, 0.44, 1));
|
|
117
117
|
}
|
|
118
118
|
@media (prefers-reduced-motion: reduce) {
|
|
119
|
-
.awsui_rotate-
|
|
119
|
+
.awsui_rotate-up_sne0l_1dn5m_114:not(#\9) {
|
|
120
120
|
animation: none;
|
|
121
121
|
transition: none;
|
|
122
122
|
}
|
|
123
123
|
}
|
|
124
|
-
.awsui-motion-disabled .awsui_rotate-
|
|
124
|
+
.awsui-motion-disabled .awsui_rotate-up_sne0l_1dn5m_114:not(#\9), .awsui-mode-entering .awsui_rotate-up_sne0l_1dn5m_114:not(#\9) {
|
|
125
125
|
animation: none;
|
|
126
126
|
transition: none;
|
|
127
127
|
}
|
|
128
128
|
|
|
129
|
-
.awsui_rotate-
|
|
129
|
+
.awsui_rotate-down_sne0l_1dn5m_129:not(#\9) {
|
|
130
130
|
transform: rotate(0deg);
|
|
131
131
|
transition: transform var(--motion-duration-rotate-180-dpvl4m, 135ms) var(--motion-easing-rotate-180-e270ko, cubic-bezier(0.165, 0.84, 0.44, 1));
|
|
132
132
|
}
|
|
133
133
|
@media (prefers-reduced-motion: reduce) {
|
|
134
|
-
.awsui_rotate-
|
|
134
|
+
.awsui_rotate-down_sne0l_1dn5m_129:not(#\9) {
|
|
135
135
|
animation: none;
|
|
136
136
|
transition: none;
|
|
137
137
|
}
|
|
138
138
|
}
|
|
139
|
-
.awsui-motion-disabled .awsui_rotate-
|
|
139
|
+
.awsui-motion-disabled .awsui_rotate-down_sne0l_1dn5m_129:not(#\9), .awsui-mode-entering .awsui_rotate-down_sne0l_1dn5m_129:not(#\9) {
|
|
140
140
|
animation: none;
|
|
141
141
|
transition: none;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
-
.
|
|
144
|
+
.awsui_header_sne0l_1dn5m_144:not(#\9) {
|
|
145
145
|
display: flex;
|
|
146
146
|
flex-direction: column;
|
|
147
147
|
list-style: none;
|
|
@@ -150,41 +150,41 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
150
150
|
border-bottom: var(--border-field-width-09w7vk, 2px) solid var(--color-border-dropdown-group-zgquz8, #e9ebed);
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.
|
|
154
|
-
.
|
|
153
|
+
.awsui_title_sne0l_1dn5m_153:not(#\9),
|
|
154
|
+
.awsui_description_sne0l_1dn5m_154:not(#\9) {
|
|
155
155
|
color: var(--color-text-dropdown-header-ga95zo, #000716);
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
.awsui_split-trigger-
|
|
158
|
+
.awsui_split-trigger-wrapper_sne0l_1dn5m_158:not(#\9) {
|
|
159
159
|
display: flex;
|
|
160
160
|
}
|
|
161
|
-
.awsui_split-trigger-
|
|
161
|
+
.awsui_split-trigger-wrapper_sne0l_1dn5m_158 > .awsui_trigger-item_sne0l_1dn5m_161 > button:not(#\9):focus {
|
|
162
162
|
z-index: 1;
|
|
163
163
|
}
|
|
164
|
-
.awsui_split-trigger-
|
|
164
|
+
.awsui_split-trigger-wrapper_sne0l_1dn5m_158 > .awsui_trigger-item_sne0l_1dn5m_161:not(#\9):not(:last-child) > .awsui_trigger-button_sne0l_1dn5m_164 {
|
|
165
165
|
border-top-right-radius: 0;
|
|
166
166
|
border-bottom-right-radius: 0;
|
|
167
|
-
padding-right: var(--space-
|
|
167
|
+
padding-right: var(--space-m-udix3p, 16px);
|
|
168
168
|
margin-right: var(--space-xxxs-zbmxqb, 2px);
|
|
169
169
|
}
|
|
170
|
-
.awsui_split-trigger-
|
|
170
|
+
.awsui_split-trigger-wrapper_sne0l_1dn5m_158 > .awsui_trigger-item_sne0l_1dn5m_161:not(#\9):not(:first-child) > .awsui_trigger-button_sne0l_1dn5m_164 {
|
|
171
171
|
border-top-left-radius: 0;
|
|
172
172
|
border-bottom-left-radius: 0;
|
|
173
173
|
padding-left: calc(var(--space-xs-zb16t3, 8px) - 2px);
|
|
174
174
|
padding-right: calc(var(--space-xs-zb16t3, 8px) - 2px);
|
|
175
175
|
}
|
|
176
|
-
.awsui_split-trigger-
|
|
176
|
+
.awsui_split-trigger-wrapper_sne0l_1dn5m_158 > .awsui_trigger-item_sne0l_1dn5m_161:not(#\9):not(:first-child).awsui_visual-refresh_sne0l_1dn5m_176 > .awsui_trigger-button_sne0l_1dn5m_164 {
|
|
177
177
|
padding-right: calc(var(--space-s-34lx8l, 12px) - 2px);
|
|
178
178
|
}
|
|
179
179
|
|
|
180
|
-
.awsui_split-
|
|
180
|
+
.awsui_split-trigger_sne0l_1dn5m_158:not(#\9) {
|
|
181
181
|
display: contents;
|
|
182
182
|
}
|
|
183
183
|
|
|
184
|
-
.awsui_dropdown-
|
|
184
|
+
.awsui_dropdown-trigger_sne0l_1dn5m_184:not(#\9) {
|
|
185
185
|
display: contents;
|
|
186
186
|
}
|
|
187
187
|
|
|
188
|
-
.awsui_test-utils-button-
|
|
188
|
+
.awsui_test-utils-button-trigger_sne0l_1dn5m_188:not(#\9) {
|
|
189
189
|
/* used in test-utils */
|
|
190
190
|
}
|
|
@@ -2,20 +2,20 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"button-dropdown": "awsui_button-
|
|
6
|
-
"items-list-container": "awsui_items-list-
|
|
7
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
8
|
-
"rotate-up": "awsui_rotate-
|
|
9
|
-
"rotate-down": "awsui_rotate-
|
|
10
|
-
"header": "
|
|
11
|
-
"title": "
|
|
12
|
-
"description": "
|
|
13
|
-
"split-trigger-wrapper": "awsui_split-trigger-
|
|
14
|
-
"trigger-item": "awsui_trigger-
|
|
15
|
-
"trigger-button": "awsui_trigger-
|
|
16
|
-
"visual-refresh": "awsui_visual-
|
|
17
|
-
"split-trigger": "awsui_split-
|
|
18
|
-
"dropdown-trigger": "awsui_dropdown-
|
|
19
|
-
"test-utils-button-trigger": "awsui_test-utils-button-
|
|
5
|
+
"button-dropdown": "awsui_button-dropdown_sne0l_1dn5m_93",
|
|
6
|
+
"items-list-container": "awsui_items-list-container_sne0l_1dn5m_97",
|
|
7
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_sne0l_1dn5m_1",
|
|
8
|
+
"rotate-up": "awsui_rotate-up_sne0l_1dn5m_114",
|
|
9
|
+
"rotate-down": "awsui_rotate-down_sne0l_1dn5m_129",
|
|
10
|
+
"header": "awsui_header_sne0l_1dn5m_144",
|
|
11
|
+
"title": "awsui_title_sne0l_1dn5m_153",
|
|
12
|
+
"description": "awsui_description_sne0l_1dn5m_154",
|
|
13
|
+
"split-trigger-wrapper": "awsui_split-trigger-wrapper_sne0l_1dn5m_158",
|
|
14
|
+
"trigger-item": "awsui_trigger-item_sne0l_1dn5m_161",
|
|
15
|
+
"trigger-button": "awsui_trigger-button_sne0l_1dn5m_164",
|
|
16
|
+
"visual-refresh": "awsui_visual-refresh_sne0l_1dn5m_176",
|
|
17
|
+
"split-trigger": "awsui_split-trigger_sne0l_1dn5m_158",
|
|
18
|
+
"dropdown-trigger": "awsui_dropdown-trigger_sne0l_1dn5m_184",
|
|
19
|
+
"test-utils-button-trigger": "awsui_test-utils-button-trigger_sne0l_1dn5m_188"
|
|
20
20
|
};
|
|
21
21
|
|
package/internal/environment.js
CHANGED
package/internal/manifest.json
CHANGED
package/package.json
CHANGED