@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":"DebugLayout.stories.d.ts","sourceRoot":"","sources":["../../../src/layouts/Debug/DebugLayout.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;AAMH,wBAKE;AAKF,eAAO,MAAM,IAAI,+CAAiB,CAAC"}
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/layouts/Debug/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 { WithLayout } from "multiplatform.one";
|
|
22
|
+
import type { ComponentType, ReactNode } from "react";
|
|
23
|
+
export interface DebugLayoutProps<DebugViewProps> {
|
|
24
|
+
children: ReactNode;
|
|
25
|
+
debugView?: ComponentType<DebugViewProps>;
|
|
26
|
+
debugViewProps?: DebugViewProps;
|
|
27
|
+
rootThemeNames?: string[];
|
|
28
|
+
size?: number;
|
|
29
|
+
subThemeNames?: string[];
|
|
30
|
+
}
|
|
31
|
+
export declare function DebugLayout<DebugViewProps>({ children, debugView, debugViewProps, rootThemeNames, size, subThemeNames, }: DebugLayoutProps<DebugViewProps>): import("react/jsx-runtime").JSX.Element;
|
|
32
|
+
export declare function createWithDebugLayout<DebugViewProps>(extraLayouts?: WithLayout[], debugLayoutProps?: CreateWithDebugLayout<DebugViewProps>): WithLayout;
|
|
33
|
+
export declare const withDebugLayout: WithLayout;
|
|
34
|
+
interface CreateWithDebugLayout<DebugViewProps> {
|
|
35
|
+
debugView?: ComponentType<DebugViewProps>;
|
|
36
|
+
debugViewProps?: DebugViewProps;
|
|
37
|
+
rootThemeNames?: string[];
|
|
38
|
+
subThemeNames?: string[];
|
|
39
|
+
}
|
|
40
|
+
export {};
|
|
41
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/layouts/Debug/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAGH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAKpD,OAAO,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAOtD,MAAM,WAAW,gBAAgB,CAAC,cAAc;IAC9C,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC;IAC1C,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;CAC1B;AAED,wBAAgB,WAAW,CAAC,cAAc,EAAE,EAC1C,QAAQ,EACR,SAAS,EACT,cAAc,EACd,cAA4C,EAC5C,IAAS,EACT,aASC,GACF,EAAE,gBAAgB,CAAC,cAAc,CAAC,2CAmIlC;AAED,wBAAgB,qBAAqB,CAAC,cAAc,EAClD,YAAY,CAAC,EAAE,UAAU,EAAE,EAC3B,gBAAgB,GAAE,qBAAqB,CAAC,cAAc,CAAM,cAO7D;AAED,eAAO,MAAM,eAAe,YAA0B,CAAC;AAEvD,UAAU,qBAAqB,CAAC,cAAc;IAC5C,SAAS,CAAC,EAAE,aAAa,CAAC,cAAc,CAAC,CAAC;IAC1C,cAAc,CAAC,EAAE,cAAc,CAAC;IAChC,cAAc,CAAC,EAAE,MAAM,EAAE,CAAC;IAC1B,aAAa,CAAC,EAAE,MAAM,EAAE,CAAC;CAC1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/layouts/index.tsx"],"names":[],"mappings":"AAAA,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ExternalIcon.stories.d.ts","sourceRoot":"","sources":["../../../src/mdx/ExternalIcon/ExternalIcon.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAG7C,QAAA,MAAM,IAAI,EAAE,IAIX,CAAC;AAEF,eAAO,MAAM,IAAI,+CAAyB,CAAC;AAC3C,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/mdx/ExternalIcon/index.tsx"],"names":[],"mappings":"AAEA,wBAAgB,YAAY,4CAS3B"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
title: string;
|
|
3
|
+
component: () => import("react/jsx-runtime").JSX.Element;
|
|
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=HR.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"HR.stories.d.ts","sourceRoot":"","sources":["../../../src/mdx/HR/HR.stories.tsx"],"names":[],"mappings":";;;;;;;;;AAEA,wBAIE;AAEF,eAAO,MAAM,IAAI,+CAAe,CAAC"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/mdx/HR/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 declare const HR: () => import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/mdx/HR/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAIH,eAAO,MAAM,EAAE,+CAWd,CAAC"}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/mdx/LI/LI.stories.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 25-06-2024 16:50:25
|
|
5
|
+
* Author: Lavanya Katari
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2024
|
|
8
|
+
*
|
|
9
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
|
+
* you may not use this file except in compliance with the License.
|
|
11
|
+
* You may obtain a copy of the License at
|
|
12
|
+
*
|
|
13
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
14
|
+
*
|
|
15
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
16
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
17
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18
|
+
* See the License for the specific language governing permissions and
|
|
19
|
+
* limitations under the License.
|
|
20
|
+
*/
|
|
21
|
+
declare const _default: {
|
|
22
|
+
title: string;
|
|
23
|
+
component: import("tamagui").TamaguiComponent<import("@tamagui/web").TamaDefer, import("tamagui").TamaguiTextElement, import("tamagui").TextNonStyleProps, import("@tamagui/web").TextStylePropsBase, {
|
|
24
|
+
size?: import("tamagui").FontSizeTokens | undefined;
|
|
25
|
+
unstyled?: boolean | undefined;
|
|
26
|
+
}, import("@tamagui/web").StaticConfigPublic>;
|
|
27
|
+
parameters: {
|
|
28
|
+
status: {
|
|
29
|
+
type: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
controls: {
|
|
33
|
+
argTypes: {
|
|
34
|
+
size: {
|
|
35
|
+
description: string;
|
|
36
|
+
defaultValue: string;
|
|
37
|
+
};
|
|
38
|
+
tag: {
|
|
39
|
+
description: string;
|
|
40
|
+
defaultValue: string;
|
|
41
|
+
};
|
|
42
|
+
};
|
|
43
|
+
};
|
|
44
|
+
};
|
|
45
|
+
export default _default;
|
|
46
|
+
export declare const main: {
|
|
47
|
+
(args: any): import("react/jsx-runtime").JSX.Element;
|
|
48
|
+
args: {};
|
|
49
|
+
};
|
|
50
|
+
//# sourceMappingURL=LI.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LI.stories.d.ts","sourceRoot":"","sources":["../../../src/mdx/LI/LI.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;AAKH,wBAgBE;AAEF,eAAO,MAAM,IAAI;;;CAIhB,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/mdx/LI/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 declare const LI: import("tamagui").TamaguiComponent<import("@tamagui/web").TamaDefer, import("tamagui").TamaguiTextElement, import("tamagui").TextNonStyleProps, import("@tamagui/web").TextStylePropsBase, {
|
|
22
|
+
size?: import("tamagui").FontSizeTokens | undefined;
|
|
23
|
+
unstyled?: boolean | undefined;
|
|
24
|
+
}, import("@tamagui/web").StaticConfigPublic>;
|
|
25
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/mdx/LI/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAIH,eAAO,MAAM,EAAE;;;6CAKb,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MDX.stories.d.ts","sourceRoot":"","sources":["../../../src/mdx/MDX/MDX.stories.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAG7C,QAAA,MAAM,IAAI,EAAE,IAKX,CAAC;AAwCF,eAAO,MAAM,IAAI,+CAAqC,CAAC;AAEvD,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/mdx/MDX/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 { DebugProp } from "@tamagui/web";
|
|
22
|
+
import type { MDXComponents } from "mdx/types";
|
|
23
|
+
export interface MDXProps {
|
|
24
|
+
children: string;
|
|
25
|
+
components?: MDXComponents;
|
|
26
|
+
debug?: DebugProp;
|
|
27
|
+
}
|
|
28
|
+
export declare function MDX({ children, debug, ...props }: MDXProps): import("react/jsx-runtime").JSX.Element;
|
|
29
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/mdx/MDX/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAGH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAI/C,MAAM,WAAW,QAAQ;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,aAAa,CAAC;IAC3B,KAAK,CAAC,EAAE,SAAS,CAAC;CACnB;AAID,wBAAgB,GAAG,CAAC,EAAE,QAAQ,EAAE,KAAK,EAAE,GAAG,KAAK,EAAE,EAAE,QAAQ,2CAiB1D"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/mdx/MDXCodeBlock/MDXCodeBlock.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
|
+
import type { Meta, StoryObj } from "@storybook/react";
|
|
22
|
+
import { MDXCodeBlock } from "./index";
|
|
23
|
+
declare const meta: Meta;
|
|
24
|
+
export declare const main: StoryObj<typeof MDXCodeBlock>;
|
|
25
|
+
export default meta;
|
|
26
|
+
//# sourceMappingURL=MDXCodeBlock.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MDXCodeBlock.stories.d.ts","sourceRoot":"","sources":["../../../src/mdx/MDXCodeBlock/MDXCodeBlock.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,EAAE,IAAI,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAEvD,OAAO,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAEvC,QAAA,MAAM,IAAI,EAAE,IAMX,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,QAAQ,CAAC,OAAO,YAAY,CA+G9C,CAAC;AAEF,eAAe,IAAI,CAAC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import type { CodeProps } from "../../code/Code";
|
|
3
|
+
export interface MDXCodeBlockContextValue extends CodeProps {
|
|
4
|
+
disableCopy?: boolean;
|
|
5
|
+
isCollapsible?: boolean;
|
|
6
|
+
isHighlightingLines?: boolean;
|
|
7
|
+
showLineNumbers?: boolean;
|
|
8
|
+
}
|
|
9
|
+
export declare const MDXCodeBlockContext: import("react").Context<MDXCodeBlockContextValue>;
|
|
10
|
+
//# sourceMappingURL=MDXCodeBlockContext.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MDXCodeBlockContext.d.ts","sourceRoot":"","sources":["../../../src/mdx/MDXCodeBlock/MDXCodeBlockContext.ts"],"names":[],"mappings":";AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAEjD,MAAM,WAAW,wBAAyB,SAAQ,SAAS;IACzD,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,eAAO,MAAM,mBAAmB,mDAA8C,CAAC"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/mdx/MDXCodeBlock/index.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 23-04-2024 05:52:22
|
|
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 { MDXCodeBlockContextValue } from "./MDXCodeBlockContext";
|
|
22
|
+
export interface MDXCodeBlockProps extends MDXCodeBlockContextValue {
|
|
23
|
+
className?: string;
|
|
24
|
+
id?: string;
|
|
25
|
+
}
|
|
26
|
+
export declare function MDXCodeBlock(props: MDXCodeBlockProps): import("react/jsx-runtime").JSX.Element;
|
|
27
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/mdx/MDXCodeBlock/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAkBH,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,uBAAuB,CAAC;AAGtE,MAAM,WAAW,iBAAkB,SAAQ,wBAAwB;IACjE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CAwHpD"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/mdx/UL/UL.stories.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 25-06-2024 16:50:25
|
|
5
|
+
* Author: Lavanya Katari
|
|
6
|
+
* -----
|
|
7
|
+
* BitSpur (c) Copyright 2021 - 2024
|
|
8
|
+
*
|
|
9
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
10
|
+
* you may not use this file except in compliance with the License.
|
|
11
|
+
* You may obtain a copy of the License at
|
|
12
|
+
*
|
|
13
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
14
|
+
*
|
|
15
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
16
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
17
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
18
|
+
* See the License for the specific language governing permissions and
|
|
19
|
+
* limitations under the License.
|
|
20
|
+
*/
|
|
21
|
+
declare const _default: {
|
|
22
|
+
title: string;
|
|
23
|
+
component: import("tamagui").TamaguiComponent<import("@tamagui/web").TamaDefer, import("tamagui").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
24
|
+
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
25
|
+
inset?: number | import("tamagui").SizeTokens | {
|
|
26
|
+
top?: number | undefined;
|
|
27
|
+
bottom?: number | undefined;
|
|
28
|
+
left?: number | undefined;
|
|
29
|
+
right?: number | undefined;
|
|
30
|
+
} | null | undefined;
|
|
31
|
+
fullscreen?: boolean | undefined;
|
|
32
|
+
}, import("@tamagui/web").StaticConfigPublic>;
|
|
33
|
+
parameters: {
|
|
34
|
+
status: {
|
|
35
|
+
type: string;
|
|
36
|
+
};
|
|
37
|
+
};
|
|
38
|
+
controls: {
|
|
39
|
+
argTypes: {
|
|
40
|
+
marginVertical: {
|
|
41
|
+
description: string;
|
|
42
|
+
defaultValue: string;
|
|
43
|
+
};
|
|
44
|
+
marginLeft: {
|
|
45
|
+
description: string;
|
|
46
|
+
defaultValue: string;
|
|
47
|
+
};
|
|
48
|
+
marginRight: {
|
|
49
|
+
description: string;
|
|
50
|
+
defaultValue: string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
export default _default;
|
|
56
|
+
export declare const main: {
|
|
57
|
+
(args: any): import("react/jsx-runtime").JSX.Element;
|
|
58
|
+
args: {};
|
|
59
|
+
};
|
|
60
|
+
//# sourceMappingURL=UL.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UL.stories.d.ts","sourceRoot":"","sources":["../../../src/mdx/UL/UL.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAKH,wBAoBE;AAEF,eAAO,MAAM,IAAI;;;CAIhB,CAAC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare const UL: import("tamagui").TamaguiComponent<import("@tamagui/web").TamaDefer, import("tamagui").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
2
|
+
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
3
|
+
inset?: number | import("tamagui").SizeTokens | {
|
|
4
|
+
top?: number | undefined;
|
|
5
|
+
bottom?: number | undefined;
|
|
6
|
+
left?: number | undefined;
|
|
7
|
+
right?: number | undefined;
|
|
8
|
+
} | null | undefined;
|
|
9
|
+
fullscreen?: boolean | undefined;
|
|
10
|
+
}, import("@tamagui/web").StaticConfigPublic>;
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/mdx/UL/index.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,EAAE;;;;;;;;;6CAKb,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/mdx/components.tsx
|
|
3
|
+
* Project: @multiplatform.one/components
|
|
4
|
+
* File Created: 19-11-2024 20:26:31
|
|
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 { MDXComponents } from "mdx/types";
|
|
22
|
+
export declare const TableHighlight: import("tamagui").TamaguiComponent<import("@tamagui/web").TamaDefer, import("tamagui").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase, {
|
|
23
|
+
elevation?: number | import("tamagui").SizeTokens | undefined;
|
|
24
|
+
inset?: number | import("tamagui").SizeTokens | {
|
|
25
|
+
top?: number | undefined;
|
|
26
|
+
bottom?: number | undefined;
|
|
27
|
+
left?: number | undefined;
|
|
28
|
+
right?: number | undefined;
|
|
29
|
+
} | null | undefined;
|
|
30
|
+
fullscreen?: boolean | undefined;
|
|
31
|
+
}, import("@tamagui/web").StaticConfigPublic>;
|
|
32
|
+
export declare const mdxComponents: MDXComponents;
|
|
33
|
+
//# sourceMappingURL=components.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../src/mdx/components.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAGH,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,WAAW,CAAC;AAmD/C,eAAO,MAAM,cAAc;;;;;;;;;6CAGzB,CAAC;AAEH,eAAO,MAAM,aAAa,EAAE,aAkH3B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/mdx/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ComponentType } from "react";
|
|
2
|
+
export declare function useCompileAndEvaluateMdx(source: string, compileOptions?: Record<string, any>, evaluateOptions?: Record<string, any>): {
|
|
3
|
+
Component?: ComponentType<{
|
|
4
|
+
components?: Record<string, any> | undefined;
|
|
5
|
+
}> | undefined;
|
|
6
|
+
code?: string;
|
|
7
|
+
frontmatter?: Record<string, any>;
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=useCompileAndEvaluateMdx.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCompileAndEvaluateMdx.d.ts","sourceRoot":"","sources":["../../../src/mdx/hooks/useCompileAndEvaluateMdx.ts"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAI3C,wBAAgB,wBAAwB,CACtC,MAAM,EAAE,MAAM,EACd,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EACpC,eAAe,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GACpC;IACD,SAAS,CAAC,EACN,aAAa,CAAC;QACZ,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,SAAS,CAAC;KAC9C,CAAC,GACF,SAAS,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACnC,CAKA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCompileMdx.d.ts","sourceRoot":"","sources":["../../../src/mdx/hooks/useCompileMdx.ts"],"names":[],"mappings":"AAuBA,wBAAgB,aAAa,CAC3B,MAAM,EAAE,MAAM,EACd,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAC5B;IACD,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACnC,CAoDA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useEvaluateMdx.d.ts","sourceRoot":"","sources":["../../../src/mdx/hooks/useEvaluateMdx.ts"],"names":[],"mappings":"AAsBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAI3C,wBAAgB,cAAc,CAAC,IAAI,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;eAU1E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/mdx/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAC;AAC/B,cAAc,MAAM,CAAC;AACrB,cAAc,MAAM,CAAC;AACrB,cAAc,OAAO,CAAC;AACtB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,MAAM,CAAC;AACrB,cAAc,cAAc,CAAC;AAC7B,cAAc,SAAS,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rehypeHighlightCode.d.ts","sourceRoot":"","sources":["../../../src/mdx/util/rehypeHighlightCode.ts"],"names":[],"mappings":"AAYA,wBAAgB,mBAAmB,CAAC,QAAQ,KAAK,UAiBjC,GAAG,UAGlB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rehypeHighlightLine.d.ts","sourceRoot":"","sources":["../../../src/mdx/util/rehypeHighlightLine.ts"],"names":[],"mappings":"AA2BA,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE,OAIzD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rehypeHighlightWord.d.ts","sourceRoot":"","sources":["../../../src/mdx/util/rehypeHighlightWord.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,OAAO,EAAE,IAAI,EAAE,MAAM,uBAAuB,CAAC;AAM3D,wBAAgB,mBAAmB,CAAC,IAAI,EAAE,IAAI,GAAG,OAAO,EAAE,OAUzD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"rehypeMetaAttributes.d.ts","sourceRoot":"","sources":["../../../src/mdx/util/rehypeMetaAttributes.ts"],"names":[],"mappings":"AAKA,wBAAgB,oBAAoB,CAAC,QAAQ,KAAK,UAYlC,GAAG,UAGlB"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { SimpleAccordion } from "./index";
|
|
2
|
+
declare const _default: {
|
|
3
|
+
title: string;
|
|
4
|
+
component: typeof SimpleAccordion;
|
|
5
|
+
parameters: {
|
|
6
|
+
status: {
|
|
7
|
+
type: string;
|
|
8
|
+
};
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
|
+
export default _default;
|
|
12
|
+
export declare const main: (args: any) => import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
//# sourceMappingURL=SimpleAccordion.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SimpleAccordion.stories.d.ts","sourceRoot":"","sources":["../../../src/organize/SimpleAccordion/SimpleAccordion.stories.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAiB,eAAe,EAAE,MAAM,SAAS,CAAC;;;;;;;;;;AAEzD,wBAME;AAEF,eAAO,MAAM,IAAI,wDAkDhB,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* File: /src/organize/SimpleAccordion/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
|
+
*/
|
|
21
|
+
import type { ReactNode } from "react";
|
|
22
|
+
import type { AccordionContentProps, AccordionItemProps, AccordionTriggerProps } from "tamagui";
|
|
23
|
+
interface SimpleAccordionProps {
|
|
24
|
+
children: ReactNode;
|
|
25
|
+
overflow?: "visible" | "hidden" | "scroll";
|
|
26
|
+
type?: "single" | "multiple";
|
|
27
|
+
}
|
|
28
|
+
type SimpleAccordionItemProps = AccordionItemProps & {
|
|
29
|
+
trigger: (open: boolean) => ReactNode;
|
|
30
|
+
triggerStyle?: AccordionTriggerProps;
|
|
31
|
+
contentStyle?: AccordionContentProps;
|
|
32
|
+
children: ReactNode;
|
|
33
|
+
};
|
|
34
|
+
export declare function SimpleAccordion({ children, ...props }: SimpleAccordionProps): import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
export declare function AccordionItem({ trigger, triggerStyle, children, contentStyle, ...props }: SimpleAccordionItemProps): import("react/jsx-runtime").JSX.Element;
|
|
36
|
+
export {};
|
|
37
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/organize/SimpleAccordion/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,KAAK,EACV,qBAAqB,EACrB,kBAAkB,EAClB,qBAAqB,EACtB,MAAM,SAAS,CAAC;AAGjB,UAAU,oBAAoB;IAC5B,QAAQ,EAAE,SAAS,CAAC;IACpB,QAAQ,CAAC,EAAE,SAAS,GAAG,QAAQ,GAAG,QAAQ,CAAC;IAC3C,IAAI,CAAC,EAAE,QAAQ,GAAG,UAAU,CAAC;CAC9B;AAED,KAAK,wBAAwB,GAAG,kBAAkB,GAAG;IACnD,OAAO,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,SAAS,CAAC;IACtC,YAAY,CAAC,EAAE,qBAAqB,CAAC;IACrC,YAAY,CAAC,EAAE,qBAAqB,CAAC;IACrC,QAAQ,EAAE,SAAS,CAAC;CACrB,CAAC;AAEF,wBAAgB,eAAe,CAAC,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,oBAAoB,2CAM3E;AAED,wBAAgB,aAAa,CAAC,EAC5B,OAAO,EACP,YAAY,EACZ,QAAQ,EACR,YAAY,EACZ,GAAG,KAAK,EACT,EAAE,wBAAwB,2CAa1B"}
|