codexly-ui 0.10.61 → 0.10.63

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.61",
3
+ "version": "0.10.63",
4
4
  "description": "Standalone, signal-based Angular UI component library for Codexly, styled with Tailwind CSS.",
5
5
  "keywords": [
6
6
  "angular",
@@ -3005,10 +3005,9 @@ 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 panelssame 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
+ /** Same card treatment as clx-product (bg-clx-surface + shadow-sm) keeps the gallery/info
3009
+ * panels visually consistent with the rest of the e-commerce card set. */
3010
+ protected readonly _panelClass = "bg-clx-surface rounded-2xl shadow-sm p-4";
3012
3011
  readonly tabItems: ClxTabItem[];
3013
3012
  constructor();
3014
3013
  readonly activeVariation: _angular_core.Signal<ClxVariation | null>;