@fileverse/ui 5.1.1-green-3 → 5.1.1-green-4
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 -6
- package/dist/index.es.js +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1119,6 +1119,14 @@ video {
|
|
|
1119
1119
|
background-color: hsl(var(--color-bg-default-inverse));
|
|
1120
1120
|
}
|
|
1121
1121
|
|
|
1122
|
+
.color-bg-tooltip {
|
|
1123
|
+
background-color: hsl(var(--color-bg-tooltip));
|
|
1124
|
+
}
|
|
1125
|
+
|
|
1126
|
+
.color-text-tooltip {
|
|
1127
|
+
color: hsl(var(--color-text-tooltip));
|
|
1128
|
+
}
|
|
1129
|
+
|
|
1122
1130
|
.color-button-default {
|
|
1123
1131
|
background-color: hsl(var(--color-button-default));
|
|
1124
1132
|
border-color: hsl(var(--color-button-default));
|
|
@@ -2493,9 +2501,6 @@ video {
|
|
|
2493
2501
|
.\!bg-transparent {
|
|
2494
2502
|
background-color: transparent !important;
|
|
2495
2503
|
}
|
|
2496
|
-
.bg-\[hsl\(var\(--color-bg-tooltip\)\)\] {
|
|
2497
|
-
background-color: hsl(var(--color-bg-tooltip));
|
|
2498
|
-
}
|
|
2499
2504
|
.bg-black\/5 {
|
|
2500
2505
|
background-color: rgb(0 0 0 / 0.05);
|
|
2501
2506
|
}
|
|
@@ -2790,9 +2795,6 @@ video {
|
|
|
2790
2795
|
.text-\[hsl\(var\(--color-text-inverse\)\)\] {
|
|
2791
2796
|
color: hsl(var(--color-text-inverse));
|
|
2792
2797
|
}
|
|
2793
|
-
.text-\[hsl\(var\(--color-text-tooltip\)\)\] {
|
|
2794
|
-
color: hsl(var(--color-text-tooltip));
|
|
2795
|
-
}
|
|
2796
2798
|
.text-current {
|
|
2797
2799
|
color: currentColor;
|
|
2798
2800
|
}
|
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 color-bg-tooltip p-2 text-helper-text-sm color-text-tooltip",
|
|
36649
36649
|
S9e({ position: a, className: t }),
|
|
36650
36650
|
l({ position: a, beakAlignment: o }),
|
|
36651
36651
|
t
|