@popsure/dirty-swan 0.41.2 → 0.41.3-rc.2
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/cjs/index.js.map +1 -1
- package/dist/cjs/lib/components/cards/cardWithLeftIcon/index.stories.d.ts +2 -2
- package/dist/cjs/lib/components/cards/cardWithTopIcon/index.stories.d.ts +1 -1
- package/dist/cjs/lib/components/cards/infoCard/index.stories.d.ts +2 -2
- package/dist/cjs/lib/util/images/index.d.ts +149 -149
- package/dist/esm/index-1693701e.js.map +1 -1
- package/dist/esm/lib/components/cards/cardWithLeftIcon/index.stories.d.ts +2 -2
- package/dist/esm/lib/components/cards/cardWithTopIcon/index.stories.d.ts +1 -1
- package/dist/esm/lib/components/cards/infoCard/index.stories.d.ts +2 -2
- package/dist/esm/lib/util/images/index.d.ts +149 -149
- package/package.json +1 -1
- package/src/lib/util/images/index.ts +2 -2
|
@@ -22,7 +22,7 @@ declare const story: {
|
|
|
22
22
|
};
|
|
23
23
|
leftIcon: {
|
|
24
24
|
defaultValue: {
|
|
25
|
-
src:
|
|
25
|
+
src: string;
|
|
26
26
|
alt: string;
|
|
27
27
|
};
|
|
28
28
|
description: string;
|
|
@@ -36,7 +36,7 @@ declare const story: {
|
|
|
36
36
|
};
|
|
37
37
|
rightIcon: {
|
|
38
38
|
defaultValue: {
|
|
39
|
-
src:
|
|
39
|
+
src: string;
|
|
40
40
|
alt: string;
|
|
41
41
|
};
|
|
42
42
|
description: string;
|
|
@@ -18,14 +18,14 @@ declare const story: {
|
|
|
18
18
|
};
|
|
19
19
|
topIcon: {
|
|
20
20
|
defaultValue: {
|
|
21
|
-
src:
|
|
21
|
+
src: string;
|
|
22
22
|
alt: string;
|
|
23
23
|
};
|
|
24
24
|
description: string;
|
|
25
25
|
};
|
|
26
26
|
rightIcon: {
|
|
27
27
|
defaultValue: {
|
|
28
|
-
src:
|
|
28
|
+
src: string;
|
|
29
29
|
alt: string;
|
|
30
30
|
};
|
|
31
31
|
description: string;
|
|
@@ -1,156 +1,156 @@
|
|
|
1
1
|
declare const images: {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
2
|
+
aid: string;
|
|
3
|
+
bed: string;
|
|
4
|
+
bigDog: string;
|
|
5
|
+
verticalIcons: {
|
|
6
|
+
dogLiability: string;
|
|
7
|
+
dogLiability2x: string;
|
|
8
|
+
dogLiability3x: string;
|
|
9
|
+
lifeIcon: string;
|
|
10
|
+
lifeIcon2x: string;
|
|
11
|
+
lifeIcon3x: string;
|
|
12
12
|
};
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
13
|
+
brokenAquarium: string;
|
|
14
|
+
brokenGlass: string;
|
|
15
|
+
damagedLaptop: string;
|
|
16
|
+
moneyIncome: string;
|
|
17
|
+
washingMachine: string;
|
|
18
|
+
bill: string;
|
|
19
|
+
books: string;
|
|
20
|
+
finalExpenses: string;
|
|
21
|
+
mortgage: string;
|
|
22
22
|
};
|
|
23
23
|
declare const illustrations: {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
24
|
+
aids: string;
|
|
25
|
+
allInOneAccount: string;
|
|
26
|
+
ambulance: string;
|
|
27
|
+
bank: string;
|
|
28
|
+
battery: string;
|
|
29
|
+
bed: string;
|
|
30
|
+
bigDog: string;
|
|
31
|
+
bikeDamage: string;
|
|
32
|
+
bikeDestroyedDamaged: string;
|
|
33
|
+
bikeDetails: string;
|
|
34
|
+
bikeFrameNumber: string;
|
|
35
|
+
bikeLock: string;
|
|
36
|
+
bikeParts: string;
|
|
37
|
+
bikeRiding: string;
|
|
38
|
+
bikeStolenBroken: string;
|
|
39
|
+
bikeStolen: string;
|
|
40
|
+
bikeTrailer: string;
|
|
41
|
+
bikeWear: string;
|
|
42
|
+
bike: string;
|
|
43
|
+
bill: string;
|
|
44
|
+
bookOpen: string;
|
|
45
|
+
briefcase: string;
|
|
46
|
+
brokenAquarium: string;
|
|
47
|
+
brokenGlass: string;
|
|
48
|
+
calculating1: string;
|
|
49
|
+
calculatingDone: string;
|
|
50
|
+
calculating: string;
|
|
51
|
+
calendar: string;
|
|
52
|
+
car: string;
|
|
53
|
+
checkDoc: string;
|
|
54
|
+
check: string;
|
|
55
|
+
concierge: string;
|
|
56
|
+
contract: string;
|
|
57
|
+
crash: string;
|
|
58
|
+
creditCard: string;
|
|
59
|
+
damagedLaptop: string;
|
|
60
|
+
dentalCleaning: string;
|
|
61
|
+
dentalTreatment: string;
|
|
62
|
+
dental: string;
|
|
63
|
+
dependents: string;
|
|
64
|
+
document1: string;
|
|
65
|
+
documentCheck: string;
|
|
66
|
+
documentCross: string;
|
|
67
|
+
document: string;
|
|
68
|
+
door: string;
|
|
69
|
+
education: string;
|
|
70
|
+
electricCar: string;
|
|
71
|
+
email: string;
|
|
72
|
+
euroMoney: string;
|
|
73
|
+
fastEasy: string;
|
|
74
|
+
fire: string;
|
|
75
|
+
freelancerExpat: string;
|
|
76
|
+
funeralBurial: string;
|
|
77
|
+
fuse: string;
|
|
78
|
+
giftPolicyOptionsQuote: string;
|
|
79
|
+
grandmother: string;
|
|
80
|
+
healthCard: string;
|
|
81
|
+
heart: string;
|
|
82
|
+
helmet: string;
|
|
83
|
+
householdHome: string;
|
|
84
|
+
keys: string;
|
|
85
|
+
legalLawyer: string;
|
|
86
|
+
location: string;
|
|
87
|
+
lock: string;
|
|
88
|
+
mail: string;
|
|
89
|
+
medicine: string;
|
|
90
|
+
mentalHealth: string;
|
|
91
|
+
mentalIllness: string;
|
|
92
|
+
miniJobExpat: string;
|
|
93
|
+
moneyIncome: string;
|
|
94
|
+
movingTruck: string;
|
|
95
|
+
naturalRemedies: string;
|
|
96
|
+
newArrival: string;
|
|
97
|
+
noPolicies: string;
|
|
98
|
+
passport: string;
|
|
99
|
+
pawPet: string;
|
|
100
|
+
pen: string;
|
|
101
|
+
personB: string;
|
|
102
|
+
person: string;
|
|
103
|
+
petsBunny: string;
|
|
104
|
+
petsCat: string;
|
|
105
|
+
phone1: string;
|
|
106
|
+
phone2Fa: string;
|
|
107
|
+
phonePerson: string;
|
|
108
|
+
phonePhoto: string;
|
|
109
|
+
phone: string;
|
|
110
|
+
photoPerson: string;
|
|
111
|
+
pipes: string;
|
|
112
|
+
planeRepatriationFlight: string;
|
|
113
|
+
pregnancy: string;
|
|
114
|
+
productionDown: string;
|
|
115
|
+
pushNotifications: string;
|
|
116
|
+
radioactive: string;
|
|
117
|
+
referral: string;
|
|
118
|
+
researcherExpat: string;
|
|
119
|
+
restrictions: string;
|
|
120
|
+
ring: string;
|
|
121
|
+
screen: string;
|
|
122
|
+
screenings: string;
|
|
123
|
+
shield1: string;
|
|
124
|
+
shield2: string;
|
|
125
|
+
shield3: string;
|
|
126
|
+
shieldCross: string;
|
|
127
|
+
shieldQuestionMark: string;
|
|
128
|
+
shieldWarning: string;
|
|
129
|
+
shield: string;
|
|
130
|
+
sign: string;
|
|
131
|
+
spinner: string;
|
|
132
|
+
sportLifestyleBasketball: string;
|
|
133
|
+
storm: string;
|
|
134
|
+
studentExpat: string;
|
|
135
|
+
submit: string;
|
|
136
|
+
supportAgent: string;
|
|
137
|
+
supportSpeakingMessageChatTalk: string;
|
|
138
|
+
theft: string;
|
|
139
|
+
time: string;
|
|
140
|
+
traffic: string;
|
|
141
|
+
tree: string;
|
|
142
|
+
user: string;
|
|
143
|
+
vaccination: string;
|
|
144
|
+
vandalism: string;
|
|
145
|
+
videoCall: string;
|
|
146
|
+
visaSeekerExpat: string;
|
|
147
|
+
visa: string;
|
|
148
|
+
visualAid: string;
|
|
149
|
+
visual: string;
|
|
150
|
+
washingMachine: string;
|
|
151
|
+
water: string;
|
|
152
|
+
wavingHand: string;
|
|
153
|
+
worldwide: string;
|
|
154
154
|
};
|
|
155
155
|
declare type IllustrationKeys = keyof typeof illustrations;
|
|
156
156
|
export type { IllustrationKeys };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index-1693701e.js","sources":["../../../src/lib/util/images/index.ts"],"sourcesContent":["const basePath = 'https://assets.cdn.feather-insurance.com/assets/images';\nconst basePathIllustrations = `${basePath}/illustrations`;\n\nconst images = {\n aid: `${basePath}/aid.svg`,\n bed: `${basePath}/bed.svg`,\n bigDog: `${basePath}/bigDog.svg`,\n verticalIcons: {\n dogLiability: `${basePath}/dogLiabilityIcon.png`,\n dogLiability2x: `${basePath}/dogLiabilityIcon2x.png`,\n dogLiability3x: `${basePath}/dogLiabilityIcon3x.png`,\n lifeIcon: `${basePath}/lifeIcon.png`,\n lifeIcon2x: `${basePath}/lifeIcon2x.png`,\n lifeIcon3x: `${basePath}/lifeIcon3x.png`,\n },\n brokenAquarium: `${basePath}/brokenAquarium.svg`,\n brokenGlass: `${basePath}/brokenGlass.svg`,\n damagedLaptop: `${basePath}/damagedLaptop.svg`,\n moneyIncome: `${basePath}/moneyIncome.svg`,\n washingMachine: `${basePath}/washingMachine.svg`,\n bill: `${basePath}/bill.svg`,\n books: `${basePath}/books.svg`,\n finalExpenses: `${basePath}/finalExpenses.svg`,\n mortgage: `${basePath}/mortgage.svg`,\n} as const;\n\nconst illustrations = {\n aids: `${basePathIllustrations}/aids.svg`,\n allInOneAccount: `${basePathIllustrations}/all-in-one-account.svg`,\n ambulance: `${basePathIllustrations}/ambulance.svg`,\n bank: `${basePathIllustrations}/bank.svg`,\n battery: `${basePathIllustrations}/battery.svg`,\n bed: `${basePathIllustrations}/bed.svg`,\n bigDog: `${basePathIllustrations}/big-dog.svg`,\n bikeDamage: `${basePathIllustrations}/bike-damage.svg`,\n bikeDestroyedDamaged: `${basePathIllustrations}/bike-destroyed-damaged.svg`,\n bikeDetails: `${basePathIllustrations}/bike-details.svg`,\n bikeFrameNumber: `${basePathIllustrations}/bike-frame-number.svg`,\n bikeLock: `${basePathIllustrations}/bike-lock.svg`,\n bikeParts: `${basePathIllustrations}/bike-parts.svg`,\n bikeRiding: `${basePathIllustrations}/bike-riding.svg`,\n bikeStolenBroken: `${basePathIllustrations}/bike-stolen-broken.svg`,\n bikeStolen: `${basePathIllustrations}/bike-stolen.svg`,\n bikeTrailer: `${basePathIllustrations}/bike-trailer.svg`,\n bikeWear: `${basePathIllustrations}/bike-wear.svg`,\n bike: `${basePathIllustrations}/bike.svg`,\n bill: `${basePathIllustrations}/bill.svg`,\n bookOpen: `${basePathIllustrations}/book-open.svg`,\n briefcase: `${basePathIllustrations}/briefcase.svg`,\n brokenAquarium: `${basePathIllustrations}/broken-aquarium.svg`,\n brokenGlass: `${basePathIllustrations}/broken-glass.svg`,\n calculating1: `${basePathIllustrations}/calculating-1.svg`,\n calculatingDone: `${basePathIllustrations}/calculating-done.svg`,\n calculating: `${basePathIllustrations}/calculating.svg`,\n calendar: `${basePathIllustrations}/calendar.svg`,\n car: `${basePathIllustrations}/car.svg`,\n checkDoc: `${basePathIllustrations}/check-doc.svg`,\n check: `${basePathIllustrations}/check.svg`,\n concierge: `${basePathIllustrations}/concierge.svg`,\n contract: `${basePathIllustrations}/contract.svg`,\n crash: `${basePathIllustrations}/crash.svg`,\n creditCard: `${basePathIllustrations}/credit-card.svg`,\n damagedLaptop: `${basePathIllustrations}/damaged-laptop.svg`,\n dentalCleaning: `${basePathIllustrations}/dental-cleaning.svg`,\n dentalTreatment: `${basePathIllustrations}/dental-treatment.svg`,\n dental: `${basePathIllustrations}/dental.svg`,\n dependents: `${basePathIllustrations}/dependents.svg`,\n document1: `${basePathIllustrations}/document-1.svg`,\n documentCheck: `${basePathIllustrations}/document-check.svg`,\n documentCross: `${basePathIllustrations}/document-cross.svg`,\n document: `${basePathIllustrations}/document.svg`,\n door: `${basePathIllustrations}/door.svg`,\n education: `${basePathIllustrations}/education.svg`,\n electricCar: `${basePathIllustrations}/electric-car.svg`,\n email: `${basePathIllustrations}/email.svg`,\n euroMoney: `${basePathIllustrations}/euro-money.svg`,\n fastEasy: `${basePathIllustrations}/fast-easy.svg`,\n fire: `${basePathIllustrations}/fire.svg`,\n freelancerExpat: `${basePathIllustrations}/freelancer-expat.svg`,\n funeralBurial: `${basePathIllustrations}/funeral-burial.svg`,\n fuse: `${basePathIllustrations}/fuse.svg`,\n giftPolicyOptionsQuote: `${basePathIllustrations}/gift-policy-options-quote.svg`,\n grandmother: `${basePathIllustrations}/grandmother.svg`,\n healthCard: `${basePathIllustrations}/health-card.svg`,\n heart: `${basePathIllustrations}/heart.svg`,\n helmet: `${basePathIllustrations}/helmet.svg`,\n householdHome: `${basePathIllustrations}/household-home.svg`,\n keys: `${basePathIllustrations}/keys.svg`,\n legalLawyer: `${basePathIllustrations}/legal-lawyer.svg`,\n location: `${basePathIllustrations}/location.svg`,\n lock: `${basePathIllustrations}/lock.svg`,\n mail: `${basePathIllustrations}/mail.svg`,\n medicine: `${basePathIllustrations}/medicine.svg`,\n mentalHealth: `${basePathIllustrations}/mental-health.svg`,\n mentalIllness: `${basePathIllustrations}/mental-llness.svg`,\n miniJobExpat: `${basePathIllustrations}/minijob-expat.svg`,\n moneyIncome: `${basePathIllustrations}/money-income.svg`,\n movingTruck: `${basePathIllustrations}/moving-truck.svg`,\n naturalRemedies: `${basePathIllustrations}/natural-remedies.svg`,\n newArrival: `${basePathIllustrations}/new-arrival.svg`,\n noPolicies: `${basePathIllustrations}/no-policies.svg`,\n passport: `${basePathIllustrations}/passport.svg`,\n pawPet: `${basePathIllustrations}/paw-pet.svg`,\n pen: `${basePathIllustrations}/pen.svg`,\n personB: `${basePathIllustrations}/person-b.svg`,\n person: `${basePathIllustrations}/person.svg`,\n petsBunny: `${basePathIllustrations}/pets-bunny.svg`,\n petsCat: `${basePathIllustrations}/pets-cat.svg`,\n phone1: `${basePathIllustrations}/phone-1.svg`,\n phone2Fa: `${basePathIllustrations}/phone-2-fa.svg`,\n phonePerson: `${basePathIllustrations}/phone-person.svg`,\n phonePhoto: `${basePathIllustrations}/phone-photo.svg`,\n phone: `${basePathIllustrations}/phone.svg`,\n photoPerson: `${basePathIllustrations}/photo-person.svg`,\n pipes: `${basePathIllustrations}/pipes.svg`,\n planeRepatriationFlight: `${basePathIllustrations}/plane-repatriation-flight.svg`,\n pregnancy: `${basePathIllustrations}/pregnancy.svg`,\n productionDown: `${basePathIllustrations}/production-down.svg`,\n pushNotifications: `${basePathIllustrations}/push-notifications.svg`,\n radioactive: `${basePathIllustrations}/radioactive.svg`,\n referral: `${basePathIllustrations}/referral.svg`,\n researcherExpat: `${basePathIllustrations}/researcher-expat.svg`,\n restrictions: `${basePathIllustrations}/restrictions.svg`,\n ring: `${basePathIllustrations}/ring.svg`,\n screen: `${basePathIllustrations}/screen.svg`,\n screenings: `${basePathIllustrations}/screenings.svg`,\n shield1: `${basePathIllustrations}/shield-1.svg`,\n shield2: `${basePathIllustrations}/shield-2.svg`,\n shield3: `${basePathIllustrations}/shield-3.svg`,\n shieldCross: `${basePathIllustrations}/shield-cross.svg`,\n shieldQuestionMark: `${basePathIllustrations}/shield-questionmark.svg`,\n shieldWarning: `${basePathIllustrations}/shield-warning.svg`,\n shield: `${basePathIllustrations}/shield.svg`,\n sign: `${basePathIllustrations}/sign.svg`,\n spinner: `${basePathIllustrations}/spinner.svg`,\n sportLifestyleBasketball: `${basePathIllustrations}/sport-lifestyle-basketball.svg`,\n storm: `${basePathIllustrations}/storm.svg`,\n studentExpat: `${basePathIllustrations}/student-expat.svg`,\n submit: `${basePathIllustrations}/submit.svg`,\n supportAgent: `${basePathIllustrations}/support-agent.svg`,\n supportSpeakingMessageChatTalk: `${basePathIllustrations}/support-speaking-message-chat-talk.svg`,\n theft: `${basePathIllustrations}/theft.svg`,\n time: `${basePathIllustrations}/time.svg`,\n traffic: `${basePathIllustrations}/traffic.svg`,\n tree: `${basePathIllustrations}/tree.svg`,\n user: `${basePathIllustrations}/user.svg`,\n vaccination: `${basePathIllustrations}/vaccination.svg`,\n vandalism: `${basePathIllustrations}/vandalism.svg`,\n videoCall: `${basePathIllustrations}/video-call.svg`,\n visaSeekerExpat: `${basePathIllustrations}/visa-seeker-expat.svg`,\n visa: `${basePathIllustrations}/visa.svg`,\n visualAid: `${basePathIllustrations}/visual-aid.svg`,\n visual: `${basePathIllustrations}/visual.svg`,\n washingMachine: `${basePathIllustrations}/washing-machine.svg`,\n water: `${basePathIllustrations}/water.svg`,\n wavingHand: `${basePathIllustrations}/waving-hand.svg`,\n worldwide: `${basePathIllustrations}/worldwide.svg`,\n} as const;\n\ntype IllustrationKeys = keyof typeof illustrations;\n\nexport type { IllustrationKeys }\nexport { illustrations, images };\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index-1693701e.js","sources":["../../../src/lib/util/images/index.ts"],"sourcesContent":["const basePath = 'https://assets.cdn.feather-insurance.com/assets/images';\nconst basePathIllustrations = `${basePath}/illustrations`;\n\nconst images = {\n aid: `${basePath}/aid.svg`,\n bed: `${basePath}/bed.svg`,\n bigDog: `${basePath}/bigDog.svg`,\n verticalIcons: {\n dogLiability: `${basePath}/dogLiabilityIcon.png`,\n dogLiability2x: `${basePath}/dogLiabilityIcon2x.png`,\n dogLiability3x: `${basePath}/dogLiabilityIcon3x.png`,\n lifeIcon: `${basePath}/lifeIcon.png`,\n lifeIcon2x: `${basePath}/lifeIcon2x.png`,\n lifeIcon3x: `${basePath}/lifeIcon3x.png`,\n },\n brokenAquarium: `${basePath}/brokenAquarium.svg`,\n brokenGlass: `${basePath}/brokenGlass.svg`,\n damagedLaptop: `${basePath}/damagedLaptop.svg`,\n moneyIncome: `${basePath}/moneyIncome.svg`,\n washingMachine: `${basePath}/washingMachine.svg`,\n bill: `${basePath}/bill.svg`,\n books: `${basePath}/books.svg`,\n finalExpenses: `${basePath}/finalExpenses.svg`,\n mortgage: `${basePath}/mortgage.svg`,\n};\n\nconst illustrations = {\n aids: `${basePathIllustrations}/aids.svg`,\n allInOneAccount: `${basePathIllustrations}/all-in-one-account.svg`,\n ambulance: `${basePathIllustrations}/ambulance.svg`,\n bank: `${basePathIllustrations}/bank.svg`,\n battery: `${basePathIllustrations}/battery.svg`,\n bed: `${basePathIllustrations}/bed.svg`,\n bigDog: `${basePathIllustrations}/big-dog.svg`,\n bikeDamage: `${basePathIllustrations}/bike-damage.svg`,\n bikeDestroyedDamaged: `${basePathIllustrations}/bike-destroyed-damaged.svg`,\n bikeDetails: `${basePathIllustrations}/bike-details.svg`,\n bikeFrameNumber: `${basePathIllustrations}/bike-frame-number.svg`,\n bikeLock: `${basePathIllustrations}/bike-lock.svg`,\n bikeParts: `${basePathIllustrations}/bike-parts.svg`,\n bikeRiding: `${basePathIllustrations}/bike-riding.svg`,\n bikeStolenBroken: `${basePathIllustrations}/bike-stolen-broken.svg`,\n bikeStolen: `${basePathIllustrations}/bike-stolen.svg`,\n bikeTrailer: `${basePathIllustrations}/bike-trailer.svg`,\n bikeWear: `${basePathIllustrations}/bike-wear.svg`,\n bike: `${basePathIllustrations}/bike.svg`,\n bill: `${basePathIllustrations}/bill.svg`,\n bookOpen: `${basePathIllustrations}/book-open.svg`,\n briefcase: `${basePathIllustrations}/briefcase.svg`,\n brokenAquarium: `${basePathIllustrations}/broken-aquarium.svg`,\n brokenGlass: `${basePathIllustrations}/broken-glass.svg`,\n calculating1: `${basePathIllustrations}/calculating-1.svg`,\n calculatingDone: `${basePathIllustrations}/calculating-done.svg`,\n calculating: `${basePathIllustrations}/calculating.svg`,\n calendar: `${basePathIllustrations}/calendar.svg`,\n car: `${basePathIllustrations}/car.svg`,\n checkDoc: `${basePathIllustrations}/check-doc.svg`,\n check: `${basePathIllustrations}/check.svg`,\n concierge: `${basePathIllustrations}/concierge.svg`,\n contract: `${basePathIllustrations}/contract.svg`,\n crash: `${basePathIllustrations}/crash.svg`,\n creditCard: `${basePathIllustrations}/credit-card.svg`,\n damagedLaptop: `${basePathIllustrations}/damaged-laptop.svg`,\n dentalCleaning: `${basePathIllustrations}/dental-cleaning.svg`,\n dentalTreatment: `${basePathIllustrations}/dental-treatment.svg`,\n dental: `${basePathIllustrations}/dental.svg`,\n dependents: `${basePathIllustrations}/dependents.svg`,\n document1: `${basePathIllustrations}/document-1.svg`,\n documentCheck: `${basePathIllustrations}/document-check.svg`,\n documentCross: `${basePathIllustrations}/document-cross.svg`,\n document: `${basePathIllustrations}/document.svg`,\n door: `${basePathIllustrations}/door.svg`,\n education: `${basePathIllustrations}/education.svg`,\n electricCar: `${basePathIllustrations}/electric-car.svg`,\n email: `${basePathIllustrations}/email.svg`,\n euroMoney: `${basePathIllustrations}/euro-money.svg`,\n fastEasy: `${basePathIllustrations}/fast-easy.svg`,\n fire: `${basePathIllustrations}/fire.svg`,\n freelancerExpat: `${basePathIllustrations}/freelancer-expat.svg`,\n funeralBurial: `${basePathIllustrations}/funeral-burial.svg`,\n fuse: `${basePathIllustrations}/fuse.svg`,\n giftPolicyOptionsQuote: `${basePathIllustrations}/gift-policy-options-quote.svg`,\n grandmother: `${basePathIllustrations}/grandmother.svg`,\n healthCard: `${basePathIllustrations}/health-card.svg`,\n heart: `${basePathIllustrations}/heart.svg`,\n helmet: `${basePathIllustrations}/helmet.svg`,\n householdHome: `${basePathIllustrations}/household-home.svg`,\n keys: `${basePathIllustrations}/keys.svg`,\n legalLawyer: `${basePathIllustrations}/legal-lawyer.svg`,\n location: `${basePathIllustrations}/location.svg`,\n lock: `${basePathIllustrations}/lock.svg`,\n mail: `${basePathIllustrations}/mail.svg`,\n medicine: `${basePathIllustrations}/medicine.svg`,\n mentalHealth: `${basePathIllustrations}/mental-health.svg`,\n mentalIllness: `${basePathIllustrations}/mental-llness.svg`,\n miniJobExpat: `${basePathIllustrations}/minijob-expat.svg`,\n moneyIncome: `${basePathIllustrations}/money-income.svg`,\n movingTruck: `${basePathIllustrations}/moving-truck.svg`,\n naturalRemedies: `${basePathIllustrations}/natural-remedies.svg`,\n newArrival: `${basePathIllustrations}/new-arrival.svg`,\n noPolicies: `${basePathIllustrations}/no-policies.svg`,\n passport: `${basePathIllustrations}/passport.svg`,\n pawPet: `${basePathIllustrations}/paw-pet.svg`,\n pen: `${basePathIllustrations}/pen.svg`,\n personB: `${basePathIllustrations}/person-b.svg`,\n person: `${basePathIllustrations}/person.svg`,\n petsBunny: `${basePathIllustrations}/pets-bunny.svg`,\n petsCat: `${basePathIllustrations}/pets-cat.svg`,\n phone1: `${basePathIllustrations}/phone-1.svg`,\n phone2Fa: `${basePathIllustrations}/phone-2-fa.svg`,\n phonePerson: `${basePathIllustrations}/phone-person.svg`,\n phonePhoto: `${basePathIllustrations}/phone-photo.svg`,\n phone: `${basePathIllustrations}/phone.svg`,\n photoPerson: `${basePathIllustrations}/photo-person.svg`,\n pipes: `${basePathIllustrations}/pipes.svg`,\n planeRepatriationFlight: `${basePathIllustrations}/plane-repatriation-flight.svg`,\n pregnancy: `${basePathIllustrations}/pregnancy.svg`,\n productionDown: `${basePathIllustrations}/production-down.svg`,\n pushNotifications: `${basePathIllustrations}/push-notifications.svg`,\n radioactive: `${basePathIllustrations}/radioactive.svg`,\n referral: `${basePathIllustrations}/referral.svg`,\n researcherExpat: `${basePathIllustrations}/researcher-expat.svg`,\n restrictions: `${basePathIllustrations}/restrictions.svg`,\n ring: `${basePathIllustrations}/ring.svg`,\n screen: `${basePathIllustrations}/screen.svg`,\n screenings: `${basePathIllustrations}/screenings.svg`,\n shield1: `${basePathIllustrations}/shield-1.svg`,\n shield2: `${basePathIllustrations}/shield-2.svg`,\n shield3: `${basePathIllustrations}/shield-3.svg`,\n shieldCross: `${basePathIllustrations}/shield-cross.svg`,\n shieldQuestionMark: `${basePathIllustrations}/shield-questionmark.svg`,\n shieldWarning: `${basePathIllustrations}/shield-warning.svg`,\n shield: `${basePathIllustrations}/shield.svg`,\n sign: `${basePathIllustrations}/sign.svg`,\n spinner: `${basePathIllustrations}/spinner.svg`,\n sportLifestyleBasketball: `${basePathIllustrations}/sport-lifestyle-basketball.svg`,\n storm: `${basePathIllustrations}/storm.svg`,\n studentExpat: `${basePathIllustrations}/student-expat.svg`,\n submit: `${basePathIllustrations}/submit.svg`,\n supportAgent: `${basePathIllustrations}/support-agent.svg`,\n supportSpeakingMessageChatTalk: `${basePathIllustrations}/support-speaking-message-chat-talk.svg`,\n theft: `${basePathIllustrations}/theft.svg`,\n time: `${basePathIllustrations}/time.svg`,\n traffic: `${basePathIllustrations}/traffic.svg`,\n tree: `${basePathIllustrations}/tree.svg`,\n user: `${basePathIllustrations}/user.svg`,\n vaccination: `${basePathIllustrations}/vaccination.svg`,\n vandalism: `${basePathIllustrations}/vandalism.svg`,\n videoCall: `${basePathIllustrations}/video-call.svg`,\n visaSeekerExpat: `${basePathIllustrations}/visa-seeker-expat.svg`,\n visa: `${basePathIllustrations}/visa.svg`,\n visualAid: `${basePathIllustrations}/visual-aid.svg`,\n visual: `${basePathIllustrations}/visual.svg`,\n washingMachine: `${basePathIllustrations}/washing-machine.svg`,\n water: `${basePathIllustrations}/water.svg`,\n wavingHand: `${basePathIllustrations}/waving-hand.svg`,\n worldwide: `${basePathIllustrations}/worldwide.svg`,\n};\n\ntype IllustrationKeys = keyof typeof illustrations;\n\nexport type { IllustrationKeys }\nexport { illustrations, images };\n"],"names":[],"mappings":"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"}
|
|
@@ -22,7 +22,7 @@ declare const story: {
|
|
|
22
22
|
};
|
|
23
23
|
leftIcon: {
|
|
24
24
|
defaultValue: {
|
|
25
|
-
src:
|
|
25
|
+
src: string;
|
|
26
26
|
alt: string;
|
|
27
27
|
};
|
|
28
28
|
description: string;
|
|
@@ -36,7 +36,7 @@ declare const story: {
|
|
|
36
36
|
};
|
|
37
37
|
rightIcon: {
|
|
38
38
|
defaultValue: {
|
|
39
|
-
src:
|
|
39
|
+
src: string;
|
|
40
40
|
alt: string;
|
|
41
41
|
};
|
|
42
42
|
description: string;
|
|
@@ -18,14 +18,14 @@ declare const story: {
|
|
|
18
18
|
};
|
|
19
19
|
topIcon: {
|
|
20
20
|
defaultValue: {
|
|
21
|
-
src:
|
|
21
|
+
src: string;
|
|
22
22
|
alt: string;
|
|
23
23
|
};
|
|
24
24
|
description: string;
|
|
25
25
|
};
|
|
26
26
|
rightIcon: {
|
|
27
27
|
defaultValue: {
|
|
28
|
-
src:
|
|
28
|
+
src: string;
|
|
29
29
|
alt: string;
|
|
30
30
|
};
|
|
31
31
|
description: string;
|