@multiplatform.one/components 0.2.17 → 0.7.1

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 (1124) hide show
  1. package/LICENSE +201 -0
  2. package/dist/cjs/ErrorBoundary/index.js +12 -29
  3. package/dist/cjs/ErrorBoundary/index.js.map +2 -2
  4. package/dist/cjs/ErrorBoundary/index.native.js +46 -0
  5. package/dist/cjs/ErrorBoundary/index.native.js.map +6 -0
  6. package/dist/cjs/code/Code/Code.stories.js +6 -10
  7. package/dist/cjs/code/Code/Code.stories.js.map +1 -1
  8. package/dist/cjs/code/Code/Code.stories.native.js +39 -0
  9. package/dist/cjs/code/Code/Code.stories.native.js.map +6 -0
  10. package/dist/cjs/code/Code/index.js +11 -12
  11. package/dist/cjs/code/Code/index.js.map +1 -1
  12. package/dist/cjs/code/Code/index.native.js +60 -0
  13. package/dist/cjs/code/Code/index.native.js.map +6 -0
  14. package/dist/cjs/code/CodeBlock/CodeBlock.stories.js +11 -15
  15. package/dist/cjs/code/CodeBlock/CodeBlock.stories.js.map +1 -1
  16. package/dist/cjs/code/CodeBlock/CodeBlock.stories.native.js +50 -0
  17. package/dist/cjs/code/CodeBlock/CodeBlock.stories.native.js.map +6 -0
  18. package/dist/cjs/code/CodeBlock/index.js +8 -24
  19. package/dist/cjs/code/CodeBlock/index.js.map +2 -2
  20. package/dist/cjs/code/CodeBlock/index.native.js +42 -0
  21. package/dist/cjs/code/CodeBlock/index.native.js.map +6 -0
  22. package/dist/cjs/code/Pre/index.js +5 -8
  23. package/dist/cjs/code/Pre/index.js.map +1 -1
  24. package/dist/cjs/code/Pre/index.native.js +32 -0
  25. package/dist/cjs/code/Pre/index.native.js.map +6 -0
  26. package/dist/cjs/code/index.js +4 -7
  27. package/dist/cjs/code/index.js.map +1 -1
  28. package/dist/cjs/code/index.native.js +23 -0
  29. package/dist/cjs/code/index.native.js.map +6 -0
  30. package/dist/cjs/component/SimpleInput/SimpleInput.stories.js +39 -0
  31. package/dist/cjs/component/SimpleInput/SimpleInput.stories.js.map +6 -0
  32. package/dist/cjs/component/SimpleInput/SimpleInput.stories.native.js +47 -0
  33. package/dist/cjs/component/SimpleInput/SimpleInput.stories.native.js.map +6 -0
  34. package/dist/cjs/component/SimpleInput/index.js +159 -0
  35. package/dist/cjs/component/SimpleInput/index.js.map +6 -0
  36. package/dist/cjs/component/SimpleInput/index.native.js +157 -0
  37. package/dist/cjs/component/SimpleInput/index.native.js.map +6 -0
  38. package/dist/cjs/forms/FormCheckBox/FormCheckBox.stories.js +40 -23
  39. package/dist/cjs/forms/FormCheckBox/FormCheckBox.stories.js.map +2 -2
  40. package/dist/cjs/forms/FormCheckBox/FormCheckBox.stories.native.js +67 -0
  41. package/dist/cjs/forms/FormCheckBox/FormCheckBox.stories.native.js.map +6 -0
  42. package/dist/cjs/forms/FormCheckBox/index.js +61 -80
  43. package/dist/cjs/forms/FormCheckBox/index.js.map +2 -2
  44. package/dist/cjs/forms/FormCheckBox/index.native.js +119 -0
  45. package/dist/cjs/forms/FormCheckBox/index.native.js.map +6 -0
  46. package/dist/cjs/forms/FormField.js +16 -21
  47. package/dist/cjs/forms/FormField.js.map +2 -2
  48. package/dist/cjs/forms/FormField.native.js +36 -0
  49. package/dist/cjs/forms/FormField.native.js.map +6 -0
  50. package/dist/cjs/forms/FormInput/FormInput.stories.js +10 -24
  51. package/dist/cjs/forms/FormInput/FormInput.stories.js.map +2 -2
  52. package/dist/cjs/forms/FormInput/FormInput.stories.native.js +41 -0
  53. package/dist/cjs/forms/FormInput/FormInput.stories.native.js.map +6 -0
  54. package/dist/cjs/forms/FormInput/index.js +24 -48
  55. package/dist/cjs/forms/FormInput/index.js.map +2 -2
  56. package/dist/cjs/forms/FormInput/index.native.js +80 -0
  57. package/dist/cjs/forms/FormInput/index.native.js.map +6 -0
  58. package/dist/cjs/forms/FormProgress/FormProgress.stories.js +37 -0
  59. package/dist/cjs/forms/FormProgress/FormProgress.stories.js.map +6 -0
  60. package/dist/cjs/forms/FormProgress/FormProgress.stories.native.js +45 -0
  61. package/dist/cjs/forms/FormProgress/FormProgress.stories.native.js.map +6 -0
  62. package/dist/cjs/forms/FormProgress/index.js +82 -0
  63. package/dist/cjs/forms/FormProgress/index.js.map +6 -0
  64. package/dist/cjs/forms/FormProgress/index.native.js +90 -0
  65. package/dist/cjs/forms/FormProgress/index.native.js.map +6 -0
  66. package/dist/cjs/forms/FormRadioGroup/FormRadioGroup.stories.js +10 -24
  67. package/dist/cjs/forms/FormRadioGroup/FormRadioGroup.stories.js.map +2 -2
  68. package/dist/cjs/forms/FormRadioGroup/FormRadioGroup.stories.native.js +53 -0
  69. package/dist/cjs/forms/FormRadioGroup/FormRadioGroup.stories.native.js.map +6 -0
  70. package/dist/cjs/forms/FormRadioGroup/index.js +27 -46
  71. package/dist/cjs/forms/FormRadioGroup/index.js.map +2 -2
  72. package/dist/cjs/forms/FormRadioGroup/index.native.js +88 -0
  73. package/dist/cjs/forms/FormRadioGroup/index.native.js.map +6 -0
  74. package/dist/cjs/forms/FormSelectSimple/FormSelectSimple.stories.js +12 -23
  75. package/dist/cjs/forms/FormSelectSimple/FormSelectSimple.stories.js.map +2 -2
  76. package/dist/cjs/forms/FormSelectSimple/FormSelectSimple.stories.native.js +41 -0
  77. package/dist/cjs/forms/FormSelectSimple/FormSelectSimple.stories.native.js.map +6 -0
  78. package/dist/cjs/forms/FormSelectSimple/index.js +21 -43
  79. package/dist/cjs/forms/FormSelectSimple/index.js.map +2 -2
  80. package/dist/cjs/forms/FormSelectSimple/index.native.js +77 -0
  81. package/dist/cjs/forms/FormSelectSimple/index.native.js.map +6 -0
  82. package/dist/cjs/forms/FormSlider/FormSlider.stories.js +7 -22
  83. package/dist/cjs/forms/FormSlider/FormSlider.stories.js.map +2 -2
  84. package/dist/cjs/forms/FormSlider/FormSlider.stories.native.js +41 -0
  85. package/dist/cjs/forms/FormSlider/FormSlider.stories.native.js.map +6 -0
  86. package/dist/cjs/forms/FormSlider/index.js +46 -59
  87. package/dist/cjs/forms/FormSlider/index.js.map +2 -2
  88. package/dist/cjs/forms/FormSlider/index.native.js +95 -0
  89. package/dist/cjs/forms/FormSlider/index.native.js.map +6 -0
  90. package/dist/cjs/forms/FormSubmitButton/FormSubmitButton.stories.js +7 -24
  91. package/dist/cjs/forms/FormSubmitButton/FormSubmitButton.stories.js.map +2 -2
  92. package/dist/cjs/forms/FormSubmitButton/FormSubmitButton.stories.native.js +41 -0
  93. package/dist/cjs/forms/FormSubmitButton/FormSubmitButton.stories.native.js.map +6 -0
  94. package/dist/cjs/forms/FormSubmitButton/index.js +10 -29
  95. package/dist/cjs/forms/FormSubmitButton/index.js.map +2 -2
  96. package/dist/cjs/forms/FormSubmitButton/index.native.js +51 -0
  97. package/dist/cjs/forms/FormSubmitButton/index.native.js.map +6 -0
  98. package/dist/cjs/forms/FormSwitch/FormSwitch.stories.js +16 -22
  99. package/dist/cjs/forms/FormSwitch/FormSwitch.stories.js.map +2 -2
  100. package/dist/cjs/forms/FormSwitch/FormSwitch.stories.native.js +50 -0
  101. package/dist/cjs/forms/FormSwitch/FormSwitch.stories.native.js.map +6 -0
  102. package/dist/cjs/forms/FormSwitch/index.js +27 -51
  103. package/dist/cjs/forms/FormSwitch/index.js.map +2 -2
  104. package/dist/cjs/forms/FormSwitch/index.native.js +87 -0
  105. package/dist/cjs/forms/FormSwitch/index.native.js.map +6 -0
  106. package/dist/cjs/forms/FormTextArea/FormTextArea.stories.js +16 -22
  107. package/dist/cjs/forms/FormTextArea/FormTextArea.stories.js.map +2 -2
  108. package/dist/cjs/forms/FormTextArea/FormTextArea.stories.native.js +50 -0
  109. package/dist/cjs/forms/FormTextArea/FormTextArea.stories.native.js.map +6 -0
  110. package/dist/cjs/forms/FormTextArea/index.js +24 -48
  111. package/dist/cjs/forms/FormTextArea/index.js.map +2 -2
  112. package/dist/cjs/forms/FormTextArea/index.native.js +80 -0
  113. package/dist/cjs/forms/FormTextArea/index.native.js.map +6 -0
  114. package/dist/cjs/forms/SelectButton/OptionButton.js +13 -40
  115. package/dist/cjs/forms/SelectButton/OptionButton.js.map +2 -2
  116. package/dist/cjs/forms/SelectButton/OptionButton.native.js +85 -0
  117. package/dist/cjs/forms/SelectButton/OptionButton.native.js.map +6 -0
  118. package/dist/cjs/forms/SelectButton/SelectButton.stories.js +17 -25
  119. package/dist/cjs/forms/SelectButton/SelectButton.stories.js.map +2 -2
  120. package/dist/cjs/forms/SelectButton/SelectButton.stories.native.js +43 -0
  121. package/dist/cjs/forms/SelectButton/SelectButton.stories.native.js.map +6 -0
  122. package/dist/cjs/forms/SelectButton/context.js +5 -8
  123. package/dist/cjs/forms/SelectButton/context.js.map +1 -1
  124. package/dist/cjs/forms/SelectButton/context.native.js +26 -0
  125. package/dist/cjs/forms/SelectButton/context.native.js.map +6 -0
  126. package/dist/cjs/forms/SelectButton/index.js +19 -41
  127. package/dist/cjs/forms/SelectButton/index.js.map +2 -2
  128. package/dist/cjs/forms/SelectButton/index.native.js +67 -0
  129. package/dist/cjs/forms/SelectButton/index.native.js.map +6 -0
  130. package/dist/cjs/forms/SelectSimple/SelectSimple.stories.js +12 -24
  131. package/dist/cjs/forms/SelectSimple/SelectSimple.stories.js.map +2 -2
  132. package/dist/cjs/forms/SelectSimple/SelectSimple.stories.native.js +41 -0
  133. package/dist/cjs/forms/SelectSimple/SelectSimple.stories.native.js.map +6 -0
  134. package/dist/cjs/forms/SelectSimple/index.js +15 -21
  135. package/dist/cjs/forms/SelectSimple/index.js.map +2 -2
  136. package/dist/cjs/forms/SelectSimple/index.native.js +48 -0
  137. package/dist/cjs/forms/SelectSimple/index.native.js.map +6 -0
  138. package/dist/cjs/forms/SimpleForm/SimpleForm.stories.js +35 -27
  139. package/dist/cjs/forms/SimpleForm/SimpleForm.stories.js.map +2 -2
  140. package/dist/cjs/forms/SimpleForm/SimpleForm.stories.native.js +53 -0
  141. package/dist/cjs/forms/SimpleForm/SimpleForm.stories.native.js.map +6 -0
  142. package/dist/cjs/forms/SimpleForm/index.js +7 -22
  143. package/dist/cjs/forms/SimpleForm/index.js.map +2 -2
  144. package/dist/cjs/forms/SimpleForm/index.native.js +65 -0
  145. package/dist/cjs/forms/SimpleForm/index.native.js.map +6 -0
  146. package/dist/cjs/forms/index.js +4 -7
  147. package/dist/cjs/forms/index.js.map +1 -1
  148. package/dist/cjs/forms/index.native.js +41 -0
  149. package/dist/cjs/forms/index.native.js.map +6 -0
  150. package/dist/cjs/forms/types.js +3 -5
  151. package/dist/cjs/forms/types.js.map +1 -1
  152. package/dist/cjs/{hooks/useAssets/types.js → forms/types.native.js} +3 -5
  153. package/dist/cjs/forms/types.native.js.map +6 -0
  154. package/dist/cjs/global.js +3 -5
  155. package/dist/cjs/global.js.map +1 -1
  156. package/dist/cjs/global.native.js +14 -0
  157. package/dist/cjs/global.native.js.map +6 -0
  158. package/dist/cjs/helpers.js +7 -25
  159. package/dist/cjs/helpers.js.map +2 -2
  160. package/dist/cjs/helpers.native.js +36 -0
  161. package/dist/cjs/helpers.native.js.map +6 -0
  162. package/dist/cjs/hooks/index.js +4 -7
  163. package/dist/cjs/hooks/index.js.map +1 -1
  164. package/dist/cjs/hooks/index.native.js +21 -0
  165. package/dist/cjs/hooks/index.native.js.map +6 -0
  166. package/dist/cjs/hooks/useAnimationDriverToggle.js +6 -10
  167. package/dist/cjs/hooks/useAnimationDriverToggle.js.map +1 -1
  168. package/dist/cjs/hooks/useAnimationDriverToggle.native.js +31 -0
  169. package/dist/cjs/hooks/useAnimationDriverToggle.native.js.map +6 -0
  170. package/dist/cjs/hooks/useAssets/index.js +7 -22
  171. package/dist/cjs/hooks/useAssets/index.js.map +1 -1
  172. package/dist/cjs/hooks/useAssets/index.native.js +11 -29
  173. package/dist/cjs/hooks/useAssets/index.native.js.map +1 -1
  174. package/dist/cjs/hooks/useClipboard.js +12 -21
  175. package/dist/cjs/hooks/useClipboard.js.map +1 -1
  176. package/dist/cjs/hooks/useClipboard.native.js +41 -0
  177. package/dist/cjs/hooks/useClipboard.native.js.map +6 -0
  178. package/dist/cjs/images/SimpleImage/index.js +85 -143
  179. package/dist/cjs/images/SimpleImage/index.js.map +2 -2
  180. package/dist/cjs/images/SimpleImage/index.native.js +116 -0
  181. package/dist/cjs/images/SimpleImage/index.native.js.map +6 -0
  182. package/dist/cjs/images/SimpleImage/index.stories.js +39 -31
  183. package/dist/cjs/images/SimpleImage/index.stories.js.map +2 -2
  184. package/dist/cjs/images/SimpleImage/index.stories.native.js +107 -0
  185. package/dist/cjs/images/SimpleImage/index.stories.native.js.map +6 -0
  186. package/dist/cjs/images/Svg/Svg.stories.js +8 -24
  187. package/dist/cjs/images/Svg/Svg.stories.js.map +2 -2
  188. package/dist/cjs/images/Svg/Svg.stories.native.js +50 -0
  189. package/dist/cjs/images/Svg/Svg.stories.native.js.map +6 -0
  190. package/dist/cjs/images/Svg/index.js +6 -10
  191. package/dist/cjs/images/Svg/index.js.map +1 -1
  192. package/dist/cjs/images/Svg/index.native.js +6 -10
  193. package/dist/cjs/images/Svg/index.native.js.map +1 -1
  194. package/dist/cjs/images/SvgUri/index.js +7 -21
  195. package/dist/cjs/images/SvgUri/index.js.map +2 -2
  196. package/dist/cjs/images/SvgUri/index.native.js +6 -10
  197. package/dist/cjs/images/SvgUri/index.native.js.map +1 -1
  198. package/dist/cjs/images/index.js +6 -9
  199. package/dist/cjs/images/index.js.map +1 -1
  200. package/dist/cjs/images/index.native.js +21 -0
  201. package/dist/cjs/images/index.native.js.map +6 -0
  202. package/dist/cjs/index.js +4 -7
  203. package/dist/cjs/index.js.map +1 -1
  204. package/dist/cjs/index.native.js +37 -0
  205. package/dist/cjs/index.native.js.map +6 -0
  206. package/dist/cjs/layouts/Debug/DebugLayout.stories.js +7 -25
  207. package/dist/cjs/layouts/Debug/DebugLayout.stories.js.map +2 -2
  208. package/dist/cjs/layouts/Debug/DebugLayout.stories.native.js +40 -0
  209. package/dist/cjs/layouts/Debug/DebugLayout.stories.native.js.map +6 -0
  210. package/dist/cjs/layouts/Debug/index.js +61 -73
  211. package/dist/cjs/layouts/Debug/index.js.map +2 -2
  212. package/dist/cjs/layouts/Debug/index.native.js +107 -0
  213. package/dist/cjs/layouts/Debug/index.native.js.map +6 -0
  214. package/dist/cjs/layouts/index.js +4 -7
  215. package/dist/cjs/layouts/index.js.map +1 -1
  216. package/dist/cjs/layouts/index.native.js +19 -0
  217. package/dist/cjs/layouts/index.native.js.map +6 -0
  218. package/dist/cjs/mdx/ExternalIcon/ExternalIcon.stories.js +7 -22
  219. package/dist/cjs/mdx/ExternalIcon/ExternalIcon.stories.js.map +2 -2
  220. package/dist/cjs/mdx/ExternalIcon/ExternalIcon.stories.native.js +40 -0
  221. package/dist/cjs/mdx/ExternalIcon/ExternalIcon.stories.native.js.map +6 -0
  222. package/dist/cjs/mdx/ExternalIcon/index.js +8 -22
  223. package/dist/cjs/mdx/ExternalIcon/index.js.map +2 -2
  224. package/dist/cjs/mdx/ExternalIcon/index.native.js +42 -0
  225. package/dist/cjs/mdx/ExternalIcon/index.native.js.map +6 -0
  226. package/dist/cjs/mdx/HR/HR.stories.js +7 -22
  227. package/dist/cjs/mdx/HR/HR.stories.js.map +2 -2
  228. package/dist/cjs/mdx/HR/HR.stories.native.js +39 -0
  229. package/dist/cjs/mdx/HR/HR.stories.native.js.map +6 -0
  230. package/dist/cjs/mdx/HR/index.js +10 -21
  231. package/dist/cjs/mdx/HR/index.js.map +2 -2
  232. package/dist/cjs/mdx/HR/index.native.js +34 -0
  233. package/dist/cjs/mdx/HR/index.native.js.map +6 -0
  234. package/dist/cjs/mdx/LI/LI.stories.js +7 -23
  235. package/dist/cjs/mdx/LI/LI.stories.js.map +2 -2
  236. package/dist/cjs/mdx/LI/LI.stories.native.js +39 -0
  237. package/dist/cjs/mdx/LI/LI.stories.native.js.map +6 -0
  238. package/dist/cjs/mdx/LI/index.js +5 -8
  239. package/dist/cjs/mdx/LI/index.js.map +1 -1
  240. package/dist/cjs/mdx/LI/index.native.js +31 -0
  241. package/dist/cjs/mdx/LI/index.native.js.map +6 -0
  242. package/dist/cjs/mdx/MDX/MDX.stories.js +8 -24
  243. package/dist/cjs/mdx/MDX/MDX.stories.js.map +2 -2
  244. package/dist/cjs/mdx/MDX/MDX.stories.native.js +77 -0
  245. package/dist/cjs/mdx/MDX/MDX.stories.native.js.map +6 -0
  246. package/dist/cjs/mdx/MDX/index.js +9 -32
  247. package/dist/cjs/mdx/MDX/index.js.map +2 -2
  248. package/dist/cjs/mdx/MDX/index.native.js +47 -0
  249. package/dist/cjs/mdx/MDX/index.native.js.map +6 -0
  250. package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlock.stories.js +44 -25
  251. package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlock.stories.js.map +2 -2
  252. package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js +48 -0
  253. package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js.map +6 -0
  254. package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlockContext.js +5 -8
  255. package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlockContext.js.map +1 -1
  256. package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlockContext.native.js +26 -0
  257. package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlockContext.native.js.map +6 -0
  258. package/dist/cjs/mdx/MDXCodeBlock/index.js +79 -103
  259. package/dist/cjs/mdx/MDXCodeBlock/index.js.map +2 -2
  260. package/dist/cjs/mdx/MDXCodeBlock/index.native.js +130 -0
  261. package/dist/cjs/mdx/MDXCodeBlock/index.native.js.map +6 -0
  262. package/dist/cjs/mdx/UL/UL.stories.js +7 -23
  263. package/dist/cjs/mdx/UL/UL.stories.js.map +2 -2
  264. package/dist/cjs/mdx/UL/UL.stories.native.js +39 -0
  265. package/dist/cjs/mdx/UL/UL.stories.native.js.map +6 -0
  266. package/dist/cjs/mdx/UL/index.js +5 -8
  267. package/dist/cjs/mdx/UL/index.js.map +1 -1
  268. package/dist/cjs/mdx/UL/index.native.js +31 -0
  269. package/dist/cjs/mdx/UL/index.native.js.map +6 -0
  270. package/dist/cjs/mdx/components.js +70 -99
  271. package/dist/cjs/mdx/components.js.map +1 -1
  272. package/dist/cjs/mdx/components.native.js +118 -0
  273. package/dist/cjs/mdx/components.native.js.map +6 -0
  274. package/dist/cjs/mdx/hooks/index.js +4 -7
  275. package/dist/cjs/mdx/hooks/index.js.map +1 -1
  276. package/dist/cjs/mdx/hooks/index.native.js +23 -0
  277. package/dist/cjs/mdx/hooks/index.native.js.map +6 -0
  278. package/dist/cjs/mdx/hooks/useCompileAndEvaluateMdx.js +8 -15
  279. package/dist/cjs/mdx/hooks/useCompileAndEvaluateMdx.js.map +1 -1
  280. package/dist/cjs/mdx/hooks/useCompileAndEvaluateMdx.native.js +29 -0
  281. package/dist/cjs/mdx/hooks/useCompileAndEvaluateMdx.native.js.map +6 -0
  282. package/dist/cjs/mdx/hooks/useCompileMdx.js +14 -25
  283. package/dist/cjs/mdx/hooks/useCompileMdx.js.map +1 -1
  284. package/dist/cjs/mdx/hooks/useCompileMdx.native.js +77 -0
  285. package/dist/cjs/mdx/hooks/useCompileMdx.native.js.map +6 -0
  286. package/dist/cjs/mdx/hooks/useEvaluateMdx.js +11 -20
  287. package/dist/cjs/mdx/hooks/useEvaluateMdx.js.map +1 -1
  288. package/dist/cjs/mdx/hooks/useEvaluateMdx.native.js +49 -0
  289. package/dist/cjs/mdx/hooks/useEvaluateMdx.native.js.map +6 -0
  290. package/dist/cjs/mdx/index.js +4 -7
  291. package/dist/cjs/mdx/index.js.map +1 -1
  292. package/dist/cjs/mdx/index.native.js +33 -0
  293. package/dist/cjs/mdx/index.native.js.map +6 -0
  294. package/dist/cjs/mdx/util/rehypeHighlightCode.js +11 -25
  295. package/dist/cjs/mdx/util/rehypeHighlightCode.js.map +1 -1
  296. package/dist/cjs/mdx/util/rehypeHighlightCode.native.js +47 -0
  297. package/dist/cjs/mdx/util/rehypeHighlightCode.native.js.map +6 -0
  298. package/dist/cjs/mdx/util/rehypeHighlightLine.js +27 -53
  299. package/dist/cjs/mdx/util/rehypeHighlightLine.js.map +1 -1
  300. package/dist/cjs/mdx/util/rehypeHighlightLine.native.js +105 -0
  301. package/dist/cjs/mdx/util/rehypeHighlightLine.native.js.map +6 -0
  302. package/dist/cjs/mdx/util/rehypeHighlightWord.js +10 -19
  303. package/dist/cjs/mdx/util/rehypeHighlightWord.js.map +1 -1
  304. package/dist/cjs/mdx/util/rehypeHighlightWord.native.js +38 -0
  305. package/dist/cjs/mdx/util/rehypeHighlightWord.native.js.map +6 -0
  306. package/dist/cjs/mdx/util/rehypeMetaAttributes.js +7 -13
  307. package/dist/cjs/mdx/util/rehypeMetaAttributes.js.map +1 -1
  308. package/dist/cjs/mdx/util/rehypeMetaAttributes.native.js +37 -0
  309. package/dist/cjs/mdx/util/rehypeMetaAttributes.native.js.map +6 -0
  310. package/dist/cjs/organize/SimpleAccordion/SimpleAccordion.stories.js +35 -0
  311. package/dist/cjs/organize/SimpleAccordion/SimpleAccordion.stories.js.map +6 -0
  312. package/dist/cjs/organize/SimpleAccordion/SimpleAccordion.stories.native.js +43 -0
  313. package/dist/cjs/organize/SimpleAccordion/SimpleAccordion.stories.native.js.map +6 -0
  314. package/dist/cjs/organize/SimpleAccordion/index.js +28 -0
  315. package/dist/cjs/organize/SimpleAccordion/index.js.map +6 -0
  316. package/dist/cjs/organize/SimpleAccordion/index.native.js +36 -0
  317. package/dist/cjs/organize/SimpleAccordion/index.native.js.map +6 -0
  318. package/dist/cjs/organize/SimpleTabs/SimpleTabs.stories.js +59 -0
  319. package/dist/cjs/organize/SimpleTabs/SimpleTabs.stories.js.map +6 -0
  320. package/dist/cjs/organize/SimpleTabs/SimpleTabs.stories.native.js +45 -0
  321. package/dist/cjs/organize/SimpleTabs/SimpleTabs.stories.native.js.map +6 -0
  322. package/dist/cjs/organize/SimpleTabs/index.js +121 -0
  323. package/dist/cjs/organize/SimpleTabs/index.js.map +6 -0
  324. package/dist/cjs/organize/SimpleTabs/index.native.js +121 -0
  325. package/dist/cjs/organize/SimpleTabs/index.native.js.map +6 -0
  326. package/dist/cjs/panels/SimpleAlertDialog/SImpleAlertDialog.stories.js +44 -26
  327. package/dist/cjs/panels/SimpleAlertDialog/SImpleAlertDialog.stories.js.map +2 -2
  328. package/dist/cjs/panels/SimpleAlertDialog/SImpleAlertDialog.stories.native.js +77 -0
  329. package/dist/cjs/panels/SimpleAlertDialog/SImpleAlertDialog.stories.native.js.map +6 -0
  330. package/dist/cjs/panels/SimpleAlertDialog/index.js +51 -46
  331. package/dist/cjs/panels/SimpleAlertDialog/index.js.map +1 -1
  332. package/dist/cjs/panels/SimpleAlertDialog/index.native.js +85 -0
  333. package/dist/cjs/panels/SimpleAlertDialog/index.native.js.map +6 -0
  334. package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.js +22 -29
  335. package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.js.map +2 -2
  336. package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.native.js +53 -0
  337. package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.native.js.map +6 -0
  338. package/dist/cjs/panels/SimpleDialog/index.js +50 -52
  339. package/dist/cjs/panels/SimpleDialog/index.js.map +1 -1
  340. package/dist/cjs/panels/SimpleDialog/index.native.js +84 -0
  341. package/dist/cjs/panels/SimpleDialog/index.native.js.map +6 -0
  342. package/dist/cjs/panels/SimplePopover/SimplePopover.stories.js +55 -25
  343. package/dist/cjs/panels/SimplePopover/SimplePopover.stories.js.map +2 -2
  344. package/dist/cjs/panels/SimplePopover/SimplePopover.stories.native.js +79 -0
  345. package/dist/cjs/panels/SimplePopover/SimplePopover.stories.native.js.map +6 -0
  346. package/dist/cjs/panels/SimplePopover/index.js +71 -39
  347. package/dist/cjs/panels/SimplePopover/index.js.map +2 -2
  348. package/dist/cjs/panels/SimplePopover/index.native.js +87 -0
  349. package/dist/cjs/panels/SimplePopover/index.native.js.map +6 -0
  350. package/dist/cjs/panels/SimpleSheet/SimpleSheet.stories.js +7 -22
  351. package/dist/cjs/panels/SimpleSheet/SimpleSheet.stories.js.map +2 -2
  352. package/dist/cjs/panels/SimpleSheet/SimpleSheet.stories.native.js +41 -0
  353. package/dist/cjs/panels/SimpleSheet/SimpleSheet.stories.native.js.map +6 -0
  354. package/dist/cjs/panels/SimpleSheet/index.js +65 -65
  355. package/dist/cjs/panels/SimpleSheet/index.js.map +2 -2
  356. package/dist/cjs/panels/SimpleSheet/index.native.js +93 -0
  357. package/dist/cjs/panels/SimpleSheet/index.native.js.map +6 -0
  358. package/dist/cjs/panels/SimpleToast/SimpleToast.stories.js +41 -0
  359. package/dist/cjs/panels/SimpleToast/SimpleToast.stories.js.map +6 -0
  360. package/dist/cjs/panels/SimpleToast/SimpleToast.stories.native.js +46 -0
  361. package/dist/cjs/panels/SimpleToast/SimpleToast.stories.native.js.map +6 -0
  362. package/dist/cjs/panels/SimpleToast/index.js +45 -0
  363. package/dist/cjs/panels/SimpleToast/index.js.map +6 -0
  364. package/dist/cjs/panels/SimpleToast/index.native.js +50 -0
  365. package/dist/cjs/panels/SimpleToast/index.native.js.map +6 -0
  366. package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.js +10 -26
  367. package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.js.map +2 -2
  368. package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.native.js +46 -0
  369. package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.native.js.map +6 -0
  370. package/dist/cjs/panels/SimpleTooltip/index.js +31 -40
  371. package/dist/cjs/panels/SimpleTooltip/index.js.map +2 -2
  372. package/dist/cjs/panels/SimpleTooltip/index.native.js +63 -0
  373. package/dist/cjs/panels/SimpleTooltip/index.native.js.map +6 -0
  374. package/dist/cjs/panels/index.js +4 -7
  375. package/dist/cjs/panels/index.js.map +1 -1
  376. package/dist/cjs/panels/index.native.js +27 -0
  377. package/dist/cjs/panels/index.native.js.map +6 -0
  378. package/dist/cjs/providers/AnimationDriverTogglerContextProvider.js +19 -42
  379. package/dist/cjs/providers/AnimationDriverTogglerContextProvider.js.map +2 -2
  380. package/dist/cjs/providers/AnimationDriverTogglerContextProvider.native.js +53 -0
  381. package/dist/cjs/providers/AnimationDriverTogglerContextProvider.native.js.map +6 -0
  382. package/dist/cjs/table/Table/Table.stories.js +50 -22
  383. package/dist/cjs/table/Table/Table.stories.js.map +2 -2
  384. package/dist/cjs/table/Table/Table.stories.native.js +41 -0
  385. package/dist/cjs/table/Table/Table.stories.native.js.map +6 -0
  386. package/dist/cjs/table/Table/index.js +11 -29
  387. package/dist/cjs/table/Table/index.js.map +2 -2
  388. package/dist/cjs/table/Table/index.native.js +46 -0
  389. package/dist/cjs/table/Table/index.native.js.map +6 -0
  390. package/dist/cjs/table/TableCell/index.js +7 -11
  391. package/dist/cjs/table/TableCell/index.js.map +1 -1
  392. package/dist/cjs/table/TableCell/index.native.js +54 -0
  393. package/dist/cjs/table/TableCell/index.native.js.map +6 -0
  394. package/dist/cjs/table/TableCol/index.js +6 -10
  395. package/dist/cjs/table/TableCol/index.js.map +1 -1
  396. package/dist/cjs/table/TableCol/index.native.js +34 -0
  397. package/dist/cjs/table/TableCol/index.native.js.map +6 -0
  398. package/dist/cjs/table/TableContext.js +5 -8
  399. package/dist/cjs/table/TableContext.js.map +1 -1
  400. package/dist/cjs/table/TableContext.native.js +26 -0
  401. package/dist/cjs/table/TableContext.native.js.map +6 -0
  402. package/dist/cjs/table/index.js +4 -7
  403. package/dist/cjs/table/index.js.map +1 -1
  404. package/dist/cjs/table/index.native.js +23 -0
  405. package/dist/cjs/table/index.native.js.map +6 -0
  406. package/dist/cjs/utils/setTinted.js +9 -15
  407. package/dist/cjs/utils/setTinted.js.map +1 -1
  408. package/dist/cjs/utils/setTinted.native.js +36 -0
  409. package/dist/cjs/utils/setTinted.native.js.map +6 -0
  410. package/dist/cjs/utils/unwrapText.js +8 -13
  411. package/dist/cjs/utils/unwrapText.js.map +1 -1
  412. package/dist/cjs/utils/unwrapText.native.js +39 -0
  413. package/dist/cjs/utils/unwrapText.native.js.map +6 -0
  414. package/dist/esm/ErrorBoundary/index.js +8 -10
  415. package/dist/esm/ErrorBoundary/index.js.map +1 -1
  416. package/dist/esm/code/Code/Code.stories.js +1 -2
  417. package/dist/esm/code/Code/Code.stories.js.map +1 -1
  418. package/dist/esm/code/Code/index.js +5 -2
  419. package/dist/esm/code/Code/index.js.map +1 -1
  420. package/dist/esm/code/CodeBlock/CodeBlock.stories.js +6 -7
  421. package/dist/esm/code/CodeBlock/CodeBlock.stories.js.map +1 -1
  422. package/dist/esm/code/CodeBlock/index.js +5 -5
  423. package/dist/esm/code/CodeBlock/index.js.map +1 -1
  424. package/dist/esm/component/SimpleInput/SimpleInput.stories.js +19 -0
  425. package/dist/esm/component/SimpleInput/SimpleInput.stories.js.map +6 -0
  426. package/dist/esm/component/SimpleInput/index.js +131 -0
  427. package/dist/esm/component/SimpleInput/index.js.map +6 -0
  428. package/dist/esm/forms/FormCheckBox/FormCheckBox.stories.js +37 -3
  429. package/dist/esm/forms/FormCheckBox/FormCheckBox.stories.js.map +1 -1
  430. package/dist/esm/forms/FormCheckBox/index.js +57 -58
  431. package/dist/esm/forms/FormCheckBox/index.js.map +1 -1
  432. package/dist/esm/forms/FormField.js +11 -2
  433. package/dist/esm/forms/FormField.js.map +1 -1
  434. package/dist/esm/forms/FormInput/FormInput.stories.js +5 -2
  435. package/dist/esm/forms/FormInput/FormInput.stories.js.map +1 -1
  436. package/dist/esm/forms/FormInput/index.js +20 -27
  437. package/dist/esm/forms/FormInput/index.js.map +1 -1
  438. package/dist/esm/forms/FormProgress/FormProgress.stories.js +18 -0
  439. package/dist/esm/forms/FormProgress/FormProgress.stories.js.map +6 -0
  440. package/dist/esm/forms/FormProgress/index.js +66 -0
  441. package/dist/esm/forms/FormProgress/index.js.map +6 -0
  442. package/dist/esm/forms/FormRadioGroup/FormRadioGroup.stories.js +6 -4
  443. package/dist/esm/forms/FormRadioGroup/FormRadioGroup.stories.js.map +1 -1
  444. package/dist/esm/forms/FormRadioGroup/index.js +24 -25
  445. package/dist/esm/forms/FormRadioGroup/index.js.map +1 -1
  446. package/dist/esm/forms/FormSelectSimple/FormSelectSimple.stories.js +7 -2
  447. package/dist/esm/forms/FormSelectSimple/FormSelectSimple.stories.js.map +1 -1
  448. package/dist/esm/forms/FormSelectSimple/index.js +17 -22
  449. package/dist/esm/forms/FormSelectSimple/index.js.map +1 -1
  450. package/dist/esm/forms/FormSlider/FormSlider.stories.js +3 -2
  451. package/dist/esm/forms/FormSlider/FormSlider.stories.js.map +1 -1
  452. package/dist/esm/forms/FormSlider/index.js +41 -37
  453. package/dist/esm/forms/FormSlider/index.js.map +1 -1
  454. package/dist/esm/forms/FormSubmitButton/FormSubmitButton.stories.js +2 -2
  455. package/dist/esm/forms/FormSubmitButton/FormSubmitButton.stories.js.map +1 -1
  456. package/dist/esm/forms/FormSubmitButton/index.js +5 -9
  457. package/dist/esm/forms/FormSubmitButton/index.js.map +1 -1
  458. package/dist/esm/forms/FormSwitch/FormSwitch.stories.js +12 -2
  459. package/dist/esm/forms/FormSwitch/FormSwitch.stories.js.map +1 -1
  460. package/dist/esm/forms/FormSwitch/index.js +24 -31
  461. package/dist/esm/forms/FormSwitch/index.js.map +1 -1
  462. package/dist/esm/forms/FormTextArea/FormTextArea.stories.js +12 -2
  463. package/dist/esm/forms/FormTextArea/FormTextArea.stories.js.map +1 -1
  464. package/dist/esm/forms/FormTextArea/index.js +20 -27
  465. package/dist/esm/forms/FormTextArea/index.js.map +1 -1
  466. package/dist/esm/forms/SelectButton/OptionButton.js +9 -20
  467. package/dist/esm/forms/SelectButton/OptionButton.js.map +1 -1
  468. package/dist/esm/forms/SelectButton/SelectButton.stories.js +12 -3
  469. package/dist/esm/forms/SelectButton/SelectButton.stories.js.map +1 -1
  470. package/dist/esm/forms/SelectButton/index.js +16 -21
  471. package/dist/esm/forms/SelectButton/index.js.map +1 -1
  472. package/dist/esm/forms/SelectSimple/SelectSimple.stories.js +7 -2
  473. package/dist/esm/forms/SelectSimple/SelectSimple.stories.js.map +1 -1
  474. package/dist/esm/forms/SelectSimple/index.js +10 -2
  475. package/dist/esm/forms/SelectSimple/index.js.map +1 -1
  476. package/dist/esm/forms/SimpleForm/SimpleForm.stories.js +33 -2
  477. package/dist/esm/forms/SimpleForm/SimpleForm.stories.js.map +1 -1
  478. package/dist/esm/forms/SimpleForm/index.js +2 -2
  479. package/dist/esm/forms/SimpleForm/index.js.map +1 -1
  480. package/dist/esm/helpers.js +2 -5
  481. package/dist/esm/helpers.js.map +1 -1
  482. package/dist/esm/hooks/useAssets/index.js +2 -14
  483. package/dist/esm/hooks/useAssets/index.js.map +1 -1
  484. package/dist/esm/hooks/useAssets/index.native.js +4 -10
  485. package/dist/esm/hooks/useAssets/index.native.js.map +1 -1
  486. package/dist/esm/hooks/useClipboard.js +6 -11
  487. package/dist/esm/hooks/useClipboard.js.map +1 -1
  488. package/dist/esm/images/SimpleImage/index.js +84 -124
  489. package/dist/esm/images/SimpleImage/index.js.map +2 -2
  490. package/dist/esm/images/SimpleImage/index.stories.js +32 -8
  491. package/dist/esm/images/SimpleImage/index.stories.js.map +1 -1
  492. package/dist/esm/images/Svg/Svg.stories.js +3 -3
  493. package/dist/esm/images/Svg/Svg.stories.js.map +1 -1
  494. package/dist/esm/images/SvgUri/index.js +2 -3
  495. package/dist/esm/images/SvgUri/index.js.map +1 -1
  496. package/dist/esm/images/index.js +1 -1
  497. package/dist/esm/layouts/Debug/DebugLayout.stories.js +2 -3
  498. package/dist/esm/layouts/Debug/DebugLayout.stories.js.map +1 -1
  499. package/dist/esm/layouts/Debug/index.js +56 -50
  500. package/dist/esm/layouts/Debug/index.js.map +1 -1
  501. package/dist/esm/mdx/ExternalIcon/ExternalIcon.stories.js +2 -3
  502. package/dist/esm/mdx/ExternalIcon/ExternalIcon.stories.js.map +1 -1
  503. package/dist/esm/mdx/ExternalIcon/index.js +3 -3
  504. package/dist/esm/mdx/ExternalIcon/index.js.map +1 -1
  505. package/dist/esm/mdx/HR/HR.stories.js +2 -2
  506. package/dist/esm/mdx/HR/HR.stories.js.map +1 -1
  507. package/dist/esm/mdx/HR/index.js +5 -2
  508. package/dist/esm/mdx/HR/index.js.map +1 -1
  509. package/dist/esm/mdx/LI/LI.stories.js +2 -2
  510. package/dist/esm/mdx/LI/LI.stories.js.map +1 -1
  511. package/dist/esm/mdx/MDX/MDX.stories.js +3 -5
  512. package/dist/esm/mdx/MDX/MDX.stories.js.map +1 -1
  513. package/dist/esm/mdx/MDX/index.js +4 -11
  514. package/dist/esm/mdx/MDX/index.js.map +1 -1
  515. package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlock.stories.js +39 -5
  516. package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlock.stories.js.map +1 -1
  517. package/dist/esm/mdx/MDXCodeBlock/index.js +75 -76
  518. package/dist/esm/mdx/MDXCodeBlock/index.js.map +1 -1
  519. package/dist/esm/mdx/UL/UL.stories.js +2 -2
  520. package/dist/esm/mdx/UL/UL.stories.js.map +1 -1
  521. package/dist/esm/mdx/components.js +63 -76
  522. package/dist/esm/mdx/components.js.map +1 -1
  523. package/dist/esm/mdx/hooks/useCompileAndEvaluateMdx.js +2 -5
  524. package/dist/esm/mdx/hooks/useCompileAndEvaluateMdx.js.map +1 -1
  525. package/dist/esm/mdx/hooks/useCompileMdx.js +9 -15
  526. package/dist/esm/mdx/hooks/useCompileMdx.js.map +1 -1
  527. package/dist/esm/mdx/hooks/useEvaluateMdx.js +3 -6
  528. package/dist/esm/mdx/hooks/useEvaluateMdx.js.map +1 -1
  529. package/dist/esm/mdx/util/rehypeHighlightCode.js +3 -6
  530. package/dist/esm/mdx/util/rehypeHighlightCode.js.map +1 -1
  531. package/dist/esm/mdx/util/rehypeHighlightLine.js +19 -38
  532. package/dist/esm/mdx/util/rehypeHighlightLine.js.map +1 -1
  533. package/dist/esm/mdx/util/rehypeHighlightWord.js +2 -4
  534. package/dist/esm/mdx/util/rehypeHighlightWord.js.map +1 -1
  535. package/dist/esm/mdx/util/rehypeMetaAttributes.js +2 -5
  536. package/dist/esm/mdx/util/rehypeMetaAttributes.js.map +1 -1
  537. package/dist/esm/organize/SimpleAccordion/SimpleAccordion.stories.js +17 -0
  538. package/dist/esm/organize/SimpleAccordion/SimpleAccordion.stories.js.map +6 -0
  539. package/dist/esm/organize/SimpleAccordion/index.js +9 -0
  540. package/dist/esm/organize/SimpleAccordion/index.js.map +6 -0
  541. package/dist/esm/organize/SimpleTabs/SimpleTabs.stories.js +41 -0
  542. package/dist/esm/organize/SimpleTabs/SimpleTabs.stories.js.map +6 -0
  543. package/dist/esm/organize/SimpleTabs/index.js +94 -0
  544. package/dist/esm/organize/SimpleTabs/index.js.map +6 -0
  545. package/dist/esm/panels/SimpleAlertDialog/SImpleAlertDialog.stories.js +38 -7
  546. package/dist/esm/panels/SimpleAlertDialog/SImpleAlertDialog.stories.js.map +1 -1
  547. package/dist/esm/panels/SimpleAlertDialog/index.js +44 -32
  548. package/dist/esm/panels/SimpleAlertDialog/index.js.map +1 -1
  549. package/dist/esm/panels/SimpleDialog/SimpleDialog.stories.js +18 -8
  550. package/dist/esm/panels/SimpleDialog/SimpleDialog.stories.js.map +1 -1
  551. package/dist/esm/panels/SimpleDialog/index.js +43 -37
  552. package/dist/esm/panels/SimpleDialog/index.js.map +1 -1
  553. package/dist/esm/panels/SimplePopover/SimplePopover.stories.js +47 -5
  554. package/dist/esm/panels/SimplePopover/SimplePopover.stories.js.map +1 -1
  555. package/dist/esm/panels/SimplePopover/index.js +64 -25
  556. package/dist/esm/panels/SimplePopover/index.js.map +1 -1
  557. package/dist/esm/panels/SimpleSheet/SimpleSheet.stories.js +2 -3
  558. package/dist/esm/panels/SimpleSheet/SimpleSheet.stories.js.map +1 -1
  559. package/dist/esm/panels/SimpleSheet/index.js +57 -43
  560. package/dist/esm/panels/SimpleSheet/index.js.map +1 -1
  561. package/dist/esm/panels/SimpleToast/SimpleToast.stories.js +25 -0
  562. package/dist/esm/panels/SimpleToast/SimpleToast.stories.js.map +6 -0
  563. package/dist/esm/panels/SimpleToast/index.js +27 -0
  564. package/dist/esm/panels/SimpleToast/index.js.map +6 -0
  565. package/dist/esm/panels/SimpleTooltip/SimpleTooltip.stories.js +5 -6
  566. package/dist/esm/panels/SimpleTooltip/SimpleTooltip.stories.js.map +1 -1
  567. package/dist/esm/panels/SimpleTooltip/index.js +26 -21
  568. package/dist/esm/panels/SimpleTooltip/index.js.map +1 -1
  569. package/dist/esm/providers/AnimationDriverTogglerContextProvider.js +11 -19
  570. package/dist/esm/providers/AnimationDriverTogglerContextProvider.js.map +1 -1
  571. package/dist/esm/table/Table/Table.stories.js +45 -2
  572. package/dist/esm/table/Table/Table.stories.js.map +1 -1
  573. package/dist/esm/table/Table/index.js +6 -7
  574. package/dist/esm/table/Table/index.js.map +1 -1
  575. package/dist/esm/table/TableCell/index.js +1 -1
  576. package/dist/esm/utils/setTinted.js +4 -7
  577. package/dist/esm/utils/setTinted.js.map +1 -1
  578. package/dist/esm/utils/unwrapText.js +1 -4
  579. package/dist/esm/utils/unwrapText.js.map +1 -1
  580. package/dist/jsx/ErrorBoundary/index.js +6 -12
  581. package/dist/jsx/ErrorBoundary/index.js.map +1 -1
  582. package/dist/jsx/ErrorBoundary/index.native.js +22 -0
  583. package/dist/jsx/ErrorBoundary/index.native.js.map +6 -0
  584. package/dist/jsx/code/Code/Code.stories.js +1 -2
  585. package/dist/jsx/code/Code/Code.stories.js.map +1 -1
  586. package/dist/jsx/code/Code/{Code.stories.mjs → Code.stories.native.js} +2 -3
  587. package/dist/jsx/code/Code/{Code.stories.mjs.map → Code.stories.native.js.map} +1 -1
  588. package/dist/jsx/code/Code/index.js +5 -2
  589. package/dist/jsx/code/Code/index.js.map +1 -1
  590. package/dist/jsx/code/Code/{index.mjs → index.native.js} +6 -3
  591. package/dist/jsx/code/Code/index.native.js.map +6 -0
  592. package/dist/jsx/code/CodeBlock/CodeBlock.stories.js +6 -7
  593. package/dist/jsx/code/CodeBlock/CodeBlock.stories.js.map +1 -1
  594. package/dist/jsx/code/CodeBlock/{CodeBlock.stories.mjs → CodeBlock.stories.native.js} +7 -8
  595. package/dist/jsx/code/CodeBlock/{CodeBlock.stories.mjs.map → CodeBlock.stories.native.js.map} +1 -1
  596. package/dist/jsx/code/CodeBlock/index.js +1 -2
  597. package/dist/jsx/code/CodeBlock/index.js.map +1 -1
  598. package/dist/jsx/code/CodeBlock/{index.mjs → index.native.js} +3 -4
  599. package/dist/jsx/code/CodeBlock/index.native.js.map +6 -0
  600. package/dist/jsx/code/Pre/{index.mjs → index.native.js} +1 -1
  601. package/dist/jsx/code/{index.mjs → index.native.js} +1 -1
  602. package/dist/jsx/component/SimpleInput/SimpleInput.stories.js +18 -0
  603. package/dist/jsx/component/SimpleInput/SimpleInput.stories.js.map +6 -0
  604. package/dist/jsx/component/SimpleInput/SimpleInput.stories.native.js +18 -0
  605. package/dist/jsx/component/SimpleInput/SimpleInput.stories.native.js.map +6 -0
  606. package/dist/jsx/component/SimpleInput/index.js +114 -0
  607. package/dist/jsx/component/SimpleInput/index.js.map +6 -0
  608. package/dist/jsx/component/SimpleInput/index.native.js +117 -0
  609. package/dist/jsx/component/SimpleInput/index.native.js.map +6 -0
  610. package/dist/jsx/forms/FormCheckBox/FormCheckBox.stories.js +24 -2
  611. package/dist/jsx/forms/FormCheckBox/FormCheckBox.stories.js.map +1 -1
  612. package/dist/jsx/forms/FormCheckBox/FormCheckBox.stories.native.js +35 -0
  613. package/dist/jsx/forms/FormCheckBox/FormCheckBox.stories.native.js.map +6 -0
  614. package/dist/jsx/forms/FormCheckBox/index.js +19 -25
  615. package/dist/jsx/forms/FormCheckBox/index.js.map +1 -1
  616. package/dist/jsx/forms/FormCheckBox/{index.mjs → index.native.js} +24 -30
  617. package/dist/jsx/forms/FormCheckBox/index.native.js.map +6 -0
  618. package/dist/jsx/forms/FormField.js +1 -1
  619. package/dist/jsx/forms/{FormField.mjs → FormField.native.js} +2 -2
  620. package/dist/jsx/forms/FormInput/{FormInput.stories.mjs → FormInput.stories.native.js} +1 -1
  621. package/dist/jsx/forms/FormInput/index.js +5 -13
  622. package/dist/jsx/forms/FormInput/index.js.map +1 -1
  623. package/dist/jsx/forms/FormInput/{index.mjs → index.native.js} +6 -14
  624. package/dist/jsx/forms/FormInput/index.native.js.map +6 -0
  625. package/dist/jsx/forms/FormProgress/FormProgress.stories.js +17 -0
  626. package/dist/jsx/forms/FormProgress/FormProgress.stories.js.map +6 -0
  627. package/dist/jsx/forms/FormProgress/FormProgress.stories.native.js +17 -0
  628. package/dist/jsx/forms/FormProgress/FormProgress.stories.native.js.map +6 -0
  629. package/dist/jsx/forms/FormProgress/index.js +51 -0
  630. package/dist/jsx/forms/FormProgress/index.js.map +6 -0
  631. package/dist/jsx/forms/FormProgress/index.native.js +51 -0
  632. package/dist/jsx/forms/FormProgress/index.native.js.map +6 -0
  633. package/dist/jsx/forms/FormRadioGroup/FormRadioGroup.stories.js +2 -0
  634. package/dist/jsx/forms/FormRadioGroup/FormRadioGroup.stories.js.map +1 -1
  635. package/dist/jsx/forms/FormRadioGroup/{FormRadioGroup.stories.mjs → FormRadioGroup.stories.native.js} +3 -1
  636. package/dist/jsx/forms/FormRadioGroup/FormRadioGroup.stories.native.js.map +6 -0
  637. package/dist/jsx/forms/FormRadioGroup/index.js +4 -10
  638. package/dist/jsx/forms/FormRadioGroup/index.js.map +1 -1
  639. package/dist/jsx/forms/FormRadioGroup/{index.mjs → index.native.js} +5 -11
  640. package/dist/jsx/forms/FormRadioGroup/index.native.js.map +6 -0
  641. package/dist/jsx/forms/FormSelectSimple/{FormSelectSimple.stories.mjs → FormSelectSimple.stories.native.js} +1 -1
  642. package/dist/jsx/forms/FormSelectSimple/index.js +4 -10
  643. package/dist/jsx/forms/FormSelectSimple/index.js.map +1 -1
  644. package/dist/jsx/forms/FormSelectSimple/{index.mjs → index.native.js} +5 -11
  645. package/dist/jsx/forms/FormSelectSimple/index.native.js.map +6 -0
  646. package/dist/jsx/forms/FormSlider/FormSlider.stories.js +2 -1
  647. package/dist/jsx/forms/FormSlider/FormSlider.stories.js.map +1 -1
  648. package/dist/jsx/forms/FormSlider/{FormSlider.stories.mjs → FormSlider.stories.native.js} +3 -2
  649. package/dist/jsx/forms/FormSlider/FormSlider.stories.native.js.map +6 -0
  650. package/dist/jsx/forms/FormSlider/index.js +15 -19
  651. package/dist/jsx/forms/FormSlider/index.js.map +1 -1
  652. package/dist/jsx/forms/FormSlider/{index.mjs → index.native.js} +16 -20
  653. package/dist/jsx/forms/FormSlider/index.native.js.map +6 -0
  654. package/dist/jsx/forms/FormSubmitButton/{FormSubmitButton.stories.mjs → FormSubmitButton.stories.native.js} +1 -1
  655. package/dist/jsx/forms/FormSubmitButton/index.js +3 -7
  656. package/dist/jsx/forms/FormSubmitButton/index.js.map +1 -1
  657. package/dist/jsx/forms/FormSubmitButton/{index.mjs → index.native.js} +4 -8
  658. package/dist/jsx/forms/FormSubmitButton/{index.mjs.map → index.native.js.map} +1 -1
  659. package/dist/jsx/forms/FormSwitch/FormSwitch.stories.js +8 -1
  660. package/dist/jsx/forms/FormSwitch/FormSwitch.stories.js.map +1 -1
  661. package/dist/jsx/forms/FormSwitch/FormSwitch.stories.native.js +21 -0
  662. package/dist/jsx/forms/FormSwitch/FormSwitch.stories.native.js.map +6 -0
  663. package/dist/jsx/forms/FormSwitch/index.js +9 -17
  664. package/dist/jsx/forms/FormSwitch/index.js.map +1 -1
  665. package/dist/jsx/forms/FormSwitch/{index.mjs → index.native.js} +10 -18
  666. package/dist/jsx/forms/FormSwitch/index.native.js.map +6 -0
  667. package/dist/jsx/forms/FormTextArea/FormTextArea.stories.js +8 -1
  668. package/dist/jsx/forms/FormTextArea/FormTextArea.stories.js.map +1 -1
  669. package/dist/jsx/forms/FormTextArea/FormTextArea.stories.native.js +21 -0
  670. package/dist/jsx/forms/FormTextArea/FormTextArea.stories.native.js.map +6 -0
  671. package/dist/jsx/forms/FormTextArea/index.js +5 -13
  672. package/dist/jsx/forms/FormTextArea/index.js.map +1 -1
  673. package/dist/jsx/forms/FormTextArea/{index.mjs → index.native.js} +6 -14
  674. package/dist/jsx/forms/FormTextArea/index.native.js.map +6 -0
  675. package/dist/jsx/forms/SelectButton/OptionButton.js +6 -18
  676. package/dist/jsx/forms/SelectButton/OptionButton.js.map +1 -1
  677. package/dist/jsx/forms/SelectButton/{OptionButton.mjs → OptionButton.native.js} +7 -19
  678. package/dist/jsx/forms/SelectButton/OptionButton.native.js.map +6 -0
  679. package/dist/jsx/forms/SelectButton/SelectButton.stories.js +1 -2
  680. package/dist/jsx/forms/SelectButton/SelectButton.stories.js.map +1 -1
  681. package/dist/jsx/forms/SelectButton/{SelectButton.stories.mjs → SelectButton.stories.native.js} +2 -3
  682. package/dist/jsx/forms/SelectButton/{SelectButton.stories.mjs.map → SelectButton.stories.native.js.map} +1 -1
  683. package/dist/jsx/forms/SelectButton/{context.mjs → context.native.js} +1 -1
  684. package/dist/jsx/forms/SelectButton/index.js +13 -19
  685. package/dist/jsx/forms/SelectButton/index.js.map +1 -1
  686. package/dist/jsx/forms/SelectButton/index.native.js +42 -0
  687. package/dist/jsx/forms/SelectButton/index.native.js.map +6 -0
  688. package/dist/jsx/forms/SelectSimple/{SelectSimple.stories.mjs → SelectSimple.stories.native.js} +1 -1
  689. package/dist/jsx/forms/SelectSimple/index.js +2 -1
  690. package/dist/jsx/forms/SelectSimple/index.js.map +1 -1
  691. package/dist/jsx/forms/SelectSimple/{index.mjs → index.native.js} +3 -2
  692. package/dist/jsx/forms/SelectSimple/index.native.js.map +6 -0
  693. package/dist/jsx/forms/SimpleForm/SimpleForm.stories.js +15 -0
  694. package/dist/jsx/forms/SimpleForm/SimpleForm.stories.js.map +1 -1
  695. package/dist/jsx/forms/SimpleForm/{SimpleForm.stories.mjs → SimpleForm.stories.native.js} +16 -1
  696. package/dist/jsx/forms/SimpleForm/SimpleForm.stories.native.js.map +6 -0
  697. package/dist/jsx/forms/SimpleForm/{index.mjs → index.native.js} +1 -1
  698. package/dist/jsx/forms/{index.mjs → index.native.js} +1 -1
  699. package/dist/jsx/global.native.js +1 -0
  700. package/dist/jsx/helpers.js +1 -4
  701. package/dist/jsx/helpers.js.map +1 -1
  702. package/dist/jsx/{helpers.mjs → helpers.native.js} +2 -5
  703. package/dist/jsx/{helpers.mjs.map → helpers.native.js.map} +1 -1
  704. package/dist/jsx/hooks/{index.mjs → index.native.js} +1 -1
  705. package/dist/jsx/hooks/{useAnimationDriverToggle.mjs → useAnimationDriverToggle.native.js} +1 -1
  706. package/dist/jsx/hooks/useAssets/index.js +2 -14
  707. package/dist/jsx/hooks/useAssets/index.js.map +1 -1
  708. package/dist/jsx/hooks/useAssets/index.native.js +6 -21
  709. package/dist/jsx/hooks/useAssets/index.native.js.map +1 -1
  710. package/dist/jsx/hooks/useClipboard.js +6 -11
  711. package/dist/jsx/hooks/useClipboard.js.map +1 -1
  712. package/dist/jsx/hooks/useClipboard.native.js +21 -0
  713. package/dist/jsx/hooks/useClipboard.native.js.map +6 -0
  714. package/dist/jsx/images/SimpleImage/index.js +82 -118
  715. package/dist/jsx/images/SimpleImage/index.js.map +2 -2
  716. package/dist/jsx/images/SimpleImage/index.native.js +89 -0
  717. package/dist/jsx/images/SimpleImage/index.native.js.map +6 -0
  718. package/dist/jsx/images/SimpleImage/index.stories.js +20 -2
  719. package/dist/jsx/images/SimpleImage/index.stories.js.map +1 -1
  720. package/dist/jsx/images/SimpleImage/{index.stories.mjs → index.stories.native.js} +21 -3
  721. package/dist/jsx/images/SimpleImage/index.stories.native.js.map +6 -0
  722. package/dist/jsx/images/Svg/{Svg.stories.mjs → Svg.stories.native.js} +1 -1
  723. package/dist/jsx/images/SvgUri/index.js +1 -2
  724. package/dist/jsx/images/SvgUri/index.js.map +1 -1
  725. package/dist/jsx/images/index.js +1 -1
  726. package/dist/jsx/images/index.native.js +3 -0
  727. package/dist/jsx/{index.mjs → index.native.js} +1 -1
  728. package/dist/jsx/layouts/Debug/DebugLayout.stories.js +1 -2
  729. package/dist/jsx/layouts/Debug/DebugLayout.stories.js.map +1 -1
  730. package/dist/jsx/layouts/Debug/{DebugLayout.stories.mjs → DebugLayout.stories.native.js} +2 -3
  731. package/dist/jsx/layouts/Debug/{DebugLayout.stories.mjs.map → DebugLayout.stories.native.js.map} +1 -1
  732. package/dist/jsx/layouts/Debug/index.js +5 -16
  733. package/dist/jsx/layouts/Debug/index.js.map +1 -1
  734. package/dist/jsx/layouts/Debug/{index.mjs → index.native.js} +6 -17
  735. package/dist/jsx/layouts/Debug/index.native.js.map +6 -0
  736. package/dist/jsx/layouts/index.native.js +2 -0
  737. package/dist/jsx/mdx/ExternalIcon/ExternalIcon.stories.js +1 -2
  738. package/dist/jsx/mdx/ExternalIcon/ExternalIcon.stories.js.map +1 -1
  739. package/dist/jsx/mdx/ExternalIcon/{ExternalIcon.stories.mjs → ExternalIcon.stories.native.js} +2 -3
  740. package/dist/jsx/mdx/ExternalIcon/{ExternalIcon.stories.mjs.map → ExternalIcon.stories.native.js.map} +1 -1
  741. package/dist/jsx/mdx/ExternalIcon/{index.mjs → index.native.js} +1 -1
  742. package/dist/jsx/mdx/HR/{HR.stories.mjs → HR.stories.native.js} +1 -1
  743. package/dist/jsx/mdx/HR/{index.mjs → index.native.js} +1 -1
  744. package/dist/jsx/mdx/LI/{LI.stories.mjs → LI.stories.native.js} +1 -1
  745. package/dist/jsx/mdx/LI/{index.mjs → index.native.js} +1 -1
  746. package/dist/jsx/mdx/MDX/MDX.stories.js +2 -4
  747. package/dist/jsx/mdx/MDX/MDX.stories.js.map +1 -1
  748. package/dist/jsx/mdx/MDX/{MDX.stories.mjs → MDX.stories.native.js} +3 -5
  749. package/dist/jsx/mdx/MDX/MDX.stories.native.js.map +6 -0
  750. package/dist/jsx/mdx/MDX/index.js +3 -10
  751. package/dist/jsx/mdx/MDX/index.js.map +1 -1
  752. package/dist/jsx/mdx/MDX/{index.mjs → index.native.js} +4 -11
  753. package/dist/jsx/mdx/MDX/index.native.js.map +6 -0
  754. package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlock.stories.js +2 -3
  755. package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlock.stories.js.map +1 -1
  756. package/dist/jsx/mdx/MDXCodeBlock/{MDXCodeBlock.stories.mjs → MDXCodeBlock.stories.native.js} +3 -4
  757. package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js.map +6 -0
  758. package/dist/jsx/mdx/MDXCodeBlock/{MDXCodeBlockContext.mjs → MDXCodeBlockContext.native.js} +1 -1
  759. package/dist/jsx/mdx/MDXCodeBlock/index.js +6 -15
  760. package/dist/jsx/mdx/MDXCodeBlock/index.js.map +1 -1
  761. package/dist/jsx/mdx/MDXCodeBlock/{index.mjs → index.native.js} +7 -16
  762. package/dist/jsx/mdx/MDXCodeBlock/index.native.js.map +6 -0
  763. package/dist/jsx/mdx/UL/{UL.stories.mjs → UL.stories.native.js} +1 -1
  764. package/dist/jsx/mdx/UL/{index.mjs → index.native.js} +1 -1
  765. package/dist/jsx/mdx/components.js +24 -38
  766. package/dist/jsx/mdx/components.js.map +1 -1
  767. package/dist/jsx/mdx/{components.mjs → components.native.js} +25 -39
  768. package/dist/jsx/mdx/components.native.js.map +6 -0
  769. package/dist/jsx/mdx/hooks/{index.mjs → index.native.js} +1 -1
  770. package/dist/jsx/mdx/hooks/useCompileAndEvaluateMdx.js +2 -5
  771. package/dist/jsx/mdx/hooks/useCompileAndEvaluateMdx.js.map +1 -1
  772. package/dist/jsx/mdx/hooks/{useCompileAndEvaluateMdx.mjs → useCompileAndEvaluateMdx.native.js} +3 -6
  773. package/dist/jsx/mdx/hooks/{useCompileAndEvaluateMdx.mjs.map → useCompileAndEvaluateMdx.native.js.map} +1 -1
  774. package/dist/jsx/mdx/hooks/useCompileMdx.js +7 -13
  775. package/dist/jsx/mdx/hooks/useCompileMdx.js.map +1 -1
  776. package/dist/jsx/mdx/hooks/{useCompileMdx.mjs → useCompileMdx.native.js} +10 -16
  777. package/dist/jsx/mdx/hooks/useCompileMdx.native.js.map +6 -0
  778. package/dist/jsx/mdx/hooks/useEvaluateMdx.js +3 -6
  779. package/dist/jsx/mdx/hooks/useEvaluateMdx.js.map +1 -1
  780. package/dist/jsx/mdx/hooks/{useEvaluateMdx.mjs → useEvaluateMdx.native.js} +4 -7
  781. package/dist/jsx/mdx/hooks/useEvaluateMdx.native.js.map +6 -0
  782. package/dist/jsx/mdx/{index.mjs → index.native.js} +1 -1
  783. package/dist/jsx/mdx/util/rehypeHighlightCode.js +3 -6
  784. package/dist/jsx/mdx/util/rehypeHighlightCode.js.map +1 -1
  785. package/dist/jsx/mdx/util/{rehypeHighlightCode.mjs → rehypeHighlightCode.native.js} +4 -7
  786. package/dist/jsx/mdx/util/{rehypeHighlightCode.mjs.map → rehypeHighlightCode.native.js.map} +1 -1
  787. package/dist/jsx/mdx/util/rehypeHighlightLine.js +19 -38
  788. package/dist/jsx/mdx/util/rehypeHighlightLine.js.map +1 -1
  789. package/dist/jsx/mdx/util/{rehypeHighlightLine.mjs → rehypeHighlightLine.native.js} +20 -39
  790. package/dist/jsx/mdx/util/rehypeHighlightLine.native.js.map +6 -0
  791. package/dist/jsx/mdx/util/rehypeHighlightWord.js +2 -4
  792. package/dist/jsx/mdx/util/rehypeHighlightWord.js.map +1 -1
  793. package/dist/jsx/mdx/util/rehypeHighlightWord.native.js +12 -0
  794. package/dist/jsx/mdx/util/rehypeHighlightWord.native.js.map +6 -0
  795. package/dist/jsx/mdx/util/rehypeMetaAttributes.js +2 -5
  796. package/dist/jsx/mdx/util/rehypeMetaAttributes.js.map +1 -1
  797. package/dist/jsx/mdx/util/{rehypeMetaAttributes.mjs → rehypeMetaAttributes.native.js} +3 -6
  798. package/dist/jsx/mdx/util/rehypeMetaAttributes.native.js.map +6 -0
  799. package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.js +16 -0
  800. package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.js.map +6 -0
  801. package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.native.js +16 -0
  802. package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.native.js.map +6 -0
  803. package/dist/jsx/organize/SimpleAccordion/index.js +8 -0
  804. package/dist/jsx/organize/SimpleAccordion/index.js.map +6 -0
  805. package/dist/jsx/organize/SimpleAccordion/index.native.js +8 -0
  806. package/dist/jsx/organize/SimpleAccordion/index.native.js.map +6 -0
  807. package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.js +40 -0
  808. package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.js.map +6 -0
  809. package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.native.js +40 -0
  810. package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.native.js.map +6 -0
  811. package/dist/jsx/organize/SimpleTabs/index.js +77 -0
  812. package/dist/jsx/organize/SimpleTabs/index.js.map +6 -0
  813. package/dist/jsx/organize/SimpleTabs/index.native.js +77 -0
  814. package/dist/jsx/organize/SimpleTabs/index.native.js.map +6 -0
  815. package/dist/jsx/panels/SimpleAlertDialog/SImpleAlertDialog.stories.js +27 -3
  816. package/dist/jsx/panels/SimpleAlertDialog/SImpleAlertDialog.stories.js.map +1 -1
  817. package/dist/jsx/panels/SimpleAlertDialog/SImpleAlertDialog.stories.native.js +44 -0
  818. package/dist/jsx/panels/SimpleAlertDialog/SImpleAlertDialog.stories.native.js.map +6 -0
  819. package/dist/jsx/panels/SimpleAlertDialog/index.js +9 -10
  820. package/dist/jsx/panels/SimpleAlertDialog/index.js.map +1 -1
  821. package/dist/jsx/panels/SimpleAlertDialog/{index.mjs → index.native.js} +10 -11
  822. package/dist/jsx/panels/SimpleAlertDialog/index.native.js.map +6 -0
  823. package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.js +3 -5
  824. package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.js.map +1 -1
  825. package/dist/jsx/panels/SimpleDialog/{SimpleDialog.stories.mjs → SimpleDialog.stories.native.js} +4 -6
  826. package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.native.js.map +6 -0
  827. package/dist/jsx/panels/SimpleDialog/index.js +5 -10
  828. package/dist/jsx/panels/SimpleDialog/index.js.map +1 -1
  829. package/dist/jsx/panels/SimpleDialog/{index.mjs → index.native.js} +6 -11
  830. package/dist/jsx/panels/SimpleDialog/index.native.js.map +6 -0
  831. package/dist/jsx/panels/SimplePopover/SimplePopover.stories.js +38 -4
  832. package/dist/jsx/panels/SimplePopover/SimplePopover.stories.js.map +1 -1
  833. package/dist/jsx/panels/SimplePopover/SimplePopover.stories.native.js +48 -0
  834. package/dist/jsx/panels/SimplePopover/SimplePopover.stories.native.js.map +6 -0
  835. package/dist/jsx/panels/SimplePopover/index.js +37 -10
  836. package/dist/jsx/panels/SimplePopover/index.js.map +1 -1
  837. package/dist/jsx/panels/SimplePopover/index.native.js +63 -0
  838. package/dist/jsx/panels/SimplePopover/index.native.js.map +6 -0
  839. package/dist/jsx/panels/SimpleSheet/SimpleSheet.stories.js +1 -2
  840. package/dist/jsx/panels/SimpleSheet/SimpleSheet.stories.js.map +1 -1
  841. package/dist/jsx/panels/SimpleSheet/{SimpleSheet.stories.mjs → SimpleSheet.stories.native.js} +2 -3
  842. package/dist/jsx/panels/SimpleSheet/{SimpleSheet.stories.mjs.map → SimpleSheet.stories.native.js.map} +1 -1
  843. package/dist/jsx/panels/SimpleSheet/index.js +8 -9
  844. package/dist/jsx/panels/SimpleSheet/index.js.map +1 -1
  845. package/dist/jsx/panels/SimpleSheet/{index.mjs → index.native.js} +12 -10
  846. package/dist/jsx/panels/SimpleSheet/index.native.js.map +6 -0
  847. package/dist/jsx/panels/SimpleToast/SimpleToast.stories.js +24 -0
  848. package/dist/jsx/panels/SimpleToast/SimpleToast.stories.js.map +6 -0
  849. package/dist/jsx/panels/SimpleToast/SimpleToast.stories.native.js +24 -0
  850. package/dist/jsx/panels/SimpleToast/SimpleToast.stories.native.js.map +6 -0
  851. package/dist/jsx/panels/SimpleToast/index.js +22 -0
  852. package/dist/jsx/panels/SimpleToast/index.js.map +6 -0
  853. package/dist/jsx/panels/SimpleToast/index.native.js +22 -0
  854. package/dist/jsx/panels/SimpleToast/index.native.js.map +6 -0
  855. package/dist/jsx/panels/SimpleTooltip/SimpleTooltip.stories.js +1 -2
  856. package/dist/jsx/panels/SimpleTooltip/SimpleTooltip.stories.js.map +1 -1
  857. package/dist/jsx/panels/SimpleTooltip/{SimpleTooltip.stories.mjs → SimpleTooltip.stories.native.js} +2 -3
  858. package/dist/jsx/panels/SimpleTooltip/{SimpleTooltip.stories.mjs.map → SimpleTooltip.stories.native.js.map} +1 -1
  859. package/dist/jsx/panels/SimpleTooltip/index.js +1 -1
  860. package/dist/jsx/panels/SimpleTooltip/{index.mjs → index.native.js} +2 -2
  861. package/dist/jsx/panels/{index.mjs → index.native.js} +1 -1
  862. package/dist/jsx/providers/AnimationDriverTogglerContextProvider.js +9 -17
  863. package/dist/jsx/providers/AnimationDriverTogglerContextProvider.js.map +1 -1
  864. package/dist/jsx/providers/AnimationDriverTogglerContextProvider.native.js +25 -0
  865. package/dist/jsx/providers/AnimationDriverTogglerContextProvider.native.js.map +6 -0
  866. package/dist/jsx/table/Table/{Table.stories.mjs → Table.stories.native.js} +1 -1
  867. package/dist/jsx/table/Table/index.js +5 -9
  868. package/dist/jsx/table/Table/index.js.map +1 -1
  869. package/dist/jsx/table/Table/{index.mjs → index.native.js} +6 -10
  870. package/dist/jsx/table/Table/index.native.js.map +6 -0
  871. package/dist/jsx/table/TableCell/index.js +1 -1
  872. package/dist/jsx/table/TableCell/{index.mjs → index.native.js} +2 -2
  873. package/dist/jsx/table/TableCol/{index.mjs → index.native.js} +1 -1
  874. package/dist/jsx/table/{TableContext.mjs → TableContext.native.js} +1 -1
  875. package/dist/jsx/table/{index.mjs → index.native.js} +1 -1
  876. package/dist/jsx/utils/setTinted.js +4 -7
  877. package/dist/jsx/utils/setTinted.js.map +1 -1
  878. package/dist/jsx/utils/setTinted.native.js +13 -0
  879. package/dist/jsx/utils/{setTinted.mjs.map → setTinted.native.js.map} +1 -1
  880. package/dist/jsx/utils/unwrapText.js +1 -3
  881. package/dist/jsx/utils/unwrapText.js.map +1 -1
  882. package/dist/jsx/utils/{unwrapText.mjs → unwrapText.native.js} +3 -2
  883. package/dist/jsx/utils/{unwrapText.mjs.map → unwrapText.native.js.map} +1 -1
  884. package/package.json +21 -19
  885. package/src/code/Code/index.ts +4 -0
  886. package/src/component/SimpleInput/SimpleInput.stories.tsx +26 -0
  887. package/src/component/SimpleInput/index.tsx +168 -0
  888. package/src/forms/FormCheckBox/FormCheckBox.stories.tsx +24 -4
  889. package/src/forms/FormProgress/FormProgress.stories.tsx +16 -0
  890. package/src/forms/FormProgress/index.tsx +73 -0
  891. package/src/forms/FormRadioGroup/FormRadioGroup.stories.tsx +2 -0
  892. package/src/forms/FormSlider/FormSlider.stories.tsx +2 -1
  893. package/src/forms/FormSwitch/FormSwitch.stories.tsx +8 -1
  894. package/src/forms/FormSwitch/index.tsx +9 -6
  895. package/src/forms/FormTextArea/FormTextArea.stories.tsx +8 -1
  896. package/src/forms/SelectSimple/index.tsx +3 -2
  897. package/src/forms/SimpleForm/SimpleForm.stories.tsx +15 -0
  898. package/src/hooks/useAssets/index.native.ts +8 -14
  899. package/src/hooks/useAssets/index.ts +8 -28
  900. package/src/images/SimpleImage/index.stories.tsx +26 -0
  901. package/src/images/SimpleImage/index.tsx +133 -161
  902. package/src/images/index.ts +1 -1
  903. package/src/mdx/components.tsx +4 -0
  904. package/src/organize/SimpleAccordion/SimpleAccordion.stories.tsx +14 -0
  905. package/src/organize/SimpleAccordion/index.tsx +6 -0
  906. package/src/organize/SimpleTabs/SimpleTabs.stories.tsx +63 -0
  907. package/src/organize/SimpleTabs/index.tsx +118 -0
  908. package/src/panels/SimpleAlertDialog/SImpleAlertDialog.stories.tsx +40 -15
  909. package/src/panels/SimpleAlertDialog/index.tsx +22 -13
  910. package/src/panels/SimplePopover/SimplePopover.stories.tsx +80 -2
  911. package/src/panels/SimplePopover/index.tsx +93 -18
  912. package/src/panels/SimpleToast/SimpleToast.stories.tsx +27 -0
  913. package/src/panels/SimpleToast/index.tsx +27 -0
  914. package/types/code/Code/index.d.ts +61 -27
  915. package/types/code/Code/index.d.ts.map +1 -1
  916. package/types/code/Pre/index.d.ts +27 -18
  917. package/types/code/Pre/index.d.ts.map +1 -1
  918. package/types/component/SimpleInput/SimpleInput.stories.d.ts +18 -0
  919. package/types/component/SimpleInput/SimpleInput.stories.d.ts.map +1 -0
  920. package/types/component/SimpleInput/index.d.ts +29 -0
  921. package/types/component/SimpleInput/index.d.ts.map +1 -0
  922. package/types/forms/FormCheckBox/FormCheckBox.stories.d.ts.map +1 -1
  923. package/types/forms/FormProgress/FormProgress.stories.d.ts +15 -0
  924. package/types/forms/FormProgress/FormProgress.stories.d.ts.map +1 -0
  925. package/types/forms/FormProgress/index.d.ts +11 -0
  926. package/types/forms/FormProgress/index.d.ts.map +1 -0
  927. package/types/forms/FormRadioGroup/FormRadioGroup.stories.d.ts.map +1 -1
  928. package/types/forms/FormSlider/FormSlider.stories.d.ts.map +1 -1
  929. package/types/forms/FormSwitch/FormSwitch.stories.d.ts.map +1 -1
  930. package/types/forms/FormSwitch/index.d.ts +5 -3
  931. package/types/forms/FormSwitch/index.d.ts.map +1 -1
  932. package/types/forms/FormTextArea/FormTextArea.stories.d.ts.map +1 -1
  933. package/types/forms/SelectSimple/index.d.ts +2 -2
  934. package/types/forms/SelectSimple/index.d.ts.map +1 -1
  935. package/types/forms/SimpleForm/SimpleForm.stories.d.ts.map +1 -1
  936. package/types/hooks/useAssets/index.d.ts +2 -3
  937. package/types/hooks/useAssets/index.d.ts.map +1 -1
  938. package/types/hooks/useAssets/index.native.d.ts +2 -2
  939. package/types/hooks/useAssets/index.native.d.ts.map +1 -1
  940. package/types/images/SimpleImage/index.d.ts +15 -22
  941. package/types/images/SimpleImage/index.d.ts.map +1 -1
  942. package/types/images/SimpleImage/index.stories.d.ts +8 -2
  943. package/types/images/SimpleImage/index.stories.d.ts.map +1 -1
  944. package/types/images/Svg/Svg.stories.d.ts +3 -3
  945. package/types/images/Svg/index.d.ts +3 -3
  946. package/types/images/Svg/index.native.d.ts +3 -3
  947. package/types/images/SvgUri/index.native.d.ts +8 -8
  948. package/types/images/index.d.ts +1 -1
  949. package/types/images/index.d.ts.map +1 -1
  950. package/types/mdx/LI/LI.stories.d.ts +38 -21
  951. package/types/mdx/LI/LI.stories.d.ts.map +1 -1
  952. package/types/mdx/LI/index.d.ts +38 -21
  953. package/types/mdx/LI/index.d.ts.map +1 -1
  954. package/types/mdx/UL/UL.stories.d.ts +27 -18
  955. package/types/mdx/UL/UL.stories.d.ts.map +1 -1
  956. package/types/mdx/UL/index.d.ts +27 -18
  957. package/types/mdx/UL/index.d.ts.map +1 -1
  958. package/types/mdx/components.d.ts +27 -18
  959. package/types/mdx/components.d.ts.map +1 -1
  960. package/types/organize/SimpleAccordion/SimpleAccordion.stories.d.ts +14 -0
  961. package/types/organize/SimpleAccordion/SimpleAccordion.stories.d.ts.map +1 -0
  962. package/types/organize/SimpleAccordion/index.d.ts +3 -0
  963. package/types/organize/SimpleAccordion/index.d.ts.map +1 -0
  964. package/types/organize/SimpleTabs/SimpleTabs.stories.d.ts +15 -0
  965. package/types/organize/SimpleTabs/SimpleTabs.stories.d.ts.map +1 -0
  966. package/types/organize/SimpleTabs/index.d.ts +21 -0
  967. package/types/organize/SimpleTabs/index.d.ts.map +1 -0
  968. package/types/panels/SimpleAlertDialog/SImpleAlertDialog.stories.d.ts +2 -0
  969. package/types/panels/SimpleAlertDialog/SImpleAlertDialog.stories.d.ts.map +1 -1
  970. package/types/panels/SimpleAlertDialog/index.d.ts +6 -2
  971. package/types/panels/SimpleAlertDialog/index.d.ts.map +1 -1
  972. package/types/panels/SimplePopover/SimplePopover.stories.d.ts +4 -0
  973. package/types/panels/SimplePopover/SimplePopover.stories.d.ts.map +1 -1
  974. package/types/panels/SimplePopover/index.d.ts +20 -4
  975. package/types/panels/SimplePopover/index.d.ts.map +1 -1
  976. package/types/{forms/RadioSimple/RadioSimple.stories.d.ts → panels/SimpleToast/SimpleToast.stories.d.ts} +4 -4
  977. package/types/panels/SimpleToast/SimpleToast.stories.d.ts.map +1 -0
  978. package/types/panels/SimpleToast/index.d.ts +3 -0
  979. package/types/panels/SimpleToast/index.d.ts.map +1 -0
  980. package/types/table/Table/Table.stories.d.ts +65 -24
  981. package/types/table/Table/Table.stories.d.ts.map +1 -1
  982. package/types/table/Table/index.d.ts +65 -24
  983. package/types/table/Table/index.d.ts.map +1 -1
  984. package/types/table/TableCell/index.d.ts +23 -6
  985. package/types/table/TableCell/index.d.ts.map +1 -1
  986. package/types/table/TableCol/index.d.ts +42 -18
  987. package/types/table/TableCol/index.d.ts.map +1 -1
  988. package/dist/cjs/forms/RadioSimple/RadioSimple.stories.js +0 -48
  989. package/dist/cjs/forms/RadioSimple/RadioSimple.stories.js.map +0 -6
  990. package/dist/cjs/forms/RadioSimple/index.js +0 -53
  991. package/dist/cjs/forms/RadioSimple/index.js.map +0 -6
  992. package/dist/cjs/hooks/useAssets/types.js.map +0 -6
  993. package/dist/esm/forms/RadioSimple/RadioSimple.stories.js +0 -15
  994. package/dist/esm/forms/RadioSimple/RadioSimple.stories.js.map +0 -6
  995. package/dist/esm/forms/RadioSimple/index.js +0 -20
  996. package/dist/esm/forms/RadioSimple/index.js.map +0 -6
  997. package/dist/jsx/ErrorBoundary/index.mjs +0 -28
  998. package/dist/jsx/ErrorBoundary/index.mjs.map +0 -6
  999. package/dist/jsx/code/Code/index.mjs.map +0 -6
  1000. package/dist/jsx/code/CodeBlock/index.mjs.map +0 -6
  1001. package/dist/jsx/forms/FormCheckBox/FormCheckBox.stories.mjs +0 -13
  1002. package/dist/jsx/forms/FormCheckBox/FormCheckBox.stories.mjs.map +0 -6
  1003. package/dist/jsx/forms/FormCheckBox/index.mjs.map +0 -6
  1004. package/dist/jsx/forms/FormInput/index.mjs.map +0 -6
  1005. package/dist/jsx/forms/FormRadioGroup/FormRadioGroup.stories.mjs.map +0 -6
  1006. package/dist/jsx/forms/FormRadioGroup/index.mjs.map +0 -6
  1007. package/dist/jsx/forms/FormSelectSimple/index.mjs.map +0 -6
  1008. package/dist/jsx/forms/FormSlider/FormSlider.stories.mjs.map +0 -6
  1009. package/dist/jsx/forms/FormSlider/index.mjs.map +0 -6
  1010. package/dist/jsx/forms/FormSwitch/FormSwitch.stories.mjs +0 -14
  1011. package/dist/jsx/forms/FormSwitch/FormSwitch.stories.mjs.map +0 -6
  1012. package/dist/jsx/forms/FormSwitch/index.mjs.map +0 -6
  1013. package/dist/jsx/forms/FormTextArea/FormTextArea.stories.mjs +0 -14
  1014. package/dist/jsx/forms/FormTextArea/FormTextArea.stories.mjs.map +0 -6
  1015. package/dist/jsx/forms/FormTextArea/index.mjs.map +0 -6
  1016. package/dist/jsx/forms/RadioSimple/RadioSimple.stories.js +0 -14
  1017. package/dist/jsx/forms/RadioSimple/RadioSimple.stories.js.map +0 -6
  1018. package/dist/jsx/forms/RadioSimple/RadioSimple.stories.mjs +0 -14
  1019. package/dist/jsx/forms/RadioSimple/RadioSimple.stories.mjs.map +0 -6
  1020. package/dist/jsx/forms/RadioSimple/index.js +0 -26
  1021. package/dist/jsx/forms/RadioSimple/index.js.map +0 -6
  1022. package/dist/jsx/forms/RadioSimple/index.mjs +0 -26
  1023. package/dist/jsx/forms/RadioSimple/index.mjs.map +0 -6
  1024. package/dist/jsx/forms/SelectButton/OptionButton.mjs.map +0 -6
  1025. package/dist/jsx/forms/SelectButton/index.mjs +0 -48
  1026. package/dist/jsx/forms/SelectButton/index.mjs.map +0 -6
  1027. package/dist/jsx/forms/SelectSimple/index.mjs.map +0 -6
  1028. package/dist/jsx/forms/SimpleForm/SimpleForm.stories.mjs.map +0 -6
  1029. package/dist/jsx/forms/types.mjs +0 -1
  1030. package/dist/jsx/global.mjs +0 -1
  1031. package/dist/jsx/global.mjs.map +0 -6
  1032. package/dist/jsx/hooks/useAssets/index.mjs +0 -21
  1033. package/dist/jsx/hooks/useAssets/index.mjs.map +0 -6
  1034. package/dist/jsx/hooks/useAssets/index.native.mjs +0 -29
  1035. package/dist/jsx/hooks/useAssets/index.native.mjs.map +0 -6
  1036. package/dist/jsx/hooks/useAssets/types.js +0 -1
  1037. package/dist/jsx/hooks/useAssets/types.js.map +0 -6
  1038. package/dist/jsx/hooks/useAssets/types.mjs +0 -1
  1039. package/dist/jsx/hooks/useAssets/types.mjs.map +0 -6
  1040. package/dist/jsx/hooks/useClipboard.mjs +0 -26
  1041. package/dist/jsx/hooks/useClipboard.mjs.map +0 -6
  1042. package/dist/jsx/images/SimpleImage/index.mjs +0 -125
  1043. package/dist/jsx/images/SimpleImage/index.mjs.map +0 -6
  1044. package/dist/jsx/images/SimpleImage/index.stories.mjs.map +0 -6
  1045. package/dist/jsx/images/Svg/index.mjs +0 -7
  1046. package/dist/jsx/images/Svg/index.mjs.map +0 -6
  1047. package/dist/jsx/images/Svg/index.native.mjs +0 -7
  1048. package/dist/jsx/images/Svg/index.native.mjs.map +0 -6
  1049. package/dist/jsx/images/SvgUri/index.mjs +0 -9
  1050. package/dist/jsx/images/SvgUri/index.mjs.map +0 -6
  1051. package/dist/jsx/images/SvgUri/index.native.mjs +0 -7
  1052. package/dist/jsx/images/SvgUri/index.native.mjs.map +0 -6
  1053. package/dist/jsx/images/index.mjs +0 -3
  1054. package/dist/jsx/layouts/Debug/index.mjs.map +0 -6
  1055. package/dist/jsx/layouts/index.mjs +0 -2
  1056. package/dist/jsx/mdx/MDX/MDX.stories.mjs.map +0 -6
  1057. package/dist/jsx/mdx/MDX/index.mjs.map +0 -6
  1058. package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlock.stories.mjs.map +0 -6
  1059. package/dist/jsx/mdx/MDXCodeBlock/index.mjs.map +0 -6
  1060. package/dist/jsx/mdx/components.mjs.map +0 -6
  1061. package/dist/jsx/mdx/hooks/useCompileMdx.mjs.map +0 -6
  1062. package/dist/jsx/mdx/hooks/useEvaluateMdx.mjs.map +0 -6
  1063. package/dist/jsx/mdx/util/rehypeHighlightLine.mjs.map +0 -6
  1064. package/dist/jsx/mdx/util/rehypeHighlightWord.mjs +0 -14
  1065. package/dist/jsx/mdx/util/rehypeHighlightWord.mjs.map +0 -6
  1066. package/dist/jsx/mdx/util/rehypeMetaAttributes.mjs.map +0 -6
  1067. package/dist/jsx/panels/SimpleAlertDialog/SImpleAlertDialog.stories.mjs +0 -20
  1068. package/dist/jsx/panels/SimpleAlertDialog/SImpleAlertDialog.stories.mjs.map +0 -6
  1069. package/dist/jsx/panels/SimpleAlertDialog/index.mjs.map +0 -6
  1070. package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.mjs.map +0 -6
  1071. package/dist/jsx/panels/SimpleDialog/index.mjs.map +0 -6
  1072. package/dist/jsx/panels/SimplePopover/SimplePopover.stories.mjs +0 -14
  1073. package/dist/jsx/panels/SimplePopover/SimplePopover.stories.mjs.map +0 -6
  1074. package/dist/jsx/panels/SimplePopover/index.mjs +0 -36
  1075. package/dist/jsx/panels/SimplePopover/index.mjs.map +0 -6
  1076. package/dist/jsx/panels/SimpleSheet/index.mjs.map +0 -6
  1077. package/dist/jsx/providers/AnimationDriverTogglerContextProvider.mjs +0 -33
  1078. package/dist/jsx/providers/AnimationDriverTogglerContextProvider.mjs.map +0 -6
  1079. package/dist/jsx/table/Table/index.mjs.map +0 -6
  1080. package/dist/jsx/utils/setTinted.mjs +0 -16
  1081. package/src/forms/RadioSimple/RadioSimple.stories.tsx +0 -12
  1082. package/src/forms/RadioSimple/index.tsx +0 -42
  1083. package/src/hooks/useAssets/types.ts +0 -3
  1084. package/types/forms/RadioSimple/RadioSimple.stories.d.ts.map +0 -1
  1085. package/types/forms/RadioSimple/index.d.ts +0 -8
  1086. package/types/forms/RadioSimple/index.d.ts.map +0 -1
  1087. package/types/hooks/useAssets/types.d.ts +0 -3
  1088. package/types/hooks/useAssets/types.d.ts.map +0 -1
  1089. /package/dist/jsx/code/Pre/{index.mjs.map → index.native.js.map} +0 -0
  1090. /package/dist/jsx/code/{index.mjs.map → index.native.js.map} +0 -0
  1091. /package/dist/jsx/forms/{FormField.mjs.map → FormField.native.js.map} +0 -0
  1092. /package/dist/jsx/forms/FormInput/{FormInput.stories.mjs.map → FormInput.stories.native.js.map} +0 -0
  1093. /package/dist/jsx/forms/FormSelectSimple/{FormSelectSimple.stories.mjs.map → FormSelectSimple.stories.native.js.map} +0 -0
  1094. /package/dist/jsx/forms/FormSubmitButton/{FormSubmitButton.stories.mjs.map → FormSubmitButton.stories.native.js.map} +0 -0
  1095. /package/dist/jsx/forms/SelectButton/{context.mjs.map → context.native.js.map} +0 -0
  1096. /package/dist/jsx/forms/SelectSimple/{SelectSimple.stories.mjs.map → SelectSimple.stories.native.js.map} +0 -0
  1097. /package/dist/jsx/forms/SimpleForm/{index.mjs.map → index.native.js.map} +0 -0
  1098. /package/dist/jsx/forms/{index.mjs.map → index.native.js.map} +0 -0
  1099. /package/dist/{esm/hooks/useAssets/types.js → jsx/forms/types.native.js} +0 -0
  1100. /package/dist/{esm/hooks/useAssets/types.js.map → jsx/forms/types.native.js.map} +0 -0
  1101. /package/dist/jsx/{forms/types.mjs.map → global.native.js.map} +0 -0
  1102. /package/dist/jsx/hooks/{index.mjs.map → index.native.js.map} +0 -0
  1103. /package/dist/jsx/hooks/{useAnimationDriverToggle.mjs.map → useAnimationDriverToggle.native.js.map} +0 -0
  1104. /package/dist/jsx/images/Svg/{Svg.stories.mjs.map → Svg.stories.native.js.map} +0 -0
  1105. /package/dist/jsx/images/{index.mjs.map → index.native.js.map} +0 -0
  1106. /package/dist/jsx/{index.mjs.map → index.native.js.map} +0 -0
  1107. /package/dist/jsx/layouts/{index.mjs.map → index.native.js.map} +0 -0
  1108. /package/dist/jsx/mdx/ExternalIcon/{index.mjs.map → index.native.js.map} +0 -0
  1109. /package/dist/jsx/mdx/HR/{HR.stories.mjs.map → HR.stories.native.js.map} +0 -0
  1110. /package/dist/jsx/mdx/HR/{index.mjs.map → index.native.js.map} +0 -0
  1111. /package/dist/jsx/mdx/LI/{LI.stories.mjs.map → LI.stories.native.js.map} +0 -0
  1112. /package/dist/jsx/mdx/LI/{index.mjs.map → index.native.js.map} +0 -0
  1113. /package/dist/jsx/mdx/MDXCodeBlock/{MDXCodeBlockContext.mjs.map → MDXCodeBlockContext.native.js.map} +0 -0
  1114. /package/dist/jsx/mdx/UL/{UL.stories.mjs.map → UL.stories.native.js.map} +0 -0
  1115. /package/dist/jsx/mdx/UL/{index.mjs.map → index.native.js.map} +0 -0
  1116. /package/dist/jsx/mdx/hooks/{index.mjs.map → index.native.js.map} +0 -0
  1117. /package/dist/jsx/mdx/{index.mjs.map → index.native.js.map} +0 -0
  1118. /package/dist/jsx/panels/SimpleTooltip/{index.mjs.map → index.native.js.map} +0 -0
  1119. /package/dist/jsx/panels/{index.mjs.map → index.native.js.map} +0 -0
  1120. /package/dist/jsx/table/Table/{Table.stories.mjs.map → Table.stories.native.js.map} +0 -0
  1121. /package/dist/jsx/table/TableCell/{index.mjs.map → index.native.js.map} +0 -0
  1122. /package/dist/jsx/table/TableCol/{index.mjs.map → index.native.js.map} +0 -0
  1123. /package/dist/jsx/table/{TableContext.mjs.map → TableContext.native.js.map} +0 -0
  1124. /package/dist/jsx/table/{index.mjs.map → index.native.js.map} +0 -0
@@ -7,7 +7,7 @@ declare const _default: {
7
7
  children: any;
8
8
  }) => React.JSX.Element) & {
9
9
  Cell: import("tamagui").TamaguiComponent<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
10
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").TextStyle>;
10
+ style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
11
11
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
12
12
  readonly unstyled?: boolean | undefined;
13
13
  readonly size?: import("tamagui").FontSizeTokens | undefined;
@@ -19,8 +19,8 @@ declare const _default: {
19
19
  }), "head" | "highlight"> & {
20
20
  readonly head?: boolean | undefined;
21
21
  readonly highlight?: boolean | undefined;
22
- } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
23
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").TextStyle>;
22
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
23
+ style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
24
24
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
25
25
  readonly unstyled?: boolean | undefined;
26
26
  readonly size?: import("tamagui").FontSizeTokens | undefined;
@@ -32,8 +32,8 @@ declare const _default: {
32
32
  }), "head" | "highlight"> & {
33
33
  readonly head?: boolean | undefined;
34
34
  readonly highlight?: boolean | undefined;
35
- }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
36
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").TextStyle>;
35
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
36
+ style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
37
37
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
38
38
  readonly unstyled?: boolean | undefined;
39
39
  readonly size?: import("tamagui").FontSizeTokens | undefined;
@@ -45,7 +45,7 @@ declare const _default: {
45
45
  }), "head" | "highlight"> & {
46
46
  readonly head?: boolean | undefined;
47
47
  readonly highlight?: boolean | undefined;
48
- }>>, import("tamagui").TamaguiElement, import("tamagui").TextPropsBase, ({
48
+ }>>, import("tamagui").TamaguiTextElement, import("tamagui").TextPropsBase, ({
49
49
  readonly unstyled?: boolean | undefined;
50
50
  readonly size?: import("tamagui").FontSizeTokens | undefined;
51
51
  } | ({
@@ -58,10 +58,27 @@ declare const _default: {
58
58
  readonly highlight?: boolean | undefined;
59
59
  }, {
60
60
  displayName: string | undefined;
61
+ __baseProps: Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
62
+ style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
63
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & {
64
+ style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
65
+ };
66
+ __variantProps: {
67
+ readonly unstyled?: boolean | undefined;
68
+ readonly size?: import("tamagui").FontSizeTokens | undefined;
69
+ } & ({
70
+ readonly unstyled?: boolean | undefined;
71
+ readonly size?: import("tamagui").FontSizeTokens | undefined;
72
+ } | ({
73
+ readonly unstyled?: boolean | undefined;
74
+ readonly size?: import("tamagui").FontSizeTokens | undefined;
75
+ } & {
76
+ [x: string]: undefined;
77
+ }));
61
78
  }>;
62
79
  Col: import("tamagui").TamaguiComponent<(Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
63
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
64
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
80
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
81
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
65
82
  readonly fullscreen?: boolean | undefined;
66
83
  readonly elevation?: import("tamagui").SizeTokens | undefined;
67
84
  }, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
@@ -76,9 +93,9 @@ declare const _default: {
76
93
  readonly bordered?: number | boolean | undefined;
77
94
  readonly transparent?: boolean | undefined;
78
95
  readonly chromeless?: boolean | "all" | undefined;
79
- } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
80
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
81
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
96
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
97
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
98
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
82
99
  readonly fullscreen?: boolean | undefined;
83
100
  readonly elevation?: import("tamagui").SizeTokens | undefined;
84
101
  }, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
@@ -93,9 +110,9 @@ declare const _default: {
93
110
  readonly bordered?: number | boolean | undefined;
94
111
  readonly transparent?: boolean | undefined;
95
112
  readonly chromeless?: boolean | "all" | undefined;
96
- }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
97
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
98
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
113
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
114
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
115
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
99
116
  readonly fullscreen?: boolean | undefined;
100
117
  readonly elevation?: import("tamagui").SizeTokens | undefined;
101
118
  }, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
@@ -111,8 +128,8 @@ declare const _default: {
111
128
  readonly transparent?: boolean | undefined;
112
129
  readonly chromeless?: boolean | "all" | undefined;
113
130
  }>>) | (Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
114
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
115
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
131
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
132
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
116
133
  readonly fullscreen?: boolean | undefined;
117
134
  readonly elevation?: import("tamagui").SizeTokens | undefined;
118
135
  } & {
@@ -129,9 +146,9 @@ declare const _default: {
129
146
  readonly chromeless?: boolean | "all" | undefined;
130
147
  }, string | number> & {
131
148
  [x: string]: undefined;
132
- } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
133
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
134
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
149
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
150
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
151
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
135
152
  readonly fullscreen?: boolean | undefined;
136
153
  readonly elevation?: import("tamagui").SizeTokens | undefined;
137
154
  } & {
@@ -148,9 +165,9 @@ declare const _default: {
148
165
  readonly chromeless?: boolean | "all" | undefined;
149
166
  }, string | number> & {
150
167
  [x: string]: undefined;
151
- }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
152
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
153
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
168
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
169
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
170
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
154
171
  readonly fullscreen?: boolean | undefined;
155
172
  readonly elevation?: import("tamagui").SizeTokens | undefined;
156
173
  } & {
@@ -168,8 +185,8 @@ declare const _default: {
168
185
  }, string | number> & {
169
186
  [x: string]: undefined;
170
187
  }>>), import("tamagui").TamaguiElement, Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
171
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
172
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
188
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
189
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
173
190
  readonly fullscreen?: boolean | undefined;
174
191
  readonly elevation?: import("tamagui").SizeTokens | undefined;
175
192
  } & {
@@ -188,6 +205,30 @@ declare const _default: {
188
205
  [x: string]: undefined;
189
206
  }), {
190
207
  displayName: string | undefined;
208
+ __baseProps: Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
209
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
210
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
211
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
212
+ };
213
+ __variantProps: {
214
+ readonly fullscreen?: boolean | undefined;
215
+ readonly elevation?: import("tamagui").SizeTokens | undefined;
216
+ } & {
217
+ readonly fullscreen?: boolean | undefined;
218
+ readonly elevation?: import("tamagui").SizeTokens | undefined;
219
+ } & {
220
+ readonly backgrounded?: boolean | undefined;
221
+ readonly radiused?: boolean | undefined;
222
+ readonly hoverTheme?: boolean | undefined;
223
+ readonly pressTheme?: boolean | undefined;
224
+ readonly focusTheme?: boolean | undefined;
225
+ readonly circular?: boolean | undefined;
226
+ readonly padded?: boolean | undefined;
227
+ readonly elevate?: boolean | undefined;
228
+ readonly bordered?: number | boolean | undefined;
229
+ readonly transparent?: boolean | undefined;
230
+ readonly chromeless?: boolean | "all" | undefined;
231
+ };
191
232
  }>;
192
233
  };
193
234
  parameters: {
@@ -1 +1 @@
1
- {"version":3,"file":"Table.stories.d.ts","sourceRoot":"","sources":["../../../src/table/Table/Table.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAG1B,wBAME;AAEF,eAAO,MAAM,IAAI,yBAuChB,CAAC"}
1
+ {"version":3,"file":"Table.stories.d.ts","sourceRoot":"","sources":["../../../src/table/Table/Table.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAG1B,wBAME;AAEF,eAAO,MAAM,IAAI,yBAuChB,CAAC"}
@@ -10,7 +10,7 @@ export declare const Table: (({ heading, children, ...props }: {
10
10
  children: any;
11
11
  }) => React.JSX.Element) & {
12
12
  Cell: import("tamagui").TamaguiComponent<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
13
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").TextStyle>;
13
+ style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
14
14
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
15
15
  readonly unstyled?: boolean | undefined;
16
16
  readonly size?: import("tamagui").FontSizeTokens | undefined;
@@ -22,8 +22,8 @@ export declare const Table: (({ heading, children, ...props }: {
22
22
  }), "head" | "highlight"> & {
23
23
  readonly head?: boolean | undefined;
24
24
  readonly highlight?: boolean | undefined;
25
- } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
26
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").TextStyle>;
25
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
26
+ style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
27
27
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
28
28
  readonly unstyled?: boolean | undefined;
29
29
  readonly size?: import("tamagui").FontSizeTokens | undefined;
@@ -35,8 +35,8 @@ export declare const Table: (({ heading, children, ...props }: {
35
35
  }), "head" | "highlight"> & {
36
36
  readonly head?: boolean | undefined;
37
37
  readonly highlight?: boolean | undefined;
38
- }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
39
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").TextStyle>;
38
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
39
+ style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
40
40
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
41
41
  readonly unstyled?: boolean | undefined;
42
42
  readonly size?: import("tamagui").FontSizeTokens | undefined;
@@ -48,7 +48,7 @@ export declare const Table: (({ heading, children, ...props }: {
48
48
  }), "head" | "highlight"> & {
49
49
  readonly head?: boolean | undefined;
50
50
  readonly highlight?: boolean | undefined;
51
- }>>, import("tamagui").TamaguiElement, import("tamagui").TextPropsBase, ({
51
+ }>>, import("tamagui").TamaguiTextElement, import("tamagui").TextPropsBase, ({
52
52
  readonly unstyled?: boolean | undefined;
53
53
  readonly size?: import("tamagui").FontSizeTokens | undefined;
54
54
  } | ({
@@ -61,10 +61,27 @@ export declare const Table: (({ heading, children, ...props }: {
61
61
  readonly highlight?: boolean | undefined;
62
62
  }, {
63
63
  displayName: string | undefined;
64
+ __baseProps: Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
65
+ style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
66
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & {
67
+ style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
68
+ };
69
+ __variantProps: {
70
+ readonly unstyled?: boolean | undefined;
71
+ readonly size?: import("tamagui").FontSizeTokens | undefined;
72
+ } & ({
73
+ readonly unstyled?: boolean | undefined;
74
+ readonly size?: import("tamagui").FontSizeTokens | undefined;
75
+ } | ({
76
+ readonly unstyled?: boolean | undefined;
77
+ readonly size?: import("tamagui").FontSizeTokens | undefined;
78
+ } & {
79
+ [x: string]: undefined;
80
+ }));
64
81
  }>;
65
82
  Col: import("tamagui").TamaguiComponent<(Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
66
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
67
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
83
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
84
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
68
85
  readonly fullscreen?: boolean | undefined;
69
86
  readonly elevation?: import("tamagui").SizeTokens | undefined;
70
87
  }, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
@@ -79,9 +96,9 @@ export declare const Table: (({ heading, children, ...props }: {
79
96
  readonly bordered?: number | boolean | undefined;
80
97
  readonly transparent?: boolean | undefined;
81
98
  readonly chromeless?: boolean | "all" | undefined;
82
- } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
83
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
84
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
99
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
100
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
101
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
85
102
  readonly fullscreen?: boolean | undefined;
86
103
  readonly elevation?: import("tamagui").SizeTokens | undefined;
87
104
  }, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
@@ -96,9 +113,9 @@ export declare const Table: (({ heading, children, ...props }: {
96
113
  readonly bordered?: number | boolean | undefined;
97
114
  readonly transparent?: boolean | undefined;
98
115
  readonly chromeless?: boolean | "all" | undefined;
99
- }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
100
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
101
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
116
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
117
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
118
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
102
119
  readonly fullscreen?: boolean | undefined;
103
120
  readonly elevation?: import("tamagui").SizeTokens | undefined;
104
121
  }, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
@@ -114,8 +131,8 @@ export declare const Table: (({ heading, children, ...props }: {
114
131
  readonly transparent?: boolean | undefined;
115
132
  readonly chromeless?: boolean | "all" | undefined;
116
133
  }>>) | (Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
117
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
118
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
134
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
135
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
119
136
  readonly fullscreen?: boolean | undefined;
120
137
  readonly elevation?: import("tamagui").SizeTokens | undefined;
121
138
  } & {
@@ -132,9 +149,9 @@ export declare const Table: (({ heading, children, ...props }: {
132
149
  readonly chromeless?: boolean | "all" | undefined;
133
150
  }, string | number> & {
134
151
  [x: string]: undefined;
135
- } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
136
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
137
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
152
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
153
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
154
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
138
155
  readonly fullscreen?: boolean | undefined;
139
156
  readonly elevation?: import("tamagui").SizeTokens | undefined;
140
157
  } & {
@@ -151,9 +168,9 @@ export declare const Table: (({ heading, children, ...props }: {
151
168
  readonly chromeless?: boolean | "all" | undefined;
152
169
  }, string | number> & {
153
170
  [x: string]: undefined;
154
- }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
155
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
156
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
171
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
172
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
173
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
157
174
  readonly fullscreen?: boolean | undefined;
158
175
  readonly elevation?: import("tamagui").SizeTokens | undefined;
159
176
  } & {
@@ -171,8 +188,8 @@ export declare const Table: (({ heading, children, ...props }: {
171
188
  }, string | number> & {
172
189
  [x: string]: undefined;
173
190
  }>>), import("tamagui").TamaguiElement, Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
174
- style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
175
- } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps, {
191
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
192
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
176
193
  readonly fullscreen?: boolean | undefined;
177
194
  readonly elevation?: import("tamagui").SizeTokens | undefined;
178
195
  } & {
@@ -191,6 +208,30 @@ export declare const Table: (({ heading, children, ...props }: {
191
208
  [x: string]: undefined;
192
209
  }), {
193
210
  displayName: string | undefined;
211
+ __baseProps: Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
212
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
213
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
214
+ style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
215
+ };
216
+ __variantProps: {
217
+ readonly fullscreen?: boolean | undefined;
218
+ readonly elevation?: import("tamagui").SizeTokens | undefined;
219
+ } & {
220
+ readonly fullscreen?: boolean | undefined;
221
+ readonly elevation?: import("tamagui").SizeTokens | undefined;
222
+ } & {
223
+ readonly backgrounded?: boolean | undefined;
224
+ readonly radiused?: boolean | undefined;
225
+ readonly hoverTheme?: boolean | undefined;
226
+ readonly pressTheme?: boolean | undefined;
227
+ readonly focusTheme?: boolean | undefined;
228
+ readonly circular?: boolean | undefined;
229
+ readonly padded?: boolean | undefined;
230
+ readonly elevate?: boolean | undefined;
231
+ readonly bordered?: number | boolean | undefined;
232
+ readonly transparent?: boolean | undefined;
233
+ readonly chromeless?: boolean | "all" | undefined;
234
+ };
194
235
  }>;
195
236
  };
196
237
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/table/Table/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,eAAO,MAAM,UAAU;;;;uBAatB,CAAC;AAEF,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGhB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/table/Table/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,eAAO,MAAM,UAAU;;;;uBAatB,CAAC;AAEF,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGhB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  /// <reference types="react" />
2
2
  export declare const TableCell: import("tamagui").TamaguiComponent<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
3
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").TextStyle>;
3
+ style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
4
4
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
5
5
  readonly unstyled?: boolean | undefined;
6
6
  readonly size?: import("tamagui").FontSizeTokens | undefined;
@@ -12,8 +12,8 @@ export declare const TableCell: import("tamagui").TamaguiComponent<Omit<import("
12
12
  }), "head" | "highlight"> & {
13
13
  readonly head?: boolean | undefined;
14
14
  readonly highlight?: boolean | undefined;
15
- } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
16
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").TextStyle>;
15
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
16
+ style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
17
17
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
18
18
  readonly unstyled?: boolean | undefined;
19
19
  readonly size?: import("tamagui").FontSizeTokens | undefined;
@@ -25,8 +25,8 @@ export declare const TableCell: import("tamagui").TamaguiComponent<Omit<import("
25
25
  }), "head" | "highlight"> & {
26
26
  readonly head?: boolean | undefined;
27
27
  readonly highlight?: boolean | undefined;
28
- }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
29
- style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").TextStyle>;
28
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
29
+ style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
30
30
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
31
31
  readonly unstyled?: boolean | undefined;
32
32
  readonly size?: import("tamagui").FontSizeTokens | undefined;
@@ -38,7 +38,7 @@ export declare const TableCell: import("tamagui").TamaguiComponent<Omit<import("
38
38
  }), "head" | "highlight"> & {
39
39
  readonly head?: boolean | undefined;
40
40
  readonly highlight?: boolean | undefined;
41
- }>>, import("tamagui").TamaguiElement, import("tamagui").TextPropsBase, ({
41
+ }>>, import("tamagui").TamaguiTextElement, import("tamagui").TextPropsBase, ({
42
42
  readonly unstyled?: boolean | undefined;
43
43
  readonly size?: import("tamagui").FontSizeTokens | undefined;
44
44
  } | ({
@@ -51,5 +51,22 @@ export declare const TableCell: import("tamagui").TamaguiComponent<Omit<import("
51
51
  readonly highlight?: boolean | undefined;
52
52
  }, {
53
53
  displayName: string | undefined;
54
+ __baseProps: Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
55
+ style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
56
+ } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & {
57
+ style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
58
+ };
59
+ __variantProps: {
60
+ readonly unstyled?: boolean | undefined;
61
+ readonly size?: import("tamagui").FontSizeTokens | undefined;
62
+ } & ({
63
+ readonly unstyled?: boolean | undefined;
64
+ readonly size?: import("tamagui").FontSizeTokens | undefined;
65
+ } | ({
66
+ readonly unstyled?: boolean | undefined;
67
+ readonly size?: import("tamagui").FontSizeTokens | undefined;
68
+ } & {
69
+ [x: string]: undefined;
70
+ }));
54
71
  }>;
55
72
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/table/TableCell/index.ts"],"names":[],"mappings":";AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BpB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/table/TableCell/index.ts"],"names":[],"mappings":";AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BpB,CAAC"}