@fxlt/common-ui 0.0.6 → 0.0.7-rc2

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/index.d.ts CHANGED
@@ -336,6 +336,7 @@ declare class AuthInterceptor implements HttpInterceptor {
336
336
  interface Breadcrumb {
337
337
  label: string;
338
338
  url?: string;
339
+ code?: string;
339
340
  }
340
341
  declare class BreadcrumbService {
341
342
  private breadcrumbs$;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fxlt/common-ui",
3
- "version": "0.0.6",
3
+ "version": "0.0.7-rc2",
4
4
  "license": "MIT",
5
5
  "main": "bundles/ui.umd.js",
6
6
  "module": "fesm2022/fxlt-common-ui.mjs",