treege 3.0.0-beta.47 → 3.0.0-beta.48

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.
@@ -1943,11 +1943,7 @@ var Fn = ({ groupId: e }) => {
1943
1943
  children: /* @__PURE__ */ G(O, {
1944
1944
  className: "tg:max-w-md",
1945
1945
  children: [
1946
- /* @__PURE__ */ W(E, { children: /* @__PURE__ */ W(ne, { children: l("editor.authorizeDialog.title") }) }),
1947
- /* @__PURE__ */ W("p", {
1948
- className: "tg:text-muted-foreground tg:text-sm",
1949
- children: l("editor.authorizeDialog.description")
1950
- }),
1946
+ /* @__PURE__ */ G(E, { children: [/* @__PURE__ */ W(ne, { children: l("editor.authorizeDialog.title") }), /* @__PURE__ */ W(b, { children: l("editor.authorizeDialog.description") })] }),
1951
1947
  u.length === 0 ? /* @__PURE__ */ W("p", {
1952
1948
  className: "tg:py-4 tg:text-center tg:text-muted-foreground tg:text-sm",
1953
1949
  children: l("editor.authorizeDialog.noSchemes")
@@ -2085,11 +2081,7 @@ var Fn = ({ groupId: e }) => {
2085
2081
  children: /* @__PURE__ */ G(O, {
2086
2082
  className: "tg:max-w-lg",
2087
2083
  children: [
2088
- /* @__PURE__ */ W(E, { children: /* @__PURE__ */ W(ne, { children: i("editor.headersDialog.title") }) }),
2089
- /* @__PURE__ */ W("p", {
2090
- className: "tg:text-muted-foreground tg:text-sm",
2091
- children: i("editor.headersDialog.description")
2092
- }),
2084
+ /* @__PURE__ */ G(E, { children: [/* @__PURE__ */ W(ne, { children: i("editor.headersDialog.title") }), /* @__PURE__ */ W(b, { children: i("editor.headersDialog.description") })] }),
2093
2085
  /* @__PURE__ */ G("div", {
2094
2086
  className: "tg:flex tg:flex-col tg:gap-2",
2095
2087
  children: [n.length === 0 && /* @__PURE__ */ W("p", {
@@ -2199,11 +2191,7 @@ var Br = ({ open: e, onOpenChange: t }) => {
2199
2191
  children: /* @__PURE__ */ G(O, {
2200
2192
  className: "tg:max-w-lg",
2201
2193
  children: [
2202
- /* @__PURE__ */ W(E, { children: /* @__PURE__ */ W(ne, { children: v("editor.openApiDialog.title") }) }),
2203
- /* @__PURE__ */ W("p", {
2204
- className: "tg:text-muted-foreground tg:text-sm",
2205
- children: v("editor.openApiDialog.description")
2206
- }),
2194
+ /* @__PURE__ */ G(E, { children: [/* @__PURE__ */ W(ne, { children: v("editor.openApiDialog.title") }), /* @__PURE__ */ W(b, { children: v("editor.openApiDialog.description") })] }),
2207
2195
  /* @__PURE__ */ G(Rr, {
2208
2196
  type: "single",
2209
2197
  variant: "outline",
package/dist/editor.js CHANGED
@@ -1,3 +1,3 @@
1
- import { t as e } from "./editor-DrGQB__b.js";
1
+ import { t as e } from "./editor-CJhXSEke.js";
2
2
  import { n as t, t as n } from "./ThemeContext-CNsS53ku.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-DrGQB__b.js";
1
+ import { t as e } from "./editor-CJhXSEke.js";
2
2
  import { B as t, C as n, D as r, E as i, H as a, L as o, M as s, N as c, O as l, R as u, S as d, T as f, V as p, _ as m, a as h, b as g, c as _, g as v, i as y, l as b, n as x, o as S, s as C, t as w, w as T, x as E, z as D } from "./ThemeContext-CNsS53ku.js";
3
3
  import { C as O, E as k, S as A, T as j, _ as M, a as N, b as P, d as F, f as I, i as L, l as R, m as z, n as B, p as V, r as H, s as U, t as W, u as G, v as K, w as q, x as J, y as Y } from "./DefaultInputs-UkiUaJcf.js";
4
4
  export { k as DefaultAddressInput, j as DefaultAutocompleteInput, q as DefaultCheckboxInput, O as DefaultDateInput, A as DefaultDateRangeInput, J as DefaultFileInput, P as DefaultHiddenInput, Y as DefaultHttpInput, K as DefaultNumberInput, M as DefaultPasswordInput, z as DefaultRadioInput, V as DefaultSelectInput, U as DefaultSwitchInput, N as DefaultTextAreaInput, L as DefaultTextInput, H as DefaultTimeInput, B as DefaultTimeRangeInput, G as Divider, w as ThemeProvider, F as Title, h as TreegeConfigProvider, e as TreegeEditor, R as TreegeRenderer, T as applyReferenceTransformation, f as calculateReferenceFieldUpdates, i as checkFormFieldHasValue, r as convertFormValuesToNamedFormat, W as defaultInputRenderers, I as defaultUI, s as evaluateCondition, c as evaluateConditions, C as fileToSerializable, _ as filesToSerializable, g as findStartNode, E as getFlowRenderState, o as getStaticTranslations, u as getTranslatedText, l as isFieldEmpty, D as isFlowNode, t as isGroupNode, p as isInputNode, d as isStartNode, a as isUINode, n as mergeFlows, v as sanitize, m as sanitizeHttpResponse, b as serializableToFile, x as useTheme, S as useTreegeConfig, y as useTreegeRenderer };
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.47",
5
+ "version": "3.0.0-beta.48",
6
6
  "type": "module",
7
7
  "types": "./dist/main.d.ts",
8
8
  "module": "./dist/main.js",