meticulous-ui 1.1.3 → 1.1.5
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/README.md +2 -6
- package/components/Icons/Add/Add.js +38 -37
- package/components/Icons/Add/index.js +4 -0
- package/components/Icons/AddCircle/AddCircle.js +12 -14
- package/components/Icons/AddCircle/index.js +4 -0
- package/components/Icons/AddCircleFilled/AddCircleFilled.js +8 -10
- package/components/Icons/AddCircleFilled/index.js +4 -0
- package/components/Icons/ArrowDown/ArrowDown.js +9 -11
- package/components/Icons/ArrowDown/index.js +4 -0
- package/components/Icons/ArrowLeft/ArrowLeft.js +11 -13
- package/components/Icons/ArrowLeft/index.js +4 -0
- package/components/Icons/ArrowRight/ArrowRight.js +11 -13
- package/components/Icons/ArrowRight/index.js +4 -0
- package/components/Icons/ArrowUp/ArrowUp.js +8 -10
- package/components/Icons/ArrowUp/index.js +4 -0
- package/components/Icons/BellFilled/BellFilled.js +25 -16
- package/components/Icons/BellFilled/index.js +4 -0
- package/components/Icons/BellOffFilled/BellOffFilled.js +24 -17
- package/components/Icons/BellOffFilled/index.js +4 -0
- package/components/Icons/BellOffOutline/BellOffOutline.js +20 -12
- package/components/Icons/BellOffOutline/index.js +4 -0
- package/components/Icons/BellOutline/BellOutline.js +14 -16
- package/components/Icons/BellOutline/index.js +4 -0
- package/components/Icons/BookmarkFilled/BookmarkFilled.js +37 -7
- package/components/Icons/BookmarkFilled/index.js +4 -0
- package/components/Icons/BookmarkOutline/BookmarkOutline.js +8 -10
- package/components/Icons/BookmarkOutline/index.js +4 -0
- package/components/Icons/CartCheckFilled/CartCheckFilled.js +40 -0
- package/components/Icons/CartCheckFilled/index.js +4 -0
- package/components/Icons/CartCheckOutline/CartCheckOutline.js +50 -0
- package/components/Icons/CartCheckOutline/index.js +4 -0
- package/components/Icons/CartCrossFilled/CartCrossFilled.js +40 -0
- package/components/Icons/CartCrossFilled/index.js +4 -0
- package/components/Icons/CartCrossOutline/CartCrossOutline.js +49 -0
- package/components/Icons/CartCrossOutline/index.js +4 -0
- package/components/Icons/CartFilled/CartFilled.js +38 -0
- package/components/Icons/CartFilled/index.js +4 -0
- package/components/Icons/CartMinusFilled/CartMinusFilled.js +40 -0
- package/components/Icons/CartMinusFilled/index.js +4 -0
- package/components/Icons/CartMinusOutline/CartMinusOutline.js +51 -0
- package/components/Icons/CartMinusOutline/index.js +4 -0
- package/components/Icons/CartOutline/CartOutline.js +50 -0
- package/components/Icons/CartOutline/index.js +4 -0
- package/components/Icons/CartPlusFilled/CartPlusFilled.js +40 -0
- package/components/Icons/CartPlusFilled/index.js +4 -0
- package/components/Icons/CartPlusOutline/CartPlusOutline.js +49 -0
- package/components/Icons/CartPlusOutline/index.js +4 -0
- package/components/Icons/ChevronDown/ChevronDown.js +11 -13
- package/components/Icons/ChevronDown/index.js +4 -0
- package/components/Icons/ChevronLeft/ChevronLeft.js +9 -11
- package/components/Icons/ChevronLeft/index.js +4 -0
- package/components/Icons/ChevronRight/ChevronRight.js +7 -9
- package/components/Icons/ChevronRight/index.js +4 -0
- package/components/Icons/ChevronUp/ChevronUp.js +10 -12
- package/components/Icons/ChevronUp/index.js +4 -0
- package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +11 -13
- package/components/Icons/ClockCircleOutline/index.js +4 -0
- package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +11 -13
- package/components/Icons/ClockSquareOutline/index.js +4 -0
- package/components/Icons/Close/Close.js +9 -11
- package/components/Icons/Close/index.js +4 -0
- package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +6 -8
- package/components/Icons/CloseCircleFilled/index.js +4 -0
- package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +13 -14
- package/components/Icons/CloseCircleOutline/index.js +4 -0
- package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +37 -7
- package/components/Icons/CommentBubbleFilled/index.js +4 -0
- package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +38 -8
- package/components/Icons/CommentBubbleOutline/index.js +4 -0
- package/components/Icons/CommentFilled/CommentFilled.js +37 -7
- package/components/Icons/CommentFilled/index.js +4 -0
- package/components/Icons/CommentLineFilled/CommentLineFilled.js +37 -7
- package/components/Icons/CommentLineFilled/index.js +4 -0
- package/components/Icons/CommentLineOutline/CommentLineOutline.js +37 -7
- package/components/Icons/CommentLineOutline/index.js +4 -0
- package/components/Icons/CommentOutline/CommentOutline.js +39 -9
- package/components/Icons/CommentOutline/index.js +4 -0
- package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +15 -8
- package/components/Icons/ContactDetailsFilled/index.js +4 -0
- package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +15 -8
- package/components/Icons/ContactDetailsOutline/index.js +4 -0
- package/components/Icons/DetailsOutline/DetailsOutline.js +10 -9
- package/components/Icons/DetailsOutline/index.js +4 -0
- package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +28 -14
- package/components/Icons/DotsHorizontalFilled/index.js +4 -0
- package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +37 -17
- package/components/Icons/DotsHorizontalOutline/index.js +4 -0
- package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +29 -15
- package/components/Icons/DotsVerticalFilled/index.js +4 -0
- package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +36 -16
- package/components/Icons/DotsVerticalOutline/index.js +4 -0
- package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +12 -13
- package/components/Icons/ExitArrowInOutline/index.js +4 -0
- package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +27 -17
- package/components/Icons/ExitArrowOutOutline/index.js +4 -0
- package/components/Icons/HamburgerMenu/HamburgerMenu.js +34 -16
- package/components/Icons/HamburgerMenu/index.js +4 -0
- package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +39 -9
- package/components/Icons/HamburgerSpaced/index.js +4 -0
- package/components/Icons/HeartFilled/HeartFilled.js +7 -9
- package/components/Icons/HeartFilled/index.js +4 -0
- package/components/Icons/HeartOutline/HeartOutline.js +12 -14
- package/components/Icons/HeartOutline/index.js +4 -0
- package/components/Icons/HomeFilled/HomeFilled.js +10 -12
- package/components/Icons/HomeFilled/index.js +4 -0
- package/components/Icons/HomeOutline/HomeOutline.js +8 -10
- package/components/Icons/HomeOutline/index.js +4 -0
- package/components/Icons/Link/Link.js +11 -13
- package/components/Icons/Link/index.js +4 -0
- package/components/Icons/LockClosedFilled/LockClosedFilled.js +7 -9
- package/components/Icons/LockClosedFilled/index.js +4 -0
- package/components/Icons/LockClosedOutline/LockClosedOutline.js +18 -13
- package/components/Icons/LockClosedOutline/index.js +4 -0
- package/components/Icons/LockOpenFilled/LockOpenFilled.js +7 -9
- package/components/Icons/LockOpenFilled/index.js +4 -0
- package/components/Icons/LockOpenOutline/LockOpenOutline.js +16 -18
- package/components/Icons/LockOpenOutline/index.js +4 -0
- package/components/Icons/Minus/Minus.js +8 -10
- package/components/Icons/Minus/index.js +4 -0
- package/components/Icons/MinusCircle/MinusCircle.js +39 -9
- package/components/Icons/MinusCircle/index.js +4 -0
- package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +38 -8
- package/components/Icons/MinusCircleFilled/index.js +4 -0
- package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +21 -11
- package/components/Icons/ProfileFemaleOutline/index.js +4 -0
- package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +10 -11
- package/components/Icons/ProfileGroupFilled/index.js +4 -0
- package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +14 -15
- package/components/Icons/ProfileMaleFilled/index.js +4 -0
- package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +22 -11
- package/components/Icons/ProfileMaleOutline/index.js +4 -0
- package/components/Icons/Search/Search.js +37 -7
- package/components/Icons/Search/index.js +4 -0
- package/components/Icons/SettingFilled/SettingFilled.js +7 -9
- package/components/Icons/SettingFilled/index.js +4 -0
- package/components/Icons/SettingOutline/SettingOutline.js +5 -7
- package/components/Icons/SettingOutline/index.js +4 -0
- package/components/Icons/ShareAllFilled/ShareAllFilled.js +10 -12
- package/components/Icons/ShareAllFilled/index.js +4 -0
- package/components/Icons/ShareAllOutline/ShareAllOutline.js +24 -10
- package/components/Icons/ShareAllOutline/index.js +4 -0
- package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +9 -11
- package/components/Icons/ShareBoxOutline/index.js +4 -0
- package/components/Icons/ShareFilled/ShareFilled.js +14 -16
- package/components/Icons/ShareFilled/index.js +4 -0
- package/components/Icons/ShareOutline/ShareOutline.js +12 -14
- package/components/Icons/ShareOutline/index.js +4 -0
- package/components/Icons/ShareThickFilled/ShareThickFilled.js +9 -11
- package/components/Icons/ShareThickFilled/index.js +4 -0
- package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +9 -11
- package/components/Icons/ShieldCheckFilled/index.js +4 -0
- package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +12 -14
- package/components/Icons/ShieldCheckOutline/index.js +4 -0
- package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +9 -11
- package/components/Icons/ShieldCrossFilled/index.js +4 -0
- package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +17 -11
- package/components/Icons/ShieldCrossOutline/index.js +4 -0
- package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +11 -13
- package/components/Icons/ShieldWarningFilled/index.js +4 -0
- package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +9 -11
- package/components/Icons/ShieldWarningOutline/index.js +4 -0
- package/components/Icons/StarFilled/StarFilled.js +13 -10
- package/components/Icons/StarFilled/index.js +4 -0
- package/components/Icons/StarOutline/StarOutline.js +15 -10
- package/components/Icons/StarOutline/index.js +4 -0
- package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +8 -10
- package/components/Icons/ThumbsDownFilled/index.js +4 -0
- package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +7 -9
- package/components/Icons/ThumbsDownOutline/index.js +4 -0
- package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +9 -11
- package/components/Icons/ThumbsUpFilled/index.js +4 -0
- package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +7 -9
- package/components/Icons/ThumbsUpOutline/index.js +4 -0
- package/components/Icons/Upload/Upload.js +11 -13
- package/components/Icons/Upload/index.js +4 -0
- package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +10 -12
- package/components/Icons/UploadBoxFilled/index.js +4 -0
- package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +21 -16
- package/components/Icons/UploadBoxOutline/index.js +4 -0
- package/components/Icons/WalletFilled/WalletFilled.js +38 -8
- package/components/Icons/WalletFilled/index.js +4 -0
- package/components/Icons/WalletOutline/WalletOutline.js +39 -9
- package/components/Icons/WalletOutline/index.js +4 -0
- package/components/Icons/index.js +273 -162
- package/components/Pagination/styles.js +6 -6
- package/index.js +6 -8
- package/package.json +2 -3
|
@@ -1,167 +1,278 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import i from "./
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import j from "./
|
|
45
|
-
import y from "./
|
|
1
|
+
import l from "./AddCircleFilled/AddCircleFilled.js";
|
|
2
|
+
import o from "./AddCircle/AddCircle.js";
|
|
3
|
+
import e from "./Add/Add.js";
|
|
4
|
+
import i from "./ArrowDown/ArrowDown.js";
|
|
5
|
+
import r from "./ArrowLeft/ArrowLeft.js";
|
|
6
|
+
import t from "./ArrowRight/ArrowRight.js";
|
|
7
|
+
import n from "./ArrowUp/ArrowUp.js";
|
|
8
|
+
import m from "./BellFilled/BellFilled.js";
|
|
9
|
+
import a from "./BellOffFilled/BellOffFilled.js";
|
|
10
|
+
import s from "./BellOffOutline/BellOffOutline.js";
|
|
11
|
+
import u from "./BellOutline/BellOutline.js";
|
|
12
|
+
import c from "./BookmarkFilled/BookmarkFilled.js";
|
|
13
|
+
import d from "./BookmarkOutline/BookmarkOutline.js";
|
|
14
|
+
import C from "./CartCheckFilled/CartCheckFilled.js";
|
|
15
|
+
import O from "./CartCheckOutline/CartCheckOutline.js";
|
|
16
|
+
import p from "./CartCrossFilled/CartCrossFilled.js";
|
|
17
|
+
import f from "./CartCrossOutline/CartCrossOutline.js";
|
|
18
|
+
import F from "./CartFilled/CartFilled.js";
|
|
19
|
+
import I from "./CartMinusFilled/CartMinusFilled.js";
|
|
20
|
+
import h from "./CartMinusOutline/CartMinusOutline.js";
|
|
21
|
+
import S from "./CartOutline/CartOutline.js";
|
|
22
|
+
import k from "./CartPlusFilled/CartPlusFilled.js";
|
|
23
|
+
import A from "./CartPlusOutline/CartPlusOutline.js";
|
|
24
|
+
import B from "./ChevronDown/ChevronDown.js";
|
|
25
|
+
import D from "./ChevronLeft/ChevronLeft.js";
|
|
26
|
+
import b from "./ChevronRight/ChevronRight.js";
|
|
27
|
+
import w from "./ChevronUp/ChevronUp.js";
|
|
28
|
+
import L from "./ClockCircleOutline/ClockCircleOutline.js";
|
|
29
|
+
import g from "./ClockSquareOutline/ClockSquareOutline.js";
|
|
30
|
+
import H from "./CloseCircleFilled/CloseCircleFilled.js";
|
|
31
|
+
import M from "./CloseCircleOutline/CloseCircleOutline.js";
|
|
32
|
+
import U from "./Close/Close.js";
|
|
33
|
+
import P from "./CommentBubbleFilled/CommentBubbleFilled.js";
|
|
34
|
+
import x from "./CommentBubbleOutline/CommentBubbleOutline.js";
|
|
35
|
+
import T from "./CommentFilled/CommentFilled.js";
|
|
36
|
+
import v from "./CommentLineFilled/CommentLineFilled.js";
|
|
37
|
+
import W from "./CommentLineOutline/CommentLineOutline.js";
|
|
38
|
+
import z from "./CommentOutline/CommentOutline.js";
|
|
39
|
+
import E from "./ContactDetailsFilled/ContactDetailsFilled.js";
|
|
40
|
+
import R from "./ContactDetailsOutline/ContactDetailsOutline.js";
|
|
41
|
+
import V from "./DetailsOutline/DetailsOutline.js";
|
|
42
|
+
import q from "./DotsHorizontalFilled/DotsHorizontalFilled.js";
|
|
43
|
+
import G from "./DotsHorizontalOutline/DotsHorizontalOutline.js";
|
|
44
|
+
import j from "./DotsVerticalFilled/DotsVerticalFilled.js";
|
|
45
|
+
import y from "./DotsVerticalOutline/DotsVerticalOutline.js";
|
|
46
46
|
import J from "./ExitArrowInOutline/ExitArrowInOutline.js";
|
|
47
|
-
import K from "./
|
|
48
|
-
import N from "./
|
|
49
|
-
import Q from "./
|
|
50
|
-
import X from "./
|
|
51
|
-
import Y from "./
|
|
52
|
-
import Z from "./
|
|
53
|
-
import _ from "./
|
|
54
|
-
import $ from "./
|
|
55
|
-
import
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import
|
|
59
|
-
import
|
|
60
|
-
import
|
|
61
|
-
import
|
|
62
|
-
import
|
|
63
|
-
import
|
|
64
|
-
import
|
|
65
|
-
import
|
|
66
|
-
import
|
|
67
|
-
import
|
|
68
|
-
import
|
|
69
|
-
import
|
|
70
|
-
import
|
|
71
|
-
import
|
|
72
|
-
import
|
|
73
|
-
import
|
|
74
|
-
import
|
|
75
|
-
import
|
|
76
|
-
import
|
|
77
|
-
import
|
|
78
|
-
import
|
|
79
|
-
import
|
|
80
|
-
import
|
|
81
|
-
import
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
47
|
+
import K from "./ExitArrowOutOutline/ExitArrowOutOutline.js";
|
|
48
|
+
import N from "./HamburgerMenu/HamburgerMenu.js";
|
|
49
|
+
import Q from "./HamburgerSpaced/HamburgerSpaced.js";
|
|
50
|
+
import X from "./HeartFilled/HeartFilled.js";
|
|
51
|
+
import Y from "./HeartOutline/HeartOutline.js";
|
|
52
|
+
import Z from "./HomeFilled/HomeFilled.js";
|
|
53
|
+
import _ from "./HomeOutline/HomeOutline.js";
|
|
54
|
+
import $ from "./Link/Link.js";
|
|
55
|
+
import ll from "./LockClosedFilled/LockClosedFilled.js";
|
|
56
|
+
import ol from "./LockClosedOutline/LockClosedOutline.js";
|
|
57
|
+
import el from "./LockOpenFilled/LockOpenFilled.js";
|
|
58
|
+
import il from "./LockOpenOutline/LockOpenOutline.js";
|
|
59
|
+
import rl from "./MinusCircleFilled/MinusCircleFilled.js";
|
|
60
|
+
import tl from "./MinusCircle/MinusCircle.js";
|
|
61
|
+
import nl from "./Minus/Minus.js";
|
|
62
|
+
import ml from "./ProfileFemaleOutline/ProfileFemaleOutline.js";
|
|
63
|
+
import al from "./ProfileGroupFilled/ProfileGroupFilled.js";
|
|
64
|
+
import sl from "./ProfileMaleFilled/ProfileMaleFilled.js";
|
|
65
|
+
import ul from "./ProfileMaleOutline/ProfileMaleOutline.js";
|
|
66
|
+
import cl from "./Search/Search.js";
|
|
67
|
+
import dl from "./SettingFilled/SettingFilled.js";
|
|
68
|
+
import Cl from "./SettingOutline/SettingOutline.js";
|
|
69
|
+
import Ol from "./ShareAllFilled/ShareAllFilled.js";
|
|
70
|
+
import pl from "./ShareAllOutline/ShareAllOutline.js";
|
|
71
|
+
import fl from "./ShareBoxOutline/ShareBoxOutline.js";
|
|
72
|
+
import Fl from "./ShareFilled/ShareFilled.js";
|
|
73
|
+
import Il from "./ShareOutline/ShareOutline.js";
|
|
74
|
+
import hl from "./ShareThickFilled/ShareThickFilled.js";
|
|
75
|
+
import Sl from "./ShieldCheckFilled/ShieldCheckFilled.js";
|
|
76
|
+
import kl from "./ShieldCheckOutline/ShieldCheckOutline.js";
|
|
77
|
+
import Al from "./ShieldCrossFilled/ShieldCrossFilled.js";
|
|
78
|
+
import Bl from "./ShieldCrossOutline/ShieldCrossOutline.js";
|
|
79
|
+
import Dl from "./ShieldWarningFilled/ShieldWarningFilled.js";
|
|
80
|
+
import bl from "./ShieldWarningOutline/ShieldWarningOutline.js";
|
|
81
|
+
import wl from "./StarFilled/StarFilled.js";
|
|
82
|
+
import Ll from "./StarOutline/StarOutline.js";
|
|
83
|
+
import gl from "./ThumbsDownFilled/ThumbsDownFilled.js";
|
|
84
|
+
import Hl from "./ThumbsDownOutline/ThumbsDownOutline.js";
|
|
85
|
+
import Ml from "./ThumbsUpFilled/ThumbsUpFilled.js";
|
|
86
|
+
import Ul from "./ThumbsUpOutline/ThumbsUpOutline.js";
|
|
87
|
+
import Pl from "./UploadBoxFilled/UploadBoxFilled.js";
|
|
88
|
+
import xl from "./UploadBoxOutline/UploadBoxOutline.js";
|
|
89
|
+
import Tl from "./Upload/Upload.js";
|
|
90
|
+
import vl from "./WalletFilled/WalletFilled.js";
|
|
91
|
+
import Wl from "./WalletOutline/WalletOutline.js";
|
|
92
|
+
const ke = {
|
|
93
|
+
AddCircleFilled: l,
|
|
94
|
+
AddCircle: o,
|
|
95
|
+
Add: e,
|
|
96
|
+
ArrowDown: i,
|
|
97
|
+
ArrowLeft: r,
|
|
98
|
+
ArrowRight: t,
|
|
99
|
+
ArrowUp: n,
|
|
100
|
+
BellFilled: m,
|
|
101
|
+
BellOffFilled: a,
|
|
102
|
+
BellOffOutline: s,
|
|
103
|
+
BellOutline: u,
|
|
104
|
+
BookmarkFilled: c,
|
|
105
|
+
BookmarkOutline: d,
|
|
106
|
+
CartCheckFilled: C,
|
|
107
|
+
CartCheckOutline: O,
|
|
108
|
+
CartCrossFilled: p,
|
|
109
|
+
CartCrossOutline: f,
|
|
110
|
+
CartFilled: F,
|
|
111
|
+
CartMinusFilled: I,
|
|
112
|
+
CartMinusOutline: h,
|
|
113
|
+
CartOutline: S,
|
|
114
|
+
CartPlusFilled: k,
|
|
115
|
+
CartPlusOutline: A,
|
|
116
|
+
ChevronDown: B,
|
|
117
|
+
ChevronLeft: D,
|
|
118
|
+
ChevronRight: b,
|
|
119
|
+
ChevronUp: w,
|
|
120
|
+
ClockCircleOutline: L,
|
|
121
|
+
ClockSquareOutline: g,
|
|
122
|
+
CloseCircleFilled: H,
|
|
123
|
+
CloseCircleOutline: M,
|
|
124
|
+
Close: U,
|
|
125
|
+
CommentBubbleFilled: P,
|
|
126
|
+
CommentBubbleOutline: x,
|
|
127
|
+
CommentFilled: T,
|
|
128
|
+
CommentLineFilled: v,
|
|
129
|
+
CommentLineOutline: W,
|
|
130
|
+
CommentOutline: z,
|
|
131
|
+
ContactDetailsFilled: E,
|
|
132
|
+
ContactDetailsOutline: R,
|
|
133
|
+
DetailsOutline: V,
|
|
134
|
+
DotsHorizontalFilled: q,
|
|
135
|
+
DotsHorizontalOutline: G,
|
|
136
|
+
DotsVerticalFilled: j,
|
|
137
|
+
DotsVerticalOutline: y,
|
|
118
138
|
ExitArrowInOutline: J,
|
|
119
|
-
ExitArrowOutOutline:
|
|
120
|
-
HamburgerMenu:
|
|
121
|
-
HamburgerSpaced:
|
|
122
|
-
HeartFilled:
|
|
123
|
-
HeartOutline:
|
|
124
|
-
HomeFilled:
|
|
125
|
-
HomeOutline:
|
|
126
|
-
Link:
|
|
127
|
-
LockClosedFilled:
|
|
128
|
-
LockClosedOutline:
|
|
129
|
-
LockOpenFilled:
|
|
130
|
-
LockOpenOutline:
|
|
131
|
-
|
|
132
|
-
MinusCircle:
|
|
133
|
-
|
|
134
|
-
ProfileFemaleOutline:
|
|
135
|
-
ProfileGroupFilled:
|
|
136
|
-
ProfileMaleFilled:
|
|
137
|
-
ProfileMaleOutline:
|
|
138
|
-
Search:
|
|
139
|
-
SettingFilled:
|
|
140
|
-
SettingOutline:
|
|
141
|
-
ShareAllFilled:
|
|
142
|
-
ShareAllOutline:
|
|
143
|
-
ShareBoxOutline:
|
|
144
|
-
ShareFilled:
|
|
145
|
-
ShareOutline:
|
|
146
|
-
ShareThickFilled:
|
|
147
|
-
ShieldCheckFilled:
|
|
148
|
-
ShieldCheckOutline:
|
|
149
|
-
ShieldCrossFilled:
|
|
150
|
-
ShieldCrossOutline:
|
|
151
|
-
ShieldWarningFilled:
|
|
152
|
-
ShieldWarningOutline:
|
|
153
|
-
StarFilled:
|
|
154
|
-
StarOutline:
|
|
155
|
-
ThumbsDownFilled:
|
|
156
|
-
ThumbsDownOutline:
|
|
157
|
-
ThumbsUpFilled:
|
|
158
|
-
ThumbsUpOutline:
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
WalletFilled:
|
|
163
|
-
WalletOutline:
|
|
139
|
+
ExitArrowOutOutline: K,
|
|
140
|
+
HamburgerMenu: N,
|
|
141
|
+
HamburgerSpaced: Q,
|
|
142
|
+
HeartFilled: X,
|
|
143
|
+
HeartOutline: Y,
|
|
144
|
+
HomeFilled: Z,
|
|
145
|
+
HomeOutline: _,
|
|
146
|
+
Link: $,
|
|
147
|
+
LockClosedFilled: ll,
|
|
148
|
+
LockClosedOutline: ol,
|
|
149
|
+
LockOpenFilled: el,
|
|
150
|
+
LockOpenOutline: il,
|
|
151
|
+
MinusCircleFilled: rl,
|
|
152
|
+
MinusCircle: tl,
|
|
153
|
+
Minus: nl,
|
|
154
|
+
ProfileFemaleOutline: ml,
|
|
155
|
+
ProfileGroupFilled: al,
|
|
156
|
+
ProfileMaleFilled: sl,
|
|
157
|
+
ProfileMaleOutline: ul,
|
|
158
|
+
Search: cl,
|
|
159
|
+
SettingFilled: dl,
|
|
160
|
+
SettingOutline: Cl,
|
|
161
|
+
ShareAllFilled: Ol,
|
|
162
|
+
ShareAllOutline: pl,
|
|
163
|
+
ShareBoxOutline: fl,
|
|
164
|
+
ShareFilled: Fl,
|
|
165
|
+
ShareOutline: Il,
|
|
166
|
+
ShareThickFilled: hl,
|
|
167
|
+
ShieldCheckFilled: Sl,
|
|
168
|
+
ShieldCheckOutline: kl,
|
|
169
|
+
ShieldCrossFilled: Al,
|
|
170
|
+
ShieldCrossOutline: Bl,
|
|
171
|
+
ShieldWarningFilled: Dl,
|
|
172
|
+
ShieldWarningOutline: bl,
|
|
173
|
+
StarFilled: wl,
|
|
174
|
+
StarOutline: Ll,
|
|
175
|
+
ThumbsDownFilled: gl,
|
|
176
|
+
ThumbsDownOutline: Hl,
|
|
177
|
+
ThumbsUpFilled: Ml,
|
|
178
|
+
ThumbsUpOutline: Ul,
|
|
179
|
+
UploadBoxFilled: Pl,
|
|
180
|
+
UploadBoxOutline: xl,
|
|
181
|
+
Upload: Tl,
|
|
182
|
+
WalletFilled: vl,
|
|
183
|
+
WalletOutline: Wl
|
|
164
184
|
};
|
|
165
185
|
export {
|
|
166
|
-
|
|
186
|
+
e as Add,
|
|
187
|
+
o as AddCircle,
|
|
188
|
+
l as AddCircleFilled,
|
|
189
|
+
i as ArrowDown,
|
|
190
|
+
r as ArrowLeft,
|
|
191
|
+
t as ArrowRight,
|
|
192
|
+
n as ArrowUp,
|
|
193
|
+
m as BellFilled,
|
|
194
|
+
a as BellOffFilled,
|
|
195
|
+
s as BellOffOutline,
|
|
196
|
+
u as BellOutline,
|
|
197
|
+
c as BookmarkFilled,
|
|
198
|
+
d as BookmarkOutline,
|
|
199
|
+
C as CartCheckFilled,
|
|
200
|
+
O as CartCheckOutline,
|
|
201
|
+
p as CartCrossFilled,
|
|
202
|
+
f as CartCrossOutline,
|
|
203
|
+
F as CartFilled,
|
|
204
|
+
I as CartMinusFilled,
|
|
205
|
+
h as CartMinusOutline,
|
|
206
|
+
S as CartOutline,
|
|
207
|
+
k as CartPlusFilled,
|
|
208
|
+
A as CartPlusOutline,
|
|
209
|
+
B as ChevronDown,
|
|
210
|
+
D as ChevronLeft,
|
|
211
|
+
b as ChevronRight,
|
|
212
|
+
w as ChevronUp,
|
|
213
|
+
L as ClockCircleOutline,
|
|
214
|
+
g as ClockSquareOutline,
|
|
215
|
+
U as Close,
|
|
216
|
+
H as CloseCircleFilled,
|
|
217
|
+
M as CloseCircleOutline,
|
|
218
|
+
P as CommentBubbleFilled,
|
|
219
|
+
x as CommentBubbleOutline,
|
|
220
|
+
T as CommentFilled,
|
|
221
|
+
v as CommentLineFilled,
|
|
222
|
+
W as CommentLineOutline,
|
|
223
|
+
z as CommentOutline,
|
|
224
|
+
E as ContactDetailsFilled,
|
|
225
|
+
R as ContactDetailsOutline,
|
|
226
|
+
V as DetailsOutline,
|
|
227
|
+
q as DotsHorizontalFilled,
|
|
228
|
+
G as DotsHorizontalOutline,
|
|
229
|
+
j as DotsVerticalFilled,
|
|
230
|
+
y as DotsVerticalOutline,
|
|
231
|
+
J as ExitArrowInOutline,
|
|
232
|
+
K as ExitArrowOutOutline,
|
|
233
|
+
N as HamburgerMenu,
|
|
234
|
+
Q as HamburgerSpaced,
|
|
235
|
+
X as HeartFilled,
|
|
236
|
+
Y as HeartOutline,
|
|
237
|
+
Z as HomeFilled,
|
|
238
|
+
_ as HomeOutline,
|
|
239
|
+
$ as Link,
|
|
240
|
+
ll as LockClosedFilled,
|
|
241
|
+
ol as LockClosedOutline,
|
|
242
|
+
el as LockOpenFilled,
|
|
243
|
+
il as LockOpenOutline,
|
|
244
|
+
nl as Minus,
|
|
245
|
+
tl as MinusCircle,
|
|
246
|
+
rl as MinusCircleFilled,
|
|
247
|
+
ml as ProfileFemaleOutline,
|
|
248
|
+
al as ProfileGroupFilled,
|
|
249
|
+
sl as ProfileMaleFilled,
|
|
250
|
+
ul as ProfileMaleOutline,
|
|
251
|
+
cl as Search,
|
|
252
|
+
dl as SettingFilled,
|
|
253
|
+
Cl as SettingOutline,
|
|
254
|
+
Ol as ShareAllFilled,
|
|
255
|
+
pl as ShareAllOutline,
|
|
256
|
+
fl as ShareBoxOutline,
|
|
257
|
+
Fl as ShareFilled,
|
|
258
|
+
Il as ShareOutline,
|
|
259
|
+
hl as ShareThickFilled,
|
|
260
|
+
Sl as ShieldCheckFilled,
|
|
261
|
+
kl as ShieldCheckOutline,
|
|
262
|
+
Al as ShieldCrossFilled,
|
|
263
|
+
Bl as ShieldCrossOutline,
|
|
264
|
+
Dl as ShieldWarningFilled,
|
|
265
|
+
bl as ShieldWarningOutline,
|
|
266
|
+
wl as StarFilled,
|
|
267
|
+
Ll as StarOutline,
|
|
268
|
+
gl as ThumbsDownFilled,
|
|
269
|
+
Hl as ThumbsDownOutline,
|
|
270
|
+
Ml as ThumbsUpFilled,
|
|
271
|
+
Ul as ThumbsUpOutline,
|
|
272
|
+
Tl as Upload,
|
|
273
|
+
Pl as UploadBoxFilled,
|
|
274
|
+
xl as UploadBoxOutline,
|
|
275
|
+
vl as WalletFilled,
|
|
276
|
+
Wl as WalletOutline,
|
|
277
|
+
ke as default
|
|
167
278
|
};
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import o, { css as i } from "../../node_modules/styled-components/dist/styled-components.browser.esm.js";
|
|
2
|
+
import a from "../Icons/ChevronLeft/ChevronLeft.js";
|
|
3
|
+
import f from "../Icons/ChevronRight/ChevronRight.js";
|
|
2
4
|
import c from "../../colors/grey.js";
|
|
3
5
|
import n from "../../colors/white.js";
|
|
4
|
-
import
|
|
6
|
+
import d from "../../colors/black.js";
|
|
5
7
|
import { SELECTED_BG as m, NOT_SELECTED_BG as l, ACTIVE_NOT_SELECTED_BG as s } from "./constants.js";
|
|
6
|
-
import f from "../Icons/ChevronLeft/ChevronLeft.js";
|
|
7
|
-
import d from "../Icons/ChevronRight/ChevronRight.js";
|
|
8
8
|
const t = (r) => ({ shades: e }) => {
|
|
9
9
|
if (["#FFFFFF"].includes(e))
|
|
10
|
-
return
|
|
10
|
+
return d.m900;
|
|
11
11
|
if (r === m)
|
|
12
12
|
return e.m500;
|
|
13
13
|
if (r === l)
|
|
@@ -55,9 +55,9 @@ const t = (r) => ({ shades: e }) => {
|
|
|
55
55
|
`}
|
|
56
56
|
`, y = o.p`
|
|
57
57
|
color: ${c.m500};
|
|
58
|
-
`, k = o(
|
|
58
|
+
`, k = o(a)`
|
|
59
59
|
cursor: pointer;
|
|
60
|
-
`, w = o(
|
|
60
|
+
`, w = o(f)`
|
|
61
61
|
cursor: pointer;
|
|
62
62
|
`, x = o.div`
|
|
63
63
|
min-width: ${({ size: r }) => r};
|
package/index.js
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
import { default as t } from "./components/Pagination/Pagination.js";
|
|
2
|
-
import { default as
|
|
3
|
-
import { default as
|
|
4
|
-
import { default as
|
|
5
|
-
import { default as d } from "./components/Icons/index.js";
|
|
2
|
+
import { default as e } from "./colors/index.js";
|
|
3
|
+
import { default as s } from "./utils/index.js";
|
|
4
|
+
import { default as u } from "./components/Icons/index.js";
|
|
6
5
|
export {
|
|
7
6
|
t as Pagination,
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
p as utils
|
|
7
|
+
e as colors,
|
|
8
|
+
u as icons,
|
|
9
|
+
s as utils
|
|
12
10
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "meticulous-ui",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.5",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist/index.js",
|
|
6
6
|
"repository": {
|
|
@@ -34,7 +34,6 @@
|
|
|
34
34
|
"pagination",
|
|
35
35
|
"colors",
|
|
36
36
|
"shades",
|
|
37
|
-
"ripple",
|
|
38
37
|
"utils",
|
|
39
38
|
"meticulous-ui"
|
|
40
39
|
],
|
|
@@ -46,7 +45,7 @@
|
|
|
46
45
|
"storybook": "storybook dev -p 6006",
|
|
47
46
|
"build-storybook": "storybook build",
|
|
48
47
|
"deploy-storybook": "gh-pages -d storybook-static",
|
|
49
|
-
"generate-icons": "node src/scripts/generateIcons.js && npx prettier --write .",
|
|
48
|
+
"generate-icons": "rm -rf src/components/Icons/* && node src/scripts/generateIcons.js && npx prettier --write .",
|
|
50
49
|
"prepublish": "npm run build && cp package.json dist/ && cp README.md dist/ && rm -rf dist/_virtual",
|
|
51
50
|
"publish:dist": "npm publish dist/"
|
|
52
51
|
},
|