@orderly.network/ui 2.1.0 → 2.1.1-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 +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.mts +125 -125
- package/dist/index.d.ts +125 -125
- 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/styles.css +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -4,13 +4,12 @@ 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, JSXElementConstructor, ElementType, ComponentPropsWithoutRef, PropsWithoutRef, SelectHTMLAttributes, ForwardedRef, 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';
|
|
11
10
|
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
12
11
|
import * as SwitchPrimitives from '@radix-ui/react-switch';
|
|
13
|
-
import { Row, CoreOptions, ColumnFilter, RowSelectionState, TableFeature, Table, RowData } from '@tanstack/react-table';
|
|
12
|
+
import { Row, CoreOptions, Column as Column$1, ColumnFilter, RowSelectionState, TableFeature, Table, RowData } from '@tanstack/react-table';
|
|
14
13
|
export { Table, Column as TanstackColumn } from '@tanstack/react-table';
|
|
15
14
|
import { DateRange, DayPickerRangeProps, DayPicker } from 'react-day-picker';
|
|
16
15
|
import * as SelectPrimitive from '@radix-ui/react-select';
|
|
@@ -443,34 +442,34 @@ declare const boxVariants: tailwind_variants.TVReturnType<{
|
|
|
443
442
|
true: string;
|
|
444
443
|
};
|
|
445
444
|
}, undefined, string[], {
|
|
446
|
-
responsiveVariants?: boolean |
|
|
447
|
-
p?: boolean |
|
|
448
|
-
grow?: boolean |
|
|
449
|
-
m?: boolean |
|
|
450
|
-
mb?: boolean |
|
|
451
|
-
ml?: boolean |
|
|
452
|
-
mr?: boolean |
|
|
453
|
-
mt?: boolean |
|
|
454
|
-
mx?: boolean |
|
|
455
|
-
my?: boolean |
|
|
456
|
-
pb?: boolean |
|
|
457
|
-
pl?: boolean |
|
|
458
|
-
position?: boolean |
|
|
459
|
-
pr?: boolean |
|
|
460
|
-
pt?: boolean |
|
|
461
|
-
px?: boolean |
|
|
462
|
-
py?: boolean |
|
|
463
|
-
shadow?: boolean |
|
|
464
|
-
borderColor?: boolean |
|
|
465
|
-
__position?: boolean |
|
|
466
|
-
__size_width?: boolean |
|
|
467
|
-
__size_height?: boolean |
|
|
468
|
-
invisible?: boolean |
|
|
469
|
-
zIndex?: boolean |
|
|
470
|
-
border?: boolean |
|
|
471
|
-
r?: boolean |
|
|
472
|
-
gradient?: boolean |
|
|
473
|
-
intensity?: boolean |
|
|
445
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
446
|
+
p?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
447
|
+
grow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
448
|
+
m?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
449
|
+
mb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
450
|
+
ml?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
451
|
+
mr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
452
|
+
mt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
453
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
454
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
455
|
+
pb?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
456
|
+
pl?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
457
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
458
|
+
pr?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
459
|
+
pt?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
460
|
+
px?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
461
|
+
py?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
462
|
+
shadow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
463
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
464
|
+
__position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
465
|
+
__size_width?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
466
|
+
__size_height?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
467
|
+
invisible?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
468
|
+
zIndex?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
469
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
470
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
471
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
472
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
474
473
|
} | undefined;
|
|
475
474
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
476
475
|
twMergeConfig: {
|
|
@@ -1605,13 +1604,13 @@ declare const gridVariants: tailwind_variants.TVReturnType<{
|
|
|
1605
1604
|
5: string;
|
|
1606
1605
|
};
|
|
1607
1606
|
}, undefined, string[], {
|
|
1608
|
-
responsiveVariants?: boolean |
|
|
1609
|
-
gap?: boolean |
|
|
1610
|
-
cols?: boolean |
|
|
1611
|
-
rows?: boolean |
|
|
1612
|
-
gapX?: boolean |
|
|
1613
|
-
gapY?: boolean |
|
|
1614
|
-
autoFlow?: boolean |
|
|
1607
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1608
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1609
|
+
cols?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1610
|
+
rows?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1611
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1612
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1613
|
+
autoFlow?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1615
1614
|
} | undefined;
|
|
1616
1615
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1617
1616
|
twMergeConfig: {
|
|
@@ -1718,9 +1717,9 @@ declare const gridSpanVariants: tailwind_variants.TVReturnType<{
|
|
|
1718
1717
|
9: string;
|
|
1719
1718
|
};
|
|
1720
1719
|
}, undefined, undefined, {
|
|
1721
|
-
responsiveVariants?: boolean |
|
|
1722
|
-
colSpan?: boolean |
|
|
1723
|
-
rowSpan?: boolean |
|
|
1720
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1721
|
+
colSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1722
|
+
rowSpan?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1724
1723
|
} | undefined;
|
|
1725
1724
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1726
1725
|
twMergeConfig: {
|
|
@@ -1943,10 +1942,10 @@ declare const flexVariant: tailwind_variants.TVReturnType<{
|
|
|
1943
1942
|
10: string;
|
|
1944
1943
|
};
|
|
1945
1944
|
}, undefined, undefined, {
|
|
1946
|
-
responsiveVariants?: boolean |
|
|
1947
|
-
gap?: boolean |
|
|
1948
|
-
gapX?: boolean |
|
|
1949
|
-
gapY?: boolean |
|
|
1945
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
1946
|
+
gap?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1947
|
+
gapX?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1948
|
+
gapY?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
1950
1949
|
} | undefined;
|
|
1951
1950
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
1952
1951
|
twMergeConfig: {
|
|
@@ -2142,12 +2141,12 @@ declare const textVariants: tailwind_variants.TVReturnType<{
|
|
|
2142
2141
|
default: string;
|
|
2143
2142
|
};
|
|
2144
2143
|
}, undefined, undefined, {
|
|
2145
|
-
responsiveVariants?: boolean |
|
|
2146
|
-
color?: boolean |
|
|
2147
|
-
size?: boolean |
|
|
2148
|
-
intensity?: boolean |
|
|
2149
|
-
weight?: boolean |
|
|
2150
|
-
dashBoard?: boolean |
|
|
2144
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2145
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2146
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2147
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2148
|
+
weight?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2149
|
+
dashBoard?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2151
2150
|
} | undefined;
|
|
2152
2151
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2153
2152
|
twMergeConfig: {
|
|
@@ -2470,8 +2469,8 @@ declare const statisticVariants: tailwind_variants.TVReturnType<{
|
|
|
2470
2469
|
label: string;
|
|
2471
2470
|
value: string;
|
|
2472
2471
|
}, undefined, {
|
|
2473
|
-
responsiveVariants?: boolean |
|
|
2474
|
-
align?: boolean |
|
|
2472
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2473
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2475
2474
|
} | undefined;
|
|
2476
2475
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2477
2476
|
twMergeConfig: {
|
|
@@ -2536,8 +2535,8 @@ declare const StatisticLabel: React__default.ForwardRefExoticComponent<VariantPr
|
|
|
2536
2535
|
label: string;
|
|
2537
2536
|
value: string;
|
|
2538
2537
|
}, undefined, {
|
|
2539
|
-
responsiveVariants?: boolean |
|
|
2540
|
-
align?: boolean |
|
|
2538
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2539
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2541
2540
|
} | undefined;
|
|
2542
2541
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2543
2542
|
twMergeConfig: {
|
|
@@ -2602,8 +2601,8 @@ declare const Statistic: React__default.ForwardRefExoticComponent<VariantProps<t
|
|
|
2602
2601
|
label: string;
|
|
2603
2602
|
value: string;
|
|
2604
2603
|
}, undefined, {
|
|
2605
|
-
responsiveVariants?: boolean |
|
|
2606
|
-
align?: boolean |
|
|
2604
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2605
|
+
align?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2607
2606
|
} | undefined;
|
|
2608
2607
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2609
2608
|
twMergeConfig: {
|
|
@@ -2725,8 +2724,8 @@ declare const gradientTextVariants: tailwind_variants.TVReturnType<{
|
|
|
2725
2724
|
inherit: string;
|
|
2726
2725
|
};
|
|
2727
2726
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2728
|
-
responsiveVariants?: boolean |
|
|
2729
|
-
color?: boolean |
|
|
2727
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2728
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2730
2729
|
} | undefined;
|
|
2731
2730
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2732
2731
|
twMergeConfig: {
|
|
@@ -2784,8 +2783,8 @@ declare const GradientText: React__default.ForwardRefExoticComponent<Omit<TextPr
|
|
|
2784
2783
|
inherit: string;
|
|
2785
2784
|
};
|
|
2786
2785
|
}, undefined, "oui-text-transparent oui-bg-clip-text", {
|
|
2787
|
-
responsiveVariants?: boolean |
|
|
2788
|
-
color?: boolean |
|
|
2786
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
2787
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
2789
2788
|
} | undefined;
|
|
2790
2789
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
2791
2790
|
twMergeConfig: {
|
|
@@ -3359,8 +3358,8 @@ declare const textFieldVariants: tailwind_variants.TVReturnType<{
|
|
|
3359
3358
|
label: string;
|
|
3360
3359
|
input: never[];
|
|
3361
3360
|
}, undefined, {
|
|
3362
|
-
responsiveVariants?: boolean |
|
|
3363
|
-
direction?: boolean |
|
|
3361
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3362
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3364
3363
|
} | undefined;
|
|
3365
3364
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3366
3365
|
twMergeConfig: {
|
|
@@ -3577,10 +3576,10 @@ declare const badgeVariants: tailwind_variants.TVReturnType<{
|
|
|
3577
3576
|
lg: string;
|
|
3578
3577
|
};
|
|
3579
3578
|
}, 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", {
|
|
3580
|
-
responsiveVariants?: boolean |
|
|
3581
|
-
color?: boolean |
|
|
3582
|
-
size?: boolean |
|
|
3583
|
-
variant?: boolean |
|
|
3579
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
3580
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3581
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3582
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
3584
3583
|
} | undefined;
|
|
3585
3584
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
3586
3585
|
twMergeConfig: {
|
|
@@ -3790,6 +3789,7 @@ type DataTableProps<RecordType> = {
|
|
|
3790
3789
|
renderRowContainer?: (record: RecordType, index: number, children: ReactNode) => ReactNode;
|
|
3791
3790
|
generatedRowKey?: CoreOptions<any>["getRowId"];
|
|
3792
3791
|
onRow?: (record: RecordType, index: number) => any;
|
|
3792
|
+
onCell?: (column: Column$1<any>, record: RecordType, index: number) => any;
|
|
3793
3793
|
columnFilters?: ColumnFilter | ColumnFilter[];
|
|
3794
3794
|
rowSelection?: RowSelectionState;
|
|
3795
3795
|
testIds?: {
|
|
@@ -4158,8 +4158,8 @@ declare const scrollAreaVariants: tailwind_variants.TVReturnType<{
|
|
|
4158
4158
|
bar: string[];
|
|
4159
4159
|
tumb: string;
|
|
4160
4160
|
}, undefined, {
|
|
4161
|
-
responsiveVariants?: boolean |
|
|
4162
|
-
orientation?: boolean |
|
|
4161
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
4162
|
+
orientation?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
4163
4163
|
} | undefined;
|
|
4164
4164
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
4165
4165
|
twMergeConfig: {
|
|
@@ -5250,12 +5250,12 @@ declare const dividerVariants: tailwind_variants.TVReturnType<{
|
|
|
5250
5250
|
10: string;
|
|
5251
5251
|
};
|
|
5252
5252
|
}, undefined, string[], {
|
|
5253
|
-
responsiveVariants?: boolean |
|
|
5254
|
-
mx?: boolean |
|
|
5255
|
-
my?: boolean |
|
|
5256
|
-
intensity?: boolean |
|
|
5257
|
-
direction?: boolean |
|
|
5258
|
-
lineStyle?: boolean |
|
|
5253
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5254
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5255
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5256
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5257
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5258
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5259
5259
|
} | undefined;
|
|
5260
5260
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5261
5261
|
twMergeConfig: {
|
|
@@ -5414,12 +5414,12 @@ declare const Divider: React__default.ForwardRefExoticComponent<VariantProps<tai
|
|
|
5414
5414
|
10: string;
|
|
5415
5415
|
};
|
|
5416
5416
|
}, undefined, string[], {
|
|
5417
|
-
responsiveVariants?: boolean |
|
|
5418
|
-
mx?: boolean |
|
|
5419
|
-
my?: boolean |
|
|
5420
|
-
intensity?: boolean |
|
|
5421
|
-
direction?: boolean |
|
|
5422
|
-
lineStyle?: boolean |
|
|
5417
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5418
|
+
mx?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5419
|
+
my?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5420
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5421
|
+
direction?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5422
|
+
lineStyle?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5423
5423
|
} | undefined;
|
|
5424
5424
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5425
5425
|
twMergeConfig: {
|
|
@@ -5571,9 +5571,9 @@ declare const tabsVariants: tailwind_variants.TVReturnType<{
|
|
|
5571
5571
|
trigger: string[];
|
|
5572
5572
|
icon: string[];
|
|
5573
5573
|
}, undefined, {
|
|
5574
|
-
responsiveVariants?: boolean |
|
|
5575
|
-
size?: boolean |
|
|
5576
|
-
variant?: boolean |
|
|
5574
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5575
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5576
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5577
5577
|
} | undefined;
|
|
5578
5578
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5579
5579
|
twMergeConfig: {
|
|
@@ -5687,9 +5687,9 @@ declare const TabsList: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.Tab
|
|
|
5687
5687
|
trigger: string[];
|
|
5688
5688
|
icon: string[];
|
|
5689
5689
|
}, undefined, {
|
|
5690
|
-
responsiveVariants?: boolean |
|
|
5691
|
-
size?: boolean |
|
|
5692
|
-
variant?: boolean |
|
|
5690
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5691
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5692
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5693
5693
|
} | undefined;
|
|
5694
5694
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5695
5695
|
twMergeConfig: {
|
|
@@ -5802,9 +5802,9 @@ declare const TabsTrigger: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
5802
5802
|
trigger: string[];
|
|
5803
5803
|
icon: string[];
|
|
5804
5804
|
}, undefined, {
|
|
5805
|
-
responsiveVariants?: boolean |
|
|
5806
|
-
size?: boolean |
|
|
5807
|
-
variant?: boolean |
|
|
5805
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5806
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5807
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5808
5808
|
} | undefined;
|
|
5809
5809
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5810
5810
|
twMergeConfig: {
|
|
@@ -5920,9 +5920,9 @@ declare const TabsContent: React$1.ForwardRefExoticComponent<Omit<TabsPrimitive.
|
|
|
5920
5920
|
trigger: string[];
|
|
5921
5921
|
icon: string[];
|
|
5922
5922
|
}, undefined, {
|
|
5923
|
-
responsiveVariants?: boolean |
|
|
5924
|
-
size?: boolean |
|
|
5925
|
-
variant?: boolean |
|
|
5923
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
5924
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5925
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
5926
5926
|
} | undefined;
|
|
5927
5927
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
5928
5928
|
twMergeConfig: {
|
|
@@ -6094,11 +6094,11 @@ declare const chainSelectVariants: tailwind_variants.TVReturnType<{
|
|
|
6094
6094
|
item: string[];
|
|
6095
6095
|
tag: string;
|
|
6096
6096
|
}, undefined, {
|
|
6097
|
-
responsiveVariants?: boolean |
|
|
6098
|
-
position?: boolean |
|
|
6099
|
-
size?: boolean |
|
|
6100
|
-
error?: boolean |
|
|
6101
|
-
variant?: boolean |
|
|
6097
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6098
|
+
position?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6099
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6100
|
+
error?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6101
|
+
variant?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6102
6102
|
} | undefined;
|
|
6103
6103
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6104
6104
|
twMergeConfig: {
|
|
@@ -6397,7 +6397,7 @@ declare const PopoverRoot: React$1.FC<PopoverPrimitive.PopoverProps>;
|
|
|
6397
6397
|
declare const PopoverTrigger: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React$1.RefAttributes<HTMLButtonElement>>;
|
|
6398
6398
|
declare const PopoverAnchor: React$1.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React$1.RefAttributes<HTMLDivElement>>;
|
|
6399
6399
|
declare const PopoverContent: React$1.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React$1.RefAttributes<HTMLDivElement>, "ref"> & VariantProps<tailwind_variants.TVReturnType<{} | {} | {}, undefined, string[], {
|
|
6400
|
-
responsiveVariants?: boolean |
|
|
6400
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {} | undefined;
|
|
6401
6401
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6402
6402
|
twMergeConfig: {
|
|
6403
6403
|
prefix: string;
|
|
@@ -6456,12 +6456,12 @@ declare const CardBase: React__default.ForwardRefExoticComponent<ComponentPropsW
|
|
|
6456
6456
|
16: string;
|
|
6457
6457
|
};
|
|
6458
6458
|
}, undefined, string[], {
|
|
6459
|
-
responsiveVariants?: boolean |
|
|
6460
|
-
borderColor?: boolean |
|
|
6461
|
-
border?: boolean |
|
|
6462
|
-
r?: boolean |
|
|
6463
|
-
gradient?: boolean |
|
|
6464
|
-
intensity?: boolean |
|
|
6459
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6460
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6461
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6462
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6463
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6464
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6465
6465
|
} | undefined;
|
|
6466
6466
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6467
6467
|
twMergeConfig: {
|
|
@@ -6689,12 +6689,12 @@ declare const Card: React$1.ForwardRefExoticComponent<{
|
|
|
6689
6689
|
16: string;
|
|
6690
6690
|
};
|
|
6691
6691
|
}, undefined, string[], {
|
|
6692
|
-
responsiveVariants?: boolean |
|
|
6693
|
-
borderColor?: boolean |
|
|
6694
|
-
border?: boolean |
|
|
6695
|
-
r?: boolean |
|
|
6696
|
-
gradient?: boolean |
|
|
6697
|
-
intensity?: boolean |
|
|
6692
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6693
|
+
borderColor?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6694
|
+
border?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6695
|
+
r?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6696
|
+
gradient?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6697
|
+
intensity?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6698
6698
|
} | undefined;
|
|
6699
6699
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6700
6700
|
twMergeConfig: {
|
|
@@ -6895,11 +6895,11 @@ declare const pickerVariants: tailwind_variants.TVReturnType<{
|
|
|
6895
6895
|
sell: string;
|
|
6896
6896
|
};
|
|
6897
6897
|
}, 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", {
|
|
6898
|
-
responsiveVariants?: boolean |
|
|
6899
|
-
color?: boolean |
|
|
6900
|
-
size?: boolean |
|
|
6901
|
-
disabled?: boolean |
|
|
6902
|
-
fullWidth?: boolean |
|
|
6898
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
6899
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6900
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6901
|
+
disabled?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6902
|
+
fullWidth?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
6903
6903
|
} | undefined;
|
|
6904
6904
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
6905
6905
|
twMergeConfig: {
|
|
@@ -7022,8 +7022,8 @@ declare const sliderVariants: tailwind_variants.TVReturnType<{
|
|
|
7022
7022
|
mark: string;
|
|
7023
7023
|
tips: string[];
|
|
7024
7024
|
}, undefined, {
|
|
7025
|
-
responsiveVariants?: boolean |
|
|
7026
|
-
color?: boolean |
|
|
7025
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7026
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7027
7027
|
} | undefined;
|
|
7028
7028
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7029
7029
|
twMergeConfig: {
|
|
@@ -7187,8 +7187,8 @@ declare const BaseSlider: React$1.ForwardRefExoticComponent<Omit<SliderPrimitive
|
|
|
7187
7187
|
mark: string;
|
|
7188
7188
|
tips: string[];
|
|
7189
7189
|
}, undefined, {
|
|
7190
|
-
responsiveVariants?: boolean |
|
|
7191
|
-
color?: boolean |
|
|
7190
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7191
|
+
color?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7192
7192
|
} | undefined;
|
|
7193
7193
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7194
7194
|
twMergeConfig: {
|
|
@@ -7818,8 +7818,8 @@ declare const avatarVariants: tailwind_variants.TVReturnType<{
|
|
|
7818
7818
|
image: string;
|
|
7819
7819
|
fallback: string;
|
|
7820
7820
|
}, undefined, {
|
|
7821
|
-
responsiveVariants?: boolean |
|
|
7822
|
-
size?: boolean |
|
|
7821
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7822
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7823
7823
|
} | undefined;
|
|
7824
7824
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7825
7825
|
twMergeConfig: {
|
|
@@ -7944,8 +7944,8 @@ declare const AvatarBase: React$1.ForwardRefExoticComponent<Omit<AvatarPrimitive
|
|
|
7944
7944
|
image: string;
|
|
7945
7945
|
fallback: string;
|
|
7946
7946
|
}, undefined, {
|
|
7947
|
-
responsiveVariants?: boolean |
|
|
7948
|
-
size?: boolean |
|
|
7947
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
7948
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
7949
7949
|
} | undefined;
|
|
7950
7950
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
7951
7951
|
twMergeConfig: {
|
|
@@ -8078,8 +8078,8 @@ declare const EVMAvatar: React$1.ForwardRefExoticComponent<Omit<Omit<AvatarPrimi
|
|
|
8078
8078
|
image: string;
|
|
8079
8079
|
fallback: string;
|
|
8080
8080
|
}, undefined, {
|
|
8081
|
-
responsiveVariants?: boolean |
|
|
8082
|
-
size?: boolean |
|
|
8081
|
+
responsiveVariants?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | {
|
|
8082
|
+
size?: boolean | ("sm" | "md" | "lg" | "xl" | "2xl")[] | undefined;
|
|
8083
8083
|
} | undefined;
|
|
8084
8084
|
} & tailwind_variants_dist_config.TWMConfig & {
|
|
8085
8085
|
twMergeConfig: {
|