@plitzi/plitzi-ui 1.6.9 → 1.6.10

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 (231) hide show
  1. package/dist/components/Accordion/Accordion.d.ts +4 -4
  2. package/dist/components/Accordion/components/AccordionItem/AccordionItem.d.ts +3 -3
  3. package/dist/components/Accordion/components/AccordionItem/ItemContent.d.ts +1 -1
  4. package/dist/components/Accordion/components/AccordionItem/ItemHeader.d.ts +1 -1
  5. package/dist/components/Alert/Alert.d.ts +1 -1
  6. package/dist/components/Badge/Badge.d.ts +1 -1
  7. package/dist/components/Breadcrumb/Breadcrumb.d.ts +1 -1
  8. package/dist/components/Breadcrumb/BreadcrumbItem.d.ts +1 -1
  9. package/dist/components/Button/Button.d.ts +2 -2
  10. package/dist/components/Cache/CacheProvider.d.ts +1 -1
  11. package/dist/components/Cache/hooks/useCache.d.ts +1 -1
  12. package/dist/components/Cache/hooks/useCache.js +4 -4
  13. package/dist/components/Card/Card.d.ts +5 -5
  14. package/dist/components/Card/CardBody.d.ts +1 -1
  15. package/dist/components/Card/CardFooter.d.ts +1 -1
  16. package/dist/components/Card/CardHeader.d.ts +1 -1
  17. package/dist/components/Checkbox/Checkbox.d.ts +1 -1
  18. package/dist/components/CodeMirror/CodeMirror.d.ts +1 -1
  19. package/dist/components/ColorPicker/ColorPicker.d.ts +1 -1
  20. package/dist/components/ContainerAutoScale/ContainerAutoScale.d.ts +1 -1
  21. package/dist/components/ContainerCollapsable/ContainerCollapsable.d.ts +3 -3
  22. package/dist/components/ContainerCollapsable/ContainerCollapsableContent.d.ts +1 -1
  23. package/dist/components/ContainerCollapsable/ContainerCollapsableHeader.d.ts +1 -1
  24. package/dist/components/ContainerDraggable/ContainerDraggable.d.ts +1 -1
  25. package/dist/components/ContainerDraggable/ContainerDraggableContent.d.ts +1 -1
  26. package/dist/components/ContainerDraggable/ContainerDraggableHeader.d.ts +1 -1
  27. package/dist/components/ContainerFloating/ContainerFloating.d.ts +3 -3
  28. package/dist/components/ContainerFloating/ContainerFloatingContent.d.ts +1 -1
  29. package/dist/components/ContainerFloating/ContainerFloatingTrigger.d.ts +1 -1
  30. package/dist/components/ContainerFrame/ContainerFrame.d.ts +1 -1
  31. package/dist/components/ContainerResizable/ContainerResizable.d.ts +1 -1
  32. package/dist/components/ContainerRoot/ContainerRoot.d.ts +1 -1
  33. package/dist/components/ContainerShadow/ContainerShadow.d.ts +3 -3
  34. package/dist/components/ContainerShadow/ContainerShadowLink.d.ts +1 -1
  35. package/dist/components/ContainerShadow/ContainerShadowStyle.d.ts +1 -1
  36. package/dist/components/ContainerTabs/ContainerTabs.d.ts +3 -3
  37. package/dist/components/ContainerTabs/Tab.d.ts +1 -1
  38. package/dist/components/ContainerTabs/TabContent.d.ts +1 -1
  39. package/dist/components/ContainerTabs/Tabs.d.ts +1 -1
  40. package/dist/components/ContentEditable/ContentEditable.d.ts +1 -1
  41. package/dist/components/Dummy/Dummy.d.ts +1 -1
  42. package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +1 -1
  43. package/dist/components/ErrorMessage/ErrorMessage.d.ts +1 -1
  44. package/dist/components/FileUpload/FileUpload.d.ts +1 -1
  45. package/dist/components/FileUpload/components/DrawTypes/DrawTypes.d.ts +1 -1
  46. package/dist/components/FileUpload/components/FileUploadItem/FileUploadItem.d.ts +1 -1
  47. package/dist/components/FileUpload/components/FileUploadItems/FileUploadItems.d.ts +1 -1
  48. package/dist/components/FileUpload/components/FileUploadMessage/FileUploadMessage.d.ts +1 -1
  49. package/dist/components/Flex/Flex.d.ts +1 -1
  50. package/dist/components/Form/Form.d.ts +13 -13
  51. package/dist/components/Form/FormBody.d.ts +1 -1
  52. package/dist/components/Form/FormFooter.d.ts +1 -1
  53. package/dist/components/Form/FormHeader.d.ts +1 -1
  54. package/dist/components/Form/fields/FormCheckbox.d.ts +1 -1
  55. package/dist/components/Form/fields/FormColor.d.ts +1 -1
  56. package/dist/components/Form/fields/FormFieldCustom.d.ts +1 -1
  57. package/dist/components/Form/fields/FormFileUpload.d.ts +1 -1
  58. package/dist/components/Form/fields/FormInput.d.ts +1 -1
  59. package/dist/components/Form/fields/FormSelect.d.ts +1 -1
  60. package/dist/components/Form/fields/FormSelect2.d.ts +1 -1
  61. package/dist/components/Form/fields/FormSwitch.d.ts +1 -1
  62. package/dist/components/Form/fields/FormTextArea.d.ts +1 -1
  63. package/dist/components/Heading/Heading.d.ts +1 -1
  64. package/dist/components/Icon/Icon.d.ts +1 -1
  65. package/dist/components/IconGroup/IconGroup.d.ts +3 -3
  66. package/dist/components/IconGroup/IconSeparator.d.ts +1 -1
  67. package/dist/components/Input/Input.d.ts +2 -2
  68. package/dist/components/Input/InputContainer.d.ts +1 -1
  69. package/dist/components/KVInput/KVInput.d.ts +1 -1
  70. package/dist/components/KVInput/KVInputItem.d.ts +1 -1
  71. package/dist/components/Label/Label.d.ts +1 -1
  72. package/dist/components/Markdown/Markdown.d.ts +1 -1
  73. package/dist/components/MenuList/Menu.d.ts +1 -1
  74. package/dist/components/MenuList/MenuItem.d.ts +1 -1
  75. package/dist/components/MenuList/MenuList.d.ts +5 -5
  76. package/dist/components/MenuList/MenuListTrigger.d.ts +1 -1
  77. package/dist/components/MetricInput/MetricInput.d.ts +2 -2
  78. package/dist/components/Modal/Modal.d.ts +4 -4
  79. package/dist/components/Modal/ModalProvider.d.ts +1 -1
  80. package/dist/components/Popup/Popup.d.ts +1 -1
  81. package/dist/components/Popup/PopupFloatingArea.d.ts +1 -1
  82. package/dist/components/Popup/PopupProvider.d.ts +1 -1
  83. package/dist/components/Popup/PopupSidebar.d.ts +2 -2
  84. package/dist/components/Popup/components/PopupSidePanel/PopupSidePanel.d.ts +1 -1
  85. package/dist/components/Popup/components/PopupSidePanel/PopupSidePanelItem.d.ts +1 -1
  86. package/dist/components/Provider/Provider.d.ts +1 -1
  87. package/dist/components/Provider/providers/ThemeProvider/ThemeProvider.d.ts +1 -1
  88. package/dist/components/QueryBuilder/GroupRules.d.ts +1 -1
  89. package/dist/components/QueryBuilder/QueryBuilder.d.ts +1 -1
  90. package/dist/components/QueryBuilder/QueryBuilderProvider.d.ts +1 -1
  91. package/dist/components/QueryBuilder/Rule.d.ts +1 -1
  92. package/dist/components/QueryBuilder/RuleOperator.d.ts +1 -1
  93. package/dist/components/QueryBuilder/RuleValue.d.ts +1 -1
  94. package/dist/components/Select/Select.d.ts +3 -3
  95. package/dist/components/Select/SelectOption.d.ts +1 -1
  96. package/dist/components/Select2/ListGroup.d.ts +1 -1
  97. package/dist/components/Select2/ListItem.d.ts +1 -1
  98. package/dist/components/Select2/Select2.d.ts +1 -1
  99. package/dist/components/Select2/SelectInput.d.ts +1 -1
  100. package/dist/components/Select2/SelectList.d.ts +1 -1
  101. package/dist/components/Sidebar/Sidebar.d.ts +3 -3
  102. package/dist/components/Sidebar/SidebarIcon.d.ts +1 -1
  103. package/dist/components/Sidebar/SidebarProvider.d.ts +1 -1
  104. package/dist/components/Sidebar/SidebarSeparator.d.ts +1 -1
  105. package/dist/components/Switch/Switch.d.ts +1 -1
  106. package/dist/components/Text/Text.d.ts +1 -1
  107. package/dist/components/TextArea/TextArea.d.ts +2 -2
  108. package/dist/components/Toast/ToastProvider.d.ts +1 -1
  109. package/dist/components/Tree/Tree.d.ts +1 -1
  110. package/dist/components/Tree/TreeNode.d.ts +2 -2
  111. package/dist/icons/AlignContentCenterColumn/AlignContentCenterColumn.d.ts +1 -1
  112. package/dist/icons/AlignContentCenterRow/AlignContentCenterRow.d.ts +1 -1
  113. package/dist/icons/AlignContentEndColumn/AlignContentEndColumn.d.ts +1 -1
  114. package/dist/icons/AlignContentEndReverseColumn/AlignContentEndReverseColumn.d.ts +1 -1
  115. package/dist/icons/AlignContentEndReverseRow/AlignContentEndReverseRow.d.ts +1 -1
  116. package/dist/icons/AlignContentEndRow/AlignContentEndRow.d.ts +1 -1
  117. package/dist/icons/AlignContentSpaceAroundColumn/AlignContentSpaceAroundColumn.d.ts +1 -1
  118. package/dist/icons/AlignContentSpaceAroundRow/AlignContentSpaceAroundRow.d.ts +1 -1
  119. package/dist/icons/AlignContentSpaceBetweenColumn/AlignContentSpaceBetweenColumn.d.ts +1 -1
  120. package/dist/icons/AlignContentSpaceBetweenRow/AlignContentSpaceBetweenRow.d.ts +1 -1
  121. package/dist/icons/AlignContentStartColumn/AlignContentStartColumn.d.ts +1 -1
  122. package/dist/icons/AlignContentStartReverseColumn/AlignContentStartReverseColumn.d.ts +1 -1
  123. package/dist/icons/AlignContentStartReverseRow/AlignContentStartReverseRow.d.ts +1 -1
  124. package/dist/icons/AlignContentStartRow/AlignContentStartRow.d.ts +1 -1
  125. package/dist/icons/AlignContentStretchColumn/AlignContentStretchColumn.d.ts +1 -1
  126. package/dist/icons/AlignContentStretchRow/AlignContentStretchRow.d.ts +1 -1
  127. package/dist/icons/AlignItemsBaselineColumn/AlignItemsBaselineColumn.d.ts +1 -1
  128. package/dist/icons/AlignItemsBaselineColumnReverse/AlignItemsBaselineColumnReverse.d.ts +1 -1
  129. package/dist/icons/AlignItemsBaselineRow/AlignItemsBaselineRow.d.ts +1 -1
  130. package/dist/icons/AlignItemsBaselineRowReverse/AlignItemsBaselineRowReverse.d.ts +1 -1
  131. package/dist/icons/AlignItemsCenterColumn/AlignItemsCenterColumn.d.ts +1 -1
  132. package/dist/icons/AlignItemsCenterColumnReverse/AlignItemsCenterColumnReverse.d.ts +1 -1
  133. package/dist/icons/AlignItemsCenterRow/AlignItemsCenterRow.d.ts +1 -1
  134. package/dist/icons/AlignItemsCenterRowReverse/AlignItemsCenterRowReverse.d.ts +1 -1
  135. package/dist/icons/AlignItemsEndColumn/AlignItemsEndColumn.d.ts +1 -1
  136. package/dist/icons/AlignItemsEndColumnReverse/AlignItemsEndColumnReverse.d.ts +1 -1
  137. package/dist/icons/AlignItemsEndRow/AlignItemsEndRow.d.ts +1 -1
  138. package/dist/icons/AlignItemsEndRowReverse/AlignItemsEndRowReverse.d.ts +1 -1
  139. package/dist/icons/AlignItemsStartColumn/AlignItemsStartColumn.d.ts +1 -1
  140. package/dist/icons/AlignItemsStartColumnReverse/AlignItemsStartColumnReverse.d.ts +1 -1
  141. package/dist/icons/AlignItemsStartRow/AlignItemsStartRow.d.ts +1 -1
  142. package/dist/icons/AlignItemsStartRowReverse/AlignItemsStartRowReverse.d.ts +1 -1
  143. package/dist/icons/AlignItemsStretchColumn/AlignItemsStretchColumn.d.ts +1 -1
  144. package/dist/icons/AlignItemsStretchRow/AlignItemsStretchRow.d.ts +1 -1
  145. package/dist/icons/AlignSelfBaselineRow/AlignSelfBaselineRow.d.ts +1 -1
  146. package/dist/icons/AlignSelfCenterRow/AlignSelfCenterRow.d.ts +1 -1
  147. package/dist/icons/AlignSelfEndRow/AlignSelfEndRow.d.ts +1 -1
  148. package/dist/icons/AlignSelfStartRow/AlignSelfStartRow.d.ts +1 -1
  149. package/dist/icons/AlignSelfStretchRow/AlignSelfStretchRow.d.ts +1 -1
  150. package/dist/icons/ArrowReverse/ArrowReverse.d.ts +1 -1
  151. package/dist/icons/BackgroundTileX/BackgroundTileX.d.ts +1 -1
  152. package/dist/icons/BackgroundTileXY/BackgroundTileXY.d.ts +1 -1
  153. package/dist/icons/BackgroundTileY/BackgroundTileY.d.ts +1 -1
  154. package/dist/icons/BorderBlack/BorderBlack.d.ts +1 -1
  155. package/dist/icons/BorderPlacementBottom/BorderPlacementBottom.d.ts +1 -1
  156. package/dist/icons/BorderPlacementCenter/BorderPlacementCenter.d.ts +1 -1
  157. package/dist/icons/BorderPlacementLeft/BorderPlacementLeft.d.ts +1 -1
  158. package/dist/icons/BorderPlacementRight/BorderPlacementRight.d.ts +1 -1
  159. package/dist/icons/BorderPlacementTop/BorderPlacementTop.d.ts +1 -1
  160. package/dist/icons/BorderStyleDashed/BorderStyleDashed.d.ts +1 -1
  161. package/dist/icons/BorderStyleDotted/BorderStyleDotted.d.ts +1 -1
  162. package/dist/icons/BorderStyleSolid/BorderStyleSolid.d.ts +1 -1
  163. package/dist/icons/BorderWhite/BorderWhite.d.ts +1 -1
  164. package/dist/icons/ClearBoth/ClearBoth.d.ts +1 -1
  165. package/dist/icons/ClearLeft/ClearLeft.d.ts +1 -1
  166. package/dist/icons/ClearRight/ClearRight.d.ts +1 -1
  167. package/dist/icons/DesktopWithMobile/DesktopWithMobile.d.ts +1 -1
  168. package/dist/icons/DisplayBlock/DisplayBlock.d.ts +1 -1
  169. package/dist/icons/DisplayFlex/DisplayFlex.d.ts +1 -1
  170. package/dist/icons/DisplayGrid/DisplayGrid.d.ts +1 -1
  171. package/dist/icons/DisplayInline/DisplayInline.d.ts +1 -1
  172. package/dist/icons/DisplayInlineBlock/DisplayInlineBlock.d.ts +1 -1
  173. package/dist/icons/EffectsTransitionEase/EffectsTransitionEase.d.ts +1 -1
  174. package/dist/icons/FlexGrowRow/FlexGrowRow.d.ts +1 -1
  175. package/dist/icons/FlexNoneRow/FlexNoneRow.d.ts +1 -1
  176. package/dist/icons/FlexShrinkRow/FlexShrinkRow.d.ts +1 -1
  177. package/dist/icons/FloatLeft/FloatLeft.d.ts +1 -1
  178. package/dist/icons/FloatRight/FloatRight.d.ts +1 -1
  179. package/dist/icons/Form/Form.d.ts +1 -1
  180. package/dist/icons/JustifyContentCenterColumn/JustifyContentCenterColumn.d.ts +1 -1
  181. package/dist/icons/JustifyContentCenterRow/JustifyContentCenterRow.d.ts +1 -1
  182. package/dist/icons/JustifyContentEndColumn/JustifyContentEndColumn.d.ts +1 -1
  183. package/dist/icons/JustifyContentEndColumnReverse/JustifyContentEndColumnReverse.d.ts +1 -1
  184. package/dist/icons/JustifyContentEndRow/JustifyContentEndRow.d.ts +1 -1
  185. package/dist/icons/JustifyContentEndRowReverse/JustifyContentEndRowReverse.d.ts +1 -1
  186. package/dist/icons/JustifyContentSpaceAroundColumn/JustifyContentSpaceAroundColumn.d.ts +1 -1
  187. package/dist/icons/JustifyContentSpaceAroundRow/JustifyContentSpaceAroundRow.d.ts +1 -1
  188. package/dist/icons/JustifyContentSpaceBetweenColumn/JustifyContentSpaceBetweenColumn.d.ts +1 -1
  189. package/dist/icons/JustifyContentSpaceBetweenRow/JustifyContentSpaceBetweenRow.d.ts +1 -1
  190. package/dist/icons/JustifyContentStartColumn/JustifyContentStartColumn.d.ts +1 -1
  191. package/dist/icons/JustifyContentStartColumnReverse/JustifyContentStartColumnReverse.d.ts +1 -1
  192. package/dist/icons/JustifyContentStartRow/JustifyContentStartRow.d.ts +1 -1
  193. package/dist/icons/JustifyContentStartRowReverse/JustifyContentStartRowReverse.d.ts +1 -1
  194. package/dist/icons/ListCircles/ListCircles.d.ts +1 -1
  195. package/dist/icons/ListDots/ListDots.d.ts +1 -1
  196. package/dist/icons/ListLetters/ListLetters.d.ts +1 -1
  197. package/dist/icons/ListNumbers/ListNumbers.d.ts +1 -1
  198. package/dist/icons/ListRoman/ListRoman.d.ts +1 -1
  199. package/dist/icons/ListSquares/ListSquares.d.ts +1 -1
  200. package/dist/icons/MarginBottom/MarginBottom.d.ts +1 -1
  201. package/dist/icons/MarginLeft/MarginLeft.d.ts +1 -1
  202. package/dist/icons/MarginRight/MarginRight.d.ts +1 -1
  203. package/dist/icons/MarginTop/MarginTop.d.ts +1 -1
  204. package/dist/icons/PaddingBottom/PaddingBottom.d.ts +1 -1
  205. package/dist/icons/PaddingLeft/PaddingLeft.d.ts +1 -1
  206. package/dist/icons/PaddingRight/PaddingRight.d.ts +1 -1
  207. package/dist/icons/PaddingTop/PaddingTop.d.ts +1 -1
  208. package/dist/icons/PageOverview/PageOverview.d.ts +1 -1
  209. package/dist/icons/PageOverviewZoom/PageOverviewZoom.d.ts +1 -1
  210. package/dist/icons/PlitziLogo/PlitziLogo.d.ts +1 -1
  211. package/dist/icons/PositionAbsolute/PositionAbsolute.d.ts +1 -1
  212. package/dist/icons/PositionAll/PositionAll.d.ts +1 -1
  213. package/dist/icons/PositionBottom/PositionBottom.d.ts +1 -1
  214. package/dist/icons/PositionBottomLeft/PositionBottomLeft.d.ts +1 -1
  215. package/dist/icons/PositionBottomRight/PositionBottomRight.d.ts +1 -1
  216. package/dist/icons/PositionFixed/PositionFixed.d.ts +1 -1
  217. package/dist/icons/PositionLeft/PositionLeft.d.ts +1 -1
  218. package/dist/icons/PositionRelative/PositionRelative.d.ts +1 -1
  219. package/dist/icons/PositionRight/PositionRight.d.ts +1 -1
  220. package/dist/icons/PositionTop/PositionTop.d.ts +1 -1
  221. package/dist/icons/PositionTopLeft/PositionTopLeft.d.ts +1 -1
  222. package/dist/icons/PositionTopRight/PositionTopRight.d.ts +1 -1
  223. package/dist/icons/SizeOverflowScroll/SizeOverflowScroll.d.ts +1 -1
  224. package/dist/icons/StateManager/StateManager.d.ts +1 -1
  225. package/dist/icons/TextDecorationOverline/TextDecorationOverline.d.ts +1 -1
  226. package/dist/icons/TextDirectionLtr/TextDirectionLtr.d.ts +1 -1
  227. package/dist/icons/TextDirectionRtl/TextDirectionRtl.d.ts +1 -1
  228. package/dist/icons/Variable/Variable.d.ts +1 -1
  229. package/dist/icons/XMark/XMark.d.ts +1 -1
  230. package/dist/plitzi-ui.css +2 -2
  231. package/package.json +36 -36
@@ -12,11 +12,11 @@ export type AccordionProps = {
12
12
  onChange?: (expanded: string[]) => void;
13
13
  } & useThemeSharedProps<typeof AccordionStyles, typeof variantKeys & typeof variantKeysFlex>;
14
14
  declare const Accordion: {
15
- ({ className, children, defaultValue, multi, alwaysOpen, testId, intent, direction, wrap, items: flexItems, justify, gap, grow, size, onChange }: AccordionProps): import("react/jsx-runtime").JSX.Element;
15
+ ({ className, children, defaultValue, multi, alwaysOpen, testId, intent, direction, wrap, items: flexItems, justify, gap, grow, size, onChange }: AccordionProps): import("react").JSX.Element;
16
16
  Item: {
17
- ({ className, id: idProp, children, testId: testIdProp, isOpen: isOpenProp, resizable: resizableProp, minSize, maxSize, intent: intentProp, direction, wrap, items, justify, gap, grow, shrink, basis, size: sizeProp, onClick }: import('./components/AccordionItem').AccordionItemProps): import("react/jsx-runtime").JSX.Element;
18
- Header: ({ className, title, isOpen, isError, isWarning, iconCollapsed, iconExpanded, testId, children, intent, direction, wrap, items, justify, gap, grow, basis, size, onClick }: import('./components/AccordionItem/ItemHeader').ItemHeaderProps) => import("react/jsx-runtime").JSX.Element;
19
- Content: ({ className, children, testId, grow }: import('./components/AccordionItem/ItemContent').ItemContentProps) => import("react/jsx-runtime").JSX.Element;
17
+ ({ className, id: idProp, children, testId: testIdProp, isOpen: isOpenProp, resizable: resizableProp, minSize, maxSize, intent: intentProp, direction, wrap, items, justify, gap, grow, shrink, basis, size: sizeProp, onClick }: import('./components/AccordionItem').AccordionItemProps): import("react").JSX.Element;
18
+ Header: ({ className, title, isOpen, isError, isWarning, iconCollapsed, iconExpanded, testId, children, intent, direction, wrap, items, justify, gap, grow, basis, size, onClick }: import('./components/AccordionItem/ItemHeader').ItemHeaderProps) => import("react").JSX.Element;
19
+ Content: ({ className, children, testId, grow }: import('./components/AccordionItem/ItemContent').ItemContentProps) => import("react").JSX.Element;
20
20
  };
21
21
  };
22
22
  export default Accordion;
@@ -15,8 +15,8 @@ export type AccordionItemProps = {
15
15
  onClick?: (e: MouseEvent<HTMLDivElement>) => void;
16
16
  } & useThemeSharedProps<typeof AccordionStyles, typeof variantKeys & typeof variantKeysFlex>;
17
17
  declare const AccordionItem: {
18
- ({ className, id: idProp, children, testId: testIdProp, isOpen: isOpenProp, resizable: resizableProp, minSize, maxSize, intent: intentProp, direction, wrap, items, justify, gap, grow, shrink, basis, size: sizeProp, onClick }: AccordionItemProps): import("react/jsx-runtime").JSX.Element;
19
- Header: ({ className, title, isOpen, isError, isWarning, iconCollapsed, iconExpanded, testId, children, intent, direction, wrap, items, justify, gap, grow, basis, size, onClick }: ItemHeaderProps) => import("react/jsx-runtime").JSX.Element;
20
- Content: ({ className, children, testId, grow }: ItemContentProps) => import("react/jsx-runtime").JSX.Element;
18
+ ({ className, id: idProp, children, testId: testIdProp, isOpen: isOpenProp, resizable: resizableProp, minSize, maxSize, intent: intentProp, direction, wrap, items, justify, gap, grow, shrink, basis, size: sizeProp, onClick }: AccordionItemProps): import("react").JSX.Element;
19
+ Header: ({ className, title, isOpen, isError, isWarning, iconCollapsed, iconExpanded, testId, children, intent, direction, wrap, items, justify, gap, grow, basis, size, onClick }: ItemHeaderProps) => import("react").JSX.Element;
20
+ Content: ({ className, children, testId, grow }: ItemContentProps) => import("react").JSX.Element;
21
21
  };
22
22
  export default AccordionItem;
@@ -6,5 +6,5 @@ export type ItemContentProps = {
6
6
  testId?: string;
7
7
  onClick?: () => void;
8
8
  } & useThemeSharedProps<typeof AccordionStyles, typeof variantKeys>;
9
- declare const ItemContent: ({ className, children, testId, grow }: ItemContentProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const ItemContent: ({ className, children, testId, grow }: ItemContentProps) => import("react").JSX.Element;
10
10
  export default ItemContent;
@@ -13,5 +13,5 @@ export type ItemHeaderProps = {
13
13
  iconExpanded?: ReactNode;
14
14
  onClick?: (e: MouseEvent<HTMLDivElement>) => void;
15
15
  } & useThemeSharedProps<typeof AccordionStyles, typeof variantKeys & typeof variantKeysFlex>;
16
- declare const ItemHeader: ({ className, title, isOpen, isError, isWarning, iconCollapsed, iconExpanded, testId, children, intent, direction, wrap, items, justify, gap, grow, basis, size, onClick }: ItemHeaderProps) => import("react/jsx-runtime").JSX.Element;
16
+ declare const ItemHeader: ({ className, title, isOpen, isError, isWarning, iconCollapsed, iconExpanded, testId, children, intent, direction, wrap, items, justify, gap, grow, basis, size, onClick }: ItemHeaderProps) => import("react").JSX.Element;
17
17
  export default ItemHeader;
@@ -6,5 +6,5 @@ export type AlertProps = {
6
6
  closeable?: boolean;
7
7
  onClick?: () => void;
8
8
  } & useThemeSharedProps<typeof AlertStyles, typeof variantKeys>;
9
- declare const Alert: ({ children, className, intent, solid, size, closeable, onClick }: AlertProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const Alert: ({ children, className, intent, solid, size, closeable, onClick }: AlertProps) => import("react").JSX.Element;
10
10
  export default Alert;
@@ -5,5 +5,5 @@ export type BadgeProps = {
5
5
  children?: ReactNode;
6
6
  icon?: string;
7
7
  } & useThemeSharedProps<typeof BadgeStyles, typeof variantKeys>;
8
- declare const Badge: ({ children, icon: iconProp, className, intent, solid, size }: BadgeProps) => import("react/jsx-runtime").JSX.Element;
8
+ declare const Badge: ({ children, icon: iconProp, className, intent, solid, size }: BadgeProps) => import("react").JSX.Element;
9
9
  export default Badge;
@@ -7,5 +7,5 @@ export type BreadcrumbProps = {
7
7
  separator?: '>' | '/' | '\\';
8
8
  onItemClick?: (index: number) => void;
9
9
  } & useThemeSharedProps<typeof BreadcrumbStyles, typeof variantKeys>;
10
- declare const Breadcrumb: ({ children, className, separator, intent, size, onItemClick }: BreadcrumbProps) => import("react/jsx-runtime").JSX.Element;
10
+ declare const Breadcrumb: ({ children, className, separator, intent, size, onItemClick }: BreadcrumbProps) => import("react").JSX.Element;
11
11
  export default Breadcrumb;
@@ -6,5 +6,5 @@ export type BreadcrumbItemProps = {
6
6
  index: number;
7
7
  onClick?: (index: number) => void;
8
8
  } & useThemeSharedProps<typeof BreadcrumbStyles, typeof variantKeys>;
9
- declare const BreadcrumbItem: ({ children, className, index, intent, size, onClick }: BreadcrumbItemProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const BreadcrumbItem: ({ children, className, index, intent, size, onClick }: BreadcrumbItemProps) => import("react").JSX.Element;
10
10
  export default BreadcrumbItem;
@@ -13,7 +13,7 @@ export type ButtonProps = {
13
13
  title?: string;
14
14
  } & Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'content'> & useThemeSharedProps<typeof ButtonStyles, typeof variantKeys>;
15
15
  declare const Button: {
16
- ({ ref, children, testId, className, iconPlacement, loading, disabled, type, size, intent, border, justify, items, aspect, ...buttonProps }: ButtonProps): import("react/jsx-runtime").JSX.Element;
17
- Icon: ({ className, children, icon, active, disabled, testId, intent, size, cursor, title, ...props }: IconProps) => string | number | bigint | true | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element;
16
+ ({ ref, children, testId, className, iconPlacement, loading, disabled, type, size, intent, border, justify, items, aspect, ...buttonProps }: ButtonProps): import("react").JSX.Element;
17
+ Icon: ({ className, children, icon, active, disabled, testId, intent, size, cursor, title, ...props }: IconProps) => string | number | bigint | true | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react").JSX.Element;
18
18
  };
19
19
  export default Button;
@@ -3,5 +3,5 @@ export type CacheProviderProps = {
3
3
  children?: ReactNode;
4
4
  cacheId: string;
5
5
  };
6
- declare const CacheProvider: ({ children, cacheId }: CacheProviderProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const CacheProvider: ({ children, cacheId }: CacheProviderProps) => import("react").JSX.Element;
7
7
  export default CacheProvider;
@@ -1,5 +1,5 @@
1
1
  export type UseCacheProps = {
2
- storeMode?: 'local' | 'session';
2
+ storeMode?: 'localStorage' | 'sessionStorage';
3
3
  skipContext?: boolean;
4
4
  cacheId?: string;
5
5
  };
@@ -4,14 +4,14 @@ import n from "../CacheContext.js";
4
4
  import { use as r, useCallback as i, useMemo as a, useState as o } from "react";
5
5
  import { produce as s } from "immer";
6
6
  //#region src/components/Cache/hooks/useCache.ts
7
- var c = ({ storeMode: c = "local", skipContext: l = !1, cacheId: u = "" } = {}) => {
7
+ var c = ({ storeMode: c = "localStorage", skipContext: l = !1, cacheId: u = "" } = {}) => {
8
8
  let [d, f] = o(!1), p = r(n);
9
9
  if (p === void 0 && !l) throw Error("CacheContext value is undefined. Make sure you use the CacheProvider before using the hook.");
10
10
  if (p && !l && ({cacheId: u} = p), !u) throw Error("cacheId is empty.");
11
11
  let m = i((t, n = {}) => {
12
12
  let r = n;
13
13
  try {
14
- r = c === "local" ? localStorage.getItem(u) : sessionStorage.getItem(u), typeof r == "string" && (r = JSON.parse(r));
14
+ r = c === "localStorage" ? localStorage.getItem(u) : sessionStorage.getItem(u), typeof r == "string" && (r = JSON.parse(r));
15
15
  } catch {
16
16
  r = n;
17
17
  }
@@ -23,7 +23,7 @@ var c = ({ storeMode: c = "local", skipContext: l = !1, cacheId: u = "" } = {})
23
23
  }) : e;
24
24
  try {
25
25
  let e = JSON.stringify(r);
26
- c === "local" ? localStorage.setItem(u, e) : sessionStorage.setItem(u, e);
26
+ c === "localStorage" ? localStorage.setItem(u, e) : sessionStorage.setItem(u, e);
27
27
  } catch {
28
28
  return !1;
29
29
  }
@@ -34,7 +34,7 @@ var c = ({ storeMode: c = "local", skipContext: l = !1, cacheId: u = "" } = {})
34
34
  c
35
35
  ]), g = i(() => {
36
36
  try {
37
- c === "local" ? localStorage.removeItem(u) : sessionStorage.removeItem(u);
37
+ c === "localStorage" ? localStorage.removeItem(u) : sessionStorage.removeItem(u);
38
38
  } catch {}
39
39
  f((e) => !e);
40
40
  }, [u, c]);
@@ -12,10 +12,10 @@ export type CardProps = {
12
12
  onClose?: (e: MouseEvent) => void;
13
13
  } & Omit<HTMLAttributes<HTMLDivElement>, 'className'> & useThemeSharedProps<typeof CardStyles, typeof variantKeys>;
14
14
  declare const Card: {
15
- ({ ref, className, children, testId, closeable, onClose, intent, size, shadow, rounded, overflow, ...otherProps }: CardProps): import("react/jsx-runtime").JSX.Element;
16
- Header: ({ ref, className, children, closeable, testId, intent, size, shadow, rounded, overflow, direction, wrap, items, justify, alignItems, gap, onClose, ...props }: CardHeaderProps) => import("react/jsx-runtime").JSX.Element;
17
- HeaderIcon: ({ className, children, icon, active, disabled, testId, intent, size, cursor, title, ...props }: import('../Icon').IconProps) => string | number | bigint | true | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element;
18
- Body: ({ ref, className, children, testId, intent, size, shadow, rounded, overflow, direction, wrap, items, justify, alignItems, gap, ...props }: CardBodyProps) => import("react/jsx-runtime").JSX.Element;
19
- Footer: ({ ref, className, children, testId, intent, size, shadow, rounded, overflow, direction, wrap, items, justify, alignItems, gap, ...props }: CardFooterProps) => import("react/jsx-runtime").JSX.Element;
15
+ ({ ref, className, children, testId, closeable, onClose, intent, size, shadow, rounded, overflow, ...otherProps }: CardProps): import("react").JSX.Element;
16
+ Header: ({ ref, className, children, closeable, testId, intent, size, shadow, rounded, overflow, direction, wrap, items, justify, alignItems, gap, onClose, ...props }: CardHeaderProps) => import("react").JSX.Element;
17
+ HeaderIcon: ({ className, children, icon, active, disabled, testId, intent, size, cursor, title, ...props }: import('../Icon').IconProps) => string | number | bigint | true | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react").JSX.Element;
18
+ Body: ({ ref, className, children, testId, intent, size, shadow, rounded, overflow, direction, wrap, items, justify, alignItems, gap, ...props }: CardBodyProps) => import("react").JSX.Element;
19
+ Footer: ({ ref, className, children, testId, intent, size, shadow, rounded, overflow, direction, wrap, items, justify, alignItems, gap, ...props }: CardFooterProps) => import("react").JSX.Element;
20
20
  };
21
21
  export default Card;
@@ -7,5 +7,5 @@ export type CardBodyProps = {
7
7
  children?: ReactNode;
8
8
  testId?: string;
9
9
  } & Omit<HTMLAttributes<HTMLDivElement>, 'className'> & useThemeSharedProps<typeof CardStyles, typeof variantKeys & typeof variantKeysFlex>;
10
- declare const CardBody: ({ ref, className, children, testId, intent, size, shadow, rounded, overflow, direction, wrap, items, justify, alignItems, gap, ...props }: CardBodyProps) => import("react/jsx-runtime").JSX.Element;
10
+ declare const CardBody: ({ ref, className, children, testId, intent, size, shadow, rounded, overflow, direction, wrap, items, justify, alignItems, gap, ...props }: CardBodyProps) => import("react").JSX.Element;
11
11
  export default CardBody;
@@ -7,5 +7,5 @@ export type CardFooterProps = {
7
7
  children?: ReactNode;
8
8
  testId?: string;
9
9
  } & Omit<HTMLAttributes<HTMLDivElement>, 'className'> & useThemeSharedProps<typeof CardStyles, typeof variantKeys & typeof variantKeysFlex>;
10
- declare const CardFooter: ({ ref, className, children, testId, intent, size, shadow, rounded, overflow, direction, wrap, items, justify, alignItems, gap, ...props }: CardFooterProps) => import("react/jsx-runtime").JSX.Element;
10
+ declare const CardFooter: ({ ref, className, children, testId, intent, size, shadow, rounded, overflow, direction, wrap, items, justify, alignItems, gap, ...props }: CardFooterProps) => import("react").JSX.Element;
11
11
  export default CardFooter;
@@ -9,5 +9,5 @@ export type CardHeaderProps = {
9
9
  closeable?: boolean;
10
10
  onClose?: (e: MouseEvent) => void;
11
11
  } & Omit<HTMLAttributes<HTMLDivElement>, 'className'> & useThemeSharedProps<typeof CardStyles, typeof variantKeys & typeof variantKeysFlex>;
12
- declare const CardHeader: ({ ref, className, children, closeable, testId, intent, size, shadow, rounded, overflow, direction, wrap, items, justify, alignItems, gap, onClose, ...props }: CardHeaderProps) => import("react/jsx-runtime").JSX.Element;
12
+ declare const CardHeader: ({ ref, className, children, closeable, testId, intent, size, shadow, rounded, overflow, direction, wrap, items, justify, alignItems, gap, onClose, ...props }: CardHeaderProps) => import("react").JSX.Element;
13
13
  export default CardHeader;
@@ -10,5 +10,5 @@ export type CheckboxProps = {
10
10
  loading?: boolean;
11
11
  error?: ErrorMessageProps['message'] | ErrorMessageProps['error'];
12
12
  } & Omit<InputHTMLAttributes<HTMLInputElement>, 'size'> & Omit<useThemeSharedProps<typeof CheckboxStyles & typeof InputStyles, typeof variantKeys>, 'error'>;
13
- declare const _default: import('react').MemoExoticComponent<({ ref, children, id, loading, disabled, className, label, error, size, value, intent, ...inputProps }: CheckboxProps) => import("react/jsx-runtime").JSX.Element>;
13
+ declare const _default: import('react').MemoExoticComponent<({ ref, children, id, loading, disabled, className, label, error, size, value, intent, ...inputProps }: CheckboxProps) => import("react").JSX.Element>;
14
14
  export default _default;
@@ -34,5 +34,5 @@ export type CodeMirrorProps = {
34
34
  to: number | null;
35
35
  }[];
36
36
  } & useThemeSharedProps<typeof CodeMirrorStyles & typeof InputStyles, typeof variantKeys>;
37
- declare const CodeMirror: ({ ref, className, id, label, loading, disabled, clearable, value, error, mode, theme, autoComplete, onChange, onBlur, lineWrapping, multiline, readOnly, placeholder, style, size, rounded, intent, getReadOnlyRanges }: CodeMirrorProps) => import("react/jsx-runtime").JSX.Element;
37
+ declare const CodeMirror: ({ ref, className, id, label, loading, disabled, clearable, value, error, mode, theme, autoComplete, onChange, onBlur, lineWrapping, multiline, readOnly, placeholder, style, size, rounded, intent, getReadOnlyRanges }: CodeMirrorProps) => import("react").JSX.Element;
38
38
  export default CodeMirror;
@@ -18,5 +18,5 @@ export type ColorPickerProps = {
18
18
  allowedWords?: string[];
19
19
  onChange?: (value: string) => void;
20
20
  } & Omit<InputHTMLAttributes<HTMLInputElement>, 'className' | 'onChange' | 'size'> & useThemeSharedProps<typeof ColorPickerStyles & typeof InputStyles, typeof variantKeys>;
21
- declare const _default: import('react').MemoExoticComponent<({ ref, className, id, label, placeholder, readOnly, required, disabled, showAlpha, allowVariables, value, error, size, intent, delayOnChange, allowedWords, onChange, ...inputProps }: ColorPickerProps) => import("react/jsx-runtime").JSX.Element>;
21
+ declare const _default: import('react').MemoExoticComponent<({ ref, className, id, label, placeholder, readOnly, required, disabled, showAlpha, allowVariables, value, error, size, intent, delayOnChange, allowedWords, onChange, ...inputProps }: ColorPickerProps) => import("react").JSX.Element>;
22
22
  export default _default;
@@ -5,5 +5,5 @@ export type ContainerAutoScaleProps = {
5
5
  desiredHeight?: number;
6
6
  desiredWidth?: number;
7
7
  };
8
- declare const ContainerAutoScale: ({ className, children, desiredHeight, desiredWidth }: ContainerAutoScaleProps) => import("react/jsx-runtime").JSX.Element;
8
+ declare const ContainerAutoScale: ({ className, children, desiredHeight, desiredWidth }: ContainerAutoScaleProps) => import("react").JSX.Element;
9
9
  export default ContainerAutoScale;
@@ -9,8 +9,8 @@ export type ContainerCollapsableProps = {
9
9
  onChange?: (collapsed: boolean) => void;
10
10
  } & Omit<HTMLAttributes<HTMLDivElement>, 'className' | 'onChange'> & useThemeSharedProps<typeof ContainerCollapsableStyles, typeof variantKeys & typeof variantKeysFlex>;
11
11
  declare const ContainerCollapsable: {
12
- ({ className, collapsed: collapsedProp, children, direction, wrap, items, justify, gap, grow, shrink, basis, onChange, ...otherProps }: ContainerCollapsableProps): import("react/jsx-runtime").JSX.Element;
13
- Header: ({ children, className, title, collapsed, iconCollapsed, iconExpanded, placement, onClick, ...otherProps }: ContainerCollapsableHeaderProps) => import("react/jsx-runtime").JSX.Element;
14
- Content: ({ className, children, direction, wrap, items, justify, gap, grow, shrink, basis, ...otherProps }: import('./ContainerCollapsableContent').ContainerCollapsableContentProps) => import("react/jsx-runtime").JSX.Element;
12
+ ({ className, collapsed: collapsedProp, children, direction, wrap, items, justify, gap, grow, shrink, basis, onChange, ...otherProps }: ContainerCollapsableProps): import("react").JSX.Element;
13
+ Header: ({ children, className, title, collapsed, iconCollapsed, iconExpanded, placement, onClick, ...otherProps }: ContainerCollapsableHeaderProps) => import("react").JSX.Element;
14
+ Content: ({ className, children, direction, wrap, items, justify, gap, grow, shrink, basis, ...otherProps }: import('./ContainerCollapsableContent').ContainerCollapsableContentProps) => import("react").JSX.Element;
15
15
  };
16
16
  export default ContainerCollapsable;
@@ -5,5 +5,5 @@ import { HTMLAttributes, ReactNode } from 'react';
5
5
  export type ContainerCollapsableContentProps = {
6
6
  children?: ReactNode;
7
7
  } & Omit<HTMLAttributes<HTMLDivElement>, 'className'> & useThemeSharedProps<typeof ContainerCollapsableStyles, typeof variantKeys & typeof variantKeysFlex>;
8
- declare const ContainerCollapsableContent: ({ className, children, direction, wrap, items, justify, gap, grow, shrink, basis, ...otherProps }: ContainerCollapsableContentProps) => import("react/jsx-runtime").JSX.Element;
8
+ declare const ContainerCollapsableContent: ({ className, children, direction, wrap, items, justify, gap, grow, shrink, basis, ...otherProps }: ContainerCollapsableContentProps) => import("react").JSX.Element;
9
9
  export default ContainerCollapsableContent;
@@ -10,5 +10,5 @@ export type ContainerCollapsableHeaderProps = {
10
10
  iconExpanded?: ReactNode;
11
11
  onClick?: MouseEventHandler<HTMLDivElement>;
12
12
  } & Omit<HTMLAttributes<HTMLDivElement>, 'className' | 'title'> & useThemeSharedProps<typeof ContainerCollapsableStyles, typeof variantKeys>;
13
- declare const ContainerCollapsableHeader: ({ children, className, title, collapsed, iconCollapsed, iconExpanded, placement, onClick, ...otherProps }: ContainerCollapsableHeaderProps) => import("react/jsx-runtime").JSX.Element;
13
+ declare const ContainerCollapsableHeader: ({ children, className, title, collapsed, iconCollapsed, iconExpanded, placement, onClick, ...otherProps }: ContainerCollapsableHeaderProps) => import("react").JSX.Element;
14
14
  export default ContainerCollapsableHeader;
@@ -23,5 +23,5 @@ export type ContainerDraggableProps = {
23
23
  onFocus?: (e: MouseEvent | React.MouseEvent | TouchEvent | React.TouchEvent) => void;
24
24
  onCollapse?: (collapsed: boolean) => void;
25
25
  } & useThemeSharedProps<typeof ContainerDraggableStyles, typeof variantKeys>;
26
- declare const ContainerDraggable: ({ icon, title, className, children, limitMode, x, y, width, height, titleHeight, allowResize, allowClose, allowExternal, resizeHandles, customActions, parentRef, intent, size, onClose, onFocus, onCollapse }: ContainerDraggableProps) => import("react/jsx-runtime").JSX.Element;
26
+ declare const ContainerDraggable: ({ icon, title, className, children, limitMode, x, y, width, height, titleHeight, allowResize, allowClose, allowExternal, resizeHandles, customActions, parentRef, intent, size, onClose, onFocus, onCollapse }: ContainerDraggableProps) => import("react").JSX.Element;
27
27
  export default ContainerDraggable;
@@ -14,5 +14,5 @@ export type ContainerDraggableContentProps = {
14
14
  height: number;
15
15
  onFocus?: (e: MouseEvent | React.MouseEvent | TouchEvent | React.TouchEvent) => void;
16
16
  } & useThemeSharedProps<typeof ContainerDraggableStyles, typeof variantKeys>;
17
- declare const ContainerDraggableContent: ({ ref, className, children, allowResize, intent, size, collapsed, resizeHandles, minConstraintsX, minConstraintsY, width, height, parentRef, onFocus }: ContainerDraggableContentProps) => import("react/jsx-runtime").JSX.Element;
17
+ declare const ContainerDraggableContent: ({ ref, className, children, allowResize, intent, size, collapsed, resizeHandles, minConstraintsX, minConstraintsY, width, height, parentRef, onFocus }: ContainerDraggableContentProps) => import("react").JSX.Element;
18
18
  export default ContainerDraggableContent;
@@ -14,5 +14,5 @@ export type ContainerDraggableHeaderProps = {
14
14
  onMouseDown: (e: MouseEvent | React.MouseEvent) => void;
15
15
  onTouchStart: (e: TouchEvent | React.TouchEvent) => void;
16
16
  } & useThemeSharedProps<typeof ContainerDraggableStyles, typeof variantKeys>;
17
- declare const ContainerDraggableHeader: ({ className, intent, size, collapsed, icon, title, allowExternal, allowClose, customActions, setCollapsed, setExternalWindow, onClose, onCollapse, onMouseDown, onTouchStart }: ContainerDraggableHeaderProps) => import("react/jsx-runtime").JSX.Element;
17
+ declare const ContainerDraggableHeader: ({ className, intent, size, collapsed, icon, title, allowExternal, allowClose, customActions, setCollapsed, setExternalWindow, onClose, onCollapse, onMouseDown, onTouchStart }: ContainerDraggableHeaderProps) => import("react").JSX.Element;
18
18
  export default ContainerDraggableHeader;
@@ -16,8 +16,8 @@ export type ContainerFloatingProps = {
16
16
  onOpenChange?: (open: boolean) => void;
17
17
  } & useThemeSharedProps<typeof ContainerFloatingStyles, typeof variantKeys>;
18
18
  declare const ContainerFloating: {
19
- ({ ref, children, containerTopOffset, containerLeftOffset, open: openProp, disabled, loading, closeOnClick, testId, placement, container, onOpenChange }: ContainerFloatingProps): import("react/jsx-runtime").JSX.Element;
20
- Trigger: ({ children, className, testId, ref, placement, disabled, onClick }: ContainerFloatingTriggerProps) => import("react/jsx-runtime").JSX.Element;
21
- Content: ({ ref, children, className, placement, testId, disabled, ...props }: ContainerFloatingContentProps) => import("react/jsx-runtime").JSX.Element;
19
+ ({ ref, children, containerTopOffset, containerLeftOffset, open: openProp, disabled, loading, closeOnClick, testId, placement, container, onOpenChange }: ContainerFloatingProps): import("react").JSX.Element;
20
+ Trigger: ({ children, className, testId, ref, placement, disabled, onClick }: ContainerFloatingTriggerProps) => import("react").JSX.Element;
21
+ Content: ({ ref, children, className, placement, testId, disabled, ...props }: ContainerFloatingContentProps) => import("react").JSX.Element;
22
22
  };
23
23
  export default ContainerFloating;
@@ -7,5 +7,5 @@ export type ContainerFloatingContentProps = {
7
7
  className?: string;
8
8
  testId?: string;
9
9
  } & HTMLAttributes<HTMLDivElement> & useThemeSharedProps<typeof ContainerFloatingStyles, typeof variantKeys>;
10
- declare const ContainerFloatingContent: ({ ref, children, className, placement, testId, disabled, ...props }: ContainerFloatingContentProps) => import("react/jsx-runtime").JSX.Element;
10
+ declare const ContainerFloatingContent: ({ ref, children, className, placement, testId, disabled, ...props }: ContainerFloatingContentProps) => import("react").JSX.Element;
11
11
  export default ContainerFloatingContent;
@@ -7,5 +7,5 @@ export type ContainerFloatingTriggerProps = {
7
7
  testId?: string;
8
8
  onClick?: (e: MouseEvent<HTMLDivElement>) => void;
9
9
  } & useThemeSharedProps<typeof ContainerFloatingStyles, typeof variantKeys>;
10
- declare const ContainerFloatingTrigger: ({ children, className, testId, ref, placement, disabled, onClick }: ContainerFloatingTriggerProps) => import("react/jsx-runtime").JSX.Element;
10
+ declare const ContainerFloatingTrigger: ({ children, className, testId, ref, placement, disabled, onClick }: ContainerFloatingTriggerProps) => import("react").JSX.Element;
11
11
  export default ContainerFloatingTrigger;
@@ -21,5 +21,5 @@ export type ContainerFrameProps = {
21
21
  contentDidUpdate?: () => void;
22
22
  onLoad?: (iframe: HTMLIFrameElement | null) => void;
23
23
  } & useThemeSharedProps<typeof ContainerFrameStyles, typeof variantKeys>;
24
- declare const ContainerFrame: ({ ref, className, ssrMode, id, css, style, zoom, assets, viewport, children, contentDidMount: contentDidMountProp, contentDidDismount, contentDidUpdate, onLoad }: ContainerFrameProps) => import("react/jsx-runtime").JSX.Element;
24
+ declare const ContainerFrame: ({ ref, className, ssrMode, id, css, style, zoom, assets, viewport, children, contentDidMount: contentDidMountProp, contentDidDismount, contentDidUpdate, onLoad }: ContainerFrameProps) => import("react").JSX.Element;
25
25
  export default ContainerFrame;
@@ -22,5 +22,5 @@ export type ContainerResizableProps = {
22
22
  handle?: ReactNode | ((resizeHandle: string) => ReactNode);
23
23
  onChange?: (width: number, height: number) => void;
24
24
  } & Omit<HTMLAttributes<HTMLDivElement>, 'onChange'> & useThemeSharedProps<typeof ContainerResizableStyles, typeof variantKeys>;
25
- declare const ContainerResizable: ({ ref, className, parentRef, hoverMode, autoGrow, width: widthProp, height: heightProp, grid, resizeHandles, transformScale, axis, lockAspectRatio, minConstraintsX, minConstraintsY, maxConstraintsX, maxConstraintsY, children, handle, onChange, ...props }: ContainerResizableProps) => import("react/jsx-runtime").JSX.Element;
25
+ declare const ContainerResizable: ({ ref, className, parentRef, hoverMode, autoGrow, width: widthProp, height: heightProp, grid, resizeHandles, transformScale, axis, lockAspectRatio, minConstraintsX, minConstraintsY, maxConstraintsX, maxConstraintsY, children, handle, onChange, ...props }: ContainerResizableProps) => import("react").JSX.Element;
26
26
  export default ContainerResizable;
@@ -4,5 +4,5 @@ export type ContainerRootProps = {
4
4
  children?: ReactNode;
5
5
  ssrMode?: boolean;
6
6
  };
7
- declare const ContainerRoot: ({ className, children, ...otherProps }: ContainerRootProps) => import("react/jsx-runtime").JSX.Element;
7
+ declare const ContainerRoot: ({ className, children, ...otherProps }: ContainerRootProps) => import("react").JSX.Element;
8
8
  export default ContainerRoot;
@@ -12,9 +12,9 @@ export type ContainerShadowProps = {
12
12
  fallback?: ReactNode;
13
13
  };
14
14
  declare const ContainerShadow: {
15
- ({ ref, className, children, mode, delegatesFocus, stylesheets, fallback }: ContainerShadowProps): import("react/jsx-runtime").JSX.Element;
15
+ ({ ref, className, children, mode, delegatesFocus, stylesheets, fallback }: ContainerShadowProps): import("react").JSX.Element;
16
16
  Content: ({ children, contentDidMount, contentDidDismount }: ContainerShadowContentProps) => ReactNode;
17
- Link: ({ href, onLoad, onError, onRegister, onUnregister, ...otherProps }: ContainerShadowLinkProps) => import("react/jsx-runtime").JSX.Element;
18
- Style: ({ children, ...otherProps }: ContainerShadowStyleProps) => import("react/jsx-runtime").JSX.Element;
17
+ Link: ({ href, onLoad, onError, onRegister, onUnregister, ...otherProps }: ContainerShadowLinkProps) => import("react").JSX.Element;
18
+ Style: ({ children, ...otherProps }: ContainerShadowStyleProps) => import("react").JSX.Element;
19
19
  };
20
20
  export default ContainerShadow;
@@ -6,5 +6,5 @@ export type ContainerShadowLinkProps = {
6
6
  onRegister?: (ref: RefObject<HTMLLinkElement | null>) => void;
7
7
  onUnregister?: (ref: RefObject<HTMLLinkElement | null>) => void;
8
8
  } & LinkHTMLAttributes<HTMLLinkElement>;
9
- declare const ContainerShadowLink: ({ href, onLoad, onError, onRegister, onUnregister, ...otherProps }: ContainerShadowLinkProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const ContainerShadowLink: ({ href, onLoad, onError, onRegister, onUnregister, ...otherProps }: ContainerShadowLinkProps) => import("react").JSX.Element;
10
10
  export default ContainerShadowLink;
@@ -2,5 +2,5 @@ import { StyleHTMLAttributes } from 'react';
2
2
  export type ContainerShadowStyleProps = {
3
3
  children: string;
4
4
  } & StyleHTMLAttributes<HTMLLinkElement>;
5
- declare const ContainerShadowStyle: ({ children, ...otherProps }: ContainerShadowStyleProps) => import("react/jsx-runtime").JSX.Element;
5
+ declare const ContainerShadowStyle: ({ children, ...otherProps }: ContainerShadowStyleProps) => import("react").JSX.Element;
6
6
  export default ContainerShadowStyle;
@@ -6,8 +6,8 @@ export type ContainerTabsProps = {
6
6
  children?: React.ReactNode;
7
7
  } & useThemeSharedProps<typeof ContainerTabsStyles, typeof variantKeys>;
8
8
  declare const ContainerTabs: {
9
- ({ children, className, size }: ContainerTabsProps): import("react/jsx-runtime").JSX.Element;
10
- Tabs: ({ className, items, tabSelected, size, onSelect }: TabsProps) => import("react/jsx-runtime").JSX.Element;
11
- TabContent: ({ children, className, size }: TabContentProps) => import("react/jsx-runtime").JSX.Element;
9
+ ({ children, className, size }: ContainerTabsProps): import("react").JSX.Element;
10
+ Tabs: ({ className, items, tabSelected, size, onSelect }: TabsProps) => import("react").JSX.Element;
11
+ TabContent: ({ children, className, size }: TabContentProps) => import("react").JSX.Element;
12
12
  };
13
13
  export default ContainerTabs;
@@ -7,5 +7,5 @@ export type TabProps = {
7
7
  index?: number;
8
8
  onSelect?: (index: number) => void;
9
9
  } & useThemeSharedProps<typeof ContainerTabsStyles, typeof variantKeys>;
10
- declare const Tab: ({ className, label, active, index, size, onSelect }: TabProps) => import("react/jsx-runtime").JSX.Element;
10
+ declare const Tab: ({ className, label, active, index, size, onSelect }: TabProps) => import("react").JSX.Element;
11
11
  export default Tab;
@@ -4,5 +4,5 @@ import { ReactNode } from 'react';
4
4
  export type TabContentProps = {
5
5
  children?: ReactNode;
6
6
  } & useThemeSharedProps<typeof ContainerTabsStyles, typeof variantKeys>;
7
- declare const TabContent: ({ children, className, size }: TabContentProps) => import("react/jsx-runtime").JSX.Element;
7
+ declare const TabContent: ({ children, className, size }: TabContentProps) => import("react").JSX.Element;
8
8
  export default TabContent;
@@ -8,5 +8,5 @@ export type TabsProps = {
8
8
  tabSelected?: number;
9
9
  onSelect?: (index: number) => void;
10
10
  } & useThemeSharedProps<typeof ContainerTabsStyles, typeof variantKeys>;
11
- declare const Tabs: ({ className, items, tabSelected, size, onSelect }: TabsProps) => import("react/jsx-runtime").JSX.Element;
11
+ declare const Tabs: ({ className, items, tabSelected, size, onSelect }: TabsProps) => import("react").JSX.Element;
12
12
  export default Tabs;
@@ -11,5 +11,5 @@ export type ContentEditableProps = {
11
11
  onEditOpen?: () => void;
12
12
  onEditClose?: () => void;
13
13
  } & useThemeSharedProps<typeof ContentEditableStyles, typeof variantKeys>;
14
- declare const ContentEditable: ({ className, myWindow, value, exitOnEnter, exitOnEscape, updateMode, openMode, size, onChange, onEditOpen, onEditClose }: ContentEditableProps) => import("react/jsx-runtime").JSX.Element;
14
+ declare const ContentEditable: ({ className, myWindow, value, exitOnEnter, exitOnEscape, updateMode, openMode, size, onChange, onEditOpen, onEditClose }: ContentEditableProps) => import("react").JSX.Element;
15
15
  export default ContentEditable;
@@ -3,5 +3,5 @@ import { useThemeSharedProps } from '../../hooks/useTheme';
3
3
  export type DummyProps = {
4
4
  content?: string;
5
5
  } & useThemeSharedProps<typeof DummyStyles, typeof variantKeys>;
6
- declare const Dummy: ({ className, content, intent, size }: DummyProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const Dummy: ({ className, content, intent, size }: DummyProps) => import("react").JSX.Element;
7
7
  export default Dummy;
@@ -11,6 +11,6 @@ declare class ErrorBoundary extends Component<ErrorBoundaryProps, ErrorBoundaryS
11
11
  hasError: boolean;
12
12
  };
13
13
  componentDidCatch(error: Error, errorInfo: ErrorInfo): void;
14
- render(): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react/jsx-runtime").JSX.Element | null | undefined;
14
+ render(): string | number | bigint | boolean | Iterable<ReactNode> | Promise<string | number | bigint | boolean | import('react').ReactPortal | import('react').ReactElement<unknown, string | import('react').JSXElementConstructor<any>> | Iterable<ReactNode> | null | undefined> | import("react").JSX.Element | null | undefined;
15
15
  }
16
16
  export default ErrorBoundary;
@@ -5,5 +5,5 @@ export type ErrorMessageProps = {
5
5
  disabled?: boolean;
6
6
  error?: boolean;
7
7
  } & useThemeSharedProps<typeof ErrorMessageStyles, typeof variantKeys>;
8
- declare const ErrorMessage: ({ className, message, disabled, error, intent, size }: ErrorMessageProps) => import("react/jsx-runtime").JSX.Element;
8
+ declare const ErrorMessage: ({ className, message, disabled, error, intent, size }: ErrorMessageProps) => import("react").JSX.Element;
9
9
  export default ErrorMessage;
@@ -28,5 +28,5 @@ export type FileUploadProps = {
28
28
  onChange?: (files?: File) => void;
29
29
  onDrop?: (files: File) => void;
30
30
  }) & Omit<useThemeSharedProps<typeof FileUploadStyles & typeof InputStyles, typeof variantKeys>, 'error'>;
31
- declare const _default: import('react').MemoExoticComponent<(props: FileUploadProps) => import("react/jsx-runtime").JSX.Element>;
31
+ declare const _default: import('react').MemoExoticComponent<(props: FileUploadProps) => import("react").JSX.Element>;
32
32
  export default _default;
@@ -4,5 +4,5 @@ export type DrawTypesProps = {
4
4
  maxSize: number;
5
5
  types: string[];
6
6
  };
7
- declare const DrawTypes: ({ className, minSize, maxSize, types }: DrawTypesProps) => import("react/jsx-runtime").JSX.Element;
7
+ declare const DrawTypes: ({ className, minSize, maxSize, types }: DrawTypesProps) => import("react").JSX.Element;
8
8
  export default DrawTypes;
@@ -8,5 +8,5 @@ export type FileUploadItemProps = {
8
8
  error?: ErrorMessageProps['message'] | ErrorMessageProps['error'];
9
9
  onRemove?: () => void;
10
10
  } & Omit<useThemeSharedProps<typeof FileUploadStyles & typeof InputStyles, typeof variantKeys>, 'error'>;
11
- declare const FileUploadItem: ({ className, clearable, intent, size, error, disabled, canDragAndDrop, value, onRemove }: FileUploadItemProps) => import("react/jsx-runtime").JSX.Element;
11
+ declare const FileUploadItem: ({ className, clearable, intent, size, error, disabled, canDragAndDrop, value, onRemove }: FileUploadItemProps) => import("react").JSX.Element;
12
12
  export default FileUploadItem;
@@ -8,5 +8,5 @@ export type FileUploadItemsProps = {
8
8
  error?: ErrorMessageProps['message'] | ErrorMessageProps['error'];
9
9
  onRemove?: (index: number) => () => void;
10
10
  } & Omit<useThemeSharedProps<typeof FileUploadStyles & typeof InputStyles, typeof variantKeys>, 'error'>;
11
- declare const FileUploadItems: ({ className, clearable, intent, size, error, disabled, canDragAndDrop, value, onRemove }: FileUploadItemsProps) => import("react/jsx-runtime").JSX.Element;
11
+ declare const FileUploadItems: ({ className, clearable, intent, size, error, disabled, canDragAndDrop, value, onRemove }: FileUploadItemsProps) => import("react").JSX.Element;
12
12
  export default FileUploadItems;
@@ -10,5 +10,5 @@ export type FileUploadMessageProps = {
10
10
  disabled: boolean;
11
11
  error?: ErrorMessageProps['message'] | ErrorMessageProps['error'];
12
12
  } & Omit<useThemeSharedProps<typeof FileUploadStyles & typeof InputStyles, typeof variantKeys>, 'error'>;
13
- declare const FileUploadMessage: ({ className, label, hasFiles, disabled, error, intent, size, canDragAndDrop }: FileUploadMessageProps) => import("react/jsx-runtime").JSX.Element;
13
+ declare const FileUploadMessage: ({ className, label, hasFiles, disabled, error, intent, size, canDragAndDrop }: FileUploadMessageProps) => import("react").JSX.Element;
14
14
  export default FileUploadMessage;
@@ -6,5 +6,5 @@ export type FlexProps = {
6
6
  children?: ReactNode;
7
7
  testId?: string;
8
8
  } & HTMLAttributes<HTMLDivElement> & useThemeSharedProps<typeof FlexStyles, typeof variantKeys>;
9
- declare const Flex: ({ ref, className, children, testId, direction, wrap, items, gap, justify, grow, basis, alignItems, shrink, ...props }: FlexProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const Flex: ({ ref, className, children, testId, direction, wrap, items, gap, justify, grow, basis, alignItems, shrink, ...props }: FlexProps) => import("react").JSX.Element;
10
10
  export default Flex;
@@ -20,19 +20,19 @@ export type FormProps<T extends ZodFormSchema> = {
20
20
  children?: ReactNode;
21
21
  ref?: RefObject<HTMLFormElement>;
22
22
  } & useThemeSharedProps<typeof FormStyles, typeof variantKeys>;
23
- declare const Form: (<T extends ZodFormSchema>({ ref, children, form, className, scrollable, testId, onReset, onSubmit }: FormProps<T>) => import("react/jsx-runtime").JSX.Element) & {
24
- Header: ({ className, children, testId, direction, wrap, items, justify, alignItems, gap, ...props }: FormHeaderProps) => import("react/jsx-runtime").JSX.Element;
25
- Body: ({ className, children, scrollable, testId, direction, wrap, items, justify, alignItems, gap, ...props }: FormBodyProps) => import("react/jsx-runtime").JSX.Element;
26
- Footer: ({ className, children, testId, direction, wrap, items, justify, alignItems, gap, ...props }: FormFooterProps) => import("react/jsx-runtime").JSX.Element;
23
+ declare const Form: (<T extends ZodFormSchema>({ ref, children, form, className, scrollable, testId, onReset, onSubmit }: FormProps<T>) => import("react").JSX.Element) & {
24
+ Header: ({ className, children, testId, direction, wrap, items, justify, alignItems, gap, ...props }: FormHeaderProps) => import("react").JSX.Element;
25
+ Body: ({ className, children, scrollable, testId, direction, wrap, items, justify, alignItems, gap, ...props }: FormBodyProps) => import("react").JSX.Element;
26
+ Footer: ({ className, children, testId, direction, wrap, items, justify, alignItems, gap, ...props }: FormFooterProps) => import("react").JSX.Element;
27
27
  Conditional: <T extends FieldValues, TName extends FieldPath<T>>({ control: controlProp, when, is, children }: Inputs.FormConditionalProps<T, TName>) => ReactNode;
28
- FileUpload: <T extends FieldValues, TName extends FieldPath<T>>(props: Inputs.FormFileUploadProps<T, TName>) => import("react/jsx-runtime").JSX.Element;
29
- Input: <T extends FieldValues, TName extends FieldPath<T>>(props: Inputs.FormInputProps<T, TName>) => import("react/jsx-runtime").JSX.Element;
30
- TextArea: <T extends FieldValues, TName extends FieldPath<T>>(props: Inputs.FormTextAreaProps<T, TName>) => import("react/jsx-runtime").JSX.Element;
31
- Select: <T extends FieldValues, TName extends FieldPath<T>>(props: Inputs.FormSelectProps<T, TName>) => import("react/jsx-runtime").JSX.Element;
32
- Select2: <T extends FieldValues, TName extends FieldPath<T>>(props: Inputs.FormSelect2Props<T, TName>) => import("react/jsx-runtime").JSX.Element;
33
- Custom: <T extends FieldValues, TName extends FieldPath<T>>(props: Inputs.FormFieldCustomProps<T, TName>) => import("react/jsx-runtime").JSX.Element;
34
- Switch: <T extends FieldValues, TName extends FieldPath<T>>(props: Inputs.FormSwitchProps<T, TName>) => import("react/jsx-runtime").JSX.Element;
35
- Checkbox: <T extends FieldValues, TName extends FieldPath<T>>(props: Inputs.FormCheckboxProps<T, TName>) => import("react/jsx-runtime").JSX.Element;
36
- Color: <T extends FieldValues, TName extends FieldPath<T>>(props: Inputs.FormColorProps<T, TName>) => import("react/jsx-runtime").JSX.Element;
28
+ FileUpload: <T extends FieldValues, TName extends FieldPath<T>>(props: Inputs.FormFileUploadProps<T, TName>) => import("react").JSX.Element;
29
+ Input: <T extends FieldValues, TName extends FieldPath<T>>(props: Inputs.FormInputProps<T, TName>) => import("react").JSX.Element;
30
+ TextArea: <T extends FieldValues, TName extends FieldPath<T>>(props: Inputs.FormTextAreaProps<T, TName>) => import("react").JSX.Element;
31
+ Select: <T extends FieldValues, TName extends FieldPath<T>>(props: Inputs.FormSelectProps<T, TName>) => import("react").JSX.Element;
32
+ Select2: <T extends FieldValues, TName extends FieldPath<T>>(props: Inputs.FormSelect2Props<T, TName>) => import("react").JSX.Element;
33
+ Custom: <T extends FieldValues, TName extends FieldPath<T>>(props: Inputs.FormFieldCustomProps<T, TName>) => import("react").JSX.Element;
34
+ Switch: <T extends FieldValues, TName extends FieldPath<T>>(props: Inputs.FormSwitchProps<T, TName>) => import("react").JSX.Element;
35
+ Checkbox: <T extends FieldValues, TName extends FieldPath<T>>(props: Inputs.FormCheckboxProps<T, TName>) => import("react").JSX.Element;
36
+ Color: <T extends FieldValues, TName extends FieldPath<T>>(props: Inputs.FormColorProps<T, TName>) => import("react").JSX.Element;
37
37
  };
38
38
  export default Form;
@@ -6,5 +6,5 @@ export type FormBodyProps = {
6
6
  children?: ReactNode;
7
7
  testId?: string;
8
8
  } & HTMLAttributes<HTMLDivElement> & useThemeSharedProps<typeof FormStyles, typeof variantKeys & typeof variantKeysFlex>;
9
- declare const FormBody: ({ className, children, scrollable, testId, direction, wrap, items, justify, alignItems, gap, ...props }: FormBodyProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const FormBody: ({ className, children, scrollable, testId, direction, wrap, items, justify, alignItems, gap, ...props }: FormBodyProps) => import("react").JSX.Element;
10
10
  export default FormBody;
@@ -6,5 +6,5 @@ export type FormFooterProps = {
6
6
  children?: ReactNode;
7
7
  testId?: string;
8
8
  } & HTMLAttributes<HTMLDivElement> & useThemeSharedProps<typeof FormStyles, typeof variantKeys & typeof variantKeysFlex>;
9
- declare const FormFooter: ({ className, children, testId, direction, wrap, items, justify, alignItems, gap, ...props }: FormFooterProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const FormFooter: ({ className, children, testId, direction, wrap, items, justify, alignItems, gap, ...props }: FormFooterProps) => import("react").JSX.Element;
10
10
  export default FormFooter;
@@ -6,5 +6,5 @@ export type FormHeaderProps = {
6
6
  children?: ReactNode;
7
7
  testId?: string;
8
8
  } & HTMLAttributes<HTMLDivElement> & useThemeSharedProps<typeof FormStyles, typeof variantKeys & typeof variantKeysFlex>;
9
- declare const FormHeader: ({ className, children, testId, direction, wrap, items, justify, alignItems, gap, ...props }: FormHeaderProps) => import("react/jsx-runtime").JSX.Element;
9
+ declare const FormHeader: ({ className, children, testId, direction, wrap, items, justify, alignItems, gap, ...props }: FormHeaderProps) => import("react").JSX.Element;
10
10
  export default FormHeader;
@@ -2,5 +2,5 @@ import { BaseFormFieldType } from '../Form';
2
2
  import { CheckboxProps } from '../../Checkbox';
3
3
  import { FieldValues, FieldPath } from 'react-hook-form';
4
4
  export type FormCheckboxProps<T extends FieldValues, TName extends FieldPath<T>> = CheckboxProps & BaseFormFieldType<T, TName>;
5
- declare const FormCheckbox: <T extends FieldValues, TName extends FieldPath<T>>(props: FormCheckboxProps<T, TName>) => import("react/jsx-runtime").JSX.Element;
5
+ declare const FormCheckbox: <T extends FieldValues, TName extends FieldPath<T>>(props: FormCheckboxProps<T, TName>) => import("react").JSX.Element;
6
6
  export default FormCheckbox;