reykit 1.0.164 → 1.0.166
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 +2 -2
- package/dist/src/lib/index.d.ts +2 -1
- package/dist/src/lib/time.d.ts +12 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -49763,7 +49763,7 @@ function uk({
|
|
|
49763
49763
|
className: "w-13 h-8"
|
|
49764
49764
|
}
|
|
49765
49765
|
),
|
|
49766
|
-
/* @__PURE__ */ E.jsx(RC, { side: "top", className: "max-h-60
|
|
49766
|
+
/* @__PURE__ */ E.jsx(RC, { side: "top", className: "max-h-60", children: /* @__PURE__ */ E.jsx(TC, { children: (z, D) => /* @__PURE__ */ E.jsx(CC, { value: z, children: z }, D) }) })
|
|
49767
49767
|
]
|
|
49768
49768
|
}
|
|
49769
49769
|
),
|
|
@@ -49798,7 +49798,7 @@ function uk({
|
|
|
49798
49798
|
className: "w-13 h-8"
|
|
49799
49799
|
}
|
|
49800
49800
|
),
|
|
49801
|
-
/* @__PURE__ */ E.jsx(RC, { side: "top", className: "max-h-60
|
|
49801
|
+
/* @__PURE__ */ E.jsx(RC, { side: "top", className: "max-h-60", children: /* @__PURE__ */ E.jsx(TC, { children: (z, D) => /* @__PURE__ */ E.jsx(CC, { value: z, children: z }, D) }) })
|
|
49802
49802
|
]
|
|
49803
49803
|
}
|
|
49804
49804
|
),
|
package/dist/src/lib/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import * as image from '../lib/image';
|
|
|
4
4
|
import * as net from '../lib/net';
|
|
5
5
|
import * as re from '../lib/re';
|
|
6
6
|
import * as react from '../lib/react';
|
|
7
|
+
import * as time from '../lib/react';
|
|
7
8
|
import * as twc from '../lib/twc';
|
|
8
9
|
import * as window from '../lib/window';
|
|
9
|
-
export { base, data, image, net, re, react, twc, window };
|
|
10
|
+
export { base, data, image, net, re, react, time, twc, window };
|