vcomply-design-system 1.1.0 → 1.1.1

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.
@@ -89,7 +89,7 @@
89
89
  </div>
90
90
  <div class="vx-right-container">
91
91
  <div class="vx-wrapper" id="mainMenu">
92
- <iframe src="pages/common-layout.html" frameborder="0" width="100%" id="commonLayout"></iframe>
92
+ <iframe src="pages/common-layout.html" frameborder="0" width="100%" id="commonLayout" class="active"></iframe>
93
93
  <iframe src="pages/color-palette.html" frameborder="0" width="100%" id="colorPalette"></iframe>
94
94
  <iframe src="pages/font-family.html" frameborder="0" width="100%" id="fonts"></iframe>
95
95
  <iframe src="pages/header.html" frameborder="0" width="100%" id="header"></iframe>
@@ -104,7 +104,7 @@
104
104
  <iframe src="pages/card.html" frameborder="0" width="100%" id="card"></iframe>
105
105
  <iframe src="pages/checkbox.html" frameborder="0" width="100%" id="checkbox"></iframe>
106
106
  <iframe src="pages/chip.html" frameborder="0" width="100%" id="chip"></iframe>
107
- <iframe src="pages/no-data.html" frameborder="0" width="100%" id="noData" class="active"></iframe>
107
+ <iframe src="pages/no-data.html" frameborder="0" width="100%" id="noData"></iframe>
108
108
 
109
109
 
110
110
  <iframe src="pages/smiley.html" frameborder="0" width="100%" id="smiley"></iframe>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-design-system",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {