codexly-ui 0.12.26 → 0.12.27
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 +12 -12
- package/fesm2022/codexly-ui.mjs.map +1 -1
- package/package.json +1 -1
package/fesm2022/codexly-ui.mjs
CHANGED
|
@@ -9927,7 +9927,7 @@ class ClxWizardComponent {
|
|
|
9927
9927
|
<button
|
|
9928
9928
|
clx-button
|
|
9929
9929
|
type="button"
|
|
9930
|
-
|
|
9930
|
+
emphasis="secondary"
|
|
9931
9931
|
variant="ghost"
|
|
9932
9932
|
size="sm"
|
|
9933
9933
|
icon="arrow_back"
|
|
@@ -10035,7 +10035,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
10035
10035
|
<button
|
|
10036
10036
|
clx-button
|
|
10037
10037
|
type="button"
|
|
10038
|
-
|
|
10038
|
+
emphasis="secondary"
|
|
10039
10039
|
variant="ghost"
|
|
10040
10040
|
size="sm"
|
|
10041
10041
|
icon="arrow_back"
|
|
@@ -16730,7 +16730,7 @@ class ClxCartComponent {
|
|
|
16730
16730
|
<div class="flex items-center justify-between">
|
|
16731
16731
|
<div class="flex items-center gap-2">
|
|
16732
16732
|
<h2 class="text-base font-semibold text-clx-text-label">Productos</h2>
|
|
16733
|
-
<span clx-badge variant="
|
|
16733
|
+
<span clx-badge variant="solid" [color]="color()" size="sm">{{ _totalUnits() }}</span>
|
|
16734
16734
|
</div>
|
|
16735
16735
|
<button
|
|
16736
16736
|
clx-button type="button" variant="light" color="red" icon="delete"
|
|
@@ -16875,7 +16875,7 @@ class ClxCartComponent {
|
|
|
16875
16875
|
</div>
|
|
16876
16876
|
@if (coupon()) {
|
|
16877
16877
|
@if (coupon()!.valid) {
|
|
16878
|
-
<div class="flex items-center gap-1.5 text-
|
|
16878
|
+
<div class="flex items-center gap-1.5 text-green-500">
|
|
16879
16879
|
<span clx-icon name="check_circle" size="sm"></span>
|
|
16880
16880
|
<code class="text-xs font-bold">{{ coupon()!.code }}</code>
|
|
16881
16881
|
<span class="text-xs">aplicado</span>
|
|
@@ -16897,16 +16897,16 @@ class ClxCartComponent {
|
|
|
16897
16897
|
<dd class="font-medium">{{ _subtotal() | currency:'COP':'$':'1.0-0' }}</dd>
|
|
16898
16898
|
</div>
|
|
16899
16899
|
@if (_savingsAmount() > 0) {
|
|
16900
|
-
<div class="flex justify-between text-
|
|
16900
|
+
<div class="flex justify-between text-green-500">
|
|
16901
16901
|
<dt>Descuento productos</dt>
|
|
16902
16902
|
<dd class="font-medium">-{{ _savingsAmount() | currency:'COP':'$':'1.0-0' }}</dd>
|
|
16903
16903
|
</div>
|
|
16904
16904
|
}
|
|
16905
16905
|
@if (coupon()?.valid) {
|
|
16906
|
-
<div class="flex justify-between text-
|
|
16906
|
+
<div class="flex justify-between text-green-500">
|
|
16907
16907
|
<dt>
|
|
16908
16908
|
Cupón
|
|
16909
|
-
<code class="bg-
|
|
16909
|
+
<code class="bg-green-50 px-1 rounded text-xs ml-1">{{ coupon()!.code }}</code>
|
|
16910
16910
|
</dt>
|
|
16911
16911
|
<dd class="font-medium">-{{ _couponDiscount() | currency:'COP':'$':'1.0-0' }}</dd>
|
|
16912
16912
|
</div>
|
|
@@ -17011,7 +17011,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
17011
17011
|
<div class="flex items-center justify-between">
|
|
17012
17012
|
<div class="flex items-center gap-2">
|
|
17013
17013
|
<h2 class="text-base font-semibold text-clx-text-label">Productos</h2>
|
|
17014
|
-
<span clx-badge variant="
|
|
17014
|
+
<span clx-badge variant="solid" [color]="color()" size="sm">{{ _totalUnits() }}</span>
|
|
17015
17015
|
</div>
|
|
17016
17016
|
<button
|
|
17017
17017
|
clx-button type="button" variant="light" color="red" icon="delete"
|
|
@@ -17156,7 +17156,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
17156
17156
|
</div>
|
|
17157
17157
|
@if (coupon()) {
|
|
17158
17158
|
@if (coupon()!.valid) {
|
|
17159
|
-
<div class="flex items-center gap-1.5 text-
|
|
17159
|
+
<div class="flex items-center gap-1.5 text-green-500">
|
|
17160
17160
|
<span clx-icon name="check_circle" size="sm"></span>
|
|
17161
17161
|
<code class="text-xs font-bold">{{ coupon()!.code }}</code>
|
|
17162
17162
|
<span class="text-xs">aplicado</span>
|
|
@@ -17178,16 +17178,16 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.15", ngImpo
|
|
|
17178
17178
|
<dd class="font-medium">{{ _subtotal() | currency:'COP':'$':'1.0-0' }}</dd>
|
|
17179
17179
|
</div>
|
|
17180
17180
|
@if (_savingsAmount() > 0) {
|
|
17181
|
-
<div class="flex justify-between text-
|
|
17181
|
+
<div class="flex justify-between text-green-500">
|
|
17182
17182
|
<dt>Descuento productos</dt>
|
|
17183
17183
|
<dd class="font-medium">-{{ _savingsAmount() | currency:'COP':'$':'1.0-0' }}</dd>
|
|
17184
17184
|
</div>
|
|
17185
17185
|
}
|
|
17186
17186
|
@if (coupon()?.valid) {
|
|
17187
|
-
<div class="flex justify-between text-
|
|
17187
|
+
<div class="flex justify-between text-green-500">
|
|
17188
17188
|
<dt>
|
|
17189
17189
|
Cupón
|
|
17190
|
-
<code class="bg-
|
|
17190
|
+
<code class="bg-green-50 px-1 rounded text-xs ml-1">{{ coupon()!.code }}</code>
|
|
17191
17191
|
</dt>
|
|
17192
17192
|
<dd class="font-medium">-{{ _couponDiscount() | currency:'COP':'$':'1.0-0' }}</dd>
|
|
17193
17193
|
</div>
|