treege 3.0.0-beta.90 → 3.0.0-beta.91

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.
@@ -3739,7 +3739,7 @@ var ca = ({ aiConfig: e, onGenerate: t }) => {
3739
3739
  /* @__PURE__ */ K(fr, {}),
3740
3740
  /* @__PURE__ */ q(dr, {
3741
3741
  className: "tg:font-normal tg:text-muted-foreground tg:text-xs",
3742
- children: ["v", "3.0.0-beta.90"]
3742
+ children: ["v", "3.0.0-beta.91"]
3743
3743
  })
3744
3744
  ]
3745
3745
  })]
package/dist/editor.js CHANGED
@@ -1,3 +1,3 @@
1
- import { t as e } from "./editor-D3EmQ-8C.js";
1
+ import { t as e } from "./editor-DJbNgLSF.js";
2
2
  import { n as t, t as n } from "./ThemeContext-CPsC8QIP.js";
3
3
  export { n as ThemeProvider, e as TreegeEditor, t as useTheme };
package/dist/main.js CHANGED
@@ -1,4 +1,4 @@
1
- import { t as e } from "./editor-D3EmQ-8C.js";
1
+ import { t as e } from "./editor-DJbNgLSF.js";
2
2
  import { G as t, I as n, J as r, K as i, L as a, X as o, Y as s, Z as c, _ as l, a as u, b as d, c as f, g as p, h as m, i as h, l as g, m as _, n as v, o as y, q as b, r as x, s as S, t as C, v as w, y as T } from "./ThemeContext-CPsC8QIP.js";
3
3
  import { C as E, L as D, S as O, _ as k, a as A, b as j, c as M, d as N, g as P, h as F, i as I, m as L, n as R, o as z, r as B, u as V, v as H, x as U, y as W } from "./DefaultSubmitButton-NeSDqyzv.js";
4
4
  import { a as G, c as K, i as q, l as J, n as Y, o as X, r as Z, s as Q } from "./useRenderNode-CG466pNk.js";
@@ -3667,7 +3667,11 @@ var ve = ({ children: e }) => /* @__PURE__ */ L(H, {
3667
3667
  storageKey: "treege-renderer-theme",
3668
3668
  children: /* @__PURE__ */ L(ht, { ...e })
3669
3669
  }), _t = z.create({
3670
- container: { flex: 1 },
3670
+ container: {
3671
+ flexBasis: "auto",
3672
+ flexGrow: 1,
3673
+ flexShrink: 1
3674
+ },
3671
3675
  message: {
3672
3676
  borderRadius: 6,
3673
3677
  marginVertical: 16,
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "treege",
3
3
  "description": "Powerful form generator",
4
4
  "license": "ISC",
5
- "version": "3.0.0-beta.90",
5
+ "version": "3.0.0-beta.91",
6
6
  "type": "module",
7
7
  "types": "./dist/main.d.ts",
8
8
  "module": "./dist/main.js",