codexly-ui 0.10.60 → 0.10.62

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.62",
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,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
+ /** 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";
3008
3011
  readonly tabItems: ClxTabItem[];
3009
3012
  constructor();
3010
3013
  readonly activeVariation: _angular_core.Signal<ClxVariation | null>;