laif-ds 0.2.29 → 0.2.30
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/index2.js +5 -2
- package/dist/_virtual/index3.js +2 -5
- package/dist/components/ui/checkbox.js +11 -11
- package/dist/node_modules/eventemitter3/index.js +1 -1
- package/dist/node_modules/recharts/es6/util/Events.js +1 -1
- package/dist/node_modules/use-sync-external-store/shim/index.js +1 -1
- package/package.json +1 -1
package/dist/_virtual/index2.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/index3.js
CHANGED
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
|
|
3
|
-
import { __require as t } from "../node_modules/eventemitter3/index2.js";
|
|
4
|
-
var r = t();
|
|
5
|
-
const m = /* @__PURE__ */ e(r);
|
|
2
|
+
var e = { exports: {} };
|
|
6
3
|
export {
|
|
7
|
-
|
|
4
|
+
e as __module
|
|
8
5
|
};
|
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsx as
|
|
2
|
+
import { jsx as e } from "react/jsx-runtime";
|
|
3
3
|
import { Checkbox as d, CheckboxIndicator as a } from "../../node_modules/@radix-ui/react-checkbox/dist/index.js";
|
|
4
|
-
import { cn as
|
|
5
|
-
import
|
|
4
|
+
import { cn as n } from "../../lib/utils.js";
|
|
5
|
+
import s from "../../node_modules/lucide-react/dist/esm/icons/minus.js";
|
|
6
6
|
import c from "../../node_modules/lucide-react/dist/esm/icons/check.js";
|
|
7
7
|
function f({
|
|
8
8
|
className: o,
|
|
9
9
|
checked: i,
|
|
10
10
|
...t
|
|
11
11
|
}) {
|
|
12
|
-
const
|
|
13
|
-
return /* @__PURE__ */
|
|
12
|
+
const r = i === "indeterminate";
|
|
13
|
+
return /* @__PURE__ */ e(
|
|
14
14
|
d,
|
|
15
15
|
{
|
|
16
16
|
"data-slot": "checkbox",
|
|
17
|
-
className:
|
|
17
|
+
className: n(
|
|
18
18
|
"peer bg-d-input border-d-border data-[state=checked]:bg-d-primary data-[state=checked]:border-d-primary data-[state=checked]:text-d-primary-foreground focus-visible:border-d-ring focus-visible:ring-d-ring/50 aria-invalid:border-d-destructive aria-invalid:ring-d-destructive/20 size-4 shrink-0 rounded-[4px] border shadow-xs transition-shadow outline-none focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50",
|
|
19
|
-
|
|
19
|
+
r && "bg-d-primary border-d-primary text-d-primary-foreground",
|
|
20
20
|
o
|
|
21
21
|
),
|
|
22
|
-
checked:
|
|
22
|
+
checked: r ? !1 : i,
|
|
23
23
|
...t,
|
|
24
|
-
children: /* @__PURE__ */
|
|
24
|
+
children: /* @__PURE__ */ e(
|
|
25
25
|
a,
|
|
26
26
|
{
|
|
27
27
|
"data-slot": "checkbox-indicator",
|
|
28
28
|
className: "text-d-primary-foreground flex items-center justify-center transition-none",
|
|
29
|
-
forceMount:
|
|
30
|
-
children:
|
|
29
|
+
forceMount: r || void 0,
|
|
30
|
+
children: r ? /* @__PURE__ */ e(s, { className: "text-d-primary-foreground size-3.5" }) : /* @__PURE__ */ e(c, { className: "text-d-primary-foreground size-3.5" })
|
|
31
31
|
}
|
|
32
32
|
)
|
|
33
33
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { __module as e } from "../../../_virtual/
|
|
2
|
+
import { __module as e } from "../../../_virtual/index3.js";
|
|
3
3
|
import { __require as i } from "../cjs/use-sync-external-store-shim.production.js";
|
|
4
4
|
import { __require as o } from "../cjs/use-sync-external-store-shim.development.js";
|
|
5
5
|
var r;
|