@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
|
@@ -3,8 +3,6 @@ import * as SpotStories from './Spot.stories';
|
|
|
3
3
|
import { Spot } from './Spot';
|
|
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/Spot' of={SpotStories} />
|
|
10
8
|
|
|
@@ -171,98 +169,6 @@ function StatusIndicators() {
|
|
|
171
169
|
}
|
|
172
170
|
```
|
|
173
171
|
|
|
174
|
-
## Do's and Don'ts
|
|
175
|
-
|
|
176
|
-
<Box lx={{ flexDirection: 'column', gap: 's24' }}>
|
|
177
|
-
<DoVsDontRow>
|
|
178
|
-
<DoBlockItem
|
|
179
|
-
title='Use required props for discriminated types'
|
|
180
|
-
description='Icon appearance requires icon prop, number appearance requires number prop'
|
|
181
|
-
>
|
|
182
|
-
|
|
183
|
-
{/* prettier-ignore */}
|
|
184
|
-
```tsx
|
|
185
|
-
import { Settings } from '@ledgerhq/lumen-ui-rnative/symbols';
|
|
186
|
-
|
|
187
|
-
<Spot appearance='icon' icon={Settings} />
|
|
188
|
-
<Spot appearance='number' number={5} />
|
|
189
|
-
```
|
|
190
|
-
|
|
191
|
-
</DoBlockItem>
|
|
192
|
-
<DontBlockItem
|
|
193
|
-
title="Don't omit required props"
|
|
194
|
-
description='Discriminated union types require their specific props'
|
|
195
|
-
>
|
|
196
|
-
|
|
197
|
-
{/* prettier-ignore */}
|
|
198
|
-
```tsx
|
|
199
|
-
import { Settings } from '@ledgerhq/lumen-ui-rnative/symbols';
|
|
200
|
-
|
|
201
|
-
<Spot appearance='icon' /> // Missing required 'icon' prop
|
|
202
|
-
<Spot appearance='number' /> // Missing required 'number' prop
|
|
203
|
-
```
|
|
204
|
-
|
|
205
|
-
</DontBlockItem>
|
|
206
|
-
|
|
207
|
-
</DoVsDontRow>
|
|
208
|
-
|
|
209
|
-
<DoVsDontRow>
|
|
210
|
-
<DoBlockItem
|
|
211
|
-
title='Use valid number values'
|
|
212
|
-
description='Number appearance only accepts values from 0 to 9'
|
|
213
|
-
>
|
|
214
|
-
|
|
215
|
-
{/* prettier-ignore */}
|
|
216
|
-
```tsx
|
|
217
|
-
<Spot appearance='number' number={5} />
|
|
218
|
-
<Spot appearance='number' number={0} />
|
|
219
|
-
```
|
|
220
|
-
|
|
221
|
-
</DoBlockItem>
|
|
222
|
-
<DontBlockItem
|
|
223
|
-
title="Don't pass invalid number values"
|
|
224
|
-
description='Only values 0-9 are allowed for number appearance'
|
|
225
|
-
>
|
|
226
|
-
|
|
227
|
-
{/* prettier-ignore */}
|
|
228
|
-
```tsx
|
|
229
|
-
<Spot appearance='number' number={10} />
|
|
230
|
-
<Spot appearance='number' number={-1} />
|
|
231
|
-
```
|
|
232
|
-
|
|
233
|
-
</DontBlockItem>
|
|
234
|
-
|
|
235
|
-
</DoVsDontRow>
|
|
236
|
-
|
|
237
|
-
<DoVsDontRow>
|
|
238
|
-
<DoBlockItem
|
|
239
|
-
title='Use Spot for status indication only'
|
|
240
|
-
description='Spots are designed to display status, not to be interactive elements'
|
|
241
|
-
>
|
|
242
|
-
|
|
243
|
-
{/* prettier-ignore */}
|
|
244
|
-
```tsx
|
|
245
|
-
<Spot appearance='check' />
|
|
246
|
-
<Spot appearance='error' />
|
|
247
|
-
```
|
|
248
|
-
|
|
249
|
-
</DoBlockItem>
|
|
250
|
-
<DontBlockItem
|
|
251
|
-
title="Don't make spots interactive"
|
|
252
|
-
description='Avoid adding press handlers or making spots clickable'
|
|
253
|
-
>
|
|
254
|
-
|
|
255
|
-
{/* prettier-ignore */}
|
|
256
|
-
```tsx
|
|
257
|
-
<Spot appearance='check' onPress={handlePress} />
|
|
258
|
-
```
|
|
259
|
-
|
|
260
|
-
</DontBlockItem>
|
|
261
|
-
|
|
262
|
-
</DoVsDontRow>
|
|
263
|
-
|
|
264
|
-
<CommonRulesDoAndDont />
|
|
265
|
-
</Box>
|
|
266
172
|
|
|
267
173
|
</Tab>
|
|
268
174
|
</CustomTabs>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import figma from '@figma/code-connect';
|
|
4
|
+
import { Stepper } from "./Stepper.js";
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
figma.connect(Stepper, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7/2.-Components-Library?node-id=11439-7755', {
|
|
7
|
+
imports: ["import { Stepper } from '@ledgerhq/lumen-ui-rnative'"],
|
|
8
|
+
example: () => /*#__PURE__*/_jsx(Stepper, {
|
|
9
|
+
currentStep: 2,
|
|
10
|
+
totalSteps: 4
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=Stepper.figma.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["figma","Stepper","jsx","_jsx","connect","imports","example","currentStep","totalSteps"],"sourceRoot":"../../../../../src","sources":["lib/Components/Stepper/Stepper.figma.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,qBAAqB;AACvC,SAASC,OAAO,QAAQ,cAAW;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAEpCH,KAAK,CAACI,OAAO,CACXH,OAAO,EACP,8FAA8F,EAC9F;EACEI,OAAO,EAAE,CAAC,sDAAsD,CAAC;EACjEC,OAAO,EAAEA,CAAA,kBAAMH,IAAA,CAACF,OAAO;IAACM,WAAW,EAAE,CAAE;IAACC,UAAU,EAAE;EAAE,CAAE;AAC1D,CACF,CAAC","ignoreList":[]}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { Meta, Canvas, Controls } from '@storybook/addon-docs/blocks';
|
|
2
2
|
import { CustomTabs, Tab } from '../../../../.storybook/components';
|
|
3
3
|
import * as StepperStories from './Stepper.stories';
|
|
4
|
-
import { DoVsDontRow, DoBlockItem, DontBlockItem } from '../../../../.storybook/components/DoVsDont';
|
|
5
|
-
import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
|
|
6
4
|
import { Box } from '../Utility/Box';
|
|
7
5
|
import { Text } from '../Utility/Text';
|
|
8
6
|
|
|
@@ -143,71 +141,6 @@ function LocalizedStepper() {
|
|
|
143
141
|
}
|
|
144
142
|
```
|
|
145
143
|
|
|
146
|
-
## Do's and Don'ts
|
|
147
|
-
|
|
148
|
-
<Box lx={{ gap: 's24' }}>
|
|
149
|
-
<DoVsDontRow>
|
|
150
|
-
<DoBlockItem
|
|
151
|
-
title='Provide meaningful step counts'
|
|
152
|
-
description='Use realistic total steps that match your flow'
|
|
153
|
-
>
|
|
154
|
-
|
|
155
|
-
{/* prettier-ignore */}
|
|
156
|
-
```tsx
|
|
157
|
-
<Stepper currentStep={3} totalSteps={5} />
|
|
158
|
-
```
|
|
159
|
-
|
|
160
|
-
</DoBlockItem>
|
|
161
|
-
<DontBlockItem
|
|
162
|
-
title="Don't use for single-step processes"
|
|
163
|
-
description='Steppers are for multi-step workflows only'
|
|
164
|
-
>
|
|
165
|
-
|
|
166
|
-
{/* prettier-ignore */}
|
|
167
|
-
```tsx
|
|
168
|
-
<Stepper currentStep={1} totalSteps={1} />
|
|
169
|
-
```
|
|
170
|
-
|
|
171
|
-
</DontBlockItem>
|
|
172
|
-
|
|
173
|
-
</DoVsDontRow>
|
|
174
|
-
|
|
175
|
-
<DoVsDontRow>
|
|
176
|
-
<DoBlockItem
|
|
177
|
-
title='Use disabled for paused steppers'
|
|
178
|
-
description='Reserve disabled for steppers that are not actively progressing'
|
|
179
|
-
>
|
|
180
|
-
|
|
181
|
-
{/* prettier-ignore */}
|
|
182
|
-
```tsx
|
|
183
|
-
<Stepper
|
|
184
|
-
currentStep={2}
|
|
185
|
-
totalSteps={4}
|
|
186
|
-
disabled
|
|
187
|
-
/>
|
|
188
|
-
```
|
|
189
|
-
|
|
190
|
-
</DoBlockItem>
|
|
191
|
-
<DontBlockItem
|
|
192
|
-
title="Don't disable active steps"
|
|
193
|
-
description='Active steps in progress should not be disabled'
|
|
194
|
-
>
|
|
195
|
-
|
|
196
|
-
{/* prettier-ignore */}
|
|
197
|
-
```tsx
|
|
198
|
-
<Stepper
|
|
199
|
-
currentStep={2}
|
|
200
|
-
totalSteps={4}
|
|
201
|
-
disabled // Wrong for active step
|
|
202
|
-
/>
|
|
203
|
-
```
|
|
204
|
-
|
|
205
|
-
</DontBlockItem>
|
|
206
|
-
|
|
207
|
-
</DoVsDontRow>
|
|
208
|
-
|
|
209
|
-
<CommonRulesDoAndDont />
|
|
210
|
-
</Box>
|
|
211
144
|
|
|
212
145
|
</Tab>
|
|
213
146
|
</CustomTabs>
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import figma from '@figma/code-connect';
|
|
4
|
+
import { Subheader, SubheaderDescription, SubheaderRow, SubheaderShowMore, SubheaderTitle, SubheaderCount } from "./Subheader.js";
|
|
5
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
6
|
+
figma.connect(Subheader, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=16477-1522', {
|
|
7
|
+
imports: ["import { Subheader, SubheaderRow, SubheaderTitle, SubheaderDescription, SubheaderCount } from '@ledgerhq/lumen-ui-rnative'"],
|
|
8
|
+
variant: {
|
|
9
|
+
'leading-action': 'none'
|
|
10
|
+
},
|
|
11
|
+
props: {
|
|
12
|
+
title: figma.string('title'),
|
|
13
|
+
descriptionBlock: figma.boolean('show-description', {
|
|
14
|
+
true: /*#__PURE__*/_jsx(SubheaderDescription, {
|
|
15
|
+
children: "Description"
|
|
16
|
+
}),
|
|
17
|
+
false: undefined
|
|
18
|
+
}),
|
|
19
|
+
count: figma.boolean('show-number', {
|
|
20
|
+
true: /*#__PURE__*/_jsx(SubheaderCount, {
|
|
21
|
+
value: 5
|
|
22
|
+
}),
|
|
23
|
+
false: undefined
|
|
24
|
+
})
|
|
25
|
+
},
|
|
26
|
+
example: props => /*#__PURE__*/_jsxs(Subheader, {
|
|
27
|
+
children: [/*#__PURE__*/_jsxs(SubheaderRow, {
|
|
28
|
+
children: [/*#__PURE__*/_jsx(SubheaderTitle, {
|
|
29
|
+
children: props.title
|
|
30
|
+
}), props.count]
|
|
31
|
+
}), props.descriptionBlock]
|
|
32
|
+
})
|
|
33
|
+
});
|
|
34
|
+
figma.connect(Subheader, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=16477-1522', {
|
|
35
|
+
imports: ["import { Subheader, SubheaderRow, SubheaderTitle, SubheaderShowMore, SubheaderDescription } from '@ledgerhq/lumen-ui-rnative'"],
|
|
36
|
+
variant: {
|
|
37
|
+
'leading-action': 'show-more'
|
|
38
|
+
},
|
|
39
|
+
props: {
|
|
40
|
+
title: figma.string('title'),
|
|
41
|
+
descriptionBlock: figma.boolean('show-description', {
|
|
42
|
+
true: /*#__PURE__*/_jsx(SubheaderDescription, {
|
|
43
|
+
children: "Description"
|
|
44
|
+
}),
|
|
45
|
+
false: undefined
|
|
46
|
+
}),
|
|
47
|
+
count: figma.boolean('show-number', {
|
|
48
|
+
true: /*#__PURE__*/_jsx(SubheaderCount, {
|
|
49
|
+
value: 5
|
|
50
|
+
}),
|
|
51
|
+
false: undefined
|
|
52
|
+
})
|
|
53
|
+
},
|
|
54
|
+
example: ({
|
|
55
|
+
title,
|
|
56
|
+
descriptionBlock,
|
|
57
|
+
count
|
|
58
|
+
}) => /*#__PURE__*/_jsxs(Subheader, {
|
|
59
|
+
children: [/*#__PURE__*/_jsxs(SubheaderRow, {
|
|
60
|
+
onPress: () => {},
|
|
61
|
+
children: [/*#__PURE__*/_jsx(SubheaderTitle, {
|
|
62
|
+
children: title
|
|
63
|
+
}), count, /*#__PURE__*/_jsx(SubheaderShowMore, {})]
|
|
64
|
+
}), descriptionBlock]
|
|
65
|
+
})
|
|
66
|
+
});
|
|
67
|
+
//# sourceMappingURL=Subheader.figma.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["figma","Subheader","SubheaderDescription","SubheaderRow","SubheaderShowMore","SubheaderTitle","SubheaderCount","jsx","_jsx","jsxs","_jsxs","connect","imports","variant","props","title","string","descriptionBlock","boolean","true","children","false","undefined","count","value","example","onPress"],"sourceRoot":"../../../../../src","sources":["lib/Components/Subheader/Subheader.figma.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,qBAAqB;AACvC,SACEC,SAAS,EACTC,oBAAoB,EACpBC,YAAY,EACZC,iBAAiB,EACjBC,cAAc,EACdC,cAAc,QACT,gBAAa;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAErBV,KAAK,CAACW,OAAO,CACXV,SAAS,EACT,wEAAwE,EACxE;EACEW,OAAO,EAAE,CACP,4HAA4H,CAC7H;EACDC,OAAO,EAAE;IAAE,gBAAgB,EAAE;EAAO,CAAC;EACrCC,KAAK,EAAE;IACLC,KAAK,EAAEf,KAAK,CAACgB,MAAM,CAAC,OAAO,CAAC;IAC5BC,gBAAgB,EAAEjB,KAAK,CAACkB,OAAO,CAAC,kBAAkB,EAAE;MAClDC,IAAI,eAAEX,IAAA,CAACN,oBAAoB;QAAAkB,QAAA,EAAC;MAAW,CAAsB,CAAC;MAC9DC,KAAK,EAAEC;IACT,CAAC,CAAC;IACFC,KAAK,EAAEvB,KAAK,CAACkB,OAAO,CAAC,aAAa,EAAE;MAClCC,IAAI,eAAEX,IAAA,CAACF,cAAc;QAACkB,KAAK,EAAE;MAAE,CAAE,CAAC;MAClCH,KAAK,EAAEC;IACT,CAAC;EACH,CAAC;EACDG,OAAO,EAAGX,KAAK,iBACbJ,KAAA,CAACT,SAAS;IAAAmB,QAAA,gBACRV,KAAA,CAACP,YAAY;MAAAiB,QAAA,gBACXZ,IAAA,CAACH,cAAc;QAAAe,QAAA,EAAEN,KAAK,CAACC;MAAK,CAAiB,CAAC,EAC7CD,KAAK,CAACS,KAAK;IAAA,CACA,CAAC,EACdT,KAAK,CAACG,gBAAgB;EAAA,CACd;AAEf,CACF,CAAC;AAEDjB,KAAK,CAACW,OAAO,CACXV,SAAS,EACT,wEAAwE,EACxE;EACEW,OAAO,EAAE,CACP,+HAA+H,CAChI;EACDC,OAAO,EAAE;IAAE,gBAAgB,EAAE;EAAY,CAAC;EAC1CC,KAAK,EAAE;IACLC,KAAK,EAAEf,KAAK,CAACgB,MAAM,CAAC,OAAO,CAAC;IAC5BC,gBAAgB,EAAEjB,KAAK,CAACkB,OAAO,CAAC,kBAAkB,EAAE;MAClDC,IAAI,eAAEX,IAAA,CAACN,oBAAoB;QAAAkB,QAAA,EAAC;MAAW,CAAsB,CAAC;MAC9DC,KAAK,EAAEC;IACT,CAAC,CAAC;IACFC,KAAK,EAAEvB,KAAK,CAACkB,OAAO,CAAC,aAAa,EAAE;MAClCC,IAAI,eAAEX,IAAA,CAACF,cAAc;QAACkB,KAAK,EAAE;MAAE,CAAE,CAAC;MAClCH,KAAK,EAAEC;IACT,CAAC;EACH,CAAC;EACDG,OAAO,EAAEA,CAAC;IAAEV,KAAK;IAAEE,gBAAgB;IAAEM;EAAM,CAAC,kBAC1Cb,KAAA,CAACT,SAAS;IAAAmB,QAAA,gBACRV,KAAA,CAACP,YAAY;MAACuB,OAAO,EAAEA,CAAA,KAAM,CAAC,CAAE;MAAAN,QAAA,gBAC9BZ,IAAA,CAACH,cAAc;QAAAe,QAAA,EAAEL;MAAK,CAAiB,CAAC,EACvCQ,KAAK,eACNf,IAAA,CAACJ,iBAAiB,IAAE,CAAC;IAAA,CACT,CAAC,EACda,gBAAgB;EAAA,CACR;AAEf,CACF,CAAC","ignoreList":[]}
|
|
@@ -13,11 +13,7 @@ import {
|
|
|
13
13
|
import {
|
|
14
14
|
CustomTabs,
|
|
15
15
|
Tab,
|
|
16
|
-
DoVsDontRow,
|
|
17
|
-
DoBlockItem,
|
|
18
|
-
DontBlockItem,
|
|
19
16
|
} from '../../../../.storybook/components';
|
|
20
|
-
import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
|
|
21
17
|
|
|
22
18
|
<Meta title='Core/Subheader' of={SubheaderStories} />
|
|
23
19
|
|
|
@@ -364,118 +360,6 @@ Use the `lx` prop for layout adjustments like margins or positioning:
|
|
|
364
360
|
</Subheader>
|
|
365
361
|
```
|
|
366
362
|
|
|
367
|
-
## Do's and Don'ts
|
|
368
|
-
|
|
369
|
-
The following guidelines ensure consistent usage of the Subheader component and maintain design system principles.
|
|
370
|
-
|
|
371
|
-
<Box lx={{ flexDirection: 'column', gap: 's16' }}>
|
|
372
|
-
|
|
373
|
-
<DoVsDontRow>
|
|
374
|
-
<DoBlockItem
|
|
375
|
-
title='Use Count for numeric values'
|
|
376
|
-
description='Pass numbers using the value prop'
|
|
377
|
-
>
|
|
378
|
-
|
|
379
|
-
{/* prettier-ignore */}
|
|
380
|
-
```tsx
|
|
381
|
-
<Subheader>
|
|
382
|
-
<SubheaderRow>
|
|
383
|
-
<SubheaderTitle>Accounts</SubheaderTitle>
|
|
384
|
-
<SubheaderCount value={30} />
|
|
385
|
-
</SubheaderRow>
|
|
386
|
-
</Subheader>
|
|
387
|
-
```
|
|
388
|
-
|
|
389
|
-
</DoBlockItem>
|
|
390
|
-
<DontBlockItem
|
|
391
|
-
title="Don't add parentheses manually"
|
|
392
|
-
description='Count component automatically formats the value'
|
|
393
|
-
>
|
|
394
|
-
|
|
395
|
-
{/* prettier-ignore */}
|
|
396
|
-
```tsx
|
|
397
|
-
<Subheader>
|
|
398
|
-
<SubheaderRow>
|
|
399
|
-
<SubheaderTitle>Accounts (30)</SubheaderTitle>
|
|
400
|
-
</SubheaderRow>
|
|
401
|
-
</Subheader>
|
|
402
|
-
```
|
|
403
|
-
|
|
404
|
-
</DontBlockItem>
|
|
405
|
-
|
|
406
|
-
</DoVsDontRow>
|
|
407
|
-
|
|
408
|
-
<DoVsDontRow>
|
|
409
|
-
<DoBlockItem
|
|
410
|
-
title='Use the composite pattern'
|
|
411
|
-
description='Compose sub-components for flexibility'
|
|
412
|
-
>
|
|
413
|
-
|
|
414
|
-
{/* prettier-ignore */}
|
|
415
|
-
```tsx
|
|
416
|
-
<Subheader>
|
|
417
|
-
<SubheaderRow>
|
|
418
|
-
<SubheaderTitle>Title</SubheaderTitle>
|
|
419
|
-
<SubheaderCount value={5} />
|
|
420
|
-
</SubheaderRow>
|
|
421
|
-
<SubheaderDescription>Description</SubheaderDescription>
|
|
422
|
-
</Subheader>
|
|
423
|
-
```
|
|
424
|
-
|
|
425
|
-
</DoBlockItem>
|
|
426
|
-
<DontBlockItem
|
|
427
|
-
title="Don't use non-composite children"
|
|
428
|
-
description='Only use the provided sub-components'
|
|
429
|
-
>
|
|
430
|
-
|
|
431
|
-
{/* prettier-ignore */}
|
|
432
|
-
```tsx
|
|
433
|
-
<Subheader>
|
|
434
|
-
<Text>Title (5)</Text>
|
|
435
|
-
<Text>Description</Text>
|
|
436
|
-
</Subheader>
|
|
437
|
-
```
|
|
438
|
-
|
|
439
|
-
</DontBlockItem>
|
|
440
|
-
|
|
441
|
-
</DoVsDontRow>
|
|
442
|
-
|
|
443
|
-
<DoVsDontRow>
|
|
444
|
-
<DoBlockItem
|
|
445
|
-
title='Use lx for layout adjustments only'
|
|
446
|
-
description='Use the lx prop for margins, positioning, and other layout adjustments'
|
|
447
|
-
>
|
|
448
|
-
|
|
449
|
-
{/* prettier-ignore */}
|
|
450
|
-
```tsx
|
|
451
|
-
<Subheader lx={{ marginTop: 's16' }}>
|
|
452
|
-
<SubheaderRow>
|
|
453
|
-
<SubheaderTitle>Title</SubheaderTitle>
|
|
454
|
-
</SubheaderRow>
|
|
455
|
-
</Subheader>
|
|
456
|
-
```
|
|
457
|
-
|
|
458
|
-
</DoBlockItem>
|
|
459
|
-
<DontBlockItem
|
|
460
|
-
title="Don't use lx for appearance changes"
|
|
461
|
-
description='Avoid using lx to modify colors, padding, or other core appearance styles'
|
|
462
|
-
>
|
|
463
|
-
|
|
464
|
-
{/* prettier-ignore */}
|
|
465
|
-
```tsx
|
|
466
|
-
<Subheader lx={{ backgroundColor: 'accent', padding: 's24' }}>
|
|
467
|
-
<SubheaderRow>
|
|
468
|
-
<SubheaderTitle>Title</SubheaderTitle>
|
|
469
|
-
</SubheaderRow>
|
|
470
|
-
</Subheader>
|
|
471
|
-
```
|
|
472
|
-
|
|
473
|
-
</DontBlockItem>
|
|
474
|
-
|
|
475
|
-
</DoVsDontRow>
|
|
476
|
-
|
|
477
|
-
<CommonRulesDoAndDont />
|
|
478
|
-
</Box>
|
|
479
363
|
|
|
480
364
|
</Tab>
|
|
481
365
|
</CustomTabs>
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import figma from '@figma/code-connect';
|
|
4
|
+
import { Switch } from "./Switch.js";
|
|
5
|
+
|
|
6
|
+
// Standalone Switch component
|
|
7
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
8
|
+
figma.connect(Switch, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=802-186', {
|
|
9
|
+
imports: ["import { Switch } from '@ledgerhq/lumen-ui-rnative'"],
|
|
10
|
+
props: {
|
|
11
|
+
checked: figma.boolean('selected', {
|
|
12
|
+
true: true,
|
|
13
|
+
false: false
|
|
14
|
+
}),
|
|
15
|
+
disabled: figma.enum('state', {
|
|
16
|
+
disabled: true
|
|
17
|
+
}),
|
|
18
|
+
size: figma.enum('size', {
|
|
19
|
+
sm: 'sm',
|
|
20
|
+
md: 'md'
|
|
21
|
+
})
|
|
22
|
+
},
|
|
23
|
+
example: props => /*#__PURE__*/_jsx(Switch, {
|
|
24
|
+
checked: props.checked,
|
|
25
|
+
defaultChecked: false,
|
|
26
|
+
onCheckedChange: _checked => {},
|
|
27
|
+
size: props.size,
|
|
28
|
+
disabled: props.disabled
|
|
29
|
+
})
|
|
30
|
+
});
|
|
31
|
+
|
|
32
|
+
// Switch embedded inside a compound component (e.g. ListItem toggle)
|
|
33
|
+
figma.connect(Switch, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=8739-1875', {
|
|
34
|
+
imports: ["import { Switch } from '@ledgerhq/lumen-ui-rnative'"],
|
|
35
|
+
props: {
|
|
36
|
+
switchProps: figma.nestedProps('.switch', {
|
|
37
|
+
checked: figma.boolean('selected', {
|
|
38
|
+
true: true,
|
|
39
|
+
false: false
|
|
40
|
+
}),
|
|
41
|
+
disabled: figma.enum('state', {
|
|
42
|
+
disabled: true
|
|
43
|
+
}),
|
|
44
|
+
size: figma.enum('size', {
|
|
45
|
+
sm: 'sm',
|
|
46
|
+
md: 'md'
|
|
47
|
+
})
|
|
48
|
+
})
|
|
49
|
+
},
|
|
50
|
+
example: props => /*#__PURE__*/_jsx(Switch, {
|
|
51
|
+
checked: props.switchProps.checked,
|
|
52
|
+
defaultChecked: false,
|
|
53
|
+
onCheckedChange: _checked => {},
|
|
54
|
+
size: props.switchProps.size,
|
|
55
|
+
disabled: props.switchProps.disabled
|
|
56
|
+
})
|
|
57
|
+
});
|
|
58
|
+
//# sourceMappingURL=Switch.figma.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["figma","Switch","jsx","_jsx","connect","imports","props","checked","boolean","true","false","disabled","enum","size","sm","md","example","defaultChecked","onCheckedChange","_checked","switchProps","nestedProps"],"sourceRoot":"../../../../../src","sources":["lib/Components/Switch/Switch.figma.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,qBAAqB;AACvC,SAASC,MAAM,QAAQ,aAAU;;AAEjC;AAAA,SAAAC,GAAA,IAAAC,IAAA;AACAH,KAAK,CAACI,OAAO,CACXH,MAAM,EACN,qEAAqE,EACrE;EACEI,OAAO,EAAE,CAAC,qDAAqD,CAAC;EAChEC,KAAK,EAAE;IACLC,OAAO,EAAEP,KAAK,CAACQ,OAAO,CAAC,UAAU,EAAE;MACjCC,IAAI,EAAE,IAAI;MACVC,KAAK,EAAE;IACT,CAAC,CAAC;IACFC,QAAQ,EAAEX,KAAK,CAACY,IAAI,CAAC,OAAO,EAAE;MAC5BD,QAAQ,EAAE;IACZ,CAAC,CAAC;IACFE,IAAI,EAAEb,KAAK,CAACY,IAAI,CAAC,MAAM,EAAE;MACvBE,EAAE,EAAE,IAAI;MACRC,EAAE,EAAE;IACN,CAAC;EACH,CAAC;EACDC,OAAO,EAAGV,KAAK,iBACbH,IAAA,CAACF,MAAM;IACLM,OAAO,EAAED,KAAK,CAACC,OAAQ;IACvBU,cAAc,EAAE,KAAM;IACtBC,eAAe,EAAGC,QAAiB,IAAK,CAAC,CAAE;IAC3CN,IAAI,EAAEP,KAAK,CAACO,IAAK;IACjBF,QAAQ,EAAEL,KAAK,CAACK;EAAS,CAC1B;AAEL,CACF,CAAC;;AAED;AACAX,KAAK,CAACI,OAAO,CACXH,MAAM,EACN,uEAAuE,EACvE;EACEI,OAAO,EAAE,CAAC,qDAAqD,CAAC;EAChEC,KAAK,EAAE;IACLc,WAAW,EAAEpB,KAAK,CAACqB,WAAW,CAAC,SAAS,EAAE;MACxCd,OAAO,EAAEP,KAAK,CAACQ,OAAO,CAAC,UAAU,EAAE;QACjCC,IAAI,EAAE,IAAI;QACVC,KAAK,EAAE;MACT,CAAC,CAAC;MACFC,QAAQ,EAAEX,KAAK,CAACY,IAAI,CAAC,OAAO,EAAE;QAC5BD,QAAQ,EAAE;MACZ,CAAC,CAAC;MACFE,IAAI,EAAEb,KAAK,CAACY,IAAI,CAAC,MAAM,EAAE;QACvBE,EAAE,EAAE,IAAI;QACRC,EAAE,EAAE;MACN,CAAC;IACH,CAAC;EACH,CAAC;EACDC,OAAO,EAAGV,KAAK,iBACbH,IAAA,CAACF,MAAM;IACLM,OAAO,EAAED,KAAK,CAACc,WAAW,CAACb,OAAQ;IACnCU,cAAc,EAAE,KAAM;IACtBC,eAAe,EAAGC,QAAiB,IAAK,CAAC,CAAE;IAC3CN,IAAI,EAAEP,KAAK,CAACc,WAAW,CAACP,IAAK;IAC7BF,QAAQ,EAAEL,KAAK,CAACc,WAAW,CAACT;EAAS,CACtC;AAEL,CACF,CAAC","ignoreList":[]}
|
|
@@ -3,8 +3,6 @@ import * as SwitchStories from './Switch.stories';
|
|
|
3
3
|
import { Switch } from './Switch';
|
|
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/Switch' of={SwitchStories} />
|
|
10
8
|
|
|
@@ -146,43 +144,6 @@ The Switch component automatically supports:
|
|
|
146
144
|
- **Space**: Toggle checked/unchecked state
|
|
147
145
|
- **Enter**: Submit form (when inside a form)
|
|
148
146
|
|
|
149
|
-
## Do's and Don'ts
|
|
150
|
-
|
|
151
|
-
The following guidelines ensure consistent usage of the Switch component and maintain design system principles.
|
|
152
|
-
|
|
153
|
-
<Box lx={{ flexDirection: 'column', gap: 's24' }}>
|
|
154
|
-
<DoVsDontRow>
|
|
155
|
-
<DoBlockItem
|
|
156
|
-
title='Use controlled components for form state'
|
|
157
|
-
description='Use checked and onCheckedChange props for controlled switches'
|
|
158
|
-
>
|
|
159
|
-
|
|
160
|
-
{/* prettier-ignore */}
|
|
161
|
-
```tsx
|
|
162
|
-
const [isChecked, setIsChecked] = useState(false);
|
|
163
|
-
|
|
164
|
-
<Switch checked={isChecked} onCheckedChange={setIsChecked} />
|
|
165
|
-
```
|
|
166
|
-
|
|
167
|
-
</DoBlockItem>
|
|
168
|
-
<DontBlockItem
|
|
169
|
-
title="Don't mix controlled and uncontrolled patterns"
|
|
170
|
-
description='Avoid using both checked and defaultChecked props together'
|
|
171
|
-
>
|
|
172
|
-
|
|
173
|
-
{/* prettier-ignore */}
|
|
174
|
-
```tsx
|
|
175
|
-
const [isChecked, setIsChecked] = useState(false);
|
|
176
|
-
|
|
177
|
-
<Switch checked={isChecked} defaultChecked={true} />
|
|
178
|
-
```
|
|
179
|
-
|
|
180
|
-
</DontBlockItem>
|
|
181
|
-
|
|
182
|
-
</DoVsDontRow>
|
|
183
|
-
|
|
184
|
-
<CommonRulesDoAndDont />
|
|
185
|
-
</Box>
|
|
186
147
|
|
|
187
148
|
</Tab>
|
|
188
149
|
</CustomTabs>
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import figma from '@figma/code-connect';
|
|
4
|
+
import { Placeholder } from "../../Symbols/index.js";
|
|
5
|
+
import { TabBar, TabBarItem } from "./TabBar.js";
|
|
6
|
+
import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
|
+
figma.connect(TabBar, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=10804-1045', {
|
|
8
|
+
imports: ["import { TabBar, TabBarItem } from '@ledgerhq/lumen-ui-rnative'", "import { Placeholder } from '@ledgerhq/lumen-ui-rnative/symbols'"],
|
|
9
|
+
props: {
|
|
10
|
+
items: figma.enum('nb-tabs', {
|
|
11
|
+
'2': /*#__PURE__*/_jsxs(_Fragment, {
|
|
12
|
+
children: [/*#__PURE__*/_jsx(TabBarItem, {
|
|
13
|
+
value: "tab1",
|
|
14
|
+
label: "Label1",
|
|
15
|
+
icon: Placeholder
|
|
16
|
+
}), /*#__PURE__*/_jsx(TabBarItem, {
|
|
17
|
+
value: "tab2",
|
|
18
|
+
label: "Label2",
|
|
19
|
+
icon: Placeholder
|
|
20
|
+
})]
|
|
21
|
+
}),
|
|
22
|
+
'3': /*#__PURE__*/_jsxs(_Fragment, {
|
|
23
|
+
children: [/*#__PURE__*/_jsx(TabBarItem, {
|
|
24
|
+
value: "tab1",
|
|
25
|
+
label: "Label1",
|
|
26
|
+
icon: Placeholder
|
|
27
|
+
}), /*#__PURE__*/_jsx(TabBarItem, {
|
|
28
|
+
value: "tab2",
|
|
29
|
+
label: "Label2",
|
|
30
|
+
icon: Placeholder
|
|
31
|
+
}), /*#__PURE__*/_jsx(TabBarItem, {
|
|
32
|
+
value: "tab3",
|
|
33
|
+
label: "Label3",
|
|
34
|
+
icon: Placeholder
|
|
35
|
+
})]
|
|
36
|
+
}),
|
|
37
|
+
'4': /*#__PURE__*/_jsxs(_Fragment, {
|
|
38
|
+
children: [/*#__PURE__*/_jsx(TabBarItem, {
|
|
39
|
+
value: "tab1",
|
|
40
|
+
label: "Label1",
|
|
41
|
+
icon: Placeholder
|
|
42
|
+
}), /*#__PURE__*/_jsx(TabBarItem, {
|
|
43
|
+
value: "tab2",
|
|
44
|
+
label: "Label2",
|
|
45
|
+
icon: Placeholder
|
|
46
|
+
}), /*#__PURE__*/_jsx(TabBarItem, {
|
|
47
|
+
value: "tab3",
|
|
48
|
+
label: "Label3",
|
|
49
|
+
icon: Placeholder
|
|
50
|
+
}), /*#__PURE__*/_jsx(TabBarItem, {
|
|
51
|
+
value: "tab4",
|
|
52
|
+
label: "Label4",
|
|
53
|
+
icon: Placeholder
|
|
54
|
+
})]
|
|
55
|
+
}),
|
|
56
|
+
'5': /*#__PURE__*/_jsxs(_Fragment, {
|
|
57
|
+
children: [/*#__PURE__*/_jsx(TabBarItem, {
|
|
58
|
+
value: "tab1",
|
|
59
|
+
label: "Label1",
|
|
60
|
+
icon: Placeholder
|
|
61
|
+
}), /*#__PURE__*/_jsx(TabBarItem, {
|
|
62
|
+
value: "tab2",
|
|
63
|
+
label: "Label2",
|
|
64
|
+
icon: Placeholder
|
|
65
|
+
}), /*#__PURE__*/_jsx(TabBarItem, {
|
|
66
|
+
value: "tab3",
|
|
67
|
+
label: "Label3",
|
|
68
|
+
icon: Placeholder
|
|
69
|
+
}), /*#__PURE__*/_jsx(TabBarItem, {
|
|
70
|
+
value: "tab4",
|
|
71
|
+
label: "Label4",
|
|
72
|
+
icon: Placeholder
|
|
73
|
+
}), /*#__PURE__*/_jsx(TabBarItem, {
|
|
74
|
+
value: "tab5",
|
|
75
|
+
label: "Label5",
|
|
76
|
+
icon: Placeholder
|
|
77
|
+
})]
|
|
78
|
+
})
|
|
79
|
+
})
|
|
80
|
+
},
|
|
81
|
+
example: props => /*#__PURE__*/_jsx(TabBar, {
|
|
82
|
+
active: "tab1",
|
|
83
|
+
onTabPress: () => {},
|
|
84
|
+
children: props.items
|
|
85
|
+
})
|
|
86
|
+
});
|
|
87
|
+
figma.connect(TabBarItem, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=10804-913', {
|
|
88
|
+
imports: ["import { TabBarItem } from '@ledgerhq/lumen-ui-rnative'", "import { Placeholder } from '@ledgerhq/lumen-ui-rnative/symbols'"],
|
|
89
|
+
props: {
|
|
90
|
+
label: figma.textContent('Label')
|
|
91
|
+
},
|
|
92
|
+
example: props => /*#__PURE__*/_jsx(TabBarItem, {
|
|
93
|
+
value: "tab1",
|
|
94
|
+
label: props.label,
|
|
95
|
+
icon: Placeholder
|
|
96
|
+
})
|
|
97
|
+
});
|
|
98
|
+
//# sourceMappingURL=TabBar.figma.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["figma","Placeholder","TabBar","TabBarItem","jsx","_jsx","Fragment","_Fragment","jsxs","_jsxs","connect","imports","props","items","enum","children","value","label","icon","example","active","onTabPress","textContent"],"sourceRoot":"../../../../../src","sources":["lib/Components/TabBar/TabBar.figma.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -2,8 +2,6 @@ import { Meta, Canvas, Controls } from '@storybook/addon-docs/blocks';
|
|
|
2
2
|
import * as TabBarStories from './TabBar.stories';
|
|
3
3
|
import { TabBar } from './TabBar';
|
|
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/TabBar' of={TabBarStories} />
|
|
@@ -206,9 +204,6 @@ export default function TabLayout() {
|
|
|
206
204
|
}
|
|
207
205
|
```
|
|
208
206
|
|
|
209
|
-
<Box lx={{ flexDirection: 'column', gap: 's24' }}>
|
|
210
|
-
<CommonRulesDoAndDont />
|
|
211
|
-
</Box>
|
|
212
207
|
|
|
213
208
|
</Tab>
|
|
214
209
|
</CustomTabs>
|