@fileverse/ui 4.1.1-patch-4 → 4.1.1-patch-5
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 +8 -0
- package/dist/index.es.d.ts +2 -1
- package/dist/index.es.js +4 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -621,6 +621,10 @@ video {
|
|
|
621
621
|
color: hsl(var(--color-text-link));
|
|
622
622
|
}
|
|
623
623
|
|
|
624
|
+
.\!color-text-inverse {
|
|
625
|
+
color: hsl(var(--color-text-inverse)) !important;
|
|
626
|
+
}
|
|
627
|
+
|
|
624
628
|
.color-text-inverse {
|
|
625
629
|
color: hsl(var(--color-text-inverse));
|
|
626
630
|
}
|
|
@@ -685,6 +689,10 @@ video {
|
|
|
685
689
|
background-color: hsl(var(--color-bg-success-light));
|
|
686
690
|
}
|
|
687
691
|
|
|
692
|
+
.\!color-bg-default-inverse {
|
|
693
|
+
background-color: hsl(var(--color-bg-default-inverse)) !important;
|
|
694
|
+
}
|
|
695
|
+
|
|
688
696
|
.color-bg-default-inverse {
|
|
689
697
|
background-color: hsl(var(--color-bg-default-inverse));
|
|
690
698
|
}
|
package/dist/index.es.d.ts
CHANGED
|
@@ -324,7 +324,7 @@ export declare const DrawerTitle: React_2.ForwardRefExoticComponent<Omit<DialogP
|
|
|
324
324
|
|
|
325
325
|
export declare const DrawerTrigger: React_2.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React_2.RefAttributes<HTMLButtonElement>>;
|
|
326
326
|
|
|
327
|
-
export declare const DynamicAlert: ({ title, description, variant, icon, className, ...props }: DynamicAlertProps) => JSX_2.Element;
|
|
327
|
+
export declare const DynamicAlert: ({ title, description, variant, icon, className, iconClassName, ...props }: DynamicAlertProps) => JSX_2.Element;
|
|
328
328
|
|
|
329
329
|
export declare interface DynamicAlertProps {
|
|
330
330
|
title?: string;
|
|
@@ -332,6 +332,7 @@ export declare interface DynamicAlertProps {
|
|
|
332
332
|
variant: "default" | "danger";
|
|
333
333
|
icon?: LucideIconProps["name"];
|
|
334
334
|
className?: string;
|
|
335
|
+
iconClassName?: string;
|
|
335
336
|
}
|
|
336
337
|
|
|
337
338
|
export declare const DynamicContentController: ForwardRefExoticComponent<DynamicContentControllerProps & RefAttributes<HTMLDivElement>>;
|
package/dist/index.es.js
CHANGED
|
@@ -39805,14 +39805,15 @@ const Jte = ({
|
|
|
39805
39805
|
variant: a,
|
|
39806
39806
|
icon: n,
|
|
39807
39807
|
className: r,
|
|
39808
|
-
|
|
39809
|
-
|
|
39808
|
+
iconClassName: o,
|
|
39809
|
+
...s
|
|
39810
|
+
}) => /* @__PURE__ */ u.jsxs(gp, { variant: a, className: r, ...s, children: [
|
|
39810
39811
|
/* @__PURE__ */ u.jsx(
|
|
39811
39812
|
Ge,
|
|
39812
39813
|
{
|
|
39813
39814
|
size: "md",
|
|
39814
39815
|
name: n,
|
|
39815
|
-
className: "min-w-fit"
|
|
39816
|
+
className: z("min-w-fit", o)
|
|
39816
39817
|
}
|
|
39817
39818
|
),
|
|
39818
39819
|
/* @__PURE__ */ u.jsxs("div", { children: [
|