@wizishop/angular-components 0.0.114 → 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.
@@ -645,6 +645,9 @@ $wac-color-success-popup-alert: #6DCC95!default;
645
645
  min-width: unset;
646
646
  margin: 0 0 100px;
647
647
  background-color: $wac-tag-success;
648
+ &.is-danger {
649
+ background-color: $wac-primary-button;
650
+ }
648
651
  .alert--message {
649
652
  display: flex;
650
653
  align-items: center;
@@ -2510,6 +2513,12 @@ $wac-color-success-popup-alert: #6DCC95!default;
2510
2513
  font-weight: 500 !important;
2511
2514
  margin-bottom: 0;
2512
2515
  }
2516
+
2517
+ textarea {
2518
+ &.is-danger {
2519
+ border-color: $wac-primary-button !important;
2520
+ }
2521
+ }
2513
2522
  textarea:focus {
2514
2523
  border-color: $wizishop-blue !important;
2515
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 = '';
@@ -4144,6 +4145,7 @@
4144
4145
  exports.AlertPopupComponent = AlertPopupComponent;
4145
4146
  exports.AlertPopupModule = AlertPopupModule;
4146
4147
  exports.AlertPopupService = AlertPopupService;
4148
+ exports.AreAllOptionsSelectedPipe = AreAllOptionsSelectedPipe;
4147
4149
  exports.AutoHideDirective = AutoHideDirective;
4148
4150
  exports.BackComponent = BackComponent;
4149
4151
  exports.BlockComponent = BlockComponent;
@@ -4206,27 +4208,26 @@
4206
4208
  exports.TreeComponent = TreeComponent;
4207
4209
  exports.TreeModule = TreeModule;
4208
4210
  exports.UploadComponent = UploadComponent;
4211
+ exports.VarDirective = VarDirective;
4209
4212
  exports.WiziComponentsModule = WiziComponentsModule;
4210
4213
  exports.WrapperBlocsComponent = WrapperBlocsComponent;
4211
4214
  exports.WrapperComponent = WrapperComponent;
4212
4215
  exports.WzEditInPlaceComponent = WzEditInPlaceComponent;
4213
4216
  exports.ZindexToggleDirective = ZindexToggleDirective;
4214
4217
  exports.ɵa = DomService;
4215
- exports.ɵb = VarDirective;
4216
- exports.ɵc = AreAllOptionsSelectedPipe;
4217
- exports.ɵd = PaginationModule;
4218
- exports.ɵe = PagniationArrayTotalPages;
4219
- exports.ɵf = PagniationIsLastPage;
4220
- exports.ɵg = PagniationText;
4221
- exports.ɵh = TableModule;
4222
- exports.ɵi = InputSearchModule;
4223
- exports.ɵj = InputModule;
4224
- exports.ɵk = TooltipModule;
4225
- exports.ɵl = ProgressBarModule;
4226
- exports.ɵm = LoaderModule;
4227
- exports.ɵn = CheckboxModule;
4228
- exports.ɵo = inOutY;
4229
- exports.ɵp = inOutX;
4218
+ exports.ɵb = PaginationModule;
4219
+ exports.ɵc = PagniationArrayTotalPages;
4220
+ exports.ɵd = PagniationIsLastPage;
4221
+ exports.ɵe = PagniationText;
4222
+ exports.ɵf = TableModule;
4223
+ exports.ɵg = InputSearchModule;
4224
+ exports.ɵh = InputModule;
4225
+ exports.ɵi = TooltipModule;
4226
+ exports.ɵj = ProgressBarModule;
4227
+ exports.ɵk = LoaderModule;
4228
+ exports.ɵl = CheckboxModule;
4229
+ exports.ɵm = inOutY;
4230
+ exports.ɵn = inOutX;
4230
4231
 
4231
4232
  Object.defineProperty(exports, '__esModule', { value: true });
4232
4233