@multiplatform.one/components 5.0.11 → 5.0.16
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/forms/Button/SubmitButton.spec.cjs +3 -1
- package/dist/cjs/forms/Button/SubmitButton.spec.js +3 -3
- package/dist/cjs/forms/Button/SubmitButton.spec.js.map +1 -1
- package/dist/cjs/forms/Button/SubmitButton.spec.native.js +3 -2
- package/dist/cjs/forms/Button/SubmitButton.spec.native.js.map +2 -2
- package/dist/cjs/forms/Button/SubmitButton.stories.cjs +17 -14
- package/dist/cjs/forms/Button/SubmitButton.stories.js +7 -6
- package/dist/cjs/forms/Button/SubmitButton.stories.js.map +1 -1
- package/dist/cjs/forms/Button/SubmitButton.stories.native.js +10 -5
- package/dist/cjs/forms/Button/SubmitButton.stories.native.js.map +2 -2
- package/dist/cjs/images/index.cjs +2 -1
- package/dist/cjs/images/index.js +2 -1
- package/dist/cjs/images/index.js.map +1 -1
- package/dist/cjs/images/index.native.js +4 -2
- package/dist/cjs/images/index.native.js.map +1 -1
- package/dist/cjs/index.js +9 -9
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/index.native.js +18 -18
- package/dist/cjs/index.native.js.map +1 -1
- package/dist/esm/forms/Button/SubmitButton.spec.js +3 -3
- package/dist/esm/forms/Button/SubmitButton.spec.js.map +1 -1
- package/dist/esm/forms/Button/SubmitButton.spec.mjs +3 -1
- package/dist/esm/forms/Button/SubmitButton.spec.mjs.map +1 -1
- package/dist/esm/forms/Button/SubmitButton.spec.native.js +3 -2
- package/dist/esm/forms/Button/SubmitButton.spec.native.js.map +2 -2
- package/dist/esm/forms/Button/SubmitButton.stories.js +7 -6
- package/dist/esm/forms/Button/SubmitButton.stories.js.map +1 -1
- package/dist/esm/forms/Button/SubmitButton.stories.mjs +17 -14
- package/dist/esm/forms/Button/SubmitButton.stories.mjs.map +1 -1
- package/dist/esm/forms/Button/SubmitButton.stories.native.js +10 -5
- package/dist/esm/forms/Button/SubmitButton.stories.native.js.map +2 -2
- package/dist/esm/images/index.js +2 -1
- package/dist/esm/images/index.js.map +1 -1
- package/dist/esm/images/index.mjs +2 -1
- package/dist/esm/images/index.mjs.map +1 -1
- package/dist/esm/images/index.native.js +2 -1
- package/dist/esm/images/index.native.js.map +1 -1
- package/dist/esm/index.js +9 -9
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.mjs +9 -9
- package/dist/esm/index.mjs.map +1 -1
- package/dist/esm/index.native.js +9 -9
- package/dist/esm/index.native.js.map +1 -1
- package/dist/jsx/forms/Button/SubmitButton.spec.js +3 -3
- package/dist/jsx/forms/Button/SubmitButton.spec.js.map +1 -1
- package/dist/jsx/forms/Button/SubmitButton.spec.mjs +3 -1
- package/dist/jsx/forms/Button/SubmitButton.spec.mjs.map +1 -1
- package/dist/jsx/forms/Button/SubmitButton.spec.native.js +3 -2
- package/dist/jsx/forms/Button/SubmitButton.spec.native.js.map +2 -2
- package/dist/jsx/forms/Button/SubmitButton.stories.js +7 -6
- package/dist/jsx/forms/Button/SubmitButton.stories.js.map +1 -1
- package/dist/jsx/forms/Button/SubmitButton.stories.mjs +17 -14
- package/dist/jsx/forms/Button/SubmitButton.stories.mjs.map +1 -1
- package/dist/jsx/forms/Button/SubmitButton.stories.native.js +10 -5
- package/dist/jsx/forms/Button/SubmitButton.stories.native.js.map +2 -2
- package/dist/jsx/images/index.js +2 -1
- package/dist/jsx/images/index.js.map +1 -1
- package/dist/jsx/images/index.mjs +2 -1
- package/dist/jsx/images/index.mjs.map +1 -1
- package/dist/jsx/images/index.native.js +2 -1
- package/dist/jsx/images/index.native.js.map +1 -1
- package/dist/jsx/index.js +9 -9
- package/dist/jsx/index.js.map +1 -1
- package/dist/jsx/index.mjs +9 -9
- package/dist/jsx/index.mjs.map +1 -1
- package/dist/jsx/index.native.js +9 -9
- package/dist/jsx/index.native.js.map +1 -1
- package/package.json +14 -15
- package/src/forms/Button/SubmitButton.spec.tsx +5 -1
- package/src/forms/Button/SubmitButton.stories.tsx +10 -9
- package/src/images/index.ts +23 -1
- package/src/index.ts +12 -14
- package/types/ErrorBoundary/index.d.ts +12 -0
- package/types/ErrorBoundary/index.d.ts.map +1 -0
- package/types/code/Code/Code.stories.d.ts +26 -0
- package/types/code/Code/Code.stories.d.ts.map +1 -0
- package/types/code/Code/index.d.ts +33 -0
- package/types/code/Code/index.d.ts.map +1 -0
- package/types/code/CodeBlock/CodeBlock.stories.d.ts +6 -0
- package/types/code/CodeBlock/CodeBlock.stories.d.ts.map +1 -0
- package/types/code/CodeBlock/index.d.ts +8 -0
- package/types/code/CodeBlock/index.d.ts.map +1 -0
- package/types/code/Pre/index.d.ts +11 -0
- package/types/code/Pre/index.d.ts.map +1 -0
- package/types/code/index.d.ts +4 -0
- package/types/code/index.d.ts.map +1 -0
- package/types/forms/Button/Button.d.ts +23 -0
- package/types/forms/Button/Button.d.ts.map +1 -0
- package/types/forms/Button/SubmitButton.d.ts +28 -0
- package/types/forms/Button/SubmitButton.d.ts.map +1 -0
- package/types/forms/Button/SubmitButton.stories.d.ts +29 -0
- package/types/forms/Button/SubmitButton.stories.d.ts.map +1 -0
- package/types/forms/Button/index.d.ts +3 -0
- package/types/forms/Button/index.d.ts.map +1 -0
- package/types/forms/Checkbox/Checkbox.d.ts +3 -0
- package/types/forms/Checkbox/Checkbox.d.ts.map +1 -0
- package/types/forms/Checkbox/FieldCheckbox.d.ts +29 -0
- package/types/forms/Checkbox/FieldCheckbox.d.ts.map +1 -0
- package/types/forms/Checkbox/FieldCheckbox.stories.d.ts +38 -0
- package/types/forms/Checkbox/FieldCheckbox.stories.d.ts.map +1 -0
- package/types/forms/Checkbox/index.d.ts +3 -0
- package/types/forms/Checkbox/index.d.ts.map +1 -0
- package/types/forms/Form.d.ts +32 -0
- package/types/forms/Form.d.ts.map +1 -0
- package/types/forms/FormField.d.ts +36 -0
- package/types/forms/FormField.d.ts.map +1 -0
- package/types/forms/Input/FieldInput.d.ts +29 -0
- package/types/forms/Input/FieldInput.d.ts.map +1 -0
- package/types/forms/Input/FieldInput.stories.d.ts +38 -0
- package/types/forms/Input/FieldInput.stories.d.ts.map +1 -0
- package/types/forms/Input/Input.d.ts +3 -0
- package/types/forms/Input/Input.d.ts.map +1 -0
- package/types/forms/Input/index.d.ts +3 -0
- package/types/forms/Input/index.d.ts.map +1 -0
- package/types/forms/Progress/FieldProgress.d.ts +31 -0
- package/types/forms/Progress/FieldProgress.d.ts.map +1 -0
- package/types/forms/Progress/FieldProgress.stories.d.ts +38 -0
- package/types/forms/Progress/FieldProgress.stories.d.ts.map +1 -0
- package/types/forms/Progress/Progress.d.ts +3 -0
- package/types/forms/Progress/Progress.d.ts.map +1 -0
- package/types/forms/Progress/index.d.ts +3 -0
- package/types/forms/Progress/index.d.ts.map +1 -0
- package/types/forms/RadioGroup/FieldRadioGroup.d.ts +39 -0
- package/types/forms/RadioGroup/FieldRadioGroup.d.ts.map +1 -0
- package/types/forms/RadioGroup/FieldRadioGroup.stories.d.ts +38 -0
- package/types/forms/RadioGroup/FieldRadioGroup.stories.d.ts.map +1 -0
- package/types/forms/RadioGroup/RadioGroup.d.ts +3 -0
- package/types/forms/RadioGroup/RadioGroup.d.ts.map +1 -0
- package/types/forms/RadioGroup/index.d.ts +3 -0
- package/types/forms/RadioGroup/index.d.ts.map +1 -0
- package/types/forms/Select/FieldSelectSimple.d.ts +29 -0
- package/types/forms/Select/FieldSelectSimple.d.ts.map +1 -0
- package/types/forms/Select/FieldSelectSimple.stories.d.ts +36 -0
- package/types/forms/Select/FieldSelectSimple.stories.d.ts.map +1 -0
- package/types/forms/Select/Select.d.ts +3 -0
- package/types/forms/Select/Select.d.ts.map +1 -0
- package/types/forms/Select/SelectSimple.d.ts +28 -0
- package/types/forms/Select/SelectSimple.d.ts.map +1 -0
- package/types/forms/Select/SelectSimple.stories.d.ts +22 -0
- package/types/forms/Select/SelectSimple.stories.d.ts.map +1 -0
- package/types/forms/Select/index.d.ts +4 -0
- package/types/forms/Select/index.d.ts.map +1 -0
- package/types/forms/SelectButton/OptionButton.d.ts +28 -0
- package/types/forms/SelectButton/OptionButton.d.ts.map +1 -0
- package/types/forms/SelectButton/SelectButton.d.ts +34 -0
- package/types/forms/SelectButton/SelectButton.d.ts.map +1 -0
- package/types/forms/SelectButton/SelectButton.stories.d.ts +20 -0
- package/types/forms/SelectButton/SelectButton.stories.d.ts.map +1 -0
- package/types/forms/SelectButton/context.d.ts +12 -0
- package/types/forms/SelectButton/context.d.ts.map +1 -0
- package/types/forms/SelectButton/index.d.ts +3 -0
- package/types/forms/SelectButton/index.d.ts.map +1 -0
- package/types/forms/Slider/FieldSlider.d.ts +31 -0
- package/types/forms/Slider/FieldSlider.d.ts.map +1 -0
- package/types/forms/Slider/FieldSlider.stories.d.ts +38 -0
- package/types/forms/Slider/FieldSlider.stories.d.ts.map +1 -0
- package/types/forms/Slider/Slider.d.ts +3 -0
- package/types/forms/Slider/Slider.d.ts.map +1 -0
- package/types/forms/Slider/index.d.ts +3 -0
- package/types/forms/Slider/index.d.ts.map +1 -0
- package/types/forms/Switch/FieldSwitch.d.ts +30 -0
- package/types/forms/Switch/FieldSwitch.d.ts.map +1 -0
- package/types/forms/Switch/FieldSwitch.stories.d.ts +38 -0
- package/types/forms/Switch/FieldSwitch.stories.d.ts.map +1 -0
- package/types/forms/Switch/Switch.d.ts +3 -0
- package/types/forms/Switch/Switch.d.ts.map +1 -0
- package/types/forms/Switch/index.d.ts +3 -0
- package/types/forms/Switch/index.d.ts.map +1 -0
- package/types/forms/TextArea/FieldTextArea.d.ts +29 -0
- package/types/forms/TextArea/FieldTextArea.d.ts.map +1 -0
- package/types/forms/TextArea/FieldTextArea.stories.d.ts +46 -0
- package/types/forms/TextArea/FieldTextArea.stories.d.ts.map +1 -0
- package/types/forms/TextArea/TextArea.d.ts +3 -0
- package/types/forms/TextArea/TextArea.d.ts.map +1 -0
- package/types/forms/TextArea/index.d.ts +3 -0
- package/types/forms/TextArea/index.d.ts.map +1 -0
- package/types/forms/index.d.ts +14 -0
- package/types/forms/index.d.ts.map +1 -0
- package/types/forms/types.d.ts +11 -0
- package/types/forms/types.d.ts.map +1 -0
- package/types/helpers.d.ts +3 -0
- package/types/helpers.d.ts.map +1 -0
- package/types/hooks/index.d.ts +3 -0
- package/types/hooks/index.d.ts.map +1 -0
- package/types/hooks/useAnimationDriverToggle.d.ts +7 -0
- package/types/hooks/useAnimationDriverToggle.d.ts.map +1 -0
- package/types/hooks/useAssets/index.d.ts +4 -0
- package/types/hooks/useAssets/index.d.ts.map +1 -0
- package/types/hooks/useAssets/index.native.d.ts +4 -0
- package/types/hooks/useAssets/index.native.d.ts.map +1 -0
- package/types/hooks/useClipboard.d.ts +7 -0
- package/types/hooks/useClipboard.d.ts.map +1 -0
- package/types/icons/CheckRegular.d.ts +33 -0
- package/types/icons/CheckRegular.d.ts.map +1 -0
- package/types/icons/MinusRegular.d.ts +33 -0
- package/types/icons/MinusRegular.d.ts.map +1 -0
- package/types/icons/index.d.ts +3 -0
- package/types/icons/index.d.ts.map +1 -0
- package/types/icons/themed.d.ts +24 -0
- package/types/icons/themed.d.ts.map +1 -0
- package/types/images/SimpleImage/index.d.ts +22 -0
- package/types/images/SimpleImage/index.d.ts.map +1 -0
- package/types/images/SimpleImage/index.stories.d.ts +58 -0
- package/types/images/SimpleImage/index.stories.d.ts.map +1 -0
- package/types/images/Svg/Svg.stories.d.ts +12 -0
- package/types/images/Svg/Svg.stories.d.ts.map +1 -0
- package/types/images/Svg/index.d.ts +5 -0
- package/types/images/Svg/index.d.ts.map +1 -0
- package/types/images/Svg/index.native.d.ts +3 -0
- package/types/images/Svg/index.native.d.ts.map +1 -0
- package/types/images/SvgUri/index.d.ts +25 -0
- package/types/images/SvgUri/index.d.ts.map +1 -0
- package/types/images/SvgUri/index.native.d.ts +4 -0
- package/types/images/SvgUri/index.native.d.ts.map +1 -0
- package/types/images/index.d.ts +4 -0
- package/types/images/index.d.ts.map +1 -0
- package/types/index.d.ts +16 -0
- package/types/index.d.ts.map +1 -0
- package/types/layouts/Debug/DebugLayout.stories.d.ts +31 -0
- package/types/layouts/Debug/DebugLayout.stories.d.ts.map +1 -0
- package/types/layouts/Debug/index.d.ts +41 -0
- package/types/layouts/Debug/index.d.ts.map +1 -0
- package/types/layouts/index.d.ts +2 -0
- package/types/layouts/index.d.ts.map +1 -0
- package/types/mdx/ExternalIcon/ExternalIcon.stories.d.ts +5 -0
- package/types/mdx/ExternalIcon/ExternalIcon.stories.d.ts.map +1 -0
- package/types/mdx/ExternalIcon/index.d.ts +2 -0
- package/types/mdx/ExternalIcon/index.d.ts.map +1 -0
- package/types/mdx/HR/HR.stories.d.ts +12 -0
- package/types/mdx/HR/HR.stories.d.ts.map +1 -0
- package/types/mdx/HR/index.d.ts +22 -0
- package/types/mdx/HR/index.d.ts.map +1 -0
- package/types/mdx/LI/LI.stories.d.ts +50 -0
- package/types/mdx/LI/LI.stories.d.ts.map +1 -0
- package/types/mdx/LI/index.d.ts +25 -0
- package/types/mdx/LI/index.d.ts.map +1 -0
- package/types/mdx/MDX/MDX.stories.d.ts +5 -0
- package/types/mdx/MDX/MDX.stories.d.ts.map +1 -0
- package/types/mdx/MDX/index.d.ts +29 -0
- package/types/mdx/MDX/index.d.ts.map +1 -0
- package/types/mdx/MDXCodeBlock/MDXCodeBlock.stories.d.ts +26 -0
- package/types/mdx/MDXCodeBlock/MDXCodeBlock.stories.d.ts.map +1 -0
- package/types/mdx/MDXCodeBlock/MDXCodeBlockContext.d.ts +10 -0
- package/types/mdx/MDXCodeBlock/MDXCodeBlockContext.d.ts.map +1 -0
- package/types/mdx/MDXCodeBlock/index.d.ts +27 -0
- package/types/mdx/MDXCodeBlock/index.d.ts.map +1 -0
- package/types/mdx/UL/UL.stories.d.ts +60 -0
- package/types/mdx/UL/UL.stories.d.ts.map +1 -0
- package/types/mdx/UL/index.d.ts +11 -0
- package/types/mdx/UL/index.d.ts.map +1 -0
- package/types/mdx/components.d.ts +33 -0
- package/types/mdx/components.d.ts.map +1 -0
- package/types/mdx/hooks/index.d.ts +4 -0
- package/types/mdx/hooks/index.d.ts.map +1 -0
- package/types/mdx/hooks/useCompileAndEvaluateMdx.d.ts +9 -0
- package/types/mdx/hooks/useCompileAndEvaluateMdx.d.ts.map +1 -0
- package/types/mdx/hooks/useCompileMdx.d.ts +5 -0
- package/types/mdx/hooks/useCompileMdx.d.ts.map +1 -0
- package/types/mdx/hooks/useEvaluateMdx.d.ts +5 -0
- package/types/mdx/hooks/useEvaluateMdx.d.ts.map +1 -0
- package/types/mdx/index.d.ts +9 -0
- package/types/mdx/index.d.ts.map +1 -0
- package/types/mdx/util/rehypeHighlightCode.d.ts +2 -0
- package/types/mdx/util/rehypeHighlightCode.d.ts.map +1 -0
- package/types/mdx/util/rehypeHighlightLine.d.ts +2 -0
- package/types/mdx/util/rehypeHighlightLine.d.ts.map +1 -0
- package/types/mdx/util/rehypeHighlightWord.d.ts +3 -0
- package/types/mdx/util/rehypeHighlightWord.d.ts.map +1 -0
- package/types/mdx/util/rehypeMetaAttributes.d.ts +2 -0
- package/types/mdx/util/rehypeMetaAttributes.d.ts.map +1 -0
- package/types/organize/SimpleAccordion/SimpleAccordion.stories.d.ts +13 -0
- package/types/organize/SimpleAccordion/SimpleAccordion.stories.d.ts.map +1 -0
- package/types/organize/SimpleAccordion/index.d.ts +37 -0
- package/types/organize/SimpleAccordion/index.d.ts.map +1 -0
- package/types/organize/SimpleCarousel/Carousel.stories.d.ts +40 -0
- package/types/organize/SimpleCarousel/Carousel.stories.d.ts.map +1 -0
- package/types/organize/SimpleCarousel/index.d.ts +33 -0
- package/types/organize/SimpleCarousel/index.d.ts.map +1 -0
- package/types/organize/SimpleInput/SimpleInput.stories.d.ts +13 -0
- package/types/organize/SimpleInput/SimpleInput.stories.d.ts.map +1 -0
- package/types/organize/SimpleInput/index.d.ts +28 -0
- package/types/organize/SimpleInput/index.d.ts.map +1 -0
- package/types/organize/SimpleListItem/SimpleListItem.stories.d.ts +38 -0
- package/types/organize/SimpleListItem/SimpleListItem.stories.d.ts.map +1 -0
- package/types/organize/SimpleListItem/index.d.ts +29 -0
- package/types/organize/SimpleListItem/index.d.ts.map +1 -0
- package/types/organize/SimpleParagraph/SimpleParagraph.stories.d.ts +32 -0
- package/types/organize/SimpleParagraph/SimpleParagraph.stories.d.ts.map +1 -0
- package/types/organize/SimpleParagraph/index.d.ts +26 -0
- package/types/organize/SimpleParagraph/index.d.ts.map +1 -0
- package/types/organize/SimpleTabs/SimpleTabs.stories.d.ts +40 -0
- package/types/organize/SimpleTabs/SimpleTabs.stories.d.ts.map +1 -0
- package/types/organize/SimpleTabs/index.d.ts +26 -0
- package/types/organize/SimpleTabs/index.d.ts.map +1 -0
- package/types/organize/index.d.ts +7 -0
- package/types/organize/index.d.ts.map +1 -0
- package/types/panels/SimpleAlertDialog/SimpleAlertDialog.stories.d.ts +39 -0
- package/types/panels/SimpleAlertDialog/SimpleAlertDialog.stories.d.ts.map +1 -0
- package/types/panels/SimpleAlertDialog/index.d.ts +41 -0
- package/types/panels/SimpleAlertDialog/index.d.ts.map +1 -0
- package/types/panels/SimpleDialog/SimpleDialog.stories.d.ts +59 -0
- package/types/panels/SimpleDialog/SimpleDialog.stories.d.ts.map +1 -0
- package/types/panels/SimpleDialog/index.d.ts +40 -0
- package/types/panels/SimpleDialog/index.d.ts.map +1 -0
- package/types/panels/SimplePopover/SimplePopover.stories.d.ts +34 -0
- package/types/panels/SimplePopover/SimplePopover.stories.d.ts.map +1 -0
- package/types/panels/SimplePopover/index.d.ts +11 -0
- package/types/panels/SimplePopover/index.d.ts.map +1 -0
- package/types/panels/SimpleSheet/SimpleSheet.stories.d.ts +25 -0
- package/types/panels/SimpleSheet/SimpleSheet.stories.d.ts.map +1 -0
- package/types/panels/SimpleSheet/index.d.ts +27 -0
- package/types/panels/SimpleSheet/index.d.ts.map +1 -0
- package/types/panels/SimpleTooltip/SimpleTooltip.stories.d.ts +45 -0
- package/types/panels/SimpleTooltip/SimpleTooltip.stories.d.ts.map +1 -0
- package/types/panels/SimpleTooltip/index.d.ts +34 -0
- package/types/panels/SimpleTooltip/index.d.ts.map +1 -0
- package/types/panels/index.d.ts +6 -0
- package/types/panels/index.d.ts.map +1 -0
- package/types/providers/AnimationDriverTogglerContextProvider.d.ts +36 -0
- package/types/providers/AnimationDriverTogglerContextProvider.d.ts.map +1 -0
- package/types/table/Table/Table.stories.d.ts +71 -0
- package/types/table/Table/Table.stories.d.ts.map +1 -0
- package/types/table/Table/index.d.ts +80 -0
- package/types/table/Table/index.d.ts.map +1 -0
- package/types/table/TableCell/index.d.ts +7 -0
- package/types/table/TableCell/index.d.ts.map +1 -0
- package/types/table/TableCol/index.d.ts +22 -0
- package/types/table/TableCol/index.d.ts.map +1 -0
- package/types/table/TableContext.d.ts +2 -0
- package/types/table/TableContext.d.ts.map +1 -0
- package/types/table/index.d.ts +4 -0
- package/types/table/index.d.ts.map +1 -0
- package/types/testSetup.d.ts +2 -0
- package/types/testSetup.d.ts.map +1 -0
- package/types/tints.d.ts +72 -0
- package/types/tints.d.ts.map +1 -0
- package/types/utils/setTinted.d.ts +5 -0
- package/types/utils/setTinted.d.ts.map +1 -0
- package/types/utils/unwrapText.d.ts +2 -0
- package/types/utils/unwrapText.d.ts.map +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FieldSwitch.d.ts","sourceRoot":"","sources":["../../../src/forms/Switch/FieldSwitch.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAG1E,OAAO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAE7D,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAEnD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,MAAM,MAAM,gBAAgB,CAC1B,WAAW,EACX,KAAK,SAAS,QAAQ,CAAC,WAAW,CAAC,EACnC,eAAe,SACX,SAAS,CAAC,SAAS,CAAC,WAAW,EAAE,KAAK,CAAC,EAAE,OAAO,CAAC,GACjD,SAAS,GAAG,SAAS,EACzB,cAAc,SACV,SAAS,CAAC,WAAW,EAAE,OAAO,CAAC,GAC/B,SAAS,GAAG,SAAS,EACzB,KAAK,SAAS,SAAS,CAAC,WAAW,EAAE,KAAK,CAAC,GAAG,SAAS,CAAC,WAAW,EAAE,KAAK,CAAC,IACzE,IAAI,CACN,cAAc,CAAC,WAAW,EAAE,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,KAAK,CAAC,EAC1E,UAAU,GAAG,OAAO,CACrB,GACC,IAAI,CAAC,WAAW,EAAE,SAAS,GAAG,iBAAiB,CAAC,GAChD,OAAO,CACL,IAAI,CACF,mBAAmB,CACjB,WAAW,EACX,KAAK,EACL,eAAe,EACf,cAAc,EACd,KAAK,CACN,EACD,UAAU,CACX,CACF,GAAG;IACF,WAAW,CAAC,EAAE,IAAI,CAAC,WAAW,EAAE,SAAS,GAAG,IAAI,GAAG,iBAAiB,CAAC,CAAC;IACtE,UAAU,CAAC,EAAE,gBAAgB,CAAC;CAC/B,CAAC;AAEJ,wBAAgB,WAAW,CACzB,WAAW,GAAG,GAAG,EACjB,KAAK,SAAS,QAAQ,CAAC,WAAW,CAAC,GAAG,GAAG,EACzC,eAAe,SACX,SAAS,CAAC,SAAS,CAAC,WAAW,EAAE,KAAK,CAAC,EAAE,OAAO,CAAC,GACjD,SAAS,GAAG,SAAS,EACzB,cAAc,SACV,SAAS,CAAC,WAAW,EAAE,OAAO,CAAC,GAC/B,SAAS,GAAG,SAAS,EACzB,KAAK,SAAS,SAAS,CAAC,WAAW,EAAE,KAAK,CAAC,GAAG,SAAS,CAAC,WAAW,EAAE,KAAK,CAAC,EAE3E,KAAK,EAAE,gBAAgB,CACrB,WAAW,EACX,KAAK,EACL,eAAe,EACf,cAAc,EACd,KAAK,CACN,2CA+EF"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/forms/Switch/FieldSwitch.stories.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 20-06-2024 06:03:52
|
|
5
|
+
* Author: Clay Risser
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2024
|
|
8
|
+
*
|
|
9
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
|
+
* you may not use this file except in compliance with the License.
|
|
11
|
+
* You may obtain a copy of the License at
|
|
12
|
+
*
|
|
13
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
14
|
+
*
|
|
15
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
16
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
17
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18
|
+
* See the License for the specific language governing permissions and
|
|
19
|
+
* limitations under the License.
|
|
20
|
+
*/
|
|
21
|
+
import type { FieldSwitchProps } from "./FieldSwitch";
|
|
22
|
+
import { FieldSwitch } from "./FieldSwitch";
|
|
23
|
+
declare const _default: {
|
|
24
|
+
title: string;
|
|
25
|
+
component: typeof FieldSwitch;
|
|
26
|
+
parameters: {
|
|
27
|
+
status: {
|
|
28
|
+
type: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
export default _default;
|
|
33
|
+
export declare const main: {
|
|
34
|
+
(args: any): import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
args: FieldSwitchProps<any, any>;
|
|
36
|
+
};
|
|
37
|
+
export declare const form: () => import("react/jsx-runtime").JSX.Element;
|
|
38
|
+
//# sourceMappingURL=FieldSwitch.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FieldSwitch.stories.d.ts","sourceRoot":"","sources":["../../../src/forms/Switch/FieldSwitch.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAKH,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAC;AACtD,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;;;;;;;;;;AAE5C,wBAME;AAEF,eAAO,MAAM,IAAI;;;CAEhB,CAAC;AASF,eAAO,MAAM,IAAI,+CAehB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Switch.d.ts","sourceRoot":"","sources":["../../../src/forms/Switch/Switch.ts"],"names":[],"mappings":"AAqBA,YAAY,EAAE,WAAW,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAC7D,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/forms/Switch/index.ts"],"names":[],"mappings":"AAqBA,cAAc,UAAU,CAAC;AACzB,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/forms/TextArea/FieldTextArea.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 19-06-2024 09:37:30
|
|
5
|
+
* Author: Clay Risser
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2024
|
|
8
|
+
*
|
|
9
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
|
+
* you may not use this file except in compliance with the License.
|
|
11
|
+
* You may obtain a copy of the License at
|
|
12
|
+
*
|
|
13
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
14
|
+
*
|
|
15
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
16
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
17
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18
|
+
* See the License for the specific language governing permissions and
|
|
19
|
+
* limitations under the License.
|
|
20
|
+
*/
|
|
21
|
+
import type { DeepKeys, DeepValue, Validator } from "@tanstack/form-core";
|
|
22
|
+
import type { TextAreaProps } from "tamagui";
|
|
23
|
+
import type { FormFieldProps } from "../FormField";
|
|
24
|
+
import type { FieldComponentProps } from "../types";
|
|
25
|
+
export type FieldTextAreaProps<TParentData = any, TName extends DeepKeys<TParentData> = any, TFieldValidator extends Validator<DeepValue<TParentData, TName>, unknown> | undefined = undefined, TFormValidator extends Validator<TParentData, unknown> | undefined = undefined, TData extends DeepValue<TParentData, TName> = DeepValue<TParentData, TName>> = Omit<FormFieldProps<TParentData, TName, TFieldValidator, TFormValidator, TData>, "children" | "field"> & Pick<TextAreaProps, "value" | "onChange" | "onChangeText"> & Partial<Omit<FieldComponentProps<TParentData, TName, TFieldValidator, TFormValidator, TData>, "children">> & {
|
|
26
|
+
textAreaProps?: Omit<TextAreaProps, "value" | "id" | "onChange" | "onChangeText">;
|
|
27
|
+
};
|
|
28
|
+
export declare function FieldTextArea<TParentData, TName extends DeepKeys<TParentData>, TFieldValidator extends Validator<DeepValue<TParentData, TName>, unknown> | undefined = undefined, TFormValidator extends Validator<TParentData, unknown> | undefined = undefined, TData extends DeepValue<TParentData, TName> = DeepValue<TParentData, TName>>(props: FieldTextAreaProps<TParentData, TName, TFieldValidator, TFormValidator, TData>): import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
//# sourceMappingURL=FieldTextArea.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FieldTextArea.d.ts","sourceRoot":"","sources":["../../../src/forms/TextArea/FieldTextArea.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAG1E,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAE7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,cAAc,CAAC;AAEnD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,MAAM,MAAM,kBAAkB,CAC5B,WAAW,GAAG,GAAG,EACjB,KAAK,SAAS,QAAQ,CAAC,WAAW,CAAC,GAAG,GAAG,EACzC,eAAe,SACX,SAAS,CAAC,SAAS,CAAC,WAAW,EAAE,KAAK,CAAC,EAAE,OAAO,CAAC,GACjD,SAAS,GAAG,SAAS,EACzB,cAAc,SACV,SAAS,CAAC,WAAW,EAAE,OAAO,CAAC,GAC/B,SAAS,GAAG,SAAS,EACzB,KAAK,SAAS,SAAS,CAAC,WAAW,EAAE,KAAK,CAAC,GAAG,SAAS,CAAC,WAAW,EAAE,KAAK,CAAC,IACzE,IAAI,CACN,cAAc,CAAC,WAAW,EAAE,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,KAAK,CAAC,EAC1E,UAAU,GAAG,OAAO,CACrB,GACC,IAAI,CAAC,aAAa,EAAE,OAAO,GAAG,UAAU,GAAG,cAAc,CAAC,GAC1D,OAAO,CACL,IAAI,CACF,mBAAmB,CACjB,WAAW,EACX,KAAK,EACL,eAAe,EACf,cAAc,EACd,KAAK,CACN,EACD,UAAU,CACX,CACF,GAAG;IACF,aAAa,CAAC,EAAE,IAAI,CAClB,aAAa,EACb,OAAO,GAAG,IAAI,GAAG,UAAU,GAAG,cAAc,CAC7C,CAAC;CACH,CAAC;AAEJ,wBAAgB,aAAa,CAC3B,WAAW,EACX,KAAK,SAAS,QAAQ,CAAC,WAAW,CAAC,EACnC,eAAe,SACX,SAAS,CAAC,SAAS,CAAC,WAAW,EAAE,KAAK,CAAC,EAAE,OAAO,CAAC,GACjD,SAAS,GAAG,SAAS,EACzB,cAAc,SACV,SAAS,CAAC,WAAW,EAAE,OAAO,CAAC,GAC/B,SAAS,GAAG,SAAS,EACzB,KAAK,SAAS,SAAS,CAAC,WAAW,EAAE,KAAK,CAAC,GAAG,SAAS,CAAC,WAAW,EAAE,KAAK,CAAC,EAE3E,KAAK,EAAE,kBAAkB,CACvB,WAAW,EACX,KAAK,EACL,eAAe,EACf,cAAc,EACd,KAAK,CACN,2CA2EF"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/forms/TextArea/FieldTextArea.stories.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 19-06-2024 09:37:30
|
|
5
|
+
* Author: Clay Risser
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2024
|
|
8
|
+
*
|
|
9
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
|
+
* you may not use this file except in compliance with the License.
|
|
11
|
+
* You may obtain a copy of the License at
|
|
12
|
+
*
|
|
13
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
14
|
+
*
|
|
15
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
16
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
17
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18
|
+
* See the License for the specific language governing permissions and
|
|
19
|
+
* limitations under the License.
|
|
20
|
+
*/
|
|
21
|
+
import type { FieldTextAreaProps } from "./FieldTextArea";
|
|
22
|
+
import { FieldTextArea } from "./FieldTextArea";
|
|
23
|
+
declare const _default: {
|
|
24
|
+
title: string;
|
|
25
|
+
component: typeof FieldTextArea;
|
|
26
|
+
parameters: {
|
|
27
|
+
status: {
|
|
28
|
+
type: string;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
export default _default;
|
|
33
|
+
export declare const main: () => import("react/jsx-runtime").JSX.Element;
|
|
34
|
+
export declare const form: {
|
|
35
|
+
(args: FieldTextAreaProps): import("react/jsx-runtime").JSX.Element;
|
|
36
|
+
args: {
|
|
37
|
+
label: string;
|
|
38
|
+
defaultValue: string;
|
|
39
|
+
onChangeText: import("@storybook/addon-actions").HandlerFunction;
|
|
40
|
+
textAreaProps: {
|
|
41
|
+
placeholder: string;
|
|
42
|
+
disabled: boolean;
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
//# sourceMappingURL=FieldTextArea.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FieldTextArea.stories.d.ts","sourceRoot":"","sources":["../../../src/forms/TextArea/FieldTextArea.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAKH,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAC1D,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;;;;;;;;;;AAEhD,wBAIE;AAEF,eAAO,MAAM,IAAI,+CAOhB,CAAC;AAEF,eAAO,MAAM,IAAI;WAAU,kBAAkB;;;;;;;;;;CAe5C,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TextArea.d.ts","sourceRoot":"","sources":["../../../src/forms/TextArea/TextArea.ts"],"names":[],"mappings":"AAqBA,YAAY,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAC7C,OAAO,EAAE,QAAQ,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/forms/TextArea/index.ts"],"names":[],"mappings":"AAqBA,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export * from "./Button";
|
|
2
|
+
export * from "./Checkbox";
|
|
3
|
+
export * from "./FormField";
|
|
4
|
+
export * from "./Input";
|
|
5
|
+
export * from "./Progress";
|
|
6
|
+
export * from "./RadioGroup";
|
|
7
|
+
export * from "./RadioGroup";
|
|
8
|
+
export * from "./Select";
|
|
9
|
+
export * from "./SelectButton";
|
|
10
|
+
export * from "./Slider";
|
|
11
|
+
export * from "./Switch";
|
|
12
|
+
export * from "./TextArea";
|
|
13
|
+
export * from "./Form";
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/forms/index.ts"],"names":[],"mappings":"AAqBA,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC;AACxB,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,cAAc,CAAC;AAC7B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,UAAU,CAAC;AACzB,cAAc,YAAY,CAAC;AAC3B,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { DeepKeys, DeepValue, FieldApi, FieldApiOptions, Validator } from "@tanstack/form-core";
|
|
3
|
+
import type { FunctionComponent } from "rehackt";
|
|
4
|
+
export type UseFieldOptions<TParentData, TName extends DeepKeys<TParentData>, TFieldValidator extends Validator<DeepValue<TParentData, TName>, unknown> | undefined = undefined, TFormValidator extends Validator<TParentData, unknown> | undefined = undefined, TData extends DeepValue<TParentData, TName> = DeepValue<TParentData, TName>> = FieldApiOptions<TParentData, TName, TFieldValidator, TFormValidator, TData> & {
|
|
5
|
+
mode?: "value" | "array";
|
|
6
|
+
};
|
|
7
|
+
export type NodeType = ReturnType<FunctionComponent>;
|
|
8
|
+
export type FieldComponentProps<TParentData, TName extends DeepKeys<TParentData>, TFieldValidator extends Validator<DeepValue<TParentData, TName>, unknown> | undefined = undefined, TFormValidator extends Validator<TParentData, unknown> | undefined = undefined, TData extends DeepValue<TParentData, TName> = DeepValue<TParentData, TName>> = {
|
|
9
|
+
children: (fieldApi: FieldApi<TParentData, TName, TFieldValidator, TFormValidator, TData>) => NodeType;
|
|
10
|
+
} & UseFieldOptions<TParentData, TName, TFieldValidator, TFormValidator, TData>;
|
|
11
|
+
//# sourceMappingURL=types.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/forms/types.ts"],"names":[],"mappings":";AAqBA,OAAO,KAAK,EACV,QAAQ,EACR,SAAS,EACT,QAAQ,EACR,eAAe,EACf,SAAS,EACV,MAAM,qBAAqB,CAAC;AAC7B,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAEjD,MAAM,MAAM,eAAe,CACzB,WAAW,EACX,KAAK,SAAS,QAAQ,CAAC,WAAW,CAAC,EACnC,eAAe,SACX,SAAS,CAAC,SAAS,CAAC,WAAW,EAAE,KAAK,CAAC,EAAE,OAAO,CAAC,GACjD,SAAS,GAAG,SAAS,EACzB,cAAc,SACV,SAAS,CAAC,WAAW,EAAE,OAAO,CAAC,GAC/B,SAAS,GAAG,SAAS,EACzB,KAAK,SAAS,SAAS,CAAC,WAAW,EAAE,KAAK,CAAC,GAAG,SAAS,CAAC,WAAW,EAAE,KAAK,CAAC,IACzE,eAAe,CACjB,WAAW,EACX,KAAK,EACL,eAAe,EACf,cAAc,EACd,KAAK,CACN,GAAG;IACF,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,QAAQ,GAAG,UAAU,CAAC,iBAAiB,CAAC,CAAC;AAErD,MAAM,MAAM,mBAAmB,CAC7B,WAAW,EACX,KAAK,SAAS,QAAQ,CAAC,WAAW,CAAC,EACnC,eAAe,SACX,SAAS,CAAC,SAAS,CAAC,WAAW,EAAE,KAAK,CAAC,EAAE,OAAO,CAAC,GACjD,SAAS,GAAG,SAAS,EACzB,cAAc,SACV,SAAS,CAAC,WAAW,EAAE,OAAO,CAAC,GAC/B,SAAS,GAAG,SAAS,EACzB,KAAK,SAAS,SAAS,CAAC,WAAW,EAAE,KAAK,CAAC,GAAG,SAAS,CAAC,WAAW,EAAE,KAAK,CAAC,IACzE;IACF,QAAQ,EAAE,CACR,QAAQ,EAAE,QAAQ,CAChB,WAAW,EACX,KAAK,EACL,eAAe,EACf,cAAc,EACd,KAAK,CACN,KACE,QAAQ,CAAC;CACf,GAAG,eAAe,CAAC,WAAW,EAAE,KAAK,EAAE,eAAe,EAAE,cAAc,EAAE,KAAK,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"helpers.d.ts","sourceRoot":"","sources":["../src/helpers.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGtD,wBAAgB,WAAW,CACzB,QAAQ,EAAE,GAAG,EACb,SAAS,GAAE,aAAa,CAAC,GAAG,CAAQ,EACpC,KAAK,CAAC,EAAE,GAAG,GACV,SAAS,CAKX"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const useAnimationDriverToggler: () => {
|
|
2
|
+
driver: import("@tamagui/web").AnimationDriver;
|
|
3
|
+
driverName: "css" | "react-native";
|
|
4
|
+
nextDriver: () => void;
|
|
5
|
+
setDriverName: (driverName: "css" | "react-native") => void;
|
|
6
|
+
};
|
|
7
|
+
//# sourceMappingURL=useAnimationDriverToggle.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useAnimationDriverToggle.d.ts","sourceRoot":"","sources":["../../src/hooks/useAnimationDriverToggle.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,yBAAyB;;;;;CAOrC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAssets/index.ts"],"names":[],"mappings":"AACA,KAAK,eAAe,GAAG,GAAG,CAAC;AAE3B,wBAAgB,SAAS,CACvB,OAAO,EAAE,GAAG,GAAG,GAAG,EAAE,GACnB,CAAC,eAAe,GAAG,SAAS,CAAC,EAAE,CAQjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../src/hooks/useAssets/index.native.ts"],"names":[],"mappings":"AAKA,KAAK,eAAe,GAAG,GAAG,CAAC;AAE3B,wBAAgB,SAAS,CACvB,OAAO,EAAE,GAAG,GAAG,GAAG,EAAE,GACnB,CAAC,eAAe,GAAG,SAAS,CAAC,EAAE,CAejC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useClipboard.d.ts","sourceRoot":"","sources":["../../src/hooks/useClipboard.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe,SAAU,MAAM,kBAE3C,CAAC;AAEF,wBAAgB,YAAY,CAAC,IAAI,SAAK,EAAE,OAAO,SAAO;;;;EAiBrD"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/icons/Check.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 19-06-2024 10:22:17
|
|
5
|
+
* Author: Clay Risser
|
|
6
|
+
* Author: Dominic Garms
|
|
7
|
+
* -----
|
|
8
|
+
* BitSpur (c) Copyright 2021 - 2024
|
|
9
|
+
*
|
|
10
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
11
|
+
* you may not use this file except in compliance with the License.
|
|
12
|
+
* You may obtain a copy of the License at
|
|
13
|
+
*
|
|
14
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
+
*
|
|
16
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
* See the License for the specific language governing permissions and
|
|
20
|
+
* limitations under the License.
|
|
21
|
+
*/
|
|
22
|
+
/// <reference types="react" />
|
|
23
|
+
declare function Icon({ color, size, ...otherProps }: {
|
|
24
|
+
[x: string]: any;
|
|
25
|
+
color?: string | undefined;
|
|
26
|
+
size?: number | undefined;
|
|
27
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
declare namespace Icon {
|
|
29
|
+
var displayName: string;
|
|
30
|
+
}
|
|
31
|
+
declare const CheckRegular: import("react").MemoExoticComponent<typeof Icon>;
|
|
32
|
+
export { CheckRegular };
|
|
33
|
+
//# sourceMappingURL=CheckRegular.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CheckRegular.d.ts","sourceRoot":"","sources":["../../src/icons/CheckRegular.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;AAMH,iBAAS,IAAI,CAAC,EAAE,KAAe,EAAE,IAAS,EAAE,GAAG,UAAU,EAAE;;;;CAAA,2CAc1D;kBAdQ,IAAI;;;AAgBb,QAAA,MAAM,YAAY,kDAAqB,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/icons/Minus.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 19-06-2024 10:22:17
|
|
5
|
+
* Author: Clay Risser
|
|
6
|
+
* Author: Dominic Garms
|
|
7
|
+
* -----
|
|
8
|
+
* BitSpur (c) Copyright 2021 - 2024
|
|
9
|
+
*
|
|
10
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
11
|
+
* you may not use this file except in compliance with the License.
|
|
12
|
+
* You may obtain a copy of the License at
|
|
13
|
+
*
|
|
14
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
+
*
|
|
16
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
* See the License for the specific language governing permissions and
|
|
20
|
+
* limitations under the License.
|
|
21
|
+
*/
|
|
22
|
+
/// <reference types="react" />
|
|
23
|
+
declare function Icon({ color, size, ...otherProps }: {
|
|
24
|
+
[x: string]: any;
|
|
25
|
+
color?: string | undefined;
|
|
26
|
+
size?: number | undefined;
|
|
27
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
28
|
+
declare namespace Icon {
|
|
29
|
+
var displayName: string;
|
|
30
|
+
}
|
|
31
|
+
declare const MinusRegular: import("react").MemoExoticComponent<typeof Icon>;
|
|
32
|
+
export { MinusRegular };
|
|
33
|
+
//# sourceMappingURL=MinusRegular.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MinusRegular.d.ts","sourceRoot":"","sources":["../../src/icons/MinusRegular.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;;AAMH,iBAAS,IAAI,CAAC,EAAE,KAAe,EAAE,IAAS,EAAE,GAAG,UAAU,EAAE;;;;CAAA,2CAiB1D;kBAjBQ,IAAI;;;AAmBb,QAAA,MAAM,YAAY,kDAAqB,CAAC;AACxC,OAAO,EAAE,YAAY,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/icons/index.ts"],"names":[],"mappings":"AAqBA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/icons/themed.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 19-06-2024 10:25:51
|
|
5
|
+
* Author: Clay Risser
|
|
6
|
+
* Author: Dominic Garms
|
|
7
|
+
* -----
|
|
8
|
+
* BitSpur (c) Copyright 2021 - 2024
|
|
9
|
+
*
|
|
10
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
11
|
+
* you may not use this file except in compliance with the License.
|
|
12
|
+
* You may obtain a copy of the License at
|
|
13
|
+
*
|
|
14
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
15
|
+
*
|
|
16
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
17
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
18
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
19
|
+
* See the License for the specific language governing permissions and
|
|
20
|
+
* limitations under the License.
|
|
21
|
+
*/
|
|
22
|
+
import type { FC } from "react";
|
|
23
|
+
export declare function themed<A extends FC>(Component: A): A;
|
|
24
|
+
//# sourceMappingURL=themed.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"themed.d.ts","sourceRoot":"","sources":["../../src/icons/themed.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AAEH,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAShC,wBAAgB,MAAM,CAAC,CAAC,SAAS,EAAE,EAAE,SAAS,EAAE,CAAC,KAqBhD"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/images/SimpleImage/index.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 04-04-2024 15:50:39
|
|
5
|
+
* Author: Clay Risser
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2024
|
|
8
|
+
*
|
|
9
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
|
+
* you may not use this file except in compliance with the License.
|
|
11
|
+
* You may obtain a copy of the License at
|
|
12
|
+
*
|
|
13
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
14
|
+
*
|
|
15
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
16
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
17
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18
|
+
* See the License for the specific language governing permissions and
|
|
19
|
+
* limitations under the License.
|
|
20
|
+
*/
|
|
21
|
+
export { Image as SimpleImage } from "tamagui";
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/images/SimpleImage/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,KAAK,IAAI,WAAW,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/images/SimpleImage/index.stories.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 22-06-2023 05:33:09
|
|
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
|
+
*/
|
|
21
|
+
/// <reference types="react" />
|
|
22
|
+
export type Props = any;
|
|
23
|
+
declare const _default: {
|
|
24
|
+
title: string;
|
|
25
|
+
component: import("react").FC<import("tamagui").ImageProps> & {
|
|
26
|
+
getSize: typeof import("react-native").Image.getSize;
|
|
27
|
+
getSizeWithHeaders: typeof import("react-native").Image.getSizeWithHeaders;
|
|
28
|
+
prefetch: typeof import("react-native").Image.prefetch;
|
|
29
|
+
prefetchWithMetadata: typeof import("react-native").Image.prefetchWithMetadata;
|
|
30
|
+
abortPrefetch: typeof import("react-native").Image.abortPrefetch | undefined;
|
|
31
|
+
queryCache: typeof import("react-native").Image.queryCache | undefined;
|
|
32
|
+
};
|
|
33
|
+
parameters: {
|
|
34
|
+
status: {
|
|
35
|
+
type: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
export default _default;
|
|
40
|
+
export declare const withYStack: {
|
|
41
|
+
(args: Props): import("react/jsx-runtime").JSX.Element;
|
|
42
|
+
args: {
|
|
43
|
+
height: number;
|
|
44
|
+
width: string;
|
|
45
|
+
backgroundColor: string;
|
|
46
|
+
loading: string;
|
|
47
|
+
};
|
|
48
|
+
};
|
|
49
|
+
export declare const withTamagui: {
|
|
50
|
+
(args: Props): import("react/jsx-runtime").JSX.Element;
|
|
51
|
+
args: {
|
|
52
|
+
height: string;
|
|
53
|
+
width: string;
|
|
54
|
+
backgroundColor: string;
|
|
55
|
+
loading: string;
|
|
56
|
+
};
|
|
57
|
+
};
|
|
58
|
+
//# sourceMappingURL=index.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.stories.d.ts","sourceRoot":"","sources":["../../../src/images/SimpleImage/index.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;AAOH,MAAM,MAAM,KAAK,GAAG,GAAG,CAAC;;;;;;;;;;;;;;;;;AAExB,wBAME;AA6CF,eAAO,MAAM,UAAU;WAAU,KAAK;;;;;;;CAarC,CAAC;AAUF,eAAO,MAAM,WAAW;WAAU,KAAK;;;;;;;CAUtC,CAAC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: import("tamagui").TamaguiComponent<import("@tamagui/web").TamaDefer, import("react-native-svg").default, import("@tamagui/web").TamaguiComponentPropsBaseBase & import("react-native-svg").SvgProps, import("@tamagui/web").StackStyleBase, {}, import("@tamagui/web").StaticConfigPublic>;
|
|
4
|
+
parameters: {
|
|
5
|
+
status: {
|
|
6
|
+
type: string;
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const main: () => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
//# sourceMappingURL=Svg.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Svg.stories.d.ts","sourceRoot":"","sources":["../../../src/images/Svg/Svg.stories.tsx"],"names":[],"mappings":";;;;;;;;;AAGA,wBAME;AAEF,eAAO,MAAM,IAAI,+CAUhB,CAAC"}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import type { ComponentType } from "react";
|
|
2
|
+
import type { Svg as RNSvg } from "react-native-svg";
|
|
3
|
+
export declare const Svg: import("tamagui").TamaguiComponent<import("@tamagui/web").TamaDefer, RNSvg, import("@tamagui/web").TamaguiComponentPropsBaseBase & import("react-native-svg").SvgProps, import("@tamagui/web").StackStyleBase, {}, import("@tamagui/web").StaticConfigPublic>;
|
|
4
|
+
export type SvgProps = ComponentType<typeof Svg>;
|
|
5
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/images/Svg/index.ts"],"names":[],"mappings":"AAsBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAC3C,OAAO,KAAK,EAAE,GAAG,IAAI,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAGrD,eAAO,MAAM,GAAG,+PAAmC,CAAC;AAEpD,MAAM,MAAM,QAAQ,GAAG,aAAa,CAAC,OAAO,GAAG,CAAC,CAAC"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { Svg as RNSvg } from "react-native-svg";
|
|
2
|
+
export declare const Svg: import("tamagui").TamaguiComponent<import("@tamagui/web").TamaDefer, RNSvg, import("@tamagui/web").TamaguiComponentPropsBaseBase & import("react-native-svg").SvgProps, import("@tamagui/web").StackStyleBase, {}, import("@tamagui/web").StaticConfigPublic>;
|
|
3
|
+
//# sourceMappingURL=index.native.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../src/images/Svg/index.native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,IAAI,KAAK,EAAE,MAAM,kBAAkB,CAAC;AAGhD,eAAO,MAAM,GAAG,+PAAoB,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/images/SvgUri/index.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 10-10-2023 06:39:34
|
|
5
|
+
* Author: Clay Risser
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2024
|
|
8
|
+
*
|
|
9
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
|
+
* you may not use this file except in compliance with the License.
|
|
11
|
+
* You may obtain a copy of the License at
|
|
12
|
+
*
|
|
13
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
14
|
+
*
|
|
15
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
16
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
17
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18
|
+
* See the License for the specific language governing permissions and
|
|
19
|
+
* limitations under the License.
|
|
20
|
+
*/
|
|
21
|
+
import type { UriProps } from "react-native-svg";
|
|
22
|
+
import type { StackProps } from "tamagui";
|
|
23
|
+
export type SvgUriProps = StackProps & UriProps;
|
|
24
|
+
export declare function SvgUri(_props: SvgUriProps): import("react/jsx-runtime").JSX.Element;
|
|
25
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/images/SvgUri/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAI1C,MAAM,MAAM,WAAW,GAAG,UAAU,GAAG,QAAQ,CAAC;AAEhD,wBAAgB,MAAM,CAAC,MAAM,EAAE,WAAW,2CAGzC"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const SvgUri: import("tamagui").TamaguiComponent<import("@tamagui/web").TamaDefer, unknown, import("@tamagui/web").TamaguiComponentPropsBaseBase & import("react-native-svg").SvgProps & {
|
|
2
|
+
uri: string | null;
|
|
3
|
+
} & import("react-native-svg/lib/typescript/xml").AdditionalProps, import("@tamagui/web").StackStyleBase, {}, import("@tamagui/web").StaticConfigPublic>;
|
|
4
|
+
//# sourceMappingURL=index.native.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.native.d.ts","sourceRoot":"","sources":["../../../src/images/SvgUri/index.native.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM;;wJAAkC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/images/index.ts"],"names":[],"mappings":"AAqBA,cAAc,qBAAqB,CAAC;AACpC,cAAc,aAAa,CAAC;AAC5B,cAAc,gBAAgB,CAAC"}
|
package/types/index.d.ts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export * from "./ErrorBoundary";
|
|
2
|
+
export * from "./code/index";
|
|
3
|
+
export * from "./forms/index";
|
|
4
|
+
export * from "./helpers";
|
|
5
|
+
export * from "./hooks/index";
|
|
6
|
+
export * from "./images/index";
|
|
7
|
+
export * from "./layouts/index";
|
|
8
|
+
export * from "./mdx/index";
|
|
9
|
+
export * from "./organize/index";
|
|
10
|
+
export * from "./panels/index";
|
|
11
|
+
export * from "./table/index";
|
|
12
|
+
export * from "./tints";
|
|
13
|
+
export * from "tamagui";
|
|
14
|
+
export { Form, useFormContext } from "./forms";
|
|
15
|
+
export type { FormProps } from "./forms";
|
|
16
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAqBA,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AAGxB,OAAO,EAAE,IAAI,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAC/C,YAAY,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/layouts/Debug/DebugLayout.stories.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 04-04-2024 15:50:39
|
|
5
|
+
* Author: Clay Risser
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2024
|
|
8
|
+
*
|
|
9
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
|
+
* you may not use this file except in compliance with the License.
|
|
11
|
+
* You may obtain a copy of the License at
|
|
12
|
+
*
|
|
13
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
14
|
+
*
|
|
15
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
16
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
17
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18
|
+
* See the License for the specific language governing permissions and
|
|
19
|
+
* limitations under the License.
|
|
20
|
+
*/
|
|
21
|
+
declare const _default: {
|
|
22
|
+
title: string;
|
|
23
|
+
parameters: {
|
|
24
|
+
status: {
|
|
25
|
+
type: string;
|
|
26
|
+
};
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
export default _default;
|
|
30
|
+
export declare const main: () => import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
//# sourceMappingURL=DebugLayout.stories.d.ts.map
|