@plitzi/plitzi-ui 1.6.8 → 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.
- package/dist/components/Accordion/Accordion.d.ts +4 -4
- package/dist/components/Accordion/components/AccordionItem/AccordionItem.d.ts +3 -3
- package/dist/components/Accordion/components/AccordionItem/ItemContent.d.ts +1 -1
- package/dist/components/Accordion/components/AccordionItem/ItemHeader.d.ts +1 -1
- package/dist/components/Alert/Alert.d.ts +1 -1
- package/dist/components/Badge/Badge.d.ts +1 -1
- package/dist/components/Breadcrumb/Breadcrumb.d.ts +1 -1
- package/dist/components/Breadcrumb/BreadcrumbItem.d.ts +1 -1
- package/dist/components/Button/Button.d.ts +2 -2
- package/dist/components/Cache/CacheProvider.d.ts +1 -1
- package/dist/components/Cache/hooks/useCache.d.ts +1 -1
- package/dist/components/Cache/hooks/useCache.js +4 -4
- package/dist/components/Card/Card.d.ts +5 -5
- package/dist/components/Card/CardBody.d.ts +1 -1
- package/dist/components/Card/CardFooter.d.ts +1 -1
- package/dist/components/Card/CardHeader.d.ts +1 -1
- package/dist/components/Checkbox/Checkbox.d.ts +1 -1
- package/dist/components/CodeMirror/CodeMirror.d.ts +1 -1
- package/dist/components/ColorPicker/ColorPicker.d.ts +1 -1
- package/dist/components/ContainerAutoScale/ContainerAutoScale.d.ts +1 -1
- package/dist/components/ContainerCollapsable/ContainerCollapsable.d.ts +3 -3
- package/dist/components/ContainerCollapsable/ContainerCollapsableContent.d.ts +1 -1
- package/dist/components/ContainerCollapsable/ContainerCollapsableHeader.d.ts +1 -1
- package/dist/components/ContainerDraggable/ContainerDraggable.d.ts +1 -1
- package/dist/components/ContainerDraggable/ContainerDraggableContent.d.ts +1 -1
- package/dist/components/ContainerDraggable/ContainerDraggableHeader.d.ts +1 -1
- package/dist/components/ContainerFloating/ContainerFloating.d.ts +3 -3
- package/dist/components/ContainerFloating/ContainerFloatingContent.d.ts +1 -1
- package/dist/components/ContainerFloating/ContainerFloatingTrigger.d.ts +1 -1
- package/dist/components/ContainerFrame/ContainerFrame.d.ts +1 -1
- package/dist/components/ContainerFrame/ContainerFrame.js +10 -1
- package/dist/components/ContainerResizable/ContainerResizable.d.ts +1 -1
- package/dist/components/ContainerRoot/ContainerRoot.d.ts +1 -1
- package/dist/components/ContainerShadow/ContainerShadow.d.ts +3 -3
- package/dist/components/ContainerShadow/ContainerShadowLink.d.ts +1 -1
- package/dist/components/ContainerShadow/ContainerShadowStyle.d.ts +1 -1
- package/dist/components/ContainerTabs/ContainerTabs.d.ts +3 -3
- package/dist/components/ContainerTabs/Tab.d.ts +1 -1
- package/dist/components/ContainerTabs/TabContent.d.ts +1 -1
- package/dist/components/ContainerTabs/Tabs.d.ts +1 -1
- package/dist/components/ContentEditable/ContentEditable.d.ts +1 -1
- package/dist/components/Dummy/Dummy.d.ts +1 -1
- package/dist/components/ErrorBoundary/ErrorBoundary.d.ts +1 -1
- package/dist/components/ErrorMessage/ErrorMessage.d.ts +1 -1
- package/dist/components/FileUpload/FileUpload.d.ts +1 -1
- package/dist/components/FileUpload/components/DrawTypes/DrawTypes.d.ts +1 -1
- package/dist/components/FileUpload/components/FileUploadItem/FileUploadItem.d.ts +1 -1
- package/dist/components/FileUpload/components/FileUploadItems/FileUploadItems.d.ts +1 -1
- package/dist/components/FileUpload/components/FileUploadMessage/FileUploadMessage.d.ts +1 -1
- package/dist/components/Flex/Flex.d.ts +1 -1
- package/dist/components/Form/Form.d.ts +13 -13
- package/dist/components/Form/FormBody.d.ts +1 -1
- package/dist/components/Form/FormFooter.d.ts +1 -1
- package/dist/components/Form/FormHeader.d.ts +1 -1
- package/dist/components/Form/fields/FormCheckbox.d.ts +1 -1
- package/dist/components/Form/fields/FormColor.d.ts +1 -1
- package/dist/components/Form/fields/FormFieldCustom.d.ts +1 -1
- package/dist/components/Form/fields/FormFileUpload.d.ts +1 -1
- package/dist/components/Form/fields/FormInput.d.ts +1 -1
- package/dist/components/Form/fields/FormSelect.d.ts +1 -1
- package/dist/components/Form/fields/FormSelect2.d.ts +1 -1
- package/dist/components/Form/fields/FormSwitch.d.ts +1 -1
- package/dist/components/Form/fields/FormTextArea.d.ts +1 -1
- package/dist/components/Heading/Heading.d.ts +1 -1
- package/dist/components/Icon/Icon.d.ts +1 -1
- package/dist/components/IconGroup/IconGroup.d.ts +3 -3
- package/dist/components/IconGroup/IconSeparator.d.ts +1 -1
- package/dist/components/Input/Input.d.ts +2 -2
- package/dist/components/Input/InputContainer.d.ts +1 -1
- package/dist/components/KVInput/KVInput.d.ts +1 -1
- package/dist/components/KVInput/KVInputItem.d.ts +1 -1
- package/dist/components/Label/Label.d.ts +1 -1
- package/dist/components/Markdown/Markdown.d.ts +1 -1
- package/dist/components/MenuList/Menu.d.ts +1 -1
- package/dist/components/MenuList/MenuItem.d.ts +1 -1
- package/dist/components/MenuList/MenuList.d.ts +5 -5
- package/dist/components/MenuList/MenuListTrigger.d.ts +1 -1
- package/dist/components/MetricInput/MetricInput.d.ts +2 -2
- package/dist/components/Modal/Modal.d.ts +4 -4
- package/dist/components/Modal/ModalProvider.d.ts +1 -1
- package/dist/components/Popup/Popup.d.ts +1 -1
- package/dist/components/Popup/PopupFloatingArea.d.ts +1 -1
- package/dist/components/Popup/PopupProvider.d.ts +1 -1
- package/dist/components/Popup/PopupSidebar.d.ts +2 -2
- package/dist/components/Popup/components/PopupSidePanel/PopupSidePanel.d.ts +1 -1
- package/dist/components/Popup/components/PopupSidePanel/PopupSidePanelItem.d.ts +1 -1
- package/dist/components/Provider/Provider.d.ts +1 -1
- package/dist/components/Provider/providers/ThemeProvider/ThemeProvider.d.ts +1 -1
- package/dist/components/QueryBuilder/GroupRules.d.ts +1 -1
- package/dist/components/QueryBuilder/QueryBuilder.d.ts +1 -1
- package/dist/components/QueryBuilder/QueryBuilderProvider.d.ts +1 -1
- package/dist/components/QueryBuilder/Rule.d.ts +1 -1
- package/dist/components/QueryBuilder/RuleOperator.d.ts +1 -1
- package/dist/components/QueryBuilder/RuleValue.d.ts +1 -1
- package/dist/components/Select/Select.d.ts +3 -3
- package/dist/components/Select/SelectOption.d.ts +1 -1
- package/dist/components/Select2/ListGroup.d.ts +1 -1
- package/dist/components/Select2/ListItem.d.ts +1 -1
- package/dist/components/Select2/Select2.d.ts +1 -1
- package/dist/components/Select2/SelectInput.d.ts +1 -1
- package/dist/components/Select2/SelectList.d.ts +1 -1
- package/dist/components/Sidebar/Sidebar.d.ts +3 -3
- package/dist/components/Sidebar/SidebarIcon.d.ts +1 -1
- package/dist/components/Sidebar/SidebarProvider.d.ts +1 -1
- package/dist/components/Sidebar/SidebarSeparator.d.ts +1 -1
- package/dist/components/Switch/Switch.d.ts +1 -1
- package/dist/components/Text/Text.d.ts +1 -1
- package/dist/components/TextArea/TextArea.d.ts +2 -2
- package/dist/components/Toast/ToastProvider.d.ts +1 -1
- package/dist/components/Tree/Tree.d.ts +1 -1
- package/dist/components/Tree/TreeNode.d.ts +2 -2
- package/dist/icons/AlignContentCenterColumn/AlignContentCenterColumn.d.ts +1 -1
- package/dist/icons/AlignContentCenterRow/AlignContentCenterRow.d.ts +1 -1
- package/dist/icons/AlignContentEndColumn/AlignContentEndColumn.d.ts +1 -1
- package/dist/icons/AlignContentEndReverseColumn/AlignContentEndReverseColumn.d.ts +1 -1
- package/dist/icons/AlignContentEndReverseRow/AlignContentEndReverseRow.d.ts +1 -1
- package/dist/icons/AlignContentEndRow/AlignContentEndRow.d.ts +1 -1
- package/dist/icons/AlignContentSpaceAroundColumn/AlignContentSpaceAroundColumn.d.ts +1 -1
- package/dist/icons/AlignContentSpaceAroundRow/AlignContentSpaceAroundRow.d.ts +1 -1
- package/dist/icons/AlignContentSpaceBetweenColumn/AlignContentSpaceBetweenColumn.d.ts +1 -1
- package/dist/icons/AlignContentSpaceBetweenRow/AlignContentSpaceBetweenRow.d.ts +1 -1
- package/dist/icons/AlignContentStartColumn/AlignContentStartColumn.d.ts +1 -1
- package/dist/icons/AlignContentStartReverseColumn/AlignContentStartReverseColumn.d.ts +1 -1
- package/dist/icons/AlignContentStartReverseRow/AlignContentStartReverseRow.d.ts +1 -1
- package/dist/icons/AlignContentStartRow/AlignContentStartRow.d.ts +1 -1
- package/dist/icons/AlignContentStretchColumn/AlignContentStretchColumn.d.ts +1 -1
- package/dist/icons/AlignContentStretchRow/AlignContentStretchRow.d.ts +1 -1
- package/dist/icons/AlignItemsBaselineColumn/AlignItemsBaselineColumn.d.ts +1 -1
- package/dist/icons/AlignItemsBaselineColumnReverse/AlignItemsBaselineColumnReverse.d.ts +1 -1
- package/dist/icons/AlignItemsBaselineRow/AlignItemsBaselineRow.d.ts +1 -1
- package/dist/icons/AlignItemsBaselineRowReverse/AlignItemsBaselineRowReverse.d.ts +1 -1
- package/dist/icons/AlignItemsCenterColumn/AlignItemsCenterColumn.d.ts +1 -1
- package/dist/icons/AlignItemsCenterColumnReverse/AlignItemsCenterColumnReverse.d.ts +1 -1
- package/dist/icons/AlignItemsCenterRow/AlignItemsCenterRow.d.ts +1 -1
- package/dist/icons/AlignItemsCenterRowReverse/AlignItemsCenterRowReverse.d.ts +1 -1
- package/dist/icons/AlignItemsEndColumn/AlignItemsEndColumn.d.ts +1 -1
- package/dist/icons/AlignItemsEndColumnReverse/AlignItemsEndColumnReverse.d.ts +1 -1
- package/dist/icons/AlignItemsEndRow/AlignItemsEndRow.d.ts +1 -1
- package/dist/icons/AlignItemsEndRowReverse/AlignItemsEndRowReverse.d.ts +1 -1
- package/dist/icons/AlignItemsStartColumn/AlignItemsStartColumn.d.ts +1 -1
- package/dist/icons/AlignItemsStartColumnReverse/AlignItemsStartColumnReverse.d.ts +1 -1
- package/dist/icons/AlignItemsStartRow/AlignItemsStartRow.d.ts +1 -1
- package/dist/icons/AlignItemsStartRowReverse/AlignItemsStartRowReverse.d.ts +1 -1
- package/dist/icons/AlignItemsStretchColumn/AlignItemsStretchColumn.d.ts +1 -1
- package/dist/icons/AlignItemsStretchRow/AlignItemsStretchRow.d.ts +1 -1
- package/dist/icons/AlignSelfBaselineRow/AlignSelfBaselineRow.d.ts +1 -1
- package/dist/icons/AlignSelfCenterRow/AlignSelfCenterRow.d.ts +1 -1
- package/dist/icons/AlignSelfEndRow/AlignSelfEndRow.d.ts +1 -1
- package/dist/icons/AlignSelfStartRow/AlignSelfStartRow.d.ts +1 -1
- package/dist/icons/AlignSelfStretchRow/AlignSelfStretchRow.d.ts +1 -1
- package/dist/icons/ArrowReverse/ArrowReverse.d.ts +1 -1
- package/dist/icons/BackgroundTileX/BackgroundTileX.d.ts +1 -1
- package/dist/icons/BackgroundTileXY/BackgroundTileXY.d.ts +1 -1
- package/dist/icons/BackgroundTileY/BackgroundTileY.d.ts +1 -1
- package/dist/icons/BorderBlack/BorderBlack.d.ts +1 -1
- package/dist/icons/BorderPlacementBottom/BorderPlacementBottom.d.ts +1 -1
- package/dist/icons/BorderPlacementCenter/BorderPlacementCenter.d.ts +1 -1
- package/dist/icons/BorderPlacementLeft/BorderPlacementLeft.d.ts +1 -1
- package/dist/icons/BorderPlacementRight/BorderPlacementRight.d.ts +1 -1
- package/dist/icons/BorderPlacementTop/BorderPlacementTop.d.ts +1 -1
- package/dist/icons/BorderStyleDashed/BorderStyleDashed.d.ts +1 -1
- package/dist/icons/BorderStyleDotted/BorderStyleDotted.d.ts +1 -1
- package/dist/icons/BorderStyleSolid/BorderStyleSolid.d.ts +1 -1
- package/dist/icons/BorderWhite/BorderWhite.d.ts +1 -1
- package/dist/icons/ClearBoth/ClearBoth.d.ts +1 -1
- package/dist/icons/ClearLeft/ClearLeft.d.ts +1 -1
- package/dist/icons/ClearRight/ClearRight.d.ts +1 -1
- package/dist/icons/DesktopWithMobile/DesktopWithMobile.d.ts +1 -1
- package/dist/icons/DisplayBlock/DisplayBlock.d.ts +1 -1
- package/dist/icons/DisplayFlex/DisplayFlex.d.ts +1 -1
- package/dist/icons/DisplayGrid/DisplayGrid.d.ts +1 -1
- package/dist/icons/DisplayInline/DisplayInline.d.ts +1 -1
- package/dist/icons/DisplayInlineBlock/DisplayInlineBlock.d.ts +1 -1
- package/dist/icons/EffectsTransitionEase/EffectsTransitionEase.d.ts +1 -1
- package/dist/icons/FlexGrowRow/FlexGrowRow.d.ts +1 -1
- package/dist/icons/FlexNoneRow/FlexNoneRow.d.ts +1 -1
- package/dist/icons/FlexShrinkRow/FlexShrinkRow.d.ts +1 -1
- package/dist/icons/FloatLeft/FloatLeft.d.ts +1 -1
- package/dist/icons/FloatRight/FloatRight.d.ts +1 -1
- package/dist/icons/Form/Form.d.ts +1 -1
- package/dist/icons/JustifyContentCenterColumn/JustifyContentCenterColumn.d.ts +1 -1
- package/dist/icons/JustifyContentCenterRow/JustifyContentCenterRow.d.ts +1 -1
- package/dist/icons/JustifyContentEndColumn/JustifyContentEndColumn.d.ts +1 -1
- package/dist/icons/JustifyContentEndColumnReverse/JustifyContentEndColumnReverse.d.ts +1 -1
- package/dist/icons/JustifyContentEndRow/JustifyContentEndRow.d.ts +1 -1
- package/dist/icons/JustifyContentEndRowReverse/JustifyContentEndRowReverse.d.ts +1 -1
- package/dist/icons/JustifyContentSpaceAroundColumn/JustifyContentSpaceAroundColumn.d.ts +1 -1
- package/dist/icons/JustifyContentSpaceAroundRow/JustifyContentSpaceAroundRow.d.ts +1 -1
- package/dist/icons/JustifyContentSpaceBetweenColumn/JustifyContentSpaceBetweenColumn.d.ts +1 -1
- package/dist/icons/JustifyContentSpaceBetweenRow/JustifyContentSpaceBetweenRow.d.ts +1 -1
- package/dist/icons/JustifyContentStartColumn/JustifyContentStartColumn.d.ts +1 -1
- package/dist/icons/JustifyContentStartColumnReverse/JustifyContentStartColumnReverse.d.ts +1 -1
- package/dist/icons/JustifyContentStartRow/JustifyContentStartRow.d.ts +1 -1
- package/dist/icons/JustifyContentStartRowReverse/JustifyContentStartRowReverse.d.ts +1 -1
- package/dist/icons/ListCircles/ListCircles.d.ts +1 -1
- package/dist/icons/ListDots/ListDots.d.ts +1 -1
- package/dist/icons/ListLetters/ListLetters.d.ts +1 -1
- package/dist/icons/ListNumbers/ListNumbers.d.ts +1 -1
- package/dist/icons/ListRoman/ListRoman.d.ts +1 -1
- package/dist/icons/ListSquares/ListSquares.d.ts +1 -1
- package/dist/icons/MarginBottom/MarginBottom.d.ts +1 -1
- package/dist/icons/MarginLeft/MarginLeft.d.ts +1 -1
- package/dist/icons/MarginRight/MarginRight.d.ts +1 -1
- package/dist/icons/MarginTop/MarginTop.d.ts +1 -1
- package/dist/icons/PaddingBottom/PaddingBottom.d.ts +1 -1
- package/dist/icons/PaddingLeft/PaddingLeft.d.ts +1 -1
- package/dist/icons/PaddingRight/PaddingRight.d.ts +1 -1
- package/dist/icons/PaddingTop/PaddingTop.d.ts +1 -1
- package/dist/icons/PageOverview/PageOverview.d.ts +1 -1
- package/dist/icons/PageOverviewZoom/PageOverviewZoom.d.ts +1 -1
- package/dist/icons/PlitziLogo/PlitziLogo.d.ts +1 -1
- package/dist/icons/PositionAbsolute/PositionAbsolute.d.ts +1 -1
- package/dist/icons/PositionAll/PositionAll.d.ts +1 -1
- package/dist/icons/PositionBottom/PositionBottom.d.ts +1 -1
- package/dist/icons/PositionBottomLeft/PositionBottomLeft.d.ts +1 -1
- package/dist/icons/PositionBottomRight/PositionBottomRight.d.ts +1 -1
- package/dist/icons/PositionFixed/PositionFixed.d.ts +1 -1
- package/dist/icons/PositionLeft/PositionLeft.d.ts +1 -1
- package/dist/icons/PositionRelative/PositionRelative.d.ts +1 -1
- package/dist/icons/PositionRight/PositionRight.d.ts +1 -1
- package/dist/icons/PositionTop/PositionTop.d.ts +1 -1
- package/dist/icons/PositionTopLeft/PositionTopLeft.d.ts +1 -1
- package/dist/icons/PositionTopRight/PositionTopRight.d.ts +1 -1
- package/dist/icons/SizeOverflowScroll/SizeOverflowScroll.d.ts +1 -1
- package/dist/icons/StateManager/StateManager.d.ts +1 -1
- package/dist/icons/TextDecorationOverline/TextDecorationOverline.d.ts +1 -1
- package/dist/icons/TextDirectionLtr/TextDirectionLtr.d.ts +1 -1
- package/dist/icons/TextDirectionRtl/TextDirectionRtl.d.ts +1 -1
- package/dist/icons/Variable/Variable.d.ts +1 -1
- package/dist/icons/XMark/XMark.d.ts +1 -1
- package/dist/plitzi-ui.css +2 -2
- package/package.json +36 -36
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SVGAttributes } from 'react';
|
|
2
2
|
declare const JustifyContentSpaceAroundColumn: (props: {
|
|
3
3
|
[key: string]: unknown;
|
|
4
|
-
} & SVGAttributes<HTMLOrSVGElement>) => import("react
|
|
4
|
+
} & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
|
|
5
5
|
export default JustifyContentSpaceAroundColumn;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SVGAttributes } from 'react';
|
|
2
2
|
declare const JustifyContentSpaceAroundRow: (props: {
|
|
3
3
|
[key: string]: unknown;
|
|
4
|
-
} & SVGAttributes<HTMLOrSVGElement>) => import("react
|
|
4
|
+
} & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
|
|
5
5
|
export default JustifyContentSpaceAroundRow;
|
|
@@ -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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
4
|
+
} & SVGAttributes<HTMLOrSVGElement>) => import("react").JSX.Element;
|
|
5
5
|
export default XMark;
|