@wizishop/angular-components 15.1.121 → 15.1.122

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.
@@ -959,6 +959,7 @@ wac-block {
959
959
  height: 40px;
960
960
  display: flex;
961
961
  align-items: center;
962
+ justify-content: space-between;
962
963
  gap: 10px;
963
964
  padding: 8px;
964
965
  border: 1px solid #dee2ed;
@@ -1001,6 +1002,8 @@ wac-block {
1001
1002
  width: 100%;
1002
1003
  max-width: 202px;
1003
1004
  height: 4px;
1005
+ padding: 0;
1006
+ border: none;
1004
1007
  background: transparent;
1005
1008
  -webkit-appearance: none;
1006
1009
  appearance: none;
@@ -1081,6 +1084,7 @@ wac-block {
1081
1084
  width: 100%;
1082
1085
  max-width: 45px;
1083
1086
  height: 100%;
1087
+ padding: 0;
1084
1088
  border: none;
1085
1089
  font-size: 14px;
1086
1090
  color: #1d2a3b;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/angular-components",
3
- "version": "15.1.121",
3
+ "version": "15.1.122",
4
4
  "peerDependencies": {
5
5
  "@angular/animations": "~15.0.2",
6
6
  "@angular/cdk": "^15.0.1",