@commercetools-frontend-extensions/unpublish-products-modal 1.0.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.
Files changed (47) hide show
  1. package/LICENSE +29 -0
  2. package/README.md +72 -0
  3. package/dist/active-drag-drop-area-c4d16e89.cjs.prod.js +54 -0
  4. package/dist/active-drag-drop-area-cec2c6b5.esm.js +52 -0
  5. package/dist/active-drag-drop-area-f09afa25.cjs.dev.js +54 -0
  6. package/dist/commercetools-frontend-extensions-unpublish-products-modal.cjs.d.ts +3 -0
  7. package/dist/commercetools-frontend-extensions-unpublish-products-modal.cjs.dev.js +52 -0
  8. package/dist/commercetools-frontend-extensions-unpublish-products-modal.cjs.js +7 -0
  9. package/dist/commercetools-frontend-extensions-unpublish-products-modal.cjs.prod.js +52 -0
  10. package/dist/commercetools-frontend-extensions-unpublish-products-modal.esm.js +44 -0
  11. package/dist/de-a34c5dd4.cjs.dev.js +6 -0
  12. package/dist/de-cd6c45d3.esm.js +4 -0
  13. package/dist/de-d954fe3d.cjs.prod.js +6 -0
  14. package/dist/declarations/src/@types/file-upload.d.ts +42 -0
  15. package/dist/declarations/src/@types/import-container.d.ts +11 -0
  16. package/dist/declarations/src/@types/index.d.ts +3 -0
  17. package/dist/declarations/src/@types/unpublish-products-modal-props.d.ts +4 -0
  18. package/dist/declarations/src/index.d.ts +2 -0
  19. package/dist/declarations/src/unpublish-products-modal.d.ts +6 -0
  20. package/dist/en-3a9aa2d4.esm.js +4 -0
  21. package/dist/en-6b3694f6.cjs.dev.js +6 -0
  22. package/dist/en-c7757448.cjs.prod.js +6 -0
  23. package/dist/enabled-drop-area-0fcec033.cjs.dev.js +115 -0
  24. package/dist/enabled-drop-area-82ec844a.esm.js +102 -0
  25. package/dist/enabled-drop-area-9e04a444.cjs.prod.js +115 -0
  26. package/dist/es-042343bd.cjs.prod.js +6 -0
  27. package/dist/es-8b3ecab1.cjs.dev.js +6 -0
  28. package/dist/es-e544023d.esm.js +4 -0
  29. package/dist/file-dropped-area-411688d1.cjs.prod.js +74 -0
  30. package/dist/file-dropped-area-7cd5f0cb.cjs.dev.js +74 -0
  31. package/dist/file-dropped-area-e301d075.esm.js +72 -0
  32. package/dist/fr-FR-9d9081ee.esm.js +4 -0
  33. package/dist/fr-FR-e7126fcc.cjs.dev.js +6 -0
  34. package/dist/fr-FR-fce1ca96.cjs.prod.js +6 -0
  35. package/dist/index-601d8304.cjs.prod.js +1533 -0
  36. package/dist/index-73a8bbcd.cjs.dev.js +1547 -0
  37. package/dist/index-95840e98.esm.js +1517 -0
  38. package/dist/ja-37632763.cjs.prod.js +6 -0
  39. package/dist/ja-73c088a7.esm.js +4 -0
  40. package/dist/ja-9bd5f452.cjs.dev.js +6 -0
  41. package/dist/pt-BR-b37d730b.esm.js +4 -0
  42. package/dist/pt-BR-ea6b3251.cjs.dev.js +6 -0
  43. package/dist/pt-BR-ec2a1a11.cjs.prod.js +6 -0
  44. package/dist/zh-CN-4780d88e.esm.js +4 -0
  45. package/dist/zh-CN-52baa549.cjs.prod.js +6 -0
  46. package/dist/zh-CN-d4bc6d26.cjs.dev.js +6 -0
  47. package/package.json +92 -0
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ var ja = {
4
+ };
5
+
6
+ exports["default"] = ja;
@@ -0,0 +1,4 @@
1
+ var ja = {
2
+ };
3
+
4
+ export { ja as default };
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ var ja = {
4
+ };
5
+
6
+ exports["default"] = ja;
@@ -0,0 +1,4 @@
1
+ var ptBR = {
2
+ };
3
+
4
+ export { ptBR as default };
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ var ptBR = {
4
+ };
5
+
6
+ exports["default"] = ptBR;
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ var ptBR = {
4
+ };
5
+
6
+ exports["default"] = ptBR;
@@ -0,0 +1,4 @@
1
+ var zhCN = {
2
+ };
3
+
4
+ export { zhCN as default };
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ var zhCN = {
4
+ };
5
+
6
+ exports["default"] = zhCN;
@@ -0,0 +1,6 @@
1
+ 'use strict';
2
+
3
+ var zhCN = {
4
+ };
5
+
6
+ exports["default"] = zhCN;
package/package.json ADDED
@@ -0,0 +1,92 @@
1
+ {
2
+ "name": "@commercetools-frontend-extensions/unpublish-products-modal",
3
+ "description": "Shared import modal for unpublishing products",
4
+ "version": "1.0.0",
5
+ "license": "BSD-3-Clause",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
+ "main": "dist/commercetools-frontend-extensions-unpublish-products-modal.cjs.js",
10
+ "module": "dist/commercetools-frontend-extensions-unpublish-products-modal.esm.js",
11
+ "files": [
12
+ "dist",
13
+ "package.json",
14
+ "LICENSE",
15
+ "README.md"
16
+ ],
17
+ "dependencies": {
18
+ "@babel/runtime": "7.26.0",
19
+ "@babel/runtime-corejs3": "7.26.0",
20
+ "@commercetools-frontend/fullstory": "2.5.1",
21
+ "@commercetools-frontend/permissions": "22.35.0",
22
+ "@commercetools/importapi-sdk": "5.13.0",
23
+ "@emotion/react": "11.13.3",
24
+ "@emotion/styled": "11.13.0",
25
+ "@formatjs/cli": "6.3.7",
26
+ "babel-plugin-inline-react-svg": "^2.0.2",
27
+ "babel-plugin-module-resolver": "^5.0.2",
28
+ "jest": "29.7.0",
29
+ "lodash": "4.17.21",
30
+ "lodash.truncate": "4.4.2",
31
+ "moment": "2.30.1",
32
+ "omit-empty-es": "^1.1.3",
33
+ "papaparse": "5.4.1",
34
+ "pluralize": "8.0.0",
35
+ "prop-types": "15.8.1",
36
+ "ramda": "^0.30.0",
37
+ "react": "17.0.2",
38
+ "react-dropzone": "14.3.4"
39
+ },
40
+ "devDependencies": {
41
+ "@commercetools-frontend/actions-global": "22.35.0",
42
+ "@commercetools-frontend/application-components": "22.35.0",
43
+ "@commercetools-frontend/application-shell": "22.35.0",
44
+ "@commercetools-frontend/application-shell-connectors": "22.35.0",
45
+ "@commercetools-frontend/constants": "22.35.0",
46
+ "@commercetools-frontend/i18n": "22.35.0",
47
+ "@commercetools-frontend/jest-preset-mc-app": "22.35.0",
48
+ "@commercetools-frontend/sdk": "22.35.0",
49
+ "@commercetools-frontend/sentry": "22.35.0",
50
+ "@commercetools-frontend/ui-kit": "19.13.0",
51
+ "@commercetools-uikit/data-table": "19.13.0",
52
+ "@commercetools-uikit/design-system": "19.13.0",
53
+ "@commercetools-uikit/icons": "19.13.0",
54
+ "@commercetools-uikit/select-field": "19.13.0",
55
+ "@preconstruct/cli": "2.8.9",
56
+ "@types/jest": "29.5.14",
57
+ "@types/lodash.truncate": "^4.4.7",
58
+ "@types/testing-library__jest-dom": "^5.14.5",
59
+ "msw": "1.3.5",
60
+ "react-intl": "6.6.8",
61
+ "react-redux": "7.2.9",
62
+ "redux": "4.2.1",
63
+ "rimraf": "6.0.1"
64
+ },
65
+ "peerDependencies": {
66
+ "@commercetools-frontend/actions-global": "22.x",
67
+ "@commercetools-frontend/application-components": "22.x",
68
+ "@commercetools-frontend/application-shell": "22.x",
69
+ "@commercetools-frontend/application-shell-connectors": "22.x",
70
+ "@commercetools-frontend/constants": "22.x",
71
+ "@commercetools-frontend/i18n": "22.x",
72
+ "@commercetools-frontend/jest-preset-mc-app": "22.x",
73
+ "@commercetools-frontend/sdk": "22.x",
74
+ "@commercetools-frontend/sentry": "22.x",
75
+ "@commercetools-frontend/ui-kit": "19.x",
76
+ "@commercetools-uikit/data-table": "19.x",
77
+ "@commercetools-uikit/design-system": "19.x",
78
+ "@commercetools-uikit/icons": "19.x",
79
+ "react-intl": "6.x",
80
+ "react-redux": "7.x",
81
+ "redux": "4.x"
82
+ },
83
+ "scripts": {
84
+ "build": "rimraf dist && preconstruct build",
85
+ "test": "jest --config jest.test.config.js",
86
+ "test:watch": "jest --config jest.test.config.js --watch",
87
+ "build:bundles": "pnpm build",
88
+ "build:watch": "preconstruct watch",
89
+ "i18n:build": "formatjs extract --format transifex --out-file $(pwd)/src/i18n/data/core.json 'src/**/(*.)?messages.(js|ts)'",
90
+ "typecheck": "tsc --noEmit"
91
+ }
92
+ }