@commercetools-frontend/experimental-components 5.4.4 → 5.4.5
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 +457 -603
- package/dist/commercetools-frontend-experimental-components.cjs.prod.js +455 -601
- package/dist/commercetools-frontend-experimental-components.esm.js +455 -601
- package/dist/styles.css +24 -24
- package/package.json +12 -12
package/dist/styles.css
CHANGED
|
@@ -50,17 +50,16 @@
|
|
|
50
50
|
border-bottom-left-radius: var(--border-radius-for-input);
|
|
51
51
|
border-bottom-right-radius: var(--border-radius-for-input);
|
|
52
52
|
}
|
|
53
|
-
/* imported from
|
|
53
|
+
/* imported from validated-input.module.css */
|
|
54
54
|
|
|
55
|
-
.
|
|
55
|
+
.validated-input-module__invalid___380EL {
|
|
56
56
|
/* this needs !important because react-select has a :focus style that
|
|
57
57
|
stops the border colour being set unless the element is blurred */
|
|
58
58
|
border-color: var(--color-error) !important;
|
|
59
|
-
border: 1px solid;
|
|
60
59
|
}
|
|
61
60
|
|
|
62
|
-
.
|
|
63
|
-
|
|
61
|
+
.validated-input-module__container___3L2KB {
|
|
62
|
+
display: inline;
|
|
64
63
|
}
|
|
65
64
|
/* imported from throttled-field.module.css */
|
|
66
65
|
|
|
@@ -134,16 +133,17 @@
|
|
|
134
133
|
border-bottom-left-radius: 0;
|
|
135
134
|
margin-left: 0;
|
|
136
135
|
}
|
|
137
|
-
/* imported from
|
|
136
|
+
/* imported from numeric-format-input.module.css */
|
|
138
137
|
|
|
139
|
-
.
|
|
138
|
+
.numeric-format-input-module__invalid___3LcyE {
|
|
140
139
|
/* this needs !important because react-select has a :focus style that
|
|
141
140
|
stops the border colour being set unless the element is blurred */
|
|
142
141
|
border-color: var(--color-error) !important;
|
|
142
|
+
border: 1px solid;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
-
.
|
|
146
|
-
|
|
145
|
+
.numeric-format-input-module__disabled___hb6h4 {
|
|
146
|
+
cursor: not-allowed;
|
|
147
147
|
}
|
|
148
148
|
/* imported from search-input.module.css */
|
|
149
149
|
|
|
@@ -500,6 +500,21 @@
|
|
|
500
500
|
.button-module__add-button___1f093 {
|
|
501
501
|
min-height: 32px;
|
|
502
502
|
}
|
|
503
|
+
/* imported from reference-search.module.css */
|
|
504
|
+
|
|
505
|
+
.reference-search-module__container___3-iK3 {
|
|
506
|
+
width: 100%;
|
|
507
|
+
}
|
|
508
|
+
|
|
509
|
+
.reference-search-module__container___3-iK3 > div {
|
|
510
|
+
width: 100%;
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
.reference-search-module__missing-label___az9AO {
|
|
514
|
+
color: var(--color-warning);
|
|
515
|
+
font-size: 0.9rem;
|
|
516
|
+
margin-left: var(--spacing-xs);
|
|
517
|
+
}
|
|
503
518
|
/* imported from centered-loading-spinner.module.css */
|
|
504
519
|
|
|
505
520
|
.centered-loading-spinner-module__loading-container___3_9-h {
|
|
@@ -536,21 +551,6 @@
|
|
|
536
551
|
.divider-module__divider-dashed___2Em8A {
|
|
537
552
|
border-style: dashed;
|
|
538
553
|
}
|
|
539
|
-
/* imported from reference-search.module.css */
|
|
540
|
-
|
|
541
|
-
.reference-search-module__container___3-iK3 {
|
|
542
|
-
width: 100%;
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
.reference-search-module__container___3-iK3 > div {
|
|
546
|
-
width: 100%;
|
|
547
|
-
}
|
|
548
|
-
|
|
549
|
-
.reference-search-module__missing-label___az9AO {
|
|
550
|
-
color: var(--color-warning);
|
|
551
|
-
font-size: 0.9rem;
|
|
552
|
-
margin-left: var(--spacing-xs);
|
|
553
|
-
}
|
|
554
554
|
/* imported from custom-money-input.module.css */
|
|
555
555
|
|
|
556
556
|
.custom-money-input-module__container___1fdO2 {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/experimental-components",
|
|
3
|
-
"version": "5.4.
|
|
3
|
+
"version": "5.4.5",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/commercetools-frontend-experimental-components.cjs.js",
|
|
6
6
|
"module": "dist/commercetools-frontend-experimental-components.esm.js",
|
|
@@ -13,14 +13,14 @@
|
|
|
13
13
|
"@babel/core": "^7.22.11",
|
|
14
14
|
"@babel/runtime": "^7.21.0",
|
|
15
15
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
16
|
-
"@commercetools-frontend/actions-global": "^22.
|
|
17
|
-
"@commercetools-frontend/application-components": "^22.
|
|
18
|
-
"@commercetools-frontend/application-shell": "^22.
|
|
19
|
-
"@commercetools-frontend/application-shell-connectors": "^22.
|
|
20
|
-
"@commercetools-frontend/constants": "^22.
|
|
21
|
-
"@commercetools-frontend/l10n": "^22.
|
|
22
|
-
"@commercetools-frontend/sdk": "^22.
|
|
23
|
-
"@commercetools-frontend/sentry": "^22.
|
|
16
|
+
"@commercetools-frontend/actions-global": "^22.11.0",
|
|
17
|
+
"@commercetools-frontend/application-components": "^22.11.0",
|
|
18
|
+
"@commercetools-frontend/application-shell": "^22.11.0",
|
|
19
|
+
"@commercetools-frontend/application-shell-connectors": "^22.11.0",
|
|
20
|
+
"@commercetools-frontend/constants": "^22.11.0",
|
|
21
|
+
"@commercetools-frontend/l10n": "^22.11.0",
|
|
22
|
+
"@commercetools-frontend/sdk": "^22.11.0",
|
|
23
|
+
"@commercetools-frontend/sentry": "^22.11.0",
|
|
24
24
|
"@commercetools-frontend/ui-kit": "^16.7.5",
|
|
25
25
|
"@commercetools-uikit/design-system": "^16.7.5",
|
|
26
26
|
"@commercetools-uikit/select-utils": "^16.7.5",
|
|
@@ -31,7 +31,6 @@
|
|
|
31
31
|
"common-tags": "1.8.2",
|
|
32
32
|
"debounce-promise": "3.1.2",
|
|
33
33
|
"fast-equals": "4.0.3",
|
|
34
|
-
"formik": "2.4.5",
|
|
35
34
|
"hoist-non-react-statics": "3.3.2",
|
|
36
35
|
"lodash": "4.17.21",
|
|
37
36
|
"memoize-one": "6.0.0",
|
|
@@ -68,13 +67,14 @@
|
|
|
68
67
|
"redux": "^4.2.1",
|
|
69
68
|
"typescript": "5.2.2",
|
|
70
69
|
"xhr-mock": "^2.5.1",
|
|
71
|
-
"@commercetools-local/test-data": "1.2.
|
|
72
|
-
"@commercetools-local/test-utils": "1.2.
|
|
70
|
+
"@commercetools-local/test-data": "1.2.5",
|
|
71
|
+
"@commercetools-local/test-utils": "1.2.5"
|
|
73
72
|
},
|
|
74
73
|
"peerDependencies": {
|
|
75
74
|
"@apollo/client": "3.x",
|
|
76
75
|
"@testing-library/react": "12.x",
|
|
77
76
|
"@testing-library/react-hooks": "8.x",
|
|
77
|
+
"formik": "2.x.x",
|
|
78
78
|
"msw": "1.x.x",
|
|
79
79
|
"react": "17.x",
|
|
80
80
|
"react-dom": "17.x",
|