reykit 1.0.88 → 1.0.90

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.d.ts CHANGED
@@ -17,11 +17,3 @@ declare const _default: {
17
17
  window: typeof window;
18
18
  };
19
19
  export default _default;
20
- export * as component from './components';
21
- export * as base from './base';
22
- export * as data from './data';
23
- export * as net from './net';
24
- export * as re from './re';
25
- export * as react from './react';
26
- export * as twc from './twc';
27
- export * as window from './window';
package/dist/index.js CHANGED
@@ -28189,13 +28189,5 @@ const kA = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
28189
28189
  window: kA
28190
28190
  };
28191
28191
  export {
28192
- YA as base,
28193
- qA as component,
28194
- XA as data,
28195
- u3 as default,
28196
- VA as net,
28197
- $A as re,
28198
- UA as react,
28199
- hA as twc,
28200
- kA as window
28192
+ u3 as default
28201
28193
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reykit",
3
- "version": "1.0.88",
3
+ "version": "1.0.90",
4
4
  "description": "Kit method set.",
5
5
  "author": "reyxbo",
6
6
  "keywords": [
@@ -28,7 +28,7 @@
28
28
  "default": "./dist/index.js"
29
29
  },
30
30
  "./base": {
31
- "style": "./dist/style/index.css"
31
+ "style": "./dist/index.css"
32
32
  },
33
33
  "./shadcn": {
34
34
  "style": "./dist/style/shadcn.css"