@orderly.network/ui 2.8.5-alpha.0 → 2.8.6-alpha.0
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.css +6 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +313 -1
- package/dist/index.d.ts +313 -1
- package/dist/index.js +82 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +81 -7
- package/dist/index.mjs.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +3 -3
package/dist/index.d.mts
CHANGED
|
@@ -8730,4 +8730,316 @@ type ScrollIndicatorProps = {
|
|
|
8730
8730
|
};
|
|
8731
8731
|
declare const ScrollIndicator: FC<ScrollIndicatorProps>;
|
|
8732
8732
|
|
|
8733
|
-
|
|
8733
|
+
declare const dotStatusVariants: tailwind_variants.TVReturnType<{
|
|
8734
|
+
color: {
|
|
8735
|
+
primary: {
|
|
8736
|
+
dot: string;
|
|
8737
|
+
label: string;
|
|
8738
|
+
};
|
|
8739
|
+
warning: {
|
|
8740
|
+
dot: string;
|
|
8741
|
+
label: string;
|
|
8742
|
+
};
|
|
8743
|
+
profit: {
|
|
8744
|
+
dot: string;
|
|
8745
|
+
label: string;
|
|
8746
|
+
};
|
|
8747
|
+
loss: {
|
|
8748
|
+
dot: string;
|
|
8749
|
+
label: string;
|
|
8750
|
+
};
|
|
8751
|
+
secondary: {
|
|
8752
|
+
dot: string;
|
|
8753
|
+
label: string;
|
|
8754
|
+
};
|
|
8755
|
+
};
|
|
8756
|
+
size: {
|
|
8757
|
+
xs: {
|
|
8758
|
+
dot: string;
|
|
8759
|
+
label: string;
|
|
8760
|
+
};
|
|
8761
|
+
sm: {
|
|
8762
|
+
dot: string;
|
|
8763
|
+
label: string;
|
|
8764
|
+
};
|
|
8765
|
+
md: {
|
|
8766
|
+
dot: string;
|
|
8767
|
+
label: string;
|
|
8768
|
+
};
|
|
8769
|
+
lg: {
|
|
8770
|
+
dot: string;
|
|
8771
|
+
label: string;
|
|
8772
|
+
};
|
|
8773
|
+
};
|
|
8774
|
+
}, {
|
|
8775
|
+
root: string;
|
|
8776
|
+
dot: string;
|
|
8777
|
+
label: string;
|
|
8778
|
+
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
8779
|
+
color: {
|
|
8780
|
+
primary: {
|
|
8781
|
+
dot: string;
|
|
8782
|
+
label: string;
|
|
8783
|
+
};
|
|
8784
|
+
warning: {
|
|
8785
|
+
dot: string;
|
|
8786
|
+
label: string;
|
|
8787
|
+
};
|
|
8788
|
+
profit: {
|
|
8789
|
+
dot: string;
|
|
8790
|
+
label: string;
|
|
8791
|
+
};
|
|
8792
|
+
loss: {
|
|
8793
|
+
dot: string;
|
|
8794
|
+
label: string;
|
|
8795
|
+
};
|
|
8796
|
+
secondary: {
|
|
8797
|
+
dot: string;
|
|
8798
|
+
label: string;
|
|
8799
|
+
};
|
|
8800
|
+
};
|
|
8801
|
+
size: {
|
|
8802
|
+
xs: {
|
|
8803
|
+
dot: string;
|
|
8804
|
+
label: string;
|
|
8805
|
+
};
|
|
8806
|
+
sm: {
|
|
8807
|
+
dot: string;
|
|
8808
|
+
label: string;
|
|
8809
|
+
};
|
|
8810
|
+
md: {
|
|
8811
|
+
dot: string;
|
|
8812
|
+
label: string;
|
|
8813
|
+
};
|
|
8814
|
+
lg: {
|
|
8815
|
+
dot: string;
|
|
8816
|
+
label: string;
|
|
8817
|
+
};
|
|
8818
|
+
};
|
|
8819
|
+
}, {
|
|
8820
|
+
color: {
|
|
8821
|
+
primary: {
|
|
8822
|
+
dot: string;
|
|
8823
|
+
label: string;
|
|
8824
|
+
};
|
|
8825
|
+
warning: {
|
|
8826
|
+
dot: string;
|
|
8827
|
+
label: string;
|
|
8828
|
+
};
|
|
8829
|
+
profit: {
|
|
8830
|
+
dot: string;
|
|
8831
|
+
label: string;
|
|
8832
|
+
};
|
|
8833
|
+
loss: {
|
|
8834
|
+
dot: string;
|
|
8835
|
+
label: string;
|
|
8836
|
+
};
|
|
8837
|
+
secondary: {
|
|
8838
|
+
dot: string;
|
|
8839
|
+
label: string;
|
|
8840
|
+
};
|
|
8841
|
+
};
|
|
8842
|
+
size: {
|
|
8843
|
+
xs: {
|
|
8844
|
+
dot: string;
|
|
8845
|
+
label: string;
|
|
8846
|
+
};
|
|
8847
|
+
sm: {
|
|
8848
|
+
dot: string;
|
|
8849
|
+
label: string;
|
|
8850
|
+
};
|
|
8851
|
+
md: {
|
|
8852
|
+
dot: string;
|
|
8853
|
+
label: string;
|
|
8854
|
+
};
|
|
8855
|
+
lg: {
|
|
8856
|
+
dot: string;
|
|
8857
|
+
label: string;
|
|
8858
|
+
};
|
|
8859
|
+
};
|
|
8860
|
+
}>, {
|
|
8861
|
+
color: {
|
|
8862
|
+
primary: {
|
|
8863
|
+
dot: string;
|
|
8864
|
+
label: string;
|
|
8865
|
+
};
|
|
8866
|
+
warning: {
|
|
8867
|
+
dot: string;
|
|
8868
|
+
label: string;
|
|
8869
|
+
};
|
|
8870
|
+
profit: {
|
|
8871
|
+
dot: string;
|
|
8872
|
+
label: string;
|
|
8873
|
+
};
|
|
8874
|
+
loss: {
|
|
8875
|
+
dot: string;
|
|
8876
|
+
label: string;
|
|
8877
|
+
};
|
|
8878
|
+
secondary: {
|
|
8879
|
+
dot: string;
|
|
8880
|
+
label: string;
|
|
8881
|
+
};
|
|
8882
|
+
};
|
|
8883
|
+
size: {
|
|
8884
|
+
xs: {
|
|
8885
|
+
dot: string;
|
|
8886
|
+
label: string;
|
|
8887
|
+
};
|
|
8888
|
+
sm: {
|
|
8889
|
+
dot: string;
|
|
8890
|
+
label: string;
|
|
8891
|
+
};
|
|
8892
|
+
md: {
|
|
8893
|
+
dot: string;
|
|
8894
|
+
label: string;
|
|
8895
|
+
};
|
|
8896
|
+
lg: {
|
|
8897
|
+
dot: string;
|
|
8898
|
+
label: string;
|
|
8899
|
+
};
|
|
8900
|
+
};
|
|
8901
|
+
}, {
|
|
8902
|
+
root: string;
|
|
8903
|
+
dot: string;
|
|
8904
|
+
label: string;
|
|
8905
|
+
}, tailwind_variants.TVReturnType<{
|
|
8906
|
+
color: {
|
|
8907
|
+
primary: {
|
|
8908
|
+
dot: string;
|
|
8909
|
+
label: string;
|
|
8910
|
+
};
|
|
8911
|
+
warning: {
|
|
8912
|
+
dot: string;
|
|
8913
|
+
label: string;
|
|
8914
|
+
};
|
|
8915
|
+
profit: {
|
|
8916
|
+
dot: string;
|
|
8917
|
+
label: string;
|
|
8918
|
+
};
|
|
8919
|
+
loss: {
|
|
8920
|
+
dot: string;
|
|
8921
|
+
label: string;
|
|
8922
|
+
};
|
|
8923
|
+
secondary: {
|
|
8924
|
+
dot: string;
|
|
8925
|
+
label: string;
|
|
8926
|
+
};
|
|
8927
|
+
};
|
|
8928
|
+
size: {
|
|
8929
|
+
xs: {
|
|
8930
|
+
dot: string;
|
|
8931
|
+
label: string;
|
|
8932
|
+
};
|
|
8933
|
+
sm: {
|
|
8934
|
+
dot: string;
|
|
8935
|
+
label: string;
|
|
8936
|
+
};
|
|
8937
|
+
md: {
|
|
8938
|
+
dot: string;
|
|
8939
|
+
label: string;
|
|
8940
|
+
};
|
|
8941
|
+
lg: {
|
|
8942
|
+
dot: string;
|
|
8943
|
+
label: string;
|
|
8944
|
+
};
|
|
8945
|
+
};
|
|
8946
|
+
}, {
|
|
8947
|
+
root: string;
|
|
8948
|
+
dot: string;
|
|
8949
|
+
label: string;
|
|
8950
|
+
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
8951
|
+
color: {
|
|
8952
|
+
primary: {
|
|
8953
|
+
dot: string;
|
|
8954
|
+
label: string;
|
|
8955
|
+
};
|
|
8956
|
+
warning: {
|
|
8957
|
+
dot: string;
|
|
8958
|
+
label: string;
|
|
8959
|
+
};
|
|
8960
|
+
profit: {
|
|
8961
|
+
dot: string;
|
|
8962
|
+
label: string;
|
|
8963
|
+
};
|
|
8964
|
+
loss: {
|
|
8965
|
+
dot: string;
|
|
8966
|
+
label: string;
|
|
8967
|
+
};
|
|
8968
|
+
secondary: {
|
|
8969
|
+
dot: string;
|
|
8970
|
+
label: string;
|
|
8971
|
+
};
|
|
8972
|
+
};
|
|
8973
|
+
size: {
|
|
8974
|
+
xs: {
|
|
8975
|
+
dot: string;
|
|
8976
|
+
label: string;
|
|
8977
|
+
};
|
|
8978
|
+
sm: {
|
|
8979
|
+
dot: string;
|
|
8980
|
+
label: string;
|
|
8981
|
+
};
|
|
8982
|
+
md: {
|
|
8983
|
+
dot: string;
|
|
8984
|
+
label: string;
|
|
8985
|
+
};
|
|
8986
|
+
lg: {
|
|
8987
|
+
dot: string;
|
|
8988
|
+
label: string;
|
|
8989
|
+
};
|
|
8990
|
+
};
|
|
8991
|
+
}, {
|
|
8992
|
+
color: {
|
|
8993
|
+
primary: {
|
|
8994
|
+
dot: string;
|
|
8995
|
+
label: string;
|
|
8996
|
+
};
|
|
8997
|
+
warning: {
|
|
8998
|
+
dot: string;
|
|
8999
|
+
label: string;
|
|
9000
|
+
};
|
|
9001
|
+
profit: {
|
|
9002
|
+
dot: string;
|
|
9003
|
+
label: string;
|
|
9004
|
+
};
|
|
9005
|
+
loss: {
|
|
9006
|
+
dot: string;
|
|
9007
|
+
label: string;
|
|
9008
|
+
};
|
|
9009
|
+
secondary: {
|
|
9010
|
+
dot: string;
|
|
9011
|
+
label: string;
|
|
9012
|
+
};
|
|
9013
|
+
};
|
|
9014
|
+
size: {
|
|
9015
|
+
xs: {
|
|
9016
|
+
dot: string;
|
|
9017
|
+
label: string;
|
|
9018
|
+
};
|
|
9019
|
+
sm: {
|
|
9020
|
+
dot: string;
|
|
9021
|
+
label: string;
|
|
9022
|
+
};
|
|
9023
|
+
md: {
|
|
9024
|
+
dot: string;
|
|
9025
|
+
label: string;
|
|
9026
|
+
};
|
|
9027
|
+
lg: {
|
|
9028
|
+
dot: string;
|
|
9029
|
+
label: string;
|
|
9030
|
+
};
|
|
9031
|
+
};
|
|
9032
|
+
}>, unknown, unknown, undefined>>;
|
|
9033
|
+
declare const DotStatus: {
|
|
9034
|
+
(props: VariantProps<typeof dotStatusVariants> & {
|
|
9035
|
+
label?: string;
|
|
9036
|
+
classNames?: {
|
|
9037
|
+
root?: string;
|
|
9038
|
+
dot?: string;
|
|
9039
|
+
label?: string;
|
|
9040
|
+
};
|
|
9041
|
+
}): react_jsx_runtime.JSX.Element;
|
|
9042
|
+
displayName: string;
|
|
9043
|
+
};
|
|
9044
|
+
|
|
9045
|
+
export { ActionSheet, type ActionSheetItem, AddCircleIcon, AffiliateIcon, AlertDialog, type AlertDialogProps, ArrowDownShortIcon, ArrowDownSquareFillIcon, ArrowDownUpIcon, ArrowLeftRightIcon, ArrowLeftRightSquareFill, ArrowLeftShortIcon, ArrowRightShortIcon, ArrowRightUpSquareFillIcon, ArrowUpShortIcon, ArrowUpSquareFillIcon, AssetIcon, Avatar, Badge, BarChartIcon, type BaseActionSheetItem, type BaseIconProps, BattleActiveIcon, BattleIcon, BattleInactiveIcon, BattleSolidActiveIcon, BattleSolidInactiveIcon, BellIcon, Box, type BoxProps, Button, type ButtonProps, Calendar, CalendarIcon, CalendarMinusIcon, Card, CardBase, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CaretDownIcon, CaretLeftIcon, CaretRightIcon, CaretUpIcon, ChainIcon, type ChainSelectProps, CheckIcon, CheckSquareEmptyIcon, Checkbox, CheckedCircleFillIcon, CheckedSquareFillIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleOutlinedIcon, CloseCircleFillIcon, CloseIcon, CloseRoundFillIcon, CloseSquareFillIcon, Collapse, Collapsible, CollapsibleContent, CollapsibleTrigger, type Column, type ColumnFixed, ConfirmDialog, type ConfirmProps, CopyIcon, DataFilter, type DataFilterItem, DataTable, type DataTableClassNames, type DataTableProps, DatePicker, type DatePickerProps, Dialog, type DialogAction, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Divider, type DividerProps, DotStatus, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRoot, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuTrigger, EVMAvatar, EarnActiveIcon, EarnIcon, EarnInactiveIcon, EditIcon, Either, EmptyDataState, EmptyStateIcon, EsOrderlyIcon, ExclamationFillIcon, type ExtensionPosition, ExtensionPositionEnum, ExtensionSlot, EyeCloseIcon, EyeIcon, FeeTierIcon, Flex, type FlexProps, GradientText, Grid, HoverCard, HoverCardContent, type HoverCardProps, HoverCardRoot, HoverCardTrigger, Icon, type IconType, InfoCircleIcon, Input, InputAdditional, type InputFormatter, type InputFormatterOptions, type InputProps, type InputWithTooltipProps, LeaderboardActiveIcon, LeaderboardInactiveIcon, LeftNavVaultsIcon, ListView, type Locale, LocaleContext, LocaleProvider, Logo, type LogoProps, MarketsActiveIcon, MarketsInactiveIcon, Marquee, type MarqueeProps, type MenuItem, ModalContext, type ModalHocProps, ModalIdContext, ModalProvider, type MultiFieldSort, type MultiSortField, MultiSortHeader, type MultiSortHeaderProps, NewsFillIcon, type NumeralProps, index as OUITailwind, OrderlyIcon, OrderlyThemeProvider, type OrderlyThemeProviderProps, PaginationItems, type PaginationMeta, PeopleIcon, PerpsIcon, PersonIcon, Picker, PlusIcon, Popover, PopoverAnchor, PopoverContent, PopoverRoot, PopoverTrigger, PopupUnionIcon, PortfolioActiveIcon, PortfolioInactiveIcon, QuestionFillIcon, ReduceIcon, ReferralSolidIcon, RefreshIcon, ScrollArea, ScrollBar, ScrollIndicator, type ScrollIndicatorProps, Select, SelectItem, type SelectOption, type SelectProps, SelectedChoicesFillIcon, ServerFillIcon, SettingFillIcon, SettingIcon, ShareIcon, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SimpleDialog, SimpleDialogFooter, type SimpleDialogFooterProps, type SimpleDialogProps, SimpleDropdownMenu, SimpleSheet, type SizeType, Slider, type SliderMarks, type SortOrder, SortingAscIcon, SortingDescIcon, SortingIcon, Spinner, type SpinnerProps, SpotIcon, SquareOutlinedIcon, StarChildChatActiveIcon, StarChildChatInactiveIcon, Statistic, StatisticLabel, SwapHorizIcon, Switch, TabPanel, type TabPanelProps, type TableCellContext, type TableCellFormatter, type TableCellPlainTextRenderer, type TableCellRenderer, index$1 as TableFeatures, type TableSort, Tabs, TabsBase, TabsContent, TabsList, TabsTrigger, Text, TextField, type TextFieldProps, type TextProps, type TextType, ThrottledButton, ToastTile, Toaster, TokenIcon, Tooltip, TooltipArrow, TooltipContent, TooltipPortal, TooltipProvider, TooltipRoot, TooltipTrigger, TraderMobileIcon, TradingActiveIcon, TradingIcon, TradingInactiveIcon, TradingLeftNavIcon, TradingRewardsIcon, TriggerDialog, type TriggerDialogProps, VaultsIcon, VectorIcon, WalletIcon, WoofiStakeIcon, boxVariants, buttonVariants, capitalizeFirstLetter, convertValueToPercentage, dotStatusVariants, formatAddress, gradientTextVariants, index$2 as inputFormatter, installExtension, modal, parseNumber, registerSimpleDialog, registerSimpleSheet, scrollAreaVariants, setExtensionBuilder, startViewTransition, statisticVariants, textVariants, tv, useLocale, useMediaQuery, useModal, useMultiSort, useObserverElement, useOrderlyTheme, usePagination, useScreen };
|
package/dist/index.d.ts
CHANGED
|
@@ -8730,4 +8730,316 @@ type ScrollIndicatorProps = {
|
|
|
8730
8730
|
};
|
|
8731
8731
|
declare const ScrollIndicator: FC<ScrollIndicatorProps>;
|
|
8732
8732
|
|
|
8733
|
-
|
|
8733
|
+
declare const dotStatusVariants: tailwind_variants.TVReturnType<{
|
|
8734
|
+
color: {
|
|
8735
|
+
primary: {
|
|
8736
|
+
dot: string;
|
|
8737
|
+
label: string;
|
|
8738
|
+
};
|
|
8739
|
+
warning: {
|
|
8740
|
+
dot: string;
|
|
8741
|
+
label: string;
|
|
8742
|
+
};
|
|
8743
|
+
profit: {
|
|
8744
|
+
dot: string;
|
|
8745
|
+
label: string;
|
|
8746
|
+
};
|
|
8747
|
+
loss: {
|
|
8748
|
+
dot: string;
|
|
8749
|
+
label: string;
|
|
8750
|
+
};
|
|
8751
|
+
secondary: {
|
|
8752
|
+
dot: string;
|
|
8753
|
+
label: string;
|
|
8754
|
+
};
|
|
8755
|
+
};
|
|
8756
|
+
size: {
|
|
8757
|
+
xs: {
|
|
8758
|
+
dot: string;
|
|
8759
|
+
label: string;
|
|
8760
|
+
};
|
|
8761
|
+
sm: {
|
|
8762
|
+
dot: string;
|
|
8763
|
+
label: string;
|
|
8764
|
+
};
|
|
8765
|
+
md: {
|
|
8766
|
+
dot: string;
|
|
8767
|
+
label: string;
|
|
8768
|
+
};
|
|
8769
|
+
lg: {
|
|
8770
|
+
dot: string;
|
|
8771
|
+
label: string;
|
|
8772
|
+
};
|
|
8773
|
+
};
|
|
8774
|
+
}, {
|
|
8775
|
+
root: string;
|
|
8776
|
+
dot: string;
|
|
8777
|
+
label: string;
|
|
8778
|
+
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
8779
|
+
color: {
|
|
8780
|
+
primary: {
|
|
8781
|
+
dot: string;
|
|
8782
|
+
label: string;
|
|
8783
|
+
};
|
|
8784
|
+
warning: {
|
|
8785
|
+
dot: string;
|
|
8786
|
+
label: string;
|
|
8787
|
+
};
|
|
8788
|
+
profit: {
|
|
8789
|
+
dot: string;
|
|
8790
|
+
label: string;
|
|
8791
|
+
};
|
|
8792
|
+
loss: {
|
|
8793
|
+
dot: string;
|
|
8794
|
+
label: string;
|
|
8795
|
+
};
|
|
8796
|
+
secondary: {
|
|
8797
|
+
dot: string;
|
|
8798
|
+
label: string;
|
|
8799
|
+
};
|
|
8800
|
+
};
|
|
8801
|
+
size: {
|
|
8802
|
+
xs: {
|
|
8803
|
+
dot: string;
|
|
8804
|
+
label: string;
|
|
8805
|
+
};
|
|
8806
|
+
sm: {
|
|
8807
|
+
dot: string;
|
|
8808
|
+
label: string;
|
|
8809
|
+
};
|
|
8810
|
+
md: {
|
|
8811
|
+
dot: string;
|
|
8812
|
+
label: string;
|
|
8813
|
+
};
|
|
8814
|
+
lg: {
|
|
8815
|
+
dot: string;
|
|
8816
|
+
label: string;
|
|
8817
|
+
};
|
|
8818
|
+
};
|
|
8819
|
+
}, {
|
|
8820
|
+
color: {
|
|
8821
|
+
primary: {
|
|
8822
|
+
dot: string;
|
|
8823
|
+
label: string;
|
|
8824
|
+
};
|
|
8825
|
+
warning: {
|
|
8826
|
+
dot: string;
|
|
8827
|
+
label: string;
|
|
8828
|
+
};
|
|
8829
|
+
profit: {
|
|
8830
|
+
dot: string;
|
|
8831
|
+
label: string;
|
|
8832
|
+
};
|
|
8833
|
+
loss: {
|
|
8834
|
+
dot: string;
|
|
8835
|
+
label: string;
|
|
8836
|
+
};
|
|
8837
|
+
secondary: {
|
|
8838
|
+
dot: string;
|
|
8839
|
+
label: string;
|
|
8840
|
+
};
|
|
8841
|
+
};
|
|
8842
|
+
size: {
|
|
8843
|
+
xs: {
|
|
8844
|
+
dot: string;
|
|
8845
|
+
label: string;
|
|
8846
|
+
};
|
|
8847
|
+
sm: {
|
|
8848
|
+
dot: string;
|
|
8849
|
+
label: string;
|
|
8850
|
+
};
|
|
8851
|
+
md: {
|
|
8852
|
+
dot: string;
|
|
8853
|
+
label: string;
|
|
8854
|
+
};
|
|
8855
|
+
lg: {
|
|
8856
|
+
dot: string;
|
|
8857
|
+
label: string;
|
|
8858
|
+
};
|
|
8859
|
+
};
|
|
8860
|
+
}>, {
|
|
8861
|
+
color: {
|
|
8862
|
+
primary: {
|
|
8863
|
+
dot: string;
|
|
8864
|
+
label: string;
|
|
8865
|
+
};
|
|
8866
|
+
warning: {
|
|
8867
|
+
dot: string;
|
|
8868
|
+
label: string;
|
|
8869
|
+
};
|
|
8870
|
+
profit: {
|
|
8871
|
+
dot: string;
|
|
8872
|
+
label: string;
|
|
8873
|
+
};
|
|
8874
|
+
loss: {
|
|
8875
|
+
dot: string;
|
|
8876
|
+
label: string;
|
|
8877
|
+
};
|
|
8878
|
+
secondary: {
|
|
8879
|
+
dot: string;
|
|
8880
|
+
label: string;
|
|
8881
|
+
};
|
|
8882
|
+
};
|
|
8883
|
+
size: {
|
|
8884
|
+
xs: {
|
|
8885
|
+
dot: string;
|
|
8886
|
+
label: string;
|
|
8887
|
+
};
|
|
8888
|
+
sm: {
|
|
8889
|
+
dot: string;
|
|
8890
|
+
label: string;
|
|
8891
|
+
};
|
|
8892
|
+
md: {
|
|
8893
|
+
dot: string;
|
|
8894
|
+
label: string;
|
|
8895
|
+
};
|
|
8896
|
+
lg: {
|
|
8897
|
+
dot: string;
|
|
8898
|
+
label: string;
|
|
8899
|
+
};
|
|
8900
|
+
};
|
|
8901
|
+
}, {
|
|
8902
|
+
root: string;
|
|
8903
|
+
dot: string;
|
|
8904
|
+
label: string;
|
|
8905
|
+
}, tailwind_variants.TVReturnType<{
|
|
8906
|
+
color: {
|
|
8907
|
+
primary: {
|
|
8908
|
+
dot: string;
|
|
8909
|
+
label: string;
|
|
8910
|
+
};
|
|
8911
|
+
warning: {
|
|
8912
|
+
dot: string;
|
|
8913
|
+
label: string;
|
|
8914
|
+
};
|
|
8915
|
+
profit: {
|
|
8916
|
+
dot: string;
|
|
8917
|
+
label: string;
|
|
8918
|
+
};
|
|
8919
|
+
loss: {
|
|
8920
|
+
dot: string;
|
|
8921
|
+
label: string;
|
|
8922
|
+
};
|
|
8923
|
+
secondary: {
|
|
8924
|
+
dot: string;
|
|
8925
|
+
label: string;
|
|
8926
|
+
};
|
|
8927
|
+
};
|
|
8928
|
+
size: {
|
|
8929
|
+
xs: {
|
|
8930
|
+
dot: string;
|
|
8931
|
+
label: string;
|
|
8932
|
+
};
|
|
8933
|
+
sm: {
|
|
8934
|
+
dot: string;
|
|
8935
|
+
label: string;
|
|
8936
|
+
};
|
|
8937
|
+
md: {
|
|
8938
|
+
dot: string;
|
|
8939
|
+
label: string;
|
|
8940
|
+
};
|
|
8941
|
+
lg: {
|
|
8942
|
+
dot: string;
|
|
8943
|
+
label: string;
|
|
8944
|
+
};
|
|
8945
|
+
};
|
|
8946
|
+
}, {
|
|
8947
|
+
root: string;
|
|
8948
|
+
dot: string;
|
|
8949
|
+
label: string;
|
|
8950
|
+
}, undefined, tailwind_variants_dist_config.TVConfig<{
|
|
8951
|
+
color: {
|
|
8952
|
+
primary: {
|
|
8953
|
+
dot: string;
|
|
8954
|
+
label: string;
|
|
8955
|
+
};
|
|
8956
|
+
warning: {
|
|
8957
|
+
dot: string;
|
|
8958
|
+
label: string;
|
|
8959
|
+
};
|
|
8960
|
+
profit: {
|
|
8961
|
+
dot: string;
|
|
8962
|
+
label: string;
|
|
8963
|
+
};
|
|
8964
|
+
loss: {
|
|
8965
|
+
dot: string;
|
|
8966
|
+
label: string;
|
|
8967
|
+
};
|
|
8968
|
+
secondary: {
|
|
8969
|
+
dot: string;
|
|
8970
|
+
label: string;
|
|
8971
|
+
};
|
|
8972
|
+
};
|
|
8973
|
+
size: {
|
|
8974
|
+
xs: {
|
|
8975
|
+
dot: string;
|
|
8976
|
+
label: string;
|
|
8977
|
+
};
|
|
8978
|
+
sm: {
|
|
8979
|
+
dot: string;
|
|
8980
|
+
label: string;
|
|
8981
|
+
};
|
|
8982
|
+
md: {
|
|
8983
|
+
dot: string;
|
|
8984
|
+
label: string;
|
|
8985
|
+
};
|
|
8986
|
+
lg: {
|
|
8987
|
+
dot: string;
|
|
8988
|
+
label: string;
|
|
8989
|
+
};
|
|
8990
|
+
};
|
|
8991
|
+
}, {
|
|
8992
|
+
color: {
|
|
8993
|
+
primary: {
|
|
8994
|
+
dot: string;
|
|
8995
|
+
label: string;
|
|
8996
|
+
};
|
|
8997
|
+
warning: {
|
|
8998
|
+
dot: string;
|
|
8999
|
+
label: string;
|
|
9000
|
+
};
|
|
9001
|
+
profit: {
|
|
9002
|
+
dot: string;
|
|
9003
|
+
label: string;
|
|
9004
|
+
};
|
|
9005
|
+
loss: {
|
|
9006
|
+
dot: string;
|
|
9007
|
+
label: string;
|
|
9008
|
+
};
|
|
9009
|
+
secondary: {
|
|
9010
|
+
dot: string;
|
|
9011
|
+
label: string;
|
|
9012
|
+
};
|
|
9013
|
+
};
|
|
9014
|
+
size: {
|
|
9015
|
+
xs: {
|
|
9016
|
+
dot: string;
|
|
9017
|
+
label: string;
|
|
9018
|
+
};
|
|
9019
|
+
sm: {
|
|
9020
|
+
dot: string;
|
|
9021
|
+
label: string;
|
|
9022
|
+
};
|
|
9023
|
+
md: {
|
|
9024
|
+
dot: string;
|
|
9025
|
+
label: string;
|
|
9026
|
+
};
|
|
9027
|
+
lg: {
|
|
9028
|
+
dot: string;
|
|
9029
|
+
label: string;
|
|
9030
|
+
};
|
|
9031
|
+
};
|
|
9032
|
+
}>, unknown, unknown, undefined>>;
|
|
9033
|
+
declare const DotStatus: {
|
|
9034
|
+
(props: VariantProps<typeof dotStatusVariants> & {
|
|
9035
|
+
label?: string;
|
|
9036
|
+
classNames?: {
|
|
9037
|
+
root?: string;
|
|
9038
|
+
dot?: string;
|
|
9039
|
+
label?: string;
|
|
9040
|
+
};
|
|
9041
|
+
}): react_jsx_runtime.JSX.Element;
|
|
9042
|
+
displayName: string;
|
|
9043
|
+
};
|
|
9044
|
+
|
|
9045
|
+
export { ActionSheet, type ActionSheetItem, AddCircleIcon, AffiliateIcon, AlertDialog, type AlertDialogProps, ArrowDownShortIcon, ArrowDownSquareFillIcon, ArrowDownUpIcon, ArrowLeftRightIcon, ArrowLeftRightSquareFill, ArrowLeftShortIcon, ArrowRightShortIcon, ArrowRightUpSquareFillIcon, ArrowUpShortIcon, ArrowUpSquareFillIcon, AssetIcon, Avatar, Badge, BarChartIcon, type BaseActionSheetItem, type BaseIconProps, BattleActiveIcon, BattleIcon, BattleInactiveIcon, BattleSolidActiveIcon, BattleSolidInactiveIcon, BellIcon, Box, type BoxProps, Button, type ButtonProps, Calendar, CalendarIcon, CalendarMinusIcon, Card, CardBase, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, CaretDownIcon, CaretLeftIcon, CaretRightIcon, CaretUpIcon, ChainIcon, type ChainSelectProps, CheckIcon, CheckSquareEmptyIcon, Checkbox, CheckedCircleFillIcon, CheckedSquareFillIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleOutlinedIcon, CloseCircleFillIcon, CloseIcon, CloseRoundFillIcon, CloseSquareFillIcon, Collapse, Collapsible, CollapsibleContent, CollapsibleTrigger, type Column, type ColumnFixed, ConfirmDialog, type ConfirmProps, CopyIcon, DataFilter, type DataFilterItem, DataTable, type DataTableClassNames, type DataTableProps, DatePicker, type DatePickerProps, Dialog, type DialogAction, DialogBody, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, Divider, type DividerProps, DotStatus, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRoot, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuTrigger, EVMAvatar, EarnActiveIcon, EarnIcon, EarnInactiveIcon, EditIcon, Either, EmptyDataState, EmptyStateIcon, EsOrderlyIcon, ExclamationFillIcon, type ExtensionPosition, ExtensionPositionEnum, ExtensionSlot, EyeCloseIcon, EyeIcon, FeeTierIcon, Flex, type FlexProps, GradientText, Grid, HoverCard, HoverCardContent, type HoverCardProps, HoverCardRoot, HoverCardTrigger, Icon, type IconType, InfoCircleIcon, Input, InputAdditional, type InputFormatter, type InputFormatterOptions, type InputProps, type InputWithTooltipProps, LeaderboardActiveIcon, LeaderboardInactiveIcon, LeftNavVaultsIcon, ListView, type Locale, LocaleContext, LocaleProvider, Logo, type LogoProps, MarketsActiveIcon, MarketsInactiveIcon, Marquee, type MarqueeProps, type MenuItem, ModalContext, type ModalHocProps, ModalIdContext, ModalProvider, type MultiFieldSort, type MultiSortField, MultiSortHeader, type MultiSortHeaderProps, NewsFillIcon, type NumeralProps, index as OUITailwind, OrderlyIcon, OrderlyThemeProvider, type OrderlyThemeProviderProps, PaginationItems, type PaginationMeta, PeopleIcon, PerpsIcon, PersonIcon, Picker, PlusIcon, Popover, PopoverAnchor, PopoverContent, PopoverRoot, PopoverTrigger, PopupUnionIcon, PortfolioActiveIcon, PortfolioInactiveIcon, QuestionFillIcon, ReduceIcon, ReferralSolidIcon, RefreshIcon, ScrollArea, ScrollBar, ScrollIndicator, type ScrollIndicatorProps, Select, SelectItem, type SelectOption, type SelectProps, SelectedChoicesFillIcon, ServerFillIcon, SettingFillIcon, SettingIcon, ShareIcon, Sheet, SheetClose, SheetContent, SheetDescription, SheetFooter, SheetHeader, SheetOverlay, SheetPortal, SheetTitle, SheetTrigger, SimpleDialog, SimpleDialogFooter, type SimpleDialogFooterProps, type SimpleDialogProps, SimpleDropdownMenu, SimpleSheet, type SizeType, Slider, type SliderMarks, type SortOrder, SortingAscIcon, SortingDescIcon, SortingIcon, Spinner, type SpinnerProps, SpotIcon, SquareOutlinedIcon, StarChildChatActiveIcon, StarChildChatInactiveIcon, Statistic, StatisticLabel, SwapHorizIcon, Switch, TabPanel, type TabPanelProps, type TableCellContext, type TableCellFormatter, type TableCellPlainTextRenderer, type TableCellRenderer, index$1 as TableFeatures, type TableSort, Tabs, TabsBase, TabsContent, TabsList, TabsTrigger, Text, TextField, type TextFieldProps, type TextProps, type TextType, ThrottledButton, ToastTile, Toaster, TokenIcon, Tooltip, TooltipArrow, TooltipContent, TooltipPortal, TooltipProvider, TooltipRoot, TooltipTrigger, TraderMobileIcon, TradingActiveIcon, TradingIcon, TradingInactiveIcon, TradingLeftNavIcon, TradingRewardsIcon, TriggerDialog, type TriggerDialogProps, VaultsIcon, VectorIcon, WalletIcon, WoofiStakeIcon, boxVariants, buttonVariants, capitalizeFirstLetter, convertValueToPercentage, dotStatusVariants, formatAddress, gradientTextVariants, index$2 as inputFormatter, installExtension, modal, parseNumber, registerSimpleDialog, registerSimpleSheet, scrollAreaVariants, setExtensionBuilder, startViewTransition, statisticVariants, textVariants, tv, useLocale, useMediaQuery, useModal, useMultiSort, useObserverElement, useOrderlyTheme, usePagination, useScreen };
|