@snksergio/design-system 0.38.0 → 0.38.2

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.
@@ -4433,6 +4433,11 @@ function FloatingPanelField({ label, value }) {
4433
4433
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: s.fieldValue(), children: value || "—" })
4434
4434
  ] });
4435
4435
  }
4436
+ const STRUCTURAL_TYPES = /* @__PURE__ */ new Set([
4437
+ // `getActions` → `DataTableActionsCell`. Ver `data-table-row.tsx` (fallback chain
4438
+ // de render, passo 2) e `data-table.tsx` (`isActionsCol`, `headerActions`).
4439
+ "actions"
4440
+ ]);
4436
4441
  class ColumnTypeRegistry {
4437
4442
  constructor() {
4438
4443
  __publicField(this, "types", /* @__PURE__ */ new Map());
@@ -4452,6 +4457,7 @@ class ColumnTypeRegistry {
4452
4457
  if (typeId && this.types.has(typeId)) {
4453
4458
  return this.types.get(typeId);
4454
4459
  }
4460
+ if (typeId && !STRUCTURAL_TYPES.has(typeId) && false) ;
4455
4461
  const fallback = this.types.get("text");
4456
4462
  if (!fallback) {
4457
4463
  throw new Error(
@@ -12983,4 +12989,4 @@ exports.useColumnResize = useColumnResize;
12983
12989
  exports.useColumnWidths = useColumnWidths;
12984
12990
  exports.useDataTableContext = useDataTableContext;
12985
12991
  exports.useFloatingPanelResize = useFloatingPanelResize;
12986
- //# sourceMappingURL=panel-CmmbJAIs.cjs.map
12992
+ //# sourceMappingURL=panel-2mAYDZnz.cjs.map