@jongh/ui 2.20260902.1 → 2.20260905.1
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/chunks/{component-accordion-CNhK3gho.js → component-accordion-fyrDP4PS.js} +7 -6
- package/dist/chunks/{component-avatar-C5ox3FhU.js → component-avatar-Cl7qxXL7.js} +3 -3
- package/dist/chunks/{component-badge-GyL8C7n9.js → component-badge-BqDGL-KR.js} +4 -4
- package/dist/chunks/{component-box-BnXf833v.js → component-box-BVJJ_2Ye.js} +5 -4
- package/dist/chunks/{component-button-cnnLKCl_.js → component-button-6iooYVkM.js} +4 -4
- package/dist/chunks/{component-calendar-D53mkOdW.js → component-calendar-BIBA_BgQ.js} +41 -40
- package/dist/chunks/{component-center-BIp6NkIt.js → component-center-rifwb_-x.js} +7 -6
- package/dist/chunks/{component-checkbox-cJlGSnlk.js → component-checkbox-KSwDeqdV.js} +4 -4
- package/dist/chunks/{component-dialog-yBIkthjw.js → component-dialog-xLex6FJh.js} +7 -6
- package/dist/chunks/{component-grid-BKLFatKL.js → component-grid-aWgGm3Ad.js} +5 -4
- package/dist/chunks/{component-h-stack-ODw00BMb.js → component-h-stack-Cj62v71l.js} +5 -4
- package/dist/chunks/{component-select-CHwGLpGT.js → component-select-B35mHD7A.js} +3 -3
- package/dist/chunks/{component-slider-Ba5H5eY3.js → component-slider-CPcl-o95.js} +3 -3
- package/dist/chunks/{component-tabs-BIWU8zcA.js → component-tabs-2-w8TPID.js} +3 -3
- package/dist/chunks/{component-textfield-CCdnfRzb.js → component-textfield-CaSHslMS.js} +4 -4
- package/dist/chunks/{component-v-stack-_k842HHc.js → component-v-stack-BzMHYpjP.js} +5 -4
- package/dist/chunks/panda-runtime-C6bA3kfx.js +496 -0
- package/dist/chunks/{recipe-accordion-recipe-DPDnNF9J.js → recipe-accordion-recipe-CchKveXQ.js} +5 -5
- package/dist/chunks/{recipe-avatar-recipe-HkwMS2OJ.js → recipe-avatar-recipe-5VMtXIhg.js} +5 -5
- package/dist/chunks/{recipe-badge-recipe-DWojym5V.js → recipe-badge-recipe-D02izv1z.js} +5 -5
- package/dist/chunks/{recipe-button-recipe-BA1JNmBF.js → recipe-button-recipe-CjRb9Hj9.js} +5 -5
- package/dist/chunks/{recipe-calendar-recipe-CUjveeyt.js → recipe-calendar-recipe-BUUS4QEd.js} +5 -5
- package/dist/chunks/{recipe-center-recipe-CBm4FTPj.js → recipe-center-recipe-_gQI_rG1.js} +5 -5
- package/dist/chunks/{recipe-checkbox-recipe-CCDU79zw.js → recipe-checkbox-recipe-D72btvoT.js} +5 -5
- package/dist/chunks/{recipe-dialog-recipe-Dp_2WfN_.js → recipe-dialog-recipe-RKZYROxV.js} +5 -5
- package/dist/chunks/{recipe-layout-recipe-CXAjEcDn.js → recipe-layout-recipe-BMWtqxiV.js} +5 -5
- package/dist/chunks/{recipe-select-recipe-Chdpfb_N.js → recipe-select-recipe-BbGnyPQ_.js} +5 -5
- package/dist/chunks/{recipe-slider-recipe-Bn_q7Je8.js → recipe-slider-recipe-BHAFeUmN.js} +5 -5
- package/dist/chunks/{recipe-tabs-recipe-Bo5qcI1u.js → recipe-tabs-recipe-Cbr23IZY.js} +5 -5
- package/dist/chunks/{recipe-textfield-recipe-szIwdV6q.js → recipe-textfield-recipe-C2tyOCzn.js} +5 -5
- package/dist/index.js +39 -529
- package/package.json +4 -4
package/dist/chunks/{recipe-calendar-recipe-CUjveeyt.js → recipe-calendar-recipe-BUUS4QEd.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
2
|
+
import { c as e, l as t, s as n, t as r, u as i } from "./panda-runtime-C6bA3kfx.js";
|
|
3
3
|
//#region styled-system/recipes/calendar-recipe.mjs
|
|
4
4
|
var a = {}, o = [], s = /* @__PURE__ */ [
|
|
5
5
|
["root", "calendar__root"],
|
|
@@ -12,7 +12,7 @@ var a = {}, o = [], s = /* @__PURE__ */ [
|
|
|
12
12
|
["weekRow", "calendar__weekRow"],
|
|
13
13
|
["dayWrapper", "calendar__dayWrapper"],
|
|
14
14
|
["dayCell", "calendar__dayCell"]
|
|
15
|
-
].map(([
|
|
15
|
+
].map(([t, n]) => [t, r(n, a, e(o, t))]), c = t((e = {}) => Object.fromEntries(s.map(([t, n]) => [t, n.recipeFn(e)]))), l = [], u = /* @__PURE__ */ Object.assign(c, {
|
|
16
16
|
__recipe__: !1,
|
|
17
17
|
__name__: "calendarRecipe",
|
|
18
18
|
raw: (e) => e,
|
|
@@ -20,11 +20,11 @@ var a = {}, o = [], s = /* @__PURE__ */ [
|
|
|
20
20
|
variantKeys: l,
|
|
21
21
|
variantMap: {},
|
|
22
22
|
splitVariantProps(e) {
|
|
23
|
-
return
|
|
23
|
+
return i(e, l);
|
|
24
24
|
},
|
|
25
|
-
getVariantProps: (
|
|
25
|
+
getVariantProps: (e) => ({
|
|
26
26
|
...a,
|
|
27
|
-
...e
|
|
27
|
+
...n(e)
|
|
28
28
|
})
|
|
29
29
|
});
|
|
30
30
|
//#endregion
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
2
|
+
import { l as e, n as t, t as n, u as r } from "./panda-runtime-C6bA3kfx.js";
|
|
3
3
|
//#region styled-system/recipes/center-recipe.mjs
|
|
4
4
|
var i = /* @__PURE__ */ n("center", { axis: "both" }, []), a = { axis: [
|
|
5
5
|
"both",
|
|
6
6
|
"horizontal",
|
|
7
7
|
"vertical"
|
|
8
|
-
] }, o = Object.keys(a), s = /* @__PURE__ */ Object.assign(
|
|
8
|
+
] }, o = Object.keys(a), s = /* @__PURE__ */ Object.assign(e(i.recipeFn), {
|
|
9
9
|
__recipe__: !0,
|
|
10
10
|
__name__: "centerRecipe",
|
|
11
11
|
__getCompoundVariantCss__: i.__getCompoundVariantCss__,
|
|
@@ -13,10 +13,10 @@ var i = /* @__PURE__ */ n("center", { axis: "both" }, []), a = { axis: [
|
|
|
13
13
|
variantKeys: o,
|
|
14
14
|
variantMap: a,
|
|
15
15
|
merge(e) {
|
|
16
|
-
return
|
|
16
|
+
return t(this, e);
|
|
17
17
|
},
|
|
18
|
-
splitVariantProps(
|
|
19
|
-
return e
|
|
18
|
+
splitVariantProps(e) {
|
|
19
|
+
return r(e, o);
|
|
20
20
|
},
|
|
21
21
|
getVariantProps: i.getVariantProps
|
|
22
22
|
});
|
package/dist/chunks/{recipe-checkbox-recipe-CCDU79zw.js → recipe-checkbox-recipe-D72btvoT.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
2
|
+
import { c as e, l as t, s as n, t as r, u as i } from "./panda-runtime-C6bA3kfx.js";
|
|
3
3
|
//#region styled-system/recipes/checkbox-recipe.mjs
|
|
4
4
|
var a = {
|
|
5
5
|
size: "md",
|
|
@@ -9,7 +9,7 @@ var a = {
|
|
|
9
9
|
["label", "checkbox__label"],
|
|
10
10
|
["input", "checkbox__input"],
|
|
11
11
|
["text", "checkbox__text"]
|
|
12
|
-
].map(([
|
|
12
|
+
].map(([t, n]) => [t, r(n, a, e(o, t))]), c = t((e = {}) => Object.fromEntries(s.map(([t, n]) => [t, n.recipeFn(e)]))), l = ["size", "variant"], u = /* @__PURE__ */ Object.assign(c, {
|
|
13
13
|
__recipe__: !1,
|
|
14
14
|
__name__: "checkboxRecipe",
|
|
15
15
|
raw: (e) => e,
|
|
@@ -20,11 +20,11 @@ var a = {
|
|
|
20
20
|
variant: ["square", "ghost"]
|
|
21
21
|
},
|
|
22
22
|
splitVariantProps(e) {
|
|
23
|
-
return
|
|
23
|
+
return i(e, l);
|
|
24
24
|
},
|
|
25
|
-
getVariantProps: (
|
|
25
|
+
getVariantProps: (e) => ({
|
|
26
26
|
...a,
|
|
27
|
-
...e
|
|
27
|
+
...n(e)
|
|
28
28
|
})
|
|
29
29
|
});
|
|
30
30
|
//#endregion
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
2
|
+
import { c as e, l as t, s as n, t as r, u as i } from "./panda-runtime-C6bA3kfx.js";
|
|
3
3
|
//#region styled-system/recipes/dialog-recipe.mjs
|
|
4
4
|
var a = {}, o = [], s = /* @__PURE__ */ [
|
|
5
5
|
["root", "dialog__root"],
|
|
@@ -12,7 +12,7 @@ var a = {}, o = [], s = /* @__PURE__ */ [
|
|
|
12
12
|
["footer", "dialog__footer"],
|
|
13
13
|
["title", "dialog__title"],
|
|
14
14
|
["description", "dialog__description"]
|
|
15
|
-
].map(([
|
|
15
|
+
].map(([t, n]) => [t, r(n, a, e(o, t))]), c = t((e = {}) => Object.fromEntries(s.map(([t, n]) => [t, n.recipeFn(e)]))), l = [], u = /* @__PURE__ */ Object.assign(c, {
|
|
16
16
|
__recipe__: !1,
|
|
17
17
|
__name__: "dialogRecipe",
|
|
18
18
|
raw: (e) => e,
|
|
@@ -20,11 +20,11 @@ var a = {}, o = [], s = /* @__PURE__ */ [
|
|
|
20
20
|
variantKeys: l,
|
|
21
21
|
variantMap: {},
|
|
22
22
|
splitVariantProps(e) {
|
|
23
|
-
return
|
|
23
|
+
return i(e, l);
|
|
24
24
|
},
|
|
25
|
-
getVariantProps: (
|
|
25
|
+
getVariantProps: (e) => ({
|
|
26
26
|
...a,
|
|
27
|
-
...e
|
|
27
|
+
...n(e)
|
|
28
28
|
})
|
|
29
29
|
});
|
|
30
30
|
//#endregion
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
2
|
+
import { l as e, n as t, t as n, u as r } from "./panda-runtime-C6bA3kfx.js";
|
|
3
3
|
//#region styled-system/recipes/layout-recipe.mjs
|
|
4
|
-
var i = /* @__PURE__ */ n("layout", {}, []), a = {}, o = Object.keys(a), s = /* @__PURE__ */ Object.assign(
|
|
4
|
+
var i = /* @__PURE__ */ n("layout", {}, []), a = {}, o = Object.keys(a), s = /* @__PURE__ */ Object.assign(e(i.recipeFn), {
|
|
5
5
|
__recipe__: !0,
|
|
6
6
|
__name__: "layoutRecipe",
|
|
7
7
|
__getCompoundVariantCss__: i.__getCompoundVariantCss__,
|
|
@@ -9,10 +9,10 @@ var i = /* @__PURE__ */ n("layout", {}, []), a = {}, o = Object.keys(a), s = /*
|
|
|
9
9
|
variantKeys: o,
|
|
10
10
|
variantMap: a,
|
|
11
11
|
merge(e) {
|
|
12
|
-
return
|
|
12
|
+
return t(this, e);
|
|
13
13
|
},
|
|
14
|
-
splitVariantProps(
|
|
15
|
-
return e
|
|
14
|
+
splitVariantProps(e) {
|
|
15
|
+
return r(e, o);
|
|
16
16
|
},
|
|
17
17
|
getVariantProps: i.getVariantProps
|
|
18
18
|
});
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
2
|
+
import { c as e, l as t, s as n, t as r, u as i } from "./panda-runtime-C6bA3kfx.js";
|
|
3
3
|
//#region styled-system/recipes/select-recipe.mjs
|
|
4
4
|
var a = {}, o = [], s = /* @__PURE__ */ [
|
|
5
5
|
["root", "select__root"],
|
|
@@ -14,7 +14,7 @@ var a = {}, o = [], s = /* @__PURE__ */ [
|
|
|
14
14
|
["item", "select__item"],
|
|
15
15
|
["itemIndicator", "select__itemIndicator"],
|
|
16
16
|
["separator", "select__separator"]
|
|
17
|
-
].map(([
|
|
17
|
+
].map(([t, n]) => [t, r(n, a, e(o, t))]), c = t((e = {}) => Object.fromEntries(s.map(([t, n]) => [t, n.recipeFn(e)]))), l = [], u = /* @__PURE__ */ Object.assign(c, {
|
|
18
18
|
__recipe__: !1,
|
|
19
19
|
__name__: "selectRecipe",
|
|
20
20
|
raw: (e) => e,
|
|
@@ -22,11 +22,11 @@ var a = {}, o = [], s = /* @__PURE__ */ [
|
|
|
22
22
|
variantKeys: l,
|
|
23
23
|
variantMap: {},
|
|
24
24
|
splitVariantProps(e) {
|
|
25
|
-
return
|
|
25
|
+
return i(e, l);
|
|
26
26
|
},
|
|
27
|
-
getVariantProps: (
|
|
27
|
+
getVariantProps: (e) => ({
|
|
28
28
|
...a,
|
|
29
|
-
...e
|
|
29
|
+
...n(e)
|
|
30
30
|
})
|
|
31
31
|
});
|
|
32
32
|
//#endregion
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
2
|
+
import { c as e, l as t, s as n, t as r, u as i } from "./panda-runtime-C6bA3kfx.js";
|
|
3
3
|
//#region styled-system/recipes/slider-recipe.mjs
|
|
4
4
|
var a = {}, o = [], s = /* @__PURE__ */ [
|
|
5
5
|
["root", "slider__root"],
|
|
6
6
|
["track", "slider__track"],
|
|
7
7
|
["range", "slider__range"],
|
|
8
8
|
["thumb", "slider__thumb"]
|
|
9
|
-
].map(([
|
|
9
|
+
].map(([t, n]) => [t, r(n, a, e(o, t))]), c = t((e = {}) => Object.fromEntries(s.map(([t, n]) => [t, n.recipeFn(e)]))), l = [], u = /* @__PURE__ */ Object.assign(c, {
|
|
10
10
|
__recipe__: !1,
|
|
11
11
|
__name__: "sliderRecipe",
|
|
12
12
|
raw: (e) => e,
|
|
@@ -14,11 +14,11 @@ var a = {}, o = [], s = /* @__PURE__ */ [
|
|
|
14
14
|
variantKeys: l,
|
|
15
15
|
variantMap: {},
|
|
16
16
|
splitVariantProps(e) {
|
|
17
|
-
return
|
|
17
|
+
return i(e, l);
|
|
18
18
|
},
|
|
19
|
-
getVariantProps: (
|
|
19
|
+
getVariantProps: (e) => ({
|
|
20
20
|
...a,
|
|
21
|
-
...e
|
|
21
|
+
...n(e)
|
|
22
22
|
})
|
|
23
23
|
});
|
|
24
24
|
//#endregion
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
2
|
+
import { c as e, l as t, s as n, t as r, u as i } from "./panda-runtime-C6bA3kfx.js";
|
|
3
3
|
//#region styled-system/recipes/tabs-recipe.mjs
|
|
4
4
|
var a = {}, o = [], s = /* @__PURE__ */ [
|
|
5
5
|
["root", "tabs__root"],
|
|
@@ -7,7 +7,7 @@ var a = {}, o = [], s = /* @__PURE__ */ [
|
|
|
7
7
|
["trigger", "tabs__trigger"],
|
|
8
8
|
["indicator", "tabs__indicator"],
|
|
9
9
|
["content", "tabs__content"]
|
|
10
|
-
].map(([
|
|
10
|
+
].map(([t, n]) => [t, r(n, a, e(o, t))]), c = t((e = {}) => Object.fromEntries(s.map(([t, n]) => [t, n.recipeFn(e)]))), l = [], u = /* @__PURE__ */ Object.assign(c, {
|
|
11
11
|
__recipe__: !1,
|
|
12
12
|
__name__: "tabsRecipe",
|
|
13
13
|
raw: (e) => e,
|
|
@@ -15,11 +15,11 @@ var a = {}, o = [], s = /* @__PURE__ */ [
|
|
|
15
15
|
variantKeys: l,
|
|
16
16
|
variantMap: {},
|
|
17
17
|
splitVariantProps(e) {
|
|
18
|
-
return
|
|
18
|
+
return i(e, l);
|
|
19
19
|
},
|
|
20
|
-
getVariantProps: (
|
|
20
|
+
getVariantProps: (e) => ({
|
|
21
21
|
...a,
|
|
22
|
-
...e
|
|
22
|
+
...n(e)
|
|
23
23
|
})
|
|
24
24
|
});
|
|
25
25
|
//#endregion
|
package/dist/chunks/{recipe-textfield-recipe-szIwdV6q.js → recipe-textfield-recipe-C2tyOCzn.js}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
2
|
+
import { c as e, l as t, s as n, t as r, u as i } from "./panda-runtime-C6bA3kfx.js";
|
|
3
3
|
//#region styled-system/recipes/textfield-recipe.mjs
|
|
4
4
|
var a = { status: "normal" }, o = [], s = /* @__PURE__ */ [
|
|
5
5
|
["root", "textfield__root"],
|
|
@@ -8,7 +8,7 @@ var a = { status: "normal" }, o = [], s = /* @__PURE__ */ [
|
|
|
8
8
|
["input", "textfield__input"],
|
|
9
9
|
["trailingButton", "textfield__trailingButton"],
|
|
10
10
|
["helper", "textfield__helper"]
|
|
11
|
-
].map(([
|
|
11
|
+
].map(([t, n]) => [t, r(n, a, e(o, t))]), c = t((e = {}) => Object.fromEntries(s.map(([t, n]) => [t, n.recipeFn(e)]))), l = ["status"], u = /* @__PURE__ */ Object.assign(c, {
|
|
12
12
|
__recipe__: !1,
|
|
13
13
|
__name__: "textfieldRecipe",
|
|
14
14
|
raw: (e) => e,
|
|
@@ -16,11 +16,11 @@ var a = { status: "normal" }, o = [], s = /* @__PURE__ */ [
|
|
|
16
16
|
variantKeys: l,
|
|
17
17
|
variantMap: { status: ["normal", "negative"] },
|
|
18
18
|
splitVariantProps(e) {
|
|
19
|
-
return
|
|
19
|
+
return i(e, l);
|
|
20
20
|
},
|
|
21
|
-
getVariantProps: (
|
|
21
|
+
getVariantProps: (e) => ({
|
|
22
22
|
...a,
|
|
23
|
-
...e
|
|
23
|
+
...n(e)
|
|
24
24
|
})
|
|
25
25
|
});
|
|
26
26
|
//#endregion
|