@fileverse/ui 5.1.1-green-1 → 5.1.1-green-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.css +9 -4
- package/dist/index.es.js +9 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2493,6 +2493,9 @@ video {
|
|
|
2493
2493
|
.\!bg-transparent {
|
|
2494
2494
|
background-color: transparent !important;
|
|
2495
2495
|
}
|
|
2496
|
+
.bg-\[hsl\(var\(--color-bg-tooltip\)\)\] {
|
|
2497
|
+
background-color: hsl(var(--color-bg-tooltip));
|
|
2498
|
+
}
|
|
2496
2499
|
.bg-black\/5 {
|
|
2497
2500
|
background-color: rgb(0 0 0 / 0.05);
|
|
2498
2501
|
}
|
|
@@ -2513,6 +2516,9 @@ video {
|
|
|
2513
2516
|
.bg-none {
|
|
2514
2517
|
background-image: none;
|
|
2515
2518
|
}
|
|
2519
|
+
.fill-\[hsl\(var\(--color-bg-tooltip\)\)\] {
|
|
2520
|
+
fill: hsl(var(--color-bg-tooltip));
|
|
2521
|
+
}
|
|
2516
2522
|
.stroke-\[hsl\(var\(--color-bg-default\)\)\] {
|
|
2517
2523
|
stroke: hsl(var(--color-bg-default));
|
|
2518
2524
|
}
|
|
@@ -2787,6 +2793,9 @@ video {
|
|
|
2787
2793
|
.text-\[hsl\(var\(--color-text-inverse\)\)\] {
|
|
2788
2794
|
color: hsl(var(--color-text-inverse));
|
|
2789
2795
|
}
|
|
2796
|
+
.text-\[hsl\(var\(--color-text-tooltip\)\)\] {
|
|
2797
|
+
color: hsl(var(--color-text-tooltip));
|
|
2798
|
+
}
|
|
2790
2799
|
.text-current {
|
|
2791
2800
|
color: currentColor;
|
|
2792
2801
|
}
|
|
@@ -3737,10 +3746,6 @@ textarea:is(:-webkit-autofill, :autofill) {
|
|
|
3737
3746
|
.data-\[state\=open\]\:duration-500[data-state="open"] {
|
|
3738
3747
|
animation-duration: 500ms;
|
|
3739
3748
|
}
|
|
3740
|
-
.dark\:bg-\[\#000\]:is(.dark *) {
|
|
3741
|
-
--tw-bg-opacity: 1;
|
|
3742
|
-
background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
|
|
3743
|
-
}
|
|
3744
3749
|
.dark\:\!text-\[\#363B3F\]:is(.dark *) {
|
|
3745
3750
|
--tw-text-opacity: 1 !important;
|
|
3746
3751
|
color: rgb(54 59 63 / var(--tw-text-opacity, 1)) !important;
|
package/dist/index.es.js
CHANGED
|
@@ -36645,7 +36645,7 @@ const w9e = (e, t) => ps(e) ? new M9e(t) : new k9e(t, {
|
|
|
36645
36645
|
{
|
|
36646
36646
|
sideOffset: r,
|
|
36647
36647
|
className: T(
|
|
36648
|
-
"max-w-sm min-h-[2vh] overflow-hidden rounded
|
|
36648
|
+
"max-w-sm min-h-[2vh] overflow-hidden rounded bg-[hsl(var(--color-bg-tooltip))] p-2 text-helper-text-sm text-[hsl(var(--color-text-tooltip))]",
|
|
36649
36649
|
S9e({ position: a, className: t }),
|
|
36650
36650
|
l({ position: a, beakAlignment: o }),
|
|
36651
36651
|
t
|
|
@@ -36655,7 +36655,14 @@ const w9e = (e, t) => ps(e) ? new M9e(t) : new k9e(t, {
|
|
|
36655
36655
|
align: o || "center",
|
|
36656
36656
|
children: [
|
|
36657
36657
|
/* @__PURE__ */ f.jsx(y.Fragment, { children: n }),
|
|
36658
|
-
/* @__PURE__ */ f.jsx(
|
|
36658
|
+
/* @__PURE__ */ f.jsx(
|
|
36659
|
+
j9e,
|
|
36660
|
+
{
|
|
36661
|
+
width: 18,
|
|
36662
|
+
height: 9,
|
|
36663
|
+
className: "fill-[hsl(var(--color-bg-tooltip))]"
|
|
36664
|
+
}
|
|
36665
|
+
)
|
|
36659
36666
|
]
|
|
36660
36667
|
}
|
|
36661
36668
|
)
|