@pagopa/io-app-design-system 1.4.0 → 1.6.0
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/README.md +10 -0
- package/lib/commonjs/components/alert/Alert.js +1 -1
- package/lib/commonjs/components/alert/Alert.js.map +1 -1
- package/lib/commonjs/components/banner/Banner.js +1 -1
- package/lib/commonjs/components/banner/Banner.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonExtendedOutline.js +1 -1
- package/lib/commonjs/components/buttons/ButtonExtendedOutline.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonLink.js +6 -6
- package/lib/commonjs/components/buttons/ButtonLink.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonOutline.js +10 -10
- package/lib/commonjs/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/commonjs/components/buttons/ButtonSolid.js +5 -5
- package/lib/commonjs/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/commonjs/components/buttons/IconButton.js +4 -4
- package/lib/commonjs/components/buttons/IconButton.js.map +1 -1
- package/lib/commonjs/components/buttons/IconButtonContained.js +4 -4
- package/lib/commonjs/components/buttons/IconButtonContained.js.map +1 -1
- package/lib/commonjs/components/buttons/IconButtonSolid.js +5 -5
- package/lib/commonjs/components/buttons/IconButtonSolid.js.map +1 -1
- package/lib/commonjs/components/index.js +11 -0
- package/lib/commonjs/components/index.js.map +1 -1
- package/lib/commonjs/components/layout/BlockButtons.js +82 -0
- package/lib/commonjs/components/layout/BlockButtons.js.map +1 -0
- package/lib/commonjs/components/layout/FooterWithButtons.js +41 -0
- package/lib/commonjs/components/layout/FooterWithButtons.js.map +1 -0
- package/lib/commonjs/components/layout/index.js +11 -0
- package/lib/commonjs/components/layout/index.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemAction.js +1 -1
- package/lib/commonjs/components/listitems/ListItemAction.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemCheckbox.js +1 -1
- package/lib/commonjs/components/listitems/ListItemCheckbox.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemIDP.js +1 -1
- package/lib/commonjs/components/listitems/ListItemIDP.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemInfoCopy.js +1 -1
- package/lib/commonjs/components/listitems/ListItemInfoCopy.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemNav.js +1 -1
- package/lib/commonjs/components/listitems/ListItemNav.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemNavAlert.js +1 -1
- package/lib/commonjs/components/listitems/ListItemNavAlert.js.map +1 -1
- package/lib/commonjs/components/listitems/ListItemRadio.js +1 -1
- package/lib/commonjs/components/listitems/ListItemRadio.js.map +1 -1
- package/lib/commonjs/components/listitems/hooks/useListItemSpringAnimation.js +1 -1
- package/lib/commonjs/components/listitems/hooks/useListItemSpringAnimation.js.map +1 -1
- package/lib/commonjs/components/logos/LogoPayment.js +0 -2
- package/lib/commonjs/components/logos/LogoPayment.js.map +1 -1
- package/lib/commonjs/components/logos/LogoPaymentExt.js +0 -2
- package/lib/commonjs/components/logos/LogoPaymentExt.js.map +1 -1
- package/lib/commonjs/components/pictograms/Pictogram.js +6 -4
- package/lib/commonjs/components/pictograms/Pictogram.js.map +1 -1
- package/lib/commonjs/components/pictograms/README.md +4 -11
- package/lib/commonjs/components/pictograms/index.js +1 -22
- package/lib/commonjs/components/pictograms/index.js.map +1 -1
- package/lib/commonjs/components/pictograms/svg/{PictogramSectionMessages.js → PictogramMessages.js} +3 -3
- package/lib/commonjs/components/pictograms/svg/PictogramMessages.js.map +1 -0
- package/lib/commonjs/components/tabs/TabItem.js +1 -1
- package/lib/commonjs/components/tabs/TabItem.js.map +1 -1
- package/lib/commonjs/components/tabs/TabNavigation.js +2 -2
- package/lib/commonjs/components/tabs/TabNavigation.js.map +1 -1
- package/lib/commonjs/components/textInput/TextInputBase.js +5 -5
- package/lib/commonjs/components/textInput/TextInputBase.js.map +1 -1
- package/lib/commonjs/components/textInput/TextInputPassword.js +1 -1
- package/lib/commonjs/components/textInput/TextInputPassword.js.map +1 -1
- package/lib/commonjs/components/textInput/TextInputValidation.js +2 -2
- package/lib/commonjs/components/textInput/TextInputValidation.js.map +1 -1
- package/lib/commonjs/stories/ButtonDS.stories.js +34 -0
- package/lib/commonjs/stories/ButtonDS.stories.js.map +1 -0
- package/lib/commonjs/stories/H1.stories.js +33 -0
- package/lib/commonjs/stories/H1.stories.js.map +1 -0
- package/lib/commonjs/stories/H2.stories.js +33 -0
- package/lib/commonjs/stories/H2.stories.js.map +1 -0
- package/lib/commonjs/stories/H3.stories.js +33 -0
- package/lib/commonjs/stories/H3.stories.js.map +1 -0
- package/lib/commonjs/stories/H4.stories.js +33 -0
- package/lib/commonjs/stories/H4.stories.js.map +1 -0
- package/lib/commonjs/stories/H5.stories.js +33 -0
- package/lib/commonjs/stories/H5.stories.js.map +1 -0
- package/lib/commonjs/stories/H6.stories.js +33 -0
- package/lib/commonjs/stories/H6.stories.js.map +1 -0
- package/lib/commonjs/stories/Label.stories.js +33 -0
- package/lib/commonjs/stories/Label.stories.js.map +1 -0
- package/lib/commonjs/stories/LabelSmall.stories.js +33 -0
- package/lib/commonjs/stories/LabelSmall.stories.js.map +1 -0
- package/lib/commonjs/stories/Link.stories.js +33 -0
- package/lib/commonjs/stories/Link.stories.js.map +1 -0
- package/lib/commonjs/stories/Monospace.stories.js +33 -0
- package/lib/commonjs/stories/Monospace.stories.js.map +1 -0
- package/lib/commonjs/utils/fonts.js +13 -4
- package/lib/commonjs/utils/fonts.js.map +1 -1
- package/lib/module/components/alert/Alert.js +1 -1
- package/lib/module/components/alert/Alert.js.map +1 -1
- package/lib/module/components/banner/Banner.js +1 -1
- package/lib/module/components/banner/Banner.js.map +1 -1
- package/lib/module/components/buttons/ButtonExtendedOutline.js +1 -1
- package/lib/module/components/buttons/ButtonExtendedOutline.js.map +1 -1
- package/lib/module/components/buttons/ButtonLink.js +6 -6
- package/lib/module/components/buttons/ButtonLink.js.map +1 -1
- package/lib/module/components/buttons/ButtonOutline.js +10 -10
- package/lib/module/components/buttons/ButtonOutline.js.map +1 -1
- package/lib/module/components/buttons/ButtonSolid.js +5 -5
- package/lib/module/components/buttons/ButtonSolid.js.map +1 -1
- package/lib/module/components/buttons/IconButton.js +4 -4
- package/lib/module/components/buttons/IconButton.js.map +1 -1
- package/lib/module/components/buttons/IconButtonContained.js +4 -4
- package/lib/module/components/buttons/IconButtonContained.js.map +1 -1
- package/lib/module/components/buttons/IconButtonSolid.js +5 -5
- package/lib/module/components/buttons/IconButtonSolid.js.map +1 -1
- package/lib/module/components/index.js +1 -0
- package/lib/module/components/index.js.map +1 -1
- package/lib/module/components/layout/BlockButtons.js +73 -0
- package/lib/module/components/layout/BlockButtons.js.map +1 -0
- package/lib/module/components/layout/FooterWithButtons.js +32 -0
- package/lib/module/components/layout/FooterWithButtons.js.map +1 -0
- package/lib/module/components/layout/index.js +1 -0
- package/lib/module/components/layout/index.js.map +1 -1
- package/lib/module/components/listitems/ListItemAction.js +1 -1
- package/lib/module/components/listitems/ListItemAction.js.map +1 -1
- package/lib/module/components/listitems/ListItemCheckbox.js +1 -1
- package/lib/module/components/listitems/ListItemCheckbox.js.map +1 -1
- package/lib/module/components/listitems/ListItemIDP.js +1 -1
- package/lib/module/components/listitems/ListItemIDP.js.map +1 -1
- package/lib/module/components/listitems/ListItemInfoCopy.js +1 -1
- package/lib/module/components/listitems/ListItemInfoCopy.js.map +1 -1
- package/lib/module/components/listitems/ListItemNav.js +1 -1
- package/lib/module/components/listitems/ListItemNav.js.map +1 -1
- package/lib/module/components/listitems/ListItemNavAlert.js +1 -1
- package/lib/module/components/listitems/ListItemNavAlert.js.map +1 -1
- package/lib/module/components/listitems/ListItemRadio.js +1 -1
- package/lib/module/components/listitems/ListItemRadio.js.map +1 -1
- package/lib/module/components/listitems/hooks/useListItemSpringAnimation.js +1 -1
- package/lib/module/components/listitems/hooks/useListItemSpringAnimation.js.map +1 -1
- package/lib/module/components/logos/LogoPayment.js +0 -2
- package/lib/module/components/logos/LogoPayment.js.map +1 -1
- package/lib/module/components/logos/LogoPaymentExt.js +0 -2
- package/lib/module/components/logos/LogoPaymentExt.js.map +1 -1
- package/lib/module/components/pictograms/Pictogram.js +6 -4
- package/lib/module/components/pictograms/Pictogram.js.map +1 -1
- package/lib/module/components/pictograms/README.md +4 -11
- package/lib/module/components/pictograms/index.js +0 -2
- package/lib/module/components/pictograms/index.js.map +1 -1
- package/lib/module/components/pictograms/svg/{PictogramSectionMessages.js → PictogramMessages.js} +3 -3
- package/lib/module/components/pictograms/svg/PictogramMessages.js.map +1 -0
- package/lib/module/components/tabs/TabItem.js +1 -1
- package/lib/module/components/tabs/TabItem.js.map +1 -1
- package/lib/module/components/tabs/TabNavigation.js +2 -2
- package/lib/module/components/tabs/TabNavigation.js.map +1 -1
- package/lib/module/components/textInput/TextInputBase.js +5 -5
- package/lib/module/components/textInput/TextInputBase.js.map +1 -1
- package/lib/module/components/textInput/TextInputPassword.js +1 -1
- package/lib/module/components/textInput/TextInputPassword.js.map +1 -1
- package/lib/module/components/textInput/TextInputValidation.js +2 -2
- package/lib/module/components/textInput/TextInputValidation.js.map +1 -1
- package/lib/module/stories/ButtonDS.stories.js +27 -0
- package/lib/module/stories/ButtonDS.stories.js.map +1 -0
- package/lib/module/stories/H1.stories.js +26 -0
- package/lib/module/stories/H1.stories.js.map +1 -0
- package/lib/module/stories/H2.stories.js +26 -0
- package/lib/module/stories/H2.stories.js.map +1 -0
- package/lib/module/stories/H3.stories.js +26 -0
- package/lib/module/stories/H3.stories.js.map +1 -0
- package/lib/module/stories/H4.stories.js +26 -0
- package/lib/module/stories/H4.stories.js.map +1 -0
- package/lib/module/stories/H5.stories.js +26 -0
- package/lib/module/stories/H5.stories.js.map +1 -0
- package/lib/module/stories/H6.stories.js +26 -0
- package/lib/module/stories/H6.stories.js.map +1 -0
- package/lib/module/stories/Label.stories.js +26 -0
- package/lib/module/stories/Label.stories.js.map +1 -0
- package/lib/module/stories/LabelSmall.stories.js +26 -0
- package/lib/module/stories/LabelSmall.stories.js.map +1 -0
- package/lib/module/stories/Link.stories.js +26 -0
- package/lib/module/stories/Link.stories.js.map +1 -0
- package/lib/module/stories/Monospace.stories.js +26 -0
- package/lib/module/stories/Monospace.stories.js.map +1 -0
- package/lib/module/utils/fonts.js +13 -4
- package/lib/module/utils/fonts.js.map +1 -1
- package/lib/typescript/components/buttons/ButtonSolid.d.ts +16 -0
- package/lib/typescript/components/buttons/ButtonSolid.d.ts.map +1 -1
- package/lib/typescript/components/index.d.ts +1 -0
- package/lib/typescript/components/index.d.ts.map +1 -1
- package/lib/typescript/components/layout/BlockButtons.d.ts +53 -0
- package/lib/typescript/components/layout/BlockButtons.d.ts.map +1 -0
- package/lib/typescript/components/layout/FooterWithButtons.d.ts +9 -0
- package/lib/typescript/components/layout/FooterWithButtons.d.ts.map +1 -0
- package/lib/typescript/components/layout/index.d.ts +1 -0
- package/lib/typescript/components/layout/index.d.ts.map +1 -1
- package/lib/typescript/components/logos/LogoPayment.d.ts +0 -1
- package/lib/typescript/components/logos/LogoPayment.d.ts.map +1 -1
- package/lib/typescript/components/logos/LogoPaymentExt.d.ts +0 -1
- package/lib/typescript/components/logos/LogoPaymentExt.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/Pictogram.d.ts +1 -0
- package/lib/typescript/components/pictograms/Pictogram.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/index.d.ts +0 -2
- package/lib/typescript/components/pictograms/index.d.ts.map +1 -1
- package/lib/typescript/components/pictograms/svg/PictogramMessages.d.ts +5 -0
- package/lib/typescript/components/pictograms/svg/PictogramMessages.d.ts.map +1 -0
- package/lib/typescript/components/textInput/TextInputBase.d.ts.map +1 -1
- package/lib/typescript/stories/ButtonDS.stories.d.ts +14 -0
- package/lib/typescript/stories/ButtonDS.stories.d.ts.map +1 -0
- package/lib/typescript/stories/H1.stories.d.ts +19 -0
- package/lib/typescript/stories/H1.stories.d.ts.map +1 -0
- package/lib/typescript/stories/H2.stories.d.ts +19 -0
- package/lib/typescript/stories/H2.stories.d.ts.map +1 -0
- package/lib/typescript/stories/H3.stories.d.ts +19 -0
- package/lib/typescript/stories/H3.stories.d.ts.map +1 -0
- package/lib/typescript/stories/H4.stories.d.ts +19 -0
- package/lib/typescript/stories/H4.stories.d.ts.map +1 -0
- package/lib/typescript/stories/H5.stories.d.ts +27 -0
- package/lib/typescript/stories/H5.stories.d.ts.map +1 -0
- package/lib/typescript/stories/H6.stories.d.ts +19 -0
- package/lib/typescript/stories/H6.stories.d.ts.map +1 -0
- package/lib/typescript/stories/Label.stories.d.ts +19 -0
- package/lib/typescript/stories/Label.stories.d.ts.map +1 -0
- package/lib/typescript/stories/LabelSmall.stories.d.ts +21 -0
- package/lib/typescript/stories/LabelSmall.stories.d.ts.map +1 -0
- package/lib/typescript/stories/Link.stories.d.ts +21 -0
- package/lib/typescript/stories/Link.stories.d.ts.map +1 -0
- package/lib/typescript/stories/Monospace.stories.d.ts +19 -0
- package/lib/typescript/stories/Monospace.stories.d.ts.map +1 -0
- package/lib/typescript/utils/fonts.d.ts.map +1 -1
- package/package.json +25 -4
- package/src/components/buttons/ButtonSolid.tsx +16 -0
- package/src/components/index.tsx +1 -0
- package/src/components/layout/BlockButtons.tsx +142 -0
- package/src/components/layout/FooterWithButtons.tsx +37 -0
- package/src/components/layout/index.tsx +1 -0
- package/src/components/logos/LogoPayment.tsx +0 -2
- package/src/components/logos/LogoPaymentExt.tsx +0 -2
- package/src/components/pictograms/Pictogram.tsx +6 -4
- package/src/components/pictograms/README.md +4 -11
- package/src/components/pictograms/index.tsx +0 -2
- package/src/components/pictograms/svg/{PictogramSectionMessages.tsx → PictogramMessages.tsx} +2 -6
- package/src/components/textInput/TextInputBase.tsx +2 -2
- package/src/stories/ButtonDS.stories.ts +31 -0
- package/src/stories/H1.stories.ts +28 -0
- package/src/stories/H2.stories.ts +28 -0
- package/src/stories/H3.stories.ts +28 -0
- package/src/stories/H4.stories.ts +28 -0
- package/src/stories/H5.stories.ts +28 -0
- package/src/stories/H6.stories.ts +28 -0
- package/src/stories/Label.stories.ts +28 -0
- package/src/stories/LabelSmall.stories.ts +28 -0
- package/src/stories/Link.stories.ts +28 -0
- package/src/stories/Monospace.stories.ts +28 -0
- package/src/utils/fonts.ts +12 -5
- package/lib/commonjs/components/logos/svg/LogoPaymentExtSatispay.js +0 -38
- package/lib/commonjs/components/logos/svg/LogoPaymentExtSatispay.js.map +0 -1
- package/lib/commonjs/components/logos/svg/LogoPaymentSatispay.js +0 -33
- package/lib/commonjs/components/logos/svg/LogoPaymentSatispay.js.map +0 -1
- package/lib/commonjs/components/logos/svg/originals/LogoPaymentExtSatispay.svg +0 -22
- package/lib/commonjs/components/logos/svg/originals/LogoPaymentSatispay.svg +0 -11
- package/lib/commonjs/components/pictograms/PictogramSection.js +0 -42
- package/lib/commonjs/components/pictograms/PictogramSection.js.map +0 -1
- package/lib/commonjs/components/pictograms/SectionPictogram.js +0 -44
- package/lib/commonjs/components/pictograms/SectionPictogram.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramSectionDocuments.js +0 -41
- package/lib/commonjs/components/pictograms/svg/PictogramSectionDocuments.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramSectionMessages.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramSectionPayments.js +0 -42
- package/lib/commonjs/components/pictograms/svg/PictogramSectionPayments.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramSectionProfile.js +0 -39
- package/lib/commonjs/components/pictograms/svg/PictogramSectionProfile.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramSectionServices.js +0 -45
- package/lib/commonjs/components/pictograms/svg/PictogramSectionServices.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/PictogramSectionSettings.js +0 -31
- package/lib/commonjs/components/pictograms/svg/PictogramSectionSettings.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/SectionPictogramDocuments.js +0 -41
- package/lib/commonjs/components/pictograms/svg/SectionPictogramDocuments.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/SectionPictogramMessages.js +0 -31
- package/lib/commonjs/components/pictograms/svg/SectionPictogramMessages.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/SectionPictogramPayments.js +0 -42
- package/lib/commonjs/components/pictograms/svg/SectionPictogramPayments.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/SectionPictogramProfile.js +0 -39
- package/lib/commonjs/components/pictograms/svg/SectionPictogramProfile.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/SectionPictogramServices.js +0 -45
- package/lib/commonjs/components/pictograms/svg/SectionPictogramServices.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/SectionPictogramSettings.js +0 -31
- package/lib/commonjs/components/pictograms/svg/SectionPictogramSettings.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/SectionPictogramSmile.js +0 -29
- package/lib/commonjs/components/pictograms/svg/SectionPictogramSmile.js.map +0 -1
- package/lib/commonjs/components/pictograms/svg/originals/SearchPictogram.svg +0 -22
- package/lib/commonjs/components/pictograms/svg/originals/SectionPictogramDocuments.svg +0 -20
- package/lib/commonjs/components/pictograms/svg/originals/SectionPictogramPayments.svg +0 -19
- package/lib/commonjs/components/pictograms/svg/originals/SectionPictogramProfile.svg +0 -18
- package/lib/commonjs/components/pictograms/svg/originals/SectionPictogramServices.svg +0 -26
- package/lib/commonjs/components/pictograms/svg/originals/SectionPictogramSettings.svg +0 -8
- package/lib/module/components/logos/svg/LogoPaymentExtSatispay.js +0 -30
- package/lib/module/components/logos/svg/LogoPaymentExtSatispay.js.map +0 -1
- package/lib/module/components/logos/svg/LogoPaymentSatispay.js +0 -25
- package/lib/module/components/logos/svg/LogoPaymentSatispay.js.map +0 -1
- package/lib/module/components/logos/svg/originals/LogoPaymentExtSatispay.svg +0 -22
- package/lib/module/components/logos/svg/originals/LogoPaymentSatispay.svg +0 -11
- package/lib/module/components/pictograms/PictogramSection.js +0 -34
- package/lib/module/components/pictograms/PictogramSection.js.map +0 -1
- package/lib/module/components/pictograms/SectionPictogram.js +0 -36
- package/lib/module/components/pictograms/SectionPictogram.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramSectionDocuments.js +0 -33
- package/lib/module/components/pictograms/svg/PictogramSectionDocuments.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramSectionMessages.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramSectionPayments.js +0 -34
- package/lib/module/components/pictograms/svg/PictogramSectionPayments.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramSectionProfile.js +0 -31
- package/lib/module/components/pictograms/svg/PictogramSectionProfile.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramSectionServices.js +0 -37
- package/lib/module/components/pictograms/svg/PictogramSectionServices.js.map +0 -1
- package/lib/module/components/pictograms/svg/PictogramSectionSettings.js +0 -23
- package/lib/module/components/pictograms/svg/PictogramSectionSettings.js.map +0 -1
- package/lib/module/components/pictograms/svg/SectionPictogramDocuments.js +0 -33
- package/lib/module/components/pictograms/svg/SectionPictogramDocuments.js.map +0 -1
- package/lib/module/components/pictograms/svg/SectionPictogramMessages.js +0 -23
- package/lib/module/components/pictograms/svg/SectionPictogramMessages.js.map +0 -1
- package/lib/module/components/pictograms/svg/SectionPictogramPayments.js +0 -34
- package/lib/module/components/pictograms/svg/SectionPictogramPayments.js.map +0 -1
- package/lib/module/components/pictograms/svg/SectionPictogramProfile.js +0 -31
- package/lib/module/components/pictograms/svg/SectionPictogramProfile.js.map +0 -1
- package/lib/module/components/pictograms/svg/SectionPictogramServices.js +0 -37
- package/lib/module/components/pictograms/svg/SectionPictogramServices.js.map +0 -1
- package/lib/module/components/pictograms/svg/SectionPictogramSettings.js +0 -23
- package/lib/module/components/pictograms/svg/SectionPictogramSettings.js.map +0 -1
- package/lib/module/components/pictograms/svg/SectionPictogramSmile.js +0 -21
- package/lib/module/components/pictograms/svg/SectionPictogramSmile.js.map +0 -1
- package/lib/module/components/pictograms/svg/originals/SearchPictogram.svg +0 -22
- package/lib/module/components/pictograms/svg/originals/SectionPictogramDocuments.svg +0 -20
- package/lib/module/components/pictograms/svg/originals/SectionPictogramPayments.svg +0 -19
- package/lib/module/components/pictograms/svg/originals/SectionPictogramProfile.svg +0 -18
- package/lib/module/components/pictograms/svg/originals/SectionPictogramServices.svg +0 -26
- package/lib/module/components/pictograms/svg/originals/SectionPictogramSettings.svg +0 -8
- package/lib/typescript/components/logos/svg/LogoPaymentExtSatispay.d.ts +0 -5
- package/lib/typescript/components/logos/svg/LogoPaymentExtSatispay.d.ts.map +0 -1
- package/lib/typescript/components/logos/svg/LogoPaymentSatispay.d.ts +0 -5
- package/lib/typescript/components/logos/svg/LogoPaymentSatispay.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/PictogramSection.d.ts +0 -20
- package/lib/typescript/components/pictograms/PictogramSection.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/SectionPictogram.d.ts +0 -21
- package/lib/typescript/components/pictograms/SectionPictogram.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramSectionDocuments.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramSectionDocuments.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramSectionMessages.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramSectionMessages.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramSectionPayments.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramSectionPayments.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramSectionProfile.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramSectionProfile.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramSectionServices.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramSectionServices.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/PictogramSectionSettings.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/PictogramSectionSettings.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/SectionPictogramDocuments.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/SectionPictogramDocuments.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/SectionPictogramMessages.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/SectionPictogramMessages.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/SectionPictogramPayments.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/SectionPictogramPayments.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/SectionPictogramProfile.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/SectionPictogramProfile.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/SectionPictogramServices.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/SectionPictogramServices.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/SectionPictogramSettings.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/SectionPictogramSettings.d.ts.map +0 -1
- package/lib/typescript/components/pictograms/svg/SectionPictogramSmile.d.ts +0 -5
- package/lib/typescript/components/pictograms/svg/SectionPictogramSmile.d.ts.map +0 -1
- package/src/components/logos/svg/LogoPaymentExtSatispay.tsx +0 -30
- package/src/components/logos/svg/LogoPaymentSatispay.tsx +0 -19
- package/src/components/logos/svg/originals/LogoPaymentExtSatispay.svg +0 -22
- package/src/components/logos/svg/originals/LogoPaymentSatispay.svg +0 -11
- package/src/components/pictograms/PictogramSection.tsx +0 -42
- package/src/components/pictograms/SectionPictogram.tsx +0 -48
- package/src/components/pictograms/svg/PictogramSectionDocuments.tsx +0 -32
- package/src/components/pictograms/svg/PictogramSectionPayments.tsx +0 -31
- package/src/components/pictograms/svg/PictogramSectionProfile.tsx +0 -30
- package/src/components/pictograms/svg/PictogramSectionServices.tsx +0 -38
- package/src/components/pictograms/svg/PictogramSectionSettings.tsx +0 -20
- package/src/components/pictograms/svg/SectionPictogramDocuments.tsx +0 -32
- package/src/components/pictograms/svg/SectionPictogramMessages.tsx +0 -20
- package/src/components/pictograms/svg/SectionPictogramPayments.tsx +0 -31
- package/src/components/pictograms/svg/SectionPictogramProfile.tsx +0 -30
- package/src/components/pictograms/svg/SectionPictogramServices.tsx +0 -38
- package/src/components/pictograms/svg/SectionPictogramSettings.tsx +0 -20
- package/src/components/pictograms/svg/SectionPictogramSmile.tsx +0 -18
- package/src/components/pictograms/svg/originals/SearchPictogram.svg +0 -22
- package/src/components/pictograms/svg/originals/SectionPictogramDocuments.svg +0 -20
- package/src/components/pictograms/svg/originals/SectionPictogramPayments.svg +0 -19
- package/src/components/pictograms/svg/originals/SectionPictogramProfile.svg +0 -18
- package/src/components/pictograms/svg/originals/SectionPictogramServices.svg +0 -26
- package/src/components/pictograms/svg/originals/SectionPictogramSettings.svg +0 -8
- /package/lib/commonjs/components/pictograms/svg/originals/{SectionPictogramMessages.svg → PictogramMessages.svg} +0 -0
- /package/lib/module/components/pictograms/svg/originals/{SectionPictogramMessages.svg → PictogramMessages.svg} +0 -0
- /package/src/components/pictograms/svg/originals/{SectionPictogramMessages.svg → PictogramMessages.svg} +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Pictogram"
|
|
1
|
+
{"version":3,"names":["Pictogram"],"sourceRoot":"../../../../src","sources":["components/pictograms/index.tsx"],"mappings":"AAAA,cAAc,aAAa;AAC3B,SAASA,SAAS,QAAQ,aAAa"}
|
package/lib/module/components/pictograms/svg/{PictogramSectionMessages.js → PictogramMessages.js}
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { Svg, Path } from "react-native-svg";
|
|
4
|
-
const
|
|
4
|
+
const PictogramMessages = _ref => {
|
|
5
5
|
let {
|
|
6
6
|
size,
|
|
7
7
|
color,
|
|
@@ -19,5 +19,5 @@ const PictogramSectionMessages = _ref => {
|
|
|
19
19
|
fill: color
|
|
20
20
|
}));
|
|
21
21
|
};
|
|
22
|
-
export default
|
|
23
|
-
//# sourceMappingURL=
|
|
22
|
+
export default PictogramMessages;
|
|
23
|
+
//# sourceMappingURL=PictogramMessages.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Svg","Path","PictogramMessages","_ref","size","color","props","createElement","_extends","fill","width","height","viewBox","fillRule","clipRule","d"],"sourceRoot":"../../../../../src","sources":["components/pictograms/svg/PictogramMessages.tsx"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,GAAG,EAAEC,IAAI,QAAQ,kBAAkB;AAG5C,MAAMC,iBAAiB,GAAGC,IAAA;EAAA,IAAC;IAAEC,IAAI;IAAEC,KAAK;IAAE,GAAGC;EAAyB,CAAC,GAAAH,IAAA;EAAA,oBACrEJ,KAAA,CAAAQ,aAAA,CAACP,GAAG,EAAAQ,QAAA;IAACC,IAAI,EAAC,MAAM;IAACC,KAAK,EAAEN,IAAK;IAACO,MAAM,EAAEP,IAAK;IAACQ,OAAO,EAAC;EAAW,GAAKN,KAAK,gBACvEP,KAAA,CAAAQ,aAAA,CAACN,IAAI;IACHY,QAAQ,EAAC,SAAS;IAClBC,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,2gCAA2gC;IAC7gCN,IAAI,EAAEJ;EAAM,CACb,CACE,CAAC;AAAA,CACP;AAED,eAAeH,iBAAiB"}
|
|
@@ -66,7 +66,7 @@ const TabItem = _ref => {
|
|
|
66
66
|
const selectedBackgroundColor = interpolateColor(progressSelected.value, [0, 1], [opaquePressedBackgroundColor, colors.background.selected]);
|
|
67
67
|
|
|
68
68
|
// Scale down button slightly when pressed
|
|
69
|
-
const scale = interpolate(progressPressed.value, [0, 1], [1, IOScaleValues === null || IOScaleValues === void 0
|
|
69
|
+
const scale = interpolate(progressPressed.value, [0, 1], [1, IOScaleValues === null || IOScaleValues === void 0 || (_IOScaleValues$basicB = IOScaleValues.basicButton) === null || _IOScaleValues$basicB === void 0 ? void 0 : _IOScaleValues$basicB.pressedState], Extrapolate.CLAMP);
|
|
70
70
|
return {
|
|
71
71
|
backgroundColor: selected ? selectedBackgroundColor : pressedBackgroundColor,
|
|
72
72
|
transform: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Pressable","StyleSheet","Animated","Extrapolate","interpolate","interpolateColor","useAnimatedStyle","useDerivedValue","useSharedValue","withSpring","Icon","HSpacer","LabelHeader","IOSpringValues","IOColors","hexToRgba","IOScaleValues","useSpringPressProgressValue","mapColorStates","light","background","default","selected","pressed","foreground","dark","white","TabItem","_ref","label","color","fullWidth","accessibilityLabel","accessibilityHint","testID","onPress","icon","iconSelected","progress","progressPressed","onPressIn","onPressOut","selection","colors","foregroundColor","opaquePressedBackgroundColor","isSelected","progressSelected","value","useEffect","animatedStyle","_IOScaleValues$basicB","pressedBackgroundColor","selectedBackgroundColor","scale","basicButton","pressedState","CLAMP","backgroundColor","transform","activeIcon","createElement","accessibilityRole","accessible","View","style","styles","container","Fragment","name","size","create","flexDirection","alignItems","paddingHorizontal","paddingVertical","borderRadius","justifyContent","alignSelf"],"sourceRoot":"../../../../src","sources":["components/tabs/TabItem.tsx"],"mappings":"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
|
|
1
|
+
{"version":3,"names":["React","Pressable","StyleSheet","Animated","Extrapolate","interpolate","interpolateColor","useAnimatedStyle","useDerivedValue","useSharedValue","withSpring","Icon","HSpacer","LabelHeader","IOSpringValues","IOColors","hexToRgba","IOScaleValues","useSpringPressProgressValue","mapColorStates","light","background","default","selected","pressed","foreground","dark","white","TabItem","_ref","label","color","fullWidth","accessibilityLabel","accessibilityHint","testID","onPress","icon","iconSelected","progress","progressPressed","onPressIn","onPressOut","selection","colors","foregroundColor","opaquePressedBackgroundColor","isSelected","progressSelected","value","useEffect","animatedStyle","_IOScaleValues$basicB","pressedBackgroundColor","selectedBackgroundColor","scale","basicButton","pressedState","CLAMP","backgroundColor","transform","activeIcon","createElement","accessibilityRole","accessible","View","style","styles","container","Fragment","name","size","create","flexDirection","alignItems","paddingHorizontal","paddingVertical","borderRadius","justifyContent","alignSelf"],"sourceRoot":"../../../../src","sources":["components/tabs/TabItem.tsx"],"mappings":"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"}
|
|
@@ -19,7 +19,7 @@ const TabNavigation = _ref => {
|
|
|
19
19
|
const [selectedIndex, setSelectedIndex] = React.useState(forceSelectedIndex ?? 0);
|
|
20
20
|
const handleItemPress = index => {
|
|
21
21
|
setSelectedIndex(forceSelectedIndex ?? index);
|
|
22
|
-
onItemPress === null || onItemPress === void 0
|
|
22
|
+
onItemPress === null || onItemPress === void 0 || onItemPress(index);
|
|
23
23
|
};
|
|
24
24
|
const handleItemOnLayout = event => {
|
|
25
25
|
const {
|
|
@@ -41,7 +41,7 @@ const TabNavigation = _ref => {
|
|
|
41
41
|
}, /*#__PURE__*/React.cloneElement(child, {
|
|
42
42
|
onPress: event => {
|
|
43
43
|
var _child$props$onPress, _child$props;
|
|
44
|
-
(_child$props$onPress = (_child$props = child.props).onPress) === null || _child$props$onPress === void 0
|
|
44
|
+
(_child$props$onPress = (_child$props = child.props).onPress) === null || _child$props$onPress === void 0 || _child$props$onPress.call(_child$props, event);
|
|
45
45
|
handleItemPress(index);
|
|
46
46
|
},
|
|
47
47
|
selected: selectedIndex === index,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","StyleSheet","View","ScrollView","itemsJustify","start","center","end","stretch","TabNavigation","_ref","color","selectedIndex","forceSelectedIndex","tabAlignment","onItemPress","children","itemMinWidth","setItemMinWidth","useState","setSelectedIndex","handleItemPress","index","handleItemOnLayout","event","width","nativeEvent","layout","current","Math","max","stretchItems","wrapChild","child","arguments","length","undefined","createElement","key","style","styles","item","marginEnd","Children","count","minWidth","onLayout","cloneElement","onPress","_child$props$onPress","_child$props","props","call","selected","horizontal","centerContent","showsHorizontalScrollIndicator","contentContainerStyle","container","justifyContent","Array","isArray","map","create","flexGrow","paddingHorizontal","flexShrink","flexBasis","alignItems"],"sourceRoot":"../../../../src","sources":["components/tabs/TabNavigation.tsx"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAAuCC,UAAU,EAAEC,IAAI,QAAQ,cAAc;AAC7E,SAASC,UAAU,QAAQ,8BAA8B;AAyBzD,MAAMC,YAA+D,GAAG;EACtEC,KAAK,EAAE,YAAY;EACnBC,MAAM,EAAE,QAAQ;EAChBC,GAAG,EAAE,UAAU;EACfC,OAAO,EAAE;AACX,CAAC;AAED,MAAMC,aAAa,GAAGC,IAAA,IAMD;EAAA,IANE;IACrBC,KAAK,GAAG,OAAO;IACfC,aAAa,EAAEC,kBAAkB;IACjCC,YAAY,GAAG,QAAQ;IACvBC,WAAW;IACXC;EACa,CAAC,GAAAN,IAAA;EACd,MAAM,CAACO,YAAY,EAAEC,eAAe,CAAC,GAAGlB,KAAK,CAACmB,QAAQ,CAAS,CAAC,CAAC;EACjE,MAAM,CAACP,aAAa,EAAEQ,gBAAgB,CAAC,GAAGpB,KAAK,CAACmB,QAAQ,CACtDN,kBAAkB,IAAI,CACxB,CAAC;EAED,MAAMQ,eAAe,GAAIC,KAAa,IAAK;IACzCF,gBAAgB,CAACP,kBAAkB,IAAIS,KAAK,CAAC;IAC7CP,WAAW,aAAXA,WAAW,
|
|
1
|
+
{"version":3,"names":["React","StyleSheet","View","ScrollView","itemsJustify","start","center","end","stretch","TabNavigation","_ref","color","selectedIndex","forceSelectedIndex","tabAlignment","onItemPress","children","itemMinWidth","setItemMinWidth","useState","setSelectedIndex","handleItemPress","index","handleItemOnLayout","event","width","nativeEvent","layout","current","Math","max","stretchItems","wrapChild","child","arguments","length","undefined","createElement","key","style","styles","item","marginEnd","Children","count","minWidth","onLayout","cloneElement","onPress","_child$props$onPress","_child$props","props","call","selected","horizontal","centerContent","showsHorizontalScrollIndicator","contentContainerStyle","container","justifyContent","Array","isArray","map","create","flexGrow","paddingHorizontal","flexShrink","flexBasis","alignItems"],"sourceRoot":"../../../../src","sources":["components/tabs/TabNavigation.tsx"],"mappings":"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"}
|
|
@@ -8,6 +8,7 @@ import { Icon } from "../icons";
|
|
|
8
8
|
import { HSpacer } from "../spacer";
|
|
9
9
|
import { LabelSmall } from "../typography";
|
|
10
10
|
import { getInputPropsByType } from "../../utils/textInput";
|
|
11
|
+
import { makeFontStyleObject } from "../../utils/fonts";
|
|
11
12
|
const styles = StyleSheet.create({
|
|
12
13
|
textInput: {
|
|
13
14
|
...IOStyles.row,
|
|
@@ -19,11 +20,10 @@ const styles = StyleSheet.create({
|
|
|
19
20
|
},
|
|
20
21
|
textInputStyle: {
|
|
21
22
|
...IOStyles.flex,
|
|
23
|
+
...makeFontStyleObject("Regular", false, "ReadexPro"),
|
|
22
24
|
fontSize: 16,
|
|
23
25
|
marginTop: IOSpacingScale[2],
|
|
24
|
-
fontWeight: "400",
|
|
25
26
|
lineHeight: 24,
|
|
26
|
-
fontFamily: "Readex Pro",
|
|
27
27
|
height: "100%"
|
|
28
28
|
},
|
|
29
29
|
textInputLabelWrapper: {
|
|
@@ -148,7 +148,7 @@ export const TextInputBase = _ref2 => {
|
|
|
148
148
|
}
|
|
149
149
|
labelSharedValue.value = true;
|
|
150
150
|
setInputStatus("focused");
|
|
151
|
-
inputRef === null || inputRef === void 0
|
|
151
|
+
inputRef === null || inputRef === void 0 || (_inputRef$current = inputRef.current) === null || _inputRef$current === void 0 || _inputRef$current.focus();
|
|
152
152
|
};
|
|
153
153
|
const onChangeTextHandler = useCallback(text => {
|
|
154
154
|
if (counterLimit && text.length > counterLimit) {
|
|
@@ -160,7 +160,7 @@ export const TextInputBase = _ref2 => {
|
|
|
160
160
|
if (!value) {
|
|
161
161
|
labelSharedValue.value = false;
|
|
162
162
|
}
|
|
163
|
-
onBlur === null || onBlur === void 0
|
|
163
|
+
onBlur === null || onBlur === void 0 || onBlur();
|
|
164
164
|
setInputStatus("initial");
|
|
165
165
|
}, [value, labelSharedValue, onBlur]);
|
|
166
166
|
const derivedInputProps = useMemo(() => getInputPropsByType(inputTyoe), [inputTyoe]);
|
|
@@ -192,7 +192,7 @@ export const TextInputBase = _ref2 => {
|
|
|
192
192
|
onFocus: () => {
|
|
193
193
|
setInputStatus("focused");
|
|
194
194
|
labelSharedValue.value = true;
|
|
195
|
-
onFocus === null || onFocus === void 0
|
|
195
|
+
onFocus === null || onFocus === void 0 || onFocus();
|
|
196
196
|
},
|
|
197
197
|
maxLength: counterLimit,
|
|
198
198
|
onBlur: onBlurHandler,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Pressable","StyleSheet","TextInput","View","React","useCallback","useEffect","useMemo","useRef","Animated","Easing","useAnimatedStyle","useSharedValue","withTiming","IOColors","IOSpacingScale","IOStyles","Icon","HSpacer","LabelSmall","getInputPropsByType","styles","create","textInput","row","alignItems","paddingVertical","height","borderRadius","paddingHorizontal","textInputStyle","flex","fontSize","marginTop","
|
|
1
|
+
{"version":3,"names":["Pressable","StyleSheet","TextInput","View","React","useCallback","useEffect","useMemo","useRef","Animated","Easing","useAnimatedStyle","useSharedValue","withTiming","IOColors","IOSpacingScale","IOStyles","Icon","HSpacer","LabelSmall","getInputPropsByType","makeFontStyleObject","styles","create","textInput","row","alignItems","paddingVertical","height","borderRadius","paddingHorizontal","textInputStyle","flex","fontSize","marginTop","lineHeight","textInputLabelWrapper","position","zIndex","bottom","top","justifyContent","HelperRow","_ref","value","counterLimit","bottomMessage","bottomMessageColor","valueCount","length","helperRowStyle","createElement","style","weight","color","TextInputBase","_ref2","disabled","placeholder","onChangeText","accessibilityLabel","textInputProps","inputTyoe","status","icon","rightElement","onBlur","onFocus","isPassword","labelSharedValue","inputStatus","setInputStatus","useState","isSecretInput","inputRef","boxStyle","borderColor","borderWidth","animatedLabelProps","duration","easing","elastic","transform","translateY","onTextInputPress","_inputRef$current","current","focus","onChangeTextHandler","text","onBlurHandler","derivedInputProps","inputValue","valueFormat","Fragment","onPress","opacity","accessible","accessibilityRole","name","size","_extends","editable","secureTextEntry","disableFullscreenUI","blurOnSubmit","ref","accessibilityState","maxLength","left","Text","numberOfLines","marginLeft"],"sourceRoot":"../../../../src","sources":["components/textInput/TextInputBase.tsx"],"mappings":"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"}
|
|
@@ -16,7 +16,7 @@ export const TextInputPassword = props => {
|
|
|
16
16
|
});
|
|
17
17
|
const onBlurHandler = React.useCallback(() => {
|
|
18
18
|
setShowPassword(false);
|
|
19
|
-
onBlur === null || onBlur === void 0
|
|
19
|
+
onBlur === null || onBlur === void 0 || onBlur();
|
|
20
20
|
}, [onBlur]);
|
|
21
21
|
return /*#__PURE__*/React.createElement(TextInputBase, _extends({}, props, {
|
|
22
22
|
onBlur: onBlurHandler,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","IconButton","TextInputBase","TextInputPassword","props","onBlur","disabled","showPassword","setShowPassword","useState","rightElement","createElement","icon","onPress","v","accessibilityLabel","onBlurHandler","useCallback","_extends","isPassword"],"sourceRoot":"../../../../src","sources":["components/textInput/TextInputPassword.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,UAAU,QAAQ,YAAY;AACvC,SAASC,aAAa,QAAQ,iBAAiB;AAO/C,OAAO,MAAMC,iBAAiB,GAAIC,KAA6B,IAAK;EAClE,MAAM;IAAEC,MAAM;IAAEC;EAAS,CAAC,GAAGF,KAAK;EAClC,MAAM,CAACG,YAAY,EAAEC,eAAe,CAAC,GAAGR,KAAK,CAACS,QAAQ,CAAU,KAAK,CAAC;EAEtE,MAAMC,YAAY,gBAChBV,KAAA,CAAAW,aAAA,CAACV,UAAU;IACTW,IAAI,EAAEL,YAAY,GAAG,SAAS,GAAG,SAAU;IAC3CD,QAAQ,EAAEA,QAAS;IACnBO,OAAO,EAAEA,CAAA,KAAML,eAAe,CAACM,CAAC,IAAI,CAACA,CAAC,CAAE;IACxCC,kBAAkB,EAAC;EAAqB,CACzC,CACF;EAED,MAAMC,aAAa,GAAGhB,KAAK,CAACiB,WAAW,CAAC,MAAM;IAC5CT,eAAe,CAAC,KAAK,CAAC;IACtBH,MAAM,aAANA,MAAM,
|
|
1
|
+
{"version":3,"names":["React","IconButton","TextInputBase","TextInputPassword","props","onBlur","disabled","showPassword","setShowPassword","useState","rightElement","createElement","icon","onPress","v","accessibilityLabel","onBlurHandler","useCallback","_extends","isPassword"],"sourceRoot":"../../../../src","sources":["components/textInput/TextInputPassword.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAASC,UAAU,QAAQ,YAAY;AACvC,SAASC,aAAa,QAAQ,iBAAiB;AAO/C,OAAO,MAAMC,iBAAiB,GAAIC,KAA6B,IAAK;EAClE,MAAM;IAAEC,MAAM;IAAEC;EAAS,CAAC,GAAGF,KAAK;EAClC,MAAM,CAACG,YAAY,EAAEC,eAAe,CAAC,GAAGR,KAAK,CAACS,QAAQ,CAAU,KAAK,CAAC;EAEtE,MAAMC,YAAY,gBAChBV,KAAA,CAAAW,aAAA,CAACV,UAAU;IACTW,IAAI,EAAEL,YAAY,GAAG,SAAS,GAAG,SAAU;IAC3CD,QAAQ,EAAEA,QAAS;IACnBO,OAAO,EAAEA,CAAA,KAAML,eAAe,CAACM,CAAC,IAAI,CAACA,CAAC,CAAE;IACxCC,kBAAkB,EAAC;EAAqB,CACzC,CACF;EAED,MAAMC,aAAa,GAAGhB,KAAK,CAACiB,WAAW,CAAC,MAAM;IAC5CT,eAAe,CAAC,KAAK,CAAC;IACtBH,MAAM,aAANA,MAAM,eAANA,MAAM,CAAG,CAAC;EACZ,CAAC,EAAE,CAACA,MAAM,CAAC,CAAC;EAEZ,oBACEL,KAAA,CAAAW,aAAA,CAACT,aAAa,EAAAgB,QAAA,KACRd,KAAK;IACTC,MAAM,EAAEW,aAAc;IACtBN,YAAY,EAAEA,YAAa;IAC3BS,UAAU,EAAE,CAACZ;EAAa,EAC3B,CAAC;AAEN,CAAC"}
|
|
@@ -21,11 +21,11 @@ export const TextInputValidation = props => {
|
|
|
21
21
|
} else {
|
|
22
22
|
triggerHaptic("notificationSuccess");
|
|
23
23
|
}
|
|
24
|
-
onBlur === null || onBlur === void 0
|
|
24
|
+
onBlur === null || onBlur === void 0 || onBlur();
|
|
25
25
|
}, [onValidate, value, onBlur]);
|
|
26
26
|
const onFocusHandler = React.useCallback(() => {
|
|
27
27
|
setIsValid(undefined);
|
|
28
|
-
onFocus === null || onFocus === void 0
|
|
28
|
+
onFocus === null || onFocus === void 0 || onFocus();
|
|
29
29
|
}, [onFocus]);
|
|
30
30
|
const labelError = React.useMemo(() => isValid === false && errorMessage ? errorMessage : bottomMessage, [isValid, errorMessage, bottomMessage]);
|
|
31
31
|
const labelErrorColor = React.useMemo(() => isValid === false && errorMessage ? "error-600" : undefined, [isValid, errorMessage]);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","Icon","triggerHaptic","TextInputBase","TextInputValidation","props","onValidate","errorMessage","value","bottomMessage","onBlur","onFocus","isValid","setIsValid","useState","undefined","onBlurHandler","useCallback","validation","onFocusHandler","labelError","useMemo","labelErrorColor","rightIcon","createElement","name","color","size","_extends","status","bottomMessageColor","rightElement"],"sourceRoot":"../../../../src","sources":["components/textInput/TextInputValidation.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAAkBC,IAAI,QAAQ,UAAU;AAExC,SAASC,aAAa,QAAQ,iBAAiB;AAC/C,SAASC,aAAa,QAAQ,iBAAiB;AAU/C,OAAO,MAAMC,mBAAmB,GAAIC,KAA+B,IAAK;EACtE,MAAM;IAAEC,UAAU;IAAEC,YAAY;IAAEC,KAAK;IAAEC,aAAa;IAAEC,MAAM;IAAEC;EAAQ,CAAC,GACvEN,KAAK;EACP,MAAM,CAACO,OAAO,EAAEC,UAAU,CAAC,GAAGb,KAAK,CAACc,QAAQ,CAAsBC,SAAS,CAAC;EAE5E,MAAMC,aAAa,GAAGhB,KAAK,CAACiB,WAAW,CAAC,MAAM;IAC5C,MAAMC,UAAU,GAAGZ,UAAU,CAACE,KAAK,CAAC;IACpCK,UAAU,CAACK,UAAU,CAAC;IACtB,IAAI,CAACA,UAAU,EAAE;MACfhB,aAAa,CAAC,mBAAmB,CAAC;IACpC,CAAC,MAAM;MACLA,aAAa,CAAC,qBAAqB,CAAC;IACtC;IACAQ,MAAM,aAANA,MAAM,
|
|
1
|
+
{"version":3,"names":["React","Icon","triggerHaptic","TextInputBase","TextInputValidation","props","onValidate","errorMessage","value","bottomMessage","onBlur","onFocus","isValid","setIsValid","useState","undefined","onBlurHandler","useCallback","validation","onFocusHandler","labelError","useMemo","labelErrorColor","rightIcon","createElement","name","color","size","_extends","status","bottomMessageColor","rightElement"],"sourceRoot":"../../../../src","sources":["components/textInput/TextInputValidation.tsx"],"mappings":";AAAA,OAAO,KAAKA,KAAK,MAAM,OAAO;AAC9B,SAAkBC,IAAI,QAAQ,UAAU;AAExC,SAASC,aAAa,QAAQ,iBAAiB;AAC/C,SAASC,aAAa,QAAQ,iBAAiB;AAU/C,OAAO,MAAMC,mBAAmB,GAAIC,KAA+B,IAAK;EACtE,MAAM;IAAEC,UAAU;IAAEC,YAAY;IAAEC,KAAK;IAAEC,aAAa;IAAEC,MAAM;IAAEC;EAAQ,CAAC,GACvEN,KAAK;EACP,MAAM,CAACO,OAAO,EAAEC,UAAU,CAAC,GAAGb,KAAK,CAACc,QAAQ,CAAsBC,SAAS,CAAC;EAE5E,MAAMC,aAAa,GAAGhB,KAAK,CAACiB,WAAW,CAAC,MAAM;IAC5C,MAAMC,UAAU,GAAGZ,UAAU,CAACE,KAAK,CAAC;IACpCK,UAAU,CAACK,UAAU,CAAC;IACtB,IAAI,CAACA,UAAU,EAAE;MACfhB,aAAa,CAAC,mBAAmB,CAAC;IACpC,CAAC,MAAM;MACLA,aAAa,CAAC,qBAAqB,CAAC;IACtC;IACAQ,MAAM,aAANA,MAAM,eAANA,MAAM,CAAG,CAAC;EACZ,CAAC,EAAE,CAACJ,UAAU,EAAEE,KAAK,EAAEE,MAAM,CAAC,CAAC;EAE/B,MAAMS,cAAc,GAAGnB,KAAK,CAACiB,WAAW,CAAC,MAAM;IAC7CJ,UAAU,CAACE,SAAS,CAAC;IACrBJ,OAAO,aAAPA,OAAO,eAAPA,OAAO,CAAG,CAAC;EACb,CAAC,EAAE,CAACA,OAAO,CAAC,CAAC;EAEb,MAAMS,UAAU,GAAGpB,KAAK,CAACqB,OAAO,CAC9B,MAAOT,OAAO,KAAK,KAAK,IAAIL,YAAY,GAAGA,YAAY,GAAGE,aAAc,EACxE,CAACG,OAAO,EAAEL,YAAY,EAAEE,aAAa,CACvC,CAAC;EAED,MAAMa,eAAqC,GAAGtB,KAAK,CAACqB,OAAO,CACzD,MAAOT,OAAO,KAAK,KAAK,IAAIL,YAAY,GAAG,WAAW,GAAGQ,SAAU,EACnE,CAACH,OAAO,EAAEL,YAAY,CACxB,CAAC;EAED,MAAMgB,SAAS,GAAGvB,KAAK,CAACqB,OAAO,CAC7B,MACET,OAAO,KAAKG,SAAS,iBACnBf,KAAA,CAAAwB,aAAA,CAACvB,IAAI;IACHwB,IAAI,EAAGb,OAAO,GAAG,SAAS,GAAG,aAA0B;IACvDc,KAAK,EAAGd,OAAO,GAAG,OAAO,GAAG,WAAyB;IACrDe,IAAI,EAAE;EAAG,CACV,CACF,EACH,CAACf,OAAO,CACV,CAAC;EAED,oBACEZ,KAAA,CAAAwB,aAAA,CAACrB,aAAa,EAAAyB,QAAA,KACRvB,KAAK;IACTwB,MAAM,EAAEjB,OAAO,KAAK,KAAK,GAAG,OAAO,GAAGG,SAAU;IAChDN,aAAa,EAAEW,UAAW;IAC1BU,kBAAkB,EAAER,eAAgB;IACpCS,YAAY,EAAER,SAAU;IACxBb,MAAM,EAAEM,aAAc;IACtBL,OAAO,EAAEQ;EAAe,EACzB,CAAC;AAEN,CAAC;AAED,eAAef,mBAAmB"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { action } from "@storybook/addon-actions";
|
|
2
|
+
import { ButtonSolid } from "../components";
|
|
3
|
+
|
|
4
|
+
// More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
|
|
5
|
+
const meta = {
|
|
6
|
+
title: "Example/ButtonSolid",
|
|
7
|
+
component: ButtonSolid,
|
|
8
|
+
parameters: {
|
|
9
|
+
// Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
|
|
10
|
+
layout: "centered"
|
|
11
|
+
},
|
|
12
|
+
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
|
|
13
|
+
tags: ["autodocs"]
|
|
14
|
+
};
|
|
15
|
+
export default meta;
|
|
16
|
+
// More on writing stories with args: https://storybook.js.org/docs/react/writing-stories/args
|
|
17
|
+
export const Primary = {
|
|
18
|
+
args: {
|
|
19
|
+
color: "primary",
|
|
20
|
+
accessibilityLabel: "Tap to trigger test alert",
|
|
21
|
+
label: "Primary button",
|
|
22
|
+
onPress: e => {
|
|
23
|
+
action("clicked")(e);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=ButtonDS.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["action","ButtonSolid","meta","title","component","parameters","layout","tags","Primary","args","color","accessibilityLabel","label","onPress","e"],"sourceRoot":"../../../src","sources":["stories/ButtonDS.stories.ts"],"mappings":"AACA,SAASA,MAAM,QAAQ,0BAA0B;AAEjD,SAASC,WAAW,QAAQ,eAAe;;AAE3C;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,qBAAqB;EAC5BC,SAAS,EAAEH,WAAW;EACtBI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE;EACV,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAAoC;AAEpC,eAAeL,IAAI;AAGnB;AACA,OAAO,MAAMM,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,KAAK,EAAE,SAAS;IAChBC,kBAAkB,EAAE,2BAA2B;IAC/CC,KAAK,EAAE,gBAAgB;IACvBC,OAAO,EAAEC,CAAC,IAAI;MACZd,MAAM,CAAC,SAAS,CAAC,CAACc,CAAC,CAAC;IACtB;EACF;AACF,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Alert } from "react-native";
|
|
2
|
+
import { H1 } from "../components";
|
|
3
|
+
|
|
4
|
+
// More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
|
|
5
|
+
const meta = {
|
|
6
|
+
title: "Example/H1",
|
|
7
|
+
component: H1,
|
|
8
|
+
parameters: {
|
|
9
|
+
// Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
|
|
10
|
+
layout: "centered",
|
|
11
|
+
actions: {
|
|
12
|
+
argTypesRegex: "^on.*"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
|
|
16
|
+
tags: ["autodocs"]
|
|
17
|
+
};
|
|
18
|
+
export default meta;
|
|
19
|
+
export const Primary = {
|
|
20
|
+
args: {
|
|
21
|
+
accessibilityLabel: "Tap to trigger test alert",
|
|
22
|
+
onPress: () => Alert.alert("Alert", "Action triggered"),
|
|
23
|
+
children: "Hello World"
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=H1.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Alert","H1","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/H1.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,EAAE,QAAQ,eAAe;;AAElC;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,YAAY;EACnBC,SAAS,EAAEH,EAAE;EACbI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA2B;AAE3B,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Alert } from "react-native";
|
|
2
|
+
import { H2 } from "../components";
|
|
3
|
+
|
|
4
|
+
// More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
|
|
5
|
+
const meta = {
|
|
6
|
+
title: "Example/H2",
|
|
7
|
+
component: H2,
|
|
8
|
+
parameters: {
|
|
9
|
+
// Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
|
|
10
|
+
layout: "centered",
|
|
11
|
+
actions: {
|
|
12
|
+
argTypesRegex: "^on.*"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
|
|
16
|
+
tags: ["autodocs"]
|
|
17
|
+
};
|
|
18
|
+
export default meta;
|
|
19
|
+
export const Primary = {
|
|
20
|
+
args: {
|
|
21
|
+
accessibilityLabel: "Tap to trigger test alert",
|
|
22
|
+
onPress: () => Alert.alert("Alert", "Action triggered"),
|
|
23
|
+
children: "Hello World"
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=H2.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Alert","H2","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/H2.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,EAAE,QAAQ,eAAe;;AAElC;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,YAAY;EACnBC,SAAS,EAAEH,EAAE;EACbI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA2B;AAE3B,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Alert } from "react-native";
|
|
2
|
+
import { H3 } from "../components";
|
|
3
|
+
|
|
4
|
+
// More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
|
|
5
|
+
const meta = {
|
|
6
|
+
title: "Example/H3",
|
|
7
|
+
component: H3,
|
|
8
|
+
parameters: {
|
|
9
|
+
// Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
|
|
10
|
+
layout: "centered",
|
|
11
|
+
actions: {
|
|
12
|
+
argTypesRegex: "^on.*"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
|
|
16
|
+
tags: ["autodocs"]
|
|
17
|
+
};
|
|
18
|
+
export default meta;
|
|
19
|
+
export const Primary = {
|
|
20
|
+
args: {
|
|
21
|
+
accessibilityLabel: "Tap to trigger test alert",
|
|
22
|
+
onPress: () => Alert.alert("Alert", "Action triggered"),
|
|
23
|
+
children: "Hello World"
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=H3.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Alert","H3","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/H3.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,EAAE,QAAQ,eAAe;;AAElC;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,YAAY;EACnBC,SAAS,EAAEH,EAAE;EACbI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA2B;AAE3B,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Alert } from "react-native";
|
|
2
|
+
import { H4 } from "../components";
|
|
3
|
+
|
|
4
|
+
// More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
|
|
5
|
+
const meta = {
|
|
6
|
+
title: "Example/H4",
|
|
7
|
+
component: H4,
|
|
8
|
+
parameters: {
|
|
9
|
+
// Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
|
|
10
|
+
layout: "centered",
|
|
11
|
+
actions: {
|
|
12
|
+
argTypesRegex: "^on.*"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
|
|
16
|
+
tags: ["autodocs"]
|
|
17
|
+
};
|
|
18
|
+
export default meta;
|
|
19
|
+
export const Primary = {
|
|
20
|
+
args: {
|
|
21
|
+
accessibilityLabel: "Tap to trigger test alert",
|
|
22
|
+
onPress: () => Alert.alert("Alert", "Action triggered"),
|
|
23
|
+
children: "Hello World"
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=H4.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Alert","H4","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/H4.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,EAAE,QAAQ,eAAe;;AAElC;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,YAAY;EACnBC,SAAS,EAAEH,EAAE;EACbI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA2B;AAE3B,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Alert } from "react-native";
|
|
2
|
+
import { H5 } from "../components";
|
|
3
|
+
|
|
4
|
+
// More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
|
|
5
|
+
const meta = {
|
|
6
|
+
title: "Example/H5",
|
|
7
|
+
component: H5,
|
|
8
|
+
parameters: {
|
|
9
|
+
// Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
|
|
10
|
+
layout: "centered",
|
|
11
|
+
actions: {
|
|
12
|
+
argTypesRegex: "^on.*"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
|
|
16
|
+
tags: ["autodocs"]
|
|
17
|
+
};
|
|
18
|
+
export default meta;
|
|
19
|
+
export const Primary = {
|
|
20
|
+
args: {
|
|
21
|
+
accessibilityLabel: "Tap to trigger test alert",
|
|
22
|
+
onPress: () => Alert.alert("Alert", "Action triggered"),
|
|
23
|
+
children: "Hello World"
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=H5.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Alert","H5","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/H5.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,EAAE,QAAQ,eAAe;;AAElC;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,YAAY;EACnBC,SAAS,EAAEH,EAAE;EACbI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA2B;AAE3B,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Alert } from "react-native";
|
|
2
|
+
import { H6 } from "../components";
|
|
3
|
+
|
|
4
|
+
// More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
|
|
5
|
+
const meta = {
|
|
6
|
+
title: "Example/H6",
|
|
7
|
+
component: H6,
|
|
8
|
+
parameters: {
|
|
9
|
+
// Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
|
|
10
|
+
layout: "centered",
|
|
11
|
+
actions: {
|
|
12
|
+
argTypesRegex: "^on.*"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
|
|
16
|
+
tags: ["autodocs"]
|
|
17
|
+
};
|
|
18
|
+
export default meta;
|
|
19
|
+
export const Primary = {
|
|
20
|
+
args: {
|
|
21
|
+
accessibilityLabel: "Tap to trigger test alert",
|
|
22
|
+
onPress: () => Alert.alert("Alert", "Action triggered"),
|
|
23
|
+
children: "Hello World"
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=H6.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Alert","H6","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/H6.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,EAAE,QAAQ,eAAe;;AAElC;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,YAAY;EACnBC,SAAS,EAAEH,EAAE;EACbI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA2B;AAE3B,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Alert } from "react-native";
|
|
2
|
+
import { Label } from "../components";
|
|
3
|
+
|
|
4
|
+
// More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
|
|
5
|
+
const meta = {
|
|
6
|
+
title: "Example/Label",
|
|
7
|
+
component: Label,
|
|
8
|
+
parameters: {
|
|
9
|
+
// Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
|
|
10
|
+
layout: "centered",
|
|
11
|
+
actions: {
|
|
12
|
+
argTypesRegex: "^on.*"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
|
|
16
|
+
tags: ["autodocs"]
|
|
17
|
+
};
|
|
18
|
+
export default meta;
|
|
19
|
+
export const Primary = {
|
|
20
|
+
args: {
|
|
21
|
+
accessibilityLabel: "Tap to trigger test alert",
|
|
22
|
+
onPress: () => Alert.alert("Alert", "Action triggered"),
|
|
23
|
+
children: "Hello World"
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=Label.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Alert","Label","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/Label.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,KAAK,QAAQ,eAAe;;AAErC;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,eAAe;EACtBC,SAAS,EAAEH,KAAK;EAChBI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA8B;AAE9B,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Alert } from "react-native";
|
|
2
|
+
import { LabelSmall } from "../components";
|
|
3
|
+
|
|
4
|
+
// More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
|
|
5
|
+
const meta = {
|
|
6
|
+
title: "Example/LabelSmall",
|
|
7
|
+
component: LabelSmall,
|
|
8
|
+
parameters: {
|
|
9
|
+
// Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
|
|
10
|
+
layout: "centered",
|
|
11
|
+
actions: {
|
|
12
|
+
argTypesRegex: "^on.*"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
|
|
16
|
+
tags: ["autodocs"]
|
|
17
|
+
};
|
|
18
|
+
export default meta;
|
|
19
|
+
export const Primary = {
|
|
20
|
+
args: {
|
|
21
|
+
accessibilityLabel: "Tap to trigger test alert",
|
|
22
|
+
onPress: () => Alert.alert("Alert", "Action triggered"),
|
|
23
|
+
children: "Hello World"
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=LabelSmall.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Alert","LabelSmall","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/LabelSmall.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,UAAU,QAAQ,eAAe;;AAE1C;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,oBAAoB;EAC3BC,SAAS,EAAEH,UAAU;EACrBI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAAmC;AAEnC,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Alert } from "react-native";
|
|
2
|
+
import { Link } from "../components";
|
|
3
|
+
|
|
4
|
+
// More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
|
|
5
|
+
const meta = {
|
|
6
|
+
title: "Example/Link",
|
|
7
|
+
component: Link,
|
|
8
|
+
parameters: {
|
|
9
|
+
// Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
|
|
10
|
+
layout: "centered",
|
|
11
|
+
actions: {
|
|
12
|
+
argTypesRegex: "^on.*"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
|
|
16
|
+
tags: ["autodocs"]
|
|
17
|
+
};
|
|
18
|
+
export default meta;
|
|
19
|
+
export const Primary = {
|
|
20
|
+
args: {
|
|
21
|
+
accessibilityLabel: "Tap to trigger test alert",
|
|
22
|
+
onPress: () => Alert.alert("Alert", "Action triggered"),
|
|
23
|
+
children: "Hello World"
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=Link.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Alert","Link","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/Link.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,IAAI,QAAQ,eAAe;;AAEpC;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,cAAc;EACrBC,SAAS,EAAEH,IAAI;EACfI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAA6B;AAE7B,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { Alert } from "react-native";
|
|
2
|
+
import { Monospace } from "../components";
|
|
3
|
+
|
|
4
|
+
// More on how to set up stories at: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
|
|
5
|
+
const meta = {
|
|
6
|
+
title: "Example/Monospace",
|
|
7
|
+
component: Monospace,
|
|
8
|
+
parameters: {
|
|
9
|
+
// Optional parameter to center the component in the Canvas. More info: https://storybook.js.org/docs/react/configure/story-layout
|
|
10
|
+
layout: "centered",
|
|
11
|
+
actions: {
|
|
12
|
+
argTypesRegex: "^on.*"
|
|
13
|
+
}
|
|
14
|
+
},
|
|
15
|
+
// This component will have an automatically generated Autodocs entry: https://storybook.js.org/docs/react/writing-docs/autodocs
|
|
16
|
+
tags: ["autodocs"]
|
|
17
|
+
};
|
|
18
|
+
export default meta;
|
|
19
|
+
export const Primary = {
|
|
20
|
+
args: {
|
|
21
|
+
accessibilityLabel: "Tap to trigger test alert",
|
|
22
|
+
onPress: () => Alert.alert("Alert", "Action triggered"),
|
|
23
|
+
children: "Hello World"
|
|
24
|
+
}
|
|
25
|
+
};
|
|
26
|
+
//# sourceMappingURL=Monospace.stories.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Alert","Monospace","meta","title","component","parameters","layout","actions","argTypesRegex","tags","Primary","args","accessibilityLabel","onPress","alert","children"],"sourceRoot":"../../../src","sources":["stories/Monospace.stories.ts"],"mappings":"AAEA,SAASA,KAAK,QAAQ,cAAc;AACpC,SAASC,SAAS,QAAQ,eAAe;;AAEzC;AACA,MAAMC,IAAI,GAAG;EACXC,KAAK,EAAE,mBAAmB;EAC1BC,SAAS,EAAEH,SAAS;EACpBI,UAAU,EAAE;IACV;IACAC,MAAM,EAAE,UAAU;IAClBC,OAAO,EAAE;MAAEC,aAAa,EAAE;IAAQ;EACpC,CAAC;EACD;EACAC,IAAI,EAAE,CAAC,UAAU;AACnB,CAAkC;AAElC,eAAeP,IAAI;AAGnB,OAAO,MAAMQ,OAAc,GAAG;EAC5BC,IAAI,EAAE;IACJC,kBAAkB,EAAE,2BAA2B;IAC/CC,OAAO,EAAEA,CAAA,KAAMb,KAAK,CAACc,KAAK,CAAC,OAAO,EAAE,kBAAkB,CAAC;IACvDC,QAAQ,EAAE;EACZ;AACF,CAAC"}
|