kdpa-components 1.46.6 → 1.46.7

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.
@@ -1 +1 @@
1
- {"version":3,"file":"KdFileViewer.d.ts","sourceRoot":"","sources":["../../../../../src/designerKit/components/FileViewer/KdFileViewer.tsx"],"names":[],"mappings":"AAYA,MAAM,WAAW,iBAAiB;IAChC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE;QACT,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;KAC5B,CAAC;IACF,QAAQ,CAAC,EAAE;QACT,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAgBD,iBAAS,YAAY,CAAC,EACpB,GAAG,EACH,KAAa,EACb,QAAQ,EACR,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,iBAAiB,uDA4EnB;AAED,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"KdFileViewer.d.ts","sourceRoot":"","sources":["../../../../../src/designerKit/components/FileViewer/KdFileViewer.tsx"],"names":[],"mappings":"AAaA,MAAM,WAAW,iBAAiB;IAChC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE;QACT,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;KAC5B,CAAC;IACF,QAAQ,CAAC,EAAE;QACT,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAgBD,iBAAS,YAAY,CAAC,EACpB,GAAG,EACH,KAAa,EACb,QAAQ,EACR,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,iBAAiB,uDA8EnB;AAED,eAAe,YAAY,CAAC"}
package/package.json CHANGED
@@ -1,125 +1,125 @@
1
- {
2
- "name": "kdpa-components",
3
- "version": "1.46.6",
4
- "private": false,
5
- "type": "module",
6
- "main": "./dist/index.js",
7
- "types": "./dist/types/components/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "types": "./dist/types/components/index.d.ts",
11
- "default": "./dist/index.js"
12
- },
13
- "./dist/index.css": "./dist/index.css"
14
- },
15
- "files": [
16
- "dist/*"
17
- ],
18
- "scripts": {
19
- "dev": "vite",
20
- "test": "vitest",
21
- "coverage": "vitest run --coverage",
22
- "build": "rollup -c",
23
- "build:pro": "rollup -c",
24
- "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
25
- "preview": "vite preview",
26
- "storybook": "storybook dev -p 3000",
27
- "build-storybook": "storybook build"
28
- },
29
- "dependencies": {
30
- "@emotion/react": "^11.10.6",
31
- "@emotion/styled": "^11.10.6",
32
- "@mui/material": "^5.15.0",
33
- "@mui/x-date-pickers": "^6.19.6",
34
- "@mui/x-tree-view": "^6.17.0",
35
- "@radix-ui/react-menubar": "^1.0.4",
36
- "@radix-ui/react-tabs": "^1.0.4",
37
- "@react-pdf-viewer/core": "^3.12.0",
38
- "@react-pdf-viewer/default-layout": "^3.12.0",
39
- "@remirror/pm": "^2.0.8",
40
- "@remirror/react": "^2.0.35",
41
- "@svgr/rollup": "^8.1.0",
42
- "date-fns": "^3.3.1",
43
- "date-fns-jalali": "^2.13.0-0",
44
- "dompurify": "^3.0.3",
45
- "he": "^1.2.0",
46
- "jalali-moment": "^3.3.11",
47
- "moment": "^2.29.4",
48
- "rc-tree-select": "^5.8.0",
49
- "react": "^18.2.0",
50
- "react-apexcharts": "^1.4.1",
51
- "react-checkbox-tree": "^1.8.0",
52
- "react-copy-to-clipboard": "^5.1.0",
53
- "react-dom": "^18.2.0",
54
- "react-dropzone": "^14.2.3",
55
- "react-icons": "^4.8.0",
56
- "react-modal-image": "^2.6.0",
57
- "react-number-format": "^5.4.0",
58
- "react-perfect-scrollbar": "^1.5.8",
59
- "react-toastify": "^9.1.2",
60
- "remirror": "^2.0.37",
61
- "stylis": "^4.2.0",
62
- "stylis-plugin-rtl": "^2.1.1",
63
- "sweetalert2": "^11.10.5",
64
- "sweetalert2-react-content": "^5.0.7"
65
- },
66
- "peerDependencies": {
67
- "react": "^18.2.0",
68
- "react-dom": "^18.2.0",
69
- "react-hook-form": "^7.46.1"
70
- },
71
- "devDependencies": {
72
- "@remirror/core-types": "^2.0.5",
73
- "@remirror/types": "^1.0.1",
74
- "@rollup/plugin-commonjs": "^25.0.7",
75
- "@rollup/plugin-json": "^6.1.0",
76
- "@rollup/plugin-node-resolve": "^15.2.3",
77
- "@rollup/plugin-typescript": "^11.1.6",
78
- "@storybook/addon-essentials": "7.4.5",
79
- "@storybook/addon-interactions": "7.4.5",
80
- "@storybook/addon-links": "7.4.5",
81
- "@storybook/addon-styling": "^1.3.7",
82
- "@storybook/blocks": "7.4.5",
83
- "@storybook/manager-api": "^7.4.5",
84
- "@storybook/react": "7.4.5",
85
- "@storybook/react-vite": "7.4.5",
86
- "@storybook/testing-library": "0.2.1",
87
- "@storybook/theming": "^7.4.5",
88
- "@testing-library/jest-dom": "^6.4.2",
89
- "@testing-library/react": "^14.2.1",
90
- "@types/babel__traverse": "^7.18.5",
91
- "@types/dompurify": "^3.0.2",
92
- "@types/he": "^1.2.3",
93
- "@types/react": "^18.2.7",
94
- "@types/react-copy-to-clipboard": "^5.0.4",
95
- "@types/react-dom": "^18.2.4",
96
- "@types/react-modal-image": "^2.6.0",
97
- "@types/stylis": "^4.0.2",
98
- "@typescript-eslint/eslint-plugin": "^5.57.1",
99
- "@typescript-eslint/parser": "^5.57.1",
100
- "@vitejs/plugin-react": "^3.1.0",
101
- "@vitest/coverage-v8": "^1.3.1",
102
- "autoprefixer": "^10.4.14",
103
- "cssnano": "^6.0.1",
104
- "esbuild": "^0.20.1",
105
- "eslint": "^8.38.0",
106
- "eslint-plugin-react-hooks": "^4.6.0",
107
- "eslint-plugin-react-refresh": "^0.3.4",
108
- "eslint-plugin-storybook": "^0.6.14",
109
- "jsdom": "^22.1.0",
110
- "prop-types": "15.8.1",
111
- "rollup": "^4.12.0",
112
- "rollup-plugin-esbuild": "^6.1.1",
113
- "rollup-plugin-peer-deps-external": "^2.2.4",
114
- "rollup-plugin-postcss": "^4.0.2",
115
- "rollup-plugin-scss": "^4.0.0",
116
- "sass": "^1.62.1",
117
- "storybook": "7.4.5",
118
- "storybook-addon-rtl": "^0.5.0",
119
- "typescript": "^5.0.2",
120
- "vite": "^4.3.2",
121
- "vite-plugin-dts": "^3.7.3",
122
- "vite-tsconfig-paths": "^4.3.1",
123
- "vitest": "^0.34.1"
124
- }
125
- }
1
+ {
2
+ "name": "kdpa-components",
3
+ "version": "1.46.7",
4
+ "private": false,
5
+ "type": "module",
6
+ "main": "./dist/index.js",
7
+ "types": "./dist/types/components/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/types/components/index.d.ts",
11
+ "default": "./dist/index.js"
12
+ },
13
+ "./dist/index.css": "./dist/index.css"
14
+ },
15
+ "files": [
16
+ "dist/*"
17
+ ],
18
+ "scripts": {
19
+ "dev": "vite",
20
+ "test": "vitest",
21
+ "coverage": "vitest run --coverage",
22
+ "build": "rollup -c",
23
+ "build:pro": "rollup -c",
24
+ "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
25
+ "preview": "vite preview",
26
+ "storybook": "storybook dev -p 3000",
27
+ "build-storybook": "storybook build"
28
+ },
29
+ "dependencies": {
30
+ "@emotion/react": "^11.10.6",
31
+ "@emotion/styled": "^11.10.6",
32
+ "@mui/material": "^5.15.0",
33
+ "@mui/x-date-pickers": "^6.19.6",
34
+ "@mui/x-tree-view": "^6.17.0",
35
+ "@radix-ui/react-menubar": "^1.0.4",
36
+ "@radix-ui/react-tabs": "^1.0.4",
37
+ "@react-pdf-viewer/core": "^3.12.0",
38
+ "@react-pdf-viewer/default-layout": "^3.12.0",
39
+ "@remirror/pm": "^2.0.8",
40
+ "@remirror/react": "^2.0.35",
41
+ "@svgr/rollup": "^8.1.0",
42
+ "date-fns": "^3.3.1",
43
+ "date-fns-jalali": "^2.13.0-0",
44
+ "dompurify": "^3.0.3",
45
+ "he": "^1.2.0",
46
+ "jalali-moment": "^3.3.11",
47
+ "moment": "^2.29.4",
48
+ "rc-tree-select": "^5.8.0",
49
+ "react": "^18.2.0",
50
+ "react-apexcharts": "^1.4.1",
51
+ "react-checkbox-tree": "^1.8.0",
52
+ "react-copy-to-clipboard": "^5.1.0",
53
+ "react-dom": "^18.2.0",
54
+ "react-dropzone": "^14.2.3",
55
+ "react-icons": "^4.8.0",
56
+ "react-modal-image": "^2.6.0",
57
+ "react-number-format": "^5.4.0",
58
+ "react-perfect-scrollbar": "^1.5.8",
59
+ "react-toastify": "^9.1.2",
60
+ "remirror": "^2.0.37",
61
+ "stylis": "^4.2.0",
62
+ "stylis-plugin-rtl": "^2.1.1",
63
+ "sweetalert2": "^11.10.5",
64
+ "sweetalert2-react-content": "^5.0.7"
65
+ },
66
+ "peerDependencies": {
67
+ "react": "^18.2.0",
68
+ "react-dom": "^18.2.0",
69
+ "react-hook-form": "^7.46.1"
70
+ },
71
+ "devDependencies": {
72
+ "@remirror/core-types": "^2.0.5",
73
+ "@remirror/types": "^1.0.1",
74
+ "@rollup/plugin-commonjs": "^25.0.7",
75
+ "@rollup/plugin-json": "^6.1.0",
76
+ "@rollup/plugin-node-resolve": "^15.2.3",
77
+ "@rollup/plugin-typescript": "^11.1.6",
78
+ "@storybook/addon-essentials": "7.4.5",
79
+ "@storybook/addon-interactions": "7.4.5",
80
+ "@storybook/addon-links": "7.4.5",
81
+ "@storybook/addon-styling": "^1.3.7",
82
+ "@storybook/blocks": "7.4.5",
83
+ "@storybook/manager-api": "^7.4.5",
84
+ "@storybook/react": "7.4.5",
85
+ "@storybook/react-vite": "7.4.5",
86
+ "@storybook/testing-library": "0.2.1",
87
+ "@storybook/theming": "^7.4.5",
88
+ "@testing-library/jest-dom": "^6.4.2",
89
+ "@testing-library/react": "^14.2.1",
90
+ "@types/babel__traverse": "^7.18.5",
91
+ "@types/dompurify": "^3.0.2",
92
+ "@types/he": "^1.2.3",
93
+ "@types/react": "^18.2.7",
94
+ "@types/react-copy-to-clipboard": "^5.0.4",
95
+ "@types/react-dom": "^18.2.4",
96
+ "@types/react-modal-image": "^2.6.0",
97
+ "@types/stylis": "^4.0.2",
98
+ "@typescript-eslint/eslint-plugin": "^5.57.1",
99
+ "@typescript-eslint/parser": "^5.57.1",
100
+ "@vitejs/plugin-react": "^3.1.0",
101
+ "@vitest/coverage-v8": "^1.3.1",
102
+ "autoprefixer": "^10.4.14",
103
+ "cssnano": "^6.0.1",
104
+ "esbuild": "^0.20.1",
105
+ "eslint": "^8.38.0",
106
+ "eslint-plugin-react-hooks": "^4.6.0",
107
+ "eslint-plugin-react-refresh": "^0.3.4",
108
+ "eslint-plugin-storybook": "^0.6.14",
109
+ "jsdom": "^22.1.0",
110
+ "prop-types": "15.8.1",
111
+ "rollup": "^4.12.0",
112
+ "rollup-plugin-esbuild": "^6.1.1",
113
+ "rollup-plugin-peer-deps-external": "^2.2.4",
114
+ "rollup-plugin-postcss": "^4.0.2",
115
+ "rollup-plugin-scss": "^4.0.0",
116
+ "sass": "^1.62.1",
117
+ "storybook": "7.4.5",
118
+ "storybook-addon-rtl": "^0.5.0",
119
+ "typescript": "^5.0.2",
120
+ "vite": "^4.3.2",
121
+ "vite-plugin-dts": "^3.7.3",
122
+ "vite-tsconfig-paths": "^4.3.1",
123
+ "vitest": "^0.34.1"
124
+ }
125
+ }