@wizishop/angular-components 15.1.104 → 15.1.106

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.
@@ -1091,7 +1091,6 @@ wac-block {
1091
1091
 
1092
1092
  &.width-auto {
1093
1093
  width: fit-content;
1094
- margin: 0 auto;
1095
1094
  }
1096
1095
 
1097
1096
  &.white-space-no-wrap {
@@ -5130,9 +5129,6 @@ wac-calendar {
5130
5129
  padding: 0 20px 0 48px;
5131
5130
  font-weight: 400;
5132
5131
  width: 100%;
5133
- @include media('<tablet') {
5134
- padding: 0 0 0 10px;
5135
- }
5136
5132
  &::-webkit-input-placeholder {
5137
5133
  /* Chrome/Opera/Safari */
5138
5134
  color: $wac-multiple-search-input-color;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.104",
3
+ "version": "15.1.106",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",