@sonny-ui/core 0.1.0-alpha.21 → 0.1.0-alpha.23

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/README.md CHANGED
@@ -178,6 +178,7 @@ CSS custom properties:
178
178
  ## Links
179
179
 
180
180
  - [Documentation](https://coci-dev.github.io/sonny-ui/)
181
+ - [Live Demo](https://coci-dev.github.io/sonny-ui-demo/)
181
182
  - [GitHub](https://github.com/coci-dev/sonny-ui)
182
183
  - [npm](https://www.npmjs.com/package/@sonny-ui/core)
183
184
  - [Issues](https://github.com/coci-dev/sonny-ui/issues)
@@ -925,7 +925,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.5", ngImpor
925
925
  }], propDecorators: { class: [{ type: i0.Input, args: [{ isSignal: true, alias: "class", required: false }] }] } });
926
926
  class SnyBreadcrumbSeparatorDirective {
927
927
  class = input('', ...(ngDevMode ? [{ debugName: "class" }] : /* istanbul ignore next */ []));
928
- computedClass = computed(() => cn('[&>svg]:size-3.5', this.class()), ...(ngDevMode ? [{ debugName: "computedClass" }] : /* istanbul ignore next */ []));
928
+ computedClass = computed(() => cn('[&>svg]:size-3.5 text-muted-foreground', this.class()), ...(ngDevMode ? [{ debugName: "computedClass" }] : /* istanbul ignore next */ []));
929
929
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: SnyBreadcrumbSeparatorDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });
930
930
  static ɵdir = i0.ɵɵngDeclareDirective({ minVersion: "17.1.0", version: "21.2.5", type: SnyBreadcrumbSeparatorDirective, isStandalone: true, selector: "[snyBreadcrumbSeparator]", inputs: { class: { classPropertyName: "class", publicName: "class", isSignal: true, isRequired: false, transformFunction: null } }, host: { attributes: { "role": "presentation" }, properties: { "aria-hidden": "true", "class": "computedClass()" } }, ngImport: i0 });
931
931
  }
@@ -4425,7 +4425,7 @@ class SnyNavbarDirective {
4425
4425
  const variantClass = v === 'bordered' ? 'border-b border-border' :
4426
4426
  v === 'floating' ? 'mx-4 mt-2 rounded-lg border border-border shadow-sm' :
4427
4427
  '';
4428
- const stickyClass = this.sticky() ? 'sticky top-0 z-50' : '';
4428
+ const stickyClass = this.sticky() ? 'sticky top-0 z-40' : '';
4429
4429
  return cn(base, variantClass, stickyClass, this.class());
4430
4430
  }, ...(ngDevMode ? [{ debugName: "computedClass" }] : /* istanbul ignore next */ []));
4431
4431
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.5", ngImport: i0, type: SnyNavbarDirective, deps: [], target: i0.ɵɵFactoryTarget.Directive });