meticulous-ui 1.1.8 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/README.md +6 -4
  2. package/components/Icons/Add/Add.js +3 -4
  3. package/components/Icons/AddCircle/AddCircle.js +2 -3
  4. package/components/Icons/AddCircleFilled/AddCircleFilled.js +0 -1
  5. package/components/Icons/ArrowDown/ArrowDown.js +0 -1
  6. package/components/Icons/ArrowLeft/ArrowLeft.js +2 -3
  7. package/components/Icons/ArrowRight/ArrowRight.js +0 -1
  8. package/components/Icons/ArrowUp/ArrowUp.js +7 -8
  9. package/components/Icons/BagFilled/BagFilled.js +24 -0
  10. package/components/Icons/BagOutline/BagOutline.js +34 -0
  11. package/components/Icons/BellFilled/BellFilled.js +2 -3
  12. package/components/Icons/BellOffFilled/BellOffFilled.js +2 -3
  13. package/components/Icons/BellOffOutline/BellOffOutline.js +2 -3
  14. package/components/Icons/BellOutline/BellOutline.js +2 -3
  15. package/components/Icons/BookmarkFilled/BookmarkFilled.js +2 -3
  16. package/components/Icons/BookmarkOutline/BookmarkOutline.js +6 -7
  17. package/components/Icons/BoxCoveredFilled/BoxCoveredFilled.js +45 -0
  18. package/components/Icons/BoxCoveredOutline/BoxCoveredOutline.js +35 -0
  19. package/components/Icons/BoxFilled/BoxFilled.js +38 -0
  20. package/components/Icons/BoxOutline/BoxOutline.js +35 -0
  21. package/components/Icons/CartCheckFilled/CartCheckFilled.js +5 -6
  22. package/components/Icons/CartCheckOutline/CartCheckOutline.js +2 -3
  23. package/components/Icons/CartCrossFilled/CartCrossFilled.js +2 -3
  24. package/components/Icons/CartCrossOutline/CartCrossOutline.js +2 -3
  25. package/components/Icons/CartFilled/CartFilled.js +0 -1
  26. package/components/Icons/CartMinusFilled/CartMinusFilled.js +2 -3
  27. package/components/Icons/CartMinusOutline/CartMinusOutline.js +2 -3
  28. package/components/Icons/CartOutline/CartOutline.js +3 -4
  29. package/components/Icons/CartPlusFilled/CartPlusFilled.js +2 -3
  30. package/components/Icons/CartPlusOutline/CartPlusOutline.js +2 -3
  31. package/components/Icons/Check/Check.js +2 -3
  32. package/components/Icons/CheckDouble/CheckDouble.js +4 -5
  33. package/components/Icons/ChevronDown/ChevronDown.js +2 -3
  34. package/components/Icons/ChevronLeft/ChevronLeft.js +2 -3
  35. package/components/Icons/ChevronRight/ChevronRight.js +2 -3
  36. package/components/Icons/ChevronUp/ChevronUp.js +2 -3
  37. package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +5 -6
  38. package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +4 -5
  39. package/components/Icons/Close/Close.js +4 -5
  40. package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +2 -3
  41. package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +3 -4
  42. package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +2 -3
  43. package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +2 -3
  44. package/components/Icons/CommentFilled/CommentFilled.js +0 -1
  45. package/components/Icons/CommentLineFilled/CommentLineFilled.js +2 -3
  46. package/components/Icons/CommentLineOutline/CommentLineOutline.js +2 -3
  47. package/components/Icons/CommentOutline/CommentOutline.js +0 -1
  48. package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +2 -3
  49. package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +6 -7
  50. package/components/Icons/DeliveryTruckFastFilled/DeliveryTruckFastFilled.js +30 -0
  51. package/components/Icons/DeliveryTruckFastOutline/DeliveryTruckFastOutline.js +30 -0
  52. package/components/Icons/DeliveryTruckLeftFilled/DeliveryTruckLeftFilled.js +28 -0
  53. package/components/Icons/DeliveryTruckLeftOutline/DeliveryTruckLeftOutline.js +29 -0
  54. package/components/Icons/DeliveryTruckRightFilled/DeliveryTruckRightFilled.js +25 -0
  55. package/components/Icons/DeliveryTruckRightOutline/DeliveryTruckRightOutline.js +25 -0
  56. package/components/Icons/DetailsOutline/DetailsOutline.js +0 -1
  57. package/components/Icons/DoorClosedFilled/DoorClosedFilled.js +24 -0
  58. package/components/Icons/DoorClosedOutline/DoorClosedOutline.js +25 -0
  59. package/components/Icons/DoorOpenFilled/DoorOpenFilled.js +24 -0
  60. package/components/Icons/DoorOpenOutline/DoorOpenOutline.js +25 -0
  61. package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +2 -3
  62. package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +5 -6
  63. package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +2 -3
  64. package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +2 -3
  65. package/components/Icons/Download/Download.js +31 -0
  66. package/components/Icons/DownloadBoxFilled/DownloadBoxFilled.js +24 -0
  67. package/components/Icons/DownloadBoxOutline/DownloadBoxOutline.js +40 -0
  68. package/components/Icons/EditBoxThick/EditBoxThick.js +25 -0
  69. package/components/Icons/EditBoxThin/EditBoxThin.js +37 -0
  70. package/components/Icons/EmailFilled/EmailFilled.js +31 -0
  71. package/components/Icons/EmailOutline/EmailOutline.js +34 -0
  72. package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +0 -1
  73. package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +2 -3
  74. package/components/Icons/Filter/Filter.js +21 -0
  75. package/components/Icons/FilterList/FilterList.js +25 -0
  76. package/components/Icons/FilterThickFilled/FilterThickFilled.js +22 -0
  77. package/components/Icons/FilterThickOutline/FilterThickOutline.js +23 -0
  78. package/components/Icons/HamburgerMenu/HamburgerMenu.js +2 -3
  79. package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +0 -1
  80. package/components/Icons/HeartFilled/HeartFilled.js +5 -6
  81. package/components/Icons/HeartOutline/HeartOutline.js +2 -3
  82. package/components/Icons/HomeFilled/HomeFilled.js +0 -1
  83. package/components/Icons/HomeOutline/HomeOutline.js +2 -3
  84. package/components/Icons/Info/Info.js +3 -4
  85. package/components/Icons/Link/Link.js +6 -7
  86. package/components/Icons/LockKeyhole/LockKeyhole.js +4 -5
  87. package/components/Icons/LockKeyholeOutline/LockKeyholeOutline.js +2 -3
  88. package/components/Icons/LockKeyholeUnlocked/LockKeyholeUnlocked.js +3 -4
  89. package/components/Icons/LockKeyholeUnlockedOutline/LockKeyholeUnlockedOutline.js +2 -3
  90. package/components/Icons/Minus/Minus.js +2 -3
  91. package/components/Icons/MinusCircle/MinusCircle.js +2 -3
  92. package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +2 -3
  93. package/components/Icons/MoneyBagOutline/MoneyBagOutline.js +5 -6
  94. package/components/Icons/MoneyBriefcaseFilled/MoneyBriefcaseFilled.js +2 -3
  95. package/components/Icons/MoneyBriefcaseOutline/MoneyBriefcaseOutline.js +2 -3
  96. package/components/Icons/PaymentCardFilled/PaymentCardFilled.js +20 -0
  97. package/components/Icons/PaymentCardOutline/PaymentCardOutline.js +20 -0
  98. package/components/Icons/PhoneCallingFilled/PhoneCallingFilled.js +40 -0
  99. package/components/Icons/PhoneCallingOutline/PhoneCallingOutline.js +42 -0
  100. package/components/Icons/PhoneFilled/PhoneFilled.js +22 -0
  101. package/components/Icons/PhoneOutline/PhoneOutline.js +22 -0
  102. package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +2 -3
  103. package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +3 -4
  104. package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +2 -3
  105. package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +4 -5
  106. package/components/Icons/RupeeOutlined/RupeeOutlined.js +0 -1
  107. package/components/Icons/RupeeSign/RupeeSign.js +4 -5
  108. package/components/Icons/SaveFilled/SaveFilled.js +27 -0
  109. package/components/Icons/SaveOutline/SaveOutline.js +27 -0
  110. package/components/Icons/Search/Search.js +4 -5
  111. package/components/Icons/SettingFilled/SettingFilled.js +4 -5
  112. package/components/Icons/SettingOutline/SettingOutline.js +2 -3
  113. package/components/Icons/ShareAllFilled/ShareAllFilled.js +2 -3
  114. package/components/Icons/ShareAllOutline/ShareAllOutline.js +2 -3
  115. package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +2 -3
  116. package/components/Icons/ShareFilled/ShareFilled.js +0 -1
  117. package/components/Icons/ShareOutline/ShareOutline.js +7 -8
  118. package/components/Icons/ShareThickFilled/ShareThickFilled.js +3 -4
  119. package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +2 -3
  120. package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +2 -3
  121. package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +2 -3
  122. package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +5 -6
  123. package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +2 -3
  124. package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +7 -8
  125. package/components/Icons/SortBottomToTop/SortBottomToTop.js +30 -0
  126. package/components/Icons/SortHorizontal/SortHorizontal.js +24 -0
  127. package/components/Icons/SortTopToBottom/SortTopToBottom.js +30 -0
  128. package/components/Icons/SortVertical/SortVertical.js +24 -0
  129. package/components/Icons/StarFilled/StarFilled.js +2 -3
  130. package/components/Icons/StarOutline/StarOutline.js +4 -5
  131. package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +2 -3
  132. package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +3 -4
  133. package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +5 -6
  134. package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +3 -4
  135. package/components/Icons/TrashBigFilled/TrashBigFilled.js +27 -0
  136. package/components/Icons/TrashBigOutline/TrashBigOutline.js +27 -0
  137. package/components/Icons/TrashFilled/TrashFilled.js +31 -0
  138. package/components/Icons/TrashLinesFilled/TrashLinesFilled.js +33 -0
  139. package/components/Icons/TrashLinesOutline/TrashLinesOutline.js +37 -0
  140. package/components/Icons/TrashOutline/TrashOutline.js +35 -0
  141. package/components/Icons/Upload/Upload.js +2 -3
  142. package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +3 -4
  143. package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +2 -3
  144. package/components/Icons/WalletFilled/WalletFilled.js +2 -3
  145. package/components/Icons/WalletOutline/WalletOutline.js +2 -3
  146. package/components/Icons/index.js +422 -287
  147. package/components/Toast/styles.js +77 -33
  148. package/package.json +1 -1
@@ -1,9 +1,9 @@
1
- import o, { keyframes as s, css as e } from "../../node_modules/styled-components/dist/styled-components.browser.esm.js";
1
+ import r, { keyframes as d, css as o } from "../../node_modules/styled-components/dist/styled-components.browser.esm.js";
2
2
  import i from "../../colors/white.js";
3
3
  import n from "../Icons/Close/Close.js";
4
- import a from "../../colors/grey.js";
5
- import { WARNING as d } from "./constants.js";
6
- const m = s`
4
+ import s from "../../colors/grey.js";
5
+ import { WARNING as a } from "./constants.js";
6
+ const m = d`
7
7
  from {
8
8
  opacity: 0;
9
9
  transform: translateX(100%); /* Start off-screen to the right */
@@ -12,7 +12,7 @@ const m = s`
12
12
  opacity: 1;
13
13
  transform: translateX(0); /* Move to its final position */
14
14
  }
15
- `, l = s`
15
+ `, h = d`
16
16
  from {
17
17
  opacity: 1;
18
18
  transform: translateX(0);
@@ -22,21 +22,21 @@ const m = s`
22
22
  transform: translateX(100%); /* Move off-screen to the right */
23
23
  }
24
24
  `;
25
- o.div`
25
+ r.div`
26
26
  position: fixed;
27
27
  top: 1rem;
28
- right: 2rem;
28
+ right: 1rem;
29
29
  z-index: 9999;
30
30
 
31
31
  display: flex;
32
32
  flex-direction: column;
33
33
  gap: 1rem;
34
34
  `;
35
- const u = o.div`
35
+ const w = r.div`
36
36
  display: flex;
37
37
  align-items: center;
38
38
  justify-content: space-between;
39
- background-color: ${({ $bg: t }) => t};
39
+ background-color: ${({ $bg: e }) => e};
40
40
  height: 4.8rem;
41
41
  width: 28rem;
42
42
  border-radius: 0.8rem;
@@ -51,42 +51,77 @@ const u = o.div`
51
51
 
52
52
  &.fade-out {
53
53
  opacity: 0;
54
- animation: ${l} 0.5s ease-in forwards; /* slide right */
54
+ animation: ${h} 0.5s ease-in forwards; /* slide right */
55
55
  }
56
- `, b = o.div`
56
+
57
+ @media screen and (max-width: 768px) {
58
+ height: 3.6rem;
59
+ width: 21rem;
60
+ border-radius: 0.6rem;
61
+ padding: 0.3rem 0.8rem;
62
+ }
63
+ `, x = r.div`
57
64
  position: absolute;
58
65
  top: 50%;
59
66
  left: 50%;
60
67
  transform: translate(-50%, -50%);
61
68
  background-color: ${i};
62
69
 
63
- ${({ type: t, $main: r }) => t === d ? e`
70
+ ${({ type: e, $main: t }) => e === a ? o`
64
71
  top: 48%;
65
- border-color: ${r} ${r} ${i} ${r};
72
+ border-color: ${t} ${t} ${i} ${t};
66
73
  border-style: solid;
67
74
  border-width: 0 0.9rem 1.4rem 0.9rem;
68
75
  height: 0;
69
76
  width: 0;
70
- ` : e`
77
+ ` : o`
71
78
  top: 50%;
72
79
  width: 1.8rem;
73
80
  height: 1.8rem;
74
81
  border-radius: 50%;
75
82
  `}
76
- `, w = o.div`
83
+
84
+ @media screen and (max-width: 768px) {
85
+ ${({ type: e, $main: t }) => e === a ? o`
86
+ top: 48%;
87
+ border-color: ${t} ${t} ${i} ${t};
88
+ border-style: solid;
89
+ border-width: 0 0.7rem 1.05rem 0.68rem;
90
+ height: 0;
91
+ width: 0;
92
+ ` : o`
93
+ top: 50%;
94
+ width: 1.35rem;
95
+ height: 1.35rem;
96
+ border-radius: 50%;
97
+ `}
98
+ }
99
+ `, b = r.div`
77
100
  position: relative;
78
101
  width: 4rem;
79
102
  height: 4rem;
80
103
  border-radius: 50%;
81
- background-color: ${({ $side: t }) => t};
82
- `, y = o.div`
104
+ background-color: ${({ $side: e }) => e};
105
+
106
+ @media screen and (max-width: 768px) {
107
+ width: 3rem;
108
+ height: 3rem;
109
+ }
110
+ `, u = r.div`
83
111
  position: absolute;
84
112
  top: 50%;
85
113
  left: 50%;
86
114
  transform: translate(-50%, -50%);
87
- width: ${({ size: t }) => t}rem;
88
- height: ${({ size: t }) => t}rem;
89
- `, $ = o.div`
115
+ width: ${({ size: e }) => e}rem;
116
+ height: ${({ size: e }) => e}rem;
117
+
118
+ @media screen and (max-width: 768px) {
119
+ top: 42.8%;
120
+ left: 42.8%;
121
+ transform: translate(-42.8%, -42.8%);
122
+ scale: 0.75;
123
+ }
124
+ `, $ = r.div`
90
125
  position: absolute;
91
126
  top: 50%;
92
127
  left: 50%;
@@ -94,31 +129,40 @@ const u = o.div`
94
129
  width: 3rem;
95
130
  height: 3rem;
96
131
  border-radius: 50%;
97
- background-color: ${({ $main: t }) => t};
98
- `, v = o(n)`
132
+ background-color: ${({ $main: e }) => e};
133
+
134
+ @media screen and (max-width: 768px) {
135
+ width: 2.25rem;
136
+ height: 2.25rem;
137
+ }
138
+ `, y = r(n)`
99
139
  cursor: pointer;
100
- `, x = o.div`
140
+ `, v = r.div`
101
141
  font-weight: 600;
102
142
  font-size: 1.2rem;
103
- color: ${a.m800};
104
- `, k = o.div`
143
+ color: ${s.m800};
144
+ `, k = r.div`
105
145
  display: flex;
106
146
  flex-direction: column;
107
147
  gap: 0.2rem;
108
148
  width: 21rem;
109
- `, C = o.div`
149
+
150
+ @media screen and (max-width: 768px) {
151
+ width: 15rem;
152
+ }
153
+ `, C = r.div`
110
154
  font-weight: 400;
111
155
  font-size: 1rem;
112
- color: ${a.m700};
156
+ color: ${s.m700};
113
157
  `;
114
158
  export {
115
- v as CloseWrapper,
116
- y as Icon,
117
- b as LogoContainer,
159
+ y as CloseWrapper,
160
+ u as Icon,
161
+ x as LogoContainer,
118
162
  k as Message,
119
- w as Outer,
163
+ b as Outer,
120
164
  $ as OuterChild,
121
165
  C as Subtitle,
122
- x as Title,
123
- u as ToastWrapper
166
+ v as Title,
167
+ w as ToastWrapper
124
168
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meticulous-ui",
3
- "version": "1.1.8",
3
+ "version": "1.2.0",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "repository": {