@protonradio/proton-ui 0.7.19 → 0.7.21

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/package.json CHANGED
@@ -1,91 +1,91 @@
1
- {
2
- "name": "@protonradio/proton-ui",
3
- "version": "0.7.19",
4
- "description": "",
5
- "main": "./dist/proton-ui.umd.js",
6
- "module": "./dist/proton-ui.es.js",
7
- "exports": {
8
- ".": {
9
- "types": "./dist/index.d.ts",
10
- "import": "./dist/index.es.js",
11
- "require": "./dist/index.cjs.js"
12
- },
13
- "./styles": "./dist/style.css",
14
- "./utils": {
15
- "types": "./dist/utils.d.ts",
16
- "import": "./dist/utils.es.js",
17
- "require": "./dist/utils.cjs.js"
18
- },
19
- "./constants": {
20
- "types": "./dist/constants.d.ts",
21
- "import": "./dist/constants.es.js",
22
- "require": "./dist/constants.cjs.js"
23
- }
24
- },
25
- "typesVersions": {
26
- "*": {
27
- "*": [
28
- "./dist/index.d.ts"
29
- ],
30
- "constants": [
31
- "./dist/constants.d.ts"
32
- ],
33
- "utils": [
34
- "./dist/utils.d.ts"
35
- ]
36
- }
37
- },
38
- "scripts": {
39
- "dev": "vite",
40
- "build": "vite build",
41
- "preview": "vite preview",
42
- "storybook": "storybook dev -p 6006",
43
- "build-storybook": "storybook build",
44
- "test": "jest",
45
- "dev-test": "jest --watch",
46
- "prepare": "vite build",
47
- "chromatic": "npx chromatic --exit-once-uploaded flag --force-rebuild --project-token=$CHROMATIC_PROJECT_TOKEN",
48
- "omlet:analyze": "npx @omlet/cli analyze"
49
- },
50
- "files": [
51
- "dist"
52
- ],
53
- "author": "",
54
- "license": "MIT",
55
- "dependencies": {
56
- "@storybook/cli": "^8.4.2",
57
- "color2k": "^2.0.3",
58
- "react": "^18.3.1",
59
- "react-aria": "^3.35.1",
60
- "react-aria-components": "^1.4.1",
61
- "react-dom": "^18.3.1",
62
- "react-stately": "^3.33.0",
63
- "colorthief": "^2.6.0"
64
- },
65
- "devDependencies": {
66
- "@chromatic-com/storybook": "^3.2.2",
67
- "@storybook/addon-a11y": "^8.4.2",
68
- "@storybook/addon-essentials": "^8.4.2",
69
- "@storybook/addon-interactions": "^8.4.2",
70
- "@storybook/addon-links": "^8.4.2",
71
- "@storybook/addon-onboarding": "^8.4.2",
72
- "@storybook/blocks": "^8.4.2",
73
- "@storybook/react": "^8.4.2",
74
- "@storybook/react-vite": "^8.4.2",
75
- "@storybook/test": "^8.4.2",
76
- "@testing-library/jest-dom": "^6.6.3",
77
- "@testing-library/react": "^16.0.1",
78
- "@testing-library/user-event": "^14.5.2",
79
- "@types/jest": "^29.5.14",
80
- "@vitejs/plugin-react": "^4.3.3",
81
- "jest": "^29.7.0",
82
- "jest-environment-jsdom": "^29.7.0",
83
- "lightningcss": "^1.28.1",
84
- "react-docgen-typescript": "^2.2.2",
85
- "storybook": "^8.4.2",
86
- "ts-jest": "^29.2.5",
87
- "ts-node": "^10.9.2",
88
- "vite": "^5.4.10",
89
- "vite-plugin-dts": "^4.3.0"
90
- }
91
- }
1
+ {
2
+ "name": "@protonradio/proton-ui",
3
+ "version": "0.7.21",
4
+ "description": "",
5
+ "main": "./dist/proton-ui.umd.js",
6
+ "module": "./dist/proton-ui.es.js",
7
+ "exports": {
8
+ ".": {
9
+ "types": "./dist/index.d.ts",
10
+ "import": "./dist/index.es.js",
11
+ "require": "./dist/index.cjs.js"
12
+ },
13
+ "./styles": "./dist/style.css",
14
+ "./utils": {
15
+ "types": "./dist/utils.d.ts",
16
+ "import": "./dist/utils.es.js",
17
+ "require": "./dist/utils.cjs.js"
18
+ },
19
+ "./constants": {
20
+ "types": "./dist/constants.d.ts",
21
+ "import": "./dist/constants.es.js",
22
+ "require": "./dist/constants.cjs.js"
23
+ }
24
+ },
25
+ "typesVersions": {
26
+ "*": {
27
+ "*": [
28
+ "./dist/index.d.ts"
29
+ ],
30
+ "constants": [
31
+ "./dist/constants.d.ts"
32
+ ],
33
+ "utils": [
34
+ "./dist/utils.d.ts"
35
+ ]
36
+ }
37
+ },
38
+ "scripts": {
39
+ "dev": "vite",
40
+ "build": "vite build",
41
+ "preview": "vite preview",
42
+ "storybook": "storybook dev -p 6006",
43
+ "build-storybook": "storybook build",
44
+ "test": "jest",
45
+ "dev-test": "jest --watch",
46
+ "prepare": "vite build",
47
+ "chromatic": "npx chromatic --exit-once-uploaded flag --force-rebuild --project-token=$CHROMATIC_PROJECT_TOKEN",
48
+ "omlet:analyze": "npx @omlet/cli analyze"
49
+ },
50
+ "files": [
51
+ "dist"
52
+ ],
53
+ "author": "",
54
+ "license": "MIT",
55
+ "dependencies": {
56
+ "@storybook/cli": "^8.4.2",
57
+ "color2k": "^2.0.3",
58
+ "react": "^18.3.1",
59
+ "react-aria": "^3.35.1",
60
+ "react-aria-components": "^1.4.1",
61
+ "react-dom": "^18.3.1",
62
+ "react-stately": "^3.33.0",
63
+ "colorthief": "^2.6.0"
64
+ },
65
+ "devDependencies": {
66
+ "@chromatic-com/storybook": "^3.2.2",
67
+ "@storybook/addon-a11y": "^8.4.2",
68
+ "@storybook/addon-essentials": "^8.4.2",
69
+ "@storybook/addon-interactions": "^8.4.2",
70
+ "@storybook/addon-links": "^8.4.2",
71
+ "@storybook/addon-onboarding": "^8.4.2",
72
+ "@storybook/blocks": "^8.4.2",
73
+ "@storybook/react": "^8.4.2",
74
+ "@storybook/react-vite": "^8.4.2",
75
+ "@storybook/test": "^8.4.2",
76
+ "@testing-library/jest-dom": "^6.6.3",
77
+ "@testing-library/react": "^16.0.1",
78
+ "@testing-library/user-event": "^14.5.2",
79
+ "@types/jest": "^29.5.14",
80
+ "@vitejs/plugin-react": "^4.3.3",
81
+ "jest": "^29.7.0",
82
+ "jest-environment-jsdom": "^29.7.0",
83
+ "lightningcss": "^1.28.1",
84
+ "react-docgen-typescript": "^2.2.2",
85
+ "storybook": "^8.4.2",
86
+ "ts-jest": "^29.2.5",
87
+ "ts-node": "^10.9.2",
88
+ "vite": "^5.4.10",
89
+ "vite-plugin-dts": "^4.3.0"
90
+ }
91
+ }