@liberfi.io/ui 0.1.5 → 0.1.7
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 +14 -2
- package/dist/index.d.ts +14 -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 +20 -0
- package/package.json +4 -3
package/dist/index.d.mts
CHANGED
|
@@ -7,6 +7,8 @@ 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';
|
|
10
12
|
|
|
11
13
|
declare const StyledBadge: ComponentType<BadgeProps>;
|
|
12
14
|
|
|
@@ -376,6 +378,8 @@ declare function CrownIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JS
|
|
|
376
378
|
|
|
377
379
|
declare function DiscordIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
378
380
|
|
|
381
|
+
declare function DraggableIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
382
|
+
|
|
379
383
|
declare function EditIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
380
384
|
|
|
381
385
|
declare function EmptyIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
@@ -412,8 +416,12 @@ declare function KlineLineIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtim
|
|
|
412
416
|
|
|
413
417
|
declare function LightningIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
414
418
|
|
|
419
|
+
declare function MaximizeIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
420
|
+
|
|
415
421
|
declare function MenuIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
416
422
|
|
|
423
|
+
declare function MinimizeIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
424
|
+
|
|
417
425
|
declare function PauseIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
418
426
|
|
|
419
427
|
declare function PeopleIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
@@ -426,6 +434,8 @@ declare function RatIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.
|
|
|
426
434
|
|
|
427
435
|
declare function RefreshIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
428
436
|
|
|
437
|
+
declare function RestoreWindowIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
438
|
+
|
|
429
439
|
declare function RocketIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
430
440
|
|
|
431
441
|
declare function SearchIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
@@ -462,6 +472,8 @@ declare function TriangleUpIcon(props: SVGProps<SVGSVGElement>): react_jsx_runti
|
|
|
462
472
|
|
|
463
473
|
declare function TwitterIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
464
474
|
|
|
475
|
+
declare function UnMaximizeIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
476
|
+
|
|
465
477
|
declare function UserGuideIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
466
478
|
|
|
467
479
|
declare function UserIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
@@ -491,6 +503,6 @@ declare global {
|
|
|
491
503
|
};
|
|
492
504
|
}
|
|
493
505
|
}
|
|
494
|
-
declare const _default: "0.1.
|
|
506
|
+
declare const _default: "0.1.6";
|
|
495
507
|
|
|
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 };
|
|
508
|
+
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, LightningIcon, MaximizeIcon, MenuIcon, MinimizeIcon, PauseIcon, PeopleIcon, PrivacyPolicyIcon, PulseIcon, RatIcon, RefreshIcon, RestoreWindowIcon, 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, UnMaximizeIcon, UserGuideIcon, UserIcon, UserWithStarBadgeIcon, VerifiedIcon, WalletIcon, WebsiteIcon, XCloseIcon, ZapFastIcon, useCopyToClipboard, useMediaQuery, useScreen, _default as version };
|
package/dist/index.d.ts
CHANGED
|
@@ -7,6 +7,8 @@ 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';
|
|
10
12
|
|
|
11
13
|
declare const StyledBadge: ComponentType<BadgeProps>;
|
|
12
14
|
|
|
@@ -376,6 +378,8 @@ declare function CrownIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JS
|
|
|
376
378
|
|
|
377
379
|
declare function DiscordIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
378
380
|
|
|
381
|
+
declare function DraggableIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
382
|
+
|
|
379
383
|
declare function EditIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
380
384
|
|
|
381
385
|
declare function EmptyIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
@@ -412,8 +416,12 @@ declare function KlineLineIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtim
|
|
|
412
416
|
|
|
413
417
|
declare function LightningIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
414
418
|
|
|
419
|
+
declare function MaximizeIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
420
|
+
|
|
415
421
|
declare function MenuIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
416
422
|
|
|
423
|
+
declare function MinimizeIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
424
|
+
|
|
417
425
|
declare function PauseIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
418
426
|
|
|
419
427
|
declare function PeopleIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
@@ -426,6 +434,8 @@ declare function RatIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.
|
|
|
426
434
|
|
|
427
435
|
declare function RefreshIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
428
436
|
|
|
437
|
+
declare function RestoreWindowIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
438
|
+
|
|
429
439
|
declare function RocketIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
430
440
|
|
|
431
441
|
declare function SearchIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
@@ -462,6 +472,8 @@ declare function TriangleUpIcon(props: SVGProps<SVGSVGElement>): react_jsx_runti
|
|
|
462
472
|
|
|
463
473
|
declare function TwitterIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
464
474
|
|
|
475
|
+
declare function UnMaximizeIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
476
|
+
|
|
465
477
|
declare function UserGuideIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
466
478
|
|
|
467
479
|
declare function UserIcon(props: SVGProps<SVGSVGElement>): react_jsx_runtime.JSX.Element;
|
|
@@ -491,6 +503,6 @@ declare global {
|
|
|
491
503
|
};
|
|
492
504
|
}
|
|
493
505
|
}
|
|
494
|
-
declare const _default: "0.1.
|
|
506
|
+
declare const _default: "0.1.6";
|
|
495
507
|
|
|
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 };
|
|
508
|
+
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, LightningIcon, MaximizeIcon, MenuIcon, MinimizeIcon, PauseIcon, PeopleIcon, PrivacyPolicyIcon, PulseIcon, RatIcon, RefreshIcon, RestoreWindowIcon, 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, UnMaximizeIcon, UserGuideIcon, UserIcon, UserWithStarBadgeIcon, VerifiedIcon, WalletIcon, WebsiteIcon, XCloseIcon, ZapFastIcon, useCopyToClipboard, useMediaQuery, useScreen, _default as version };
|