@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
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const JustifyContentSpaceBetweenColumn: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default JustifyContentSpaceBetweenColumn;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const JustifyContentSpaceBetweenRow: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default JustifyContentSpaceBetweenRow;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const JustifyContentStartColumn: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default JustifyContentStartColumn;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const JustifyContentStartColumnReverse: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default JustifyContentStartColumnReverse;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const JustifyContentStartRow: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default JustifyContentStartRow;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const JustifyContentStartRowReverse: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default JustifyContentStartRowReverse;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const ListCircles: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default ListCircles;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const ListDots: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default ListDots;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const ListLetters: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default ListLetters;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const ListNumbers: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default ListNumbers;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const ListRoman: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default ListRoman;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const ListSquares: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default ListSquares;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const MarginBottom: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default MarginBottom;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const MarginLeft: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default MarginLeft;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const MarginRight: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default MarginRight;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const MarginTop: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default MarginTop;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const PaddingBottom: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default PaddingBottom;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const PaddingLeft: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default PaddingLeft;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const PaddingRight: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default PaddingRight;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const PaddingTop: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default PaddingTop;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const PageOverview: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default PageOverview;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const PageOverviewZoom: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default PageOverviewZoom;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const Form: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default Form;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const PositionAbsolute: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default PositionAbsolute;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const PositionAll: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default PositionAll;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const PositionBottom: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default PositionBottom;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const PositionBottomLeft: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default PositionBottomLeft;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const PositionBottomRight: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default PositionBottomRight;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const PositionFixed: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default PositionFixed;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const PositionLeft: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default PositionLeft;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const PositionRelative: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default PositionRelative;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const PositionRight: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default PositionRight;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const PositionTop: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default PositionTop;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const PositionTopLeft: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default PositionTopLeft;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const PositionTopRight: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default PositionTopRight;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const SizeOverflowScroll: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default SizeOverflowScroll;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const StateManager: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default StateManager;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const TextDecorationOverline: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default TextDecorationOverline;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const TextDirectionLtr: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default TextDirectionLtr;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const TextDirectionRtl: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default TextDirectionRtl;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const Variable: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default Variable;
@@ -1,5 +1,5 @@
1
1
  import { SVGAttributes } from 'react';
2
2
  declare const XMark: (props: {
3
3
  [key: string]: unknown;
4
- } & SVGAttributes<HTMLOrSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
+ } & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
5
5
  export default XMark;