@worksafevictoria/wcl7.5 1.1.0-beta.34 → 1.1.0-beta.35
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
|
<template>
|
|
2
2
|
<div ref="ffhApp" class="ffh-app">
|
|
3
|
-
|
|
3
|
+
<!-- <hero-header
|
|
4
4
|
:image="null"
|
|
5
5
|
:title="heroHeader.title"
|
|
6
6
|
:description="heroHeader.description"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
:show-social="false"
|
|
9
9
|
class="hero-header"
|
|
10
10
|
>
|
|
11
|
-
</hero-header>
|
|
11
|
+
</hero-header> -->
|
|
12
12
|
<container class="ffh-header">
|
|
13
13
|
<row>
|
|
14
14
|
<column>
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
import Container from '../../Containers/Container/index.vue'
|
|
55
55
|
import Column from '../../Containers/Column/index.vue'
|
|
56
56
|
import Row from '../../Containers/Row/index.vue'
|
|
57
|
-
import HeroHeader from '../../Global/HeroHeader/index.vue'
|
|
57
|
+
// import HeroHeader from '../../Global/HeroHeader/index.vue'
|
|
58
58
|
import CardContainer from './CardContainer/index.vue'
|
|
59
59
|
import ProgressBar from '../../Global/ProgressBar/index.vue'
|
|
60
60
|
import RiskLevel from './RiskLevel/index.vue'
|
|
@@ -66,7 +66,7 @@ export default {
|
|
|
66
66
|
Container,
|
|
67
67
|
Column,
|
|
68
68
|
Row,
|
|
69
|
-
HeroHeader,
|
|
69
|
+
// HeroHeader,
|
|
70
70
|
CardContainer,
|
|
71
71
|
ProgressBar,
|
|
72
72
|
RiskLevel,
|