favesalon-embed 0.0.3 → 0.0.5
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/LICENSE +21 -0
- package/dist/cjs/_commonjsHelpers-5cfcba41.js +36 -0
- package/dist/cjs/chat-button.cjs.entry.js +118 -0
- package/dist/cjs/colors-38421769.js +69 -0
- package/dist/cjs/favesalon-embed.cjs.js +24 -0
- package/dist/cjs/google-map_5.cjs.entry.js +310 -0
- package/{cjs/index-7d179a70.js → dist/cjs/index-47c2a5f6.js} +587 -199
- package/dist/cjs/index-7f190886.js +4396 -0
- package/dist/cjs/loader.cjs.js +23 -0
- package/dist/cjs/relativeTime-3721080d.js +9 -0
- package/dist/cjs/salon-booking-modal.cjs.entry.js +30 -0
- package/dist/cjs/salon-booking.cjs.entry.js +51 -0
- package/dist/cjs/salon-gift-card-modal.cjs.entry.js +29 -0
- package/dist/cjs/salon-gift-card.cjs.entry.js +51 -0
- package/dist/cjs/salon-latest-reviews.cjs.entry.js +97 -0
- package/dist/cjs/salon-lookbook.cjs.entry.js +222 -0
- package/dist/cjs/salon-ranking.cjs.entry.js +60 -0
- package/dist/cjs/salon-reviews.cjs.entry.js +193 -0
- package/dist/cjs/salon-services.cjs.entry.js +81 -0
- package/dist/cjs/salon-stylists.cjs.entry.js +118 -0
- package/dist/cjs/services-125c82d8.js +21492 -0
- package/dist/cjs/style-detail.cjs.entry.js +312 -0
- package/dist/cjs/user-avatar.cjs.entry.js +45 -0
- package/dist/cjs/utils-c5a33b3c.js +23 -0
- package/{collection → dist/collection}/collection-manifest.json +5 -4
- package/dist/collection/components/chat-button/index.css +122 -0
- package/dist/collection/components/chat-button/index.js +218 -0
- package/dist/collection/components/chat-conversation/index.js +103 -0
- package/dist/collection/components/google-map/assets/map--placeholder.jpeg +0 -0
- package/{collection → dist/collection}/components/google-map/index.css +0 -1
- package/dist/collection/components/google-map/index.js +90 -0
- package/{collection → dist/collection}/components/salon-booking/index.css +11 -20
- package/dist/collection/components/salon-booking/index.js +126 -0
- package/dist/collection/components/salon-booking/salon-booking-modal.js +92 -0
- package/dist/collection/components/salon-gift-card/index.css +30 -0
- package/dist/collection/components/salon-gift-card/index.js +126 -0
- package/dist/collection/components/salon-gift-card/salon-gift-card-modal.js +73 -0
- package/dist/collection/components/salon-info/index.js +77 -0
- package/dist/collection/components/salon-latest-reviews/index.js +163 -0
- package/dist/collection/components/salon-latest-styles/index.css +12 -0
- package/dist/collection/components/salon-latest-styles/index.js +183 -0
- package/{collection/components/salon-contact → dist/collection/components/salon-locations}/index.css +7 -4
- package/dist/collection/components/salon-locations/index.js +143 -0
- package/dist/collection/components/salon-lookbook/index.css +15 -0
- package/dist/collection/components/salon-lookbook/index.js +368 -0
- package/dist/collection/components/salon-ranking/index.js +117 -0
- package/dist/collection/components/salon-reviews/index.css +18 -0
- package/dist/collection/components/salon-reviews/index.js +249 -0
- package/dist/collection/components/salon-schedules/index.css +18 -0
- package/dist/collection/components/salon-schedules/index.js +167 -0
- package/dist/collection/components/salon-services/index.css +1 -0
- package/dist/collection/components/salon-services/index.js +146 -0
- package/dist/collection/components/salon-stylists/index.js +184 -0
- package/dist/collection/components/style-detail/index.css +76 -0
- package/dist/collection/components/style-detail/index.js +386 -0
- package/dist/collection/components/user-avatar/index.js +134 -0
- package/dist/collection/constants/colors.js +65 -0
- package/dist/collection/mocks/users.js +10 -0
- package/dist/collection/services/services.js +295 -0
- package/dist/collection/types/chat.js +23 -0
- package/dist/collection/types/common.js +11 -0
- package/{collection → dist/collection}/types/review.js +9 -5
- package/dist/collection/types/salon.js +58 -0
- package/dist/collection/types/style.js +128 -0
- package/dist/collection/types/stylist.js +30 -0
- package/dist/collection/types/user.js +10 -0
- package/{custom-elements → dist/custom-elements}/index.d.ts +18 -12
- package/dist/custom-elements/index.js +28340 -0
- package/dist/esm/_commonjsHelpers-098d5b27.js +32 -0
- package/dist/esm/chat-button.entry.js +114 -0
- package/dist/esm/colors-ea36347a.js +67 -0
- package/dist/esm/favesalon-embed.js +19 -0
- package/dist/esm/google-map_5.entry.js +302 -0
- package/{esm/index-2160b80b.js → dist/esm/index-3fae868e.js} +586 -200
- package/dist/esm/index-80523fec.js +4393 -0
- package/dist/esm/index.js +1 -0
- package/dist/esm/loader.js +19 -0
- package/dist/esm/polyfills/css-shim.js +1 -0
- package/dist/esm/relativeTime-cd452e6d.js +7 -0
- package/dist/esm/salon-booking-modal.entry.js +26 -0
- package/dist/esm/salon-booking.entry.js +47 -0
- package/dist/esm/salon-gift-card-modal.entry.js +25 -0
- package/dist/esm/salon-gift-card.entry.js +47 -0
- package/dist/esm/salon-latest-reviews.entry.js +93 -0
- package/dist/esm/salon-lookbook.entry.js +218 -0
- package/dist/esm/salon-ranking.entry.js +56 -0
- package/dist/esm/salon-reviews.entry.js +189 -0
- package/dist/esm/salon-services.entry.js +77 -0
- package/dist/esm/salon-stylists.entry.js +114 -0
- package/dist/esm/services-40a3e622.js +21485 -0
- package/dist/esm/style-detail.entry.js +308 -0
- package/dist/esm/user-avatar.entry.js +41 -0
- package/dist/esm/utils-e97485e0.js +19 -0
- package/dist/favesalon-embed/assets/map--placeholder.jpeg +0 -0
- package/{favesalon-embed → dist/favesalon-embed}/favesalon-embed.css +1 -1
- package/dist/favesalon-embed/favesalon-embed.esm.js +1 -0
- package/dist/favesalon-embed/p-019c5ccd.entry.js +1 -0
- package/dist/favesalon-embed/p-083a8821.entry.js +1 -0
- package/dist/favesalon-embed/p-0d0ed9ea.entry.js +1 -0
- package/dist/favesalon-embed/p-119db8de.entry.js +1 -0
- package/dist/favesalon-embed/p-1432c51b.entry.js +1 -0
- package/dist/favesalon-embed/p-22093506.entry.js +1 -0
- package/dist/favesalon-embed/p-32b314e9.js +2 -0
- package/dist/favesalon-embed/p-47e646f8.js +1 -0
- package/dist/favesalon-embed/p-4a5eca9a.js +6 -0
- package/dist/favesalon-embed/p-58d2e9be.js +1 -0
- package/dist/favesalon-embed/p-71404b6a.entry.js +1 -0
- package/dist/favesalon-embed/p-857c3a61.entry.js +1 -0
- package/dist/favesalon-embed/p-99ec77f7.entry.js +1 -0
- package/dist/favesalon-embed/p-a33331cc.js +1 -0
- package/dist/favesalon-embed/p-b0c3673a.entry.js +1 -0
- package/dist/favesalon-embed/p-b287b1ea.entry.js +1 -0
- package/dist/favesalon-embed/p-b3af7842.entry.js +1 -0
- package/dist/favesalon-embed/p-b630ae68.js +1580 -0
- package/dist/favesalon-embed/p-ce2c1c9a.entry.js +1 -0
- package/dist/favesalon-embed/p-d6083940.js +1 -0
- package/dist/favesalon-embed/p-d9b7ad58.entry.js +1 -0
- package/dist/favesalon-embed/p-fc9a5551.js +6 -0
- package/dist/types/components/chat-button/index.d.ts +24 -0
- package/dist/types/components/google-map/index.d.ts +5 -0
- package/{types → dist/types}/components/salon-booking/salon-booking-modal.d.ts +1 -0
- package/{types → dist/types}/components/salon-gift-card/index.d.ts +2 -1
- package/{types → dist/types}/components/salon-gift-card/salon-gift-card-modal.d.ts +2 -0
- package/{types → dist/types}/components/salon-info/index.d.ts +0 -1
- package/{types → dist/types}/components/salon-latest-reviews/index.d.ts +2 -0
- package/dist/types/components/salon-latest-styles/index.d.ts +12 -0
- package/{types → dist/types}/components/salon-locations/index.d.ts +2 -0
- package/{types → dist/types}/components/salon-lookbook/index.d.ts +7 -2
- package/dist/types/components/salon-reviews/index.d.ts +24 -0
- package/{types → dist/types}/components/salon-schedules/index.d.ts +2 -0
- package/{types → dist/types}/components/salon-services/index.d.ts +1 -0
- package/{types → dist/types}/components/salon-stylists/index.d.ts +6 -0
- package/dist/types/components/style-detail/index.d.ts +24 -0
- package/{types → dist/types}/components.d.ts +82 -41
- package/dist/types/constants/colors.d.ts +65 -0
- package/dist/types/mocks/users.d.ts +10 -0
- package/dist/types/services/services.d.ts +75 -0
- package/{types → dist/types}/stencil-public-runtime.d.ts +85 -11
- package/dist/types/types/chat.d.ts +17 -0
- package/dist/types/types/common.d.ts +11 -0
- package/{types → dist/types}/types/review.d.ts +4 -0
- package/{types → dist/types}/types/salon.d.ts +3 -1
- package/dist/types/types/style.d.ts +88 -0
- package/{types → dist/types}/types/stylist.d.ts +2 -1
- package/{types → dist/types}/types/user.d.ts +2 -2
- package/loader/cdn.js +3 -0
- package/loader/index.cjs.js +3 -0
- package/loader/index.d.ts +21 -0
- package/loader/index.es2017.js +3 -0
- package/loader/index.js +4 -0
- package/loader/package.json +11 -0
- package/package.json +19 -14
- package/readme.md +25 -2
- package/cjs/favesalon-embed.cjs.js +0 -20
- package/cjs/google-map_15.cjs.entry.js +0 -6632
- package/cjs/loader.cjs.js +0 -22
- package/cjs/salon-booking-modal.cjs.entry.js +0 -23
- package/cjs/salon-gift-card-modal.cjs.entry.js +0 -20
- package/collection/components/google-map/index.js +0 -97
- package/collection/components/salon-booking/index.js +0 -103
- package/collection/components/salon-booking/salon-booking-modal.js +0 -82
- package/collection/components/salon-contact/index.js +0 -88
- package/collection/components/salon-gift-card/index.css +0 -25
- package/collection/components/salon-gift-card/index.js +0 -83
- package/collection/components/salon-gift-card/salon-gift-card-modal.js +0 -43
- package/collection/components/salon-info/index.css +0 -3
- package/collection/components/salon-info/index.js +0 -97
- package/collection/components/salon-latest-reviews/index.js +0 -108
- package/collection/components/salon-locations/index.js +0 -80
- package/collection/components/salon-lookbook/index.css +0 -12
- package/collection/components/salon-lookbook/index.js +0 -303
- package/collection/components/salon-ranking/index.js +0 -114
- package/collection/components/salon-reviews/index.js +0 -291
- package/collection/components/salon-schedules/index.css +0 -14
- package/collection/components/salon-schedules/index.js +0 -103
- package/collection/components/salon-services/index.css +0 -0
- package/collection/components/salon-services/index.js +0 -113
- package/collection/components/salon-styles/index.css +0 -23
- package/collection/components/salon-styles/index.js +0 -100
- package/collection/components/salon-stylists/index.js +0 -96
- package/collection/components/user-avatar/index.css +0 -0
- package/collection/components/user-avatar/index.js +0 -127
- package/collection/constants/colors.js +0 -91
- package/collection/services/services.js +0 -203
- package/collection/types/common.js +0 -2
- package/collection/types/salon.js +0 -52
- package/collection/types/style.js +0 -28
- package/collection/types/stylist.js +0 -13
- package/collection/types/user.js +0 -10
- package/custom-elements/index.js +0 -7410
- package/esm/favesalon-embed.js +0 -18
- package/esm/google-map_15.entry.js +0 -6614
- package/esm/loader.js +0 -18
- package/esm/polyfills/css-shim.js +0 -1
- package/esm/salon-booking-modal.entry.js +0 -19
- package/esm/salon-gift-card-modal.entry.js +0 -16
- package/favesalon-embed/favesalon-embed.esm.js +0 -1
- package/favesalon-embed/p-1432ab16.entry.js +0 -1
- package/favesalon-embed/p-2da2ed75.js +0 -1
- package/favesalon-embed/p-4a5eca9a.js +0 -6
- package/favesalon-embed/p-94a0991e.entry.js +0 -1
- package/favesalon-embed/p-f15bcb43.entry.js +0 -1
- package/types/components/google-map/index.d.ts +0 -10
- package/types/components/salon-contact/index.d.ts +0 -9
- package/types/components/salon-reviews/index.d.ts +0 -23
- package/types/components/salon-styles/index.d.ts +0 -9
- package/types/constants/colors.d.ts +0 -88
- package/types/services/services.d.ts +0 -24
- package/types/types/common.d.ts +0 -2
- package/types/types/style.d.ts +0 -49
- package/{cjs → dist/cjs}/global-9073d10e.js +0 -0
- package/{cjs → dist/cjs}/index.cjs.js +0 -0
- package/{esm/index.js → dist/collection/components/salon-info/index.css} +0 -0
- package/{collection → dist/collection}/components/salon-latest-reviews/index.css +0 -0
- package/{collection → dist/collection}/components/salon-ranking/index.css +0 -0
- package/{collection → dist/collection}/components/salon-stylists/index.css +0 -0
- package/{collection/components/salon-locations → dist/collection/components/user-avatar}/index.css +0 -0
- package/{collection → dist/collection}/global/global.js +0 -0
- package/{collection → dist/collection}/index.js +0 -0
- package/{collection → dist/collection}/types/service.js +0 -0
- package/{collection → dist/collection}/utils/utils.js +0 -0
- package/{esm → dist/esm}/global-e1089ffd.js +0 -0
- package/{esm → dist/esm}/polyfills/core-js.js +0 -0
- package/{esm → dist/esm}/polyfills/dom.js +0 -0
- package/{esm → dist/esm}/polyfills/es5-html-element.js +0 -0
- package/{esm → dist/esm}/polyfills/index.js +0 -0
- package/{esm → dist/esm}/polyfills/system.js +0 -0
- package/{favesalon-embed → dist/favesalon-embed}/index.esm.js +0 -0
- package/{index.cjs.js → dist/index.cjs.js} +0 -0
- package/{index.js → dist/index.js} +0 -0
- package/{collection/components/salon-reviews/index.css → dist/types/components/chat-conversation/index.d.ts} +0 -0
- package/{types → dist/types}/components/salon-booking/index.d.ts +1 -1
- /package/{types → dist/types}/components/salon-ranking/index.d.ts +0 -0
- /package/{types → dist/types}/components/user-avatar/index.d.ts +0 -0
- /package/{types → dist/types}/index.d.ts +0 -0
- /package/{types → dist/types}/types/service.d.ts +0 -0
- /package/{types → dist/types}/utils/utils.d.ts +0 -0
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import { Review } from '../../types/review';
|
|
2
|
-
import { Salon } from '../../types/salon';
|
|
3
|
-
export declare class SalonReviews {
|
|
4
|
-
salonId: number;
|
|
5
|
-
salonInfo: Salon;
|
|
6
|
-
totalReviews: number;
|
|
7
|
-
salonReviews: Review[];
|
|
8
|
-
canLoadMore: boolean;
|
|
9
|
-
isLoadingMore: boolean;
|
|
10
|
-
pageOffset: number;
|
|
11
|
-
ratings: string[];
|
|
12
|
-
sorting: string;
|
|
13
|
-
componentWillLoad(): void;
|
|
14
|
-
fetchData(): Promise<any[]>;
|
|
15
|
-
sortReviews(filteredReviews: Review[]): any;
|
|
16
|
-
getFilteredReviews(pageOffset?: number): any;
|
|
17
|
-
onLoadMore(): void;
|
|
18
|
-
onChangeSorting(sorting: any): void;
|
|
19
|
-
onChangeFilterRating(rating: any): void;
|
|
20
|
-
renderReviewsFilters(): any;
|
|
21
|
-
renderReviewsList: () => any;
|
|
22
|
-
render(): any;
|
|
23
|
-
}
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
export declare const Colors: {
|
|
2
|
-
Black: string;
|
|
3
|
-
White: string;
|
|
4
|
-
Primary: string;
|
|
5
|
-
Danger: string;
|
|
6
|
-
Success: string;
|
|
7
|
-
Warning: string;
|
|
8
|
-
Info: string;
|
|
9
|
-
Black01: string;
|
|
10
|
-
Black02: string;
|
|
11
|
-
Black03: string;
|
|
12
|
-
Gray01: string;
|
|
13
|
-
Gray02: string;
|
|
14
|
-
Gray03: string;
|
|
15
|
-
Gray04: string;
|
|
16
|
-
Gray05: string;
|
|
17
|
-
Gray06: string;
|
|
18
|
-
DarkBlue01: string;
|
|
19
|
-
DarkBlue02: string;
|
|
20
|
-
DarkBlue03: string;
|
|
21
|
-
DarkBlue04: string;
|
|
22
|
-
DarkBlue05: string;
|
|
23
|
-
Violet01: string;
|
|
24
|
-
Violet02: string;
|
|
25
|
-
Violet03: string;
|
|
26
|
-
Violet04: string;
|
|
27
|
-
Violet05: string;
|
|
28
|
-
Pink01: string;
|
|
29
|
-
Pink02: string;
|
|
30
|
-
Pink03: string;
|
|
31
|
-
Pink04: string;
|
|
32
|
-
Pink05: string;
|
|
33
|
-
Blue01: string;
|
|
34
|
-
Blue02: string;
|
|
35
|
-
Blue03: string;
|
|
36
|
-
Blue04: string;
|
|
37
|
-
Blue05: string;
|
|
38
|
-
Green01: string;
|
|
39
|
-
Green02: string;
|
|
40
|
-
Green03: string;
|
|
41
|
-
Green04: string;
|
|
42
|
-
Green05: string;
|
|
43
|
-
Orange01: string;
|
|
44
|
-
Orange02: string;
|
|
45
|
-
Orange03: string;
|
|
46
|
-
Orange04: string;
|
|
47
|
-
Orange05: string;
|
|
48
|
-
Yellow01: string;
|
|
49
|
-
Yellow02: string;
|
|
50
|
-
Yellow03: string;
|
|
51
|
-
Yellow04: string;
|
|
52
|
-
Yellow05: string;
|
|
53
|
-
Red01: string;
|
|
54
|
-
Red02: string;
|
|
55
|
-
Red03: string;
|
|
56
|
-
Red04: string;
|
|
57
|
-
Red05: string;
|
|
58
|
-
BluePurple01: string;
|
|
59
|
-
BluePurple02: string;
|
|
60
|
-
BluePurple03: string;
|
|
61
|
-
BluePurple04: string;
|
|
62
|
-
BluePurple05: string;
|
|
63
|
-
Coral01: string;
|
|
64
|
-
Coral02: string;
|
|
65
|
-
Coral03: string;
|
|
66
|
-
Coral04: string;
|
|
67
|
-
Coral05: string;
|
|
68
|
-
YellowLight01: string;
|
|
69
|
-
YellowLight02: string;
|
|
70
|
-
YellowLight03: string;
|
|
71
|
-
YellowLight04: string;
|
|
72
|
-
YellowLight05: string;
|
|
73
|
-
YellowCyber01: string;
|
|
74
|
-
YellowCyber02: string;
|
|
75
|
-
YellowCyber03: string;
|
|
76
|
-
YellowCyber04: string;
|
|
77
|
-
YellowCyber05: string;
|
|
78
|
-
Turquoise01: string;
|
|
79
|
-
Turquoise02: string;
|
|
80
|
-
Turquoise03: string;
|
|
81
|
-
Turquoise04: string;
|
|
82
|
-
Turquoise05: string;
|
|
83
|
-
Purple01: string;
|
|
84
|
-
Purple02: string;
|
|
85
|
-
Purple03: string;
|
|
86
|
-
Purple04: string;
|
|
87
|
-
Purple05: string;
|
|
88
|
-
};
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { AxiosInstance } from 'axios';
|
|
2
|
-
declare class HttpService {
|
|
3
|
-
http: AxiosInstance;
|
|
4
|
-
constructor();
|
|
5
|
-
fetchSalonInfo(salonId: number): Promise<any>;
|
|
6
|
-
fetchReviews(url: string, options: any, allReviews: any[]): any;
|
|
7
|
-
fetchSalonReviews(salonId: number, options?: any): any;
|
|
8
|
-
decorateServiceGroups(groups: any): any;
|
|
9
|
-
fetchSalonServices(salonId: number): Promise<any>;
|
|
10
|
-
fetchSalonStylists(salonId: number): Promise<any[] | import("../types/stylist").Stylist[]>;
|
|
11
|
-
fetchSalonCategories(): Promise<any>;
|
|
12
|
-
fetchSalonLookbooks(salonId: number, options: any): Promise<{
|
|
13
|
-
total: number;
|
|
14
|
-
allLookbooks: any[];
|
|
15
|
-
} | {
|
|
16
|
-
total: any;
|
|
17
|
-
allLookbooks: any;
|
|
18
|
-
}>;
|
|
19
|
-
fetchSalonPhotos(salonId: number): Promise<any>;
|
|
20
|
-
fetchAllStyles(url: string, options: any, allStyles: any[]): any;
|
|
21
|
-
fetchAllSalonPhotos(salonId: number, options?: any): any;
|
|
22
|
-
}
|
|
23
|
-
declare const _default: () => HttpService;
|
|
24
|
-
export default _default;
|
package/types/types/common.d.ts
DELETED
package/types/types/style.d.ts
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { User } from './user';
|
|
2
|
-
export interface FavesalonStyle {
|
|
3
|
-
id: number;
|
|
4
|
-
caption: string;
|
|
5
|
-
description: string;
|
|
6
|
-
createdDate: number;
|
|
7
|
-
updatedDate: number;
|
|
8
|
-
mediaType: number;
|
|
9
|
-
fullImageUrl: string;
|
|
10
|
-
fullImageUrlThumb: string;
|
|
11
|
-
fullImageUrlMedium: string;
|
|
12
|
-
imgWidth: number;
|
|
13
|
-
imgHeight: number;
|
|
14
|
-
s3ImgWidth: number;
|
|
15
|
-
s3ImgHeight: number;
|
|
16
|
-
totalLike: number;
|
|
17
|
-
totalDislike: number;
|
|
18
|
-
totalShare: number;
|
|
19
|
-
totalView: number;
|
|
20
|
-
totalBooking: number;
|
|
21
|
-
owner: User;
|
|
22
|
-
}
|
|
23
|
-
export declare function createFavesalonStyle(blob: any): {
|
|
24
|
-
id: any;
|
|
25
|
-
caption: any;
|
|
26
|
-
description: any;
|
|
27
|
-
createdDate: number;
|
|
28
|
-
updatedDate: number;
|
|
29
|
-
mediaType: any;
|
|
30
|
-
fullImageUrl: any;
|
|
31
|
-
fullImageUrlThumb: any;
|
|
32
|
-
fullImageUrlMedium: any;
|
|
33
|
-
imgWidth: any;
|
|
34
|
-
imgHeight: any;
|
|
35
|
-
s3ImgWidth: any;
|
|
36
|
-
s3ImgHeight: any;
|
|
37
|
-
totalLike: any;
|
|
38
|
-
totalDislike: any;
|
|
39
|
-
totalShare: any;
|
|
40
|
-
totalView: any;
|
|
41
|
-
totalBooking: any;
|
|
42
|
-
owner: {
|
|
43
|
-
id: any;
|
|
44
|
-
name: any;
|
|
45
|
-
firstName: any;
|
|
46
|
-
lastName: any;
|
|
47
|
-
avatar: any;
|
|
48
|
-
};
|
|
49
|
-
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/{collection/components/salon-locations → dist/collection/components/user-avatar}/index.css
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|