pixel-react 1.15.83 → 1.15.85

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 (36) hide show
  1. package/README.md +75 -75
  2. package/lib/ComponentProps/TreeNodeProps.d.ts +1 -0
  3. package/lib/components/AttachmentButton/AttachmentButton.js +2 -1
  4. package/lib/components/AttachmentButton/AttachmentButton.js.map +1 -1
  5. package/lib/components/AttachmentButton/types.d.ts +1 -0
  6. package/lib/components/Charts/BarChart/BarChart.js +8 -8
  7. package/lib/components/Charts/DashboardDonutChart/DashboardDonutChart.js +6 -6
  8. package/lib/components/Charts/IconRadialChart/IconRadialChart.js +4 -4
  9. package/lib/components/Charts/PieChart/PieChart.js +5 -5
  10. package/lib/components/Comments/Comments.js +14 -14
  11. package/lib/components/Comments/childComment/ChildComment.js +14 -14
  12. package/lib/components/EditTextField/EditTextField.js +2 -2
  13. package/lib/components/FileDropzone/FileDropzone.js +2 -10
  14. package/lib/components/FileDropzone/FileDropzone.js.map +1 -1
  15. package/lib/components/LabelEditTextField/LabelEditTextField.js +4 -4
  16. package/lib/components/MachineInputField/MachineInputField.js +1 -0
  17. package/lib/components/MachineInputField/MachineInputField.js.map +1 -1
  18. package/lib/components/MediaViewerModal/MediaViewerModal.js +1 -2
  19. package/lib/components/MediaViewerModal/MediaViewerModal.js.map +1 -1
  20. package/lib/components/MediaViewerModal/type.d.ts +1 -0
  21. package/lib/components/Select/components/Dropdown.js +8 -6
  22. package/lib/components/Select/components/Dropdown.js.map +1 -1
  23. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js +6 -2
  24. package/lib/components/SequentialConnectingBranch/components/Branches/Branches.js.map +1 -1
  25. package/lib/components/SequentialConnectingBranch/types.d.ts +1 -0
  26. package/lib/components/StatusIndicator/StatusIndicator.js +5 -5
  27. package/lib/components/TextEditor/TextEditor.js +99 -26
  28. package/lib/components/TextEditor/TextEditor.js.map +1 -1
  29. package/lib/hooks/useFileDropzone.js +94 -8
  30. package/lib/hooks/useFileDropzone.js.map +1 -1
  31. package/lib/index.d.ts +4 -0
  32. package/lib/index.js +4 -4
  33. package/lib/index.js.map +1 -1
  34. package/lib/styles.css +1 -1
  35. package/lib/styles.css.map +1 -1
  36. package/package.json +106 -106
package/package.json CHANGED
@@ -1,106 +1,106 @@
1
- {
2
- "name": "pixel-react",
3
- "description": "Great for pixel-perfect, design-focused components in React",
4
- "version": "1.15.83",
5
- "main": "lib/index.js",
6
- "module": "lib/index.js",
7
- "types": "lib/index.d.ts",
8
- "sideEffects": [
9
- "lib/styles.css"
10
- ],
11
- "author": {
12
- "name": "Padmakant Baloji"
13
- },
14
- "license": "MIT",
15
- "devDependencies": {
16
- "@rollup/plugin-terser": "^0.4.4",
17
- "@babel/core": "^7.0.0",
18
- "@babel/preset-react": "^7.26.3",
19
- "@chromatic-com/storybook": "^3.2.2",
20
- "@rollup/plugin-babel": "^6.0.4",
21
- "@rollup/plugin-commonjs": "^28.0.2",
22
- "@rollup/plugin-node-resolve": "^16.0.0",
23
- "@rollup/plugin-typescript": "^12.1.2",
24
- "@rollup/plugin-url": "^8.0.2",
25
- "@storybook/addon-docs": "^8.4.5",
26
- "@storybook/addon-essentials": "^8.4.5",
27
- "@storybook/addon-interactions": "^8.4.5",
28
- "@storybook/addon-links": "^8.4.5",
29
- "@storybook/addon-onboarding": "^8.4.5",
30
- "@storybook/blocks": "^8.4.5",
31
- "@storybook/react": "^8.4.5",
32
- "@storybook/react-vite": "^8.4.5",
33
- "@storybook/test": "^8.4.5",
34
- "@types/js-beautify": "^1.14.3",
35
- "@types/node-forge": "^1.3.14",
36
- "@types/react": "^18.3.12",
37
- "@types/react-dom": "^18.3.1",
38
- "@types/react-google-recaptcha": "^2.1.9",
39
- "@types/draft-js": "^0.11.19",
40
- "chromatic": "^11.16.5",
41
- "cross-env": "^7.0.3",
42
- "react": ">=18.2.0 <19.0.0",
43
- "react-dom": ">=18.2.0 <19.0.0",
44
- "rimraf": "^6.0.1",
45
- "rollup": "^4.24.4",
46
- "rollup-plugin-dts": "^6.1.0",
47
- "rollup-plugin-peer-deps-external": "^2.2.4",
48
- "rollup-plugin-postcss": "^4.0.2",
49
- "rollup-plugin-visualizer": "^5.14.0",
50
- "sass": "^1.80.6",
51
- "storybook": "^8.4.5",
52
- "storybook-addon-theme-provider": "^0.2.6",
53
- "typescript": "^5.7.2",
54
- "vite": "^5.4.10"
55
- },
56
- "peerDependencies": {
57
- "react": "^18.2.0",
58
- "react-dom": "^18.2.0"
59
- },
60
- "scripts": {
61
- "storybook": "storybook dev -p 6006",
62
- "build-storybook": "storybook build",
63
- "build": "rimraf lib && tsc -b && cross-env NODE_ENV=production rollup -c",
64
- "analyze": "tsc -b && cross-env ANALYZE=true rollup -c",
65
- "sync": "git pull origin main && tsc -b && rollup -c",
66
- "chromatic": "chromatic --exit-zero-on-changes",
67
- "clean": "rimraf lib node_modules pnpm-lock.yaml package-lock.json yarn.lock"
68
- },
69
- "dependencies": {
70
- "@babel/plugin-transform-react-jsx": "^7.24.7",
71
- "@dnd-kit/core": "^6.1.0",
72
- "@dnd-kit/modifiers": "^9.0.0",
73
- "@dnd-kit/sortable": "^8.0.0",
74
- "@dnd-kit/utilities": "^3.2.2",
75
- "@vitejs/plugin-react": "^4.3.0",
76
- "classnames": "^2.5.1",
77
- "date-fns": "^3.6.0",
78
- "date-fns-tz": "^3.2.0",
79
- "draft-js": "^0.11.7",
80
- "jsencrypt": "^3.3.2",
81
- "node-forge": "^1.3.1",
82
- "react-archer": "^4.4.0",
83
- "react-day-picker": "^9.2.1",
84
- "react-google-recaptcha": "^3.1.0",
85
- "react-hook-form": "7.64.0",
86
- "@types/react-window": "^1.8.8",
87
- "react-window": "^1.8.10",
88
- "scss": "^0.2.4",
89
- "use-context-selector": "^2.0.0",
90
- "vite-plugin-svgr": "^4.3.0",
91
- "janus-gateway": "^1.3.1",
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"
100
- },
101
- "files": [
102
- "lib",
103
- "README.md",
104
- "LICENSE"
105
- ]
106
- }
1
+ {
2
+ "name": "pixel-react",
3
+ "description": "Great for pixel-perfect, design-focused components in React",
4
+ "version": "1.15.85",
5
+ "main": "lib/index.js",
6
+ "module": "lib/index.js",
7
+ "types": "lib/index.d.ts",
8
+ "sideEffects": [
9
+ "lib/styles.css"
10
+ ],
11
+ "author": {
12
+ "name": "Padmakant Baloji"
13
+ },
14
+ "license": "MIT",
15
+ "devDependencies": {
16
+ "@rollup/plugin-terser": "^0.4.4",
17
+ "@babel/core": "^7.0.0",
18
+ "@babel/preset-react": "^7.26.3",
19
+ "@chromatic-com/storybook": "^3.2.2",
20
+ "@rollup/plugin-babel": "^6.0.4",
21
+ "@rollup/plugin-commonjs": "^28.0.2",
22
+ "@rollup/plugin-node-resolve": "^16.0.0",
23
+ "@rollup/plugin-typescript": "^12.1.2",
24
+ "@rollup/plugin-url": "^8.0.2",
25
+ "@storybook/addon-docs": "^8.4.5",
26
+ "@storybook/addon-essentials": "^8.4.5",
27
+ "@storybook/addon-interactions": "^8.4.5",
28
+ "@storybook/addon-links": "^8.4.5",
29
+ "@storybook/addon-onboarding": "^8.4.5",
30
+ "@storybook/blocks": "^8.4.5",
31
+ "@storybook/react": "^8.4.5",
32
+ "@storybook/react-vite": "^8.4.5",
33
+ "@storybook/test": "^8.4.5",
34
+ "@types/js-beautify": "^1.14.3",
35
+ "@types/node-forge": "^1.3.14",
36
+ "@types/react": "^18.3.12",
37
+ "@types/react-dom": "^18.3.1",
38
+ "@types/react-google-recaptcha": "^2.1.9",
39
+ "@types/draft-js": "^0.11.19",
40
+ "chromatic": "^11.16.5",
41
+ "cross-env": "^7.0.3",
42
+ "react": ">=18.2.0 <19.0.0",
43
+ "react-dom": ">=18.2.0 <19.0.0",
44
+ "rimraf": "^6.0.1",
45
+ "rollup": "^4.24.4",
46
+ "rollup-plugin-dts": "^6.1.0",
47
+ "rollup-plugin-peer-deps-external": "^2.2.4",
48
+ "rollup-plugin-postcss": "^4.0.2",
49
+ "rollup-plugin-visualizer": "^5.14.0",
50
+ "sass": "^1.80.6",
51
+ "storybook": "^8.4.5",
52
+ "storybook-addon-theme-provider": "^0.2.6",
53
+ "typescript": "^5.7.2",
54
+ "vite": "^5.4.10"
55
+ },
56
+ "peerDependencies": {
57
+ "react": "^18.2.0",
58
+ "react-dom": "^18.2.0"
59
+ },
60
+ "scripts": {
61
+ "storybook": "storybook dev -p 6006",
62
+ "build-storybook": "storybook build",
63
+ "build": "rimraf lib && tsc -b && cross-env NODE_ENV=production rollup -c",
64
+ "analyze": "tsc -b && cross-env ANALYZE=true rollup -c",
65
+ "sync": "git pull origin main && tsc -b && rollup -c",
66
+ "chromatic": "chromatic --exit-zero-on-changes",
67
+ "clean": "rimraf lib node_modules pnpm-lock.yaml package-lock.json yarn.lock"
68
+ },
69
+ "dependencies": {
70
+ "@babel/plugin-transform-react-jsx": "^7.24.7",
71
+ "@dnd-kit/core": "^6.1.0",
72
+ "@dnd-kit/modifiers": "^9.0.0",
73
+ "@dnd-kit/sortable": "^8.0.0",
74
+ "@dnd-kit/utilities": "^3.2.2",
75
+ "@vitejs/plugin-react": "^4.3.0",
76
+ "classnames": "^2.5.1",
77
+ "date-fns": "^3.6.0",
78
+ "date-fns-tz": "^3.2.0",
79
+ "draft-js": "^0.11.7",
80
+ "jsencrypt": "^3.3.2",
81
+ "node-forge": "^1.3.1",
82
+ "react-archer": "^4.4.0",
83
+ "react-day-picker": "^9.2.1",
84
+ "react-google-recaptcha": "^3.1.0",
85
+ "react-hook-form": "7.64.0",
86
+ "@types/react-window": "^1.8.8",
87
+ "react-window": "^1.8.10",
88
+ "scss": "^0.2.4",
89
+ "use-context-selector": "^2.0.0",
90
+ "vite-plugin-svgr": "^4.3.0",
91
+ "janus-gateway": "^1.3.1",
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"
100
+ },
101
+ "files": [
102
+ "lib",
103
+ "README.md",
104
+ "LICENSE"
105
+ ]
106
+ }