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 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 overflow-y-auto", children: /* @__PURE__ */ E.jsx(TC, { children: (z, D) => /* @__PURE__ */ E.jsx(CC, { value: z, children: z }, D) }) })
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 overflow-y-auto", children: /* @__PURE__ */ E.jsx(TC, { children: (z, D) => /* @__PURE__ */ E.jsx(CC, { value: z, children: z }, D) }) })
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
  ),
@@ -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 };
@@ -0,0 +1,12 @@
1
+ /**
2
+ * @Time : 2026-06-10
3
+ * @Author : Rey
4
+ * @Contact : reyxbo@163.com
5
+ * @Explain : Time methods.
6
+ */
7
+ /**
8
+ * Return local date time string.
9
+ *
10
+ * @returns Local date time string.
11
+ */
12
+ export declare function datetimeLocal(): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reykit",
3
- "version": "1.0.164",
3
+ "version": "1.0.166",
4
4
  "description": "Kit method set.",
5
5
  "author": "reyxbo",
6
6
  "keywords": [