codexly-ui 0.12.41 → 0.12.42
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/fesm2022/codexly-ui.mjs
CHANGED
|
@@ -16299,6 +16299,10 @@ class ClxProductQuickViewComponent {
|
|
|
16299
16299
|
[product]="data?.product ?? null"
|
|
16300
16300
|
[initialVariationId]="data?.initialVariationId ?? null"
|
|
16301
16301
|
[clxColor]="data?.clxColor ?? 'indigo'"
|
|
16302
|
+
buyNowColor="slate" buyNowTextColor="neutral-50"
|
|
16303
|
+
wishlistColor="red" wishlistVariant="ghost"
|
|
16304
|
+
stockBadgeColor="green-700" specButtonColor="slate" specButtonTextColor="neutral-50" quantityColor="slate"
|
|
16305
|
+
variant="outlined"
|
|
16302
16306
|
[currency]="data?.currency ?? 'COP'"
|
|
16303
16307
|
(addToCart)="_onAddToCart($event)">
|
|
16304
16308
|
</clx-product-detail>
|
|
@@ -16320,6 +16324,10 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
16320
16324
|
[product]="data?.product ?? null"
|
|
16321
16325
|
[initialVariationId]="data?.initialVariationId ?? null"
|
|
16322
16326
|
[clxColor]="data?.clxColor ?? 'indigo'"
|
|
16327
|
+
buyNowColor="slate" buyNowTextColor="neutral-50"
|
|
16328
|
+
wishlistColor="red" wishlistVariant="ghost"
|
|
16329
|
+
stockBadgeColor="green-700" specButtonColor="slate" specButtonTextColor="neutral-50" quantityColor="slate"
|
|
16330
|
+
variant="outlined"
|
|
16323
16331
|
[currency]="data?.currency ?? 'COP'"
|
|
16324
16332
|
(addToCart)="_onAddToCart($event)">
|
|
16325
16333
|
</clx-product-detail>
|