@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.
@@ -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 = '';