@fileverse/ui 4.1.7-patch-19 → 4.1.7-patch-21

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
@@ -634,6 +634,9 @@ video {
634
634
  }
635
635
  * {
636
636
  border-color: hsl(var(--color-border-default));
637
+ -webkit-font-smoothing: antialiased;
638
+ -moz-osx-font-smoothing: grayscale;
639
+ text-rendering: optimizeLegibility;
637
640
  }
638
641
  body {
639
642
  color: hsl(var(--color-text-default));
@@ -882,7 +885,7 @@ video {
882
885
  }
883
886
 
884
887
  .color-button-secondary {
885
- background-color: hsl(var(--color-button-ghost));
888
+ background-color: hsl(var(--color-button-secondary));
886
889
  border: 2px solid hsl(var(--color-border-active));
887
890
  }
888
891
 
package/dist/index.es.js CHANGED
@@ -4784,7 +4784,7 @@ const xje = Pt(
4784
4784
  {
4785
4785
  d: "M15.7606 9.93524C14.692 14.221 10.3508 16.8292 6.06404 15.7605C1.77909 14.692 -0.829432 10.351 0.239615 6.06558C1.30772 1.77935 5.64899 -0.82907 9.93441 0.239387C14.2208 1.30784 16.8292 5.64936 15.7605 9.93532L15.7606 9.93524H15.7606Z",
4786
4786
  stroke: "transparent",
4787
- fill: "#A1AAB1"
4787
+ fill: "#F7931A"
4788
4788
  }
4789
4789
  ),
4790
4790
  /* @__PURE__ */ d.jsx(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.1.7-patch-19",
3
+ "version": "4.1.7-patch-21",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],