@commercetools-frontend/experimental-components 6.1.2 → 6.1.4
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 +468 -614
- package/dist/commercetools-frontend-experimental-components.cjs.prod.js +466 -612
- package/dist/commercetools-frontend-experimental-components.esm.js +466 -612
- package/dist/styles.css +12 -12
- package/package.json +21 -19
package/dist/styles.css
CHANGED
|
@@ -87,18 +87,6 @@
|
|
|
87
87
|
border-bottom-left-radius: var(--border-radius-for-input);
|
|
88
88
|
border-bottom-right-radius: var(--border-radius-for-input);
|
|
89
89
|
}
|
|
90
|
-
/* imported from numeric-format-input.module.css */
|
|
91
|
-
|
|
92
|
-
.numeric-format-input-module__invalid___3LcyE {
|
|
93
|
-
/* this needs !important because react-select has a :focus style that
|
|
94
|
-
stops the border colour being set unless the element is blurred */
|
|
95
|
-
border-color: var(--color-error) !important;
|
|
96
|
-
border: 1px solid;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
.numeric-format-input-module__disabled___hb6h4 {
|
|
100
|
-
cursor: not-allowed;
|
|
101
|
-
}
|
|
102
90
|
/* imported from search-input.module.css */
|
|
103
91
|
|
|
104
92
|
.search-input-module__block___1uM-y {
|
|
@@ -189,6 +177,18 @@
|
|
|
189
177
|
flex-shrink: 1;
|
|
190
178
|
margin-left: var(--spacing-s);
|
|
191
179
|
}
|
|
180
|
+
/* imported from numeric-format-input.module.css */
|
|
181
|
+
|
|
182
|
+
.numeric-format-input-module__invalid___3LcyE {
|
|
183
|
+
/* this needs !important because react-select has a :focus style that
|
|
184
|
+
stops the border colour being set unless the element is blurred */
|
|
185
|
+
border-color: var(--color-error) !important;
|
|
186
|
+
border: 1px solid;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.numeric-format-input-module__disabled___hb6h4 {
|
|
190
|
+
cursor: not-allowed;
|
|
191
|
+
}
|
|
192
192
|
/* imported from throttled-field.module.css */
|
|
193
193
|
|
|
194
194
|
.throttled-field-module__size___324jx {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/experimental-components",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.4",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,18 +18,18 @@
|
|
|
18
18
|
"@babel/core": "^7.22.11",
|
|
19
19
|
"@babel/runtime": "^7.21.0",
|
|
20
20
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
21
|
-
"@commercetools-frontend/actions-global": "npm:@commercetools-frontend/actions-global@^22.
|
|
22
|
-
"@commercetools-frontend/application-components": "npm:@commercetools-frontend/application-components@^22.
|
|
23
|
-
"@commercetools-frontend/application-shell": "npm:@commercetools-frontend/application-shell@^22.
|
|
24
|
-
"@commercetools-frontend/application-shell-connectors": "npm:@commercetools-frontend/application-shell-connectors@^22.
|
|
25
|
-
"@commercetools-frontend/constants": "npm:@commercetools-frontend/constants@^22.
|
|
26
|
-
"@commercetools-frontend/l10n": "npm:@commercetools-frontend/l10n@^22.
|
|
27
|
-
"@commercetools-frontend/sdk": "npm:@commercetools-frontend/sdk@^22.
|
|
28
|
-
"@commercetools-frontend/sentry": "npm:@commercetools-frontend/sentry@^22.
|
|
29
|
-
"@commercetools-frontend/ui-kit": "npm:@commercetools-frontend/ui-kit@^19.
|
|
30
|
-
"@commercetools-uikit/design-system": "npm:@commercetools-uikit/design-system@^19.
|
|
31
|
-
"@commercetools-uikit/select-utils": "npm:@commercetools-uikit/select-utils@^19.
|
|
32
|
-
"@commercetools-uikit/utils": "npm:@commercetools-uikit/utils@^19.
|
|
21
|
+
"@commercetools-frontend/actions-global": "npm:@commercetools-frontend/actions-global@^22.30.3",
|
|
22
|
+
"@commercetools-frontend/application-components": "npm:@commercetools-frontend/application-components@^22.30.3",
|
|
23
|
+
"@commercetools-frontend/application-shell": "npm:@commercetools-frontend/application-shell@^22.30.3",
|
|
24
|
+
"@commercetools-frontend/application-shell-connectors": "npm:@commercetools-frontend/application-shell-connectors@^22.30.3",
|
|
25
|
+
"@commercetools-frontend/constants": "npm:@commercetools-frontend/constants@^22.30.3",
|
|
26
|
+
"@commercetools-frontend/l10n": "npm:@commercetools-frontend/l10n@^22.30.3",
|
|
27
|
+
"@commercetools-frontend/sdk": "npm:@commercetools-frontend/sdk@^22.30.3",
|
|
28
|
+
"@commercetools-frontend/sentry": "npm:@commercetools-frontend/sentry@^22.30.3",
|
|
29
|
+
"@commercetools-frontend/ui-kit": "npm:@commercetools-frontend/ui-kit@^19.9.0",
|
|
30
|
+
"@commercetools-uikit/design-system": "npm:@commercetools-uikit/design-system@^19.9.0",
|
|
31
|
+
"@commercetools-uikit/select-utils": "npm:@commercetools-uikit/select-utils@^19.9.0",
|
|
32
|
+
"@commercetools-uikit/utils": "npm:@commercetools-uikit/utils@^19.9.0",
|
|
33
33
|
"@emotion/react": "^11.11.1",
|
|
34
34
|
"classnames": "2.5.1",
|
|
35
35
|
"cleave.js": "1.5.10",
|
|
@@ -53,13 +53,15 @@
|
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@apollo/client": "3.7.10",
|
|
56
|
-
"@commercetools-test-data/channel": "9.0.
|
|
57
|
-
"@commercetools-test-data/commons": "9.0.
|
|
58
|
-
"@commercetools-test-data/core": "9.0.
|
|
56
|
+
"@commercetools-test-data/channel": "9.0.7",
|
|
57
|
+
"@commercetools-test-data/commons": "9.0.7",
|
|
58
|
+
"@commercetools-test-data/core": "9.0.7",
|
|
59
|
+
"@commercetools-test-data/product-selection": "9.0.7",
|
|
60
|
+
"@commercetools-test-data/store": "9.0.7",
|
|
59
61
|
"@testing-library/react": "12.1.5",
|
|
60
62
|
"@testing-library/react-hooks": "8.0.1",
|
|
61
63
|
"formik": "2.4.6",
|
|
62
|
-
"graphql": "16.
|
|
64
|
+
"graphql": "16.9.0",
|
|
63
65
|
"graphql-tag": "2.12.6",
|
|
64
66
|
"msw": "1.3.3",
|
|
65
67
|
"react": "17.0.2",
|
|
@@ -72,8 +74,8 @@
|
|
|
72
74
|
"redux": "4.2.1",
|
|
73
75
|
"typescript": "5.2.2",
|
|
74
76
|
"xhr-mock": "2.5.1",
|
|
75
|
-
"@commercetools-local/test-data": "1.2.
|
|
76
|
-
"@commercetools-local/test-utils": "1.2.
|
|
77
|
+
"@commercetools-local/test-data": "1.2.12",
|
|
78
|
+
"@commercetools-local/test-utils": "1.2.13"
|
|
77
79
|
},
|
|
78
80
|
"peerDependencies": {
|
|
79
81
|
"@apollo/client": "3.x",
|