@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-width-container'],
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-footer__licence-description'],
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-width-container'],
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-width-container'],
1005
+ classes: ['govgr-container'],
1006
1006
  props: {
1007
1007
  },
1008
1008
  children: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/cli-lab",
3
- "version": "2.0.0-rc",
3
+ "version": "2.0.0-rc.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "directories": {