@fileverse/ui 4.1.1-patch-7 → 4.1.1-patch-9
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 +18 -0
- package/dist/index.es.d.ts +11 -4
- package/dist/index.es.js +4751 -4683
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1049,6 +1049,9 @@ video {
|
|
|
1049
1049
|
.bottom-0 {
|
|
1050
1050
|
bottom: 0px;
|
|
1051
1051
|
}
|
|
1052
|
+
.bottom-2 {
|
|
1053
|
+
bottom: 0.5rem;
|
|
1054
|
+
}
|
|
1052
1055
|
.bottom-5 {
|
|
1053
1056
|
bottom: 1.25rem;
|
|
1054
1057
|
}
|
|
@@ -1236,6 +1239,9 @@ video {
|
|
|
1236
1239
|
.\!h-auto {
|
|
1237
1240
|
height: auto !important;
|
|
1238
1241
|
}
|
|
1242
|
+
.h-1 {
|
|
1243
|
+
height: 0.25rem;
|
|
1244
|
+
}
|
|
1239
1245
|
.h-10 {
|
|
1240
1246
|
height: 2.5rem;
|
|
1241
1247
|
}
|
|
@@ -1475,6 +1481,9 @@ video {
|
|
|
1475
1481
|
.min-w-4 {
|
|
1476
1482
|
min-width: 1rem;
|
|
1477
1483
|
}
|
|
1484
|
+
.min-w-5 {
|
|
1485
|
+
min-width: 1.25rem;
|
|
1486
|
+
}
|
|
1478
1487
|
.min-w-9 {
|
|
1479
1488
|
min-width: 2.25rem;
|
|
1480
1489
|
}
|
|
@@ -1917,6 +1926,10 @@ video {
|
|
|
1917
1926
|
.\!bg-transparent {
|
|
1918
1927
|
background-color: transparent !important;
|
|
1919
1928
|
}
|
|
1929
|
+
.bg-green-700 {
|
|
1930
|
+
--tw-bg-opacity: 1;
|
|
1931
|
+
background-color: rgb(21 128 61 / var(--tw-bg-opacity));
|
|
1932
|
+
}
|
|
1920
1933
|
.bg-inherit {
|
|
1921
1934
|
background-color: inherit;
|
|
1922
1935
|
}
|
|
@@ -2196,6 +2209,11 @@ video {
|
|
|
2196
2209
|
.filter {
|
|
2197
2210
|
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
|
|
2198
2211
|
}
|
|
2212
|
+
.backdrop-blur-sm {
|
|
2213
|
+
--tw-backdrop-blur: blur(4px);
|
|
2214
|
+
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
2215
|
+
backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
|
|
2216
|
+
}
|
|
2199
2217
|
.transition {
|
|
2200
2218
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
|
|
2201
2219
|
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
|
package/dist/index.es.d.ts
CHANGED
|
@@ -259,6 +259,7 @@ export declare const DialogContent: React_2.ForwardRefExoticComponent<DialogCont
|
|
|
259
259
|
declare interface DialogContentProps extends React_2.ComponentPropsWithoutRef<typeof DialogPrimitive.Content> {
|
|
260
260
|
hasCloseIcon?: boolean;
|
|
261
261
|
dismissable?: boolean;
|
|
262
|
+
overlayClasses?: string;
|
|
262
263
|
}
|
|
263
264
|
|
|
264
265
|
export declare const DialogDescription: React_2.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React_2.RefAttributes<HTMLParagraphElement>, "ref"> & React_2.RefAttributes<HTMLParagraphElement>>;
|
|
@@ -304,6 +305,7 @@ export declare const DrawerContent: React_2.ForwardRefExoticComponent<DrawerCont
|
|
|
304
305
|
|
|
305
306
|
declare interface DrawerContentProps extends React_2.ComponentPropsWithoutRef<typeof Drawer_2.Content> {
|
|
306
307
|
hasCloseIcon?: boolean;
|
|
308
|
+
overlayClasses?: string;
|
|
307
309
|
}
|
|
308
310
|
|
|
309
311
|
export declare const DrawerDescription: React_2.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React_2.RefAttributes<HTMLParagraphElement>, "ref"> & React_2.RefAttributes<HTMLParagraphElement>>;
|
|
@@ -347,7 +349,7 @@ export declare interface DynamicContentControllerProps {
|
|
|
347
349
|
size?: "sm" | "lg";
|
|
348
350
|
}
|
|
349
351
|
|
|
350
|
-
export declare const DynamicDrawer: ({ open, onOpenChange, title, titleIcon, content, className, headerClassName, side, noOverlay, rounded, dismissible, }: DynamicDrawerProps) => JSX_2.Element;
|
|
352
|
+
export declare const DynamicDrawer: ({ open, onOpenChange, title, titleIcon, content, className, headerClassName, side, noOverlay, overlayClasses, rounded, dismissible, }: DynamicDrawerProps) => JSX_2.Element;
|
|
351
353
|
|
|
352
354
|
export declare interface DynamicDrawerProps {
|
|
353
355
|
open: boolean;
|
|
@@ -359,6 +361,7 @@ export declare interface DynamicDrawerProps {
|
|
|
359
361
|
className?: string;
|
|
360
362
|
headerClassName?: string;
|
|
361
363
|
noOverlay?: boolean;
|
|
364
|
+
overlayClasses?: string;
|
|
362
365
|
side?: "top" | "right" | "bottom" | "left";
|
|
363
366
|
rounded?: boolean;
|
|
364
367
|
dismissible?: boolean;
|
|
@@ -375,7 +378,7 @@ export declare interface DynamicDropdownProps {
|
|
|
375
378
|
alignOffset?: number;
|
|
376
379
|
}
|
|
377
380
|
|
|
378
|
-
export declare const DynamicModal: ({ open, onOpenChange, title, description, content, primaryAction, secondaryAction, className, contentClassName, disableOutsideClick, hasCloseIcon, }: DynamicModalProps) => JSX_2.Element;
|
|
381
|
+
export declare const DynamicModal: ({ open, onOpenChange, title, description, content, primaryAction, secondaryAction, className, contentClassName, disableOutsideClick, hasCloseIcon, overlayClasses, noOverlay, }: DynamicModalProps) => JSX_2.Element;
|
|
379
382
|
|
|
380
383
|
export declare interface DynamicModalProps {
|
|
381
384
|
open: boolean;
|
|
@@ -401,6 +404,8 @@ export declare interface DynamicModalProps {
|
|
|
401
404
|
contentClassName?: string;
|
|
402
405
|
disableOutsideClick?: boolean;
|
|
403
406
|
hasCloseIcon?: boolean;
|
|
407
|
+
overlayClasses?: string;
|
|
408
|
+
noOverlay?: boolean;
|
|
404
409
|
}
|
|
405
410
|
|
|
406
411
|
export declare const DynamicRadio: ForwardRefExoticComponent<DynamicRadioProps & RefAttributes<HTMLDivElement>>;
|
|
@@ -784,6 +789,8 @@ export declare const Toast: React_2.ForwardRefExoticComponent<Omit<ToastPrimitiv
|
|
|
784
789
|
position?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | "center-top" | "center-bottom" | null | undefined;
|
|
785
790
|
} & ClassProp) | undefined) => string> & {
|
|
786
791
|
position?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | "center-top" | "center-bottom";
|
|
792
|
+
duration?: number;
|
|
793
|
+
hasIcon?: boolean;
|
|
787
794
|
} & React_2.RefAttributes<HTMLLIElement>>;
|
|
788
795
|
|
|
789
796
|
export declare function toast({ ...props }: Toast_2): {
|
|
@@ -802,11 +809,11 @@ export declare const ToastClose: React_2.ForwardRefExoticComponent<Omit<ToastPri
|
|
|
802
809
|
|
|
803
810
|
export declare const ToastDescription: React_2.ForwardRefExoticComponent<Omit<ToastPrimitives.ToastDescriptionProps & React_2.RefAttributes<HTMLDivElement>, "ref"> & React_2.RefAttributes<HTMLDivElement>>;
|
|
804
811
|
|
|
805
|
-
export declare const Toaster: ({ position,
|
|
812
|
+
export declare const Toaster: ({ position, duration, }: ToasterProps) => JSX_2.Element;
|
|
806
813
|
|
|
807
814
|
export declare interface ToasterProps {
|
|
808
815
|
position?: "top-right" | "top-left" | "bottom-right" | "bottom-left" | "center-top" | "center-bottom";
|
|
809
|
-
|
|
816
|
+
duration?: number;
|
|
810
817
|
}
|
|
811
818
|
|
|
812
819
|
declare type ToasterToast = ToastProps & {
|