@dododog/ui 0.9.0 → 0.9.1
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/Accordion/index.d.mts +24 -0
- package/dist/components/Accordion/index.d.ts +24 -0
- package/dist/components/Alert/index.d.mts +40 -0
- package/dist/components/Alert/index.d.ts +40 -0
- package/dist/components/AnchorTabs/index.d.mts +59 -0
- package/dist/components/AnchorTabs/index.d.ts +59 -0
- package/dist/components/Autocomplete/index.d.mts +27 -0
- package/dist/components/Autocomplete/index.d.ts +27 -0
- package/dist/components/Avatar/index.d.mts +13 -0
- package/dist/components/Avatar/index.d.ts +13 -0
- package/dist/components/Badge/index.d.mts +13 -0
- package/dist/components/Badge/index.d.ts +13 -0
- package/dist/components/Banner/index.d.mts +19 -0
- package/dist/components/Banner/index.d.ts +19 -0
- package/dist/components/BottomNavBar/index.d.mts +17 -0
- package/dist/components/BottomNavBar/index.d.ts +17 -0
- package/dist/components/Breadcrumb/index.d.mts +23 -0
- package/dist/components/Breadcrumb/index.d.ts +23 -0
- package/dist/components/Button/index.d.mts +17 -0
- package/dist/components/Button/index.d.ts +17 -0
- package/dist/components/Card/index.d.mts +30 -0
- package/dist/components/Card/index.d.ts +30 -0
- package/dist/components/CardList/index.d.mts +30 -0
- package/dist/components/CardList/index.d.ts +30 -0
- package/dist/components/Carousel/index.d.mts +15 -0
- package/dist/components/Carousel/index.d.ts +15 -0
- package/dist/components/Checkbox/index.d.mts +16 -0
- package/dist/components/Checkbox/index.d.ts +16 -0
- package/dist/components/Counter/index.d.mts +14 -0
- package/dist/components/Counter/index.d.ts +14 -0
- package/dist/components/DateRangePicker/index.d.mts +26 -0
- package/dist/components/DateRangePicker/index.d.ts +26 -0
- package/dist/components/DetailList/index.d.mts +23 -0
- package/dist/components/DetailList/index.d.ts +23 -0
- package/dist/components/Divider/index.d.mts +10 -0
- package/dist/components/Divider/index.d.ts +10 -0
- package/dist/components/Drawer/index.d.mts +13 -0
- package/dist/components/Drawer/index.d.ts +13 -0
- package/dist/components/DropdownMenu/index.d.mts +19 -0
- package/dist/components/DropdownMenu/index.d.ts +19 -0
- package/dist/components/DualRangeSlider/index.d.mts +26 -0
- package/dist/components/DualRangeSlider/index.d.ts +26 -0
- package/dist/components/EmptyState/index.d.mts +12 -0
- package/dist/components/EmptyState/index.d.ts +12 -0
- package/dist/components/ErrorBoundary/index.d.mts +21 -0
- package/dist/components/ErrorBoundary/index.d.ts +21 -0
- package/dist/components/FilterAccordion/index.d.mts +16 -0
- package/dist/components/FilterAccordion/index.d.ts +16 -0
- package/dist/components/FilterPill/index.d.mts +19 -0
- package/dist/components/FilterPill/index.d.ts +19 -0
- package/dist/components/FloatingDock/index.d.mts +65 -0
- package/dist/components/FloatingDock/index.d.ts +65 -0
- package/dist/components/Footer/index.d.mts +46 -0
- package/dist/components/Footer/index.d.ts +46 -0
- package/dist/components/GuestPicker/index.d.mts +31 -0
- package/dist/components/GuestPicker/index.d.ts +31 -0
- package/dist/components/Header/index.d.mts +37 -0
- package/dist/components/Header/index.d.ts +37 -0
- package/dist/components/HotelCard/index.d.mts +45 -0
- package/dist/components/HotelCard/index.d.ts +45 -0
- package/dist/components/IconBadge/index.d.mts +14 -0
- package/dist/components/IconBadge/index.d.ts +14 -0
- package/dist/components/ImageGallery/index.d.mts +16 -0
- package/dist/components/ImageGallery/index.d.ts +16 -0
- package/dist/components/ImageWithFallback/index.d.mts +17 -0
- package/dist/components/ImageWithFallback/index.d.ts +17 -0
- package/dist/components/Input/index.d.mts +18 -0
- package/dist/components/Input/index.d.ts +18 -0
- package/dist/components/Lightbox/index.d.mts +15 -0
- package/dist/components/Lightbox/index.d.ts +15 -0
- package/dist/components/LinkCard/index.d.mts +12 -0
- package/dist/components/LinkCard/index.d.ts +12 -0
- package/dist/components/LoadingOverlay/index.d.mts +12 -0
- package/dist/components/LoadingOverlay/index.d.ts +12 -0
- package/dist/components/MegaMenu/index.d.mts +52 -0
- package/dist/components/MegaMenu/index.d.ts +52 -0
- package/dist/components/MobileMenu/index.d.mts +35 -0
- package/dist/components/MobileMenu/index.d.ts +35 -0
- package/dist/components/Modal/index.d.mts +12 -0
- package/dist/components/Modal/index.d.ts +12 -0
- package/dist/components/Pagination/index.d.mts +13 -0
- package/dist/components/Pagination/index.d.ts +13 -0
- package/dist/components/PriceDisplay/index.d.mts +14 -0
- package/dist/components/PriceDisplay/index.d.ts +14 -0
- package/dist/components/ProgressBar/index.d.mts +19 -0
- package/dist/components/ProgressBar/index.d.ts +19 -0
- package/dist/components/PromoBanner/index.d.mts +39 -0
- package/dist/components/PromoBanner/index.d.ts +39 -0
- package/dist/components/RadioGroup/index.d.mts +21 -0
- package/dist/components/RadioGroup/index.d.ts +21 -0
- package/dist/components/Rating/index.d.mts +12 -0
- package/dist/components/Rating/index.d.ts +12 -0
- package/dist/components/RoomTypeCard/index.d.mts +102 -0
- package/dist/components/RoomTypeCard/index.d.ts +102 -0
- package/dist/components/SearchBar/index.d.mts +20 -0
- package/dist/components/SearchBar/index.d.ts +20 -0
- package/dist/components/SegmentedControl/index.d.mts +15 -0
- package/dist/components/SegmentedControl/index.d.ts +15 -0
- package/dist/components/Select/index.d.mts +26 -0
- package/dist/components/Select/index.d.ts +26 -0
- package/dist/components/Sidebar/index.d.mts +19 -0
- package/dist/components/Sidebar/index.d.ts +19 -0
- package/dist/components/SignInCallout/index.d.mts +26 -0
- package/dist/components/SignInCallout/index.d.ts +26 -0
- package/dist/components/Skeleton/index.d.mts +31 -0
- package/dist/components/Skeleton/index.d.ts +31 -0
- package/dist/components/Spinner/index.d.mts +13 -0
- package/dist/components/Spinner/index.d.ts +13 -0
- package/dist/components/StatCard/index.d.mts +15 -0
- package/dist/components/StatCard/index.d.ts +15 -0
- package/dist/components/StatusBadge/index.d.mts +16 -0
- package/dist/components/StatusBadge/index.d.ts +16 -0
- package/dist/components/Stepper/index.d.mts +16 -0
- package/dist/components/Stepper/index.d.ts +16 -0
- package/dist/components/Switch/index.d.mts +22 -0
- package/dist/components/Switch/index.d.ts +22 -0
- package/dist/components/Tabs/index.d.mts +18 -0
- package/dist/components/Tabs/index.d.ts +18 -0
- package/dist/components/Tag/index.d.mts +15 -0
- package/dist/components/Tag/index.d.ts +15 -0
- package/dist/components/Textarea/index.d.mts +16 -0
- package/dist/components/Textarea/index.d.ts +16 -0
- package/dist/components/Toast/index.d.mts +16 -0
- package/dist/components/Toast/index.d.ts +16 -0
- package/dist/components/Toggle/index.d.mts +13 -0
- package/dist/components/Toggle/index.d.ts +13 -0
- package/dist/components/Tooltip/index.d.mts +11 -0
- package/dist/components/Tooltip/index.d.ts +11 -0
- package/dist/components/VerticalMarquee/index.d.mts +16 -0
- package/dist/components/VerticalMarquee/index.d.ts +16 -0
- package/dist/index.d.mts +189 -0
- package/dist/index.d.ts +189 -0
- package/dist/index.js +54 -54
- package/dist/index.mjs +12 -12
- package/dist/tailwind-preset.d.mts +170 -0
- package/dist/tailwind-preset.d.ts +170 -0
- package/dist/tokens/index.d.mts +219 -0
- package/dist/tokens/index.d.ts +219 -0
- package/dist/typography-BUlhEnfy.d.mts +16 -0
- package/dist/typography-BUlhEnfy.d.ts +16 -0
- package/dist/utils/index.d.mts +5 -0
- package/dist/utils/index.d.ts +5 -0
- package/package.json +1 -1
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
export { Button, ButtonProps, buttonVariants } from './components/Button/index.mjs';
|
|
2
|
+
export { Card, CardContent, CardContentProps, CardDescription, CardDescriptionProps, CardImage, CardImageProps, CardProps, CardTitle, CardTitleProps, cardImageVariants, cardVariants } from './components/Card/index.mjs';
|
|
3
|
+
export { Input, InputProps, inputVariants } from './components/Input/index.mjs';
|
|
4
|
+
export { Badge, BadgeProps, badgeVariants } from './components/Badge/index.mjs';
|
|
5
|
+
export { Rating, RatingProps } from './components/Rating/index.mjs';
|
|
6
|
+
export { Skeleton, SkeletonCircle, SkeletonCircleProps, SkeletonImage, SkeletonImageProps, SkeletonProps, SkeletonText, SkeletonTextProps } from './components/Skeleton/index.mjs';
|
|
7
|
+
export { Select, SelectOption, SelectProps, selectVariants } from './components/Select/index.mjs';
|
|
8
|
+
export { Breadcrumb, BreadcrumbItem, BreadcrumbProps, breadcrumbVariants } from './components/Breadcrumb/index.mjs';
|
|
9
|
+
export { ImageWithFallback, ImageWithFallbackProps } from './components/ImageWithFallback/index.mjs';
|
|
10
|
+
export { HotelCard, HotelCardData, HotelCardProps } from './components/HotelCard/index.mjs';
|
|
11
|
+
export { RadioGroup, RadioGroupItemOption, RadioGroupProps } from './components/RadioGroup/index.mjs';
|
|
12
|
+
export { Checkbox, CheckboxProps } from './components/Checkbox/index.mjs';
|
|
13
|
+
export { Toggle, ToggleProps } from './components/Toggle/index.mjs';
|
|
14
|
+
export { Textarea, TextareaProps, textareaVariants } from './components/Textarea/index.mjs';
|
|
15
|
+
export { Counter, CounterProps } from './components/Counter/index.mjs';
|
|
16
|
+
export { Modal, ModalProps } from './components/Modal/index.mjs';
|
|
17
|
+
export { Autocomplete, AutocompleteProps, AutocompleteSuggestion, autocompleteInputVariants } from './components/Autocomplete/index.mjs';
|
|
18
|
+
export { Accordion, AccordionItemData, AccordionProps } from './components/Accordion/index.mjs';
|
|
19
|
+
export { Alert, AlertProps } from './components/Alert/index.mjs';
|
|
20
|
+
export { EmptyState, EmptyStateProps } from './components/EmptyState/index.mjs';
|
|
21
|
+
export { Stepper, StepperProps, StepperStep } from './components/Stepper/index.mjs';
|
|
22
|
+
export { Sidebar, SidebarItem, SidebarProps } from './components/Sidebar/index.mjs';
|
|
23
|
+
export { BottomNavBar, BottomNavBarProps, BottomNavItem } from './components/BottomNavBar/index.mjs';
|
|
24
|
+
export { FloatingDock, FloatingDockItem, FloatingDockMenuItem, FloatingDockProps } from './components/FloatingDock/index.mjs';
|
|
25
|
+
export { SegmentedControl, SegmentedControlOption, SegmentedControlProps } from './components/SegmentedControl/index.mjs';
|
|
26
|
+
export { Drawer, DrawerProps } from './components/Drawer/index.mjs';
|
|
27
|
+
export { TabItem, Tabs, TabsProps } from './components/Tabs/index.mjs';
|
|
28
|
+
export { AnchorTabItem, AnchorTabs, AnchorTabsProps } from './components/AnchorTabs/index.mjs';
|
|
29
|
+
export { FilterPill, FilterPillProps } from './components/FilterPill/index.mjs';
|
|
30
|
+
export { Avatar, AvatarProps } from './components/Avatar/index.mjs';
|
|
31
|
+
export { Tooltip, TooltipProps } from './components/Tooltip/index.mjs';
|
|
32
|
+
export { Divider, DividerProps } from './components/Divider/index.mjs';
|
|
33
|
+
export { DatePickerInput, DatePickerInputProps, DateRangePicker, DateRangePickerProps } from './components/DateRangePicker/index.mjs';
|
|
34
|
+
export { SearchBar, SearchBarField, SearchBarProps } from './components/SearchBar/index.mjs';
|
|
35
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
36
|
+
import * as React from 'react';
|
|
37
|
+
import { VariantProps } from 'class-variance-authority';
|
|
38
|
+
export { GuestPicker, GuestPickerProps } from './components/GuestPicker/index.mjs';
|
|
39
|
+
export { MegaMenu, MegaMenuCard, MegaMenuColumn, MegaMenuLink, MegaMenuProps, MegaMenuSection } from './components/MegaMenu/index.mjs';
|
|
40
|
+
export { Footer, FooterLinkGroup, FooterProps } from './components/Footer/index.mjs';
|
|
41
|
+
export { MobileMenu, MobileMenuLink, MobileMenuProps, MobileMenuSection } from './components/MobileMenu/index.mjs';
|
|
42
|
+
export { Header, HeaderNavItem, HeaderProps } from './components/Header/index.mjs';
|
|
43
|
+
export { ErrorBoundary, ErrorBoundaryProps } from './components/ErrorBoundary/index.mjs';
|
|
44
|
+
export { MarqueeImage, VerticalMarquee, VerticalMarqueeProps } from './components/VerticalMarquee/index.mjs';
|
|
45
|
+
export { Spinner, SpinnerProps, spinnerVariants } from './components/Spinner/index.mjs';
|
|
46
|
+
export { Toast, ToastProps, toastVariants } from './components/Toast/index.mjs';
|
|
47
|
+
export { Pagination, PaginationProps } from './components/Pagination/index.mjs';
|
|
48
|
+
export { Tag, TagProps, tagVariants } from './components/Tag/index.mjs';
|
|
49
|
+
export { DropdownMenu, DropdownMenuItem, DropdownMenuProps } from './components/DropdownMenu/index.mjs';
|
|
50
|
+
export { PromoBanner, PromoBannerProps, promoBannerVariants } from './components/PromoBanner/index.mjs';
|
|
51
|
+
export { ProgressBar, ProgressBarProps, progressBarVariants, progressFillVariants } from './components/ProgressBar/index.mjs';
|
|
52
|
+
export { Carousel, CarouselProps } from './components/Carousel/index.mjs';
|
|
53
|
+
export { StatusBadge, StatusBadgeProps, statusBadgeVariants } from './components/StatusBadge/index.mjs';
|
|
54
|
+
export { StatCard, StatCardProps } from './components/StatCard/index.mjs';
|
|
55
|
+
export { Banner, BannerProps, bannerVariants } from './components/Banner/index.mjs';
|
|
56
|
+
export { Lightbox, LightboxProps } from './components/Lightbox/index.mjs';
|
|
57
|
+
export { GalleryImage, ImageGallery, ImageGalleryProps } from './components/ImageGallery/index.mjs';
|
|
58
|
+
export { LinkCard, LinkCardProps } from './components/LinkCard/index.mjs';
|
|
59
|
+
export { IconBadge, IconBadgeProps, iconBadgeVariants } from './components/IconBadge/index.mjs';
|
|
60
|
+
export { PriceDisplay, PriceDisplayProps } from './components/PriceDisplay/index.mjs';
|
|
61
|
+
export { DetailItem, DetailList, DetailListProps } from './components/DetailList/index.mjs';
|
|
62
|
+
export { LoadingOverlay, LoadingOverlayProps } from './components/LoadingOverlay/index.mjs';
|
|
63
|
+
export { Switch, SwitchProps, switchThumbVariants, switchTrackVariants } from './components/Switch/index.mjs';
|
|
64
|
+
export { DualRangeSlider, DualRangeSliderProps } from './components/DualRangeSlider/index.mjs';
|
|
65
|
+
export { CardList, CardListProps } from './components/CardList/index.mjs';
|
|
66
|
+
export { FilterAccordion, FilterAccordionItemData, FilterAccordionProps } from './components/FilterAccordion/index.mjs';
|
|
67
|
+
export { RoomRate, RoomRateCancellation, RoomRateCancellationKind, RoomTypeCard, RoomTypeCardProps, RoomTypeCardSkeleton, RoomTypeCardSkeletonProps, RoomTypeData } from './components/RoomTypeCard/index.mjs';
|
|
68
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
69
|
+
export { SignInCallout, SignInCalloutProps, signInCalloutVariants } from './components/SignInCallout/index.mjs';
|
|
70
|
+
export { cn } from './utils/index.mjs';
|
|
71
|
+
import 'clsx';
|
|
72
|
+
|
|
73
|
+
declare const searchFieldVariants: (props?: ({
|
|
74
|
+
size?: "md" | "lg" | "xl" | null | undefined;
|
|
75
|
+
variant?: "default" | "hero" | null | undefined;
|
|
76
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
77
|
+
interface SearchFieldProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "type">, VariantProps<typeof searchFieldVariants> {
|
|
78
|
+
/** Callback when the clear button is clicked */
|
|
79
|
+
onClear?: () => void;
|
|
80
|
+
/** Additional class for the outer container */
|
|
81
|
+
containerClassName?: string;
|
|
82
|
+
/** Result count to display below the field */
|
|
83
|
+
resultCount?: number;
|
|
84
|
+
/** Label for the result count (e.g. "races trouvées") */
|
|
85
|
+
resultLabel?: string;
|
|
86
|
+
}
|
|
87
|
+
declare const SearchField: React.ForwardRefExoticComponent<SearchFieldProps & React.RefAttributes<HTMLInputElement>>;
|
|
88
|
+
|
|
89
|
+
interface DogFriendlyStat {
|
|
90
|
+
/** Libellé court, ex: "Taille acceptée" */
|
|
91
|
+
label: string;
|
|
92
|
+
/** Valeur mise en avant, ex: "Tous gabarits" ou "À confirmer" */
|
|
93
|
+
value: string;
|
|
94
|
+
/** Précision optionnelle, ex: "jusqu'à 2 chiens" */
|
|
95
|
+
note?: string;
|
|
96
|
+
}
|
|
97
|
+
interface DogFriendlyPanelProps extends React.HTMLAttributes<HTMLElement> {
|
|
98
|
+
/** Titre du bloc */
|
|
99
|
+
title?: string;
|
|
100
|
+
/** Info chien confirmée par l'établissement (vs à confirmer) */
|
|
101
|
+
confirmed?: boolean;
|
|
102
|
+
/** Libellé quand confirmé */
|
|
103
|
+
confirmedLabel?: string;
|
|
104
|
+
/** Libellé quand non confirmé */
|
|
105
|
+
unconfirmedLabel?: string;
|
|
106
|
+
/** Mini-cartes de faits (2 sur mobile, jusqu'à 4 sur desktop) */
|
|
107
|
+
stats: DogFriendlyStat[];
|
|
108
|
+
/** À-côtés dog-friendly (issus des équipements ETG mappés FR) */
|
|
109
|
+
perks?: string[];
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* Bandeau signature dog-friendly de la fiche hébergement.
|
|
113
|
+
* Met en avant l'accueil du chien : faits clés (taille, frais, jardin…) + à-côtés.
|
|
114
|
+
*/
|
|
115
|
+
declare function DogFriendlyPanel({ title, confirmed, confirmedLabel, unconfirmedLabel, stats, perks, className, ...props }: DogFriendlyPanelProps): react_jsx_runtime.JSX.Element;
|
|
116
|
+
|
|
117
|
+
interface ReviewSubScore {
|
|
118
|
+
/** Libellé, ex: "Propreté" */
|
|
119
|
+
label: string;
|
|
120
|
+
/** Note /10 */
|
|
121
|
+
value: number;
|
|
122
|
+
}
|
|
123
|
+
interface ReviewItem {
|
|
124
|
+
/** Note /10 de l'avis */
|
|
125
|
+
score: number;
|
|
126
|
+
/** Libellé de la note, ex: "Excellent" */
|
|
127
|
+
scoreLabel: string;
|
|
128
|
+
/** Texte de l'avis (déjà en français) */
|
|
129
|
+
text: string;
|
|
130
|
+
/** Auteur */
|
|
131
|
+
author: string;
|
|
132
|
+
/** Contexte, ex: "Famille · 3 nuits · juin 2026" */
|
|
133
|
+
meta?: string;
|
|
134
|
+
/** Avis vérifié */
|
|
135
|
+
verified?: boolean;
|
|
136
|
+
/** Langue d'origine si traduit, ex: "l'anglais" → "Traduit de l'anglais" */
|
|
137
|
+
translatedFrom?: string;
|
|
138
|
+
}
|
|
139
|
+
interface ReviewSummaryProps extends React.HTMLAttributes<HTMLElement> {
|
|
140
|
+
/** Note globale /10 */
|
|
141
|
+
score?: number;
|
|
142
|
+
/** Libellé global, ex: "Très bien" */
|
|
143
|
+
scoreLabel?: string;
|
|
144
|
+
/** Nombre d'avis vérifiés */
|
|
145
|
+
count?: number;
|
|
146
|
+
/** Titre de la section */
|
|
147
|
+
title?: string;
|
|
148
|
+
/** Libellé du volume d'avis (D2 : "avis vérifiés" ; ne PAS afficher de plateforme non sourcée) */
|
|
149
|
+
countLabel?: string;
|
|
150
|
+
/** Sources RÉELLES uniquement (ex: ["Booking"]) — affichées après le volume ; laisser vide si aucune */
|
|
151
|
+
sources?: string[];
|
|
152
|
+
/** Sous-notes détaillées (/10) */
|
|
153
|
+
subScores?: ReviewSubScore[];
|
|
154
|
+
/** Avis mis en avant */
|
|
155
|
+
reviews?: ReviewItem[];
|
|
156
|
+
/** Callback bouton "Afficher tous les avis" */
|
|
157
|
+
onSeeAll?: () => void;
|
|
158
|
+
/** Libellé du bouton (par défaut dérivé du count) */
|
|
159
|
+
seeAllLabel?: string;
|
|
160
|
+
/** Message quand aucun avis */
|
|
161
|
+
emptyLabel?: string;
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* Bloc avis consolidé de la fiche hébergement (échelle /10 unique).
|
|
165
|
+
* Remplace les blocs avis redondants. N'affiche que des sources réelles.
|
|
166
|
+
*/
|
|
167
|
+
declare function ReviewSummary({ score, scoreLabel, count, title, countLabel, sources, subScores, reviews, onSeeAll, seeAllLabel, emptyLabel, className, ...props }: ReviewSummaryProps): react_jsx_runtime.JSX.Element;
|
|
168
|
+
|
|
169
|
+
interface MobileBookingBarProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "onSelect"> {
|
|
170
|
+
/** Prix total déjà formaté, ex: "248 €" */
|
|
171
|
+
price: string;
|
|
172
|
+
/** Précision sous le prix, ex: "2 nuits · taxes incl." */
|
|
173
|
+
meta?: string;
|
|
174
|
+
/** Réassurance, ex: "Vous ne serez pas débité maintenant" */
|
|
175
|
+
reassurance?: string;
|
|
176
|
+
/** Libellé du bouton d'action */
|
|
177
|
+
ctaLabel?: string;
|
|
178
|
+
/** Action de réservation */
|
|
179
|
+
onReserve?: () => void;
|
|
180
|
+
/** Désactive l'action (ex: aucune disponibilité) */
|
|
181
|
+
disabled?: boolean;
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* Barre de réservation collante en bas d'écran (mobile).
|
|
185
|
+
* Présentationnelle : reçoit un prix déjà formaté (cf. buildRateDisplay côté app).
|
|
186
|
+
*/
|
|
187
|
+
declare function MobileBookingBar({ price, meta, reassurance, ctaLabel, onReserve, disabled, className, ...props }: MobileBookingBarProps): react_jsx_runtime.JSX.Element;
|
|
188
|
+
|
|
189
|
+
export { DogFriendlyPanel, type DogFriendlyPanelProps, type DogFriendlyStat, MobileBookingBar, type MobileBookingBarProps, type ReviewItem, type ReviewSubScore, ReviewSummary, type ReviewSummaryProps, SearchField, type SearchFieldProps, searchFieldVariants };
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
export { Button, ButtonProps, buttonVariants } from './components/Button/index.js';
|
|
2
|
+
export { Card, CardContent, CardContentProps, CardDescription, CardDescriptionProps, CardImage, CardImageProps, CardProps, CardTitle, CardTitleProps, cardImageVariants, cardVariants } from './components/Card/index.js';
|
|
3
|
+
export { Input, InputProps, inputVariants } from './components/Input/index.js';
|
|
4
|
+
export { Badge, BadgeProps, badgeVariants } from './components/Badge/index.js';
|
|
5
|
+
export { Rating, RatingProps } from './components/Rating/index.js';
|
|
6
|
+
export { Skeleton, SkeletonCircle, SkeletonCircleProps, SkeletonImage, SkeletonImageProps, SkeletonProps, SkeletonText, SkeletonTextProps } from './components/Skeleton/index.js';
|
|
7
|
+
export { Select, SelectOption, SelectProps, selectVariants } from './components/Select/index.js';
|
|
8
|
+
export { Breadcrumb, BreadcrumbItem, BreadcrumbProps, breadcrumbVariants } from './components/Breadcrumb/index.js';
|
|
9
|
+
export { ImageWithFallback, ImageWithFallbackProps } from './components/ImageWithFallback/index.js';
|
|
10
|
+
export { HotelCard, HotelCardData, HotelCardProps } from './components/HotelCard/index.js';
|
|
11
|
+
export { RadioGroup, RadioGroupItemOption, RadioGroupProps } from './components/RadioGroup/index.js';
|
|
12
|
+
export { Checkbox, CheckboxProps } from './components/Checkbox/index.js';
|
|
13
|
+
export { Toggle, ToggleProps } from './components/Toggle/index.js';
|
|
14
|
+
export { Textarea, TextareaProps, textareaVariants } from './components/Textarea/index.js';
|
|
15
|
+
export { Counter, CounterProps } from './components/Counter/index.js';
|
|
16
|
+
export { Modal, ModalProps } from './components/Modal/index.js';
|
|
17
|
+
export { Autocomplete, AutocompleteProps, AutocompleteSuggestion, autocompleteInputVariants } from './components/Autocomplete/index.js';
|
|
18
|
+
export { Accordion, AccordionItemData, AccordionProps } from './components/Accordion/index.js';
|
|
19
|
+
export { Alert, AlertProps } from './components/Alert/index.js';
|
|
20
|
+
export { EmptyState, EmptyStateProps } from './components/EmptyState/index.js';
|
|
21
|
+
export { Stepper, StepperProps, StepperStep } from './components/Stepper/index.js';
|
|
22
|
+
export { Sidebar, SidebarItem, SidebarProps } from './components/Sidebar/index.js';
|
|
23
|
+
export { BottomNavBar, BottomNavBarProps, BottomNavItem } from './components/BottomNavBar/index.js';
|
|
24
|
+
export { FloatingDock, FloatingDockItem, FloatingDockMenuItem, FloatingDockProps } from './components/FloatingDock/index.js';
|
|
25
|
+
export { SegmentedControl, SegmentedControlOption, SegmentedControlProps } from './components/SegmentedControl/index.js';
|
|
26
|
+
export { Drawer, DrawerProps } from './components/Drawer/index.js';
|
|
27
|
+
export { TabItem, Tabs, TabsProps } from './components/Tabs/index.js';
|
|
28
|
+
export { AnchorTabItem, AnchorTabs, AnchorTabsProps } from './components/AnchorTabs/index.js';
|
|
29
|
+
export { FilterPill, FilterPillProps } from './components/FilterPill/index.js';
|
|
30
|
+
export { Avatar, AvatarProps } from './components/Avatar/index.js';
|
|
31
|
+
export { Tooltip, TooltipProps } from './components/Tooltip/index.js';
|
|
32
|
+
export { Divider, DividerProps } from './components/Divider/index.js';
|
|
33
|
+
export { DatePickerInput, DatePickerInputProps, DateRangePicker, DateRangePickerProps } from './components/DateRangePicker/index.js';
|
|
34
|
+
export { SearchBar, SearchBarField, SearchBarProps } from './components/SearchBar/index.js';
|
|
35
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
36
|
+
import * as React from 'react';
|
|
37
|
+
import { VariantProps } from 'class-variance-authority';
|
|
38
|
+
export { GuestPicker, GuestPickerProps } from './components/GuestPicker/index.js';
|
|
39
|
+
export { MegaMenu, MegaMenuCard, MegaMenuColumn, MegaMenuLink, MegaMenuProps, MegaMenuSection } from './components/MegaMenu/index.js';
|
|
40
|
+
export { Footer, FooterLinkGroup, FooterProps } from './components/Footer/index.js';
|
|
41
|
+
export { MobileMenu, MobileMenuLink, MobileMenuProps, MobileMenuSection } from './components/MobileMenu/index.js';
|
|
42
|
+
export { Header, HeaderNavItem, HeaderProps } from './components/Header/index.js';
|
|
43
|
+
export { ErrorBoundary, ErrorBoundaryProps } from './components/ErrorBoundary/index.js';
|
|
44
|
+
export { MarqueeImage, VerticalMarquee, VerticalMarqueeProps } from './components/VerticalMarquee/index.js';
|
|
45
|
+
export { Spinner, SpinnerProps, spinnerVariants } from './components/Spinner/index.js';
|
|
46
|
+
export { Toast, ToastProps, toastVariants } from './components/Toast/index.js';
|
|
47
|
+
export { Pagination, PaginationProps } from './components/Pagination/index.js';
|
|
48
|
+
export { Tag, TagProps, tagVariants } from './components/Tag/index.js';
|
|
49
|
+
export { DropdownMenu, DropdownMenuItem, DropdownMenuProps } from './components/DropdownMenu/index.js';
|
|
50
|
+
export { PromoBanner, PromoBannerProps, promoBannerVariants } from './components/PromoBanner/index.js';
|
|
51
|
+
export { ProgressBar, ProgressBarProps, progressBarVariants, progressFillVariants } from './components/ProgressBar/index.js';
|
|
52
|
+
export { Carousel, CarouselProps } from './components/Carousel/index.js';
|
|
53
|
+
export { StatusBadge, StatusBadgeProps, statusBadgeVariants } from './components/StatusBadge/index.js';
|
|
54
|
+
export { StatCard, StatCardProps } from './components/StatCard/index.js';
|
|
55
|
+
export { Banner, BannerProps, bannerVariants } from './components/Banner/index.js';
|
|
56
|
+
export { Lightbox, LightboxProps } from './components/Lightbox/index.js';
|
|
57
|
+
export { GalleryImage, ImageGallery, ImageGalleryProps } from './components/ImageGallery/index.js';
|
|
58
|
+
export { LinkCard, LinkCardProps } from './components/LinkCard/index.js';
|
|
59
|
+
export { IconBadge, IconBadgeProps, iconBadgeVariants } from './components/IconBadge/index.js';
|
|
60
|
+
export { PriceDisplay, PriceDisplayProps } from './components/PriceDisplay/index.js';
|
|
61
|
+
export { DetailItem, DetailList, DetailListProps } from './components/DetailList/index.js';
|
|
62
|
+
export { LoadingOverlay, LoadingOverlayProps } from './components/LoadingOverlay/index.js';
|
|
63
|
+
export { Switch, SwitchProps, switchThumbVariants, switchTrackVariants } from './components/Switch/index.js';
|
|
64
|
+
export { DualRangeSlider, DualRangeSliderProps } from './components/DualRangeSlider/index.js';
|
|
65
|
+
export { CardList, CardListProps } from './components/CardList/index.js';
|
|
66
|
+
export { FilterAccordion, FilterAccordionItemData, FilterAccordionProps } from './components/FilterAccordion/index.js';
|
|
67
|
+
export { RoomRate, RoomRateCancellation, RoomRateCancellationKind, RoomTypeCard, RoomTypeCardProps, RoomTypeCardSkeleton, RoomTypeCardSkeletonProps, RoomTypeData } from './components/RoomTypeCard/index.js';
|
|
68
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
69
|
+
export { SignInCallout, SignInCalloutProps, signInCalloutVariants } from './components/SignInCallout/index.js';
|
|
70
|
+
export { cn } from './utils/index.js';
|
|
71
|
+
import 'clsx';
|
|
72
|
+
|
|
73
|
+
declare const searchFieldVariants: (props?: ({
|
|
74
|
+
size?: "md" | "lg" | "xl" | null | undefined;
|
|
75
|
+
variant?: "default" | "hero" | null | undefined;
|
|
76
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
77
|
+
interface SearchFieldProps extends Omit<React.InputHTMLAttributes<HTMLInputElement>, "size" | "type">, VariantProps<typeof searchFieldVariants> {
|
|
78
|
+
/** Callback when the clear button is clicked */
|
|
79
|
+
onClear?: () => void;
|
|
80
|
+
/** Additional class for the outer container */
|
|
81
|
+
containerClassName?: string;
|
|
82
|
+
/** Result count to display below the field */
|
|
83
|
+
resultCount?: number;
|
|
84
|
+
/** Label for the result count (e.g. "races trouvées") */
|
|
85
|
+
resultLabel?: string;
|
|
86
|
+
}
|
|
87
|
+
declare const SearchField: React.ForwardRefExoticComponent<SearchFieldProps & React.RefAttributes<HTMLInputElement>>;
|
|
88
|
+
|
|
89
|
+
interface DogFriendlyStat {
|
|
90
|
+
/** Libellé court, ex: "Taille acceptée" */
|
|
91
|
+
label: string;
|
|
92
|
+
/** Valeur mise en avant, ex: "Tous gabarits" ou "À confirmer" */
|
|
93
|
+
value: string;
|
|
94
|
+
/** Précision optionnelle, ex: "jusqu'à 2 chiens" */
|
|
95
|
+
note?: string;
|
|
96
|
+
}
|
|
97
|
+
interface DogFriendlyPanelProps extends React.HTMLAttributes<HTMLElement> {
|
|
98
|
+
/** Titre du bloc */
|
|
99
|
+
title?: string;
|
|
100
|
+
/** Info chien confirmée par l'établissement (vs à confirmer) */
|
|
101
|
+
confirmed?: boolean;
|
|
102
|
+
/** Libellé quand confirmé */
|
|
103
|
+
confirmedLabel?: string;
|
|
104
|
+
/** Libellé quand non confirmé */
|
|
105
|
+
unconfirmedLabel?: string;
|
|
106
|
+
/** Mini-cartes de faits (2 sur mobile, jusqu'à 4 sur desktop) */
|
|
107
|
+
stats: DogFriendlyStat[];
|
|
108
|
+
/** À-côtés dog-friendly (issus des équipements ETG mappés FR) */
|
|
109
|
+
perks?: string[];
|
|
110
|
+
}
|
|
111
|
+
/**
|
|
112
|
+
* Bandeau signature dog-friendly de la fiche hébergement.
|
|
113
|
+
* Met en avant l'accueil du chien : faits clés (taille, frais, jardin…) + à-côtés.
|
|
114
|
+
*/
|
|
115
|
+
declare function DogFriendlyPanel({ title, confirmed, confirmedLabel, unconfirmedLabel, stats, perks, className, ...props }: DogFriendlyPanelProps): react_jsx_runtime.JSX.Element;
|
|
116
|
+
|
|
117
|
+
interface ReviewSubScore {
|
|
118
|
+
/** Libellé, ex: "Propreté" */
|
|
119
|
+
label: string;
|
|
120
|
+
/** Note /10 */
|
|
121
|
+
value: number;
|
|
122
|
+
}
|
|
123
|
+
interface ReviewItem {
|
|
124
|
+
/** Note /10 de l'avis */
|
|
125
|
+
score: number;
|
|
126
|
+
/** Libellé de la note, ex: "Excellent" */
|
|
127
|
+
scoreLabel: string;
|
|
128
|
+
/** Texte de l'avis (déjà en français) */
|
|
129
|
+
text: string;
|
|
130
|
+
/** Auteur */
|
|
131
|
+
author: string;
|
|
132
|
+
/** Contexte, ex: "Famille · 3 nuits · juin 2026" */
|
|
133
|
+
meta?: string;
|
|
134
|
+
/** Avis vérifié */
|
|
135
|
+
verified?: boolean;
|
|
136
|
+
/** Langue d'origine si traduit, ex: "l'anglais" → "Traduit de l'anglais" */
|
|
137
|
+
translatedFrom?: string;
|
|
138
|
+
}
|
|
139
|
+
interface ReviewSummaryProps extends React.HTMLAttributes<HTMLElement> {
|
|
140
|
+
/** Note globale /10 */
|
|
141
|
+
score?: number;
|
|
142
|
+
/** Libellé global, ex: "Très bien" */
|
|
143
|
+
scoreLabel?: string;
|
|
144
|
+
/** Nombre d'avis vérifiés */
|
|
145
|
+
count?: number;
|
|
146
|
+
/** Titre de la section */
|
|
147
|
+
title?: string;
|
|
148
|
+
/** Libellé du volume d'avis (D2 : "avis vérifiés" ; ne PAS afficher de plateforme non sourcée) */
|
|
149
|
+
countLabel?: string;
|
|
150
|
+
/** Sources RÉELLES uniquement (ex: ["Booking"]) — affichées après le volume ; laisser vide si aucune */
|
|
151
|
+
sources?: string[];
|
|
152
|
+
/** Sous-notes détaillées (/10) */
|
|
153
|
+
subScores?: ReviewSubScore[];
|
|
154
|
+
/** Avis mis en avant */
|
|
155
|
+
reviews?: ReviewItem[];
|
|
156
|
+
/** Callback bouton "Afficher tous les avis" */
|
|
157
|
+
onSeeAll?: () => void;
|
|
158
|
+
/** Libellé du bouton (par défaut dérivé du count) */
|
|
159
|
+
seeAllLabel?: string;
|
|
160
|
+
/** Message quand aucun avis */
|
|
161
|
+
emptyLabel?: string;
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* Bloc avis consolidé de la fiche hébergement (échelle /10 unique).
|
|
165
|
+
* Remplace les blocs avis redondants. N'affiche que des sources réelles.
|
|
166
|
+
*/
|
|
167
|
+
declare function ReviewSummary({ score, scoreLabel, count, title, countLabel, sources, subScores, reviews, onSeeAll, seeAllLabel, emptyLabel, className, ...props }: ReviewSummaryProps): react_jsx_runtime.JSX.Element;
|
|
168
|
+
|
|
169
|
+
interface MobileBookingBarProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "onSelect"> {
|
|
170
|
+
/** Prix total déjà formaté, ex: "248 €" */
|
|
171
|
+
price: string;
|
|
172
|
+
/** Précision sous le prix, ex: "2 nuits · taxes incl." */
|
|
173
|
+
meta?: string;
|
|
174
|
+
/** Réassurance, ex: "Vous ne serez pas débité maintenant" */
|
|
175
|
+
reassurance?: string;
|
|
176
|
+
/** Libellé du bouton d'action */
|
|
177
|
+
ctaLabel?: string;
|
|
178
|
+
/** Action de réservation */
|
|
179
|
+
onReserve?: () => void;
|
|
180
|
+
/** Désactive l'action (ex: aucune disponibilité) */
|
|
181
|
+
disabled?: boolean;
|
|
182
|
+
}
|
|
183
|
+
/**
|
|
184
|
+
* Barre de réservation collante en bas d'écran (mobile).
|
|
185
|
+
* Présentationnelle : reçoit un prix déjà formaté (cf. buildRateDisplay côté app).
|
|
186
|
+
*/
|
|
187
|
+
declare function MobileBookingBar({ price, meta, reassurance, ctaLabel, onReserve, disabled, className, ...props }: MobileBookingBarProps): react_jsx_runtime.JSX.Element;
|
|
188
|
+
|
|
189
|
+
export { DogFriendlyPanel, type DogFriendlyPanelProps, type DogFriendlyStat, MobileBookingBar, type MobileBookingBarProps, type ReviewItem, type ReviewSubScore, ReviewSummary, type ReviewSummaryProps, SearchField, type SearchFieldProps, searchFieldVariants };
|
package/dist/index.js
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
var chunkL7OYR6U3_js = require('./chunk-L7OYR6U3.js');
|
|
4
4
|
var chunkVTELEOT7_js = require('./chunk-VTELEOT7.js');
|
|
5
|
-
var chunkDTIYZ3TQ_js = require('./chunk-DTIYZ3TQ.js');
|
|
6
5
|
var chunkE6ZNND75_js = require('./chunk-E6ZNND75.js');
|
|
7
6
|
var chunkN3JU7JS7_js = require('./chunk-N3JU7JS7.js');
|
|
7
|
+
var chunkDTIYZ3TQ_js = require('./chunk-DTIYZ3TQ.js');
|
|
8
8
|
var chunkXHRDPJTF_js = require('./chunk-XHRDPJTF.js');
|
|
9
9
|
var chunkTT7L3ZU7_js = require('./chunk-TT7L3ZU7.js');
|
|
10
10
|
var chunkDFXXGKMI_js = require('./chunk-DFXXGKMI.js');
|
|
@@ -12,8 +12,8 @@ var chunk3VU6TPAT_js = require('./chunk-3VU6TPAT.js');
|
|
|
12
12
|
var chunkI4S3R6C6_js = require('./chunk-I4S3R6C6.js');
|
|
13
13
|
var chunk762LQMWP_js = require('./chunk-762LQMWP.js');
|
|
14
14
|
var chunk7IJOHVNJ_js = require('./chunk-7IJOHVNJ.js');
|
|
15
|
-
var chunkTZHT7NZU_js = require('./chunk-TZHT7NZU.js');
|
|
16
15
|
var chunkGXKON34B_js = require('./chunk-GXKON34B.js');
|
|
16
|
+
var chunkTZHT7NZU_js = require('./chunk-TZHT7NZU.js');
|
|
17
17
|
var chunk3JM2X4I2_js = require('./chunk-3JM2X4I2.js');
|
|
18
18
|
var chunkNCU5PY34_js = require('./chunk-NCU5PY34.js');
|
|
19
19
|
var chunkHS3MAW3G_js = require('./chunk-HS3MAW3G.js');
|
|
@@ -21,12 +21,12 @@ var chunkQWDKSY6Y_js = require('./chunk-QWDKSY6Y.js');
|
|
|
21
21
|
var chunk3R7PT3JG_js = require('./chunk-3R7PT3JG.js');
|
|
22
22
|
var chunkDS4LM7OS_js = require('./chunk-DS4LM7OS.js');
|
|
23
23
|
var chunkWXSBKARZ_js = require('./chunk-WXSBKARZ.js');
|
|
24
|
+
var chunkTE4WHZ4Q_js = require('./chunk-TE4WHZ4Q.js');
|
|
24
25
|
var chunkHN6B4TAW_js = require('./chunk-HN6B4TAW.js');
|
|
25
|
-
var chunkW7DZZS6L_js = require('./chunk-W7DZZS6L.js');
|
|
26
|
-
var chunkNBDPT3XQ_js = require('./chunk-NBDPT3XQ.js');
|
|
27
26
|
var chunkKZSGVMUG_js = require('./chunk-KZSGVMUG.js');
|
|
28
|
-
var
|
|
27
|
+
var chunkNBDPT3XQ_js = require('./chunk-NBDPT3XQ.js');
|
|
29
28
|
var chunkSCGN5H6D_js = require('./chunk-SCGN5H6D.js');
|
|
29
|
+
var chunkB4LR4H6R_js = require('./chunk-B4LR4H6R.js');
|
|
30
30
|
var chunkPG4I4NWO_js = require('./chunk-PG4I4NWO.js');
|
|
31
31
|
var chunkPRDIS2VR_js = require('./chunk-PRDIS2VR.js');
|
|
32
32
|
var chunkIRKM5UF4_js = require('./chunk-IRKM5UF4.js');
|
|
@@ -36,9 +36,9 @@ var chunkMKOKWME3_js = require('./chunk-MKOKWME3.js');
|
|
|
36
36
|
var chunkDLOHAW74_js = require('./chunk-DLOHAW74.js');
|
|
37
37
|
var chunk77WKG2D7_js = require('./chunk-77WKG2D7.js');
|
|
38
38
|
var chunkU3XWNFHH_js = require('./chunk-U3XWNFHH.js');
|
|
39
|
-
var
|
|
40
|
-
var chunkTDGU5Y2P_js = require('./chunk-TDGU5Y2P.js');
|
|
39
|
+
var chunkW7DZZS6L_js = require('./chunk-W7DZZS6L.js');
|
|
41
40
|
var chunkIEHX4DU6_js = require('./chunk-IEHX4DU6.js');
|
|
41
|
+
var chunkTDGU5Y2P_js = require('./chunk-TDGU5Y2P.js');
|
|
42
42
|
var chunkS5TLUDNM_js = require('./chunk-S5TLUDNM.js');
|
|
43
43
|
var chunk7W3TFPIF_js = require('./chunk-7W3TFPIF.js');
|
|
44
44
|
var chunkTJDHGNMR_js = require('./chunk-TJDHGNMR.js');
|
|
@@ -53,18 +53,18 @@ var chunkE24VNM6S_js = require('./chunk-E24VNM6S.js');
|
|
|
53
53
|
var chunkXXC2YD3D_js = require('./chunk-XXC2YD3D.js');
|
|
54
54
|
var chunkVWFY24XF_js = require('./chunk-VWFY24XF.js');
|
|
55
55
|
var chunkT5FLQQP6_js = require('./chunk-T5FLQQP6.js');
|
|
56
|
-
var
|
|
57
|
-
var chunkZ5S7LHMY_js = require('./chunk-Z5S7LHMY.js');
|
|
56
|
+
var chunkNHB2TI2B_js = require('./chunk-NHB2TI2B.js');
|
|
58
57
|
var chunk6EG6EAHW_js = require('./chunk-6EG6EAHW.js');
|
|
59
58
|
var chunkPND5YKFN_js = require('./chunk-PND5YKFN.js');
|
|
60
|
-
var
|
|
59
|
+
var chunkZ5S7LHMY_js = require('./chunk-Z5S7LHMY.js');
|
|
61
60
|
var chunkYZTVHCLK_js = require('./chunk-YZTVHCLK.js');
|
|
62
61
|
var chunkZAUYE2EI_js = require('./chunk-ZAUYE2EI.js');
|
|
62
|
+
var chunkH3JNRTAI_js = require('./chunk-H3JNRTAI.js');
|
|
63
63
|
var chunkMY6BYO5F_js = require('./chunk-MY6BYO5F.js');
|
|
64
64
|
var chunkMCF3EQTV_js = require('./chunk-MCF3EQTV.js');
|
|
65
|
-
var chunkWBRVUWGC_js = require('./chunk-WBRVUWGC.js');
|
|
66
65
|
var chunkWXEZA6NE_js = require('./chunk-WXEZA6NE.js');
|
|
67
|
-
var
|
|
66
|
+
var chunkEY4ZIR3P_js = require('./chunk-EY4ZIR3P.js');
|
|
67
|
+
var chunkWBRVUWGC_js = require('./chunk-WBRVUWGC.js');
|
|
68
68
|
var chunkADIDI7AJ_js = require('./chunk-ADIDI7AJ.js');
|
|
69
69
|
var React = require('react');
|
|
70
70
|
var classVarianceAuthority = require('class-variance-authority');
|
|
@@ -501,10 +501,6 @@ Object.defineProperty(exports, "toastVariants", {
|
|
|
501
501
|
enumerable: true,
|
|
502
502
|
get: function () { return chunkVTELEOT7_js.toastVariants; }
|
|
503
503
|
});
|
|
504
|
-
Object.defineProperty(exports, "Toggle", {
|
|
505
|
-
enumerable: true,
|
|
506
|
-
get: function () { return chunkDTIYZ3TQ_js.Toggle; }
|
|
507
|
-
});
|
|
508
504
|
Object.defineProperty(exports, "Tooltip", {
|
|
509
505
|
enumerable: true,
|
|
510
506
|
get: function () { return chunkE6ZNND75_js.Tooltip; }
|
|
@@ -513,6 +509,10 @@ Object.defineProperty(exports, "VerticalMarquee", {
|
|
|
513
509
|
enumerable: true,
|
|
514
510
|
get: function () { return chunkN3JU7JS7_js.VerticalMarquee; }
|
|
515
511
|
});
|
|
512
|
+
Object.defineProperty(exports, "Toggle", {
|
|
513
|
+
enumerable: true,
|
|
514
|
+
get: function () { return chunkDTIYZ3TQ_js.Toggle; }
|
|
515
|
+
});
|
|
516
516
|
Object.defineProperty(exports, "Spinner", {
|
|
517
517
|
enumerable: true,
|
|
518
518
|
get: function () { return chunkXHRDPJTF_js.Spinner; }
|
|
@@ -561,14 +561,14 @@ Object.defineProperty(exports, "tagVariants", {
|
|
|
561
561
|
enumerable: true,
|
|
562
562
|
get: function () { return chunk7IJOHVNJ_js.tagVariants; }
|
|
563
563
|
});
|
|
564
|
-
Object.defineProperty(exports, "Rating", {
|
|
565
|
-
enumerable: true,
|
|
566
|
-
get: function () { return chunkTZHT7NZU_js.Rating; }
|
|
567
|
-
});
|
|
568
564
|
Object.defineProperty(exports, "RadioGroup", {
|
|
569
565
|
enumerable: true,
|
|
570
566
|
get: function () { return chunkGXKON34B_js.RadioGroup; }
|
|
571
567
|
});
|
|
568
|
+
Object.defineProperty(exports, "Rating", {
|
|
569
|
+
enumerable: true,
|
|
570
|
+
get: function () { return chunkTZHT7NZU_js.Rating; }
|
|
571
|
+
});
|
|
572
572
|
Object.defineProperty(exports, "RoomTypeCard", {
|
|
573
573
|
enumerable: true,
|
|
574
574
|
get: function () { return chunk3JM2X4I2_js.RoomTypeCard; }
|
|
@@ -621,30 +621,30 @@ Object.defineProperty(exports, "signInCalloutVariants", {
|
|
|
621
621
|
enumerable: true,
|
|
622
622
|
get: function () { return chunkWXSBKARZ_js.signInCalloutVariants; }
|
|
623
623
|
});
|
|
624
|
+
Object.defineProperty(exports, "LoadingOverlay", {
|
|
625
|
+
enumerable: true,
|
|
626
|
+
get: function () { return chunkTE4WHZ4Q_js.LoadingOverlay; }
|
|
627
|
+
});
|
|
624
628
|
Object.defineProperty(exports, "MegaMenu", {
|
|
625
629
|
enumerable: true,
|
|
626
630
|
get: function () { return chunkHN6B4TAW_js.MegaMenu; }
|
|
627
631
|
});
|
|
628
|
-
Object.defineProperty(exports, "
|
|
632
|
+
Object.defineProperty(exports, "MobileMenu", {
|
|
629
633
|
enumerable: true,
|
|
630
|
-
get: function () { return
|
|
634
|
+
get: function () { return chunkKZSGVMUG_js.MobileMenu; }
|
|
631
635
|
});
|
|
632
636
|
Object.defineProperty(exports, "Modal", {
|
|
633
637
|
enumerable: true,
|
|
634
638
|
get: function () { return chunkNBDPT3XQ_js.Modal; }
|
|
635
639
|
});
|
|
636
|
-
Object.defineProperty(exports, "
|
|
640
|
+
Object.defineProperty(exports, "Pagination", {
|
|
637
641
|
enumerable: true,
|
|
638
|
-
get: function () { return
|
|
642
|
+
get: function () { return chunkSCGN5H6D_js.Pagination; }
|
|
639
643
|
});
|
|
640
644
|
Object.defineProperty(exports, "PriceDisplay", {
|
|
641
645
|
enumerable: true,
|
|
642
646
|
get: function () { return chunkB4LR4H6R_js.PriceDisplay; }
|
|
643
647
|
});
|
|
644
|
-
Object.defineProperty(exports, "Pagination", {
|
|
645
|
-
enumerable: true,
|
|
646
|
-
get: function () { return chunkSCGN5H6D_js.Pagination; }
|
|
647
|
-
});
|
|
648
648
|
Object.defineProperty(exports, "ProgressBar", {
|
|
649
649
|
enumerable: true,
|
|
650
650
|
get: function () { return chunkPG4I4NWO_js.ProgressBar; }
|
|
@@ -701,18 +701,18 @@ Object.defineProperty(exports, "Lightbox", {
|
|
|
701
701
|
enumerable: true,
|
|
702
702
|
get: function () { return chunkU3XWNFHH_js.Lightbox; }
|
|
703
703
|
});
|
|
704
|
-
Object.defineProperty(exports, "
|
|
705
|
-
enumerable: true,
|
|
706
|
-
get: function () { return chunkTE4WHZ4Q_js.LoadingOverlay; }
|
|
707
|
-
});
|
|
708
|
-
Object.defineProperty(exports, "DualRangeSlider", {
|
|
704
|
+
Object.defineProperty(exports, "LinkCard", {
|
|
709
705
|
enumerable: true,
|
|
710
|
-
get: function () { return
|
|
706
|
+
get: function () { return chunkW7DZZS6L_js.LinkCard; }
|
|
711
707
|
});
|
|
712
708
|
Object.defineProperty(exports, "EmptyState", {
|
|
713
709
|
enumerable: true,
|
|
714
710
|
get: function () { return chunkIEHX4DU6_js.EmptyState; }
|
|
715
711
|
});
|
|
712
|
+
Object.defineProperty(exports, "DualRangeSlider", {
|
|
713
|
+
enumerable: true,
|
|
714
|
+
get: function () { return chunkTDGU5Y2P_js.DualRangeSlider; }
|
|
715
|
+
});
|
|
716
716
|
Object.defineProperty(exports, "ErrorBoundary", {
|
|
717
717
|
enumerable: true,
|
|
718
718
|
get: function () { return chunkS5TLUDNM_js.ErrorBoundary; }
|
|
@@ -773,17 +773,13 @@ Object.defineProperty(exports, "DropdownMenu", {
|
|
|
773
773
|
enumerable: true,
|
|
774
774
|
get: function () { return chunkT5FLQQP6_js.DropdownMenu; }
|
|
775
775
|
});
|
|
776
|
-
Object.defineProperty(exports, "
|
|
777
|
-
enumerable: true,
|
|
778
|
-
get: function () { return chunkEY4ZIR3P_js.Avatar; }
|
|
779
|
-
});
|
|
780
|
-
Object.defineProperty(exports, "Badge", {
|
|
776
|
+
Object.defineProperty(exports, "Autocomplete", {
|
|
781
777
|
enumerable: true,
|
|
782
|
-
get: function () { return
|
|
778
|
+
get: function () { return chunkNHB2TI2B_js.Autocomplete; }
|
|
783
779
|
});
|
|
784
|
-
Object.defineProperty(exports, "
|
|
780
|
+
Object.defineProperty(exports, "autocompleteInputVariants", {
|
|
785
781
|
enumerable: true,
|
|
786
|
-
get: function () { return
|
|
782
|
+
get: function () { return chunkNHB2TI2B_js.autocompleteInputVariants; }
|
|
787
783
|
});
|
|
788
784
|
Object.defineProperty(exports, "Banner", {
|
|
789
785
|
enumerable: true,
|
|
@@ -797,13 +793,13 @@ Object.defineProperty(exports, "BottomNavBar", {
|
|
|
797
793
|
enumerable: true,
|
|
798
794
|
get: function () { return chunkPND5YKFN_js.BottomNavBar; }
|
|
799
795
|
});
|
|
800
|
-
Object.defineProperty(exports, "
|
|
796
|
+
Object.defineProperty(exports, "Badge", {
|
|
801
797
|
enumerable: true,
|
|
802
|
-
get: function () { return
|
|
798
|
+
get: function () { return chunkZ5S7LHMY_js.Badge; }
|
|
803
799
|
});
|
|
804
|
-
Object.defineProperty(exports, "
|
|
800
|
+
Object.defineProperty(exports, "badgeVariants", {
|
|
805
801
|
enumerable: true,
|
|
806
|
-
get: function () { return
|
|
802
|
+
get: function () { return chunkZ5S7LHMY_js.badgeVariants; }
|
|
807
803
|
});
|
|
808
804
|
Object.defineProperty(exports, "Button", {
|
|
809
805
|
enumerable: true,
|
|
@@ -841,6 +837,14 @@ Object.defineProperty(exports, "cardVariants", {
|
|
|
841
837
|
enumerable: true,
|
|
842
838
|
get: function () { return chunkZAUYE2EI_js.cardVariants; }
|
|
843
839
|
});
|
|
840
|
+
Object.defineProperty(exports, "Breadcrumb", {
|
|
841
|
+
enumerable: true,
|
|
842
|
+
get: function () { return chunkH3JNRTAI_js.Breadcrumb; }
|
|
843
|
+
});
|
|
844
|
+
Object.defineProperty(exports, "breadcrumbVariants", {
|
|
845
|
+
enumerable: true,
|
|
846
|
+
get: function () { return chunkH3JNRTAI_js.breadcrumbVariants; }
|
|
847
|
+
});
|
|
844
848
|
Object.defineProperty(exports, "CardList", {
|
|
845
849
|
enumerable: true,
|
|
846
850
|
get: function () { return chunkMY6BYO5F_js.CardList; }
|
|
@@ -849,21 +853,17 @@ Object.defineProperty(exports, "Accordion", {
|
|
|
849
853
|
enumerable: true,
|
|
850
854
|
get: function () { return chunkMCF3EQTV_js.Accordion; }
|
|
851
855
|
});
|
|
852
|
-
Object.defineProperty(exports, "Alert", {
|
|
853
|
-
enumerable: true,
|
|
854
|
-
get: function () { return chunkWBRVUWGC_js.Alert; }
|
|
855
|
-
});
|
|
856
856
|
Object.defineProperty(exports, "AnchorTabs", {
|
|
857
857
|
enumerable: true,
|
|
858
858
|
get: function () { return chunkWXEZA6NE_js.AnchorTabs; }
|
|
859
859
|
});
|
|
860
|
-
Object.defineProperty(exports, "
|
|
860
|
+
Object.defineProperty(exports, "Avatar", {
|
|
861
861
|
enumerable: true,
|
|
862
|
-
get: function () { return
|
|
862
|
+
get: function () { return chunkEY4ZIR3P_js.Avatar; }
|
|
863
863
|
});
|
|
864
|
-
Object.defineProperty(exports, "
|
|
864
|
+
Object.defineProperty(exports, "Alert", {
|
|
865
865
|
enumerable: true,
|
|
866
|
-
get: function () { return
|
|
866
|
+
get: function () { return chunkWBRVUWGC_js.Alert; }
|
|
867
867
|
});
|
|
868
868
|
Object.defineProperty(exports, "cn", {
|
|
869
869
|
enumerable: true,
|