@ledgerhq/lumen-ui-react 0.1.7 → 0.1.9
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/index.js +164 -151
- package/dist/lib/Components/AmountDisplay/AmountDisplay.js +13 -13
- package/dist/lib/Components/AmountInput/AmountInput.js +5 -5
- package/dist/lib/Components/Banner/Banner.js +2 -2
- package/dist/lib/Components/BaseInput/BaseInput.js +5 -5
- package/dist/lib/Components/Button/BaseButton.d.ts +7 -0
- package/dist/lib/Components/Button/BaseButton.d.ts.map +1 -1
- package/dist/lib/Components/Button/BaseButton.js +21 -20
- package/dist/lib/Components/Button/Button.js +24 -24
- package/dist/lib/Components/ButtonTrigger/ButtonTrigger.d.ts +33 -0
- package/dist/lib/Components/ButtonTrigger/ButtonTrigger.d.ts.map +1 -0
- package/dist/lib/Components/ButtonTrigger/ButtonTrigger.js +73 -0
- package/dist/lib/Components/ButtonTrigger/index.d.ts +3 -0
- package/dist/lib/Components/ButtonTrigger/index.d.ts.map +1 -0
- package/dist/lib/Components/ButtonTrigger/types.d.ts +33 -0
- package/dist/lib/Components/ButtonTrigger/types.d.ts.map +1 -0
- package/dist/lib/Components/Card/Card.d.ts +101 -0
- package/dist/lib/Components/Card/Card.d.ts.map +1 -0
- package/dist/lib/Components/Card/Card.js +349 -0
- package/dist/lib/Components/Card/index.d.ts +3 -0
- package/dist/lib/Components/Card/index.d.ts.map +1 -0
- package/dist/lib/Components/Card/types.d.ts +134 -0
- package/dist/lib/Components/Card/types.d.ts.map +1 -0
- package/dist/lib/Components/DataTable/DataTable.js +8 -8
- package/dist/lib/Components/Dialog/Dialog.d.ts.map +1 -1
- package/dist/lib/Components/Dialog/Dialog.js +21 -20
- package/dist/lib/Components/Divider/Divider.js +9 -9
- package/dist/lib/Components/Icon/Icon.js +4 -4
- package/dist/lib/Components/Icon/createIcon.d.ts +1 -1
- package/dist/lib/Components/Icon/createIcon.d.ts.map +1 -1
- package/dist/lib/Components/Icon/createIcon.js +24 -17
- package/dist/lib/Components/Icon/types.d.ts +5 -0
- package/dist/lib/Components/Icon/types.d.ts.map +1 -1
- package/dist/lib/Components/Link/Link.js +9 -9
- package/dist/lib/Components/NavBar/CoinCapsule.js +6 -6
- package/dist/lib/Components/NavBar/NavBar.js +18 -18
- package/dist/lib/Components/SideBar/SideBar.js +17 -17
- package/dist/lib/Components/Spot/Spot.d.ts.map +1 -1
- package/dist/lib/Components/Spot/Spot.js +45 -28
- package/dist/lib/Components/Subheader/Subheader.js +28 -28
- package/dist/lib/Components/Switch/Switch.js +5 -5
- package/dist/lib/Components/Table/Table.js +22 -22
- package/dist/lib/Components/Table/utils/useThrottledScrollBottom.js +4 -4
- package/dist/lib/Components/index.d.ts +3 -1
- package/dist/lib/Components/index.d.ts.map +1 -1
- package/dist/lib/Symbols/Icons/Airplane.d.ts +1 -1
- package/dist/lib/Symbols/Icons/AlarmClock.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Android.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Apex.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Apple.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Apps.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Ar.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Ar.js +2 -2
- package/dist/lib/Symbols/Icons/ArrowDown.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ArrowDownRight.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ArrowLeft.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ArrowRight.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ArrowUp.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ArrowUpRight.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Asterisk.d.ts +1 -1
- package/dist/lib/Symbols/Icons/At.d.ts +1 -1
- package/dist/lib/Symbols/Icons/AutoLock.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Bank.d.ts +1 -1
- package/dist/lib/Symbols/Icons/BasketPutIn.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Bell.d.ts +1 -1
- package/dist/lib/Symbols/Icons/BellFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/BellNotification.d.ts +1 -1
- package/dist/lib/Symbols/Icons/BitcoinComputer.d.ts +1 -1
- package/dist/lib/Symbols/Icons/BitcoinVoucher.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Bluetooth.d.ts +1 -1
- package/dist/lib/Symbols/Icons/BluetoothCircleFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Bolt.d.ts +1 -1
- package/dist/lib/Symbols/Icons/BookOpen.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Bug.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Bundle.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Calendar.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Cart.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Charon.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Chart1.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Chart2.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Chart3.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Chart4.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Chart5.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Chart5Fill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChartPie.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Check.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CheckmarkCircle.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CheckmarkCircleFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronAscending.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronBigBottom.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronBigLeft.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronBigRight.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronBigTop.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronDescending.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronDown.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronLeft.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronRight.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronUp.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ChevronUpDown.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Circles.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Clear.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Clip.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Clock.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ClockFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Close.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CloudDownload.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CloudUpload.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Code.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CoinAlert.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CoinPercent.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Coins.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CoinsAddPlus.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CoinsCheck.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CoinsCross.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CoinsCrypto.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CoinsEye.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ColorPalette.d.ts +29 -0
- package/dist/lib/Symbols/Icons/ColorPalette.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/ColorPalette.js +28 -0
- package/dist/lib/Symbols/Icons/Compass.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ComputerMobile.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Copy.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CreditCard.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CreditCardFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CryptoBitcoinCoin.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Csv.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CursorTouch.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CurveDown.d.ts +1 -1
- package/dist/lib/Symbols/Icons/CurveUp.d.ts +1 -1
- package/dist/lib/Symbols/Icons/DatabaseLock.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Delete.d.ts +1 -1
- package/dist/lib/Symbols/Icons/DeleteCircle.d.ts +1 -1
- package/dist/lib/Symbols/Icons/DeleteCircleFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/DeleteStop.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Desktop.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Devices.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Discord.d.ts +1 -1
- package/dist/lib/Symbols/Icons/DocumentCode.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Dollar.d.ts +1 -1
- package/dist/lib/Symbols/Icons/DollarConvert.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Download.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Duplicate.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Exchange.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ExchangeFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ExitLogout.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Expand.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ExpandLeft.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ExpandRight.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Experiment.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Experiment2.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ExternalLink.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Eye.d.ts +1 -1
- package/dist/lib/Symbols/Icons/EyeCross.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Facebook.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Feather.d.ts +29 -0
- package/dist/lib/Symbols/Icons/Feather.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/Feather.js +28 -0
- package/dist/lib/Symbols/Icons/FileDownload.d.ts +1 -1
- package/dist/lib/Symbols/Icons/FilterSort.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Flex.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Folder.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Gift.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Github.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Globe.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Grid.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Grid2.d.ts +1 -1
- package/dist/lib/Symbols/Icons/GroupUsers.d.ts +1 -1
- package/dist/lib/Symbols/Icons/GroupUsersAdd.d.ts +1 -1
- package/dist/lib/Symbols/Icons/HandCard.d.ts +1 -1
- package/dist/lib/Symbols/Icons/HandCoins.d.ts +1 -1
- package/dist/lib/Symbols/Icons/HandKey.d.ts +29 -0
- package/dist/lib/Symbols/Icons/HandKey.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/HandKey.js +28 -0
- package/dist/lib/Symbols/Icons/HatSchool.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Heart.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Home.d.ts +1 -1
- package/dist/lib/Symbols/Icons/HomeFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/IdCard.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Incognito.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Infinite.d.ts +1 -1
- package/dist/lib/Symbols/Icons/InfiniteFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Information.d.ts +1 -1
- package/dist/lib/Symbols/Icons/InformationFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Instagram.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Invoice.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Ios.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Label.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Language.d.ts +1 -1
- package/dist/lib/Symbols/Icons/LedgerDevices.d.ts +1 -1
- package/dist/lib/Symbols/Icons/LedgerLogo.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Legal.d.ts +1 -1
- package/dist/lib/Symbols/Icons/LifeRing.d.ts +1 -1
- package/dist/lib/Symbols/Icons/LifeRingFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Link.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Linkedin.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Linux.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ListEye.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Lock.d.ts +1 -1
- package/dist/lib/Symbols/Icons/LockCheckSuccess.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Macos.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Magnet.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Mail.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Mailbox.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Maths.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Medal1.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Medal2.d.ts +1 -1
- package/dist/lib/Symbols/Icons/MenuBurger.d.ts +1 -1
- package/dist/lib/Symbols/Icons/MessageChat.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Minus.d.ts +1 -1
- package/dist/lib/Symbols/Icons/MinusCircle.d.ts +1 -1
- package/dist/lib/Symbols/Icons/MinusCircleFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Mobile.d.ts +1 -1
- package/dist/lib/Symbols/Icons/MobileArrow.d.ts +1 -1
- package/dist/lib/Symbols/Icons/MonitorPassword.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Moon.d.ts +1 -1
- package/dist/lib/Symbols/Icons/MoreHorizontal.d.ts +1 -1
- package/dist/lib/Symbols/Icons/MoreVertical.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Nano.d.ts +1 -1
- package/dist/lib/Symbols/Icons/NetworkWarning.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Nfc.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Nft.d.ts +1 -1
- package/dist/lib/Symbols/Icons/NftHide.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Note.d.ts +1 -1
- package/dist/lib/Symbols/Icons/P2p.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Parachute.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Paste.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Pause.d.ts +1 -1
- package/dist/lib/Symbols/Icons/PenEdit.d.ts +1 -1
- package/dist/lib/Symbols/Icons/PenEditWriting.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Percentage.d.ts +1 -1
- package/dist/lib/Symbols/Icons/PictureImage.d.ts +1 -1
- package/dist/lib/Symbols/Icons/PiggyBank.d.ts +1 -1
- package/dist/lib/Symbols/Icons/PinLocation.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Placeholder.d.ts +1 -1
- package/dist/lib/Symbols/Icons/PlaceholderCicleFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Planet.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Plus.d.ts +1 -1
- package/dist/lib/Symbols/Icons/PlusCircle.d.ts +1 -1
- package/dist/lib/Symbols/Icons/PlusCircleFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Printer.d.ts +1 -1
- package/dist/lib/Symbols/Icons/QrCode.d.ts +1 -1
- package/dist/lib/Symbols/Icons/QrCodeScanner.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Question.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Range.d.ts +1 -1
- package/dist/lib/Symbols/Icons/RecoveryKey.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Reddit.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Reduce.d.ts +29 -0
- package/dist/lib/Symbols/Icons/Reduce.d.ts.map +1 -0
- package/dist/lib/Symbols/Icons/Reduce.js +28 -0
- package/dist/lib/Symbols/Icons/Refresh.d.ts +1 -1
- package/dist/lib/Symbols/Icons/RefreshBack.d.ts +1 -1
- package/dist/lib/Symbols/Icons/RefreshBack.js +1 -1
- package/dist/lib/Symbols/Icons/Repair.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Screens.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Search.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ServerDatabaseFail.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Settings.d.ts +1 -1
- package/dist/lib/Symbols/Icons/SettingsAlt.d.ts +1 -1
- package/dist/lib/Symbols/Icons/SettingsAlt2.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Shapes.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Share.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Share2.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ShieldCheck.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ShieldCheckNotification.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ShieldLock.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ShieldMore.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Signature.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Slideshow.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Snow.d.ts +1 -1
- package/dist/lib/Symbols/Icons/SoftRepair.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Spacerocket.d.ts +1 -1
- package/dist/lib/Symbols/Icons/SparksFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/SpeedFast.d.ts +1 -1
- package/dist/lib/Symbols/Icons/SpeedLow.d.ts +1 -1
- package/dist/lib/Symbols/Icons/SpeedMedium.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Star.d.ts +1 -1
- package/dist/lib/Symbols/Icons/StarFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/StarHalf.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Stax.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Sun.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Support.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Switch.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Switch2.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Tablet.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Target.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Telegram.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Theme.d.ts +1 -1
- package/dist/lib/Symbols/Icons/ThemeFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Threads.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Tiktok.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Tools.d.ts +1 -1
- package/dist/lib/Symbols/Icons/TransferHorizontal.d.ts +1 -1
- package/dist/lib/Symbols/Icons/TransferVertical.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Trash.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Truck.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Twitter.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Unlink.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Unlock.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Usb.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Usb.js +1 -1
- package/dist/lib/Symbols/Icons/UsbC.d.ts +1 -1
- package/dist/lib/Symbols/Icons/User.d.ts +1 -1
- package/dist/lib/Symbols/Icons/UserAdd.d.ts +1 -1
- package/dist/lib/Symbols/Icons/UserArrowRight.d.ts +1 -1
- package/dist/lib/Symbols/Icons/UserCheck.d.ts +1 -1
- package/dist/lib/Symbols/Icons/UserCircle.d.ts +1 -1
- package/dist/lib/Symbols/Icons/UserDelete.d.ts +1 -1
- package/dist/lib/Symbols/Icons/UserLock.d.ts +1 -1
- package/dist/lib/Symbols/Icons/UserShield.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Wallet.d.ts +1 -1
- package/dist/lib/Symbols/Icons/WalletInput.d.ts +1 -1
- package/dist/lib/Symbols/Icons/WalletInput.js +1 -1
- package/dist/lib/Symbols/Icons/WalletSearch.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Warning.d.ts +1 -1
- package/dist/lib/Symbols/Icons/WarningFill.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Whatsapp.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Windows.d.ts +1 -1
- package/dist/lib/Symbols/Icons/WirelessCharging.d.ts +1 -1
- package/dist/lib/Symbols/Icons/Youtube.d.ts +1 -1
- package/dist/lib/Symbols/index.d.ts +4 -0
- package/dist/lib/Symbols/index.d.ts.map +1 -1
- package/dist/lib/Symbols/index.js +390 -382
- package/dist/libs/utils-shared/dist/index.js +150 -121
- package/dist/package.json +1 -1
- package/package.json +1 -1
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Coins size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Coins: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Coins.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <CoinsAddPlus size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const CoinsAddPlus: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=CoinsAddPlus.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <CoinsCheck size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const CoinsCheck: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=CoinsCheck.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <CoinsCross size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const CoinsCross: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=CoinsCross.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <CoinsCrypto size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const CoinsCrypto: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=CoinsCrypto.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <CoinsEye size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const CoinsEye: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=CoinsEye.d.ts.map
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* ColorPalette icon component.
|
|
3
|
+
*
|
|
4
|
+
* This icon component is automatically generated from SVG files and uses the createIcon utility
|
|
5
|
+
* to create a consistent icon interface. It supports all standard SVG props and additional
|
|
6
|
+
* size variants defined in the Icon component.
|
|
7
|
+
*
|
|
8
|
+
* @see {@link https://ldls.vercel.app/?path=/story/symbols-interface-icons--icon&args=name:ColorPalette Storybook}
|
|
9
|
+
*
|
|
10
|
+
* @component
|
|
11
|
+
* @param {16 | 20 | 24 | 40 | 48 | 56} [size=24] - The size of the icon in pixels.
|
|
12
|
+
* @param {string} [className] - Additional CSS classes to apply to the icon.
|
|
13
|
+
* @param {React.SVGProps<SVGSVGElement>} [...props] - All standard SVG element props.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* // Basic usage with default size (24px)
|
|
17
|
+
* import { ColorPalette } from '@ledgerhq/lumen-ui-react/symbols';
|
|
18
|
+
*
|
|
19
|
+
* <ColorPalette />
|
|
20
|
+
*
|
|
21
|
+
* @example
|
|
22
|
+
* // With custom size and className
|
|
23
|
+
* <ColorPalette size={40} className="text-warning" />
|
|
24
|
+
*/
|
|
25
|
+
export declare const ColorPalette: {
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
|
+
displayName: string;
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=ColorPalette.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ColorPalette.d.ts","sourceRoot":"","sources":["../../../../src/lib/Symbols/Icons/ColorPalette.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,YAAY;;;CAiBxB,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
+
import r from "../../Components/Icon/createIcon.js";
|
|
3
|
+
const a = r(
|
|
4
|
+
"ColorPalette",
|
|
5
|
+
/* @__PURE__ */ o(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: "1em",
|
|
10
|
+
height: "1em",
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
children: /* @__PURE__ */ o(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
stroke: "currentColor",
|
|
17
|
+
strokeLinecap: "round",
|
|
18
|
+
strokeLinejoin: "round",
|
|
19
|
+
strokeWidth: 1.3,
|
|
20
|
+
d: "M11.148 5.285a1.334 1.334 0 0 1 1.569.594l1.103 1.885a1.334 1.334 0 0 1-.49 1.832l-6.705 3.822a4.46 4.46 0 0 1-2.21.585m-.083 0a2.334 2.334 0 0 0 2.334-2.335V3.331c0-.736-.597-1.333-1.334-1.333h-2c-.737 0-1.334.597-1.334 1.333v8.337a2.334 2.334 0 0 0 2.334 2.335m0 0a3.13 3.13 0 0 0 2.703-1.55l3.969-6.786a1.334 1.334 0 0 0-.491-1.832L8.588 2.738a1.334 1.334 0 0 0-1.812.485l-.11.187M4.5 11.668a.167.167 0 1 1-.334 0 .167.167 0 0 1 .334 0"
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
}
|
|
24
|
+
)
|
|
25
|
+
);
|
|
26
|
+
export {
|
|
27
|
+
a as ColorPalette
|
|
28
|
+
};
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Compass size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Compass: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Compass.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <ComputerMobile size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const ComputerMobile: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=ComputerMobile.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Copy size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Copy: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Copy.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <CreditCard size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const CreditCard: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=CreditCard.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <CreditCardFill size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const CreditCardFill: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=CreditCardFill.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <CryptoBitcoinCoin size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const CryptoBitcoinCoin: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=CryptoBitcoinCoin.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Csv size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Csv: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Csv.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <CursorTouch size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const CursorTouch: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=CursorTouch.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <CurveDown size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const CurveDown: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=CurveDown.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <CurveUp size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const CurveUp: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=CurveUp.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <DatabaseLock size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const DatabaseLock: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=DatabaseLock.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Delete size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Delete: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Delete.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <DeleteCircle size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const DeleteCircle: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=DeleteCircle.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <DeleteCircleFill size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const DeleteCircleFill: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=DeleteCircleFill.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <DeleteStop size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const DeleteStop: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=DeleteStop.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Desktop size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Desktop: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Desktop.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Devices size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Devices: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Devices.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Discord size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Discord: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Discord.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <DocumentCode size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const DocumentCode: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=DocumentCode.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Dollar size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Dollar: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Dollar.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <DollarConvert size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const DollarConvert: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=DollarConvert.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Download size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Download: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Download.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Duplicate size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Duplicate: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Duplicate.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Exchange size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Exchange: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Exchange.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <ExchangeFill size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const ExchangeFill: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=ExchangeFill.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <ExitLogout size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const ExitLogout: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=ExitLogout.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Expand size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Expand: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Expand.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <ExpandLeft size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const ExpandLeft: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=ExpandLeft.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <ExpandRight size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const ExpandRight: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=ExpandRight.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Experiment size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Experiment: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Experiment.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Experiment2 size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Experiment2: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Experiment2.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <ExternalLink size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const ExternalLink: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=ExternalLink.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Eye size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Eye: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Eye.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <EyeCross size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const EyeCross: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=EyeCross.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Facebook size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Facebook: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Facebook.d.ts.map
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Feather icon component.
|
|
3
|
+
*
|
|
4
|
+
* This icon component is automatically generated from SVG files and uses the createIcon utility
|
|
5
|
+
* to create a consistent icon interface. It supports all standard SVG props and additional
|
|
6
|
+
* size variants defined in the Icon component.
|
|
7
|
+
*
|
|
8
|
+
* @see {@link https://ldls.vercel.app/?path=/story/symbols-interface-icons--icon&args=name:Feather Storybook}
|
|
9
|
+
*
|
|
10
|
+
* @component
|
|
11
|
+
* @param {16 | 20 | 24 | 40 | 48 | 56} [size=24] - The size of the icon in pixels.
|
|
12
|
+
* @param {string} [className] - Additional CSS classes to apply to the icon.
|
|
13
|
+
* @param {React.SVGProps<SVGSVGElement>} [...props] - All standard SVG element props.
|
|
14
|
+
*
|
|
15
|
+
* @example
|
|
16
|
+
* // Basic usage with default size (24px)
|
|
17
|
+
* import { Feather } from '@ledgerhq/lumen-ui-react/symbols';
|
|
18
|
+
*
|
|
19
|
+
* <Feather />
|
|
20
|
+
*
|
|
21
|
+
* @example
|
|
22
|
+
* // With custom size and className
|
|
23
|
+
* <Feather size={40} className="text-warning" />
|
|
24
|
+
*/
|
|
25
|
+
export declare const Feather: {
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
|
+
displayName: string;
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=Feather.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Feather.d.ts","sourceRoot":"","sources":["../../../../src/lib/Symbols/Icons/Feather.tsx"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,eAAO,MAAM,OAAO;;;CAiBnB,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { jsx as r } from "react/jsx-runtime";
|
|
2
|
+
import e from "../../Components/Icon/createIcon.js";
|
|
3
|
+
const i = e(
|
|
4
|
+
"Feather",
|
|
5
|
+
/* @__PURE__ */ r(
|
|
6
|
+
"svg",
|
|
7
|
+
{
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
width: "1em",
|
|
10
|
+
height: "1em",
|
|
11
|
+
fill: "currentColor",
|
|
12
|
+
viewBox: "0 0 16 16",
|
|
13
|
+
children: /* @__PURE__ */ r(
|
|
14
|
+
"path",
|
|
15
|
+
{
|
|
16
|
+
stroke: "currentColor",
|
|
17
|
+
strokeLinecap: "round",
|
|
18
|
+
strokeLinejoin: "round",
|
|
19
|
+
strokeWidth: 1.3,
|
|
20
|
+
d: "m8.666 7.334-6 6m7.871-2.08a9.6 9.6 0 0 0 2.673-7.161 1.36 1.36 0 0 0-1.303-1.303 9.6 9.6 0 0 0-7.162 2.673c-1.92 1.921-2.182 4.775-.582 6.374 1.6 1.6 4.453 1.339 6.374-.582"
|
|
21
|
+
}
|
|
22
|
+
)
|
|
23
|
+
}
|
|
24
|
+
)
|
|
25
|
+
);
|
|
26
|
+
export {
|
|
27
|
+
i as Feather
|
|
28
|
+
};
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <FileDownload size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const FileDownload: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=FileDownload.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <FilterSort size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const FilterSort: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=FilterSort.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Flex size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Flex: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Flex.d.ts.map
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
* <Folder size={40} className="text-warning" />
|
|
24
24
|
*/
|
|
25
25
|
export declare const Folder: {
|
|
26
|
-
({ ref, className, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
26
|
+
({ ref, className, disabled, ...props }: Omit<import('../../Components/Icon').IconProps, "children">): import('react').FunctionComponentElement<import('../../Components/Icon').IconProps>;
|
|
27
27
|
displayName: string;
|
|
28
28
|
};
|
|
29
29
|
//# sourceMappingURL=Folder.d.ts.map
|