pixel-react 1.14.89 → 1.14.90
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/README.md +75 -75
- package/lib/_virtual/index10.js +2 -2
- package/lib/_virtual/index11.js +2 -2
- package/lib/_virtual/index12.js +2 -2
- package/lib/_virtual/index9.js +2 -2
- package/lib/assets/icons/lambda_icon.svg.js +1 -1
- package/lib/assets/icons/lambda_icon.svg.js.map +1 -1
- package/lib/assets/icons/sause_lab_icon.svg.js +1 -1
- package/lib/assets/icons/sause_lab_icon.svg.js.map +1 -1
- package/lib/assets/icons/spinner.svg.js +1 -1
- package/lib/assets/icons/spinner.svg.js.map +1 -1
- package/lib/components/Button/Button.js +2 -2
- package/lib/components/Button/Button.js.map +1 -1
- package/lib/index.cjs +933 -1067
- package/lib/index.cjs.map +1 -1
- package/lib/node_modules/js-beautify/js/src/css/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/css/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/css/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/html/options.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/beautifier.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/index.js +1 -1
- package/lib/node_modules/js-beautify/js/src/javascript/options.js +1 -1
- package/lib/node_modules/libphonenumber-js/es6/AsYouType.js +8 -6
- package/lib/node_modules/libphonenumber-js/es6/AsYouType.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.complete.js +4 -4
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.complete.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.js +4 -4
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeFormatter.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeParser.js +28 -41
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeParser.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeState.js +17 -21
- package/lib/node_modules/libphonenumber-js/es6/AsYouTypeState.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/PhoneNumber.js +1 -1
- package/lib/node_modules/libphonenumber-js/es6/PhoneNumber.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/format.js +91 -50
- package/lib/node_modules/libphonenumber-js/es6/format.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js +6 -39
- package/lib/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +10 -13
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +8 -10
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js +5 -15
- package/lib/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +2 -2
- package/lib/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js +8 -30
- package/lib/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js +4 -4
- package/lib/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/isPossible.js +4 -4
- package/lib/node_modules/libphonenumber-js/es6/isPossible.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/metadata.js +1 -1
- package/lib/node_modules/libphonenumber-js/es6/metadata.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/parse.js +7 -9
- package/lib/node_modules/libphonenumber-js/es6/parse.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js +7 -7
- package/lib/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js.map +1 -1
- package/lib/node_modules/libphonenumber-js/metadata.min.json.js +11 -11
- package/lib/node_modules/libphonenumber-js/metadata.min.json.js.map +1 -1
- package/lib/node_modules/prop-types/index.js +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/DayPicker.js +21 -33
- package/lib/node_modules/react-day-picker/dist/esm/DayPicker.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/classes/DateLib.js +0 -41
- package/lib/node_modules/react-day-picker/dist/esm/classes/DateLib.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js +2 -3
- package/lib/node_modules/react-day-picker/dist/esm/formatters/formatCaption.js.map +1 -1
- package/lib/node_modules/react-day-picker/dist/esm/labels/labelGrid.js +2 -3
- package/lib/node_modules/react-day-picker/dist/esm/labels/labelGrid.js.map +1 -1
- package/lib/node_modules/react-hook-form/dist/index.esm.js +38 -60
- package/lib/node_modules/react-hook-form/dist/index.esm.js.map +1 -1
- package/lib/node_modules/react-virtuoso/dist/index.js +397 -397
- package/lib/node_modules/react-virtuoso/dist/index.js.map +1 -1
- package/lib/node_modules/ua-parser-js/src/ua-parser.js +71 -85
- package/lib/node_modules/ua-parser-js/src/ua-parser.js.map +1 -1
- package/lib/styles.css +1 -1
- package/lib/styles.css.map +1 -1
- 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.14.
|
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/react": "^18.3.12",
|
35
|
-
"@types/react-dom": "^18.3.1",
|
36
|
-
"@types/react-draft-wysiwyg": "^1.13.8",
|
37
|
-
"@types/react-google-recaptcha": "^2.1.9",
|
38
|
-
"chromatic": "^11.16.5",
|
39
|
-
"cross-env": "^7.0.3",
|
40
|
-
"postcss": "^8.4.35",
|
41
|
-
"react": "^18.2.0",
|
42
|
-
"react-dom": "^18.2.0",
|
43
|
-
"rimraf": "^6.0.1",
|
44
|
-
"rollup": "^4.24.4",
|
45
|
-
"rollup-plugin-commonjs": "^10.1.0",
|
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 && 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
|
-
},
|
68
|
-
"dependencies": {
|
69
|
-
"@babel/plugin-transform-react-jsx": "^7.24.7",
|
70
|
-
"@dnd-kit/core": "^6.1.0",
|
71
|
-
"@dnd-kit/modifiers": "^9.0.0",
|
72
|
-
"@dnd-kit/sortable": "^8.0.0",
|
73
|
-
"@dnd-kit/utilities": "^3.2.2",
|
74
|
-
"@monaco-editor/react": "^4.6.0",
|
75
|
-
"@types/react-window": "^1.8.8",
|
76
|
-
"@vitejs/plugin-react": "^4.3.0",
|
77
|
-
"classnames": "^2.5.1",
|
78
|
-
"date-fns": "^3.6.0",
|
79
|
-
"date-fns-tz": "^3.2.0",
|
80
|
-
"draft-js": "^0.11.7",
|
81
|
-
"janus-gateway": "^1.3.1",
|
82
|
-
"js-beautify": "^1.15.1",
|
83
|
-
"monaco-editor": "^0.52.2",
|
84
|
-
"prop-types": "^15.6.2",
|
85
|
-
"react-archer": "^4.4.0",
|
86
|
-
"react-day-picker": "^9.2.1",
|
87
|
-
"react-draft-wysiwyg": "^1.15.0",
|
88
|
-
"react-google-recaptcha": "^3.1.0",
|
89
|
-
"react-hook-form": "^7.53.0",
|
90
|
-
"react-phone-input-2": "^2.15.1",
|
91
|
-
"react-phone-number-input": "^3.4.12",
|
92
|
-
"react-virtuoso": "^4.13.0",
|
93
|
-
"react-window": "^1.8.10",
|
94
|
-
"scheduler": "^0.19.0",
|
95
|
-
"scss": "^0.2.4",
|
96
|
-
"use-context-selector": "^2.0.0",
|
97
|
-
"vite-plugin-svgr": "^4.3.0",
|
98
|
-
"webrtc-adapter": "^9.0.1",
|
99
|
-
"yarn": "^1.22.22"
|
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.14.90",
|
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/react": "^18.3.12",
|
35
|
+
"@types/react-dom": "^18.3.1",
|
36
|
+
"@types/react-draft-wysiwyg": "^1.13.8",
|
37
|
+
"@types/react-google-recaptcha": "^2.1.9",
|
38
|
+
"chromatic": "^11.16.5",
|
39
|
+
"cross-env": "^7.0.3",
|
40
|
+
"postcss": "^8.4.35",
|
41
|
+
"react": "^18.2.0",
|
42
|
+
"react-dom": "^18.2.0",
|
43
|
+
"rimraf": "^6.0.1",
|
44
|
+
"rollup": "^4.24.4",
|
45
|
+
"rollup-plugin-commonjs": "^10.1.0",
|
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 && 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
|
+
},
|
68
|
+
"dependencies": {
|
69
|
+
"@babel/plugin-transform-react-jsx": "^7.24.7",
|
70
|
+
"@dnd-kit/core": "^6.1.0",
|
71
|
+
"@dnd-kit/modifiers": "^9.0.0",
|
72
|
+
"@dnd-kit/sortable": "^8.0.0",
|
73
|
+
"@dnd-kit/utilities": "^3.2.2",
|
74
|
+
"@monaco-editor/react": "^4.6.0",
|
75
|
+
"@types/react-window": "^1.8.8",
|
76
|
+
"@vitejs/plugin-react": "^4.3.0",
|
77
|
+
"classnames": "^2.5.1",
|
78
|
+
"date-fns": "^3.6.0",
|
79
|
+
"date-fns-tz": "^3.2.0",
|
80
|
+
"draft-js": "^0.11.7",
|
81
|
+
"janus-gateway": "^1.3.1",
|
82
|
+
"js-beautify": "^1.15.1",
|
83
|
+
"monaco-editor": "^0.52.2",
|
84
|
+
"prop-types": "^15.6.2",
|
85
|
+
"react-archer": "^4.4.0",
|
86
|
+
"react-day-picker": "^9.2.1",
|
87
|
+
"react-draft-wysiwyg": "^1.15.0",
|
88
|
+
"react-google-recaptcha": "^3.1.0",
|
89
|
+
"react-hook-form": "^7.53.0",
|
90
|
+
"react-phone-input-2": "^2.15.1",
|
91
|
+
"react-phone-number-input": "^3.4.12",
|
92
|
+
"react-virtuoso": "^4.13.0",
|
93
|
+
"react-window": "^1.8.10",
|
94
|
+
"scheduler": "^0.19.0",
|
95
|
+
"scss": "^0.2.4",
|
96
|
+
"use-context-selector": "^2.0.0",
|
97
|
+
"vite-plugin-svgr": "^4.3.0",
|
98
|
+
"webrtc-adapter": "^9.0.1",
|
99
|
+
"yarn": "^1.22.22"
|
100
|
+
},
|
101
|
+
"files": [
|
102
|
+
"lib",
|
103
|
+
"README.md",
|
104
|
+
"LICENSE"
|
105
|
+
]
|
106
|
+
}
|