@quintara.ai/ui 0.0.1 → 0.0.3

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;
@@ -342,10 +343,10 @@ interface VideoProps extends Omit<VideoHTMLAttributes<HTMLVideoElement>, "style"
342
343
  poster?: string;
343
344
  id?: string;
344
345
  name?: string;
345
- style?: SuperCSSProps;
346
346
  persistAutoplay?: boolean;
347
347
  fetchpriority?: "high" | "low" | "auto";
348
348
  preload?: "none" | "metadata" | "auto";
349
+ style?: SuperCSSProps;
349
350
  }
350
351
 
351
352
  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 +420,7 @@ declare const _default$1: React.MemoExoticComponent<({ children, height, autoPla
419
420
 
420
421
  declare const _default: React.NamedExoticComponent<SuperCSSProps>;
421
422
 
422
- declare const IconWrapper: React.FC<WrapperProps & SuperCSSProps>;
423
+ declare const Wrapper: React.FC<WrapperProps & SuperCSSProps>;
423
424
  declare const Icons: React.FC<IconsProps & SuperCSSProps>;
424
425
 
425
426
  /** Información extendida de un archivo */
@@ -481,5 +482,5 @@ interface FileUploadProps extends SuperCSSProps {
481
482
  declare function FileUpload({ accept, multiple, maxSize, // 10MB default
482
483
  maxFiles, files: controlledFiles, onChange, onError, placeholder, placeholderSecondary, disabled, showFileList, theme, ...props }: FileUploadProps): react_jsx_runtime.JSX.Element;
483
484
 
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 };
485
+ 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
486
  export type { FileFormat, FileInfo, FileUploadProps };