@foi/design-system 0.0.8 → 0.0.9

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,105 +1,105 @@
1
- {
2
- "name": "@foi/design-system",
3
- "version": "0.0.8",
4
- "type": "module",
5
- "main": "./dist/index.mjs",
6
- "module": "./dist/index.mjs",
7
- "types": "./dist/index.d.ts",
8
- "exports": {
9
- ".": {
10
- "import": "./dist/index.mjs",
11
- "types": "./dist/index.d.ts"
12
- },
13
- "./atoms": {
14
- "import": "./dist/atoms.mjs",
15
- "types": "./dist/atoms.d.ts"
16
- },
17
- "./molecules": {
18
- "import": "./dist/molecules.mjs",
19
- "types": "./dist/molecules.d.ts"
20
- },
21
- "./hocs": {
22
- "import": "./dist/hocs.mjs",
23
- "types": "./dist/hocs.d.ts"
24
- },
25
- "./hooks": {
26
- "import": "./dist/hooks.mjs",
27
- "types": "./dist/hooks.d.ts"
28
- },
29
- "./utilities": {
30
- "import": "./dist/utilities.mjs",
31
- "types": "./dist/utilities.d.ts"
32
- },
33
- "./theme": {
34
- "import": "./dist/theme.mjs",
35
- "types": "./dist/theme.d.ts"
36
- }
37
- },
38
- "files": [
39
- "dist"
40
- ],
41
- "scripts": {
42
- "dev": "vite",
43
- "build": "tsc -b && vite build",
44
- "build:lib": "cross-env BUILD_MODE=lib vite build && tsc -p tsconfig.lib.json",
45
- "prettier": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,scss,css}\"",
46
- "eslint": "eslint --fix .",
47
- "preview": "vite preview",
48
- "test": "vitest --ui",
49
- "storybook": "storybook dev -p 6006",
50
- "build-storybook": "storybook build"
51
- },
52
- "peerDependencies": {
53
- "@emotion/react": "^11.0.0",
54
- "@hookform/resolvers": "^5.0.0",
55
- "@mui/icons-material": "^9.0.0",
56
- "react": "^19.0.0",
57
- "react-dom": "^19.0.0",
58
- "react-hook-form": "^7.0.0"
59
- },
60
- "dependencies": {
61
- "@emotion/react": "^11.0.0",
62
- "@emotion/styled": "^11.14.1",
63
- "@hookform/resolvers": "^5.0.0",
64
- "@mui/icons-material": "^9.0.0",
65
- "@mui/material": "^9.0.1",
66
- "date-fns": "^4.1.0",
67
- "react": "^19.0.0",
68
- "react-dom": "^19.0.0",
69
- "react-hook-form": "^7.0.0",
70
- "react-router-dom": "^7.15.0",
71
- "zod": "^4.4.3",
72
- "zustand": "^5.0.13"
73
- },
74
- "devDependencies": {
75
- "@babel/core": "^7.29.0",
76
- "@eslint/js": "^10.0.1",
77
- "@rolldown/plugin-babel": "^0.2.3",
78
- "@storybook/addon-docs": "^10.3.6",
79
- "@storybook/react-vite": "^10.3.6",
80
- "@testing-library/react": "^16.3.2",
81
- "@types/babel__core": "^7.20.5",
82
- "@types/node": "^24.12.2",
83
- "@types/react": "^19.2.14",
84
- "@types/react-dom": "^19.2.3",
85
- "@vitejs/plugin-react": "^6.0.1",
86
- "@vitest/ui": "^4.1.5",
87
- "babel-plugin-react-compiler": "^1.0.0",
88
- "cross-env": "^10.1.0",
89
- "eslint": "^10.3.0",
90
- "eslint-config-prettier": "^10.1.8",
91
- "eslint-plugin-prettier": "^5.5.5",
92
- "eslint-plugin-react-hooks": "^7.1.1",
93
- "eslint-plugin-react-refresh": "^0.5.2",
94
- "eslint-plugin-storybook": "^10.3.6",
95
- "globals": "^17.5.0",
96
- "happy-dom": "^20.9.0",
97
- "prettier": "^3.8.3",
98
- "sass": "^1.99.0",
99
- "storybook": "^10.3.6",
100
- "typescript": "~6.0.2",
101
- "typescript-eslint": "^8.58.2",
102
- "vite": "^8.0.10",
103
- "vitest": "^4.1.5"
104
- }
105
- }
1
+ {
2
+ "name": "@foi/design-system",
3
+ "version": "0.0.9",
4
+ "type": "module",
5
+ "main": "./dist/index.mjs",
6
+ "module": "./dist/index.mjs",
7
+ "types": "./dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "import": "./dist/index.mjs",
11
+ "types": "./dist/index.d.ts"
12
+ },
13
+ "./atoms": {
14
+ "import": "./dist/atoms.mjs",
15
+ "types": "./dist/atoms.d.ts"
16
+ },
17
+ "./molecules": {
18
+ "import": "./dist/molecules.mjs",
19
+ "types": "./dist/molecules.d.ts"
20
+ },
21
+ "./hocs": {
22
+ "import": "./dist/hocs.mjs",
23
+ "types": "./dist/hocs.d.ts"
24
+ },
25
+ "./hooks": {
26
+ "import": "./dist/hooks.mjs",
27
+ "types": "./dist/hooks.d.ts"
28
+ },
29
+ "./utilities": {
30
+ "import": "./dist/utilities.mjs",
31
+ "types": "./dist/utilities.d.ts"
32
+ },
33
+ "./theme": {
34
+ "import": "./dist/theme.mjs",
35
+ "types": "./dist/theme.d.ts"
36
+ }
37
+ },
38
+ "files": [
39
+ "dist"
40
+ ],
41
+ "scripts": {
42
+ "dev": "vite",
43
+ "build": "tsc -b && vite build",
44
+ "build:lib": "cross-env BUILD_MODE=lib vite build && tsc -p tsconfig.lib.json",
45
+ "prettier": "prettier --write \"./**/*.{js,jsx,ts,tsx,json,scss,css}\"",
46
+ "eslint": "eslint --fix .",
47
+ "preview": "vite preview",
48
+ "test": "vitest --ui",
49
+ "storybook": "storybook dev -p 6006",
50
+ "build-storybook": "storybook build"
51
+ },
52
+ "peerDependencies": {
53
+ "@emotion/react": "^11.0.0",
54
+ "@hookform/resolvers": "^5.0.0",
55
+ "@mui/icons-material": "^9.0.0",
56
+ "react": "^19.0.0",
57
+ "react-dom": "^19.0.0",
58
+ "react-hook-form": "^7.0.0"
59
+ },
60
+ "dependencies": {
61
+ "@emotion/react": "^11.0.0",
62
+ "@emotion/styled": "^11.14.1",
63
+ "@hookform/resolvers": "^5.0.0",
64
+ "@mui/icons-material": "^9.0.0",
65
+ "@mui/material": "^9.0.1",
66
+ "date-fns": "^4.1.0",
67
+ "react": "^19.0.0",
68
+ "react-dom": "^19.0.0",
69
+ "react-hook-form": "^7.0.0",
70
+ "react-router-dom": "^7.15.0",
71
+ "zod": "^4.4.3",
72
+ "zustand": "^5.0.13"
73
+ },
74
+ "devDependencies": {
75
+ "@babel/core": "^7.29.0",
76
+ "@eslint/js": "^10.0.1",
77
+ "@rolldown/plugin-babel": "^0.2.3",
78
+ "@storybook/addon-docs": "^10.3.6",
79
+ "@storybook/react-vite": "^10.3.6",
80
+ "@testing-library/react": "^16.3.2",
81
+ "@types/babel__core": "^7.20.5",
82
+ "@types/node": "^24.12.2",
83
+ "@types/react": "^19.2.14",
84
+ "@types/react-dom": "^19.2.3",
85
+ "@vitejs/plugin-react": "^6.0.1",
86
+ "@vitest/ui": "^4.1.5",
87
+ "babel-plugin-react-compiler": "^1.0.0",
88
+ "cross-env": "^10.1.0",
89
+ "eslint": "^10.3.0",
90
+ "eslint-config-prettier": "^10.1.8",
91
+ "eslint-plugin-prettier": "^5.5.5",
92
+ "eslint-plugin-react-hooks": "^7.1.1",
93
+ "eslint-plugin-react-refresh": "^0.5.2",
94
+ "eslint-plugin-storybook": "^10.3.6",
95
+ "globals": "^17.5.0",
96
+ "happy-dom": "^20.9.0",
97
+ "prettier": "^3.8.3",
98
+ "sass": "^1.99.0",
99
+ "storybook": "^10.3.6",
100
+ "typescript": "~6.0.2",
101
+ "typescript-eslint": "^8.58.2",
102
+ "vite": "^8.0.10",
103
+ "vitest": "^4.1.5"
104
+ }
105
+ }