@lancom/shared 0.0.318 → 0.0.319

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.
@@ -30,5 +30,8 @@
30
30
  &--gray {
31
31
  background-color: $gray;
32
32
  }
33
+ &--green {
34
+ background-color: #f1f8d4;
35
+ }
33
36
  }
34
37
  }
@@ -52,8 +52,8 @@
52
52
  </div>
53
53
  </div>
54
54
  <div
55
- v-if="pricing.coupon && !pricing.coupon.showCouponIsApplied"
56
- class="CartPricing__info lc_gray-main">
55
+ v-if="pricing.coupon"
56
+ class="CartPricing__info lc_gray-main CartPricing__info--green">
57
57
  <div class="lc_body-large">
58
58
  COUPON, {{ pricing.coupon.code }}:
59
59
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lancom/shared",
3
- "version": "0.0.318",
3
+ "version": "0.0.319",
4
4
  "description": "lancom common scripts",
5
5
  "author": "e.tokovenko <e.tokovenko@gmail.com>",
6
6
  "repository": {