@worksafevictoria/wcl7.5 1.1.0-beta.33 → 1.1.0-beta.34

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worksafevictoria/wcl7.5",
3
- "version": "1.1.0-beta.33",
3
+ "version": "1.1.0-beta.34",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -98,9 +98,7 @@
98
98
  >
99
99
  </column>
100
100
  </row>
101
- <template v-if="showSocial && type !== 'hero'">
102
- <social-share :rtl="rtl" />
103
- </template>
101
+ <social-share v-show="showSocial && type !== 'hero'" :rtl="rtl" />
104
102
  </container>
105
103
  </div>
106
104
  <!-- Type Default -->
@@ -152,7 +150,7 @@
152
150
  </column>
153
151
  <!-- No Col needed for type Hero -->
154
152
  </row>
155
- <social-share v-if="showSocial && type === 'hero'" :rtl="rtl" />
153
+ <social-share v-show="showSocial && type === 'hero'" :rtl="rtl" />
156
154
  </container>
157
155
  </template>
158
156
  <script>