@chaibuilder/pages 0.12.6 → 0.13.1
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/{MWZ6AO7Z-BM50QLiT.js → 2AITGKQY-CENX4_xF.js} +2 -2
- package/dist/{MWZ6AO7Z-Xu1OhV0R.cjs → 2AITGKQY-DULB7thn.cjs} +1 -1
- package/dist/{LNWAZHJI-D3mTYSvJ.js → NCMVHL6D-C876JEj5.js} +2 -2
- package/dist/{LNWAZHJI-D-c3gUx4.cjs → NCMVHL6D-CqalO-g8.cjs} +1 -1
- package/dist/{YPM2AS64-BuQUTzlo.cjs → ZDWCUMSJ-B7wBWmr3.cjs} +5 -1
- package/dist/{YPM2AS64-C-zNNnLJ.js → ZDWCUMSJ-BTetztmo.js} +5 -1
- package/dist/{index-D3cpVwh-.cjs → index-DxMxs0cm.cjs} +7 -7
- package/dist/{index-C7eKzJrC.js → index-IB36s074.js} +2633 -2660
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1 -1
- package/package.json +17 -15
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var xs = Object.defineProperty;
|
|
2
2
|
var ws = (e, t, n) => t in e ? xs(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n;
|
|
3
3
|
var _e = (e, t, n) => ws(e, typeof t != "symbol" ? t + "" : t, n);
|
|
4
|
-
import { s as Vn, m as jn, b as K, d as sr, e as H, a as y, f as W, h as oe, S as R, c as O, i as $e, u as Ce, j as G, k as A, l as He, o as ft, n as ve, P as Ro, p as V, D as $s, t as P, q as wt, r as un, v as k, w as T, x as Cs, y as Kt, z as Ss, A as ks, B as Cn, F as Es, C as Ds, E as Ms, G as Nt, H as As, I as Ts, J as Fs, K as ar, L as Hr, M as qs, N as _t, $ as Ko, O as Ur, Q as Is, R as Os, T as Kn, U as Ls, V as Ps, W as _s } from "./index-
|
|
4
|
+
import { s as Vn, m as jn, b as K, d as sr, e as H, a as y, f as W, h as oe, S as R, c as O, i as $e, u as Ce, j as G, k as A, l as He, o as ft, n as ve, P as Ro, p as V, D as $s, t as P, q as wt, r as un, v as k, w as T, x as Cs, y as Kt, z as Ss, A as ks, B as Cn, F as Es, C as Ds, E as Ms, G as Nt, H as As, I as Ts, J as Fs, K as ar, L as Hr, M as qs, N as _t, $ as Ko, O as Ur, Q as Is, R as Os, T as Kn, U as Ls, V as Ps, W as _s } from "./index-IB36s074.js";
|
|
5
5
|
var zs = (e) => e != null, Rs = (e) => e.filter(zs);
|
|
6
6
|
function Ks(e) {
|
|
7
7
|
return (...t) => {
|
|
@@ -8929,6 +8929,10 @@ var hd = /* @__PURE__ */ P('<div><div aria-hidden=true></div><button type=button
|
|
|
8929
8929
|
margin: 0;
|
|
8930
8930
|
font-size: ${r.size.xs};
|
|
8931
8931
|
line-height: ${r.lineHeight.xs};
|
|
8932
|
+
max-width: 100%;
|
|
8933
|
+
white-space: pre-wrap;
|
|
8934
|
+
overflow-wrap: anywhere;
|
|
8935
|
+
word-break: break-word;
|
|
8932
8936
|
}
|
|
8933
8937
|
|
|
8934
8938
|
& pre {
|