@ledgerhq/lumen-ui-rnative 0.1.48 → 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.mdx +0 -190
- 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.mdx +0 -90
- 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.mdx +0 -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.mdx +0 -5
- 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/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/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/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 +0 -90
- 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 +0 -1
- 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 +0 -5
- 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
|
@@ -2,12 +2,6 @@ import { Meta, Canvas, Controls } from '@storybook/addon-docs/blocks';
|
|
|
2
2
|
import * as IconsStories from './Icon.stories';
|
|
3
3
|
import { Box } from '../Utility';
|
|
4
4
|
import { CustomTabs, Tab } from '../../../../.storybook/components';
|
|
5
|
-
import {
|
|
6
|
-
DoVsDontRow,
|
|
7
|
-
DoBlockItem,
|
|
8
|
-
DontBlockItem,
|
|
9
|
-
} from '../../../../.storybook/components/DoVsDont';
|
|
10
|
-
import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
|
|
11
5
|
|
|
12
6
|
<Meta title='Symbols/Interface Icons' of={IconsStories} />
|
|
13
7
|
|
|
@@ -150,62 +144,6 @@ function SemanticIcons() {
|
|
|
150
144
|
}
|
|
151
145
|
```
|
|
152
146
|
|
|
153
|
-
## Do's and Don'ts
|
|
154
|
-
|
|
155
|
-
<Box lx={{ flexDirection: 'column', gap: 's24' }}>
|
|
156
|
-
|
|
157
|
-
<DoVsDontRow>
|
|
158
|
-
<DoBlockItem
|
|
159
|
-
title='Use predefined size variants'
|
|
160
|
-
description='Standard sizes ensure consistent visual hierarchy'
|
|
161
|
-
>
|
|
162
|
-
|
|
163
|
-
```tsx
|
|
164
|
-
<ArrowUp size={24} />
|
|
165
|
-
```
|
|
166
|
-
|
|
167
|
-
</DoBlockItem>
|
|
168
|
-
<DontBlockItem
|
|
169
|
-
title="Don't use custom sizes"
|
|
170
|
-
description='Avoid non-standard sizes or arbitrary prop overrides'
|
|
171
|
-
>
|
|
172
|
-
|
|
173
|
-
{/* prettier-ignore */}
|
|
174
|
-
```tsx
|
|
175
|
-
<ArrowUp size={23} />
|
|
176
|
-
```
|
|
177
|
-
|
|
178
|
-
</DontBlockItem>
|
|
179
|
-
|
|
180
|
-
</DoVsDontRow>
|
|
181
|
-
|
|
182
|
-
<DoVsDontRow>
|
|
183
|
-
<DoBlockItem
|
|
184
|
-
title='Use semantic colors for icons'
|
|
185
|
-
description='Use semantic color tokens and inherit text color'
|
|
186
|
-
>
|
|
187
|
-
|
|
188
|
-
```tsx
|
|
189
|
-
<ArrowUp lx={{ color: 'success' }} />
|
|
190
|
-
```
|
|
191
|
-
|
|
192
|
-
</DoBlockItem>
|
|
193
|
-
<DontBlockItem
|
|
194
|
-
title="Don't use arbitrary colors"
|
|
195
|
-
description='Avoid arbitrary color values or overriding currentColor unnecessarily'
|
|
196
|
-
>
|
|
197
|
-
|
|
198
|
-
{/* prettier-ignore */}
|
|
199
|
-
```tsx
|
|
200
|
-
<ArrowUp color='#ff0000' />
|
|
201
|
-
```
|
|
202
|
-
|
|
203
|
-
</DontBlockItem>
|
|
204
|
-
|
|
205
|
-
</DoVsDontRow>
|
|
206
|
-
|
|
207
|
-
<CommonRulesDoAndDont />
|
|
208
|
-
</Box>
|
|
209
147
|
|
|
210
148
|
</Tab>
|
|
211
149
|
</CustomTabs>
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import figma from '@figma/code-connect';
|
|
2
|
+
import { Placeholder } from '../../Symbols';
|
|
3
|
+
import { IconButton } from './IconButton';
|
|
4
|
+
import type { IconButtonProps } from './types';
|
|
5
|
+
|
|
6
|
+
figma.connect(
|
|
7
|
+
IconButton,
|
|
8
|
+
'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=8166-17796',
|
|
9
|
+
{
|
|
10
|
+
imports: [
|
|
11
|
+
"import { IconButton } from '@ledgerhq/lumen-ui-rnative'",
|
|
12
|
+
"import { Placeholder } from '@ledgerhq/lumen-ui-rnative/symbols'",
|
|
13
|
+
],
|
|
14
|
+
props: {
|
|
15
|
+
disabled: figma.enum('state', {
|
|
16
|
+
disabled: true,
|
|
17
|
+
}),
|
|
18
|
+
loading: figma.enum('state', {
|
|
19
|
+
loading: true,
|
|
20
|
+
}),
|
|
21
|
+
appearance: figma.enum('appearance', {
|
|
22
|
+
base: 'base',
|
|
23
|
+
gray: 'gray',
|
|
24
|
+
accent: 'accent',
|
|
25
|
+
transparent: 'transparent',
|
|
26
|
+
'no-background': 'no-background',
|
|
27
|
+
red: 'red',
|
|
28
|
+
}),
|
|
29
|
+
size: figma.enum('size', {
|
|
30
|
+
xs: 'xs',
|
|
31
|
+
sm: 'sm',
|
|
32
|
+
md: 'md',
|
|
33
|
+
lg: 'lg',
|
|
34
|
+
}),
|
|
35
|
+
icon: Placeholder,
|
|
36
|
+
},
|
|
37
|
+
example: (
|
|
38
|
+
props: Omit<IconButtonProps, 'icon' | 'accessibilityLabel'> & {
|
|
39
|
+
icon?: any;
|
|
40
|
+
},
|
|
41
|
+
) => (
|
|
42
|
+
<IconButton
|
|
43
|
+
disabled={props.disabled}
|
|
44
|
+
loading={props.loading}
|
|
45
|
+
appearance={props.appearance}
|
|
46
|
+
size={props.size}
|
|
47
|
+
icon={props.icon}
|
|
48
|
+
accessibilityLabel='Icon button'
|
|
49
|
+
onPress={() => {}}
|
|
50
|
+
/>
|
|
51
|
+
),
|
|
52
|
+
},
|
|
53
|
+
);
|
|
@@ -2,8 +2,6 @@ import { Meta, Canvas, Controls } from '@storybook/addon-docs/blocks';
|
|
|
2
2
|
import * as IconButtonStories from './IconButton.stories';
|
|
3
3
|
import { IconButton } from './IconButton';
|
|
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/IconButton' of={IconButtonStories} />
|
|
@@ -135,71 +133,5 @@ The Button component is built on React Native's `Pressable` and accepts all its
|
|
|
135
133
|
/>
|
|
136
134
|
```
|
|
137
135
|
|
|
138
|
-
## Do's and Don'ts
|
|
139
|
-
|
|
140
|
-
<Box lx={{ flexDirection: 'column', gap: 's24' }}>
|
|
141
|
-
<DoVsDontRow>
|
|
142
|
-
<DoBlockItem
|
|
143
|
-
title='Use icon prop for consistent sizing'
|
|
144
|
-
description='Pass icon as a component reference and let IconButton handle sizing automatically'
|
|
145
|
-
>
|
|
146
|
-
|
|
147
|
-
{/* prettier-ignore */}
|
|
148
|
-
```tsx
|
|
149
|
-
import { Settings } from '@ledgerhq/lumen-ui-rnative/symbols';
|
|
150
|
-
|
|
151
|
-
<IconButton accessibilityLabel='Settings' icon={Settings} size='md' />
|
|
152
|
-
```
|
|
153
|
-
|
|
154
|
-
</DoBlockItem>
|
|
155
|
-
<DontBlockItem
|
|
156
|
-
title="Don't modify icon size directly"
|
|
157
|
-
description='Avoid passing icon size prop or overriding dimensions through lx'
|
|
158
|
-
>
|
|
159
|
-
|
|
160
|
-
{/* prettier-ignore */}
|
|
161
|
-
```tsx
|
|
162
|
-
import { Settings } from '@ledgerhq/lumen-ui-rnative/symbols';
|
|
163
|
-
|
|
164
|
-
<IconButton accessibilityLabel='Settings' icon={Settings} lx={{ width: 's32', height: 's32' }} />
|
|
165
|
-
```
|
|
166
|
-
|
|
167
|
-
</DontBlockItem>
|
|
168
|
-
|
|
169
|
-
</DoVsDontRow>
|
|
170
|
-
|
|
171
|
-
<DoVsDontRow>
|
|
172
|
-
<DoBlockItem
|
|
173
|
-
title='Always provide accessibilityLabel'
|
|
174
|
-
description='Icon-only buttons require descriptive accessibility labels for screen readers'
|
|
175
|
-
>
|
|
176
|
-
|
|
177
|
-
{/* prettier-ignore */}
|
|
178
|
-
```tsx
|
|
179
|
-
import { Settings } from '@ledgerhq/lumen-ui-rnative/symbols';
|
|
180
|
-
|
|
181
|
-
<IconButton accessibilityLabel='Open settings menu' icon={Settings} />
|
|
182
|
-
```
|
|
183
|
-
|
|
184
|
-
</DoBlockItem>
|
|
185
|
-
<DontBlockItem
|
|
186
|
-
title="Don't omit accessibilityLabel"
|
|
187
|
-
description='Icon buttons without labels are not accessible to screen reader users'
|
|
188
|
-
>
|
|
189
|
-
|
|
190
|
-
{/* prettier-ignore */}
|
|
191
|
-
```tsx
|
|
192
|
-
import { Settings } from '@ledgerhq/lumen-ui-rnative/symbols';
|
|
193
|
-
|
|
194
|
-
<IconButton icon={Settings} />
|
|
195
|
-
```
|
|
196
|
-
|
|
197
|
-
</DontBlockItem>
|
|
198
|
-
|
|
199
|
-
</DoVsDontRow>
|
|
200
|
-
|
|
201
|
-
<CommonRulesDoAndDont />
|
|
202
|
-
</Box>
|
|
203
|
-
|
|
204
136
|
</Tab>
|
|
205
137
|
</CustomTabs>
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import figma from '@figma/code-connect';
|
|
2
|
+
import { Placeholder } from '../../Symbols';
|
|
3
|
+
import { InteractiveIcon } from './InteractiveIcon';
|
|
4
|
+
import type { InteractiveIconProps } from './types';
|
|
5
|
+
|
|
6
|
+
const URL =
|
|
7
|
+
'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=6975-2571';
|
|
8
|
+
|
|
9
|
+
const sharedProps = {
|
|
10
|
+
iconType: figma.enum('appearance', {
|
|
11
|
+
filled: 'filled',
|
|
12
|
+
stroked: 'stroked',
|
|
13
|
+
}),
|
|
14
|
+
appearance: figma.enum('color', {
|
|
15
|
+
muted: 'muted',
|
|
16
|
+
white: 'white',
|
|
17
|
+
base: 'base',
|
|
18
|
+
}),
|
|
19
|
+
disabled: figma.enum('state', {
|
|
20
|
+
disabled: true,
|
|
21
|
+
}),
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
const example = (props: Omit<InteractiveIconProps, 'icon'> & { icon: any }) => (
|
|
25
|
+
<InteractiveIcon
|
|
26
|
+
iconType={props.iconType}
|
|
27
|
+
appearance={props.appearance}
|
|
28
|
+
icon={props.icon}
|
|
29
|
+
disabled={props.disabled}
|
|
30
|
+
onPress={() => {}}
|
|
31
|
+
/>
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
figma.connect(InteractiveIcon, URL, {
|
|
35
|
+
variant: { appearance: 'filled' },
|
|
36
|
+
imports: [
|
|
37
|
+
"import { InteractiveIcon } from '@ledgerhq/lumen-ui-rnative'",
|
|
38
|
+
"import { Placeholder } from '@ledgerhq/lumen-ui-rnative/symbols'",
|
|
39
|
+
],
|
|
40
|
+
props: { ...sharedProps, icon: Placeholder },
|
|
41
|
+
example,
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
figma.connect(InteractiveIcon, URL, {
|
|
45
|
+
variant: { appearance: 'stroked' },
|
|
46
|
+
imports: [
|
|
47
|
+
"import { InteractiveIcon } from '@ledgerhq/lumen-ui-rnative'",
|
|
48
|
+
"import { Placeholder } from '@ledgerhq/lumen-ui-rnative/symbols'",
|
|
49
|
+
],
|
|
50
|
+
props: { ...sharedProps, icon: Placeholder },
|
|
51
|
+
example,
|
|
52
|
+
});
|
|
@@ -3,8 +3,6 @@ import * as InteractiveIconStories from './InteractiveIcon.stories';
|
|
|
3
3
|
import { Box } from '../Utility';
|
|
4
4
|
import { InteractiveIcon } from './InteractiveIcon';
|
|
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/InteractiveIcon' of={InteractiveIconStories} />
|
|
10
8
|
|
|
@@ -172,111 +170,6 @@ function SizeExamples() {
|
|
|
172
170
|
}
|
|
173
171
|
```
|
|
174
172
|
|
|
175
|
-
## Do's and Don'ts
|
|
176
|
-
|
|
177
|
-
The following guidelines are based on our design system principles and accessibility best practices for icon-only interactive elements.
|
|
178
|
-
|
|
179
|
-
<Box lx={{ flexDirection: 'column', gap: 's24' }}>
|
|
180
|
-
<DoVsDontRow>
|
|
181
|
-
<DoBlockItem
|
|
182
|
-
title='Use appropriate icon types for variants'
|
|
183
|
-
description='Match icon styles to iconType prop: filled icons with filled, outlined icons with stroked'
|
|
184
|
-
>
|
|
185
|
-
|
|
186
|
-
{/* prettier-ignore */}
|
|
187
|
-
```tsx
|
|
188
|
-
import { DeleteCircleFill, Settings } from '@ledgerhq/lumen-ui-rnative/symbols';
|
|
189
|
-
|
|
190
|
-
// Filled icon with filled variant
|
|
191
|
-
<InteractiveIcon
|
|
192
|
-
iconType='filled'
|
|
193
|
-
icon={DeleteCircleFill}
|
|
194
|
-
size={20}
|
|
195
|
-
accessibilityLabel='Delete'
|
|
196
|
-
/>
|
|
197
|
-
|
|
198
|
-
// Outlined icon with stroked variant
|
|
199
|
-
<InteractiveIcon
|
|
200
|
-
iconType='stroked'
|
|
201
|
-
icon={Settings}
|
|
202
|
-
size={20}
|
|
203
|
-
accessibilityLabel='Settings'
|
|
204
|
-
/>
|
|
205
|
-
```
|
|
206
|
-
|
|
207
|
-
</DoBlockItem>
|
|
208
|
-
<DontBlockItem
|
|
209
|
-
title="Don't mix icon styles with wrong variants"
|
|
210
|
-
description='Avoid using filled icons with stroked variant or vice versa as it creates visual inconsistency'
|
|
211
|
-
>
|
|
212
|
-
|
|
213
|
-
{/* prettier-ignore */}
|
|
214
|
-
```tsx
|
|
215
|
-
import { DeleteCircleFill, Settings } from '@ledgerhq/lumen-ui-rnative/symbols';
|
|
216
|
-
|
|
217
|
-
// Filled icon with stroked variant (wrong)
|
|
218
|
-
<InteractiveIcon
|
|
219
|
-
iconType='stroked'
|
|
220
|
-
icon={DeleteCircleFill}
|
|
221
|
-
size={20}
|
|
222
|
-
accessibilityLabel='Delete'
|
|
223
|
-
/>
|
|
224
|
-
|
|
225
|
-
// Outlined icon with filled variant (wrong)
|
|
226
|
-
<InteractiveIcon
|
|
227
|
-
iconType='filled'
|
|
228
|
-
icon={Settings}
|
|
229
|
-
size={20}
|
|
230
|
-
accessibilityLabel='Settings'
|
|
231
|
-
/>
|
|
232
|
-
```
|
|
233
|
-
|
|
234
|
-
</DontBlockItem>
|
|
235
|
-
|
|
236
|
-
</DoVsDontRow>
|
|
237
|
-
|
|
238
|
-
<DoVsDontRow>
|
|
239
|
-
<DoBlockItem
|
|
240
|
-
title='Always provide descriptive accessibilityLabel'
|
|
241
|
-
description='Use clear, action-oriented labels that describe what the icon does'
|
|
242
|
-
>
|
|
243
|
-
|
|
244
|
-
{/* prettier-ignore */}
|
|
245
|
-
```tsx
|
|
246
|
-
import { Download } from '@ledgerhq/lumen-ui-rnative/symbols';
|
|
247
|
-
|
|
248
|
-
<InteractiveIcon
|
|
249
|
-
iconType='stroked'
|
|
250
|
-
icon={Download}
|
|
251
|
-
size={20}
|
|
252
|
-
accessibilityLabel='Download PDF document'
|
|
253
|
-
/>
|
|
254
|
-
```
|
|
255
|
-
|
|
256
|
-
</DoBlockItem>
|
|
257
|
-
<DontBlockItem
|
|
258
|
-
title="Don't omit or use generic accessibilityLabel"
|
|
259
|
-
description='Avoid missing labels, generic labels like "Click here", or icon names as labels'
|
|
260
|
-
>
|
|
261
|
-
|
|
262
|
-
{/* prettier-ignore */}
|
|
263
|
-
```tsx
|
|
264
|
-
import { Download } from '@ledgerhq/lumen-ui-rnative/symbols';
|
|
265
|
-
|
|
266
|
-
<InteractiveIcon
|
|
267
|
-
iconType='stroked'
|
|
268
|
-
icon={Download}
|
|
269
|
-
size={20}
|
|
270
|
-
accessibilityLabel='Click here'
|
|
271
|
-
/>
|
|
272
|
-
```
|
|
273
|
-
|
|
274
|
-
</DontBlockItem>
|
|
275
|
-
|
|
276
|
-
</DoVsDontRow>
|
|
277
|
-
|
|
278
|
-
<CommonRulesDoAndDont />
|
|
279
|
-
</Box>
|
|
280
173
|
|
|
281
174
|
</Tab>
|
|
282
175
|
</CustomTabs>
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import figma from '@figma/code-connect';
|
|
2
|
+
import { Placeholder } from '../../Symbols';
|
|
3
|
+
import { Link } from './Link';
|
|
4
|
+
import type { LinkProps } from './types';
|
|
5
|
+
|
|
6
|
+
figma.connect(
|
|
7
|
+
Link,
|
|
8
|
+
'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=9661-18364',
|
|
9
|
+
{
|
|
10
|
+
imports: [
|
|
11
|
+
"import { Link } from '@ledgerhq/lumen-ui-rnative'",
|
|
12
|
+
"import { Placeholder } from '@ledgerhq/lumen-ui-rnative/symbols'",
|
|
13
|
+
],
|
|
14
|
+
props: {
|
|
15
|
+
isExternal: figma.boolean('show-external-link', {
|
|
16
|
+
true: true,
|
|
17
|
+
false: false,
|
|
18
|
+
}),
|
|
19
|
+
underline: figma.boolean('underline', {
|
|
20
|
+
true: true,
|
|
21
|
+
false: false,
|
|
22
|
+
}),
|
|
23
|
+
appearance: figma.enum('appearance', {
|
|
24
|
+
base: 'base',
|
|
25
|
+
accent: 'accent',
|
|
26
|
+
}),
|
|
27
|
+
size: figma.enum('size', {
|
|
28
|
+
sm: 'sm',
|
|
29
|
+
md: 'md',
|
|
30
|
+
}),
|
|
31
|
+
icon: figma.boolean('show-icon', {
|
|
32
|
+
true: Placeholder,
|
|
33
|
+
false: undefined,
|
|
34
|
+
}),
|
|
35
|
+
},
|
|
36
|
+
example: (
|
|
37
|
+
props: Omit<LinkProps, 'icon' | 'children'> & {
|
|
38
|
+
icon?: any;
|
|
39
|
+
},
|
|
40
|
+
) => (
|
|
41
|
+
<Link
|
|
42
|
+
isExternal={props.isExternal}
|
|
43
|
+
underline={props.underline}
|
|
44
|
+
appearance={props.appearance}
|
|
45
|
+
size={props.size}
|
|
46
|
+
icon={props.icon}
|
|
47
|
+
onPress={() => {}}
|
|
48
|
+
>
|
|
49
|
+
Label
|
|
50
|
+
</Link>
|
|
51
|
+
),
|
|
52
|
+
},
|
|
53
|
+
);
|
|
@@ -3,8 +3,6 @@ import * as LinkStories from './Link.stories';
|
|
|
3
3
|
import { Link } from './Link';
|
|
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/Link' of={LinkStories} />
|
|
10
8
|
|
|
@@ -189,106 +187,6 @@ The Link component is built on React Native's `Pressable` and accepts all its pr
|
|
|
189
187
|
</Link>
|
|
190
188
|
```
|
|
191
189
|
|
|
192
|
-
## Do's and Don'ts
|
|
193
|
-
|
|
194
|
-
The following guidelines are based on our design system principles. These decisions were made to ensure consistency, maintainability, and proper implementation of our design system principles.
|
|
195
|
-
|
|
196
|
-
<Box lx={{ flexDirection: 'column', gap: 's24' }}>
|
|
197
|
-
<DoVsDontRow>
|
|
198
|
-
<DoBlockItem
|
|
199
|
-
title='Keep underline for base appearance'
|
|
200
|
-
description='Base appearance links should keep underlines for accessibility'
|
|
201
|
-
>
|
|
202
|
-
|
|
203
|
-
{/* prettier-ignore */}
|
|
204
|
-
```tsx
|
|
205
|
-
<Link appearance='base' href='https://example.com'>
|
|
206
|
-
Accessible Link
|
|
207
|
-
</Link>
|
|
208
|
-
```
|
|
209
|
-
|
|
210
|
-
</DoBlockItem>
|
|
211
|
-
<DontBlockItem
|
|
212
|
-
title="Don't remove underline from base appearance"
|
|
213
|
-
description='This makes links hard to distinguish from regular bold text, hurting accessibility'
|
|
214
|
-
>
|
|
215
|
-
|
|
216
|
-
{/* prettier-ignore */}
|
|
217
|
-
```tsx
|
|
218
|
-
<Link appearance='base' underline={false} href='https://example.com'>
|
|
219
|
-
Hard to Distinguish
|
|
220
|
-
</Link>
|
|
221
|
-
```
|
|
222
|
-
|
|
223
|
-
</DontBlockItem>
|
|
224
|
-
|
|
225
|
-
</DoVsDontRow>
|
|
226
|
-
|
|
227
|
-
<DoVsDontRow>
|
|
228
|
-
<DoBlockItem
|
|
229
|
-
title='Use icon prop for consistent sizing'
|
|
230
|
-
description='Pass icon as a component reference and let Link handle sizing'
|
|
231
|
-
>
|
|
232
|
-
|
|
233
|
-
{/* prettier-ignore */}
|
|
234
|
-
```tsx
|
|
235
|
-
import { ArrowRight } from '@ledgerhq/lumen-ui-rnative/symbols';
|
|
236
|
-
|
|
237
|
-
<Link icon={ArrowRight} size='sm' href='https://example.com'>
|
|
238
|
-
Next
|
|
239
|
-
</Link>
|
|
240
|
-
```
|
|
241
|
-
|
|
242
|
-
</DoBlockItem>
|
|
243
|
-
<DontBlockItem
|
|
244
|
-
title="Don't include icon in children"
|
|
245
|
-
description='Avoid placing icons inside children as this breaks automatic sizing'
|
|
246
|
-
>
|
|
247
|
-
|
|
248
|
-
{/* prettier-ignore */}
|
|
249
|
-
```tsx
|
|
250
|
-
import { ArrowRight } from '@ledgerhq/lumen-ui-rnative/symbols';
|
|
251
|
-
|
|
252
|
-
<Link size='sm' href='https://example.com'>
|
|
253
|
-
<ArrowRight /> Next
|
|
254
|
-
</Link>
|
|
255
|
-
```
|
|
256
|
-
|
|
257
|
-
</DontBlockItem>
|
|
258
|
-
</DoVsDontRow>
|
|
259
|
-
|
|
260
|
-
<DoVsDontRow>
|
|
261
|
-
<DoBlockItem
|
|
262
|
-
title='Provide href or onPress'
|
|
263
|
-
description='Always provide either href for URL navigation or onPress for custom navigation'
|
|
264
|
-
>
|
|
265
|
-
|
|
266
|
-
{/* prettier-ignore */}
|
|
267
|
-
```tsx
|
|
268
|
-
<Link href='https://example.com'>
|
|
269
|
-
Visit External Site
|
|
270
|
-
</Link>
|
|
271
|
-
```
|
|
272
|
-
|
|
273
|
-
</DoBlockItem>
|
|
274
|
-
<DontBlockItem
|
|
275
|
-
title="Don't omit both href and onPress"
|
|
276
|
-
description='Links need either href or onPress to function properly'
|
|
277
|
-
>
|
|
278
|
-
|
|
279
|
-
{/* prettier-ignore */}
|
|
280
|
-
```tsx
|
|
281
|
-
<Link>
|
|
282
|
-
Clickable Looking Link
|
|
283
|
-
</Link>
|
|
284
|
-
```
|
|
285
|
-
|
|
286
|
-
</DontBlockItem>
|
|
287
|
-
|
|
288
|
-
</DoVsDontRow>
|
|
289
|
-
|
|
290
|
-
<CommonRulesDoAndDont />
|
|
291
|
-
</Box>
|
|
292
190
|
|
|
293
191
|
## Platform Considerations
|
|
294
192
|
|