@commercetools-frontend/experimental-components 6.0.2 → 6.1.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 +911 -757
- package/dist/commercetools-frontend-experimental-components.cjs.prod.js +908 -754
- package/dist/commercetools-frontend-experimental-components.esm.js +905 -756
- package/dist/styles.css +41 -41
- package/package.json +17 -17
package/dist/styles.css
CHANGED
|
@@ -261,6 +261,42 @@
|
|
|
261
261
|
border-bottom-left-radius: 0;
|
|
262
262
|
margin-left: 0;
|
|
263
263
|
}
|
|
264
|
+
/* imported from file-input.module.css */
|
|
265
|
+
|
|
266
|
+
/** Button */
|
|
267
|
+
|
|
268
|
+
.file-input-module__button___2KypN {
|
|
269
|
+
display: inline-flex;
|
|
270
|
+
background-color: var(--color-surface);
|
|
271
|
+
border: 1px solid var(--color-neutral);
|
|
272
|
+
box-shadow: none;
|
|
273
|
+
border-radius: var(--border-radius-4);
|
|
274
|
+
color: var(--color-solid);
|
|
275
|
+
height: var(--height-for-button-as-big);
|
|
276
|
+
font-size: var(--font-size-20);
|
|
277
|
+
font-weight: var(--font-weight-500);
|
|
278
|
+
align-items: center;
|
|
279
|
+
transition: background-color var(--transition-linear-80ms);
|
|
280
|
+
padding: 0 var(--spacing-m);
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
.file-input-module__button___2KypN:hover,
|
|
284
|
+
.file-input-module__button___2KypN:focus {
|
|
285
|
+
cursor: pointer;
|
|
286
|
+
background-color: var(--background-color-for-button-when-hovered);
|
|
287
|
+
box-shadow: none;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
.file-input-module__button___2KypN:active {
|
|
291
|
+
box-shadow: var(--shadow-9);
|
|
292
|
+
background-color: var(--color-surface);
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
.file-input-module__input___3MP4D {
|
|
296
|
+
visibility: hidden;
|
|
297
|
+
width: 1px;
|
|
298
|
+
height: 1px;
|
|
299
|
+
}
|
|
264
300
|
/* imported from button.module.css */
|
|
265
301
|
|
|
266
302
|
/* Generic button */
|
|
@@ -464,42 +500,6 @@
|
|
|
464
500
|
.button-module__add-button___1f093 {
|
|
465
501
|
min-height: 32px;
|
|
466
502
|
}
|
|
467
|
-
/* imported from file-input.module.css */
|
|
468
|
-
|
|
469
|
-
/** Button */
|
|
470
|
-
|
|
471
|
-
.file-input-module__button___2KypN {
|
|
472
|
-
display: inline-flex;
|
|
473
|
-
background-color: var(--color-surface);
|
|
474
|
-
border: 1px solid var(--color-neutral);
|
|
475
|
-
box-shadow: none;
|
|
476
|
-
border-radius: var(--border-radius-4);
|
|
477
|
-
color: var(--color-solid);
|
|
478
|
-
height: var(--height-for-button-as-big);
|
|
479
|
-
font-size: var(--font-size-20);
|
|
480
|
-
font-weight: var(--font-weight-500);
|
|
481
|
-
align-items: center;
|
|
482
|
-
transition: background-color var(--transition-linear-80ms);
|
|
483
|
-
padding: 0 var(--spacing-m);
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
.file-input-module__button___2KypN:hover,
|
|
487
|
-
.file-input-module__button___2KypN:focus {
|
|
488
|
-
cursor: pointer;
|
|
489
|
-
background-color: var(--background-color-for-button-when-hovered);
|
|
490
|
-
box-shadow: none;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
.file-input-module__button___2KypN:active {
|
|
494
|
-
box-shadow: var(--shadow-9);
|
|
495
|
-
background-color: var(--color-surface);
|
|
496
|
-
}
|
|
497
|
-
|
|
498
|
-
.file-input-module__input___3MP4D {
|
|
499
|
-
visibility: hidden;
|
|
500
|
-
width: 1px;
|
|
501
|
-
height: 1px;
|
|
502
|
-
}
|
|
503
503
|
/* imported from centered-loading-spinner.module.css */
|
|
504
504
|
|
|
505
505
|
.centered-loading-spinner-module__loading-container___3_9-h {
|
|
@@ -594,13 +594,13 @@
|
|
|
594
594
|
.platform-limits-customers-combined-module__combined___OszDd {
|
|
595
595
|
margin-bottom: var(--spacing-s);
|
|
596
596
|
}
|
|
597
|
-
/* imported from platform-limits-customer-groups-status.module.css */
|
|
598
|
-
|
|
599
|
-
.platform-limits-customer-groups-status-module__status___6099G {
|
|
600
|
-
min-width: max-content;
|
|
601
|
-
}
|
|
602
597
|
/* imported from platform-limits-customer-groups-combined.module.css */
|
|
603
598
|
|
|
604
599
|
.platform-limits-customer-groups-combined-module__combined___WjRoI {
|
|
605
600
|
margin-bottom: var(--spacing-s);
|
|
606
601
|
}
|
|
602
|
+
/* imported from platform-limits-customer-groups-status.module.css */
|
|
603
|
+
|
|
604
|
+
.platform-limits-customer-groups-status-module__status___6099G {
|
|
605
|
+
min-width: max-content;
|
|
606
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-frontend/experimental-components",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -18,14 +18,14 @@
|
|
|
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.
|
|
21
|
+
"@commercetools-frontend/actions-global": "npm:@commercetools-frontend/actions-global@^22.23.3",
|
|
22
|
+
"@commercetools-frontend/application-components": "npm:@commercetools-frontend/application-components@^22.23.3",
|
|
23
|
+
"@commercetools-frontend/application-shell": "npm:@commercetools-frontend/application-shell@^22.23.3",
|
|
24
|
+
"@commercetools-frontend/application-shell-connectors": "npm:@commercetools-frontend/application-shell-connectors@^22.23.3",
|
|
25
|
+
"@commercetools-frontend/constants": "npm:@commercetools-frontend/constants@^22.23.3",
|
|
26
|
+
"@commercetools-frontend/l10n": "npm:@commercetools-frontend/l10n@^22.23.3",
|
|
27
|
+
"@commercetools-frontend/sdk": "npm:@commercetools-frontend/sdk@^22.23.3",
|
|
28
|
+
"@commercetools-frontend/sentry": "npm:@commercetools-frontend/sentry@^22.23.3",
|
|
29
29
|
"@commercetools-frontend/ui-kit": "npm:@commercetools-frontend/ui-kit@^19.0.0",
|
|
30
30
|
"@commercetools-uikit/design-system": "npm:@commercetools-uikit/design-system@^19.0.0",
|
|
31
31
|
"@commercetools-uikit/select-utils": "npm:@commercetools-uikit/select-utils@^19.0.0",
|
|
@@ -47,24 +47,24 @@
|
|
|
47
47
|
"react-beautiful-dnd": "13.1.1",
|
|
48
48
|
"react-textarea-autosize": "8.5.3",
|
|
49
49
|
"reselect": "4.1.8",
|
|
50
|
-
"tiny-invariant": "1.3.
|
|
50
|
+
"tiny-invariant": "1.3.3",
|
|
51
51
|
"tiny-warning": "1.0.3",
|
|
52
52
|
"uuid": "9.0.1"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@apollo/client": "3.7.10",
|
|
56
|
-
"@commercetools-test-data/channel": "7.
|
|
57
|
-
"@commercetools-test-data/commons": "7.
|
|
58
|
-
"@commercetools-test-data/core": "7.
|
|
56
|
+
"@commercetools-test-data/channel": "7.9.1",
|
|
57
|
+
"@commercetools-test-data/commons": "7.9.1",
|
|
58
|
+
"@commercetools-test-data/core": "7.9.1",
|
|
59
59
|
"@testing-library/react": "12.1.5",
|
|
60
60
|
"@testing-library/react-hooks": "8.0.1",
|
|
61
61
|
"formik": "2.4.5",
|
|
62
62
|
"graphql": "16.8.1",
|
|
63
63
|
"graphql-tag": "2.12.6",
|
|
64
|
-
"msw": "1.3.
|
|
64
|
+
"msw": "1.3.3",
|
|
65
65
|
"react": "17.0.2",
|
|
66
66
|
"react-dom": "17.0.2",
|
|
67
|
-
"react-intl": "6.6.
|
|
67
|
+
"react-intl": "6.6.4",
|
|
68
68
|
"react-redux": "7.2.9",
|
|
69
69
|
"react-required-if": "1.0.3",
|
|
70
70
|
"react-router-dom": "5.3.4",
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"redux": "4.2.1",
|
|
73
73
|
"typescript": "5.2.2",
|
|
74
74
|
"xhr-mock": "2.5.1",
|
|
75
|
-
"@commercetools-local/test-data": "1.2.
|
|
76
|
-
"@commercetools-local/test-utils": "1.2.
|
|
75
|
+
"@commercetools-local/test-data": "1.2.8",
|
|
76
|
+
"@commercetools-local/test-utils": "1.2.8"
|
|
77
77
|
},
|
|
78
78
|
"peerDependencies": {
|
|
79
79
|
"@apollo/client": "3.x",
|