@wise/art 2.5.0 → 2.6.0-beta.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/README.md +0 -1
- package/dist/CheckMark-1d199954.js +39 -0
- package/dist/CheckMark-1d199954.js.map +1 -0
- package/dist/CheckMark-dfa7e17d.js +37 -0
- package/dist/CheckMark-dfa7e17d.js.map +1 -0
- package/dist/Confetti-3f6f42f8.js +36 -0
- package/dist/Confetti-3f6f42f8.js.map +1 -0
- package/dist/Confetti-a1500ca5.js +34 -0
- package/dist/Confetti-a1500ca5.js.map +1 -0
- package/dist/Flower-01a6ad2e.js +27 -0
- package/dist/Flower-01a6ad2e.js.map +1 -0
- package/dist/Flower-194046f6.js +29 -0
- package/dist/Flower-194046f6.js.map +1 -0
- package/dist/Globe-e0b92541.js +43 -0
- package/dist/Globe-e0b92541.js.map +1 -0
- package/dist/Globe-f9a29570.js +45 -0
- package/dist/Globe-f9a29570.js.map +1 -0
- package/dist/Graph-a5cabcf9.js +33 -0
- package/dist/Graph-a5cabcf9.js.map +1 -0
- package/dist/Graph-d719e9bc.js +31 -0
- package/dist/Graph-d719e9bc.js.map +1 -0
- package/dist/Illustration.css +19 -0
- package/dist/Jars-786486f1.js +50 -0
- package/dist/Jars-786486f1.js.map +1 -0
- package/dist/Jars-ce225524.js +52 -0
- package/dist/Jars-ce225524.js.map +1 -0
- package/dist/Lock-32a1942d.js +41 -0
- package/dist/Lock-32a1942d.js.map +1 -0
- package/dist/Lock-a8143e20.js +43 -0
- package/dist/Lock-a8143e20.js.map +1 -0
- package/dist/MagnifyingGlass-8d2fb672.js +32 -0
- package/dist/MagnifyingGlass-8d2fb672.js.map +1 -0
- package/dist/MagnifyingGlass-d6a087d9.js +30 -0
- package/dist/MagnifyingGlass-d6a087d9.js.map +1 -0
- package/dist/Marble-4abb104b.js +42 -0
- package/dist/Marble-4abb104b.js.map +1 -0
- package/dist/Marble-ce46aa0f.js +44 -0
- package/dist/Marble-ce46aa0f.js.map +1 -0
- package/dist/MarbleCard-56c75d72.js +47 -0
- package/dist/MarbleCard-56c75d72.js.map +1 -0
- package/dist/MarbleCard-877fd12e.js +45 -0
- package/dist/MarbleCard-877fd12e.js.map +1 -0
- package/dist/MultiCurrency-0e4db1a6.js +61 -0
- package/dist/MultiCurrency-0e4db1a6.js.map +1 -0
- package/dist/MultiCurrency-700fce5f.js +63 -0
- package/dist/MultiCurrency-700fce5f.js.map +1 -0
- package/dist/Plane-88c1d61e.js +37 -0
- package/dist/Plane-88c1d61e.js.map +1 -0
- package/dist/Plane-8eb0f41c.js +39 -0
- package/dist/Plane-8eb0f41c.js.map +1 -0
- package/dist/Scene-597f1100.js +50 -0
- package/dist/Scene-597f1100.js.map +1 -0
- package/dist/Scene-e2e3b7aa.js +48 -0
- package/dist/Scene-e2e3b7aa.js.map +1 -0
- package/dist/common.d.ts +15 -9
- package/dist/common.d.ts.map +1 -0
- package/dist/flags/Flag.d.ts +13 -12
- package/dist/flags/Flag.d.ts.map +1 -0
- package/dist/flags/index.d.ts +3 -2
- package/dist/flags/index.d.ts.map +1 -0
- package/dist/illustrations/Illustration.d.ts +21 -20
- package/dist/illustrations/Illustration.d.ts.map +1 -0
- package/dist/illustrations/index.d.ts +5 -4
- package/dist/illustrations/index.d.ts.map +1 -0
- package/dist/illustrations/metadata.d.ts +69 -68
- package/dist/illustrations/metadata.d.ts.map +1 -0
- package/dist/illustrations3d/Illustration3d.d.ts +11 -0
- package/dist/illustrations3d/Illustration3d.d.ts.map +1 -0
- package/dist/illustrations3d/Scene.d.ts +9 -0
- package/dist/illustrations3d/Scene.d.ts.map +1 -0
- package/dist/illustrations3d/index.d.ts +5 -0
- package/dist/illustrations3d/index.d.ts.map +1 -0
- package/dist/illustrations3d/models/CheckMark.d.ts +4 -0
- package/dist/illustrations3d/models/CheckMark.d.ts.map +1 -0
- package/dist/illustrations3d/models/Confetti.d.ts +4 -0
- package/dist/illustrations3d/models/Confetti.d.ts.map +1 -0
- package/dist/illustrations3d/models/Flower.d.ts +4 -0
- package/dist/illustrations3d/models/Flower.d.ts.map +1 -0
- package/dist/illustrations3d/models/Globe.d.ts +4 -0
- package/dist/illustrations3d/models/Globe.d.ts.map +1 -0
- package/dist/illustrations3d/models/Graph.d.ts +4 -0
- package/dist/illustrations3d/models/Graph.d.ts.map +1 -0
- package/dist/illustrations3d/models/Jars.d.ts +4 -0
- package/dist/illustrations3d/models/Jars.d.ts.map +1 -0
- package/dist/illustrations3d/models/Lock.d.ts +4 -0
- package/dist/illustrations3d/models/Lock.d.ts.map +1 -0
- package/dist/illustrations3d/models/MagnifyingGlass.d.ts +4 -0
- package/dist/illustrations3d/models/MagnifyingGlass.d.ts.map +1 -0
- package/dist/illustrations3d/models/Marble.d.ts +4 -0
- package/dist/illustrations3d/models/Marble.d.ts.map +1 -0
- package/dist/illustrations3d/models/MarbleCard.d.ts +4 -0
- package/dist/illustrations3d/models/MarbleCard.d.ts.map +1 -0
- package/dist/illustrations3d/models/MultiCurrency.d.ts +4 -0
- package/dist/illustrations3d/models/MultiCurrency.d.ts.map +1 -0
- package/dist/illustrations3d/models/Plane.d.ts +4 -0
- package/dist/illustrations3d/models/Plane.d.ts.map +1 -0
- package/dist/illustrations3d/utils.d.ts +9 -0
- package/dist/illustrations3d/utils.d.ts.map +1 -0
- package/dist/index-322e874c.js +332 -0
- package/dist/index-322e874c.js.map +1 -0
- package/dist/index-3bf9c1e9.js +325 -0
- package/dist/index-3bf9c1e9.js.map +1 -0
- package/dist/index.d.ts +10 -6
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +21 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -0
- package/dist/index.mjs.map +1 -0
- package/package.json +48 -24
- package/src/common.ts +17 -0
- package/src/flags/Flag.stories.tsx +19 -0
- package/src/flags/Flag.tsx +40 -0
- package/src/flags/index.ts +2 -0
- package/src/illustrations/Illustration.css +27 -0
- package/src/illustrations/Illustration.stories.tsx +33 -0
- package/src/illustrations/Illustration.tsx +95 -0
- package/src/illustrations/index.ts +5 -0
- package/src/illustrations/metadata.ts +141 -0
- package/src/illustrations3d/Illustration3d.stories.tsx +89 -0
- package/src/illustrations3d/Illustration3d.tsx +133 -0
- package/src/illustrations3d/Scene.tsx +54 -0
- package/src/illustrations3d/index.ts +6 -0
- package/src/illustrations3d/models/CheckMark.tsx +30 -0
- package/src/illustrations3d/models/Confetti.tsx +29 -0
- package/src/illustrations3d/models/Flower.tsx +25 -0
- package/src/illustrations3d/models/Globe.tsx +42 -0
- package/src/illustrations3d/models/Graph.tsx +27 -0
- package/src/illustrations3d/models/Jars.tsx +47 -0
- package/src/illustrations3d/models/Lock.tsx +38 -0
- package/src/illustrations3d/models/MagnifyingGlass.tsx +31 -0
- package/src/illustrations3d/models/Marble.tsx +57 -0
- package/src/illustrations3d/models/MarbleCard.tsx +62 -0
- package/src/illustrations3d/models/MultiCurrency.tsx +58 -0
- package/src/illustrations3d/models/Plane.tsx +33 -0
- package/src/illustrations3d/utils.ts +68 -0
- package/src/index.ts +12 -0
- package/dist/flags/Flag.stories.d.ts +0 -6
- package/dist/illustrations/Illustration.stories.d.ts +0 -19
- package/dist/index.modern.mjs +0 -2
- package/dist/index.modern.mjs.map +0 -1
- package/dist/index.module.js +0 -2
- package/dist/index.module.js.map +0 -1
- package/dist/index.umd.js +0 -2
- package/dist/index.umd.js.map +0 -1
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
import { LargeSize, MediumSize, SmallSize } from './../common';
|
|
3
|
-
import { IllustrationNames } from './metadata';
|
|
4
|
-
type ImgProps = Pick<ImgHTMLAttributes<HTMLImageElement>, 'id' | 'className'>;
|
|
5
|
-
export type IllustrationSizes = LargeSize | MediumSize | SmallSize;
|
|
6
|
-
export type Props = {
|
|
7
|
-
name: IllustrationNames;
|
|
8
|
-
alt: string;
|
|
9
|
-
size?: IllustrationSizes;
|
|
10
|
-
loading?: 'eager' | 'lazy';
|
|
11
|
-
disablePadding?: boolean;
|
|
12
|
-
} & ImgProps;
|
|
13
|
-
declare const Illustration:
|
|
14
|
-
name: IllustrationNames;
|
|
15
|
-
alt: string;
|
|
16
|
-
size?: IllustrationSizes | undefined;
|
|
17
|
-
loading?: "eager" | "lazy" | undefined;
|
|
18
|
-
disablePadding?: boolean | undefined;
|
|
19
|
-
} & ImgProps &
|
|
20
|
-
export default Illustration;
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { type LargeSize, type MediumSize, type SmallSize } from './../common';
|
|
3
|
+
import type { IllustrationNames } from './metadata';
|
|
4
|
+
type ImgProps = Pick<React.ImgHTMLAttributes<HTMLImageElement>, 'id' | 'className'>;
|
|
5
|
+
export type IllustrationSizes = LargeSize | MediumSize | SmallSize;
|
|
6
|
+
export type Props = {
|
|
7
|
+
name: IllustrationNames;
|
|
8
|
+
alt: string;
|
|
9
|
+
size?: IllustrationSizes;
|
|
10
|
+
loading?: 'eager' | 'lazy';
|
|
11
|
+
disablePadding?: boolean;
|
|
12
|
+
} & ImgProps;
|
|
13
|
+
declare const Illustration: import("react").ForwardRefExoticComponent<{
|
|
14
|
+
name: IllustrationNames;
|
|
15
|
+
alt: string;
|
|
16
|
+
size?: IllustrationSizes | undefined;
|
|
17
|
+
loading?: "eager" | "lazy" | undefined;
|
|
18
|
+
disablePadding?: boolean | undefined;
|
|
19
|
+
} & ImgProps & import("react").RefAttributes<HTMLImageElement>>;
|
|
20
|
+
export default Illustration;
|
|
21
|
+
//# sourceMappingURL=Illustration.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Illustration.d.ts","sourceRoot":"","sources":["../../src/illustrations/Illustration.tsx"],"names":[],"mappings":";AAGA,OAAO,EACL,KAAK,SAAS,EACd,KAAK,UAAU,EACf,KAAK,SAAS,EAGf,MAAM,aAAa,CAAC;AACrB,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAIpD,KAAK,QAAQ,GAAG,IAAI,CAAC,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,EAAE,IAAI,GAAG,WAAW,CAAC,CAAC;AAEpF,MAAM,MAAM,iBAAiB,GAAG,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;AAEnE,MAAM,MAAM,KAAK,GAAG;IAClB,IAAI,EAAE,iBAAiB,CAAC;IACxB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,iBAAiB,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,GAAG,QAAQ,CAAC;AAQb,QAAA,MAAM,YAAY;UAbV,iBAAiB;SAClB,MAAM;;;;+DAoEZ,CAAC;AAMF,eAAe,YAAY,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
export { default } from './Illustration';
|
|
2
|
-
export type { Props as IllustrationProps } from './Illustration';
|
|
3
|
-
export { Assets } from './metadata';
|
|
4
|
-
export type { IllustrationNames } from './metadata';
|
|
1
|
+
export { default } from './Illustration';
|
|
2
|
+
export type { Props as IllustrationProps } from './Illustration';
|
|
3
|
+
export { Assets } from './metadata';
|
|
4
|
+
export type { IllustrationNames } from './metadata';
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/illustrations/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACzC,YAAY,EAAE,KAAK,IAAI,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAEjE,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAC;AACpC,YAAY,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC"}
|
|
@@ -1,68 +1,69 @@
|
|
|
1
|
-
export declare enum Assets {
|
|
2
|
-
BELL = "bell",
|
|
3
|
-
BRIEFCASE = "briefcase",
|
|
4
|
-
BUSINESS_CARD = "business-card",
|
|
5
|
-
CALENDAR = "calendar",
|
|
6
|
-
CHECK_MARK = "check-mark",
|
|
7
|
-
CLOSED_WINDOW = "closed-window",
|
|
8
|
-
COIN_PILE_DOWN = "coin-pile-down",
|
|
9
|
-
COIN_PILE_UP = "coin-pile-up",
|
|
10
|
-
CONFETTI = "confetti",
|
|
11
|
-
CONSTRUCTION_FENCE = "construction-fence",
|
|
12
|
-
CONVERT = "convert",
|
|
13
|
-
COOKIE = "cookie",
|
|
14
|
-
DIGITAL_CARD_2 = "digital-card-2",
|
|
15
|
-
DIGITAL_CARD = "digital-card",
|
|
16
|
-
DOCUMENTS = "documents",
|
|
17
|
-
DOOR = "door",
|
|
18
|
-
ECO_CARD = "eco-card",
|
|
19
|
-
ELECTRIC_PLUG = "electric-plug",
|
|
20
|
-
EMAIL_SUCCESS = "email-success",
|
|
21
|
-
EMAIL = "email",
|
|
22
|
-
EXCLAMATION_MARK = "exclamation-mark",
|
|
23
|
-
FLAG = "flag",
|
|
24
|
-
FLOWER = "flower",
|
|
25
|
-
GEAR = "gear",
|
|
26
|
-
GLOBE = "globe",
|
|
27
|
-
GRAPH = "graph",
|
|
28
|
-
HEART_2 = "heart-2",
|
|
29
|
-
HEART_3 = "heart-3",
|
|
30
|
-
HEART_4 = "heart-4",
|
|
31
|
-
HEART_5 = "heart-5",
|
|
32
|
-
HEART = "heart",
|
|
33
|
-
HOUSE = "house",
|
|
34
|
-
ID_CARD = "id-card",
|
|
35
|
-
INFINITE = "infinite",
|
|
36
|
-
INVITE_LETTER = "invite-letter",
|
|
37
|
-
JARS = "jars",
|
|
38
|
-
KEY = "key",
|
|
39
|
-
LIGHT_BULB = "light-bulb",
|
|
40
|
-
LOCK = "lock",
|
|
41
|
-
MAGNIFYING_GLASS = "magnifying-glass",
|
|
42
|
-
MAP = "map",
|
|
43
|
-
MARBLE_CARD_BUSINESS = "marble-card-business",
|
|
44
|
-
MARBLE_CARD = "marble-card",
|
|
45
|
-
MARBLE = "marble",
|
|
46
|
-
MEGAPHONE = "megaphone",
|
|
47
|
-
MULTI_CURRENCY = "multi-currency",
|
|
48
|
-
ONE_INVITE_LETTER_OPENED = "one-invite-letter-opened",
|
|
49
|
-
PALM_TREE = "palm-tree",
|
|
50
|
-
PERCENTAGE = "percentage",
|
|
51
|
-
PERSONAL_CARD = "personal-card",
|
|
52
|
-
PHONES = "phones",
|
|
53
|
-
PIE_CHART = "pie-chart",
|
|
54
|
-
PLANE_2 = "plane-2",
|
|
55
|
-
PLANE = "plane",
|
|
56
|
-
PUZZLE_PIECES = "puzzle-pieces",
|
|
57
|
-
QUESTION_MARK = "question-mark",
|
|
58
|
-
RECEIVE = "receive",
|
|
59
|
-
REMINDER_LETTER = "reminder-letter",
|
|
60
|
-
SAND_TIMER = "sand-timer",
|
|
61
|
-
SHOPPING_BAG = "shopping-bag",
|
|
62
|
-
SKIP_AUTHENTICATION = "skip-authentication",
|
|
63
|
-
SPEECH_BUBBLE = "speech-bubble",
|
|
64
|
-
TOOL = "tool",
|
|
65
|
-
TWO_INVITE_LETTERS_OPENED = "two-invite-letters-opened",
|
|
66
|
-
WALLET = "wallet"
|
|
67
|
-
}
|
|
68
|
-
export type IllustrationNames = 'bell' | 'briefcase' | 'business-card' | 'calendar' | 'check-mark' | 'closed-window' | 'coin-pile-down' | 'coin-pile-up' | 'confetti' | 'construction-fence' | 'convert' | 'cookie' | 'digital-card-2' | 'digital-card' | 'documents' | 'door' | 'eco-card' | 'electric-plug' | 'email-success' | 'email' | 'exclamation-mark' | 'flag' | 'flower' | 'gear' | 'globe' | 'graph' | 'heart-2' | 'heart-3' | 'heart-4' | 'heart-5' | 'heart' | 'house' | 'id-card' | 'infinite' | 'invite-letter' | 'jars' | 'key' | 'light-bulb' | 'lock' | 'magnifying-glass' | 'map' | 'marble-card-business' | 'marble-card' | 'marble' | 'megaphone' | 'multi-currency' | 'one-invite-letter-opened' | 'palm-tree' | 'percentage' | 'personal-card' | 'phones' | 'pie-chart' | 'plane-2' | 'plane' | 'puzzle-pieces' | 'question-mark' | 'receive' | 'reminder-letter' | 'sand-timer' | 'shopping-bag' | 'skip-authentication' | 'speech-bubble' | 'tool' | 'two-invite-letters-opened' | 'wallet';
|
|
1
|
+
export declare enum Assets {
|
|
2
|
+
BELL = "bell",
|
|
3
|
+
BRIEFCASE = "briefcase",
|
|
4
|
+
BUSINESS_CARD = "business-card",
|
|
5
|
+
CALENDAR = "calendar",
|
|
6
|
+
CHECK_MARK = "check-mark",
|
|
7
|
+
CLOSED_WINDOW = "closed-window",
|
|
8
|
+
COIN_PILE_DOWN = "coin-pile-down",
|
|
9
|
+
COIN_PILE_UP = "coin-pile-up",
|
|
10
|
+
CONFETTI = "confetti",
|
|
11
|
+
CONSTRUCTION_FENCE = "construction-fence",
|
|
12
|
+
CONVERT = "convert",
|
|
13
|
+
COOKIE = "cookie",
|
|
14
|
+
DIGITAL_CARD_2 = "digital-card-2",
|
|
15
|
+
DIGITAL_CARD = "digital-card",
|
|
16
|
+
DOCUMENTS = "documents",
|
|
17
|
+
DOOR = "door",
|
|
18
|
+
ECO_CARD = "eco-card",
|
|
19
|
+
ELECTRIC_PLUG = "electric-plug",
|
|
20
|
+
EMAIL_SUCCESS = "email-success",
|
|
21
|
+
EMAIL = "email",
|
|
22
|
+
EXCLAMATION_MARK = "exclamation-mark",
|
|
23
|
+
FLAG = "flag",
|
|
24
|
+
FLOWER = "flower",
|
|
25
|
+
GEAR = "gear",
|
|
26
|
+
GLOBE = "globe",
|
|
27
|
+
GRAPH = "graph",
|
|
28
|
+
HEART_2 = "heart-2",
|
|
29
|
+
HEART_3 = "heart-3",
|
|
30
|
+
HEART_4 = "heart-4",
|
|
31
|
+
HEART_5 = "heart-5",
|
|
32
|
+
HEART = "heart",
|
|
33
|
+
HOUSE = "house",
|
|
34
|
+
ID_CARD = "id-card",
|
|
35
|
+
INFINITE = "infinite",
|
|
36
|
+
INVITE_LETTER = "invite-letter",
|
|
37
|
+
JARS = "jars",
|
|
38
|
+
KEY = "key",
|
|
39
|
+
LIGHT_BULB = "light-bulb",
|
|
40
|
+
LOCK = "lock",
|
|
41
|
+
MAGNIFYING_GLASS = "magnifying-glass",
|
|
42
|
+
MAP = "map",
|
|
43
|
+
MARBLE_CARD_BUSINESS = "marble-card-business",
|
|
44
|
+
MARBLE_CARD = "marble-card",
|
|
45
|
+
MARBLE = "marble",
|
|
46
|
+
MEGAPHONE = "megaphone",
|
|
47
|
+
MULTI_CURRENCY = "multi-currency",
|
|
48
|
+
ONE_INVITE_LETTER_OPENED = "one-invite-letter-opened",
|
|
49
|
+
PALM_TREE = "palm-tree",
|
|
50
|
+
PERCENTAGE = "percentage",
|
|
51
|
+
PERSONAL_CARD = "personal-card",
|
|
52
|
+
PHONES = "phones",
|
|
53
|
+
PIE_CHART = "pie-chart",
|
|
54
|
+
PLANE_2 = "plane-2",
|
|
55
|
+
PLANE = "plane",
|
|
56
|
+
PUZZLE_PIECES = "puzzle-pieces",
|
|
57
|
+
QUESTION_MARK = "question-mark",
|
|
58
|
+
RECEIVE = "receive",
|
|
59
|
+
REMINDER_LETTER = "reminder-letter",
|
|
60
|
+
SAND_TIMER = "sand-timer",
|
|
61
|
+
SHOPPING_BAG = "shopping-bag",
|
|
62
|
+
SKIP_AUTHENTICATION = "skip-authentication",
|
|
63
|
+
SPEECH_BUBBLE = "speech-bubble",
|
|
64
|
+
TOOL = "tool",
|
|
65
|
+
TWO_INVITE_LETTERS_OPENED = "two-invite-letters-opened",
|
|
66
|
+
WALLET = "wallet"
|
|
67
|
+
}
|
|
68
|
+
export type IllustrationNames = 'bell' | 'briefcase' | 'business-card' | 'calendar' | 'check-mark' | 'closed-window' | 'coin-pile-down' | 'coin-pile-up' | 'confetti' | 'construction-fence' | 'convert' | 'cookie' | 'digital-card-2' | 'digital-card' | 'documents' | 'door' | 'eco-card' | 'electric-plug' | 'email-success' | 'email' | 'exclamation-mark' | 'flag' | 'flower' | 'gear' | 'globe' | 'graph' | 'heart-2' | 'heart-3' | 'heart-4' | 'heart-5' | 'heart' | 'house' | 'id-card' | 'infinite' | 'invite-letter' | 'jars' | 'key' | 'light-bulb' | 'lock' | 'magnifying-glass' | 'map' | 'marble-card-business' | 'marble-card' | 'marble' | 'megaphone' | 'multi-currency' | 'one-invite-letter-opened' | 'palm-tree' | 'percentage' | 'personal-card' | 'phones' | 'pie-chart' | 'plane-2' | 'plane' | 'puzzle-pieces' | 'question-mark' | 'receive' | 'reminder-letter' | 'sand-timer' | 'shopping-bag' | 'skip-authentication' | 'speech-bubble' | 'tool' | 'two-invite-letters-opened' | 'wallet';
|
|
69
|
+
//# sourceMappingURL=metadata.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"metadata.d.ts","sourceRoot":"","sources":["../../src/illustrations/metadata.ts"],"names":[],"mappings":"AAOA,oBAAY,MAAM;IAChB,IAAI,SAAS;IACb,SAAS,cAAc;IACvB,aAAa,kBAAkB;IAC/B,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,aAAa,kBAAkB;IAC/B,cAAc,mBAAmB;IACjC,YAAY,iBAAiB;IAC7B,QAAQ,aAAa;IACrB,kBAAkB,uBAAuB;IACzC,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,cAAc,mBAAmB;IACjC,YAAY,iBAAiB;IAC7B,SAAS,cAAc;IACvB,IAAI,SAAS;IACb,QAAQ,aAAa;IACrB,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,KAAK,UAAU;IACf,gBAAgB,qBAAqB;IACrC,IAAI,SAAS;IACb,MAAM,WAAW;IACjB,IAAI,SAAS;IACb,KAAK,UAAU;IACf,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,aAAa,kBAAkB;IAC/B,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,UAAU,eAAe;IACzB,IAAI,SAAS;IACb,gBAAgB,qBAAqB;IACrC,GAAG,QAAQ;IACX,oBAAoB,yBAAyB;IAC7C,WAAW,gBAAgB;IAC3B,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,cAAc,mBAAmB;IACjC,wBAAwB,6BAA6B;IACrD,SAAS,cAAc;IACvB,UAAU,eAAe;IACzB,aAAa,kBAAkB;IAC/B,MAAM,WAAW;IACjB,SAAS,cAAc;IACvB,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,OAAO,YAAY;IACnB,eAAe,oBAAoB;IACnC,UAAU,eAAe;IACzB,YAAY,iBAAiB;IAC7B,mBAAmB,wBAAwB;IAC3C,aAAa,kBAAkB;IAC/B,IAAI,SAAS;IACb,yBAAyB,8BAA8B;IACvD,MAAM,WAAW;CAClB;AAED,MAAM,MAAM,iBAAiB,GACzB,MAAM,GACN,WAAW,GACX,eAAe,GACf,UAAU,GACV,YAAY,GACZ,eAAe,GACf,gBAAgB,GAChB,cAAc,GACd,UAAU,GACV,oBAAoB,GACpB,SAAS,GACT,QAAQ,GACR,gBAAgB,GAChB,cAAc,GACd,WAAW,GACX,MAAM,GACN,UAAU,GACV,eAAe,GACf,eAAe,GACf,OAAO,GACP,kBAAkB,GAClB,MAAM,GACN,QAAQ,GACR,MAAM,GACN,OAAO,GACP,OAAO,GACP,SAAS,GACT,SAAS,GACT,SAAS,GACT,SAAS,GACT,OAAO,GACP,OAAO,GACP,SAAS,GACT,UAAU,GACV,eAAe,GACf,MAAM,GACN,KAAK,GACL,YAAY,GACZ,MAAM,GACN,kBAAkB,GAClB,KAAK,GACL,sBAAsB,GACtB,aAAa,GACb,QAAQ,GACR,WAAW,GACX,gBAAgB,GAChB,0BAA0B,GAC1B,WAAW,GACX,YAAY,GACZ,eAAe,GACf,QAAQ,GACR,WAAW,GACX,SAAS,GACT,OAAO,GACP,eAAe,GACf,eAAe,GACf,SAAS,GACT,iBAAiB,GACjB,YAAY,GACZ,cAAc,GACd,qBAAqB,GACrB,eAAe,GACf,MAAM,GACN,2BAA2B,GAC3B,QAAQ,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { LargeSize, MediumSize, SmallSize } from '../common';
|
|
3
|
+
export type Illustration3dNames = 'lock' | 'globe' | 'confetti' | 'check-mark' | 'flower' | 'graph' | 'jars' | 'magnifying-glass' | 'marble' | 'marble-card' | 'multi-currency' | 'plane';
|
|
4
|
+
export type Props = {
|
|
5
|
+
name: Illustration3dNames;
|
|
6
|
+
size?: SmallSize | MediumSize | LargeSize;
|
|
7
|
+
className?: string;
|
|
8
|
+
};
|
|
9
|
+
declare const Illustration3d: ({ name, size, className }: Props) => React.JSX.Element;
|
|
10
|
+
export default Illustration3d;
|
|
11
|
+
//# sourceMappingURL=Illustration3d.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Illustration3d.d.ts","sourceRoot":"","sources":["../../src/illustrations3d/Illustration3d.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAmE,MAAM,OAAO,CAAC;AAExF,OAAO,EAAE,SAAS,EAAE,UAAU,EAAE,SAAS,EAAS,MAAM,WAAW,CAAC;AAKpE,MAAM,MAAM,mBAAmB,GAC3B,MAAM,GACN,OAAO,GACP,UAAU,GACV,YAAY,GACZ,QAAQ,GACR,OAAO,GACP,MAAM,GACN,kBAAkB,GAClB,QAAQ,GACR,aAAa,GACb,gBAAgB,GAChB,OAAO,CAAC;AAEZ,MAAM,MAAM,KAAK,GAAG;IAClB,IAAI,EAAE,mBAAmB,CAAC;IAC1B,IAAI,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;IAC1C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAQF,QAAA,MAAM,cAAc,8BAA8C,KAAK,sBAkCtE,CAAC;AA+DF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React, { PropsWithChildren } from 'react';
|
|
2
|
+
import { LargeSize, MediumSize, SmallSize } from '../common';
|
|
3
|
+
import type { Illustration3dNames } from './Illustration3d';
|
|
4
|
+
export type Props = PropsWithChildren<{
|
|
5
|
+
assetName: Illustration3dNames;
|
|
6
|
+
size?: SmallSize | MediumSize | LargeSize;
|
|
7
|
+
}>;
|
|
8
|
+
export default function Scene({ children, assetName, size }: Props): React.JSX.Element;
|
|
9
|
+
//# sourceMappingURL=Scene.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Scene.d.ts","sourceRoot":"","sources":["../../src/illustrations3d/Scene.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,EAAE,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAGjD,OAAO,EAAc,SAAS,EAAE,UAAU,EAAS,SAAS,EAAE,MAAM,WAAW,CAAC;AAGhF,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,MAAM,MAAM,KAAK,GAAG,iBAAiB,CAAC;IACpC,SAAS,EAAE,mBAAmB,CAAC;IAC/B,IAAI,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,SAAS,CAAC;CAC3C,CAAC,CAAC;AAEH,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,EAAE,QAAQ,EAAE,SAAS,EAAE,IAAmB,EAAE,EAAE,KAAK,qBAoChF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/illustrations3d/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,kBAAkB,CAAC;AAC3C,YAAY,EAAE,KAAK,IAAI,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAErE,YAAY,EAAE,mBAAmB,EAAE,MAAM,kBAAkB,CAAC;AAE5D,OAAO,EAAE,yBAAyB,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckMark.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/CheckMark.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAKtC,QAAA,MAAM,SAAS,yBAoBd,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Confetti.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/Confetti.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAKtC,QAAA,MAAM,QAAQ,yBAmBb,CAAC;AAEF,eAAe,QAAQ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Flower.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/Flower.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,QAAA,MAAM,MAAM,yBAeX,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Globe.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/Globe.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,QAAA,MAAM,KAAK,yBAgCV,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Graph.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/Graph.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,QAAA,MAAM,KAAK,yBAiBV,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Jars.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/Jars.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAKtC,QAAA,MAAM,IAAI,yBAqCT,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Lock.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/Lock.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAKtC,QAAA,MAAM,IAAI,yBA4BT,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MagnifyingGlass.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/MagnifyingGlass.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,QAAA,MAAM,eAAe,yBAqBpB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Marble.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/Marble.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,QAAA,MAAM,MAAM,yBA+CX,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MarbleCard.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/MarbleCard.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,QAAA,MAAM,UAAU,yBAoDf,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MultiCurrency.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/MultiCurrency.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAKtC,QAAA,MAAM,aAAa,yBAgDlB,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Plane.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/Plane.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAiB,MAAM,OAAO,CAAC;AAKtC,QAAA,MAAM,KAAK,yBAuBV,CAAC;AAEF,eAAe,KAAK,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { IllustrationNames } from '../illustrations/metadata';
|
|
2
|
+
export declare function useBattery(): {
|
|
3
|
+
level: number;
|
|
4
|
+
};
|
|
5
|
+
export declare function isBatteryLow(batteryLevel: number): boolean;
|
|
6
|
+
export declare function isConnectionSlow(): boolean;
|
|
7
|
+
export declare function defineSrc(asset: string): string;
|
|
8
|
+
export declare function is3dIllustrationSupported(asset: IllustrationNames): boolean;
|
|
9
|
+
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/illustrations3d/utils.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,2BAA2B,CAAC;AAEnE,wBAAgB,UAAU;WACgC,MAAM;EAoB/D;AAED,wBAAgB,YAAY,CAAC,YAAY,EAAE,MAAM,GAAG,OAAO,CAE1D;AAED,wBAAgB,gBAAgB,IAAI,OAAO,CAa1C;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAE/C;AAiBD,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,iBAAiB,GAAG,OAAO,CAE3E"}
|