@arco-design/mobile-react 2.20.0 → 2.21.2

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.
Files changed (304) hide show
  1. package/CHANGELOG.md +54 -0
  2. package/README.en-US.md +2 -2
  3. package/README.md +2 -2
  4. package/cjs/avatar/index.d.ts +1 -1
  5. package/cjs/avatar/index.js +1 -1
  6. package/cjs/badge/index.d.ts +1 -1
  7. package/cjs/badge/index.js +1 -1
  8. package/cjs/button/style/css/index.css +64 -64
  9. package/cjs/button/style/index.less +7 -5
  10. package/cjs/carousel/index.d.ts +1 -1
  11. package/cjs/carousel/index.js +1 -1
  12. package/cjs/cell/index.d.ts +1 -1
  13. package/cjs/cell/index.js +1 -1
  14. package/cjs/checkbox/index.d.ts +1 -1
  15. package/cjs/checkbox/index.js +1 -1
  16. package/cjs/collapse/index.d.ts +1 -1
  17. package/cjs/collapse/index.js +1 -1
  18. package/cjs/count-down/index.d.ts +1 -1
  19. package/cjs/count-down/index.js +1 -1
  20. package/cjs/date-picker/index.d.ts +1 -1
  21. package/cjs/date-picker/index.js +1 -1
  22. package/cjs/dropdown/dropdown.js +36 -20
  23. package/cjs/dropdown/style/css/index.css +3 -0
  24. package/cjs/dropdown/style/index.less +2 -0
  25. package/cjs/ellipsis/components/js-ellipsis.js +2 -3
  26. package/cjs/ellipsis/index.d.ts +1 -1
  27. package/cjs/ellipsis/index.js +3 -4
  28. package/cjs/image/index.d.ts +1 -1
  29. package/cjs/image/index.js +1 -1
  30. package/cjs/image-picker/index.d.ts +4 -175
  31. package/cjs/image-picker/index.js +41 -18
  32. package/cjs/image-picker/type.d.ts +174 -0
  33. package/cjs/image-picker/type.js +3 -0
  34. package/cjs/image-preview/index.d.ts +1 -1
  35. package/cjs/image-preview/index.js +1 -1
  36. package/cjs/index.d.ts +2 -0
  37. package/cjs/index.js +9 -1
  38. package/cjs/input/hooks.js +49 -8
  39. package/cjs/input/index.d.ts +1 -1
  40. package/cjs/input/index.js +1 -1
  41. package/cjs/input/props.d.ts +8 -2
  42. package/cjs/notice-bar/index.d.ts +1 -1
  43. package/cjs/notice-bar/index.js +1 -1
  44. package/cjs/picker/index.d.ts +1 -1
  45. package/cjs/picker/index.js +1 -1
  46. package/cjs/picker-view/index.d.ts +1 -1
  47. package/cjs/picker-view/index.js +1 -1
  48. package/cjs/popover/index.d.ts +1 -1
  49. package/cjs/popover/index.js +1 -1
  50. package/cjs/popup-swiper/index.js +3 -2
  51. package/cjs/radio/index.d.ts +1 -1
  52. package/cjs/radio/index.js +1 -1
  53. package/cjs/rate/index.d.ts +1 -1
  54. package/cjs/rate/index.js +1 -1
  55. package/cjs/search-bar/association.d.ts +3 -0
  56. package/cjs/search-bar/association.js +92 -0
  57. package/cjs/search-bar/cancel-button.d.ts +10 -0
  58. package/cjs/search-bar/cancel-button.js +41 -0
  59. package/cjs/search-bar/demo/style/css/mobile.css +5 -0
  60. package/cjs/search-bar/demo/style/mobile.less +9 -0
  61. package/cjs/search-bar/highlight.d.ts +12 -0
  62. package/cjs/search-bar/highlight.js +77 -0
  63. package/cjs/search-bar/index.d.ts +13 -0
  64. package/cjs/search-bar/index.js +231 -0
  65. package/cjs/search-bar/style/css/index.css +148 -0
  66. package/cjs/search-bar/style/css/index.d.ts +2 -0
  67. package/cjs/search-bar/style/css/index.js +5 -0
  68. package/cjs/search-bar/style/index.d.ts +2 -0
  69. package/cjs/search-bar/style/index.js +5 -0
  70. package/cjs/search-bar/style/index.less +111 -0
  71. package/cjs/search-bar/type.d.ts +163 -0
  72. package/cjs/search-bar/type.js +3 -0
  73. package/cjs/slider/index.d.ts +1 -1
  74. package/cjs/slider/index.js +1 -1
  75. package/cjs/steps/index.d.ts +1 -1
  76. package/cjs/steps/index.js +1 -1
  77. package/cjs/sticky/index.d.ts +1 -1
  78. package/cjs/style.d.ts +2 -0
  79. package/cjs/style.js +4 -0
  80. package/cjs/swipe-action/demo/style/css/mobile.css +5 -0
  81. package/cjs/swipe-action/demo/style/mobile.less +9 -0
  82. package/cjs/swipe-action/index.d.ts +12 -0
  83. package/cjs/swipe-action/index.js +337 -0
  84. package/cjs/swipe-action/item.d.ts +11 -0
  85. package/cjs/swipe-action/item.js +52 -0
  86. package/cjs/swipe-action/style/css/index.css +88 -0
  87. package/cjs/swipe-action/style/css/index.d.ts +2 -0
  88. package/cjs/swipe-action/style/css/index.js +5 -0
  89. package/cjs/swipe-action/style/index.d.ts +2 -0
  90. package/cjs/swipe-action/style/index.js +5 -0
  91. package/cjs/swipe-action/style/index.less +89 -0
  92. package/cjs/swipe-action/type.d.ts +123 -0
  93. package/cjs/swipe-action/type.js +3 -0
  94. package/cjs/switch/index.d.ts +1 -1
  95. package/cjs/switch/index.js +1 -1
  96. package/cjs/tabs/tab-pane.js +5 -1
  97. package/cjs/tag/index.d.ts +1 -1
  98. package/cjs/tag/index.js +1 -1
  99. package/cjs/textarea/index.d.ts +1 -1
  100. package/cjs/textarea/index.js +1 -1
  101. package/dist/index.js +7394 -6570
  102. package/dist/index.min.js +6 -6
  103. package/dist/style.css +267 -64
  104. package/dist/style.min.css +1 -1
  105. package/esm/avatar/index.d.ts +1 -1
  106. package/esm/avatar/index.js +1 -1
  107. package/esm/badge/index.d.ts +1 -1
  108. package/esm/badge/index.js +1 -1
  109. package/esm/button/style/css/index.css +64 -64
  110. package/esm/button/style/index.less +7 -5
  111. package/esm/carousel/index.d.ts +1 -1
  112. package/esm/carousel/index.js +1 -1
  113. package/esm/cell/index.d.ts +1 -1
  114. package/esm/cell/index.js +1 -1
  115. package/esm/checkbox/index.d.ts +1 -1
  116. package/esm/checkbox/index.js +1 -1
  117. package/esm/collapse/index.d.ts +1 -1
  118. package/esm/collapse/index.js +1 -1
  119. package/esm/count-down/index.d.ts +1 -1
  120. package/esm/count-down/index.js +1 -1
  121. package/esm/date-picker/index.d.ts +1 -1
  122. package/esm/date-picker/index.js +1 -1
  123. package/esm/dropdown/dropdown.js +36 -20
  124. package/esm/dropdown/style/css/index.css +3 -0
  125. package/esm/dropdown/style/index.less +2 -0
  126. package/esm/ellipsis/components/js-ellipsis.js +2 -3
  127. package/esm/ellipsis/index.d.ts +1 -1
  128. package/esm/ellipsis/index.js +3 -4
  129. package/esm/image/index.d.ts +1 -1
  130. package/esm/image/index.js +1 -1
  131. package/esm/image-picker/index.d.ts +4 -175
  132. package/esm/image-picker/index.js +30 -17
  133. package/esm/image-picker/type.d.ts +174 -0
  134. package/esm/image-picker/type.js +1 -0
  135. package/esm/image-preview/index.d.ts +1 -1
  136. package/esm/image-preview/index.js +1 -1
  137. package/esm/index.d.ts +2 -0
  138. package/esm/index.js +2 -0
  139. package/esm/input/hooks.js +49 -8
  140. package/esm/input/index.d.ts +1 -1
  141. package/esm/input/index.js +1 -1
  142. package/esm/input/props.d.ts +8 -2
  143. package/esm/notice-bar/index.d.ts +1 -1
  144. package/esm/notice-bar/index.js +1 -1
  145. package/esm/picker/index.d.ts +1 -1
  146. package/esm/picker/index.js +1 -1
  147. package/esm/picker-view/index.d.ts +1 -1
  148. package/esm/picker-view/index.js +1 -1
  149. package/esm/popover/index.d.ts +1 -1
  150. package/esm/popover/index.js +1 -1
  151. package/esm/popup-swiper/index.js +3 -2
  152. package/esm/radio/index.d.ts +1 -1
  153. package/esm/radio/index.js +1 -1
  154. package/esm/rate/index.d.ts +1 -1
  155. package/esm/rate/index.js +1 -1
  156. package/esm/search-bar/association.d.ts +3 -0
  157. package/esm/search-bar/association.js +82 -0
  158. package/esm/search-bar/cancel-button.d.ts +10 -0
  159. package/esm/search-bar/cancel-button.js +30 -0
  160. package/esm/search-bar/demo/style/css/mobile.css +5 -0
  161. package/esm/search-bar/demo/style/mobile.less +9 -0
  162. package/esm/search-bar/highlight.d.ts +12 -0
  163. package/esm/search-bar/highlight.js +66 -0
  164. package/esm/search-bar/index.d.ts +13 -0
  165. package/esm/search-bar/index.js +212 -0
  166. package/esm/search-bar/style/css/index.css +148 -0
  167. package/esm/search-bar/style/css/index.d.ts +2 -0
  168. package/esm/search-bar/style/css/index.js +2 -0
  169. package/esm/search-bar/style/index.d.ts +2 -0
  170. package/esm/search-bar/style/index.js +2 -0
  171. package/esm/search-bar/style/index.less +111 -0
  172. package/esm/search-bar/type.d.ts +163 -0
  173. package/esm/search-bar/type.js +1 -0
  174. package/esm/slider/index.d.ts +1 -1
  175. package/esm/slider/index.js +1 -1
  176. package/esm/steps/index.d.ts +1 -1
  177. package/esm/steps/index.js +1 -1
  178. package/esm/sticky/index.d.ts +1 -1
  179. package/esm/style.d.ts +2 -0
  180. package/esm/style.js +2 -0
  181. package/esm/swipe-action/demo/style/css/mobile.css +5 -0
  182. package/esm/swipe-action/demo/style/mobile.less +9 -0
  183. package/esm/swipe-action/index.d.ts +12 -0
  184. package/esm/swipe-action/index.js +320 -0
  185. package/esm/swipe-action/item.d.ts +11 -0
  186. package/esm/swipe-action/item.js +42 -0
  187. package/esm/swipe-action/style/css/index.css +88 -0
  188. package/esm/swipe-action/style/css/index.d.ts +2 -0
  189. package/esm/swipe-action/style/css/index.js +2 -0
  190. package/esm/swipe-action/style/index.d.ts +2 -0
  191. package/esm/swipe-action/style/index.js +2 -0
  192. package/esm/swipe-action/style/index.less +89 -0
  193. package/esm/swipe-action/type.d.ts +123 -0
  194. package/esm/swipe-action/type.js +1 -0
  195. package/esm/switch/index.d.ts +1 -1
  196. package/esm/switch/index.js +1 -1
  197. package/esm/tabs/tab-pane.js +5 -1
  198. package/esm/tag/index.d.ts +1 -1
  199. package/esm/tag/index.js +1 -1
  200. package/esm/textarea/index.d.ts +1 -1
  201. package/esm/textarea/index.js +1 -1
  202. package/package.json +3 -3
  203. package/tokens/app/arcodesign/default/css-variables.less +34 -0
  204. package/tokens/app/arcodesign/default/index.d.ts +34 -0
  205. package/tokens/app/arcodesign/default/index.js +34 -0
  206. package/tokens/app/arcodesign/default/index.json +398 -0
  207. package/tokens/app/arcodesign/default/index.less +34 -0
  208. package/umd/avatar/index.d.ts +1 -1
  209. package/umd/avatar/index.js +1 -1
  210. package/umd/badge/index.d.ts +1 -1
  211. package/umd/badge/index.js +1 -1
  212. package/umd/button/style/css/index.css +64 -64
  213. package/umd/button/style/index.less +7 -5
  214. package/umd/carousel/index.d.ts +1 -1
  215. package/umd/carousel/index.js +1 -1
  216. package/umd/cell/index.d.ts +1 -1
  217. package/umd/cell/index.js +1 -1
  218. package/umd/checkbox/index.d.ts +1 -1
  219. package/umd/checkbox/index.js +1 -1
  220. package/umd/collapse/index.d.ts +1 -1
  221. package/umd/collapse/index.js +1 -1
  222. package/umd/count-down/index.d.ts +1 -1
  223. package/umd/count-down/index.js +1 -1
  224. package/umd/date-picker/index.d.ts +1 -1
  225. package/umd/date-picker/index.js +1 -1
  226. package/umd/dropdown/dropdown.js +36 -20
  227. package/umd/dropdown/style/css/index.css +3 -0
  228. package/umd/dropdown/style/index.less +2 -0
  229. package/umd/ellipsis/components/js-ellipsis.js +2 -3
  230. package/umd/ellipsis/index.d.ts +1 -1
  231. package/umd/ellipsis/index.js +3 -4
  232. package/umd/image/index.d.ts +1 -1
  233. package/umd/image/index.js +1 -1
  234. package/umd/image-picker/index.d.ts +4 -175
  235. package/umd/image-picker/index.js +40 -22
  236. package/umd/image-picker/type.d.ts +174 -0
  237. package/umd/image-picker/type.js +17 -0
  238. package/umd/image-preview/index.d.ts +1 -1
  239. package/umd/image-preview/index.js +1 -1
  240. package/umd/index.d.ts +2 -0
  241. package/umd/index.js +9 -5
  242. package/umd/input/hooks.js +48 -7
  243. package/umd/input/index.d.ts +1 -1
  244. package/umd/input/index.js +1 -1
  245. package/umd/input/props.d.ts +8 -2
  246. package/umd/notice-bar/index.d.ts +1 -1
  247. package/umd/notice-bar/index.js +1 -1
  248. package/umd/picker/index.d.ts +1 -1
  249. package/umd/picker/index.js +1 -1
  250. package/umd/picker-view/index.d.ts +1 -1
  251. package/umd/picker-view/index.js +1 -1
  252. package/umd/popover/index.d.ts +1 -1
  253. package/umd/popover/index.js +1 -1
  254. package/umd/popup-swiper/index.js +3 -2
  255. package/umd/radio/index.d.ts +1 -1
  256. package/umd/radio/index.js +1 -1
  257. package/umd/rate/index.d.ts +1 -1
  258. package/umd/rate/index.js +1 -1
  259. package/umd/search-bar/association.d.ts +3 -0
  260. package/umd/search-bar/association.js +101 -0
  261. package/umd/search-bar/cancel-button.d.ts +10 -0
  262. package/umd/search-bar/cancel-button.js +52 -0
  263. package/umd/search-bar/demo/style/css/mobile.css +5 -0
  264. package/umd/search-bar/demo/style/mobile.less +9 -0
  265. package/umd/search-bar/highlight.d.ts +12 -0
  266. package/umd/search-bar/highlight.js +87 -0
  267. package/umd/search-bar/index.d.ts +13 -0
  268. package/umd/search-bar/index.js +229 -0
  269. package/umd/search-bar/style/css/index.css +148 -0
  270. package/umd/search-bar/style/css/index.d.ts +2 -0
  271. package/umd/search-bar/style/css/index.js +15 -0
  272. package/umd/search-bar/style/index.d.ts +2 -0
  273. package/umd/search-bar/style/index.js +15 -0
  274. package/umd/search-bar/style/index.less +111 -0
  275. package/umd/search-bar/type.d.ts +163 -0
  276. package/umd/search-bar/type.js +17 -0
  277. package/umd/slider/index.d.ts +1 -1
  278. package/umd/slider/index.js +1 -1
  279. package/umd/steps/index.d.ts +1 -1
  280. package/umd/steps/index.js +1 -1
  281. package/umd/sticky/index.d.ts +1 -1
  282. package/umd/style.d.ts +2 -0
  283. package/umd/style.js +4 -4
  284. package/umd/swipe-action/demo/style/css/mobile.css +5 -0
  285. package/umd/swipe-action/demo/style/mobile.less +9 -0
  286. package/umd/swipe-action/index.d.ts +12 -0
  287. package/umd/swipe-action/index.js +342 -0
  288. package/umd/swipe-action/item.d.ts +11 -0
  289. package/umd/swipe-action/item.js +62 -0
  290. package/umd/swipe-action/style/css/index.css +88 -0
  291. package/umd/swipe-action/style/css/index.d.ts +2 -0
  292. package/umd/swipe-action/style/css/index.js +15 -0
  293. package/umd/swipe-action/style/index.d.ts +2 -0
  294. package/umd/swipe-action/style/index.js +15 -0
  295. package/umd/swipe-action/style/index.less +89 -0
  296. package/umd/swipe-action/type.d.ts +123 -0
  297. package/umd/swipe-action/type.js +17 -0
  298. package/umd/switch/index.d.ts +1 -1
  299. package/umd/switch/index.js +1 -1
  300. package/umd/tabs/tab-pane.js +5 -1
  301. package/umd/tag/index.d.ts +1 -1
  302. package/umd/tag/index.js +1 -1
  303. package/umd/textarea/index.d.ts +1 -1
  304. package/umd/textarea/index.js +1 -1
@@ -6,7 +6,7 @@ import { useSystem } from '../_helpers';
6
6
  /**
7
7
  * 开关组件,支持点击和滑动触发开关动作。
8
8
  * @en A switch component that supports click and slide trigger switch actions.
9
- * @type 数据输入
9
+ * @type 数据录入
10
10
  * @type_en Data Entry
11
11
  * @name 开关
12
12
  * @name_en Switch
@@ -160,10 +160,14 @@ var TabPane = /*#__PURE__*/forwardRef(function (props, ref) {
160
160
  var topDis = curPaneTop - containerTop - scrollOffset;
161
161
  var scrollAttr = scrollVertical ? 'scrollTop' : 'scrollLeft';
162
162
  var scrollTop = isGlobal ? Math.max(document.documentElement[scrollAttr], document.body[scrollAttr]) : scrollEle[scrollAttr];
163
+ var scrollSizeAttr = scrollVertical ? 'scrollHeight' : 'scrollWidth';
164
+ var sizeAttr = scrollVertical ? 'offsetHeight' : 'offsetWidth';
165
+ var maxTopDis = isGlobal ? Math.max(document.documentElement[scrollSizeAttr], document.body[scrollSizeAttr]) - scrollTop - (scrollVertical ? window.innerHeight : window.innerWidth) : scrollEle[scrollSizeAttr] - scrollTop - scrollEle[sizeAttr];
166
+ var normalizedTopDis = Math.min(maxTopDis, topDis);
163
167
  clearTimeout(timerRef.current);
164
168
  autoScrollingRef.current = true;
165
169
  var duration = rightNow ? 0 : transitionDuration || 0;
166
- scrollWithAnimation(scrollTop, scrollTop + topDis, function (top) {
170
+ scrollWithAnimation(scrollTop, scrollTop + normalizedTopDis, function (top) {
167
171
  if (isGlobal) {
168
172
  document.documentElement[scrollAttr] = top;
169
173
  document.body[scrollAttr] = top;
@@ -6,7 +6,7 @@ declare const _default: import("react").ForwardRefExoticComponent<import("./type
6
6
  /**
7
7
  * 标签组件,支持标签和标签组。
8
8
  * @en Tag component, supports tags and tag groups.
9
- * @type 数据展示
9
+ * @type 信息展示
10
10
  * @type_en Data Display
11
11
  * @name 标签
12
12
  * @name_en Tag
package/esm/tag/index.js CHANGED
@@ -11,7 +11,7 @@ var List = componentGenerator(Tag);
11
11
  /**
12
12
  * 标签组件,支持标签和标签组。
13
13
  * @en Tag component, supports tags and tag groups.
14
- * @type 数据展示
14
+ * @type 信息展示
15
15
  * @type_en Data Display
16
16
  * @name 标签
17
17
  * @name_en Tag
@@ -84,7 +84,7 @@ export interface TextareaRef {
84
84
  /**
85
85
  * 多行文本输入框组件,支持自适应内容高度。
86
86
  * @en A multi-line textarea, supports adaptive content height.
87
- * @type 数据输入
87
+ * @type 数据录入
88
88
  * @type_en Data Entry
89
89
  * @name 多行文本框
90
90
  * @name_en Textarea
@@ -7,7 +7,7 @@ import { useInputLogic } from '../input/hooks';
7
7
  /**
8
8
  * 多行文本输入框组件,支持自适应内容高度。
9
9
  * @en A multi-line textarea, supports adaptive content height.
10
- * @type 数据输入
10
+ * @type 数据录入
11
11
  * @type_en Data Entry
12
12
  * @name 多行文本框
13
13
  * @name_en Textarea
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arco-design/mobile-react",
3
- "version": "2.20.0",
3
+ "version": "2.21.2",
4
4
  "description": "",
5
5
  "main": "cjs/index.js",
6
6
  "module": "esm/index.js",
@@ -15,7 +15,7 @@
15
15
  "author": "taoyiyue@bytedance.com",
16
16
  "license": "ISC",
17
17
  "dependencies": {
18
- "@arco-design/mobile-utils": "^2.11.0",
18
+ "@arco-design/mobile-utils": "^2.12.2",
19
19
  "@arco-design/transformable": "^1.0.0",
20
20
  "es6-promise": "^4.2.8",
21
21
  "lodash.throttle": "^4.1.1",
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "ab07cde0e974fa874dc63f9520da4e91b510c28f"
39
+ "gitHead": "f226b3daa582369797ab83f5299c541252ebba82"
40
40
  }
@@ -560,6 +560,16 @@
560
560
  --steps-vertical-padding-bottom: 0;
561
561
  --steps-vertical-padding-left: ~`pxtorem(20)`;
562
562
  --steps-process-with-config-item-icon-color: #FFFFFF;
563
+ --swipe-action-open-transition: cubic-bezier(0.2, 0.8, 0.32, 1.28);
564
+ --swipe-action-close-transition: cubic-bezier(0.34, 0.69, 0.1, 1);
565
+ --swipe-action-info-padding: ~`pxtorem(16)`;
566
+ --swipe-action-info-bounce-buffer: ~`pxtorem(30)`;
567
+ --swipe-action-text-font-size: ~`pxtorem(16)`;
568
+ --swipe-action-text-line-height: ~`pxtorem(22)`;
569
+ --swipe-action-text-color: #ffffff;
570
+ --swipe-action-icon-width: ~`pxtorem(20)`;
571
+ --swipe-action-icon-height: ~`pxtorem(20)`;
572
+ --swipe-action-icon-margin-right: ~`pxtorem(4)`;
563
573
  --badge-background-color: #F53F3F;
564
574
  --badge-text-color: #FFFFFF;
565
575
  --badge-font-size: 12PX;
@@ -647,6 +657,30 @@
647
657
  --action-sheet-header-padding: ~`pxtorem(16)`;
648
658
  --action-sheet-title-font-size: ~`pxtorem(16)`;
649
659
  --action-sheet-sub-title-font-size: ~`pxtorem(14)`;
660
+ --search-bar-padding: ~`pxtorem(16)`;
661
+ --search-bar-background-color: #FFFFFF;
662
+ --search-bar-square-shape-border-radius: ~`pxtorem(2)`;
663
+ --search-bar-round-shape-border-radius: ~`pxtorem(9999)`;
664
+ --search-bar-input-wrapper-height: ~`pxtorem(36)`;
665
+ --search-bar-input-wrapper-padding: ~`pxtorem(8)` ~`pxtorem(14)`;
666
+ --search-bar-input-wrapper-background-color: #F2F3F5;
667
+ --search-bar-input-wrapper-font-size: ~`pxtorem(14)`;
668
+ --search-bar-input-height: ~`pxtorem(20)`;
669
+ --search-bar-input-caret-color: var(--primary-color);
670
+ --search-bar-input-placeholder-color: var(--disabled-color);
671
+ --search-bar-prefix-margin-right: ~`pxtorem(9)`;
672
+ --search-bar-clear-icon-color: #C9CDD4;
673
+ --search-bar-search-icon-color: #86909C;
674
+ --search-bar-search-icon-font-size: ~`pxtorem(16)`;
675
+ --search-bar-cancel-btn-color: var(--primary-color);
676
+ --search-bar-cancel-btn-font-size: ~`pxtorem(15)`;
677
+ --search-bar-cancel-btn-margin-left: ~`pxtorem(16)`;
678
+ --search-bar-association-background-color: #FFFFFF;
679
+ --search-bar-association-item-height: ~`pxtorem(52)`;
680
+ --search-bar-association-item-padding: ~`pxtorem(16)`;
681
+ --search-bar-association-item-font-size: ~`pxtorem(15)`;
682
+ --search-bar-association-item-color: var(--font-color);
683
+ --search-bar-association-item-highlight-color: var(--primary-color);
650
684
  --image-picker-font-size: ~`pxtorem(14)`;
651
685
  --image-picker-disabled-opacity: 0.7;
652
686
  --image-picker-border-radius: ~`pxtorem(2)`;
@@ -559,6 +559,16 @@ export interface ArcodesignToken extends Record<string, string> {
559
559
  'steps-vertical-padding-bottom': string;
560
560
  'steps-vertical-padding-left': string;
561
561
  'steps-process-with-config-item-icon-color': string;
562
+ 'swipe-action-open-transition': string;
563
+ 'swipe-action-close-transition': string;
564
+ 'swipe-action-info-padding': string;
565
+ 'swipe-action-info-bounce-buffer': string;
566
+ 'swipe-action-text-font-size': string;
567
+ 'swipe-action-text-line-height': string;
568
+ 'swipe-action-text-color': string;
569
+ 'swipe-action-icon-width': string;
570
+ 'swipe-action-icon-height': string;
571
+ 'swipe-action-icon-margin-right': string;
562
572
  'badge-background-color': string;
563
573
  'badge-text-color': string;
564
574
  'badge-font-size': string;
@@ -646,6 +656,30 @@ export interface ArcodesignToken extends Record<string, string> {
646
656
  'action-sheet-header-padding': string;
647
657
  'action-sheet-title-font-size': string;
648
658
  'action-sheet-sub-title-font-size': string;
659
+ 'search-bar-padding': string;
660
+ 'search-bar-background-color': string;
661
+ 'search-bar-square-shape-border-radius': string;
662
+ 'search-bar-round-shape-border-radius': string;
663
+ 'search-bar-input-wrapper-height': string;
664
+ 'search-bar-input-wrapper-padding': string;
665
+ 'search-bar-input-wrapper-background-color': string;
666
+ 'search-bar-input-wrapper-font-size': string;
667
+ 'search-bar-input-height': string;
668
+ 'search-bar-input-caret-color': string;
669
+ 'search-bar-input-placeholder-color': string;
670
+ 'search-bar-prefix-margin-right': string;
671
+ 'search-bar-clear-icon-color': string;
672
+ 'search-bar-search-icon-color': string;
673
+ 'search-bar-search-icon-font-size': string;
674
+ 'search-bar-cancel-btn-color': string;
675
+ 'search-bar-cancel-btn-font-size': string;
676
+ 'search-bar-cancel-btn-margin-left': string;
677
+ 'search-bar-association-background-color': string;
678
+ 'search-bar-association-item-height': string;
679
+ 'search-bar-association-item-padding': string;
680
+ 'search-bar-association-item-font-size': string;
681
+ 'search-bar-association-item-color': string;
682
+ 'search-bar-association-item-highlight-color': string;
649
683
  'image-picker-font-size': string;
650
684
  'image-picker-disabled-opacity': string;
651
685
  'image-picker-border-radius': string;
@@ -571,6 +571,16 @@ var tokens = {
571
571
  "steps-vertical-padding-bottom": "0",
572
572
  "steps-vertical-padding-left": "0.4rem",
573
573
  "steps-process-with-config-item-icon-color": "#FFFFFF",
574
+ "swipe-action-open-transition": "cubic-bezier(0.2, 0.8, 0.32, 1.28)",
575
+ "swipe-action-close-transition": "cubic-bezier(0.34, 0.69, 0.1, 1)",
576
+ "swipe-action-info-padding": "0.32rem",
577
+ "swipe-action-info-bounce-buffer": "0.6rem",
578
+ "swipe-action-text-font-size": "0.32rem",
579
+ "swipe-action-text-line-height": "0.44rem",
580
+ "swipe-action-text-color": "#ffffff",
581
+ "swipe-action-icon-width": "0.4rem",
582
+ "swipe-action-icon-height": "0.4rem",
583
+ "swipe-action-icon-margin-right": "0.08rem",
574
584
  "badge-background-color": "#F53F3F",
575
585
  "badge-text-color": "#FFFFFF",
576
586
  "badge-font-size": "12PX",
@@ -658,6 +668,30 @@ var tokens = {
658
668
  "action-sheet-header-padding": "0.32rem",
659
669
  "action-sheet-title-font-size": "0.32rem",
660
670
  "action-sheet-sub-title-font-size": "0.28rem",
671
+ "search-bar-padding": "0.32rem",
672
+ "search-bar-background-color": "#FFFFFF",
673
+ "search-bar-square-shape-border-radius": "0.04rem",
674
+ "search-bar-round-shape-border-radius": "199.98rem",
675
+ "search-bar-input-wrapper-height": "0.72rem",
676
+ "search-bar-input-wrapper-padding": "0.16rem 0.28rem",
677
+ "search-bar-input-wrapper-background-color": "#F2F3F5",
678
+ "search-bar-input-wrapper-font-size": "0.28rem",
679
+ "search-bar-input-height": "0.4rem",
680
+ "search-bar-input-caret-color": "#165dff",
681
+ "search-bar-input-placeholder-color": "#c9cdd4",
682
+ "search-bar-prefix-margin-right": "0.18rem",
683
+ "search-bar-clear-icon-color": "#C9CDD4",
684
+ "search-bar-search-icon-color": "#86909C",
685
+ "search-bar-search-icon-font-size": "0.32rem",
686
+ "search-bar-cancel-btn-color": "#165dff",
687
+ "search-bar-cancel-btn-font-size": "0.3rem",
688
+ "search-bar-cancel-btn-margin-left": "0.32rem",
689
+ "search-bar-association-background-color": "#FFFFFF",
690
+ "search-bar-association-item-height": "1.04rem",
691
+ "search-bar-association-item-padding": "0.32rem",
692
+ "search-bar-association-item-font-size": "0.3rem",
693
+ "search-bar-association-item-color": "#1d2129",
694
+ "search-bar-association-item-highlight-color": "#165dff",
661
695
  "image-picker-font-size": "0.28rem",
662
696
  "image-picker-disabled-opacity": "0.7",
663
697
  "image-picker-border-radius": "0.04rem",
@@ -5591,6 +5591,294 @@
5591
5591
  "en": "Hidden scrollbar reserved width"
5592
5592
  }
5593
5593
  },
5594
+ "searchBarAssociationBackgroundColor": {
5595
+ "cssKey": "search-bar-association-background-color",
5596
+ "desc": "搜索联想框背景颜色",
5597
+ "override": "",
5598
+ "value": "#FFFFFF",
5599
+ "jsValue": "#FFFFFF",
5600
+ "staticValue": "#FFFFFF",
5601
+ "localeDesc": {
5602
+ "ch": "搜索联想框背景颜色",
5603
+ "en": "Background color of SearchBar association"
5604
+ }
5605
+ },
5606
+ "searchBarAssociationItemColor": {
5607
+ "cssKey": "search-bar-association-item-color",
5608
+ "desc": "搜索联想框候选项普通文字颜色",
5609
+ "override": "",
5610
+ "value": "@font-color",
5611
+ "jsValue": "@global@fontColor",
5612
+ "staticValue": "#1d2129",
5613
+ "localeDesc": {
5614
+ "ch": "搜索联想框候选项普通文字颜色",
5615
+ "en": "Color of SearchBar association item"
5616
+ }
5617
+ },
5618
+ "searchBarAssociationItemFontSize": {
5619
+ "cssKey": "search-bar-association-item-font-size",
5620
+ "desc": "搜索联想框候选项字体大小",
5621
+ "override": "",
5622
+ "value": "~`pxtorem(15)`",
5623
+ "jsValue": "@getRem@15",
5624
+ "staticValue": "0.3rem",
5625
+ "localeDesc": {
5626
+ "ch": "搜索联想框候选项字体大小",
5627
+ "en": "Fontsize of SearchBar association item"
5628
+ }
5629
+ },
5630
+ "searchBarAssociationItemHeight": {
5631
+ "cssKey": "search-bar-association-item-height",
5632
+ "desc": "搜索联想框候选项高度",
5633
+ "override": "",
5634
+ "value": "~`pxtorem(52)`",
5635
+ "jsValue": "@getRem@52",
5636
+ "staticValue": "1.04rem",
5637
+ "localeDesc": {
5638
+ "ch": "搜索联想框候选项高度",
5639
+ "en": "Height of SearchBar association item"
5640
+ }
5641
+ },
5642
+ "searchBarAssociationItemHighlightColor": {
5643
+ "cssKey": "search-bar-association-item-highlight-color",
5644
+ "desc": "搜索联想框候选项高亮文案颜色",
5645
+ "override": "",
5646
+ "value": "@primary-color",
5647
+ "jsValue": "@global@primaryColor",
5648
+ "staticValue": "#165dff",
5649
+ "localeDesc": {
5650
+ "ch": "搜索联想框候选项高亮文案颜色",
5651
+ "en": "Color of SearchBar association item highlight text"
5652
+ }
5653
+ },
5654
+ "searchBarAssociationItemPadding": {
5655
+ "cssKey": "search-bar-association-item-padding",
5656
+ "desc": "搜索联想框候选项内边距",
5657
+ "override": "",
5658
+ "value": "~`pxtorem(16)`",
5659
+ "jsValue": "@getRem@16",
5660
+ "staticValue": "0.32rem",
5661
+ "localeDesc": {
5662
+ "ch": "搜索联想框候选项内边距",
5663
+ "en": "Padding of SearchBar association item"
5664
+ }
5665
+ },
5666
+ "searchBarBackgroundColor": {
5667
+ "cssKey": "search-bar-background-color",
5668
+ "desc": "搜索栏背景颜色",
5669
+ "override": "",
5670
+ "value": "#FFFFFF",
5671
+ "jsValue": "#FFFFFF",
5672
+ "staticValue": "#FFFFFF",
5673
+ "localeDesc": {
5674
+ "ch": "搜索栏背景颜色",
5675
+ "en": "BackgroundColor of SearchBar"
5676
+ }
5677
+ },
5678
+ "searchBarCancelBtnColor": {
5679
+ "cssKey": "search-bar-cancel-btn-color",
5680
+ "desc": "搜索栏右侧取消按钮颜色",
5681
+ "override": "",
5682
+ "value": "@primary-color",
5683
+ "jsValue": "@global@primaryColor",
5684
+ "staticValue": "#165dff",
5685
+ "localeDesc": {
5686
+ "ch": "搜索栏右侧取消按钮颜色",
5687
+ "en": "Color of SearchBar cancel button"
5688
+ }
5689
+ },
5690
+ "searchBarCancelBtnFontSize": {
5691
+ "cssKey": "search-bar-cancel-btn-font-size",
5692
+ "desc": "搜索栏右侧取消按钮文字大小",
5693
+ "override": "",
5694
+ "value": "~`pxtorem(15)`",
5695
+ "jsValue": "@getRem@15",
5696
+ "staticValue": "0.3rem",
5697
+ "localeDesc": {
5698
+ "ch": "搜索栏右侧取消按钮文字大小",
5699
+ "en": "Font size of SearchBar cancel button"
5700
+ }
5701
+ },
5702
+ "searchBarCancelBtnMarginLeft": {
5703
+ "cssKey": "search-bar-cancel-btn-margin-left",
5704
+ "desc": "搜索栏右侧取消按钮的左边距",
5705
+ "override": "",
5706
+ "value": "~`pxtorem(16)`",
5707
+ "jsValue": "@getRem@16",
5708
+ "staticValue": "0.32rem",
5709
+ "localeDesc": {
5710
+ "ch": "搜索栏右侧取消按钮的左边距",
5711
+ "en": "Left margin of SearchBar cancel button"
5712
+ }
5713
+ },
5714
+ "searchBarClearIconColor": {
5715
+ "cssKey": "search-bar-clear-icon-color",
5716
+ "desc": "搜索栏清除按钮的颜色",
5717
+ "override": "",
5718
+ "value": "#C9CDD4",
5719
+ "jsValue": "#C9CDD4",
5720
+ "staticValue": "#C9CDD4",
5721
+ "localeDesc": {
5722
+ "ch": "搜索栏清除按钮的颜色",
5723
+ "en": "Color of SearchBar clear icon"
5724
+ }
5725
+ },
5726
+ "searchBarInputCaretColor": {
5727
+ "cssKey": "search-bar-input-caret-color",
5728
+ "desc": "搜索输入框光标颜色",
5729
+ "override": "",
5730
+ "value": "@primary-color",
5731
+ "jsValue": "@global@primaryColor",
5732
+ "staticValue": "#165dff",
5733
+ "localeDesc": {
5734
+ "ch": "搜索输入框光标颜色",
5735
+ "en": "Color of SearchBar input caret"
5736
+ }
5737
+ },
5738
+ "searchBarInputHeight": {
5739
+ "cssKey": "search-bar-input-height",
5740
+ "desc": "搜索输入框高度",
5741
+ "override": "",
5742
+ "value": "~`pxtorem(20)`",
5743
+ "jsValue": "@getRem@20",
5744
+ "staticValue": "0.4rem",
5745
+ "localeDesc": {
5746
+ "ch": "搜索输入框高度",
5747
+ "en": "SearchBar input height"
5748
+ }
5749
+ },
5750
+ "searchBarInputPlaceholderColor": {
5751
+ "cssKey": "search-bar-input-placeholder-color",
5752
+ "desc": "搜索输入框提示文案颜色",
5753
+ "override": "",
5754
+ "value": "@disabled-color",
5755
+ "jsValue": "@global@disabledColor",
5756
+ "staticValue": "#c9cdd4",
5757
+ "localeDesc": {
5758
+ "ch": "搜索输入框提示文案颜色",
5759
+ "en": "Color of SearchBar input placeholder"
5760
+ }
5761
+ },
5762
+ "searchBarInputWrapperBackgroundColor": {
5763
+ "cssKey": "search-bar-input-wrapper-background-color",
5764
+ "desc": "搜索输入框容器背景颜色",
5765
+ "override": "",
5766
+ "value": "#F2F3F5",
5767
+ "jsValue": "#F2F3F5",
5768
+ "staticValue": "#F2F3F5",
5769
+ "localeDesc": {
5770
+ "ch": "搜索输入框容器背景颜色",
5771
+ "en": "SearchBar input container background color"
5772
+ }
5773
+ },
5774
+ "searchBarInputWrapperFontSize": {
5775
+ "cssKey": "search-bar-input-wrapper-font-size",
5776
+ "desc": "搜索输入框容器字体大小",
5777
+ "override": "",
5778
+ "value": "~`pxtorem(14)`",
5779
+ "jsValue": "@getRem@14",
5780
+ "staticValue": "0.28rem",
5781
+ "localeDesc": {
5782
+ "ch": "搜索输入框容器字体大小",
5783
+ "en": "SearchBar input container font size"
5784
+ }
5785
+ },
5786
+ "searchBarInputWrapperHeight": {
5787
+ "cssKey": "search-bar-input-wrapper-height",
5788
+ "desc": "搜索输入框容器高度",
5789
+ "override": "",
5790
+ "value": "~`pxtorem(36)`",
5791
+ "jsValue": "@getRem@36",
5792
+ "staticValue": "0.72rem",
5793
+ "localeDesc": {
5794
+ "ch": "搜索输入框容器高度",
5795
+ "en": "SearchBar input container height"
5796
+ }
5797
+ },
5798
+ "searchBarInputWrapperPadding": {
5799
+ "cssKey": "search-bar-input-wrapper-padding",
5800
+ "desc": "搜索输入框容器内边距大小",
5801
+ "override": "",
5802
+ "value": "~`pxtorem(8)` ~`pxtorem(14)`",
5803
+ "jsValue": "@getRem@8 @getRem@14",
5804
+ "staticValue": "0.16rem 0.28rem",
5805
+ "localeDesc": {
5806
+ "ch": "搜索输入框容器内边距大小",
5807
+ "en": "SearchBar input container padding"
5808
+ }
5809
+ },
5810
+ "searchBarPadding": {
5811
+ "cssKey": "search-bar-padding",
5812
+ "desc": "搜索栏内边距大小",
5813
+ "override": "",
5814
+ "value": "~`pxtorem(16)`",
5815
+ "jsValue": "@getRem@16",
5816
+ "staticValue": "0.32rem",
5817
+ "localeDesc": {
5818
+ "ch": "搜索栏内边距大小",
5819
+ "en": "Padding of SearchBar"
5820
+ }
5821
+ },
5822
+ "searchBarPrefixMarginRight": {
5823
+ "cssKey": "search-bar-prefix-margin-right",
5824
+ "desc": "搜索栏搜索栏左侧插入内容的右侧外边距",
5825
+ "override": "",
5826
+ "value": "~`pxtorem(9)`",
5827
+ "jsValue": "@getRem@9",
5828
+ "staticValue": "0.18rem",
5829
+ "localeDesc": {
5830
+ "ch": "搜索栏搜索栏左侧插入内容的右侧外边距",
5831
+ "en": "Right margin of SearchBar prefix"
5832
+ }
5833
+ },
5834
+ "searchBarRoundShapeBorderRadius": {
5835
+ "cssKey": "search-bar-round-shape-border-radius",
5836
+ "desc": "圆形搜索栏的圆角大小",
5837
+ "override": "",
5838
+ "value": "~`pxtorem(9999)`",
5839
+ "jsValue": "@getRem@9999",
5840
+ "staticValue": "199.98rem",
5841
+ "localeDesc": {
5842
+ "ch": "圆形搜索栏的圆角大小",
5843
+ "en": "Size of the rounded corners of the round SearchBar"
5844
+ }
5845
+ },
5846
+ "searchBarSearchIconColor": {
5847
+ "cssKey": "search-bar-search-icon-color",
5848
+ "desc": "搜索栏搜索按钮的颜色",
5849
+ "override": "",
5850
+ "value": "#86909C",
5851
+ "jsValue": "#86909C",
5852
+ "staticValue": "#86909C",
5853
+ "localeDesc": {
5854
+ "ch": "搜索栏搜索按钮的颜色",
5855
+ "en": "Color of SearchBar search icon"
5856
+ }
5857
+ },
5858
+ "searchBarSearchIconFontSize": {
5859
+ "cssKey": "search-bar-search-icon-font-size",
5860
+ "desc": "搜索栏按钮大小",
5861
+ "override": "",
5862
+ "value": "~`pxtorem(16)`",
5863
+ "jsValue": "@getRem@16",
5864
+ "staticValue": "0.32rem",
5865
+ "localeDesc": {
5866
+ "ch": "搜索栏按钮大小",
5867
+ "en": "Fontsize of SearchBar search icon"
5868
+ }
5869
+ },
5870
+ "searchBarSquareShapeBorderRadius": {
5871
+ "cssKey": "search-bar-square-shape-border-radius",
5872
+ "desc": "方形搜索栏的圆角大小",
5873
+ "override": "",
5874
+ "value": "~`pxtorem(2)`",
5875
+ "jsValue": "@getRem@2",
5876
+ "staticValue": "0.04rem",
5877
+ "localeDesc": {
5878
+ "ch": "方形搜索栏的圆角大小",
5879
+ "en": "Size of the rounded corners of the square SearchBar"
5880
+ }
5881
+ },
5594
5882
  "sliderHasMarkPaddingBottom": {
5595
5883
  "cssKey": "slider-has-mark-padding-bottom",
5596
5884
  "desc": "slider 有标记时的底部内边距",
@@ -6455,6 +6743,116 @@
6455
6743
  "en": "Additional information font color"
6456
6744
  }
6457
6745
  },
6746
+ "swipeActionCloseTransition": {
6747
+ "cssKey": "swipe-action-close-transition",
6748
+ "desc": "SwipeAction 菜单关闭时的动画曲线",
6749
+ "override": "",
6750
+ "value": "cubic-bezier(0.34, 0.69, 0.1, 1)",
6751
+ "jsValue": "cubic-bezier(0.34, 0.69, 0.1, 1)",
6752
+ "staticValue": "cubic-bezier(0.34, 0.69, 0.1, 1)",
6753
+ "localeDesc": {
6754
+ "ch": "SwipeAction 菜单关闭时的动画曲线"
6755
+ }
6756
+ },
6757
+ "swipeActionIconHeight": {
6758
+ "cssKey": "swipe-action-icon-height",
6759
+ "desc": "swipeAction Icon 高",
6760
+ "override": "",
6761
+ "value": "~`pxtorem(20)`",
6762
+ "jsValue": "@getRem@20",
6763
+ "staticValue": "0.4rem",
6764
+ "localeDesc": {
6765
+ "ch": "swipeAction Icon 高"
6766
+ }
6767
+ },
6768
+ "swipeActionIconMarginRight": {
6769
+ "cssKey": "swipe-action-icon-margin-right",
6770
+ "desc": "swipeAction Icon的右边距",
6771
+ "override": "",
6772
+ "value": "~`pxtorem(4)`",
6773
+ "jsValue": "@getRem@4",
6774
+ "staticValue": "0.08rem",
6775
+ "localeDesc": {
6776
+ "ch": "swipeAction Icon的右边距"
6777
+ }
6778
+ },
6779
+ "swipeActionIconWidth": {
6780
+ "cssKey": "swipe-action-icon-width",
6781
+ "desc": "swipeAction Icon 宽",
6782
+ "override": "",
6783
+ "value": "~`pxtorem(20)`",
6784
+ "jsValue": "@getRem@20",
6785
+ "staticValue": "0.4rem",
6786
+ "localeDesc": {
6787
+ "ch": "swipeAction Icon 宽"
6788
+ }
6789
+ },
6790
+ "swipeActionInfoBounceBuffer": {
6791
+ "cssKey": "swipe-action-info-bounce-buffer",
6792
+ "desc": "swipeAction 菜单弹性效果预留底部色块宽度",
6793
+ "override": "",
6794
+ "value": "~`pxtorem(30)`",
6795
+ "jsValue": "@getRem@30",
6796
+ "staticValue": "0.6rem",
6797
+ "localeDesc": {
6798
+ "ch": "swipeAction 菜单弹性效果预留底部色块宽度"
6799
+ }
6800
+ },
6801
+ "swipeActionInfoPadding": {
6802
+ "cssKey": "swipe-action-info-padding",
6803
+ "desc": "SwipeAction 菜单的内边距",
6804
+ "override": "",
6805
+ "value": "~`pxtorem(16)`",
6806
+ "jsValue": "@getRem@16",
6807
+ "staticValue": "0.32rem",
6808
+ "localeDesc": {
6809
+ "ch": "SwipeAction 菜单的内边距"
6810
+ }
6811
+ },
6812
+ "swipeActionOpenTransition": {
6813
+ "cssKey": "swipe-action-open-transition",
6814
+ "desc": "SwipeAction 菜单打开时的动画曲线",
6815
+ "override": "",
6816
+ "value": "cubic-bezier(0.2, 0.8, 0.32, 1.28)",
6817
+ "jsValue": "cubic-bezier(0.2, 0.8, 0.32, 1.28)",
6818
+ "staticValue": "cubic-bezier(0.2, 0.8, 0.32, 1.28)",
6819
+ "localeDesc": {
6820
+ "ch": "SwipeAction 菜单打开时的动画曲线"
6821
+ }
6822
+ },
6823
+ "swipeActionTextColor": {
6824
+ "cssKey": "swipe-action-text-color",
6825
+ "desc": "SwipeAction 文字背景色",
6826
+ "override": "",
6827
+ "value": "#ffffff",
6828
+ "jsValue": "#ffffff",
6829
+ "staticValue": "#ffffff",
6830
+ "localeDesc": {
6831
+ "ch": "SwipeAction 文字背景色"
6832
+ }
6833
+ },
6834
+ "swipeActionTextFontSize": {
6835
+ "cssKey": "swipe-action-text-font-size",
6836
+ "desc": "SwipeAction 文字大小",
6837
+ "override": "",
6838
+ "value": "~`pxtorem(16)`",
6839
+ "jsValue": "@getRem@16",
6840
+ "staticValue": "0.32rem",
6841
+ "localeDesc": {
6842
+ "ch": "SwipeAction 文字大小"
6843
+ }
6844
+ },
6845
+ "swipeActionTextLineHeight": {
6846
+ "cssKey": "swipe-action-text-line-height",
6847
+ "desc": "SwipeAction 文字行高",
6848
+ "override": "",
6849
+ "value": "~`pxtorem(22)`",
6850
+ "jsValue": "@getRem@22",
6851
+ "staticValue": "0.44rem",
6852
+ "localeDesc": {
6853
+ "ch": "SwipeAction 文字行高"
6854
+ }
6855
+ },
6458
6856
  "swipeLoadLabelBackground": {
6459
6857
  "cssKey": "swipe-load-label-background",
6460
6858
  "desc": "swipeLoad 滑动区域的背景色",