bits-ui 0.6.1 → 0.6.3
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/bits/accordion/components/Accordion.svelte.d.ts +1 -1
- package/dist/bits/accordion/components/AccordionContent.svelte.d.ts +1 -1
- package/dist/bits/accordion/components/AccordionHeader.svelte.d.ts +1 -1
- package/dist/bits/accordion/components/AccordionItem.svelte.d.ts +1 -1
- package/dist/bits/accordion/components/AccordionTrigger.svelte.d.ts +1 -1
- package/dist/bits/alert-dialog/components/AlertDialogAction.svelte.d.ts +1 -1
- package/dist/bits/alert-dialog/components/AlertDialogCancel.svelte.d.ts +1 -1
- package/dist/bits/alert-dialog/components/AlertDialogContent.svelte.d.ts +1 -1
- package/dist/bits/alert-dialog/components/AlertDialogDescription.svelte.d.ts +1 -1
- package/dist/bits/alert-dialog/components/AlertDialogOverlay.svelte.d.ts +235 -0
- package/dist/bits/alert-dialog/components/AlertDialogPortal.svelte +1 -2
- package/dist/bits/alert-dialog/components/AlertDialogPortal.svelte.d.ts +1 -1
- package/dist/bits/alert-dialog/components/AlertDialogTitle.svelte.d.ts +1 -1
- package/dist/bits/alert-dialog/components/AlertDialogTrigger.svelte.d.ts +1 -1
- package/dist/bits/aspect-ratio/components/AspectRatio.svelte.d.ts +1 -1
- package/dist/bits/avatar/components/Avatar.svelte.d.ts +1 -1
- package/dist/bits/avatar/components/AvatarFallback.svelte.d.ts +1 -1
- package/dist/bits/avatar/components/AvatarImage.svelte +2 -1
- package/dist/bits/avatar/components/AvatarImage.svelte.d.ts +1 -1
- package/dist/bits/avatar/ctx.js +4 -1
- package/dist/bits/button/components/Button.svelte.d.ts +2 -2
- package/dist/bits/checkbox/components/Checkbox.svelte.d.ts +1 -1
- package/dist/bits/checkbox/components/CheckboxIndicator.svelte.d.ts +1 -1
- package/dist/bits/checkbox/components/CheckboxInput.svelte.d.ts +2 -1
- package/dist/bits/collapsible/components/Collapsible.svelte.d.ts +1 -1
- package/dist/bits/collapsible/components/CollapsibleContent.svelte.d.ts +1 -1
- package/dist/bits/collapsible/components/CollapsibleTrigger.svelte.d.ts +1 -1
- package/dist/bits/context-menu/components/ContextMenuArrow.svelte.d.ts +1 -1
- package/dist/bits/context-menu/components/ContextMenuCheckboxIndicator.svelte.d.ts +1 -1
- package/dist/bits/context-menu/components/ContextMenuCheckboxItem.svelte.d.ts +1 -1
- package/dist/bits/context-menu/components/ContextMenuContent.svelte.d.ts +1 -1
- package/dist/bits/context-menu/components/ContextMenuGroup.svelte.d.ts +1 -1
- package/dist/bits/context-menu/components/ContextMenuItem.svelte.d.ts +1 -1
- package/dist/bits/context-menu/components/ContextMenuLabel.svelte.d.ts +1 -1
- package/dist/bits/context-menu/components/ContextMenuRadioGroup.svelte.d.ts +1 -1
- package/dist/bits/context-menu/components/ContextMenuRadioItem.svelte.d.ts +1 -1
- package/dist/bits/context-menu/components/ContextMenuSeparator.svelte.d.ts +1 -1
- package/dist/bits/context-menu/components/ContextMenuSubContent.svelte.d.ts +1 -1
- package/dist/bits/context-menu/components/ContextMenuSubTrigger.svelte.d.ts +1 -1
- package/dist/bits/context-menu/components/ContextMenuTrigger.svelte +0 -1
- package/dist/bits/context-menu/components/ContextMenuTrigger.svelte.d.ts +1 -1
- package/dist/bits/dialog/components/DialogClose.svelte.d.ts +1 -1
- package/dist/bits/dialog/components/DialogContent.svelte.d.ts +1 -1
- package/dist/bits/dialog/components/DialogDescription.svelte.d.ts +1 -1
- package/dist/bits/dialog/components/DialogOverlay.svelte.d.ts +235 -0
- package/dist/bits/dialog/components/DialogPortal.svelte +1 -2
- package/dist/bits/dialog/components/DialogPortal.svelte.d.ts +1 -1
- package/dist/bits/dialog/components/DialogTitle.svelte.d.ts +1 -1
- package/dist/bits/dialog/components/DialogTrigger.svelte.d.ts +1 -1
- package/dist/bits/dropdown-menu/components/DropdownMenuArrow.svelte.d.ts +1 -1
- package/dist/bits/dropdown-menu/components/DropdownMenuCheckboxIndicator.svelte.d.ts +1 -1
- package/dist/bits/dropdown-menu/components/DropdownMenuCheckboxItem.svelte.d.ts +1 -1
- package/dist/bits/dropdown-menu/components/DropdownMenuContent.svelte.d.ts +1 -1
- package/dist/bits/dropdown-menu/components/DropdownMenuGroup.svelte.d.ts +1 -1
- package/dist/bits/dropdown-menu/components/DropdownMenuItem.svelte.d.ts +1 -1
- package/dist/bits/dropdown-menu/components/DropdownMenuLabel.svelte.d.ts +1 -1
- package/dist/bits/dropdown-menu/components/DropdownMenuRadioGroup.svelte.d.ts +1 -1
- package/dist/bits/dropdown-menu/components/DropdownMenuRadioItem.svelte.d.ts +1 -1
- package/dist/bits/dropdown-menu/components/DropdownMenuSeparator.svelte.d.ts +1 -1
- package/dist/bits/dropdown-menu/components/DropdownMenuSubContent.svelte.d.ts +1 -1
- package/dist/bits/dropdown-menu/components/DropdownMenuSubTrigger.svelte.d.ts +1 -1
- package/dist/bits/dropdown-menu/components/DropdownMenuTrigger.svelte.d.ts +1 -1
- package/dist/bits/label/components/Label.svelte.d.ts +1 -1
- package/dist/bits/link-preview/components/LinkPreviewArrow.svelte.d.ts +1 -1
- package/dist/bits/link-preview/components/LinkPreviewContent.svelte.d.ts +1 -1
- package/dist/bits/link-preview/components/LinkPreviewTrigger.svelte.d.ts +1 -1
- package/dist/bits/menubar/components/Menubar.svelte.d.ts +1 -1
- package/dist/bits/menubar/components/MenubarArrow.svelte.d.ts +1 -1
- package/dist/bits/menubar/components/MenubarCheckboxIndicator.svelte.d.ts +1 -1
- package/dist/bits/menubar/components/MenubarCheckboxItem.svelte.d.ts +1 -1
- package/dist/bits/menubar/components/MenubarContent.svelte +1 -1
- package/dist/bits/menubar/components/MenubarContent.svelte.d.ts +235 -0
- package/dist/bits/menubar/components/MenubarGroup.svelte.d.ts +1 -1
- package/dist/bits/menubar/components/MenubarItem.svelte.d.ts +1 -1
- package/dist/bits/menubar/components/MenubarLabel.svelte.d.ts +1 -1
- package/dist/bits/menubar/components/MenubarRadioGroup.svelte.d.ts +1 -1
- package/dist/bits/menubar/components/MenubarRadioItem.svelte.d.ts +1 -1
- package/dist/bits/menubar/components/MenubarSeparator.svelte.d.ts +1 -1
- package/dist/bits/menubar/components/MenubarSubContent.svelte +1 -1
- package/dist/bits/menubar/components/MenubarSubContent.svelte.d.ts +235 -0
- package/dist/bits/menubar/components/MenubarSubTrigger.svelte.d.ts +1 -1
- package/dist/bits/menubar/components/MenubarTrigger.svelte.d.ts +1 -1
- package/dist/bits/popover/components/PopoverArrow.svelte.d.ts +1 -1
- package/dist/bits/popover/components/PopoverClose.svelte.d.ts +1 -1
- package/dist/bits/popover/components/PopoverContent.svelte +1 -1
- package/dist/bits/popover/components/PopoverContent.svelte.d.ts +1 -1
- package/dist/bits/popover/components/PopoverTrigger.svelte.d.ts +1 -1
- package/dist/bits/progress/components/Progress.svelte.d.ts +1 -1
- package/dist/bits/radio-group/components/RadioGroup.svelte.d.ts +1 -1
- package/dist/bits/radio-group/components/RadioGroupInput.svelte.d.ts +2 -1
- package/dist/bits/radio-group/components/RadioGroupItem.svelte.d.ts +1 -1
- package/dist/bits/select/components/SelectArrow.svelte.d.ts +1 -1
- package/dist/bits/select/components/SelectContent.svelte.d.ts +1 -1
- package/dist/bits/select/components/SelectGroup.svelte.d.ts +1 -1
- package/dist/bits/select/components/SelectInput.svelte.d.ts +2 -1
- package/dist/bits/select/components/SelectItem.svelte.d.ts +1 -1
- package/dist/bits/select/components/SelectLabel.svelte.d.ts +1 -1
- package/dist/bits/select/components/SelectTrigger.svelte.d.ts +1 -1
- package/dist/bits/select/components/SelectValue.svelte.d.ts +1 -1
- package/dist/bits/separator/components/Separator.svelte.d.ts +1 -1
- package/dist/bits/slider/components/Slider.svelte.d.ts +1 -1
- package/dist/bits/slider/components/SliderInput.svelte.d.ts +2 -1
- package/dist/bits/slider/components/SliderRange.svelte.d.ts +1 -1
- package/dist/bits/slider/components/SliderThumb.svelte.d.ts +1 -1
- package/dist/bits/switch/components/Switch.svelte.d.ts +1 -1
- package/dist/bits/switch/components/SwitchInput.svelte +1 -2
- package/dist/bits/switch/components/SwitchInput.svelte.d.ts +2 -1
- package/dist/bits/switch/components/SwitchThumb.svelte.d.ts +1 -1
- package/dist/bits/tabs/components/Tabs.svelte.d.ts +1 -1
- package/dist/bits/tabs/components/TabsContent.svelte.d.ts +1 -1
- package/dist/bits/tabs/components/TabsList.svelte.d.ts +1 -1
- package/dist/bits/tabs/components/TabsTrigger.svelte.d.ts +1 -1
- package/dist/bits/toggle/components/Toggle.svelte.d.ts +1 -1
- package/dist/bits/toggle/components/ToggleInput.svelte.d.ts +2 -1
- package/dist/bits/tooltip/components/TooltipArrow.svelte.d.ts +1 -1
- package/dist/bits/tooltip/components/TooltipContent.svelte.d.ts +1 -1
- package/dist/bits/tooltip/components/TooltipTrigger.svelte.d.ts +1 -1
- package/package.json +26 -26
|
@@ -12,7 +12,7 @@ declare class __sveltets_Render<T extends Transition, In extends Transition, Out
|
|
|
12
12
|
accesskey?: string | null | undefined;
|
|
13
13
|
autofocus?: boolean | null | undefined;
|
|
14
14
|
class?: string | null | undefined;
|
|
15
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
15
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
16
16
|
contextmenu?: string | null | undefined;
|
|
17
17
|
dir?: string | null | undefined;
|
|
18
18
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -16,7 +16,7 @@ declare const __propDef: {
|
|
|
16
16
|
accesskey?: string | null | undefined;
|
|
17
17
|
autofocus?: boolean | null | undefined;
|
|
18
18
|
class?: string | null | undefined;
|
|
19
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
19
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
20
20
|
contextmenu?: string | null | undefined;
|
|
21
21
|
dir?: string | null | undefined;
|
|
22
22
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -8,7 +8,7 @@ declare const __propDef: {
|
|
|
8
8
|
accesskey?: string | null | undefined;
|
|
9
9
|
autofocus?: boolean | null | undefined;
|
|
10
10
|
class?: string | null | undefined;
|
|
11
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
11
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
12
12
|
contextmenu?: string | null | undefined;
|
|
13
13
|
dir?: string | null | undefined;
|
|
14
14
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -11,7 +11,7 @@ declare const __propDef: {
|
|
|
11
11
|
accesskey?: string | null | undefined;
|
|
12
12
|
autofocus?: boolean | null | undefined;
|
|
13
13
|
class?: string | null | undefined;
|
|
14
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
14
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
15
15
|
contextmenu?: string | null | undefined;
|
|
16
16
|
dir?: string | null | undefined;
|
|
17
17
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -16,6 +16,7 @@ declare const __propDef: {
|
|
|
16
16
|
formnovalidate?: boolean | null | undefined;
|
|
17
17
|
formtarget?: string | null | undefined;
|
|
18
18
|
height?: string | number | null | undefined;
|
|
19
|
+
indeterminate?: boolean | null | undefined;
|
|
19
20
|
list?: string | null | undefined;
|
|
20
21
|
max?: string | number | null | undefined;
|
|
21
22
|
maxlength?: number | null | undefined;
|
|
@@ -42,7 +43,7 @@ declare const __propDef: {
|
|
|
42
43
|
accesskey?: string | null | undefined;
|
|
43
44
|
autofocus?: boolean | null | undefined;
|
|
44
45
|
class?: string | null | undefined;
|
|
45
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
46
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
46
47
|
contextmenu?: string | null | undefined;
|
|
47
48
|
dir?: string | null | undefined;
|
|
48
49
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -16,7 +16,7 @@ declare const __propDef: {
|
|
|
16
16
|
accesskey?: string | null | undefined;
|
|
17
17
|
autofocus?: boolean | null | undefined;
|
|
18
18
|
class?: string | null | undefined;
|
|
19
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
19
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
20
20
|
contextmenu?: string | null | undefined;
|
|
21
21
|
dir?: string | null | undefined;
|
|
22
22
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -6,7 +6,7 @@ declare const __propDef: {
|
|
|
6
6
|
accesskey?: string | null | undefined;
|
|
7
7
|
autofocus?: boolean | null | undefined;
|
|
8
8
|
class?: string | null | undefined;
|
|
9
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
9
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
10
10
|
contextmenu?: string | null | undefined;
|
|
11
11
|
dir?: string | null | undefined;
|
|
12
12
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -13,7 +13,7 @@ declare class __sveltets_Render<T extends Transition, In extends Transition, Out
|
|
|
13
13
|
accesskey?: string | null | undefined;
|
|
14
14
|
autofocus?: boolean | null | undefined;
|
|
15
15
|
class?: string | null | undefined;
|
|
16
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
16
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
17
17
|
contextmenu?: string | null | undefined;
|
|
18
18
|
dir?: string | null | undefined;
|
|
19
19
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -5,7 +5,7 @@ declare const __propDef: {
|
|
|
5
5
|
accesskey?: string | null | undefined;
|
|
6
6
|
autofocus?: boolean | null | undefined;
|
|
7
7
|
class?: string | null | undefined;
|
|
8
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
8
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
9
9
|
contextmenu?: string | null | undefined;
|
|
10
10
|
dir?: string | null | undefined;
|
|
11
11
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -16,6 +16,7 @@ declare const __propDef: {
|
|
|
16
16
|
formnovalidate?: boolean | null | undefined;
|
|
17
17
|
formtarget?: string | null | undefined;
|
|
18
18
|
height?: string | number | null | undefined;
|
|
19
|
+
indeterminate?: boolean | null | undefined;
|
|
19
20
|
list?: string | null | undefined;
|
|
20
21
|
max?: string | number | null | undefined;
|
|
21
22
|
maxlength?: number | null | undefined;
|
|
@@ -42,7 +43,7 @@ declare const __propDef: {
|
|
|
42
43
|
accesskey?: string | null | undefined;
|
|
43
44
|
autofocus?: boolean | null | undefined;
|
|
44
45
|
class?: string | null | undefined;
|
|
45
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
46
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
46
47
|
contextmenu?: string | null | undefined;
|
|
47
48
|
dir?: string | null | undefined;
|
|
48
49
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -9,7 +9,7 @@ declare const __propDef: {
|
|
|
9
9
|
accesskey?: string | null | undefined;
|
|
10
10
|
autofocus?: boolean | null | undefined;
|
|
11
11
|
class?: string | null | undefined;
|
|
12
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
12
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
13
13
|
contextmenu?: string | null | undefined;
|
|
14
14
|
dir?: string | null | undefined;
|
|
15
15
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -6,7 +6,7 @@ declare const __propDef: {
|
|
|
6
6
|
accesskey?: string | null | undefined;
|
|
7
7
|
autofocus?: boolean | null | undefined;
|
|
8
8
|
class?: string | null | undefined;
|
|
9
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
9
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
10
10
|
contextmenu?: string | null | undefined;
|
|
11
11
|
dir?: string | null | undefined;
|
|
12
12
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -16,7 +16,7 @@ declare const __propDef: {
|
|
|
16
16
|
accesskey?: string | null | undefined;
|
|
17
17
|
autofocus?: boolean | null | undefined;
|
|
18
18
|
class?: string | null | undefined;
|
|
19
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
19
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
20
20
|
contextmenu?: string | null | undefined;
|
|
21
21
|
dir?: string | null | undefined;
|
|
22
22
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -6,7 +6,7 @@ declare const __propDef: {
|
|
|
6
6
|
accesskey?: string | null | undefined;
|
|
7
7
|
autofocus?: boolean | null | undefined;
|
|
8
8
|
class?: string | null | undefined;
|
|
9
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
9
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
10
10
|
contextmenu?: string | null | undefined;
|
|
11
11
|
dir?: string | null | undefined;
|
|
12
12
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -7,7 +7,7 @@ declare const __propDef: {
|
|
|
7
7
|
accesskey?: string | null | undefined;
|
|
8
8
|
autofocus?: boolean | null | undefined;
|
|
9
9
|
class?: string | null | undefined;
|
|
10
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
10
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
11
11
|
contextmenu?: string | null | undefined;
|
|
12
12
|
dir?: string | null | undefined;
|
|
13
13
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -12,7 +12,7 @@ declare const __propDef: {
|
|
|
12
12
|
accesskey?: string | null | undefined;
|
|
13
13
|
autofocus?: boolean | null | undefined;
|
|
14
14
|
class?: string | null | undefined;
|
|
15
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
15
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
16
16
|
contextmenu?: string | null | undefined;
|
|
17
17
|
dir?: string | null | undefined;
|
|
18
18
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -17,7 +17,7 @@ declare const __propDef: {
|
|
|
17
17
|
accesskey?: string | null | undefined;
|
|
18
18
|
autofocus?: boolean | null | undefined;
|
|
19
19
|
class?: string | null | undefined;
|
|
20
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
20
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
21
21
|
dir?: string | null | undefined;
|
|
22
22
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
23
23
|
enterkeyhint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | null | undefined;
|
|
@@ -219,6 +219,7 @@ declare const __propDef: {
|
|
|
219
219
|
formtarget?: string | null | undefined;
|
|
220
220
|
name?: string | null | undefined;
|
|
221
221
|
required?: boolean | null | undefined;
|
|
222
|
+
indeterminate?: boolean | null | undefined;
|
|
222
223
|
accept?: string | null | undefined;
|
|
223
224
|
autocomplete?: string | null | undefined;
|
|
224
225
|
capture?: boolean | "user" | "environment" | null | undefined;
|
|
@@ -5,7 +5,7 @@ declare const __propDef: {
|
|
|
5
5
|
accesskey?: string | null | undefined;
|
|
6
6
|
autofocus?: boolean | null | undefined;
|
|
7
7
|
class?: string | null | undefined;
|
|
8
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
8
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
9
9
|
contextmenu?: string | null | undefined;
|
|
10
10
|
dir?: string | null | undefined;
|
|
11
11
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -6,7 +6,7 @@ declare const __propDef: {
|
|
|
6
6
|
accesskey?: string | null | undefined;
|
|
7
7
|
autofocus?: boolean | null | undefined;
|
|
8
8
|
class?: string | null | undefined;
|
|
9
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
9
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
10
10
|
contextmenu?: string | null | undefined;
|
|
11
11
|
dir?: string | null | undefined;
|
|
12
12
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -19,7 +19,7 @@ declare const __propDef: {
|
|
|
19
19
|
accesskey?: string | null | undefined;
|
|
20
20
|
autofocus?: boolean | null | undefined;
|
|
21
21
|
class?: string | null | undefined;
|
|
22
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
22
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
23
23
|
contextmenu?: string | null | undefined;
|
|
24
24
|
dir?: string | null | undefined;
|
|
25
25
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -15,6 +15,7 @@ declare const __propDef: {
|
|
|
15
15
|
formnovalidate?: boolean | null | undefined;
|
|
16
16
|
formtarget?: string | null | undefined;
|
|
17
17
|
height?: string | number | null | undefined;
|
|
18
|
+
indeterminate?: boolean | null | undefined;
|
|
18
19
|
list?: string | null | undefined;
|
|
19
20
|
max?: string | number | null | undefined;
|
|
20
21
|
maxlength?: number | null | undefined;
|
|
@@ -41,7 +42,7 @@ declare const __propDef: {
|
|
|
41
42
|
accesskey?: string | null | undefined;
|
|
42
43
|
autofocus?: boolean | null | undefined;
|
|
43
44
|
class?: string | null | undefined;
|
|
44
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
45
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
45
46
|
contextmenu?: string | null | undefined;
|
|
46
47
|
dir?: string | null | undefined;
|
|
47
48
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -5,7 +5,7 @@ declare const __propDef: {
|
|
|
5
5
|
accesskey?: string | null | undefined;
|
|
6
6
|
autofocus?: boolean | null | undefined;
|
|
7
7
|
class?: string | null | undefined;
|
|
8
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
8
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
9
9
|
contextmenu?: string | null | undefined;
|
|
10
10
|
dir?: string | null | undefined;
|
|
11
11
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -11,7 +11,7 @@ declare const __propDef: {
|
|
|
11
11
|
accesskey?: string | null | undefined;
|
|
12
12
|
autofocus?: boolean | null | undefined;
|
|
13
13
|
class?: string | null | undefined;
|
|
14
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
14
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
15
15
|
contextmenu?: string | null | undefined;
|
|
16
16
|
dir?: string | null | undefined;
|
|
17
17
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -6,7 +6,7 @@ declare const __propDef: {
|
|
|
6
6
|
accesskey?: string | null | undefined;
|
|
7
7
|
autofocus?: boolean | null | undefined;
|
|
8
8
|
class?: string | null | undefined;
|
|
9
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
9
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
10
10
|
contextmenu?: string | null | undefined;
|
|
11
11
|
dir?: string | null | undefined;
|
|
12
12
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -5,7 +5,7 @@ declare const __propDef: {
|
|
|
5
5
|
accesskey?: string | null | undefined;
|
|
6
6
|
autofocus?: boolean | null | undefined;
|
|
7
7
|
class?: string | null | undefined;
|
|
8
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
8
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
9
9
|
contextmenu?: string | null | undefined;
|
|
10
10
|
dir?: string | null | undefined;
|
|
11
11
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -8,7 +8,7 @@ declare const __propDef: {
|
|
|
8
8
|
accesskey?: string | null | undefined;
|
|
9
9
|
autofocus?: boolean | null | undefined;
|
|
10
10
|
class?: string | null | undefined;
|
|
11
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
11
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
12
12
|
contextmenu?: string | null | undefined;
|
|
13
13
|
dir?: string | null | undefined;
|
|
14
14
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -18,7 +18,7 @@ declare const __propDef: {
|
|
|
18
18
|
accesskey?: string | null | undefined;
|
|
19
19
|
autofocus?: boolean | null | undefined;
|
|
20
20
|
class?: string | null | undefined;
|
|
21
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
21
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
22
22
|
contextmenu?: string | null | undefined;
|
|
23
23
|
dir?: string | null | undefined;
|
|
24
24
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -17,7 +17,7 @@ declare const __propDef: {
|
|
|
17
17
|
accesskey?: string | null | undefined;
|
|
18
18
|
autofocus?: boolean | null | undefined;
|
|
19
19
|
class?: string | null | undefined;
|
|
20
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
20
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
21
21
|
dir?: string | null | undefined;
|
|
22
22
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
23
23
|
enterkeyhint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | null | undefined;
|
|
@@ -219,6 +219,7 @@ declare const __propDef: {
|
|
|
219
219
|
formtarget?: string | null | undefined;
|
|
220
220
|
name?: string | null | undefined;
|
|
221
221
|
required?: boolean | null | undefined;
|
|
222
|
+
indeterminate?: boolean | null | undefined;
|
|
222
223
|
accept?: string | null | undefined;
|
|
223
224
|
autocomplete?: string | null | undefined;
|
|
224
225
|
capture?: boolean | "user" | "environment" | null | undefined;
|
|
@@ -6,7 +6,7 @@ declare const __propDef: {
|
|
|
6
6
|
accesskey?: string | null | undefined;
|
|
7
7
|
autofocus?: boolean | null | undefined;
|
|
8
8
|
class?: string | null | undefined;
|
|
9
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
9
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
10
10
|
contextmenu?: string | null | undefined;
|
|
11
11
|
dir?: string | null | undefined;
|
|
12
12
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -14,7 +14,7 @@ declare class __sveltets_Render<T extends Transition, In extends Transition, Out
|
|
|
14
14
|
accesskey?: string | null | undefined;
|
|
15
15
|
autofocus?: boolean | null | undefined;
|
|
16
16
|
class?: string | null | undefined;
|
|
17
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
17
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
18
18
|
contextmenu?: string | null | undefined;
|
|
19
19
|
dir?: string | null | undefined;
|
|
20
20
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
|
@@ -16,7 +16,7 @@ declare const __propDef: {
|
|
|
16
16
|
accesskey?: string | null | undefined;
|
|
17
17
|
autofocus?: boolean | null | undefined;
|
|
18
18
|
class?: string | null | undefined;
|
|
19
|
-
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | null | undefined;
|
|
19
|
+
contenteditable?: import("svelte/elements.js").Booleanish | "inherit" | "plaintext-only" | null | undefined;
|
|
20
20
|
contextmenu?: string | null | undefined;
|
|
21
21
|
dir?: string | null | undefined;
|
|
22
22
|
draggable?: import("svelte/elements.js").Booleanish | null | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bits-ui",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "concurrently \"pnpm:dev:content\" \"pnpm:dev:svelte\"",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"package": "svelte-kit sync && svelte-package && publint",
|
|
14
14
|
"prepublishOnly": "pnpm run package",
|
|
15
15
|
"test": "pnpm run test:integration && pnpm run test:unit",
|
|
16
|
-
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
16
|
+
"check": "pnpm build:content && svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
17
17
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
18
18
|
"lint": "prettier --plugin-search-dir . --check . && eslint .",
|
|
19
19
|
"format": "prettier --plugin-search-dir . --write .",
|
|
@@ -40,51 +40,51 @@
|
|
|
40
40
|
"@playwright/test": "^1.28.1",
|
|
41
41
|
"@sveltejs/adapter-auto": "^2.0.0",
|
|
42
42
|
"@sveltejs/adapter-vercel": "^3.0.3",
|
|
43
|
-
"@sveltejs/kit": "^1.
|
|
44
|
-
"@sveltejs/package": "^2.
|
|
45
|
-
"@tailwindcss/typography": "^0.5.
|
|
46
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
47
|
-
"@typescript-eslint/parser": "^
|
|
48
|
-
"autoprefixer": "^10.4.
|
|
43
|
+
"@sveltejs/kit": "^1.26.0",
|
|
44
|
+
"@sveltejs/package": "^2.2.2",
|
|
45
|
+
"@tailwindcss/typography": "^0.5.10",
|
|
46
|
+
"@typescript-eslint/eslint-plugin": "^6.8.0",
|
|
47
|
+
"@typescript-eslint/parser": "^6.8.0",
|
|
48
|
+
"autoprefixer": "^10.4.16",
|
|
49
49
|
"clsx": "^2.0.0",
|
|
50
|
-
"concurrently": "^8.2.
|
|
50
|
+
"concurrently": "^8.2.2",
|
|
51
51
|
"contentlayer": "^0.3.4",
|
|
52
|
-
"eslint": "^8.
|
|
52
|
+
"eslint": "^8.52.0",
|
|
53
53
|
"eslint-config-prettier": "^8.5.0",
|
|
54
|
-
"eslint-plugin-svelte": "^2.
|
|
54
|
+
"eslint-plugin-svelte": "^2.34.0",
|
|
55
55
|
"esm-env": "^1.0.0",
|
|
56
56
|
"hast-util-to-html": "^9.0.0",
|
|
57
57
|
"lucide-svelte": "^0.268.0",
|
|
58
|
-
"postcss": "^8.4.
|
|
58
|
+
"postcss": "^8.4.31",
|
|
59
59
|
"postcss-load-config": "^4.0.1",
|
|
60
60
|
"prettier": "^2.8.8",
|
|
61
61
|
"prettier-plugin-svelte": "^2.10.1",
|
|
62
|
-
"publint": "^0.
|
|
62
|
+
"publint": "^0.2.5",
|
|
63
63
|
"radix-icons-svelte": "^1.2.1",
|
|
64
64
|
"rehype-pretty-code": "^0.10.0",
|
|
65
|
-
"remark-gfm": "^
|
|
66
|
-
"shiki": "^0.14.
|
|
67
|
-
"shikiji": "^0.
|
|
68
|
-
"svelte": "^4.
|
|
69
|
-
"svelte-check": "^3.
|
|
65
|
+
"remark-gfm": "^4.0.0",
|
|
66
|
+
"shiki": "^0.14.5",
|
|
67
|
+
"shikiji": "^0.6.10",
|
|
68
|
+
"svelte": "^4.2.2",
|
|
69
|
+
"svelte-check": "^3.5.2",
|
|
70
70
|
"svelte-sequential-preprocessor": "^2.0.1",
|
|
71
71
|
"svelte-wrap-balancer": "^0.0.4",
|
|
72
72
|
"tailwind-merge": "^1.14.0",
|
|
73
|
-
"tailwind-variants": "^0.1.
|
|
74
|
-
"tailwindcss": "^3.3.
|
|
75
|
-
"tailwindcss-animate": "^1.0.
|
|
76
|
-
"tslib": "^2.
|
|
77
|
-
"typescript": "^5.
|
|
73
|
+
"tailwind-variants": "^0.1.14",
|
|
74
|
+
"tailwindcss": "^3.3.3",
|
|
75
|
+
"tailwindcss-animate": "^1.0.7",
|
|
76
|
+
"tslib": "^2.6.2",
|
|
77
|
+
"typescript": "^5.2.2",
|
|
78
78
|
"unist-builder": "^4.0.0",
|
|
79
79
|
"unist-util-visit": "^5.0.0",
|
|
80
|
-
"vite": "^4.
|
|
81
|
-
"vitest": "^0.
|
|
80
|
+
"vite": "^4.5.0",
|
|
81
|
+
"vitest": "^0.34.6"
|
|
82
82
|
},
|
|
83
83
|
"svelte": "./dist/index.js",
|
|
84
84
|
"types": "./dist/index.d.ts",
|
|
85
85
|
"type": "module",
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@melt-ui/svelte": "0.55.
|
|
87
|
+
"@melt-ui/svelte": "0.55.3",
|
|
88
88
|
"nanoid": "^4.0.2"
|
|
89
89
|
},
|
|
90
90
|
"peerDependencies": {
|