@tarsis/toolkit 0.6.2 → 0.6.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/dist/{gl-CjbUMD81.js → gl-CF6SrQxS.js} +1 -1
- package/dist/{gl-iTVe0k4w.cjs → gl-u7lLnVc7.cjs} +1 -1
- package/dist/hooks.cjs +1 -1
- package/dist/hooks.d.ts +17 -1
- package/dist/hooks.js +1 -1
- package/dist/{index-bCrWVOOV.js → index-DDE-qC4q.js} +9100 -7299
- package/dist/{index-CstBFEdC.cjs → index-DMypN5i0.cjs} +1 -1
- package/dist/{index-CW3ku3DU.js → index-DUlCyGFJ.js} +1 -1
- package/dist/{index-DwAKA1Mc.cjs → index-DrMeiPM1.cjs} +9112 -7300
- package/dist/index.cjs +14 -3
- package/dist/index.d.ts +277 -141
- package/dist/index.js +2 -2
- package/dist/styles.css +3057 -2824
- package/dist/{useWindowReady-Il0Ibn7I.cjs → useWindowReady-CIYJL39Z.cjs} +1440 -1419
- package/dist/{useWindowReady-DVV-s65K.js → useWindowReady-CYOtIur4.js} +1439 -1418
- package/package.json +13 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarsis/toolkit",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.4",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -58,11 +58,14 @@
|
|
|
58
58
|
"test:ui": "vitest --ui",
|
|
59
59
|
"test:coverage": "vitest run --coverage",
|
|
60
60
|
"build:storybook": "storybook build",
|
|
61
|
-
"build": "tsc && vite build",
|
|
61
|
+
"build": "yarn docs && tsc && vite build",
|
|
62
62
|
"typecheck": "tsc --noEmit",
|
|
63
63
|
"lint": "eslint src --max-warnings=0",
|
|
64
64
|
"format": "prettier . --write --ignore-unknown",
|
|
65
|
-
"prepare": "husky install"
|
|
65
|
+
"prepare": "husky install",
|
|
66
|
+
"docs": "tsx scripts/generate-docs.ts",
|
|
67
|
+
"docs:validate": "tsx scripts/validate-docs.ts",
|
|
68
|
+
"health": "./scripts/health-check.sh"
|
|
66
69
|
},
|
|
67
70
|
"dependencies": {
|
|
68
71
|
"@floating-ui/react": "^0.27.16",
|
|
@@ -76,7 +79,7 @@
|
|
|
76
79
|
"howler": "^2.2.4",
|
|
77
80
|
"html2canvas": "^1.4.1",
|
|
78
81
|
"load-bmfont": "1.4.1",
|
|
79
|
-
"motion": "^12.26.
|
|
82
|
+
"motion": "^12.26.2",
|
|
80
83
|
"p5": "^2.0.5",
|
|
81
84
|
"react-flip-toolkit": "^7.2.4",
|
|
82
85
|
"react-icons": "^5.5.0",
|
|
@@ -103,11 +106,11 @@
|
|
|
103
106
|
"@types/dat.gui": "0.7.13",
|
|
104
107
|
"@types/flickity": "2.2.11",
|
|
105
108
|
"@types/howler": "2.2.12",
|
|
106
|
-
"@types/node": "22.19.
|
|
109
|
+
"@types/node": "22.19.7",
|
|
107
110
|
"@types/react": "19.2.8",
|
|
108
111
|
"@types/react-dom": "19.2.3",
|
|
109
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
110
|
-
"@typescript-eslint/parser": "8.
|
|
112
|
+
"@typescript-eslint/eslint-plugin": "8.53.0",
|
|
113
|
+
"@typescript-eslint/parser": "8.53.0",
|
|
111
114
|
"@vitejs/plugin-react-swc": "4.2.2",
|
|
112
115
|
"@vitest/coverage-v8": "3.2.4",
|
|
113
116
|
"@vitest/ui": "3.2.4",
|
|
@@ -125,12 +128,13 @@
|
|
|
125
128
|
"husky": "9.1.7",
|
|
126
129
|
"jsdom": "27.4.0",
|
|
127
130
|
"postcss": "8.5.6",
|
|
128
|
-
"postcss-preset-env": "
|
|
129
|
-
"prettier": "3.
|
|
131
|
+
"postcss-preset-env": "11.1.1",
|
|
132
|
+
"prettier": "3.8.0",
|
|
130
133
|
"react": "19.2.3",
|
|
131
134
|
"react-dom": "19.2.3",
|
|
132
135
|
"sass": "1.97.2",
|
|
133
136
|
"storybook": "10.1.11",
|
|
137
|
+
"tsx": "4.21.0",
|
|
134
138
|
"typescript": "5.9.3",
|
|
135
139
|
"vite": "7.3.1",
|
|
136
140
|
"vite-plugin-dts": "4.5.4",
|