@prefecthq/prefab-ui-docs 0.18.3 → 0.18.4

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.
@@ -1,4 +1,4 @@
1
- import { j as H, c as Jt } from "./embed-cBPglMke.mjs";
1
+ import { j as H, c as Jt } from "./embed-Drh-jnF_.mjs";
2
2
  import { r as K, R as Tt, C as dn, a as pn, b as gn, c as mn } from "./icons-z7UO1VFZ.mjs";
3
3
  function hn(t) {
4
4
  return Object.prototype.toString.call(t) === "[object Object]";
@@ -1,4 +1,4 @@
1
- import { e as V, j as D, c as Fe } from "./embed-cBPglMke.mjs";
1
+ import { e as V, j as D, c as Fe } from "./embed-Drh-jnF_.mjs";
2
2
  import { e as Si, g as re, r as M, R as P } from "./icons-z7UO1VFZ.mjs";
3
3
  import { w as Qg, n as eb, b as pe, M as Ef, S as v0, T as h0, l as tb, t as $a, d as Ze, p as il, s as Ni, a as rb, F as y0, G as m0, H as g0, I as b0, J as x0, K as O0, L as A0, N as w0, O as P0, c as S0, P as _0, Q as j0 } from "./string-kGvNrjOo.mjs";
4
4
  import { b as al, p as Pn } from "./band-TE_TbDmh.mjs";
@@ -1,4 +1,4 @@
1
- import { j as A, c as Y, b as lt, B as En, P as Fn, a as In, d as Bn } from "./embed-cBPglMke.mjs";
1
+ import { j as A, c as Y, b as lt, B as En, P as Fn, a as In, d as Bn } from "./embed-Drh-jnF_.mjs";
2
2
  import { R as m, r as x, a as jn, c as Hn, b as St, d as An } from "./icons-z7UO1VFZ.mjs";
3
3
  const pt = 6048e5, qn = 864e5, Ct = 6e4, xt = 36e5, ht = Symbol.for("constructDateFrom");
4
4
  function j(e, t) {
@@ -1,4 +1,4 @@
1
- import { j as ce, c as bi } from "./embed-cBPglMke.mjs";
1
+ import { j as ce, c as bi } from "./embed-Drh-jnF_.mjs";
2
2
  import { g as Zt, r as il } from "./icons-z7UO1VFZ.mjs";
3
3
  var kt, Cr;
4
4
  function ol() {
@@ -27286,7 +27286,7 @@ function J4(e) {
27286
27286
  t.push({ type: "op", value: s }), r++;
27287
27287
  continue;
27288
27288
  }
27289
- if (s === "+" || s === "-" || s === "*" || s === "/") {
27289
+ if (s === "+" || s === "-" || s === "*" || s === "/" || s === "%") {
27290
27290
  t.push({ type: "op", value: s }), r++;
27291
27291
  continue;
27292
27292
  }
@@ -27461,9 +27461,9 @@ class W4 {
27461
27461
  // mul → unary ( ( '*' | '/' ) unary )*
27462
27462
  parseMul() {
27463
27463
  let t = this.parseUnary();
27464
- for (; this.peek().type === "op" && (this.peek().value === "*" || this.peek().value === "/"); ) {
27464
+ for (; this.peek().type === "op" && (this.peek().value === "*" || this.peek().value === "/" || this.peek().value === "%"); ) {
27465
27465
  const r = this.advance().value, o = this.parseUnary();
27466
- r === "*" ? t = Number(t) * Number(o) : t = Number(t) / Number(o);
27466
+ r === "*" ? t = Number(t) * Number(o) : r === "/" ? t = Number(t) / Number(o) : t = Number(t) % Number(o);
27467
27467
  }
27468
27468
  return t;
27469
27469
  }
@@ -32626,7 +32626,7 @@ function ur(e, t) {
32626
32626
  }))
32627
32627
  );
32628
32628
  }
32629
- const a3 = () => import("./svg-BD6bO41-.mjs"), o3 = ur(a3, "Svg"), li = () => import("./charts-R3kY3Eak.mjs"), i3 = ur(li, "PrefabBarChart"), s3 = ur(li, "PrefabLineChart"), l3 = ur(li, "PrefabAreaChart"), c3 = ur(li, "PrefabPieChart"), u3 = ur(li, "PrefabRadarChart"), d3 = ur(li, "PrefabRadialChart"), f3 = ur(li, "PrefabScatterChart"), p3 = ur(li, "PrefabSparkline"), Mk = () => import("./content-B94I_t49.mjs"), g3 = ur(Mk, "Code"), h3 = ur(Mk, "Markdown"), m3 = () => import("./carousel-BmmHsU9w.mjs"), v3 = ur(m3, "PrefabCarousel"), b3 = () => import("./mermaid-DRVw2Hv5.mjs"), w3 = ur(b3, "Mermaid"), Ak = () => import("./compound-calendar-BinD14HK.mjs"), y3 = ur(Ak, "PrefabCalendar"), x3 = ur(Ak, "PrefabDatePicker"), S3 = {
32629
+ const a3 = () => import("./svg-qt7aUS-5.mjs"), o3 = ur(a3, "Svg"), li = () => import("./charts-DHY77d3D.mjs"), i3 = ur(li, "PrefabBarChart"), s3 = ur(li, "PrefabLineChart"), l3 = ur(li, "PrefabAreaChart"), c3 = ur(li, "PrefabPieChart"), u3 = ur(li, "PrefabRadarChart"), d3 = ur(li, "PrefabRadialChart"), f3 = ur(li, "PrefabScatterChart"), p3 = ur(li, "PrefabSparkline"), Mk = () => import("./content-D43Zyoz5.mjs"), g3 = ur(Mk, "Code"), h3 = ur(Mk, "Markdown"), m3 = () => import("./carousel-BNjNObvx.mjs"), v3 = ur(m3, "PrefabCarousel"), b3 = () => import("./mermaid-D6jqHNxI.mjs"), w3 = ur(b3, "Mermaid"), Ak = () => import("./compound-calendar-CJm0hGtG.mjs"), y3 = ur(Ak, "PrefabCalendar"), x3 = ur(Ak, "PrefabDatePicker"), S3 = {
32630
32630
  // shadcn (direct — APIs match)
32631
32631
  Button: kT,
32632
32632
  Badge: jx,
@@ -1 +1 @@
1
- export * from "./embed-cBPglMke.mjs";
1
+ export * from "./embed-Drh-jnF_.mjs";
@@ -1,4 +1,4 @@
1
- import { j as o, c } from "./embed-cBPglMke.mjs";
1
+ import { j as o, c } from "./embed-Drh-jnF_.mjs";
2
2
  import { r as i } from "./icons-z7UO1VFZ.mjs";
3
3
  let u = null, f = null, j = 0;
4
4
  function g() {
@@ -1,4 +1,4 @@
1
- import { j as a, c as m } from "./embed-cBPglMke.mjs";
1
+ import { j as a, c as m } from "./embed-Drh-jnF_.mjs";
2
2
  import { r as c } from "./icons-z7UO1VFZ.mjs";
3
3
  import { p as l } from "./purify.es-M2Bspgo5.mjs";
4
4
  function g({ content: t, width: e, height: r, className: o, cssClass: i }) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prefecthq/prefab-ui-docs",
3
- "version": "0.18.3",
3
+ "version": "0.18.4",
4
4
  "description": "Shadow DOM preview renderer for Prefab documentation.",
5
5
  "homepage": "https://prefab.prefect.io",
6
6
  "repository": {