@cloudtower/eagle 0.24.15 → 0.24.17

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 (1014) hide show
  1. package/README.md +4 -2
  2. package/antd/es/affix/style/css.js +2 -0
  3. package/antd/es/affix/style/index.css +8 -0
  4. package/antd/es/affix/style/index.d.ts +2 -0
  5. package/antd/es/affix/style/index.js +2 -0
  6. package/antd/es/affix/style/index.less +6 -0
  7. package/antd/es/alert/style/css.js +2 -0
  8. package/antd/es/alert/style/index.css +260 -0
  9. package/antd/es/alert/style/index.d.ts +2 -0
  10. package/antd/es/alert/style/index.js +2 -0
  11. package/antd/es/alert/style/index.less +196 -0
  12. package/antd/es/alert/style/rtl.less +74 -0
  13. package/antd/es/anchor/style/css.js +4 -0
  14. package/antd/es/anchor/style/index.css +107 -0
  15. package/antd/es/anchor/style/index.d.ts +3 -0
  16. package/antd/es/anchor/style/index.js +4 -0
  17. package/antd/es/anchor/style/index.less +84 -0
  18. package/antd/es/anchor/style/rtl.less +40 -0
  19. package/antd/es/auto-complete/style/css.js +4 -0
  20. package/antd/es/auto-complete/style/index.css +20 -0
  21. package/antd/es/auto-complete/style/index.d.ts +3 -0
  22. package/antd/es/auto-complete/style/index.js +4 -0
  23. package/antd/es/auto-complete/style/index.less +16 -0
  24. package/antd/es/avatar/style/css.js +4 -0
  25. package/antd/es/avatar/style/group.less +22 -0
  26. package/antd/es/avatar/style/index.css +112 -0
  27. package/antd/es/avatar/style/index.d.ts +3 -0
  28. package/antd/es/avatar/style/index.js +4 -0
  29. package/antd/es/avatar/style/index.less +66 -0
  30. package/antd/es/avatar/style/rtl.less +20 -0
  31. package/antd/es/back-top/style/css.js +2 -0
  32. package/antd/es/back-top/style/index.css +62 -0
  33. package/antd/es/back-top/style/index.d.ts +2 -0
  34. package/antd/es/back-top/style/index.js +2 -0
  35. package/antd/es/back-top/style/index.less +49 -0
  36. package/antd/es/back-top/style/responsive.less +11 -0
  37. package/antd/es/badge/style/css.js +3 -0
  38. package/antd/es/badge/style/index.css +372 -0
  39. package/antd/es/badge/style/index.d.ts +3 -0
  40. package/antd/es/badge/style/index.js +3 -0
  41. package/antd/es/badge/style/index.less +193 -0
  42. package/antd/es/badge/style/ribbon.less +84 -0
  43. package/antd/es/badge/style/rtl.less +111 -0
  44. package/antd/es/breadcrumb/style/css.js +4 -0
  45. package/antd/es/breadcrumb/style/index.css +73 -0
  46. package/antd/es/breadcrumb/style/index.d.ts +4 -0
  47. package/antd/es/breadcrumb/style/index.js +4 -0
  48. package/antd/es/breadcrumb/style/index.less +54 -0
  49. package/antd/es/breadcrumb/style/rtl.less +34 -0
  50. package/antd/es/button/style/css.js +2 -0
  51. package/antd/es/button/style/index.css +1915 -0
  52. package/antd/es/button/style/index.d.ts +2 -0
  53. package/antd/es/button/style/index.js +2 -0
  54. package/antd/es/button/style/index.less +249 -0
  55. package/antd/es/button/style/mixin.less +518 -0
  56. package/antd/es/button/style/rtl.less +113 -0
  57. package/antd/es/calendar/style/css.js +7 -0
  58. package/antd/es/calendar/style/index.css +180 -0
  59. package/antd/es/calendar/style/index.d.ts +5 -0
  60. package/antd/es/calendar/style/index.js +7 -0
  61. package/antd/es/calendar/style/index.less +192 -0
  62. package/antd/es/calendar/style/rtl.less +52 -0
  63. package/antd/es/card/style/css.js +6 -0
  64. package/antd/es/card/style/index.css +317 -0
  65. package/antd/es/card/style/index.d.ts +5 -0
  66. package/antd/es/card/style/index.js +6 -0
  67. package/antd/es/card/style/index.less +293 -0
  68. package/antd/es/card/style/size.less +22 -0
  69. package/antd/es/carousel/style/css.js +2 -0
  70. package/antd/es/carousel/style/index.css +298 -0
  71. package/antd/es/carousel/style/index.d.ts +2 -0
  72. package/antd/es/carousel/style/index.js +2 -0
  73. package/antd/es/carousel/style/index.less +267 -0
  74. package/antd/es/carousel/style/rtl.less +52 -0
  75. package/antd/es/cascader/style/css.js +5 -0
  76. package/antd/es/cascader/style/index.css +296 -0
  77. package/antd/es/cascader/style/index.d.ts +4 -0
  78. package/antd/es/cascader/style/index.js +5 -0
  79. package/antd/es/cascader/style/index.less +243 -0
  80. package/antd/es/cascader/style/rtl.less +89 -0
  81. package/antd/es/checkbox/style/css.js +2 -0
  82. package/antd/es/checkbox/style/index.css +246 -0
  83. package/antd/es/checkbox/style/index.d.ts +2 -0
  84. package/antd/es/checkbox/style/index.js +2 -0
  85. package/antd/es/checkbox/style/index.less +5 -0
  86. package/antd/es/checkbox/style/mixin.less +221 -0
  87. package/antd/es/checkbox/style/rtl.less +26 -0
  88. package/antd/es/col/style/css.js +4 -0
  89. package/antd/es/col/style/index.d.ts +2 -0
  90. package/antd/es/col/style/index.js +4 -0
  91. package/antd/es/collapse/style/css.js +2 -0
  92. package/antd/es/collapse/style/index.css +175 -0
  93. package/antd/es/collapse/style/index.d.ts +2 -0
  94. package/antd/es/collapse/style/index.js +2 -0
  95. package/antd/es/collapse/style/index.less +153 -0
  96. package/antd/es/collapse/style/rtl.less +42 -0
  97. package/antd/es/comment/style/css.js +2 -0
  98. package/antd/es/comment/style/index.css +124 -0
  99. package/antd/es/comment/style/index.d.ts +2 -0
  100. package/antd/es/comment/style/index.js +2 -0
  101. package/antd/es/comment/style/index.less +101 -0
  102. package/antd/es/comment/style/rtl.less +50 -0
  103. package/antd/es/config-provider/style/css.js +1 -0
  104. package/antd/es/config-provider/style/index.css +4 -0
  105. package/antd/es/config-provider/style/index.js +1 -0
  106. package/antd/es/config-provider/style/index.less +2 -0
  107. package/antd/es/date-picker/style/css.js +4 -0
  108. package/antd/es/date-picker/style/index.css +1060 -0
  109. package/antd/es/date-picker/style/index.d.ts +3 -0
  110. package/antd/es/date-picker/style/index.js +4 -0
  111. package/antd/es/date-picker/style/index.less +335 -0
  112. package/antd/es/date-picker/style/panel.less +681 -0
  113. package/antd/es/date-picker/style/rtl.less +216 -0
  114. package/antd/es/descriptions/style/css.js +2 -0
  115. package/antd/es/descriptions/style/index.css +132 -0
  116. package/antd/es/descriptions/style/index.d.ts +2 -0
  117. package/antd/es/descriptions/style/index.js +2 -0
  118. package/antd/es/descriptions/style/index.less +164 -0
  119. package/antd/es/descriptions/style/rtl.less +18 -0
  120. package/antd/es/divider/style/css.js +2 -0
  121. package/antd/es/divider/style/index.css +115 -0
  122. package/antd/es/divider/style/index.d.ts +2 -0
  123. package/antd/es/divider/style/index.js +2 -0
  124. package/antd/es/divider/style/index.less +103 -0
  125. package/antd/es/divider/style/rtl.less +36 -0
  126. package/antd/es/drawer/style/css.js +3 -0
  127. package/antd/es/drawer/style/customize.less +3 -0
  128. package/antd/es/drawer/style/drawer.less +256 -0
  129. package/antd/es/drawer/style/index.css +253 -0
  130. package/antd/es/drawer/style/index.d.ts +2 -0
  131. package/antd/es/drawer/style/index.js +3 -0
  132. package/antd/es/drawer/style/index.less +5 -0
  133. package/antd/es/drawer/style/rtl.less +16 -0
  134. package/antd/es/dropdown/style/css.js +4 -0
  135. package/antd/es/dropdown/style/index.css +405 -0
  136. package/antd/es/dropdown/style/index.d.ts +3 -0
  137. package/antd/es/dropdown/style/index.js +4 -0
  138. package/antd/es/dropdown/style/index.less +369 -0
  139. package/antd/es/dropdown/style/rtl.less +85 -0
  140. package/antd/es/dropdown/style/status.less +12 -0
  141. package/antd/es/empty/style/css.js +2 -0
  142. package/antd/es/empty/style/index.css +75 -0
  143. package/antd/es/empty/style/index.d.ts +2 -0
  144. package/antd/es/empty/style/index.js +2 -0
  145. package/antd/es/empty/style/index.less +139 -0
  146. package/antd/es/empty/style/rtl.less +10 -0
  147. package/antd/es/form/style/components.less +69 -0
  148. package/antd/es/form/style/css.js +4 -0
  149. package/antd/es/form/style/horizontal.less +10 -0
  150. package/antd/es/form/style/index.css +939 -0
  151. package/antd/es/form/style/index.d.ts +3 -0
  152. package/antd/es/form/style/index.js +4 -0
  153. package/antd/es/form/style/index.less +233 -0
  154. package/antd/es/form/style/inline.less +35 -0
  155. package/antd/es/form/style/mixin.less +118 -0
  156. package/antd/es/form/style/rtl.less +178 -0
  157. package/antd/es/form/style/status.less +251 -0
  158. package/antd/es/form/style/vertical.less +84 -0
  159. package/antd/es/grid/style/css.js +2 -0
  160. package/antd/es/grid/style/index.css +5889 -0
  161. package/antd/es/grid/style/index.d.ts +2 -0
  162. package/antd/es/grid/style/index.js +2 -0
  163. package/antd/es/grid/style/index.less +113 -0
  164. package/antd/es/grid/style/mixin.less +53 -0
  165. package/antd/es/grid/style/rtl.less +74 -0
  166. package/antd/es/icon/style/css.js +2 -0
  167. package/antd/es/icon/style/index.css +4 -0
  168. package/antd/es/icon/style/index.d.ts +2 -0
  169. package/antd/es/icon/style/index.js +2 -0
  170. package/antd/es/icon/style/index.less +4 -0
  171. package/antd/es/input/style/IE11.less +20 -0
  172. package/antd/es/input/style/affix.less +48 -0
  173. package/antd/es/input/style/allow-clear.less +52 -0
  174. package/antd/es/input/style/css.js +4 -0
  175. package/antd/es/input/style/index.css +820 -0
  176. package/antd/es/input/style/index.d.ts +3 -0
  177. package/antd/es/input/style/index.js +4 -0
  178. package/antd/es/input/style/index.less +50 -0
  179. package/antd/es/input/style/mixin.less +398 -0
  180. package/antd/es/input/style/rtl.less +235 -0
  181. package/antd/es/input/style/search-input.less +90 -0
  182. package/antd/es/input-number/style/css.js +2 -0
  183. package/antd/es/input-number/style/index.css +338 -0
  184. package/antd/es/input-number/style/index.d.ts +2 -0
  185. package/antd/es/input-number/style/index.js +2 -0
  186. package/antd/es/input-number/style/index.less +186 -0
  187. package/antd/es/input-number/style/rtl.less +28 -0
  188. package/antd/es/layout/style/css.js +2 -0
  189. package/antd/es/layout/style/index.css +135 -0
  190. package/antd/es/layout/style/index.d.ts +2 -0
  191. package/antd/es/layout/style/index.js +2 -0
  192. package/antd/es/layout/style/index.less +126 -0
  193. package/antd/es/layout/style/light.less +15 -0
  194. package/antd/es/layout/style/rtl.less +10 -0
  195. package/antd/es/list/style/bordered.less +44 -0
  196. package/antd/es/list/style/css.js +7 -0
  197. package/antd/es/list/style/customize.less +12 -0
  198. package/antd/es/list/style/index.css +343 -0
  199. package/antd/es/list/style/index.d.ts +6 -0
  200. package/antd/es/list/style/index.js +7 -0
  201. package/antd/es/list/style/index.less +239 -0
  202. package/antd/es/list/style/responsive.less +40 -0
  203. package/antd/es/list/style/rtl.less +139 -0
  204. package/antd/es/locale-provider/style/css.js +1 -0
  205. package/antd/es/locale-provider/style/index.css +4 -0
  206. package/antd/es/locale-provider/style/index.d.ts +1 -0
  207. package/antd/es/locale-provider/style/index.js +1 -0
  208. package/antd/es/locale-provider/style/index.less +2 -0
  209. package/antd/es/mentions/style/css.js +4 -0
  210. package/antd/es/mentions/style/index.css +287 -0
  211. package/antd/es/mentions/style/index.d.ts +3 -0
  212. package/antd/es/mentions/style/index.js +4 -0
  213. package/antd/es/mentions/style/index.less +169 -0
  214. package/antd/es/mentions/style/rtl.less +10 -0
  215. package/antd/es/menu/style/css.js +5 -0
  216. package/antd/es/menu/style/dark.less +148 -0
  217. package/antd/es/menu/style/index.css +907 -0
  218. package/antd/es/menu/style/index.d.ts +3 -0
  219. package/antd/es/menu/style/index.js +5 -0
  220. package/antd/es/menu/style/index.less +587 -0
  221. package/antd/es/menu/style/rtl.less +162 -0
  222. package/antd/es/menu/style/status.less +47 -0
  223. package/antd/es/message/style/css.js +2 -0
  224. package/antd/es/message/style/index.css +95 -0
  225. package/antd/es/message/style/index.d.ts +2 -0
  226. package/antd/es/message/style/index.js +2 -0
  227. package/antd/es/message/style/index.less +73 -0
  228. package/antd/es/message/style/rtl.less +17 -0
  229. package/antd/es/modal/style/confirm.less +78 -0
  230. package/antd/es/modal/style/css.js +4 -0
  231. package/antd/es/modal/style/customize.less +3 -0
  232. package/antd/es/modal/style/index.css +261 -0
  233. package/antd/es/modal/style/index.d.ts +3 -0
  234. package/antd/es/modal/style/index.js +4 -0
  235. package/antd/es/modal/style/index.less +6 -0
  236. package/antd/es/modal/style/modal.less +164 -0
  237. package/antd/es/modal/style/rtl.less +73 -0
  238. package/antd/es/notification/style/css.js +2 -0
  239. package/antd/es/notification/style/customize.less +3 -0
  240. package/antd/es/notification/style/index.css +273 -0
  241. package/antd/es/notification/style/index.d.ts +2 -0
  242. package/antd/es/notification/style/index.js +2 -0
  243. package/antd/es/notification/style/index.less +221 -0
  244. package/antd/es/notification/style/rtl.less +53 -0
  245. package/antd/es/page-header/style/css.js +4 -0
  246. package/antd/es/page-header/style/index.css +167 -0
  247. package/antd/es/page-header/style/index.d.ts +3 -0
  248. package/antd/es/page-header/style/index.js +4 -0
  249. package/antd/es/page-header/style/index.less +125 -0
  250. package/antd/es/page-header/style/rtl.less +76 -0
  251. package/antd/es/pagination/style/css.js +5 -0
  252. package/antd/es/pagination/style/index.css +522 -0
  253. package/antd/es/pagination/style/index.d.ts +3 -0
  254. package/antd/es/pagination/style/index.js +5 -0
  255. package/antd/es/pagination/style/index.less +407 -0
  256. package/antd/es/pagination/style/rtl.less +75 -0
  257. package/antd/es/popconfirm/style/css.js +6 -0
  258. package/antd/es/popconfirm/style/index.css +7 -0
  259. package/antd/es/popconfirm/style/index.d.ts +4 -0
  260. package/antd/es/popconfirm/style/index.js +6 -0
  261. package/antd/es/popconfirm/style/index.less +8 -0
  262. package/antd/es/popover/style/css.js +3 -0
  263. package/antd/es/popover/style/customize.less +3 -0
  264. package/antd/es/popover/style/index.css +224 -0
  265. package/antd/es/popover/style/index.d.ts +2 -0
  266. package/antd/es/popover/style/index.js +3 -0
  267. package/antd/es/popover/style/index.less +208 -0
  268. package/antd/es/popover/style/rtl.less +33 -0
  269. package/antd/es/progress/style/css.js +2 -0
  270. package/antd/es/progress/style/index.css +219 -0
  271. package/antd/es/progress/style/index.d.ts +2 -0
  272. package/antd/es/progress/style/index.js +2 -0
  273. package/antd/es/progress/style/index.less +205 -0
  274. package/antd/es/progress/style/rtl.less +37 -0
  275. package/antd/es/radio/style/css.js +2 -0
  276. package/antd/es/radio/style/index.css +374 -0
  277. package/antd/es/radio/style/index.d.ts +2 -0
  278. package/antd/es/radio/style/index.js +2 -0
  279. package/antd/es/radio/style/index.less +348 -0
  280. package/antd/es/radio/style/rtl.less +61 -0
  281. package/antd/es/rate/style/css.js +4 -0
  282. package/antd/es/rate/style/index.css +97 -0
  283. package/antd/es/rate/style/index.d.ts +3 -0
  284. package/antd/es/rate/style/index.js +4 -0
  285. package/antd/es/rate/style/index.less +87 -0
  286. package/antd/es/rate/style/rtl.less +26 -0
  287. package/antd/es/result/style/css.js +2 -0
  288. package/antd/es/result/style/index.css +68 -0
  289. package/antd/es/result/style/index.d.ts +2 -0
  290. package/antd/es/result/style/index.js +2 -0
  291. package/antd/es/result/style/index.less +74 -0
  292. package/antd/es/result/style/rtl.less +25 -0
  293. package/antd/es/row/style/css.js +4 -0
  294. package/antd/es/row/style/index.d.ts +2 -0
  295. package/antd/es/row/style/index.js +4 -0
  296. package/antd/es/select/style/css.js +4 -0
  297. package/antd/es/select/style/index.css +707 -0
  298. package/antd/es/select/style/index.d.ts +3 -0
  299. package/antd/es/select/style/index.js +4 -0
  300. package/antd/es/select/style/index.less +294 -0
  301. package/antd/es/select/style/multiple.less +194 -0
  302. package/antd/es/select/style/rtl.less +186 -0
  303. package/antd/es/select/style/single.less +180 -0
  304. package/antd/es/skeleton/style/css.js +2 -0
  305. package/antd/es/skeleton/style/index.css +284 -0
  306. package/antd/es/skeleton/style/index.d.ts +2 -0
  307. package/antd/es/skeleton/style/index.js +2 -0
  308. package/antd/es/skeleton/style/index.less +265 -0
  309. package/antd/es/skeleton/style/rtl.less +47 -0
  310. package/antd/es/slider/style/css.js +4 -0
  311. package/antd/es/slider/style/index.css +223 -0
  312. package/antd/es/slider/style/index.d.ts +3 -0
  313. package/antd/es/slider/style/index.js +4 -0
  314. package/antd/es/slider/style/index.less +206 -0
  315. package/antd/es/slider/style/rtl.less +70 -0
  316. package/antd/es/space/style/css.js +2 -0
  317. package/antd/es/space/style/index.css +38 -0
  318. package/antd/es/space/style/index.d.ts +2 -0
  319. package/antd/es/space/style/index.js +2 -0
  320. package/antd/es/space/style/index.less +28 -0
  321. package/antd/es/space/style/rtl.less +10 -0
  322. package/antd/es/spin/style/css.js +2 -0
  323. package/antd/es/spin/style/index.css +235 -0
  324. package/antd/es/spin/style/index.d.ts +2 -0
  325. package/antd/es/spin/style/index.js +2 -0
  326. package/antd/es/spin/style/index.less +216 -0
  327. package/antd/es/spin/style/rtl.less +25 -0
  328. package/antd/es/statistic/style/css.js +2 -0
  329. package/antd/es/statistic/style/index.css +56 -0
  330. package/antd/es/statistic/style/index.d.ts +2 -0
  331. package/antd/es/statistic/style/index.js +2 -0
  332. package/antd/es/statistic/style/index.less +44 -0
  333. package/antd/es/statistic/style/rtl.less +26 -0
  334. package/antd/es/steps/style/css.js +3 -0
  335. package/antd/es/steps/style/custom-icon.less +32 -0
  336. package/antd/es/steps/style/index.css +812 -0
  337. package/antd/es/steps/style/index.d.ts +3 -0
  338. package/antd/es/steps/style/index.js +3 -0
  339. package/antd/es/steps/style/index.less +246 -0
  340. package/antd/es/steps/style/label-placement.less +39 -0
  341. package/antd/es/steps/style/nav.less +124 -0
  342. package/antd/es/steps/style/progress-dot.less +79 -0
  343. package/antd/es/steps/style/progress.less +21 -0
  344. package/antd/es/steps/style/rtl.less +249 -0
  345. package/antd/es/steps/style/small.less +47 -0
  346. package/antd/es/steps/style/vertical.less +77 -0
  347. package/antd/es/switch/style/css.js +2 -0
  348. package/antd/es/switch/style/index.css +166 -0
  349. package/antd/es/switch/style/index.d.ts +2 -0
  350. package/antd/es/switch/style/index.js +2 -0
  351. package/antd/es/switch/style/index.less +153 -0
  352. package/antd/es/switch/style/rtl.less +50 -0
  353. package/antd/es/table/style/bordered.less +122 -0
  354. package/antd/es/table/style/css.js +13 -0
  355. package/antd/es/table/style/index.css +806 -0
  356. package/antd/es/table/style/index.d.ts +10 -0
  357. package/antd/es/table/style/index.js +13 -0
  358. package/antd/es/table/style/index.less +616 -0
  359. package/antd/es/table/style/radius.less +45 -0
  360. package/antd/es/table/style/rtl.less +180 -0
  361. package/antd/es/table/style/size.less +68 -0
  362. package/antd/es/tabs/style/card.less +97 -0
  363. package/antd/es/tabs/style/css.js +2 -0
  364. package/antd/es/tabs/style/dropdown.less +60 -0
  365. package/antd/es/tabs/style/index.css +664 -0
  366. package/antd/es/tabs/style/index.d.ts +2 -0
  367. package/antd/es/tabs/style/index.js +2 -0
  368. package/antd/es/tabs/style/index.less +224 -0
  369. package/antd/es/tabs/style/position.less +195 -0
  370. package/antd/es/tabs/style/rtl.less +73 -0
  371. package/antd/es/tabs/style/size.less +41 -0
  372. package/antd/es/tag/style/css.js +2 -0
  373. package/antd/es/tag/style/index.css +256 -0
  374. package/antd/es/tag/style/index.d.ts +2 -0
  375. package/antd/es/tag/style/index.js +2 -0
  376. package/antd/es/tag/style/index.less +130 -0
  377. package/antd/es/tag/style/rtl.less +28 -0
  378. package/antd/es/time-picker/style/css.js +4 -0
  379. package/antd/es/time-picker/style/index.css +4 -0
  380. package/antd/es/time-picker/style/index.d.ts +3 -0
  381. package/antd/es/time-picker/style/index.js +4 -0
  382. package/antd/es/time-picker/style/index.less +3 -0
  383. package/antd/es/timeline/style/css.js +2 -0
  384. package/antd/es/timeline/style/index.css +240 -0
  385. package/antd/es/timeline/style/index.d.ts +2 -0
  386. package/antd/es/timeline/style/index.js +2 -0
  387. package/antd/es/timeline/style/index.less +186 -0
  388. package/antd/es/timeline/style/rtl.less +135 -0
  389. package/antd/es/tooltip/style/css.js +2 -0
  390. package/antd/es/tooltip/style/index.css +261 -0
  391. package/antd/es/tooltip/style/index.d.ts +2 -0
  392. package/antd/es/tooltip/style/index.js +2 -0
  393. package/antd/es/tooltip/style/index.less +206 -0
  394. package/antd/es/tooltip/style/rtl.less +14 -0
  395. package/antd/es/transfer/style/css.js +10 -0
  396. package/antd/es/transfer/style/customize.less +45 -0
  397. package/antd/es/transfer/style/index.css +346 -0
  398. package/antd/es/transfer/style/index.d.ts +9 -0
  399. package/antd/es/transfer/style/index.js +10 -0
  400. package/antd/es/transfer/style/index.less +237 -0
  401. package/antd/es/transfer/style/rtl.less +63 -0
  402. package/antd/es/tree/style/css.js +2 -0
  403. package/antd/es/tree/style/directory.less +72 -0
  404. package/antd/es/tree/style/index.css +508 -0
  405. package/antd/es/tree/style/index.d.ts +2 -0
  406. package/antd/es/tree/style/index.js +2 -0
  407. package/antd/es/tree/style/index.less +14 -0
  408. package/antd/es/tree/style/mixin.less +264 -0
  409. package/antd/es/tree/style/rtl.less +64 -0
  410. package/antd/es/tree-select/style/css.js +6 -0
  411. package/antd/es/tree-select/style/index.css +463 -0
  412. package/antd/es/tree-select/style/index.d.ts +4 -0
  413. package/antd/es/tree-select/style/index.js +6 -0
  414. package/antd/es/tree-select/style/index.less +55 -0
  415. package/antd/es/typography/style/css.js +5 -0
  416. package/antd/es/typography/style/index.css +277 -0
  417. package/antd/es/typography/style/index.d.ts +4 -0
  418. package/antd/es/typography/style/index.js +5 -0
  419. package/antd/es/typography/style/index.less +225 -0
  420. package/antd/es/typography/style/rtl.less +54 -0
  421. package/antd/es/upload/style/css.js +6 -0
  422. package/antd/es/upload/style/index.css +694 -0
  423. package/antd/es/upload/style/index.d.ts +5 -0
  424. package/antd/es/upload/style/index.js +6 -0
  425. package/antd/es/upload/style/index.less +590 -0
  426. package/antd/es/upload/style/rtl.less +188 -0
  427. package/antd/es/version/style/css.js +2 -0
  428. package/antd/es/version/style/index.d.ts +1 -0
  429. package/antd/es/version/style/index.js +2 -0
  430. package/antd/lib/affix/style/css.js +5 -0
  431. package/antd/lib/affix/style/index.css +8 -0
  432. package/antd/lib/affix/style/index.d.ts +2 -0
  433. package/antd/lib/affix/style/index.js +5 -0
  434. package/antd/lib/affix/style/index.less +6 -0
  435. package/antd/lib/alert/style/css.js +5 -0
  436. package/antd/lib/alert/style/index.css +260 -0
  437. package/antd/lib/alert/style/index.d.ts +2 -0
  438. package/antd/lib/alert/style/index.js +5 -0
  439. package/antd/lib/alert/style/index.less +196 -0
  440. package/antd/lib/alert/style/rtl.less +74 -0
  441. package/antd/lib/anchor/style/css.js +7 -0
  442. package/antd/lib/anchor/style/index.css +107 -0
  443. package/antd/lib/anchor/style/index.d.ts +3 -0
  444. package/antd/lib/anchor/style/index.js +7 -0
  445. package/antd/lib/anchor/style/index.less +84 -0
  446. package/antd/lib/anchor/style/rtl.less +40 -0
  447. package/antd/lib/auto-complete/style/css.js +7 -0
  448. package/antd/lib/auto-complete/style/index.css +20 -0
  449. package/antd/lib/auto-complete/style/index.d.ts +3 -0
  450. package/antd/lib/auto-complete/style/index.js +7 -0
  451. package/antd/lib/auto-complete/style/index.less +16 -0
  452. package/antd/lib/avatar/style/css.js +7 -0
  453. package/antd/lib/avatar/style/group.less +22 -0
  454. package/antd/lib/avatar/style/index.css +112 -0
  455. package/antd/lib/avatar/style/index.d.ts +3 -0
  456. package/antd/lib/avatar/style/index.js +7 -0
  457. package/antd/lib/avatar/style/index.less +66 -0
  458. package/antd/lib/avatar/style/rtl.less +20 -0
  459. package/antd/lib/back-top/style/css.js +5 -0
  460. package/antd/lib/back-top/style/index.css +62 -0
  461. package/antd/lib/back-top/style/index.d.ts +2 -0
  462. package/antd/lib/back-top/style/index.js +5 -0
  463. package/antd/lib/back-top/style/index.less +49 -0
  464. package/antd/lib/back-top/style/responsive.less +11 -0
  465. package/antd/lib/badge/style/css.js +7 -0
  466. package/antd/lib/badge/style/index.css +372 -0
  467. package/antd/lib/badge/style/index.d.ts +3 -0
  468. package/antd/lib/badge/style/index.js +7 -0
  469. package/antd/lib/badge/style/index.less +193 -0
  470. package/antd/lib/badge/style/ribbon.less +84 -0
  471. package/antd/lib/badge/style/rtl.less +111 -0
  472. package/antd/lib/breadcrumb/style/css.js +9 -0
  473. package/antd/lib/breadcrumb/style/index.css +73 -0
  474. package/antd/lib/breadcrumb/style/index.d.ts +4 -0
  475. package/antd/lib/breadcrumb/style/index.js +9 -0
  476. package/antd/lib/breadcrumb/style/index.less +54 -0
  477. package/antd/lib/breadcrumb/style/rtl.less +34 -0
  478. package/antd/lib/button/style/css.js +5 -0
  479. package/antd/lib/button/style/index.css +1915 -0
  480. package/antd/lib/button/style/index.d.ts +2 -0
  481. package/antd/lib/button/style/index.js +5 -0
  482. package/antd/lib/button/style/index.less +249 -0
  483. package/antd/lib/button/style/mixin.less +518 -0
  484. package/antd/lib/button/style/rtl.less +113 -0
  485. package/antd/lib/calendar/style/css.js +11 -0
  486. package/antd/lib/calendar/style/index.css +180 -0
  487. package/antd/lib/calendar/style/index.d.ts +5 -0
  488. package/antd/lib/calendar/style/index.js +11 -0
  489. package/antd/lib/calendar/style/index.less +192 -0
  490. package/antd/lib/calendar/style/rtl.less +52 -0
  491. package/antd/lib/card/style/css.js +11 -0
  492. package/antd/lib/card/style/index.css +317 -0
  493. package/antd/lib/card/style/index.d.ts +5 -0
  494. package/antd/lib/card/style/index.js +11 -0
  495. package/antd/lib/card/style/index.less +293 -0
  496. package/antd/lib/card/style/size.less +22 -0
  497. package/antd/lib/carousel/style/css.js +5 -0
  498. package/antd/lib/carousel/style/index.css +298 -0
  499. package/antd/lib/carousel/style/index.d.ts +2 -0
  500. package/antd/lib/carousel/style/index.js +5 -0
  501. package/antd/lib/carousel/style/index.less +267 -0
  502. package/antd/lib/carousel/style/rtl.less +52 -0
  503. package/antd/lib/cascader/style/css.js +9 -0
  504. package/antd/lib/cascader/style/index.css +296 -0
  505. package/antd/lib/cascader/style/index.d.ts +4 -0
  506. package/antd/lib/cascader/style/index.js +9 -0
  507. package/antd/lib/cascader/style/index.less +243 -0
  508. package/antd/lib/cascader/style/rtl.less +89 -0
  509. package/antd/lib/checkbox/style/css.js +5 -0
  510. package/antd/lib/checkbox/style/index.css +246 -0
  511. package/antd/lib/checkbox/style/index.d.ts +2 -0
  512. package/antd/lib/checkbox/style/index.js +5 -0
  513. package/antd/lib/checkbox/style/index.less +5 -0
  514. package/antd/lib/checkbox/style/mixin.less +221 -0
  515. package/antd/lib/checkbox/style/rtl.less +26 -0
  516. package/antd/lib/col/style/css.js +5 -0
  517. package/antd/lib/col/style/index.d.ts +2 -0
  518. package/antd/lib/col/style/index.js +5 -0
  519. package/antd/lib/collapse/style/css.js +5 -0
  520. package/antd/lib/collapse/style/index.css +175 -0
  521. package/antd/lib/collapse/style/index.d.ts +2 -0
  522. package/antd/lib/collapse/style/index.js +5 -0
  523. package/antd/lib/collapse/style/index.less +153 -0
  524. package/antd/lib/collapse/style/rtl.less +42 -0
  525. package/antd/lib/comment/style/css.js +5 -0
  526. package/antd/lib/comment/style/index.css +124 -0
  527. package/antd/lib/comment/style/index.d.ts +2 -0
  528. package/antd/lib/comment/style/index.js +5 -0
  529. package/antd/lib/comment/style/index.less +101 -0
  530. package/antd/lib/comment/style/rtl.less +50 -0
  531. package/antd/lib/config-provider/style/index.css +4 -0
  532. package/antd/lib/config-provider/style/index.d.ts +1 -0
  533. package/antd/lib/config-provider/style/index.less +2 -0
  534. package/antd/lib/date-picker/style/css.js +7 -0
  535. package/antd/lib/date-picker/style/index.css +1060 -0
  536. package/antd/lib/date-picker/style/index.d.ts +3 -0
  537. package/antd/lib/date-picker/style/index.js +7 -0
  538. package/antd/lib/date-picker/style/index.less +335 -0
  539. package/antd/lib/date-picker/style/panel.less +681 -0
  540. package/antd/lib/date-picker/style/rtl.less +216 -0
  541. package/antd/lib/descriptions/style/css.js +5 -0
  542. package/antd/lib/descriptions/style/index.css +132 -0
  543. package/antd/lib/descriptions/style/index.d.ts +2 -0
  544. package/antd/lib/descriptions/style/index.js +5 -0
  545. package/antd/lib/descriptions/style/index.less +164 -0
  546. package/antd/lib/descriptions/style/rtl.less +18 -0
  547. package/antd/lib/divider/style/css.js +5 -0
  548. package/antd/lib/divider/style/index.css +115 -0
  549. package/antd/lib/divider/style/index.d.ts +2 -0
  550. package/antd/lib/divider/style/index.js +5 -0
  551. package/antd/lib/divider/style/index.less +103 -0
  552. package/antd/lib/divider/style/rtl.less +36 -0
  553. package/antd/lib/drawer/style/css.js +5 -0
  554. package/antd/lib/drawer/style/customize.less +3 -0
  555. package/antd/lib/drawer/style/drawer.less +256 -0
  556. package/antd/lib/drawer/style/index.css +253 -0
  557. package/antd/lib/drawer/style/index.d.ts +2 -0
  558. package/antd/lib/drawer/style/index.js +5 -0
  559. package/antd/lib/drawer/style/index.less +5 -0
  560. package/antd/lib/drawer/style/rtl.less +16 -0
  561. package/antd/lib/dropdown/style/css.js +7 -0
  562. package/antd/lib/dropdown/style/index.css +405 -0
  563. package/antd/lib/dropdown/style/index.d.ts +3 -0
  564. package/antd/lib/dropdown/style/index.js +7 -0
  565. package/antd/lib/dropdown/style/index.less +369 -0
  566. package/antd/lib/dropdown/style/rtl.less +85 -0
  567. package/antd/lib/dropdown/style/status.less +12 -0
  568. package/antd/lib/empty/style/css.js +5 -0
  569. package/antd/lib/empty/style/index.css +75 -0
  570. package/antd/lib/empty/style/index.d.ts +2 -0
  571. package/antd/lib/empty/style/index.js +5 -0
  572. package/antd/lib/empty/style/index.less +139 -0
  573. package/antd/lib/empty/style/rtl.less +10 -0
  574. package/antd/lib/form/style/components.less +69 -0
  575. package/antd/lib/form/style/css.js +7 -0
  576. package/antd/lib/form/style/horizontal.less +10 -0
  577. package/antd/lib/form/style/index.css +939 -0
  578. package/antd/lib/form/style/index.d.ts +3 -0
  579. package/antd/lib/form/style/index.js +7 -0
  580. package/antd/lib/form/style/index.less +233 -0
  581. package/antd/lib/form/style/inline.less +35 -0
  582. package/antd/lib/form/style/mixin.less +118 -0
  583. package/antd/lib/form/style/rtl.less +178 -0
  584. package/antd/lib/form/style/status.less +251 -0
  585. package/antd/lib/form/style/vertical.less +84 -0
  586. package/antd/lib/grid/style/css.js +5 -0
  587. package/antd/lib/grid/style/index.css +5889 -0
  588. package/antd/lib/grid/style/index.d.ts +2 -0
  589. package/antd/lib/grid/style/index.js +5 -0
  590. package/antd/lib/grid/style/index.less +113 -0
  591. package/antd/lib/grid/style/mixin.less +53 -0
  592. package/antd/lib/grid/style/rtl.less +74 -0
  593. package/antd/lib/icon/style/css.js +5 -0
  594. package/antd/lib/icon/style/index.css +4 -0
  595. package/antd/lib/icon/style/index.d.ts +2 -0
  596. package/antd/lib/icon/style/index.js +5 -0
  597. package/antd/lib/icon/style/index.less +4 -0
  598. package/antd/lib/input/style/IE11.less +20 -0
  599. package/antd/lib/input/style/affix.less +48 -0
  600. package/antd/lib/input/style/allow-clear.less +52 -0
  601. package/antd/lib/input/style/css.js +7 -0
  602. package/antd/lib/input/style/index.css +820 -0
  603. package/antd/lib/input/style/index.d.ts +3 -0
  604. package/antd/lib/input/style/index.js +7 -0
  605. package/antd/lib/input/style/index.less +50 -0
  606. package/antd/lib/input/style/mixin.less +398 -0
  607. package/antd/lib/input/style/rtl.less +235 -0
  608. package/antd/lib/input/style/search-input.less +90 -0
  609. package/antd/lib/input-number/style/css.js +5 -0
  610. package/antd/lib/input-number/style/index.css +338 -0
  611. package/antd/lib/input-number/style/index.d.ts +2 -0
  612. package/antd/lib/input-number/style/index.js +5 -0
  613. package/antd/lib/input-number/style/index.less +186 -0
  614. package/antd/lib/input-number/style/rtl.less +28 -0
  615. package/antd/lib/layout/style/css.js +5 -0
  616. package/antd/lib/layout/style/index.css +135 -0
  617. package/antd/lib/layout/style/index.d.ts +2 -0
  618. package/antd/lib/layout/style/index.js +5 -0
  619. package/antd/lib/layout/style/index.less +126 -0
  620. package/antd/lib/layout/style/light.less +15 -0
  621. package/antd/lib/layout/style/rtl.less +10 -0
  622. package/antd/lib/list/style/bordered.less +44 -0
  623. package/antd/lib/list/style/css.js +13 -0
  624. package/antd/lib/list/style/customize.less +12 -0
  625. package/antd/lib/list/style/index.css +343 -0
  626. package/antd/lib/list/style/index.d.ts +6 -0
  627. package/antd/lib/list/style/index.js +13 -0
  628. package/antd/lib/list/style/index.less +239 -0
  629. package/antd/lib/list/style/responsive.less +40 -0
  630. package/antd/lib/list/style/rtl.less +139 -0
  631. package/antd/lib/locale-provider/style/css.js +3 -0
  632. package/antd/lib/locale-provider/style/index.css +4 -0
  633. package/antd/lib/locale-provider/style/index.d.ts +1 -0
  634. package/antd/lib/locale-provider/style/index.js +3 -0
  635. package/antd/lib/locale-provider/style/index.less +2 -0
  636. package/antd/lib/mentions/style/css.js +7 -0
  637. package/antd/lib/mentions/style/index.css +287 -0
  638. package/antd/lib/mentions/style/index.d.ts +3 -0
  639. package/antd/lib/mentions/style/index.js +7 -0
  640. package/antd/lib/mentions/style/index.less +169 -0
  641. package/antd/lib/mentions/style/rtl.less +10 -0
  642. package/antd/lib/menu/style/css.js +7 -0
  643. package/antd/lib/menu/style/dark.less +148 -0
  644. package/antd/lib/menu/style/index.css +907 -0
  645. package/antd/lib/menu/style/index.d.ts +3 -0
  646. package/antd/lib/menu/style/index.js +7 -0
  647. package/antd/lib/menu/style/index.less +587 -0
  648. package/antd/lib/menu/style/rtl.less +162 -0
  649. package/antd/lib/menu/style/status.less +47 -0
  650. package/antd/lib/message/style/css.js +5 -0
  651. package/antd/lib/message/style/index.css +95 -0
  652. package/antd/lib/message/style/index.d.ts +2 -0
  653. package/antd/lib/message/style/index.js +5 -0
  654. package/antd/lib/message/style/index.less +73 -0
  655. package/antd/lib/message/style/rtl.less +17 -0
  656. package/antd/lib/modal/style/confirm.less +78 -0
  657. package/antd/lib/modal/style/css.js +7 -0
  658. package/antd/lib/modal/style/customize.less +3 -0
  659. package/antd/lib/modal/style/index.css +261 -0
  660. package/antd/lib/modal/style/index.d.ts +3 -0
  661. package/antd/lib/modal/style/index.js +7 -0
  662. package/antd/lib/modal/style/index.less +6 -0
  663. package/antd/lib/modal/style/modal.less +164 -0
  664. package/antd/lib/modal/style/rtl.less +73 -0
  665. package/antd/lib/notification/style/css.js +5 -0
  666. package/antd/lib/notification/style/customize.less +3 -0
  667. package/antd/lib/notification/style/index.css +273 -0
  668. package/antd/lib/notification/style/index.d.ts +2 -0
  669. package/antd/lib/notification/style/index.js +5 -0
  670. package/antd/lib/notification/style/index.less +221 -0
  671. package/antd/lib/notification/style/rtl.less +53 -0
  672. package/antd/lib/page-header/style/css.js +7 -0
  673. package/antd/lib/page-header/style/index.css +167 -0
  674. package/antd/lib/page-header/style/index.d.ts +3 -0
  675. package/antd/lib/page-header/style/index.js +7 -0
  676. package/antd/lib/page-header/style/index.less +125 -0
  677. package/antd/lib/page-header/style/rtl.less +76 -0
  678. package/antd/lib/pagination/style/css.js +7 -0
  679. package/antd/lib/pagination/style/index.css +522 -0
  680. package/antd/lib/pagination/style/index.d.ts +3 -0
  681. package/antd/lib/pagination/style/index.js +7 -0
  682. package/antd/lib/pagination/style/index.less +407 -0
  683. package/antd/lib/pagination/style/rtl.less +75 -0
  684. package/antd/lib/popconfirm/style/css.js +9 -0
  685. package/antd/lib/popconfirm/style/index.css +7 -0
  686. package/antd/lib/popconfirm/style/index.d.ts +4 -0
  687. package/antd/lib/popconfirm/style/index.js +9 -0
  688. package/antd/lib/popconfirm/style/index.less +8 -0
  689. package/antd/lib/popover/style/css.js +5 -0
  690. package/antd/lib/popover/style/customize.less +3 -0
  691. package/antd/lib/popover/style/index.css +224 -0
  692. package/antd/lib/popover/style/index.d.ts +2 -0
  693. package/antd/lib/popover/style/index.js +5 -0
  694. package/antd/lib/popover/style/index.less +208 -0
  695. package/antd/lib/popover/style/rtl.less +33 -0
  696. package/antd/lib/progress/style/css.js +5 -0
  697. package/antd/lib/progress/style/index.css +219 -0
  698. package/antd/lib/progress/style/index.d.ts +2 -0
  699. package/antd/lib/progress/style/index.js +5 -0
  700. package/antd/lib/progress/style/index.less +205 -0
  701. package/antd/lib/progress/style/rtl.less +37 -0
  702. package/antd/lib/radio/style/css.js +5 -0
  703. package/antd/lib/radio/style/index.css +374 -0
  704. package/antd/lib/radio/style/index.d.ts +2 -0
  705. package/antd/lib/radio/style/index.js +5 -0
  706. package/antd/lib/radio/style/index.less +348 -0
  707. package/antd/lib/radio/style/rtl.less +61 -0
  708. package/antd/lib/rate/style/css.js +7 -0
  709. package/antd/lib/rate/style/index.css +97 -0
  710. package/antd/lib/rate/style/index.d.ts +3 -0
  711. package/antd/lib/rate/style/index.js +7 -0
  712. package/antd/lib/rate/style/index.less +87 -0
  713. package/antd/lib/rate/style/rtl.less +26 -0
  714. package/antd/lib/result/style/css.js +5 -0
  715. package/antd/lib/result/style/index.css +68 -0
  716. package/antd/lib/result/style/index.d.ts +2 -0
  717. package/antd/lib/result/style/index.js +5 -0
  718. package/antd/lib/result/style/index.less +74 -0
  719. package/antd/lib/result/style/rtl.less +25 -0
  720. package/antd/lib/row/style/css.js +5 -0
  721. package/antd/lib/row/style/index.d.ts +2 -0
  722. package/antd/lib/row/style/index.js +5 -0
  723. package/antd/lib/select/style/css.js +7 -0
  724. package/antd/lib/select/style/index.css +707 -0
  725. package/antd/lib/select/style/index.d.ts +3 -0
  726. package/antd/lib/select/style/index.js +7 -0
  727. package/antd/lib/select/style/index.less +294 -0
  728. package/antd/lib/select/style/multiple.less +194 -0
  729. package/antd/lib/select/style/rtl.less +186 -0
  730. package/antd/lib/select/style/single.less +180 -0
  731. package/antd/lib/skeleton/style/css.js +5 -0
  732. package/antd/lib/skeleton/style/index.css +284 -0
  733. package/antd/lib/skeleton/style/index.d.ts +2 -0
  734. package/antd/lib/skeleton/style/index.js +5 -0
  735. package/antd/lib/skeleton/style/index.less +265 -0
  736. package/antd/lib/skeleton/style/rtl.less +47 -0
  737. package/antd/lib/slider/style/css.js +7 -0
  738. package/antd/lib/slider/style/index.css +223 -0
  739. package/antd/lib/slider/style/index.d.ts +3 -0
  740. package/antd/lib/slider/style/index.js +7 -0
  741. package/antd/lib/slider/style/index.less +206 -0
  742. package/antd/lib/slider/style/rtl.less +70 -0
  743. package/antd/lib/space/style/css.js +5 -0
  744. package/antd/lib/space/style/index.css +38 -0
  745. package/antd/lib/space/style/index.d.ts +2 -0
  746. package/antd/lib/space/style/index.js +5 -0
  747. package/antd/lib/space/style/index.less +28 -0
  748. package/antd/lib/space/style/rtl.less +10 -0
  749. package/antd/lib/spin/style/css.js +5 -0
  750. package/antd/lib/spin/style/index.css +235 -0
  751. package/antd/lib/spin/style/index.d.ts +2 -0
  752. package/antd/lib/spin/style/index.js +5 -0
  753. package/antd/lib/spin/style/index.less +216 -0
  754. package/antd/lib/spin/style/rtl.less +25 -0
  755. package/antd/lib/statistic/style/css.js +5 -0
  756. package/antd/lib/statistic/style/index.css +56 -0
  757. package/antd/lib/statistic/style/index.d.ts +2 -0
  758. package/antd/lib/statistic/style/index.js +5 -0
  759. package/antd/lib/statistic/style/index.less +44 -0
  760. package/antd/lib/statistic/style/rtl.less +26 -0
  761. package/antd/lib/steps/style/css.js +7 -0
  762. package/antd/lib/steps/style/custom-icon.less +32 -0
  763. package/antd/lib/steps/style/index.css +812 -0
  764. package/antd/lib/steps/style/index.d.ts +3 -0
  765. package/antd/lib/steps/style/index.js +7 -0
  766. package/antd/lib/steps/style/index.less +246 -0
  767. package/antd/lib/steps/style/label-placement.less +39 -0
  768. package/antd/lib/steps/style/nav.less +124 -0
  769. package/antd/lib/steps/style/progress-dot.less +79 -0
  770. package/antd/lib/steps/style/progress.less +21 -0
  771. package/antd/lib/steps/style/rtl.less +249 -0
  772. package/antd/lib/steps/style/small.less +47 -0
  773. package/antd/lib/steps/style/vertical.less +77 -0
  774. package/antd/lib/style/css.js +3 -0
  775. package/antd/lib/style/index.d.ts +1 -0
  776. package/antd/lib/style/index.js +3 -0
  777. package/antd/lib/switch/style/css.js +5 -0
  778. package/antd/lib/switch/style/index.css +166 -0
  779. package/antd/lib/switch/style/index.d.ts +2 -0
  780. package/antd/lib/switch/style/index.js +5 -0
  781. package/antd/lib/switch/style/index.less +153 -0
  782. package/antd/lib/switch/style/rtl.less +50 -0
  783. package/antd/lib/table/style/bordered.less +122 -0
  784. package/antd/lib/table/style/css.js +21 -0
  785. package/antd/lib/table/style/index.css +806 -0
  786. package/antd/lib/table/style/index.d.ts +10 -0
  787. package/antd/lib/table/style/index.js +21 -0
  788. package/antd/lib/table/style/index.less +616 -0
  789. package/antd/lib/table/style/radius.less +45 -0
  790. package/antd/lib/table/style/rtl.less +180 -0
  791. package/antd/lib/table/style/size.less +68 -0
  792. package/antd/lib/tabs/style/card.less +97 -0
  793. package/antd/lib/tabs/style/css.js +5 -0
  794. package/antd/lib/tabs/style/dropdown.less +60 -0
  795. package/antd/lib/tabs/style/index.css +664 -0
  796. package/antd/lib/tabs/style/index.d.ts +2 -0
  797. package/antd/lib/tabs/style/index.js +5 -0
  798. package/antd/lib/tabs/style/index.less +224 -0
  799. package/antd/lib/tabs/style/position.less +195 -0
  800. package/antd/lib/tabs/style/rtl.less +73 -0
  801. package/antd/lib/tabs/style/size.less +41 -0
  802. package/antd/lib/tag/style/css.js +5 -0
  803. package/antd/lib/tag/style/index.css +256 -0
  804. package/antd/lib/tag/style/index.d.ts +2 -0
  805. package/antd/lib/tag/style/index.js +5 -0
  806. package/antd/lib/tag/style/index.less +130 -0
  807. package/antd/lib/tag/style/rtl.less +28 -0
  808. package/antd/lib/time-picker/style/css.js +7 -0
  809. package/antd/lib/time-picker/style/index.css +4 -0
  810. package/antd/lib/time-picker/style/index.d.ts +3 -0
  811. package/antd/lib/time-picker/style/index.js +7 -0
  812. package/antd/lib/time-picker/style/index.less +3 -0
  813. package/antd/lib/timeline/style/css.js +5 -0
  814. package/antd/lib/timeline/style/index.css +240 -0
  815. package/antd/lib/timeline/style/index.d.ts +2 -0
  816. package/antd/lib/timeline/style/index.js +5 -0
  817. package/antd/lib/timeline/style/index.less +186 -0
  818. package/antd/lib/timeline/style/rtl.less +135 -0
  819. package/antd/lib/tooltip/style/css.js +5 -0
  820. package/antd/lib/tooltip/style/index.css +261 -0
  821. package/antd/lib/tooltip/style/index.d.ts +2 -0
  822. package/antd/lib/tooltip/style/index.js +5 -0
  823. package/antd/lib/tooltip/style/index.less +206 -0
  824. package/antd/lib/tooltip/style/rtl.less +14 -0
  825. package/antd/lib/transfer/style/css.js +19 -0
  826. package/antd/lib/transfer/style/customize.less +45 -0
  827. package/antd/lib/transfer/style/index.css +346 -0
  828. package/antd/lib/transfer/style/index.d.ts +9 -0
  829. package/antd/lib/transfer/style/index.js +19 -0
  830. package/antd/lib/transfer/style/index.less +237 -0
  831. package/antd/lib/transfer/style/rtl.less +63 -0
  832. package/antd/lib/tree/style/css.js +5 -0
  833. package/antd/lib/tree/style/directory.less +72 -0
  834. package/antd/lib/tree/style/index.css +508 -0
  835. package/antd/lib/tree/style/index.d.ts +2 -0
  836. package/antd/lib/tree/style/index.js +5 -0
  837. package/antd/lib/tree/style/index.less +14 -0
  838. package/antd/lib/tree/style/mixin.less +264 -0
  839. package/antd/lib/tree/style/rtl.less +64 -0
  840. package/antd/lib/tree-select/style/css.js +9 -0
  841. package/antd/lib/tree-select/style/index.css +463 -0
  842. package/antd/lib/tree-select/style/index.d.ts +4 -0
  843. package/antd/lib/tree-select/style/index.js +9 -0
  844. package/antd/lib/tree-select/style/index.less +55 -0
  845. package/antd/lib/typography/style/css.js +9 -0
  846. package/antd/lib/typography/style/index.css +277 -0
  847. package/antd/lib/typography/style/index.d.ts +4 -0
  848. package/antd/lib/typography/style/index.js +9 -0
  849. package/antd/lib/typography/style/index.less +225 -0
  850. package/antd/lib/typography/style/rtl.less +54 -0
  851. package/antd/lib/upload/style/css.js +11 -0
  852. package/antd/lib/upload/style/index.css +694 -0
  853. package/antd/lib/upload/style/index.d.ts +5 -0
  854. package/antd/lib/upload/style/index.js +11 -0
  855. package/antd/lib/upload/style/index.less +590 -0
  856. package/antd/lib/upload/style/rtl.less +188 -0
  857. package/antd/lib/version/style/css.js +3 -0
  858. package/antd/lib/version/style/index.d.ts +1 -0
  859. package/antd/lib/version/style/index.js +3 -0
  860. package/dist/UIKitProvider/index.d.ts +3 -2
  861. package/dist/components.css +755 -755
  862. package/dist/esm/index.js +23 -2
  863. package/dist/esm/stats1.html +1 -1
  864. package/dist/style.css +1153 -1153
  865. package/dist/umd/index.js +25 -6
  866. package/dist/umd/stats1.html +1 -1
  867. package/package.json +12 -10
  868. package/dist/antd/es/locale/ar_EG.d.ts +0 -3
  869. package/dist/antd/es/locale/ar_EG.js +0 -116
  870. package/dist/antd/es/locale/az_AZ.d.ts +0 -3
  871. package/dist/antd/es/locale/az_AZ.js +0 -45
  872. package/dist/antd/es/locale/bg_BG.d.ts +0 -3
  873. package/dist/antd/es/locale/bg_BG.js +0 -43
  874. package/dist/antd/es/locale/ca_ES.d.ts +0 -3
  875. package/dist/antd/es/locale/ca_ES.js +0 -124
  876. package/dist/antd/es/locale/cs_CZ.d.ts +0 -3
  877. package/dist/antd/es/locale/cs_CZ.js +0 -54
  878. package/dist/antd/es/locale/da_DK.d.ts +0 -3
  879. package/dist/antd/es/locale/da_DK.js +0 -43
  880. package/dist/antd/es/locale/de_DE.d.ts +0 -3
  881. package/dist/antd/es/locale/de_DE.js +0 -113
  882. package/dist/antd/es/locale/default.d.ts +0 -3
  883. package/dist/antd/es/locale/default.js +0 -124
  884. package/dist/antd/es/locale/el_GR.d.ts +0 -3
  885. package/dist/antd/es/locale/el_GR.js +0 -43
  886. package/dist/antd/es/locale/en_GB.d.ts +0 -3
  887. package/dist/antd/es/locale/en_GB.js +0 -94
  888. package/dist/antd/es/locale/en_US.d.ts +0 -2
  889. package/dist/antd/es/locale/en_US.js +0 -2
  890. package/dist/antd/es/locale/es_ES.d.ts +0 -3
  891. package/dist/antd/es/locale/es_ES.js +0 -110
  892. package/dist/antd/es/locale/et_EE.d.ts +0 -3
  893. package/dist/antd/es/locale/et_EE.js +0 -43
  894. package/dist/antd/es/locale/fa_IR.d.ts +0 -3
  895. package/dist/antd/es/locale/fa_IR.js +0 -114
  896. package/dist/antd/es/locale/fi_FI.d.ts +0 -3
  897. package/dist/antd/es/locale/fi_FI.js +0 -50
  898. package/dist/antd/es/locale/fr_BE.d.ts +0 -3
  899. package/dist/antd/es/locale/fr_BE.js +0 -47
  900. package/dist/antd/es/locale/fr_FR.d.ts +0 -3
  901. package/dist/antd/es/locale/fr_FR.js +0 -59
  902. package/dist/antd/es/locale/ga_IE.d.ts +0 -3
  903. package/dist/antd/es/locale/ga_IE.js +0 -123
  904. package/dist/antd/es/locale/he_IL.d.ts +0 -3
  905. package/dist/antd/es/locale/he_IL.js +0 -116
  906. package/dist/antd/es/locale/hi_IN.d.ts +0 -3
  907. package/dist/antd/es/locale/hi_IN.js +0 -51
  908. package/dist/antd/es/locale/hr_HR.d.ts +0 -3
  909. package/dist/antd/es/locale/hr_HR.js +0 -57
  910. package/dist/antd/es/locale/hu_HU.d.ts +0 -3
  911. package/dist/antd/es/locale/hu_HU.js +0 -44
  912. package/dist/antd/es/locale/hy_AM.d.ts +0 -3
  913. package/dist/antd/es/locale/hy_AM.js +0 -109
  914. package/dist/antd/es/locale/id_ID.d.ts +0 -3
  915. package/dist/antd/es/locale/id_ID.js +0 -45
  916. package/dist/antd/es/locale/is_IS.d.ts +0 -3
  917. package/dist/antd/es/locale/is_IS.js +0 -43
  918. package/dist/antd/es/locale/it_IT.d.ts +0 -3
  919. package/dist/antd/es/locale/it_IT.js +0 -59
  920. package/dist/antd/es/locale/ja_JP.d.ts +0 -3
  921. package/dist/antd/es/locale/ja_JP.js +0 -94
  922. package/dist/antd/es/locale/kn_IN.d.ts +0 -3
  923. package/dist/antd/es/locale/kn_IN.js +0 -51
  924. package/dist/antd/es/locale/ko_KR.d.ts +0 -3
  925. package/dist/antd/es/locale/ko_KR.js +0 -94
  926. package/dist/antd/es/locale/ku_IQ.d.ts +0 -3
  927. package/dist/antd/es/locale/ku_IQ.js +0 -43
  928. package/dist/antd/es/locale/lv_LV.d.ts +0 -3
  929. package/dist/antd/es/locale/lv_LV.js +0 -43
  930. package/dist/antd/es/locale/mk_MK.d.ts +0 -3
  931. package/dist/antd/es/locale/mk_MK.js +0 -58
  932. package/dist/antd/es/locale/mn_MN.d.ts +0 -3
  933. package/dist/antd/es/locale/mn_MN.js +0 -43
  934. package/dist/antd/es/locale/ms_MY.d.ts +0 -3
  935. package/dist/antd/es/locale/ms_MY.js +0 -63
  936. package/dist/antd/es/locale/nb_NO.d.ts +0 -3
  937. package/dist/antd/es/locale/nb_NO.js +0 -124
  938. package/dist/antd/es/locale/ne_NP.d.ts +0 -3
  939. package/dist/antd/es/locale/ne_NP.js +0 -44
  940. package/dist/antd/es/locale/nl_BE.d.ts +0 -3
  941. package/dist/antd/es/locale/nl_BE.js +0 -43
  942. package/dist/antd/es/locale/nl_NL.d.ts +0 -3
  943. package/dist/antd/es/locale/nl_NL.js +0 -62
  944. package/dist/antd/es/locale/pl_PL.d.ts +0 -3
  945. package/dist/antd/es/locale/pl_PL.js +0 -43
  946. package/dist/antd/es/locale/pt_BR.d.ts +0 -3
  947. package/dist/antd/es/locale/pt_BR.js +0 -116
  948. package/dist/antd/es/locale/pt_PT.d.ts +0 -3
  949. package/dist/antd/es/locale/pt_PT.js +0 -44
  950. package/dist/antd/es/locale/ro_RO.d.ts +0 -3
  951. package/dist/antd/es/locale/ro_RO.js +0 -62
  952. package/dist/antd/es/locale/ru_RU.d.ts +0 -3
  953. package/dist/antd/es/locale/ru_RU.js +0 -116
  954. package/dist/antd/es/locale/sk_SK.d.ts +0 -3
  955. package/dist/antd/es/locale/sk_SK.js +0 -62
  956. package/dist/antd/es/locale/sl_SI.d.ts +0 -3
  957. package/dist/antd/es/locale/sl_SI.js +0 -43
  958. package/dist/antd/es/locale/sr_RS.d.ts +0 -3
  959. package/dist/antd/es/locale/sr_RS.js +0 -43
  960. package/dist/antd/es/locale/sv_SE.d.ts +0 -3
  961. package/dist/antd/es/locale/sv_SE.js +0 -47
  962. package/dist/antd/es/locale/ta_IN.d.ts +0 -3
  963. package/dist/antd/es/locale/ta_IN.js +0 -63
  964. package/dist/antd/es/locale/th_TH.d.ts +0 -3
  965. package/dist/antd/es/locale/th_TH.js +0 -62
  966. package/dist/antd/es/locale/tr_TR.d.ts +0 -3
  967. package/dist/antd/es/locale/tr_TR.js +0 -124
  968. package/dist/antd/es/locale/uk_UA.d.ts +0 -3
  969. package/dist/antd/es/locale/uk_UA.js +0 -43
  970. package/dist/antd/es/locale/vi_VN.d.ts +0 -3
  971. package/dist/antd/es/locale/vi_VN.js +0 -43
  972. package/dist/antd/es/locale/zh_CN.d.ts +0 -3
  973. package/dist/antd/es/locale/zh_CN.js +0 -124
  974. package/dist/antd/es/locale/zh_HK.d.ts +0 -3
  975. package/dist/antd/es/locale/zh_HK.js +0 -117
  976. package/dist/antd/es/locale/zh_TW.d.ts +0 -3
  977. package/dist/antd/es/locale/zh_TW.js +0 -117
  978. /package/{dist/antd → antd}/dist/antd.less +0 -0
  979. /package/{dist/antd/lib → antd/es/config-provider}/style/index.d.ts +0 -0
  980. /package/{dist/antd/lib → antd/lib/config-provider}/style/css.js +0 -0
  981. /package/{dist/antd/lib → antd/lib/config-provider}/style/index.js +0 -0
  982. /package/{dist/antd → antd}/lib/style/color/bezierEasing.less +0 -0
  983. /package/{dist/antd → antd}/lib/style/color/colorPalette.less +0 -0
  984. /package/{dist/antd → antd}/lib/style/color/colors.less +0 -0
  985. /package/{dist/antd → antd}/lib/style/color/tinyColor.less +0 -0
  986. /package/{dist/antd → antd}/lib/style/compact.less +0 -0
  987. /package/{dist/antd → antd}/lib/style/components.less +0 -0
  988. /package/{dist/antd → antd}/lib/style/core/base.less +0 -0
  989. /package/{dist/antd → antd}/lib/style/core/global.less +0 -0
  990. /package/{dist/antd → antd}/lib/style/core/iconfont.less +0 -0
  991. /package/{dist/antd → antd}/lib/style/core/index.less +0 -0
  992. /package/{dist/antd → antd}/lib/style/core/motion/fade.less +0 -0
  993. /package/{dist/antd → antd}/lib/style/core/motion/move.less +0 -0
  994. /package/{dist/antd → antd}/lib/style/core/motion/other.less +0 -0
  995. /package/{dist/antd → antd}/lib/style/core/motion/slide.less +0 -0
  996. /package/{dist/antd → antd}/lib/style/core/motion/zoom.less +0 -0
  997. /package/{dist/antd → antd}/lib/style/core/motion.less +0 -0
  998. /package/{dist/antd → antd}/lib/style/dark.less +0 -0
  999. /package/{dist/antd → antd}/lib/style/index.css +0 -0
  1000. /package/{dist/antd → antd}/lib/style/index.less +0 -0
  1001. /package/{dist/antd → antd}/lib/style/mixins/clearfix.less +0 -0
  1002. /package/{dist/antd → antd}/lib/style/mixins/compatibility.less +0 -0
  1003. /package/{dist/antd → antd}/lib/style/mixins/customize.less +0 -0
  1004. /package/{dist/antd → antd}/lib/style/mixins/iconfont.less +0 -0
  1005. /package/{dist/antd → antd}/lib/style/mixins/index.less +0 -0
  1006. /package/{dist/antd → antd}/lib/style/mixins/motion.less +0 -0
  1007. /package/{dist/antd → antd}/lib/style/mixins/operation-unit.less +0 -0
  1008. /package/{dist/antd → antd}/lib/style/mixins/reset.less +0 -0
  1009. /package/{dist/antd → antd}/lib/style/mixins/size.less +0 -0
  1010. /package/{dist/antd → antd}/lib/style/mixins/typography.less +0 -0
  1011. /package/{dist/antd → antd}/lib/style/themes/compact.less +0 -0
  1012. /package/{dist/antd → antd}/lib/style/themes/dark.less +0 -0
  1013. /package/{dist/antd → antd}/lib/style/themes/default.less +0 -0
  1014. /package/{dist/antd → antd}/lib/style/themes/index.less +0 -0
@@ -0,0 +1,518 @@
1
+ // mixins for button
2
+ // ------------------------
3
+ .button-size(@height; @padding-horizontal; @font-size; @border-radius) {
4
+ @padding-vertical: max(
5
+ round((@height - @font-size * @line-height-base) / 2 * 10) / 10 - @border-width-base,
6
+ 0
7
+ );
8
+ height: @height;
9
+ padding: @padding-vertical @padding-horizontal;
10
+ font-size: @font-size;
11
+ border-radius: @border-radius;
12
+ }
13
+
14
+ .button-disabled(@color: @btn-disable-color; @background: @btn-disable-bg; @border: @btn-disable-border) {
15
+ &[disabled] {
16
+ &,
17
+ &:hover,
18
+ &:focus,
19
+ &:active {
20
+ .button-color(@color; @background; @border);
21
+
22
+ text-shadow: none;
23
+ box-shadow: none;
24
+ }
25
+ }
26
+ }
27
+
28
+ .button-variant-primary(@color; @background) {
29
+ .button-color(@color; @background; @background);
30
+
31
+ text-shadow: @btn-text-shadow;
32
+ box-shadow: @btn-primary-shadow;
33
+
34
+ &:hover,
35
+ &:focus {
36
+ & when (@theme = dark) {
37
+ .button-color(
38
+ @color; ~`colorPalette('@{background}', 7) `; ~`colorPalette('@{background}', 7) `
39
+ );
40
+ }
41
+ & when not (@theme = dark) {
42
+ .button-color(
43
+ @color; ~`colorPalette('@{background}', 5) `; ~`colorPalette('@{background}', 5) `
44
+ );
45
+ }
46
+ }
47
+
48
+ &:active {
49
+ & when (@theme = dark) {
50
+ .button-color(
51
+ @color; ~`colorPalette('@{background}', 5) `; ~`colorPalette('@{background}', 5) `
52
+ );
53
+ }
54
+ & when not (@theme = dark) {
55
+ .button-color(
56
+ @color; ~`colorPalette('@{background}', 7) `; ~`colorPalette('@{background}', 7) `
57
+ );
58
+ }
59
+ }
60
+
61
+ .button-disabled();
62
+ }
63
+
64
+ .button-variant-other(@color; @background; @border) {
65
+ .button-color(@color; @background; @border);
66
+
67
+ &:hover,
68
+ &:focus {
69
+ & when (@theme = dark) {
70
+ .button-color(@primary-5; @background; @primary-5);
71
+ }
72
+ & when not (@theme = dark) {
73
+ .button-color(
74
+ ~`colorPalette('@{btn-primary-bg}', 5) `; @background;
75
+ ~`colorPalette('@{btn-primary-bg}', 5) `
76
+ );
77
+ }
78
+ }
79
+ &:active {
80
+ & when (@theme = dark) {
81
+ .button-color(@primary-7; @background; @primary-7);
82
+ }
83
+ & when not (@theme = dark) {
84
+ .button-color(
85
+ ~`colorPalette('@{btn-primary-bg}', 7) `; @background;
86
+ ~`colorPalette('@{btn-primary-bg}', 7) `
87
+ );
88
+ }
89
+ }
90
+ .button-disabled();
91
+ }
92
+ .button-variant-ghost(@color; @border: @color) {
93
+ .button-color(@color; transparent; @border);
94
+ text-shadow: none;
95
+ &:hover,
96
+ &:focus {
97
+ & when (@border = transparent) {
98
+ & when (@theme = dark) {
99
+ .button-color(~`colorPalette('@{color}', 7) `; transparent; transparent);
100
+ }
101
+ & when not (@theme = dark) {
102
+ .button-color(~`colorPalette('@{color}', 5) `; transparent; transparent);
103
+ }
104
+ }
105
+ & when not (@border = transparent) {
106
+ & when (@theme = dark) {
107
+ .button-color(
108
+ ~`colorPalette('@{color}', 7) `; transparent; ~`colorPalette('@{color}', 7) `
109
+ );
110
+ }
111
+ & when not (@theme = dark) {
112
+ .button-color(
113
+ ~`colorPalette('@{color}', 5) `; transparent; ~`colorPalette('@{color}', 5) `
114
+ );
115
+ }
116
+ }
117
+ }
118
+ &:active {
119
+ & when (@border = transparent) {
120
+ & when (@theme = dark) {
121
+ .button-color(~`colorPalette('@{color}', 5) `; transparent; transparent);
122
+ }
123
+ & when not (@theme = dark) {
124
+ .button-color(~`colorPalette('@{color}', 7) `; transparent; transparent);
125
+ }
126
+ }
127
+ & when not(@border = transparent) {
128
+ & when (@theme = dark) {
129
+ .button-color(
130
+ ~`colorPalette('@{color}', 5) `; transparent; ~`colorPalette('@{color}', 5) `
131
+ );
132
+ }
133
+ & when not (@theme = dark) {
134
+ .button-color(
135
+ ~`colorPalette('@{color}', 7) `; transparent; ~`colorPalette('@{color}', 7) `
136
+ );
137
+ }
138
+ }
139
+ }
140
+ .button-disabled();
141
+ }
142
+ .button-color(@color; @background; @border) {
143
+ color: @color;
144
+ background: @background;
145
+ border-color: @border; // a inside Button which only work in Chrome
146
+ // http://stackoverflow.com/a/17253457
147
+ > a:only-child {
148
+ color: currentColor;
149
+ &::after {
150
+ position: absolute;
151
+ top: 0;
152
+ right: 0;
153
+ bottom: 0;
154
+ left: 0;
155
+ background: transparent;
156
+ content: '';
157
+ }
158
+ }
159
+ }
160
+ .button-group-base(@btnClassName) {
161
+ position: relative;
162
+ display: inline-flex;
163
+ > .@{btnClassName},
164
+ > span > .@{btnClassName} {
165
+ position: relative;
166
+ &:hover,
167
+ &:focus,
168
+ &:active {
169
+ z-index: 2;
170
+ }
171
+ &[disabled] {
172
+ z-index: 0;
173
+ }
174
+ }
175
+ .@{btnClassName}-icon-only {
176
+ font-size: @font-size-base;
177
+ }
178
+ // size
179
+ &-lg > .@{btnClassName},
180
+ &-lg > span > .@{btnClassName} {
181
+ .button-size(@btn-height-lg; @btn-padding-horizontal-lg; @btn-font-size-lg; 0);
182
+ }
183
+ &-lg .@{btnClassName}.@{btnClassName}-icon-only {
184
+ .square(@btn-height-lg);
185
+ padding-right: 0;
186
+ padding-left: 0;
187
+ }
188
+ &-sm > .@{btnClassName},
189
+ &-sm > span > .@{btnClassName} {
190
+ .button-size(@btn-height-sm; @btn-padding-horizontal-sm; @font-size-base; 0);
191
+ > .@{iconfont-css-prefix} {
192
+ font-size: @font-size-base;
193
+ }
194
+ }
195
+ &-sm .@{btnClassName}.@{btnClassName}-icon-only {
196
+ .square(@btn-height-sm);
197
+ padding-right: 0;
198
+ padding-left: 0;
199
+ }
200
+ }
201
+ // Base styles of buttons
202
+ // --------------------------------------------------
203
+ .btn() {
204
+ position: relative;
205
+ display: inline-block;
206
+ font-weight: @btn-font-weight;
207
+ white-space: nowrap;
208
+ text-align: center;
209
+ background-image: none;
210
+ border: @btn-border-width @btn-border-style transparent;
211
+ box-shadow: @btn-shadow;
212
+ cursor: pointer;
213
+ transition: all 0.3s @ease-in-out;
214
+ user-select: none;
215
+ touch-action: manipulation;
216
+ .button-size(
217
+ @btn-height-base; @btn-padding-horizontal-base; @font-size-base; @btn-border-radius-base
218
+ );
219
+ > .@{iconfont-css-prefix} {
220
+ line-height: 1;
221
+ }
222
+ &,
223
+ &:active,
224
+ &:focus {
225
+ outline: 0;
226
+ }
227
+ &:not([disabled]):hover {
228
+ text-decoration: none;
229
+ }
230
+ &:not([disabled]):active {
231
+ outline: 0;
232
+ box-shadow: none;
233
+ }
234
+ &[disabled] {
235
+ cursor: not-allowed;
236
+ > * {
237
+ pointer-events: none;
238
+ }
239
+ }
240
+ &-lg {
241
+ .button-size(
242
+ @btn-height-lg; @btn-padding-horizontal-lg; @btn-font-size-lg; @btn-border-radius-base
243
+ );
244
+ }
245
+ &-sm {
246
+ .button-size(
247
+ @btn-height-sm; @btn-padding-horizontal-sm; @btn-font-size-sm; @btn-border-radius-sm
248
+ );
249
+ }
250
+ }
251
+ // primary button style
252
+ .btn-primary() {
253
+ .button-variant-primary(@btn-primary-color; @btn-primary-bg);
254
+ }
255
+ // default button style
256
+ .btn-default() {
257
+ .button-variant-other(@btn-default-color; @btn-default-bg; @btn-default-border);
258
+ &:hover,
259
+ &:focus,
260
+ &:active {
261
+ text-decoration: none;
262
+ background: @btn-default-bg;
263
+ }
264
+ }
265
+ // ghost button style
266
+ .btn-ghost() {
267
+ .button-variant-other(@btn-ghost-color, @btn-ghost-bg, @btn-ghost-border);
268
+ }
269
+ // dashed button style
270
+ .btn-dashed() {
271
+ .button-variant-other(@btn-default-color, @btn-default-bg, @btn-default-border);
272
+ border-style: dashed;
273
+ }
274
+ // danger button style
275
+ .btn-danger() {
276
+ .button-variant-primary(@btn-danger-color, @btn-danger-bg);
277
+ }
278
+ // danger default button style
279
+ .btn-danger-default() {
280
+ .button-color(@error-color, @btn-default-bg, @error-color);
281
+ &:hover,
282
+ &:focus {
283
+ & when (@theme = dark) {
284
+ .button-color(
285
+ ~`colorPalette('@{error-color}', 7) `; @btn-default-bg; ~`colorPalette('@{error-color}', 7)
286
+ `
287
+ );
288
+ }
289
+ & when not (@theme = dark) {
290
+ .button-color(
291
+ ~`colorPalette('@{error-color}', 5) `; @btn-default-bg; ~`colorPalette('@{error-color}', 5)
292
+ `
293
+ );
294
+ }
295
+ }
296
+ &:active {
297
+ & when (@theme = dark) {
298
+ .button-color(
299
+ ~`colorPalette('@{error-color}', 5) `; @btn-default-bg; ~`colorPalette('@{error-color}', 5)
300
+ `
301
+ );
302
+ }
303
+ & when not (@theme = dark) {
304
+ .button-color(
305
+ ~`colorPalette('@{error-color}', 7) `; @btn-default-bg; ~`colorPalette('@{error-color}', 7)
306
+ `
307
+ );
308
+ }
309
+ }
310
+ .button-disabled();
311
+ }
312
+ // danger link button style
313
+ .btn-danger-link() {
314
+ .button-variant-other(@error-color, transparent, transparent);
315
+ box-shadow: none;
316
+ &:hover,
317
+ &:focus {
318
+ & when (@theme = dark) {
319
+ .button-color(~`colorPalette('@{error-color}', 7) `; transparent; transparent);
320
+ }
321
+ & when not (@theme = dark) {
322
+ .button-color(~`colorPalette('@{error-color}', 5) `; transparent; transparent);
323
+ }
324
+ }
325
+ &:active {
326
+ & when (@theme = dark) {
327
+ .button-color(~`colorPalette('@{error-color}', 5) `; transparent; transparent);
328
+ }
329
+ & when not (@theme = dark) {
330
+ .button-color(~`colorPalette('@{error-color}', 7) `; transparent; transparent);
331
+ }
332
+ }
333
+ .button-disabled(@disabled-color; transparent; transparent);
334
+ }
335
+ // link button style
336
+ .btn-link() {
337
+ .button-variant-other(@link-color, transparent, transparent);
338
+ box-shadow: none;
339
+ &:hover {
340
+ background: @btn-link-hover-bg;
341
+ }
342
+ &:hover,
343
+ &:focus,
344
+ &:active {
345
+ border-color: transparent;
346
+ }
347
+ .button-disabled(@disabled-color; transparent; transparent);
348
+ }
349
+ // text button style
350
+ .btn-text() {
351
+ .button-variant-other(@text-color, transparent, transparent);
352
+ box-shadow: none;
353
+ &:hover,
354
+ &:focus {
355
+ color: @text-color;
356
+ background: @btn-text-hover-bg;
357
+ border-color: transparent;
358
+ }
359
+
360
+ &:active {
361
+ color: @text-color;
362
+ background: fadein(@btn-text-hover-bg, 1%);
363
+ border-color: transparent;
364
+ }
365
+
366
+ .button-disabled(@disabled-color; transparent; transparent);
367
+ }
368
+ .btn-danger-text() {
369
+ .button-variant-other(@error-color, transparent, transparent);
370
+ box-shadow: none;
371
+ &:hover,
372
+ &:focus {
373
+ & when (@theme = dark) {
374
+ .button-color(~`colorPalette('@{error-color}', 7) `; @btn-text-hover-bg; transparent);
375
+ }
376
+ & when not (@theme = dark) {
377
+ .button-color(~`colorPalette('@{error-color}', 5) `; @btn-text-hover-bg; transparent);
378
+ }
379
+ }
380
+
381
+ &:active {
382
+ & when (@theme = dark) {
383
+ .button-color(~`colorPalette('@{error-color}', 5) `; fadein(@btn-text-hover-bg, 1%); transparent);
384
+ }
385
+ & when not (@theme = dark) {
386
+ .button-color(~`colorPalette('@{error-color}', 7) `; fadein(@btn-text-hover-bg, 1%); transparent);
387
+ }
388
+ }
389
+ .button-disabled(@disabled-color; transparent; transparent);
390
+ }
391
+ // round button
392
+ .btn-round(@btnClassName: btn) {
393
+ .button-size(@btn-circle-size; @btn-circle-size / 2; @font-size-base; @btn-circle-size);
394
+ &.@{btnClassName}-lg {
395
+ .button-size(
396
+ @btn-circle-size-lg; @btn-circle-size-lg / 2; @btn-font-size-lg; @btn-circle-size-lg
397
+ );
398
+ }
399
+ &.@{btnClassName}-sm {
400
+ .button-size(
401
+ @btn-circle-size-sm; @btn-circle-size-sm / 2; @font-size-base; @btn-circle-size-sm
402
+ );
403
+ }
404
+ }
405
+ // square button: the content only contains icon
406
+ .btn-square(@btnClassName: btn) {
407
+ .square(@btn-square-size);
408
+ .button-size(@btn-square-size; 0; @btn-square-only-icon-size; @btn-border-radius-base);
409
+ & > * {
410
+ font-size: @btn-square-only-icon-size;
411
+ }
412
+ &.@{btnClassName}-lg {
413
+ .square(@btn-square-size-lg);
414
+ .button-size(@btn-square-size-lg; 0; @btn-square-only-icon-size-lg; @btn-border-radius-base);
415
+ & > * {
416
+ font-size: @btn-square-only-icon-size-lg;
417
+ }
418
+ }
419
+ &.@{btnClassName}-sm {
420
+ .square(@btn-square-size-sm);
421
+ .button-size(@btn-square-size-sm; 0; @btn-square-only-icon-size-sm; @btn-border-radius-base);
422
+ & > * {
423
+ font-size: @btn-square-only-icon-size-sm;
424
+ }
425
+ }
426
+ }
427
+ // circle button: the content only contains icon
428
+ .btn-circle(@btnClassName: btn) {
429
+ min-width: @btn-height-base;
430
+ padding-right: 0;
431
+ padding-left: 0;
432
+ text-align: center;
433
+ border-radius: 50%;
434
+ &.@{btnClassName}-lg {
435
+ min-width: @btn-height-lg;
436
+ border-radius: 50%;
437
+ }
438
+ &.@{btnClassName}-sm {
439
+ min-width: @btn-height-sm;
440
+ border-radius: 50%;
441
+ }
442
+ }
443
+ // Horizontal button groups style
444
+ // --------------------------------------------------
445
+ .btn-group(@btnClassName: btn) {
446
+ .button-group-base(@btnClassName);
447
+ .@{btnClassName} + .@{btnClassName},
448
+ .@{btnClassName} + &,
449
+ span + .@{btnClassName},
450
+ .@{btnClassName} + span,
451
+ > span + span,
452
+ & + .@{btnClassName},
453
+ & + & {
454
+ margin-left: -1px;
455
+ }
456
+ .@{btnClassName}-primary + .@{btnClassName}:not(.@{btnClassName}-primary):not([disabled]) {
457
+ border-left-color: transparent;
458
+ }
459
+ .@{btnClassName} {
460
+ border-radius: 0;
461
+ }
462
+ > .@{btnClassName}:first-child,
463
+ > span:first-child > .@{btnClassName} {
464
+ margin-left: 0;
465
+ }
466
+ > .@{btnClassName}:only-child {
467
+ border-radius: @btn-border-radius-base;
468
+ }
469
+ > span:only-child > .@{btnClassName} {
470
+ border-radius: @btn-border-radius-base;
471
+ }
472
+ > .@{btnClassName}:first-child:not(:last-child),
473
+ > span:first-child:not(:last-child) > .@{btnClassName} {
474
+ border-top-left-radius: @btn-border-radius-base;
475
+ border-bottom-left-radius: @btn-border-radius-base;
476
+ }
477
+ > .@{btnClassName}:last-child:not(:first-child),
478
+ > span:last-child:not(:first-child) > .@{btnClassName} {
479
+ border-top-right-radius: @btn-border-radius-base;
480
+ border-bottom-right-radius: @btn-border-radius-base;
481
+ }
482
+ &-sm {
483
+ > .@{btnClassName}:only-child {
484
+ border-radius: @btn-border-radius-sm;
485
+ }
486
+ > span:only-child > .@{btnClassName} {
487
+ border-radius: @btn-border-radius-sm;
488
+ }
489
+ > .@{btnClassName}:first-child:not(:last-child),
490
+ > span:first-child:not(:last-child) > .@{btnClassName} {
491
+ border-top-left-radius: @btn-border-radius-sm;
492
+ border-bottom-left-radius: @btn-border-radius-sm;
493
+ }
494
+ > .@{btnClassName}:last-child:not(:first-child),
495
+ > span:last-child:not(:first-child) > .@{btnClassName} {
496
+ border-top-right-radius: @btn-border-radius-sm;
497
+ border-bottom-right-radius: @btn-border-radius-sm;
498
+ }
499
+ }
500
+ & > & {
501
+ float: left;
502
+ }
503
+ & > &:not(:first-child):not(:last-child) > .@{btnClassName} {
504
+ border-radius: 0;
505
+ }
506
+ & > &:first-child:not(:last-child) {
507
+ > .@{btnClassName}:last-child {
508
+ padding-right: 8px;
509
+ border-top-right-radius: 0;
510
+ border-bottom-right-radius: 0;
511
+ }
512
+ }
513
+ & > &:last-child:not(:first-child) > .@{btnClassName}:first-child {
514
+ padding-left: 8px;
515
+ border-top-left-radius: 0;
516
+ border-bottom-left-radius: 0;
517
+ }
518
+ }
@@ -0,0 +1,113 @@
1
+ @import '../../style/themes/index';
2
+ @import '../../style/mixins/index';
3
+
4
+ @btn-prefix-cls: ~'@{ant-prefix}-btn';
5
+
6
+ .@{btn-prefix-cls} {
7
+ &-rtl {
8
+ direction: rtl;
9
+ }
10
+
11
+ &-primary {
12
+ .@{btn-prefix-cls}-group &:last-child:not(:first-child),
13
+ .@{btn-prefix-cls}-group & + & {
14
+ .@{btn-prefix-cls}-group-rtl& {
15
+ border-right-color: @btn-group-border;
16
+ border-left-color: @btn-default-border;
17
+ }
18
+ &[disabled] {
19
+ .@{btn-prefix-cls}-group-rtl& {
20
+ border-right-color: @btn-default-border;
21
+ border-left-color: @btn-group-border;
22
+ }
23
+ }
24
+ }
25
+ }
26
+
27
+ & > &-loading-icon {
28
+ .@{iconfont-css-prefix} {
29
+ .@{btn-prefix-cls}-rtl& {
30
+ padding-right: 0;
31
+ padding-left: @margin-xs;
32
+ }
33
+ }
34
+
35
+ &:only-child {
36
+ .@{iconfont-css-prefix} {
37
+ padding-right: 0;
38
+ padding-left: 0;
39
+ }
40
+ }
41
+ }
42
+
43
+ > .@{iconfont-css-prefix} + span,
44
+ > span + .@{iconfont-css-prefix} {
45
+ .@{btn-prefix-cls}-rtl& {
46
+ margin-right: 8px;
47
+ margin-left: 0;
48
+ }
49
+ }
50
+ }
51
+
52
+ // mixin
53
+ .btn-group(@btnClassName: btn) {
54
+ .@{btnClassName} + .@{btnClassName},
55
+ .@{btnClassName} + &,
56
+ span + .@{btnClassName},
57
+ .@{btnClassName} + span,
58
+ > span + span,
59
+ & + .@{btnClassName},
60
+ & + & {
61
+ .@{btnClassName}-rtl&,
62
+ .@{btnClassName}-group-rtl& {
63
+ margin-right: -1px;
64
+ margin-left: auto;
65
+ }
66
+ }
67
+
68
+ &.@{btnClassName}-group-rtl {
69
+ direction: rtl;
70
+ }
71
+
72
+ > .@{btnClassName}:first-child:not(:last-child),
73
+ > span:first-child:not(:last-child) > .@{btnClassName} {
74
+ .@{btnClassName}-group-rtl& {
75
+ border-top-left-radius: 0;
76
+ border-top-right-radius: @btn-border-radius-base;
77
+ border-bottom-right-radius: @btn-border-radius-base;
78
+ border-bottom-left-radius: 0;
79
+ }
80
+ }
81
+
82
+ > .@{btnClassName}:last-child:not(:first-child),
83
+ > span:last-child:not(:first-child) > .@{btnClassName} {
84
+ .@{btnClassName}-group-rtl& {
85
+ border-top-left-radius: @btn-border-radius-base;
86
+ border-top-right-radius: 0;
87
+ border-bottom-right-radius: 0;
88
+ border-bottom-left-radius: @btn-border-radius-base;
89
+ }
90
+ }
91
+
92
+ &-sm {
93
+ > .@{btnClassName}:first-child:not(:last-child),
94
+ > span:first-child:not(:last-child) > .@{btnClassName} {
95
+ .@{btnClassName}-group-rtl& {
96
+ border-top-left-radius: 0;
97
+ border-top-right-radius: @btn-border-radius-sm;
98
+ border-bottom-right-radius: @btn-border-radius-sm;
99
+ border-bottom-left-radius: 0;
100
+ }
101
+ }
102
+
103
+ > .@{btnClassName}:last-child:not(:first-child),
104
+ > span:last-child:not(:first-child) > .@{btnClassName} {
105
+ .@{btnClassName}-group-rtl& {
106
+ border-top-left-radius: @btn-border-radius-sm;
107
+ border-top-right-radius: 0;
108
+ border-bottom-right-radius: 0;
109
+ border-bottom-left-radius: @btn-border-radius-sm;
110
+ }
111
+ }
112
+ }
113
+ }
@@ -0,0 +1,7 @@
1
+ import '../../style/index.css';
2
+ import './index.css'; // style dependencies
3
+ // deps-lint-skip: date-picker
4
+
5
+ import '../../select/style/css';
6
+ import '../../radio/style/css';
7
+ import '../../date-picker/style/css';