@quintara.ai/ui 0.0.1 → 0.0.2

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.
@@ -12,7 +12,8 @@ declare const _default$o: React.NamedExoticComponent<ContainerProps>;
12
12
 
13
13
  type SuperCSSProps = Record<string, any>;
14
14
 
15
- type IconType = "fingerIcon" | "keyIcon" | "rollback" | "show" | "hide" | "close" | "facebook" | "instagram" | "x" | "share" | "arrowl" | "arrowr" | "arrowDown" | "messageAlert" | "info" | "success" | "warning" | "danger" | "checkEmpty" | "checkFill" | "radioEmpty" | "radioFill" | "navLeft" | "navRight" | "menu" | "wallet" | "cash" | "home" | "search" | "xmark" | "cloudless" | "farrowr" | "link" | "bank" | "creditCard" | "upload" | "download" | "bell" | "more" | "plus" | "calendar" | "trash" | "cloudUpload" | "refresh" | "hdDisplay";
15
+ type KnownIconType = "fingerIcon" | "keyIcon" | "rollback" | "show" | "hide" | "close" | "facebook" | "instagram" | "x" | "share" | "arrowl" | "arrowr" | "arrowDown" | "messageAlert" | "info" | "success" | "warning" | "danger" | "checkEmpty" | "checkFill" | "radioEmpty" | "radioFill" | "navLeft" | "navRight" | "menu" | "wallet" | "cash" | "home" | "search" | "xmark" | "cloudless" | "farrowr" | "link" | "bank" | "creditCard" | "upload" | "download" | "bell" | "more" | "plus" | "calendar" | "trash" | "cloudUpload" | "refresh" | "card-reader" | "sidebar-collapse" | "sidebar-expand" | "delivery-truck" | "package" | "packages" | "people-tag" | "contactless";
16
+ type IconType = KnownIconType | (string & {});
16
17
  interface WrapperProps extends HTMLAttributes<HTMLDivElement> {
17
18
  id?: string;
18
19
  classes?: string;
@@ -328,7 +329,6 @@ declare const _default$b: React.NamedExoticComponent<ImageProps>;
328
329
  type ObjectFit = "contain" | "cover" | "fill" | "none" | "scale-down";
329
330
  interface VideoProps extends Omit<VideoHTMLAttributes<HTMLVideoElement>, "style"> {
330
331
  src?: string;
331
- alt?: string;
332
332
  title?: string;
333
333
  type?: string;
334
334
  controls?: boolean;
@@ -342,10 +342,10 @@ interface VideoProps extends Omit<VideoHTMLAttributes<HTMLVideoElement>, "style"
342
342
  poster?: string;
343
343
  id?: string;
344
344
  name?: string;
345
- style?: SuperCSSProps;
346
345
  persistAutoplay?: boolean;
347
346
  fetchpriority?: "high" | "low" | "auto";
348
347
  preload?: "none" | "metadata" | "auto";
348
+ style?: SuperCSSProps;
349
349
  }
350
350
 
351
351
  declare const _default$a: React.MemoExoticComponent<({ src, title, type, controls, autoPlay, muted, loop, className, containerStyles, videoStyles, fit, poster, id, name, persistAutoplay, ...props }: VideoProps) => react_jsx_runtime.JSX.Element>;
@@ -419,7 +419,7 @@ declare const _default$1: React.MemoExoticComponent<({ children, height, autoPla
419
419
 
420
420
  declare const _default: React.NamedExoticComponent<SuperCSSProps>;
421
421
 
422
- declare const IconWrapper: React.FC<WrapperProps & SuperCSSProps>;
422
+ declare const Wrapper: React.FC<WrapperProps & SuperCSSProps>;
423
423
  declare const Icons: React.FC<IconsProps & SuperCSSProps>;
424
424
 
425
425
  /** Información extendida de un archivo */
@@ -481,5 +481,5 @@ interface FileUploadProps extends SuperCSSProps {
481
481
  declare function FileUpload({ accept, multiple, maxSize, // 10MB default
482
482
  maxFiles, files: controlledFiles, onChange, onError, placeholder, placeholderSecondary, disabled, showFileList, theme, ...props }: FileUploadProps): react_jsx_runtime.JSX.Element;
483
483
 
484
- export { _default$e as Alert, _default$c as Badge, _default$9 as Box, _default$g as Button, _default$f as ButtonIcon, _default$8 as Center, _default$i as CheckBox, _default$5 as Col, _default$2 as Color, _default$o as Container, _default as Dialog, Dropdown, FileUpload, _default$4 as Flex, _default$3 as Grid, IconWrapper, Icons, _default$b as Image, _default$k as Input, _default$j as InputHelper, _default$m as Loader, _default$l as Loading, _default$n as Modal, _default$h as Radio, CustomSelect as Select, _default$1 as Slide, _default$d as Svg, _default$7 as Text, _default$6 as Title, Tooltip, _default$a as Video, ViewerComponent as Viewer };
484
+ export { _default$e as Alert, _default$c as Badge, _default$9 as Box, _default$g as Button, _default$f as ButtonIcon, _default$8 as Center, _default$i as CheckBox, _default$5 as Col, _default$2 as Color, _default$o as Container, _default as Dialog, Dropdown, FileUpload, _default$4 as Flex, _default$3 as Grid, Icons, _default$b as Image, _default$k as Input, _default$j as InputHelper, _default$m as Loader, _default$l as Loading, _default$n as Modal, _default$h as Radio, CustomSelect as Select, _default$1 as Slide, _default$d as Svg, _default$7 as Text, _default$6 as Title, Tooltip, _default$a as Video, ViewerComponent as Viewer, Wrapper };
485
485
  export type { FileFormat, FileInfo, FileUploadProps };