pixel-react 1.17.7 → 1.17.9
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/lib/components/AttachmentButton/AttachmentButton.js +2 -0
- package/lib/components/AttachmentButton/AttachmentButton.js.map +1 -1
- package/lib/components/Editor/Editor.js +1 -1
- package/lib/components/Editor/Editor.js.map +1 -1
- package/lib/components/Editor/constants.js +66 -0
- package/lib/components/Editor/constants.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
- package/lib/components/MediaPreview/MediaPreview.js +1 -1
- package/lib/components/MediaPreview/MediaPreview.js.map +1 -1
- package/lib/components/MultiSelect/Dropdown.js +2 -1
- package/lib/components/MultiSelect/Dropdown.js.map +1 -1
- package/lib/components/Select/Select.js +3 -3
- package/lib/components/Select/Select.js.map +1 -1
- package/lib/components/TableTreeFn/TableTreeFn.js +44 -8
- package/lib/components/TableTreeFn/TableTreeFn.js.map +1 -1
- package/lib/index.js +8 -8
- package/lib/index.js.map +1 -1
- package/lib/styles.css +1 -1
- package/lib/styles.css.map +1 -1
- package/package.json +24 -15
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pixel-react",
|
|
3
3
|
"description": "Great for pixel-perfect, design-focused components in React",
|
|
4
|
-
"version": "1.17.
|
|
4
|
+
"version": "1.17.9",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
7
7
|
"types": "lib/index.d.ts",
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
},
|
|
14
14
|
"license": "MIT",
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@rollup/plugin-terser": "^0.4.4",
|
|
17
16
|
"@babel/core": "^7.0.0",
|
|
18
17
|
"@babel/preset-react": "^7.26.3",
|
|
19
18
|
"@chromatic-com/storybook": "^3.2.2",
|
|
20
19
|
"@rollup/plugin-babel": "^6.0.4",
|
|
21
20
|
"@rollup/plugin-commonjs": "^28.0.2",
|
|
22
21
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
22
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
23
23
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
24
24
|
"@rollup/plugin-url": "^8.0.2",
|
|
25
25
|
"@storybook/addon-docs": "^8.4.5",
|
|
@@ -31,12 +31,12 @@
|
|
|
31
31
|
"@storybook/react": "^8.4.5",
|
|
32
32
|
"@storybook/react-vite": "^8.4.5",
|
|
33
33
|
"@storybook/test": "^8.4.5",
|
|
34
|
+
"@types/draft-js": "^0.11.19",
|
|
34
35
|
"@types/js-beautify": "^1.14.3",
|
|
35
36
|
"@types/node-forge": "^1.3.14",
|
|
36
37
|
"@types/react": "^18.3.12",
|
|
37
38
|
"@types/react-dom": "^18.3.1",
|
|
38
39
|
"@types/react-google-recaptcha": "^2.1.9",
|
|
39
|
-
"@types/draft-js": "^0.11.19",
|
|
40
40
|
"chromatic": "^11.16.5",
|
|
41
41
|
"cross-env": "^7.0.3",
|
|
42
42
|
"react": ">=18.2.0 <19.0.0",
|
|
@@ -58,13 +58,15 @@
|
|
|
58
58
|
"react-dom": "^18.2.0"
|
|
59
59
|
},
|
|
60
60
|
"scripts": {
|
|
61
|
+
"audit": "pnpm audit",
|
|
61
62
|
"storybook": "storybook dev -p 6006",
|
|
62
63
|
"build-storybook": "storybook build",
|
|
63
64
|
"build": "rimraf lib && tsc -b && cross-env NODE_ENV=production rollup -c",
|
|
64
65
|
"analyze": "tsc -b && cross-env ANALYZE=true rollup -c",
|
|
65
66
|
"sync": "git pull origin main && tsc -b && rollup -c",
|
|
66
67
|
"chromatic": "chromatic --exit-zero-on-changes",
|
|
67
|
-
"clean": "rimraf lib node_modules pnpm-lock.yaml package-lock.json yarn.lock"
|
|
68
|
+
"clean": "rimraf lib node_modules pnpm-lock.yaml package-lock.json yarn.lock",
|
|
69
|
+
"postinstall": "pnpm audit --audit-level=high"
|
|
68
70
|
},
|
|
69
71
|
"dependencies": {
|
|
70
72
|
"@babel/plugin-transform-react-jsx": "^7.24.7",
|
|
@@ -72,35 +74,42 @@
|
|
|
72
74
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
73
75
|
"@dnd-kit/sortable": "^8.0.0",
|
|
74
76
|
"@dnd-kit/utilities": "^3.2.2",
|
|
77
|
+
"@monaco-editor/react": "^4.6.0",
|
|
78
|
+
"@types/react-draft-wysiwyg": "^1.13.8",
|
|
79
|
+
"@types/react-window": "^1.8.8",
|
|
75
80
|
"@vitejs/plugin-react": "^4.3.0",
|
|
76
81
|
"classnames": "^2.5.1",
|
|
77
82
|
"date-fns": "^3.6.0",
|
|
78
83
|
"date-fns-tz": "^3.2.0",
|
|
79
84
|
"draft-js": "^0.11.7",
|
|
85
|
+
"janus-gateway": "^1.3.1",
|
|
86
|
+
"js-beautify": "^1.15.1",
|
|
80
87
|
"jsencrypt": "^3.3.2",
|
|
81
88
|
"node-forge": "^1.3.1",
|
|
82
89
|
"react-archer": "^4.4.0",
|
|
83
90
|
"react-day-picker": "^9.2.1",
|
|
91
|
+
"react-draft-wysiwyg": "^1.15.0",
|
|
84
92
|
"react-google-recaptcha": "^3.1.0",
|
|
85
93
|
"react-hook-form": "7.64.0",
|
|
86
|
-
"
|
|
94
|
+
"react-phone-input-2": "^2.15.1",
|
|
95
|
+
"react-phone-number-input": "^3.4.12",
|
|
96
|
+
"react-virtuoso": "^4.13.0",
|
|
87
97
|
"react-window": "^1.8.10",
|
|
88
98
|
"scss": "^0.2.4",
|
|
89
99
|
"use-context-selector": "^2.0.0",
|
|
90
100
|
"vite-plugin-svgr": "^4.3.0",
|
|
91
|
-
"
|
|
92
|
-
"webrtc-adapter": "^9.0.1",
|
|
93
|
-
"react-virtuoso": "^4.13.0",
|
|
94
|
-
"react-draft-wysiwyg": "^1.15.0",
|
|
95
|
-
"@types/react-draft-wysiwyg": "^1.13.8",
|
|
96
|
-
"@monaco-editor/react": "^4.6.0",
|
|
97
|
-
"js-beautify": "^1.15.1",
|
|
98
|
-
"react-phone-input-2": "^2.15.1",
|
|
99
|
-
"react-phone-number-input": "^3.4.12"
|
|
101
|
+
"webrtc-adapter": "^9.0.1"
|
|
100
102
|
},
|
|
101
103
|
"files": [
|
|
102
104
|
"lib",
|
|
103
105
|
"README.md",
|
|
104
106
|
"LICENSE"
|
|
105
|
-
]
|
|
107
|
+
],
|
|
108
|
+
"pnpm": {
|
|
109
|
+
"overrides": {
|
|
110
|
+
"minimatch": ">=10.2.1",
|
|
111
|
+
"esbuild": ">=0.25.0",
|
|
112
|
+
"glob": "^13.0.5"
|
|
113
|
+
}
|
|
114
|
+
}
|
|
106
115
|
}
|