@wise/art 2.5.0 → 2.6.0-beta.10

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 (144) hide show
  1. package/README.md +0 -1
  2. package/dist/CheckMark-31f05a78.js +39 -0
  3. package/dist/CheckMark-31f05a78.js.map +1 -0
  4. package/dist/CheckMark-ea1e541e.mjs +37 -0
  5. package/dist/CheckMark-ea1e541e.mjs.map +1 -0
  6. package/dist/Confetti-6061205f.mjs +34 -0
  7. package/dist/Confetti-6061205f.mjs.map +1 -0
  8. package/dist/Confetti-8a609ba7.js +36 -0
  9. package/dist/Confetti-8a609ba7.js.map +1 -0
  10. package/dist/Flower-15fbd072.mjs +27 -0
  11. package/dist/Flower-15fbd072.mjs.map +1 -0
  12. package/dist/Flower-7efb2e8a.js +29 -0
  13. package/dist/Flower-7efb2e8a.js.map +1 -0
  14. package/dist/Globe-2ce3125a.mjs +43 -0
  15. package/dist/Globe-2ce3125a.mjs.map +1 -0
  16. package/dist/Globe-8ffb1711.js +45 -0
  17. package/dist/Globe-8ffb1711.js.map +1 -0
  18. package/dist/Graph-031f065a.js +33 -0
  19. package/dist/Graph-031f065a.js.map +1 -0
  20. package/dist/Graph-93475293.mjs +31 -0
  21. package/dist/Graph-93475293.mjs.map +1 -0
  22. package/dist/Illustration.css +19 -0
  23. package/dist/Jars-6a7a4725.mjs +50 -0
  24. package/dist/Jars-6a7a4725.mjs.map +1 -0
  25. package/dist/Jars-e516b2e0.js +52 -0
  26. package/dist/Jars-e516b2e0.js.map +1 -0
  27. package/dist/Lock-2aa09874.js +43 -0
  28. package/dist/Lock-2aa09874.js.map +1 -0
  29. package/dist/Lock-adefc539.mjs +41 -0
  30. package/dist/Lock-adefc539.mjs.map +1 -0
  31. package/dist/MagnifyingGlass-11ae91ce.mjs +30 -0
  32. package/dist/MagnifyingGlass-11ae91ce.mjs.map +1 -0
  33. package/dist/MagnifyingGlass-c2cb3012.js +32 -0
  34. package/dist/MagnifyingGlass-c2cb3012.js.map +1 -0
  35. package/dist/Marble-894fdc66.mjs +42 -0
  36. package/dist/Marble-894fdc66.mjs.map +1 -0
  37. package/dist/Marble-b62c2381.js +44 -0
  38. package/dist/Marble-b62c2381.js.map +1 -0
  39. package/dist/MarbleCard-5bab8f72.mjs +45 -0
  40. package/dist/MarbleCard-5bab8f72.mjs.map +1 -0
  41. package/dist/MarbleCard-89edbd62.js +47 -0
  42. package/dist/MarbleCard-89edbd62.js.map +1 -0
  43. package/dist/MultiCurrency-705852bd.js +63 -0
  44. package/dist/MultiCurrency-705852bd.js.map +1 -0
  45. package/dist/MultiCurrency-b663ef12.mjs +61 -0
  46. package/dist/MultiCurrency-b663ef12.mjs.map +1 -0
  47. package/dist/Plane-2f1801cc.mjs +37 -0
  48. package/dist/Plane-2f1801cc.mjs.map +1 -0
  49. package/dist/Plane-ce2952f8.js +39 -0
  50. package/dist/Plane-ce2952f8.js.map +1 -0
  51. package/dist/Scene-05003c4d.js +50 -0
  52. package/dist/Scene-05003c4d.js.map +1 -0
  53. package/dist/Scene-3ce02f6d.mjs +48 -0
  54. package/dist/Scene-3ce02f6d.mjs.map +1 -0
  55. package/dist/common.d.ts +15 -9
  56. package/dist/common.d.ts.map +1 -0
  57. package/dist/flags/Flag.d.ts +13 -12
  58. package/dist/flags/Flag.d.ts.map +1 -0
  59. package/dist/flags/index.d.ts +3 -2
  60. package/dist/flags/index.d.ts.map +1 -0
  61. package/dist/illustrations/Illustration.d.ts +21 -20
  62. package/dist/illustrations/Illustration.d.ts.map +1 -0
  63. package/dist/illustrations/index.d.ts +5 -4
  64. package/dist/illustrations/index.d.ts.map +1 -0
  65. package/dist/illustrations/metadata.d.ts +69 -68
  66. package/dist/illustrations/metadata.d.ts.map +1 -0
  67. package/dist/illustrations3d/Illustration3d.d.ts +11 -0
  68. package/dist/illustrations3d/Illustration3d.d.ts.map +1 -0
  69. package/dist/illustrations3d/Scene.d.ts +9 -0
  70. package/dist/illustrations3d/Scene.d.ts.map +1 -0
  71. package/dist/illustrations3d/index.d.ts +5 -0
  72. package/dist/illustrations3d/index.d.ts.map +1 -0
  73. package/dist/illustrations3d/models/CheckMark.d.ts +4 -0
  74. package/dist/illustrations3d/models/CheckMark.d.ts.map +1 -0
  75. package/dist/illustrations3d/models/Confetti.d.ts +4 -0
  76. package/dist/illustrations3d/models/Confetti.d.ts.map +1 -0
  77. package/dist/illustrations3d/models/Flower.d.ts +4 -0
  78. package/dist/illustrations3d/models/Flower.d.ts.map +1 -0
  79. package/dist/illustrations3d/models/Globe.d.ts +4 -0
  80. package/dist/illustrations3d/models/Globe.d.ts.map +1 -0
  81. package/dist/illustrations3d/models/Graph.d.ts +4 -0
  82. package/dist/illustrations3d/models/Graph.d.ts.map +1 -0
  83. package/dist/illustrations3d/models/Jars.d.ts +4 -0
  84. package/dist/illustrations3d/models/Jars.d.ts.map +1 -0
  85. package/dist/illustrations3d/models/Lock.d.ts +4 -0
  86. package/dist/illustrations3d/models/Lock.d.ts.map +1 -0
  87. package/dist/illustrations3d/models/MagnifyingGlass.d.ts +4 -0
  88. package/dist/illustrations3d/models/MagnifyingGlass.d.ts.map +1 -0
  89. package/dist/illustrations3d/models/Marble.d.ts +4 -0
  90. package/dist/illustrations3d/models/Marble.d.ts.map +1 -0
  91. package/dist/illustrations3d/models/MarbleCard.d.ts +4 -0
  92. package/dist/illustrations3d/models/MarbleCard.d.ts.map +1 -0
  93. package/dist/illustrations3d/models/MultiCurrency.d.ts +4 -0
  94. package/dist/illustrations3d/models/MultiCurrency.d.ts.map +1 -0
  95. package/dist/illustrations3d/models/Plane.d.ts +4 -0
  96. package/dist/illustrations3d/models/Plane.d.ts.map +1 -0
  97. package/dist/illustrations3d/utils.d.ts +9 -0
  98. package/dist/illustrations3d/utils.d.ts.map +1 -0
  99. package/dist/index-65e9686e.mjs +325 -0
  100. package/dist/index-65e9686e.mjs.map +1 -0
  101. package/dist/index-897e0762.js +332 -0
  102. package/dist/index-897e0762.js.map +1 -0
  103. package/dist/index.d.ts +10 -6
  104. package/dist/index.d.ts.map +1 -0
  105. package/dist/index.js +21 -1
  106. package/dist/index.js.map +1 -1
  107. package/dist/index.mjs +5 -0
  108. package/dist/index.mjs.map +1 -0
  109. package/package.json +48 -24
  110. package/src/common.ts +17 -0
  111. package/src/flags/Flag.stories.tsx +19 -0
  112. package/src/flags/Flag.tsx +40 -0
  113. package/src/flags/index.ts +2 -0
  114. package/src/illustrations/Illustration.css +27 -0
  115. package/src/illustrations/Illustration.stories.tsx +33 -0
  116. package/src/illustrations/Illustration.tsx +95 -0
  117. package/src/illustrations/index.ts +5 -0
  118. package/src/illustrations/metadata.ts +141 -0
  119. package/src/illustrations3d/Illustration3d.stories.tsx +89 -0
  120. package/src/illustrations3d/Illustration3d.tsx +133 -0
  121. package/src/illustrations3d/Scene.tsx +54 -0
  122. package/src/illustrations3d/index.ts +6 -0
  123. package/src/illustrations3d/models/CheckMark.tsx +30 -0
  124. package/src/illustrations3d/models/Confetti.tsx +29 -0
  125. package/src/illustrations3d/models/Flower.tsx +24 -0
  126. package/src/illustrations3d/models/Globe.tsx +41 -0
  127. package/src/illustrations3d/models/Graph.tsx +26 -0
  128. package/src/illustrations3d/models/Jars.tsx +46 -0
  129. package/src/illustrations3d/models/Lock.tsx +38 -0
  130. package/src/illustrations3d/models/MagnifyingGlass.tsx +30 -0
  131. package/src/illustrations3d/models/Marble.tsx +56 -0
  132. package/src/illustrations3d/models/MarbleCard.tsx +61 -0
  133. package/src/illustrations3d/models/MultiCurrency.tsx +57 -0
  134. package/src/illustrations3d/models/Plane.tsx +32 -0
  135. package/src/illustrations3d/utils.ts +68 -0
  136. package/src/index.ts +12 -0
  137. package/dist/flags/Flag.stories.d.ts +0 -6
  138. package/dist/illustrations/Illustration.stories.d.ts +0 -19
  139. package/dist/index.modern.mjs +0 -2
  140. package/dist/index.modern.mjs.map +0 -1
  141. package/dist/index.module.js +0 -2
  142. package/dist/index.module.js.map +0 -1
  143. package/dist/index.umd.js +0 -2
  144. package/dist/index.umd.js.map +0 -1
@@ -1,20 +1,21 @@
1
- import React, { ImgHTMLAttributes } from 'react';
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: React.ForwardRefExoticComponent<{
14
- name: IllustrationNames;
15
- alt: string;
16
- size?: IllustrationSizes | undefined;
17
- loading?: "eager" | "lazy" | undefined;
18
- disablePadding?: boolean | undefined;
19
- } & ImgProps & React.RefAttributes<HTMLImageElement>>;
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
+ /// <reference types="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) => import("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":";AAIA,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,gCAkCtE,CAAC;AA+DF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,9 @@
1
+ import type { 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): import("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,iBAAiB,EAAE,MAAM,OAAO,CAAC;AAG/C,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,+BAoChF"}
@@ -0,0 +1,5 @@
1
+ export { default } from './Illustration3d';
2
+ export type { Props as Illustration3dProps } from './Illustration3d';
3
+ export type { Illustration3dNames } from './Illustration3d';
4
+ export { is3dIllustrationSupported } from './utils';
5
+ //# sourceMappingURL=index.d.ts.map
@@ -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,4 @@
1
+ /// <reference types="react" />
2
+ declare const CheckMark: () => import("react").JSX.Element;
3
+ export default CheckMark;
4
+ //# sourceMappingURL=CheckMark.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CheckMark.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/CheckMark.tsx"],"names":[],"mappings":";AAOA,QAAA,MAAM,SAAS,mCAoBd,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ declare const Confetti: () => import("react").JSX.Element;
3
+ export default Confetti;
4
+ //# sourceMappingURL=Confetti.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Confetti.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/Confetti.tsx"],"names":[],"mappings":";AAOA,QAAA,MAAM,QAAQ,mCAmBb,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ declare const Flower: () => import("react").JSX.Element;
3
+ export default Flower;
4
+ //# sourceMappingURL=Flower.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Flower.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/Flower.tsx"],"names":[],"mappings":";AAMA,QAAA,MAAM,MAAM,mCAeX,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ declare const Globe: () => import("react").JSX.Element;
3
+ export default Globe;
4
+ //# sourceMappingURL=Globe.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Globe.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/Globe.tsx"],"names":[],"mappings":";AAMA,QAAA,MAAM,KAAK,mCAgCV,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ declare const Graph: () => import("react").JSX.Element;
3
+ export default Graph;
4
+ //# sourceMappingURL=Graph.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Graph.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/Graph.tsx"],"names":[],"mappings":";AAMA,QAAA,MAAM,KAAK,mCAiBV,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ declare const Jars: () => import("react").JSX.Element;
3
+ export default Jars;
4
+ //# sourceMappingURL=Jars.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Jars.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/Jars.tsx"],"names":[],"mappings":";AAMA,QAAA,MAAM,IAAI,mCAqCT,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ declare const Lock: () => import("react").JSX.Element;
3
+ export default Lock;
4
+ //# sourceMappingURL=Lock.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Lock.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/Lock.tsx"],"names":[],"mappings":";AAOA,QAAA,MAAM,IAAI,mCA4BT,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ declare const MagnifyingGlass: () => import("react").JSX.Element;
3
+ export default MagnifyingGlass;
4
+ //# sourceMappingURL=MagnifyingGlass.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MagnifyingGlass.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/MagnifyingGlass.tsx"],"names":[],"mappings":";AAMA,QAAA,MAAM,eAAe,mCAqBpB,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ declare const Marble: () => import("react").JSX.Element;
3
+ export default Marble;
4
+ //# sourceMappingURL=Marble.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Marble.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/Marble.tsx"],"names":[],"mappings":";AAMA,QAAA,MAAM,MAAM,mCA+CX,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ declare const MarbleCard: () => import("react").JSX.Element;
3
+ export default MarbleCard;
4
+ //# sourceMappingURL=MarbleCard.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MarbleCard.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/MarbleCard.tsx"],"names":[],"mappings":";AAMA,QAAA,MAAM,UAAU,mCAoDf,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ declare const MultiCurrency: () => import("react").JSX.Element;
3
+ export default MultiCurrency;
4
+ //# sourceMappingURL=MultiCurrency.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MultiCurrency.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/MultiCurrency.tsx"],"names":[],"mappings":";AAMA,QAAA,MAAM,aAAa,mCAgDlB,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ declare const Plane: () => import("react").JSX.Element;
3
+ export default Plane;
4
+ //# sourceMappingURL=Plane.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Plane.d.ts","sourceRoot":"","sources":["../../../src/illustrations3d/models/Plane.tsx"],"names":[],"mappings":";AAMA,QAAA,MAAM,KAAK,mCAuBV,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"}