@fileverse/ui 4.1.7-patch-38 → 4.1.7-patch-39

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
@@ -885,7 +885,6 @@ video {
885
885
  }
886
886
 
887
887
  .color-button-secondary {
888
- background-color: hsl(var(--color-button-secondary));
889
888
  border: 2px solid hsl(var(--color-border-active));
890
889
  }
891
890
 
package/dist/index.es.js CHANGED
@@ -29088,7 +29088,7 @@ const I3e = Et(
29088
29088
  variant: {
29089
29089
  default: "color-button-default color-text-inverse hover:color-button-default-hover",
29090
29090
  danger: "color-button-danger color-text-inverse hover:color-button-danger-hover",
29091
- secondary: "color-text-default hover:color-button-secondary-hover",
29091
+ secondary: "color-button-secondary color-text-default hover:color-button-secondary-hover",
29092
29092
  ghost: "color-text-default hover:color-button-secondary-hover"
29093
29093
  },
29094
29094
  size: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.1.7-patch-38",
3
+ "version": "4.1.7-patch-39",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],