@sheinx/shineout-style 3.0.0-alpha.1

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 (437) hide show
  1. package/cjs/alert/alert.d.ts +4 -0
  2. package/cjs/alert/alert.js +135 -0
  3. package/cjs/alert/index.d.ts +4 -0
  4. package/cjs/alert/index.js +19 -0
  5. package/cjs/breadcrumb/breadcrumb.d.ts +16 -0
  6. package/cjs/breadcrumb/breadcrumb.js +83 -0
  7. package/cjs/breadcrumb/index.d.ts +4 -0
  8. package/cjs/breadcrumb/index.js +19 -0
  9. package/cjs/button/button.d.ts +4 -0
  10. package/cjs/button/button.js +416 -0
  11. package/cjs/button/index.d.ts +4 -0
  12. package/cjs/button/index.js +19 -0
  13. package/cjs/carousel/carousel.d.ts +35 -0
  14. package/cjs/carousel/carousel.js +315 -0
  15. package/cjs/carousel/index.d.ts +4 -0
  16. package/cjs/carousel/index.js +19 -0
  17. package/cjs/checkbox/checkbox.d.ts +4 -0
  18. package/cjs/checkbox/checkbox.js +143 -0
  19. package/cjs/checkbox/index.d.ts +4 -0
  20. package/cjs/checkbox/index.js +19 -0
  21. package/cjs/cssvar/checkbox.d.ts +10 -0
  22. package/cjs/cssvar/checkbox.js +18 -0
  23. package/cjs/cssvar/common.d.ts +23 -0
  24. package/cjs/cssvar/common.js +35 -0
  25. package/cjs/cssvar/form.d.ts +6 -0
  26. package/cjs/cssvar/form.js +13 -0
  27. package/cjs/cssvar/index.d.ts +75 -0
  28. package/cjs/cssvar/index.js +36 -0
  29. package/cjs/cssvar/innerTitle.d.ts +9 -0
  30. package/cjs/cssvar/innerTitle.js +15 -0
  31. package/cjs/cssvar/input.d.ts +25 -0
  32. package/cjs/cssvar/input.js +33 -0
  33. package/cjs/cssvar/radio.d.ts +6 -0
  34. package/cjs/cssvar/radio.js +13 -0
  35. package/cjs/date-picker/date-picker.d.ts +4 -0
  36. package/cjs/date-picker/date-picker.js +581 -0
  37. package/cjs/date-picker/index.d.ts +4 -0
  38. package/cjs/date-picker/index.js +19 -0
  39. package/cjs/divider/divider.d.ts +14 -0
  40. package/cjs/divider/divider.js +82 -0
  41. package/cjs/divider/index.d.ts +4 -0
  42. package/cjs/divider/index.js +20 -0
  43. package/cjs/dropdown/dropdown.d.ts +4 -0
  44. package/cjs/dropdown/dropdown.js +137 -0
  45. package/cjs/dropdown/index.d.ts +4 -0
  46. package/cjs/dropdown/index.js +20 -0
  47. package/cjs/editable-area/editable-area.d.ts +4 -0
  48. package/cjs/editable-area/editable-area.js +107 -0
  49. package/cjs/editable-area/index.d.ts +4 -0
  50. package/cjs/editable-area/index.js +20 -0
  51. package/cjs/empty/empty.d.ts +4 -0
  52. package/cjs/empty/empty.js +35 -0
  53. package/cjs/empty/index.d.ts +4 -0
  54. package/cjs/empty/index.js +20 -0
  55. package/cjs/form/form-item.d.ts +4 -0
  56. package/cjs/form/form-item.js +109 -0
  57. package/cjs/form/form.d.ts +4 -0
  58. package/cjs/form/form.js +23 -0
  59. package/cjs/form/index.d.ts +6 -0
  60. package/cjs/form/index.js +29 -0
  61. package/cjs/icon/icon.d.ts +4 -0
  62. package/cjs/icon/icon.js +52 -0
  63. package/cjs/icon/index.d.ts +4 -0
  64. package/cjs/icon/index.js +20 -0
  65. package/cjs/image/image.d.ts +42 -0
  66. package/cjs/image/image.js +374 -0
  67. package/cjs/image/index.d.ts +5 -0
  68. package/cjs/image/index.js +20 -0
  69. package/cjs/index.d.ts +43 -0
  70. package/cjs/index.js +503 -0
  71. package/cjs/inner-title/index.d.ts +4 -0
  72. package/cjs/inner-title/index.js +20 -0
  73. package/cjs/inner-title/inner-title.d.ts +4 -0
  74. package/cjs/inner-title/inner-title.js +63 -0
  75. package/cjs/input/index.d.ts +4 -0
  76. package/cjs/input/index.js +20 -0
  77. package/cjs/input/input-border.d.ts +32 -0
  78. package/cjs/input/input-border.js +112 -0
  79. package/cjs/input/input.d.ts +4 -0
  80. package/cjs/input/input.js +244 -0
  81. package/cjs/jss-style/handleStyle.d.ts +5 -0
  82. package/cjs/jss-style/handleStyle.js +95 -0
  83. package/cjs/jss-style/index.d.ts +11 -0
  84. package/cjs/jss-style/index.js +40 -0
  85. package/cjs/list/index.d.ts +4 -0
  86. package/cjs/list/index.js +20 -0
  87. package/cjs/list/list.d.ts +31 -0
  88. package/cjs/list/list.js +126 -0
  89. package/cjs/menu/index.d.ts +4 -0
  90. package/cjs/menu/index.js +20 -0
  91. package/cjs/menu/menu.d.ts +37 -0
  92. package/cjs/menu/menu.js +285 -0
  93. package/cjs/message/index.d.ts +4 -0
  94. package/cjs/message/index.js +20 -0
  95. package/cjs/message/message.d.ts +4 -0
  96. package/cjs/message/message.js +136 -0
  97. package/cjs/mixin/custom-scrollbar.d.ts +8 -0
  98. package/cjs/mixin/custom-scrollbar.js +14 -0
  99. package/cjs/mixin/divider.d.ts +8 -0
  100. package/cjs/mixin/divider.js +24 -0
  101. package/cjs/mixin/ellipsis.d.ts +3 -0
  102. package/cjs/mixin/ellipsis.js +20 -0
  103. package/cjs/mixin/hide-scrollbar.d.ts +6 -0
  104. package/cjs/mixin/hide-scrollbar.js +14 -0
  105. package/cjs/mixin/index.d.ts +4 -0
  106. package/cjs/mixin/index.js +34 -0
  107. package/cjs/modal/index.d.ts +4 -0
  108. package/cjs/modal/index.js +20 -0
  109. package/cjs/modal/modal.d.ts +32 -0
  110. package/cjs/modal/modal.js +395 -0
  111. package/cjs/pagination/index.d.ts +5 -0
  112. package/cjs/pagination/index.js +20 -0
  113. package/cjs/pagination/pagination.d.ts +18 -0
  114. package/cjs/pagination/pagination.js +56 -0
  115. package/cjs/popover/index.d.ts +4 -0
  116. package/cjs/popover/index.js +20 -0
  117. package/cjs/popover/popover.d.ts +4 -0
  118. package/cjs/popover/popover.js +183 -0
  119. package/cjs/progress/index.d.ts +4 -0
  120. package/cjs/progress/index.js +20 -0
  121. package/cjs/progress/progress.d.ts +26 -0
  122. package/cjs/progress/progress.js +162 -0
  123. package/cjs/radio/index.d.ts +4 -0
  124. package/cjs/radio/index.js +20 -0
  125. package/cjs/radio/radio.d.ts +4 -0
  126. package/cjs/radio/radio.js +148 -0
  127. package/cjs/rate/index.d.ts +4 -0
  128. package/cjs/rate/index.js +20 -0
  129. package/cjs/rate/rate.d.ts +17 -0
  130. package/cjs/rate/rate.js +108 -0
  131. package/cjs/select/index.d.ts +5 -0
  132. package/cjs/select/index.js +20 -0
  133. package/cjs/select/select.d.ts +42 -0
  134. package/cjs/select/select.js +218 -0
  135. package/cjs/slider/index.d.ts +4 -0
  136. package/cjs/slider/index.js +20 -0
  137. package/cjs/slider/slider.d.ts +23 -0
  138. package/cjs/slider/slider.js +228 -0
  139. package/cjs/spin/animation.d.ts +186 -0
  140. package/cjs/spin/animation.js +205 -0
  141. package/cjs/spin/chasing-dots.d.ts +23 -0
  142. package/cjs/spin/chasing-dots.js +30 -0
  143. package/cjs/spin/chasing-ring.d.ts +30 -0
  144. package/cjs/spin/chasing-ring.js +36 -0
  145. package/cjs/spin/cube-grid.d.ts +39 -0
  146. package/cjs/spin/cube-grid.js +46 -0
  147. package/cjs/spin/default.d.ts +9 -0
  148. package/cjs/spin/default.js +50 -0
  149. package/cjs/spin/double-bounce.d.ts +20 -0
  150. package/cjs/spin/double-bounce.js +26 -0
  151. package/cjs/spin/fading-circle.d.ts +11 -0
  152. package/cjs/spin/fading-circle.js +49 -0
  153. package/cjs/spin/four-dots.d.ts +40 -0
  154. package/cjs/spin/four-dots.js +46 -0
  155. package/cjs/spin/index.d.ts +4 -0
  156. package/cjs/spin/index.js +20 -0
  157. package/cjs/spin/plane.d.ts +7 -0
  158. package/cjs/spin/plane.js +13 -0
  159. package/cjs/spin/pulse.d.ts +8 -0
  160. package/cjs/spin/pulse.js +14 -0
  161. package/cjs/spin/ring.d.ts +11 -0
  162. package/cjs/spin/ring.js +17 -0
  163. package/cjs/spin/scale-circle.d.ts +11 -0
  164. package/cjs/spin/scale-circle.js +49 -0
  165. package/cjs/spin/spin.d.ts +4 -0
  166. package/cjs/spin/spin.js +102 -0
  167. package/cjs/spin/tree-bounce.d.ts +22 -0
  168. package/cjs/spin/tree-bounce.js +28 -0
  169. package/cjs/spin/wave.d.ts +8 -0
  170. package/cjs/spin/wave.js +40 -0
  171. package/cjs/steps/index.d.ts +5 -0
  172. package/cjs/steps/index.js +20 -0
  173. package/cjs/steps/steps.d.ts +29 -0
  174. package/cjs/steps/steps.js +559 -0
  175. package/cjs/sticky/index.d.ts +4 -0
  176. package/cjs/sticky/index.js +20 -0
  177. package/cjs/sticky/sticky.d.ts +7 -0
  178. package/cjs/sticky/sticky.js +15 -0
  179. package/cjs/switch/index.d.ts +4 -0
  180. package/cjs/switch/index.js +20 -0
  181. package/cjs/switch/switch.d.ts +4 -0
  182. package/cjs/switch/switch.js +148 -0
  183. package/cjs/table/index.d.ts +4 -0
  184. package/cjs/table/index.js +20 -0
  185. package/cjs/table/table.d.ts +47 -0
  186. package/cjs/table/table.js +374 -0
  187. package/cjs/tabs/index.d.ts +4 -0
  188. package/cjs/tabs/index.js +20 -0
  189. package/cjs/tabs/tabs.d.ts +4 -0
  190. package/cjs/tabs/tabs.js +619 -0
  191. package/cjs/tag/index.d.ts +4 -0
  192. package/cjs/tag/index.js +20 -0
  193. package/cjs/tag/tag.d.ts +4 -0
  194. package/cjs/tag/tag.js +203 -0
  195. package/cjs/textarea/index.d.ts +4 -0
  196. package/cjs/textarea/index.js +20 -0
  197. package/cjs/textarea/textarea.d.ts +4 -0
  198. package/cjs/textarea/textarea.js +134 -0
  199. package/cjs/tooltip/index.d.ts +4 -0
  200. package/cjs/tooltip/index.js +20 -0
  201. package/cjs/tooltip/tooltip.d.ts +4 -0
  202. package/cjs/tooltip/tooltip.js +220 -0
  203. package/cjs/transfer/index.d.ts +4 -0
  204. package/cjs/transfer/index.js +20 -0
  205. package/cjs/transfer/transfer.d.ts +4 -0
  206. package/cjs/transfer/transfer.js +198 -0
  207. package/cjs/tree/index.d.ts +4 -0
  208. package/cjs/tree/index.js +20 -0
  209. package/cjs/tree/tree.d.ts +4 -0
  210. package/cjs/tree/tree.js +185 -0
  211. package/cjs/upload/index.d.ts +4 -0
  212. package/cjs/upload/index.js +20 -0
  213. package/cjs/upload/upload.d.ts +40 -0
  214. package/cjs/upload/upload.js +331 -0
  215. package/cjs/virtual-scroll/index.d.ts +4 -0
  216. package/cjs/virtual-scroll/index.js +19 -0
  217. package/cjs/virtual-scroll/virtual-scroll.d.ts +4 -0
  218. package/cjs/virtual-scroll/virtual-scroll.js +37 -0
  219. package/esm/alert/alert.d.ts +4 -0
  220. package/esm/alert/alert.js +135 -0
  221. package/esm/alert/index.d.ts +4 -0
  222. package/esm/alert/index.js +19 -0
  223. package/esm/breadcrumb/breadcrumb.d.ts +16 -0
  224. package/esm/breadcrumb/breadcrumb.js +83 -0
  225. package/esm/breadcrumb/index.d.ts +4 -0
  226. package/esm/breadcrumb/index.js +19 -0
  227. package/esm/button/button.d.ts +4 -0
  228. package/esm/button/button.js +416 -0
  229. package/esm/button/index.d.ts +4 -0
  230. package/esm/button/index.js +19 -0
  231. package/esm/carousel/carousel.d.ts +35 -0
  232. package/esm/carousel/carousel.js +315 -0
  233. package/esm/carousel/index.d.ts +4 -0
  234. package/esm/carousel/index.js +19 -0
  235. package/esm/checkbox/checkbox.d.ts +4 -0
  236. package/esm/checkbox/checkbox.js +143 -0
  237. package/esm/checkbox/index.d.ts +4 -0
  238. package/esm/checkbox/index.js +19 -0
  239. package/esm/cssvar/checkbox.d.ts +10 -0
  240. package/esm/cssvar/checkbox.js +18 -0
  241. package/esm/cssvar/common.d.ts +23 -0
  242. package/esm/cssvar/common.js +35 -0
  243. package/esm/cssvar/form.d.ts +6 -0
  244. package/esm/cssvar/form.js +13 -0
  245. package/esm/cssvar/index.d.ts +75 -0
  246. package/esm/cssvar/index.js +36 -0
  247. package/esm/cssvar/innerTitle.d.ts +9 -0
  248. package/esm/cssvar/innerTitle.js +15 -0
  249. package/esm/cssvar/input.d.ts +25 -0
  250. package/esm/cssvar/input.js +33 -0
  251. package/esm/cssvar/radio.d.ts +6 -0
  252. package/esm/cssvar/radio.js +13 -0
  253. package/esm/date-picker/date-picker.d.ts +4 -0
  254. package/esm/date-picker/date-picker.js +581 -0
  255. package/esm/date-picker/index.d.ts +4 -0
  256. package/esm/date-picker/index.js +19 -0
  257. package/esm/divider/divider.d.ts +14 -0
  258. package/esm/divider/divider.js +82 -0
  259. package/esm/divider/index.d.ts +4 -0
  260. package/esm/divider/index.js +20 -0
  261. package/esm/dropdown/dropdown.d.ts +4 -0
  262. package/esm/dropdown/dropdown.js +137 -0
  263. package/esm/dropdown/index.d.ts +4 -0
  264. package/esm/dropdown/index.js +20 -0
  265. package/esm/editable-area/editable-area.d.ts +4 -0
  266. package/esm/editable-area/editable-area.js +107 -0
  267. package/esm/editable-area/index.d.ts +4 -0
  268. package/esm/editable-area/index.js +20 -0
  269. package/esm/empty/empty.d.ts +4 -0
  270. package/esm/empty/empty.js +35 -0
  271. package/esm/empty/index.d.ts +4 -0
  272. package/esm/empty/index.js +20 -0
  273. package/esm/form/form-item.d.ts +4 -0
  274. package/esm/form/form-item.js +109 -0
  275. package/esm/form/form.d.ts +4 -0
  276. package/esm/form/form.js +23 -0
  277. package/esm/form/index.d.ts +6 -0
  278. package/esm/form/index.js +29 -0
  279. package/esm/icon/icon.d.ts +4 -0
  280. package/esm/icon/icon.js +52 -0
  281. package/esm/icon/index.d.ts +4 -0
  282. package/esm/icon/index.js +20 -0
  283. package/esm/image/image.d.ts +42 -0
  284. package/esm/image/image.js +374 -0
  285. package/esm/image/index.d.ts +5 -0
  286. package/esm/image/index.js +20 -0
  287. package/esm/index.d.ts +43 -0
  288. package/esm/index.js +503 -0
  289. package/esm/inner-title/index.d.ts +4 -0
  290. package/esm/inner-title/index.js +20 -0
  291. package/esm/inner-title/inner-title.d.ts +4 -0
  292. package/esm/inner-title/inner-title.js +63 -0
  293. package/esm/input/index.d.ts +4 -0
  294. package/esm/input/index.js +20 -0
  295. package/esm/input/input-border.d.ts +32 -0
  296. package/esm/input/input-border.js +112 -0
  297. package/esm/input/input.d.ts +4 -0
  298. package/esm/input/input.js +244 -0
  299. package/esm/jss-style/handleStyle.d.ts +5 -0
  300. package/esm/jss-style/handleStyle.js +95 -0
  301. package/esm/jss-style/index.d.ts +11 -0
  302. package/esm/jss-style/index.js +40 -0
  303. package/esm/list/index.d.ts +4 -0
  304. package/esm/list/index.js +20 -0
  305. package/esm/list/list.d.ts +31 -0
  306. package/esm/list/list.js +126 -0
  307. package/esm/menu/index.d.ts +4 -0
  308. package/esm/menu/index.js +20 -0
  309. package/esm/menu/menu.d.ts +37 -0
  310. package/esm/menu/menu.js +285 -0
  311. package/esm/message/index.d.ts +4 -0
  312. package/esm/message/index.js +20 -0
  313. package/esm/message/message.d.ts +4 -0
  314. package/esm/message/message.js +136 -0
  315. package/esm/mixin/custom-scrollbar.d.ts +8 -0
  316. package/esm/mixin/custom-scrollbar.js +14 -0
  317. package/esm/mixin/divider.d.ts +8 -0
  318. package/esm/mixin/divider.js +24 -0
  319. package/esm/mixin/ellipsis.d.ts +3 -0
  320. package/esm/mixin/ellipsis.js +20 -0
  321. package/esm/mixin/hide-scrollbar.d.ts +6 -0
  322. package/esm/mixin/hide-scrollbar.js +14 -0
  323. package/esm/mixin/index.d.ts +4 -0
  324. package/esm/mixin/index.js +34 -0
  325. package/esm/modal/index.d.ts +4 -0
  326. package/esm/modal/index.js +20 -0
  327. package/esm/modal/modal.d.ts +32 -0
  328. package/esm/modal/modal.js +395 -0
  329. package/esm/pagination/index.d.ts +5 -0
  330. package/esm/pagination/index.js +20 -0
  331. package/esm/pagination/pagination.d.ts +18 -0
  332. package/esm/pagination/pagination.js +56 -0
  333. package/esm/popover/index.d.ts +4 -0
  334. package/esm/popover/index.js +20 -0
  335. package/esm/popover/popover.d.ts +4 -0
  336. package/esm/popover/popover.js +183 -0
  337. package/esm/progress/index.d.ts +4 -0
  338. package/esm/progress/index.js +20 -0
  339. package/esm/progress/progress.d.ts +26 -0
  340. package/esm/progress/progress.js +162 -0
  341. package/esm/radio/index.d.ts +4 -0
  342. package/esm/radio/index.js +20 -0
  343. package/esm/radio/radio.d.ts +4 -0
  344. package/esm/radio/radio.js +148 -0
  345. package/esm/rate/index.d.ts +4 -0
  346. package/esm/rate/index.js +20 -0
  347. package/esm/rate/rate.d.ts +17 -0
  348. package/esm/rate/rate.js +108 -0
  349. package/esm/select/index.d.ts +5 -0
  350. package/esm/select/index.js +20 -0
  351. package/esm/select/select.d.ts +42 -0
  352. package/esm/select/select.js +218 -0
  353. package/esm/slider/index.d.ts +4 -0
  354. package/esm/slider/index.js +20 -0
  355. package/esm/slider/slider.d.ts +23 -0
  356. package/esm/slider/slider.js +228 -0
  357. package/esm/spin/animation.d.ts +186 -0
  358. package/esm/spin/animation.js +205 -0
  359. package/esm/spin/chasing-dots.d.ts +23 -0
  360. package/esm/spin/chasing-dots.js +30 -0
  361. package/esm/spin/chasing-ring.d.ts +30 -0
  362. package/esm/spin/chasing-ring.js +36 -0
  363. package/esm/spin/cube-grid.d.ts +39 -0
  364. package/esm/spin/cube-grid.js +46 -0
  365. package/esm/spin/default.d.ts +9 -0
  366. package/esm/spin/default.js +50 -0
  367. package/esm/spin/double-bounce.d.ts +20 -0
  368. package/esm/spin/double-bounce.js +26 -0
  369. package/esm/spin/fading-circle.d.ts +11 -0
  370. package/esm/spin/fading-circle.js +49 -0
  371. package/esm/spin/four-dots.d.ts +40 -0
  372. package/esm/spin/four-dots.js +46 -0
  373. package/esm/spin/index.d.ts +4 -0
  374. package/esm/spin/index.js +20 -0
  375. package/esm/spin/plane.d.ts +7 -0
  376. package/esm/spin/plane.js +13 -0
  377. package/esm/spin/pulse.d.ts +8 -0
  378. package/esm/spin/pulse.js +14 -0
  379. package/esm/spin/ring.d.ts +11 -0
  380. package/esm/spin/ring.js +17 -0
  381. package/esm/spin/scale-circle.d.ts +11 -0
  382. package/esm/spin/scale-circle.js +49 -0
  383. package/esm/spin/spin.d.ts +4 -0
  384. package/esm/spin/spin.js +102 -0
  385. package/esm/spin/tree-bounce.d.ts +22 -0
  386. package/esm/spin/tree-bounce.js +28 -0
  387. package/esm/spin/wave.d.ts +8 -0
  388. package/esm/spin/wave.js +40 -0
  389. package/esm/steps/index.d.ts +5 -0
  390. package/esm/steps/index.js +20 -0
  391. package/esm/steps/steps.d.ts +29 -0
  392. package/esm/steps/steps.js +559 -0
  393. package/esm/sticky/index.d.ts +4 -0
  394. package/esm/sticky/index.js +20 -0
  395. package/esm/sticky/sticky.d.ts +7 -0
  396. package/esm/sticky/sticky.js +15 -0
  397. package/esm/switch/index.d.ts +4 -0
  398. package/esm/switch/index.js +20 -0
  399. package/esm/switch/switch.d.ts +4 -0
  400. package/esm/switch/switch.js +148 -0
  401. package/esm/table/index.d.ts +4 -0
  402. package/esm/table/index.js +20 -0
  403. package/esm/table/table.d.ts +47 -0
  404. package/esm/table/table.js +374 -0
  405. package/esm/tabs/index.d.ts +4 -0
  406. package/esm/tabs/index.js +20 -0
  407. package/esm/tabs/tabs.d.ts +4 -0
  408. package/esm/tabs/tabs.js +619 -0
  409. package/esm/tag/index.d.ts +4 -0
  410. package/esm/tag/index.js +20 -0
  411. package/esm/tag/tag.d.ts +4 -0
  412. package/esm/tag/tag.js +203 -0
  413. package/esm/textarea/index.d.ts +4 -0
  414. package/esm/textarea/index.js +20 -0
  415. package/esm/textarea/textarea.d.ts +4 -0
  416. package/esm/textarea/textarea.js +134 -0
  417. package/esm/tooltip/index.d.ts +4 -0
  418. package/esm/tooltip/index.js +20 -0
  419. package/esm/tooltip/tooltip.d.ts +4 -0
  420. package/esm/tooltip/tooltip.js +220 -0
  421. package/esm/transfer/index.d.ts +4 -0
  422. package/esm/transfer/index.js +20 -0
  423. package/esm/transfer/transfer.d.ts +4 -0
  424. package/esm/transfer/transfer.js +198 -0
  425. package/esm/tree/index.d.ts +4 -0
  426. package/esm/tree/index.js +20 -0
  427. package/esm/tree/tree.d.ts +4 -0
  428. package/esm/tree/tree.js +185 -0
  429. package/esm/upload/index.d.ts +4 -0
  430. package/esm/upload/index.js +20 -0
  431. package/esm/upload/upload.d.ts +40 -0
  432. package/esm/upload/upload.js +331 -0
  433. package/esm/virtual-scroll/index.d.ts +4 -0
  434. package/esm/virtual-scroll/index.js +19 -0
  435. package/esm/virtual-scroll/virtual-scroll.d.ts +4 -0
  436. package/esm/virtual-scroll/virtual-scroll.js +37 -0
  437. package/package.json +17 -0
@@ -0,0 +1,315 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.array.filter.js");
4
+ require("core-js/modules/web.dom-collections.for-each.js");
5
+ require("core-js/modules/es.object.get-own-property-descriptors.js");
6
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
7
+ Object.defineProperty(exports, "__esModule", {
8
+ value: true
9
+ });
10
+ exports.default = void 0;
11
+ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
12
+ var _theme = _interopRequireDefault(require("@sheinx/theme"));
13
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
14
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
15
+ var carouselDuration = '0.4s';
16
+ var animations = {
17
+ '@keyframes r2c': {
18
+ '0%': {
19
+ transform: 'translateX(100%)'
20
+ },
21
+ '100%': {
22
+ transform: 'translateX(0)'
23
+ }
24
+ },
25
+ '@keyframes c2r': {
26
+ '0%': {
27
+ transform: 'translateX(0)'
28
+ },
29
+ '100%': {
30
+ transform: 'translateX(100%)'
31
+ }
32
+ },
33
+ '@keyframes l2c': {
34
+ '0%': {
35
+ transform: 'translateX(-100%)'
36
+ },
37
+ '100%': {
38
+ transform: 'translateX(0)'
39
+ }
40
+ },
41
+ '@keyframes c2l': {
42
+ '0%': {
43
+ transform: 'translateX(0)'
44
+ },
45
+ '100%': {
46
+ transform: 'translateX(-100%)'
47
+ }
48
+ },
49
+ '@keyframes t2c': {
50
+ '0%': {
51
+ transform: 'translateY(-100%)'
52
+ },
53
+ '100%': {
54
+ transform: 'translateY(0)'
55
+ }
56
+ },
57
+ '@keyframes c2t': {
58
+ '0%': {
59
+ transform: 'translateY(0)'
60
+ },
61
+ '100%': {
62
+ transform: 'translateY(-100%)'
63
+ }
64
+ },
65
+ '@keyframes b2c': {
66
+ '0%': {
67
+ transform: 'translateY(100%)'
68
+ },
69
+ '100%': {
70
+ transform: 'translateY(0)'
71
+ }
72
+ },
73
+ '@keyframes c2b': {
74
+ '0%': {
75
+ transform: 'translateY(0)'
76
+ },
77
+ '100%': {
78
+ transform: 'translateY(100%)'
79
+ }
80
+ },
81
+ '@keyframes fade-in': {
82
+ '0%': {
83
+ opacity: 0
84
+ },
85
+ '100%': {
86
+ opacity: 1
87
+ }
88
+ },
89
+ '@keyframes fade-out': {
90
+ '0%': {
91
+ opacity: 1
92
+ },
93
+ '100%': {
94
+ opacity: 0
95
+ }
96
+ }
97
+ };
98
+ var carouselStyle = _objectSpread(_objectSpread({}, animations), {}, {
99
+ wrapper: {
100
+ position: 'relative',
101
+ zIndex: 0
102
+ },
103
+ animationSlide: {},
104
+ animationFade: {},
105
+ animationSlideY: {},
106
+ directionForward: {},
107
+ directionBackward: {},
108
+ directionStop: {},
109
+ slider: {
110
+ width: '100%',
111
+ height: '100%',
112
+ position: 'relative',
113
+ overflow: 'hidden'
114
+ },
115
+ item: {
116
+ position: 'absolute',
117
+ top: 0,
118
+ left: 0,
119
+ width: '100%',
120
+ height: '100%',
121
+ background: '#e9e9e9',
122
+ '& > *': {
123
+ width: '100%',
124
+ height: '100%'
125
+ }
126
+ },
127
+ itemCurrent: {
128
+ zIndex: 10,
129
+ '$animationSlide$directionForward &': {
130
+ animation: "$r2c ".concat(carouselDuration, " ease-in-out")
131
+ },
132
+ '$animationSlide$directionBackward &': {
133
+ animation: "$l2c ".concat(carouselDuration, " ease-in-out")
134
+ },
135
+ '$animationSlideY$directionForward &': {
136
+ animation: "$b2c ".concat(carouselDuration, " ease-in-out")
137
+ },
138
+ '$animationSlideY$directionBackward &': {
139
+ animation: "$t2c ".concat(carouselDuration, " ease-in-out")
140
+ },
141
+ '$animationFade &': {
142
+ animation: "$fade-in ".concat(carouselDuration, " ease-in-out")
143
+ },
144
+ '$directionStop &': {
145
+ animation: 'none'
146
+ }
147
+ },
148
+ itemPre: {
149
+ zIndex: 9,
150
+ '$animationSlide$directionForward &': {
151
+ animation: "$c2l ".concat(carouselDuration, " ease-in-out")
152
+ },
153
+ '$animationSlide$directionBackward &': {
154
+ animation: "$c2r ".concat(carouselDuration, " ease-in-out")
155
+ },
156
+ '$animationSlideY$directionForward &': {
157
+ animation: "$c2t ".concat(carouselDuration, " ease-in-out")
158
+ },
159
+ '$animationSlideY$directionBackward &': {
160
+ animation: "$c2b ".concat(carouselDuration, " ease-in-out")
161
+ },
162
+ '$animationFade &': {
163
+ animation: "$fade-out ".concat(carouselDuration, " ease-in-out")
164
+ }
165
+ },
166
+ arrowWrapper: {},
167
+ arrowHover: {
168
+ '& $arrowItem': {
169
+ opacity: 0
170
+ },
171
+ '$wrapper:hover & $arrowItem': {
172
+ opacity: 1
173
+ }
174
+ },
175
+ arrowItem: {
176
+ position: 'absolute',
177
+ top: '50%',
178
+ transform: 'translateY(-50%)',
179
+ width: _theme.default.carouselArrowSize,
180
+ height: _theme.default.carouselArrowSize,
181
+ borderRadius: _theme.default.carouselArrowBorderRadius,
182
+ color: _theme.default.carouselArrowFontColor,
183
+ background: _theme.default.carouselArrowBackgroundColor,
184
+ zIndex: 100,
185
+ display: 'flex',
186
+ justifyContent: 'center',
187
+ alignItems: 'center',
188
+ cursor: 'pointer',
189
+ '& svg': {
190
+ width: _theme.default.carouselArrowIconSize,
191
+ height: _theme.default.carouselArrowIconSize
192
+ },
193
+ '&:hover': {
194
+ background: _theme.default.carouselArrowHoverBackgroundColor
195
+ }
196
+ },
197
+ arrowLeft: {
198
+ left: '12px',
199
+ '&::after': {
200
+ transform: 'translateX(35%) rotate(-135deg)'
201
+ }
202
+ },
203
+ arrowRight: {
204
+ right: '12px',
205
+ '&::after': {
206
+ transform: 'translateX(-15%) rotate(45deg)'
207
+ }
208
+ },
209
+ indicatorWrapper: {
210
+ position: 'absolute',
211
+ zIndex: 10,
212
+ display: 'flex',
213
+ justifyContent: 'center',
214
+ alignItems: 'center'
215
+ },
216
+ indicatorCenter: {
217
+ bottom: '0',
218
+ left: '0',
219
+ right: '0',
220
+ height: _theme.default.carouselIndicatorWrapperHeight,
221
+ background: 'linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%)'
222
+ },
223
+ indicatorLeft: {
224
+ left: '0',
225
+ top: '0',
226
+ bottom: '0',
227
+ width: _theme.default.carouselIndicatorWrapperHeight,
228
+ flexDirection: 'column',
229
+ background: 'linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%)'
230
+ },
231
+ indicatorRight: {
232
+ right: '0',
233
+ top: '0',
234
+ bottom: '0',
235
+ width: _theme.default.carouselIndicatorWrapperHeight,
236
+ flexDirection: 'column',
237
+ background: 'linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%)'
238
+ },
239
+ indicatorOuter: {
240
+ position: 'static',
241
+ width: '100%',
242
+ height: '38px',
243
+ display: 'flex',
244
+ justifyContent: 'center',
245
+ alignItems: 'center'
246
+ },
247
+ indicatorTypeNumber: {},
248
+ indicatorTypeCircle: {
249
+ '& $indicator': {
250
+ '&:not(:first-child)': {
251
+ marginLeft: _theme.default.carouselIndicatorCircleGap
252
+ },
253
+ width: _theme.default.carouselIndicatorCircleWidth,
254
+ height: _theme.default.carouselIndicatorCircleWidth,
255
+ borderRadius: '50%'
256
+ }
257
+ },
258
+ indicatorTypeLine: {
259
+ '& $indicator': {
260
+ '&:not(:first-child)': {
261
+ marginLeft: _theme.default.carouselIndicatorLineGap
262
+ },
263
+ width: _theme.default.carouselIndicatorLineWidth,
264
+ height: _theme.default.carouselIndicatorLineHeight,
265
+ borderRadius: '100px'
266
+ },
267
+ '$indicatorLeft& $indicator, $indicatorRight& $indicator': {
268
+ width: _theme.default.carouselIndicatorLineHeight,
269
+ height: _theme.default.carouselIndicatorLineWidth
270
+ }
271
+ },
272
+ indicatorTypeSlider: {},
273
+ indicatorArrow: {
274
+ width: _theme.default.carouselIndicatorArrowSize,
275
+ height: _theme.default.carouselIndicatorArrowSize,
276
+ cursor: 'pointer',
277
+ color: _theme.default.carouselIndicatorArrowColor,
278
+ '&:hover': {
279
+ color: _theme.default.carouselIndicatorArrowHoverColor
280
+ },
281
+ '$indicatorOuter &': {
282
+ color: _theme.default.carouselIndicatorOuterArrowColor,
283
+ '&:hover': {
284
+ color: _theme.default.carouselIndicatorOuterArrowHoverColor
285
+ }
286
+ },
287
+ '$indicatorLeft &, $indicatorRight &': {
288
+ transform: 'rotate(90deg)'
289
+ }
290
+ },
291
+ indicatorNumber: {
292
+ margin: '0 8px',
293
+ fontSize: _theme.default.carouselIndicatorNumberFontSize,
294
+ lineHeight: 1,
295
+ color: _theme.default.carouselIndicatorNumberColor,
296
+ '$indicatorOuter &': {
297
+ color: _theme.default.carouselIndicatorOuterNumberColor
298
+ }
299
+ },
300
+ indicator: {
301
+ cursor: 'pointer',
302
+ backgroundColor: _theme.default.carouselIndicatorBackgroundColor,
303
+ '$indicatorOuter &': {
304
+ backgroundColor: _theme.default.carouselIndicatorOuterBackgroundColor
305
+ }
306
+ },
307
+ indicatorActive: {
308
+ backgroundColor: _theme.default.carouselIndicatorActiveBackgroundColor,
309
+ '$indicatorOuter &': {
310
+ backgroundColor: _theme.default.carouselIndicatorOuterActiveBackgroundColor
311
+ }
312
+ }
313
+ });
314
+ var _default = carouselStyle;
315
+ exports.default = _default;
@@ -0,0 +1,4 @@
1
+ import carouselStyle from './carousel';
2
+ declare const useCarouselStyle: (data?: undefined) => import("jss").Classes<keyof import("./carousel").CarouselClasses>;
3
+ export { carouselStyle, useCarouselStyle };
4
+ export default useCarouselStyle;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ Object.defineProperty(exports, "carouselStyle", {
8
+ enumerable: true,
9
+ get: function get() {
10
+ return _carousel.default;
11
+ }
12
+ });
13
+ exports.useCarouselStyle = exports.default = void 0;
14
+ var _jssStyle = require("../jss-style");
15
+ var _carousel = _interopRequireDefault(require("./carousel"));
16
+ var useCarouselStyle = (0, _jssStyle.styled)(_carousel.default, 'carousel');
17
+ exports.useCarouselStyle = useCarouselStyle;
18
+ var _default = useCarouselStyle;
19
+ exports.default = _default;
@@ -0,0 +1,4 @@
1
+ import { JsStyles } from '../jss-style';
2
+ export declare type CheckboxClass = 'wrapper' | 'wrapperSmall' | 'wrapperLarge' | 'wrapperDisabled' | 'wrapperChecked' | 'wrapperIndeterminate' | 'indicator' | 'indicatorWrapper' | 'darkIndicatorWrapper' | 'desc' | 'input' | 'group' | 'groupBlock';
3
+ declare const checkboxStyle: JsStyles<CheckboxClass>;
4
+ export default checkboxStyle;
@@ -0,0 +1,143 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+ var _theme = _interopRequireDefault(require("@sheinx/theme"));
9
+ var checkboxStyle = {
10
+ wrapper: {
11
+ display: 'inline-flex',
12
+ position: 'relative',
13
+ alignItems: 'center',
14
+ cursor: 'pointer',
15
+ boxSizing: 'border-box',
16
+ marginRight: _theme.default.checkboxGap,
17
+ '& $input': {
18
+ width: 'auto',
19
+ marginLeft: _theme.default.checkboxIconGap
20
+ }
21
+ },
22
+ wrapperSmall: {},
23
+ wrapperLarge: {},
24
+ input: {},
25
+ wrapperChecked: {},
26
+ wrapperIndeterminate: {},
27
+ wrapperDisabled: {
28
+ cursor: 'not-allowed'
29
+ },
30
+ indicatorWrapper: {
31
+ display: 'block',
32
+ position: 'relative',
33
+ boxSizing: 'border-box',
34
+ width: _theme.default.checkboxIconSize,
35
+ height: _theme.default.checkboxIconSize,
36
+ '$wrapperSmall &': {
37
+ width: _theme.default.checkboxSmallIconSize,
38
+ height: _theme.default.checkboxSmallIconSize
39
+ },
40
+ '$wrapperLarge &': {
41
+ width: _theme.default.checkboxLargeIconSize,
42
+ height: _theme.default.checkboxLargeIconSize
43
+ },
44
+ verticalAlign: 'middle',
45
+ '&::before': {
46
+ content: '" "',
47
+ display: 'block',
48
+ width: '100%',
49
+ height: '100%',
50
+ padding: _theme.default.iconCirclePadding,
51
+ position: 'absolute',
52
+ top: '50%',
53
+ left: '50%',
54
+ transform: 'translate(-50%, -50%)',
55
+ boxSizing: 'content-box',
56
+ background: 'transparent',
57
+ borderRadius: '50%'
58
+ },
59
+ '$wrapper:not($wrapperChecked):not($wrapperIndeterminate):not($wrapperDisabled):hover &': {
60
+ '&::before': {
61
+ background: _theme.default.checkboxIconCircleFill
62
+ },
63
+ '& $indicator': {
64
+ backgroundColor: _theme.default.checkboxIconHoverBackgroundColor,
65
+ color: _theme.default.checkboxIconHoverColor
66
+ }
67
+ }
68
+ },
69
+ darkIndicatorWrapper: {
70
+ '$wrapper:not($wrapperChecked):not($wrapperIndeterminate):not($wrapperDisabled):hover &': {
71
+ '&::before': {
72
+ background: _theme.default.checkboxIconCircleDark
73
+ }
74
+ }
75
+ },
76
+ indicator: {
77
+ position: 'absolute',
78
+ boxSizing: 'border-box',
79
+ top: '0',
80
+ left: '0',
81
+ width: '100%',
82
+ height: '100%',
83
+ borderRadius: _theme.default.checkboxIconBorderRadius,
84
+ borderStyle: 'solid',
85
+ borderWidth: _theme.default.checkboxIconBorderWidth,
86
+ borderColor: _theme.default.checkboxIconBorderColor,
87
+ backgroundColor: _theme.default.checkboxIconBackgroundColor,
88
+ color: _theme.default.checkboxIconColor,
89
+ display: 'block',
90
+ verticalAlign: 'middle',
91
+ '& > svg': {
92
+ position: 'absolute',
93
+ width: '80%',
94
+ top: '50%',
95
+ left: '50%',
96
+ transform: 'translateY(-50%) translateX(-50%)'
97
+ },
98
+ '$wrapperChecked &, $wrapperIndeterminate &': {
99
+ borderColor: _theme.default.checkboxIconCheckedBorderColor,
100
+ borderWidth: 0,
101
+ backgroundColor: _theme.default.checkboxIconCheckedBackgroundColor,
102
+ color: _theme.default.checkboxIconCheckedColor
103
+ },
104
+ '$wrapperDisabled &': {
105
+ borderColor: _theme.default.checkboxIconDisabledBorderColor,
106
+ backgroundColor: _theme.default.checkboxIconDisabledBackgroundColor,
107
+ color: _theme.default.checkboxIconDisabledColor
108
+ },
109
+ '$wrapperDisabled$wrapperChecked &, $wrapperDisabled$wrapperIndeterminate &': {
110
+ borderColor: _theme.default.checkboxIconCheckedDisabledBorderColor,
111
+ backgroundColor: _theme.default.checkboxIconCheckedDisabledBackgroundColor,
112
+ color: _theme.default.checkboxIconCheckedDisabledColor
113
+ }
114
+ },
115
+ desc: {
116
+ verticalAlign: 'middle',
117
+ boxSizing: 'border-box',
118
+ marginLeft: _theme.default.checkboxIconGap,
119
+ fontSize: _theme.default.checkboxLabelFontSize,
120
+ '$wrapperSmall &': {
121
+ fontSize: _theme.default.checkboxSmallLabelFontSize
122
+ },
123
+ '$wrapperLarge &': {
124
+ fontSize: _theme.default.checkboxLargeLabelFontSize
125
+ },
126
+ lineHeight: _theme.default.lineHeightDynamic,
127
+ color: _theme.default.checkboxLabelFontColor,
128
+ '$wrapperDisabled &': {
129
+ color: _theme.default.checkboxLabelDisabledFontColor
130
+ }
131
+ },
132
+ group: {
133
+ // padding: '5px 0',
134
+ },
135
+ groupBlock: {
136
+ '& $wrapper': {
137
+ display: 'flex',
138
+ marginBottom: _theme.default.checkboxBlockGap
139
+ }
140
+ }
141
+ };
142
+ var _default = checkboxStyle;
143
+ exports.default = _default;
@@ -0,0 +1,4 @@
1
+ import checkboxStyle from './checkbox';
2
+ declare const useCheckboxStyle: (data?: undefined) => import("jss").Classes<import("./checkbox").CheckboxClass>;
3
+ export { checkboxStyle, useCheckboxStyle };
4
+ export default useCheckboxStyle;
@@ -0,0 +1,19 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ Object.defineProperty(exports, "checkboxStyle", {
8
+ enumerable: true,
9
+ get: function get() {
10
+ return _checkbox.default;
11
+ }
12
+ });
13
+ exports.useCheckboxStyle = exports.default = void 0;
14
+ var _jssStyle = require("../jss-style");
15
+ var _checkbox = _interopRequireDefault(require("./checkbox"));
16
+ var useCheckboxStyle = (0, _jssStyle.styled)(_checkbox.default, 'checkbox');
17
+ exports.useCheckboxStyle = useCheckboxStyle;
18
+ var _default = useCheckboxStyle;
19
+ exports.default = _default;
@@ -0,0 +1,10 @@
1
+ declare const _default: {
2
+ checkinputColor: string;
3
+ checkboxWidth: string;
4
+ checkboxBorderUncheckWidth: string;
5
+ checkboxBorderWidth: string;
6
+ checkboxBorderColor: string;
7
+ checkboxDisabledBgc: string;
8
+ checkboxCheckedDisabledBgc: string;
9
+ };
10
+ export default _default;
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _common = require("./common");
8
+ var checkboxBorderColor = (0, _common.va)('checkbox-border-color', _common.colorVar.grey300);
9
+ var _default = {
10
+ checkinputColor: (0, _common.va)('checkinput-color', '#333e59'),
11
+ checkboxWidth: (0, _common.va)('checkbox-width', '16px'),
12
+ checkboxBorderUncheckWidth: (0, _common.va)('checkbox-border-uncheck-width', '2px'),
13
+ checkboxBorderWidth: (0, _common.va)('checkbox-border-width', '6px'),
14
+ checkboxBorderColor: checkboxBorderColor,
15
+ checkboxDisabledBgc: (0, _common.va)('checkbox-disabled-bgc', '#E8EBF0'),
16
+ checkboxCheckedDisabledBgc: (0, _common.va)('checkbox-disabled-bgc', checkboxBorderColor)
17
+ };
18
+ exports.default = _default;
@@ -0,0 +1,23 @@
1
+ export declare const va: (name: string, value: string) => string;
2
+ export declare const colorVar: {
3
+ primaryColor: string;
4
+ primaryColorFade50: string;
5
+ primaryColorFade0: string;
6
+ secondaryColor: string;
7
+ successColor: string;
8
+ infoColor: string;
9
+ warningColor: string;
10
+ dangerColor: string;
11
+ white: string;
12
+ grey100: string;
13
+ grey200: string;
14
+ grey300: string;
15
+ grey500: string;
16
+ grey900: string;
17
+ };
18
+ export declare const sizeVar: {
19
+ fontSize: string;
20
+ fontSizeSmall: string;
21
+ fontSizeLarge: string;
22
+ commonLineHeight: string;
23
+ };
@@ -0,0 +1,35 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.va = exports.sizeVar = exports.colorVar = void 0;
7
+ require("core-js/modules/es.array.concat.js");
8
+ var va = function va(name, value) {
9
+ return "var(--".concat(name, ",").concat(value, ")");
10
+ };
11
+ exports.va = va;
12
+ var colorVar = {
13
+ primaryColor: va('primary-color', '#197AFA'),
14
+ primaryColorFade50: va('primary-color-fade-50', 'rgba(25,122,250,.5)'),
15
+ primaryColorFade0: va('primary-color-fade-0', 'rgba(25,122,250,0)'),
16
+ secondaryColor: va('secondary-color', '#666c7c'),
17
+ successColor: va('success-color', '#52c41a'),
18
+ infoColor: va('info-color', '#197AFA'),
19
+ warningColor: va('warning-color', '#ff8c00'),
20
+ dangerColor: va('danger-color', '#ff4d50'),
21
+ white: '#fff',
22
+ grey100: va('grey-100', '#f4f5f8'),
23
+ grey200: va('grey-200', '#e8ebf0'),
24
+ grey300: va('grey-300', '#cccfd7'),
25
+ grey500: va('grey-500', '#adb5bd'),
26
+ grey900: va('grey-900', '#020b18')
27
+ };
28
+ exports.colorVar = colorVar;
29
+ var sizeVar = {
30
+ fontSize: va('font-size', '14px'),
31
+ fontSizeSmall: va('font-size-small', '12px'),
32
+ fontSizeLarge: va('font-size-large', '16px'),
33
+ commonLineHeight: va('common-line-height', '1.42857143')
34
+ };
35
+ exports.sizeVar = sizeVar;
@@ -0,0 +1,6 @@
1
+ declare const _default: {
2
+ formItemMarginBottom: string;
3
+ formItemMarginRight: string;
4
+ formItemTipGap: string;
5
+ };
6
+ export default _default;
@@ -0,0 +1,13 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var _common = require("./common");
8
+ var _default = {
9
+ formItemMarginBottom: (0, _common.va)('form-item-margin-bottom', '12px'),
10
+ formItemMarginRight: (0, _common.va)('form-item-margin-right', '16px'),
11
+ formItemTipGap: (0, _common.va)('form-item-tip-gap', '22px')
12
+ };
13
+ exports.default = _default;