@geomak/ui 6.17.0 → 6.17.1

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.d.cts CHANGED
@@ -318,7 +318,7 @@ interface PortalProps {
318
318
  * @example Full-screen loading overlay
319
319
  * ```tsx
320
320
  * <Portal>
321
- * <div className="fixed inset-0 bg-black/40 z-overlay flex items-center justify-center">
321
+ * <div className="fixed inset-0 bg-backdrop z-overlay flex items-center justify-center">
322
322
  * <Spinner />
323
323
  * </div>
324
324
  * </Portal>
package/dist/index.d.ts CHANGED
@@ -318,7 +318,7 @@ interface PortalProps {
318
318
  * @example Full-screen loading overlay
319
319
  * ```tsx
320
320
  * <Portal>
321
- * <div className="fixed inset-0 bg-black/40 z-overlay flex items-center justify-center">
321
+ * <div className="fixed inset-0 bg-backdrop z-overlay flex items-center justify-center">
322
322
  * <Spinner />
323
323
  * </div>
324
324
  * </Portal>
package/dist/index.js CHANGED
@@ -6524,7 +6524,7 @@ function TreeNodeRow({
6524
6524
  },
6525
6525
  "aria-label": isExpanded ? "Collapse" : "Expand",
6526
6526
  tabIndex: -1,
6527
- className: "w-5 h-5 inline-flex items-center justify-center rounded hover:bg-black/10 focus:outline-none",
6527
+ className: "w-5 h-5 inline-flex items-center justify-center rounded hover:bg-surface-raised focus:outline-none",
6528
6528
  children: /* @__PURE__ */ jsx(
6529
6529
  "svg",
6530
6530
  {