@sellgar/kit 0.0.112 → 0.0.113

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 +1 -1
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { jsx as f, jsxs as re, Fragment as Pu } from "react/jsx-runtime";
2
2
  import * as S from "react";
3
3
  import y, { useLayoutEffect as Iu, useEffect as ai, forwardRef as Rh, useMemo as gl, useRef as en, useImperativeHandle as Nh } from "react";
4
- function Th(e) {
4
+ import './index.css';function Th(e) {
5
5
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
6
6
  }
7
7
  var Cs = { exports: {} };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sellgar/kit",
3
3
  "type": "module",
4
- "version": "0.0.112",
4
+ "version": "0.0.113",
5
5
  "description": "Storybook",
6
6
  "main": "./dist/index.cjs",
7
7
  "module": "./dist/index.js",