@cloudscape-design/components 3.0.618 → 3.0.620
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/annotation-context/annotation/styles.css.js +24 -24
- package/annotation-context/annotation/styles.scoped.css +31 -31
- package/annotation-context/annotation/styles.selectors.js +24 -24
- package/app-layout/classic.d.ts.map +1 -1
- package/app-layout/classic.js +5 -16
- package/app-layout/classic.js.map +1 -1
- package/app-layout/content-wrapper/index.d.ts +1 -0
- package/app-layout/content-wrapper/index.d.ts.map +1 -1
- package/app-layout/content-wrapper/index.js +3 -3
- package/app-layout/content-wrapper/index.js.map +1 -1
- package/app-layout/notifications/styles.css.js +3 -3
- package/app-layout/notifications/styles.scoped.css +7 -7
- package/app-layout/notifications/styles.selectors.js +3 -3
- package/app-layout/utils/sticky-offsets.d.ts +4 -0
- package/app-layout/utils/sticky-offsets.d.ts.map +1 -0
- package/app-layout/utils/sticky-offsets.js +10 -0
- package/app-layout/utils/sticky-offsets.js.map +1 -0
- package/app-layout/visual-refresh/context.d.ts.map +1 -1
- package/app-layout/visual-refresh/context.js +1 -5
- package/app-layout/visual-refresh/context.js.map +1 -1
- package/app-layout/visual-refresh/main.d.ts.map +1 -1
- package/app-layout/visual-refresh/main.js +6 -4
- package/app-layout/visual-refresh/main.js.map +1 -1
- package/app-layout/visual-refresh/styles.css.js +81 -81
- package/app-layout/visual-refresh/styles.scoped.css +258 -294
- package/app-layout/visual-refresh/styles.selectors.js +81 -81
- package/container/use-sticky-header.d.ts +1 -5
- package/container/use-sticky-header.d.ts.map +1 -1
- package/container/use-sticky-header.js +7 -34
- package/container/use-sticky-header.js.map +1 -1
- package/flashbar/styles.css.js +47 -47
- package/flashbar/styles.scoped.css +171 -171
- package/flashbar/styles.selectors.js +47 -47
- package/header/internal.d.ts.map +1 -1
- package/header/internal.js +3 -1
- package/header/internal.js.map +1 -1
- package/header/styles.css.js +35 -34
- package/header/styles.scoped.css +55 -52
- package/header/styles.selectors.js +35 -34
- package/internal/components/dropdown/styles.css.js +20 -20
- package/internal/components/dropdown/styles.scoped.css +41 -41
- package/internal/components/dropdown/styles.selectors.js +20 -20
- package/internal/context/app-layout-context.d.ts +0 -3
- package/internal/context/app-layout-context.d.ts.map +1 -1
- package/internal/context/app-layout-context.js +1 -5
- package/internal/context/app-layout-context.js.map +1 -1
- package/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/generated/custom-css-properties/index.d.ts.map +1 -1
- package/internal/generated/custom-css-properties/index.js +43 -44
- package/internal/generated/custom-css-properties/index.js.map +1 -1
- package/internal/manifest.json +1 -1
- package/internal/styles/global-vars.d.ts +6 -0
- package/internal/styles/global-vars.d.ts.map +1 -0
- package/internal/styles/global-vars.js +8 -0
- package/internal/styles/global-vars.js.map +1 -0
- package/mixed-line-bar-chart/bar-series.d.ts +3 -3
- package/mixed-line-bar-chart/bar-series.d.ts.map +1 -1
- package/mixed-line-bar-chart/bar-series.js +61 -17
- package/mixed-line-bar-chart/bar-series.js.map +1 -1
- package/mixed-line-bar-chart/create-one-side-rounded-rect-path.d.ts +7 -0
- package/mixed-line-bar-chart/create-one-side-rounded-rect-path.d.ts.map +1 -0
- package/mixed-line-bar-chart/create-one-side-rounded-rect-path.js +33 -0
- package/mixed-line-bar-chart/create-one-side-rounded-rect-path.js.map +1 -0
- package/mixed-line-bar-chart/data-series.d.ts.map +1 -1
- package/mixed-line-bar-chart/data-series.js +5 -5
- package/mixed-line-bar-chart/data-series.js.map +1 -1
- package/mixed-line-bar-chart/utils.d.ts +2 -9
- package/mixed-line-bar-chart/utils.d.ts.map +1 -1
- package/mixed-line-bar-chart/utils.js +19 -26
- package/mixed-line-bar-chart/utils.js.map +1 -1
- package/package.json +1 -1
- package/spinner/styles.css.js +13 -13
- package/spinner/styles.scoped.css +39 -39
- package/spinner/styles.selectors.js +13 -13
- package/split-panel/implementation.d.ts.map +1 -1
- package/split-panel/implementation.js +7 -7
- package/split-panel/implementation.js.map +1 -1
- package/split-panel/interfaces.d.ts +1 -0
- package/split-panel/interfaces.d.ts.map +1 -1
- package/split-panel/interfaces.js.map +1 -1
- package/split-panel/side.d.ts +1 -1
- package/split-panel/side.d.ts.map +1 -1
- package/split-panel/side.js +2 -5
- package/split-panel/side.js.map +1 -1
- package/table/internal.d.ts.map +1 -1
- package/table/internal.js +6 -7
- package/table/internal.js.map +1 -1
- package/table/sticky-scrollbar/sticky-scrollbar.d.ts.map +1 -1
- package/table/sticky-scrollbar/sticky-scrollbar.js +1 -7
- package/table/sticky-scrollbar/sticky-scrollbar.js.map +1 -1
- package/table/sticky-scrollbar/use-sticky-scrollbar.d.ts +2 -2
- package/table/sticky-scrollbar/use-sticky-scrollbar.d.ts.map +1 -1
- package/table/sticky-scrollbar/use-sticky-scrollbar.js +12 -30
- package/table/sticky-scrollbar/use-sticky-scrollbar.js.map +1 -1
- package/theming/index.d.ts +5 -0
- package/theming/index.d.ts.map +1 -1
- package/theming/index.js +8 -1
- package/theming/index.js.map +1 -1
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"dropdown-content-wrapper": "awsui_dropdown-content-
|
|
5
|
-
"awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-
|
|
6
|
-
"refresh": "
|
|
7
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
8
|
-
"root": "
|
|
9
|
-
"interior": "
|
|
10
|
-
"dropdown": "
|
|
11
|
-
"use-portal": "awsui_use-
|
|
12
|
-
"is-empty": "awsui_is-
|
|
13
|
-
"dropdown-drop-up": "awsui_dropdown-drop-
|
|
14
|
-
"with-limited-width": "awsui_with-limited-
|
|
15
|
-
"dropdown-drop-left": "awsui_dropdown-drop-
|
|
16
|
-
"dropdown-drop-right": "awsui_dropdown-drop-
|
|
17
|
-
"occupy-entire-width": "awsui_occupy-entire-
|
|
18
|
-
"stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-
|
|
19
|
-
"hide-block-border": "awsui_hide-block-
|
|
20
|
-
"open": "
|
|
21
|
-
"nowrap": "
|
|
22
|
-
"dropdown-content": "awsui_dropdown-
|
|
23
|
-
"stretch-trigger-height": "awsui_stretch-trigger-
|
|
4
|
+
"dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_1wj13_99",
|
|
5
|
+
"awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_1wj13_1",
|
|
6
|
+
"refresh": "awsui_refresh_qwoo0_1wj13_120",
|
|
7
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_1wj13_1",
|
|
8
|
+
"root": "awsui_root_qwoo0_1wj13_149",
|
|
9
|
+
"interior": "awsui_interior_qwoo0_1wj13_185",
|
|
10
|
+
"dropdown": "awsui_dropdown_qwoo0_1wj13_99",
|
|
11
|
+
"use-portal": "awsui_use-portal_qwoo0_1wj13_196",
|
|
12
|
+
"is-empty": "awsui_is-empty_qwoo0_1wj13_248",
|
|
13
|
+
"dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_1wj13_255",
|
|
14
|
+
"with-limited-width": "awsui_with-limited-width_qwoo0_1wj13_259",
|
|
15
|
+
"dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_1wj13_262",
|
|
16
|
+
"dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_1wj13_268",
|
|
17
|
+
"occupy-entire-width": "awsui_occupy-entire-width_qwoo0_1wj13_274",
|
|
18
|
+
"stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-width_qwoo0_1wj13_277",
|
|
19
|
+
"hide-block-border": "awsui_hide-block-border_qwoo0_1wj13_284",
|
|
20
|
+
"open": "awsui_open_qwoo0_1wj13_293",
|
|
21
|
+
"nowrap": "awsui_nowrap_qwoo0_1wj13_302",
|
|
22
|
+
"dropdown-content": "awsui_dropdown-content_qwoo0_1wj13_99",
|
|
23
|
+
"stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_1wj13_313"
|
|
24
24
|
};
|
|
25
25
|
|
|
@@ -96,10 +96,10 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
96
96
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
97
97
|
SPDX-License-Identifier: Apache-2.0
|
|
98
98
|
*/
|
|
99
|
-
.awsui_dropdown-content-
|
|
100
|
-
animation: awsui_awsui-motion-fade-in-
|
|
99
|
+
.awsui_dropdown-content-wrapper_qwoo0_1wj13_99:not(#\9) {
|
|
100
|
+
animation: awsui_awsui-motion-fade-in-dropdown_qwoo0_1wj13_1 var(--motion-duration-show-quick-aq3ump, 135ms) var(--motion-easing-show-quick-vc5zgd, ease-out);
|
|
101
101
|
}
|
|
102
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
102
|
+
@keyframes awsui_awsui-motion-fade-in-dropdown_qwoo0_1wj13_1 {
|
|
103
103
|
from {
|
|
104
104
|
opacity: 0.4;
|
|
105
105
|
}
|
|
@@ -108,22 +108,22 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
108
108
|
}
|
|
109
109
|
}
|
|
110
110
|
@media (prefers-reduced-motion: reduce) {
|
|
111
|
-
.awsui_dropdown-content-
|
|
111
|
+
.awsui_dropdown-content-wrapper_qwoo0_1wj13_99:not(#\9) {
|
|
112
112
|
animation: none;
|
|
113
113
|
transition: none;
|
|
114
114
|
}
|
|
115
115
|
}
|
|
116
|
-
.awsui-motion-disabled .awsui_dropdown-content-
|
|
116
|
+
.awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_1wj13_99:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_1wj13_99:not(#\9) {
|
|
117
117
|
animation: none;
|
|
118
118
|
transition: none;
|
|
119
119
|
}
|
|
120
|
-
.awsui_dropdown-content-
|
|
120
|
+
.awsui_dropdown-content-wrapper_qwoo0_1wj13_99.awsui_refresh_qwoo0_1wj13_120:not(#\9) {
|
|
121
121
|
transform-origin: top;
|
|
122
|
-
animation-name: awsui_awsui-motion-fade-in-
|
|
122
|
+
animation-name: awsui_awsui-motion-fade-in-0_qwoo0_1wj13_1;
|
|
123
123
|
animation-duration: var(--motion-duration-show-quick-aq3ump, 135ms);
|
|
124
124
|
animation-timing-function: var(--motion-easing-show-quick-vc5zgd, ease-out);
|
|
125
125
|
}
|
|
126
|
-
@keyframes awsui_awsui-motion-fade-in-
|
|
126
|
+
@keyframes awsui_awsui-motion-fade-in-0_qwoo0_1wj13_1 {
|
|
127
127
|
from {
|
|
128
128
|
opacity: 0;
|
|
129
129
|
}
|
|
@@ -132,12 +132,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
132
132
|
}
|
|
133
133
|
}
|
|
134
134
|
@media (prefers-reduced-motion: reduce) {
|
|
135
|
-
.awsui_dropdown-content-
|
|
135
|
+
.awsui_dropdown-content-wrapper_qwoo0_1wj13_99.awsui_refresh_qwoo0_1wj13_120:not(#\9) {
|
|
136
136
|
animation: none;
|
|
137
137
|
transition: none;
|
|
138
138
|
}
|
|
139
139
|
}
|
|
140
|
-
.awsui-motion-disabled .awsui_dropdown-content-
|
|
140
|
+
.awsui-motion-disabled .awsui_dropdown-content-wrapper_qwoo0_1wj13_99.awsui_refresh_qwoo0_1wj13_120:not(#\9), .awsui-mode-entering .awsui_dropdown-content-wrapper_qwoo0_1wj13_99.awsui_refresh_qwoo0_1wj13_120:not(#\9) {
|
|
141
141
|
animation: none;
|
|
142
142
|
transition: none;
|
|
143
143
|
}
|
|
@@ -146,7 +146,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
146
146
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
147
147
|
SPDX-License-Identifier: Apache-2.0
|
|
148
148
|
*/
|
|
149
|
-
.
|
|
149
|
+
.awsui_root_qwoo0_1wj13_149:not(#\9) {
|
|
150
150
|
border-collapse: separate;
|
|
151
151
|
border-spacing: 0;
|
|
152
152
|
box-sizing: border-box;
|
|
@@ -183,11 +183,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
183
183
|
position: relative;
|
|
184
184
|
white-space: inherit;
|
|
185
185
|
}
|
|
186
|
-
.
|
|
186
|
+
.awsui_root_qwoo0_1wj13_149.awsui_interior_qwoo0_1wj13_185:not(#\9) {
|
|
187
187
|
position: static;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
.
|
|
190
|
+
.awsui_dropdown_qwoo0_1wj13_99:not(#\9) {
|
|
191
191
|
position: absolute;
|
|
192
192
|
display: none;
|
|
193
193
|
z-index: 2000;
|
|
@@ -195,24 +195,24 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
195
195
|
user-select: none;
|
|
196
196
|
transform-origin: top;
|
|
197
197
|
}
|
|
198
|
-
.
|
|
198
|
+
.awsui_dropdown_qwoo0_1wj13_99.awsui_use-portal_qwoo0_1wj13_196:not(#\9) {
|
|
199
199
|
z-index: 7000;
|
|
200
200
|
}
|
|
201
|
-
.
|
|
201
|
+
.awsui_dropdown_qwoo0_1wj13_99:not(#\9):not(.awsui_interior_qwoo0_1wj13_185) {
|
|
202
202
|
transform: translateY(0px);
|
|
203
203
|
transition: transform var(--motion-duration-show-quick-aq3ump, 135ms);
|
|
204
204
|
}
|
|
205
205
|
@media (prefers-reduced-motion: reduce) {
|
|
206
|
-
.
|
|
206
|
+
.awsui_dropdown_qwoo0_1wj13_99:not(#\9):not(.awsui_interior_qwoo0_1wj13_185) {
|
|
207
207
|
animation: none;
|
|
208
208
|
transition: none;
|
|
209
209
|
}
|
|
210
210
|
}
|
|
211
|
-
.awsui-motion-disabled .
|
|
211
|
+
.awsui-motion-disabled .awsui_dropdown_qwoo0_1wj13_99:not(#\9):not(.awsui_interior_qwoo0_1wj13_185), .awsui-mode-entering .awsui_dropdown_qwoo0_1wj13_99:not(#\9):not(.awsui_interior_qwoo0_1wj13_185) {
|
|
212
212
|
animation: none;
|
|
213
213
|
transition: none;
|
|
214
214
|
}
|
|
215
|
-
.awsui_dropdown-content-
|
|
215
|
+
.awsui_dropdown-content-wrapper_qwoo0_1wj13_99:not(#\9) {
|
|
216
216
|
position: relative;
|
|
217
217
|
background-color: var(--color-background-dropdown-item-default-be16w5, #ffffff);
|
|
218
218
|
outline: none;
|
|
@@ -224,7 +224,7 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
224
224
|
border-block: var(--border-divider-list-width-27y3k5, 1px) solid var(--color-border-container-top-736buh, transparent);
|
|
225
225
|
box-sizing: border-box;
|
|
226
226
|
}
|
|
227
|
-
.awsui_dropdown-content-
|
|
227
|
+
.awsui_dropdown-content-wrapper_qwoo0_1wj13_99:not(#\9)::after {
|
|
228
228
|
content: "";
|
|
229
229
|
position: absolute;
|
|
230
230
|
z-index: 1;
|
|
@@ -242,76 +242,76 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
242
242
|
pointer-events: none;
|
|
243
243
|
}
|
|
244
244
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
245
|
-
.awsui_dropdown-content-
|
|
245
|
+
.awsui_dropdown-content-wrapper_qwoo0_1wj13_99:not(#\9) {
|
|
246
246
|
border-block: var(--border-field-width-09w7vk, 2px) solid var(--color-border-container-top-736buh, transparent);
|
|
247
247
|
border-inline: var(--border-field-width-09w7vk, 2px) solid var(--color-border-container-top-736buh, transparent);
|
|
248
248
|
}
|
|
249
249
|
}
|
|
250
|
-
.awsui_dropdown-content-
|
|
250
|
+
.awsui_dropdown-content-wrapper_qwoo0_1wj13_99.awsui_is-empty_qwoo0_1wj13_248:not(#\9)::after {
|
|
251
251
|
display: none;
|
|
252
252
|
}
|
|
253
|
-
.
|
|
253
|
+
.awsui_dropdown_qwoo0_1wj13_99 > .awsui_dropdown-content-wrapper_qwoo0_1wj13_99:not(#\9) {
|
|
254
254
|
border-block-start: var(--border-divider-list-width-27y3k5, 1px) solid var(--color-border-container-top-736buh, transparent);
|
|
255
255
|
border-block-end: var(--border-divider-list-width-27y3k5, 1px) solid var(--color-border-dropdown-group-yakmix, #b6bec9);
|
|
256
256
|
}
|
|
257
|
-
.awsui_dropdown-drop-
|
|
257
|
+
.awsui_dropdown-drop-up_qwoo0_1wj13_255 > .awsui_dropdown-content-wrapper_qwoo0_1wj13_99:not(#\9) {
|
|
258
258
|
transform-origin: bottom;
|
|
259
259
|
box-shadow: var(--shadow-dropup-xqkiza, 0px 4px 20px 1px rgba(0, 7, 22, 0.1));
|
|
260
260
|
}
|
|
261
|
-
.awsui_dropdown-drop-
|
|
261
|
+
.awsui_dropdown-drop-up_qwoo0_1wj13_255.awsui_with-limited-width_qwoo0_1wj13_259 > .awsui_dropdown-content-wrapper_qwoo0_1wj13_99:not(#\9) {
|
|
262
262
|
border-block-start: none;
|
|
263
263
|
}
|
|
264
|
-
.awsui_dropdown-drop-
|
|
264
|
+
.awsui_dropdown-drop-left_qwoo0_1wj13_262:not(#\9) {
|
|
265
265
|
inset-inline-end: 0;
|
|
266
266
|
}
|
|
267
|
-
.awsui_dropdown-drop-
|
|
267
|
+
.awsui_dropdown-drop-left_qwoo0_1wj13_262:not(#\9):dir(rtl) {
|
|
268
268
|
inset-inline-end: unset;
|
|
269
269
|
}
|
|
270
|
-
.awsui_dropdown-drop-
|
|
270
|
+
.awsui_dropdown-drop-right_qwoo0_1wj13_268:not(#\9) {
|
|
271
271
|
inset-inline-start: 0;
|
|
272
272
|
}
|
|
273
|
-
.awsui_dropdown-drop-
|
|
273
|
+
.awsui_dropdown-drop-right_qwoo0_1wj13_268:not(#\9):dir(rtl) {
|
|
274
274
|
inset-inline-start: unset;
|
|
275
275
|
}
|
|
276
|
-
.
|
|
276
|
+
.awsui_dropdown_qwoo0_1wj13_99.awsui_occupy-entire-width_qwoo0_1wj13_274:not(#\9) {
|
|
277
277
|
min-inline-size: 100%;
|
|
278
278
|
}
|
|
279
|
-
.
|
|
279
|
+
.awsui_dropdown_qwoo0_1wj13_99.awsui_stretch-beyond-trigger-width_qwoo0_1wj13_277:not(#\9) {
|
|
280
280
|
inline-size: max-content;
|
|
281
|
-
max-inline-size: var(--awsui-dropdown-default-max-width-
|
|
281
|
+
max-inline-size: var(--awsui-dropdown-default-max-width-ud5fvm, 100%);
|
|
282
282
|
}
|
|
283
|
-
.
|
|
283
|
+
.awsui_dropdown_qwoo0_1wj13_99.awsui_interior_qwoo0_1wj13_185 > .awsui_dropdown-content-wrapper_qwoo0_1wj13_99:not(#\9) {
|
|
284
284
|
margin-block-start: -1px;
|
|
285
285
|
}
|
|
286
|
-
.
|
|
286
|
+
.awsui_dropdown_qwoo0_1wj13_99.awsui_hide-block-border_qwoo0_1wj13_284 > .awsui_dropdown-content-wrapper_qwoo0_1wj13_99:not(#\9) {
|
|
287
287
|
border-block-start: none;
|
|
288
288
|
}
|
|
289
|
-
.
|
|
289
|
+
.awsui_dropdown_qwoo0_1wj13_99.awsui_hide-block-border_qwoo0_1wj13_284:not(#\9):not(.awsui_dropdown-drop-up_qwoo0_1wj13_255) > .awsui_dropdown-content-wrapper_qwoo0_1wj13_99 {
|
|
290
290
|
border-block-end: none;
|
|
291
291
|
}
|
|
292
|
-
.
|
|
292
|
+
.awsui_dropdown_qwoo0_1wj13_99.awsui_hide-block-border_qwoo0_1wj13_284.awsui_refresh_qwoo0_1wj13_120 > .awsui_dropdown-content-wrapper_qwoo0_1wj13_99:not(#\9) {
|
|
293
293
|
border-block-end: none;
|
|
294
294
|
}
|
|
295
|
-
.
|
|
295
|
+
.awsui_dropdown_qwoo0_1wj13_99.awsui_open_qwoo0_1wj13_293:not(#\9) {
|
|
296
296
|
display: block;
|
|
297
297
|
}
|
|
298
|
-
.
|
|
298
|
+
.awsui_dropdown_qwoo0_1wj13_99.awsui_open_qwoo0_1wj13_293:not(#\9):not(.awsui_interior_qwoo0_1wj13_185).awsui_refresh_qwoo0_1wj13_120[data-animating=true] {
|
|
299
299
|
transform: translateY(4px);
|
|
300
300
|
}
|
|
301
|
-
.
|
|
301
|
+
.awsui_dropdown_qwoo0_1wj13_99.awsui_open_qwoo0_1wj13_293:not(#\9):not(.awsui_interior_qwoo0_1wj13_185).awsui_refresh_qwoo0_1wj13_120[data-animating=true].awsui_dropdown-drop-up_qwoo0_1wj13_255 {
|
|
302
302
|
transform: translateY(-4px);
|
|
303
303
|
}
|
|
304
|
-
.
|
|
304
|
+
.awsui_dropdown_qwoo0_1wj13_99.awsui_open_qwoo0_1wj13_293.awsui_nowrap_qwoo0_1wj13_302:not(#\9) {
|
|
305
305
|
white-space: nowrap;
|
|
306
306
|
overflow: scroll;
|
|
307
307
|
}
|
|
308
308
|
|
|
309
|
-
.awsui_dropdown-
|
|
309
|
+
.awsui_dropdown-content_qwoo0_1wj13_99:not(#\9) {
|
|
310
310
|
display: flex;
|
|
311
311
|
flex-direction: column;
|
|
312
312
|
inline-size: 100%;
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
-
.awsui_stretch-trigger-
|
|
315
|
+
.awsui_stretch-trigger-height_qwoo0_1wj13_313:not(#\9) {
|
|
316
316
|
block-size: 100%;
|
|
317
317
|
}
|
|
@@ -2,25 +2,25 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"dropdown-content-wrapper": "awsui_dropdown-content-
|
|
6
|
-
"awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-
|
|
7
|
-
"refresh": "
|
|
8
|
-
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-
|
|
9
|
-
"root": "
|
|
10
|
-
"interior": "
|
|
11
|
-
"dropdown": "
|
|
12
|
-
"use-portal": "awsui_use-
|
|
13
|
-
"is-empty": "awsui_is-
|
|
14
|
-
"dropdown-drop-up": "awsui_dropdown-drop-
|
|
15
|
-
"with-limited-width": "awsui_with-limited-
|
|
16
|
-
"dropdown-drop-left": "awsui_dropdown-drop-
|
|
17
|
-
"dropdown-drop-right": "awsui_dropdown-drop-
|
|
18
|
-
"occupy-entire-width": "awsui_occupy-entire-
|
|
19
|
-
"stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-
|
|
20
|
-
"hide-block-border": "awsui_hide-block-
|
|
21
|
-
"open": "
|
|
22
|
-
"nowrap": "
|
|
23
|
-
"dropdown-content": "awsui_dropdown-
|
|
24
|
-
"stretch-trigger-height": "awsui_stretch-trigger-
|
|
5
|
+
"dropdown-content-wrapper": "awsui_dropdown-content-wrapper_qwoo0_1wj13_99",
|
|
6
|
+
"awsui-motion-fade-in-dropdown": "awsui_awsui-motion-fade-in-dropdown_qwoo0_1wj13_1",
|
|
7
|
+
"refresh": "awsui_refresh_qwoo0_1wj13_120",
|
|
8
|
+
"awsui-motion-fade-in-0": "awsui_awsui-motion-fade-in-0_qwoo0_1wj13_1",
|
|
9
|
+
"root": "awsui_root_qwoo0_1wj13_149",
|
|
10
|
+
"interior": "awsui_interior_qwoo0_1wj13_185",
|
|
11
|
+
"dropdown": "awsui_dropdown_qwoo0_1wj13_99",
|
|
12
|
+
"use-portal": "awsui_use-portal_qwoo0_1wj13_196",
|
|
13
|
+
"is-empty": "awsui_is-empty_qwoo0_1wj13_248",
|
|
14
|
+
"dropdown-drop-up": "awsui_dropdown-drop-up_qwoo0_1wj13_255",
|
|
15
|
+
"with-limited-width": "awsui_with-limited-width_qwoo0_1wj13_259",
|
|
16
|
+
"dropdown-drop-left": "awsui_dropdown-drop-left_qwoo0_1wj13_262",
|
|
17
|
+
"dropdown-drop-right": "awsui_dropdown-drop-right_qwoo0_1wj13_268",
|
|
18
|
+
"occupy-entire-width": "awsui_occupy-entire-width_qwoo0_1wj13_274",
|
|
19
|
+
"stretch-beyond-trigger-width": "awsui_stretch-beyond-trigger-width_qwoo0_1wj13_277",
|
|
20
|
+
"hide-block-border": "awsui_hide-block-border_qwoo0_1wj13_284",
|
|
21
|
+
"open": "awsui_open_qwoo0_1wj13_293",
|
|
22
|
+
"nowrap": "awsui_nowrap_qwoo0_1wj13_302",
|
|
23
|
+
"dropdown-content": "awsui_dropdown-content_qwoo0_1wj13_99",
|
|
24
|
+
"stretch-trigger-height": "awsui_stretch-trigger-height_qwoo0_1wj13_313"
|
|
25
25
|
};
|
|
26
26
|
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export interface AppLayoutContextProps {
|
|
3
|
-
stickyOffsetBottom: number;
|
|
4
|
-
stickyOffsetTop: number;
|
|
5
|
-
mobileBarHeight?: number;
|
|
6
3
|
setHasStickyBackground?: (hasBackground: boolean) => void;
|
|
7
4
|
}
|
|
8
5
|
export declare const defaultValue: AppLayoutContextProps;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-layout-context.d.ts","sourceRoot":"","sources":["../../../../src/internal/context/app-layout-context.ts"],"names":[],"mappings":";AAIA,MAAM,WAAW,qBAAqB;IACpC,
|
|
1
|
+
{"version":3,"file":"app-layout-context.d.ts","sourceRoot":"","sources":["../../../../src/internal/context/app-layout-context.ts"],"names":[],"mappings":";AAIA,MAAM,WAAW,qBAAqB;IACpC,sBAAsB,CAAC,EAAE,CAAC,aAAa,EAAE,OAAO,KAAK,IAAI,CAAC;CAC3D;AAED,eAAO,MAAM,YAAY,EAAE,qBAA0B,CAAC;AAEtD,eAAO,MAAM,gBAAgB,gDAA8B,CAAC;AAE5D,wBAAgB,mBAAmB,0BAElC"}
|
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
2
2
|
// SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
import { useContext, createContext } from 'react';
|
|
4
|
-
export const defaultValue = {
|
|
5
|
-
stickyOffsetTop: 0,
|
|
6
|
-
stickyOffsetBottom: 0,
|
|
7
|
-
mobileBarHeight: 0,
|
|
8
|
-
};
|
|
4
|
+
export const defaultValue = {};
|
|
9
5
|
export const AppLayoutContext = createContext(defaultValue);
|
|
10
6
|
export function useAppLayoutContext() {
|
|
11
7
|
return useContext(AppLayoutContext);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-layout-context.js","sourceRoot":"","sources":["../../../../src/internal/context/app-layout-context.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"app-layout-context.js","sourceRoot":"","sources":["../../../../src/internal/context/app-layout-context.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AACtC,OAAO,EAAE,UAAU,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAMlD,MAAM,CAAC,MAAM,YAAY,GAA0B,EAAE,CAAC;AAEtD,MAAM,CAAC,MAAM,gBAAgB,GAAG,aAAa,CAAC,YAAY,CAAC,CAAC;AAE5D,MAAM,UAAU,mBAAmB;IACjC,OAAO,UAAU,CAAC,gBAAgB,CAAC,CAAC;AACtC,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\nimport { useContext, createContext } from 'react';\n\nexport interface AppLayoutContextProps {\n setHasStickyBackground?: (hasBackground: boolean) => void;\n}\n\nexport const defaultValue: AppLayoutContextProps = {};\n\nexport const AppLayoutContext = createContext(defaultValue);\n\nexport function useAppLayoutContext() {\n return useContext(AppLayoutContext);\n}\n"]}
|
package/internal/environment.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/internal/generated/custom-css-properties/index.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,sBAAsB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/internal/generated/custom-css-properties/index.ts"],"names":[],"mappings":"AAAA,QAAA,MAAM,sBAAsB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CA4ClD,CAAC;AACF,eAAe,sBAAsB,CAAC"}
|
|
@@ -1,48 +1,47 @@
|
|
|
1
1
|
const customCSSPropertiesMap = {
|
|
2
|
-
breadcrumbsGap: '--awsui-breadcrumbs-gap-
|
|
3
|
-
contentGapLeft: '--awsui-content-gap-left-
|
|
4
|
-
contentGapRight: '--awsui-content-gap-right-
|
|
5
|
-
contentHeight: '--awsui-content-height-
|
|
6
|
-
defaultMaxContentWidth: '--awsui-default-max-content-width-
|
|
7
|
-
defaultMinContentWidth: '--awsui-default-min-content-width-
|
|
8
|
-
drawerSize: '--awsui-drawer-size-
|
|
9
|
-
footerHeight: '--awsui-footer-height-
|
|
10
|
-
headerGap: '--awsui-header-gap-
|
|
11
|
-
headerHeight: '--awsui-header-height-
|
|
12
|
-
layoutWidth: '--awsui-layout-width-
|
|
13
|
-
mainGap: '--awsui-main-gap-
|
|
14
|
-
mainOffsetLeft: '--awsui-main-offset-left-
|
|
15
|
-
mainTemplateRows: '--awsui-main-template-rows-
|
|
16
|
-
maxContentWidth: '--awsui-max-content-width-
|
|
17
|
-
minContentWidth: '--awsui-min-content-width-
|
|
18
|
-
mobileBarHeight: '--awsui-mobile-bar-height-
|
|
19
|
-
notificationsGap: '--awsui-notifications-gap-
|
|
20
|
-
notificationsHeight: '--awsui-notifications-height-
|
|
21
|
-
offsetTop: '--awsui-offset-top-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
spinnerLineRightTo: '--awsui-spinner-line-right-to-lgosor',
|
|
2
|
+
breadcrumbsGap: '--awsui-breadcrumbs-gap-ud5fvm',
|
|
3
|
+
contentGapLeft: '--awsui-content-gap-left-ud5fvm',
|
|
4
|
+
contentGapRight: '--awsui-content-gap-right-ud5fvm',
|
|
5
|
+
contentHeight: '--awsui-content-height-ud5fvm',
|
|
6
|
+
defaultMaxContentWidth: '--awsui-default-max-content-width-ud5fvm',
|
|
7
|
+
defaultMinContentWidth: '--awsui-default-min-content-width-ud5fvm',
|
|
8
|
+
drawerSize: '--awsui-drawer-size-ud5fvm',
|
|
9
|
+
footerHeight: '--awsui-footer-height-ud5fvm',
|
|
10
|
+
headerGap: '--awsui-header-gap-ud5fvm',
|
|
11
|
+
headerHeight: '--awsui-header-height-ud5fvm',
|
|
12
|
+
layoutWidth: '--awsui-layout-width-ud5fvm',
|
|
13
|
+
mainGap: '--awsui-main-gap-ud5fvm',
|
|
14
|
+
mainOffsetLeft: '--awsui-main-offset-left-ud5fvm',
|
|
15
|
+
mainTemplateRows: '--awsui-main-template-rows-ud5fvm',
|
|
16
|
+
maxContentWidth: '--awsui-max-content-width-ud5fvm',
|
|
17
|
+
minContentWidth: '--awsui-min-content-width-ud5fvm',
|
|
18
|
+
mobileBarHeight: '--awsui-mobile-bar-height-ud5fvm',
|
|
19
|
+
notificationsGap: '--awsui-notifications-gap-ud5fvm',
|
|
20
|
+
notificationsHeight: '--awsui-notifications-height-ud5fvm',
|
|
21
|
+
offsetTop: '--awsui-offset-top-ud5fvm',
|
|
22
|
+
overlapHeight: '--awsui-overlap-height-ud5fvm',
|
|
23
|
+
navigationWidth: '--awsui-navigation-width-ud5fvm',
|
|
24
|
+
splitPanelReportedHeaderSize: '--awsui-split-panel-reported-header-size-ud5fvm',
|
|
25
|
+
splitPanelReportedSize: '--awsui-split-panel-reported-size-ud5fvm',
|
|
26
|
+
splitPanelHeight: '--awsui-split-panel-height-ud5fvm',
|
|
27
|
+
splitPanelMinWidth: '--awsui-split-panel-min-width-ud5fvm',
|
|
28
|
+
splitPanelMaxWidth: '--awsui-split-panel-max-width-ud5fvm',
|
|
29
|
+
toolsMaxWidth: '--awsui-tools-max-width-ud5fvm',
|
|
30
|
+
toolsWidth: '--awsui-tools-width-ud5fvm',
|
|
31
|
+
toolsAnimationStartingOpacity: '--awsui-tools-animation-starting-opacity-ud5fvm',
|
|
32
|
+
contentScrollMargin: '--awsui-content-scroll-margin-ud5fvm',
|
|
33
|
+
flashbarStackDepth: '--awsui-flashbar-stack-depth-ud5fvm',
|
|
34
|
+
flashbarStackIndex: '--awsui-flashbar-stack-index-ud5fvm',
|
|
35
|
+
flashbarStickyBottomMargin: '--awsui-flashbar-sticky-bottom-margin-ud5fvm',
|
|
36
|
+
stackedNotificationsBottomMargin: '--awsui-stacked-notifications-bottom-margin-ud5fvm',
|
|
37
|
+
stackedNotificationsDefaultBottomMargin: '--awsui-stacked-notifications-default-bottom-margin-ud5fvm',
|
|
38
|
+
dropdownDefaultMaxWidth: '--awsui-dropdown-default-max-width-ud5fvm',
|
|
39
|
+
spinnerRotatorFrom: '--awsui-spinner-rotator-from-ud5fvm',
|
|
40
|
+
spinnerRotatorTo: '--awsui-spinner-rotator-to-ud5fvm',
|
|
41
|
+
spinnerLineLeftFrom: '--awsui-spinner-line-left-from-ud5fvm',
|
|
42
|
+
spinnerLineLeftTo: '--awsui-spinner-line-left-to-ud5fvm',
|
|
43
|
+
spinnerLineRightFrom: '--awsui-spinner-line-right-from-ud5fvm',
|
|
44
|
+
spinnerLineRightTo: '--awsui-spinner-line-right-to-ud5fvm',
|
|
46
45
|
};
|
|
47
46
|
export default customCSSPropertiesMap;
|
|
48
47
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/internal/generated/custom-css-properties/index.ts"],"names":[],"mappings":"AAAA,MAAM,sBAAsB,GAA2B;IACrD,cAAc,EAAE,gCAAgC;IAChD,cAAc,EAAE,iCAAiC;IACjD,eAAe,EAAE,kCAAkC;IACnD,aAAa,EAAE,+BAA+B;IAC9C,sBAAsB,EAAE,0CAA0C;IAClE,sBAAsB,EAAE,0CAA0C;IAClE,UAAU,EAAE,4BAA4B;IACxC,YAAY,EAAE,8BAA8B;IAC5C,SAAS,EAAE,2BAA2B;IACtC,YAAY,EAAE,8BAA8B;IAC5C,WAAW,EAAE,6BAA6B;IAC1C,OAAO,EAAE,yBAAyB;IAClC,cAAc,EAAE,iCAAiC;IACjD,gBAAgB,EAAE,mCAAmC;IACrD,eAAe,EAAE,kCAAkC;IACnD,eAAe,EAAE,kCAAkC;IACnD,eAAe,EAAE,kCAAkC;IACnD,gBAAgB,EAAE,kCAAkC;IACpD,mBAAmB,EAAE,qCAAqC;IAC1D,SAAS,EAAE,2BAA2B;IACtC,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../src/internal/generated/custom-css-properties/index.ts"],"names":[],"mappings":"AAAA,MAAM,sBAAsB,GAA2B;IACrD,cAAc,EAAE,gCAAgC;IAChD,cAAc,EAAE,iCAAiC;IACjD,eAAe,EAAE,kCAAkC;IACnD,aAAa,EAAE,+BAA+B;IAC9C,sBAAsB,EAAE,0CAA0C;IAClE,sBAAsB,EAAE,0CAA0C;IAClE,UAAU,EAAE,4BAA4B;IACxC,YAAY,EAAE,8BAA8B;IAC5C,SAAS,EAAE,2BAA2B;IACtC,YAAY,EAAE,8BAA8B;IAC5C,WAAW,EAAE,6BAA6B;IAC1C,OAAO,EAAE,yBAAyB;IAClC,cAAc,EAAE,iCAAiC;IACjD,gBAAgB,EAAE,mCAAmC;IACrD,eAAe,EAAE,kCAAkC;IACnD,eAAe,EAAE,kCAAkC;IACnD,eAAe,EAAE,kCAAkC;IACnD,gBAAgB,EAAE,kCAAkC;IACpD,mBAAmB,EAAE,qCAAqC;IAC1D,SAAS,EAAE,2BAA2B;IACtC,aAAa,EAAE,+BAA+B;IAC9C,eAAe,EAAE,iCAAiC;IAClD,4BAA4B,EAAE,iDAAiD;IAC/E,sBAAsB,EAAE,0CAA0C;IAClE,gBAAgB,EAAE,mCAAmC;IACrD,kBAAkB,EAAE,sCAAsC;IAC1D,kBAAkB,EAAE,sCAAsC;IAC1D,aAAa,EAAE,gCAAgC;IAC/C,UAAU,EAAE,4BAA4B;IACxC,6BAA6B,EAAE,iDAAiD;IAChF,mBAAmB,EAAE,sCAAsC;IAC3D,kBAAkB,EAAE,qCAAqC;IACzD,kBAAkB,EAAE,qCAAqC;IACzD,0BAA0B,EAAE,8CAA8C;IAC1E,gCAAgC,EAAE,oDAAoD;IACtF,uCAAuC,EAAE,4DAA4D;IACrG,uBAAuB,EAAE,2CAA2C;IACpE,kBAAkB,EAAE,qCAAqC;IACzD,gBAAgB,EAAE,mCAAmC;IACrD,mBAAmB,EAAE,uCAAuC;IAC5D,iBAAiB,EAAE,qCAAqC;IACxD,oBAAoB,EAAE,wCAAwC;IAC9D,kBAAkB,EAAE,sCAAsC;CAC3D,CAAC;AACF,eAAe,sBAAsB,CAAC","sourcesContent":["const customCSSPropertiesMap: Record<string, string> = {\n breadcrumbsGap: '--awsui-breadcrumbs-gap-ud5fvm',\n contentGapLeft: '--awsui-content-gap-left-ud5fvm',\n contentGapRight: '--awsui-content-gap-right-ud5fvm',\n contentHeight: '--awsui-content-height-ud5fvm',\n defaultMaxContentWidth: '--awsui-default-max-content-width-ud5fvm',\n defaultMinContentWidth: '--awsui-default-min-content-width-ud5fvm',\n drawerSize: '--awsui-drawer-size-ud5fvm',\n footerHeight: '--awsui-footer-height-ud5fvm',\n headerGap: '--awsui-header-gap-ud5fvm',\n headerHeight: '--awsui-header-height-ud5fvm',\n layoutWidth: '--awsui-layout-width-ud5fvm',\n mainGap: '--awsui-main-gap-ud5fvm',\n mainOffsetLeft: '--awsui-main-offset-left-ud5fvm',\n mainTemplateRows: '--awsui-main-template-rows-ud5fvm',\n maxContentWidth: '--awsui-max-content-width-ud5fvm',\n minContentWidth: '--awsui-min-content-width-ud5fvm',\n mobileBarHeight: '--awsui-mobile-bar-height-ud5fvm',\n notificationsGap: '--awsui-notifications-gap-ud5fvm',\n notificationsHeight: '--awsui-notifications-height-ud5fvm',\n offsetTop: '--awsui-offset-top-ud5fvm',\n overlapHeight: '--awsui-overlap-height-ud5fvm',\n navigationWidth: '--awsui-navigation-width-ud5fvm',\n splitPanelReportedHeaderSize: '--awsui-split-panel-reported-header-size-ud5fvm',\n splitPanelReportedSize: '--awsui-split-panel-reported-size-ud5fvm',\n splitPanelHeight: '--awsui-split-panel-height-ud5fvm',\n splitPanelMinWidth: '--awsui-split-panel-min-width-ud5fvm',\n splitPanelMaxWidth: '--awsui-split-panel-max-width-ud5fvm',\n toolsMaxWidth: '--awsui-tools-max-width-ud5fvm',\n toolsWidth: '--awsui-tools-width-ud5fvm',\n toolsAnimationStartingOpacity: '--awsui-tools-animation-starting-opacity-ud5fvm',\n contentScrollMargin: '--awsui-content-scroll-margin-ud5fvm',\n flashbarStackDepth: '--awsui-flashbar-stack-depth-ud5fvm',\n flashbarStackIndex: '--awsui-flashbar-stack-index-ud5fvm',\n flashbarStickyBottomMargin: '--awsui-flashbar-sticky-bottom-margin-ud5fvm',\n stackedNotificationsBottomMargin: '--awsui-stacked-notifications-bottom-margin-ud5fvm',\n stackedNotificationsDefaultBottomMargin: '--awsui-stacked-notifications-default-bottom-margin-ud5fvm',\n dropdownDefaultMaxWidth: '--awsui-dropdown-default-max-width-ud5fvm',\n spinnerRotatorFrom: '--awsui-spinner-rotator-from-ud5fvm',\n spinnerRotatorTo: '--awsui-spinner-rotator-to-ud5fvm',\n spinnerLineLeftFrom: '--awsui-spinner-line-left-from-ud5fvm',\n spinnerLineLeftTo: '--awsui-spinner-line-left-to-ud5fvm',\n spinnerLineRightFrom: '--awsui-spinner-line-right-from-ud5fvm',\n spinnerLineRightTo: '--awsui-spinner-line-right-to-ud5fvm',\n};\nexport default customCSSPropertiesMap;\n"]}
|
package/internal/manifest.json
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"global-vars.d.ts","sourceRoot":"","sources":["../../../../src/internal/styles/global-vars.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,UAAU;;;CAGf,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
2
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
3
|
+
const globalVars = {
|
|
4
|
+
stickyVerticalTopOffset: '--awsui-sticky-vertical-top-offset',
|
|
5
|
+
stickyVerticalBottomOffset: '--awsui-sticky-vertical-bottom-offset',
|
|
6
|
+
};
|
|
7
|
+
export default globalVars;
|
|
8
|
+
//# sourceMappingURL=global-vars.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"global-vars.js","sourceRoot":"","sources":["../../../../src/internal/styles/global-vars.ts"],"names":[],"mappings":"AAAA,qEAAqE;AACrE,sCAAsC;AAEtC,MAAM,UAAU,GAAG;IACjB,uBAAuB,EAAE,oCAAoC;IAC7D,0BAA0B,EAAE,uCAAuC;CACpE,CAAC;AAEF,eAAe,UAAU,CAAC","sourcesContent":["// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.\n// SPDX-License-Identifier: Apache-2.0\n\nconst globalVars = {\n stickyVerticalTopOffset: '--awsui-sticky-vertical-top-offset',\n stickyVerticalBottomOffset: '--awsui-sticky-vertical-bottom-offset',\n};\n\nexport default globalVars;\n"]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ChartScale, NumericChartScale } from '../internal/components/cartesian-chart/scales';
|
|
3
3
|
import { ChartDataTypes, MixedLineBarChartProps } from './interfaces';
|
|
4
|
-
import {
|
|
4
|
+
import { StackedBarValues } from './utils';
|
|
5
5
|
export interface BarSeriesProps<T> {
|
|
6
6
|
axis: 'x' | 'y';
|
|
7
7
|
series: MixedLineBarChartProps.BarDataSeries<T>;
|
|
@@ -15,7 +15,7 @@ export interface BarSeriesProps<T> {
|
|
|
15
15
|
highlighted: boolean;
|
|
16
16
|
dimmed: boolean;
|
|
17
17
|
highlightedGroupIndex: number | null;
|
|
18
|
-
|
|
18
|
+
stackedBarValues?: StackedBarValues;
|
|
19
19
|
}
|
|
20
|
-
export default function BarSeries<T extends ChartDataTypes>({ axis, series, color, xScale, yScale, highlighted, dimmed, highlightedGroupIndex,
|
|
20
|
+
export default function BarSeries<T extends ChartDataTypes>({ axis, series, color, xScale, yScale, highlighted, dimmed, highlightedGroupIndex, totalSeriesCount, seriesIndex, plotSize, chartAreaClipPath, stackedBarValues, }: BarSeriesProps<T>): JSX.Element;
|
|
21
21
|
//# sourceMappingURL=bar-series.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"bar-series.d.ts","sourceRoot":"","sources":["../../../src/mixed-line-bar-chart/bar-series.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AACtE,OAAO,EAAyB,
|
|
1
|
+
{"version":3,"file":"bar-series.d.ts","sourceRoot":"","sources":["../../../src/mixed-line-bar-chart/bar-series.tsx"],"names":[],"mappings":";AAMA,OAAO,EAAE,UAAU,EAAE,iBAAiB,EAAE,MAAM,+CAA+C,CAAC;AAC9F,OAAO,EAAE,cAAc,EAAE,sBAAsB,EAAE,MAAM,cAAc,CAAC;AACtE,OAAO,EAAyB,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAKlE,MAAM,WAAW,cAAc,CAAC,CAAC;IAC/B,IAAI,EAAE,GAAG,GAAG,GAAG,CAAC;IAEhB,MAAM,EAAE,sBAAsB,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;IAEhD,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,MAAM,CAAC;IACzB,WAAW,EAAE,MAAM,CAAC;IAEpB,MAAM,EAAE,UAAU,CAAC;IACnB,MAAM,EAAE,iBAAiB,CAAC;IAE1B,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAE,MAAM,CAAC;IAE1B,WAAW,EAAE,OAAO,CAAC;IACrB,MAAM,EAAE,OAAO,CAAC;IAChB,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;IAGrC,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;CACrC;AAED,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,CAAC,SAAS,cAAc,EAAE,EAC1D,IAAI,EACJ,MAAM,EACN,KAAK,EACL,MAAM,EACN,MAAM,EACN,WAAW,EACX,MAAM,EACN,qBAAqB,EACrB,gBAAgB,EAChB,WAAW,EACX,QAAQ,EACR,iBAAiB,EACjB,gBAAgB,GACjB,EAAE,cAAc,CAAC,CAAC,CAAC,eA+HnB"}
|