@facter/ds-core 1.30.0 → 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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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", 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",
|