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