codexly-ui 0.10.61 → 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
package/types/codexly-ui.d.ts
CHANGED
|
@@ -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
|
-
/**
|
|
3009
|
-
*
|
|
3010
|
-
|
|
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>;
|