@multiplatform.one/components 0.7.1 → 0.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +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.map +1 -1
- package/dist/cjs/code/Code/index.native.js.map +1 -1
- package/dist/cjs/forms/FormCheckBox/index.js.map +1 -1
- package/dist/cjs/forms/FormCheckBox/index.native.js.map +1 -1
- package/dist/cjs/forms/FormField.js.map +1 -1
- package/dist/cjs/forms/FormField.native.js.map +1 -1
- package/dist/cjs/forms/FormRadioGroup/FormRadioGroup.stories.js +17 -9
- package/dist/cjs/forms/FormRadioGroup/FormRadioGroup.stories.js.map +1 -1
- package/dist/cjs/forms/FormRadioGroup/FormRadioGroup.stories.native.js +16 -10
- package/dist/cjs/forms/FormRadioGroup/FormRadioGroup.stories.native.js.map +1 -1
- package/dist/cjs/forms/FormRadioGroup/index.js +7 -8
- package/dist/cjs/forms/FormRadioGroup/index.js.map +2 -2
- package/dist/cjs/forms/FormRadioGroup/index.native.js +5 -6
- package/dist/cjs/forms/FormRadioGroup/index.native.js.map +1 -1
- package/dist/cjs/forms/FormSwitch/FormSwitch.stories.js +15 -11
- package/dist/cjs/forms/FormSwitch/FormSwitch.stories.js.map +1 -1
- package/dist/cjs/forms/FormSwitch/FormSwitch.stories.native.js +5 -4
- package/dist/cjs/forms/FormSwitch/FormSwitch.stories.native.js.map +1 -1
- package/dist/cjs/forms/FormSwitch/index.js +2 -4
- package/dist/cjs/forms/FormSwitch/index.js.map +1 -1
- package/dist/cjs/forms/FormSwitch/index.native.js +2 -4
- package/dist/cjs/forms/FormSwitch/index.native.js.map +1 -1
- package/dist/cjs/forms/SimpleForm/SimpleForm.stories.js +1 -14
- package/dist/cjs/forms/SimpleForm/SimpleForm.stories.js.map +1 -1
- package/dist/cjs/forms/SimpleForm/SimpleForm.stories.native.js +2 -14
- package/dist/cjs/forms/SimpleForm/SimpleForm.stories.native.js.map +1 -1
- package/dist/cjs/images/SimpleImage/index.stories.js.map +1 -1
- package/dist/cjs/images/SimpleImage/index.stories.native.js.map +1 -1
- package/dist/cjs/organize/SimpleAccordion/SimpleAccordion.stories.js +10 -8
- package/dist/cjs/organize/SimpleAccordion/SimpleAccordion.stories.js.map +1 -1
- package/dist/cjs/organize/SimpleAccordion/SimpleAccordion.stories.native.js +6 -8
- package/dist/cjs/organize/SimpleAccordion/SimpleAccordion.stories.native.js.map +1 -1
- package/dist/cjs/organize/SimpleAccordion/index.js +11 -3
- package/dist/cjs/organize/SimpleAccordion/index.js.map +1 -1
- package/dist/cjs/organize/SimpleAccordion/index.native.js +8 -3
- package/dist/cjs/organize/SimpleAccordion/index.native.js.map +1 -1
- package/dist/cjs/organize/SimpleCarousel/Carousel.stories.js +40 -0
- package/dist/cjs/organize/SimpleCarousel/Carousel.stories.js.map +6 -0
- package/dist/cjs/{panels/SimpleToast/SimpleToast.stories.native.js → organize/SimpleCarousel/Carousel.stories.native.js} +12 -15
- package/dist/cjs/organize/SimpleCarousel/Carousel.stories.native.js.map +6 -0
- package/dist/cjs/organize/SimpleCarousel/index.js +131 -0
- package/dist/cjs/organize/SimpleCarousel/index.js.map +6 -0
- package/dist/cjs/organize/SimpleCarousel/index.native.js +124 -0
- package/dist/cjs/organize/SimpleCarousel/index.native.js.map +6 -0
- package/dist/cjs/{component → organize}/SimpleInput/SimpleInput.stories.js +1 -1
- package/dist/cjs/organize/SimpleInput/SimpleInput.stories.js.map +6 -0
- package/dist/cjs/{component → organize}/SimpleInput/SimpleInput.stories.native.js +1 -1
- package/dist/cjs/organize/SimpleInput/SimpleInput.stories.native.js.map +6 -0
- package/dist/cjs/organize/SimpleInput/index.js.map +6 -0
- package/dist/cjs/organize/SimpleInput/index.native.js.map +6 -0
- package/dist/cjs/organize/SimpleListItem/SimpleListItem.stories.js +58 -0
- package/dist/cjs/organize/SimpleListItem/SimpleListItem.stories.js.map +6 -0
- package/dist/cjs/organize/SimpleListItem/SimpleListItem.stories.native.js +45 -0
- package/dist/cjs/organize/SimpleListItem/SimpleListItem.stories.native.js.map +6 -0
- package/dist/cjs/organize/SimpleListItem/index.js +49 -0
- package/dist/cjs/organize/SimpleListItem/index.js.map +6 -0
- package/dist/cjs/organize/SimpleListItem/index.native.js +49 -0
- package/dist/cjs/organize/SimpleListItem/index.native.js.map +6 -0
- package/dist/cjs/organize/SimpleTabs/SimpleTabs.stories.js.map +1 -1
- package/dist/cjs/organize/SimpleTabs/SimpleTabs.stories.native.js.map +1 -1
- package/dist/cjs/organize/SimpleTabs/index.js.map +1 -1
- package/dist/cjs/organize/SimpleTabs/index.native.js.map +1 -1
- package/dist/cjs/organize/index.js +25 -0
- package/dist/cjs/organize/index.js.map +6 -0
- package/dist/cjs/organize/index.native.js +25 -0
- package/dist/cjs/organize/index.native.js.map +6 -0
- package/dist/cjs/panels/SimpleAlertDialog/{SImpleAlertDialog.stories.js → SimpleAlertDialog.stories.js} +6 -6
- package/dist/cjs/panels/SimpleAlertDialog/{SImpleAlertDialog.stories.js.map → SimpleAlertDialog.stories.js.map} +2 -2
- package/dist/cjs/panels/SimpleAlertDialog/{SImpleAlertDialog.stories.native.js → SimpleAlertDialog.stories.native.js} +6 -6
- package/dist/cjs/panels/SimpleAlertDialog/{SImpleAlertDialog.stories.native.js.map → SimpleAlertDialog.stories.native.js.map} +2 -2
- package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.js +65 -8
- package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.js.map +2 -2
- package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.native.js +53 -4
- package/dist/cjs/panels/SimpleDialog/SimpleDialog.stories.native.js.map +2 -2
- package/dist/cjs/panels/SimpleDialog/index.js +67 -28
- package/dist/cjs/panels/SimpleDialog/index.js.map +1 -1
- package/dist/cjs/panels/SimpleDialog/index.native.js +62 -22
- package/dist/cjs/panels/SimpleDialog/index.native.js.map +1 -1
- package/dist/cjs/panels/SimplePopover/SimplePopover.stories.js +20 -3
- package/dist/cjs/panels/SimplePopover/SimplePopover.stories.js.map +1 -1
- package/dist/cjs/panels/SimplePopover/SimplePopover.stories.native.js +19 -3
- package/dist/cjs/panels/SimplePopover/SimplePopover.stories.native.js.map +1 -1
- package/dist/cjs/panels/SimplePopover/index.js +1 -1
- package/dist/cjs/panels/SimplePopover/index.js.map +1 -1
- package/dist/cjs/panels/SimplePopover/index.native.js +1 -1
- package/dist/cjs/panels/SimplePopover/index.native.js.map +1 -1
- package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.js +1 -7
- package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.js.map +1 -1
- package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.native.js +1 -7
- package/dist/cjs/panels/SimpleTooltip/SimpleTooltip.stories.native.js.map +1 -1
- package/dist/cjs/panels/SimpleTooltip/index.js +3 -10
- package/dist/cjs/panels/SimpleTooltip/index.js.map +1 -1
- package/dist/cjs/panels/SimpleTooltip/index.native.js +3 -10
- package/dist/cjs/panels/SimpleTooltip/index.native.js.map +1 -1
- package/dist/esm/ErrorBoundary/index.native.js +19 -0
- package/dist/esm/ErrorBoundary/index.native.js.map +6 -0
- package/dist/esm/code/Code/Code.stories.js.map +1 -1
- package/dist/esm/code/Code/Code.stories.native.js +19 -0
- package/dist/esm/code/Code/Code.stories.native.js.map +6 -0
- package/dist/esm/code/Code/index.js.map +1 -1
- package/dist/esm/code/Code/index.native.js +40 -0
- package/dist/esm/code/Code/index.native.js.map +6 -0
- package/dist/esm/code/CodeBlock/CodeBlock.stories.native.js +30 -0
- package/dist/esm/code/CodeBlock/CodeBlock.stories.native.js.map +6 -0
- package/dist/esm/code/CodeBlock/index.native.js +16 -0
- package/dist/esm/code/CodeBlock/index.native.js.map +6 -0
- package/dist/esm/code/Pre/index.native.js +12 -0
- package/dist/esm/code/Pre/index.native.js.map +6 -0
- package/dist/esm/code/index.native.js +4 -0
- package/dist/esm/code/index.native.js.map +6 -0
- package/dist/esm/forms/FormCheckBox/FormCheckBox.stories.native.js +43 -0
- package/dist/esm/forms/FormCheckBox/FormCheckBox.stories.native.js.map +6 -0
- package/dist/esm/forms/FormCheckBox/index.js.map +1 -1
- package/dist/esm/forms/FormCheckBox/index.native.js +95 -0
- package/dist/esm/forms/FormCheckBox/index.native.js.map +6 -0
- package/dist/esm/forms/FormField.js.map +1 -1
- package/dist/esm/forms/FormField.native.js +9 -0
- package/dist/esm/forms/FormField.native.js.map +6 -0
- package/dist/esm/forms/FormInput/FormInput.stories.native.js +17 -0
- package/dist/esm/forms/FormInput/FormInput.stories.native.js.map +6 -0
- package/dist/esm/forms/FormInput/index.native.js +55 -0
- package/dist/esm/forms/FormInput/index.native.js.map +6 -0
- package/dist/esm/forms/FormProgress/FormProgress.stories.native.js +18 -0
- package/dist/esm/forms/FormProgress/FormProgress.stories.native.js.map +6 -0
- package/dist/esm/forms/FormProgress/index.native.js +65 -0
- package/dist/esm/forms/FormProgress/index.native.js.map +6 -0
- package/dist/esm/forms/FormRadioGroup/FormRadioGroup.stories.js +20 -10
- package/dist/esm/forms/FormRadioGroup/FormRadioGroup.stories.js.map +1 -1
- package/dist/esm/forms/FormRadioGroup/FormRadioGroup.stories.native.js +36 -0
- package/dist/esm/forms/FormRadioGroup/FormRadioGroup.stories.native.js.map +6 -0
- package/dist/esm/forms/FormRadioGroup/index.js +7 -9
- package/dist/esm/forms/FormRadioGroup/index.js.map +1 -1
- package/dist/esm/forms/FormRadioGroup/index.native.js +61 -0
- package/dist/esm/forms/FormRadioGroup/index.native.js.map +6 -0
- package/dist/esm/forms/FormSelectSimple/FormSelectSimple.stories.native.js +16 -0
- package/dist/esm/forms/FormSelectSimple/FormSelectSimple.stories.native.js.map +6 -0
- package/dist/esm/forms/FormSelectSimple/index.native.js +52 -0
- package/dist/esm/forms/FormSelectSimple/index.native.js.map +6 -0
- package/dist/esm/forms/FormSlider/FormSlider.stories.native.js +16 -0
- package/dist/esm/forms/FormSlider/FormSlider.stories.native.js.map +6 -0
- package/dist/esm/forms/FormSlider/index.native.js +70 -0
- package/dist/esm/forms/FormSlider/index.native.js.map +6 -0
- package/dist/esm/forms/FormSubmitButton/FormSubmitButton.stories.native.js +17 -0
- package/dist/esm/forms/FormSubmitButton/FormSubmitButton.stories.native.js.map +6 -0
- package/dist/esm/forms/FormSubmitButton/index.native.js +25 -0
- package/dist/esm/forms/FormSubmitButton/index.native.js.map +6 -0
- package/dist/esm/forms/FormSwitch/FormSwitch.stories.js +17 -11
- package/dist/esm/forms/FormSwitch/FormSwitch.stories.js.map +1 -1
- package/dist/esm/forms/FormSwitch/FormSwitch.stories.native.js +28 -0
- package/dist/esm/forms/FormSwitch/FormSwitch.stories.native.js.map +6 -0
- package/dist/esm/forms/FormSwitch/index.js +2 -4
- package/dist/esm/forms/FormSwitch/index.js.map +1 -1
- package/dist/esm/forms/FormSwitch/index.native.js +60 -0
- package/dist/esm/forms/FormSwitch/index.native.js.map +6 -0
- package/dist/esm/forms/FormTextArea/FormTextArea.stories.native.js +25 -0
- package/dist/esm/forms/FormTextArea/FormTextArea.stories.native.js.map +6 -0
- package/dist/esm/forms/FormTextArea/index.native.js +55 -0
- package/dist/esm/forms/FormTextArea/index.native.js.map +6 -0
- package/dist/esm/forms/SelectButton/OptionButton.native.js +59 -0
- package/dist/esm/forms/SelectButton/OptionButton.native.js.map +6 -0
- package/dist/esm/forms/SelectButton/SelectButton.stories.native.js +18 -0
- package/dist/esm/forms/SelectButton/SelectButton.stories.native.js.map +6 -0
- package/dist/esm/forms/SelectButton/context.native.js +6 -0
- package/dist/esm/forms/SelectButton/context.native.js.map +6 -0
- package/dist/esm/forms/SelectButton/index.native.js +42 -0
- package/dist/esm/forms/SelectButton/index.native.js.map +6 -0
- package/dist/esm/forms/SelectSimple/SelectSimple.stories.native.js +17 -0
- package/dist/esm/forms/SelectSimple/SelectSimple.stories.native.js.map +6 -0
- package/dist/esm/forms/SelectSimple/index.native.js +21 -0
- package/dist/esm/forms/SelectSimple/index.native.js.map +6 -0
- package/dist/esm/forms/SimpleForm/SimpleForm.stories.js +0 -14
- package/dist/esm/forms/SimpleForm/SimpleForm.stories.js.map +1 -1
- package/dist/esm/forms/SimpleForm/SimpleForm.stories.native.js +22 -0
- package/dist/esm/forms/SimpleForm/SimpleForm.stories.native.js.map +6 -0
- package/dist/esm/forms/SimpleForm/index.native.js +39 -0
- package/dist/esm/forms/SimpleForm/index.native.js.map +6 -0
- package/dist/esm/forms/index.native.js +13 -0
- package/dist/esm/forms/index.native.js.map +6 -0
- package/dist/esm/forms/types.native.js +1 -0
- package/dist/esm/forms/types.native.js.map +6 -0
- package/dist/esm/global.native.js +1 -0
- package/dist/esm/global.native.js.map +6 -0
- package/dist/esm/helpers.native.js +10 -0
- package/dist/esm/helpers.native.js.map +6 -0
- package/dist/esm/hooks/index.native.js +3 -0
- package/dist/esm/hooks/index.native.js.map +6 -0
- package/dist/esm/hooks/useAnimationDriverToggle.native.js +12 -0
- package/dist/esm/hooks/useAnimationDriverToggle.native.js.map +6 -0
- package/dist/esm/hooks/useAssets/index.native.js +3 -12
- package/dist/esm/hooks/useAssets/index.native.js.map +1 -1
- package/dist/esm/hooks/useClipboard.native.js +21 -0
- package/dist/esm/hooks/useClipboard.native.js.map +6 -0
- package/dist/esm/images/SimpleImage/index.native.js +92 -0
- package/dist/esm/images/SimpleImage/index.native.js.map +6 -0
- package/dist/esm/images/SimpleImage/index.stories.js.map +1 -1
- package/dist/esm/images/SimpleImage/index.stories.native.js +79 -0
- package/dist/esm/images/SimpleImage/index.stories.native.js.map +6 -0
- package/dist/esm/images/Svg/Svg.stories.native.js +25 -0
- package/dist/esm/images/Svg/Svg.stories.native.js.map +6 -0
- package/dist/esm/images/index.native.js +3 -0
- package/dist/esm/images/index.native.js.map +6 -0
- package/dist/esm/index.native.js +11 -0
- package/dist/esm/index.native.js.map +6 -0
- package/dist/esm/layouts/Debug/DebugLayout.stories.native.js +16 -0
- package/dist/esm/layouts/Debug/DebugLayout.stories.native.js.map +6 -0
- package/dist/esm/layouts/Debug/index.native.js +82 -0
- package/dist/esm/layouts/Debug/index.native.js.map +6 -0
- package/dist/esm/layouts/index.native.js +2 -0
- package/dist/esm/layouts/index.native.js.map +6 -0
- package/dist/esm/mdx/ExternalIcon/ExternalIcon.stories.native.js +13 -0
- package/dist/esm/mdx/ExternalIcon/ExternalIcon.stories.native.js.map +6 -0
- package/dist/esm/mdx/ExternalIcon/index.native.js +15 -0
- package/dist/esm/mdx/ExternalIcon/index.native.js.map +6 -0
- package/dist/esm/mdx/HR/HR.stories.native.js +13 -0
- package/dist/esm/mdx/HR/HR.stories.native.js.map +6 -0
- package/dist/esm/mdx/HR/index.native.js +7 -0
- package/dist/esm/mdx/HR/index.native.js.map +6 -0
- package/dist/esm/mdx/LI/LI.stories.native.js +14 -0
- package/dist/esm/mdx/LI/LI.stories.native.js.map +6 -0
- package/dist/esm/mdx/LI/index.native.js +11 -0
- package/dist/esm/mdx/LI/index.native.js.map +6 -0
- package/dist/esm/mdx/MDX/MDX.stories.native.js +50 -0
- package/dist/esm/mdx/MDX/MDX.stories.native.js.map +6 -0
- package/dist/esm/mdx/MDX/index.native.js +22 -0
- package/dist/esm/mdx/MDX/index.native.js.map +6 -0
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js +22 -0
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlock.stories.native.js.map +6 -0
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlockContext.native.js +6 -0
- package/dist/esm/mdx/MDXCodeBlock/MDXCodeBlockContext.native.js.map +6 -0
- package/dist/esm/mdx/MDXCodeBlock/index.native.js +111 -0
- package/dist/esm/mdx/MDXCodeBlock/index.native.js.map +6 -0
- package/dist/esm/mdx/UL/UL.stories.native.js +14 -0
- package/dist/esm/mdx/UL/UL.stories.native.js.map +6 -0
- package/dist/esm/mdx/UL/index.native.js +11 -0
- package/dist/esm/mdx/UL/index.native.js.map +6 -0
- package/dist/esm/mdx/components.native.js +99 -0
- package/dist/esm/mdx/components.native.js.map +6 -0
- package/dist/esm/mdx/hooks/index.native.js +4 -0
- package/dist/esm/mdx/hooks/index.native.js.map +6 -0
- package/dist/esm/mdx/hooks/useCompileAndEvaluateMdx.native.js +10 -0
- package/dist/esm/mdx/hooks/useCompileAndEvaluateMdx.native.js.map +6 -0
- package/dist/esm/mdx/hooks/useCompileMdx.native.js +49 -0
- package/dist/esm/mdx/hooks/useCompileMdx.native.js.map +6 -0
- package/dist/esm/mdx/hooks/useEvaluateMdx.native.js +22 -0
- package/dist/esm/mdx/hooks/useEvaluateMdx.native.js.map +6 -0
- package/dist/esm/mdx/index.native.js +9 -0
- package/dist/esm/mdx/index.native.js.map +6 -0
- package/dist/esm/mdx/util/rehypeHighlightCode.native.js +25 -0
- package/dist/esm/mdx/util/rehypeHighlightCode.native.js.map +6 -0
- package/dist/esm/mdx/util/rehypeHighlightLine.native.js +79 -0
- package/dist/esm/mdx/util/rehypeHighlightLine.native.js.map +6 -0
- package/dist/esm/mdx/util/rehypeHighlightWord.native.js +12 -0
- package/dist/esm/mdx/util/rehypeHighlightWord.native.js.map +6 -0
- package/dist/esm/mdx/util/rehypeMetaAttributes.native.js +17 -0
- package/dist/esm/mdx/util/rehypeMetaAttributes.native.js.map +6 -0
- package/dist/esm/organize/SimpleAccordion/SimpleAccordion.stories.js +10 -7
- package/dist/esm/organize/SimpleAccordion/SimpleAccordion.stories.js.map +1 -1
- package/dist/esm/organize/SimpleAccordion/SimpleAccordion.stories.native.js +16 -0
- package/dist/esm/organize/SimpleAccordion/SimpleAccordion.stories.native.js.map +6 -0
- package/dist/esm/organize/SimpleAccordion/index.js +11 -4
- package/dist/esm/organize/SimpleAccordion/index.js.map +1 -1
- package/dist/esm/organize/SimpleAccordion/index.native.js +13 -0
- package/dist/esm/organize/SimpleAccordion/index.native.js.map +6 -0
- package/dist/esm/organize/SimpleCarousel/Carousel.stories.js +23 -0
- package/dist/esm/organize/SimpleCarousel/Carousel.stories.js.map +6 -0
- package/dist/esm/organize/SimpleCarousel/Carousel.stories.native.js +18 -0
- package/dist/esm/organize/SimpleCarousel/Carousel.stories.native.js.map +6 -0
- package/dist/esm/organize/SimpleCarousel/index.js +103 -0
- package/dist/esm/organize/SimpleCarousel/index.js.map +6 -0
- package/dist/esm/organize/SimpleCarousel/index.native.js +95 -0
- package/dist/esm/organize/SimpleCarousel/index.native.js.map +6 -0
- package/dist/esm/{component → organize}/SimpleInput/SimpleInput.stories.js +1 -1
- package/dist/esm/organize/SimpleInput/SimpleInput.stories.js.map +6 -0
- package/dist/esm/organize/SimpleInput/SimpleInput.stories.native.js +19 -0
- package/dist/esm/organize/SimpleInput/SimpleInput.stories.native.js.map +6 -0
- package/dist/esm/organize/SimpleInput/index.js.map +6 -0
- package/dist/esm/organize/SimpleInput/index.native.js +128 -0
- package/dist/esm/organize/SimpleInput/index.native.js.map +6 -0
- package/dist/esm/organize/SimpleListItem/SimpleListItem.stories.js +35 -0
- package/dist/esm/organize/SimpleListItem/SimpleListItem.stories.js.map +6 -0
- package/dist/esm/organize/SimpleListItem/SimpleListItem.stories.native.js +21 -0
- package/dist/esm/organize/SimpleListItem/SimpleListItem.stories.native.js.map +6 -0
- package/dist/esm/organize/SimpleListItem/index.js +22 -0
- package/dist/esm/organize/SimpleListItem/index.js.map +6 -0
- package/dist/esm/organize/SimpleListItem/index.native.js +21 -0
- package/dist/esm/organize/SimpleListItem/index.native.js.map +6 -0
- package/dist/esm/organize/SimpleTabs/SimpleTabs.stories.js.map +1 -1
- package/dist/esm/organize/SimpleTabs/SimpleTabs.stories.native.js +19 -0
- package/dist/esm/organize/SimpleTabs/SimpleTabs.stories.native.js.map +6 -0
- package/dist/esm/organize/SimpleTabs/index.js.map +1 -1
- package/dist/esm/organize/SimpleTabs/index.native.js +93 -0
- package/dist/esm/organize/SimpleTabs/index.native.js.map +6 -0
- package/dist/esm/organize/index.js +5 -0
- package/dist/esm/organize/index.js.map +6 -0
- package/dist/esm/organize/index.native.js +5 -0
- package/dist/esm/organize/index.native.js.map +6 -0
- package/dist/esm/panels/SimpleAlertDialog/{SImpleAlertDialog.stories.js → SimpleAlertDialog.stories.js} +3 -3
- package/dist/esm/panels/SimpleAlertDialog/SimpleAlertDialog.stories.js.map +6 -0
- package/dist/esm/panels/SimpleAlertDialog/SimpleAlertDialog.stories.native.js +49 -0
- package/dist/esm/panels/SimpleAlertDialog/SimpleAlertDialog.stories.native.js.map +6 -0
- package/dist/esm/panels/SimpleAlertDialog/index.native.js +58 -0
- package/dist/esm/panels/SimpleAlertDialog/index.native.js.map +6 -0
- package/dist/esm/panels/SimpleDialog/SimpleDialog.stories.js +61 -6
- package/dist/esm/panels/SimpleDialog/SimpleDialog.stories.js.map +1 -1
- package/dist/esm/panels/SimpleDialog/SimpleDialog.stories.native.js +74 -0
- package/dist/esm/panels/SimpleDialog/SimpleDialog.stories.native.js.map +6 -0
- package/dist/esm/panels/SimpleDialog/index.js +67 -28
- package/dist/esm/panels/SimpleDialog/index.js.map +1 -1
- package/dist/esm/panels/SimpleDialog/index.native.js +98 -0
- package/dist/esm/panels/SimpleDialog/index.native.js.map +6 -0
- package/dist/esm/panels/SimplePopover/SimplePopover.stories.js +21 -4
- package/dist/esm/panels/SimplePopover/SimplePopover.stories.js.map +1 -1
- package/dist/esm/panels/SimplePopover/SimplePopover.stories.native.js +65 -0
- package/dist/esm/panels/SimplePopover/SimplePopover.stories.native.js.map +6 -0
- package/dist/esm/panels/SimplePopover/index.js +1 -1
- package/dist/esm/panels/SimplePopover/index.js.map +1 -1
- package/dist/esm/panels/SimplePopover/index.native.js +60 -0
- package/dist/esm/panels/SimplePopover/index.native.js.map +6 -0
- package/dist/esm/panels/SimpleSheet/SimpleSheet.stories.native.js +14 -0
- package/dist/esm/panels/SimpleSheet/SimpleSheet.stories.native.js.map +6 -0
- package/dist/esm/panels/SimpleSheet/index.native.js +66 -0
- package/dist/esm/panels/SimpleSheet/index.native.js.map +6 -0
- package/dist/esm/panels/SimpleTooltip/SimpleTooltip.stories.js +2 -8
- package/dist/esm/panels/SimpleTooltip/SimpleTooltip.stories.js.map +1 -1
- package/dist/esm/panels/SimpleTooltip/SimpleTooltip.stories.native.js +14 -0
- package/dist/esm/panels/SimpleTooltip/SimpleTooltip.stories.native.js.map +6 -0
- package/dist/esm/panels/SimpleTooltip/index.js +4 -11
- package/dist/esm/panels/SimpleTooltip/index.js.map +1 -1
- package/dist/esm/panels/SimpleTooltip/index.native.js +29 -0
- package/dist/esm/panels/SimpleTooltip/index.native.js.map +6 -0
- package/dist/esm/panels/index.native.js +6 -0
- package/dist/esm/panels/index.native.js.map +6 -0
- package/dist/esm/providers/AnimationDriverTogglerContextProvider.native.js +26 -0
- package/dist/esm/providers/AnimationDriverTogglerContextProvider.native.js.map +6 -0
- package/dist/esm/table/Table/Table.stories.native.js +15 -0
- package/dist/esm/table/Table/Table.stories.native.js.map +6 -0
- package/dist/esm/table/Table/index.native.js +21 -0
- package/dist/esm/table/Table/index.native.js.map +6 -0
- package/dist/esm/table/TableCell/index.native.js +35 -0
- package/dist/esm/table/TableCell/index.native.js.map +6 -0
- package/dist/esm/table/TableCol/index.native.js +15 -0
- package/dist/esm/table/TableCol/index.native.js.map +6 -0
- package/dist/esm/table/TableContext.native.js +6 -0
- package/dist/esm/table/TableContext.native.js.map +6 -0
- package/dist/esm/table/index.native.js +4 -0
- package/dist/esm/table/index.native.js.map +6 -0
- package/dist/esm/utils/setTinted.native.js +13 -0
- package/dist/esm/utils/setTinted.native.js.map +6 -0
- package/dist/esm/utils/unwrapText.native.js +8 -0
- package/dist/esm/utils/unwrapText.native.js.map +6 -0
- package/dist/jsx/code/Code/Code.stories.js.map +1 -1
- package/dist/jsx/code/Code/Code.stories.native.js.map +1 -1
- package/dist/jsx/code/Code/index.js.map +1 -1
- package/dist/jsx/code/Code/index.native.js.map +1 -1
- package/dist/jsx/forms/FormCheckBox/index.js.map +1 -1
- package/dist/jsx/forms/FormCheckBox/index.native.js.map +1 -1
- package/dist/jsx/forms/FormField.js.map +1 -1
- package/dist/jsx/forms/FormField.native.js.map +1 -1
- package/dist/jsx/forms/FormRadioGroup/FormRadioGroup.stories.js +17 -8
- package/dist/jsx/forms/FormRadioGroup/FormRadioGroup.stories.js.map +1 -1
- package/dist/jsx/forms/FormRadioGroup/FormRadioGroup.stories.native.js +17 -8
- package/dist/jsx/forms/FormRadioGroup/FormRadioGroup.stories.native.js.map +1 -1
- package/dist/jsx/forms/FormRadioGroup/index.js +7 -8
- package/dist/jsx/forms/FormRadioGroup/index.js.map +1 -1
- package/dist/jsx/forms/FormRadioGroup/index.native.js +7 -8
- package/dist/jsx/forms/FormRadioGroup/index.native.js.map +1 -1
- package/dist/jsx/forms/FormSwitch/FormSwitch.stories.js +13 -7
- package/dist/jsx/forms/FormSwitch/FormSwitch.stories.js.map +1 -1
- package/dist/jsx/forms/FormSwitch/FormSwitch.stories.native.js +13 -7
- package/dist/jsx/forms/FormSwitch/FormSwitch.stories.native.js.map +1 -1
- package/dist/jsx/forms/FormSwitch/index.js +2 -4
- package/dist/jsx/forms/FormSwitch/index.js.map +1 -1
- package/dist/jsx/forms/FormSwitch/index.native.js +2 -4
- package/dist/jsx/forms/FormSwitch/index.native.js.map +1 -1
- package/dist/jsx/forms/SimpleForm/SimpleForm.stories.js +15 -11
- package/dist/jsx/forms/SimpleForm/SimpleForm.stories.js.map +1 -1
- package/dist/jsx/forms/SimpleForm/SimpleForm.stories.native.js +15 -11
- package/dist/jsx/forms/SimpleForm/SimpleForm.stories.native.js.map +1 -1
- package/dist/jsx/images/SimpleImage/index.stories.js.map +1 -1
- package/dist/jsx/images/SimpleImage/index.stories.native.js.map +1 -1
- package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.js +9 -6
- package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.js.map +1 -1
- package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.native.js +9 -6
- package/dist/jsx/organize/SimpleAccordion/SimpleAccordion.stories.native.js.map +1 -1
- package/dist/jsx/organize/SimpleAccordion/index.js +10 -3
- package/dist/jsx/organize/SimpleAccordion/index.js.map +1 -1
- package/dist/jsx/organize/SimpleAccordion/index.native.js +10 -3
- package/dist/jsx/organize/SimpleAccordion/index.native.js.map +1 -1
- package/dist/jsx/organize/SimpleCarousel/Carousel.stories.js +22 -0
- package/dist/jsx/organize/SimpleCarousel/Carousel.stories.js.map +6 -0
- package/dist/jsx/organize/SimpleCarousel/Carousel.stories.native.js +22 -0
- package/dist/jsx/organize/SimpleCarousel/Carousel.stories.native.js.map +6 -0
- package/dist/jsx/organize/SimpleCarousel/index.js +83 -0
- package/dist/jsx/organize/SimpleCarousel/index.js.map +6 -0
- package/dist/jsx/organize/SimpleCarousel/index.native.js +86 -0
- package/dist/jsx/organize/SimpleCarousel/index.native.js.map +6 -0
- package/dist/jsx/{component → organize}/SimpleInput/SimpleInput.stories.js +1 -1
- package/dist/jsx/organize/SimpleInput/SimpleInput.stories.js.map +6 -0
- package/dist/jsx/{component → organize}/SimpleInput/SimpleInput.stories.native.js +1 -1
- package/dist/jsx/organize/SimpleInput/SimpleInput.stories.native.js.map +6 -0
- package/dist/jsx/organize/SimpleInput/index.js.map +6 -0
- package/dist/jsx/organize/SimpleInput/index.native.js.map +6 -0
- package/dist/jsx/organize/SimpleListItem/SimpleListItem.stories.js +34 -0
- package/dist/jsx/organize/SimpleListItem/SimpleListItem.stories.js.map +6 -0
- package/dist/jsx/organize/SimpleListItem/SimpleListItem.stories.native.js +34 -0
- package/dist/jsx/organize/SimpleListItem/SimpleListItem.stories.native.js.map +6 -0
- package/dist/jsx/organize/SimpleListItem/index.js +21 -0
- package/dist/jsx/organize/SimpleListItem/index.js.map +6 -0
- package/dist/jsx/organize/SimpleListItem/index.native.js +21 -0
- package/dist/jsx/organize/SimpleListItem/index.native.js.map +6 -0
- package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.js.map +1 -1
- package/dist/jsx/organize/SimpleTabs/SimpleTabs.stories.native.js.map +1 -1
- package/dist/jsx/organize/SimpleTabs/index.js.map +1 -1
- package/dist/jsx/organize/SimpleTabs/index.native.js.map +1 -1
- package/dist/jsx/organize/index.js +5 -0
- package/dist/jsx/organize/index.js.map +6 -0
- package/dist/jsx/organize/index.native.js +5 -0
- package/dist/jsx/organize/index.native.js.map +6 -0
- package/dist/jsx/panels/SimpleAlertDialog/{SImpleAlertDialog.stories.js → SimpleAlertDialog.stories.js} +3 -3
- package/dist/jsx/panels/SimpleAlertDialog/SimpleAlertDialog.stories.js.map +6 -0
- package/dist/jsx/panels/SimpleAlertDialog/{SImpleAlertDialog.stories.native.js → SimpleAlertDialog.stories.native.js} +3 -3
- package/dist/jsx/panels/SimpleAlertDialog/SimpleAlertDialog.stories.native.js.map +6 -0
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.js +41 -2
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.js.map +1 -1
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.native.js +41 -2
- package/dist/jsx/panels/SimpleDialog/SimpleDialog.stories.native.js.map +1 -1
- package/dist/jsx/panels/SimpleDialog/index.js +37 -5
- package/dist/jsx/panels/SimpleDialog/index.js.map +1 -1
- package/dist/jsx/panels/SimpleDialog/index.native.js +37 -5
- package/dist/jsx/panels/SimpleDialog/index.native.js.map +1 -1
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.js +8 -4
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.js.map +1 -1
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.native.js +8 -4
- package/dist/jsx/panels/SimplePopover/SimplePopover.stories.native.js.map +1 -1
- package/dist/jsx/panels/SimplePopover/index.js +1 -1
- package/dist/jsx/panels/SimplePopover/index.js.map +1 -1
- package/dist/jsx/panels/SimplePopover/index.native.js +1 -1
- package/dist/jsx/panels/SimplePopover/index.native.js.map +1 -1
- package/dist/jsx/panels/SimpleTooltip/SimpleTooltip.stories.js +2 -4
- package/dist/jsx/panels/SimpleTooltip/SimpleTooltip.stories.js.map +1 -1
- package/dist/jsx/panels/SimpleTooltip/SimpleTooltip.stories.native.js +2 -4
- package/dist/jsx/panels/SimpleTooltip/SimpleTooltip.stories.native.js.map +1 -1
- package/dist/jsx/panels/SimpleTooltip/index.js +4 -11
- package/dist/jsx/panels/SimpleTooltip/index.js.map +1 -1
- package/dist/jsx/panels/SimpleTooltip/index.native.js +4 -11
- package/dist/jsx/panels/SimpleTooltip/index.native.js.map +1 -1
- package/package.json +24 -23
- package/src/code/Code/Code.stories.tsx +21 -0
- package/src/code/Code/index.ts +21 -0
- package/src/forms/FormCheckBox/index.tsx +24 -1
- package/src/forms/FormField.tsx +22 -1
- package/src/forms/FormRadioGroup/FormRadioGroup.stories.tsx +55 -14
- package/src/forms/FormRadioGroup/index.tsx +38 -46
- package/src/forms/FormSwitch/FormSwitch.stories.tsx +34 -7
- package/src/forms/FormSwitch/index.tsx +23 -4
- package/src/forms/SimpleForm/SimpleForm.stories.tsx +25 -3
- package/src/images/SimpleImage/index.stories.tsx +21 -0
- package/src/organize/SimpleAccordion/SimpleAccordion.stories.tsx +43 -5
- package/src/organize/SimpleAccordion/index.tsx +53 -3
- package/src/organize/SimpleCarousel/Carousel.stories.tsx +45 -0
- package/src/organize/SimpleCarousel/index.tsx +151 -0
- package/src/{component → organize}/SimpleInput/SimpleInput.stories.tsx +22 -1
- package/src/{component → organize}/SimpleInput/index.tsx +22 -1
- package/src/organize/SimpleListItem/SimpleListItem.stories.tsx +59 -0
- package/src/organize/SimpleListItem/index.tsx +36 -0
- package/src/organize/SimpleTabs/SimpleTabs.stories.tsx +21 -0
- package/src/organize/SimpleTabs/index.tsx +22 -0
- package/src/organize/index.ts +24 -0
- package/src/panels/SimpleAlertDialog/{SImpleAlertDialog.stories.tsx → SimpleAlertDialog.stories.tsx} +1 -1
- package/src/panels/SimpleDialog/SimpleDialog.stories.tsx +77 -1
- package/src/panels/SimpleDialog/index.tsx +79 -10
- package/src/panels/SimplePopover/SimplePopover.stories.tsx +35 -5
- package/src/panels/SimplePopover/index.tsx +40 -20
- package/src/panels/SimpleTooltip/SimpleTooltip.stories.tsx +26 -12
- package/src/panels/SimpleTooltip/index.tsx +28 -18
- package/types/code/Code/Code.stories.d.ts +20 -0
- package/types/code/Code/Code.stories.d.ts.map +1 -1
- package/types/code/Code/index.d.ts +46 -163
- package/types/code/Code/index.d.ts.map +1 -1
- package/types/code/Pre/index.d.ts +279 -38
- package/types/code/Pre/index.d.ts.map +1 -1
- package/types/forms/FormCheckBox/index.d.ts +21 -3
- package/types/forms/FormCheckBox/index.d.ts.map +1 -1
- package/types/forms/FormField.d.ts +21 -1
- package/types/forms/FormField.d.ts.map +1 -1
- package/types/forms/FormRadioGroup/FormRadioGroup.stories.d.ts +27 -1
- package/types/forms/FormRadioGroup/FormRadioGroup.stories.d.ts.map +1 -1
- package/types/forms/FormRadioGroup/index.d.ts +25 -16
- package/types/forms/FormRadioGroup/index.d.ts.map +1 -1
- package/types/forms/FormSwitch/FormSwitch.stories.d.ts +20 -0
- package/types/forms/FormSwitch/FormSwitch.stories.d.ts.map +1 -1
- package/types/forms/FormSwitch/index.d.ts +20 -0
- package/types/forms/FormSwitch/index.d.ts.map +1 -1
- package/types/forms/SimpleForm/SimpleForm.stories.d.ts +20 -0
- package/types/forms/SimpleForm/SimpleForm.stories.d.ts.map +1 -1
- package/types/hooks/useAnimationDriverToggle.d.ts +1 -3
- package/types/hooks/useAnimationDriverToggle.d.ts.map +1 -1
- package/types/images/SimpleImage/index.d.ts +1 -1
- package/types/images/SimpleImage/index.d.ts.map +1 -1
- package/types/images/SimpleImage/index.stories.d.ts +21 -1
- package/types/images/SimpleImage/index.stories.d.ts.map +1 -1
- package/types/images/Svg/Svg.stories.d.ts +1 -9
- package/types/images/Svg/Svg.stories.d.ts.map +1 -1
- package/types/images/Svg/index.d.ts +1 -9
- package/types/images/Svg/index.d.ts.map +1 -1
- package/types/images/Svg/index.native.d.ts +1 -9
- package/types/images/Svg/index.native.d.ts.map +1 -1
- package/types/images/SvgUri/index.native.d.ts +4 -12
- package/types/images/SvgUri/index.native.d.ts.map +1 -1
- package/types/mdx/LI/LI.stories.d.ts +20 -110
- package/types/mdx/LI/LI.stories.d.ts.map +1 -1
- package/types/mdx/LI/index.d.ts +20 -110
- package/types/mdx/LI/index.d.ts.map +1 -1
- package/types/mdx/UL/UL.stories.d.ts +279 -38
- package/types/mdx/UL/UL.stories.d.ts.map +1 -1
- package/types/mdx/UL/index.d.ts +279 -38
- package/types/mdx/UL/index.d.ts.map +1 -1
- package/types/mdx/components.d.ts +279 -38
- package/types/mdx/components.d.ts.map +1 -1
- package/types/organize/SimpleAccordion/SimpleAccordion.stories.d.ts +22 -2
- package/types/organize/SimpleAccordion/SimpleAccordion.stories.d.ts.map +1 -1
- package/types/organize/SimpleAccordion/index.d.ts +35 -1
- package/types/organize/SimpleAccordion/index.d.ts.map +1 -1
- package/types/organize/SimpleCarousel/Carousel.stories.d.ts +34 -0
- package/types/organize/SimpleCarousel/Carousel.stories.d.ts.map +1 -0
- package/types/organize/SimpleCarousel/index.d.ts +34 -0
- package/types/organize/SimpleCarousel/index.d.ts.map +1 -0
- package/types/organize/SimpleInput/SimpleInput.stories.d.ts +38 -0
- package/types/organize/SimpleInput/SimpleInput.stories.d.ts.map +1 -0
- package/types/{component → organize}/SimpleInput/index.d.ts +21 -1
- package/types/organize/SimpleInput/index.d.ts.map +1 -0
- package/types/organize/SimpleListItem/SimpleListItem.stories.d.ts +34 -0
- package/types/organize/SimpleListItem/SimpleListItem.stories.d.ts.map +1 -0
- package/types/organize/SimpleListItem/index.d.ts +10 -0
- package/types/organize/SimpleListItem/index.d.ts.map +1 -0
- package/types/organize/SimpleTabs/SimpleTabs.stories.d.ts +20 -0
- package/types/organize/SimpleTabs/SimpleTabs.stories.d.ts.map +1 -1
- package/types/organize/SimpleTabs/index.d.ts +20 -0
- package/types/organize/SimpleTabs/index.d.ts.map +1 -1
- package/types/organize/index.d.ts +5 -0
- package/types/organize/index.d.ts.map +1 -0
- package/types/panels/SimpleAlertDialog/{SImpleAlertDialog.stories.d.ts → SimpleAlertDialog.stories.d.ts} +1 -1
- package/types/panels/SimpleAlertDialog/{SImpleAlertDialog.stories.d.ts.map → SimpleAlertDialog.stories.d.ts.map} +1 -1
- package/types/panels/SimpleDialog/SimpleDialog.stories.d.ts +23 -0
- package/types/panels/SimpleDialog/SimpleDialog.stories.d.ts.map +1 -1
- package/types/panels/SimpleDialog/index.d.ts +28 -2
- package/types/panels/SimpleDialog/index.d.ts.map +1 -1
- package/types/panels/SimplePopover/SimplePopover.stories.d.ts +20 -0
- package/types/panels/SimplePopover/SimplePopover.stories.d.ts.map +1 -1
- package/types/panels/SimplePopover/index.d.ts +22 -5
- package/types/panels/SimplePopover/index.d.ts.map +1 -1
- package/types/panels/SimpleTooltip/SimpleTooltip.stories.d.ts +20 -0
- package/types/panels/SimpleTooltip/SimpleTooltip.stories.d.ts.map +1 -1
- package/types/panels/SimpleTooltip/index.d.ts +23 -6
- package/types/panels/SimpleTooltip/index.d.ts.map +1 -1
- package/types/table/Table/Table.stories.d.ts +407 -196
- package/types/table/Table/Table.stories.d.ts.map +1 -1
- package/types/table/Table/index.d.ts +407 -196
- package/types/table/Table/index.d.ts.map +1 -1
- package/types/table/TableCell/index.d.ts +30 -57
- package/types/table/TableCell/index.d.ts.map +1 -1
- package/types/table/TableCol/index.d.ts +377 -139
- package/types/table/TableCol/index.d.ts.map +1 -1
- package/dist/cjs/component/SimpleInput/SimpleInput.stories.js.map +0 -6
- package/dist/cjs/component/SimpleInput/SimpleInput.stories.native.js.map +0 -6
- package/dist/cjs/component/SimpleInput/index.js.map +0 -6
- package/dist/cjs/component/SimpleInput/index.native.js.map +0 -6
- package/dist/cjs/panels/SimpleToast/SimpleToast.stories.js +0 -41
- package/dist/cjs/panels/SimpleToast/SimpleToast.stories.js.map +0 -6
- package/dist/cjs/panels/SimpleToast/SimpleToast.stories.native.js.map +0 -6
- package/dist/cjs/panels/SimpleToast/index.js +0 -45
- package/dist/cjs/panels/SimpleToast/index.js.map +0 -6
- package/dist/cjs/panels/SimpleToast/index.native.js +0 -50
- package/dist/cjs/panels/SimpleToast/index.native.js.map +0 -6
- package/dist/esm/component/SimpleInput/SimpleInput.stories.js.map +0 -6
- package/dist/esm/component/SimpleInput/index.js.map +0 -6
- package/dist/esm/panels/SimpleAlertDialog/SImpleAlertDialog.stories.js.map +0 -6
- package/dist/esm/panels/SimpleToast/SimpleToast.stories.js +0 -25
- package/dist/esm/panels/SimpleToast/SimpleToast.stories.js.map +0 -6
- package/dist/esm/panels/SimpleToast/index.js +0 -27
- package/dist/esm/panels/SimpleToast/index.js.map +0 -6
- package/dist/jsx/component/SimpleInput/SimpleInput.stories.js.map +0 -6
- package/dist/jsx/component/SimpleInput/SimpleInput.stories.native.js.map +0 -6
- package/dist/jsx/component/SimpleInput/index.js.map +0 -6
- package/dist/jsx/component/SimpleInput/index.native.js.map +0 -6
- package/dist/jsx/panels/SimpleAlertDialog/SImpleAlertDialog.stories.js.map +0 -6
- package/dist/jsx/panels/SimpleAlertDialog/SImpleAlertDialog.stories.native.js.map +0 -6
- package/dist/jsx/panels/SimpleToast/SimpleToast.stories.js +0 -24
- package/dist/jsx/panels/SimpleToast/SimpleToast.stories.js.map +0 -6
- package/dist/jsx/panels/SimpleToast/SimpleToast.stories.native.js +0 -24
- package/dist/jsx/panels/SimpleToast/SimpleToast.stories.native.js.map +0 -6
- package/dist/jsx/panels/SimpleToast/index.js +0 -22
- package/dist/jsx/panels/SimpleToast/index.js.map +0 -6
- package/dist/jsx/panels/SimpleToast/index.native.js +0 -22
- package/dist/jsx/panels/SimpleToast/index.native.js.map +0 -6
- package/src/panels/SimpleToast/SimpleToast.stories.tsx +0 -27
- package/src/panels/SimpleToast/index.tsx +0 -27
- package/types/component/SimpleInput/SimpleInput.stories.d.ts +0 -18
- package/types/component/SimpleInput/SimpleInput.stories.d.ts.map +0 -1
- package/types/component/SimpleInput/index.d.ts.map +0 -1
- package/types/panels/SimpleToast/SimpleToast.stories.d.ts +0 -14
- package/types/panels/SimpleToast/SimpleToast.stories.d.ts.map +0 -1
- package/types/panels/SimpleToast/index.d.ts +0 -3
- package/types/panels/SimpleToast/index.d.ts.map +0 -1
- /package/dist/cjs/{component → organize}/SimpleInput/index.js +0 -0
- /package/dist/cjs/{component → organize}/SimpleInput/index.native.js +0 -0
- /package/dist/esm/{component → organize}/SimpleInput/index.js +0 -0
- /package/dist/jsx/{component → organize}/SimpleInput/index.js +0 -0
- /package/dist/jsx/{component → organize}/SimpleInput/index.native.js +0 -0
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/organize/SimpleCarousel/Carousel.stories.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 17-10-2023 14:47:51
|
|
5
|
+
* Author: Lalit rajak
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2023
|
|
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
|
+
import { SimpleCarousel } from './index';
|
|
22
|
+
import React from 'react';
|
|
23
|
+
declare const _default: {
|
|
24
|
+
title: string;
|
|
25
|
+
component: typeof SimpleCarousel;
|
|
26
|
+
parameters: {
|
|
27
|
+
status: {
|
|
28
|
+
type: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
export default _default;
|
|
33
|
+
export declare const Main: () => React.JSX.Element;
|
|
34
|
+
//# sourceMappingURL=Carousel.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Carousel.stories.d.ts","sourceRoot":"","sources":["../../../src/organize/SimpleCarousel/Carousel.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AACzC,OAAO,KAAK,MAAM,OAAO,CAAC;;;;;;;;;;AAG1B,wBAQE;AAKF,eAAO,MAAM,IAAI,yBAOhB,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/organize/SimpleCarousel/index.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 17-10-2023 14:46:38
|
|
5
|
+
* Author: Lalit rajak
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2023
|
|
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
|
+
import type { YStackProps } from 'tamagui';
|
|
22
|
+
import React from 'react';
|
|
23
|
+
import type { IconProps } from '@tamagui/helpers-icon';
|
|
24
|
+
type CarouselProps = YStackProps & {
|
|
25
|
+
children: React.ReactNode;
|
|
26
|
+
speed?: number;
|
|
27
|
+
showCenterIndicator?: boolean;
|
|
28
|
+
showSideArrows?: boolean;
|
|
29
|
+
defaultSlide?: number;
|
|
30
|
+
sideArrowStyle?: IconProps;
|
|
31
|
+
};
|
|
32
|
+
export declare function SimpleCarousel({ children, speed, showCenterIndicator, showSideArrows, defaultSlide, sideArrowStyle, ...props }: CarouselProps): React.JSX.Element;
|
|
33
|
+
export {};
|
|
34
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organize/SimpleCarousel/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AACH,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAE3C,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,uBAAuB,CAAC;AAEvD,KAAK,aAAa,GAAG,WAAW,GAAG;IACjC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,cAAc,CAAC,EAAE,SAAS,CAAC;CAC5B,CAAC;AAEF,wBAAgB,cAAc,CAAC,EAC7B,QAAQ,EACR,KAAY,EACZ,mBAA0B,EAC1B,cAAqB,EACrB,YAAY,EACZ,cAAc,EACd,GAAG,KAAK,EACT,EAAE,aAAa,qBA2Gf"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/organize/SimpleInput/SimpleInput.stories.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 13-10-2023 09:40:26
|
|
5
|
+
* Author: Lalit rajak
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2023
|
|
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
|
+
import React from 'react';
|
|
22
|
+
import { SimpleInput } from '.';
|
|
23
|
+
declare const _default: {
|
|
24
|
+
title: string;
|
|
25
|
+
component: typeof SimpleInput;
|
|
26
|
+
parameters: {
|
|
27
|
+
status: {
|
|
28
|
+
type: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
export default _default;
|
|
33
|
+
export declare const password: () => React.JSX.Element;
|
|
34
|
+
export declare const iconBefore: () => React.JSX.Element;
|
|
35
|
+
export declare const iconAfter: () => React.JSX.Element;
|
|
36
|
+
export declare const circular: () => React.JSX.Element;
|
|
37
|
+
export declare const passwordWithoutIcon: () => React.JSX.Element;
|
|
38
|
+
//# sourceMappingURL=SimpleInput.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SimpleInput.stories.d.ts","sourceRoot":"","sources":["../../../src/organize/SimpleInput/SimpleInput.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,WAAW,EAAE,MAAM,GAAG,CAAC;;;;;;;;;;AAIhC,wBAIE;AAEF,eAAO,MAAM,QAAQ,yBAIpB,CAAC;AAEF,eAAO,MAAM,UAAU,yBAA0E,CAAC;AAElG,eAAO,MAAM,SAAS,yBAErB,CAAC;AAEF,eAAO,MAAM,QAAQ,yBAA6E,CAAC;AAEnG,eAAO,MAAM,mBAAmB,yBAAqD,CAAC"}
|
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/organize/SimpleInput/index.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 18-10-2023 15:23:17
|
|
5
|
+
* Author: Lalit rajak
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2023
|
|
8
|
+
*
|
|
9
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
|
+
* you may not use this file except in compliance with the License.
|
|
11
|
+
* You may obtain a copy of the License at
|
|
12
|
+
*
|
|
13
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
14
|
+
*
|
|
15
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
16
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
17
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18
|
+
* See the License for the specific language governing permissions and
|
|
19
|
+
* limitations under the License.
|
|
20
|
+
*/
|
|
1
21
|
import type { ButtonProps, ColorTokens, InputProps, SizeTokens, ThemeTokens, XStackProps } from 'tamagui';
|
|
2
22
|
import React from 'react';
|
|
3
23
|
import type { SvgProps } from 'react-native-svg';
|
|
@@ -23,7 +43,7 @@ interface CustomProps {
|
|
|
23
43
|
passwordWithoutIcon?: boolean;
|
|
24
44
|
}
|
|
25
45
|
type IconProps = SvgProps & BaseIconProps;
|
|
26
|
-
export type SimpleInputProps = InputProps & CustomProps & XStackProps
|
|
46
|
+
export type SimpleInputProps = Omit<InputProps & CustomProps & XStackProps, 'ref'>;
|
|
27
47
|
export declare function SimpleInput({ value, size, password, iconBefore, iconAfter, height, width, iconStyle, circular, placeholder, iconAfterScale, iconBeforeScale, iconPasswordScale, iconAfterAsButton, iconBeforeAsButton, iconsAsButton, passwordWithoutIcon, paddingHorizontal, onChangeText, ...props }: SimpleInputProps): React.JSX.Element;
|
|
28
48
|
export {};
|
|
29
49
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organize/SimpleInput/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,UAAU,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAG1G,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEjD,MAAM,WAAW,aAAa;IAC5B,IAAI,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC;IAC3B,WAAW,CAAC,EAAE,MAAM,GAAG,UAAU,CAAC;IAClC,KAAK,CAAC,EAAE,CAAC,WAAW,GAAG,WAAW,GAAG,CAAC,MAAM,GAAG,EAAE,CAAC,CAAC,GAAG,IAAI,CAAC;IAC3D,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,KAAK,CAAC,EAAE,GAAG,CAAC;CACb;AAED,UAAU,WAAW;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,SAAS,CAAC,CAAC;IACnD,SAAS,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,SAAS,CAAC,CAAC;IAClD,SAAS,CAAC,EAAE,WAAW,CAAC;IACxB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,mBAAmB,CAAC,EAAE,OAAO,CAAC;CAC/B;AAED,KAAK,SAAS,GAAG,QAAQ,GAAG,aAAa,CAAC;AAE1C,MAAM,MAAM,gBAAgB,GAAG,IAAI,CAAC,UAAU,GAAG,WAAW,GAAG,WAAW,EAAE,KAAK,CAAC,CAAC;AAEnF,wBAAgB,WAAW,CAAC,EAC1B,KAAK,EACL,IAAI,EACJ,QAAQ,EACR,UAAU,EACV,SAAS,EACT,MAAM,EACN,KAAK,EACL,SAAS,EACT,QAAQ,EACR,WAAW,EACX,cAAc,EACd,eAAe,EACf,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,aAAa,EACb,mBAAmB,EACnB,iBAAiB,EACjB,YAAY,EACZ,GAAG,KAAK,EACT,EAAE,gBAAgB,qBAiHlB"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/organize/SimpleListItem/SimpleListItem.stories.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 16-10-2023 14:55:52
|
|
5
|
+
* Author: Lalit rajak
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2023
|
|
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
|
+
import React from 'react';
|
|
22
|
+
import { SimpleList } from './index';
|
|
23
|
+
declare const _default: {
|
|
24
|
+
title: string;
|
|
25
|
+
component: typeof SimpleList;
|
|
26
|
+
parameters: {
|
|
27
|
+
status: {
|
|
28
|
+
type: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
export default _default;
|
|
33
|
+
export declare const main: () => React.JSX.Element;
|
|
34
|
+
//# sourceMappingURL=SimpleListItem.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SimpleListItem.stories.d.ts","sourceRoot":"","sources":["../../../src/organize/SimpleListItem/SimpleListItem.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAAkB,MAAM,SAAS,CAAC;;;;;;;;;;AAIrD,wBAME;AA0BF,eAAO,MAAM,IAAI,yBAAiB,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import type { ListItemProps, YStackProps } from 'ui';
|
|
2
|
+
import React from 'react';
|
|
3
|
+
type SimpleListProps = YStackProps & {
|
|
4
|
+
orientation?: 'horizontal' | 'vertical';
|
|
5
|
+
};
|
|
6
|
+
type SimpleListItemProps = ListItemProps & {};
|
|
7
|
+
export declare function SimpleList({ children, orientation, backgroundColor, bg, ...props }: SimpleListProps): React.JSX.Element;
|
|
8
|
+
export declare function SimpleListItem({ ...props }: SimpleListItemProps): React.JSX.Element;
|
|
9
|
+
export {};
|
|
10
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organize/SimpleListItem/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,IAAI,CAAC;AAErD,OAAO,KAAkB,MAAM,OAAO,CAAC;AAEvC,KAAK,eAAe,GAAG,WAAW,GAAG;IAAE,WAAW,CAAC,EAAE,YAAY,GAAG,UAAU,CAAA;CAAE,CAAC;AACjF,KAAK,mBAAmB,GAAG,aAAa,GAAG,EAAE,CAAC;AAI9C,wBAAgB,UAAU,CAAC,EAAE,QAAQ,EAAE,WAAwB,EAAE,eAAe,EAAE,EAAE,EAAE,GAAG,KAAK,EAAE,EAAE,eAAe,qBAUhH;AAED,wBAAgB,cAAc,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,mBAAmB,qBAc/D"}
|
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/organize/SimpleTabs/SimpleTabs.stories.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 18-10-2023 15:23:17
|
|
5
|
+
* Author: Lalit rajak
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2023
|
|
8
|
+
*
|
|
9
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
|
+
* you may not use this file except in compliance with the License.
|
|
11
|
+
* You may obtain a copy of the License at
|
|
12
|
+
*
|
|
13
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
14
|
+
*
|
|
15
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
16
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
17
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18
|
+
* See the License for the specific language governing permissions and
|
|
19
|
+
* limitations under the License.
|
|
20
|
+
*/
|
|
1
21
|
import React from 'react';
|
|
2
22
|
import { SimpleTabs } from './index';
|
|
3
23
|
declare const _default: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimpleTabs.stories.d.ts","sourceRoot":"","sources":["../../../src/organize/SimpleTabs/SimpleTabs.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAA6B,MAAM,SAAS,CAAC;;;;;;;;;;AAGhE,wBAQE;AAEF,eAAO,MAAM,cAAc,yBAuB1B,CAAC;AAEF,eAAO,MAAM,YAAY,yBAuBxB,CAAC"}
|
|
1
|
+
{"version":3,"file":"SimpleTabs.stories.d.ts","sourceRoot":"","sources":["../../../src/organize/SimpleTabs/SimpleTabs.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,UAAU,EAA6B,MAAM,SAAS,CAAC;;;;;;;;;;AAGhE,wBAQE;AAEF,eAAO,MAAM,cAAc,yBAuB1B,CAAC;AAEF,eAAO,MAAM,YAAY,yBAuBxB,CAAC"}
|
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/organize/SimpleTabs/index.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 18-10-2023 15:23:17
|
|
5
|
+
* Author: Lalit rajak
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2023
|
|
8
|
+
*
|
|
9
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
|
+
* you may not use this file except in compliance with the License.
|
|
11
|
+
* You may obtain a copy of the License at
|
|
12
|
+
*
|
|
13
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
14
|
+
*
|
|
15
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
16
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
17
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18
|
+
* See the License for the specific language governing permissions and
|
|
19
|
+
* limitations under the License.
|
|
20
|
+
*/
|
|
1
21
|
import React from 'react';
|
|
2
22
|
import type { TabsProps, TabsContentProps, TabsTabProps, TabsListProps } from 'tamagui';
|
|
3
23
|
export type SimpleTabsProps = Omit<TabsProps, 'defaultValue'> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organize/SimpleTabs/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organize/SimpleTabs/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAGH,OAAO,KAAkB,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EAAE,SAAS,EAAE,gBAAgB,EAAE,YAAY,EAAE,aAAa,EAAkC,MAAM,SAAS,CAAC;AAMxH,MAAM,MAAM,eAAe,GAAG,IAAI,CAAC,SAAS,EAAE,cAAc,CAAC,GAAG;IAAE,UAAU,CAAC,EAAE,OAAO,CAAA;CAAE,GAAG;IAAE,YAAY,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAErH,MAAM,MAAM,YAAY,GAAG,IAAI,CAAC,gBAAgB,EAAE,OAAO,CAAC,GAAG;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC;AAE/E,MAAM,MAAM,QAAQ,GAAG,IAAI,CAAC,YAAY,EAAE,OAAO,CAAC,GAAG;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,CAAC;AAEtE,MAAM,MAAM,SAAS,GAAG,aAAa,GAAG;IAAE,UAAU,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AAejE,wBAAgB,UAAU,CAAC,EACzB,KAAK,EACL,MAAM,EACN,UAAU,EACV,YAAY,EACZ,WAA0B,EAC1B,GAAG,KAAK,EACT,EAAE,eAAe,qBAoBjB;AAED,wBAAgB,QAAQ,CAAC,EAAE,UAAkB,EAAE,GAAG,KAAK,EAAE,EAAE,SAAS,qBAoBnE;AAED,wBAAgB,UAAU,CAAC,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,YAAY,qBAkB3D;AAED,wBAAgB,GAAG,CAAC,EAAE,IAAI,EAAE,GAAG,KAAK,EAAE,EAAE,QAAQ,qBAkB/C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/organize/index.ts"],"names":[],"mappings":"AAoBA,cAAc,kBAAkB,CAAC;AACjC,cAAc,mBAAmB,CAAC;AAClC,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC"}
|
|
@@ -5,4 +5,4 @@ export declare const ConditionalOpen: () => React.JSX.Element;
|
|
|
5
5
|
export declare const main: () => React.JSX.Element;
|
|
6
6
|
export declare const customContent: () => React.JSX.Element;
|
|
7
7
|
export default meta;
|
|
8
|
-
//# sourceMappingURL=
|
|
8
|
+
//# sourceMappingURL=SimpleAlertDialog.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"
|
|
1
|
+
{"version":3,"file":"SimpleAlertDialog.stories.d.ts","sourceRoot":"","sources":["../../../src/panels/SimpleAlertDialog/SimpleAlertDialog.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAG7C,QAAA,MAAM,IAAI,EAAE,IAIX,CAAC;AAEF,eAAO,MAAM,eAAe,yBAQ3B,CAAC;AAEF,eAAO,MAAM,IAAI,yBAUhB,CAAC;AAEF,eAAO,MAAM,aAAa,yBAWzB,CAAC;AAkBF,eAAe,IAAI,CAAC"}
|
|
@@ -1,7 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/panels/SimpleDialog/SimpleDialog.stories.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 13-10-2023 09:40:26
|
|
5
|
+
* Author: Lalit rajak
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2023
|
|
8
|
+
*
|
|
9
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
|
+
* you may not use this file except in compliance with the License.
|
|
11
|
+
* You may obtain a copy of the License at
|
|
12
|
+
*
|
|
13
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
14
|
+
*
|
|
15
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
16
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
17
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18
|
+
* See the License for the specific language governing permissions and
|
|
19
|
+
* limitations under the License.
|
|
20
|
+
*/
|
|
1
21
|
import React from 'react';
|
|
2
22
|
import type { Meta } from '@storybook/react';
|
|
3
23
|
declare const meta: Meta;
|
|
4
24
|
export declare const main: () => React.JSX.Element;
|
|
5
25
|
export declare const openWithFunction: () => React.JSX.Element;
|
|
6
26
|
export default meta;
|
|
27
|
+
export declare const customPosition: (args: any) => React.JSX.Element;
|
|
28
|
+
export declare const rightSideDialog: (args: any) => React.JSX.Element;
|
|
29
|
+
export declare const leftSideDialog: (args: any) => React.JSX.Element;
|
|
7
30
|
//# sourceMappingURL=SimpleDialog.stories.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimpleDialog.stories.d.ts","sourceRoot":"","sources":["../../../src/panels/SimpleDialog/SimpleDialog.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"SimpleDialog.stories.d.ts","sourceRoot":"","sources":["../../../src/panels/SimpleDialog/SimpleDialog.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAmB,MAAM,OAAO,CAAC;AACxC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAM7C,QAAA,MAAM,IAAI,EAAE,IAIX,CAAC;AAEF,eAAO,MAAM,IAAI,yBAahB,CAAC;AA2BF,eAAO,MAAM,gBAAgB,yBAA6B,CAAC;AAE3D,eAAe,IAAI,CAAC;AAEpB,eAAO,MAAM,cAAc,kCAW1B,CAAC;AAEF,eAAO,MAAM,eAAe,kCAgB3B,CAAC;AAEF,eAAO,MAAM,cAAc,kCAgB1B,CAAC"}
|
|
@@ -1,15 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/panels/SimpleDialog/index.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 13-10-2023 09:40:26
|
|
5
|
+
* Author: Lalit rajak
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2023
|
|
8
|
+
*
|
|
9
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
|
+
* you may not use this file except in compliance with the License.
|
|
11
|
+
* You may obtain a copy of the License at
|
|
12
|
+
*
|
|
13
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
14
|
+
*
|
|
15
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
16
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
17
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18
|
+
* See the License for the specific language governing permissions and
|
|
19
|
+
* limitations under the License.
|
|
20
|
+
*/
|
|
1
21
|
import React from 'react';
|
|
2
|
-
import type { DialogProps, DialogTitleProps, DialogDescriptionProps, DialogContentProps } from 'tamagui';
|
|
22
|
+
import type { DialogProps, DialogTitleProps, DialogDescriptionProps, DialogContentProps, DialogPortalProps, DialogOverlayProps, SizeTokens } from 'tamagui';
|
|
3
23
|
import type { ReactNode } from 'react';
|
|
4
24
|
export type SimpleDialogProps = DialogProps & {
|
|
5
25
|
contentStyle?: DialogContentProps;
|
|
6
26
|
description?: ReactNode;
|
|
7
27
|
descriptionStyle?: DialogDescriptionProps;
|
|
28
|
+
portalStyle?: DialogPortalProps;
|
|
8
29
|
open?: boolean;
|
|
9
30
|
title?: ReactNode;
|
|
10
31
|
titleStyle?: DialogTitleProps;
|
|
11
32
|
trigger?: ReactNode;
|
|
33
|
+
withoutCloseButton?: boolean;
|
|
34
|
+
overlayStyle?: DialogOverlayProps;
|
|
12
35
|
onOpenChange?: (open: boolean) => void;
|
|
36
|
+
asLeftSideSheet?: boolean;
|
|
37
|
+
asRightSideSheet?: boolean;
|
|
38
|
+
transitionWidth?: number | SizeTokens | undefined;
|
|
13
39
|
};
|
|
14
|
-
export declare function SimpleDialog({ children, contentStyle, description, descriptionStyle, title, titleStyle, trigger, ...props }: SimpleDialogProps): React.JSX.Element;
|
|
40
|
+
export declare function SimpleDialog({ children, contentStyle, description, descriptionStyle, title, titleStyle, trigger, portalStyle, withoutCloseButton, overlayStyle, asLeftSideSheet, asRightSideSheet, transitionWidth, ...props }: SimpleDialogProps): React.JSX.Element;
|
|
15
41
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/panels/SimpleDialog/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/panels/SimpleDialog/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAoB,MAAM,OAAO,CAAC;AACzC,OAAO,KAAK,EACV,WAAW,EACX,gBAAgB,EAChB,sBAAsB,EACtB,kBAAkB,EAClB,iBAAiB,EACjB,kBAAkB,EAClB,UAAU,EACX,MAAM,SAAS,CAAC;AACjB,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,MAAM,MAAM,iBAAiB,GAAG,WAAW,GAAG;IAC5C,YAAY,CAAC,EAAE,kBAAkB,CAAC;IAClC,WAAW,CAAC,EAAE,SAAS,CAAC;IACxB,gBAAgB,CAAC,EAAE,sBAAsB,CAAC;IAC1C,WAAW,CAAC,EAAE,iBAAiB,CAAC;IAChC,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B,OAAO,CAAC,EAAE,SAAS,CAAC;IACpB,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,YAAY,CAAC,EAAE,kBAAkB,CAAC;IAClC,YAAY,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,SAAS,CAAC;CACnD,CAAC;AAEF,wBAAgB,YAAY,CAAC,EAC3B,QAAQ,EACR,YAAY,EACZ,WAAW,EACX,gBAAgB,EAChB,KAAK,EACL,UAAU,EACV,OAAO,EACP,WAAW,EACX,kBAAkB,EAClB,YAAY,EACZ,eAAe,EACf,gBAAgB,EAChB,eAAe,EACf,GAAG,KAAK,EACT,EAAE,iBAAiB,qBAsFnB"}
|
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/panels/SimplePopover/SimplePopover.stories.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 10-08-2023 10:50:11
|
|
5
|
+
* Author: Clay Risser
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2023
|
|
8
|
+
*
|
|
9
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
|
+
* you may not use this file except in compliance with the License.
|
|
11
|
+
* You may obtain a copy of the License at
|
|
12
|
+
*
|
|
13
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
14
|
+
*
|
|
15
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
16
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
17
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18
|
+
* See the License for the specific language governing permissions and
|
|
19
|
+
* limitations under the License.
|
|
20
|
+
*/
|
|
1
21
|
import React from 'react';
|
|
2
22
|
import type { Meta } from '@storybook/react';
|
|
3
23
|
declare const meta: Meta;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimplePopover.stories.d.ts","sourceRoot":"","sources":["../../../src/panels/SimplePopover/SimplePopover.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAE7C,QAAA,MAAM,IAAI,EAAE,IAIX,CAAC;AAEF,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"SimplePopover.stories.d.ts","sourceRoot":"","sources":["../../../src/panels/SimplePopover/SimplePopover.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAmB,MAAM,OAAO,CAAC;AAGxC,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAE7C,QAAA,MAAM,IAAI,EAAE,IAIX,CAAC;AAEF,eAAO,MAAM,IAAI,yBAQhB,CAAC;AAEF,eAAO,MAAM,eAAe,yBAS3B,CAAC;AAmBF,eAAO,MAAM,WAAW,yBAKvB,CAAC;AAmBF,eAAO,MAAM,0BAA0B,kCAAsC,CAAC;AA8B9E,eAAO,MAAM,kBAAkB,kCAA6C,CAAC;AAE7E,eAAe,IAAI,CAAC"}
|
|
@@ -1,4 +1,24 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/panels/SimplePopover/index.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 13-10-2023 09:40:26
|
|
5
|
+
* Author: Lalit rajak
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2023
|
|
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
|
+
import type { PopoverArrowProps, PopoverContentProps, PopoverProps, PopoverTriggerProps, TamaguiElement, YStackProps } from 'tamagui';
|
|
2
22
|
import React from 'react';
|
|
3
23
|
import type { ReactNode } from 'react';
|
|
4
24
|
export interface PopoverCustomProps {
|
|
@@ -11,15 +31,12 @@ export interface PopoverCustomProps {
|
|
|
11
31
|
open?: boolean;
|
|
12
32
|
setOpen?: (open: boolean) => void;
|
|
13
33
|
}
|
|
14
|
-
export interface PopoverTriggerProps {
|
|
15
|
-
trigger: ReactNode;
|
|
16
|
-
}
|
|
17
34
|
export interface PopoverOpen {
|
|
18
35
|
triggerElement: ReactNode;
|
|
19
36
|
}
|
|
20
37
|
export type ExclusiveTriggerProps = PopoverTriggerProps | PopoverOpen;
|
|
21
38
|
export type SimplePopoverProps = PopoverProps & PopoverCustomProps & ExclusiveTriggerProps;
|
|
22
|
-
export declare const SimplePopoverTrigger: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "style" | "display" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseStackProps & import("tamagui").
|
|
39
|
+
export declare const SimplePopoverTrigger: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "style" | "display" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers)> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
|
|
23
40
|
style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | React.CSSProperties | (React.CSSProperties & import("react-native").ViewStyle)>;
|
|
24
41
|
} & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>> & import("@tamagui/web").MediaProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/web").PseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>>>> & React.RefAttributes<TamaguiElement>>;
|
|
25
42
|
export declare function SimplePopover({ children, contentStyle, triggerStyle, arrowStyle, arrow, triggerOnHover, closeOnHoverOut, ...props }: SimplePopoverProps): React.JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/panels/SimplePopover/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/panels/SimplePopover/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,EACV,iBAAiB,EACjB,mBAAmB,EACnB,YAAY,EACZ,mBAAmB,EAEnB,cAAc,EACd,WAAW,EACZ,MAAM,SAAS,CAAC;AAEjB,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,MAAM,WAAW,kBAAkB;IACjC,YAAY,CAAC,EAAE,mBAAmB,CAAC;IACnC,UAAU,CAAC,EAAE,iBAAiB,CAAC;IAC/B,YAAY,CAAC,EAAE,WAAW,CAAC;IAC3B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;CACnC;AAED,MAAM,WAAW,WAAW;IAC1B,cAAc,EAAE,SAAS,CAAC;CAC3B;AAED,MAAM,MAAM,qBAAqB,GAAG,mBAAmB,GAAG,WAAW,CAAC;AAEtE,MAAM,MAAM,kBAAkB,GAAG,YAAY,GAAG,kBAAkB,GAAG,qBAAqB,CAAC;AAE3F,eAAO,MAAM,oBAAoB;;u9BAe/B,CAAC;AAEH,wBAAgB,aAAa,CAAC,EAC5B,QAAQ,EACR,YAAY,EACZ,YAAY,EACZ,UAAU,EACV,KAAY,EACZ,cAAc,EACd,eAAe,EACf,GAAG,KAAK,EACT,EAAE,kBAAkB,qBA8DpB"}
|
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/panels/SimpleTooltip/SimpleTooltip.stories.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 18-10-2023 15:23:17
|
|
5
|
+
* Author: Lalit rajak
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2023
|
|
8
|
+
*
|
|
9
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
|
+
* you may not use this file except in compliance with the License.
|
|
11
|
+
* You may obtain a copy of the License at
|
|
12
|
+
*
|
|
13
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
14
|
+
*
|
|
15
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
16
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
17
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18
|
+
* See the License for the specific language governing permissions and
|
|
19
|
+
* limitations under the License.
|
|
20
|
+
*/
|
|
1
21
|
import React from 'react';
|
|
2
22
|
import type { Meta } from '@storybook/react';
|
|
3
23
|
declare const meta: Meta;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimpleTooltip.stories.d.ts","sourceRoot":"","sources":["../../../src/panels/SimpleTooltip/SimpleTooltip.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAE7C,QAAA,MAAM,IAAI,EAAE,IAIX,CAAC;AAEF,eAAO,MAAM,IAAI,
|
|
1
|
+
{"version":3,"file":"SimpleTooltip.stories.d.ts","sourceRoot":"","sources":["../../../src/panels/SimpleTooltip/SimpleTooltip.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAE7C,QAAA,MAAM,IAAI,EAAE,IAIX,CAAC;AAEF,eAAO,MAAM,IAAI,yBAMhB,CAAC;AACF,eAAe,IAAI,CAAC"}
|
|
@@ -1,13 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/panels/SimpleTooltip/index.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 18-10-2023 15:23:17
|
|
5
|
+
* Author: Lalit rajak
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2023
|
|
8
|
+
*
|
|
9
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
|
+
* you may not use this file except in compliance with the License.
|
|
11
|
+
* You may obtain a copy of the License at
|
|
12
|
+
*
|
|
13
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
14
|
+
*
|
|
15
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
16
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
17
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18
|
+
* See the License for the specific language governing permissions and
|
|
19
|
+
* limitations under the License.
|
|
20
|
+
*/
|
|
1
21
|
import React from 'react';
|
|
2
|
-
import type { TooltipProps, ThemeProps
|
|
22
|
+
import type { TooltipProps, ThemeProps } from 'tamagui';
|
|
3
23
|
type SimpleToolTipProps = TooltipProps & {
|
|
4
|
-
|
|
5
|
-
} & {
|
|
24
|
+
trigger: React.ReactNode;
|
|
6
25
|
themeStyle?: ThemeProps;
|
|
7
|
-
} & {
|
|
8
|
-
paragraphStyle?: ParagraphProps;
|
|
9
26
|
};
|
|
10
|
-
export declare function SimpleTooltip({ Icon, children,
|
|
27
|
+
export declare function SimpleTooltip({ Icon, children, themeStyle, trigger, ...props }: SimpleToolTipProps & {
|
|
11
28
|
Icon?: any;
|
|
12
29
|
}): React.JSX.Element;
|
|
13
30
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/panels/SimpleTooltip/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/panels/SimpleTooltip/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,KAAK,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAGxD,KAAK,kBAAkB,GAAG,YAAY,GAAG;IAAE,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IAAC,UAAU,CAAC,EAAE,UAAU,CAAA;CAAE,CAAC;AAE/F,wBAAgB,aAAa,CAAC,EAAE,IAAI,EAAE,QAAQ,EAAE,UAAU,EAAE,OAAO,EAAE,GAAG,KAAK,EAAE,EAAE,kBAAkB,GAAG;IAAE,IAAI,CAAC,EAAE,GAAG,CAAA;CAAE,qBA6BnH"}
|