antd-mobile 5.42.1 → 5.42.2-alpha.0

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.
@@ -2963,6 +2963,10 @@ a.adm-list-item:active:not(.adm-list-item-disabled):after {
2963
2963
  margin-right: var(--gap-horizontal);
2964
2964
  }
2965
2965
 
2966
+ .adm-space-horizontal>.adm-space-item:last-child {
2967
+ margin-right: 0;
2968
+ }
2969
+
2966
2970
  .adm-space-horizontal.adm-space-wrap {
2967
2971
  flex-wrap: wrap;
2968
2972
  margin-bottom: calc(var(--gap-vertical) * -1);
@@ -5710,6 +5714,7 @@ a.adm-list-item:active:not(.adm-list-item-disabled):after {
5710
5714
  overflow-x: scroll;
5711
5715
  letter-spacing: 2px;
5712
5716
  padding-right: var(--caret-width);
5717
+ outline: none;
5713
5718
  scrollbar-width: none;
5714
5719
  }
5715
5720
 
@@ -33,6 +33,10 @@
33
33
  margin-right: var(--gap-horizontal);
34
34
  }
35
35
 
36
+ .adm-space-horizontal > .adm-space-item:last-child {
37
+ margin-right: 0;
38
+ }
39
+
36
40
  .adm-space-horizontal.adm-space-wrap {
37
41
  flex-wrap: wrap;
38
42
  margin-bottom: calc(var(--gap-vertical) * -1);
@@ -32,6 +32,7 @@
32
32
  overflow-x: scroll;
33
33
  letter-spacing: 2px;
34
34
  padding-right: var(--caret-width);
35
+ outline: none;
35
36
  scrollbar-width: none;
36
37
  }
37
38
 
@@ -33,6 +33,10 @@
33
33
  margin-right: var(--gap-horizontal);
34
34
  }
35
35
 
36
+ .adm-space-horizontal > .adm-space-item:last-child {
37
+ margin-right: 0;
38
+ }
39
+
36
40
  .adm-space-horizontal.adm-space-wrap {
37
41
  flex-wrap: wrap;
38
42
  margin-bottom: calc(var(--gap-vertical) * -1);
@@ -32,6 +32,7 @@
32
32
  overflow-x: scroll;
33
33
  letter-spacing: 2px;
34
34
  padding-right: var(--caret-width);
35
+ outline: none;
35
36
  scrollbar-width: none;
36
37
  }
37
38
 
package/2x/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "antd-mobile",
3
- "version": "5.42.1",
3
+ "version": "5.42.2-alpha.0",
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"