codexly-ui 0.10.60 → 0.10.61

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.60",
3
+ "version": "0.10.61",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -3005,6 +3005,10 @@ declare class ClxProductDetailComponent {
3005
3005
  readonly quantity: _angular_core.WritableSignal<number>;
3006
3006
  readonly activeTab: _angular_core.WritableSignal<string>;
3007
3007
  readonly selectedSpecs: _angular_core.WritableSignal<Record<string, string>>;
3008
+ /** Soft brand-tinted background for the gallery/info panels — same tone the rest of the
3009
+ * library uses for chips/badges (resolveColor().bgSubtle), so the quick-view/detail reads as
3010
+ * branded instead of a flat white card. */
3011
+ protected readonly _panelClass: _angular_core.Signal<string>;
3008
3012
  readonly tabItems: ClxTabItem[];
3009
3013
  constructor();
3010
3014
  readonly activeVariation: _angular_core.Signal<ClxVariation | null>;