reykit 1.0.58 → 1.0.59
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 +2 -2
- package/dist/index.js +1 -1
- package/package.json +1 -1
- /package/dist/{tailwindcss.d.ts → twc.d.ts} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import * as base from './base';
|
|
|
3
3
|
import * as net from './net';
|
|
4
4
|
import * as re from './re';
|
|
5
5
|
import * as react from './react';
|
|
6
|
-
import * as
|
|
6
|
+
import * as twc from './twc';
|
|
7
7
|
import * as window from './window';
|
|
8
8
|
declare const _default: {
|
|
9
9
|
component: typeof component;
|
|
@@ -11,7 +11,7 @@ declare const _default: {
|
|
|
11
11
|
net: typeof net;
|
|
12
12
|
re: typeof re;
|
|
13
13
|
react: typeof react;
|
|
14
|
-
|
|
14
|
+
twc: typeof twc;
|
|
15
15
|
window: typeof window;
|
|
16
16
|
};
|
|
17
17
|
export default _default;
|
package/dist/index.js
CHANGED
|
@@ -27745,7 +27745,7 @@ const XE = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
27745
27745
|
net: HE,
|
|
27746
27746
|
re: jE,
|
|
27747
27747
|
react: zE,
|
|
27748
|
-
|
|
27748
|
+
twc: ME,
|
|
27749
27749
|
window: XE
|
|
27750
27750
|
};
|
|
27751
27751
|
export {
|
package/package.json
CHANGED
|
File without changes
|