@multiplatform.one/components 0.2.17 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- 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 -23
- 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 +37 -0
- package/dist/cjs/forms/FormProgress/FormProgress.stories.js.map +6 -0
- 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 +82 -0
- package/dist/cjs/forms/FormProgress/index.js.map +6 -0
- 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 +10 -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 -22
- 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 +16 -22
- 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 +16 -22
- 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 -27
- 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/{hooks/useAssets/types.js → forms/types.native.js} +3 -5
- 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 -22
- package/dist/cjs/hooks/useAssets/index.js.map +1 -1
- package/dist/cjs/hooks/useAssets/index.native.js +11 -29
- 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 +85 -143
- 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 +39 -31
- 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 +6 -9
- 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 +59 -0
- package/dist/cjs/organize/SimpleTabs/SimpleTabs.stories.js.map +6 -0
- 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 +121 -0
- package/dist/cjs/organize/SimpleTabs/index.js.map +6 -0
- 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 +41 -0
- package/dist/cjs/panels/SimpleToast/SimpleToast.stories.js.map +6 -0
- 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 +45 -0
- package/dist/cjs/panels/SimpleToast/index.js.map +6 -0
- 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 +37 -3
- 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 +18 -0
- package/dist/esm/forms/FormProgress/FormProgress.stories.js.map +6 -0
- package/dist/esm/forms/FormProgress/index.js +66 -0
- package/dist/esm/forms/FormProgress/index.js.map +6 -0
- package/dist/esm/forms/FormRadioGroup/FormRadioGroup.stories.js +6 -4
- 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 +3 -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 +12 -2
- 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 +12 -2
- 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 +33 -2
- 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 -14
- package/dist/esm/hooks/useAssets/index.js.map +1 -1
- package/dist/esm/hooks/useAssets/index.native.js +4 -10
- package/dist/esm/hooks/useAssets/index.native.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 +84 -124
- package/dist/esm/images/SimpleImage/index.js.map +2 -2
- package/dist/esm/images/SimpleImage/index.stories.js +32 -8
- 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/images/index.js +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 +41 -0
- package/dist/esm/organize/SimpleTabs/SimpleTabs.stories.js.map +6 -0
- package/dist/esm/organize/SimpleTabs/index.js +94 -0
- package/dist/esm/organize/SimpleTabs/index.js.map +6 -0
- 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 +25 -0
- package/dist/esm/panels/SimpleToast/SimpleToast.stories.js.map +6 -0
- package/dist/esm/panels/SimpleToast/index.js +27 -0
- package/dist/esm/panels/SimpleToast/index.js.map +6 -0
- 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.js +24 -2
- package/dist/jsx/forms/FormCheckBox/FormCheckBox.stories.js.map +1 -1
- package/dist/jsx/forms/FormCheckBox/FormCheckBox.stories.native.js +35 -0
- package/dist/jsx/forms/FormCheckBox/FormCheckBox.stories.native.js.map +6 -0
- 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 +17 -0
- package/dist/jsx/forms/FormProgress/FormProgress.stories.js.map +6 -0
- package/dist/jsx/forms/FormProgress/FormProgress.stories.native.js +17 -0
- package/dist/jsx/forms/FormProgress/FormProgress.stories.native.js.map +6 -0
- package/dist/jsx/forms/FormProgress/index.js +51 -0
- package/dist/jsx/forms/FormProgress/index.js.map +6 -0
- package/dist/jsx/forms/FormProgress/index.native.js +51 -0
- package/dist/jsx/forms/FormProgress/index.native.js.map +6 -0
- package/dist/jsx/forms/FormRadioGroup/FormRadioGroup.stories.js +2 -0
- package/dist/jsx/forms/FormRadioGroup/FormRadioGroup.stories.js.map +1 -1
- package/dist/jsx/forms/FormRadioGroup/{FormRadioGroup.stories.mjs → FormRadioGroup.stories.native.js} +3 -1
- package/dist/jsx/forms/FormRadioGroup/FormRadioGroup.stories.native.js.map +6 -0
- 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 +2 -1
- package/dist/jsx/forms/FormSlider/FormSlider.stories.js.map +1 -1
- package/dist/jsx/forms/FormSlider/{FormSlider.stories.mjs → FormSlider.stories.native.js} +3 -2
- package/dist/jsx/forms/FormSlider/FormSlider.stories.native.js.map +6 -0
- 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 +8 -1
- package/dist/jsx/forms/FormSwitch/FormSwitch.stories.js.map +1 -1
- package/dist/jsx/forms/FormSwitch/FormSwitch.stories.native.js +21 -0
- package/dist/jsx/forms/FormSwitch/FormSwitch.stories.native.js.map +6 -0
- 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 +8 -1
- package/dist/jsx/forms/FormTextArea/FormTextArea.stories.js.map +1 -1
- package/dist/jsx/forms/FormTextArea/FormTextArea.stories.native.js +21 -0
- package/dist/jsx/forms/FormTextArea/FormTextArea.stories.native.js.map +6 -0
- 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 +15 -0
- package/dist/jsx/forms/SimpleForm/SimpleForm.stories.js.map +1 -1
- package/dist/jsx/forms/SimpleForm/{SimpleForm.stories.mjs → SimpleForm.stories.native.js} +16 -1
- package/dist/jsx/forms/SimpleForm/SimpleForm.stories.native.js.map +6 -0
- 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/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 -14
- package/dist/jsx/hooks/useAssets/index.js.map +1 -1
- package/dist/jsx/hooks/useAssets/index.native.js +6 -21
- 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 +82 -118
- package/dist/jsx/images/SimpleImage/index.js.map +2 -2
- 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 +20 -2
- package/dist/jsx/images/SimpleImage/index.stories.js.map +1 -1
- package/dist/jsx/images/SimpleImage/{index.stories.mjs → index.stories.native.js} +21 -3
- package/dist/jsx/images/SimpleImage/index.stories.native.js.map +6 -0
- 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.js +1 -1
- package/dist/jsx/images/index.native.js +3 -0
- 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 +40 -0
- package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.js.map +6 -0
- package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.native.js +40 -0
- package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.native.js.map +6 -0
- package/dist/jsx/organize/SimpleTabs/index.js +77 -0
- package/dist/jsx/organize/SimpleTabs/index.js.map +6 -0
- package/dist/jsx/organize/SimpleTabs/index.native.js +77 -0
- 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 +24 -0
- package/dist/jsx/panels/SimpleToast/SimpleToast.stories.js.map +6 -0
- package/dist/jsx/panels/SimpleToast/SimpleToast.stories.native.js +24 -0
- package/dist/jsx/panels/SimpleToast/SimpleToast.stories.native.js.map +6 -0
- package/dist/jsx/panels/SimpleToast/index.js +22 -0
- package/dist/jsx/panels/SimpleToast/index.js.map +6 -0
- package/dist/jsx/panels/SimpleToast/index.native.js +22 -0
- 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 +21 -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/FormCheckBox/FormCheckBox.stories.tsx +24 -4
- package/src/forms/FormProgress/FormProgress.stories.tsx +16 -0
- package/src/forms/FormProgress/index.tsx +73 -0
- package/src/forms/FormRadioGroup/FormRadioGroup.stories.tsx +2 -0
- package/src/forms/FormSlider/FormSlider.stories.tsx +2 -1
- package/src/forms/FormSwitch/FormSwitch.stories.tsx +8 -1
- package/src/forms/FormSwitch/index.tsx +9 -6
- package/src/forms/FormTextArea/FormTextArea.stories.tsx +8 -1
- package/src/forms/SelectSimple/index.tsx +3 -2
- package/src/forms/SimpleForm/SimpleForm.stories.tsx +15 -0
- package/src/hooks/useAssets/index.native.ts +8 -14
- package/src/hooks/useAssets/index.ts +8 -28
- package/src/images/SimpleImage/index.stories.tsx +26 -0
- package/src/images/SimpleImage/index.tsx +133 -161
- package/src/images/index.ts +1 -1
- 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/organize/SimpleTabs/SimpleTabs.stories.tsx +63 -0
- package/src/organize/SimpleTabs/index.tsx +118 -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/src/panels/SimpleToast/SimpleToast.stories.tsx +27 -0
- package/src/panels/SimpleToast/index.tsx +27 -0
- package/types/code/Code/index.d.ts +61 -27
- package/types/code/Code/index.d.ts.map +1 -1
- package/types/code/Pre/index.d.ts +27 -18
- package/types/code/Pre/index.d.ts.map +1 -1
- 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/FormCheckBox/FormCheckBox.stories.d.ts.map +1 -1
- package/types/forms/FormProgress/FormProgress.stories.d.ts +15 -0
- package/types/forms/FormProgress/FormProgress.stories.d.ts.map +1 -0
- package/types/forms/FormProgress/index.d.ts +11 -0
- package/types/forms/FormProgress/index.d.ts.map +1 -0
- package/types/forms/FormRadioGroup/FormRadioGroup.stories.d.ts.map +1 -1
- package/types/forms/FormSlider/FormSlider.stories.d.ts.map +1 -1
- package/types/forms/FormSwitch/FormSwitch.stories.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/FormTextArea/FormTextArea.stories.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/forms/SimpleForm/SimpleForm.stories.d.ts.map +1 -1
- package/types/hooks/useAssets/index.d.ts +2 -3
- package/types/hooks/useAssets/index.d.ts.map +1 -1
- package/types/hooks/useAssets/index.native.d.ts +2 -2
- package/types/hooks/useAssets/index.native.d.ts.map +1 -1
- package/types/images/SimpleImage/index.d.ts +15 -22
- package/types/images/SimpleImage/index.d.ts.map +1 -1
- package/types/images/SimpleImage/index.stories.d.ts +8 -2
- package/types/images/SimpleImage/index.stories.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 +8 -8
- package/types/images/index.d.ts +1 -1
- package/types/images/index.d.ts.map +1 -1
- package/types/mdx/LI/LI.stories.d.ts +38 -21
- package/types/mdx/LI/LI.stories.d.ts.map +1 -1
- package/types/mdx/LI/index.d.ts +38 -21
- package/types/mdx/LI/index.d.ts.map +1 -1
- package/types/mdx/UL/UL.stories.d.ts +27 -18
- package/types/mdx/UL/UL.stories.d.ts.map +1 -1
- package/types/mdx/UL/index.d.ts +27 -18
- package/types/mdx/UL/index.d.ts.map +1 -1
- package/types/mdx/components.d.ts +27 -18
- 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/organize/SimpleTabs/SimpleTabs.stories.d.ts +15 -0
- package/types/organize/SimpleTabs/SimpleTabs.stories.d.ts.map +1 -0
- package/types/organize/SimpleTabs/index.d.ts +21 -0
- package/types/organize/SimpleTabs/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/{forms/RadioSimple/RadioSimple.stories.d.ts → panels/SimpleToast/SimpleToast.stories.d.ts} +4 -4
- package/types/panels/SimpleToast/SimpleToast.stories.d.ts.map +1 -0
- package/types/panels/SimpleToast/index.d.ts +3 -0
- package/types/panels/SimpleToast/index.d.ts.map +1 -0
- package/types/table/Table/Table.stories.d.ts +65 -24
- package/types/table/Table/Table.stories.d.ts.map +1 -1
- package/types/table/Table/index.d.ts +65 -24
- package/types/table/Table/index.d.ts.map +1 -1
- package/types/table/TableCell/index.d.ts +23 -6
- package/types/table/TableCell/index.d.ts.map +1 -1
- package/types/table/TableCol/index.d.ts +42 -18
- package/types/table/TableCol/index.d.ts.map +1 -1
- package/dist/cjs/forms/RadioSimple/RadioSimple.stories.js +0 -48
- package/dist/cjs/forms/RadioSimple/RadioSimple.stories.js.map +0 -6
- package/dist/cjs/forms/RadioSimple/index.js +0 -53
- package/dist/cjs/forms/RadioSimple/index.js.map +0 -6
- package/dist/cjs/hooks/useAssets/types.js.map +0 -6
- package/dist/esm/forms/RadioSimple/RadioSimple.stories.js +0 -15
- package/dist/esm/forms/RadioSimple/RadioSimple.stories.js.map +0 -6
- package/dist/esm/forms/RadioSimple/index.js +0 -20
- package/dist/esm/forms/RadioSimple/index.js.map +0 -6
- 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/FormCheckBox.stories.mjs +0 -13
- package/dist/jsx/forms/FormCheckBox/FormCheckBox.stories.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/FormRadioGroup/FormRadioGroup.stories.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/FormSlider.stories.mjs.map +0 -6
- package/dist/jsx/forms/FormSlider/index.mjs.map +0 -6
- package/dist/jsx/forms/FormSwitch/FormSwitch.stories.mjs +0 -14
- package/dist/jsx/forms/FormSwitch/FormSwitch.stories.mjs.map +0 -6
- package/dist/jsx/forms/FormSwitch/index.mjs.map +0 -6
- package/dist/jsx/forms/FormTextArea/FormTextArea.stories.mjs +0 -14
- package/dist/jsx/forms/FormTextArea/FormTextArea.stories.mjs.map +0 -6
- package/dist/jsx/forms/FormTextArea/index.mjs.map +0 -6
- package/dist/jsx/forms/RadioSimple/RadioSimple.stories.js +0 -14
- package/dist/jsx/forms/RadioSimple/RadioSimple.stories.js.map +0 -6
- package/dist/jsx/forms/RadioSimple/RadioSimple.stories.mjs +0 -14
- package/dist/jsx/forms/RadioSimple/RadioSimple.stories.mjs.map +0 -6
- package/dist/jsx/forms/RadioSimple/index.js +0 -26
- package/dist/jsx/forms/RadioSimple/index.js.map +0 -6
- package/dist/jsx/forms/RadioSimple/index.mjs +0 -26
- package/dist/jsx/forms/RadioSimple/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/SimpleForm/SimpleForm.stories.mjs.map +0 -6
- package/dist/jsx/forms/types.mjs +0 -1
- package/dist/jsx/global.mjs +0 -1
- package/dist/jsx/global.mjs.map +0 -6
- package/dist/jsx/hooks/useAssets/index.mjs +0 -21
- package/dist/jsx/hooks/useAssets/index.mjs.map +0 -6
- package/dist/jsx/hooks/useAssets/index.native.mjs +0 -29
- package/dist/jsx/hooks/useAssets/index.native.mjs.map +0 -6
- package/dist/jsx/hooks/useAssets/types.js +0 -1
- package/dist/jsx/hooks/useAssets/types.js.map +0 -6
- package/dist/jsx/hooks/useAssets/types.mjs +0 -1
- package/dist/jsx/hooks/useAssets/types.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 -125
- package/dist/jsx/images/SimpleImage/index.mjs.map +0 -6
- package/dist/jsx/images/SimpleImage/index.stories.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/images/index.mjs +0 -3
- 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/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/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/src/forms/RadioSimple/RadioSimple.stories.tsx +0 -12
- package/src/forms/RadioSimple/index.tsx +0 -42
- package/src/hooks/useAssets/types.ts +0 -3
- package/types/forms/RadioSimple/RadioSimple.stories.d.ts.map +0 -1
- package/types/forms/RadioSimple/index.d.ts +0 -8
- package/types/forms/RadioSimple/index.d.ts.map +0 -1
- package/types/hooks/useAssets/types.d.ts +0 -3
- package/types/hooks/useAssets/types.d.ts.map +0 -1
- /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/{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/FormSelectSimple/{FormSelectSimple.stories.mjs.map → FormSelectSimple.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/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/{esm/hooks/useAssets/types.js → jsx/forms/types.native.js} +0 -0
- /package/dist/{esm/hooks/useAssets/types.js.map → jsx/forms/types.native.js.map} +0 -0
- /package/dist/jsx/{forms/types.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
|
@@ -7,7 +7,7 @@ declare const _default: {
|
|
|
7
7
|
children: any;
|
|
8
8
|
}) => React.JSX.Element) & {
|
|
9
9
|
Cell: import("tamagui").TamaguiComponent<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
10
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").TextStyle>;
|
|
10
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
11
11
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
12
12
|
readonly unstyled?: boolean | undefined;
|
|
13
13
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
@@ -19,8 +19,8 @@ declare const _default: {
|
|
|
19
19
|
}), "head" | "highlight"> & {
|
|
20
20
|
readonly head?: boolean | undefined;
|
|
21
21
|
readonly highlight?: boolean | undefined;
|
|
22
|
-
} & import("@tamagui/web").
|
|
23
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").TextStyle>;
|
|
22
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
23
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
24
24
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
25
25
|
readonly unstyled?: boolean | undefined;
|
|
26
26
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
@@ -32,8 +32,8 @@ declare const _default: {
|
|
|
32
32
|
}), "head" | "highlight"> & {
|
|
33
33
|
readonly head?: boolean | undefined;
|
|
34
34
|
readonly highlight?: boolean | undefined;
|
|
35
|
-
}>> & import("@tamagui/web").
|
|
36
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").TextStyle>;
|
|
35
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
36
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
37
37
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
38
38
|
readonly unstyled?: boolean | undefined;
|
|
39
39
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
@@ -45,7 +45,7 @@ declare const _default: {
|
|
|
45
45
|
}), "head" | "highlight"> & {
|
|
46
46
|
readonly head?: boolean | undefined;
|
|
47
47
|
readonly highlight?: boolean | undefined;
|
|
48
|
-
}>>, import("tamagui").
|
|
48
|
+
}>>, import("tamagui").TamaguiTextElement, import("tamagui").TextPropsBase, ({
|
|
49
49
|
readonly unstyled?: boolean | undefined;
|
|
50
50
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
51
51
|
} | ({
|
|
@@ -58,10 +58,27 @@ declare const _default: {
|
|
|
58
58
|
readonly highlight?: boolean | undefined;
|
|
59
59
|
}, {
|
|
60
60
|
displayName: string | undefined;
|
|
61
|
+
__baseProps: Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
62
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
63
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & {
|
|
64
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
65
|
+
};
|
|
66
|
+
__variantProps: {
|
|
67
|
+
readonly unstyled?: boolean | undefined;
|
|
68
|
+
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
69
|
+
} & ({
|
|
70
|
+
readonly unstyled?: boolean | undefined;
|
|
71
|
+
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
72
|
+
} | ({
|
|
73
|
+
readonly unstyled?: boolean | undefined;
|
|
74
|
+
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
75
|
+
} & {
|
|
76
|
+
[x: string]: undefined;
|
|
77
|
+
}));
|
|
61
78
|
}>;
|
|
62
79
|
Col: import("tamagui").TamaguiComponent<(Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
63
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
|
|
64
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
80
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
81
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
65
82
|
readonly fullscreen?: boolean | undefined;
|
|
66
83
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
67
84
|
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
@@ -76,9 +93,9 @@ declare const _default: {
|
|
|
76
93
|
readonly bordered?: number | boolean | undefined;
|
|
77
94
|
readonly transparent?: boolean | undefined;
|
|
78
95
|
readonly chromeless?: boolean | "all" | undefined;
|
|
79
|
-
} & import("@tamagui/web").
|
|
80
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
|
|
81
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
96
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
97
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
98
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
82
99
|
readonly fullscreen?: boolean | undefined;
|
|
83
100
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
84
101
|
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
@@ -93,9 +110,9 @@ declare const _default: {
|
|
|
93
110
|
readonly bordered?: number | boolean | undefined;
|
|
94
111
|
readonly transparent?: boolean | undefined;
|
|
95
112
|
readonly chromeless?: boolean | "all" | undefined;
|
|
96
|
-
}>> & import("@tamagui/web").
|
|
97
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
|
|
98
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
113
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
114
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
115
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
99
116
|
readonly fullscreen?: boolean | undefined;
|
|
100
117
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
101
118
|
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
@@ -111,8 +128,8 @@ declare const _default: {
|
|
|
111
128
|
readonly transparent?: boolean | undefined;
|
|
112
129
|
readonly chromeless?: boolean | "all" | undefined;
|
|
113
130
|
}>>) | (Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
114
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
|
|
115
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
131
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
132
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
116
133
|
readonly fullscreen?: boolean | undefined;
|
|
117
134
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
118
135
|
} & {
|
|
@@ -129,9 +146,9 @@ declare const _default: {
|
|
|
129
146
|
readonly chromeless?: boolean | "all" | undefined;
|
|
130
147
|
}, string | number> & {
|
|
131
148
|
[x: string]: undefined;
|
|
132
|
-
} & import("@tamagui/web").
|
|
133
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
|
|
134
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
149
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
150
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
151
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
135
152
|
readonly fullscreen?: boolean | undefined;
|
|
136
153
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
137
154
|
} & {
|
|
@@ -148,9 +165,9 @@ declare const _default: {
|
|
|
148
165
|
readonly chromeless?: boolean | "all" | undefined;
|
|
149
166
|
}, string | number> & {
|
|
150
167
|
[x: string]: undefined;
|
|
151
|
-
}>> & import("@tamagui/web").
|
|
152
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
|
|
153
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
168
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
169
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
170
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
154
171
|
readonly fullscreen?: boolean | undefined;
|
|
155
172
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
156
173
|
} & {
|
|
@@ -168,8 +185,8 @@ declare const _default: {
|
|
|
168
185
|
}, string | number> & {
|
|
169
186
|
[x: string]: undefined;
|
|
170
187
|
}>>), import("tamagui").TamaguiElement, Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
171
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
|
|
172
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
188
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
189
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
|
|
173
190
|
readonly fullscreen?: boolean | undefined;
|
|
174
191
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
175
192
|
} & {
|
|
@@ -188,6 +205,30 @@ declare const _default: {
|
|
|
188
205
|
[x: string]: undefined;
|
|
189
206
|
}), {
|
|
190
207
|
displayName: string | undefined;
|
|
208
|
+
__baseProps: Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
209
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
210
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
|
|
211
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
212
|
+
};
|
|
213
|
+
__variantProps: {
|
|
214
|
+
readonly fullscreen?: boolean | undefined;
|
|
215
|
+
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
216
|
+
} & {
|
|
217
|
+
readonly fullscreen?: boolean | undefined;
|
|
218
|
+
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
219
|
+
} & {
|
|
220
|
+
readonly backgrounded?: boolean | undefined;
|
|
221
|
+
readonly radiused?: boolean | undefined;
|
|
222
|
+
readonly hoverTheme?: boolean | undefined;
|
|
223
|
+
readonly pressTheme?: boolean | undefined;
|
|
224
|
+
readonly focusTheme?: boolean | undefined;
|
|
225
|
+
readonly circular?: boolean | undefined;
|
|
226
|
+
readonly padded?: boolean | undefined;
|
|
227
|
+
readonly elevate?: boolean | undefined;
|
|
228
|
+
readonly bordered?: number | boolean | undefined;
|
|
229
|
+
readonly transparent?: boolean | undefined;
|
|
230
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
231
|
+
};
|
|
191
232
|
}>;
|
|
192
233
|
};
|
|
193
234
|
parameters: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Table.stories.d.ts","sourceRoot":"","sources":["../../../src/table/Table/Table.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC
|
|
1
|
+
{"version":3,"file":"Table.stories.d.ts","sourceRoot":"","sources":["../../../src/table/Table/Table.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAG1B,wBAME;AAEF,eAAO,MAAM,IAAI,yBAuChB,CAAC"}
|
|
@@ -10,7 +10,7 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
10
10
|
children: any;
|
|
11
11
|
}) => React.JSX.Element) & {
|
|
12
12
|
Cell: import("tamagui").TamaguiComponent<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
13
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").TextStyle>;
|
|
13
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
14
14
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
15
15
|
readonly unstyled?: boolean | undefined;
|
|
16
16
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
@@ -22,8 +22,8 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
22
22
|
}), "head" | "highlight"> & {
|
|
23
23
|
readonly head?: boolean | undefined;
|
|
24
24
|
readonly highlight?: boolean | undefined;
|
|
25
|
-
} & import("@tamagui/web").
|
|
26
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").TextStyle>;
|
|
25
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
26
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
27
27
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
28
28
|
readonly unstyled?: boolean | undefined;
|
|
29
29
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
@@ -35,8 +35,8 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
35
35
|
}), "head" | "highlight"> & {
|
|
36
36
|
readonly head?: boolean | undefined;
|
|
37
37
|
readonly highlight?: boolean | undefined;
|
|
38
|
-
}>> & import("@tamagui/web").
|
|
39
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").TextStyle>;
|
|
38
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
39
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
40
40
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
41
41
|
readonly unstyled?: boolean | undefined;
|
|
42
42
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
@@ -48,7 +48,7 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
48
48
|
}), "head" | "highlight"> & {
|
|
49
49
|
readonly head?: boolean | undefined;
|
|
50
50
|
readonly highlight?: boolean | undefined;
|
|
51
|
-
}>>, import("tamagui").
|
|
51
|
+
}>>, import("tamagui").TamaguiTextElement, import("tamagui").TextPropsBase, ({
|
|
52
52
|
readonly unstyled?: boolean | undefined;
|
|
53
53
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
54
54
|
} | ({
|
|
@@ -61,10 +61,27 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
61
61
|
readonly highlight?: boolean | undefined;
|
|
62
62
|
}, {
|
|
63
63
|
displayName: string | undefined;
|
|
64
|
+
__baseProps: Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
65
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
66
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & {
|
|
67
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
68
|
+
};
|
|
69
|
+
__variantProps: {
|
|
70
|
+
readonly unstyled?: boolean | undefined;
|
|
71
|
+
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
72
|
+
} & ({
|
|
73
|
+
readonly unstyled?: boolean | undefined;
|
|
74
|
+
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
75
|
+
} | ({
|
|
76
|
+
readonly unstyled?: boolean | undefined;
|
|
77
|
+
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
78
|
+
} & {
|
|
79
|
+
[x: string]: undefined;
|
|
80
|
+
}));
|
|
64
81
|
}>;
|
|
65
82
|
Col: import("tamagui").TamaguiComponent<(Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
66
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
|
|
67
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
83
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
84
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
68
85
|
readonly fullscreen?: boolean | undefined;
|
|
69
86
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
70
87
|
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
@@ -79,9 +96,9 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
79
96
|
readonly bordered?: number | boolean | undefined;
|
|
80
97
|
readonly transparent?: boolean | undefined;
|
|
81
98
|
readonly chromeless?: boolean | "all" | undefined;
|
|
82
|
-
} & import("@tamagui/web").
|
|
83
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
|
|
84
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
99
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
100
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
101
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
85
102
|
readonly fullscreen?: boolean | undefined;
|
|
86
103
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
87
104
|
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
@@ -96,9 +113,9 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
96
113
|
readonly bordered?: number | boolean | undefined;
|
|
97
114
|
readonly transparent?: boolean | undefined;
|
|
98
115
|
readonly chromeless?: boolean | "all" | undefined;
|
|
99
|
-
}>> & import("@tamagui/web").
|
|
100
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
|
|
101
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
116
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
117
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
118
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
102
119
|
readonly fullscreen?: boolean | undefined;
|
|
103
120
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
104
121
|
}, "backgrounded" | "radiused" | "hoverTheme" | "pressTheme" | "focusTheme" | "circular" | "padded" | "elevate" | "bordered" | "transparent" | "chromeless"> & {
|
|
@@ -114,8 +131,8 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
114
131
|
readonly transparent?: boolean | undefined;
|
|
115
132
|
readonly chromeless?: boolean | "all" | undefined;
|
|
116
133
|
}>>) | (Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
117
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
|
|
118
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
134
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
135
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
119
136
|
readonly fullscreen?: boolean | undefined;
|
|
120
137
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
121
138
|
} & {
|
|
@@ -132,9 +149,9 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
132
149
|
readonly chromeless?: boolean | "all" | undefined;
|
|
133
150
|
}, string | number> & {
|
|
134
151
|
[x: string]: undefined;
|
|
135
|
-
} & import("@tamagui/web").
|
|
136
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
|
|
137
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
152
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
153
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
154
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
138
155
|
readonly fullscreen?: boolean | undefined;
|
|
139
156
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
140
157
|
} & {
|
|
@@ -151,9 +168,9 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
151
168
|
readonly chromeless?: boolean | "all" | undefined;
|
|
152
169
|
}, string | number> & {
|
|
153
170
|
[x: string]: undefined;
|
|
154
|
-
}>> & import("@tamagui/web").
|
|
155
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
|
|
156
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
171
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
172
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
173
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & Omit<{
|
|
157
174
|
readonly fullscreen?: boolean | undefined;
|
|
158
175
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
159
176
|
} & {
|
|
@@ -171,8 +188,8 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
171
188
|
}, string | number> & {
|
|
172
189
|
[x: string]: undefined;
|
|
173
190
|
}>>), import("tamagui").TamaguiElement, Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
174
|
-
style?: import("@tamagui/web").StyleProp<React.CSSProperties & import("react-native").ViewStyle>;
|
|
175
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core
|
|
191
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
192
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps, {
|
|
176
193
|
readonly fullscreen?: boolean | undefined;
|
|
177
194
|
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
178
195
|
} & {
|
|
@@ -191,6 +208,30 @@ export declare const Table: (({ heading, children, ...props }: {
|
|
|
191
208
|
[x: string]: undefined;
|
|
192
209
|
}), {
|
|
193
210
|
displayName: string | undefined;
|
|
211
|
+
__baseProps: Omit<import("react-native").ViewProps, "style" | "display" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
212
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
213
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core").RNViewProps & {
|
|
214
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
215
|
+
};
|
|
216
|
+
__variantProps: {
|
|
217
|
+
readonly fullscreen?: boolean | undefined;
|
|
218
|
+
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
219
|
+
} & {
|
|
220
|
+
readonly fullscreen?: boolean | undefined;
|
|
221
|
+
readonly elevation?: import("tamagui").SizeTokens | undefined;
|
|
222
|
+
} & {
|
|
223
|
+
readonly backgrounded?: boolean | undefined;
|
|
224
|
+
readonly radiused?: boolean | undefined;
|
|
225
|
+
readonly hoverTheme?: boolean | undefined;
|
|
226
|
+
readonly pressTheme?: boolean | undefined;
|
|
227
|
+
readonly focusTheme?: boolean | undefined;
|
|
228
|
+
readonly circular?: boolean | undefined;
|
|
229
|
+
readonly padded?: boolean | undefined;
|
|
230
|
+
readonly elevate?: boolean | undefined;
|
|
231
|
+
readonly bordered?: number | boolean | undefined;
|
|
232
|
+
readonly transparent?: boolean | undefined;
|
|
233
|
+
readonly chromeless?: boolean | "all" | undefined;
|
|
234
|
+
};
|
|
194
235
|
}>;
|
|
195
236
|
};
|
|
196
237
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/table/Table/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,eAAO,MAAM,UAAU;;;;uBAatB,CAAC;AAEF,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/table/Table/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAe1B,eAAO,MAAM,UAAU;;;;uBAatB,CAAC;AAEF,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGhB,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
export declare const TableCell: import("tamagui").TamaguiComponent<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
3
|
-
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").TextStyle>;
|
|
3
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
4
4
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
5
5
|
readonly unstyled?: boolean | undefined;
|
|
6
6
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
@@ -12,8 +12,8 @@ export declare const TableCell: import("tamagui").TamaguiComponent<Omit<import("
|
|
|
12
12
|
}), "head" | "highlight"> & {
|
|
13
13
|
readonly head?: boolean | undefined;
|
|
14
14
|
readonly highlight?: boolean | undefined;
|
|
15
|
-
} & import("@tamagui/web").
|
|
16
|
-
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").TextStyle>;
|
|
15
|
+
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
16
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
17
17
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
18
18
|
readonly unstyled?: boolean | undefined;
|
|
19
19
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
@@ -25,8 +25,8 @@ export declare const TableCell: import("tamagui").TamaguiComponent<Omit<import("
|
|
|
25
25
|
}), "head" | "highlight"> & {
|
|
26
26
|
readonly head?: boolean | undefined;
|
|
27
27
|
readonly highlight?: boolean | undefined;
|
|
28
|
-
}>> & import("@tamagui/web").
|
|
29
|
-
style?: import("@tamagui/web").StyleProp<import("react").CSSProperties & import("react-native").TextStyle>;
|
|
28
|
+
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
29
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
30
30
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
|
|
31
31
|
readonly unstyled?: boolean | undefined;
|
|
32
32
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
@@ -38,7 +38,7 @@ export declare const TableCell: import("tamagui").TamaguiComponent<Omit<import("
|
|
|
38
38
|
}), "head" | "highlight"> & {
|
|
39
39
|
readonly head?: boolean | undefined;
|
|
40
40
|
readonly highlight?: boolean | undefined;
|
|
41
|
-
}>>, import("tamagui").
|
|
41
|
+
}>>, import("tamagui").TamaguiTextElement, import("tamagui").TextPropsBase, ({
|
|
42
42
|
readonly unstyled?: boolean | undefined;
|
|
43
43
|
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
44
44
|
} | ({
|
|
@@ -51,5 +51,22 @@ export declare const TableCell: import("tamagui").TamaguiComponent<Omit<import("
|
|
|
51
51
|
readonly highlight?: boolean | undefined;
|
|
52
52
|
}, {
|
|
53
53
|
displayName: string | undefined;
|
|
54
|
+
__baseProps: Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseTextProps & import("tamagui").TamaguiComponentPropsBase & {
|
|
55
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
56
|
+
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<import("react-native").TextProps, "style" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & {
|
|
57
|
+
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
58
|
+
};
|
|
59
|
+
__variantProps: {
|
|
60
|
+
readonly unstyled?: boolean | undefined;
|
|
61
|
+
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
62
|
+
} & ({
|
|
63
|
+
readonly unstyled?: boolean | undefined;
|
|
64
|
+
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
65
|
+
} | ({
|
|
66
|
+
readonly unstyled?: boolean | undefined;
|
|
67
|
+
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
68
|
+
} & {
|
|
69
|
+
[x: string]: undefined;
|
|
70
|
+
}));
|
|
54
71
|
}>;
|
|
55
72
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/table/TableCell/index.ts"],"names":[],"mappings":";AAGA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/table/TableCell/index.ts"],"names":[],"mappings":";AAGA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BpB,CAAC"}
|