@gravitee/gamma-lib-observability 1.27.1 → 1.27.2
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/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export type LogLevel = 'trace' | 'debug' | 'info' | 'warn' | 'error' | 'fatal';
|
|
2
2
|
export interface LogSeverityBadgeProps {
|
|
3
|
-
readonly level
|
|
3
|
+
readonly level?: string;
|
|
4
4
|
}
|
|
5
|
-
export declare function LogSeverityBadge({ level }: LogSeverityBadgeProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare function LogSeverityBadge({ level }: LogSeverityBadgeProps): import("react/jsx-runtime").JSX.Element | null;
|
|
6
6
|
//# sourceMappingURL=LogSeverityBadge.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LogSeverityBadge.d.ts","sourceRoot":"","sources":["../../src/logs/LogSeverityBadge.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;AAe/E,MAAM,WAAW,qBAAqB;
|
|
1
|
+
{"version":3,"file":"LogSeverityBadge.d.ts","sourceRoot":"","sources":["../../src/logs/LogSeverityBadge.tsx"],"names":[],"mappings":"AAEA,MAAM,MAAM,QAAQ,GAAG,OAAO,GAAG,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,OAAO,CAAC;AAe/E,MAAM,WAAW,qBAAqB;IAGpC,QAAQ,CAAC,KAAK,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,wBAAgB,gBAAgB,CAAC,EAAE,KAAK,EAAE,EAAE,qBAAqB,kDAMhE"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gravitee/gamma-lib-observability",
|
|
3
|
-
"version": "1.27.
|
|
3
|
+
"version": "1.27.2",
|
|
4
4
|
"description": "Shared observability library for Gamma modules — dashboards, logs, tracing UI components and integration with business rules.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"packageManager": "yarn@4.14.1",
|