@homlista-devs/ui 1.0.0 → 1.1.0
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 +1 -0
- package/dist/design-system.cjs.js +13 -34
- package/dist/design-system.cjs.js.map +1 -1
- package/dist/design-system.es.js +1527 -1191
- package/dist/design-system.es.js.map +1 -1
- package/dist/index.css +2878 -0
- package/package.json +32 -22
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homlista-devs/ui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"main": "./dist/design-system.cjs.js",
|
|
5
5
|
"module": "./dist/design-system.es.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -26,13 +26,14 @@
|
|
|
26
26
|
],
|
|
27
27
|
"repository": {
|
|
28
28
|
"type": "git",
|
|
29
|
-
"url": "https://github.com/
|
|
29
|
+
"url": "https://github.com/Team-HomLista/design_system.git"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
32
|
"dev": "vite",
|
|
33
33
|
"build": "tsc --noEmit && vite build",
|
|
34
|
-
"build:lib": "vite build && npm run build:
|
|
35
|
-
"build:
|
|
34
|
+
"build:lib": "vite build && npm run build:css",
|
|
35
|
+
"build:lib:full": "vite build && npm run build:types && npm run build:css",
|
|
36
|
+
"build:types": "tsc --project tsconfig.app.json --emitDeclarationOnly --outDir dist/types --skipLibCheck",
|
|
36
37
|
"build:css": "postcss ./src/index.css -o ./dist/index.css --config ./postcss.config.js",
|
|
37
38
|
"lint": "eslint .",
|
|
38
39
|
"preview": "vite preview",
|
|
@@ -51,27 +52,17 @@
|
|
|
51
52
|
},
|
|
52
53
|
"dependencies": {
|
|
53
54
|
"@radix-ui/react-slot": "^1.2.3",
|
|
54
|
-
"@storybook/addon-themes": "^9.1.13",
|
|
55
|
-
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
56
|
-
"@tailwindcss/forms": "^0.5.10",
|
|
57
|
-
"@tailwindcss/typography": "^0.5.19",
|
|
58
|
-
"@testing-library/jest-dom": "^6.9.1",
|
|
59
|
-
"@testing-library/react": "^16.3.0",
|
|
60
|
-
"autoprefixer": "^10.4.21",
|
|
61
|
-
"axe-core": "^4.11.0",
|
|
62
55
|
"class-variance-authority": "^0.7.1",
|
|
63
56
|
"clsx": "^2.1.1",
|
|
64
|
-
"effector": "^23.4.4",
|
|
65
|
-
"effector-react": "^23.3.0",
|
|
66
|
-
"jsdom": "^27.0.1",
|
|
67
57
|
"lucide-react": "^0.547.0",
|
|
68
|
-
"postcss": "^8.5.6",
|
|
69
|
-
"react": "^19.1.1",
|
|
70
|
-
"react-dom": "^19.1.1",
|
|
71
58
|
"tailwind-merge": "^3.3.1",
|
|
72
|
-
"tailwindcss": "^
|
|
73
|
-
|
|
74
|
-
|
|
59
|
+
"tailwindcss-animate": "^1.0.7"
|
|
60
|
+
},
|
|
61
|
+
"peerDependencies": {
|
|
62
|
+
"react": "^18.0.0 || ^19.0.0",
|
|
63
|
+
"react-dom": "^18.0.0 || ^19.0.0",
|
|
64
|
+
"effector": "^23.0.0",
|
|
65
|
+
"effector-react": "^23.0.0"
|
|
75
66
|
},
|
|
76
67
|
"lint-staged": {
|
|
77
68
|
"*.{ts,tsx}": [
|
|
@@ -90,12 +81,21 @@
|
|
|
90
81
|
"@playwright/test": "^1.56.1",
|
|
91
82
|
"@semantic-release/changelog": "^6.0.3",
|
|
92
83
|
"@semantic-release/git": "^10.0.1",
|
|
84
|
+
"@semantic-release/github": "^12.0.1",
|
|
93
85
|
"@semantic-release/npm": "^13.1.1",
|
|
94
86
|
"@storybook/addon-a11y": "^9.1.13",
|
|
95
87
|
"@storybook/addon-docs": "^9.1.13",
|
|
96
88
|
"@storybook/addon-onboarding": "^9.1.13",
|
|
89
|
+
"@storybook/addon-styling-webpack": "^2.0.0",
|
|
90
|
+
"@storybook/addon-themes": "^9.1.13",
|
|
91
|
+
"@storybook/blocks": "^8.6.14",
|
|
97
92
|
"@storybook/react-vite": "^9.1.13",
|
|
93
|
+
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
94
|
+
"@tailwindcss/forms": "^0.5.10",
|
|
98
95
|
"@tailwindcss/postcss": "^4.1.16",
|
|
96
|
+
"@tailwindcss/typography": "^0.5.19",
|
|
97
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
98
|
+
"@testing-library/react": "^16.3.0",
|
|
99
99
|
"@testing-library/user-event": "^14.6.1",
|
|
100
100
|
"@types/node": "^24.6.0",
|
|
101
101
|
"@types/react": "^19.1.16",
|
|
@@ -103,20 +103,30 @@
|
|
|
103
103
|
"@vitejs/plugin-react": "^5.0.4",
|
|
104
104
|
"@vitest/coverage-v8": "^4.0.4",
|
|
105
105
|
"@vitest/ui": "^4.0.4",
|
|
106
|
+
"autoprefixer": "^10.4.21",
|
|
107
|
+
"axe-core": "^4.11.0",
|
|
106
108
|
"axe-playwright": "^2.2.2",
|
|
107
109
|
"chromatic": "^13.3.2",
|
|
110
|
+
"effector": "^23.4.4",
|
|
111
|
+
"effector-react": "^23.3.0",
|
|
108
112
|
"eslint": "^9.36.0",
|
|
109
113
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
110
114
|
"eslint-plugin-react-refresh": "^0.4.22",
|
|
111
115
|
"eslint-plugin-storybook": "^9.1.13",
|
|
112
116
|
"globals": "^16.4.0",
|
|
113
117
|
"husky": "^9.1.7",
|
|
118
|
+
"jsdom": "^27.0.1",
|
|
114
119
|
"lint-staged": "^16.2.6",
|
|
120
|
+
"postcss": "^8.5.6",
|
|
115
121
|
"postcss-cli": "^11.0.1",
|
|
122
|
+
"react": "^19.1.1",
|
|
123
|
+
"react-dom": "^19.1.1",
|
|
116
124
|
"semantic-release": "^25.0.1",
|
|
117
125
|
"storybook": "^9.1.13",
|
|
126
|
+
"tailwindcss": "^4.1.16",
|
|
118
127
|
"typescript": "~5.9.3",
|
|
119
128
|
"typescript-eslint": "^8.45.0",
|
|
120
|
-
"vite": "^7.1.7"
|
|
129
|
+
"vite": "^7.1.7",
|
|
130
|
+
"vitest": "^4.0.2"
|
|
121
131
|
}
|
|
122
132
|
}
|