@multiplatform.one/components 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/ErrorBoundary/index.js +0 -4
- package/dist/cjs/ErrorBoundary/index.native.js +131 -21
- package/dist/cjs/ErrorBoundary/index.native.js.map +3 -3
- package/dist/cjs/code/Code/Code.stories.js +0 -4
- package/dist/cjs/code/Code/Code.stories.native.js +5 -5
- package/dist/cjs/code/Code/Code.stories.native.js.map +3 -3
- package/dist/cjs/code/Code/index.js +0 -5
- package/dist/cjs/code/Code/index.native.js +1 -2
- package/dist/cjs/code/Code/index.native.js.map +3 -3
- package/dist/cjs/code/CodeBlock/CodeBlock.stories.js +0 -4
- package/dist/cjs/code/CodeBlock/CodeBlock.stories.native.js +5 -5
- package/dist/cjs/code/CodeBlock/CodeBlock.stories.native.js.map +3 -3
- package/dist/cjs/code/CodeBlock/index.js +1 -5
- package/dist/cjs/code/CodeBlock/index.js.map +1 -1
- package/dist/cjs/code/CodeBlock/index.native.js +84 -19
- package/dist/cjs/code/CodeBlock/index.native.js.map +3 -3
- package/dist/cjs/code/Pre/index.js +0 -4
- package/dist/cjs/code/Pre/index.native.js +1 -2
- package/dist/cjs/code/Pre/index.native.js.map +3 -3
- package/dist/cjs/code/index.js +0 -6
- package/dist/cjs/code/index.native.js.map +2 -2
- package/dist/cjs/forms/FormCheckBox/FormCheckBox.stories.js +0 -4
- package/dist/cjs/forms/FormCheckBox/FormCheckBox.stories.native.js +45 -41
- package/dist/cjs/forms/FormCheckBox/FormCheckBox.stories.native.js.map +3 -3
- package/dist/cjs/forms/FormCheckBox/index.js +8 -12
- package/dist/cjs/forms/FormCheckBox/index.js.map +1 -1
- package/dist/cjs/forms/FormCheckBox/index.native.js +144 -91
- package/dist/cjs/forms/FormCheckBox/index.native.js.map +3 -3
- package/dist/cjs/forms/FormField.js +0 -4
- package/dist/cjs/forms/FormField.native.js +64 -13
- package/dist/cjs/forms/FormField.native.js.map +3 -3
- package/dist/cjs/forms/FormInput/FormInput.stories.js +1 -5
- package/dist/cjs/forms/FormInput/FormInput.stories.js.map +1 -1
- package/dist/cjs/forms/FormInput/FormInput.stories.native.js +23 -13
- package/dist/cjs/forms/FormInput/FormInput.stories.native.js.map +3 -3
- package/dist/cjs/forms/FormInput/index.js +0 -4
- package/dist/cjs/forms/FormInput/index.native.js +100 -55
- package/dist/cjs/forms/FormInput/index.native.js.map +3 -3
- package/dist/cjs/forms/FormProgress/FormProgress.stories.js +0 -5
- package/dist/cjs/forms/FormProgress/FormProgress.stories.native.js +38 -12
- package/dist/cjs/forms/FormProgress/FormProgress.stories.native.js.map +3 -3
- package/dist/cjs/forms/FormProgress/index.js +0 -4
- package/dist/cjs/forms/FormProgress/index.native.js +109 -64
- package/dist/cjs/forms/FormProgress/index.native.js.map +3 -3
- package/dist/cjs/forms/FormRadioGroup/FormRadioGroup.stories.js +2 -6
- package/dist/cjs/forms/FormRadioGroup/FormRadioGroup.stories.js.map +1 -1
- package/dist/cjs/forms/FormRadioGroup/FormRadioGroup.stories.native.js +92 -29
- package/dist/cjs/forms/FormRadioGroup/FormRadioGroup.stories.native.js.map +3 -3
- package/dist/cjs/forms/FormRadioGroup/index.js +1 -6
- package/dist/cjs/forms/FormRadioGroup/index.js.map +1 -1
- package/dist/cjs/forms/FormRadioGroup/index.native.js +133 -59
- package/dist/cjs/forms/FormRadioGroup/index.native.js.map +3 -3
- package/dist/cjs/forms/FormSelectSimple/FormSelectSimple.stories.js +0 -4
- package/dist/cjs/forms/FormSelectSimple/FormSelectSimple.stories.native.js +41 -13
- package/dist/cjs/forms/FormSelectSimple/FormSelectSimple.stories.native.js.map +3 -3
- package/dist/cjs/forms/FormSelectSimple/index.js +0 -4
- package/dist/cjs/forms/FormSelectSimple/index.native.js +97 -52
- package/dist/cjs/forms/FormSelectSimple/index.native.js.map +3 -3
- package/dist/cjs/forms/FormSlider/FormSlider.stories.js +0 -4
- package/dist/cjs/forms/FormSlider/FormSlider.stories.native.js +11 -13
- package/dist/cjs/forms/FormSlider/FormSlider.stories.native.js.map +3 -3
- package/dist/cjs/forms/FormSlider/index.js +0 -4
- package/dist/cjs/forms/FormSlider/index.native.js +128 -71
- package/dist/cjs/forms/FormSlider/index.native.js.map +3 -3
- package/dist/cjs/forms/FormSubmitButton/FormSubmitButton.stories.js +0 -4
- package/dist/cjs/forms/FormSubmitButton/FormSubmitButton.stories.native.js +13 -13
- package/dist/cjs/forms/FormSubmitButton/FormSubmitButton.stories.native.js.map +3 -3
- package/dist/cjs/forms/FormSubmitButton/index.js +0 -4
- package/dist/cjs/forms/FormSubmitButton/index.native.js +52 -27
- package/dist/cjs/forms/FormSubmitButton/index.native.js.map +3 -3
- package/dist/cjs/forms/FormSwitch/FormSwitch.stories.js +0 -4
- package/dist/cjs/forms/FormSwitch/FormSwitch.stories.native.js +23 -23
- package/dist/cjs/forms/FormSwitch/FormSwitch.stories.native.js.map +3 -3
- package/dist/cjs/forms/FormSwitch/index.js +5 -8
- package/dist/cjs/forms/FormSwitch/index.js.map +1 -1
- package/dist/cjs/forms/FormSwitch/index.native.js +109 -60
- package/dist/cjs/forms/FormSwitch/index.native.js.map +3 -3
- package/dist/cjs/forms/FormTextArea/FormTextArea.stories.js +0 -4
- package/dist/cjs/forms/FormTextArea/FormTextArea.stories.native.js +13 -19
- package/dist/cjs/forms/FormTextArea/FormTextArea.stories.native.js.map +3 -3
- package/dist/cjs/forms/FormTextArea/index.js +0 -4
- package/dist/cjs/forms/FormTextArea/index.native.js +100 -55
- package/dist/cjs/forms/FormTextArea/index.native.js.map +3 -3
- package/dist/cjs/forms/SelectButton/OptionButton.js +0 -4
- package/dist/cjs/forms/SelectButton/OptionButton.native.js +140 -50
- package/dist/cjs/forms/SelectButton/OptionButton.native.js.map +3 -3
- package/dist/cjs/forms/SelectButton/SelectButton.stories.js +2 -7
- package/dist/cjs/forms/SelectButton/SelectButton.stories.js.map +1 -1
- package/dist/cjs/forms/SelectButton/SelectButton.stories.native.js +77 -13
- package/dist/cjs/forms/SelectButton/SelectButton.stories.native.js.map +3 -3
- package/dist/cjs/forms/SelectButton/context.js +0 -4
- package/dist/cjs/forms/SelectButton/context.native.js +3 -2
- package/dist/cjs/forms/SelectButton/context.native.js.map +3 -3
- package/dist/cjs/forms/SelectButton/index.js +1 -5
- package/dist/cjs/forms/SelectButton/index.js.map +1 -1
- package/dist/cjs/forms/SelectButton/index.native.js +132 -32
- package/dist/cjs/forms/SelectButton/index.native.js.map +3 -3
- package/dist/cjs/forms/SelectSimple/SelectSimple.stories.js +0 -4
- package/dist/cjs/forms/SelectSimple/SelectSimple.stories.native.js +40 -13
- package/dist/cjs/forms/SelectSimple/SelectSimple.stories.native.js.map +3 -3
- package/dist/cjs/forms/SelectSimple/index.js +0 -4
- package/dist/cjs/forms/SelectSimple/index.native.js +103 -23
- package/dist/cjs/forms/SelectSimple/index.native.js.map +3 -3
- package/dist/cjs/forms/SimpleForm/SimpleForm.stories.js +1 -5
- package/dist/cjs/forms/SimpleForm/SimpleForm.stories.js.map +1 -1
- package/dist/cjs/forms/SimpleForm/SimpleForm.stories.native.js +99 -13
- package/dist/cjs/forms/SimpleForm/SimpleForm.stories.native.js.map +3 -3
- package/dist/cjs/forms/SimpleForm/index.js +0 -4
- package/dist/cjs/forms/SimpleForm/index.native.js +77 -29
- package/dist/cjs/forms/SimpleForm/index.native.js.map +3 -3
- package/dist/cjs/forms/index.js +0 -15
- package/dist/cjs/forms/index.native.js.map +2 -2
- package/dist/cjs/forms/types.native.js.map +2 -2
- package/dist/cjs/global.native.js.map +2 -2
- package/dist/cjs/helpers.js +1 -5
- package/dist/cjs/helpers.js.map +1 -1
- package/dist/cjs/helpers.native.js +42 -13
- package/dist/cjs/helpers.native.js.map +3 -3
- package/dist/cjs/hooks/index.js +0 -5
- package/dist/cjs/hooks/index.native.js.map +2 -2
- package/dist/cjs/hooks/useAnimationDriverToggle.js +0 -4
- package/dist/cjs/hooks/useAnimationDriverToggle.native.js +2 -3
- package/dist/cjs/hooks/useAnimationDriverToggle.native.js.map +3 -3
- package/dist/cjs/hooks/useAssets/index.js +0 -4
- package/dist/cjs/hooks/useAssets/index.native.js +60 -7
- package/dist/cjs/hooks/useAssets/index.native.js.map +3 -3
- package/dist/cjs/hooks/useClipboard.js +0 -5
- package/dist/cjs/hooks/useClipboard.native.js +198 -13
- package/dist/cjs/hooks/useClipboard.native.js.map +3 -3
- package/dist/cjs/images/SimpleImage/index.js +7 -11
- package/dist/cjs/images/SimpleImage/index.js.map +1 -1
- package/dist/cjs/images/SimpleImage/index.native.js +204 -84
- package/dist/cjs/images/SimpleImage/index.native.js.map +3 -3
- package/dist/cjs/images/SimpleImage/index.stories.js +0 -9
- package/dist/cjs/images/SimpleImage/index.stories.native.js +139 -45
- package/dist/cjs/images/SimpleImage/index.stories.native.js.map +3 -3
- package/dist/cjs/images/Svg/Svg.stories.js +0 -4
- package/dist/cjs/images/Svg/Svg.stories.native.js +18 -22
- package/dist/cjs/images/Svg/Svg.stories.native.js.map +3 -3
- package/dist/cjs/images/Svg/index.js +0 -4
- package/dist/cjs/images/Svg/index.native.js +1 -2
- package/dist/cjs/images/Svg/index.native.js.map +3 -3
- package/dist/cjs/images/SvgUri/index.js +0 -4
- package/dist/cjs/images/SvgUri/index.js.map +1 -1
- package/dist/cjs/images/SvgUri/index.native.js +3 -2
- package/dist/cjs/images/SvgUri/index.native.js.map +3 -3
- package/dist/cjs/images/index.js +0 -5
- package/dist/cjs/images/index.native.js.map +2 -2
- package/dist/cjs/index.js +2 -16
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/index.native.js +4 -4
- package/dist/cjs/index.native.js.map +2 -2
- package/dist/cjs/layouts/Debug/DebugLayout.stories.js +0 -4
- package/dist/cjs/layouts/Debug/DebugLayout.stories.native.js +13 -13
- package/dist/cjs/layouts/Debug/DebugLayout.stories.native.js.map +3 -3
- package/dist/cjs/layouts/Debug/index.js +31 -27
- package/dist/cjs/layouts/Debug/index.js.map +2 -2
- package/dist/cjs/layouts/Debug/index.native.js +225 -66
- package/dist/cjs/layouts/Debug/index.native.js.map +3 -3
- package/dist/cjs/layouts/index.js +0 -4
- package/dist/cjs/layouts/index.native.js.map +2 -2
- package/dist/cjs/mdx/ExternalIcon/ExternalIcon.stories.js +0 -4
- package/dist/cjs/mdx/ExternalIcon/ExternalIcon.stories.native.js +11 -15
- package/dist/cjs/mdx/ExternalIcon/ExternalIcon.stories.native.js.map +3 -3
- package/dist/cjs/mdx/ExternalIcon/index.js +0 -4
- package/dist/cjs/mdx/ExternalIcon/index.native.js +13 -16
- package/dist/cjs/mdx/ExternalIcon/index.native.js.map +3 -3
- package/dist/cjs/mdx/HR/HR.stories.js +0 -4
- package/dist/cjs/mdx/HR/HR.stories.native.js +10 -13
- package/dist/cjs/mdx/HR/HR.stories.native.js.map +3 -3
- package/dist/cjs/mdx/HR/index.js +0 -4
- package/dist/cjs/mdx/HR/index.native.js +17 -12
- package/dist/cjs/mdx/HR/index.native.js.map +3 -3
- package/dist/cjs/mdx/LI/LI.stories.js +0 -4
- package/dist/cjs/mdx/LI/LI.stories.native.js +14 -13
- package/dist/cjs/mdx/LI/LI.stories.native.js.map +3 -3
- package/dist/cjs/mdx/LI/index.js +0 -4
- package/dist/cjs/mdx/LI/index.native.js +1 -2
- package/dist/cjs/mdx/LI/index.native.js.map +3 -3
- package/dist/cjs/mdx/MDX/MDX.stories.js +0 -4
- package/dist/cjs/mdx/MDX/MDX.stories.native.js +12 -15
- package/dist/cjs/mdx/MDX/MDX.stories.native.js.map +3 -3
- package/dist/cjs/mdx/MDX/index.js +0 -4
- package/dist/cjs/mdx/MDX/index.js.map +1 -1
- package/dist/cjs/mdx/MDX/index.native.js +52 -24
- package/dist/cjs/mdx/MDX/index.native.js.map +3 -3
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlock.stories.js +0 -4
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js +218 -16
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js.map +3 -3
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlockContext.js +0 -4
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlockContext.native.js +1 -2
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlockContext.native.js.map +3 -3
- package/dist/cjs/mdx/MDXCodeBlock/index.js +1 -5
- package/dist/cjs/mdx/MDXCodeBlock/index.js.map +1 -1
- package/dist/cjs/mdx/MDXCodeBlock/index.native.js +216 -93
- package/dist/cjs/mdx/MDXCodeBlock/index.native.js.map +3 -3
- package/dist/cjs/mdx/UL/UL.stories.js +0 -4
- package/dist/cjs/mdx/UL/UL.stories.native.js +14 -13
- package/dist/cjs/mdx/UL/UL.stories.native.js.map +3 -3
- package/dist/cjs/mdx/UL/index.js +0 -4
- package/dist/cjs/mdx/UL/index.native.js +1 -2
- package/dist/cjs/mdx/UL/index.native.js.map +3 -3
- package/dist/cjs/mdx/components.js +5 -22
- package/dist/cjs/mdx/components.js.map +1 -1
- package/dist/cjs/mdx/components.native.js +275 -60
- package/dist/cjs/mdx/components.native.js.map +3 -3
- package/dist/cjs/mdx/hooks/index.js +0 -6
- package/dist/cjs/mdx/hooks/index.native.js.map +2 -2
- package/dist/cjs/mdx/hooks/useCompileAndEvaluateMdx.js +0 -4
- package/dist/cjs/mdx/hooks/useCompileAndEvaluateMdx.native.js +6 -2
- package/dist/cjs/mdx/hooks/useCompileAndEvaluateMdx.native.js.map +3 -3
- package/dist/cjs/mdx/hooks/useCompileMdx.js +3 -7
- package/dist/cjs/mdx/hooks/useCompileMdx.js.map +1 -1
- package/dist/cjs/mdx/hooks/useCompileMdx.native.js +269 -40
- package/dist/cjs/mdx/hooks/useCompileMdx.native.js.map +3 -3
- package/dist/cjs/mdx/hooks/useEvaluateMdx.js +0 -4
- package/dist/cjs/mdx/hooks/useEvaluateMdx.js.map +1 -1
- package/dist/cjs/mdx/hooks/useEvaluateMdx.native.js +77 -9
- package/dist/cjs/mdx/hooks/useEvaluateMdx.native.js.map +3 -3
- package/dist/cjs/mdx/index.js +0 -11
- package/dist/cjs/mdx/index.native.js.map +2 -2
- package/dist/cjs/mdx/util/rehypeHighlightCode.js +0 -4
- package/dist/cjs/mdx/util/rehypeHighlightCode.native.js +54 -8
- package/dist/cjs/mdx/util/rehypeHighlightCode.native.js.map +3 -3
- package/dist/cjs/mdx/util/rehypeHighlightLine.js +0 -4
- package/dist/cjs/mdx/util/rehypeHighlightLine.js.map +1 -1
- package/dist/cjs/mdx/util/rehypeHighlightLine.native.js +43 -40
- package/dist/cjs/mdx/util/rehypeHighlightLine.native.js.map +3 -3
- package/dist/cjs/mdx/util/rehypeHighlightWord.js +0 -4
- package/dist/cjs/mdx/util/rehypeHighlightWord.js.map +1 -1
- package/dist/cjs/mdx/util/rehypeHighlightWord.native.js +8 -4
- package/dist/cjs/mdx/util/rehypeHighlightWord.native.js.map +3 -3
- package/dist/cjs/mdx/util/rehypeMetaAttributes.js +0 -4
- package/dist/cjs/mdx/util/rehypeMetaAttributes.native.js +5 -5
- package/dist/cjs/mdx/util/rehypeMetaAttributes.native.js.map +3 -3
- package/dist/cjs/organize/SimpleAccordion/SimpleAccordion.stories.js +0 -4
- package/dist/cjs/organize/SimpleAccordion/SimpleAccordion.stories.native.js +82 -13
- package/dist/cjs/organize/SimpleAccordion/SimpleAccordion.stories.native.js.map +3 -3
- package/dist/cjs/organize/SimpleAccordion/index.js +5 -10
- package/dist/cjs/organize/SimpleAccordion/index.js.map +1 -1
- package/dist/cjs/organize/SimpleAccordion/index.native.js +86 -15
- package/dist/cjs/organize/SimpleAccordion/index.native.js.map +3 -3
- package/dist/cjs/organize/SimpleCarousel/Carousel.stories.js +0 -4
- package/dist/cjs/organize/SimpleCarousel/Carousel.stories.native.js +30 -12
- package/dist/cjs/organize/SimpleCarousel/Carousel.stories.native.js.map +3 -3
- package/dist/cjs/organize/SimpleCarousel/index.js +5 -12
- package/dist/cjs/organize/SimpleCarousel/index.js.map +2 -2
- package/dist/cjs/organize/SimpleCarousel/index.native.js +220 -79
- package/dist/cjs/organize/SimpleCarousel/index.native.js.map +3 -3
- package/dist/cjs/organize/SimpleInput/SimpleInput.stories.js +0 -8
- package/dist/cjs/organize/SimpleInput/SimpleInput.stories.native.js +44 -13
- package/dist/cjs/organize/SimpleInput/SimpleInput.stories.native.js.map +3 -3
- package/dist/cjs/organize/SimpleInput/index.js +4 -11
- package/dist/cjs/organize/SimpleInput/index.js.map +1 -1
- package/dist/cjs/organize/SimpleInput/index.native.js +200 -105
- package/dist/cjs/organize/SimpleInput/index.native.js.map +3 -3
- package/dist/cjs/organize/SimpleListItem/SimpleListItem.stories.js +1 -5
- package/dist/cjs/organize/SimpleListItem/SimpleListItem.stories.js.map +1 -1
- package/dist/cjs/organize/SimpleListItem/SimpleListItem.stories.native.js +128 -5
- package/dist/cjs/organize/SimpleListItem/SimpleListItem.stories.native.js.map +3 -3
- package/dist/cjs/organize/SimpleListItem/index.js +1 -6
- package/dist/cjs/organize/SimpleListItem/index.js.map +1 -1
- package/dist/cjs/organize/SimpleListItem/index.native.js +109 -10
- package/dist/cjs/organize/SimpleListItem/index.native.js.map +3 -3
- package/dist/cjs/organize/SimpleTabs/SimpleTabs.stories.js +34 -33
- package/dist/cjs/organize/SimpleTabs/SimpleTabs.stories.js.map +2 -2
- package/dist/cjs/organize/SimpleTabs/SimpleTabs.stories.native.js +138 -6
- package/dist/cjs/organize/SimpleTabs/SimpleTabs.stories.native.js.map +3 -3
- package/dist/cjs/organize/SimpleTabs/index.js +46 -79
- package/dist/cjs/organize/SimpleTabs/index.js.map +2 -2
- package/dist/cjs/organize/SimpleTabs/index.native.js +133 -96
- package/dist/cjs/organize/SimpleTabs/index.native.js.map +3 -3
- package/dist/cjs/organize/index.js +0 -7
- package/dist/cjs/organize/index.native.js.map +2 -2
- package/dist/cjs/panels/SimpleAlertDialog/SimpleAlertDialog.stories.js +15 -36
- package/dist/cjs/panels/SimpleAlertDialog/SimpleAlertDialog.stories.js.map +1 -1
- package/dist/cjs/panels/SimpleAlertDialog/SimpleAlertDialog.stories.native.js +57 -47
- package/dist/cjs/panels/SimpleAlertDialog/SimpleAlertDialog.stories.native.js.map +3 -3
- package/dist/cjs/panels/SimpleAlertDialog/index.js +42 -65
- package/dist/cjs/panels/SimpleAlertDialog/index.js.map +2 -2
- package/dist/cjs/panels/SimpleAlertDialog/index.native.js +155 -61
- package/dist/cjs/panels/SimpleAlertDialog/index.native.js.map +3 -3
- package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.js +0 -8
- package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.native.js +216 -53
- package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.native.js.map +3 -3
- package/dist/cjs/panels/SimpleDialog/index.js +3 -7
- package/dist/cjs/panels/SimpleDialog/index.js.map +1 -1
- package/dist/cjs/panels/SimpleDialog/index.native.js +237 -81
- package/dist/cjs/panels/SimpleDialog/index.native.js.map +3 -3
- package/dist/cjs/panels/SimplePopover/SimplePopover.stories.js +12 -35
- package/dist/cjs/panels/SimplePopover/SimplePopover.stories.js.map +1 -1
- package/dist/cjs/panels/SimplePopover/SimplePopover.stories.native.js +97 -39
- package/dist/cjs/panels/SimplePopover/SimplePopover.stories.native.js.map +3 -3
- package/dist/cjs/panels/SimplePopover/index.js +7 -25
- package/dist/cjs/panels/SimplePopover/index.js.map +1 -1
- package/dist/cjs/panels/SimplePopover/index.native.js +166 -43
- package/dist/cjs/panels/SimplePopover/index.native.js.map +3 -3
- package/dist/cjs/panels/SimpleSheet/SimpleSheet.stories.js +20 -9
- package/dist/cjs/panels/SimpleSheet/SimpleSheet.stories.js.map +2 -2
- package/dist/cjs/panels/SimpleSheet/SimpleSheet.stories.native.js +79 -6
- package/dist/cjs/panels/SimpleSheet/SimpleSheet.stories.native.js.map +3 -3
- package/dist/cjs/panels/SimpleSheet/index.js +5 -80
- package/dist/cjs/panels/SimpleSheet/index.js.map +1 -1
- package/dist/cjs/panels/SimpleSheet/index.native.js +86 -70
- package/dist/cjs/panels/SimpleSheet/index.native.js.map +3 -3
- package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.js +21 -8
- package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.js.map +2 -2
- package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.native.js +91 -5
- package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.native.js.map +3 -3
- package/dist/cjs/panels/SimpleTooltip/index.js +17 -10
- package/dist/cjs/panels/SimpleTooltip/index.js.map +1 -1
- package/dist/cjs/panels/SimpleTooltip/index.native.js +109 -33
- package/dist/cjs/panels/SimpleTooltip/index.native.js.map +3 -3
- package/dist/cjs/panels/index.js +0 -8
- package/dist/cjs/panels/index.native.js.map +2 -2
- package/dist/cjs/providers/AnimationDriverTogglerContextProvider.js +0 -5
- package/dist/cjs/providers/AnimationDriverTogglerContextProvider.native.js +75 -24
- package/dist/cjs/providers/AnimationDriverTogglerContextProvider.native.js.map +3 -3
- package/dist/cjs/table/Table/Table.stories.js +0 -4
- package/dist/cjs/table/Table/Table.stories.native.js +119 -13
- package/dist/cjs/table/Table/Table.stories.native.js.map +3 -3
- package/dist/cjs/table/Table/index.js +0 -5
- package/dist/cjs/table/Table/index.native.js +81 -13
- package/dist/cjs/table/Table/index.native.js.map +3 -3
- package/dist/cjs/table/TableCell/index.js +0 -4
- package/dist/cjs/table/TableCell/index.native.js +1 -2
- package/dist/cjs/table/TableCell/index.native.js.map +3 -3
- package/dist/cjs/table/TableCol/index.js +0 -4
- package/dist/cjs/table/TableCol/index.native.js +1 -2
- package/dist/cjs/table/TableCol/index.native.js.map +3 -3
- package/dist/cjs/table/TableContext.js +0 -4
- package/dist/cjs/table/TableContext.native.js +1 -2
- package/dist/cjs/table/TableContext.native.js.map +3 -3
- package/dist/cjs/table/index.js +0 -6
- package/dist/cjs/table/index.native.js.map +2 -2
- package/dist/cjs/tints.js +86 -0
- package/dist/cjs/tints.js.map +6 -0
- package/dist/cjs/tints.native.js +267 -0
- package/dist/cjs/tints.native.js.map +6 -0
- package/dist/cjs/utils/setTinted.js +0 -7
- package/dist/cjs/utils/setTinted.native.js +5 -4
- package/dist/cjs/utils/setTinted.native.js.map +3 -3
- package/dist/cjs/utils/unwrapText.js +1 -8
- package/dist/cjs/utils/unwrapText.js.map +1 -1
- package/dist/cjs/utils/unwrapText.native.js +3 -3
- package/dist/cjs/utils/unwrapText.native.js.map +3 -3
- package/dist/esm/ErrorBoundary/index.mjs +33 -0
- package/dist/esm/ErrorBoundary/index.native.js +130 -11
- package/dist/esm/ErrorBoundary/index.native.js.map +3 -3
- package/dist/esm/code/Code/Code.stories.mjs +18 -0
- package/dist/esm/code/Code/Code.stories.native.js +5 -4
- package/dist/esm/code/Code/Code.stories.native.js.map +3 -3
- package/dist/esm/code/Code/index.mjs +37 -0
- package/dist/esm/code/Code/index.native.js +1 -1
- package/dist/esm/code/Code/index.native.js.map +3 -3
- package/dist/esm/code/CodeBlock/CodeBlock.stories.mjs +29 -0
- package/dist/esm/code/CodeBlock/CodeBlock.stories.native.js +5 -4
- package/dist/esm/code/CodeBlock/CodeBlock.stories.native.js.map +3 -3
- package/dist/esm/code/CodeBlock/index.mjs +28 -0
- package/dist/esm/code/CodeBlock/index.native.js +83 -9
- package/dist/esm/code/CodeBlock/index.native.js.map +3 -3
- package/dist/esm/code/Pre/index.mjs +9 -0
- package/dist/esm/code/Pre/index.native.js +1 -1
- package/dist/esm/code/Pre/index.native.js.map +3 -3
- package/dist/esm/code/index.mjs +3 -0
- package/dist/esm/code/index.native.js.map +1 -1
- package/dist/esm/forms/FormCheckBox/FormCheckBox.stories.mjs +45 -0
- package/dist/esm/forms/FormCheckBox/FormCheckBox.stories.native.js +44 -31
- package/dist/esm/forms/FormCheckBox/FormCheckBox.stories.native.js.map +3 -3
- package/dist/esm/forms/FormCheckBox/index.js +3 -3
- package/dist/esm/forms/FormCheckBox/index.js.map +1 -1
- package/dist/esm/forms/FormCheckBox/index.mjs +103 -0
- package/dist/esm/forms/FormCheckBox/index.native.js +146 -84
- package/dist/esm/forms/FormCheckBox/index.native.js.map +3 -3
- package/dist/esm/forms/FormField.mjs +30 -0
- package/dist/esm/forms/FormField.native.js +63 -3
- package/dist/esm/forms/FormField.native.js.map +3 -3
- package/dist/esm/forms/FormInput/FormInput.stories.js +1 -1
- package/dist/esm/forms/FormInput/FormInput.stories.js.map +1 -1
- package/dist/esm/forms/FormInput/FormInput.stories.mjs +27 -0
- package/dist/esm/forms/FormInput/FormInput.stories.native.js +22 -3
- package/dist/esm/forms/FormInput/FormInput.stories.native.js.map +3 -3
- package/dist/esm/forms/FormInput/index.mjs +64 -0
- package/dist/esm/forms/FormInput/index.native.js +99 -45
- package/dist/esm/forms/FormInput/index.native.js.map +3 -3
- package/dist/esm/forms/FormProgress/FormProgress.stories.mjs +27 -0
- package/dist/esm/forms/FormProgress/FormProgress.stories.native.js +36 -2
- package/dist/esm/forms/FormProgress/FormProgress.stories.native.js.map +3 -3
- package/dist/esm/forms/FormProgress/index.mjs +70 -0
- package/dist/esm/forms/FormProgress/index.native.js +108 -54
- package/dist/esm/forms/FormProgress/index.native.js.map +3 -3
- package/dist/esm/forms/FormRadioGroup/FormRadioGroup.stories.js +2 -2
- package/dist/esm/forms/FormRadioGroup/FormRadioGroup.stories.js.map +1 -1
- package/dist/esm/forms/FormRadioGroup/FormRadioGroup.stories.mjs +62 -0
- package/dist/esm/forms/FormRadioGroup/FormRadioGroup.stories.native.js +90 -19
- package/dist/esm/forms/FormRadioGroup/FormRadioGroup.stories.native.js.map +3 -3
- package/dist/esm/forms/FormRadioGroup/index.js +1 -1
- package/dist/esm/forms/FormRadioGroup/index.js.map +1 -1
- package/dist/esm/forms/FormRadioGroup/index.mjs +91 -0
- package/dist/esm/forms/FormRadioGroup/index.native.js +132 -49
- package/dist/esm/forms/FormRadioGroup/index.native.js.map +3 -3
- package/dist/esm/forms/FormSelectSimple/FormSelectSimple.stories.mjs +42 -0
- package/dist/esm/forms/FormSelectSimple/FormSelectSimple.stories.native.js +40 -3
- package/dist/esm/forms/FormSelectSimple/FormSelectSimple.stories.native.js.map +3 -3
- package/dist/esm/forms/FormSelectSimple/index.mjs +60 -0
- package/dist/esm/forms/FormSelectSimple/index.native.js +96 -42
- package/dist/esm/forms/FormSelectSimple/index.native.js.map +3 -3
- package/dist/esm/forms/FormSlider/FormSlider.stories.mjs +17 -0
- package/dist/esm/forms/FormSlider/FormSlider.stories.native.js +10 -3
- package/dist/esm/forms/FormSlider/FormSlider.stories.native.js.map +3 -3
- package/dist/esm/forms/FormSlider/index.mjs +80 -0
- package/dist/esm/forms/FormSlider/index.native.js +127 -61
- package/dist/esm/forms/FormSlider/index.native.js.map +3 -3
- package/dist/esm/forms/FormSubmitButton/FormSubmitButton.stories.mjs +20 -0
- package/dist/esm/forms/FormSubmitButton/FormSubmitButton.stories.native.js +12 -3
- package/dist/esm/forms/FormSubmitButton/FormSubmitButton.stories.native.js.map +3 -3
- package/dist/esm/forms/FormSubmitButton/index.mjs +22 -0
- package/dist/esm/forms/FormSubmitButton/index.native.js +51 -17
- package/dist/esm/forms/FormSubmitButton/index.native.js.map +3 -3
- package/dist/esm/forms/FormSwitch/FormSwitch.stories.mjs +28 -0
- package/dist/esm/forms/FormSwitch/FormSwitch.stories.native.js +22 -13
- package/dist/esm/forms/FormSwitch/FormSwitch.stories.native.js.map +3 -3
- package/dist/esm/forms/FormSwitch/index.js +5 -4
- package/dist/esm/forms/FormSwitch/index.js.map +1 -1
- package/dist/esm/forms/FormSwitch/index.mjs +74 -0
- package/dist/esm/forms/FormSwitch/index.native.js +108 -50
- package/dist/esm/forms/FormSwitch/index.native.js.map +3 -3
- package/dist/esm/forms/FormTextArea/FormTextArea.stories.mjs +22 -0
- package/dist/esm/forms/FormTextArea/FormTextArea.stories.native.js +12 -9
- package/dist/esm/forms/FormTextArea/FormTextArea.stories.native.js.map +3 -3
- package/dist/esm/forms/FormTextArea/index.mjs +64 -0
- package/dist/esm/forms/FormTextArea/index.native.js +99 -45
- package/dist/esm/forms/FormTextArea/index.native.js.map +3 -3
- package/dist/esm/forms/SelectButton/OptionButton.mjs +60 -0
- package/dist/esm/forms/SelectButton/OptionButton.native.js +139 -40
- package/dist/esm/forms/SelectButton/OptionButton.native.js.map +3 -3
- package/dist/esm/forms/SelectButton/SelectButton.stories.js +2 -2
- package/dist/esm/forms/SelectButton/SelectButton.stories.js.map +1 -1
- package/dist/esm/forms/SelectButton/SelectButton.stories.mjs +73 -0
- package/dist/esm/forms/SelectButton/SelectButton.stories.native.js +76 -3
- package/dist/esm/forms/SelectButton/SelectButton.stories.native.js.map +3 -3
- package/dist/esm/forms/SelectButton/context.mjs +5 -0
- package/dist/esm/forms/SelectButton/context.native.js +3 -1
- package/dist/esm/forms/SelectButton/context.native.js.map +3 -3
- package/dist/esm/forms/SelectButton/index.mjs +46 -0
- package/dist/esm/forms/SelectButton/index.native.js +131 -22
- package/dist/esm/forms/SelectButton/index.native.js.map +3 -3
- package/dist/esm/forms/SelectSimple/SelectSimple.stories.mjs +42 -0
- package/dist/esm/forms/SelectSimple/SelectSimple.stories.native.js +39 -3
- package/dist/esm/forms/SelectSimple/SelectSimple.stories.native.js.map +3 -3
- package/dist/esm/forms/SelectSimple/index.mjs +47 -0
- package/dist/esm/forms/SelectSimple/index.native.js +102 -13
- package/dist/esm/forms/SelectSimple/index.native.js.map +3 -3
- package/dist/esm/forms/SimpleForm/SimpleForm.stories.js +1 -1
- package/dist/esm/forms/SimpleForm/SimpleForm.stories.js.map +1 -1
- package/dist/esm/forms/SimpleForm/SimpleForm.stories.mjs +85 -0
- package/dist/esm/forms/SimpleForm/SimpleForm.stories.native.js +98 -3
- package/dist/esm/forms/SimpleForm/SimpleForm.stories.native.js.map +3 -3
- package/dist/esm/forms/SimpleForm/index.mjs +42 -0
- package/dist/esm/forms/SimpleForm/index.native.js +76 -19
- package/dist/esm/forms/SimpleForm/index.native.js.map +3 -3
- package/dist/esm/forms/index.mjs +12 -0
- package/dist/esm/forms/index.native.js.map +1 -1
- package/dist/esm/forms/types.mjs +0 -0
- package/dist/esm/global.mjs +0 -0
- package/dist/esm/helpers.mjs +10 -0
- package/dist/esm/helpers.native.js +41 -3
- package/dist/esm/helpers.native.js.map +3 -3
- package/dist/esm/hooks/index.mjs +2 -0
- package/dist/esm/hooks/index.native.js.map +1 -1
- package/dist/esm/hooks/useAnimationDriverToggle.mjs +8 -0
- package/dist/esm/hooks/useAnimationDriverToggle.native.js +2 -2
- package/dist/esm/hooks/useAnimationDriverToggle.native.js.map +3 -3
- package/dist/esm/hooks/useAssets/index.mjs +4 -0
- package/dist/esm/hooks/useAssets/index.native.js +60 -7
- package/dist/esm/hooks/useAssets/index.native.js.map +3 -3
- package/dist/esm/hooks/useClipboard.mjs +21 -0
- package/dist/esm/hooks/useClipboard.native.js +198 -13
- package/dist/esm/hooks/useClipboard.native.js.map +3 -3
- package/dist/esm/images/SimpleImage/index.mjs +93 -0
- package/dist/esm/images/SimpleImage/index.native.js +205 -76
- package/dist/esm/images/SimpleImage/index.native.js.map +3 -3
- package/dist/esm/images/SimpleImage/index.stories.mjs +88 -0
- package/dist/esm/images/SimpleImage/index.stories.native.js +137 -35
- package/dist/esm/images/SimpleImage/index.stories.native.js.map +3 -3
- package/dist/esm/images/Svg/Svg.stories.mjs +24 -0
- package/dist/esm/images/Svg/Svg.stories.native.js +17 -12
- package/dist/esm/images/Svg/Svg.stories.native.js.map +3 -3
- package/dist/esm/images/Svg/index.mjs +4 -0
- package/dist/esm/images/Svg/index.native.js +1 -1
- package/dist/esm/images/Svg/index.native.js.map +3 -3
- package/dist/esm/images/SvgUri/index.js.map +1 -1
- package/dist/esm/images/SvgUri/index.mjs +6 -0
- package/dist/esm/images/SvgUri/index.native.js +3 -1
- package/dist/esm/images/SvgUri/index.native.js.map +3 -3
- package/dist/esm/images/index.mjs +2 -0
- package/dist/esm/images/index.native.js.map +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.mjs +11 -0
- package/dist/esm/index.native.js +2 -2
- package/dist/esm/index.native.js.map +2 -2
- package/dist/esm/layouts/Debug/DebugLayout.stories.mjs +18 -0
- package/dist/esm/layouts/Debug/DebugLayout.stories.native.js +12 -3
- package/dist/esm/layouts/Debug/DebugLayout.stories.native.js.map +3 -3
- package/dist/esm/layouts/Debug/index.js +34 -22
- package/dist/esm/layouts/Debug/index.js.map +2 -2
- package/dist/esm/layouts/Debug/index.mjs +156 -0
- package/dist/esm/layouts/Debug/index.native.js +228 -58
- package/dist/esm/layouts/Debug/index.native.js.map +3 -3
- package/dist/esm/layouts/index.mjs +1 -0
- package/dist/esm/layouts/index.native.js.map +1 -1
- package/dist/esm/mdx/ExternalIcon/ExternalIcon.stories.mjs +14 -0
- package/dist/esm/mdx/ExternalIcon/ExternalIcon.stories.native.js +11 -5
- package/dist/esm/mdx/ExternalIcon/ExternalIcon.stories.native.js.map +3 -3
- package/dist/esm/mdx/ExternalIcon/index.mjs +17 -0
- package/dist/esm/mdx/ExternalIcon/index.native.js +12 -6
- package/dist/esm/mdx/ExternalIcon/index.native.js.map +3 -3
- package/dist/esm/mdx/HR/HR.stories.mjs +13 -0
- package/dist/esm/mdx/HR/HR.stories.native.js +9 -3
- package/dist/esm/mdx/HR/HR.stories.native.js.map +3 -3
- package/dist/esm/mdx/HR/index.mjs +13 -0
- package/dist/esm/mdx/HR/index.native.js +17 -2
- package/dist/esm/mdx/HR/index.native.js.map +3 -3
- package/dist/esm/mdx/LI/LI.stories.mjs +18 -0
- package/dist/esm/mdx/LI/LI.stories.native.js +13 -3
- package/dist/esm/mdx/LI/LI.stories.native.js.map +3 -3
- package/dist/esm/mdx/LI/index.mjs +8 -0
- package/dist/esm/mdx/LI/index.native.js +1 -1
- package/dist/esm/mdx/LI/index.native.js.map +3 -3
- package/dist/esm/mdx/MDX/MDX.stories.mjs +53 -0
- package/dist/esm/mdx/MDX/MDX.stories.native.js +12 -5
- package/dist/esm/mdx/MDX/MDX.stories.native.js.map +3 -3
- package/dist/esm/mdx/MDX/index.js.map +1 -1
- package/dist/esm/mdx/MDX/index.mjs +27 -0
- package/dist/esm/mdx/MDX/index.native.js +51 -14
- package/dist/esm/mdx/MDX/index.native.js.map +3 -3
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlock.stories.mjs +160 -0
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js +217 -6
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js.map +3 -3
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlockContext.mjs +3 -0
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlockContext.native.js +1 -1
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlockContext.native.js.map +3 -3
- package/dist/esm/mdx/MDXCodeBlock/index.js +1 -1
- package/dist/esm/mdx/MDXCodeBlock/index.js.map +1 -1
- package/dist/esm/mdx/MDXCodeBlock/index.mjs +133 -0
- package/dist/esm/mdx/MDXCodeBlock/index.native.js +215 -83
- package/dist/esm/mdx/MDXCodeBlock/index.native.js.map +3 -3
- package/dist/esm/mdx/UL/UL.stories.mjs +18 -0
- package/dist/esm/mdx/UL/UL.stories.native.js +13 -3
- package/dist/esm/mdx/UL/UL.stories.native.js.map +3 -3
- package/dist/esm/mdx/UL/index.mjs +8 -0
- package/dist/esm/mdx/UL/index.native.js +1 -1
- package/dist/esm/mdx/UL/index.native.js.map +3 -3
- package/dist/esm/mdx/components.js +4 -16
- package/dist/esm/mdx/components.js.map +1 -1
- package/dist/esm/mdx/components.mjs +202 -0
- package/dist/esm/mdx/components.native.js +275 -59
- package/dist/esm/mdx/components.native.js.map +3 -3
- package/dist/esm/mdx/hooks/index.mjs +3 -0
- package/dist/esm/mdx/hooks/index.native.js.map +1 -1
- package/dist/esm/mdx/hooks/useCompileAndEvaluateMdx.mjs +15 -0
- package/dist/esm/mdx/hooks/useCompileAndEvaluateMdx.native.js +6 -2
- package/dist/esm/mdx/hooks/useCompileAndEvaluateMdx.native.js.map +3 -3
- package/dist/esm/mdx/hooks/useCompileMdx.js +1 -1
- package/dist/esm/mdx/hooks/useCompileMdx.js.map +1 -1
- package/dist/esm/mdx/hooks/useCompileMdx.mjs +43 -0
- package/dist/esm/mdx/hooks/useCompileMdx.native.js +269 -40
- package/dist/esm/mdx/hooks/useCompileMdx.native.js.map +3 -3
- package/dist/esm/mdx/hooks/useEvaluateMdx.js.map +1 -1
- package/dist/esm/mdx/hooks/useEvaluateMdx.mjs +19 -0
- package/dist/esm/mdx/hooks/useEvaluateMdx.native.js +77 -9
- package/dist/esm/mdx/hooks/useEvaluateMdx.native.js.map +3 -3
- package/dist/esm/mdx/index.mjs +8 -0
- package/dist/esm/mdx/index.native.js.map +1 -1
- package/dist/esm/mdx/util/rehypeHighlightCode.mjs +22 -0
- package/dist/esm/mdx/util/rehypeHighlightCode.native.js +54 -8
- package/dist/esm/mdx/util/rehypeHighlightCode.native.js.map +3 -3
- package/dist/esm/mdx/util/rehypeHighlightLine.js.map +1 -1
- package/dist/esm/mdx/util/rehypeHighlightLine.mjs +76 -0
- package/dist/esm/mdx/util/rehypeHighlightLine.native.js +43 -40
- package/dist/esm/mdx/util/rehypeHighlightLine.native.js.map +3 -3
- package/dist/esm/mdx/util/rehypeHighlightWord.js.map +1 -1
- package/dist/esm/mdx/util/rehypeHighlightWord.mjs +12 -0
- package/dist/esm/mdx/util/rehypeHighlightWord.native.js +8 -3
- package/dist/esm/mdx/util/rehypeHighlightWord.native.js.map +3 -3
- package/dist/esm/mdx/util/rehypeMetaAttributes.mjs +12 -0
- package/dist/esm/mdx/util/rehypeMetaAttributes.native.js +5 -4
- package/dist/esm/mdx/util/rehypeMetaAttributes.native.js.map +3 -3
- package/dist/esm/organize/SimpleAccordion/SimpleAccordion.stories.mjs +50 -0
- package/dist/esm/organize/SimpleAccordion/SimpleAccordion.stories.native.js +80 -3
- package/dist/esm/organize/SimpleAccordion/SimpleAccordion.stories.native.js.map +3 -3
- package/dist/esm/organize/SimpleAccordion/index.js +1 -1
- package/dist/esm/organize/SimpleAccordion/index.js.map +1 -1
- package/dist/esm/organize/SimpleAccordion/index.mjs +34 -0
- package/dist/esm/organize/SimpleAccordion/index.native.js +86 -6
- package/dist/esm/organize/SimpleAccordion/index.native.js.map +3 -3
- package/dist/esm/organize/SimpleCarousel/Carousel.stories.mjs +36 -0
- package/dist/esm/organize/SimpleCarousel/Carousel.stories.native.js +29 -2
- package/dist/esm/organize/SimpleCarousel/Carousel.stories.native.js.map +3 -3
- package/dist/esm/organize/SimpleCarousel/index.js +1 -1
- package/dist/esm/organize/SimpleCarousel/index.js.map +1 -1
- package/dist/esm/organize/SimpleCarousel/index.mjs +114 -0
- package/dist/esm/organize/SimpleCarousel/index.native.js +220 -75
- package/dist/esm/organize/SimpleCarousel/index.native.js.map +3 -3
- package/dist/esm/organize/SimpleInput/SimpleInput.stories.mjs +45 -0
- package/dist/esm/organize/SimpleInput/SimpleInput.stories.native.js +43 -3
- package/dist/esm/organize/SimpleInput/SimpleInput.stories.native.js.map +3 -3
- package/dist/esm/organize/SimpleInput/index.js +1 -1
- package/dist/esm/organize/SimpleInput/index.js.map +1 -1
- package/dist/esm/organize/SimpleInput/index.mjs +117 -0
- package/dist/esm/organize/SimpleInput/index.native.js +201 -102
- package/dist/esm/organize/SimpleInput/index.native.js.map +3 -3
- package/dist/esm/organize/SimpleListItem/SimpleListItem.stories.js +1 -1
- package/dist/esm/organize/SimpleListItem/SimpleListItem.stories.js.map +1 -1
- package/dist/esm/organize/SimpleListItem/SimpleListItem.stories.mjs +78 -0
- package/dist/esm/organize/SimpleListItem/SimpleListItem.stories.native.js +127 -4
- package/dist/esm/organize/SimpleListItem/SimpleListItem.stories.native.js.map +3 -3
- package/dist/esm/organize/SimpleListItem/index.mjs +47 -0
- package/dist/esm/organize/SimpleListItem/index.native.js +108 -8
- package/dist/esm/organize/SimpleListItem/index.native.js.map +3 -3
- package/dist/esm/organize/SimpleTabs/SimpleTabs.stories.js +26 -27
- package/dist/esm/organize/SimpleTabs/SimpleTabs.stories.js.map +1 -1
- package/dist/esm/organize/SimpleTabs/SimpleTabs.stories.mjs +84 -0
- package/dist/esm/organize/SimpleTabs/SimpleTabs.stories.native.js +138 -5
- package/dist/esm/organize/SimpleTabs/SimpleTabs.stories.native.js.map +3 -3
- package/dist/esm/organize/SimpleTabs/index.js +42 -62
- package/dist/esm/organize/SimpleTabs/index.js.map +1 -1
- package/dist/esm/organize/SimpleTabs/index.mjs +73 -0
- package/dist/esm/organize/SimpleTabs/index.native.js +131 -85
- package/dist/esm/organize/SimpleTabs/index.native.js.map +3 -3
- package/dist/esm/organize/index.mjs +4 -0
- package/dist/esm/organize/index.native.js.map +1 -1
- package/dist/esm/panels/SimpleAlertDialog/SimpleAlertDialog.stories.js +15 -30
- package/dist/esm/panels/SimpleAlertDialog/SimpleAlertDialog.stories.js.map +1 -1
- package/dist/esm/panels/SimpleAlertDialog/SimpleAlertDialog.stories.mjs +56 -0
- package/dist/esm/panels/SimpleAlertDialog/SimpleAlertDialog.stories.native.js +55 -34
- package/dist/esm/panels/SimpleAlertDialog/SimpleAlertDialog.stories.native.js.map +3 -3
- package/dist/esm/panels/SimpleAlertDialog/index.js +39 -51
- package/dist/esm/panels/SimpleAlertDialog/index.js.map +1 -1
- package/dist/esm/panels/SimpleAlertDialog/index.mjs +91 -0
- package/dist/esm/panels/SimpleAlertDialog/index.native.js +154 -51
- package/dist/esm/panels/SimpleAlertDialog/index.native.js.map +3 -3
- package/dist/esm/panels/SimpleDialog/SimpleDialog.stories.mjs +130 -0
- package/dist/esm/panels/SimpleDialog/SimpleDialog.stories.native.js +215 -43
- package/dist/esm/panels/SimpleDialog/SimpleDialog.stories.native.js.map +3 -3
- package/dist/esm/panels/SimpleDialog/index.js +3 -3
- package/dist/esm/panels/SimpleDialog/index.js.map +1 -1
- package/dist/esm/panels/SimpleDialog/index.mjs +141 -0
- package/dist/esm/panels/SimpleDialog/index.native.js +237 -80
- package/dist/esm/panels/SimpleDialog/index.native.js.map +3 -3
- package/dist/esm/panels/SimplePopover/SimplePopover.stories.js +12 -28
- package/dist/esm/panels/SimplePopover/SimplePopover.stories.js.map +1 -1
- package/dist/esm/panels/SimplePopover/SimplePopover.stories.mjs +46 -0
- package/dist/esm/panels/SimplePopover/SimplePopover.stories.native.js +95 -25
- package/dist/esm/panels/SimplePopover/SimplePopover.stories.native.js.map +3 -3
- package/dist/esm/panels/SimplePopover/index.js +7 -21
- package/dist/esm/panels/SimplePopover/index.js.map +1 -1
- package/dist/esm/panels/SimplePopover/index.mjs +62 -0
- package/dist/esm/panels/SimplePopover/index.native.js +166 -42
- package/dist/esm/panels/SimplePopover/index.native.js.map +3 -3
- package/dist/esm/panels/SimpleSheet/SimpleSheet.stories.js +12 -3
- package/dist/esm/panels/SimpleSheet/SimpleSheet.stories.js.map +1 -1
- package/dist/esm/panels/SimpleSheet/SimpleSheet.stories.mjs +32 -0
- package/dist/esm/panels/SimpleSheet/SimpleSheet.stories.native.js +80 -5
- package/dist/esm/panels/SimpleSheet/SimpleSheet.stories.native.js.map +3 -3
- package/dist/esm/panels/SimpleSheet/index.js +5 -76
- package/dist/esm/panels/SimpleSheet/index.js.map +1 -1
- package/dist/esm/panels/SimpleSheet/index.mjs +31 -0
- package/dist/esm/panels/SimpleSheet/index.native.js +85 -60
- package/dist/esm/panels/SimpleSheet/index.native.js.map +3 -3
- package/dist/esm/panels/SimpleTooltip/SimpleTooltip.stories.js +13 -3
- package/dist/esm/panels/SimpleTooltip/SimpleTooltip.stories.js.map +1 -1
- package/dist/esm/panels/SimpleTooltip/SimpleTooltip.stories.mjs +45 -0
- package/dist/esm/panels/SimpleTooltip/SimpleTooltip.stories.native.js +92 -5
- package/dist/esm/panels/SimpleTooltip/SimpleTooltip.stories.native.js.map +3 -3
- package/dist/esm/panels/SimpleTooltip/index.js +17 -6
- package/dist/esm/panels/SimpleTooltip/index.js.map +1 -1
- package/dist/esm/panels/SimpleTooltip/index.mjs +52 -0
- package/dist/esm/panels/SimpleTooltip/index.native.js +108 -23
- package/dist/esm/panels/SimpleTooltip/index.native.js.map +3 -3
- package/dist/esm/panels/index.mjs +5 -0
- package/dist/esm/panels/index.native.js.map +1 -1
- package/dist/esm/providers/AnimationDriverTogglerContextProvider.mjs +35 -0
- package/dist/esm/providers/AnimationDriverTogglerContextProvider.native.js +74 -14
- package/dist/esm/providers/AnimationDriverTogglerContextProvider.native.js.map +3 -3
- package/dist/esm/table/Table/Table.stories.mjs +81 -0
- package/dist/esm/table/Table/Table.stories.native.js +118 -3
- package/dist/esm/table/Table/Table.stories.native.js.map +3 -3
- package/dist/esm/table/Table/index.mjs +37 -0
- package/dist/esm/table/Table/index.native.js +80 -3
- package/dist/esm/table/Table/index.native.js.map +3 -3
- package/dist/esm/table/TableCell/index.mjs +32 -0
- package/dist/esm/table/TableCell/index.native.js +1 -1
- package/dist/esm/table/TableCell/index.native.js.map +3 -3
- package/dist/esm/table/TableCol/index.mjs +12 -0
- package/dist/esm/table/TableCol/index.native.js +1 -1
- package/dist/esm/table/TableCol/index.native.js.map +3 -3
- package/dist/esm/table/TableContext.mjs +3 -0
- package/dist/esm/table/TableContext.native.js +1 -1
- package/dist/esm/table/TableContext.native.js.map +3 -3
- package/dist/esm/table/index.mjs +3 -0
- package/dist/esm/table/index.native.js.map +1 -1
- package/dist/esm/tints.js +72 -0
- package/dist/esm/tints.js.map +6 -0
- package/dist/esm/tints.mjs +92 -0
- package/dist/esm/tints.native.js +247 -0
- package/dist/esm/tints.native.js.map +6 -0
- package/dist/esm/utils/setTinted.mjs +9 -0
- package/dist/esm/utils/setTinted.native.js +5 -4
- package/dist/esm/utils/setTinted.native.js.map +3 -3
- package/dist/esm/utils/unwrapText.mjs +5 -0
- package/dist/esm/utils/unwrapText.native.js +4 -1
- package/dist/esm/utils/unwrapText.native.js.map +3 -3
- package/dist/jsx/ErrorBoundary/index.js +5 -4
- package/dist/jsx/ErrorBoundary/index.js.map +1 -1
- package/dist/jsx/ErrorBoundary/index.mjs +33 -0
- package/dist/jsx/ErrorBoundary/index.native.js +129 -13
- package/dist/jsx/ErrorBoundary/index.native.js.map +3 -3
- package/dist/jsx/code/Code/Code.stories.mjs +18 -0
- package/dist/jsx/code/Code/Code.stories.native.js +5 -4
- package/dist/jsx/code/Code/Code.stories.native.js.map +3 -3
- package/dist/jsx/code/Code/index.mjs +37 -0
- package/dist/jsx/code/Code/index.native.js +1 -1
- package/dist/jsx/code/Code/index.native.js.map +3 -3
- package/dist/jsx/code/CodeBlock/CodeBlock.stories.mjs +29 -0
- package/dist/jsx/code/CodeBlock/CodeBlock.stories.native.js +5 -4
- package/dist/jsx/code/CodeBlock/CodeBlock.stories.native.js.map +3 -3
- package/dist/jsx/code/CodeBlock/index.js +2 -1
- package/dist/jsx/code/CodeBlock/index.js.map +1 -1
- package/dist/jsx/code/CodeBlock/index.mjs +28 -0
- package/dist/jsx/code/CodeBlock/index.native.js +82 -8
- package/dist/jsx/code/CodeBlock/index.native.js.map +3 -3
- package/dist/jsx/code/Pre/index.mjs +9 -0
- package/dist/jsx/code/Pre/index.native.js +1 -1
- package/dist/jsx/code/Pre/index.native.js.map +3 -3
- package/dist/jsx/code/index.mjs +3 -0
- package/dist/jsx/code/index.native.js.map +1 -1
- package/dist/jsx/forms/FormCheckBox/FormCheckBox.stories.js +35 -22
- package/dist/jsx/forms/FormCheckBox/FormCheckBox.stories.js.map +1 -1
- package/dist/jsx/forms/FormCheckBox/FormCheckBox.stories.mjs +45 -0
- package/dist/jsx/forms/FormCheckBox/FormCheckBox.stories.native.js +44 -23
- package/dist/jsx/forms/FormCheckBox/FormCheckBox.stories.native.js.map +3 -3
- package/dist/jsx/forms/FormCheckBox/index.js +71 -47
- package/dist/jsx/forms/FormCheckBox/index.js.map +1 -1
- package/dist/jsx/forms/FormCheckBox/index.mjs +103 -0
- package/dist/jsx/forms/FormCheckBox/index.native.js +147 -66
- package/dist/jsx/forms/FormCheckBox/index.native.js.map +3 -3
- package/dist/jsx/forms/FormField.js +11 -10
- package/dist/jsx/forms/FormField.js.map +1 -1
- package/dist/jsx/forms/FormField.mjs +30 -0
- package/dist/jsx/forms/FormField.native.js +63 -11
- package/dist/jsx/forms/FormField.native.js.map +3 -3
- package/dist/jsx/forms/FormInput/FormInput.stories.js +5 -4
- package/dist/jsx/forms/FormInput/FormInput.stories.js.map +1 -1
- package/dist/jsx/forms/FormInput/FormInput.stories.mjs +27 -0
- package/dist/jsx/forms/FormInput/FormInput.stories.native.js +22 -5
- package/dist/jsx/forms/FormInput/FormInput.stories.native.js.map +3 -3
- package/dist/jsx/forms/FormInput/index.js +34 -23
- package/dist/jsx/forms/FormInput/index.js.map +1 -1
- package/dist/jsx/forms/FormInput/index.mjs +64 -0
- package/dist/jsx/forms/FormInput/index.native.js +100 -36
- package/dist/jsx/forms/FormInput/index.native.js.map +3 -3
- package/dist/jsx/forms/FormProgress/FormProgress.stories.js +2 -1
- package/dist/jsx/forms/FormProgress/FormProgress.stories.js.map +1 -1
- package/dist/jsx/forms/FormProgress/FormProgress.stories.mjs +27 -0
- package/dist/jsx/forms/FormProgress/FormProgress.stories.native.js +36 -1
- package/dist/jsx/forms/FormProgress/FormProgress.stories.native.js.map +3 -3
- package/dist/jsx/forms/FormProgress/index.js +42 -27
- package/dist/jsx/forms/FormProgress/index.js.map +1 -1
- package/dist/jsx/forms/FormProgress/index.mjs +70 -0
- package/dist/jsx/forms/FormProgress/index.native.js +110 -42
- package/dist/jsx/forms/FormProgress/index.native.js.map +3 -3
- package/dist/jsx/forms/FormRadioGroup/FormRadioGroup.stories.js +20 -15
- package/dist/jsx/forms/FormRadioGroup/FormRadioGroup.stories.js.map +1 -1
- package/dist/jsx/forms/FormRadioGroup/FormRadioGroup.stories.mjs +62 -0
- package/dist/jsx/forms/FormRadioGroup/FormRadioGroup.stories.native.js +90 -16
- package/dist/jsx/forms/FormRadioGroup/FormRadioGroup.stories.native.js.map +3 -3
- package/dist/jsx/forms/FormRadioGroup/index.js +37 -25
- package/dist/jsx/forms/FormRadioGroup/index.js.map +1 -1
- package/dist/jsx/forms/FormRadioGroup/index.mjs +91 -0
- package/dist/jsx/forms/FormRadioGroup/index.native.js +134 -43
- package/dist/jsx/forms/FormRadioGroup/index.native.js.map +3 -3
- package/dist/jsx/forms/FormSelectSimple/FormSelectSimple.stories.js +7 -6
- package/dist/jsx/forms/FormSelectSimple/FormSelectSimple.stories.js.map +1 -1
- package/dist/jsx/forms/FormSelectSimple/FormSelectSimple.stories.mjs +42 -0
- package/dist/jsx/forms/FormSelectSimple/FormSelectSimple.stories.native.js +40 -7
- package/dist/jsx/forms/FormSelectSimple/FormSelectSimple.stories.native.js.map +3 -3
- package/dist/jsx/forms/FormSelectSimple/index.js +31 -20
- package/dist/jsx/forms/FormSelectSimple/index.js.map +1 -1
- package/dist/jsx/forms/FormSelectSimple/index.mjs +60 -0
- package/dist/jsx/forms/FormSelectSimple/index.native.js +97 -33
- package/dist/jsx/forms/FormSelectSimple/index.native.js.map +3 -3
- 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 +17 -0
- package/dist/jsx/forms/FormSlider/FormSlider.stories.native.js +10 -2
- package/dist/jsx/forms/FormSlider/FormSlider.stories.native.js.map +3 -3
- package/dist/jsx/forms/FormSlider/index.js +54 -39
- package/dist/jsx/forms/FormSlider/index.js.map +1 -1
- package/dist/jsx/forms/FormSlider/index.mjs +80 -0
- package/dist/jsx/forms/FormSlider/index.native.js +127 -54
- package/dist/jsx/forms/FormSlider/index.native.js.map +3 -3
- package/dist/jsx/forms/FormSubmitButton/FormSubmitButton.stories.js +2 -1
- package/dist/jsx/forms/FormSubmitButton/FormSubmitButton.stories.js.map +1 -1
- package/dist/jsx/forms/FormSubmitButton/FormSubmitButton.stories.mjs +20 -0
- package/dist/jsx/forms/FormSubmitButton/FormSubmitButton.stories.native.js +12 -2
- package/dist/jsx/forms/FormSubmitButton/FormSubmitButton.stories.native.js.map +3 -3
- package/dist/jsx/forms/FormSubmitButton/index.js +12 -8
- package/dist/jsx/forms/FormSubmitButton/index.js.map +1 -1
- package/dist/jsx/forms/FormSubmitButton/index.mjs +22 -0
- package/dist/jsx/forms/FormSubmitButton/index.native.js +50 -12
- package/dist/jsx/forms/FormSubmitButton/index.native.js.map +3 -3
- package/dist/jsx/forms/FormSwitch/FormSwitch.stories.js +15 -11
- package/dist/jsx/forms/FormSwitch/FormSwitch.stories.js.map +1 -1
- package/dist/jsx/forms/FormSwitch/FormSwitch.stories.mjs +28 -0
- package/dist/jsx/forms/FormSwitch/FormSwitch.stories.native.js +22 -12
- package/dist/jsx/forms/FormSwitch/FormSwitch.stories.native.js.map +3 -3
- package/dist/jsx/forms/FormSwitch/index.js +39 -26
- package/dist/jsx/forms/FormSwitch/index.js.map +1 -1
- package/dist/jsx/forms/FormSwitch/index.mjs +74 -0
- package/dist/jsx/forms/FormSwitch/index.native.js +109 -40
- package/dist/jsx/forms/FormSwitch/index.native.js.map +3 -3
- package/dist/jsx/forms/FormTextArea/FormTextArea.stories.js +11 -7
- package/dist/jsx/forms/FormTextArea/FormTextArea.stories.js.map +1 -1
- package/dist/jsx/forms/FormTextArea/FormTextArea.stories.mjs +22 -0
- package/dist/jsx/forms/FormTextArea/FormTextArea.stories.native.js +15 -8
- package/dist/jsx/forms/FormTextArea/FormTextArea.stories.native.js.map +3 -3
- package/dist/jsx/forms/FormTextArea/index.js +34 -23
- package/dist/jsx/forms/FormTextArea/index.js.map +1 -1
- package/dist/jsx/forms/FormTextArea/index.mjs +64 -0
- package/dist/jsx/forms/FormTextArea/index.native.js +100 -36
- package/dist/jsx/forms/FormTextArea/index.native.js.map +3 -3
- package/dist/jsx/forms/SelectButton/OptionButton.js +21 -17
- package/dist/jsx/forms/SelectButton/OptionButton.js.map +1 -1
- package/dist/jsx/forms/SelectButton/OptionButton.mjs +60 -0
- package/dist/jsx/forms/SelectButton/OptionButton.native.js +138 -36
- package/dist/jsx/forms/SelectButton/OptionButton.native.js.map +3 -3
- package/dist/jsx/forms/SelectButton/SelectButton.stories.js +12 -11
- package/dist/jsx/forms/SelectButton/SelectButton.stories.js.map +1 -1
- package/dist/jsx/forms/SelectButton/SelectButton.stories.mjs +73 -0
- package/dist/jsx/forms/SelectButton/SelectButton.stories.native.js +76 -12
- package/dist/jsx/forms/SelectButton/SelectButton.stories.native.js.map +3 -3
- package/dist/jsx/forms/SelectButton/context.mjs +5 -0
- package/dist/jsx/forms/SelectButton/context.native.js +3 -1
- package/dist/jsx/forms/SelectButton/context.native.js.map +3 -3
- package/dist/jsx/forms/SelectButton/index.js +2 -1
- package/dist/jsx/forms/SelectButton/index.js.map +1 -1
- package/dist/jsx/forms/SelectButton/index.mjs +46 -0
- package/dist/jsx/forms/SelectButton/index.native.js +130 -21
- package/dist/jsx/forms/SelectButton/index.native.js.map +3 -3
- package/dist/jsx/forms/SelectSimple/SelectSimple.stories.js +7 -6
- package/dist/jsx/forms/SelectSimple/SelectSimple.stories.js.map +1 -1
- package/dist/jsx/forms/SelectSimple/SelectSimple.stories.mjs +42 -0
- package/dist/jsx/forms/SelectSimple/SelectSimple.stories.native.js +39 -7
- package/dist/jsx/forms/SelectSimple/SelectSimple.stories.native.js.map +3 -3
- package/dist/jsx/forms/SelectSimple/index.js +9 -8
- package/dist/jsx/forms/SelectSimple/index.js.map +1 -1
- package/dist/jsx/forms/SelectSimple/index.mjs +47 -0
- package/dist/jsx/forms/SelectSimple/index.native.js +102 -19
- package/dist/jsx/forms/SelectSimple/index.native.js.map +3 -3
- package/dist/jsx/forms/SimpleForm/SimpleForm.stories.js +17 -31
- package/dist/jsx/forms/SimpleForm/SimpleForm.stories.js.map +1 -1
- package/dist/jsx/forms/SimpleForm/SimpleForm.stories.mjs +85 -0
- package/dist/jsx/forms/SimpleForm/SimpleForm.stories.native.js +98 -32
- package/dist/jsx/forms/SimpleForm/SimpleForm.stories.native.js.map +3 -3
- package/dist/jsx/forms/SimpleForm/index.js +2 -1
- package/dist/jsx/forms/SimpleForm/index.js.map +1 -1
- package/dist/jsx/forms/SimpleForm/index.mjs +42 -0
- package/dist/jsx/forms/SimpleForm/index.native.js +76 -18
- package/dist/jsx/forms/SimpleForm/index.native.js.map +3 -3
- package/dist/jsx/forms/index.mjs +12 -0
- package/dist/jsx/forms/index.native.js.map +1 -1
- package/dist/jsx/forms/types.mjs +0 -0
- package/dist/jsx/global.mjs +0 -0
- package/dist/jsx/helpers.js +2 -1
- package/dist/jsx/helpers.js.map +1 -1
- package/dist/jsx/helpers.mjs +10 -0
- package/dist/jsx/helpers.native.js +41 -2
- package/dist/jsx/helpers.native.js.map +3 -3
- package/dist/jsx/hooks/index.mjs +2 -0
- package/dist/jsx/hooks/index.native.js.map +1 -1
- package/dist/jsx/hooks/useAnimationDriverToggle.mjs +8 -0
- package/dist/jsx/hooks/useAnimationDriverToggle.native.js +2 -2
- package/dist/jsx/hooks/useAnimationDriverToggle.native.js.map +3 -3
- package/dist/jsx/hooks/useAssets/index.mjs +4 -0
- package/dist/jsx/hooks/useAssets/index.native.js +60 -7
- package/dist/jsx/hooks/useAssets/index.native.js.map +3 -3
- package/dist/jsx/hooks/useClipboard.mjs +21 -0
- package/dist/jsx/hooks/useClipboard.native.js +198 -13
- package/dist/jsx/hooks/useClipboard.native.js.map +3 -3
- package/dist/jsx/images/SimpleImage/index.js +27 -23
- package/dist/jsx/images/SimpleImage/index.js.map +1 -1
- package/dist/jsx/images/SimpleImage/index.mjs +93 -0
- package/dist/jsx/images/SimpleImage/index.native.js +202 -70
- package/dist/jsx/images/SimpleImage/index.native.js.map +3 -3
- package/dist/jsx/images/SimpleImage/index.stories.js +36 -26
- package/dist/jsx/images/SimpleImage/index.stories.js.map +1 -1
- package/dist/jsx/images/SimpleImage/index.stories.mjs +88 -0
- package/dist/jsx/images/SimpleImage/index.stories.native.js +137 -29
- package/dist/jsx/images/SimpleImage/index.stories.native.js.map +3 -3
- package/dist/jsx/images/Svg/Svg.stories.js +11 -7
- package/dist/jsx/images/Svg/Svg.stories.js.map +1 -1
- package/dist/jsx/images/Svg/Svg.stories.mjs +24 -0
- package/dist/jsx/images/Svg/Svg.stories.native.js +17 -8
- package/dist/jsx/images/Svg/Svg.stories.native.js.map +3 -3
- package/dist/jsx/images/Svg/index.mjs +4 -0
- package/dist/jsx/images/Svg/index.native.js +1 -1
- package/dist/jsx/images/Svg/index.native.js.map +3 -3
- package/dist/jsx/images/SvgUri/index.js +2 -1
- package/dist/jsx/images/SvgUri/index.js.map +1 -1
- package/dist/jsx/images/SvgUri/index.mjs +6 -0
- package/dist/jsx/images/SvgUri/index.native.js +3 -1
- package/dist/jsx/images/SvgUri/index.native.js.map +3 -3
- package/dist/jsx/images/index.mjs +2 -0
- package/dist/jsx/images/index.native.js.map +1 -1
- package/dist/jsx/index.js +2 -2
- package/dist/jsx/index.js.map +1 -1
- package/dist/jsx/index.mjs +11 -0
- package/dist/jsx/index.native.js +2 -2
- package/dist/jsx/index.native.js.map +2 -2
- package/dist/jsx/layouts/Debug/DebugLayout.stories.js +2 -1
- package/dist/jsx/layouts/Debug/DebugLayout.stories.js.map +1 -1
- package/dist/jsx/layouts/Debug/DebugLayout.stories.mjs +18 -0
- package/dist/jsx/layouts/Debug/DebugLayout.stories.native.js +12 -2
- package/dist/jsx/layouts/Debug/DebugLayout.stories.native.js.map +3 -3
- package/dist/jsx/layouts/Debug/index.js +80 -55
- package/dist/jsx/layouts/Debug/index.js.map +2 -2
- package/dist/jsx/layouts/Debug/index.mjs +156 -0
- package/dist/jsx/layouts/Debug/index.native.js +228 -62
- package/dist/jsx/layouts/Debug/index.native.js.map +3 -3
- package/dist/jsx/layouts/index.mjs +1 -0
- package/dist/jsx/layouts/index.native.js.map +1 -1
- package/dist/jsx/mdx/ExternalIcon/ExternalIcon.stories.js +2 -1
- package/dist/jsx/mdx/ExternalIcon/ExternalIcon.stories.js.map +1 -1
- package/dist/jsx/mdx/ExternalIcon/ExternalIcon.stories.mjs +14 -0
- package/dist/jsx/mdx/ExternalIcon/ExternalIcon.stories.native.js +11 -4
- package/dist/jsx/mdx/ExternalIcon/ExternalIcon.stories.native.js.map +3 -3
- package/dist/jsx/mdx/ExternalIcon/index.js +8 -4
- package/dist/jsx/mdx/ExternalIcon/index.js.map +1 -1
- package/dist/jsx/mdx/ExternalIcon/index.mjs +17 -0
- package/dist/jsx/mdx/ExternalIcon/index.native.js +14 -4
- package/dist/jsx/mdx/ExternalIcon/index.native.js.map +3 -3
- package/dist/jsx/mdx/HR/HR.stories.js +2 -1
- package/dist/jsx/mdx/HR/HR.stories.js.map +1 -1
- package/dist/jsx/mdx/HR/HR.stories.mjs +13 -0
- package/dist/jsx/mdx/HR/HR.stories.native.js +9 -2
- package/dist/jsx/mdx/HR/HR.stories.native.js.map +3 -3
- package/dist/jsx/mdx/HR/index.js +5 -4
- package/dist/jsx/mdx/HR/index.js.map +1 -1
- package/dist/jsx/mdx/HR/index.mjs +13 -0
- package/dist/jsx/mdx/HR/index.native.js +17 -4
- package/dist/jsx/mdx/HR/index.native.js.map +3 -3
- package/dist/jsx/mdx/LI/LI.stories.js +2 -1
- package/dist/jsx/mdx/LI/LI.stories.js.map +1 -1
- package/dist/jsx/mdx/LI/LI.stories.mjs +18 -0
- package/dist/jsx/mdx/LI/LI.stories.native.js +13 -2
- package/dist/jsx/mdx/LI/LI.stories.native.js.map +3 -3
- package/dist/jsx/mdx/LI/index.mjs +8 -0
- package/dist/jsx/mdx/LI/index.native.js +1 -1
- package/dist/jsx/mdx/LI/index.native.js.map +3 -3
- package/dist/jsx/mdx/MDX/MDX.stories.js +2 -1
- package/dist/jsx/mdx/MDX/MDX.stories.js.map +1 -1
- package/dist/jsx/mdx/MDX/MDX.stories.mjs +53 -0
- package/dist/jsx/mdx/MDX/MDX.stories.native.js +12 -4
- package/dist/jsx/mdx/MDX/MDX.stories.native.js.map +3 -3
- package/dist/jsx/mdx/MDX/index.js +11 -7
- package/dist/jsx/mdx/MDX/index.js.map +1 -1
- package/dist/jsx/mdx/MDX/index.mjs +27 -0
- package/dist/jsx/mdx/MDX/index.native.js +51 -10
- package/dist/jsx/mdx/MDX/index.native.js.map +3 -3
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlock.stories.js +37 -36
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlock.stories.js.map +1 -1
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlock.stories.mjs +160 -0
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js +217 -40
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js.map +3 -3
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlockContext.mjs +3 -0
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlockContext.native.js +1 -1
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlockContext.native.js.map +3 -3
- package/dist/jsx/mdx/MDXCodeBlock/index.js +80 -56
- package/dist/jsx/mdx/MDXCodeBlock/index.js.map +1 -1
- package/dist/jsx/mdx/MDXCodeBlock/index.mjs +133 -0
- package/dist/jsx/mdx/MDXCodeBlock/index.native.js +218 -70
- package/dist/jsx/mdx/MDXCodeBlock/index.native.js.map +3 -3
- package/dist/jsx/mdx/UL/UL.stories.js +2 -1
- package/dist/jsx/mdx/UL/UL.stories.js.map +1 -1
- package/dist/jsx/mdx/UL/UL.stories.mjs +18 -0
- package/dist/jsx/mdx/UL/UL.stories.native.js +13 -2
- package/dist/jsx/mdx/UL/UL.stories.native.js.map +3 -3
- package/dist/jsx/mdx/UL/index.mjs +8 -0
- package/dist/jsx/mdx/UL/index.native.js +1 -1
- package/dist/jsx/mdx/UL/index.native.js.map +3 -3
- package/dist/jsx/mdx/components.js +61 -73
- package/dist/jsx/mdx/components.js.map +1 -1
- package/dist/jsx/mdx/components.mjs +202 -0
- package/dist/jsx/mdx/components.native.js +284 -74
- package/dist/jsx/mdx/components.native.js.map +3 -3
- package/dist/jsx/mdx/hooks/index.mjs +3 -0
- package/dist/jsx/mdx/hooks/index.native.js.map +1 -1
- package/dist/jsx/mdx/hooks/useCompileAndEvaluateMdx.mjs +15 -0
- package/dist/jsx/mdx/hooks/useCompileAndEvaluateMdx.native.js +6 -2
- package/dist/jsx/mdx/hooks/useCompileAndEvaluateMdx.native.js.map +3 -3
- package/dist/jsx/mdx/hooks/useCompileMdx.js +1 -1
- package/dist/jsx/mdx/hooks/useCompileMdx.js.map +1 -1
- package/dist/jsx/mdx/hooks/useCompileMdx.mjs +43 -0
- package/dist/jsx/mdx/hooks/useCompileMdx.native.js +269 -40
- package/dist/jsx/mdx/hooks/useCompileMdx.native.js.map +3 -3
- package/dist/jsx/mdx/hooks/useEvaluateMdx.js.map +1 -1
- package/dist/jsx/mdx/hooks/useEvaluateMdx.mjs +19 -0
- package/dist/jsx/mdx/hooks/useEvaluateMdx.native.js +77 -9
- package/dist/jsx/mdx/hooks/useEvaluateMdx.native.js.map +3 -3
- package/dist/jsx/mdx/index.mjs +8 -0
- package/dist/jsx/mdx/index.native.js.map +1 -1
- package/dist/jsx/mdx/util/rehypeHighlightCode.mjs +22 -0
- package/dist/jsx/mdx/util/rehypeHighlightCode.native.js +54 -8
- package/dist/jsx/mdx/util/rehypeHighlightCode.native.js.map +3 -3
- package/dist/jsx/mdx/util/rehypeHighlightLine.js.map +1 -1
- package/dist/jsx/mdx/util/rehypeHighlightLine.mjs +76 -0
- package/dist/jsx/mdx/util/rehypeHighlightLine.native.js +43 -40
- package/dist/jsx/mdx/util/rehypeHighlightLine.native.js.map +3 -3
- package/dist/jsx/mdx/util/rehypeHighlightWord.js.map +1 -1
- package/dist/jsx/mdx/util/rehypeHighlightWord.mjs +12 -0
- package/dist/jsx/mdx/util/rehypeHighlightWord.native.js +8 -3
- package/dist/jsx/mdx/util/rehypeHighlightWord.native.js.map +3 -3
- package/dist/jsx/mdx/util/rehypeMetaAttributes.mjs +12 -0
- package/dist/jsx/mdx/util/rehypeMetaAttributes.native.js +5 -4
- package/dist/jsx/mdx/util/rehypeMetaAttributes.native.js.map +3 -3
- package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.js +6 -5
- package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.js.map +1 -1
- package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.mjs +50 -0
- package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.native.js +80 -6
- package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.native.js.map +3 -3
- package/dist/jsx/organize/SimpleAccordion/index.js +7 -6
- package/dist/jsx/organize/SimpleAccordion/index.js.map +1 -1
- package/dist/jsx/organize/SimpleAccordion/index.mjs +34 -0
- package/dist/jsx/organize/SimpleAccordion/index.native.js +87 -9
- package/dist/jsx/organize/SimpleAccordion/index.native.js.map +3 -3
- package/dist/jsx/organize/SimpleCarousel/Carousel.stories.js +7 -6
- package/dist/jsx/organize/SimpleCarousel/Carousel.stories.js.map +1 -1
- package/dist/jsx/organize/SimpleCarousel/Carousel.stories.mjs +36 -0
- package/dist/jsx/organize/SimpleCarousel/Carousel.stories.native.js +29 -6
- package/dist/jsx/organize/SimpleCarousel/Carousel.stories.native.js.map +3 -3
- package/dist/jsx/organize/SimpleCarousel/index.js +65 -45
- package/dist/jsx/organize/SimpleCarousel/index.js.map +1 -1
- package/dist/jsx/organize/SimpleCarousel/index.mjs +114 -0
- package/dist/jsx/organize/SimpleCarousel/index.native.js +220 -66
- package/dist/jsx/organize/SimpleCarousel/index.native.js.map +3 -3
- package/dist/jsx/organize/SimpleInput/SimpleInput.stories.js +2 -1
- package/dist/jsx/organize/SimpleInput/SimpleInput.stories.js.map +1 -1
- package/dist/jsx/organize/SimpleInput/SimpleInput.stories.mjs +45 -0
- package/dist/jsx/organize/SimpleInput/SimpleInput.stories.native.js +43 -2
- package/dist/jsx/organize/SimpleInput/SimpleInput.stories.native.js.map +3 -3
- package/dist/jsx/organize/SimpleInput/index.js +84 -67
- package/dist/jsx/organize/SimpleInput/index.js.map +1 -1
- package/dist/jsx/organize/SimpleInput/index.mjs +117 -0
- package/dist/jsx/organize/SimpleInput/index.native.js +206 -96
- package/dist/jsx/organize/SimpleInput/index.native.js.map +3 -3
- package/dist/jsx/organize/SimpleListItem/SimpleListItem.stories.js +16 -15
- package/dist/jsx/organize/SimpleListItem/SimpleListItem.stories.js.map +1 -1
- package/dist/jsx/organize/SimpleListItem/SimpleListItem.stories.mjs +78 -0
- package/dist/jsx/organize/SimpleListItem/SimpleListItem.stories.native.js +127 -17
- package/dist/jsx/organize/SimpleListItem/SimpleListItem.stories.native.js.map +3 -3
- package/dist/jsx/organize/SimpleListItem/index.js +5 -4
- package/dist/jsx/organize/SimpleListItem/index.js.map +1 -1
- package/dist/jsx/organize/SimpleListItem/index.mjs +47 -0
- package/dist/jsx/organize/SimpleListItem/index.native.js +108 -8
- package/dist/jsx/organize/SimpleListItem/index.native.js.map +3 -3
- package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.js +27 -27
- package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.js.map +1 -1
- package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.mjs +84 -0
- package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.native.js +139 -27
- package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.native.js.map +3 -3
- package/dist/jsx/organize/SimpleTabs/index.js +65 -68
- package/dist/jsx/organize/SimpleTabs/index.js.map +1 -1
- package/dist/jsx/organize/SimpleTabs/index.mjs +73 -0
- package/dist/jsx/organize/SimpleTabs/index.native.js +131 -69
- package/dist/jsx/organize/SimpleTabs/index.native.js.map +3 -3
- package/dist/jsx/organize/index.mjs +4 -0
- package/dist/jsx/organize/index.native.js.map +1 -1
- package/dist/jsx/panels/SimpleAlertDialog/SimpleAlertDialog.stories.js +31 -34
- package/dist/jsx/panels/SimpleAlertDialog/SimpleAlertDialog.stories.js.map +1 -1
- package/dist/jsx/panels/SimpleAlertDialog/SimpleAlertDialog.stories.mjs +56 -0
- package/dist/jsx/panels/SimpleAlertDialog/SimpleAlertDialog.stories.native.js +63 -37
- package/dist/jsx/panels/SimpleAlertDialog/SimpleAlertDialog.stories.native.js.map +3 -3
- package/dist/jsx/panels/SimpleAlertDialog/index.js +40 -43
- package/dist/jsx/panels/SimpleAlertDialog/index.js.map +1 -1
- package/dist/jsx/panels/SimpleAlertDialog/index.mjs +91 -0
- package/dist/jsx/panels/SimpleAlertDialog/index.native.js +154 -55
- package/dist/jsx/panels/SimpleAlertDialog/index.native.js.map +3 -3
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.js +66 -49
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.js.map +1 -1
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.mjs +130 -0
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.native.js +223 -54
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.native.js.map +3 -3
- package/dist/jsx/panels/SimpleDialog/index.js +79 -63
- package/dist/jsx/panels/SimpleDialog/index.js.map +1 -1
- package/dist/jsx/panels/SimpleDialog/index.mjs +141 -0
- package/dist/jsx/panels/SimpleDialog/index.native.js +244 -81
- package/dist/jsx/panels/SimpleDialog/index.native.js.map +3 -3
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.js +13 -24
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.js.map +1 -1
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.mjs +46 -0
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.native.js +94 -27
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.native.js.map +3 -3
- package/dist/jsx/panels/SimplePopover/index.js +30 -39
- package/dist/jsx/panels/SimplePopover/index.js.map +1 -1
- package/dist/jsx/panels/SimplePopover/index.mjs +62 -0
- package/dist/jsx/panels/SimplePopover/index.native.js +166 -47
- package/dist/jsx/panels/SimplePopover/index.native.js.map +3 -3
- package/dist/jsx/panels/SimpleSheet/SimpleSheet.stories.js +12 -2
- package/dist/jsx/panels/SimpleSheet/SimpleSheet.stories.js.map +1 -1
- package/dist/jsx/panels/SimpleSheet/SimpleSheet.stories.mjs +32 -0
- package/dist/jsx/panels/SimpleSheet/SimpleSheet.stories.native.js +81 -5
- package/dist/jsx/panels/SimpleSheet/SimpleSheet.stories.native.js.map +3 -3
- package/dist/jsx/panels/SimpleSheet/index.js +7 -67
- package/dist/jsx/panels/SimpleSheet/index.js.map +1 -1
- package/dist/jsx/panels/SimpleSheet/index.mjs +31 -0
- package/dist/jsx/panels/SimpleSheet/index.native.js +85 -70
- package/dist/jsx/panels/SimpleSheet/index.native.js.map +3 -3
- package/dist/jsx/panels/SimpleTooltip/SimpleTooltip.stories.js +13 -2
- package/dist/jsx/panels/SimpleTooltip/SimpleTooltip.stories.js.map +1 -1
- package/dist/jsx/panels/SimpleTooltip/SimpleTooltip.stories.mjs +45 -0
- package/dist/jsx/panels/SimpleTooltip/SimpleTooltip.stories.native.js +93 -5
- package/dist/jsx/panels/SimpleTooltip/SimpleTooltip.stories.native.js.map +3 -3
- package/dist/jsx/panels/SimpleTooltip/index.js +38 -22
- package/dist/jsx/panels/SimpleTooltip/index.js.map +1 -1
- package/dist/jsx/panels/SimpleTooltip/index.mjs +52 -0
- package/dist/jsx/panels/SimpleTooltip/index.native.js +108 -23
- package/dist/jsx/panels/SimpleTooltip/index.native.js.map +3 -3
- package/dist/jsx/panels/index.mjs +5 -0
- package/dist/jsx/panels/index.native.js.map +1 -1
- package/dist/jsx/providers/AnimationDriverTogglerContextProvider.js +2 -1
- package/dist/jsx/providers/AnimationDriverTogglerContextProvider.js.map +1 -1
- package/dist/jsx/providers/AnimationDriverTogglerContextProvider.mjs +35 -0
- package/dist/jsx/providers/AnimationDriverTogglerContextProvider.native.js +74 -13
- package/dist/jsx/providers/AnimationDriverTogglerContextProvider.native.js.map +3 -3
- package/dist/jsx/table/Table/Table.stories.js +45 -44
- package/dist/jsx/table/Table/Table.stories.js.map +1 -1
- package/dist/jsx/table/Table/Table.stories.mjs +81 -0
- package/dist/jsx/table/Table/Table.stories.native.js +118 -45
- package/dist/jsx/table/Table/Table.stories.native.js.map +3 -3
- package/dist/jsx/table/Table/index.js +5 -4
- package/dist/jsx/table/Table/index.js.map +1 -1
- package/dist/jsx/table/Table/index.mjs +37 -0
- package/dist/jsx/table/Table/index.native.js +80 -5
- package/dist/jsx/table/Table/index.native.js.map +3 -3
- package/dist/jsx/table/TableCell/index.mjs +32 -0
- package/dist/jsx/table/TableCell/index.native.js +1 -1
- package/dist/jsx/table/TableCell/index.native.js.map +3 -3
- package/dist/jsx/table/TableCol/index.mjs +12 -0
- package/dist/jsx/table/TableCol/index.native.js +1 -1
- package/dist/jsx/table/TableCol/index.native.js.map +3 -3
- package/dist/jsx/table/TableContext.mjs +3 -0
- package/dist/jsx/table/TableContext.native.js +1 -1
- package/dist/jsx/table/TableContext.native.js.map +3 -3
- package/dist/jsx/table/index.mjs +3 -0
- package/dist/jsx/table/index.native.js.map +1 -1
- package/dist/jsx/tints.js +72 -0
- package/dist/jsx/tints.js.map +6 -0
- package/dist/jsx/tints.mjs +92 -0
- package/dist/jsx/tints.native.js +247 -0
- package/dist/jsx/tints.native.js.map +6 -0
- package/dist/jsx/utils/setTinted.mjs +9 -0
- package/dist/jsx/utils/setTinted.native.js +5 -4
- package/dist/jsx/utils/setTinted.native.js.map +3 -3
- package/dist/jsx/utils/unwrapText.mjs +5 -0
- package/dist/jsx/utils/unwrapText.native.js +3 -3
- package/dist/jsx/utils/unwrapText.native.js.map +3 -3
- package/package.json +29 -29
- package/src/code/Code/Code.stories.tsx +2 -2
- package/src/code/Code/index.ts +2 -2
- package/src/forms/FormCheckBox/index.tsx +4 -25
- package/src/forms/FormField.tsx +2 -2
- package/src/forms/FormInput/FormInput.stories.tsx +1 -1
- package/src/forms/FormRadioGroup/FormRadioGroup.stories.tsx +5 -5
- package/src/forms/FormRadioGroup/index.tsx +1 -1
- package/src/forms/FormSwitch/index.tsx +5 -5
- package/src/forms/SelectButton/SelectButton.stories.tsx +2 -2
- package/src/forms/SimpleForm/SimpleForm.stories.tsx +2 -2
- package/src/images/SvgUri/index.tsx +23 -2
- package/src/index.ts +3 -2
- package/src/layouts/Debug/index.tsx +38 -22
- package/src/mdx/MDX/index.tsx +23 -2
- package/src/mdx/MDXCodeBlock/index.tsx +1 -1
- package/src/mdx/components.tsx +24 -11
- package/src/mdx/hooks/useCompileMdx.ts +22 -1
- package/src/mdx/hooks/useEvaluateMdx.ts +23 -2
- package/src/mdx/util/rehypeHighlightLine.ts +25 -2
- package/src/mdx/util/rehypeHighlightWord.ts +25 -2
- package/src/organize/SimpleAccordion/index.tsx +2 -2
- package/src/organize/SimpleCarousel/index.tsx +1 -2
- package/src/organize/SimpleInput/index.tsx +2 -4
- package/src/organize/SimpleListItem/SimpleListItem.stories.tsx +1 -1
- package/src/organize/SimpleTabs/SimpleTabs.stories.tsx +45 -50
- package/src/organize/SimpleTabs/index.tsx +44 -84
- package/src/panels/SimpleAlertDialog/SimpleAlertDialog.stories.tsx +34 -31
- package/src/panels/SimpleAlertDialog/index.tsx +36 -23
- package/src/panels/SimpleDialog/index.tsx +4 -4
- package/src/panels/SimplePopover/SimplePopover.stories.tsx +15 -50
- package/src/panels/SimplePopover/index.tsx +13 -41
- package/src/panels/SimpleSheet/SimpleSheet.stories.tsx +36 -3
- package/src/panels/SimpleSheet/index.tsx +30 -98
- package/src/panels/SimpleTooltip/SimpleTooltip.stories.tsx +19 -8
- package/src/panels/SimpleTooltip/index.tsx +26 -10
- package/src/tints.tsx +150 -0
- package/types/code/Code/Code.stories.d.ts +2 -2
- package/types/code/Code/index.d.ts +4 -85
- package/types/code/Code/index.d.ts.map +1 -1
- package/types/code/Pre/index.d.ts +10 -300
- package/types/code/Pre/index.d.ts.map +1 -1
- package/types/forms/FormCheckBox/index.d.ts +1 -21
- package/types/forms/FormCheckBox/index.d.ts.map +1 -1
- package/types/forms/FormField.d.ts +2 -2
- package/types/forms/FormRadioGroup/FormRadioGroup.stories.d.ts +3 -3
- package/types/forms/FormSwitch/index.d.ts +0 -6
- package/types/forms/FormSwitch/index.d.ts.map +1 -1
- package/types/images/SimpleImage/index.d.ts +1 -1
- package/types/images/SimpleImage/index.d.ts.map +1 -1
- package/types/images/SimpleImage/index.stories.d.ts +1 -1
- package/types/images/Svg/Svg.stories.d.ts +1 -5
- package/types/images/Svg/Svg.stories.d.ts.map +1 -1
- package/types/images/Svg/index.d.ts +1 -5
- package/types/images/Svg/index.d.ts.map +1 -1
- package/types/images/Svg/index.native.d.ts +1 -6
- package/types/images/Svg/index.native.d.ts.map +1 -1
- package/types/images/SvgUri/index.d.ts +22 -2
- package/types/images/SvgUri/index.d.ts.map +1 -1
- package/types/images/SvgUri/index.native.d.ts +2 -10
- package/types/images/SvgUri/index.native.d.ts.map +1 -1
- package/types/index.d.ts +2 -2
- package/types/index.d.ts.map +1 -1
- package/types/layouts/Debug/index.d.ts +0 -7
- package/types/layouts/Debug/index.d.ts.map +1 -1
- package/types/mdx/LI/LI.stories.d.ts +4 -50
- package/types/mdx/LI/LI.stories.d.ts.map +1 -1
- package/types/mdx/LI/index.d.ts +4 -51
- package/types/mdx/LI/index.d.ts.map +1 -1
- package/types/mdx/MDX/index.d.ts +22 -2
- package/types/mdx/MDX/index.d.ts.map +1 -1
- package/types/mdx/UL/UL.stories.d.ts +9 -298
- package/types/mdx/UL/UL.stories.d.ts.map +1 -1
- package/types/mdx/UL/index.d.ts +10 -300
- package/types/mdx/UL/index.d.ts.map +1 -1
- package/types/mdx/components.d.ts +31 -301
- package/types/mdx/components.d.ts.map +1 -1
- package/types/mdx/hooks/useCompileMdx.d.ts.map +1 -1
- package/types/mdx/hooks/useEvaluateMdx.d.ts.map +1 -1
- package/types/mdx/util/rehypeHighlightLine.d.ts.map +1 -1
- package/types/mdx/util/rehypeHighlightWord.d.ts +1 -1
- package/types/mdx/util/rehypeHighlightWord.d.ts.map +1 -1
- package/types/organize/SimpleAccordion/index.d.ts +1 -1
- package/types/organize/SimpleAccordion/index.d.ts.map +1 -1
- package/types/organize/SimpleCarousel/index.d.ts.map +1 -1
- package/types/organize/SimpleInput/index.d.ts +2 -3
- package/types/organize/SimpleInput/index.d.ts.map +1 -1
- package/types/organize/SimpleTabs/SimpleTabs.stories.d.ts +1 -2
- package/types/organize/SimpleTabs/SimpleTabs.stories.d.ts.map +1 -1
- package/types/organize/SimpleTabs/index.d.ts +5 -19
- package/types/organize/SimpleTabs/index.d.ts.map +1 -1
- package/types/panels/SimpleAlertDialog/SimpleAlertDialog.stories.d.ts +22 -3
- package/types/panels/SimpleAlertDialog/SimpleAlertDialog.stories.d.ts.map +1 -1
- package/types/panels/SimpleAlertDialog/index.d.ts +24 -4
- package/types/panels/SimpleAlertDialog/index.d.ts.map +1 -1
- package/types/panels/SimplePopover/SimplePopover.stories.d.ts +0 -3
- package/types/panels/SimplePopover/SimplePopover.stories.d.ts.map +1 -1
- package/types/panels/SimplePopover/index.d.ts +1 -3
- package/types/panels/SimplePopover/index.d.ts.map +1 -1
- package/types/panels/SimpleSheet/SimpleSheet.stories.d.ts +20 -0
- package/types/panels/SimpleSheet/SimpleSheet.stories.d.ts.map +1 -1
- package/types/panels/SimpleSheet/index.d.ts +25 -14
- package/types/panels/SimpleSheet/index.d.ts.map +1 -1
- package/types/panels/SimpleTooltip/SimpleTooltip.stories.d.ts.map +1 -1
- package/types/panels/SimpleTooltip/index.d.ts +6 -2
- package/types/panels/SimpleTooltip/index.d.ts.map +1 -1
- package/types/table/Table/Table.stories.d.ts +9 -415
- package/types/table/Table/Table.stories.d.ts.map +1 -1
- package/types/table/Table/index.d.ts +9 -415
- package/types/table/Table/index.d.ts.map +1 -1
- package/types/table/TableCell/index.d.ts +2 -40
- package/types/table/TableCell/index.d.ts.map +1 -1
- package/types/table/TableCol/index.d.ts +7 -377
- package/types/table/TableCol/index.d.ts.map +1 -1
- package/types/tints.d.ts +50 -0
- package/types/tints.d.ts.map +1 -0
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
|
-
component: import("tamagui").TamaguiComponent<
|
|
5
|
-
contextType: React.Context<any> | undefined;
|
|
6
|
-
displayName: string;
|
|
7
|
-
prototype: import("react-native-svg").default;
|
|
8
|
-
}>;
|
|
4
|
+
component: import("tamagui").TamaguiComponent<import("@tamagui/web").TamaDefer, import("react-native-svg").default, import("@tamagui/web").TamaguiComponentPropsBaseBase & import("react-native-svg").SvgProps, import("@tamagui/web").StackStyleBase, {}, import("@tamagui/web").StaticConfigPublic>;
|
|
9
5
|
parameters: {
|
|
10
6
|
status: {
|
|
11
7
|
type: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Svg.stories.d.ts","sourceRoot":"","sources":["../../../src/images/Svg/Svg.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC
|
|
1
|
+
{"version":3,"file":"Svg.stories.d.ts","sourceRoot":"","sources":["../../../src/images/Svg/Svg.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;;;;;AAI1B,wBAME;AAEF,eAAO,MAAM,IAAI,yBAUhB,CAAC"}
|
|
@@ -1,9 +1,5 @@
|
|
|
1
1
|
import type { Svg as RNSvg } from 'react-native-svg';
|
|
2
2
|
import type { ComponentType } from 'react';
|
|
3
|
-
export declare const Svg: import("tamagui").TamaguiComponent<
|
|
4
|
-
contextType: import("react").Context<any> | undefined;
|
|
5
|
-
displayName: string;
|
|
6
|
-
prototype: RNSvg;
|
|
7
|
-
}>;
|
|
3
|
+
export declare const Svg: import("tamagui").TamaguiComponent<import("@tamagui/web").TamaDefer, RNSvg, import("@tamagui/web").TamaguiComponentPropsBaseBase & import("react-native-svg").SvgProps, import("@tamagui/web").StackStyleBase, {}, import("@tamagui/web").StaticConfigPublic>;
|
|
8
4
|
export type SvgProps = ComponentType<typeof Svg>;
|
|
9
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/images/Svg/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,IAAI,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAI3C,eAAO,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/images/Svg/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,GAAG,IAAI,KAAK,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAI3C,eAAO,MAAM,GAAG,+PAAmC,CAAC;AAEpD,MAAM,MAAM,QAAQ,GAAG,aAAa,CAAC,OAAO,GAAG,CAAC,CAAC"}
|
|
@@ -1,8 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { Svg as RNSvg } from 'react-native-svg';
|
|
3
|
-
export declare const Svg: import("tamagui").TamaguiComponent<
|
|
4
|
-
contextType: import("react").Context<any> | undefined;
|
|
5
|
-
displayName: string;
|
|
6
|
-
prototype: RNSvg;
|
|
7
|
-
}>;
|
|
2
|
+
export declare const Svg: import("tamagui").TamaguiComponent<import("@tamagui/web").TamaDefer, RNSvg, import("@tamagui/web").TamaguiComponentPropsBaseBase & import("react-native-svg").SvgProps, import("@tamagui/web").StackStyleBase, {}, import("@tamagui/web").StaticConfigPublic>;
|
|
8
3
|
//# sourceMappingURL=index.native.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../src/images/Svg/index.native.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../src/images/Svg/index.native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,IAAI,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAGhD,eAAO,MAAM,GAAG,+PAAoB,CAAC"}
|
|
@@ -1,6 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/images/SvgUri/index.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 10-10-2023 06:39:34
|
|
5
|
+
* Author: Clay Risser
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2024
|
|
8
|
+
*
|
|
9
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
|
+
* you may not use this file except in compliance with the License.
|
|
11
|
+
* You may obtain a copy of the License at
|
|
12
|
+
*
|
|
13
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
14
|
+
*
|
|
15
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
16
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
17
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18
|
+
* See the License for the specific language governing permissions and
|
|
19
|
+
* limitations under the License.
|
|
20
|
+
*/
|
|
1
21
|
import React from 'react';
|
|
2
|
-
import type {
|
|
22
|
+
import type { StackProps } from 'tamagui';
|
|
3
23
|
import type { UriProps } from 'react-native-svg';
|
|
4
|
-
export type SvgUriProps =
|
|
24
|
+
export type SvgUriProps = StackProps & UriProps;
|
|
5
25
|
export declare function SvgUri(_props: SvgUriProps): React.JSX.Element;
|
|
6
26
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/images/SvgUri/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/images/SvgUri/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAIjD,MAAM,MAAM,WAAW,GAAG,UAAU,GAAG,QAAQ,CAAC;AAEhD,wBAAgB,MAAM,CAAC,MAAM,EAAE,WAAW,qBAGzC"}
|
|
@@ -1,12 +1,4 @@
|
|
|
1
|
-
export declare const SvgUri: import("tamagui").TamaguiComponent<(import("react-native-svg").SvgProps & {
|
|
1
|
+
export declare const SvgUri: import("tamagui").TamaguiComponent<import("@tamagui/web").TamaDefer, unknown, import("@tamagui/web").TamaguiComponentPropsBaseBase & import("react-native-svg").SvgProps & {
|
|
2
2
|
uri: string | null;
|
|
3
|
-
} & import("react-native-svg/lib/typescript/xml").AdditionalProps
|
|
4
|
-
uri: string | null;
|
|
5
|
-
} & import("react-native-svg/lib/typescript/xml").AdditionalProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps | "uri" | keyof import("react-native-svg/lib/typescript/xml").AdditionalProps> & import("@tamagui/web").PseudoProps<Partial<import("react-native-svg").SvgProps & {
|
|
6
|
-
uri: string | null;
|
|
7
|
-
} & import("react-native-svg/lib/typescript/xml").AdditionalProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps | "uri" | keyof import("react-native-svg/lib/typescript/xml").AdditionalProps>>> & import("@tamagui/web").MediaProps<Partial<import("react-native-svg").SvgProps & {
|
|
8
|
-
uri: string | null;
|
|
9
|
-
} & import("react-native-svg/lib/typescript/xml").AdditionalProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps | "uri" | keyof import("react-native-svg/lib/typescript/xml").AdditionalProps>>>), unknown, import("react-native-svg").SvgProps & {
|
|
10
|
-
uri: string | null;
|
|
11
|
-
} & import("react-native-svg/lib/typescript/xml").AdditionalProps & Omit<import("tamagui").StackProps, keyof import("react-native-svg").SvgProps | "uri" | keyof import("react-native-svg/lib/typescript/xml").AdditionalProps>, {}, {}>;
|
|
3
|
+
} & import("react-native-svg/lib/typescript/xml").AdditionalProps, import("@tamagui/web").StackStyleBase, {}, import("@tamagui/web").StaticConfigPublic>;
|
|
12
4
|
//# sourceMappingURL=index.native.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../src/images/SvgUri/index.native.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../src/images/SvgUri/index.native.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM;;wJAAkC,CAAC"}
|
package/types/index.d.ts
CHANGED
|
@@ -5,8 +5,8 @@ export * from './helpers';
|
|
|
5
5
|
export * from './hooks';
|
|
6
6
|
export * from './images';
|
|
7
7
|
export * from './layouts';
|
|
8
|
-
export * from './
|
|
8
|
+
export * from './organize';
|
|
9
9
|
export * from './panels';
|
|
10
10
|
export * from './table';
|
|
11
|
-
export * from './
|
|
11
|
+
export * from './tints';
|
|
12
12
|
//# sourceMappingURL=index.d.ts.map
|
package/types/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAqBA,cAAc,iBAAiB,CAAC;AAChC,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAqBA,cAAc,iBAAiB,CAAC;AAChC,cAAc,QAAQ,CAAC;AACvB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAE1B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
|
|
@@ -30,13 +30,6 @@ export interface DebugLayoutProps<DebugViewProps> {
|
|
|
30
30
|
subThemeNames?: string[];
|
|
31
31
|
}
|
|
32
32
|
export declare function DebugLayout<DebugViewProps>({ children, debugView, debugViewProps, rootThemeNames, size, subThemeNames, }: DebugLayoutProps<DebugViewProps>): React.JSX.Element;
|
|
33
|
-
export declare namespace DebugLayout {
|
|
34
|
-
var defaultProps: {
|
|
35
|
-
rootThemeNames: string[];
|
|
36
|
-
size: number;
|
|
37
|
-
subThemeNames: string[];
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
33
|
export declare function createWithDebugLayout<DebugViewProps>(extraLayouts?: WithLayout<any>[], debugLayoutProps?: CreateWithDebugLayout<DebugViewProps>): WithLayout<unknown>;
|
|
41
34
|
export declare const withDebugLayout: WithLayout<unknown>;
|
|
42
35
|
interface CreateWithDebugLayout<DebugViewProps> {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/layouts/Debug/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/layouts/Debug/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEtD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAYpD,MAAM,WAAW,gBAAgB,CAAC,cAAc;IAC9C,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC;IAC1C,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;CAC1B;AAED,wBAAgB,WAAW,CAAC,cAAc,EAAE,EAC1C,QAAQ,EACR,SAAS,EACT,cAAc,EACd,cAA4C,EAC5C,IAAS,EACT,aAAsF,GACvF,EAAE,gBAAgB,CAAC,cAAc,CAAC,qBA8HlC;AAED,wBAAgB,qBAAqB,CAAC,cAAc,EAClD,YAAY,CAAC,EAAE,UAAU,CAAC,GAAG,CAAC,EAAE,EAChC,gBAAgB,GAAE,qBAAqB,CAAC,cAAc,CAAM,uBAG7D;AAED,eAAO,MAAM,eAAe,qBAA0B,CAAC;AAEvD,UAAU,qBAAqB,CAAC,cAAc;IAC5C,SAAS,CAAC,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC;IAC1C,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;CAC1B"}
|
|
@@ -1,56 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
|
-
component: import("tamagui").TamaguiComponent<
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
9
|
-
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
10
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
11
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>>> & React.RefAttributes<import("tamagui").TamaguiTextElement> & Omit<import("tamagui").TextProps, "lineHeight" | "letterSpacing" | "style" | "transform" | "color" | "textTransform" | "space" | "zIndex" | "maxWidth" | "minWidth" | "maxHeight" | "minHeight" | "userSelect" | "cursor" | "pointerEvents" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "textAlign" | "wordWrap" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "backgroundColor" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftColor" | "borderLeftWidth" | "borderColor" | "borderRadius" | "borderStyle" | "borderRightWidth" | "borderRightColor" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "borderWidth" | "display" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "marginHorizontal" | "marginVertical" | "opacity" | "overflow" | "padding" | "paddingBottom" | "paddingLeft" | "position" | "paddingRight" | "paddingTop" | "paddingHorizontal" | "paddingVertical" | "right" | "shadowColor" | "shadowRadius" | "shadowOffset" | "shadowOpacity" | "top" | "width" | "children" | "allowFontScaling" | "ellipsizeMode" | "id" | "lineBreakMode" | "numberOfLines" | "onTextLayout" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "testID" | "nativeID" | "maxFontSizeMultiplier" | "minimumFontScale" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "suppressHighlighting" | "lineBreakStrategyIOS" | "disabled" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "touchAction" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "transformOrigin" | "ellipse" | "textDecorationDistance" | "textOverflow" | "whiteSpace" | "textDecorationLine" | "textDecorationStyle" | "textDecorationColor" | "textShadowColor" | "textShadowOffset" | "textShadowRadius" | "fontVariant" | "writingDirection" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopEndRadius" | "borderTopStartRadius" | "aspectRatio" | "borderEndWidth" | "borderStartWidth" | "end" | "marginEnd" | "marginStart" | "paddingEnd" | "paddingStart" | "start" | "direction" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "textAlignVertical" | "verticalAlign" | "includeFontPadding" | "className" | "ref" | "group" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "key" | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "theme" | "onFocus" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onBlur" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "themeShallow" | "themeInverse" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle"> & {
|
|
12
|
-
readonly unstyled?: boolean | undefined;
|
|
13
|
-
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
14
|
-
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
15
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
16
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>>> & React.RefAttributes<import("tamagui").TamaguiTextElement> & Omit<import("tamagui").TextProps, "lineHeight" | "letterSpacing" | "style" | "transform" | "color" | "textTransform" | "space" | "zIndex" | "maxWidth" | "minWidth" | "maxHeight" | "minHeight" | "userSelect" | "cursor" | "pointerEvents" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "textAlign" | "wordWrap" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "backgroundColor" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftColor" | "borderLeftWidth" | "borderColor" | "borderRadius" | "borderStyle" | "borderRightWidth" | "borderRightColor" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "borderWidth" | "display" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "marginHorizontal" | "marginVertical" | "opacity" | "overflow" | "padding" | "paddingBottom" | "paddingLeft" | "position" | "paddingRight" | "paddingTop" | "paddingHorizontal" | "paddingVertical" | "right" | "shadowColor" | "shadowRadius" | "shadowOffset" | "shadowOpacity" | "top" | "width" | "children" | "allowFontScaling" | "ellipsizeMode" | "id" | "lineBreakMode" | "numberOfLines" | "onTextLayout" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "testID" | "nativeID" | "maxFontSizeMultiplier" | "minimumFontScale" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "suppressHighlighting" | "lineBreakStrategyIOS" | "disabled" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "touchAction" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "transformOrigin" | "ellipse" | "textDecorationDistance" | "textOverflow" | "whiteSpace" | "textDecorationLine" | "textDecorationStyle" | "textDecorationColor" | "textShadowColor" | "textShadowOffset" | "textShadowRadius" | "fontVariant" | "writingDirection" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopEndRadius" | "borderTopStartRadius" | "aspectRatio" | "borderEndWidth" | "borderStartWidth" | "end" | "marginEnd" | "marginStart" | "paddingEnd" | "paddingStart" | "start" | "direction" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "textAlignVertical" | "verticalAlign" | "includeFontPadding" | "className" | "ref" | "group" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "key" | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "theme" | "onFocus" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onBlur" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "themeShallow" | "themeInverse" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle"> & {
|
|
17
|
-
readonly unstyled?: boolean | undefined;
|
|
18
|
-
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
19
|
-
}>>) | (Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
20
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
21
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>>> & React.RefAttributes<import("tamagui").TamaguiTextElement> & Omit<import("tamagui").TextProps, "lineHeight" | "letterSpacing" | "style" | "transform" | "color" | "textTransform" | "space" | "zIndex" | "maxWidth" | "minWidth" | "maxHeight" | "minHeight" | "userSelect" | "cursor" | "pointerEvents" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "textAlign" | "wordWrap" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "backgroundColor" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftColor" | "borderLeftWidth" | "borderColor" | "borderRadius" | "borderStyle" | "borderRightWidth" | "borderRightColor" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "borderWidth" | "display" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "marginHorizontal" | "marginVertical" | "opacity" | "overflow" | "padding" | "paddingBottom" | "paddingLeft" | "position" | "paddingRight" | "paddingTop" | "paddingHorizontal" | "paddingVertical" | "right" | "shadowColor" | "shadowRadius" | "shadowOffset" | "shadowOpacity" | "top" | "width" | "children" | "allowFontScaling" | "ellipsizeMode" | "id" | "lineBreakMode" | "numberOfLines" | "onTextLayout" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "testID" | "nativeID" | "maxFontSizeMultiplier" | "minimumFontScale" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "suppressHighlighting" | "lineBreakStrategyIOS" | "disabled" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "touchAction" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "transformOrigin" | "ellipse" | "textDecorationDistance" | "textOverflow" | "whiteSpace" | "textDecorationLine" | "textDecorationStyle" | "textDecorationColor" | "textShadowColor" | "textShadowOffset" | "textShadowRadius" | "fontVariant" | "writingDirection" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopEndRadius" | "borderTopStartRadius" | "aspectRatio" | "borderEndWidth" | "borderStartWidth" | "end" | "marginEnd" | "marginStart" | "paddingEnd" | "paddingStart" | "start" | "direction" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "textAlignVertical" | "verticalAlign" | "includeFontPadding" | "className" | "ref" | "group" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "key" | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "theme" | "onFocus" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onBlur" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "themeShallow" | "themeInverse" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle"> & {
|
|
22
|
-
readonly unstyled?: boolean | undefined;
|
|
23
|
-
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
24
|
-
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
25
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
26
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>>> & React.RefAttributes<import("tamagui").TamaguiTextElement> & Omit<import("tamagui").TextProps, "lineHeight" | "letterSpacing" | "style" | "transform" | "color" | "textTransform" | "space" | "zIndex" | "maxWidth" | "minWidth" | "maxHeight" | "minHeight" | "userSelect" | "cursor" | "pointerEvents" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "textAlign" | "wordWrap" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "backgroundColor" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftColor" | "borderLeftWidth" | "borderColor" | "borderRadius" | "borderStyle" | "borderRightWidth" | "borderRightColor" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "borderWidth" | "display" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "marginHorizontal" | "marginVertical" | "opacity" | "overflow" | "padding" | "paddingBottom" | "paddingLeft" | "position" | "paddingRight" | "paddingTop" | "paddingHorizontal" | "paddingVertical" | "right" | "shadowColor" | "shadowRadius" | "shadowOffset" | "shadowOpacity" | "top" | "width" | "children" | "allowFontScaling" | "ellipsizeMode" | "id" | "lineBreakMode" | "numberOfLines" | "onTextLayout" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "testID" | "nativeID" | "maxFontSizeMultiplier" | "minimumFontScale" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "suppressHighlighting" | "lineBreakStrategyIOS" | "disabled" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "touchAction" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "transformOrigin" | "ellipse" | "textDecorationDistance" | "textOverflow" | "whiteSpace" | "textDecorationLine" | "textDecorationStyle" | "textDecorationColor" | "textShadowColor" | "textShadowOffset" | "textShadowRadius" | "fontVariant" | "writingDirection" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopEndRadius" | "borderTopStartRadius" | "aspectRatio" | "borderEndWidth" | "borderStartWidth" | "end" | "marginEnd" | "marginStart" | "paddingEnd" | "paddingStart" | "start" | "direction" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "textAlignVertical" | "verticalAlign" | "includeFontPadding" | "className" | "ref" | "group" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "key" | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "theme" | "onFocus" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onBlur" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "themeShallow" | "themeInverse" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle"> & {
|
|
27
|
-
readonly unstyled?: boolean | undefined;
|
|
28
|
-
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
29
|
-
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
30
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
31
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>>> & React.RefAttributes<import("tamagui").TamaguiTextElement> & Omit<import("tamagui").TextProps, "lineHeight" | "letterSpacing" | "style" | "transform" | "color" | "textTransform" | "space" | "zIndex" | "maxWidth" | "minWidth" | "maxHeight" | "minHeight" | "userSelect" | "cursor" | "pointerEvents" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "textAlign" | "wordWrap" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "backgroundColor" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftColor" | "borderLeftWidth" | "borderColor" | "borderRadius" | "borderStyle" | "borderRightWidth" | "borderRightColor" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "borderWidth" | "display" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "marginHorizontal" | "marginVertical" | "opacity" | "overflow" | "padding" | "paddingBottom" | "paddingLeft" | "position" | "paddingRight" | "paddingTop" | "paddingHorizontal" | "paddingVertical" | "right" | "shadowColor" | "shadowRadius" | "shadowOffset" | "shadowOpacity" | "top" | "width" | "children" | "allowFontScaling" | "ellipsizeMode" | "id" | "lineBreakMode" | "numberOfLines" | "onTextLayout" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "testID" | "nativeID" | "maxFontSizeMultiplier" | "minimumFontScale" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "suppressHighlighting" | "lineBreakStrategyIOS" | "disabled" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "touchAction" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "transformOrigin" | "ellipse" | "textDecorationDistance" | "textOverflow" | "whiteSpace" | "textDecorationLine" | "textDecorationStyle" | "textDecorationColor" | "textShadowColor" | "textShadowOffset" | "textShadowRadius" | "fontVariant" | "writingDirection" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopEndRadius" | "borderTopStartRadius" | "aspectRatio" | "borderEndWidth" | "borderStartWidth" | "end" | "marginEnd" | "marginStart" | "paddingEnd" | "paddingStart" | "start" | "direction" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "textAlignVertical" | "verticalAlign" | "includeFontPadding" | "className" | "ref" | "group" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "key" | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "theme" | "onFocus" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onBlur" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "themeShallow" | "themeInverse" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle"> & {
|
|
32
|
-
readonly unstyled?: boolean | undefined;
|
|
33
|
-
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
34
|
-
}>>), import("tamagui").TamaguiTextElement, Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
35
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
36
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>>> & React.RefAttributes<import("tamagui").TamaguiTextElement> & Omit<import("tamagui").TextProps, "lineHeight" | "letterSpacing" | "style" | "transform" | "color" | "textTransform" | "space" | "zIndex" | "maxWidth" | "minWidth" | "maxHeight" | "minHeight" | "userSelect" | "cursor" | "pointerEvents" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "textAlign" | "wordWrap" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "backgroundColor" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftColor" | "borderLeftWidth" | "borderColor" | "borderRadius" | "borderStyle" | "borderRightWidth" | "borderRightColor" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "borderWidth" | "display" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "marginHorizontal" | "marginVertical" | "opacity" | "overflow" | "padding" | "paddingBottom" | "paddingLeft" | "position" | "paddingRight" | "paddingTop" | "paddingHorizontal" | "paddingVertical" | "right" | "shadowColor" | "shadowRadius" | "shadowOffset" | "shadowOpacity" | "top" | "width" | "children" | "allowFontScaling" | "ellipsizeMode" | "id" | "lineBreakMode" | "numberOfLines" | "onTextLayout" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "testID" | "nativeID" | "maxFontSizeMultiplier" | "minimumFontScale" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "suppressHighlighting" | "lineBreakStrategyIOS" | "disabled" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "touchAction" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "transformOrigin" | "ellipse" | "textDecorationDistance" | "textOverflow" | "whiteSpace" | "textDecorationLine" | "textDecorationStyle" | "textDecorationColor" | "textShadowColor" | "textShadowOffset" | "textShadowRadius" | "fontVariant" | "writingDirection" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopEndRadius" | "borderTopStartRadius" | "aspectRatio" | "borderEndWidth" | "borderStartWidth" | "end" | "marginEnd" | "marginStart" | "paddingEnd" | "paddingStart" | "start" | "direction" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "textAlignVertical" | "verticalAlign" | "includeFontPadding" | "className" | "ref" | "group" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "key" | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "theme" | "onFocus" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onBlur" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "themeShallow" | "themeInverse" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle">, {
|
|
37
|
-
readonly unstyled?: boolean | undefined;
|
|
38
|
-
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
39
|
-
}, {
|
|
40
|
-
displayName: string | undefined;
|
|
41
|
-
__baseProps: Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
42
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
43
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>>> & React.RefAttributes<import("tamagui").TamaguiTextElement> & Omit<import("tamagui").TextProps, "lineHeight" | "letterSpacing" | "style" | "transform" | "color" | "textTransform" | "space" | "zIndex" | "maxWidth" | "minWidth" | "maxHeight" | "minHeight" | "userSelect" | "cursor" | "pointerEvents" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "textAlign" | "wordWrap" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "backgroundColor" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftColor" | "borderLeftWidth" | "borderColor" | "borderRadius" | "borderStyle" | "borderRightWidth" | "borderRightColor" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "borderWidth" | "display" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "marginHorizontal" | "marginVertical" | "opacity" | "overflow" | "padding" | "paddingBottom" | "paddingLeft" | "position" | "paddingRight" | "paddingTop" | "paddingHorizontal" | "paddingVertical" | "right" | "shadowColor" | "shadowRadius" | "shadowOffset" | "shadowOpacity" | "top" | "width" | "children" | "allowFontScaling" | "ellipsizeMode" | "id" | "lineBreakMode" | "numberOfLines" | "onTextLayout" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "testID" | "nativeID" | "maxFontSizeMultiplier" | "minimumFontScale" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "suppressHighlighting" | "lineBreakStrategyIOS" | "disabled" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "touchAction" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "transformOrigin" | "ellipse" | "textDecorationDistance" | "textOverflow" | "whiteSpace" | "textDecorationLine" | "textDecorationStyle" | "textDecorationColor" | "textShadowColor" | "textShadowOffset" | "textShadowRadius" | "fontVariant" | "writingDirection" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopEndRadius" | "borderTopStartRadius" | "aspectRatio" | "borderEndWidth" | "borderStartWidth" | "end" | "marginEnd" | "marginStart" | "paddingEnd" | "paddingStart" | "start" | "direction" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "textAlignVertical" | "verticalAlign" | "includeFontPadding" | "className" | "ref" | "group" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "key" | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "theme" | "onFocus" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onBlur" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "themeShallow" | "themeInverse" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle"> & {
|
|
44
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | React.CSSProperties | (React.CSSProperties & import("react-native").TextStyle)>;
|
|
45
|
-
};
|
|
46
|
-
__variantProps: void & {
|
|
47
|
-
readonly unstyled?: boolean | undefined;
|
|
48
|
-
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
49
|
-
} & {
|
|
50
|
-
readonly unstyled?: boolean | undefined;
|
|
51
|
-
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
52
|
-
};
|
|
53
|
-
}>;
|
|
4
|
+
component: import("tamagui").TamaguiComponent<import("@tamagui/web").TamaDefer, import("tamagui").TamaguiTextElement, import("tamagui").TextNonStyleProps, import("@tamagui/web").TextStylePropsBase, {
|
|
5
|
+
size?: import("tamagui").FontSizeTokens | undefined;
|
|
6
|
+
unstyled?: boolean | undefined;
|
|
7
|
+
}, import("@tamagui/web").StaticConfigPublic>;
|
|
54
8
|
parameters: {
|
|
55
9
|
status: {
|
|
56
10
|
type: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LI.stories.d.ts","sourceRoot":"","sources":["../../../src/mdx/LI/LI.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC
|
|
1
|
+
{"version":3,"file":"LI.stories.d.ts","sourceRoot":"","sources":["../../../src/mdx/LI/LI.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;;;;;;;;AAI1B,wBAIE;AAEF,eAAO,MAAM,IAAI,yBAIhB,CAAC"}
|
package/types/mdx/LI/index.d.ts
CHANGED
|
@@ -1,52 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
}
|
|
5
|
-
readonly unstyled?: boolean | undefined;
|
|
6
|
-
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
7
|
-
} & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
8
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
9
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>>> & import("react").RefAttributes<import("tamagui").TamaguiTextElement> & Omit<import("tamagui").TextProps, "lineHeight" | "letterSpacing" | "style" | "transform" | "color" | "textTransform" | "space" | "zIndex" | "maxWidth" | "minWidth" | "maxHeight" | "minHeight" | "userSelect" | "cursor" | "pointerEvents" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "textAlign" | "wordWrap" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "backgroundColor" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftColor" | "borderLeftWidth" | "borderColor" | "borderRadius" | "borderStyle" | "borderRightWidth" | "borderRightColor" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "borderWidth" | "display" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "marginHorizontal" | "marginVertical" | "opacity" | "overflow" | "padding" | "paddingBottom" | "paddingLeft" | "position" | "paddingRight" | "paddingTop" | "paddingHorizontal" | "paddingVertical" | "right" | "shadowColor" | "shadowRadius" | "shadowOffset" | "shadowOpacity" | "top" | "width" | "children" | "allowFontScaling" | "ellipsizeMode" | "id" | "lineBreakMode" | "numberOfLines" | "onTextLayout" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "testID" | "nativeID" | "maxFontSizeMultiplier" | "minimumFontScale" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "suppressHighlighting" | "lineBreakStrategyIOS" | "disabled" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "touchAction" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "transformOrigin" | "ellipse" | "textDecorationDistance" | "textOverflow" | "whiteSpace" | "textDecorationLine" | "textDecorationStyle" | "textDecorationColor" | "textShadowColor" | "textShadowOffset" | "textShadowRadius" | "fontVariant" | "writingDirection" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopEndRadius" | "borderTopStartRadius" | "aspectRatio" | "borderEndWidth" | "borderStartWidth" | "end" | "marginEnd" | "marginStart" | "paddingEnd" | "paddingStart" | "start" | "direction" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "textAlignVertical" | "verticalAlign" | "includeFontPadding" | "className" | "ref" | "group" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "key" | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "theme" | "onFocus" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onBlur" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "themeShallow" | "themeInverse" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle"> & {
|
|
10
|
-
readonly unstyled?: boolean | undefined;
|
|
11
|
-
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
12
|
-
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
13
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
14
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>>> & import("react").RefAttributes<import("tamagui").TamaguiTextElement> & Omit<import("tamagui").TextProps, "lineHeight" | "letterSpacing" | "style" | "transform" | "color" | "textTransform" | "space" | "zIndex" | "maxWidth" | "minWidth" | "maxHeight" | "minHeight" | "userSelect" | "cursor" | "pointerEvents" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "textAlign" | "wordWrap" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "backgroundColor" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftColor" | "borderLeftWidth" | "borderColor" | "borderRadius" | "borderStyle" | "borderRightWidth" | "borderRightColor" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "borderWidth" | "display" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "marginHorizontal" | "marginVertical" | "opacity" | "overflow" | "padding" | "paddingBottom" | "paddingLeft" | "position" | "paddingRight" | "paddingTop" | "paddingHorizontal" | "paddingVertical" | "right" | "shadowColor" | "shadowRadius" | "shadowOffset" | "shadowOpacity" | "top" | "width" | "children" | "allowFontScaling" | "ellipsizeMode" | "id" | "lineBreakMode" | "numberOfLines" | "onTextLayout" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "testID" | "nativeID" | "maxFontSizeMultiplier" | "minimumFontScale" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "suppressHighlighting" | "lineBreakStrategyIOS" | "disabled" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "touchAction" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "transformOrigin" | "ellipse" | "textDecorationDistance" | "textOverflow" | "whiteSpace" | "textDecorationLine" | "textDecorationStyle" | "textDecorationColor" | "textShadowColor" | "textShadowOffset" | "textShadowRadius" | "fontVariant" | "writingDirection" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopEndRadius" | "borderTopStartRadius" | "aspectRatio" | "borderEndWidth" | "borderStartWidth" | "end" | "marginEnd" | "marginStart" | "paddingEnd" | "paddingStart" | "start" | "direction" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "textAlignVertical" | "verticalAlign" | "includeFontPadding" | "className" | "ref" | "group" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "key" | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "theme" | "onFocus" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onBlur" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "themeShallow" | "themeInverse" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle"> & {
|
|
15
|
-
readonly unstyled?: boolean | undefined;
|
|
16
|
-
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
17
|
-
}>>) | (Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
18
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
19
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>>> & import("react").RefAttributes<import("tamagui").TamaguiTextElement> & Omit<import("tamagui").TextProps, "lineHeight" | "letterSpacing" | "style" | "transform" | "color" | "textTransform" | "space" | "zIndex" | "maxWidth" | "minWidth" | "maxHeight" | "minHeight" | "userSelect" | "cursor" | "pointerEvents" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "textAlign" | "wordWrap" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "backgroundColor" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftColor" | "borderLeftWidth" | "borderColor" | "borderRadius" | "borderStyle" | "borderRightWidth" | "borderRightColor" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "borderWidth" | "display" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "marginHorizontal" | "marginVertical" | "opacity" | "overflow" | "padding" | "paddingBottom" | "paddingLeft" | "position" | "paddingRight" | "paddingTop" | "paddingHorizontal" | "paddingVertical" | "right" | "shadowColor" | "shadowRadius" | "shadowOffset" | "shadowOpacity" | "top" | "width" | "children" | "allowFontScaling" | "ellipsizeMode" | "id" | "lineBreakMode" | "numberOfLines" | "onTextLayout" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "testID" | "nativeID" | "maxFontSizeMultiplier" | "minimumFontScale" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "suppressHighlighting" | "lineBreakStrategyIOS" | "disabled" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "touchAction" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "transformOrigin" | "ellipse" | "textDecorationDistance" | "textOverflow" | "whiteSpace" | "textDecorationLine" | "textDecorationStyle" | "textDecorationColor" | "textShadowColor" | "textShadowOffset" | "textShadowRadius" | "fontVariant" | "writingDirection" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopEndRadius" | "borderTopStartRadius" | "aspectRatio" | "borderEndWidth" | "borderStartWidth" | "end" | "marginEnd" | "marginStart" | "paddingEnd" | "paddingStart" | "start" | "direction" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "textAlignVertical" | "verticalAlign" | "includeFontPadding" | "className" | "ref" | "group" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "key" | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "theme" | "onFocus" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onBlur" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "themeShallow" | "themeInverse" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle"> & {
|
|
20
|
-
readonly unstyled?: boolean | undefined;
|
|
21
|
-
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
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/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
23
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
24
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>>> & import("react").RefAttributes<import("tamagui").TamaguiTextElement> & Omit<import("tamagui").TextProps, "lineHeight" | "letterSpacing" | "style" | "transform" | "color" | "textTransform" | "space" | "zIndex" | "maxWidth" | "minWidth" | "maxHeight" | "minHeight" | "userSelect" | "cursor" | "pointerEvents" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "textAlign" | "wordWrap" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "backgroundColor" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftColor" | "borderLeftWidth" | "borderColor" | "borderRadius" | "borderStyle" | "borderRightWidth" | "borderRightColor" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "borderWidth" | "display" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "marginHorizontal" | "marginVertical" | "opacity" | "overflow" | "padding" | "paddingBottom" | "paddingLeft" | "position" | "paddingRight" | "paddingTop" | "paddingHorizontal" | "paddingVertical" | "right" | "shadowColor" | "shadowRadius" | "shadowOffset" | "shadowOpacity" | "top" | "width" | "children" | "allowFontScaling" | "ellipsizeMode" | "id" | "lineBreakMode" | "numberOfLines" | "onTextLayout" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "testID" | "nativeID" | "maxFontSizeMultiplier" | "minimumFontScale" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "suppressHighlighting" | "lineBreakStrategyIOS" | "disabled" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "touchAction" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "transformOrigin" | "ellipse" | "textDecorationDistance" | "textOverflow" | "whiteSpace" | "textDecorationLine" | "textDecorationStyle" | "textDecorationColor" | "textShadowColor" | "textShadowOffset" | "textShadowRadius" | "fontVariant" | "writingDirection" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopEndRadius" | "borderTopStartRadius" | "aspectRatio" | "borderEndWidth" | "borderStartWidth" | "end" | "marginEnd" | "marginStart" | "paddingEnd" | "paddingStart" | "start" | "direction" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "textAlignVertical" | "verticalAlign" | "includeFontPadding" | "className" | "ref" | "group" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "key" | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "theme" | "onFocus" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onBlur" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "themeShallow" | "themeInverse" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle"> & {
|
|
25
|
-
readonly unstyled?: boolean | undefined;
|
|
26
|
-
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
27
|
-
}>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
28
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
29
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>>> & import("react").RefAttributes<import("tamagui").TamaguiTextElement> & Omit<import("tamagui").TextProps, "lineHeight" | "letterSpacing" | "style" | "transform" | "color" | "textTransform" | "space" | "zIndex" | "maxWidth" | "minWidth" | "maxHeight" | "minHeight" | "userSelect" | "cursor" | "pointerEvents" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "textAlign" | "wordWrap" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "backgroundColor" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftColor" | "borderLeftWidth" | "borderColor" | "borderRadius" | "borderStyle" | "borderRightWidth" | "borderRightColor" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "borderWidth" | "display" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "marginHorizontal" | "marginVertical" | "opacity" | "overflow" | "padding" | "paddingBottom" | "paddingLeft" | "position" | "paddingRight" | "paddingTop" | "paddingHorizontal" | "paddingVertical" | "right" | "shadowColor" | "shadowRadius" | "shadowOffset" | "shadowOpacity" | "top" | "width" | "children" | "allowFontScaling" | "ellipsizeMode" | "id" | "lineBreakMode" | "numberOfLines" | "onTextLayout" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "testID" | "nativeID" | "maxFontSizeMultiplier" | "minimumFontScale" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "suppressHighlighting" | "lineBreakStrategyIOS" | "disabled" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "touchAction" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "transformOrigin" | "ellipse" | "textDecorationDistance" | "textOverflow" | "whiteSpace" | "textDecorationLine" | "textDecorationStyle" | "textDecorationColor" | "textShadowColor" | "textShadowOffset" | "textShadowRadius" | "fontVariant" | "writingDirection" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopEndRadius" | "borderTopStartRadius" | "aspectRatio" | "borderEndWidth" | "borderStartWidth" | "end" | "marginEnd" | "marginStart" | "paddingEnd" | "paddingStart" | "start" | "direction" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "textAlignVertical" | "verticalAlign" | "includeFontPadding" | "className" | "ref" | "group" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "key" | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "theme" | "onFocus" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onBlur" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "themeShallow" | "themeInverse" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle"> & {
|
|
30
|
-
readonly unstyled?: boolean | undefined;
|
|
31
|
-
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
32
|
-
}>>), import("tamagui").TamaguiTextElement, Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
33
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
34
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>>> & import("react").RefAttributes<import("tamagui").TamaguiTextElement> & Omit<import("tamagui").TextProps, "lineHeight" | "letterSpacing" | "style" | "transform" | "color" | "textTransform" | "space" | "zIndex" | "maxWidth" | "minWidth" | "maxHeight" | "minHeight" | "userSelect" | "cursor" | "pointerEvents" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "textAlign" | "wordWrap" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "backgroundColor" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftColor" | "borderLeftWidth" | "borderColor" | "borderRadius" | "borderStyle" | "borderRightWidth" | "borderRightColor" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "borderWidth" | "display" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "marginHorizontal" | "marginVertical" | "opacity" | "overflow" | "padding" | "paddingBottom" | "paddingLeft" | "position" | "paddingRight" | "paddingTop" | "paddingHorizontal" | "paddingVertical" | "right" | "shadowColor" | "shadowRadius" | "shadowOffset" | "shadowOpacity" | "top" | "width" | "children" | "allowFontScaling" | "ellipsizeMode" | "id" | "lineBreakMode" | "numberOfLines" | "onTextLayout" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "testID" | "nativeID" | "maxFontSizeMultiplier" | "minimumFontScale" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "suppressHighlighting" | "lineBreakStrategyIOS" | "disabled" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "touchAction" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "transformOrigin" | "ellipse" | "textDecorationDistance" | "textOverflow" | "whiteSpace" | "textDecorationLine" | "textDecorationStyle" | "textDecorationColor" | "textShadowColor" | "textShadowOffset" | "textShadowRadius" | "fontVariant" | "writingDirection" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopEndRadius" | "borderTopStartRadius" | "aspectRatio" | "borderEndWidth" | "borderStartWidth" | "end" | "marginEnd" | "marginStart" | "paddingEnd" | "paddingStart" | "start" | "direction" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "textAlignVertical" | "verticalAlign" | "includeFontPadding" | "className" | "ref" | "group" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "key" | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "theme" | "onFocus" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onBlur" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "themeShallow" | "themeInverse" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle">, {
|
|
35
|
-
readonly unstyled?: boolean | undefined;
|
|
36
|
-
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
37
|
-
}, {
|
|
38
|
-
displayName: string | undefined;
|
|
39
|
-
__baseProps: Omit<import("react-native").TextProps, "style" | "children" | "onLayout" | keyof import("react-native").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseTextProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
40
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
41
|
-
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>>>> & import("react").RefAttributes<import("tamagui").TamaguiTextElement> & Omit<import("tamagui").TextProps, "lineHeight" | "letterSpacing" | "style" | "transform" | "color" | "textTransform" | "space" | "zIndex" | "maxWidth" | "minWidth" | "maxHeight" | "minHeight" | "userSelect" | "cursor" | "pointerEvents" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "textAlign" | "wordWrap" | "alignContent" | "alignItems" | "alignSelf" | "bottom" | "backgroundColor" | "borderBottomColor" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomWidth" | "borderLeftColor" | "borderLeftWidth" | "borderColor" | "borderRadius" | "borderStyle" | "borderRightWidth" | "borderRightColor" | "borderTopColor" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopWidth" | "borderWidth" | "display" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginLeft" | "marginRight" | "marginTop" | "marginHorizontal" | "marginVertical" | "opacity" | "overflow" | "padding" | "paddingBottom" | "paddingLeft" | "position" | "paddingRight" | "paddingTop" | "paddingHorizontal" | "paddingVertical" | "right" | "shadowColor" | "shadowRadius" | "shadowOffset" | "shadowOpacity" | "top" | "width" | "children" | "allowFontScaling" | "ellipsizeMode" | "id" | "lineBreakMode" | "numberOfLines" | "onTextLayout" | "onPress" | "onPressIn" | "onPressOut" | "onLongPress" | "testID" | "nativeID" | "maxFontSizeMultiplier" | "minimumFontScale" | "adjustsFontSizeToFit" | "dynamicTypeRamp" | "suppressHighlighting" | "lineBreakStrategyIOS" | "disabled" | "selectable" | "selectionColor" | "textBreakStrategy" | "dataDetectorType" | "android_hyphenationFrequency" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "gap" | "columnGap" | "rowGap" | "contain" | "touchAction" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "transformOrigin" | "ellipse" | "textDecorationDistance" | "textOverflow" | "whiteSpace" | "textDecorationLine" | "textDecorationStyle" | "textDecorationColor" | "textShadowColor" | "textShadowOffset" | "textShadowRadius" | "fontVariant" | "writingDirection" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomEndRadius" | "borderBottomStartRadius" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderTopEndRadius" | "borderTopStartRadius" | "aspectRatio" | "borderEndWidth" | "borderStartWidth" | "end" | "marginEnd" | "marginStart" | "paddingEnd" | "paddingStart" | "start" | "direction" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "textAlignVertical" | "verticalAlign" | "includeFontPadding" | "className" | "ref" | "group" | `$${string}` | `$${number}` | `$theme-${string}` | `$theme-${number}` | "key" | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "theme" | "onFocus" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onBlur" | "target" | "asChild" | "dangerouslySetInnerHTML" | "debug" | "themeShallow" | "themeInverse" | "tag" | "untilMeasured" | "componentName" | "tabIndex" | "disableOptimization" | "forceStyle" | "disableClassName" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle"> & {
|
|
42
|
-
style?: import("@tamagui/web").StyleProp<import("react-native").TextStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").TextStyle)>;
|
|
43
|
-
};
|
|
44
|
-
__variantProps: void & {
|
|
45
|
-
readonly unstyled?: boolean | undefined;
|
|
46
|
-
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
47
|
-
} & {
|
|
48
|
-
readonly unstyled?: boolean | undefined;
|
|
49
|
-
readonly size?: import("tamagui").FontSizeTokens | undefined;
|
|
50
|
-
};
|
|
51
|
-
}>;
|
|
1
|
+
export declare const LI: import("tamagui").TamaguiComponent<import("@tamagui/web").TamaDefer, import("tamagui").TamaguiTextElement, import("tamagui").TextNonStyleProps, import("@tamagui/web").TextStylePropsBase, {
|
|
2
|
+
size?: import("tamagui").FontSizeTokens | undefined;
|
|
3
|
+
unstyled?: boolean | undefined;
|
|
4
|
+
}, import("@tamagui/web").StaticConfigPublic>;
|
|
52
5
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/mdx/LI/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/mdx/LI/index.tsx"],"names":[],"mappings":"AAEA,eAAO,MAAM,EAAE;;;6CAKb,CAAC"}
|