@facter/ds-core 1.30.0 → 1.30.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.js CHANGED
@@ -2526,7 +2526,7 @@ var DataTable = Object.assign(DataTableRoot, {
2526
2526
  ColumnHeader: DataTableColumnHeader
2527
2527
  });
2528
2528
  function DialogMeshEffect() {
2529
- return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "absolute inset-0 overflow-hidden rounded-t-lg pointer-events-none", children: [
2529
+ return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "absolute inset-0 overflow-hidden rounded-t-lg pointer-events-none", style: { border: "2px solid red", zIndex: 9 }, children: [
2530
2530
  /* @__PURE__ */ jsxRuntime.jsx(
2531
2531
  "div",
2532
2532
  {