@gravitee/gamma-lib-observability 1.4.0 → 1.5.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.
@@ -11,4 +11,5 @@ export declare function SearchIcon(props: ComponentProps<'svg'>): import("react/
11
11
  export declare function AlertCircleIcon(props: ComponentProps<'svg'>): import("react/jsx-runtime").JSX.Element;
12
12
  export declare function RefreshCwIcon(props: ComponentProps<'svg'>): import("react/jsx-runtime").JSX.Element;
13
13
  export declare function FileTextIcon(props: ComponentProps<'svg'>): import("react/jsx-runtime").JSX.Element;
14
+ export declare function FunnelXIcon(props: ComponentProps<'svg'>): import("react/jsx-runtime").JSX.Element;
14
15
  //# sourceMappingURL=graphene-core-icons-mock.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"graphene-core-icons-mock.d.ts","sourceRoot":"","sources":["../../src/testing/graphene-core-icons-mock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,wBAAgB,YAAY,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAExD;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAErD;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAExD;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAErD;AAED,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAE/D;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAEpD;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAEtD;AAED,wBAAgB,KAAK,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAEjD;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAEtD;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAE3D;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAEzD;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAExD"}
1
+ {"version":3,"file":"graphene-core-icons-mock.d.ts","sourceRoot":"","sources":["../../src/testing/graphene-core-icons-mock.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,wBAAgB,YAAY,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAExD;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAErD;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAExD;AAED,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAErD;AAED,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAE/D;AAED,wBAAgB,QAAQ,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAEpD;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAEtD;AAED,wBAAgB,KAAK,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAEjD;AAED,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAEtD;AAED,wBAAgB,eAAe,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAE3D;AAED,wBAAgB,aAAa,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAEzD;AAED,wBAAgB,YAAY,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAExD;AAED,wBAAgB,WAAW,CAAC,KAAK,EAAE,cAAc,CAAC,KAAK,CAAC,2CAEvD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gravitee/gamma-lib-observability",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
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",