@fileverse/ui 4.1.7-patch-14 → 4.1.7-patch-16
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.es.d.ts +3 -5
- package/dist/index.es.js +92 -2
- package/package.json +1 -1
package/dist/index.es.d.ts
CHANGED
|
@@ -13,6 +13,7 @@ import { EmojiStyle } from 'emoji-picker-react';
|
|
|
13
13
|
import { ForwardRefExoticComponent } from 'react';
|
|
14
14
|
import { GridProps as GridProps_2 } from '@radix-ui/themes';
|
|
15
15
|
import * as HoverCardPrimitive from '@radix-ui/react-hover-card';
|
|
16
|
+
import { InputHTMLAttributes } from 'react';
|
|
16
17
|
import { JSX as JSX_2 } from 'react/jsx-runtime';
|
|
17
18
|
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
18
19
|
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
@@ -158,15 +159,12 @@ export declare type CardSize = "sm" | "md" | "lg";
|
|
|
158
159
|
|
|
159
160
|
export declare const CardTitle: React_2.ForwardRefExoticComponent<React_2.HTMLAttributes<HTMLHeadingElement> & React_2.RefAttributes<HTMLParagraphElement>>;
|
|
160
161
|
|
|
161
|
-
export declare const Checkbox: ({ checked, onCheckedChange, className, disabled, }: CheckboxProps) => JSX_2.Element;
|
|
162
|
+
export declare const Checkbox: ({ checked, onCheckedChange, className, disabled, ...props }: CheckboxProps) => JSX_2.Element;
|
|
162
163
|
|
|
163
|
-
export declare interface CheckboxProps {
|
|
164
|
-
checked?: boolean;
|
|
164
|
+
export declare interface CheckboxProps extends Omit<InputHTMLAttributes<HTMLInputElement>, "onChange"> {
|
|
165
165
|
onCheckedChange?: (event: default_2.ChangeEvent<HTMLInputElement>) => void;
|
|
166
|
-
className?: string;
|
|
167
166
|
label?: string;
|
|
168
167
|
labelPosition?: "left" | "right";
|
|
169
|
-
disabled?: boolean;
|
|
170
168
|
}
|
|
171
169
|
|
|
172
170
|
export declare function cn(...inputs: ClassValue[]): string;
|
package/dist/index.es.js
CHANGED
|
@@ -4679,6 +4679,94 @@ const xLe = Pt(
|
|
|
4679
4679
|
/* @__PURE__ */ d.jsx("defs", { children: /* @__PURE__ */ d.jsx("clipPath", { id: "clip0_80_246690", children: /* @__PURE__ */ d.jsx("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
4680
4680
|
]
|
|
4681
4681
|
}
|
|
4682
|
+
),
|
|
4683
|
+
DecimalsArrowLeft: ({ width: e, height: t, ...n }) => /* @__PURE__ */ d.jsxs(
|
|
4684
|
+
"svg",
|
|
4685
|
+
{
|
|
4686
|
+
width: e,
|
|
4687
|
+
height: t,
|
|
4688
|
+
viewBox: "0 0 16 16",
|
|
4689
|
+
fill: "none",
|
|
4690
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4691
|
+
...n,
|
|
4692
|
+
children: [
|
|
4693
|
+
/* @__PURE__ */ d.jsx(
|
|
4694
|
+
"path",
|
|
4695
|
+
{
|
|
4696
|
+
"fill-rule": "evenodd",
|
|
4697
|
+
"clip-rule": "evenodd",
|
|
4698
|
+
d: "M7.00001 1.3335C5.67147 1.3335 4.66668 2.46909 4.66668 3.77794V5.55572C4.66668 6.86456 5.67147 8.00016 7.00001 8.00016C8.32855 8.00016 9.33334 6.86456 9.33334 5.55572V3.77794C9.33334 2.46909 8.32855 1.3335 7.00001 1.3335ZM6.00001 3.77794C6.00001 3.12311 6.4876 2.66683 7.00001 2.66683C7.51242 2.66683 8.00001 3.12311 8.00001 3.77794V5.55572C8.00001 6.21055 7.51242 6.66683 7.00001 6.66683C6.4876 6.66683 6.00001 6.21055 6.00001 5.55572V3.77794Z",
|
|
4699
|
+
fill: "currentColor",
|
|
4700
|
+
stroke: "transparent"
|
|
4701
|
+
}
|
|
4702
|
+
),
|
|
4703
|
+
/* @__PURE__ */ d.jsx(
|
|
4704
|
+
"path",
|
|
4705
|
+
{
|
|
4706
|
+
d: "M3.33334 6.3335C3.33334 6.88578 2.88563 7.3335 2.33334 7.3335C1.78106 7.3335 1.33334 6.88578 1.33334 6.3335C1.33334 5.78121 1.78106 5.3335 2.33334 5.3335C2.88563 5.3335 3.33334 5.78121 3.33334 6.3335Z",
|
|
4707
|
+
fill: "currentColor",
|
|
4708
|
+
stroke: "transparent"
|
|
4709
|
+
}
|
|
4710
|
+
),
|
|
4711
|
+
/* @__PURE__ */ d.jsx(
|
|
4712
|
+
"path",
|
|
4713
|
+
{
|
|
4714
|
+
d: "M14.6667 12.0002C14.6667 12.3684 14.3682 12.6668 14 12.6668L3.60948 12.6668L4.47142 13.5288C4.73176 13.7891 4.73176 14.2112 4.47142 14.4716C4.21107 14.7319 3.78896 14.7319 3.52861 14.4716L1.52861 12.4716C1.26826 12.2112 1.26826 11.7891 1.52861 11.5288L3.52861 9.52876C3.78896 9.26841 4.21107 9.26841 4.47142 9.52876C4.73177 9.78911 4.73176 10.2112 4.47142 10.4716L3.60949 11.3335L14 11.3335C14.3682 11.3335 14.6667 11.632 14.6667 12.0002Z",
|
|
4715
|
+
fill: "currentColor",
|
|
4716
|
+
stroke: "transparent"
|
|
4717
|
+
}
|
|
4718
|
+
)
|
|
4719
|
+
]
|
|
4720
|
+
}
|
|
4721
|
+
),
|
|
4722
|
+
DecimalsArrowRight: ({ width: e, height: t, ...n }) => /* @__PURE__ */ d.jsxs(
|
|
4723
|
+
"svg",
|
|
4724
|
+
{
|
|
4725
|
+
width: e,
|
|
4726
|
+
height: t,
|
|
4727
|
+
viewBox: "0 0 16 16",
|
|
4728
|
+
fill: "none",
|
|
4729
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4730
|
+
...n,
|
|
4731
|
+
children: [
|
|
4732
|
+
/* @__PURE__ */ d.jsx(
|
|
4733
|
+
"path",
|
|
4734
|
+
{
|
|
4735
|
+
"fill-rule": "evenodd",
|
|
4736
|
+
"clip-rule": "evenodd",
|
|
4737
|
+
d: "M3.99999 3.77794C3.99999 2.46909 5.00478 1.3335 6.33332 1.3335C7.66186 1.3335 8.66666 2.46909 8.66666 3.77794V5.55572C8.66666 6.86456 7.66186 8.00016 6.33332 8.00016C5.00478 8.00016 3.99999 6.86456 3.99999 5.55572V3.77794ZM6.33332 2.66683C5.82091 2.66683 5.33332 3.12311 5.33332 3.77794V5.55572C5.33332 6.21055 5.82091 6.66683 6.33332 6.66683C6.84573 6.66683 7.33332 6.21055 7.33332 5.55572V3.77794C7.33332 3.12311 6.84573 2.66683 6.33332 2.66683Z",
|
|
4738
|
+
fill: "currentColor",
|
|
4739
|
+
stroke: "transparent"
|
|
4740
|
+
}
|
|
4741
|
+
),
|
|
4742
|
+
/* @__PURE__ */ d.jsx(
|
|
4743
|
+
"path",
|
|
4744
|
+
{
|
|
4745
|
+
"fill-rule": "evenodd",
|
|
4746
|
+
"clip-rule": "evenodd",
|
|
4747
|
+
d: "M9.99999 3.77794C9.99999 2.46909 11.0048 1.3335 12.3333 1.3335C13.6619 1.3335 14.6667 2.46909 14.6667 3.77794V5.55572C14.6667 6.86456 13.6619 8.00016 12.3333 8.00016C11.0048 8.00016 9.99999 6.86456 9.99999 5.55572V3.77794ZM12.3333 2.66683C11.8209 2.66683 11.3333 3.12311 11.3333 3.77794V5.55572C11.3333 6.21055 11.8209 6.66683 12.3333 6.66683C12.8457 6.66683 13.3333 6.21055 13.3333 5.55572V3.77794C13.3333 3.12311 12.8457 2.66683 12.3333 2.66683Z",
|
|
4748
|
+
fill: "currentColor",
|
|
4749
|
+
stroke: "transparent"
|
|
4750
|
+
}
|
|
4751
|
+
),
|
|
4752
|
+
/* @__PURE__ */ d.jsx(
|
|
4753
|
+
"path",
|
|
4754
|
+
{
|
|
4755
|
+
d: "M2.66666 6.3335C2.66666 6.88578 2.21894 7.3335 1.66666 7.3335C1.11437 7.3335 0.666656 6.88578 0.666656 6.3335C0.666656 5.78121 1.11437 5.3335 1.66666 5.3335C2.21894 5.3335 2.66666 5.78121 2.66666 6.3335Z",
|
|
4756
|
+
fill: "currentColor",
|
|
4757
|
+
stroke: "transparent"
|
|
4758
|
+
}
|
|
4759
|
+
),
|
|
4760
|
+
/* @__PURE__ */ d.jsx(
|
|
4761
|
+
"path",
|
|
4762
|
+
{
|
|
4763
|
+
d: "M1.33332 12.0002C1.33332 11.632 1.6318 11.3335 1.99999 11.3335L12.3905 11.3335L11.5286 10.4716C11.2682 10.2112 11.2682 9.78911 11.5286 9.52876C11.7889 9.26841 12.211 9.26841 12.4714 9.52876L14.4714 11.5288C14.7317 11.7891 14.7317 12.2112 14.4714 12.4716L12.4714 14.4716C12.211 14.7319 11.7889 14.7319 11.5286 14.4716C11.2682 14.2112 11.2682 13.7891 11.5286 13.5288L12.3905 12.6668L1.99999 12.6668C1.6318 12.6668 1.33332 12.3684 1.33332 12.0002Z",
|
|
4764
|
+
fill: "currentColor",
|
|
4765
|
+
stroke: "transparent"
|
|
4766
|
+
}
|
|
4767
|
+
)
|
|
4768
|
+
]
|
|
4769
|
+
}
|
|
4682
4770
|
)
|
|
4683
4771
|
};
|
|
4684
4772
|
/**
|
|
@@ -37657,7 +37745,8 @@ const ALe = ({
|
|
|
37657
37745
|
checked: e,
|
|
37658
37746
|
onCheckedChange: t,
|
|
37659
37747
|
className: n,
|
|
37660
|
-
disabled: a
|
|
37748
|
+
disabled: a,
|
|
37749
|
+
...o
|
|
37661
37750
|
}) => /* @__PURE__ */ d.jsxs("div", { className: "flex w-fit", children: [
|
|
37662
37751
|
/* @__PURE__ */ d.jsx(
|
|
37663
37752
|
"input",
|
|
@@ -37670,7 +37759,8 @@ const ALe = ({
|
|
|
37670
37759
|
type: "checkbox",
|
|
37671
37760
|
onChange: t,
|
|
37672
37761
|
checked: e,
|
|
37673
|
-
disabled: a
|
|
37762
|
+
disabled: a,
|
|
37763
|
+
...o
|
|
37674
37764
|
}
|
|
37675
37765
|
),
|
|
37676
37766
|
/* @__PURE__ */ d.jsx(
|