@almadar/ui 4.56.2 → 4.56.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.
- package/dist/avl/index.cjs +1 -1
- package/dist/avl/index.js +1 -1
- package/package.json +1 -1
package/dist/avl/index.cjs
CHANGED
|
@@ -60859,7 +60859,7 @@ var OrbPreviewNodeInner = (props) => {
|
|
|
60859
60859
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
60860
60860
|
Box,
|
|
60861
60861
|
{
|
|
60862
|
-
className: "absolute top-1.5
|
|
60862
|
+
className: "absolute top-1.5 right-1.5 rounded px-1 py-[1px] text-[8px] font-mono uppercase tracking-wider pointer-events-none",
|
|
60863
60863
|
style: {
|
|
60864
60864
|
backgroundColor: "var(--color-muted)",
|
|
60865
60865
|
color: "var(--color-muted-foreground)",
|
package/dist/avl/index.js
CHANGED
|
@@ -60813,7 +60813,7 @@ var OrbPreviewNodeInner = (props) => {
|
|
|
60813
60813
|
/* @__PURE__ */ jsx(
|
|
60814
60814
|
Box,
|
|
60815
60815
|
{
|
|
60816
|
-
className: "absolute top-1.5
|
|
60816
|
+
className: "absolute top-1.5 right-1.5 rounded px-1 py-[1px] text-[8px] font-mono uppercase tracking-wider pointer-events-none",
|
|
60817
60817
|
style: {
|
|
60818
60818
|
backgroundColor: "var(--color-muted)",
|
|
60819
60819
|
color: "var(--color-muted-foreground)",
|