@cloudscape-design/components-themeable 3.0.485 → 3.0.486
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/mixed-line-bar-chart/styles.scss +1 -1
- package/lib/internal/template/internal/environment.js +1 -1
- package/lib/internal/template/internal/environment.json +1 -1
- package/lib/internal/template/mixed-line-bar-chart/styles.css.js +11 -11
- package/lib/internal/template/mixed-line-bar-chart/styles.scoped.css +18 -18
- package/lib/internal/template/mixed-line-bar-chart/styles.selectors.js +11 -11
- package/package.json +1 -1
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"series": "
|
|
5
|
-
"series--bar": "awsui_series--
|
|
6
|
-
"series__rect": "
|
|
7
|
-
"exiting": "
|
|
8
|
-
"awsui-motion-fade-out-0": "awsui_awsui-motion-fade-out-
|
|
9
|
-
"root": "
|
|
10
|
-
"series--highlighted": "awsui_series--
|
|
11
|
-
"series__bar--highlighted": "awsui_series__bar--
|
|
12
|
-
"series--dimmed": "awsui_series--
|
|
13
|
-
"series--threshold": "awsui_series--
|
|
14
|
-
"bar-group": "awsui_bar-
|
|
4
|
+
"series": "awsui_series_1yz9c_p4ph0_93",
|
|
5
|
+
"series--bar": "awsui_series--bar_1yz9c_p4ph0_94",
|
|
6
|
+
"series__rect": "awsui_series__rect_1yz9c_p4ph0_94",
|
|
7
|
+
"exiting": "awsui_exiting_1yz9c_p4ph0_111",
|
|
8
|
+
"awsui-motion-fade-out-0": "awsui_awsui-motion-fade-out-0_1yz9c_p4ph0_1",
|
|
9
|
+
"root": "awsui_root_1yz9c_p4ph0_137",
|
|
10
|
+
"series--highlighted": "awsui_series--highlighted_1yz9c_p4ph0_150",
|
|
11
|
+
"series__bar--highlighted": "awsui_series__bar--highlighted_1yz9c_p4ph0_151",
|
|
12
|
+
"series--dimmed": "awsui_series--dimmed_1yz9c_p4ph0_155",
|
|
13
|
+
"series--threshold": "awsui_series--threshold_1yz9c_p4ph0_159",
|
|
14
|
+
"bar-group": "awsui_bar-group_1yz9c_p4ph0_164"
|
|
15
15
|
};
|
|
16
16
|
|
|
@@ -90,26 +90,26 @@ 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
|
-
.
|
|
94
|
-
.awsui_series--
|
|
93
|
+
.awsui_series_1yz9c_p4ph0_93:not(#\9),
|
|
94
|
+
.awsui_series--bar_1yz9c_p4ph0_94 > .awsui_series__rect_1yz9c_p4ph0_94:not(#\9) {
|
|
95
95
|
transition: opacity var(--motion-duration-transition-quick-j01tkg, 90ms) var(--motion-easing-transition-quick-9ktw66, linear);
|
|
96
96
|
}
|
|
97
97
|
@media (prefers-reduced-motion: reduce) {
|
|
98
|
-
.
|
|
99
|
-
.awsui_series--
|
|
98
|
+
.awsui_series_1yz9c_p4ph0_93:not(#\9),
|
|
99
|
+
.awsui_series--bar_1yz9c_p4ph0_94 > .awsui_series__rect_1yz9c_p4ph0_94:not(#\9) {
|
|
100
100
|
animation: none;
|
|
101
101
|
transition: none;
|
|
102
102
|
}
|
|
103
103
|
}
|
|
104
|
-
.awsui-motion-disabled .
|
|
104
|
+
.awsui-motion-disabled .awsui_series_1yz9c_p4ph0_93:not(#\9), .awsui-mode-entering .awsui_series_1yz9c_p4ph0_93:not(#\9), .awsui-motion-disabled .awsui_series--bar_1yz9c_p4ph0_94 > .awsui_series__rect_1yz9c_p4ph0_94:not(#\9), .awsui-mode-entering .awsui_series--bar_1yz9c_p4ph0_94 > .awsui_series__rect_1yz9c_p4ph0_94:not(#\9) {
|
|
105
105
|
animation: none;
|
|
106
106
|
transition: none;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.
|
|
110
|
-
animation: awsui_awsui-motion-fade-out-
|
|
109
|
+
.awsui_exiting_1yz9c_p4ph0_111:not(#\9) {
|
|
110
|
+
animation: awsui_awsui-motion-fade-out-0_1yz9c_p4ph0_1 var(--motion-duration-refresh-only-fast-y7h37k, 115ms) var(--motion-easing-refresh-only-b-wk2p34, cubic-bezier(1, 0, 0.83, 1));
|
|
111
111
|
}
|
|
112
|
-
@keyframes awsui_awsui-motion-fade-out-
|
|
112
|
+
@keyframes awsui_awsui-motion-fade-out-0_1yz9c_p4ph0_1 {
|
|
113
113
|
from {
|
|
114
114
|
opacity: 1;
|
|
115
115
|
}
|
|
@@ -118,12 +118,12 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
118
118
|
}
|
|
119
119
|
}
|
|
120
120
|
@media (prefers-reduced-motion: reduce) {
|
|
121
|
-
.
|
|
121
|
+
.awsui_exiting_1yz9c_p4ph0_111:not(#\9) {
|
|
122
122
|
animation: none;
|
|
123
123
|
transition: none;
|
|
124
124
|
}
|
|
125
125
|
}
|
|
126
|
-
.awsui-motion-disabled .
|
|
126
|
+
.awsui-motion-disabled .awsui_exiting_1yz9c_p4ph0_111:not(#\9), .awsui-mode-entering .awsui_exiting_1yz9c_p4ph0_111:not(#\9) {
|
|
127
127
|
animation: none;
|
|
128
128
|
transition: none;
|
|
129
129
|
}
|
|
@@ -132,11 +132,11 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
132
132
|
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
|
|
133
133
|
SPDX-License-Identifier: Apache-2.0
|
|
134
134
|
*/
|
|
135
|
-
.
|
|
135
|
+
.awsui_root_1yz9c_p4ph0_137:not(#\9) {
|
|
136
136
|
/* used in test-utils */
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
.
|
|
139
|
+
.awsui_series_1yz9c_p4ph0_93:not(#\9) {
|
|
140
140
|
display: block;
|
|
141
141
|
stroke-width: var(--border-line-chart-width-qt73mb, 2px);
|
|
142
142
|
fill: none;
|
|
@@ -145,20 +145,20 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
145
145
|
pointer-events: none;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
.awsui_series--
|
|
149
|
-
.awsui_series__bar--
|
|
148
|
+
.awsui_series--highlighted_1yz9c_p4ph0_150:not(#\9),
|
|
149
|
+
.awsui_series__bar--highlighted_1yz9c_p4ph0_151:not(#\9) {
|
|
150
150
|
/* used in dom query */
|
|
151
151
|
}
|
|
152
152
|
|
|
153
|
-
.awsui_series--
|
|
153
|
+
.awsui_series--dimmed_1yz9c_p4ph0_155:not(#\9) {
|
|
154
154
|
opacity: 0.3;
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
.awsui_series--
|
|
157
|
+
.awsui_series--threshold_1yz9c_p4ph0_159:not(#\9) {
|
|
158
158
|
stroke-dasharray: var(--border-line-chart-dash-array-7c084h, 3 5);
|
|
159
159
|
stroke-width: var(--border-line-chart-width-qt73mb, 2px);
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
.awsui_bar-
|
|
163
|
-
|
|
162
|
+
.awsui_bar-group_1yz9c_p4ph0_164:not(#\9) {
|
|
163
|
+
pointer-events: none;
|
|
164
164
|
}
|
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"series": "
|
|
6
|
-
"series--bar": "awsui_series--
|
|
7
|
-
"series__rect": "
|
|
8
|
-
"exiting": "
|
|
9
|
-
"awsui-motion-fade-out-0": "awsui_awsui-motion-fade-out-
|
|
10
|
-
"root": "
|
|
11
|
-
"series--highlighted": "awsui_series--
|
|
12
|
-
"series__bar--highlighted": "awsui_series__bar--
|
|
13
|
-
"series--dimmed": "awsui_series--
|
|
14
|
-
"series--threshold": "awsui_series--
|
|
15
|
-
"bar-group": "awsui_bar-
|
|
5
|
+
"series": "awsui_series_1yz9c_p4ph0_93",
|
|
6
|
+
"series--bar": "awsui_series--bar_1yz9c_p4ph0_94",
|
|
7
|
+
"series__rect": "awsui_series__rect_1yz9c_p4ph0_94",
|
|
8
|
+
"exiting": "awsui_exiting_1yz9c_p4ph0_111",
|
|
9
|
+
"awsui-motion-fade-out-0": "awsui_awsui-motion-fade-out-0_1yz9c_p4ph0_1",
|
|
10
|
+
"root": "awsui_root_1yz9c_p4ph0_137",
|
|
11
|
+
"series--highlighted": "awsui_series--highlighted_1yz9c_p4ph0_150",
|
|
12
|
+
"series__bar--highlighted": "awsui_series__bar--highlighted_1yz9c_p4ph0_151",
|
|
13
|
+
"series--dimmed": "awsui_series--dimmed_1yz9c_p4ph0_155",
|
|
14
|
+
"series--threshold": "awsui_series--threshold_1yz9c_p4ph0_159",
|
|
15
|
+
"bar-group": "awsui_bar-group_1yz9c_p4ph0_164"
|
|
16
16
|
};
|
|
17
17
|
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@cloudscape-design/components-themeable","version":"3.0.
|
|
1
|
+
{"name":"@cloudscape-design/components-themeable","version":"3.0.486","files":["lib"],"main":"lib/theming.js","types":"lib/theming.d.ts","exports":{".":"./lib/theming.js","./package.json":"./package.json","./theming":"./lib/theming.js"},"typesVersions":{"*":{"theming":["./lib/theming.d.ts"]}},"dependencies":{"@cloudscape-design/theming-build":"^1.0.0"},"repository":{"type":"git","url":"https://github.com/cloudscape-design/components.git"},"license":"Apache-2.0","homepage":"https://cloudscape.design"}
|