react-miui 0.30.2 → 0.32.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/CHANGELOG.md +10 -0
- package/dist/components/form/Checkbox.styled.d.ts +6 -0
- package/dist/components/form/Checkbox.styled.d.ts.map +1 -1
- package/dist/components/form/ColorPicker.styled.d.ts +4 -0
- package/dist/components/form/ColorPicker.styled.d.ts.map +1 -1
- package/dist/components/form/Label.d.ts +2 -0
- package/dist/components/form/Label.d.ts.map +1 -1
- package/dist/components/form/Label.styled.d.ts +4 -0
- package/dist/components/form/Label.styled.d.ts.map +1 -1
- package/dist/components/form/Select.styled.d.ts +2 -0
- package/dist/components/form/Select.styled.d.ts.map +1 -1
- package/dist/components/form/Select.styled.js +1 -1
- package/dist/components/form/Select.styled.js.map +1 -1
- package/dist/components/form/Toggle.d.ts +2 -0
- package/dist/components/form/Toggle.d.ts.map +1 -1
- package/dist/components/form/Toggle.styled.d.ts +4 -0
- package/dist/components/form/Toggle.styled.d.ts.map +1 -1
- package/dist/components/form/choice/Choice.styled.d.ts +2 -0
- package/dist/components/form/choice/Choice.styled.d.ts.map +1 -1
- package/dist/components/form/choice/ChoiceItem.styled.d.ts +2 -0
- package/dist/components/form/choice/ChoiceItem.styled.d.ts.map +1 -1
- package/dist/components/form/input/Input.css.d.ts +1 -1
- package/dist/components/form/input/Input.css.js +1 -1
- package/dist/components/form/input/Input.css.js.map +1 -1
- package/dist/components/form/input/Input.styled.d.ts +8 -0
- package/dist/components/form/input/Input.styled.d.ts.map +1 -1
- package/dist/components/form/textarea/TextArea.styled.d.ts +2 -0
- package/dist/components/form/textarea/TextArea.styled.d.ts.map +1 -1
- package/dist/components/layout/card/Card.styled.d.ts +2 -0
- package/dist/components/layout/card/Card.styled.d.ts.map +1 -1
- package/dist/components/layout/header/Header.styled.d.ts +8 -0
- package/dist/components/layout/header/Header.styled.d.ts.map +1 -1
- package/dist/components/layout/header/HeaderIconAction.styled.d.ts +6 -0
- package/dist/components/layout/header/HeaderIconAction.styled.d.ts.map +1 -1
- package/dist/components/layout/header/StickyHeader.d.ts +2 -0
- package/dist/components/layout/header/StickyHeader.d.ts.map +1 -1
- package/dist/components/layout/header/StickyHeader.styled.d.ts +4 -0
- package/dist/components/layout/header/StickyHeader.styled.d.ts.map +1 -1
- package/dist/components/layout/list/Header.d.ts +4 -0
- package/dist/components/layout/list/Header.d.ts.map +1 -1
- package/dist/components/layout/list/Item.styled.d.ts +8 -0
- package/dist/components/layout/list/Item.styled.d.ts.map +1 -1
- package/dist/components/layout/list/Label.d.ts +2 -0
- package/dist/components/layout/list/Label.d.ts.map +1 -1
- package/dist/components/layout/list/List.d.ts +2 -0
- package/dist/components/layout/list/List.d.ts.map +1 -1
- package/dist/components/layout/list/Value.d.ts +2 -0
- package/dist/components/layout/list/Value.d.ts.map +1 -1
- package/dist/components/layout/section/SearchContainer.d.ts +2 -0
- package/dist/components/layout/section/SearchContainer.d.ts.map +1 -1
- package/dist/components/layout/section/Section.d.ts +4 -0
- package/dist/components/layout/section/Section.d.ts.map +1 -1
- package/dist/components/layout/section/SectionContainer.d.ts +2 -0
- package/dist/components/layout/section/SectionContainer.d.ts.map +1 -1
- package/dist/components/layout/table/Table.styled.d.ts +2 -0
- package/dist/components/layout/table/Table.styled.d.ts.map +1 -1
- package/dist/components/native/index.d.ts +2 -0
- package/dist/components/native/index.d.ts.map +1 -1
- package/dist/components/ui/action/Action.styled.d.ts +8 -0
- package/dist/components/ui/action/Action.styled.d.ts.map +1 -1
- package/dist/components/ui/action/Action.styled.js +2 -2
- package/dist/components/ui/action/Action.styled.js.map +1 -1
- package/dist/components/ui/action/EqualActions.styled.d.ts +2 -0
- package/dist/components/ui/action/EqualActions.styled.d.ts.map +1 -1
- package/dist/components/ui/button/Button.styled.d.ts +2 -0
- package/dist/components/ui/button/Button.styled.d.ts.map +1 -1
- package/dist/components/ui/button/Button.styled.js +2 -2
- package/dist/components/ui/button/Button.styled.js.map +1 -1
- package/dist/components/ui/directionPad/Button.styled.d.ts +4 -0
- package/dist/components/ui/directionPad/Button.styled.d.ts.map +1 -1
- package/dist/components/ui/directionPad/Button.styled.js +1 -1
- package/dist/components/ui/directionPad/Button.styled.js.map +1 -1
- package/dist/components/ui/directionPad/Middle.styled.d.ts +2 -0
- package/dist/components/ui/directionPad/Middle.styled.d.ts.map +1 -1
- package/dist/components/ui/directionPad/Pad.styled.d.ts +4 -0
- package/dist/components/ui/directionPad/Pad.styled.d.ts.map +1 -1
- package/dist/components/ui/directionPad/Pad.styled.js +1 -1
- package/dist/components/ui/directionPad/Pad.styled.js.map +1 -1
- package/dist/components/ui/drawer/Drawer.styled.d.ts +4 -0
- package/dist/components/ui/drawer/Drawer.styled.d.ts.map +1 -1
- package/dist/components/ui/drawer/Drawer.styled.js +1 -1
- package/dist/components/ui/drawer/Drawer.styled.js.map +1 -1
- package/dist/components/ui/keyValue/KeyValue.styled.d.ts +12 -0
- package/dist/components/ui/keyValue/KeyValue.styled.d.ts.map +1 -1
- package/dist/components/ui/keyValue/KeyValue.styled.js +1 -1
- package/dist/components/ui/keyValue/KeyValue.styled.js.map +1 -1
- package/dist/components/ui/line/Line.d.ts +2 -0
- package/dist/components/ui/line/Line.d.ts.map +1 -1
- package/dist/components/ui/loader/PopLoader.d.ts.map +1 -1
- package/dist/components/ui/loader/PopLoader.js +1 -1
- package/dist/components/ui/loader/PopLoader.js.map +1 -1
- package/dist/components/ui/message/Message.styled.d.ts +2 -0
- package/dist/components/ui/message/Message.styled.d.ts.map +1 -1
- package/dist/components/ui/modal/Modal.styled.d.ts +8 -0
- package/dist/components/ui/modal/Modal.styled.d.ts.map +1 -1
- package/dist/components/ui/modal/Modal.styled.js +3 -3
- package/dist/components/ui/modal/Modal.styled.js.map +1 -1
- package/dist/components/ui/modal/ModalButtons.styled.d.ts +4 -0
- package/dist/components/ui/modal/ModalButtons.styled.d.ts.map +1 -1
- package/dist/components/ui/pop/Pop.styled.d.ts +12 -0
- package/dist/components/ui/pop/Pop.styled.d.ts.map +1 -1
- package/dist/components/ui/pop/Pop.styled.js +2 -2
- package/dist/components/ui/pop/Pop.styled.js.map +1 -1
- package/dist/components/ui/progress/Progress.styled.d.ts +6 -0
- package/dist/components/ui/progress/Progress.styled.d.ts.map +1 -1
- package/dist/components/ui/stats/Stats.styled.d.ts +10 -0
- package/dist/components/ui/stats/Stats.styled.d.ts.map +1 -1
- package/dist/components/ui/toaster/Toaster.styled.d.ts +2 -0
- package/dist/components/ui/toaster/Toaster.styled.d.ts.map +1 -1
- package/dist/components/ui/toolButton/ToolButton.styled.d.ts +2 -0
- package/dist/components/ui/toolButton/ToolButton.styled.d.ts.map +1 -1
- package/dist/components/utils/Gap.d.ts +2 -0
- package/dist/components/utils/Gap.d.ts.map +1 -1
- package/dist/components/utils/Spacer.d.ts +2 -0
- package/dist/components/utils/Spacer.d.ts.map +1 -1
- package/dist/theme.d.ts +89 -2
- package/dist/theme.d.ts.map +1 -1
- package/dist/theme.js +68 -1
- package/dist/theme.js.map +1 -1
- package/docs/assets/navigation.js +1 -1
- package/docs/assets/search.js +1 -1
- package/docs/classes/index.Pop.html +7 -7
- package/docs/classes/index.ToasterProvider.html +4 -4
- package/docs/documents/Test.html +2 -2
- package/docs/enums/index.ICON.html +2 -2
- package/docs/functions/index.Action.html +3 -3
- package/docs/functions/index.Button.html +4 -4
- package/docs/functions/index.Card.html +3 -3
- package/docs/functions/index.Checkbox.html +3 -3
- package/docs/functions/index.Choice.html +2 -2
- package/docs/functions/index.ColorPicker.html +3 -3
- package/docs/functions/index.CoveringLoader.html +3 -3
- package/docs/functions/index.DirectionPad.html +2 -2
- package/docs/functions/index.Drawer.html +2 -2
- package/docs/functions/index.EqualActions.html +2 -2
- package/docs/functions/index.FullLoader.html +3 -3
- package/docs/functions/index.Gap.html +3 -3
- package/docs/functions/index.HandleEsc.html +3 -3
- package/docs/functions/index.Header.html +3 -3
- package/docs/functions/index.HeaderIconAction.html +3 -3
- package/docs/functions/index.Icon-1.html +3 -3
- package/docs/functions/index.If.html +3 -3
- package/docs/functions/index.Input.html +1 -1
- package/docs/functions/index.KeyValue.html +2 -2
- package/docs/functions/index.Label.html +3 -3
- package/docs/functions/index.Line.html +4 -4
- package/docs/functions/index.List.html +6 -6
- package/docs/functions/index.Loader.html +3 -3
- package/docs/functions/index.Loading.html +3 -3
- package/docs/functions/index.Message.html +3 -3
- package/docs/functions/index.Modal.html +3 -3
- package/docs/functions/index.ModalButtons.html +3 -3
- package/docs/functions/index.PopLoader.html +3 -3
- package/docs/functions/index.PopOption.html +3 -3
- package/docs/functions/index.Progress.html +2 -2
- package/docs/functions/index.SearchContainer.html +3 -3
- package/docs/functions/index.Section.html +4 -4
- package/docs/functions/index.Select.html +3 -3
- package/docs/functions/index.Selector.html +2 -2
- package/docs/functions/index.Spacer.html +3 -3
- package/docs/functions/index.Stats.html +2 -2
- package/docs/functions/index.StickyHeader.html +4 -4
- package/docs/functions/index.Table.html +3 -3
- package/docs/functions/index.TextArea.html +2 -2
- package/docs/functions/index.Toggle.html +4 -4
- package/docs/functions/index.ToolButton.html +4 -4
- package/docs/functions/index.borderPxToRem.html +1 -1
- package/docs/functions/index.createTheme.html +1 -1
- package/docs/functions/index.css.html +1 -1
- package/docs/functions/index.dimensionsPxToRem.html +1 -1
- package/docs/functions/index.fontPxToRem.html +1 -1
- package/docs/functions/index.getCssText.html +1 -1
- package/docs/functions/index.globalCss.html +2 -2
- package/docs/functions/index.injectGlobalStyles.html +1 -1
- package/docs/functions/index.keyframes.html +1 -1
- package/docs/functions/index.pxToRem.html +1 -1
- package/docs/functions/index.styled.html +1 -1
- package/docs/functions/index.useToaster.html +1 -1
- package/docs/index.html +2 -2
- package/docs/interfaces/index.IconProps.html +2 -2
- package/docs/interfaces/index.InputCustomProps.html +2 -2
- package/docs/interfaces/index.LoaderProps.html +5 -5
- package/docs/interfaces/index.StickyHeaderProps.html +4 -4
- package/docs/modules/index.html +1 -1
- package/docs/modules.html +1 -1
- package/docs/types/index.ActionProps.html +1 -1
- package/docs/types/index.CardProps.html +1 -1
- package/docs/types/index.CheckboxProps.html +2 -2
- package/docs/types/index.ChoiceProps.html +1 -1
- package/docs/types/index.ColorPickerProps.html +1 -1
- package/docs/types/index.DirectionPadProps.html +1 -1
- package/docs/types/index.DrawerProps.html +1 -1
- package/docs/types/index.EqualActionsProps.html +1 -1
- package/docs/types/index.HeaderProps.html +1 -1
- package/docs/types/index.InputProps.html +1 -1
- package/docs/types/index.KeyValueProps.html +1 -1
- package/docs/types/index.LabelProps.html +1 -1
- package/docs/types/index.OverwriteProps.html +1 -1
- package/docs/types/index.ProgressProps.html +2 -2
- package/docs/types/index.SelectProps.html +1 -1
- package/docs/types/index.SelectorProps.html +1 -1
- package/docs/types/index.Stat.html +1 -1
- package/docs/types/index.StatsProps.html +1 -1
- package/docs/types/index.TextAreaProps.html +1 -1
- package/docs/types/index.ThemeCSS.html +1 -1
- package/docs/types/index.ToggleProps.html +2 -2
- package/docs/variables/index.CheckboxCheckmarkWrapperSelector.html +1 -1
- package/docs/variables/index.CheckboxTextLabelSelector.html +1 -1
- package/docs/variables/index.ChoiceItemSelector.html +1 -1
- package/docs/variables/index.ColorPickerColorDisplaySelector.html +1 -1
- package/docs/variables/index.DirectionPadButtonDotSelector.html +1 -1
- package/docs/variables/index.DirectionPadButtonSelector.html +1 -1
- package/docs/variables/index.DirectionPadLineSelector.html +1 -1
- package/docs/variables/index.DirectionPadMiddleSelector.html +1 -1
- package/docs/variables/index.DrawerContentSelector.html +1 -1
- package/docs/variables/index.HeaderAfterSelector.html +1 -1
- package/docs/variables/index.HeaderBeforeSelector.html +1 -1
- package/docs/variables/index.HeaderContentsSelector.html +1 -1
- package/docs/variables/index.KeyValueIconSelector.html +1 -1
- package/docs/variables/index.KeyValueItemSelector.html +1 -1
- package/docs/variables/index.KeyValueKeySelector.html +1 -1
- package/docs/variables/index.KeyValuePairSelector.html +1 -1
- package/docs/variables/index.KeyValueValueSelector.html +1 -1
- package/docs/variables/index.LabelTextSelector.html +1 -1
- package/docs/variables/index.ProgressBackgroundSelector.html +1 -1
- package/docs/variables/index.ProgressValueSelector.html +1 -1
- package/docs/variables/index.SelectorItemSelector.html +1 -1
- package/docs/variables/index.StatsItemSelector.html +1 -1
- package/docs/variables/index.StatsLabelSelector.html +1 -1
- package/docs/variables/index.StatsSeparatorSelector.html +1 -1
- package/docs/variables/index.StatsValueSelector.html +1 -1
- package/docs/variables/index.ToggleStyledToggleSelector.html +1 -1
- package/docs/variables/index.config.html +1 -1
- package/docs/variables/index.cssReset.html +2 -2
- package/docs/variables/index.darkTheme.html +1 -0
- package/docs/variables/index.miuiScrollbars.html +1 -1
- package/docs/variables/index.theme.html +1 -1
- package/esm/components/form/Checkbox.styled.d.ts +6 -0
- package/esm/components/form/Checkbox.styled.d.ts.map +1 -1
- package/esm/components/form/ColorPicker.styled.d.ts +4 -0
- package/esm/components/form/ColorPicker.styled.d.ts.map +1 -1
- package/esm/components/form/Label.d.ts +2 -0
- package/esm/components/form/Label.d.ts.map +1 -1
- package/esm/components/form/Label.styled.d.ts +4 -0
- package/esm/components/form/Label.styled.d.ts.map +1 -1
- package/esm/components/form/Select.styled.d.ts +2 -0
- package/esm/components/form/Select.styled.d.ts.map +1 -1
- package/esm/components/form/Select.styled.js +1 -1
- package/esm/components/form/Select.styled.js.map +1 -1
- package/esm/components/form/Toggle.d.ts +2 -0
- package/esm/components/form/Toggle.d.ts.map +1 -1
- package/esm/components/form/Toggle.styled.d.ts +4 -0
- package/esm/components/form/Toggle.styled.d.ts.map +1 -1
- package/esm/components/form/choice/Choice.styled.d.ts +2 -0
- package/esm/components/form/choice/Choice.styled.d.ts.map +1 -1
- package/esm/components/form/choice/ChoiceItem.styled.d.ts +2 -0
- package/esm/components/form/choice/ChoiceItem.styled.d.ts.map +1 -1
- package/esm/components/form/input/Input.css.d.ts +1 -1
- package/esm/components/form/input/Input.css.js +2 -2
- package/esm/components/form/input/Input.css.js.map +1 -1
- package/esm/components/form/input/Input.styled.d.ts +8 -0
- package/esm/components/form/input/Input.styled.d.ts.map +1 -1
- package/esm/components/form/textarea/TextArea.styled.d.ts +2 -0
- package/esm/components/form/textarea/TextArea.styled.d.ts.map +1 -1
- package/esm/components/layout/card/Card.styled.d.ts +2 -0
- package/esm/components/layout/card/Card.styled.d.ts.map +1 -1
- package/esm/components/layout/header/Header.styled.d.ts +8 -0
- package/esm/components/layout/header/Header.styled.d.ts.map +1 -1
- package/esm/components/layout/header/HeaderIconAction.styled.d.ts +6 -0
- package/esm/components/layout/header/HeaderIconAction.styled.d.ts.map +1 -1
- package/esm/components/layout/header/StickyHeader.d.ts +2 -0
- package/esm/components/layout/header/StickyHeader.d.ts.map +1 -1
- package/esm/components/layout/header/StickyHeader.styled.d.ts +4 -0
- package/esm/components/layout/header/StickyHeader.styled.d.ts.map +1 -1
- package/esm/components/layout/list/Header.d.ts +4 -0
- package/esm/components/layout/list/Header.d.ts.map +1 -1
- package/esm/components/layout/list/Item.styled.d.ts +8 -0
- package/esm/components/layout/list/Item.styled.d.ts.map +1 -1
- package/esm/components/layout/list/Label.d.ts +2 -0
- package/esm/components/layout/list/Label.d.ts.map +1 -1
- package/esm/components/layout/list/List.d.ts +2 -0
- package/esm/components/layout/list/List.d.ts.map +1 -1
- package/esm/components/layout/list/Value.d.ts +2 -0
- package/esm/components/layout/list/Value.d.ts.map +1 -1
- package/esm/components/layout/section/SearchContainer.d.ts +2 -0
- package/esm/components/layout/section/SearchContainer.d.ts.map +1 -1
- package/esm/components/layout/section/Section.d.ts +4 -0
- package/esm/components/layout/section/Section.d.ts.map +1 -1
- package/esm/components/layout/section/SectionContainer.d.ts +2 -0
- package/esm/components/layout/section/SectionContainer.d.ts.map +1 -1
- package/esm/components/layout/table/Table.styled.d.ts +2 -0
- package/esm/components/layout/table/Table.styled.d.ts.map +1 -1
- package/esm/components/native/index.d.ts +2 -0
- package/esm/components/native/index.d.ts.map +1 -1
- package/esm/components/ui/action/Action.styled.d.ts +8 -0
- package/esm/components/ui/action/Action.styled.d.ts.map +1 -1
- package/esm/components/ui/action/Action.styled.js +3 -3
- package/esm/components/ui/action/Action.styled.js.map +1 -1
- package/esm/components/ui/action/EqualActions.styled.d.ts +2 -0
- package/esm/components/ui/action/EqualActions.styled.d.ts.map +1 -1
- package/esm/components/ui/button/Button.styled.d.ts +2 -0
- package/esm/components/ui/button/Button.styled.d.ts.map +1 -1
- package/esm/components/ui/button/Button.styled.js +2 -2
- package/esm/components/ui/button/Button.styled.js.map +1 -1
- package/esm/components/ui/directionPad/Button.styled.d.ts +4 -0
- package/esm/components/ui/directionPad/Button.styled.d.ts.map +1 -1
- package/esm/components/ui/directionPad/Button.styled.js +1 -1
- package/esm/components/ui/directionPad/Button.styled.js.map +1 -1
- package/esm/components/ui/directionPad/Middle.styled.d.ts +2 -0
- package/esm/components/ui/directionPad/Middle.styled.d.ts.map +1 -1
- package/esm/components/ui/directionPad/Pad.styled.d.ts +4 -0
- package/esm/components/ui/directionPad/Pad.styled.d.ts.map +1 -1
- package/esm/components/ui/directionPad/Pad.styled.js +1 -1
- package/esm/components/ui/directionPad/Pad.styled.js.map +1 -1
- package/esm/components/ui/drawer/Drawer.styled.d.ts +4 -0
- package/esm/components/ui/drawer/Drawer.styled.d.ts.map +1 -1
- package/esm/components/ui/drawer/Drawer.styled.js +1 -1
- package/esm/components/ui/drawer/Drawer.styled.js.map +1 -1
- package/esm/components/ui/keyValue/KeyValue.styled.d.ts +12 -0
- package/esm/components/ui/keyValue/KeyValue.styled.d.ts.map +1 -1
- package/esm/components/ui/keyValue/KeyValue.styled.js +1 -1
- package/esm/components/ui/keyValue/KeyValue.styled.js.map +1 -1
- package/esm/components/ui/line/Line.d.ts +2 -0
- package/esm/components/ui/line/Line.d.ts.map +1 -1
- package/esm/components/ui/loader/PopLoader.d.ts.map +1 -1
- package/esm/components/ui/loader/PopLoader.js +1 -1
- package/esm/components/ui/loader/PopLoader.js.map +1 -1
- package/esm/components/ui/message/Message.styled.d.ts +2 -0
- package/esm/components/ui/message/Message.styled.d.ts.map +1 -1
- package/esm/components/ui/modal/Modal.styled.d.ts +8 -0
- package/esm/components/ui/modal/Modal.styled.d.ts.map +1 -1
- package/esm/components/ui/modal/Modal.styled.js +3 -3
- package/esm/components/ui/modal/Modal.styled.js.map +1 -1
- package/esm/components/ui/modal/ModalButtons.styled.d.ts +4 -0
- package/esm/components/ui/modal/ModalButtons.styled.d.ts.map +1 -1
- package/esm/components/ui/pop/Pop.styled.d.ts +12 -0
- package/esm/components/ui/pop/Pop.styled.d.ts.map +1 -1
- package/esm/components/ui/pop/Pop.styled.js +2 -2
- package/esm/components/ui/pop/Pop.styled.js.map +1 -1
- package/esm/components/ui/progress/Progress.styled.d.ts +6 -0
- package/esm/components/ui/progress/Progress.styled.d.ts.map +1 -1
- package/esm/components/ui/stats/Stats.styled.d.ts +10 -0
- package/esm/components/ui/stats/Stats.styled.d.ts.map +1 -1
- package/esm/components/ui/toaster/Toaster.styled.d.ts +2 -0
- package/esm/components/ui/toaster/Toaster.styled.d.ts.map +1 -1
- package/esm/components/ui/toolButton/ToolButton.stories.d.ts.map +1 -1
- package/esm/components/ui/toolButton/ToolButton.stories.js.map +1 -1
- package/esm/components/ui/toolButton/ToolButton.styled.d.ts +2 -0
- package/esm/components/ui/toolButton/ToolButton.styled.d.ts.map +1 -1
- package/esm/components/utils/Gap.d.ts +2 -0
- package/esm/components/utils/Gap.d.ts.map +1 -1
- package/esm/components/utils/Spacer.d.ts +2 -0
- package/esm/components/utils/Spacer.d.ts.map +1 -1
- package/esm/theme.d.ts +89 -2
- package/esm/theme.d.ts.map +1 -1
- package/esm/theme.js +67 -1
- package/esm/theme.js.map +1 -1
- package/package.json +1 -1
- package/src/components/form/Checkbox.styled.ts +1 -1
- package/src/components/form/ColorPicker.styled.ts +1 -1
- package/src/components/form/Select.styled.ts +1 -2
- package/src/components/form/input/Input.css.ts +2 -2
- package/src/components/ui/action/Action.styled.ts +6 -6
- package/src/components/ui/button/Button.styled.ts +2 -2
- package/src/components/ui/directionPad/Button.styled.ts +1 -1
- package/src/components/ui/directionPad/Pad.styled.ts +1 -1
- package/src/components/ui/drawer/Drawer.styled.ts +1 -1
- package/src/components/ui/keyValue/KeyValue.styled.ts +1 -1
- package/src/components/ui/loader/PopLoader.tsx +1 -2
- package/src/components/ui/modal/Modal.styled.ts +3 -3
- package/src/components/ui/pop/Pop.styled.ts +2 -2
- package/src/components/ui/toolButton/ToolButton.stories.tsx +0 -1
- package/src/theme.ts +82 -3
|
@@ -18,6 +18,8 @@ declare const SectionContainer: import("@stitches/react/types/styled-component")
|
|
|
18
18
|
headerBg: "#efeff0";
|
|
19
19
|
headerText: "#484848";
|
|
20
20
|
text: "#323232";
|
|
21
|
+
text2: "#181818";
|
|
22
|
+
text3: "#000000";
|
|
21
23
|
sub: "#959595";
|
|
22
24
|
popText: "#666";
|
|
23
25
|
toolbarBorder: "#ababab";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SectionContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/section/SectionContainer.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,gBAAgB
|
|
1
|
+
{"version":3,"file":"SectionContainer.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/section/SectionContainer.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAOpB,CAAC;AAEH,OAAO,EAAE,gBAAgB,EAAE,CAAC"}
|
|
@@ -22,6 +22,8 @@ declare const StyledTable: import("@stitches/react/types/styled-component").Styl
|
|
|
22
22
|
headerBg: "#efeff0";
|
|
23
23
|
headerText: "#484848";
|
|
24
24
|
text: "#323232";
|
|
25
|
+
text2: "#181818";
|
|
26
|
+
text3: "#000000";
|
|
25
27
|
sub: "#959595";
|
|
26
28
|
popText: "#666";
|
|
27
29
|
toolbarBorder: "#ababab";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/table/Table.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"Table.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/table/Table.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAmCf,CAAC;AAEH,OAAO,EAAE,WAAW,EAAE,CAAC"}
|
|
@@ -18,6 +18,8 @@ declare const Div: import("@stitches/react/types/styled-component").StyledCompon
|
|
|
18
18
|
headerBg: "#efeff0";
|
|
19
19
|
headerText: "#484848";
|
|
20
20
|
text: "#323232";
|
|
21
|
+
text2: "#181818";
|
|
22
|
+
text3: "#000000";
|
|
21
23
|
sub: "#959595";
|
|
22
24
|
popText: "#666";
|
|
23
25
|
toolbarBorder: "#ababab";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/native/index.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/native/index.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEP,CAAC;AAEH,OAAO,EAAE,GAAG,EAAE,CAAC"}
|
|
@@ -18,6 +18,8 @@ declare const StyledAction: import("@stitches/react/types/styled-component").Sty
|
|
|
18
18
|
headerBg: "#efeff0";
|
|
19
19
|
headerText: "#484848";
|
|
20
20
|
text: "#323232";
|
|
21
|
+
text2: "#181818";
|
|
22
|
+
text3: "#000000";
|
|
21
23
|
sub: "#959595";
|
|
22
24
|
popText: "#666";
|
|
23
25
|
toolbarBorder: "#ababab";
|
|
@@ -101,6 +103,8 @@ declare const Badge: import("@stitches/react/types/styled-component").StyledComp
|
|
|
101
103
|
headerBg: "#efeff0";
|
|
102
104
|
headerText: "#484848";
|
|
103
105
|
text: "#323232";
|
|
106
|
+
text2: "#181818";
|
|
107
|
+
text3: "#000000";
|
|
104
108
|
sub: "#959595";
|
|
105
109
|
popText: "#666";
|
|
106
110
|
toolbarBorder: "#ababab";
|
|
@@ -184,6 +188,8 @@ declare const Anchor: import("@stitches/react/types/styled-component").StyledCom
|
|
|
184
188
|
headerBg: "#efeff0";
|
|
185
189
|
headerText: "#484848";
|
|
186
190
|
text: "#323232";
|
|
191
|
+
text2: "#181818";
|
|
192
|
+
text3: "#000000";
|
|
187
193
|
sub: "#959595";
|
|
188
194
|
popText: "#666";
|
|
189
195
|
toolbarBorder: "#ababab";
|
|
@@ -267,6 +273,8 @@ declare const Button: import("@stitches/react/types/styled-component").StyledCom
|
|
|
267
273
|
headerBg: "#efeff0";
|
|
268
274
|
headerText: "#484848";
|
|
269
275
|
text: "#323232";
|
|
276
|
+
text2: "#181818";
|
|
277
|
+
text3: "#000000";
|
|
270
278
|
sub: "#959595";
|
|
271
279
|
popText: "#666";
|
|
272
280
|
toolbarBorder: "#ababab";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Action.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/action/Action.styled.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"Action.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/action/Action.styled.ts"],"names":[],"mappings":"AAIA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAWhB,CAAC;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgBT,CAAC;AAUH,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEV,CAAC;AAEH,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKV,CAAC;AAEH,OAAO,EACH,YAAY,EACZ,KAAK,EACL,MAAM,EACN,MAAM,GACT,CAAC"}
|
|
@@ -7,7 +7,7 @@ const StyledAction = (0, theme_1.styled)("div", {
|
|
|
7
7
|
width: (0, theme_1.dimensionsPxToRem)(102),
|
|
8
8
|
borderRadius: (0, theme_1.dimensionsPxToRem)(102),
|
|
9
9
|
border: `${(0, theme_1.borderPxToRem)(1)} solid $buttonBorder`,
|
|
10
|
-
background: "
|
|
10
|
+
background: "$background",
|
|
11
11
|
padding: 0,
|
|
12
12
|
display: "flex",
|
|
13
13
|
alignItems: "center",
|
|
@@ -18,7 +18,7 @@ exports.StyledAction = StyledAction;
|
|
|
18
18
|
const Badge = (0, theme_1.styled)("div", {
|
|
19
19
|
position: "absolute",
|
|
20
20
|
background: "$red1",
|
|
21
|
-
color: "
|
|
21
|
+
color: "$background",
|
|
22
22
|
fontWeight: "bold",
|
|
23
23
|
top: "-25%",
|
|
24
24
|
right: "-25%",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Action.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/action/Action.styled.ts"],"names":[],"mappings":";;;AAEA,0CAAuF;AAEvF,MAAM,YAAY,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC/B,MAAM,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IAC9B,KAAK,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IAC7B,YAAY,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IACpC,MAAM,EAAE,GAAG,IAAA,qBAAa,EAAC,CAAC,CAAC,sBAAsB;IACjD,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"Action.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/action/Action.styled.ts"],"names":[],"mappings":";;;AAEA,0CAAuF;AAEvF,MAAM,YAAY,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC/B,MAAM,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IAC9B,KAAK,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IAC7B,YAAY,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IACpC,MAAM,EAAE,GAAG,IAAA,qBAAa,EAAC,CAAC,CAAC,sBAAsB;IACjD,UAAU,EAAE,aAAa;IACzB,OAAO,EAAE,CAAC;IACV,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,QAAQ;IACxB,QAAQ,EAAE,UAAU;CACvB,CAAC,CAAC;AAwCC,oCAAY;AAtChB,MAAM,KAAK,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IACxB,QAAQ,EAAE,UAAU;IACpB,UAAU,EAAE,OAAO;IACnB,KAAK,EAAE,aAAa;IACpB,UAAU,EAAE,MAAM;IAClB,GAAG,EAAE,MAAM;IACX,KAAK,EAAE,MAAM;IACb,QAAQ,EAAE,QAAQ;IAClB,OAAO,EAAE,MAAM;IACf,QAAQ,EAAE,IAAA,mBAAW,EAAC,EAAE,CAAC;IACzB,OAAO,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;IAC9B,KAAK,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;IAC5B,MAAM,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;IAC7B,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,QAAQ;IACxB,YAAY,EAAE,KAAK;CACtB,CAAC,CAAC;AAuBC,sBAAK;AArBT,MAAM,SAAS,GAAa;IACxB,OAAO,EAAE,aAAa;IACtB,aAAa,EAAE,QAAQ;IACvB,UAAU,EAAE,QAAQ;IACpB,GAAG,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;CAE7B,CAAC;AAEF,MAAM,MAAM,GAAG,IAAA,cAAM,EAAC,GAAG,oBAClB,SAAS,EACd,CAAC;AAYC,wBAAM;AAVV,MAAM,MAAM,GAAG,IAAA,cAAM,EAAC,QAAQ,kCACvB,SAAS,KACZ,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,CAAC,EACV,UAAU,EAAE,MAAM,IACpB,CAAC;AAMC,wBAAM"}
|
|
@@ -20,6 +20,8 @@ declare const StyledEqualActions: import("@stitches/react/types/styled-component
|
|
|
20
20
|
headerBg: "#efeff0";
|
|
21
21
|
headerText: "#484848";
|
|
22
22
|
text: "#323232";
|
|
23
|
+
text2: "#181818";
|
|
24
|
+
text3: "#000000";
|
|
23
25
|
sub: "#959595";
|
|
24
26
|
popText: "#666";
|
|
25
27
|
toolbarBorder: "#ababab";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EqualActions.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/action/EqualActions.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"EqualActions.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/action/EqualActions.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GActB,CAAC;AAEH,OAAO,EACH,kBAAkB,GACrB,CAAC"}
|
|
@@ -21,6 +21,8 @@ declare const Button: import("@stitches/react/types/styled-component").StyledCom
|
|
|
21
21
|
headerBg: "#efeff0";
|
|
22
22
|
headerText: "#484848";
|
|
23
23
|
text: "#323232";
|
|
24
|
+
text2: "#181818";
|
|
25
|
+
text3: "#000000";
|
|
24
26
|
sub: "#959595";
|
|
25
27
|
popText: "#666";
|
|
26
28
|
toolbarBorder: "#ababab";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/button/Button.styled.ts"],"names":[],"mappings":"AAKA,QAAA,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"Button.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/button/Button.styled.ts"],"names":[],"mappings":"AAKA,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCV,CAAC;AAEH,OAAO,EACH,MAAM,GACT,CAAC"}
|
|
@@ -6,7 +6,7 @@ const Button = (0, theme_1.styled)("button", {
|
|
|
6
6
|
"height": (0, theme_1.dimensionsPxToRem)(118),
|
|
7
7
|
"background": "$green1",
|
|
8
8
|
"border": `${(0, theme_1.borderPxToRem)(1)} solid $green1Darker`,
|
|
9
|
-
"color": "
|
|
9
|
+
"color": "$background",
|
|
10
10
|
"borderRadius": "1000px",
|
|
11
11
|
"display": "flex",
|
|
12
12
|
"alignItems": "center",
|
|
@@ -27,7 +27,7 @@ const Button = (0, theme_1.styled)("button", {
|
|
|
27
27
|
},
|
|
28
28
|
outline: {
|
|
29
29
|
true: {
|
|
30
|
-
background: "
|
|
30
|
+
background: "$background",
|
|
31
31
|
borderColor: "$buttonBorder",
|
|
32
32
|
color: "$grey1",
|
|
33
33
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/button/Button.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAgG;AAKhG,MAAM,MAAM,GAAG,IAAA,cAAM,EAAC,QAAQ,EAAE;IAC5B,QAAQ,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IAChC,YAAY,EAAE,SAAS;IACvB,QAAQ,EAAE,GAAG,IAAA,qBAAa,EAAC,CAAC,CAAC,sBAAsB;IACnD,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"Button.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/button/Button.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAgG;AAKhG,MAAM,MAAM,GAAG,IAAA,cAAM,EAAC,QAAQ,EAAE;IAC5B,QAAQ,EAAE,IAAA,yBAAiB,EAAC,GAAG,CAAC;IAChC,YAAY,EAAE,SAAS;IACvB,QAAQ,EAAE,GAAG,IAAA,qBAAa,EAAC,CAAC,CAAC,sBAAsB;IACnD,OAAO,EAAE,aAAa;IACtB,cAAc,EAAE,QAAQ;IACxB,SAAS,EAAE,MAAM;IACjB,YAAY,EAAE,QAAQ;IACtB,gBAAgB,EAAE,QAAQ;IAC1B,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,IAAA,mBAAW,EAAC,EAAE,CAAC;IAC3B,SAAS,EAAE,OAAO;IAClB,KAAK,EAAE,IAAA,eAAO,EAAC,EAAE,CAAC;IAElB,YAAY,EAAE;QACV,OAAO,EAAE,GAAG;KACf;IAED,UAAU,EAAE;QACR,MAAM,EAAE;YACJ,IAAI,EAAE;gBACF,KAAK,EAAE,MAAM;gBACb,OAAO,EAAE,aAAa;aACzB;SACJ;QACD,OAAO,EAAE;YACL,IAAI,EAAE;gBACF,UAAU,EAAE,aAAa;gBACzB,WAAW,EAAE,eAAe;gBAC5B,KAAK,EAAE,QAAQ;aAClB;SACJ;KACJ;CACJ,CAAC,CAAC;AAGC,wBAAM"}
|
|
@@ -18,6 +18,8 @@ declare const StyledButton: import("@stitches/react/types/styled-component").Sty
|
|
|
18
18
|
headerBg: "#efeff0";
|
|
19
19
|
headerText: "#484848";
|
|
20
20
|
text: "#323232";
|
|
21
|
+
text2: "#181818";
|
|
22
|
+
text3: "#000000";
|
|
21
23
|
sub: "#959595";
|
|
22
24
|
popText: "#666";
|
|
23
25
|
toolbarBorder: "#ababab";
|
|
@@ -101,6 +103,8 @@ declare const StyledDot: import("@stitches/react/types/styled-component").Styled
|
|
|
101
103
|
headerBg: "#efeff0";
|
|
102
104
|
headerText: "#484848";
|
|
103
105
|
text: "#323232";
|
|
106
|
+
text2: "#181818";
|
|
107
|
+
text3: "#000000";
|
|
104
108
|
sub: "#959595";
|
|
105
109
|
popText: "#666";
|
|
106
110
|
toolbarBorder: "#ababab";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Button.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"Button.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Button.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQhB,CAAC;AAEH,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAOb,CAAC;AAEH,OAAO,EACH,YAAY,EACZ,SAAS,GACZ,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Button.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Button.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAwC;AAExC,MAAM,YAAY,GAAG,IAAA,cAAM,EAAC,QAAQ,EAAE;IAClC,MAAM,EAAE,MAAM;IACd,KAAK,EAAE,MAAM;IACb,MAAM,EAAE,GAAG;IACX,YAAY,EAAE,OAAO;IACrB,MAAM,EAAE,MAAM;IACd,OAAO,EAAE,OAAO;IAChB,UAAU,EAAE,MAAM;CACrB,CAAC,CAAC;AAYC,oCAAY;AAVhB,MAAM,SAAS,GAAG,IAAA,cAAM,EAAC,MAAM,EAAE;IAC7B,OAAO,EAAE,OAAO;IAChB,KAAK,EAAE,KAAK;IACZ,MAAM,EAAE,KAAK;IACb,YAAY,EAAE,OAAO;IACrB,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"Button.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Button.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAwC;AAExC,MAAM,YAAY,GAAG,IAAA,cAAM,EAAC,QAAQ,EAAE;IAClC,MAAM,EAAE,MAAM;IACd,KAAK,EAAE,MAAM;IACb,MAAM,EAAE,GAAG;IACX,YAAY,EAAE,OAAO;IACrB,MAAM,EAAE,MAAM;IACd,OAAO,EAAE,OAAO;IAChB,UAAU,EAAE,MAAM;CACrB,CAAC,CAAC;AAYC,oCAAY;AAVhB,MAAM,SAAS,GAAG,IAAA,cAAM,EAAC,MAAM,EAAE;IAC7B,OAAO,EAAE,OAAO;IAChB,KAAK,EAAE,KAAK;IACZ,MAAM,EAAE,KAAK;IACb,YAAY,EAAE,OAAO;IACrB,UAAU,EAAE,QAAQ;IACpB,MAAM,EAAE,MAAM;CACjB,CAAC,CAAC;AAIC,8BAAS"}
|
|
@@ -18,6 +18,8 @@ declare const StyledMiddle: import("@stitches/react/types/styled-component").Sty
|
|
|
18
18
|
headerBg: "#efeff0";
|
|
19
19
|
headerText: "#484848";
|
|
20
20
|
text: "#323232";
|
|
21
|
+
text2: "#181818";
|
|
22
|
+
text3: "#000000";
|
|
21
23
|
sub: "#959595";
|
|
22
24
|
popText: "#666";
|
|
23
25
|
toolbarBorder: "#ababab";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Middle.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Middle.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"Middle.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Middle.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAYhB,CAAC;AAEH,OAAO,EACH,YAAY,GACf,CAAC"}
|
|
@@ -18,6 +18,8 @@ declare const StyledPad: import("@stitches/react/types/styled-component").Styled
|
|
|
18
18
|
headerBg: "#efeff0";
|
|
19
19
|
headerText: "#484848";
|
|
20
20
|
text: "#323232";
|
|
21
|
+
text2: "#181818";
|
|
22
|
+
text3: "#000000";
|
|
21
23
|
sub: "#959595";
|
|
22
24
|
popText: "#666";
|
|
23
25
|
toolbarBorder: "#ababab";
|
|
@@ -101,6 +103,8 @@ declare const StyledLine: import("@stitches/react/types/styled-component").Style
|
|
|
101
103
|
headerBg: "#efeff0";
|
|
102
104
|
headerText: "#484848";
|
|
103
105
|
text: "#323232";
|
|
106
|
+
text2: "#181818";
|
|
107
|
+
text3: "#000000";
|
|
104
108
|
sub: "#959595";
|
|
105
109
|
popText: "#666";
|
|
106
110
|
toolbarBorder: "#ababab";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pad.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Pad.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"Pad.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Pad.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAUb,CAAC;AAEH,QAAA,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEd,CAAC;AAEH,OAAO,EACH,SAAS,EACT,UAAU,GACb,CAAC"}
|
|
@@ -11,7 +11,7 @@ const StyledPad = (0, theme_1.styled)("div", {
|
|
|
11
11
|
borderRadius: "666px",
|
|
12
12
|
width: "150px",
|
|
13
13
|
border: "1px solid #aaa",
|
|
14
|
-
background: "
|
|
14
|
+
background: "$background",
|
|
15
15
|
});
|
|
16
16
|
exports.StyledPad = StyledPad;
|
|
17
17
|
const StyledLine = (0, theme_1.styled)("div", {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pad.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Pad.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAwC;AAExC,MAAM,SAAS,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC5B,OAAO,EAAE,MAAM;IACf,aAAa,EAAE,QAAQ;IACvB,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,QAAQ;IACxB,MAAM,EAAE,OAAO;IACf,YAAY,EAAE,OAAO;IACrB,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,gBAAgB;IACxB,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"Pad.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/directionPad/Pad.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAwC;AAExC,MAAM,SAAS,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC5B,OAAO,EAAE,MAAM;IACf,aAAa,EAAE,QAAQ;IACvB,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,QAAQ;IACxB,MAAM,EAAE,OAAO;IACf,YAAY,EAAE,OAAO;IACrB,KAAK,EAAE,OAAO;IACd,MAAM,EAAE,gBAAgB;IACxB,UAAU,EAAE,aAAa;CAC5B,CAAC,CAAC;AAOC,8BAAS;AALb,MAAM,UAAU,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC7B,OAAO,EAAE,MAAM;CAClB,CAAC,CAAC;AAIC,gCAAU"}
|
|
@@ -18,6 +18,8 @@ declare const StyledDrawer: import("@stitches/react/types/styled-component").Sty
|
|
|
18
18
|
headerBg: "#efeff0";
|
|
19
19
|
headerText: "#484848";
|
|
20
20
|
text: "#323232";
|
|
21
|
+
text2: "#181818";
|
|
22
|
+
text3: "#000000";
|
|
21
23
|
sub: "#959595";
|
|
22
24
|
popText: "#666";
|
|
23
25
|
toolbarBorder: "#ababab";
|
|
@@ -101,6 +103,8 @@ declare const Content: import("@stitches/react/types/styled-component").StyledCo
|
|
|
101
103
|
headerBg: "#efeff0";
|
|
102
104
|
headerText: "#484848";
|
|
103
105
|
text: "#323232";
|
|
106
|
+
text2: "#181818";
|
|
107
|
+
text3: "#000000";
|
|
104
108
|
sub: "#959595";
|
|
105
109
|
popText: "#666";
|
|
106
110
|
toolbarBorder: "#ababab";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/drawer/Drawer.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"Drawer.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/drawer/Drawer.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAUhB,CAAC;AAEH,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEX,CAAC;AAEH,OAAO,EACH,YAAY,EACZ,OAAO,GACV,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/drawer/Drawer.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAwC;AAExC,MAAM,YAAY,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC/B,QAAQ,EAAE,OAAO;IACjB,GAAG,EAAE,CAAC;IACN,IAAI,EAAE,CAAC;IACP,KAAK,EAAE,CAAC;IACR,MAAM,EAAE,CAAC;IACT,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"Drawer.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/drawer/Drawer.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAwC;AAExC,MAAM,YAAY,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC/B,QAAQ,EAAE,OAAO;IACjB,GAAG,EAAE,CAAC;IACN,IAAI,EAAE,CAAC;IACP,KAAK,EAAE,CAAC;IACR,MAAM,EAAE,CAAC;IACT,UAAU,EAAE,aAAa;IACzB,MAAM,EAAE,CAAC;IACT,UAAU,EAAE,iBAAiB;IAC7B,QAAQ,EAAE,MAAM;CACnB,CAAC,CAAC;AAOC,oCAAY;AALhB,MAAM,OAAO,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC1B,MAAM,EAAE,MAAM;CACjB,CAAC,CAAC;AAIC,0BAAO"}
|
|
@@ -18,6 +18,8 @@ declare const Container: import("@stitches/react/types/styled-component").Styled
|
|
|
18
18
|
headerBg: "#efeff0";
|
|
19
19
|
headerText: "#484848";
|
|
20
20
|
text: "#323232";
|
|
21
|
+
text2: "#181818";
|
|
22
|
+
text3: "#000000";
|
|
21
23
|
sub: "#959595";
|
|
22
24
|
popText: "#666";
|
|
23
25
|
toolbarBorder: "#ababab";
|
|
@@ -104,6 +106,8 @@ declare const Item: import("@stitches/react/types/styled-component").StyledCompo
|
|
|
104
106
|
headerBg: "#efeff0";
|
|
105
107
|
headerText: "#484848";
|
|
106
108
|
text: "#323232";
|
|
109
|
+
text2: "#181818";
|
|
110
|
+
text3: "#000000";
|
|
107
111
|
sub: "#959595";
|
|
108
112
|
popText: "#666";
|
|
109
113
|
toolbarBorder: "#ababab";
|
|
@@ -187,6 +191,8 @@ declare const KeyValuePair: import("@stitches/react/types/styled-component").Sty
|
|
|
187
191
|
headerBg: "#efeff0";
|
|
188
192
|
headerText: "#484848";
|
|
189
193
|
text: "#323232";
|
|
194
|
+
text2: "#181818";
|
|
195
|
+
text3: "#000000";
|
|
190
196
|
sub: "#959595";
|
|
191
197
|
popText: "#666";
|
|
192
198
|
toolbarBorder: "#ababab";
|
|
@@ -270,6 +276,8 @@ declare const Key: import("@stitches/react/types/styled-component").StyledCompon
|
|
|
270
276
|
headerBg: "#efeff0";
|
|
271
277
|
headerText: "#484848";
|
|
272
278
|
text: "#323232";
|
|
279
|
+
text2: "#181818";
|
|
280
|
+
text3: "#000000";
|
|
273
281
|
sub: "#959595";
|
|
274
282
|
popText: "#666";
|
|
275
283
|
toolbarBorder: "#ababab";
|
|
@@ -353,6 +361,8 @@ declare const Value: import("@stitches/react/types/styled-component").StyledComp
|
|
|
353
361
|
headerBg: "#efeff0";
|
|
354
362
|
headerText: "#484848";
|
|
355
363
|
text: "#323232";
|
|
364
|
+
text2: "#181818";
|
|
365
|
+
text3: "#000000";
|
|
356
366
|
sub: "#959595";
|
|
357
367
|
popText: "#666";
|
|
358
368
|
toolbarBorder: "#ababab";
|
|
@@ -436,6 +446,8 @@ declare const Icon: import("@stitches/react/types/styled-component").StyledCompo
|
|
|
436
446
|
headerBg: "#efeff0";
|
|
437
447
|
headerText: "#484848";
|
|
438
448
|
text: "#323232";
|
|
449
|
+
text2: "#181818";
|
|
450
|
+
text3: "#000000";
|
|
439
451
|
sub: "#959595";
|
|
440
452
|
popText: "#666";
|
|
441
453
|
toolbarBorder: "#ababab";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KeyValue.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/keyValue/KeyValue.styled.ts"],"names":[],"mappings":"AAYA,QAAA,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"KeyValue.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/keyValue/KeyValue.styled.ts"],"names":[],"mappings":"AAYA,QAAA,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAUb,CAAC;AAEH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiBR,CAAC;AAEH,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAIhB,CAAC;AAEH,QAAA,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAGP,CAAC;AAEH,QAAA,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAET,CAAC;AAEH,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAER,CAAC;AAEH,OAAO,EACH,SAAS,EACT,IAAI,EACJ,YAAY,EACZ,GAAG,EACH,KAAK,EACL,IAAI,GACP,CAAC"}
|
|
@@ -14,7 +14,7 @@ const item = (0, theme_1.css)({
|
|
|
14
14
|
const Container = (0, theme_1.styled)("div", {
|
|
15
15
|
"--kv-border-color": "$colors$headerBorder",
|
|
16
16
|
"--kv-border": `${(0, theme_1.borderPxToRem)(1)} solid var(--kv-border-color)`,
|
|
17
|
-
"--kv-background-color": "
|
|
17
|
+
"--kv-background-color": "$colors$background",
|
|
18
18
|
"--kv-hover-background-color": "$colors$activeBg",
|
|
19
19
|
"border": "1px solid var(--kv-border-color)",
|
|
20
20
|
"backgroundColor": "var(--kv-background-color)",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KeyValue.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/keyValue/KeyValue.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAyE;AAEzE,MAAM,IAAI,GAAG,IAAA,WAAG,EAAC;IACb,OAAO,EAAE,aAAa;IACtB,SAAS,EAAE,YAAY;IACvB,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;IACpB,GAAG,EAAE,MAAM;IACX,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,MAAM;CACrB,CAAC,CAAC;AAEH,MAAM,SAAS,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC5B,mBAAmB,EAAE,sBAAsB;IAC3C,aAAa,EAAE,GAAG,IAAA,qBAAa,EAAC,CAAC,CAAC,+BAA+B;IACjE,uBAAuB,EAAE,
|
|
1
|
+
{"version":3,"file":"KeyValue.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/keyValue/KeyValue.styled.ts"],"names":[],"mappings":";;;AAAA,0CAAyE;AAEzE,MAAM,IAAI,GAAG,IAAA,WAAG,EAAC;IACb,OAAO,EAAE,aAAa;IACtB,SAAS,EAAE,YAAY;IACvB,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;IACpB,GAAG,EAAE,MAAM;IACX,MAAM,EAAE,MAAM;IACd,UAAU,EAAE,MAAM;CACrB,CAAC,CAAC;AAEH,MAAM,SAAS,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC5B,mBAAmB,EAAE,sBAAsB;IAC3C,aAAa,EAAE,GAAG,IAAA,qBAAa,EAAC,CAAC,CAAC,+BAA+B;IACjE,uBAAuB,EAAE,oBAAoB;IAC7C,6BAA6B,EAAE,kBAAkB;IACjD,QAAQ,EAAE,kCAAkC;IAC5C,iBAAiB,EAAE,4BAA4B;IAC/C,cAAc,EAAE,KAAK;IACrB,SAAS,EAAE,MAAM;IACjB,UAAU,EAAE,MAAM;CACrB,CAAC,CAAC;AAyCC,8BAAS;AAvCb,MAAM,IAAI,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE,IAAI,EAAE;IAC7B,oBAAoB,EAAE;QAClB,UAAU,EAAE,kCAAkC;KACjD;IAED,UAAU,EAAE;QACR,WAAW,EAAE;YACT,IAAI,EAAE;gBACF,SAAS,EAAE,kBAAkB;aAChC;SACJ;QACD,WAAW,EAAE;YACT,IAAI,EAAE;gBACF,UAAU,EAAE,kBAAkB;aACjC;SACJ;KACJ;CACJ,CAAC,CAAC;AAuBC,oBAAI;AArBR,MAAM,YAAY,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC/B,OAAO,EAAE,MAAM;IACf,aAAa,EAAE,QAAQ;IACvB,GAAG,EAAE,KAAK;CACb,CAAC,CAAC;AAkBC,oCAAY;AAhBhB,MAAM,GAAG,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IACtB,QAAQ,EAAE,IAAA,mBAAW,EAAC,EAAE,CAAC;IACzB,KAAK,EAAE,MAAM;CAChB,CAAC,CAAC;AAcC,kBAAG;AAZP,MAAM,KAAK,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IACxB,QAAQ,EAAE,IAAA,mBAAW,EAAC,EAAE,CAAC;CAC5B,CAAC,CAAC;AAWC,sBAAK;AATT,MAAM,IAAI,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IACvB,8BAA8B,EAAE,GAAG;CACtC,CAAC,CAAC;AAQC,oBAAI"}
|
|
@@ -20,6 +20,8 @@ declare const Line: import("@stitches/react/types/styled-component").StyledCompo
|
|
|
20
20
|
headerBg: "#efeff0";
|
|
21
21
|
headerText: "#484848";
|
|
22
22
|
text: "#323232";
|
|
23
|
+
text2: "#181818";
|
|
24
|
+
text3: "#000000";
|
|
23
25
|
sub: "#959595";
|
|
24
26
|
popText: "#666";
|
|
25
27
|
toolbarBorder: "#ababab";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Line.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/line/Line.tsx"],"names":[],"mappings":"AAKA,QAAA,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"Line.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/line/Line.tsx"],"names":[],"mappings":"AAKA,QAAA,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAkBR,CAAC;AAEH,OAAO,EACH,IAAI,GACP,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PopLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/loader/PopLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"PopLoader.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/loader/PopLoader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,MAAM,EAAE,MAAM,UAAU,CAAC;AAElC,KAAK,KAAK,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;AAsBjD,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAE9B,CAAC;AAEF,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PopLoader.js","sourceRoot":"","sources":["../../../../src/components/ui/loader/PopLoader.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,kDAA0B;AAE1B,0CAAwC;
|
|
1
|
+
{"version":3,"file":"PopLoader.js","sourceRoot":"","sources":["../../../../src/components/ui/loader/PopLoader.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAAA,kDAA0B;AAE1B,0CAAwC;AACxC,qCAAkC;AAIlC,MAAM,SAAS,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC5B,QAAQ,EAAE,UAAU;IACpB,KAAK,EAAE,EAAE;IACT,GAAG,EAAE,EAAE;IACP,UAAU,EAAE,aAAa;IACzB,MAAM,EAAE,0BAA0B;IAClC,YAAY,EAAE,GAAG;IACjB,OAAO,EAAE,EAAE;CACd,CAAC,CAAC;AAEH,MAAM,WAAW,GAAG,IAAA,cAAM,EAAC,eAAM,EAAE;IAC/B,OAAO,EAAE,OAAO;CACnB,CAAC,CAAC;AAQH,MAAM,SAAS,GAAoB,CAAC,EAAY,EAAE,EAAE;QAAX,KAAK,cAAV,EAAY,CAAF;IAC1C,OAAO,8BAAC,SAAS;QAAC,8BAAC,WAAW,kBAAC,IAAI,EAAE,MAAM,IAAM,KAAK,EAAI,CAAY,CAAC;AAC3E,CAAC,CAAC;AAEO,8BAAS"}
|
|
@@ -21,6 +21,8 @@ declare const StyledMessage: import("@stitches/react/types/styled-component").St
|
|
|
21
21
|
headerBg: "#efeff0";
|
|
22
22
|
headerText: "#484848";
|
|
23
23
|
text: "#323232";
|
|
24
|
+
text2: "#181818";
|
|
25
|
+
text3: "#000000";
|
|
24
26
|
sub: "#959595";
|
|
25
27
|
popText: "#666";
|
|
26
28
|
toolbarBorder: "#ababab";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Message.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/message/Message.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"Message.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/message/Message.styled.ts"],"names":[],"mappings":"AAEA,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCjB,CAAC;AAEH,OAAO,EACH,aAAa,GAChB,CAAC"}
|
|
@@ -22,6 +22,8 @@ declare const OverlayStyled: import("@stitches/react/types/styled-component").St
|
|
|
22
22
|
headerBg: "#efeff0";
|
|
23
23
|
headerText: "#484848";
|
|
24
24
|
text: "#323232";
|
|
25
|
+
text2: "#181818";
|
|
26
|
+
text3: "#000000";
|
|
25
27
|
sub: "#959595";
|
|
26
28
|
popText: "#666";
|
|
27
29
|
toolbarBorder: "#ababab";
|
|
@@ -105,6 +107,8 @@ declare const RemovePadding: import("@stitches/react/types/styled-component").St
|
|
|
105
107
|
headerBg: "#efeff0";
|
|
106
108
|
headerText: "#484848";
|
|
107
109
|
text: "#323232";
|
|
110
|
+
text2: "#181818";
|
|
111
|
+
text3: "#000000";
|
|
108
112
|
sub: "#959595";
|
|
109
113
|
popText: "#666";
|
|
110
114
|
toolbarBorder: "#ababab";
|
|
@@ -191,6 +195,8 @@ declare const ContainerStyled: import("@stitches/react/types/styled-component").
|
|
|
191
195
|
headerBg: "#efeff0";
|
|
192
196
|
headerText: "#484848";
|
|
193
197
|
text: "#323232";
|
|
198
|
+
text2: "#181818";
|
|
199
|
+
text3: "#000000";
|
|
194
200
|
sub: "#959595";
|
|
195
201
|
popText: "#666";
|
|
196
202
|
toolbarBorder: "#ababab";
|
|
@@ -274,6 +280,8 @@ declare const TitleStyled: import("@stitches/react/types/styled-component").Styl
|
|
|
274
280
|
headerBg: "#efeff0";
|
|
275
281
|
headerText: "#484848";
|
|
276
282
|
text: "#323232";
|
|
283
|
+
text2: "#181818";
|
|
284
|
+
text3: "#000000";
|
|
277
285
|
sub: "#959595";
|
|
278
286
|
popText: "#666";
|
|
279
287
|
toolbarBorder: "#ababab";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Modal.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/modal/Modal.styled.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,gBAAgB,QAAe,CAAC;AAWtC,QAAA,MAAM,aAAa
|
|
1
|
+
{"version":3,"file":"Modal.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/modal/Modal.styled.ts"],"names":[],"mappings":"AAGA,QAAA,MAAM,gBAAgB,QAAe,CAAC;AAWtC,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BjB,CAAC;AAaH,QAAA,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEjB,CAAC;AAEH,QAAA,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BnB,CAAC;AAEH,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAKf,CAAC;AAEH,OAAO,EACH,aAAa,EACb,aAAa,EACb,eAAe,EACf,WAAW,EAEX,gBAAgB,GACnB,CAAC"}
|
|
@@ -7,10 +7,10 @@ const NEGATIVE_PADDING = (0, theme_1.pxToRem)(-20);
|
|
|
7
7
|
exports.NEGATIVE_PADDING = NEGATIVE_PADDING;
|
|
8
8
|
const overlay = (0, theme_1.keyframes)({
|
|
9
9
|
from: {
|
|
10
|
-
background: "
|
|
10
|
+
background: "rgba($background, 0)",
|
|
11
11
|
},
|
|
12
12
|
to: {
|
|
13
|
-
background: "
|
|
13
|
+
background: "rgba($background, 0.3)",
|
|
14
14
|
},
|
|
15
15
|
});
|
|
16
16
|
const OverlayStyled = (0, theme_1.styled)("div", {
|
|
@@ -83,7 +83,7 @@ exports.ContainerStyled = ContainerStyled;
|
|
|
83
83
|
const TitleStyled = (0, theme_1.styled)("div", {
|
|
84
84
|
fontSize: (0, theme_1.fontPxToRem)(40),
|
|
85
85
|
textAlign: "center",
|
|
86
|
-
color: "
|
|
86
|
+
color: "$text3",
|
|
87
87
|
margin: `${(0, theme_1.dimensionsPxToRem)(90)} 0`,
|
|
88
88
|
});
|
|
89
89
|
exports.TitleStyled = TitleStyled;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Modal.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/modal/Modal.styled.ts"],"names":[],"mappings":";;;AAAA,0CAA4F;AAE5F,MAAM,OAAO,GAAG,IAAA,eAAO,EAAC,EAAE,CAAC,CAAC;AAC5B,MAAM,gBAAgB,GAAG,IAAA,eAAO,EAAC,CAAC,EAAE,CAAC,CAAC;AA+FlC,4CAAgB;AA7FpB,MAAM,OAAO,GAAG,IAAA,iBAAS,EAAC;IACtB,IAAI,EAAE;QACF,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"Modal.styled.js","sourceRoot":"","sources":["../../../../src/components/ui/modal/Modal.styled.ts"],"names":[],"mappings":";;;AAAA,0CAA4F;AAE5F,MAAM,OAAO,GAAG,IAAA,eAAO,EAAC,EAAE,CAAC,CAAC;AAC5B,MAAM,gBAAgB,GAAG,IAAA,eAAO,EAAC,CAAC,EAAE,CAAC,CAAC;AA+FlC,4CAAgB;AA7FpB,MAAM,OAAO,GAAG,IAAA,iBAAS,EAAC;IACtB,IAAI,EAAE;QACF,UAAU,EAAE,sBAAsB;KACrC;IACD,EAAE,EAAE;QACA,UAAU,EAAE,wBAAwB;KACvC;CACJ,CAAC,CAAC;AAEH,MAAM,aAAa,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAChC,QAAQ,EAAE,OAAO;IACjB,MAAM,EAAE,CAAC;IACT,GAAG,EAAE,CAAC;IACN,MAAM,EAAE,CAAC;IACT,IAAI,EAAE,CAAC;IACP,KAAK,EAAE,CAAC;IACR,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,QAAQ;IACpB,cAAc,EAAE,QAAQ;IACxB,SAAS,EAAE,GAAG,OAAO,CAAC,QAAQ,EAAE,QAAQ;IACxC,iBAAiB,EAAE,UAAU;IAE7B,QAAQ,EAAE;QACN,QAAQ,EAAE;YACN,MAAM,EAAE;gBACJ,UAAU,EAAE,UAAU;gBACtB,aAAa,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;aACvC;SACJ;QACD,SAAS,EAAE;YACP,IAAI,EAAE;gBACF,kBAAkB,EAAE,SAAS;aAChC;SACJ;KACJ;CACJ,CAAC,CAAC;AAqDC,sCAAa;AAnDjB,MAAM,SAAS,GAAG,IAAA,iBAAS,EAAC;IACxB,IAAI,EAAE;QACF,SAAS,EAAE,kBAAkB;QAC7B,OAAO,EAAE,CAAC;KACb;IACD,EAAE,EAAE;QACA,SAAS,EAAE,eAAe;QAC1B,OAAO,EAAE,CAAC;KACb;CACJ,CAAC,CAAC;AAEH,MAAM,aAAa,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAChC,EAAE,EAAE,gBAAgB;CACvB,CAAC,CAAC;AAuCC,sCAAa;AArCjB,MAAM,eAAe,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAClC,UAAU,EAAE,UAAU;IACtB,YAAY,EAAE,IAAA,yBAAiB,EAAC,EAAE,CAAC;IACnC,QAAQ,EAAE,IAAA,eAAO,EAAC,GAAG,CAAC;IACtB,SAAS,EAAE,MAAM;IACjB,KAAK,EAAE,mBAAmB;IAC1B,OAAO,EAAE,OAAO;IAChB,QAAQ,EAAE,UAAU;IACpB,SAAS,EAAE,YAAY;IACvB,SAAS,EAAE,GAAG,SAAS,CAAC,QAAQ,EAAE,QAAQ;IAC1C,iBAAiB,EAAE,UAAU;IAE7B,QAAQ,EAAE;QAEN,IAAI,EAAE;YACF,IAAI,EAAE;gBACF,KAAK,EAAE,oBAAoB;gBAC3B,QAAQ,EAAE,IAAA,yBAAiB,EAAC,IAAI,CAAC;aACpC;SACJ;QACD,SAAS,EAAE;YACP,IAAI,EAAE;gBACF,kBAAkB,EAAE,SAAS;aAChC;SACJ;KACJ;CACJ,CAAC,CAAC;AAYC,0CAAe;AAVnB,MAAM,WAAW,GAAG,IAAA,cAAM,EAAC,KAAK,EAAE;IAC9B,QAAQ,EAAE,IAAA,mBAAW,EAAC,EAAE,CAAC;IACzB,SAAS,EAAE,QAAQ;IACnB,KAAK,EAAE,QAAQ;IACf,MAAM,EAAE,GAAG,IAAA,yBAAiB,EAAC,EAAE,CAAC,IAAI;CACvC,CAAC,CAAC;AAMC,kCAAW"}
|
|
@@ -18,6 +18,8 @@ declare const ModalButtons: import("@stitches/react/types/styled-component").Sty
|
|
|
18
18
|
headerBg: "#efeff0";
|
|
19
19
|
headerText: "#484848";
|
|
20
20
|
text: "#323232";
|
|
21
|
+
text2: "#181818";
|
|
22
|
+
text3: "#000000";
|
|
21
23
|
sub: "#959595";
|
|
22
24
|
popText: "#666";
|
|
23
25
|
toolbarBorder: "#ababab";
|
|
@@ -103,6 +105,8 @@ declare const ModalButtons: import("@stitches/react/types/styled-component").Sty
|
|
|
103
105
|
headerBg: "#efeff0";
|
|
104
106
|
headerText: "#484848";
|
|
105
107
|
text: "#323232";
|
|
108
|
+
text2: "#181818";
|
|
109
|
+
text3: "#000000";
|
|
106
110
|
sub: "#959595";
|
|
107
111
|
popText: "#666";
|
|
108
112
|
toolbarBorder: "#ababab";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModalButtons.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/modal/ModalButtons.styled.ts"],"names":[],"mappings":"AA4CA,QAAA,MAAM,YAAY
|
|
1
|
+
{"version":3,"file":"ModalButtons.styled.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/modal/ModalButtons.styled.ts"],"names":[],"mappings":"AA4CA,QAAA,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAEhB,CAAC;AAEH,OAAO,EACH,YAAY,GACf,CAAC"}
|
|
@@ -18,6 +18,8 @@ declare const Overlay: import("@stitches/react/types/styled-component").StyledCo
|
|
|
18
18
|
headerBg: "#efeff0";
|
|
19
19
|
headerText: "#484848";
|
|
20
20
|
text: "#323232";
|
|
21
|
+
text2: "#181818";
|
|
22
|
+
text3: "#000000";
|
|
21
23
|
sub: "#959595";
|
|
22
24
|
popText: "#666";
|
|
23
25
|
toolbarBorder: "#ababab";
|
|
@@ -101,6 +103,8 @@ declare const List: import("@stitches/react/types/styled-component").StyledCompo
|
|
|
101
103
|
headerBg: "#efeff0";
|
|
102
104
|
headerText: "#484848";
|
|
103
105
|
text: "#323232";
|
|
106
|
+
text2: "#181818";
|
|
107
|
+
text3: "#000000";
|
|
104
108
|
sub: "#959595";
|
|
105
109
|
popText: "#666";
|
|
106
110
|
toolbarBorder: "#ababab";
|
|
@@ -184,6 +188,8 @@ declare const ListItem: import("@stitches/react/types/styled-component").StyledC
|
|
|
184
188
|
headerBg: "#efeff0";
|
|
185
189
|
headerText: "#484848";
|
|
186
190
|
text: "#323232";
|
|
191
|
+
text2: "#181818";
|
|
192
|
+
text3: "#000000";
|
|
187
193
|
sub: "#959595";
|
|
188
194
|
popText: "#666";
|
|
189
195
|
toolbarBorder: "#ababab";
|
|
@@ -267,6 +273,8 @@ declare const Button: import("@stitches/react/types/styled-component").StyledCom
|
|
|
267
273
|
headerBg: "#efeff0";
|
|
268
274
|
headerText: "#484848";
|
|
269
275
|
text: "#323232";
|
|
276
|
+
text2: "#181818";
|
|
277
|
+
text3: "#000000";
|
|
270
278
|
sub: "#959595";
|
|
271
279
|
popText: "#666";
|
|
272
280
|
toolbarBorder: "#ababab";
|
|
@@ -350,6 +358,8 @@ declare const Icon: import("@stitches/react/types/styled-component").StyledCompo
|
|
|
350
358
|
headerBg: "#efeff0";
|
|
351
359
|
headerText: "#484848";
|
|
352
360
|
text: "#323232";
|
|
361
|
+
text2: "#181818";
|
|
362
|
+
text3: "#000000";
|
|
353
363
|
sub: "#959595";
|
|
354
364
|
popText: "#666";
|
|
355
365
|
toolbarBorder: "#ababab";
|
|
@@ -433,6 +443,8 @@ declare const FakeIcon: import("@stitches/react/types/styled-component").StyledC
|
|
|
433
443
|
headerBg: "#efeff0";
|
|
434
444
|
headerText: "#484848";
|
|
435
445
|
text: "#323232";
|
|
446
|
+
text2: "#181818";
|
|
447
|
+
text3: "#000000";
|
|
436
448
|
sub: "#959595";
|
|
437
449
|
popText: "#666";
|
|
438
450
|
toolbarBorder: "#ababab";
|