@kuzenbo/core 0.0.3 → 0.0.5
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/avatar-CXhwmJgG.js +65 -0
- package/dist/avatar-CXhwmJgG.js.map +1 -0
- package/dist/{avatar-image-Ce26D2fb.d.ts → avatar-DpiupAAM.d.ts} +35 -2
- package/dist/avatar-DpiupAAM.d.ts.map +1 -0
- package/dist/badge-BKRm6jL7.js +58 -0
- package/dist/badge-BKRm6jL7.js.map +1 -0
- package/dist/button-nAbTNrxA.d.ts +78 -0
- package/dist/button-nAbTNrxA.d.ts.map +1 -0
- package/dist/{dialog-trigger-BUF3elAP.js → dialog-CD5lfQA9.js} +33 -10
- package/dist/dialog-CD5lfQA9.js.map +1 -0
- package/dist/{dialog-viewport-Ce1huyAI.d.ts → dialog-DEkdr-9K.d.ts} +64 -2
- package/dist/dialog-DEkdr-9K.d.ts.map +1 -0
- package/dist/{dropdown-menu-trigger-COnFGfDa.js → dropdown-menu-BJi-V71O.js} +137 -101
- package/dist/dropdown-menu-BJi-V71O.js.map +1 -0
- package/dist/{dropdown-menu-trigger-BpgtLUvf.d.ts → dropdown-menu-Bpj576m0.d.ts} +259 -123
- package/dist/dropdown-menu-Bpj576m0.d.ts.map +1 -0
- package/dist/input-Ex9ZRqbo.js +38 -0
- package/dist/input-Ex9ZRqbo.js.map +1 -0
- package/dist/input-WWoBCgxe.d.ts +46 -0
- package/dist/input-WWoBCgxe.d.ts.map +1 -0
- package/dist/{input-group-textarea-B-rP98r5.js → input-group-CjcHP0L4.js} +50 -31
- package/dist/input-group-CjcHP0L4.js.map +1 -0
- package/dist/provider.js +4 -2
- package/dist/scroll-bar-C4qEUKlT.js.map +1 -1
- package/dist/separator-C8Qw2ADs.d.ts +13 -0
- package/dist/separator-C8Qw2ADs.d.ts.map +1 -0
- package/dist/{sheet-trigger-D7neoTF5.js → sheet-imSHXfFH.js} +29 -10
- package/dist/sheet-imSHXfFH.js.map +1 -0
- package/dist/{size-context-BjRwqlSg.js → size-context-CvLl3pMC.js} +3 -3
- package/dist/size-context-CvLl3pMC.js.map +1 -0
- package/dist/size-context-DXfCAlWF.d.ts.map +1 -1
- package/dist/size-provider-18EvJgDT.js.map +1 -1
- package/dist/size-provider-Bd2C6gKd.d.ts.map +1 -1
- package/dist/size-system-BTsMqZRQ.js +99 -0
- package/dist/size-system-BTsMqZRQ.js.map +1 -0
- package/dist/size-system-wzOLSuax.d.ts.map +1 -1
- package/dist/size.js +4 -2
- package/dist/{slider-root-presentation-ChJHPMIV.js → slider-root-presentation-B6OO_iCT.js} +19 -19
- package/dist/slider-root-presentation-B6OO_iCT.js.map +1 -0
- package/dist/{slider-value-Db8SCu0c.d.ts → slider-style-tokens-CZezJilZ.d.ts} +55 -55
- package/dist/slider-style-tokens-CZezJilZ.d.ts.map +1 -0
- package/dist/textarea-C8dsnn8D.d.ts +37 -0
- package/dist/textarea-C8dsnn8D.d.ts.map +1 -0
- package/dist/textarea-CkiM1N_I.js +39 -0
- package/dist/textarea-CkiM1N_I.js.map +1 -0
- package/dist/toggle-CxkIncmZ.d.ts +53 -0
- package/dist/toggle-CxkIncmZ.d.ts.map +1 -0
- package/dist/{tooltip-trigger-qXw-_nbh.js → tooltip-D0BEpCQx.js} +38 -13
- package/dist/tooltip-D0BEpCQx.js.map +1 -0
- package/dist/{tooltip-viewport-csA6luqI.d.ts → tooltip-DbJxt69l.d.ts} +61 -13
- package/dist/tooltip-DbJxt69l.d.ts.map +1 -0
- package/dist/ui/accordion.d.ts +4 -4
- package/dist/ui/accordion.d.ts.map +1 -1
- package/dist/ui/accordion.js +53 -52
- package/dist/ui/accordion.js.map +1 -1
- package/dist/ui/affix.d.ts +3 -2
- package/dist/ui/affix.d.ts.map +1 -1
- package/dist/ui/affix.js +8 -7
- package/dist/ui/affix.js.map +1 -1
- package/dist/ui/alert-dialog.d.ts +3 -1
- package/dist/ui/alert-dialog.d.ts.map +1 -1
- package/dist/ui/alert-dialog.js +12 -9
- package/dist/ui/alert-dialog.js.map +1 -1
- package/dist/ui/alert.d.ts +32 -32
- package/dist/ui/alert.d.ts.map +1 -1
- package/dist/ui/alert.js +88 -86
- package/dist/ui/alert.js.map +1 -1
- package/dist/ui/announcement.d.ts.map +1 -1
- package/dist/ui/announcement.js +5 -3
- package/dist/ui/announcement.js.map +1 -1
- package/dist/ui/aspect-ratio.d.ts.map +1 -1
- package/dist/ui/aspect-ratio.js.map +1 -1
- package/dist/ui/autocomplete.d.ts +74 -74
- package/dist/ui/autocomplete.d.ts.map +1 -1
- package/dist/ui/autocomplete.js +57 -53
- package/dist/ui/autocomplete.js.map +1 -1
- package/dist/ui/avatar.d.ts +2 -39
- package/dist/ui/avatar.js +2 -24
- package/dist/ui/badge.d.ts +28 -28
- package/dist/ui/badge.d.ts.map +1 -1
- package/dist/ui/badge.js +3 -53
- package/dist/ui/breadcrumb.d.ts +64 -64
- package/dist/ui/breadcrumb.d.ts.map +1 -1
- package/dist/ui/breadcrumb.js +49 -45
- package/dist/ui/breadcrumb.js.map +1 -1
- package/dist/ui/button-group.d.ts +34 -34
- package/dist/ui/button-group.d.ts.map +1 -1
- package/dist/ui/button-group.js +31 -28
- package/dist/ui/button-group.js.map +1 -1
- package/dist/ui/button.d.ts +2 -78
- package/dist/ui/button.js +42 -42
- package/dist/ui/button.js.map +1 -1
- package/dist/ui/card.d.ts.map +1 -1
- package/dist/ui/card.js +8 -6
- package/dist/ui/card.js.map +1 -1
- package/dist/ui/carousel.d.ts +1 -1
- package/dist/ui/carousel.d.ts.map +1 -1
- package/dist/ui/carousel.js +36 -17
- package/dist/ui/carousel.js.map +1 -1
- package/dist/ui/checkbox-group.d.ts.map +1 -1
- package/dist/ui/checkbox-group.js +2 -0
- package/dist/ui/checkbox-group.js.map +1 -1
- package/dist/ui/checkbox.d.ts +20 -20
- package/dist/ui/checkbox.d.ts.map +1 -1
- package/dist/ui/checkbox.js +15 -13
- package/dist/ui/checkbox.js.map +1 -1
- package/dist/ui/code.d.ts.map +1 -1
- package/dist/ui/code.js +5 -5
- package/dist/ui/code.js.map +1 -1
- package/dist/ui/collapsible.js +1 -1
- package/dist/ui/collapsible.js.map +1 -1
- package/dist/ui/combobox.d.ts +107 -107
- package/dist/ui/combobox.d.ts.map +1 -1
- package/dist/ui/combobox.js +88 -87
- package/dist/ui/combobox.js.map +1 -1
- package/dist/ui/command.d.ts +57 -58
- package/dist/ui/command.d.ts.map +1 -1
- package/dist/ui/command.js +54 -64
- package/dist/ui/command.js.map +1 -1
- package/dist/ui/container.d.ts.map +1 -1
- package/dist/ui/container.js.map +1 -1
- package/dist/ui/context-menu.d.ts +132 -132
- package/dist/ui/context-menu.d.ts.map +1 -1
- package/dist/ui/context-menu.js +102 -98
- package/dist/ui/context-menu.js.map +1 -1
- package/dist/ui/copy-button.d.ts +1 -3
- package/dist/ui/copy-button.d.ts.map +1 -1
- package/dist/ui/copy-button.js +12 -13
- package/dist/ui/copy-button.js.map +1 -1
- package/dist/ui/dialog.d.ts +2 -66
- package/dist/ui/dialog.js +2 -24
- package/dist/ui/drawer.d.ts +91 -91
- package/dist/ui/drawer.d.ts.map +1 -1
- package/dist/ui/drawer.js +68 -66
- package/dist/ui/drawer.js.map +1 -1
- package/dist/ui/dropdown-menu.d.ts +3 -144
- package/dist/ui/dropdown-menu.js +3 -38
- package/dist/ui/dropzone.d.ts +55 -55
- package/dist/ui/dropzone.d.ts.map +1 -1
- package/dist/ui/dropzone.js +77 -72
- package/dist/ui/dropzone.js.map +1 -1
- package/dist/ui/emoji-picker.d.ts +79 -79
- package/dist/ui/emoji-picker.d.ts.map +1 -1
- package/dist/ui/emoji-picker.js +92 -87
- package/dist/ui/emoji-picker.js.map +1 -1
- package/dist/ui/empty.d.ts +61 -59
- package/dist/ui/empty.d.ts.map +1 -1
- package/dist/ui/empty.js +49 -44
- package/dist/ui/empty.js.map +1 -1
- package/dist/ui/field.d.ts +11 -11
- package/dist/ui/field.d.ts.map +1 -1
- package/dist/ui/field.js +9 -7
- package/dist/ui/field.js.map +1 -1
- package/dist/ui/fieldset.d.ts.map +1 -1
- package/dist/ui/fieldset.js.map +1 -1
- package/dist/ui/form.d.ts +8 -8
- package/dist/ui/form.d.ts.map +1 -1
- package/dist/ui/form.js +2 -0
- package/dist/ui/form.js.map +1 -1
- package/dist/ui/input-group.d.ts +35 -35
- package/dist/ui/input-group.d.ts.map +1 -1
- package/dist/ui/input-group.js +2 -28
- package/dist/ui/input-otp.d.ts +36 -36
- package/dist/ui/input-otp.d.ts.map +1 -1
- package/dist/ui/input-otp.js +29 -28
- package/dist/ui/input-otp.js.map +1 -1
- package/dist/ui/input.d.ts +2 -46
- package/dist/ui/input.js +2 -34
- package/dist/ui/item.d.ts +20 -20
- package/dist/ui/item.d.ts.map +1 -1
- package/dist/ui/item.js +24 -22
- package/dist/ui/item.js.map +1 -1
- package/dist/ui/kbd.d.ts.map +1 -1
- package/dist/ui/kbd.js +10 -8
- package/dist/ui/kbd.js.map +1 -1
- package/dist/ui/label.d.ts.map +1 -1
- package/dist/ui/label.js.map +1 -1
- package/dist/ui/marquee.d.ts.map +1 -1
- package/dist/ui/marquee.js +1 -1
- package/dist/ui/marquee.js.map +1 -1
- package/dist/ui/menubar.d.ts +133 -134
- package/dist/ui/menubar.d.ts.map +1 -1
- package/dist/ui/menubar.js +84 -81
- package/dist/ui/menubar.js.map +1 -1
- package/dist/ui/meter.d.ts.map +1 -1
- package/dist/ui/meter.js +2 -0
- package/dist/ui/meter.js.map +1 -1
- package/dist/ui/navigation-list.d.ts +226 -226
- package/dist/ui/navigation-list.d.ts.map +1 -1
- package/dist/ui/navigation-list.js +242 -235
- package/dist/ui/navigation-list.js.map +1 -1
- package/dist/ui/navigation-menu.d.ts +82 -82
- package/dist/ui/navigation-menu.d.ts.map +1 -1
- package/dist/ui/navigation-menu.js +72 -67
- package/dist/ui/navigation-menu.js.map +1 -1
- package/dist/ui/number-field.d.ts +34 -34
- package/dist/ui/number-field.d.ts.map +1 -1
- package/dist/ui/number-field.js +26 -23
- package/dist/ui/number-field.js.map +1 -1
- package/dist/ui/pagination.d.ts +42 -42
- package/dist/ui/pagination.d.ts.map +1 -1
- package/dist/ui/pagination.js +45 -41
- package/dist/ui/pagination.js.map +1 -1
- package/dist/ui/pill.d.ts +2 -3
- package/dist/ui/pill.d.ts.map +1 -1
- package/dist/ui/pill.js +34 -23
- package/dist/ui/pill.js.map +1 -1
- package/dist/ui/popover.d.ts +13 -11
- package/dist/ui/popover.d.ts.map +1 -1
- package/dist/ui/popover.js +17 -14
- package/dist/ui/popover.js.map +1 -1
- package/dist/ui/portal.d.ts.map +1 -1
- package/dist/ui/portal.js +52 -11
- package/dist/ui/portal.js.map +1 -1
- package/dist/ui/preview-card.js +5 -5
- package/dist/ui/preview-card.js.map +1 -1
- package/dist/ui/progress.js.map +1 -1
- package/dist/ui/qr-code.d.ts.map +1 -1
- package/dist/ui/qr-code.js +7 -7
- package/dist/ui/qr-code.js.map +1 -1
- package/dist/ui/radio-group.d.ts +22 -22
- package/dist/ui/radio-group.d.ts.map +1 -1
- package/dist/ui/radio-group.js +17 -15
- package/dist/ui/radio-group.js.map +1 -1
- package/dist/ui/range-slider.d.ts +1 -1
- package/dist/ui/range-slider.d.ts.map +1 -1
- package/dist/ui/range-slider.js +4 -7
- package/dist/ui/range-slider.js.map +1 -1
- package/dist/ui/rating.d.ts +35 -35
- package/dist/ui/rating.d.ts.map +1 -1
- package/dist/ui/rating.js +55 -46
- package/dist/ui/rating.js.map +1 -1
- package/dist/ui/resizable.d.ts.map +1 -1
- package/dist/ui/resizable.js +2 -2
- package/dist/ui/resizable.js.map +1 -1
- package/dist/ui/scroll-area.d.ts.map +1 -1
- package/dist/ui/scroll-area.js +2 -0
- package/dist/ui/scroll-area.js.map +1 -1
- package/dist/ui/select.d.ts +87 -87
- package/dist/ui/select.d.ts.map +1 -1
- package/dist/ui/select.js +85 -84
- package/dist/ui/select.js.map +1 -1
- package/dist/ui/separator.d.ts +2 -13
- package/dist/ui/separator.js +2 -0
- package/dist/ui/separator.js.map +1 -1
- package/dist/ui/sheet.d.ts.map +1 -1
- package/dist/ui/sheet.js +2 -24
- package/dist/ui/sidebar.d.ts +73 -74
- package/dist/ui/sidebar.d.ts.map +1 -1
- package/dist/ui/sidebar.js +87 -84
- package/dist/ui/sidebar.js.map +1 -1
- package/dist/ui/skeleton.d.ts.map +1 -1
- package/dist/ui/skeleton.js +1 -1
- package/dist/ui/skeleton.js.map +1 -1
- package/dist/ui/slider.d.ts +1 -1
- package/dist/ui/slider.d.ts.map +1 -1
- package/dist/ui/slider.js +3 -1
- package/dist/ui/slider.js.map +1 -1
- package/dist/ui/spacer.d.ts.map +1 -1
- package/dist/ui/spacer.js +2 -2
- package/dist/ui/spacer.js.map +1 -1
- package/dist/ui/spinner.js +4 -2
- package/dist/ui/spinner.js.map +1 -1
- package/dist/ui/switch.d.ts +11 -11
- package/dist/ui/switch.js +7 -7
- package/dist/ui/switch.js.map +1 -1
- package/dist/ui/table.d.ts +60 -60
- package/dist/ui/table.d.ts.map +1 -1
- package/dist/ui/table.js +54 -46
- package/dist/ui/table.js.map +1 -1
- package/dist/ui/tabs.d.ts +25 -25
- package/dist/ui/tabs.d.ts.map +1 -1
- package/dist/ui/tabs.js +75 -68
- package/dist/ui/tabs.js.map +1 -1
- package/dist/ui/textarea.d.ts +2 -37
- package/dist/ui/textarea.js +3 -34
- package/dist/ui/theme-icon.d.ts +30 -30
- package/dist/ui/theme-icon.d.ts.map +1 -1
- package/dist/ui/theme-icon.js +22 -22
- package/dist/ui/theme-icon.js.map +1 -1
- package/dist/ui/timeline.d.ts +6 -6
- package/dist/ui/timeline.d.ts.map +1 -1
- package/dist/ui/timeline.js +165 -163
- package/dist/ui/timeline.js.map +1 -1
- package/dist/ui/toggle-group.d.ts +32 -32
- package/dist/ui/toggle-group.d.ts.map +1 -1
- package/dist/ui/toggle-group.js +22 -16
- package/dist/ui/toggle-group.js.map +1 -1
- package/dist/ui/toggle.d.ts +2 -53
- package/dist/ui/toggle.js +17 -15
- package/dist/ui/toggle.js.map +1 -1
- package/dist/ui/toolbar.d.ts +54 -54
- package/dist/ui/toolbar.d.ts.map +1 -1
- package/dist/ui/toolbar.js +45 -40
- package/dist/ui/toolbar.js.map +1 -1
- package/dist/ui/tooltip.d.ts +2 -54
- package/dist/ui/tooltip.js +2 -28
- package/dist/ui/typography.d.ts +50 -36
- package/dist/ui/typography.d.ts.map +1 -1
- package/dist/ui/typography.js +28 -17
- package/dist/ui/typography.js.map +1 -1
- package/package.json +15 -15
- package/dist/avatar-image-BQ_NEKH4.js +0 -47
- package/dist/avatar-image-BQ_NEKH4.js.map +0 -1
- package/dist/avatar-image-Ce26D2fb.d.ts.map +0 -1
- package/dist/dialog-trigger-BUF3elAP.js.map +0 -1
- package/dist/dialog-viewport-Ce1huyAI.d.ts.map +0 -1
- package/dist/dropdown-menu-trigger-BpgtLUvf.d.ts.map +0 -1
- package/dist/dropdown-menu-trigger-COnFGfDa.js.map +0 -1
- package/dist/input-group-textarea-B-rP98r5.js.map +0 -1
- package/dist/sheet-trigger-D7neoTF5.js.map +0 -1
- package/dist/size-context-BjRwqlSg.js.map +0 -1
- package/dist/size-system-DTXmtQXw.js +0 -47
- package/dist/size-system-DTXmtQXw.js.map +0 -1
- package/dist/slider-root-presentation-ChJHPMIV.js.map +0 -1
- package/dist/slider-value-Db8SCu0c.d.ts.map +0 -1
- package/dist/tooltip-trigger-qXw-_nbh.js.map +0 -1
- package/dist/tooltip-viewport-csA6luqI.d.ts.map +0 -1
- package/dist/ui/avatar.d.ts.map +0 -1
- package/dist/ui/avatar.js.map +0 -1
- package/dist/ui/badge.js.map +0 -1
- package/dist/ui/button.d.ts.map +0 -1
- package/dist/ui/dialog.d.ts.map +0 -1
- package/dist/ui/dialog.js.map +0 -1
- package/dist/ui/dropdown-menu.d.ts.map +0 -1
- package/dist/ui/dropdown-menu.js.map +0 -1
- package/dist/ui/input-group.js.map +0 -1
- package/dist/ui/input.d.ts.map +0 -1
- package/dist/ui/input.js.map +0 -1
- package/dist/ui/separator.d.ts.map +0 -1
- package/dist/ui/sheet.js.map +0 -1
- package/dist/ui/textarea.d.ts.map +0 -1
- package/dist/ui/textarea.js.map +0 -1
- package/dist/ui/toggle.d.ts.map +0 -1
- package/dist/ui/tooltip.d.ts.map +0 -1
- package/dist/ui/tooltip.js.map +0 -1
- package/dist/use-badge-default-props-8d9wPL0k.js +0 -8
- package/dist/use-badge-default-props-8d9wPL0k.js.map +0 -1
- package/dist/use-input-default-props-B6VgKXGM.js +0 -8
- package/dist/use-input-default-props-B6VgKXGM.js.map +0 -1
- package/dist/use-textarea-default-props-7MlOxkDO.js +0 -8
- package/dist/use-textarea-default-props-7MlOxkDO.js.map +0 -1
package/dist/ui/checkbox.js
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
|
|
1
3
|
import { a as useComponentSize } from "../size-provider-18EvJgDT.js";
|
|
2
4
|
import { t as mergeBaseUIClassName } from "../merge-base-ui-class-name-HKsgjcXj.js";
|
|
3
5
|
import { jsx } from "react/jsx-runtime";
|
|
@@ -9,14 +11,14 @@ import { Checkbox as Checkbox$1 } from "@base-ui/react/checkbox";
|
|
|
9
11
|
//#region src/ui/checkbox/checkbox-indicator.tsx
|
|
10
12
|
const checkboxIndicatorVariants = tv({
|
|
11
13
|
base: "grid place-content-center text-current transition-none",
|
|
14
|
+
defaultVariants: { size: "md" },
|
|
12
15
|
variants: { size: {
|
|
13
|
-
xs: "[&>svg]:size-2",
|
|
14
|
-
sm: "[&>svg]:size-2.5",
|
|
15
|
-
md: "[&>svg]:size-3",
|
|
16
16
|
lg: "[&>svg]:size-3.5",
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
17
|
+
md: "[&>svg]:size-3",
|
|
18
|
+
sm: "[&>svg]:size-2.5",
|
|
19
|
+
xl: "[&>svg]:size-4",
|
|
20
|
+
xs: "[&>svg]:size-2"
|
|
21
|
+
} }
|
|
20
22
|
});
|
|
21
23
|
const CheckboxIndicator = ({ className, size: providedSize, ...props }) => {
|
|
22
24
|
const size = useComponentSize(providedSize);
|
|
@@ -31,15 +33,15 @@ const CheckboxIndicator = ({ className, size: providedSize, ...props }) => {
|
|
|
31
33
|
//#endregion
|
|
32
34
|
//#region src/ui/checkbox/checkbox.tsx
|
|
33
35
|
const checkboxVariants = tv({
|
|
34
|
-
base: "peer
|
|
36
|
+
base: "peer cursor-clickable border-input text-primary-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:border-danger aria-invalid:ring-danger/20 aria-invalid:aria-checked:border-primary data-checked:border-primary data-checked:bg-primary data-checked:text-primary-foreground data-indeterminate:border-primary data-indeterminate:bg-primary data-indeterminate:text-primary-foreground dark:bg-input/30 dark:aria-invalid:border-danger/50 dark:aria-invalid:ring-danger/40 dark:data-checked:bg-primary dark:data-indeterminate:bg-primary relative flex shrink-0 items-center justify-center border shadow-xs transition-colors outline-none group-has-disabled/field:opacity-50 focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:ring-[3px]",
|
|
37
|
+
defaultVariants: { size: "md" },
|
|
35
38
|
variants: { size: {
|
|
36
|
-
xs: "size-3 rounded-[3px] after:absolute after:-inset-1.5",
|
|
37
|
-
sm: "size-3.5 rounded-[3.5px] after:absolute after:-inset-2",
|
|
38
|
-
md: "size-4 rounded-[4px] after:absolute after:-inset-2.5",
|
|
39
39
|
lg: "size-[18px] rounded-[4px] after:absolute after:-inset-3",
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
40
|
+
md: "size-4 rounded-[4px] after:absolute after:-inset-2.5",
|
|
41
|
+
sm: "size-3.5 rounded-[3.5px] after:absolute after:-inset-2",
|
|
42
|
+
xl: "size-5 rounded-[5px] after:absolute after:-inset-3.5",
|
|
43
|
+
xs: "size-3 rounded-[3px] after:absolute after:-inset-1.5"
|
|
44
|
+
} }
|
|
43
45
|
});
|
|
44
46
|
const Checkbox = ({ className, indeterminate, children, size: providedSize, ...props }) => {
|
|
45
47
|
const size = useComponentSize(providedSize);
|
package/dist/ui/checkbox.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.js","names":["CheckboxPrimitive","CheckboxPrimitive"],"sources":["../../src/ui/checkbox/checkbox-indicator.tsx","../../src/ui/checkbox/checkbox.tsx"],"sourcesContent":["import { Checkbox as CheckboxPrimitive } from \"@base-ui/react/checkbox\";\nimport { tv
|
|
1
|
+
{"version":3,"file":"checkbox.js","names":["CheckboxPrimitive","CheckboxPrimitive"],"sources":["../../src/ui/checkbox/checkbox-indicator.tsx","../../src/ui/checkbox/checkbox.tsx"],"sourcesContent":["import { Checkbox as CheckboxPrimitive } from \"@base-ui/react/checkbox\";\nimport { tv } from \"tailwind-variants\";\nimport type { VariantProps } from \"tailwind-variants\";\n\nimport { mergeBaseUIClassName } from \"../../utils/merge-base-ui-class-name\";\nimport { useComponentSize } from \"../shared/size/size-provider\";\nimport type { UISize } from \"../shared/size/size-system\";\n\nconst checkboxIndicatorVariants = tv({\n base: \"grid place-content-center text-current transition-none\",\n defaultVariants: {\n size: \"md\",\n },\n variants: {\n size: {\n lg: \"[&>svg]:size-3.5\",\n md: \"[&>svg]:size-3\",\n sm: \"[&>svg]:size-2.5\",\n xl: \"[&>svg]:size-4\",\n xs: \"[&>svg]:size-2\",\n },\n },\n});\n\ntype CheckboxIndicatorVariantProps = Omit<\n VariantProps<typeof checkboxIndicatorVariants>,\n \"size\"\n> & {\n size?: UISize;\n};\n\nexport type CheckboxIndicatorProps = CheckboxPrimitive.Indicator.Props &\n CheckboxIndicatorVariantProps;\n\nconst CheckboxIndicator = ({\n className,\n size: providedSize,\n ...props\n}: CheckboxIndicatorProps) => {\n const size = useComponentSize(providedSize);\n\n return (\n <CheckboxPrimitive.Indicator\n className={mergeBaseUIClassName<CheckboxPrimitive.Indicator.State>(\n checkboxIndicatorVariants({ size }),\n className\n )}\n data-size={size}\n data-slot=\"checkbox-indicator\"\n {...props}\n />\n );\n};\n\nexport { CheckboxIndicator };\n","\"use client\";\n\nimport { Checkbox as CheckboxPrimitive } from \"@base-ui/react/checkbox\";\nimport { MinusSignIcon, Tick02Icon } from \"@hugeicons/core-free-icons\";\nimport { HugeiconsIcon } from \"@hugeicons/react\";\nimport { tv } from \"tailwind-variants\";\nimport type { VariantProps } from \"tailwind-variants\";\n\nimport { mergeBaseUIClassName } from \"../../utils/merge-base-ui-class-name\";\nimport { useComponentSize } from \"../shared/size/size-provider\";\nimport type { UISize } from \"../shared/size/size-system\";\nimport { CheckboxIndicator } from \"./checkbox-indicator\";\n\nconst checkboxVariants = tv({\n base: \"peer cursor-clickable border-input text-primary-foreground focus-visible:border-ring focus-visible:ring-ring/50 aria-invalid:border-danger aria-invalid:ring-danger/20 aria-invalid:aria-checked:border-primary data-checked:border-primary data-checked:bg-primary data-checked:text-primary-foreground data-indeterminate:border-primary data-indeterminate:bg-primary data-indeterminate:text-primary-foreground dark:bg-input/30 dark:aria-invalid:border-danger/50 dark:aria-invalid:ring-danger/40 dark:data-checked:bg-primary dark:data-indeterminate:bg-primary relative flex shrink-0 items-center justify-center border shadow-xs transition-colors outline-none group-has-disabled/field:opacity-50 focus-visible:ring-[3px] disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:ring-[3px]\",\n defaultVariants: {\n size: \"md\",\n },\n variants: {\n size: {\n lg: \"size-[18px] rounded-[4px] after:absolute after:-inset-3\",\n md: \"size-4 rounded-[4px] after:absolute after:-inset-2.5\",\n sm: \"size-3.5 rounded-[3.5px] after:absolute after:-inset-2\",\n xl: \"size-5 rounded-[5px] after:absolute after:-inset-3.5\",\n xs: \"size-3 rounded-[3px] after:absolute after:-inset-1.5\",\n },\n },\n});\n\ntype CheckboxVariantProps = Omit<\n VariantProps<typeof checkboxVariants>,\n \"size\"\n> & {\n size?: UISize;\n};\n\nexport type CheckboxProps = CheckboxPrimitive.Root.Props & CheckboxVariantProps;\n\nconst Checkbox = ({\n className,\n indeterminate,\n children,\n size: providedSize,\n ...props\n}: CheckboxProps) => {\n const size = useComponentSize(providedSize);\n\n return (\n <CheckboxPrimitive.Root\n className={mergeBaseUIClassName<CheckboxPrimitive.Root.State>(\n checkboxVariants({ size }),\n className\n )}\n data-size={size}\n data-slot=\"checkbox\"\n indeterminate={indeterminate}\n {...props}\n >\n {children ?? (\n <CheckboxIndicator size={size}>\n {indeterminate ? (\n <HugeiconsIcon icon={MinusSignIcon} strokeWidth={2} />\n ) : (\n <HugeiconsIcon icon={Tick02Icon} strokeWidth={2} />\n )}\n </CheckboxIndicator>\n )}\n </CheckboxPrimitive.Root>\n );\n};\n\nCheckbox.Indicator = CheckboxIndicator;\n\nexport type { CheckboxIndicatorProps } from \"./checkbox-indicator\";\nexport { Checkbox, CheckboxIndicator };\n"],"mappings":";;;;;;;;;;;AAQA,MAAM,4BAA4B,GAAG;CACnC,MAAM;CACN,iBAAiB,EACf,MAAM,MACP;CACD,UAAU,EACR,MAAM;EACJ,IAAI;EACJ,IAAI;EACJ,IAAI;EACJ,IAAI;EACJ,IAAI;EACL,EACF;CACF,CAAC;AAYF,MAAM,qBAAqB,EACzB,WACA,MAAM,cACN,GAAG,YACyB;CAC5B,MAAM,OAAO,iBAAiB,aAAa;AAE3C,QACE,oBAACA,WAAkB,WAAnB;EACE,WAAW,qBACT,0BAA0B,EAAE,MAAM,CAAC,EACnC,UACD;EACD,aAAW;EACX,aAAU;EACV,GAAI;EACJ;;;;;ACrCN,MAAM,mBAAmB,GAAG;CAC1B,MAAM;CACN,iBAAiB,EACf,MAAM,MACP;CACD,UAAU,EACR,MAAM;EACJ,IAAI;EACJ,IAAI;EACJ,IAAI;EACJ,IAAI;EACJ,IAAI;EACL,EACF;CACF,CAAC;AAWF,MAAM,YAAY,EAChB,WACA,eACA,UACA,MAAM,cACN,GAAG,YACgB;CACnB,MAAM,OAAO,iBAAiB,aAAa;AAE3C,QACE,oBAACC,WAAkB,MAAnB;EACE,WAAW,qBACT,iBAAiB,EAAE,MAAM,CAAC,EAC1B,UACD;EACD,aAAW;EACX,aAAU;EACK;EACf,GAAI;YAEH,YACC,oBAAC,mBAAD;GAAyB;aACtB,gBACC,oBAAC,eAAD;IAAe,MAAM;IAAe,aAAa;IAAK,IAEtD,oBAAC,eAAD;IAAe,MAAM;IAAY,aAAa;IAAK;GAEnC;EAEC;;AAI7B,SAAS,YAAY"}
|
package/dist/ui/code.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code.d.ts","names":[],"sources":["../../src/ui/code/code.tsx"],"mappings":";;;;
|
|
1
|
+
{"version":3,"file":"code.d.ts","names":[],"sources":["../../src/ui/code/code.tsx"],"mappings":";;;;UAgBiB,SAAA,SAAkB,wBAAA;EACjC,KAAA;AAAA;AAAA,cAGI,IAAA;EAAQ,KAAA;EAAA,SAAA;EAAA,GAAA;AAAA,GAAwC,SAAA,KAAS,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
package/dist/ui/code.js
CHANGED
|
@@ -3,12 +3,12 @@ import { cn, tv } from "tailwind-variants";
|
|
|
3
3
|
|
|
4
4
|
//#region src/ui/code/code.tsx
|
|
5
5
|
const codeVariants = tv({
|
|
6
|
-
base: "relative rounded
|
|
6
|
+
base: "bg-muted text-foreground relative rounded font-mono text-[0.85em] font-medium",
|
|
7
|
+
defaultVariants: { block: false },
|
|
7
8
|
variants: { block: {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
} }
|
|
11
|
-
defaultVariants: { block: false }
|
|
9
|
+
false: "px-[0.35rem] py-[0.2rem]",
|
|
10
|
+
true: "m-0 block overflow-x-auto px-3 py-2 leading-relaxed whitespace-pre"
|
|
11
|
+
} }
|
|
12
12
|
});
|
|
13
13
|
const Code = ({ block = false, className, ...props }) => /* @__PURE__ */ jsx("code", {
|
|
14
14
|
className: cn(codeVariants({ block }), className),
|
package/dist/ui/code.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code.js","names":[],"sources":["../../src/ui/code/code.tsx"],"sourcesContent":["import type { ComponentPropsWithoutRef } from \"react\";\
|
|
1
|
+
{"version":3,"file":"code.js","names":[],"sources":["../../src/ui/code/code.tsx"],"sourcesContent":["import type { ComponentPropsWithoutRef } from \"react\";\nimport { cn, tv } from \"tailwind-variants\";\n\nconst codeVariants = tv({\n base: \"bg-muted text-foreground relative rounded font-mono text-[0.85em] font-medium\",\n defaultVariants: {\n block: false,\n },\n variants: {\n block: {\n false: \"px-[0.35rem] py-[0.2rem]\",\n true: \"m-0 block overflow-x-auto px-3 py-2 leading-relaxed whitespace-pre\",\n },\n },\n});\n\nexport interface CodeProps extends ComponentPropsWithoutRef<\"code\"> {\n block?: boolean;\n}\n\nconst Code = ({ block = false, className, ...props }: CodeProps) => (\n <code\n className={cn(codeVariants({ block }), className)}\n data-block={block ? \"true\" : undefined}\n data-slot=\"code\"\n {...props}\n />\n);\n\nexport { Code };\n"],"mappings":";;;;AAGA,MAAM,eAAe,GAAG;CACtB,MAAM;CACN,iBAAiB,EACf,OAAO,OACR;CACD,UAAU,EACR,OAAO;EACL,OAAO;EACP,MAAM;EACP,EACF;CACF,CAAC;AAMF,MAAM,QAAQ,EAAE,QAAQ,OAAO,WAAW,GAAG,YAC3C,oBAAC,QAAD;CACE,WAAW,GAAG,aAAa,EAAE,OAAO,CAAC,EAAE,UAAU;CACjD,cAAY,QAAQ,SAAS;CAC7B,aAAU;CACV,GAAI;CACJ"}
|
package/dist/ui/collapsible.js
CHANGED
|
@@ -14,7 +14,7 @@ const CollapsibleContent = ({ className, ...props }) => /* @__PURE__ */ jsx(Coll
|
|
|
14
14
|
//#endregion
|
|
15
15
|
//#region src/ui/collapsible/collapsible-trigger.tsx
|
|
16
16
|
const CollapsibleTrigger = ({ className, ...props }) => /* @__PURE__ */ jsx(Collapsible$1.Trigger, {
|
|
17
|
-
className: mergeBaseUIClassName("cursor-
|
|
17
|
+
className: mergeBaseUIClassName("cursor-clickable", className),
|
|
18
18
|
"data-slot": "collapsible-trigger",
|
|
19
19
|
...props
|
|
20
20
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"collapsible.js","names":["CollapsiblePrimitive","CollapsiblePrimitive","CollapsiblePrimitive"],"sources":["../../src/ui/collapsible/collapsible-content.tsx","../../src/ui/collapsible/collapsible-trigger.tsx","../../src/ui/collapsible/collapsible.tsx"],"sourcesContent":["\"use client\";\n\nimport { Collapsible as CollapsiblePrimitive } from \"@base-ui/react/collapsible\";\n\nimport { mergeBaseUIClassName } from \"../../utils/merge-base-ui-class-name\";\nexport type CollapsibleContentProps = CollapsiblePrimitive.Panel.Props;\n\nconst CollapsibleContent = ({\n className,\n ...props\n}: CollapsibleContentProps) => (\n <CollapsiblePrimitive.Panel\n className={mergeBaseUIClassName<CollapsiblePrimitive.Panel.State>(\n \"flex h-(--collapsible-panel-height) flex-col justify-end overflow-hidden transition-all duration-150 ease-out [&[hidden]:not([hidden='until-found'])]:hidden data-ending-style:h-0 data-starting-style:h-0\",\n className\n )}\n data-slot=\"collapsible-content\"\n {...props}\n />\n);\n\nexport { CollapsibleContent };\n","\"use client\";\n\nimport { Collapsible as CollapsiblePrimitive } from \"@base-ui/react/collapsible\";\n\nimport { mergeBaseUIClassName } from \"../../utils/merge-base-ui-class-name\";\nexport type CollapsibleTriggerProps = CollapsiblePrimitive.Trigger.Props;\n\nconst CollapsibleTrigger = ({\n className,\n ...props\n}: CollapsibleTriggerProps) => (\n <CollapsiblePrimitive.Trigger\n className={mergeBaseUIClassName<CollapsiblePrimitive.Root.State>(\n \"cursor-
|
|
1
|
+
{"version":3,"file":"collapsible.js","names":["CollapsiblePrimitive","CollapsiblePrimitive","CollapsiblePrimitive"],"sources":["../../src/ui/collapsible/collapsible-content.tsx","../../src/ui/collapsible/collapsible-trigger.tsx","../../src/ui/collapsible/collapsible.tsx"],"sourcesContent":["\"use client\";\n\nimport { Collapsible as CollapsiblePrimitive } from \"@base-ui/react/collapsible\";\n\nimport { mergeBaseUIClassName } from \"../../utils/merge-base-ui-class-name\";\nexport type CollapsibleContentProps = CollapsiblePrimitive.Panel.Props;\n\nconst CollapsibleContent = ({\n className,\n ...props\n}: CollapsibleContentProps) => (\n <CollapsiblePrimitive.Panel\n className={mergeBaseUIClassName<CollapsiblePrimitive.Panel.State>(\n \"flex h-(--collapsible-panel-height) flex-col justify-end overflow-hidden transition-all duration-150 ease-out [&[hidden]:not([hidden='until-found'])]:hidden data-ending-style:h-0 data-starting-style:h-0\",\n className\n )}\n data-slot=\"collapsible-content\"\n {...props}\n />\n);\n\nexport { CollapsibleContent };\n","\"use client\";\n\nimport { Collapsible as CollapsiblePrimitive } from \"@base-ui/react/collapsible\";\n\nimport { mergeBaseUIClassName } from \"../../utils/merge-base-ui-class-name\";\nexport type CollapsibleTriggerProps = CollapsiblePrimitive.Trigger.Props;\n\nconst CollapsibleTrigger = ({\n className,\n ...props\n}: CollapsibleTriggerProps) => (\n <CollapsiblePrimitive.Trigger\n className={mergeBaseUIClassName<CollapsiblePrimitive.Root.State>(\n \"cursor-clickable\",\n className\n )}\n data-slot=\"collapsible-trigger\"\n {...props}\n />\n);\n\nexport { CollapsibleTrigger };\n","\"use client\";\n\nimport { Collapsible as CollapsiblePrimitive } from \"@base-ui/react/collapsible\";\n\nimport { mergeBaseUIClassName } from \"../../utils/merge-base-ui-class-name\";\nimport { CollapsibleContent } from \"./collapsible-content\";\nimport { CollapsibleTrigger } from \"./collapsible-trigger\";\nexport type CollapsibleProps = CollapsiblePrimitive.Root.Props;\n\nconst Collapsible = ({ className, ...props }: CollapsibleProps) => (\n <CollapsiblePrimitive.Root\n className={mergeBaseUIClassName<CollapsiblePrimitive.Root.State>(\n \"flex flex-col\",\n className\n )}\n data-slot=\"collapsible\"\n {...props}\n />\n);\n\nCollapsible.Content = CollapsibleContent;\nCollapsible.Trigger = CollapsibleTrigger;\n\nexport { Collapsible, CollapsibleContent, CollapsibleTrigger };\n\nexport type { CollapsibleContentProps } from \"./collapsible-content\";\nexport type { CollapsibleTriggerProps } from \"./collapsible-trigger\";\n"],"mappings":";;;;;;;AAOA,MAAM,sBAAsB,EAC1B,WACA,GAAG,YAEH,oBAACA,cAAqB,OAAtB;CACE,WAAW,qBACT,8MACA,UACD;CACD,aAAU;CACV,GAAI;CACJ;;;;ACXJ,MAAM,sBAAsB,EAC1B,WACA,GAAG,YAEH,oBAACC,cAAqB,SAAtB;CACE,WAAW,qBACT,oBACA,UACD;CACD,aAAU;CACV,GAAI;CACJ;;;;ACTJ,MAAM,eAAe,EAAE,WAAW,GAAG,YACnC,oBAACC,cAAqB,MAAtB;CACE,WAAW,qBACT,iBACA,UACD;CACD,aAAU;CACV,GAAI;CACJ;AAGJ,YAAY,UAAU;AACtB,YAAY,UAAU"}
|
package/dist/ui/combobox.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { InputSize } from "
|
|
1
|
+
import { r as InputSize } from "../input-WWoBCgxe.js";
|
|
2
2
|
import * as react from "react";
|
|
3
3
|
import { ComponentProps, ComponentPropsWithRef } from "react";
|
|
4
4
|
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
@@ -24,29 +24,29 @@ declare const ComboboxBackdrop: ({
|
|
|
24
24
|
//#region src/ui/combobox/combobox-chip.d.ts
|
|
25
25
|
declare const comboboxChipVariants: tailwind_variants0.TVReturnType<{
|
|
26
26
|
size: {
|
|
27
|
-
xs: string;
|
|
28
|
-
sm: string;
|
|
29
|
-
md: string;
|
|
30
27
|
lg: string;
|
|
28
|
+
md: string;
|
|
29
|
+
sm: string;
|
|
31
30
|
xl: string;
|
|
31
|
+
xs: string;
|
|
32
32
|
};
|
|
33
|
-
}, undefined, "flex w-fit items-center justify-center gap-1 rounded-sm
|
|
33
|
+
}, undefined, "bg-muted text-foreground flex w-fit items-center justify-center gap-1 rounded-sm font-medium whitespace-nowrap has-disabled:pointer-events-none has-disabled:cursor-not-allowed has-disabled:opacity-50 has-data-[slot=combobox-chip-remove]:pr-0", {
|
|
34
34
|
size: {
|
|
35
|
-
xs: string;
|
|
36
|
-
sm: string;
|
|
37
|
-
md: string;
|
|
38
35
|
lg: string;
|
|
36
|
+
md: string;
|
|
37
|
+
sm: string;
|
|
39
38
|
xl: string;
|
|
39
|
+
xs: string;
|
|
40
40
|
};
|
|
41
41
|
}, undefined, tailwind_variants0.TVReturnType<{
|
|
42
42
|
size: {
|
|
43
|
-
xs: string;
|
|
44
|
-
sm: string;
|
|
45
|
-
md: string;
|
|
46
43
|
lg: string;
|
|
44
|
+
md: string;
|
|
45
|
+
sm: string;
|
|
47
46
|
xl: string;
|
|
47
|
+
xs: string;
|
|
48
48
|
};
|
|
49
|
-
}, undefined, "flex w-fit items-center justify-center gap-1 rounded-sm
|
|
49
|
+
}, undefined, "bg-muted text-foreground flex w-fit items-center justify-center gap-1 rounded-sm font-medium whitespace-nowrap has-disabled:pointer-events-none has-disabled:cursor-not-allowed has-disabled:opacity-50 has-data-[slot=combobox-chip-remove]:pr-0", unknown, unknown, undefined>>;
|
|
50
50
|
type ComboboxChipProps = Combobox$2.Chip.Props & VariantProps<typeof comboboxChipVariants> & {
|
|
51
51
|
showRemove?: boolean;
|
|
52
52
|
};
|
|
@@ -71,29 +71,29 @@ declare const ComboboxChipRemove: ({
|
|
|
71
71
|
//#region src/ui/combobox/combobox-chips.d.ts
|
|
72
72
|
declare const comboboxChipsVariants: tailwind_variants0.TVReturnType<{
|
|
73
73
|
size: {
|
|
74
|
-
xs: string;
|
|
75
|
-
sm: string;
|
|
76
|
-
md: string;
|
|
77
74
|
lg: string;
|
|
75
|
+
md: string;
|
|
76
|
+
sm: string;
|
|
78
77
|
xl: string;
|
|
78
|
+
xs: string;
|
|
79
79
|
};
|
|
80
|
-
}, undefined, "
|
|
80
|
+
}, undefined, "border-input focus-within:border-ring focus-within:ring-ring/50 has-aria-invalid:border-danger has-aria-invalid:ring-danger/20 dark:bg-input/30 dark:has-aria-invalid:border-danger/50 dark:has-aria-invalid:ring-danger/40 flex flex-wrap items-center border bg-transparent bg-clip-padding transition-colors focus-within:ring-[3px] has-aria-invalid:ring-[3px] has-data-[slot=combobox-chip]:px-1", {
|
|
81
81
|
size: {
|
|
82
|
-
xs: string;
|
|
83
|
-
sm: string;
|
|
84
|
-
md: string;
|
|
85
82
|
lg: string;
|
|
83
|
+
md: string;
|
|
84
|
+
sm: string;
|
|
86
85
|
xl: string;
|
|
86
|
+
xs: string;
|
|
87
87
|
};
|
|
88
88
|
}, undefined, tailwind_variants0.TVReturnType<{
|
|
89
89
|
size: {
|
|
90
|
-
xs: string;
|
|
91
|
-
sm: string;
|
|
92
|
-
md: string;
|
|
93
90
|
lg: string;
|
|
91
|
+
md: string;
|
|
92
|
+
sm: string;
|
|
94
93
|
xl: string;
|
|
94
|
+
xs: string;
|
|
95
95
|
};
|
|
96
|
-
}, undefined, "
|
|
96
|
+
}, undefined, "border-input focus-within:border-ring focus-within:ring-ring/50 has-aria-invalid:border-danger has-aria-invalid:ring-danger/20 dark:bg-input/30 dark:has-aria-invalid:border-danger/50 dark:has-aria-invalid:ring-danger/40 flex flex-wrap items-center border bg-transparent bg-clip-padding transition-colors focus-within:ring-[3px] has-aria-invalid:ring-[3px] has-data-[slot=combobox-chip]:px-1", unknown, unknown, undefined>>;
|
|
97
97
|
type ComboboxChipsProps = ComponentPropsWithRef<typeof Combobox$2.Chips> & Combobox$2.Chips.Props & VariantProps<typeof comboboxChipsVariants>;
|
|
98
98
|
declare const ComboboxChips: ({
|
|
99
99
|
className,
|
|
@@ -142,29 +142,29 @@ declare const ComboboxContent: ({
|
|
|
142
142
|
//#region src/ui/combobox/combobox-empty.d.ts
|
|
143
143
|
declare const comboboxEmptyVariants: tailwind_variants0.TVReturnType<{
|
|
144
144
|
size: {
|
|
145
|
-
xs: string;
|
|
146
|
-
sm: string;
|
|
147
|
-
md: string;
|
|
148
145
|
lg: string;
|
|
146
|
+
md: string;
|
|
147
|
+
sm: string;
|
|
149
148
|
xl: string;
|
|
149
|
+
xs: string;
|
|
150
150
|
};
|
|
151
|
-
}, undefined, "hidden w-full justify-center text-center
|
|
151
|
+
}, undefined, "text-muted-foreground hidden w-full justify-center text-center group-data-empty/combobox-content:flex", {
|
|
152
152
|
size: {
|
|
153
|
-
xs: string;
|
|
154
|
-
sm: string;
|
|
155
|
-
md: string;
|
|
156
153
|
lg: string;
|
|
154
|
+
md: string;
|
|
155
|
+
sm: string;
|
|
157
156
|
xl: string;
|
|
157
|
+
xs: string;
|
|
158
158
|
};
|
|
159
159
|
}, undefined, tailwind_variants0.TVReturnType<{
|
|
160
160
|
size: {
|
|
161
|
-
xs: string;
|
|
162
|
-
sm: string;
|
|
163
|
-
md: string;
|
|
164
161
|
lg: string;
|
|
162
|
+
md: string;
|
|
163
|
+
sm: string;
|
|
165
164
|
xl: string;
|
|
165
|
+
xs: string;
|
|
166
166
|
};
|
|
167
|
-
}, undefined, "hidden w-full justify-center text-center
|
|
167
|
+
}, undefined, "text-muted-foreground hidden w-full justify-center text-center group-data-empty/combobox-content:flex", unknown, unknown, undefined>>;
|
|
168
168
|
type ComboboxEmptyProps = Combobox$2.Empty.Props & VariantProps<typeof comboboxEmptyVariants>;
|
|
169
169
|
declare const ComboboxEmpty: ({
|
|
170
170
|
className,
|
|
@@ -182,27 +182,27 @@ declare const ComboboxGroup: ({
|
|
|
182
182
|
//#region src/ui/combobox/combobox-group-label.d.ts
|
|
183
183
|
declare const comboboxGroupLabelVariants: tailwind_variants0.TVReturnType<{
|
|
184
184
|
size: {
|
|
185
|
-
xs: string;
|
|
186
|
-
sm: string;
|
|
187
|
-
md: string;
|
|
188
185
|
lg: string;
|
|
186
|
+
md: string;
|
|
187
|
+
sm: string;
|
|
189
188
|
xl: string;
|
|
189
|
+
xs: string;
|
|
190
190
|
};
|
|
191
191
|
}, undefined, "text-muted-foreground", {
|
|
192
192
|
size: {
|
|
193
|
-
xs: string;
|
|
194
|
-
sm: string;
|
|
195
|
-
md: string;
|
|
196
193
|
lg: string;
|
|
194
|
+
md: string;
|
|
195
|
+
sm: string;
|
|
197
196
|
xl: string;
|
|
197
|
+
xs: string;
|
|
198
198
|
};
|
|
199
199
|
}, undefined, tailwind_variants0.TVReturnType<{
|
|
200
200
|
size: {
|
|
201
|
-
xs: string;
|
|
202
|
-
sm: string;
|
|
203
|
-
md: string;
|
|
204
201
|
lg: string;
|
|
202
|
+
md: string;
|
|
203
|
+
sm: string;
|
|
205
204
|
xl: string;
|
|
205
|
+
xs: string;
|
|
206
206
|
};
|
|
207
207
|
}, undefined, "text-muted-foreground", unknown, unknown, undefined>>;
|
|
208
208
|
type ComboboxGroupLabelProps = Combobox$2.GroupLabel.Props & VariantProps<typeof comboboxGroupLabelVariants>;
|
|
@@ -241,23 +241,23 @@ declare const ComboboxInput: ({
|
|
|
241
241
|
//#region src/ui/combobox/combobox-item.d.ts
|
|
242
242
|
declare const comboboxItemVariants: tailwind_variants0.TVReturnType<{
|
|
243
243
|
size: {
|
|
244
|
-
|
|
244
|
+
lg: {
|
|
245
245
|
icon: string;
|
|
246
246
|
root: string;
|
|
247
247
|
};
|
|
248
|
-
|
|
248
|
+
md: {
|
|
249
249
|
icon: string;
|
|
250
250
|
root: string;
|
|
251
251
|
};
|
|
252
|
-
|
|
252
|
+
sm: {
|
|
253
253
|
icon: string;
|
|
254
254
|
root: string;
|
|
255
255
|
};
|
|
256
|
-
|
|
256
|
+
xl: {
|
|
257
257
|
icon: string;
|
|
258
258
|
root: string;
|
|
259
259
|
};
|
|
260
|
-
|
|
260
|
+
xs: {
|
|
261
261
|
icon: string;
|
|
262
262
|
root: string;
|
|
263
263
|
};
|
|
@@ -267,23 +267,23 @@ declare const comboboxItemVariants: tailwind_variants0.TVReturnType<{
|
|
|
267
267
|
root: string;
|
|
268
268
|
}, undefined, {
|
|
269
269
|
size: {
|
|
270
|
-
|
|
270
|
+
lg: {
|
|
271
271
|
icon: string;
|
|
272
272
|
root: string;
|
|
273
273
|
};
|
|
274
|
-
|
|
274
|
+
md: {
|
|
275
275
|
icon: string;
|
|
276
276
|
root: string;
|
|
277
277
|
};
|
|
278
|
-
|
|
278
|
+
sm: {
|
|
279
279
|
icon: string;
|
|
280
280
|
root: string;
|
|
281
281
|
};
|
|
282
|
-
|
|
282
|
+
xl: {
|
|
283
283
|
icon: string;
|
|
284
284
|
root: string;
|
|
285
285
|
};
|
|
286
|
-
|
|
286
|
+
xs: {
|
|
287
287
|
icon: string;
|
|
288
288
|
root: string;
|
|
289
289
|
};
|
|
@@ -293,23 +293,23 @@ declare const comboboxItemVariants: tailwind_variants0.TVReturnType<{
|
|
|
293
293
|
root: string;
|
|
294
294
|
}, tailwind_variants0.TVReturnType<{
|
|
295
295
|
size: {
|
|
296
|
-
|
|
296
|
+
lg: {
|
|
297
297
|
icon: string;
|
|
298
298
|
root: string;
|
|
299
299
|
};
|
|
300
|
-
|
|
300
|
+
md: {
|
|
301
301
|
icon: string;
|
|
302
302
|
root: string;
|
|
303
303
|
};
|
|
304
|
-
|
|
304
|
+
sm: {
|
|
305
305
|
icon: string;
|
|
306
306
|
root: string;
|
|
307
307
|
};
|
|
308
|
-
|
|
308
|
+
xl: {
|
|
309
309
|
icon: string;
|
|
310
310
|
root: string;
|
|
311
311
|
};
|
|
312
|
-
|
|
312
|
+
xs: {
|
|
313
313
|
icon: string;
|
|
314
314
|
root: string;
|
|
315
315
|
};
|
|
@@ -330,27 +330,27 @@ declare const ComboboxItem: ({
|
|
|
330
330
|
//#region src/ui/combobox/combobox-item-indicator.d.ts
|
|
331
331
|
declare const comboboxItemIndicatorVariants: tailwind_variants0.TVReturnType<{
|
|
332
332
|
size: {
|
|
333
|
-
xs: string;
|
|
334
|
-
sm: string;
|
|
335
|
-
md: string;
|
|
336
333
|
lg: string;
|
|
334
|
+
md: string;
|
|
335
|
+
sm: string;
|
|
337
336
|
xl: string;
|
|
337
|
+
xs: string;
|
|
338
338
|
};
|
|
339
339
|
}, undefined, "pointer-events-none absolute flex items-center justify-center", {
|
|
340
340
|
size: {
|
|
341
|
-
xs: string;
|
|
342
|
-
sm: string;
|
|
343
|
-
md: string;
|
|
344
341
|
lg: string;
|
|
342
|
+
md: string;
|
|
343
|
+
sm: string;
|
|
345
344
|
xl: string;
|
|
345
|
+
xs: string;
|
|
346
346
|
};
|
|
347
347
|
}, undefined, tailwind_variants0.TVReturnType<{
|
|
348
348
|
size: {
|
|
349
|
-
xs: string;
|
|
350
|
-
sm: string;
|
|
351
|
-
md: string;
|
|
352
349
|
lg: string;
|
|
350
|
+
md: string;
|
|
351
|
+
sm: string;
|
|
353
352
|
xl: string;
|
|
353
|
+
xs: string;
|
|
354
354
|
};
|
|
355
355
|
}, undefined, "pointer-events-none absolute flex items-center justify-center", unknown, unknown, undefined>>;
|
|
356
356
|
type ComboboxItemIndicatorVariantProps = VariantProps<typeof comboboxItemIndicatorVariants>;
|
|
@@ -372,27 +372,27 @@ declare const ComboboxLabel: ({
|
|
|
372
372
|
//#region src/ui/combobox/combobox-list.d.ts
|
|
373
373
|
declare const comboboxListVariants: tailwind_variants0.TVReturnType<{
|
|
374
374
|
size: {
|
|
375
|
-
xs: string;
|
|
376
|
-
sm: string;
|
|
377
|
-
md: string;
|
|
378
375
|
lg: string;
|
|
376
|
+
md: string;
|
|
377
|
+
sm: string;
|
|
379
378
|
xl: string;
|
|
379
|
+
xs: string;
|
|
380
380
|
};
|
|
381
381
|
}, undefined, "no-scrollbar overflow-y-auto overscroll-contain data-empty:p-0", {
|
|
382
382
|
size: {
|
|
383
|
-
xs: string;
|
|
384
|
-
sm: string;
|
|
385
|
-
md: string;
|
|
386
383
|
lg: string;
|
|
384
|
+
md: string;
|
|
385
|
+
sm: string;
|
|
387
386
|
xl: string;
|
|
387
|
+
xs: string;
|
|
388
388
|
};
|
|
389
389
|
}, undefined, tailwind_variants0.TVReturnType<{
|
|
390
390
|
size: {
|
|
391
|
-
xs: string;
|
|
392
|
-
sm: string;
|
|
393
|
-
md: string;
|
|
394
391
|
lg: string;
|
|
392
|
+
md: string;
|
|
393
|
+
sm: string;
|
|
395
394
|
xl: string;
|
|
395
|
+
xs: string;
|
|
396
396
|
};
|
|
397
397
|
}, undefined, "no-scrollbar overflow-y-auto overscroll-contain data-empty:p-0", unknown, unknown, undefined>>;
|
|
398
398
|
type ComboboxListProps = Combobox$2.List.Props & VariantProps<typeof comboboxListVariants>;
|
|
@@ -406,29 +406,29 @@ declare const ComboboxList: ({
|
|
|
406
406
|
//#region src/ui/combobox/combobox-popup.d.ts
|
|
407
407
|
declare const comboboxPopupVariants: tailwind_variants0.TVReturnType<{
|
|
408
408
|
size: {
|
|
409
|
-
xs: string;
|
|
410
|
-
sm: string;
|
|
411
|
-
md: string;
|
|
412
409
|
lg: string;
|
|
410
|
+
md: string;
|
|
411
|
+
sm: string;
|
|
413
412
|
xl: string;
|
|
413
|
+
xs: string;
|
|
414
414
|
};
|
|
415
|
-
}, undefined, "group/combobox-content
|
|
415
|
+
}, undefined, "group/combobox-content bg-popover text-popover-foreground ring-foreground/10 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95 data-open:animate-in data-open:fade-in-0 data-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 *:data-[slot=input-group]:border-input/30 *:data-[slot=input-group]:bg-input/30 relative max-h-(--available-height) w-(--anchor-width) max-w-(--available-width) min-w-36 min-w-[calc(var(--anchor-width)+--spacing(7))] origin-(--transform-origin) overflow-hidden shadow-md ring-1 duration-100 data-[chips=true]:min-w-(--anchor-width) *:data-[slot=input-group]:m-1 *:data-[slot=input-group]:mb-0 *:data-[slot=input-group]:shadow-none", {
|
|
416
416
|
size: {
|
|
417
|
-
xs: string;
|
|
418
|
-
sm: string;
|
|
419
|
-
md: string;
|
|
420
417
|
lg: string;
|
|
418
|
+
md: string;
|
|
419
|
+
sm: string;
|
|
421
420
|
xl: string;
|
|
421
|
+
xs: string;
|
|
422
422
|
};
|
|
423
423
|
}, undefined, tailwind_variants0.TVReturnType<{
|
|
424
424
|
size: {
|
|
425
|
-
xs: string;
|
|
426
|
-
sm: string;
|
|
427
|
-
md: string;
|
|
428
425
|
lg: string;
|
|
426
|
+
md: string;
|
|
427
|
+
sm: string;
|
|
429
428
|
xl: string;
|
|
429
|
+
xs: string;
|
|
430
430
|
};
|
|
431
|
-
}, undefined, "group/combobox-content
|
|
431
|
+
}, undefined, "group/combobox-content bg-popover text-popover-foreground ring-foreground/10 data-closed:animate-out data-closed:fade-out-0 data-closed:zoom-out-95 data-open:animate-in data-open:fade-in-0 data-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 *:data-[slot=input-group]:border-input/30 *:data-[slot=input-group]:bg-input/30 relative max-h-(--available-height) w-(--anchor-width) max-w-(--available-width) min-w-36 min-w-[calc(var(--anchor-width)+--spacing(7))] origin-(--transform-origin) overflow-hidden shadow-md ring-1 duration-100 data-[chips=true]:min-w-(--anchor-width) *:data-[slot=input-group]:m-1 *:data-[slot=input-group]:mb-0 *:data-[slot=input-group]:shadow-none", unknown, unknown, undefined>>;
|
|
432
432
|
type ComboboxPopupVariantProps = VariantProps<typeof comboboxPopupVariants>;
|
|
433
433
|
type ComboboxPopupProps = Combobox$2.Popup.Props & ComboboxPopupVariantProps;
|
|
434
434
|
declare const ComboboxPopup: ({
|
|
@@ -451,27 +451,27 @@ declare const ComboboxPositioner: ({
|
|
|
451
451
|
//#region src/ui/combobox/combobox-row.d.ts
|
|
452
452
|
declare const comboboxRowVariants: tailwind_variants0.TVReturnType<{
|
|
453
453
|
size: {
|
|
454
|
-
xs: string;
|
|
455
|
-
sm: string;
|
|
456
|
-
md: string;
|
|
457
454
|
lg: string;
|
|
455
|
+
md: string;
|
|
456
|
+
sm: string;
|
|
458
457
|
xl: string;
|
|
458
|
+
xs: string;
|
|
459
459
|
};
|
|
460
460
|
}, undefined, "grid w-full", {
|
|
461
461
|
size: {
|
|
462
|
-
xs: string;
|
|
463
|
-
sm: string;
|
|
464
|
-
md: string;
|
|
465
462
|
lg: string;
|
|
463
|
+
md: string;
|
|
464
|
+
sm: string;
|
|
466
465
|
xl: string;
|
|
466
|
+
xs: string;
|
|
467
467
|
};
|
|
468
468
|
}, undefined, tailwind_variants0.TVReturnType<{
|
|
469
469
|
size: {
|
|
470
|
-
xs: string;
|
|
471
|
-
sm: string;
|
|
472
|
-
md: string;
|
|
473
470
|
lg: string;
|
|
471
|
+
md: string;
|
|
472
|
+
sm: string;
|
|
474
473
|
xl: string;
|
|
474
|
+
xs: string;
|
|
475
475
|
};
|
|
476
476
|
}, undefined, "grid w-full", unknown, unknown, undefined>>;
|
|
477
477
|
type ComboboxRowProps = Combobox$2.Row.Props & VariantProps<typeof comboboxRowVariants>;
|
|
@@ -491,29 +491,29 @@ declare const ComboboxSeparator: ({
|
|
|
491
491
|
//#region src/ui/combobox/combobox-status.d.ts
|
|
492
492
|
declare const comboboxStatusVariants: tailwind_variants0.TVReturnType<{
|
|
493
493
|
size: {
|
|
494
|
-
xs: string;
|
|
495
|
-
sm: string;
|
|
496
|
-
md: string;
|
|
497
494
|
lg: string;
|
|
495
|
+
md: string;
|
|
496
|
+
sm: string;
|
|
498
497
|
xl: string;
|
|
498
|
+
xs: string;
|
|
499
499
|
};
|
|
500
|
-
}, undefined, "flex items-center
|
|
500
|
+
}, undefined, "text-muted-foreground flex items-center", {
|
|
501
501
|
size: {
|
|
502
|
-
xs: string;
|
|
503
|
-
sm: string;
|
|
504
|
-
md: string;
|
|
505
502
|
lg: string;
|
|
503
|
+
md: string;
|
|
504
|
+
sm: string;
|
|
506
505
|
xl: string;
|
|
506
|
+
xs: string;
|
|
507
507
|
};
|
|
508
508
|
}, undefined, tailwind_variants0.TVReturnType<{
|
|
509
509
|
size: {
|
|
510
|
-
xs: string;
|
|
511
|
-
sm: string;
|
|
512
|
-
md: string;
|
|
513
510
|
lg: string;
|
|
511
|
+
md: string;
|
|
512
|
+
sm: string;
|
|
514
513
|
xl: string;
|
|
514
|
+
xs: string;
|
|
515
515
|
};
|
|
516
|
-
}, undefined, "flex items-center
|
|
516
|
+
}, undefined, "text-muted-foreground flex items-center", unknown, unknown, undefined>>;
|
|
517
517
|
type ComboboxStatusProps = Combobox$2.Status.Props & VariantProps<typeof comboboxStatusVariants>;
|
|
518
518
|
declare const ComboboxStatus: ({
|
|
519
519
|
className,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"combobox.d.ts","names":[],"sources":["../../src/ui/combobox/combobox-arrow.tsx","../../src/ui/combobox/combobox-backdrop.tsx","../../src/ui/combobox/combobox-chip.tsx","../../src/ui/combobox/combobox-chip-remove.tsx","../../src/ui/combobox/combobox-chips.tsx","../../src/ui/combobox/combobox-chips-input.tsx","../../src/ui/combobox/combobox-clear.tsx","../../src/ui/combobox/combobox-collection.tsx","../../src/ui/combobox/combobox-content.tsx","../../src/ui/combobox/combobox-empty.tsx","../../src/ui/combobox/combobox-group.tsx","../../src/ui/combobox/combobox-group-label.tsx","../../src/ui/combobox/combobox-icon.tsx","../../src/ui/combobox/combobox-input.tsx","../../src/ui/combobox/combobox-item.tsx","../../src/ui/combobox/combobox-item-indicator.tsx","../../src/ui/combobox/combobox-label.tsx","../../src/ui/combobox/combobox-list.tsx","../../src/ui/combobox/combobox-popup.tsx","../../src/ui/combobox/combobox-portal.tsx","../../src/ui/combobox/combobox-positioner.tsx","../../src/ui/combobox/combobox-row.tsx","../../src/ui/combobox/combobox-separator.tsx","../../src/ui/combobox/combobox-status.tsx","../../src/ui/combobox/combobox-trigger.tsx","../../src/ui/combobox/combobox-value.tsx","../../src/ui/combobox/use-combobox-anchor.tsx","../../src/ui/combobox/combobox.tsx"],"mappings":";;;;;;;;;;KAMY,kBAAA,GAAqB,UAAA,CAAkB,KAAA,CAAM,KAAA;AAAA,cAEnD,aAAA;EAAiB,SAAA;EAAA,GAAA;AAAA,GAAyB,kBAAA,KAAkB,kBAAA,CAAA,GAAA,CAAA,OAAA;;;KCFtD,qBAAA,GAAwB,UAAA,CAAkB,QAAA,CAAS,KAAA;AAAA,cAEzD,gBAAA;EAAoB,SAAA;EAAA,GAAA;AAAA,GAAyB,qBAAA,KAAqB,kBAAA,CAAA,GAAA,CAAA,OAAA;;;
|
|
1
|
+
{"version":3,"file":"combobox.d.ts","names":[],"sources":["../../src/ui/combobox/combobox-arrow.tsx","../../src/ui/combobox/combobox-backdrop.tsx","../../src/ui/combobox/combobox-chip.tsx","../../src/ui/combobox/combobox-chip-remove.tsx","../../src/ui/combobox/combobox-chips.tsx","../../src/ui/combobox/combobox-chips-input.tsx","../../src/ui/combobox/combobox-clear.tsx","../../src/ui/combobox/combobox-collection.tsx","../../src/ui/combobox/combobox-content.tsx","../../src/ui/combobox/combobox-empty.tsx","../../src/ui/combobox/combobox-group.tsx","../../src/ui/combobox/combobox-group-label.tsx","../../src/ui/combobox/combobox-icon.tsx","../../src/ui/combobox/combobox-input.tsx","../../src/ui/combobox/combobox-item.tsx","../../src/ui/combobox/combobox-item-indicator.tsx","../../src/ui/combobox/combobox-label.tsx","../../src/ui/combobox/combobox-list.tsx","../../src/ui/combobox/combobox-popup.tsx","../../src/ui/combobox/combobox-portal.tsx","../../src/ui/combobox/combobox-positioner.tsx","../../src/ui/combobox/combobox-row.tsx","../../src/ui/combobox/combobox-separator.tsx","../../src/ui/combobox/combobox-status.tsx","../../src/ui/combobox/combobox-trigger.tsx","../../src/ui/combobox/combobox-value.tsx","../../src/ui/combobox/use-combobox-anchor.tsx","../../src/ui/combobox/combobox.tsx"],"mappings":"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"}
|