@wizishop/angular-components 0.0.241 → 0.0.243

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.
@@ -2186,7 +2186,7 @@ $wac-subtitle-color: #7A87A1!default;
2186
2186
  }
2187
2187
  &__text {
2188
2188
  width: 100%;
2189
- max-width: calc(100% - 150px);
2189
+ max-width: calc(100% - 100px);
2190
2190
  &__count {
2191
2191
  margin: 0;
2192
2192
  width: 100%;
@@ -3478,7 +3478,7 @@ $wac-subtitle-color: #7A87A1!default;
3478
3478
  .wac-token-check {
3479
3479
  display: inline-block;
3480
3480
  position: relative;
3481
- padding: 12px 20px;
3481
+ padding: 11px 20px;
3482
3482
  border-style: solid;
3483
3483
  border-width: 1px;
3484
3484
  border-radius: 3px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "0.0.241",
3
+ "version": "0.0.243",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^11.2.12",
6
6
  "@angular/core": "^11.2.12",