@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,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import figma from '@figma/code-connect';
|
|
4
|
+
import { PageIndicator } from "./PageIndicator.js";
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
figma.connect(PageIndicator, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=11768-12849', {
|
|
7
|
+
imports: ["import { PageIndicator } from '@ledgerhq/lumen-ui-rnative'"],
|
|
8
|
+
example: () => /*#__PURE__*/_jsx(PageIndicator, {
|
|
9
|
+
currentPage: 2,
|
|
10
|
+
totalPages: 5
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=PageIndicator.figma.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["figma","PageIndicator","jsx","_jsx","connect","imports","example","currentPage","totalPages"],"sourceRoot":"../../../../../src","sources":["lib/Components/PageIndicator/PageIndicator.figma.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,qBAAqB;AACvC,SAASC,aAAa,QAAQ,oBAAiB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAEhDH,KAAK,CAACI,OAAO,CACXH,aAAa,EACb,yEAAyE,EACzE;EACEI,OAAO,EAAE,CAAC,4DAA4D,CAAC;EACvEC,OAAO,EAAEA,CAAA,kBAAMH,IAAA,CAACF,aAAa;IAACM,WAAW,EAAE,CAAE;IAACC,UAAU,EAAE;EAAE,CAAE;AAChE,CACF,CAAC","ignoreList":[]}
|
|
@@ -2,7 +2,6 @@ import { Meta, Canvas, Controls } from '@storybook/addon-docs/blocks';
|
|
|
2
2
|
import * as PageIndicatorStories from './PageIndicator.stories';
|
|
3
3
|
import { PageIndicator } from './PageIndicator';
|
|
4
4
|
import { CustomTabs, Tab } from '../../../../.storybook/components';
|
|
5
|
-
import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
|
|
6
5
|
|
|
7
6
|
<Meta title='Core/PageIndicator' of={PageIndicatorStories} />
|
|
8
7
|
|
|
@@ -118,7 +117,6 @@ function MyComponent() {
|
|
|
118
117
|
}
|
|
119
118
|
```
|
|
120
119
|
|
|
121
|
-
<CommonRulesDoAndDont />
|
|
122
120
|
|
|
123
121
|
</Tab>
|
|
124
122
|
</CustomTabs>
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import figma from '@figma/code-connect';
|
|
4
|
+
import { SearchInput } from "./SearchInput.js";
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
figma.connect(SearchInput, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=2248%3A3468', {
|
|
7
|
+
imports: ["import { SearchInput } from '@ledgerhq/lumen-ui-rnative'"],
|
|
8
|
+
props: {
|
|
9
|
+
appearance: figma.enum('appearance', {
|
|
10
|
+
plain: 'plain',
|
|
11
|
+
transparent: 'transparent'
|
|
12
|
+
}),
|
|
13
|
+
placeholder: figma.enum('search-state', {
|
|
14
|
+
placeholder: figma.string('placeholder')
|
|
15
|
+
}),
|
|
16
|
+
value: figma.enum('search-state', {
|
|
17
|
+
typing: figma.string('value')
|
|
18
|
+
}),
|
|
19
|
+
disabled: figma.enum('state', {
|
|
20
|
+
disabled: true
|
|
21
|
+
})
|
|
22
|
+
},
|
|
23
|
+
example: props => /*#__PURE__*/_jsx(SearchInput, {
|
|
24
|
+
appearance: props.appearance,
|
|
25
|
+
placeholder: props.placeholder,
|
|
26
|
+
value: props.value,
|
|
27
|
+
disabled: props.disabled,
|
|
28
|
+
onChangeText: () => {}
|
|
29
|
+
})
|
|
30
|
+
});
|
|
31
|
+
//# sourceMappingURL=SearchInput.figma.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["figma","SearchInput","jsx","_jsx","connect","imports","props","appearance","enum","plain","transparent","placeholder","string","value","typing","disabled","example","onChangeText"],"sourceRoot":"../../../../../src","sources":["lib/Components/SearchInput/SearchInput.figma.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,qBAAqB;AACvC,SAASC,WAAW,QAAQ,kBAAe;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAE5CH,KAAK,CAACI,OAAO,CACXH,WAAW,EACX,yEAAyE,EACzE;EACEI,OAAO,EAAE,CAAC,0DAA0D,CAAC;EACrEC,KAAK,EAAE;IACLC,UAAU,EAAEP,KAAK,CAACQ,IAAI,CAAC,YAAY,EAAE;MACnCC,KAAK,EAAE,OAAO;MACdC,WAAW,EAAE;IACf,CAAC,CAAC;IACFC,WAAW,EAAEX,KAAK,CAACQ,IAAI,CAAC,cAAc,EAAE;MACtCG,WAAW,EAAEX,KAAK,CAACY,MAAM,CAAC,aAAa;IACzC,CAAC,CAAC;IACFC,KAAK,EAAEb,KAAK,CAACQ,IAAI,CAAC,cAAc,EAAE;MAChCM,MAAM,EAAEd,KAAK,CAACY,MAAM,CAAC,OAAO;IAC9B,CAAC,CAAC;IACFG,QAAQ,EAAEf,KAAK,CAACQ,IAAI,CAAC,OAAO,EAAE;MAC5BO,QAAQ,EAAE;IACZ,CAAC;EACH,CAAC;EACDC,OAAO,EAAGV,KAAK,iBACbH,IAAA,CAACF,WAAW;IACVM,UAAU,EAAED,KAAK,CAACC,UAAW;IAC7BI,WAAW,EAAEL,KAAK,CAACK,WAAY;IAC/BE,KAAK,EAAEP,KAAK,CAACO,KAAM;IACnBE,QAAQ,EAAET,KAAK,CAACS,QAAS;IACzBE,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 SearchInputStories from './SearchInput.stories';
|
|
3
3
|
import { SearchInput } from './SearchInput';
|
|
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/SearchInput' of={SearchInputStories} />
|
|
9
7
|
|
|
@@ -326,203 +324,6 @@ function MyComponent() {
|
|
|
326
324
|
}
|
|
327
325
|
```
|
|
328
326
|
|
|
329
|
-
## Do's and Don'ts
|
|
330
|
-
|
|
331
|
-
The following guidelines ensure consistent usage of the SearchInput component and maintain design system principles.
|
|
332
|
-
|
|
333
|
-
<div style={{ display: 'flex', flexDirection: 'column', gap: 24 }}>
|
|
334
|
-
<DoVsDontRow>
|
|
335
|
-
<DoBlockItem
|
|
336
|
-
title='Use placeholder text'
|
|
337
|
-
description='SearchInput uses placeholder text instead of labels for optimal search UX'
|
|
338
|
-
>
|
|
339
|
-
|
|
340
|
-
{/* prettier-ignore */}
|
|
341
|
-
```tsx
|
|
342
|
-
<SearchInput
|
|
343
|
-
placeholder='Search by name or email'
|
|
344
|
-
value={query}
|
|
345
|
-
onChangeText={setQuery}
|
|
346
|
-
/>
|
|
347
|
-
```
|
|
348
|
-
|
|
349
|
-
</DoBlockItem>
|
|
350
|
-
<DontBlockItem
|
|
351
|
-
title="Don't use label prop"
|
|
352
|
-
description='SearchInput component does not support labels as they are not suitable for search UX patterns'
|
|
353
|
-
>
|
|
354
|
-
|
|
355
|
-
{/* prettier-ignore */}
|
|
356
|
-
```tsx
|
|
357
|
-
<SearchInput
|
|
358
|
-
label='Search' // Not supported, will cause error
|
|
359
|
-
placeholder='Search by name or email'
|
|
360
|
-
value={query}
|
|
361
|
-
/>
|
|
362
|
-
```
|
|
363
|
-
|
|
364
|
-
</DontBlockItem>
|
|
365
|
-
|
|
366
|
-
</DoVsDontRow>
|
|
367
|
-
|
|
368
|
-
<DoVsDontRow>
|
|
369
|
-
<DoBlockItem
|
|
370
|
-
title='Use the built-in search icon'
|
|
371
|
-
description='The search icon is automatically included and cannot be changed'
|
|
372
|
-
>
|
|
373
|
-
|
|
374
|
-
{/* prettier-ignore */}
|
|
375
|
-
```tsx
|
|
376
|
-
<SearchInput
|
|
377
|
-
placeholder='Search products'
|
|
378
|
-
value={query}
|
|
379
|
-
onChangeText={handleChange}
|
|
380
|
-
/>
|
|
381
|
-
```
|
|
382
|
-
|
|
383
|
-
</DoBlockItem>
|
|
384
|
-
<DontBlockItem
|
|
385
|
-
title="Don't override the search icon"
|
|
386
|
-
description='The prefix prop is not available on SearchInput component'
|
|
387
|
-
>
|
|
388
|
-
|
|
389
|
-
{/* prettier-ignore */}
|
|
390
|
-
```tsx
|
|
391
|
-
<SearchInput
|
|
392
|
-
prefix={<CustomIcon />} // Not supported, will cause error
|
|
393
|
-
placeholder='Search products'
|
|
394
|
-
/>
|
|
395
|
-
```
|
|
396
|
-
|
|
397
|
-
</DontBlockItem>
|
|
398
|
-
|
|
399
|
-
</DoVsDontRow>
|
|
400
|
-
|
|
401
|
-
<DoVsDontRow>
|
|
402
|
-
<DoBlockItem
|
|
403
|
-
title='Use onClear for custom logic only'
|
|
404
|
-
description='Let the component handle clearing automatically, add onClear only for additional logic'
|
|
405
|
-
>
|
|
406
|
-
|
|
407
|
-
{/* prettier-ignore */}
|
|
408
|
-
```tsx
|
|
409
|
-
<SearchInput
|
|
410
|
-
placeholder='Search'
|
|
411
|
-
value={query}
|
|
412
|
-
onChangeText={setQuery}
|
|
413
|
-
onClear={() => {
|
|
414
|
-
// Default clearing happens automatically
|
|
415
|
-
analytics.track('search_cleared');
|
|
416
|
-
}}
|
|
417
|
-
/>
|
|
418
|
-
```
|
|
419
|
-
|
|
420
|
-
</DoBlockItem>
|
|
421
|
-
<DontBlockItem
|
|
422
|
-
title="Don't manually clear in onClear"
|
|
423
|
-
description='Value clearing happens automatically - no need to call setQuery'
|
|
424
|
-
>
|
|
425
|
-
|
|
426
|
-
{/* prettier-ignore */}
|
|
427
|
-
```tsx
|
|
428
|
-
<SearchInput
|
|
429
|
-
placeholder='Search'
|
|
430
|
-
value={query}
|
|
431
|
-
onChangeText={setQuery}
|
|
432
|
-
onClear={() => setQuery('')}
|
|
433
|
-
/>
|
|
434
|
-
```
|
|
435
|
-
|
|
436
|
-
</DontBlockItem>
|
|
437
|
-
|
|
438
|
-
</DoVsDontRow>
|
|
439
|
-
|
|
440
|
-
<DoVsDontRow>
|
|
441
|
-
<DoBlockItem
|
|
442
|
-
title='Debounce expensive search operations'
|
|
443
|
-
description='Use debouncing for API calls or expensive filtering to improve performance'
|
|
444
|
-
>
|
|
445
|
-
|
|
446
|
-
{/* prettier-ignore */}
|
|
447
|
-
```tsx
|
|
448
|
-
const debouncedSearch = useCallback(
|
|
449
|
-
debounce((text: string) => performSearch(text), 500),
|
|
450
|
-
[]
|
|
451
|
-
);
|
|
452
|
-
|
|
453
|
-
<SearchInput
|
|
454
|
-
placeholder='Search'
|
|
455
|
-
value={query}
|
|
456
|
-
onChangeText={(text) => {
|
|
457
|
-
setQuery(text);
|
|
458
|
-
debouncedSearch(text);
|
|
459
|
-
}}
|
|
460
|
-
/>
|
|
461
|
-
```
|
|
462
|
-
|
|
463
|
-
</DoBlockItem>
|
|
464
|
-
<DontBlockItem
|
|
465
|
-
title="Don't perform expensive operations on every keystroke"
|
|
466
|
-
description='Avoid running expensive operations on every input change without debouncing'
|
|
467
|
-
>
|
|
468
|
-
|
|
469
|
-
{/* prettier-ignore */}
|
|
470
|
-
```tsx
|
|
471
|
-
const debouncedSearch = useCallback(
|
|
472
|
-
debounce((text: string) => performSearch(text), 500),
|
|
473
|
-
[]
|
|
474
|
-
);
|
|
475
|
-
|
|
476
|
-
<SearchInput
|
|
477
|
-
placeholder='Search'
|
|
478
|
-
value={query}
|
|
479
|
-
onChangeText={(text) => {
|
|
480
|
-
setQuery(text);
|
|
481
|
-
performExpensiveAPICall(text); // Should be debounced
|
|
482
|
-
}}
|
|
483
|
-
/>
|
|
484
|
-
```
|
|
485
|
-
|
|
486
|
-
</DontBlockItem>
|
|
487
|
-
|
|
488
|
-
</DoVsDontRow>
|
|
489
|
-
|
|
490
|
-
<DoVsDontRow>
|
|
491
|
-
<DoBlockItem
|
|
492
|
-
title='Provide descriptive placeholder text'
|
|
493
|
-
description='Use clear, specific placeholder text that describes what users can search for'
|
|
494
|
-
>
|
|
495
|
-
|
|
496
|
-
{/* prettier-ignore */}
|
|
497
|
-
```tsx
|
|
498
|
-
<SearchInput
|
|
499
|
-
placeholder='Search by name or email'
|
|
500
|
-
value={query}
|
|
501
|
-
onChangeText={setQuery}
|
|
502
|
-
/>
|
|
503
|
-
```
|
|
504
|
-
|
|
505
|
-
</DoBlockItem>
|
|
506
|
-
<DontBlockItem
|
|
507
|
-
title="Don't use vague placeholder text"
|
|
508
|
-
description='Avoid generic or unclear placeholder text that does not help users'
|
|
509
|
-
>
|
|
510
|
-
|
|
511
|
-
{/* prettier-ignore */}
|
|
512
|
-
```tsx
|
|
513
|
-
<SearchInput
|
|
514
|
-
placeholder='Type here'
|
|
515
|
-
value={query}
|
|
516
|
-
onChangeText={setQuery}
|
|
517
|
-
/>
|
|
518
|
-
```
|
|
519
|
-
|
|
520
|
-
</DontBlockItem>
|
|
521
|
-
|
|
522
|
-
</DoVsDontRow>
|
|
523
|
-
|
|
524
|
-
<CommonRulesDoAndDont />
|
|
525
|
-
</div>
|
|
526
327
|
|
|
527
328
|
## Platform Considerations
|
|
528
329
|
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import figma from '@figma/code-connect';
|
|
4
|
+
import { SegmentedControl, SegmentedControlButton } from "./SegmentedControl.js";
|
|
5
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
6
|
+
figma.connect(SegmentedControl, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=1170-2345', {
|
|
7
|
+
imports: ["import { SegmentedControl, SegmentedControlButton } from '@ledgerhq/lumen-ui-rnative'"],
|
|
8
|
+
props: {
|
|
9
|
+
appearance: figma.enum('appearance', {
|
|
10
|
+
background: 'background',
|
|
11
|
+
'no-background': 'no-background'
|
|
12
|
+
}),
|
|
13
|
+
tabLayout: figma.enum('tab-width', {
|
|
14
|
+
fixed: 'fixed',
|
|
15
|
+
hug: 'fit'
|
|
16
|
+
})
|
|
17
|
+
},
|
|
18
|
+
example: props => /*#__PURE__*/_jsxs(SegmentedControl, {
|
|
19
|
+
selectedValue: "tab1",
|
|
20
|
+
onSelectedChange: () => {},
|
|
21
|
+
appearance: props.appearance,
|
|
22
|
+
tabLayout: props.tabLayout,
|
|
23
|
+
children: [/*#__PURE__*/_jsx(SegmentedControlButton, {
|
|
24
|
+
value: "tab1",
|
|
25
|
+
children: "Tab 1"
|
|
26
|
+
}), /*#__PURE__*/_jsx(SegmentedControlButton, {
|
|
27
|
+
value: "tab2",
|
|
28
|
+
children: "Tab 2"
|
|
29
|
+
}), /*#__PURE__*/_jsx(SegmentedControlButton, {
|
|
30
|
+
value: "tab3",
|
|
31
|
+
children: "Tab 3"
|
|
32
|
+
})]
|
|
33
|
+
})
|
|
34
|
+
});
|
|
35
|
+
//# sourceMappingURL=SegmentedControl.figma.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["figma","SegmentedControl","SegmentedControlButton","jsx","_jsx","jsxs","_jsxs","connect","imports","props","appearance","enum","background","tabLayout","fixed","hug","example","selectedValue","onSelectedChange","children","value"],"sourceRoot":"../../../../../src","sources":["lib/Components/SegmentedControl/SegmentedControl.figma.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,qBAAqB;AACvC,SAASC,gBAAgB,EAAEC,sBAAsB,QAAQ,uBAAoB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAE9EN,KAAK,CAACO,OAAO,CACXN,gBAAgB,EAChB,uEAAuE,EACvE;EACEO,OAAO,EAAE,CACP,uFAAuF,CACxF;EACDC,KAAK,EAAE;IACLC,UAAU,EAAEV,KAAK,CAACW,IAAI,CAAC,YAAY,EAAE;MACnCC,UAAU,EAAE,YAAY;MACxB,eAAe,EAAE;IACnB,CAAC,CAAC;IACFC,SAAS,EAAEb,KAAK,CAACW,IAAI,CAAC,WAAW,EAAE;MACjCG,KAAK,EAAE,OAAO;MACdC,GAAG,EAAE;IACP,CAAC;EACH,CAAC;EACDC,OAAO,EAAGP,KAAK,iBACbH,KAAA,CAACL,gBAAgB;IACfgB,aAAa,EAAC,MAAM;IACpBC,gBAAgB,EAAEA,CAAA,KAAM,CAAC,CAAE;IAC3BR,UAAU,EAAED,KAAK,CAACC,UAAW;IAC7BG,SAAS,EAAEJ,KAAK,CAACI,SAAU;IAAAM,QAAA,gBAE3Bf,IAAA,CAACF,sBAAsB;MAACkB,KAAK,EAAC,MAAM;MAAAD,QAAA,EAAC;IAAK,CAAwB,CAAC,eACnEf,IAAA,CAACF,sBAAsB;MAACkB,KAAK,EAAC,MAAM;MAAAD,QAAA,EAAC;IAAK,CAAwB,CAAC,eACnEf,IAAA,CAACF,sBAAsB;MAACkB,KAAK,EAAC,MAAM;MAAAD,QAAA,EAAC;IAAK,CAAwB,CAAC;EAAA,CACnD;AAEtB,CACF,CAAC","ignoreList":[]}
|
|
@@ -2,7 +2,6 @@ import { Meta, Canvas, Controls } from '@storybook/addon-docs/blocks';
|
|
|
2
2
|
import * as SegmentedControlStories from './SegmentedControl.stories';
|
|
3
3
|
import { SegmentedControl } from './SegmentedControl';
|
|
4
4
|
import { CustomTabs, Tab } from '../../../../.storybook/components';
|
|
5
|
-
import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
|
|
6
5
|
import { Box } from '../Utility';
|
|
7
6
|
|
|
8
7
|
<Meta title='Core/SegmentedControl' of={SegmentedControlStories} />
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import figma from '@figma/code-connect';
|
|
4
|
+
import { Skeleton } from "./Skeleton.js";
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
figma.connect(Skeleton, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=8004-10676', {
|
|
7
|
+
imports: ["import { Skeleton } from '@ledgerhq/lumen-ui-rnative'"],
|
|
8
|
+
props: {
|
|
9
|
+
component: figma.enum('appearance', {
|
|
10
|
+
'list-item': 'list-item',
|
|
11
|
+
tile: 'tile'
|
|
12
|
+
})
|
|
13
|
+
},
|
|
14
|
+
example: props => /*#__PURE__*/_jsx(Skeleton, {
|
|
15
|
+
component: props.component
|
|
16
|
+
})
|
|
17
|
+
});
|
|
18
|
+
//# sourceMappingURL=Skeleton.figma.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["figma","Skeleton","jsx","_jsx","connect","imports","props","component","enum","tile","example"],"sourceRoot":"../../../../../src","sources":["lib/Components/Skeleton/Skeleton.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,wEAAwE,EACxE;EACEI,OAAO,EAAE,CAAC,uDAAuD,CAAC;EAClEC,KAAK,EAAE;IACLC,SAAS,EAAEP,KAAK,CAACQ,IAAI,CAAC,YAAY,EAAE;MAClC,WAAW,EAAE,WAAW;MACxBC,IAAI,EAAE;IACR,CAAC;EACH,CAAC;EACDC,OAAO,EAAGJ,KAAK,iBAAKH,IAAA,CAACF,QAAQ;IAACM,SAAS,EAAED,KAAK,CAACC;EAAU,CAAE;AAC7D,CACF,CAAC","ignoreList":[]}
|
|
@@ -4,11 +4,7 @@ import { Skeleton } from './Skeleton';
|
|
|
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
|
|
|
13
9
|
<Meta title='Core/Skeleton' of={SkeletonStories} />
|
|
14
10
|
|
|
@@ -128,73 +124,6 @@ import { Box, Skeleton } from '@ledgerhq/lumen-ui-rnative';
|
|
|
128
124
|
</Box>
|
|
129
125
|
```
|
|
130
126
|
|
|
131
|
-
## Do's and Don'ts
|
|
132
|
-
|
|
133
|
-
<div className='flex flex-col gap-24'>
|
|
134
|
-
<DoVsDontRow>
|
|
135
|
-
<DoBlockItem
|
|
136
|
-
title='Use component prop for common patterns'
|
|
137
|
-
description='Use pre-built variants for consistent loading states'
|
|
138
|
-
>
|
|
139
|
-
|
|
140
|
-
{/* prettier-ignore */}
|
|
141
|
-
```tsx
|
|
142
|
-
<Skeleton component='list-item' />
|
|
143
|
-
<Skeleton component='tile' />
|
|
144
|
-
```
|
|
145
|
-
|
|
146
|
-
</DoBlockItem>
|
|
147
|
-
<DontBlockItem
|
|
148
|
-
title="Don't manually recreate common patterns"
|
|
149
|
-
description='Avoid recreating patterns that already exist as component variants'
|
|
150
|
-
>
|
|
151
|
-
|
|
152
|
-
{/* prettier-ignore */}
|
|
153
|
-
```tsx
|
|
154
|
-
import { Box, Skeleton } from '@ledgerhq/lumen-ui-rnative';
|
|
155
|
-
|
|
156
|
-
<Box lx={{ flexDirection: 'row', alignItems: 'center', gap: 's16' }}>
|
|
157
|
-
<Skeleton lx={{ width: 's48', height: 's48', borderRadius: 'full' }} />
|
|
158
|
-
<Box lx={{ flex: 1, flexDirection: 'column', gap: 's8' }}>
|
|
159
|
-
<Skeleton lx={{ height: 's12', width: 's176' }} />
|
|
160
|
-
<Skeleton lx={{ height: 's12', width: 's112' }} />
|
|
161
|
-
</Box>
|
|
162
|
-
</Box>
|
|
163
|
-
```
|
|
164
|
-
|
|
165
|
-
</DontBlockItem>
|
|
166
|
-
|
|
167
|
-
</DoVsDontRow>
|
|
168
|
-
|
|
169
|
-
<DoVsDontRow>
|
|
170
|
-
<DoBlockItem
|
|
171
|
-
title='Use lx prop for sizing'
|
|
172
|
-
description='Use design system size tokens for consistent sizing'
|
|
173
|
-
>
|
|
174
|
-
|
|
175
|
-
{/* prettier-ignore */}
|
|
176
|
-
```tsx
|
|
177
|
-
<Skeleton lx={{ height: 's16', width: 's256' }} />
|
|
178
|
-
```
|
|
179
|
-
|
|
180
|
-
</DoBlockItem>
|
|
181
|
-
<DontBlockItem
|
|
182
|
-
title="Don't use arbitrary style values"
|
|
183
|
-
description='Avoid using the style prop or arbitrary values'
|
|
184
|
-
>
|
|
185
|
-
|
|
186
|
-
{/* prettier-ignore */}
|
|
187
|
-
```tsx
|
|
188
|
-
<Skeleton style={{ height: 16, width: 200 }} />
|
|
189
|
-
```
|
|
190
|
-
|
|
191
|
-
</DontBlockItem>
|
|
192
|
-
|
|
193
|
-
</DoVsDontRow>
|
|
194
|
-
|
|
195
|
-
</div>
|
|
196
|
-
|
|
197
|
-
<CommonRulesDoAndDont />
|
|
198
127
|
|
|
199
128
|
</Tab>
|
|
200
129
|
</CustomTabs>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import figma from '@figma/code-connect';
|
|
4
|
+
import { Spinner } from "./Spinner.js";
|
|
5
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
6
|
+
figma.connect(Spinner, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=9023-3681', {
|
|
7
|
+
imports: ["import { Spinner } from '@ledgerhq/lumen-ui-rnative'"],
|
|
8
|
+
// @ts-expect-error — placeholder value, replace with a valid IconSize
|
|
9
|
+
example: () => /*#__PURE__*/_jsx(Spinner, {
|
|
10
|
+
size: "<insert-size>"
|
|
11
|
+
})
|
|
12
|
+
});
|
|
13
|
+
//# sourceMappingURL=Spinner.figma.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["figma","Spinner","jsx","_jsx","connect","imports","example","size"],"sourceRoot":"../../../../../src","sources":["lib/Components/Spinner/Spinner.figma.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,qBAAqB;AACvC,SAASC,OAAO,QAAQ,cAAW;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAEpCH,KAAK,CAACI,OAAO,CACXH,OAAO,EACP,uEAAuE,EACvE;EACEI,OAAO,EAAE,CAAC,sDAAsD,CAAC;EACjE;EACAC,OAAO,EAAEA,CAAA,kBAAMH,IAAA,CAACF,OAAO;IAACM,IAAI,EAAC;EAAe,CAAE;AAChD,CACF,CAAC","ignoreList":[]}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import { Meta, Canvas, Controls } from '@storybook/addon-docs/blocks';
|
|
2
2
|
import { CustomTabs, Tab } from '../../../../.storybook/components';
|
|
3
3
|
import * as SpinnerStories from './Spinner.stories';
|
|
4
|
-
import { DoVsDontRow, DoBlockItem, DontBlockItem } from '../../../../.storybook/components/DoVsDont';
|
|
5
|
-
import CommonRulesDoAndDont from '../../../../.storybook/components/DoVsDont/CommonRulesDoAndDont.mdx';
|
|
6
4
|
import { Box } from '../Utility/Box';
|
|
7
5
|
import { Text } from '../Utility/Text';
|
|
8
6
|
|
|
@@ -116,104 +114,6 @@ function MyComponent() {
|
|
|
116
114
|
}
|
|
117
115
|
```
|
|
118
116
|
|
|
119
|
-
## Do's and Don'ts
|
|
120
|
-
|
|
121
|
-
<Box lx={{ gap: 's24' }}>
|
|
122
|
-
<DoVsDontRow>
|
|
123
|
-
<DoBlockItem
|
|
124
|
-
title='Match spinner size to context'
|
|
125
|
-
description='Use appropriate spinner sizes based on the context and prominence'
|
|
126
|
-
>
|
|
127
|
-
|
|
128
|
-
{/* prettier-ignore */}
|
|
129
|
-
```tsx
|
|
130
|
-
// Small inline loading
|
|
131
|
-
<Spinner size={12} />
|
|
132
|
-
|
|
133
|
-
// Prominent loading state
|
|
134
|
-
<Spinner size={40} />
|
|
135
|
-
```
|
|
136
|
-
|
|
137
|
-
</DoBlockItem>
|
|
138
|
-
<DontBlockItem
|
|
139
|
-
title="Don't override spinner size"
|
|
140
|
-
description='Avoid using style or additional props to override spinner dimensions'
|
|
141
|
-
>
|
|
142
|
-
|
|
143
|
-
{/* prettier-ignore */}
|
|
144
|
-
```tsx
|
|
145
|
-
// Small inline loading
|
|
146
|
-
<Spinner size={12} style={{ width: 6, height: 6 }} />
|
|
147
|
-
|
|
148
|
-
// Prominent loading state
|
|
149
|
-
<Spinner size={40} width={32} height={32} />
|
|
150
|
-
```
|
|
151
|
-
|
|
152
|
-
</DontBlockItem>
|
|
153
|
-
|
|
154
|
-
</DoVsDontRow>
|
|
155
|
-
|
|
156
|
-
<DoVsDontRow>
|
|
157
|
-
<DoBlockItem
|
|
158
|
-
title='Provide context with descriptive text'
|
|
159
|
-
description='Pair spinners with text to give users context about what is loading'
|
|
160
|
-
>
|
|
161
|
-
|
|
162
|
-
{/* prettier-ignore */}
|
|
163
|
-
```tsx
|
|
164
|
-
<Box lx={{ flexDirection: 'row', alignItems: 'center', gap: 's8' }}>
|
|
165
|
-
<Spinner size={16} />
|
|
166
|
-
<Text>Syncing wallet...</Text>
|
|
167
|
-
</Box>
|
|
168
|
-
```
|
|
169
|
-
|
|
170
|
-
</DoBlockItem>
|
|
171
|
-
<DontBlockItem
|
|
172
|
-
title="Don't show spinners without context"
|
|
173
|
-
description='Avoid showing spinners alone without descriptive text'
|
|
174
|
-
>
|
|
175
|
-
|
|
176
|
-
{/* prettier-ignore */}
|
|
177
|
-
```tsx
|
|
178
|
-
<Box lx={{ flexDirection: 'row', alignItems: 'center', gap: 's8' }}>
|
|
179
|
-
<Spinner size={16} />
|
|
180
|
-
</Box>
|
|
181
|
-
```
|
|
182
|
-
|
|
183
|
-
</DontBlockItem>
|
|
184
|
-
|
|
185
|
-
</DoVsDontRow>
|
|
186
|
-
|
|
187
|
-
<DoVsDontRow>
|
|
188
|
-
<DoBlockItem
|
|
189
|
-
title='Use standard sizes from the design system'
|
|
190
|
-
description='Stick to predefined size values like 12, 16, 20, 24, 40'
|
|
191
|
-
>
|
|
192
|
-
|
|
193
|
-
{/* prettier-ignore */}
|
|
194
|
-
```tsx
|
|
195
|
-
<Spinner size={16} />
|
|
196
|
-
<Spinner size={24} />
|
|
197
|
-
```
|
|
198
|
-
|
|
199
|
-
</DoBlockItem>
|
|
200
|
-
<DontBlockItem
|
|
201
|
-
title="Don't use non-standard sizes"
|
|
202
|
-
description='Avoid arbitrary size values that are not part of the design system'
|
|
203
|
-
>
|
|
204
|
-
|
|
205
|
-
{/* prettier-ignore */}
|
|
206
|
-
```tsx
|
|
207
|
-
<Spinner size={22} />
|
|
208
|
-
<Spinner size={35} />
|
|
209
|
-
```
|
|
210
|
-
|
|
211
|
-
</DontBlockItem>
|
|
212
|
-
|
|
213
|
-
</DoVsDontRow>
|
|
214
|
-
|
|
215
|
-
<CommonRulesDoAndDont />
|
|
216
|
-
</Box>
|
|
217
117
|
|
|
218
118
|
</Tab>
|
|
219
119
|
</CustomTabs>
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
import figma from '@figma/code-connect';
|
|
4
|
+
import { Placeholder } from "../../Symbols/index.js";
|
|
5
|
+
import { Spot } from "./Spot.js";
|
|
6
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
7
|
+
figma.connect(Spot, 'https://www.figma.com/design/JxaLVMTWirCpU0rsbZ30k7?node-id=6786%3A4738', {
|
|
8
|
+
imports: ["import { Spot } 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
|
+
appearance: figma.enum('appearance', {
|
|
14
|
+
'interface-icon': 'icon',
|
|
15
|
+
loader: 'loader',
|
|
16
|
+
number: 'number',
|
|
17
|
+
'info-muted': 'info',
|
|
18
|
+
warning: 'warning',
|
|
19
|
+
error: 'error',
|
|
20
|
+
check: 'check',
|
|
21
|
+
bluetooth: 'bluetooth'
|
|
22
|
+
}),
|
|
23
|
+
icon: figma.enum('appearance', {
|
|
24
|
+
'interface-icon': Placeholder
|
|
25
|
+
}),
|
|
26
|
+
number: figma.enum('appearance', {
|
|
27
|
+
number: 1
|
|
28
|
+
})
|
|
29
|
+
},
|
|
30
|
+
example: props => /*#__PURE__*/_jsx(Spot, {
|
|
31
|
+
appearance: props.appearance,
|
|
32
|
+
icon: props.icon,
|
|
33
|
+
number: props.number,
|
|
34
|
+
disabled: props.disabled
|
|
35
|
+
})
|
|
36
|
+
});
|
|
37
|
+
//# sourceMappingURL=Spot.figma.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["figma","Placeholder","Spot","jsx","_jsx","connect","imports","props","disabled","enum","appearance","loader","number","warning","error","check","bluetooth","icon","example"],"sourceRoot":"../../../../../src","sources":["lib/Components/Spot/Spot.figma.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,qBAAqB;AACvC,SAASC,WAAW,QAAQ,wBAAe;AAC3C,SAASC,IAAI,QAAQ,WAAQ;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAG9BJ,KAAK,CAACK,OAAO,CACXH,IAAI,EACJ,yEAAyE,EACzE;EACEI,OAAO,EAAE,CACP,mDAAmD,EACnD,kEAAkE,CACnE;EACDC,KAAK,EAAE;IACLC,QAAQ,EAAER,KAAK,CAACS,IAAI,CAAC,OAAO,EAAE;MAC5BD,QAAQ,EAAE;IACZ,CAAC,CAAC;IACFE,UAAU,EAAEV,KAAK,CAACS,IAAI,CAAC,YAAY,EAAE;MACnC,gBAAgB,EAAE,MAAM;MACxBE,MAAM,EAAE,QAAQ;MAChBC,MAAM,EAAE,QAAQ;MAChB,YAAY,EAAE,MAAM;MACpBC,OAAO,EAAE,SAAS;MAClBC,KAAK,EAAE,OAAO;MACdC,KAAK,EAAE,OAAO;MACdC,SAAS,EAAE;IACb,CAAC,CAAC;IACFC,IAAI,EAAEjB,KAAK,CAACS,IAAI,CAAC,YAAY,EAAE;MAC7B,gBAAgB,EAAER;IACpB,CAAC,CAAC;IACFW,MAAM,EAAEZ,KAAK,CAACS,IAAI,CAAC,YAAY,EAAE;MAC/BG,MAAM,EAAE;IACV,CAAC;EACH,CAAC;EACDM,OAAO,EAAGX,KAMT,iBACCH,IAAA,CAACF,IAAI;IACHQ,UAAU,EAAEH,KAAK,CAACG,UAAW;IAC7BO,IAAI,EAAEV,KAAK,CAACU,IAAK;IACjBL,MAAM,EAAEL,KAAK,CAACK,MAAO;IACrBJ,QAAQ,EAAED,KAAK,CAACC;EAAS,CAC1B;AAEL,CACF,CAAC","ignoreList":[]}
|