@clasing/ui 0.1.110 → 0.1.111
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/dist/index.d.ts +14 -0
- package/dist/index.es.js +1675 -1419
- package/dist/index.umd.js +4 -4
- package/dist/ui.css +284 -284
- package/package.json +92 -92
package/package.json
CHANGED
|
@@ -1,92 +1,92 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@clasing/ui",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"main": "./dist/index.umd.js",
|
|
6
|
-
"module": "./dist/index.es.js",
|
|
7
|
-
"types": "./dist/index.d.ts",
|
|
8
|
-
"files": [
|
|
9
|
-
"dist"
|
|
10
|
-
],
|
|
11
|
-
"exports": {
|
|
12
|
-
".": {
|
|
13
|
-
"import": "./dist/index.es.js",
|
|
14
|
-
"require": "./dist/index.umd.js",
|
|
15
|
-
"types": "./dist/index.d.ts"
|
|
16
|
-
},
|
|
17
|
-
"./styles": "./dist/ui.css"
|
|
18
|
-
},
|
|
19
|
-
"scripts": {
|
|
20
|
-
"dev": "vite",
|
|
21
|
-
"build": "tsc && vite build",
|
|
22
|
-
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
23
|
-
"preview": "vite preview",
|
|
24
|
-
"test": "vitest --run",
|
|
25
|
-
"test:watch": "vitest",
|
|
26
|
-
"storybook": "storybook dev -p 6006",
|
|
27
|
-
"build-storybook": "pnpm build && storybook build",
|
|
28
|
-
"format": "prettier --check --ignore-path .gitignore .",
|
|
29
|
-
"format:fix": "prettier --write --ignore-path .gitignore .",
|
|
30
|
-
"check": "prettier --check \"**/*.{ts,tsx,js,jsx,md,mdx,css,yaml,yml}\"",
|
|
31
|
-
"release": "standard-version"
|
|
32
|
-
},
|
|
33
|
-
"dependencies": {
|
|
34
|
-
"class-variance-authority": "^0.7.1",
|
|
35
|
-
"clsx": "^2.1.1",
|
|
36
|
-
"express": "^5.1.0",
|
|
37
|
-
"express-basic-auth": "^1.2.1",
|
|
38
|
-
"react": "^19.1.0",
|
|
39
|
-
"react-docgen": "^7.1.1",
|
|
40
|
-
"react-dom": "^19.1.0",
|
|
41
|
-
"standard-version": "^9.5.0",
|
|
42
|
-
"tailwind-merge": "^3.2.0"
|
|
43
|
-
},
|
|
44
|
-
"devDependencies": {
|
|
45
|
-
"@chromatic-com/storybook": "^3.2.6",
|
|
46
|
-
"@storybook/addon-essentials": "^8.6.12",
|
|
47
|
-
"@storybook/addon-interactions": "^8.6.12",
|
|
48
|
-
"@storybook/addon-links": "^8.6.12",
|
|
49
|
-
"@storybook/addon-onboarding": "^8.6.12",
|
|
50
|
-
"@storybook/blocks": "^8.6.12",
|
|
51
|
-
"@storybook/react": "^8.6.12",
|
|
52
|
-
"@storybook/react-vite": "^8.6.12",
|
|
53
|
-
"@storybook/test": "^8.6.12",
|
|
54
|
-
"@tailwindcss/forms": "^0.5.10",
|
|
55
|
-
"@tailwindcss/vite": "^4.1.4",
|
|
56
|
-
"@testing-library/jest-dom": "^6.6.3",
|
|
57
|
-
"@testing-library/react": "^16.3.0",
|
|
58
|
-
"@testing-library/user-event": "^14.6.1",
|
|
59
|
-
"@types/node": "^22.14.1",
|
|
60
|
-
"@types/react": "^19.1.2",
|
|
61
|
-
"@types/react-dom": "^19.1.2",
|
|
62
|
-
"@typescript-eslint/eslint-plugin": "^8.31.0",
|
|
63
|
-
"@typescript-eslint/parser": "^8.31.0",
|
|
64
|
-
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
65
|
-
"eslint": "^9.25.1",
|
|
66
|
-
"eslint-config-prettier": "^10.1.2",
|
|
67
|
-
"eslint-plugin-import": "^2.31.0",
|
|
68
|
-
"eslint-plugin-prettier": "^5.2.6",
|
|
69
|
-
"eslint-plugin-react-hooks": "^5.2.0",
|
|
70
|
-
"eslint-plugin-react-refresh": "^0.4.20",
|
|
71
|
-
"eslint-plugin-storybook": "^0.12.0",
|
|
72
|
-
"jsdom": "^26.1.0",
|
|
73
|
-
"prettier": "3.5.3",
|
|
74
|
-
"prettier-plugin-organize-imports": "^4.1.0",
|
|
75
|
-
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
76
|
-
"storybook": "^8.6.12",
|
|
77
|
-
"tailwindcss": "^4.1.4",
|
|
78
|
-
"typescript": "^5.8.3",
|
|
79
|
-
"vite": "^6.3.2",
|
|
80
|
-
"vite-plugin-dts": "^4.5.3",
|
|
81
|
-
"vite-tsconfig-paths": "^5.1.4",
|
|
82
|
-
"vitest": "^3.1.2"
|
|
83
|
-
},
|
|
84
|
-
"peerDependencies": {
|
|
85
|
-
"@floating-ui/react": "^0.27.3",
|
|
86
|
-
"@tabler/icons-react": "^3.3.0",
|
|
87
|
-
"@tailwindcss/forms": "^0.5.7",
|
|
88
|
-
"date-fns": "^4.1.0",
|
|
89
|
-
"react-day-picker": "9.5.1",
|
|
90
|
-
"react-phone-number-input": "^3.4.12"
|
|
91
|
-
}
|
|
92
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@clasing/ui",
|
|
3
|
+
"version": "0.1.111",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "./dist/index.umd.js",
|
|
6
|
+
"module": "./dist/index.es.js",
|
|
7
|
+
"types": "./dist/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"import": "./dist/index.es.js",
|
|
14
|
+
"require": "./dist/index.umd.js",
|
|
15
|
+
"types": "./dist/index.d.ts"
|
|
16
|
+
},
|
|
17
|
+
"./styles": "./dist/ui.css"
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"dev": "vite",
|
|
21
|
+
"build": "tsc && vite build",
|
|
22
|
+
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
23
|
+
"preview": "vite preview",
|
|
24
|
+
"test": "vitest --run",
|
|
25
|
+
"test:watch": "vitest",
|
|
26
|
+
"storybook": "storybook dev -p 6006",
|
|
27
|
+
"build-storybook": "pnpm build && storybook build",
|
|
28
|
+
"format": "prettier --check --ignore-path .gitignore .",
|
|
29
|
+
"format:fix": "prettier --write --ignore-path .gitignore .",
|
|
30
|
+
"check": "prettier --check \"**/*.{ts,tsx,js,jsx,md,mdx,css,yaml,yml}\"",
|
|
31
|
+
"release": "standard-version"
|
|
32
|
+
},
|
|
33
|
+
"dependencies": {
|
|
34
|
+
"class-variance-authority": "^0.7.1",
|
|
35
|
+
"clsx": "^2.1.1",
|
|
36
|
+
"express": "^5.1.0",
|
|
37
|
+
"express-basic-auth": "^1.2.1",
|
|
38
|
+
"react": "^19.1.0",
|
|
39
|
+
"react-docgen": "^7.1.1",
|
|
40
|
+
"react-dom": "^19.1.0",
|
|
41
|
+
"standard-version": "^9.5.0",
|
|
42
|
+
"tailwind-merge": "^3.2.0"
|
|
43
|
+
},
|
|
44
|
+
"devDependencies": {
|
|
45
|
+
"@chromatic-com/storybook": "^3.2.6",
|
|
46
|
+
"@storybook/addon-essentials": "^8.6.12",
|
|
47
|
+
"@storybook/addon-interactions": "^8.6.12",
|
|
48
|
+
"@storybook/addon-links": "^8.6.12",
|
|
49
|
+
"@storybook/addon-onboarding": "^8.6.12",
|
|
50
|
+
"@storybook/blocks": "^8.6.12",
|
|
51
|
+
"@storybook/react": "^8.6.12",
|
|
52
|
+
"@storybook/react-vite": "^8.6.12",
|
|
53
|
+
"@storybook/test": "^8.6.12",
|
|
54
|
+
"@tailwindcss/forms": "^0.5.10",
|
|
55
|
+
"@tailwindcss/vite": "^4.1.4",
|
|
56
|
+
"@testing-library/jest-dom": "^6.6.3",
|
|
57
|
+
"@testing-library/react": "^16.3.0",
|
|
58
|
+
"@testing-library/user-event": "^14.6.1",
|
|
59
|
+
"@types/node": "^22.14.1",
|
|
60
|
+
"@types/react": "^19.1.2",
|
|
61
|
+
"@types/react-dom": "^19.1.2",
|
|
62
|
+
"@typescript-eslint/eslint-plugin": "^8.31.0",
|
|
63
|
+
"@typescript-eslint/parser": "^8.31.0",
|
|
64
|
+
"@vitejs/plugin-react-swc": "^3.9.0",
|
|
65
|
+
"eslint": "^9.25.1",
|
|
66
|
+
"eslint-config-prettier": "^10.1.2",
|
|
67
|
+
"eslint-plugin-import": "^2.31.0",
|
|
68
|
+
"eslint-plugin-prettier": "^5.2.6",
|
|
69
|
+
"eslint-plugin-react-hooks": "^5.2.0",
|
|
70
|
+
"eslint-plugin-react-refresh": "^0.4.20",
|
|
71
|
+
"eslint-plugin-storybook": "^0.12.0",
|
|
72
|
+
"jsdom": "^26.1.0",
|
|
73
|
+
"prettier": "3.5.3",
|
|
74
|
+
"prettier-plugin-organize-imports": "^4.1.0",
|
|
75
|
+
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
76
|
+
"storybook": "^8.6.12",
|
|
77
|
+
"tailwindcss": "^4.1.4",
|
|
78
|
+
"typescript": "^5.8.3",
|
|
79
|
+
"vite": "^6.3.2",
|
|
80
|
+
"vite-plugin-dts": "^4.5.3",
|
|
81
|
+
"vite-tsconfig-paths": "^5.1.4",
|
|
82
|
+
"vitest": "^3.1.2"
|
|
83
|
+
},
|
|
84
|
+
"peerDependencies": {
|
|
85
|
+
"@floating-ui/react": "^0.27.3",
|
|
86
|
+
"@tabler/icons-react": "^3.3.0",
|
|
87
|
+
"@tailwindcss/forms": "^0.5.7",
|
|
88
|
+
"date-fns": "^4.1.0",
|
|
89
|
+
"react-day-picker": "9.5.1",
|
|
90
|
+
"react-phone-number-input": "^3.4.12"
|
|
91
|
+
}
|
|
92
|
+
}
|