@commercetools-frontend/experimental-components 6.3.2 → 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 +345 -236
- package/dist/commercetools-frontend-experimental-components.cjs.prod.js +345 -236
- package/dist/commercetools-frontend-experimental-components.esm.js +345 -236
- package/dist/styles.css +38 -37
- package/package.json +23 -21
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
|
|
|
@@ -40,6 +40,24 @@
|
|
|
40
40
|
.validated-input-module__container___3L2KB {
|
|
41
41
|
display: inline;
|
|
42
42
|
}
|
|
43
|
+
/* imported from label-range.module.css */
|
|
44
|
+
|
|
45
|
+
.label-range-module__label___3Tb0p {
|
|
46
|
+
font-size: 0.9rem;
|
|
47
|
+
font-weight: bold;
|
|
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
|
+
}
|
|
43
61
|
/* imported from multi-value-search-input.module.css */
|
|
44
62
|
|
|
45
63
|
.multi-value-search-input-module__container___2u64d {
|
|
@@ -86,12 +104,6 @@
|
|
|
86
104
|
border-bottom-left-radius: var(--border-radius-for-input);
|
|
87
105
|
border-bottom-right-radius: var(--border-radius-for-input);
|
|
88
106
|
}
|
|
89
|
-
/* imported from label-range.module.css */
|
|
90
|
-
|
|
91
|
-
.label-range-module__label___3Tb0p {
|
|
92
|
-
font-size: 0.9rem;
|
|
93
|
-
font-weight: bold;
|
|
94
|
-
}
|
|
95
107
|
/* imported from search-input.module.css */
|
|
96
108
|
|
|
97
109
|
.search-input-module__block___1uM-y {
|
|
@@ -182,18 +194,6 @@
|
|
|
182
194
|
flex-shrink: 1;
|
|
183
195
|
margin-left: var(--spacing-s);
|
|
184
196
|
}
|
|
185
|
-
/* imported from numeric-format-input.module.css */
|
|
186
|
-
|
|
187
|
-
.numeric-format-input-module__invalid___3LcyE {
|
|
188
|
-
/* this needs !important because react-select has a :focus style that
|
|
189
|
-
stops the border colour being set unless the element is blurred */
|
|
190
|
-
border-color: var(--color-error) !important;
|
|
191
|
-
border: 1px solid;
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
.numeric-format-input-module__disabled___hb6h4 {
|
|
195
|
-
cursor: not-allowed;
|
|
196
|
-
}
|
|
197
197
|
/* imported from throttled-field.module.css */
|
|
198
198
|
|
|
199
199
|
.throttled-field-module__size___324jx {
|
|
@@ -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);
|
|
@@ -589,23 +590,23 @@
|
|
|
589
590
|
.set-buttons-module__gap___38Qr0 {
|
|
590
591
|
padding: 20px;
|
|
591
592
|
}
|
|
592
|
-
/* imported from platform-limits-
|
|
593
|
+
/* imported from platform-limits-customers-status.module.css */
|
|
593
594
|
|
|
594
|
-
.platform-limits-
|
|
595
|
+
.platform-limits-customers-status-module__status___3rXYM {
|
|
595
596
|
min-width: max-content;
|
|
596
597
|
}
|
|
597
|
-
/* imported from platform-limits-
|
|
598
|
+
/* imported from platform-limits-customers-combined.module.css */
|
|
598
599
|
|
|
599
|
-
.platform-limits-
|
|
600
|
+
.platform-limits-customers-combined-module__combined___OszDd {
|
|
600
601
|
margin-bottom: var(--spacing-s);
|
|
601
602
|
}
|
|
602
|
-
/* imported from platform-limits-
|
|
603
|
+
/* imported from platform-limits-customer-groups-status.module.css */
|
|
603
604
|
|
|
604
|
-
.platform-limits-
|
|
605
|
+
.platform-limits-customer-groups-status-module__status___6099G {
|
|
605
606
|
min-width: max-content;
|
|
606
607
|
}
|
|
607
|
-
/* imported from platform-limits-
|
|
608
|
+
/* imported from platform-limits-customer-groups-combined.module.css */
|
|
608
609
|
|
|
609
|
-
.platform-limits-
|
|
610
|
+
.platform-limits-customer-groups-combined-module__combined___WjRoI {
|
|
610
611
|
margin-bottom: var(--spacing-s);
|
|
611
612
|
}
|
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",
|
|
@@ -61,11 +60,11 @@
|
|
|
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",
|
|
@@ -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
|
}
|