@fileverse/ui 5.1.10-menubar-7 → 5.2.0
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 +3 -0
- package/dist/index.es.js +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -2563,6 +2563,9 @@ video {
|
|
|
2563
2563
|
.\!bg-transparent {
|
|
2564
2564
|
background-color: transparent !important;
|
|
2565
2565
|
}
|
|
2566
|
+
.bg-\[hsl\(var\(--color-border-default\)\)\] {
|
|
2567
|
+
background-color: hsl(var(--color-border-default));
|
|
2568
|
+
}
|
|
2566
2569
|
.bg-black\/5 {
|
|
2567
2570
|
background-color: rgb(0 0 0 / 0.05);
|
|
2568
2571
|
}
|
package/dist/index.es.js
CHANGED
|
@@ -46218,7 +46218,7 @@ const Rxe = y.forwardRef(({ className: e, ...t }, n) => /* @__PURE__ */ d.jsx(
|
|
|
46218
46218
|
fp,
|
|
46219
46219
|
{
|
|
46220
46220
|
ref: n,
|
|
46221
|
-
className: S("my-1 h-px color-
|
|
46221
|
+
className: S("my-1 h-px bg-[hsl(var(--color-border-default))]", e),
|
|
46222
46222
|
...t
|
|
46223
46223
|
}
|
|
46224
46224
|
));
|