@commercetools-frontend/experimental-components 6.0.1 → 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/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 {
@@ -584,23 +584,23 @@
584
584
  .set-buttons-module__gap___38Qr0 {
585
585
  padding: 20px;
586
586
  }
587
- /* imported from platform-limits-customers-combined.module.css */
588
-
589
- .platform-limits-customers-combined-module__combined___OszDd {
590
- margin-bottom: var(--spacing-s);
591
- }
592
587
  /* imported from platform-limits-customers-status.module.css */
593
588
 
594
589
  .platform-limits-customers-status-module__status___3rXYM {
595
590
  min-width: max-content;
596
591
  }
597
- /* imported from platform-limits-customer-groups-status.module.css */
592
+ /* imported from platform-limits-customers-combined.module.css */
598
593
 
599
- .platform-limits-customer-groups-status-module__status___6099G {
600
- min-width: max-content;
594
+ .platform-limits-customers-combined-module__combined___OszDd {
595
+ margin-bottom: var(--spacing-s);
601
596
  }
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,7 +1,12 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/experimental-components",
3
- "version": "6.0.1",
3
+ "version": "6.1.0",
4
4
  "description": "",
5
+ "repository": {
6
+ "type": "git",
7
+ "url": "https://github.com/commercetools/merchant-center-frontend.git",
8
+ "directory": "packages-shared/experimental-components"
9
+ },
5
10
  "main": "dist/commercetools-frontend-experimental-components.cjs.js",
6
11
  "module": "dist/commercetools-frontend-experimental-components.esm.js",
7
12
  "files": [
@@ -13,18 +18,18 @@
13
18
  "@babel/core": "^7.22.11",
14
19
  "@babel/runtime": "^7.21.0",
15
20
  "@babel/runtime-corejs3": "^7.21.0",
16
- "@commercetools-frontend/actions-global": "^22.19.0",
17
- "@commercetools-frontend/application-components": "^22.19.0",
18
- "@commercetools-frontend/application-shell-connectors": "^22.19.0",
19
- "@commercetools-frontend/application-shell": "^22.19.0",
20
- "@commercetools-frontend/constants": "^22.19.0",
21
- "@commercetools-frontend/l10n": "^22.19.0",
22
- "@commercetools-frontend/sdk": "^22.19.0",
23
- "@commercetools-frontend/sentry": "^22.19.0",
24
- "@commercetools-frontend/ui-kit": "^18.3.0",
25
- "@commercetools-uikit/design-system": "^18.3.0",
26
- "@commercetools-uikit/select-utils": "^18.3.0",
27
- "@commercetools-uikit/utils": "^18.3.0",
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
+ "@commercetools-frontend/ui-kit": "npm:@commercetools-frontend/ui-kit@^19.0.0",
30
+ "@commercetools-uikit/design-system": "npm:@commercetools-uikit/design-system@^19.0.0",
31
+ "@commercetools-uikit/select-utils": "npm:@commercetools-uikit/select-utils@^19.0.0",
32
+ "@commercetools-uikit/utils": "npm:@commercetools-uikit/utils@^19.0.0",
28
33
  "@emotion/react": "^11.11.1",
29
34
  "classnames": "2.5.1",
30
35
  "cleave.js": "1.5.10",
@@ -38,36 +43,37 @@
38
43
  "moment-timezone": "0.5.45",
39
44
  "omit-deep": "0.3.0",
40
45
  "omit-empty-es": "1.2.0",
41
- "prop-types": "^15.8.1",
46
+ "prop-types": "15.8.1",
47
+ "react-beautiful-dnd": "13.1.1",
42
48
  "react-textarea-autosize": "8.5.3",
43
49
  "reselect": "4.1.8",
44
- "tiny-invariant": "1.3.1",
50
+ "tiny-invariant": "1.3.3",
45
51
  "tiny-warning": "1.0.3",
46
- "uuid": "9.0.1",
47
- "react-beautiful-dnd": "13.1.1"
52
+ "uuid": "9.0.1"
48
53
  },
49
54
  "devDependencies": {
50
- "@apollo/client": "^3.7.10",
51
- "@commercetools-test-data/channel": "^7.0.0",
52
- "@commercetools-test-data/commons": "^7.0.0",
53
- "@commercetools-test-data/core": "^7.0.0",
54
- "@testing-library/react": "^12.1.5",
55
- "@testing-library/react-hooks": "^8.0.1",
56
- "graphql": "^16.6.0",
57
- "graphql-tag": "^2.12.6",
58
- "msw": "^1.3.0",
59
- "react": "^17.0.2",
60
- "react-dom": "^17.0.2",
61
- "react-intl": "^6.4.5",
62
- "react-redux": "^7.2.9",
63
- "react-required-if": "^1.0.3",
64
- "react-router-dom": "^5.3.4",
65
- "react-test-renderer": "^17.0.2",
66
- "redux": "^4.2.1",
55
+ "@apollo/client": "3.7.10",
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
+ "@testing-library/react": "12.1.5",
60
+ "@testing-library/react-hooks": "8.0.1",
61
+ "formik": "2.4.5",
62
+ "graphql": "16.8.1",
63
+ "graphql-tag": "2.12.6",
64
+ "msw": "1.3.3",
65
+ "react": "17.0.2",
66
+ "react-dom": "17.0.2",
67
+ "react-intl": "6.6.4",
68
+ "react-redux": "7.2.9",
69
+ "react-required-if": "1.0.3",
70
+ "react-router-dom": "5.3.4",
71
+ "react-test-renderer": "17.0.2",
72
+ "redux": "4.2.1",
67
73
  "typescript": "5.2.2",
68
- "xhr-mock": "^2.5.1",
69
- "@commercetools-local/test-data": "1.2.6",
70
- "@commercetools-local/test-utils": "1.2.6"
74
+ "xhr-mock": "2.5.1",
75
+ "@commercetools-local/test-data": "1.2.8",
76
+ "@commercetools-local/test-utils": "1.2.8"
71
77
  },
72
78
  "peerDependencies": {
73
79
  "@apollo/client": "3.x",