@commercetools-frontend/experimental-components 3.2.0 → 4.0.0
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/dist/commercetools-frontend-experimental-components.cjs.dev.js +1061 -344
- package/dist/commercetools-frontend-experimental-components.cjs.prod.js +1061 -344
- package/dist/commercetools-frontend-experimental-components.esm.js +1056 -343
- package/dist/styles.css +47 -47
- package/package.json +47 -45
package/dist/styles.css
CHANGED
|
@@ -123,6 +123,53 @@
|
|
|
123
123
|
flex-shrink: 1;
|
|
124
124
|
margin-left: var(--spacing-s);
|
|
125
125
|
}
|
|
126
|
+
/* imported from required-indicator.module.css */
|
|
127
|
+
|
|
128
|
+
.required-indicator-module__colored____YUFm {
|
|
129
|
+
color: var(--color-warning);
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
.required-indicator-module__indicatorAsterisk___3lEdX {
|
|
133
|
+
font-style: normal;
|
|
134
|
+
margin-left: 2px;
|
|
135
|
+
}
|
|
136
|
+
/* imported from selectable-field-search-input.module.css */
|
|
137
|
+
|
|
138
|
+
/* @redesign cleanup */
|
|
139
|
+
|
|
140
|
+
:where(html[data-theme='default']) .selectable-field-search-input-module__container___z2ltR {
|
|
141
|
+
width: 100%;
|
|
142
|
+
position: relative;
|
|
143
|
+
display: flex;
|
|
144
|
+
z-index: 3;
|
|
145
|
+
max-width: 800px;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
:where(html[data-theme='test']) .selectable-field-search-input-module__container___z2ltR {
|
|
149
|
+
width: 100%;
|
|
150
|
+
position: relative;
|
|
151
|
+
display: flex;
|
|
152
|
+
z-index: 3;
|
|
153
|
+
max-width: var(--constraint-15);
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.selectable-field-search-input-module__search-mode-menu___Od6Le {
|
|
157
|
+
border-radius: var(--border-radius-6);
|
|
158
|
+
border: 1px solid var(--color-primary);
|
|
159
|
+
margin-top: 2px;
|
|
160
|
+
position: absolute;
|
|
161
|
+
}
|
|
162
|
+
/* imported from validated-input.module.css */
|
|
163
|
+
|
|
164
|
+
.validated-input-module__invalid___380EL {
|
|
165
|
+
/* this needs !important because react-select has a :focus style that
|
|
166
|
+
stops the border colour being set unless the element is blurred */
|
|
167
|
+
border-color: var(--color-error) !important;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
.validated-input-module__container___3L2KB {
|
|
171
|
+
display: inline;
|
|
172
|
+
}
|
|
126
173
|
/* imported from label-range.module.css */
|
|
127
174
|
|
|
128
175
|
.label-range-module__label___3Tb0p {
|
|
@@ -263,53 +310,6 @@
|
|
|
263
310
|
border-bottom-left-radius: 0;
|
|
264
311
|
margin-left: 0;
|
|
265
312
|
}
|
|
266
|
-
/* imported from required-indicator.module.css */
|
|
267
|
-
|
|
268
|
-
.required-indicator-module__colored____YUFm {
|
|
269
|
-
color: var(--color-warning);
|
|
270
|
-
}
|
|
271
|
-
|
|
272
|
-
.required-indicator-module__indicatorAsterisk___3lEdX {
|
|
273
|
-
font-style: normal;
|
|
274
|
-
margin-left: 2px;
|
|
275
|
-
}
|
|
276
|
-
/* imported from selectable-field-search-input.module.css */
|
|
277
|
-
|
|
278
|
-
/* @redesign cleanup */
|
|
279
|
-
|
|
280
|
-
:where(html[data-theme='default']) .selectable-field-search-input-module__container___z2ltR {
|
|
281
|
-
width: 100%;
|
|
282
|
-
position: relative;
|
|
283
|
-
display: flex;
|
|
284
|
-
z-index: 3;
|
|
285
|
-
max-width: 800px;
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
:where(html[data-theme='test']) .selectable-field-search-input-module__container___z2ltR {
|
|
289
|
-
width: 100%;
|
|
290
|
-
position: relative;
|
|
291
|
-
display: flex;
|
|
292
|
-
z-index: 3;
|
|
293
|
-
max-width: var(--constraint-15);
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
.selectable-field-search-input-module__search-mode-menu___Od6Le {
|
|
297
|
-
border-radius: var(--border-radius-6);
|
|
298
|
-
border: 1px solid var(--color-primary);
|
|
299
|
-
margin-top: 2px;
|
|
300
|
-
position: absolute;
|
|
301
|
-
}
|
|
302
|
-
/* imported from validated-input.module.css */
|
|
303
|
-
|
|
304
|
-
.validated-input-module__invalid___380EL {
|
|
305
|
-
/* this needs !important because react-select has a :focus style that
|
|
306
|
-
stops the border colour being set unless the element is blurred */
|
|
307
|
-
border-color: var(--color-error) !important;
|
|
308
|
-
}
|
|
309
|
-
|
|
310
|
-
.validated-input-module__container___3L2KB {
|
|
311
|
-
display: inline;
|
|
312
|
-
}
|
|
313
313
|
/* imported from button.module.css */
|
|
314
314
|
|
|
315
315
|
/* Generic button */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/experimental-components",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/commercetools-frontend-experimental-components.cjs.js",
|
|
6
6
|
"module": "dist/commercetools-frontend-experimental-components.esm.js",
|
|
@@ -11,21 +11,21 @@
|
|
|
11
11
|
],
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@babel/core": "^7.21.0",
|
|
14
|
-
"@babel/runtime": "^7.21.0",
|
|
15
14
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
16
|
-
"@
|
|
17
|
-
"@commercetools-frontend/
|
|
18
|
-
"@commercetools-frontend/application-
|
|
19
|
-
"@commercetools-frontend/application-shell-connectors": "21.
|
|
20
|
-
"@commercetools-frontend/
|
|
21
|
-
"@commercetools-frontend/
|
|
22
|
-
"@commercetools-frontend/
|
|
23
|
-
"@commercetools-frontend/
|
|
24
|
-
"@commercetools-frontend/
|
|
25
|
-
"@commercetools-
|
|
26
|
-
"@commercetools-uikit/
|
|
27
|
-
"@commercetools-uikit/utils": "15.
|
|
28
|
-
"@
|
|
15
|
+
"@babel/runtime": "^7.21.0",
|
|
16
|
+
"@commercetools-frontend/actions-global": "^21.25.2",
|
|
17
|
+
"@commercetools-frontend/application-components": "^21.25.2",
|
|
18
|
+
"@commercetools-frontend/application-shell-connectors": "^21.25.2",
|
|
19
|
+
"@commercetools-frontend/application-shell": "^21.25.2",
|
|
20
|
+
"@commercetools-frontend/constants": "^21.25.2",
|
|
21
|
+
"@commercetools-frontend/l10n": "^21.25.2",
|
|
22
|
+
"@commercetools-frontend/sdk": "^21.25.2",
|
|
23
|
+
"@commercetools-frontend/sentry": "^21.25.2",
|
|
24
|
+
"@commercetools-frontend/ui-kit": "^15.15.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "^15.15.0",
|
|
26
|
+
"@commercetools-uikit/select-utils": "^15.15.0",
|
|
27
|
+
"@commercetools-uikit/utils": "^15.15.0",
|
|
28
|
+
"@emotion/react": "^11.10.6",
|
|
29
29
|
"classnames": "2.3.2",
|
|
30
30
|
"cleave.js": "1.5.10",
|
|
31
31
|
"common-tags": "1.8.2",
|
|
@@ -35,51 +35,53 @@
|
|
|
35
35
|
"hoist-non-react-statics": "3.3.2",
|
|
36
36
|
"lodash": "4.17.21",
|
|
37
37
|
"memoize-one": "6.0.0",
|
|
38
|
+
"moment-timezone": "0.5.43",
|
|
38
39
|
"moment": "2.29.4",
|
|
39
|
-
"moment-timezone": "0.5.42",
|
|
40
|
-
"msw": "^1.1.0",
|
|
41
40
|
"omit-deep": "0.3.0",
|
|
42
41
|
"omit-empty-es": "1.1.3",
|
|
43
|
-
"prop-types": "15.8.1",
|
|
44
|
-
"react": "17.0.2",
|
|
45
|
-
"react-intl": "5.25.1",
|
|
46
|
-
"react-redux": "7.2.9",
|
|
47
|
-
"react-required-if": "1.0.3",
|
|
48
|
-
"react-router-dom": "5.3.4",
|
|
42
|
+
"prop-types": "^15.8.1",
|
|
49
43
|
"react-textarea-autosize": "8.4.1",
|
|
50
|
-
"reselect": "4.1.
|
|
44
|
+
"reselect": "4.1.8",
|
|
51
45
|
"tiny-invariant": "1.3.1",
|
|
52
46
|
"tiny-warning": "1.0.3",
|
|
53
47
|
"uuid": "8.3.2"
|
|
54
48
|
},
|
|
55
49
|
"devDependencies": {
|
|
56
|
-
"@apollo/client": "3.7.10",
|
|
57
|
-
"@
|
|
58
|
-
"@commercetools-test-data/
|
|
59
|
-
"@commercetools-test-data/
|
|
60
|
-
"@
|
|
61
|
-
"@testing-library/react": "12.1.5",
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"graphql": "16.6.0",
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"react": "
|
|
68
|
-
"react-
|
|
69
|
-
"react-
|
|
70
|
-
"react-
|
|
71
|
-
"react-
|
|
72
|
-
"react
|
|
73
|
-
"redux": "4.2.1",
|
|
74
|
-
"typescript": "4.9.5",
|
|
75
|
-
"xhr-mock": "2.5.1",
|
|
50
|
+
"@apollo/client": "^3.7.10",
|
|
51
|
+
"@commercetools-test-data/channel": "^4.11.1",
|
|
52
|
+
"@commercetools-test-data/commons": "^4.11.1",
|
|
53
|
+
"@commercetools-test-data/core": "^4.11.1",
|
|
54
|
+
"@testing-library/react-hooks": "^8.0.1",
|
|
55
|
+
"@testing-library/react": "^12.1.5",
|
|
56
|
+
"enzyme": "^3.11.0",
|
|
57
|
+
"graphql-tag": "^2.12.6",
|
|
58
|
+
"graphql": "^16.6.0",
|
|
59
|
+
"msw": "^1.2.1",
|
|
60
|
+
"react-dom": "^17.0.2",
|
|
61
|
+
"react-intl": "^5.25.1",
|
|
62
|
+
"react-redux": "^7.2.9",
|
|
63
|
+
"react-required-if": "^1.0.3",
|
|
64
|
+
"react-router-dom": "^5.3.4",
|
|
65
|
+
"react-test-renderer": "^17.0.2",
|
|
66
|
+
"react": "^17.0.2",
|
|
67
|
+
"redux": "^4.2.1",
|
|
68
|
+
"typescript": "^4.9.5",
|
|
69
|
+
"xhr-mock": "^2.5.1",
|
|
76
70
|
"@commercetools-local/test-data": "1.0.8",
|
|
77
71
|
"@commercetools-local/test-utils": "1.0.2"
|
|
78
72
|
},
|
|
79
73
|
"peerDependencies": {
|
|
80
74
|
"@apollo/client": "3.x",
|
|
81
75
|
"@testing-library/react": "12.x",
|
|
82
|
-
"@testing-library/react-hooks": "8.x"
|
|
76
|
+
"@testing-library/react-hooks": "8.x",
|
|
77
|
+
"react": "17.x",
|
|
78
|
+
"react-dom": "17.x",
|
|
79
|
+
"react-intl": "5.x",
|
|
80
|
+
"react-redux": "7.x",
|
|
81
|
+
"react-router-dom": "5.x",
|
|
82
|
+
"redux": "4.x",
|
|
83
|
+
"msw": "1.x.x",
|
|
84
|
+
"react-required-if": "1.x.x"
|
|
83
85
|
},
|
|
84
86
|
"publishConfig": {
|
|
85
87
|
"access": "public"
|