pixel-react 1.15.49 → 1.15.51
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/Excel/Data.js +8 -8
- package/lib/components/Excel/Data.js.map +1 -1
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js +3 -2
- package/lib/components/Excel/ExcelFile/ExcelFileComponents/ActiveCell.js.map +1 -1
- package/lib/components/FileDropzone/Dropzone.js +1 -1
- package/lib/components/FileDropzone/Dropzone.js.map +1 -1
- package/lib/components/Icon/iconList.js +2 -0
- package/lib/components/Icon/iconList.js.map +1 -1
- package/lib/components/MultiSelect/MultiSelect.js +3 -3
- package/lib/components/MultiSelect/MultiSelect.js.map +1 -1
- package/lib/components/Table/Table.js +1 -1
- package/lib/components/Table/Table.js.map +1 -1
- package/lib/index.js +8 -17
- package/lib/index.js.map +1 -1
- package/package.json +22 -19
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.15.
|
|
4
|
+
"version": "1.15.51",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.js",
|
|
7
7
|
"types": "lib/index.d.ts",
|
|
@@ -40,12 +40,10 @@
|
|
|
40
40
|
"@types/draft-js": "^0.11.19",
|
|
41
41
|
"chromatic": "^11.16.5",
|
|
42
42
|
"cross-env": "^7.0.3",
|
|
43
|
-
"
|
|
44
|
-
"react": "
|
|
45
|
-
"react-dom": "^18.2.0",
|
|
43
|
+
"react": "18.2.0",
|
|
44
|
+
"react-dom": "18.2.0",
|
|
46
45
|
"rimraf": "^6.0.1",
|
|
47
46
|
"rollup": "^4.24.4",
|
|
48
|
-
"rollup-plugin-commonjs": "^10.1.0",
|
|
49
47
|
"rollup-plugin-dts": "^6.1.0",
|
|
50
48
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
51
49
|
"rollup-plugin-postcss": "^4.0.2",
|
|
@@ -54,11 +52,23 @@
|
|
|
54
52
|
"storybook": "^8.4.5",
|
|
55
53
|
"storybook-addon-theme-provider": "^0.2.6",
|
|
56
54
|
"typescript": "^5.7.2",
|
|
57
|
-
"vite": "^5.4.10"
|
|
55
|
+
"vite": "^5.4.10",
|
|
56
|
+
"@monaco-editor/react": "^4.6.0",
|
|
57
|
+
"react-draft-wysiwyg": "^1.15.0",
|
|
58
|
+
"js-beautify": "^1.15.1",
|
|
59
|
+
"react-phone-input-2": "^2.15.1",
|
|
60
|
+
"react-phone-number-input": "^3.4.12"
|
|
58
61
|
},
|
|
59
62
|
"peerDependencies": {
|
|
60
|
-
"react": "
|
|
61
|
-
"react-dom": "
|
|
63
|
+
"react": "18.2.0",
|
|
64
|
+
"react-dom": "18.2.0",
|
|
65
|
+
"@monaco-editor/react": "^4.6.0",
|
|
66
|
+
"react-draft-wysiwyg": "^1.15.0",
|
|
67
|
+
"@types/react-draft-wysiwyg": "^1.13.8",
|
|
68
|
+
"js-beautify": "^1.15.1",
|
|
69
|
+
"@types/js-beautify": "^1.14.3",
|
|
70
|
+
"react-phone-input-2": "^2.15.1",
|
|
71
|
+
"react-phone-number-input": "^3.4.12"
|
|
62
72
|
},
|
|
63
73
|
"scripts": {
|
|
64
74
|
"storybook": "storybook dev -p 6006",
|
|
@@ -75,32 +85,25 @@
|
|
|
75
85
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
76
86
|
"@dnd-kit/sortable": "^8.0.0",
|
|
77
87
|
"@dnd-kit/utilities": "^3.2.2",
|
|
78
|
-
"@monaco-editor/react": "^4.6.0",
|
|
79
|
-
"@types/react-window": "^1.8.8",
|
|
80
88
|
"@vitejs/plugin-react": "^4.3.0",
|
|
81
89
|
"classnames": "^2.5.1",
|
|
82
90
|
"date-fns": "^3.6.0",
|
|
83
91
|
"date-fns-tz": "^3.2.0",
|
|
84
92
|
"draft-js": "^0.11.7",
|
|
85
|
-
"janus-gateway": "^1.3.1",
|
|
86
|
-
"js-beautify": "^1.15.1",
|
|
87
93
|
"jsencrypt": "^3.3.2",
|
|
88
|
-
"monaco-editor": "^0.53.0",
|
|
89
94
|
"node-forge": "^1.3.1",
|
|
90
95
|
"react-archer": "^4.4.0",
|
|
91
96
|
"react-day-picker": "^9.2.1",
|
|
92
|
-
"react-draft-wysiwyg": "^1.15.0",
|
|
93
97
|
"react-google-recaptcha": "^3.1.0",
|
|
94
98
|
"react-hook-form": "7.64.0",
|
|
95
|
-
"react-
|
|
96
|
-
"react-phone-number-input": "^3.4.12",
|
|
97
|
-
"react-virtuoso": "^4.13.0",
|
|
99
|
+
"@types/react-window": "^1.8.8",
|
|
98
100
|
"react-window": "^1.8.10",
|
|
99
|
-
"scheduler": "^0.19.0",
|
|
100
101
|
"scss": "^0.2.4",
|
|
101
102
|
"use-context-selector": "^2.0.0",
|
|
102
103
|
"vite-plugin-svgr": "^4.3.0",
|
|
103
|
-
"
|
|
104
|
+
"janus-gateway": "^1.3.1",
|
|
105
|
+
"webrtc-adapter": "^9.0.1",
|
|
106
|
+
"react-virtuoso": "^4.13.0"
|
|
104
107
|
},
|
|
105
108
|
"files": [
|
|
106
109
|
"lib",
|