@lancom/shared 0.0.439 → 0.0.441

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.
@@ -119,14 +119,6 @@
119
119
  </span>
120
120
  </div>
121
121
  </div>
122
- <div
123
- v-if="contacts.workingInfo"
124
- class="ContactUs__contacts-row">
125
- <span
126
- class="ContactUs__contacts-entity-value"
127
- v-html="contacts.workingInfo">
128
- </span>
129
- </div>
130
122
  <div class="ContactUs__contacts-row">
131
123
  <div class="ContactUs__contacts-entity">
132
124
  <i class="icon-mail-alt ContactUs__contacts-entity-icon"></i>
@@ -143,6 +135,14 @@
143
135
  </a>
144
136
  </div>
145
137
  </div>
138
+ <div
139
+ v-if="contacts.workingInfo"
140
+ class="ContactUs__contacts-row">
141
+ <span
142
+ class="ContactUs__contacts-entity-value"
143
+ v-html="contacts.workingInfo">
144
+ </span>
145
+ </div>
146
146
  </div>
147
147
  </validation-observer>
148
148
  </div>
@@ -4,6 +4,7 @@
4
4
  font-size: 14px;
5
5
  font-weight: 600;
6
6
  line-height: 20px;
7
+ text-transform: uppercase;
7
8
  }
8
9
  &__tiers {
9
10
  display: flex;
@@ -1,7 +1,7 @@
1
1
  <template>
2
2
  <section class="ProductPricingTiers__wrapper">
3
3
  <h3 class="ProductPricingTiers__title">
4
- Pricing Tiers
4
+ Buy in bulk and save
5
5
  </h3>
6
6
  <div class="ProductPricingTiers__tiers">
7
7
  <div
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lancom/shared",
3
- "version": "0.0.439",
3
+ "version": "0.0.441",
4
4
  "description": "lancom common scripts",
5
5
  "author": "e.tokovenko <e.tokovenko@gmail.com>",
6
6
  "repository": {