@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.mjs
CHANGED
|
@@ -2495,16 +2495,16 @@ var DataTable = Object.assign(DataTableRoot, {
|
|
|
2495
2495
|
ColumnHeader: DataTableColumnHeader
|
|
2496
2496
|
});
|
|
2497
2497
|
function DialogMeshEffect() {
|
|
2498
|
-
return /* @__PURE__ */ jsxs("div", { className: "absolute
|
|
2498
|
+
return /* @__PURE__ */ jsxs("div", { className: "absolute top-0 left-0 right-0 h-[180px] overflow-hidden rounded-t-lg pointer-events-none z-[1]", children: [
|
|
2499
2499
|
/* @__PURE__ */ jsx(
|
|
2500
2500
|
"div",
|
|
2501
2501
|
{
|
|
2502
2502
|
className: "absolute inset-0",
|
|
2503
2503
|
style: {
|
|
2504
2504
|
background: `
|
|
2505
|
-
radial-gradient(ellipse at 30% -
|
|
2506
|
-
radial-gradient(ellipse at 80% -
|
|
2507
|
-
linear-gradient(to bottom, hsl(var(--primary) / 0.06), transparent
|
|
2505
|
+
radial-gradient(ellipse at 30% -30%, hsl(var(--primary) / 0.2) 0%, transparent 70%),
|
|
2506
|
+
radial-gradient(ellipse at 80% -20%, hsl(var(--primary) / 0.14) 0%, transparent 65%),
|
|
2507
|
+
linear-gradient(to bottom, hsl(var(--primary) / 0.06), transparent 80%)
|
|
2508
2508
|
`
|
|
2509
2509
|
}
|
|
2510
2510
|
}
|
|
@@ -2519,8 +2519,8 @@ function DialogMeshEffect() {
|
|
|
2519
2519
|
linear-gradient(90deg, hsl(var(--primary) / 0.07) 1px, transparent 1px)
|
|
2520
2520
|
`,
|
|
2521
2521
|
backgroundSize: "28px 28px",
|
|
2522
|
-
mask: "linear-gradient(to bottom, black 0%, transparent
|
|
2523
|
-
WebkitMask: "linear-gradient(to bottom, black 0%, transparent
|
|
2522
|
+
mask: "linear-gradient(to bottom, black 0%, transparent 90%)",
|
|
2523
|
+
WebkitMask: "linear-gradient(to bottom, black 0%, transparent 90%)"
|
|
2524
2524
|
}
|
|
2525
2525
|
}
|
|
2526
2526
|
)
|