@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonny-ui/core",
3
- "version": "0.1.0-alpha.22",
3
+ "version": "0.1.0-alpha.23",
4
4
  "description": "Angular UI component library inspired by shadcn/ui — signals, zoneless, Tailwind CSS v4",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^21.0.0",
@@ -57,7 +57,7 @@ export class SnyBreadcrumbLinkDirective {
57
57
  export class SnyBreadcrumbSeparatorDirective {
58
58
  readonly class = input<string>('');
59
59
  protected readonly computedClass = computed(() =>
60
- cn('[&>svg]:size-3.5', this.class())
60
+ cn('[&>svg]:size-3.5 text-muted-foreground', this.class())
61
61
  );
62
62
  }
63
63
 
@@ -1,5 +1,3 @@
1
- @import "tailwindcss";
2
-
3
1
  @custom-variant dark (&:is(.dark *));
4
2
 
5
3
  @theme {