@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.
- package/angular-components.scss +2 -1
- package/bundles/wizishop-angular-components.umd.js +2 -2
- package/bundles/wizishop-angular-components.umd.js.map +1 -1
- package/bundles/wizishop-angular-components.umd.min.js +1 -1
- package/bundles/wizishop-angular-components.umd.min.js.map +1 -1
- package/esm2015/lib/components/text-area/text-area.component.js +3 -3
- package/fesm2015/wizishop-angular-components.js +2 -2
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/lib/components/text-area/text-area.component.d.ts +2 -2
- package/package.json +1 -1
- package/wizishop-angular-components-0.0.199.tgz +0 -0
- package/wizishop-angular-components-0.0.196.tgz +0 -0
package/angular-components.scss
CHANGED
|
@@ -709,7 +709,7 @@ $wac-subtitle-color: #7A87A1!default;
|
|
|
709
709
|
width: 100%;
|
|
710
710
|
display: flex;
|
|
711
711
|
align-items: center;
|
|
712
|
-
padding:
|
|
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 =
|
|
1999
|
-
this.textError =
|
|
1998
|
+
this.textInfo = '';
|
|
1999
|
+
this.textError = '';
|
|
2000
2000
|
this.size = null;
|
|
2001
2001
|
this.min = null;
|
|
2002
2002
|
this.max = null;
|