@wizishop/angular-components 15.1.153 → 15.1.154

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.
@@ -10918,6 +10918,12 @@ div.wac-field-input-search {
10918
10918
 
10919
10919
  }
10920
10920
 
10921
+ .wac-option {
10922
+ &__placeholder {
10923
+ pointer-events: none;
10924
+ }
10925
+ }
10926
+
10921
10927
  .wac-select-seacrh-trigger {
10922
10928
  position: relative;
10923
10929
  top: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.153",
3
+ "version": "15.1.154",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",