@aveonline/ui-react 2.30.21 → 2.31.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.
Files changed (112) hide show
  1. package/dist/tailwind.config.js +258 -258
  2. package/dist/tailwind.css +1 -1
  3. package/dist/tokens.css +168 -168
  4. package/dist/ui/atoms/Avatar/Avatar.d.ts +1 -0
  5. package/dist/ui/atoms/Badge/Badge.d.ts +2 -1
  6. package/dist/ui/atoms/Button/Button.d.ts +1 -0
  7. package/dist/ui/atoms/Checkbox/Checkbox.d.ts +1 -0
  8. package/dist/ui/atoms/Icon/Icon.d.ts +1 -0
  9. package/dist/ui/atoms/Icon/Svg.d.ts +1 -0
  10. package/dist/ui/atoms/Logo/Logo.d.ts +1 -0
  11. package/dist/ui/atoms/Radio/Radio.d.ts +1 -0
  12. package/dist/ui/atoms/Spinner/Spinner.d.ts +1 -0
  13. package/dist/ui/atoms/Switch/Switch.d.ts +1 -0
  14. package/dist/ui/atoms/Tooltip/Tooltip.d.ts +1 -0
  15. package/dist/ui/atoms/Tooltip/TooltipAnchor.d.ts +1 -1
  16. package/dist/ui/atoms/Tooltip/TooltipFloat.d.ts +2 -1
  17. package/dist/ui/atoms/Tooltip/useTooltip.d.ts +1 -0
  18. package/dist/ui/atoms/Tracker/Tracker.d.ts +1 -0
  19. package/dist/ui/atoms/Typography/Heading/Heading.d.ts +2 -6
  20. package/dist/ui/atoms/Typography/Heading/IHeading.d.ts +1 -0
  21. package/dist/ui/atoms/Typography/Link/ILink.d.ts +1 -0
  22. package/dist/ui/atoms/Typography/Link/Link.d.ts +1 -0
  23. package/dist/ui/atoms/Typography/Text/IText.d.ts +2 -0
  24. package/dist/ui/atoms/Typography/Text/Text.d.ts +1 -4
  25. package/dist/ui/atoms/Typography/Text/TextRef.d.ts +1 -0
  26. package/dist/ui/molecules/Cards/CardHistory/CardHistory.d.ts +1 -0
  27. package/dist/ui/molecules/Cards/CardHistory/ICardHistory.d.ts +1 -0
  28. package/dist/ui/molecules/Cards/CardSelect/CardSelect.d.ts +2 -4
  29. package/dist/ui/molecules/Cards/CardSelect/ICardSelect.d.ts +1 -0
  30. package/dist/ui/molecules/Carousel/Carousel.d.ts +1 -0
  31. package/dist/ui/molecules/DateInputPicker/Atoms/CustomButton.d.ts +1 -0
  32. package/dist/ui/molecules/DateInputPicker/Atoms/CustomInput.d.ts +1 -0
  33. package/dist/ui/molecules/DateInputPicker/Atoms/CustomRangeInput.d.ts +1 -0
  34. package/dist/ui/molecules/DateInputPicker/Atoms/PluginEspecialDates.d.ts +2 -1
  35. package/dist/ui/molecules/DateInputPicker/DateInputPicker.d.ts +2 -1
  36. package/dist/ui/molecules/DateInputPicker/Datelocate.d.ts +21 -0
  37. package/dist/ui/molecules/DateInputPicker/IDateInputPicker.d.ts +2 -0
  38. package/dist/ui/molecules/Dropdowns/DropdownButton/DropdownButton.d.ts +1 -0
  39. package/dist/ui/molecules/Dropdowns/DropdownButton/IDropdownButton.d.ts +1 -0
  40. package/dist/ui/molecules/Dropdowns/DropdownFilter/Command.d.ts +1 -1
  41. package/dist/ui/molecules/Dropdowns/DropdownFilter/DropdownFilter.d.ts +1 -0
  42. package/dist/ui/molecules/Dropdowns/DropdownFilter/Popover.d.ts +2 -1
  43. package/dist/ui/molecules/Dropdowns/DropdownFilterMultiple/DropdownFilterMultiple.d.ts +1 -0
  44. package/dist/ui/molecules/Dropdowns/DropdownSummary/DropdownSummary.d.ts +1 -0
  45. package/dist/ui/molecules/Dropdowns/DropdownSummary/IDropdownSummary.d.ts +1 -0
  46. package/dist/ui/molecules/Dropdowns/DropdownUser/DropdownUser.d.ts +1 -0
  47. package/dist/ui/molecules/EmptyState/BoxSvg.d.ts +1 -0
  48. package/dist/ui/molecules/EmptyState/EmptyState.d.ts +1 -0
  49. package/dist/ui/molecules/EmptyState/PadlockSvg.d.ts +1 -0
  50. package/dist/ui/molecules/Field/Container.d.ts +1 -0
  51. package/dist/ui/molecules/Field/Field.d.ts +1 -4
  52. package/dist/ui/molecules/Field/Footer.d.ts +1 -0
  53. package/dist/ui/molecules/Field/IField.d.ts +1 -0
  54. package/dist/ui/molecules/Flag/Flag.d.ts +1 -0
  55. package/dist/ui/molecules/Flag/IFlag.d.ts +1 -0
  56. package/dist/ui/molecules/Header/Header.d.ts +1 -0
  57. package/dist/ui/molecules/Header/IHeader.d.ts +1 -0
  58. package/dist/ui/molecules/Header/NavigationMovil.d.ts +1 -0
  59. package/dist/ui/molecules/Indicator/Bar/Bar.d.ts +1 -0
  60. package/dist/ui/molecules/Indicator/Graphic/Graphic.d.ts +1 -0
  61. package/dist/ui/molecules/Indicator/Line/Line.d.ts +1 -0
  62. package/dist/ui/molecules/Indicator/Pie/IPie.d.ts +1 -0
  63. package/dist/ui/molecules/Indicator/Pie/Pie.d.ts +1 -0
  64. package/dist/ui/molecules/Indicator/TimeLine/TimeLine.d.ts +1 -0
  65. package/dist/ui/molecules/Indicator/TimeLine/atoms/CustomShap.d.ts +1 -0
  66. package/dist/ui/molecules/Indicator/TimeLine/atoms/TickX.d.ts +1 -0
  67. package/dist/ui/molecules/Indicator/TimeLine/atoms/TickY.d.ts +1 -0
  68. package/dist/ui/molecules/Indicator/TimeLine/atoms/Tooltip.d.ts +1 -0
  69. package/dist/ui/molecules/Indicator/TinyBar/TinyBar.d.ts +1 -0
  70. package/dist/ui/molecules/InlineError/InlineError.d.ts +1 -0
  71. package/dist/ui/molecules/Modal/IModal.d.ts +1 -0
  72. package/dist/ui/molecules/Modal/Modal.d.ts +1 -0
  73. package/dist/ui/molecules/Navigation/Navigation.d.ts +1 -0
  74. package/dist/ui/molecules/Selectable/AsyncCreatableSelect/AsyncCreatableSelect.d.ts +1 -0
  75. package/dist/ui/molecules/Selectable/AsyncSelect/AsyncSelect.d.ts +1 -0
  76. package/dist/ui/molecules/Selectable/Select/ISelect.d.ts +1 -0
  77. package/dist/ui/molecules/Selectable/Select/Select.d.ts +1 -4
  78. package/dist/ui/molecules/Selectable/SelectButton/Option.d.ts +1 -0
  79. package/dist/ui/molecules/Selectable/SelectButton/SelectButton.d.ts +1 -0
  80. package/dist/ui/molecules/Selectable/SelectCountry/Option.d.ts +1 -0
  81. package/dist/ui/molecules/Selectable/SelectCountry/Prefix.d.ts +1 -0
  82. package/dist/ui/molecules/Selectable/SelectCountry/SelectCountry.d.ts +1 -0
  83. package/dist/ui/molecules/Selectable/SelectCountry/SingleValue.d.ts +1 -0
  84. package/dist/ui/molecules/Selectable/atoms/ClearIndicator.d.ts +1 -0
  85. package/dist/ui/molecules/Selectable/atoms/Container.d.ts +1 -0
  86. package/dist/ui/molecules/Selectable/atoms/Control.d.ts +1 -0
  87. package/dist/ui/molecules/Selectable/atoms/DropdownIndicator.d.ts +1 -0
  88. package/dist/ui/molecules/Selectable/atoms/Option.d.ts +1 -0
  89. package/dist/ui/molecules/Selectable/atoms/Placeholder.d.ts +1 -0
  90. package/dist/ui/molecules/Selectable/atoms/SingleValue.d.ts +1 -0
  91. package/dist/ui/molecules/Stepper/IStepper.d.ts +1 -0
  92. package/dist/ui/molecules/Stepper/Stepper.d.ts +1 -0
  93. package/dist/ui/molecules/Summary/Summary.d.ts +1 -0
  94. package/dist/ui/molecules/Tab/ITab.d.ts +2 -0
  95. package/dist/ui/molecules/Tab/Tab.d.ts +1 -0
  96. package/dist/ui/molecules/TabNav/TabNav.d.ts +1 -0
  97. package/dist/ui/molecules/Table/AsyncTable/AsyncTable.d.ts +1 -0
  98. package/dist/ui/molecules/Table/AsyncTable/atoms/ButtonPagination.d.ts +1 -0
  99. package/dist/ui/molecules/Table/AsyncTable/atoms/InputSearch.d.ts +1 -0
  100. package/dist/ui/molecules/Table/AsyncTable/atoms/SortTable.d.ts +1 -0
  101. package/dist/ui/molecules/Table/AsyncTable/atoms/pagination/Pagination.d.ts +1 -0
  102. package/dist/ui/molecules/Table/Table/Table.d.ts +1 -0
  103. package/dist/ui/molecules/Table/Table/atoms/ButtonPagination.d.ts +1 -0
  104. package/dist/ui/molecules/Table/Table/atoms/InputSearch.d.ts +1 -0
  105. package/dist/ui/molecules/Table/Table/atoms/Pagination.d.ts +1 -0
  106. package/dist/ui/molecules/Table/Table/atoms/SortTable.d.ts +1 -0
  107. package/dist/ui/molecules/TextArea/Footer.d.ts +1 -0
  108. package/dist/ui/molecules/TextArea/ITextArea.d.ts +2 -2
  109. package/dist/ui/molecules/TextArea/TextArea.d.ts +9 -2
  110. package/dist/ui/templates/Main/Main.d.ts +1 -0
  111. package/dist/ui-react.mjs +13163 -12846
  112. package/package.json +4 -1
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ITooltipProps } from './ITooltip';
2
3
  /**
3
4
  * Floating labels that briefly explain the function of a user interface element. They can be triggered when merchants hover.
@@ -6,5 +6,5 @@ declare type PropsType = HTMLProps<HTMLElement> & {
6
6
  fullWidthContainer?: boolean;
7
7
  classNameContainer?: string;
8
8
  };
9
- export declare const TooltipAnchor: import("react").ForwardRefExoticComponent<Pick<PropsType, "size" | "className" | "color" | "disabled" | "default" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "src" | "alt" | "state" | "as" | "type" | "onClick" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "start" | "list" | "step" | "checked" | "target" | "htmlFor" | "kind" | "download" | "key" | "fullWidthContainer" | "classNameContainer" | "asChild" | "content" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "encType" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "nonce" | "noValidate" | "open" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "srcDoc" | "srcLang" | "srcSet" | "useMap" | "width" | "wmode" | "wrap"> & import("react").RefAttributes<HTMLElement>>;
9
+ export declare const TooltipAnchor: import("react").ForwardRefExoticComponent<Pick<PropsType, "size" | "className" | "color" | "disabled" | "default" | "children" | "src" | "alt" | "state" | "span" | "cite" | "data" | "form" | "label" | "slot" | "style" | "summary" | "title" | "pattern" | "as" | "type" | "onClick" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "start" | "list" | "step" | "checked" | "target" | "htmlFor" | "kind" | "download" | "key" | "fullWidthContainer" | "classNameContainer" | "asChild" | "content" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "encType" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "nonce" | "noValidate" | "open" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "srcDoc" | "srcLang" | "srcSet" | "useMap" | "width" | "wmode" | "wrap"> & import("react").RefAttributes<HTMLElement>>;
10
10
  export {};
@@ -1,7 +1,8 @@
1
+ /// <reference types="react" />
1
2
  import { IChildren } from '../../../types';
2
3
  import { TooltipState } from './ITooltip';
3
4
  declare type PropsType = React.HTMLProps<HTMLDivElement> & {
4
5
  state: TooltipState;
5
6
  } & IChildren;
6
- export declare const TooltipFloat: import("react").ForwardRefExoticComponent<Pick<PropsType, "size" | "className" | "color" | "disabled" | "default" | "children" | "cite" | "data" | "form" | "label" | "slot" | "span" | "style" | "summary" | "title" | "pattern" | "src" | "alt" | "state" | "as" | "type" | "onClick" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "start" | "list" | "step" | "checked" | "target" | "htmlFor" | "kind" | "download" | "key" | "content" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "encType" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "nonce" | "noValidate" | "open" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "srcDoc" | "srcLang" | "srcSet" | "useMap" | "width" | "wmode" | "wrap"> & import("react").RefAttributes<HTMLDivElement>>;
7
+ export declare const TooltipFloat: import("react").ForwardRefExoticComponent<Pick<PropsType, "size" | "className" | "color" | "disabled" | "default" | "children" | "src" | "alt" | "state" | "span" | "cite" | "data" | "form" | "label" | "slot" | "style" | "summary" | "title" | "pattern" | "as" | "type" | "onClick" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "start" | "list" | "step" | "checked" | "target" | "htmlFor" | "kind" | "download" | "key" | "content" | "accept" | "acceptCharset" | "action" | "allowFullScreen" | "allowTransparency" | "async" | "autoComplete" | "autoPlay" | "capture" | "cellPadding" | "cellSpacing" | "charSet" | "challenge" | "classID" | "cols" | "colSpan" | "controls" | "coords" | "crossOrigin" | "dateTime" | "defer" | "encType" | "frameBorder" | "headers" | "height" | "high" | "href" | "hrefLang" | "httpEquiv" | "integrity" | "keyParams" | "keyType" | "loop" | "low" | "manifest" | "marginHeight" | "marginWidth" | "max" | "maxLength" | "media" | "mediaGroup" | "method" | "min" | "minLength" | "multiple" | "muted" | "nonce" | "noValidate" | "open" | "optimum" | "playsInline" | "poster" | "preload" | "readOnly" | "rel" | "required" | "reversed" | "rows" | "rowSpan" | "sandbox" | "scope" | "scoped" | "scrolling" | "seamless" | "selected" | "shape" | "sizes" | "srcDoc" | "srcLang" | "srcSet" | "useMap" | "width" | "wmode" | "wrap"> & import("react").RefAttributes<HTMLDivElement>>;
7
8
  export {};
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { type Placement, UseFloatingReturn } from '@floating-ui/react';
2
3
  declare type Props = {
3
4
  initialOpen?: boolean;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IPropsTracker } from './ITracker';
2
3
  /**
3
4
  * Use in processes that have more than one step, so the user can know exactly how much is left.
@@ -1,7 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import type { IHeading } from './IHeading';
2
- /**
3
- * You can select the semantic html tag you need. h1, h2, h3, h4, h5, h6.
4
- * Default h2
5
- */
6
- declare function Heading({ variant, children, lineHeight, weight, color, size, className, as: ElementHeading }: IHeading): JSX.Element;
7
- export default Heading;
3
+ export default function Heading({ variant, children, lineHeight, weight, color, size, className, as: ElementHeading }: IHeading): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IColorText, IWeight, ILineHeightHeading, IFontSizeHeading, IClassName, IChildren } from '../../../../types';
2
3
  export interface IHeading extends IChildren, IClassName, IWeight, ILineHeightHeading, IColorText, IFontSizeHeading {
3
4
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface ILink {
2
3
  /**
3
4
  * Kind availables (deprecated - use variant)
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IChildren, IClassName } from '../../../../types';
2
3
  import { ILink } from './ILink';
3
4
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IColorText, IWeight, ILineHeightText, IFontSizeText, IChildren, IClassName } from '../../../../types';
2
3
  export interface IText extends IColorText, IWeight, ILineHeightText, IFontSizeText, IChildren, IClassName {
3
4
  /**
@@ -10,5 +11,6 @@ export interface IText extends IColorText, IWeight, ILineHeightText, IFontSizeTe
10
11
  as?: Extract<keyof JSX.IntrinsicElements, 'span' | 'p' | 'label'>;
11
12
  onClick?: () => void;
12
13
  htmlFor?: string;
14
+ _t?: (text: string) => string;
13
15
  [rest: string]: any;
14
16
  }
@@ -1,7 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IText } from './IText';
2
- /**
3
- * Paragraphs. Tags availables p, span, label.
4
- * Default p
5
- */
6
3
  declare function Text(props: IText): JSX.Element;
7
4
  export default Text;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IText } from './IText';
2
3
  declare const Text: import("react").ForwardRefExoticComponent<Pick<IText, keyof IText> & import("react").RefAttributes<any>>;
3
4
  export default Text;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ICardHistory } from './ICardHistory';
2
3
  declare function CardHistory({ description, date, hour, badge, state, customIconState, size, customWidth, variant, dropdown, hasShadow, isError, numberNotifications, children }: ICardHistory): JSX.Element;
3
4
  export default CardHistory;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IChildren } from '../../../../types';
2
3
  import { IBadge } from '../../..';
3
4
  interface IDropdownCardHistory extends IChildren {
@@ -1,6 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IPropsCardSelect } from './ICardSelect';
2
- /**
3
- * Use radio cards in items where users must make a single selection, and need of a visual element or more than one text to be explained.
4
- */
5
- declare function CardSelect({ items, checkedItem, onChange }: IPropsCardSelect): JSX.Element;
3
+ declare function CardSelect({ items, checkedItem, onChange }: Omit<IPropsCardSelect, '_t'>): JSX.Element;
6
4
  export default CardSelect;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IKind, IKindLogo } from '../../..';
2
3
  interface ICardSelect {
3
4
  id: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ICarousel } from '../..';
2
3
  declare function Carousel({ infoItems, onItemClick }: ICarousel): JSX.Element;
3
4
  export default Carousel;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ICustomButton } from '../IDateInputPicker';
2
3
  declare function CustomButton({ direction, handleClick }: ICustomButton): JSX.Element;
3
4
  export default CustomButton;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ICustomInput } from '../IDateInputPicker';
2
3
  declare function CustomInput({ openCalendar, value, handleValueChange, clickDelete, auxInitialValue, textInsideInput, isError, isDisable, stateColors, withTime }: ICustomInput): JSX.Element;
3
4
  export default CustomInput;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ICustomRangeInput } from '../IDateInputPicker';
2
3
  declare function CustomRangeInput({ openCalendar, value, handleValueChange, clickDelete, textInsideInput, isError, isDisable, stateColors }: ICustomRangeInput): JSX.Element;
3
4
  export default CustomRangeInput;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IPluginEspecialDates } from '../IDateInputPicker';
2
- declare function MyPlugin({ functionCumpustonPlugin, initialValue, isMobile }: IPluginEspecialDates): JSX.Element;
3
+ declare function MyPlugin({ functionCumpustonPlugin, initialValue, isMobile, language }: IPluginEspecialDates): JSX.Element;
3
4
  export default MyPlugin;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IDateInputPickerType } from './IDateInputPicker';
2
- declare function DateInputPicker({ type, valueInput, textInsideInput, isError, isDisable, textRangeInput, singleInitialValueInput, rangeInitialValueInput, textRangeInitialValueInput, labelRangelTextNull, containerClassName, withTime }: IDateInputPickerType): JSX.Element;
3
+ declare function DateInputPicker({ type, valueInput, textInsideInput, isError, isDisable, textRangeInput, singleInitialValueInput, rangeInitialValueInput, textRangeInitialValueInput, labelRangelTextNull, containerClassName, withTime, language }: IDateInputPickerType): JSX.Element;
3
4
  export default DateInputPicker;
@@ -5,3 +5,24 @@ export declare const gregorianEs: {
5
5
  digits: string[];
6
6
  meridiems: string[][];
7
7
  };
8
+ export declare const gregorianEn: {
9
+ name: string;
10
+ months: string[][];
11
+ weekDays: string[][];
12
+ digits: string[];
13
+ meridiems: string[][];
14
+ };
15
+ export declare const gregorianFr: {
16
+ name: string;
17
+ months: string[][];
18
+ weekDays: string[][];
19
+ digits: string[];
20
+ meridiems: string[][];
21
+ };
22
+ export declare const gregorianPr: {
23
+ name: string;
24
+ months: string[][];
25
+ weekDays: string[][];
26
+ digits: string[];
27
+ meridiems: string[][];
28
+ };
@@ -14,6 +14,7 @@ interface IDateInputPickerType {
14
14
  labelRangelTextNull?: string;
15
15
  containerClassName?: string;
16
16
  withTime?: boolean;
17
+ language?: string;
17
18
  }
18
19
  interface ICustomInput {
19
20
  openCalendar?: (event: FocusEvent<HTMLInputElement, Element>) => void;
@@ -42,6 +43,7 @@ interface IPluginEspecialDates {
42
43
  initialValue: string | null;
43
44
  position?: string;
44
45
  isMobile?: boolean;
46
+ language?: string;
45
47
  }
46
48
  interface IItemSpecialDates {
47
49
  name: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IDropdownButton } from './IDropdownButton';
2
3
  declare function DropdownButton({ options, filling, isDisabled, icon, classnameMenu }: IDropdownButton): JSX.Element;
3
4
  export default DropdownButton;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IKind } from '../../../atoms/Icon';
2
3
  interface IOptionDropdownButton {
3
4
  title: string | JSX.Element;
@@ -12,7 +12,7 @@ declare const Command: React.ForwardRefExoticComponent<Pick<{
12
12
  declare const CommandInput: React.ForwardRefExoticComponent<Pick<Omit<React.InputHTMLAttributes<HTMLInputElement>, "type" | "value" | "onChange"> & {
13
13
  value?: string | undefined;
14
14
  onValueChange?: ((search: string) => void) | undefined;
15
- } & React.RefAttributes<HTMLInputElement>, "size" | "className" | "color" | "disabled" | "children" | "form" | "slot" | "style" | "title" | "pattern" | "src" | "alt" | "onClick" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "step" | "checked" | "key" | "accept" | "autoComplete" | "capture" | "crossOrigin" | "height" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "readOnly" | "required" | "width" | "enterKeyHint" | "onValueChange"> & React.RefAttributes<HTMLInputElement>>;
15
+ } & React.RefAttributes<HTMLInputElement>, "size" | "className" | "color" | "disabled" | "children" | "src" | "alt" | "form" | "slot" | "style" | "title" | "pattern" | "onClick" | "autoFocus" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "name" | "value" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "list" | "step" | "checked" | "key" | "accept" | "autoComplete" | "capture" | "crossOrigin" | "height" | "max" | "maxLength" | "min" | "minLength" | "multiple" | "readOnly" | "required" | "width" | "enterKeyHint" | "onValueChange"> & React.RefAttributes<HTMLInputElement>>;
16
16
  declare const CommandList: React.ForwardRefExoticComponent<Pick<{
17
17
  children?: React.ReactNode;
18
18
  } & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>>;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { IDropdownFilter } from '.';
2
3
  export default function DropdownFilter({ title, titleNotFound, placeholderSearch, titleClearFilter, hasButtonWithBorder, variantButton, options, icon, sizeIcon, showCountSelected, onSelected }: IDropdownFilter): JSX.Element;
@@ -1,5 +1,6 @@
1
+ /// <reference types="react" />
1
2
  import * as PopoverPrimitive from '@radix-ui/react-popover';
2
3
  declare const Popover: import("react").FC<PopoverPrimitive.PopoverProps>;
3
4
  declare const PopoverTrigger: import("react").ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
4
- declare const PopoverContent: import("react").ForwardRefExoticComponent<Pick<PopoverPrimitive.PopoverContentProps & import("react").RefAttributes<HTMLDivElement>, "className" | "color" | "children" | "slot" | "style" | "title" | "onClick" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "hidden" | "id" | "lang" | "placeholder" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "resource" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "align" | "key" | "asChild" | "sticky" | "side" | "sideOffset" | "alignOffset" | "arrowPadding" | "collisionBoundary" | "collisionPadding" | "hideWhenDetached" | "avoidCollisions" | "onEscapeKeyDown" | "onPointerDownOutside" | "onFocusOutside" | "onInteractOutside" | "onOpenAutoFocus" | "onCloseAutoFocus" | "forceMount"> & import("react").RefAttributes<HTMLDivElement>>;
5
+ declare const PopoverContent: import("react").ForwardRefExoticComponent<Pick<Pick<PopoverPrimitive.PopoverContentProps & import("react").RefAttributes<HTMLDivElement>, string | number | symbol>, string | number | symbol> & import("react").RefAttributes<HTMLDivElement>>;
5
6
  export { Popover, PopoverTrigger, PopoverContent };
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { IDropdownFilterMultiple } from './IDropdownFilterMultiple';
2
3
  export default function DropdownFilterMultiple({ icon, options, onSelected, title, placement, sizeIcon }: IDropdownFilterMultiple): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IPropsDropdown } from './IDropdownSummary';
2
3
  /**
3
4
  * Page actions let merchants take key actions at the bottom of specific pages in the interface. This is important because sometimes the primary call to action is hard to access when merchants are at the bottom of a page, that’s why this component is fixed.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IChildren, IClassName } from '../../../../types';
2
3
  declare type IElement = string | JSX.Element;
3
4
  declare type IContent = {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IDropdownUser } from './IDropdownUser';
2
3
  declare function DropdownUser({ name, email, items, footer, avatar, zIndex }: IDropdownUser): JSX.Element;
3
4
  export default DropdownUser;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare function BoxSvg(): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IPropsEmptyState } from './IEmptyState';
2
3
  /**
3
4
  * Molecule: EmptyState
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare function PadlockSvg(): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IChildren } from '../../../types';
2
3
  export declare function Container({ children, renderIconLeft, renderInput }: IChildren & {
3
4
  renderInput?: JSX.Element;
@@ -1,7 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IField } from './IField';
2
- /**
3
- * Molecule: Field
4
- * A text field is an input field that merchants can type into. It has a range of options and supports several text formats including numbers. The compound fields apply to all the types of field (text, number, password).
5
- */
6
3
  declare const Field: import("react").ForwardRefExoticComponent<IField & import("react").RefAttributes<HTMLInputElement>>;
7
4
  export default Field;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { IField } from './IField';
2
3
  export declare function Footer({ logo, helpText, error, showErrorText }: IField): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IColor, IKind } from '../../atoms/Icon';
2
3
  import { ITooltipProps } from '../../atoms/Tooltip/ITooltip';
3
4
  import type { IFieldCustom } from './IFieldCustom';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IPropsFlag } from './IFlag';
2
3
  /**
3
4
  * Atom: Flag
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IKind as IKindIcon } from '../..';
2
3
  import { IChildren } from '../../../types';
3
4
  declare type IKindFlag = 'default' | 'success' | 'warning' | 'error' | 'active' | 'subdued';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IHeader } from './IHeader';
2
3
  import { IChildren } from '../../../types';
3
4
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IKindLogo } from '@/ui/atoms/Logo';
2
3
  declare type IModalMenuMovil = {
3
4
  isOpen: boolean;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IKindLogo } from '../..';
2
3
  import { IChildren } from '../../../types';
3
4
  import { IModalMenuMovil } from './IHeader';
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { IPropsBar } from './IBar';
2
3
  export default function Bar<T>({ className, data, cells, paintLastCellForKey, width, height, margin, xAxis, yAxis, isLoading, legend, tooltipItems, customTooltip, displayCursor, cornerRadius, cartesianGrid }: IPropsBar<T>): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { IGraphic } from './IGraphic';
2
3
  export default function Graphic({ variant, width, height, margin, data, dataKey, linearGradientId }: IGraphic): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { IPropsLine, IDataWithSymbol } from './ILine';
2
3
  export default function Line<T extends IDataWithSymbol>({ data, width, height, linesConfig, xaxis, yaxis, type, strokeDasharray, isLoading }: IPropsLine<T>): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export interface IPropsPie<T> {
2
3
  data: T[];
3
4
  width: number;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IPropsPie } from '.';
2
3
  interface PieData {
3
4
  name: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ITimeLine } from './ITimeline';
2
3
  declare function TimeLine({ isLoading, data, paddingTickY, positionY, classContainer, scatterChart }: ITimeLine): JSX.Element;
3
4
  export default TimeLine;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface CustomShapeProps {
2
3
  x: number;
3
4
  y: number;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ICustomizedAxisTickX } from './ITickX';
2
3
  export default function TickX({ x, y, payload, date }: ICustomizedAxisTickX): JSX.Element;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { ICustomizedAxisTickY } from './ITickY';
2
3
  export default function TickY({ group, positionY, tick }: ICustomizedAxisTickY): JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { NameType, Payload, ValueType } from 'recharts/types/component/DefaultTooltipContent';
2
3
  import { DayInfo } from '../useDays';
3
4
  interface Props<TValue extends ValueType, TName extends NameType> {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { ITinyBar } from '.';
2
3
  declare function TinyBar<T>({ data, width, height, dataKey, isLoading }: ITinyBar<T>): JSX.Element;
3
4
  export default TinyBar;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IInlineError } from './IInlineError';
2
3
  /**
3
4
  * Inline errors are brief, in-context messages that tell merchants something went wrong with a single or group of inputs in a form. Use inline errors to help merchants understand why a form input may not be valid and how to fix it.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { IChildren, IClassName } from '../../../types';
2
3
  interface IPropsModal extends IChildren, IClassName {
3
4
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IPropsModal } from './IModal';
2
3
  declare function Modal({ title, iconTitle, subtitle, footer, isOpen, hasBorder, showClose, onClose, className, disableOverlayClick, children }: IPropsModal): JSX.Element;
3
4
  export default Modal;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { INavigation } from './INavigation';
2
3
  declare function Navigation({ children, isSmall, onClick, className, classNameLogo, kindLogo, ...rest }: INavigation): JSX.Element;
3
4
  export default Navigation;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IAsyncCreatableSelect } from './IAsyncCreatableSelect';
2
3
  /**
3
4
  * Molecule: AsyncCreatableSelect
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { IAsyncSelect } from './IAsyncSelect';
2
3
  /**
3
4
  * Molecule: AsyncSelect
@@ -3,6 +3,7 @@ import { IKindLogo, ITooltipProps, IKind as IKindIcon } from '../../..';
3
3
  export declare type IOption = {
4
4
  label: string | number;
5
5
  value: string | number;
6
+ image?: string;
6
7
  prefix?: string;
7
8
  };
8
9
  export declare type ITooltipSelect = Omit<ITooltipProps, 'children' | 'initialOpen'> & {