@rededor/cura-hydrate 0.5.0 → 0.5.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.
Files changed (2) hide show
  1. package/index.js +3 -3
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -6385,7 +6385,7 @@ class CuraButton {
6385
6385
  this.iconName = undefined;
6386
6386
  this.iconset = 'default';
6387
6387
  this.iconPosition = 'left';
6388
- this.iconOnly = undefined;
6388
+ this.iconOnly = false;
6389
6389
  this.href = undefined;
6390
6390
  this.target = "_self";
6391
6391
  this.color = 'accent';
@@ -6481,7 +6481,7 @@ class CuraButtonOutline {
6481
6481
  this.iconName = undefined;
6482
6482
  this.iconset = 'default';
6483
6483
  this.iconPosition = 'left';
6484
- this.iconOnly = undefined;
6484
+ this.iconOnly = false;
6485
6485
  this.href = undefined;
6486
6486
  this.target = "_self";
6487
6487
  this.color = 'accent';
@@ -6577,7 +6577,7 @@ class CuraButtonTransparent {
6577
6577
  this.iconName = undefined;
6578
6578
  this.iconset = 'default';
6579
6579
  this.iconPosition = 'left';
6580
- this.iconOnly = undefined;
6580
+ this.iconOnly = false;
6581
6581
  this.href = undefined;
6582
6582
  this.target = "_self";
6583
6583
  this.color = 'accent';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rededor/cura-hydrate",
3
3
  "description": "cura component hydration app.",
4
- "version": "0.5.0",
5
4
  "main": "index.js",
6
- "types": "index.d.ts"
5
+ "types": "index.d.ts",
6
+ "version": "0.5.1"
7
7
  }