@gravitee/graphene-policy-studio 2.49.0 → 2.50.0-json-schema-form-context.a4d5171
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PolicyConfigForm.d.ts","sourceRoot":"","sources":["../../../src/components/PolicyConfig/PolicyConfigForm.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"PolicyConfigForm.d.ts","sourceRoot":"","sources":["../../../src/components/PolicyConfig/PolicyConfigForm.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,yBAAyB,CAAC;AAE1D,OAAO,KAAK,EAAW,WAAW,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAE3E,OAAO,KAAK,EAAE,SAAS,EAAE,IAAI,EAAE,MAAM,aAAa,CAAC;AAGnD,UAAU,qBAAqB;IAC7B,QAAQ,CAAC,MAAM,EAAE,UAAU,GAAG,IAAI,CAAC;IACnC,QAAQ,CAAC,IAAI,EAAE,aAAa,CAAC,WAAW,EAAE,OAAO,EAAE,OAAO,CAAC,CAAC;IAC5D,QAAQ,CAAC,IAAI,EAAE,IAAI,CAAC;IACpB,QAAQ,CAAC,SAAS,EAAE,SAAS,CAAC;IAC9B,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC;IACxB,QAAQ,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC;IAC5B,QAAQ,CAAC,mBAAmB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACvD,QAAQ,CAAC,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACrD,QAAQ,CAAC,wBAAwB,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC7D;AAID,wBAAgB,gBAAgB,CAAC,EAC/B,MAAM,EACN,IAAI,EACJ,IAAI,EACJ,SAAS,EACT,KAAK,EACL,QAAgB,EAChB,mBAAmB,EACnB,iBAAiB,EACjB,wBAAwB,GACzB,EAAE,qBAAqB,+BAiFvB"}
|
package/dist/index.js
CHANGED
|
@@ -15035,7 +15035,10 @@ function qC({ policy: e, step: t, flowPhase: n, onConfigChange: r, onValidityCha
|
|
|
15035
15035
|
//#region src/components/PolicyConfig/PolicyConfigForm.tsx
|
|
15036
15036
|
var JC = ["PUBLISH", "SUBSCRIBE"];
|
|
15037
15037
|
function YC({ schema: e, form: t, step: n, flowPhase: r, isSpg: i, disabled: a = !1, onDescriptionChange: o, onConditionChange: s, onMessageConditionChange: c }) {
|
|
15038
|
-
let l = JC.includes(r)
|
|
15038
|
+
let l = JC.includes(r), u = kn(), d = R(() => ({
|
|
15039
|
+
...u,
|
|
15040
|
+
flowPhase: r
|
|
15041
|
+
}), [u, r]);
|
|
15039
15042
|
return /* @__PURE__ */ B(Ae, { children: /* @__PURE__ */ V("div", {
|
|
15040
15043
|
className: "space-y-4 px-4 py-4",
|
|
15041
15044
|
children: [
|
|
@@ -15092,7 +15095,7 @@ function YC({ schema: e, form: t, step: n, flowPhase: r, isSpg: i, disabled: a =
|
|
|
15092
15095
|
control: t.control,
|
|
15093
15096
|
name: "",
|
|
15094
15097
|
disabled: a,
|
|
15095
|
-
context:
|
|
15098
|
+
context: d
|
|
15096
15099
|
}),
|
|
15097
15100
|
!i && !e && /* @__PURE__ */ B("p", {
|
|
15098
15101
|
className: "text-center text-xs text-muted-foreground italic",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravitee/graphene-policy-studio",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.50.0-json-schema-form-context.a4d5171",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Gravitee Policy Studio UI for the Graphene design system.",
|
|
6
6
|
"keywords": [
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"zod": "4.4.3"
|
|
60
60
|
},
|
|
61
61
|
"peerDependencies": {
|
|
62
|
-
"@gravitee/graphene-core": "
|
|
62
|
+
"@gravitee/graphene-core": "2.50.0-json-schema-form-context.a4d5171",
|
|
63
63
|
"react": "^19.0.0",
|
|
64
64
|
"react-dom": "^19.0.0",
|
|
65
65
|
"tailwindcss": "^4.0.0"
|