dune-react 0.0.8 → 0.0.9
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/components/puck-base/article-card.js +1 -1
- package/dist/components/puck-base/container.d.ts +7 -1
- package/dist/components/puck-base/container.js +2 -1
- package/dist/components/puck-base/content.d.ts +1 -4
- package/dist/components/puck-base/content.js +15 -17
- package/dist/components/puck-base/core/types.d.ts +2 -2
- package/dist/components/puck-base/editor-context.d.ts +8 -0
- package/dist/components/puck-base/fields/auto-field.d.ts +1 -0
- package/dist/components/puck-base/fields/auto-field.js +131 -49
- package/dist/components/puck-base/gradient-text.js +12 -3
- package/dist/components/puck-block/banner-sections/announcement-banner-1/announcement-banner.js +1 -1
- package/dist/components/puck-block/contact-sections/api/form-leads.d.ts +16 -0
- package/dist/components/puck-block/contact-sections/api/form-leads.js +25 -0
- package/dist/components/puck-block/contact-sections/contact-us-1/contact-us.js +8 -16
- package/dist/components/puck-block/contact-sections/contact-us-2/contact-us-2.d.ts +26 -0
- package/dist/components/puck-block/contact-sections/contact-us-2/contact-us-2.js +229 -0
- package/dist/components/puck-block/contact-sections/contact-us-2/index.d.ts +5 -0
- package/dist/components/puck-block/contact-sections/contact-us-2/index.js +72 -0
- package/dist/components/puck-block/contact-sections/contact-us-3/contact-us-3.d.ts +29 -0
- package/dist/components/puck-block/contact-sections/contact-us-3/contact-us-3.js +245 -0
- package/dist/components/puck-block/contact-sections/contact-us-3/index.d.ts +5 -0
- package/dist/components/puck-block/contact-sections/contact-us-3/index.js +101 -0
- package/dist/components/puck-block/cta-sections/banner-cta-1/banner-cta.js +9 -8
- package/dist/components/puck-block/cta-sections/gradient-cta-1/gradient-cta.js +3 -3
- package/dist/components/puck-block/cta-sections/gradient-cta-1/index.js +4 -4
- package/dist/components/puck-block/cta-sections/newsletter-signup-1/newsletter-signup.js +5 -4
- package/dist/components/puck-block/cta-sections/promo-section-1/promo-section.js +6 -5
- package/dist/components/puck-block/faq-sections/faq-2/faq-2.d.ts +16 -0
- package/dist/components/puck-block/faq-sections/faq-2/faq-2.js +56 -0
- package/dist/components/puck-block/faq-sections/faq-2/index.d.ts +5 -0
- package/dist/components/puck-block/faq-sections/faq-2/index.js +62 -0
- package/dist/components/puck-block/feature-sections/feature-cards-1/feature-cards.d.ts +3 -4
- package/dist/components/puck-block/feature-sections/feature-cards-1/feature-cards.js +13 -3
- package/dist/components/puck-block/feature-sections/feature-cards-1/index.js +34 -14
- package/dist/components/puck-block/feature-sections/feature-showcase-1/feature-showcase.js +2 -8
- package/dist/components/puck-block/feature-sections/product-features-1/product-features.js +5 -25
- package/dist/components/puck-block/gallery-sections/gallery-1/gallery.js +3 -2
- package/dist/components/puck-block/gallery-sections/gallery-2/gallery-2.d.ts +14 -0
- package/dist/components/puck-block/gallery-sections/gallery-2/gallery-2.js +88 -0
- package/dist/components/puck-block/gallery-sections/gallery-2/index.d.ts +5 -0
- package/dist/components/puck-block/gallery-sections/gallery-2/index.js +44 -0
- package/dist/components/puck-block/gallery-sections/gallery-3/gallery-3.d.ts +17 -0
- package/dist/components/puck-block/gallery-sections/gallery-3/gallery-3.js +121 -0
- package/dist/components/puck-block/gallery-sections/gallery-3/index.d.ts +5 -0
- package/dist/components/puck-block/gallery-sections/gallery-3/index.js +60 -0
- package/dist/components/puck-block/hero-sections/fullscreen-hero-1/fullscreen-hero.d.ts +6 -1
- package/dist/components/puck-block/hero-sections/fullscreen-hero-1/fullscreen-hero.js +56 -20
- package/dist/components/puck-block/hero-sections/fullscreen-hero-1/index.js +12 -1
- package/dist/components/puck-block/hero-sections/gradient-hero-1/gradient-hero.d.ts +1 -1
- package/dist/components/puck-block/hero-sections/gradient-hero-1/gradient-hero.js +9 -6
- package/dist/components/puck-block/hero-sections/gradient-hero-1/index.js +4 -4
- package/dist/components/puck-block/hero-sections/image-hero-1/image-hero.d.ts +4 -1
- package/dist/components/puck-block/hero-sections/image-hero-1/image-hero.js +60 -62
- package/dist/components/puck-block/index.d.ts +15 -0
- package/dist/components/puck-block/location-sections/location-1/index.d.ts +5 -0
- package/dist/components/puck-block/location-sections/location-1/index.js +103 -0
- package/dist/components/puck-block/location-sections/location-1/location.d.ts +27 -0
- package/dist/components/puck-block/location-sections/location-1/location.js +143 -0
- package/dist/components/puck-block/location-sections/location-2/index.d.ts +5 -0
- package/dist/components/puck-block/location-sections/location-2/index.js +111 -0
- package/dist/components/puck-block/location-sections/location-2/location.d.ts +25 -0
- package/dist/components/puck-block/location-sections/location-2/location.js +136 -0
- package/dist/components/puck-block/location-sections/location-3/index.d.ts +5 -0
- package/dist/components/puck-block/location-sections/location-3/index.js +83 -0
- package/dist/components/puck-block/location-sections/location-3/location.d.ts +22 -0
- package/dist/components/puck-block/location-sections/location-3/location.js +129 -0
- package/dist/components/puck-block/metrics-sections/stats-2/index.d.ts +5 -0
- package/dist/components/puck-block/metrics-sections/stats-2/index.js +77 -0
- package/dist/components/puck-block/metrics-sections/stats-2/stats-2.d.ts +16 -0
- package/dist/components/puck-block/metrics-sections/stats-2/stats-2.js +59 -0
- package/dist/components/puck-block/metrics-sections/stats-3/index.d.ts +5 -0
- package/dist/components/puck-block/metrics-sections/stats-3/index.js +94 -0
- package/dist/components/puck-block/metrics-sections/stats-3/stats-3.d.ts +17 -0
- package/dist/components/puck-block/metrics-sections/stats-3/stats-3.js +60 -0
- package/dist/components/puck-block/pricing-sections/pricing-2/index.d.ts +5 -0
- package/dist/components/puck-block/pricing-sections/pricing-2/index.js +152 -0
- package/dist/components/puck-block/pricing-sections/pricing-2/pricing-2.d.ts +24 -0
- package/dist/components/puck-block/pricing-sections/pricing-2/pricing-2.js +68 -0
- package/dist/components/puck-block/showcase-sections/before-after-1/before-after.d.ts +20 -0
- package/dist/components/puck-block/showcase-sections/before-after-1/before-after.js +73 -0
- package/dist/components/puck-block/showcase-sections/before-after-1/index.d.ts +5 -0
- package/dist/components/puck-block/showcase-sections/before-after-1/index.js +74 -0
- package/dist/components/puck-block/showcase-sections/case-study-1/case-study.js +2 -8
- package/dist/components/puck-block/team-sections/team-grid-1/team-grid.js +4 -24
- package/dist/components/puck-block/team-sections/team-grid-2/index.d.ts +5 -0
- package/dist/components/puck-block/team-sections/team-grid-2/index.js +63 -0
- package/dist/components/puck-block/team-sections/team-grid-2/team-grid-2.d.ts +21 -0
- package/dist/components/puck-block/team-sections/team-grid-2/team-grid-2.js +46 -0
- package/dist/components/puck-block/team-sections/team-profiles-1/index.d.ts +5 -0
- package/dist/components/puck-block/team-sections/team-profiles-1/index.js +54 -0
- package/dist/components/puck-block/team-sections/team-profiles-1/team-profiles.d.ts +21 -0
- package/dist/components/puck-block/team-sections/team-profiles-1/team-profiles.js +107 -0
- package/dist/components/puck-block/testimonial-sections/logo-marquee-1/logo-marquee.js +2 -1
- package/dist/components/puck-block/testimonial-sections/logo-wall-1/index.d.ts +5 -0
- package/dist/components/puck-block/testimonial-sections/logo-wall-1/index.js +50 -0
- package/dist/components/puck-block/testimonial-sections/logo-wall-1/logo-wall.d.ts +15 -0
- package/dist/components/puck-block/testimonial-sections/logo-wall-1/logo-wall.js +57 -0
- package/dist/components/puck-block/testimonial-sections/review-section-1/review-section.js +3 -2
- package/dist/components/puck-block/text-sections/articles-1/articles.d.ts +1 -0
- package/dist/components/puck-block/text-sections/articles-1/articles.js +19 -6
- package/dist/components/puck-block/text-sections/articles-1/index.js +16 -4
- package/dist/components/puck-block/text-sections/content-section-1/content-section.js +5 -4
- package/dist/components/puck-block/text-sections/tab-section-1/tab-section.js +3 -2
- package/dist/components/shadcn/navigation-menu.d.ts +1 -1
- package/dist/components/shadcn/navigation-menu.js +33 -0
- package/dist/index.js +104 -74
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15,20 +15,21 @@ import { AutoField } from "./components/puck-base/fields/auto-field.js";
|
|
|
15
15
|
import { Avatar, AvatarBadge, AvatarFallback, AvatarGroup, AvatarGroupCount, AvatarImage } from "./components/shadcn/avatar.js";
|
|
16
16
|
import { Badge, badgeVariants } from "./components/shadcn/badge.js";
|
|
17
17
|
import { conf as conf4 } from "./components/puck-block/cta-sections/banner-cta-1/index.js";
|
|
18
|
-
import { conf as conf5 } from "./components/puck-block/
|
|
18
|
+
import { conf as conf5 } from "./components/puck-block/showcase-sections/before-after-1/index.js";
|
|
19
|
+
import { conf as conf6 } from "./components/puck-block/feature-sections/bento-1/index.js";
|
|
19
20
|
import { Breadcrumb, BreadcrumbEllipsis, BreadcrumbItem, BreadcrumbLink, BreadcrumbList, BreadcrumbPage, BreadcrumbSeparator } from "./components/shadcn/breadcrumb.js";
|
|
20
21
|
import { Button, buttonVariants } from "./components/shadcn/button.js";
|
|
21
22
|
import { ButtonGroup, ButtonGroupSeparator, ButtonGroupText, buttonGroupVariants } from "./components/shadcn/button-group.js";
|
|
22
23
|
import { Calendar, CalendarDayButton } from "./components/shadcn/calendar.js";
|
|
23
24
|
import { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from "./components/shadcn/card.js";
|
|
24
25
|
import { Carousel, CarouselContent, CarouselItem, CarouselNext, CarouselPrevious, useCarousel } from "./components/shadcn/carousel.js";
|
|
25
|
-
import { conf as
|
|
26
|
+
import { conf as conf7 } from "./components/puck-block/showcase-sections/case-study-1/index.js";
|
|
26
27
|
import { ChartContainer, ChartLegend, ChartLegendContent, ChartStyle, ChartTooltip, ChartTooltipContent } from "./components/shadcn/chart.js";
|
|
27
28
|
import { Checkbox } from "./components/shadcn/checkbox.js";
|
|
28
29
|
import { Collapsible, CollapsibleContent, CollapsibleTrigger } from "./components/shadcn/collapsible.js";
|
|
29
30
|
import { Combobox, ComboboxChip, ComboboxChips, ComboboxChipsInput, ComboboxCollection, ComboboxContent, ComboboxEmpty, ComboboxGroup, ComboboxInput, ComboboxItem, ComboboxLabel, ComboboxList, ComboboxSeparator, ComboboxTrigger, ComboboxValue, useComboboxAnchor } from "./components/shadcn/combobox.js";
|
|
30
31
|
import { Command, CommandDialog, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandSeparator, CommandShortcut } from "./components/shadcn/command.js";
|
|
31
|
-
import { conf as
|
|
32
|
+
import { conf as conf8 } from "./components/puck-block/pricing-sections/comparison-1/index.js";
|
|
32
33
|
import { CompoundArticleCard } from "./components/puck-base/article-card.js";
|
|
33
34
|
import { CompoundBadge } from "./components/puck-base/badge.js";
|
|
34
35
|
import { CompoundButton } from "./components/puck-base/button.js";
|
|
@@ -38,12 +39,14 @@ import { CompoundContent } from "./components/puck-base/content.js";
|
|
|
38
39
|
import { CompoundField, fieldTypes } from "./components/puck-base/field.js";
|
|
39
40
|
import { CompoundForm, formMethods } from "./components/puck-base/form.js";
|
|
40
41
|
import { CompoundImage } from "./components/puck-base/image.js";
|
|
41
|
-
import { conf as
|
|
42
|
-
import { conf as
|
|
42
|
+
import { conf as conf9 } from "./components/puck-block/contact-sections/contact-us-2/index.js";
|
|
43
|
+
import { conf as conf10 } from "./components/puck-block/contact-sections/contact-us-3/index.js";
|
|
44
|
+
import { conf as conf11 } from "./components/puck-block/contact-sections/contact-us-1/index.js";
|
|
45
|
+
import { conf as conf12 } from "./components/puck-block/text-sections/content-section-1/index.js";
|
|
43
46
|
import { ContextMenu, ContextMenuCheckboxItem, ContextMenuContent, ContextMenuGroup, ContextMenuItem, ContextMenuLabel, ContextMenuPortal, ContextMenuRadioGroup, ContextMenuRadioItem, ContextMenuSeparator, ContextMenuShortcut, ContextMenuSub, ContextMenuSubContent, ContextMenuSubTrigger, ContextMenuTrigger } from "./components/shadcn/context-menu.js";
|
|
44
47
|
import { Cover } from "./components/ui-block/cover/index.js";
|
|
45
|
-
import { conf as
|
|
46
|
-
import { conf as
|
|
48
|
+
import { conf as conf13 } from "./components/puck-block/cta-sections/cta-1/index.js";
|
|
49
|
+
import { conf as conf14 } from "./components/puck-block/testimonial-sections/customers-1/index.js";
|
|
47
50
|
import { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger } from "./components/shadcn/dialog.js";
|
|
48
51
|
import { DirectionProvider, useDirection } from "@base-ui/react/direction-provider";
|
|
49
52
|
import { Drawer, DrawerClose, DrawerContent, DrawerDescription, DrawerFooter, DrawerHeader, DrawerOverlay, DrawerPortal, DrawerTitle, DrawerTrigger } from "./components/shadcn/drawer.js";
|
|
@@ -51,22 +54,25 @@ import { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMe
|
|
|
51
54
|
import { EditorContextProvider, useEditorContext } from "./components/puck-base/editor-context.js";
|
|
52
55
|
import { Empty, EmptyContent, EmptyDescription, EmptyHeader, EmptyMedia, EmptyTitle } from "./components/shadcn/empty.js";
|
|
53
56
|
import { ErrorBoundary } from "./components/puck-base/error-boundary.js";
|
|
54
|
-
import { conf as
|
|
55
|
-
import { conf as
|
|
56
|
-
import { conf as
|
|
57
|
+
import { conf as conf15 } from "./components/puck-block/faq-sections/faq-2/index.js";
|
|
58
|
+
import { conf as conf16 } from "./components/puck-block/faq-sections/faq-1/index.js";
|
|
59
|
+
import { conf as conf17 } from "./components/puck-block/feature-sections/feature-cards-1/index.js";
|
|
60
|
+
import { conf as conf18 } from "./components/puck-block/feature-sections/feature-showcase-1/index.js";
|
|
57
61
|
import { Field, FieldContent, FieldDescription, FieldError, FieldGroup, FieldLabel, FieldLegend, FieldSeparator, FieldSet, FieldTitle } from "./components/shadcn/field.js";
|
|
58
|
-
import { conf as
|
|
62
|
+
import { conf as conf19 } from "./components/puck-block/footer-sections/footer-1/index.js";
|
|
59
63
|
import { Form, FormControl, FormDescription, FormField, FormItem, FormLabel, FormMessage } from "./components/shadcn/form.js";
|
|
60
|
-
import { conf as
|
|
61
|
-
import { conf as
|
|
62
|
-
import { conf as
|
|
63
|
-
import { conf as
|
|
64
|
+
import { conf as conf20 } from "./components/puck-block/hero-sections/fullscreen-hero-1/index.js";
|
|
65
|
+
import { conf as conf21 } from "./components/puck-block/gallery-sections/gallery-2/index.js";
|
|
66
|
+
import { conf as conf22 } from "./components/puck-block/gallery-sections/gallery-3/index.js";
|
|
67
|
+
import { conf as conf23 } from "./components/puck-block/gallery-sections/gallery-1/index.js";
|
|
68
|
+
import { conf as conf24 } from "./components/puck-block/cta-sections/gradient-cta-1/index.js";
|
|
69
|
+
import { conf as conf25 } from "./components/puck-block/hero-sections/gradient-hero-1/index.js";
|
|
64
70
|
import { GradientText } from "./components/puck-base/gradient-text.js";
|
|
65
|
-
import { conf as
|
|
66
|
-
import { conf as
|
|
71
|
+
import { conf as conf26 } from "./components/puck-block/hero-sections/grid-hero-1/index.js";
|
|
72
|
+
import { conf as conf27 } from "./components/puck-block/hero-sections/hero-1/index.js";
|
|
67
73
|
import { HoverCard, HoverCardContent, HoverCardTrigger } from "./components/shadcn/hover-card.js";
|
|
68
|
-
import { conf as
|
|
69
|
-
import { conf as
|
|
74
|
+
import { conf as conf28 } from "./components/puck-block/feature-sections/icon-grid-1/index.js";
|
|
75
|
+
import { conf as conf29 } from "./components/puck-block/hero-sections/image-hero-1/index.js";
|
|
70
76
|
import { ImageUploadField } from "./components/puck-base/image-upload-field.js";
|
|
71
77
|
import { InlineEditable } from "./components/puck-base/inline-editable.js";
|
|
72
78
|
import { Input } from "./components/shadcn/input.js";
|
|
@@ -76,23 +82,28 @@ import { Item, ItemActions, ItemContent, ItemDescription, ItemFooter, ItemGroup,
|
|
|
76
82
|
import { Kbd, KbdGroup } from "./components/shadcn/kbd.js";
|
|
77
83
|
import { Label } from "./components/shadcn/label.js";
|
|
78
84
|
import { LayoutTextFlip } from "./components/shadcn/layout-text-flip.js";
|
|
79
|
-
import { conf as
|
|
80
|
-
import { conf as
|
|
85
|
+
import { conf as conf30 } from "./components/puck-block/location-sections/location-2/index.js";
|
|
86
|
+
import { conf as conf31 } from "./components/puck-block/location-sections/location-3/index.js";
|
|
87
|
+
import { conf as conf32 } from "./components/puck-block/location-sections/location-1/index.js";
|
|
88
|
+
import { conf as conf33 } from "./components/puck-block/testimonial-sections/logo-marquee-1/index.js";
|
|
89
|
+
import { conf as conf34 } from "./components/puck-block/testimonial-sections/logo-wall-1/index.js";
|
|
90
|
+
import { conf as conf35 } from "./components/puck-block/banner-sections/marquee-1/index.js";
|
|
81
91
|
import { Menubar, MenubarCheckboxItem, MenubarContent, MenubarGroup, MenubarItem, MenubarLabel, MenubarMenu, MenubarPortal, MenubarRadioGroup, MenubarRadioItem, MenubarSeparator, MenubarShortcut, MenubarSub, MenubarSubContent, MenubarSubTrigger, MenubarTrigger } from "./components/shadcn/menubar.js";
|
|
82
92
|
import { MobileNav, MobileNavHeader, MobileNavMenu, MobileNavToggle, NavBody, NavItems, Navbar, NavbarButton, NavbarLogo } from "./components/shadcn/resizable-navbar.js";
|
|
83
93
|
import { NativeSelect, NativeSelectOptGroup, NativeSelectOption } from "./components/shadcn/native-select.js";
|
|
84
94
|
import { NavigationMenu, NavigationMenuContent, NavigationMenuIndicator, NavigationMenuItem, NavigationMenuLink, NavigationMenuList, NavigationMenuPositioner, NavigationMenuTrigger, navigationMenuTriggerStyle } from "./components/shadcn/navigation-menu.js";
|
|
85
|
-
import { conf as
|
|
95
|
+
import { conf as conf36 } from "./components/puck-block/cta-sections/newsletter-signup-1/index.js";
|
|
86
96
|
import { Pagination, PaginationContent, PaginationEllipsis, PaginationItem, PaginationLink, PaginationNext, PaginationPrevious } from "./components/shadcn/pagination.js";
|
|
87
97
|
import { Popover, PopoverContent, PopoverDescription, PopoverHeader, PopoverTitle, PopoverTrigger } from "./components/shadcn/popover.js";
|
|
88
|
-
import { conf as
|
|
89
|
-
import { conf as
|
|
98
|
+
import { conf as conf37 } from "./components/puck-block/pricing-sections/pricing-2/index.js";
|
|
99
|
+
import { conf as conf38 } from "./components/puck-block/pricing-sections/pricing-1/index.js";
|
|
100
|
+
import { conf as conf39 } from "./components/puck-block/feature-sections/product-features-1/index.js";
|
|
90
101
|
import { Progress, ProgressIndicator, ProgressLabel, ProgressTrack, ProgressValue } from "./components/shadcn/progress.js";
|
|
91
|
-
import { conf as
|
|
102
|
+
import { conf as conf40 } from "./components/puck-block/cta-sections/promo-section-1/index.js";
|
|
92
103
|
import { RadioGroup, RadioGroupItem } from "./components/shadcn/radio-group.js";
|
|
93
104
|
import { ResizableHandle, ResizablePanel, ResizablePanelGroup } from "./components/shadcn/resizable.js";
|
|
94
|
-
import { conf as
|
|
95
|
-
import { conf as
|
|
105
|
+
import { conf as conf41 } from "./components/puck-block/testimonial-sections/review-section-1/index.js";
|
|
106
|
+
import { conf as conf42 } from "./components/puck-block/text-sections/rich-text-1/index.js";
|
|
96
107
|
import { ScrollArea, ScrollBar } from "./components/shadcn/scroll-area.js";
|
|
97
108
|
import { Select, SelectContent, SelectGroup, SelectItem, SelectLabel, SelectScrollDownButton, SelectScrollUpButton, SelectSeparator, SelectTrigger, SelectValue } from "./components/shadcn/select.js";
|
|
98
109
|
import { Separator } from "./components/shadcn/separator.js";
|
|
@@ -102,27 +113,31 @@ import { Skeleton } from "./components/shadcn/skeleton.js";
|
|
|
102
113
|
import { Slider } from "./components/shadcn/slider.js";
|
|
103
114
|
import { SparklesCore } from "./components/ui-block/sparkles/index.js";
|
|
104
115
|
import { Spinner } from "./components/shadcn/spinner.js";
|
|
105
|
-
import { conf as
|
|
116
|
+
import { conf as conf43 } from "./components/puck-block/hero-sections/split-hero-1/index.js";
|
|
106
117
|
import { Spotlight } from "./components/ui-block/spotlight/index.js";
|
|
107
|
-
import { conf as
|
|
108
|
-
import { conf as
|
|
109
|
-
import { conf as
|
|
118
|
+
import { conf as conf44 } from "./components/puck-block/metrics-sections/stats-2/index.js";
|
|
119
|
+
import { conf as conf45 } from "./components/puck-block/metrics-sections/stats-3/index.js";
|
|
120
|
+
import { conf as conf46 } from "./components/puck-block/metrics-sections/stats-1/index.js";
|
|
121
|
+
import { conf as conf47 } from "./components/puck-block/showcase-sections/step-by-step-1/index.js";
|
|
122
|
+
import { conf as conf48 } from "./components/puck-block/header-sections/sticky-nav-1/index.js";
|
|
110
123
|
import { Switch } from "./components/shadcn/switch.js";
|
|
111
|
-
import { conf as
|
|
124
|
+
import { conf as conf49 } from "./components/puck-block/text-sections/tab-section-1/index.js";
|
|
112
125
|
import { Table, TableBody, TableCaption, TableCell, TableFooter, TableHead, TableHeader, TableRow } from "./components/shadcn/table.js";
|
|
113
126
|
import { Tabs, TabsContent, TabsList, TabsTrigger, tabsListVariants } from "./components/shadcn/tabs.js";
|
|
114
|
-
import { conf as
|
|
115
|
-
import { conf as
|
|
127
|
+
import { conf as conf50 } from "./components/puck-block/team-sections/team-grid-2/index.js";
|
|
128
|
+
import { conf as conf51 } from "./components/puck-block/team-sections/team-grid-1/index.js";
|
|
129
|
+
import { conf as conf52 } from "./components/puck-block/team-sections/team-profiles-1/index.js";
|
|
130
|
+
import { conf as conf53 } from "./components/puck-block/testimonial-sections/testimonials-1/index.js";
|
|
116
131
|
import { Textarea } from "./components/shadcn/textarea.js";
|
|
117
|
-
import { conf as
|
|
132
|
+
import { conf as conf54 } from "./components/puck-block/text-sections/timeline-1/index.js";
|
|
118
133
|
import { Toaster } from "./components/shadcn/sonner.js";
|
|
119
134
|
import { Toggle, toggleVariants } from "./components/shadcn/toggle.js";
|
|
120
135
|
import { ToggleGroup, ToggleGroupItem } from "./components/shadcn/toggle-group.js";
|
|
121
136
|
import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from "./components/shadcn/tooltip.js";
|
|
122
137
|
import { TweetCard, truncate } from "./components/shadcn/tweet-card.js";
|
|
123
138
|
import { TweetCardClient } from "./components/shadcn/tweet-card-client.js";
|
|
124
|
-
import { conf as
|
|
125
|
-
import { conf as
|
|
139
|
+
import { conf as conf55 } from "./components/puck-block/text-sections/two-column-1/index.js";
|
|
140
|
+
import { conf as conf56 } from "./components/puck-block/hero-sections/video-hero-1/index.js";
|
|
126
141
|
import { action, actionDefaults, backgroundColor, backgroundImage, badge, button, buttons, card, cards, contentFields, contentFieldsWithFeatures, description, features, field, fieldDefaults, form, formDefaults, getPlaceholderImageUrl, heading, icon, image, image16x9Placeholder, image1x1Placeholder, image9x16Placeholder, images, padding, paddingDefaults, paddingLevel, sectionOverlay, sectionStyle } from "./components/puck-base/core/fields.js";
|
|
127
142
|
import { base64ToFile, base64ToUrl, blobToBase64, blobToUrl, convertBase64ToBlob, structureFile } from "./utils/utils-canvas.js";
|
|
128
143
|
import { cn, liquidGlass } from "./utils/css-utils.js";
|
|
@@ -172,7 +187,8 @@ export {
|
|
|
172
187
|
default2 as Background,
|
|
173
188
|
Badge,
|
|
174
189
|
conf4 as BannerCtaConf,
|
|
175
|
-
conf5 as
|
|
190
|
+
conf5 as BeforeAfterConf,
|
|
191
|
+
conf6 as BentoConf,
|
|
176
192
|
Breadcrumb,
|
|
177
193
|
BreadcrumbEllipsis,
|
|
178
194
|
BreadcrumbItem,
|
|
@@ -198,7 +214,7 @@ export {
|
|
|
198
214
|
CarouselItem,
|
|
199
215
|
CarouselNext,
|
|
200
216
|
CarouselPrevious,
|
|
201
|
-
|
|
217
|
+
conf7 as CaseStudyConf,
|
|
202
218
|
ChartContainer,
|
|
203
219
|
ChartLegend,
|
|
204
220
|
ChartLegendContent,
|
|
@@ -233,7 +249,7 @@ export {
|
|
|
233
249
|
CommandList,
|
|
234
250
|
CommandSeparator,
|
|
235
251
|
CommandShortcut,
|
|
236
|
-
|
|
252
|
+
conf8 as ComparisonConf,
|
|
237
253
|
CompoundArticleCard,
|
|
238
254
|
CompoundBadge,
|
|
239
255
|
CompoundButton,
|
|
@@ -243,8 +259,10 @@ export {
|
|
|
243
259
|
CompoundField,
|
|
244
260
|
CompoundForm,
|
|
245
261
|
CompoundImage,
|
|
246
|
-
|
|
247
|
-
|
|
262
|
+
conf9 as ContactUs2Conf,
|
|
263
|
+
conf10 as ContactUs3Conf,
|
|
264
|
+
conf11 as ContactUsConf,
|
|
265
|
+
conf12 as ContentSectionConf,
|
|
248
266
|
ContextMenu,
|
|
249
267
|
ContextMenuCheckboxItem,
|
|
250
268
|
ContextMenuContent,
|
|
@@ -261,8 +279,8 @@ export {
|
|
|
261
279
|
ContextMenuSubTrigger,
|
|
262
280
|
ContextMenuTrigger,
|
|
263
281
|
Cover,
|
|
264
|
-
|
|
265
|
-
|
|
282
|
+
conf13 as CtaConf,
|
|
283
|
+
conf14 as CustomersConf,
|
|
266
284
|
Dialog,
|
|
267
285
|
DialogClose,
|
|
268
286
|
DialogContent,
|
|
@@ -307,9 +325,10 @@ export {
|
|
|
307
325
|
EmptyMedia,
|
|
308
326
|
EmptyTitle,
|
|
309
327
|
ErrorBoundary,
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
328
|
+
conf15 as Faq2Conf,
|
|
329
|
+
conf16 as FaqConf,
|
|
330
|
+
conf17 as FeatureCardsConf,
|
|
331
|
+
conf18 as FeatureShowcaseConf,
|
|
313
332
|
Field,
|
|
314
333
|
FieldContent,
|
|
315
334
|
FieldDescription,
|
|
@@ -320,7 +339,7 @@ export {
|
|
|
320
339
|
FieldSeparator,
|
|
321
340
|
FieldSet,
|
|
322
341
|
FieldTitle,
|
|
323
|
-
|
|
342
|
+
conf19 as FooterConf,
|
|
324
343
|
Form,
|
|
325
344
|
FormControl,
|
|
326
345
|
FormDescription,
|
|
@@ -328,19 +347,21 @@ export {
|
|
|
328
347
|
FormItem,
|
|
329
348
|
FormLabel,
|
|
330
349
|
FormMessage,
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
350
|
+
conf20 as FullscreenHeroConf,
|
|
351
|
+
conf21 as Gallery2Conf,
|
|
352
|
+
conf22 as Gallery3Conf,
|
|
353
|
+
conf23 as GalleryConf,
|
|
354
|
+
conf24 as GradientCtaConf,
|
|
355
|
+
conf25 as GradientHeroConf,
|
|
335
356
|
GradientText,
|
|
336
|
-
|
|
357
|
+
conf26 as GridHeroConf,
|
|
337
358
|
default3 as HeaderConf,
|
|
338
|
-
|
|
359
|
+
conf27 as HeroConf,
|
|
339
360
|
HoverCard,
|
|
340
361
|
HoverCardContent,
|
|
341
362
|
HoverCardTrigger,
|
|
342
|
-
|
|
343
|
-
|
|
363
|
+
conf28 as IconGridConf,
|
|
364
|
+
conf29 as ImageHeroConf,
|
|
344
365
|
ImageUploadField,
|
|
345
366
|
InlineEditable,
|
|
346
367
|
Input,
|
|
@@ -368,8 +389,12 @@ export {
|
|
|
368
389
|
KbdGroup,
|
|
369
390
|
Label,
|
|
370
391
|
LayoutTextFlip,
|
|
371
|
-
|
|
372
|
-
|
|
392
|
+
conf30 as Location2Conf,
|
|
393
|
+
conf31 as Location3Conf,
|
|
394
|
+
conf32 as LocationConf,
|
|
395
|
+
conf33 as LogoMarqueeConf,
|
|
396
|
+
conf34 as LogoWallConf,
|
|
397
|
+
conf35 as MarqueeConf,
|
|
373
398
|
Menubar,
|
|
374
399
|
MenubarCheckboxItem,
|
|
375
400
|
MenubarContent,
|
|
@@ -406,7 +431,7 @@ export {
|
|
|
406
431
|
NavigationMenuList,
|
|
407
432
|
NavigationMenuPositioner,
|
|
408
433
|
NavigationMenuTrigger,
|
|
409
|
-
|
|
434
|
+
conf36 as NewsletterSignupConf,
|
|
410
435
|
Pagination,
|
|
411
436
|
PaginationContent,
|
|
412
437
|
PaginationEllipsis,
|
|
@@ -420,21 +445,22 @@ export {
|
|
|
420
445
|
PopoverHeader,
|
|
421
446
|
PopoverTitle,
|
|
422
447
|
PopoverTrigger,
|
|
423
|
-
|
|
424
|
-
|
|
448
|
+
conf37 as Pricing2Conf,
|
|
449
|
+
conf38 as PricingConf,
|
|
450
|
+
conf39 as ProductFeaturesConf,
|
|
425
451
|
Progress,
|
|
426
452
|
ProgressIndicator,
|
|
427
453
|
ProgressLabel,
|
|
428
454
|
ProgressTrack,
|
|
429
455
|
ProgressValue,
|
|
430
|
-
|
|
456
|
+
conf40 as PromoSectionConf,
|
|
431
457
|
RadioGroup,
|
|
432
458
|
RadioGroupItem,
|
|
433
459
|
ResizableHandle,
|
|
434
460
|
ResizablePanel,
|
|
435
461
|
ResizablePanelGroup,
|
|
436
|
-
|
|
437
|
-
|
|
462
|
+
conf41 as ReviewSectionConf,
|
|
463
|
+
conf42 as RichTextConf,
|
|
438
464
|
ScrollArea,
|
|
439
465
|
ScrollBar,
|
|
440
466
|
Select,
|
|
@@ -484,13 +510,15 @@ export {
|
|
|
484
510
|
Slider,
|
|
485
511
|
SparklesCore,
|
|
486
512
|
Spinner,
|
|
487
|
-
|
|
513
|
+
conf43 as SplitHeroConf,
|
|
488
514
|
Spotlight,
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
515
|
+
conf44 as Stats2Conf,
|
|
516
|
+
conf45 as Stats3Conf,
|
|
517
|
+
conf46 as StatsConf,
|
|
518
|
+
conf47 as StepByStepConf,
|
|
519
|
+
conf48 as StickyNavConf,
|
|
492
520
|
Switch,
|
|
493
|
-
|
|
521
|
+
conf49 as TabSectionConf,
|
|
494
522
|
Table,
|
|
495
523
|
TableBody,
|
|
496
524
|
TableCaption,
|
|
@@ -503,10 +531,12 @@ export {
|
|
|
503
531
|
TabsContent,
|
|
504
532
|
TabsList,
|
|
505
533
|
TabsTrigger,
|
|
506
|
-
|
|
507
|
-
|
|
534
|
+
conf50 as TeamGrid2Conf,
|
|
535
|
+
conf51 as TeamGridConf,
|
|
536
|
+
conf52 as TeamProfilesConf,
|
|
537
|
+
conf53 as TestimonialsConf,
|
|
508
538
|
Textarea,
|
|
509
|
-
|
|
539
|
+
conf54 as TimelineConf,
|
|
510
540
|
Toaster,
|
|
511
541
|
Toggle,
|
|
512
542
|
ToggleGroup,
|
|
@@ -517,8 +547,8 @@ export {
|
|
|
517
547
|
TooltipTrigger,
|
|
518
548
|
TweetCard,
|
|
519
549
|
TweetCardClient,
|
|
520
|
-
|
|
521
|
-
|
|
550
|
+
conf55 as TwoColumnConf,
|
|
551
|
+
conf56 as VideoHeroConf,
|
|
522
552
|
action,
|
|
523
553
|
actionDefaults,
|
|
524
554
|
backgroundColor,
|