@fileverse/ui 5.1.3 → 5.1.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.
Files changed (2) hide show
  1. package/dist/index.css +4 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -1152,6 +1152,10 @@ video {
1152
1152
  color: hsl(var(--color-text-tooltip));
1153
1153
  }
1154
1154
 
1155
+ .color-bg-transparent {
1156
+ background-color: hsl(var(--color-bg-transparent));
1157
+ }
1158
+
1155
1159
  .color-button-default {
1156
1160
  background-color: hsl(var(--color-button-default));
1157
1161
  border-color: hsl(var(--color-button-default));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "5.1.3",
3
+ "version": "5.1.4",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],