@sellgar/kit 0.0.63 → 0.0.64

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 +3 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -12589,7 +12589,9 @@ const ad = M.createContext(null), cd = () => {
12589
12589
  }) => {
12590
12590
  const [p, g] = M.useState(!1), [v, y] = M.useState(!1), [_, b] = M.useState(
12591
12591
  e ? Tc(i, r, e) ?? null : null
12592
- ), [x, O] = M.useState(_ ? i[_] : void 0);
12592
+ ), [x, O] = M.useState(
12593
+ _ != null ? i[_] : void 0
12594
+ );
12593
12595
  return M.useEffect(() => {
12594
12596
  p && b(e ? Tc(i, r, e) ?? null : null);
12595
12597
  }, [e]), 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.63",
4
+ "version": "0.0.64",
5
5
  "description": "Storybook",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",