@wizishop/angular-components 15.1.64 → 15.1.65

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.
@@ -6226,6 +6226,10 @@ wac-optional-disable-container {
6226
6226
  .wac-row {
6227
6227
  margin: 0!important;
6228
6228
  }
6229
+
6230
+ .field {
6231
+ width: 100%;
6232
+ }
6229
6233
  }
6230
6234
  .wac-search {
6231
6235
  width: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.64",
3
+ "version": "15.1.65",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",