pixel-react 1.15.31 → 1.15.32

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 (28) hide show
  1. package/README.md +75 -75
  2. package/lib/ThirdPartyPackages/JanusGateway.js +5 -2
  3. package/lib/ThirdPartyPackages/JanusGateway.js.map +1 -1
  4. package/lib/_virtual/index12.js +2 -2
  5. package/lib/_virtual/index9.js +2 -2
  6. package/lib/assets/icons/spinner.svg.js +1 -1
  7. package/lib/assets/icons/spinner.svg.js.map +1 -1
  8. package/lib/components/AppHeader/AppHeader.js +1 -1
  9. package/lib/components/AppHeader/AppHeader.js.map +1 -1
  10. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js +67 -10
  11. package/lib/components/Excel/ExcelFile/ExcelFileComponents/reducer.js.map +1 -1
  12. package/lib/components/StepsLandingTable/StepLandingTable.js +4 -3
  13. package/lib/components/StepsLandingTable/StepLandingTable.js.map +1 -1
  14. package/lib/index.cjs +3288 -23
  15. package/lib/index.cjs.map +1 -1
  16. package/lib/index.js +1 -1
  17. package/lib/node_modules/janus-gateway/npm/dist/janus.es.js +3210 -0
  18. package/lib/node_modules/janus-gateway/npm/dist/janus.es.js.map +1 -0
  19. package/lib/node_modules/js-beautify/js/src/css/beautifier.js +1 -1
  20. package/lib/node_modules/js-beautify/js/src/css/options.js +1 -1
  21. package/lib/node_modules/js-beautify/js/src/html/index.js +1 -1
  22. package/lib/node_modules/js-beautify/js/src/html/options.js +1 -1
  23. package/lib/node_modules/js-beautify/js/src/javascript/beautifier.js +1 -1
  24. package/lib/node_modules/js-beautify/js/src/javascript/options.js +1 -1
  25. package/lib/node_modules/libphonenumber-js/metadata.min.json.js +4 -4
  26. package/lib/node_modules/libphonenumber-js/metadata.min.json.js.map +1 -1
  27. package/lib/node_modules/prop-types/index.js +1 -1
  28. package/package.json +109 -109
@@ -1,4 +1,4 @@
1
- import { __module as propTypes } from '../../_virtual/index9.js';
1
+ import { __module as propTypes } from '../../_virtual/index12.js';
2
2
  import { __require as requireReactIs } from '../react-is/index.js';
3
3
  import { __require as requireFactoryWithTypeCheckers } from './factoryWithTypeCheckers.js';
4
4
  import { __require as requireFactoryWithThrowingShims } from './factoryWithThrowingShims.js';
package/package.json CHANGED
@@ -1,109 +1,109 @@
1
- {
2
- "name": "pixel-react",
3
- "description": "Great for pixel-perfect, design-focused components in React",
4
- "version": "1.15.31",
5
- "main": "lib/index.cjs",
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
- "@babel/core": "^7.0.0",
17
- "@babel/preset-react": "^7.26.3",
18
- "@chromatic-com/storybook": "^3.2.2",
19
- "@rollup/plugin-babel": "^6.0.4",
20
- "@rollup/plugin-commonjs": "^28.0.2",
21
- "@rollup/plugin-node-resolve": "^16.0.0",
22
- "@rollup/plugin-typescript": "^12.1.2",
23
- "@rollup/plugin-url": "^8.0.2",
24
- "@storybook/addon-docs": "^8.4.5",
25
- "@storybook/addon-essentials": "^8.4.5",
26
- "@storybook/addon-interactions": "^8.4.5",
27
- "@storybook/addon-links": "^8.4.5",
28
- "@storybook/addon-onboarding": "^8.4.5",
29
- "@storybook/blocks": "^8.4.5",
30
- "@storybook/react": "^8.4.5",
31
- "@storybook/react-vite": "^8.4.5",
32
- "@storybook/test": "^8.4.5",
33
- "@types/js-beautify": "^1.14.3",
34
- "@types/node-forge": "^1.3.14",
35
- "@types/react": "^18.3.12",
36
- "@types/react-dom": "^18.3.1",
37
- "@types/react-draft-wysiwyg": "^1.13.8",
38
- "@types/react-google-recaptcha": "^2.1.9",
39
- "chromatic": "^11.16.5",
40
- "cross-env": "^7.0.3",
41
- "postcss": "^8.4.35",
42
- "react": "^18.2.0",
43
- "react-dom": "^18.2.0",
44
- "rimraf": "^6.0.1",
45
- "rollup": "^4.24.4",
46
- "rollup-plugin-commonjs": "^10.1.0",
47
- "rollup-plugin-dts": "^6.1.0",
48
- "rollup-plugin-peer-deps-external": "^2.2.4",
49
- "rollup-plugin-postcss": "^4.0.2",
50
- "rollup-plugin-visualizer": "^5.14.0",
51
- "sass": "^1.80.6",
52
- "storybook": "^8.4.5",
53
- "storybook-addon-theme-provider": "^0.2.6",
54
- "typescript": "^5.7.2",
55
- "vite": "^5.4.10"
56
- },
57
- "peerDependencies": {
58
- "react": "^18.2.0",
59
- "react-dom": "^18.2.0"
60
- },
61
- "scripts": {
62
- "storybook": "storybook dev -p 6006",
63
- "build-storybook": "storybook build",
64
- "build": "rimraf lib && tsc -b && rollup -c",
65
- "analyze": "tsc -b && cross-env ANALYZE=true rollup -c",
66
- "sync": "git pull origin main && tsc -b && rollup -c",
67
- "chromatic": "chromatic --exit-zero-on-changes"
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
- "@monaco-editor/react": "^4.6.0",
76
- "@types/react-window": "^1.8.8",
77
- "@vitejs/plugin-react": "^4.3.0",
78
- "classnames": "^2.5.1",
79
- "date-fns": "^3.6.0",
80
- "date-fns-tz": "^3.2.0",
81
- "draft-js": "^0.11.7",
82
- "janus-gateway": "^1.3.1",
83
- "js-beautify": "^1.15.1",
84
- "jsencrypt": "^3.3.2",
85
- "monaco-editor": "^0.53.0",
86
- "node-forge": "^1.3.1",
87
- "prop-types": "^15.6.2",
88
- "react-archer": "^4.4.0",
89
- "react-day-picker": "^9.2.1",
90
- "react-draft-wysiwyg": "^1.15.0",
91
- "react-google-recaptcha": "^3.1.0",
92
- "react-hook-form": "7.64.0",
93
- "react-phone-input-2": "^2.15.1",
94
- "react-phone-number-input": "^3.4.12",
95
- "react-virtuoso": "^4.13.0",
96
- "react-window": "^1.8.10",
97
- "scheduler": "^0.19.0",
98
- "scss": "^0.2.4",
99
- "use-context-selector": "^2.0.0",
100
- "vite-plugin-svgr": "^4.3.0",
101
- "webrtc-adapter": "^9.0.1",
102
- "yarn": "^1.22.22"
103
- },
104
- "files": [
105
- "lib",
106
- "README.md",
107
- "LICENSE"
108
- ]
109
- }
1
+ {
2
+ "name": "pixel-react",
3
+ "description": "Great for pixel-perfect, design-focused components in React",
4
+ "version": "1.15.32",
5
+ "main": "lib/index.cjs",
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
+ "@babel/core": "^7.0.0",
17
+ "@babel/preset-react": "^7.26.3",
18
+ "@chromatic-com/storybook": "^3.2.2",
19
+ "@rollup/plugin-babel": "^6.0.4",
20
+ "@rollup/plugin-commonjs": "^28.0.2",
21
+ "@rollup/plugin-node-resolve": "^16.0.0",
22
+ "@rollup/plugin-typescript": "^12.1.2",
23
+ "@rollup/plugin-url": "^8.0.2",
24
+ "@storybook/addon-docs": "^8.4.5",
25
+ "@storybook/addon-essentials": "^8.4.5",
26
+ "@storybook/addon-interactions": "^8.4.5",
27
+ "@storybook/addon-links": "^8.4.5",
28
+ "@storybook/addon-onboarding": "^8.4.5",
29
+ "@storybook/blocks": "^8.4.5",
30
+ "@storybook/react": "^8.4.5",
31
+ "@storybook/react-vite": "^8.4.5",
32
+ "@storybook/test": "^8.4.5",
33
+ "@types/js-beautify": "^1.14.3",
34
+ "@types/node-forge": "^1.3.14",
35
+ "@types/react": "^18.3.12",
36
+ "@types/react-dom": "^18.3.1",
37
+ "@types/react-draft-wysiwyg": "^1.13.8",
38
+ "@types/react-google-recaptcha": "^2.1.9",
39
+ "chromatic": "^11.16.5",
40
+ "cross-env": "^7.0.3",
41
+ "postcss": "^8.4.35",
42
+ "react": "^18.2.0",
43
+ "react-dom": "^18.2.0",
44
+ "rimraf": "^6.0.1",
45
+ "rollup": "^4.24.4",
46
+ "rollup-plugin-commonjs": "^10.1.0",
47
+ "rollup-plugin-dts": "^6.1.0",
48
+ "rollup-plugin-peer-deps-external": "^2.2.4",
49
+ "rollup-plugin-postcss": "^4.0.2",
50
+ "rollup-plugin-visualizer": "^5.14.0",
51
+ "sass": "^1.80.6",
52
+ "storybook": "^8.4.5",
53
+ "storybook-addon-theme-provider": "^0.2.6",
54
+ "typescript": "^5.7.2",
55
+ "vite": "^5.4.10"
56
+ },
57
+ "peerDependencies": {
58
+ "react": "^18.2.0",
59
+ "react-dom": "^18.2.0"
60
+ },
61
+ "scripts": {
62
+ "storybook": "storybook dev -p 6006",
63
+ "build-storybook": "storybook build",
64
+ "build": "rimraf lib && tsc -b && rollup -c",
65
+ "analyze": "tsc -b && cross-env ANALYZE=true rollup -c",
66
+ "sync": "git pull origin main && tsc -b && rollup -c",
67
+ "chromatic": "chromatic --exit-zero-on-changes"
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
+ "@monaco-editor/react": "^4.6.0",
76
+ "@types/react-window": "^1.8.8",
77
+ "@vitejs/plugin-react": "^4.3.0",
78
+ "classnames": "^2.5.1",
79
+ "date-fns": "^3.6.0",
80
+ "date-fns-tz": "^3.2.0",
81
+ "draft-js": "^0.11.7",
82
+ "janus-gateway": "^1.3.1",
83
+ "js-beautify": "^1.15.1",
84
+ "jsencrypt": "^3.3.2",
85
+ "monaco-editor": "^0.53.0",
86
+ "node-forge": "^1.3.1",
87
+ "prop-types": "^15.6.2",
88
+ "react-archer": "^4.4.0",
89
+ "react-day-picker": "^9.2.1",
90
+ "react-draft-wysiwyg": "^1.15.0",
91
+ "react-google-recaptcha": "^3.1.0",
92
+ "react-hook-form": "7.64.0",
93
+ "react-phone-input-2": "^2.15.1",
94
+ "react-phone-number-input": "^3.4.12",
95
+ "react-virtuoso": "^4.13.0",
96
+ "react-window": "^1.8.10",
97
+ "scheduler": "^0.19.0",
98
+ "scss": "^0.2.4",
99
+ "use-context-selector": "^2.0.0",
100
+ "vite-plugin-svgr": "^4.3.0",
101
+ "webrtc-adapter": "^9.0.1",
102
+ "yarn": "^1.22.22"
103
+ },
104
+ "files": [
105
+ "lib",
106
+ "README.md",
107
+ "LICENSE"
108
+ ]
109
+ }