@kodiak-finance/orderly-ui 2.7.4 → 2.8.1
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.map +1 -1
- package/dist/index.d.mts +123 -124
- package/dist/index.d.ts +123 -124
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -4,7 +4,6 @@ export { VariantProps, cnBase as cn } from 'tailwind-variants';
|
|
|
4
4
|
import * as React$1 from 'react';
|
|
5
5
|
import React__default, { FC, ReactNode, InputHTMLAttributes, PropsWithChildren, HTMLAttributes, ElementRef, ReactElement, SelectHTMLAttributes, JSXElementConstructor, ElementType, ComponentPropsWithoutRef, PropsWithoutRef, ForwardedRef, SVGProps, ComponentType } from 'react';
|
|
6
6
|
import * as tailwind_variants_dist_config from 'tailwind-variants/dist/config';
|
|
7
|
-
import * as tailwind_variants_dist_generated from 'tailwind-variants/dist/generated';
|
|
8
7
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
9
8
|
import * as TooltipPrimitive from '@radix-ui/react-tooltip';
|
|
10
9
|
import { TooltipContentProps } from '@radix-ui/react-tooltip';
|
|
@@ -451,34 +450,34 @@ declare const boxVariants: tailwind_variants.TVReturnType<{
|
|
|
451
450
|
true: string;
|
|
452
451
|
};
|
|
453
452
|
}, undefined, string[], {
|
|
454
|
-
responsiveVariants?: boolean |
|
|
455
|
-
p?: boolean |
|
|
456
|
-
grow?: boolean |
|
|
457
|
-
m?: boolean |
|
|
458
|
-
mb?: boolean |
|
|
459
|
-
ml?: boolean |
|
|
460
|
-
mr?: boolean |
|
|
461
|
-
mt?: boolean |
|
|
462
|
-
mx?: boolean |
|
|
463
|
-
my?: boolean |
|
|
464
|
-
pb?: boolean |
|
|
465
|
-
pl?: boolean |
|
|
466
|
-
position?: boolean |
|
|
467
|
-
pr?: boolean |
|
|
468
|
-
pt?: boolean |
|
|
469
|
-
px?: boolean |
|
|
470
|
-
py?: boolean |
|
|
471
|
-
shadow?: boolean |
|
|
472
|
-
borderColor?: boolean |
|
|
473
|
-
__position?: boolean |
|
|
474
|
-
__size_width?: boolean |
|
|
475
|
-
__size_height?: boolean |
|
|
476
|
-
invisible?: boolean |
|
|
477
|
-
zIndex?: boolean |
|
|
478
|
-
border?: boolean |
|
|
479
|
-
r?: boolean |
|
|
480
|
-
gradient?: boolean |
|
|
481
|
-
intensity?: boolean |
|
|
453
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
454
|
+
p?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
455
|
+
grow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
456
|
+
m?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
457
|
+
mb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
458
|
+
ml?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
459
|
+
mr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
460
|
+
mt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
461
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
462
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
463
|
+
pb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
464
|
+
pl?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
465
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
466
|
+
pr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
467
|
+
pt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
468
|
+
px?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
469
|
+
py?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
470
|
+
shadow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
471
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
472
|
+
__position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
473
|
+
__size_width?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
474
|
+
__size_height?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
475
|
+
invisible?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
476
|
+
zIndex?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
477
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
478
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
479
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
480
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
482
481
|
} | undefined;
|
|
483
482
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
484
483
|
twMergeConfig: {
|
|
@@ -1613,13 +1612,13 @@ declare const gridVariants: tailwind_variants.TVReturnType<{
|
|
|
1613
1612
|
5: string;
|
|
1614
1613
|
};
|
|
1615
1614
|
}, undefined, string[], {
|
|
1616
|
-
responsiveVariants?: boolean |
|
|
1617
|
-
gap?: boolean |
|
|
1618
|
-
cols?: boolean |
|
|
1619
|
-
rows?: boolean |
|
|
1620
|
-
gapX?: boolean |
|
|
1621
|
-
gapY?: boolean |
|
|
1622
|
-
autoFlow?: boolean |
|
|
1615
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1616
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1617
|
+
cols?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1618
|
+
rows?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1619
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1620
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1621
|
+
autoFlow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1623
1622
|
} | undefined;
|
|
1624
1623
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1625
1624
|
twMergeConfig: {
|
|
@@ -1726,9 +1725,9 @@ declare const gridSpanVariants: tailwind_variants.TVReturnType<{
|
|
|
1726
1725
|
9: string;
|
|
1727
1726
|
};
|
|
1728
1727
|
}, undefined, undefined, {
|
|
1729
|
-
responsiveVariants?: boolean |
|
|
1730
|
-
colSpan?: boolean |
|
|
1731
|
-
rowSpan?: boolean |
|
|
1728
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1729
|
+
colSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1730
|
+
rowSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1732
1731
|
} | undefined;
|
|
1733
1732
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1734
1733
|
twMergeConfig: {
|
|
@@ -1951,10 +1950,10 @@ declare const flexVariant: tailwind_variants.TVReturnType<{
|
|
|
1951
1950
|
10: string;
|
|
1952
1951
|
};
|
|
1953
1952
|
}, undefined, undefined, {
|
|
1954
|
-
responsiveVariants?: boolean |
|
|
1955
|
-
gap?: boolean |
|
|
1956
|
-
gapX?: boolean |
|
|
1957
|
-
gapY?: boolean |
|
|
1953
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1954
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1955
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1956
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1958
1957
|
} | undefined;
|
|
1959
1958
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1960
1959
|
twMergeConfig: {
|
|
@@ -2150,12 +2149,12 @@ declare const textVariants: tailwind_variants.TVReturnType<{
|
|
|
2150
2149
|
default: string;
|
|
2151
2150
|
};
|
|
2152
2151
|
}, undefined, undefined, {
|
|
2153
|
-
responsiveVariants?: boolean |
|
|
2154
|
-
color?: boolean |
|
|
2155
|
-
size?: boolean |
|
|
2156
|
-
intensity?: boolean |
|
|
2157
|
-
weight?: boolean |
|
|
2158
|
-
dashBoard?: boolean |
|
|
2152
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2153
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2154
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2155
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2156
|
+
weight?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2157
|
+
dashBoard?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2159
2158
|
} | undefined;
|
|
2160
2159
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2161
2160
|
twMergeConfig: {
|
|
@@ -2478,8 +2477,8 @@ declare const statisticVariants: tailwind_variants.TVReturnType<{
|
|
|
2478
2477
|
label: string;
|
|
2479
2478
|
value: string;
|
|
2480
2479
|
}, undefined, {
|
|
2481
|
-
responsiveVariants?: boolean |
|
|
2482
|
-
align?: boolean |
|
|
2480
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2481
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2483
2482
|
} | undefined;
|
|
2484
2483
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2485
2484
|
twMergeConfig: {
|
|
@@ -2544,8 +2543,8 @@ declare const StatisticLabel: React__default.ForwardRefExoticComponent<VariantPr
|
|
|
2544
2543
|
label: string;
|
|
2545
2544
|
value: string;
|
|
2546
2545
|
}, undefined, {
|
|
2547
|
-
responsiveVariants?: boolean |
|
|
2548
|
-
align?: boolean |
|
|
2546
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2547
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2549
2548
|
} | undefined;
|
|
2550
2549
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2551
2550
|
twMergeConfig: {
|
|
@@ -2610,8 +2609,8 @@ declare const Statistic: React__default.ForwardRefExoticComponent<VariantProps<t
|
|
|
2610
2609
|
label: string;
|
|
2611
2610
|
value: string;
|
|
2612
2611
|
}, undefined, {
|
|
2613
|
-
responsiveVariants?: boolean |
|
|
2614
|
-
align?: boolean |
|
|
2612
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2613
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2615
2614
|
} | undefined;
|
|
2616
2615
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2617
2616
|
twMergeConfig: {
|
|
@@ -2733,8 +2732,8 @@ declare const gradientTextVariants: tailwind_variants.TVReturnType<{
|
|
|
2733
2732
|
inherit: string;
|
|
2734
2733
|
};
|
|
2735
2734
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2736
|
-
responsiveVariants?: boolean |
|
|
2737
|
-
color?: boolean |
|
|
2735
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2736
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2738
2737
|
} | undefined;
|
|
2739
2738
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2740
2739
|
twMergeConfig: {
|
|
@@ -2792,8 +2791,8 @@ declare const GradientText: React__default.ForwardRefExoticComponent<Omit<TextPr
|
|
|
2792
2791
|
inherit: string;
|
|
2793
2792
|
};
|
|
2794
2793
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2795
|
-
responsiveVariants?: boolean |
|
|
2796
|
-
color?: boolean |
|
|
2794
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2795
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2797
2796
|
} | undefined;
|
|
2798
2797
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2799
2798
|
twMergeConfig: {
|
|
@@ -3377,8 +3376,8 @@ declare const textFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
3377
3376
|
label: string;
|
|
3378
3377
|
input: never[];
|
|
3379
3378
|
}, undefined, {
|
|
3380
|
-
responsiveVariants?: boolean |
|
|
3381
|
-
direction?: boolean |
|
|
3379
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3380
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3382
3381
|
} | undefined;
|
|
3383
3382
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3384
3383
|
twMergeConfig: {
|
|
@@ -3595,10 +3594,10 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
|
|
|
3595
3594
|
lg: string;
|
|
3596
3595
|
};
|
|
3597
3596
|
}, undefined, "oui-inline-flex oui-items-center oui-rounded-md oui-font-semibold oui-transition-colors focus:oui-outline-none focus:oui-ring-2 focus:oui-ring-ring focus:oui-ring-offset-2", {
|
|
3598
|
-
responsiveVariants?: boolean |
|
|
3599
|
-
color?: boolean |
|
|
3600
|
-
size?: boolean |
|
|
3601
|
-
variant?: boolean |
|
|
3597
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3598
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3599
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3600
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3602
3601
|
} | undefined;
|
|
3603
3602
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3604
3603
|
twMergeConfig: {
|
|
@@ -4119,11 +4118,11 @@ declare const pickerVariants: tailwind_variants.TVReturnType<{
|
|
|
4119
4118
|
sell: string;
|
|
4120
4119
|
};
|
|
4121
4120
|
}, undefined, "oui-flex oui-flex-row oui-items-stretch oui-rounded-md oui-cursor-pointer oui-border oui-border-line-6 oui-bg-line-4 oui-text-base-contrast-54", {
|
|
4122
|
-
responsiveVariants?: boolean |
|
|
4123
|
-
color?: boolean |
|
|
4124
|
-
size?: boolean |
|
|
4125
|
-
disabled?: boolean |
|
|
4126
|
-
fullWidth?: boolean |
|
|
4121
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4122
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4123
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4124
|
+
disabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4125
|
+
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4127
4126
|
} | undefined;
|
|
4128
4127
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4129
4128
|
twMergeConfig: {
|
|
@@ -4335,8 +4334,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4335
4334
|
bar: string[];
|
|
4336
4335
|
tumb: string;
|
|
4337
4336
|
}, undefined, {
|
|
4338
|
-
responsiveVariants?: boolean |
|
|
4339
|
-
orientation?: boolean |
|
|
4337
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4338
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4340
4339
|
} | undefined;
|
|
4341
4340
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4342
4341
|
twMergeConfig: {
|
|
@@ -5439,12 +5438,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5439
5438
|
10: string;
|
|
5440
5439
|
};
|
|
5441
5440
|
}, undefined, string[], {
|
|
5442
|
-
responsiveVariants?: boolean |
|
|
5443
|
-
mx?: boolean |
|
|
5444
|
-
my?: boolean |
|
|
5445
|
-
intensity?: boolean |
|
|
5446
|
-
direction?: boolean |
|
|
5447
|
-
lineStyle?: boolean |
|
|
5441
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5442
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5443
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5444
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5445
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5446
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5448
5447
|
} | undefined;
|
|
5449
5448
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5450
5449
|
twMergeConfig: {
|
|
@@ -5603,12 +5602,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5603
5602
|
10: string;
|
|
5604
5603
|
};
|
|
5605
5604
|
}, undefined, string[], {
|
|
5606
|
-
responsiveVariants?: boolean |
|
|
5607
|
-
mx?: boolean |
|
|
5608
|
-
my?: boolean |
|
|
5609
|
-
intensity?: boolean |
|
|
5610
|
-
direction?: boolean |
|
|
5611
|
-
lineStyle?: boolean |
|
|
5605
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5606
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5607
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5608
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5609
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5610
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5612
5611
|
} | undefined;
|
|
5613
5612
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5614
5613
|
twMergeConfig: {
|
|
@@ -5760,9 +5759,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5760
5759
|
trigger: string[];
|
|
5761
5760
|
icon: string[];
|
|
5762
5761
|
}, undefined, {
|
|
5763
|
-
responsiveVariants?: boolean |
|
|
5764
|
-
size?: boolean |
|
|
5765
|
-
variant?: boolean |
|
|
5762
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5763
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5764
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5766
5765
|
} | undefined;
|
|
5767
5766
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5768
5767
|
twMergeConfig: {
|
|
@@ -5876,9 +5875,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
5876
5875
|
trigger: string[];
|
|
5877
5876
|
icon: string[];
|
|
5878
5877
|
}, undefined, {
|
|
5879
|
-
responsiveVariants?: boolean |
|
|
5880
|
-
size?: boolean |
|
|
5881
|
-
variant?: boolean |
|
|
5878
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5879
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5880
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5882
5881
|
} | undefined;
|
|
5883
5882
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5884
5883
|
twMergeConfig: {
|
|
@@ -5991,9 +5990,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
5991
5990
|
trigger: string[];
|
|
5992
5991
|
icon: string[];
|
|
5993
5992
|
}, undefined, {
|
|
5994
|
-
responsiveVariants?: boolean |
|
|
5995
|
-
size?: boolean |
|
|
5996
|
-
variant?: boolean |
|
|
5993
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5994
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5995
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5997
5996
|
} | undefined;
|
|
5998
5997
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5999
5998
|
twMergeConfig: {
|
|
@@ -6109,9 +6108,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
6109
6108
|
trigger: string[];
|
|
6110
6109
|
icon: string[];
|
|
6111
6110
|
}, undefined, {
|
|
6112
|
-
responsiveVariants?: boolean |
|
|
6113
|
-
size?: boolean |
|
|
6114
|
-
variant?: boolean |
|
|
6111
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6112
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6113
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6115
6114
|
} | undefined;
|
|
6116
6115
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6117
6116
|
twMergeConfig: {
|
|
@@ -6278,8 +6277,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
6278
6277
|
image: string;
|
|
6279
6278
|
fallback: string;
|
|
6280
6279
|
}, undefined, {
|
|
6281
|
-
responsiveVariants?: boolean |
|
|
6282
|
-
size?: boolean |
|
|
6280
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6281
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6283
6282
|
} | undefined;
|
|
6284
6283
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6285
6284
|
twMergeConfig: {
|
|
@@ -6405,8 +6404,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
6405
6404
|
image: string;
|
|
6406
6405
|
fallback: string;
|
|
6407
6406
|
}, undefined, {
|
|
6408
|
-
responsiveVariants?: boolean |
|
|
6409
|
-
size?: boolean |
|
|
6407
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6408
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6410
6409
|
} | undefined;
|
|
6411
6410
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6412
6411
|
twMergeConfig: {
|
|
@@ -6539,8 +6538,8 @@ declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimi
|
|
|
6539
6538
|
image: string;
|
|
6540
6539
|
fallback: string;
|
|
6541
6540
|
}, undefined, {
|
|
6542
|
-
responsiveVariants?: boolean |
|
|
6543
|
-
size?: boolean |
|
|
6541
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6542
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6544
6543
|
} | undefined;
|
|
6545
6544
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6546
6545
|
twMergeConfig: {
|
|
@@ -6684,11 +6683,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6684
6683
|
item: string[];
|
|
6685
6684
|
tag: string;
|
|
6686
6685
|
}, undefined, {
|
|
6687
|
-
responsiveVariants?: boolean |
|
|
6688
|
-
position?: boolean |
|
|
6689
|
-
size?: boolean |
|
|
6690
|
-
error?: boolean |
|
|
6691
|
-
variant?: boolean |
|
|
6686
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6687
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6688
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6689
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6690
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6692
6691
|
} | undefined;
|
|
6693
6692
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6694
6693
|
twMergeConfig: {
|
|
@@ -6987,7 +6986,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
6987
6986
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
6988
6987
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
6989
6988
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
6990
|
-
responsiveVariants?: boolean |
|
|
6989
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
6991
6990
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6992
6991
|
twMergeConfig: {
|
|
6993
6992
|
prefix: string;
|
|
@@ -7046,12 +7045,12 @@ declare const cardVariants: tailwind_variants.TVReturnType<{
|
|
|
7046
7045
|
16: string;
|
|
7047
7046
|
};
|
|
7048
7047
|
}, undefined, string[], {
|
|
7049
|
-
responsiveVariants?: boolean |
|
|
7050
|
-
borderColor?: boolean |
|
|
7051
|
-
border?: boolean |
|
|
7052
|
-
r?: boolean |
|
|
7053
|
-
gradient?: boolean |
|
|
7054
|
-
intensity?: boolean |
|
|
7048
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7049
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7050
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7051
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7052
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7053
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7055
7054
|
} | undefined;
|
|
7056
7055
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7057
7056
|
twMergeConfig: {
|
|
@@ -7265,12 +7264,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
7265
7264
|
16: string;
|
|
7266
7265
|
};
|
|
7267
7266
|
}, undefined, string[], {
|
|
7268
|
-
responsiveVariants?: boolean |
|
|
7269
|
-
borderColor?: boolean |
|
|
7270
|
-
border?: boolean |
|
|
7271
|
-
r?: boolean |
|
|
7272
|
-
gradient?: boolean |
|
|
7273
|
-
intensity?: boolean |
|
|
7267
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7268
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7269
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7270
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7271
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7272
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7274
7273
|
} | undefined;
|
|
7275
7274
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7276
7275
|
twMergeConfig: {
|
|
@@ -7507,8 +7506,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
7507
7506
|
mark: string;
|
|
7508
7507
|
tips: string[];
|
|
7509
7508
|
}, undefined, {
|
|
7510
|
-
responsiveVariants?: boolean |
|
|
7511
|
-
color?: boolean |
|
|
7509
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7510
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7512
7511
|
} | undefined;
|
|
7513
7512
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7514
7513
|
twMergeConfig: {
|
|
@@ -7672,8 +7671,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7672
7671
|
mark: string;
|
|
7673
7672
|
tips: string[];
|
|
7674
7673
|
}, undefined, {
|
|
7675
|
-
responsiveVariants?: boolean |
|
|
7676
|
-
color?: boolean |
|
|
7674
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7675
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7677
7676
|
} | undefined;
|
|
7678
7677
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7679
7678
|
twMergeConfig: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kodiak-finance/orderly-ui",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"react-error-boundary": "^4.0.13",
|
|
41
41
|
"react-hot-toast": "^2.4.1",
|
|
42
42
|
"tailwind-variants": "^0.2.1",
|
|
43
|
-
"@kodiak-finance/orderly-utils": "2.
|
|
43
|
+
"@kodiak-finance/orderly-utils": "2.8.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/node": "^22.15.21",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"tailwindcss-animate": "^1.0.6",
|
|
54
54
|
"tsup": "^7.1.0",
|
|
55
55
|
"typescript": "^5.1.6",
|
|
56
|
-
"tsconfig": "0.
|
|
56
|
+
"tsconfig": "0.11.0"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"react": ">=18",
|