laif-ds 0.2.22 → 0.2.23
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/_virtual/index.js +3 -5
- package/dist/_virtual/index3.js +5 -2
- package/dist/_virtual/index4.js +5 -3
- package/dist/_virtual/index5.js +5 -5
- package/dist/_virtual/index6.js +2 -5
- package/dist/_virtual/index7.js +2 -2
- package/dist/components/ui/textarea.js +18 -15
- package/dist/index.d.ts +2 -1
- package/dist/node_modules/@radix-ui/react-use-is-hydrated/dist/index.js +1 -1
- package/dist/node_modules/eventemitter3/index.js +1 -1
- package/dist/node_modules/eventemitter3/index2.js +1 -1
- package/dist/node_modules/hast-util-to-jsx-runtime/lib/index.js +1 -1
- package/dist/node_modules/recharts/es6/util/Events.js +1 -1
- package/dist/node_modules/style-to-object/cjs/index.js +1 -1
- package/dist/node_modules/unified/lib/index.js +1 -1
- package/package.json +1 -1
package/dist/_virtual/index.js
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
var r = t();
|
|
5
|
-
const m = /* @__PURE__ */ e(r);
|
|
2
|
+
import { __require as r } from "../node_modules/use-sync-external-store/shim/index.js";
|
|
3
|
+
var i = r();
|
|
6
4
|
export {
|
|
7
|
-
|
|
5
|
+
i as s
|
|
8
6
|
};
|
package/dist/_virtual/index3.js
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
|
|
2
|
+
import { getDefaultExportFromCjs as e } from "./_commonjsHelpers.js";
|
|
3
|
+
import { __require as t } from "../node_modules/eventemitter3/index2.js";
|
|
4
|
+
var r = t();
|
|
5
|
+
const m = /* @__PURE__ */ e(r);
|
|
3
6
|
export {
|
|
4
|
-
|
|
7
|
+
m as default
|
|
5
8
|
};
|
package/dist/_virtual/index4.js
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import { getDefaultExportFromCjs as r } from "./_commonjsHelpers.js";
|
|
3
|
+
import { __require as e } from "../node_modules/style-to-js/cjs/index.js";
|
|
4
|
+
var t = e();
|
|
5
|
+
const a = /* @__PURE__ */ r(t);
|
|
4
6
|
export {
|
|
5
|
-
|
|
7
|
+
a as default
|
|
6
8
|
};
|
package/dist/_virtual/index5.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { getDefaultExportFromCjs as
|
|
3
|
-
import { __require as
|
|
4
|
-
var t =
|
|
5
|
-
const
|
|
2
|
+
import { getDefaultExportFromCjs as e } from "./_commonjsHelpers.js";
|
|
3
|
+
import { __require as r } from "../node_modules/extend/index.js";
|
|
4
|
+
var t = r();
|
|
5
|
+
const x = /* @__PURE__ */ e(t);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
x as default
|
|
8
8
|
};
|
package/dist/_virtual/index6.js
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
|
|
3
|
-
import { __require as r } from "../node_modules/extend/index.js";
|
|
4
|
-
var t = r();
|
|
5
|
-
const x = /* @__PURE__ */ e(t);
|
|
2
|
+
var e = {};
|
|
6
3
|
export {
|
|
7
|
-
|
|
4
|
+
e as __exports
|
|
8
5
|
};
|
package/dist/_virtual/index7.js
CHANGED
|
@@ -1,28 +1,31 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsxs as
|
|
3
|
-
import { cn as
|
|
4
|
-
import { Label as
|
|
5
|
-
function
|
|
6
|
-
className:
|
|
7
|
-
label:
|
|
8
|
-
|
|
2
|
+
import { jsxs as n, jsx as t } from "react/jsx-runtime";
|
|
3
|
+
import { cn as s } from "../../lib/utils.js";
|
|
4
|
+
import { Label as l } from "./label.js";
|
|
5
|
+
function x({
|
|
6
|
+
className: i,
|
|
7
|
+
label: r,
|
|
8
|
+
labelClassName: d,
|
|
9
|
+
id: a,
|
|
10
|
+
...o
|
|
9
11
|
}) {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
/* @__PURE__ */ r
|
|
12
|
+
const e = a || (r ? `textarea-${Math.random().toString(36).substring(2, 9)}` : void 0);
|
|
13
|
+
return /* @__PURE__ */ n("div", { className: "space-y-1.5", children: [
|
|
14
|
+
r && /* @__PURE__ */ t(l, { htmlFor: e, className: d, children: r }),
|
|
15
|
+
/* @__PURE__ */ t(
|
|
13
16
|
"textarea",
|
|
14
17
|
{
|
|
15
|
-
id:
|
|
18
|
+
id: e,
|
|
16
19
|
"data-slot": "textarea",
|
|
17
|
-
className:
|
|
20
|
+
className: s(
|
|
18
21
|
"border-d-input placeholder:text-d-muted-foreground focus-visible:border-d-ring focus-visible:ring-d-ring/50 aria-invalid:ring-d-destructive/20 dark:aria-invalid:ring-d-destructive/40 aria-invalid:border-d-destructive dark:bg-d-input/30 !bg-d-input flex field-sizing-content min-h-16 w-full rounded-md border px-3 py-2 text-base shadow-xs transition-[color,box-shadow] outline-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",
|
|
19
|
-
|
|
22
|
+
i
|
|
20
23
|
),
|
|
21
|
-
...
|
|
24
|
+
...o
|
|
22
25
|
}
|
|
23
26
|
)
|
|
24
27
|
] });
|
|
25
28
|
}
|
|
26
29
|
export {
|
|
27
|
-
|
|
30
|
+
x as Textarea
|
|
28
31
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1792,8 +1792,9 @@ export declare function TabsList({ className, ...props }: React_2.ComponentProps
|
|
|
1792
1792
|
|
|
1793
1793
|
export declare function TabsTrigger({ className, ...props }: React_2.ComponentProps<typeof TabsPrimitive.Trigger>): JSX.Element;
|
|
1794
1794
|
|
|
1795
|
-
export declare function Textarea({ className, label, ...props }: React_2.ComponentProps<"textarea"> & {
|
|
1795
|
+
export declare function Textarea({ className, label, labelClassName, id, ...props }: React_2.ComponentProps<"textarea"> & {
|
|
1796
1796
|
label?: React_2.ReactNode;
|
|
1797
|
+
labelClassName?: string;
|
|
1797
1798
|
}): JSX.Element;
|
|
1798
1799
|
|
|
1799
1800
|
declare interface TextPart {
|
|
@@ -3,7 +3,7 @@ import { stringify as w } from "../../comma-separated-tokens/index.js";
|
|
|
3
3
|
import { ok as u } from "../../devlop/lib/default.js";
|
|
4
4
|
import { svg as m, html as C } from "../../property-information/index.js";
|
|
5
5
|
import { stringify as N } from "../../space-separated-tokens/index.js";
|
|
6
|
-
import S from "../../../_virtual/
|
|
6
|
+
import S from "../../../_virtual/index4.js";
|
|
7
7
|
import { whitespace as j } from "../../hast-util-whitespace/lib/index.js";
|
|
8
8
|
import { name as x } from "../../estree-util-is-identifier-name/lib/index.js";
|
|
9
9
|
import { VFileMessage as h } from "../../vfile-message/lib/index.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { bail as P } from "../../bail/index.js";
|
|
3
|
-
import y from "../../../_virtual/
|
|
3
|
+
import y from "../../../_virtual/index5.js";
|
|
4
4
|
import z from "../../is-plain-obj/index.js";
|
|
5
5
|
import { CallableInstance as C } from "./callable-instance.js";
|
|
6
6
|
import { trough as A } from "../../trough/lib/index.js";
|