@alauda/ui 5.7.7-beta → 5.7.7-beta.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.
@@ -6518,7 +6518,7 @@
6518
6518
  changeDetection: i0.ChangeDetectionStrategy.OnPush,
6519
6519
  encapsulation: i0.ViewEncapsulation.None,
6520
6520
  preserveWhitespaces: false,
6521
- styles: [".aui-breadcrumb{display:flex;align-content:center;font-size:14px;color:rgb(var(--aui-color-n-2))}.aui-breadcrumb__separator{margin:0 4px}.aui-breadcrumb aui-breadcrumb-item:last-child .aui-breadcrumb__separator{display:none}"]
6521
+ styles: [".aui-breadcrumb{display:flex;align-content:center;font-size:var(--aui-font-size-m);color:rgb(var(--aui-color-n-2))}.aui-breadcrumb__separator{margin:0 var(--aui-spacing-s)}.aui-breadcrumb aui-breadcrumb-item:last-child .aui-breadcrumb__separator{display:none}"]
6522
6522
  },] }
6523
6523
  ];
6524
6524
  BreadcrumbComponent.propDecorators = {