@commercetools-frontend/experimental-components 5.4.1 → 5.4.3
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 +293 -158
- package/dist/commercetools-frontend-experimental-components.cjs.prod.js +293 -158
- package/dist/commercetools-frontend-experimental-components.esm.js +294 -160
- package/dist/styles.css +67 -67
- package/package.json +16 -15
package/dist/styles.css
CHANGED
|
@@ -1,55 +1,3 @@
|
|
|
1
|
-
/* imported from label-range.module.css */
|
|
2
|
-
|
|
3
|
-
.label-range-module__label___3Tb0p {
|
|
4
|
-
font-size: 0.9rem;
|
|
5
|
-
font-weight: bold;
|
|
6
|
-
}
|
|
7
|
-
/* imported from multi-value-search-input.module.css */
|
|
8
|
-
|
|
9
|
-
.multi-value-search-input-module__container___2u64d {
|
|
10
|
-
position: relative;
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.multi-value-search-input-module__searchInput___363nj input {
|
|
14
|
-
border-color: var(--border-color-for-input);
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.multi-value-search-input-module__searchInput___363nj input::placeholder {
|
|
18
|
-
color: var(--font-color-for-input-when-disabled);
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.multi-value-search-input-module__submittingTip___2339U {
|
|
22
|
-
margin-top: var(--spacing-xs);
|
|
23
|
-
background: var(--background-color-for-input);
|
|
24
|
-
border: solid 1px var(--border-color-for-input-when-focused);
|
|
25
|
-
border-radius: var(--border-radius-for-input);
|
|
26
|
-
position: relative;
|
|
27
|
-
cursor: default;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.multi-value-search-input-module__submitting-tip-single___1LcNy {
|
|
31
|
-
padding: var(--spacing-s);
|
|
32
|
-
color: var(--font-color-for-input-when-disabled);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.multi-value-search-input-module__submitting-tip-content___IyuVb {
|
|
36
|
-
padding: var(--spacing-s);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.multi-value-search-input-module__submitting-tip-content-separate___3Y_CI {
|
|
40
|
-
padding-top: var(--spacing-s);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.multi-value-search-input-module__submitting-tip-content-hoverable___2TK6S:hover {
|
|
44
|
-
background-color: var(--color-neutral-95);
|
|
45
|
-
border-radius: var(--border-radius-for-input);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.multi-value-search-input-module__submitting-tip-content-separate-hoverable___3VUnV:hover {
|
|
49
|
-
background-color: var(--color-neutral-95);
|
|
50
|
-
border-bottom-left-radius: var(--border-radius-for-input);
|
|
51
|
-
border-bottom-right-radius: var(--border-radius-for-input);
|
|
52
|
-
}
|
|
53
1
|
/* imported from search-input.module.css */
|
|
54
2
|
|
|
55
3
|
.search-input-module__block___1uM-y {
|
|
@@ -177,6 +125,58 @@
|
|
|
177
125
|
.validated-input-module__container___3L2KB {
|
|
178
126
|
display: inline;
|
|
179
127
|
}
|
|
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
180
|
/* imported from numeric-format-input.module.css */
|
|
181
181
|
|
|
182
182
|
.numeric-format-input-module__invalid___3LcyE {
|
|
@@ -500,6 +500,21 @@
|
|
|
500
500
|
width: 1px;
|
|
501
501
|
height: 1px;
|
|
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 {
|
|
@@ -527,21 +542,6 @@
|
|
|
527
542
|
.divider-module__divider-dashed___2Em8A {
|
|
528
543
|
border-style: dashed;
|
|
529
544
|
}
|
|
530
|
-
/* imported from reference-search.module.css */
|
|
531
|
-
|
|
532
|
-
.reference-search-module__container___3-iK3 {
|
|
533
|
-
width: 100%;
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
.reference-search-module__container___3-iK3 > div {
|
|
537
|
-
width: 100%;
|
|
538
|
-
}
|
|
539
|
-
|
|
540
|
-
.reference-search-module__missing-label___az9AO {
|
|
541
|
-
color: var(--color-warning);
|
|
542
|
-
font-size: 0.9rem;
|
|
543
|
-
margin-left: var(--spacing-xs);
|
|
544
|
-
}
|
|
545
545
|
/* imported from custom-money-input.module.css */
|
|
546
546
|
|
|
547
547
|
.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.3",
|
|
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.9.1",
|
|
17
|
+
"@commercetools-frontend/application-components": "^22.9.1",
|
|
18
|
+
"@commercetools-frontend/application-shell": "^22.9.1",
|
|
19
|
+
"@commercetools-frontend/application-shell-connectors": "^22.9.1",
|
|
20
|
+
"@commercetools-frontend/constants": "^22.9.1",
|
|
21
|
+
"@commercetools-frontend/l10n": "^22.9.1",
|
|
22
|
+
"@commercetools-frontend/sdk": "^22.9.1",
|
|
23
|
+
"@commercetools-frontend/sentry": "^22.9.1",
|
|
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",
|
|
@@ -44,13 +44,14 @@
|
|
|
44
44
|
"reselect": "4.1.8",
|
|
45
45
|
"tiny-invariant": "1.3.1",
|
|
46
46
|
"tiny-warning": "1.0.3",
|
|
47
|
-
"uuid": "9.0.1"
|
|
47
|
+
"uuid": "9.0.1",
|
|
48
|
+
"react-beautiful-dnd": "13.1.1"
|
|
48
49
|
},
|
|
49
50
|
"devDependencies": {
|
|
50
51
|
"@apollo/client": "^3.7.10",
|
|
51
|
-
"@commercetools-test-data/channel": "^
|
|
52
|
-
"@commercetools-test-data/commons": "^
|
|
53
|
-
"@commercetools-test-data/core": "^
|
|
52
|
+
"@commercetools-test-data/channel": "^6.0.0",
|
|
53
|
+
"@commercetools-test-data/commons": "^6.0.0",
|
|
54
|
+
"@commercetools-test-data/core": "^6.0.0",
|
|
54
55
|
"@testing-library/react": "^12.1.5",
|
|
55
56
|
"@testing-library/react-hooks": "^8.0.1",
|
|
56
57
|
"enzyme": "^3.11.0",
|
|
@@ -67,8 +68,8 @@
|
|
|
67
68
|
"redux": "^4.2.1",
|
|
68
69
|
"typescript": "5.2.2",
|
|
69
70
|
"xhr-mock": "^2.5.1",
|
|
70
|
-
"@commercetools-local/test-data": "1.2.
|
|
71
|
-
"@commercetools-local/test-utils": "1.2.
|
|
71
|
+
"@commercetools-local/test-data": "1.2.4",
|
|
72
|
+
"@commercetools-local/test-utils": "1.2.4"
|
|
72
73
|
},
|
|
73
74
|
"peerDependencies": {
|
|
74
75
|
"@apollo/client": "3.x",
|