@commercetools-frontend/experimental-components 6.1.5 → 6.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/styles.css
CHANGED
|
@@ -24,6 +24,11 @@
|
|
|
24
24
|
margin-top: 2px;
|
|
25
25
|
position: absolute;
|
|
26
26
|
}
|
|
27
|
+
/* imported from store-select-input.module.css */
|
|
28
|
+
|
|
29
|
+
.store-select-input-module__customOption___2SC00 {
|
|
30
|
+
margin-top: 10px;
|
|
31
|
+
}
|
|
27
32
|
/* imported from validated-input.module.css */
|
|
28
33
|
|
|
29
34
|
.validated-input-module__invalid___380EL {
|
|
@@ -41,18 +46,6 @@
|
|
|
41
46
|
font-size: 0.9rem;
|
|
42
47
|
font-weight: bold;
|
|
43
48
|
}
|
|
44
|
-
/* imported from numeric-format-input.module.css */
|
|
45
|
-
|
|
46
|
-
.numeric-format-input-module__invalid___3LcyE {
|
|
47
|
-
/* this needs !important because react-select has a :focus style that
|
|
48
|
-
stops the border colour being set unless the element is blurred */
|
|
49
|
-
border-color: var(--color-error) !important;
|
|
50
|
-
border: 1px solid;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.numeric-format-input-module__disabled___hb6h4 {
|
|
54
|
-
cursor: not-allowed;
|
|
55
|
-
}
|
|
56
49
|
/* imported from multi-value-search-input.module.css */
|
|
57
50
|
|
|
58
51
|
.multi-value-search-input-module__container___2u64d {
|
|
@@ -99,6 +92,18 @@
|
|
|
99
92
|
border-bottom-left-radius: var(--border-radius-for-input);
|
|
100
93
|
border-bottom-right-radius: var(--border-radius-for-input);
|
|
101
94
|
}
|
|
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
|
+
}
|
|
102
107
|
/* imported from search-input.module.css */
|
|
103
108
|
|
|
104
109
|
.search-input-module__block___1uM-y {
|
|
@@ -584,14 +589,9 @@
|
|
|
584
589
|
.set-buttons-module__gap___38Qr0 {
|
|
585
590
|
padding: 20px;
|
|
586
591
|
}
|
|
587
|
-
/* imported from platform-limits-
|
|
588
|
-
|
|
589
|
-
.platform-limits-customers-status-module__status___3rXYM {
|
|
590
|
-
min-width: max-content;
|
|
591
|
-
}
|
|
592
|
-
/* imported from platform-limits-customers-combined.module.css */
|
|
592
|
+
/* imported from platform-limits-customer-groups-combined.module.css */
|
|
593
593
|
|
|
594
|
-
.platform-limits-
|
|
594
|
+
.platform-limits-customer-groups-combined-module__combined___WjRoI {
|
|
595
595
|
margin-bottom: var(--spacing-s);
|
|
596
596
|
}
|
|
597
597
|
/* imported from platform-limits-customer-groups-status.module.css */
|
|
@@ -599,8 +599,13 @@
|
|
|
599
599
|
.platform-limits-customer-groups-status-module__status___6099G {
|
|
600
600
|
min-width: max-content;
|
|
601
601
|
}
|
|
602
|
-
/* imported from platform-limits-
|
|
602
|
+
/* imported from platform-limits-customers-status.module.css */
|
|
603
603
|
|
|
604
|
-
.platform-limits-
|
|
604
|
+
.platform-limits-customers-status-module__status___3rXYM {
|
|
605
|
+
min-width: max-content;
|
|
606
|
+
}
|
|
607
|
+
/* imported from platform-limits-customers-combined.module.css */
|
|
608
|
+
|
|
609
|
+
.platform-limits-customers-combined-module__combined___OszDd {
|
|
605
610
|
margin-bottom: var(--spacing-s);
|
|
606
611
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/experimental-components",
|
|
3
|
-
"version": "6.1
|
|
3
|
+
"version": "6.2.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,19 +18,19 @@
|
|
|
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.
|
|
33
|
-
"@emotion/react": "
|
|
21
|
+
"@commercetools-frontend/actions-global": "npm:@commercetools-frontend/actions-global@^22.32.2",
|
|
22
|
+
"@commercetools-frontend/application-components": "npm:@commercetools-frontend/application-components@^22.32.2",
|
|
23
|
+
"@commercetools-frontend/application-shell": "npm:@commercetools-frontend/application-shell@^22.32.2",
|
|
24
|
+
"@commercetools-frontend/application-shell-connectors": "npm:@commercetools-frontend/application-shell-connectors@^22.32.2",
|
|
25
|
+
"@commercetools-frontend/constants": "npm:@commercetools-frontend/constants@^22.32.2",
|
|
26
|
+
"@commercetools-frontend/l10n": "npm:@commercetools-frontend/l10n@^22.32.2",
|
|
27
|
+
"@commercetools-frontend/sdk": "npm:@commercetools-frontend/sdk@^22.32.2",
|
|
28
|
+
"@commercetools-frontend/sentry": "npm:@commercetools-frontend/sentry@^22.32.2",
|
|
29
|
+
"@commercetools-frontend/ui-kit": "npm:@commercetools-frontend/ui-kit@^19.11.0",
|
|
30
|
+
"@commercetools-uikit/design-system": "npm:@commercetools-uikit/design-system@^19.11.0",
|
|
31
|
+
"@commercetools-uikit/select-utils": "npm:@commercetools-uikit/select-utils@^19.11.0",
|
|
32
|
+
"@commercetools-uikit/utils": "npm:@commercetools-uikit/utils@^19.11.0",
|
|
33
|
+
"@emotion/react": "11.13.3",
|
|
34
34
|
"classnames": "2.5.1",
|
|
35
35
|
"cleave.js": "1.5.10",
|
|
36
36
|
"common-tags": "1.8.2",
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@apollo/client": "3.7.10",
|
|
56
|
-
"@commercetools-test-data/channel": "
|
|
57
|
-
"@commercetools-test-data/commons": "
|
|
58
|
-
"@commercetools-test-data/core": "
|
|
59
|
-
"@commercetools-test-data/product-selection": "
|
|
60
|
-
"@commercetools-test-data/store": "
|
|
56
|
+
"@commercetools-test-data/channel": "10.7.0",
|
|
57
|
+
"@commercetools-test-data/commons": "10.7.0",
|
|
58
|
+
"@commercetools-test-data/core": "10.7.0",
|
|
59
|
+
"@commercetools-test-data/product-selection": "10.7.0",
|
|
60
|
+
"@commercetools-test-data/store": "10.7.0",
|
|
61
61
|
"@testing-library/react": "12.1.5",
|
|
62
62
|
"@testing-library/react-hooks": "8.0.1",
|
|
63
63
|
"formik": "2.4.6",
|