@liberfi.io/ui 0.1.6 → 0.1.8
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.d.mts +31 -2
- package/dist/index.d.ts +31 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/tailwind/tailwind.css +26 -1
- package/package.json +7 -3
package/dist/index.d.mts
CHANGED
|
@@ -7,6 +7,11 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
|
7
7
|
import { ToasterProps } from 'react-hot-toast';
|
|
8
8
|
export { ToastOptions, Toaster, ToasterProps, toast } from 'react-hot-toast';
|
|
9
9
|
export { clsx } from 'clsx';
|
|
10
|
+
export * from 'jotai';
|
|
11
|
+
export * from 'jotai/utils';
|
|
12
|
+
export * from 'react-hook-form';
|
|
13
|
+
export { z } from 'zod';
|
|
14
|
+
export { zodResolver } from '@hookform/resolvers/zod';
|
|
10
15
|
|
|
11
16
|
declare const StyledBadge: ComponentType<BadgeProps>;
|
|
12
17
|
|
|
@@ -376,6 +381,8 @@ declare function CrownIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JS
|
|
|
376
381
|
|
|
377
382
|
declare function DiscordIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
378
383
|
|
|
384
|
+
declare function DraggableIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
385
|
+
|
|
379
386
|
declare function EditIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
380
387
|
|
|
381
388
|
declare function EmptyIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
@@ -412,8 +419,16 @@ declare function KlineLineIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtim
|
|
|
412
419
|
|
|
413
420
|
declare function LightningIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
414
421
|
|
|
422
|
+
declare function LogoIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
423
|
+
|
|
424
|
+
declare function MaximizeIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
425
|
+
|
|
415
426
|
declare function MenuIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
416
427
|
|
|
428
|
+
declare function MiniLogoIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
429
|
+
|
|
430
|
+
declare function MinimizeIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
431
|
+
|
|
417
432
|
declare function PauseIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
418
433
|
|
|
419
434
|
declare function PeopleIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
@@ -426,6 +441,10 @@ declare function RatIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.
|
|
|
426
441
|
|
|
427
442
|
declare function RefreshIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
428
443
|
|
|
444
|
+
declare function RestoreWindowIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
445
|
+
|
|
446
|
+
declare function RobotIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
447
|
+
|
|
429
448
|
declare function RocketIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
430
449
|
|
|
431
450
|
declare function SearchIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
@@ -462,6 +481,8 @@ declare function TriangleUpIcon(props: SVGProps<SVGSVGElement>): react_jsx_runti
|
|
|
462
481
|
|
|
463
482
|
declare function TwitterIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
464
483
|
|
|
484
|
+
declare function UnMaximizeIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
485
|
+
|
|
465
486
|
declare function UserGuideIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
466
487
|
|
|
467
488
|
declare function UserIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
@@ -478,6 +499,14 @@ declare function XCloseIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.J
|
|
|
478
499
|
|
|
479
500
|
declare function ZapFastIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
480
501
|
|
|
502
|
+
declare function LightTgIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
503
|
+
|
|
504
|
+
declare function LightDiscordIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
505
|
+
|
|
506
|
+
declare function SmallLightTgIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
507
|
+
|
|
508
|
+
declare function SmallLightDiscordIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
509
|
+
|
|
481
510
|
declare global {
|
|
482
511
|
interface SvgIconProps extends SVGProps<SVGSVGElement> {
|
|
483
512
|
}
|
|
@@ -491,6 +520,6 @@ declare global {
|
|
|
491
520
|
};
|
|
492
521
|
}
|
|
493
522
|
}
|
|
494
|
-
declare const _default: "0.1.
|
|
523
|
+
declare const _default: "0.1.8";
|
|
495
524
|
|
|
496
|
-
export { BundlesIcon, CameraIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CoinsIcon, CookIcon, CopyIcon, CrownIcon, DiscordIcon, EditIcon, EmptyIcon, ExclamationIcon, type ExtendedButtonProps, type ExtendedColor, FAQIcon, FilterIcon, GiftIcon, HomeIcon, InfoIcon, KlineAreaIcon, KlineBarsIcon, KlineBaseLineIcon, KlineCandlesIcon, KlineColumnsIcon, KlineHelkinAshiIcon, KlineHighLowIcon, KlineHollowCandlesIcon, KlineLineIcon, LightningIcon, MenuIcon, PauseIcon, PeopleIcon, PrivacyPolicyIcon, PulseIcon, RatIcon, RefreshIcon, RocketIcon, SearchIcon, SettingsIcon, ShieldIcon, ShieldOffIcon, ShieldPlusIcon, SignInIcon, SignOutIcon, SlippageIcon, SniperIcon, Sortable, type SortableProps, StyledBadge, StyledButton, StyledDivider, StyledInput, StyledModal, StyledNumberInput, StyledPopover, StyledTable, StyledTabs, StyledToaster, StyledTooltip, SupportIcon, TelegramIcon, TermsOfServiceIcon, TradeIcon, TranslateIcon, TriangleDownIcon, TriangleUpIcon, TwitterIcon, UserGuideIcon, UserIcon, UserWithStarBadgeIcon, VerifiedIcon, WalletIcon, WebsiteIcon, XCloseIcon, ZapFastIcon, useCopyToClipboard, useMediaQuery, useScreen, _default as version };
|
|
525
|
+
export { BundlesIcon, CameraIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CoinsIcon, CookIcon, CopyIcon, CrownIcon, DiscordIcon, DraggableIcon, EditIcon, EmptyIcon, ExclamationIcon, type ExtendedButtonProps, type ExtendedColor, FAQIcon, FilterIcon, GiftIcon, HomeIcon, InfoIcon, KlineAreaIcon, KlineBarsIcon, KlineBaseLineIcon, KlineCandlesIcon, KlineColumnsIcon, KlineHelkinAshiIcon, KlineHighLowIcon, KlineHollowCandlesIcon, KlineLineIcon, LightDiscordIcon, LightTgIcon, LightningIcon, LogoIcon, MaximizeIcon, MenuIcon, MiniLogoIcon, MinimizeIcon, PauseIcon, PeopleIcon, PrivacyPolicyIcon, PulseIcon, RatIcon, RefreshIcon, RestoreWindowIcon, RobotIcon, RocketIcon, SearchIcon, SettingsIcon, ShieldIcon, ShieldOffIcon, ShieldPlusIcon, SignInIcon, SignOutIcon, SlippageIcon, SmallLightDiscordIcon, SmallLightTgIcon, SniperIcon, Sortable, type SortableProps, StyledBadge, StyledButton, StyledDivider, StyledInput, StyledModal, StyledNumberInput, StyledPopover, StyledTable, StyledTabs, StyledToaster, StyledTooltip, SupportIcon, TelegramIcon, TermsOfServiceIcon, TradeIcon, TranslateIcon, TriangleDownIcon, TriangleUpIcon, TwitterIcon, UnMaximizeIcon, UserGuideIcon, UserIcon, UserWithStarBadgeIcon, VerifiedIcon, WalletIcon, WebsiteIcon, XCloseIcon, ZapFastIcon, useCopyToClipboard, useMediaQuery, useScreen, _default as version };
|
package/dist/index.d.ts
CHANGED
|
@@ -7,6 +7,11 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
|
7
7
|
import { ToasterProps } from 'react-hot-toast';
|
|
8
8
|
export { ToastOptions, Toaster, ToasterProps, toast } from 'react-hot-toast';
|
|
9
9
|
export { clsx } from 'clsx';
|
|
10
|
+
export * from 'jotai';
|
|
11
|
+
export * from 'jotai/utils';
|
|
12
|
+
export * from 'react-hook-form';
|
|
13
|
+
export { z } from 'zod';
|
|
14
|
+
export { zodResolver } from '@hookform/resolvers/zod';
|
|
10
15
|
|
|
11
16
|
declare const StyledBadge: ComponentType<BadgeProps>;
|
|
12
17
|
|
|
@@ -376,6 +381,8 @@ declare function CrownIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JS
|
|
|
376
381
|
|
|
377
382
|
declare function DiscordIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
378
383
|
|
|
384
|
+
declare function DraggableIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
385
|
+
|
|
379
386
|
declare function EditIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
380
387
|
|
|
381
388
|
declare function EmptyIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
@@ -412,8 +419,16 @@ declare function KlineLineIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtim
|
|
|
412
419
|
|
|
413
420
|
declare function LightningIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
414
421
|
|
|
422
|
+
declare function LogoIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
423
|
+
|
|
424
|
+
declare function MaximizeIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
425
|
+
|
|
415
426
|
declare function MenuIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
416
427
|
|
|
428
|
+
declare function MiniLogoIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
429
|
+
|
|
430
|
+
declare function MinimizeIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
431
|
+
|
|
417
432
|
declare function PauseIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
418
433
|
|
|
419
434
|
declare function PeopleIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
@@ -426,6 +441,10 @@ declare function RatIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.
|
|
|
426
441
|
|
|
427
442
|
declare function RefreshIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
428
443
|
|
|
444
|
+
declare function RestoreWindowIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
445
|
+
|
|
446
|
+
declare function RobotIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
447
|
+
|
|
429
448
|
declare function RocketIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
430
449
|
|
|
431
450
|
declare function SearchIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
@@ -462,6 +481,8 @@ declare function TriangleUpIcon(props: SVGProps<SVGSVGElement>): react_jsx_runti
|
|
|
462
481
|
|
|
463
482
|
declare function TwitterIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
464
483
|
|
|
484
|
+
declare function UnMaximizeIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
485
|
+
|
|
465
486
|
declare function UserGuideIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
466
487
|
|
|
467
488
|
declare function UserIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
@@ -478,6 +499,14 @@ declare function XCloseIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.J
|
|
|
478
499
|
|
|
479
500
|
declare function ZapFastIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
480
501
|
|
|
502
|
+
declare function LightTgIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
503
|
+
|
|
504
|
+
declare function LightDiscordIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
505
|
+
|
|
506
|
+
declare function SmallLightTgIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
507
|
+
|
|
508
|
+
declare function SmallLightDiscordIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
509
|
+
|
|
481
510
|
declare global {
|
|
482
511
|
interface SvgIconProps extends SVGProps<SVGSVGElement> {
|
|
483
512
|
}
|
|
@@ -491,6 +520,6 @@ declare global {
|
|
|
491
520
|
};
|
|
492
521
|
}
|
|
493
522
|
}
|
|
494
|
-
declare const _default: "0.1.
|
|
523
|
+
declare const _default: "0.1.8";
|
|
495
524
|
|
|
496
|
-
export { BundlesIcon, CameraIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CoinsIcon, CookIcon, CopyIcon, CrownIcon, DiscordIcon, EditIcon, EmptyIcon, ExclamationIcon, type ExtendedButtonProps, type ExtendedColor, FAQIcon, FilterIcon, GiftIcon, HomeIcon, InfoIcon, KlineAreaIcon, KlineBarsIcon, KlineBaseLineIcon, KlineCandlesIcon, KlineColumnsIcon, KlineHelkinAshiIcon, KlineHighLowIcon, KlineHollowCandlesIcon, KlineLineIcon, LightningIcon, MenuIcon, PauseIcon, PeopleIcon, PrivacyPolicyIcon, PulseIcon, RatIcon, RefreshIcon, RocketIcon, SearchIcon, SettingsIcon, ShieldIcon, ShieldOffIcon, ShieldPlusIcon, SignInIcon, SignOutIcon, SlippageIcon, SniperIcon, Sortable, type SortableProps, StyledBadge, StyledButton, StyledDivider, StyledInput, StyledModal, StyledNumberInput, StyledPopover, StyledTable, StyledTabs, StyledToaster, StyledTooltip, SupportIcon, TelegramIcon, TermsOfServiceIcon, TradeIcon, TranslateIcon, TriangleDownIcon, TriangleUpIcon, TwitterIcon, UserGuideIcon, UserIcon, UserWithStarBadgeIcon, VerifiedIcon, WalletIcon, WebsiteIcon, XCloseIcon, ZapFastIcon, useCopyToClipboard, useMediaQuery, useScreen, _default as version };
|
|
525
|
+
export { BundlesIcon, CameraIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CoinsIcon, CookIcon, CopyIcon, CrownIcon, DiscordIcon, DraggableIcon, EditIcon, EmptyIcon, ExclamationIcon, type ExtendedButtonProps, type ExtendedColor, FAQIcon, FilterIcon, GiftIcon, HomeIcon, InfoIcon, KlineAreaIcon, KlineBarsIcon, KlineBaseLineIcon, KlineCandlesIcon, KlineColumnsIcon, KlineHelkinAshiIcon, KlineHighLowIcon, KlineHollowCandlesIcon, KlineLineIcon, LightDiscordIcon, LightTgIcon, LightningIcon, LogoIcon, MaximizeIcon, MenuIcon, MiniLogoIcon, MinimizeIcon, PauseIcon, PeopleIcon, PrivacyPolicyIcon, PulseIcon, RatIcon, RefreshIcon, RestoreWindowIcon, RobotIcon, RocketIcon, SearchIcon, SettingsIcon, ShieldIcon, ShieldOffIcon, ShieldPlusIcon, SignInIcon, SignOutIcon, SlippageIcon, SmallLightDiscordIcon, SmallLightTgIcon, SniperIcon, Sortable, type SortableProps, StyledBadge, StyledButton, StyledDivider, StyledInput, StyledModal, StyledNumberInput, StyledPopover, StyledTable, StyledTabs, StyledToaster, StyledTooltip, SupportIcon, TelegramIcon, TermsOfServiceIcon, TradeIcon, TranslateIcon, TriangleDownIcon, TriangleUpIcon, TwitterIcon, UnMaximizeIcon, UserGuideIcon, UserIcon, UserWithStarBadgeIcon, VerifiedIcon, WalletIcon, WebsiteIcon, XCloseIcon, ZapFastIcon, useCopyToClipboard, useMediaQuery, useScreen, _default as version };
|