@sellgar/kit 0.0.61 → 0.0.63

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -12593,7 +12593,7 @@ const ad = M.createContext(null), cd = () => {
12593
12593
  return M.useEffect(() => {
12594
12594
  p && b(e ? Tc(i, r, e) ?? null : null);
12595
12595
  }, [e]), M.useEffect(() => {
12596
- p && O(_ ? i[_] : void 0);
12596
+ p && O(_ != null ? i[_] : void 0);
12597
12597
  }, [_]), M.useEffect(() => {
12598
12598
  d || p && (v ? c && c() : a && a());
12599
12599
  }, [v]), M.useEffect(() => {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sellgar/kit",
3
3
  "type": "module",
4
- "version": "0.0.61",
4
+ "version": "0.0.63",
5
5
  "description": "Storybook",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",
@@ -60,7 +60,7 @@
60
60
  "devDependencies": {
61
61
  "@vitejs/plugin-react": "4.3.4",
62
62
  "typescript": "5.8.2",
63
- "vite": "6.2.1",
63
+ "vite": "6.2.2",
64
64
  "vite-plugin-dts": "4.5.3",
65
65
  "vite-plugin-lib-inject-css": "2.2.1",
66
66
  "vite-plugin-webfont-dl": "3.10.4"