@sonny-ui/core 0.1.0-alpha.22 → 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
|
}
|