design-system-silkhaus 2.13.0-beta.tabbed-menu.1 → 2.14.0-beta.tabbed-menu.2
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 +64 -4
- package/dist/index.js +7795 -7153
- 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
|
}>;
|
|
@@ -985,11 +1037,11 @@ export declare interface SwitchProps {
|
|
|
985
1037
|
}
|
|
986
1038
|
|
|
987
1039
|
export declare interface Tab {
|
|
988
|
-
|
|
989
|
-
|
|
1040
|
+
IconComponent: default_2.ElementType;
|
|
1041
|
+
HoverIconComponent: default_2.ElementType;
|
|
990
1042
|
label: string;
|
|
991
1043
|
value: string;
|
|
992
|
-
link
|
|
1044
|
+
link?: string;
|
|
993
1045
|
}
|
|
994
1046
|
|
|
995
1047
|
export declare const TabbedMenu: default_2.FC<TabbedMenuProps>;
|
|
@@ -1000,7 +1052,7 @@ export declare interface TabbedMenuProps {
|
|
|
1000
1052
|
defaultValue?: string;
|
|
1001
1053
|
onChange: (tab: {
|
|
1002
1054
|
value: string;
|
|
1003
|
-
link
|
|
1055
|
+
link?: string;
|
|
1004
1056
|
}) => void;
|
|
1005
1057
|
}
|
|
1006
1058
|
|
|
@@ -1115,6 +1167,14 @@ export declare interface TopNavContainerMobileProps extends HTMLAttributes<HTMLD
|
|
|
1115
1167
|
buttonText: string;
|
|
1116
1168
|
}
|
|
1117
1169
|
|
|
1170
|
+
export declare const TowersIcon: FC<{
|
|
1171
|
+
className?: string;
|
|
1172
|
+
}>;
|
|
1173
|
+
|
|
1174
|
+
export declare const TowersOutlineIcon: FC<{
|
|
1175
|
+
className?: string;
|
|
1176
|
+
}>;
|
|
1177
|
+
|
|
1118
1178
|
export declare const TrashIcon: FC<{
|
|
1119
1179
|
className?: string;
|
|
1120
1180
|
}>;
|