@wizishop/angular-components 0.0.116 → 0.0.117
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 +6 -0
- package/bundles/wizishop-angular-components.umd.js +1 -0
- package/bundles/wizishop-angular-components.umd.js.map +1 -1
- package/bundles/wizishop-angular-components.umd.min.js.map +1 -1
- package/esm2015/lib/components/switch/switch.component.js +2 -1
- package/fesm2015/wizishop-angular-components.js +1 -0
- package/fesm2015/wizishop-angular-components.js.map +1 -1
- package/package.json +1 -1
- package/wizishop-angular-components-0.0.117.tgz +0 -0
- package/wizishop-angular-components.metadata.json +1 -1
- package/wizishop-angular-components-0.0.116.tgz +0 -0
package/angular-components.scss
CHANGED
|
@@ -2513,6 +2513,12 @@ $wac-color-success-popup-alert: #6DCC95!default;
|
|
|
2513
2513
|
font-weight: 500 !important;
|
|
2514
2514
|
margin-bottom: 0;
|
|
2515
2515
|
}
|
|
2516
|
+
|
|
2517
|
+
textarea {
|
|
2518
|
+
&.is-danger {
|
|
2519
|
+
border-color: $wac-primary-button !important;
|
|
2520
|
+
}
|
|
2521
|
+
}
|
|
2516
2522
|
textarea:focus {
|
|
2517
2523
|
border-color: $wizishop-blue !important;
|
|
2518
2524
|
|
|
@@ -2080,6 +2080,7 @@
|
|
|
2080
2080
|
|
|
2081
2081
|
var SwitchComponent = /** @class */ (function () {
|
|
2082
2082
|
function SwitchComponent() {
|
|
2083
|
+
// todo add ngmodel and review texts display (textState is mandaoty in order to display textStateEnable and textStateDisable)
|
|
2083
2084
|
this.value = false;
|
|
2084
2085
|
this.textState = false;
|
|
2085
2086
|
this.textStateEnable = '';
|