@digigov/cli-lab 2.0.0-rc → 2.0.0-rc.2
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.
|
@@ -9,7 +9,7 @@ const components = {
|
|
|
9
9
|
},
|
|
10
10
|
"Content": {
|
|
11
11
|
element: 'div',
|
|
12
|
-
classes: ['govgr-
|
|
12
|
+
classes: ['govgr-container'],
|
|
13
13
|
props: {
|
|
14
14
|
|
|
15
15
|
},
|
|
@@ -819,7 +819,7 @@ const components = {
|
|
|
819
819
|
},
|
|
820
820
|
"Copyright": {
|
|
821
821
|
element: 'p',
|
|
822
|
-
classes: ['govgr-
|
|
822
|
+
classes: ['govgr-footer__license-description'],
|
|
823
823
|
props: {
|
|
824
824
|
|
|
825
825
|
}
|
|
@@ -854,7 +854,7 @@ const components = {
|
|
|
854
854
|
},
|
|
855
855
|
"FooterContainer": {
|
|
856
856
|
element: 'div',
|
|
857
|
-
classes: ['govgr-
|
|
857
|
+
classes: ['govgr-container'],
|
|
858
858
|
props: {
|
|
859
859
|
|
|
860
860
|
}
|
|
@@ -1002,7 +1002,7 @@ const components = {
|
|
|
1002
1002
|
children: [
|
|
1003
1003
|
{
|
|
1004
1004
|
element: 'div',
|
|
1005
|
-
classes: ['govgr-
|
|
1005
|
+
classes: ['govgr-container'],
|
|
1006
1006
|
props: {
|
|
1007
1007
|
},
|
|
1008
1008
|
children: [
|