@ovotech/element-native 3.2.3 → 3.3.0-canary-876541b-129

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 +4 -5
  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 +1 -3
  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 +19 -270
  18. package/dist/components/List/List.js +2 -55
  19. package/dist/components/List/index.d.ts +1 -1
  20. package/dist/components/List/index.js +1 -4
  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/Text/Text.d.ts +45 -45
  28. package/dist/components/TextLink/TextLink.js +6 -3
  29. package/dist/components/index.d.ts +0 -1
  30. package/dist/components/index.js +0 -1
  31. package/dist/esm/components/Accordion/styles.js +1 -1
  32. package/dist/esm/components/ActionList/styled.js +1 -1
  33. package/dist/esm/components/Checkbox/Checkbox.js +4 -5
  34. package/dist/esm/components/Field/Field.js +2 -4
  35. package/dist/esm/components/List/List.js +2 -52
  36. package/dist/esm/components/List/index.js +1 -1
  37. package/dist/esm/components/TextLink/TextLink.js +8 -5
  38. package/dist/esm/components/index.js +0 -1
  39. package/dist/esm/index.js +0 -1
  40. package/dist/esm/providers/IconsProvider.js +46 -3
  41. package/dist/esm/providers/icons/Address.js +14 -0
  42. package/dist/esm/providers/icons/Advice.js +14 -0
  43. package/dist/esm/providers/icons/Archive.js +14 -0
  44. package/dist/esm/providers/icons/ArrowDown.js +2 -2
  45. package/dist/esm/providers/icons/ArrowLeft.js +2 -2
  46. package/dist/esm/providers/icons/ArrowRight.js +2 -2
  47. package/dist/esm/providers/icons/ArrowUp.js +2 -2
  48. package/dist/esm/providers/icons/Award.js +14 -0
  49. package/dist/esm/providers/icons/Battery.js +14 -0
  50. package/dist/esm/providers/icons/Cal.js +14 -0
  51. package/dist/esm/providers/icons/CalBook.js +14 -0
  52. package/dist/esm/providers/icons/CaretDown.js +2 -2
  53. package/dist/esm/providers/icons/CaretLeft.js +2 -2
  54. package/dist/esm/providers/icons/CaretRight.js +2 -2
  55. package/dist/esm/providers/icons/CaretUp.js +2 -2
  56. package/dist/esm/providers/icons/Chart.js +2 -2
  57. package/dist/esm/providers/icons/ChartFilled.js +14 -0
  58. package/dist/esm/providers/icons/Check.js +2 -2
  59. package/dist/esm/providers/icons/CheckCircle.js +14 -0
  60. package/dist/esm/providers/icons/ChevronDown.js +2 -2
  61. package/dist/esm/providers/icons/ChevronLeft.js +2 -2
  62. package/dist/esm/providers/icons/ChevronLeftSmall.js +2 -2
  63. package/dist/esm/providers/icons/ChevronLeftSmallFirst.js +2 -2
  64. package/dist/esm/providers/icons/ChevronRight.js +2 -2
  65. package/dist/esm/providers/icons/ChevronRightSmall.js +2 -2
  66. package/dist/esm/providers/icons/ChevronRightSmallLast.js +2 -2
  67. package/dist/esm/providers/icons/ChevronUp.js +2 -2
  68. package/dist/esm/providers/icons/CloseCircle.js +14 -0
  69. package/dist/esm/providers/icons/Cross.js +2 -2
  70. package/dist/esm/{theme/index.js → providers/icons/Doc.js} +3 -8
  71. package/dist/esm/providers/icons/Dollar.js +2 -2
  72. package/dist/esm/providers/icons/Download.js +2 -2
  73. package/dist/esm/providers/icons/Eco.js +14 -0
  74. package/dist/esm/providers/icons/EcoHome.js +14 -0
  75. package/dist/esm/providers/icons/Edit.js +14 -0
  76. package/dist/esm/providers/icons/ElectricCar.js +14 -0
  77. package/dist/esm/providers/icons/ElectricHome.js +14 -0
  78. package/dist/esm/providers/icons/Electricity.js +2 -2
  79. package/dist/esm/providers/icons/EnergyAdvice.js +14 -0
  80. package/dist/esm/providers/icons/Equals.js +14 -0
  81. package/dist/esm/providers/icons/Euro.js +2 -2
  82. package/dist/esm/providers/icons/Gas.js +3 -3
  83. package/dist/esm/providers/icons/GlobeAddress.js +14 -0
  84. package/dist/esm/providers/icons/Help.js +2 -2
  85. package/dist/esm/providers/icons/Hide.js +2 -2
  86. package/dist/esm/providers/icons/Home.js +2 -2
  87. package/dist/esm/providers/icons/HomeFilled.js +14 -0
  88. package/dist/esm/providers/icons/HydroPower.js +14 -0
  89. package/dist/esm/providers/icons/Info.js +2 -2
  90. package/dist/esm/providers/icons/Link.js +2 -2
  91. package/dist/esm/providers/icons/Mail.js +14 -0
  92. package/dist/esm/providers/icons/MailOpen.js +14 -0
  93. package/dist/esm/providers/icons/Menu.js +14 -0
  94. package/dist/esm/providers/icons/Message.js +14 -0
  95. package/dist/esm/providers/icons/MessageFilled.js +14 -0
  96. package/dist/esm/providers/icons/Minus.js +2 -2
  97. package/dist/esm/providers/icons/Mobile.js +14 -0
  98. package/dist/esm/providers/icons/NewWindow.js +3 -3
  99. package/dist/esm/providers/icons/PaymentCard.js +2 -2
  100. package/dist/esm/providers/icons/Phone.js +14 -0
  101. package/dist/esm/providers/icons/Plus.js +2 -2
  102. package/dist/esm/providers/icons/Pound.js +2 -2
  103. package/dist/esm/providers/icons/Pricing.js +14 -0
  104. package/dist/esm/providers/icons/Search.js +2 -2
  105. package/dist/esm/providers/icons/Security.js +14 -0
  106. package/dist/esm/providers/icons/Show.js +2 -2
  107. package/dist/esm/providers/icons/SmartHome.js +14 -0
  108. package/dist/esm/providers/icons/SmartMeter.js +14 -0
  109. package/dist/esm/providers/icons/Solar.js +14 -0
  110. package/dist/esm/providers/icons/Star.js +14 -0
  111. package/dist/esm/providers/icons/Sun.js +14 -0
  112. package/dist/esm/providers/icons/Trees.js +14 -0
  113. package/dist/esm/providers/icons/Tune.js +2 -2
  114. package/dist/esm/providers/icons/User.js +2 -2
  115. package/dist/esm/providers/icons/UserFilled.js +14 -0
  116. package/dist/esm/providers/icons/Wallet.js +14 -0
  117. package/dist/esm/providers/icons/WalletFilled.js +14 -0
  118. package/dist/esm/providers/icons/WarmHome.js +14 -0
  119. package/dist/esm/providers/icons/Warning.js +14 -0
  120. package/dist/esm/providers/icons/WebAddress.js +14 -0
  121. package/dist/esm/providers/icons/WindPower.js +14 -0
  122. package/dist/esm/providers/icons/index.js +46 -3
  123. package/dist/index.d.ts +0 -1
  124. package/dist/index.js +0 -1
  125. package/dist/providers/IconsProvider.js +45 -2
  126. package/dist/providers/icons/Address.d.ts +2 -0
  127. package/dist/providers/icons/Address.js +41 -0
  128. package/dist/providers/icons/Advice.d.ts +2 -0
  129. package/dist/providers/icons/Advice.js +41 -0
  130. package/dist/providers/icons/Archive.d.ts +2 -0
  131. package/dist/providers/icons/Archive.js +41 -0
  132. package/dist/providers/icons/ArrowDown.js +25 -2
  133. package/dist/providers/icons/ArrowLeft.js +25 -2
  134. package/dist/providers/icons/ArrowRight.js +25 -2
  135. package/dist/providers/icons/ArrowUp.js +25 -2
  136. package/dist/providers/icons/Award.d.ts +2 -0
  137. package/dist/providers/icons/Award.js +41 -0
  138. package/dist/providers/icons/Battery.d.ts +2 -0
  139. package/dist/providers/icons/Battery.js +41 -0
  140. package/dist/providers/icons/Cal.d.ts +2 -0
  141. package/dist/providers/icons/Cal.js +41 -0
  142. package/dist/providers/icons/CalBook.d.ts +2 -0
  143. package/dist/providers/icons/CalBook.js +41 -0
  144. package/dist/providers/icons/CaretDown.js +25 -2
  145. package/dist/providers/icons/CaretLeft.js +25 -2
  146. package/dist/providers/icons/CaretRight.js +25 -2
  147. package/dist/providers/icons/CaretUp.js +25 -2
  148. package/dist/providers/icons/Chart.js +25 -2
  149. package/dist/providers/icons/ChartFilled.d.ts +2 -0
  150. package/dist/providers/icons/ChartFilled.js +41 -0
  151. package/dist/providers/icons/Check.js +25 -2
  152. package/dist/providers/icons/CheckCircle.d.ts +2 -0
  153. package/dist/providers/icons/CheckCircle.js +41 -0
  154. package/dist/providers/icons/ChevronDown.js +25 -2
  155. package/dist/providers/icons/ChevronLeft.js +25 -2
  156. package/dist/providers/icons/ChevronLeftSmall.js +25 -2
  157. package/dist/providers/icons/ChevronLeftSmallFirst.js +25 -2
  158. package/dist/providers/icons/ChevronRight.js +25 -2
  159. package/dist/providers/icons/ChevronRightSmall.js +25 -2
  160. package/dist/providers/icons/ChevronRightSmallLast.js +25 -2
  161. package/dist/providers/icons/ChevronUp.js +25 -2
  162. package/dist/providers/icons/CloseCircle.d.ts +2 -0
  163. package/dist/providers/icons/CloseCircle.js +41 -0
  164. package/dist/providers/icons/Cross.js +25 -2
  165. package/dist/providers/icons/Doc.d.ts +2 -0
  166. package/dist/providers/icons/Doc.js +41 -0
  167. package/dist/providers/icons/Dollar.js +25 -2
  168. package/dist/providers/icons/Download.js +25 -2
  169. package/dist/providers/icons/Eco.d.ts +2 -0
  170. package/dist/providers/icons/Eco.js +41 -0
  171. package/dist/providers/icons/EcoHome.d.ts +2 -0
  172. package/dist/providers/icons/EcoHome.js +41 -0
  173. package/dist/providers/icons/Edit.d.ts +2 -0
  174. package/dist/providers/icons/Edit.js +41 -0
  175. package/dist/providers/icons/ElectricCar.d.ts +2 -0
  176. package/dist/providers/icons/ElectricCar.js +41 -0
  177. package/dist/providers/icons/ElectricHome.d.ts +2 -0
  178. package/dist/providers/icons/ElectricHome.js +41 -0
  179. package/dist/providers/icons/Electricity.js +25 -2
  180. package/dist/providers/icons/EnergyAdvice.d.ts +2 -0
  181. package/dist/providers/icons/EnergyAdvice.js +41 -0
  182. package/dist/providers/icons/Equals.d.ts +2 -0
  183. package/dist/providers/icons/Equals.js +41 -0
  184. package/dist/providers/icons/Euro.js +25 -2
  185. package/dist/providers/icons/Gas.js +25 -2
  186. package/dist/providers/icons/GlobeAddress.d.ts +2 -0
  187. package/dist/providers/icons/GlobeAddress.js +41 -0
  188. package/dist/providers/icons/Help.js +25 -2
  189. package/dist/providers/icons/Hide.js +25 -2
  190. package/dist/providers/icons/Home.js +25 -2
  191. package/dist/providers/icons/HomeFilled.d.ts +2 -0
  192. package/dist/providers/icons/HomeFilled.js +41 -0
  193. package/dist/providers/icons/HydroPower.d.ts +2 -0
  194. package/dist/providers/icons/HydroPower.js +41 -0
  195. package/dist/providers/icons/Info.js +25 -2
  196. package/dist/providers/icons/Link.js +25 -2
  197. package/dist/providers/icons/Mail.d.ts +2 -0
  198. package/dist/providers/icons/Mail.js +41 -0
  199. package/dist/providers/icons/MailOpen.d.ts +2 -0
  200. package/dist/providers/icons/MailOpen.js +41 -0
  201. package/dist/providers/icons/Menu.d.ts +2 -0
  202. package/dist/providers/icons/Menu.js +41 -0
  203. package/dist/providers/icons/Message.d.ts +2 -0
  204. package/dist/providers/icons/Message.js +41 -0
  205. package/dist/providers/icons/MessageFilled.d.ts +2 -0
  206. package/dist/providers/icons/MessageFilled.js +41 -0
  207. package/dist/providers/icons/Minus.js +25 -2
  208. package/dist/providers/icons/Mobile.d.ts +2 -0
  209. package/dist/providers/icons/Mobile.js +41 -0
  210. package/dist/providers/icons/NewWindow.js +25 -2
  211. package/dist/providers/icons/PaymentCard.js +25 -2
  212. package/dist/providers/icons/Phone.d.ts +2 -0
  213. package/dist/providers/icons/Phone.js +41 -0
  214. package/dist/providers/icons/Plus.js +25 -2
  215. package/dist/providers/icons/Pound.js +25 -2
  216. package/dist/providers/icons/Pricing.d.ts +2 -0
  217. package/dist/providers/icons/Pricing.js +41 -0
  218. package/dist/providers/icons/Search.js +25 -2
  219. package/dist/providers/icons/Security.d.ts +2 -0
  220. package/dist/providers/icons/Security.js +41 -0
  221. package/dist/providers/icons/Show.js +25 -2
  222. package/dist/providers/icons/SmartHome.d.ts +2 -0
  223. package/dist/providers/icons/SmartHome.js +41 -0
  224. package/dist/providers/icons/SmartMeter.d.ts +2 -0
  225. package/dist/providers/icons/SmartMeter.js +41 -0
  226. package/dist/providers/icons/Solar.d.ts +2 -0
  227. package/dist/providers/icons/Solar.js +41 -0
  228. package/dist/providers/icons/Star.d.ts +2 -0
  229. package/dist/providers/icons/Star.js +41 -0
  230. package/dist/providers/icons/Sun.d.ts +2 -0
  231. package/dist/providers/icons/Sun.js +41 -0
  232. package/dist/providers/icons/Trees.d.ts +2 -0
  233. package/dist/providers/icons/Trees.js +41 -0
  234. package/dist/providers/icons/Tune.js +25 -2
  235. package/dist/providers/icons/User.js +25 -2
  236. package/dist/providers/icons/UserFilled.d.ts +2 -0
  237. package/dist/providers/icons/UserFilled.js +41 -0
  238. package/dist/providers/icons/Wallet.d.ts +2 -0
  239. package/dist/providers/icons/Wallet.js +41 -0
  240. package/dist/providers/icons/WalletFilled.d.ts +2 -0
  241. package/dist/providers/icons/WalletFilled.js +41 -0
  242. package/dist/providers/icons/WarmHome.d.ts +2 -0
  243. package/dist/providers/icons/WarmHome.js +41 -0
  244. package/dist/providers/icons/Warning.d.ts +2 -0
  245. package/dist/providers/icons/Warning.js +41 -0
  246. package/dist/providers/icons/WebAddress.d.ts +2 -0
  247. package/dist/providers/icons/WebAddress.js +41 -0
  248. package/dist/providers/icons/WindPower.d.ts +2 -0
  249. package/dist/providers/icons/WindPower.js +41 -0
  250. package/dist/providers/icons/index.d.ts +46 -3
  251. package/dist/providers/icons/index.js +46 -3
  252. package/dist/styled.native.d.ts +49 -49
  253. package/package.json +2 -2
  254. package/dist/components/SummaryList/SummaryList.d.ts +0 -14
  255. package/dist/components/SummaryList/SummaryList.js +0 -47
  256. package/dist/components/SummaryList/index.d.ts +0 -1
  257. package/dist/components/SummaryList/index.js +0 -6
  258. package/dist/esm/components/SummaryList/SummaryList.js +0 -43
  259. package/dist/esm/components/SummaryList/index.js +0 -1
  260. package/dist/esm/theme/create-theme.js +0 -330
  261. package/dist/esm/theme/theme.js +0 -1
  262. package/dist/theme/create-theme.d.ts +0 -18
  263. package/dist/theme/create-theme.js +0 -337
  264. package/dist/theme/index.d.ts +0 -231
  265. package/dist/theme/index.js +0 -37
  266. package/dist/theme/theme.d.ts +0 -193
  267. package/dist/theme/theme.js +0 -2
@@ -5,13 +5,13 @@ export declare const Dl: import("react").ForwardRefExoticComponent<Pick<Omit<{
5
5
  [x: number]: any;
6
6
  [x: symbol]: any;
7
7
  } & {
8
- theme?: (import("../../theme/theme").Theme & {
8
+ theme?: {
9
9
  core: {
10
10
  radius: Record<"small" | "medium" | "large" | "max", string>;
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 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
14
+ space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 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", {
@@ -25,16 +25,16 @@ export declare const Dl: import("react").ForwardRefExoticComponent<Pick<Omit<{
25
25
  }> & {
26
26
  brand: Record<string, string>;
27
27
  };
28
- fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
28
+ fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
29
29
  native: string;
30
30
  web: string;
31
31
  }>;
32
32
  fontWeight: Record<"bold" | "book" | "black", string | number>;
33
- fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
33
+ fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
34
34
  small: string | number;
35
35
  large: string | number;
36
36
  }>;
37
- lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
37
+ lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
38
38
  small: string | number;
39
39
  large: string | number;
40
40
  }>;
@@ -42,10 +42,10 @@ export declare const Dl: import("react").ForwardRefExoticComponent<Pick<Omit<{
42
42
  };
43
43
  semantic: {
44
44
  surface: Record<"base" | "cutout" | "elevated", string>;
45
- message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
45
+ message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
46
46
  border: Record<"graphic" | "differentiated" | "functional", string>;
47
47
  focus: Record<"surface" | "outline" | "hover", string>;
48
- inverted: Record<"border" | "surface", string> & {
48
+ inverted: Record<"surface" | "border", string> & {
49
49
  message: Record<"base" | "link" | "secondary" | "branded", string>;
50
50
  };
51
51
  success: {
@@ -76,7 +76,7 @@ export declare const Dl: import("react").ForwardRefExoticComponent<Pick<Omit<{
76
76
  message: string;
77
77
  messageOnEmphasis: string;
78
78
  };
79
- data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
79
+ data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
80
80
  };
81
81
  component: {
82
82
  heading1: {
@@ -232,7 +232,7 @@ export declare const Dl: import("react").ForwardRefExoticComponent<Pick<Omit<{
232
232
  };
233
233
  };
234
234
  };
235
- } & object) | undefined;
235
+ } | undefined;
236
236
  } & {
237
237
  as?: string | import("react").ComponentType<any> | undefined;
238
238
  forwardedAs?: string | import("react").ComponentType<any> | undefined;
@@ -5,13 +5,13 @@ declare const ErrorText: import("react").ForwardRefExoticComponent<Pick<Omit<{
5
5
  [x: number]: any;
6
6
  [x: symbol]: any;
7
7
  } & {
8
- theme?: (import("../../theme/theme").Theme & {
8
+ theme?: {
9
9
  core: {
10
10
  radius: Record<"small" | "medium" | "large" | "max", string>;
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 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
14
+ space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 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", {
@@ -25,16 +25,16 @@ declare const ErrorText: import("react").ForwardRefExoticComponent<Pick<Omit<{
25
25
  }> & {
26
26
  brand: Record<string, string>;
27
27
  };
28
- fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
28
+ fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
29
29
  native: string;
30
30
  web: string;
31
31
  }>;
32
32
  fontWeight: Record<"bold" | "book" | "black", string | number>;
33
- fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
33
+ fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
34
34
  small: string | number;
35
35
  large: string | number;
36
36
  }>;
37
- lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
37
+ lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
38
38
  small: string | number;
39
39
  large: string | number;
40
40
  }>;
@@ -42,10 +42,10 @@ declare const ErrorText: import("react").ForwardRefExoticComponent<Pick<Omit<{
42
42
  };
43
43
  semantic: {
44
44
  surface: Record<"base" | "cutout" | "elevated", string>;
45
- message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
45
+ message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
46
46
  border: Record<"graphic" | "differentiated" | "functional", string>;
47
47
  focus: Record<"surface" | "outline" | "hover", string>;
48
- inverted: Record<"border" | "surface", string> & {
48
+ inverted: Record<"surface" | "border", string> & {
49
49
  message: Record<"base" | "link" | "secondary" | "branded", string>;
50
50
  };
51
51
  success: {
@@ -76,7 +76,7 @@ declare const ErrorText: import("react").ForwardRefExoticComponent<Pick<Omit<{
76
76
  message: string;
77
77
  messageOnEmphasis: string;
78
78
  };
79
- data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
79
+ data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
80
80
  };
81
81
  component: {
82
82
  heading1: {
@@ -232,7 +232,7 @@ declare const ErrorText: import("react").ForwardRefExoticComponent<Pick<Omit<{
232
232
  };
233
233
  };
234
234
  };
235
- } & object) | undefined;
235
+ } | undefined;
236
236
  } & {
237
237
  as?: string | import("react").ComponentType<any> | undefined;
238
238
  forwardedAs?: string | import("react").ComponentType<any> | undefined;
@@ -26,7 +26,6 @@ exports.Field = void 0;
26
26
  var jsx_runtime_1 = require("react/jsx-runtime");
27
27
  var react_1 = require("react");
28
28
  var react_native_1 = require("react-native");
29
- var styled_native_1 = require("../../styled.native");
30
29
  var utils_1 = require("../../utils");
31
30
  var ErrorText_1 = require("../ErrorText");
32
31
  var FormGroup_1 = require("../FormGroup");
@@ -36,7 +35,6 @@ var Stack_1 = require("../Stack");
36
35
  var Stretch_1 = require("../Stretch");
37
36
  exports.Field = (0, react_1.forwardRef)(function (_a, ref) {
38
37
  var children = _a.children, label = _a.label, _b = _a.optional, optional = _b === void 0 ? false : _b, hint = _a.hint, error = _a.error, _c = _a.fullWidth, fullWidth = _c === void 0 ? 'small' : _c, _d = _a.characters, characters = _d === void 0 ? 25 : _d, _e = _a.affixWidth, affixWidth = _e === void 0 ? 0 : _e, rest = __rest(_a, ["children", "label", "optional", "hint", "error", "fullWidth", "characters", "affixWidth"]);
39
- var field = (0, react_1.useContext)(styled_native_1.ThemeContext).field;
40
38
  var hasError = !!error;
41
39
  var inputRef = (0, react_1.createRef)();
42
40
  var labelText = optional ? "".concat(label, " (optional)") : label;
@@ -55,7 +53,7 @@ exports.Field = (0, react_1.forwardRef)(function (_a, ref) {
55
53
  inputRef.current.focus();
56
54
  }
57
55
  }
58
- } }, { children: (0, jsx_runtime_1.jsxs)(react_native_1.View, { children: [(0, jsx_runtime_1.jsxs)(LabelText_1.LabelText, { children: [label, optional ? ' (optional)' : null] }), hint ? (0, jsx_runtime_1.jsx)(HintText_1.HintText, { children: hint }) : null, error ? (0, jsx_runtime_1.jsx)(ErrorText_1.ErrorText, { children: error }) : null] }) })), (0, jsx_runtime_1.jsx)(Stretch_1.Stretch, __assign({ defaultWidth: "".concat(Math.ceil(characters * 0.8 * parseInt(field.fontSize[0])) + affixWidth, "px"), fullWidth: fullWidth }, { children: react_1.Children.map(children, function (child) {
56
+ } }, { children: (0, jsx_runtime_1.jsxs)(react_native_1.View, { children: [(0, jsx_runtime_1.jsxs)(LabelText_1.LabelText, { children: [label, optional ? ' (optional)' : null] }), hint ? (0, jsx_runtime_1.jsx)(HintText_1.HintText, { children: hint }) : null, error ? (0, jsx_runtime_1.jsx)(ErrorText_1.ErrorText, { children: error }) : null] }) })), (0, jsx_runtime_1.jsx)(Stretch_1.Stretch, __assign({ defaultWidth: "".concat(Math.ceil(characters * 0.8 * 16) + affixWidth, "px"), fullWidth: fullWidth }, { children: react_1.Children.map(children, function (child) {
59
57
  return (0, react_1.isValidElement)(child)
60
58
  ? (0, react_1.cloneElement)(child, __assign({ invalid: hasError || undefined, ref: (0, utils_1.mergeRefs)(inputRef, ref), accessibilityLabel: accessibilityLabel }, rest))
61
59
  : child;
@@ -4,13 +4,13 @@ declare const Col: import("react").ForwardRefExoticComponent<Pick<Omit<{
4
4
  [x: number]: any;
5
5
  [x: symbol]: any;
6
6
  } & {
7
- theme?: (import("../../theme/theme").Theme & {
7
+ theme?: {
8
8
  core: {
9
9
  radius: Record<"small" | "medium" | "large" | "max", string>;
10
10
  borderWidth: Record<"small" | "medium" | "large", string>;
11
11
  breakpoint: Record<"small" | "medium" | "large", string | number>;
12
12
  mediaQuery: Record<"small" | "medium" | "large", string>;
13
- space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
13
+ space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
14
14
  transition: Record<"medium" | "slow" | "fast", string>;
15
15
  opacity: Record<"solid" | "transparent" | "translucent", string | number>;
16
16
  color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
@@ -24,16 +24,16 @@ declare const Col: import("react").ForwardRefExoticComponent<Pick<Omit<{
24
24
  }> & {
25
25
  brand: Record<string, string>;
26
26
  };
27
- fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
27
+ fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
28
28
  native: string;
29
29
  web: string;
30
30
  }>;
31
31
  fontWeight: Record<"bold" | "book" | "black", string | number>;
32
- fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
32
+ fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
33
33
  small: string | number;
34
34
  large: string | number;
35
35
  }>;
36
- lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
36
+ lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
37
37
  small: string | number;
38
38
  large: string | number;
39
39
  }>;
@@ -41,10 +41,10 @@ declare const Col: import("react").ForwardRefExoticComponent<Pick<Omit<{
41
41
  };
42
42
  semantic: {
43
43
  surface: Record<"base" | "cutout" | "elevated", string>;
44
- message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
44
+ message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
45
45
  border: Record<"graphic" | "differentiated" | "functional", string>;
46
46
  focus: Record<"surface" | "outline" | "hover", string>;
47
- inverted: Record<"border" | "surface", string> & {
47
+ inverted: Record<"surface" | "border", string> & {
48
48
  message: Record<"base" | "link" | "secondary" | "branded", string>;
49
49
  };
50
50
  success: {
@@ -75,7 +75,7 @@ declare const Col: import("react").ForwardRefExoticComponent<Pick<Omit<{
75
75
  message: string;
76
76
  messageOnEmphasis: string;
77
77
  };
78
- data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
78
+ data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
79
79
  };
80
80
  component: {
81
81
  heading1: {
@@ -231,7 +231,7 @@ declare const Col: import("react").ForwardRefExoticComponent<Pick<Omit<{
231
231
  };
232
232
  };
233
233
  };
234
- } & object) | undefined;
234
+ } | undefined;
235
235
  } & {
236
236
  as?: string | import("react").ComponentType<any> | undefined;
237
237
  forwardedAs?: string | import("react").ComponentType<any> | undefined;
@@ -1,12 +1,12 @@
1
1
  import { ComponentProps } from 'react';
2
2
  import { Breakpoints } from '../../hooks';
3
- declare const StyledRow: import("styled-components").StyledComponent<typeof import("react-native").View, import("../../theme/theme").Theme & {
3
+ declare const StyledRow: import("styled-components").StyledComponent<typeof import("react-native").View, {
4
4
  core: {
5
5
  radius: Record<"small" | "medium" | "large" | "max", string>;
6
6
  borderWidth: Record<"small" | "medium" | "large", string>;
7
7
  breakpoint: Record<"small" | "medium" | "large", string | number>;
8
8
  mediaQuery: Record<"small" | "medium" | "large", string>;
9
- space: Record<0 | 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
9
+ space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 11 | 12 | 13 | 14 | 15, string>;
10
10
  transition: Record<"medium" | "slow" | "fast", string>;
11
11
  opacity: Record<"solid" | "transparent" | "translucent", string | number>;
12
12
  color: Record<"neutral" | "red" | "orange" | "yellow" | "green" | "blue", {
@@ -20,16 +20,16 @@ declare const StyledRow: import("styled-components").StyledComponent<typeof impo
20
20
  }> & {
21
21
  brand: Record<string, string>;
22
22
  };
23
- fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
23
+ fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
24
24
  native: string;
25
25
  web: string;
26
26
  }>;
27
27
  fontWeight: Record<"bold" | "book" | "black", string | number>;
28
- fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
28
+ fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
29
29
  small: string | number;
30
30
  large: string | number;
31
31
  }>;
32
- lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
32
+ lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
33
33
  small: string | number;
34
34
  large: string | number;
35
35
  }>;
@@ -37,10 +37,10 @@ declare const StyledRow: import("styled-components").StyledComponent<typeof impo
37
37
  };
38
38
  semantic: {
39
39
  surface: Record<"base" | "cutout" | "elevated", string>;
40
- message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
40
+ message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
41
41
  border: Record<"graphic" | "differentiated" | "functional", string>;
42
42
  focus: Record<"surface" | "outline" | "hover", string>;
43
- inverted: Record<"border" | "surface", string> & {
43
+ inverted: Record<"surface" | "border", string> & {
44
44
  message: Record<"base" | "link" | "secondary" | "branded", string>;
45
45
  };
46
46
  success: {
@@ -71,7 +71,7 @@ declare const StyledRow: import("styled-components").StyledComponent<typeof impo
71
71
  message: string;
72
72
  messageOnEmphasis: string;
73
73
  };
74
- data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
74
+ data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
75
75
  };
76
76
  component: {
77
77
  heading1: {
@@ -227,7 +227,7 @@ declare const StyledRow: import("styled-components").StyledComponent<typeof impo
227
227
  };
228
228
  };
229
229
  };
230
- } & object, {
230
+ }, {
231
231
  isNested?: boolean | undefined;
232
232
  } & {
233
233
  children?: import("react").ReactNode;
@@ -5,13 +5,13 @@ declare const HintText: import("react").ForwardRefExoticComponent<Pick<Omit<{
5
5
  [x: number]: any;
6
6
  [x: symbol]: any;
7
7
  } & {
8
- theme?: (import("../../theme/theme").Theme & {
8
+ theme?: {
9
9
  core: {
10
10
  radius: Record<"small" | "medium" | "large" | "max", string>;
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 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
14
+ space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 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", {
@@ -25,16 +25,16 @@ declare const HintText: import("react").ForwardRefExoticComponent<Pick<Omit<{
25
25
  }> & {
26
26
  brand: Record<string, string>;
27
27
  };
28
- fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
28
+ fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
29
29
  native: string;
30
30
  web: string;
31
31
  }>;
32
32
  fontWeight: Record<"bold" | "book" | "black", string | number>;
33
- fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
33
+ fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
34
34
  small: string | number;
35
35
  large: string | number;
36
36
  }>;
37
- lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
37
+ lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
38
38
  small: string | number;
39
39
  large: string | number;
40
40
  }>;
@@ -42,10 +42,10 @@ declare const HintText: import("react").ForwardRefExoticComponent<Pick<Omit<{
42
42
  };
43
43
  semantic: {
44
44
  surface: Record<"base" | "cutout" | "elevated", string>;
45
- message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
45
+ message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
46
46
  border: Record<"graphic" | "differentiated" | "functional", string>;
47
47
  focus: Record<"surface" | "outline" | "hover", string>;
48
- inverted: Record<"border" | "surface", string> & {
48
+ inverted: Record<"surface" | "border", string> & {
49
49
  message: Record<"base" | "link" | "secondary" | "branded", string>;
50
50
  };
51
51
  success: {
@@ -76,7 +76,7 @@ declare const HintText: import("react").ForwardRefExoticComponent<Pick<Omit<{
76
76
  message: string;
77
77
  messageOnEmphasis: string;
78
78
  };
79
- data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
79
+ data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
80
80
  };
81
81
  component: {
82
82
  heading1: {
@@ -232,7 +232,7 @@ declare const HintText: import("react").ForwardRefExoticComponent<Pick<Omit<{
232
232
  };
233
233
  };
234
234
  };
235
- } & object) | undefined;
235
+ } | undefined;
236
236
  } & {
237
237
  as?: string | import("react").ComponentType<any> | undefined;
238
238
  forwardedAs?: string | import("react").ComponentType<any> | undefined;
@@ -1,11 +1,11 @@
1
1
  /// <reference types="react" />
2
- export declare const StyledPressable: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react-native/types").PressableProps & import("react").RefAttributes<import("react-native/types").View>>, import("../../theme/theme").Theme & {
2
+ export declare const StyledPressable: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("react-native/types").PressableProps & import("react").RefAttributes<import("react-native/types").View>>, {
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 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
8
+ space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 6 | 7 | 8 | 9 | 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 StyledPressable: import("styled-components").StyledComponen
19
19
  }> & {
20
20
  brand: Record<string, string>;
21
21
  };
22
- fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
22
+ fontFamily: Record<"body" | "mono" | "heading" | "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" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
27
+ fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
28
28
  small: string | number;
29
29
  large: string | number;
30
30
  }>;
31
- lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
31
+ lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
32
32
  small: string | number;
33
33
  large: string | number;
34
34
  }>;
@@ -36,10 +36,10 @@ export declare const StyledPressable: import("styled-components").StyledComponen
36
36
  };
37
37
  semantic: {
38
38
  surface: Record<"base" | "cutout" | "elevated", string>;
39
- message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
39
+ message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
40
40
  border: Record<"graphic" | "differentiated" | "functional", string>;
41
41
  focus: Record<"surface" | "outline" | "hover", string>;
42
- inverted: Record<"border" | "surface", string> & {
42
+ inverted: Record<"surface" | "border", string> & {
43
43
  message: Record<"base" | "link" | "secondary" | "branded", string>;
44
44
  };
45
45
  success: {
@@ -70,7 +70,7 @@ export declare const StyledPressable: import("styled-components").StyledComponen
70
70
  message: string;
71
71
  messageOnEmphasis: string;
72
72
  };
73
- data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
73
+ data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
74
74
  };
75
75
  component: {
76
76
  heading1: {
@@ -226,6 +226,6 @@ export declare const StyledPressable: import("styled-components").StyledComponen
226
226
  };
227
227
  };
228
228
  };
229
- } & object, {
229
+ }, {
230
230
  focused: boolean;
231
231
  }, never>;
@@ -5,13 +5,13 @@ declare const LabelText: import("react").ForwardRefExoticComponent<Pick<Omit<{
5
5
  [x: number]: any;
6
6
  [x: symbol]: any;
7
7
  } & {
8
- theme?: (import("../../theme/theme").Theme & {
8
+ theme?: {
9
9
  core: {
10
10
  radius: Record<"small" | "medium" | "large" | "max", string>;
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 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15, string>;
14
+ space: Record<0 | 2 | 1 | 3 | 4 | 10 | 5 | 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", {
@@ -25,16 +25,16 @@ declare const LabelText: import("react").ForwardRefExoticComponent<Pick<Omit<{
25
25
  }> & {
26
26
  brand: Record<string, string>;
27
27
  };
28
- fontFamily: Record<"heading" | "body" | "mono" | "bodyBold", {
28
+ fontFamily: Record<"body" | "mono" | "heading" | "bodyBold", {
29
29
  native: string;
30
30
  web: string;
31
31
  }>;
32
32
  fontWeight: Record<"bold" | "book" | "black", string | number>;
33
- fontSize: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
33
+ fontSize: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
34
34
  small: string | number;
35
35
  large: string | number;
36
36
  }>;
37
- lineHeight: Record<"small" | "body" | "label" | "lead" | "heading1" | "heading2" | "heading3" | "heading4", {
37
+ lineHeight: Record<"small" | "body" | "label" | "heading1" | "heading2" | "heading3" | "heading4" | "lead", {
38
38
  small: string | number;
39
39
  large: string | number;
40
40
  }>;
@@ -42,10 +42,10 @@ declare const LabelText: import("react").ForwardRefExoticComponent<Pick<Omit<{
42
42
  };
43
43
  semantic: {
44
44
  surface: Record<"base" | "cutout" | "elevated", string>;
45
- message: Record<"base" | "link" | "error" | "secondary" | "branded", string>;
45
+ message: Record<"base" | "link" | "secondary" | "error" | "branded", string>;
46
46
  border: Record<"graphic" | "differentiated" | "functional", string>;
47
47
  focus: Record<"surface" | "outline" | "hover", string>;
48
- inverted: Record<"border" | "surface", string> & {
48
+ inverted: Record<"surface" | "border", string> & {
49
49
  message: Record<"base" | "link" | "secondary" | "branded", string>;
50
50
  };
51
51
  success: {
@@ -76,7 +76,7 @@ declare const LabelText: import("react").ForwardRefExoticComponent<Pick<Omit<{
76
76
  message: string;
77
77
  messageOnEmphasis: string;
78
78
  };
79
- data: Record<"gas" | "branded" | "electric", Record<2 | 1 | 3 | 4, string>>;
79
+ data: Record<"branded" | "gas" | "electric", Record<2 | 1 | 3 | 4, string>>;
80
80
  };
81
81
  component: {
82
82
  heading1: {
@@ -232,7 +232,7 @@ declare const LabelText: import("react").ForwardRefExoticComponent<Pick<Omit<{
232
232
  };
233
233
  };
234
234
  };
235
- } & object) | undefined;
235
+ } | undefined;
236
236
  } & {
237
237
  as?: string | import("react").ComponentType<any> | undefined;
238
238
  forwardedAs?: string | import("react").ComponentType<any> | undefined;