@worksafevictoria/wcl7.5 1.1.15 → 1.1.17
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
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
>
|
|
99
99
|
</column>
|
|
100
100
|
</row>
|
|
101
|
-
<social-share v-
|
|
101
|
+
<social-share v-show="showSocial && type !== 'hero'" :rtl="rtl" />
|
|
102
102
|
</container>
|
|
103
103
|
</div>
|
|
104
104
|
<!-- Type Default -->
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
</column>
|
|
151
151
|
<!-- No Col needed for type Hero -->
|
|
152
152
|
</row>
|
|
153
|
-
<social-share v-
|
|
153
|
+
<social-share v-show="showSocial && type === 'hero'" :rtl="rtl" />
|
|
154
154
|
</container>
|
|
155
155
|
</template>
|
|
156
156
|
<script>
|