@cloudscape-design/components 3.0.515 → 3.0.517
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/internal/environment.js +1 -1
- package/internal/environment.json +1 -1
- package/internal/manifest.json +1 -1
- package/package.json +153 -1
- package/pagination/styles.css.js +9 -9
- package/pagination/styles.scoped.css +37 -32
- package/pagination/styles.selectors.js +9 -9
- package/pie-chart/styles.css.js +27 -27
- package/pie-chart/styles.scoped.css +66 -72
- package/pie-chart/styles.selectors.js +27 -27
- package/popover/styles.css.js +50 -50
- package/popover/styles.scoped.css +134 -119
- package/popover/styles.selectors.js +50 -50
- package/progress-bar/styles.css.js +18 -18
- package/progress-bar/styles.scoped.css +79 -54
- package/progress-bar/styles.selectors.js +18 -18
- package/property-filter/styles.css.js +31 -31
- package/property-filter/styles.scoped.css +54 -53
- package/property-filter/styles.selectors.js +31 -31
- package/radio-group/styles.css.js +9 -9
- package/radio-group/styles.scoped.css +17 -17
- package/radio-group/styles.selectors.js +9 -9
- package/s3-resource-selector/s3-in-context/styles.css.js +7 -7
- package/s3-resource-selector/s3-in-context/styles.scoped.css +18 -16
- package/s3-resource-selector/s3-in-context/styles.selectors.js +7 -7
- package/segmented-control/styles.css.js +14 -14
- package/segmented-control/styles.scoped.css +55 -49
- package/segmented-control/styles.selectors.js +14 -14
- package/select/parts/styles.css.js +16 -16
- package/select/parts/styles.scoped.css +39 -31
- package/select/parts/styles.selectors.js +16 -16
- package/side-navigation/styles.css.js +28 -28
- package/side-navigation/styles.scoped.css +86 -73
- package/side-navigation/styles.selectors.js +28 -28
- package/spinner/styles.css.js +13 -13
- package/spinner/styles.scoped.css +49 -45
- package/spinner/styles.selectors.js +13 -13
- package/split-panel/styles.css.js +55 -55
- package/split-panel/styles.scoped.css +149 -131
- package/split-panel/styles.selectors.js +55 -55
- package/status-indicator/styles.css.js +23 -23
- package/status-indicator/styles.scoped.css +31 -31
- package/status-indicator/styles.selectors.js +23 -23
package/internal/environment.js
CHANGED
package/internal/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1 +1,153 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"name": "@cloudscape-design/components",
|
|
3
|
+
"main": "./index.js",
|
|
4
|
+
"exports": {
|
|
5
|
+
".": "./index.js",
|
|
6
|
+
"./package.json": "./package.json",
|
|
7
|
+
"./theming": "./theming/index.js",
|
|
8
|
+
"./test-utils/dom": "./test-utils/dom/index.js",
|
|
9
|
+
"./test-utils/selectors": "./test-utils/selectors/index.js",
|
|
10
|
+
"./interfaces": "./interfaces.js",
|
|
11
|
+
"./contexts/form-field": "./contexts/form-field.js",
|
|
12
|
+
"./alert": "./alert/index.js",
|
|
13
|
+
"./anchor-navigation": "./anchor-navigation/index.js",
|
|
14
|
+
"./annotation-context": "./annotation-context/index.js",
|
|
15
|
+
"./app-layout": "./app-layout/index.js",
|
|
16
|
+
"./area-chart": "./area-chart/index.js",
|
|
17
|
+
"./attribute-editor": "./attribute-editor/index.js",
|
|
18
|
+
"./autosuggest": "./autosuggest/index.js",
|
|
19
|
+
"./badge": "./badge/index.js",
|
|
20
|
+
"./bar-chart": "./bar-chart/index.js",
|
|
21
|
+
"./box": "./box/index.js",
|
|
22
|
+
"./breadcrumb-group": "./breadcrumb-group/index.js",
|
|
23
|
+
"./button": "./button/index.js",
|
|
24
|
+
"./button-dropdown": "./button-dropdown/index.js",
|
|
25
|
+
"./calendar": "./calendar/index.js",
|
|
26
|
+
"./cards": "./cards/index.js",
|
|
27
|
+
"./checkbox": "./checkbox/index.js",
|
|
28
|
+
"./code-editor": "./code-editor/index.js",
|
|
29
|
+
"./collection-preferences": "./collection-preferences/index.js",
|
|
30
|
+
"./column-layout": "./column-layout/index.js",
|
|
31
|
+
"./container": "./container/index.js",
|
|
32
|
+
"./content-layout": "./content-layout/index.js",
|
|
33
|
+
"./copy-to-clipboard": "./copy-to-clipboard/index.js",
|
|
34
|
+
"./date-input": "./date-input/index.js",
|
|
35
|
+
"./date-picker": "./date-picker/index.js",
|
|
36
|
+
"./date-range-picker": "./date-range-picker/index.js",
|
|
37
|
+
"./drawer": "./drawer/index.js",
|
|
38
|
+
"./expandable-section": "./expandable-section/index.js",
|
|
39
|
+
"./file-upload": "./file-upload/index.js",
|
|
40
|
+
"./flashbar": "./flashbar/index.js",
|
|
41
|
+
"./form": "./form/index.js",
|
|
42
|
+
"./form-field": "./form-field/index.js",
|
|
43
|
+
"./grid": "./grid/index.js",
|
|
44
|
+
"./header": "./header/index.js",
|
|
45
|
+
"./help-panel": "./help-panel/index.js",
|
|
46
|
+
"./hotspot": "./hotspot/index.js",
|
|
47
|
+
"./icon": "./icon/index.js",
|
|
48
|
+
"./input": "./input/index.js",
|
|
49
|
+
"./line-chart": "./line-chart/index.js",
|
|
50
|
+
"./link": "./link/index.js",
|
|
51
|
+
"./mixed-line-bar-chart": "./mixed-line-bar-chart/index.js",
|
|
52
|
+
"./modal": "./modal/index.js",
|
|
53
|
+
"./multiselect": "./multiselect/index.js",
|
|
54
|
+
"./pagination": "./pagination/index.js",
|
|
55
|
+
"./pie-chart": "./pie-chart/index.js",
|
|
56
|
+
"./popover": "./popover/index.js",
|
|
57
|
+
"./progress-bar": "./progress-bar/index.js",
|
|
58
|
+
"./property-filter": "./property-filter/index.js",
|
|
59
|
+
"./radio-group": "./radio-group/index.js",
|
|
60
|
+
"./s3-resource-selector": "./s3-resource-selector/index.js",
|
|
61
|
+
"./segmented-control": "./segmented-control/index.js",
|
|
62
|
+
"./select": "./select/index.js",
|
|
63
|
+
"./side-navigation": "./side-navigation/index.js",
|
|
64
|
+
"./space-between": "./space-between/index.js",
|
|
65
|
+
"./spinner": "./spinner/index.js",
|
|
66
|
+
"./split-panel": "./split-panel/index.js",
|
|
67
|
+
"./status-indicator": "./status-indicator/index.js",
|
|
68
|
+
"./table": "./table/index.js",
|
|
69
|
+
"./tabs": "./tabs/index.js",
|
|
70
|
+
"./tag-editor": "./tag-editor/index.js",
|
|
71
|
+
"./text-content": "./text-content/index.js",
|
|
72
|
+
"./text-filter": "./text-filter/index.js",
|
|
73
|
+
"./textarea": "./textarea/index.js",
|
|
74
|
+
"./tiles": "./tiles/index.js",
|
|
75
|
+
"./time-input": "./time-input/index.js",
|
|
76
|
+
"./toggle": "./toggle/index.js",
|
|
77
|
+
"./token-group": "./token-group/index.js",
|
|
78
|
+
"./top-navigation": "./top-navigation/index.js",
|
|
79
|
+
"./tutorial-panel": "./tutorial-panel/index.js",
|
|
80
|
+
"./wizard": "./wizard/index.js",
|
|
81
|
+
"./top-navigation/1.0-beta": "./top-navigation/1.0-beta/index.js",
|
|
82
|
+
"./i18n": "./i18n/index.js",
|
|
83
|
+
"./i18n/messages/all.all": "./i18n/messages/all.all.js",
|
|
84
|
+
"./i18n/messages/all.all.json": "./i18n/messages/all.all.json",
|
|
85
|
+
"./i18n/messages/all.de": "./i18n/messages/all.de.js",
|
|
86
|
+
"./i18n/messages/all.de.json": "./i18n/messages/all.de.json",
|
|
87
|
+
"./i18n/messages/all.en-GB": "./i18n/messages/all.en-GB.js",
|
|
88
|
+
"./i18n/messages/all.en-GB.json": "./i18n/messages/all.en-GB.json",
|
|
89
|
+
"./i18n/messages/all.en": "./i18n/messages/all.en.js",
|
|
90
|
+
"./i18n/messages/all.en.json": "./i18n/messages/all.en.json",
|
|
91
|
+
"./i18n/messages/all.es": "./i18n/messages/all.es.js",
|
|
92
|
+
"./i18n/messages/all.es.json": "./i18n/messages/all.es.json",
|
|
93
|
+
"./i18n/messages/all.fr": "./i18n/messages/all.fr.js",
|
|
94
|
+
"./i18n/messages/all.fr.json": "./i18n/messages/all.fr.json",
|
|
95
|
+
"./i18n/messages/all.id": "./i18n/messages/all.id.js",
|
|
96
|
+
"./i18n/messages/all.id.json": "./i18n/messages/all.id.json",
|
|
97
|
+
"./i18n/messages/all.it": "./i18n/messages/all.it.js",
|
|
98
|
+
"./i18n/messages/all.it.json": "./i18n/messages/all.it.json",
|
|
99
|
+
"./i18n/messages/all.ja": "./i18n/messages/all.ja.js",
|
|
100
|
+
"./i18n/messages/all.ja.json": "./i18n/messages/all.ja.json",
|
|
101
|
+
"./i18n/messages/all.ko": "./i18n/messages/all.ko.js",
|
|
102
|
+
"./i18n/messages/all.ko.json": "./i18n/messages/all.ko.json",
|
|
103
|
+
"./i18n/messages/all.pt-BR": "./i18n/messages/all.pt-BR.js",
|
|
104
|
+
"./i18n/messages/all.pt-BR.json": "./i18n/messages/all.pt-BR.json",
|
|
105
|
+
"./i18n/messages/all.th": "./i18n/messages/all.th.js",
|
|
106
|
+
"./i18n/messages/all.th.json": "./i18n/messages/all.th.json",
|
|
107
|
+
"./i18n/messages/all.tr": "./i18n/messages/all.tr.js",
|
|
108
|
+
"./i18n/messages/all.tr.json": "./i18n/messages/all.tr.json",
|
|
109
|
+
"./i18n/messages/all.zh-CN": "./i18n/messages/all.zh-CN.js",
|
|
110
|
+
"./i18n/messages/all.zh-CN.json": "./i18n/messages/all.zh-CN.json",
|
|
111
|
+
"./i18n/messages/all.zh-TW": "./i18n/messages/all.zh-TW.js",
|
|
112
|
+
"./i18n/messages/all.zh-TW.json": "./i18n/messages/all.zh-TW.json"
|
|
113
|
+
},
|
|
114
|
+
"sideEffects": [
|
|
115
|
+
"*.css",
|
|
116
|
+
"./internal/base-component/index.js",
|
|
117
|
+
"./internal/base-component/styles.css.js"
|
|
118
|
+
],
|
|
119
|
+
"version": "3.0.517",
|
|
120
|
+
"repository": {
|
|
121
|
+
"type": "git",
|
|
122
|
+
"url": "https://github.com/cloudscape-design/components.git"
|
|
123
|
+
},
|
|
124
|
+
"homepage": "https://cloudscape.design",
|
|
125
|
+
"dependencies": {
|
|
126
|
+
"@cloudscape-design/collection-hooks": "^1.0.0",
|
|
127
|
+
"@cloudscape-design/component-toolkit": "^1.0.0-beta",
|
|
128
|
+
"@cloudscape-design/test-utils-core": "^1.0.0",
|
|
129
|
+
"@cloudscape-design/theming-runtime": "^1.0.0",
|
|
130
|
+
"@dnd-kit/core": "^6.0.8",
|
|
131
|
+
"@dnd-kit/sortable": "^7.0.2",
|
|
132
|
+
"@dnd-kit/utilities": "^3.2.1",
|
|
133
|
+
"@juggle/resize-observer": "^3.3.1",
|
|
134
|
+
"ace-builds": "^1.23.0",
|
|
135
|
+
"balanced-match": "^1.0.2",
|
|
136
|
+
"clsx": "^1.1.0",
|
|
137
|
+
"d3-shape": "^1.3.7",
|
|
138
|
+
"date-fns": "^2.25.0",
|
|
139
|
+
"intl-messageformat": "^10.3.1",
|
|
140
|
+
"mnth": "^2.0.0",
|
|
141
|
+
"react-keyed-flatten-children": "^1.3.0",
|
|
142
|
+
"react-transition-group": "^4.4.2",
|
|
143
|
+
"react-virtual": "^2.8.2",
|
|
144
|
+
"tslib": "^2.4.0",
|
|
145
|
+
"weekstart": "^1.1.0"
|
|
146
|
+
},
|
|
147
|
+
"peerDependencies": {
|
|
148
|
+
"react": "^16.8 || ^17 || ^18",
|
|
149
|
+
"react-dom": "^16.8 || ^17 || ^18"
|
|
150
|
+
},
|
|
151
|
+
"license": "Apache-2.0",
|
|
152
|
+
"scripts": {}
|
|
153
|
+
}
|
package/pagination/styles.css.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"root": "
|
|
5
|
-
"button": "
|
|
6
|
-
"dots": "
|
|
7
|
-
"button-disabled": "awsui_button-
|
|
8
|
-
"arrow": "
|
|
9
|
-
"page-number": "awsui_page-
|
|
10
|
-
"button-current": "awsui_button-
|
|
11
|
-
"page-item": "awsui_page-
|
|
12
|
-
"root-disabled": "awsui_root-
|
|
4
|
+
"root": "awsui_root_fvjdu_19rgl_93",
|
|
5
|
+
"button": "awsui_button_fvjdu_19rgl_136",
|
|
6
|
+
"dots": "awsui_dots_fvjdu_19rgl_137",
|
|
7
|
+
"button-disabled": "awsui_button-disabled_fvjdu_19rgl_161",
|
|
8
|
+
"arrow": "awsui_arrow_fvjdu_19rgl_166",
|
|
9
|
+
"page-number": "awsui_page-number_fvjdu_19rgl_176",
|
|
10
|
+
"button-current": "awsui_button-current_fvjdu_19rgl_182",
|
|
11
|
+
"page-item": "awsui_page-item_fvjdu_19rgl_199",
|
|
12
|
+
"root-disabled": "awsui_root-disabled_fvjdu_19rgl_217"
|
|
13
13
|
};
|
|
14
14
|
|
|
@@ -90,7 +90,7 @@ 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
|
-
.
|
|
93
|
+
.awsui_root_fvjdu_19rgl_93:not(#\9) {
|
|
94
94
|
border-collapse: separate;
|
|
95
95
|
border-spacing: 0;
|
|
96
96
|
box-sizing: border-box;
|
|
@@ -128,88 +128,93 @@ surrounding text. (WCAG F73) https://www.w3.org/WAI/WCAG21/Techniques/failures/F
|
|
|
128
128
|
flex-direction: row;
|
|
129
129
|
flex-wrap: wrap;
|
|
130
130
|
box-sizing: border-box;
|
|
131
|
-
padding-
|
|
132
|
-
margin: 0;
|
|
131
|
+
padding-inline-start: 0;
|
|
132
|
+
margin-block: 0;
|
|
133
|
+
margin-inline: 0;
|
|
133
134
|
list-style: none;
|
|
134
135
|
}
|
|
135
136
|
|
|
136
|
-
.
|
|
137
|
-
.
|
|
138
|
-
min-
|
|
139
|
-
border: var(--border-field-width-09w7vk, 2px) solid transparent;
|
|
137
|
+
.awsui_button_fvjdu_19rgl_136:not(#\9),
|
|
138
|
+
.awsui_dots_fvjdu_19rgl_137:not(#\9) {
|
|
139
|
+
min-inline-size: var(--space-l-t419sm, 20px);
|
|
140
|
+
border-block: var(--border-field-width-09w7vk, 2px) solid transparent;
|
|
141
|
+
border-inline: var(--border-field-width-09w7vk, 2px) solid transparent;
|
|
140
142
|
}
|
|
141
143
|
|
|
142
|
-
.
|
|
144
|
+
.awsui_button_fvjdu_19rgl_136:not(#\9) {
|
|
143
145
|
cursor: pointer;
|
|
144
146
|
text-align: center;
|
|
145
147
|
box-sizing: border-box;
|
|
146
148
|
background: transparent;
|
|
147
149
|
line-height: inherit;
|
|
148
|
-
padding: 0;
|
|
150
|
+
padding-block: 0;
|
|
151
|
+
padding-inline: 0;
|
|
149
152
|
}
|
|
150
|
-
.
|
|
153
|
+
.awsui_button_fvjdu_19rgl_136:not(#\9):focus {
|
|
151
154
|
outline: none;
|
|
152
155
|
}
|
|
153
|
-
body[data-awsui-focus-visible=true] .
|
|
156
|
+
body[data-awsui-focus-visible=true] .awsui_button_fvjdu_19rgl_136:not(#\9):focus {
|
|
154
157
|
outline: 2px dotted transparent;
|
|
155
158
|
border: var(--border-field-width-09w7vk, 2px) solid var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
156
159
|
border-radius: var(--border-radius-control-default-focus-ring-u8zbsz, 4px);
|
|
157
160
|
box-shadow: 0 0 0 var(--border-control-focus-ring-shadow-spread-0ctpjf, 0px) var(--color-border-item-focused-b2ntyl, #0972d3);
|
|
158
161
|
}
|
|
159
|
-
.awsui_button-
|
|
162
|
+
.awsui_button-disabled_fvjdu_19rgl_161:not(#\9) {
|
|
160
163
|
cursor: default;
|
|
161
164
|
color: var(--color-text-interactive-disabled-z7a3t4, #9ba7b6);
|
|
162
165
|
}
|
|
163
166
|
|
|
164
|
-
.
|
|
167
|
+
.awsui_arrow_fvjdu_19rgl_166:not(#\9) {
|
|
165
168
|
color: var(--color-text-interactive-default-lnx6lk, #414d5c);
|
|
166
169
|
}
|
|
167
|
-
.
|
|
170
|
+
.awsui_arrow_fvjdu_19rgl_166:not(#\9):not(.awsui_button-disabled_fvjdu_19rgl_161):hover {
|
|
168
171
|
color: var(--color-text-interactive-hover-mj8add, #000716);
|
|
169
172
|
}
|
|
170
|
-
.
|
|
173
|
+
.awsui_arrow_fvjdu_19rgl_166.awsui_button-disabled_fvjdu_19rgl_161:not(#\9) {
|
|
171
174
|
color: var(--color-text-interactive-disabled-z7a3t4, #9ba7b6);
|
|
172
175
|
}
|
|
173
176
|
|
|
174
|
-
.awsui_page-
|
|
177
|
+
.awsui_page-number_fvjdu_19rgl_176:not(#\9) {
|
|
175
178
|
color: var(--color-text-pagination-page-number-default-i8se09, #414d5c);
|
|
176
179
|
}
|
|
177
|
-
.awsui_page-
|
|
180
|
+
.awsui_page-number_fvjdu_19rgl_176:not(#\9):not(.awsui_button-disabled_fvjdu_19rgl_161):hover {
|
|
178
181
|
color: var(--color-text-interactive-hover-mj8add, #000716);
|
|
179
182
|
}
|
|
180
|
-
.awsui_page-
|
|
183
|
+
.awsui_page-number_fvjdu_19rgl_176.awsui_button-current_fvjdu_19rgl_182:not(#\9) {
|
|
181
184
|
font-weight: var(--font-wayfinding-link-active-weight-rbmzei, 700);
|
|
182
185
|
-webkit-font-smoothing: var(--font-smoothing-webkit-m8nc84, antialiased);
|
|
183
186
|
-moz-osx-font-smoothing: var(--font-smoothing-moz-osx-foywby, grayscale);
|
|
184
187
|
color: var(--color-text-interactive-active-ox3ozh, #000716);
|
|
185
188
|
}
|
|
186
|
-
.awsui_page-
|
|
189
|
+
.awsui_page-number_fvjdu_19rgl_176.awsui_button-current_fvjdu_19rgl_182.awsui_button-disabled_fvjdu_19rgl_161:not(#\9) {
|
|
187
190
|
color: var(--color-text-pagination-page-number-active-disabled-pnozll, #9ba7b6);
|
|
188
191
|
}
|
|
189
|
-
.awsui_page-
|
|
192
|
+
.awsui_page-number_fvjdu_19rgl_176.awsui_button-disabled_fvjdu_19rgl_161:not(#\9) {
|
|
190
193
|
color: var(--color-text-interactive-disabled-z7a3t4, #9ba7b6);
|
|
191
194
|
}
|
|
192
195
|
|
|
193
|
-
.
|
|
196
|
+
.awsui_dots_fvjdu_19rgl_137:not(#\9) {
|
|
194
197
|
color: var(--color-text-interactive-default-lnx6lk, #414d5c);
|
|
195
198
|
}
|
|
196
199
|
|
|
197
|
-
.awsui_page-
|
|
198
|
-
.
|
|
199
|
-
margin: var(--space-scaled-xxs-7597g1, 4px)
|
|
200
|
+
.awsui_page-item_fvjdu_19rgl_199:not(#\9),
|
|
201
|
+
.awsui_dots_fvjdu_19rgl_137:not(#\9) {
|
|
202
|
+
margin-block: var(--space-scaled-xxs-7597g1, 4px);
|
|
203
|
+
margin-inline: var(--space-xxs-p8yyaw, 4px);
|
|
200
204
|
text-align: center;
|
|
201
205
|
box-sizing: border-box;
|
|
202
|
-
padding: 0;
|
|
206
|
+
padding-block: 0;
|
|
207
|
+
padding-inline: 0;
|
|
203
208
|
}
|
|
204
|
-
.awsui_page-
|
|
205
|
-
.
|
|
206
|
-
margin-
|
|
209
|
+
.awsui_page-item_fvjdu_19rgl_199:not(#\9):first-child,
|
|
210
|
+
.awsui_dots_fvjdu_19rgl_137:not(#\9):first-child {
|
|
211
|
+
margin-inline-start: 0;
|
|
207
212
|
}
|
|
208
|
-
.awsui_page-
|
|
209
|
-
.
|
|
210
|
-
margin-
|
|
213
|
+
.awsui_page-item_fvjdu_19rgl_199:not(#\9):last-child,
|
|
214
|
+
.awsui_dots_fvjdu_19rgl_137:not(#\9):last-child {
|
|
215
|
+
margin-inline-end: 0;
|
|
211
216
|
}
|
|
212
217
|
|
|
213
|
-
.awsui_root-
|
|
218
|
+
.awsui_root-disabled_fvjdu_19rgl_217 > .awsui_dots_fvjdu_19rgl_137:not(#\9) {
|
|
214
219
|
color: var(--color-text-interactive-disabled-z7a3t4, #9ba7b6);
|
|
215
220
|
}
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
// es-module interop with Babel and Typescript
|
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
4
|
module.exports.default = {
|
|
5
|
-
"root": "
|
|
6
|
-
"button": "
|
|
7
|
-
"dots": "
|
|
8
|
-
"button-disabled": "awsui_button-
|
|
9
|
-
"arrow": "
|
|
10
|
-
"page-number": "awsui_page-
|
|
11
|
-
"button-current": "awsui_button-
|
|
12
|
-
"page-item": "awsui_page-
|
|
13
|
-
"root-disabled": "awsui_root-
|
|
5
|
+
"root": "awsui_root_fvjdu_19rgl_93",
|
|
6
|
+
"button": "awsui_button_fvjdu_19rgl_136",
|
|
7
|
+
"dots": "awsui_dots_fvjdu_19rgl_137",
|
|
8
|
+
"button-disabled": "awsui_button-disabled_fvjdu_19rgl_161",
|
|
9
|
+
"arrow": "awsui_arrow_fvjdu_19rgl_166",
|
|
10
|
+
"page-number": "awsui_page-number_fvjdu_19rgl_176",
|
|
11
|
+
"button-current": "awsui_button-current_fvjdu_19rgl_182",
|
|
12
|
+
"page-item": "awsui_page-item_fvjdu_19rgl_199",
|
|
13
|
+
"root-disabled": "awsui_root-disabled_fvjdu_19rgl_217"
|
|
14
14
|
};
|
|
15
15
|
|
package/pie-chart/styles.css.js
CHANGED
|
@@ -1,32 +1,32 @@
|
|
|
1
1
|
|
|
2
2
|
import './styles.scoped.css';
|
|
3
3
|
export default {
|
|
4
|
-
"segment__path": "
|
|
5
|
-
"segment": "
|
|
6
|
-
"segment__hover": "
|
|
7
|
-
"label": "
|
|
8
|
-
"root": "
|
|
9
|
-
"content": "
|
|
10
|
-
"content--small": "awsui_content--
|
|
11
|
-
"content--fit-height": "awsui_content--fit-
|
|
12
|
-
"content--without-labels": "awsui_content--without-
|
|
13
|
-
"content--medium": "awsui_content--
|
|
14
|
-
"content--large": "awsui_content--
|
|
15
|
-
"status-container": "awsui_status-
|
|
16
|
-
"chart-container": "awsui_chart-
|
|
17
|
-
"chart-container--fit-height": "awsui_chart-container--fit-
|
|
18
|
-
"chart-container-chart-plot": "awsui_chart-container-chart-
|
|
19
|
-
"chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-
|
|
20
|
-
"inner-content": "awsui_inner-
|
|
21
|
-
"segment__highlight": "
|
|
22
|
-
"segment--dimmed": "awsui_segment--
|
|
23
|
-
"segment--highlighted": "awsui_segment--
|
|
24
|
-
"label--dimmed": "awsui_label--
|
|
25
|
-
"label--align-right": "awsui_label--align-
|
|
26
|
-
"label-text": "awsui_label-
|
|
27
|
-
"label__description": "
|
|
28
|
-
"label-line": "awsui_label-
|
|
29
|
-
"label--highlighted": "awsui_label--
|
|
30
|
-
"popover-header": "awsui_popover-
|
|
4
|
+
"segment__path": "awsui_segment__path_1edmh_b6wa3_97",
|
|
5
|
+
"segment": "awsui_segment_1edmh_b6wa3_97",
|
|
6
|
+
"segment__hover": "awsui_segment__hover_1edmh_b6wa3_124",
|
|
7
|
+
"label": "awsui_label_1edmh_b6wa3_138",
|
|
8
|
+
"root": "awsui_root_1edmh_b6wa3_156",
|
|
9
|
+
"content": "awsui_content_1edmh_b6wa3_160",
|
|
10
|
+
"content--small": "awsui_content--small_1edmh_b6wa3_160",
|
|
11
|
+
"content--fit-height": "awsui_content--fit-height_1edmh_b6wa3_163",
|
|
12
|
+
"content--without-labels": "awsui_content--without-labels_1edmh_b6wa3_166",
|
|
13
|
+
"content--medium": "awsui_content--medium_1edmh_b6wa3_172",
|
|
14
|
+
"content--large": "awsui_content--large_1edmh_b6wa3_184",
|
|
15
|
+
"status-container": "awsui_status-container_1edmh_b6wa3_201",
|
|
16
|
+
"chart-container": "awsui_chart-container_1edmh_b6wa3_205",
|
|
17
|
+
"chart-container--fit-height": "awsui_chart-container--fit-height_1edmh_b6wa3_209",
|
|
18
|
+
"chart-container-chart-plot": "awsui_chart-container-chart-plot_1edmh_b6wa3_214",
|
|
19
|
+
"chart-container-chart-plot--fit-height": "awsui_chart-container-chart-plot--fit-height_1edmh_b6wa3_217",
|
|
20
|
+
"inner-content": "awsui_inner-content_1edmh_b6wa3_223",
|
|
21
|
+
"segment__highlight": "awsui_segment__highlight_1edmh_b6wa3_234",
|
|
22
|
+
"segment--dimmed": "awsui_segment--dimmed_1edmh_b6wa3_249",
|
|
23
|
+
"segment--highlighted": "awsui_segment--highlighted_1edmh_b6wa3_252",
|
|
24
|
+
"label--dimmed": "awsui_label--dimmed_1edmh_b6wa3_269",
|
|
25
|
+
"label--align-right": "awsui_label--align-right_1edmh_b6wa3_272",
|
|
26
|
+
"label-text": "awsui_label-text_1edmh_b6wa3_280",
|
|
27
|
+
"label__description": "awsui_label__description_1edmh_b6wa3_288",
|
|
28
|
+
"label-line": "awsui_label-line_1edmh_b6wa3_295",
|
|
29
|
+
"label--highlighted": "awsui_label--highlighted_1edmh_b6wa3_299",
|
|
30
|
+
"popover-header": "awsui_popover-header_1edmh_b6wa3_303"
|
|
31
31
|
};
|
|
32
32
|
|