@wizishop/angular-components 0.0.196 → 0.0.199

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.
@@ -709,7 +709,7 @@ $wac-subtitle-color: #7A87A1!default;
709
709
  width: 100%;
710
710
  display: flex;
711
711
  align-items: center;
712
- padding: 10px;
712
+ padding: 0;
713
713
  margin: 0 0 10px;
714
714
  border-radius: 3px;
715
715
 
@@ -6197,6 +6197,7 @@ span.wac-tooltip {
6197
6197
  flex-direction: row-reverse;
6198
6198
  justify-content: center;
6199
6199
  align-items: flex-start;
6200
+ padding: 30px 0;
6200
6201
  @include media('<desktop') {
6201
6202
  flex-direction: column-reverse;
6202
6203
  justify-content: flex-start;
@@ -1995,8 +1995,8 @@
1995
1995
  this.label = '';
1996
1996
  this.value = '';
1997
1997
  this.placeholder = '';
1998
- this.textInfo = null;
1999
- this.textError = null;
1998
+ this.textInfo = '';
1999
+ this.textError = '';
2000
2000
  this.size = null;
2001
2001
  this.min = null;
2002
2002
  this.max = null;