@ovotech/element-native 3.2.3-canary-490fc38-128 → 3.2.3

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 (267) hide show
  1. package/dist/components/Accordion/styles.d.ts +27 -27
  2. package/dist/components/Accordion/styles.js +1 -1
  3. package/dist/components/ActionList/styled.d.ts +45 -45
  4. package/dist/components/ActionList/styled.js +1 -1
  5. package/dist/components/Badge/Badge.d.ts +9 -9
  6. package/dist/components/Card/Card.d.ts +9 -9
  7. package/dist/components/Checkbox/Checkbox.js +5 -4
  8. package/dist/components/DataTable/styles.d.ts +99 -99
  9. package/dist/components/DescriptionList/styled.d.ts +9 -9
  10. package/dist/components/ErrorText/ErrorText.d.ts +9 -9
  11. package/dist/components/Field/Field.js +3 -1
  12. package/dist/components/Grid/Col.d.ts +9 -9
  13. package/dist/components/Grid/Row.d.ts +9 -9
  14. package/dist/components/HintText/HintText.d.ts +9 -9
  15. package/dist/components/Input/PasswordInput.styled.d.ts +9 -9
  16. package/dist/components/LabelText/LabelText.d.ts +9 -9
  17. package/dist/components/List/List.d.ts +270 -19
  18. package/dist/components/List/List.js +55 -2
  19. package/dist/components/List/index.d.ts +1 -1
  20. package/dist/components/List/index.js +4 -1
  21. package/dist/components/Margin/Margin.d.ts +11 -11
  22. package/dist/components/Notification/Notification.d.ts +18 -18
  23. package/dist/components/SelectField/Select.d.ts +9 -9
  24. package/dist/components/SkeletonLoading/Skeleton.d.ts +9 -9
  25. package/dist/components/Stack/Stack.d.ts +2 -2
  26. package/dist/components/SubLabelText/SubLabelText.d.ts +9 -9
  27. package/dist/components/SummaryList/SummaryList.d.ts +14 -0
  28. package/dist/components/SummaryList/SummaryList.js +47 -0
  29. package/dist/components/SummaryList/index.d.ts +1 -0
  30. package/dist/components/SummaryList/index.js +6 -0
  31. package/dist/components/Text/Text.d.ts +45 -45
  32. package/dist/components/TextLink/TextLink.js +3 -6
  33. package/dist/components/index.d.ts +1 -0
  34. package/dist/components/index.js +1 -0
  35. package/dist/esm/components/Accordion/styles.js +1 -1
  36. package/dist/esm/components/ActionList/styled.js +1 -1
  37. package/dist/esm/components/Checkbox/Checkbox.js +5 -4
  38. package/dist/esm/components/Field/Field.js +4 -2
  39. package/dist/esm/components/List/List.js +52 -2
  40. package/dist/esm/components/List/index.js +1 -1
  41. package/dist/esm/components/SummaryList/SummaryList.js +43 -0
  42. package/dist/esm/components/SummaryList/index.js +1 -0
  43. package/dist/esm/components/TextLink/TextLink.js +5 -8
  44. package/dist/esm/components/index.js +1 -0
  45. package/dist/esm/index.js +1 -0
  46. package/dist/esm/providers/IconsProvider.js +3 -46
  47. package/dist/esm/providers/icons/ArrowDown.js +2 -2
  48. package/dist/esm/providers/icons/ArrowLeft.js +2 -2
  49. package/dist/esm/providers/icons/ArrowRight.js +2 -2
  50. package/dist/esm/providers/icons/ArrowUp.js +2 -2
  51. package/dist/esm/providers/icons/CaretDown.js +2 -2
  52. package/dist/esm/providers/icons/CaretLeft.js +2 -2
  53. package/dist/esm/providers/icons/CaretRight.js +2 -2
  54. package/dist/esm/providers/icons/CaretUp.js +2 -2
  55. package/dist/esm/providers/icons/Chart.js +2 -2
  56. package/dist/esm/providers/icons/Check.js +2 -2
  57. package/dist/esm/providers/icons/ChevronDown.js +2 -2
  58. package/dist/esm/providers/icons/ChevronLeft.js +2 -2
  59. package/dist/esm/providers/icons/ChevronLeftSmall.js +2 -2
  60. package/dist/esm/providers/icons/ChevronLeftSmallFirst.js +2 -2
  61. package/dist/esm/providers/icons/ChevronRight.js +2 -2
  62. package/dist/esm/providers/icons/ChevronRightSmall.js +2 -2
  63. package/dist/esm/providers/icons/ChevronRightSmallLast.js +2 -2
  64. package/dist/esm/providers/icons/ChevronUp.js +2 -2
  65. package/dist/esm/providers/icons/Cross.js +2 -2
  66. package/dist/esm/providers/icons/Dollar.js +2 -2
  67. package/dist/esm/providers/icons/Download.js +2 -2
  68. package/dist/esm/providers/icons/Electricity.js +2 -2
  69. package/dist/esm/providers/icons/Euro.js +2 -2
  70. package/dist/esm/providers/icons/Gas.js +3 -3
  71. package/dist/esm/providers/icons/Help.js +2 -2
  72. package/dist/esm/providers/icons/Hide.js +2 -2
  73. package/dist/esm/providers/icons/Home.js +2 -2
  74. package/dist/esm/providers/icons/Info.js +2 -2
  75. package/dist/esm/providers/icons/Link.js +2 -2
  76. package/dist/esm/providers/icons/Minus.js +2 -2
  77. package/dist/esm/providers/icons/NewWindow.js +3 -3
  78. package/dist/esm/providers/icons/PaymentCard.js +2 -2
  79. package/dist/esm/providers/icons/Plus.js +2 -2
  80. package/dist/esm/providers/icons/Pound.js +2 -2
  81. package/dist/esm/providers/icons/Search.js +2 -2
  82. package/dist/esm/providers/icons/Show.js +2 -2
  83. package/dist/esm/providers/icons/Tune.js +2 -2
  84. package/dist/esm/providers/icons/User.js +2 -2
  85. package/dist/esm/providers/icons/index.js +3 -46
  86. package/dist/esm/theme/create-theme.js +330 -0
  87. package/dist/esm/{providers/icons/Doc.js → theme/index.js} +8 -3
  88. package/dist/esm/theme/theme.js +1 -0
  89. package/dist/index.d.ts +1 -0
  90. package/dist/index.js +1 -0
  91. package/dist/providers/IconsProvider.js +2 -45
  92. package/dist/providers/icons/ArrowDown.js +2 -25
  93. package/dist/providers/icons/ArrowLeft.js +2 -25
  94. package/dist/providers/icons/ArrowRight.js +2 -25
  95. package/dist/providers/icons/ArrowUp.js +2 -25
  96. package/dist/providers/icons/CaretDown.js +2 -25
  97. package/dist/providers/icons/CaretLeft.js +2 -25
  98. package/dist/providers/icons/CaretRight.js +2 -25
  99. package/dist/providers/icons/CaretUp.js +2 -25
  100. package/dist/providers/icons/Chart.js +2 -25
  101. package/dist/providers/icons/Check.js +2 -25
  102. package/dist/providers/icons/ChevronDown.js +2 -25
  103. package/dist/providers/icons/ChevronLeft.js +2 -25
  104. package/dist/providers/icons/ChevronLeftSmall.js +2 -25
  105. package/dist/providers/icons/ChevronLeftSmallFirst.js +2 -25
  106. package/dist/providers/icons/ChevronRight.js +2 -25
  107. package/dist/providers/icons/ChevronRightSmall.js +2 -25
  108. package/dist/providers/icons/ChevronRightSmallLast.js +2 -25
  109. package/dist/providers/icons/ChevronUp.js +2 -25
  110. package/dist/providers/icons/Cross.js +2 -25
  111. package/dist/providers/icons/Dollar.js +2 -25
  112. package/dist/providers/icons/Download.js +2 -25
  113. package/dist/providers/icons/Electricity.js +2 -25
  114. package/dist/providers/icons/Euro.js +2 -25
  115. package/dist/providers/icons/Gas.js +2 -25
  116. package/dist/providers/icons/Help.js +2 -25
  117. package/dist/providers/icons/Hide.js +2 -25
  118. package/dist/providers/icons/Home.js +2 -25
  119. package/dist/providers/icons/Info.js +2 -25
  120. package/dist/providers/icons/Link.js +2 -25
  121. package/dist/providers/icons/Minus.js +2 -25
  122. package/dist/providers/icons/NewWindow.js +2 -25
  123. package/dist/providers/icons/PaymentCard.js +2 -25
  124. package/dist/providers/icons/Plus.js +2 -25
  125. package/dist/providers/icons/Pound.js +2 -25
  126. package/dist/providers/icons/Search.js +2 -25
  127. package/dist/providers/icons/Show.js +2 -25
  128. package/dist/providers/icons/Tune.js +2 -25
  129. package/dist/providers/icons/User.js +2 -25
  130. package/dist/providers/icons/index.d.ts +3 -46
  131. package/dist/providers/icons/index.js +3 -46
  132. package/dist/styled.native.d.ts +49 -49
  133. package/dist/theme/create-theme.d.ts +18 -0
  134. package/dist/theme/create-theme.js +337 -0
  135. package/dist/theme/index.d.ts +231 -0
  136. package/dist/theme/index.js +37 -0
  137. package/dist/theme/theme.d.ts +193 -0
  138. package/dist/theme/theme.js +2 -0
  139. package/package.json +2 -2
  140. package/dist/esm/providers/icons/Address.js +0 -14
  141. package/dist/esm/providers/icons/Advice.js +0 -14
  142. package/dist/esm/providers/icons/Archive.js +0 -14
  143. package/dist/esm/providers/icons/Award.js +0 -14
  144. package/dist/esm/providers/icons/Battery.js +0 -14
  145. package/dist/esm/providers/icons/Cal.js +0 -14
  146. package/dist/esm/providers/icons/CalBook.js +0 -14
  147. package/dist/esm/providers/icons/ChartFilled.js +0 -14
  148. package/dist/esm/providers/icons/CheckCircle.js +0 -14
  149. package/dist/esm/providers/icons/CloseCircle.js +0 -14
  150. package/dist/esm/providers/icons/Eco.js +0 -14
  151. package/dist/esm/providers/icons/EcoHome.js +0 -14
  152. package/dist/esm/providers/icons/Edit.js +0 -14
  153. package/dist/esm/providers/icons/ElectricCar.js +0 -14
  154. package/dist/esm/providers/icons/ElectricHome.js +0 -14
  155. package/dist/esm/providers/icons/EnergyAdvice.js +0 -14
  156. package/dist/esm/providers/icons/Equals.js +0 -14
  157. package/dist/esm/providers/icons/GlobeAddress.js +0 -14
  158. package/dist/esm/providers/icons/HomeFilled.js +0 -14
  159. package/dist/esm/providers/icons/HydroPower.js +0 -14
  160. package/dist/esm/providers/icons/Mail.js +0 -14
  161. package/dist/esm/providers/icons/MailOpen.js +0 -14
  162. package/dist/esm/providers/icons/Menu.js +0 -14
  163. package/dist/esm/providers/icons/Message.js +0 -14
  164. package/dist/esm/providers/icons/MessageFilled.js +0 -14
  165. package/dist/esm/providers/icons/Mobile.js +0 -14
  166. package/dist/esm/providers/icons/Phone.js +0 -14
  167. package/dist/esm/providers/icons/Pricing.js +0 -14
  168. package/dist/esm/providers/icons/Security.js +0 -14
  169. package/dist/esm/providers/icons/SmartHome.js +0 -14
  170. package/dist/esm/providers/icons/SmartMeter.js +0 -14
  171. package/dist/esm/providers/icons/Solar.js +0 -14
  172. package/dist/esm/providers/icons/Star.js +0 -14
  173. package/dist/esm/providers/icons/Sun.js +0 -14
  174. package/dist/esm/providers/icons/Trees.js +0 -14
  175. package/dist/esm/providers/icons/UserFilled.js +0 -14
  176. package/dist/esm/providers/icons/Wallet.js +0 -14
  177. package/dist/esm/providers/icons/WalletFilled.js +0 -14
  178. package/dist/esm/providers/icons/WarmHome.js +0 -14
  179. package/dist/esm/providers/icons/Warning.js +0 -14
  180. package/dist/esm/providers/icons/WebAddress.js +0 -14
  181. package/dist/esm/providers/icons/WindPower.js +0 -14
  182. package/dist/providers/icons/Address.d.ts +0 -2
  183. package/dist/providers/icons/Address.js +0 -41
  184. package/dist/providers/icons/Advice.d.ts +0 -2
  185. package/dist/providers/icons/Advice.js +0 -41
  186. package/dist/providers/icons/Archive.d.ts +0 -2
  187. package/dist/providers/icons/Archive.js +0 -41
  188. package/dist/providers/icons/Award.d.ts +0 -2
  189. package/dist/providers/icons/Award.js +0 -41
  190. package/dist/providers/icons/Battery.d.ts +0 -2
  191. package/dist/providers/icons/Battery.js +0 -41
  192. package/dist/providers/icons/Cal.d.ts +0 -2
  193. package/dist/providers/icons/Cal.js +0 -41
  194. package/dist/providers/icons/CalBook.d.ts +0 -2
  195. package/dist/providers/icons/CalBook.js +0 -41
  196. package/dist/providers/icons/ChartFilled.d.ts +0 -2
  197. package/dist/providers/icons/ChartFilled.js +0 -41
  198. package/dist/providers/icons/CheckCircle.d.ts +0 -2
  199. package/dist/providers/icons/CheckCircle.js +0 -41
  200. package/dist/providers/icons/CloseCircle.d.ts +0 -2
  201. package/dist/providers/icons/CloseCircle.js +0 -41
  202. package/dist/providers/icons/Doc.d.ts +0 -2
  203. package/dist/providers/icons/Doc.js +0 -41
  204. package/dist/providers/icons/Eco.d.ts +0 -2
  205. package/dist/providers/icons/Eco.js +0 -41
  206. package/dist/providers/icons/EcoHome.d.ts +0 -2
  207. package/dist/providers/icons/EcoHome.js +0 -41
  208. package/dist/providers/icons/Edit.d.ts +0 -2
  209. package/dist/providers/icons/Edit.js +0 -41
  210. package/dist/providers/icons/ElectricCar.d.ts +0 -2
  211. package/dist/providers/icons/ElectricCar.js +0 -41
  212. package/dist/providers/icons/ElectricHome.d.ts +0 -2
  213. package/dist/providers/icons/ElectricHome.js +0 -41
  214. package/dist/providers/icons/EnergyAdvice.d.ts +0 -2
  215. package/dist/providers/icons/EnergyAdvice.js +0 -41
  216. package/dist/providers/icons/Equals.d.ts +0 -2
  217. package/dist/providers/icons/Equals.js +0 -41
  218. package/dist/providers/icons/GlobeAddress.d.ts +0 -2
  219. package/dist/providers/icons/GlobeAddress.js +0 -41
  220. package/dist/providers/icons/HomeFilled.d.ts +0 -2
  221. package/dist/providers/icons/HomeFilled.js +0 -41
  222. package/dist/providers/icons/HydroPower.d.ts +0 -2
  223. package/dist/providers/icons/HydroPower.js +0 -41
  224. package/dist/providers/icons/Mail.d.ts +0 -2
  225. package/dist/providers/icons/Mail.js +0 -41
  226. package/dist/providers/icons/MailOpen.d.ts +0 -2
  227. package/dist/providers/icons/MailOpen.js +0 -41
  228. package/dist/providers/icons/Menu.d.ts +0 -2
  229. package/dist/providers/icons/Menu.js +0 -41
  230. package/dist/providers/icons/Message.d.ts +0 -2
  231. package/dist/providers/icons/Message.js +0 -41
  232. package/dist/providers/icons/MessageFilled.d.ts +0 -2
  233. package/dist/providers/icons/MessageFilled.js +0 -41
  234. package/dist/providers/icons/Mobile.d.ts +0 -2
  235. package/dist/providers/icons/Mobile.js +0 -41
  236. package/dist/providers/icons/Phone.d.ts +0 -2
  237. package/dist/providers/icons/Phone.js +0 -41
  238. package/dist/providers/icons/Pricing.d.ts +0 -2
  239. package/dist/providers/icons/Pricing.js +0 -41
  240. package/dist/providers/icons/Security.d.ts +0 -2
  241. package/dist/providers/icons/Security.js +0 -41
  242. package/dist/providers/icons/SmartHome.d.ts +0 -2
  243. package/dist/providers/icons/SmartHome.js +0 -41
  244. package/dist/providers/icons/SmartMeter.d.ts +0 -2
  245. package/dist/providers/icons/SmartMeter.js +0 -41
  246. package/dist/providers/icons/Solar.d.ts +0 -2
  247. package/dist/providers/icons/Solar.js +0 -41
  248. package/dist/providers/icons/Star.d.ts +0 -2
  249. package/dist/providers/icons/Star.js +0 -41
  250. package/dist/providers/icons/Sun.d.ts +0 -2
  251. package/dist/providers/icons/Sun.js +0 -41
  252. package/dist/providers/icons/Trees.d.ts +0 -2
  253. package/dist/providers/icons/Trees.js +0 -41
  254. package/dist/providers/icons/UserFilled.d.ts +0 -2
  255. package/dist/providers/icons/UserFilled.js +0 -41
  256. package/dist/providers/icons/Wallet.d.ts +0 -2
  257. package/dist/providers/icons/Wallet.js +0 -41
  258. package/dist/providers/icons/WalletFilled.d.ts +0 -2
  259. package/dist/providers/icons/WalletFilled.js +0 -41
  260. package/dist/providers/icons/WarmHome.d.ts +0 -2
  261. package/dist/providers/icons/WarmHome.js +0 -41
  262. package/dist/providers/icons/Warning.d.ts +0 -2
  263. package/dist/providers/icons/Warning.js +0 -41
  264. package/dist/providers/icons/WebAddress.d.ts +0 -2
  265. package/dist/providers/icons/WebAddress.js +0 -41
  266. package/dist/providers/icons/WindPower.d.ts +0 -2
  267. package/dist/providers/icons/WindPower.js +0 -41
@@ -1,11 +1,11 @@
1
1
  import { Breakpoints } from '../../hooks';
2
- export declare const StyledTableContainer: import("styled-components").StyledComponent<typeof import("react-native").View, {
2
+ export declare const StyledTableContainer: import("styled-components").StyledComponent<typeof import("react-native").View, import("../../theme/theme").Theme & {
3
3
  core: {
4
4
  radius: Record<"small" | "medium" | "large" | "max", string>;
5
5
  borderWidth: Record<"small" | "medium" | "large", string>;
6
6
  breakpoint: Record<"small" | "medium" | "large", string | number>;
7
7
  mediaQuery: Record<"small" | "medium" | "large", string>;
8
- space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
8
+ space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
9
9
  transition: Record<"medium" | "slow" | "fast", string>;
10
10
  opacity: Record<"solid" | "transparent" | "translucent", string | number>;
11
11
  color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
@@ -19,16 +19,16 @@ export declare const StyledTableContainer: import("styled-components").StyledCom
19
19
  }> & {
20
20
  brand: Record<string, string>;
21
21
  };
22
- fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
22
+ fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
23
23
  native: string;
24
24
  web: string;
25
25
  }>;
26
26
  fontWeight: Record<"bold" | "book" | "black", string | number>;
27
- fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
27
+ fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
28
28
  small: string | number;
29
29
  large: string | number;
30
30
  }>;
31
- lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
31
+ lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
32
32
  small: string | number;
33
33
  large: string | number;
34
34
  }>;
@@ -36,10 +36,10 @@ export declare const StyledTableContainer: import("styled-components").StyledCom
36
36
  };
37
37
  semantic: {
38
38
  surface: Record<"base" | "cutout" | "elevated", string>;
39
- message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
39
+ message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
40
40
  border: Record<"graphic" | "differentiated" | "functional", string>;
41
41
  focus: Record<"surface" | "outline" | "hover", string>;
42
- inverted: Record<"surface" | "border", string> & {
42
+ inverted: Record<"border" | "surface", string> & {
43
43
  message: Record<"base" | "link" | "secondary" | "branded", string>;
44
44
  };
45
45
  success: {
@@ -70,7 +70,7 @@ export declare const StyledTableContainer: import("styled-components").StyledCom
70
70
  message: string;
71
71
  messageOnEmphasis: string;
72
72
  };
73
- data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
73
+ data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
74
74
  };
75
75
  component: {
76
76
  heading1: {
@@ -226,14 +226,14 @@ export declare const StyledTableContainer: import("styled-components").StyledCom
226
226
  };
227
227
  };
228
228
  };
229
- }, {}, never>;
230
- export declare const TableHeader: import("styled-components").StyledComponent<typeof import("react-native").View, {
229
+ } & object, {}, never>;
230
+ export declare const TableHeader: import("styled-components").StyledComponent<typeof import("react-native").View, import("../../theme/theme").Theme & {
231
231
  core: {
232
232
  radius: Record<"small" | "medium" | "large" | "max", string>;
233
233
  borderWidth: Record<"small" | "medium" | "large", string>;
234
234
  breakpoint: Record<"small" | "medium" | "large", string | number>;
235
235
  mediaQuery: Record<"small" | "medium" | "large", string>;
236
- space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
236
+ space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
237
237
  transition: Record<"medium" | "slow" | "fast", string>;
238
238
  opacity: Record<"solid" | "transparent" | "translucent", string | number>;
239
239
  color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
@@ -247,16 +247,16 @@ export declare const TableHeader: import("styled-components").StyledComponent<ty
247
247
  }> & {
248
248
  brand: Record<string, string>;
249
249
  };
250
- fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
250
+ fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
251
251
  native: string;
252
252
  web: string;
253
253
  }>;
254
254
  fontWeight: Record<"bold" | "book" | "black", string | number>;
255
- fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
255
+ fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
256
256
  small: string | number;
257
257
  large: string | number;
258
258
  }>;
259
- lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
259
+ lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
260
260
  small: string | number;
261
261
  large: string | number;
262
262
  }>;
@@ -264,10 +264,10 @@ export declare const TableHeader: import("styled-components").StyledComponent<ty
264
264
  };
265
265
  semantic: {
266
266
  surface: Record<"base" | "cutout" | "elevated", string>;
267
- message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
267
+ message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
268
268
  border: Record<"graphic" | "differentiated" | "functional", string>;
269
269
  focus: Record<"surface" | "outline" | "hover", string>;
270
- inverted: Record<"surface" | "border", string> & {
270
+ inverted: Record<"border" | "surface", string> & {
271
271
  message: Record<"base" | "link" | "secondary" | "branded", string>;
272
272
  };
273
273
  success: {
@@ -298,7 +298,7 @@ export declare const TableHeader: import("styled-components").StyledComponent<ty
298
298
  message: string;
299
299
  messageOnEmphasis: string;
300
300
  };
301
- data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
301
+ data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
302
302
  };
303
303
  component: {
304
304
  heading1: {
@@ -454,16 +454,16 @@ export declare const TableHeader: import("styled-components").StyledComponent<ty
454
454
  };
455
455
  };
456
456
  };
457
- }, {
457
+ } & object, {
458
458
  cellWidth: string;
459
459
  } & Breakpoints, never>;
460
- export declare const TableHeaderText: import("styled-components").StyledComponent<typeof import("react-native").Text, {
460
+ export declare const TableHeaderText: import("styled-components").StyledComponent<typeof import("react-native").Text, import("../../theme/theme").Theme & {
461
461
  core: {
462
462
  radius: Record<"small" | "medium" | "large" | "max", string>;
463
463
  borderWidth: Record<"small" | "medium" | "large", string>;
464
464
  breakpoint: Record<"small" | "medium" | "large", string | number>;
465
465
  mediaQuery: Record<"small" | "medium" | "large", string>;
466
- space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
466
+ space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
467
467
  transition: Record<"medium" | "slow" | "fast", string>;
468
468
  opacity: Record<"solid" | "transparent" | "translucent", string | number>;
469
469
  color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
@@ -477,16 +477,16 @@ export declare const TableHeaderText: import("styled-components").StyledComponen
477
477
  }> & {
478
478
  brand: Record<string, string>;
479
479
  };
480
- fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
480
+ fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
481
481
  native: string;
482
482
  web: string;
483
483
  }>;
484
484
  fontWeight: Record<"bold" | "book" | "black", string | number>;
485
- fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
485
+ fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
486
486
  small: string | number;
487
487
  large: string | number;
488
488
  }>;
489
- lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
489
+ lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
490
490
  small: string | number;
491
491
  large: string | number;
492
492
  }>;
@@ -494,10 +494,10 @@ export declare const TableHeaderText: import("styled-components").StyledComponen
494
494
  };
495
495
  semantic: {
496
496
  surface: Record<"base" | "cutout" | "elevated", string>;
497
- message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
497
+ message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
498
498
  border: Record<"graphic" | "differentiated" | "functional", string>;
499
499
  focus: Record<"surface" | "outline" | "hover", string>;
500
- inverted: Record<"surface" | "border", string> & {
500
+ inverted: Record<"border" | "surface", string> & {
501
501
  message: Record<"base" | "link" | "secondary" | "branded", string>;
502
502
  };
503
503
  success: {
@@ -528,7 +528,7 @@ export declare const TableHeaderText: import("styled-components").StyledComponen
528
528
  message: string;
529
529
  messageOnEmphasis: string;
530
530
  };
531
- data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
531
+ data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
532
532
  };
533
533
  component: {
534
534
  heading1: {
@@ -684,14 +684,14 @@ export declare const TableHeaderText: import("styled-components").StyledComponen
684
684
  };
685
685
  };
686
686
  };
687
- }, Breakpoints, never>;
688
- export declare const TableCaptionText: import("styled-components").StyledComponent<typeof import("react-native").Text, {
687
+ } & object, Breakpoints, never>;
688
+ export declare const TableCaptionText: import("styled-components").StyledComponent<typeof import("react-native").Text, import("../../theme/theme").Theme & {
689
689
  core: {
690
690
  radius: Record<"small" | "medium" | "large" | "max", string>;
691
691
  borderWidth: Record<"small" | "medium" | "large", string>;
692
692
  breakpoint: Record<"small" | "medium" | "large", string | number>;
693
693
  mediaQuery: Record<"small" | "medium" | "large", string>;
694
- space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
694
+ space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
695
695
  transition: Record<"medium" | "slow" | "fast", string>;
696
696
  opacity: Record<"solid" | "transparent" | "translucent", string | number>;
697
697
  color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
@@ -705,16 +705,16 @@ export declare const TableCaptionText: import("styled-components").StyledCompone
705
705
  }> & {
706
706
  brand: Record<string, string>;
707
707
  };
708
- fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
708
+ fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
709
709
  native: string;
710
710
  web: string;
711
711
  }>;
712
712
  fontWeight: Record<"bold" | "book" | "black", string | number>;
713
- fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
713
+ fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
714
714
  small: string | number;
715
715
  large: string | number;
716
716
  }>;
717
- lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
717
+ lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
718
718
  small: string | number;
719
719
  large: string | number;
720
720
  }>;
@@ -722,10 +722,10 @@ export declare const TableCaptionText: import("styled-components").StyledCompone
722
722
  };
723
723
  semantic: {
724
724
  surface: Record<"base" | "cutout" | "elevated", string>;
725
- message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
725
+ message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
726
726
  border: Record<"graphic" | "differentiated" | "functional", string>;
727
727
  focus: Record<"surface" | "outline" | "hover", string>;
728
- inverted: Record<"surface" | "border", string> & {
728
+ inverted: Record<"border" | "surface", string> & {
729
729
  message: Record<"base" | "link" | "secondary" | "branded", string>;
730
730
  };
731
731
  success: {
@@ -756,7 +756,7 @@ export declare const TableCaptionText: import("styled-components").StyledCompone
756
756
  message: string;
757
757
  messageOnEmphasis: string;
758
758
  };
759
- data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
759
+ data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
760
760
  };
761
761
  component: {
762
762
  heading1: {
@@ -912,14 +912,14 @@ export declare const TableCaptionText: import("styled-components").StyledCompone
912
912
  };
913
913
  };
914
914
  };
915
- }, Breakpoints, never>;
916
- export declare const CellText: import("styled-components").StyledComponent<typeof import("react-native").Text, {
915
+ } & object, Breakpoints, never>;
916
+ export declare const CellText: import("styled-components").StyledComponent<typeof import("react-native").Text, import("../../theme/theme").Theme & {
917
917
  core: {
918
918
  radius: Record<"small" | "medium" | "large" | "max", string>;
919
919
  borderWidth: Record<"small" | "medium" | "large", string>;
920
920
  breakpoint: Record<"small" | "medium" | "large", string | number>;
921
921
  mediaQuery: Record<"small" | "medium" | "large", string>;
922
- space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
922
+ space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
923
923
  transition: Record<"medium" | "slow" | "fast", string>;
924
924
  opacity: Record<"solid" | "transparent" | "translucent", string | number>;
925
925
  color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
@@ -933,16 +933,16 @@ export declare const CellText: import("styled-components").StyledComponent<typeo
933
933
  }> & {
934
934
  brand: Record<string, string>;
935
935
  };
936
- fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
936
+ fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
937
937
  native: string;
938
938
  web: string;
939
939
  }>;
940
940
  fontWeight: Record<"bold" | "book" | "black", string | number>;
941
- fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
941
+ fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
942
942
  small: string | number;
943
943
  large: string | number;
944
944
  }>;
945
- lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
945
+ lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
946
946
  small: string | number;
947
947
  large: string | number;
948
948
  }>;
@@ -950,10 +950,10 @@ export declare const CellText: import("styled-components").StyledComponent<typeo
950
950
  };
951
951
  semantic: {
952
952
  surface: Record<"base" | "cutout" | "elevated", string>;
953
- message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
953
+ message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
954
954
  border: Record<"graphic" | "differentiated" | "functional", string>;
955
955
  focus: Record<"surface" | "outline" | "hover", string>;
956
- inverted: Record<"surface" | "border", string> & {
956
+ inverted: Record<"border" | "surface", string> & {
957
957
  message: Record<"base" | "link" | "secondary" | "branded", string>;
958
958
  };
959
959
  success: {
@@ -984,7 +984,7 @@ export declare const CellText: import("styled-components").StyledComponent<typeo
984
984
  message: string;
985
985
  messageOnEmphasis: string;
986
986
  };
987
- data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
987
+ data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
988
988
  };
989
989
  component: {
990
990
  heading1: {
@@ -1140,14 +1140,14 @@ export declare const CellText: import("styled-components").StyledComponent<typeo
1140
1140
  };
1141
1141
  };
1142
1142
  };
1143
- }, Breakpoints, never>;
1144
- export declare const TableCaption: import("styled-components").StyledComponent<typeof import("react-native").View, {
1143
+ } & object, Breakpoints, never>;
1144
+ export declare const TableCaption: import("styled-components").StyledComponent<typeof import("react-native").View, import("../../theme/theme").Theme & {
1145
1145
  core: {
1146
1146
  radius: Record<"small" | "medium" | "large" | "max", string>;
1147
1147
  borderWidth: Record<"small" | "medium" | "large", string>;
1148
1148
  breakpoint: Record<"small" | "medium" | "large", string | number>;
1149
1149
  mediaQuery: Record<"small" | "medium" | "large", string>;
1150
- space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
1150
+ space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
1151
1151
  transition: Record<"medium" | "slow" | "fast", string>;
1152
1152
  opacity: Record<"solid" | "transparent" | "translucent", string | number>;
1153
1153
  color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
@@ -1161,16 +1161,16 @@ export declare const TableCaption: import("styled-components").StyledComponent<t
1161
1161
  }> & {
1162
1162
  brand: Record<string, string>;
1163
1163
  };
1164
- fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
1164
+ fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
1165
1165
  native: string;
1166
1166
  web: string;
1167
1167
  }>;
1168
1168
  fontWeight: Record<"bold" | "book" | "black", string | number>;
1169
- fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
1169
+ fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
1170
1170
  small: string | number;
1171
1171
  large: string | number;
1172
1172
  }>;
1173
- lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
1173
+ lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
1174
1174
  small: string | number;
1175
1175
  large: string | number;
1176
1176
  }>;
@@ -1178,10 +1178,10 @@ export declare const TableCaption: import("styled-components").StyledComponent<t
1178
1178
  };
1179
1179
  semantic: {
1180
1180
  surface: Record<"base" | "cutout" | "elevated", string>;
1181
- message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
1181
+ message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
1182
1182
  border: Record<"graphic" | "differentiated" | "functional", string>;
1183
1183
  focus: Record<"surface" | "outline" | "hover", string>;
1184
- inverted: Record<"surface" | "border", string> & {
1184
+ inverted: Record<"border" | "surface", string> & {
1185
1185
  message: Record<"base" | "link" | "secondary" | "branded", string>;
1186
1186
  };
1187
1187
  success: {
@@ -1212,7 +1212,7 @@ export declare const TableCaption: import("styled-components").StyledComponent<t
1212
1212
  message: string;
1213
1213
  messageOnEmphasis: string;
1214
1214
  };
1215
- data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
1215
+ data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
1216
1216
  };
1217
1217
  component: {
1218
1218
  heading1: {
@@ -1368,14 +1368,14 @@ export declare const TableCaption: import("styled-components").StyledComponent<t
1368
1368
  };
1369
1369
  };
1370
1370
  };
1371
- }, Breakpoints, never>;
1372
- export declare const TableRow: import("styled-components").StyledComponent<typeof import("react-native").View, {
1371
+ } & object, Breakpoints, never>;
1372
+ export declare const TableRow: import("styled-components").StyledComponent<typeof import("react-native").View, import("../../theme/theme").Theme & {
1373
1373
  core: {
1374
1374
  radius: Record<"small" | "medium" | "large" | "max", string>;
1375
1375
  borderWidth: Record<"small" | "medium" | "large", string>;
1376
1376
  breakpoint: Record<"small" | "medium" | "large", string | number>;
1377
1377
  mediaQuery: Record<"small" | "medium" | "large", string>;
1378
- space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
1378
+ space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
1379
1379
  transition: Record<"medium" | "slow" | "fast", string>;
1380
1380
  opacity: Record<"solid" | "transparent" | "translucent", string | number>;
1381
1381
  color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
@@ -1389,16 +1389,16 @@ export declare const TableRow: import("styled-components").StyledComponent<typeo
1389
1389
  }> & {
1390
1390
  brand: Record<string, string>;
1391
1391
  };
1392
- fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
1392
+ fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
1393
1393
  native: string;
1394
1394
  web: string;
1395
1395
  }>;
1396
1396
  fontWeight: Record<"bold" | "book" | "black", string | number>;
1397
- fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
1397
+ fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
1398
1398
  small: string | number;
1399
1399
  large: string | number;
1400
1400
  }>;
1401
- lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
1401
+ lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
1402
1402
  small: string | number;
1403
1403
  large: string | number;
1404
1404
  }>;
@@ -1406,10 +1406,10 @@ export declare const TableRow: import("styled-components").StyledComponent<typeo
1406
1406
  };
1407
1407
  semantic: {
1408
1408
  surface: Record<"base" | "cutout" | "elevated", string>;
1409
- message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
1409
+ message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
1410
1410
  border: Record<"graphic" | "differentiated" | "functional", string>;
1411
1411
  focus: Record<"surface" | "outline" | "hover", string>;
1412
- inverted: Record<"surface" | "border", string> & {
1412
+ inverted: Record<"border" | "surface", string> & {
1413
1413
  message: Record<"base" | "link" | "secondary" | "branded", string>;
1414
1414
  };
1415
1415
  success: {
@@ -1440,7 +1440,7 @@ export declare const TableRow: import("styled-components").StyledComponent<typeo
1440
1440
  message: string;
1441
1441
  messageOnEmphasis: string;
1442
1442
  };
1443
- data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
1443
+ data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
1444
1444
  };
1445
1445
  component: {
1446
1446
  heading1: {
@@ -1596,16 +1596,16 @@ export declare const TableRow: import("styled-components").StyledComponent<typeo
1596
1596
  };
1597
1597
  };
1598
1598
  };
1599
- }, {
1599
+ } & object, {
1600
1600
  stripe: boolean;
1601
1601
  }, never>;
1602
- export declare const TableRowHeading: import("styled-components").StyledComponent<typeof import("react-native").View, {
1602
+ export declare const TableRowHeading: import("styled-components").StyledComponent<typeof import("react-native").View, import("../../theme/theme").Theme & {
1603
1603
  core: {
1604
1604
  radius: Record<"small" | "medium" | "large" | "max", string>;
1605
1605
  borderWidth: Record<"small" | "medium" | "large", string>;
1606
1606
  breakpoint: Record<"small" | "medium" | "large", string | number>;
1607
1607
  mediaQuery: Record<"small" | "medium" | "large", string>;
1608
- space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
1608
+ space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
1609
1609
  transition: Record<"medium" | "slow" | "fast", string>;
1610
1610
  opacity: Record<"solid" | "transparent" | "translucent", string | number>;
1611
1611
  color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
@@ -1619,16 +1619,16 @@ export declare const TableRowHeading: import("styled-components").StyledComponen
1619
1619
  }> & {
1620
1620
  brand: Record<string, string>;
1621
1621
  };
1622
- fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
1622
+ fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
1623
1623
  native: string;
1624
1624
  web: string;
1625
1625
  }>;
1626
1626
  fontWeight: Record<"bold" | "book" | "black", string | number>;
1627
- fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
1627
+ fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
1628
1628
  small: string | number;
1629
1629
  large: string | number;
1630
1630
  }>;
1631
- lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
1631
+ lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
1632
1632
  small: string | number;
1633
1633
  large: string | number;
1634
1634
  }>;
@@ -1636,10 +1636,10 @@ export declare const TableRowHeading: import("styled-components").StyledComponen
1636
1636
  };
1637
1637
  semantic: {
1638
1638
  surface: Record<"base" | "cutout" | "elevated", string>;
1639
- message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
1639
+ message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
1640
1640
  border: Record<"graphic" | "differentiated" | "functional", string>;
1641
1641
  focus: Record<"surface" | "outline" | "hover", string>;
1642
- inverted: Record<"surface" | "border", string> & {
1642
+ inverted: Record<"border" | "surface", string> & {
1643
1643
  message: Record<"base" | "link" | "secondary" | "branded", string>;
1644
1644
  };
1645
1645
  success: {
@@ -1670,7 +1670,7 @@ export declare const TableRowHeading: import("styled-components").StyledComponen
1670
1670
  message: string;
1671
1671
  messageOnEmphasis: string;
1672
1672
  };
1673
- data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
1673
+ data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
1674
1674
  };
1675
1675
  component: {
1676
1676
  heading1: {
@@ -1826,14 +1826,14 @@ export declare const TableRowHeading: import("styled-components").StyledComponen
1826
1826
  };
1827
1827
  };
1828
1828
  };
1829
- }, {}, never>;
1830
- export declare const TableBody: import("styled-components").StyledComponent<typeof import("react-native").View, {
1829
+ } & object, {}, never>;
1830
+ export declare const TableBody: import("styled-components").StyledComponent<typeof import("react-native").View, import("../../theme/theme").Theme & {
1831
1831
  core: {
1832
1832
  radius: Record<"small" | "medium" | "large" | "max", string>;
1833
1833
  borderWidth: Record<"small" | "medium" | "large", string>;
1834
1834
  breakpoint: Record<"small" | "medium" | "large", string | number>;
1835
1835
  mediaQuery: Record<"small" | "medium" | "large", string>;
1836
- space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
1836
+ space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
1837
1837
  transition: Record<"medium" | "slow" | "fast", string>;
1838
1838
  opacity: Record<"solid" | "transparent" | "translucent", string | number>;
1839
1839
  color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
@@ -1847,16 +1847,16 @@ export declare const TableBody: import("styled-components").StyledComponent<type
1847
1847
  }> & {
1848
1848
  brand: Record<string, string>;
1849
1849
  };
1850
- fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
1850
+ fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
1851
1851
  native: string;
1852
1852
  web: string;
1853
1853
  }>;
1854
1854
  fontWeight: Record<"bold" | "book" | "black", string | number>;
1855
- fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
1855
+ fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
1856
1856
  small: string | number;
1857
1857
  large: string | number;
1858
1858
  }>;
1859
- lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
1859
+ lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
1860
1860
  small: string | number;
1861
1861
  large: string | number;
1862
1862
  }>;
@@ -1864,10 +1864,10 @@ export declare const TableBody: import("styled-components").StyledComponent<type
1864
1864
  };
1865
1865
  semantic: {
1866
1866
  surface: Record<"base" | "cutout" | "elevated", string>;
1867
- message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
1867
+ message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
1868
1868
  border: Record<"graphic" | "differentiated" | "functional", string>;
1869
1869
  focus: Record<"surface" | "outline" | "hover", string>;
1870
- inverted: Record<"surface" | "border", string> & {
1870
+ inverted: Record<"border" | "surface", string> & {
1871
1871
  message: Record<"base" | "link" | "secondary" | "branded", string>;
1872
1872
  };
1873
1873
  success: {
@@ -1898,7 +1898,7 @@ export declare const TableBody: import("styled-components").StyledComponent<type
1898
1898
  message: string;
1899
1899
  messageOnEmphasis: string;
1900
1900
  };
1901
- data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
1901
+ data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
1902
1902
  };
1903
1903
  component: {
1904
1904
  heading1: {
@@ -2054,14 +2054,14 @@ export declare const TableBody: import("styled-components").StyledComponent<type
2054
2054
  };
2055
2055
  };
2056
2056
  };
2057
- }, {}, never>;
2058
- export declare const TableCell: import("styled-components").StyledComponent<typeof import("react-native").View, {
2057
+ } & object, {}, never>;
2058
+ export declare const TableCell: import("styled-components").StyledComponent<typeof import("react-native").View, import("../../theme/theme").Theme & {
2059
2059
  core: {
2060
2060
  radius: Record<"small" | "medium" | "large" | "max", string>;
2061
2061
  borderWidth: Record<"small" | "medium" | "large", string>;
2062
2062
  breakpoint: Record<"small" | "medium" | "large", string | number>;
2063
2063
  mediaQuery: Record<"small" | "medium" | "large", string>;
2064
- space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
2064
+ space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
2065
2065
  transition: Record<"medium" | "slow" | "fast", string>;
2066
2066
  opacity: Record<"solid" | "transparent" | "translucent", string | number>;
2067
2067
  color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
@@ -2075,16 +2075,16 @@ export declare const TableCell: import("styled-components").StyledComponent<type
2075
2075
  }> & {
2076
2076
  brand: Record<string, string>;
2077
2077
  };
2078
- fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
2078
+ fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
2079
2079
  native: string;
2080
2080
  web: string;
2081
2081
  }>;
2082
2082
  fontWeight: Record<"bold" | "book" | "black", string | number>;
2083
- fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
2083
+ fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
2084
2084
  small: string | number;
2085
2085
  large: string | number;
2086
2086
  }>;
2087
- lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
2087
+ lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
2088
2088
  small: string | number;
2089
2089
  large: string | number;
2090
2090
  }>;
@@ -2092,10 +2092,10 @@ export declare const TableCell: import("styled-components").StyledComponent<type
2092
2092
  };
2093
2093
  semantic: {
2094
2094
  surface: Record<"base" | "cutout" | "elevated", string>;
2095
- message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
2095
+ message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
2096
2096
  border: Record<"graphic" | "differentiated" | "functional", string>;
2097
2097
  focus: Record<"surface" | "outline" | "hover", string>;
2098
- inverted: Record<"surface" | "border", string> & {
2098
+ inverted: Record<"border" | "surface", string> & {
2099
2099
  message: Record<"base" | "link" | "secondary" | "branded", string>;
2100
2100
  };
2101
2101
  success: {
@@ -2126,7 +2126,7 @@ export declare const TableCell: import("styled-components").StyledComponent<type
2126
2126
  message: string;
2127
2127
  messageOnEmphasis: string;
2128
2128
  };
2129
- data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
2129
+ data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
2130
2130
  };
2131
2131
  component: {
2132
2132
  heading1: {
@@ -2282,16 +2282,16 @@ export declare const TableCell: import("styled-components").StyledComponent<type
2282
2282
  };
2283
2283
  };
2284
2284
  };
2285
- }, {
2285
+ } & object, {
2286
2286
  cellWidth: string;
2287
2287
  } & Breakpoints, never>;
2288
- export declare const RowHeading: import("styled-components").StyledComponent<typeof import("react-native").View, {
2288
+ export declare const RowHeading: import("styled-components").StyledComponent<typeof import("react-native").View, import("../../theme/theme").Theme & {
2289
2289
  core: {
2290
2290
  radius: Record<"small" | "medium" | "large" | "max", string>;
2291
2291
  borderWidth: Record<"small" | "medium" | "large", string>;
2292
2292
  breakpoint: Record<"small" | "medium" | "large", string | number>;
2293
2293
  mediaQuery: Record<"small" | "medium" | "large", string>;
2294
- space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
2294
+ space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
2295
2295
  transition: Record<"medium" | "slow" | "fast", string>;
2296
2296
  opacity: Record<"solid" | "transparent" | "translucent", string | number>;
2297
2297
  color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
@@ -2305,16 +2305,16 @@ export declare const RowHeading: import("styled-components").StyledComponent<typ
2305
2305
  }> & {
2306
2306
  brand: Record<string, string>;
2307
2307
  };
2308
- fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
2308
+ fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
2309
2309
  native: string;
2310
2310
  web: string;
2311
2311
  }>;
2312
2312
  fontWeight: Record<"bold" | "book" | "black", string | number>;
2313
- fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
2313
+ fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
2314
2314
  small: string | number;
2315
2315
  large: string | number;
2316
2316
  }>;
2317
- lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
2317
+ lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
2318
2318
  small: string | number;
2319
2319
  large: string | number;
2320
2320
  }>;
@@ -2322,10 +2322,10 @@ export declare const RowHeading: import("styled-components").StyledComponent<typ
2322
2322
  };
2323
2323
  semantic: {
2324
2324
  surface: Record<"base" | "cutout" | "elevated", string>;
2325
- message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
2325
+ message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
2326
2326
  border: Record<"graphic" | "differentiated" | "functional", string>;
2327
2327
  focus: Record<"surface" | "outline" | "hover", string>;
2328
- inverted: Record<"surface" | "border", string> & {
2328
+ inverted: Record<"border" | "surface", string> & {
2329
2329
  message: Record<"base" | "link" | "secondary" | "branded", string>;
2330
2330
  };
2331
2331
  success: {
@@ -2356,7 +2356,7 @@ export declare const RowHeading: import("styled-components").StyledComponent<typ
2356
2356
  message: string;
2357
2357
  messageOnEmphasis: string;
2358
2358
  };
2359
- data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
2359
+ data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
2360
2360
  };
2361
2361
  component: {
2362
2362
  heading1: {
@@ -2512,6 +2512,6 @@ export declare const RowHeading: import("styled-components").StyledComponent<typ
2512
2512
  };
2513
2513
  };
2514
2514
  };
2515
- }, {
2515
+ } & object, {
2516
2516
  cellWidth: string;
2517
2517
  } & Breakpoints, never>;