@wizishop/angular-components 15.1.108 → 15.1.109

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.
@@ -5239,19 +5239,18 @@ wac-calendar {
5239
5239
  }
5240
5240
  }
5241
5241
  .wac-multiple-search-plus {
5242
-
5243
5242
  &.disabled {
5244
5243
  pointer-events: none;
5245
5244
  position: relative;
5246
5245
  &:after {
5247
- content: '';
5246
+ content: "";
5248
5247
  display: block;
5249
5248
  position: absolute;
5250
5249
  top: 0;
5251
5250
  left: 0;
5252
5251
  width: 100%;
5253
5252
  height: 52px;
5254
- opacity: .45;
5253
+ opacity: 0.45;
5255
5254
  background-color: $wac-background-color-disabled;
5256
5255
  z-index: 2;
5257
5256
  }
@@ -5262,7 +5261,6 @@ wac-calendar {
5262
5261
  width: fit-content;
5263
5262
 
5264
5263
  &__block {
5265
-
5266
5264
  display: flex;
5267
5265
  align-items: center;
5268
5266
  justify-content: space-between;
@@ -5280,7 +5278,7 @@ wac-calendar {
5280
5278
  margin: 0;
5281
5279
  }
5282
5280
 
5283
- :nth-child(n){
5281
+ :nth-child(n) {
5284
5282
  padding: 0 3px;
5285
5283
  }
5286
5284
 
@@ -5309,10 +5307,8 @@ wac-calendar {
5309
5307
  }
5310
5308
  }
5311
5309
  }
5312
-
5313
5310
  }
5314
5311
  }
5315
-
5316
5312
  }
5317
5313
 
5318
5314
  .wac-multiple-search {
@@ -5334,7 +5330,7 @@ wac-calendar {
5334
5330
  align-items: stretch;
5335
5331
  align-content: stretch;
5336
5332
  flex-wrap: nowrap;
5337
- @include media('<tablet') {
5333
+ @include media("<tablet") {
5338
5334
  padding: 0 12px;
5339
5335
  }
5340
5336
  &__left {
@@ -5369,7 +5365,7 @@ wac-calendar {
5369
5365
  position: relative;
5370
5366
  z-index: 2;
5371
5367
  cursor: pointer;
5372
- @include media('<tablet') {
5368
+ @include media("<tablet") {
5373
5369
  text-indent: -9999999px;
5374
5370
  margin: 0;
5375
5371
  width: 11px;
@@ -5384,7 +5380,7 @@ wac-calendar {
5384
5380
  font-size: rem(10);
5385
5381
  color: $wac-main-text;
5386
5382
  margin: 0 20px 0 0;
5387
- @include media('<tablet') {
5383
+ @include media("<tablet") {
5388
5384
  margin: 0 10px 0 0;
5389
5385
  }
5390
5386
  }
@@ -5458,15 +5454,12 @@ wac-calendar {
5458
5454
  padding: 0 20px 0 48px;
5459
5455
  font-weight: 400;
5460
5456
  width: 100%;
5461
- @include media('<tablet') {
5462
- padding: 0 0 0 10px;
5463
- }
5464
5457
  &::-webkit-input-placeholder {
5465
5458
  /* Chrome/Opera/Safari */
5466
5459
  color: $wac-multiple-search-input-color;
5467
5460
  opacity: 1;
5468
5461
  font-weight: 400;
5469
- @include media('<tablet') {
5462
+ @include media("<tablet") {
5470
5463
  font-size: rem(11);
5471
5464
  }
5472
5465
  }
@@ -5475,7 +5468,7 @@ wac-calendar {
5475
5468
  color: $wac-multiple-search-input-color;
5476
5469
  opacity: 1;
5477
5470
  font-weight: 400;
5478
- @include media('<tablet') {
5471
+ @include media("<tablet") {
5479
5472
  font-size: rem(11);
5480
5473
  }
5481
5474
  }
@@ -5484,7 +5477,7 @@ wac-calendar {
5484
5477
  color: $wac-multiple-search-input-color;
5485
5478
  opacity: 1;
5486
5479
  font-weight: 400;
5487
- @include media('<tablet') {
5480
+ @include media("<tablet") {
5488
5481
  font-size: rem(11);
5489
5482
  }
5490
5483
  }
@@ -5493,7 +5486,7 @@ wac-calendar {
5493
5486
  color: $wac-multiple-search-input-color;
5494
5487
  opacity: 1;
5495
5488
  font-weight: 400;
5496
- @include media('<tablet') {
5489
+ @include media("<tablet") {
5497
5490
  font-size: rem(11);
5498
5491
  }
5499
5492
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.108",
3
+ "version": "15.1.109",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",