@fileverse/ui 5.1.1-green-1 → 5.1.1-green-3

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 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
  }
@@ -2787,6 +2790,9 @@ video {
2787
2790
  .text-\[hsl\(var\(--color-text-inverse\)\)\] {
2788
2791
  color: hsl(var(--color-text-inverse));
2789
2792
  }
2793
+ .text-\[hsl\(var\(--color-text-tooltip\)\)\] {
2794
+ color: hsl(var(--color-text-tooltip));
2795
+ }
2790
2796
  .text-current {
2791
2797
  color: currentColor;
2792
2798
  }
@@ -3737,10 +3743,6 @@ textarea:is(:-webkit-autofill, :autofill) {
3737
3743
  .data-\[state\=open\]\:duration-500[data-state="open"] {
3738
3744
  animation-duration: 500ms;
3739
3745
  }
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
3746
  .dark\:\!text-\[\#363B3F\]:is(.dark *) {
3745
3747
  --tw-text-opacity: 1 !important;
3746
3748
  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 color-bg-default-inverse dark:bg-[#000] p-2 text-helper-text-sm color-text-inverse",
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(j9e, { width: 18, height: 9 })
36658
+ /* @__PURE__ */ f.jsx(
36659
+ j9e,
36660
+ {
36661
+ width: 18,
36662
+ height: 9,
36663
+ style: { fill: "hsl(var(--color-bg-tooltip))" }
36664
+ }
36665
+ )
36659
36666
  ]
36660
36667
  }
36661
36668
  )
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "5.1.1-green-1",
3
+ "version": "5.1.1-green-3",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],