@multiplatform.one/components 4.1.0 → 4.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/ErrorBoundary/index.js.map +1 -1
- package/dist/cjs/ErrorBoundary/index.native.js +9 -19
- package/dist/cjs/ErrorBoundary/index.native.js.map +1 -1
- package/dist/cjs/code/Code/Code.stories.js.map +1 -1
- package/dist/cjs/code/Code/Code.stories.native.js.map +1 -1
- package/dist/cjs/code/Code/index.js +1 -1
- package/dist/cjs/code/Code/index.js.map +1 -1
- package/dist/cjs/code/Code/index.native.js +1 -1
- package/dist/cjs/code/Code/index.native.js.map +1 -1
- package/dist/cjs/code/CodeBlock/CodeBlock.stories.js.map +1 -1
- package/dist/cjs/code/CodeBlock/CodeBlock.stories.native.js.map +1 -1
- package/dist/cjs/code/CodeBlock/index.js +7 -1
- package/dist/cjs/code/CodeBlock/index.js.map +1 -1
- package/dist/cjs/code/CodeBlock/index.native.js +8 -62
- package/dist/cjs/code/CodeBlock/index.native.js.map +1 -1
- package/dist/cjs/forms/Button/SubmitButton.js +6 -2
- package/dist/cjs/forms/Button/SubmitButton.js.map +1 -1
- package/dist/cjs/forms/Button/SubmitButton.native.js +7 -45
- package/dist/cjs/forms/Button/SubmitButton.native.js.map +1 -1
- package/dist/cjs/forms/Button/SubmitButton.stories.js +1 -1
- package/dist/cjs/forms/Button/SubmitButton.stories.js.map +1 -1
- package/dist/cjs/forms/Button/SubmitButton.stories.native.js +5 -24
- package/dist/cjs/forms/Button/SubmitButton.stories.native.js.map +1 -1
- package/dist/cjs/forms/Checkbox/FieldCheckbox.js +45 -11
- package/dist/cjs/forms/Checkbox/FieldCheckbox.js.map +1 -1
- package/dist/cjs/forms/Checkbox/FieldCheckbox.native.js +24 -95
- package/dist/cjs/forms/Checkbox/FieldCheckbox.native.js.map +2 -2
- package/dist/cjs/forms/Checkbox/FieldCheckbox.stories.js +1 -1
- package/dist/cjs/forms/Checkbox/FieldCheckbox.stories.js.map +1 -1
- package/dist/cjs/forms/Checkbox/FieldCheckbox.stories.native.js +9 -147
- package/dist/cjs/forms/Checkbox/FieldCheckbox.stories.native.js.map +1 -1
- package/dist/cjs/forms/FormField.js +34 -6
- package/dist/cjs/forms/FormField.js.map +1 -1
- package/dist/cjs/forms/FormField.native.js +9 -70
- package/dist/cjs/forms/FormField.native.js.map +2 -2
- package/dist/cjs/forms/Input/FieldInput.js +10 -2
- package/dist/cjs/forms/Input/FieldInput.js.map +1 -1
- package/dist/cjs/forms/Input/FieldInput.native.js +15 -79
- package/dist/cjs/forms/Input/FieldInput.native.js.map +2 -2
- package/dist/cjs/forms/Input/FieldInput.stories.js +1 -1
- package/dist/cjs/forms/Input/FieldInput.stories.js.map +1 -1
- package/dist/cjs/forms/Input/FieldInput.stories.native.js +9 -147
- package/dist/cjs/forms/Input/FieldInput.stories.native.js.map +1 -1
- package/dist/cjs/forms/Progress/FieldProgress.js +6 -3
- package/dist/cjs/forms/Progress/FieldProgress.js.map +1 -1
- package/dist/cjs/forms/Progress/FieldProgress.native.js +27 -82
- package/dist/cjs/forms/Progress/FieldProgress.native.js.map +2 -2
- package/dist/cjs/forms/Progress/FieldProgress.stories.js +1 -1
- package/dist/cjs/forms/Progress/FieldProgress.stories.js.map +1 -1
- package/dist/cjs/forms/Progress/FieldProgress.stories.native.js +9 -147
- package/dist/cjs/forms/Progress/FieldProgress.stories.native.js.map +1 -1
- package/dist/cjs/forms/RadioGroup/FieldRadioGroup.js +1 -1
- package/dist/cjs/forms/RadioGroup/FieldRadioGroup.js.map +1 -1
- package/dist/cjs/forms/RadioGroup/FieldRadioGroup.native.js +24 -93
- package/dist/cjs/forms/RadioGroup/FieldRadioGroup.native.js.map +2 -2
- package/dist/cjs/forms/RadioGroup/FieldRadioGroup.stories.js +1 -1
- package/dist/cjs/forms/RadioGroup/FieldRadioGroup.stories.js.map +1 -1
- package/dist/cjs/forms/RadioGroup/FieldRadioGroup.stories.native.js +8 -145
- package/dist/cjs/forms/RadioGroup/FieldRadioGroup.stories.native.js.map +1 -1
- package/dist/cjs/forms/Select/FieldSelectSimple.js +1 -1
- package/dist/cjs/forms/Select/FieldSelectSimple.js.map +1 -1
- package/dist/cjs/forms/Select/FieldSelectSimple.native.js +15 -80
- package/dist/cjs/forms/Select/FieldSelectSimple.native.js.map +2 -2
- package/dist/cjs/forms/Select/FieldSelectSimple.stories.js +16 -7
- package/dist/cjs/forms/Select/FieldSelectSimple.stories.js.map +1 -1
- package/dist/cjs/forms/Select/FieldSelectSimple.stories.native.js +9 -163
- package/dist/cjs/forms/Select/FieldSelectSimple.stories.native.js.map +1 -1
- package/dist/cjs/forms/Select/SelectSimple.js +19 -9
- package/dist/cjs/forms/Select/SelectSimple.js.map +1 -1
- package/dist/cjs/forms/Select/SelectSimple.native.js +6 -65
- package/dist/cjs/forms/Select/SelectSimple.native.js.map +1 -1
- package/dist/cjs/forms/Select/SelectSimple.stories.js +1 -1
- package/dist/cjs/forms/Select/SelectSimple.stories.js.map +1 -1
- package/dist/cjs/forms/Select/SelectSimple.stories.native.js +5 -40
- package/dist/cjs/forms/Select/SelectSimple.stories.native.js.map +1 -1
- package/dist/cjs/forms/SelectButton/OptionButton.js +11 -3
- package/dist/cjs/forms/SelectButton/OptionButton.js.map +1 -1
- package/dist/cjs/forms/SelectButton/OptionButton.native.js +25 -113
- package/dist/cjs/forms/SelectButton/OptionButton.native.js.map +2 -2
- package/dist/cjs/forms/SelectButton/SelectButton.js +1 -1
- package/dist/cjs/forms/SelectButton/SelectButton.js.map +1 -1
- package/dist/cjs/forms/SelectButton/SelectButton.native.js +9 -87
- package/dist/cjs/forms/SelectButton/SelectButton.native.js.map +2 -2
- package/dist/cjs/forms/SelectButton/SelectButton.stories.js +1 -1
- package/dist/cjs/forms/SelectButton/SelectButton.stories.js.map +1 -1
- package/dist/cjs/forms/SelectButton/SelectButton.stories.native.js +5 -40
- package/dist/cjs/forms/SelectButton/SelectButton.stories.native.js.map +1 -1
- package/dist/cjs/forms/SelectButton/context.js +3 -1
- package/dist/cjs/forms/SelectButton/context.js.map +1 -1
- package/dist/cjs/forms/SelectButton/context.native.js.map +1 -1
- package/dist/cjs/forms/Slider/FieldSlider.js +35 -6
- package/dist/cjs/forms/Slider/FieldSlider.js.map +1 -1
- package/dist/cjs/forms/Slider/FieldSlider.native.js +23 -85
- package/dist/cjs/forms/Slider/FieldSlider.native.js.map +2 -2
- package/dist/cjs/forms/Slider/FieldSlider.stories.js +10 -2
- package/dist/cjs/forms/Slider/FieldSlider.stories.js.map +1 -1
- package/dist/cjs/forms/Slider/FieldSlider.stories.native.js +11 -190
- package/dist/cjs/forms/Slider/FieldSlider.stories.native.js.map +2 -2
- package/dist/cjs/forms/Switch/FieldSwitch.js +1 -1
- package/dist/cjs/forms/Switch/FieldSwitch.js.map +1 -1
- package/dist/cjs/forms/Switch/FieldSwitch.native.js +21 -81
- package/dist/cjs/forms/Switch/FieldSwitch.native.js.map +2 -2
- package/dist/cjs/forms/Switch/FieldSwitch.stories.js +1 -1
- package/dist/cjs/forms/Switch/FieldSwitch.stories.js.map +1 -1
- package/dist/cjs/forms/Switch/FieldSwitch.stories.native.js +9 -147
- package/dist/cjs/forms/Switch/FieldSwitch.stories.native.js.map +1 -1
- package/dist/cjs/forms/TextArea/FieldTextArea.js +1 -1
- package/dist/cjs/forms/TextArea/FieldTextArea.js.map +1 -1
- package/dist/cjs/forms/TextArea/FieldTextArea.native.js +15 -79
- package/dist/cjs/forms/TextArea/FieldTextArea.native.js.map +2 -2
- package/dist/cjs/forms/TextArea/FieldTextArea.stories.js +10 -2
- package/dist/cjs/forms/TextArea/FieldTextArea.stories.js.map +1 -1
- package/dist/cjs/forms/TextArea/FieldTextArea.stories.native.js +9 -147
- package/dist/cjs/forms/TextArea/FieldTextArea.stories.native.js.map +1 -1
- package/dist/cjs/helpers.js +1 -1
- package/dist/cjs/helpers.js.map +1 -1
- package/dist/cjs/helpers.native.js +4 -37
- package/dist/cjs/helpers.native.js.map +1 -1
- package/dist/cjs/hooks/useAnimationDriverToggle.js +4 -1
- package/dist/cjs/hooks/useAnimationDriverToggle.js.map +1 -1
- package/dist/cjs/hooks/useAnimationDriverToggle.native.js.map +1 -1
- package/dist/cjs/hooks/useAssets/index.js +1 -3
- package/dist/cjs/hooks/useAssets/index.js.map +1 -1
- package/dist/cjs/hooks/useAssets/index.native.js +2 -44
- package/dist/cjs/hooks/useAssets/index.native.js.map +2 -2
- package/dist/cjs/hooks/useClipboard.native.js +4 -168
- package/dist/cjs/hooks/useClipboard.native.js.map +2 -2
- package/dist/cjs/icons/CheckRegular.js +1 -1
- package/dist/cjs/icons/CheckRegular.js.map +1 -1
- package/dist/cjs/icons/CheckRegular.native.js +8 -62
- package/dist/cjs/icons/CheckRegular.native.js.map +1 -1
- package/dist/cjs/icons/MinusRegular.js +1 -1
- package/dist/cjs/icons/MinusRegular.js.map +1 -1
- package/dist/cjs/icons/MinusRegular.native.js +8 -62
- package/dist/cjs/icons/MinusRegular.native.js.map +1 -1
- package/dist/cjs/icons/themed.js.map +1 -1
- package/dist/cjs/icons/themed.native.js +4 -37
- package/dist/cjs/icons/themed.native.js.map +2 -2
- package/dist/cjs/images/SimpleImage/index.js +54 -28
- package/dist/cjs/images/SimpleImage/index.js.map +1 -1
- package/dist/cjs/images/SimpleImage/index.native.js +9 -122
- package/dist/cjs/images/SimpleImage/index.native.js.map +2 -2
- package/dist/cjs/images/SimpleImage/index.stories.js +1 -1
- package/dist/cjs/images/SimpleImage/index.stories.js.map +1 -1
- package/dist/cjs/images/SimpleImage/index.stories.native.js +15 -45
- package/dist/cjs/images/SimpleImage/index.stories.native.js.map +1 -1
- package/dist/cjs/images/Svg/index.js.map +1 -1
- package/dist/cjs/layouts/Debug/DebugLayout.stories.js +1 -1
- package/dist/cjs/layouts/Debug/DebugLayout.stories.js.map +1 -1
- package/dist/cjs/layouts/Debug/DebugLayout.stories.native.js +1 -1
- package/dist/cjs/layouts/Debug/DebugLayout.stories.native.js.map +1 -1
- package/dist/cjs/layouts/Debug/index.js +20 -3
- package/dist/cjs/layouts/Debug/index.js.map +1 -1
- package/dist/cjs/layouts/Debug/index.native.js +7 -65
- package/dist/cjs/layouts/Debug/index.native.js.map +2 -2
- package/dist/cjs/mdx/ExternalIcon/ExternalIcon.stories.js.map +1 -1
- package/dist/cjs/mdx/ExternalIcon/ExternalIcon.stories.native.js.map +1 -1
- package/dist/cjs/mdx/HR/index.js +14 -4
- package/dist/cjs/mdx/HR/index.js.map +1 -1
- package/dist/cjs/mdx/HR/index.native.js.map +1 -1
- package/dist/cjs/mdx/LI/LI.stories.js +15 -2
- package/dist/cjs/mdx/LI/LI.stories.js.map +1 -1
- package/dist/cjs/mdx/LI/LI.stories.native.js +16 -2
- package/dist/cjs/mdx/LI/LI.stories.native.js.map +2 -2
- package/dist/cjs/mdx/MDX/MDX.stories.native.js.map +1 -1
- package/dist/cjs/mdx/MDX/index.js +1 -1
- package/dist/cjs/mdx/MDX/index.js.map +1 -1
- package/dist/cjs/mdx/MDX/index.native.js +8 -44
- package/dist/cjs/mdx/MDX/index.native.js.map +2 -2
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlock.stories.js +1 -1
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlock.stories.js.map +1 -1
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js +4 -38
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js.map +1 -1
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlockContext.js.map +1 -1
- package/dist/cjs/mdx/MDXCodeBlock/MDXCodeBlockContext.native.js.map +1 -1
- package/dist/cjs/mdx/MDXCodeBlock/index.js +10 -2
- package/dist/cjs/mdx/MDXCodeBlock/index.js.map +1 -1
- package/dist/cjs/mdx/MDXCodeBlock/index.native.js +17 -115
- package/dist/cjs/mdx/MDXCodeBlock/index.native.js.map +2 -2
- package/dist/cjs/mdx/UL/UL.stories.js +17 -2
- package/dist/cjs/mdx/UL/UL.stories.js.map +1 -1
- package/dist/cjs/mdx/UL/UL.stories.native.js +17 -1
- package/dist/cjs/mdx/UL/UL.stories.native.js.map +2 -2
- package/dist/cjs/mdx/components.js +54 -8
- package/dist/cjs/mdx/components.js.map +1 -1
- package/dist/cjs/mdx/components.native.js +86 -158
- package/dist/cjs/mdx/components.native.js.map +2 -2
- package/dist/cjs/mdx/hooks/useCompileAndEvaluateMdx.native.js +1 -1
- package/dist/cjs/mdx/hooks/useCompileAndEvaluateMdx.native.js.map +2 -2
- package/dist/cjs/mdx/hooks/useCompileMdx.js.map +1 -1
- package/dist/cjs/mdx/hooks/useCompileMdx.native.js +34 -248
- package/dist/cjs/mdx/hooks/useCompileMdx.native.js.map +2 -2
- package/dist/cjs/mdx/hooks/useEvaluateMdx.js +1 -1
- package/dist/cjs/mdx/hooks/useEvaluateMdx.js.map +1 -1
- package/dist/cjs/mdx/hooks/useEvaluateMdx.native.js +6 -63
- package/dist/cjs/mdx/hooks/useEvaluateMdx.native.js.map +2 -2
- package/dist/cjs/mdx/util/rehypeHighlightCode.js +1 -1
- package/dist/cjs/mdx/util/rehypeHighlightCode.js.map +2 -2
- package/dist/cjs/mdx/util/rehypeHighlightCode.native.js +2 -43
- package/dist/cjs/mdx/util/rehypeHighlightCode.native.js.map +2 -2
- package/dist/cjs/mdx/util/rehypeHighlightLine.js +1 -1
- package/dist/cjs/mdx/util/rehypeHighlightLine.js.map +1 -1
- package/dist/cjs/mdx/util/rehypeHighlightLine.native.js +4 -4
- package/dist/cjs/mdx/util/rehypeHighlightLine.native.js.map +1 -1
- package/dist/cjs/mdx/util/rehypeHighlightWord.js +5 -2
- package/dist/cjs/mdx/util/rehypeHighlightWord.js.map +1 -1
- package/dist/cjs/mdx/util/rehypeHighlightWord.native.js +2 -2
- package/dist/cjs/mdx/util/rehypeHighlightWord.native.js.map +1 -1
- package/dist/cjs/mdx/util/rehypeMetaAttributes.js +2 -2
- package/dist/cjs/mdx/util/rehypeMetaAttributes.js.map +1 -1
- package/dist/cjs/mdx/util/rehypeMetaAttributes.native.js +2 -2
- package/dist/cjs/mdx/util/rehypeMetaAttributes.native.js.map +1 -1
- package/dist/cjs/organize/SimpleAccordion/SimpleAccordion.stories.js +9 -2
- package/dist/cjs/organize/SimpleAccordion/SimpleAccordion.stories.js.map +1 -1
- package/dist/cjs/organize/SimpleAccordion/SimpleAccordion.stories.native.js +5 -39
- package/dist/cjs/organize/SimpleAccordion/SimpleAccordion.stories.native.js.map +1 -1
- package/dist/cjs/organize/SimpleAccordion/index.js +16 -2
- package/dist/cjs/organize/SimpleAccordion/index.js.map +1 -1
- package/dist/cjs/organize/SimpleAccordion/index.native.js +21 -77
- package/dist/cjs/organize/SimpleAccordion/index.native.js.map +2 -2
- package/dist/cjs/organize/SimpleCarousel/Carousel.stories.js +1 -1
- package/dist/cjs/organize/SimpleCarousel/Carousel.stories.js.map +1 -1
- package/dist/cjs/organize/SimpleCarousel/Carousel.stories.native.js +5 -40
- package/dist/cjs/organize/SimpleCarousel/Carousel.stories.native.js.map +1 -1
- package/dist/cjs/organize/SimpleCarousel/index.js +9 -3
- package/dist/cjs/organize/SimpleCarousel/index.js.map +1 -1
- package/dist/cjs/organize/SimpleCarousel/index.native.js +15 -112
- package/dist/cjs/organize/SimpleCarousel/index.native.js.map +2 -2
- package/dist/cjs/organize/SimpleInput/SimpleInput.stories.js.map +1 -1
- package/dist/cjs/organize/SimpleInput/SimpleInput.stories.native.js +7 -23
- package/dist/cjs/organize/SimpleInput/SimpleInput.stories.native.js.map +1 -1
- package/dist/cjs/organize/SimpleInput/index.js +23 -12
- package/dist/cjs/organize/SimpleInput/index.js.map +1 -1
- package/dist/cjs/organize/SimpleInput/index.native.js +12 -108
- package/dist/cjs/organize/SimpleInput/index.native.js.map +2 -2
- package/dist/cjs/organize/SimpleListItem/SimpleListItem.stories.js +73 -9
- package/dist/cjs/organize/SimpleListItem/SimpleListItem.stories.js.map +1 -1
- package/dist/cjs/organize/SimpleListItem/SimpleListItem.stories.native.js +5 -64
- package/dist/cjs/organize/SimpleListItem/SimpleListItem.stories.native.js.map +2 -2
- package/dist/cjs/organize/SimpleListItem/index.js +20 -4
- package/dist/cjs/organize/SimpleListItem/index.js.map +1 -1
- package/dist/cjs/organize/SimpleListItem/index.native.js +14 -82
- package/dist/cjs/organize/SimpleListItem/index.native.js.map +1 -1
- package/dist/cjs/organize/SimpleParagraph/SimpleParagraph.stories.native.js +2 -2
- package/dist/cjs/organize/SimpleParagraph/SimpleParagraph.stories.native.js.map +1 -1
- package/dist/cjs/organize/SimpleParagraph/index.js +15 -3
- package/dist/cjs/organize/SimpleParagraph/index.js.map +1 -1
- package/dist/cjs/organize/SimpleParagraph/index.native.js +8 -60
- package/dist/cjs/organize/SimpleParagraph/index.native.js.map +2 -2
- package/dist/cjs/organize/SimpleTabs/SimpleTabs.stories.js +38 -14
- package/dist/cjs/organize/SimpleTabs/SimpleTabs.stories.js.map +1 -1
- package/dist/cjs/organize/SimpleTabs/SimpleTabs.stories.native.js +5 -64
- package/dist/cjs/organize/SimpleTabs/SimpleTabs.stories.native.js.map +2 -2
- package/dist/cjs/organize/SimpleTabs/index.js.map +1 -1
- package/dist/cjs/organize/SimpleTabs/index.native.js +27 -92
- package/dist/cjs/organize/SimpleTabs/index.native.js.map +1 -1
- package/dist/cjs/panels/SimpleAlertDialog/SimpleAlertDialog.stories.js +1 -1
- package/dist/cjs/panels/SimpleAlertDialog/SimpleAlertDialog.stories.js.map +1 -1
- package/dist/cjs/panels/SimpleAlertDialog/SimpleAlertDialog.stories.native.js +19 -89
- package/dist/cjs/panels/SimpleAlertDialog/SimpleAlertDialog.stories.native.js.map +2 -2
- package/dist/cjs/panels/SimpleAlertDialog/index.js.map +1 -1
- package/dist/cjs/panels/SimpleAlertDialog/index.native.js +31 -94
- package/dist/cjs/panels/SimpleAlertDialog/index.native.js.map +1 -1
- package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.js +14 -6
- package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.js.map +1 -1
- package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.native.js +20 -93
- package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.native.js.map +2 -2
- package/dist/cjs/panels/SimpleDialog/index.js +13 -2
- package/dist/cjs/panels/SimpleDialog/index.js.map +1 -1
- package/dist/cjs/panels/SimpleDialog/index.native.js +58 -157
- package/dist/cjs/panels/SimpleDialog/index.native.js.map +2 -2
- package/dist/cjs/panels/SimplePopover/SimplePopover.stories.js +19 -3
- package/dist/cjs/panels/SimplePopover/SimplePopover.stories.js.map +1 -1
- package/dist/cjs/panels/SimplePopover/SimplePopover.stories.native.js +13 -87
- package/dist/cjs/panels/SimplePopover/SimplePopover.stories.native.js.map +2 -2
- package/dist/cjs/panels/SimplePopover/index.js +16 -2
- package/dist/cjs/panels/SimplePopover/index.js.map +1 -1
- package/dist/cjs/panels/SimplePopover/index.native.js +19 -76
- package/dist/cjs/panels/SimplePopover/index.native.js.map +1 -1
- package/dist/cjs/panels/SimpleSheet/SimpleSheet.stories.js +1 -1
- package/dist/cjs/panels/SimpleSheet/SimpleSheet.stories.js.map +1 -1
- package/dist/cjs/panels/SimpleSheet/SimpleSheet.stories.native.js +5 -24
- package/dist/cjs/panels/SimpleSheet/SimpleSheet.stories.native.js.map +1 -1
- package/dist/cjs/panels/SimpleSheet/index.js +26 -3
- package/dist/cjs/panels/SimpleSheet/index.js.map +1 -1
- package/dist/cjs/panels/SimpleSheet/index.native.js +15 -69
- package/dist/cjs/panels/SimpleSheet/index.native.js.map +1 -1
- package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.js +1 -1
- package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.js.map +1 -1
- package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.native.js +8 -81
- package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.native.js.map +2 -2
- package/dist/cjs/panels/SimpleTooltip/index.js.map +1 -1
- package/dist/cjs/panels/SimpleTooltip/index.native.js +20 -76
- package/dist/cjs/panels/SimpleTooltip/index.native.js.map +1 -1
- package/dist/cjs/providers/AnimationDriverTogglerContextProvider.js +8 -5
- package/dist/cjs/providers/AnimationDriverTogglerContextProvider.js.map +1 -1
- package/dist/cjs/providers/AnimationDriverTogglerContextProvider.native.js +11 -56
- package/dist/cjs/providers/AnimationDriverTogglerContextProvider.native.js.map +2 -2
- package/dist/cjs/table/Table/Table.stories.native.js +4 -22
- package/dist/cjs/table/Table/Table.stories.native.js.map +1 -1
- package/dist/cjs/table/Table/index.js +21 -5
- package/dist/cjs/table/Table/index.js.map +1 -1
- package/dist/cjs/table/Table/index.native.js +7 -62
- package/dist/cjs/table/Table/index.native.js.map +1 -1
- package/dist/cjs/table/TableCell/index.js +1 -1
- package/dist/cjs/table/TableCell/index.js.map +1 -1
- package/dist/cjs/table/TableCell/index.native.js +1 -1
- package/dist/cjs/table/TableCell/index.native.js.map +1 -1
- package/dist/cjs/table/TableCol/index.js +1 -1
- package/dist/cjs/table/TableCol/index.js.map +1 -1
- package/dist/cjs/table/TableCol/index.native.js +1 -1
- package/dist/cjs/table/TableCol/index.native.js.map +1 -1
- package/dist/cjs/testSetup.js +3 -2
- package/dist/cjs/testSetup.js.map +1 -1
- package/dist/cjs/testSetup.native.js +10 -20
- package/dist/cjs/testSetup.native.js.map +1 -1
- package/dist/cjs/tints.js +24 -5
- package/dist/cjs/tints.js.map +1 -1
- package/dist/cjs/tints.native.js +15 -114
- package/dist/cjs/tints.native.js.map +2 -2
- package/dist/cjs/utils/setTinted.js.map +1 -1
- package/dist/esm/ErrorBoundary/index.js +1 -1
- package/dist/esm/ErrorBoundary/index.js.map +1 -1
- package/dist/esm/ErrorBoundary/index.mjs +3 -2
- package/dist/esm/ErrorBoundary/index.mjs.map +1 -0
- package/dist/esm/ErrorBoundary/index.native.js +48 -70
- package/dist/esm/ErrorBoundary/index.native.js.map +1 -6
- package/dist/esm/code/Code/Code.stories.js.map +1 -1
- package/dist/esm/code/Code/Code.stories.mjs +2 -1
- package/dist/esm/code/Code/Code.stories.mjs.map +1 -0
- package/dist/esm/code/Code/Code.stories.native.js +16 -17
- package/dist/esm/code/Code/Code.stories.native.js.map +1 -6
- package/dist/esm/code/Code/index.js +1 -1
- package/dist/esm/code/Code/index.js.map +1 -1
- package/dist/esm/code/Code/index.mjs +3 -2
- package/dist/esm/code/Code/index.mjs.map +1 -0
- package/dist/esm/code/Code/index.native.js +34 -36
- package/dist/esm/code/Code/index.native.js.map +1 -6
- package/dist/esm/code/CodeBlock/CodeBlock.stories.js.map +1 -1
- package/dist/esm/code/CodeBlock/CodeBlock.stories.mjs +2 -1
- package/dist/esm/code/CodeBlock/CodeBlock.stories.mjs.map +1 -0
- package/dist/esm/code/CodeBlock/CodeBlock.stories.native.js +22 -23
- package/dist/esm/code/CodeBlock/CodeBlock.stories.native.js.map +1 -6
- package/dist/esm/code/CodeBlock/index.js +7 -1
- package/dist/esm/code/CodeBlock/index.js.map +1 -1
- package/dist/esm/code/CodeBlock/index.mjs +3 -2
- package/dist/esm/code/CodeBlock/index.mjs.map +1 -0
- package/dist/esm/code/CodeBlock/index.native.js +24 -78
- package/dist/esm/code/CodeBlock/index.native.js.map +1 -6
- package/dist/esm/code/Pre/index.mjs +2 -1
- package/dist/esm/code/Pre/index.mjs.map +1 -0
- package/dist/esm/code/Pre/index.native.js +2 -4
- package/dist/esm/code/Pre/index.native.js.map +1 -6
- package/dist/esm/code/index.mjs +4 -3
- package/dist/esm/code/index.mjs.map +1 -0
- package/dist/esm/code/index.native.js +1 -1
- package/dist/esm/code/index.native.js.map +1 -6
- package/dist/esm/forms/Button/Button.mjs +2 -1
- package/dist/esm/forms/Button/Button.mjs.map +1 -0
- package/dist/esm/forms/Button/Button.native.js +2 -4
- package/dist/esm/forms/Button/Button.native.js.map +1 -6
- package/dist/esm/forms/Button/SubmitButton.js +6 -2
- package/dist/esm/forms/Button/SubmitButton.js.map +1 -1
- package/dist/esm/forms/Button/SubmitButton.mjs +3 -2
- package/dist/esm/forms/Button/SubmitButton.mjs.map +1 -0
- package/dist/esm/forms/Button/SubmitButton.native.js +15 -51
- package/dist/esm/forms/Button/SubmitButton.native.js.map +1 -6
- package/dist/esm/forms/Button/SubmitButton.stories.js +1 -1
- package/dist/esm/forms/Button/SubmitButton.stories.js.map +1 -1
- package/dist/esm/forms/Button/SubmitButton.stories.mjs +3 -2
- package/dist/esm/forms/Button/SubmitButton.stories.mjs.map +1 -0
- package/dist/esm/forms/Button/SubmitButton.stories.native.js +28 -47
- package/dist/esm/forms/Button/SubmitButton.stories.native.js.map +1 -6
- package/dist/esm/forms/Button/index.mjs +2 -1
- package/dist/esm/forms/Button/index.mjs.map +1 -0
- package/dist/esm/forms/Button/index.native.js +3 -3
- package/dist/esm/forms/Button/index.native.js.map +1 -6
- package/dist/esm/forms/Checkbox/Checkbox.mjs +2 -1
- package/dist/esm/forms/Checkbox/Checkbox.mjs.map +1 -0
- package/dist/esm/forms/Checkbox/Checkbox.native.js +2 -4
- package/dist/esm/forms/Checkbox/Checkbox.native.js.map +1 -6
- package/dist/esm/forms/Checkbox/FieldCheckbox.js +46 -12
- package/dist/esm/forms/Checkbox/FieldCheckbox.js.map +1 -1
- package/dist/esm/forms/Checkbox/FieldCheckbox.mjs +5 -4
- package/dist/esm/forms/Checkbox/FieldCheckbox.mjs.map +1 -0
- package/dist/esm/forms/Checkbox/FieldCheckbox.native.js +88 -156
- package/dist/esm/forms/Checkbox/FieldCheckbox.native.js.map +1 -6
- package/dist/esm/forms/Checkbox/FieldCheckbox.stories.js +2 -2
- package/dist/esm/forms/Checkbox/FieldCheckbox.stories.js.map +1 -1
- package/dist/esm/forms/Checkbox/FieldCheckbox.stories.mjs +4 -3
- package/dist/esm/forms/Checkbox/FieldCheckbox.stories.mjs.map +1 -0
- package/dist/esm/forms/Checkbox/FieldCheckbox.stories.native.js +43 -184
- package/dist/esm/forms/Checkbox/FieldCheckbox.stories.native.js.map +1 -6
- package/dist/esm/forms/Checkbox/index.mjs +2 -1
- package/dist/esm/forms/Checkbox/index.mjs.map +1 -0
- package/dist/esm/forms/Checkbox/index.native.js +3 -3
- package/dist/esm/forms/Checkbox/index.native.js.map +1 -6
- package/dist/esm/forms/FormField.js +34 -6
- package/dist/esm/forms/FormField.js.map +1 -1
- package/dist/esm/forms/FormField.mjs +2 -1
- package/dist/esm/forms/FormField.mjs.map +1 -0
- package/dist/esm/forms/FormField.native.js +32 -93
- package/dist/esm/forms/FormField.native.js.map +1 -6
- package/dist/esm/forms/Input/FieldInput.js +11 -3
- package/dist/esm/forms/Input/FieldInput.js.map +1 -1
- package/dist/esm/forms/Input/FieldInput.mjs +4 -3
- package/dist/esm/forms/Input/FieldInput.mjs.map +1 -0
- package/dist/esm/forms/Input/FieldInput.native.js +41 -90
- package/dist/esm/forms/Input/FieldInput.native.js.map +1 -6
- package/dist/esm/forms/Input/FieldInput.stories.js +3 -3
- package/dist/esm/forms/Input/FieldInput.stories.js.map +1 -1
- package/dist/esm/forms/Input/FieldInput.stories.mjs +5 -4
- package/dist/esm/forms/Input/FieldInput.stories.mjs.map +1 -0
- package/dist/esm/forms/Input/FieldInput.stories.native.js +44 -185
- package/dist/esm/forms/Input/FieldInput.stories.native.js.map +1 -6
- package/dist/esm/forms/Input/Input.mjs +2 -1
- package/dist/esm/forms/Input/Input.mjs.map +1 -0
- package/dist/esm/forms/Input/Input.native.js +2 -4
- package/dist/esm/forms/Input/Input.native.js.map +1 -6
- package/dist/esm/forms/Input/index.mjs +2 -1
- package/dist/esm/forms/Input/index.mjs.map +1 -0
- package/dist/esm/forms/Input/index.native.js +3 -3
- package/dist/esm/forms/Input/index.native.js.map +1 -6
- package/dist/esm/forms/Progress/FieldProgress.js +7 -4
- package/dist/esm/forms/Progress/FieldProgress.js.map +1 -1
- package/dist/esm/forms/Progress/FieldProgress.mjs +15 -5
- package/dist/esm/forms/Progress/FieldProgress.mjs.map +1 -0
- package/dist/esm/forms/Progress/FieldProgress.native.js +47 -89
- package/dist/esm/forms/Progress/FieldProgress.native.js.map +1 -6
- package/dist/esm/forms/Progress/FieldProgress.stories.js +2 -2
- package/dist/esm/forms/Progress/FieldProgress.stories.js.map +1 -1
- package/dist/esm/forms/Progress/FieldProgress.stories.mjs +4 -3
- package/dist/esm/forms/Progress/FieldProgress.stories.mjs.map +1 -0
- package/dist/esm/forms/Progress/FieldProgress.stories.native.js +32 -169
- package/dist/esm/forms/Progress/FieldProgress.stories.native.js.map +1 -6
- package/dist/esm/forms/Progress/Progress.mjs +2 -1
- package/dist/esm/forms/Progress/Progress.mjs.map +1 -0
- package/dist/esm/forms/Progress/Progress.native.js +2 -4
- package/dist/esm/forms/Progress/Progress.native.js.map +1 -6
- package/dist/esm/forms/Progress/index.mjs +2 -1
- package/dist/esm/forms/Progress/index.mjs.map +1 -0
- package/dist/esm/forms/Progress/index.native.js +3 -3
- package/dist/esm/forms/Progress/index.native.js.map +1 -6
- package/dist/esm/forms/RadioGroup/FieldRadioGroup.js +2 -2
- package/dist/esm/forms/RadioGroup/FieldRadioGroup.js.map +1 -1
- package/dist/esm/forms/RadioGroup/FieldRadioGroup.mjs +4 -3
- package/dist/esm/forms/RadioGroup/FieldRadioGroup.mjs.map +1 -0
- package/dist/esm/forms/RadioGroup/FieldRadioGroup.native.js +63 -114
- package/dist/esm/forms/RadioGroup/FieldRadioGroup.native.js.map +1 -6
- package/dist/esm/forms/RadioGroup/FieldRadioGroup.stories.js +3 -3
- package/dist/esm/forms/RadioGroup/FieldRadioGroup.stories.js.map +1 -1
- package/dist/esm/forms/RadioGroup/FieldRadioGroup.stories.mjs +5 -4
- package/dist/esm/forms/RadioGroup/FieldRadioGroup.stories.mjs.map +1 -0
- package/dist/esm/forms/RadioGroup/FieldRadioGroup.stories.native.js +74 -218
- package/dist/esm/forms/RadioGroup/FieldRadioGroup.stories.native.js.map +1 -6
- package/dist/esm/forms/RadioGroup/RadioGroup.mjs +2 -1
- package/dist/esm/forms/RadioGroup/RadioGroup.mjs.map +1 -0
- package/dist/esm/forms/RadioGroup/RadioGroup.native.js +2 -4
- package/dist/esm/forms/RadioGroup/RadioGroup.native.js.map +1 -6
- package/dist/esm/forms/RadioGroup/index.mjs +2 -1
- package/dist/esm/forms/RadioGroup/index.mjs.map +1 -0
- package/dist/esm/forms/RadioGroup/index.native.js +3 -3
- package/dist/esm/forms/RadioGroup/index.native.js.map +1 -6
- package/dist/esm/forms/Select/FieldSelectSimple.js +2 -2
- package/dist/esm/forms/Select/FieldSelectSimple.js.map +1 -1
- package/dist/esm/forms/Select/FieldSelectSimple.mjs +4 -3
- package/dist/esm/forms/Select/FieldSelectSimple.mjs.map +1 -0
- package/dist/esm/forms/Select/FieldSelectSimple.native.js +42 -91
- package/dist/esm/forms/Select/FieldSelectSimple.native.js.map +1 -6
- package/dist/esm/forms/Select/FieldSelectSimple.stories.js +18 -9
- package/dist/esm/forms/Select/FieldSelectSimple.stories.js.map +1 -1
- package/dist/esm/forms/Select/FieldSelectSimple.stories.mjs +5 -4
- package/dist/esm/forms/Select/FieldSelectSimple.stories.mjs.map +1 -0
- package/dist/esm/forms/Select/FieldSelectSimple.stories.native.js +57 -217
- package/dist/esm/forms/Select/FieldSelectSimple.stories.native.js.map +1 -6
- package/dist/esm/forms/Select/Select.mjs +2 -1
- package/dist/esm/forms/Select/Select.mjs.map +1 -0
- package/dist/esm/forms/Select/Select.native.js +2 -4
- package/dist/esm/forms/Select/Select.native.js.map +1 -6
- package/dist/esm/forms/Select/SelectSimple.js +19 -9
- package/dist/esm/forms/Select/SelectSimple.js.map +1 -1
- package/dist/esm/forms/Select/SelectSimple.mjs +3 -2
- package/dist/esm/forms/Select/SelectSimple.mjs.map +1 -0
- package/dist/esm/forms/Select/SelectSimple.native.js +37 -95
- package/dist/esm/forms/Select/SelectSimple.native.js.map +1 -6
- package/dist/esm/forms/Select/SelectSimple.stories.js +1 -1
- package/dist/esm/forms/Select/SelectSimple.stories.js.map +1 -1
- package/dist/esm/forms/Select/SelectSimple.stories.mjs +3 -2
- package/dist/esm/forms/Select/SelectSimple.stories.mjs.map +1 -0
- package/dist/esm/forms/Select/SelectSimple.stories.native.js +33 -73
- package/dist/esm/forms/Select/SelectSimple.stories.native.js.map +1 -6
- package/dist/esm/forms/Select/index.mjs +2 -1
- package/dist/esm/forms/Select/index.mjs.map +1 -0
- package/dist/esm/forms/Select/index.native.js +4 -4
- package/dist/esm/forms/Select/index.native.js.map +1 -6
- package/dist/esm/forms/SelectButton/OptionButton.js +11 -3
- package/dist/esm/forms/SelectButton/OptionButton.js.map +1 -1
- package/dist/esm/forms/SelectButton/OptionButton.mjs +4 -3
- package/dist/esm/forms/SelectButton/OptionButton.mjs.map +1 -0
- package/dist/esm/forms/SelectButton/OptionButton.native.js +54 -140
- package/dist/esm/forms/SelectButton/OptionButton.native.js.map +1 -6
- package/dist/esm/forms/SelectButton/SelectButton.js +1 -1
- package/dist/esm/forms/SelectButton/SelectButton.js.map +1 -1
- package/dist/esm/forms/SelectButton/SelectButton.mjs +3 -2
- package/dist/esm/forms/SelectButton/SelectButton.mjs.map +1 -0
- package/dist/esm/forms/SelectButton/SelectButton.native.js +39 -118
- package/dist/esm/forms/SelectButton/SelectButton.native.js.map +1 -6
- package/dist/esm/forms/SelectButton/SelectButton.stories.js +1 -1
- package/dist/esm/forms/SelectButton/SelectButton.stories.js.map +1 -1
- package/dist/esm/forms/SelectButton/SelectButton.stories.mjs +3 -2
- package/dist/esm/forms/SelectButton/SelectButton.stories.mjs.map +1 -0
- package/dist/esm/forms/SelectButton/SelectButton.stories.native.js +55 -101
- package/dist/esm/forms/SelectButton/SelectButton.stories.native.js.map +1 -6
- package/dist/esm/forms/SelectButton/context.js +3 -1
- package/dist/esm/forms/SelectButton/context.js.map +1 -1
- package/dist/esm/forms/SelectButton/context.mjs +2 -1
- package/dist/esm/forms/SelectButton/context.mjs.map +1 -0
- package/dist/esm/forms/SelectButton/context.native.js +2 -4
- package/dist/esm/forms/SelectButton/context.native.js.map +1 -6
- package/dist/esm/forms/SelectButton/index.mjs +2 -1
- package/dist/esm/forms/SelectButton/index.mjs.map +1 -0
- package/dist/esm/forms/SelectButton/index.native.js +3 -3
- package/dist/esm/forms/SelectButton/index.native.js.map +1 -6
- package/dist/esm/forms/Slider/FieldSlider.js +36 -7
- package/dist/esm/forms/Slider/FieldSlider.js.map +1 -1
- package/dist/esm/forms/Slider/FieldSlider.mjs +4 -3
- package/dist/esm/forms/Slider/FieldSlider.mjs.map +1 -0
- package/dist/esm/forms/Slider/FieldSlider.native.js +61 -114
- package/dist/esm/forms/Slider/FieldSlider.native.js.map +1 -6
- package/dist/esm/forms/Slider/FieldSlider.stories.js +11 -3
- package/dist/esm/forms/Slider/FieldSlider.stories.js.map +1 -1
- package/dist/esm/forms/Slider/FieldSlider.stories.mjs +4 -3
- package/dist/esm/forms/Slider/FieldSlider.stories.mjs.map +1 -0
- package/dist/esm/forms/Slider/FieldSlider.stories.native.js +49 -236
- package/dist/esm/forms/Slider/FieldSlider.stories.native.js.map +1 -6
- package/dist/esm/forms/Slider/Slider.mjs +2 -1
- package/dist/esm/forms/Slider/Slider.mjs.map +1 -0
- package/dist/esm/forms/Slider/Slider.native.js +2 -4
- package/dist/esm/forms/Slider/Slider.native.js.map +1 -6
- package/dist/esm/forms/Slider/index.mjs +2 -1
- package/dist/esm/forms/Slider/index.mjs.map +1 -0
- package/dist/esm/forms/Slider/index.native.js +3 -3
- package/dist/esm/forms/Slider/index.native.js.map +1 -6
- package/dist/esm/forms/Switch/FieldSwitch.js +2 -2
- package/dist/esm/forms/Switch/FieldSwitch.js.map +1 -1
- package/dist/esm/forms/Switch/FieldSwitch.mjs +4 -3
- package/dist/esm/forms/Switch/FieldSwitch.mjs.map +1 -0
- package/dist/esm/forms/Switch/FieldSwitch.native.js +46 -91
- package/dist/esm/forms/Switch/FieldSwitch.native.js.map +1 -6
- package/dist/esm/forms/Switch/FieldSwitch.stories.js +1 -1
- package/dist/esm/forms/Switch/FieldSwitch.stories.js.map +1 -1
- package/dist/esm/forms/Switch/FieldSwitch.stories.mjs +3 -2
- package/dist/esm/forms/Switch/FieldSwitch.stories.mjs.map +1 -0
- package/dist/esm/forms/Switch/FieldSwitch.stories.native.js +38 -178
- package/dist/esm/forms/Switch/FieldSwitch.stories.native.js.map +1 -6
- package/dist/esm/forms/Switch/Switch.mjs +2 -1
- package/dist/esm/forms/Switch/Switch.mjs.map +1 -0
- package/dist/esm/forms/Switch/Switch.native.js +2 -4
- package/dist/esm/forms/Switch/Switch.native.js.map +1 -6
- package/dist/esm/forms/Switch/index.mjs +2 -1
- package/dist/esm/forms/Switch/index.mjs.map +1 -0
- package/dist/esm/forms/Switch/index.native.js +3 -3
- package/dist/esm/forms/Switch/index.native.js.map +1 -6
- package/dist/esm/forms/TextArea/FieldTextArea.js +2 -2
- package/dist/esm/forms/TextArea/FieldTextArea.js.map +1 -1
- package/dist/esm/forms/TextArea/FieldTextArea.mjs +4 -3
- package/dist/esm/forms/TextArea/FieldTextArea.mjs.map +1 -0
- package/dist/esm/forms/TextArea/FieldTextArea.native.js +41 -90
- package/dist/esm/forms/TextArea/FieldTextArea.native.js.map +1 -6
- package/dist/esm/forms/TextArea/FieldTextArea.stories.js +11 -3
- package/dist/esm/forms/TextArea/FieldTextArea.stories.js.map +1 -1
- package/dist/esm/forms/TextArea/FieldTextArea.stories.mjs +4 -3
- package/dist/esm/forms/TextArea/FieldTextArea.stories.mjs.map +1 -0
- package/dist/esm/forms/TextArea/FieldTextArea.stories.native.js +39 -179
- package/dist/esm/forms/TextArea/FieldTextArea.stories.native.js.map +1 -6
- package/dist/esm/forms/TextArea/TextArea.mjs +2 -1
- package/dist/esm/forms/TextArea/TextArea.mjs.map +1 -0
- package/dist/esm/forms/TextArea/TextArea.native.js +2 -4
- package/dist/esm/forms/TextArea/TextArea.native.js.map +1 -6
- package/dist/esm/forms/TextArea/index.mjs +2 -1
- package/dist/esm/forms/TextArea/index.mjs.map +1 -0
- package/dist/esm/forms/TextArea/index.native.js +3 -3
- package/dist/esm/forms/TextArea/index.native.js.map +1 -6
- package/dist/esm/forms/index.mjs +12 -11
- package/dist/esm/forms/index.mjs.map +1 -0
- package/dist/esm/forms/index.native.js +2 -2
- package/dist/esm/forms/index.native.js.map +1 -6
- package/dist/esm/forms/types.mjs +2 -0
- package/dist/esm/forms/types.mjs.map +1 -0
- package/dist/esm/forms/types.native.js +2 -1
- package/dist/esm/forms/types.native.js.map +1 -6
- package/dist/esm/helpers.js +1 -1
- package/dist/esm/helpers.js.map +1 -1
- package/dist/esm/helpers.mjs +3 -2
- package/dist/esm/helpers.mjs.map +1 -0
- package/dist/esm/helpers.native.js +10 -44
- package/dist/esm/helpers.native.js.map +1 -6
- package/dist/esm/hooks/index.mjs +3 -2
- package/dist/esm/hooks/index.mjs.map +1 -0
- package/dist/esm/hooks/index.native.js +2 -2
- package/dist/esm/hooks/index.native.js.map +1 -6
- package/dist/esm/hooks/useAnimationDriverToggle.js +4 -1
- package/dist/esm/hooks/useAnimationDriverToggle.js.map +1 -1
- package/dist/esm/hooks/useAnimationDriverToggle.mjs +2 -1
- package/dist/esm/hooks/useAnimationDriverToggle.mjs.map +1 -0
- package/dist/esm/hooks/useAnimationDriverToggle.native.js +4 -6
- package/dist/esm/hooks/useAnimationDriverToggle.native.js.map +1 -6
- package/dist/esm/hooks/useAssets/index.js +1 -3
- package/dist/esm/hooks/useAssets/index.js.map +1 -1
- package/dist/esm/hooks/useAssets/index.mjs +2 -1
- package/dist/esm/hooks/useAssets/index.mjs.map +1 -0
- package/dist/esm/hooks/useAssets/index.native.js +6 -50
- package/dist/esm/hooks/useAssets/index.native.js.map +1 -6
- package/dist/esm/hooks/useClipboard.mjs +2 -1
- package/dist/esm/hooks/useClipboard.mjs.map +1 -0
- package/dist/esm/hooks/useClipboard.native.js +12 -178
- package/dist/esm/hooks/useClipboard.native.js.map +1 -6
- package/dist/esm/icons/CheckRegular.js +1 -1
- package/dist/esm/icons/CheckRegular.js.map +1 -1
- package/dist/esm/icons/CheckRegular.mjs +3 -2
- package/dist/esm/icons/CheckRegular.mjs.map +1 -0
- package/dist/esm/icons/CheckRegular.native.js +27 -82
- package/dist/esm/icons/CheckRegular.native.js.map +1 -6
- package/dist/esm/icons/MinusRegular.js +1 -1
- package/dist/esm/icons/MinusRegular.js.map +1 -1
- package/dist/esm/icons/MinusRegular.mjs +3 -2
- package/dist/esm/icons/MinusRegular.mjs.map +1 -0
- package/dist/esm/icons/MinusRegular.native.js +30 -85
- package/dist/esm/icons/MinusRegular.native.js.map +1 -6
- package/dist/esm/icons/index.mjs +2 -1
- package/dist/esm/icons/index.mjs.map +1 -0
- package/dist/esm/icons/index.native.js +3 -3
- package/dist/esm/icons/index.native.js.map +1 -6
- package/dist/esm/icons/themed.js +7 -1
- package/dist/esm/icons/themed.js.map +1 -1
- package/dist/esm/icons/themed.mjs +2 -1
- package/dist/esm/icons/themed.mjs.map +1 -0
- package/dist/esm/icons/themed.native.js +12 -42
- package/dist/esm/icons/themed.native.js.map +1 -6
- package/dist/esm/images/SimpleImage/index.js +54 -28
- package/dist/esm/images/SimpleImage/index.js.map +1 -1
- package/dist/esm/images/SimpleImage/index.mjs +5 -4
- package/dist/esm/images/SimpleImage/index.mjs.map +1 -0
- package/dist/esm/images/SimpleImage/index.native.js +93 -205
- package/dist/esm/images/SimpleImage/index.native.js.map +1 -6
- package/dist/esm/images/SimpleImage/index.stories.js +1 -1
- package/dist/esm/images/SimpleImage/index.stories.js.map +1 -1
- package/dist/esm/images/SimpleImage/index.stories.mjs +3 -2
- package/dist/esm/images/SimpleImage/index.stories.mjs.map +1 -0
- package/dist/esm/images/SimpleImage/index.stories.native.js +28 -64
- package/dist/esm/images/SimpleImage/index.stories.native.js.map +1 -6
- package/dist/esm/images/Svg/Svg.stories.mjs +2 -1
- package/dist/esm/images/Svg/Svg.stories.mjs.map +1 -0
- package/dist/esm/images/Svg/Svg.stories.native.js +23 -25
- package/dist/esm/images/Svg/Svg.stories.native.js.map +1 -6
- package/dist/esm/images/Svg/index.js.map +1 -1
- package/dist/esm/images/Svg/index.mjs +2 -1
- package/dist/esm/images/Svg/index.mjs.map +1 -0
- package/dist/esm/images/Svg/index.native.js +1 -3
- package/dist/esm/images/Svg/index.native.js.map +1 -6
- package/dist/esm/images/SvgUri/index.mjs +2 -1
- package/dist/esm/images/SvgUri/index.mjs.map +1 -0
- package/dist/esm/images/SvgUri/index.native.js +1 -3
- package/dist/esm/images/SvgUri/index.native.js.map +1 -6
- package/dist/esm/images/index.mjs +2 -1
- package/dist/esm/images/index.mjs.map +1 -0
- package/dist/esm/images/index.native.js +2 -2
- package/dist/esm/images/index.native.js.map +1 -6
- package/dist/esm/index.mjs +12 -11
- package/dist/esm/index.mjs.map +1 -0
- package/dist/esm/index.native.js +3 -3
- package/dist/esm/index.native.js.map +1 -6
- package/dist/esm/layouts/Debug/DebugLayout.stories.js +1 -1
- package/dist/esm/layouts/Debug/DebugLayout.stories.js.map +1 -1
- package/dist/esm/layouts/Debug/DebugLayout.stories.mjs +3 -2
- package/dist/esm/layouts/Debug/DebugLayout.stories.mjs.map +1 -0
- package/dist/esm/layouts/Debug/DebugLayout.stories.native.js +19 -20
- package/dist/esm/layouts/Debug/DebugLayout.stories.native.js.map +1 -6
- package/dist/esm/layouts/Debug/index.js +22 -5
- package/dist/esm/layouts/Debug/index.js.map +1 -1
- package/dist/esm/layouts/Debug/index.mjs +5 -4
- package/dist/esm/layouts/Debug/index.mjs.map +1 -0
- package/dist/esm/layouts/Debug/index.native.js +109 -180
- package/dist/esm/layouts/Debug/index.native.js.map +1 -6
- package/dist/esm/layouts/index.mjs +2 -1
- package/dist/esm/layouts/index.mjs.map +1 -0
- package/dist/esm/layouts/index.native.js +1 -1
- package/dist/esm/layouts/index.native.js.map +1 -6
- package/dist/esm/mdx/ExternalIcon/ExternalIcon.stories.js.map +1 -1
- package/dist/esm/mdx/ExternalIcon/ExternalIcon.stories.mjs +2 -1
- package/dist/esm/mdx/ExternalIcon/ExternalIcon.stories.mjs.map +1 -0
- package/dist/esm/mdx/ExternalIcon/ExternalIcon.stories.native.js +14 -15
- package/dist/esm/mdx/ExternalIcon/ExternalIcon.stories.native.js.map +1 -6
- package/dist/esm/mdx/ExternalIcon/index.js +1 -1
- package/dist/esm/mdx/ExternalIcon/index.js.map +1 -1
- package/dist/esm/mdx/ExternalIcon/index.mjs +3 -2
- package/dist/esm/mdx/ExternalIcon/index.mjs.map +1 -0
- package/dist/esm/mdx/ExternalIcon/index.native.js +5 -7
- package/dist/esm/mdx/ExternalIcon/index.native.js.map +1 -6
- package/dist/esm/mdx/HR/HR.stories.mjs +2 -1
- package/dist/esm/mdx/HR/HR.stories.mjs.map +1 -0
- package/dist/esm/mdx/HR/HR.stories.native.js +13 -15
- package/dist/esm/mdx/HR/HR.stories.native.js.map +1 -6
- package/dist/esm/mdx/HR/index.js +14 -4
- package/dist/esm/mdx/HR/index.js.map +1 -1
- package/dist/esm/mdx/HR/index.mjs +2 -1
- package/dist/esm/mdx/HR/index.mjs.map +1 -0
- package/dist/esm/mdx/HR/index.native.js +9 -14
- package/dist/esm/mdx/HR/index.native.js.map +1 -6
- package/dist/esm/mdx/LI/LI.stories.js +15 -2
- package/dist/esm/mdx/LI/LI.stories.js.map +1 -1
- package/dist/esm/mdx/LI/LI.stories.mjs +22 -6
- package/dist/esm/mdx/LI/LI.stories.mjs.map +1 -0
- package/dist/esm/mdx/LI/LI.stories.native.js +32 -19
- package/dist/esm/mdx/LI/LI.stories.native.js.map +1 -6
- package/dist/esm/mdx/LI/index.mjs +2 -1
- package/dist/esm/mdx/LI/index.mjs.map +1 -0
- package/dist/esm/mdx/LI/index.native.js +2 -4
- package/dist/esm/mdx/LI/index.native.js.map +1 -6
- package/dist/esm/mdx/MDX/MDX.stories.mjs +2 -1
- package/dist/esm/mdx/MDX/MDX.stories.mjs.map +1 -0
- package/dist/esm/mdx/MDX/MDX.stories.native.js +18 -18
- package/dist/esm/mdx/MDX/MDX.stories.native.js.map +1 -6
- package/dist/esm/mdx/MDX/index.js +1 -1
- package/dist/esm/mdx/MDX/index.js.map +1 -1
- package/dist/esm/mdx/MDX/index.mjs +4 -3
- package/dist/esm/mdx/MDX/index.mjs.map +1 -0
- package/dist/esm/mdx/MDX/index.native.js +23 -50
- package/dist/esm/mdx/MDX/index.native.js.map +1 -6
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlock.stories.js +1 -1
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlock.stories.js.map +1 -1
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlock.stories.mjs +3 -2
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlock.stories.mjs.map +1 -0
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js +91 -160
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js.map +1 -6
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlockContext.js.map +1 -1
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlockContext.mjs +2 -1
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlockContext.mjs.map +1 -0
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlockContext.native.js +2 -4
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlockContext.native.js.map +1 -6
- package/dist/esm/mdx/MDXCodeBlock/index.js +22 -7
- package/dist/esm/mdx/MDXCodeBlock/index.js.map +1 -1
- package/dist/esm/mdx/MDXCodeBlock/index.mjs +9 -8
- package/dist/esm/mdx/MDXCodeBlock/index.mjs.map +1 -0
- package/dist/esm/mdx/MDXCodeBlock/index.native.js +118 -213
- package/dist/esm/mdx/MDXCodeBlock/index.native.js.map +1 -6
- package/dist/esm/mdx/UL/UL.stories.js +17 -2
- package/dist/esm/mdx/UL/UL.stories.js.map +1 -1
- package/dist/esm/mdx/UL/UL.stories.mjs +19 -2
- package/dist/esm/mdx/UL/UL.stories.mjs.map +1 -0
- package/dist/esm/mdx/UL/UL.stories.native.js +34 -19
- package/dist/esm/mdx/UL/UL.stories.native.js.map +1 -6
- package/dist/esm/mdx/UL/index.mjs +2 -1
- package/dist/esm/mdx/UL/index.mjs.map +1 -0
- package/dist/esm/mdx/UL/index.native.js +2 -4
- package/dist/esm/mdx/UL/index.native.js.map +1 -6
- package/dist/esm/mdx/components.js +70 -12
- package/dist/esm/mdx/components.js.map +1 -1
- package/dist/esm/mdx/components.mjs +10 -9
- package/dist/esm/mdx/components.mjs.map +1 -0
- package/dist/esm/mdx/components.native.js +239 -285
- package/dist/esm/mdx/components.native.js.map +1 -6
- package/dist/esm/mdx/hooks/index.mjs +2 -1
- package/dist/esm/mdx/hooks/index.mjs.map +1 -0
- package/dist/esm/mdx/hooks/index.native.js +4 -4
- package/dist/esm/mdx/hooks/index.native.js.map +1 -6
- package/dist/esm/mdx/hooks/useCompileAndEvaluateMdx.mjs +2 -1
- package/dist/esm/mdx/hooks/useCompileAndEvaluateMdx.mjs.map +1 -0
- package/dist/esm/mdx/hooks/useCompileAndEvaluateMdx.native.js +9 -7
- package/dist/esm/mdx/hooks/useCompileAndEvaluateMdx.native.js.map +1 -6
- 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 +4 -3
- package/dist/esm/mdx/hooks/useCompileMdx.mjs.map +1 -0
- package/dist/esm/mdx/hooks/useCompileMdx.native.js +38 -259
- package/dist/esm/mdx/hooks/useCompileMdx.native.js.map +1 -6
- package/dist/esm/mdx/hooks/useEvaluateMdx.js +1 -1
- package/dist/esm/mdx/hooks/useEvaluateMdx.js.map +1 -1
- package/dist/esm/mdx/hooks/useEvaluateMdx.mjs +3 -2
- package/dist/esm/mdx/hooks/useEvaluateMdx.mjs.map +1 -0
- package/dist/esm/mdx/hooks/useEvaluateMdx.native.js +11 -73
- package/dist/esm/mdx/hooks/useEvaluateMdx.native.js.map +1 -6
- package/dist/esm/mdx/index.mjs +8 -7
- package/dist/esm/mdx/index.mjs.map +1 -0
- package/dist/esm/mdx/index.native.js +2 -2
- package/dist/esm/mdx/index.native.js.map +1 -6
- package/dist/esm/mdx/util/rehypeHighlightCode.js +4 -4
- package/dist/esm/mdx/util/rehypeHighlightCode.js.map +1 -1
- package/dist/esm/mdx/util/rehypeHighlightCode.mjs +6 -5
- package/dist/esm/mdx/util/rehypeHighlightCode.mjs.map +1 -0
- package/dist/esm/mdx/util/rehypeHighlightCode.native.js +11 -51
- package/dist/esm/mdx/util/rehypeHighlightCode.native.js.map +1 -6
- package/dist/esm/mdx/util/rehypeHighlightLine.js +1 -1
- package/dist/esm/mdx/util/rehypeHighlightLine.js.map +1 -1
- package/dist/esm/mdx/util/rehypeHighlightLine.mjs +3 -2
- package/dist/esm/mdx/util/rehypeHighlightLine.mjs.map +1 -0
- package/dist/esm/mdx/util/rehypeHighlightLine.native.js +45 -45
- package/dist/esm/mdx/util/rehypeHighlightLine.native.js.map +1 -6
- package/dist/esm/mdx/util/rehypeHighlightWord.js +5 -2
- package/dist/esm/mdx/util/rehypeHighlightWord.js.map +1 -1
- package/dist/esm/mdx/util/rehypeHighlightWord.mjs +3 -2
- package/dist/esm/mdx/util/rehypeHighlightWord.mjs.map +1 -0
- package/dist/esm/mdx/util/rehypeHighlightWord.native.js +11 -11
- package/dist/esm/mdx/util/rehypeHighlightWord.native.js.map +1 -6
- package/dist/esm/mdx/util/rehypeMetaAttributes.js +2 -2
- package/dist/esm/mdx/util/rehypeMetaAttributes.js.map +1 -1
- package/dist/esm/mdx/util/rehypeMetaAttributes.mjs +3 -2
- package/dist/esm/mdx/util/rehypeMetaAttributes.mjs.map +1 -0
- package/dist/esm/mdx/util/rehypeMetaAttributes.native.js +4 -8
- package/dist/esm/mdx/util/rehypeMetaAttributes.native.js.map +1 -6
- package/dist/esm/organize/SimpleAccordion/SimpleAccordion.stories.js +10 -3
- package/dist/esm/organize/SimpleAccordion/SimpleAccordion.stories.js.map +1 -1
- package/dist/esm/organize/SimpleAccordion/SimpleAccordion.stories.mjs +4 -3
- package/dist/esm/organize/SimpleAccordion/SimpleAccordion.stories.mjs.map +1 -0
- package/dist/esm/organize/SimpleAccordion/SimpleAccordion.stories.native.js +66 -113
- package/dist/esm/organize/SimpleAccordion/SimpleAccordion.stories.native.js.map +1 -6
- package/dist/esm/organize/SimpleAccordion/index.js +16 -2
- package/dist/esm/organize/SimpleAccordion/index.js.map +1 -1
- package/dist/esm/organize/SimpleAccordion/index.mjs +2 -1
- package/dist/esm/organize/SimpleAccordion/index.mjs.map +1 -0
- package/dist/esm/organize/SimpleAccordion/index.native.js +38 -90
- package/dist/esm/organize/SimpleAccordion/index.native.js.map +1 -6
- package/dist/esm/organize/SimpleCarousel/Carousel.stories.js +1 -1
- package/dist/esm/organize/SimpleCarousel/Carousel.stories.js.map +1 -1
- package/dist/esm/organize/SimpleCarousel/Carousel.stories.mjs +3 -2
- package/dist/esm/organize/SimpleCarousel/Carousel.stories.mjs.map +1 -0
- package/dist/esm/organize/SimpleCarousel/Carousel.stories.native.js +24 -63
- package/dist/esm/organize/SimpleCarousel/Carousel.stories.native.js.map +1 -6
- package/dist/esm/organize/SimpleCarousel/index.js +10 -4
- package/dist/esm/organize/SimpleCarousel/index.js.map +1 -1
- package/dist/esm/organize/SimpleCarousel/index.mjs +4 -3
- package/dist/esm/organize/SimpleCarousel/index.mjs.map +1 -0
- package/dist/esm/organize/SimpleCarousel/index.native.js +79 -180
- package/dist/esm/organize/SimpleCarousel/index.native.js.map +1 -6
- package/dist/esm/organize/SimpleInput/SimpleInput.stories.js.map +1 -1
- package/dist/esm/organize/SimpleInput/SimpleInput.stories.mjs +3 -2
- package/dist/esm/organize/SimpleInput/SimpleInput.stories.mjs.map +1 -0
- package/dist/esm/organize/SimpleInput/SimpleInput.stories.native.js +30 -46
- package/dist/esm/organize/SimpleInput/SimpleInput.stories.native.js.map +1 -6
- package/dist/esm/organize/SimpleInput/index.js +23 -12
- package/dist/esm/organize/SimpleInput/index.js.map +1 -1
- package/dist/esm/organize/SimpleInput/index.mjs +5 -3
- package/dist/esm/organize/SimpleInput/index.mjs.map +1 -0
- package/dist/esm/organize/SimpleInput/index.native.js +32 -129
- package/dist/esm/organize/SimpleInput/index.native.js.map +1 -6
- package/dist/esm/organize/SimpleListItem/SimpleListItem.stories.js +77 -10
- package/dist/esm/organize/SimpleListItem/SimpleListItem.stories.js.map +1 -1
- package/dist/esm/organize/SimpleListItem/SimpleListItem.stories.mjs +4 -3
- package/dist/esm/organize/SimpleListItem/SimpleListItem.stories.mjs.map +1 -0
- package/dist/esm/organize/SimpleListItem/SimpleListItem.stories.native.js +67 -143
- package/dist/esm/organize/SimpleListItem/SimpleListItem.stories.native.js.map +1 -6
- package/dist/esm/organize/SimpleListItem/index.js +20 -4
- package/dist/esm/organize/SimpleListItem/index.js.map +1 -1
- package/dist/esm/organize/SimpleListItem/index.mjs +3 -2
- package/dist/esm/organize/SimpleListItem/index.mjs.map +1 -0
- package/dist/esm/organize/SimpleListItem/index.native.js +39 -103
- package/dist/esm/organize/SimpleListItem/index.native.js.map +1 -6
- package/dist/esm/organize/SimpleParagraph/SimpleParagraph.stories.mjs +4 -3
- package/dist/esm/organize/SimpleParagraph/SimpleParagraph.stories.mjs.map +1 -0
- package/dist/esm/organize/SimpleParagraph/SimpleParagraph.stories.native.js +16 -18
- package/dist/esm/organize/SimpleParagraph/SimpleParagraph.stories.native.js.map +1 -6
- package/dist/esm/organize/SimpleParagraph/index.js +16 -4
- package/dist/esm/organize/SimpleParagraph/index.js.map +1 -1
- package/dist/esm/organize/SimpleParagraph/index.mjs +7 -6
- package/dist/esm/organize/SimpleParagraph/index.mjs.map +1 -0
- package/dist/esm/organize/SimpleParagraph/index.native.js +29 -76
- package/dist/esm/organize/SimpleParagraph/index.native.js.map +1 -6
- package/dist/esm/organize/SimpleTabs/SimpleTabs.stories.js +48 -15
- package/dist/esm/organize/SimpleTabs/SimpleTabs.stories.js.map +1 -1
- package/dist/esm/organize/SimpleTabs/SimpleTabs.stories.mjs +4 -3
- package/dist/esm/organize/SimpleTabs/SimpleTabs.stories.mjs.map +1 -0
- package/dist/esm/organize/SimpleTabs/SimpleTabs.stories.native.js +74 -150
- package/dist/esm/organize/SimpleTabs/SimpleTabs.stories.native.js.map +1 -6
- package/dist/esm/organize/SimpleTabs/index.js.map +1 -1
- package/dist/esm/organize/SimpleTabs/index.mjs +2 -1
- package/dist/esm/organize/SimpleTabs/index.mjs.map +1 -0
- package/dist/esm/organize/SimpleTabs/index.native.js +38 -99
- package/dist/esm/organize/SimpleTabs/index.native.js.map +1 -6
- package/dist/esm/organize/index.mjs +7 -6
- package/dist/esm/organize/index.mjs.map +1 -0
- package/dist/esm/organize/index.native.js +1 -1
- package/dist/esm/organize/index.native.js.map +1 -6
- package/dist/esm/panels/SimpleAlertDialog/SimpleAlertDialog.stories.js +1 -1
- package/dist/esm/panels/SimpleAlertDialog/SimpleAlertDialog.stories.js.map +1 -1
- package/dist/esm/panels/SimpleAlertDialog/SimpleAlertDialog.stories.mjs +3 -2
- package/dist/esm/panels/SimpleAlertDialog/SimpleAlertDialog.stories.mjs.map +1 -0
- package/dist/esm/panels/SimpleAlertDialog/SimpleAlertDialog.stories.native.js +73 -153
- package/dist/esm/panels/SimpleAlertDialog/SimpleAlertDialog.stories.native.js.map +1 -6
- package/dist/esm/panels/SimpleAlertDialog/index.js.map +1 -1
- package/dist/esm/panels/SimpleAlertDialog/index.mjs +2 -1
- package/dist/esm/panels/SimpleAlertDialog/index.mjs.map +1 -0
- package/dist/esm/panels/SimpleAlertDialog/index.native.js +95 -160
- package/dist/esm/panels/SimpleAlertDialog/index.native.js.map +1 -6
- package/dist/esm/panels/SimpleDialog/SimpleDialog.stories.js +16 -8
- package/dist/esm/panels/SimpleDialog/SimpleDialog.stories.js.map +1 -1
- package/dist/esm/panels/SimpleDialog/SimpleDialog.stories.mjs +5 -4
- package/dist/esm/panels/SimpleDialog/SimpleDialog.stories.mjs.map +1 -0
- package/dist/esm/panels/SimpleDialog/SimpleDialog.stories.native.js +109 -206
- package/dist/esm/panels/SimpleDialog/SimpleDialog.stories.native.js.map +1 -6
- package/dist/esm/panels/SimpleDialog/index.js +13 -2
- package/dist/esm/panels/SimpleDialog/index.js.map +1 -1
- package/dist/esm/panels/SimpleDialog/index.mjs +3 -2
- package/dist/esm/panels/SimpleDialog/index.mjs.map +1 -0
- package/dist/esm/panels/SimpleDialog/index.native.js +132 -237
- package/dist/esm/panels/SimpleDialog/index.native.js.map +1 -6
- package/dist/esm/panels/SimplePopover/SimplePopover.stories.js +23 -3
- package/dist/esm/panels/SimplePopover/SimplePopover.stories.js.map +1 -1
- package/dist/esm/panels/SimplePopover/SimplePopover.stories.mjs +3 -2
- package/dist/esm/panels/SimplePopover/SimplePopover.stories.mjs.map +1 -0
- package/dist/esm/panels/SimplePopover/SimplePopover.stories.native.js +35 -111
- package/dist/esm/panels/SimplePopover/SimplePopover.stories.native.js.map +1 -6
- package/dist/esm/panels/SimplePopover/index.js +16 -2
- package/dist/esm/panels/SimplePopover/index.js.map +1 -1
- package/dist/esm/panels/SimplePopover/index.mjs +2 -1
- package/dist/esm/panels/SimplePopover/index.mjs.map +1 -0
- package/dist/esm/panels/SimplePopover/index.native.js +63 -127
- package/dist/esm/panels/SimplePopover/index.native.js.map +1 -6
- package/dist/esm/panels/SimpleSheet/SimpleSheet.stories.js +2 -2
- package/dist/esm/panels/SimpleSheet/SimpleSheet.stories.js.map +1 -1
- package/dist/esm/panels/SimpleSheet/SimpleSheet.stories.mjs +4 -3
- package/dist/esm/panels/SimpleSheet/SimpleSheet.stories.mjs.map +1 -0
- package/dist/esm/panels/SimpleSheet/SimpleSheet.stories.native.js +18 -38
- package/dist/esm/panels/SimpleSheet/SimpleSheet.stories.native.js.map +1 -6
- package/dist/esm/panels/SimpleSheet/index.js +26 -3
- package/dist/esm/panels/SimpleSheet/index.js.map +1 -1
- package/dist/esm/panels/SimpleSheet/index.mjs +2 -1
- package/dist/esm/panels/SimpleSheet/index.mjs.map +1 -0
- package/dist/esm/panels/SimpleSheet/index.native.js +31 -86
- package/dist/esm/panels/SimpleSheet/index.native.js.map +1 -6
- package/dist/esm/panels/SimpleTooltip/SimpleTooltip.stories.js +1 -1
- package/dist/esm/panels/SimpleTooltip/SimpleTooltip.stories.js.map +1 -1
- package/dist/esm/panels/SimpleTooltip/SimpleTooltip.stories.mjs +3 -2
- package/dist/esm/panels/SimpleTooltip/SimpleTooltip.stories.mjs.map +1 -0
- package/dist/esm/panels/SimpleTooltip/SimpleTooltip.stories.native.js +29 -110
- package/dist/esm/panels/SimpleTooltip/SimpleTooltip.stories.native.js.map +1 -6
- package/dist/esm/panels/SimpleTooltip/index.js.map +1 -1
- package/dist/esm/panels/SimpleTooltip/index.mjs +2 -1
- package/dist/esm/panels/SimpleTooltip/index.mjs.map +1 -0
- package/dist/esm/panels/SimpleTooltip/index.native.js +50 -108
- package/dist/esm/panels/SimpleTooltip/index.native.js.map +1 -6
- package/dist/esm/panels/index.mjs +6 -5
- package/dist/esm/panels/index.mjs.map +1 -0
- package/dist/esm/panels/index.native.js +1 -1
- package/dist/esm/panels/index.native.js.map +1 -6
- package/dist/esm/providers/AnimationDriverTogglerContextProvider.js +6 -3
- package/dist/esm/providers/AnimationDriverTogglerContextProvider.js.map +1 -1
- package/dist/esm/providers/AnimationDriverTogglerContextProvider.mjs +11 -14
- package/dist/esm/providers/AnimationDriverTogglerContextProvider.mjs.map +1 -0
- package/dist/esm/providers/AnimationDriverTogglerContextProvider.native.js +28 -71
- package/dist/esm/providers/AnimationDriverTogglerContextProvider.native.js.map +1 -6
- package/dist/esm/table/Table/Table.stories.mjs +2 -1
- package/dist/esm/table/Table/Table.stories.mjs.map +1 -0
- package/dist/esm/table/Table/Table.stories.native.js +86 -148
- package/dist/esm/table/Table/Table.stories.native.js.map +1 -6
- package/dist/esm/table/Table/index.js +21 -5
- package/dist/esm/table/Table/index.js.map +1 -1
- package/dist/esm/table/Table/index.mjs +5 -4
- package/dist/esm/table/Table/index.mjs.map +1 -0
- package/dist/esm/table/Table/index.native.js +29 -84
- package/dist/esm/table/Table/index.native.js.map +1 -6
- package/dist/esm/table/TableCell/index.js +1 -1
- package/dist/esm/table/TableCell/index.js.map +1 -1
- package/dist/esm/table/TableCell/index.mjs +3 -2
- package/dist/esm/table/TableCell/index.mjs.map +1 -0
- package/dist/esm/table/TableCell/index.native.js +4 -6
- package/dist/esm/table/TableCell/index.native.js.map +1 -6
- package/dist/esm/table/TableCol/index.js +1 -1
- package/dist/esm/table/TableCol/index.js.map +1 -1
- package/dist/esm/table/TableCol/index.mjs +3 -2
- package/dist/esm/table/TableCol/index.mjs.map +1 -0
- package/dist/esm/table/TableCol/index.native.js +4 -6
- package/dist/esm/table/TableCol/index.native.js.map +1 -6
- package/dist/esm/table/TableContext.mjs +2 -1
- package/dist/esm/table/TableContext.mjs.map +1 -0
- package/dist/esm/table/TableContext.native.js +2 -4
- package/dist/esm/table/TableContext.native.js.map +1 -6
- package/dist/esm/table/index.mjs +4 -3
- package/dist/esm/table/index.mjs.map +1 -0
- package/dist/esm/table/index.native.js +1 -1
- package/dist/esm/table/index.native.js.map +1 -6
- package/dist/esm/testSetup.js +3 -2
- package/dist/esm/testSetup.js.map +1 -1
- package/dist/esm/testSetup.mjs +3 -2
- package/dist/esm/testSetup.mjs.map +1 -0
- package/dist/esm/testSetup.native.js +35 -53
- package/dist/esm/testSetup.native.js.map +1 -6
- package/dist/esm/tints.js +24 -5
- package/dist/esm/tints.js.map +1 -1
- package/dist/esm/tints.mjs +3 -2
- package/dist/esm/tints.mjs.map +1 -0
- package/dist/esm/tints.native.js +73 -209
- package/dist/esm/tints.native.js.map +1 -6
- package/dist/esm/utils/setTinted.js.map +1 -1
- package/dist/esm/utils/setTinted.mjs +2 -1
- package/dist/esm/utils/setTinted.mjs.map +1 -0
- package/dist/esm/utils/setTinted.native.js +12 -14
- package/dist/esm/utils/setTinted.native.js.map +1 -6
- package/dist/esm/utils/unwrapText.mjs +2 -1
- package/dist/esm/utils/unwrapText.mjs.map +1 -0
- package/dist/esm/utils/unwrapText.native.js +3 -5
- package/dist/esm/utils/unwrapText.native.js.map +1 -6
- package/dist/jsx/ErrorBoundary/index.js +1 -1
- package/dist/jsx/ErrorBoundary/index.js.map +1 -1
- package/dist/jsx/ErrorBoundary/index.mjs +3 -2
- package/dist/jsx/ErrorBoundary/index.mjs.map +1 -0
- package/dist/jsx/ErrorBoundary/index.native.js +10 -20
- package/dist/jsx/ErrorBoundary/index.native.js.map +2 -2
- package/dist/jsx/code/Code/Code.stories.js.map +1 -1
- package/dist/jsx/code/Code/Code.stories.mjs +2 -1
- package/dist/jsx/code/Code/Code.stories.mjs.map +1 -0
- package/dist/jsx/code/Code/Code.stories.native.js.map +1 -1
- package/dist/jsx/code/Code/index.js +1 -1
- package/dist/jsx/code/Code/index.js.map +1 -1
- package/dist/jsx/code/Code/index.mjs +3 -2
- package/dist/jsx/code/Code/index.mjs.map +1 -0
- package/dist/jsx/code/Code/index.native.js +1 -1
- package/dist/jsx/code/Code/index.native.js.map +2 -2
- package/dist/jsx/code/CodeBlock/CodeBlock.stories.js.map +1 -1
- package/dist/jsx/code/CodeBlock/CodeBlock.stories.mjs +2 -1
- package/dist/jsx/code/CodeBlock/CodeBlock.stories.mjs.map +1 -0
- package/dist/jsx/code/CodeBlock/CodeBlock.stories.native.js.map +1 -1
- package/dist/jsx/code/CodeBlock/index.js +7 -1
- package/dist/jsx/code/CodeBlock/index.js.map +1 -1
- package/dist/jsx/code/CodeBlock/index.mjs +3 -2
- package/dist/jsx/code/CodeBlock/index.mjs.map +1 -0
- package/dist/jsx/code/CodeBlock/index.native.js +8 -62
- package/dist/jsx/code/CodeBlock/index.native.js.map +1 -1
- package/dist/jsx/code/Pre/index.mjs +2 -1
- package/dist/jsx/code/Pre/index.mjs.map +1 -0
- package/dist/jsx/code/index.mjs +4 -3
- package/dist/jsx/code/index.mjs.map +1 -0
- package/dist/jsx/forms/Button/Button.mjs +2 -1
- package/dist/jsx/forms/Button/Button.mjs.map +1 -0
- package/dist/jsx/forms/Button/SubmitButton.js +6 -2
- package/dist/jsx/forms/Button/SubmitButton.js.map +1 -1
- package/dist/jsx/forms/Button/SubmitButton.mjs +3 -2
- package/dist/jsx/forms/Button/SubmitButton.mjs.map +1 -0
- package/dist/jsx/forms/Button/SubmitButton.native.js +7 -45
- package/dist/jsx/forms/Button/SubmitButton.native.js.map +2 -2
- package/dist/jsx/forms/Button/SubmitButton.stories.js +1 -1
- package/dist/jsx/forms/Button/SubmitButton.stories.js.map +1 -1
- package/dist/jsx/forms/Button/SubmitButton.stories.mjs +3 -2
- package/dist/jsx/forms/Button/SubmitButton.stories.mjs.map +1 -0
- package/dist/jsx/forms/Button/SubmitButton.stories.native.js +5 -23
- package/dist/jsx/forms/Button/SubmitButton.stories.native.js.map +2 -2
- package/dist/jsx/forms/Button/index.mjs +2 -1
- package/dist/jsx/forms/Button/index.mjs.map +1 -0
- package/dist/jsx/forms/Checkbox/Checkbox.mjs +2 -1
- package/dist/jsx/forms/Checkbox/Checkbox.mjs.map +1 -0
- package/dist/jsx/forms/Checkbox/FieldCheckbox.js +46 -12
- package/dist/jsx/forms/Checkbox/FieldCheckbox.js.map +1 -1
- package/dist/jsx/forms/Checkbox/FieldCheckbox.mjs +5 -4
- package/dist/jsx/forms/Checkbox/FieldCheckbox.mjs.map +1 -0
- package/dist/jsx/forms/Checkbox/FieldCheckbox.native.js +25 -96
- package/dist/jsx/forms/Checkbox/FieldCheckbox.native.js.map +2 -2
- package/dist/jsx/forms/Checkbox/FieldCheckbox.stories.js +2 -2
- package/dist/jsx/forms/Checkbox/FieldCheckbox.stories.js.map +1 -1
- package/dist/jsx/forms/Checkbox/FieldCheckbox.stories.mjs +4 -3
- package/dist/jsx/forms/Checkbox/FieldCheckbox.stories.mjs.map +1 -0
- package/dist/jsx/forms/Checkbox/FieldCheckbox.stories.native.js +10 -147
- package/dist/jsx/forms/Checkbox/FieldCheckbox.stories.native.js.map +2 -2
- package/dist/jsx/forms/Checkbox/index.mjs +2 -1
- package/dist/jsx/forms/Checkbox/index.mjs.map +1 -0
- package/dist/jsx/forms/FormField.js +34 -6
- package/dist/jsx/forms/FormField.js.map +1 -1
- package/dist/jsx/forms/FormField.mjs +2 -1
- package/dist/jsx/forms/FormField.mjs.map +1 -0
- package/dist/jsx/forms/FormField.native.js +9 -70
- package/dist/jsx/forms/FormField.native.js.map +1 -1
- package/dist/jsx/forms/Input/FieldInput.js +11 -3
- package/dist/jsx/forms/Input/FieldInput.js.map +1 -1
- package/dist/jsx/forms/Input/FieldInput.mjs +4 -3
- package/dist/jsx/forms/Input/FieldInput.mjs.map +1 -0
- package/dist/jsx/forms/Input/FieldInput.native.js +16 -80
- package/dist/jsx/forms/Input/FieldInput.native.js.map +2 -2
- package/dist/jsx/forms/Input/FieldInput.stories.js +3 -3
- package/dist/jsx/forms/Input/FieldInput.stories.js.map +1 -1
- package/dist/jsx/forms/Input/FieldInput.stories.mjs +5 -4
- package/dist/jsx/forms/Input/FieldInput.stories.mjs.map +1 -0
- package/dist/jsx/forms/Input/FieldInput.stories.native.js +11 -148
- package/dist/jsx/forms/Input/FieldInput.stories.native.js.map +2 -2
- package/dist/jsx/forms/Input/Input.mjs +2 -1
- package/dist/jsx/forms/Input/Input.mjs.map +1 -0
- package/dist/jsx/forms/Input/index.mjs +2 -1
- package/dist/jsx/forms/Input/index.mjs.map +1 -0
- package/dist/jsx/forms/Progress/FieldProgress.js +7 -4
- package/dist/jsx/forms/Progress/FieldProgress.js.map +1 -1
- package/dist/jsx/forms/Progress/FieldProgress.mjs +15 -5
- package/dist/jsx/forms/Progress/FieldProgress.mjs.map +1 -0
- package/dist/jsx/forms/Progress/FieldProgress.native.js +28 -83
- package/dist/jsx/forms/Progress/FieldProgress.native.js.map +2 -2
- package/dist/jsx/forms/Progress/FieldProgress.stories.js +2 -2
- package/dist/jsx/forms/Progress/FieldProgress.stories.js.map +1 -1
- package/dist/jsx/forms/Progress/FieldProgress.stories.mjs +4 -3
- package/dist/jsx/forms/Progress/FieldProgress.stories.mjs.map +1 -0
- package/dist/jsx/forms/Progress/FieldProgress.stories.native.js +10 -147
- package/dist/jsx/forms/Progress/FieldProgress.stories.native.js.map +2 -2
- package/dist/jsx/forms/Progress/Progress.mjs +2 -1
- package/dist/jsx/forms/Progress/Progress.mjs.map +1 -0
- package/dist/jsx/forms/Progress/index.mjs +2 -1
- package/dist/jsx/forms/Progress/index.mjs.map +1 -0
- package/dist/jsx/forms/RadioGroup/FieldRadioGroup.js +2 -2
- package/dist/jsx/forms/RadioGroup/FieldRadioGroup.js.map +1 -1
- package/dist/jsx/forms/RadioGroup/FieldRadioGroup.mjs +4 -3
- package/dist/jsx/forms/RadioGroup/FieldRadioGroup.mjs.map +1 -0
- package/dist/jsx/forms/RadioGroup/FieldRadioGroup.native.js +25 -94
- package/dist/jsx/forms/RadioGroup/FieldRadioGroup.native.js.map +2 -2
- package/dist/jsx/forms/RadioGroup/FieldRadioGroup.stories.js +3 -3
- package/dist/jsx/forms/RadioGroup/FieldRadioGroup.stories.js.map +1 -1
- package/dist/jsx/forms/RadioGroup/FieldRadioGroup.stories.mjs +5 -4
- package/dist/jsx/forms/RadioGroup/FieldRadioGroup.stories.mjs.map +1 -0
- package/dist/jsx/forms/RadioGroup/FieldRadioGroup.stories.native.js +11 -147
- package/dist/jsx/forms/RadioGroup/FieldRadioGroup.stories.native.js.map +2 -2
- package/dist/jsx/forms/RadioGroup/RadioGroup.mjs +2 -1
- package/dist/jsx/forms/RadioGroup/RadioGroup.mjs.map +1 -0
- package/dist/jsx/forms/RadioGroup/index.mjs +2 -1
- package/dist/jsx/forms/RadioGroup/index.mjs.map +1 -0
- package/dist/jsx/forms/Select/FieldSelectSimple.js +2 -2
- package/dist/jsx/forms/Select/FieldSelectSimple.js.map +1 -1
- package/dist/jsx/forms/Select/FieldSelectSimple.mjs +4 -3
- package/dist/jsx/forms/Select/FieldSelectSimple.mjs.map +1 -0
- package/dist/jsx/forms/Select/FieldSelectSimple.native.js +16 -81
- package/dist/jsx/forms/Select/FieldSelectSimple.native.js.map +2 -2
- package/dist/jsx/forms/Select/FieldSelectSimple.stories.js +18 -9
- package/dist/jsx/forms/Select/FieldSelectSimple.stories.js.map +1 -1
- package/dist/jsx/forms/Select/FieldSelectSimple.stories.mjs +5 -4
- package/dist/jsx/forms/Select/FieldSelectSimple.stories.mjs.map +1 -0
- package/dist/jsx/forms/Select/FieldSelectSimple.stories.native.js +11 -164
- package/dist/jsx/forms/Select/FieldSelectSimple.stories.native.js.map +2 -2
- package/dist/jsx/forms/Select/Select.mjs +2 -1
- package/dist/jsx/forms/Select/Select.mjs.map +1 -0
- package/dist/jsx/forms/Select/SelectSimple.js +19 -9
- package/dist/jsx/forms/Select/SelectSimple.js.map +1 -1
- package/dist/jsx/forms/Select/SelectSimple.mjs +3 -2
- package/dist/jsx/forms/Select/SelectSimple.mjs.map +1 -0
- package/dist/jsx/forms/Select/SelectSimple.native.js +6 -64
- package/dist/jsx/forms/Select/SelectSimple.native.js.map +2 -2
- package/dist/jsx/forms/Select/SelectSimple.stories.js +1 -1
- package/dist/jsx/forms/Select/SelectSimple.stories.js.map +1 -1
- package/dist/jsx/forms/Select/SelectSimple.stories.mjs +3 -2
- package/dist/jsx/forms/Select/SelectSimple.stories.mjs.map +1 -0
- package/dist/jsx/forms/Select/SelectSimple.stories.native.js +5 -39
- package/dist/jsx/forms/Select/SelectSimple.stories.native.js.map +2 -2
- package/dist/jsx/forms/Select/index.mjs +2 -1
- package/dist/jsx/forms/Select/index.mjs.map +1 -0
- package/dist/jsx/forms/SelectButton/OptionButton.js +11 -3
- package/dist/jsx/forms/SelectButton/OptionButton.js.map +1 -1
- package/dist/jsx/forms/SelectButton/OptionButton.mjs +4 -3
- package/dist/jsx/forms/SelectButton/OptionButton.mjs.map +1 -0
- package/dist/jsx/forms/SelectButton/OptionButton.native.js +25 -112
- package/dist/jsx/forms/SelectButton/OptionButton.native.js.map +2 -2
- package/dist/jsx/forms/SelectButton/SelectButton.js +1 -1
- package/dist/jsx/forms/SelectButton/SelectButton.js.map +1 -1
- package/dist/jsx/forms/SelectButton/SelectButton.mjs +3 -2
- package/dist/jsx/forms/SelectButton/SelectButton.mjs.map +1 -0
- package/dist/jsx/forms/SelectButton/SelectButton.native.js +9 -87
- package/dist/jsx/forms/SelectButton/SelectButton.native.js.map +2 -2
- package/dist/jsx/forms/SelectButton/SelectButton.stories.js +1 -1
- package/dist/jsx/forms/SelectButton/SelectButton.stories.js.map +1 -1
- package/dist/jsx/forms/SelectButton/SelectButton.stories.mjs +3 -2
- package/dist/jsx/forms/SelectButton/SelectButton.stories.mjs.map +1 -0
- package/dist/jsx/forms/SelectButton/SelectButton.stories.native.js +5 -39
- package/dist/jsx/forms/SelectButton/SelectButton.stories.native.js.map +2 -2
- package/dist/jsx/forms/SelectButton/context.js +3 -1
- package/dist/jsx/forms/SelectButton/context.js.map +1 -1
- package/dist/jsx/forms/SelectButton/context.mjs +2 -1
- package/dist/jsx/forms/SelectButton/context.mjs.map +1 -0
- package/dist/jsx/forms/SelectButton/context.native.js.map +1 -1
- package/dist/jsx/forms/SelectButton/index.mjs +2 -1
- package/dist/jsx/forms/SelectButton/index.mjs.map +1 -0
- package/dist/jsx/forms/Slider/FieldSlider.js +36 -7
- package/dist/jsx/forms/Slider/FieldSlider.js.map +1 -1
- package/dist/jsx/forms/Slider/FieldSlider.mjs +4 -3
- package/dist/jsx/forms/Slider/FieldSlider.mjs.map +1 -0
- package/dist/jsx/forms/Slider/FieldSlider.native.js +24 -86
- package/dist/jsx/forms/Slider/FieldSlider.native.js.map +2 -2
- package/dist/jsx/forms/Slider/FieldSlider.stories.js +11 -3
- package/dist/jsx/forms/Slider/FieldSlider.stories.js.map +1 -1
- package/dist/jsx/forms/Slider/FieldSlider.stories.mjs +4 -3
- package/dist/jsx/forms/Slider/FieldSlider.stories.mjs.map +1 -0
- package/dist/jsx/forms/Slider/FieldSlider.stories.native.js +12 -190
- package/dist/jsx/forms/Slider/FieldSlider.stories.native.js.map +2 -2
- package/dist/jsx/forms/Slider/Slider.mjs +2 -1
- package/dist/jsx/forms/Slider/Slider.mjs.map +1 -0
- package/dist/jsx/forms/Slider/index.mjs +2 -1
- package/dist/jsx/forms/Slider/index.mjs.map +1 -0
- package/dist/jsx/forms/Switch/FieldSwitch.js +2 -2
- package/dist/jsx/forms/Switch/FieldSwitch.js.map +1 -1
- package/dist/jsx/forms/Switch/FieldSwitch.mjs +4 -3
- package/dist/jsx/forms/Switch/FieldSwitch.mjs.map +1 -0
- package/dist/jsx/forms/Switch/FieldSwitch.native.js +22 -82
- package/dist/jsx/forms/Switch/FieldSwitch.native.js.map +2 -2
- package/dist/jsx/forms/Switch/FieldSwitch.stories.js +1 -1
- package/dist/jsx/forms/Switch/FieldSwitch.stories.js.map +1 -1
- package/dist/jsx/forms/Switch/FieldSwitch.stories.mjs +3 -2
- package/dist/jsx/forms/Switch/FieldSwitch.stories.mjs.map +1 -0
- package/dist/jsx/forms/Switch/FieldSwitch.stories.native.js +10 -147
- package/dist/jsx/forms/Switch/FieldSwitch.stories.native.js.map +2 -2
- package/dist/jsx/forms/Switch/Switch.mjs +2 -1
- package/dist/jsx/forms/Switch/Switch.mjs.map +1 -0
- package/dist/jsx/forms/Switch/index.mjs +2 -1
- package/dist/jsx/forms/Switch/index.mjs.map +1 -0
- package/dist/jsx/forms/TextArea/FieldTextArea.js +2 -2
- package/dist/jsx/forms/TextArea/FieldTextArea.js.map +1 -1
- package/dist/jsx/forms/TextArea/FieldTextArea.mjs +4 -3
- package/dist/jsx/forms/TextArea/FieldTextArea.mjs.map +1 -0
- package/dist/jsx/forms/TextArea/FieldTextArea.native.js +16 -80
- package/dist/jsx/forms/TextArea/FieldTextArea.native.js.map +2 -2
- package/dist/jsx/forms/TextArea/FieldTextArea.stories.js +11 -3
- package/dist/jsx/forms/TextArea/FieldTextArea.stories.js.map +1 -1
- package/dist/jsx/forms/TextArea/FieldTextArea.stories.mjs +4 -3
- package/dist/jsx/forms/TextArea/FieldTextArea.stories.mjs.map +1 -0
- package/dist/jsx/forms/TextArea/FieldTextArea.stories.native.js +10 -147
- package/dist/jsx/forms/TextArea/FieldTextArea.stories.native.js.map +2 -2
- package/dist/jsx/forms/TextArea/TextArea.mjs +2 -1
- package/dist/jsx/forms/TextArea/TextArea.mjs.map +1 -0
- package/dist/jsx/forms/TextArea/index.mjs +2 -1
- package/dist/jsx/forms/TextArea/index.mjs.map +1 -0
- package/dist/jsx/forms/index.mjs +12 -11
- package/dist/jsx/forms/index.mjs.map +1 -0
- package/dist/jsx/forms/types.mjs +2 -0
- package/dist/jsx/forms/types.mjs.map +1 -0
- package/dist/jsx/helpers.js +1 -1
- package/dist/jsx/helpers.js.map +1 -1
- package/dist/jsx/helpers.mjs +3 -2
- package/dist/jsx/helpers.mjs.map +1 -0
- package/dist/jsx/helpers.native.js +4 -37
- package/dist/jsx/helpers.native.js.map +2 -2
- package/dist/jsx/hooks/index.mjs +3 -2
- package/dist/jsx/hooks/index.mjs.map +1 -0
- package/dist/jsx/hooks/useAnimationDriverToggle.js +4 -1
- package/dist/jsx/hooks/useAnimationDriverToggle.js.map +1 -1
- package/dist/jsx/hooks/useAnimationDriverToggle.mjs +2 -1
- package/dist/jsx/hooks/useAnimationDriverToggle.mjs.map +1 -0
- package/dist/jsx/hooks/useAnimationDriverToggle.native.js.map +1 -1
- package/dist/jsx/hooks/useAssets/index.js +1 -3
- package/dist/jsx/hooks/useAssets/index.js.map +1 -1
- package/dist/jsx/hooks/useAssets/index.mjs +2 -1
- package/dist/jsx/hooks/useAssets/index.mjs.map +1 -0
- package/dist/jsx/hooks/useAssets/index.native.js +1 -42
- package/dist/jsx/hooks/useAssets/index.native.js.map +1 -1
- package/dist/jsx/hooks/useClipboard.mjs +2 -1
- package/dist/jsx/hooks/useClipboard.mjs.map +1 -0
- package/dist/jsx/hooks/useClipboard.native.js +3 -166
- package/dist/jsx/hooks/useClipboard.native.js.map +1 -1
- package/dist/jsx/icons/CheckRegular.js +1 -1
- package/dist/jsx/icons/CheckRegular.js.map +1 -1
- package/dist/jsx/icons/CheckRegular.mjs +3 -2
- package/dist/jsx/icons/CheckRegular.mjs.map +1 -0
- package/dist/jsx/icons/CheckRegular.native.js +8 -62
- package/dist/jsx/icons/CheckRegular.native.js.map +2 -2
- package/dist/jsx/icons/MinusRegular.js +1 -1
- package/dist/jsx/icons/MinusRegular.js.map +1 -1
- package/dist/jsx/icons/MinusRegular.mjs +3 -2
- package/dist/jsx/icons/MinusRegular.mjs.map +1 -0
- package/dist/jsx/icons/MinusRegular.native.js +8 -62
- package/dist/jsx/icons/MinusRegular.native.js.map +2 -2
- package/dist/jsx/icons/index.mjs +2 -1
- package/dist/jsx/icons/index.mjs.map +1 -0
- package/dist/jsx/icons/themed.js +7 -1
- package/dist/jsx/icons/themed.js.map +1 -1
- package/dist/jsx/icons/themed.mjs +2 -1
- package/dist/jsx/icons/themed.mjs.map +1 -0
- package/dist/jsx/icons/themed.native.js +4 -37
- package/dist/jsx/icons/themed.native.js.map +1 -1
- package/dist/jsx/images/SimpleImage/index.js +54 -28
- package/dist/jsx/images/SimpleImage/index.js.map +1 -1
- package/dist/jsx/images/SimpleImage/index.mjs +5 -4
- package/dist/jsx/images/SimpleImage/index.mjs.map +1 -0
- package/dist/jsx/images/SimpleImage/index.native.js +10 -122
- package/dist/jsx/images/SimpleImage/index.native.js.map +2 -2
- package/dist/jsx/images/SimpleImage/index.stories.js +1 -1
- package/dist/jsx/images/SimpleImage/index.stories.js.map +1 -1
- package/dist/jsx/images/SimpleImage/index.stories.mjs +3 -2
- package/dist/jsx/images/SimpleImage/index.stories.mjs.map +1 -0
- package/dist/jsx/images/SimpleImage/index.stories.native.js +15 -44
- package/dist/jsx/images/SimpleImage/index.stories.native.js.map +2 -2
- package/dist/jsx/images/Svg/Svg.stories.mjs +2 -1
- package/dist/jsx/images/Svg/Svg.stories.mjs.map +1 -0
- package/dist/jsx/images/Svg/index.js.map +1 -1
- package/dist/jsx/images/Svg/index.mjs +2 -1
- package/dist/jsx/images/Svg/index.mjs.map +1 -0
- package/dist/jsx/images/SvgUri/index.mjs +2 -1
- package/dist/jsx/images/SvgUri/index.mjs.map +1 -0
- package/dist/jsx/images/index.mjs +2 -1
- package/dist/jsx/images/index.mjs.map +1 -0
- package/dist/jsx/index.mjs +12 -11
- package/dist/jsx/index.mjs.map +1 -0
- package/dist/jsx/layouts/Debug/DebugLayout.stories.js +1 -1
- package/dist/jsx/layouts/Debug/DebugLayout.stories.js.map +1 -1
- package/dist/jsx/layouts/Debug/DebugLayout.stories.mjs +3 -2
- package/dist/jsx/layouts/Debug/DebugLayout.stories.mjs.map +1 -0
- package/dist/jsx/layouts/Debug/DebugLayout.stories.native.js +1 -1
- package/dist/jsx/layouts/Debug/DebugLayout.stories.native.js.map +2 -2
- package/dist/jsx/layouts/Debug/index.js +22 -5
- package/dist/jsx/layouts/Debug/index.js.map +1 -1
- package/dist/jsx/layouts/Debug/index.mjs +5 -4
- package/dist/jsx/layouts/Debug/index.mjs.map +1 -0
- package/dist/jsx/layouts/Debug/index.native.js +10 -68
- package/dist/jsx/layouts/Debug/index.native.js.map +2 -2
- package/dist/jsx/layouts/index.mjs +2 -1
- package/dist/jsx/layouts/index.mjs.map +1 -0
- package/dist/jsx/mdx/ExternalIcon/ExternalIcon.stories.js.map +1 -1
- package/dist/jsx/mdx/ExternalIcon/ExternalIcon.stories.mjs +2 -1
- package/dist/jsx/mdx/ExternalIcon/ExternalIcon.stories.mjs.map +1 -0
- package/dist/jsx/mdx/ExternalIcon/ExternalIcon.stories.native.js.map +1 -1
- package/dist/jsx/mdx/ExternalIcon/index.js +1 -1
- package/dist/jsx/mdx/ExternalIcon/index.js.map +1 -1
- package/dist/jsx/mdx/ExternalIcon/index.mjs +3 -2
- package/dist/jsx/mdx/ExternalIcon/index.mjs.map +1 -0
- package/dist/jsx/mdx/ExternalIcon/index.native.js +1 -1
- package/dist/jsx/mdx/ExternalIcon/index.native.js.map +2 -2
- package/dist/jsx/mdx/HR/HR.stories.mjs +2 -1
- package/dist/jsx/mdx/HR/HR.stories.mjs.map +1 -0
- package/dist/jsx/mdx/HR/index.js +14 -4
- package/dist/jsx/mdx/HR/index.js.map +1 -1
- package/dist/jsx/mdx/HR/index.mjs +2 -1
- package/dist/jsx/mdx/HR/index.mjs.map +1 -0
- package/dist/jsx/mdx/HR/index.native.js.map +1 -1
- package/dist/jsx/mdx/LI/LI.stories.js +15 -2
- package/dist/jsx/mdx/LI/LI.stories.js.map +1 -1
- package/dist/jsx/mdx/LI/LI.stories.mjs +22 -6
- package/dist/jsx/mdx/LI/LI.stories.mjs.map +1 -0
- package/dist/jsx/mdx/LI/LI.stories.native.js +16 -2
- package/dist/jsx/mdx/LI/LI.stories.native.js.map +2 -2
- package/dist/jsx/mdx/LI/index.mjs +2 -1
- package/dist/jsx/mdx/LI/index.mjs.map +1 -0
- package/dist/jsx/mdx/MDX/MDX.stories.mjs +2 -1
- package/dist/jsx/mdx/MDX/MDX.stories.mjs.map +1 -0
- package/dist/jsx/mdx/MDX/MDX.stories.native.js.map +1 -1
- package/dist/jsx/mdx/MDX/index.js +1 -1
- package/dist/jsx/mdx/MDX/index.js.map +1 -1
- package/dist/jsx/mdx/MDX/index.mjs +4 -3
- package/dist/jsx/mdx/MDX/index.mjs.map +1 -0
- package/dist/jsx/mdx/MDX/index.native.js +8 -43
- package/dist/jsx/mdx/MDX/index.native.js.map +2 -2
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlock.stories.js +1 -1
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlock.stories.js.map +1 -1
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlock.stories.mjs +3 -2
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlock.stories.mjs.map +1 -0
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js +4 -37
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js.map +2 -2
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlockContext.js.map +1 -1
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlockContext.mjs +2 -1
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlockContext.mjs.map +1 -0
- package/dist/jsx/mdx/MDXCodeBlock/MDXCodeBlockContext.native.js.map +1 -1
- package/dist/jsx/mdx/MDXCodeBlock/index.js +22 -7
- package/dist/jsx/mdx/MDXCodeBlock/index.js.map +1 -1
- package/dist/jsx/mdx/MDXCodeBlock/index.mjs +9 -8
- package/dist/jsx/mdx/MDXCodeBlock/index.mjs.map +1 -0
- package/dist/jsx/mdx/MDXCodeBlock/index.native.js +21 -119
- package/dist/jsx/mdx/MDXCodeBlock/index.native.js.map +2 -2
- package/dist/jsx/mdx/UL/UL.stories.js +17 -2
- package/dist/jsx/mdx/UL/UL.stories.js.map +1 -1
- package/dist/jsx/mdx/UL/UL.stories.mjs +19 -2
- package/dist/jsx/mdx/UL/UL.stories.mjs.map +1 -0
- package/dist/jsx/mdx/UL/UL.stories.native.js +17 -1
- package/dist/jsx/mdx/UL/UL.stories.native.js.map +2 -2
- package/dist/jsx/mdx/UL/index.mjs +2 -1
- package/dist/jsx/mdx/UL/index.mjs.map +1 -0
- package/dist/jsx/mdx/components.js +70 -12
- package/dist/jsx/mdx/components.js.map +1 -1
- package/dist/jsx/mdx/components.mjs +10 -9
- package/dist/jsx/mdx/components.mjs.map +1 -0
- package/dist/jsx/mdx/components.native.js +91 -162
- package/dist/jsx/mdx/components.native.js.map +2 -2
- package/dist/jsx/mdx/hooks/index.mjs +2 -1
- package/dist/jsx/mdx/hooks/index.mjs.map +1 -0
- package/dist/jsx/mdx/hooks/useCompileAndEvaluateMdx.mjs +2 -1
- package/dist/jsx/mdx/hooks/useCompileAndEvaluateMdx.mjs.map +1 -0
- package/dist/jsx/mdx/hooks/useCompileAndEvaluateMdx.native.js +1 -1
- package/dist/jsx/mdx/hooks/useCompileAndEvaluateMdx.native.js.map +1 -1
- 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 +4 -3
- package/dist/jsx/mdx/hooks/useCompileMdx.mjs.map +1 -0
- package/dist/jsx/mdx/hooks/useCompileMdx.native.js +35 -249
- package/dist/jsx/mdx/hooks/useCompileMdx.native.js.map +2 -2
- package/dist/jsx/mdx/hooks/useEvaluateMdx.js +1 -1
- package/dist/jsx/mdx/hooks/useEvaluateMdx.js.map +1 -1
- package/dist/jsx/mdx/hooks/useEvaluateMdx.mjs +3 -2
- package/dist/jsx/mdx/hooks/useEvaluateMdx.mjs.map +1 -0
- package/dist/jsx/mdx/hooks/useEvaluateMdx.native.js +6 -63
- package/dist/jsx/mdx/hooks/useEvaluateMdx.native.js.map +2 -2
- package/dist/jsx/mdx/index.mjs +8 -7
- package/dist/jsx/mdx/index.mjs.map +1 -0
- package/dist/jsx/mdx/util/rehypeHighlightCode.js +4 -4
- package/dist/jsx/mdx/util/rehypeHighlightCode.js.map +1 -1
- package/dist/jsx/mdx/util/rehypeHighlightCode.mjs +6 -5
- package/dist/jsx/mdx/util/rehypeHighlightCode.mjs.map +1 -0
- package/dist/jsx/mdx/util/rehypeHighlightCode.native.js +4 -45
- package/dist/jsx/mdx/util/rehypeHighlightCode.native.js.map +2 -2
- package/dist/jsx/mdx/util/rehypeHighlightLine.js +1 -1
- package/dist/jsx/mdx/util/rehypeHighlightLine.js.map +1 -1
- package/dist/jsx/mdx/util/rehypeHighlightLine.mjs +3 -2
- package/dist/jsx/mdx/util/rehypeHighlightLine.mjs.map +1 -0
- package/dist/jsx/mdx/util/rehypeHighlightLine.native.js +4 -4
- package/dist/jsx/mdx/util/rehypeHighlightLine.native.js.map +2 -2
- package/dist/jsx/mdx/util/rehypeHighlightWord.js +5 -2
- package/dist/jsx/mdx/util/rehypeHighlightWord.js.map +1 -1
- package/dist/jsx/mdx/util/rehypeHighlightWord.mjs +3 -2
- package/dist/jsx/mdx/util/rehypeHighlightWord.mjs.map +1 -0
- package/dist/jsx/mdx/util/rehypeHighlightWord.native.js +2 -2
- package/dist/jsx/mdx/util/rehypeHighlightWord.native.js.map +2 -2
- package/dist/jsx/mdx/util/rehypeMetaAttributes.js +2 -2
- package/dist/jsx/mdx/util/rehypeMetaAttributes.js.map +1 -1
- package/dist/jsx/mdx/util/rehypeMetaAttributes.mjs +3 -2
- package/dist/jsx/mdx/util/rehypeMetaAttributes.mjs.map +1 -0
- package/dist/jsx/mdx/util/rehypeMetaAttributes.native.js +2 -2
- package/dist/jsx/mdx/util/rehypeMetaAttributes.native.js.map +1 -1
- package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.js +10 -3
- package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.js.map +1 -1
- package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.mjs +4 -3
- package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.mjs.map +1 -0
- package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.native.js +6 -39
- package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.native.js.map +2 -2
- package/dist/jsx/organize/SimpleAccordion/index.js +16 -2
- package/dist/jsx/organize/SimpleAccordion/index.js.map +1 -1
- package/dist/jsx/organize/SimpleAccordion/index.mjs +2 -1
- package/dist/jsx/organize/SimpleAccordion/index.mjs.map +1 -0
- package/dist/jsx/organize/SimpleAccordion/index.native.js +20 -77
- package/dist/jsx/organize/SimpleAccordion/index.native.js.map +2 -2
- package/dist/jsx/organize/SimpleCarousel/Carousel.stories.js +1 -1
- package/dist/jsx/organize/SimpleCarousel/Carousel.stories.js.map +1 -1
- package/dist/jsx/organize/SimpleCarousel/Carousel.stories.mjs +3 -2
- package/dist/jsx/organize/SimpleCarousel/Carousel.stories.mjs.map +1 -0
- package/dist/jsx/organize/SimpleCarousel/Carousel.stories.native.js +5 -39
- package/dist/jsx/organize/SimpleCarousel/Carousel.stories.native.js.map +2 -2
- package/dist/jsx/organize/SimpleCarousel/index.js +10 -4
- package/dist/jsx/organize/SimpleCarousel/index.js.map +1 -1
- package/dist/jsx/organize/SimpleCarousel/index.mjs +4 -3
- package/dist/jsx/organize/SimpleCarousel/index.mjs.map +1 -0
- package/dist/jsx/organize/SimpleCarousel/index.native.js +16 -113
- package/dist/jsx/organize/SimpleCarousel/index.native.js.map +2 -2
- package/dist/jsx/organize/SimpleInput/SimpleInput.stories.js.map +1 -1
- package/dist/jsx/organize/SimpleInput/SimpleInput.stories.mjs +3 -2
- package/dist/jsx/organize/SimpleInput/SimpleInput.stories.mjs.map +1 -0
- package/dist/jsx/organize/SimpleInput/SimpleInput.stories.native.js +6 -21
- package/dist/jsx/organize/SimpleInput/SimpleInput.stories.native.js.map +1 -1
- package/dist/jsx/organize/SimpleInput/index.js +23 -12
- package/dist/jsx/organize/SimpleInput/index.js.map +1 -1
- package/dist/jsx/organize/SimpleInput/index.mjs +5 -3
- package/dist/jsx/organize/SimpleInput/index.mjs.map +1 -0
- package/dist/jsx/organize/SimpleInput/index.native.js +12 -108
- package/dist/jsx/organize/SimpleInput/index.native.js.map +2 -2
- package/dist/jsx/organize/SimpleListItem/SimpleListItem.stories.js +77 -10
- package/dist/jsx/organize/SimpleListItem/SimpleListItem.stories.js.map +1 -1
- package/dist/jsx/organize/SimpleListItem/SimpleListItem.stories.mjs +4 -3
- package/dist/jsx/organize/SimpleListItem/SimpleListItem.stories.mjs.map +1 -0
- package/dist/jsx/organize/SimpleListItem/SimpleListItem.stories.native.js +6 -64
- package/dist/jsx/organize/SimpleListItem/SimpleListItem.stories.native.js.map +2 -2
- package/dist/jsx/organize/SimpleListItem/index.js +20 -4
- package/dist/jsx/organize/SimpleListItem/index.js.map +1 -1
- package/dist/jsx/organize/SimpleListItem/index.mjs +3 -2
- package/dist/jsx/organize/SimpleListItem/index.mjs.map +1 -0
- package/dist/jsx/organize/SimpleListItem/index.native.js +14 -81
- package/dist/jsx/organize/SimpleListItem/index.native.js.map +2 -2
- package/dist/jsx/organize/SimpleParagraph/SimpleParagraph.stories.mjs +4 -3
- package/dist/jsx/organize/SimpleParagraph/SimpleParagraph.stories.mjs.map +1 -0
- package/dist/jsx/organize/SimpleParagraph/SimpleParagraph.stories.native.js +2 -2
- package/dist/jsx/organize/SimpleParagraph/SimpleParagraph.stories.native.js.map +1 -1
- package/dist/jsx/organize/SimpleParagraph/index.js +16 -4
- package/dist/jsx/organize/SimpleParagraph/index.js.map +1 -1
- package/dist/jsx/organize/SimpleParagraph/index.mjs +7 -6
- package/dist/jsx/organize/SimpleParagraph/index.mjs.map +1 -0
- package/dist/jsx/organize/SimpleParagraph/index.native.js +9 -61
- package/dist/jsx/organize/SimpleParagraph/index.native.js.map +2 -2
- package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.js +48 -15
- package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.js.map +1 -1
- package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.mjs +4 -3
- package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.mjs.map +1 -0
- package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.native.js +6 -64
- package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.native.js.map +2 -2
- package/dist/jsx/organize/SimpleTabs/index.js.map +1 -1
- package/dist/jsx/organize/SimpleTabs/index.mjs +2 -1
- package/dist/jsx/organize/SimpleTabs/index.mjs.map +1 -0
- package/dist/jsx/organize/SimpleTabs/index.native.js +27 -92
- package/dist/jsx/organize/SimpleTabs/index.native.js.map +1 -1
- package/dist/jsx/organize/index.mjs +7 -6
- package/dist/jsx/organize/index.mjs.map +1 -0
- package/dist/jsx/panels/SimpleAlertDialog/SimpleAlertDialog.stories.js +1 -1
- package/dist/jsx/panels/SimpleAlertDialog/SimpleAlertDialog.stories.js.map +1 -1
- package/dist/jsx/panels/SimpleAlertDialog/SimpleAlertDialog.stories.mjs +3 -2
- package/dist/jsx/panels/SimpleAlertDialog/SimpleAlertDialog.stories.mjs.map +1 -0
- package/dist/jsx/panels/SimpleAlertDialog/SimpleAlertDialog.stories.native.js +19 -88
- package/dist/jsx/panels/SimpleAlertDialog/SimpleAlertDialog.stories.native.js.map +2 -2
- package/dist/jsx/panels/SimpleAlertDialog/index.js.map +1 -1
- package/dist/jsx/panels/SimpleAlertDialog/index.mjs +2 -1
- package/dist/jsx/panels/SimpleAlertDialog/index.mjs.map +1 -0
- package/dist/jsx/panels/SimpleAlertDialog/index.native.js +31 -94
- package/dist/jsx/panels/SimpleAlertDialog/index.native.js.map +1 -1
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.js +16 -8
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.js.map +1 -1
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.mjs +5 -4
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.mjs.map +1 -0
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.native.js +22 -94
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.native.js.map +2 -2
- package/dist/jsx/panels/SimpleDialog/index.js +13 -2
- package/dist/jsx/panels/SimpleDialog/index.js.map +1 -1
- package/dist/jsx/panels/SimpleDialog/index.mjs +3 -2
- package/dist/jsx/panels/SimpleDialog/index.mjs.map +1 -0
- package/dist/jsx/panels/SimpleDialog/index.native.js +58 -157
- package/dist/jsx/panels/SimpleDialog/index.native.js.map +2 -2
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.js +23 -3
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.js.map +1 -1
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.mjs +3 -2
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.mjs.map +1 -0
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.native.js +13 -86
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.native.js.map +2 -2
- package/dist/jsx/panels/SimplePopover/index.js +16 -2
- package/dist/jsx/panels/SimplePopover/index.js.map +1 -1
- package/dist/jsx/panels/SimplePopover/index.mjs +2 -1
- package/dist/jsx/panels/SimplePopover/index.mjs.map +1 -0
- package/dist/jsx/panels/SimplePopover/index.native.js +19 -76
- package/dist/jsx/panels/SimplePopover/index.native.js.map +1 -1
- package/dist/jsx/panels/SimpleSheet/SimpleSheet.stories.js +2 -2
- package/dist/jsx/panels/SimpleSheet/SimpleSheet.stories.js.map +1 -1
- package/dist/jsx/panels/SimpleSheet/SimpleSheet.stories.mjs +4 -3
- package/dist/jsx/panels/SimpleSheet/SimpleSheet.stories.mjs.map +1 -0
- package/dist/jsx/panels/SimpleSheet/SimpleSheet.stories.native.js +6 -24
- package/dist/jsx/panels/SimpleSheet/SimpleSheet.stories.native.js.map +2 -2
- package/dist/jsx/panels/SimpleSheet/index.js +26 -3
- package/dist/jsx/panels/SimpleSheet/index.js.map +1 -1
- package/dist/jsx/panels/SimpleSheet/index.mjs +2 -1
- package/dist/jsx/panels/SimpleSheet/index.mjs.map +1 -0
- package/dist/jsx/panels/SimpleSheet/index.native.js +15 -69
- package/dist/jsx/panels/SimpleSheet/index.native.js.map +1 -1
- package/dist/jsx/panels/SimpleTooltip/SimpleTooltip.stories.js +1 -1
- package/dist/jsx/panels/SimpleTooltip/SimpleTooltip.stories.js.map +1 -1
- package/dist/jsx/panels/SimpleTooltip/SimpleTooltip.stories.mjs +3 -2
- package/dist/jsx/panels/SimpleTooltip/SimpleTooltip.stories.mjs.map +1 -0
- package/dist/jsx/panels/SimpleTooltip/SimpleTooltip.stories.native.js +8 -80
- package/dist/jsx/panels/SimpleTooltip/SimpleTooltip.stories.native.js.map +2 -2
- package/dist/jsx/panels/SimpleTooltip/index.js.map +1 -1
- package/dist/jsx/panels/SimpleTooltip/index.mjs +2 -1
- package/dist/jsx/panels/SimpleTooltip/index.mjs.map +1 -0
- package/dist/jsx/panels/SimpleTooltip/index.native.js +19 -76
- package/dist/jsx/panels/SimpleTooltip/index.native.js.map +1 -1
- package/dist/jsx/panels/index.mjs +6 -5
- package/dist/jsx/panels/index.mjs.map +1 -0
- package/dist/jsx/providers/AnimationDriverTogglerContextProvider.js +6 -3
- package/dist/jsx/providers/AnimationDriverTogglerContextProvider.js.map +1 -1
- package/dist/jsx/providers/AnimationDriverTogglerContextProvider.mjs +11 -14
- package/dist/jsx/providers/AnimationDriverTogglerContextProvider.mjs.map +1 -0
- package/dist/jsx/providers/AnimationDriverTogglerContextProvider.native.js +11 -55
- package/dist/jsx/providers/AnimationDriverTogglerContextProvider.native.js.map +1 -1
- package/dist/jsx/table/Table/Table.stories.mjs +2 -1
- package/dist/jsx/table/Table/Table.stories.mjs.map +1 -0
- package/dist/jsx/table/Table/Table.stories.native.js +3 -20
- package/dist/jsx/table/Table/Table.stories.native.js.map +1 -1
- package/dist/jsx/table/Table/index.js +21 -5
- package/dist/jsx/table/Table/index.js.map +1 -1
- package/dist/jsx/table/Table/index.mjs +5 -4
- package/dist/jsx/table/Table/index.mjs.map +1 -0
- package/dist/jsx/table/Table/index.native.js +7 -61
- package/dist/jsx/table/Table/index.native.js.map +2 -2
- package/dist/jsx/table/TableCell/index.js +1 -1
- package/dist/jsx/table/TableCell/index.js.map +1 -1
- package/dist/jsx/table/TableCell/index.mjs +3 -2
- package/dist/jsx/table/TableCell/index.mjs.map +1 -0
- package/dist/jsx/table/TableCell/index.native.js +1 -1
- package/dist/jsx/table/TableCell/index.native.js.map +2 -2
- package/dist/jsx/table/TableCol/index.js +1 -1
- package/dist/jsx/table/TableCol/index.js.map +1 -1
- package/dist/jsx/table/TableCol/index.mjs +3 -2
- package/dist/jsx/table/TableCol/index.mjs.map +1 -0
- package/dist/jsx/table/TableCol/index.native.js +1 -1
- package/dist/jsx/table/TableCol/index.native.js.map +2 -2
- package/dist/jsx/table/TableContext.mjs +2 -1
- package/dist/jsx/table/TableContext.mjs.map +1 -0
- package/dist/jsx/table/index.mjs +4 -3
- package/dist/jsx/table/index.mjs.map +1 -0
- package/dist/jsx/testSetup.js +3 -2
- package/dist/jsx/testSetup.js.map +1 -1
- package/dist/jsx/testSetup.mjs +3 -2
- package/dist/jsx/testSetup.mjs.map +1 -0
- package/dist/jsx/testSetup.native.js +10 -20
- package/dist/jsx/testSetup.native.js.map +2 -2
- package/dist/jsx/tints.js +24 -5
- package/dist/jsx/tints.js.map +1 -1
- package/dist/jsx/tints.mjs +3 -2
- package/dist/jsx/tints.mjs.map +1 -0
- package/dist/jsx/tints.native.js +14 -113
- package/dist/jsx/tints.native.js.map +2 -2
- package/dist/jsx/utils/setTinted.js.map +1 -1
- package/dist/jsx/utils/setTinted.mjs +2 -1
- package/dist/jsx/utils/setTinted.mjs.map +1 -0
- package/dist/jsx/utils/unwrapText.mjs +2 -1
- package/dist/jsx/utils/unwrapText.mjs.map +1 -0
- package/package.json +18 -23
- package/src/ErrorBoundary/index.tsx +5 -3
- package/src/code/Code/Code.stories.tsx +4 -4
- package/src/code/Code/index.ts +22 -22
- package/src/code/CodeBlock/CodeBlock.stories.ts +5 -5
- package/src/code/CodeBlock/index.tsx +15 -7
- package/src/code/Pre/index.ts +6 -6
- package/src/code/index.ts +3 -3
- package/src/forms/Button/Button.tsx +2 -2
- package/src/forms/Button/SubmitButton.stories.tsx +9 -9
- package/src/forms/Button/SubmitButton.tsx +17 -9
- package/src/forms/Button/index.ts +2 -2
- package/src/forms/Checkbox/Checkbox.ts +2 -2
- package/src/forms/Checkbox/FieldCheckbox.stories.tsx +14 -12
- package/src/forms/Checkbox/FieldCheckbox.tsx +88 -33
- package/src/forms/Checkbox/index.ts +2 -2
- package/src/forms/FormField.tsx +66 -18
- package/src/forms/Input/FieldInput.stories.tsx +18 -16
- package/src/forms/Input/FieldInput.tsx +57 -20
- package/src/forms/Input/Input.ts +2 -2
- package/src/forms/Input/index.ts +2 -2
- package/src/forms/Progress/FieldProgress.stories.tsx +15 -13
- package/src/forms/Progress/FieldProgress.tsx +62 -23
- package/src/forms/Progress/Progress.ts +2 -2
- package/src/forms/Progress/index.ts +2 -2
- package/src/forms/RadioGroup/FieldRadioGroup.stories.tsx +16 -16
- package/src/forms/RadioGroup/FieldRadioGroup.tsx +59 -22
- package/src/forms/RadioGroup/RadioGroup.ts +2 -2
- package/src/forms/RadioGroup/index.ts +2 -2
- package/src/forms/Select/FieldSelectSimple.stories.tsx +16 -11
- package/src/forms/Select/FieldSelectSimple.tsx +57 -19
- package/src/forms/Select/Select.ts +2 -2
- package/src/forms/Select/SelectSimple.stories.tsx +12 -12
- package/src/forms/Select/SelectSimple.tsx +18 -9
- package/src/forms/Select/index.ts +3 -3
- package/src/forms/SelectButton/OptionButton.tsx +19 -10
- package/src/forms/SelectButton/SelectButton.stories.tsx +8 -8
- package/src/forms/SelectButton/SelectButton.tsx +10 -10
- package/src/forms/SelectButton/context.ts +6 -4
- package/src/forms/SelectButton/index.ts +2 -2
- package/src/forms/Slider/FieldSlider.stories.tsx +20 -13
- package/src/forms/Slider/FieldSlider.tsx +74 -23
- package/src/forms/Slider/Slider.ts +2 -2
- package/src/forms/Slider/index.ts +2 -2
- package/src/forms/Switch/FieldSwitch.stories.tsx +13 -11
- package/src/forms/Switch/FieldSwitch.tsx +50 -18
- package/src/forms/Switch/Switch.ts +2 -2
- package/src/forms/Switch/index.ts +2 -2
- package/src/forms/TextArea/FieldTextArea.stories.tsx +20 -15
- package/src/forms/TextArea/FieldTextArea.tsx +53 -18
- package/src/forms/TextArea/TextArea.ts +2 -2
- package/src/forms/TextArea/index.ts +2 -2
- package/src/forms/index.ts +12 -12
- package/src/forms/types.ts +25 -5
- package/src/helpers.tsx +9 -5
- package/src/hooks/index.ts +2 -2
- package/src/hooks/useAnimationDriverToggle.ts +6 -3
- package/src/hooks/useAssets/index.native.ts +12 -8
- package/src/hooks/useAssets/index.ts +10 -8
- package/src/hooks/useClipboard.ts +3 -3
- package/src/icons/CheckRegular.tsx +5 -5
- package/src/icons/MinusRegular.tsx +5 -5
- package/src/icons/index.ts +2 -2
- package/src/icons/themed.tsx +18 -5
- package/src/images/SimpleImage/index.stories.tsx +13 -13
- package/src/images/SimpleImage/index.tsx +74 -37
- package/src/images/Svg/Svg.stories.tsx +5 -5
- package/src/images/Svg/index.native.ts +2 -2
- package/src/images/Svg/index.ts +4 -4
- package/src/images/SvgUri/index.native.ts +2 -2
- package/src/images/SvgUri/index.tsx +4 -4
- package/src/images/index.ts +2 -2
- package/src/index.ts +13 -13
- package/src/layouts/Debug/DebugLayout.stories.tsx +9 -7
- package/src/layouts/Debug/index.tsx +30 -16
- package/src/layouts/index.tsx +1 -1
- package/src/mdx/ExternalIcon/ExternalIcon.stories.tsx +5 -5
- package/src/mdx/ExternalIcon/index.tsx +2 -2
- package/src/mdx/HR/HR.stories.tsx +4 -4
- package/src/mdx/HR/index.tsx +9 -3
- package/src/mdx/LI/LI.stories.tsx +42 -7
- package/src/mdx/LI/index.tsx +5 -5
- package/src/mdx/MDX/MDX.stories.tsx +5 -5
- package/src/mdx/MDX/index.tsx +7 -7
- package/src/mdx/MDXCodeBlock/MDXCodeBlock.stories.tsx +7 -7
- package/src/mdx/MDXCodeBlock/MDXCodeBlockContext.ts +2 -2
- package/src/mdx/MDXCodeBlock/index.tsx +36 -25
- package/src/mdx/UL/UL.stories.tsx +22 -7
- package/src/mdx/UL/index.ts +5 -5
- package/src/mdx/components.tsx +87 -30
- package/src/mdx/hooks/index.ts +3 -3
- package/src/mdx/hooks/useCompileAndEvaluateMdx.ts +3 -3
- package/src/mdx/hooks/useCompileMdx.ts +14 -12
- package/src/mdx/hooks/useEvaluateMdx.ts +6 -5
- package/src/mdx/index.ts +8 -8
- package/src/mdx/util/rehypeHighlightCode.ts +17 -12
- package/src/mdx/util/rehypeHighlightLine.ts +16 -13
- package/src/mdx/util/rehypeHighlightWord.ts +8 -5
- package/src/mdx/util/rehypeMetaAttributes.ts +7 -5
- package/src/organize/SimpleAccordion/SimpleAccordion.stories.tsx +12 -9
- package/src/organize/SimpleAccordion/index.tsx +21 -7
- package/src/organize/SimpleCarousel/Carousel.stories.tsx +7 -7
- package/src/organize/SimpleCarousel/index.tsx +13 -7
- package/src/organize/SimpleInput/SimpleInput.stories.tsx +10 -8
- package/src/organize/SimpleInput/index.tsx +21 -13
- package/src/organize/SimpleListItem/SimpleListItem.stories.tsx +66 -18
- package/src/organize/SimpleListItem/index.tsx +33 -11
- package/src/organize/SimpleParagraph/SimpleParagraph.stories.tsx +4 -4
- package/src/organize/SimpleParagraph/index.tsx +24 -14
- package/src/organize/SimpleTabs/SimpleTabs.stories.tsx +34 -13
- package/src/organize/SimpleTabs/index.tsx +9 -7
- package/src/organize/index.ts +6 -6
- package/src/panels/SimpleAlertDialog/SimpleAlertDialog.stories.tsx +13 -11
- package/src/panels/SimpleAlertDialog/index.tsx +17 -11
- package/src/panels/SimpleDialog/SimpleDialog.stories.tsx +23 -19
- package/src/panels/SimpleDialog/index.tsx +31 -19
- package/src/panels/SimplePopover/SimplePopover.stories.tsx +25 -8
- package/src/panels/SimplePopover/index.tsx +22 -7
- package/src/panels/SimpleSheet/SimpleSheet.stories.tsx +11 -9
- package/src/panels/SimpleSheet/index.tsx +22 -6
- package/src/panels/SimpleTooltip/SimpleTooltip.stories.tsx +10 -10
- package/src/panels/SimpleTooltip/index.tsx +10 -4
- package/src/panels/index.ts +5 -5
- package/src/providers/AnimationDriverTogglerContextProvider.tsx +22 -18
- package/src/table/Table/Table.stories.tsx +8 -8
- package/src/table/Table/index.tsx +19 -11
- package/src/table/TableCell/index.ts +15 -15
- package/src/table/TableCol/index.ts +5 -5
- package/src/table/TableContext.ts +1 -1
- package/src/table/index.ts +3 -3
- package/src/testSetup.ts +9 -8
- package/src/tints.tsx +46 -19
- package/src/utils/setTinted.ts +1 -1
- package/src/utils/unwrapText.ts +1 -1
- package/types/ErrorBoundary/index.d.ts +1 -1
- package/types/ErrorBoundary/index.d.ts.map +1 -1
- package/types/code/Code/Code.stories.d.ts +2 -2
- package/types/code/Code/Code.stories.d.ts.map +1 -1
- package/types/code/Code/index.d.ts +1 -1
- package/types/code/Code/index.d.ts.map +1 -1
- package/types/code/CodeBlock/CodeBlock.stories.d.ts +2 -2
- package/types/code/CodeBlock/CodeBlock.stories.d.ts.map +1 -1
- package/types/code/CodeBlock/index.d.ts +4 -4
- package/types/code/CodeBlock/index.d.ts.map +1 -1
- package/types/code/index.d.ts +3 -3
- package/types/forms/Button/Button.d.ts +2 -2
- package/types/forms/Button/SubmitButton.d.ts +4 -4
- package/types/forms/Button/SubmitButton.d.ts.map +1 -1
- package/types/forms/Button/SubmitButton.stories.d.ts +3 -3
- package/types/forms/Button/SubmitButton.stories.d.ts.map +1 -1
- package/types/forms/Button/index.d.ts +2 -2
- package/types/forms/Checkbox/Checkbox.d.ts +2 -2
- package/types/forms/Checkbox/FieldCheckbox.d.ts +7 -7
- package/types/forms/Checkbox/FieldCheckbox.d.ts.map +1 -1
- package/types/forms/Checkbox/FieldCheckbox.stories.d.ts +3 -3
- package/types/forms/Checkbox/FieldCheckbox.stories.d.ts.map +1 -1
- package/types/forms/Checkbox/index.d.ts +2 -2
- package/types/forms/FormField.d.ts +5 -5
- package/types/forms/FormField.d.ts.map +1 -1
- package/types/forms/Input/FieldInput.d.ts +7 -7
- package/types/forms/Input/FieldInput.d.ts.map +1 -1
- package/types/forms/Input/FieldInput.stories.d.ts +3 -3
- package/types/forms/Input/FieldInput.stories.d.ts.map +1 -1
- package/types/forms/Input/Input.d.ts +2 -2
- package/types/forms/Input/index.d.ts +2 -2
- package/types/forms/Progress/FieldProgress.d.ts +9 -7
- package/types/forms/Progress/FieldProgress.d.ts.map +1 -1
- package/types/forms/Progress/FieldProgress.stories.d.ts +3 -3
- package/types/forms/Progress/FieldProgress.stories.d.ts.map +1 -1
- package/types/forms/Progress/Progress.d.ts +2 -2
- package/types/forms/Progress/index.d.ts +2 -2
- package/types/forms/RadioGroup/FieldRadioGroup.d.ts +10 -10
- package/types/forms/RadioGroup/FieldRadioGroup.d.ts.map +1 -1
- package/types/forms/RadioGroup/FieldRadioGroup.stories.d.ts +3 -3
- package/types/forms/RadioGroup/FieldRadioGroup.stories.d.ts.map +1 -1
- package/types/forms/RadioGroup/RadioGroup.d.ts +2 -2
- package/types/forms/RadioGroup/index.d.ts +2 -2
- package/types/forms/Select/FieldSelectSimple.d.ts +7 -7
- package/types/forms/Select/FieldSelectSimple.d.ts.map +1 -1
- package/types/forms/Select/FieldSelectSimple.stories.d.ts +2 -2
- package/types/forms/Select/FieldSelectSimple.stories.d.ts.map +1 -1
- package/types/forms/Select/Select.d.ts +2 -2
- package/types/forms/Select/SelectSimple.d.ts +5 -5
- package/types/forms/Select/SelectSimple.d.ts.map +1 -1
- package/types/forms/Select/SelectSimple.stories.d.ts +2 -2
- package/types/forms/Select/SelectSimple.stories.d.ts.map +1 -1
- package/types/forms/Select/index.d.ts +3 -3
- package/types/forms/SelectButton/OptionButton.d.ts +2 -2
- package/types/forms/SelectButton/OptionButton.d.ts.map +1 -1
- package/types/forms/SelectButton/SelectButton.d.ts +3 -3
- package/types/forms/SelectButton/SelectButton.d.ts.map +1 -1
- package/types/forms/SelectButton/SelectButton.stories.d.ts +2 -2
- package/types/forms/SelectButton/SelectButton.stories.d.ts.map +1 -1
- package/types/forms/SelectButton/context.d.ts +2 -2
- package/types/forms/SelectButton/context.d.ts.map +1 -1
- package/types/forms/SelectButton/index.d.ts +2 -2
- package/types/forms/Slider/FieldSlider.d.ts +8 -8
- package/types/forms/Slider/FieldSlider.d.ts.map +1 -1
- package/types/forms/Slider/FieldSlider.stories.d.ts +3 -3
- package/types/forms/Slider/FieldSlider.stories.d.ts.map +1 -1
- package/types/forms/Slider/Slider.d.ts +2 -2
- package/types/forms/Slider/index.d.ts +2 -2
- package/types/forms/Switch/FieldSwitch.d.ts +7 -7
- package/types/forms/Switch/FieldSwitch.d.ts.map +1 -1
- package/types/forms/Switch/FieldSwitch.stories.d.ts +3 -3
- package/types/forms/Switch/FieldSwitch.stories.d.ts.map +1 -1
- package/types/forms/Switch/Switch.d.ts +2 -2
- package/types/forms/Switch/index.d.ts +2 -2
- package/types/forms/TextArea/FieldTextArea.d.ts +7 -7
- package/types/forms/TextArea/FieldTextArea.d.ts.map +1 -1
- package/types/forms/TextArea/FieldTextArea.stories.d.ts +3 -3
- package/types/forms/TextArea/FieldTextArea.stories.d.ts.map +1 -1
- package/types/forms/TextArea/TextArea.d.ts +2 -2
- package/types/forms/TextArea/index.d.ts +2 -2
- package/types/forms/index.d.ts +12 -12
- package/types/forms/types.d.ts +2 -2
- package/types/forms/types.d.ts.map +1 -1
- package/types/helpers.d.ts +1 -1
- package/types/helpers.d.ts.map +1 -1
- package/types/hooks/index.d.ts +2 -2
- package/types/hooks/useAnimationDriverToggle.d.ts.map +1 -1
- package/types/hooks/useAssets/index.d.ts +1 -1
- package/types/hooks/useAssets/index.d.ts.map +1 -1
- package/types/hooks/useAssets/index.native.d.ts +1 -1
- package/types/hooks/useAssets/index.native.d.ts.map +1 -1
- package/types/icons/index.d.ts +2 -2
- package/types/icons/themed.d.ts +1 -1
- package/types/icons/themed.d.ts.map +1 -1
- package/types/images/SimpleImage/index.d.ts +7 -7
- package/types/images/SimpleImage/index.d.ts.map +1 -1
- package/types/images/SimpleImage/index.stories.d.ts +2 -2
- package/types/images/SimpleImage/index.stories.d.ts.map +1 -1
- package/types/images/Svg/Svg.stories.d.ts +1 -1
- package/types/images/Svg/index.d.ts +2 -2
- package/types/images/Svg/index.d.ts.map +1 -1
- package/types/images/Svg/index.native.d.ts +1 -1
- package/types/images/SvgUri/index.d.ts +3 -3
- package/types/images/SvgUri/index.d.ts.map +1 -1
- package/types/images/index.d.ts +2 -2
- package/types/index.d.ts +13 -13
- package/types/layouts/Debug/DebugLayout.stories.d.ts +1 -1
- package/types/layouts/Debug/DebugLayout.stories.d.ts.map +1 -1
- package/types/layouts/Debug/index.d.ts +3 -3
- package/types/layouts/Debug/index.d.ts.map +1 -1
- package/types/layouts/index.d.ts +1 -1
- package/types/mdx/ExternalIcon/ExternalIcon.stories.d.ts +2 -2
- package/types/mdx/ExternalIcon/ExternalIcon.stories.d.ts.map +1 -1
- package/types/mdx/ExternalIcon/index.d.ts +1 -1
- package/types/mdx/HR/HR.stories.d.ts +1 -1
- package/types/mdx/HR/index.d.ts +1 -1
- package/types/mdx/HR/index.d.ts.map +1 -1
- package/types/mdx/LI/LI.stories.d.ts +17 -2
- package/types/mdx/LI/LI.stories.d.ts.map +1 -1
- package/types/mdx/MDX/MDX.stories.d.ts +2 -2
- package/types/mdx/MDX/MDX.stories.d.ts.map +1 -1
- package/types/mdx/MDX/index.d.ts +3 -3
- package/types/mdx/MDX/index.d.ts.map +1 -1
- package/types/mdx/MDXCodeBlock/MDXCodeBlock.stories.d.ts +2 -2
- package/types/mdx/MDXCodeBlock/MDXCodeBlock.stories.d.ts.map +1 -1
- package/types/mdx/MDXCodeBlock/MDXCodeBlockContext.d.ts +1 -1
- package/types/mdx/MDXCodeBlock/MDXCodeBlockContext.d.ts.map +1 -1
- package/types/mdx/MDXCodeBlock/index.d.ts +2 -2
- package/types/mdx/MDXCodeBlock/index.d.ts.map +1 -1
- package/types/mdx/UL/UL.stories.d.ts +17 -2
- package/types/mdx/UL/UL.stories.d.ts.map +1 -1
- package/types/mdx/components.d.ts +1 -1
- package/types/mdx/components.d.ts.map +1 -1
- package/types/mdx/hooks/index.d.ts +3 -3
- package/types/mdx/hooks/useCompileAndEvaluateMdx.d.ts +1 -1
- package/types/mdx/hooks/useCompileMdx.d.ts.map +1 -1
- package/types/mdx/hooks/useEvaluateMdx.d.ts +1 -1
- package/types/mdx/hooks/useEvaluateMdx.d.ts.map +1 -1
- package/types/mdx/index.d.ts +8 -8
- package/types/mdx/util/rehypeHighlightCode.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/mdx/util/rehypeMetaAttributes.d.ts.map +1 -1
- package/types/organize/SimpleAccordion/SimpleAccordion.stories.d.ts +2 -2
- package/types/organize/SimpleAccordion/SimpleAccordion.stories.d.ts.map +1 -1
- package/types/organize/SimpleAccordion/index.d.ts +4 -4
- package/types/organize/SimpleAccordion/index.d.ts.map +1 -1
- package/types/organize/SimpleCarousel/Carousel.stories.d.ts +2 -2
- package/types/organize/SimpleCarousel/Carousel.stories.d.ts.map +1 -1
- package/types/organize/SimpleCarousel/index.d.ts +3 -3
- package/types/organize/SimpleCarousel/index.d.ts.map +1 -1
- package/types/organize/SimpleInput/SimpleInput.stories.d.ts +3 -3
- package/types/organize/SimpleInput/SimpleInput.stories.d.ts.map +1 -1
- package/types/organize/SimpleInput/index.d.ts +3 -3
- package/types/organize/SimpleInput/index.d.ts.map +1 -1
- package/types/organize/SimpleListItem/SimpleListItem.stories.d.ts +2 -2
- package/types/organize/SimpleListItem/SimpleListItem.stories.d.ts.map +1 -1
- package/types/organize/SimpleListItem/index.d.ts +3 -3
- package/types/organize/SimpleListItem/index.d.ts.map +1 -1
- package/types/organize/SimpleParagraph/SimpleParagraph.stories.d.ts +1 -1
- package/types/organize/SimpleParagraph/index.d.ts +3 -3
- package/types/organize/SimpleParagraph/index.d.ts.map +1 -1
- package/types/organize/SimpleTabs/SimpleTabs.stories.d.ts +3 -3
- package/types/organize/SimpleTabs/SimpleTabs.stories.d.ts.map +1 -1
- package/types/organize/SimpleTabs/index.d.ts +2 -2
- package/types/organize/SimpleTabs/index.d.ts.map +1 -1
- package/types/organize/index.d.ts +6 -6
- package/types/panels/SimpleAlertDialog/SimpleAlertDialog.stories.d.ts +3 -3
- package/types/panels/SimpleAlertDialog/SimpleAlertDialog.stories.d.ts.map +1 -1
- package/types/panels/SimpleAlertDialog/index.d.ts +4 -4
- package/types/panels/SimpleAlertDialog/index.d.ts.map +1 -1
- package/types/panels/SimpleDialog/SimpleDialog.stories.d.ts +3 -3
- package/types/panels/SimpleDialog/SimpleDialog.stories.d.ts.map +1 -1
- package/types/panels/SimpleDialog/index.d.ts +3 -3
- package/types/panels/SimpleDialog/index.d.ts.map +1 -1
- package/types/panels/SimplePopover/SimplePopover.stories.d.ts +2 -2
- package/types/panels/SimplePopover/SimplePopover.stories.d.ts.map +1 -1
- package/types/panels/SimplePopover/index.d.ts +3 -3
- package/types/panels/SimplePopover/index.d.ts.map +1 -1
- package/types/panels/SimpleSheet/SimpleSheet.stories.d.ts +2 -2
- package/types/panels/SimpleSheet/SimpleSheet.stories.d.ts.map +1 -1
- package/types/panels/SimpleSheet/index.d.ts +2 -2
- package/types/panels/SimpleSheet/index.d.ts.map +1 -1
- package/types/panels/SimpleTooltip/SimpleTooltip.stories.d.ts +2 -2
- package/types/panels/SimpleTooltip/SimpleTooltip.stories.d.ts.map +1 -1
- package/types/panels/SimpleTooltip/index.d.ts +2 -2
- package/types/panels/SimpleTooltip/index.d.ts.map +1 -1
- package/types/panels/index.d.ts +5 -5
- package/types/providers/AnimationDriverTogglerContextProvider.d.ts +4 -4
- package/types/providers/AnimationDriverTogglerContextProvider.d.ts.map +1 -1
- package/types/table/Table/Table.stories.d.ts +1 -1
- package/types/table/Table/index.d.ts +1 -1
- package/types/table/Table/index.d.ts.map +1 -1
- package/types/table/index.d.ts +3 -3
- package/types/testSetup.d.ts +1 -1
- package/types/tints.d.ts +3 -3
- package/types/tints.d.ts.map +1 -1
- package/types/utils/setTinted.d.ts +1 -1
- package/types/utils/setTinted.d.ts.map +1 -1
|
@@ -19,19 +19,22 @@
|
|
|
19
19
|
* limitations under the License.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
import
|
|
23
|
-
import type {
|
|
24
|
-
import
|
|
25
|
-
import type {
|
|
26
|
-
import
|
|
27
|
-
import type {
|
|
28
|
-
import { SolitoImage } from
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import { useAssets } from
|
|
22
|
+
import type { Image } from "expo-image";
|
|
23
|
+
import type { StaticImageData } from "next/image";
|
|
24
|
+
import React, { useMemo, forwardRef, useRef } from "react";
|
|
25
|
+
import type { ComponentProps, Ref } from "react";
|
|
26
|
+
import { StyleSheet } from "react-native";
|
|
27
|
+
import type { SolitoImageProps } from "solito/build/image/image.types";
|
|
28
|
+
import { SolitoImage } from "solito/image";
|
|
29
|
+
import type { StackProps } from "tamagui";
|
|
30
|
+
import { Stack, createComponent } from "tamagui";
|
|
31
|
+
import { useAssets } from "../../hooks/useAssets";
|
|
32
32
|
|
|
33
|
-
export type Props = Omit<
|
|
34
|
-
|
|
33
|
+
export type Props = Omit<
|
|
34
|
+
SolitoImageProps,
|
|
35
|
+
"height" | "width" | "src" | "fill" | "style" | "alt"
|
|
36
|
+
> &
|
|
37
|
+
Omit<StackProps, "height" | "width"> & {
|
|
35
38
|
alt?: string;
|
|
36
39
|
height?: number | string;
|
|
37
40
|
src?: StaticImport | string | number;
|
|
@@ -68,64 +71,96 @@ const SimpleImageComponent = forwardRef<Image, Props>(
|
|
|
68
71
|
const parentRef = useRef();
|
|
69
72
|
const style = StyleSheet.flatten(props.style || {});
|
|
70
73
|
let asset: StaticImageData | undefined;
|
|
71
|
-
if (typeof src ===
|
|
74
|
+
if (typeof src === "number") [asset] = useAssets([src]);
|
|
72
75
|
const staticImageData = useMemo(() => {
|
|
73
|
-
if (typeof src ===
|
|
74
|
-
if (typeof src ===
|
|
75
|
-
return (
|
|
76
|
+
if (typeof src === "string") return;
|
|
77
|
+
if (typeof src === "number") return asset;
|
|
78
|
+
return (
|
|
79
|
+
(src as { default?: StaticImageData })?.default ||
|
|
80
|
+
(src as StaticImageData)
|
|
81
|
+
);
|
|
76
82
|
}, [asset, src]);
|
|
77
83
|
|
|
78
84
|
const mAspectRatio = useMemo(() => {
|
|
79
85
|
const sAspectRatio = aspectRatio || style.aspectRatio;
|
|
80
|
-
if (typeof sAspectRatio ===
|
|
81
|
-
const [width, height] = sAspectRatio.split(
|
|
82
|
-
return
|
|
86
|
+
if (typeof sAspectRatio === "string") {
|
|
87
|
+
const [width, height] = sAspectRatio.split(":");
|
|
88
|
+
return (
|
|
89
|
+
Number.parseInt(width || "0", 10) / Number.parseInt(height || "0", 10)
|
|
90
|
+
);
|
|
83
91
|
}
|
|
84
92
|
return sAspectRatio;
|
|
85
93
|
}, [aspectRatio, style.aspectRatio]);
|
|
86
94
|
|
|
87
95
|
const solitoHeight = useMemo(() => {
|
|
88
|
-
if (typeof height ===
|
|
89
|
-
if (typeof height ===
|
|
96
|
+
if (typeof height === "string") return;
|
|
97
|
+
if (typeof height === "number") return height;
|
|
90
98
|
const w =
|
|
91
|
-
typeof width ===
|
|
99
|
+
typeof width === "number"
|
|
92
100
|
? width
|
|
93
|
-
: typeof style.width !==
|
|
94
|
-
? typeof style.width ===
|
|
101
|
+
: typeof style.width !== "undefined"
|
|
102
|
+
? typeof style.width === "number"
|
|
95
103
|
? style.width
|
|
96
104
|
: undefined
|
|
97
105
|
: staticImageData?.width;
|
|
98
|
-
if (typeof w ===
|
|
106
|
+
if (typeof w === "number" && typeof mAspectRatio === "number")
|
|
107
|
+
return w / mAspectRatio;
|
|
99
108
|
return staticImageData?.height;
|
|
100
|
-
}, [
|
|
109
|
+
}, [
|
|
110
|
+
mAspectRatio,
|
|
111
|
+
staticImageData?.width,
|
|
112
|
+
staticImageData?.height,
|
|
113
|
+
style.width,
|
|
114
|
+
style.height,
|
|
115
|
+
width,
|
|
116
|
+
height,
|
|
117
|
+
]);
|
|
101
118
|
|
|
102
119
|
const solitoWidth = useMemo(() => {
|
|
103
|
-
if (typeof width ===
|
|
104
|
-
if (typeof width ===
|
|
120
|
+
if (typeof width === "string") return;
|
|
121
|
+
if (typeof width === "number") return width;
|
|
105
122
|
const h =
|
|
106
|
-
typeof height ===
|
|
123
|
+
typeof height === "number"
|
|
107
124
|
? height
|
|
108
|
-
: typeof style.height !==
|
|
109
|
-
? typeof style.height ===
|
|
125
|
+
: typeof style.height !== "undefined"
|
|
126
|
+
? typeof style.height === "number"
|
|
110
127
|
? style.height
|
|
111
128
|
: undefined
|
|
112
129
|
: staticImageData?.height;
|
|
113
|
-
if (typeof h ===
|
|
130
|
+
if (typeof h === "number" && typeof mAspectRatio === "number")
|
|
131
|
+
return h * mAspectRatio;
|
|
114
132
|
return staticImageData?.width;
|
|
115
|
-
}, [
|
|
133
|
+
}, [
|
|
134
|
+
mAspectRatio,
|
|
135
|
+
staticImageData?.width,
|
|
136
|
+
staticImageData?.height,
|
|
137
|
+
style.width,
|
|
138
|
+
style.height,
|
|
139
|
+
width,
|
|
140
|
+
height,
|
|
141
|
+
]);
|
|
116
142
|
|
|
117
143
|
const fill = useMemo(() => {
|
|
118
|
-
if (
|
|
144
|
+
if (
|
|
145
|
+
typeof solitoWidth === "undefined" ||
|
|
146
|
+
typeof solitoHeight === "undefined"
|
|
147
|
+
) {
|
|
119
148
|
return true;
|
|
120
149
|
}
|
|
121
150
|
return false;
|
|
122
151
|
}, [solitoWidth, solitoHeight]);
|
|
123
152
|
|
|
124
153
|
return (
|
|
125
|
-
<Stack
|
|
154
|
+
<Stack
|
|
155
|
+
{...props}
|
|
156
|
+
aspectRatio={aspectRatio}
|
|
157
|
+
width={width}
|
|
158
|
+
height={height}
|
|
159
|
+
ref={parentRef as any}
|
|
160
|
+
>
|
|
126
161
|
{src && (
|
|
127
162
|
<SolitoImage
|
|
128
|
-
alt={alt ||
|
|
163
|
+
alt={alt || ""}
|
|
129
164
|
blurDataURL={blurDataURL}
|
|
130
165
|
contentFit={contentFit}
|
|
131
166
|
contentPosition={contentPosition}
|
|
@@ -153,7 +188,9 @@ const SimpleImageComponent = forwardRef<Image, Props>(
|
|
|
153
188
|
},
|
|
154
189
|
);
|
|
155
190
|
|
|
156
|
-
export const SimpleImage = createComponent<
|
|
191
|
+
export const SimpleImage = createComponent<
|
|
192
|
+
ComponentProps<typeof SimpleImageComponent>
|
|
193
|
+
>({
|
|
157
194
|
Component: SimpleImageComponent as any,
|
|
158
195
|
acceptsClassName: true,
|
|
159
196
|
});
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import { Path } from
|
|
3
|
-
import { Svg } from
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { Path } from "react-native-svg";
|
|
3
|
+
import { Svg } from "./index";
|
|
4
4
|
|
|
5
5
|
export default {
|
|
6
|
-
title:
|
|
6
|
+
title: "images/Svg",
|
|
7
7
|
component: Svg,
|
|
8
8
|
parameters: {
|
|
9
|
-
status: { type:
|
|
9
|
+
status: { type: "beta" },
|
|
10
10
|
},
|
|
11
11
|
};
|
|
12
12
|
|
package/src/images/Svg/index.ts
CHANGED
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
* limitations under the License.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
import
|
|
23
|
-
import type { ComponentType } from
|
|
24
|
-
import { Svg as
|
|
25
|
-
import { styled } from
|
|
22
|
+
import { Svg as TSvg } from "@tamagui/react-native-svg";
|
|
23
|
+
import type { ComponentType } from "react";
|
|
24
|
+
import type { Svg as RNSvg } from "react-native-svg";
|
|
25
|
+
import { styled } from "tamagui";
|
|
26
26
|
|
|
27
27
|
export const Svg = styled(TSvg as typeof RNSvg, {});
|
|
28
28
|
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
* limitations under the License.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
import React from
|
|
23
|
-
import type {
|
|
24
|
-
import type {
|
|
22
|
+
import React from "react";
|
|
23
|
+
import type { UriProps } from "react-native-svg";
|
|
24
|
+
import type { StackProps } from "tamagui";
|
|
25
25
|
|
|
26
26
|
const logger = console;
|
|
27
27
|
|
|
28
28
|
export type SvgUriProps = StackProps & UriProps;
|
|
29
29
|
|
|
30
30
|
export function SvgUri(_props: SvgUriProps) {
|
|
31
|
-
logger.error(
|
|
31
|
+
logger.error("use SimpleImage instead of SvgUri");
|
|
32
32
|
return <>{}</>;
|
|
33
33
|
}
|
package/src/images/index.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from
|
|
2
|
-
export * from
|
|
1
|
+
export * from "./SimpleImage/index";
|
|
2
|
+
export * from "./Svg";
|
package/src/index.ts
CHANGED
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
* limitations under the License.
|
|
22
22
|
*/
|
|
23
23
|
|
|
24
|
-
export * from
|
|
25
|
-
export * from
|
|
26
|
-
export * from
|
|
27
|
-
export * from
|
|
28
|
-
export * from
|
|
29
|
-
export * from
|
|
30
|
-
export * from
|
|
31
|
-
export * from
|
|
32
|
-
export * from
|
|
33
|
-
export * from
|
|
34
|
-
export * from
|
|
35
|
-
export * from
|
|
36
|
-
export * from
|
|
24
|
+
export * from "./ErrorBoundary";
|
|
25
|
+
export * from "./code";
|
|
26
|
+
export * from "./forms";
|
|
27
|
+
export * from "./helpers";
|
|
28
|
+
export * from "./hooks";
|
|
29
|
+
export * from "./images";
|
|
30
|
+
export * from "./layouts";
|
|
31
|
+
export * from "./mdx";
|
|
32
|
+
export * from "./organize";
|
|
33
|
+
export * from "./panels";
|
|
34
|
+
export * from "./table";
|
|
35
|
+
export * from "./tints";
|
|
36
|
+
export * from "tamagui";
|
|
@@ -19,17 +19,19 @@
|
|
|
19
19
|
* limitations under the License.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import {
|
|
25
|
-
import { withDebugLayout } from
|
|
22
|
+
import { action } from "@storybook/addon-actions";
|
|
23
|
+
import React from "react";
|
|
24
|
+
import { Button } from "tamagui";
|
|
25
|
+
import { withDebugLayout } from "./index";
|
|
26
26
|
|
|
27
27
|
export default {
|
|
28
|
-
title:
|
|
28
|
+
title: "layouts/Debug",
|
|
29
29
|
parameters: {
|
|
30
|
-
status: { type:
|
|
30
|
+
status: { type: "beta" },
|
|
31
31
|
},
|
|
32
32
|
};
|
|
33
33
|
|
|
34
|
-
const Main = withDebugLayout(() =>
|
|
34
|
+
const Main = withDebugLayout(() => (
|
|
35
|
+
<Button onPress={action("onPress")}>Hello, world!</Button>
|
|
36
|
+
));
|
|
35
37
|
export const main = () => <Main />;
|
|
@@ -19,20 +19,20 @@
|
|
|
19
19
|
* limitations under the License.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
import
|
|
23
|
-
import type { ComponentType, ReactNode } from 'react';
|
|
24
|
-
import type { ThemeName } from 'tamagui';
|
|
25
|
-
import type { WithLayout } from 'multiplatform.one';
|
|
26
|
-
import { Select, YStack, XStack, Adapt, Popover, Circle } from 'tamagui';
|
|
27
|
-
// import { SelectSimple } from '../../forms/SelectSimple';
|
|
28
|
-
import { createWithLayout } from 'multiplatform.one';
|
|
29
|
-
import { useLocale, useSupportedLocales } from '@multiplatform.one/locales';
|
|
30
|
-
import { useTheme } from 'multiplatform.one/theme';
|
|
31
|
-
import { useTint } from '../../tints';
|
|
22
|
+
import { useLocale, useSupportedLocales } from "@multiplatform.one/locales";
|
|
32
23
|
// @ts-ignore
|
|
33
|
-
import { config } from
|
|
24
|
+
import { config } from "app/config";
|
|
25
|
+
import type { WithLayout } from "multiplatform.one";
|
|
26
|
+
// import { SelectSimple } from '../../forms/SelectSimple';
|
|
27
|
+
import { createWithLayout } from "multiplatform.one";
|
|
28
|
+
import { useTheme } from "multiplatform.one/theme";
|
|
29
|
+
import React from "react";
|
|
30
|
+
import type { ComponentType, ReactNode } from "react";
|
|
31
|
+
import type { ThemeName } from "tamagui";
|
|
32
|
+
import { Adapt, Circle, Popover, Select, XStack, YStack } from "tamagui";
|
|
33
|
+
import { useTint } from "../../tints";
|
|
34
34
|
|
|
35
|
-
type ColorScheme =
|
|
35
|
+
type ColorScheme = "dark" | "light";
|
|
36
36
|
|
|
37
37
|
export interface DebugLayoutProps<DebugViewProps> {
|
|
38
38
|
children: ReactNode;
|
|
@@ -47,9 +47,18 @@ export function DebugLayout<DebugViewProps>({
|
|
|
47
47
|
children,
|
|
48
48
|
debugView,
|
|
49
49
|
debugViewProps,
|
|
50
|
-
rootThemeNames = [
|
|
50
|
+
rootThemeNames = ["system", "light", "dark"],
|
|
51
51
|
size = 12,
|
|
52
|
-
subThemeNames = [
|
|
52
|
+
subThemeNames = [
|
|
53
|
+
"blue",
|
|
54
|
+
"gray",
|
|
55
|
+
"green",
|
|
56
|
+
"orange",
|
|
57
|
+
"pink",
|
|
58
|
+
"purple",
|
|
59
|
+
"red",
|
|
60
|
+
"yellow",
|
|
61
|
+
],
|
|
53
62
|
}: DebugLayoutProps<DebugViewProps>) {
|
|
54
63
|
const { familiesNames, setFamily, name } = useTint();
|
|
55
64
|
const DebugView = debugView;
|
|
@@ -110,7 +119,12 @@ export function DebugLayout<DebugViewProps>({
|
|
|
110
119
|
<XStack gap="$4" margin="$4" width={size} height={size}>
|
|
111
120
|
<Popover placement="right" size="$5">
|
|
112
121
|
<Popover.Trigger>
|
|
113
|
-
<Circle
|
|
122
|
+
<Circle
|
|
123
|
+
cursor="pointer"
|
|
124
|
+
backgroundColor="$color9"
|
|
125
|
+
width={size}
|
|
126
|
+
height={size}
|
|
127
|
+
/>
|
|
114
128
|
</Popover.Trigger>
|
|
115
129
|
<Adapt>
|
|
116
130
|
<Popover.Sheet modal dismissOnSnapToBottom>
|
|
@@ -169,7 +183,7 @@ export function DebugLayout<DebugViewProps>({
|
|
|
169
183
|
);
|
|
170
184
|
}
|
|
171
185
|
|
|
172
|
-
if (config.get(
|
|
186
|
+
if (config.get("DEBUG") !== "1") return <>{children}</>;
|
|
173
187
|
return (
|
|
174
188
|
<YStack fullscreen>
|
|
175
189
|
{children}
|
package/src/layouts/index.tsx
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from
|
|
1
|
+
export * from "./Debug";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
1
|
+
import type { Meta } from "@storybook/react";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { ExternalIcon } from "./index";
|
|
4
4
|
|
|
5
5
|
const meta: Meta = {
|
|
6
|
-
title:
|
|
6
|
+
title: "mdx/ExternalIcon",
|
|
7
7
|
component: ExternalIcon,
|
|
8
|
-
parameters: { status: { type:
|
|
8
|
+
parameters: { status: { type: "beta" } },
|
|
9
9
|
};
|
|
10
10
|
|
|
11
11
|
export const main = () => <ExternalIcon />;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import React from
|
|
2
|
-
import { HR } from
|
|
1
|
+
import React from "react";
|
|
2
|
+
import { HR } from "./index";
|
|
3
3
|
|
|
4
4
|
export default {
|
|
5
|
-
title:
|
|
5
|
+
title: "mdx/HR",
|
|
6
6
|
component: HR,
|
|
7
|
-
parameters: { status: { type:
|
|
7
|
+
parameters: { status: { type: "beta" } },
|
|
8
8
|
};
|
|
9
9
|
|
|
10
10
|
export const main = () => <HR />;
|
package/src/mdx/HR/index.tsx
CHANGED
|
@@ -19,11 +19,17 @@
|
|
|
19
19
|
* limitations under the License.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
import React from
|
|
23
|
-
import { EnsureFlexed, YStack } from
|
|
22
|
+
import React from "react";
|
|
23
|
+
import { EnsureFlexed, YStack } from "tamagui";
|
|
24
24
|
|
|
25
25
|
export const HR = () => (
|
|
26
|
-
<YStack
|
|
26
|
+
<YStack
|
|
27
|
+
marginTop="$10"
|
|
28
|
+
marginBottom="$10"
|
|
29
|
+
marginLeft="auto"
|
|
30
|
+
marginRight="auto"
|
|
31
|
+
maxWidth="50%"
|
|
32
|
+
>
|
|
27
33
|
<EnsureFlexed />
|
|
28
34
|
<YStack borderBottomColor="$borderColor" borderBottomWidth={1} flex={1} />
|
|
29
35
|
</YStack>
|
|
@@ -1,15 +1,50 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/mdx/LI/LI.stories.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 25-06-2024 16:50:25
|
|
5
|
+
* Author: Lavanya Katari
|
|
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
|
+
*/
|
|
21
|
+
|
|
22
|
+
import React from "react";
|
|
23
|
+
import { Text } from "tamagui";
|
|
24
|
+
import { LI } from "./index";
|
|
4
25
|
|
|
5
26
|
export default {
|
|
6
|
-
title:
|
|
27
|
+
title: "mdx/LI",
|
|
7
28
|
component: LI,
|
|
8
|
-
parameters: { status: { type:
|
|
29
|
+
parameters: { status: { type: "beta" } },
|
|
30
|
+
controls: {
|
|
31
|
+
argTypes: {
|
|
32
|
+
size: {
|
|
33
|
+
description: "Sets the size of the list item",
|
|
34
|
+
defaultValue: "$5",
|
|
35
|
+
},
|
|
36
|
+
tag: {
|
|
37
|
+
description: "Sets the HTML tag for the list item",
|
|
38
|
+
defaultValue: "li",
|
|
39
|
+
},
|
|
40
|
+
},
|
|
41
|
+
},
|
|
9
42
|
};
|
|
10
43
|
|
|
11
|
-
export const main = () => (
|
|
12
|
-
<LI>
|
|
44
|
+
export const main = (args) => (
|
|
45
|
+
<LI {...args}>
|
|
13
46
|
<Text>Hello world</Text>
|
|
14
47
|
</LI>
|
|
15
48
|
);
|
|
49
|
+
const mainArgs = {};
|
|
50
|
+
main.args = mainArgs;
|
package/src/mdx/LI/index.tsx
CHANGED
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
* limitations under the License.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
import { Paragraph, styled } from
|
|
22
|
+
import { Paragraph, styled } from "tamagui";
|
|
23
23
|
|
|
24
24
|
export const LI = styled(Paragraph, {
|
|
25
|
-
display:
|
|
26
|
-
tag:
|
|
27
|
-
size:
|
|
28
|
-
paddingBottom:
|
|
25
|
+
display: "list-item" as any,
|
|
26
|
+
tag: "li",
|
|
27
|
+
size: "$5",
|
|
28
|
+
paddingBottom: "$1",
|
|
29
29
|
});
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import { MDX } from
|
|
1
|
+
import type { Meta } from "@storybook/react";
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { MDX } from "./index";
|
|
4
4
|
|
|
5
5
|
const meta: Meta = {
|
|
6
|
-
title:
|
|
6
|
+
title: "mdx/MDX",
|
|
7
7
|
parameters: {
|
|
8
|
-
status: { type:
|
|
8
|
+
status: { type: "beta" },
|
|
9
9
|
},
|
|
10
10
|
};
|
|
11
11
|
|
package/src/mdx/MDX/index.tsx
CHANGED
|
@@ -19,12 +19,12 @@
|
|
|
19
19
|
* limitations under the License.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
import
|
|
23
|
-
import type { MDXComponents } from
|
|
24
|
-
import type { DebugProp } from
|
|
25
|
-
import
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
22
|
+
import { useMDXComponents } from "@mdx-js/react";
|
|
23
|
+
import type { MDXComponents } from "@mdx-js/react/lib";
|
|
24
|
+
import type { DebugProp } from "@tamagui/web";
|
|
25
|
+
import React from "react";
|
|
26
|
+
import { mdxComponents } from "../components";
|
|
27
|
+
import { useCompileAndEvaluateMdx } from "../hooks";
|
|
28
28
|
|
|
29
29
|
export interface MDXProps {
|
|
30
30
|
children: string;
|
|
@@ -39,7 +39,7 @@ export function MDX({ children, debug, ...props }: MDXProps) {
|
|
|
39
39
|
const { Component, code, frontmatter } = useCompileAndEvaluateMdx(children);
|
|
40
40
|
if (!Component) return <>{}</>;
|
|
41
41
|
if (debug) {
|
|
42
|
-
logger.debug(
|
|
42
|
+
logger.debug("MDX", { frontmatter });
|
|
43
43
|
logger.debug(code);
|
|
44
44
|
}
|
|
45
45
|
return (
|
|
@@ -19,23 +19,23 @@
|
|
|
19
19
|
* limitations under the License.
|
|
20
20
|
*/
|
|
21
21
|
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
22
|
+
import type { Meta, StoryObj } from "@storybook/react";
|
|
23
|
+
import React from "react";
|
|
24
|
+
import { Text, XStack } from "tamagui";
|
|
25
|
+
import { MDXCodeBlock } from "./index";
|
|
26
26
|
|
|
27
27
|
const meta: Meta = {
|
|
28
|
-
title:
|
|
28
|
+
title: "mdx/MDXCodeBlock",
|
|
29
29
|
component: MDXCodeBlock,
|
|
30
30
|
parameters: {
|
|
31
|
-
status: { type:
|
|
31
|
+
status: { type: "beta" },
|
|
32
32
|
},
|
|
33
33
|
};
|
|
34
34
|
|
|
35
35
|
export const main: StoryObj<typeof MDXCodeBlock> = {
|
|
36
36
|
args: {
|
|
37
37
|
isCollapsible: false,
|
|
38
|
-
background:
|
|
38
|
+
background: "$color3",
|
|
39
39
|
},
|
|
40
40
|
render: (args) => (
|
|
41
41
|
<MDXCodeBlock {...args}>
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import { createContext } from "react";
|
|
2
|
+
import type { CodeProps } from "../../code/Code";
|
|
3
3
|
|
|
4
4
|
export interface MDXCodeBlockContextValue extends CodeProps {
|
|
5
5
|
disableCopy?: boolean;
|