@fileverse/ui 5.1.1-green-2 → 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 -9
- package/dist/index.es.js +2 -2
- 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
|
}
|
|
@@ -2516,9 +2521,6 @@ video {
|
|
|
2516
2521
|
.bg-none {
|
|
2517
2522
|
background-image: none;
|
|
2518
2523
|
}
|
|
2519
|
-
.fill-\[hsl\(var\(--color-bg-tooltip\)\)\] {
|
|
2520
|
-
fill: hsl(var(--color-bg-tooltip));
|
|
2521
|
-
}
|
|
2522
2524
|
.stroke-\[hsl\(var\(--color-bg-default\)\)\] {
|
|
2523
2525
|
stroke: hsl(var(--color-bg-default));
|
|
2524
2526
|
}
|
|
@@ -2793,9 +2795,6 @@ video {
|
|
|
2793
2795
|
.text-\[hsl\(var\(--color-text-inverse\)\)\] {
|
|
2794
2796
|
color: hsl(var(--color-text-inverse));
|
|
2795
2797
|
}
|
|
2796
|
-
.text-\[hsl\(var\(--color-text-tooltip\)\)\] {
|
|
2797
|
-
color: hsl(var(--color-text-tooltip));
|
|
2798
|
-
}
|
|
2799
2798
|
.text-current {
|
|
2800
2799
|
color: currentColor;
|
|
2801
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
|
|
@@ -36660,7 +36660,7 @@ const w9e = (e, t) => ps(e) ? new M9e(t) : new k9e(t, {
|
|
|
36660
36660
|
{
|
|
36661
36661
|
width: 18,
|
|
36662
36662
|
height: 9,
|
|
36663
|
-
|
|
36663
|
+
style: { fill: "hsl(var(--color-bg-tooltip))" }
|
|
36664
36664
|
}
|
|
36665
36665
|
)
|
|
36666
36666
|
]
|