vcomply-design-system 1.3.1 → 1.3.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.
@@ -810,6 +810,13 @@
810
810
 
811
811
  <button class="vx-button minimal medium success"><i class="icons">&#xe915;</i>Add</button>
812
812
 
813
+ Input Edit Button Example:
814
+ <button class="vx-button inputEditBtn medium primary"><i class="icons">&#xe9ba;</i>Edit</button>
815
+
816
+ <button class="vx-button inputEditBtn xs primary"><i class="icons">&#xe9ba;</i>Edit</button>
817
+
818
+ <button class="vx-button inputEditBtn xs error"><i class="icons">&#xe9ba;</i>Edit</button>
819
+
813
820
 
814
821
  If we are using disabled button then we can use it disabled-btn class:
815
822
  <button class="vx-button minimal medium disabled-btn"><i class="icons">&#xe915;</i></button>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-design-system",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {