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.
- package/README.md +6 -4
- package/components/Icons/Add/Add.js +3 -4
- package/components/Icons/AddCircle/AddCircle.js +2 -3
- package/components/Icons/AddCircleFilled/AddCircleFilled.js +0 -1
- package/components/Icons/ArrowDown/ArrowDown.js +0 -1
- package/components/Icons/ArrowLeft/ArrowLeft.js +2 -3
- package/components/Icons/ArrowRight/ArrowRight.js +0 -1
- package/components/Icons/ArrowUp/ArrowUp.js +7 -8
- package/components/Icons/BagFilled/BagFilled.js +24 -0
- package/components/Icons/BagOutline/BagOutline.js +34 -0
- package/components/Icons/BellFilled/BellFilled.js +2 -3
- package/components/Icons/BellOffFilled/BellOffFilled.js +2 -3
- package/components/Icons/BellOffOutline/BellOffOutline.js +2 -3
- package/components/Icons/BellOutline/BellOutline.js +2 -3
- package/components/Icons/BookmarkFilled/BookmarkFilled.js +2 -3
- package/components/Icons/BookmarkOutline/BookmarkOutline.js +6 -7
- package/components/Icons/BoxCoveredFilled/BoxCoveredFilled.js +45 -0
- package/components/Icons/BoxCoveredOutline/BoxCoveredOutline.js +35 -0
- package/components/Icons/BoxFilled/BoxFilled.js +38 -0
- package/components/Icons/BoxOutline/BoxOutline.js +35 -0
- package/components/Icons/CartCheckFilled/CartCheckFilled.js +5 -6
- package/components/Icons/CartCheckOutline/CartCheckOutline.js +2 -3
- package/components/Icons/CartCrossFilled/CartCrossFilled.js +2 -3
- package/components/Icons/CartCrossOutline/CartCrossOutline.js +2 -3
- package/components/Icons/CartFilled/CartFilled.js +0 -1
- package/components/Icons/CartMinusFilled/CartMinusFilled.js +2 -3
- package/components/Icons/CartMinusOutline/CartMinusOutline.js +2 -3
- package/components/Icons/CartOutline/CartOutline.js +3 -4
- package/components/Icons/CartPlusFilled/CartPlusFilled.js +2 -3
- package/components/Icons/CartPlusOutline/CartPlusOutline.js +2 -3
- package/components/Icons/Check/Check.js +2 -3
- package/components/Icons/CheckDouble/CheckDouble.js +4 -5
- package/components/Icons/ChevronDown/ChevronDown.js +2 -3
- package/components/Icons/ChevronLeft/ChevronLeft.js +2 -3
- package/components/Icons/ChevronRight/ChevronRight.js +2 -3
- package/components/Icons/ChevronUp/ChevronUp.js +2 -3
- package/components/Icons/ClockCircleOutline/ClockCircleOutline.js +5 -6
- package/components/Icons/ClockSquareOutline/ClockSquareOutline.js +4 -5
- package/components/Icons/Close/Close.js +4 -5
- package/components/Icons/CloseCircleFilled/CloseCircleFilled.js +2 -3
- package/components/Icons/CloseCircleOutline/CloseCircleOutline.js +3 -4
- package/components/Icons/CommentBubbleFilled/CommentBubbleFilled.js +2 -3
- package/components/Icons/CommentBubbleOutline/CommentBubbleOutline.js +2 -3
- package/components/Icons/CommentFilled/CommentFilled.js +0 -1
- package/components/Icons/CommentLineFilled/CommentLineFilled.js +2 -3
- package/components/Icons/CommentLineOutline/CommentLineOutline.js +2 -3
- package/components/Icons/CommentOutline/CommentOutline.js +0 -1
- package/components/Icons/ContactDetailsFilled/ContactDetailsFilled.js +2 -3
- package/components/Icons/ContactDetailsOutline/ContactDetailsOutline.js +6 -7
- package/components/Icons/DeliveryTruckFastFilled/DeliveryTruckFastFilled.js +30 -0
- package/components/Icons/DeliveryTruckFastOutline/DeliveryTruckFastOutline.js +30 -0
- package/components/Icons/DeliveryTruckLeftFilled/DeliveryTruckLeftFilled.js +28 -0
- package/components/Icons/DeliveryTruckLeftOutline/DeliveryTruckLeftOutline.js +29 -0
- package/components/Icons/DeliveryTruckRightFilled/DeliveryTruckRightFilled.js +25 -0
- package/components/Icons/DeliveryTruckRightOutline/DeliveryTruckRightOutline.js +25 -0
- package/components/Icons/DetailsOutline/DetailsOutline.js +0 -1
- package/components/Icons/DoorClosedFilled/DoorClosedFilled.js +24 -0
- package/components/Icons/DoorClosedOutline/DoorClosedOutline.js +25 -0
- package/components/Icons/DoorOpenFilled/DoorOpenFilled.js +24 -0
- package/components/Icons/DoorOpenOutline/DoorOpenOutline.js +25 -0
- package/components/Icons/DotsHorizontalFilled/DotsHorizontalFilled.js +2 -3
- package/components/Icons/DotsHorizontalOutline/DotsHorizontalOutline.js +5 -6
- package/components/Icons/DotsVerticalFilled/DotsVerticalFilled.js +2 -3
- package/components/Icons/DotsVerticalOutline/DotsVerticalOutline.js +2 -3
- package/components/Icons/Download/Download.js +31 -0
- package/components/Icons/DownloadBoxFilled/DownloadBoxFilled.js +24 -0
- package/components/Icons/DownloadBoxOutline/DownloadBoxOutline.js +40 -0
- package/components/Icons/EditBoxThick/EditBoxThick.js +25 -0
- package/components/Icons/EditBoxThin/EditBoxThin.js +37 -0
- package/components/Icons/EmailFilled/EmailFilled.js +31 -0
- package/components/Icons/EmailOutline/EmailOutline.js +34 -0
- package/components/Icons/ExitArrowInOutline/ExitArrowInOutline.js +0 -1
- package/components/Icons/ExitArrowOutOutline/ExitArrowOutOutline.js +2 -3
- package/components/Icons/Filter/Filter.js +21 -0
- package/components/Icons/FilterList/FilterList.js +25 -0
- package/components/Icons/FilterThickFilled/FilterThickFilled.js +22 -0
- package/components/Icons/FilterThickOutline/FilterThickOutline.js +23 -0
- package/components/Icons/HamburgerMenu/HamburgerMenu.js +2 -3
- package/components/Icons/HamburgerSpaced/HamburgerSpaced.js +0 -1
- package/components/Icons/HeartFilled/HeartFilled.js +5 -6
- package/components/Icons/HeartOutline/HeartOutline.js +2 -3
- package/components/Icons/HomeFilled/HomeFilled.js +0 -1
- package/components/Icons/HomeOutline/HomeOutline.js +2 -3
- package/components/Icons/Info/Info.js +3 -4
- package/components/Icons/Link/Link.js +6 -7
- package/components/Icons/LockKeyhole/LockKeyhole.js +4 -5
- package/components/Icons/LockKeyholeOutline/LockKeyholeOutline.js +2 -3
- package/components/Icons/LockKeyholeUnlocked/LockKeyholeUnlocked.js +3 -4
- package/components/Icons/LockKeyholeUnlockedOutline/LockKeyholeUnlockedOutline.js +2 -3
- package/components/Icons/Minus/Minus.js +2 -3
- package/components/Icons/MinusCircle/MinusCircle.js +2 -3
- package/components/Icons/MinusCircleFilled/MinusCircleFilled.js +2 -3
- package/components/Icons/MoneyBagOutline/MoneyBagOutline.js +5 -6
- package/components/Icons/MoneyBriefcaseFilled/MoneyBriefcaseFilled.js +2 -3
- package/components/Icons/MoneyBriefcaseOutline/MoneyBriefcaseOutline.js +2 -3
- package/components/Icons/PaymentCardFilled/PaymentCardFilled.js +20 -0
- package/components/Icons/PaymentCardOutline/PaymentCardOutline.js +20 -0
- package/components/Icons/PhoneCallingFilled/PhoneCallingFilled.js +40 -0
- package/components/Icons/PhoneCallingOutline/PhoneCallingOutline.js +42 -0
- package/components/Icons/PhoneFilled/PhoneFilled.js +22 -0
- package/components/Icons/PhoneOutline/PhoneOutline.js +22 -0
- package/components/Icons/ProfileFemaleOutline/ProfileFemaleOutline.js +2 -3
- package/components/Icons/ProfileGroupFilled/ProfileGroupFilled.js +3 -4
- package/components/Icons/ProfileMaleFilled/ProfileMaleFilled.js +2 -3
- package/components/Icons/ProfileMaleOutline/ProfileMaleOutline.js +4 -5
- package/components/Icons/RupeeOutlined/RupeeOutlined.js +0 -1
- package/components/Icons/RupeeSign/RupeeSign.js +4 -5
- package/components/Icons/SaveFilled/SaveFilled.js +27 -0
- package/components/Icons/SaveOutline/SaveOutline.js +27 -0
- package/components/Icons/Search/Search.js +4 -5
- package/components/Icons/SettingFilled/SettingFilled.js +4 -5
- package/components/Icons/SettingOutline/SettingOutline.js +2 -3
- package/components/Icons/ShareAllFilled/ShareAllFilled.js +2 -3
- package/components/Icons/ShareAllOutline/ShareAllOutline.js +2 -3
- package/components/Icons/ShareBoxOutline/ShareBoxOutline.js +2 -3
- package/components/Icons/ShareFilled/ShareFilled.js +0 -1
- package/components/Icons/ShareOutline/ShareOutline.js +7 -8
- package/components/Icons/ShareThickFilled/ShareThickFilled.js +3 -4
- package/components/Icons/ShieldCheckFilled/ShieldCheckFilled.js +2 -3
- package/components/Icons/ShieldCheckOutline/ShieldCheckOutline.js +2 -3
- package/components/Icons/ShieldCrossFilled/ShieldCrossFilled.js +2 -3
- package/components/Icons/ShieldCrossOutline/ShieldCrossOutline.js +5 -6
- package/components/Icons/ShieldWarningFilled/ShieldWarningFilled.js +2 -3
- package/components/Icons/ShieldWarningOutline/ShieldWarningOutline.js +7 -8
- package/components/Icons/SortBottomToTop/SortBottomToTop.js +30 -0
- package/components/Icons/SortHorizontal/SortHorizontal.js +24 -0
- package/components/Icons/SortTopToBottom/SortTopToBottom.js +30 -0
- package/components/Icons/SortVertical/SortVertical.js +24 -0
- package/components/Icons/StarFilled/StarFilled.js +2 -3
- package/components/Icons/StarOutline/StarOutline.js +4 -5
- package/components/Icons/ThumbsDownFilled/ThumbsDownFilled.js +2 -3
- package/components/Icons/ThumbsDownOutline/ThumbsDownOutline.js +3 -4
- package/components/Icons/ThumbsUpFilled/ThumbsUpFilled.js +5 -6
- package/components/Icons/ThumbsUpOutline/ThumbsUpOutline.js +3 -4
- package/components/Icons/TrashBigFilled/TrashBigFilled.js +27 -0
- package/components/Icons/TrashBigOutline/TrashBigOutline.js +27 -0
- package/components/Icons/TrashFilled/TrashFilled.js +31 -0
- package/components/Icons/TrashLinesFilled/TrashLinesFilled.js +33 -0
- package/components/Icons/TrashLinesOutline/TrashLinesOutline.js +37 -0
- package/components/Icons/TrashOutline/TrashOutline.js +35 -0
- package/components/Icons/Upload/Upload.js +2 -3
- package/components/Icons/UploadBoxFilled/UploadBoxFilled.js +3 -4
- package/components/Icons/UploadBoxOutline/UploadBoxOutline.js +2 -3
- package/components/Icons/WalletFilled/WalletFilled.js +2 -3
- package/components/Icons/WalletOutline/WalletOutline.js +2 -3
- package/components/Icons/index.js +422 -287
- package/components/Toast/styles.js +77 -33
- package/package.json +1 -1
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import
|
|
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
|
|
5
|
-
import { WARNING as
|
|
6
|
-
const m =
|
|
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
|
-
`,
|
|
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
|
-
|
|
25
|
+
r.div`
|
|
26
26
|
position: fixed;
|
|
27
27
|
top: 1rem;
|
|
28
|
-
right:
|
|
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
|
|
35
|
+
const w = r.div`
|
|
36
36
|
display: flex;
|
|
37
37
|
align-items: center;
|
|
38
38
|
justify-content: space-between;
|
|
39
|
-
background-color: ${({ $bg:
|
|
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: ${
|
|
54
|
+
animation: ${h} 0.5s ease-in forwards; /* slide right */
|
|
55
55
|
}
|
|
56
|
-
|
|
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:
|
|
70
|
+
${({ type: e, $main: t }) => e === a ? o`
|
|
64
71
|
top: 48%;
|
|
65
|
-
border-color: ${
|
|
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
|
-
` :
|
|
77
|
+
` : o`
|
|
71
78
|
top: 50%;
|
|
72
79
|
width: 1.8rem;
|
|
73
80
|
height: 1.8rem;
|
|
74
81
|
border-radius: 50%;
|
|
75
82
|
`}
|
|
76
|
-
|
|
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:
|
|
82
|
-
|
|
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:
|
|
88
|
-
height: ${({ size:
|
|
89
|
-
|
|
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:
|
|
98
|
-
|
|
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
|
-
`,
|
|
140
|
+
`, v = r.div`
|
|
101
141
|
font-weight: 600;
|
|
102
142
|
font-size: 1.2rem;
|
|
103
|
-
color: ${
|
|
104
|
-
`, k =
|
|
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
|
-
|
|
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: ${
|
|
156
|
+
color: ${s.m700};
|
|
113
157
|
`;
|
|
114
158
|
export {
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
159
|
+
y as CloseWrapper,
|
|
160
|
+
u as Icon,
|
|
161
|
+
x as LogoContainer,
|
|
118
162
|
k as Message,
|
|
119
|
-
|
|
163
|
+
b as Outer,
|
|
120
164
|
$ as OuterChild,
|
|
121
165
|
C as Subtitle,
|
|
122
|
-
|
|
123
|
-
|
|
166
|
+
v as Title,
|
|
167
|
+
w as ToastWrapper
|
|
124
168
|
};
|