@mlw-packages/react-components 1.4.8 → 1.5.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/index.css CHANGED
@@ -507,6 +507,9 @@ body {
507
507
  .z-\[9999\] {
508
508
  z-index: 9999;
509
509
  }
510
+ .z-\[999\] {
511
+ z-index: 999;
512
+ }
510
513
  .col-span-1 {
511
514
  grid-column: span 1 / span 1;
512
515
  }
@@ -849,6 +852,9 @@ body {
849
852
  .min-h-\[220px\] {
850
853
  min-height: 220px;
851
854
  }
855
+ .min-h-\[300px\] {
856
+ min-height: 300px;
857
+ }
852
858
  .min-h-\[60px\] {
853
859
  min-height: 60px;
854
860
  }
@@ -1013,6 +1019,9 @@ body {
1013
1019
  .min-w-\[150px\] {
1014
1020
  min-width: 150px;
1015
1021
  }
1022
+ .min-w-\[200px\] {
1023
+ min-width: 200px;
1024
+ }
1016
1025
  .min-w-\[8rem\] {
1017
1026
  min-width: 8rem;
1018
1027
  }
@@ -1526,6 +1535,10 @@ body {
1526
1535
  .bg-black\/80 {
1527
1536
  background-color: rgb(0 0 0 / 0.8);
1528
1537
  }
1538
+ .bg-blue-100 {
1539
+ --tw-bg-opacity: 1;
1540
+ background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
1541
+ }
1529
1542
  .bg-blue-500 {
1530
1543
  --tw-bg-opacity: 1;
1531
1544
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
@@ -1620,6 +1633,10 @@ body {
1620
1633
  --tw-bg-opacity: 1;
1621
1634
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
1622
1635
  }
1636
+ .bg-red-100 {
1637
+ --tw-bg-opacity: 1;
1638
+ background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
1639
+ }
1623
1640
  .bg-red-500 {
1624
1641
  --tw-bg-opacity: 1;
1625
1642
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
@@ -1642,6 +1659,10 @@ body {
1642
1659
  --tw-bg-opacity: 1;
1643
1660
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
1644
1661
  }
1662
+ .bg-yellow-100 {
1663
+ --tw-bg-opacity: 1;
1664
+ background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
1665
+ }
1645
1666
  .bg-yellow-400 {
1646
1667
  --tw-bg-opacity: 1;
1647
1668
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
@@ -1696,6 +1717,9 @@ body {
1696
1717
  .p-1\.5 {
1697
1718
  padding: 0.375rem;
1698
1719
  }
1720
+ .p-10 {
1721
+ padding: 2.5rem;
1722
+ }
1699
1723
  .p-2 {
1700
1724
  padding: 0.5rem;
1701
1725
  }
@@ -1952,6 +1976,10 @@ body {
1952
1976
  --tw-text-opacity: 1;
1953
1977
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
1954
1978
  }
1979
+ .text-blue-800 {
1980
+ --tw-text-opacity: 1;
1981
+ color: rgb(30 64 175 / var(--tw-text-opacity, 1));
1982
+ }
1955
1983
  .text-card-foreground {
1956
1984
  color: hsl(var(--card-foreground));
1957
1985
  }
@@ -1991,6 +2019,10 @@ body {
1991
2019
  --tw-text-opacity: 1;
1992
2020
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
1993
2021
  }
2022
+ .text-green-800 {
2023
+ --tw-text-opacity: 1;
2024
+ color: rgb(22 101 52 / var(--tw-text-opacity, 1));
2025
+ }
1994
2026
  .text-indigo-600 {
1995
2027
  --tw-text-opacity: 1;
1996
2028
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
@@ -2031,6 +2063,10 @@ body {
2031
2063
  --tw-text-opacity: 1;
2032
2064
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
2033
2065
  }
2066
+ .text-red-800 {
2067
+ --tw-text-opacity: 1;
2068
+ color: rgb(153 27 27 / var(--tw-text-opacity, 1));
2069
+ }
2034
2070
  .text-secondary-foreground {
2035
2071
  color: hsl(var(--secondary-foreground));
2036
2072
  }
@@ -2070,6 +2106,10 @@ body {
2070
2106
  --tw-text-opacity: 1;
2071
2107
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
2072
2108
  }
2109
+ .text-yellow-800 {
2110
+ --tw-text-opacity: 1;
2111
+ color: rgb(133 77 14 / var(--tw-text-opacity, 1));
2112
+ }
2073
2113
  .text-zinc-100 {
2074
2114
  --tw-text-opacity: 1;
2075
2115
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
@@ -2220,18 +2260,6 @@ body {
2220
2260
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
2221
2261
  }
2222
2262
  .transition {
2223
- transition-property:
2224
- color,
2225
- background-color,
2226
- border-color,
2227
- text-decoration-color,
2228
- fill,
2229
- stroke,
2230
- opacity,
2231
- box-shadow,
2232
- transform,
2233
- filter,
2234
- -webkit-backdrop-filter;
2235
2263
  transition-property:
2236
2264
  color,
2237
2265
  background-color,
@@ -2244,19 +2272,6 @@ body {
2244
2272
  transform,
2245
2273
  filter,
2246
2274
  backdrop-filter;
2247
- transition-property:
2248
- color,
2249
- background-color,
2250
- border-color,
2251
- text-decoration-color,
2252
- fill,
2253
- stroke,
2254
- opacity,
2255
- box-shadow,
2256
- transform,
2257
- filter,
2258
- backdrop-filter,
2259
- -webkit-backdrop-filter;
2260
2275
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2261
2276
  transition-duration: 150ms;
2262
2277
  }
@@ -3115,38 +3130,38 @@ body {
3115
3130
  .data-\[active\=true\]\:border-ring[data-active=true] {
3116
3131
  border-color: hsl(var(--ring));
3117
3132
  }
3118
- .data-\[type\=error\]\:border-red-500[data-type=error] {
3133
+ .data-\[type\=InfoIcon\]\:border-blue-500[data-type=InfoIcon] {
3119
3134
  --tw-border-opacity: 1;
3120
- border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
3135
+ border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
3121
3136
  }
3122
- .data-\[type\=info\]\:border-blue-500[data-type=info] {
3137
+ .data-\[type\=WarningIcon\]\:border-yellow-500[data-type=WarningIcon] {
3123
3138
  --tw-border-opacity: 1;
3124
- border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
3139
+ border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
3140
+ }
3141
+ .data-\[type\=error\]\:border-red-500[data-type=error] {
3142
+ --tw-border-opacity: 1;
3143
+ border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
3125
3144
  }
3126
3145
  .data-\[type\=success\]\:border-green-500[data-type=success] {
3127
3146
  --tw-border-opacity: 1;
3128
3147
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
3129
3148
  }
3130
- .data-\[type\=warning\]\:border-yellow-500[data-type=warning] {
3149
+ .data-\[type\=InfoIcon\]\:border-l-blue-500[data-type=InfoIcon] {
3131
3150
  --tw-border-opacity: 1;
3132
- border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
3151
+ border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
3133
3152
  }
3134
- .data-\[type\=error\]\:border-l-red-500[data-type=error] {
3153
+ .data-\[type\=WarningIcon\]\:border-l-yellow-500[data-type=WarningIcon] {
3135
3154
  --tw-border-opacity: 1;
3136
- border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
3155
+ border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
3137
3156
  }
3138
- .data-\[type\=info\]\:border-l-blue-500[data-type=info] {
3157
+ .data-\[type\=error\]\:border-l-red-500[data-type=error] {
3139
3158
  --tw-border-opacity: 1;
3140
- border-left-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
3159
+ border-left-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
3141
3160
  }
3142
3161
  .data-\[type\=success\]\:border-l-green-500[data-type=success] {
3143
3162
  --tw-border-opacity: 1;
3144
3163
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
3145
3164
  }
3146
- .data-\[type\=warning\]\:border-l-yellow-500[data-type=warning] {
3147
- --tw-border-opacity: 1;
3148
- border-left-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
3149
- }
3150
3165
  .data-\[active\=true\]\:bg-accent\/50[data-active=true] {
3151
3166
  background-color: hsl(var(--accent) / 0.5);
3152
3167
  }
@@ -3175,21 +3190,21 @@ body {
3175
3190
  .data-\[state\=unchecked\]\:bg-input[data-state=unchecked] {
3176
3191
  background-color: hsl(var(--input));
3177
3192
  }
3178
- .data-\[type\=error\]\:bg-red-50[data-type=error] {
3193
+ .data-\[type\=InfoIcon\]\:bg-blue-50[data-type=InfoIcon] {
3179
3194
  --tw-bg-opacity: 1;
3180
- background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
3195
+ background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
3181
3196
  }
3182
- .data-\[type\=info\]\:bg-blue-50[data-type=info] {
3197
+ .data-\[type\=WarningIcon\]\:bg-yellow-50[data-type=WarningIcon] {
3183
3198
  --tw-bg-opacity: 1;
3184
- background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
3199
+ background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
3185
3200
  }
3186
- .data-\[type\=success\]\:bg-green-50[data-type=success] {
3201
+ .data-\[type\=error\]\:bg-red-50[data-type=error] {
3187
3202
  --tw-bg-opacity: 1;
3188
- background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
3203
+ background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
3189
3204
  }
3190
- .data-\[type\=warning\]\:bg-yellow-50[data-type=warning] {
3205
+ .data-\[type\=success\]\:bg-green-50[data-type=success] {
3191
3206
  --tw-bg-opacity: 1;
3192
- background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
3207
+ background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
3193
3208
  }
3194
3209
  .data-\[inset\]\:pl-8[data-inset] {
3195
3210
  padding-left: 2rem;
@@ -3215,21 +3230,21 @@ body {
3215
3230
  .data-\[state\=open\]\:text-muted-foreground[data-state=open] {
3216
3231
  color: hsl(var(--muted-foreground));
3217
3232
  }
3218
- .data-\[type\=error\]\:text-red-800[data-type=error] {
3233
+ .data-\[type\=InfoIcon\]\:text-blue-800[data-type=InfoIcon] {
3219
3234
  --tw-text-opacity: 1;
3220
- color: rgb(153 27 27 / var(--tw-text-opacity, 1));
3235
+ color: rgb(30 64 175 / var(--tw-text-opacity, 1));
3221
3236
  }
3222
- .data-\[type\=info\]\:text-blue-800[data-type=info] {
3237
+ .data-\[type\=WarningIcon\]\:text-yellow-800[data-type=WarningIcon] {
3223
3238
  --tw-text-opacity: 1;
3224
- color: rgb(30 64 175 / var(--tw-text-opacity, 1));
3239
+ color: rgb(133 77 14 / var(--tw-text-opacity, 1));
3225
3240
  }
3226
- .data-\[type\=success\]\:text-green-800[data-type=success] {
3241
+ .data-\[type\=error\]\:text-red-800[data-type=error] {
3227
3242
  --tw-text-opacity: 1;
3228
- color: rgb(22 101 52 / var(--tw-text-opacity, 1));
3243
+ color: rgb(153 27 27 / var(--tw-text-opacity, 1));
3229
3244
  }
3230
- .data-\[type\=warning\]\:text-yellow-800[data-type=warning] {
3245
+ .data-\[type\=success\]\:text-green-800[data-type=success] {
3231
3246
  --tw-text-opacity: 1;
3232
- color: rgb(133 77 14 / var(--tw-text-opacity, 1));
3247
+ color: rgb(22 101 52 / var(--tw-text-opacity, 1));
3233
3248
  }
3234
3249
  .data-\[variant\=destructive\]\:text-destructive[data-variant=destructive] {
3235
3250
  color: hsl(var(--destructive));
@@ -3867,6 +3882,10 @@ body {
3867
3882
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
3868
3883
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
3869
3884
  }
3885
+ .md\:px-96 {
3886
+ padding-left: 24rem;
3887
+ padding-right: 24rem;
3888
+ }
3870
3889
  .md\:text-left {
3871
3890
  text-align: left;
3872
3891
  }
package/dist/index.d.mts CHANGED
@@ -334,10 +334,10 @@ interface InputBaseProps extends React$1.ComponentProps<"input"> {
334
334
  }
335
335
  declare const InputBase: React$1.ForwardRefExoticComponent<Omit<InputBaseProps, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
336
336
 
337
- type LabelBaseProps = React$1.ComponentPropsWithoutRef<"label"> & {
337
+ declare const LabelBase: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & {
338
338
  asChild?: boolean;
339
339
  testid?: string;
340
- };
340
+ } & React$1.RefAttributes<HTMLLabelElement>>;
341
341
 
342
342
  declare function NavigationMenuBase({ className, children, viewport, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
343
343
  viewport?: boolean;
@@ -670,4 +670,4 @@ declare function Select<T extends string>({ items, groupItems, placeholder, onCh
670
670
 
671
671
  declare function useIsMobile(): boolean;
672
672
 
673
- export { AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarFallbackBase, AvatarImageBase, BadgeBase, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, type CalendarProps, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, type CarouselApi, CarouselBase, CarouselContentBase, CarouselItemBase, CarouselNextBase, CarouselPrevious, CheckboxBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, DateTimePicker, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, type LabelBaseProps, ModeToggleBase, MultiCombobox, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, ScrollAreaBase, ScrollBarBase, Select, SelectBase, SelectContentBase, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, SelectTriggerBase, SelectValueBase, SeparatorBase, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, SwitchBase, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, Toaster, TooltipBase, TooltipContentBase, TooltipProviderBase, TooltipTriggerBase, UseSideBarBase, badgeVariants, buttonVariantsBase, navigationMenuTriggerStyle, toast, useIsMobile, useTheme };
673
+ export { AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarFallbackBase, AvatarImageBase, BadgeBase, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, type CalendarProps, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, type CarouselApi, CarouselBase, CarouselContentBase, CarouselItemBase, CarouselNextBase, CarouselPrevious, CheckboxBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, DateTimePicker, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, LabelBase, ModeToggleBase, MultiCombobox, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, ScrollAreaBase, ScrollBarBase, Select, SelectBase, SelectContentBase, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, SelectTriggerBase, SelectValueBase, SeparatorBase, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, SwitchBase, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, Toaster, TooltipBase, TooltipContentBase, TooltipProviderBase, TooltipTriggerBase, UseSideBarBase, badgeVariants, buttonVariantsBase, navigationMenuTriggerStyle, toast, useIsMobile, useTheme };
package/dist/index.d.ts CHANGED
@@ -334,10 +334,10 @@ interface InputBaseProps extends React$1.ComponentProps<"input"> {
334
334
  }
335
335
  declare const InputBase: React$1.ForwardRefExoticComponent<Omit<InputBaseProps, "ref"> & React$1.RefAttributes<HTMLInputElement>>;
336
336
 
337
- type LabelBaseProps = React$1.ComponentPropsWithoutRef<"label"> & {
337
+ declare const LabelBase: React$1.ForwardRefExoticComponent<Omit<React$1.DetailedHTMLProps<React$1.LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & {
338
338
  asChild?: boolean;
339
339
  testid?: string;
340
- };
340
+ } & React$1.RefAttributes<HTMLLabelElement>>;
341
341
 
342
342
  declare function NavigationMenuBase({ className, children, viewport, ...props }: React$1.ComponentProps<typeof NavigationMenuPrimitive.Root> & {
343
343
  viewport?: boolean;
@@ -670,4 +670,4 @@ declare function Select<T extends string>({ items, groupItems, placeholder, onCh
670
670
 
671
671
  declare function useIsMobile(): boolean;
672
672
 
673
- export { AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarFallbackBase, AvatarImageBase, BadgeBase, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, type CalendarProps, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, type CarouselApi, CarouselBase, CarouselContentBase, CarouselItemBase, CarouselNextBase, CarouselPrevious, CheckboxBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, DateTimePicker, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, type LabelBaseProps, ModeToggleBase, MultiCombobox, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, ScrollAreaBase, ScrollBarBase, Select, SelectBase, SelectContentBase, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, SelectTriggerBase, SelectValueBase, SeparatorBase, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, SwitchBase, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, Toaster, TooltipBase, TooltipContentBase, TooltipProviderBase, TooltipTriggerBase, UseSideBarBase, badgeVariants, buttonVariantsBase, navigationMenuTriggerStyle, toast, useIsMobile, useTheme };
673
+ export { AlertDialogActionBase, AlertDialogBase, AlertDialogCancelBase, AlertDialogContentBase, AlertDialogDescriptionBase, AlertDialogFooterBase, AlertDialogHeaderBase, AlertDialogOverlayBase, AlertDialogPortalBase, AlertDialogTitleBase, AlertDialogTriggerBase, AvatarBase, AvatarFallbackBase, AvatarImageBase, BadgeBase, BreadcrumbBase, BreadcrumbEllipsisBase, BreadcrumbItemBase, BreadcrumbLinkBase, BreadcrumbListBase, BreadcrumbPageBase, BreadcrumbSeparatorBase, ButtonBase, ButtonGroupBase, type ButtonProps, CalendarBase, type CalendarProps, CardBase, CardContentBase, CardDescriptionBase, CardFooterBase, CardHeaderBase, CardTitleBase, type CarouselApi, CarouselBase, CarouselContentBase, CarouselItemBase, CarouselNextBase, CarouselPrevious, CheckboxBase, Combobox, type ComboboxProps, type ComboboxTestIds, CommandBase, CommandDialogBase, CommandEmptyBase, CommandGroupBase, CommandInputBase, CommandItemBase, CommandListBase, CommandSeparatorBase, CommandShortcutBase, ContextMenuBase, ContextMenuCheckboxItemBase, ContextMenuContentBase, ContextMenuGroupBase, ContextMenuItemBase, ContextMenuLabelBase, ContextMenuPortalBase, ContextMenuRadioGroupBase, ContextMenuRadioItemBase, ContextMenuSeparatorBase, ContextMenuShortcutBase, ContextMenuSubBase, ContextMenuSubContentBase, ContextMenuSubTriggerBase, ContextMenuTriggerBase, DateTimePicker, DialogBase, DialogCloseBase, DialogContentBase, DialogDescriptionBase, DialogFooterBase, DialogHeaderBase, DialogOverlayBase, DialogPortalBase, DialogTitleBase, DialogTriggerBase, DrawerBase, DrawerCloseBase, DrawerContentBase, DrawerDescriptionBase, DrawerFooterBase, DrawerHeaderBase, DrawerOverlayBase, DrawerPortalBase, DrawerTitleBase, DrawerTriggerBase, DropDownMenuBase, DropDownMenuCheckboxItemBase, DropDownMenuContentBase, DropDownMenuGroupBase, DropDownMenuItemBase, DropDownMenuLabelBase, DropDownMenuPortalBase, DropDownMenuRadioGroupBase, DropDownMenuRadioItemBase, DropDownMenuSeparatorBase, DropDownMenuShortcutBase, DropDownMenuSubBase, DropDownMenuSubContentBase, DropDownMenuSubTriggerBase, DropDownMenuTriggerBase, HoverCardBase, HoverCardContentBase, HoverCardTriggerBase, InputBase, type InputBaseProps, InputOTPBase, InputOTPGroupBase, InputOTPSeparatorBase, InputOTPSlotBase, LabelBase, ModeToggleBase, MultiCombobox, NavigationMenuBase, NavigationMenuContentBase, NavigationMenuIndicatorBase, NavigationMenuItemBase, NavigationMenuLinkBase, NavigationMenuListBase, NavigationMenuTriggerBase, NavigationMenuViewportBase, PopoverAnchorBase, PopoverBase, PopoverContentBase, PopoverTriggerBase, ProgressBase, type ProgressBaseProps, ProgressCirclesBase, type ProgressCirclesBaseProps, ProgressPanelsBase, type ProgressPanelsBaseProps, ProgressSegmentsBase, type ProgressSegmentsBaseProps, ScrollAreaBase, ScrollBarBase, Select, SelectBase, SelectContentBase, SelectGroupBase, type SelectItem, SelectItemBase, SelectLabelBase, SelectScrollDownButtonBase, SelectScrollUpButtonBase, SelectSeparatorBase, SelectTriggerBase, SelectValueBase, SeparatorBase, SheetBase, SheetCloseBase, SheetContentBase, SheetDescriptionBase, SheetFooterBase, SheetHeaderBase, SheetOverlayBase, SheetPortalBase, SheetTitleBase, SheetTriggerBase, SidebarBase, SidebarContentBase, SidebarFooterBase, SidebarGroupActionBase, SidebarGroupBase, SidebarGroupContentBase, SidebarGroupLabelBase, SidebarHeaderBase, SidebarInputBase, SidebarInsetBase, SidebarMenuActionBase, SidebarMenuBadgeBase, SidebarMenuBase, SidebarMenuButtonBase, SidebarMenuItemBase, SidebarMenuSkeletonBase, SidebarMenuSubBase, SidebarMenuSubButtonBase, SidebarMenuSubItemBase, SidebarProviderBase, SidebarRailBase, SidebarSeparatorBase, SidebarTriggerBase, SkeletonBase, SlideBase, type SliderBaseProps, SwitchBase, TableBase, TableBodyBase, TableCaptionBase, TableCellBase, TableFooterBase, TableHeadBase, TableHeaderBase, TableRowBase, TabsBase, TabsContentBase, TabsListBase, TabsTriggerBase, TextAreaBase, type Theme, ThemeProviderBase, TimePicker, TimePickerInput, type TimePickerInputProps, Toaster, TooltipBase, TooltipContentBase, TooltipProviderBase, TooltipTriggerBase, UseSideBarBase, badgeVariants, buttonVariantsBase, navigationMenuTriggerStyle, toast, useIsMobile, useTheme };