@commercetools-frontend/experimental-components 5.2.0 → 5.3.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 +220 -213
- package/dist/commercetools-frontend-experimental-components.cjs.prod.js +220 -213
- package/dist/commercetools-frontend-experimental-components.esm.js +220 -213
- package/dist/styles.css +72 -72
- package/package.json +17 -17
package/dist/styles.css
CHANGED
|
@@ -1,3 +1,67 @@
|
|
|
1
|
+
/* imported from multi-value-search-input.module.css */
|
|
2
|
+
|
|
3
|
+
.multi-value-search-input-module__container___2u64d {
|
|
4
|
+
position: relative;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.multi-value-search-input-module__searchInput___363nj input {
|
|
8
|
+
border-color: var(--border-color-for-input);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.multi-value-search-input-module__searchInput___363nj input::placeholder {
|
|
12
|
+
color: var(--font-color-for-input-when-disabled);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.multi-value-search-input-module__submittingTip___2339U {
|
|
16
|
+
margin-top: var(--spacing-xs);
|
|
17
|
+
background: var(--background-color-for-input);
|
|
18
|
+
border: solid 1px var(--border-color-for-input-when-focused);
|
|
19
|
+
border-radius: var(--border-radius-for-input);
|
|
20
|
+
position: relative;
|
|
21
|
+
cursor: default;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.multi-value-search-input-module__submitting-tip-single___1LcNy {
|
|
25
|
+
padding: var(--spacing-s);
|
|
26
|
+
color: var(--font-color-for-input-when-disabled);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.multi-value-search-input-module__submitting-tip-content___IyuVb {
|
|
30
|
+
padding: var(--spacing-s);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
.multi-value-search-input-module__submitting-tip-content-separate___3Y_CI {
|
|
34
|
+
padding-top: var(--spacing-s);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.multi-value-search-input-module__submitting-tip-content-hoverable___2TK6S:hover {
|
|
38
|
+
background-color: var(--color-neutral-95);
|
|
39
|
+
border-radius: var(--border-radius-for-input);
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.multi-value-search-input-module__submitting-tip-content-separate-hoverable___3VUnV:hover {
|
|
43
|
+
background-color: var(--color-neutral-95);
|
|
44
|
+
border-bottom-left-radius: var(--border-radius-for-input);
|
|
45
|
+
border-bottom-right-radius: var(--border-radius-for-input);
|
|
46
|
+
}
|
|
47
|
+
/* imported from label-range.module.css */
|
|
48
|
+
|
|
49
|
+
.label-range-module__label___3Tb0p {
|
|
50
|
+
font-size: 0.9rem;
|
|
51
|
+
font-weight: bold;
|
|
52
|
+
}
|
|
53
|
+
/* imported from numeric-format-input.module.css */
|
|
54
|
+
|
|
55
|
+
.numeric-format-input-module__invalid___3LcyE {
|
|
56
|
+
/* this needs !important because react-select has a :focus style that
|
|
57
|
+
stops the border colour being set unless the element is blurred */
|
|
58
|
+
border-color: var(--color-error) !important;
|
|
59
|
+
border: 1px solid;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.numeric-format-input-module__disabled___hb6h4 {
|
|
63
|
+
cursor: not-allowed;
|
|
64
|
+
}
|
|
1
65
|
/* imported from search-input.module.css */
|
|
2
66
|
|
|
3
67
|
.search-input-module__block___1uM-y {
|
|
@@ -125,70 +189,6 @@
|
|
|
125
189
|
.validated-input-module__container___3L2KB {
|
|
126
190
|
display: inline;
|
|
127
191
|
}
|
|
128
|
-
/* imported from label-range.module.css */
|
|
129
|
-
|
|
130
|
-
.label-range-module__label___3Tb0p {
|
|
131
|
-
font-size: 0.9rem;
|
|
132
|
-
font-weight: bold;
|
|
133
|
-
}
|
|
134
|
-
/* imported from multi-value-search-input.module.css */
|
|
135
|
-
|
|
136
|
-
.multi-value-search-input-module__container___2u64d {
|
|
137
|
-
position: relative;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.multi-value-search-input-module__searchInput___363nj input {
|
|
141
|
-
border-color: var(--border-color-for-input);
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
.multi-value-search-input-module__searchInput___363nj input::placeholder {
|
|
145
|
-
color: var(--font-color-for-input-when-disabled);
|
|
146
|
-
}
|
|
147
|
-
|
|
148
|
-
.multi-value-search-input-module__submittingTip___2339U {
|
|
149
|
-
margin-top: var(--spacing-xs);
|
|
150
|
-
background: var(--background-color-for-input);
|
|
151
|
-
border: solid 1px var(--border-color-for-input-when-focused);
|
|
152
|
-
border-radius: var(--border-radius-for-input);
|
|
153
|
-
position: relative;
|
|
154
|
-
cursor: default;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
.multi-value-search-input-module__submitting-tip-single___1LcNy {
|
|
158
|
-
padding: var(--spacing-s);
|
|
159
|
-
color: var(--font-color-for-input-when-disabled);
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
.multi-value-search-input-module__submitting-tip-content___IyuVb {
|
|
163
|
-
padding: var(--spacing-s);
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
.multi-value-search-input-module__submitting-tip-content-separate___3Y_CI {
|
|
167
|
-
padding-top: var(--spacing-s);
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
.multi-value-search-input-module__submitting-tip-content-hoverable___2TK6S:hover {
|
|
171
|
-
background-color: var(--color-neutral-95);
|
|
172
|
-
border-radius: var(--border-radius-for-input);
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.multi-value-search-input-module__submitting-tip-content-separate-hoverable___3VUnV:hover {
|
|
176
|
-
background-color: var(--color-neutral-95);
|
|
177
|
-
border-bottom-left-radius: var(--border-radius-for-input);
|
|
178
|
-
border-bottom-right-radius: var(--border-radius-for-input);
|
|
179
|
-
}
|
|
180
|
-
/* imported from numeric-format-input.module.css */
|
|
181
|
-
|
|
182
|
-
.numeric-format-input-module__invalid___3LcyE {
|
|
183
|
-
/* this needs !important because react-select has a :focus style that
|
|
184
|
-
stops the border colour being set unless the element is blurred */
|
|
185
|
-
border-color: var(--color-error) !important;
|
|
186
|
-
border: 1px solid;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
.numeric-format-input-module__disabled___hb6h4 {
|
|
190
|
-
cursor: not-allowed;
|
|
191
|
-
}
|
|
192
192
|
/* imported from throttled-field.module.css */
|
|
193
193
|
|
|
194
194
|
.throttled-field-module__size___324jx {
|
|
@@ -556,23 +556,23 @@
|
|
|
556
556
|
.set-buttons-module__gap___38Qr0 {
|
|
557
557
|
padding: 20px;
|
|
558
558
|
}
|
|
559
|
-
/* imported from platform-limits-
|
|
559
|
+
/* imported from platform-limits-customers-status.module.css */
|
|
560
560
|
|
|
561
|
-
.platform-limits-
|
|
561
|
+
.platform-limits-customers-status-module__status___3rXYM {
|
|
562
562
|
min-width: max-content;
|
|
563
563
|
}
|
|
564
|
-
/* imported from platform-limits-
|
|
564
|
+
/* imported from platform-limits-customers-combined.module.css */
|
|
565
565
|
|
|
566
|
-
.platform-limits-
|
|
566
|
+
.platform-limits-customers-combined-module__combined___OszDd {
|
|
567
567
|
margin-bottom: var(--spacing-s);
|
|
568
568
|
}
|
|
569
|
-
/* imported from platform-limits-
|
|
569
|
+
/* imported from platform-limits-customer-groups-status.module.css */
|
|
570
570
|
|
|
571
|
-
.platform-limits-
|
|
571
|
+
.platform-limits-customer-groups-status-module__status___6099G {
|
|
572
572
|
min-width: max-content;
|
|
573
573
|
}
|
|
574
|
-
/* imported from platform-limits-
|
|
574
|
+
/* imported from platform-limits-customer-groups-combined.module.css */
|
|
575
575
|
|
|
576
|
-
.platform-limits-
|
|
576
|
+
.platform-limits-customer-groups-combined-module__combined___WjRoI {
|
|
577
577
|
margin-bottom: var(--spacing-s);
|
|
578
578
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/experimental-components",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/commercetools-frontend-experimental-components.cjs.js",
|
|
6
6
|
"module": "dist/commercetools-frontend-experimental-components.esm.js",
|
|
@@ -10,28 +10,28 @@
|
|
|
10
10
|
"README.md"
|
|
11
11
|
],
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@babel/core": "^7.
|
|
13
|
+
"@babel/core": "^7.22.11",
|
|
14
14
|
"@babel/runtime-corejs3": "^7.21.0",
|
|
15
15
|
"@babel/runtime": "^7.21.0",
|
|
16
|
-
"@commercetools-frontend/actions-global": "^22.
|
|
17
|
-
"@commercetools-frontend/application-components": "^22.
|
|
18
|
-
"@commercetools-frontend/application-shell-connectors": "^22.
|
|
19
|
-
"@commercetools-frontend/application-shell": "^22.
|
|
20
|
-
"@commercetools-frontend/constants": "^22.
|
|
21
|
-
"@commercetools-frontend/l10n": "^22.
|
|
22
|
-
"@commercetools-frontend/sdk": "^22.
|
|
23
|
-
"@commercetools-frontend/sentry": "^22.
|
|
24
|
-
"@commercetools-frontend/ui-kit": "^16.
|
|
25
|
-
"@commercetools-uikit/design-system": "^16.
|
|
26
|
-
"@commercetools-uikit/select-utils": "^16.
|
|
27
|
-
"@commercetools-uikit/utils": "^16.
|
|
16
|
+
"@commercetools-frontend/actions-global": "^22.7.1",
|
|
17
|
+
"@commercetools-frontend/application-components": "^22.7.1",
|
|
18
|
+
"@commercetools-frontend/application-shell-connectors": "^22.7.1",
|
|
19
|
+
"@commercetools-frontend/application-shell": "^22.7.1",
|
|
20
|
+
"@commercetools-frontend/constants": "^22.7.1",
|
|
21
|
+
"@commercetools-frontend/l10n": "^22.7.1",
|
|
22
|
+
"@commercetools-frontend/sdk": "^22.7.1",
|
|
23
|
+
"@commercetools-frontend/sentry": "^22.7.1",
|
|
24
|
+
"@commercetools-frontend/ui-kit": "^16.7.2",
|
|
25
|
+
"@commercetools-uikit/design-system": "^16.7.2",
|
|
26
|
+
"@commercetools-uikit/select-utils": "^16.7.2",
|
|
27
|
+
"@commercetools-uikit/utils": "^16.7.2",
|
|
28
28
|
"@emotion/react": "^11.10.6",
|
|
29
29
|
"classnames": "2.3.2",
|
|
30
30
|
"cleave.js": "1.5.10",
|
|
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.
|
|
34
|
+
"formik": "2.4.3",
|
|
35
35
|
"hoist-non-react-statics": "3.3.2",
|
|
36
36
|
"lodash": "4.17.21",
|
|
37
37
|
"memoize-one": "6.0.0",
|
|
@@ -68,8 +68,8 @@
|
|
|
68
68
|
"redux": "^4.2.1",
|
|
69
69
|
"typescript": "^5.1.3",
|
|
70
70
|
"xhr-mock": "^2.5.1",
|
|
71
|
-
"@commercetools-local/test-data": "1.
|
|
72
|
-
"@commercetools-local/test-utils": "1.
|
|
71
|
+
"@commercetools-local/test-data": "1.2.0",
|
|
72
|
+
"@commercetools-local/test-utils": "1.2.0"
|
|
73
73
|
},
|
|
74
74
|
"peerDependencies": {
|
|
75
75
|
"@apollo/client": "3.x",
|