@tenerife.music/ui 1.0.6 → 1.0.8

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.d.ts CHANGED
@@ -16,7 +16,7 @@ export { Select, SelectListbox, type SelectListboxProps, selectListboxVariants,
16
16
  export { Textarea, type TextareaProps, textareaVariants } from './components/textarea';
17
17
  export { Field, type FieldControlProps, type FieldDescriptionProps, type FieldErrorProps, type FieldLabelProps, type FieldProps, } from './components/ui/field';
18
18
  export { Label, type LabelProps, labelVariants } from './components/ui/label';
19
- export { Box, type BoxProps, Column, type ColumnProps, Flex, type FlexProps, Grid, type GridProps, Row, type RowProps, Stack, type StackProps, Surface, type SurfaceProps, surfaceVariants, } from './components/layout';
19
+ export { Box, type BoxProps, Column, type ColumnProps, Container, type ContainerProps, Flex, type FlexProps, Grid, type GridProps, Row, type RowProps, Stack, type StackProps, Surface, type SurfaceProps, surfaceVariants, } from './components/layout';
20
20
  export { Card, CardBody, type CardBodyProps, CardFooter, type CardFooterProps, CardHeader, type CardHeaderProps, type CardProps, Surface as ContainerSurface, type SurfaceProps as ContainerSurfaceProps, surfaceVariants as containerSurfaceVariants, Section, type SectionProps, } from './components/containers';
21
21
  export { Backdrop, type BackdropProps, Dialog, DialogBody, type DialogBodyProps, DialogDescription, type DialogDescriptionProps, DialogFooter, type DialogFooterProps, DialogHeader, type DialogHeaderProps, type DialogProps, DialogRoot, DialogTitle, type DialogTitleProps, Modal, ModalBody, type ModalBodyProps, ModalFooter, type ModalFooterProps, ModalHeader, type ModalHeaderProps, type ModalProps, modalVariants, Portal, type PortalProps, Toast, type ToastAction, type ToastData, type ToastOptions, type ToastPosition, type ToastProps, ToastProvider, type ToastProviderProps, ToastViewport, type ToastViewportProps, useToast, } from './components/overlays';
22
22
  export { type GroupByFunction, NotificationCenter, NotificationCenterDismissAll, type NotificationCenterDismissAllProps, NotificationCenterGroupHeader, type NotificationCenterGroupHeaderProps, NotificationCenterItem, type NotificationCenterItemProps, NotificationCenterList, type NotificationCenterListProps, NotificationCenterPanel, type NotificationCenterPanelProps, NotificationCenterProvider, type NotificationCenterProviderProps, NotificationCenterTrigger, type NotificationCenterTriggerProps, type NotificationChannel, type NotificationContextType, type NotificationData, type NotificationOptions, type NotificationVariant, useNotificationCenter, useNotificationCenterContext, } from './components/notifications';