@cloudscape-design/components 3.0.514 → 3.0.516
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/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.516",
|
|
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
|
+
}
|