@commercetools-frontend/experimental-components 6.3.1 → 6.4.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 +350 -235
- package/dist/commercetools-frontend-experimental-components.cjs.prod.js +350 -235
- package/dist/commercetools-frontend-experimental-components.esm.js +350 -235
- package/dist/styles.css +24 -23
- package/package.json +26 -24
package/dist/styles.css
CHANGED
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
/* imported from store-select-input.module.css */
|
|
28
28
|
|
|
29
29
|
.store-select-input-module__customOption___2SC00 {
|
|
30
|
-
|
|
30
|
+
margin-top: 10px;
|
|
31
31
|
}
|
|
32
32
|
/* imported from validated-input.module.css */
|
|
33
33
|
|
|
@@ -46,6 +46,18 @@
|
|
|
46
46
|
font-size: 0.9rem;
|
|
47
47
|
font-weight: bold;
|
|
48
48
|
}
|
|
49
|
+
/* imported from numeric-format-input.module.css */
|
|
50
|
+
|
|
51
|
+
.numeric-format-input-module__invalid___3LcyE {
|
|
52
|
+
/* this needs !important because react-select has a :focus style that
|
|
53
|
+
stops the border colour being set unless the element is blurred */
|
|
54
|
+
border-color: var(--color-error) !important;
|
|
55
|
+
border: 1px solid;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.numeric-format-input-module__disabled___hb6h4 {
|
|
59
|
+
cursor: not-allowed;
|
|
60
|
+
}
|
|
49
61
|
/* imported from multi-value-search-input.module.css */
|
|
50
62
|
|
|
51
63
|
.multi-value-search-input-module__container___2u64d {
|
|
@@ -92,18 +104,6 @@
|
|
|
92
104
|
border-bottom-left-radius: var(--border-radius-for-input);
|
|
93
105
|
border-bottom-right-radius: var(--border-radius-for-input);
|
|
94
106
|
}
|
|
95
|
-
/* imported from numeric-format-input.module.css */
|
|
96
|
-
|
|
97
|
-
.numeric-format-input-module__invalid___3LcyE {
|
|
98
|
-
/* this needs !important because react-select has a :focus style that
|
|
99
|
-
stops the border colour being set unless the element is blurred */
|
|
100
|
-
border-color: var(--color-error) !important;
|
|
101
|
-
border: 1px solid;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
.numeric-format-input-module__disabled___hb6h4 {
|
|
105
|
-
cursor: not-allowed;
|
|
106
|
-
}
|
|
107
107
|
/* imported from search-input.module.css */
|
|
108
108
|
|
|
109
109
|
.search-input-module__block___1uM-y {
|
|
@@ -564,23 +564,24 @@
|
|
|
564
564
|
/* imported from stores-search-selector.module.css */
|
|
565
565
|
|
|
566
566
|
.stores-search-selector-module__renderLabelContainer___3_PBc {
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
567
|
+
display: flex;
|
|
568
|
+
flex-direction: column;
|
|
569
|
+
justify-content: space-between;
|
|
570
570
|
}
|
|
571
571
|
|
|
572
572
|
.stores-search-selector-module__customLabel___1Xse8 > div {
|
|
573
|
-
|
|
574
|
-
|
|
573
|
+
border-bottom: 1px solid var(--color-neutral-90) !important;
|
|
574
|
+
padding-bottom: 4px;
|
|
575
575
|
}
|
|
576
576
|
|
|
577
|
-
.stores-search-selector-module__renderLabelContainer___3_PBc div:nth-of-type(2){
|
|
578
|
-
|
|
577
|
+
.stores-search-selector-module__renderLabelContainer___3_PBc div:nth-of-type(2) {
|
|
578
|
+
margin-top: 25px;
|
|
579
579
|
}
|
|
580
580
|
|
|
581
|
-
.stores-search-selector-module__renderLabelContainer___3_PBc div:nth-of-type(1){
|
|
582
|
-
|
|
583
|
-
}
|
|
581
|
+
.stores-search-selector-module__renderLabelContainer___3_PBc div:nth-of-type(1) {
|
|
582
|
+
margin-top: -4px;
|
|
583
|
+
}
|
|
584
|
+
/* imported from set-buttons.module.css */
|
|
584
585
|
|
|
585
586
|
.set-buttons-module__topAlign___3AZwc {
|
|
586
587
|
padding-top: var(--spacing-xs);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/experimental-components",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.4.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -24,20 +24,19 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@babel/core": "^7.22.11",
|
|
27
|
-
"@babel/runtime": "^7.21.0",
|
|
28
27
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
29
|
-
"@commercetools-frontend/actions-global": "npm:@commercetools-frontend/actions-global@^22.
|
|
30
|
-
"@commercetools-frontend/application-components": "npm:@commercetools-frontend/application-components@^22.
|
|
31
|
-
"@commercetools-frontend/application-shell": "npm:@commercetools-frontend/application-shell@^22.
|
|
32
|
-
"@commercetools-frontend/application-shell-connectors": "npm:@commercetools-frontend/application-shell-connectors@^22.
|
|
33
|
-
"@commercetools-frontend/constants": "npm:@commercetools-frontend/constants@^22.
|
|
34
|
-
"@commercetools-frontend/l10n": "npm:@commercetools-frontend/l10n@^22.
|
|
35
|
-
"@commercetools-frontend/sdk": "npm:@commercetools-frontend/sdk@^22.
|
|
36
|
-
"@commercetools-frontend/sentry": "npm:@commercetools-frontend/sentry@^22.
|
|
37
|
-
"@commercetools-frontend/ui-kit": "npm:@commercetools-frontend/ui-kit@^19.
|
|
38
|
-
"@commercetools-uikit/design-system": "npm:@commercetools-uikit/design-system@^19.
|
|
39
|
-
"@commercetools-uikit/select-utils": "npm:@commercetools-uikit/select-utils@^19.
|
|
40
|
-
"@commercetools-uikit/utils": "npm:@commercetools-uikit/utils@^19.
|
|
28
|
+
"@commercetools-frontend/actions-global": "npm:@commercetools-frontend/actions-global@^22.37.0",
|
|
29
|
+
"@commercetools-frontend/application-components": "npm:@commercetools-frontend/application-components@^22.37.0",
|
|
30
|
+
"@commercetools-frontend/application-shell": "npm:@commercetools-frontend/application-shell@^22.37.0",
|
|
31
|
+
"@commercetools-frontend/application-shell-connectors": "npm:@commercetools-frontend/application-shell-connectors@^22.37.0",
|
|
32
|
+
"@commercetools-frontend/constants": "npm:@commercetools-frontend/constants@^22.37.0",
|
|
33
|
+
"@commercetools-frontend/l10n": "npm:@commercetools-frontend/l10n@^22.37.0",
|
|
34
|
+
"@commercetools-frontend/sdk": "npm:@commercetools-frontend/sdk@^22.37.0",
|
|
35
|
+
"@commercetools-frontend/sentry": "npm:@commercetools-frontend/sentry@^22.37.0",
|
|
36
|
+
"@commercetools-frontend/ui-kit": "npm:@commercetools-frontend/ui-kit@^19.22.0",
|
|
37
|
+
"@commercetools-uikit/design-system": "npm:@commercetools-uikit/design-system@^19.22.0",
|
|
38
|
+
"@commercetools-uikit/select-utils": "npm:@commercetools-uikit/select-utils@^19.22.0",
|
|
39
|
+
"@commercetools-uikit/utils": "npm:@commercetools-uikit/utils@^19.22.0",
|
|
41
40
|
"@emotion/react": "11.13.3",
|
|
42
41
|
"classnames": "2.5.1",
|
|
43
42
|
"cleave.js": "1.5.10",
|
|
@@ -48,12 +47,12 @@
|
|
|
48
47
|
"lodash": "4.17.21",
|
|
49
48
|
"memoize-one": "6.0.0",
|
|
50
49
|
"moment": "2.30.1",
|
|
51
|
-
"moment-timezone": "0.5.
|
|
50
|
+
"moment-timezone": "0.5.46",
|
|
52
51
|
"omit-deep": "0.3.0",
|
|
53
52
|
"omit-empty-es": "1.2.0",
|
|
54
53
|
"prop-types": "15.8.1",
|
|
55
54
|
"react-beautiful-dnd": "13.1.1",
|
|
56
|
-
"react-textarea-autosize": "8.5.
|
|
55
|
+
"react-textarea-autosize": "8.5.4",
|
|
57
56
|
"reselect": "4.1.8",
|
|
58
57
|
"tiny-invariant": "1.3.3",
|
|
59
58
|
"tiny-warning": "1.0.3",
|
|
@@ -61,17 +60,17 @@
|
|
|
61
60
|
},
|
|
62
61
|
"devDependencies": {
|
|
63
62
|
"@apollo/client": "3.7.10",
|
|
64
|
-
"@commercetools-test-data/channel": "10.
|
|
65
|
-
"@commercetools-test-data/commons": "10.
|
|
66
|
-
"@commercetools-test-data/core": "10.
|
|
67
|
-
"@commercetools-test-data/product-selection": "10.
|
|
68
|
-
"@commercetools-test-data/store": "10.
|
|
63
|
+
"@commercetools-test-data/channel": "10.11.2",
|
|
64
|
+
"@commercetools-test-data/commons": "10.11.2",
|
|
65
|
+
"@commercetools-test-data/core": "10.11.2",
|
|
66
|
+
"@commercetools-test-data/product-selection": "10.11.2",
|
|
67
|
+
"@commercetools-test-data/store": "10.11.2",
|
|
69
68
|
"@testing-library/react": "12.1.5",
|
|
70
69
|
"@testing-library/react-hooks": "8.0.1",
|
|
71
70
|
"formik": "2.4.6",
|
|
72
71
|
"graphql": "16.9.0",
|
|
73
72
|
"graphql-tag": "2.12.6",
|
|
74
|
-
"msw": "1.3.
|
|
73
|
+
"msw": "1.3.5",
|
|
75
74
|
"react": "17.0.2",
|
|
76
75
|
"react-dom": "17.0.2",
|
|
77
76
|
"react-intl": "6.6.8",
|
|
@@ -81,8 +80,8 @@
|
|
|
81
80
|
"react-test-renderer": "17.0.2",
|
|
82
81
|
"redux": "4.2.1",
|
|
83
82
|
"typescript": "5.2.2",
|
|
84
|
-
"@commercetools-local/test-data": "1.2.
|
|
85
|
-
"@commercetools-local/test-utils": "1.2.
|
|
83
|
+
"@commercetools-local/test-data": "1.2.15",
|
|
84
|
+
"@commercetools-local/test-utils": "1.2.16"
|
|
86
85
|
},
|
|
87
86
|
"peerDependencies": {
|
|
88
87
|
"@apollo/client": "3.x",
|
|
@@ -100,5 +99,8 @@
|
|
|
100
99
|
},
|
|
101
100
|
"publishConfig": {
|
|
102
101
|
"access": "public"
|
|
102
|
+
},
|
|
103
|
+
"scripts": {
|
|
104
|
+
"typecheck": "tsc --noEmit"
|
|
103
105
|
}
|
|
104
106
|
}
|