@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,143 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import figma from '@figma/code-connect';
|
|
4
|
+
import { CryptoIcon } from '@ledgerhq/crypto-icons';
|
|
5
|
+
import { ChevronRight, Wallet } from "../../Symbols/index.js";
|
|
6
|
+
import { Button } from "../Button/index.js";
|
|
7
|
+
import { Spot } from "../Spot/index.js";
|
|
8
|
+
import { Tag } from "../Tag/index.js";
|
|
9
|
+
import { Card, CardContent, CardContentDescription, CardContentTitle, CardHeader, CardLeading, CardTrailing } from "./Card.js";
|
|
10
|
+
|
|
11
|
+
// —— Card root ——
|
|
12
|
+
import { jsxs as _jsxs, jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
figma.connect(Card, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=11025-33000', {
|
|
14
|
+
imports: ["import { Card, CardFooter } from '@ledgerhq/lumen-ui-rnative'"],
|
|
15
|
+
props: {
|
|
16
|
+
outlined: figma.boolean('is-selected', {
|
|
17
|
+
true: true,
|
|
18
|
+
false: undefined
|
|
19
|
+
}),
|
|
20
|
+
disabled: figma.enum('state', {
|
|
21
|
+
disabled: true
|
|
22
|
+
}),
|
|
23
|
+
header: figma.children('.card-header'),
|
|
24
|
+
footer: figma.boolean('show-footer', {
|
|
25
|
+
true: figma.children('.card-footer'),
|
|
26
|
+
false: undefined
|
|
27
|
+
})
|
|
28
|
+
},
|
|
29
|
+
example: props => /*#__PURE__*/_jsxs(Card, {
|
|
30
|
+
outlined: props.outlined,
|
|
31
|
+
disabled: props.disabled,
|
|
32
|
+
children: [props.header, props.footer]
|
|
33
|
+
})
|
|
34
|
+
});
|
|
35
|
+
|
|
36
|
+
// —— CardHeader ——
|
|
37
|
+
figma.connect(CardHeader, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=10541-743', {
|
|
38
|
+
imports: ["import { CardHeader, CardLeading, CardContent, CardContentTitle, CardContentDescription, CardTrailing } from '@ledgerhq/lumen-ui-rnative'", "import { Spot, Button, Tag } from '@ledgerhq/lumen-ui-rnative'", "import { CryptoIcon } from '@ledgerhq/crypto-icons'"],
|
|
39
|
+
props: {
|
|
40
|
+
title: figma.string('title'),
|
|
41
|
+
description: figma.string('description'),
|
|
42
|
+
leading: figma.enum('leading', {
|
|
43
|
+
spot: /*#__PURE__*/_jsx(Spot, {
|
|
44
|
+
appearance: "icon",
|
|
45
|
+
icon: Wallet
|
|
46
|
+
}),
|
|
47
|
+
coin: /*#__PURE__*/_jsx(CryptoIcon, {
|
|
48
|
+
ledgerId: "bitcoin",
|
|
49
|
+
ticker: "BTC",
|
|
50
|
+
size: 48
|
|
51
|
+
}),
|
|
52
|
+
provider: /*#__PURE__*/_jsx(CryptoIcon, {
|
|
53
|
+
ledgerId: "ethereum",
|
|
54
|
+
ticker: "ETH",
|
|
55
|
+
size: 48,
|
|
56
|
+
shape: "square"
|
|
57
|
+
}),
|
|
58
|
+
'interface-icon': /*#__PURE__*/_jsx(Wallet, {
|
|
59
|
+
size: 20
|
|
60
|
+
}),
|
|
61
|
+
none: undefined
|
|
62
|
+
}),
|
|
63
|
+
trailing: figma.enum('trailing', {
|
|
64
|
+
value: figma.boolean('show-subvalue', {
|
|
65
|
+
true: /*#__PURE__*/_jsxs(CardContent, {
|
|
66
|
+
children: [/*#__PURE__*/_jsx(CardContentTitle, {
|
|
67
|
+
children: "$43,210.00"
|
|
68
|
+
}), /*#__PURE__*/_jsx(CardContentDescription, {
|
|
69
|
+
children: "0.5 BTC"
|
|
70
|
+
})]
|
|
71
|
+
}),
|
|
72
|
+
false: /*#__PURE__*/_jsx(CardContent, {
|
|
73
|
+
children: /*#__PURE__*/_jsx(CardContentTitle, {
|
|
74
|
+
children: "$43,210.00"
|
|
75
|
+
})
|
|
76
|
+
})
|
|
77
|
+
}),
|
|
78
|
+
button: /*#__PURE__*/_jsx(Button, {
|
|
79
|
+
appearance: "base",
|
|
80
|
+
size: "sm",
|
|
81
|
+
onPress: () => {},
|
|
82
|
+
children: "Action"
|
|
83
|
+
}),
|
|
84
|
+
tag: /*#__PURE__*/_jsx(Tag, {
|
|
85
|
+
label: "Label",
|
|
86
|
+
appearance: "gray"
|
|
87
|
+
}),
|
|
88
|
+
'interface-icon': /*#__PURE__*/_jsx(Wallet, {
|
|
89
|
+
size: 20
|
|
90
|
+
}),
|
|
91
|
+
none: undefined
|
|
92
|
+
})
|
|
93
|
+
},
|
|
94
|
+
example: props => /*#__PURE__*/_jsxs(CardHeader, {
|
|
95
|
+
children: [/*#__PURE__*/_jsxs(CardLeading, {
|
|
96
|
+
children: [props.leading, /*#__PURE__*/_jsxs(CardContent, {
|
|
97
|
+
children: [/*#__PURE__*/_jsx(CardContentTitle, {
|
|
98
|
+
children: props.title
|
|
99
|
+
}), /*#__PURE__*/_jsx(CardContentDescription, {
|
|
100
|
+
children: props.description
|
|
101
|
+
})]
|
|
102
|
+
})]
|
|
103
|
+
}), /*#__PURE__*/_jsx(CardTrailing, {
|
|
104
|
+
children: props.trailing
|
|
105
|
+
})]
|
|
106
|
+
})
|
|
107
|
+
});
|
|
108
|
+
|
|
109
|
+
// —— Card (expandable/info variant) ——
|
|
110
|
+
figma.connect('https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=14481-33979', {
|
|
111
|
+
imports: ["import { Card, CardHeader, CardLeading, CardContent, CardContentTitle, CardContentDescription, CardTrailing } from '@ledgerhq/lumen-ui-rnative'", "import { ChevronRight } from '@ledgerhq/lumen-ui-rnative/symbols'"],
|
|
112
|
+
props: {
|
|
113
|
+
title: figma.string('title'),
|
|
114
|
+
description: figma.string('value'),
|
|
115
|
+
type: figma.enum('type', {
|
|
116
|
+
display: 'info',
|
|
117
|
+
interactive: 'interactive'
|
|
118
|
+
}),
|
|
119
|
+
disabled: figma.enum('state', {
|
|
120
|
+
disabled: true
|
|
121
|
+
})
|
|
122
|
+
},
|
|
123
|
+
example: props => /*#__PURE__*/_jsx(Card, {
|
|
124
|
+
type: props.type,
|
|
125
|
+
disabled: props.disabled,
|
|
126
|
+
children: /*#__PURE__*/_jsxs(CardHeader, {
|
|
127
|
+
children: [/*#__PURE__*/_jsx(CardLeading, {
|
|
128
|
+
children: /*#__PURE__*/_jsxs(CardContent, {
|
|
129
|
+
children: [/*#__PURE__*/_jsx(CardContentDescription, {
|
|
130
|
+
children: props.description
|
|
131
|
+
}), /*#__PURE__*/_jsx(CardContentTitle, {
|
|
132
|
+
children: props.title
|
|
133
|
+
})]
|
|
134
|
+
})
|
|
135
|
+
}), /*#__PURE__*/_jsx(CardTrailing, {
|
|
136
|
+
children: /*#__PURE__*/_jsx(ChevronRight, {
|
|
137
|
+
size: 20
|
|
138
|
+
})
|
|
139
|
+
})]
|
|
140
|
+
})
|
|
141
|
+
})
|
|
142
|
+
});
|
|
143
|
+
//# sourceMappingURL=Card.figma.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["figma","CryptoIcon","ChevronRight","Wallet","Button","Spot","Tag","Card","CardContent","CardContentDescription","CardContentTitle","CardHeader","CardLeading","CardTrailing","jsxs","_jsxs","jsx","_jsx","connect","imports","props","outlined","boolean","true","false","undefined","disabled","enum","header","children","footer","example","title","string","description","leading","spot","appearance","icon","coin","ledgerId","ticker","size","provider","shape","none","trailing","value","button","onPress","tag","label","type","display","interactive"],"sourceRoot":"../../../../../src","sources":["lib/Components/Card/Card.figma.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -16,11 +16,7 @@ import {
|
|
|
16
16
|
import {
|
|
17
17
|
CustomTabs,
|
|
18
18
|
Tab,
|
|
19
|
-
DoVsDontRow,
|
|
20
|
-
DoBlockItem,
|
|
21
|
-
DontBlockItem,
|
|
22
19
|
} from '../../../../.storybook/components';
|
|
23
|
-
import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
|
|
24
20
|
|
|
25
21
|
<Meta title='Core/Card' of={CardStories} />
|
|
26
22
|
|
|
@@ -277,162 +273,6 @@ Use `lx` prop for layout purposes only, such as maximum width:
|
|
|
277
273
|
</Card>
|
|
278
274
|
```
|
|
279
275
|
|
|
280
|
-
## Do's and Don'ts
|
|
281
|
-
|
|
282
|
-
The following guidelines ensure consistent usage of the Card component and maintain design system principles.
|
|
283
|
-
|
|
284
|
-
<Box lx={{ flexDirection: 'column', gap: 's24' }}>
|
|
285
|
-
<DoVsDontRow>
|
|
286
|
-
<DoBlockItem
|
|
287
|
-
title='Use the composite pattern correctly'
|
|
288
|
-
description='CardContent should be nested inside CardLeading or CardTrailing to group visual and text content together'
|
|
289
|
-
>
|
|
290
|
-
|
|
291
|
-
{/* prettier-ignore */}
|
|
292
|
-
```tsx
|
|
293
|
-
<Card onPress={handlePress}>
|
|
294
|
-
<CardHeader>
|
|
295
|
-
<CardLeading>
|
|
296
|
-
<CryptoIcon ledgerId="bitcoin" ticker="BTC" size="48px" />
|
|
297
|
-
<CardContent>
|
|
298
|
-
<CardContentTitle>Bitcoin</CardContentTitle>
|
|
299
|
-
<CardContentDescription>BTC</CardContentDescription>
|
|
300
|
-
</CardContent>
|
|
301
|
-
</CardLeading>
|
|
302
|
-
</CardHeader>
|
|
303
|
-
</Card>
|
|
304
|
-
```
|
|
305
|
-
|
|
306
|
-
</DoBlockItem>
|
|
307
|
-
<DontBlockItem
|
|
308
|
-
title="Don't place CardContent outside CardLeading"
|
|
309
|
-
description='CardContent must be inside CardLeading or CardTrailing for proper layout'
|
|
310
|
-
>
|
|
311
|
-
|
|
312
|
-
{/* prettier-ignore */}
|
|
313
|
-
```tsx
|
|
314
|
-
// DON'T - CardContent outside CardLeading
|
|
315
|
-
<Card onPress={handlePress}>
|
|
316
|
-
<CardHeader>
|
|
317
|
-
<CardLeading>
|
|
318
|
-
<CryptoIcon ledgerId="bitcoin" ticker="BTC" size="48px" />
|
|
319
|
-
</CardLeading>
|
|
320
|
-
<CardContent>
|
|
321
|
-
<CardContentTitle>Bitcoin</CardContentTitle>
|
|
322
|
-
</CardContent>
|
|
323
|
-
</CardHeader>
|
|
324
|
-
</Card>
|
|
325
|
-
```
|
|
326
|
-
|
|
327
|
-
</DontBlockItem>
|
|
328
|
-
|
|
329
|
-
</DoVsDontRow>
|
|
330
|
-
|
|
331
|
-
<DoVsDontRow>
|
|
332
|
-
<DoBlockItem
|
|
333
|
-
title='Use type="info" for cards with action buttons'
|
|
334
|
-
description='Info cards have no press handling on the card itself, allowing buttons to work independently'
|
|
335
|
-
>
|
|
336
|
-
|
|
337
|
-
{/* prettier-ignore */}
|
|
338
|
-
```tsx
|
|
339
|
-
<Card type="info">
|
|
340
|
-
<CardHeader>
|
|
341
|
-
<CardLeading>
|
|
342
|
-
<CardContent>
|
|
343
|
-
<CardContentTitle>Staking</CardContentTitle>
|
|
344
|
-
</CardContent>
|
|
345
|
-
</CardLeading>
|
|
346
|
-
<CardTrailing>
|
|
347
|
-
<Button appearance="base" size="sm">Stake</Button>
|
|
348
|
-
</CardTrailing>
|
|
349
|
-
</CardHeader>
|
|
350
|
-
</Card>
|
|
351
|
-
```
|
|
352
|
-
|
|
353
|
-
</DoBlockItem>
|
|
354
|
-
<DontBlockItem
|
|
355
|
-
title="Don't put interactive elements in interactive cards"
|
|
356
|
-
description='Buttons inside an interactive card create nested press targets'
|
|
357
|
-
>
|
|
358
|
-
|
|
359
|
-
{/* prettier-ignore */}
|
|
360
|
-
```tsx
|
|
361
|
-
// DON'T - Nested pressables
|
|
362
|
-
<Card onPress={handlePress}>
|
|
363
|
-
<CardHeader>
|
|
364
|
-
<CardLeading>
|
|
365
|
-
<CardContent>
|
|
366
|
-
<CardContentTitle>Staking</CardContentTitle>
|
|
367
|
-
</CardContent>
|
|
368
|
-
</CardLeading>
|
|
369
|
-
<CardTrailing>
|
|
370
|
-
<Button appearance="base" size="sm">Stake</Button>
|
|
371
|
-
</CardTrailing>
|
|
372
|
-
</CardHeader>
|
|
373
|
-
</Card>
|
|
374
|
-
```
|
|
375
|
-
|
|
376
|
-
</DontBlockItem>
|
|
377
|
-
|
|
378
|
-
</DoVsDontRow>
|
|
379
|
-
|
|
380
|
-
<DoVsDontRow>
|
|
381
|
-
<DoBlockItem
|
|
382
|
-
title='Use lx for layout adjustments only'
|
|
383
|
-
description='The lx prop should be used for layout-level adjustments like max-width or margins'
|
|
384
|
-
>
|
|
385
|
-
|
|
386
|
-
{/* prettier-ignore */}
|
|
387
|
-
```tsx
|
|
388
|
-
<Card
|
|
389
|
-
lx={{ maxWidth: 's320' }}
|
|
390
|
-
onPress={handlePress}
|
|
391
|
-
>
|
|
392
|
-
<CardHeader>
|
|
393
|
-
<CardLeading>
|
|
394
|
-
<CardContent>
|
|
395
|
-
<CardContentTitle>Settings</CardContentTitle>
|
|
396
|
-
</CardContent>
|
|
397
|
-
</CardLeading>
|
|
398
|
-
</CardHeader>
|
|
399
|
-
</Card>
|
|
400
|
-
```
|
|
401
|
-
|
|
402
|
-
</DoBlockItem>
|
|
403
|
-
<DontBlockItem
|
|
404
|
-
title="Don't override card appearance with lx"
|
|
405
|
-
description='Do not use lx to change the card background, padding, or border radius'
|
|
406
|
-
>
|
|
407
|
-
|
|
408
|
-
{/* prettier-ignore */}
|
|
409
|
-
```tsx
|
|
410
|
-
// DON'T - Overriding appearance via lx
|
|
411
|
-
<Card
|
|
412
|
-
lx={{
|
|
413
|
-
maxWidth: 's320',
|
|
414
|
-
backgroundColor: 'accent',
|
|
415
|
-
padding: 's24',
|
|
416
|
-
borderRadius: 'xl',
|
|
417
|
-
}}
|
|
418
|
-
onPress={handlePress}
|
|
419
|
-
>
|
|
420
|
-
<CardHeader>
|
|
421
|
-
<CardLeading>
|
|
422
|
-
<CardContent>
|
|
423
|
-
<CardContentTitle>Settings</CardContentTitle>
|
|
424
|
-
</CardContent>
|
|
425
|
-
</CardLeading>
|
|
426
|
-
</CardHeader>
|
|
427
|
-
</Card>
|
|
428
|
-
```
|
|
429
|
-
|
|
430
|
-
</DontBlockItem>
|
|
431
|
-
|
|
432
|
-
</DoVsDontRow>
|
|
433
|
-
|
|
434
|
-
<CommonRulesDoAndDont />
|
|
435
|
-
</Box>
|
|
436
276
|
|
|
437
277
|
</Tab>
|
|
438
278
|
</CustomTabs>
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import figma from '@figma/code-connect';
|
|
4
|
+
import { Placeholder } from "../../Symbols/index.js";
|
|
5
|
+
import { CardButton } from "./CardButton.js";
|
|
6
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
|
+
figma.connect(CardButton, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=89%3A525', {
|
|
8
|
+
imports: ["import { CardButton } from '@ledgerhq/lumen-ui-rnative'", "import { Placeholder } from '@ledgerhq/lumen-ui-rnative/symbols'"],
|
|
9
|
+
props: {
|
|
10
|
+
title: figma.string('title'),
|
|
11
|
+
description: figma.boolean('show-description', {
|
|
12
|
+
true: figma.string('description'),
|
|
13
|
+
false: undefined
|
|
14
|
+
}),
|
|
15
|
+
hideChevron: figma.boolean('show-chevron', {
|
|
16
|
+
true: false,
|
|
17
|
+
false: true
|
|
18
|
+
}),
|
|
19
|
+
disabled: figma.enum('state', {
|
|
20
|
+
disabled: true
|
|
21
|
+
}),
|
|
22
|
+
appearance: figma.enum('appearance', {
|
|
23
|
+
base: 'base',
|
|
24
|
+
outline: 'outline'
|
|
25
|
+
}),
|
|
26
|
+
icon: Placeholder
|
|
27
|
+
},
|
|
28
|
+
example: props => /*#__PURE__*/_jsx(CardButton, {
|
|
29
|
+
title: props.title,
|
|
30
|
+
description: props.description,
|
|
31
|
+
icon: props.icon,
|
|
32
|
+
hideChevron: props.hideChevron,
|
|
33
|
+
disabled: props.disabled,
|
|
34
|
+
appearance: props.appearance,
|
|
35
|
+
onPress: () => {}
|
|
36
|
+
})
|
|
37
|
+
});
|
|
38
|
+
//# sourceMappingURL=CardButton.figma.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["figma","Placeholder","CardButton","jsx","_jsx","connect","imports","props","title","string","description","boolean","true","false","undefined","hideChevron","disabled","enum","appearance","base","outline","icon","example","onPress"],"sourceRoot":"../../../../../src","sources":["lib/Components/CardButton/CardButton.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,sEAAsE,EACtE;EACEI,OAAO,EAAE,CACP,yDAAyD,EACzD,kEAAkE,CACnE;EACDC,KAAK,EAAE;IACLC,KAAK,EAAER,KAAK,CAACS,MAAM,CAAC,OAAO,CAAC;IAC5BC,WAAW,EAAEV,KAAK,CAACW,OAAO,CAAC,kBAAkB,EAAE;MAC7CC,IAAI,EAAEZ,KAAK,CAACS,MAAM,CAAC,aAAa,CAAC;MACjCI,KAAK,EAAEC;IACT,CAAC,CAAC;IACFC,WAAW,EAAEf,KAAK,CAACW,OAAO,CAAC,cAAc,EAAE;MACzCC,IAAI,EAAE,KAAK;MACXC,KAAK,EAAE;IACT,CAAC,CAAC;IACFG,QAAQ,EAAEhB,KAAK,CAACiB,IAAI,CAAC,OAAO,EAAE;MAC5BD,QAAQ,EAAE;IACZ,CAAC,CAAC;IACFE,UAAU,EAAElB,KAAK,CAACiB,IAAI,CAAC,YAAY,EAAE;MACnCE,IAAI,EAAE,MAAM;MACZC,OAAO,EAAE;IACX,CAAC,CAAC;IACFC,IAAI,EAAEpB;EACR,CAAC;EACDqB,OAAO,EACLf,KAEC,iBAEDH,IAAA,CAACF,UAAU;IACTM,KAAK,EAAED,KAAK,CAACC,KAAM;IACnBE,WAAW,EAAEH,KAAK,CAACG,WAAY;IAC/BW,IAAI,EAAEd,KAAK,CAACc,IAAK;IACjBN,WAAW,EAAER,KAAK,CAACQ,WAAY;IAC/BC,QAAQ,EAAET,KAAK,CAACS,QAAS;IACzBE,UAAU,EAAEX,KAAK,CAACW,UAAW;IAC7BK,OAAO,EAAEA,CAAA,KAAM,CAAC;EAAE,CACnB;AAEL,CACF,CAAC","ignoreList":[]}
|
|
@@ -2,8 +2,6 @@ import { Meta, Story, Canvas, Controls } from '@storybook/addon-docs/blocks';
|
|
|
2
2
|
import * as CardButtonStories from './CardButton.stories';
|
|
3
3
|
import { CardButton } from './CardButton';
|
|
4
4
|
import { CustomTabs, Tab } from '../../../../.storybook/components';
|
|
5
|
-
import { DoVsDontRow, DoBlockItem, DontBlockItem } from '../../../../.storybook/components/DoVsDont';
|
|
6
|
-
import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
|
|
7
5
|
import { Box } from '../Utility';
|
|
8
6
|
|
|
9
7
|
<Meta title='Core/CardButton' of={CardButtonStories} />
|
|
@@ -239,52 +237,6 @@ While the component comes with predefined styles, you can extend them using the
|
|
|
239
237
|
/>
|
|
240
238
|
```
|
|
241
239
|
|
|
242
|
-
## Do's and Don'ts
|
|
243
|
-
|
|
244
|
-
The following guidelines ensure consistent usage of the CardButton component and maintain design system principles.
|
|
245
|
-
|
|
246
|
-
<Box lx={{ flexDirection: 'column', gap: 's24' }}>
|
|
247
|
-
<DoVsDontRow>
|
|
248
|
-
<DoBlockItem
|
|
249
|
-
title='Use container elements to control width'
|
|
250
|
-
description='Wrap CardButton in container elements to control its width'
|
|
251
|
-
>
|
|
252
|
-
|
|
253
|
-
{/* prettier-ignore */}
|
|
254
|
-
```tsx
|
|
255
|
-
<Box lx={{ maxWidth: 's400' }}>
|
|
256
|
-
<CardButton
|
|
257
|
-
title='Continue'
|
|
258
|
-
description='Proceed to next step'
|
|
259
|
-
onPress={() => console.log('Continue')}
|
|
260
|
-
/>
|
|
261
|
-
</Box>
|
|
262
|
-
```
|
|
263
|
-
|
|
264
|
-
</DoBlockItem>
|
|
265
|
-
<DontBlockItem
|
|
266
|
-
title="Don't modify width directly"
|
|
267
|
-
description='Avoid using lx to set width on CardButton itself'
|
|
268
|
-
>
|
|
269
|
-
|
|
270
|
-
{/* prettier-ignore */}
|
|
271
|
-
```tsx
|
|
272
|
-
<Box lx={{ maxWidth: 's400' }}>
|
|
273
|
-
<CardButton
|
|
274
|
-
title='Continue'
|
|
275
|
-
description='Proceed to next step'
|
|
276
|
-
lx={{ width: 's320' }}
|
|
277
|
-
onPress={() => console.log('Continue')}
|
|
278
|
-
/>
|
|
279
|
-
</Box>
|
|
280
|
-
```
|
|
281
|
-
|
|
282
|
-
</DontBlockItem>
|
|
283
|
-
|
|
284
|
-
</DoVsDontRow>
|
|
285
|
-
|
|
286
|
-
<CommonRulesDoAndDont />
|
|
287
|
-
</Box>
|
|
288
240
|
|
|
289
241
|
</Tab>
|
|
290
242
|
</CustomTabs>
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import figma from '@figma/code-connect';
|
|
4
|
+
import { Checkbox } from "./Checkbox.js";
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
figma.connect(Checkbox, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=6688-3600', {
|
|
7
|
+
imports: ["import { Checkbox } from '@ledgerhq/lumen-ui-rnative'"],
|
|
8
|
+
variant: {
|
|
9
|
+
'show-label': true
|
|
10
|
+
},
|
|
11
|
+
props: {
|
|
12
|
+
checkbox: figma.nestedProps('.checkbox', {
|
|
13
|
+
checked: figma.boolean('selected'),
|
|
14
|
+
disabled: figma.enum('state', {
|
|
15
|
+
disabled: true
|
|
16
|
+
})
|
|
17
|
+
}),
|
|
18
|
+
label: figma.string('label')
|
|
19
|
+
},
|
|
20
|
+
example: props => /*#__PURE__*/_jsx(Checkbox, {
|
|
21
|
+
checked: props.checkbox.checked,
|
|
22
|
+
onCheckedChange: _checked => {},
|
|
23
|
+
defaultChecked: false,
|
|
24
|
+
disabled: props.checkbox.disabled,
|
|
25
|
+
label: props.label
|
|
26
|
+
})
|
|
27
|
+
});
|
|
28
|
+
figma.connect(Checkbox, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=6688-3600', {
|
|
29
|
+
imports: ["import { Checkbox } from '@ledgerhq/lumen-ui-rnative'"],
|
|
30
|
+
variant: {
|
|
31
|
+
'show-label': false
|
|
32
|
+
},
|
|
33
|
+
props: {
|
|
34
|
+
checkbox: figma.nestedProps('.checkbox', {
|
|
35
|
+
checked: figma.boolean('selected'),
|
|
36
|
+
disabled: figma.enum('state', {
|
|
37
|
+
disabled: true
|
|
38
|
+
})
|
|
39
|
+
})
|
|
40
|
+
},
|
|
41
|
+
example: props => /*#__PURE__*/_jsx(Checkbox, {
|
|
42
|
+
checked: props.checkbox.checked,
|
|
43
|
+
onCheckedChange: _checked => {},
|
|
44
|
+
defaultChecked: false,
|
|
45
|
+
disabled: props.checkbox.disabled
|
|
46
|
+
})
|
|
47
|
+
});
|
|
48
|
+
//# sourceMappingURL=Checkbox.figma.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["figma","Checkbox","jsx","_jsx","connect","imports","variant","props","checkbox","nestedProps","checked","boolean","disabled","enum","label","string","example","onCheckedChange","_checked","defaultChecked"],"sourceRoot":"../../../../../src","sources":["lib/Components/Checkbox/Checkbox.figma.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,qBAAqB;AACvC,SAASC,QAAQ,QAAQ,eAAY;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAEtCH,KAAK,CAACI,OAAO,CACXH,QAAQ,EACR,uEAAuE,EACvE;EACEI,OAAO,EAAE,CAAC,uDAAuD,CAAC;EAClEC,OAAO,EAAE;IAAE,YAAY,EAAE;EAAK,CAAC;EAC/BC,KAAK,EAAE;IACLC,QAAQ,EAAER,KAAK,CAACS,WAAW,CAAC,WAAW,EAAE;MACvCC,OAAO,EAAEV,KAAK,CAACW,OAAO,CAAC,UAAU,CAAC;MAClCC,QAAQ,EAAEZ,KAAK,CAACa,IAAI,CAAC,OAAO,EAAE;QAC5BD,QAAQ,EAAE;MACZ,CAAC;IACH,CAAC,CAAC;IACFE,KAAK,EAAEd,KAAK,CAACe,MAAM,CAAC,OAAO;EAC7B,CAAC;EACDC,OAAO,EAAGT,KAAK,iBACbJ,IAAA,CAACF,QAAQ;IACPS,OAAO,EAAEH,KAAK,CAACC,QAAQ,CAACE,OAAQ;IAChCO,eAAe,EAAGC,QAAiB,IAAK,CAAC,CAAE;IAC3CC,cAAc,EAAE,KAAM;IACtBP,QAAQ,EAAEL,KAAK,CAACC,QAAQ,CAACI,QAAS;IAClCE,KAAK,EAAEP,KAAK,CAACO;EAAM,CACpB;AAEL,CACF,CAAC;AAEDd,KAAK,CAACI,OAAO,CACXH,QAAQ,EACR,uEAAuE,EACvE;EACEI,OAAO,EAAE,CAAC,uDAAuD,CAAC;EAClEC,OAAO,EAAE;IAAE,YAAY,EAAE;EAAM,CAAC;EAChCC,KAAK,EAAE;IACLC,QAAQ,EAAER,KAAK,CAACS,WAAW,CAAC,WAAW,EAAE;MACvCC,OAAO,EAAEV,KAAK,CAACW,OAAO,CAAC,UAAU,CAAC;MAClCC,QAAQ,EAAEZ,KAAK,CAACa,IAAI,CAAC,OAAO,EAAE;QAC5BD,QAAQ,EAAE;MACZ,CAAC;IACH,CAAC;EACH,CAAC;EACDI,OAAO,EAAGT,KAAK,iBACbJ,IAAA,CAACF,QAAQ;IACPS,OAAO,EAAEH,KAAK,CAACC,QAAQ,CAACE,OAAQ;IAChCO,eAAe,EAAGC,QAAiB,IAAK,CAAC,CAAE;IAC3CC,cAAc,EAAE,KAAM;IACtBP,QAAQ,EAAEL,KAAK,CAACC,QAAQ,CAACI;EAAS,CACnC;AAEL,CACF,CAAC","ignoreList":[]}
|
|
@@ -3,8 +3,6 @@ import * as CheckboxStories from './Checkbox.stories';
|
|
|
3
3
|
import { Checkbox } from './Checkbox';
|
|
4
4
|
import { Box } from '../Utility';
|
|
5
5
|
import { CustomTabs, Tab } from '../../../../.storybook/components';
|
|
6
|
-
import { DoVsDontRow, DoBlockItem, DontBlockItem } from '../../../../.storybook/components/DoVsDont';
|
|
7
|
-
import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
|
|
8
6
|
|
|
9
7
|
<Meta title='Core/Checkbox' of={CheckboxStories} />
|
|
10
8
|
|
|
@@ -148,77 +146,6 @@ The Checkbox component automatically supports:
|
|
|
148
146
|
- **Space**: Toggle checked/unchecked state
|
|
149
147
|
- **Enter**: Submit form (when inside a form)
|
|
150
148
|
|
|
151
|
-
## Do's and Don'ts
|
|
152
|
-
|
|
153
|
-
The following guidelines ensure consistent usage of the Checkbox component and maintain design system principles.
|
|
154
|
-
|
|
155
|
-
<Box lx={{ flexDirection: 'column', gap: 's24' }}>
|
|
156
|
-
<DoVsDontRow>
|
|
157
|
-
<DoBlockItem
|
|
158
|
-
title='Use the built-in label prop'
|
|
159
|
-
description='Use the label prop for simple text labels'
|
|
160
|
-
>
|
|
161
|
-
|
|
162
|
-
{/* prettier-ignore */}
|
|
163
|
-
```tsx
|
|
164
|
-
<Checkbox label='Subscribe to newsletter' />
|
|
165
|
-
```
|
|
166
|
-
|
|
167
|
-
</DoBlockItem>
|
|
168
|
-
<DontBlockItem
|
|
169
|
-
title="Don't use unlabeled checkboxes"
|
|
170
|
-
description='Always provide labels for accessibility and clarity'
|
|
171
|
-
>
|
|
172
|
-
|
|
173
|
-
{/* prettier-ignore */}
|
|
174
|
-
```tsx
|
|
175
|
-
<Checkbox id='newsletter' />
|
|
176
|
-
```
|
|
177
|
-
|
|
178
|
-
</DontBlockItem>
|
|
179
|
-
|
|
180
|
-
</DoVsDontRow>
|
|
181
|
-
|
|
182
|
-
<DoVsDontRow>
|
|
183
|
-
<DoBlockItem
|
|
184
|
-
title='Use controlled components for form state'
|
|
185
|
-
description='Use checked and onCheckedChange props for controlled checkboxes'
|
|
186
|
-
>
|
|
187
|
-
|
|
188
|
-
{/* prettier-ignore */}
|
|
189
|
-
```tsx
|
|
190
|
-
const [isChecked, setIsChecked] = useState(false);
|
|
191
|
-
|
|
192
|
-
<Checkbox
|
|
193
|
-
label='Accept terms'
|
|
194
|
-
checked={isChecked}
|
|
195
|
-
onCheckedChange={setIsChecked}
|
|
196
|
-
/>
|
|
197
|
-
```
|
|
198
|
-
|
|
199
|
-
</DoBlockItem>
|
|
200
|
-
<DontBlockItem
|
|
201
|
-
title="Don't mix controlled and uncontrolled patterns"
|
|
202
|
-
description='Avoid using both checked and defaultChecked props together'
|
|
203
|
-
>
|
|
204
|
-
|
|
205
|
-
{/* prettier-ignore */}
|
|
206
|
-
```tsx
|
|
207
|
-
const [isChecked, setIsChecked] = useState(false);
|
|
208
|
-
|
|
209
|
-
<Checkbox
|
|
210
|
-
label='Accept terms'
|
|
211
|
-
checked={isChecked}
|
|
212
|
-
defaultChecked={true}
|
|
213
|
-
/>
|
|
214
|
-
```
|
|
215
|
-
|
|
216
|
-
</DontBlockItem>
|
|
217
|
-
|
|
218
|
-
</DoVsDontRow>
|
|
219
|
-
|
|
220
|
-
<CommonRulesDoAndDont />
|
|
221
|
-
</Box>
|
|
222
149
|
|
|
223
150
|
</Tab>
|
|
224
151
|
</CustomTabs>
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import figma from '@figma/code-connect';
|
|
4
|
+
import { Settings } from "../../Symbols/index.js";
|
|
5
|
+
import { Spot } from "../Spot/index.js";
|
|
6
|
+
import { Stepper } from "../Stepper/index.js";
|
|
7
|
+
import { ContentBanner, ContentBannerContent, ContentBannerDescription, ContentBannerTitle } from "./ContentBanner.js";
|
|
8
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
9
|
+
figma.connect(ContentBanner, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=11235-5966', {
|
|
10
|
+
imports: ["import { ContentBanner, ContentBannerContent, ContentBannerTitle, ContentBannerDescription, Spot, Stepper } from '@ledgerhq/lumen-ui-rnative'"],
|
|
11
|
+
variant: {
|
|
12
|
+
'leading-content': 'spot'
|
|
13
|
+
},
|
|
14
|
+
props: {
|
|
15
|
+
title: figma.string('title'),
|
|
16
|
+
description: figma.string('description'),
|
|
17
|
+
onClose: figma.boolean('show-close-button', {
|
|
18
|
+
true: () => {},
|
|
19
|
+
false: undefined
|
|
20
|
+
})
|
|
21
|
+
},
|
|
22
|
+
example: props => /*#__PURE__*/_jsxs(ContentBanner, {
|
|
23
|
+
onClose: props.onClose,
|
|
24
|
+
closeAccessibilityLabel: "Close content banner",
|
|
25
|
+
children: [/*#__PURE__*/_jsx(Spot, {
|
|
26
|
+
appearance: "icon",
|
|
27
|
+
icon: Settings,
|
|
28
|
+
size: 48
|
|
29
|
+
}), /*#__PURE__*/_jsxs(ContentBannerContent, {
|
|
30
|
+
children: [/*#__PURE__*/_jsx(ContentBannerTitle, {
|
|
31
|
+
children: props.title
|
|
32
|
+
}), /*#__PURE__*/_jsx(ContentBannerDescription, {
|
|
33
|
+
children: props.description
|
|
34
|
+
})]
|
|
35
|
+
})]
|
|
36
|
+
})
|
|
37
|
+
});
|
|
38
|
+
figma.connect(ContentBanner, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=11235-5966', {
|
|
39
|
+
imports: ["import { ContentBanner, ContentBannerContent, ContentBannerTitle, ContentBannerDescription, Spot, Stepper } from '@ledgerhq/lumen-ui-rnative'"],
|
|
40
|
+
variant: {
|
|
41
|
+
'leading-content': 'stepper'
|
|
42
|
+
},
|
|
43
|
+
props: {
|
|
44
|
+
title: figma.string('title'),
|
|
45
|
+
description: figma.string('description'),
|
|
46
|
+
onClose: figma.boolean('show-close-button', {
|
|
47
|
+
true: () => {},
|
|
48
|
+
false: undefined
|
|
49
|
+
})
|
|
50
|
+
},
|
|
51
|
+
example: props => /*#__PURE__*/_jsxs(ContentBanner, {
|
|
52
|
+
onClose: props.onClose,
|
|
53
|
+
closeAccessibilityLabel: "Close content banner",
|
|
54
|
+
children: [/*#__PURE__*/_jsx(Stepper, {
|
|
55
|
+
currentStep: 1,
|
|
56
|
+
totalSteps: 4
|
|
57
|
+
}), /*#__PURE__*/_jsxs(ContentBannerContent, {
|
|
58
|
+
children: [/*#__PURE__*/_jsx(ContentBannerTitle, {
|
|
59
|
+
children: props.title
|
|
60
|
+
}), /*#__PURE__*/_jsx(ContentBannerDescription, {
|
|
61
|
+
children: props.description
|
|
62
|
+
})]
|
|
63
|
+
})]
|
|
64
|
+
})
|
|
65
|
+
});
|
|
66
|
+
figma.connect(ContentBanner, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=11235-5966', {
|
|
67
|
+
imports: ["import { ContentBanner, ContentBannerContent, ContentBannerTitle, ContentBannerDescription, Spot, Stepper } from '@ledgerhq/lumen-ui-rnative'"],
|
|
68
|
+
variant: {
|
|
69
|
+
'leading-content': 'none'
|
|
70
|
+
},
|
|
71
|
+
props: {
|
|
72
|
+
title: figma.string('title'),
|
|
73
|
+
description: figma.string('description'),
|
|
74
|
+
onClose: figma.boolean('show-close-button', {
|
|
75
|
+
true: () => {},
|
|
76
|
+
false: undefined
|
|
77
|
+
})
|
|
78
|
+
},
|
|
79
|
+
example: props => /*#__PURE__*/_jsx(ContentBanner, {
|
|
80
|
+
onClose: props.onClose,
|
|
81
|
+
closeAccessibilityLabel: "Close content banner",
|
|
82
|
+
children: /*#__PURE__*/_jsxs(ContentBannerContent, {
|
|
83
|
+
children: [/*#__PURE__*/_jsx(ContentBannerTitle, {
|
|
84
|
+
children: props.title
|
|
85
|
+
}), /*#__PURE__*/_jsx(ContentBannerDescription, {
|
|
86
|
+
children: props.description
|
|
87
|
+
})]
|
|
88
|
+
})
|
|
89
|
+
})
|
|
90
|
+
});
|
|
91
|
+
//# sourceMappingURL=ContentBanner.figma.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["figma","Settings","Spot","Stepper","ContentBanner","ContentBannerContent","ContentBannerDescription","ContentBannerTitle","jsx","_jsx","jsxs","_jsxs","connect","imports","variant","props","title","string","description","onClose","boolean","true","false","undefined","example","closeAccessibilityLabel","children","appearance","icon","size","currentStep","totalSteps"],"sourceRoot":"../../../../../src","sources":["lib/Components/ContentBanner/ContentBanner.figma.tsx"],"mappings":"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","ignoreList":[]}
|