@gravitee/graphene-core 3.3.1 → 3.4.0
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/{CodeEditorField-cwZAv7Ib.js → CodeEditorField-xgGU8af-.js} +1 -1
- package/dist/{SchemaBanner-lrLehIB4.js → SchemaBanner-C_D3DjhL.js} +122 -114
- package/dist/base/Alert/Alert.d.ts +5 -2
- package/dist/base/Alert/Alert.d.ts.map +1 -1
- package/dist/base/Badge/Badge.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/styles/globals.css +1 -1
- package/package.json +1 -1
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
import { VariantProps } from 'class-variance-authority';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
declare const alertVariants: (props?: ({
|
|
4
|
-
variant?: "default" | "destructive" | null | undefined;
|
|
4
|
+
variant?: "default" | "destructive" | "warning" | null | undefined;
|
|
5
|
+
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
6
|
+
declare const alertActionVariants: (props?: ({
|
|
7
|
+
align?: "center" | "top" | null | undefined;
|
|
5
8
|
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
6
9
|
declare function Alert({ className, variant, ...props }: React.ComponentProps<'div'> & VariantProps<typeof alertVariants>): React.JSX.Element;
|
|
7
10
|
declare function AlertTitle({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
|
|
8
11
|
declare function AlertDescription({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
|
|
9
|
-
declare function AlertAction({ className, ...props }: React.ComponentProps<'div'>): React.JSX.Element;
|
|
12
|
+
declare function AlertAction({ className, align, ...props }: React.ComponentProps<'div'> & VariantProps<typeof alertActionVariants>): React.JSX.Element;
|
|
10
13
|
export type AlertProps = React.ComponentProps<typeof Alert>;
|
|
11
14
|
export { Alert, AlertAction, AlertDescription, AlertTitle, alertVariants };
|
|
12
15
|
//# sourceMappingURL=Alert.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../src/base/Alert/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,QAAA,MAAM,aAAa;;
|
|
1
|
+
{"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../src/base/Alert/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,QAAA,MAAM,aAAa;;8EAelB,CAAC;AAEF,QAAA,MAAM,mBAAmB;;8EAUvB,CAAC;AAEH,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,OAAmB,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,YAAY,CAAC,OAAO,aAAa,CAAC,qBAUlE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,qBAWvE;AAED,iBAAS,gBAAgB,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,qBAW7E;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,KAAa,EACb,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG,YAAY,CAAC,OAAO,mBAAmB,CAAC,qBASxE;AAED,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC;AAE5D,OAAO,EAAE,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAE,UAAU,EAAE,aAAa,EAAE,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { VariantProps } from 'class-variance-authority';
|
|
2
2
|
import * as React from 'react';
|
|
3
3
|
declare const badgeVariants: (props?: ({
|
|
4
|
-
variant?: "default" | "destructive" | "
|
|
4
|
+
variant?: "default" | "destructive" | "warning" | "secondary" | "success" | "highlight" | "outline" | null | undefined;
|
|
5
5
|
} & import('class-variance-authority/types').ClassProp) | undefined) => string;
|
|
6
6
|
declare function Badge({ className, variant, asChild, ...props }: React.ComponentProps<'span'> & VariantProps<typeof badgeVariants> & {
|
|
7
7
|
asChild?: boolean;
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as e, r as t, t as n } from "./Skeleton-DYPFDpYt.js";
|
|
2
|
-
import { A as r, C as i, D as a, E as o, M as s, N as c, O as l, P as u, S as d, T as f, _ as p, a as m, b as h, c as g, d as _, f as v, g as y, h as b, i as x, j as S, k as C, l as w, m as T, n as E, o as D, p as O, r as k, s as A, t as j, u as M, v as N, w as P, x as F, y as I } from "./SchemaBanner-
|
|
2
|
+
import { A as r, C as i, D as a, E as o, M as s, N as c, O as l, P as u, S as d, T as f, _ as p, a as m, b as h, c as g, d as _, f as v, g as y, h as b, i as x, j as S, k as C, l as w, m as T, n as E, o as D, p as O, r as k, s as A, t as j, u as M, v as N, w as P, x as F, y as I } from "./SchemaBanner-C_D3DjhL.js";
|
|
3
3
|
import { $ as L, A as ee, At as te, D as R, Kt as ne, M as re, Nt as ie, O as z, P as ae, Pt as oe, Q as se, Qt as B, St as ce, T as le, W as ue, Z as de, bn as fe, c as pe, f as me, j as he, k as ge, ln as _e, p as ve, pt as ye, sn as be, tt as xe, xn as Se, xt as Ce, zt as we } from "./icons-YplRdF9A.js";
|
|
4
4
|
import { n as Te, t as Ee } from "./ThemeProvider-D0l3ICGl.js";
|
|
5
5
|
import * as V from "react";
|
|
@@ -29674,7 +29674,7 @@ function lJ(e) {
|
|
|
29674
29674
|
}
|
|
29675
29675
|
//#endregion
|
|
29676
29676
|
//#region src/composed/JsonSchemaForm/SchemaField.tsx
|
|
29677
|
-
var uJ = Me(() => import("./CodeEditorField-
|
|
29677
|
+
var uJ = Me(() => import("./CodeEditorField-xgGU8af-.js").then((e) => ({ default: e.CodeEditorField })));
|
|
29678
29678
|
function dJ({ node: e, name: t, depth: n = 0 }) {
|
|
29679
29679
|
let { basePath: r } = D(), { schema: i } = e, a = t ?? "", o = t ? r ? `${r}.${t}` : t : r, s = Be(() => [o], [o]), c = Be(() => e.displayIf ? oq(e.displayIf, r) : void 0, [e.displayIf, r]), l = Be(() => e.disableIf ? oq(e.disableIf, r) : void 0, [e.disableIf, r]);
|
|
29680
29680
|
if (i.deprecated === !0) return null;
|