@ovotech/element-native 3.3.2 → 3.4.0-canary-d9e3d0a-143

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 (257) hide show
  1. package/dist/components/Accordion/Accordion.js +5 -5
  2. package/dist/components/Accordion/styles.d.ts +4 -3
  3. package/dist/components/Accordion/styles.js +2 -2
  4. package/dist/components/ActionCard/ActionCard.d.ts +19 -0
  5. package/dist/components/ActionCard/ActionCard.js +115 -0
  6. package/dist/components/ActionCard/CloseIconShape.d.ts +3 -0
  7. package/dist/components/ActionCard/CloseIconShape.js +52 -0
  8. package/dist/components/ActionCard/IndicatorIconShape.d.ts +3 -0
  9. package/dist/components/ActionCard/IndicatorIconShape.js +52 -0
  10. package/dist/components/ActionCard/index.d.ts +1 -0
  11. package/dist/components/ActionCard/index.js +5 -0
  12. package/dist/components/ActionList/styled.d.ts +5 -5
  13. package/dist/components/Badge/Badge.d.ts +1 -1
  14. package/dist/components/Card/Card.d.ts +1 -1
  15. package/dist/components/{TextField → CurrencyField}/CurrencyField.js +1 -1
  16. package/dist/components/CurrencyField/index.d.ts +1 -0
  17. package/dist/components/CurrencyField/index.js +5 -0
  18. package/dist/components/{Input → CurrencyInput}/CurrencyInput.d.ts +1 -1
  19. package/dist/components/{Input → CurrencyInput}/CurrencyInput.js +1 -1
  20. package/dist/components/CurrencyInput/index.d.ts +1 -0
  21. package/dist/components/CurrencyInput/index.js +5 -0
  22. package/dist/components/DataTable/styles.d.ts +11 -11
  23. package/dist/components/DateField/DateField.js +2 -2
  24. package/dist/components/DescriptionList/styled.d.ts +1 -1
  25. package/dist/components/{SkeletonLoading/Skeleton.d.ts → Em/Em.d.ts} +2 -2
  26. package/dist/components/Em/Em.js +13 -0
  27. package/dist/components/Em/index.d.ts +1 -0
  28. package/dist/components/Em/index.js +5 -0
  29. package/dist/components/{TextField → EmailField}/EmailField.js +1 -1
  30. package/dist/components/EmailField/index.d.ts +1 -0
  31. package/dist/components/EmailField/index.js +5 -0
  32. package/dist/components/{Input → EmailInput}/EmailInput.js +1 -1
  33. package/dist/components/EmailInput/index.d.ts +1 -0
  34. package/dist/components/EmailInput/index.js +5 -0
  35. package/dist/components/ErrorText/ErrorText.d.ts +1 -1
  36. package/dist/components/Grid/Col.d.ts +1 -1
  37. package/dist/components/Grid/Row.d.ts +1 -1
  38. package/dist/components/Heading1/Heading1.d.ts +3 -0
  39. package/dist/components/{Heading/Heading.js → Heading1/Heading1.js} +2 -35
  40. package/dist/components/Heading1/index.d.ts +1 -0
  41. package/dist/components/Heading1/index.js +5 -0
  42. package/dist/components/Heading2/Heading2.d.ts +3 -0
  43. package/dist/components/Heading2/Heading2.js +71 -0
  44. package/dist/components/Heading2/index.d.ts +1 -0
  45. package/dist/components/Heading2/index.js +5 -0
  46. package/dist/components/Heading3/Heading3.d.ts +3 -0
  47. package/dist/components/Heading3/Heading3.js +71 -0
  48. package/dist/components/Heading3/index.d.ts +1 -0
  49. package/dist/components/Heading3/index.js +5 -0
  50. package/dist/components/Heading4/Heading4.d.ts +3 -0
  51. package/dist/components/Heading4/Heading4.js +71 -0
  52. package/dist/components/Heading4/index.d.ts +1 -0
  53. package/dist/components/Heading4/index.js +5 -0
  54. package/dist/components/HintText/HintText.d.ts +1 -1
  55. package/dist/components/LabelText/LabelText.d.ts +1 -1
  56. package/dist/components/LineThrough/LineThrough.d.ts +228 -0
  57. package/dist/components/{SkeletonLoading/Skeleton.js → LineThrough/LineThrough.js} +2 -2
  58. package/dist/components/LineThrough/index.d.ts +1 -0
  59. package/dist/components/LineThrough/index.js +5 -0
  60. package/dist/components/List/List.d.ts +4 -240
  61. package/dist/components/List/List.js +44 -91
  62. package/dist/components/{Text/Text.d.ts → List/styled.d.ts} +658 -442
  63. package/dist/components/List/styled.js +70 -0
  64. package/dist/components/Margin/Margin.d.ts +1 -1
  65. package/dist/components/NavHeader/IconButton.d.ts +13 -0
  66. package/dist/components/NavHeader/IconButton.js +31 -0
  67. package/dist/components/NavHeader/NavHeader.d.ts +7 -14
  68. package/dist/components/NavHeader/NavHeader.js +39 -48
  69. package/dist/components/NavHeader/NavHeader.styles.d.ts +1833 -0
  70. package/dist/components/NavHeader/NavHeader.styles.js +72 -0
  71. package/dist/components/NavHeader/index.d.ts +1 -1
  72. package/dist/components/Notification/Notification.d.ts +2 -2
  73. package/dist/components/{TextField → NumberField}/NumberField.js +1 -1
  74. package/dist/components/NumberField/index.d.ts +1 -0
  75. package/dist/components/NumberField/index.js +5 -0
  76. package/dist/components/{Input → NumberInput}/NumberInput.js +1 -1
  77. package/dist/components/NumberInput/index.d.ts +1 -0
  78. package/dist/components/NumberInput/index.js +5 -0
  79. package/dist/components/P/P.d.ts +239 -0
  80. package/dist/components/P/P.js +38 -0
  81. package/dist/components/P/index.d.ts +1 -0
  82. package/dist/components/P/index.js +5 -0
  83. package/dist/components/{TextField → PasswordField}/PasswordField.js +1 -1
  84. package/dist/components/PasswordField/index.d.ts +1 -0
  85. package/dist/components/PasswordField/index.js +5 -0
  86. package/dist/components/{Input → PasswordInput}/PasswordInput.js +1 -1
  87. package/dist/components/{Input → PasswordInput}/PasswordInput.styled.d.ts +1 -1
  88. package/dist/components/PasswordInput/index.d.ts +1 -0
  89. package/dist/components/PasswordInput/index.js +5 -0
  90. package/dist/components/{TextField → PhoneField}/PhoneField.js +1 -1
  91. package/dist/components/PhoneField/index.d.ts +1 -0
  92. package/dist/components/PhoneField/index.js +5 -0
  93. package/dist/components/{Input → PhoneInput}/PhoneInput.d.ts +1 -2
  94. package/dist/components/{Input → PhoneInput}/PhoneInput.js +2 -3
  95. package/dist/components/PhoneInput/index.d.ts +1 -0
  96. package/dist/components/PhoneInput/index.js +5 -0
  97. package/dist/components/SelectField/Select.d.ts +1 -1
  98. package/dist/components/SelectField/Select.js +5 -4
  99. package/dist/components/SkeletonAnimation/index.d.ts +1 -0
  100. package/dist/components/SkeletonAnimation/index.js +5 -0
  101. package/dist/components/{SkeletonLoading → SkeletonCTA}/SkeletonCTA.js +4 -5
  102. package/dist/components/SkeletonCTA/index.d.ts +1 -0
  103. package/dist/components/SkeletonCTA/index.js +5 -0
  104. package/dist/components/{SkeletonLoading → SkeletonCircle}/SkeletonCircle.js +3 -4
  105. package/dist/components/SkeletonCircle/index.d.ts +1 -0
  106. package/dist/components/SkeletonCircle/index.js +5 -0
  107. package/dist/components/{SkeletonLoading → SkeletonHeading}/SkeletonHeading.js +4 -5
  108. package/dist/components/SkeletonHeading/index.d.ts +1 -0
  109. package/dist/components/SkeletonHeading/index.js +5 -0
  110. package/dist/components/{SkeletonLoading → SkeletonText}/SkeletonText.js +4 -5
  111. package/dist/components/SkeletonText/index.d.ts +1 -0
  112. package/dist/components/SkeletonText/index.js +5 -0
  113. package/dist/components/Small/Small.d.ts +239 -0
  114. package/dist/components/Small/Small.js +38 -0
  115. package/dist/components/Small/index.d.ts +1 -0
  116. package/dist/components/Small/index.js +5 -0
  117. package/dist/components/Strong/Strong.d.ts +228 -0
  118. package/dist/components/Strong/Strong.js +11 -0
  119. package/dist/components/Strong/index.d.ts +1 -0
  120. package/dist/components/Strong/index.js +5 -0
  121. package/dist/components/SubLabelText/SubLabelText.d.ts +1 -1
  122. package/dist/components/TextField/TextField.js +1 -1
  123. package/dist/components/TextField/index.d.ts +0 -7
  124. package/dist/components/TextField/index.js +1 -15
  125. package/dist/components/TextGroup/TextGroup.d.ts +3 -0
  126. package/dist/components/TextGroup/TextGroup.js +47 -0
  127. package/dist/components/TextGroup/index.d.ts +1 -0
  128. package/dist/components/TextGroup/index.js +5 -0
  129. package/dist/components/{Input → TextInput}/TextInput.js +1 -1
  130. package/dist/components/TextInput/index.d.ts +1 -0
  131. package/dist/components/TextInput/index.js +5 -0
  132. package/dist/components/{TextField → TextareaField}/TextareaField.js +1 -1
  133. package/dist/components/TextareaField/index.d.ts +1 -0
  134. package/dist/components/TextareaField/index.js +5 -0
  135. package/dist/components/{Input → TextareaInput}/TextareaInput.d.ts +1 -1
  136. package/dist/components/{Input → TextareaInput}/TextareaInput.js +1 -1
  137. package/dist/components/TextareaInput/index.d.ts +1 -0
  138. package/dist/components/TextareaInput/index.js +5 -0
  139. package/dist/components/index.d.ts +28 -4
  140. package/dist/components/index.js +28 -4
  141. package/dist/esm/components/Accordion/Accordion.js +3 -3
  142. package/dist/esm/components/Accordion/styles.js +2 -2
  143. package/dist/esm/components/ActionCard/ActionCard.js +85 -0
  144. package/dist/esm/components/ActionCard/CloseIconShape.js +22 -0
  145. package/dist/esm/components/ActionCard/IndicatorIconShape.js +22 -0
  146. package/dist/esm/components/ActionCard/index.js +1 -0
  147. package/dist/esm/components/{TextField → CurrencyField}/CurrencyField.js +1 -1
  148. package/dist/esm/components/CurrencyField/index.js +1 -0
  149. package/dist/esm/components/{Input → CurrencyInput}/CurrencyInput.js +1 -1
  150. package/dist/esm/components/CurrencyInput/index.js +1 -0
  151. package/dist/esm/components/DateField/DateField.js +1 -1
  152. package/dist/esm/components/Em/Em.js +7 -0
  153. package/dist/esm/components/Em/index.js +1 -0
  154. package/dist/esm/components/{TextField → EmailField}/EmailField.js +1 -1
  155. package/dist/esm/components/EmailField/index.js +1 -0
  156. package/dist/esm/components/{Input → EmailInput}/EmailInput.js +1 -1
  157. package/dist/esm/components/EmailInput/index.js +1 -0
  158. package/dist/esm/components/Heading1/Heading1.js +44 -0
  159. package/dist/esm/components/Heading1/index.js +1 -0
  160. package/dist/esm/components/Heading2/Heading2.js +44 -0
  161. package/dist/esm/components/Heading2/index.js +1 -0
  162. package/dist/esm/components/Heading3/Heading3.js +44 -0
  163. package/dist/esm/components/Heading3/index.js +1 -0
  164. package/dist/esm/components/Heading4/Heading4.js +44 -0
  165. package/dist/esm/components/Heading4/index.js +1 -0
  166. package/dist/esm/components/{SkeletonLoading/Skeleton.js → LineThrough/LineThrough.js} +1 -1
  167. package/dist/esm/components/LineThrough/index.js +1 -0
  168. package/dist/esm/components/List/List.js +41 -65
  169. package/dist/esm/components/List/styled.js +44 -0
  170. package/dist/esm/components/NavHeader/IconButton.js +27 -0
  171. package/dist/esm/components/NavHeader/NavHeader.js +41 -50
  172. package/dist/esm/components/NavHeader/NavHeader.styles.js +43 -0
  173. package/dist/esm/components/{TextField → NumberField}/NumberField.js +1 -1
  174. package/dist/esm/components/NumberField/index.js +1 -0
  175. package/dist/esm/components/{Input → NumberInput}/NumberInput.js +1 -1
  176. package/dist/esm/components/NumberInput/index.js +1 -0
  177. package/dist/esm/components/P/P.js +12 -0
  178. package/dist/esm/components/P/index.js +1 -0
  179. package/dist/esm/components/{TextField → PasswordField}/PasswordField.js +1 -1
  180. package/dist/esm/components/PasswordField/index.js +1 -0
  181. package/dist/esm/components/{Input → PasswordInput}/PasswordInput.js +1 -1
  182. package/dist/esm/components/PasswordInput/index.js +1 -0
  183. package/dist/esm/components/{TextField → PhoneField}/PhoneField.js +1 -1
  184. package/dist/esm/components/PhoneField/index.js +1 -0
  185. package/dist/esm/components/{Input → PhoneInput}/PhoneInput.js +2 -3
  186. package/dist/esm/components/PhoneInput/index.js +1 -0
  187. package/dist/esm/components/SelectField/Select.js +2 -1
  188. package/dist/esm/components/SkeletonAnimation/index.js +1 -0
  189. package/dist/esm/components/{SkeletonLoading → SkeletonCTA}/SkeletonCTA.js +3 -4
  190. package/dist/esm/components/SkeletonCTA/index.js +1 -0
  191. package/dist/esm/components/{SkeletonLoading → SkeletonCircle}/SkeletonCircle.js +3 -4
  192. package/dist/esm/components/SkeletonCircle/index.js +1 -0
  193. package/dist/esm/components/{SkeletonLoading → SkeletonHeading}/SkeletonHeading.js +3 -4
  194. package/dist/esm/components/SkeletonHeading/index.js +1 -0
  195. package/dist/esm/components/{SkeletonLoading → SkeletonText}/SkeletonText.js +3 -4
  196. package/dist/esm/components/SkeletonText/index.js +1 -0
  197. package/dist/esm/components/Small/Small.js +12 -0
  198. package/dist/esm/components/Small/index.js +1 -0
  199. package/dist/esm/components/Strong/Strong.js +5 -0
  200. package/dist/esm/components/Strong/index.js +1 -0
  201. package/dist/esm/components/TextField/TextField.js +1 -1
  202. package/dist/esm/components/TextField/index.js +0 -7
  203. package/dist/esm/components/TextGroup/TextGroup.js +43 -0
  204. package/dist/esm/components/TextGroup/index.js +1 -0
  205. package/dist/esm/components/{Input → TextInput}/TextInput.js +1 -1
  206. package/dist/esm/components/TextInput/index.js +1 -0
  207. package/dist/esm/components/{TextField → TextareaField}/TextareaField.js +1 -1
  208. package/dist/esm/components/TextareaField/index.js +1 -0
  209. package/dist/esm/components/{Input → TextareaInput}/TextareaInput.js +1 -1
  210. package/dist/esm/components/TextareaInput/index.js +1 -0
  211. package/dist/esm/components/index.js +28 -4
  212. package/dist/styled.native.d.ts +6 -6
  213. package/package.json +5 -3
  214. package/dist/components/Heading/Heading.d.ts +0 -6
  215. package/dist/components/Heading/index.d.ts +0 -1
  216. package/dist/components/Heading/index.js +0 -8
  217. package/dist/components/Input/index.d.ts +0 -7
  218. package/dist/components/Input/index.js +0 -17
  219. package/dist/components/SkeletonLoading/index.d.ts +0 -5
  220. package/dist/components/SkeletonLoading/index.js +0 -21
  221. package/dist/components/Text/Text.js +0 -93
  222. package/dist/components/Text/index.d.ts +0 -1
  223. package/dist/components/Text/index.js +0 -10
  224. package/dist/components/TextField/TelField.d.ts +0 -14
  225. package/dist/components/TextField/TelField.js +0 -38
  226. package/dist/esm/components/Heading/Heading.js +0 -74
  227. package/dist/esm/components/Heading/index.js +0 -1
  228. package/dist/esm/components/Input/index.js +0 -7
  229. package/dist/esm/components/SkeletonLoading/index.js +0 -5
  230. package/dist/esm/components/Text/Text.js +0 -66
  231. package/dist/esm/components/Text/index.js +0 -1
  232. package/dist/esm/components/TextField/TelField.js +0 -35
  233. /package/dist/components/{TextField → CurrencyField}/CurrencyField.d.ts +0 -0
  234. /package/dist/components/{TextField → EmailField}/EmailField.d.ts +0 -0
  235. /package/dist/components/{Input → EmailInput}/EmailInput.d.ts +0 -0
  236. /package/dist/components/{TextField → NumberField}/NumberField.d.ts +0 -0
  237. /package/dist/components/{Input → NumberInput}/NumberInput.d.ts +0 -0
  238. /package/dist/components/{TextField → PasswordField}/PasswordField.d.ts +0 -0
  239. /package/dist/components/{Input → PasswordInput}/PasswordInput.d.ts +0 -0
  240. /package/dist/components/{Input → PasswordInput}/PasswordInput.styled.js +0 -0
  241. /package/dist/components/{Input → PasswordInput}/PasswordVisibilityToggle.d.ts +0 -0
  242. /package/dist/components/{Input → PasswordInput}/PasswordVisibilityToggle.js +0 -0
  243. /package/dist/components/{TextField → PhoneField}/PhoneField.d.ts +0 -0
  244. /package/dist/components/{SkeletonLoading → SkeletonAnimation}/SkeletonAnimation.d.ts +0 -0
  245. /package/dist/components/{SkeletonLoading → SkeletonAnimation}/SkeletonAnimation.js +0 -0
  246. /package/dist/components/{SkeletonLoading → SkeletonCTA}/SkeletonCTA.d.ts +0 -0
  247. /package/dist/components/{SkeletonLoading → SkeletonCircle}/SkeletonCircle.d.ts +0 -0
  248. /package/dist/components/{SkeletonLoading → SkeletonHeading}/SkeletonHeading.d.ts +0 -0
  249. /package/dist/components/{SkeletonLoading → SkeletonText}/SkeletonText.d.ts +0 -0
  250. /package/dist/components/{Input → TextInput}/TextInput.d.ts +0 -0
  251. /package/dist/components/{TextField → TextareaField}/TextareaField.d.ts +0 -0
  252. /package/dist/esm/components/{Input → PasswordInput}/PasswordInput.styled.js +0 -0
  253. /package/dist/esm/components/{Input → PasswordInput}/PasswordVisibilityToggle.js +0 -0
  254. /package/dist/esm/components/{SkeletonLoading → SkeletonAnimation}/SkeletonAnimation.js +0 -0
  255. /package/dist/esm/{components/Accordion/hooks.js → hooks/use-layout.js} +0 -0
  256. /package/dist/{components/Accordion/hooks.d.ts → hooks/use-layout.d.ts} +0 -0
  257. /package/dist/{components/Accordion/hooks.js → hooks/use-layout.js} +0 -0
@@ -0,0 +1,228 @@
1
+ export declare const LineThrough: import("styled-components").StyledComponent<typeof import("react-native").Text, {
2
+ core: {
3
+ radius: Record<"small" | "medium" | "large" | "max", string>;
4
+ borderWidth: Record<"small" | "medium" | "large", string>;
5
+ breakpoint: Record<"small" | "medium" | "large", string | number>;
6
+ mediaQuery: Record<"small" | "medium" | "large", string>;
7
+ space: Record<0 | 2 | 1 | 3 | 4 | 5 | 10 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
8
+ transition: Record<"medium" | "slow" | "fast", string>;
9
+ opacity: Record<"solid" | "transparent" | "translucent", string | number>;
10
+ color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
11
+ lightest: string;
12
+ lighter: string;
13
+ light: string;
14
+ base: string;
15
+ dark: string;
16
+ darker: string;
17
+ darkest: string;
18
+ }> & {
19
+ brand: Record<string, string>;
20
+ };
21
+ fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
22
+ native: string;
23
+ web: string;
24
+ }>;
25
+ fontWeight: Record<"bold" | "book" | "black", string | number>;
26
+ fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
27
+ small: string | number;
28
+ large: string | number;
29
+ }>;
30
+ lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
31
+ small: string | number;
32
+ large: string | number;
33
+ }>;
34
+ letterSpacing: Record<"base" | "compressed" | "extraCompressed", number>;
35
+ };
36
+ semantic: {
37
+ surface: Record<"base" | "cutout" | "elevated", string>;
38
+ message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
39
+ border: Record<"graphic" | "differentiated" | "functional", string>;
40
+ focus: Record<"surface" | "outline" | "hover", string>;
41
+ inverted: Record<"surface" | "border", string> & {
42
+ message: Record<"base" | "link" | "secondary" | "branded", string>;
43
+ };
44
+ success: {
45
+ border: string;
46
+ surface: string;
47
+ surfaceEmphasis: string;
48
+ message: string;
49
+ messageOnEmphasis: string;
50
+ };
51
+ warning: {
52
+ border: string;
53
+ surface: string;
54
+ surfaceEmphasis: string;
55
+ message: string;
56
+ messageOnEmphasis: string;
57
+ };
58
+ error: {
59
+ border: string;
60
+ surface: string;
61
+ surfaceEmphasis: string;
62
+ message: string;
63
+ messageOnEmphasis: string;
64
+ };
65
+ info: {
66
+ border: string;
67
+ surface: string;
68
+ surfaceEmphasis: string;
69
+ message: string;
70
+ messageOnEmphasis: string;
71
+ };
72
+ data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
73
+ };
74
+ component: {
75
+ heading1: {
76
+ fontFamily: string;
77
+ fontWeight: string | number;
78
+ fontSize: {
79
+ small: string | number;
80
+ large: string | number;
81
+ };
82
+ lineHeight: {
83
+ small: string | number;
84
+ large: string | number;
85
+ };
86
+ };
87
+ heading2: {
88
+ fontFamily: string;
89
+ fontWeight: string | number;
90
+ fontSize: {
91
+ small: string | number;
92
+ large: string | number;
93
+ };
94
+ lineHeight: {
95
+ small: string | number;
96
+ large: string | number;
97
+ };
98
+ };
99
+ heading3: {
100
+ fontFamily: string;
101
+ fontWeight: string | number;
102
+ fontSize: {
103
+ small: string | number;
104
+ large: string | number;
105
+ };
106
+ lineHeight: {
107
+ small: string | number;
108
+ large: string | number;
109
+ };
110
+ };
111
+ heading4: {
112
+ fontFamily: string;
113
+ fontWeight: string | number;
114
+ fontSize: {
115
+ small: string | number;
116
+ large: string | number;
117
+ };
118
+ lineHeight: {
119
+ small: string | number;
120
+ large: string | number;
121
+ };
122
+ };
123
+ lead: {
124
+ fontFamily: string;
125
+ fontWeight: string | number;
126
+ fontSize: {
127
+ small: string | number;
128
+ large: string | number;
129
+ };
130
+ lineHeight: {
131
+ small: string | number;
132
+ large: string | number;
133
+ };
134
+ };
135
+ body: {
136
+ fontFamily: string;
137
+ fontWeight: string | number;
138
+ fontSize: {
139
+ small: string | number;
140
+ large: string | number;
141
+ };
142
+ lineHeight: {
143
+ small: string | number;
144
+ large: string | number;
145
+ };
146
+ };
147
+ small: {
148
+ fontFamily: string;
149
+ fontWeight: string | number;
150
+ fontSize: {
151
+ small: string | number;
152
+ large: string | number;
153
+ };
154
+ lineHeight: {
155
+ small: string | number;
156
+ large: string | number;
157
+ };
158
+ };
159
+ label: {
160
+ fontFamily: string;
161
+ fontWeight: string | number;
162
+ fontSize: {
163
+ small: string | number;
164
+ large: string | number;
165
+ };
166
+ lineHeight: {
167
+ small: string | number;
168
+ large: string | number;
169
+ };
170
+ };
171
+ cta: {
172
+ primary: {
173
+ message: string;
174
+ surface: string;
175
+ messageHover: string;
176
+ surfaceHover: string;
177
+ messageFocused: string;
178
+ surfaceFocused: string;
179
+ outlineFocused: string;
180
+ backgroundFocused: string;
181
+ };
182
+ secondary: {
183
+ message: string;
184
+ surface: string;
185
+ messageHover: string;
186
+ surfaceHover: string;
187
+ messageFocused: string;
188
+ surfaceFocused: string;
189
+ outlineFocused: string;
190
+ backgroundFocused: string;
191
+ };
192
+ destructive: {
193
+ message: string;
194
+ surface: string;
195
+ messageHover: string;
196
+ surfaceHover: string;
197
+ messageFocused: string;
198
+ surfaceFocused: string;
199
+ outlineFocused: string;
200
+ backgroundFocused: string;
201
+ };
202
+ };
203
+ badge: {
204
+ variants: {
205
+ red: {
206
+ foreground: string;
207
+ background: string;
208
+ };
209
+ orange: {
210
+ foreground: string;
211
+ background: string;
212
+ };
213
+ yellow: {
214
+ foreground: string;
215
+ background: string;
216
+ };
217
+ green: {
218
+ foreground: string;
219
+ background: string;
220
+ };
221
+ blue: {
222
+ foreground: string;
223
+ background: string;
224
+ };
225
+ };
226
+ };
227
+ };
228
+ }, {}, never>;
@@ -7,7 +7,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
7
7
  return (mod && mod.__esModule) ? mod : { "default": mod };
8
8
  };
9
9
  Object.defineProperty(exports, "__esModule", { value: true });
10
- exports.Skeleton = void 0;
10
+ exports.LineThrough = void 0;
11
11
  var styled_native_1 = __importDefault(require("../../styled.native"));
12
- exports.Skeleton = styled_native_1.default.View(templateObject_1 || (templateObject_1 = __makeTemplateObject([""], [""])));
12
+ exports.LineThrough = styled_native_1.default.Text(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n text-decoration: line-through;\n"], ["\n text-decoration: line-through;\n"])));
13
13
  var templateObject_1;
@@ -0,0 +1 @@
1
+ export { LineThrough } from './LineThrough';
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LineThrough = void 0;
4
+ var LineThrough_1 = require("./LineThrough");
5
+ Object.defineProperty(exports, "LineThrough", { enumerable: true, get: function () { return LineThrough_1.LineThrough; } });
@@ -1,5 +1,5 @@
1
1
  import { PropsWithChildren } from 'react';
2
- import { Text, View, ViewProps } from 'react-native';
2
+ import { TextProps, ViewProps } from 'react-native';
3
3
  declare const ListWrapper: import("react").ForwardRefExoticComponent<Pick<Omit<{
4
4
  [x: string]: any;
5
5
  [x: number]: any;
@@ -11,7 +11,7 @@ declare const ListWrapper: import("react").ForwardRefExoticComponent<Pick<Omit<{
11
11
  borderWidth: Record<"small" | "medium" | "large", string>;
12
12
  breakpoint: Record<"small" | "medium" | "large", string | number>;
13
13
  mediaQuery: Record<"small" | "medium" | "large", string>;
14
- space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
14
+ space: Record<0 | 2 | 1 | 3 | 4 | 5 | 10 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
15
15
  transition: Record<"medium" | "slow" | "fast", string>;
16
16
  opacity: Record<"solid" | "transparent" | "translucent", string | number>;
17
17
  color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
@@ -236,246 +236,10 @@ declare const ListWrapper: import("react").ForwardRefExoticComponent<Pick<Omit<{
236
236
  } & {
237
237
  as?: string | import("react").ComponentType<any> | undefined;
238
238
  forwardedAs?: string | import("react").ComponentType<any> | undefined;
239
- }, import("../../hooks").BreakpointNames>, string | number | symbol> & import("react").RefAttributes<View>>;
239
+ }, import("../../hooks").BreakpointNames>, string | number | symbol> & import("react").RefAttributes<import("react-native/types").View>>;
240
+ declare const Li: ({ children, ...rest }: PropsWithChildren<TextProps>) => JSX.Element;
240
241
  declare const Ul: ({ children, showBullets, ...rest }: PropsWithChildren<ViewProps & {
241
242
  showBullets?: boolean | undefined;
242
243
  }>) => JSX.Element;
243
244
  declare const Ol: ({ children, ...rest }: PropsWithChildren<ViewProps>) => JSX.Element;
244
- declare const Li: import("react").ForwardRefExoticComponent<Pick<Omit<{
245
- [x: string]: any;
246
- [x: number]: any;
247
- [x: symbol]: any;
248
- } & {
249
- theme?: {
250
- core: {
251
- radius: Record<"small" | "medium" | "large" | "max", string>;
252
- borderWidth: Record<"small" | "medium" | "large", string>;
253
- breakpoint: Record<"small" | "medium" | "large", string | number>;
254
- mediaQuery: Record<"small" | "medium" | "large", string>;
255
- space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
256
- transition: Record<"medium" | "slow" | "fast", string>;
257
- opacity: Record<"solid" | "transparent" | "translucent", string | number>;
258
- color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
259
- lightest: string;
260
- lighter: string;
261
- light: string;
262
- base: string;
263
- dark: string;
264
- darker: string;
265
- darkest: string;
266
- }> & {
267
- brand: Record<string, string>;
268
- };
269
- fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
270
- native: string;
271
- web: string;
272
- }>;
273
- fontWeight: Record<"bold" | "book" | "black", string | number>;
274
- fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
275
- small: string | number;
276
- large: string | number;
277
- }>;
278
- lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
279
- small: string | number;
280
- large: string | number;
281
- }>;
282
- letterSpacing: Record<"base" | "compressed" | "extraCompressed", number>;
283
- };
284
- semantic: {
285
- surface: Record<"base" | "cutout" | "elevated", string>;
286
- message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
287
- border: Record<"graphic" | "differentiated" | "functional", string>;
288
- focus: Record<"surface" | "outline" | "hover", string>;
289
- inverted: Record<"surface" | "border", string> & {
290
- message: Record<"base" | "link" | "secondary" | "branded", string>;
291
- };
292
- success: {
293
- border: string;
294
- surface: string;
295
- surfaceEmphasis: string;
296
- message: string;
297
- messageOnEmphasis: string;
298
- };
299
- warning: {
300
- border: string;
301
- surface: string;
302
- surfaceEmphasis: string;
303
- message: string;
304
- messageOnEmphasis: string;
305
- };
306
- error: {
307
- border: string;
308
- surface: string;
309
- surfaceEmphasis: string;
310
- message: string;
311
- messageOnEmphasis: string;
312
- };
313
- info: {
314
- border: string;
315
- surface: string;
316
- surfaceEmphasis: string;
317
- message: string;
318
- messageOnEmphasis: string;
319
- };
320
- data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
321
- };
322
- component: {
323
- heading1: {
324
- fontFamily: string;
325
- fontWeight: string | number;
326
- fontSize: {
327
- small: string | number;
328
- large: string | number;
329
- };
330
- lineHeight: {
331
- small: string | number;
332
- large: string | number;
333
- };
334
- };
335
- heading2: {
336
- fontFamily: string;
337
- fontWeight: string | number;
338
- fontSize: {
339
- small: string | number;
340
- large: string | number;
341
- };
342
- lineHeight: {
343
- small: string | number;
344
- large: string | number;
345
- };
346
- };
347
- heading3: {
348
- fontFamily: string;
349
- fontWeight: string | number;
350
- fontSize: {
351
- small: string | number;
352
- large: string | number;
353
- };
354
- lineHeight: {
355
- small: string | number;
356
- large: string | number;
357
- };
358
- };
359
- heading4: {
360
- fontFamily: string;
361
- fontWeight: string | number;
362
- fontSize: {
363
- small: string | number;
364
- large: string | number;
365
- };
366
- lineHeight: {
367
- small: string | number;
368
- large: string | number;
369
- };
370
- };
371
- lead: {
372
- fontFamily: string;
373
- fontWeight: string | number;
374
- fontSize: {
375
- small: string | number;
376
- large: string | number;
377
- };
378
- lineHeight: {
379
- small: string | number;
380
- large: string | number;
381
- };
382
- };
383
- body: {
384
- fontFamily: string;
385
- fontWeight: string | number;
386
- fontSize: {
387
- small: string | number;
388
- large: string | number;
389
- };
390
- lineHeight: {
391
- small: string | number;
392
- large: string | number;
393
- };
394
- };
395
- small: {
396
- fontFamily: string;
397
- fontWeight: string | number;
398
- fontSize: {
399
- small: string | number;
400
- large: string | number;
401
- };
402
- lineHeight: {
403
- small: string | number;
404
- large: string | number;
405
- };
406
- };
407
- label: {
408
- fontFamily: string;
409
- fontWeight: string | number;
410
- fontSize: {
411
- small: string | number;
412
- large: string | number;
413
- };
414
- lineHeight: {
415
- small: string | number;
416
- large: string | number;
417
- };
418
- };
419
- cta: {
420
- primary: {
421
- message: string;
422
- surface: string;
423
- messageHover: string;
424
- surfaceHover: string;
425
- messageFocused: string;
426
- surfaceFocused: string;
427
- outlineFocused: string;
428
- backgroundFocused: string;
429
- };
430
- secondary: {
431
- message: string;
432
- surface: string;
433
- messageHover: string;
434
- surfaceHover: string;
435
- messageFocused: string;
436
- surfaceFocused: string;
437
- outlineFocused: string;
438
- backgroundFocused: string;
439
- };
440
- destructive: {
441
- message: string;
442
- surface: string;
443
- messageHover: string;
444
- surfaceHover: string;
445
- messageFocused: string;
446
- surfaceFocused: string;
447
- outlineFocused: string;
448
- backgroundFocused: string;
449
- };
450
- };
451
- badge: {
452
- variants: {
453
- red: {
454
- foreground: string;
455
- background: string;
456
- };
457
- orange: {
458
- foreground: string;
459
- background: string;
460
- };
461
- yellow: {
462
- foreground: string;
463
- background: string;
464
- };
465
- green: {
466
- foreground: string;
467
- background: string;
468
- };
469
- blue: {
470
- foreground: string;
471
- background: string;
472
- };
473
- };
474
- };
475
- };
476
- } | undefined;
477
- } & {
478
- as?: string | import("react").ComponentType<any> | undefined;
479
- forwardedAs?: string | import("react").ComponentType<any> | undefined;
480
- }, import("../../hooks").BreakpointNames>, string | number | symbol> & import("react").RefAttributes<Text>>;
481
245
  export { Ul, Ol, Li, ListWrapper };