@wizishop/angular-components 15.1.65 → 15.1.66

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.
@@ -6230,6 +6230,9 @@ wac-optional-disable-container {
6230
6230
  .field {
6231
6231
  width: 100%;
6232
6232
  }
6233
+ .wac-input .input, .wac-input .input:not([disabled]):focus, .wac-input .input:not([disabled]).is-focused, .wac-input .input:not([disabled]):active, .wac-input .input:not([disabled]).is-active {
6234
+ margin: 0;
6235
+ }
6233
6236
  }
6234
6237
  .wac-search {
6235
6238
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.65",
3
+ "version": "15.1.66",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",