tapquest-ui-yeulamvietnam 2.13.1 → 2.13.3
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/dist/index.d.mts +1 -1
- package/dist/index.mjs +44 -0
- package/index.ts +13 -0
- package/package.json +8 -1
package/dist/index.d.mts
CHANGED
|
@@ -468,4 +468,4 @@ declare function useInteractiveMap({ mapId, mapBackground, mapSvg, containerStyl
|
|
|
468
468
|
cleanup: () => void;
|
|
469
469
|
};
|
|
470
470
|
|
|
471
|
-
export { Appbar, AppbarPrimaryButton, Avatar, Button, Card, FormItem, Header, index$1 as Icons, Image, Input, InputPassword, InputSearch, Loader, LocationOverviewCard, MemoryCard, Modal, ProgressCircular, ProgressStep, index as SVGs, StyledSelect as Select, SponsorByContainer, Tabs, TextArea, Typography, type_d as types, useInteractiveMap };
|
|
471
|
+
export { Appbar, AppbarPrimaryButton, ArrowCircle, Avatar, Button, Camera, Card, Check, ChevronLeft, ChevronRight, CircleAlert, CircleCheck, CornerUpRight, Dart, Discover, Edit, Email, Exclaimation, Facebook, FormItem, Gear, Gift, Globe, Header, Home, index$1 as Icons, Image, Input, InputPassword, InputSearch, Instagram, Link, Loader, LocationOverviewCard, LocationPin, Logout, MapMarker, MemoryCard, Menu, Mission, Modal, Moment, Phone, Pin, PinCircle, PinOutlined, Profile, ProfileGift, ProgressBar, ProgressBarInner, ProgressCircular, ProgressStep, index as SVGs, SealCheckIcon, StyledSelect as Select, SendMessage, Share, ShareMemoryBadge, ShieldWarningIcon, SponsorByContainer, Tabs, Telegram, TextArea, Trash, Typography, User, XIcon, Zalo, type_d as types, useInteractiveMap };
|
package/dist/index.mjs
CHANGED
|
@@ -3271,27 +3271,71 @@ function useInteractiveMap({
|
|
|
3271
3271
|
export {
|
|
3272
3272
|
Appbar_default as Appbar,
|
|
3273
3273
|
AppbarPrimaryButton_default as AppbarPrimaryButton,
|
|
3274
|
+
ArrowCircle,
|
|
3274
3275
|
Avatar_default as Avatar,
|
|
3275
3276
|
Button_default as Button,
|
|
3277
|
+
Camera,
|
|
3276
3278
|
Card_default as Card,
|
|
3279
|
+
Check,
|
|
3280
|
+
ChevronLeft,
|
|
3281
|
+
ChevronRight,
|
|
3282
|
+
CircleAlert,
|
|
3283
|
+
CircleCheck,
|
|
3284
|
+
CornerUpRight,
|
|
3285
|
+
Dart,
|
|
3286
|
+
Discover,
|
|
3287
|
+
Edit,
|
|
3288
|
+
Email,
|
|
3289
|
+
Exclaimation,
|
|
3290
|
+
Facebook,
|
|
3277
3291
|
FormItem_default as FormItem,
|
|
3292
|
+
Gear,
|
|
3293
|
+
Gift,
|
|
3294
|
+
Globe,
|
|
3278
3295
|
Header,
|
|
3296
|
+
Home,
|
|
3279
3297
|
Icons_exports as Icons,
|
|
3280
3298
|
Image_default as Image,
|
|
3281
3299
|
Input_default as Input,
|
|
3282
3300
|
InputPassword_default as InputPassword,
|
|
3283
3301
|
InputSearch_default as InputSearch,
|
|
3302
|
+
Instagram,
|
|
3303
|
+
Link,
|
|
3284
3304
|
Loader_default as Loader,
|
|
3285
3305
|
LocationOverviewCard_default as LocationOverviewCard,
|
|
3306
|
+
LocationPin,
|
|
3307
|
+
Logout,
|
|
3308
|
+
MapMarker,
|
|
3286
3309
|
MemoryCard_default as MemoryCard,
|
|
3310
|
+
Menu,
|
|
3311
|
+
Mission,
|
|
3287
3312
|
Modal_default as Modal,
|
|
3313
|
+
Moment,
|
|
3314
|
+
Phone,
|
|
3315
|
+
Pin,
|
|
3316
|
+
PinCircle,
|
|
3317
|
+
PinOutlined,
|
|
3318
|
+
Profile,
|
|
3319
|
+
ProfileGift,
|
|
3320
|
+
ProgressBar,
|
|
3321
|
+
ProgressBarInner,
|
|
3288
3322
|
ProgressCircular_default as ProgressCircular,
|
|
3289
3323
|
ProgressStep,
|
|
3290
3324
|
SVGs_exports as SVGs,
|
|
3325
|
+
SealCheckIcon,
|
|
3291
3326
|
Select_default as Select,
|
|
3327
|
+
SendMessage,
|
|
3328
|
+
Share,
|
|
3329
|
+
ShareMemoryBadge,
|
|
3330
|
+
ShieldWarningIcon,
|
|
3292
3331
|
SponsorByContainer,
|
|
3293
3332
|
Tabs_default as Tabs,
|
|
3333
|
+
Telegram,
|
|
3294
3334
|
TextArea_default as TextArea,
|
|
3335
|
+
Trash,
|
|
3295
3336
|
Typography_default as Typography,
|
|
3337
|
+
User,
|
|
3338
|
+
XIcon,
|
|
3339
|
+
Zalo,
|
|
3296
3340
|
useInteractiveMap
|
|
3297
3341
|
};
|
package/index.ts
CHANGED
|
@@ -39,4 +39,17 @@ export { useInteractiveMap };
|
|
|
39
39
|
|
|
40
40
|
export { SVGs, Icons };
|
|
41
41
|
|
|
42
|
+
// Re-export all Icons individually for direct import
|
|
43
|
+
export {
|
|
44
|
+
Home, Exclaimation, XIcon, ProgressBar, ProgressBarInner, PinCircle, Camera, Menu, MapMarker, Edit,
|
|
45
|
+
ShareMemoryBadge, Facebook, Instagram, Telegram, Zalo,
|
|
46
|
+
Link, ArrowCircle, Pin, Gift, Share, Profile, ChevronLeft, ChevronRight,
|
|
47
|
+
Gear, ProfileGift, Moment, Mission, User, Logout, Trash, CornerUpRight,
|
|
48
|
+
SealCheckIcon, ShieldWarningIcon,
|
|
49
|
+
LocationPin, Email, Phone, Globe,
|
|
50
|
+
SendMessage, CircleCheck, Check,
|
|
51
|
+
CircleAlert, PinOutlined,
|
|
52
|
+
Discover, Dart
|
|
53
|
+
} from "./src/components/Icons";
|
|
54
|
+
|
|
42
55
|
export type { types };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tapquest-ui-yeulamvietnam",
|
|
3
|
-
"version": "2.13.
|
|
3
|
+
"version": "2.13.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -8,6 +8,13 @@
|
|
|
8
8
|
"main": "./dist/index.mjs",
|
|
9
9
|
"module": "./dist/index.mjs",
|
|
10
10
|
"types": "./dist/index.d.mts",
|
|
11
|
+
"exports": {
|
|
12
|
+
".": {
|
|
13
|
+
"import": "./dist/index.mjs",
|
|
14
|
+
"types": "./dist/index.d.mts"
|
|
15
|
+
},
|
|
16
|
+
"./package.json": "./package.json"
|
|
17
|
+
},
|
|
11
18
|
"scripts": {
|
|
12
19
|
"build": "tsup",
|
|
13
20
|
"dev": "tsup --watch",
|