@lancom/shared 0.0.229 → 0.0.231

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.
@@ -42,9 +42,9 @@
42
42
  <div
43
43
  class="FAQ__entity-header"
44
44
  @click="toggleEntity(entity)">
45
- <div class="FAQ__entity-title">
45
+ <h2 class="FAQ__entity-title">
46
46
  {{ entity.question }}
47
- </div>
47
+ </h2>
48
48
  <i
49
49
  class="icon-angle-down FAQ__entity-header-caret"
50
50
  :class="{ active: openedEntities.includes(entity._id) }"></i>
@@ -8,7 +8,7 @@
8
8
  :title="item.title"></nuxt-link>
9
9
  <div class="NewsListItem__info">
10
10
  <template v-if="!item.isHiddenThumbLink">
11
- <h1>
11
+ <h3>
12
12
  <nuxt-link
13
13
  :to="{ path: linkToNews }"
14
14
  class="NewsListItem__link"
@@ -16,7 +16,7 @@
16
16
  :title="item.title">
17
17
  {{ item.title }}
18
18
  </nuxt-link>
19
- </h1>
19
+ </h3>
20
20
  <div
21
21
  class="NewsListItem__text"
22
22
  :style="{ color: item.color }">
@@ -3,9 +3,9 @@
3
3
  <div class="content-inner PricingMainSection__container">
4
4
  <div class="PricingMainSection__header">
5
5
  <div class="PricingMainSection__header-col">
6
- <h1 class="lc_h1">
6
+ <h2 class="lc_h1">
7
7
  Simple pricing
8
- </h1>
8
+ </h2>
9
9
  <h3 class="lc_h3--gray PricingMainSection__subtitle">
10
10
  Transparent, Open and Equal for all
11
11
  </h3>
@@ -1,7 +1,8 @@
1
1
  <template>
2
2
  <nuxt-link
3
3
  :to="link"
4
- class="ProductsLink">
4
+ class="ProductsLink"
5
+ rel=”nofollow”>
5
6
  <slot></slot>
6
7
  </nuxt-link>
7
8
  </template>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lancom/shared",
3
- "version": "0.0.229",
3
+ "version": "0.0.231",
4
4
  "description": "lancom common scripts",
5
5
  "author": "e.tokovenko <e.tokovenko@gmail.com>",
6
6
  "repository": {