antd-mobile 5.42.2 → 5.42.3

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.
@@ -2955,10 +2955,6 @@ a.adm-list-item:active:not(.adm-list-item-disabled):after {
2955
2955
  flex-direction: row;
2956
2956
  }
2957
2957
 
2958
- .adm-space-horizontal:not(:empty) {
2959
- margin-right: calc(var(--gap-horizontal) * -1);
2960
- }
2961
-
2962
2958
  .adm-space-horizontal>.adm-space-item {
2963
2959
  margin-right: var(--gap-horizontal);
2964
2960
  }
@@ -25,10 +25,6 @@
25
25
  flex-direction: row;
26
26
  }
27
27
 
28
- .adm-space-horizontal:not(:empty) {
29
- margin-right: calc(var(--gap-horizontal) * -1);
30
- }
31
-
32
28
  .adm-space-horizontal > .adm-space-item {
33
29
  margin-right: var(--gap-horizontal);
34
30
  }
@@ -25,10 +25,6 @@
25
25
  flex-direction: row;
26
26
  }
27
27
 
28
- .adm-space-horizontal:not(:empty) {
29
- margin-right: calc(var(--gap-horizontal) * -1);
30
- }
31
-
32
28
  .adm-space-horizontal > .adm-space-item {
33
29
  margin-right: var(--gap-horizontal);
34
30
  }
package/2x/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-mobile",
3
- "version": "5.42.2",
3
+ "version": "5.42.3",
4
4
  "homepage": "https://github.com/ant-design/ant-design-mobile#readme",
5
5
  "bugs": {
6
6
  "url": "https://github.com/ant-design/ant-design-mobile/issues"