@ledgerhq/lumen-ui-rnative 0.1.47 → 0.1.49
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/module/i18n/locales/de.json +1 -3
- package/dist/module/i18n/locales/en.json +1 -3
- package/dist/module/i18n/locales/es.json +1 -3
- package/dist/module/i18n/locales/fr.json +1 -3
- package/dist/module/i18n/locales/ja.json +1 -3
- package/dist/module/i18n/locales/ko.json +1 -3
- package/dist/module/i18n/locales/pt.json +1 -3
- package/dist/module/i18n/locales/ru.json +1 -3
- package/dist/module/i18n/locales/th.json +1 -3
- package/dist/module/i18n/locales/tr.json +1 -3
- package/dist/module/i18n/locales/zh.json +1 -3
- package/dist/module/lib/Animations/Pulse/Pulse.js +3 -3
- package/dist/module/lib/Animations/Pulse/Pulse.js.map +1 -1
- package/dist/module/lib/Animations/Pulse/Pulse.mdx +0 -1
- package/dist/module/lib/Animations/Spin/Spin.js +3 -3
- package/dist/module/lib/Animations/Spin/Spin.js.map +1 -1
- package/dist/module/lib/Animations/Spin/Spin.mdx +0 -1
- package/dist/module/lib/Components/AddressInput/AddressInput.figma.js +36 -0
- package/dist/module/lib/Components/AddressInput/AddressInput.figma.js.map +1 -0
- package/dist/module/lib/Components/AddressInput/AddressInput.mdx +0 -183
- package/dist/module/lib/Components/AmountDisplay/AmountDisplay.figma.js +31 -0
- package/dist/module/lib/Components/AmountDisplay/AmountDisplay.figma.js.map +1 -0
- package/dist/module/lib/Components/AmountDisplay/AmountDisplay.mdx +0 -90
- package/dist/module/lib/Components/AmountInput/AmountInput.figma.js +70 -0
- package/dist/module/lib/Components/AmountInput/AmountInput.figma.js.map +1 -0
- package/dist/module/lib/Components/AmountInput/AmountInput.js +3 -1
- package/dist/module/lib/Components/AmountInput/AmountInput.js.map +1 -1
- package/dist/module/lib/Components/AmountInput/AmountInput.mdx +0 -190
- package/dist/module/lib/Components/AmountInput/AmountInput.stories.js +15 -0
- package/dist/module/lib/Components/AmountInput/AmountInput.stories.js.map +1 -1
- package/dist/module/lib/Components/AmountInput/useAmountInputFormatting/useAmountInputFormatting.js +1 -1
- package/dist/module/lib/Components/AmountInput/useAmountInputFormatting/useAmountInputFormatting.js.map +1 -1
- package/dist/module/lib/Components/AmountInput/useAmountInputFormatting/useAmountInputFormatting.test.js +20 -1
- package/dist/module/lib/Components/AmountInput/useAmountInputFormatting/useAmountInputFormatting.test.js.map +1 -1
- package/dist/module/lib/Components/Avatar/Avatar.figma.js +15 -12
- package/dist/module/lib/Components/Avatar/Avatar.figma.js.map +1 -1
- package/dist/module/lib/Components/Avatar/Avatar.js +4 -27
- package/dist/module/lib/Components/Avatar/Avatar.js.map +1 -1
- package/dist/module/lib/Components/Avatar/Avatar.mdx +53 -69
- package/dist/module/lib/Components/Avatar/Avatar.stories.js +27 -33
- package/dist/module/lib/Components/Avatar/Avatar.stories.js.map +1 -1
- package/dist/module/lib/Components/Avatar/Avatar.test.js +21 -39
- package/dist/module/lib/Components/Avatar/Avatar.test.js.map +1 -1
- package/dist/module/lib/Components/Banner/Banner.figma.js +107 -0
- package/dist/module/lib/Components/Banner/Banner.figma.js.map +1 -0
- package/dist/module/lib/Components/Banner/Banner.mdx +0 -86
- package/dist/module/lib/Components/BottomSheet/BottomSheet.figma.js +49 -0
- package/dist/module/lib/Components/BottomSheet/BottomSheet.figma.js.map +1 -0
- package/dist/module/lib/Components/BottomSheet/BottomSheet.mdx +0 -119
- package/dist/module/lib/Components/Button/Button.figma.js +45 -0
- package/dist/module/lib/Components/Button/Button.figma.js.map +1 -0
- package/dist/module/lib/Components/Button/Button.mdx +25 -224
- package/dist/module/lib/Components/Button/Button.stories.js +4 -36
- package/dist/module/lib/Components/Button/Button.stories.js.map +1 -1
- package/dist/module/lib/Components/Card/Card.figma.js +143 -0
- package/dist/module/lib/Components/Card/Card.figma.js.map +1 -0
- package/dist/module/lib/Components/Card/Card.mdx +0 -160
- package/dist/module/lib/Components/CardButton/CardButton.figma.js +38 -0
- package/dist/module/lib/Components/CardButton/CardButton.figma.js.map +1 -0
- package/dist/module/lib/Components/CardButton/CardButton.mdx +0 -48
- package/dist/module/lib/Components/Checkbox/Checkbox.figma.js +48 -0
- package/dist/module/lib/Components/Checkbox/Checkbox.figma.js.map +1 -0
- package/dist/module/lib/Components/Checkbox/Checkbox.mdx +0 -73
- package/dist/module/lib/Components/ContentBanner/ContentBanner.figma.js +91 -0
- package/dist/module/lib/Components/ContentBanner/ContentBanner.figma.js.map +1 -0
- package/dist/module/lib/Components/ContentBanner/ContentBanner.mdx +0 -2
- package/dist/module/lib/Components/CryptoIcon/CryptoIcon.figma.js +17 -0
- package/dist/module/lib/Components/CryptoIcon/CryptoIcon.figma.js.map +1 -0
- package/dist/module/lib/Components/DescriptionItem/DescriptionItem.figma.js +29 -0
- package/dist/module/lib/Components/DescriptionItem/DescriptionItem.figma.js.map +1 -0
- package/dist/module/lib/Components/Divider/Divider.figma.js +10 -0
- package/dist/module/lib/Components/Divider/Divider.figma.js.map +1 -0
- package/dist/module/lib/Components/Divider/Divider.mdx +0 -2
- package/dist/module/lib/Components/DotCount/DotCount.figma.js +29 -0
- package/dist/module/lib/Components/DotCount/DotCount.figma.js.map +1 -0
- package/dist/module/lib/Components/DotIndicator/DotIndicator.figma.js +29 -0
- package/dist/module/lib/Components/DotIndicator/DotIndicator.figma.js.map +1 -0
- package/dist/module/lib/Components/DotIndicator/DotIndicator.stories.js +6 -3
- package/dist/module/lib/Components/DotIndicator/DotIndicator.stories.js.map +1 -1
- package/dist/module/lib/Components/DotIndicator/getDotIndicatorProps.js +17 -0
- package/dist/module/lib/Components/DotIndicator/getDotIndicatorProps.js.map +1 -0
- package/dist/module/lib/Components/DotIndicator/getDotIndicatorProps.test.js +17 -0
- package/dist/module/lib/Components/DotIndicator/getDotIndicatorProps.test.js.map +1 -0
- package/dist/module/lib/Components/DotIndicator/index.js +1 -0
- package/dist/module/lib/Components/DotIndicator/index.js.map +1 -1
- package/dist/module/lib/Components/Icon/Icon.figma.js +1840 -0
- package/dist/module/lib/Components/Icon/Icon.figma.js.map +1 -0
- package/dist/module/lib/Components/Icon/Icon.mdx +0 -62
- package/dist/module/lib/Components/IconButton/IconButton.figma.js +42 -0
- package/dist/module/lib/Components/IconButton/IconButton.figma.js.map +1 -0
- package/dist/module/lib/Components/IconButton/IconButton.mdx +0 -68
- package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.figma.js +51 -0
- package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.figma.js.map +1 -0
- package/dist/module/lib/Components/InteractiveIcon/InteractiveIcon.mdx +0 -107
- package/dist/module/lib/Components/Link/Link.figma.js +41 -0
- package/dist/module/lib/Components/Link/Link.figma.js.map +1 -0
- package/dist/module/lib/Components/Link/Link.mdx +0 -102
- package/dist/module/lib/Components/ListItem/ListItem.figma.js +416 -0
- package/dist/module/lib/Components/ListItem/ListItem.figma.js.map +1 -0
- package/dist/module/lib/Components/ListItem/ListItem.mdx +0 -129
- package/dist/module/lib/Components/MediaBanner/MediaBanner.figma.js +25 -0
- package/dist/module/lib/Components/MediaBanner/MediaBanner.figma.js.map +1 -0
- package/dist/module/lib/Components/MediaBanner/MediaBanner.mdx +0 -3
- package/dist/module/lib/Components/MediaButton/MediaButton.figma.js +72 -0
- package/dist/module/lib/Components/MediaButton/MediaButton.figma.js.map +1 -0
- package/dist/module/lib/Components/MediaCard/MediaCard.figma.js +28 -0
- package/dist/module/lib/Components/MediaCard/MediaCard.figma.js.map +1 -0
- package/dist/module/lib/Components/MediaCard/MediaCard.mdx +0 -2
- package/dist/module/lib/Components/MediaImage/MediaImage.mdx +0 -1
- package/dist/module/lib/Components/MediaTag/MediaTag.figma.js +100 -0
- package/dist/module/lib/Components/MediaTag/MediaTag.figma.js.map +1 -0
- package/dist/module/lib/Components/MediaTag/MediaTag.mdx +0 -2
- package/dist/module/lib/Components/NavBar/NavBar.figma.js +79 -0
- package/dist/module/lib/Components/NavBar/NavBar.figma.js.map +1 -0
- package/dist/module/lib/Components/NavBar/NavBar.mdx +0 -2
- package/dist/module/lib/Components/OptionList/OptionList.js +16 -1
- package/dist/module/lib/Components/OptionList/OptionList.js.map +1 -1
- package/dist/module/lib/Components/OptionList/OptionList.mdx +45 -90
- package/dist/module/lib/Components/OptionList/OptionList.stories.js +61 -1
- package/dist/module/lib/Components/OptionList/OptionList.stories.js.map +1 -1
- package/dist/module/lib/Components/OptionList/OptionList.test.js +43 -1
- package/dist/module/lib/Components/OptionList/OptionList.test.js.map +1 -1
- package/dist/module/lib/Components/OptionList/useOptionList/useOptionListItems.js.map +1 -1
- package/dist/module/lib/Components/PageIndicator/PageIndicator.figma.js +13 -0
- package/dist/module/lib/Components/PageIndicator/PageIndicator.figma.js.map +1 -0
- package/dist/module/lib/Components/PageIndicator/PageIndicator.mdx +0 -2
- package/dist/module/lib/Components/SearchInput/SearchInput.figma.js +31 -0
- package/dist/module/lib/Components/SearchInput/SearchInput.figma.js.map +1 -0
- package/dist/module/lib/Components/SearchInput/SearchInput.mdx +0 -199
- package/dist/module/lib/Components/SegmentedControl/SegmentedControl.figma.js +35 -0
- package/dist/module/lib/Components/SegmentedControl/SegmentedControl.figma.js.map +1 -0
- package/dist/module/lib/Components/SegmentedControl/SegmentedControl.js +7 -1
- package/dist/module/lib/Components/SegmentedControl/SegmentedControl.js.map +1 -1
- package/dist/module/lib/Components/SegmentedControl/SegmentedControl.mdx +28 -1
- package/dist/module/lib/Components/SegmentedControl/SegmentedControl.stories.js +24 -1
- package/dist/module/lib/Components/SegmentedControl/SegmentedControl.stories.js.map +1 -1
- package/dist/module/lib/Components/SegmentedControl/SegmentedControl.test.js +28 -1
- package/dist/module/lib/Components/SegmentedControl/SegmentedControl.test.js.map +1 -1
- package/dist/module/lib/Components/Skeleton/Skeleton.figma.js +18 -0
- package/dist/module/lib/Components/Skeleton/Skeleton.figma.js.map +1 -0
- package/dist/module/lib/Components/Skeleton/Skeleton.mdx +0 -71
- package/dist/module/lib/Components/Spinner/Spinner.figma.js +13 -0
- package/dist/module/lib/Components/Spinner/Spinner.figma.js.map +1 -0
- package/dist/module/lib/Components/Spinner/Spinner.mdx +0 -100
- package/dist/module/lib/Components/Spot/Spot.figma.js +37 -0
- package/dist/module/lib/Components/Spot/Spot.figma.js.map +1 -0
- package/dist/module/lib/Components/Spot/Spot.mdx +0 -94
- package/dist/module/lib/Components/Stepper/Stepper.figma.js +13 -0
- package/dist/module/lib/Components/Stepper/Stepper.figma.js.map +1 -0
- package/dist/module/lib/Components/Stepper/Stepper.mdx +0 -67
- package/dist/module/lib/Components/Subheader/Subheader.figma.js +67 -0
- package/dist/module/lib/Components/Subheader/Subheader.figma.js.map +1 -0
- package/dist/module/lib/Components/Subheader/Subheader.mdx +0 -116
- package/dist/module/lib/Components/Switch/Switch.figma.js +58 -0
- package/dist/module/lib/Components/Switch/Switch.figma.js.map +1 -0
- package/dist/module/lib/Components/Switch/Switch.mdx +0 -39
- package/dist/module/lib/Components/TabBar/TabBar.figma.js +98 -0
- package/dist/module/lib/Components/TabBar/TabBar.figma.js.map +1 -0
- package/dist/module/lib/Components/TabBar/TabBar.js +7 -4
- package/dist/module/lib/Components/TabBar/TabBar.js.map +1 -1
- package/dist/module/lib/Components/TabBar/TabBar.mdx +29 -5
- package/dist/module/lib/Components/TabBar/TabBar.stories.js +35 -1
- package/dist/module/lib/Components/TabBar/TabBar.stories.js.map +1 -1
- package/dist/module/lib/Components/TabBar/TabBar.test.js +28 -1
- package/dist/module/lib/Components/TabBar/TabBar.test.js.map +1 -1
- package/dist/module/lib/Components/TabBar/index.js +2 -1
- package/dist/module/lib/Components/TabBar/index.js.map +1 -1
- package/dist/module/lib/Components/Tag/Tag.figma.js +41 -0
- package/dist/module/lib/Components/Tag/Tag.figma.js.map +1 -0
- package/dist/module/lib/Components/Tag/Tag.mdx +0 -2
- package/dist/module/lib/Components/TextInput/TextInput.figma.js +37 -0
- package/dist/module/lib/Components/TextInput/TextInput.figma.js.map +1 -0
- package/dist/module/lib/Components/TextInput/TextInput.mdx +0 -178
- package/dist/module/lib/Components/Tile/Tile.figma.js +111 -0
- package/dist/module/lib/Components/Tile/Tile.figma.js.map +1 -0
- package/dist/module/lib/Components/Tile/Tile.mdx +0 -53
- package/dist/module/lib/Components/TileButton/TileButton.figma.js +23 -0
- package/dist/module/lib/Components/TileButton/TileButton.figma.js.map +1 -0
- package/dist/module/lib/Components/TileButton/TileButton.mdx +0 -40
- package/dist/module/lib/Components/Tooltip/Tooltip.figma.js +26 -0
- package/dist/module/lib/Components/Tooltip/Tooltip.figma.js.map +1 -0
- package/dist/module/lib/Components/Tooltip/Tooltip.mdx +0 -183
- package/dist/module/lib/Components/Trend/Trend.figma.js +29 -0
- package/dist/module/lib/Components/Trend/Trend.figma.js.map +1 -0
- package/dist/module/lib/Components/Trend/Trend.mdx +0 -2
- package/dist/module/lib/Components/Utility/Text/Text.mdx +0 -1
- package/dist/module/lib/Symbols/Icons/ChevronAscending.js +1 -1
- package/dist/module/lib/Symbols/Icons/ChevronDescending.js +1 -1
- package/dist/module/lib/Symbols/Icons/Contact.js +50 -0
- package/dist/module/lib/Symbols/Icons/Contact.js.map +1 -0
- package/dist/module/lib/Symbols/index.js +1 -0
- package/dist/module/lib/Symbols/index.js.map +1 -1
- package/dist/typescript/src/lib/Animations/Pulse/Pulse.d.ts.map +1 -1
- package/dist/typescript/src/lib/Animations/Spin/Spin.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/AmountInput/AmountInput.d.ts +1 -1
- package/dist/typescript/src/lib/Components/AmountInput/AmountInput.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/AmountInput/types.d.ts +8 -0
- package/dist/typescript/src/lib/Components/AmountInput/types.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/AmountInput/useAmountInputFormatting/useAmountInputFormatting.d.ts +1 -0
- package/dist/typescript/src/lib/Components/AmountInput/useAmountInputFormatting/useAmountInputFormatting.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Avatar/Avatar.d.ts +1 -4
- package/dist/typescript/src/lib/Components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/Avatar/types.d.ts +0 -6
- package/dist/typescript/src/lib/Components/Avatar/types.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/DotIndicator/getDotIndicatorProps.d.ts +24 -0
- package/dist/typescript/src/lib/Components/DotIndicator/getDotIndicatorProps.d.ts.map +1 -0
- package/dist/typescript/src/lib/Components/DotIndicator/index.d.ts +1 -0
- package/dist/typescript/src/lib/Components/DotIndicator/index.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/OptionList/OptionList.d.ts +18 -4
- package/dist/typescript/src/lib/Components/OptionList/OptionList.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/OptionList/types.d.ts +16 -15
- package/dist/typescript/src/lib/Components/OptionList/types.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/OptionList/useOptionList/useOptionListItems.d.ts +9 -9
- package/dist/typescript/src/lib/Components/OptionList/useOptionList/useOptionListItems.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/SegmentedControl/SegmentedControl.d.ts +8 -3
- package/dist/typescript/src/lib/Components/SegmentedControl/SegmentedControl.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/SegmentedControl/types.d.ts +6 -5
- package/dist/typescript/src/lib/Components/SegmentedControl/types.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/TabBar/TabBar.d.ts +7 -2
- package/dist/typescript/src/lib/Components/TabBar/TabBar.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/TabBar/index.d.ts +2 -2
- package/dist/typescript/src/lib/Components/TabBar/index.d.ts.map +1 -1
- package/dist/typescript/src/lib/Components/TabBar/types.d.ts +17 -16
- package/dist/typescript/src/lib/Components/TabBar/types.d.ts.map +1 -1
- package/dist/typescript/src/lib/Symbols/Icons/Contact.d.ts +35 -0
- package/dist/typescript/src/lib/Symbols/Icons/Contact.d.ts.map +1 -0
- package/dist/typescript/src/lib/Symbols/index.d.ts +1 -0
- package/dist/typescript/src/lib/Symbols/index.d.ts.map +1 -1
- package/package.json +3 -3
- package/src/i18n/locales/de.json +1 -3
- package/src/i18n/locales/en.json +1 -3
- package/src/i18n/locales/es.json +1 -3
- package/src/i18n/locales/fr.json +1 -3
- package/src/i18n/locales/ja.json +1 -3
- package/src/i18n/locales/ko.json +1 -3
- package/src/i18n/locales/pt.json +1 -3
- package/src/i18n/locales/ru.json +1 -3
- package/src/i18n/locales/th.json +1 -3
- package/src/i18n/locales/tr.json +1 -3
- package/src/i18n/locales/zh.json +1 -3
- package/src/lib/Animations/Pulse/Pulse.mdx +0 -1
- package/src/lib/Animations/Pulse/Pulse.tsx +8 -1
- package/src/lib/Animations/Spin/Spin.mdx +0 -1
- package/src/lib/Animations/Spin/Spin.tsx +8 -1
- package/src/lib/Components/AddressInput/AddressInput.figma.tsx +39 -0
- package/src/lib/Components/AddressInput/AddressInput.mdx +0 -183
- package/src/lib/Components/AmountDisplay/AmountDisplay.figma.tsx +37 -0
- package/src/lib/Components/AmountDisplay/AmountDisplay.mdx +0 -90
- package/src/lib/Components/AmountInput/AmountInput.figma.tsx +78 -0
- package/src/lib/Components/AmountInput/AmountInput.mdx +0 -190
- package/src/lib/Components/AmountInput/AmountInput.stories.tsx +14 -0
- package/src/lib/Components/AmountInput/AmountInput.tsx +2 -0
- package/src/lib/Components/AmountInput/types.ts +8 -0
- package/src/lib/Components/AmountInput/useAmountInputFormatting/useAmountInputFormatting.test.ts +20 -0
- package/src/lib/Components/AmountInput/useAmountInputFormatting/useAmountInputFormatting.ts +2 -0
- package/src/lib/Components/Avatar/Avatar.figma.tsx +24 -14
- package/src/lib/Components/Avatar/Avatar.mdx +53 -69
- package/src/lib/Components/Avatar/Avatar.stories.tsx +16 -50
- package/src/lib/Components/Avatar/Avatar.test.tsx +12 -32
- package/src/lib/Components/Avatar/Avatar.tsx +4 -34
- package/src/lib/Components/Avatar/types.ts +0 -6
- package/src/lib/Components/Banner/Banner.figma.tsx +115 -0
- package/src/lib/Components/Banner/Banner.mdx +0 -86
- package/src/lib/Components/BottomSheet/BottomSheet.figma.tsx +52 -0
- package/src/lib/Components/BottomSheet/BottomSheet.mdx +0 -119
- package/src/lib/Components/Button/Button.figma.tsx +57 -0
- package/src/lib/Components/Button/Button.mdx +25 -224
- package/src/lib/Components/Button/Button.stories.tsx +3 -35
- package/src/lib/Components/Card/Card.figma.tsx +149 -0
- package/src/lib/Components/Card/Card.mdx +0 -160
- package/src/lib/Components/CardButton/CardButton.figma.tsx +49 -0
- package/src/lib/Components/CardButton/CardButton.mdx +0 -48
- package/src/lib/Components/Checkbox/Checkbox.figma.tsx +54 -0
- package/src/lib/Components/Checkbox/Checkbox.mdx +0 -73
- package/src/lib/Components/ContentBanner/ContentBanner.figma.tsx +108 -0
- package/src/lib/Components/ContentBanner/ContentBanner.mdx +0 -2
- package/src/lib/Components/CryptoIcon/CryptoIcon.figma.tsx +20 -0
- package/src/lib/Components/DescriptionItem/DescriptionItem.figma.tsx +36 -0
- package/src/lib/Components/Divider/Divider.figma.tsx +11 -0
- package/src/lib/Components/Divider/Divider.mdx +0 -2
- package/src/lib/Components/DotCount/DotCount.figma.tsx +32 -0
- package/src/lib/Components/DotIndicator/DotIndicator.figma.tsx +32 -0
- package/src/lib/Components/DotIndicator/DotIndicator.stories.tsx +4 -1
- package/src/lib/Components/DotIndicator/getDotIndicatorProps.test.ts +15 -0
- package/src/lib/Components/DotIndicator/getDotIndicatorProps.ts +10 -0
- package/src/lib/Components/DotIndicator/index.ts +1 -0
- package/src/lib/Components/Icon/Icon.figma.tsx +3085 -0
- package/src/lib/Components/Icon/Icon.mdx +0 -62
- package/src/lib/Components/IconButton/IconButton.figma.tsx +53 -0
- package/src/lib/Components/IconButton/IconButton.mdx +0 -68
- package/src/lib/Components/InteractiveIcon/InteractiveIcon.figma.tsx +52 -0
- package/src/lib/Components/InteractiveIcon/InteractiveIcon.mdx +0 -107
- package/src/lib/Components/Link/Link.figma.tsx +53 -0
- package/src/lib/Components/Link/Link.mdx +0 -102
- package/src/lib/Components/ListItem/ListItem.figma.tsx +431 -0
- package/src/lib/Components/ListItem/ListItem.mdx +0 -129
- package/src/lib/Components/MediaBanner/MediaBanner.figma.tsx +32 -0
- package/src/lib/Components/MediaBanner/MediaBanner.mdx +0 -3
- package/src/lib/Components/MediaButton/MediaButton.figma.tsx +60 -0
- package/src/lib/Components/MediaCard/MediaCard.figma.tsx +27 -0
- package/src/lib/Components/MediaCard/MediaCard.mdx +0 -2
- package/src/lib/Components/MediaImage/MediaImage.mdx +0 -1
- package/src/lib/Components/MediaTag/MediaTag.figma.tsx +116 -0
- package/src/lib/Components/MediaTag/MediaTag.mdx +0 -2
- package/src/lib/Components/NavBar/NavBar.figma.tsx +84 -0
- package/src/lib/Components/NavBar/NavBar.mdx +0 -2
- package/src/lib/Components/OptionList/OptionList.mdx +45 -90
- package/src/lib/Components/OptionList/OptionList.stories.tsx +63 -0
- package/src/lib/Components/OptionList/OptionList.test.tsx +40 -0
- package/src/lib/Components/OptionList/OptionList.tsx +57 -10
- package/src/lib/Components/OptionList/types.ts +34 -15
- package/src/lib/Components/OptionList/useOptionList/useOptionListItems.ts +28 -13
- package/src/lib/Components/PageIndicator/PageIndicator.figma.tsx +11 -0
- package/src/lib/Components/PageIndicator/PageIndicator.mdx +0 -2
- package/src/lib/Components/SearchInput/SearchInput.figma.tsx +34 -0
- package/src/lib/Components/SearchInput/SearchInput.mdx +0 -199
- package/src/lib/Components/SegmentedControl/SegmentedControl.figma.tsx +34 -0
- package/src/lib/Components/SegmentedControl/SegmentedControl.mdx +28 -1
- package/src/lib/Components/SegmentedControl/SegmentedControl.stories.tsx +34 -1
- package/src/lib/Components/SegmentedControl/SegmentedControl.test.tsx +32 -1
- package/src/lib/Components/SegmentedControl/SegmentedControl.tsx +22 -5
- package/src/lib/Components/SegmentedControl/types.ts +11 -5
- package/src/lib/Components/Skeleton/Skeleton.figma.tsx +17 -0
- package/src/lib/Components/Skeleton/Skeleton.mdx +0 -71
- package/src/lib/Components/Spinner/Spinner.figma.tsx +12 -0
- package/src/lib/Components/Spinner/Spinner.mdx +0 -100
- package/src/lib/Components/Spot/Spot.figma.tsx +50 -0
- package/src/lib/Components/Spot/Spot.mdx +0 -94
- package/src/lib/Components/Stepper/Stepper.figma.tsx +11 -0
- package/src/lib/Components/Stepper/Stepper.mdx +0 -67
- package/src/lib/Components/Subheader/Subheader.figma.tsx +72 -0
- package/src/lib/Components/Subheader/Subheader.mdx +0 -116
- package/src/lib/Components/Switch/Switch.figma.tsx +66 -0
- package/src/lib/Components/Switch/Switch.mdx +0 -39
- package/src/lib/Components/TabBar/TabBar.figma.tsx +70 -0
- package/src/lib/Components/TabBar/TabBar.mdx +29 -5
- package/src/lib/Components/TabBar/TabBar.stories.tsx +34 -1
- package/src/lib/Components/TabBar/TabBar.test.tsx +23 -1
- package/src/lib/Components/TabBar/TabBar.tsx +17 -9
- package/src/lib/Components/TabBar/index.ts +2 -2
- package/src/lib/Components/TabBar/types.ts +19 -17
- package/src/lib/Components/Tag/Tag.figma.tsx +52 -0
- package/src/lib/Components/Tag/Tag.mdx +0 -2
- package/src/lib/Components/TextInput/TextInput.figma.tsx +40 -0
- package/src/lib/Components/TextInput/TextInput.mdx +0 -178
- package/src/lib/Components/Tile/Tile.figma.tsx +113 -0
- package/src/lib/Components/Tile/Tile.mdx +0 -53
- package/src/lib/Components/TileButton/TileButton.figma.tsx +35 -0
- package/src/lib/Components/TileButton/TileButton.mdx +0 -40
- package/src/lib/Components/Tooltip/Tooltip.figma.tsx +30 -0
- package/src/lib/Components/Tooltip/Tooltip.mdx +0 -183
- package/src/lib/Components/Trend/Trend.figma.tsx +28 -0
- package/src/lib/Components/Trend/Trend.mdx +0 -2
- package/src/lib/Components/Utility/Text/Text.mdx +0 -1
- package/src/lib/Symbols/Icons/ChevronAscending.tsx +1 -1
- package/src/lib/Symbols/Icons/ChevronDescending.tsx +1 -1
- package/src/lib/Symbols/Icons/Contact.tsx +45 -0
- package/src/lib/Symbols/index.ts +1 -0
- package/dist/typescript/src/lib/Components/Avatar/Avatar.figma.d.ts +0 -2
- package/dist/typescript/src/lib/Components/Avatar/Avatar.figma.d.ts.map +0 -1
- package/dist/typescript/src/lib/Components/OptionList/OptionList.figma.d.ts +0 -2
- package/dist/typescript/src/lib/Components/OptionList/OptionList.figma.d.ts.map +0 -1
|
@@ -16,11 +16,7 @@ import {
|
|
|
16
16
|
import {
|
|
17
17
|
CustomTabs,
|
|
18
18
|
Tab,
|
|
19
|
-
DoVsDontRow,
|
|
20
|
-
DoBlockItem,
|
|
21
|
-
DontBlockItem,
|
|
22
19
|
} from '../../../../.storybook/components';
|
|
23
|
-
import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
|
|
24
20
|
|
|
25
21
|
<Meta title='Core/Card' of={CardStories} />
|
|
26
22
|
|
|
@@ -277,162 +273,6 @@ Use `lx` prop for layout purposes only, such as maximum width:
|
|
|
277
273
|
</Card>
|
|
278
274
|
```
|
|
279
275
|
|
|
280
|
-
## Do's and Don'ts
|
|
281
|
-
|
|
282
|
-
The following guidelines ensure consistent usage of the Card component and maintain design system principles.
|
|
283
|
-
|
|
284
|
-
<Box lx={{ flexDirection: 'column', gap: 's24' }}>
|
|
285
|
-
<DoVsDontRow>
|
|
286
|
-
<DoBlockItem
|
|
287
|
-
title='Use the composite pattern correctly'
|
|
288
|
-
description='CardContent should be nested inside CardLeading or CardTrailing to group visual and text content together'
|
|
289
|
-
>
|
|
290
|
-
|
|
291
|
-
{/* prettier-ignore */}
|
|
292
|
-
```tsx
|
|
293
|
-
<Card onPress={handlePress}>
|
|
294
|
-
<CardHeader>
|
|
295
|
-
<CardLeading>
|
|
296
|
-
<CryptoIcon ledgerId="bitcoin" ticker="BTC" size="48px" />
|
|
297
|
-
<CardContent>
|
|
298
|
-
<CardContentTitle>Bitcoin</CardContentTitle>
|
|
299
|
-
<CardContentDescription>BTC</CardContentDescription>
|
|
300
|
-
</CardContent>
|
|
301
|
-
</CardLeading>
|
|
302
|
-
</CardHeader>
|
|
303
|
-
</Card>
|
|
304
|
-
```
|
|
305
|
-
|
|
306
|
-
</DoBlockItem>
|
|
307
|
-
<DontBlockItem
|
|
308
|
-
title="Don't place CardContent outside CardLeading"
|
|
309
|
-
description='CardContent must be inside CardLeading or CardTrailing for proper layout'
|
|
310
|
-
>
|
|
311
|
-
|
|
312
|
-
{/* prettier-ignore */}
|
|
313
|
-
```tsx
|
|
314
|
-
// DON'T - CardContent outside CardLeading
|
|
315
|
-
<Card onPress={handlePress}>
|
|
316
|
-
<CardHeader>
|
|
317
|
-
<CardLeading>
|
|
318
|
-
<CryptoIcon ledgerId="bitcoin" ticker="BTC" size="48px" />
|
|
319
|
-
</CardLeading>
|
|
320
|
-
<CardContent>
|
|
321
|
-
<CardContentTitle>Bitcoin</CardContentTitle>
|
|
322
|
-
</CardContent>
|
|
323
|
-
</CardHeader>
|
|
324
|
-
</Card>
|
|
325
|
-
```
|
|
326
|
-
|
|
327
|
-
</DontBlockItem>
|
|
328
|
-
|
|
329
|
-
</DoVsDontRow>
|
|
330
|
-
|
|
331
|
-
<DoVsDontRow>
|
|
332
|
-
<DoBlockItem
|
|
333
|
-
title='Use type="info" for cards with action buttons'
|
|
334
|
-
description='Info cards have no press handling on the card itself, allowing buttons to work independently'
|
|
335
|
-
>
|
|
336
|
-
|
|
337
|
-
{/* prettier-ignore */}
|
|
338
|
-
```tsx
|
|
339
|
-
<Card type="info">
|
|
340
|
-
<CardHeader>
|
|
341
|
-
<CardLeading>
|
|
342
|
-
<CardContent>
|
|
343
|
-
<CardContentTitle>Staking</CardContentTitle>
|
|
344
|
-
</CardContent>
|
|
345
|
-
</CardLeading>
|
|
346
|
-
<CardTrailing>
|
|
347
|
-
<Button appearance="base" size="sm">Stake</Button>
|
|
348
|
-
</CardTrailing>
|
|
349
|
-
</CardHeader>
|
|
350
|
-
</Card>
|
|
351
|
-
```
|
|
352
|
-
|
|
353
|
-
</DoBlockItem>
|
|
354
|
-
<DontBlockItem
|
|
355
|
-
title="Don't put interactive elements in interactive cards"
|
|
356
|
-
description='Buttons inside an interactive card create nested press targets'
|
|
357
|
-
>
|
|
358
|
-
|
|
359
|
-
{/* prettier-ignore */}
|
|
360
|
-
```tsx
|
|
361
|
-
// DON'T - Nested pressables
|
|
362
|
-
<Card onPress={handlePress}>
|
|
363
|
-
<CardHeader>
|
|
364
|
-
<CardLeading>
|
|
365
|
-
<CardContent>
|
|
366
|
-
<CardContentTitle>Staking</CardContentTitle>
|
|
367
|
-
</CardContent>
|
|
368
|
-
</CardLeading>
|
|
369
|
-
<CardTrailing>
|
|
370
|
-
<Button appearance="base" size="sm">Stake</Button>
|
|
371
|
-
</CardTrailing>
|
|
372
|
-
</CardHeader>
|
|
373
|
-
</Card>
|
|
374
|
-
```
|
|
375
|
-
|
|
376
|
-
</DontBlockItem>
|
|
377
|
-
|
|
378
|
-
</DoVsDontRow>
|
|
379
|
-
|
|
380
|
-
<DoVsDontRow>
|
|
381
|
-
<DoBlockItem
|
|
382
|
-
title='Use lx for layout adjustments only'
|
|
383
|
-
description='The lx prop should be used for layout-level adjustments like max-width or margins'
|
|
384
|
-
>
|
|
385
|
-
|
|
386
|
-
{/* prettier-ignore */}
|
|
387
|
-
```tsx
|
|
388
|
-
<Card
|
|
389
|
-
lx={{ maxWidth: 's320' }}
|
|
390
|
-
onPress={handlePress}
|
|
391
|
-
>
|
|
392
|
-
<CardHeader>
|
|
393
|
-
<CardLeading>
|
|
394
|
-
<CardContent>
|
|
395
|
-
<CardContentTitle>Settings</CardContentTitle>
|
|
396
|
-
</CardContent>
|
|
397
|
-
</CardLeading>
|
|
398
|
-
</CardHeader>
|
|
399
|
-
</Card>
|
|
400
|
-
```
|
|
401
|
-
|
|
402
|
-
</DoBlockItem>
|
|
403
|
-
<DontBlockItem
|
|
404
|
-
title="Don't override card appearance with lx"
|
|
405
|
-
description='Do not use lx to change the card background, padding, or border radius'
|
|
406
|
-
>
|
|
407
|
-
|
|
408
|
-
{/* prettier-ignore */}
|
|
409
|
-
```tsx
|
|
410
|
-
// DON'T - Overriding appearance via lx
|
|
411
|
-
<Card
|
|
412
|
-
lx={{
|
|
413
|
-
maxWidth: 's320',
|
|
414
|
-
backgroundColor: 'accent',
|
|
415
|
-
padding: 's24',
|
|
416
|
-
borderRadius: 'xl',
|
|
417
|
-
}}
|
|
418
|
-
onPress={handlePress}
|
|
419
|
-
>
|
|
420
|
-
<CardHeader>
|
|
421
|
-
<CardLeading>
|
|
422
|
-
<CardContent>
|
|
423
|
-
<CardContentTitle>Settings</CardContentTitle>
|
|
424
|
-
</CardContent>
|
|
425
|
-
</CardLeading>
|
|
426
|
-
</CardHeader>
|
|
427
|
-
</Card>
|
|
428
|
-
```
|
|
429
|
-
|
|
430
|
-
</DontBlockItem>
|
|
431
|
-
|
|
432
|
-
</DoVsDontRow>
|
|
433
|
-
|
|
434
|
-
<CommonRulesDoAndDont />
|
|
435
|
-
</Box>
|
|
436
276
|
|
|
437
277
|
</Tab>
|
|
438
278
|
</CustomTabs>
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import figma from '@figma/code-connect';
|
|
2
|
+
import { Placeholder } from '../../Symbols';
|
|
3
|
+
import { CardButton } from './CardButton';
|
|
4
|
+
import type { CardButtonProps } from './types';
|
|
5
|
+
|
|
6
|
+
figma.connect(
|
|
7
|
+
CardButton,
|
|
8
|
+
'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=89%3A525',
|
|
9
|
+
{
|
|
10
|
+
imports: [
|
|
11
|
+
"import { CardButton } from '@ledgerhq/lumen-ui-rnative'",
|
|
12
|
+
"import { Placeholder } from '@ledgerhq/lumen-ui-rnative/symbols'",
|
|
13
|
+
],
|
|
14
|
+
props: {
|
|
15
|
+
title: figma.string('title'),
|
|
16
|
+
description: figma.boolean('show-description', {
|
|
17
|
+
true: figma.string('description'),
|
|
18
|
+
false: undefined,
|
|
19
|
+
}),
|
|
20
|
+
hideChevron: figma.boolean('show-chevron', {
|
|
21
|
+
true: false,
|
|
22
|
+
false: true,
|
|
23
|
+
}),
|
|
24
|
+
disabled: figma.enum('state', {
|
|
25
|
+
disabled: true,
|
|
26
|
+
}),
|
|
27
|
+
appearance: figma.enum('appearance', {
|
|
28
|
+
base: 'base',
|
|
29
|
+
outline: 'outline',
|
|
30
|
+
}),
|
|
31
|
+
icon: Placeholder,
|
|
32
|
+
},
|
|
33
|
+
example: (
|
|
34
|
+
props: Omit<CardButtonProps, 'icon'> & {
|
|
35
|
+
icon?: any;
|
|
36
|
+
},
|
|
37
|
+
) => (
|
|
38
|
+
<CardButton
|
|
39
|
+
title={props.title}
|
|
40
|
+
description={props.description}
|
|
41
|
+
icon={props.icon}
|
|
42
|
+
hideChevron={props.hideChevron}
|
|
43
|
+
disabled={props.disabled}
|
|
44
|
+
appearance={props.appearance}
|
|
45
|
+
onPress={() => {}}
|
|
46
|
+
/>
|
|
47
|
+
),
|
|
48
|
+
},
|
|
49
|
+
);
|
|
@@ -2,8 +2,6 @@ import { Meta, Story, Canvas, Controls } from '@storybook/addon-docs/blocks';
|
|
|
2
2
|
import * as CardButtonStories from './CardButton.stories';
|
|
3
3
|
import { CardButton } from './CardButton';
|
|
4
4
|
import { CustomTabs, Tab } from '../../../../.storybook/components';
|
|
5
|
-
import { DoVsDontRow, DoBlockItem, DontBlockItem } from '../../../../.storybook/components/DoVsDont';
|
|
6
|
-
import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
|
|
7
5
|
import { Box } from '../Utility';
|
|
8
6
|
|
|
9
7
|
<Meta title='Core/CardButton' of={CardButtonStories} />
|
|
@@ -239,52 +237,6 @@ While the component comes with predefined styles, you can extend them using the
|
|
|
239
237
|
/>
|
|
240
238
|
```
|
|
241
239
|
|
|
242
|
-
## Do's and Don'ts
|
|
243
|
-
|
|
244
|
-
The following guidelines ensure consistent usage of the CardButton component and maintain design system principles.
|
|
245
|
-
|
|
246
|
-
<Box lx={{ flexDirection: 'column', gap: 's24' }}>
|
|
247
|
-
<DoVsDontRow>
|
|
248
|
-
<DoBlockItem
|
|
249
|
-
title='Use container elements to control width'
|
|
250
|
-
description='Wrap CardButton in container elements to control its width'
|
|
251
|
-
>
|
|
252
|
-
|
|
253
|
-
{/* prettier-ignore */}
|
|
254
|
-
```tsx
|
|
255
|
-
<Box lx={{ maxWidth: 's400' }}>
|
|
256
|
-
<CardButton
|
|
257
|
-
title='Continue'
|
|
258
|
-
description='Proceed to next step'
|
|
259
|
-
onPress={() => console.log('Continue')}
|
|
260
|
-
/>
|
|
261
|
-
</Box>
|
|
262
|
-
```
|
|
263
|
-
|
|
264
|
-
</DoBlockItem>
|
|
265
|
-
<DontBlockItem
|
|
266
|
-
title="Don't modify width directly"
|
|
267
|
-
description='Avoid using lx to set width on CardButton itself'
|
|
268
|
-
>
|
|
269
|
-
|
|
270
|
-
{/* prettier-ignore */}
|
|
271
|
-
```tsx
|
|
272
|
-
<Box lx={{ maxWidth: 's400' }}>
|
|
273
|
-
<CardButton
|
|
274
|
-
title='Continue'
|
|
275
|
-
description='Proceed to next step'
|
|
276
|
-
lx={{ width: 's320' }}
|
|
277
|
-
onPress={() => console.log('Continue')}
|
|
278
|
-
/>
|
|
279
|
-
</Box>
|
|
280
|
-
```
|
|
281
|
-
|
|
282
|
-
</DontBlockItem>
|
|
283
|
-
|
|
284
|
-
</DoVsDontRow>
|
|
285
|
-
|
|
286
|
-
<CommonRulesDoAndDont />
|
|
287
|
-
</Box>
|
|
288
240
|
|
|
289
241
|
</Tab>
|
|
290
242
|
</CustomTabs>
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import figma from '@figma/code-connect';
|
|
2
|
+
import { Checkbox } from './Checkbox';
|
|
3
|
+
|
|
4
|
+
figma.connect(
|
|
5
|
+
Checkbox,
|
|
6
|
+
'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=6688-3600',
|
|
7
|
+
{
|
|
8
|
+
imports: ["import { Checkbox } from '@ledgerhq/lumen-ui-rnative'"],
|
|
9
|
+
variant: { 'show-label': true },
|
|
10
|
+
props: {
|
|
11
|
+
checkbox: figma.nestedProps('.checkbox', {
|
|
12
|
+
checked: figma.boolean('selected'),
|
|
13
|
+
disabled: figma.enum('state', {
|
|
14
|
+
disabled: true,
|
|
15
|
+
}),
|
|
16
|
+
}),
|
|
17
|
+
label: figma.string('label'),
|
|
18
|
+
},
|
|
19
|
+
example: (props) => (
|
|
20
|
+
<Checkbox
|
|
21
|
+
checked={props.checkbox.checked}
|
|
22
|
+
onCheckedChange={(_checked: boolean) => {}}
|
|
23
|
+
defaultChecked={false}
|
|
24
|
+
disabled={props.checkbox.disabled}
|
|
25
|
+
label={props.label}
|
|
26
|
+
/>
|
|
27
|
+
),
|
|
28
|
+
},
|
|
29
|
+
);
|
|
30
|
+
|
|
31
|
+
figma.connect(
|
|
32
|
+
Checkbox,
|
|
33
|
+
'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=6688-3600',
|
|
34
|
+
{
|
|
35
|
+
imports: ["import { Checkbox } from '@ledgerhq/lumen-ui-rnative'"],
|
|
36
|
+
variant: { 'show-label': false },
|
|
37
|
+
props: {
|
|
38
|
+
checkbox: figma.nestedProps('.checkbox', {
|
|
39
|
+
checked: figma.boolean('selected'),
|
|
40
|
+
disabled: figma.enum('state', {
|
|
41
|
+
disabled: true,
|
|
42
|
+
}),
|
|
43
|
+
}),
|
|
44
|
+
},
|
|
45
|
+
example: (props) => (
|
|
46
|
+
<Checkbox
|
|
47
|
+
checked={props.checkbox.checked}
|
|
48
|
+
onCheckedChange={(_checked: boolean) => {}}
|
|
49
|
+
defaultChecked={false}
|
|
50
|
+
disabled={props.checkbox.disabled}
|
|
51
|
+
/>
|
|
52
|
+
),
|
|
53
|
+
},
|
|
54
|
+
);
|
|
@@ -3,8 +3,6 @@ import * as CheckboxStories from './Checkbox.stories';
|
|
|
3
3
|
import { Checkbox } from './Checkbox';
|
|
4
4
|
import { Box } from '../Utility';
|
|
5
5
|
import { CustomTabs, Tab } from '../../../../.storybook/components';
|
|
6
|
-
import { DoVsDontRow, DoBlockItem, DontBlockItem } from '../../../../.storybook/components/DoVsDont';
|
|
7
|
-
import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
|
|
8
6
|
|
|
9
7
|
<Meta title='Core/Checkbox' of={CheckboxStories} />
|
|
10
8
|
|
|
@@ -148,77 +146,6 @@ The Checkbox component automatically supports:
|
|
|
148
146
|
- **Space**: Toggle checked/unchecked state
|
|
149
147
|
- **Enter**: Submit form (when inside a form)
|
|
150
148
|
|
|
151
|
-
## Do's and Don'ts
|
|
152
|
-
|
|
153
|
-
The following guidelines ensure consistent usage of the Checkbox component and maintain design system principles.
|
|
154
|
-
|
|
155
|
-
<Box lx={{ flexDirection: 'column', gap: 's24' }}>
|
|
156
|
-
<DoVsDontRow>
|
|
157
|
-
<DoBlockItem
|
|
158
|
-
title='Use the built-in label prop'
|
|
159
|
-
description='Use the label prop for simple text labels'
|
|
160
|
-
>
|
|
161
|
-
|
|
162
|
-
{/* prettier-ignore */}
|
|
163
|
-
```tsx
|
|
164
|
-
<Checkbox label='Subscribe to newsletter' />
|
|
165
|
-
```
|
|
166
|
-
|
|
167
|
-
</DoBlockItem>
|
|
168
|
-
<DontBlockItem
|
|
169
|
-
title="Don't use unlabeled checkboxes"
|
|
170
|
-
description='Always provide labels for accessibility and clarity'
|
|
171
|
-
>
|
|
172
|
-
|
|
173
|
-
{/* prettier-ignore */}
|
|
174
|
-
```tsx
|
|
175
|
-
<Checkbox id='newsletter' />
|
|
176
|
-
```
|
|
177
|
-
|
|
178
|
-
</DontBlockItem>
|
|
179
|
-
|
|
180
|
-
</DoVsDontRow>
|
|
181
|
-
|
|
182
|
-
<DoVsDontRow>
|
|
183
|
-
<DoBlockItem
|
|
184
|
-
title='Use controlled components for form state'
|
|
185
|
-
description='Use checked and onCheckedChange props for controlled checkboxes'
|
|
186
|
-
>
|
|
187
|
-
|
|
188
|
-
{/* prettier-ignore */}
|
|
189
|
-
```tsx
|
|
190
|
-
const [isChecked, setIsChecked] = useState(false);
|
|
191
|
-
|
|
192
|
-
<Checkbox
|
|
193
|
-
label='Accept terms'
|
|
194
|
-
checked={isChecked}
|
|
195
|
-
onCheckedChange={setIsChecked}
|
|
196
|
-
/>
|
|
197
|
-
```
|
|
198
|
-
|
|
199
|
-
</DoBlockItem>
|
|
200
|
-
<DontBlockItem
|
|
201
|
-
title="Don't mix controlled and uncontrolled patterns"
|
|
202
|
-
description='Avoid using both checked and defaultChecked props together'
|
|
203
|
-
>
|
|
204
|
-
|
|
205
|
-
{/* prettier-ignore */}
|
|
206
|
-
```tsx
|
|
207
|
-
const [isChecked, setIsChecked] = useState(false);
|
|
208
|
-
|
|
209
|
-
<Checkbox
|
|
210
|
-
label='Accept terms'
|
|
211
|
-
checked={isChecked}
|
|
212
|
-
defaultChecked={true}
|
|
213
|
-
/>
|
|
214
|
-
```
|
|
215
|
-
|
|
216
|
-
</DontBlockItem>
|
|
217
|
-
|
|
218
|
-
</DoVsDontRow>
|
|
219
|
-
|
|
220
|
-
<CommonRulesDoAndDont />
|
|
221
|
-
</Box>
|
|
222
149
|
|
|
223
150
|
</Tab>
|
|
224
151
|
</CustomTabs>
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import figma from '@figma/code-connect';
|
|
2
|
+
import { Settings } from '../../Symbols';
|
|
3
|
+
import { Spot } from '../Spot';
|
|
4
|
+
import { Stepper } from '../Stepper';
|
|
5
|
+
import {
|
|
6
|
+
ContentBanner,
|
|
7
|
+
ContentBannerContent,
|
|
8
|
+
ContentBannerDescription,
|
|
9
|
+
ContentBannerTitle,
|
|
10
|
+
} from './ContentBanner';
|
|
11
|
+
|
|
12
|
+
figma.connect(
|
|
13
|
+
ContentBanner,
|
|
14
|
+
'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=11235-5966',
|
|
15
|
+
{
|
|
16
|
+
imports: [
|
|
17
|
+
"import { ContentBanner, ContentBannerContent, ContentBannerTitle, ContentBannerDescription, Spot, Stepper } from '@ledgerhq/lumen-ui-rnative'",
|
|
18
|
+
],
|
|
19
|
+
variant: { 'leading-content': 'spot' },
|
|
20
|
+
props: {
|
|
21
|
+
title: figma.string('title'),
|
|
22
|
+
description: figma.string('description'),
|
|
23
|
+
onClose: figma.boolean('show-close-button', {
|
|
24
|
+
true: () => {},
|
|
25
|
+
false: undefined,
|
|
26
|
+
}),
|
|
27
|
+
},
|
|
28
|
+
example: (props) => (
|
|
29
|
+
<ContentBanner
|
|
30
|
+
onClose={props.onClose}
|
|
31
|
+
closeAccessibilityLabel='Close content banner'
|
|
32
|
+
>
|
|
33
|
+
<Spot appearance='icon' icon={Settings} size={48} />
|
|
34
|
+
<ContentBannerContent>
|
|
35
|
+
<ContentBannerTitle>{props.title}</ContentBannerTitle>
|
|
36
|
+
<ContentBannerDescription>
|
|
37
|
+
{props.description}
|
|
38
|
+
</ContentBannerDescription>
|
|
39
|
+
</ContentBannerContent>
|
|
40
|
+
</ContentBanner>
|
|
41
|
+
),
|
|
42
|
+
},
|
|
43
|
+
);
|
|
44
|
+
|
|
45
|
+
figma.connect(
|
|
46
|
+
ContentBanner,
|
|
47
|
+
'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=11235-5966',
|
|
48
|
+
{
|
|
49
|
+
imports: [
|
|
50
|
+
"import { ContentBanner, ContentBannerContent, ContentBannerTitle, ContentBannerDescription, Spot, Stepper } from '@ledgerhq/lumen-ui-rnative'",
|
|
51
|
+
],
|
|
52
|
+
variant: { 'leading-content': 'stepper' },
|
|
53
|
+
props: {
|
|
54
|
+
title: figma.string('title'),
|
|
55
|
+
description: figma.string('description'),
|
|
56
|
+
onClose: figma.boolean('show-close-button', {
|
|
57
|
+
true: () => {},
|
|
58
|
+
false: undefined,
|
|
59
|
+
}),
|
|
60
|
+
},
|
|
61
|
+
example: (props) => (
|
|
62
|
+
<ContentBanner
|
|
63
|
+
onClose={props.onClose}
|
|
64
|
+
closeAccessibilityLabel='Close content banner'
|
|
65
|
+
>
|
|
66
|
+
<Stepper currentStep={1} totalSteps={4} />
|
|
67
|
+
<ContentBannerContent>
|
|
68
|
+
<ContentBannerTitle>{props.title}</ContentBannerTitle>
|
|
69
|
+
<ContentBannerDescription>
|
|
70
|
+
{props.description}
|
|
71
|
+
</ContentBannerDescription>
|
|
72
|
+
</ContentBannerContent>
|
|
73
|
+
</ContentBanner>
|
|
74
|
+
),
|
|
75
|
+
},
|
|
76
|
+
);
|
|
77
|
+
|
|
78
|
+
figma.connect(
|
|
79
|
+
ContentBanner,
|
|
80
|
+
'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=11235-5966',
|
|
81
|
+
{
|
|
82
|
+
imports: [
|
|
83
|
+
"import { ContentBanner, ContentBannerContent, ContentBannerTitle, ContentBannerDescription, Spot, Stepper } from '@ledgerhq/lumen-ui-rnative'",
|
|
84
|
+
],
|
|
85
|
+
variant: { 'leading-content': 'none' },
|
|
86
|
+
props: {
|
|
87
|
+
title: figma.string('title'),
|
|
88
|
+
description: figma.string('description'),
|
|
89
|
+
onClose: figma.boolean('show-close-button', {
|
|
90
|
+
true: () => {},
|
|
91
|
+
false: undefined,
|
|
92
|
+
}),
|
|
93
|
+
},
|
|
94
|
+
example: (props) => (
|
|
95
|
+
<ContentBanner
|
|
96
|
+
onClose={props.onClose}
|
|
97
|
+
closeAccessibilityLabel='Close content banner'
|
|
98
|
+
>
|
|
99
|
+
<ContentBannerContent>
|
|
100
|
+
<ContentBannerTitle>{props.title}</ContentBannerTitle>
|
|
101
|
+
<ContentBannerDescription>
|
|
102
|
+
{props.description}
|
|
103
|
+
</ContentBannerDescription>
|
|
104
|
+
</ContentBannerContent>
|
|
105
|
+
</ContentBanner>
|
|
106
|
+
),
|
|
107
|
+
},
|
|
108
|
+
);
|
|
@@ -8,8 +8,6 @@ import {
|
|
|
8
8
|
} from './ContentBanner';
|
|
9
9
|
import { Box } from '../Utility';
|
|
10
10
|
import { CustomTabs, Tab } from '../../../../.storybook/components';
|
|
11
|
-
import { DoVsDontRow, DoBlockItem, DontBlockItem } from '../../../../.storybook/components/DoVsDont';
|
|
12
|
-
import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
|
|
13
11
|
|
|
14
12
|
<Meta title='Core/ContentBanner' of={ContentBannerStories} />
|
|
15
13
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import figma from '@figma/code-connect';
|
|
2
|
+
import { CryptoIcon } from '@ledgerhq/crypto-icons';
|
|
3
|
+
|
|
4
|
+
figma.connect(
|
|
5
|
+
CryptoIcon,
|
|
6
|
+
'https://www.figma.com/design/zSkvGGiqcnhywp2l3HTHxA?node-id=6159-1866',
|
|
7
|
+
{
|
|
8
|
+
imports: ["import { CryptoIcon } from '@ledgerhq/crypto-icons'"],
|
|
9
|
+
props: {
|
|
10
|
+
ticker: figma.string('asset'),
|
|
11
|
+
},
|
|
12
|
+
example: (props: { ticker: string }) => (
|
|
13
|
+
<CryptoIcon
|
|
14
|
+
ticker={props.ticker}
|
|
15
|
+
ledgerId={props.ticker}
|
|
16
|
+
size={'<insert-size>' as any}
|
|
17
|
+
/>
|
|
18
|
+
),
|
|
19
|
+
},
|
|
20
|
+
);
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import figma from '@figma/code-connect';
|
|
2
|
+
import {
|
|
3
|
+
DescriptionItem,
|
|
4
|
+
DescriptionItemLabel,
|
|
5
|
+
DescriptionItemLeading,
|
|
6
|
+
DescriptionItemTrailing,
|
|
7
|
+
DescriptionItemValue,
|
|
8
|
+
} from './DescriptionItem';
|
|
9
|
+
|
|
10
|
+
figma.connect(
|
|
11
|
+
DescriptionItem,
|
|
12
|
+
'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=10311-11837',
|
|
13
|
+
{
|
|
14
|
+
imports: [
|
|
15
|
+
"import { DescriptionItem, DescriptionItemLeading, DescriptionItemLabel, DescriptionItemTrailing, DescriptionItemValue } from '@ledgerhq/lumen-ui-rnative'",
|
|
16
|
+
],
|
|
17
|
+
props: {
|
|
18
|
+
size: figma.enum('size', {
|
|
19
|
+
sm: 'sm',
|
|
20
|
+
md: 'md',
|
|
21
|
+
}),
|
|
22
|
+
label: figma.string('leading-label'),
|
|
23
|
+
value: figma.string('trailing-label'),
|
|
24
|
+
},
|
|
25
|
+
example: (props) => (
|
|
26
|
+
<DescriptionItem size={props.size}>
|
|
27
|
+
<DescriptionItemLeading>
|
|
28
|
+
<DescriptionItemLabel>{props.label}</DescriptionItemLabel>
|
|
29
|
+
</DescriptionItemLeading>
|
|
30
|
+
<DescriptionItemTrailing>
|
|
31
|
+
<DescriptionItemValue>{props.value}</DescriptionItemValue>
|
|
32
|
+
</DescriptionItemTrailing>
|
|
33
|
+
</DescriptionItem>
|
|
34
|
+
),
|
|
35
|
+
},
|
|
36
|
+
);
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import figma from '@figma/code-connect';
|
|
2
|
+
import { Divider } from './Divider';
|
|
3
|
+
|
|
4
|
+
figma.connect(
|
|
5
|
+
Divider,
|
|
6
|
+
'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=285-5974',
|
|
7
|
+
{
|
|
8
|
+
imports: ["import { Divider } from '@ledgerhq/lumen-ui-rnative'"],
|
|
9
|
+
example: () => <Divider />,
|
|
10
|
+
},
|
|
11
|
+
);
|
|
@@ -5,7 +5,6 @@ import {
|
|
|
5
5
|
CustomTabs,
|
|
6
6
|
Tab,
|
|
7
7
|
} from '../../../../.storybook/components';
|
|
8
|
-
import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
|
|
9
8
|
|
|
10
9
|
<Meta title='Core/Divider' of={DividerStories} />
|
|
11
10
|
|
|
@@ -140,7 +139,6 @@ function MyList() {
|
|
|
140
139
|
}
|
|
141
140
|
```
|
|
142
141
|
|
|
143
|
-
<CommonRulesDoAndDont />
|
|
144
142
|
|
|
145
143
|
## Performance Considerations
|
|
146
144
|
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import figma from '@figma/code-connect';
|
|
2
|
+
import { DotCount } from './DotCount';
|
|
3
|
+
|
|
4
|
+
figma.connect(
|
|
5
|
+
DotCount,
|
|
6
|
+
'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7/2.-Components-Library?node-id=38-998',
|
|
7
|
+
{
|
|
8
|
+
imports: ["import { DotCount } from '@ledgerhq/lumen-ui-rnative'"],
|
|
9
|
+
props: {
|
|
10
|
+
value: figma.string('value'),
|
|
11
|
+
size: figma.enum('size', {
|
|
12
|
+
md: 'md',
|
|
13
|
+
lg: 'lg',
|
|
14
|
+
}),
|
|
15
|
+
appearance: figma.enum('appearance', {
|
|
16
|
+
base: 'base',
|
|
17
|
+
red: 'red',
|
|
18
|
+
}),
|
|
19
|
+
disabled: figma.enum('state', {
|
|
20
|
+
disabled: true,
|
|
21
|
+
}),
|
|
22
|
+
},
|
|
23
|
+
example: (props) => (
|
|
24
|
+
<DotCount
|
|
25
|
+
value={Number(props.value)}
|
|
26
|
+
size={props.size}
|
|
27
|
+
appearance={props.appearance}
|
|
28
|
+
disabled={props.disabled}
|
|
29
|
+
/>
|
|
30
|
+
),
|
|
31
|
+
},
|
|
32
|
+
);
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import figma from '@figma/code-connect';
|
|
2
|
+
import { DotIndicator } from './DotIndicator';
|
|
3
|
+
|
|
4
|
+
figma.connect(
|
|
5
|
+
DotIndicator,
|
|
6
|
+
'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7/2.-Components-Library?node-id=16470-25597',
|
|
7
|
+
{
|
|
8
|
+
imports: ["import { DotIndicator } from '@ledgerhq/lumen-ui-rnative'"],
|
|
9
|
+
props: {
|
|
10
|
+
size: figma.enum('size', {
|
|
11
|
+
sm: 'sm',
|
|
12
|
+
md: 'md',
|
|
13
|
+
lg: 'lg',
|
|
14
|
+
xl: 'xl',
|
|
15
|
+
}),
|
|
16
|
+
appearance: figma.enum('appearance', {
|
|
17
|
+
base: 'base',
|
|
18
|
+
red: 'red',
|
|
19
|
+
}),
|
|
20
|
+
disabled: figma.enum('state', {
|
|
21
|
+
disabled: true,
|
|
22
|
+
}),
|
|
23
|
+
},
|
|
24
|
+
example: (props) => (
|
|
25
|
+
<DotIndicator
|
|
26
|
+
size={props.size}
|
|
27
|
+
appearance={props.appearance}
|
|
28
|
+
disabled={props.disabled}
|
|
29
|
+
/>
|
|
30
|
+
),
|
|
31
|
+
},
|
|
32
|
+
);
|