@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
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import figma from '@figma/code-connect';
|
|
4
|
+
import { Placeholder } from "../../Symbols/index.js";
|
|
5
|
+
import { Tag } from "./Tag.js";
|
|
6
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
|
+
figma.connect(Tag, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=722%3A5547', {
|
|
8
|
+
imports: ["import { Tag } from '@ledgerhq/lumen-ui-rnative'", "import { Placeholder } from '@ledgerhq/lumen-ui-rnative/symbols'"],
|
|
9
|
+
props: {
|
|
10
|
+
label: figma.string('label'),
|
|
11
|
+
appearance: figma.enum('appearance', {
|
|
12
|
+
base: 'base',
|
|
13
|
+
gray: 'gray',
|
|
14
|
+
accent: 'accent',
|
|
15
|
+
'accent-subtle': 'accent-subtle',
|
|
16
|
+
success: 'success',
|
|
17
|
+
error: 'error',
|
|
18
|
+
warning: 'warning',
|
|
19
|
+
white: 'white'
|
|
20
|
+
}),
|
|
21
|
+
size: figma.enum('size', {
|
|
22
|
+
md: 'md',
|
|
23
|
+
sm: 'sm'
|
|
24
|
+
}),
|
|
25
|
+
icon: figma.boolean('show-icon', {
|
|
26
|
+
true: Placeholder,
|
|
27
|
+
false: undefined
|
|
28
|
+
}),
|
|
29
|
+
disabled: figma.enum('appearance', {
|
|
30
|
+
disabled: true
|
|
31
|
+
})
|
|
32
|
+
},
|
|
33
|
+
example: props => /*#__PURE__*/_jsx(Tag, {
|
|
34
|
+
disabled: props.disabled,
|
|
35
|
+
label: props.label,
|
|
36
|
+
appearance: props.appearance,
|
|
37
|
+
size: props.size,
|
|
38
|
+
icon: props.icon
|
|
39
|
+
})
|
|
40
|
+
});
|
|
41
|
+
//# sourceMappingURL=Tag.figma.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["figma","Placeholder","Tag","jsx","_jsx","connect","imports","props","label","string","appearance","enum","base","gray","accent","success","error","warning","white","size","md","sm","icon","boolean","true","false","undefined","disabled","example"],"sourceRoot":"../../../../../src","sources":["lib/Components/Tag/Tag.figma.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,qBAAqB;AACvC,SAASC,WAAW,QAAQ,wBAAe;AAC3C,SAASC,GAAG,QAAQ,UAAO;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAG5BJ,KAAK,CAACK,OAAO,CACXH,GAAG,EACH,wEAAwE,EACxE;EACEI,OAAO,EAAE,CACP,kDAAkD,EAClD,kEAAkE,CACnE;EACDC,KAAK,EAAE;IACLC,KAAK,EAAER,KAAK,CAACS,MAAM,CAAC,OAAO,CAAC;IAC5BC,UAAU,EAAEV,KAAK,CAACW,IAAI,CAAC,YAAY,EAAE;MACnCC,IAAI,EAAE,MAAM;MACZC,IAAI,EAAE,MAAM;MACZC,MAAM,EAAE,QAAQ;MAChB,eAAe,EAAE,eAAe;MAChCC,OAAO,EAAE,SAAS;MAClBC,KAAK,EAAE,OAAO;MACdC,OAAO,EAAE,SAAS;MAClBC,KAAK,EAAE;IACT,CAAC,CAAC;IACFC,IAAI,EAAEnB,KAAK,CAACW,IAAI,CAAC,MAAM,EAAE;MACvBS,EAAE,EAAE,IAAI;MACRC,EAAE,EAAE;IACN,CAAC,CAAC;IACFC,IAAI,EAAEtB,KAAK,CAACuB,OAAO,CAAC,WAAW,EAAE;MAC/BC,IAAI,EAAEvB,WAAW;MACjBwB,KAAK,EAAEC;IACT,CAAC,CAAC;IACFC,QAAQ,EAAE3B,KAAK,CAACW,IAAI,CAAC,YAAY,EAAE;MACjCgB,QAAQ,EAAE;IACZ,CAAC;EACH,CAAC;EACDC,OAAO,EACLrB,KAEC,iBAEDH,IAAA,CAACF,GAAG;IACFyB,QAAQ,EAAEpB,KAAK,CAACoB,QAAS;IACzBnB,KAAK,EAAED,KAAK,CAACC,KAAM;IACnBE,UAAU,EAAEH,KAAK,CAACG,UAAW;IAC7BS,IAAI,EAAEZ,KAAK,CAACY,IAAK;IACjBG,IAAI,EAAEf,KAAK,CAACe;EAAK,CAClB;AAEL,CACF,CAAC","ignoreList":[]}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { Meta, Canvas, Controls } from '@storybook/addon-docs/blocks';
|
|
2
2
|
import * as TagStories from './Tag.stories';
|
|
3
3
|
import { CustomTabs, Tab } from '../../../../.storybook/components';
|
|
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
|
|
|
8
6
|
<Meta title='Core/Tag' of={TagStories} />
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import figma from '@figma/code-connect';
|
|
4
|
+
import { TextInput } from "./TextInput.js";
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
figma.connect(TextInput, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=2248-3905', {
|
|
7
|
+
imports: ["import { TextInput } from '@ledgerhq/lumen-ui-rnative'"],
|
|
8
|
+
props: {
|
|
9
|
+
label: figma.string('label'),
|
|
10
|
+
placeholder: figma.enum('input-state', {
|
|
11
|
+
placeholder: figma.string('placeholder')
|
|
12
|
+
}),
|
|
13
|
+
value: figma.enum('input-state', {
|
|
14
|
+
input: figma.string('value')
|
|
15
|
+
}),
|
|
16
|
+
disabled: figma.enum('state', {
|
|
17
|
+
disabled: true
|
|
18
|
+
}),
|
|
19
|
+
status: figma.enum('state', {
|
|
20
|
+
error: 'error',
|
|
21
|
+
success: 'success'
|
|
22
|
+
}),
|
|
23
|
+
helperText: figma.nestedProps('.status', {
|
|
24
|
+
label: figma.string('label')
|
|
25
|
+
})
|
|
26
|
+
},
|
|
27
|
+
example: props => /*#__PURE__*/_jsx(TextInput, {
|
|
28
|
+
disabled: props.disabled,
|
|
29
|
+
label: props.label,
|
|
30
|
+
placeholder: props.placeholder,
|
|
31
|
+
value: props.value,
|
|
32
|
+
helperText: props.helperText.label,
|
|
33
|
+
status: props.status,
|
|
34
|
+
onChangeText: () => {}
|
|
35
|
+
})
|
|
36
|
+
});
|
|
37
|
+
//# sourceMappingURL=TextInput.figma.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["figma","TextInput","jsx","_jsx","connect","imports","props","label","string","placeholder","enum","value","input","disabled","status","error","success","helperText","nestedProps","example","onChangeText"],"sourceRoot":"../../../../../src","sources":["lib/Components/TextInput/TextInput.figma.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,qBAAqB;AACvC,SAASC,SAAS,QAAQ,gBAAa;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAExCH,KAAK,CAACI,OAAO,CACXH,SAAS,EACT,uEAAuE,EACvE;EACEI,OAAO,EAAE,CAAC,wDAAwD,CAAC;EACnEC,KAAK,EAAE;IACLC,KAAK,EAAEP,KAAK,CAACQ,MAAM,CAAC,OAAO,CAAC;IAC5BC,WAAW,EAAET,KAAK,CAACU,IAAI,CAAC,aAAa,EAAE;MACrCD,WAAW,EAAET,KAAK,CAACQ,MAAM,CAAC,aAAa;IACzC,CAAC,CAAC;IACFG,KAAK,EAAEX,KAAK,CAACU,IAAI,CAAC,aAAa,EAAE;MAC/BE,KAAK,EAAEZ,KAAK,CAACQ,MAAM,CAAC,OAAO;IAC7B,CAAC,CAAC;IACFK,QAAQ,EAAEb,KAAK,CAACU,IAAI,CAAC,OAAO,EAAE;MAC5BG,QAAQ,EAAE;IACZ,CAAC,CAAC;IACFC,MAAM,EAAEd,KAAK,CAACU,IAAI,CAAC,OAAO,EAAE;MAC1BK,KAAK,EAAE,OAAO;MACdC,OAAO,EAAE;IACX,CAAC,CAAC;IACFC,UAAU,EAAEjB,KAAK,CAACkB,WAAW,CAAC,SAAS,EAAE;MACvCX,KAAK,EAAEP,KAAK,CAACQ,MAAM,CAAC,OAAO;IAC7B,CAAC;EACH,CAAC;EACDW,OAAO,EAAGb,KAAK,iBACbH,IAAA,CAACF,SAAS;IACRY,QAAQ,EAAEP,KAAK,CAACO,QAAS;IACzBN,KAAK,EAAED,KAAK,CAACC,KAAM;IACnBE,WAAW,EAAEH,KAAK,CAACG,WAAY;IAC/BE,KAAK,EAAEL,KAAK,CAACK,KAAM;IACnBM,UAAU,EAAEX,KAAK,CAACW,UAAU,CAACV,KAAM;IACnCO,MAAM,EAAER,KAAK,CAACQ,MAAO;IACrBM,YAAY,EAAEA,CAAA,KAAM,CAAC;EAAE,CACxB;AAEL,CACF,CAAC","ignoreList":[]}
|
|
@@ -2,8 +2,6 @@ import { Meta, Canvas, Controls } from '@storybook/addon-docs/blocks';
|
|
|
2
2
|
import * as TextInputStories from './TextInput.stories';
|
|
3
3
|
import { TextInput } from './TextInput';
|
|
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
|
|
|
8
6
|
<Meta title='Core/TextInput' of={TextInputStories} />
|
|
9
7
|
|
|
@@ -286,182 +284,6 @@ Use the `editable` prop to make the input non-editable without the muted visual
|
|
|
286
284
|
<TextInput label='Username' value='johndoe' editable={false} />
|
|
287
285
|
```
|
|
288
286
|
|
|
289
|
-
## Do's and Don'ts
|
|
290
|
-
|
|
291
|
-
<div style={{ display: 'flex', flexDirection: 'column', gap: 24 }}>
|
|
292
|
-
<DoVsDontRow>
|
|
293
|
-
<DoBlockItem
|
|
294
|
-
title='Use controlled input pattern'
|
|
295
|
-
description='Use value and onChangeText props for controlled input state management'
|
|
296
|
-
>
|
|
297
|
-
|
|
298
|
-
{/* prettier-ignore */}
|
|
299
|
-
```tsx
|
|
300
|
-
import { TextInput } from '@ledgerhq/lumen-ui-rnative';
|
|
301
|
-
import { useState } from 'react';
|
|
302
|
-
|
|
303
|
-
const [value, setValue] = useState('');
|
|
304
|
-
|
|
305
|
-
<TextInput
|
|
306
|
-
label='Email'
|
|
307
|
-
value={value}
|
|
308
|
-
onChangeText={setValue}
|
|
309
|
-
/>
|
|
310
|
-
```
|
|
311
|
-
|
|
312
|
-
</DoBlockItem>
|
|
313
|
-
<DontBlockItem
|
|
314
|
-
title="Don't mix controlled and uncontrolled patterns"
|
|
315
|
-
description='Avoid using both value and defaultValue props together'
|
|
316
|
-
>
|
|
317
|
-
|
|
318
|
-
{/* prettier-ignore */}
|
|
319
|
-
```tsx
|
|
320
|
-
import { TextInput } from '@ledgerhq/lumen-ui-rnative';
|
|
321
|
-
import { useState } from 'react';
|
|
322
|
-
|
|
323
|
-
const [value, setValue] = useState('');
|
|
324
|
-
|
|
325
|
-
<TextInput
|
|
326
|
-
label='Email'
|
|
327
|
-
value={value}
|
|
328
|
-
defaultValue='initial'
|
|
329
|
-
onChangeText={setValue}
|
|
330
|
-
/>
|
|
331
|
-
```
|
|
332
|
-
|
|
333
|
-
</DontBlockItem>
|
|
334
|
-
|
|
335
|
-
</DoVsDontRow>
|
|
336
|
-
|
|
337
|
-
<DoVsDontRow>
|
|
338
|
-
<DoBlockItem
|
|
339
|
-
title='Use onClear for custom logic only'
|
|
340
|
-
description='Let the component handle clearing automatically, add onClear only for additional logic'
|
|
341
|
-
>
|
|
342
|
-
|
|
343
|
-
{/* prettier-ignore */}
|
|
344
|
-
```tsx
|
|
345
|
-
import { TextInput } from '@ledgerhq/lumen-ui-rnative';
|
|
346
|
-
import { useState } from 'react';
|
|
347
|
-
|
|
348
|
-
const [value, setValue] = useState('');
|
|
349
|
-
|
|
350
|
-
<TextInput
|
|
351
|
-
label='Search'
|
|
352
|
-
value={value}
|
|
353
|
-
onChangeText={setValue}
|
|
354
|
-
onClear={() => {
|
|
355
|
-
// Default clearing happens automatically
|
|
356
|
-
analytics.track('search_cleared');
|
|
357
|
-
}}
|
|
358
|
-
/>
|
|
359
|
-
```
|
|
360
|
-
|
|
361
|
-
</DoBlockItem>
|
|
362
|
-
<DontBlockItem
|
|
363
|
-
title="Don't manually clear value in onClear"
|
|
364
|
-
description='Value clearing happens automatically - no need to call setValue'
|
|
365
|
-
>
|
|
366
|
-
|
|
367
|
-
{/* prettier-ignore */}
|
|
368
|
-
```tsx
|
|
369
|
-
import { TextInput } from '@ledgerhq/lumen-ui-rnative';
|
|
370
|
-
import { useState } from 'react';
|
|
371
|
-
|
|
372
|
-
const [value, setValue] = useState('');
|
|
373
|
-
|
|
374
|
-
<TextInput
|
|
375
|
-
label='Search'
|
|
376
|
-
value={value}
|
|
377
|
-
onChangeText={setValue}
|
|
378
|
-
onClear={() => setValue('')}
|
|
379
|
-
/>
|
|
380
|
-
```
|
|
381
|
-
|
|
382
|
-
</DontBlockItem>
|
|
383
|
-
|
|
384
|
-
</DoVsDontRow>
|
|
385
|
-
|
|
386
|
-
<DoVsDontRow>
|
|
387
|
-
<DoBlockItem
|
|
388
|
-
title='Always provide labels'
|
|
389
|
-
description='Use label prop to provide clear, descriptive labels for inputs'
|
|
390
|
-
>
|
|
391
|
-
|
|
392
|
-
{/* prettier-ignore */}
|
|
393
|
-
```tsx
|
|
394
|
-
import { TextInput } from '@ledgerhq/lumen-ui-rnative';
|
|
395
|
-
|
|
396
|
-
<TextInput
|
|
397
|
-
label='Email Address'
|
|
398
|
-
value={email}
|
|
399
|
-
onChangeText={setEmail}
|
|
400
|
-
/>
|
|
401
|
-
```
|
|
402
|
-
|
|
403
|
-
</DoBlockItem>
|
|
404
|
-
<DontBlockItem
|
|
405
|
-
title="Don't use placeholder as label replacement"
|
|
406
|
-
description='Placeholder text disappears when typing - use label prop instead'
|
|
407
|
-
>
|
|
408
|
-
|
|
409
|
-
{/* prettier-ignore */}
|
|
410
|
-
```tsx
|
|
411
|
-
import { TextInput } from '@ledgerhq/lumen-ui-rnative';
|
|
412
|
-
|
|
413
|
-
<TextInput
|
|
414
|
-
placeholder='Enter your email'
|
|
415
|
-
value={email}
|
|
416
|
-
onChangeText={setEmail}
|
|
417
|
-
/>
|
|
418
|
-
```
|
|
419
|
-
|
|
420
|
-
</DontBlockItem>
|
|
421
|
-
|
|
422
|
-
</DoVsDontRow>
|
|
423
|
-
|
|
424
|
-
<DoVsDontRow>
|
|
425
|
-
<DoBlockItem
|
|
426
|
-
title='Use appropriate keyboard types'
|
|
427
|
-
description='Provide the right keyboardType to show contextually appropriate keyboards'
|
|
428
|
-
>
|
|
429
|
-
|
|
430
|
-
{/* prettier-ignore */}
|
|
431
|
-
```tsx
|
|
432
|
-
import { TextInput } from '@ledgerhq/lumen-ui-rnative';
|
|
433
|
-
|
|
434
|
-
<TextInput
|
|
435
|
-
label='Email'
|
|
436
|
-
value={email}
|
|
437
|
-
onChangeText={setEmail}
|
|
438
|
-
keyboardType='email-address'
|
|
439
|
-
/>
|
|
440
|
-
```
|
|
441
|
-
|
|
442
|
-
</DoBlockItem>
|
|
443
|
-
<DontBlockItem
|
|
444
|
-
title="Don't use default keyboard for specialized inputs"
|
|
445
|
-
description='Avoid using default keyboard when specialized keyboards would improve UX'
|
|
446
|
-
>
|
|
447
|
-
|
|
448
|
-
{/* prettier-ignore */}
|
|
449
|
-
```tsx
|
|
450
|
-
import { TextInput } from '@ledgerhq/lumen-ui-rnative';
|
|
451
|
-
|
|
452
|
-
<TextInput
|
|
453
|
-
label='Email'
|
|
454
|
-
value={email}
|
|
455
|
-
onChangeText={setEmail}
|
|
456
|
-
/>
|
|
457
|
-
```
|
|
458
|
-
|
|
459
|
-
</DontBlockItem>
|
|
460
|
-
|
|
461
|
-
</DoVsDontRow>
|
|
462
|
-
|
|
463
|
-
<CommonRulesDoAndDont />
|
|
464
|
-
</div>
|
|
465
287
|
|
|
466
288
|
## Platform Considerations
|
|
467
289
|
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import figma from '@figma/code-connect';
|
|
4
|
+
import CryptoIcon from '@ledgerhq/crypto-icons/native';
|
|
5
|
+
import { Placeholder, Settings } from "../../Symbols/index.js";
|
|
6
|
+
import { Spot } from "../Spot/index.js";
|
|
7
|
+
import { Tag } from "../Tag/index.js";
|
|
8
|
+
import { Trend } from "../Trend/index.js";
|
|
9
|
+
import { Tile, TileContent, TileDescription, TileTitle, TileTrailingContent } from "./Tile.js";
|
|
10
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
11
|
+
const sharedProps = {
|
|
12
|
+
title: figma.string('title'),
|
|
13
|
+
description: figma.boolean('show-description', {
|
|
14
|
+
true: figma.boolean('show-network', {
|
|
15
|
+
true: /*#__PURE__*/_jsxs(TileDescription, {
|
|
16
|
+
children: ["Description ", /*#__PURE__*/_jsx(CryptoIcon, {
|
|
17
|
+
ledgerId: "ethereum",
|
|
18
|
+
ticker: "ETH",
|
|
19
|
+
size: 20
|
|
20
|
+
})]
|
|
21
|
+
}),
|
|
22
|
+
false: /*#__PURE__*/_jsx(TileDescription, {
|
|
23
|
+
children: "Description"
|
|
24
|
+
})
|
|
25
|
+
}),
|
|
26
|
+
false: undefined
|
|
27
|
+
}),
|
|
28
|
+
appearance: figma.enum('appearance', {
|
|
29
|
+
'no-background': 'no-background',
|
|
30
|
+
card: 'card'
|
|
31
|
+
}),
|
|
32
|
+
disabled: figma.enum('state', {
|
|
33
|
+
disabled: true
|
|
34
|
+
}),
|
|
35
|
+
leadingContent: figma.enum('leading-icon', {
|
|
36
|
+
coin: /*#__PURE__*/_jsx(CryptoIcon, {
|
|
37
|
+
ledgerId: "bitcoin",
|
|
38
|
+
ticker: "BTC",
|
|
39
|
+
size: 48
|
|
40
|
+
}),
|
|
41
|
+
spot: /*#__PURE__*/_jsx(Spot, {
|
|
42
|
+
appearance: "icon",
|
|
43
|
+
icon: Settings
|
|
44
|
+
}),
|
|
45
|
+
'interface-icon': /*#__PURE__*/_jsx(Placeholder, {
|
|
46
|
+
size: 24
|
|
47
|
+
})
|
|
48
|
+
})
|
|
49
|
+
};
|
|
50
|
+
const sharedImports = ["import { Tile, Spot, TileContent, TileTitle, TileDescription, TileTrailingContent } from '@ledgerhq/lumen-ui-rnative'", "import { Tag } from '@ledgerhq/lumen-ui-rnative'", "import { Text } from '@ledgerhq/lumen-ui-rnative'", "import { Placeholder, Settings } from '@ledgerhq/lumen-ui-rnative/symbols'", "import CryptoIcon from '@ledgerhq/crypto-icons/native'"];
|
|
51
|
+
figma.connect(Tile, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=5783-1328', {
|
|
52
|
+
imports: sharedImports,
|
|
53
|
+
variant: {
|
|
54
|
+
'show-additionnal-content': false
|
|
55
|
+
},
|
|
56
|
+
props: sharedProps,
|
|
57
|
+
example: props => /*#__PURE__*/_jsxs(Tile, {
|
|
58
|
+
appearance: props.appearance,
|
|
59
|
+
disabled: props.disabled,
|
|
60
|
+
onPress: () => {},
|
|
61
|
+
children: [props.leadingContent, /*#__PURE__*/_jsxs(TileContent, {
|
|
62
|
+
children: [/*#__PURE__*/_jsx(TileTitle, {
|
|
63
|
+
children: props.title
|
|
64
|
+
}), props.description]
|
|
65
|
+
})]
|
|
66
|
+
})
|
|
67
|
+
});
|
|
68
|
+
figma.connect(Tile, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=5783-1328', {
|
|
69
|
+
imports: sharedImports,
|
|
70
|
+
variant: {
|
|
71
|
+
'show-additionnal-content': true
|
|
72
|
+
},
|
|
73
|
+
props: {
|
|
74
|
+
...sharedProps,
|
|
75
|
+
tag: figma.boolean('show-tag', {
|
|
76
|
+
true: /*#__PURE__*/_jsx(Tag, {
|
|
77
|
+
label: "Label",
|
|
78
|
+
appearance: "base"
|
|
79
|
+
}),
|
|
80
|
+
false: undefined
|
|
81
|
+
}),
|
|
82
|
+
subInfo: figma.boolean('show-sub-info', {
|
|
83
|
+
true: /*#__PURE__*/_jsx(Tag, {
|
|
84
|
+
icon: Settings,
|
|
85
|
+
label: "Label",
|
|
86
|
+
appearance: "base"
|
|
87
|
+
}),
|
|
88
|
+
false: undefined
|
|
89
|
+
}),
|
|
90
|
+
trend: figma.boolean('show-trend', {
|
|
91
|
+
true: /*#__PURE__*/_jsx(Trend, {
|
|
92
|
+
value: 7.87,
|
|
93
|
+
size: "sm"
|
|
94
|
+
}),
|
|
95
|
+
false: undefined
|
|
96
|
+
})
|
|
97
|
+
},
|
|
98
|
+
example: props => /*#__PURE__*/_jsxs(Tile, {
|
|
99
|
+
appearance: props.appearance,
|
|
100
|
+
disabled: props.disabled,
|
|
101
|
+
onPress: () => {},
|
|
102
|
+
children: [props.leadingContent, /*#__PURE__*/_jsxs(TileContent, {
|
|
103
|
+
children: [/*#__PURE__*/_jsx(TileTitle, {
|
|
104
|
+
children: props.title
|
|
105
|
+
}), props.description, /*#__PURE__*/_jsxs(TileTrailingContent, {
|
|
106
|
+
children: [props.tag, props.subInfo, props.trend]
|
|
107
|
+
})]
|
|
108
|
+
})]
|
|
109
|
+
})
|
|
110
|
+
});
|
|
111
|
+
//# sourceMappingURL=Tile.figma.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["figma","CryptoIcon","Placeholder","Settings","Spot","Tag","Trend","Tile","TileContent","TileDescription","TileTitle","TileTrailingContent","jsx","_jsx","jsxs","_jsxs","sharedProps","title","string","description","boolean","true","children","ledgerId","ticker","size","false","undefined","appearance","enum","card","disabled","leadingContent","coin","spot","icon","sharedImports","connect","imports","variant","props","example","onPress","tag","label","subInfo","trend","value"],"sourceRoot":"../../../../../src","sources":["lib/Components/Tile/Tile.figma.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -4,11 +4,7 @@ import { Tile } from './Tile';
|
|
|
4
4
|
import {
|
|
5
5
|
CustomTabs,
|
|
6
6
|
Tab,
|
|
7
|
-
DoVsDontRow,
|
|
8
|
-
DoBlockItem,
|
|
9
|
-
DontBlockItem,
|
|
10
7
|
} from '../../../../.storybook/components';
|
|
11
|
-
import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
|
|
12
8
|
import { Box } from '../Utility';
|
|
13
9
|
|
|
14
10
|
<Meta title='Core/Tile' of={TileStories} />
|
|
@@ -250,56 +246,7 @@ import { Tile, TileContent, TileTitle, TileDescription, Spot } from '@ledgerhq/l
|
|
|
250
246
|
</Tile>
|
|
251
247
|
```
|
|
252
248
|
|
|
253
|
-
## Do's and Don'ts
|
|
254
249
|
|
|
255
|
-
<Box lx={{ flexDirection: 'column', gap: 's24' }}>
|
|
256
|
-
|
|
257
|
-
### Trailing Content
|
|
258
|
-
|
|
259
|
-
<DoVsDontRow>
|
|
260
|
-
<DoBlockItem
|
|
261
|
-
title='Use TileTrailingContent for additional elements'
|
|
262
|
-
description='Wrap Tags, labels, or supplementary content inside TileTrailingContent within TileContent for proper spacing.'
|
|
263
|
-
>
|
|
264
|
-
|
|
265
|
-
```tsx
|
|
266
|
-
{/* prettier-ignore */}
|
|
267
|
-
<Tile>
|
|
268
|
-
<Spot appearance="icon" icon={Settings} />
|
|
269
|
-
<TileContent>
|
|
270
|
-
<TileTitle>Title</TileTitle>
|
|
271
|
-
<TileDescription>Description</TileDescription>
|
|
272
|
-
<TileTrailingContent>
|
|
273
|
-
<Tag label="Active" />
|
|
274
|
-
</TileTrailingContent>
|
|
275
|
-
</TileContent>
|
|
276
|
-
</Tile>
|
|
277
|
-
```
|
|
278
|
-
|
|
279
|
-
</DoBlockItem>
|
|
280
|
-
<DontBlockItem
|
|
281
|
-
title="Don't place trailing content directly in TileContent"
|
|
282
|
-
description='Placing Tags or other elements directly in TileContent without TileTrailingContent results in incorrect spacing.'
|
|
283
|
-
>
|
|
284
|
-
|
|
285
|
-
```tsx
|
|
286
|
-
{/* prettier-ignore */}
|
|
287
|
-
<Tile>
|
|
288
|
-
<Spot appearance="icon" icon={Settings} />
|
|
289
|
-
<TileContent>
|
|
290
|
-
<TileTitle>Title</TileTitle>
|
|
291
|
-
<TileDescription>Description</TileDescription>
|
|
292
|
-
<Tag label="Active" />
|
|
293
|
-
</TileContent>
|
|
294
|
-
</Tile>
|
|
295
|
-
```
|
|
296
|
-
|
|
297
|
-
</DontBlockItem>
|
|
298
|
-
</DoVsDontRow>
|
|
299
|
-
|
|
300
|
-
<CommonRulesDoAndDont />
|
|
301
|
-
|
|
302
|
-
</Box>
|
|
303
250
|
|
|
304
251
|
</Tab>
|
|
305
252
|
</CustomTabs>
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import figma from '@figma/code-connect';
|
|
4
|
+
import { Placeholder } from "../../Symbols/index.js";
|
|
5
|
+
import { TileButton } from "./TileButton.js";
|
|
6
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
|
+
figma.connect(TileButton, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=11291-620', {
|
|
8
|
+
imports: ["import { TileButton } from '@ledgerhq/lumen-ui-rnative'", "import { Placeholder } from '@ledgerhq/lumen-ui-rnative/symbols'"],
|
|
9
|
+
props: {
|
|
10
|
+
disabled: figma.enum('state', {
|
|
11
|
+
disabled: true
|
|
12
|
+
}),
|
|
13
|
+
children: figma.string('label'),
|
|
14
|
+
icon: Placeholder
|
|
15
|
+
},
|
|
16
|
+
example: props => /*#__PURE__*/_jsx(TileButton, {
|
|
17
|
+
disabled: props.disabled,
|
|
18
|
+
icon: props.icon,
|
|
19
|
+
onPress: () => {},
|
|
20
|
+
children: props.children
|
|
21
|
+
})
|
|
22
|
+
});
|
|
23
|
+
//# sourceMappingURL=TileButton.figma.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["figma","Placeholder","TileButton","jsx","_jsx","connect","imports","props","disabled","enum","children","string","icon","example","onPress"],"sourceRoot":"../../../../../src","sources":["lib/Components/TileButton/TileButton.figma.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,qBAAqB;AACvC,SAASC,WAAW,QAAQ,wBAAe;AAC3C,SAASC,UAAU,QAAQ,iBAAc;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAG1CJ,KAAK,CAACK,OAAO,CACXH,UAAU,EACV,uEAAuE,EACvE;EACEI,OAAO,EAAE,CACP,yDAAyD,EACzD,kEAAkE,CACnE;EACDC,KAAK,EAAE;IACLC,QAAQ,EAAER,KAAK,CAACS,IAAI,CAAC,OAAO,EAAE;MAC5BD,QAAQ,EAAE;IACZ,CAAC,CAAC;IACFE,QAAQ,EAAEV,KAAK,CAACW,MAAM,CAAC,OAAO,CAAC;IAC/BC,IAAI,EAAEX;EACR,CAAC;EACDY,OAAO,EACLN,KAEC,iBAEDH,IAAA,CAACF,UAAU;IACTM,QAAQ,EAAED,KAAK,CAACC,QAAS;IACzBI,IAAI,EAAEL,KAAK,CAACK,IAAK;IACjBE,OAAO,EAAEA,CAAA,KAAM,CAAC,CAAE;IAAAJ,QAAA,EAEjBH,KAAK,CAACG;EAAQ,CACL;AAEhB,CACF,CAAC","ignoreList":[]}
|
|
@@ -2,8 +2,6 @@ import { Meta, Canvas, Controls } from '@storybook/addon-docs/blocks';
|
|
|
2
2
|
import * as TileButtonStories from './TileButton.stories';
|
|
3
3
|
import { TileButton } from './TileButton';
|
|
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
|
|
|
8
6
|
<Meta title='Core/TileButton' of={TileButtonStories} />
|
|
9
7
|
|
|
@@ -154,44 +152,6 @@ Or use the `style` prop for escape-hatch styling:
|
|
|
154
152
|
</TileButton>
|
|
155
153
|
```
|
|
156
154
|
|
|
157
|
-
## Do's and Don'ts
|
|
158
|
-
|
|
159
|
-
<div className='flex flex-col gap-24'>
|
|
160
|
-
<DoVsDontRow>
|
|
161
|
-
<DoBlockItem
|
|
162
|
-
title='Use the icon prop'
|
|
163
|
-
description='Pass icon as a component reference'
|
|
164
|
-
>
|
|
165
|
-
|
|
166
|
-
{/* prettier-ignore */}
|
|
167
|
-
```tsx
|
|
168
|
-
import { Plus } from '@ledgerhq/lumen-ui-rnative/symbols';
|
|
169
|
-
|
|
170
|
-
<TileButton icon={Plus} onPress={() => {}}>
|
|
171
|
-
Add
|
|
172
|
-
</TileButton>
|
|
173
|
-
```
|
|
174
|
-
|
|
175
|
-
</DoBlockItem>
|
|
176
|
-
<DontBlockItem
|
|
177
|
-
title="Don't include icon in children"
|
|
178
|
-
description='The icon and children are separate'
|
|
179
|
-
>
|
|
180
|
-
|
|
181
|
-
{/* prettier-ignore */}
|
|
182
|
-
```tsx
|
|
183
|
-
import { Plus } from '@ledgerhq/lumen-ui-rnative/symbols';
|
|
184
|
-
|
|
185
|
-
<TileButton icon={Plus} onPress={() => {}}>
|
|
186
|
-
<Plus /> Add
|
|
187
|
-
</TileButton>
|
|
188
|
-
```
|
|
189
|
-
|
|
190
|
-
</DontBlockItem>
|
|
191
|
-
</DoVsDontRow>
|
|
192
|
-
|
|
193
|
-
<CommonRulesDoAndDont />
|
|
194
|
-
</div>
|
|
195
155
|
|
|
196
156
|
## Platform Considerations
|
|
197
157
|
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import figma from '@figma/code-connect';
|
|
4
|
+
import { Text } from "../Utility/Text/index.js";
|
|
5
|
+
import { Tooltip, TooltipContent, TooltipTrigger } from "./Tooltip.js";
|
|
6
|
+
import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
7
|
+
figma.connect(Tooltip, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=6387%3A409', {
|
|
8
|
+
imports: ["import { Tooltip, TooltipTrigger, TooltipContent } from '@ledgerhq/lumen-ui-rnative'"],
|
|
9
|
+
props: {
|
|
10
|
+
header: figma.nestedProps('.bottom-sheet-header', {
|
|
11
|
+
title: figma.string('title'),
|
|
12
|
+
description: figma.string('description')
|
|
13
|
+
})
|
|
14
|
+
},
|
|
15
|
+
example: props => /*#__PURE__*/_jsxs(Tooltip, {
|
|
16
|
+
children: [/*#__PURE__*/_jsx(TooltipTrigger, {
|
|
17
|
+
children: /*#__PURE__*/_jsx(_Fragment, {})
|
|
18
|
+
}), /*#__PURE__*/_jsx(TooltipContent, {
|
|
19
|
+
title: props.header.title,
|
|
20
|
+
content: /*#__PURE__*/_jsx(Text, {
|
|
21
|
+
children: props.header.description
|
|
22
|
+
})
|
|
23
|
+
})]
|
|
24
|
+
})
|
|
25
|
+
});
|
|
26
|
+
//# sourceMappingURL=Tooltip.figma.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["figma","Text","Tooltip","TooltipContent","TooltipTrigger","Fragment","_Fragment","jsx","_jsx","jsxs","_jsxs","connect","imports","props","header","nestedProps","title","string","description","example","children","content"],"sourceRoot":"../../../../../src","sources":["lib/Components/Tooltip/Tooltip.figma.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,qBAAqB;AACvC,SAASC,IAAI,QAAQ,0BAAiB;AACtC,SAASC,OAAO,EAAEC,cAAc,EAAEC,cAAc,QAAQ,cAAW;AAAC,SAAAC,QAAA,IAAAC,SAAA,EAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAEpEV,KAAK,CAACW,OAAO,CACXT,OAAO,EACP,wEAAwE,EACxE;EACEU,OAAO,EAAE,CACP,sFAAsF,CACvF;EACDC,KAAK,EAAE;IACLC,MAAM,EAAEd,KAAK,CAACe,WAAW,CAAC,sBAAsB,EAAE;MAChDC,KAAK,EAAEhB,KAAK,CAACiB,MAAM,CAAC,OAAO,CAAC;MAC5BC,WAAW,EAAElB,KAAK,CAACiB,MAAM,CAAC,aAAa;IACzC,CAAC;EACH,CAAC;EACDE,OAAO,EAAGN,KAAK,iBACbH,KAAA,CAACR,OAAO;IAAAkB,QAAA,gBACNZ,IAAA,CAACJ,cAAc;MAAAgB,QAAA,eACbZ,IAAA,CAAAF,SAAA,IAAI;IAAC,CACS,CAAC,eACjBE,IAAA,CAACL,cAAc;MACba,KAAK,EAAEH,KAAK,CAACC,MAAM,CAACE,KAAM;MAC1BK,OAAO,eAAEb,IAAA,CAACP,IAAI;QAAAmB,QAAA,EAAEP,KAAK,CAACC,MAAM,CAACI;MAAW,CAAO;IAAE,CAClD,CAAC;EAAA,CACK;AAEb,CACF,CAAC","ignoreList":[]}
|