meticulous-ui 3.7.12 → 3.7.13

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 (310) hide show
  1. package/components/Button/Button.js +46 -67
  2. package/components/Carousel/Carousel.js +127 -72
  3. package/components/DatePicker/DatePicker.js +181 -142
  4. package/components/DatePicker/constants.js +14 -1
  5. package/components/DatePicker/utils.js +1 -5
  6. package/components/Dropdown/Dropdown.js +114 -80
  7. package/components/Glass/Glass.js +2 -8
  8. package/components/Icons/Add.js +44 -11
  9. package/components/Icons/AddCircle.js +29 -8
  10. package/components/Icons/AddCircleFilled.js +20 -5
  11. package/components/Icons/ArrowDown.js +20 -5
  12. package/components/Icons/ArrowLeft.js +21 -5
  13. package/components/Icons/ArrowRight.js +21 -5
  14. package/components/Icons/ArrowUp.js +20 -5
  15. package/components/Icons/BagFilled.js +20 -5
  16. package/components/Icons/BagOutline.js +30 -8
  17. package/components/Icons/BellFilled.js +31 -8
  18. package/components/Icons/BellOffFilled.js +40 -9
  19. package/components/Icons/BellOffOutline.js +42 -9
  20. package/components/Icons/BellOutline.js +33 -8
  21. package/components/Icons/BookmarkFilled.js +23 -10
  22. package/components/Icons/BookmarkOutline.js +20 -5
  23. package/components/Icons/BoxCoveredFilled.js +41 -10
  24. package/components/Icons/BoxCoveredOutline.js +31 -8
  25. package/components/Icons/BoxFilled.js +34 -9
  26. package/components/Icons/BoxOutline.js +31 -8
  27. package/components/Icons/CalendarDays.js +20 -5
  28. package/components/Icons/CalendarLinesPen.js +21 -5
  29. package/components/Icons/CartCheckFilled.js +36 -9
  30. package/components/Icons/CartCheckOutline.js +46 -10
  31. package/components/Icons/CartCrossFilled.js +36 -9
  32. package/components/Icons/CartCrossOutline.js +45 -10
  33. package/components/Icons/CartFilled.js +34 -9
  34. package/components/Icons/CartMinusFilled.js +36 -9
  35. package/components/Icons/CartMinusOutline.js +47 -11
  36. package/components/Icons/CartOutline.js +46 -10
  37. package/components/Icons/CartPlusFilled.js +36 -9
  38. package/components/Icons/CartPlusOutline.js +45 -10
  39. package/components/Icons/Check.js +21 -5
  40. package/components/Icons/CheckDouble.js +21 -5
  41. package/components/Icons/ChevronDown.js +21 -5
  42. package/components/Icons/ChevronLeft.js +21 -5
  43. package/components/Icons/ChevronRight.js +21 -5
  44. package/components/Icons/ChevronUp.js +21 -5
  45. package/components/Icons/ClockCircleOutline.js +24 -8
  46. package/components/Icons/ClockSquareOutline.js +31 -8
  47. package/components/Icons/Close.js +18 -5
  48. package/components/Icons/CloseCircleFilled.js +20 -5
  49. package/components/Icons/CloseCircleOutline.js +21 -5
  50. package/components/Icons/CommentBubbleFilled.js +23 -10
  51. package/components/Icons/CommentBubbleOutline.js +23 -10
  52. package/components/Icons/CommentFilled.js +23 -10
  53. package/components/Icons/CommentLineFilled.js +23 -10
  54. package/components/Icons/CommentLineOutline.js +23 -10
  55. package/components/Icons/CommentOutline.js +23 -10
  56. package/components/Icons/ContactDetailsFilled.js +15 -8
  57. package/components/Icons/ContactDetailsOutline.js +15 -8
  58. package/components/Icons/DeliveryTruckFastFilled.js +26 -13
  59. package/components/Icons/DeliveryTruckFastOutline.js +26 -13
  60. package/components/Icons/DeliveryTruckLeftFilled.js +22 -9
  61. package/components/Icons/DeliveryTruckLeftOutline.js +22 -9
  62. package/components/Icons/DeliveryTruckRightFilled.js +21 -8
  63. package/components/Icons/DeliveryTruckRightOutline.js +21 -8
  64. package/components/Icons/DetailsOutline.js +15 -8
  65. package/components/Icons/DiscordConversation.js +27 -8
  66. package/components/Icons/DiscordFilled.js +21 -8
  67. package/components/Icons/DiscordOutline.js +25 -9
  68. package/components/Icons/DoorClosedFilled.js +20 -5
  69. package/components/Icons/DoorClosedOutline.js +21 -5
  70. package/components/Icons/DoorOpenFilled.js +20 -5
  71. package/components/Icons/DoorOpenOutline.js +21 -5
  72. package/components/Icons/DotsHorizontalFilled.js +34 -9
  73. package/components/Icons/DotsHorizontalOutline.js +43 -9
  74. package/components/Icons/DotsVerticalFilled.js +34 -9
  75. package/components/Icons/DotsVerticalOutline.js +43 -9
  76. package/components/Icons/Download.js +27 -8
  77. package/components/Icons/DownloadBoxFilled.js +20 -5
  78. package/components/Icons/DownloadBoxOutline.js +36 -9
  79. package/components/Icons/EditBoxThick.js +21 -5
  80. package/components/Icons/EditBoxThin.js +33 -8
  81. package/components/Icons/EmailFilled.js +19 -6
  82. package/components/Icons/EmailOutline.js +19 -6
  83. package/components/Icons/ExitArrowInOutline.js +21 -5
  84. package/components/Icons/ExitArrowOutOutline.js +33 -8
  85. package/components/Icons/ExitFullScreen.js +19 -5
  86. package/components/Icons/ExitFullScreenThick.js +19 -5
  87. package/components/Icons/EyeClosed.js +20 -5
  88. package/components/Icons/EyeFilled.js +29 -8
  89. package/components/Icons/EyeOutline.js +33 -8
  90. package/components/Icons/FacebookFilled.js +19 -6
  91. package/components/Icons/FacebookMessengerOutline.js +29 -8
  92. package/components/Icons/FacebookOutline.js +20 -5
  93. package/components/Icons/FacebookRoundFilled.js +18 -5
  94. package/components/Icons/Filter.js +17 -10
  95. package/components/Icons/FilterList.js +21 -5
  96. package/components/Icons/FilterThickFilled.js +18 -5
  97. package/components/Icons/FilterThickOutline.js +19 -5
  98. package/components/Icons/FullScreenArrowThick.js +19 -5
  99. package/components/Icons/FullScreenArrowThin.js +19 -5
  100. package/components/Icons/FullScreenExit.js +41 -10
  101. package/components/Icons/FullScreenFilled.js +20 -5
  102. package/components/Icons/FullScreenOutline.js +20 -5
  103. package/components/Icons/HamburgerMenu.js +40 -9
  104. package/components/Icons/HamburgerSpaced.js +23 -10
  105. package/components/Icons/HeartFilled.js +18 -5
  106. package/components/Icons/HeartOutline.js +23 -5
  107. package/components/Icons/Help.js +21 -5
  108. package/components/Icons/HelpCircleFilled.js +20 -5
  109. package/components/Icons/HelpCircleOutline.js +41 -9
  110. package/components/Icons/HomeFilled.js +20 -5
  111. package/components/Icons/HomeOutline.js +20 -5
  112. package/components/Icons/Info.js +27 -8
  113. package/components/Icons/InfoCircleFilled.js +20 -5
  114. package/components/Icons/InfoCircleOutline.js +16 -9
  115. package/components/Icons/InfoSquareFilled.js +20 -5
  116. package/components/Icons/InfoSquareOutline.js +23 -9
  117. package/components/Icons/InstagramOuline.js +21 -8
  118. package/components/Icons/InstagramRoundFilled.js +44 -13
  119. package/components/Icons/KeyFilled.js +20 -5
  120. package/components/Icons/KeyInSquareFilled.js +29 -8
  121. package/components/Icons/KeyInSquareOutline.js +38 -9
  122. package/components/Icons/KeyOutline.js +31 -8
  123. package/components/Icons/KeySideSquareFilled.js +29 -8
  124. package/components/Icons/KeySideSquareOutline.js +20 -5
  125. package/components/Icons/KeySquareFilled.js +29 -8
  126. package/components/Icons/KeySquareOutline.js +20 -5
  127. package/components/Icons/Link.js +31 -8
  128. package/components/Icons/LinkedinFilled.js +19 -6
  129. package/components/Icons/LinkedinOutline.js +19 -5
  130. package/components/Icons/LinkedinRoundFilled.js +19 -6
  131. package/components/Icons/Loading.js +21 -8
  132. package/components/Icons/LocationArrowFilled.js +12 -5
  133. package/components/Icons/LocationArrowOutline.js +21 -5
  134. package/components/Icons/LocationFilled.js +23 -10
  135. package/components/Icons/LocationOutline.js +23 -10
  136. package/components/Icons/LockKeyhole.js +20 -5
  137. package/components/Icons/LockKeyholeOutline.js +31 -9
  138. package/components/Icons/LockKeyholeUnlocked.js +20 -5
  139. package/components/Icons/LockKeyholeUnlockedOutline.js +31 -9
  140. package/components/Icons/MediaPauseCircleFilled.js +20 -5
  141. package/components/Icons/MediaPauseCircleOuline.js +36 -9
  142. package/components/Icons/MediaPauseFilled.js +27 -8
  143. package/components/Icons/MediaPauseOutline.js +31 -8
  144. package/components/Icons/MediaPlayCircleFilled.js +20 -5
  145. package/components/Icons/MediaPlayCircleOutline.js +31 -8
  146. package/components/Icons/MediaPlayFilled.js +18 -5
  147. package/components/Icons/MediaPlayOutline.js +20 -5
  148. package/components/Icons/MediaStopCircleFilled.js +20 -5
  149. package/components/Icons/MediaStopCircleOutline.js +31 -8
  150. package/components/Icons/MediaStopFilled.js +18 -5
  151. package/components/Icons/MediaStopOutline.js +20 -5
  152. package/components/Icons/Minus.js +21 -5
  153. package/components/Icons/MinusCircle.js +23 -10
  154. package/components/Icons/MinusCircleFilled.js +23 -10
  155. package/components/Icons/MoneyBagOutline.js +46 -10
  156. package/components/Icons/MoneyBriefcaseFilled.js +20 -5
  157. package/components/Icons/MoneyBriefcaseOutline.js +38 -9
  158. package/components/Icons/NoEntry.js +19 -5
  159. package/components/Icons/NoEntryFilled.js +18 -5
  160. package/components/Icons/NoEntryOutline.js +21 -8
  161. package/components/Icons/PaymentCardFilled.js +16 -9
  162. package/components/Icons/PaymentCardOutline.js +16 -9
  163. package/components/Icons/PhoneCallingFilled.js +36 -9
  164. package/components/Icons/PhoneCallingOutline.js +38 -9
  165. package/components/Icons/PhoneFilled.js +18 -5
  166. package/components/Icons/PhoneOutline.js +18 -5
  167. package/components/Icons/Pin.js +21 -5
  168. package/components/Icons/PinAddFilled.js +17 -10
  169. package/components/Icons/PinAddOutline.js +17 -10
  170. package/components/Icons/PinCircleFilled.js +20 -5
  171. package/components/Icons/PinCircleOutline.js +21 -8
  172. package/components/Icons/PinFilled.js +18 -5
  173. package/components/Icons/PinOutline.js +20 -5
  174. package/components/Icons/PinSubFilled.js +17 -10
  175. package/components/Icons/PinSubOutline.js +17 -10
  176. package/components/Icons/PinterestFilled.js +17 -10
  177. package/components/Icons/PinterestOutline.js +21 -5
  178. package/components/Icons/ProfileFemaleOutline.js +19 -6
  179. package/components/Icons/ProfileGroupFilled.js +28 -8
  180. package/components/Icons/ProfileMaleFilled.js +28 -8
  181. package/components/Icons/ProfileMaleOutline.js +19 -6
  182. package/components/Icons/RedditFilled.js +17 -10
  183. package/components/Icons/RedditOutline.js +43 -10
  184. package/components/Icons/RedditRoundFilled.js +52 -15
  185. package/components/Icons/RedditRoundOutline.js +53 -16
  186. package/components/Icons/RupeeOutlined.js +18 -5
  187. package/components/Icons/RupeeSign.js +21 -5
  188. package/components/Icons/SaveFilled.js +23 -10
  189. package/components/Icons/SaveOutline.js +23 -10
  190. package/components/Icons/Search.js +23 -10
  191. package/components/Icons/SettingFilled.js +18 -5
  192. package/components/Icons/SettingOutline.js +18 -5
  193. package/components/Icons/ShareAllFilled.js +20 -5
  194. package/components/Icons/ShareAllOutline.js +39 -11
  195. package/components/Icons/ShareBoxOutline.js +18 -5
  196. package/components/Icons/ShareFilled.js +29 -8
  197. package/components/Icons/ShareOutline.js +32 -8
  198. package/components/Icons/ShareThickFilled.js +18 -5
  199. package/components/Icons/ShieldCheckFilled.js +20 -5
  200. package/components/Icons/ShieldCheckOutline.js +31 -8
  201. package/components/Icons/ShieldCrossFilled.js +20 -5
  202. package/components/Icons/ShieldCrossOutline.js +30 -8
  203. package/components/Icons/ShieldFilled.js +18 -5
  204. package/components/Icons/ShieldOutline.js +20 -5
  205. package/components/Icons/ShieldWarningFilled.js +20 -5
  206. package/components/Icons/ShieldWarningOutline.js +23 -9
  207. package/components/Icons/SnapchatFilled.js +17 -10
  208. package/components/Icons/SnapchatOutline.js +20 -5
  209. package/components/Icons/SortBottomToTop.js +26 -10
  210. package/components/Icons/SortHorizontal.js +20 -5
  211. package/components/Icons/SortTopToBottom.js +26 -10
  212. package/components/Icons/SortVertical.js +20 -5
  213. package/components/Icons/StarFilled.js +19 -6
  214. package/components/Icons/StarOutline.js +19 -6
  215. package/components/Icons/TelegramFilled.js +22 -9
  216. package/components/Icons/TelegramOutline.js +20 -5
  217. package/components/Icons/TelegramRoundFilled.js +22 -9
  218. package/components/Icons/ThumbsDownFilled.js +18 -5
  219. package/components/Icons/ThumbsDownOutline.js +18 -5
  220. package/components/Icons/ThumbsUpFilled.js +18 -5
  221. package/components/Icons/ThumbsUpOutline.js +18 -5
  222. package/components/Icons/TiktokBox.js +18 -5
  223. package/components/Icons/TiktokThickFilled.js +21 -8
  224. package/components/Icons/TiktokThinFilled.js +32 -8
  225. package/components/Icons/TrashBigFilled.js +23 -10
  226. package/components/Icons/TrashBigOutline.js +23 -10
  227. package/components/Icons/TrashFilled.js +27 -8
  228. package/components/Icons/TrashLinesFilled.js +29 -8
  229. package/components/Icons/TrashLinesOutline.js +33 -11
  230. package/components/Icons/TrashOutline.js +31 -9
  231. package/components/Icons/Upload.js +27 -8
  232. package/components/Icons/UploadBoxFilled.js +20 -5
  233. package/components/Icons/UploadBoxOutline.js +36 -9
  234. package/components/Icons/VolumeFilled.js +30 -11
  235. package/components/Icons/VolumeMuteFilled.js +30 -11
  236. package/components/Icons/VolumeMuteOutline.js +30 -11
  237. package/components/Icons/VolumeOffFilled.js +30 -11
  238. package/components/Icons/VolumeOffOutline.js +30 -11
  239. package/components/Icons/VolumeOutline.js +30 -11
  240. package/components/Icons/WalletFilled.js +23 -10
  241. package/components/Icons/WalletOutline.js +23 -10
  242. package/components/Icons/Warning.js +21 -5
  243. package/components/Icons/WarningCircleFilled.js +18 -5
  244. package/components/Icons/WarningCircleOutline.js +18 -5
  245. package/components/Icons/WarningSmall.js +21 -5
  246. package/components/Icons/WarningTriangleFilled.js +21 -8
  247. package/components/Icons/WarningTriangleOutline.js +21 -5
  248. package/components/Icons/WhatsappFilled.js +17 -10
  249. package/components/Icons/WhatsappOutline.js +20 -5
  250. package/components/Icons/Youtube.js +18 -5
  251. package/components/Icons/YoutubeFilled.js +23 -10
  252. package/components/Icons/YoutubeRoundFilled.js +22 -9
  253. package/components/Image/Image.js +33 -27
  254. package/components/Input/Checkbox/Checkbox.js +30 -20
  255. package/components/Input/FileUploader/FileUploader.js +73 -82
  256. package/components/Input/Input/Input.js +49 -47
  257. package/components/Input/Radio/Radio.js +18 -17
  258. package/components/Input/RadioGroup/RadioGroup.js +33 -16
  259. package/components/Input/Textarea/SvgIcon.js +1 -7
  260. package/components/Input/Textarea/Textarea.js +54 -54
  261. package/components/Loader/Loader.js +18 -29
  262. package/components/Loader/constants.js +3 -12
  263. package/components/MenuItem/MenuItem.js +30 -28
  264. package/components/Modal/Modal.js +58 -37
  265. package/components/OtpInput/OtpInput.js +28 -28
  266. package/components/PageLoader/PageLoader.js +13 -9
  267. package/components/Pagination/Pagination.js +87 -95
  268. package/components/Ripple/Ripple.js +12 -2
  269. package/components/RootComponent/RootComponent.js +1 -4
  270. package/components/Selectbox/Selectbox.js +143 -101
  271. package/components/Shimmer/Shimmer.js +17 -13
  272. package/components/Spinner/Spinner.js +29 -22
  273. package/components/Timer/Timer.js +154 -92
  274. package/components/Timer/components/TimerRing/TimerRing.js +56 -11
  275. package/components/Toast/Toast.js +76 -81
  276. package/components/Typography/Headings/H1.js +2 -8
  277. package/components/Typography/Headings/H2.js +2 -8
  278. package/components/Typography/Headings/H3.js +2 -8
  279. package/components/Typography/Headings/H4.js +2 -8
  280. package/components/Typography/Headings/H5.js +2 -8
  281. package/components/Typography/Headings/H6.js +2 -8
  282. package/components/Typography/Headings/index.js +1 -8
  283. package/components/Typography/P/P.js +3 -12
  284. package/components/VideoPlayer/VideoPlayer.js +19 -23
  285. package/components/VideoPlayer/components/Volumebar/Volumebar.js +2 -6
  286. package/components/VideoPlayer/useSpacebarToggle.js +11 -1
  287. package/components/VideoPlayer/useVolumeOverlay.js +1 -4
  288. package/hooks/useThrottle.js +6 -3
  289. package/hooks/useWindowSize.js +1 -4
  290. package/package.json +1 -1
  291. package/reactUtils/composeProviders.js +1 -3
  292. package/reactUtils/lazyImport.js +1 -3
  293. package/reactUtils/withErrorBoundary.js +2 -8
  294. package/utils/cancelablePromise.js +4 -5
  295. package/utils/createPubSub.js +9 -12
  296. package/utils/formatCompactNumber.js +3 -4
  297. package/utils/formatCurrency.js +1 -4
  298. package/utils/formatDate.js +3 -5
  299. package/utils/handleKeyboardNavigation.js +1 -5
  300. package/utils/isAuthenticated.js +1 -3
  301. package/utils/logError.js +1 -4
  302. package/utils/logInfo.js +1 -6
  303. package/utils/logWarn.js +1 -6
  304. package/utils/mergeDeep.js +1 -3
  305. package/utils/multiSort.js +1 -4
  306. package/utils/scrollToElement.js +1 -4
  307. package/utils/scrollToTop.js +1 -4
  308. package/utils/timeAgo.js +1 -3
  309. package/utils/trackEvent.js +1 -5
  310. package/utils/withTimeout.js +3 -1
@@ -27,36 +27,24 @@ const Se = N`
27
27
  transform: rotate(0deg);
28
28
  }
29
29
  `, Oe = c.div`
30
- max-width: ${({
31
- $width: t
32
- }) => t};
30
+ max-width: ${({ $width: t }) => t};
33
31
  position: relative;
34
32
  outline: none;
35
33
 
36
- ${({
37
- $isLoading: t
38
- }) => t && F`
34
+ ${({ $isLoading: t }) => t && F`
39
35
  pointer-events: none;
40
36
  opacity: 0.8;
41
37
  `}
42
38
 
43
- ${({
44
- $isDisabled: t
45
- }) => t && F`
39
+ ${({ $isDisabled: t }) => t && F`
46
40
  pointer-events: none;
47
41
  opacity: 0.7;
48
42
  `}
49
43
  `, De = c.div`
50
44
  height: 3.2rem;
51
- width: ${({
52
- $width: t
53
- }) => t};
45
+ width: ${({ $width: t }) => t};
54
46
  border-radius: 0.96rem;
55
- border: ${({
56
- $isOpen: t,
57
- $isFocused: u,
58
- $border: s
59
- }) => t || u ? `2px solid ${s}` : `1px solid ${Ce}`};
47
+ border: ${({ $isOpen: t, $isFocused: u, $border: s }) => t || u ? `2px solid ${s}` : `1px solid ${Ce}`};
60
48
  padding: 0.64rem 0.96rem 0.64rem;
61
49
  display: flex;
62
50
  align-items: center;
@@ -66,22 +54,14 @@ const Se = N`
66
54
  overflow: hidden;
67
55
  white-space: nowrap;
68
56
  text-overflow: ellipsis;
69
- max-width: calc(${({
70
- $width: t
71
- }) => t} - 3.2rem);
57
+ max-width: calc(${({ $width: t }) => t} - 3.2rem);
72
58
  pointer-events: none;
73
59
  `, ze = c(ke)`
74
- animation: ${({
75
- $isOpen: t
76
- }) => t ? Se : Ee} 0.15s linear;
77
- transform: rotate(${({
78
- $isOpen: t
79
- }) => t ? 180 : 0}deg);
60
+ animation: ${({ $isOpen: t }) => t ? Se : Ee} 0.15s linear;
61
+ transform: rotate(${({ $isOpen: t }) => t ? 180 : 0}deg);
80
62
  `, Re = c.div`
81
63
  border: 1px solid ${m.m700};
82
- width: calc(${({
83
- $width: t
84
- }) => t} + 1.6rem);
64
+ width: calc(${({ $width: t }) => t} + 1.6rem);
85
65
  /* Remove overflow: auto from here */
86
66
  display: flex;
87
67
  flex-direction: column;
@@ -94,18 +74,12 @@ const Se = N`
94
74
  opacity: 0;
95
75
  overflow: hidden; /* Keep this hidden so the collapse works */
96
76
 
97
- ${({
98
- $isOpen: t
99
- }) => t && F`
100
- max-height: ${({
101
- $height: u
102
- }) => u};
77
+ ${({ $isOpen: t }) => t && F`
78
+ max-height: ${({ $height: u }) => u};
103
79
  opacity: 1;
104
80
  `};
105
81
 
106
- ${({
107
- $top: t
108
- }) => t ? F`
82
+ ${({ $top: t }) => t ? F`
109
83
  bottom: 100%;
110
84
  flex-direction: column-reverse; /* Search at bottom if menu opens upward */
111
85
  border-top-right-radius: 0.96rem;
@@ -189,9 +163,7 @@ const Se = N`
189
163
  }, d = he(() => {
190
164
  if (!k || !C.trim()) return t;
191
165
  const e = C.toLowerCase();
192
- return t.filter(({
193
- label: r
194
- }) => r.toLowerCase().includes(e));
166
+ return t.filter(({ label: r }) => r.toLowerCase().includes(e));
195
167
  }, [t, C, k]);
196
168
  x(() => {
197
169
  if (n) {
@@ -224,7 +196,9 @@ const Se = N`
224
196
  }, []), be(() => {
225
197
  if (n && S.current && w.current) {
226
198
  const e = w.current.getBoundingClientRect(), r = window.innerHeight, i = Te(R), p = r - e.bottom;
227
- L(p < i + 8 && e.top > p ? "top" : "bottom");
199
+ L(
200
+ p < i + 8 && e.top > p ? "top" : "bottom"
201
+ );
228
202
  }
229
203
  }, [n, R]);
230
204
  const te = (e) => {
@@ -272,15 +246,18 @@ const Se = N`
272
246
  x(() => {
273
247
  const e = H.current;
274
248
  if (!e || !a || !I) return;
275
- const r = new IntersectionObserver(([i]) => {
276
- i.isIntersecting && !h && K();
277
- }, {
278
- root: S.current,
279
- // Observe relative to the scrollable container
280
- threshold: 0.1,
281
- rootMargin: "20px"
282
- // Start loading 20px before the user even hits the bottom
283
- });
249
+ const r = new IntersectionObserver(
250
+ ([i]) => {
251
+ i.isIntersecting && !h && K();
252
+ },
253
+ {
254
+ root: S.current,
255
+ // Observe relative to the scrollable container
256
+ threshold: 0.1,
257
+ rootMargin: "20px"
258
+ // Start loading 20px before the user even hits the bottom
259
+ }
260
+ );
284
261
  return r.observe(e), () => r.disconnect();
285
262
  }, [K, a, I, h]);
286
263
  const {
@@ -288,11 +265,24 @@ const Se = N`
288
265
  m100: ie,
289
266
  m200: se,
290
267
  m500: ce
291
- } = (V = ve[J]) != null ? V : $e, ae = (e, r) => () => !e && g(r), U = (e) => `${z}-opt-${e}`, le = ({
292
- value: e,
293
- label: r,
294
- disabled: i
295
- }, p) => /* @__PURE__ */ we(xe, { value: e, label: r, isDisabled: i, onSelect: T, onMouseEnter: ae(i, p), isSelected: e === s, isHighlighted: p === l, key: e, id: U(p), width: v, selectedColor: se, hoverColor: ne, activeColor: ie }), de = (e) => () => {
268
+ } = (V = ve[J]) != null ? V : $e, ae = (e, r) => () => !e && g(r), U = (e) => `${z}-opt-${e}`, le = ({ value: e, label: r, disabled: i }, p) => /* @__PURE__ */ we(
269
+ xe,
270
+ {
271
+ value: e,
272
+ label: r,
273
+ isDisabled: i,
274
+ onSelect: T,
275
+ onMouseEnter: ae(i, p),
276
+ isSelected: e === s,
277
+ isHighlighted: p === l,
278
+ key: e,
279
+ id: U(p),
280
+ width: v,
281
+ selectedColor: se,
282
+ hoverColor: ne,
283
+ activeColor: ie
284
+ }
285
+ ), de = (e) => () => {
296
286
  B(e);
297
287
  }, me = (e) => {
298
288
  var r;
@@ -302,33 +292,77 @@ const Se = N`
302
292
  }, fe = (e) => {
303
293
  e.stopPropagation();
304
294
  };
305
- return /* @__PURE__ */ E(Oe, { ref: w, $width: v, ...X, tabIndex: y || $ ? -1 : 0, onKeyDown: oe, $isLoading: $, $isDisabled: y, role: "combobox", "aria-expanded": n, "aria-haspopup": "listbox", "aria-controls": z, "aria-disabled": y || void 0, "aria-activedescendant": l !== -1 ? U(l) : void 0, onFocus: de(!0), onBlur: me, children: [
306
- /* @__PURE__ */ E(De, { $width: v, onClick: ee, $isOpen: n, $border: ce, $isFocused: Y && !n, children: [
307
- /* @__PURE__ */ f(Fe, { $width: v, color: s ? m.m700 : m.m500, size: "1.92rem", children: s ? (Q = t.find(({
308
- value: e
309
- }) => s === e)) == null ? void 0 : Q.label : G }),
310
- /* @__PURE__ */ f(ze, { color: m.m500, size: 22, $isOpen: n, "aria-hidden": !0 })
311
- ] }),
312
- /* @__PURE__ */ E(Re, { $isOpen: n, $width: v, $height: R, $top: Z === "top", children: [
313
- k && /* @__PURE__ */ E(We, { onClick: fe, children: [
314
- /* @__PURE__ */ f(je, { size: 20, color: m.m600, "aria-hidden": !0 }),
315
- /* @__PURE__ */ f(Be, { ref: A, value: C, onChange: pe, placeholder: W, "aria-label": W, "aria-controls": z, "aria-autocomplete": "list", "aria-expanded": n, role: "combobox", tabIndex: n ? 0 : -1 })
316
- ] }),
317
- /* @__PURE__ */ E(Ae, { ref: S, role: "listbox", id: z, tabIndex: -1, children: [
318
- d.map(le),
319
- a && /* @__PURE__ */ f(He, { ref: H, children: h && /* @__PURE__ */ f(q, { size: "small", color: P }) })
320
- ] })
321
- ] }),
322
- $ && /* @__PURE__ */ f(Pe, { children: /* @__PURE__ */ f(q, { size: "small", color: P }) })
323
- ] });
295
+ return /* @__PURE__ */ E(
296
+ Oe,
297
+ {
298
+ ref: w,
299
+ $width: v,
300
+ ...X,
301
+ tabIndex: y || $ ? -1 : 0,
302
+ onKeyDown: oe,
303
+ $isLoading: $,
304
+ $isDisabled: y,
305
+ role: "combobox",
306
+ "aria-expanded": n,
307
+ "aria-haspopup": "listbox",
308
+ "aria-controls": z,
309
+ "aria-disabled": y || void 0,
310
+ "aria-activedescendant": l !== -1 ? U(l) : void 0,
311
+ onFocus: de(!0),
312
+ onBlur: me,
313
+ children: [
314
+ /* @__PURE__ */ E(
315
+ De,
316
+ {
317
+ $width: v,
318
+ onClick: ee,
319
+ $isOpen: n,
320
+ $border: ce,
321
+ $isFocused: Y && !n,
322
+ children: [
323
+ /* @__PURE__ */ f(Fe, { $width: v, color: s ? m.m700 : m.m500, size: "1.92rem", children: s ? (Q = t.find(({ value: e }) => s === e)) == null ? void 0 : Q.label : G }),
324
+ /* @__PURE__ */ f(ze, { color: m.m500, size: 22, $isOpen: n, "aria-hidden": !0 })
325
+ ]
326
+ }
327
+ ),
328
+ /* @__PURE__ */ E(Re, { $isOpen: n, $width: v, $height: R, $top: Z === "top", children: [
329
+ k && /* @__PURE__ */ E(We, { onClick: fe, children: [
330
+ /* @__PURE__ */ f(je, { size: 20, color: m.m600, "aria-hidden": !0 }),
331
+ /* @__PURE__ */ f(
332
+ Be,
333
+ {
334
+ ref: A,
335
+ value: C,
336
+ onChange: pe,
337
+ placeholder: W,
338
+ "aria-label": W,
339
+ "aria-controls": z,
340
+ "aria-autocomplete": "list",
341
+ "aria-expanded": n,
342
+ role: "combobox",
343
+ tabIndex: n ? 0 : -1
344
+ }
345
+ )
346
+ ] }),
347
+ /* @__PURE__ */ E(Ae, { ref: S, role: "listbox", id: z, tabIndex: -1, children: [
348
+ d.map(le),
349
+ a && /* @__PURE__ */ f(He, { ref: H, children: h && /* @__PURE__ */ f(q, { size: "small", color: P }) })
350
+ ] })
351
+ ] }),
352
+ $ && /* @__PURE__ */ f(Pe, { children: /* @__PURE__ */ f(q, { size: "small", color: P }) })
353
+ ]
354
+ }
355
+ );
324
356
  };
325
357
  Ke.propTypes = {
326
358
  /** Array of option objects: `{ value, label, disabled? }` */
327
- options: /* @__PURE__ */ o.arrayOf(/* @__PURE__ */ o.shape({
328
- value: o.any,
329
- label: o.string,
330
- disabled: o.bool
331
- })),
359
+ options: o.arrayOf(
360
+ o.shape({
361
+ value: o.any,
362
+ label: o.string,
363
+ disabled: o.bool
364
+ })
365
+ ),
332
366
  /** Currently selected value (controlled) */
333
367
  value: o.any,
334
368
  /** Called with the selected value when an option is picked */
@@ -3,9 +3,7 @@ import o from "styled-components";
3
3
  const i = o.div`
4
4
  width: 100%;
5
5
  height: 100%;
6
- border-radius: ${({
7
- $borderRadius: r
8
- }) => r};
6
+ border-radius: ${({ $borderRadius: r }) => r};
9
7
  position: relative;
10
8
  overflow: hidden;
11
9
  box-sizing: border-box;
@@ -70,11 +68,7 @@ const i = o.div`
70
68
  pointer-events: none;
71
69
  transform: translateZ(0);
72
70
  }
73
- `, d = ({
74
- border: r = "none",
75
- borderRadius: a = 0,
76
- ...e
77
- }) => /* @__PURE__ */ t(i, { $border: r, $borderRadius: a, ...e });
71
+ `, d = ({ border: r = "none", borderRadius: a = 0, ...e }) => /* @__PURE__ */ t(i, { $border: r, $borderRadius: a, ...e });
78
72
  export {
79
73
  d as default
80
74
  };
@@ -1,15 +1,48 @@
1
1
  import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
- const d = ({
3
- size: n = 24,
4
- color: o = "currentColor",
5
- ...t
6
- }) => /* @__PURE__ */ r("svg", { width: n, height: n, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...t, children: [
7
- /* @__PURE__ */ e("title", {}),
8
- /* @__PURE__ */ e("g", { children: /* @__PURE__ */ e("g", { "data-name": "add", children: /* @__PURE__ */ r("g", { children: [
9
- /* @__PURE__ */ e("line", { fill: "none", stroke: o, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", x1: "12", x2: "12", y1: "19", y2: "5" }),
10
- /* @__PURE__ */ e("line", { fill: "none", stroke: o, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", x1: "5", x2: "19", y1: "12", y2: "12" })
11
- ] }) }) })
12
- ] });
2
+ const d = ({ size: n = 24, color: o = "currentColor", ...t }) => /* @__PURE__ */ r(
3
+ "svg",
4
+ {
5
+ width: n,
6
+ height: n,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...t,
11
+ children: [
12
+ /* @__PURE__ */ e("title", {}),
13
+ /* @__PURE__ */ e("g", { children: /* @__PURE__ */ e("g", { "data-name": "add", children: /* @__PURE__ */ r("g", { children: [
14
+ /* @__PURE__ */ e(
15
+ "line",
16
+ {
17
+ fill: "none",
18
+ stroke: o,
19
+ strokeLinecap: "round",
20
+ strokeLinejoin: "round",
21
+ strokeWidth: "2",
22
+ x1: "12",
23
+ x2: "12",
24
+ y1: "19",
25
+ y2: "5"
26
+ }
27
+ ),
28
+ /* @__PURE__ */ e(
29
+ "line",
30
+ {
31
+ fill: "none",
32
+ stroke: o,
33
+ strokeLinecap: "round",
34
+ strokeLinejoin: "round",
35
+ strokeWidth: "2",
36
+ x1: "5",
37
+ x2: "19",
38
+ y1: "12",
39
+ y2: "12"
40
+ }
41
+ )
42
+ ] }) }) })
43
+ ]
44
+ }
45
+ );
13
46
  export {
14
47
  d as default
15
48
  };
@@ -1,12 +1,33 @@
1
1
  import { jsxs as t, jsx as e } from "react/jsx-runtime";
2
- const o = ({
3
- size: C = 24,
4
- color: l = "currentColor",
5
- ...d
6
- }) => /* @__PURE__ */ t("svg", { width: C, height: C, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...d, children: [
7
- /* @__PURE__ */ e("path", { d: "M11 8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8V11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V13H8C7.44771 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11H11V8Z", fill: l }),
8
- /* @__PURE__ */ e("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM3.00683 12C3.00683 16.9668 7.03321 20.9932 12 20.9932C16.9668 20.9932 20.9932 16.9668 20.9932 12C20.9932 7.03321 16.9668 3.00683 12 3.00683C7.03321 3.00683 3.00683 7.03321 3.00683 12Z", fill: l })
9
- ] });
2
+ const o = ({ size: C = 24, color: l = "currentColor", ...d }) => /* @__PURE__ */ t(
3
+ "svg",
4
+ {
5
+ width: C,
6
+ height: C,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...d,
11
+ children: [
12
+ /* @__PURE__ */ e(
13
+ "path",
14
+ {
15
+ d: "M11 8C11 7.44772 11.4477 7 12 7C12.5523 7 13 7.44772 13 8V11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H13V16C13 16.5523 12.5523 17 12 17C11.4477 17 11 16.5523 11 16V13H8C7.44771 13 7 12.5523 7 12C7 11.4477 7.44772 11 8 11H11V8Z",
16
+ fill: l
17
+ }
18
+ ),
19
+ /* @__PURE__ */ e(
20
+ "path",
21
+ {
22
+ fillRule: "evenodd",
23
+ clipRule: "evenodd",
24
+ d: "M23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM3.00683 12C3.00683 16.9668 7.03321 20.9932 12 20.9932C16.9668 20.9932 20.9932 16.9668 20.9932 12C20.9932 7.03321 16.9668 3.00683 12 3.00683C7.03321 3.00683 3.00683 7.03321 3.00683 12Z",
25
+ fill: l
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
10
31
  export {
11
32
  o as default
12
33
  };
@@ -1,9 +1,24 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- const i = ({
3
- size: l = 24,
4
- color: C = "currentColor",
5
- ...d
6
- }) => /* @__PURE__ */ e("svg", { width: l, height: l, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...d, children: /* @__PURE__ */ e("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12.75 9C12.75 8.58579 12.4142 8.25 12 8.25C11.5858 8.25 11.25 8.58579 11.25 9L11.25 11.25H9C8.58579 11.25 8.25 11.5858 8.25 12C8.25 12.4142 8.58579 12.75 9 12.75H11.25V15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15L12.75 12.75H15C15.4142 12.75 15.75 12.4142 15.75 12C15.75 11.5858 15.4142 11.25 15 11.25H12.75V9Z", fill: C }) });
2
+ const i = ({ size: l = 24, color: C = "currentColor", ...d }) => /* @__PURE__ */ e(
3
+ "svg",
4
+ {
5
+ width: l,
6
+ height: l,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...d,
11
+ children: /* @__PURE__ */ e(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22ZM12.75 9C12.75 8.58579 12.4142 8.25 12 8.25C11.5858 8.25 11.25 8.58579 11.25 9L11.25 11.25H9C8.58579 11.25 8.25 11.5858 8.25 12C8.25 12.4142 8.58579 12.75 9 12.75H11.25V15C11.25 15.4142 11.5858 15.75 12 15.75C12.4142 15.75 12.75 15.4142 12.75 15L12.75 12.75H15C15.4142 12.75 15.75 12.4142 15.75 12C15.75 11.5858 15.4142 11.25 15 11.25H12.75V9Z",
17
+ fill: C
18
+ }
19
+ )
20
+ }
21
+ );
7
22
  export {
8
23
  i as default
9
24
  };
@@ -1,9 +1,24 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- const n = ({
3
- size: l = 24,
4
- color: e = "currentColor",
5
- ...r
6
- }) => /* @__PURE__ */ o("svg", { width: l, height: l, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r, children: /* @__PURE__ */ o("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 3C12.5523 3 13 3.44772 13 4V17.5858L18.2929 12.2929C18.6834 11.9024 19.3166 11.9024 19.7071 12.2929C20.0976 12.6834 20.0976 13.3166 19.7071 13.7071L12.7071 20.7071C12.3166 21.0976 11.6834 21.0976 11.2929 20.7071L4.29289 13.7071C3.90237 13.3166 3.90237 12.6834 4.29289 12.2929C4.68342 11.9024 5.31658 11.9024 5.70711 12.2929L11 17.5858V4C11 3.44772 11.4477 3 12 3Z", fill: e }) });
2
+ const n = ({ size: l = 24, color: e = "currentColor", ...r }) => /* @__PURE__ */ o(
3
+ "svg",
4
+ {
5
+ width: l,
6
+ height: l,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: /* @__PURE__ */ o(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M12 3C12.5523 3 13 3.44772 13 4V17.5858L18.2929 12.2929C18.6834 11.9024 19.3166 11.9024 19.7071 12.2929C20.0976 12.6834 20.0976 13.3166 19.7071 13.7071L12.7071 20.7071C12.3166 21.0976 11.6834 21.0976 11.2929 20.7071L4.29289 13.7071C3.90237 13.3166 3.90237 12.6834 4.29289 12.2929C4.68342 11.9024 5.31658 11.9024 5.70711 12.2929L11 17.5858V4C11 3.44772 11.4477 3 12 3Z",
17
+ fill: e
18
+ }
19
+ )
20
+ }
21
+ );
7
22
  export {
8
23
  n as default
9
24
  };
@@ -1,9 +1,25 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- const i = ({
3
- size: o = 24,
4
- color: t = "currentColor",
5
- ...e
6
- }) => /* @__PURE__ */ r("svg", { width: o, height: o, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ r("path", { d: "M5 12H19M5 12L11 6M5 12L11 18", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
2
+ const i = ({ size: o = 24, color: t = "currentColor", ...e }) => /* @__PURE__ */ r(
3
+ "svg",
4
+ {
5
+ width: o,
6
+ height: o,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: /* @__PURE__ */ r(
12
+ "path",
13
+ {
14
+ d: "M5 12H19M5 12L11 6M5 12L11 18",
15
+ stroke: t,
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }
20
+ )
21
+ }
22
+ );
7
23
  export {
8
24
  i as default
9
25
  };
@@ -1,9 +1,25 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
- const i = ({
3
- size: o = 24,
4
- color: t = "currentColor",
5
- ...e
6
- }) => /* @__PURE__ */ r("svg", { width: o, height: o, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...e, children: /* @__PURE__ */ r("path", { d: "M5 12H19M19 12L13 6M19 12L13 18", stroke: t, strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) });
2
+ const i = ({ size: o = 24, color: t = "currentColor", ...e }) => /* @__PURE__ */ r(
3
+ "svg",
4
+ {
5
+ width: o,
6
+ height: o,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...e,
11
+ children: /* @__PURE__ */ r(
12
+ "path",
13
+ {
14
+ d: "M5 12H19M19 12L13 6M19 12L13 18",
15
+ stroke: t,
16
+ strokeWidth: "2",
17
+ strokeLinecap: "round",
18
+ strokeLinejoin: "round"
19
+ }
20
+ )
21
+ }
22
+ );
7
23
  export {
8
24
  i as default
9
25
  };
@@ -1,9 +1,24 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
- const C = ({
3
- size: l = 24,
4
- color: o = "currentColor",
5
- ...r
6
- }) => /* @__PURE__ */ e("svg", { width: l, height: l, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...r, children: /* @__PURE__ */ e("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12 3C12.2652 3 12.5196 3.10536 12.7071 3.29289L19.7071 10.2929C20.0976 10.6834 20.0976 11.3166 19.7071 11.7071C19.3166 12.0976 18.6834 12.0976 18.2929 11.7071L13 6.41421V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V6.41421L5.70711 11.7071C5.31658 12.0976 4.68342 12.0976 4.29289 11.7071C3.90237 11.3166 3.90237 10.6834 4.29289 10.2929L11.2929 3.29289C11.4804 3.10536 11.7348 3 12 3Z", fill: o }) });
2
+ const C = ({ size: l = 24, color: o = "currentColor", ...r }) => /* @__PURE__ */ e(
3
+ "svg",
4
+ {
5
+ width: l,
6
+ height: l,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...r,
11
+ children: /* @__PURE__ */ e(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M12 3C12.2652 3 12.5196 3.10536 12.7071 3.29289L19.7071 10.2929C20.0976 10.6834 20.0976 11.3166 19.7071 11.7071C19.3166 12.0976 18.6834 12.0976 18.2929 11.7071L13 6.41421V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V6.41421L5.70711 11.7071C5.31658 12.0976 4.68342 12.0976 4.29289 11.7071C3.90237 11.3166 3.90237 10.6834 4.29289 10.2929L11.2929 3.29289C11.4804 3.10536 11.7348 3 12 3Z",
17
+ fill: o
18
+ }
19
+ )
20
+ }
21
+ );
7
22
  export {
8
23
  C as default
9
24
  };
@@ -1,9 +1,24 @@
1
1
  import { jsx as l } from "react/jsx-runtime";
2
- const d = ({
3
- size: C = 24,
4
- color: e = "currentColor",
5
- ...o
6
- }) => /* @__PURE__ */ l("svg", { width: C, height: C, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...o, children: /* @__PURE__ */ l("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M8.25013 6.01489C8.25003 6.00994 8.24998 6.00498 8.24998 6V5C8.24998 2.92893 9.92892 1.25 12 1.25C14.0711 1.25 15.75 2.92893 15.75 5V6C15.75 6.00498 15.7499 6.00994 15.7498 6.01489C17.0371 6.05353 17.8248 6.1924 18.4261 6.69147C19.2593 7.38295 19.4787 8.55339 19.9177 10.8943L20.6677 14.8943C21.2849 18.186 21.5934 19.8318 20.6937 20.9159C19.794 22 18.1195 22 14.7704 22H9.22954C5.88048 22 4.20595 22 3.30624 20.9159C2.40652 19.8318 2.71512 18.186 3.33231 14.8943L4.08231 10.8943C4.52122 8.55339 4.74068 7.38295 5.57386 6.69147C6.17521 6.1924 6.96287 6.05353 8.25013 6.01489ZM9.74998 5C9.74998 3.75736 10.7573 2.75 12 2.75C13.2426 2.75 14.25 3.75736 14.25 5V6C14.25 5.99999 14.25 6.00001 14.25 6C14.1747 5.99998 14.0982 6 14.0204 6H9.97954C9.90176 6 9.82525 6 9.74998 6.00002C9.74998 6.00002 9.74998 6.00003 9.74998 6.00002V5Z", fill: e }) });
2
+ const d = ({ size: C = 24, color: e = "currentColor", ...o }) => /* @__PURE__ */ l(
3
+ "svg",
4
+ {
5
+ width: C,
6
+ height: C,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...o,
11
+ children: /* @__PURE__ */ l(
12
+ "path",
13
+ {
14
+ fillRule: "evenodd",
15
+ clipRule: "evenodd",
16
+ d: "M8.25013 6.01489C8.25003 6.00994 8.24998 6.00498 8.24998 6V5C8.24998 2.92893 9.92892 1.25 12 1.25C14.0711 1.25 15.75 2.92893 15.75 5V6C15.75 6.00498 15.7499 6.00994 15.7498 6.01489C17.0371 6.05353 17.8248 6.1924 18.4261 6.69147C19.2593 7.38295 19.4787 8.55339 19.9177 10.8943L20.6677 14.8943C21.2849 18.186 21.5934 19.8318 20.6937 20.9159C19.794 22 18.1195 22 14.7704 22H9.22954C5.88048 22 4.20595 22 3.30624 20.9159C2.40652 19.8318 2.71512 18.186 3.33231 14.8943L4.08231 10.8943C4.52122 8.55339 4.74068 7.38295 5.57386 6.69147C6.17521 6.1924 6.96287 6.05353 8.25013 6.01489ZM9.74998 5C9.74998 3.75736 10.7573 2.75 12 2.75C13.2426 2.75 14.25 3.75736 14.25 5V6C14.25 5.99999 14.25 6.00001 14.25 6C14.1747 5.99998 14.0982 6 14.0204 6H9.97954C9.90176 6 9.82525 6 9.74998 6.00002C9.74998 6.00002 9.74998 6.00003 9.74998 6.00002V5Z",
17
+ fill: e
18
+ }
19
+ )
20
+ }
21
+ );
7
22
  export {
8
23
  d as default
9
24
  };
@@ -1,12 +1,34 @@
1
1
  import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
- const h = ({
3
- size: t = 24,
4
- color: C = "currentColor",
5
- ...o
6
- }) => /* @__PURE__ */ r("svg", { width: t, height: t, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...o, children: [
7
- /* @__PURE__ */ e("path", { d: "M3.74181 20.5545C4.94143 22 7.17414 22 11.6395 22H12.3607C16.8261 22 19.0589 22 20.2585 20.5545M3.74181 20.5545C2.54219 19.1091 2.95365 16.9146 3.77657 12.5257C4.36179 9.40452 4.65441 7.84393 5.7653 6.92196M3.74181 20.5545C3.74181 20.5545 3.74181 20.5545 3.74181 20.5545ZM20.2585 20.5545C21.4581 19.1091 21.0466 16.9146 20.2237 12.5257C19.6385 9.40452 19.3459 7.84393 18.235 6.92196M20.2585 20.5545C20.2585 20.5545 20.2585 20.5545 20.2585 20.5545ZM18.235 6.92196C17.1241 6 15.5363 6 12.3607 6H11.6395C8.46398 6 6.8762 6 5.7653 6.92196M18.235 6.92196C18.235 6.92196 18.235 6.92196 18.235 6.92196ZM5.7653 6.92196C5.7653 6.92196 5.7653 6.92196 5.7653 6.92196Z", stroke: C, strokeWidth: "1.5" }),
8
- /* @__PURE__ */ e("path", { d: "M9 6V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V6", stroke: C, strokeWidth: "1.5", strokeLinecap: "round" })
9
- ] });
2
+ const h = ({ size: t = 24, color: C = "currentColor", ...o }) => /* @__PURE__ */ r(
3
+ "svg",
4
+ {
5
+ width: t,
6
+ height: t,
7
+ viewBox: "0 0 24 24",
8
+ fill: "none",
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ ...o,
11
+ children: [
12
+ /* @__PURE__ */ e(
13
+ "path",
14
+ {
15
+ d: "M3.74181 20.5545C4.94143 22 7.17414 22 11.6395 22H12.3607C16.8261 22 19.0589 22 20.2585 20.5545M3.74181 20.5545C2.54219 19.1091 2.95365 16.9146 3.77657 12.5257C4.36179 9.40452 4.65441 7.84393 5.7653 6.92196M3.74181 20.5545C3.74181 20.5545 3.74181 20.5545 3.74181 20.5545ZM20.2585 20.5545C21.4581 19.1091 21.0466 16.9146 20.2237 12.5257C19.6385 9.40452 19.3459 7.84393 18.235 6.92196M20.2585 20.5545C20.2585 20.5545 20.2585 20.5545 20.2585 20.5545ZM18.235 6.92196C17.1241 6 15.5363 6 12.3607 6H11.6395C8.46398 6 6.8762 6 5.7653 6.92196M18.235 6.92196C18.235 6.92196 18.235 6.92196 18.235 6.92196ZM5.7653 6.92196C5.7653 6.92196 5.7653 6.92196 5.7653 6.92196Z",
16
+ stroke: C,
17
+ strokeWidth: "1.5"
18
+ }
19
+ ),
20
+ /* @__PURE__ */ e(
21
+ "path",
22
+ {
23
+ d: "M9 6V5C9 3.34315 10.3431 2 12 2C13.6569 2 15 3.34315 15 5V6",
24
+ stroke: C,
25
+ strokeWidth: "1.5",
26
+ strokeLinecap: "round"
27
+ }
28
+ )
29
+ ]
30
+ }
31
+ );
10
32
  export {
11
33
  h as default
12
34
  };