@facter/ds-core 1.31.0 → 1.32.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.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +6 -6
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2526,16 +2526,16 @@ var DataTable = Object.assign(DataTableRoot, {
|
|
|
2526
2526
|
ColumnHeader: DataTableColumnHeader
|
|
2527
2527
|
});
|
|
2528
2528
|
function DialogMeshEffect() {
|
|
2529
|
-
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "absolute
|
|
2529
|
+
return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "absolute top-0 left-0 right-0 h-[180px] overflow-hidden rounded-t-lg pointer-events-none z-[1]", children: [
|
|
2530
2530
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2531
2531
|
"div",
|
|
2532
2532
|
{
|
|
2533
2533
|
className: "absolute inset-0",
|
|
2534
2534
|
style: {
|
|
2535
2535
|
background: `
|
|
2536
|
-
radial-gradient(ellipse at 30% -
|
|
2537
|
-
radial-gradient(ellipse at 80% -
|
|
2538
|
-
linear-gradient(to bottom, hsl(var(--primary) / 0.06), transparent
|
|
2536
|
+
radial-gradient(ellipse at 30% -30%, hsl(var(--primary) / 0.2) 0%, transparent 70%),
|
|
2537
|
+
radial-gradient(ellipse at 80% -20%, hsl(var(--primary) / 0.14) 0%, transparent 65%),
|
|
2538
|
+
linear-gradient(to bottom, hsl(var(--primary) / 0.06), transparent 80%)
|
|
2539
2539
|
`
|
|
2540
2540
|
}
|
|
2541
2541
|
}
|
|
@@ -2550,8 +2550,8 @@ function DialogMeshEffect() {
|
|
|
2550
2550
|
linear-gradient(90deg, hsl(var(--primary) / 0.07) 1px, transparent 1px)
|
|
2551
2551
|
`,
|
|
2552
2552
|
backgroundSize: "28px 28px",
|
|
2553
|
-
mask: "linear-gradient(to bottom, black 0%, transparent
|
|
2554
|
-
WebkitMask: "linear-gradient(to bottom, black 0%, transparent
|
|
2553
|
+
mask: "linear-gradient(to bottom, black 0%, transparent 90%)",
|
|
2554
|
+
WebkitMask: "linear-gradient(to bottom, black 0%, transparent 90%)"
|
|
2555
2555
|
}
|
|
2556
2556
|
}
|
|
2557
2557
|
)
|