@multiplatform.one/components 0.7.0 → 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.
- package/dist/cjs/ErrorBoundary/index.js +12 -29
- package/dist/cjs/ErrorBoundary/index.js.map +2 -2
- package/dist/cjs/ErrorBoundary/index.native.js +46 -0
- package/dist/cjs/ErrorBoundary/index.native.js.map +6 -0
- package/dist/cjs/code/Code/Code.stories.js +6 -10
- package/dist/cjs/code/Code/Code.stories.js.map +1 -1
- package/dist/cjs/code/Code/Code.stories.native.js +39 -0
- package/dist/cjs/code/Code/Code.stories.native.js.map +6 -0
- package/dist/cjs/code/Code/index.js +11 -12
- package/dist/cjs/code/Code/index.js.map +1 -1
- package/dist/cjs/code/Code/index.native.js +60 -0
- package/dist/cjs/code/Code/index.native.js.map +6 -0
- package/dist/cjs/code/CodeBlock/CodeBlock.stories.js +11 -15
- package/dist/cjs/code/CodeBlock/CodeBlock.stories.js.map +1 -1
- package/dist/cjs/code/CodeBlock/CodeBlock.stories.native.js +50 -0
- package/dist/cjs/code/CodeBlock/CodeBlock.stories.native.js.map +6 -0
- package/dist/cjs/code/CodeBlock/index.js +8 -24
- package/dist/cjs/code/CodeBlock/index.js.map +2 -2
- package/dist/cjs/code/CodeBlock/index.native.js +42 -0
- package/dist/cjs/code/CodeBlock/index.native.js.map +6 -0
- package/dist/cjs/code/Pre/index.js +5 -8
- package/dist/cjs/code/Pre/index.js.map +1 -1
- package/dist/cjs/code/Pre/index.native.js +32 -0
- package/dist/cjs/code/Pre/index.native.js.map +6 -0
- package/dist/cjs/code/index.js +4 -7
- package/dist/cjs/code/index.js.map +1 -1
- package/dist/cjs/code/index.native.js +23 -0
- package/dist/cjs/code/index.native.js.map +6 -0
- package/dist/cjs/component/SimpleInput/SimpleInput.stories.js +39 -0
- package/dist/cjs/component/SimpleInput/SimpleInput.stories.js.map +6 -0
- package/dist/cjs/component/SimpleInput/SimpleInput.stories.native.js +47 -0
- package/dist/cjs/component/SimpleInput/SimpleInput.stories.native.js.map +6 -0
- package/dist/cjs/component/SimpleInput/index.js +159 -0
- package/dist/cjs/component/SimpleInput/index.js.map +6 -0
- package/dist/cjs/component/SimpleInput/index.native.js +157 -0
- package/dist/cjs/component/SimpleInput/index.native.js.map +6 -0
- package/dist/cjs/forms/FormCheckBox/FormCheckBox.stories.js +40 -52
- package/dist/cjs/forms/FormCheckBox/FormCheckBox.stories.js.map +2 -2
- package/dist/cjs/forms/FormCheckBox/FormCheckBox.stories.native.js +67 -0
- package/dist/cjs/forms/FormCheckBox/FormCheckBox.stories.native.js.map +6 -0
- package/dist/cjs/forms/FormCheckBox/index.js +61 -80
- package/dist/cjs/forms/FormCheckBox/index.js.map +2 -2
- package/dist/cjs/forms/FormCheckBox/index.native.js +119 -0
- package/dist/cjs/forms/FormCheckBox/index.native.js.map +6 -0
- package/dist/cjs/forms/FormField.js +16 -21
- package/dist/cjs/forms/FormField.js.map +2 -2
- package/dist/cjs/forms/FormField.native.js +36 -0
- package/dist/cjs/forms/FormField.native.js.map +6 -0
- package/dist/cjs/forms/FormInput/FormInput.stories.js +10 -24
- package/dist/cjs/forms/FormInput/FormInput.stories.js.map +2 -2
- package/dist/cjs/forms/FormInput/FormInput.stories.native.js +41 -0
- package/dist/cjs/forms/FormInput/FormInput.stories.native.js.map +6 -0
- package/dist/cjs/forms/FormInput/index.js +24 -48
- package/dist/cjs/forms/FormInput/index.js.map +2 -2
- package/dist/cjs/forms/FormInput/index.native.js +80 -0
- package/dist/cjs/forms/FormInput/index.native.js.map +6 -0
- package/dist/cjs/forms/FormProgress/FormProgress.stories.js +7 -23
- package/dist/cjs/forms/FormProgress/FormProgress.stories.js.map +2 -2
- package/dist/cjs/forms/FormProgress/FormProgress.stories.native.js +45 -0
- package/dist/cjs/forms/FormProgress/FormProgress.stories.native.js.map +6 -0
- package/dist/cjs/forms/FormProgress/index.js +33 -55
- package/dist/cjs/forms/FormProgress/index.js.map +2 -2
- package/dist/cjs/forms/FormProgress/index.native.js +90 -0
- package/dist/cjs/forms/FormProgress/index.native.js.map +6 -0
- package/dist/cjs/forms/FormRadioGroup/FormRadioGroup.stories.js +8 -24
- package/dist/cjs/forms/FormRadioGroup/FormRadioGroup.stories.js.map +2 -2
- package/dist/cjs/forms/FormRadioGroup/FormRadioGroup.stories.native.js +53 -0
- package/dist/cjs/forms/FormRadioGroup/FormRadioGroup.stories.native.js.map +6 -0
- package/dist/cjs/forms/FormRadioGroup/index.js +27 -46
- package/dist/cjs/forms/FormRadioGroup/index.js.map +2 -2
- package/dist/cjs/forms/FormRadioGroup/index.native.js +88 -0
- package/dist/cjs/forms/FormRadioGroup/index.native.js.map +6 -0
- package/dist/cjs/forms/FormSelectSimple/FormSelectSimple.stories.js +12 -23
- package/dist/cjs/forms/FormSelectSimple/FormSelectSimple.stories.js.map +2 -2
- package/dist/cjs/forms/FormSelectSimple/FormSelectSimple.stories.native.js +41 -0
- package/dist/cjs/forms/FormSelectSimple/FormSelectSimple.stories.native.js.map +6 -0
- package/dist/cjs/forms/FormSelectSimple/index.js +21 -43
- package/dist/cjs/forms/FormSelectSimple/index.js.map +2 -2
- package/dist/cjs/forms/FormSelectSimple/index.native.js +77 -0
- package/dist/cjs/forms/FormSelectSimple/index.native.js.map +6 -0
- package/dist/cjs/forms/FormSlider/FormSlider.stories.js +7 -23
- package/dist/cjs/forms/FormSlider/FormSlider.stories.js.map +2 -2
- package/dist/cjs/forms/FormSlider/FormSlider.stories.native.js +41 -0
- package/dist/cjs/forms/FormSlider/FormSlider.stories.native.js.map +6 -0
- package/dist/cjs/forms/FormSlider/index.js +46 -59
- package/dist/cjs/forms/FormSlider/index.js.map +2 -2
- package/dist/cjs/forms/FormSlider/index.native.js +95 -0
- package/dist/cjs/forms/FormSlider/index.native.js.map +6 -0
- package/dist/cjs/forms/FormSubmitButton/FormSubmitButton.stories.js +7 -24
- package/dist/cjs/forms/FormSubmitButton/FormSubmitButton.stories.js.map +2 -2
- package/dist/cjs/forms/FormSubmitButton/FormSubmitButton.stories.native.js +41 -0
- package/dist/cjs/forms/FormSubmitButton/FormSubmitButton.stories.native.js.map +6 -0
- package/dist/cjs/forms/FormSubmitButton/index.js +10 -29
- package/dist/cjs/forms/FormSubmitButton/index.js.map +2 -2
- package/dist/cjs/forms/FormSubmitButton/index.native.js +51 -0
- package/dist/cjs/forms/FormSubmitButton/index.native.js.map +6 -0
- package/dist/cjs/forms/FormSwitch/FormSwitch.stories.js +8 -24
- package/dist/cjs/forms/FormSwitch/FormSwitch.stories.js.map +2 -2
- package/dist/cjs/forms/FormSwitch/FormSwitch.stories.native.js +50 -0
- package/dist/cjs/forms/FormSwitch/FormSwitch.stories.native.js.map +6 -0
- package/dist/cjs/forms/FormSwitch/index.js +27 -51
- package/dist/cjs/forms/FormSwitch/index.js.map +2 -2
- package/dist/cjs/forms/FormSwitch/index.native.js +87 -0
- package/dist/cjs/forms/FormSwitch/index.native.js.map +6 -0
- package/dist/cjs/forms/FormTextArea/FormTextArea.stories.js +8 -24
- package/dist/cjs/forms/FormTextArea/FormTextArea.stories.js.map +2 -2
- package/dist/cjs/forms/FormTextArea/FormTextArea.stories.native.js +50 -0
- package/dist/cjs/forms/FormTextArea/FormTextArea.stories.native.js.map +6 -0
- package/dist/cjs/forms/FormTextArea/index.js +24 -48
- package/dist/cjs/forms/FormTextArea/index.js.map +2 -2
- package/dist/cjs/forms/FormTextArea/index.native.js +80 -0
- package/dist/cjs/forms/FormTextArea/index.native.js.map +6 -0
- package/dist/cjs/forms/SelectButton/OptionButton.js +13 -40
- package/dist/cjs/forms/SelectButton/OptionButton.js.map +2 -2
- package/dist/cjs/forms/SelectButton/OptionButton.native.js +85 -0
- package/dist/cjs/forms/SelectButton/OptionButton.native.js.map +6 -0
- package/dist/cjs/forms/SelectButton/SelectButton.stories.js +17 -25
- package/dist/cjs/forms/SelectButton/SelectButton.stories.js.map +2 -2
- package/dist/cjs/forms/SelectButton/SelectButton.stories.native.js +43 -0
- package/dist/cjs/forms/SelectButton/SelectButton.stories.native.js.map +6 -0
- package/dist/cjs/forms/SelectButton/context.js +5 -8
- package/dist/cjs/forms/SelectButton/context.js.map +1 -1
- package/dist/cjs/forms/SelectButton/context.native.js +26 -0
- package/dist/cjs/forms/SelectButton/context.native.js.map +6 -0
- package/dist/cjs/forms/SelectButton/index.js +19 -41
- package/dist/cjs/forms/SelectButton/index.js.map +2 -2
- package/dist/cjs/forms/SelectButton/index.native.js +67 -0
- package/dist/cjs/forms/SelectButton/index.native.js.map +6 -0
- package/dist/cjs/forms/SelectSimple/SelectSimple.stories.js +12 -24
- package/dist/cjs/forms/SelectSimple/SelectSimple.stories.js.map +2 -2
- package/dist/cjs/forms/SelectSimple/SelectSimple.stories.native.js +41 -0
- package/dist/cjs/forms/SelectSimple/SelectSimple.stories.native.js.map +6 -0
- package/dist/cjs/forms/SelectSimple/index.js +15 -21
- package/dist/cjs/forms/SelectSimple/index.js.map +2 -2
- package/dist/cjs/forms/SelectSimple/index.native.js +48 -0
- package/dist/cjs/forms/SelectSimple/index.native.js.map +6 -0
- package/dist/cjs/forms/SimpleForm/SimpleForm.stories.js +35 -42
- package/dist/cjs/forms/SimpleForm/SimpleForm.stories.js.map +2 -2
- package/dist/cjs/forms/SimpleForm/SimpleForm.stories.native.js +53 -0
- package/dist/cjs/forms/SimpleForm/SimpleForm.stories.native.js.map +6 -0
- package/dist/cjs/forms/SimpleForm/index.js +7 -22
- package/dist/cjs/forms/SimpleForm/index.js.map +2 -2
- package/dist/cjs/forms/SimpleForm/index.native.js +65 -0
- package/dist/cjs/forms/SimpleForm/index.native.js.map +6 -0
- package/dist/cjs/forms/index.js +4 -7
- package/dist/cjs/forms/index.js.map +1 -1
- package/dist/cjs/forms/index.native.js +41 -0
- package/dist/cjs/forms/index.native.js.map +6 -0
- package/dist/cjs/forms/types.js +3 -5
- package/dist/cjs/forms/types.js.map +1 -1
- package/dist/cjs/forms/types.native.js +14 -0
- package/dist/cjs/forms/types.native.js.map +6 -0
- package/dist/cjs/global.js +3 -5
- package/dist/cjs/global.js.map +1 -1
- package/dist/cjs/global.native.js +14 -0
- package/dist/cjs/global.native.js.map +6 -0
- package/dist/cjs/helpers.js +7 -25
- package/dist/cjs/helpers.js.map +2 -2
- package/dist/cjs/helpers.native.js +36 -0
- package/dist/cjs/helpers.native.js.map +6 -0
- package/dist/cjs/hooks/index.js +4 -7
- package/dist/cjs/hooks/index.js.map +1 -1
- package/dist/cjs/hooks/index.native.js +21 -0
- package/dist/cjs/hooks/index.native.js.map +6 -0
- package/dist/cjs/hooks/useAnimationDriverToggle.js +6 -10
- package/dist/cjs/hooks/useAnimationDriverToggle.js.map +1 -1
- package/dist/cjs/hooks/useAnimationDriverToggle.native.js +31 -0
- package/dist/cjs/hooks/useAnimationDriverToggle.native.js.map +6 -0
- package/dist/cjs/hooks/useAssets/index.js +7 -15
- package/dist/cjs/hooks/useAssets/index.js.map +1 -1
- package/dist/cjs/hooks/useAssets/index.native.js +8 -20
- package/dist/cjs/hooks/useAssets/index.native.js.map +1 -1
- package/dist/cjs/hooks/useClipboard.js +12 -21
- package/dist/cjs/hooks/useClipboard.js.map +1 -1
- package/dist/cjs/hooks/useClipboard.native.js +41 -0
- package/dist/cjs/hooks/useClipboard.native.js.map +6 -0
- package/dist/cjs/images/SimpleImage/index.js +29 -68
- package/dist/cjs/images/SimpleImage/index.js.map +2 -2
- package/dist/cjs/images/SimpleImage/index.native.js +116 -0
- package/dist/cjs/images/SimpleImage/index.native.js.map +6 -0
- package/dist/cjs/images/SimpleImage/index.stories.js +26 -42
- package/dist/cjs/images/SimpleImage/index.stories.js.map +2 -2
- package/dist/cjs/images/SimpleImage/index.stories.native.js +107 -0
- package/dist/cjs/images/SimpleImage/index.stories.native.js.map +6 -0
- package/dist/cjs/images/Svg/Svg.stories.js +8 -24
- package/dist/cjs/images/Svg/Svg.stories.js.map +2 -2
- package/dist/cjs/images/Svg/Svg.stories.native.js +50 -0
- package/dist/cjs/images/Svg/Svg.stories.native.js.map +6 -0
- package/dist/cjs/images/Svg/index.js +6 -10
- package/dist/cjs/images/Svg/index.js.map +1 -1
- package/dist/cjs/images/Svg/index.native.js +6 -10
- package/dist/cjs/images/Svg/index.native.js.map +1 -1
- package/dist/cjs/images/SvgUri/index.js +7 -21
- package/dist/cjs/images/SvgUri/index.js.map +2 -2
- package/dist/cjs/images/SvgUri/index.native.js +6 -10
- package/dist/cjs/images/SvgUri/index.native.js.map +1 -1
- package/dist/cjs/images/index.js +4 -7
- package/dist/cjs/images/index.js.map +1 -1
- package/dist/cjs/images/index.native.js +21 -0
- package/dist/cjs/images/index.native.js.map +6 -0
- package/dist/cjs/index.js +4 -7
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/index.native.js +37 -0
- package/dist/cjs/index.native.js.map +6 -0
- package/dist/cjs/layouts/Debug/DebugLayout.stories.js +7 -25
- package/dist/cjs/layouts/Debug/DebugLayout.stories.js.map +2 -2
- package/dist/cjs/layouts/Debug/DebugLayout.stories.native.js +40 -0
- package/dist/cjs/layouts/Debug/DebugLayout.stories.native.js.map +6 -0
- package/dist/cjs/layouts/Debug/index.js +61 -73
- package/dist/cjs/layouts/Debug/index.js.map +2 -2
- package/dist/cjs/layouts/Debug/index.native.js +107 -0
- package/dist/cjs/layouts/Debug/index.native.js.map +6 -0
- package/dist/cjs/layouts/index.js +4 -7
- package/dist/cjs/layouts/index.js.map +1 -1
- package/dist/cjs/layouts/index.native.js +19 -0
- package/dist/cjs/layouts/index.native.js.map +6 -0
- package/dist/cjs/mdx/ExternalIcon/ExternalIcon.stories.js +7 -22
- package/dist/cjs/mdx/ExternalIcon/ExternalIcon.stories.js.map +2 -2
- package/dist/cjs/mdx/ExternalIcon/ExternalIcon.stories.native.js +40 -0
- package/dist/cjs/mdx/ExternalIcon/ExternalIcon.stories.native.js.map +6 -0
- package/dist/cjs/mdx/ExternalIcon/index.js +8 -22
- package/dist/cjs/mdx/ExternalIcon/index.js.map +2 -2
- package/dist/cjs/mdx/ExternalIcon/index.native.js +42 -0
- package/dist/cjs/mdx/ExternalIcon/index.native.js.map +6 -0
- package/dist/cjs/mdx/HR/HR.stories.js +7 -22
- package/dist/cjs/mdx/HR/HR.stories.js.map +2 -2
- package/dist/cjs/mdx/HR/HR.stories.native.js +39 -0
- package/dist/cjs/mdx/HR/HR.stories.native.js.map +6 -0
- package/dist/cjs/mdx/HR/index.js +10 -21
- package/dist/cjs/mdx/HR/index.js.map +2 -2
- package/dist/cjs/mdx/HR/index.native.js +34 -0
- package/dist/cjs/mdx/HR/index.native.js.map +6 -0
- package/dist/cjs/mdx/LI/LI.stories.js +7 -23
- package/dist/cjs/mdx/LI/LI.stories.js.map +2 -2
- package/dist/cjs/mdx/LI/LI.stories.native.js +39 -0
- package/dist/cjs/mdx/LI/LI.stories.native.js.map +6 -0
- package/dist/cjs/mdx/LI/index.js +5 -8
- package/dist/cjs/mdx/LI/index.js.map +1 -1
- package/dist/cjs/mdx/LI/index.native.js +31 -0
- package/dist/cjs/mdx/LI/index.native.js.map +6 -0
- package/dist/cjs/mdx/MDX/MDX.stories.js +8 -24
- package/dist/cjs/mdx/MDX/MDX.stories.js.map +2 -2
- package/dist/cjs/mdx/MDX/MDX.stories.native.js +77 -0
- package/dist/cjs/mdx/MDX/MDX.stories.native.js.map +6 -0
- package/dist/cjs/mdx/MDX/index.js +9 -32
- package/dist/cjs/mdx/MDX/index.js.map +2 -2
- package/dist/cjs/mdx/MDX/index.native.js +47 -0
- package/dist/cjs/mdx/MDX/index.native.js.map +6 -0
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlock.stories.js +44 -25
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlock.stories.js.map +2 -2
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js +48 -0
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js.map +6 -0
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlockContext.js +5 -8
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlockContext.js.map +1 -1
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlockContext.native.js +26 -0
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlockContext.native.js.map +6 -0
- package/dist/cjs/mdx/MDXCodeBlock/index.js +79 -103
- package/dist/cjs/mdx/MDXCodeBlock/index.js.map +2 -2
- package/dist/cjs/mdx/MDXCodeBlock/index.native.js +130 -0
- package/dist/cjs/mdx/MDXCodeBlock/index.native.js.map +6 -0
- package/dist/cjs/mdx/UL/UL.stories.js +7 -23
- package/dist/cjs/mdx/UL/UL.stories.js.map +2 -2
- package/dist/cjs/mdx/UL/UL.stories.native.js +39 -0
- package/dist/cjs/mdx/UL/UL.stories.native.js.map +6 -0
- package/dist/cjs/mdx/UL/index.js +5 -8
- package/dist/cjs/mdx/UL/index.js.map +1 -1
- package/dist/cjs/mdx/UL/index.native.js +31 -0
- package/dist/cjs/mdx/UL/index.native.js.map +6 -0
- package/dist/cjs/mdx/components.js +70 -99
- package/dist/cjs/mdx/components.js.map +1 -1
- package/dist/cjs/mdx/components.native.js +118 -0
- package/dist/cjs/mdx/components.native.js.map +6 -0
- package/dist/cjs/mdx/hooks/index.js +4 -7
- package/dist/cjs/mdx/hooks/index.js.map +1 -1
- package/dist/cjs/mdx/hooks/index.native.js +23 -0
- package/dist/cjs/mdx/hooks/index.native.js.map +6 -0
- package/dist/cjs/mdx/hooks/useCompileAndEvaluateMdx.js +8 -15
- package/dist/cjs/mdx/hooks/useCompileAndEvaluateMdx.js.map +1 -1
- package/dist/cjs/mdx/hooks/useCompileAndEvaluateMdx.native.js +29 -0
- package/dist/cjs/mdx/hooks/useCompileAndEvaluateMdx.native.js.map +6 -0
- package/dist/cjs/mdx/hooks/useCompileMdx.js +14 -25
- package/dist/cjs/mdx/hooks/useCompileMdx.js.map +1 -1
- package/dist/cjs/mdx/hooks/useCompileMdx.native.js +77 -0
- package/dist/cjs/mdx/hooks/useCompileMdx.native.js.map +6 -0
- package/dist/cjs/mdx/hooks/useEvaluateMdx.js +11 -20
- package/dist/cjs/mdx/hooks/useEvaluateMdx.js.map +1 -1
- package/dist/cjs/mdx/hooks/useEvaluateMdx.native.js +49 -0
- package/dist/cjs/mdx/hooks/useEvaluateMdx.native.js.map +6 -0
- package/dist/cjs/mdx/index.js +4 -7
- package/dist/cjs/mdx/index.js.map +1 -1
- package/dist/cjs/mdx/index.native.js +33 -0
- package/dist/cjs/mdx/index.native.js.map +6 -0
- package/dist/cjs/mdx/util/rehypeHighlightCode.js +11 -25
- package/dist/cjs/mdx/util/rehypeHighlightCode.js.map +1 -1
- package/dist/cjs/mdx/util/rehypeHighlightCode.native.js +47 -0
- package/dist/cjs/mdx/util/rehypeHighlightCode.native.js.map +6 -0
- package/dist/cjs/mdx/util/rehypeHighlightLine.js +27 -53
- package/dist/cjs/mdx/util/rehypeHighlightLine.js.map +1 -1
- package/dist/cjs/mdx/util/rehypeHighlightLine.native.js +105 -0
- package/dist/cjs/mdx/util/rehypeHighlightLine.native.js.map +6 -0
- package/dist/cjs/mdx/util/rehypeHighlightWord.js +10 -19
- package/dist/cjs/mdx/util/rehypeHighlightWord.js.map +1 -1
- package/dist/cjs/mdx/util/rehypeHighlightWord.native.js +38 -0
- package/dist/cjs/mdx/util/rehypeHighlightWord.native.js.map +6 -0
- package/dist/cjs/mdx/util/rehypeMetaAttributes.js +7 -13
- package/dist/cjs/mdx/util/rehypeMetaAttributes.js.map +1 -1
- package/dist/cjs/mdx/util/rehypeMetaAttributes.native.js +37 -0
- package/dist/cjs/mdx/util/rehypeMetaAttributes.native.js.map +6 -0
- package/dist/cjs/organize/SimpleAccordion/SimpleAccordion.stories.js +35 -0
- package/dist/cjs/organize/SimpleAccordion/SimpleAccordion.stories.js.map +6 -0
- package/dist/cjs/organize/SimpleAccordion/SimpleAccordion.stories.native.js +43 -0
- package/dist/cjs/organize/SimpleAccordion/SimpleAccordion.stories.native.js.map +6 -0
- package/dist/cjs/organize/SimpleAccordion/index.js +28 -0
- package/dist/cjs/organize/SimpleAccordion/index.js.map +6 -0
- package/dist/cjs/organize/SimpleAccordion/index.native.js +36 -0
- package/dist/cjs/organize/SimpleAccordion/index.native.js.map +6 -0
- package/dist/cjs/organize/SimpleTabs/SimpleTabs.stories.js +29 -24
- package/dist/cjs/organize/SimpleTabs/SimpleTabs.stories.js.map +2 -2
- package/dist/cjs/organize/SimpleTabs/SimpleTabs.stories.native.js +45 -0
- package/dist/cjs/organize/SimpleTabs/SimpleTabs.stories.native.js.map +6 -0
- package/dist/cjs/organize/SimpleTabs/index.js +31 -42
- package/dist/cjs/organize/SimpleTabs/index.js.map +1 -1
- package/dist/cjs/organize/SimpleTabs/index.native.js +121 -0
- package/dist/cjs/organize/SimpleTabs/index.native.js.map +6 -0
- package/dist/cjs/panels/SimpleAlertDialog/SImpleAlertDialog.stories.js +44 -26
- package/dist/cjs/panels/SimpleAlertDialog/SImpleAlertDialog.stories.js.map +2 -2
- package/dist/cjs/panels/SimpleAlertDialog/SImpleAlertDialog.stories.native.js +77 -0
- package/dist/cjs/panels/SimpleAlertDialog/SImpleAlertDialog.stories.native.js.map +6 -0
- package/dist/cjs/panels/SimpleAlertDialog/index.js +51 -46
- package/dist/cjs/panels/SimpleAlertDialog/index.js.map +1 -1
- package/dist/cjs/panels/SimpleAlertDialog/index.native.js +85 -0
- package/dist/cjs/panels/SimpleAlertDialog/index.native.js.map +6 -0
- package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.js +22 -29
- package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.js.map +2 -2
- package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.native.js +53 -0
- package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.native.js.map +6 -0
- package/dist/cjs/panels/SimpleDialog/index.js +50 -52
- package/dist/cjs/panels/SimpleDialog/index.js.map +1 -1
- package/dist/cjs/panels/SimpleDialog/index.native.js +84 -0
- package/dist/cjs/panels/SimpleDialog/index.native.js.map +6 -0
- package/dist/cjs/panels/SimplePopover/SimplePopover.stories.js +55 -25
- package/dist/cjs/panels/SimplePopover/SimplePopover.stories.js.map +2 -2
- package/dist/cjs/panels/SimplePopover/SimplePopover.stories.native.js +79 -0
- package/dist/cjs/panels/SimplePopover/SimplePopover.stories.native.js.map +6 -0
- package/dist/cjs/panels/SimplePopover/index.js +71 -39
- package/dist/cjs/panels/SimplePopover/index.js.map +2 -2
- package/dist/cjs/panels/SimplePopover/index.native.js +87 -0
- package/dist/cjs/panels/SimplePopover/index.native.js.map +6 -0
- package/dist/cjs/panels/SimpleSheet/SimpleSheet.stories.js +7 -22
- package/dist/cjs/panels/SimpleSheet/SimpleSheet.stories.js.map +2 -2
- package/dist/cjs/panels/SimpleSheet/SimpleSheet.stories.native.js +41 -0
- package/dist/cjs/panels/SimpleSheet/SimpleSheet.stories.native.js.map +6 -0
- package/dist/cjs/panels/SimpleSheet/index.js +65 -65
- package/dist/cjs/panels/SimpleSheet/index.js.map +2 -2
- package/dist/cjs/panels/SimpleSheet/index.native.js +93 -0
- package/dist/cjs/panels/SimpleSheet/index.native.js.map +6 -0
- package/dist/cjs/panels/SimpleToast/SimpleToast.stories.js +11 -26
- package/dist/cjs/panels/SimpleToast/SimpleToast.stories.js.map +2 -2
- package/dist/cjs/panels/SimpleToast/SimpleToast.stories.native.js +46 -0
- package/dist/cjs/panels/SimpleToast/SimpleToast.stories.native.js.map +6 -0
- package/dist/cjs/panels/SimpleToast/index.js +13 -27
- package/dist/cjs/panels/SimpleToast/index.js.map +2 -2
- package/dist/cjs/panels/SimpleToast/index.native.js +50 -0
- package/dist/cjs/panels/SimpleToast/index.native.js.map +6 -0
- package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.js +10 -26
- package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.js.map +2 -2
- package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.native.js +46 -0
- package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.native.js.map +6 -0
- package/dist/cjs/panels/SimpleTooltip/index.js +31 -40
- package/dist/cjs/panels/SimpleTooltip/index.js.map +2 -2
- package/dist/cjs/panels/SimpleTooltip/index.native.js +63 -0
- package/dist/cjs/panels/SimpleTooltip/index.native.js.map +6 -0
- package/dist/cjs/panels/index.js +4 -7
- package/dist/cjs/panels/index.js.map +1 -1
- package/dist/cjs/panels/index.native.js +27 -0
- package/dist/cjs/panels/index.native.js.map +6 -0
- package/dist/cjs/providers/AnimationDriverTogglerContextProvider.js +19 -42
- package/dist/cjs/providers/AnimationDriverTogglerContextProvider.js.map +2 -2
- package/dist/cjs/providers/AnimationDriverTogglerContextProvider.native.js +53 -0
- package/dist/cjs/providers/AnimationDriverTogglerContextProvider.native.js.map +6 -0
- package/dist/cjs/table/Table/Table.stories.js +50 -22
- package/dist/cjs/table/Table/Table.stories.js.map +2 -2
- package/dist/cjs/table/Table/Table.stories.native.js +41 -0
- package/dist/cjs/table/Table/Table.stories.native.js.map +6 -0
- package/dist/cjs/table/Table/index.js +11 -29
- package/dist/cjs/table/Table/index.js.map +2 -2
- package/dist/cjs/table/Table/index.native.js +46 -0
- package/dist/cjs/table/Table/index.native.js.map +6 -0
- package/dist/cjs/table/TableCell/index.js +7 -11
- package/dist/cjs/table/TableCell/index.js.map +1 -1
- package/dist/cjs/table/TableCell/index.native.js +54 -0
- package/dist/cjs/table/TableCell/index.native.js.map +6 -0
- package/dist/cjs/table/TableCol/index.js +6 -10
- package/dist/cjs/table/TableCol/index.js.map +1 -1
- package/dist/cjs/table/TableCol/index.native.js +34 -0
- package/dist/cjs/table/TableCol/index.native.js.map +6 -0
- package/dist/cjs/table/TableContext.js +5 -8
- package/dist/cjs/table/TableContext.js.map +1 -1
- package/dist/cjs/table/TableContext.native.js +26 -0
- package/dist/cjs/table/TableContext.native.js.map +6 -0
- package/dist/cjs/table/index.js +4 -7
- package/dist/cjs/table/index.js.map +1 -1
- package/dist/cjs/table/index.native.js +23 -0
- package/dist/cjs/table/index.native.js.map +6 -0
- package/dist/cjs/utils/setTinted.js +9 -15
- package/dist/cjs/utils/setTinted.js.map +1 -1
- package/dist/cjs/utils/setTinted.native.js +36 -0
- package/dist/cjs/utils/setTinted.native.js.map +6 -0
- package/dist/cjs/utils/unwrapText.js +8 -13
- package/dist/cjs/utils/unwrapText.js.map +1 -1
- package/dist/cjs/utils/unwrapText.native.js +39 -0
- package/dist/cjs/utils/unwrapText.native.js.map +6 -0
- package/dist/esm/ErrorBoundary/index.js +8 -10
- package/dist/esm/ErrorBoundary/index.js.map +1 -1
- package/dist/esm/code/Code/Code.stories.js +1 -2
- package/dist/esm/code/Code/Code.stories.js.map +1 -1
- package/dist/esm/code/Code/index.js +5 -2
- package/dist/esm/code/Code/index.js.map +1 -1
- package/dist/esm/code/CodeBlock/CodeBlock.stories.js +6 -7
- package/dist/esm/code/CodeBlock/CodeBlock.stories.js.map +1 -1
- package/dist/esm/code/CodeBlock/index.js +5 -5
- package/dist/esm/code/CodeBlock/index.js.map +1 -1
- package/dist/esm/component/SimpleInput/SimpleInput.stories.js +19 -0
- package/dist/esm/component/SimpleInput/SimpleInput.stories.js.map +6 -0
- package/dist/esm/component/SimpleInput/index.js +131 -0
- package/dist/esm/component/SimpleInput/index.js.map +6 -0
- package/dist/esm/forms/FormCheckBox/FormCheckBox.stories.js +35 -30
- package/dist/esm/forms/FormCheckBox/FormCheckBox.stories.js.map +1 -1
- package/dist/esm/forms/FormCheckBox/index.js +57 -58
- package/dist/esm/forms/FormCheckBox/index.js.map +1 -1
- package/dist/esm/forms/FormField.js +11 -2
- package/dist/esm/forms/FormField.js.map +1 -1
- package/dist/esm/forms/FormInput/FormInput.stories.js +5 -2
- package/dist/esm/forms/FormInput/FormInput.stories.js.map +1 -1
- package/dist/esm/forms/FormInput/index.js +20 -27
- package/dist/esm/forms/FormInput/index.js.map +1 -1
- package/dist/esm/forms/FormProgress/FormProgress.stories.js +2 -3
- package/dist/esm/forms/FormProgress/FormProgress.stories.js.map +1 -1
- package/dist/esm/forms/FormProgress/index.js +29 -34
- package/dist/esm/forms/FormProgress/index.js.map +1 -1
- package/dist/esm/forms/FormRadioGroup/FormRadioGroup.stories.js +3 -3
- package/dist/esm/forms/FormRadioGroup/FormRadioGroup.stories.js.map +1 -1
- package/dist/esm/forms/FormRadioGroup/index.js +24 -25
- package/dist/esm/forms/FormRadioGroup/index.js.map +1 -1
- package/dist/esm/forms/FormSelectSimple/FormSelectSimple.stories.js +7 -2
- package/dist/esm/forms/FormSelectSimple/FormSelectSimple.stories.js.map +1 -1
- package/dist/esm/forms/FormSelectSimple/index.js +17 -22
- package/dist/esm/forms/FormSelectSimple/index.js.map +1 -1
- package/dist/esm/forms/FormSlider/FormSlider.stories.js +2 -2
- package/dist/esm/forms/FormSlider/FormSlider.stories.js.map +1 -1
- package/dist/esm/forms/FormSlider/index.js +41 -37
- package/dist/esm/forms/FormSlider/index.js.map +1 -1
- package/dist/esm/forms/FormSubmitButton/FormSubmitButton.stories.js +2 -2
- package/dist/esm/forms/FormSubmitButton/FormSubmitButton.stories.js.map +1 -1
- package/dist/esm/forms/FormSubmitButton/index.js +5 -9
- package/dist/esm/forms/FormSubmitButton/index.js.map +1 -1
- package/dist/esm/forms/FormSwitch/FormSwitch.stories.js +3 -3
- package/dist/esm/forms/FormSwitch/FormSwitch.stories.js.map +1 -1
- package/dist/esm/forms/FormSwitch/index.js +24 -31
- package/dist/esm/forms/FormSwitch/index.js.map +1 -1
- package/dist/esm/forms/FormTextArea/FormTextArea.stories.js +3 -3
- package/dist/esm/forms/FormTextArea/FormTextArea.stories.js.map +1 -1
- package/dist/esm/forms/FormTextArea/index.js +20 -27
- package/dist/esm/forms/FormTextArea/index.js.map +1 -1
- package/dist/esm/forms/SelectButton/OptionButton.js +9 -20
- package/dist/esm/forms/SelectButton/OptionButton.js.map +1 -1
- package/dist/esm/forms/SelectButton/SelectButton.stories.js +12 -3
- package/dist/esm/forms/SelectButton/SelectButton.stories.js.map +1 -1
- package/dist/esm/forms/SelectButton/index.js +16 -21
- package/dist/esm/forms/SelectButton/index.js.map +1 -1
- package/dist/esm/forms/SelectSimple/SelectSimple.stories.js +7 -2
- package/dist/esm/forms/SelectSimple/SelectSimple.stories.js.map +1 -1
- package/dist/esm/forms/SelectSimple/index.js +10 -2
- package/dist/esm/forms/SelectSimple/index.js.map +1 -1
- package/dist/esm/forms/SimpleForm/SimpleForm.stories.js +30 -14
- package/dist/esm/forms/SimpleForm/SimpleForm.stories.js.map +1 -1
- package/dist/esm/forms/SimpleForm/index.js +2 -2
- package/dist/esm/forms/SimpleForm/index.js.map +1 -1
- package/dist/esm/helpers.js +2 -5
- package/dist/esm/helpers.js.map +1 -1
- package/dist/esm/hooks/useAssets/index.js +2 -7
- package/dist/esm/hooks/useAssets/index.js.map +1 -1
- package/dist/esm/hooks/useClipboard.js +6 -11
- package/dist/esm/hooks/useClipboard.js.map +1 -1
- package/dist/esm/images/SimpleImage/index.js +25 -46
- package/dist/esm/images/SimpleImage/index.js.map +1 -1
- package/dist/esm/images/SimpleImage/index.stories.js +21 -19
- package/dist/esm/images/SimpleImage/index.stories.js.map +1 -1
- package/dist/esm/images/Svg/Svg.stories.js +3 -3
- package/dist/esm/images/Svg/Svg.stories.js.map +1 -1
- package/dist/esm/images/SvgUri/index.js +2 -3
- package/dist/esm/images/SvgUri/index.js.map +1 -1
- package/dist/esm/layouts/Debug/DebugLayout.stories.js +2 -3
- package/dist/esm/layouts/Debug/DebugLayout.stories.js.map +1 -1
- package/dist/esm/layouts/Debug/index.js +56 -50
- package/dist/esm/layouts/Debug/index.js.map +1 -1
- package/dist/esm/mdx/ExternalIcon/ExternalIcon.stories.js +2 -3
- package/dist/esm/mdx/ExternalIcon/ExternalIcon.stories.js.map +1 -1
- package/dist/esm/mdx/ExternalIcon/index.js +3 -3
- package/dist/esm/mdx/ExternalIcon/index.js.map +1 -1
- package/dist/esm/mdx/HR/HR.stories.js +2 -2
- package/dist/esm/mdx/HR/HR.stories.js.map +1 -1
- package/dist/esm/mdx/HR/index.js +5 -2
- package/dist/esm/mdx/HR/index.js.map +1 -1
- package/dist/esm/mdx/LI/LI.stories.js +2 -2
- package/dist/esm/mdx/LI/LI.stories.js.map +1 -1
- package/dist/esm/mdx/MDX/MDX.stories.js +3 -5
- package/dist/esm/mdx/MDX/MDX.stories.js.map +1 -1
- package/dist/esm/mdx/MDX/index.js +4 -11
- package/dist/esm/mdx/MDX/index.js.map +1 -1
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlock.stories.js +39 -5
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlock.stories.js.map +1 -1
- package/dist/esm/mdx/MDXCodeBlock/index.js +75 -76
- package/dist/esm/mdx/MDXCodeBlock/index.js.map +1 -1
- package/dist/esm/mdx/UL/UL.stories.js +2 -2
- package/dist/esm/mdx/UL/UL.stories.js.map +1 -1
- package/dist/esm/mdx/components.js +63 -76
- package/dist/esm/mdx/components.js.map +1 -1
- package/dist/esm/mdx/hooks/useCompileAndEvaluateMdx.js +2 -5
- package/dist/esm/mdx/hooks/useCompileAndEvaluateMdx.js.map +1 -1
- package/dist/esm/mdx/hooks/useCompileMdx.js +9 -15
- package/dist/esm/mdx/hooks/useCompileMdx.js.map +1 -1
- package/dist/esm/mdx/hooks/useEvaluateMdx.js +3 -6
- package/dist/esm/mdx/hooks/useEvaluateMdx.js.map +1 -1
- package/dist/esm/mdx/util/rehypeHighlightCode.js +3 -6
- package/dist/esm/mdx/util/rehypeHighlightCode.js.map +1 -1
- package/dist/esm/mdx/util/rehypeHighlightLine.js +19 -38
- package/dist/esm/mdx/util/rehypeHighlightLine.js.map +1 -1
- package/dist/esm/mdx/util/rehypeHighlightWord.js +2 -4
- package/dist/esm/mdx/util/rehypeHighlightWord.js.map +1 -1
- package/dist/esm/mdx/util/rehypeMetaAttributes.js +2 -5
- package/dist/esm/mdx/util/rehypeMetaAttributes.js.map +1 -1
- package/dist/esm/organize/SimpleAccordion/SimpleAccordion.stories.js +17 -0
- package/dist/esm/organize/SimpleAccordion/SimpleAccordion.stories.js.map +6 -0
- package/dist/esm/organize/SimpleAccordion/index.js +9 -0
- package/dist/esm/organize/SimpleAccordion/index.js.map +6 -0
- package/dist/esm/organize/SimpleTabs/SimpleTabs.stories.js +24 -3
- package/dist/esm/organize/SimpleTabs/SimpleTabs.stories.js.map +1 -1
- package/dist/esm/organize/SimpleTabs/index.js +24 -26
- package/dist/esm/organize/SimpleTabs/index.js.map +1 -1
- package/dist/esm/panels/SimpleAlertDialog/SImpleAlertDialog.stories.js +38 -7
- package/dist/esm/panels/SimpleAlertDialog/SImpleAlertDialog.stories.js.map +1 -1
- package/dist/esm/panels/SimpleAlertDialog/index.js +44 -32
- package/dist/esm/panels/SimpleAlertDialog/index.js.map +1 -1
- package/dist/esm/panels/SimpleDialog/SimpleDialog.stories.js +18 -8
- package/dist/esm/panels/SimpleDialog/SimpleDialog.stories.js.map +1 -1
- package/dist/esm/panels/SimpleDialog/index.js +43 -37
- package/dist/esm/panels/SimpleDialog/index.js.map +1 -1
- package/dist/esm/panels/SimplePopover/SimplePopover.stories.js +47 -5
- package/dist/esm/panels/SimplePopover/SimplePopover.stories.js.map +1 -1
- package/dist/esm/panels/SimplePopover/index.js +64 -25
- package/dist/esm/panels/SimplePopover/index.js.map +1 -1
- package/dist/esm/panels/SimpleSheet/SimpleSheet.stories.js +2 -3
- package/dist/esm/panels/SimpleSheet/SimpleSheet.stories.js.map +1 -1
- package/dist/esm/panels/SimpleSheet/index.js +57 -43
- package/dist/esm/panels/SimpleSheet/index.js.map +1 -1
- package/dist/esm/panels/SimpleToast/SimpleToast.stories.js +6 -4
- package/dist/esm/panels/SimpleToast/SimpleToast.stories.js.map +1 -1
- package/dist/esm/panels/SimpleToast/index.js +8 -7
- package/dist/esm/panels/SimpleToast/index.js.map +1 -1
- package/dist/esm/panels/SimpleTooltip/SimpleTooltip.stories.js +5 -6
- package/dist/esm/panels/SimpleTooltip/SimpleTooltip.stories.js.map +1 -1
- package/dist/esm/panels/SimpleTooltip/index.js +26 -21
- package/dist/esm/panels/SimpleTooltip/index.js.map +1 -1
- package/dist/esm/providers/AnimationDriverTogglerContextProvider.js +11 -19
- package/dist/esm/providers/AnimationDriverTogglerContextProvider.js.map +1 -1
- package/dist/esm/table/Table/Table.stories.js +45 -2
- package/dist/esm/table/Table/Table.stories.js.map +1 -1
- package/dist/esm/table/Table/index.js +6 -7
- package/dist/esm/table/Table/index.js.map +1 -1
- package/dist/esm/table/TableCell/index.js +1 -1
- package/dist/esm/utils/setTinted.js +4 -7
- package/dist/esm/utils/setTinted.js.map +1 -1
- package/dist/esm/utils/unwrapText.js +1 -4
- package/dist/esm/utils/unwrapText.js.map +1 -1
- package/dist/jsx/ErrorBoundary/index.js +6 -12
- package/dist/jsx/ErrorBoundary/index.js.map +1 -1
- package/dist/jsx/ErrorBoundary/index.native.js +22 -0
- package/dist/jsx/ErrorBoundary/index.native.js.map +6 -0
- package/dist/jsx/code/Code/Code.stories.js +1 -2
- package/dist/jsx/code/Code/Code.stories.js.map +1 -1
- package/dist/jsx/code/Code/{Code.stories.mjs → Code.stories.native.js} +2 -3
- package/dist/jsx/code/Code/{Code.stories.mjs.map → Code.stories.native.js.map} +1 -1
- package/dist/jsx/code/Code/index.js +5 -2
- package/dist/jsx/code/Code/index.js.map +1 -1
- package/dist/jsx/code/Code/{index.mjs → index.native.js} +6 -3
- package/dist/jsx/code/Code/index.native.js.map +6 -0
- package/dist/jsx/code/CodeBlock/CodeBlock.stories.js +6 -7
- package/dist/jsx/code/CodeBlock/CodeBlock.stories.js.map +1 -1
- package/dist/jsx/code/CodeBlock/{CodeBlock.stories.mjs → CodeBlock.stories.native.js} +7 -8
- package/dist/jsx/code/CodeBlock/{CodeBlock.stories.mjs.map → CodeBlock.stories.native.js.map} +1 -1
- package/dist/jsx/code/CodeBlock/index.js +1 -2
- package/dist/jsx/code/CodeBlock/index.js.map +1 -1
- package/dist/jsx/code/CodeBlock/{index.mjs → index.native.js} +3 -4
- package/dist/jsx/code/CodeBlock/index.native.js.map +6 -0
- package/dist/jsx/code/Pre/{index.mjs → index.native.js} +1 -1
- package/dist/jsx/code/{index.mjs → index.native.js} +1 -1
- package/dist/jsx/component/SimpleInput/SimpleInput.stories.js +18 -0
- package/dist/jsx/component/SimpleInput/SimpleInput.stories.js.map +6 -0
- package/dist/jsx/component/SimpleInput/SimpleInput.stories.native.js +18 -0
- package/dist/jsx/component/SimpleInput/SimpleInput.stories.native.js.map +6 -0
- package/dist/jsx/component/SimpleInput/index.js +114 -0
- package/dist/jsx/component/SimpleInput/index.js.map +6 -0
- package/dist/jsx/component/SimpleInput/index.native.js +117 -0
- package/dist/jsx/component/SimpleInput/index.native.js.map +6 -0
- package/dist/jsx/forms/FormCheckBox/{FormCheckBox.stories.mjs → FormCheckBox.stories.native.js} +1 -1
- package/dist/jsx/forms/FormCheckBox/index.js +19 -25
- package/dist/jsx/forms/FormCheckBox/index.js.map +1 -1
- package/dist/jsx/forms/FormCheckBox/{index.mjs → index.native.js} +24 -30
- package/dist/jsx/forms/FormCheckBox/index.native.js.map +6 -0
- package/dist/jsx/forms/FormField.js +1 -1
- package/dist/jsx/forms/{FormField.mjs → FormField.native.js} +2 -2
- package/dist/jsx/forms/FormInput/{FormInput.stories.mjs → FormInput.stories.native.js} +1 -1
- package/dist/jsx/forms/FormInput/index.js +5 -13
- package/dist/jsx/forms/FormInput/index.js.map +1 -1
- package/dist/jsx/forms/FormInput/{index.mjs → index.native.js} +6 -14
- package/dist/jsx/forms/FormInput/index.native.js.map +6 -0
- package/dist/jsx/forms/FormProgress/FormProgress.stories.js +1 -2
- package/dist/jsx/forms/FormProgress/FormProgress.stories.js.map +1 -1
- package/dist/jsx/forms/FormProgress/{FormProgress.stories.mjs → FormProgress.stories.native.js} +2 -3
- package/dist/jsx/forms/FormProgress/{FormProgress.stories.mjs.map → FormProgress.stories.native.js.map} +1 -1
- package/dist/jsx/forms/FormProgress/index.js +9 -15
- package/dist/jsx/forms/FormProgress/index.js.map +1 -1
- package/dist/jsx/forms/FormProgress/{index.mjs → index.native.js} +10 -16
- package/dist/jsx/forms/FormProgress/index.native.js.map +6 -0
- package/dist/jsx/forms/FormRadioGroup/{FormRadioGroup.stories.mjs → FormRadioGroup.stories.native.js} +1 -1
- package/dist/jsx/forms/FormRadioGroup/index.js +4 -10
- package/dist/jsx/forms/FormRadioGroup/index.js.map +1 -1
- package/dist/jsx/forms/FormRadioGroup/{index.mjs → index.native.js} +5 -11
- package/dist/jsx/forms/FormRadioGroup/index.native.js.map +6 -0
- package/dist/jsx/forms/FormSelectSimple/{FormSelectSimple.stories.mjs → FormSelectSimple.stories.native.js} +1 -1
- package/dist/jsx/forms/FormSelectSimple/index.js +4 -10
- package/dist/jsx/forms/FormSelectSimple/index.js.map +1 -1
- package/dist/jsx/forms/FormSelectSimple/{index.mjs → index.native.js} +5 -11
- package/dist/jsx/forms/FormSelectSimple/index.native.js.map +6 -0
- package/dist/jsx/forms/FormSlider/FormSlider.stories.js +1 -1
- package/dist/jsx/forms/FormSlider/{FormSlider.stories.mjs → FormSlider.stories.native.js} +2 -2
- package/dist/jsx/forms/FormSlider/index.js +15 -19
- package/dist/jsx/forms/FormSlider/index.js.map +1 -1
- package/dist/jsx/forms/FormSlider/{index.mjs → index.native.js} +16 -20
- package/dist/jsx/forms/FormSlider/index.native.js.map +6 -0
- package/dist/jsx/forms/FormSubmitButton/{FormSubmitButton.stories.mjs → FormSubmitButton.stories.native.js} +1 -1
- package/dist/jsx/forms/FormSubmitButton/index.js +3 -7
- package/dist/jsx/forms/FormSubmitButton/index.js.map +1 -1
- package/dist/jsx/forms/FormSubmitButton/{index.mjs → index.native.js} +4 -8
- package/dist/jsx/forms/FormSubmitButton/{index.mjs.map → index.native.js.map} +1 -1
- package/dist/jsx/forms/FormSwitch/FormSwitch.stories.js +1 -1
- package/dist/jsx/forms/FormSwitch/{FormSwitch.stories.mjs → FormSwitch.stories.native.js} +2 -2
- package/dist/jsx/forms/FormSwitch/index.js +9 -17
- package/dist/jsx/forms/FormSwitch/index.js.map +1 -1
- package/dist/jsx/forms/FormSwitch/{index.mjs → index.native.js} +10 -18
- package/dist/jsx/forms/FormSwitch/index.native.js.map +6 -0
- package/dist/jsx/forms/FormTextArea/FormTextArea.stories.js +1 -1
- package/dist/jsx/forms/FormTextArea/FormTextArea.stories.js.map +1 -1
- package/dist/jsx/forms/FormTextArea/{FormTextArea.stories.mjs → FormTextArea.stories.native.js} +2 -2
- package/dist/jsx/forms/FormTextArea/{FormTextArea.stories.mjs.map → FormTextArea.stories.native.js.map} +1 -1
- package/dist/jsx/forms/FormTextArea/index.js +5 -13
- package/dist/jsx/forms/FormTextArea/index.js.map +1 -1
- package/dist/jsx/forms/FormTextArea/{index.mjs → index.native.js} +6 -14
- package/dist/jsx/forms/FormTextArea/index.native.js.map +6 -0
- package/dist/jsx/forms/SelectButton/OptionButton.js +6 -18
- package/dist/jsx/forms/SelectButton/OptionButton.js.map +1 -1
- package/dist/jsx/forms/SelectButton/{OptionButton.mjs → OptionButton.native.js} +7 -19
- package/dist/jsx/forms/SelectButton/OptionButton.native.js.map +6 -0
- package/dist/jsx/forms/SelectButton/SelectButton.stories.js +1 -2
- package/dist/jsx/forms/SelectButton/SelectButton.stories.js.map +1 -1
- package/dist/jsx/forms/SelectButton/{SelectButton.stories.mjs → SelectButton.stories.native.js} +2 -3
- package/dist/jsx/forms/SelectButton/{SelectButton.stories.mjs.map → SelectButton.stories.native.js.map} +1 -1
- package/dist/jsx/forms/SelectButton/{context.mjs → context.native.js} +1 -1
- package/dist/jsx/forms/SelectButton/index.js +13 -19
- package/dist/jsx/forms/SelectButton/index.js.map +1 -1
- package/dist/jsx/forms/SelectButton/index.native.js +42 -0
- package/dist/jsx/forms/SelectButton/index.native.js.map +6 -0
- package/dist/jsx/forms/SelectSimple/{SelectSimple.stories.mjs → SelectSimple.stories.native.js} +1 -1
- package/dist/jsx/forms/SelectSimple/index.js +2 -1
- package/dist/jsx/forms/SelectSimple/index.js.map +1 -1
- package/dist/jsx/forms/SelectSimple/{index.mjs → index.native.js} +3 -2
- package/dist/jsx/forms/SelectSimple/index.native.js.map +6 -0
- package/dist/jsx/forms/SimpleForm/SimpleForm.stories.js +1 -1
- package/dist/jsx/forms/SimpleForm/SimpleForm.stories.js.map +1 -1
- package/dist/jsx/forms/SimpleForm/{SimpleForm.stories.mjs → SimpleForm.stories.native.js} +2 -2
- package/dist/jsx/forms/SimpleForm/{SimpleForm.stories.mjs.map → SimpleForm.stories.native.js.map} +1 -1
- package/dist/jsx/forms/SimpleForm/{index.mjs → index.native.js} +1 -1
- package/dist/jsx/forms/{index.mjs → index.native.js} +1 -1
- package/dist/jsx/forms/types.native.js +1 -0
- package/dist/jsx/global.native.js +1 -0
- package/dist/jsx/helpers.js +1 -4
- package/dist/jsx/helpers.js.map +1 -1
- package/dist/jsx/{helpers.mjs → helpers.native.js} +2 -5
- package/dist/jsx/{helpers.mjs.map → helpers.native.js.map} +1 -1
- package/dist/jsx/hooks/{index.mjs → index.native.js} +1 -1
- package/dist/jsx/hooks/{useAnimationDriverToggle.mjs → useAnimationDriverToggle.native.js} +1 -1
- package/dist/jsx/hooks/useAssets/index.js +2 -7
- package/dist/jsx/hooks/useAssets/index.js.map +1 -1
- package/dist/jsx/hooks/useAssets/index.native.js +3 -12
- package/dist/jsx/hooks/useAssets/index.native.js.map +1 -1
- package/dist/jsx/hooks/useClipboard.js +6 -11
- package/dist/jsx/hooks/useClipboard.js.map +1 -1
- package/dist/jsx/hooks/useClipboard.native.js +21 -0
- package/dist/jsx/hooks/useClipboard.native.js.map +6 -0
- package/dist/jsx/images/SimpleImage/index.js +21 -43
- package/dist/jsx/images/SimpleImage/index.js.map +1 -1
- package/dist/jsx/images/SimpleImage/index.native.js +89 -0
- package/dist/jsx/images/SimpleImage/index.native.js.map +6 -0
- package/dist/jsx/images/SimpleImage/index.stories.js +2 -4
- package/dist/jsx/images/SimpleImage/index.stories.js.map +1 -1
- package/dist/jsx/images/SimpleImage/{index.stories.mjs → index.stories.native.js} +3 -5
- package/dist/jsx/images/SimpleImage/{index.stories.mjs.map → index.stories.native.js.map} +1 -1
- package/dist/jsx/images/Svg/{Svg.stories.mjs → Svg.stories.native.js} +1 -1
- package/dist/jsx/images/SvgUri/index.js +1 -2
- package/dist/jsx/images/SvgUri/index.js.map +1 -1
- package/dist/jsx/images/{index.mjs → index.native.js} +1 -1
- package/dist/jsx/{index.mjs → index.native.js} +1 -1
- package/dist/jsx/layouts/Debug/DebugLayout.stories.js +1 -2
- package/dist/jsx/layouts/Debug/DebugLayout.stories.js.map +1 -1
- package/dist/jsx/layouts/Debug/{DebugLayout.stories.mjs → DebugLayout.stories.native.js} +2 -3
- package/dist/jsx/layouts/Debug/{DebugLayout.stories.mjs.map → DebugLayout.stories.native.js.map} +1 -1
- package/dist/jsx/layouts/Debug/index.js +5 -16
- package/dist/jsx/layouts/Debug/index.js.map +1 -1
- package/dist/jsx/layouts/Debug/{index.mjs → index.native.js} +6 -17
- package/dist/jsx/layouts/Debug/index.native.js.map +6 -0
- package/dist/jsx/layouts/index.native.js +2 -0
- package/dist/jsx/mdx/ExternalIcon/ExternalIcon.stories.js +1 -2
- package/dist/jsx/mdx/ExternalIcon/ExternalIcon.stories.js.map +1 -1
- package/dist/jsx/mdx/ExternalIcon/{ExternalIcon.stories.mjs → ExternalIcon.stories.native.js} +2 -3
- package/dist/jsx/mdx/ExternalIcon/{ExternalIcon.stories.mjs.map → ExternalIcon.stories.native.js.map} +1 -1
- package/dist/jsx/mdx/ExternalIcon/{index.mjs → index.native.js} +1 -1
- package/dist/jsx/mdx/HR/{HR.stories.mjs → HR.stories.native.js} +1 -1
- package/dist/jsx/mdx/HR/{index.mjs → index.native.js} +1 -1
- package/dist/jsx/mdx/LI/{LI.stories.mjs → LI.stories.native.js} +1 -1
- package/dist/jsx/mdx/LI/{index.mjs → index.native.js} +1 -1
- package/dist/jsx/mdx/MDX/MDX.stories.js +2 -4
- package/dist/jsx/mdx/MDX/MDX.stories.js.map +1 -1
- package/dist/jsx/mdx/MDX/{MDX.stories.mjs → MDX.stories.native.js} +3 -5
- package/dist/jsx/mdx/MDX/MDX.stories.native.js.map +6 -0
- package/dist/jsx/mdx/MDX/index.js +3 -10
- package/dist/jsx/mdx/MDX/index.js.map +1 -1
- package/dist/jsx/mdx/MDX/{index.mjs → index.native.js} +4 -11
- package/dist/jsx/mdx/MDX/index.native.js.map +6 -0
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlock.stories.js +2 -3
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlock.stories.js.map +1 -1
- package/dist/jsx/mdx/MDXCodeBlock/{MDXCodeBlock.stories.mjs → MDXCodeBlock.stories.native.js} +3 -4
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js.map +6 -0
- package/dist/jsx/mdx/MDXCodeBlock/{MDXCodeBlockContext.mjs → MDXCodeBlockContext.native.js} +1 -1
- package/dist/jsx/mdx/MDXCodeBlock/index.js +6 -15
- package/dist/jsx/mdx/MDXCodeBlock/index.js.map +1 -1
- package/dist/jsx/mdx/MDXCodeBlock/{index.mjs → index.native.js} +7 -16
- package/dist/jsx/mdx/MDXCodeBlock/index.native.js.map +6 -0
- package/dist/jsx/mdx/UL/{UL.stories.mjs → UL.stories.native.js} +1 -1
- package/dist/jsx/mdx/UL/{index.mjs → index.native.js} +1 -1
- package/dist/jsx/mdx/components.js +24 -38
- package/dist/jsx/mdx/components.js.map +1 -1
- package/dist/jsx/mdx/{components.mjs → components.native.js} +25 -39
- package/dist/jsx/mdx/components.native.js.map +6 -0
- package/dist/jsx/mdx/hooks/{index.mjs → index.native.js} +1 -1
- package/dist/jsx/mdx/hooks/useCompileAndEvaluateMdx.js +2 -5
- package/dist/jsx/mdx/hooks/useCompileAndEvaluateMdx.js.map +1 -1
- package/dist/jsx/mdx/hooks/{useCompileAndEvaluateMdx.mjs → useCompileAndEvaluateMdx.native.js} +3 -6
- package/dist/jsx/mdx/hooks/{useCompileAndEvaluateMdx.mjs.map → useCompileAndEvaluateMdx.native.js.map} +1 -1
- package/dist/jsx/mdx/hooks/useCompileMdx.js +7 -13
- package/dist/jsx/mdx/hooks/useCompileMdx.js.map +1 -1
- package/dist/jsx/mdx/hooks/{useCompileMdx.mjs → useCompileMdx.native.js} +10 -16
- package/dist/jsx/mdx/hooks/useCompileMdx.native.js.map +6 -0
- package/dist/jsx/mdx/hooks/useEvaluateMdx.js +3 -6
- package/dist/jsx/mdx/hooks/useEvaluateMdx.js.map +1 -1
- package/dist/jsx/mdx/hooks/{useEvaluateMdx.mjs → useEvaluateMdx.native.js} +4 -7
- package/dist/jsx/mdx/hooks/useEvaluateMdx.native.js.map +6 -0
- package/dist/jsx/mdx/{index.mjs → index.native.js} +1 -1
- package/dist/jsx/mdx/util/rehypeHighlightCode.js +3 -6
- package/dist/jsx/mdx/util/rehypeHighlightCode.js.map +1 -1
- package/dist/jsx/mdx/util/{rehypeHighlightCode.mjs → rehypeHighlightCode.native.js} +4 -7
- package/dist/jsx/mdx/util/{rehypeHighlightCode.mjs.map → rehypeHighlightCode.native.js.map} +1 -1
- package/dist/jsx/mdx/util/rehypeHighlightLine.js +19 -38
- package/dist/jsx/mdx/util/rehypeHighlightLine.js.map +1 -1
- package/dist/jsx/mdx/util/{rehypeHighlightLine.mjs → rehypeHighlightLine.native.js} +20 -39
- package/dist/jsx/mdx/util/rehypeHighlightLine.native.js.map +6 -0
- package/dist/jsx/mdx/util/rehypeHighlightWord.js +2 -4
- package/dist/jsx/mdx/util/rehypeHighlightWord.js.map +1 -1
- package/dist/jsx/mdx/util/rehypeHighlightWord.native.js +12 -0
- package/dist/jsx/mdx/util/rehypeHighlightWord.native.js.map +6 -0
- package/dist/jsx/mdx/util/rehypeMetaAttributes.js +2 -5
- package/dist/jsx/mdx/util/rehypeMetaAttributes.js.map +1 -1
- package/dist/jsx/mdx/util/{rehypeMetaAttributes.mjs → rehypeMetaAttributes.native.js} +3 -6
- package/dist/jsx/mdx/util/rehypeMetaAttributes.native.js.map +6 -0
- package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.js +16 -0
- package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.js.map +6 -0
- package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.native.js +16 -0
- package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.native.js.map +6 -0
- package/dist/jsx/organize/SimpleAccordion/index.js +8 -0
- package/dist/jsx/organize/SimpleAccordion/index.js.map +6 -0
- package/dist/jsx/organize/SimpleAccordion/index.native.js +8 -0
- package/dist/jsx/organize/SimpleAccordion/index.native.js.map +6 -0
- package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.js +2 -3
- package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.js.map +1 -1
- package/dist/jsx/organize/SimpleTabs/{SimpleTabs.stories.mjs → SimpleTabs.stories.native.js} +3 -4
- package/dist/jsx/organize/SimpleTabs/{SimpleTabs.stories.mjs.map → SimpleTabs.stories.native.js.map} +1 -1
- package/dist/jsx/organize/SimpleTabs/index.js +5 -8
- package/dist/jsx/organize/SimpleTabs/index.js.map +1 -1
- package/dist/jsx/organize/SimpleTabs/{index.mjs → index.native.js} +6 -9
- package/dist/jsx/organize/SimpleTabs/index.native.js.map +6 -0
- package/dist/jsx/panels/SimpleAlertDialog/SImpleAlertDialog.stories.js +27 -3
- package/dist/jsx/panels/SimpleAlertDialog/SImpleAlertDialog.stories.js.map +1 -1
- package/dist/jsx/panels/SimpleAlertDialog/SImpleAlertDialog.stories.native.js +44 -0
- package/dist/jsx/panels/SimpleAlertDialog/SImpleAlertDialog.stories.native.js.map +6 -0
- package/dist/jsx/panels/SimpleAlertDialog/index.js +9 -10
- package/dist/jsx/panels/SimpleAlertDialog/index.js.map +1 -1
- package/dist/jsx/panels/SimpleAlertDialog/{index.mjs → index.native.js} +10 -11
- package/dist/jsx/panels/SimpleAlertDialog/index.native.js.map +6 -0
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.js +3 -5
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.js.map +1 -1
- package/dist/jsx/panels/SimpleDialog/{SimpleDialog.stories.mjs → SimpleDialog.stories.native.js} +4 -6
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.native.js.map +6 -0
- package/dist/jsx/panels/SimpleDialog/index.js +5 -10
- package/dist/jsx/panels/SimpleDialog/index.js.map +1 -1
- package/dist/jsx/panels/SimpleDialog/{index.mjs → index.native.js} +6 -11
- package/dist/jsx/panels/SimpleDialog/index.native.js.map +6 -0
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.js +38 -4
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.js.map +1 -1
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.native.js +48 -0
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.native.js.map +6 -0
- package/dist/jsx/panels/SimplePopover/index.js +37 -10
- package/dist/jsx/panels/SimplePopover/index.js.map +1 -1
- package/dist/jsx/panels/SimplePopover/index.native.js +63 -0
- package/dist/jsx/panels/SimplePopover/index.native.js.map +6 -0
- package/dist/jsx/panels/SimpleSheet/SimpleSheet.stories.js +1 -2
- package/dist/jsx/panels/SimpleSheet/SimpleSheet.stories.js.map +1 -1
- package/dist/jsx/panels/SimpleSheet/{SimpleSheet.stories.mjs → SimpleSheet.stories.native.js} +2 -3
- package/dist/jsx/panels/SimpleSheet/{SimpleSheet.stories.mjs.map → SimpleSheet.stories.native.js.map} +1 -1
- package/dist/jsx/panels/SimpleSheet/index.js +8 -9
- package/dist/jsx/panels/SimpleSheet/index.js.map +1 -1
- package/dist/jsx/panels/SimpleSheet/{index.mjs → index.native.js} +12 -10
- package/dist/jsx/panels/SimpleSheet/index.native.js.map +6 -0
- package/dist/jsx/panels/SimpleToast/SimpleToast.stories.js +1 -2
- package/dist/jsx/panels/SimpleToast/SimpleToast.stories.js.map +1 -1
- package/dist/jsx/panels/SimpleToast/{SimpleToast.stories.mjs → SimpleToast.stories.native.js} +2 -3
- package/dist/jsx/panels/SimpleToast/{SimpleToast.stories.mjs.map → SimpleToast.stories.native.js.map} +1 -1
- package/dist/jsx/panels/SimpleToast/index.js +1 -3
- package/dist/jsx/panels/SimpleToast/index.js.map +1 -1
- package/dist/jsx/panels/SimpleToast/{index.mjs → index.native.js} +2 -4
- package/dist/jsx/panels/SimpleToast/index.native.js.map +6 -0
- package/dist/jsx/panels/SimpleTooltip/SimpleTooltip.stories.js +1 -2
- package/dist/jsx/panels/SimpleTooltip/SimpleTooltip.stories.js.map +1 -1
- package/dist/jsx/panels/SimpleTooltip/{SimpleTooltip.stories.mjs → SimpleTooltip.stories.native.js} +2 -3
- package/dist/jsx/panels/SimpleTooltip/{SimpleTooltip.stories.mjs.map → SimpleTooltip.stories.native.js.map} +1 -1
- package/dist/jsx/panels/SimpleTooltip/index.js +1 -1
- package/dist/jsx/panels/SimpleTooltip/{index.mjs → index.native.js} +2 -2
- package/dist/jsx/panels/{index.mjs → index.native.js} +1 -1
- package/dist/jsx/providers/AnimationDriverTogglerContextProvider.js +9 -17
- package/dist/jsx/providers/AnimationDriverTogglerContextProvider.js.map +1 -1
- package/dist/jsx/providers/AnimationDriverTogglerContextProvider.native.js +25 -0
- package/dist/jsx/providers/AnimationDriverTogglerContextProvider.native.js.map +6 -0
- package/dist/jsx/table/Table/{Table.stories.mjs → Table.stories.native.js} +1 -1
- package/dist/jsx/table/Table/index.js +5 -9
- package/dist/jsx/table/Table/index.js.map +1 -1
- package/dist/jsx/table/Table/{index.mjs → index.native.js} +6 -10
- package/dist/jsx/table/Table/index.native.js.map +6 -0
- package/dist/jsx/table/TableCell/index.js +1 -1
- package/dist/jsx/table/TableCell/{index.mjs → index.native.js} +2 -2
- package/dist/jsx/table/TableCol/{index.mjs → index.native.js} +1 -1
- package/dist/jsx/table/{TableContext.mjs → TableContext.native.js} +1 -1
- package/dist/jsx/table/{index.mjs → index.native.js} +1 -1
- package/dist/jsx/utils/setTinted.js +4 -7
- package/dist/jsx/utils/setTinted.js.map +1 -1
- package/dist/jsx/utils/setTinted.native.js +13 -0
- package/dist/jsx/utils/{setTinted.mjs.map → setTinted.native.js.map} +1 -1
- package/dist/jsx/utils/unwrapText.js +1 -3
- package/dist/jsx/utils/unwrapText.js.map +1 -1
- package/dist/jsx/utils/{unwrapText.mjs → unwrapText.native.js} +3 -2
- package/dist/jsx/utils/{unwrapText.mjs.map → unwrapText.native.js.map} +1 -1
- package/package.json +19 -19
- package/src/code/Code/index.ts +4 -0
- package/src/component/SimpleInput/SimpleInput.stories.tsx +26 -0
- package/src/component/SimpleInput/index.tsx +168 -0
- package/src/forms/FormProgress/index.tsx +0 -1
- package/src/forms/FormSwitch/index.tsx +9 -6
- package/src/forms/SelectSimple/index.tsx +3 -2
- package/src/hooks/useAssets/index.native.ts +1 -1
- package/src/hooks/useAssets/index.ts +1 -1
- package/src/images/SimpleImage/index.tsx +5 -8
- package/src/mdx/components.tsx +4 -0
- package/src/organize/SimpleAccordion/SimpleAccordion.stories.tsx +14 -0
- package/src/organize/SimpleAccordion/index.tsx +6 -0
- package/src/panels/SimpleAlertDialog/SImpleAlertDialog.stories.tsx +40 -15
- package/src/panels/SimpleAlertDialog/index.tsx +22 -13
- package/src/panels/SimplePopover/SimplePopover.stories.tsx +80 -2
- package/src/panels/SimplePopover/index.tsx +93 -18
- package/types/code/Code/index.d.ts +12 -12
- package/types/code/Code/index.d.ts.map +1 -1
- package/types/code/Pre/index.d.ts +12 -12
- package/types/component/SimpleInput/SimpleInput.stories.d.ts +18 -0
- package/types/component/SimpleInput/SimpleInput.stories.d.ts.map +1 -0
- package/types/component/SimpleInput/index.d.ts +29 -0
- package/types/component/SimpleInput/index.d.ts.map +1 -0
- package/types/forms/FormProgress/index.d.ts.map +1 -1
- package/types/forms/FormSwitch/index.d.ts +5 -3
- package/types/forms/FormSwitch/index.d.ts.map +1 -1
- package/types/forms/SelectSimple/index.d.ts +2 -2
- package/types/forms/SelectSimple/index.d.ts.map +1 -1
- package/types/hooks/useAssets/index.d.ts +1 -1
- package/types/hooks/useAssets/index.d.ts.map +1 -1
- package/types/hooks/useAssets/index.native.d.ts +1 -1
- package/types/hooks/useAssets/index.native.d.ts.map +1 -1
- package/types/images/SimpleImage/index.d.ts +1 -1
- package/types/images/SimpleImage/index.d.ts.map +1 -1
- package/types/images/Svg/Svg.stories.d.ts +3 -3
- package/types/images/Svg/index.d.ts +3 -3
- package/types/images/Svg/index.native.d.ts +3 -3
- package/types/images/SvgUri/index.native.d.ts +3 -3
- package/types/mdx/LI/LI.stories.d.ts +9 -9
- package/types/mdx/LI/index.d.ts +9 -9
- package/types/mdx/UL/UL.stories.d.ts +12 -12
- package/types/mdx/UL/index.d.ts +12 -12
- package/types/mdx/components.d.ts +12 -12
- package/types/mdx/components.d.ts.map +1 -1
- package/types/organize/SimpleAccordion/SimpleAccordion.stories.d.ts +14 -0
- package/types/organize/SimpleAccordion/SimpleAccordion.stories.d.ts.map +1 -0
- package/types/organize/SimpleAccordion/index.d.ts +3 -0
- package/types/organize/SimpleAccordion/index.d.ts.map +1 -0
- package/types/panels/SimpleAlertDialog/SImpleAlertDialog.stories.d.ts +2 -0
- package/types/panels/SimpleAlertDialog/SImpleAlertDialog.stories.d.ts.map +1 -1
- package/types/panels/SimpleAlertDialog/index.d.ts +6 -2
- package/types/panels/SimpleAlertDialog/index.d.ts.map +1 -1
- package/types/panels/SimplePopover/SimplePopover.stories.d.ts +4 -0
- package/types/panels/SimplePopover/SimplePopover.stories.d.ts.map +1 -1
- package/types/panels/SimplePopover/index.d.ts +20 -4
- package/types/panels/SimplePopover/index.d.ts.map +1 -1
- package/types/table/Table/Table.stories.d.ts +15 -15
- package/types/table/Table/index.d.ts +15 -15
- package/types/table/TableCell/index.d.ts +3 -3
- package/types/table/TableCol/index.d.ts +12 -12
- package/dist/jsx/ErrorBoundary/index.mjs +0 -28
- package/dist/jsx/ErrorBoundary/index.mjs.map +0 -6
- package/dist/jsx/code/Code/index.mjs.map +0 -6
- package/dist/jsx/code/CodeBlock/index.mjs.map +0 -6
- package/dist/jsx/forms/FormCheckBox/index.mjs.map +0 -6
- package/dist/jsx/forms/FormInput/index.mjs.map +0 -6
- package/dist/jsx/forms/FormProgress/index.mjs.map +0 -6
- package/dist/jsx/forms/FormRadioGroup/index.mjs.map +0 -6
- package/dist/jsx/forms/FormSelectSimple/index.mjs.map +0 -6
- package/dist/jsx/forms/FormSlider/index.mjs.map +0 -6
- package/dist/jsx/forms/FormSwitch/index.mjs.map +0 -6
- package/dist/jsx/forms/FormTextArea/index.mjs.map +0 -6
- package/dist/jsx/forms/SelectButton/OptionButton.mjs.map +0 -6
- package/dist/jsx/forms/SelectButton/index.mjs +0 -48
- package/dist/jsx/forms/SelectButton/index.mjs.map +0 -6
- package/dist/jsx/forms/SelectSimple/index.mjs.map +0 -6
- package/dist/jsx/forms/types.mjs +0 -1
- package/dist/jsx/global.mjs +0 -1
- package/dist/jsx/hooks/useAssets/index.mjs +0 -14
- package/dist/jsx/hooks/useAssets/index.mjs.map +0 -6
- package/dist/jsx/hooks/useAssets/index.native.mjs +0 -23
- package/dist/jsx/hooks/useAssets/index.native.mjs.map +0 -6
- package/dist/jsx/hooks/useClipboard.mjs +0 -26
- package/dist/jsx/hooks/useClipboard.mjs.map +0 -6
- package/dist/jsx/images/SimpleImage/index.mjs +0 -111
- package/dist/jsx/images/SimpleImage/index.mjs.map +0 -6
- package/dist/jsx/images/Svg/index.mjs +0 -7
- package/dist/jsx/images/Svg/index.mjs.map +0 -6
- package/dist/jsx/images/Svg/index.native.mjs +0 -7
- package/dist/jsx/images/Svg/index.native.mjs.map +0 -6
- package/dist/jsx/images/SvgUri/index.mjs +0 -9
- package/dist/jsx/images/SvgUri/index.mjs.map +0 -6
- package/dist/jsx/images/SvgUri/index.native.mjs +0 -7
- package/dist/jsx/images/SvgUri/index.native.mjs.map +0 -6
- package/dist/jsx/layouts/Debug/index.mjs.map +0 -6
- package/dist/jsx/layouts/index.mjs +0 -2
- package/dist/jsx/mdx/MDX/MDX.stories.mjs.map +0 -6
- package/dist/jsx/mdx/MDX/index.mjs.map +0 -6
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlock.stories.mjs.map +0 -6
- package/dist/jsx/mdx/MDXCodeBlock/index.mjs.map +0 -6
- package/dist/jsx/mdx/components.mjs.map +0 -6
- package/dist/jsx/mdx/hooks/useCompileMdx.mjs.map +0 -6
- package/dist/jsx/mdx/hooks/useEvaluateMdx.mjs.map +0 -6
- package/dist/jsx/mdx/util/rehypeHighlightLine.mjs.map +0 -6
- package/dist/jsx/mdx/util/rehypeHighlightWord.mjs +0 -14
- package/dist/jsx/mdx/util/rehypeHighlightWord.mjs.map +0 -6
- package/dist/jsx/mdx/util/rehypeMetaAttributes.mjs.map +0 -6
- package/dist/jsx/organize/SimpleTabs/index.mjs.map +0 -6
- package/dist/jsx/panels/SimpleAlertDialog/SImpleAlertDialog.stories.mjs +0 -20
- package/dist/jsx/panels/SimpleAlertDialog/SImpleAlertDialog.stories.mjs.map +0 -6
- package/dist/jsx/panels/SimpleAlertDialog/index.mjs.map +0 -6
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.mjs.map +0 -6
- package/dist/jsx/panels/SimpleDialog/index.mjs.map +0 -6
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.mjs +0 -14
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.mjs.map +0 -6
- package/dist/jsx/panels/SimplePopover/index.mjs +0 -36
- package/dist/jsx/panels/SimplePopover/index.mjs.map +0 -6
- package/dist/jsx/panels/SimpleSheet/index.mjs.map +0 -6
- package/dist/jsx/panels/SimpleToast/index.mjs.map +0 -6
- package/dist/jsx/providers/AnimationDriverTogglerContextProvider.mjs +0 -33
- package/dist/jsx/providers/AnimationDriverTogglerContextProvider.mjs.map +0 -6
- package/dist/jsx/table/Table/index.mjs.map +0 -6
- package/dist/jsx/utils/setTinted.mjs +0 -16
- /package/dist/jsx/code/Pre/{index.mjs.map → index.native.js.map} +0 -0
- /package/dist/jsx/code/{index.mjs.map → index.native.js.map} +0 -0
- /package/dist/jsx/forms/FormCheckBox/{FormCheckBox.stories.mjs.map → FormCheckBox.stories.native.js.map} +0 -0
- /package/dist/jsx/forms/{FormField.mjs.map → FormField.native.js.map} +0 -0
- /package/dist/jsx/forms/FormInput/{FormInput.stories.mjs.map → FormInput.stories.native.js.map} +0 -0
- /package/dist/jsx/forms/FormRadioGroup/{FormRadioGroup.stories.mjs.map → FormRadioGroup.stories.native.js.map} +0 -0
- /package/dist/jsx/forms/FormSelectSimple/{FormSelectSimple.stories.mjs.map → FormSelectSimple.stories.native.js.map} +0 -0
- /package/dist/jsx/forms/FormSlider/{FormSlider.stories.mjs.map → FormSlider.stories.native.js.map} +0 -0
- /package/dist/jsx/forms/FormSubmitButton/{FormSubmitButton.stories.mjs.map → FormSubmitButton.stories.native.js.map} +0 -0
- /package/dist/jsx/forms/FormSwitch/{FormSwitch.stories.mjs.map → FormSwitch.stories.native.js.map} +0 -0
- /package/dist/jsx/forms/SelectButton/{context.mjs.map → context.native.js.map} +0 -0
- /package/dist/jsx/forms/SelectSimple/{SelectSimple.stories.mjs.map → SelectSimple.stories.native.js.map} +0 -0
- /package/dist/jsx/forms/SimpleForm/{index.mjs.map → index.native.js.map} +0 -0
- /package/dist/jsx/forms/{index.mjs.map → index.native.js.map} +0 -0
- /package/dist/jsx/forms/{types.mjs.map → types.native.js.map} +0 -0
- /package/dist/jsx/{global.mjs.map → global.native.js.map} +0 -0
- /package/dist/jsx/hooks/{index.mjs.map → index.native.js.map} +0 -0
- /package/dist/jsx/hooks/{useAnimationDriverToggle.mjs.map → useAnimationDriverToggle.native.js.map} +0 -0
- /package/dist/jsx/images/Svg/{Svg.stories.mjs.map → Svg.stories.native.js.map} +0 -0
- /package/dist/jsx/images/{index.mjs.map → index.native.js.map} +0 -0
- /package/dist/jsx/{index.mjs.map → index.native.js.map} +0 -0
- /package/dist/jsx/layouts/{index.mjs.map → index.native.js.map} +0 -0
- /package/dist/jsx/mdx/ExternalIcon/{index.mjs.map → index.native.js.map} +0 -0
- /package/dist/jsx/mdx/HR/{HR.stories.mjs.map → HR.stories.native.js.map} +0 -0
- /package/dist/jsx/mdx/HR/{index.mjs.map → index.native.js.map} +0 -0
- /package/dist/jsx/mdx/LI/{LI.stories.mjs.map → LI.stories.native.js.map} +0 -0
- /package/dist/jsx/mdx/LI/{index.mjs.map → index.native.js.map} +0 -0
- /package/dist/jsx/mdx/MDXCodeBlock/{MDXCodeBlockContext.mjs.map → MDXCodeBlockContext.native.js.map} +0 -0
- /package/dist/jsx/mdx/UL/{UL.stories.mjs.map → UL.stories.native.js.map} +0 -0
- /package/dist/jsx/mdx/UL/{index.mjs.map → index.native.js.map} +0 -0
- /package/dist/jsx/mdx/hooks/{index.mjs.map → index.native.js.map} +0 -0
- /package/dist/jsx/mdx/{index.mjs.map → index.native.js.map} +0 -0
- /package/dist/jsx/panels/SimpleTooltip/{index.mjs.map → index.native.js.map} +0 -0
- /package/dist/jsx/panels/{index.mjs.map → index.native.js.map} +0 -0
- /package/dist/jsx/table/Table/{Table.stories.mjs.map → Table.stories.native.js.map} +0 -0
- /package/dist/jsx/table/TableCell/{index.mjs.map → index.native.js.map} +0 -0
- /package/dist/jsx/table/TableCol/{index.mjs.map → index.native.js.map} +0 -0
- /package/dist/jsx/table/{TableContext.mjs.map → TableContext.native.js.map} +0 -0
- /package/dist/jsx/table/{index.mjs.map → index.native.js.map} +0 -0
|
@@ -2,43 +2,43 @@ import React from 'react';
|
|
|
2
2
|
import type { Components } from '@mdx-js/react/lib';
|
|
3
3
|
export declare const TableHighlight: import("tamagui").TamaguiComponent<(Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
4
4
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
5
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
5
|
+
} & 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<{}, "elevation" | "fullscreen"> & {
|
|
6
6
|
readonly fullscreen?: boolean | undefined;
|
|
7
7
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
8
|
-
} & import("@tamagui/web").
|
|
8
|
+
} & 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 & {
|
|
9
9
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
10
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
10
|
+
} & 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<{}, "elevation" | "fullscreen"> & {
|
|
11
11
|
readonly fullscreen?: boolean | undefined;
|
|
12
12
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
13
|
-
}>> & import("@tamagui/web").
|
|
13
|
+
}>> & 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 & {
|
|
14
14
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
15
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
15
|
+
} & 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<{}, "elevation" | "fullscreen"> & {
|
|
16
16
|
readonly fullscreen?: boolean | undefined;
|
|
17
17
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
18
18
|
}>>) | (Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
19
19
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
20
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
20
|
+
} & 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<{
|
|
21
21
|
readonly fullscreen?: boolean | undefined;
|
|
22
22
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
23
23
|
}, string | number> & {
|
|
24
24
|
[x: string]: undefined;
|
|
25
|
-
} & import("@tamagui/web").
|
|
25
|
+
} & 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 & {
|
|
26
26
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
27
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
27
|
+
} & 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<{
|
|
28
28
|
readonly fullscreen?: boolean | undefined;
|
|
29
29
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
30
30
|
}, string | number> & {
|
|
31
31
|
[x: string]: undefined;
|
|
32
|
-
}>> & import("@tamagui/web").
|
|
32
|
+
}>> & 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 & {
|
|
33
33
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
34
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
34
|
+
} & 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<{
|
|
35
35
|
readonly fullscreen?: boolean | undefined;
|
|
36
36
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
37
37
|
}, string | number> & {
|
|
38
38
|
[x: string]: undefined;
|
|
39
39
|
}>>), import("tamagui").TamaguiElement, Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
40
40
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
41
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
41
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
|
|
42
42
|
readonly fullscreen?: boolean | undefined;
|
|
43
43
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
44
44
|
} | ({
|
|
@@ -50,7 +50,7 @@ export declare const TableHighlight: import("tamagui").TamaguiComponent<(Omit<im
|
|
|
50
50
|
displayName: string | undefined;
|
|
51
51
|
__baseProps: Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
52
52
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
53
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
53
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
|
|
54
54
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
55
55
|
};
|
|
56
56
|
__variantProps: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../src/mdx/components.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AA6BpD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGzB,CAAC;AAEH,eAAO,MAAM,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../src/mdx/components.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AA6BpD,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGzB,CAAC;AAEH,eAAO,MAAM,aAAa,EAAE,UA0F3B,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { SimpleAccordion } from '.';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
declare const _default: {
|
|
4
|
+
title: string;
|
|
5
|
+
component: typeof SimpleAccordion;
|
|
6
|
+
parameters: {
|
|
7
|
+
status: {
|
|
8
|
+
type: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
};
|
|
12
|
+
export default _default;
|
|
13
|
+
export declare const simpleAccordion: (args: any) => React.JSX.Element;
|
|
14
|
+
//# sourceMappingURL=SimpleAccordion.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SimpleAccordion.stories.d.ts","sourceRoot":"","sources":["../../../src/organize/SimpleAccordion/SimpleAccordion.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,GAAG,CAAC;AACpC,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;;;;;AAE1B,wBAQE;AAEF,eAAO,MAAM,eAAe,kCAA0C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organize/SimpleAccordion/index.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,wBAAgB,eAAe,sBAE9B"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { Meta } from '@storybook/react';
|
|
3
3
|
declare const meta: Meta;
|
|
4
|
+
export declare const ConditionalOpen: () => React.JSX.Element;
|
|
4
5
|
export declare const main: () => React.JSX.Element;
|
|
6
|
+
export declare const customContent: () => React.JSX.Element;
|
|
5
7
|
export default meta;
|
|
6
8
|
//# sourceMappingURL=SImpleAlertDialog.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SImpleAlertDialog.stories.d.ts","sourceRoot":"","sources":["../../../src/panels/SimpleAlertDialog/SImpleAlertDialog.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAG7C,QAAA,MAAM,IAAI,EAAE,IAIX,CAAC;
|
|
1
|
+
{"version":3,"file":"SImpleAlertDialog.stories.d.ts","sourceRoot":"","sources":["../../../src/panels/SimpleAlertDialog/SImpleAlertDialog.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAG7C,QAAA,MAAM,IAAI,EAAE,IAIX,CAAC;AAEF,eAAO,MAAM,eAAe,yBAQ3B,CAAC;AAEF,eAAO,MAAM,IAAI,yBAUhB,CAAC;AAEF,eAAO,MAAM,aAAa,yBAWzB,CAAC;AAkBF,eAAe,IAAI,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { ReactNode } from 'react';
|
|
3
|
-
import type { AlertDialogContentProps, AlertDialogDescriptionProps, AlertDialogProps, AlertDialogTitleProps, AlertDialogTriggerProps } from 'tamagui';
|
|
3
|
+
import type { AlertDialogContentProps, AlertDialogDescriptionProps, AlertDialogProps, AlertDialogTitleProps, AlertDialogTriggerProps, ButtonProps } from 'tamagui';
|
|
4
4
|
export type AlterDialogSimpleProps = AlertDialogTriggerProps & AlertDialogProps & {
|
|
5
5
|
accept?: string;
|
|
6
6
|
placeholder?: ReactNode;
|
|
@@ -13,6 +13,10 @@ export type AlterDialogSimpleProps = AlertDialogTriggerProps & AlertDialogProps
|
|
|
13
13
|
contentStyle?: AlertDialogContentProps;
|
|
14
14
|
onOpenChange?: (open: boolean) => void;
|
|
15
15
|
onAccept?: () => void;
|
|
16
|
+
} & {
|
|
17
|
+
buttonStyle?: ButtonProps;
|
|
18
|
+
} & {
|
|
19
|
+
customContent?: JSX.Element | undefined;
|
|
16
20
|
};
|
|
17
|
-
export declare function SimpleAlertDialog({ children, title, cancel, accept, description, titleStyle, contentStyle, descriptionStyle, open, ...triggerProps }: AlterDialogSimpleProps): React.JSX.Element;
|
|
21
|
+
export declare function SimpleAlertDialog({ children, title, cancel, accept, description, titleStyle, contentStyle, descriptionStyle, open, buttonStyle, customContent, ...triggerProps }: AlterDialogSimpleProps): React.JSX.Element;
|
|
18
22
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/panels/SimpleAlertDialog/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EACV,uBAAuB,EACvB,2BAA2B,EAC3B,gBAAgB,EAChB,qBAAqB,EACrB,uBAAuB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/panels/SimpleAlertDialog/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EACV,uBAAuB,EACvB,2BAA2B,EAC3B,gBAAgB,EAChB,qBAAqB,EACrB,uBAAuB,EACvB,WAAW,EACZ,MAAM,SAAS,CAAC;AAEjB,MAAM,MAAM,sBAAsB,GAAG,uBAAuB,GAC1D,gBAAgB,GAAG;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,WAAW,EAAE,SAAS,CAAC;IACvB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,UAAU,CAAC,EAAE,qBAAqB,CAAC;IACnC,gBAAgB,CAAC,EAAE,2BAA2B,CAAC;IAC/C,YAAY,CAAC,EAAE,uBAAuB,CAAC;IACvC,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;CACvB,GAAG;IAAE,WAAW,CAAC,EAAE,WAAW,CAAA;CAAE,GAAG;IAAE,aAAa,CAAC,EAAE,GAAG,CAAC,OAAO,GAAG,SAAS,CAAA;CAAE,CAAC;AAElF,wBAAgB,iBAAiB,CAAC,EAChC,QAAQ,EACR,KAAK,EACL,MAAM,EACN,MAAM,EACN,WAAW,EACX,UAAU,EACV,YAAY,EACZ,gBAAgB,EAChB,IAAI,EACJ,WAAW,EACX,aAAa,EACb,GAAG,YAAY,EAChB,EAAE,sBAAsB,qBA0DxB"}
|
|
@@ -2,5 +2,9 @@ import React from 'react';
|
|
|
2
2
|
import type { Meta } from '@storybook/react';
|
|
3
3
|
declare const meta: Meta;
|
|
4
4
|
export declare const main: () => React.JSX.Element;
|
|
5
|
+
export declare const closeOnHoverOut: () => React.JSX.Element;
|
|
6
|
+
export declare const openOnHover: () => React.JSX.Element;
|
|
7
|
+
export declare const openOnChangingTheCondition: (args: any) => React.JSX.Element;
|
|
8
|
+
export declare const openOnAnyCondition: (args: any) => React.JSX.Element;
|
|
5
9
|
export default meta;
|
|
6
10
|
//# sourceMappingURL=SimplePopover.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimplePopover.stories.d.ts","sourceRoot":"","sources":["../../../src/panels/SimplePopover/SimplePopover.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"SimplePopover.stories.d.ts","sourceRoot":"","sources":["../../../src/panels/SimplePopover/SimplePopover.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAE7C,QAAA,MAAM,IAAI,EAAE,IAIX,CAAC;AAEF,eAAO,MAAM,IAAI,yBAMhB,CAAC;AAEF,eAAO,MAAM,eAAe,yBAM3B,CAAC;AAmBF,eAAO,MAAM,WAAW,yBAKvB,CAAC;AAeF,eAAO,MAAM,0BAA0B,kCAAsC,CAAC;AA8B9E,eAAO,MAAM,kBAAkB,kCAA6C,CAAC;AAE7E,eAAe,IAAI,CAAC"}
|
|
@@ -1,10 +1,26 @@
|
|
|
1
|
-
import type { PopoverProps, PopoverContentProps, PopoverArrowProps } from 'tamagui';
|
|
1
|
+
import type { PopoverProps, PopoverContentProps, PopoverArrowProps, YStackProps, TamaguiElement } from 'tamagui';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import type { ReactNode } from 'react';
|
|
4
|
-
export
|
|
4
|
+
export interface PopoverCustomProps {
|
|
5
5
|
contentStyle?: PopoverContentProps;
|
|
6
6
|
arrowStyle?: PopoverArrowProps;
|
|
7
|
+
triggerStyle?: YStackProps;
|
|
8
|
+
triggerOnHover?: boolean;
|
|
9
|
+
closeOnHoverOut?: boolean;
|
|
10
|
+
arrow?: boolean;
|
|
11
|
+
open?: boolean;
|
|
12
|
+
setOpen?: (open: boolean) => void;
|
|
13
|
+
}
|
|
14
|
+
export interface PopoverTriggerProps {
|
|
7
15
|
trigger: ReactNode;
|
|
8
|
-
}
|
|
9
|
-
export
|
|
16
|
+
}
|
|
17
|
+
export interface PopoverOpen {
|
|
18
|
+
triggerElement: ReactNode;
|
|
19
|
+
}
|
|
20
|
+
export type ExclusiveTriggerProps = PopoverTriggerProps | PopoverOpen;
|
|
21
|
+
export type SimplePopoverProps = PopoverProps & PopoverCustomProps & ExclusiveTriggerProps;
|
|
22
|
+
export declare const SimplePopoverTrigger: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "style" | "display" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
23
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
24
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement>>;
|
|
25
|
+
export declare function SimplePopover({ children, contentStyle, triggerStyle, arrowStyle, arrow, triggerOnHover, closeOnHoverOut, ...props }: SimplePopoverProps): React.JSX.Element;
|
|
10
26
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/panels/SimplePopover/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/panels/SimplePopover/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,YAAY,EACZ,mBAAmB,EACnB,iBAAiB,EACjB,WAAW,EACX,cAAc,EAEf,MAAM,SAAS,CAAC;AAEjB,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,MAAM,WAAW,kBAAkB;IACjC,YAAY,CAAC,EAAE,mBAAmB,CAAC;IACnC,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAC/B,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACnC;AAED,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,SAAS,CAAC;CACpB;AAED,MAAM,WAAW,WAAW;IAC1B,cAAc,EAAE,SAAS,CAAC;CAC3B;AAED,MAAM,MAAM,qBAAqB,GAAG,mBAAmB,GAAG,WAAW,CAAC;AAEtE,MAAM,MAAM,kBAAkB,GAAG,YAAY,GAAG,kBAAkB,GAAG,qBAAqB,CAAC;AAE3F,eAAO,MAAM,oBAAoB;;u9BAe/B,CAAC;AAEH,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,YAAY,EACZ,YAAY,EACZ,UAAU,EACV,KAAY,EACZ,cAAc,EACd,eAAe,EACf,GAAG,KAAK,EACT,EAAE,kBAAkB,qBA4DpB"}
|
|
@@ -19,7 +19,7 @@ declare const _default: {
|
|
|
19
19
|
}), "head" | "highlight"> & {
|
|
20
20
|
readonly head?: boolean | undefined;
|
|
21
21
|
readonly highlight?: boolean | undefined;
|
|
22
|
-
} & import("@tamagui/web").
|
|
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
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;
|
|
@@ -32,7 +32,7 @@ declare const _default: {
|
|
|
32
32
|
}), "head" | "highlight"> & {
|
|
33
33
|
readonly head?: boolean | undefined;
|
|
34
34
|
readonly highlight?: boolean | undefined;
|
|
35
|
-
}>> & import("@tamagui/web").
|
|
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
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;
|
|
@@ -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").
|
|
48
|
+
}>>, import("tamagui").TamaguiTextElement, import("tamagui").TextPropsBase, ({
|
|
49
49
|
readonly unstyled?: boolean | undefined;
|
|
50
50
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
51
51
|
} | ({
|
|
@@ -78,7 +78,7 @@ declare const _default: {
|
|
|
78
78
|
}>;
|
|
79
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 & {
|
|
80
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
|
|
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<{
|
|
82
82
|
readonly fullscreen?: boolean | undefined;
|
|
83
83
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
84
84
|
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
@@ -93,9 +93,9 @@ declare const _default: {
|
|
|
93
93
|
readonly bordered?: number | boolean | undefined;
|
|
94
94
|
readonly transparent?: boolean | undefined;
|
|
95
95
|
readonly chromeless?: boolean | "all" | undefined;
|
|
96
|
-
} & import("@tamagui/web").
|
|
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
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
|
|
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<{
|
|
99
99
|
readonly fullscreen?: boolean | undefined;
|
|
100
100
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
101
101
|
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
@@ -110,9 +110,9 @@ declare const _default: {
|
|
|
110
110
|
readonly bordered?: number | boolean | undefined;
|
|
111
111
|
readonly transparent?: boolean | undefined;
|
|
112
112
|
readonly chromeless?: boolean | "all" | undefined;
|
|
113
|
-
}>> & import("@tamagui/web").
|
|
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
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
|
|
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<{
|
|
116
116
|
readonly fullscreen?: boolean | undefined;
|
|
117
117
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
118
118
|
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
@@ -129,7 +129,7 @@ declare const _default: {
|
|
|
129
129
|
readonly chromeless?: boolean | "all" | undefined;
|
|
130
130
|
}>>) | (Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
131
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
|
|
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<{
|
|
133
133
|
readonly fullscreen?: boolean | undefined;
|
|
134
134
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
135
135
|
} & {
|
|
@@ -146,9 +146,9 @@ declare const _default: {
|
|
|
146
146
|
readonly chromeless?: boolean | "all" | undefined;
|
|
147
147
|
}, string | number> & {
|
|
148
148
|
[x: string]: undefined;
|
|
149
|
-
} & import("@tamagui/web").
|
|
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
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
|
|
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<{
|
|
152
152
|
readonly fullscreen?: boolean | undefined;
|
|
153
153
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
154
154
|
} & {
|
|
@@ -165,9 +165,9 @@ declare const _default: {
|
|
|
165
165
|
readonly chromeless?: boolean | "all" | undefined;
|
|
166
166
|
}, string | number> & {
|
|
167
167
|
[x: string]: undefined;
|
|
168
|
-
}>> & import("@tamagui/web").
|
|
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
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
|
|
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<{
|
|
171
171
|
readonly fullscreen?: boolean | undefined;
|
|
172
172
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
173
173
|
} & {
|
|
@@ -186,7 +186,7 @@ declare const _default: {
|
|
|
186
186
|
[x: string]: undefined;
|
|
187
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 & {
|
|
188
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
|
|
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, {
|
|
190
190
|
readonly fullscreen?: boolean | undefined;
|
|
191
191
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
192
192
|
} & {
|
|
@@ -207,7 +207,7 @@ declare const _default: {
|
|
|
207
207
|
displayName: string | undefined;
|
|
208
208
|
__baseProps: Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
209
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
|
|
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
211
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
212
212
|
};
|
|
213
213
|
__variantProps: {
|
|
@@ -22,7 +22,7 @@ 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").
|
|
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
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;
|
|
@@ -35,7 +35,7 @@ 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").
|
|
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
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;
|
|
@@ -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").
|
|
51
|
+
}>>, import("tamagui").TamaguiTextElement, import("tamagui").TextPropsBase, ({
|
|
52
52
|
readonly unstyled?: boolean | undefined;
|
|
53
53
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
54
54
|
} | ({
|
|
@@ -81,7 +81,7 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
81
81
|
}>;
|
|
82
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 & {
|
|
83
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
|
|
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<{
|
|
85
85
|
readonly fullscreen?: boolean | undefined;
|
|
86
86
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
87
87
|
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
@@ -96,9 +96,9 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
96
96
|
readonly bordered?: number | boolean | undefined;
|
|
97
97
|
readonly transparent?: boolean | undefined;
|
|
98
98
|
readonly chromeless?: boolean | "all" | undefined;
|
|
99
|
-
} & import("@tamagui/web").
|
|
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
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
|
|
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<{
|
|
102
102
|
readonly fullscreen?: boolean | undefined;
|
|
103
103
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
104
104
|
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
@@ -113,9 +113,9 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
113
113
|
readonly bordered?: number | boolean | undefined;
|
|
114
114
|
readonly transparent?: boolean | undefined;
|
|
115
115
|
readonly chromeless?: boolean | "all" | undefined;
|
|
116
|
-
}>> & import("@tamagui/web").
|
|
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
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
|
|
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<{
|
|
119
119
|
readonly fullscreen?: boolean | undefined;
|
|
120
120
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
121
121
|
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
@@ -132,7 +132,7 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
132
132
|
readonly chromeless?: boolean | "all" | undefined;
|
|
133
133
|
}>>) | (Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
134
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
|
|
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<{
|
|
136
136
|
readonly fullscreen?: boolean | undefined;
|
|
137
137
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
138
138
|
} & {
|
|
@@ -149,9 +149,9 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
149
149
|
readonly chromeless?: boolean | "all" | undefined;
|
|
150
150
|
}, string | number> & {
|
|
151
151
|
[x: string]: undefined;
|
|
152
|
-
} & import("@tamagui/web").
|
|
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
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
|
|
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<{
|
|
155
155
|
readonly fullscreen?: boolean | undefined;
|
|
156
156
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
157
157
|
} & {
|
|
@@ -168,9 +168,9 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
168
168
|
readonly chromeless?: boolean | "all" | undefined;
|
|
169
169
|
}, string | number> & {
|
|
170
170
|
[x: string]: undefined;
|
|
171
|
-
}>> & import("@tamagui/web").
|
|
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
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
|
|
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<{
|
|
174
174
|
readonly fullscreen?: boolean | undefined;
|
|
175
175
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
176
176
|
} & {
|
|
@@ -189,7 +189,7 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
189
189
|
[x: string]: undefined;
|
|
190
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 & {
|
|
191
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
|
|
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, {
|
|
193
193
|
readonly fullscreen?: boolean | undefined;
|
|
194
194
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
195
195
|
} & {
|
|
@@ -210,7 +210,7 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
210
210
|
displayName: string | undefined;
|
|
211
211
|
__baseProps: Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
212
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
|
|
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
214
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
215
215
|
};
|
|
216
216
|
__variantProps: {
|
|
@@ -12,7 +12,7 @@ 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").
|
|
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
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;
|
|
@@ -25,7 +25,7 @@ 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").
|
|
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
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;
|
|
@@ -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").
|
|
41
|
+
}>>, import("tamagui").TamaguiTextElement, import("tamagui").TextPropsBase, ({
|
|
42
42
|
readonly unstyled?: boolean | undefined;
|
|
43
43
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
44
44
|
} | ({
|