codexly-ui 0.10.87 → 0.10.88

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": "codexly-ui",
3
- "version": "0.10.87",
3
+ "version": "0.10.88",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -122,7 +122,6 @@ declare class ClxSocialIconComponent {
122
122
  readonly size: _angular_core.InputSignal<"xxs" | "xs" | "sm" | "md" | "lg" | undefined>;
123
123
  protected readonly _color: _angular_core.Signal<ClxColorInput>;
124
124
  protected readonly _size: _angular_core.Signal<"xxs" | "xs" | "sm" | "md" | "lg">;
125
- protected readonly _viewBox: _angular_core.Signal<string>;
126
125
  protected readonly _markup: _angular_core.Signal<SafeHtml>;
127
126
  protected readonly _hostClass: _angular_core.Signal<string>;
128
127
  static ɵfac: _angular_core.ɵɵFactoryDeclaration<ClxSocialIconComponent, never>;