treege 3.0.0-beta.23 → 3.0.0-beta.25

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.
@@ -31,4 +31,8 @@ export interface TreegeEditorProps {
31
31
  * AI configuration for tree generation
32
32
  */
33
33
  aiConfig?: AIConfig;
34
+ /**
35
+ * Additional CSS class names for custom styling.
36
+ */
37
+ className?: string;
34
38
  }
package/dist/editor.js CHANGED
@@ -1,4 +1,4 @@
1
- import { T as o } from "./TreegeEditor-Cpv8Ar_L.js";
1
+ import { T as o } from "./TreegeEditor-WqTXkYl3.js";
2
2
  import { T as m, u as s } from "./ThemeContext-BIT4DHqC.js";
3
3
  export {
4
4
  m as ThemeProvider,
package/dist/main.js CHANGED
@@ -1,6 +1,6 @@
1
- import { T as t } from "./TreegeEditor-Cpv8Ar_L.js";
1
+ import { T as t } from "./TreegeEditor-WqTXkYl3.js";
2
2
  import { T as u, d as l, g as r, b as i, c as n, i as o, a as d, u as p } from "./ThemeContext-BIT4DHqC.js";
3
- import { c as T, d as D, e as I, f as m, g, h as c, D as F, i as R, j as N, k as x, l as S, m as b, n as v, o as h, p as w, q as z, r as C, s as H, v as A, w as k, T as y, b as E, L as G, M as P, J as U, K as V, t as j, x as q, y as B, z as J, A as K, C as L, F as M, G as O, I as Q, E as W, H as X, N as Y, O as Z, B as _, u as $, a as ee } from "./TreegeRenderer-Ci_Ym86Y.js";
3
+ import { c as T, d as D, e as I, f as m, g, h as c, D as F, i as R, j as N, k as x, l as S, m as b, n as v, o as h, p as w, q as z, r as C, s as H, v as A, w as k, T as y, b as E, L as G, M as P, J as U, K as V, t as j, x as q, y as B, z as J, A as K, C as L, F as M, G as O, I as Q, E as W, H as X, N as Y, O as Z, B as _, u as $, a as ee } from "./TreegeRenderer-BSR_ez96.js";
4
4
  export {
5
5
  T as DefaultAddressInput,
6
6
  D as DefaultAutocompleteInput,
package/dist/renderer.js CHANGED
@@ -1,4 +1,4 @@
1
- import { c as t, d as s, e as u, f as l, g as n, h as r, D as i, i as o, j as f, k as p, l as d, m as D, n as I, o as T, p as m, q as g, r as c, s as F, v as R, w as v, T as x, b as S, L as b, M as h, J as z, K as C, t as w, x as H, y as N, z as A, A as k, C as y, F as P, G as E, I as G, E as U, H as V, N as j, O as q, B, u as J, a as K } from "./TreegeRenderer-Ci_Ym86Y.js";
1
+ import { c as t, d as s, e as u, f as l, g as n, h as r, D as i, i as o, j as f, k as p, l as d, m as D, n as I, o as T, p as m, q as g, r as c, s as F, v as R, w as v, T as x, b as S, L as b, M as h, J as z, K as C, t as w, x as H, y as N, z as A, A as k, C as y, F as P, G as E, I as G, E as U, H as V, N as j, O as q, B, u as J, a as K } from "./TreegeRenderer-BSR_ez96.js";
2
2
  import { T as M, g as O, u as Q } from "./ThemeContext-BIT4DHqC.js";
3
3
  export {
4
4
  t as DefaultAddressInput,
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.23",
5
+ "version": "3.0.0-beta.25",
6
6
  "type": "module",
7
7
  "types": "./dist/main.d.ts",
8
8
  "module": "./dist/main.js",