@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
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type {
|
|
2
|
+
import type { ComponentProps } from 'react';
|
|
3
3
|
import type { FormControllerProps } from '../types';
|
|
4
4
|
import type { FormFieldProps } from '../FormField';
|
|
5
|
+
import type { SwitchProps } from 'tamagui';
|
|
6
|
+
import { Switch } from 'tamagui';
|
|
5
7
|
export type FormSwitchProps = SwitchProps & FormControllerProps & {
|
|
6
8
|
fieldProps?: Omit<FormFieldProps, 'helperText' | 'required' | 'error' | 'label'>;
|
|
7
9
|
} & Pick<FormFieldProps, 'helperText' | 'required' | 'error' | 'label'> & {
|
|
8
|
-
|
|
10
|
+
thumbStyle?: ComponentProps<typeof Switch.Thumb>;
|
|
9
11
|
};
|
|
10
|
-
export declare function FormSwitch({ control, defaultValue, error, fieldProps, helperText, label, name, required, rules,
|
|
12
|
+
export declare function FormSwitch({ control, defaultValue, error, fieldProps, helperText, label, name, required, rules, thumbStyle, ...switchProps }: FormSwitchProps): React.JSX.Element;
|
|
11
13
|
export declare namespace FormSwitch {
|
|
12
14
|
var defaultProps: {
|
|
13
15
|
size: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/forms/FormSwitch/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgB,MAAM,OAAO,CAAC;AACrC,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/forms/FormSwitch/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgB,MAAM,OAAO,CAAC;AACrC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AACpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AACnD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAG3C,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AAEjC,MAAM,MAAM,eAAe,GAAG,WAAW,GACvC,mBAAmB,GAAG;IACpB,UAAU,CAAC,EAAE,IAAI,CAAC,cAAc,EAAE,YAAY,GAAG,UAAU,GAAG,OAAO,GAAG,OAAO,CAAC,CAAC;CAClF,GAAG,IAAI,CAAC,cAAc,EAAE,YAAY,GAAG,UAAU,GAAG,OAAO,GAAG,OAAO,CAAC,GAAG;IACxE,UAAU,CAAC,EAAE,cAAc,CAAC,OAAO,MAAM,CAAC,KAAK,CAAC,CAAC;CAClD,CAAC;AAEJ,wBAAgB,UAAU,CAAC,EACzB,OAAO,EACP,YAAY,EACZ,KAAK,EACL,UAAU,EACV,UAAU,EACV,KAAK,EACL,IAAI,EACJ,QAAQ,EACR,KAAK,EACL,UAAU,EACV,GAAG,WAAW,EACf,EAAE,eAAe,qBA8CjB;yBA1De,UAAU"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { ReactNode } from 'react';
|
|
3
3
|
import type { SelectProps, SelectTriggerProps } from 'tamagui';
|
|
4
|
-
export type SelectSimpleProps = SelectTriggerProps & Pick<SelectProps, 'onOpenChange' | 'onValueChange' | 'id' | 'value'> & {
|
|
4
|
+
export type SelectSimpleProps = SelectTriggerProps & Pick<SelectProps, 'onOpenChange' | 'onValueChange' | 'id' | 'value' | 'defaultValue'> & {
|
|
5
5
|
placeholder?: ReactNode;
|
|
6
6
|
};
|
|
7
|
-
export declare function SelectSimple({ children, placeholder, onOpenChange, onValueChange, value, id, ...triggerProps }: SelectSimpleProps): React.JSX.Element;
|
|
7
|
+
export declare function SelectSimple({ children, placeholder, onOpenChange, onValueChange, defaultValue, value, id, ...triggerProps }: SelectSimpleProps): React.JSX.Element;
|
|
8
8
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/forms/SelectSimple/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAO/D,MAAM,MAAM,iBAAiB,GAAG,kBAAkB,GAChD,IAAI,CAAC,WAAW,EAAE,cAAc,GAAG,eAAe,GAAG,IAAI,GAAG,OAAO,CAAC,GAAG;IAAE,WAAW,CAAC,EAAE,SAAS,CAAA;CAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/forms/SelectSimple/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,WAAW,EAAE,kBAAkB,EAAE,MAAM,SAAS,CAAC;AAO/D,MAAM,MAAM,iBAAiB,GAAG,kBAAkB,GAChD,IAAI,CAAC,WAAW,EAAE,cAAc,GAAG,eAAe,GAAG,IAAI,GAAG,OAAO,GAAG,cAAc,CAAC,GAAG;IAAE,WAAW,CAAC,EAAE,SAAS,CAAA;CAAE,CAAC;AAEtH,wBAAgB,YAAY,CAAC,EAC3B,QAAQ,EACR,WAAW,EACX,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,KAAK,EACL,EAAE,EACF,GAAG,YAAY,EAChB,EAAE,iBAAiB,qBAqBnB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAssets/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAssets/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAElD,wBAAgB,SAAS,CAAC,OAAO,EAAE,GAAG,GAAG,GAAG,EAAE,GAAG,CAAC,eAAe,GAAG,SAAS,CAAC,EAAE,CAQ/E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAssets/index.native.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAssets/index.native.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAKlD,wBAAgB,SAAS,CAAC,OAAO,EAAE,GAAG,GAAG,GAAG,EAAE,GAAG,CAAC,eAAe,GAAG,SAAS,CAAC,EAAE,CAa/E"}
|
|
@@ -3,7 +3,7 @@ import type { ComponentProps } from 'react';
|
|
|
3
3
|
import type { Image } from 'expo-image';
|
|
4
4
|
import type { SolitoImageProps } from 'solito/build/image/image.types';
|
|
5
5
|
import type { StackProps } from 'tamagui';
|
|
6
|
-
import type { StaticImageData } from 'next/
|
|
6
|
+
import type { StaticImageData } from 'next/image';
|
|
7
7
|
export declare const SimpleImage: import("tamagui").TamaguiComponent<Omit<SolitoImageProps, "style" | "height" | "width" | "fill" | "alt" | "src"> & Omit<StackProps, "height" | "width"> & {
|
|
8
8
|
alt?: string | undefined;
|
|
9
9
|
height?: string | number | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/images/SimpleImage/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,KAAK,EAAE,cAAc,EAAO,MAAM,OAAO,CAAC;AACjD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/images/SimpleImage/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,KAAK,EAAE,cAAc,EAAO,MAAM,OAAO,CAAC;AACjD,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,YAAY,CAAC;AACxC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AACvE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAiIlD,eAAO,MAAM,WAAW;;;;;gFAGtB,CAAC;AAEH,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,eAAe,CAAC;CAC1B;AAED,MAAM,MAAM,YAAY,GAAG,aAAa,GAAG,eAAe,CAAC;AAE3D,MAAM,MAAM,gBAAgB,GAAG,cAAc,CAAC,OAAO,WAAW,CAAC,CAAC"}
|
|
@@ -3,11 +3,11 @@ declare const _default: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("tamagui").TamaguiComponent<(import("react-native-svg").SvgProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps>) | (import("react-native-svg").SvgProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps> & Omit<{}, string | number> & {
|
|
5
5
|
[x: string]: undefined;
|
|
6
|
-
} & import("@tamagui/web").
|
|
6
|
+
} & import("@tamagui/web").PseudoProps<Partial<import("react-native-svg").SvgProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps> & Omit<{}, string | number> & {
|
|
7
7
|
[x: string]: undefined;
|
|
8
|
-
}>> & import("@tamagui/web").
|
|
8
|
+
}>> & import("@tamagui/web").MediaProps<Partial<import("react-native-svg").SvgProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps> & Omit<{}, string | number> & {
|
|
9
9
|
[x: string]: undefined;
|
|
10
|
-
}>>), import("
|
|
10
|
+
}>>), import("react-native-svg").default, import("react-native-svg").SvgProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps>, {} | {
|
|
11
11
|
[x: string]: undefined;
|
|
12
12
|
}, {
|
|
13
13
|
contextType: React.Context<any> | undefined;
|
|
@@ -2,11 +2,11 @@ import type { Svg as RNSvg } from 'react-native-svg';
|
|
|
2
2
|
import type { ComponentType } from 'react';
|
|
3
3
|
export declare const Svg: import("tamagui").TamaguiComponent<(import("react-native-svg").SvgProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps>) | (import("react-native-svg").SvgProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps> & Omit<{}, string | number> & {
|
|
4
4
|
[x: string]: undefined;
|
|
5
|
-
} & import("@tamagui/web").
|
|
5
|
+
} & import("@tamagui/web").PseudoProps<Partial<import("react-native-svg").SvgProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps> & Omit<{}, string | number> & {
|
|
6
6
|
[x: string]: undefined;
|
|
7
|
-
}>> & import("@tamagui/web").
|
|
7
|
+
}>> & import("@tamagui/web").MediaProps<Partial<import("react-native-svg").SvgProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps> & Omit<{}, string | number> & {
|
|
8
8
|
[x: string]: undefined;
|
|
9
|
-
}>>),
|
|
9
|
+
}>>), RNSvg, import("react-native-svg").SvgProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps>, {} | {
|
|
10
10
|
[x: string]: undefined;
|
|
11
11
|
}, {
|
|
12
12
|
contextType: import("react").Context<any> | undefined;
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import { Svg as RNSvg } from 'react-native-svg';
|
|
3
3
|
export declare const Svg: import("tamagui").TamaguiComponent<(import("react-native-svg").SvgProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps>) | (import("react-native-svg").SvgProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps> & Omit<{}, string | number> & {
|
|
4
4
|
[x: string]: undefined;
|
|
5
|
-
} & import("@tamagui/web").
|
|
5
|
+
} & import("@tamagui/web").PseudoProps<Partial<import("react-native-svg").SvgProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps> & Omit<{}, string | number> & {
|
|
6
6
|
[x: string]: undefined;
|
|
7
|
-
}>> & import("@tamagui/web").
|
|
7
|
+
}>> & import("@tamagui/web").MediaProps<Partial<import("react-native-svg").SvgProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps> & Omit<{}, string | number> & {
|
|
8
8
|
[x: string]: undefined;
|
|
9
|
-
}>>),
|
|
9
|
+
}>>), RNSvg, import("react-native-svg").SvgProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps>, {} | {
|
|
10
10
|
[x: string]: undefined;
|
|
11
11
|
}, {
|
|
12
12
|
contextType: import("react").Context<any> | undefined;
|
|
@@ -4,15 +4,15 @@ export declare const SvgUri: import("tamagui").TamaguiComponent<(import("react-n
|
|
|
4
4
|
uri: string | null;
|
|
5
5
|
} & import("react-native-svg/lib/typescript/xml").AdditionalProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps | "uri" | keyof import("react-native-svg/lib/typescript/xml").AdditionalProps> & Omit<{}, string | number> & {
|
|
6
6
|
[x: string]: undefined;
|
|
7
|
-
} & import("@tamagui/web").
|
|
7
|
+
} & import("@tamagui/web").PseudoProps<Partial<import("react-native-svg").SvgProps & {
|
|
8
8
|
uri: string | null;
|
|
9
9
|
} & import("react-native-svg/lib/typescript/xml").AdditionalProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps | "uri" | keyof import("react-native-svg/lib/typescript/xml").AdditionalProps> & Omit<{}, string | number> & {
|
|
10
10
|
[x: string]: undefined;
|
|
11
|
-
}>> & import("@tamagui/web").
|
|
11
|
+
}>> & import("@tamagui/web").MediaProps<Partial<import("react-native-svg").SvgProps & {
|
|
12
12
|
uri: string | null;
|
|
13
13
|
} & import("react-native-svg/lib/typescript/xml").AdditionalProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps | "uri" | keyof import("react-native-svg/lib/typescript/xml").AdditionalProps> & Omit<{}, string | number> & {
|
|
14
14
|
[x: string]: undefined;
|
|
15
|
-
}>>),
|
|
15
|
+
}>>), unknown, import("react-native-svg").SvgProps & {
|
|
16
16
|
uri: string | null;
|
|
17
17
|
} & import("react-native-svg/lib/typescript/xml").AdditionalProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps | "uri" | keyof import("react-native-svg/lib/typescript/xml").AdditionalProps>, {} | {
|
|
18
18
|
[x: string]: undefined;
|
|
@@ -6,12 +6,12 @@ declare const _default: {
|
|
|
6
6
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
7
7
|
readonly unstyled?: boolean | undefined;
|
|
8
8
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
9
|
-
} & import("@tamagui/web").
|
|
9
|
+
} & 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 & {
|
|
10
10
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
11
11
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
12
12
|
readonly unstyled?: boolean | undefined;
|
|
13
13
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
14
|
-
}>> & import("@tamagui/web").
|
|
14
|
+
}>> & 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 & {
|
|
15
15
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
16
16
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
17
17
|
readonly unstyled?: boolean | undefined;
|
|
@@ -23,14 +23,14 @@ declare const _default: {
|
|
|
23
23
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
24
24
|
}, string | number> & {
|
|
25
25
|
[x: string]: undefined;
|
|
26
|
-
} & import("@tamagui/web").
|
|
26
|
+
} & 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 & {
|
|
27
27
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
28
28
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
29
29
|
readonly unstyled?: boolean | undefined;
|
|
30
30
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
31
31
|
}, string | number> & {
|
|
32
32
|
[x: string]: undefined;
|
|
33
|
-
}>> & import("@tamagui/web").
|
|
33
|
+
}>> & 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 & {
|
|
34
34
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
35
35
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
36
36
|
readonly unstyled?: boolean | undefined;
|
|
@@ -49,7 +49,7 @@ declare const _default: {
|
|
|
49
49
|
[x: string]: undefined;
|
|
50
50
|
}), string | number> & {
|
|
51
51
|
[x: string]: undefined;
|
|
52
|
-
} & import("@tamagui/web").
|
|
52
|
+
} & 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 & {
|
|
53
53
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
54
54
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
55
55
|
readonly unstyled?: boolean | undefined;
|
|
@@ -61,7 +61,7 @@ declare const _default: {
|
|
|
61
61
|
[x: string]: undefined;
|
|
62
62
|
}), string | number> & {
|
|
63
63
|
[x: string]: undefined;
|
|
64
|
-
}>> & import("@tamagui/web").
|
|
64
|
+
}>> & 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 & {
|
|
65
65
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
66
66
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
67
67
|
readonly unstyled?: boolean | undefined;
|
|
@@ -85,7 +85,7 @@ declare const _default: {
|
|
|
85
85
|
[x: string]: undefined;
|
|
86
86
|
}), string | number> & {
|
|
87
87
|
[x: string]: undefined;
|
|
88
|
-
} & import("@tamagui/web").
|
|
88
|
+
} & 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 & {
|
|
89
89
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
90
90
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
91
91
|
readonly unstyled?: boolean | undefined;
|
|
@@ -97,7 +97,7 @@ declare const _default: {
|
|
|
97
97
|
[x: string]: undefined;
|
|
98
98
|
}), string | number> & {
|
|
99
99
|
[x: string]: undefined;
|
|
100
|
-
}>> & import("@tamagui/web").
|
|
100
|
+
}>> & 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 & {
|
|
101
101
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
102
102
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
103
103
|
readonly unstyled?: boolean | undefined;
|
|
@@ -109,7 +109,7 @@ declare const _default: {
|
|
|
109
109
|
[x: string]: undefined;
|
|
110
110
|
}), string | number> & {
|
|
111
111
|
[x: string]: undefined;
|
|
112
|
-
}>>), import("tamagui").
|
|
112
|
+
}>>), import("tamagui").TamaguiTextElement, import("tamagui").TextPropsBase, ({
|
|
113
113
|
readonly unstyled?: boolean | undefined;
|
|
114
114
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
115
115
|
} | ({
|
package/types/mdx/LI/index.d.ts
CHANGED
|
@@ -4,12 +4,12 @@ export declare const LI: import("tamagui").TamaguiComponent<(Omit<import("react-
|
|
|
4
4
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
5
5
|
readonly unstyled?: boolean | undefined;
|
|
6
6
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
7
|
-
} & import("@tamagui/web").
|
|
7
|
+
} & 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 & {
|
|
8
8
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
9
9
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
10
10
|
readonly unstyled?: boolean | undefined;
|
|
11
11
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
12
|
-
}>> & import("@tamagui/web").
|
|
12
|
+
}>> & 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 & {
|
|
13
13
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
14
14
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{}, "size" | "unstyled"> & {
|
|
15
15
|
readonly unstyled?: boolean | undefined;
|
|
@@ -21,14 +21,14 @@ export declare const LI: import("tamagui").TamaguiComponent<(Omit<import("react-
|
|
|
21
21
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
22
22
|
}, string | number> & {
|
|
23
23
|
[x: string]: undefined;
|
|
24
|
-
} & import("@tamagui/web").
|
|
24
|
+
} & 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 & {
|
|
25
25
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
26
26
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
27
27
|
readonly unstyled?: boolean | undefined;
|
|
28
28
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
29
29
|
}, string | number> & {
|
|
30
30
|
[x: string]: undefined;
|
|
31
|
-
}>> & import("@tamagui/web").
|
|
31
|
+
}>> & 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 & {
|
|
32
32
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
33
33
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
34
34
|
readonly unstyled?: boolean | undefined;
|
|
@@ -47,7 +47,7 @@ export declare const LI: import("tamagui").TamaguiComponent<(Omit<import("react-
|
|
|
47
47
|
[x: string]: undefined;
|
|
48
48
|
}), string | number> & {
|
|
49
49
|
[x: string]: undefined;
|
|
50
|
-
} & import("@tamagui/web").
|
|
50
|
+
} & 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 & {
|
|
51
51
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
52
52
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
53
53
|
readonly unstyled?: boolean | undefined;
|
|
@@ -59,7 +59,7 @@ export declare const LI: import("tamagui").TamaguiComponent<(Omit<import("react-
|
|
|
59
59
|
[x: string]: undefined;
|
|
60
60
|
}), string | number> & {
|
|
61
61
|
[x: string]: undefined;
|
|
62
|
-
}>> & import("@tamagui/web").
|
|
62
|
+
}>> & 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 & {
|
|
63
63
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
64
64
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
65
65
|
readonly unstyled?: boolean | undefined;
|
|
@@ -83,7 +83,7 @@ export declare const LI: import("tamagui").TamaguiComponent<(Omit<import("react-
|
|
|
83
83
|
[x: string]: undefined;
|
|
84
84
|
}), string | number> & {
|
|
85
85
|
[x: string]: undefined;
|
|
86
|
-
} & import("@tamagui/web").
|
|
86
|
+
} & 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 & {
|
|
87
87
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
88
88
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
89
89
|
readonly unstyled?: boolean | undefined;
|
|
@@ -95,7 +95,7 @@ export declare const LI: import("tamagui").TamaguiComponent<(Omit<import("react-
|
|
|
95
95
|
[x: string]: undefined;
|
|
96
96
|
}), string | number> & {
|
|
97
97
|
[x: string]: undefined;
|
|
98
|
-
}>> & import("@tamagui/web").
|
|
98
|
+
}>> & 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 & {
|
|
99
99
|
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
100
100
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
101
101
|
readonly unstyled?: boolean | undefined;
|
|
@@ -107,7 +107,7 @@ export declare const LI: import("tamagui").TamaguiComponent<(Omit<import("react-
|
|
|
107
107
|
[x: string]: undefined;
|
|
108
108
|
}), string | number> & {
|
|
109
109
|
[x: string]: undefined;
|
|
110
|
-
}>>), import("tamagui").
|
|
110
|
+
}>>), import("tamagui").TamaguiTextElement, import("tamagui").TextPropsBase, ({
|
|
111
111
|
readonly unstyled?: boolean | undefined;
|
|
112
112
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
113
113
|
} | ({
|
|
@@ -3,43 +3,43 @@ declare const _default: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
component: import("tamagui").TamaguiComponent<(Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
5
5
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
6
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
6
|
+
} & 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"> & {
|
|
7
7
|
readonly fullscreen?: boolean | undefined;
|
|
8
8
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
9
|
-
} & import("@tamagui/web").
|
|
9
|
+
} & 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 & {
|
|
10
10
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
11
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
11
|
+
} & 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"> & {
|
|
12
12
|
readonly fullscreen?: boolean | undefined;
|
|
13
13
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
14
|
-
}>> & import("@tamagui/web").
|
|
14
|
+
}>> & 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 & {
|
|
15
15
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
16
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
16
|
+
} & 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"> & {
|
|
17
17
|
readonly fullscreen?: boolean | undefined;
|
|
18
18
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
19
19
|
}>>) | (Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
20
20
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
21
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
21
|
+
} & 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<{
|
|
22
22
|
readonly fullscreen?: boolean | undefined;
|
|
23
23
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
24
24
|
}, string | number> & {
|
|
25
25
|
[x: string]: undefined;
|
|
26
|
-
} & import("@tamagui/web").
|
|
26
|
+
} & 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 & {
|
|
27
27
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
28
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
28
|
+
} & 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<{
|
|
29
29
|
readonly fullscreen?: boolean | undefined;
|
|
30
30
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
31
31
|
}, string | number> & {
|
|
32
32
|
[x: string]: undefined;
|
|
33
|
-
}>> & import("@tamagui/web").
|
|
33
|
+
}>> & 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 & {
|
|
34
34
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
35
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
35
|
+
} & 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<{
|
|
36
36
|
readonly fullscreen?: boolean | undefined;
|
|
37
37
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
38
38
|
}, string | number> & {
|
|
39
39
|
[x: string]: undefined;
|
|
40
40
|
}>>), import("tamagui").TamaguiElement, Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
41
41
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
42
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
42
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
|
|
43
43
|
readonly fullscreen?: boolean | undefined;
|
|
44
44
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
45
45
|
} | ({
|
|
@@ -51,7 +51,7 @@ declare const _default: {
|
|
|
51
51
|
displayName: string | undefined;
|
|
52
52
|
__baseProps: Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
53
53
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
54
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
54
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
|
|
55
55
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
56
56
|
};
|
|
57
57
|
__variantProps: {
|
package/types/mdx/UL/index.d.ts
CHANGED
|
@@ -1,43 +1,43 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const UL: import("tamagui").TamaguiComponent<(Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
3
3
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
4
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
4
|
+
} & 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"> & {
|
|
5
5
|
readonly fullscreen?: boolean | undefined;
|
|
6
6
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
7
|
-
} & import("@tamagui/web").
|
|
7
|
+
} & 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 & {
|
|
8
8
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
9
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
9
|
+
} & 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"> & {
|
|
10
10
|
readonly fullscreen?: boolean | undefined;
|
|
11
11
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
12
|
-
}>> & import("@tamagui/web").
|
|
12
|
+
}>> & 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 & {
|
|
13
13
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
14
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
14
|
+
} & 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"> & {
|
|
15
15
|
readonly fullscreen?: boolean | undefined;
|
|
16
16
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
17
17
|
}>>) | (Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
18
18
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
19
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
19
|
+
} & 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<{
|
|
20
20
|
readonly fullscreen?: boolean | undefined;
|
|
21
21
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
22
22
|
}, string | number> & {
|
|
23
23
|
[x: string]: undefined;
|
|
24
|
-
} & import("@tamagui/web").
|
|
24
|
+
} & 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 & {
|
|
25
25
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
26
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
26
|
+
} & 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<{
|
|
27
27
|
readonly fullscreen?: boolean | undefined;
|
|
28
28
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
29
29
|
}, string | number> & {
|
|
30
30
|
[x: string]: undefined;
|
|
31
|
-
}>> & import("@tamagui/web").
|
|
31
|
+
}>> & 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 & {
|
|
32
32
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
33
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
33
|
+
} & 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<{
|
|
34
34
|
readonly fullscreen?: boolean | undefined;
|
|
35
35
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
36
36
|
}, string | number> & {
|
|
37
37
|
[x: string]: undefined;
|
|
38
38
|
}>>), import("tamagui").TamaguiElement, Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
39
39
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
40
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
40
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
|
|
41
41
|
readonly fullscreen?: boolean | undefined;
|
|
42
42
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
43
43
|
} | ({
|
|
@@ -49,7 +49,7 @@ export declare const UL: import("tamagui").TamaguiComponent<(Omit<import("react-
|
|
|
49
49
|
displayName: string | undefined;
|
|
50
50
|
__baseProps: Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
51
51
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
52
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
52
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
|
|
53
53
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
|
|
54
54
|
};
|
|
55
55
|
__variantProps: {
|