reykit 1.0.86 → 1.0.87

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/index.js CHANGED
@@ -2,7 +2,7 @@ import * as qr from "react";
2
2
  import TS, { createElement as N2, useState as Qg, useEffect as J2, createContext as UT, useContext as _T } from "react";
3
3
  import { useLocation as CT, useNavigate as HT } from "react-router-dom";
4
4
  import { ChevronRightIcon as NT, Loader2Icon as K2, OctagonXIcon as BT, TriangleAlertIcon as xT, InfoIcon as qT, CircleCheckIcon as jT } from "lucide-react";
5
- import { c as ho, t as YT } from "./twc-Diwpr_A2.js";
5
+ import { c as ho, t as YT } from "./chunks/twc.js";
6
6
  import $2 from "react-dom";
7
7
  import { useTheme as GT } from "next-themes";
8
8
  import { Toaster as XT, toast as QT } from "sonner";
@@ -1,6 +1,6 @@
1
1
  import "clsx";
2
2
  import "tailwind-merge";
3
- import { c as t } from "./twc-Diwpr_A2.js";
3
+ import { c as t } from "./chunks/twc.js";
4
4
  export {
5
5
  t as cn
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reykit",
3
- "version": "1.0.86",
3
+ "version": "1.0.87",
4
4
  "description": "Kit method set.",
5
5
  "author": "reyxbo",
6
6
  "keywords": [
@@ -36,10 +36,11 @@
36
36
  "./debug": {
37
37
  "style": "./dist/style/debug.css"
38
38
  },
39
- "./*": {
40
- "style": "./dist/*.d.ts",
41
- "default": "./dist/*"
42
- }
39
+ "./twc": {
40
+ "types": "./dist/twc.d.ts",
41
+ "default": "./dist/twc.js"
42
+ },
43
+ "./*": "./dist/*"
43
44
  },
44
45
  "dependencies": {
45
46
  "@base-ui/react": "^1.2.0",
File without changes