@fileverse/ui 5.1.1-green-2 → 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
@@ -2516,9 +2516,6 @@ video {
2516
2516
  .bg-none {
2517
2517
  background-image: none;
2518
2518
  }
2519
- .fill-\[hsl\(var\(--color-bg-tooltip\)\)\] {
2520
- fill: hsl(var(--color-bg-tooltip));
2521
- }
2522
2519
  .stroke-\[hsl\(var\(--color-bg-default\)\)\] {
2523
2520
  stroke: hsl(var(--color-bg-default));
2524
2521
  }
package/dist/index.es.js CHANGED
@@ -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
- className: "fill-[hsl(var(--color-bg-tooltip))]"
36663
+ style: { fill: "hsl(var(--color-bg-tooltip))" }
36664
36664
  }
36665
36665
  )
36666
36666
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "5.1.1-green-2",
3
+ "version": "5.1.1-green-3",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],