codexly-ui 0.10.87 → 0.10.89

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.89",
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>;
@@ -3356,7 +3355,7 @@ declare const CLX_BG_DISABLED = "bg-clx-surface-2";
3356
3355
  declare const CLX_BG_SECTION = "bg-clx-surface-2";
3357
3356
  declare const CLX_BG_ICON_WRAP = "bg-clx-surface-3";
3358
3357
  declare const CLX_BG_ADDON = "bg-clx-surface-3";
3359
- declare const CLX_PLACEHOLDER = "placeholder:text-clx-text-subtle";
3358
+ declare const CLX_PLACEHOLDER = "placeholder:text-clx-placeholder";
3360
3359
  declare const CLX_BORDER_DISABLED = "border-clx-border";
3361
3360
  declare const CLX_ADDON_BORDER = "border-clx-border";
3362
3361
  declare const CLX_ADDON_TEXT = "text-clx-text-muted";