design-system-silkhaus 2.13.0-beta.tabbed-menu.1 → 2.13.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.cjs +44 -44
- package/dist/index.d.ts +60 -20
- package/dist/index.js +8440 -7834
- package/dist/style.css +1 -1
- package/dist/tailwind.config.js +85 -8
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -121,6 +121,14 @@ export declare type BadgeProps = {
|
|
|
121
121
|
className?: string;
|
|
122
122
|
};
|
|
123
123
|
|
|
124
|
+
export declare const BarsIcon: FC<{
|
|
125
|
+
className?: string;
|
|
126
|
+
}>;
|
|
127
|
+
|
|
128
|
+
export declare const BarsOutlineIcon: FC<{
|
|
129
|
+
className?: string;
|
|
130
|
+
}>;
|
|
131
|
+
|
|
124
132
|
export declare const BedLineIcon: FC<{
|
|
125
133
|
className?: string;
|
|
126
134
|
}>;
|
|
@@ -278,6 +286,14 @@ export declare const CloseIcon: FC<{
|
|
|
278
286
|
|
|
279
287
|
export declare function cn(...inputs: ClassValue[]): string;
|
|
280
288
|
|
|
289
|
+
export declare const DashboardIcon: FC<{
|
|
290
|
+
className?: string;
|
|
291
|
+
}>;
|
|
292
|
+
|
|
293
|
+
export declare const DashboardOutlineIcon: FC<{
|
|
294
|
+
className?: string;
|
|
295
|
+
}>;
|
|
296
|
+
|
|
281
297
|
export declare const DateRangePicker: default_2.ForwardRefExoticComponent<DateRangePickerProps & default_2.RefAttributes<HTMLDivElement>>;
|
|
282
298
|
|
|
283
299
|
declare interface DateRangePickerProps {
|
|
@@ -344,6 +360,14 @@ export declare type DialogV2Props = {
|
|
|
344
360
|
actionButtons?: ActionButtonProps[];
|
|
345
361
|
};
|
|
346
362
|
|
|
363
|
+
export declare const DocumentsIcon: FC<{
|
|
364
|
+
className?: string;
|
|
365
|
+
}>;
|
|
366
|
+
|
|
367
|
+
export declare const DoorLockIcon: FC<{
|
|
368
|
+
className?: string;
|
|
369
|
+
}>;
|
|
370
|
+
|
|
347
371
|
export declare const DUE_TODAY = "due_today";
|
|
348
372
|
|
|
349
373
|
export declare const FileIcon: FC<{
|
|
@@ -408,6 +432,14 @@ export declare const FlameIcon: FC<{
|
|
|
408
432
|
|
|
409
433
|
export declare const formatCurrency: (val: number, currency?: string) => string;
|
|
410
434
|
|
|
435
|
+
export declare const GearIcon: FC<{
|
|
436
|
+
className?: string;
|
|
437
|
+
}>;
|
|
438
|
+
|
|
439
|
+
export declare const GearOutlinedIcon: FC<{
|
|
440
|
+
className?: string;
|
|
441
|
+
}>;
|
|
442
|
+
|
|
411
443
|
export declare const Grid: React_2.ForwardRefExoticComponent<GridProps & React_2.RefAttributes<HTMLDivElement>>;
|
|
412
444
|
|
|
413
445
|
export declare interface GridProps extends React_2.HTMLAttributes<HTMLDivElement>, Omit<GridVariantProps, 'optional'> {
|
|
@@ -651,6 +683,10 @@ declare interface Option_2 {
|
|
|
651
683
|
}
|
|
652
684
|
export { Option_2 as Option }
|
|
653
685
|
|
|
686
|
+
export declare const PartyPopperIcon: FC<{
|
|
687
|
+
className?: string;
|
|
688
|
+
}>;
|
|
689
|
+
|
|
654
690
|
declare const PaymentItem_2: default_2.FC<PaymentScheduleItemProps>;
|
|
655
691
|
export { PaymentItem_2 as PaymentItem }
|
|
656
692
|
|
|
@@ -751,10 +787,22 @@ export declare const PencilIcon: FC<{
|
|
|
751
787
|
className?: string;
|
|
752
788
|
}>;
|
|
753
789
|
|
|
790
|
+
export declare const PhotoRectangleIcon: FC<{
|
|
791
|
+
className?: string;
|
|
792
|
+
}>;
|
|
793
|
+
|
|
754
794
|
export declare const PinIcon: FC<{
|
|
755
795
|
className?: string;
|
|
756
796
|
}>;
|
|
757
797
|
|
|
798
|
+
export declare const PlusBoxIcon: FC<{
|
|
799
|
+
className?: string;
|
|
800
|
+
}>;
|
|
801
|
+
|
|
802
|
+
export declare const PlusBoxOutlineIcon: FC<{
|
|
803
|
+
className?: string;
|
|
804
|
+
}>;
|
|
805
|
+
|
|
758
806
|
export declare const PlusCircleIcon: FC<{
|
|
759
807
|
className?: string;
|
|
760
808
|
}>;
|
|
@@ -924,6 +972,10 @@ export declare type SlickImageCarouselProps = {
|
|
|
924
972
|
onClick?: () => void;
|
|
925
973
|
};
|
|
926
974
|
|
|
975
|
+
export declare const SofaIcon: FC<{
|
|
976
|
+
className?: string;
|
|
977
|
+
}>;
|
|
978
|
+
|
|
927
979
|
export declare const SotringIcon: FC<{
|
|
928
980
|
className?: string;
|
|
929
981
|
}>;
|
|
@@ -984,26 +1036,6 @@ export declare interface SwitchProps {
|
|
|
984
1036
|
htmlId?: string;
|
|
985
1037
|
}
|
|
986
1038
|
|
|
987
|
-
export declare interface Tab {
|
|
988
|
-
icon: default_2.ElementType;
|
|
989
|
-
hoverIcon: default_2.ElementType;
|
|
990
|
-
label: string;
|
|
991
|
-
value: string;
|
|
992
|
-
link: string;
|
|
993
|
-
}
|
|
994
|
-
|
|
995
|
-
export declare const TabbedMenu: default_2.FC<TabbedMenuProps>;
|
|
996
|
-
|
|
997
|
-
export declare interface TabbedMenuProps {
|
|
998
|
-
tabs: Tab[];
|
|
999
|
-
value: string;
|
|
1000
|
-
defaultValue?: string;
|
|
1001
|
-
onChange: (tab: {
|
|
1002
|
-
value: string;
|
|
1003
|
-
link: string;
|
|
1004
|
-
}) => void;
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
1039
|
export declare const tabletMinWidth: number;
|
|
1008
1040
|
|
|
1009
1041
|
declare type TagProps = {
|
|
@@ -1115,6 +1147,14 @@ export declare interface TopNavContainerMobileProps extends HTMLAttributes<HTMLD
|
|
|
1115
1147
|
buttonText: string;
|
|
1116
1148
|
}
|
|
1117
1149
|
|
|
1150
|
+
export declare const TowersIcon: FC<{
|
|
1151
|
+
className?: string;
|
|
1152
|
+
}>;
|
|
1153
|
+
|
|
1154
|
+
export declare const TowersOutlineIcon: FC<{
|
|
1155
|
+
className?: string;
|
|
1156
|
+
}>;
|
|
1157
|
+
|
|
1118
1158
|
export declare const TrashIcon: FC<{
|
|
1119
1159
|
className?: string;
|
|
1120
1160
|
}>;
|