@commercetools-frontend/experimental-components 3.1.1 → 3.2.1
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 +4490 -4692
- package/dist/commercetools-frontend-experimental-components.cjs.prod.js +4488 -4690
- package/dist/commercetools-frontend-experimental-components.esm.js +4484 -4689
- package/dist/styles.css +8 -5
- package/package.json +23 -40
package/dist/styles.css
CHANGED
|
@@ -51,7 +51,10 @@
|
|
|
51
51
|
background-color: var(--background-color-for-input-when-hovered);
|
|
52
52
|
}
|
|
53
53
|
:where(html[data-theme='test']) .search-input-module__input-container-hoverable___1xjqn > input:focus {
|
|
54
|
-
box-shadow: var(
|
|
54
|
+
box-shadow: var(
|
|
55
|
+
--shadow-for-input-when-focused,
|
|
56
|
+
inset 0 0 0 1px var(--color-primary)
|
|
57
|
+
);
|
|
55
58
|
border-color: var(--border-color-for-input-when-focused);
|
|
56
59
|
}
|
|
57
60
|
|
|
@@ -134,7 +137,7 @@
|
|
|
134
137
|
|
|
135
138
|
/* @redesign cleanup */
|
|
136
139
|
|
|
137
|
-
:where(html[data-theme='default'])
|
|
140
|
+
:where(html[data-theme='default']) .selectable-field-search-input-module__container___z2ltR {
|
|
138
141
|
width: 100%;
|
|
139
142
|
position: relative;
|
|
140
143
|
display: flex;
|
|
@@ -242,7 +245,7 @@
|
|
|
242
245
|
}
|
|
243
246
|
|
|
244
247
|
:where(html[data-theme='test']) .throttled-field-module__size___324jx {
|
|
245
|
-
min-height: var(--height-for-input)
|
|
248
|
+
min-height: var(--height-for-input);
|
|
246
249
|
}
|
|
247
250
|
|
|
248
251
|
.throttled-field-module__input-text___3zFFp {
|
|
@@ -557,7 +560,8 @@
|
|
|
557
560
|
visibility: hidden;
|
|
558
561
|
width: 1px;
|
|
559
562
|
height: 1px;
|
|
560
|
-
}
|
|
563
|
+
}
|
|
564
|
+
/* imported from centered-loading-spinner.module.css */
|
|
561
565
|
|
|
562
566
|
.centered-loading-spinner-module__loading-container___3_9-h {
|
|
563
567
|
height: 100%;
|
|
@@ -626,7 +630,6 @@ html[data-theme='default'] {
|
|
|
626
630
|
padding-top: var(--spacing-xs);
|
|
627
631
|
}
|
|
628
632
|
|
|
629
|
-
|
|
630
633
|
:where(html[data-theme='default']) .set-buttons-module__gap___38Qr0 {
|
|
631
634
|
padding: 12px;
|
|
632
635
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/experimental-components",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.2.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/commercetools-frontend-experimental-components.cjs.js",
|
|
6
6
|
"module": "dist/commercetools-frontend-experimental-components.esm.js",
|
|
@@ -10,20 +10,21 @@
|
|
|
10
10
|
"README.md"
|
|
11
11
|
],
|
|
12
12
|
"dependencies": {
|
|
13
|
+
"@babel/core": "^7.21.0",
|
|
13
14
|
"@babel/runtime": "^7.21.0",
|
|
14
15
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
15
|
-
"@commercetools-frontend/actions-global": "21.
|
|
16
|
-
"@commercetools-frontend/application-components": "21.
|
|
17
|
-
"@commercetools-frontend/application-shell": "21.
|
|
18
|
-
"@commercetools-frontend/application-shell-connectors": "21.
|
|
19
|
-
"@commercetools-frontend/constants": "21.
|
|
20
|
-
"@commercetools-frontend/l10n": "21.
|
|
21
|
-
"@commercetools-frontend/sdk": "21.
|
|
22
|
-
"@commercetools-frontend/sentry": "21.
|
|
23
|
-
"@commercetools-frontend/ui-kit": "15.
|
|
24
|
-
"@commercetools-uikit/design-system": "15.
|
|
25
|
-
"@commercetools-uikit/select-utils": "15.
|
|
26
|
-
"@commercetools-uikit/utils": "15.
|
|
16
|
+
"@commercetools-frontend/actions-global": "21.24.3",
|
|
17
|
+
"@commercetools-frontend/application-components": "21.24.3",
|
|
18
|
+
"@commercetools-frontend/application-shell": "21.24.3",
|
|
19
|
+
"@commercetools-frontend/application-shell-connectors": "21.24.3",
|
|
20
|
+
"@commercetools-frontend/constants": "21.24.3",
|
|
21
|
+
"@commercetools-frontend/l10n": "21.24.3",
|
|
22
|
+
"@commercetools-frontend/sdk": "21.24.3",
|
|
23
|
+
"@commercetools-frontend/sentry": "21.24.3",
|
|
24
|
+
"@commercetools-frontend/ui-kit": "15.14.3",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.14.3",
|
|
26
|
+
"@commercetools-uikit/select-utils": "15.14.3",
|
|
27
|
+
"@commercetools-uikit/utils": "15.14.3",
|
|
27
28
|
"@emotion/react": "11.10.6",
|
|
28
29
|
"classnames": "2.3.2",
|
|
29
30
|
"cleave.js": "1.5.10",
|
|
@@ -32,29 +33,10 @@
|
|
|
32
33
|
"fast-equals": "4.0.3",
|
|
33
34
|
"formik": "2.2.9",
|
|
34
35
|
"hoist-non-react-statics": "3.3.2",
|
|
35
|
-
"lodash
|
|
36
|
-
"lodash.compact": "3.0.1",
|
|
37
|
-
"lodash.flatmap": "4.5.0",
|
|
38
|
-
"lodash.flatten": "4.4.0",
|
|
39
|
-
"lodash.flowright": "3.5.0",
|
|
40
|
-
"lodash.get": "4.4.2",
|
|
41
|
-
"lodash.has": "4.5.2",
|
|
42
|
-
"lodash.isempty": "4.4.0",
|
|
43
|
-
"lodash.isfinite": "3.3.2",
|
|
44
|
-
"lodash.isnil": "4.0.0",
|
|
45
|
-
"lodash.isundefined": "3.0.1",
|
|
46
|
-
"lodash.keyby": "4.6.0",
|
|
47
|
-
"lodash.merge": "4.6.2",
|
|
48
|
-
"lodash.omit": "4.5.0",
|
|
49
|
-
"lodash.omitby": "4.6.0",
|
|
50
|
-
"lodash.pick": "4.4.0",
|
|
51
|
-
"lodash.set": "4.3.2",
|
|
52
|
-
"lodash.sortby": "4.7.0",
|
|
53
|
-
"lodash.times": "4.3.2",
|
|
54
|
-
"lodash.uniqby": "4.7.0",
|
|
36
|
+
"lodash": "4.17.21",
|
|
55
37
|
"memoize-one": "6.0.0",
|
|
56
38
|
"moment": "2.29.4",
|
|
57
|
-
"moment-timezone": "0.5.
|
|
39
|
+
"moment-timezone": "0.5.42",
|
|
58
40
|
"msw": "^1.1.0",
|
|
59
41
|
"omit-deep": "0.3.0",
|
|
60
42
|
"omit-empty-es": "1.1.3",
|
|
@@ -64,7 +46,7 @@
|
|
|
64
46
|
"react-redux": "7.2.9",
|
|
65
47
|
"react-required-if": "1.0.3",
|
|
66
48
|
"react-router-dom": "5.3.4",
|
|
67
|
-
"react-textarea-autosize": "8.4.
|
|
49
|
+
"react-textarea-autosize": "8.4.1",
|
|
68
50
|
"reselect": "4.1.7",
|
|
69
51
|
"tiny-invariant": "1.3.1",
|
|
70
52
|
"tiny-warning": "1.0.3",
|
|
@@ -72,8 +54,7 @@
|
|
|
72
54
|
},
|
|
73
55
|
"devDependencies": {
|
|
74
56
|
"@apollo/client": "3.7.10",
|
|
75
|
-
"@
|
|
76
|
-
"@commercetools-local/test-utils": "workspace:*",
|
|
57
|
+
"@babel/core": "^7.21.0",
|
|
77
58
|
"@commercetools-test-data/channel": "4.11.1",
|
|
78
59
|
"@commercetools-test-data/commons": "4.11.1",
|
|
79
60
|
"@commercetools-test-data/core": "4.11.1",
|
|
@@ -82,7 +63,7 @@
|
|
|
82
63
|
"enzyme": "3.11.0",
|
|
83
64
|
"graphql": "16.6.0",
|
|
84
65
|
"graphql-tag": "2.12.6",
|
|
85
|
-
"msw": "1.1
|
|
66
|
+
"msw": "1.2.1",
|
|
86
67
|
"react": "17.0.2",
|
|
87
68
|
"react-dom": "17.0.2",
|
|
88
69
|
"react-intl": "5.25.1",
|
|
@@ -91,7 +72,9 @@
|
|
|
91
72
|
"react-test-renderer": "17.0.2",
|
|
92
73
|
"redux": "4.2.1",
|
|
93
74
|
"typescript": "4.9.5",
|
|
94
|
-
"xhr-mock": "2.5.1"
|
|
75
|
+
"xhr-mock": "2.5.1",
|
|
76
|
+
"@commercetools-local/test-data": "1.0.8",
|
|
77
|
+
"@commercetools-local/test-utils": "1.0.2"
|
|
95
78
|
},
|
|
96
79
|
"peerDependencies": {
|
|
97
80
|
"@apollo/client": "3.x",
|
|
@@ -101,4 +84,4 @@
|
|
|
101
84
|
"publishConfig": {
|
|
102
85
|
"access": "public"
|
|
103
86
|
}
|
|
104
|
-
}
|
|
87
|
+
}
|