design-system-silkhaus 1.1.0-beta.slider-input.2 → 1.1.0-beta.slider-input.4
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 +3 -2
- package/dist/index.cjs +42 -63
- package/dist/index.d.ts +31 -10
- package/dist/index.js +18113 -17596
- package/dist/style.css +1 -1
- package/package.json +59 -45
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "design-system-silkhaus",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "1.1.0-beta.slider-input.
|
|
4
|
+
"version": "1.1.0-beta.slider-input.4",
|
|
5
5
|
"description": "A template for creating React component libraries with Vite, Tailwind, and Storybook.",
|
|
6
6
|
"author": "meet-codevyasa",
|
|
7
7
|
"license": "MIT",
|
|
@@ -39,63 +39,70 @@
|
|
|
39
39
|
"test:coverage": "vitest run --coverage",
|
|
40
40
|
"build-storybook": "storybook build",
|
|
41
41
|
"build:lib": "tsc && vite build",
|
|
42
|
-
"lint": "eslint .
|
|
43
|
-
"format": "prettier . --write --ignore-unknown",
|
|
44
|
-
"
|
|
42
|
+
"lint": "eslint .",
|
|
43
|
+
"format:fix": "prettier . --write --ignore-unknown",
|
|
44
|
+
"format:check": "prettier . --check --ignore-unknown",
|
|
45
|
+
"prepare": "husky",
|
|
46
|
+
"knip": "knip"
|
|
45
47
|
},
|
|
46
48
|
"devDependencies": {
|
|
47
|
-
"@
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"@storybook/
|
|
51
|
-
"@storybook/
|
|
52
|
-
"@storybook/
|
|
53
|
-
"@storybook/
|
|
54
|
-
"@
|
|
55
|
-
"@
|
|
49
|
+
"@eslint/compat": "^1.1.1",
|
|
50
|
+
"@eslint/eslintrc": "^3.1.0",
|
|
51
|
+
"@eslint/js": "^9.7.0",
|
|
52
|
+
"@storybook/addon-actions": "^8.2.6",
|
|
53
|
+
"@storybook/addon-essentials": "^8.2.6",
|
|
54
|
+
"@storybook/addon-viewport": "^8.2.6",
|
|
55
|
+
"@storybook/blocks": "^8.2.6",
|
|
56
|
+
"@storybook/builder-vite": "^8.2.6",
|
|
57
|
+
"@storybook/react": "^8.2.6",
|
|
58
|
+
"@storybook/react-vite": "^8.2.6",
|
|
59
|
+
"@testing-library/jest-dom": "^6.4.8",
|
|
60
|
+
"@testing-library/react": "^16.0.0",
|
|
56
61
|
"@testing-library/user-event": "^14.5.2",
|
|
57
|
-
"@
|
|
58
|
-
"@types/
|
|
62
|
+
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
|
63
|
+
"@types/node": "^20.14.12",
|
|
64
|
+
"@types/react": "^18.3.3",
|
|
59
65
|
"@types/react-dates": "^21.8.6",
|
|
60
|
-
"@types/react-dom": "^18.
|
|
66
|
+
"@types/react-dom": "^18.3.0",
|
|
61
67
|
"@types/react-slick": "^0.23.13",
|
|
62
|
-
"@
|
|
63
|
-
"@typescript-eslint/
|
|
64
|
-
"@
|
|
65
|
-
"@
|
|
66
|
-
"@vitest/
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"eslint": "^8.56.0",
|
|
68
|
+
"@typescript-eslint/eslint-plugin": "^7.17.0",
|
|
69
|
+
"@typescript-eslint/parser": "^7.17.0",
|
|
70
|
+
"@vitejs/plugin-react-swc": "^3.7.0",
|
|
71
|
+
"@vitest/coverage-v8": "^2.0.4",
|
|
72
|
+
"@vitest/ui": "^2.0.4",
|
|
73
|
+
"autoprefixer": "^10.4.19",
|
|
74
|
+
"clsx": "^2.1.1",
|
|
75
|
+
"eslint": "^9.7.0",
|
|
71
76
|
"eslint-config-prettier": "^9.1.0",
|
|
72
|
-
"eslint-plugin-jest-dom": "^5.
|
|
73
|
-
"eslint-plugin-react": "^7.
|
|
74
|
-
"eslint-plugin-react-hooks": "^4.6.
|
|
75
|
-
"eslint-plugin-
|
|
76
|
-
"
|
|
77
|
-
"husky": "^9.
|
|
78
|
-
"jsdom": "^24.
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
77
|
+
"eslint-plugin-jest-dom": "^5.4.0",
|
|
78
|
+
"eslint-plugin-react": "^7.35.0",
|
|
79
|
+
"eslint-plugin-react-hooks": "^4.6.2",
|
|
80
|
+
"eslint-plugin-storybook": "^0.8.0",
|
|
81
|
+
"globals": "^15.8.0",
|
|
82
|
+
"husky": "^9.1.2",
|
|
83
|
+
"jsdom": "^24.1.1",
|
|
84
|
+
"knip": "^5.27.0",
|
|
85
|
+
"lint-staged": "^15.2.7",
|
|
86
|
+
"postcss": "^8.4.40",
|
|
87
|
+
"prettier": "^3.3.3",
|
|
88
|
+
"prettier-plugin-tailwindcss": "^0.6.5",
|
|
89
|
+
"react": "^18.3.1",
|
|
90
|
+
"react-dom": "^18.3.1",
|
|
83
91
|
"sass": "^1.77.6",
|
|
84
|
-
"storybook": "^
|
|
85
|
-
"tailwind-merge": "^2.
|
|
86
|
-
"tailwindcss": "^3.4.
|
|
87
|
-
"typescript": "^5.
|
|
88
|
-
"vite": "^5.
|
|
89
|
-
"vite-plugin-dts": "^3.
|
|
90
|
-
"vitest": "^
|
|
92
|
+
"storybook": "^8.2.6",
|
|
93
|
+
"tailwind-merge": "^2.4.0",
|
|
94
|
+
"tailwindcss": "^3.4.7",
|
|
95
|
+
"typescript": "^5.5.4",
|
|
96
|
+
"vite": "^5.3.5",
|
|
97
|
+
"vite-plugin-dts": "^3.9.1",
|
|
98
|
+
"vitest": "^2.0.4"
|
|
91
99
|
},
|
|
92
100
|
"peerDependencies": {
|
|
93
101
|
"react": "^18.2.0",
|
|
94
102
|
"react-dom": "^18.2.0"
|
|
95
103
|
},
|
|
96
104
|
"dependencies": {
|
|
97
|
-
"@floating-ui/react": "^0.26.
|
|
98
|
-
"@radix-ui/react-slot": "^1.0.2",
|
|
105
|
+
"@floating-ui/react": "^0.26.20",
|
|
99
106
|
"class-variance-authority": "^0.7.0",
|
|
100
107
|
"moment": "^2.30.1",
|
|
101
108
|
"react-dates": "^21.8.0",
|
|
@@ -103,5 +110,12 @@
|
|
|
103
110
|
"react-slick": "^0.30.2",
|
|
104
111
|
"rsuite": "^5.65.1",
|
|
105
112
|
"slick-carousel": "^1.8.1"
|
|
113
|
+
},
|
|
114
|
+
"lint-staged": {
|
|
115
|
+
"*": [
|
|
116
|
+
"eslint --fix",
|
|
117
|
+
"prettier --write --ignore-unknown"
|
|
118
|
+
],
|
|
119
|
+
"*.{ts,tsx}": "vitest related --run"
|
|
106
120
|
}
|
|
107
121
|
}
|