@prefecthq/prefab-ui 0.11.1 → 0.12.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/_renderer/{charts-BW3MluKb.mjs → charts-VGm7erG9.mjs} +2750 -2630
- package/dist/_renderer/{compound-calendar-Cm0FN0Mf.mjs → compound-calendar-OWgxInMU.mjs} +5 -5
- package/dist/_renderer/{content-_nQkd5Lq.mjs → content-B3pUYG6s.mjs} +2 -2
- package/dist/_renderer/{embed-D2mJPtvT.mjs → embed-CWfwmbxA.mjs} +15642 -15222
- package/dist/_renderer/embed.mjs +1 -1
- package/dist/_renderer/{svg-BPTjFSh2.mjs → svg-CRdnmifM.mjs} +1 -1
- package/dist/playground.html +10671 -1836
- package/package.json +4 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as A, c as Y, b as lt, B as En, P as Fn, d as In, e as Bn } from "./embed-
|
|
1
|
+
import { j as A, c as Y, b as lt, B as En, P as Fn, d as In, e as Bn } from "./embed-CWfwmbxA.mjs";
|
|
2
2
|
import { R as m, a as x, f as jn, e as Hn, h as St, j as An } from "./icons-CImNZgDa.mjs";
|
|
3
3
|
const pt = 6048e5, qn = 864e5, Ct = 6e4, xt = 36e5, ht = Symbol.for("constructDateFrom");
|
|
4
4
|
function j(e, t) {
|
|
@@ -3130,7 +3130,7 @@ function Pe({
|
|
|
3130
3130
|
{
|
|
3131
3131
|
showOutsideDays: n,
|
|
3132
3132
|
className: Y(
|
|
3133
|
-
"
|
|
3133
|
+
"pf-calendar bg-background group/calendar [[data-slot=card-content]_&]:bg-transparent [[data-slot=popover-content]_&]:bg-transparent",
|
|
3134
3134
|
String.raw`rtl:**:[.rdp-button\_next>svg]:rotate-180`,
|
|
3135
3135
|
String.raw`rtl:**:[.rdp-button\_previous>svg]:rotate-180`,
|
|
3136
3136
|
e
|
|
@@ -3170,7 +3170,7 @@ function Pe({
|
|
|
3170
3170
|
i.dropdowns
|
|
3171
3171
|
),
|
|
3172
3172
|
dropdown_root: Y(
|
|
3173
|
-
"
|
|
3173
|
+
"pf-calendar-dropdown-root shadow-xs relative rounded-md",
|
|
3174
3174
|
i.dropdown_root
|
|
3175
3175
|
),
|
|
3176
3176
|
dropdown: Y(
|
|
@@ -3178,7 +3178,7 @@ function Pe({
|
|
|
3178
3178
|
i.dropdown
|
|
3179
3179
|
),
|
|
3180
3180
|
caption_label: Y(
|
|
3181
|
-
"
|
|
3181
|
+
"pf-calendar-caption-label select-none font-medium",
|
|
3182
3182
|
r === "label" ? "text-sm" : "[&>svg]:text-muted-foreground flex h-8 items-center gap-1 rounded-md text-sm [&>svg]:size-3.5",
|
|
3183
3183
|
i.caption_label
|
|
3184
3184
|
),
|
|
@@ -3377,7 +3377,7 @@ function es({
|
|
|
3377
3377
|
In,
|
|
3378
3378
|
{
|
|
3379
3379
|
className: Y(
|
|
3380
|
-
"
|
|
3380
|
+
"pf-button pf-button-variant-outline pf-button-size-default w-full justify-between text-left font-normal",
|
|
3381
3381
|
!s && "text-muted-foreground",
|
|
3382
3382
|
r
|
|
3383
3383
|
),
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as ce, c as bi } from "./embed-
|
|
1
|
+
import { j as ce, c as bi } from "./embed-CWfwmbxA.mjs";
|
|
2
2
|
import { g as Zt, a as il } from "./icons-CImNZgDa.mjs";
|
|
3
3
|
var kt, Cr;
|
|
4
4
|
function ol() {
|
|
@@ -14150,7 +14150,7 @@ function Qp({
|
|
|
14150
14150
|
const a = o.replace("language-", ""), u = String(l).replace(/\n$/, ""), s = Bo(u, a);
|
|
14151
14151
|
return /* @__PURE__ */ ce.jsx("pre", { className: "rounded-md bg-muted p-4 text-sm overflow-x-auto my-4 font-mono", children: /* @__PURE__ */ ce.jsx("code", { dangerouslySetInnerHTML: { __html: s } }) });
|
|
14152
14152
|
}
|
|
14153
|
-
return /* @__PURE__ */ ce.jsx("code", { className: "relative rounded
|
|
14153
|
+
return /* @__PURE__ */ ce.jsx("code", { className: "pf-code relative rounded px-[0.3rem] py-[0.2rem] font-mono text-sm font-medium", children: l });
|
|
14154
14154
|
},
|
|
14155
14155
|
pre: ({ children: l }) => /* @__PURE__ */ ce.jsx(ce.Fragment, { children: l }),
|
|
14156
14156
|
table: ({ children: l }) => /* @__PURE__ */ ce.jsx("div", { className: "my-6 w-full overflow-y-auto", children: /* @__PURE__ */ ce.jsx("table", { className: "w-full", children: l }) }),
|