@shopify/shop-minis-react 0.0.26 → 0.0.28

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 (44) hide show
  1. package/dist/_virtual/index2.js +4 -4
  2. package/dist/_virtual/index3.js +4 -4
  3. package/dist/components/atoms/content-monitor.js +22 -0
  4. package/dist/components/atoms/content-monitor.js.map +1 -0
  5. package/dist/components/atoms/content-wrapper.js +18 -0
  6. package/dist/components/atoms/content-wrapper.js.map +1 -0
  7. package/dist/components/atoms/long-press-detector.js +33 -0
  8. package/dist/components/atoms/long-press-detector.js.map +1 -0
  9. package/dist/components/commerce/product-link-skeleton.js +30 -0
  10. package/dist/components/commerce/product-link-skeleton.js.map +1 -0
  11. package/dist/components/commerce/product-link.js +68 -68
  12. package/dist/components/commerce/product-link.js.map +1 -1
  13. package/dist/components/commerce/search.js +144 -0
  14. package/dist/components/commerce/search.js.map +1 -0
  15. package/dist/components/content/image-content-wrapper.js +27 -0
  16. package/dist/components/content/image-content-wrapper.js.map +1 -0
  17. package/dist/components/ui/input.js +3 -3
  18. package/dist/components/ui/input.js.map +1 -1
  19. package/dist/hooks/product/useProductSearch.js +24 -23
  20. package/dist/hooks/product/useProductSearch.js.map +1 -1
  21. package/dist/index.js +232 -225
  22. package/dist/index.js.map +1 -1
  23. package/dist/shop-minis-react/node_modules/.pnpm/lucide-react@0.513.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/search.js +16 -0
  24. package/dist/shop-minis-react/node_modules/.pnpm/lucide-react@0.513.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/search.js.map +1 -0
  25. package/dist/shop-minis-react/node_modules/.pnpm/video.js@8.23.3/node_modules/video.js/dist/video.es.js +1 -1
  26. package/dist/shop-minis-react.css +1 -1
  27. package/dist/utils/colors.js +1 -1
  28. package/package.json +1 -1
  29. package/src/components/atoms/content-monitor.tsx +25 -0
  30. package/src/components/{content → atoms}/content-wrapper.tsx +1 -0
  31. package/src/components/atoms/long-press-detector.tsx +52 -0
  32. package/src/components/commerce/product-link-skeleton.tsx +30 -0
  33. package/src/components/commerce/product-link.tsx +8 -5
  34. package/src/components/commerce/search.tsx +264 -0
  35. package/src/components/content/image-content-wrapper.tsx +42 -0
  36. package/src/components/index.ts +3 -1
  37. package/src/components/ui/input.tsx +1 -1
  38. package/src/hooks/product/useProductSearch.ts +10 -1
  39. package/src/styles/utilities.css +9 -0
  40. package/dist/components/content/content-monitor.js +0 -17
  41. package/dist/components/content/content-monitor.js.map +0 -1
  42. package/dist/components/content/content-wrapper.js +0 -17
  43. package/dist/components/content/content-wrapper.js.map +0 -1
  44. package/src/components/content/content-monitor.tsx +0 -23
package/dist/index.js CHANGED
@@ -1,240 +1,247 @@
1
1
  import { DATA_NAVIGATION_TYPE_ATTRIBUTE as o, NAVIGATION_TYPES as t } from "./types/index.js";
2
- import { MinisContainer as i } from "./components/MinisContainer.js";
2
+ import { MinisContainer as p } from "./components/MinisContainer.js";
3
3
  import { ProductCard as l } from "./components/commerce/product-card.js";
4
- import { ProductLink as n } from "./components/commerce/product-link.js";
4
+ import { ProductLink as s } from "./components/commerce/product-link.js";
5
5
  import { MerchantCard as f, MerchantCardPrimitive as x } from "./components/commerce/merchant-card.js";
6
6
  import { ProductCardSkeleton as c } from "./components/commerce/product-card-skeleton.js";
7
7
  import { MerchantCardSkeleton as g } from "./components/commerce/merchant-card-skeleton.js";
8
- import { QuantitySelector as S } from "./components/commerce/quantity-selector.js";
9
- import { ContentWrapper as A } from "./components/content/content-wrapper.js";
10
- import { TransitionContainer as T } from "./components/navigation/transition-container.js";
11
- import { TransitionLink as I } from "./components/navigation/transition-link.js";
12
- import { Button as v } from "./components/atoms/button.js";
13
- import { FavoriteButton as b } from "./components/atoms/favorite-button.js";
14
- import { IconButton as F } from "./components/atoms/icon-button.js";
15
- import { ThumbhashImage as B } from "./components/atoms/thumbhash-image.js";
16
- import { Touchable as N } from "./components/atoms/touchable.js";
17
- import { AlertDialogAtom as L } from "./components/atoms/alert-dialog.js";
18
- import { List as G } from "./components/atoms/list.js";
19
- import { VideoPlayer as O } from "./components/atoms/video-player.js";
20
- import { Accordion as z, AccordionContent as _, AccordionItem as W, AccordionTrigger as Y } from "./components/ui/accordion.js";
21
- import { Alert as j, AlertDescription as q, AlertTitle as J } from "./components/ui/alert.js";
22
- import { AlertDialog as X, AlertDialogAction as Z, AlertDialogCancel as $, AlertDialogContent as rr, AlertDialogDescription as er, AlertDialogFooter as or, AlertDialogHeader as tr, AlertDialogOverlay as ar, AlertDialogPortal as ir, AlertDialogTitle as pr, AlertDialogTrigger as lr } from "./components/ui/alert-dialog.js";
23
- import { Avatar as nr, AvatarFallback as sr, AvatarImage as fr } from "./components/ui/avatar.js";
24
- import { Badge as ur, badgeVariants as cr } from "./components/ui/badge.js";
25
- import { Card as gr, CardAction as Cr, CardContent as Sr, CardDescription as Dr, CardFooter as Ar, CardHeader as Pr, CardTitle as Tr } from "./components/ui/card.js";
26
- import { Carousel as Ir, CarouselContent as wr, CarouselItem as vr, CarouselNext as Rr, CarouselPrevious as br } from "./components/ui/carousel.js";
27
- import { Checkbox as Fr } from "./components/ui/checkbox.js";
28
- import { Dialog as Br, DialogClose as Mr, DialogContent as Nr, DialogDescription as yr, DialogFooter as Lr, DialogHeader as Ur, DialogOverlay as Gr, DialogPortal as Hr, DialogTitle as Or, DialogTrigger as Vr } from "./components/ui/dialog.js";
29
- import { Drawer as _r, DrawerClose as Wr, DrawerContent as Yr, DrawerDescription as Qr, DrawerFooter as jr, DrawerHeader as qr, DrawerOverlay as Jr, DrawerPortal as Kr, DrawerTitle as Xr, DrawerTrigger as Zr } from "./components/ui/drawer.js";
30
- import { Input as re } from "./components/ui/input.js";
31
- import { Label as oe } from "./components/ui/label.js";
32
- import { Progress as ae } from "./components/ui/progress.js";
33
- import { RadioGroup as pe, RadioGroupItem as le } from "./components/ui/radio-group.js";
34
- import { ResizableHandle as ne, ResizablePanel as se, ResizablePanelGroup as fe } from "./components/ui/resizable.js";
35
- import { ScrollArea as ue, ScrollBar as ce } from "./components/ui/scroll-area.js";
36
- import { Select as ge, SelectContent as Ce, SelectGroup as Se, SelectItem as De, SelectLabel as Ae, SelectScrollDownButton as Pe, SelectScrollUpButton as Te, SelectSeparator as he, SelectTrigger as Ie, SelectValue as we } from "./components/ui/select.js";
37
- import { Separator as Re } from "./components/ui/separator.js";
38
- import { Sheet as Ee, SheetClose as Fe, SheetContent as ke, SheetDescription as Be, SheetFooter as Me, SheetHeader as Ne, SheetTitle as ye, SheetTrigger as Le } from "./components/ui/sheet.js";
39
- import { Toaster as Ge } from "./components/ui/sonner.js";
40
- import { Skeleton as Oe } from "./components/ui/skeleton.js";
41
- import { useRecentProducts as ze } from "./hooks/user/useRecentProducts.js";
42
- import { useRecentShops as We } from "./hooks/user/useRecentShops.js";
43
- import { useSavedProducts as Qe } from "./hooks/user/useSavedProducts.js";
44
- import { useSavedProductsActions as qe } from "./hooks/user/useSavedProductsActions.js";
45
- import { useFollowedShops as Ke } from "./hooks/user/useFollowedShops.js";
46
- import { useFollowedShopsActions as Ze } from "./hooks/user/useFollowedShopsActions.js";
47
- import { useCurrentUser as ro } from "./hooks/user/useCurrentUser.js";
48
- import { useOrders as oo } from "./hooks/user/useOrders.js";
49
- import { useBuyerAttributes as ao } from "./hooks/user/useBuyerAttributes.js";
50
- import { useProductListActions as po } from "./hooks/product/useProductListActions.js";
51
- import { useProductLists as mo } from "./hooks/product/useProductLists.js";
52
- import { useProductList as so } from "./hooks/product/useProductList.js";
53
- import { useProduct as xo } from "./hooks/product/useProduct.js";
54
- import { useProducts as co } from "./hooks/product/useProducts.js";
55
- import { useProductVariants as Co } from "./hooks/product/useProductVariants.js";
56
- import { useProductMedia as Do } from "./hooks/product/useProductMedia.js";
57
- import { useProductSearch as Po } from "./hooks/product/useProductSearch.js";
58
- import { useRecommendedProducts as ho } from "./hooks/product/useRecommendedProducts.js";
59
- import { usePopularProducts as wo } from "./hooks/product/usePopularProducts.js";
60
- import { useCuratedProducts as Ro } from "./hooks/product/useCuratedProducts.js";
61
- import { useAsyncStorage as Eo } from "./hooks/storage/useAsyncStorage.js";
62
- import { useSecureStorage as ko } from "./hooks/storage/useSecureStorage.js";
63
- import { useImageUpload as Mo } from "./hooks/storage/useImageUpload.js";
64
- import { useShopNavigation as yo } from "./hooks/navigation/useShopNavigation.js";
65
- import { useCloseMini as Uo } from "./hooks/navigation/useCloseMini.js";
66
- import { useDeeplink as Ho } from "./hooks/navigation/useDeeplink.js";
67
- import { useNavigateWithTransition as Vo } from "./hooks/navigation/useNavigateWithTransition.js";
68
- import { useShop as _o } from "./hooks/shop/useShop.js";
69
- import { useShopCartActions as Yo } from "./hooks/shop/useShopCartActions.js";
70
- import { useRecommendedShops as jo } from "./hooks/shop/useRecommendedShops.js";
71
- import { useCreateImageContent as Jo } from "./hooks/content/useCreateImageContent.js";
72
- import { useErrorToast as Xo } from "./hooks/util/useErrorToast.js";
73
- import { useErrorScreen as $o } from "./hooks/util/useErrorScreen.js";
74
- import { useShare as et } from "./hooks/util/useShare.js";
75
- import { useImagePicker as tt } from "./hooks/util/useImagePicker.js";
76
- import { MiniEntityNotFoundError as it, MiniError as pt, MiniNetworkError as lt, formatError as mt } from "./utils/errors.js";
77
- import { extractBrandTheme as st, formatReviewCount as ft, getFeaturedImages as xt, normalizeRating as ut } from "./utils/merchant-card.js";
78
- import { parseUrl as dt } from "./utils/parseUrl.js";
79
- import { fileToDataUri as Ct } from "./utils/imageToDataUri.js";
80
- import { ContentCreateUserErrorCode as Dt } from "./shop-minis-platform/src/types/content.js";
81
- import { Consent as Pt, ConsentStatus as Tt } from "./shop-minis-platform/src/types/permissions.js";
8
+ import { QuantitySelector as C } from "./components/commerce/quantity-selector.js";
9
+ import { Search as A, SearchInput as P, SearchProvider as h, SearchResultsList as T } from "./components/commerce/search.js";
10
+ import { ImageContentWrapper as v } from "./components/content/image-content-wrapper.js";
11
+ import { TransitionContainer as R } from "./components/navigation/transition-container.js";
12
+ import { TransitionLink as E } from "./components/navigation/transition-link.js";
13
+ import { Button as k } from "./components/atoms/button.js";
14
+ import { FavoriteButton as L } from "./components/atoms/favorite-button.js";
15
+ import { IconButton as N } from "./components/atoms/icon-button.js";
16
+ import { ThumbhashImage as U } from "./components/atoms/thumbhash-image.js";
17
+ import { Touchable as H } from "./components/atoms/touchable.js";
18
+ import { LongPressDetector as V } from "./components/atoms/long-press-detector.js";
19
+ import { AlertDialogAtom as _ } from "./components/atoms/alert-dialog.js";
20
+ import { List as Y } from "./components/atoms/list.js";
21
+ import { VideoPlayer as j } from "./components/atoms/video-player.js";
22
+ import { Accordion as J, AccordionContent as K, AccordionItem as X, AccordionTrigger as Z } from "./components/ui/accordion.js";
23
+ import { Alert as rr, AlertDescription as er, AlertTitle as or } from "./components/ui/alert.js";
24
+ import { AlertDialog as ar, AlertDialogAction as pr, AlertDialogCancel as ir, AlertDialogContent as lr, AlertDialogDescription as mr, AlertDialogFooter as sr, AlertDialogHeader as nr, AlertDialogOverlay as fr, AlertDialogPortal as xr, AlertDialogTitle as ur, AlertDialogTrigger as cr } from "./components/ui/alert-dialog.js";
25
+ import { Avatar as gr, AvatarFallback as Sr, AvatarImage as Cr } from "./components/ui/avatar.js";
26
+ import { Badge as Ar, badgeVariants as Pr } from "./components/ui/badge.js";
27
+ import { Card as Tr, CardAction as Ir, CardContent as vr, CardDescription as wr, CardFooter as Rr, CardHeader as br, CardTitle as Er } from "./components/ui/card.js";
28
+ import { Carousel as kr, CarouselContent as Br, CarouselItem as Lr, CarouselNext as Mr, CarouselPrevious as Nr } from "./components/ui/carousel.js";
29
+ import { Checkbox as Ur } from "./components/ui/checkbox.js";
30
+ import { Dialog as Hr, DialogClose as Or, DialogContent as Vr, DialogDescription as zr, DialogFooter as _r, DialogHeader as Wr, DialogOverlay as Yr, DialogPortal as Qr, DialogTitle as jr, DialogTrigger as qr } from "./components/ui/dialog.js";
31
+ import { Drawer as Kr, DrawerClose as Xr, DrawerContent as Zr, DrawerDescription as $r, DrawerFooter as re, DrawerHeader as ee, DrawerOverlay as oe, DrawerPortal as te, DrawerTitle as ae, DrawerTrigger as pe } from "./components/ui/drawer.js";
32
+ import { Input as le } from "./components/ui/input.js";
33
+ import { Label as se } from "./components/ui/label.js";
34
+ import { Progress as fe } from "./components/ui/progress.js";
35
+ import { RadioGroup as ue, RadioGroupItem as ce } from "./components/ui/radio-group.js";
36
+ import { ResizableHandle as ge, ResizablePanel as Se, ResizablePanelGroup as Ce } from "./components/ui/resizable.js";
37
+ import { ScrollArea as Ae, ScrollBar as Pe } from "./components/ui/scroll-area.js";
38
+ import { Select as Te, SelectContent as Ie, SelectGroup as ve, SelectItem as we, SelectLabel as Re, SelectScrollDownButton as be, SelectScrollUpButton as Ee, SelectSeparator as Fe, SelectTrigger as ke, SelectValue as Be } from "./components/ui/select.js";
39
+ import { Separator as Me } from "./components/ui/separator.js";
40
+ import { Sheet as ye, SheetClose as Ue, SheetContent as Ge, SheetDescription as He, SheetFooter as Oe, SheetHeader as Ve, SheetTitle as ze, SheetTrigger as _e } from "./components/ui/sheet.js";
41
+ import { Toaster as Ye } from "./components/ui/sonner.js";
42
+ import { Skeleton as je } from "./components/ui/skeleton.js";
43
+ import { useRecentProducts as Je } from "./hooks/user/useRecentProducts.js";
44
+ import { useRecentShops as Xe } from "./hooks/user/useRecentShops.js";
45
+ import { useSavedProducts as $e } from "./hooks/user/useSavedProducts.js";
46
+ import { useSavedProductsActions as eo } from "./hooks/user/useSavedProductsActions.js";
47
+ import { useFollowedShops as to } from "./hooks/user/useFollowedShops.js";
48
+ import { useFollowedShopsActions as po } from "./hooks/user/useFollowedShopsActions.js";
49
+ import { useCurrentUser as lo } from "./hooks/user/useCurrentUser.js";
50
+ import { useOrders as so } from "./hooks/user/useOrders.js";
51
+ import { useBuyerAttributes as fo } from "./hooks/user/useBuyerAttributes.js";
52
+ import { useProductListActions as uo } from "./hooks/product/useProductListActions.js";
53
+ import { useProductLists as go } from "./hooks/product/useProductLists.js";
54
+ import { useProductList as Co } from "./hooks/product/useProductList.js";
55
+ import { useProduct as Ao } from "./hooks/product/useProduct.js";
56
+ import { useProducts as ho } from "./hooks/product/useProducts.js";
57
+ import { useProductVariants as Io } from "./hooks/product/useProductVariants.js";
58
+ import { useProductMedia as wo } from "./hooks/product/useProductMedia.js";
59
+ import { useProductSearch as bo } from "./hooks/product/useProductSearch.js";
60
+ import { useRecommendedProducts as Fo } from "./hooks/product/useRecommendedProducts.js";
61
+ import { usePopularProducts as Bo } from "./hooks/product/usePopularProducts.js";
62
+ import { useCuratedProducts as Mo } from "./hooks/product/useCuratedProducts.js";
63
+ import { useAsyncStorage as yo } from "./hooks/storage/useAsyncStorage.js";
64
+ import { useSecureStorage as Go } from "./hooks/storage/useSecureStorage.js";
65
+ import { useImageUpload as Oo } from "./hooks/storage/useImageUpload.js";
66
+ import { useShopNavigation as zo } from "./hooks/navigation/useShopNavigation.js";
67
+ import { useCloseMini as Wo } from "./hooks/navigation/useCloseMini.js";
68
+ import { useDeeplink as Qo } from "./hooks/navigation/useDeeplink.js";
69
+ import { useNavigateWithTransition as qo } from "./hooks/navigation/useNavigateWithTransition.js";
70
+ import { useShop as Ko } from "./hooks/shop/useShop.js";
71
+ import { useShopCartActions as Zo } from "./hooks/shop/useShopCartActions.js";
72
+ import { useRecommendedShops as rt } from "./hooks/shop/useRecommendedShops.js";
73
+ import { useCreateImageContent as ot } from "./hooks/content/useCreateImageContent.js";
74
+ import { useErrorToast as at } from "./hooks/util/useErrorToast.js";
75
+ import { useErrorScreen as it } from "./hooks/util/useErrorScreen.js";
76
+ import { useShare as mt } from "./hooks/util/useShare.js";
77
+ import { useImagePicker as nt } from "./hooks/util/useImagePicker.js";
78
+ import { MiniEntityNotFoundError as xt, MiniError as ut, MiniNetworkError as ct, formatError as dt } from "./utils/errors.js";
79
+ import { extractBrandTheme as St, formatReviewCount as Ct, getFeaturedImages as Dt, normalizeRating as At } from "./utils/merchant-card.js";
80
+ import { parseUrl as ht } from "./utils/parseUrl.js";
81
+ import { fileToDataUri as It } from "./utils/imageToDataUri.js";
82
+ import { ContentCreateUserErrorCode as wt } from "./shop-minis-platform/src/types/content.js";
83
+ import { Consent as bt, ConsentStatus as Et } from "./shop-minis-platform/src/types/permissions.js";
82
84
  export {
83
- z as Accordion,
84
- _ as AccordionContent,
85
- W as AccordionItem,
86
- Y as AccordionTrigger,
87
- j as Alert,
88
- q as AlertDescription,
89
- X as AlertDialog,
90
- Z as AlertDialogAction,
91
- L as AlertDialogAtom,
92
- $ as AlertDialogCancel,
93
- rr as AlertDialogContent,
94
- er as AlertDialogDescription,
95
- or as AlertDialogFooter,
96
- tr as AlertDialogHeader,
97
- ar as AlertDialogOverlay,
98
- ir as AlertDialogPortal,
99
- pr as AlertDialogTitle,
100
- lr as AlertDialogTrigger,
101
- J as AlertTitle,
102
- nr as Avatar,
103
- sr as AvatarFallback,
104
- fr as AvatarImage,
105
- ur as Badge,
106
- v as Button,
107
- gr as Card,
108
- Cr as CardAction,
109
- Sr as CardContent,
110
- Dr as CardDescription,
111
- Ar as CardFooter,
112
- Pr as CardHeader,
113
- Tr as CardTitle,
114
- Ir as Carousel,
115
- wr as CarouselContent,
116
- vr as CarouselItem,
117
- Rr as CarouselNext,
118
- br as CarouselPrevious,
119
- Fr as Checkbox,
120
- Pt as Consent,
121
- Tt as ConsentStatus,
122
- Dt as ContentCreateUserErrorCode,
123
- A as ContentWrapper,
85
+ J as Accordion,
86
+ K as AccordionContent,
87
+ X as AccordionItem,
88
+ Z as AccordionTrigger,
89
+ rr as Alert,
90
+ er as AlertDescription,
91
+ ar as AlertDialog,
92
+ pr as AlertDialogAction,
93
+ _ as AlertDialogAtom,
94
+ ir as AlertDialogCancel,
95
+ lr as AlertDialogContent,
96
+ mr as AlertDialogDescription,
97
+ sr as AlertDialogFooter,
98
+ nr as AlertDialogHeader,
99
+ fr as AlertDialogOverlay,
100
+ xr as AlertDialogPortal,
101
+ ur as AlertDialogTitle,
102
+ cr as AlertDialogTrigger,
103
+ or as AlertTitle,
104
+ gr as Avatar,
105
+ Sr as AvatarFallback,
106
+ Cr as AvatarImage,
107
+ Ar as Badge,
108
+ k as Button,
109
+ Tr as Card,
110
+ Ir as CardAction,
111
+ vr as CardContent,
112
+ wr as CardDescription,
113
+ Rr as CardFooter,
114
+ br as CardHeader,
115
+ Er as CardTitle,
116
+ kr as Carousel,
117
+ Br as CarouselContent,
118
+ Lr as CarouselItem,
119
+ Mr as CarouselNext,
120
+ Nr as CarouselPrevious,
121
+ Ur as Checkbox,
122
+ bt as Consent,
123
+ Et as ConsentStatus,
124
+ wt as ContentCreateUserErrorCode,
124
125
  o as DATA_NAVIGATION_TYPE_ATTRIBUTE,
125
- Br as Dialog,
126
- Mr as DialogClose,
127
- Nr as DialogContent,
128
- yr as DialogDescription,
129
- Lr as DialogFooter,
130
- Ur as DialogHeader,
131
- Gr as DialogOverlay,
132
- Hr as DialogPortal,
133
- Or as DialogTitle,
134
- Vr as DialogTrigger,
135
- _r as Drawer,
136
- Wr as DrawerClose,
137
- Yr as DrawerContent,
138
- Qr as DrawerDescription,
139
- jr as DrawerFooter,
140
- qr as DrawerHeader,
141
- Jr as DrawerOverlay,
142
- Kr as DrawerPortal,
143
- Xr as DrawerTitle,
144
- Zr as DrawerTrigger,
145
- b as FavoriteButton,
146
- F as IconButton,
147
- re as Input,
148
- oe as Label,
149
- G as List,
126
+ Hr as Dialog,
127
+ Or as DialogClose,
128
+ Vr as DialogContent,
129
+ zr as DialogDescription,
130
+ _r as DialogFooter,
131
+ Wr as DialogHeader,
132
+ Yr as DialogOverlay,
133
+ Qr as DialogPortal,
134
+ jr as DialogTitle,
135
+ qr as DialogTrigger,
136
+ Kr as Drawer,
137
+ Xr as DrawerClose,
138
+ Zr as DrawerContent,
139
+ $r as DrawerDescription,
140
+ re as DrawerFooter,
141
+ ee as DrawerHeader,
142
+ oe as DrawerOverlay,
143
+ te as DrawerPortal,
144
+ ae as DrawerTitle,
145
+ pe as DrawerTrigger,
146
+ L as FavoriteButton,
147
+ N as IconButton,
148
+ v as ImageContentWrapper,
149
+ le as Input,
150
+ se as Label,
151
+ Y as List,
152
+ V as LongPressDetector,
150
153
  f as MerchantCard,
151
154
  x as MerchantCardPrimitive,
152
155
  g as MerchantCardSkeleton,
153
- it as MiniEntityNotFoundError,
154
- pt as MiniError,
155
- lt as MiniNetworkError,
156
- i as MinisContainer,
156
+ xt as MiniEntityNotFoundError,
157
+ ut as MiniError,
158
+ ct as MiniNetworkError,
159
+ p as MinisContainer,
157
160
  t as NAVIGATION_TYPES,
158
161
  l as ProductCard,
159
162
  c as ProductCardSkeleton,
160
- n as ProductLink,
161
- ae as Progress,
162
- S as QuantitySelector,
163
- pe as RadioGroup,
164
- le as RadioGroupItem,
165
- ne as ResizableHandle,
166
- se as ResizablePanel,
167
- fe as ResizablePanelGroup,
168
- ue as ScrollArea,
169
- ce as ScrollBar,
170
- ge as Select,
171
- Ce as SelectContent,
172
- Se as SelectGroup,
173
- De as SelectItem,
174
- Ae as SelectLabel,
175
- Pe as SelectScrollDownButton,
176
- Te as SelectScrollUpButton,
177
- he as SelectSeparator,
178
- Ie as SelectTrigger,
179
- we as SelectValue,
180
- Re as Separator,
181
- Ee as Sheet,
182
- Fe as SheetClose,
183
- ke as SheetContent,
184
- Be as SheetDescription,
185
- Me as SheetFooter,
186
- Ne as SheetHeader,
187
- ye as SheetTitle,
188
- Le as SheetTrigger,
189
- Oe as Skeleton,
190
- B as ThumbhashImage,
191
- Ge as Toaster,
192
- N as Touchable,
193
- T as TransitionContainer,
194
- I as TransitionLink,
195
- O as VideoPlayer,
196
- cr as badgeVariants,
197
- st as extractBrandTheme,
198
- Ct as fileToDataUri,
199
- mt as formatError,
200
- ft as formatReviewCount,
201
- xt as getFeaturedImages,
202
- ut as normalizeRating,
203
- dt as parseUrl,
204
- Eo as useAsyncStorage,
205
- ao as useBuyerAttributes,
206
- Uo as useCloseMini,
207
- Jo as useCreateImageContent,
208
- Ro as useCuratedProducts,
209
- ro as useCurrentUser,
210
- Ho as useDeeplink,
211
- $o as useErrorScreen,
212
- Xo as useErrorToast,
213
- Ke as useFollowedShops,
214
- Ze as useFollowedShopsActions,
215
- tt as useImagePicker,
216
- Mo as useImageUpload,
217
- Vo as useNavigateWithTransition,
218
- oo as useOrders,
219
- wo as usePopularProducts,
220
- xo as useProduct,
221
- so as useProductList,
222
- po as useProductListActions,
223
- mo as useProductLists,
224
- Do as useProductMedia,
225
- Po as useProductSearch,
226
- Co as useProductVariants,
227
- co as useProducts,
228
- ze as useRecentProducts,
229
- We as useRecentShops,
230
- ho as useRecommendedProducts,
231
- jo as useRecommendedShops,
232
- Qe as useSavedProducts,
233
- qe as useSavedProductsActions,
234
- ko as useSecureStorage,
235
- et as useShare,
236
- _o as useShop,
237
- Yo as useShopCartActions,
238
- yo as useShopNavigation
163
+ s as ProductLink,
164
+ fe as Progress,
165
+ C as QuantitySelector,
166
+ ue as RadioGroup,
167
+ ce as RadioGroupItem,
168
+ ge as ResizableHandle,
169
+ Se as ResizablePanel,
170
+ Ce as ResizablePanelGroup,
171
+ Ae as ScrollArea,
172
+ Pe as ScrollBar,
173
+ A as Search,
174
+ P as SearchInput,
175
+ h as SearchProvider,
176
+ T as SearchResultsList,
177
+ Te as Select,
178
+ Ie as SelectContent,
179
+ ve as SelectGroup,
180
+ we as SelectItem,
181
+ Re as SelectLabel,
182
+ be as SelectScrollDownButton,
183
+ Ee as SelectScrollUpButton,
184
+ Fe as SelectSeparator,
185
+ ke as SelectTrigger,
186
+ Be as SelectValue,
187
+ Me as Separator,
188
+ ye as Sheet,
189
+ Ue as SheetClose,
190
+ Ge as SheetContent,
191
+ He as SheetDescription,
192
+ Oe as SheetFooter,
193
+ Ve as SheetHeader,
194
+ ze as SheetTitle,
195
+ _e as SheetTrigger,
196
+ je as Skeleton,
197
+ U as ThumbhashImage,
198
+ Ye as Toaster,
199
+ H as Touchable,
200
+ R as TransitionContainer,
201
+ E as TransitionLink,
202
+ j as VideoPlayer,
203
+ Pr as badgeVariants,
204
+ St as extractBrandTheme,
205
+ It as fileToDataUri,
206
+ dt as formatError,
207
+ Ct as formatReviewCount,
208
+ Dt as getFeaturedImages,
209
+ At as normalizeRating,
210
+ ht as parseUrl,
211
+ yo as useAsyncStorage,
212
+ fo as useBuyerAttributes,
213
+ Wo as useCloseMini,
214
+ ot as useCreateImageContent,
215
+ Mo as useCuratedProducts,
216
+ lo as useCurrentUser,
217
+ Qo as useDeeplink,
218
+ it as useErrorScreen,
219
+ at as useErrorToast,
220
+ to as useFollowedShops,
221
+ po as useFollowedShopsActions,
222
+ nt as useImagePicker,
223
+ Oo as useImageUpload,
224
+ qo as useNavigateWithTransition,
225
+ so as useOrders,
226
+ Bo as usePopularProducts,
227
+ Ao as useProduct,
228
+ Co as useProductList,
229
+ uo as useProductListActions,
230
+ go as useProductLists,
231
+ wo as useProductMedia,
232
+ bo as useProductSearch,
233
+ Io as useProductVariants,
234
+ ho as useProducts,
235
+ Je as useRecentProducts,
236
+ Xe as useRecentShops,
237
+ Fo as useRecommendedProducts,
238
+ rt as useRecommendedShops,
239
+ $e as useSavedProducts,
240
+ eo as useSavedProductsActions,
241
+ Go as useSecureStorage,
242
+ mt as useShare,
243
+ Ko as useShop,
244
+ Zo as useShopCartActions,
245
+ zo as useShopNavigation
239
246
  };
240
247
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,16 @@
1
+ import c from "../createLucideIcon.js";
2
+ /**
3
+ * @license lucide-react v0.513.0 - ISC
4
+ *
5
+ * This source code is licensed under the ISC license.
6
+ * See the LICENSE file in the root directory of this source tree.
7
+ */
8
+ const e = [
9
+ ["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
10
+ ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
11
+ ], o = c("search", e);
12
+ export {
13
+ e as __iconNode,
14
+ o as default
15
+ };
16
+ //# sourceMappingURL=search.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"search.js","sources":["../../../../../../../../../../node_modules/.pnpm/lucide-react@0.513.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/search.js"],"sourcesContent":["/**\n * @license lucide-react v0.513.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createLucideIcon from '../createLucideIcon.js';\n\nconst __iconNode = [\n [\"path\", { d: \"m21 21-4.34-4.34\", key: \"14j7rj\" }],\n [\"circle\", { cx: \"11\", cy: \"11\", r: \"8\", key: \"4ej97u\" }]\n];\nconst Search = createLucideIcon(\"search\", __iconNode);\n\nexport { __iconNode, Search as default };\n//# sourceMappingURL=search.js.map\n"],"names":["__iconNode","Search","createLucideIcon"],"mappings":";AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASK,MAACA,IAAa;AAAA,EACjB,CAAC,QAAQ,EAAE,GAAG,oBAAoB,KAAK,SAAQ,CAAE;AAAA,EACjD,CAAC,UAAU,EAAE,IAAI,MAAM,IAAI,MAAM,GAAG,KAAK,KAAK,SAAU,CAAA;AAC1D,GACMC,IAASC,EAAiB,UAAUF,CAAU;","x_google_ignoreList":[0]}
@@ -1,6 +1,6 @@
1
1
  import S from "../../../../../../../_virtual/window.js";
2
2
  import B from "../../../../../../../_virtual/document.js";
3
- import il from "../../../../../../../_virtual/index3.js";
3
+ import il from "../../../../../../../_virtual/index2.js";
4
4
  import ao from "../../../../../../../_virtual/browser-index.js";
5
5
  import xe from "../../../../@babel_runtime@7.27.6/node_modules/@babel/runtime/helpers/esm/extends.js";
6
6
  import Kc from "../../../../@videojs_vhs-utils@4.1.1/node_modules/@videojs/vhs-utils/es/resolve-url.js";