@mw-kit/mw-ui 1.7.118 → 1.7.119
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/addons/Portal/index.d.ts +4 -4
- package/dist/addons/Portal/interfaces.d.ts +6 -6
- package/dist/assets/icons/feather/index.d.ts +865 -290
- package/dist/assets/icons/flags/flags.d.ts +2 -2
- package/dist/assets/icons/flags/index.d.ts +26 -26
- package/dist/components/AbsoluteContainer/index.d.ts +56 -55
- package/dist/components/AbsoluteContainer/interfaces.d.ts +48 -48
- package/dist/components/AbsoluteContainer/styles.d.ts +2 -2
- package/dist/components/Button/constants.d.ts +9 -9
- package/dist/components/Button/index.d.ts +4 -4
- package/dist/components/Button/interfaces.d.ts +31 -31
- package/dist/components/Button/styles.d.ts +2 -2
- package/dist/components/Button/theme.d.ts +35 -35
- package/dist/components/Calendar/components/Basic/components/Main/index.d.ts +3 -3
- package/dist/components/Calendar/components/Basic/components/Main/interfaces.d.ts +3 -3
- package/dist/components/Calendar/components/Basic/components/Main/styles.d.ts +16 -16
- package/dist/components/Calendar/components/Basic/components/MonthPicker/index.d.ts +9 -9
- package/dist/components/Calendar/components/Basic/index.d.ts +61 -61
- package/dist/components/Calendar/components/Basic/interfaces.d.ts +39 -36
- package/dist/components/Calendar/components/Basic/styles.d.ts +63 -63
- package/dist/components/Calendar/components/Interval/components/Main/functions.d.ts +6 -6
- package/dist/components/Calendar/components/Interval/components/Main/index.d.ts +3 -3
- package/dist/components/Calendar/components/Interval/components/Main/interfaces.d.ts +3 -3
- package/dist/components/Calendar/components/Interval/components/Main/styles.d.ts +3 -3
- package/dist/components/Calendar/components/Interval/index.d.ts +8 -8
- package/dist/components/Calendar/components/Interval/interfaces.d.ts +30 -27
- package/dist/components/Calendar/components/Single/components/Main/index.d.ts +3 -3
- package/dist/components/Calendar/components/Single/components/Main/interfaces.d.ts +3 -3
- package/dist/components/Calendar/components/Single/index.d.ts +8 -8
- package/dist/components/Calendar/components/Single/interfaces.d.ts +24 -24
- package/dist/components/Calendar/components/index.d.ts +3 -3
- package/dist/components/Calendar/components/interfaces.d.ts +3 -3
- package/dist/components/Calendar/constants.d.ts +6 -6
- package/dist/components/Calendar/functions.d.ts +11 -11
- package/dist/components/Calendar/index.d.ts +84 -84
- package/dist/components/Calendar/interfaces.d.ts +9 -9
- package/dist/components/Calendar/styles.d.ts +2 -2
- package/dist/components/Card/index.d.ts +4 -4
- package/dist/components/Card/interfaces.d.ts +6 -6
- package/dist/components/Card/styled.d.ts +2 -2
- package/dist/components/EllipsisContainer/functions.d.ts +6 -6
- package/dist/components/EllipsisContainer/index.d.ts +4 -4
- package/dist/components/EllipsisContainer/styled.d.ts +4 -2
- package/dist/components/EllipsisContainer/types.d.ts +4 -4
- package/dist/components/Filters/AppliedFilters/components/Menu/index.d.ts +4 -4
- package/dist/components/Filters/AppliedFilters/components/Menu/interfaces.d.ts +5 -5
- package/dist/components/Filters/AppliedFilters/components/Menu/styles.d.ts +57 -57
- package/dist/components/Filters/AppliedFilters/index.d.ts +6 -6
- package/dist/components/Filters/AppliedFilters/interfaces.d.ts +12 -9
- package/dist/components/Filters/Button/index.d.ts +4 -4
- package/dist/components/Filters/Button/interfaces.d.ts +7 -7
- package/dist/components/Filters/Button/styles.d.ts +4 -4
- package/dist/components/Filters/Filters/components/Menu/index.d.ts +4 -4
- package/dist/components/Filters/Filters/components/Menu/interfaces.d.ts +5 -5
- package/dist/components/Filters/Filters/components/Submenu/components/Header/index.d.ts +4 -4
- package/dist/components/Filters/Filters/components/Submenu/components/Header/interfaces.d.ts +11 -11
- package/dist/components/Filters/Filters/components/Submenu/components/Header/styles.d.ts +1 -1
- package/dist/components/Filters/Filters/components/Submenu/index.d.ts +4 -4
- package/dist/components/Filters/Filters/components/Submenu/interfaces.d.ts +10 -10
- package/dist/components/Filters/Filters/components/Submenu/styles.d.ts +1 -1
- package/dist/components/Filters/Filters/index.d.ts +6 -6
- package/dist/components/Filters/Filters/interfaces.d.ts +51 -51
- package/dist/components/Filters/interfaces.d.ts +20 -20
- package/dist/components/Filters/styles.d.ts +1 -1
- package/dist/components/Form/context.d.ts +10 -10
- package/dist/components/Form/index.d.ts +10 -10
- package/dist/components/Form/types.d.ts +5 -5
- package/dist/components/Grid/components/Col/index.d.ts +4 -4
- package/dist/components/Grid/components/Col/interfaces.d.ts +31 -31
- package/dist/components/Grid/components/Col/styles.d.ts +2 -1
- package/dist/components/Grid/components/Grid/context.d.ts +5 -5
- package/dist/components/Grid/components/Grid/index.d.ts +4 -4
- package/dist/components/Grid/components/Grid/interfaces.d.ts +17 -17
- package/dist/components/Grid/components/Grid/styles.d.ts +2 -1
- package/dist/components/Grid/components/Row/context.d.ts +5 -5
- package/dist/components/Grid/components/Row/index.d.ts +4 -4
- package/dist/components/Grid/components/Row/interfaces.d.ts +26 -26
- package/dist/components/Grid/components/Row/styles.d.ts +2 -1
- package/dist/components/Grid/index.d.ts +6 -6
- package/dist/components/Grid/interfaces.d.ts +2 -2
- package/dist/components/Icon/index.d.ts +4 -4
- package/dist/components/Icon/interfaces.d.ts +35 -35
- package/dist/components/Icon/styled.d.ts +15 -15
- package/dist/components/Indicator/constants.d.ts +8 -8
- package/dist/components/Indicator/index.d.ts +4 -4
- package/dist/components/Indicator/interfaces.d.ts +9 -9
- package/dist/components/Indicator/styles.d.ts +2 -2
- package/dist/components/Input/components/Checkbox/index.d.ts +4 -4
- package/dist/components/Input/components/Checkbox/interfaces.d.ts +32 -32
- package/dist/components/Input/components/Checkbox/styles.d.ts +4 -4
- package/dist/components/Input/components/Date/functions.d.ts +1 -1
- package/dist/components/Input/components/Date/index.d.ts +4 -4
- package/dist/components/Input/components/Date/interfaces.d.ts +9 -9
- package/dist/components/Input/components/Date/styles.d.ts +1 -1
- package/dist/components/Input/components/DateIntervalPicker/functions.d.ts +6 -6
- package/dist/components/Input/components/DateIntervalPicker/index.d.ts +6 -6
- package/dist/components/Input/components/DateIntervalPicker/interfaces.d.ts +33 -33
- package/dist/components/Input/components/DateIntervalPicker/styles.d.ts +19 -19
- package/dist/components/Input/components/DatePicker/index.d.ts +4 -4
- package/dist/components/Input/components/DatePicker/interfaces.d.ts +10 -10
- package/dist/components/Input/components/DatePicker/styles.d.ts +12 -12
- package/dist/components/Input/components/DateTime/index.d.ts +4 -4
- package/dist/components/Input/components/DateTime/interfaces.d.ts +11 -11
- package/dist/components/Input/components/DateTime/styles.d.ts +1 -1
- package/dist/components/Input/components/Input/index.d.ts +4 -4
- package/dist/components/Input/components/Input/interfaces.d.ts +51 -51
- package/dist/components/Input/components/Input/styles.d.ts +11 -11
- package/dist/components/Input/components/Password/index.d.ts +4 -4
- package/dist/components/Input/components/Password/interfaces.d.ts +4 -4
- package/dist/components/Input/components/Phone/countries.d.ts +3 -3
- package/dist/components/Input/components/Phone/index.d.ts +7 -7
- package/dist/components/Input/components/Phone/interfaces.d.ts +42 -42
- package/dist/components/Input/components/Phone/styles.d.ts +3 -3
- package/dist/components/Input/components/RadioButton/index.d.ts +4 -4
- package/dist/components/Input/components/RadioButton/interfaces.d.ts +13 -13
- package/dist/components/Input/components/RadioButton/styles.d.ts +3 -3
- package/dist/components/Input/components/Range/index.d.ts +4 -4
- package/dist/components/Input/components/Range/interfaces.d.ts +37 -37
- package/dist/components/Input/components/Range/styles/Input/index.d.ts +6 -6
- package/dist/components/Input/components/Range/styles/InputContainer/index.d.ts +6 -6
- package/dist/components/Input/components/Range/styles/Label/index.d.ts +9 -9
- package/dist/components/Input/components/Range/styles/LabelContainer/index.d.ts +2 -2
- package/dist/components/Input/components/Range/styles/LabelsContainer/index.d.ts +6 -6
- package/dist/components/Input/components/Range/styles/Marker/index.d.ts +9 -9
- package/dist/components/Input/components/Range/styles/MarkersContainer/index.d.ts +2 -2
- package/dist/components/Input/components/Range/styles/MinMaxLabelContainer/index.d.ts +2 -2
- package/dist/components/Input/components/Range/styles/NavBar/index.d.ts +6 -6
- package/dist/components/Input/components/Range/styles/SelectedArea/index.d.ts +6 -6
- package/dist/components/Input/components/Range/styles/ViewModeContainer/index.d.ts +2 -2
- package/dist/components/Input/components/Range/styles/index.d.ts +11 -11
- package/dist/components/Input/components/Select/hooks/Navigation/index.d.ts +13 -13
- package/dist/components/Input/components/Select/hooks/Select/components/Header/index.d.ts +3 -3
- package/dist/components/Input/components/Select/hooks/Select/components/Header/styles.d.ts +1 -1
- package/dist/components/Input/components/Select/hooks/Select/context.d.ts +5 -5
- package/dist/components/Input/components/Select/hooks/Select/index.d.ts +4 -4
- package/dist/components/Input/components/Select/hooks/Select/interfaces.d.ts +12 -12
- package/dist/components/Input/components/Select/hooks/SelectMultiple/components/Footer/index.d.ts +3 -3
- package/dist/components/Input/components/Select/hooks/SelectMultiple/components/Header/index.d.ts +3 -3
- package/dist/components/Input/components/Select/hooks/SelectMultiple/components/Header/styles.d.ts +2 -2
- package/dist/components/Input/components/Select/hooks/SelectMultiple/components/Label/index.d.ts +8 -8
- package/dist/components/Input/components/Select/hooks/SelectMultiple/context.d.ts +5 -5
- package/dist/components/Input/components/Select/hooks/SelectMultiple/index.d.ts +4 -4
- package/dist/components/Input/components/Select/hooks/SelectMultiple/interfaces.d.ts +17 -14
- package/dist/components/Input/components/Select/hooks/interfaces.d.ts +50 -50
- package/dist/components/Input/components/Select/index.d.ts +7 -7
- package/dist/components/Input/components/Select/interfaces.d.ts +1 -1
- package/dist/components/Input/components/Select/styles.d.ts +4 -4
- package/dist/components/Input/components/Switch/index.d.ts +4 -4
- package/dist/components/Input/components/Switch/interfaces.d.ts +24 -24
- package/dist/components/Input/components/Switch/styles.d.ts +3 -3
- package/dist/components/Input/components/Tags/components/Input/index.d.ts +4 -4
- package/dist/components/Input/components/Tags/components/Input/interfaces.d.ts +12 -12
- package/dist/components/Input/components/Tags/components/Input/styles.d.ts +2 -2
- package/dist/components/Input/components/Tags/components/Label/index.d.ts +4 -4
- package/dist/components/Input/components/Tags/components/Label/interfaces.d.ts +4 -4
- package/dist/components/Input/components/Tags/components/Label/styles.d.ts +2 -2
- package/dist/components/Input/components/Tags/components/Tag/index.d.ts +4 -4
- package/dist/components/Input/components/Tags/components/Tag/interfaces.d.ts +5 -5
- package/dist/components/Input/components/Tags/components/Tag/styles.d.ts +2 -2
- package/dist/components/Input/components/Tags/components/index.d.ts +3 -3
- package/dist/components/Input/components/Tags/index.d.ts +4 -4
- package/dist/components/Input/components/Tags/interfaces.d.ts +32 -32
- package/dist/components/Input/components/Tags/styles.d.ts +3 -3
- package/dist/components/Input/components/Time/index.d.ts +4 -4
- package/dist/components/Input/components/Time/interfaces.d.ts +6 -6
- package/dist/components/Input/functions.d.ts +2 -2
- package/dist/components/Input/index.d.ts +21 -21
- package/dist/components/Input/interfaces.d.ts +4 -4
- package/dist/components/Link/index.d.ts +10 -13
- package/dist/components/Loader/index.d.ts +3 -3
- package/dist/components/Loader/interfaces.d.ts +9 -9
- package/dist/components/Menu/index.d.ts +3 -3
- package/dist/components/Menu/interfaces.d.ts +46 -46
- package/dist/components/Menu/styles.d.ts +59 -57
- package/dist/components/Modal/component.d.ts +4 -4
- package/dist/components/Modal/contants.d.ts +14 -15
- package/dist/components/Modal/index.d.ts +7 -7
- package/dist/components/Modal/interfaces.d.ts +54 -54
- package/dist/components/Modal/styles.d.ts +8 -8
- package/dist/components/Modal/templates/Audit/index.d.ts +4 -4
- package/dist/components/Modal/templates/Audit/interfaces.d.ts +6 -6
- package/dist/components/Modal/templates/Audit/styles.d.ts +1 -1
- package/dist/components/Modal/templates/ConfirmDelete/index.d.ts +4 -4
- package/dist/components/Modal/templates/ConfirmDelete/interfaces.d.ts +6 -6
- package/dist/components/Modal/templates/ConfirmDelete/styles.d.ts +1 -1
- package/dist/components/Modal/templates/ConfirmEdit/index.d.ts +4 -4
- package/dist/components/Modal/templates/ConfirmEdit/interfaces.d.ts +7 -7
- package/dist/components/Modal/templates/ConfirmEdit/styles.d.ts +1 -1
- package/dist/components/Modal/templates/index.d.ts +3 -3
- package/dist/components/Placeholder/components/Template1/index.d.ts +4 -4
- package/dist/components/Placeholder/components/Template1/styles.d.ts +8 -8
- package/dist/components/Placeholder/components/Template10/index.d.ts +4 -4
- package/dist/components/Placeholder/components/Template10/styles.d.ts +8 -8
- package/dist/components/Placeholder/components/Template2/index.d.ts +4 -4
- package/dist/components/Placeholder/components/Template2/styles.d.ts +9 -9
- package/dist/components/Placeholder/components/Template3/index.d.ts +4 -4
- package/dist/components/Placeholder/components/Template3/styles.d.ts +3 -3
- package/dist/components/Placeholder/components/Template4/index.d.ts +4 -4
- package/dist/components/Placeholder/components/Template4/styles.d.ts +5 -5
- package/dist/components/Placeholder/components/Template5/index.d.ts +4 -4
- package/dist/components/Placeholder/components/Template5/styles.d.ts +6 -6
- package/dist/components/Placeholder/components/Template6/index.d.ts +4 -4
- package/dist/components/Placeholder/components/Template6/styles.d.ts +6 -6
- package/dist/components/Placeholder/components/Template7/index.d.ts +4 -4
- package/dist/components/Placeholder/components/Template7/styles.d.ts +7 -7
- package/dist/components/Placeholder/components/Template8/index.d.ts +4 -4
- package/dist/components/Placeholder/components/Template8/styles.d.ts +6 -6
- package/dist/components/Placeholder/components/Template9/index.d.ts +4 -4
- package/dist/components/Placeholder/components/Template9/styles.d.ts +7 -7
- package/dist/components/Placeholder/index.d.ts +4 -4
- package/dist/components/Placeholder/interfaces.d.ts +10 -10
- package/dist/components/Placeholder/styles.d.ts +2 -2
- package/dist/components/ProgressBar/index.d.ts +4 -4
- package/dist/components/ProgressBar/interfaces.d.ts +4 -4
- package/dist/components/ProgressBar/styles.d.ts +3 -3
- package/dist/components/ScrollContainer/index.d.ts +4 -4
- package/dist/components/ScrollContainer/interfaces.d.ts +35 -35
- package/dist/components/ScrollContainer/styles/BeforeAfterContainer/index.d.ts +3 -3
- package/dist/components/ScrollContainer/styles/Container/index.d.ts +2 -2
- package/dist/components/ScrollContainer/styles/OverflowContainer/index.d.ts +7 -3
- package/dist/components/ScrollContainer/styles/RelativeContainer/index.d.ts +2 -2
- package/dist/components/ScrollContainer/styles/index.d.ts +4 -4
- package/dist/components/Tabs/components/ScrollButton/index.d.ts +7 -7
- package/dist/components/Tabs/components/ScrollButton/styled.d.ts +1 -1
- package/dist/components/Tabs/components/ScrollButtons/index.d.ts +8 -8
- package/dist/components/Tabs/components/ScrollButtons/styled.d.ts +3 -3
- package/dist/components/Tabs/components/TabItem/components/Close/index.d.ts +8 -8
- package/dist/components/Tabs/components/TabItem/components/Close/styles.d.ts +1 -1
- package/dist/components/Tabs/components/TabItem/components/LabelItem/index.d.ts +12 -12
- package/dist/components/Tabs/components/TabItem/components/LabelItem/styled.d.ts +6 -6
- package/dist/components/Tabs/components/TabItem/components/index.d.ts +2 -2
- package/dist/components/Tabs/components/TabItem/index.d.ts +11 -11
- package/dist/components/Tabs/components/TabItem/styled.d.ts +1 -1
- package/dist/components/Tabs/components/index.d.ts +2 -2
- package/dist/components/Tabs/functions.d.ts +11 -11
- package/dist/components/Tabs/index.d.ts +6 -6
- package/dist/components/Tabs/interfaces.d.ts +82 -82
- package/dist/components/Tabs/styled.d.ts +9 -9
- package/dist/components/TextArea/index.d.ts +4 -4
- package/dist/components/TextArea/interfaces.d.ts +8 -8
- package/dist/components/TextArea/styles.d.ts +2 -2
- package/dist/components/Toast/index.d.ts +4 -4
- package/dist/components/Toast/interfaces.d.ts +7 -7
- package/dist/components/Toast/styles.d.ts +4 -4
- package/dist/components/Transition/components/Transition/index.d.ts +4 -4
- package/dist/components/Transition/components/Transition/interfaces.d.ts +8 -8
- package/dist/components/Transition/hooks/useTransition/index.d.ts +3 -3
- package/dist/components/Transition/hooks/useTransition/interfaces.d.ts +25 -0
- package/dist/components/Transition/index.d.ts +3 -3
- package/dist/components/Transition/interfaces.d.ts +1 -1
- package/dist/components/Zoom/index.d.ts +4 -4
- package/dist/components/Zoom/interfaces.d.ts +9 -9
- package/dist/components/Zoom/styles.d.ts +7 -7
- package/dist/components/index.d.ts +25 -25
- package/dist/components/theme.d.ts +37 -37
- package/dist/functions/common.d.ts +6 -5
- package/dist/functions/formatters.d.ts +30 -30
- package/dist/functions/validators.d.ts +30 -31
- package/dist/hooks/onClickOut.d.ts +3 -3
- package/dist/index.d.mts +2141 -0
- package/dist/index.d.ts +4 -4
- package/dist/index.js +9607 -18948
- package/dist/index.mjs +12897 -0
- package/dist/interfaces.d.ts +27 -27
- package/dist/theme/constants.d.ts +72 -72
- package/dist/theme/globals.d.ts +3 -3
- package/dist/theme/index.d.ts +7 -7
- package/dist/theme/interfaces.d.ts +30 -30
- package/dist/theme/useCssVars.d.ts +6 -6
- package/package.json +16 -11
- package/dist/activity~biiPBqTY.svg +0 -1
- package/dist/airplay~biaaiUhG.svg +0 -1
- package/dist/alert-circle~bjJqMLsA.svg +0 -1
- package/dist/alert-octagon~lZSWtLyt.svg +0 -1
- package/dist/alert-triangle~TEXDTPVi.svg +0 -1
- package/dist/align-center~cugBNsYg.svg +0 -1
- package/dist/align-justify~EVkdNRuk.svg +0 -1
- package/dist/align-left~LFpVozPL.svg +0 -1
- package/dist/align-right~pPZXvfdV.svg +0 -1
- package/dist/anchor~cegYhTqa.svg +0 -1
- package/dist/aperture~PGufiscL.svg +0 -1
- package/dist/archive~AgEMDCRZ.svg +0 -1
- package/dist/arrow-down-circle~SkmooyQZ.svg +0 -1
- package/dist/arrow-down-left~pVXhozyL.svg +0 -1
- package/dist/arrow-down-right~TIkYIsbf.svg +0 -1
- package/dist/arrow-down~RhQgOooS.svg +0 -1
- package/dist/arrow-left-circle~frWfAecG.svg +0 -1
- package/dist/arrow-left~bgZMUihF.svg +0 -1
- package/dist/arrow-right-circle~boWtIxmj.svg +0 -1
- package/dist/arrow-right~bdewFdqR.svg +0 -1
- package/dist/arrow-up-circle~ZMgXyjMs.svg +0 -1
- package/dist/arrow-up-left~WsbedPms.svg +0 -1
- package/dist/arrow-up-right~WVrjJYEu.svg +0 -1
- package/dist/arrow-up~uqOWpCUP.svg +0 -1
- package/dist/at-sign~YPBeYeKj.svg +0 -1
- package/dist/award~bpSBvQep.svg +0 -1
- package/dist/bar-chart-2~EfUFFurc.svg +0 -1
- package/dist/bar-chart~RuePqHcT.svg +0 -1
- package/dist/battery-charging~rhnbhiNt.svg +0 -1
- package/dist/battery~RnOzuwRk.svg +0 -1
- package/dist/bell-off~stwzsevw.svg +0 -1
- package/dist/bell~gwVynDot.svg +0 -1
- package/dist/bluetooth~iuuzJEKf.svg +0 -1
- package/dist/bold~bkIGAsPf.svg +0 -1
- package/dist/book-open~NBrGvrIN.svg +0 -1
- package/dist/bookmark~IHFLdCSP.svg +0 -1
- package/dist/book~VzkSHPhi.svg +0 -1
- package/dist/box~bbQaPYoL.svg +0 -1
- package/dist/briefcase~dVBBoLHk.svg +0 -1
- package/dist/calendar~boEcWUYS.svg +0 -1
- package/dist/camera-off~hbgqgtJv.svg +0 -1
- package/dist/camera~KitBDCAl.svg +0 -1
- package/dist/cast~YuUGXZHa.svg +0 -1
- package/dist/check-circle~uXCTyGCC.svg +0 -1
- package/dist/check-square~AonzfyMr.svg +0 -1
- package/dist/check~XPvIBsva.svg +0 -1
- package/dist/chevron-down~zWIkGWxr.svg +0 -1
- package/dist/chevron-left~iqEtHtYY.svg +0 -1
- package/dist/chevron-right~zhejNZBS.svg +0 -1
- package/dist/chevron-up~hodGltLK.svg +0 -1
- package/dist/chevrons-down~DwKpwAmQ.svg +0 -1
- package/dist/chevrons-left~wzkAZmSM.svg +0 -1
- package/dist/chevrons-right~ITkCfmzL.svg +0 -1
- package/dist/chevrons-up~OucaBhKo.svg +0 -1
- package/dist/chrome~bcKLLsCy.svg +0 -1
- package/dist/circle~boAlGHgn.svg +0 -1
- package/dist/clipboard~iTnqVZYq.svg +0 -1
- package/dist/clock~bkzdxydO.svg +0 -1
- package/dist/cloud-drizzle~bckrkKHy.svg +0 -1
- package/dist/cloud-lightning~FatUIIlo.svg +0 -1
- package/dist/cloud-off~YChCCGYI.svg +0 -1
- package/dist/cloud-rain~ydLBEbbi.svg +0 -1
- package/dist/cloud-snow~BHfFaDdy.svg +0 -1
- package/dist/cloud~bnuciPRa.svg +0 -1
- package/dist/codepen~kEbghejG.svg +0 -1
- package/dist/codesandbox~bmroKzII.svg +0 -1
- package/dist/code~EDcULRfk.svg +0 -1
- package/dist/coffee~bbwWxZyE.svg +0 -1
- package/dist/columns~OpWaDvMk.svg +0 -1
- package/dist/command~EKiizJvz.svg +0 -1
- package/dist/compass~kxTWSEob.svg +0 -1
- package/dist/copy~pvZUojhH.svg +0 -1
- package/dist/corner-down-left~szwAYIxy.svg +0 -1
- package/dist/corner-down-right~bknVbIhn.svg +0 -1
- package/dist/corner-left-down~bbOsFGVX.svg +0 -1
- package/dist/corner-left-up~XsmREpTH.svg +0 -1
- package/dist/corner-right-down~bgEpWFzF.svg +0 -1
- package/dist/corner-right-up~FVrYPlHl.svg +0 -1
- package/dist/corner-up-left~vFLfDzgz.svg +0 -1
- package/dist/corner-up-right~bdOZrMmg.svg +0 -1
- package/dist/cpu~HhEvQVGd.svg +0 -1
- package/dist/credit-card~blMcJcRl.svg +0 -1
- package/dist/crop~bhrwpjTZ.svg +0 -1
- package/dist/crosshair~bkZpGIAk.svg +0 -1
- package/dist/database~blGeGQVV.svg +0 -1
- package/dist/delete~KsancTdH.svg +0 -1
- package/dist/disc~QtBHbdHb.svg +0 -1
- package/dist/divide-circle~bashnHDD.svg +0 -1
- package/dist/divide-square~bdmxQYrf.svg +0 -1
- package/dist/divide~lwOLpBzi.svg +0 -1
- package/dist/dollar-sign~fMLwEeHv.svg +0 -1
- package/dist/download-cloud~BHguoPUk.svg +0 -1
- package/dist/download~bnryeaai.svg +0 -1
- package/dist/dribbble~bnQvXLAI.svg +0 -1
- package/dist/droplet~gtpZHtPX.svg +0 -1
- package/dist/edit-2~McPICdkX.svg +0 -1
- package/dist/edit-3~jgzpPOli.svg +0 -1
- package/dist/edit~ncrsmJBS.svg +0 -1
- package/dist/external-link~JsJSOFBC.svg +0 -1
- package/dist/eye-off~IgcjKloe.svg +0 -1
- package/dist/eye~AVFsZOsX.svg +0 -1
- package/dist/facebook~IuEnHbKx.svg +0 -1
- package/dist/fast-forward~bpdLBDlt.svg +0 -1
- package/dist/feather~bkZNbQcF.svg +0 -1
- package/dist/figma~SCSCWblu.svg +0 -1
- package/dist/file-minus~DiweqOZl.svg +0 -1
- package/dist/file-plus~bmOhzPCc.svg +0 -1
- package/dist/file-text~biurWCcu.svg +0 -1
- package/dist/file~neoktrtv.svg +0 -1
- package/dist/film~pVKwyjXN.svg +0 -1
- package/dist/filter~YVaJzRCD.svg +0 -1
- package/dist/flag~oLpVaiXH.svg +0 -1
- package/dist/folder-minus~sffPcTEz.svg +0 -1
- package/dist/folder-plus~JQbbHRPf.svg +0 -1
- package/dist/folder~bgANIxfC.svg +0 -1
- package/dist/framer~beeVvdMp.svg +0 -1
- package/dist/frown~boMWMWbf.svg +0 -1
- package/dist/gift~biDPlYkt.svg +0 -1
- package/dist/git-branch~WuTzmprN.svg +0 -1
- package/dist/git-commit~pyMlFaSW.svg +0 -1
- package/dist/git-merge~VKfQRqWg.svg +0 -1
- package/dist/git-pull-request~HkJBVzZZ.svg +0 -1
- package/dist/github~SHmasYlK.svg +0 -1
- package/dist/gitlab~iaJHSysP.svg +0 -1
- package/dist/globe~bacXnzkY.svg +0 -1
- package/dist/grid~ZxSsBZBE.svg +0 -1
- package/dist/hard-drive~jkPQENrY.svg +0 -1
- package/dist/hash~txVeKbeG.svg +0 -1
- package/dist/headphones~bmSLgSSr.svg +0 -1
- package/dist/heart~DtNWylgO.svg +0 -1
- package/dist/help-circle~iUOcBhNV.svg +0 -1
- package/dist/hexagon~MTPLHqak.svg +0 -1
- package/dist/home~kTmjeefQ.svg +0 -1
- package/dist/image~iFYLydNG.svg +0 -1
- package/dist/inbox~rXbdxxSZ.svg +0 -1
- package/dist/index.js.map +0 -1
- package/dist/index.modern.js +0 -22295
- package/dist/index.modern.js.map +0 -1
- package/dist/info~blrpOSSH.svg +0 -1
- package/dist/instagram~bfewcVWW.svg +0 -1
- package/dist/italic~byAgSsBS.svg +0 -1
- package/dist/key~vDRnqwXf.svg +0 -1
- package/dist/layers~baOTaWMf.svg +0 -1
- package/dist/layout~rmzxqwxv.svg +0 -1
- package/dist/life-buoy~kIkVOqYu.svg +0 -1
- package/dist/link-2~zJQJdgbN.svg +0 -1
- package/dist/linkedin~AdimuYgp.svg +0 -1
- package/dist/link~TVGrTfIP.svg +0 -1
- package/dist/list~nnrHeveN.svg +0 -1
- package/dist/loader~kJErACOw.svg +0 -1
- package/dist/lock~SdtoDMIX.svg +0 -1
- package/dist/log-in~RbYZKDBz.svg +0 -1
- package/dist/log-out~iGtjJuGz.svg +0 -1
- package/dist/mail~wkejjDlp.svg +0 -1
- package/dist/map-pin~woVDSLIh.svg +0 -1
- package/dist/map~AlPBLZLu.svg +0 -1
- package/dist/maximize-2~eGnXMZkQ.svg +0 -1
- package/dist/maximize~bnPTUCFu.svg +0 -1
- package/dist/meh~tvtefILF.svg +0 -1
- package/dist/menu~SuFiMwxA.svg +0 -1
- package/dist/message-circle~jVRPynTx.svg +0 -1
- package/dist/message-square~bIlUcpRZ.svg +0 -1
- package/dist/mic-off~ShFBbyUC.svg +0 -1
- package/dist/mic~rbQvHVYO.svg +0 -1
- package/dist/minimize-2~BVTffQrB.svg +0 -1
- package/dist/minimize~bgydtcZS.svg +0 -1
- package/dist/minus-circle~GgUPODRC.svg +0 -1
- package/dist/minus-square~cdETABHh.svg +0 -1
- package/dist/minus~ytyxLzFT.svg +0 -1
- package/dist/monitor~rgKLSihR.svg +0 -1
- package/dist/moon~CtKvfohx.svg +0 -1
- package/dist/more-horizontal~CdvdGoyc.svg +0 -1
- package/dist/more-vertical~pUtQYQfx.svg +0 -1
- package/dist/mouse-pointer~badOPCSt.svg +0 -1
- package/dist/move~blNGAwZy.svg +0 -1
- package/dist/music~betqwQCc.svg +0 -1
- package/dist/navigation-2~bkXruwKQ.svg +0 -1
- package/dist/navigation~OPYqSXpj.svg +0 -1
- package/dist/octagon~HdRqGFRs.svg +0 -1
- package/dist/package~gQJSCxJm.svg +0 -1
- package/dist/paperclip~AShGFnmT.svg +0 -1
- package/dist/pause-circle~bgWLsoeJ.svg +0 -1
- package/dist/pause~HMTeReNG.svg +0 -1
- package/dist/pen-tool~Vumbwtwd.svg +0 -1
- package/dist/percent~bdBIiPPH.svg +0 -1
- package/dist/phone-call~bouZaGel.svg +0 -1
- package/dist/phone-forwarded~RarENXPI.svg +0 -1
- package/dist/phone-incoming~GljCixZT.svg +0 -1
- package/dist/phone-missed~gMNdkMVF.svg +0 -1
- package/dist/phone-off~HYzwzNoH.svg +0 -1
- package/dist/phone-outgoing~rxwwfxQI.svg +0 -1
- package/dist/phone~BUJDdwmU.svg +0 -1
- package/dist/pie-chart~NiCpGotM.svg +0 -1
- package/dist/play-circle~baYTKokN.svg +0 -1
- package/dist/play~IFwOzAxH.svg +0 -1
- package/dist/plus-circle~LflBbcYI.svg +0 -1
- package/dist/plus-square~oYHJAdJu.svg +0 -1
- package/dist/plus~bhuxXvHC.svg +0 -1
- package/dist/pocket~baRAYLiZ.svg +0 -1
- package/dist/power~SxEJBaEt.svg +0 -1
- package/dist/printer~bfRDqzdn.svg +0 -1
- package/dist/radio~DwpKPdWX.svg +0 -1
- package/dist/refresh-ccw~bgmxuxkV.svg +0 -1
- package/dist/refresh-cw~qqtpctZN.svg +0 -1
- package/dist/repeat~PzvnzcVu.svg +0 -1
- package/dist/rewind~LjmGpKwP.svg +0 -1
- package/dist/rotate-ccw~ldkbqqoc.svg +0 -1
- package/dist/rotate-cw~thfnctwj.svg +0 -1
- package/dist/rss~bfFKddOP.svg +0 -1
- package/dist/save~ByMAWbsH.svg +0 -1
- package/dist/scissors~BXUjfRXV.svg +0 -1
- package/dist/search~bjxBdQqx.svg +0 -1
- package/dist/send~euQpXoGp.svg +0 -1
- package/dist/server~DcLwAXxD.svg +0 -1
- package/dist/settings~plzuITpH.svg +0 -1
- package/dist/share-2~ZffJGrzN.svg +0 -1
- package/dist/share~MhNsMHnv.svg +0 -1
- package/dist/shield-off~VgpZZqIB.svg +0 -1
- package/dist/shield~ICeYsYwx.svg +0 -1
- package/dist/shopping-bag~bbIFUUKM.svg +0 -1
- package/dist/shopping-cart~NFrkkTZr.svg +0 -1
- package/dist/shuffle~tXabkuTd.svg +0 -1
- package/dist/sidebar~bhMeTjDm.svg +0 -1
- package/dist/skip-back~gceMMhdq.svg +0 -1
- package/dist/skip-forward~COBqVpgr.svg +0 -1
- package/dist/slack~ZNrnxgSx.svg +0 -1
- package/dist/slash~AUPAGPvg.svg +0 -1
- package/dist/sliders~yFnCkOnV.svg +0 -1
- package/dist/smartphone~hTwBWIEg.svg +0 -1
- package/dist/smile~XNZLcKSN.svg +0 -1
- package/dist/speaker~DjRotaeS.svg +0 -1
- package/dist/square~baZuFkLd.svg +0 -1
- package/dist/star~LmDDPANn.svg +0 -1
- package/dist/stop-circle~pdmXFcxi.svg +0 -1
- package/dist/sunrise~KmZZNjuf.svg +0 -1
- package/dist/sunset~bbNqfJBW.svg +0 -1
- package/dist/sun~oxzeTmcs.svg +0 -1
- package/dist/tablet~fGcDYJRb.svg +0 -1
- package/dist/table~xxKZPVLj.svg +0 -1
- package/dist/tag~EcvcKRJQ.svg +0 -1
- package/dist/target~RzxvDAhK.svg +0 -1
- package/dist/terminal~dQpphtDj.svg +0 -1
- package/dist/thermometer~bdMfLhcO.svg +0 -1
- package/dist/thumbs-down~NvHaFMqI.svg +0 -1
- package/dist/thumbs-up~wjEXSBgS.svg +0 -1
- package/dist/toggle-left~jPbjdXAY.svg +0 -1
- package/dist/toggle-right~IOFvWyHA.svg +0 -1
- package/dist/tool~CdDRqxCL.svg +0 -1
- package/dist/trash-2~belPhfEE.svg +0 -1
- package/dist/trash~lZqFuqQW.svg +0 -1
- package/dist/trello~bktuyBUj.svg +0 -1
- package/dist/trending-down~viwePGkh.svg +0 -1
- package/dist/trending-up~NmLnokPc.svg +0 -1
- package/dist/triangle~BUZbkddz.svg +0 -1
- package/dist/truck~bbTddAdf.svg +0 -1
- package/dist/tv~bcAQOraw.svg +0 -1
- package/dist/twitch~bjeCRDuE.svg +0 -1
- package/dist/twitter~boxtFEFF.svg +0 -1
- package/dist/type~ncdlVwTR.svg +0 -1
- package/dist/umbrella~RTPSxBgn.svg +0 -1
- package/dist/underline~kMLGILnp.svg +0 -1
- package/dist/unlock~NvPPFnwR.svg +0 -1
- package/dist/upload-cloud~bbwgGQhC.svg +0 -1
- package/dist/upload~BHJFcEyU.svg +0 -1
- package/dist/user-check~uxPibher.svg +0 -1
- package/dist/user-minus~booxhJNJ.svg +0 -1
- package/dist/user-plus~bfqtRGWA.svg +0 -1
- package/dist/user-x~nPnBpKsD.svg +0 -1
- package/dist/users~TNvWMhZW.svg +0 -1
- package/dist/user~JKzKPASe.svg +0 -1
- package/dist/video-off~bfwQrZRh.svg +0 -1
- package/dist/video~JujRyiIj.svg +0 -1
- package/dist/voicemail~fhqlzVWL.svg +0 -1
- package/dist/volume-1~bhKtOxog.svg +0 -1
- package/dist/volume-2~JDbZIdGz.svg +0 -1
- package/dist/volume-x~ETRbeDcO.svg +0 -1
- package/dist/volume~kHjODsVV.svg +0 -1
- package/dist/watch~JVZYZBXp.svg +0 -1
- package/dist/wifi-off~ilJJyYxW.svg +0 -1
- package/dist/wifi~CUgLgTvx.svg +0 -1
- package/dist/wind~YbrjuQWi.svg +0 -1
- package/dist/x-circle~bpwRYEoy.svg +0 -1
- package/dist/x-octagon~ubDqtnWl.svg +0 -1
- package/dist/x-square~unBFooQv.svg +0 -1
- package/dist/x~LUSCZZme.svg +0 -1
- package/dist/youtube~KkkPcYpx.svg +0 -1
- package/dist/zap-off~bokClQTx.svg +0 -1
- package/dist/zap~bbZskdTu.svg +0 -1
- package/dist/zoom-in~GKjbyGDc.svg +0 -1
- package/dist/zoom-out~JvQgNgol.svg +0 -1
package/dist/interfaces.d.ts
CHANGED
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { spacings } from './theme/constants';
|
|
3
|
-
import { ColorOptions } from './theme/interfaces';
|
|
4
|
-
declare type Element = JSX.Element | string | number | boolean | null;
|
|
5
|
-
export declare type ReactNode = Element | Element[];
|
|
6
|
-
export declare type GenericObject = Record<string | number | symbol, any>;
|
|
7
|
-
export declare type SpacingOrZero = keyof typeof spacings | '0';
|
|
8
|
-
export declare type Spacings = {
|
|
9
|
-
top?: SpacingOrZero;
|
|
10
|
-
left?: SpacingOrZero;
|
|
11
|
-
bottom?: SpacingOrZero;
|
|
12
|
-
right?: SpacingOrZero;
|
|
13
|
-
};
|
|
14
|
-
export declare type Border = {
|
|
15
|
-
width?: string;
|
|
16
|
-
style?: 'dashed' | 'dotted' | 'double' | 'groove' | 'hidden' | 'inherit' | 'initial' | 'inset' | 'none' | 'outset';
|
|
17
|
-
color: ColorOptions | 'transparent';
|
|
18
|
-
};
|
|
19
|
-
export declare type Borders = Border | Partial<{
|
|
20
|
-
[key in 'top' | 'left' | 'bottom' | 'right']: Border;
|
|
21
|
-
}>;
|
|
22
|
-
export type { ThemeInterface } from './theme/interfaces';
|
|
23
|
-
export * from './components/Input/components/Select/interfaces';
|
|
24
|
-
export type { Filter } from './components/Filters/Filters/interfaces';
|
|
25
|
-
export type { AppliedFilter } from './components/Filters/interfaces';
|
|
26
|
-
export type { Transition } from './components/Transition/interfaces';
|
|
27
|
-
export type { TabComponent, TabProvider, TabProps, TabComponents, } from './components/Tabs/interfaces';
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { spacings } from './theme/constants';
|
|
3
|
+
import { ColorOptions } from './theme/interfaces';
|
|
4
|
+
declare type Element = JSX.Element | string | number | boolean | null;
|
|
5
|
+
export declare type ReactNode = Element | Element[];
|
|
6
|
+
export declare type GenericObject = Record<string | number | symbol, any>;
|
|
7
|
+
export declare type SpacingOrZero = keyof typeof spacings | '0';
|
|
8
|
+
export declare type Spacings = {
|
|
9
|
+
top?: SpacingOrZero;
|
|
10
|
+
left?: SpacingOrZero;
|
|
11
|
+
bottom?: SpacingOrZero;
|
|
12
|
+
right?: SpacingOrZero;
|
|
13
|
+
};
|
|
14
|
+
export declare type Border = {
|
|
15
|
+
width?: string;
|
|
16
|
+
style?: 'dashed' | 'dotted' | 'double' | 'groove' | 'hidden' | 'inherit' | 'initial' | 'inset' | 'none' | 'outset';
|
|
17
|
+
color: ColorOptions | 'transparent';
|
|
18
|
+
};
|
|
19
|
+
export declare type Borders = Border | Partial<{
|
|
20
|
+
[key in 'top' | 'left' | 'bottom' | 'right']: Border;
|
|
21
|
+
}>;
|
|
22
|
+
export type { ThemeInterface } from './theme/interfaces';
|
|
23
|
+
export * from './components/Input/components/Select/interfaces';
|
|
24
|
+
export type { Filter } from './components/Filters/Filters/interfaces';
|
|
25
|
+
export type { AppliedFilter } from './components/Filters/interfaces';
|
|
26
|
+
export type { Transition } from './components/Transition/interfaces';
|
|
27
|
+
export type { TabComponent, TabProvider, TabProps, TabComponents, } from './components/Tabs/interfaces';
|
|
@@ -1,72 +1,72 @@
|
|
|
1
|
-
import { Typographies } from './interfaces';
|
|
2
|
-
export declare const colors: {
|
|
3
|
-
readonly black: "#000000";
|
|
4
|
-
readonly blue: "#3455AB";
|
|
5
|
-
readonly bronze: "#7A4D05";
|
|
6
|
-
readonly brown: "#9F3A38";
|
|
7
|
-
readonly darkBlue: "#192338";
|
|
8
|
-
readonly darkestBlue: "#121B2E";
|
|
9
|
-
readonly darkestGreen: "#1E561F";
|
|
10
|
-
readonly darkestGrey: "#989898";
|
|
11
|
-
readonly darkGreen: "#129105";
|
|
12
|
-
readonly darkGrey: "#949494";
|
|
13
|
-
readonly darkSilver: "#525A6A";
|
|
14
|
-
readonly floralWhite: "#FFFAF3";
|
|
15
|
-
readonly ghostWhite: "#F9FAFB";
|
|
16
|
-
readonly green: "#76B100";
|
|
17
|
-
readonly grey: "#ADADAD";
|
|
18
|
-
readonly greyishBlue: "#263046";
|
|
19
|
-
readonly iceWhite: "#F9F8F8";
|
|
20
|
-
readonly lightBlue: "#2D9AFF";
|
|
21
|
-
readonly lightestGrey: "#E2E2E3";
|
|
22
|
-
readonly lightGreen: "#66BB6A";
|
|
23
|
-
readonly lightGrey: "#C8C8C8";
|
|
24
|
-
readonly milkWhite: "#FCFFF5";
|
|
25
|
-
readonly orange: "#FB8702";
|
|
26
|
-
readonly pink: "#E23851";
|
|
27
|
-
readonly purple: "#8E66BB";
|
|
28
|
-
readonly red: "#C31717";
|
|
29
|
-
readonly silver: "#B2B2B2";
|
|
30
|
-
readonly snowWhite: "#FFF6F6";
|
|
31
|
-
readonly vanilla: "#CCBEA0";
|
|
32
|
-
readonly warningGray: "#E6E6E6";
|
|
33
|
-
readonly warningRed: "#EF5350";
|
|
34
|
-
readonly warningYellow: "#FBCF30";
|
|
35
|
-
readonly white: "#FFFFFF";
|
|
36
|
-
readonly yellow: "#FBCB01";
|
|
37
|
-
};
|
|
38
|
-
export declare const opacities: {
|
|
39
|
-
readonly 100: "FF";
|
|
40
|
-
readonly 95: "F2";
|
|
41
|
-
readonly 90: "E6";
|
|
42
|
-
readonly 85: "D9";
|
|
43
|
-
readonly 80: "CC";
|
|
44
|
-
readonly 75: "BF";
|
|
45
|
-
readonly 70: "B3";
|
|
46
|
-
readonly 65: "A6";
|
|
47
|
-
readonly 60: "99";
|
|
48
|
-
readonly 55: "8C";
|
|
49
|
-
readonly 50: "80";
|
|
50
|
-
readonly 45: "73";
|
|
51
|
-
readonly 40: "66";
|
|
52
|
-
readonly 35: "59";
|
|
53
|
-
readonly 30: "4D";
|
|
54
|
-
readonly 25: "40";
|
|
55
|
-
readonly 20: "33";
|
|
56
|
-
readonly 15: "26";
|
|
57
|
-
readonly 10: "1A";
|
|
58
|
-
readonly 5: "0D";
|
|
59
|
-
readonly 0: "00";
|
|
60
|
-
};
|
|
61
|
-
export declare const spacings: {
|
|
62
|
-
readonly s1: "7px";
|
|
63
|
-
readonly s2: "8px";
|
|
64
|
-
readonly s3: "14px";
|
|
65
|
-
readonly s4: "21px";
|
|
66
|
-
readonly s5: "28px";
|
|
67
|
-
readonly s6: "35px";
|
|
68
|
-
};
|
|
69
|
-
export declare const fonts: {
|
|
70
|
-
readonly lato: "\"Lato\", sans-serif";
|
|
71
|
-
};
|
|
72
|
-
export declare const typographies: Typographies;
|
|
1
|
+
import { Typographies } from './interfaces';
|
|
2
|
+
export declare const colors: {
|
|
3
|
+
readonly black: "#000000";
|
|
4
|
+
readonly blue: "#3455AB";
|
|
5
|
+
readonly bronze: "#7A4D05";
|
|
6
|
+
readonly brown: "#9F3A38";
|
|
7
|
+
readonly darkBlue: "#192338";
|
|
8
|
+
readonly darkestBlue: "#121B2E";
|
|
9
|
+
readonly darkestGreen: "#1E561F";
|
|
10
|
+
readonly darkestGrey: "#989898";
|
|
11
|
+
readonly darkGreen: "#129105";
|
|
12
|
+
readonly darkGrey: "#949494";
|
|
13
|
+
readonly darkSilver: "#525A6A";
|
|
14
|
+
readonly floralWhite: "#FFFAF3";
|
|
15
|
+
readonly ghostWhite: "#F9FAFB";
|
|
16
|
+
readonly green: "#76B100";
|
|
17
|
+
readonly grey: "#ADADAD";
|
|
18
|
+
readonly greyishBlue: "#263046";
|
|
19
|
+
readonly iceWhite: "#F9F8F8";
|
|
20
|
+
readonly lightBlue: "#2D9AFF";
|
|
21
|
+
readonly lightestGrey: "#E2E2E3";
|
|
22
|
+
readonly lightGreen: "#66BB6A";
|
|
23
|
+
readonly lightGrey: "#C8C8C8";
|
|
24
|
+
readonly milkWhite: "#FCFFF5";
|
|
25
|
+
readonly orange: "#FB8702";
|
|
26
|
+
readonly pink: "#E23851";
|
|
27
|
+
readonly purple: "#8E66BB";
|
|
28
|
+
readonly red: "#C31717";
|
|
29
|
+
readonly silver: "#B2B2B2";
|
|
30
|
+
readonly snowWhite: "#FFF6F6";
|
|
31
|
+
readonly vanilla: "#CCBEA0";
|
|
32
|
+
readonly warningGray: "#E6E6E6";
|
|
33
|
+
readonly warningRed: "#EF5350";
|
|
34
|
+
readonly warningYellow: "#FBCF30";
|
|
35
|
+
readonly white: "#FFFFFF";
|
|
36
|
+
readonly yellow: "#FBCB01";
|
|
37
|
+
};
|
|
38
|
+
export declare const opacities: {
|
|
39
|
+
readonly 100: "FF";
|
|
40
|
+
readonly 95: "F2";
|
|
41
|
+
readonly 90: "E6";
|
|
42
|
+
readonly 85: "D9";
|
|
43
|
+
readonly 80: "CC";
|
|
44
|
+
readonly 75: "BF";
|
|
45
|
+
readonly 70: "B3";
|
|
46
|
+
readonly 65: "A6";
|
|
47
|
+
readonly 60: "99";
|
|
48
|
+
readonly 55: "8C";
|
|
49
|
+
readonly 50: "80";
|
|
50
|
+
readonly 45: "73";
|
|
51
|
+
readonly 40: "66";
|
|
52
|
+
readonly 35: "59";
|
|
53
|
+
readonly 30: "4D";
|
|
54
|
+
readonly 25: "40";
|
|
55
|
+
readonly 20: "33";
|
|
56
|
+
readonly 15: "26";
|
|
57
|
+
readonly 10: "1A";
|
|
58
|
+
readonly 5: "0D";
|
|
59
|
+
readonly 0: "00";
|
|
60
|
+
};
|
|
61
|
+
export declare const spacings: {
|
|
62
|
+
readonly s1: "7px";
|
|
63
|
+
readonly s2: "8px";
|
|
64
|
+
readonly s3: "14px";
|
|
65
|
+
readonly s4: "21px";
|
|
66
|
+
readonly s5: "28px";
|
|
67
|
+
readonly s6: "35px";
|
|
68
|
+
};
|
|
69
|
+
export declare const fonts: {
|
|
70
|
+
readonly lato: "\"Lato\", sans-serif";
|
|
71
|
+
};
|
|
72
|
+
export declare const typographies: Typographies;
|
package/dist/theme/globals.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
declare const Globals: () => JSX.Element;
|
|
3
|
-
export default Globals;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
declare const Globals: () => JSX.Element;
|
|
3
|
+
export default Globals;
|
package/dist/theme/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import { ThemeInterface } from './interfaces';
|
|
3
|
-
export declare const theme: ThemeInterface;
|
|
4
|
-
declare const ThemeProvider: (props: {
|
|
5
|
-
children: JSX.Element | string | (JSX.Element | string)[];
|
|
6
|
-
}) => JSX.Element;
|
|
7
|
-
export default ThemeProvider;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { ThemeInterface } from './interfaces';
|
|
3
|
+
export declare const theme: ThemeInterface;
|
|
4
|
+
declare const ThemeProvider: (props: {
|
|
5
|
+
children: JSX.Element | string | (JSX.Element | string)[];
|
|
6
|
+
}) => JSX.Element;
|
|
7
|
+
export default ThemeProvider;
|
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
import { FlattenSimpleInterpolation } from 'styled-components';
|
|
2
|
-
import components from '../components/theme';
|
|
3
|
-
import { colors, opacities, typographies, spacings, fonts } from './constants';
|
|
4
|
-
export declare type ColorOptions = keyof typeof colors;
|
|
5
|
-
export declare type OpacitiyOptions = keyof typeof opacities;
|
|
6
|
-
export declare type SpacingOptions = keyof typeof spacings;
|
|
7
|
-
declare type FontWeight = 'normal' | 'bold' | 'bolder' | 'lighter' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900';
|
|
8
|
-
interface Typography {
|
|
9
|
-
fontFamily: string;
|
|
10
|
-
fontWeight: FontWeight;
|
|
11
|
-
fontSize: string;
|
|
12
|
-
}
|
|
13
|
-
declare type TypographyOptions = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p';
|
|
14
|
-
export declare type Typographies = {
|
|
15
|
-
[key in TypographyOptions]: Typography;
|
|
16
|
-
};
|
|
17
|
-
export declare type useTypographyFunc = (typography: TypographyOptions, options?: {
|
|
18
|
-
fontWeight?: FontWeight;
|
|
19
|
-
}) => FlattenSimpleInterpolation;
|
|
20
|
-
export interface ThemeInterface {
|
|
21
|
-
colors: typeof colors;
|
|
22
|
-
fonts: typeof fonts;
|
|
23
|
-
getColor: (color: ColorOptions, opacity?: OpacitiyOptions) => string;
|
|
24
|
-
useTypography: useTypographyFunc;
|
|
25
|
-
isDarkColor: (color: ColorOptions, ifDark?: ColorOptions, ifLight?: ColorOptions) => ColorOptions;
|
|
26
|
-
spacings: typeof spacings;
|
|
27
|
-
typographies: typeof typographies;
|
|
28
|
-
components: typeof components;
|
|
29
|
-
}
|
|
30
|
-
export {};
|
|
1
|
+
import { FlattenSimpleInterpolation } from 'styled-components';
|
|
2
|
+
import components from '../components/theme';
|
|
3
|
+
import { colors, opacities, typographies, spacings, fonts } from './constants';
|
|
4
|
+
export declare type ColorOptions = keyof typeof colors;
|
|
5
|
+
export declare type OpacitiyOptions = keyof typeof opacities;
|
|
6
|
+
export declare type SpacingOptions = keyof typeof spacings;
|
|
7
|
+
declare type FontWeight = 'normal' | 'bold' | 'bolder' | 'lighter' | '100' | '200' | '300' | '400' | '500' | '600' | '700' | '800' | '900';
|
|
8
|
+
interface Typography {
|
|
9
|
+
fontFamily: string;
|
|
10
|
+
fontWeight: FontWeight;
|
|
11
|
+
fontSize: string;
|
|
12
|
+
}
|
|
13
|
+
declare type TypographyOptions = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p';
|
|
14
|
+
export declare type Typographies = {
|
|
15
|
+
[key in TypographyOptions]: Typography;
|
|
16
|
+
};
|
|
17
|
+
export declare type useTypographyFunc = (typography: TypographyOptions, options?: {
|
|
18
|
+
fontWeight?: FontWeight;
|
|
19
|
+
}) => FlattenSimpleInterpolation;
|
|
20
|
+
export interface ThemeInterface {
|
|
21
|
+
colors: typeof colors;
|
|
22
|
+
fonts: typeof fonts;
|
|
23
|
+
getColor: (color: ColorOptions, opacity?: OpacitiyOptions) => string;
|
|
24
|
+
useTypography: useTypographyFunc;
|
|
25
|
+
isDarkColor: (color: ColorOptions, ifDark?: ColorOptions, ifLight?: ColorOptions) => ColorOptions;
|
|
26
|
+
spacings: typeof spacings;
|
|
27
|
+
typographies: typeof typographies;
|
|
28
|
+
components: typeof components;
|
|
29
|
+
}
|
|
30
|
+
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
declare type Vars = {
|
|
2
|
-
[key: string]: string | number | Vars;
|
|
3
|
-
};
|
|
4
|
-
declare const useCssVars: (vars: Vars) => string;
|
|
5
|
-
export declare const useCssVar: (name: string) => string;
|
|
6
|
-
export default useCssVars;
|
|
1
|
+
declare type Vars = {
|
|
2
|
+
[key: string]: string | number | Vars;
|
|
3
|
+
};
|
|
4
|
+
declare const useCssVars: (vars: Vars) => string;
|
|
5
|
+
export declare const useCssVar: (name: string) => string;
|
|
6
|
+
export default useCssVars;
|
package/package.json
CHANGED
|
@@ -1,20 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mw-kit/mw-ui",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.119",
|
|
4
4
|
"description": "Made with create-react-library",
|
|
5
5
|
"author": "fmgusmao",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": "fmgusmao/mw-ui",
|
|
8
|
-
"main": "./dist/index.
|
|
9
|
-
"module": "./dist/index.
|
|
8
|
+
"main": "./dist/index.cjs",
|
|
9
|
+
"module": "./dist/index.mjs",
|
|
10
10
|
"types": "./dist/index.d.ts",
|
|
11
11
|
"source": "src/index.ts",
|
|
12
12
|
"files": [
|
|
13
13
|
"dist"
|
|
14
14
|
],
|
|
15
15
|
"exports": {
|
|
16
|
-
".":
|
|
17
|
-
|
|
16
|
+
".": {
|
|
17
|
+
"import": "./dist/index.mjs",
|
|
18
|
+
"require": "./dist/index.cjs"
|
|
19
|
+
},
|
|
20
|
+
"./types": {
|
|
21
|
+
"types": "./dist/interfaces.d.ts"
|
|
22
|
+
}
|
|
18
23
|
},
|
|
19
24
|
"typesVersions": {
|
|
20
25
|
"*": {
|
|
@@ -36,15 +41,13 @@
|
|
|
36
41
|
"styled-components": "^5.3.11"
|
|
37
42
|
},
|
|
38
43
|
"scripts": {
|
|
39
|
-
"start": "
|
|
40
|
-
"build": "
|
|
44
|
+
"start": "tsup src/index.ts --watch --dts",
|
|
45
|
+
"build": "tsup src/index.ts --dts --format esm,cjs && tsc -p tsconfig.build.json",
|
|
41
46
|
"lint": "eslint {src,stories}/**/*.{js,ts,jsx,tsx}",
|
|
42
47
|
"lint:fix": "eslint {src,stories}/**/*.{js,ts,jsx,tsx} --fix",
|
|
43
48
|
"prettier:write": "prettier --write .",
|
|
44
49
|
"storybook": "start-storybook -p 6006 -s public --quiet",
|
|
45
50
|
"build-storybook": "build-storybook -s public",
|
|
46
|
-
"test": "react-scripts test",
|
|
47
|
-
"eject": "react-scripts eject",
|
|
48
51
|
"prepare": "semantic-ui-css-patch",
|
|
49
52
|
"typescript": "tsc --project ./tsconfig.json"
|
|
50
53
|
},
|
|
@@ -88,6 +91,8 @@
|
|
|
88
91
|
"@storybook/preset-create-react-app": "^4.1.2",
|
|
89
92
|
"@storybook/react": "^6.5.7",
|
|
90
93
|
"@storybook/testing-library": "^0.0.11",
|
|
94
|
+
"@svgr/core": "^8.1.0",
|
|
95
|
+
"@svgr/plugin-jsx": "^8.1.0",
|
|
91
96
|
"@testing-library/jest-dom": "^5.14.1",
|
|
92
97
|
"@testing-library/react": "^13.0.0",
|
|
93
98
|
"@testing-library/user-event": "^13.2.1",
|
|
@@ -99,6 +104,7 @@
|
|
|
99
104
|
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
|
100
105
|
"@typescript-eslint/parser": "^5.27.1",
|
|
101
106
|
"babel-plugin-named-exports-order": "^0.0.2",
|
|
107
|
+
"esbuild-plugin-svgr": "^3.1.1",
|
|
102
108
|
"eslint": "^8.0.1",
|
|
103
109
|
"eslint-config-standard": "^17.0.0",
|
|
104
110
|
"eslint-plugin-import": "^2.25.2",
|
|
@@ -106,13 +112,12 @@
|
|
|
106
112
|
"eslint-plugin-promise": "^6.0.0",
|
|
107
113
|
"eslint-plugin-react": "^7.30.0",
|
|
108
114
|
"eslint-plugin-storybook": "^0.5.12",
|
|
109
|
-
"microbundle-crl": "^0.13.11",
|
|
110
115
|
"prettier": "2.6.2",
|
|
111
116
|
"prop-types": "^15.8.1",
|
|
112
117
|
"react": "^18.1.0",
|
|
113
118
|
"react-dom": "^18.1.0",
|
|
114
|
-
"react-scripts": "5.0.1",
|
|
115
119
|
"styled-components": "^5.3.11",
|
|
120
|
+
"tsup": "^8.5.0",
|
|
116
121
|
"typescript": "^4.4.2",
|
|
117
122
|
"web-vitals": "^2.1.0",
|
|
118
123
|
"webpack": "^5.73.0"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-activity"><polyline points="22 12 18 12 15 21 9 3 6 12 2 12"></polyline></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-airplay"><path d="M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"></path><polygon points="12 15 17 21 7 21 12 15"></polygon></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-circle"><circle cx="12" cy="12" r="10"></circle><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-octagon"><polygon points="7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"></polygon><line x1="12" y1="8" x2="12" y2="12"></line><line x1="12" y1="16" x2="12.01" y2="16"></line></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-alert-triangle"><path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"></path><line x1="12" y1="9" x2="12" y2="13"></line><line x1="12" y1="17" x2="12.01" y2="17"></line></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-align-center"><line x1="18" y1="10" x2="6" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="18" y1="18" x2="6" y2="18"></line></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-align-justify"><line x1="21" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="3" y2="18"></line></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-align-left"><line x1="17" y1="10" x2="3" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="17" y1="18" x2="3" y2="18"></line></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-align-right"><line x1="21" y1="10" x2="7" y2="10"></line><line x1="21" y1="6" x2="3" y2="6"></line><line x1="21" y1="14" x2="3" y2="14"></line><line x1="21" y1="18" x2="7" y2="18"></line></svg>
|
package/dist/anchor~cegYhTqa.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-anchor"><circle cx="12" cy="5" r="3"></circle><line x1="12" y1="22" x2="12" y2="8"></line><path d="M5 12H2a10 10 0 0 0 20 0h-3"></path></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-aperture"><circle cx="12" cy="12" r="10"></circle><line x1="14.31" y1="8" x2="20.05" y2="17.94"></line><line x1="9.69" y1="8" x2="21.17" y2="8"></line><line x1="7.38" y1="12" x2="13.12" y2="2.06"></line><line x1="9.69" y1="16" x2="3.95" y2="6.06"></line><line x1="14.31" y1="16" x2="2.83" y2="16"></line><line x1="16.62" y1="12" x2="10.88" y2="21.94"></line></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-archive"><polyline points="21 8 21 21 3 21 3 8"></polyline><rect x="1" y="3" width="22" height="5"></rect><line x1="10" y1="12" x2="14" y2="12"></line></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-down-circle"><circle cx="12" cy="12" r="10"></circle><polyline points="8 12 12 16 16 12"></polyline><line x1="12" y1="8" x2="12" y2="16"></line></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-down-left"><line x1="17" y1="7" x2="7" y2="17"></line><polyline points="17 17 7 17 7 7"></polyline></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-down-right"><line x1="7" y1="7" x2="17" y2="17"></line><polyline points="17 7 17 17 7 17"></polyline></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-down"><line x1="12" y1="5" x2="12" y2="19"></line><polyline points="19 12 12 19 5 12"></polyline></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-left-circle"><circle cx="12" cy="12" r="10"></circle><polyline points="12 8 8 12 12 16"></polyline><line x1="16" y1="12" x2="8" y2="12"></line></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-left"><line x1="19" y1="12" x2="5" y2="12"></line><polyline points="12 19 5 12 12 5"></polyline></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right-circle"><circle cx="12" cy="12" r="10"></circle><polyline points="12 16 16 12 12 8"></polyline><line x1="8" y1="12" x2="16" y2="12"></line></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-right"><line x1="5" y1="12" x2="19" y2="12"></line><polyline points="12 5 19 12 12 19"></polyline></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up-circle"><circle cx="12" cy="12" r="10"></circle><polyline points="16 12 12 8 8 12"></polyline><line x1="12" y1="16" x2="12" y2="8"></line></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up-left"><line x1="17" y1="17" x2="7" y2="7"></line><polyline points="7 17 7 7 17 7"></polyline></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up-right"><line x1="7" y1="17" x2="17" y2="7"></line><polyline points="7 7 17 7 17 17"></polyline></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-arrow-up"><line x1="12" y1="19" x2="12" y2="5"></line><polyline points="5 12 12 5 19 12"></polyline></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-at-sign"><circle cx="12" cy="12" r="4"></circle><path d="M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"></path></svg>
|
package/dist/award~bpSBvQep.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-award"><circle cx="12" cy="8" r="7"></circle><polyline points="8.21 13.89 7 23 12 20 17 23 15.79 13.88"></polyline></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bar-chart-2"><line x1="18" y1="20" x2="18" y2="10"></line><line x1="12" y1="20" x2="12" y2="4"></line><line x1="6" y1="20" x2="6" y2="14"></line></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bar-chart"><line x1="12" y1="20" x2="12" y2="10"></line><line x1="18" y1="20" x2="18" y2="4"></line><line x1="6" y1="20" x2="6" y2="16"></line></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-battery-charging"><path d="M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19"></path><line x1="23" y1="13" x2="23" y2="11"></line><polyline points="11 6 7 12 13 12 9 18"></polyline></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-battery"><rect x="1" y="6" width="18" height="12" rx="2" ry="2"></rect><line x1="23" y1="13" x2="23" y2="11"></line></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bell-off"><path d="M13.73 21a2 2 0 0 1-3.46 0"></path><path d="M18.63 13A17.89 17.89 0 0 1 18 8"></path><path d="M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"></path><path d="M18 8a6 6 0 0 0-9.33-5"></path><line x1="1" y1="1" x2="23" y2="23"></line></svg>
|
package/dist/bell~gwVynDot.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bell"><path d="M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"></path><path d="M13.73 21a2 2 0 0 1-3.46 0"></path></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bluetooth"><polyline points="6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"></polyline></svg>
|
package/dist/bold~bkIGAsPf.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bold"><path d="M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path><path d="M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"></path></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-book-open"><path d="M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"></path><path d="M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"></path></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bookmark"><path d="M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"></path></svg>
|
package/dist/book~VzkSHPhi.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-book"><path d="M4 19.5A2.5 2.5 0 0 1 6.5 17H20"></path><path d="M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"></path></svg>
|
package/dist/box~bbQaPYoL.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-box"><path d="M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"></path><polyline points="3.27 6.96 12 12.01 20.73 6.96"></polyline><line x1="12" y1="22.08" x2="12" y2="12"></line></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-briefcase"><rect x="2" y="7" width="20" height="14" rx="2" ry="2"></rect><path d="M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"></path></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-calendar"><rect x="3" y="4" width="18" height="18" rx="2" ry="2"></rect><line x1="16" y1="2" x2="16" y2="6"></line><line x1="8" y1="2" x2="8" y2="6"></line><line x1="3" y1="10" x2="21" y2="10"></line></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-camera-off"><line x1="1" y1="1" x2="23" y2="23"></line><path d="M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"></path></svg>
|
package/dist/camera~KitBDCAl.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-camera"><path d="M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"></path><circle cx="12" cy="13" r="4"></circle></svg>
|
package/dist/cast~YuUGXZHa.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-cast"><path d="M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"></path><line x1="2" y1="20" x2="2.01" y2="20"></line></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-circle"><path d="M22 11.08V12a10 10 0 1 1-5.93-9.14"></path><polyline points="22 4 12 14.01 9 11.01"></polyline></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check-square"><polyline points="9 11 12 14 22 4"></polyline><path d="M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"></path></svg>
|
package/dist/check~XPvIBsva.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-check"><polyline points="20 6 9 17 4 12"></polyline></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><polyline points="6 9 12 15 18 9"></polyline></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-left"><polyline points="15 18 9 12 15 6"></polyline></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right"><polyline points="9 18 15 12 9 6"></polyline></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-up"><polyline points="18 15 12 9 6 15"></polyline></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-down"><polyline points="7 13 12 18 17 13"></polyline><polyline points="7 6 12 11 17 6"></polyline></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevrons-left"><polyline points="11 17 6 12 11 7"></polyline><polyline points="18 17 13 12 18 7"></polyline></svg>
|