@geegeez/ui 0.0.43 → 0.0.44
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.cjs +4 -4
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js +14 -15
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -603,7 +603,7 @@ compact: string;
|
|
|
603
603
|
default: string;
|
|
604
604
|
relaxed: string;
|
|
605
605
|
};
|
|
606
|
-
}, undefined, "fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] border border-border bg-background shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg", {
|
|
606
|
+
}, undefined, "fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] border border-border/45 bg-background shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg", {
|
|
607
607
|
density: {
|
|
608
608
|
compact: string;
|
|
609
609
|
default: string;
|
|
@@ -615,7 +615,7 @@ compact: string;
|
|
|
615
615
|
default: string;
|
|
616
616
|
relaxed: string;
|
|
617
617
|
};
|
|
618
|
-
}, undefined, "fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] border border-border bg-background shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg", unknown, unknown, undefined>>;
|
|
618
|
+
}, undefined, "fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] border border-border/45 bg-background shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg", unknown, unknown, undefined>>;
|
|
619
619
|
|
|
620
620
|
export declare const DialogDescription: React_2.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React_2.RefAttributes<HTMLParagraphElement>, "ref"> & React_2.RefAttributes<HTMLParagraphElement>>;
|
|
621
621
|
|
|
@@ -771,7 +771,7 @@ vertical: string[];
|
|
|
771
771
|
horizontal: string[];
|
|
772
772
|
responsive: string[];
|
|
773
773
|
};
|
|
774
|
-
}, undefined, "group/field data-[invalid=true]:text-error flex w-full gap-3", {
|
|
774
|
+
}, undefined, "group/field data-[invalid=true]:text-error flex w-full gap-3 bg-surface-1/75 border border-border/45 p-4 rounded-[--radius]", {
|
|
775
775
|
orientation: {
|
|
776
776
|
vertical: string[];
|
|
777
777
|
horizontal: string[];
|
|
@@ -783,7 +783,7 @@ vertical: string[];
|
|
|
783
783
|
horizontal: string[];
|
|
784
784
|
responsive: string[];
|
|
785
785
|
};
|
|
786
|
-
}, undefined, "group/field data-[invalid=true]:text-error flex w-full gap-3", unknown, unknown, undefined>>;
|
|
786
|
+
}, undefined, "group/field data-[invalid=true]:text-error flex w-full gap-3 bg-surface-1/75 border border-border/45 p-4 rounded-[--radius]", unknown, unknown, undefined>>;
|
|
787
787
|
|
|
788
788
|
export declare const Form: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>(props: FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React_2.JSX.Element;
|
|
789
789
|
|
package/dist/index.js
CHANGED
|
@@ -4535,8 +4535,7 @@ const yr = {
|
|
|
4535
4535
|
sm: "text-sm",
|
|
4536
4536
|
md: "text-base",
|
|
4537
4537
|
lg: "text-lg",
|
|
4538
|
-
xl: "text-xl"
|
|
4539
|
-
"2xl": "text-2xl"
|
|
4538
|
+
xl: "text-xl"
|
|
4540
4539
|
}, xo = Ze({
|
|
4541
4540
|
base: "font-medium inline-flex items-center transition-colors duration-300 justify-center rounded-md disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:shrink-0 outline-none",
|
|
4542
4541
|
variants: {
|
|
@@ -4550,11 +4549,11 @@ const yr = {
|
|
|
4550
4549
|
},
|
|
4551
4550
|
size: {
|
|
4552
4551
|
xs: `h-7 ${yr.xs} gap-1`,
|
|
4553
|
-
sm: `h-9 ${yr.
|
|
4554
|
-
md: `h-10 ${yr.
|
|
4555
|
-
lg: `h-11 ${yr.
|
|
4556
|
-
xl: `h-12 ${yr.
|
|
4557
|
-
"2xl": `h-14 ${yr
|
|
4552
|
+
sm: `h-9 ${yr.xs} gap-1.5`,
|
|
4553
|
+
md: `h-10 ${yr.sm} gap-2`,
|
|
4554
|
+
lg: `h-11 ${yr.md} gap-2`,
|
|
4555
|
+
xl: `h-12 ${yr.lg} gap-2.5`,
|
|
4556
|
+
"2xl": `h-14 ${yr.xl} gap-2.5`
|
|
4558
4557
|
},
|
|
4559
4558
|
shape: {
|
|
4560
4559
|
rectangle: "",
|
|
@@ -14822,7 +14821,7 @@ var FB = { position: "absolute", width: "1px", height: "1px", padding: "0", marg
|
|
|
14822
14821
|
const E0 = d.createContext({
|
|
14823
14822
|
density: "default"
|
|
14824
14823
|
}), Kf = () => d.useContext(E0), BB = Ze({
|
|
14825
|
-
base: "fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] border border-border bg-background shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",
|
|
14824
|
+
base: "fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] border border-border/45 bg-background shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",
|
|
14826
14825
|
variants: {
|
|
14827
14826
|
density: {
|
|
14828
14827
|
compact: "p-4 pb-0",
|
|
@@ -19185,7 +19184,7 @@ function mK({
|
|
|
19185
19184
|
"data-slot": "field-legend",
|
|
19186
19185
|
"data-variant": t,
|
|
19187
19186
|
className: N(
|
|
19188
|
-
"mb-
|
|
19187
|
+
"mb-2 font-medium",
|
|
19189
19188
|
"data-[variant=legend]:text-base",
|
|
19190
19189
|
"data-[variant=label]:text-sm",
|
|
19191
19190
|
e
|
|
@@ -19200,7 +19199,7 @@ function hK({ className: e, ...t }) {
|
|
|
19200
19199
|
{
|
|
19201
19200
|
"data-slot": "field-group",
|
|
19202
19201
|
className: N(
|
|
19203
|
-
"group/field-group @container/field-group flex w-full flex-col gap-
|
|
19202
|
+
"group/field-group @container/field-group flex w-full flex-col gap-6 data-[slot=checkbox-group]:gap-3 [&>[data-slot=field-group]]:gap-4",
|
|
19204
19203
|
e
|
|
19205
19204
|
),
|
|
19206
19205
|
...t
|
|
@@ -19208,7 +19207,7 @@ function hK({ className: e, ...t }) {
|
|
|
19208
19207
|
);
|
|
19209
19208
|
}
|
|
19210
19209
|
const G5 = Ze({
|
|
19211
|
-
base: "group/field data-[invalid=true]:text-error flex w-full gap-3",
|
|
19210
|
+
base: "group/field data-[invalid=true]:text-error flex w-full gap-3 bg-surface-1/75 border border-border/45 p-4 rounded-[--radius]",
|
|
19212
19211
|
variants: {
|
|
19213
19212
|
orientation: {
|
|
19214
19213
|
vertical: ["flex-col [&>*]:w-full [&>.sr-only]:w-auto"],
|
|
@@ -19679,7 +19678,7 @@ const Ap = d.forwardRef(
|
|
|
19679
19678
|
{
|
|
19680
19679
|
type: t,
|
|
19681
19680
|
className: N(
|
|
19682
|
-
"flex w-full min-h-10 rounded-md border border-border bg-
|
|
19681
|
+
"flex w-full min-h-10 rounded-md border border-border bg-surface-3/60 px-4 text-sm shadow-sm transition-colors file:border-0 file:bg-transparent file:text-sm file:font-medium file:text-foreground placeholder:text-foreground/60 focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50",
|
|
19683
19682
|
e
|
|
19684
19683
|
),
|
|
19685
19684
|
ref: r,
|
|
@@ -19692,7 +19691,7 @@ const KC = d.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ m(
|
|
|
19692
19691
|
"textarea",
|
|
19693
19692
|
{
|
|
19694
19693
|
className: N(
|
|
19695
|
-
"flex min-h-[60px] w-full rounded-md border border-input bg-
|
|
19694
|
+
"flex min-h-[60px] w-full rounded-md border border-input bg-surface-3/60 px-3 py-2 text-base shadow-sm placeholder:text-muted-foreground focus-visible:outline-none focus-visible:ring-1 focus-visible:ring-ring disabled:cursor-not-allowed disabled:opacity-50 md:text-sm",
|
|
19696
19695
|
e
|
|
19697
19696
|
),
|
|
19698
19697
|
ref: n,
|
|
@@ -24693,7 +24692,7 @@ const nY = pG, rY = bG, oY = mG, xG = d.forwardRef(({ className: e, children: t,
|
|
|
24693
24692
|
{
|
|
24694
24693
|
ref: r,
|
|
24695
24694
|
className: N(
|
|
24696
|
-
"flex h-10 w-full items-center justify-between whitespace-nowrap rounded-md border
|
|
24695
|
+
"flex h-10 w-full items-center justify-between whitespace-nowrap rounded-md border border-border bg-surface-3/60 p-4 text-sm shadow-sm ring-offset-background data-[placeholder]:text-foreground/60 focus:outline-none focus:ring-1 focus:ring-ring disabled:cursor-not-allowed disabled:opacity-50 [&>span]:line-clamp-1",
|
|
24697
24696
|
e
|
|
24698
24697
|
),
|
|
24699
24698
|
...n,
|
|
@@ -24735,7 +24734,7 @@ const SG = d.forwardRef(({ className: e, children: t, position: n = "popper", ..
|
|
|
24735
24734
|
{
|
|
24736
24735
|
ref: o,
|
|
24737
24736
|
className: N(
|
|
24738
|
-
"relative z-50 max-h-[--radix-select-content-available-height] min-w-[8rem] overflow-y-auto overflow-x-hidden rounded-md border border-border bg-popover text-popover-foreground/80 shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 origin-[--radix-select-content-transform-origin]",
|
|
24737
|
+
"relative z-50 max-h-[--radix-select-content-available-height] min-w-[8rem] overflow-y-auto overflow-x-hidden rounded-md border border-border/30 bg-popover text-popover-foreground/80 shadow-md data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 origin-[--radix-select-content-transform-origin]",
|
|
24739
24738
|
n === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1",
|
|
24740
24739
|
e
|
|
24741
24740
|
),
|