@giddaa-housing/ui 1.0.0 → 1.2.0
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/css/generated/shared.css +1 -1
- package/css/giddaa.css +12 -2
- package/dist/accordion.d.ts +9 -10
- package/dist/accordion.js +41 -87
- package/dist/activity-timeline.d.ts +12 -16
- package/dist/activity-timeline.js +83 -198
- package/dist/alert.d.ts +8 -9
- package/dist/alert.js +53 -111
- package/dist/auth-layout.d.ts +4 -4
- package/dist/auth-layout.js +143 -294
- package/dist/avatar.d.ts +6 -6
- package/dist/avatar.js +49 -19
- package/dist/badge.d.ts +12 -14
- package/dist/badge.js +71 -11
- package/dist/bar-chart.d.ts +65 -67
- package/dist/bar-chart.js +232 -207
- package/dist/breadcrumb.d.ts +5 -5
- package/dist/breadcrumb.js +56 -118
- package/dist/bullet-chart.d.ts +41 -37
- package/dist/bullet-chart.js +125 -148
- package/dist/button-BZIeyUw6.d.ts +17 -0
- package/dist/button-group.d.ts +13 -16
- package/dist/button-group.js +39 -88
- package/dist/button.d.ts +2 -19
- package/dist/button.js +94 -13
- package/dist/calendar.d.ts +6 -6
- package/dist/calendar.js +138 -17
- package/dist/card.d.ts +14 -16
- package/dist/card.js +59 -145
- package/dist/carousel.d.ts +34 -35
- package/dist/carousel.js +335 -20
- package/dist/chart.d.ts +90 -63
- package/dist/chart.js +573 -28
- package/dist/checkbox.d.ts +10 -12
- package/dist/checkbox.js +82 -47
- package/dist/cn-BI_4DMBf.js +23 -0
- package/dist/collapsible.d.ts +7 -8
- package/dist/collapsible.js +22 -47
- package/dist/combobox.d.ts +10 -10
- package/dist/combobox.js +236 -44
- package/dist/cta.d.ts +12 -14
- package/dist/cta.js +175 -341
- package/dist/currency-selector.d.ts +31 -32
- package/dist/currency-selector.js +106 -184
- package/dist/data-table.d.ts +168 -0
- package/dist/data-table.js +676 -0
- package/dist/date-picker.d.ts +22 -23
- package/dist/date-picker.js +119 -192
- package/dist/details-card.d.ts +7 -7
- package/dist/details-card.js +104 -253
- package/dist/dialog.d.ts +13 -14
- package/dist/dialog.js +116 -209
- package/dist/dropdown-menu.d.ts +13 -13
- package/dist/dropdown-menu.js +180 -37
- package/dist/dropzone.d.ts +55 -55
- package/dist/dropzone.js +327 -439
- package/dist/editorial-card.d.ts +23 -25
- package/dist/editorial-card.js +129 -296
- package/dist/empty-state.d.ts +8 -9
- package/dist/empty-state.js +48 -105
- package/dist/field.d.ts +23 -25
- package/dist/field.js +110 -221
- package/dist/filter.d.ts +118 -0
- package/dist/filter.js +775 -0
- package/dist/footer.d.ts +8 -15
- package/dist/footer.js +197 -400
- package/dist/funnel-chart.d.ts +49 -48
- package/dist/funnel-chart.js +170 -189
- package/dist/gallery-indicator.d.ts +11 -12
- package/dist/gallery-indicator.js +75 -12
- package/dist/heatmap-chart.d.ts +47 -50
- package/dist/heatmap-chart.js +186 -237
- package/dist/infotip.d.ts +8 -9
- package/dist/infotip.js +33 -59
- package/dist/input-CfoEJ8A6.d.ts +12 -0
- package/dist/input-group.d.ts +16 -20
- package/dist/input-group.js +99 -23
- package/dist/input-size-context-C-SFx9sx.d.ts +10 -0
- package/dist/input-size-context.d.ts +2 -11
- package/dist/input-size-context.js +17 -9
- package/dist/input.d.ts +2 -13
- package/dist/input.js +27 -11
- package/dist/item.d.ts +7 -8
- package/dist/item.js +22 -59
- package/dist/kpi-card.d.ts +18 -20
- package/dist/kpi-card.js +84 -192
- package/dist/label.d.ts +6 -6
- package/dist/label.js +40 -8
- package/dist/line-chart.d.ts +200 -129
- package/dist/line-chart.js +330 -105
- package/dist/list-item.d.ts +22 -0
- package/dist/list-item.js +84 -0
- package/dist/logo.d.ts +4 -4
- package/dist/logo.js +92 -9
- package/dist/map-indicator.d.ts +7 -7
- package/dist/map-indicator.js +80 -106
- package/dist/match.d.ts +10 -11
- package/dist/match.js +62 -107
- package/dist/media-gallery-hero.d.ts +40 -42
- package/dist/media-gallery-hero.js +182 -343
- package/dist/media-player.d.ts +17 -17
- package/dist/media-player.js +873 -1348
- package/dist/multi-step-form.d.ts +56 -0
- package/dist/multi-step-form.js +342 -0
- package/dist/number-input.d.ts +34 -34
- package/dist/number-input.js +64 -117
- package/dist/page-header.d.ts +10 -11
- package/dist/page-header.js +34 -79
- package/dist/pagination.d.ts +17 -21
- package/dist/pagination.js +132 -207
- package/dist/password-input.d.ts +5 -13
- package/dist/password-input.js +31 -55
- package/dist/phone-input.d.ts +19 -20
- package/dist/phone-input.js +226 -344
- package/dist/photo-gallery.d.ts +19 -19
- package/dist/photo-gallery.js +313 -449
- package/dist/picker-lzgmsNfG.js +32 -0
- package/dist/pie-chart.d.ts +121 -90
- package/dist/pie-chart.js +183 -149
- package/dist/popover.d.ts +9 -9
- package/dist/popover.js +72 -23
- package/dist/price-tag.d.ts +26 -27
- package/dist/price-tag.js +113 -173
- package/dist/progress.d.ts +16 -17
- package/dist/progress.js +169 -24
- package/dist/property-listing-card.d.ts +14 -17
- package/dist/property-listing-card.js +102 -220
- package/dist/purchase-option-card.d.ts +79 -0
- package/dist/purchase-option-card.js +176 -0
- package/dist/radar-chart.d.ts +29 -31
- package/dist/radar-chart.js +162 -137
- package/dist/radio-group.d.ts +11 -13
- package/dist/radio-group.js +46 -60
- package/dist/review-block.d.ts +14 -16
- package/dist/review-block.js +154 -10
- package/dist/rich-text-editor.d.ts +30 -14
- package/dist/rich-text-editor.js +592 -716
- package/dist/scatter-chart.d.ts +45 -47
- package/dist/scatter-chart.js +236 -240
- package/dist/search-input.d.ts +8 -16
- package/dist/search-input.js +57 -109
- package/dist/select.d.ts +8 -8
- package/dist/select.js +144 -27
- package/dist/separator.d.ts +8 -9
- package/dist/separator.js +32 -8
- package/dist/sheet.d.ts +11 -11
- package/dist/sheet.js +103 -24
- package/dist/sidebar.d.ts +32 -37
- package/dist/sidebar.js +364 -634
- package/dist/size-context-D4mYvcg8.d.ts +10 -0
- package/dist/size-context.d.ts +2 -11
- package/dist/size-context.js +17 -9
- package/dist/skeleton.d.ts +4 -5
- package/dist/skeleton.js +12 -8
- package/dist/slider.d.ts +8 -9
- package/dist/slider.js +64 -135
- package/dist/sparkline.d.ts +68 -58
- package/dist/sparkline.js +315 -251
- package/dist/stepper.d.ts +23 -24
- package/dist/stepper.js +149 -246
- package/dist/styles.css +1004 -116
- package/dist/switch.d.ts +10 -12
- package/dist/switch.js +48 -70
- package/dist/table-card.d.ts +35 -0
- package/dist/table-card.js +125 -0
- package/dist/table.d.ts +18 -14
- package/dist/table.js +117 -154
- package/dist/tabs.d.ts +33 -15
- package/dist/tabs.js +110 -18
- package/dist/tag.d.ts +21 -23
- package/dist/tag.js +103 -159
- package/dist/testimonial-block.d.ts +18 -19
- package/dist/testimonial-block.js +189 -358
- package/dist/textarea-IS_D8pXf.d.ts +11 -0
- package/dist/textarea.d.ts +2 -12
- package/dist/textarea.js +24 -11
- package/dist/time-picker.d.ts +11 -11
- package/dist/time-picker.js +245 -302
- package/dist/toast.d.ts +16 -18
- package/dist/toast.js +154 -205
- package/dist/tooltip.d.ts +8 -9
- package/dist/tooltip.js +37 -12
- package/dist/tree-map.d.ts +59 -62
- package/dist/tree-map.js +226 -269
- package/dist/use-uncontrolled-CLfM1XbB.js +21 -0
- package/dist/waterfall-chart.d.ts +94 -97
- package/dist/waterfall-chart.js +455 -552
- package/package.json +36 -9
- package/dist/accordion.js.map +0 -1
- package/dist/activity-timeline.js.map +0 -1
- package/dist/alert.js.map +0 -1
- package/dist/auth-layout.js.map +0 -1
- package/dist/avatar.js.map +0 -1
- package/dist/badge.js.map +0 -1
- package/dist/bar-chart.js.map +0 -1
- package/dist/breadcrumb.js.map +0 -1
- package/dist/bullet-chart.js.map +0 -1
- package/dist/button-group.js.map +0 -1
- package/dist/button.js.map +0 -1
- package/dist/calendar.js.map +0 -1
- package/dist/card.js.map +0 -1
- package/dist/carousel.js.map +0 -1
- package/dist/chart.js.map +0 -1
- package/dist/checkbox.js.map +0 -1
- package/dist/chunk-322YCNVL.js +0 -278
- package/dist/chunk-322YCNVL.js.map +0 -1
- package/dist/chunk-3ACQVT7A.js +0 -25
- package/dist/chunk-3ACQVT7A.js.map +0 -1
- package/dist/chunk-3T65TLJX.js +0 -334
- package/dist/chunk-3T65TLJX.js.map +0 -1
- package/dist/chunk-6ZSGQHH2.js +0 -192
- package/dist/chunk-6ZSGQHH2.js.map +0 -1
- package/dist/chunk-7TBMLFGW.js +0 -41
- package/dist/chunk-7TBMLFGW.js.map +0 -1
- package/dist/chunk-B4H6RNDH.js +0 -135
- package/dist/chunk-B4H6RNDH.js.map +0 -1
- package/dist/chunk-BUXCGZ6X.js +0 -219
- package/dist/chunk-BUXCGZ6X.js.map +0 -1
- package/dist/chunk-CHII2QHH.js +0 -58
- package/dist/chunk-CHII2QHH.js.map +0 -1
- package/dist/chunk-DMNOXRRW.js +0 -147
- package/dist/chunk-DMNOXRRW.js.map +0 -1
- package/dist/chunk-EFSOSSIC.js +0 -130
- package/dist/chunk-EFSOSSIC.js.map +0 -1
- package/dist/chunk-FZDSVMKY.js +0 -363
- package/dist/chunk-FZDSVMKY.js.map +0 -1
- package/dist/chunk-GJOFIJS3.js +0 -246
- package/dist/chunk-GJOFIJS3.js.map +0 -1
- package/dist/chunk-HL3ZSYES.js +0 -23
- package/dist/chunk-HL3ZSYES.js.map +0 -1
- package/dist/chunk-JVLUBAPB.js +0 -129
- package/dist/chunk-JVLUBAPB.js.map +0 -1
- package/dist/chunk-KDPYSOYZ.js +0 -64
- package/dist/chunk-KDPYSOYZ.js.map +0 -1
- package/dist/chunk-KSMDANKI.js +0 -43
- package/dist/chunk-KSMDANKI.js.map +0 -1
- package/dist/chunk-MEKCCOP5.js +0 -46
- package/dist/chunk-MEKCCOP5.js.map +0 -1
- package/dist/chunk-NOFXVRWL.js +0 -451
- package/dist/chunk-NOFXVRWL.js.map +0 -1
- package/dist/chunk-PC5MHNVA.js +0 -171
- package/dist/chunk-PC5MHNVA.js.map +0 -1
- package/dist/chunk-QKAQZ2GU.js +0 -122
- package/dist/chunk-QKAQZ2GU.js.map +0 -1
- package/dist/chunk-QZHSHSVV.js +0 -26
- package/dist/chunk-QZHSHSVV.js.map +0 -1
- package/dist/chunk-RBMK26XD.js +0 -19
- package/dist/chunk-RBMK26XD.js.map +0 -1
- package/dist/chunk-SFNJGF6M.js +0 -262
- package/dist/chunk-SFNJGF6M.js.map +0 -1
- package/dist/chunk-UJJNLGTM.js +0 -112
- package/dist/chunk-UJJNLGTM.js.map +0 -1
- package/dist/chunk-VGR4ZWJ3.js +0 -418
- package/dist/chunk-VGR4ZWJ3.js.map +0 -1
- package/dist/chunk-XG47P6D4.js +0 -99
- package/dist/chunk-XG47P6D4.js.map +0 -1
- package/dist/chunk-XZZAHNVM.js +0 -21
- package/dist/chunk-XZZAHNVM.js.map +0 -1
- package/dist/chunk-Y4TTYVNE.js +0 -36
- package/dist/chunk-Y4TTYVNE.js.map +0 -1
- package/dist/chunk-YDWIHW6Q.js +0 -69
- package/dist/chunk-YDWIHW6Q.js.map +0 -1
- package/dist/collapsible.js.map +0 -1
- package/dist/combobox.js.map +0 -1
- package/dist/cta.js.map +0 -1
- package/dist/currency-selector.js.map +0 -1
- package/dist/date-picker.js.map +0 -1
- package/dist/details-card.js.map +0 -1
- package/dist/dialog.js.map +0 -1
- package/dist/dropdown-menu.js.map +0 -1
- package/dist/dropzone.js.map +0 -1
- package/dist/editorial-card.js.map +0 -1
- package/dist/empty-state.js.map +0 -1
- package/dist/field.js.map +0 -1
- package/dist/footer.js.map +0 -1
- package/dist/funnel-chart.js.map +0 -1
- package/dist/gallery-indicator.js.map +0 -1
- package/dist/heatmap-chart.js.map +0 -1
- package/dist/infotip.js.map +0 -1
- package/dist/input-group.js.map +0 -1
- package/dist/input-size-context.js.map +0 -1
- package/dist/input.js.map +0 -1
- package/dist/item.js.map +0 -1
- package/dist/kpi-card.js.map +0 -1
- package/dist/label.js.map +0 -1
- package/dist/line-chart.js.map +0 -1
- package/dist/logo.js.map +0 -1
- package/dist/map-indicator.js.map +0 -1
- package/dist/match.js.map +0 -1
- package/dist/media-gallery-hero.js.map +0 -1
- package/dist/media-player.js.map +0 -1
- package/dist/number-input.js.map +0 -1
- package/dist/page-header.js.map +0 -1
- package/dist/pagination.js.map +0 -1
- package/dist/password-input.js.map +0 -1
- package/dist/phone-input.js.map +0 -1
- package/dist/photo-gallery.js.map +0 -1
- package/dist/pie-chart.js.map +0 -1
- package/dist/popover.js.map +0 -1
- package/dist/price-tag.js.map +0 -1
- package/dist/progress.js.map +0 -1
- package/dist/property-listing-card.js.map +0 -1
- package/dist/radar-chart.js.map +0 -1
- package/dist/radio-group.js.map +0 -1
- package/dist/review-block.js.map +0 -1
- package/dist/rich-text-editor.js.map +0 -1
- package/dist/scatter-chart.js.map +0 -1
- package/dist/search-input.js.map +0 -1
- package/dist/select.js.map +0 -1
- package/dist/separator.js.map +0 -1
- package/dist/sheet.js.map +0 -1
- package/dist/sidebar.js.map +0 -1
- package/dist/size-context.js.map +0 -1
- package/dist/skeleton.js.map +0 -1
- package/dist/slider.js.map +0 -1
- package/dist/sparkline.js.map +0 -1
- package/dist/stepper.js.map +0 -1
- package/dist/switch.js.map +0 -1
- package/dist/tab-list.d.ts +0 -38
- package/dist/tab-list.js +0 -123
- package/dist/tab-list.js.map +0 -1
- package/dist/table.js.map +0 -1
- package/dist/tabs.js.map +0 -1
- package/dist/tag.js.map +0 -1
- package/dist/testimonial-block.js.map +0 -1
- package/dist/textarea.js.map +0 -1
- package/dist/time-picker.js.map +0 -1
- package/dist/toast.js.map +0 -1
- package/dist/tooltip.js.map +0 -1
- package/dist/tree-map.js.map +0 -1
- package/dist/waterfall-chart.js.map +0 -1
package/dist/button.js
CHANGED
|
@@ -1,13 +1,94 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
} from "
|
|
6
|
-
import "
|
|
7
|
-
import "
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
import { t as cn } from "./cn-BI_4DMBf.js";
|
|
2
|
+
import { useComponentSize } from "./size-context.js";
|
|
3
|
+
import { Loader } from "lucide-react";
|
|
4
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
5
|
+
import { mergeProps } from "@base-ui/react/merge-props";
|
|
6
|
+
import { useRender } from "@base-ui/react/use-render";
|
|
7
|
+
import { cva } from "class-variance-authority";
|
|
8
|
+
import { Button as Button$1 } from "@base-ui/react/button";
|
|
9
|
+
//#region src/button.tsx
|
|
10
|
+
const buttonVariants = cva("group/button inline-flex shrink-0 items-center justify-center rounded-full bg-clip-padding whitespace-nowrap font-bold transition-[background-color,color,border-color,box-shadow,transform] outline-none select-none focus-visible:border-line-focus focus-visible:shadow-[0px_0px_0px_2px_var(--color-line-focus)] active:not-aria-[haspopup]:translate-y-px disabled:pointer-events-none disabled:opacity-50 aria-disabled:pointer-events-none aria-disabled:opacity-50 aria-invalid:border-line-danger aria-invalid:ring-3 aria-invalid:ring-line-danger/20 aria-invalid:focus-visible:border-line-danger aria-invalid:focus-visible:shadow-[0px_0px_0px_2px_var(--color-line-danger)] [&_svg]:pointer-events-none [&_svg]:shrink-0 [&_svg:not([class*='size-'])]:size-4", {
|
|
11
|
+
variants: {
|
|
12
|
+
variant: {
|
|
13
|
+
primary: "bg-action-primary text-fg-on-brand hover:bg-action-primary-hover active:bg-action-primary-pressed",
|
|
14
|
+
"primary-outline": "border-2 border-action-primary bg-transparent text-fg-brand hover:bg-surface-brand-subtle active:bg-surface-brand-subtle data-focused:bg-surface-brand-subtle data-pressed:bg-surface-brand-subtle",
|
|
15
|
+
secondary: "bg-surface-brand-subtle text-fg-brand hover:bg-action-primary-hover hover:text-fg-on-brand active:bg-action-primary-pressed active:text-fg-on-brand data-focused:bg-action-primary-hover data-pressed:bg-action-primary-pressed data-focused:text-fg-on-brand data-pressed:text-fg-on-brand",
|
|
16
|
+
"secondary-outline": "border-2 border-action-secondary bg-transparent text-fg-brand hover:bg-surface-brand-subtle active:bg-surface-brand-subtle data-focused:bg-surface-brand-subtle data-pressed:bg-surface-brand-subtle",
|
|
17
|
+
tertiary: "bg-action-tertiary text-fg-primary hover:bg-action-tertiary-hover active:bg-action-tertiary-pressed data-focused:bg-action-tertiary-hover data-pressed:bg-action-tertiary-pressed",
|
|
18
|
+
"tertiary-outline": "border border-line-strong bg-transparent text-fg-primary hover:bg-surface active:bg-surface-raised data-focused:bg-surface data-pressed:bg-surface-raised",
|
|
19
|
+
ghost: "bg-transparent text-fg-primary hover:bg-surface active:bg-surface-raised data-focused:bg-surface data-pressed:bg-surface-raised",
|
|
20
|
+
danger: "bg-action-danger text-fg-on-brand hover:bg-action-danger-hover active:bg-action-danger-pressed data-focused:bg-action-danger-hover data-pressed:bg-action-danger-pressed",
|
|
21
|
+
whatsapp: "bg-whatsapp-button text-black [&_svg]:text-white hover:brightness-95 active:brightness-90 data-focused:brightness-95 data-pressed:brightness-90",
|
|
22
|
+
"glass-overlay": "bg-surface-glass-overlay-button text-fg-on-brand shadow-2 backdrop-blur-sm hover:scale-105 active:scale-95",
|
|
23
|
+
"link-brand": "border-transparent bg-transparent px-0 text-fg-brand hover:underline active:underline active:opacity-70",
|
|
24
|
+
"link-neutral": "border-transparent bg-transparent px-0 text-fg-secondary hover:underline active:underline active:opacity-70"
|
|
25
|
+
},
|
|
26
|
+
size: {
|
|
27
|
+
sm: "h-8 min-w-8 gap-2 px-3.5 text-gdt-xs [&_svg:not([class*='size-'])]:size-4",
|
|
28
|
+
md: "h-10 min-w-10 gap-2 px-4.5 text-gdt-sm [&_svg:not([class*='size-'])]:size-4.5",
|
|
29
|
+
lg: "h-12 min-w-12 gap-2.5 px-5.5 text-gdt-md [&_svg:not([class*='size-'])]:size-6",
|
|
30
|
+
xl: "h-14 min-w-14 gap-3 px-6.5 text-gdt-lg [&_svg:not([class*='size-'])]:size-6",
|
|
31
|
+
icon: "size-10",
|
|
32
|
+
"icon-xs": "size-6 text-gdt-xs [&_svg:not([class*='size-'])]:size-3",
|
|
33
|
+
"icon-sm": "size-8 text-gdt-sm [&_svg:not([class*='size-'])]:size-3.5",
|
|
34
|
+
"icon-lg": "size-12.5 text-gdt-md [&_svg:not([class*='size-'])]:size-4.5",
|
|
35
|
+
"icon-xl": "size-14 text-gdt-lg [&_svg:not([class*='size-'])]:size-5"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
defaultVariants: {
|
|
39
|
+
variant: "primary",
|
|
40
|
+
size: "md"
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
function Button({ className, variant = "primary", size, isLoading = false, children, disabled = false, ...props }) {
|
|
44
|
+
const inheritedSize = useComponentSize();
|
|
45
|
+
const resolvedSize = size ?? inheritedSize;
|
|
46
|
+
const _disabled = disabled || isLoading;
|
|
47
|
+
return /* @__PURE__ */ jsxs(Button$1, {
|
|
48
|
+
"data-slot": "button",
|
|
49
|
+
className: cn(buttonVariants({
|
|
50
|
+
variant,
|
|
51
|
+
size: resolvedSize,
|
|
52
|
+
className
|
|
53
|
+
})),
|
|
54
|
+
disabled: _disabled,
|
|
55
|
+
...props,
|
|
56
|
+
children: [
|
|
57
|
+
isLoading && /* @__PURE__ */ jsx(Loader, { className: "size-4 animate-spin" }),
|
|
58
|
+
" ",
|
|
59
|
+
children
|
|
60
|
+
]
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
function ButtonLink({ className, render, variant = "primary", size, disabled = false, onClick, children, ...props }) {
|
|
64
|
+
const inheritedSize = useComponentSize();
|
|
65
|
+
return useRender({
|
|
66
|
+
defaultTagName: "a",
|
|
67
|
+
props: mergeProps({
|
|
68
|
+
className: cn(buttonVariants({
|
|
69
|
+
variant,
|
|
70
|
+
size: size ?? inheritedSize,
|
|
71
|
+
className
|
|
72
|
+
})),
|
|
73
|
+
children
|
|
74
|
+
}, {
|
|
75
|
+
...props,
|
|
76
|
+
"aria-disabled": disabled,
|
|
77
|
+
tabIndex: disabled ? -1 : props.tabIndex,
|
|
78
|
+
onClick: (event) => {
|
|
79
|
+
if (disabled) {
|
|
80
|
+
event.preventDefault();
|
|
81
|
+
return;
|
|
82
|
+
}
|
|
83
|
+
onClick?.(event);
|
|
84
|
+
}
|
|
85
|
+
}),
|
|
86
|
+
render,
|
|
87
|
+
state: {
|
|
88
|
+
slot: "button-link",
|
|
89
|
+
disabled
|
|
90
|
+
}
|
|
91
|
+
});
|
|
92
|
+
}
|
|
93
|
+
//#endregion
|
|
94
|
+
export { Button, ButtonLink, buttonVariants };
|
package/dist/calendar.d.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as React from
|
|
2
|
-
import {
|
|
3
|
-
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
import { DayButton, DayPicker, Locale } from "react-day-picker";
|
|
3
|
+
//#region src/calendar.d.ts
|
|
4
4
|
declare function Calendar({ className, classNames, showOutsideDays, weekStartsOn, locale, formatters, components, ...props }: React.ComponentProps<typeof DayPicker>): React.JSX.Element;
|
|
5
5
|
declare function CalendarDayButton({ className, day, modifiers, locale, ...props }: React.ComponentProps<typeof DayButton> & {
|
|
6
|
-
|
|
6
|
+
locale?: Partial<Locale>;
|
|
7
7
|
}): React.JSX.Element;
|
|
8
|
-
|
|
9
|
-
export { Calendar, CalendarDayButton };
|
|
8
|
+
//#endregion
|
|
9
|
+
export { Calendar, CalendarDayButton };
|
package/dist/calendar.js
CHANGED
|
@@ -1,18 +1,139 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
} from "
|
|
6
|
-
import "
|
|
7
|
-
import "
|
|
8
|
-
import "
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
2
|
+
import { t as cn } from "./cn-BI_4DMBf.js";
|
|
3
|
+
import { Button } from "./button.js";
|
|
4
|
+
import { Combobox, ComboboxContent, ComboboxEmpty, ComboboxInput, ComboboxItem, ComboboxList, ComboboxTrigger, ComboboxValue } from "./combobox.js";
|
|
5
|
+
import { ChevronLeftIcon, ChevronRightIcon } from "lucide-react";
|
|
6
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
7
|
+
import * as React from "react";
|
|
8
|
+
import { DayPicker, getDefaultClassNames } from "react-day-picker";
|
|
9
|
+
//#region src/calendar.tsx
|
|
10
|
+
function Calendar({ className, classNames, showOutsideDays = false, weekStartsOn = 1, locale, formatters, components, ...props }) {
|
|
11
|
+
const defaultClassNames = getDefaultClassNames();
|
|
12
|
+
return /* @__PURE__ */ jsx(DayPicker, {
|
|
13
|
+
showOutsideDays,
|
|
14
|
+
weekStartsOn,
|
|
15
|
+
className: cn("group/calendar bg-transparent p-4 [--cell-radius:var(--radius-md)] [--cell-height:36px] [--cell-width:40px]", String.raw`rtl:**:[.rdp-button\_next>svg]:rotate-180`, String.raw`rtl:**:[.rdp-button\_previous>svg]:rotate-180`, className),
|
|
16
|
+
locale,
|
|
17
|
+
formatters: {
|
|
18
|
+
formatWeekdayName: (date) => date.toLocaleString(locale?.code, { weekday: "narrow" }),
|
|
19
|
+
...formatters
|
|
20
|
+
},
|
|
21
|
+
classNames: {
|
|
22
|
+
root: cn("w-fit", defaultClassNames.root),
|
|
23
|
+
months: cn("relative flex flex-col gap-4 md:flex-row", defaultClassNames.months),
|
|
24
|
+
month: cn("flex w-full flex-col gap-4", defaultClassNames.month),
|
|
25
|
+
nav: cn("pointer-events-none absolute inset-x-0 top-0 flex w-full items-center justify-between gap-1 *:pointer-events-auto", defaultClassNames.nav),
|
|
26
|
+
button_previous: cn("flex size-7 items-center justify-center rounded-(--cell-radius) text-fg-secondary transition-colors outline-none select-none hover:bg-surface focus-visible:border-line-focus focus-visible:shadow-[0px_0px_0px_2px_var(--color-line-focus)] aria-disabled:opacity-40", defaultClassNames.button_previous),
|
|
27
|
+
button_next: cn("flex size-7 items-center justify-center rounded-(--cell-radius) text-fg-secondary transition-colors outline-none select-none hover:bg-surface focus-visible:border-line-focus focus-visible:shadow-[0px_0px_0px_2px_var(--color-line-focus)] aria-disabled:opacity-40", defaultClassNames.button_next),
|
|
28
|
+
month_caption: cn("flex h-(--cell-height) w-full items-center justify-center px-(--cell-width)", defaultClassNames.month_caption),
|
|
29
|
+
caption_label: cn("text-gdt-sm font-medium text-fg-primary select-none", defaultClassNames.caption_label),
|
|
30
|
+
dropdowns: cn("flex h-(--cell-height) w-full items-center justify-center gap-1.5", defaultClassNames.dropdowns),
|
|
31
|
+
table: "w-full border-collapse",
|
|
32
|
+
weekdays: cn("flex", defaultClassNames.weekdays),
|
|
33
|
+
weekday: cn("flex-1 text-gdt-xs font-normal text-fg-secondary select-none", defaultClassNames.weekday),
|
|
34
|
+
week: cn("mt-1 flex w-full", defaultClassNames.week),
|
|
35
|
+
day: cn("group/day relative aspect-square h-full w-full p-0 text-center select-none", defaultClassNames.day),
|
|
36
|
+
range_start: cn("rounded-l-full bg-surface-brand-subtle", defaultClassNames.range_start),
|
|
37
|
+
range_middle: cn("rounded-none bg-surface-brand-subtle", defaultClassNames.range_middle),
|
|
38
|
+
range_end: cn("rounded-r-full bg-surface-brand-subtle", defaultClassNames.range_end),
|
|
39
|
+
today: cn("rounded-full h-(--cell-height) w-(--cell-width) flex items-center justify-center bg-surface-brand-subtle p-0", defaultClassNames.today),
|
|
40
|
+
outside: cn("text-fg-caption-placeholder aria-selected:text-fg-caption-placeholder", defaultClassNames.outside),
|
|
41
|
+
disabled: cn("text-fg-caption-placeholder opacity-50", defaultClassNames.disabled),
|
|
42
|
+
hidden: cn("invisible", defaultClassNames.hidden),
|
|
43
|
+
...classNames
|
|
44
|
+
},
|
|
45
|
+
components: {
|
|
46
|
+
Root: ({ className, rootRef, ...props }) => {
|
|
47
|
+
return /* @__PURE__ */ jsx("div", {
|
|
48
|
+
"data-slot": "calendar",
|
|
49
|
+
ref: rootRef,
|
|
50
|
+
className: cn(className),
|
|
51
|
+
...props
|
|
52
|
+
});
|
|
53
|
+
},
|
|
54
|
+
Chevron: ({ className, orientation, ...props }) => {
|
|
55
|
+
if (orientation === "right") return /* @__PURE__ */ jsx(ChevronRightIcon, {
|
|
56
|
+
className: cn("size-4", className),
|
|
57
|
+
...props
|
|
58
|
+
});
|
|
59
|
+
return /* @__PURE__ */ jsx(ChevronLeftIcon, {
|
|
60
|
+
className: cn("size-4", className),
|
|
61
|
+
...props
|
|
62
|
+
});
|
|
63
|
+
},
|
|
64
|
+
DayButton: ({ ...props }) => /* @__PURE__ */ jsx(CalendarDayButton, {
|
|
65
|
+
locale,
|
|
66
|
+
...props
|
|
67
|
+
}),
|
|
68
|
+
Dropdown: CalendarDropdown,
|
|
69
|
+
WeekNumber: ({ children, ...props }) => {
|
|
70
|
+
return /* @__PURE__ */ jsx("td", {
|
|
71
|
+
...props,
|
|
72
|
+
children: /* @__PURE__ */ jsx("div", {
|
|
73
|
+
className: "flex h-(--cell-height) w-(--cell-width) items-center justify-center text-center",
|
|
74
|
+
children
|
|
75
|
+
})
|
|
76
|
+
});
|
|
77
|
+
},
|
|
78
|
+
...components
|
|
79
|
+
},
|
|
80
|
+
...props
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
function CalendarDropdown({ options = [], value, onChange, disabled, "aria-label": ariaLabel }) {
|
|
84
|
+
const selected = options.find((option) => option.value === Number(value));
|
|
85
|
+
return /* @__PURE__ */ jsxs(Combobox, {
|
|
86
|
+
size: "sm",
|
|
87
|
+
items: options.map((option) => option.label),
|
|
88
|
+
value: selected?.label ?? null,
|
|
89
|
+
onValueChange: (label) => {
|
|
90
|
+
const next = options.find((option) => option.label === label);
|
|
91
|
+
if (!next) return;
|
|
92
|
+
onChange?.({ target: { value: String(next.value) } });
|
|
93
|
+
},
|
|
94
|
+
disabled,
|
|
95
|
+
children: [/* @__PURE__ */ jsx(ComboboxTrigger, {
|
|
96
|
+
"aria-label": ariaLabel,
|
|
97
|
+
children: /* @__PURE__ */ jsx(ComboboxValue, {})
|
|
98
|
+
}), /* @__PURE__ */ jsxs(ComboboxContent, {
|
|
99
|
+
className: "w-auto min-w-32",
|
|
100
|
+
children: [
|
|
101
|
+
/* @__PURE__ */ jsx(ComboboxInput, {
|
|
102
|
+
placeholder: "Search",
|
|
103
|
+
showTrigger: false
|
|
104
|
+
}),
|
|
105
|
+
/* @__PURE__ */ jsx(ComboboxEmpty, { children: "No results" }),
|
|
106
|
+
/* @__PURE__ */ jsx(ComboboxList, {
|
|
107
|
+
className: "max-h-56",
|
|
108
|
+
children: (label) => /* @__PURE__ */ jsx(ComboboxItem, {
|
|
109
|
+
value: label,
|
|
110
|
+
disabled: options.find((option) => option.label === label)?.disabled,
|
|
111
|
+
children: label
|
|
112
|
+
}, label)
|
|
113
|
+
})
|
|
114
|
+
]
|
|
115
|
+
})]
|
|
116
|
+
});
|
|
117
|
+
}
|
|
118
|
+
function CalendarDayButton({ className, day, modifiers, locale, ...props }) {
|
|
119
|
+
const defaultClassNames = getDefaultClassNames();
|
|
120
|
+
const ref = React.useRef(null);
|
|
121
|
+
React.useEffect(() => {
|
|
122
|
+
if (modifiers.focused) ref.current?.focus();
|
|
123
|
+
}, [modifiers.focused]);
|
|
124
|
+
const isEndpoint = modifiers.selected && !modifiers.range_start && !modifiers.range_end && !modifiers.range_middle || modifiers.range_start || modifiers.range_end;
|
|
125
|
+
return /* @__PURE__ */ jsx(Button, {
|
|
126
|
+
ref,
|
|
127
|
+
variant: "ghost",
|
|
128
|
+
size: "icon",
|
|
129
|
+
"data-day": day.date.toLocaleDateString(locale?.code),
|
|
130
|
+
"data-selected-single": modifiers.selected && !modifiers.range_start && !modifiers.range_end && !modifiers.range_middle,
|
|
131
|
+
"data-range-start": modifiers.range_start,
|
|
132
|
+
"data-range-end": modifiers.range_end,
|
|
133
|
+
"data-range-middle": modifiers.range_middle,
|
|
134
|
+
className: cn("relative isolate z-10 flex aspect-square size-auto w-full min-w-(--cell-width) h-(--cell-height) items-center justify-center rounded-full border-0 text-gdt-sm font-normal leading-none", "data-[range-end=true]:bg-action-primary data-[range-end=true]:text-fg-on-brand data-[range-end=true]:hover:bg-action-primary-hover data-[range-end=true]:hover:text-fg-on-brand", "data-[range-start=true]:bg-action-primary data-[range-start=true]:text-fg-on-brand data-[range-start=true]:hover:bg-action-primary-hover data-[range-start=true]:hover:text-fg-on-brand", "data-[selected-single=true]:bg-action-primary data-[selected-single=true]:text-fg-on-brand data-[selected-single=true]:hover:bg-action-primary-hover data-[selected-single=true]:hover:text-fg-on-brand", "data-[range-middle=true]:rounded-none data-[range-middle=true]:bg-transparent data-[range-middle=true]:text-fg-brand data-[range-middle=true]:hover:bg-transparent", isEndpoint && "font-medium", "group-data-[focused=true]/day:border-line-focus group-data-[focused=true]/day:shadow-[0px_0px_0px_2px_var(--color-line-focus)]", defaultClassNames.day, className),
|
|
135
|
+
...props
|
|
136
|
+
});
|
|
137
|
+
}
|
|
138
|
+
//#endregion
|
|
139
|
+
export { Calendar, CalendarDayButton };
|
package/dist/card.d.ts
CHANGED
|
@@ -1,18 +1,16 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
|
|
4
|
-
import { VariantProps } from 'class-variance-authority';
|
|
5
|
-
|
|
1
|
+
import { useRender } from "@base-ui/react/use-render";
|
|
2
|
+
import { VariantProps } from "class-variance-authority";
|
|
3
|
+
//#region src/card.d.ts
|
|
6
4
|
declare const cardVariants: (props?: ({
|
|
7
|
-
|
|
8
|
-
} &
|
|
5
|
+
selected?: boolean | null | undefined;
|
|
6
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
9
7
|
type CardProps = useRender.ComponentProps<"article"> & VariantProps<typeof cardVariants>;
|
|
10
|
-
declare function Card({ className, render, selected, ...props }: CardProps):
|
|
11
|
-
declare function CardTitle({ className, render, ...props }: useRender.ComponentProps<"h3">):
|
|
12
|
-
declare function CardHeader({ className, render, ...props }: useRender.ComponentProps<"div">):
|
|
13
|
-
declare function CardDescription({ className, render, ...props }: useRender.ComponentProps<"p">):
|
|
14
|
-
declare function CardContent({ className, render, ...props }: useRender.ComponentProps<"div">):
|
|
15
|
-
declare function CardFooter({ className, render, ...props }: useRender.ComponentProps<"div">):
|
|
16
|
-
declare function CardAction({ className, render, ...props }: useRender.ComponentProps<"button">):
|
|
17
|
-
|
|
18
|
-
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, type CardProps, CardTitle, cardVariants };
|
|
8
|
+
declare function Card({ className, render, selected, ...props }: CardProps): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
9
|
+
declare function CardTitle({ className, render, ...props }: useRender.ComponentProps<"h3">): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
10
|
+
declare function CardHeader({ className, render, ...props }: useRender.ComponentProps<"div">): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
11
|
+
declare function CardDescription({ className, render, ...props }: useRender.ComponentProps<"p">): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
12
|
+
declare function CardContent({ className, render, ...props }: useRender.ComponentProps<"div">): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
13
|
+
declare function CardFooter({ className, render, ...props }: useRender.ComponentProps<"div">): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
14
|
+
declare function CardAction({ className, render, ...props }: useRender.ComponentProps<"button">): import("react").ReactElement<unknown, string | import("react").JSXElementConstructor<any>>;
|
|
15
|
+
//#endregion
|
|
16
|
+
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, type CardProps, CardTitle, cardVariants };
|
package/dist/card.js
CHANGED
|
@@ -1,156 +1,70 @@
|
|
|
1
|
-
import {
|
|
2
|
-
cn
|
|
3
|
-
} from "./chunk-Y4TTYVNE.js";
|
|
4
|
-
|
|
5
|
-
// src/card.tsx
|
|
1
|
+
import { t as cn } from "./cn-BI_4DMBf.js";
|
|
6
2
|
import { mergeProps } from "@base-ui/react/merge-props";
|
|
7
3
|
import { useRender } from "@base-ui/react/use-render";
|
|
8
4
|
import { cva } from "class-variance-authority";
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
},
|
|
18
|
-
defaultVariants: {
|
|
19
|
-
selected: false
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
);
|
|
5
|
+
//#region src/card.tsx
|
|
6
|
+
const cardVariants = cva("group/card relative flex w-full min-w-0 flex-col gap-5 rounded-2xl border border-line-subtle bg-canvas py-gdt-xl text-fg-primary shadow-1 transition-[background-color,border-color,box-shadow,transform] outline-none has-[[data-slot=card-action]:hover]:shadow-2 has-[[data-slot=card-action]:focus-visible]:border-line-focus has-[[data-slot=card-action]:focus-visible]:inset-ring-1 has-[[data-slot=card-action]:focus-visible]:inset-ring-line-focus has-[[data-slot=card-action]:active]:border-line-subtle has-[[data-slot=card-action]:active]:bg-surface has-[[data-slot=card-action]:active]:shadow-none!", {
|
|
7
|
+
variants: { selected: {
|
|
8
|
+
true: "border-line-focus bg-surface-brand-subtle inset-ring-1 inset-ring-line-focus has-[[data-slot=card-action]:hover]:border-line-focus has-[[data-slot=card-action]:hover]:bg-surface-brand-subtle has-[[data-slot=card-action]:hover]:inset-ring-1 has-[[data-slot=card-action]:active]:border-line-focus has-[[data-slot=card-action]:active]:bg-surface-brand-subtle has-[[data-slot=card-action]:active]:inset-ring-1 has-[[data-slot=card-action]:active]:inset-ring-line-focus",
|
|
9
|
+
false: ""
|
|
10
|
+
} },
|
|
11
|
+
defaultVariants: { selected: false }
|
|
12
|
+
});
|
|
23
13
|
function Card({ className, render, selected = false, ...props }) {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
state: {
|
|
34
|
-
selected,
|
|
35
|
-
slot: "card"
|
|
36
|
-
}
|
|
37
|
-
});
|
|
14
|
+
return useRender({
|
|
15
|
+
defaultTagName: "article",
|
|
16
|
+
props: mergeProps({ className: cn(cardVariants({ selected }), className) }, props),
|
|
17
|
+
render,
|
|
18
|
+
state: {
|
|
19
|
+
selected,
|
|
20
|
+
slot: "card"
|
|
21
|
+
}
|
|
22
|
+
});
|
|
38
23
|
}
|
|
39
|
-
function CardTitle({
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
defaultTagName: "h3",
|
|
46
|
-
props: mergeProps(
|
|
47
|
-
{
|
|
48
|
-
className: cn("text-gdt-h5 text-fg-primary", className)
|
|
49
|
-
},
|
|
50
|
-
props
|
|
51
|
-
),
|
|
52
|
-
render
|
|
53
|
-
});
|
|
24
|
+
function CardTitle({ className, render, ...props }) {
|
|
25
|
+
return useRender({
|
|
26
|
+
defaultTagName: "h3",
|
|
27
|
+
props: mergeProps({ className: cn("text-gdt-h5 text-fg-primary", className) }, props),
|
|
28
|
+
render
|
|
29
|
+
});
|
|
54
30
|
}
|
|
55
|
-
function CardHeader({
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
defaultTagName: "div",
|
|
62
|
-
props: mergeProps(
|
|
63
|
-
{
|
|
64
|
-
className: cn("flex min-w-0 flex-col gap-gdt-sm px-gdt-xl", className)
|
|
65
|
-
},
|
|
66
|
-
props
|
|
67
|
-
),
|
|
68
|
-
render
|
|
69
|
-
});
|
|
31
|
+
function CardHeader({ className, render, ...props }) {
|
|
32
|
+
return useRender({
|
|
33
|
+
defaultTagName: "div",
|
|
34
|
+
props: mergeProps({ className: cn("flex min-w-0 flex-col gap-gdt-sm px-gdt-xl", className) }, props),
|
|
35
|
+
render
|
|
36
|
+
});
|
|
70
37
|
}
|
|
71
|
-
function CardDescription({
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
defaultTagName: "p",
|
|
78
|
-
props: mergeProps(
|
|
79
|
-
{
|
|
80
|
-
className: cn("text-gdt-sm font-normal text-fg-primary", className)
|
|
81
|
-
},
|
|
82
|
-
props
|
|
83
|
-
),
|
|
84
|
-
render
|
|
85
|
-
});
|
|
38
|
+
function CardDescription({ className, render, ...props }) {
|
|
39
|
+
return useRender({
|
|
40
|
+
defaultTagName: "p",
|
|
41
|
+
props: mergeProps({ className: cn("text-gdt-sm font-normal text-fg-primary", className) }, props),
|
|
42
|
+
render
|
|
43
|
+
});
|
|
86
44
|
}
|
|
87
|
-
function CardContent({
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
defaultTagName: "div",
|
|
94
|
-
props: mergeProps(
|
|
95
|
-
{
|
|
96
|
-
className: cn(
|
|
97
|
-
"min-w-0 px-gdt-xl text-gdt-sm text-fg-primary",
|
|
98
|
-
className
|
|
99
|
-
)
|
|
100
|
-
},
|
|
101
|
-
props
|
|
102
|
-
),
|
|
103
|
-
render
|
|
104
|
-
});
|
|
45
|
+
function CardContent({ className, render, ...props }) {
|
|
46
|
+
return useRender({
|
|
47
|
+
defaultTagName: "div",
|
|
48
|
+
props: mergeProps({ className: cn("min-w-0 px-gdt-xl text-gdt-sm text-fg-primary", className) }, props),
|
|
49
|
+
render
|
|
50
|
+
});
|
|
105
51
|
}
|
|
106
|
-
function CardFooter({
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
defaultTagName: "div",
|
|
113
|
-
props: mergeProps(
|
|
114
|
-
{
|
|
115
|
-
className: cn(
|
|
116
|
-
"flex min-w-0 px-gdt-xl flex-wrap items-center justify-end gap-gdt-sm",
|
|
117
|
-
className
|
|
118
|
-
)
|
|
119
|
-
},
|
|
120
|
-
props
|
|
121
|
-
),
|
|
122
|
-
render
|
|
123
|
-
});
|
|
52
|
+
function CardFooter({ className, render, ...props }) {
|
|
53
|
+
return useRender({
|
|
54
|
+
defaultTagName: "div",
|
|
55
|
+
props: mergeProps({ className: cn("flex min-w-0 px-gdt-xl flex-wrap items-center justify-end gap-gdt-sm", className) }, props),
|
|
56
|
+
render
|
|
57
|
+
});
|
|
124
58
|
}
|
|
125
|
-
function CardAction({
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
// @ts-expect-error — data-* attrs are valid but not in mergeProps generic
|
|
135
|
-
"data-slot": "card-action",
|
|
136
|
-
className: cn(
|
|
137
|
-
"cursor-pointer focus-visible:outline-none before:absolute before:inset-0 before:content-['']",
|
|
138
|
-
className
|
|
139
|
-
)
|
|
140
|
-
},
|
|
141
|
-
props
|
|
142
|
-
),
|
|
143
|
-
render
|
|
144
|
-
});
|
|
59
|
+
function CardAction({ className, render, ...props }) {
|
|
60
|
+
return useRender({
|
|
61
|
+
defaultTagName: "button",
|
|
62
|
+
props: mergeProps({
|
|
63
|
+
"data-slot": "card-action",
|
|
64
|
+
className: cn("cursor-pointer focus-visible:outline-none before:absolute before:inset-0 before:content-['']", className)
|
|
65
|
+
}, props),
|
|
66
|
+
render
|
|
67
|
+
});
|
|
145
68
|
}
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
CardAction,
|
|
149
|
-
CardContent,
|
|
150
|
-
CardDescription,
|
|
151
|
-
CardFooter,
|
|
152
|
-
CardHeader,
|
|
153
|
-
CardTitle,
|
|
154
|
-
cardVariants
|
|
155
|
-
};
|
|
156
|
-
//# sourceMappingURL=card.js.map
|
|
69
|
+
//#endregion
|
|
70
|
+
export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, cardVariants };
|
package/dist/carousel.d.ts
CHANGED
|
@@ -1,37 +1,36 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { VariantProps } from
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { t as ComponentSize } from "./size-context-D4mYvcg8.js";
|
|
2
|
+
import { VariantProps } from "class-variance-authority";
|
|
3
|
+
import * as React from "react";
|
|
4
|
+
import useEmblaCarousel, { UseEmblaCarouselType } from "embla-carousel-react";
|
|
5
|
+
//#region src/carousel.d.ts
|
|
7
6
|
type CarouselApi = UseEmblaCarouselType[1];
|
|
8
7
|
type UseCarouselParameters = Parameters<typeof useEmblaCarousel>;
|
|
9
8
|
type CarouselOptions = UseCarouselParameters[0];
|
|
10
9
|
type CarouselPlugin = UseCarouselParameters[1];
|
|
11
10
|
declare const carouselVariants: (props?: ({
|
|
12
|
-
|
|
13
|
-
} &
|
|
11
|
+
imageSize?: "full" | "lg" | "md" | "sm" | null | undefined;
|
|
12
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
14
13
|
type CarouselContextProps = {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
14
|
+
carouselRef: ReturnType<typeof useEmblaCarousel>[0];
|
|
15
|
+
api: CarouselApi;
|
|
16
|
+
orientation: "horizontal" | "vertical";
|
|
17
|
+
size: ComponentSize;
|
|
18
|
+
scrollPrev: () => void;
|
|
19
|
+
scrollNext: () => void;
|
|
20
|
+
scrollTo: (index: number) => void;
|
|
21
|
+
canScrollPrev: boolean;
|
|
22
|
+
canScrollNext: boolean;
|
|
23
|
+
selectedIndex: number;
|
|
24
|
+
scrollSnaps: number[];
|
|
26
25
|
};
|
|
27
26
|
declare function useCarousel(): CarouselContextProps;
|
|
28
27
|
type CarouselProps = {
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
28
|
+
opts?: CarouselOptions;
|
|
29
|
+
plugins?: CarouselPlugin;
|
|
30
|
+
orientation?: "horizontal" | "vertical";
|
|
31
|
+
/** Scales the chrome (arrows + indicator) without touching the image. */
|
|
32
|
+
size?: ComponentSize;
|
|
33
|
+
setApi?: (api: CarouselApi) => void;
|
|
35
34
|
};
|
|
36
35
|
declare function Carousel({ orientation, opts, setApi, plugins, size, imageSize, className, children, ...props }: React.ComponentProps<"div"> & CarouselProps & VariantProps<typeof carouselVariants>): React.JSX.Element;
|
|
37
36
|
declare function CarouselContent({ className, ...props }: React.ComponentProps<"div">): React.JSX.Element;
|
|
@@ -39,15 +38,15 @@ declare function CarouselItem({ className, ...props }: React.ComponentProps<"div
|
|
|
39
38
|
declare function CarouselPrevious({ className, ...props }: React.ComponentProps<"button">): React.JSX.Element;
|
|
40
39
|
declare function CarouselNext({ className, ...props }: React.ComponentProps<"button">): React.JSX.Element;
|
|
41
40
|
type CarouselIndicatorProps = Omit<React.ComponentProps<"div">, "children" | "onSelect"> & {
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
41
|
+
/** Override the live count (e.g. for static design previews). */
|
|
42
|
+
count?: number;
|
|
43
|
+
/** Override the live selected index. */
|
|
44
|
+
selected?: number;
|
|
45
|
+
/** Override the inherited carousel size. */
|
|
46
|
+
size?: ComponentSize;
|
|
47
|
+
/** Jump to a slide when a dot is activated. Defaults to the carousel API. */
|
|
48
|
+
onSelect?: (index: number) => void;
|
|
50
49
|
};
|
|
51
50
|
declare function CarouselIndicator({ className, count: countProp, selected: selectedProp, size: sizeProp, onSelect, ...props }: CarouselIndicatorProps): React.JSX.Element | null;
|
|
52
|
-
|
|
53
|
-
export { Carousel, type CarouselApi, CarouselContent, CarouselIndicator, CarouselItem, CarouselNext, CarouselPrevious, useCarousel };
|
|
51
|
+
//#endregion
|
|
52
|
+
export { Carousel, type CarouselApi, CarouselContent, CarouselIndicator, CarouselItem, CarouselNext, CarouselPrevious, useCarousel };
|