@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.
- package/LICENSE +29 -0
- package/README.md +72 -0
- package/dist/active-drag-drop-area-c4d16e89.cjs.prod.js +54 -0
- package/dist/active-drag-drop-area-cec2c6b5.esm.js +52 -0
- package/dist/active-drag-drop-area-f09afa25.cjs.dev.js +54 -0
- package/dist/commercetools-frontend-extensions-unpublish-products-modal.cjs.d.ts +3 -0
- package/dist/commercetools-frontend-extensions-unpublish-products-modal.cjs.dev.js +52 -0
- package/dist/commercetools-frontend-extensions-unpublish-products-modal.cjs.js +7 -0
- package/dist/commercetools-frontend-extensions-unpublish-products-modal.cjs.prod.js +52 -0
- package/dist/commercetools-frontend-extensions-unpublish-products-modal.esm.js +44 -0
- package/dist/de-a34c5dd4.cjs.dev.js +6 -0
- package/dist/de-cd6c45d3.esm.js +4 -0
- package/dist/de-d954fe3d.cjs.prod.js +6 -0
- package/dist/declarations/src/@types/file-upload.d.ts +42 -0
- package/dist/declarations/src/@types/import-container.d.ts +11 -0
- package/dist/declarations/src/@types/index.d.ts +3 -0
- package/dist/declarations/src/@types/unpublish-products-modal-props.d.ts +4 -0
- package/dist/declarations/src/index.d.ts +2 -0
- package/dist/declarations/src/unpublish-products-modal.d.ts +6 -0
- package/dist/en-3a9aa2d4.esm.js +4 -0
- package/dist/en-6b3694f6.cjs.dev.js +6 -0
- package/dist/en-c7757448.cjs.prod.js +6 -0
- package/dist/enabled-drop-area-0fcec033.cjs.dev.js +115 -0
- package/dist/enabled-drop-area-82ec844a.esm.js +102 -0
- package/dist/enabled-drop-area-9e04a444.cjs.prod.js +115 -0
- package/dist/es-042343bd.cjs.prod.js +6 -0
- package/dist/es-8b3ecab1.cjs.dev.js +6 -0
- package/dist/es-e544023d.esm.js +4 -0
- package/dist/file-dropped-area-411688d1.cjs.prod.js +74 -0
- package/dist/file-dropped-area-7cd5f0cb.cjs.dev.js +74 -0
- package/dist/file-dropped-area-e301d075.esm.js +72 -0
- package/dist/fr-FR-9d9081ee.esm.js +4 -0
- package/dist/fr-FR-e7126fcc.cjs.dev.js +6 -0
- package/dist/fr-FR-fce1ca96.cjs.prod.js +6 -0
- package/dist/index-601d8304.cjs.prod.js +1533 -0
- package/dist/index-73a8bbcd.cjs.dev.js +1547 -0
- package/dist/index-95840e98.esm.js +1517 -0
- package/dist/ja-37632763.cjs.prod.js +6 -0
- package/dist/ja-73c088a7.esm.js +4 -0
- package/dist/ja-9bd5f452.cjs.dev.js +6 -0
- package/dist/pt-BR-b37d730b.esm.js +4 -0
- package/dist/pt-BR-ea6b3251.cjs.dev.js +6 -0
- package/dist/pt-BR-ec2a1a11.cjs.prod.js +6 -0
- package/dist/zh-CN-4780d88e.esm.js +4 -0
- package/dist/zh-CN-52baa549.cjs.prod.js +6 -0
- package/dist/zh-CN-d4bc6d26.cjs.dev.js +6 -0
- package/package.json +92 -0
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
|
+
}
|