react-miui 0.28.3 → 0.30.0
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/.storybook/main.ts +14 -14
- package/.storybook/preview.tsx +17 -14
- package/CHANGELOG.md +27 -0
- package/README.md +1 -1
- package/assets/tailspin.svg +32 -0
- package/dist/components/form/Checkbox.d.ts +8 -5
- package/dist/components/form/Checkbox.d.ts.map +1 -1
- package/dist/components/form/Checkbox.js +10 -4
- package/dist/components/form/Checkbox.js.map +1 -1
- package/dist/components/form/Checkbox.styled.js +1 -1
- package/dist/components/form/Checkbox.styled.js.map +1 -1
- package/dist/components/form/ColorPicker.d.ts +5 -3
- package/dist/components/form/ColorPicker.d.ts.map +1 -1
- package/dist/components/form/ColorPicker.js +8 -4
- package/dist/components/form/ColorPicker.js.map +1 -1
- package/dist/components/form/ColorPicker.styled.js +1 -1
- package/dist/components/form/ColorPicker.styled.js.map +1 -1
- package/dist/components/form/Label.d.ts +97 -6
- package/dist/components/form/Label.d.ts.map +1 -1
- package/dist/components/form/Label.js +42 -8
- package/dist/components/form/Label.js.map +1 -1
- package/dist/components/form/Select.d.ts +5 -1
- package/dist/components/form/Select.d.ts.map +1 -1
- package/dist/components/form/Select.js +1 -1
- package/dist/components/form/Select.js.map +1 -1
- package/dist/components/form/Toggle.d.ts +100 -5
- package/dist/components/form/Toggle.d.ts.map +1 -1
- package/dist/components/form/Toggle.js +8 -4
- package/dist/components/form/Toggle.js.map +1 -1
- package/dist/components/form/choice/Choice.d.ts +5 -4
- package/dist/components/form/choice/Choice.d.ts.map +1 -1
- package/dist/components/form/choice/Choice.js +42 -8
- package/dist/components/form/choice/Choice.js.map +1 -1
- package/dist/components/form/choice/ChoiceItem.d.ts +5 -1
- package/dist/components/form/choice/ChoiceItem.d.ts.map +1 -1
- package/dist/components/form/choice/ChoiceItem.js +3 -1
- package/dist/components/form/choice/ChoiceItem.js.map +1 -1
- package/dist/components/form/choice/ChoiceItem.styled.d.ts +85 -0
- package/dist/components/form/choice/ChoiceItem.styled.d.ts.map +1 -0
- package/dist/components/form/choice/ChoiceItem.styled.js +9 -0
- package/dist/components/form/choice/ChoiceItem.styled.js.map +1 -0
- package/dist/components/form/input/Input.css.d.ts +16 -16
- package/dist/components/form/input/Input.css.d.ts.map +1 -1
- package/dist/components/form/input/Input.css.js.map +1 -1
- package/dist/components/form/input/Input.d.ts +1 -1
- package/dist/components/form/input/Input.d.ts.map +1 -1
- package/dist/components/form/input/Input.js.map +1 -1
- package/dist/components/form/textarea/TextArea.d.ts +4 -2
- package/dist/components/form/textarea/TextArea.d.ts.map +1 -1
- package/dist/components/form/textarea/TextArea.js +5 -3
- package/dist/components/form/textarea/TextArea.js.map +1 -1
- package/dist/components/icons/Battery.js +2 -2
- package/dist/components/icons/Battery.js.map +1 -1
- package/dist/components/icons/Checkmark.js +1 -1
- package/dist/components/icons/Checkmark.js.map +1 -1
- package/dist/components/icons/Config.js +1 -1
- package/dist/components/icons/Config.js.map +1 -1
- package/dist/components/icons/Dots.js +1 -1
- package/dist/components/icons/Dots.js.map +1 -1
- package/dist/components/icons/Heart.js +1 -1
- package/dist/components/icons/Heart.js.map +1 -1
- package/dist/components/icons/Trash.js +1 -1
- package/dist/components/icons/Trash.js.map +1 -1
- package/dist/components/layout/card/Card.d.ts +5 -9
- package/dist/components/layout/card/Card.d.ts.map +1 -1
- package/dist/components/layout/card/Card.js +2 -15
- package/dist/components/layout/card/Card.js.map +1 -1
- package/dist/components/layout/card/Card.styled.d.ts +87 -0
- package/dist/components/layout/card/Card.styled.d.ts.map +1 -0
- package/dist/components/layout/card/Card.styled.js +23 -0
- package/dist/components/layout/card/Card.styled.js.map +1 -0
- package/dist/components/layout/header/Header.d.ts +7 -5
- package/dist/components/layout/header/Header.d.ts.map +1 -1
- package/dist/components/layout/header/Header.js +41 -10
- package/dist/components/layout/header/Header.js.map +1 -1
- package/dist/components/layout/header/HeaderIconAction.d.ts.map +1 -1
- package/dist/components/layout/header/HeaderIconAction.js.map +1 -1
- package/dist/components/layout/header/HeaderIconAction.styled.js +1 -1
- package/dist/components/layout/header/HeaderIconAction.styled.js.map +1 -1
- package/dist/components/layout/header/StickyHeader.d.ts +1 -0
- package/dist/components/layout/header/StickyHeader.d.ts.map +1 -1
- package/dist/components/layout/header/StickyHeader.js +1 -1
- package/dist/components/layout/header/StickyHeader.js.map +1 -1
- package/dist/components/layout/section/SearchContainer.d.ts +83 -6
- package/dist/components/layout/section/SearchContainer.d.ts.map +1 -1
- package/dist/components/layout/section/SearchContainer.js +2 -9
- package/dist/components/layout/section/SearchContainer.js.map +1 -1
- package/dist/components/layout/section/Section.d.ts +86 -7
- package/dist/components/layout/section/Section.d.ts.map +1 -1
- package/dist/components/layout/section/Section.js +4 -2
- package/dist/components/layout/section/Section.js.map +1 -1
- package/dist/components/native/index.d.ts.map +1 -1
- package/dist/components/native/index.js +3 -1
- package/dist/components/native/index.js.map +1 -1
- package/dist/components/ui/action/Action.js.map +1 -1
- package/dist/components/ui/action/EqualActions.d.ts +4 -3
- package/dist/components/ui/action/EqualActions.d.ts.map +1 -1
- package/dist/components/ui/action/EqualActions.js +41 -10
- package/dist/components/ui/action/EqualActions.js.map +1 -1
- package/dist/components/ui/action/EqualActions.styled.d.ts +87 -0
- package/dist/components/ui/action/EqualActions.styled.d.ts.map +1 -0
- package/dist/components/ui/action/EqualActions.styled.js +20 -0
- package/dist/components/ui/action/EqualActions.styled.js.map +1 -0
- package/dist/components/ui/directionPad/Button.d.ts +6 -4
- package/dist/components/ui/directionPad/Button.d.ts.map +1 -1
- package/dist/components/ui/directionPad/Button.js +44 -10
- package/dist/components/ui/directionPad/Button.js.map +1 -1
- package/dist/components/ui/directionPad/Button.styled.d.ts +168 -0
- package/dist/components/ui/directionPad/Button.styled.d.ts.map +1 -0
- package/dist/components/ui/directionPad/Button.styled.js +24 -0
- package/dist/components/ui/directionPad/Button.styled.js.map +1 -0
- package/dist/components/ui/directionPad/Middle.d.ts +4 -3
- package/dist/components/ui/directionPad/Middle.d.ts.map +1 -1
- package/dist/components/ui/directionPad/Middle.js +40 -8
- package/dist/components/ui/directionPad/Middle.js.map +1 -1
- package/dist/components/ui/directionPad/Middle.styled.d.ts +85 -0
- package/dist/components/ui/directionPad/Middle.styled.d.ts.map +1 -0
- package/dist/components/ui/directionPad/Middle.styled.js +19 -0
- package/dist/components/ui/directionPad/Middle.styled.js.map +1 -0
- package/dist/components/ui/directionPad/Pad.d.ts +9 -4
- package/dist/components/ui/directionPad/Pad.d.ts.map +1 -1
- package/dist/components/ui/directionPad/Pad.js +51 -13
- package/dist/components/ui/directionPad/Pad.js.map +1 -1
- package/dist/components/ui/directionPad/Pad.styled.d.ts +168 -0
- package/dist/components/ui/directionPad/Pad.styled.d.ts.map +1 -0
- package/dist/components/ui/directionPad/Pad.styled.js +21 -0
- package/dist/components/ui/directionPad/Pad.styled.js.map +1 -0
- package/dist/components/ui/drawer/Drawer.d.ts +7 -18
- package/dist/components/ui/drawer/Drawer.d.ts.map +1 -1
- package/dist/components/ui/drawer/Drawer.js +38 -56
- package/dist/components/ui/drawer/Drawer.js.map +1 -1
- package/dist/components/ui/drawer/Drawer.styled.d.ts +168 -0
- package/dist/components/ui/drawer/Drawer.styled.d.ts.map +1 -0
- package/dist/components/ui/drawer/Drawer.styled.js +21 -0
- package/dist/components/ui/drawer/Drawer.styled.js.map +1 -0
- package/dist/components/ui/keyValue/KeyValue.d.ts +10 -4
- package/dist/components/ui/keyValue/KeyValue.d.ts.map +1 -1
- package/dist/components/ui/keyValue/KeyValue.js +64 -22
- package/dist/components/ui/keyValue/KeyValue.js.map +1 -1
- package/dist/components/ui/keyValue/KeyValue.styled.d.ts +503 -0
- package/dist/components/ui/keyValue/KeyValue.styled.d.ts.map +1 -0
- package/dist/components/ui/keyValue/KeyValue.styled.js +63 -0
- package/dist/components/ui/keyValue/KeyValue.styled.js.map +1 -0
- package/dist/components/ui/loader/CoveringLoader.d.ts +7 -6
- package/dist/components/ui/loader/CoveringLoader.d.ts.map +1 -1
- package/dist/components/ui/loader/CoveringLoader.js +97 -39
- package/dist/components/ui/loader/CoveringLoader.js.map +1 -1
- package/dist/components/ui/loader/FullLoader.d.ts +2 -3
- package/dist/components/ui/loader/FullLoader.d.ts.map +1 -1
- package/dist/components/ui/loader/FullLoader.js.map +1 -1
- package/dist/components/ui/loader/Loader.d.ts +1 -1
- package/dist/components/ui/loader/Loader.d.ts.map +1 -1
- package/dist/components/ui/loader/Loader.js +8 -47
- package/dist/components/ui/loader/Loader.js.map +1 -1
- package/dist/components/ui/loader/PopLoader.js +2 -2
- package/dist/components/ui/loader/PopLoader.js.map +1 -1
- package/dist/components/ui/modal/ModalButtons.styled.d.ts +87 -89
- package/dist/components/ui/modal/ModalButtons.styled.d.ts.map +1 -1
- package/dist/components/ui/modal/ModalButtons.styled.js +4 -2
- package/dist/components/ui/modal/ModalButtons.styled.js.map +1 -1
- package/dist/components/ui/pop/OnButtonClick.js +1 -1
- package/dist/components/ui/pop/OnButtonClick.js.map +1 -1
- package/dist/components/ui/pop/Pop.d.ts.map +1 -1
- package/dist/components/ui/pop/Pop.js +4 -0
- package/dist/components/ui/pop/Pop.js.map +1 -1
- package/dist/components/ui/pop/Pop.styled.js +1 -1
- package/dist/components/ui/pop/Pop.styled.js.map +1 -1
- package/dist/components/ui/progress/Progress.d.ts +6 -4
- package/dist/components/ui/progress/Progress.d.ts.map +1 -1
- package/dist/components/ui/progress/Progress.js +45 -8
- package/dist/components/ui/progress/Progress.js.map +1 -1
- package/dist/components/ui/stats/Stats.d.ts +14 -8
- package/dist/components/ui/stats/Stats.d.ts.map +1 -1
- package/dist/components/ui/stats/Stats.js +64 -16
- package/dist/components/ui/stats/Stats.js.map +1 -1
- package/dist/components/ui/stats/Stats.styled.d.ts +419 -0
- package/dist/components/ui/stats/Stats.styled.d.ts.map +1 -0
- package/dist/components/ui/stats/Stats.styled.js +56 -0
- package/dist/components/ui/stats/Stats.styled.js.map +1 -0
- package/dist/components/ui/tabs/Item.d.ts +8 -4
- package/dist/components/ui/tabs/Item.d.ts.map +1 -1
- package/dist/components/ui/tabs/Item.js +5 -10
- package/dist/components/ui/tabs/Item.js.map +1 -1
- package/dist/components/ui/tabs/Item.styled.d.ts +4 -0
- package/dist/components/ui/tabs/Item.styled.d.ts.map +1 -0
- package/dist/components/ui/tabs/Item.styled.js +20 -0
- package/dist/components/ui/tabs/Item.styled.js.map +1 -0
- package/dist/components/ui/tabs/Selector.d.ts +7 -5
- package/dist/components/ui/tabs/Selector.d.ts.map +1 -1
- package/dist/components/ui/tabs/Selector.js +11 -11
- package/dist/components/ui/tabs/Selector.js.map +1 -1
- package/dist/components/ui/tabs/Selector.styled.d.ts +2 -0
- package/dist/components/ui/tabs/Selector.styled.d.ts.map +1 -0
- package/dist/components/ui/tabs/Selector.styled.js +14 -0
- package/dist/components/ui/tabs/Selector.styled.js.map +1 -0
- package/dist/components/ui/toaster/Toaster.d.ts.map +1 -1
- package/dist/components/ui/toaster/Toaster.js +1 -0
- package/dist/components/ui/toaster/Toaster.js.map +1 -1
- package/dist/components/utils/Gap.d.ts +87 -0
- package/dist/components/utils/Gap.d.ts.map +1 -0
- package/dist/components/utils/Gap.js +18 -0
- package/dist/components/utils/Gap.js.map +1 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -1
- package/dist/index.js.map +1 -1
- package/dist/scrollbars.css.d.ts.map +1 -1
- package/dist/scrollbars.css.js +2 -2
- package/dist/scrollbars.css.js.map +1 -1
- package/dist/theme.css-global.d.ts +3 -0
- package/dist/theme.css-global.d.ts.map +1 -0
- package/dist/theme.css-global.js +19 -0
- package/dist/theme.css-global.js.map +1 -0
- package/dist/theme.css-reset.d.ts.map +1 -1
- package/dist/theme.css-reset.js +2 -4
- package/dist/theme.css-reset.js.map +1 -1
- package/dist/theme.d.ts +2 -2
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.d.ts.map +1 -1
- package/dist/utils/index.js +1 -1
- package/dist/utils/index.js.map +1 -1
- package/dist/utils/useTailSpin.d.ts +8 -0
- package/dist/utils/useTailSpin.d.ts.map +1 -0
- package/dist/utils/useTailSpin.js +20 -0
- package/dist/utils/useTailSpin.js.map +1 -0
- package/docs/assets/hierarchy.js +1 -0
- package/docs/assets/highlight.css +21 -0
- package/docs/assets/icons.js +18 -0
- package/docs/assets/icons.svg +1 -0
- package/docs/assets/main.js +5 -3
- package/docs/assets/navigation.js +1 -0
- package/docs/assets/search.js +1 -1
- package/docs/assets/style.css +1467 -1136
- package/docs/classes/index.Pop.html +123 -0
- package/docs/classes/index.ToasterProvider.html +120 -0
- package/docs/documents/Test.html +2 -0
- package/docs/enums/index.ICON.html +10 -0
- package/docs/functions/index.Action.html +31 -0
- package/docs/functions/index.Button.html +16 -0
- package/docs/functions/index.Card.html +15 -0
- package/docs/functions/index.Checkbox.html +11 -0
- package/docs/functions/index.Choice.html +10 -0
- package/docs/functions/index.ColorPicker.html +11 -0
- package/docs/functions/index.CoveringLoader.html +21 -0
- package/docs/functions/index.DirectionPad.html +10 -0
- package/docs/functions/index.Drawer.html +10 -0
- package/docs/functions/index.EqualActions.html +10 -0
- package/docs/functions/index.FullLoader.html +30 -0
- package/docs/functions/index.Gap.html +15 -0
- package/docs/functions/index.HandleEsc.html +29 -0
- package/docs/functions/index.Header.html +14 -0
- package/docs/functions/index.HeaderIconAction.html +31 -0
- package/docs/functions/index.Icon-1.html +29 -0
- package/docs/functions/index.If.html +29 -0
- package/docs/functions/index.Input.html +1 -0
- package/docs/functions/index.KeyValue.html +10 -0
- package/docs/functions/index.Label.html +10 -0
- package/docs/functions/index.Line.html +16 -0
- package/docs/functions/index.List.html +40 -0
- package/docs/functions/index.Loader.html +32 -0
- package/docs/functions/index.Loading.html +34 -0
- package/docs/functions/index.Message.html +16 -0
- package/docs/functions/index.Modal.html +30 -0
- package/docs/functions/index.ModalButtons.html +16 -0
- package/docs/functions/index.PopLoader.html +32 -0
- package/docs/functions/index.PopOption.html +29 -0
- package/docs/functions/index.Progress.html +11 -0
- package/docs/functions/index.SearchContainer.html +15 -0
- package/docs/functions/index.Section.html +19 -0
- package/docs/functions/index.Select.html +15 -0
- package/docs/functions/index.Selector.html +10 -0
- package/docs/functions/index.Spacer.html +15 -0
- package/docs/functions/index.Stats.html +10 -0
- package/docs/functions/index.StickyHeader.html +15 -0
- package/docs/functions/index.Table.html +15 -0
- package/docs/functions/index.TextArea.html +10 -0
- package/docs/functions/index.Toggle.html +13 -0
- package/docs/functions/index.ToolButton.html +16 -0
- package/docs/functions/index.borderPxToRem.html +1 -0
- package/docs/functions/index.createTheme.html +1 -0
- package/docs/functions/index.css.html +1 -0
- package/docs/functions/index.dimensionsPxToRem.html +1 -0
- package/docs/functions/index.fontPxToRem.html +1 -0
- package/docs/functions/index.getCssText.html +1 -0
- package/docs/functions/index.globalCss.html +3 -0
- package/docs/functions/index.injectGlobalStyles.html +1 -0
- package/docs/functions/index.keyframes.html +1 -0
- package/docs/functions/index.pxToRem.html +1 -0
- package/docs/functions/index.styled.html +1 -0
- package/docs/functions/index.useToaster.html +1 -0
- package/docs/index.html +6 -120
- package/docs/interfaces/index.IconProps.html +3 -0
- package/docs/interfaces/index.InputCustomProps.html +7 -0
- package/docs/interfaces/index.LoaderProps.html +9 -0
- package/docs/interfaces/index.StickyHeaderProps.html +9 -0
- package/docs/modules/index.html +1 -0
- package/docs/modules.html +1 -213
- package/docs/types/index.ActionProps.html +1 -0
- package/docs/types/index.CardProps.html +1 -0
- package/docs/types/index.CheckboxProps.html +2 -0
- package/docs/types/index.ChoiceProps.html +1 -0
- package/docs/types/index.ColorPickerProps.html +1 -0
- package/docs/types/index.DirectionPadProps.html +1 -0
- package/docs/types/index.DrawerProps.html +1 -0
- package/docs/types/index.EqualActionsProps.html +1 -0
- package/docs/types/index.HeaderProps.html +1 -0
- package/docs/types/index.InputProps.html +1 -0
- package/docs/types/index.KeyValueProps.html +1 -0
- package/docs/types/index.LabelProps.html +1 -0
- package/docs/types/index.OverwriteProps.html +1 -0
- package/docs/types/index.ProgressProps.html +5 -0
- package/docs/types/index.SelectProps.html +1 -0
- package/docs/types/index.SelectorProps.html +1 -0
- package/docs/types/index.Stat.html +1 -0
- package/docs/types/index.StatsProps.html +1 -0
- package/docs/types/index.TextAreaProps.html +1 -0
- package/docs/types/index.ThemeCSS.html +1 -0
- package/docs/types/index.ToggleProps.html +4 -0
- package/docs/variables/index.CheckboxCheckmarkWrapperSelector.html +1 -0
- package/docs/variables/index.CheckboxTextLabelSelector.html +1 -0
- package/docs/variables/index.ChoiceItemSelector.html +1 -0
- package/docs/variables/index.ColorPickerColorDisplaySelector.html +1 -0
- package/docs/variables/index.DirectionPadButtonDotSelector.html +1 -0
- package/docs/variables/index.DirectionPadButtonSelector.html +1 -0
- package/docs/variables/index.DirectionPadLineSelector.html +1 -0
- package/docs/variables/index.DirectionPadMiddleSelector.html +1 -0
- package/docs/variables/index.DrawerContentSelector.html +1 -0
- package/docs/variables/index.HeaderAfterSelector.html +1 -0
- package/docs/variables/index.HeaderBeforeSelector.html +1 -0
- package/docs/variables/index.HeaderContentsSelector.html +1 -0
- package/docs/variables/index.KeyValueIconSelector.html +1 -0
- package/docs/variables/index.KeyValueItemSelector.html +1 -0
- package/docs/variables/index.KeyValueKeySelector.html +1 -0
- package/docs/variables/index.KeyValuePairSelector.html +1 -0
- package/docs/variables/index.KeyValueValueSelector.html +1 -0
- package/docs/variables/index.LabelTextSelector.html +1 -0
- package/docs/variables/index.ProgressBackgroundSelector.html +1 -0
- package/docs/variables/index.ProgressValueSelector.html +1 -0
- package/docs/variables/index.SelectorItemSelector.html +1 -0
- package/docs/variables/index.StatsItemSelector.html +1 -0
- package/docs/variables/index.StatsLabelSelector.html +1 -0
- package/docs/variables/index.StatsSeparatorSelector.html +1 -0
- package/docs/variables/index.StatsValueSelector.html +1 -0
- package/docs/variables/index.ToggleStyledToggleSelector.html +1 -0
- package/docs/variables/index.config.html +1 -0
- package/docs/variables/index.cssReset.html +2 -0
- package/docs/variables/index.miuiScrollbars.html +1 -0
- package/docs/variables/index.theme.html +1 -0
- package/esm/components/form/Checkbox.d.ts +8 -5
- package/esm/components/form/Checkbox.d.ts.map +1 -1
- package/esm/components/form/Checkbox.js +9 -5
- package/esm/components/form/Checkbox.js.map +1 -1
- package/esm/components/form/Checkbox.stories.d.ts +1 -1
- package/esm/components/form/Checkbox.stories.d.ts.map +1 -1
- package/esm/components/form/Checkbox.styled.js +1 -1
- package/esm/components/form/Checkbox.styled.js.map +1 -1
- package/esm/components/form/ColorPicker.d.ts +5 -3
- package/esm/components/form/ColorPicker.d.ts.map +1 -1
- package/esm/components/form/ColorPicker.js +8 -5
- package/esm/components/form/ColorPicker.js.map +1 -1
- package/esm/components/form/ColorPicker.stories.d.ts +1 -1
- package/esm/components/form/ColorPicker.stories.d.ts.map +1 -1
- package/esm/components/form/ColorPicker.styled.js +1 -1
- package/esm/components/form/ColorPicker.styled.js.map +1 -1
- package/esm/components/form/Label.d.ts +97 -6
- package/esm/components/form/Label.d.ts.map +1 -1
- package/esm/components/form/Label.js +8 -5
- package/esm/components/form/Label.js.map +1 -1
- package/esm/components/form/Label.stories.d.ts +1 -1
- package/esm/components/form/Label.stories.d.ts.map +1 -1
- package/esm/components/form/Select.d.ts +5 -1
- package/esm/components/form/Select.d.ts.map +1 -1
- package/esm/components/form/Select.js +2 -1
- package/esm/components/form/Select.js.map +1 -1
- package/esm/components/form/Select.stories.d.ts +1 -1
- package/esm/components/form/Select.stories.d.ts.map +1 -1
- package/esm/components/form/Toggle.d.ts +100 -5
- package/esm/components/form/Toggle.d.ts.map +1 -1
- package/esm/components/form/Toggle.js +8 -5
- package/esm/components/form/Toggle.js.map +1 -1
- package/esm/components/form/Toggle.stories.d.ts +1 -1
- package/esm/components/form/Toggle.stories.d.ts.map +1 -1
- package/esm/components/form/choice/Choice.d.ts +5 -4
- package/esm/components/form/choice/Choice.d.ts.map +1 -1
- package/esm/components/form/choice/Choice.js +8 -5
- package/esm/components/form/choice/Choice.js.map +1 -1
- package/esm/components/form/choice/Choice.stories.d.ts +1 -1
- package/esm/components/form/choice/Choice.stories.d.ts.map +1 -1
- package/esm/components/form/choice/ChoiceItem.d.ts +5 -1
- package/esm/components/form/choice/ChoiceItem.d.ts.map +1 -1
- package/esm/components/form/choice/ChoiceItem.js +3 -1
- package/esm/components/form/choice/ChoiceItem.js.map +1 -1
- package/esm/components/form/choice/ChoiceItem.styled.d.ts +85 -0
- package/esm/components/form/choice/ChoiceItem.styled.d.ts.map +1 -0
- package/esm/components/form/choice/ChoiceItem.styled.js +6 -0
- package/esm/components/form/choice/ChoiceItem.styled.js.map +1 -0
- package/esm/components/form/input/Input.css.d.ts +16 -16
- package/esm/components/form/input/Input.css.d.ts.map +1 -1
- package/esm/components/form/input/Input.css.js.map +1 -1
- package/esm/components/form/input/Input.d.ts +1 -1
- package/esm/components/form/input/Input.d.ts.map +1 -1
- package/esm/components/form/input/Input.js.map +1 -1
- package/esm/components/form/input/Input.stories.d.ts +1 -1
- package/esm/components/form/input/Input.stories.d.ts.map +1 -1
- package/esm/components/form/input/Input.stories.js +3 -2
- package/esm/components/form/input/Input.stories.js.map +1 -1
- package/esm/components/form/textarea/TextArea.d.ts +4 -2
- package/esm/components/form/textarea/TextArea.d.ts.map +1 -1
- package/esm/components/form/textarea/TextArea.js +7 -5
- package/esm/components/form/textarea/TextArea.js.map +1 -1
- package/esm/components/form/textarea/TextArea.stories.d.ts +1 -1
- package/esm/components/form/textarea/TextArea.stories.d.ts.map +1 -1
- package/esm/components/icons/Battery.js +2 -2
- package/esm/components/icons/Battery.js.map +1 -1
- package/esm/components/icons/Checkmark.js +1 -1
- package/esm/components/icons/Checkmark.js.map +1 -1
- package/esm/components/icons/Config.js +1 -1
- package/esm/components/icons/Config.js.map +1 -1
- package/esm/components/icons/Dots.js +1 -1
- package/esm/components/icons/Dots.js.map +1 -1
- package/esm/components/icons/Heart.js +1 -1
- package/esm/components/icons/Heart.js.map +1 -1
- package/esm/components/icons/Icon.stories.d.ts +10 -0
- package/esm/components/icons/Icon.stories.d.ts.map +1 -0
- package/esm/components/icons/Icon.stories.js +49 -0
- package/esm/components/icons/Icon.stories.js.map +1 -0
- package/esm/components/icons/Trash.js +1 -1
- package/esm/components/icons/Trash.js.map +1 -1
- package/esm/components/layout/card/Card.d.ts +5 -9
- package/esm/components/layout/card/Card.d.ts.map +1 -1
- package/esm/components/layout/card/Card.js +2 -12
- package/esm/components/layout/card/Card.js.map +1 -1
- package/esm/components/layout/card/Card.stories.d.ts +11 -0
- package/esm/components/layout/card/Card.stories.d.ts.map +1 -0
- package/esm/components/layout/card/Card.stories.js +39 -0
- package/esm/components/layout/card/Card.stories.js.map +1 -0
- package/esm/components/layout/card/Card.styled.d.ts +87 -0
- package/esm/components/layout/card/Card.styled.d.ts.map +1 -0
- package/esm/components/layout/card/Card.styled.js +20 -0
- package/esm/components/layout/card/Card.styled.js.map +1 -0
- package/esm/components/layout/header/Header.d.ts +7 -5
- package/esm/components/layout/header/Header.d.ts.map +1 -1
- package/esm/components/layout/header/Header.js +8 -7
- package/esm/components/layout/header/Header.js.map +1 -1
- package/esm/components/layout/header/Header.stories.d.ts +1 -1
- package/esm/components/layout/header/Header.stories.d.ts.map +1 -1
- package/esm/components/layout/header/HeaderIconAction.d.ts.map +1 -1
- package/esm/components/layout/header/HeaderIconAction.js.map +1 -1
- package/esm/components/layout/header/HeaderIconAction.stories.d.ts +1 -1
- package/esm/components/layout/header/HeaderIconAction.stories.d.ts.map +1 -1
- package/esm/components/layout/header/HeaderIconAction.styled.js +2 -2
- package/esm/components/layout/header/HeaderIconAction.styled.js.map +1 -1
- package/esm/components/layout/header/StickyHeader.d.ts +1 -0
- package/esm/components/layout/header/StickyHeader.d.ts.map +1 -1
- package/esm/components/layout/header/StickyHeader.js +1 -1
- package/esm/components/layout/header/StickyHeader.js.map +1 -1
- package/esm/components/layout/header/StickyHeader.stories.d.ts +1 -1
- package/esm/components/layout/header/StickyHeader.stories.d.ts.map +1 -1
- package/esm/components/layout/list/Header.stories.d.ts +1 -1
- package/esm/components/layout/list/Header.stories.d.ts.map +1 -1
- package/esm/components/layout/list/Item.stories.d.ts +1 -1
- package/esm/components/layout/list/Item.stories.d.ts.map +1 -1
- package/esm/components/layout/list/Item.stories.js +0 -2
- package/esm/components/layout/list/Item.stories.js.map +1 -1
- package/esm/components/layout/list/Label.stories.d.ts +1 -1
- package/esm/components/layout/list/Label.stories.d.ts.map +1 -1
- package/esm/components/layout/list/List.stories.d.ts +1 -1
- package/esm/components/layout/list/List.stories.d.ts.map +1 -1
- package/esm/components/layout/list/Value.stories.d.ts +1 -1
- package/esm/components/layout/list/Value.stories.d.ts.map +1 -1
- package/esm/components/layout/section/SearchContainer.d.ts +83 -6
- package/esm/components/layout/section/SearchContainer.d.ts.map +1 -1
- package/esm/components/layout/section/SearchContainer.js +2 -6
- package/esm/components/layout/section/SearchContainer.js.map +1 -1
- package/esm/components/layout/section/Section.d.ts +86 -7
- package/esm/components/layout/section/Section.d.ts.map +1 -1
- package/esm/components/layout/section/Section.js +4 -2
- package/esm/components/layout/section/Section.js.map +1 -1
- package/esm/components/layout/section/Section.stories.d.ts +1 -1
- package/esm/components/layout/section/Section.stories.d.ts.map +1 -1
- package/esm/components/layout/table/Table.stories.d.ts +1 -1
- package/esm/components/layout/table/Table.stories.d.ts.map +1 -1
- package/esm/components/native/index.d.ts.map +1 -1
- package/esm/components/native/index.js +3 -1
- package/esm/components/native/index.js.map +1 -1
- package/esm/components/ui/action/Action.js.map +1 -1
- package/esm/components/ui/action/Action.stories.d.ts +1 -1
- package/esm/components/ui/action/Action.stories.d.ts.map +1 -1
- package/esm/components/ui/action/EqualActions.d.ts +4 -3
- package/esm/components/ui/action/EqualActions.d.ts.map +1 -1
- package/esm/components/ui/action/EqualActions.js +8 -7
- package/esm/components/ui/action/EqualActions.js.map +1 -1
- package/esm/components/ui/action/EqualActions.stories.d.ts +10 -0
- package/esm/components/ui/action/EqualActions.stories.d.ts.map +1 -0
- package/esm/components/ui/action/EqualActions.stories.js +38 -0
- package/esm/components/ui/action/EqualActions.stories.js.map +1 -0
- package/esm/components/ui/action/EqualActions.styled.d.ts +87 -0
- package/esm/components/ui/action/EqualActions.styled.d.ts.map +1 -0
- package/esm/components/ui/action/EqualActions.styled.js +17 -0
- package/esm/components/ui/action/EqualActions.styled.js.map +1 -0
- package/esm/components/ui/button/Button.stories.d.ts +1 -1
- package/esm/components/ui/button/Button.stories.d.ts.map +1 -1
- package/esm/components/ui/directionPad/Button.d.ts +6 -4
- package/esm/components/ui/directionPad/Button.d.ts.map +1 -1
- package/esm/components/ui/directionPad/Button.js +10 -7
- package/esm/components/ui/directionPad/Button.js.map +1 -1
- package/esm/components/ui/directionPad/Button.styled.d.ts +168 -0
- package/esm/components/ui/directionPad/Button.styled.d.ts.map +1 -0
- package/esm/components/ui/directionPad/Button.styled.js +20 -0
- package/esm/components/ui/directionPad/Button.styled.js.map +1 -0
- package/esm/components/ui/directionPad/Middle.d.ts +4 -3
- package/esm/components/ui/directionPad/Middle.d.ts.map +1 -1
- package/esm/components/ui/directionPad/Middle.js +7 -5
- package/esm/components/ui/directionPad/Middle.js.map +1 -1
- package/esm/components/ui/directionPad/Middle.styled.d.ts +85 -0
- package/esm/components/ui/directionPad/Middle.styled.d.ts.map +1 -0
- package/esm/components/ui/directionPad/Middle.styled.js +16 -0
- package/esm/components/ui/directionPad/Middle.styled.js.map +1 -0
- package/esm/components/ui/directionPad/Pad.d.ts +9 -4
- package/esm/components/ui/directionPad/Pad.d.ts.map +1 -1
- package/esm/components/ui/directionPad/Pad.js +15 -11
- package/esm/components/ui/directionPad/Pad.js.map +1 -1
- package/esm/components/ui/directionPad/Pad.stories.d.ts +10 -0
- package/esm/components/ui/directionPad/Pad.stories.d.ts.map +1 -0
- package/esm/components/ui/directionPad/Pad.stories.js +79 -0
- package/esm/components/ui/directionPad/Pad.stories.js.map +1 -0
- package/esm/components/ui/directionPad/Pad.styled.d.ts +168 -0
- package/esm/components/ui/directionPad/Pad.styled.d.ts.map +1 -0
- package/esm/components/ui/directionPad/Pad.styled.js +17 -0
- package/esm/components/ui/directionPad/Pad.styled.js.map +1 -0
- package/esm/components/ui/drawer/Drawer.d.ts +7 -18
- package/esm/components/ui/drawer/Drawer.d.ts.map +1 -1
- package/esm/components/ui/drawer/Drawer.js +38 -54
- package/esm/components/ui/drawer/Drawer.js.map +1 -1
- package/esm/components/ui/drawer/Drawer.stories.d.ts +11 -0
- package/esm/components/ui/drawer/Drawer.stories.d.ts.map +1 -0
- package/esm/components/ui/drawer/Drawer.stories.js +101 -0
- package/esm/components/ui/drawer/Drawer.stories.js.map +1 -0
- package/esm/components/ui/drawer/Drawer.styled.d.ts +168 -0
- package/esm/components/ui/drawer/Drawer.styled.d.ts.map +1 -0
- package/esm/components/ui/drawer/Drawer.styled.js +17 -0
- package/esm/components/ui/drawer/Drawer.styled.js.map +1 -0
- package/esm/components/ui/keyValue/KeyValue.d.ts +10 -4
- package/esm/components/ui/keyValue/KeyValue.d.ts.map +1 -1
- package/esm/components/ui/keyValue/KeyValue.js +26 -19
- package/esm/components/ui/keyValue/KeyValue.js.map +1 -1
- package/esm/components/ui/keyValue/KeyValue.stories.d.ts +11 -0
- package/esm/components/ui/keyValue/KeyValue.stories.d.ts.map +1 -0
- package/esm/components/ui/keyValue/KeyValue.stories.js +98 -0
- package/esm/components/ui/keyValue/KeyValue.stories.js.map +1 -0
- package/esm/components/ui/keyValue/KeyValue.styled.d.ts +503 -0
- package/esm/components/ui/keyValue/KeyValue.styled.d.ts.map +1 -0
- package/esm/components/ui/keyValue/KeyValue.styled.js +55 -0
- package/esm/components/ui/keyValue/KeyValue.styled.js.map +1 -0
- package/esm/components/ui/line/Line.stories.d.ts +1 -1
- package/esm/components/ui/line/Line.stories.d.ts.map +1 -1
- package/esm/components/ui/loader/CoveringLoader.d.ts +7 -6
- package/esm/components/ui/loader/CoveringLoader.d.ts.map +1 -1
- package/esm/components/ui/loader/CoveringLoader.js +97 -24
- package/esm/components/ui/loader/CoveringLoader.js.map +1 -1
- package/esm/components/ui/loader/CoveringLoader.stories.d.ts +1 -1
- package/esm/components/ui/loader/CoveringLoader.stories.d.ts.map +1 -1
- package/esm/components/ui/loader/CoveringLoader.stories.js +36 -11
- package/esm/components/ui/loader/CoveringLoader.stories.js.map +1 -1
- package/esm/components/ui/loader/FullLoader.d.ts +2 -3
- package/esm/components/ui/loader/FullLoader.d.ts.map +1 -1
- package/esm/components/ui/loader/FullLoader.js.map +1 -1
- package/esm/components/ui/loader/FullLoader.stories.d.ts +1 -1
- package/esm/components/ui/loader/FullLoader.stories.d.ts.map +1 -1
- package/esm/components/ui/loader/Loader.d.ts +1 -1
- package/esm/components/ui/loader/Loader.d.ts.map +1 -1
- package/esm/components/ui/loader/Loader.js +5 -14
- package/esm/components/ui/loader/Loader.js.map +1 -1
- package/esm/components/ui/loader/Loader.stories.d.ts +1 -1
- package/esm/components/ui/loader/Loader.stories.d.ts.map +1 -1
- package/esm/components/ui/loader/Loader.stories.js +1 -1
- package/esm/components/ui/loader/Loader.stories.js.map +1 -1
- package/esm/components/ui/loader/Loading.stories.d.ts +1 -1
- package/esm/components/ui/loader/Loading.stories.d.ts.map +1 -1
- package/esm/components/ui/loader/PopLoader.js +2 -2
- package/esm/components/ui/loader/PopLoader.js.map +1 -1
- package/esm/components/ui/loader/PopLoader.stories.d.ts +1 -1
- package/esm/components/ui/loader/PopLoader.stories.d.ts.map +1 -1
- package/esm/components/ui/message/Message.stories.d.ts +1 -1
- package/esm/components/ui/message/Message.stories.d.ts.map +1 -1
- package/esm/components/ui/modal/Modal.stories.d.ts +1 -1
- package/esm/components/ui/modal/Modal.stories.d.ts.map +1 -1
- package/esm/components/ui/modal/ModalButtons.stories.d.ts +1 -1
- package/esm/components/ui/modal/ModalButtons.stories.d.ts.map +1 -1
- package/esm/components/ui/modal/ModalButtons.styled.d.ts +87 -89
- package/esm/components/ui/modal/ModalButtons.styled.d.ts.map +1 -1
- package/esm/components/ui/modal/ModalButtons.styled.js +4 -2
- package/esm/components/ui/modal/ModalButtons.styled.js.map +1 -1
- package/esm/components/ui/pop/OnButtonClick.js +1 -1
- package/esm/components/ui/pop/OnButtonClick.js.map +1 -1
- package/esm/components/ui/pop/Pop.d.ts.map +1 -1
- package/esm/components/ui/pop/Pop.js +4 -0
- package/esm/components/ui/pop/Pop.js.map +1 -1
- package/esm/components/ui/pop/Pop.stories.d.ts +1 -1
- package/esm/components/ui/pop/Pop.stories.d.ts.map +1 -1
- package/esm/components/ui/pop/Pop.styled.js +1 -1
- package/esm/components/ui/pop/Pop.styled.js.map +1 -1
- package/esm/components/ui/progress/Progress.d.ts +6 -4
- package/esm/components/ui/progress/Progress.d.ts.map +1 -1
- package/esm/components/ui/progress/Progress.js +10 -5
- package/esm/components/ui/progress/Progress.js.map +1 -1
- package/esm/components/ui/progress/Progress.stories.d.ts +1 -1
- package/esm/components/ui/progress/Progress.stories.d.ts.map +1 -1
- package/esm/components/ui/progress/Progress.stories.js.map +1 -1
- package/esm/components/ui/stats/Stats.d.ts +14 -8
- package/esm/components/ui/stats/Stats.d.ts.map +1 -1
- package/esm/components/ui/stats/Stats.js +16 -14
- package/esm/components/ui/stats/Stats.js.map +1 -1
- package/esm/components/ui/stats/Stats.stories.d.ts +11 -0
- package/esm/components/ui/stats/Stats.stories.d.ts.map +1 -0
- package/esm/components/ui/stats/Stats.stories.js +104 -0
- package/esm/components/ui/stats/Stats.stories.js.map +1 -0
- package/esm/components/ui/stats/Stats.styled.d.ts +419 -0
- package/esm/components/ui/stats/Stats.styled.d.ts.map +1 -0
- package/esm/components/ui/stats/Stats.styled.js +49 -0
- package/esm/components/ui/stats/Stats.styled.js.map +1 -0
- package/esm/components/ui/tabs/Item.d.ts +8 -4
- package/esm/components/ui/tabs/Item.d.ts.map +1 -1
- package/esm/components/ui/tabs/Item.js +5 -7
- package/esm/components/ui/tabs/Item.js.map +1 -1
- package/esm/components/ui/tabs/Item.styled.d.ts +4 -0
- package/esm/components/ui/tabs/Item.styled.d.ts.map +1 -0
- package/esm/components/ui/tabs/Item.styled.js +17 -0
- package/esm/components/ui/tabs/Item.styled.js.map +1 -0
- package/esm/components/ui/tabs/Selector.d.ts +7 -5
- package/esm/components/ui/tabs/Selector.d.ts.map +1 -1
- package/esm/components/ui/tabs/Selector.js +9 -7
- package/esm/components/ui/tabs/Selector.js.map +1 -1
- package/esm/components/ui/tabs/Selector.stories.d.ts +10 -0
- package/esm/components/ui/tabs/Selector.stories.d.ts.map +1 -0
- package/esm/components/ui/tabs/Selector.stories.js +72 -0
- package/esm/components/ui/tabs/Selector.stories.js.map +1 -0
- package/esm/components/ui/tabs/Selector.styled.d.ts +2 -0
- package/esm/components/ui/tabs/Selector.styled.d.ts.map +1 -0
- package/esm/components/ui/tabs/Selector.styled.js +11 -0
- package/esm/components/ui/tabs/Selector.styled.js.map +1 -0
- package/esm/components/ui/toaster/Toaster.d.ts.map +1 -1
- package/esm/components/ui/toaster/Toaster.js +1 -0
- package/esm/components/ui/toaster/Toaster.js.map +1 -1
- package/esm/components/ui/toaster/Toaster.stories.d.ts +1 -1
- package/esm/components/ui/toaster/Toaster.stories.d.ts.map +1 -1
- package/esm/components/ui/toolButton/ToolButton.stories.d.ts +1 -1
- package/esm/components/ui/toolButton/ToolButton.stories.d.ts.map +1 -1
- package/esm/components/utils/Gap.d.ts +87 -0
- package/esm/components/utils/Gap.d.ts.map +1 -0
- package/esm/components/utils/Gap.js +15 -0
- package/esm/components/utils/Gap.js.map +1 -0
- package/esm/index.d.ts +2 -0
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +2 -0
- package/esm/index.js.map +1 -1
- package/esm/scrollbars.css.d.ts.map +1 -1
- package/esm/scrollbars.css.js +2 -2
- package/esm/scrollbars.css.js.map +1 -1
- package/esm/theme.css-global.d.ts +3 -0
- package/esm/theme.css-global.d.ts.map +1 -0
- package/esm/theme.css-global.js +16 -0
- package/esm/theme.css-global.js.map +1 -0
- package/esm/theme.css-reset.d.ts.map +1 -1
- package/esm/theme.css-reset.js +2 -4
- package/esm/theme.css-reset.js.map +1 -1
- package/esm/theme.d.ts +2 -2
- package/esm/utils/index.d.ts +1 -1
- package/esm/utils/index.d.ts.map +1 -1
- package/esm/utils/index.js +1 -1
- package/esm/utils/index.js.map +1 -1
- package/esm/utils/useTailSpin.d.ts +8 -0
- package/esm/utils/useTailSpin.d.ts.map +1 -0
- package/esm/utils/useTailSpin.js +17 -0
- package/esm/utils/useTailSpin.js.map +1 -0
- package/package.json +14 -34
- package/src/components/form/Checkbox.stories.tsx +1 -1
- package/src/components/form/Checkbox.styled.ts +1 -1
- package/src/components/form/Checkbox.tsx +23 -14
- package/src/components/form/ColorPicker.stories.tsx +1 -1
- package/src/components/form/ColorPicker.styled.ts +1 -1
- package/src/components/form/ColorPicker.tsx +21 -14
- package/src/components/form/Label.stories.tsx +1 -1
- package/src/components/form/Label.tsx +13 -11
- package/src/components/form/Select.stories.tsx +1 -1
- package/src/components/form/Select.tsx +8 -1
- package/src/components/form/Toggle.stories.tsx +1 -1
- package/src/components/form/Toggle.tsx +12 -9
- package/src/components/form/choice/Choice.stories.tsx +1 -1
- package/src/components/form/choice/Choice.tsx +13 -8
- package/src/components/form/choice/ChoiceItem.styled.ts +9 -0
- package/src/components/form/choice/ChoiceItem.tsx +8 -2
- package/src/components/form/input/Input.css.ts +3 -5
- package/src/components/form/input/Input.stories.tsx +5 -4
- package/src/components/form/input/Input.tsx +3 -2
- package/src/components/form/textarea/TextArea.stories.tsx +1 -1
- package/src/components/form/textarea/TextArea.tsx +12 -7
- package/src/components/icons/Battery.tsx +2 -2
- package/src/components/icons/Checkmark.tsx +1 -1
- package/src/components/icons/Config.tsx +1 -1
- package/src/components/icons/Dots.tsx +1 -1
- package/src/components/icons/Heart.tsx +1 -1
- package/src/components/icons/Icon.stories.tsx +82 -0
- package/src/components/icons/Trash.tsx +1 -1
- package/src/components/layout/card/Card.stories.tsx +93 -0
- package/src/components/layout/card/Card.styled.ts +25 -0
- package/src/components/layout/card/Card.tsx +5 -27
- package/src/components/layout/header/Header.stories.tsx +2 -2
- package/src/components/layout/header/Header.tsx +11 -9
- package/src/components/layout/header/HeaderIconAction.stories.tsx +1 -1
- package/src/components/layout/header/HeaderIconAction.styled.ts +2 -2
- package/src/components/layout/header/HeaderIconAction.tsx +1 -0
- package/src/components/layout/header/StickyHeader.stories.tsx +2 -2
- package/src/components/layout/header/StickyHeader.tsx +10 -2
- package/src/components/layout/list/Header.stories.tsx +1 -1
- package/src/components/layout/list/Item.stories.tsx +1 -4
- package/src/components/layout/list/Label.stories.tsx +1 -1
- package/src/components/layout/list/List.stories.tsx +1 -1
- package/src/components/layout/list/Value.stories.tsx +1 -1
- package/src/components/layout/section/SearchContainer.tsx +2 -15
- package/src/components/layout/section/Section.stories.tsx +1 -1
- package/src/components/layout/section/Section.tsx +4 -7
- package/src/components/layout/table/Table.stories.tsx +1 -1
- package/src/components/native/index.ts +3 -1
- package/src/components/ui/action/Action.stories.tsx +1 -1
- package/src/components/ui/action/Action.tsx +2 -2
- package/src/components/ui/action/EqualActions.stories.tsx +72 -0
- package/src/components/ui/action/EqualActions.styled.ts +21 -0
- package/src/components/ui/action/EqualActions.tsx +21 -14
- package/src/components/ui/button/Button.stories.tsx +1 -1
- package/src/components/ui/directionPad/Button.styled.ts +25 -0
- package/src/components/ui/directionPad/Button.tsx +16 -8
- package/src/components/ui/directionPad/Middle.styled.ts +19 -0
- package/src/components/ui/directionPad/Middle.tsx +13 -7
- package/src/components/ui/directionPad/Pad.stories.tsx +143 -0
- package/src/components/ui/directionPad/Pad.styled.ts +22 -0
- package/src/components/ui/directionPad/Pad.tsx +30 -19
- package/src/components/ui/drawer/Drawer.stories.tsx +167 -0
- package/src/components/ui/drawer/Drawer.styled.ts +22 -0
- package/src/components/ui/drawer/Drawer.tsx +44 -67
- package/src/components/ui/keyValue/KeyValue.stories.tsx +143 -0
- package/src/components/ui/keyValue/KeyValue.styled.ts +70 -0
- package/src/components/ui/keyValue/KeyValue.tsx +49 -24
- package/src/components/ui/line/Line.stories.tsx +1 -1
- package/src/components/ui/loader/CoveringLoader.stories.tsx +39 -12
- package/src/components/ui/loader/CoveringLoader.tsx +132 -41
- package/src/components/ui/loader/FullLoader.stories.tsx +1 -1
- package/src/components/ui/loader/FullLoader.tsx +3 -3
- package/src/components/ui/loader/Loader.stories.tsx +2 -2
- package/src/components/ui/loader/Loader.tsx +8 -50
- package/src/components/ui/loader/Loading.stories.tsx +1 -1
- package/src/components/ui/loader/PopLoader.stories.tsx +1 -1
- package/src/components/ui/loader/PopLoader.tsx +2 -2
- package/src/components/ui/message/Message.stories.tsx +1 -1
- package/src/components/ui/message/Message.tsx +1 -1
- package/src/components/ui/modal/Modal.stories.tsx +1 -1
- package/src/components/ui/modal/ModalButtons.stories.tsx +1 -1
- package/src/components/ui/modal/ModalButtons.styled.ts +4 -4
- package/src/components/ui/pop/OnButtonClick.tsx +1 -1
- package/src/components/ui/pop/Pop.stories.tsx +1 -1
- package/src/components/ui/pop/Pop.styled.ts +1 -1
- package/src/components/ui/pop/Pop.tsx +5 -1
- package/src/components/ui/progress/Progress.stories.tsx +2 -1
- package/src/components/ui/progress/Progress.tsx +25 -7
- package/src/components/ui/stats/Stats.stories.tsx +167 -0
- package/src/components/ui/stats/Stats.styled.ts +62 -0
- package/src/components/ui/stats/Stats.tsx +35 -25
- package/src/components/ui/tabs/Item.styled.ts +19 -0
- package/src/components/ui/tabs/Item.tsx +14 -13
- package/src/components/ui/tabs/Selector.stories.tsx +108 -0
- package/src/components/ui/tabs/Selector.styled.ts +13 -0
- package/src/components/ui/tabs/Selector.tsx +16 -13
- package/src/components/ui/toaster/Toaster.stories.tsx +1 -1
- package/src/components/ui/toaster/Toaster.tsx +1 -0
- package/src/components/ui/toolButton/ToolButton.stories.tsx +1 -1
- package/src/components/utils/Gap.tsx +19 -0
- package/src/index.ts +2 -0
- package/src/scrollbars.css.ts +3 -3
- package/src/theme.css-global.ts +19 -0
- package/src/theme.css-reset.ts +2 -4
- package/src/types/fnWithProps.ts +1 -1
- package/src/utils/index.ts +1 -1
- package/src/utils/useTailSpin.ts +38 -0
- package/.prettierignore +0 -3
- package/.prettierrc.json +0 -1
- package/dist/components/layout/card/Card.module.scss +0 -15
- package/dist/components/layout/section/SearchContainer.module.scss +0 -3
- package/dist/components/ui/action/EqualActions.module.scss +0 -11
- package/dist/components/ui/directionPad/Pad.module.scss +0 -45
- package/dist/components/ui/drawer/Drawer.module.scss +0 -15
- package/dist/components/ui/keyValue/KeyValue.module.scss +0 -57
- package/dist/components/ui/message/Message.module.scss +0 -31
- package/dist/components/ui/modal/ModalButton.d.ts +0 -8
- package/dist/components/ui/modal/ModalButton.d.ts.map +0 -1
- package/dist/components/ui/modal/ModalButton.js +0 -31
- package/dist/components/ui/modal/ModalButton.js.map +0 -1
- package/dist/components/ui/stats/Stats.module.scss +0 -48
- package/dist/components/ui/tabs/Item.module.scss +0 -11
- package/dist/components/ui/tabs/Selector.module.scss +0 -6
- package/dist/global.scss +0 -95
- package/dist/scrollbars.scss +0 -22
- package/dist/utils/makeVariants.d.ts +0 -3
- package/dist/utils/makeVariants.d.ts.map +0 -1
- package/dist/utils/makeVariants.js +0 -14
- package/dist/utils/makeVariants.js.map +0 -1
- package/docs/assets/pages.css +0 -14
- package/docs/classes/Drawer.html +0 -550
- package/docs/classes/Pop.html +0 -581
- package/docs/classes/ToasterProvider.html +0 -569
- package/docs/enums/ICON.html +0 -124
- package/docs/functions/Action.html +0 -139
- package/docs/functions/Button.html +0 -165
- package/docs/functions/Card.html +0 -136
- package/docs/functions/Checkbox.html +0 -138
- package/docs/functions/Choice.html +0 -136
- package/docs/functions/ColorPicker.html +0 -138
- package/docs/functions/CoveringLoader.html +0 -139
- package/docs/functions/DirectionPad.html +0 -136
- package/docs/functions/EqualActions.html +0 -136
- package/docs/functions/FullLoader.html +0 -138
- package/docs/functions/HandleEsc.html +0 -136
- package/docs/functions/Header-1.html +0 -141
- package/docs/functions/Header.toString.html +0 -56
- package/docs/functions/HeaderAfterSelector.html +0 -125
- package/docs/functions/HeaderBeforeSelector.html +0 -125
- package/docs/functions/HeaderContentsSelector.html +0 -125
- package/docs/functions/HeaderIconAction.html +0 -139
- package/docs/functions/Icon-1.html +0 -136
- package/docs/functions/If.html +0 -136
- package/docs/functions/Input.html +0 -135
- package/docs/functions/KeyValue.html +0 -136
- package/docs/functions/Label.html +0 -136
- package/docs/functions/Line.html +0 -165
- package/docs/functions/List-1.html +0 -146
- package/docs/functions/Loader.html +0 -140
- package/docs/functions/Loading.html +0 -142
- package/docs/functions/Message.html +0 -165
- package/docs/functions/Modal-1.html +0 -136
- package/docs/functions/ModalButtons.html +0 -159
- package/docs/functions/PopLoader.html +0 -140
- package/docs/functions/PopOption.html +0 -136
- package/docs/functions/Progress.html +0 -139
- package/docs/functions/SearchContainer.html +0 -136
- package/docs/functions/Section.html +0 -171
- package/docs/functions/Select.html +0 -159
- package/docs/functions/Selector.html +0 -135
- package/docs/functions/Spacer.html +0 -159
- package/docs/functions/Stats.html +0 -136
- package/docs/functions/StickyHeader.html +0 -130
- package/docs/functions/Table.html +0 -159
- package/docs/functions/TextArea.html +0 -136
- package/docs/functions/Toggle.html +0 -136
- package/docs/functions/ToolButton.html +0 -165
- package/docs/functions/borderPxToRem.html +0 -130
- package/docs/functions/createTheme.html +0 -139
- package/docs/functions/css.html +0 -137
- package/docs/functions/dimensionsPxToRem.html +0 -130
- package/docs/functions/fontPxToRem.html +0 -130
- package/docs/functions/getCssText.html +0 -125
- package/docs/functions/globalCss.html +0 -141
- package/docs/functions/keyframes.html +0 -141
- package/docs/functions/pxToRem.html +0 -130
- package/docs/functions/styled.html +0 -141
- package/docs/functions/useToaster.html +0 -125
- package/docs/interfaces/IconProps.html +0 -79
- package/docs/interfaces/InputCustomProps.html +0 -127
- package/docs/interfaces/LabelProps.html +0 -104
- package/docs/interfaces/StickyHeaderProps.html +0 -100
- package/docs/interfaces/ToggleProps.html +0 -136
- package/docs/modules/Header.html +0 -58
- package/docs/modules/List.html +0 -61
- package/docs/modules/Modal.html +0 -58
- package/docs/pages/tutorials/Test.html +0 -120
- package/docs/types/ActionProps.html +0 -121
- package/docs/types/ChoiceProps.html +0 -121
- package/docs/types/InputProps.html +0 -126
- package/docs/types/OverwriteProps.html +0 -136
- package/docs/types/ThemeCSS.html +0 -121
- package/docs/variables/List.Header.html +0 -53
- package/docs/variables/List.Item.html +0 -53
- package/docs/variables/Modal.RemovePadding.html +0 -52
- package/docs/variables/config.html +0 -135
- package/docs/variables/cssReset.html +0 -123
- package/docs/variables/miuiScrollbars.html +0 -121
- package/docs/variables/theme.html +0 -121
- package/esm/components/layout/card/Card.module.scss +0 -15
- package/esm/components/layout/section/SearchContainer.module.scss +0 -3
- package/esm/components/ui/action/EqualActions.module.scss +0 -11
- package/esm/components/ui/directionPad/Pad.module.scss +0 -45
- package/esm/components/ui/drawer/Drawer.module.scss +0 -15
- package/esm/components/ui/keyValue/KeyValue.module.scss +0 -57
- package/esm/components/ui/message/Message.module.scss +0 -31
- package/esm/components/ui/modal/ModalButton.d.ts +0 -8
- package/esm/components/ui/modal/ModalButton.d.ts.map +0 -1
- package/esm/components/ui/modal/ModalButton.js +0 -13
- package/esm/components/ui/modal/ModalButton.js.map +0 -1
- package/esm/components/ui/stats/Stats.module.scss +0 -48
- package/esm/components/ui/tabs/Item.module.scss +0 -11
- package/esm/components/ui/tabs/Selector.module.scss +0 -6
- package/esm/global.scss +0 -95
- package/esm/scrollbars.scss +0 -22
- package/esm/utils/makeVariants.d.ts +0 -3
- package/esm/utils/makeVariants.d.ts.map +0 -1
- package/esm/utils/makeVariants.js +0 -11
- package/esm/utils/makeVariants.js.map +0 -1
- package/next.config.js +0 -6
- package/src/components/layout/card/Card.module.scss +0 -15
- package/src/components/layout/section/SearchContainer.module.scss +0 -3
- package/src/components/ui/action/EqualActions.module.scss +0 -11
- package/src/components/ui/directionPad/Pad.module.scss +0 -45
- package/src/components/ui/drawer/Drawer.module.scss +0 -15
- package/src/components/ui/keyValue/KeyValue.module.scss +0 -57
- package/src/components/ui/message/Message.module.scss +0 -31
- package/src/components/ui/modal/ModalButton.tsx +0 -27
- package/src/components/ui/stats/Stats.module.scss +0 -48
- package/src/components/ui/tabs/Item.module.scss +0 -11
- package/src/components/ui/tabs/Selector.module.scss +0 -6
- package/src/demo/Demo.module.scss +0 -4
- package/src/demo/Demo.tsx +0 -25
- package/src/demo/Main.module.scss +0 -38
- package/src/demo/Main.tsx +0 -84
- package/src/demo/Menu.module.scss +0 -42
- package/src/demo/Menu.tsx +0 -43
- package/src/demo/NextLink.tsx +0 -11
- package/src/demo/components/form/Form.tsx +0 -31
- package/src/demo/components/form/Search.tsx +0 -33
- package/src/demo/components/form/TextArea.tsx +0 -13
- package/src/demo/components/layout/card/Card.tsx +0 -21
- package/src/demo/components/ui/action/Action.tsx +0 -109
- package/src/demo/components/ui/action/ActionDemo.module.scss +0 -3
- package/src/demo/components/ui/directionPad/Pad.tsx +0 -41
- package/src/demo/components/ui/drawer/Drawer.tsx +0 -29
- package/src/demo/components/ui/icons/Icons.tsx +0 -24
- package/src/demo/components/ui/keyValue/KeyValue.tsx +0 -49
- package/src/demo/components/ui/stats/Stats.module.scss +0 -29
- package/src/demo/components/ui/stats/Stats.tsx +0 -60
- package/src/demo/components/ui/tabs/Tabs.tsx +0 -15
- package/src/demo/componentsMap.ts +0 -107
- package/src/demo/utils/safeUseHash.ts +0 -15
- package/src/demo-global.scss +0 -9
- package/src/global.scss +0 -95
- package/src/pages/_app.tsx +0 -24
- package/src/pages/index.tsx +0 -10
- package/src/pages/react-miui.tsx +0 -13
- package/src/scrollbars.scss +0 -22
- package/src/utils/makeVariants.ts +0 -13
- package/typedoc.cjs +0 -5
- package/typedoc.mjs +0 -49
- /package/src/demo/{components/form/countries.const.ts → countries.const.ts} +0 -0
|
@@ -1,136 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>PopOption | react-miui - v0.28.3</title><meta name="description" content="Documentation for react-miui - v0.28.3"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
-
<div class="tsd-toolbar-contents container">
|
|
3
|
-
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
-
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
-
<div class="field">
|
|
6
|
-
<div id="tsd-toolbar-links"></div></div>
|
|
7
|
-
<ul class="results">
|
|
8
|
-
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.3</a></div>
|
|
10
|
-
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
|
-
<div class="container container-main">
|
|
12
|
-
<div class="col-8 col-content">
|
|
13
|
-
<div class="tsd-page-title">
|
|
14
|
-
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.28.3</a></li>
|
|
16
|
-
<li><a href="PopOption.html">PopOption</a></li></ul>
|
|
17
|
-
<h1>Function PopOption</h1></div>
|
|
18
|
-
<section class="tsd-panel">
|
|
19
|
-
<ul class="tsd-signatures tsd-kind-function">
|
|
20
|
-
<li class="tsd-signature tsd-anchor-link" id="PopOption">Pop<wbr/>Option<span class="tsd-signature-symbol">(</span>props<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Props</span>, deprecatedLegacyContext<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ReactNode</span><a href="#PopOption" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></li>
|
|
21
|
-
<li class="tsd-description">
|
|
22
|
-
<div class="tsd-parameters">
|
|
23
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
24
|
-
<ul class="tsd-parameter-list">
|
|
25
|
-
<li>
|
|
26
|
-
<h5>props: <span class="tsd-signature-type">Props</span></h5></li>
|
|
27
|
-
<li>
|
|
28
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> deprecatedLegacyContext: <span class="tsd-signature-type">any</span></h5>
|
|
29
|
-
<div class="tsd-comment tsd-typography">
|
|
30
|
-
<h3>Deprecated</h3>
|
|
31
|
-
<h3>See</h3><p><a href="https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods">React Docs</a></p>
|
|
32
|
-
</div></li></ul></div>
|
|
33
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">ReactNode</span></h4><aside class="tsd-sources">
|
|
34
|
-
<ul>
|
|
35
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1127</li></ul></aside></li></ul></section></div>
|
|
36
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
37
|
-
<div class="tsd-navigation settings">
|
|
38
|
-
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
39
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
40
|
-
<div class="tsd-accordion-details">
|
|
41
|
-
<div class="tsd-filter-visibility">
|
|
42
|
-
<h4 class="uppercase">Member Visibility</h4><form>
|
|
43
|
-
<ul id="tsd-filter-options">
|
|
44
|
-
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
|
|
45
|
-
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li>
|
|
46
|
-
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
|
|
47
|
-
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
|
|
48
|
-
<div class="tsd-theme-toggle">
|
|
49
|
-
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
50
|
-
<nav class="tsd-navigation primary">
|
|
51
|
-
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
52
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
53
|
-
<div class="tsd-accordion-details">
|
|
54
|
-
<ul>
|
|
55
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.3</a>
|
|
56
|
-
<ul>
|
|
57
|
-
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
58
|
-
<li class="tsd-kind-namespace"><a href="../modules/Header.html">Header</a></li>
|
|
59
|
-
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|
|
60
|
-
<li class="tsd-kind-namespace"><a href="../modules/Modal.html">Modal</a></li></ul></li></ul></div></details></nav>
|
|
61
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
62
|
-
<ul>
|
|
63
|
-
<li class="tsd-kind-enum"><a href="../enums/ICON.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-8-path"></rect><path d="M9.45 16V7.24H14.49V8.224H10.518V10.936H14.07V11.908H10.518V15.016H14.49V16H9.45Z" fill="var(--color-text)" id="icon-8-text"></path></svg>ICON</a></li>
|
|
64
|
-
<li class="tsd-kind-class"><a href="../classes/Drawer.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg>Drawer</a></li>
|
|
65
|
-
<li class="tsd-kind-class"><a href="../classes/Pop.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Pop</a></li>
|
|
66
|
-
<li class="tsd-kind-class"><a href="../classes/ToasterProvider.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Toaster<wbr/>Provider</a></li>
|
|
67
|
-
<li class="tsd-kind-interface"><a href="../interfaces/IconProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg>Icon<wbr/>Props</a></li>
|
|
68
|
-
<li class="tsd-kind-interface"><a href="../interfaces/InputCustomProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Input<wbr/>Custom<wbr/>Props</a></li>
|
|
69
|
-
<li class="tsd-kind-interface"><a href="../interfaces/LabelProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Label<wbr/>Props</a></li>
|
|
70
|
-
<li class="tsd-kind-interface"><a href="../interfaces/StickyHeaderProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Sticky<wbr/>Header<wbr/>Props</a></li>
|
|
71
|
-
<li class="tsd-kind-interface"><a href="../interfaces/ToggleProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Toggle<wbr/>Props</a></li>
|
|
72
|
-
<li class="tsd-kind-type-alias"><a href="../types/ActionProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Action<wbr/>Props</a></li>
|
|
73
|
-
<li class="tsd-kind-type-alias"><a href="../types/ChoiceProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Choice<wbr/>Props</a></li>
|
|
74
|
-
<li class="tsd-kind-type-alias"><a href="../types/InputProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Input<wbr/>Props</a></li>
|
|
75
|
-
<li class="tsd-kind-type-alias"><a href="../types/OverwriteProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Overwrite<wbr/>Props</a></li>
|
|
76
|
-
<li class="tsd-kind-type-alias"><a href="../types/ThemeCSS.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>ThemeCSS</a></li>
|
|
77
|
-
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>config</a></li>
|
|
78
|
-
<li class="tsd-kind-variable"><a href="../variables/cssReset.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>css<wbr/>Reset</a></li>
|
|
79
|
-
<li class="tsd-kind-variable"><a href="../variables/miuiScrollbars.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>miui<wbr/>Scrollbars</a></li>
|
|
80
|
-
<li class="tsd-kind-variable"><a href="../variables/theme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>theme</a></li>
|
|
81
|
-
<li class="tsd-kind-function"><a href="Action.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>Action</a></li>
|
|
82
|
-
<li class="tsd-kind-function"><a href="Button.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Button</a></li>
|
|
83
|
-
<li class="tsd-kind-function"><a href="Card.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Card</a></li>
|
|
84
|
-
<li class="tsd-kind-function"><a href="Checkbox.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Checkbox</a></li>
|
|
85
|
-
<li class="tsd-kind-function"><a href="Choice.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Choice</a></li>
|
|
86
|
-
<li class="tsd-kind-function"><a href="ColorPicker.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Color<wbr/>Picker</a></li>
|
|
87
|
-
<li class="tsd-kind-function"><a href="CoveringLoader.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Covering<wbr/>Loader</a></li>
|
|
88
|
-
<li class="tsd-kind-function"><a href="DirectionPad.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Direction<wbr/>Pad</a></li>
|
|
89
|
-
<li class="tsd-kind-function"><a href="EqualActions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Equal<wbr/>Actions</a></li>
|
|
90
|
-
<li class="tsd-kind-function"><a href="FullLoader.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Full<wbr/>Loader</a></li>
|
|
91
|
-
<li class="tsd-kind-function"><a href="HandleEsc.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Handle<wbr/>Esc</a></li>
|
|
92
|
-
<li class="tsd-kind-function"><a href="Header-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Header</a></li>
|
|
93
|
-
<li class="tsd-kind-function"><a href="HeaderAfterSelector.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Header<wbr/>After<wbr/>Selector</a></li>
|
|
94
|
-
<li class="tsd-kind-function"><a href="HeaderBeforeSelector.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Header<wbr/>Before<wbr/>Selector</a></li>
|
|
95
|
-
<li class="tsd-kind-function"><a href="HeaderContentsSelector.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Header<wbr/>Contents<wbr/>Selector</a></li>
|
|
96
|
-
<li class="tsd-kind-function"><a href="HeaderIconAction.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Header<wbr/>Icon<wbr/>Action</a></li>
|
|
97
|
-
<li class="tsd-kind-function"><a href="Icon-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Icon</a></li>
|
|
98
|
-
<li class="tsd-kind-function"><a href="If.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>If</a></li>
|
|
99
|
-
<li class="tsd-kind-function"><a href="Input.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Input</a></li>
|
|
100
|
-
<li class="tsd-kind-function"><a href="KeyValue.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Key<wbr/>Value</a></li>
|
|
101
|
-
<li class="tsd-kind-function"><a href="Label.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Label</a></li>
|
|
102
|
-
<li class="tsd-kind-function"><a href="Line.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Line</a></li>
|
|
103
|
-
<li class="tsd-kind-function"><a href="List-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>List</a></li>
|
|
104
|
-
<li class="tsd-kind-function"><a href="Loader.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Loader</a></li>
|
|
105
|
-
<li class="tsd-kind-function"><a href="Loading.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Loading</a></li>
|
|
106
|
-
<li class="tsd-kind-function"><a href="Message.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Message</a></li>
|
|
107
|
-
<li class="tsd-kind-function"><a href="Modal-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Modal</a></li>
|
|
108
|
-
<li class="tsd-kind-function"><a href="ModalButtons.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Modal<wbr/>Buttons</a></li>
|
|
109
|
-
<li class="tsd-kind-function"><a href="PopLoader.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pop<wbr/>Loader</a></li>
|
|
110
|
-
<li class="current tsd-kind-function"><a href="PopOption.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pop<wbr/>Option</a></li>
|
|
111
|
-
<li class="tsd-kind-function"><a href="Progress.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Progress</a></li>
|
|
112
|
-
<li class="tsd-kind-function"><a href="SearchContainer.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Search<wbr/>Container</a></li>
|
|
113
|
-
<li class="tsd-kind-function"><a href="Section.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Section</a></li>
|
|
114
|
-
<li class="tsd-kind-function"><a href="Select.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Select</a></li>
|
|
115
|
-
<li class="tsd-kind-function"><a href="Selector.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Selector</a></li>
|
|
116
|
-
<li class="tsd-kind-function"><a href="Spacer.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Spacer</a></li>
|
|
117
|
-
<li class="tsd-kind-function"><a href="Stats.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Stats</a></li>
|
|
118
|
-
<li class="tsd-kind-function"><a href="StickyHeader.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Sticky<wbr/>Header</a></li>
|
|
119
|
-
<li class="tsd-kind-function"><a href="Table.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Table</a></li>
|
|
120
|
-
<li class="tsd-kind-function"><a href="TextArea.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Text<wbr/>Area</a></li>
|
|
121
|
-
<li class="tsd-kind-function"><a href="Toggle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Toggle</a></li>
|
|
122
|
-
<li class="tsd-kind-function"><a href="ToolButton.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Tool<wbr/>Button</a></li>
|
|
123
|
-
<li class="tsd-kind-function"><a href="borderPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>border<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
124
|
-
<li class="tsd-kind-function"><a href="createTheme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>create<wbr/>Theme</a></li>
|
|
125
|
-
<li class="tsd-kind-function"><a href="css.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>css</a></li>
|
|
126
|
-
<li class="tsd-kind-function"><a href="dimensionsPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>dimensions<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
127
|
-
<li class="tsd-kind-function"><a href="fontPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>font<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
128
|
-
<li class="tsd-kind-function"><a href="getCssText.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Css<wbr/>Text</a></li>
|
|
129
|
-
<li class="tsd-kind-function"><a href="globalCss.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>global<wbr/>Css</a></li>
|
|
130
|
-
<li class="tsd-kind-function"><a href="keyframes.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>keyframes</a></li>
|
|
131
|
-
<li class="tsd-kind-function"><a href="pxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>px<wbr/>To<wbr/>Rem</a></li>
|
|
132
|
-
<li class="tsd-kind-function"><a href="styled.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>styled</a></li>
|
|
133
|
-
<li class="tsd-kind-function"><a href="useToaster.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>use<wbr/>Toaster</a></li></ul></nav></div></div>
|
|
134
|
-
<div class="container tsd-generator">
|
|
135
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
136
|
-
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|
|
@@ -1,139 +0,0 @@
|
|
|
1
|
-
<!DOCTYPE html><html class="default" lang="en"><head><meta charSet="utf-8"/><meta http-equiv="x-ua-compatible" content="IE=edge"/><title>Progress | react-miui - v0.28.3</title><meta name="description" content="Documentation for react-miui - v0.28.3"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="stylesheet" href="../assets/style.css"/><link rel="stylesheet" href="../assets/highlight.css"/><script async src="../assets/search.js" id="search-script"></script><link rel="stylesheet" href="../assets/pages.css"/></head><body><script>document.documentElement.dataset.theme = localStorage.getItem("tsd-theme") || "os"</script><header class="tsd-page-toolbar">
|
|
2
|
-
<div class="tsd-toolbar-contents container">
|
|
3
|
-
<div class="table-cell" id="tsd-search" data-base="..">
|
|
4
|
-
<div class="field"><label for="tsd-search-field" class="tsd-widget tsd-toolbar-icon search no-caption"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M15.7824 13.833L12.6666 10.7177C12.5259 10.5771 12.3353 10.499 12.1353 10.499H11.6259C12.4884 9.39596 13.001 8.00859 13.001 6.49937C13.001 2.90909 10.0914 0 6.50048 0C2.90959 0 0 2.90909 0 6.49937C0 10.0896 2.90959 12.9987 6.50048 12.9987C8.00996 12.9987 9.39756 12.4863 10.5008 11.6239V12.1332C10.5008 12.3332 10.5789 12.5238 10.7195 12.6644L13.8354 15.7797C14.1292 16.0734 14.6042 16.0734 14.8948 15.7797L15.7793 14.8954C16.0731 14.6017 16.0731 14.1267 15.7824 13.833ZM6.50048 10.499C4.29094 10.499 2.50018 8.71165 2.50018 6.49937C2.50018 4.29021 4.28781 2.49976 6.50048 2.49976C8.71001 2.49976 10.5008 4.28708 10.5008 6.49937C10.5008 8.70852 8.71314 10.499 6.50048 10.499Z" fill="var(--color-text)"></path></svg></label><input type="text" id="tsd-search-field" aria-label="Search"/></div>
|
|
5
|
-
<div class="field">
|
|
6
|
-
<div id="tsd-toolbar-links"></div></div>
|
|
7
|
-
<ul class="results">
|
|
8
|
-
<li class="state loading">Preparing search index...</li>
|
|
9
|
-
<li class="state failure">The search index is not available</li></ul><a href="../index.html" class="title">react-miui - v0.28.3</a></div>
|
|
10
|
-
<div class="table-cell" id="tsd-widgets"><a href="#" class="tsd-widget tsd-toolbar-icon menu no-caption" data-toggle="menu" aria-label="Menu"><svg width="16" height="16" viewBox="0 0 16 16" fill="none"><rect x="1" y="3" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="7" width="14" height="2" fill="var(--color-text)"></rect><rect x="1" y="11" width="14" height="2" fill="var(--color-text)"></rect></svg></a></div></div></header>
|
|
11
|
-
<div class="container container-main">
|
|
12
|
-
<div class="col-8 col-content">
|
|
13
|
-
<div class="tsd-page-title">
|
|
14
|
-
<ul class="tsd-breadcrumb">
|
|
15
|
-
<li><a href="../modules.html">react-miui - v0.28.3</a></li>
|
|
16
|
-
<li><a href="Progress.html">Progress</a></li></ul>
|
|
17
|
-
<h1>Function Progress</h1></div>
|
|
18
|
-
<section class="tsd-panel">
|
|
19
|
-
<ul class="tsd-signatures tsd-kind-function">
|
|
20
|
-
<li class="tsd-signature tsd-anchor-link" id="Progress">Progress<span class="tsd-signature-symbol">(</span>props<span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">Props</span>, deprecatedLegacyContext<span class="tsd-signature-symbol">?: </span><span class="tsd-signature-type">any</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">ReactNode</span><a href="#Progress" aria-label="Permalink" class="tsd-anchor-icon"><svg class="icon icon-tabler icon-tabler-link" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none" id="icon-anchor-a"></path><path d="M10 14a3.5 3.5 0 0 0 5 0l4 -4a3.5 3.5 0 0 0 -5 -5l-.5 .5" id="icon-anchor-b"></path><path d="M14 10a3.5 3.5 0 0 0 -5 0l-4 4a3.5 3.5 0 0 0 5 5l.5 -.5" id="icon-anchor-c"></path></svg></a></li>
|
|
21
|
-
<li class="tsd-description">
|
|
22
|
-
<div class="tsd-comment tsd-typography"><p>Progress bar component, it can be filled from the start or from any arbitrary point.</p>
|
|
23
|
-
<p>At the moment, no value (undefined) means starting point, but in the future it will mean "undetermined" state.</p>
|
|
24
|
-
</div>
|
|
25
|
-
<div class="tsd-parameters">
|
|
26
|
-
<h4 class="tsd-parameters-title">Parameters</h4>
|
|
27
|
-
<ul class="tsd-parameter-list">
|
|
28
|
-
<li>
|
|
29
|
-
<h5>props: <span class="tsd-signature-type">Props</span></h5></li>
|
|
30
|
-
<li>
|
|
31
|
-
<h5><code class="tsd-tag ts-flagOptional">Optional</code> deprecatedLegacyContext: <span class="tsd-signature-type">any</span></h5>
|
|
32
|
-
<div class="tsd-comment tsd-typography">
|
|
33
|
-
<h3>Deprecated</h3>
|
|
34
|
-
<h3>See</h3><p><a href="https://legacy.reactjs.org/docs/legacy-context.html#referencing-context-in-lifecycle-methods">React Docs</a></p>
|
|
35
|
-
</div></li></ul></div>
|
|
36
|
-
<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">ReactNode</span></h4><aside class="tsd-sources">
|
|
37
|
-
<ul>
|
|
38
|
-
<li>Defined in node_modules/.pnpm/@types+react@18.3.21/node_modules/@types/react/index.d.ts:1127</li></ul></aside></li></ul></section></div>
|
|
39
|
-
<div class="col-4 col-menu menu-sticky-wrap menu-highlight">
|
|
40
|
-
<div class="tsd-navigation settings">
|
|
41
|
-
<details class="tsd-index-accordion"><summary class="tsd-accordion-summary">
|
|
42
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Settings</h3></summary>
|
|
43
|
-
<div class="tsd-accordion-details">
|
|
44
|
-
<div class="tsd-filter-visibility">
|
|
45
|
-
<h4 class="uppercase">Member Visibility</h4><form>
|
|
46
|
-
<ul id="tsd-filter-options">
|
|
47
|
-
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-protected" name="protected"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Protected</span></label></li>
|
|
48
|
-
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-private" name="private"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Private</span></label></li>
|
|
49
|
-
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-inherited" name="inherited" checked/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>Inherited</span></label></li>
|
|
50
|
-
<li class="tsd-filter-item"><label class="tsd-filter-input"><input type="checkbox" id="tsd-filter-external" name="external"/><svg width="32" height="32" viewBox="0 0 32 32" aria-hidden="true"><rect class="tsd-checkbox-background" width="30" height="30" x="1" y="1" rx="6" fill="none"></rect><path class="tsd-checkbox-checkmark" d="M8.35422 16.8214L13.2143 21.75L24.6458 10.25" stroke="none" stroke-width="3.5" stroke-linejoin="round" fill="none"></path></svg><span>External</span></label></li></ul></form></div>
|
|
51
|
-
<div class="tsd-theme-toggle">
|
|
52
|
-
<h4 class="uppercase">Theme</h4><select id="theme"><option value="os">OS</option><option value="light">Light</option><option value="dark">Dark</option></select></div></div></details></div>
|
|
53
|
-
<nav class="tsd-navigation primary">
|
|
54
|
-
<details class="tsd-index-accordion" open><summary class="tsd-accordion-summary">
|
|
55
|
-
<h3><svg width="20" height="20" viewBox="0 0 24 24" fill="none"><path d="M4.93896 8.531L12 15.591L19.061 8.531L16.939 6.409L12 11.349L7.06098 6.409L4.93896 8.531Z" fill="var(--color-text)"></path></svg> Modules</h3></summary>
|
|
56
|
-
<div class="tsd-accordion-details">
|
|
57
|
-
<ul>
|
|
58
|
-
<li><a href="../modules.html">react-<wbr/>miui -<wbr/> v0.28.3</a>
|
|
59
|
-
<ul>
|
|
60
|
-
<li class="pages-entry pages-entry-page pages-entry-depth-1"><a href="../pages/tutorials/Test.html">Test</a></li>
|
|
61
|
-
<li class="tsd-kind-namespace"><a href="../modules/Header.html">Header</a></li>
|
|
62
|
-
<li class="tsd-kind-namespace"><a href="../modules/List.html">List</a></li>
|
|
63
|
-
<li class="tsd-kind-namespace"><a href="../modules/Modal.html">Modal</a></li></ul></li></ul></div></details></nav>
|
|
64
|
-
<nav class="tsd-navigation secondary menu-sticky">
|
|
65
|
-
<ul>
|
|
66
|
-
<li class="tsd-kind-enum"><a href="../enums/ICON.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-enum)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-8-path"></rect><path d="M9.45 16V7.24H14.49V8.224H10.518V10.936H14.07V11.908H10.518V15.016H14.49V16H9.45Z" fill="var(--color-text)" id="icon-8-text"></path></svg>ICON</a></li>
|
|
67
|
-
<li class="tsd-kind-class"><a href="../classes/Drawer.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-class)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-128-path"></rect><path d="M11.898 16.1201C11.098 16.1201 10.466 15.8961 10.002 15.4481C9.53803 15.0001 9.30603 14.3841 9.30603 13.6001V9.64012C9.30603 8.85612 9.53803 8.24012 10.002 7.79212C10.466 7.34412 11.098 7.12012 11.898 7.12012C12.682 7.12012 13.306 7.34812 13.77 7.80412C14.234 8.25212 14.466 8.86412 14.466 9.64012H13.386C13.386 9.14412 13.254 8.76412 12.99 8.50012C12.734 8.22812 12.37 8.09212 11.898 8.09212C11.426 8.09212 11.054 8.22412 10.782 8.48812C10.518 8.75212 10.386 9.13212 10.386 9.62812V13.6001C10.386 14.0961 10.518 14.4801 10.782 14.7521C11.054 15.0161 11.426 15.1481 11.898 15.1481C12.37 15.1481 12.734 15.0161 12.99 14.7521C13.254 14.4801 13.386 14.0961 13.386 13.6001H14.466C14.466 14.3761 14.234 14.9921 13.77 15.4481C13.306 15.8961 12.682 16.1201 11.898 16.1201Z" fill="var(--color-text)" id="icon-128-text"></path></svg>Drawer</a></li>
|
|
68
|
-
<li class="tsd-kind-class"><a href="../classes/Pop.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Pop</a></li>
|
|
69
|
-
<li class="tsd-kind-class"><a href="../classes/ToasterProvider.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-128-path"></use><use href="#icon-128-text"></use></svg>Toaster<wbr/>Provider</a></li>
|
|
70
|
-
<li class="tsd-kind-interface"><a href="../interfaces/IconProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-interface)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-256-path"></rect><path d="M9.51 16V15.016H11.298V8.224H9.51V7.24H14.19V8.224H12.402V15.016H14.19V16H9.51Z" fill="var(--color-text)" id="icon-256-text"></path></svg>Icon<wbr/>Props</a></li>
|
|
71
|
-
<li class="tsd-kind-interface"><a href="../interfaces/InputCustomProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Input<wbr/>Custom<wbr/>Props</a></li>
|
|
72
|
-
<li class="tsd-kind-interface"><a href="../interfaces/LabelProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Label<wbr/>Props</a></li>
|
|
73
|
-
<li class="tsd-kind-interface"><a href="../interfaces/StickyHeaderProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Sticky<wbr/>Header<wbr/>Props</a></li>
|
|
74
|
-
<li class="tsd-kind-interface"><a href="../interfaces/ToggleProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-256-path"></use><use href="#icon-256-text"></use></svg>Toggle<wbr/>Props</a></li>
|
|
75
|
-
<li class="tsd-kind-type-alias"><a href="../types/ActionProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-4194304-path"></rect><path d="M11.31 16V8.224H8.91V7.24H14.79V8.224H12.39V16H11.31Z" fill="var(--color-text)" id="icon-4194304-text"></path></svg>Action<wbr/>Props</a></li>
|
|
76
|
-
<li class="tsd-kind-type-alias"><a href="../types/ChoiceProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Choice<wbr/>Props</a></li>
|
|
77
|
-
<li class="tsd-kind-type-alias"><a href="../types/InputProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Input<wbr/>Props</a></li>
|
|
78
|
-
<li class="tsd-kind-type-alias"><a href="../types/OverwriteProps.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>Overwrite<wbr/>Props</a></li>
|
|
79
|
-
<li class="tsd-kind-type-alias"><a href="../types/ThemeCSS.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-4194304-path"></use><use href="#icon-4194304-text"></use></svg>ThemeCSS</a></li>
|
|
80
|
-
<li class="tsd-kind-variable"><a href="../variables/config.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-variable)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-32-path"></rect><path d="M11.106 16L8.85 7.24H9.966L11.454 13.192C11.558 13.608 11.646 13.996 11.718 14.356C11.79 14.708 11.842 14.976 11.874 15.16C11.906 14.976 11.954 14.708 12.018 14.356C12.09 13.996 12.178 13.608 12.282 13.192L13.758 7.24H14.85L12.582 16H11.106Z" fill="var(--color-text)" id="icon-32-text"></path></svg>config</a></li>
|
|
81
|
-
<li class="tsd-kind-variable"><a href="../variables/cssReset.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>css<wbr/>Reset</a></li>
|
|
82
|
-
<li class="tsd-kind-variable"><a href="../variables/miuiScrollbars.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>miui<wbr/>Scrollbars</a></li>
|
|
83
|
-
<li class="tsd-kind-variable"><a href="../variables/theme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-32-path"></use><use href="#icon-32-text"></use></svg>theme</a></li>
|
|
84
|
-
<li class="tsd-kind-function"><a href="Action.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><rect fill="var(--color-icon-background)" stroke="var(--color-ts-function)" stroke-width="1.5" x="1" y="1" width="22" height="22" rx="6" id="icon-64-path"></rect><path d="M9.39 16V7.24H14.55V8.224H10.446V11.128H14.238V12.112H10.47V16H9.39Z" fill="var(--color-text)" id="icon-64-text"></path></svg>Action</a></li>
|
|
85
|
-
<li class="tsd-kind-function"><a href="Button.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Button</a></li>
|
|
86
|
-
<li class="tsd-kind-function"><a href="Card.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Card</a></li>
|
|
87
|
-
<li class="tsd-kind-function"><a href="Checkbox.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Checkbox</a></li>
|
|
88
|
-
<li class="tsd-kind-function"><a href="Choice.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Choice</a></li>
|
|
89
|
-
<li class="tsd-kind-function"><a href="ColorPicker.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Color<wbr/>Picker</a></li>
|
|
90
|
-
<li class="tsd-kind-function"><a href="CoveringLoader.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Covering<wbr/>Loader</a></li>
|
|
91
|
-
<li class="tsd-kind-function"><a href="DirectionPad.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Direction<wbr/>Pad</a></li>
|
|
92
|
-
<li class="tsd-kind-function"><a href="EqualActions.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Equal<wbr/>Actions</a></li>
|
|
93
|
-
<li class="tsd-kind-function"><a href="FullLoader.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Full<wbr/>Loader</a></li>
|
|
94
|
-
<li class="tsd-kind-function"><a href="HandleEsc.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Handle<wbr/>Esc</a></li>
|
|
95
|
-
<li class="tsd-kind-function"><a href="Header-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Header</a></li>
|
|
96
|
-
<li class="tsd-kind-function"><a href="HeaderAfterSelector.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Header<wbr/>After<wbr/>Selector</a></li>
|
|
97
|
-
<li class="tsd-kind-function"><a href="HeaderBeforeSelector.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Header<wbr/>Before<wbr/>Selector</a></li>
|
|
98
|
-
<li class="tsd-kind-function"><a href="HeaderContentsSelector.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Header<wbr/>Contents<wbr/>Selector</a></li>
|
|
99
|
-
<li class="tsd-kind-function"><a href="HeaderIconAction.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Header<wbr/>Icon<wbr/>Action</a></li>
|
|
100
|
-
<li class="tsd-kind-function"><a href="Icon-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Icon</a></li>
|
|
101
|
-
<li class="tsd-kind-function"><a href="If.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>If</a></li>
|
|
102
|
-
<li class="tsd-kind-function"><a href="Input.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Input</a></li>
|
|
103
|
-
<li class="tsd-kind-function"><a href="KeyValue.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Key<wbr/>Value</a></li>
|
|
104
|
-
<li class="tsd-kind-function"><a href="Label.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Label</a></li>
|
|
105
|
-
<li class="tsd-kind-function"><a href="Line.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Line</a></li>
|
|
106
|
-
<li class="tsd-kind-function"><a href="List-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>List</a></li>
|
|
107
|
-
<li class="tsd-kind-function"><a href="Loader.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Loader</a></li>
|
|
108
|
-
<li class="tsd-kind-function"><a href="Loading.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Loading</a></li>
|
|
109
|
-
<li class="tsd-kind-function"><a href="Message.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Message</a></li>
|
|
110
|
-
<li class="tsd-kind-function"><a href="Modal-1.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Modal</a></li>
|
|
111
|
-
<li class="tsd-kind-function"><a href="ModalButtons.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Modal<wbr/>Buttons</a></li>
|
|
112
|
-
<li class="tsd-kind-function"><a href="PopLoader.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pop<wbr/>Loader</a></li>
|
|
113
|
-
<li class="tsd-kind-function"><a href="PopOption.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Pop<wbr/>Option</a></li>
|
|
114
|
-
<li class="current tsd-kind-function"><a href="Progress.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Progress</a></li>
|
|
115
|
-
<li class="tsd-kind-function"><a href="SearchContainer.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Search<wbr/>Container</a></li>
|
|
116
|
-
<li class="tsd-kind-function"><a href="Section.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Section</a></li>
|
|
117
|
-
<li class="tsd-kind-function"><a href="Select.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Select</a></li>
|
|
118
|
-
<li class="tsd-kind-function"><a href="Selector.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Selector</a></li>
|
|
119
|
-
<li class="tsd-kind-function"><a href="Spacer.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Spacer</a></li>
|
|
120
|
-
<li class="tsd-kind-function"><a href="Stats.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Stats</a></li>
|
|
121
|
-
<li class="tsd-kind-function"><a href="StickyHeader.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Sticky<wbr/>Header</a></li>
|
|
122
|
-
<li class="tsd-kind-function"><a href="Table.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Table</a></li>
|
|
123
|
-
<li class="tsd-kind-function"><a href="TextArea.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Text<wbr/>Area</a></li>
|
|
124
|
-
<li class="tsd-kind-function"><a href="Toggle.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Toggle</a></li>
|
|
125
|
-
<li class="tsd-kind-function"><a href="ToolButton.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>Tool<wbr/>Button</a></li>
|
|
126
|
-
<li class="tsd-kind-function"><a href="borderPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>border<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
127
|
-
<li class="tsd-kind-function"><a href="createTheme.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>create<wbr/>Theme</a></li>
|
|
128
|
-
<li class="tsd-kind-function"><a href="css.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>css</a></li>
|
|
129
|
-
<li class="tsd-kind-function"><a href="dimensionsPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>dimensions<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
130
|
-
<li class="tsd-kind-function"><a href="fontPxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>font<wbr/>Px<wbr/>To<wbr/>Rem</a></li>
|
|
131
|
-
<li class="tsd-kind-function"><a href="getCssText.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>get<wbr/>Css<wbr/>Text</a></li>
|
|
132
|
-
<li class="tsd-kind-function"><a href="globalCss.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>global<wbr/>Css</a></li>
|
|
133
|
-
<li class="tsd-kind-function"><a href="keyframes.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>keyframes</a></li>
|
|
134
|
-
<li class="tsd-kind-function"><a href="pxToRem.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>px<wbr/>To<wbr/>Rem</a></li>
|
|
135
|
-
<li class="tsd-kind-function"><a href="styled.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>styled</a></li>
|
|
136
|
-
<li class="tsd-kind-function"><a href="useToaster.html" class="tsd-index-link"><svg class="tsd-kind-icon" width="24" height="24" viewBox="0 0 24 24"><use href="#icon-64-path"></use><use href="#icon-64-text"></use></svg>use<wbr/>Toaster</a></li></ul></nav></div></div>
|
|
137
|
-
<div class="container tsd-generator">
|
|
138
|
-
<p>Generated using <a href="https://typedoc.org/" target="_blank">TypeDoc</a></p></div>
|
|
139
|
-
<div class="overlay"></div><script src="../assets/main.js"></script></body></html>
|