@facter/ds-core 1.30.1 → 1.31.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.mjs CHANGED
@@ -2495,7 +2495,7 @@ var DataTable = Object.assign(DataTableRoot, {
2495
2495
  ColumnHeader: DataTableColumnHeader
2496
2496
  });
2497
2497
  function DialogMeshEffect() {
2498
- return /* @__PURE__ */ jsxs("div", { className: "absolute inset-0 overflow-hidden rounded-t-lg pointer-events-none", style: { border: "2px solid red", zIndex: 9 }, children: [
2498
+ return /* @__PURE__ */ jsxs("div", { className: "absolute inset-0 overflow-hidden rounded-t-lg pointer-events-none z-[1]", children: [
2499
2499
  /* @__PURE__ */ jsx(
2500
2500
  "div",
2501
2501
  {
@@ -2774,7 +2774,8 @@ var iconWrapperVariants2 = cva(
2774
2774
  secondary: "bg-secondary shadow-secondary/25",
2775
2775
  accent: "bg-accent shadow-accent/25",
2776
2776
  destructive: "bg-red-600 shadow-red-600/25",
2777
- success: "bg-green-600 shadow-green-600/25"
2777
+ success: "bg-green-600 shadow-green-600/25",
2778
+ muted: "bg-muted-foreground shadow-muted-foreground/25"
2778
2779
  },
2779
2780
  size: {
2780
2781
  sm: "p-2",