laif-ds 0.2.38 → 0.2.39
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/index3.js +5 -5
- package/dist/_virtual/index4.js +5 -5
- package/dist/_virtual/index5.js +4 -4
- package/dist/components/ui/calendar.js +12 -11
- package/dist/node_modules/eventemitter3/index.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/unified/lib/index.js +1 -1
- package/package.json +1 -1
package/dist/_virtual/index3.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { getDefaultExportFromCjs as
|
|
3
|
-
import { __require as
|
|
4
|
-
var
|
|
5
|
-
const
|
|
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);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
m as default
|
|
8
8
|
};
|
package/dist/_virtual/index4.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 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);
|
|
6
6
|
export {
|
|
7
|
-
|
|
7
|
+
a as default
|
|
8
8
|
};
|
package/dist/_virtual/index5.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { getDefaultExportFromCjs as e } from "./_commonjsHelpers.js";
|
|
3
|
-
import { __require as
|
|
4
|
-
var
|
|
5
|
-
const
|
|
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
|
};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { jsx as
|
|
2
|
+
import { jsx as n } from "react/jsx-runtime";
|
|
3
3
|
import * as m from "react";
|
|
4
4
|
import { buttonVariants as f, Button as x } from "./button.js";
|
|
5
5
|
import { cn as e } from "../../lib/utils.js";
|
|
6
6
|
import { getDefaultClassNames as p } from "../../node_modules/react-day-picker/dist/esm/helpers/getDefaultClassNames.js";
|
|
7
7
|
import { DayPicker as b } from "../../node_modules/react-day-picker/dist/esm/DayPicker.js";
|
|
8
|
-
import
|
|
9
|
-
import
|
|
8
|
+
import w from "../../node_modules/lucide-react/dist/esm/icons/chevron-left.js";
|
|
9
|
+
import y from "../../node_modules/lucide-react/dist/esm/icons/chevron-right.js";
|
|
10
10
|
import _ from "../../node_modules/lucide-react/dist/esm/icons/chevron-down.js";
|
|
11
11
|
function R({
|
|
12
12
|
className: u,
|
|
@@ -18,12 +18,13 @@ function R({
|
|
|
18
18
|
...g
|
|
19
19
|
}) {
|
|
20
20
|
const t = p();
|
|
21
|
-
return /* @__PURE__ */
|
|
21
|
+
return /* @__PURE__ */ n(
|
|
22
22
|
b,
|
|
23
23
|
{
|
|
24
24
|
showOutsideDays: r,
|
|
25
25
|
captionLayout: "dropdown",
|
|
26
26
|
reverseYears: !0,
|
|
27
|
+
endMonth: new Date((/* @__PURE__ */ new Date()).getFullYear() + 100, 11, 31),
|
|
27
28
|
className: e(
|
|
28
29
|
"bg-d-background group/calendar p-3 [--cell-size:--spacing(8)] [[data-slot=card-content]_&]:bg-transparent [[data-slot=popover-content]_&]:bg-transparent",
|
|
29
30
|
String.raw`rtl:**:[.rdp-button\_next>svg]:rotate-180`,
|
|
@@ -114,24 +115,24 @@ function R({
|
|
|
114
115
|
...c
|
|
115
116
|
},
|
|
116
117
|
components: {
|
|
117
|
-
Root: ({ className: a, rootRef:
|
|
118
|
+
Root: ({ className: a, rootRef: d, ...o }) => /* @__PURE__ */ n(
|
|
118
119
|
"div",
|
|
119
120
|
{
|
|
120
121
|
"data-slot": "calendar",
|
|
121
|
-
ref:
|
|
122
|
+
ref: d,
|
|
122
123
|
className: e(a),
|
|
123
124
|
...o
|
|
124
125
|
}
|
|
125
126
|
),
|
|
126
|
-
Chevron: ({ className: a, orientation:
|
|
127
|
-
|
|
127
|
+
Chevron: ({ className: a, orientation: d, ...o }) => d === "left" ? /* @__PURE__ */ n(w, { className: e("size-4", a), ...o }) : d === "right" ? /* @__PURE__ */ n(
|
|
128
|
+
y,
|
|
128
129
|
{
|
|
129
130
|
className: e("size-4", a),
|
|
130
131
|
...o
|
|
131
132
|
}
|
|
132
|
-
) : /* @__PURE__ */
|
|
133
|
+
) : /* @__PURE__ */ n(_, { className: e("size-4", a), ...o }),
|
|
133
134
|
DayButton: h,
|
|
134
|
-
WeekNumber: ({ children: a, ...
|
|
135
|
+
WeekNumber: ({ children: a, ...d }) => /* @__PURE__ */ n("td", { ...d, children: /* @__PURE__ */ n("div", { className: "flex size-(--cell-size) items-center justify-center text-center", children: a }) }),
|
|
135
136
|
...l
|
|
136
137
|
},
|
|
137
138
|
...g
|
|
@@ -147,7 +148,7 @@ function h({
|
|
|
147
148
|
const i = p(), l = m.useRef(null);
|
|
148
149
|
return m.useEffect(() => {
|
|
149
150
|
r.focused && l.current?.focus();
|
|
150
|
-
}, [r.focused]), /* @__PURE__ */
|
|
151
|
+
}, [r.focused]), /* @__PURE__ */ n(
|
|
151
152
|
x,
|
|
152
153
|
{
|
|
153
154
|
ref: l,
|
|
@@ -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";
|