meticulous-ui 1.1.4 → 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.
Files changed (185) hide show
  1. package/components/Icons/Add/Add.js +38 -37
  2. package/components/Icons/Add/index.js +4 -0
  3. package/components/Icons/AddCircle/AddCircle.js +12 -14
  4. package/components/Icons/AddCircle/index.js +4 -0
  5. package/components/Icons/AddCircleFilled/AddCircleFilled.js +8 -10
  6. package/components/Icons/AddCircleFilled/index.js +4 -0
  7. package/components/Icons/ArrowDown/ArrowDown.js +9 -11
  8. package/components/Icons/ArrowDown/index.js +4 -0
  9. package/components/Icons/ArrowLeft/ArrowLeft.js +11 -13
  10. package/components/Icons/ArrowLeft/index.js +4 -0
  11. package/components/Icons/ArrowRight/ArrowRight.js +11 -13
  12. package/components/Icons/ArrowRight/index.js +4 -0
  13. package/components/Icons/ArrowUp/ArrowUp.js +8 -10
  14. package/components/Icons/ArrowUp/index.js +4 -0
  15. package/components/Icons/BellFilled/BellFilled.js +25 -16
  16. package/components/Icons/BellFilled/index.js +4 -0
  17. package/components/Icons/BellOffFilled/BellOffFilled.js +24 -17
  18. package/components/Icons/BellOffFilled/index.js +4 -0
  19. package/components/Icons/BellOffOutline/BellOffOutline.js +20 -12
  20. package/components/Icons/BellOffOutline/index.js +4 -0
  21. package/components/Icons/BellOutline/BellOutline.js +14 -16
  22. package/components/Icons/BellOutline/index.js +4 -0
  23. package/components/Icons/BookmarkFilled/BookmarkFilled.js +37 -7
  24. package/components/Icons/BookmarkFilled/index.js +4 -0
  25. package/components/Icons/BookmarkOutline/BookmarkOutline.js +8 -10
  26. package/components/Icons/BookmarkOutline/index.js +4 -0
  27. package/components/Icons/CartCheckFilled/CartCheckFilled.js +40 -0
  28. package/components/Icons/CartCheckFilled/index.js +4 -0
  29. package/components/Icons/CartCheckOutline/CartCheckOutline.js +50 -0
  30. package/components/Icons/CartCheckOutline/index.js +4 -0
  31. package/components/Icons/CartCrossFilled/CartCrossFilled.js +40 -0
  32. package/components/Icons/CartCrossFilled/index.js +4 -0
  33. package/components/Icons/CartCrossOutline/CartCrossOutline.js +49 -0
  34. package/components/Icons/CartCrossOutline/index.js +4 -0
  35. package/components/Icons/CartFilled/CartFilled.js +38 -0
  36. package/components/Icons/CartFilled/index.js +4 -0
  37. package/components/Icons/CartMinusFilled/CartMinusFilled.js +40 -0
  38. package/components/Icons/CartMinusFilled/index.js +4 -0
  39. package/components/Icons/CartMinusOutline/CartMinusOutline.js +51 -0
  40. package/components/Icons/CartMinusOutline/index.js +4 -0
  41. package/components/Icons/CartOutline/CartOutline.js +50 -0
  42. package/components/Icons/CartOutline/index.js +4 -0
  43. package/components/Icons/CartPlusFilled/CartPlusFilled.js +40 -0
  44. package/components/Icons/CartPlusFilled/index.js +4 -0
  45. package/components/Icons/CartPlusOutline/CartPlusOutline.js +49 -0
  46. package/components/Icons/CartPlusOutline/index.js +4 -0
  47. package/components/Icons/ChevronDown/ChevronDown.js +11 -13
  48. package/components/Icons/ChevronDown/index.js +4 -0
  49. package/components/Icons/ChevronLeft/ChevronLeft.js +9 -11
  50. package/components/Icons/ChevronLeft/index.js +4 -0
  51. package/components/Icons/ChevronRight/ChevronRight.js +7 -9
  52. package/components/Icons/ChevronRight/index.js +4 -0
  53. package/components/Icons/ChevronUp/ChevronUp.js +10 -12
  54. package/components/Icons/ChevronUp/index.js +4 -0
  55. package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +11 -13
  56. package/components/Icons/ClockCircleOutline/index.js +4 -0
  57. package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +11 -13
  58. package/components/Icons/ClockSquareOutline/index.js +4 -0
  59. package/components/Icons/Close/Close.js +9 -11
  60. package/components/Icons/Close/index.js +4 -0
  61. package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +6 -8
  62. package/components/Icons/CloseCircleFilled/index.js +4 -0
  63. package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +13 -14
  64. package/components/Icons/CloseCircleOutline/index.js +4 -0
  65. package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +37 -7
  66. package/components/Icons/CommentBubbleFilled/index.js +4 -0
  67. package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +38 -8
  68. package/components/Icons/CommentBubbleOutline/index.js +4 -0
  69. package/components/Icons/CommentFilled/CommentFilled.js +37 -7
  70. package/components/Icons/CommentFilled/index.js +4 -0
  71. package/components/Icons/CommentLineFilled/CommentLineFilled.js +37 -7
  72. package/components/Icons/CommentLineFilled/index.js +4 -0
  73. package/components/Icons/CommentLineOutline/CommentLineOutline.js +37 -7
  74. package/components/Icons/CommentLineOutline/index.js +4 -0
  75. package/components/Icons/CommentOutline/CommentOutline.js +39 -9
  76. package/components/Icons/CommentOutline/index.js +4 -0
  77. package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +15 -8
  78. package/components/Icons/ContactDetailsFilled/index.js +4 -0
  79. package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +15 -8
  80. package/components/Icons/ContactDetailsOutline/index.js +4 -0
  81. package/components/Icons/DetailsOutline/DetailsOutline.js +10 -9
  82. package/components/Icons/DetailsOutline/index.js +4 -0
  83. package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +28 -14
  84. package/components/Icons/DotsHorizontalFilled/index.js +4 -0
  85. package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +37 -17
  86. package/components/Icons/DotsHorizontalOutline/index.js +4 -0
  87. package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +29 -15
  88. package/components/Icons/DotsVerticalFilled/index.js +4 -0
  89. package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +36 -16
  90. package/components/Icons/DotsVerticalOutline/index.js +4 -0
  91. package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +12 -13
  92. package/components/Icons/ExitArrowInOutline/index.js +4 -0
  93. package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +27 -17
  94. package/components/Icons/ExitArrowOutOutline/index.js +4 -0
  95. package/components/Icons/HamburgerMenu/HamburgerMenu.js +34 -16
  96. package/components/Icons/HamburgerMenu/index.js +4 -0
  97. package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +39 -9
  98. package/components/Icons/HamburgerSpaced/index.js +4 -0
  99. package/components/Icons/HeartFilled/HeartFilled.js +7 -9
  100. package/components/Icons/HeartFilled/index.js +4 -0
  101. package/components/Icons/HeartOutline/HeartOutline.js +12 -14
  102. package/components/Icons/HeartOutline/index.js +4 -0
  103. package/components/Icons/HomeFilled/HomeFilled.js +10 -12
  104. package/components/Icons/HomeFilled/index.js +4 -0
  105. package/components/Icons/HomeOutline/HomeOutline.js +8 -10
  106. package/components/Icons/HomeOutline/index.js +4 -0
  107. package/components/Icons/Link/Link.js +11 -13
  108. package/components/Icons/Link/index.js +4 -0
  109. package/components/Icons/LockClosedFilled/LockClosedFilled.js +7 -9
  110. package/components/Icons/LockClosedFilled/index.js +4 -0
  111. package/components/Icons/LockClosedOutline/LockClosedOutline.js +18 -13
  112. package/components/Icons/LockClosedOutline/index.js +4 -0
  113. package/components/Icons/LockOpenFilled/LockOpenFilled.js +7 -9
  114. package/components/Icons/LockOpenFilled/index.js +4 -0
  115. package/components/Icons/LockOpenOutline/LockOpenOutline.js +16 -18
  116. package/components/Icons/LockOpenOutline/index.js +4 -0
  117. package/components/Icons/Minus/Minus.js +8 -10
  118. package/components/Icons/Minus/index.js +4 -0
  119. package/components/Icons/MinusCircle/MinusCircle.js +39 -9
  120. package/components/Icons/MinusCircle/index.js +4 -0
  121. package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +38 -8
  122. package/components/Icons/MinusCircleFilled/index.js +4 -0
  123. package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +21 -11
  124. package/components/Icons/ProfileFemaleOutline/index.js +4 -0
  125. package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +10 -11
  126. package/components/Icons/ProfileGroupFilled/index.js +4 -0
  127. package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +14 -15
  128. package/components/Icons/ProfileMaleFilled/index.js +4 -0
  129. package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +22 -11
  130. package/components/Icons/ProfileMaleOutline/index.js +4 -0
  131. package/components/Icons/Search/Search.js +37 -7
  132. package/components/Icons/Search/index.js +4 -0
  133. package/components/Icons/SettingFilled/SettingFilled.js +7 -9
  134. package/components/Icons/SettingFilled/index.js +4 -0
  135. package/components/Icons/SettingOutline/SettingOutline.js +5 -7
  136. package/components/Icons/SettingOutline/index.js +4 -0
  137. package/components/Icons/ShareAllFilled/ShareAllFilled.js +10 -12
  138. package/components/Icons/ShareAllFilled/index.js +4 -0
  139. package/components/Icons/ShareAllOutline/ShareAllOutline.js +24 -10
  140. package/components/Icons/ShareAllOutline/index.js +4 -0
  141. package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +9 -11
  142. package/components/Icons/ShareBoxOutline/index.js +4 -0
  143. package/components/Icons/ShareFilled/ShareFilled.js +14 -16
  144. package/components/Icons/ShareFilled/index.js +4 -0
  145. package/components/Icons/ShareOutline/ShareOutline.js +12 -14
  146. package/components/Icons/ShareOutline/index.js +4 -0
  147. package/components/Icons/ShareThickFilled/ShareThickFilled.js +9 -11
  148. package/components/Icons/ShareThickFilled/index.js +4 -0
  149. package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +9 -11
  150. package/components/Icons/ShieldCheckFilled/index.js +4 -0
  151. package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +12 -14
  152. package/components/Icons/ShieldCheckOutline/index.js +4 -0
  153. package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +9 -11
  154. package/components/Icons/ShieldCrossFilled/index.js +4 -0
  155. package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +17 -11
  156. package/components/Icons/ShieldCrossOutline/index.js +4 -0
  157. package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +11 -13
  158. package/components/Icons/ShieldWarningFilled/index.js +4 -0
  159. package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +9 -11
  160. package/components/Icons/ShieldWarningOutline/index.js +4 -0
  161. package/components/Icons/StarFilled/StarFilled.js +13 -10
  162. package/components/Icons/StarFilled/index.js +4 -0
  163. package/components/Icons/StarOutline/StarOutline.js +15 -10
  164. package/components/Icons/StarOutline/index.js +4 -0
  165. package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +8 -10
  166. package/components/Icons/ThumbsDownFilled/index.js +4 -0
  167. package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +7 -9
  168. package/components/Icons/ThumbsDownOutline/index.js +4 -0
  169. package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +9 -11
  170. package/components/Icons/ThumbsUpFilled/index.js +4 -0
  171. package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +7 -9
  172. package/components/Icons/ThumbsUpOutline/index.js +4 -0
  173. package/components/Icons/Upload/Upload.js +11 -13
  174. package/components/Icons/Upload/index.js +4 -0
  175. package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +10 -12
  176. package/components/Icons/UploadBoxFilled/index.js +4 -0
  177. package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +21 -16
  178. package/components/Icons/UploadBoxOutline/index.js +4 -0
  179. package/components/Icons/WalletFilled/WalletFilled.js +38 -8
  180. package/components/Icons/WalletFilled/index.js +4 -0
  181. package/components/Icons/WalletOutline/WalletOutline.js +39 -9
  182. package/components/Icons/WalletOutline/index.js +4 -0
  183. package/components/Icons/index.js +273 -162
  184. package/components/Pagination/styles.js +6 -6
  185. package/package.json +2 -2
@@ -1,167 +1,278 @@
1
- import o from "./WalletOutline/WalletOutline.js";
2
- import r from "./WalletFilled/WalletFilled.js";
3
- import m from "./UploadBoxOutline/UploadBoxOutline.js";
4
- import i from "./UploadBoxFilled/UploadBoxFilled.js";
5
- import t from "./Upload/Upload.js";
6
- import l from "./ThumbsUpOutline/ThumbsUpOutline.js";
7
- import e from "./ThumbsUpFilled/ThumbsUpFilled.js";
8
- import p from "./ThumbsDownOutline/ThumbsDownOutline.js";
9
- import f from "./ThumbsDownFilled/ThumbsDownFilled.js";
10
- import n from "./StarOutline/StarOutline.js";
11
- import d from "./StarFilled/StarFilled.js";
12
- import u from "./ShieldWarningOutline/ShieldWarningOutline.js";
13
- import a from "./ShieldWarningFilled/ShieldWarningFilled.js";
14
- import O from "./ShieldCrossOutline/ShieldCrossOutline.js";
15
- import F from "./ShieldCrossFilled/ShieldCrossFilled.js";
16
- import C from "./ShieldCheckOutline/ShieldCheckOutline.js";
17
- import h from "./ShieldCheckFilled/ShieldCheckFilled.js";
18
- import s from "./ShareThickFilled/ShareThickFilled.js";
19
- import c from "./ShareOutline/ShareOutline.js";
20
- import S from "./ShareFilled/ShareFilled.js";
21
- import k from "./ShareBoxOutline/ShareBoxOutline.js";
22
- import A from "./ShareAllOutline/ShareAllOutline.js";
23
- import B from "./ShareAllFilled/ShareAllFilled.js";
24
- import D from "./SettingOutline/SettingOutline.js";
25
- import b from "./SettingFilled/SettingFilled.js";
26
- import w from "./Search/Search.js";
27
- import L from "./ProfileMaleOutline/ProfileMaleOutline.js";
28
- import g from "./ProfileMaleFilled/ProfileMaleFilled.js";
29
- import H from "./ProfileGroupFilled/ProfileGroupFilled.js";
30
- import x from "./ProfileFemaleOutline/ProfileFemaleOutline.js";
31
- import U from "./MinusCircleFilled/MinusCircleFilled.js";
32
- import M from "./MinusCircle/MinusCircle.js";
33
- import T from "./Minus/Minus.js";
34
- import v from "./LockOpenOutline/LockOpenOutline.js";
35
- import P from "./LockOpenFilled/LockOpenFilled.js";
36
- import W from "./LockClosedOutline/LockClosedOutline.js";
37
- import z from "./LockClosedFilled/LockClosedFilled.js";
38
- import E from "./Link/Link.js";
39
- import R from "./HomeOutline/HomeOutline.js";
40
- import V from "./HomeFilled/HomeFilled.js";
41
- import q from "./HeartOutline/HeartOutline.js";
42
- import G from "./HeartFilled/HeartFilled.js";
43
- import I from "./HamburgerSpaced/HamburgerSpaced.js";
44
- import j from "./HamburgerMenu/HamburgerMenu.js";
45
- import y from "./ExitArrowOutOutline/ExitArrowOutOutline.js";
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 "./DotsVerticalOutline/DotsVerticalOutline.js";
48
- import N from "./DotsVerticalFilled/DotsVerticalFilled.js";
49
- import Q from "./DotsHorizontalOutline/DotsHorizontalOutline.js";
50
- import X from "./DotsHorizontalFilled/DotsHorizontalFilled.js";
51
- import Y from "./DetailsOutline/DetailsOutline.js";
52
- import Z from "./ContactDetailsOutline/ContactDetailsOutline.js";
53
- import _ from "./ContactDetailsFilled/ContactDetailsFilled.js";
54
- import $ from "./CommentOutline/CommentOutline.js";
55
- import oo from "./CommentLineOutline/CommentLineOutline.js";
56
- import ro from "./CommentLineFilled/CommentLineFilled.js";
57
- import mo from "./CommentFilled/CommentFilled.js";
58
- import io from "./CommentBubbleOutline/CommentBubbleOutline.js";
59
- import to from "./CommentBubbleFilled/CommentBubbleFilled.js";
60
- import lo from "./CloseCircleOutline/CloseCircleOutline.js";
61
- import eo from "./CloseCircleFilled/CloseCircleFilled.js";
62
- import po from "./Close/Close.js";
63
- import fo from "./ClockSquareOutline/ClockSquareOutline.js";
64
- import no from "./ClockCircleOutline/ClockCircleOutline.js";
65
- import uo from "./ChevronUp/ChevronUp.js";
66
- import ao from "./ChevronRight/ChevronRight.js";
67
- import Oo from "./ChevronLeft/ChevronLeft.js";
68
- import Fo from "./ChevronDown/ChevronDown.js";
69
- import Co from "./BookmarkOutline/BookmarkOutline.js";
70
- import ho from "./BookmarkFilled/BookmarkFilled.js";
71
- import so from "./BellOutline/BellOutline.js";
72
- import co from "./BellOffOutline/BellOffOutline.js";
73
- import So from "./BellOffFilled/BellOffFilled.js";
74
- import ko from "./BellFilled/BellFilled.js";
75
- import Ao from "./ArrowUp/ArrowUp.js";
76
- import Bo from "./ArrowRight/ArrowRight.js";
77
- import Do from "./ArrowLeft/ArrowLeft.js";
78
- import bo from "./ArrowDown/ArrowDown.js";
79
- import wo from "./AddCircleFilled/AddCircleFilled.js";
80
- import Lo from "./AddCircle/AddCircle.js";
81
- import go from "./Add/Add.js";
82
- const rm = {
83
- Add: go,
84
- AddCircle: Lo,
85
- AddCircleFilled: wo,
86
- ArrowDown: bo,
87
- ArrowLeft: Do,
88
- ArrowRight: Bo,
89
- ArrowUp: Ao,
90
- BellFilled: ko,
91
- BellOffFilled: So,
92
- BellOffOutline: co,
93
- BellOutline: so,
94
- BookmarkFilled: ho,
95
- BookmarkOutline: Co,
96
- ChevronDown: Fo,
97
- ChevronLeft: Oo,
98
- ChevronRight: ao,
99
- ChevronUp: uo,
100
- ClockCircleOutline: no,
101
- ClockSquareOutline: fo,
102
- Close: po,
103
- CloseCircleFilled: eo,
104
- CloseCircleOutline: lo,
105
- CommentBubbleFilled: to,
106
- CommentBubbleOutline: io,
107
- CommentFilled: mo,
108
- CommentLineFilled: ro,
109
- CommentLineOutline: oo,
110
- CommentOutline: $,
111
- ContactDetailsFilled: _,
112
- ContactDetailsOutline: Z,
113
- DetailsOutline: Y,
114
- DotsHorizontalFilled: X,
115
- DotsHorizontalOutline: Q,
116
- DotsVerticalFilled: N,
117
- DotsVerticalOutline: K,
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: y,
120
- HamburgerMenu: j,
121
- HamburgerSpaced: I,
122
- HeartFilled: G,
123
- HeartOutline: q,
124
- HomeFilled: V,
125
- HomeOutline: R,
126
- Link: E,
127
- LockClosedFilled: z,
128
- LockClosedOutline: W,
129
- LockOpenFilled: P,
130
- LockOpenOutline: v,
131
- Minus: T,
132
- MinusCircle: M,
133
- MinusCircleFilled: U,
134
- ProfileFemaleOutline: x,
135
- ProfileGroupFilled: H,
136
- ProfileMaleFilled: g,
137
- ProfileMaleOutline: L,
138
- Search: w,
139
- SettingFilled: b,
140
- SettingOutline: D,
141
- ShareAllFilled: B,
142
- ShareAllOutline: A,
143
- ShareBoxOutline: k,
144
- ShareFilled: S,
145
- ShareOutline: c,
146
- ShareThickFilled: s,
147
- ShieldCheckFilled: h,
148
- ShieldCheckOutline: C,
149
- ShieldCrossFilled: F,
150
- ShieldCrossOutline: O,
151
- ShieldWarningFilled: a,
152
- ShieldWarningOutline: u,
153
- StarFilled: d,
154
- StarOutline: n,
155
- ThumbsDownFilled: f,
156
- ThumbsDownOutline: p,
157
- ThumbsUpFilled: e,
158
- ThumbsUpOutline: l,
159
- Upload: t,
160
- UploadBoxFilled: i,
161
- UploadBoxOutline: m,
162
- WalletFilled: r,
163
- WalletOutline: o
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
- rm as default
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 a from "../../colors/black.js";
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 a.m900;
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(f)`
58
+ `, k = o(a)`
59
59
  cursor: pointer;
60
- `, w = o(d)`
60
+ `, w = o(f)`
61
61
  cursor: pointer;
62
62
  `, x = o.div`
63
63
  min-width: ${({ size: r }) => r};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meticulous-ui",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "repository": {
@@ -45,7 +45,7 @@
45
45
  "storybook": "storybook dev -p 6006",
46
46
  "build-storybook": "storybook build",
47
47
  "deploy-storybook": "gh-pages -d storybook-static",
48
- "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 .",
49
49
  "prepublish": "npm run build && cp package.json dist/ && cp README.md dist/ && rm -rf dist/_virtual",
50
50
  "publish:dist": "npm publish dist/"
51
51
  },