@cloudtower/eagle 0.24.15 → 0.24.16

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 (1316) hide show
  1. package/antd/es/affix/style/css.js +2 -0
  2. package/antd/es/affix/style/index.css +8 -0
  3. package/antd/es/affix/style/index.d.ts +2 -0
  4. package/antd/es/affix/style/index.js +2 -0
  5. package/antd/es/affix/style/index.less +6 -0
  6. package/antd/es/alert/style/css.js +2 -0
  7. package/antd/es/alert/style/index.css +260 -0
  8. package/antd/es/alert/style/index.d.ts +2 -0
  9. package/antd/es/alert/style/index.js +2 -0
  10. package/antd/es/alert/style/index.less +196 -0
  11. package/antd/es/alert/style/rtl.less +74 -0
  12. package/antd/es/anchor/style/css.js +4 -0
  13. package/antd/es/anchor/style/index.css +107 -0
  14. package/antd/es/anchor/style/index.d.ts +3 -0
  15. package/antd/es/anchor/style/index.js +4 -0
  16. package/antd/es/anchor/style/index.less +84 -0
  17. package/antd/es/anchor/style/rtl.less +40 -0
  18. package/antd/es/auto-complete/style/css.js +4 -0
  19. package/antd/es/auto-complete/style/index.css +20 -0
  20. package/antd/es/auto-complete/style/index.d.ts +3 -0
  21. package/antd/es/auto-complete/style/index.js +4 -0
  22. package/antd/es/auto-complete/style/index.less +16 -0
  23. package/antd/es/avatar/style/css.js +4 -0
  24. package/antd/es/avatar/style/group.less +22 -0
  25. package/antd/es/avatar/style/index.css +112 -0
  26. package/antd/es/avatar/style/index.d.ts +3 -0
  27. package/antd/es/avatar/style/index.js +4 -0
  28. package/antd/es/avatar/style/index.less +66 -0
  29. package/antd/es/avatar/style/rtl.less +20 -0
  30. package/antd/es/back-top/style/css.js +2 -0
  31. package/antd/es/back-top/style/index.css +62 -0
  32. package/antd/es/back-top/style/index.d.ts +2 -0
  33. package/antd/es/back-top/style/index.js +2 -0
  34. package/antd/es/back-top/style/index.less +49 -0
  35. package/antd/es/back-top/style/responsive.less +11 -0
  36. package/antd/es/badge/style/css.js +3 -0
  37. package/antd/es/badge/style/index.css +372 -0
  38. package/antd/es/badge/style/index.d.ts +3 -0
  39. package/antd/es/badge/style/index.js +3 -0
  40. package/antd/es/badge/style/index.less +193 -0
  41. package/antd/es/badge/style/ribbon.less +84 -0
  42. package/antd/es/badge/style/rtl.less +111 -0
  43. package/antd/es/breadcrumb/style/css.js +4 -0
  44. package/antd/es/breadcrumb/style/index.css +73 -0
  45. package/antd/es/breadcrumb/style/index.d.ts +4 -0
  46. package/antd/es/breadcrumb/style/index.js +4 -0
  47. package/antd/es/breadcrumb/style/index.less +54 -0
  48. package/antd/es/breadcrumb/style/rtl.less +34 -0
  49. package/antd/es/button/style/css.js +2 -0
  50. package/antd/es/button/style/index.css +1915 -0
  51. package/antd/es/button/style/index.d.ts +2 -0
  52. package/antd/es/button/style/index.js +2 -0
  53. package/antd/es/button/style/index.less +249 -0
  54. package/antd/es/button/style/mixin.less +518 -0
  55. package/antd/es/button/style/rtl.less +113 -0
  56. package/antd/es/calendar/locale/ar_EG.d.ts +2 -0
  57. package/antd/es/calendar/locale/ar_EG.js +2 -0
  58. package/antd/es/calendar/locale/az_AZ.d.ts +2 -0
  59. package/antd/es/calendar/locale/az_AZ.js +2 -0
  60. package/antd/es/calendar/locale/bg_BG.d.ts +2 -0
  61. package/antd/es/calendar/locale/bg_BG.js +2 -0
  62. package/antd/es/calendar/locale/ca_ES.d.ts +2 -0
  63. package/antd/es/calendar/locale/ca_ES.js +2 -0
  64. package/antd/es/calendar/locale/cs_CZ.d.ts +2 -0
  65. package/antd/es/calendar/locale/cs_CZ.js +2 -0
  66. package/antd/es/calendar/locale/da_DK.d.ts +2 -0
  67. package/antd/es/calendar/locale/da_DK.js +2 -0
  68. package/antd/es/calendar/locale/de_DE.d.ts +2 -0
  69. package/antd/es/calendar/locale/de_DE.js +2 -0
  70. package/antd/es/calendar/locale/el_GR.d.ts +2 -0
  71. package/antd/es/calendar/locale/el_GR.js +2 -0
  72. package/antd/es/calendar/locale/en_GB.d.ts +2 -0
  73. package/antd/es/calendar/locale/en_GB.js +2 -0
  74. package/antd/es/calendar/locale/en_US.d.ts +2 -0
  75. package/antd/es/calendar/locale/en_US.js +2 -0
  76. package/antd/es/calendar/locale/es_ES.d.ts +2 -0
  77. package/antd/es/calendar/locale/es_ES.js +2 -0
  78. package/antd/es/calendar/locale/et_EE.d.ts +2 -0
  79. package/antd/es/calendar/locale/et_EE.js +2 -0
  80. package/antd/es/calendar/locale/fa_IR.d.ts +2 -0
  81. package/antd/es/calendar/locale/fa_IR.js +2 -0
  82. package/antd/es/calendar/locale/fi_FI.d.ts +2 -0
  83. package/antd/es/calendar/locale/fi_FI.js +2 -0
  84. package/antd/es/calendar/locale/fr_BE.d.ts +2 -0
  85. package/antd/es/calendar/locale/fr_BE.js +2 -0
  86. package/antd/es/calendar/locale/fr_FR.d.ts +2 -0
  87. package/antd/es/calendar/locale/fr_FR.js +2 -0
  88. package/antd/es/calendar/locale/ga_IE.d.ts +2 -0
  89. package/antd/es/calendar/locale/ga_IE.js +2 -0
  90. package/antd/es/calendar/locale/he_IL.d.ts +2 -0
  91. package/antd/es/calendar/locale/he_IL.js +2 -0
  92. package/antd/es/calendar/locale/hi_IN.d.ts +2 -0
  93. package/antd/es/calendar/locale/hi_IN.js +2 -0
  94. package/antd/es/calendar/locale/hr_HR.d.ts +2 -0
  95. package/antd/es/calendar/locale/hr_HR.js +2 -0
  96. package/antd/es/calendar/locale/hu_HU.d.ts +2 -0
  97. package/antd/es/calendar/locale/hu_HU.js +2 -0
  98. package/antd/es/calendar/locale/id_ID.d.ts +2 -0
  99. package/antd/es/calendar/locale/id_ID.js +2 -0
  100. package/antd/es/calendar/locale/is_IS.d.ts +2 -0
  101. package/antd/es/calendar/locale/is_IS.js +2 -0
  102. package/antd/es/calendar/locale/it_IT.d.ts +2 -0
  103. package/antd/es/calendar/locale/it_IT.js +2 -0
  104. package/antd/es/calendar/locale/ja_JP.d.ts +2 -0
  105. package/antd/es/calendar/locale/ja_JP.js +2 -0
  106. package/antd/es/calendar/locale/kn_IN.d.ts +2 -0
  107. package/antd/es/calendar/locale/kn_IN.js +2 -0
  108. package/antd/es/calendar/locale/ko_KR.d.ts +2 -0
  109. package/antd/es/calendar/locale/ko_KR.js +2 -0
  110. package/antd/es/calendar/locale/ku_IQ.d.ts +2 -0
  111. package/antd/es/calendar/locale/ku_IQ.js +2 -0
  112. package/antd/es/calendar/locale/lv_LV.d.ts +2 -0
  113. package/antd/es/calendar/locale/lv_LV.js +2 -0
  114. package/antd/es/calendar/locale/mk_MK.d.ts +2 -0
  115. package/antd/es/calendar/locale/mk_MK.js +2 -0
  116. package/antd/es/calendar/locale/mn_MN.d.ts +2 -0
  117. package/antd/es/calendar/locale/mn_MN.js +2 -0
  118. package/antd/es/calendar/locale/ms_MY.d.ts +2 -0
  119. package/antd/es/calendar/locale/ms_MY.js +2 -0
  120. package/antd/es/calendar/locale/nb_NO.d.ts +2 -0
  121. package/antd/es/calendar/locale/nb_NO.js +2 -0
  122. package/antd/es/calendar/locale/nl_BE.d.ts +2 -0
  123. package/antd/es/calendar/locale/nl_BE.js +2 -0
  124. package/antd/es/calendar/locale/nl_NL.d.ts +2 -0
  125. package/antd/es/calendar/locale/nl_NL.js +2 -0
  126. package/antd/es/calendar/locale/pl_PL.d.ts +2 -0
  127. package/antd/es/calendar/locale/pl_PL.js +2 -0
  128. package/antd/es/calendar/locale/pt_BR.d.ts +2 -0
  129. package/antd/es/calendar/locale/pt_BR.js +2 -0
  130. package/antd/es/calendar/locale/pt_PT.d.ts +2 -0
  131. package/antd/es/calendar/locale/pt_PT.js +2 -0
  132. package/antd/es/calendar/locale/ro_RO.d.ts +2 -0
  133. package/antd/es/calendar/locale/ro_RO.js +2 -0
  134. package/antd/es/calendar/locale/ru_RU.d.ts +2 -0
  135. package/antd/es/calendar/locale/ru_RU.js +2 -0
  136. package/antd/es/calendar/locale/sk_SK.d.ts +2 -0
  137. package/antd/es/calendar/locale/sk_SK.js +2 -0
  138. package/antd/es/calendar/locale/sl_SI.d.ts +2 -0
  139. package/antd/es/calendar/locale/sl_SI.js +2 -0
  140. package/antd/es/calendar/locale/sr_RS.d.ts +2 -0
  141. package/antd/es/calendar/locale/sr_RS.js +2 -0
  142. package/antd/es/calendar/locale/sv_SE.d.ts +2 -0
  143. package/antd/es/calendar/locale/sv_SE.js +2 -0
  144. package/antd/es/calendar/locale/ta_IN.d.ts +2 -0
  145. package/antd/es/calendar/locale/ta_IN.js +2 -0
  146. package/antd/es/calendar/locale/th_TH.d.ts +2 -0
  147. package/antd/es/calendar/locale/th_TH.js +2 -0
  148. package/antd/es/calendar/locale/tr_TR.d.ts +2 -0
  149. package/antd/es/calendar/locale/tr_TR.js +2 -0
  150. package/antd/es/calendar/locale/uk_UA.d.ts +2 -0
  151. package/antd/es/calendar/locale/uk_UA.js +2 -0
  152. package/antd/es/calendar/locale/vi_VN.d.ts +2 -0
  153. package/antd/es/calendar/locale/vi_VN.js +2 -0
  154. package/antd/es/calendar/locale/zh_CN.d.ts +2 -0
  155. package/antd/es/calendar/locale/zh_CN.js +2 -0
  156. package/antd/es/calendar/locale/zh_TW.d.ts +2 -0
  157. package/antd/es/calendar/locale/zh_TW.js +2 -0
  158. package/antd/es/calendar/style/css.js +7 -0
  159. package/antd/es/calendar/style/index.css +180 -0
  160. package/antd/es/calendar/style/index.d.ts +5 -0
  161. package/antd/es/calendar/style/index.js +7 -0
  162. package/antd/es/calendar/style/index.less +192 -0
  163. package/antd/es/calendar/style/rtl.less +52 -0
  164. package/antd/es/card/style/css.js +6 -0
  165. package/antd/es/card/style/index.css +317 -0
  166. package/antd/es/card/style/index.d.ts +5 -0
  167. package/antd/es/card/style/index.js +6 -0
  168. package/antd/es/card/style/index.less +293 -0
  169. package/antd/es/card/style/size.less +22 -0
  170. package/antd/es/carousel/style/css.js +2 -0
  171. package/antd/es/carousel/style/index.css +298 -0
  172. package/antd/es/carousel/style/index.d.ts +2 -0
  173. package/antd/es/carousel/style/index.js +2 -0
  174. package/antd/es/carousel/style/index.less +267 -0
  175. package/antd/es/carousel/style/rtl.less +52 -0
  176. package/antd/es/cascader/style/css.js +5 -0
  177. package/antd/es/cascader/style/index.css +296 -0
  178. package/antd/es/cascader/style/index.d.ts +4 -0
  179. package/antd/es/cascader/style/index.js +5 -0
  180. package/antd/es/cascader/style/index.less +243 -0
  181. package/antd/es/cascader/style/rtl.less +89 -0
  182. package/antd/es/checkbox/style/css.js +2 -0
  183. package/antd/es/checkbox/style/index.css +246 -0
  184. package/antd/es/checkbox/style/index.d.ts +2 -0
  185. package/antd/es/checkbox/style/index.js +2 -0
  186. package/antd/es/checkbox/style/index.less +5 -0
  187. package/antd/es/checkbox/style/mixin.less +221 -0
  188. package/antd/es/checkbox/style/rtl.less +26 -0
  189. package/antd/es/col/style/css.js +4 -0
  190. package/antd/es/col/style/index.d.ts +2 -0
  191. package/antd/es/col/style/index.js +4 -0
  192. package/antd/es/collapse/style/css.js +2 -0
  193. package/antd/es/collapse/style/index.css +175 -0
  194. package/antd/es/collapse/style/index.d.ts +2 -0
  195. package/antd/es/collapse/style/index.js +2 -0
  196. package/antd/es/collapse/style/index.less +153 -0
  197. package/antd/es/collapse/style/rtl.less +42 -0
  198. package/antd/es/comment/style/css.js +2 -0
  199. package/antd/es/comment/style/index.css +124 -0
  200. package/antd/es/comment/style/index.d.ts +2 -0
  201. package/antd/es/comment/style/index.js +2 -0
  202. package/antd/es/comment/style/index.less +101 -0
  203. package/antd/es/comment/style/rtl.less +50 -0
  204. package/antd/es/config-provider/style/css.js +1 -0
  205. package/antd/es/config-provider/style/index.css +4 -0
  206. package/antd/es/config-provider/style/index.js +1 -0
  207. package/antd/es/config-provider/style/index.less +2 -0
  208. package/antd/es/date-picker/locale/ar_EG.d.ts +3 -0
  209. package/antd/es/date-picker/locale/ar_EG.js +18 -0
  210. package/antd/es/date-picker/locale/az_AZ.d.ts +3 -0
  211. package/antd/es/date-picker/locale/az_AZ.js +11 -0
  212. package/antd/es/date-picker/locale/bg_BG.d.ts +3 -0
  213. package/antd/es/date-picker/locale/bg_BG.js +14 -0
  214. package/antd/es/date-picker/locale/ca_ES.d.ts +3 -0
  215. package/antd/es/date-picker/locale/ca_ES.js +14 -0
  216. package/antd/es/date-picker/locale/cs_CZ.d.ts +3 -0
  217. package/antd/es/date-picker/locale/cs_CZ.js +14 -0
  218. package/antd/es/date-picker/locale/da_DK.d.ts +3 -0
  219. package/antd/es/date-picker/locale/da_DK.js +14 -0
  220. package/antd/es/date-picker/locale/de_DE.d.ts +3 -0
  221. package/antd/es/date-picker/locale/de_DE.js +14 -0
  222. package/antd/es/date-picker/locale/el_GR.d.ts +3 -0
  223. package/antd/es/date-picker/locale/el_GR.js +14 -0
  224. package/antd/es/date-picker/locale/en_GB.d.ts +3 -0
  225. package/antd/es/date-picker/locale/en_GB.js +14 -0
  226. package/antd/es/date-picker/locale/en_US.d.ts +3 -0
  227. package/antd/es/date-picker/locale/en_US.js +21 -0
  228. package/antd/es/date-picker/locale/es_ES.d.ts +3 -0
  229. package/antd/es/date-picker/locale/es_ES.js +14 -0
  230. package/antd/es/date-picker/locale/et_EE.d.ts +3 -0
  231. package/antd/es/date-picker/locale/et_EE.js +14 -0
  232. package/antd/es/date-picker/locale/fa_IR.d.ts +3 -0
  233. package/antd/es/date-picker/locale/fa_IR.js +14 -0
  234. package/antd/es/date-picker/locale/fi_FI.d.ts +3 -0
  235. package/antd/es/date-picker/locale/fi_FI.js +14 -0
  236. package/antd/es/date-picker/locale/fr_BE.d.ts +3 -0
  237. package/antd/es/date-picker/locale/fr_BE.js +14 -0
  238. package/antd/es/date-picker/locale/fr_FR.d.ts +3 -0
  239. package/antd/es/date-picker/locale/fr_FR.js +21 -0
  240. package/antd/es/date-picker/locale/ga_IE.d.ts +3 -0
  241. package/antd/es/date-picker/locale/ga_IE.js +21 -0
  242. package/antd/es/date-picker/locale/he_IL.d.ts +3 -0
  243. package/antd/es/date-picker/locale/he_IL.js +14 -0
  244. package/antd/es/date-picker/locale/hi_IN.d.ts +3 -0
  245. package/antd/es/date-picker/locale/hi_IN.js +14 -0
  246. package/antd/es/date-picker/locale/hr_HR.d.ts +3 -0
  247. package/antd/es/date-picker/locale/hr_HR.js +14 -0
  248. package/antd/es/date-picker/locale/hu_HU.d.ts +3 -0
  249. package/antd/es/date-picker/locale/hu_HU.js +14 -0
  250. package/antd/es/date-picker/locale/id_ID.d.ts +3 -0
  251. package/antd/es/date-picker/locale/id_ID.js +14 -0
  252. package/antd/es/date-picker/locale/is_IS.d.ts +3 -0
  253. package/antd/es/date-picker/locale/is_IS.js +14 -0
  254. package/antd/es/date-picker/locale/it_IT.d.ts +3 -0
  255. package/antd/es/date-picker/locale/it_IT.js +14 -0
  256. package/antd/es/date-picker/locale/ja_JP.d.ts +3 -0
  257. package/antd/es/date-picker/locale/ja_JP.js +14 -0
  258. package/antd/es/date-picker/locale/kn_IN.d.ts +3 -0
  259. package/antd/es/date-picker/locale/kn_IN.js +14 -0
  260. package/antd/es/date-picker/locale/ko_KR.d.ts +3 -0
  261. package/antd/es/date-picker/locale/ko_KR.js +14 -0
  262. package/antd/es/date-picker/locale/ku_IQ.d.ts +3 -0
  263. package/antd/es/date-picker/locale/ku_IQ.js +14 -0
  264. package/antd/es/date-picker/locale/lv_LV.d.ts +3 -0
  265. package/antd/es/date-picker/locale/lv_LV.js +14 -0
  266. package/antd/es/date-picker/locale/mk_MK.d.ts +3 -0
  267. package/antd/es/date-picker/locale/mk_MK.js +14 -0
  268. package/antd/es/date-picker/locale/mn_MN.d.ts +3 -0
  269. package/antd/es/date-picker/locale/mn_MN.js +14 -0
  270. package/antd/es/date-picker/locale/ms_MY.d.ts +3 -0
  271. package/antd/es/date-picker/locale/ms_MY.js +14 -0
  272. package/antd/es/date-picker/locale/nb_NO.d.ts +3 -0
  273. package/antd/es/date-picker/locale/nb_NO.js +21 -0
  274. package/antd/es/date-picker/locale/nl_BE.d.ts +3 -0
  275. package/antd/es/date-picker/locale/nl_BE.js +14 -0
  276. package/antd/es/date-picker/locale/nl_NL.d.ts +3 -0
  277. package/antd/es/date-picker/locale/nl_NL.js +14 -0
  278. package/antd/es/date-picker/locale/pl_PL.d.ts +3 -0
  279. package/antd/es/date-picker/locale/pl_PL.js +14 -0
  280. package/antd/es/date-picker/locale/pt_BR.d.ts +3 -0
  281. package/antd/es/date-picker/locale/pt_BR.js +14 -0
  282. package/antd/es/date-picker/locale/pt_PT.d.ts +3 -0
  283. package/antd/es/date-picker/locale/pt_PT.js +42 -0
  284. package/antd/es/date-picker/locale/ro_RO.d.ts +3 -0
  285. package/antd/es/date-picker/locale/ro_RO.js +14 -0
  286. package/antd/es/date-picker/locale/ru_RU.d.ts +6 -0
  287. package/antd/es/date-picker/locale/ru_RU.js +18 -0
  288. package/antd/es/date-picker/locale/sk_SK.d.ts +3 -0
  289. package/antd/es/date-picker/locale/sk_SK.js +14 -0
  290. package/antd/es/date-picker/locale/sl_SI.d.ts +3 -0
  291. package/antd/es/date-picker/locale/sl_SI.js +40 -0
  292. package/antd/es/date-picker/locale/sr_RS.d.ts +3 -0
  293. package/antd/es/date-picker/locale/sr_RS.js +14 -0
  294. package/antd/es/date-picker/locale/sv_SE.d.ts +3 -0
  295. package/antd/es/date-picker/locale/sv_SE.js +14 -0
  296. package/antd/es/date-picker/locale/ta_IN.d.ts +3 -0
  297. package/antd/es/date-picker/locale/ta_IN.js +15 -0
  298. package/antd/es/date-picker/locale/th_TH.d.ts +3 -0
  299. package/antd/es/date-picker/locale/th_TH.js +14 -0
  300. package/antd/es/date-picker/locale/tr_TR.d.ts +3 -0
  301. package/antd/es/date-picker/locale/tr_TR.js +21 -0
  302. package/antd/es/date-picker/locale/uk_UA.d.ts +3 -0
  303. package/antd/es/date-picker/locale/uk_UA.js +14 -0
  304. package/antd/es/date-picker/locale/vi_VN.d.ts +3 -0
  305. package/antd/es/date-picker/locale/vi_VN.js +14 -0
  306. package/antd/es/date-picker/locale/zh_CN.d.ts +3 -0
  307. package/antd/es/date-picker/locale/zh_CN.js +23 -0
  308. package/antd/es/date-picker/locale/zh_TW.d.ts +3 -0
  309. package/antd/es/date-picker/locale/zh_TW.js +15 -0
  310. package/antd/es/date-picker/style/css.js +4 -0
  311. package/antd/es/date-picker/style/index.css +1060 -0
  312. package/antd/es/date-picker/style/index.d.ts +3 -0
  313. package/antd/es/date-picker/style/index.js +4 -0
  314. package/antd/es/date-picker/style/index.less +335 -0
  315. package/antd/es/date-picker/style/panel.less +681 -0
  316. package/antd/es/date-picker/style/rtl.less +216 -0
  317. package/antd/es/descriptions/style/css.js +2 -0
  318. package/antd/es/descriptions/style/index.css +132 -0
  319. package/antd/es/descriptions/style/index.d.ts +2 -0
  320. package/antd/es/descriptions/style/index.js +2 -0
  321. package/antd/es/descriptions/style/index.less +164 -0
  322. package/antd/es/descriptions/style/rtl.less +18 -0
  323. package/antd/es/divider/style/css.js +2 -0
  324. package/antd/es/divider/style/index.css +115 -0
  325. package/antd/es/divider/style/index.d.ts +2 -0
  326. package/antd/es/divider/style/index.js +2 -0
  327. package/antd/es/divider/style/index.less +103 -0
  328. package/antd/es/divider/style/rtl.less +36 -0
  329. package/antd/es/drawer/style/css.js +3 -0
  330. package/antd/es/drawer/style/customize.less +3 -0
  331. package/antd/es/drawer/style/drawer.less +256 -0
  332. package/antd/es/drawer/style/index.css +253 -0
  333. package/antd/es/drawer/style/index.d.ts +2 -0
  334. package/antd/es/drawer/style/index.js +3 -0
  335. package/antd/es/drawer/style/index.less +5 -0
  336. package/antd/es/drawer/style/rtl.less +16 -0
  337. package/antd/es/dropdown/style/css.js +4 -0
  338. package/antd/es/dropdown/style/index.css +405 -0
  339. package/antd/es/dropdown/style/index.d.ts +3 -0
  340. package/antd/es/dropdown/style/index.js +4 -0
  341. package/antd/es/dropdown/style/index.less +369 -0
  342. package/antd/es/dropdown/style/rtl.less +85 -0
  343. package/antd/es/dropdown/style/status.less +12 -0
  344. package/antd/es/empty/style/css.js +2 -0
  345. package/antd/es/empty/style/index.css +75 -0
  346. package/antd/es/empty/style/index.d.ts +2 -0
  347. package/antd/es/empty/style/index.js +2 -0
  348. package/antd/es/empty/style/index.less +139 -0
  349. package/antd/es/empty/style/rtl.less +10 -0
  350. package/antd/es/form/style/components.less +69 -0
  351. package/antd/es/form/style/css.js +4 -0
  352. package/antd/es/form/style/horizontal.less +10 -0
  353. package/antd/es/form/style/index.css +939 -0
  354. package/antd/es/form/style/index.d.ts +3 -0
  355. package/antd/es/form/style/index.js +4 -0
  356. package/antd/es/form/style/index.less +233 -0
  357. package/antd/es/form/style/inline.less +35 -0
  358. package/antd/es/form/style/mixin.less +118 -0
  359. package/antd/es/form/style/rtl.less +178 -0
  360. package/antd/es/form/style/status.less +251 -0
  361. package/antd/es/form/style/vertical.less +84 -0
  362. package/antd/es/grid/style/css.js +2 -0
  363. package/antd/es/grid/style/index.css +5889 -0
  364. package/antd/es/grid/style/index.d.ts +2 -0
  365. package/antd/es/grid/style/index.js +2 -0
  366. package/antd/es/grid/style/index.less +113 -0
  367. package/antd/es/grid/style/mixin.less +53 -0
  368. package/antd/es/grid/style/rtl.less +74 -0
  369. package/antd/es/icon/style/css.js +2 -0
  370. package/antd/es/icon/style/index.css +4 -0
  371. package/antd/es/icon/style/index.d.ts +2 -0
  372. package/antd/es/icon/style/index.js +2 -0
  373. package/antd/es/icon/style/index.less +4 -0
  374. package/antd/es/input/style/IE11.less +20 -0
  375. package/antd/es/input/style/affix.less +48 -0
  376. package/antd/es/input/style/allow-clear.less +52 -0
  377. package/antd/es/input/style/css.js +4 -0
  378. package/antd/es/input/style/index.css +820 -0
  379. package/antd/es/input/style/index.d.ts +3 -0
  380. package/antd/es/input/style/index.js +4 -0
  381. package/antd/es/input/style/index.less +50 -0
  382. package/antd/es/input/style/mixin.less +398 -0
  383. package/antd/es/input/style/rtl.less +235 -0
  384. package/antd/es/input/style/search-input.less +90 -0
  385. package/antd/es/input-number/style/css.js +2 -0
  386. package/antd/es/input-number/style/index.css +338 -0
  387. package/antd/es/input-number/style/index.d.ts +2 -0
  388. package/antd/es/input-number/style/index.js +2 -0
  389. package/antd/es/input-number/style/index.less +186 -0
  390. package/antd/es/input-number/style/rtl.less +28 -0
  391. package/antd/es/layout/style/css.js +2 -0
  392. package/antd/es/layout/style/index.css +135 -0
  393. package/antd/es/layout/style/index.d.ts +2 -0
  394. package/antd/es/layout/style/index.js +2 -0
  395. package/antd/es/layout/style/index.less +126 -0
  396. package/antd/es/layout/style/light.less +15 -0
  397. package/antd/es/layout/style/rtl.less +10 -0
  398. package/antd/es/list/style/bordered.less +44 -0
  399. package/antd/es/list/style/css.js +7 -0
  400. package/antd/es/list/style/customize.less +12 -0
  401. package/antd/es/list/style/index.css +343 -0
  402. package/antd/es/list/style/index.d.ts +6 -0
  403. package/antd/es/list/style/index.js +7 -0
  404. package/antd/es/list/style/index.less +239 -0
  405. package/antd/es/list/style/responsive.less +40 -0
  406. package/antd/es/list/style/rtl.less +139 -0
  407. package/antd/es/locale-provider/style/css.js +1 -0
  408. package/antd/es/locale-provider/style/index.css +4 -0
  409. package/antd/es/locale-provider/style/index.d.ts +1 -0
  410. package/antd/es/locale-provider/style/index.js +1 -0
  411. package/antd/es/locale-provider/style/index.less +2 -0
  412. package/antd/es/mentions/style/css.js +4 -0
  413. package/antd/es/mentions/style/index.css +287 -0
  414. package/antd/es/mentions/style/index.d.ts +3 -0
  415. package/antd/es/mentions/style/index.js +4 -0
  416. package/antd/es/mentions/style/index.less +169 -0
  417. package/antd/es/mentions/style/rtl.less +10 -0
  418. package/antd/es/menu/style/css.js +5 -0
  419. package/antd/es/menu/style/dark.less +148 -0
  420. package/antd/es/menu/style/index.css +907 -0
  421. package/antd/es/menu/style/index.d.ts +3 -0
  422. package/antd/es/menu/style/index.js +5 -0
  423. package/antd/es/menu/style/index.less +587 -0
  424. package/antd/es/menu/style/rtl.less +162 -0
  425. package/antd/es/menu/style/status.less +47 -0
  426. package/antd/es/message/style/css.js +2 -0
  427. package/antd/es/message/style/index.css +95 -0
  428. package/antd/es/message/style/index.d.ts +2 -0
  429. package/antd/es/message/style/index.js +2 -0
  430. package/antd/es/message/style/index.less +73 -0
  431. package/antd/es/message/style/rtl.less +17 -0
  432. package/antd/es/modal/style/confirm.less +78 -0
  433. package/antd/es/modal/style/css.js +4 -0
  434. package/antd/es/modal/style/customize.less +3 -0
  435. package/antd/es/modal/style/index.css +261 -0
  436. package/antd/es/modal/style/index.d.ts +3 -0
  437. package/antd/es/modal/style/index.js +4 -0
  438. package/antd/es/modal/style/index.less +6 -0
  439. package/antd/es/modal/style/modal.less +164 -0
  440. package/antd/es/modal/style/rtl.less +73 -0
  441. package/antd/es/notification/style/css.js +2 -0
  442. package/antd/es/notification/style/customize.less +3 -0
  443. package/antd/es/notification/style/index.css +273 -0
  444. package/antd/es/notification/style/index.d.ts +2 -0
  445. package/antd/es/notification/style/index.js +2 -0
  446. package/antd/es/notification/style/index.less +221 -0
  447. package/antd/es/notification/style/rtl.less +53 -0
  448. package/antd/es/page-header/style/css.js +4 -0
  449. package/antd/es/page-header/style/index.css +167 -0
  450. package/antd/es/page-header/style/index.d.ts +3 -0
  451. package/antd/es/page-header/style/index.js +4 -0
  452. package/antd/es/page-header/style/index.less +125 -0
  453. package/antd/es/page-header/style/rtl.less +76 -0
  454. package/antd/es/pagination/style/css.js +5 -0
  455. package/antd/es/pagination/style/index.css +522 -0
  456. package/antd/es/pagination/style/index.d.ts +3 -0
  457. package/antd/es/pagination/style/index.js +5 -0
  458. package/antd/es/pagination/style/index.less +407 -0
  459. package/antd/es/pagination/style/rtl.less +75 -0
  460. package/antd/es/popconfirm/style/css.js +6 -0
  461. package/antd/es/popconfirm/style/index.css +7 -0
  462. package/antd/es/popconfirm/style/index.d.ts +4 -0
  463. package/antd/es/popconfirm/style/index.js +6 -0
  464. package/antd/es/popconfirm/style/index.less +8 -0
  465. package/antd/es/popover/style/css.js +3 -0
  466. package/antd/es/popover/style/customize.less +3 -0
  467. package/antd/es/popover/style/index.css +224 -0
  468. package/antd/es/popover/style/index.d.ts +2 -0
  469. package/antd/es/popover/style/index.js +3 -0
  470. package/antd/es/popover/style/index.less +208 -0
  471. package/antd/es/popover/style/rtl.less +33 -0
  472. package/antd/es/progress/style/css.js +2 -0
  473. package/antd/es/progress/style/index.css +219 -0
  474. package/antd/es/progress/style/index.d.ts +2 -0
  475. package/antd/es/progress/style/index.js +2 -0
  476. package/antd/es/progress/style/index.less +205 -0
  477. package/antd/es/progress/style/rtl.less +37 -0
  478. package/antd/es/radio/style/css.js +2 -0
  479. package/antd/es/radio/style/index.css +374 -0
  480. package/antd/es/radio/style/index.d.ts +2 -0
  481. package/antd/es/radio/style/index.js +2 -0
  482. package/antd/es/radio/style/index.less +348 -0
  483. package/antd/es/radio/style/rtl.less +61 -0
  484. package/antd/es/rate/style/css.js +4 -0
  485. package/antd/es/rate/style/index.css +97 -0
  486. package/antd/es/rate/style/index.d.ts +3 -0
  487. package/antd/es/rate/style/index.js +4 -0
  488. package/antd/es/rate/style/index.less +87 -0
  489. package/antd/es/rate/style/rtl.less +26 -0
  490. package/antd/es/result/style/css.js +2 -0
  491. package/antd/es/result/style/index.css +68 -0
  492. package/antd/es/result/style/index.d.ts +2 -0
  493. package/antd/es/result/style/index.js +2 -0
  494. package/antd/es/result/style/index.less +74 -0
  495. package/antd/es/result/style/rtl.less +25 -0
  496. package/antd/es/row/style/css.js +4 -0
  497. package/antd/es/row/style/index.d.ts +2 -0
  498. package/antd/es/row/style/index.js +4 -0
  499. package/antd/es/select/style/css.js +4 -0
  500. package/antd/es/select/style/index.css +707 -0
  501. package/antd/es/select/style/index.d.ts +3 -0
  502. package/antd/es/select/style/index.js +4 -0
  503. package/antd/es/select/style/index.less +294 -0
  504. package/antd/es/select/style/multiple.less +194 -0
  505. package/antd/es/select/style/rtl.less +186 -0
  506. package/antd/es/select/style/single.less +180 -0
  507. package/antd/es/skeleton/style/css.js +2 -0
  508. package/antd/es/skeleton/style/index.css +284 -0
  509. package/antd/es/skeleton/style/index.d.ts +2 -0
  510. package/antd/es/skeleton/style/index.js +2 -0
  511. package/antd/es/skeleton/style/index.less +265 -0
  512. package/antd/es/skeleton/style/rtl.less +47 -0
  513. package/antd/es/slider/style/css.js +4 -0
  514. package/antd/es/slider/style/index.css +223 -0
  515. package/antd/es/slider/style/index.d.ts +3 -0
  516. package/antd/es/slider/style/index.js +4 -0
  517. package/antd/es/slider/style/index.less +206 -0
  518. package/antd/es/slider/style/rtl.less +70 -0
  519. package/antd/es/space/style/css.js +2 -0
  520. package/antd/es/space/style/index.css +38 -0
  521. package/antd/es/space/style/index.d.ts +2 -0
  522. package/antd/es/space/style/index.js +2 -0
  523. package/antd/es/space/style/index.less +28 -0
  524. package/antd/es/space/style/rtl.less +10 -0
  525. package/antd/es/spin/style/css.js +2 -0
  526. package/antd/es/spin/style/index.css +235 -0
  527. package/antd/es/spin/style/index.d.ts +2 -0
  528. package/antd/es/spin/style/index.js +2 -0
  529. package/antd/es/spin/style/index.less +216 -0
  530. package/antd/es/spin/style/rtl.less +25 -0
  531. package/antd/es/statistic/style/css.js +2 -0
  532. package/antd/es/statistic/style/index.css +56 -0
  533. package/antd/es/statistic/style/index.d.ts +2 -0
  534. package/antd/es/statistic/style/index.js +2 -0
  535. package/antd/es/statistic/style/index.less +44 -0
  536. package/antd/es/statistic/style/rtl.less +26 -0
  537. package/antd/es/steps/style/css.js +3 -0
  538. package/antd/es/steps/style/custom-icon.less +32 -0
  539. package/antd/es/steps/style/index.css +812 -0
  540. package/antd/es/steps/style/index.d.ts +3 -0
  541. package/antd/es/steps/style/index.js +3 -0
  542. package/antd/es/steps/style/index.less +246 -0
  543. package/antd/es/steps/style/label-placement.less +39 -0
  544. package/antd/es/steps/style/nav.less +124 -0
  545. package/antd/es/steps/style/progress-dot.less +79 -0
  546. package/antd/es/steps/style/progress.less +21 -0
  547. package/antd/es/steps/style/rtl.less +249 -0
  548. package/antd/es/steps/style/small.less +47 -0
  549. package/antd/es/steps/style/vertical.less +77 -0
  550. package/antd/es/switch/style/css.js +2 -0
  551. package/antd/es/switch/style/index.css +166 -0
  552. package/antd/es/switch/style/index.d.ts +2 -0
  553. package/antd/es/switch/style/index.js +2 -0
  554. package/antd/es/switch/style/index.less +153 -0
  555. package/antd/es/switch/style/rtl.less +50 -0
  556. package/antd/es/table/style/bordered.less +122 -0
  557. package/antd/es/table/style/css.js +13 -0
  558. package/antd/es/table/style/index.css +806 -0
  559. package/antd/es/table/style/index.d.ts +10 -0
  560. package/antd/es/table/style/index.js +13 -0
  561. package/antd/es/table/style/index.less +616 -0
  562. package/antd/es/table/style/radius.less +45 -0
  563. package/antd/es/table/style/rtl.less +180 -0
  564. package/antd/es/table/style/size.less +68 -0
  565. package/antd/es/tabs/style/card.less +97 -0
  566. package/antd/es/tabs/style/css.js +2 -0
  567. package/antd/es/tabs/style/dropdown.less +60 -0
  568. package/antd/es/tabs/style/index.css +664 -0
  569. package/antd/es/tabs/style/index.d.ts +2 -0
  570. package/antd/es/tabs/style/index.js +2 -0
  571. package/antd/es/tabs/style/index.less +224 -0
  572. package/antd/es/tabs/style/position.less +195 -0
  573. package/antd/es/tabs/style/rtl.less +73 -0
  574. package/antd/es/tabs/style/size.less +41 -0
  575. package/antd/es/tag/style/css.js +2 -0
  576. package/antd/es/tag/style/index.css +256 -0
  577. package/antd/es/tag/style/index.d.ts +2 -0
  578. package/antd/es/tag/style/index.js +2 -0
  579. package/antd/es/tag/style/index.less +130 -0
  580. package/antd/es/tag/style/rtl.less +28 -0
  581. package/antd/es/time-picker/locale/ar_EG.d.ts +3 -0
  582. package/antd/es/time-picker/locale/ar_EG.js +4 -0
  583. package/antd/es/time-picker/locale/az_AZ.d.ts +3 -0
  584. package/antd/es/time-picker/locale/az_AZ.js +4 -0
  585. package/antd/es/time-picker/locale/bg_BG.d.ts +3 -0
  586. package/antd/es/time-picker/locale/bg_BG.js +4 -0
  587. package/antd/es/time-picker/locale/ca_ES.d.ts +3 -0
  588. package/antd/es/time-picker/locale/ca_ES.js +4 -0
  589. package/antd/es/time-picker/locale/cs_CZ.d.ts +3 -0
  590. package/antd/es/time-picker/locale/cs_CZ.js +4 -0
  591. package/antd/es/time-picker/locale/da_DK.d.ts +3 -0
  592. package/antd/es/time-picker/locale/da_DK.js +4 -0
  593. package/antd/es/time-picker/locale/de_DE.d.ts +3 -0
  594. package/antd/es/time-picker/locale/de_DE.js +4 -0
  595. package/antd/es/time-picker/locale/el_GR.d.ts +3 -0
  596. package/antd/es/time-picker/locale/el_GR.js +4 -0
  597. package/antd/es/time-picker/locale/en_GB.d.ts +3 -0
  598. package/antd/es/time-picker/locale/en_GB.js +4 -0
  599. package/antd/es/time-picker/locale/en_US.d.ts +3 -0
  600. package/antd/es/time-picker/locale/en_US.js +5 -0
  601. package/antd/es/time-picker/locale/es_ES.d.ts +3 -0
  602. package/antd/es/time-picker/locale/es_ES.js +4 -0
  603. package/antd/es/time-picker/locale/et_EE.d.ts +3 -0
  604. package/antd/es/time-picker/locale/et_EE.js +4 -0
  605. package/antd/es/time-picker/locale/fa_IR.d.ts +3 -0
  606. package/antd/es/time-picker/locale/fa_IR.js +4 -0
  607. package/antd/es/time-picker/locale/fi_FI.d.ts +3 -0
  608. package/antd/es/time-picker/locale/fi_FI.js +4 -0
  609. package/antd/es/time-picker/locale/fr_BE.d.ts +3 -0
  610. package/antd/es/time-picker/locale/fr_BE.js +4 -0
  611. package/antd/es/time-picker/locale/fr_FR.d.ts +3 -0
  612. package/antd/es/time-picker/locale/fr_FR.js +5 -0
  613. package/antd/es/time-picker/locale/ga_IE.d.ts +3 -0
  614. package/antd/es/time-picker/locale/ga_IE.js +5 -0
  615. package/antd/es/time-picker/locale/he_IL.d.ts +3 -0
  616. package/antd/es/time-picker/locale/he_IL.js +4 -0
  617. package/antd/es/time-picker/locale/hi_IN.d.ts +3 -0
  618. package/antd/es/time-picker/locale/hi_IN.js +4 -0
  619. package/antd/es/time-picker/locale/hr_HR.d.ts +3 -0
  620. package/antd/es/time-picker/locale/hr_HR.js +4 -0
  621. package/antd/es/time-picker/locale/hu_HU.d.ts +3 -0
  622. package/antd/es/time-picker/locale/hu_HU.js +4 -0
  623. package/antd/es/time-picker/locale/id_ID.d.ts +3 -0
  624. package/antd/es/time-picker/locale/id_ID.js +4 -0
  625. package/antd/es/time-picker/locale/is_IS.d.ts +3 -0
  626. package/antd/es/time-picker/locale/is_IS.js +4 -0
  627. package/antd/es/time-picker/locale/it_IT.d.ts +3 -0
  628. package/antd/es/time-picker/locale/it_IT.js +4 -0
  629. package/antd/es/time-picker/locale/ja_JP.d.ts +3 -0
  630. package/antd/es/time-picker/locale/ja_JP.js +4 -0
  631. package/antd/es/time-picker/locale/kn_IN.d.ts +3 -0
  632. package/antd/es/time-picker/locale/kn_IN.js +4 -0
  633. package/antd/es/time-picker/locale/ko_KR.d.ts +3 -0
  634. package/antd/es/time-picker/locale/ko_KR.js +4 -0
  635. package/antd/es/time-picker/locale/ku_IQ.d.ts +3 -0
  636. package/antd/es/time-picker/locale/ku_IQ.js +4 -0
  637. package/antd/es/time-picker/locale/lv_LV.d.ts +3 -0
  638. package/antd/es/time-picker/locale/lv_LV.js +4 -0
  639. package/antd/es/time-picker/locale/mk_MK.d.ts +3 -0
  640. package/antd/es/time-picker/locale/mk_MK.js +4 -0
  641. package/antd/es/time-picker/locale/mn_MN.d.ts +3 -0
  642. package/antd/es/time-picker/locale/mn_MN.js +4 -0
  643. package/antd/es/time-picker/locale/ms_MY.d.ts +3 -0
  644. package/antd/es/time-picker/locale/ms_MY.js +4 -0
  645. package/antd/es/time-picker/locale/nb_NO.d.ts +3 -0
  646. package/antd/es/time-picker/locale/nb_NO.js +5 -0
  647. package/antd/es/time-picker/locale/nl_BE.d.ts +3 -0
  648. package/antd/es/time-picker/locale/nl_BE.js +4 -0
  649. package/antd/es/time-picker/locale/nl_NL.d.ts +3 -0
  650. package/antd/es/time-picker/locale/nl_NL.js +4 -0
  651. package/antd/es/time-picker/locale/pl_PL.d.ts +3 -0
  652. package/antd/es/time-picker/locale/pl_PL.js +4 -0
  653. package/antd/es/time-picker/locale/pt_BR.d.ts +3 -0
  654. package/antd/es/time-picker/locale/pt_BR.js +4 -0
  655. package/antd/es/time-picker/locale/pt_PT.d.ts +3 -0
  656. package/antd/es/time-picker/locale/pt_PT.js +4 -0
  657. package/antd/es/time-picker/locale/ro_RO.d.ts +3 -0
  658. package/antd/es/time-picker/locale/ro_RO.js +4 -0
  659. package/antd/es/time-picker/locale/ru_RU.d.ts +6 -0
  660. package/antd/es/time-picker/locale/ru_RU.js +4 -0
  661. package/antd/es/time-picker/locale/sk_SK.d.ts +3 -0
  662. package/antd/es/time-picker/locale/sk_SK.js +4 -0
  663. package/antd/es/time-picker/locale/sl_SI.d.ts +3 -0
  664. package/antd/es/time-picker/locale/sl_SI.js +4 -0
  665. package/antd/es/time-picker/locale/sr_RS.d.ts +3 -0
  666. package/antd/es/time-picker/locale/sr_RS.js +4 -0
  667. package/antd/es/time-picker/locale/sv_SE.d.ts +3 -0
  668. package/antd/es/time-picker/locale/sv_SE.js +4 -0
  669. package/antd/es/time-picker/locale/ta_IN.d.ts +3 -0
  670. package/antd/es/time-picker/locale/ta_IN.js +4 -0
  671. package/antd/es/time-picker/locale/th_TH.d.ts +3 -0
  672. package/antd/es/time-picker/locale/th_TH.js +4 -0
  673. package/antd/es/time-picker/locale/tr_TR.d.ts +3 -0
  674. package/antd/es/time-picker/locale/tr_TR.js +5 -0
  675. package/antd/es/time-picker/locale/uk_UA.d.ts +3 -0
  676. package/antd/es/time-picker/locale/uk_UA.js +4 -0
  677. package/antd/es/time-picker/locale/vi_VN.d.ts +3 -0
  678. package/antd/es/time-picker/locale/vi_VN.js +4 -0
  679. package/antd/es/time-picker/locale/zh_CN.d.ts +3 -0
  680. package/antd/es/time-picker/locale/zh_CN.js +5 -0
  681. package/antd/es/time-picker/locale/zh_TW.d.ts +3 -0
  682. package/antd/es/time-picker/locale/zh_TW.js +4 -0
  683. package/antd/es/time-picker/style/css.js +4 -0
  684. package/antd/es/time-picker/style/index.css +4 -0
  685. package/antd/es/time-picker/style/index.d.ts +3 -0
  686. package/antd/es/time-picker/style/index.js +4 -0
  687. package/antd/es/time-picker/style/index.less +3 -0
  688. package/antd/es/timeline/style/css.js +2 -0
  689. package/antd/es/timeline/style/index.css +240 -0
  690. package/antd/es/timeline/style/index.d.ts +2 -0
  691. package/antd/es/timeline/style/index.js +2 -0
  692. package/antd/es/timeline/style/index.less +186 -0
  693. package/antd/es/timeline/style/rtl.less +135 -0
  694. package/antd/es/tooltip/style/css.js +2 -0
  695. package/antd/es/tooltip/style/index.css +261 -0
  696. package/antd/es/tooltip/style/index.d.ts +2 -0
  697. package/antd/es/tooltip/style/index.js +2 -0
  698. package/antd/es/tooltip/style/index.less +206 -0
  699. package/antd/es/tooltip/style/rtl.less +14 -0
  700. package/antd/es/transfer/style/css.js +10 -0
  701. package/antd/es/transfer/style/customize.less +45 -0
  702. package/antd/es/transfer/style/index.css +346 -0
  703. package/antd/es/transfer/style/index.d.ts +9 -0
  704. package/antd/es/transfer/style/index.js +10 -0
  705. package/antd/es/transfer/style/index.less +237 -0
  706. package/antd/es/transfer/style/rtl.less +63 -0
  707. package/antd/es/tree/style/css.js +2 -0
  708. package/antd/es/tree/style/directory.less +72 -0
  709. package/antd/es/tree/style/index.css +508 -0
  710. package/antd/es/tree/style/index.d.ts +2 -0
  711. package/antd/es/tree/style/index.js +2 -0
  712. package/antd/es/tree/style/index.less +14 -0
  713. package/antd/es/tree/style/mixin.less +264 -0
  714. package/antd/es/tree/style/rtl.less +64 -0
  715. package/antd/es/tree-select/style/css.js +6 -0
  716. package/antd/es/tree-select/style/index.css +463 -0
  717. package/antd/es/tree-select/style/index.d.ts +4 -0
  718. package/antd/es/tree-select/style/index.js +6 -0
  719. package/antd/es/tree-select/style/index.less +55 -0
  720. package/antd/es/typography/style/css.js +5 -0
  721. package/antd/es/typography/style/index.css +277 -0
  722. package/antd/es/typography/style/index.d.ts +4 -0
  723. package/antd/es/typography/style/index.js +5 -0
  724. package/antd/es/typography/style/index.less +225 -0
  725. package/antd/es/typography/style/rtl.less +54 -0
  726. package/antd/es/upload/style/css.js +6 -0
  727. package/antd/es/upload/style/index.css +694 -0
  728. package/antd/es/upload/style/index.d.ts +5 -0
  729. package/antd/es/upload/style/index.js +6 -0
  730. package/antd/es/upload/style/index.less +590 -0
  731. package/antd/es/upload/style/rtl.less +188 -0
  732. package/antd/es/version/style/css.js +2 -0
  733. package/antd/es/version/style/index.d.ts +1 -0
  734. package/antd/es/version/style/index.js +2 -0
  735. package/antd/lib/affix/style/css.js +5 -0
  736. package/antd/lib/affix/style/index.css +8 -0
  737. package/antd/lib/affix/style/index.d.ts +2 -0
  738. package/antd/lib/affix/style/index.js +5 -0
  739. package/antd/lib/affix/style/index.less +6 -0
  740. package/antd/lib/alert/style/css.js +5 -0
  741. package/antd/lib/alert/style/index.css +260 -0
  742. package/antd/lib/alert/style/index.d.ts +2 -0
  743. package/antd/lib/alert/style/index.js +5 -0
  744. package/antd/lib/alert/style/index.less +196 -0
  745. package/antd/lib/alert/style/rtl.less +74 -0
  746. package/antd/lib/anchor/style/css.js +7 -0
  747. package/antd/lib/anchor/style/index.css +107 -0
  748. package/antd/lib/anchor/style/index.d.ts +3 -0
  749. package/antd/lib/anchor/style/index.js +7 -0
  750. package/antd/lib/anchor/style/index.less +84 -0
  751. package/antd/lib/anchor/style/rtl.less +40 -0
  752. package/antd/lib/auto-complete/style/css.js +7 -0
  753. package/antd/lib/auto-complete/style/index.css +20 -0
  754. package/antd/lib/auto-complete/style/index.d.ts +3 -0
  755. package/antd/lib/auto-complete/style/index.js +7 -0
  756. package/antd/lib/auto-complete/style/index.less +16 -0
  757. package/antd/lib/avatar/style/css.js +7 -0
  758. package/antd/lib/avatar/style/group.less +22 -0
  759. package/antd/lib/avatar/style/index.css +112 -0
  760. package/antd/lib/avatar/style/index.d.ts +3 -0
  761. package/antd/lib/avatar/style/index.js +7 -0
  762. package/antd/lib/avatar/style/index.less +66 -0
  763. package/antd/lib/avatar/style/rtl.less +20 -0
  764. package/antd/lib/back-top/style/css.js +5 -0
  765. package/antd/lib/back-top/style/index.css +62 -0
  766. package/antd/lib/back-top/style/index.d.ts +2 -0
  767. package/antd/lib/back-top/style/index.js +5 -0
  768. package/antd/lib/back-top/style/index.less +49 -0
  769. package/antd/lib/back-top/style/responsive.less +11 -0
  770. package/antd/lib/badge/style/css.js +7 -0
  771. package/antd/lib/badge/style/index.css +372 -0
  772. package/antd/lib/badge/style/index.d.ts +3 -0
  773. package/antd/lib/badge/style/index.js +7 -0
  774. package/antd/lib/badge/style/index.less +193 -0
  775. package/antd/lib/badge/style/ribbon.less +84 -0
  776. package/antd/lib/badge/style/rtl.less +111 -0
  777. package/antd/lib/breadcrumb/style/css.js +9 -0
  778. package/antd/lib/breadcrumb/style/index.css +73 -0
  779. package/antd/lib/breadcrumb/style/index.d.ts +4 -0
  780. package/antd/lib/breadcrumb/style/index.js +9 -0
  781. package/antd/lib/breadcrumb/style/index.less +54 -0
  782. package/antd/lib/breadcrumb/style/rtl.less +34 -0
  783. package/antd/lib/button/style/css.js +5 -0
  784. package/antd/lib/button/style/index.css +1915 -0
  785. package/antd/lib/button/style/index.d.ts +2 -0
  786. package/antd/lib/button/style/index.js +5 -0
  787. package/antd/lib/button/style/index.less +249 -0
  788. package/antd/lib/button/style/mixin.less +518 -0
  789. package/antd/lib/button/style/rtl.less +113 -0
  790. package/antd/lib/calendar/style/css.js +11 -0
  791. package/antd/lib/calendar/style/index.css +180 -0
  792. package/antd/lib/calendar/style/index.d.ts +5 -0
  793. package/antd/lib/calendar/style/index.js +11 -0
  794. package/antd/lib/calendar/style/index.less +192 -0
  795. package/antd/lib/calendar/style/rtl.less +52 -0
  796. package/antd/lib/card/style/css.js +11 -0
  797. package/antd/lib/card/style/index.css +317 -0
  798. package/antd/lib/card/style/index.d.ts +5 -0
  799. package/antd/lib/card/style/index.js +11 -0
  800. package/antd/lib/card/style/index.less +293 -0
  801. package/antd/lib/card/style/size.less +22 -0
  802. package/antd/lib/carousel/style/css.js +5 -0
  803. package/antd/lib/carousel/style/index.css +298 -0
  804. package/antd/lib/carousel/style/index.d.ts +2 -0
  805. package/antd/lib/carousel/style/index.js +5 -0
  806. package/antd/lib/carousel/style/index.less +267 -0
  807. package/antd/lib/carousel/style/rtl.less +52 -0
  808. package/antd/lib/cascader/style/css.js +9 -0
  809. package/antd/lib/cascader/style/index.css +296 -0
  810. package/antd/lib/cascader/style/index.d.ts +4 -0
  811. package/antd/lib/cascader/style/index.js +9 -0
  812. package/antd/lib/cascader/style/index.less +243 -0
  813. package/antd/lib/cascader/style/rtl.less +89 -0
  814. package/antd/lib/checkbox/style/css.js +5 -0
  815. package/antd/lib/checkbox/style/index.css +246 -0
  816. package/antd/lib/checkbox/style/index.d.ts +2 -0
  817. package/antd/lib/checkbox/style/index.js +5 -0
  818. package/antd/lib/checkbox/style/index.less +5 -0
  819. package/antd/lib/checkbox/style/mixin.less +221 -0
  820. package/antd/lib/checkbox/style/rtl.less +26 -0
  821. package/antd/lib/col/style/css.js +5 -0
  822. package/antd/lib/col/style/index.d.ts +2 -0
  823. package/antd/lib/col/style/index.js +5 -0
  824. package/antd/lib/collapse/style/css.js +5 -0
  825. package/antd/lib/collapse/style/index.css +175 -0
  826. package/antd/lib/collapse/style/index.d.ts +2 -0
  827. package/antd/lib/collapse/style/index.js +5 -0
  828. package/antd/lib/collapse/style/index.less +153 -0
  829. package/antd/lib/collapse/style/rtl.less +42 -0
  830. package/antd/lib/comment/style/css.js +5 -0
  831. package/antd/lib/comment/style/index.css +124 -0
  832. package/antd/lib/comment/style/index.d.ts +2 -0
  833. package/antd/lib/comment/style/index.js +5 -0
  834. package/antd/lib/comment/style/index.less +101 -0
  835. package/antd/lib/comment/style/rtl.less +50 -0
  836. package/antd/lib/config-provider/style/index.css +4 -0
  837. package/antd/lib/config-provider/style/index.d.ts +1 -0
  838. package/antd/lib/config-provider/style/index.less +2 -0
  839. package/antd/lib/date-picker/style/css.js +7 -0
  840. package/antd/lib/date-picker/style/index.css +1060 -0
  841. package/antd/lib/date-picker/style/index.d.ts +3 -0
  842. package/antd/lib/date-picker/style/index.js +7 -0
  843. package/antd/lib/date-picker/style/index.less +335 -0
  844. package/antd/lib/date-picker/style/panel.less +681 -0
  845. package/antd/lib/date-picker/style/rtl.less +216 -0
  846. package/antd/lib/descriptions/style/css.js +5 -0
  847. package/antd/lib/descriptions/style/index.css +132 -0
  848. package/antd/lib/descriptions/style/index.d.ts +2 -0
  849. package/antd/lib/descriptions/style/index.js +5 -0
  850. package/antd/lib/descriptions/style/index.less +164 -0
  851. package/antd/lib/descriptions/style/rtl.less +18 -0
  852. package/antd/lib/divider/style/css.js +5 -0
  853. package/antd/lib/divider/style/index.css +115 -0
  854. package/antd/lib/divider/style/index.d.ts +2 -0
  855. package/antd/lib/divider/style/index.js +5 -0
  856. package/antd/lib/divider/style/index.less +103 -0
  857. package/antd/lib/divider/style/rtl.less +36 -0
  858. package/antd/lib/drawer/style/css.js +5 -0
  859. package/antd/lib/drawer/style/customize.less +3 -0
  860. package/antd/lib/drawer/style/drawer.less +256 -0
  861. package/antd/lib/drawer/style/index.css +253 -0
  862. package/antd/lib/drawer/style/index.d.ts +2 -0
  863. package/antd/lib/drawer/style/index.js +5 -0
  864. package/antd/lib/drawer/style/index.less +5 -0
  865. package/antd/lib/drawer/style/rtl.less +16 -0
  866. package/antd/lib/dropdown/style/css.js +7 -0
  867. package/antd/lib/dropdown/style/index.css +405 -0
  868. package/antd/lib/dropdown/style/index.d.ts +3 -0
  869. package/antd/lib/dropdown/style/index.js +7 -0
  870. package/antd/lib/dropdown/style/index.less +369 -0
  871. package/antd/lib/dropdown/style/rtl.less +85 -0
  872. package/antd/lib/dropdown/style/status.less +12 -0
  873. package/antd/lib/empty/style/css.js +5 -0
  874. package/antd/lib/empty/style/index.css +75 -0
  875. package/antd/lib/empty/style/index.d.ts +2 -0
  876. package/antd/lib/empty/style/index.js +5 -0
  877. package/antd/lib/empty/style/index.less +139 -0
  878. package/antd/lib/empty/style/rtl.less +10 -0
  879. package/antd/lib/form/style/components.less +69 -0
  880. package/antd/lib/form/style/css.js +7 -0
  881. package/antd/lib/form/style/horizontal.less +10 -0
  882. package/antd/lib/form/style/index.css +939 -0
  883. package/antd/lib/form/style/index.d.ts +3 -0
  884. package/antd/lib/form/style/index.js +7 -0
  885. package/antd/lib/form/style/index.less +233 -0
  886. package/antd/lib/form/style/inline.less +35 -0
  887. package/antd/lib/form/style/mixin.less +118 -0
  888. package/antd/lib/form/style/rtl.less +178 -0
  889. package/antd/lib/form/style/status.less +251 -0
  890. package/antd/lib/form/style/vertical.less +84 -0
  891. package/antd/lib/grid/style/css.js +5 -0
  892. package/antd/lib/grid/style/index.css +5889 -0
  893. package/antd/lib/grid/style/index.d.ts +2 -0
  894. package/antd/lib/grid/style/index.js +5 -0
  895. package/antd/lib/grid/style/index.less +113 -0
  896. package/antd/lib/grid/style/mixin.less +53 -0
  897. package/antd/lib/grid/style/rtl.less +74 -0
  898. package/antd/lib/icon/style/css.js +5 -0
  899. package/antd/lib/icon/style/index.css +4 -0
  900. package/antd/lib/icon/style/index.d.ts +2 -0
  901. package/antd/lib/icon/style/index.js +5 -0
  902. package/antd/lib/icon/style/index.less +4 -0
  903. package/antd/lib/input/style/IE11.less +20 -0
  904. package/antd/lib/input/style/affix.less +48 -0
  905. package/antd/lib/input/style/allow-clear.less +52 -0
  906. package/antd/lib/input/style/css.js +7 -0
  907. package/antd/lib/input/style/index.css +820 -0
  908. package/antd/lib/input/style/index.d.ts +3 -0
  909. package/antd/lib/input/style/index.js +7 -0
  910. package/antd/lib/input/style/index.less +50 -0
  911. package/antd/lib/input/style/mixin.less +398 -0
  912. package/antd/lib/input/style/rtl.less +235 -0
  913. package/antd/lib/input/style/search-input.less +90 -0
  914. package/antd/lib/input-number/style/css.js +5 -0
  915. package/antd/lib/input-number/style/index.css +338 -0
  916. package/antd/lib/input-number/style/index.d.ts +2 -0
  917. package/antd/lib/input-number/style/index.js +5 -0
  918. package/antd/lib/input-number/style/index.less +186 -0
  919. package/antd/lib/input-number/style/rtl.less +28 -0
  920. package/antd/lib/layout/style/css.js +5 -0
  921. package/antd/lib/layout/style/index.css +135 -0
  922. package/antd/lib/layout/style/index.d.ts +2 -0
  923. package/antd/lib/layout/style/index.js +5 -0
  924. package/antd/lib/layout/style/index.less +126 -0
  925. package/antd/lib/layout/style/light.less +15 -0
  926. package/antd/lib/layout/style/rtl.less +10 -0
  927. package/antd/lib/list/style/bordered.less +44 -0
  928. package/antd/lib/list/style/css.js +13 -0
  929. package/antd/lib/list/style/customize.less +12 -0
  930. package/antd/lib/list/style/index.css +343 -0
  931. package/antd/lib/list/style/index.d.ts +6 -0
  932. package/antd/lib/list/style/index.js +13 -0
  933. package/antd/lib/list/style/index.less +239 -0
  934. package/antd/lib/list/style/responsive.less +40 -0
  935. package/antd/lib/list/style/rtl.less +139 -0
  936. package/antd/lib/locale-provider/style/css.js +3 -0
  937. package/antd/lib/locale-provider/style/index.css +4 -0
  938. package/antd/lib/locale-provider/style/index.d.ts +1 -0
  939. package/antd/lib/locale-provider/style/index.js +3 -0
  940. package/antd/lib/locale-provider/style/index.less +2 -0
  941. package/antd/lib/mentions/style/css.js +7 -0
  942. package/antd/lib/mentions/style/index.css +287 -0
  943. package/antd/lib/mentions/style/index.d.ts +3 -0
  944. package/antd/lib/mentions/style/index.js +7 -0
  945. package/antd/lib/mentions/style/index.less +169 -0
  946. package/antd/lib/mentions/style/rtl.less +10 -0
  947. package/antd/lib/menu/style/css.js +7 -0
  948. package/antd/lib/menu/style/dark.less +148 -0
  949. package/antd/lib/menu/style/index.css +907 -0
  950. package/antd/lib/menu/style/index.d.ts +3 -0
  951. package/antd/lib/menu/style/index.js +7 -0
  952. package/antd/lib/menu/style/index.less +587 -0
  953. package/antd/lib/menu/style/rtl.less +162 -0
  954. package/antd/lib/menu/style/status.less +47 -0
  955. package/antd/lib/message/style/css.js +5 -0
  956. package/antd/lib/message/style/index.css +95 -0
  957. package/antd/lib/message/style/index.d.ts +2 -0
  958. package/antd/lib/message/style/index.js +5 -0
  959. package/antd/lib/message/style/index.less +73 -0
  960. package/antd/lib/message/style/rtl.less +17 -0
  961. package/antd/lib/modal/style/confirm.less +78 -0
  962. package/antd/lib/modal/style/css.js +7 -0
  963. package/antd/lib/modal/style/customize.less +3 -0
  964. package/antd/lib/modal/style/index.css +261 -0
  965. package/antd/lib/modal/style/index.d.ts +3 -0
  966. package/antd/lib/modal/style/index.js +7 -0
  967. package/antd/lib/modal/style/index.less +6 -0
  968. package/antd/lib/modal/style/modal.less +164 -0
  969. package/antd/lib/modal/style/rtl.less +73 -0
  970. package/antd/lib/notification/style/css.js +5 -0
  971. package/antd/lib/notification/style/customize.less +3 -0
  972. package/antd/lib/notification/style/index.css +273 -0
  973. package/antd/lib/notification/style/index.d.ts +2 -0
  974. package/antd/lib/notification/style/index.js +5 -0
  975. package/antd/lib/notification/style/index.less +221 -0
  976. package/antd/lib/notification/style/rtl.less +53 -0
  977. package/antd/lib/page-header/style/css.js +7 -0
  978. package/antd/lib/page-header/style/index.css +167 -0
  979. package/antd/lib/page-header/style/index.d.ts +3 -0
  980. package/antd/lib/page-header/style/index.js +7 -0
  981. package/antd/lib/page-header/style/index.less +125 -0
  982. package/antd/lib/page-header/style/rtl.less +76 -0
  983. package/antd/lib/pagination/style/css.js +7 -0
  984. package/antd/lib/pagination/style/index.css +522 -0
  985. package/antd/lib/pagination/style/index.d.ts +3 -0
  986. package/antd/lib/pagination/style/index.js +7 -0
  987. package/antd/lib/pagination/style/index.less +407 -0
  988. package/antd/lib/pagination/style/rtl.less +75 -0
  989. package/antd/lib/popconfirm/style/css.js +9 -0
  990. package/antd/lib/popconfirm/style/index.css +7 -0
  991. package/antd/lib/popconfirm/style/index.d.ts +4 -0
  992. package/antd/lib/popconfirm/style/index.js +9 -0
  993. package/antd/lib/popconfirm/style/index.less +8 -0
  994. package/antd/lib/popover/style/css.js +5 -0
  995. package/antd/lib/popover/style/customize.less +3 -0
  996. package/antd/lib/popover/style/index.css +224 -0
  997. package/antd/lib/popover/style/index.d.ts +2 -0
  998. package/antd/lib/popover/style/index.js +5 -0
  999. package/antd/lib/popover/style/index.less +208 -0
  1000. package/antd/lib/popover/style/rtl.less +33 -0
  1001. package/antd/lib/progress/style/css.js +5 -0
  1002. package/antd/lib/progress/style/index.css +219 -0
  1003. package/antd/lib/progress/style/index.d.ts +2 -0
  1004. package/antd/lib/progress/style/index.js +5 -0
  1005. package/antd/lib/progress/style/index.less +205 -0
  1006. package/antd/lib/progress/style/rtl.less +37 -0
  1007. package/antd/lib/radio/style/css.js +5 -0
  1008. package/antd/lib/radio/style/index.css +374 -0
  1009. package/antd/lib/radio/style/index.d.ts +2 -0
  1010. package/antd/lib/radio/style/index.js +5 -0
  1011. package/antd/lib/radio/style/index.less +348 -0
  1012. package/antd/lib/radio/style/rtl.less +61 -0
  1013. package/antd/lib/rate/style/css.js +7 -0
  1014. package/antd/lib/rate/style/index.css +97 -0
  1015. package/antd/lib/rate/style/index.d.ts +3 -0
  1016. package/antd/lib/rate/style/index.js +7 -0
  1017. package/antd/lib/rate/style/index.less +87 -0
  1018. package/antd/lib/rate/style/rtl.less +26 -0
  1019. package/antd/lib/result/style/css.js +5 -0
  1020. package/antd/lib/result/style/index.css +68 -0
  1021. package/antd/lib/result/style/index.d.ts +2 -0
  1022. package/antd/lib/result/style/index.js +5 -0
  1023. package/antd/lib/result/style/index.less +74 -0
  1024. package/antd/lib/result/style/rtl.less +25 -0
  1025. package/antd/lib/row/style/css.js +5 -0
  1026. package/antd/lib/row/style/index.d.ts +2 -0
  1027. package/antd/lib/row/style/index.js +5 -0
  1028. package/antd/lib/select/style/css.js +7 -0
  1029. package/antd/lib/select/style/index.css +707 -0
  1030. package/antd/lib/select/style/index.d.ts +3 -0
  1031. package/antd/lib/select/style/index.js +7 -0
  1032. package/antd/lib/select/style/index.less +294 -0
  1033. package/antd/lib/select/style/multiple.less +194 -0
  1034. package/antd/lib/select/style/rtl.less +186 -0
  1035. package/antd/lib/select/style/single.less +180 -0
  1036. package/antd/lib/skeleton/style/css.js +5 -0
  1037. package/antd/lib/skeleton/style/index.css +284 -0
  1038. package/antd/lib/skeleton/style/index.d.ts +2 -0
  1039. package/antd/lib/skeleton/style/index.js +5 -0
  1040. package/antd/lib/skeleton/style/index.less +265 -0
  1041. package/antd/lib/skeleton/style/rtl.less +47 -0
  1042. package/antd/lib/slider/style/css.js +7 -0
  1043. package/antd/lib/slider/style/index.css +223 -0
  1044. package/antd/lib/slider/style/index.d.ts +3 -0
  1045. package/antd/lib/slider/style/index.js +7 -0
  1046. package/antd/lib/slider/style/index.less +206 -0
  1047. package/antd/lib/slider/style/rtl.less +70 -0
  1048. package/antd/lib/space/style/css.js +5 -0
  1049. package/antd/lib/space/style/index.css +38 -0
  1050. package/antd/lib/space/style/index.d.ts +2 -0
  1051. package/antd/lib/space/style/index.js +5 -0
  1052. package/antd/lib/space/style/index.less +28 -0
  1053. package/antd/lib/space/style/rtl.less +10 -0
  1054. package/antd/lib/spin/style/css.js +5 -0
  1055. package/antd/lib/spin/style/index.css +235 -0
  1056. package/antd/lib/spin/style/index.d.ts +2 -0
  1057. package/antd/lib/spin/style/index.js +5 -0
  1058. package/antd/lib/spin/style/index.less +216 -0
  1059. package/antd/lib/spin/style/rtl.less +25 -0
  1060. package/antd/lib/statistic/style/css.js +5 -0
  1061. package/antd/lib/statistic/style/index.css +56 -0
  1062. package/antd/lib/statistic/style/index.d.ts +2 -0
  1063. package/antd/lib/statistic/style/index.js +5 -0
  1064. package/antd/lib/statistic/style/index.less +44 -0
  1065. package/antd/lib/statistic/style/rtl.less +26 -0
  1066. package/antd/lib/steps/style/css.js +7 -0
  1067. package/antd/lib/steps/style/custom-icon.less +32 -0
  1068. package/antd/lib/steps/style/index.css +812 -0
  1069. package/antd/lib/steps/style/index.d.ts +3 -0
  1070. package/antd/lib/steps/style/index.js +7 -0
  1071. package/antd/lib/steps/style/index.less +246 -0
  1072. package/antd/lib/steps/style/label-placement.less +39 -0
  1073. package/antd/lib/steps/style/nav.less +124 -0
  1074. package/antd/lib/steps/style/progress-dot.less +79 -0
  1075. package/antd/lib/steps/style/progress.less +21 -0
  1076. package/antd/lib/steps/style/rtl.less +249 -0
  1077. package/antd/lib/steps/style/small.less +47 -0
  1078. package/antd/lib/steps/style/vertical.less +77 -0
  1079. package/antd/lib/style/css.js +3 -0
  1080. package/antd/lib/style/index.d.ts +1 -0
  1081. package/antd/lib/style/index.js +3 -0
  1082. package/antd/lib/switch/style/css.js +5 -0
  1083. package/antd/lib/switch/style/index.css +166 -0
  1084. package/antd/lib/switch/style/index.d.ts +2 -0
  1085. package/antd/lib/switch/style/index.js +5 -0
  1086. package/antd/lib/switch/style/index.less +153 -0
  1087. package/antd/lib/switch/style/rtl.less +50 -0
  1088. package/antd/lib/table/style/bordered.less +122 -0
  1089. package/antd/lib/table/style/css.js +21 -0
  1090. package/antd/lib/table/style/index.css +806 -0
  1091. package/antd/lib/table/style/index.d.ts +10 -0
  1092. package/antd/lib/table/style/index.js +21 -0
  1093. package/antd/lib/table/style/index.less +616 -0
  1094. package/antd/lib/table/style/radius.less +45 -0
  1095. package/antd/lib/table/style/rtl.less +180 -0
  1096. package/antd/lib/table/style/size.less +68 -0
  1097. package/antd/lib/tabs/style/card.less +97 -0
  1098. package/antd/lib/tabs/style/css.js +5 -0
  1099. package/antd/lib/tabs/style/dropdown.less +60 -0
  1100. package/antd/lib/tabs/style/index.css +664 -0
  1101. package/antd/lib/tabs/style/index.d.ts +2 -0
  1102. package/antd/lib/tabs/style/index.js +5 -0
  1103. package/antd/lib/tabs/style/index.less +224 -0
  1104. package/antd/lib/tabs/style/position.less +195 -0
  1105. package/antd/lib/tabs/style/rtl.less +73 -0
  1106. package/antd/lib/tabs/style/size.less +41 -0
  1107. package/antd/lib/tag/style/css.js +5 -0
  1108. package/antd/lib/tag/style/index.css +256 -0
  1109. package/antd/lib/tag/style/index.d.ts +2 -0
  1110. package/antd/lib/tag/style/index.js +5 -0
  1111. package/antd/lib/tag/style/index.less +130 -0
  1112. package/antd/lib/tag/style/rtl.less +28 -0
  1113. package/antd/lib/time-picker/style/css.js +7 -0
  1114. package/antd/lib/time-picker/style/index.css +4 -0
  1115. package/antd/lib/time-picker/style/index.d.ts +3 -0
  1116. package/antd/lib/time-picker/style/index.js +7 -0
  1117. package/antd/lib/time-picker/style/index.less +3 -0
  1118. package/antd/lib/timeline/style/css.js +5 -0
  1119. package/antd/lib/timeline/style/index.css +240 -0
  1120. package/antd/lib/timeline/style/index.d.ts +2 -0
  1121. package/antd/lib/timeline/style/index.js +5 -0
  1122. package/antd/lib/timeline/style/index.less +186 -0
  1123. package/antd/lib/timeline/style/rtl.less +135 -0
  1124. package/antd/lib/tooltip/style/css.js +5 -0
  1125. package/antd/lib/tooltip/style/index.css +261 -0
  1126. package/antd/lib/tooltip/style/index.d.ts +2 -0
  1127. package/antd/lib/tooltip/style/index.js +5 -0
  1128. package/antd/lib/tooltip/style/index.less +206 -0
  1129. package/antd/lib/tooltip/style/rtl.less +14 -0
  1130. package/antd/lib/transfer/style/css.js +19 -0
  1131. package/antd/lib/transfer/style/customize.less +45 -0
  1132. package/antd/lib/transfer/style/index.css +346 -0
  1133. package/antd/lib/transfer/style/index.d.ts +9 -0
  1134. package/antd/lib/transfer/style/index.js +19 -0
  1135. package/antd/lib/transfer/style/index.less +237 -0
  1136. package/antd/lib/transfer/style/rtl.less +63 -0
  1137. package/antd/lib/tree/style/css.js +5 -0
  1138. package/antd/lib/tree/style/directory.less +72 -0
  1139. package/antd/lib/tree/style/index.css +508 -0
  1140. package/antd/lib/tree/style/index.d.ts +2 -0
  1141. package/antd/lib/tree/style/index.js +5 -0
  1142. package/antd/lib/tree/style/index.less +14 -0
  1143. package/antd/lib/tree/style/mixin.less +264 -0
  1144. package/antd/lib/tree/style/rtl.less +64 -0
  1145. package/antd/lib/tree-select/style/css.js +9 -0
  1146. package/antd/lib/tree-select/style/index.css +463 -0
  1147. package/antd/lib/tree-select/style/index.d.ts +4 -0
  1148. package/antd/lib/tree-select/style/index.js +9 -0
  1149. package/antd/lib/tree-select/style/index.less +55 -0
  1150. package/antd/lib/typography/style/css.js +9 -0
  1151. package/antd/lib/typography/style/index.css +277 -0
  1152. package/antd/lib/typography/style/index.d.ts +4 -0
  1153. package/antd/lib/typography/style/index.js +9 -0
  1154. package/antd/lib/typography/style/index.less +225 -0
  1155. package/antd/lib/typography/style/rtl.less +54 -0
  1156. package/antd/lib/upload/style/css.js +11 -0
  1157. package/antd/lib/upload/style/index.css +694 -0
  1158. package/antd/lib/upload/style/index.d.ts +5 -0
  1159. package/antd/lib/upload/style/index.js +11 -0
  1160. package/antd/lib/upload/style/index.less +590 -0
  1161. package/antd/lib/upload/style/rtl.less +188 -0
  1162. package/antd/lib/version/style/css.js +3 -0
  1163. package/antd/lib/version/style/index.d.ts +1 -0
  1164. package/antd/lib/version/style/index.js +3 -0
  1165. package/dist/components.css +268 -268
  1166. package/dist/esm/stats1.html +1 -1
  1167. package/dist/style.css +986 -986
  1168. package/dist/umd/stats1.html +1 -1
  1169. package/package.json +15 -10
  1170. /package/{dist/antd → antd}/dist/antd.less +0 -0
  1171. /package/{dist/antd/lib → antd/es/config-provider}/style/index.d.ts +0 -0
  1172. /package/{dist/antd → antd}/es/locale/ar_EG.d.ts +0 -0
  1173. /package/{dist/antd → antd}/es/locale/ar_EG.js +0 -0
  1174. /package/{dist/antd → antd}/es/locale/az_AZ.d.ts +0 -0
  1175. /package/{dist/antd → antd}/es/locale/az_AZ.js +0 -0
  1176. /package/{dist/antd → antd}/es/locale/bg_BG.d.ts +0 -0
  1177. /package/{dist/antd → antd}/es/locale/bg_BG.js +0 -0
  1178. /package/{dist/antd → antd}/es/locale/ca_ES.d.ts +0 -0
  1179. /package/{dist/antd → antd}/es/locale/ca_ES.js +0 -0
  1180. /package/{dist/antd → antd}/es/locale/cs_CZ.d.ts +0 -0
  1181. /package/{dist/antd → antd}/es/locale/cs_CZ.js +0 -0
  1182. /package/{dist/antd → antd}/es/locale/da_DK.d.ts +0 -0
  1183. /package/{dist/antd → antd}/es/locale/da_DK.js +0 -0
  1184. /package/{dist/antd → antd}/es/locale/de_DE.d.ts +0 -0
  1185. /package/{dist/antd → antd}/es/locale/de_DE.js +0 -0
  1186. /package/{dist/antd → antd}/es/locale/default.d.ts +0 -0
  1187. /package/{dist/antd → antd}/es/locale/default.js +0 -0
  1188. /package/{dist/antd → antd}/es/locale/el_GR.d.ts +0 -0
  1189. /package/{dist/antd → antd}/es/locale/el_GR.js +0 -0
  1190. /package/{dist/antd → antd}/es/locale/en_GB.d.ts +0 -0
  1191. /package/{dist/antd → antd}/es/locale/en_GB.js +0 -0
  1192. /package/{dist/antd → antd}/es/locale/en_US.d.ts +0 -0
  1193. /package/{dist/antd → antd}/es/locale/en_US.js +0 -0
  1194. /package/{dist/antd → antd}/es/locale/es_ES.d.ts +0 -0
  1195. /package/{dist/antd → antd}/es/locale/es_ES.js +0 -0
  1196. /package/{dist/antd → antd}/es/locale/et_EE.d.ts +0 -0
  1197. /package/{dist/antd → antd}/es/locale/et_EE.js +0 -0
  1198. /package/{dist/antd → antd}/es/locale/fa_IR.d.ts +0 -0
  1199. /package/{dist/antd → antd}/es/locale/fa_IR.js +0 -0
  1200. /package/{dist/antd → antd}/es/locale/fi_FI.d.ts +0 -0
  1201. /package/{dist/antd → antd}/es/locale/fi_FI.js +0 -0
  1202. /package/{dist/antd → antd}/es/locale/fr_BE.d.ts +0 -0
  1203. /package/{dist/antd → antd}/es/locale/fr_BE.js +0 -0
  1204. /package/{dist/antd → antd}/es/locale/fr_FR.d.ts +0 -0
  1205. /package/{dist/antd → antd}/es/locale/fr_FR.js +0 -0
  1206. /package/{dist/antd → antd}/es/locale/ga_IE.d.ts +0 -0
  1207. /package/{dist/antd → antd}/es/locale/ga_IE.js +0 -0
  1208. /package/{dist/antd → antd}/es/locale/he_IL.d.ts +0 -0
  1209. /package/{dist/antd → antd}/es/locale/he_IL.js +0 -0
  1210. /package/{dist/antd → antd}/es/locale/hi_IN.d.ts +0 -0
  1211. /package/{dist/antd → antd}/es/locale/hi_IN.js +0 -0
  1212. /package/{dist/antd → antd}/es/locale/hr_HR.d.ts +0 -0
  1213. /package/{dist/antd → antd}/es/locale/hr_HR.js +0 -0
  1214. /package/{dist/antd → antd}/es/locale/hu_HU.d.ts +0 -0
  1215. /package/{dist/antd → antd}/es/locale/hu_HU.js +0 -0
  1216. /package/{dist/antd → antd}/es/locale/hy_AM.d.ts +0 -0
  1217. /package/{dist/antd → antd}/es/locale/hy_AM.js +0 -0
  1218. /package/{dist/antd → antd}/es/locale/id_ID.d.ts +0 -0
  1219. /package/{dist/antd → antd}/es/locale/id_ID.js +0 -0
  1220. /package/{dist/antd → antd}/es/locale/is_IS.d.ts +0 -0
  1221. /package/{dist/antd → antd}/es/locale/is_IS.js +0 -0
  1222. /package/{dist/antd → antd}/es/locale/it_IT.d.ts +0 -0
  1223. /package/{dist/antd → antd}/es/locale/it_IT.js +0 -0
  1224. /package/{dist/antd → antd}/es/locale/ja_JP.d.ts +0 -0
  1225. /package/{dist/antd → antd}/es/locale/ja_JP.js +0 -0
  1226. /package/{dist/antd → antd}/es/locale/kn_IN.d.ts +0 -0
  1227. /package/{dist/antd → antd}/es/locale/kn_IN.js +0 -0
  1228. /package/{dist/antd → antd}/es/locale/ko_KR.d.ts +0 -0
  1229. /package/{dist/antd → antd}/es/locale/ko_KR.js +0 -0
  1230. /package/{dist/antd → antd}/es/locale/ku_IQ.d.ts +0 -0
  1231. /package/{dist/antd → antd}/es/locale/ku_IQ.js +0 -0
  1232. /package/{dist/antd → antd}/es/locale/lv_LV.d.ts +0 -0
  1233. /package/{dist/antd → antd}/es/locale/lv_LV.js +0 -0
  1234. /package/{dist/antd → antd}/es/locale/mk_MK.d.ts +0 -0
  1235. /package/{dist/antd → antd}/es/locale/mk_MK.js +0 -0
  1236. /package/{dist/antd → antd}/es/locale/mn_MN.d.ts +0 -0
  1237. /package/{dist/antd → antd}/es/locale/mn_MN.js +0 -0
  1238. /package/{dist/antd → antd}/es/locale/ms_MY.d.ts +0 -0
  1239. /package/{dist/antd → antd}/es/locale/ms_MY.js +0 -0
  1240. /package/{dist/antd → antd}/es/locale/nb_NO.d.ts +0 -0
  1241. /package/{dist/antd → antd}/es/locale/nb_NO.js +0 -0
  1242. /package/{dist/antd → antd}/es/locale/ne_NP.d.ts +0 -0
  1243. /package/{dist/antd → antd}/es/locale/ne_NP.js +0 -0
  1244. /package/{dist/antd → antd}/es/locale/nl_BE.d.ts +0 -0
  1245. /package/{dist/antd → antd}/es/locale/nl_BE.js +0 -0
  1246. /package/{dist/antd → antd}/es/locale/nl_NL.d.ts +0 -0
  1247. /package/{dist/antd → antd}/es/locale/nl_NL.js +0 -0
  1248. /package/{dist/antd → antd}/es/locale/pl_PL.d.ts +0 -0
  1249. /package/{dist/antd → antd}/es/locale/pl_PL.js +0 -0
  1250. /package/{dist/antd → antd}/es/locale/pt_BR.d.ts +0 -0
  1251. /package/{dist/antd → antd}/es/locale/pt_BR.js +0 -0
  1252. /package/{dist/antd → antd}/es/locale/pt_PT.d.ts +0 -0
  1253. /package/{dist/antd → antd}/es/locale/pt_PT.js +0 -0
  1254. /package/{dist/antd → antd}/es/locale/ro_RO.d.ts +0 -0
  1255. /package/{dist/antd → antd}/es/locale/ro_RO.js +0 -0
  1256. /package/{dist/antd → antd}/es/locale/ru_RU.d.ts +0 -0
  1257. /package/{dist/antd → antd}/es/locale/ru_RU.js +0 -0
  1258. /package/{dist/antd → antd}/es/locale/sk_SK.d.ts +0 -0
  1259. /package/{dist/antd → antd}/es/locale/sk_SK.js +0 -0
  1260. /package/{dist/antd → antd}/es/locale/sl_SI.d.ts +0 -0
  1261. /package/{dist/antd → antd}/es/locale/sl_SI.js +0 -0
  1262. /package/{dist/antd → antd}/es/locale/sr_RS.d.ts +0 -0
  1263. /package/{dist/antd → antd}/es/locale/sr_RS.js +0 -0
  1264. /package/{dist/antd → antd}/es/locale/sv_SE.d.ts +0 -0
  1265. /package/{dist/antd → antd}/es/locale/sv_SE.js +0 -0
  1266. /package/{dist/antd → antd}/es/locale/ta_IN.d.ts +0 -0
  1267. /package/{dist/antd → antd}/es/locale/ta_IN.js +0 -0
  1268. /package/{dist/antd → antd}/es/locale/th_TH.d.ts +0 -0
  1269. /package/{dist/antd → antd}/es/locale/th_TH.js +0 -0
  1270. /package/{dist/antd → antd}/es/locale/tr_TR.d.ts +0 -0
  1271. /package/{dist/antd → antd}/es/locale/tr_TR.js +0 -0
  1272. /package/{dist/antd → antd}/es/locale/uk_UA.d.ts +0 -0
  1273. /package/{dist/antd → antd}/es/locale/uk_UA.js +0 -0
  1274. /package/{dist/antd → antd}/es/locale/vi_VN.d.ts +0 -0
  1275. /package/{dist/antd → antd}/es/locale/vi_VN.js +0 -0
  1276. /package/{dist/antd → antd}/es/locale/zh_CN.d.ts +0 -0
  1277. /package/{dist/antd → antd}/es/locale/zh_CN.js +0 -0
  1278. /package/{dist/antd → antd}/es/locale/zh_HK.d.ts +0 -0
  1279. /package/{dist/antd → antd}/es/locale/zh_HK.js +0 -0
  1280. /package/{dist/antd → antd}/es/locale/zh_TW.d.ts +0 -0
  1281. /package/{dist/antd → antd}/es/locale/zh_TW.js +0 -0
  1282. /package/{dist/antd/lib → antd/lib/config-provider}/style/css.js +0 -0
  1283. /package/{dist/antd/lib → antd/lib/config-provider}/style/index.js +0 -0
  1284. /package/{dist/antd → antd}/lib/style/color/bezierEasing.less +0 -0
  1285. /package/{dist/antd → antd}/lib/style/color/colorPalette.less +0 -0
  1286. /package/{dist/antd → antd}/lib/style/color/colors.less +0 -0
  1287. /package/{dist/antd → antd}/lib/style/color/tinyColor.less +0 -0
  1288. /package/{dist/antd → antd}/lib/style/compact.less +0 -0
  1289. /package/{dist/antd → antd}/lib/style/components.less +0 -0
  1290. /package/{dist/antd → antd}/lib/style/core/base.less +0 -0
  1291. /package/{dist/antd → antd}/lib/style/core/global.less +0 -0
  1292. /package/{dist/antd → antd}/lib/style/core/iconfont.less +0 -0
  1293. /package/{dist/antd → antd}/lib/style/core/index.less +0 -0
  1294. /package/{dist/antd → antd}/lib/style/core/motion/fade.less +0 -0
  1295. /package/{dist/antd → antd}/lib/style/core/motion/move.less +0 -0
  1296. /package/{dist/antd → antd}/lib/style/core/motion/other.less +0 -0
  1297. /package/{dist/antd → antd}/lib/style/core/motion/slide.less +0 -0
  1298. /package/{dist/antd → antd}/lib/style/core/motion/zoom.less +0 -0
  1299. /package/{dist/antd → antd}/lib/style/core/motion.less +0 -0
  1300. /package/{dist/antd → antd}/lib/style/dark.less +0 -0
  1301. /package/{dist/antd → antd}/lib/style/index.css +0 -0
  1302. /package/{dist/antd → antd}/lib/style/index.less +0 -0
  1303. /package/{dist/antd → antd}/lib/style/mixins/clearfix.less +0 -0
  1304. /package/{dist/antd → antd}/lib/style/mixins/compatibility.less +0 -0
  1305. /package/{dist/antd → antd}/lib/style/mixins/customize.less +0 -0
  1306. /package/{dist/antd → antd}/lib/style/mixins/iconfont.less +0 -0
  1307. /package/{dist/antd → antd}/lib/style/mixins/index.less +0 -0
  1308. /package/{dist/antd → antd}/lib/style/mixins/motion.less +0 -0
  1309. /package/{dist/antd → antd}/lib/style/mixins/operation-unit.less +0 -0
  1310. /package/{dist/antd → antd}/lib/style/mixins/reset.less +0 -0
  1311. /package/{dist/antd → antd}/lib/style/mixins/size.less +0 -0
  1312. /package/{dist/antd → antd}/lib/style/mixins/typography.less +0 -0
  1313. /package/{dist/antd → antd}/lib/style/themes/compact.less +0 -0
  1314. /package/{dist/antd → antd}/lib/style/themes/dark.less +0 -0
  1315. /package/{dist/antd → antd}/lib/style/themes/default.less +0 -0
  1316. /package/{dist/antd → antd}/lib/style/themes/index.less +0 -0
package/dist/style.css CHANGED
@@ -1597,6 +1597,19 @@ body {
1597
1597
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1598
1598
  }
1599
1599
  }
1600
+ .iap75of {
1601
+ height: 18px;
1602
+ line-height: 18px;
1603
+ padding: 0 4px;
1604
+ border-radius: 4px;
1605
+ background: rgba(235, 239, 245, 0.6);
1606
+ border: 1px solid rgba(223, 228, 235, 0.6);
1607
+ display: flex;
1608
+ align-items: center;
1609
+ white-space: nowrap;
1610
+ margin-right: 4px;
1611
+ }
1612
+
1600
1613
  .buj61ew.ant-btn {
1601
1614
  height: 32px;
1602
1615
  border-radius: 6px;
@@ -1907,227 +1920,6 @@ body {
1907
1920
  animation: rotate 680ms linear infinite;
1908
1921
  }
1909
1922
 
1910
- .iap75of {
1911
- height: 18px;
1912
- line-height: 18px;
1913
- padding: 0 4px;
1914
- border-radius: 4px;
1915
- background: rgba(235, 239, 245, 0.6);
1916
- border: 1px solid rgba(223, 228, 235, 0.6);
1917
- display: flex;
1918
- align-items: center;
1919
- white-space: nowrap;
1920
- margin-right: 4px;
1921
- }
1922
-
1923
- .obf05yr {
1924
- display: inline-block;
1925
- }
1926
-
1927
- .hsms1n6 {
1928
- visibility: hidden;
1929
- position: absolute;
1930
- }
1931
-
1932
- .p12gwtiw {
1933
- display: flex;
1934
- justify-content: space-between;
1935
- align-items: center;
1936
- padding: 10px 0;
1937
- color: rgba(44, 56, 82, 0.6);
1938
- font-size: 12px;
1939
- line-height: 24px;
1940
- }
1941
- .p12gwtiw .pagination-left {
1942
- padding: 2px 8px;
1943
- }
1944
- .p12gwtiw .dropdown-trigger {
1945
- display: flex;
1946
- align-items: center;
1947
- border-radius: 6px;
1948
- cursor: pointer;
1949
- transition: all 0.3s ease;
1950
- }
1951
- .p12gwtiw .dropdown-trigger:hover {
1952
- background: rgba(211, 218, 235, 0.6);
1953
- color: #0080ff;
1954
- }
1955
- .p12gwtiw .dropdown-trigger .icon-inner {
1956
- margin-left: 4px;
1957
- }
1958
- .p12gwtiw .pagination-right {
1959
- display: flex;
1960
- align-items: center;
1961
- color: #0080ff;
1962
- font-weight: bold;
1963
- }
1964
- .p12gwtiw .pagination-right .icon-inner {
1965
- margin-left: 4px;
1966
- }
1967
- .p12gwtiw .pagination-right .prev-btn,
1968
- .p12gwtiw .pagination-right .next-btn {
1969
- padding: 0 8px;
1970
- }
1971
- .p12gwtiw .pagination-right .prev-btn > span,
1972
- .p12gwtiw .pagination-right .next-btn > span {
1973
- color: #0080ff;
1974
- }
1975
- .p12gwtiw .pagination-right .next-btn .icon-inner {
1976
- transform: rotate(180deg);
1977
- }
1978
-
1979
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
1980
- max-height: calc(100vh - 128px);
1981
- overflow-y: auto;
1982
- }
1983
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
1984
- padding: 4px 20px;
1985
- font-size: 12px;
1986
- line-height: 18px;
1987
- }
1988
-
1989
- .rxbeqvl.ant-radio-wrapper {
1990
- display: inline-flex;
1991
- align-items: baseline;
1992
- white-space: pre-wrap;
1993
- }
1994
- .rxbeqvl.ant-radio-wrapper .ant-radio {
1995
- position: relative;
1996
- top: 3px;
1997
- }
1998
- .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
1999
- border-color: rgba(107, 128, 167, 0.6);
2000
- }
2001
- .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2002
- border-color: #0080ff;
2003
- }
2004
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2005
- border-color: #0080ff;
2006
- background: #0080ff;
2007
- }
2008
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2009
- top: 4px;
2010
- left: 4px;
2011
- width: 6px;
2012
- height: 6px;
2013
- background: #fff;
2014
- }
2015
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2016
- opacity: 0.5;
2017
- }
2018
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2019
- border-color: rgba(107, 128, 167, 0.6);
2020
- background: rgba(211, 218, 235, 0.6);
2021
- }
2022
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2023
- background: #00122e;
2024
- }
2025
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2026
- color: #00122e;
2027
- opacity: 0.5;
2028
- }
2029
- .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2030
- color: #00122e;
2031
- }
2032
- .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2033
- display: inline-block;
2034
- padding: 0;
2035
- padding-left: 12px;
2036
- }
2037
- .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2038
- margin-bottom: 0;
2039
- white-space: pre-wrap;
2040
- color: rgba(44, 56, 82, 0.6);
2041
- }
2042
- .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2043
- padding-left: 8px;
2044
- }
2045
-
2046
- .r5ie79y .ant-radio-button-wrapper:first-child {
2047
- border-radius: 5px 0 0 5px;
2048
- }
2049
- .r5ie79y .ant-radio-button-wrapper:last-child {
2050
- border-radius: 0 5px 5px 0;
2051
- }
2052
-
2053
- .r1f0aqcc {
2054
- color: #00122e;
2055
- border-color: #ccd4e3;
2056
- }
2057
- .r1f0aqcc:first-child {
2058
- color: #00122e;
2059
- border-color: #a3b4cc;
2060
- }
2061
- .r1f0aqcc.ant-radio-button-wrapper {
2062
- padding: 0 12px;
2063
- line-height: 32px;
2064
- height: 32px;
2065
- }
2066
- .r1f0aqcc.ant-radio-button-wrapper > span + span {
2067
- white-space: nowrap;
2068
- }
2069
- .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2070
- background: #ccd4e3;
2071
- }
2072
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2073
- background: #0080ff;
2074
- }
2075
- .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2076
- background: #ccd4e3;
2077
- opacity: 0.5;
2078
- }
2079
- .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2080
- border-right-color: #0080ff;
2081
- }
2082
- .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2083
- border-color: #0080ff;
2084
- }
2085
- .r1f0aqcc.ant-radio-button-wrapper-checked {
2086
- background: rgba(0, 136, 255, 0.1);
2087
- }
2088
- .r1f0aqcc.ant-radio-button-wrapper-disabled {
2089
- background: rgba(211, 218, 235, 0.6);
2090
- border-color: #ccd4e3;
2091
- opacity: 0.5;
2092
- }
2093
- .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2094
- color: #00122e;
2095
- border-color: #ccd4e3;
2096
- }
2097
- .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2098
- color: #00122e;
2099
- border-color: #ccd4e3;
2100
- background: rgba(172, 186, 211, 0.6);
2101
- }
2102
- .r1f0aqcc .ant-radio-button-input {
2103
- margin-right: 8px;
2104
- display: inline;
2105
- border: none;
2106
- padding: 0;
2107
- width: 36px;
2108
- background: transparent;
2109
- }
2110
- .r1f0aqcc .ant-radio-button-input:focus {
2111
- box-shadow: none;
2112
- }
2113
- .r1f0aqcc .ant-radio-button-input.ant-input-number {
2114
- margin-right: 0;
2115
- width: initial;
2116
- box-shadow: none;
2117
- }
2118
- .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2119
- display: none;
2120
- }
2121
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2122
- display: inline;
2123
- }
2124
- .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2125
- display: inline;
2126
- margin-right: 8px;
2127
- padding: 0;
2128
- width: 36px;
2129
- }
2130
-
2131
1923
  .cz04yix {
2132
1924
  display: flex;
2133
1925
  flex-direction: column;
@@ -2848,20 +2640,228 @@ input.rrg1fkn.ant-input {
2848
2640
  margin-left: 5px;
2849
2641
  }
2850
2642
 
2851
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2852
- flex-direction: row;
2853
- justify-content: stretch;
2854
- }
2855
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2856
- padding: 0;
2857
- margin-right: 4px;
2858
- flex: 1;
2859
- overflow: visible;
2643
+ .p12gwtiw {
2644
+ display: flex;
2645
+ justify-content: space-between;
2646
+ align-items: center;
2647
+ padding: 10px 0;
2648
+ color: rgba(44, 56, 82, 0.6);
2649
+ font-size: 12px;
2650
+ line-height: 24px;
2860
2651
  }
2861
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2862
- display: none;
2652
+ .p12gwtiw .pagination-left {
2653
+ padding: 2px 8px;
2863
2654
  }
2864
- .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2655
+ .p12gwtiw .dropdown-trigger {
2656
+ display: flex;
2657
+ align-items: center;
2658
+ border-radius: 6px;
2659
+ cursor: pointer;
2660
+ transition: all 0.3s ease;
2661
+ }
2662
+ .p12gwtiw .dropdown-trigger:hover {
2663
+ background: rgba(211, 218, 235, 0.6);
2664
+ color: #0080ff;
2665
+ }
2666
+ .p12gwtiw .dropdown-trigger .icon-inner {
2667
+ margin-left: 4px;
2668
+ }
2669
+ .p12gwtiw .pagination-right {
2670
+ display: flex;
2671
+ align-items: center;
2672
+ color: #0080ff;
2673
+ font-weight: bold;
2674
+ }
2675
+ .p12gwtiw .pagination-right .icon-inner {
2676
+ margin-left: 4px;
2677
+ }
2678
+ .p12gwtiw .pagination-right .prev-btn,
2679
+ .p12gwtiw .pagination-right .next-btn {
2680
+ padding: 0 8px;
2681
+ }
2682
+ .p12gwtiw .pagination-right .prev-btn > span,
2683
+ .p12gwtiw .pagination-right .next-btn > span {
2684
+ color: #0080ff;
2685
+ }
2686
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
2687
+ transform: rotate(180deg);
2688
+ }
2689
+
2690
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2691
+ max-height: calc(100vh - 128px);
2692
+ overflow-y: auto;
2693
+ }
2694
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2695
+ padding: 4px 20px;
2696
+ font-size: 12px;
2697
+ line-height: 18px;
2698
+ }
2699
+
2700
+ .obf05yr {
2701
+ display: inline-block;
2702
+ }
2703
+
2704
+ .hsms1n6 {
2705
+ visibility: hidden;
2706
+ position: absolute;
2707
+ }
2708
+
2709
+ .rxbeqvl.ant-radio-wrapper {
2710
+ display: inline-flex;
2711
+ align-items: baseline;
2712
+ white-space: pre-wrap;
2713
+ }
2714
+ .rxbeqvl.ant-radio-wrapper .ant-radio {
2715
+ position: relative;
2716
+ top: 3px;
2717
+ }
2718
+ .rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
2719
+ border-color: rgba(107, 128, 167, 0.6);
2720
+ }
2721
+ .rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
2722
+ border-color: #0080ff;
2723
+ }
2724
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
2725
+ border-color: #0080ff;
2726
+ background: #0080ff;
2727
+ }
2728
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
2729
+ top: 4px;
2730
+ left: 4px;
2731
+ width: 6px;
2732
+ height: 6px;
2733
+ background: #fff;
2734
+ }
2735
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
2736
+ opacity: 0.5;
2737
+ }
2738
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
2739
+ border-color: rgba(107, 128, 167, 0.6);
2740
+ background: rgba(211, 218, 235, 0.6);
2741
+ }
2742
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
2743
+ background: #00122e;
2744
+ }
2745
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
2746
+ color: #00122e;
2747
+ opacity: 0.5;
2748
+ }
2749
+ .rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
2750
+ color: #00122e;
2751
+ }
2752
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span {
2753
+ display: inline-block;
2754
+ padding: 0;
2755
+ padding-left: 12px;
2756
+ }
2757
+ .rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
2758
+ margin-bottom: 0;
2759
+ white-space: pre-wrap;
2760
+ color: rgba(44, 56, 82, 0.6);
2761
+ }
2762
+ .rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
2763
+ padding-left: 8px;
2764
+ }
2765
+
2766
+ .r5ie79y .ant-radio-button-wrapper:first-child {
2767
+ border-radius: 5px 0 0 5px;
2768
+ }
2769
+ .r5ie79y .ant-radio-button-wrapper:last-child {
2770
+ border-radius: 0 5px 5px 0;
2771
+ }
2772
+
2773
+ .r1f0aqcc {
2774
+ color: #00122e;
2775
+ border-color: #ccd4e3;
2776
+ }
2777
+ .r1f0aqcc:first-child {
2778
+ color: #00122e;
2779
+ border-color: #a3b4cc;
2780
+ }
2781
+ .r1f0aqcc.ant-radio-button-wrapper {
2782
+ padding: 0 12px;
2783
+ line-height: 32px;
2784
+ height: 32px;
2785
+ }
2786
+ .r1f0aqcc.ant-radio-button-wrapper > span + span {
2787
+ white-space: nowrap;
2788
+ }
2789
+ .r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
2790
+ background: #ccd4e3;
2791
+ }
2792
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
2793
+ background: #0080ff;
2794
+ }
2795
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
2796
+ background: #ccd4e3;
2797
+ opacity: 0.5;
2798
+ }
2799
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
2800
+ border-right-color: #0080ff;
2801
+ }
2802
+ .r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
2803
+ border-color: #0080ff;
2804
+ }
2805
+ .r1f0aqcc.ant-radio-button-wrapper-checked {
2806
+ background: rgba(0, 136, 255, 0.1);
2807
+ }
2808
+ .r1f0aqcc.ant-radio-button-wrapper-disabled {
2809
+ background: rgba(211, 218, 235, 0.6);
2810
+ border-color: #ccd4e3;
2811
+ opacity: 0.5;
2812
+ }
2813
+ .r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
2814
+ color: #00122e;
2815
+ border-color: #ccd4e3;
2816
+ }
2817
+ .r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
2818
+ color: #00122e;
2819
+ border-color: #ccd4e3;
2820
+ background: rgba(172, 186, 211, 0.6);
2821
+ }
2822
+ .r1f0aqcc .ant-radio-button-input {
2823
+ margin-right: 8px;
2824
+ display: inline;
2825
+ border: none;
2826
+ padding: 0;
2827
+ width: 36px;
2828
+ background: transparent;
2829
+ }
2830
+ .r1f0aqcc .ant-radio-button-input:focus {
2831
+ box-shadow: none;
2832
+ }
2833
+ .r1f0aqcc .ant-radio-button-input.ant-input-number {
2834
+ margin-right: 0;
2835
+ width: initial;
2836
+ box-shadow: none;
2837
+ }
2838
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
2839
+ display: none;
2840
+ }
2841
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
2842
+ display: inline;
2843
+ }
2844
+ .r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
2845
+ display: inline;
2846
+ margin-right: 8px;
2847
+ padding: 0;
2848
+ width: 36px;
2849
+ }
2850
+
2851
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2852
+ flex-direction: row;
2853
+ justify-content: stretch;
2854
+ }
2855
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
2856
+ padding: 0;
2857
+ margin-right: 4px;
2858
+ flex: 1;
2859
+ overflow: visible;
2860
+ }
2861
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-tail, .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
2862
+ display: none;
2863
+ }
2864
+ .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item .ant-steps-item-content {
2865
2865
  width: 100%;
2866
2866
  min-height: unset;
2867
2867
  }
@@ -2931,927 +2931,927 @@ input.rrg1fkn.ant-input {
2931
2931
  padding: 0;
2932
2932
  }
2933
2933
 
2934
- .t1upn1sz {
2935
- height: 100%;
2934
+ .i1e4sgug {
2935
+ display: inline-block;
2936
2936
  }
2937
2937
 
2938
- .tta5kd2 {
2939
- height: 100%;
2940
- }
2941
- .tta5kd2.empty-table .ant-table-content {
2942
- overflow: visible !important;
2943
- height: 100%;
2944
- }
2945
- .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
2946
- height: 100%;
2938
+ .s1fc623g {
2939
+ width: 430px !important;
2947
2940
  }
2948
- .tta5kd2.empty-table .ant-table-content table {
2949
- width: 100% !important;
2950
- height: 100%;
2941
+
2942
+ .da3mx0o .ant-select-item-group {
2943
+ padding: 8px 16px;
2944
+ line-height: 18px;
2945
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
2946
+ height: 34px;
2947
+ min-height: 34px;
2948
+ box-sizing: border-box;
2949
+ margin-top: 8px;
2951
2950
  }
2952
- .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
2953
- padding: 15px 0;
2951
+
2952
+ .onr9gzt {
2953
+ display: flex;
2954
+ flex-direction: column;
2955
+ margin: 1px 8px;
2956
+ padding: 8px;
2957
+ border-radius: 4px;
2954
2958
  }
2955
- .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
2959
+ .onr9gzt .selected-icon {
2956
2960
  display: none;
2957
2961
  }
2958
- .tta5kd2 .active-row td:nth-child(1) {
2959
- font-weight: 700;
2962
+ .onr9gzt.ant-select-item-option-grouped {
2963
+ padding-left: 8px;
2960
2964
  }
2961
- .tta5kd2.has-selection .active-row td:nth-child(2) {
2962
- font-weight: 700;
2965
+ .onr9gzt.ant-select-item-option-selected {
2966
+ background-color: white;
2963
2967
  }
2964
- .tta5kd2 .ant-spin-nested-loading {
2965
- height: 100%;
2966
- }
2967
- .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
2968
- height: 100%;
2969
- overflow: visible;
2968
+ .onr9gzt.ant-select-item-option-selected .timezone-title {
2969
+ color: #0080ff;
2970
2970
  }
2971
- .tta5kd2 .ant-spin-nested-loading .ant-spin {
2972
- max-height: none;
2971
+ .onr9gzt.ant-select-item-option-selected .selected-icon {
2972
+ display: block;
2973
2973
  }
2974
- .tta5kd2.table-init-loading .ant-spin-blur thead,
2975
- .tta5kd2.table-init-loading .ant-spin-blur tbody {
2976
- display: none;
2974
+ .onr9gzt.ant-select-item-option-active {
2975
+ background: rgba(0, 136, 255, 0.16);
2977
2976
  }
2978
- .tta5kd2 td.ant-table-column-sort {
2979
- background: transparent;
2977
+ .onr9gzt.ant-select-item-option-active .timezone-title {
2978
+ color: #0080ff;
2980
2979
  }
2981
- .tta5kd2 td.ant-table-cell-fix-left,
2982
- .tta5kd2 td.ant-table-cell-fix-right {
2983
- background: #fff;
2984
- padding: 0 !important;
2980
+ .onr9gzt.ant-select-item-option-active .timezone-tag {
2981
+ background: rgba(0, 136, 255, 0.1);
2982
+ color: #0080ff;
2985
2983
  }
2986
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
2987
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
2984
+
2985
+ .oiy0apc {
2988
2986
  display: flex;
2989
- align-items: center;
2990
- height: 100%;
2991
- padding: 8px;
2987
+ justify-content: space-between;
2988
+ height: 20px;
2989
+ line-height: 20px;
2992
2990
  }
2993
- .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
2994
- .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
2991
+ .oiy0apc .timezone-title {
2992
+ color: #2d3a56;
2995
2993
  overflow: hidden;
2996
2994
  text-overflow: ellipsis;
2997
- width: 100%;
2998
2995
  }
2999
- .tta5kd2 .ant-table-container {
3000
- height: 100%;
2996
+
2997
+ .of4y382 {
2998
+ display: flex;
2999
+ justify-content: space-between;
3000
+ color: rgba(44, 56, 82, 0.6);
3001
+ height: 18px;
3002
+ line-height: 18px;
3003
+ margin-top: 2px;
3001
3004
  }
3002
- .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
3003
- box-shadow: none !important;
3005
+
3006
+ .t19903l9 {
3007
+ border: none;
3008
+ margin-right: 0;
3009
+ background: rgba(225, 230, 241, 0.6);
3004
3010
  }
3005
- .tta5kd2 .ant-table {
3006
- border-radius: 0px;
3007
- border-left: none;
3008
- border-right: none;
3009
- border-bottom: none;
3010
- height: 100%;
3011
- font-size: 12px;
3012
- background: transparent;
3011
+
3012
+ .ohwbvxu {
3013
+ pointer-events: none;
3014
+ height: 32px;
3015
+ width: 100%;
3016
+ opacity: 0;
3013
3017
  }
3014
- .tta5kd2 .ant-table .ant-table-header {
3015
- position: relative;
3016
- z-index: 3;
3017
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3018
- margin-bottom: -1px;
3018
+
3019
+ .d6j0lbj {
3020
+ font-family: Inter;
3021
+ font-style: normal;
3022
+ font-weight: bold;
3023
+ font-size: 32px;
3024
+ line-height: 40px;
3019
3025
  }
3020
- .tta5kd2 .ant-table .time-wrapper .data,
3021
- .tta5kd2 .ant-table .value {
3022
- color: #2d3a56;
3026
+
3027
+ .d1xhvvxe {
3028
+ font-family: Inter;
3029
+ font-style: normal;
3030
+ font-weight: bold;
3031
+ font-size: 24px;
3032
+ line-height: 32px;
3023
3033
  }
3024
- .tta5kd2 .ant-table .time-wrapper .time,
3025
- .tta5kd2 .ant-table .unit {
3026
- color: rgba(44, 56, 82, 0.6);
3034
+
3035
+ .dk10mxq {
3036
+ font-family: Inter;
3037
+ font-style: normal;
3038
+ font-weight: normal;
3039
+ font-size: 32px;
3040
+ line-height: 40px;
3027
3041
  }
3028
- .tta5kd2 .ant-table .ant-table-selection {
3029
- text-align: center;
3042
+
3043
+ .dxsait {
3044
+ font-family: Inter;
3045
+ font-style: normal;
3046
+ font-weight: bold;
3047
+ font-size: 20px;
3048
+ line-height: 24px;
3030
3049
  }
3031
- .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3032
- background: #fff;
3050
+
3051
+ .dokn0h3 {
3052
+ font-family: Inter;
3053
+ font-style: normal;
3054
+ font-weight: normal;
3055
+ font-size: 20px;
3056
+ line-height: 24px;
3033
3057
  }
3034
- .tta5kd2 .ant-table .anticon-setting {
3035
- cursor: pointer;
3036
- position: absolute;
3037
- top: 50%;
3038
- right: 12px;
3039
- transform: translateY(-50%);
3058
+
3059
+ .dobau4p {
3060
+ font-family: Inter;
3061
+ font-style: normal;
3062
+ font-weight: bold;
3063
+ font-size: 18px;
3064
+ line-height: 22px;
3040
3065
  }
3041
- .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
3042
- box-shadow: none;
3043
- width: 1px;
3044
- background: rgba(213, 219, 227, 0.6);
3066
+
3067
+ .dvolwok {
3068
+ font-family: Inter;
3069
+ font-style: normal;
3070
+ font-weight: normal;
3071
+ font-size: 18px;
3072
+ line-height: 22px;
3045
3073
  }
3046
- .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
3047
- box-shadow: none;
3048
- width: 1px;
3049
- background: rgba(213, 219, 227, 0.6);
3074
+
3075
+ .h181qhg4 {
3076
+ font-family: Inter;
3077
+ font-style: normal;
3078
+ font-weight: bold;
3079
+ font-size: 16px;
3080
+ line-height: 22px;
3050
3081
  }
3051
- .tta5kd2 .ant-table .ant-table-tbody {
3052
- position: relative;
3082
+
3083
+ .h1phgmcq {
3084
+ font-family: Inter;
3085
+ font-style: normal;
3086
+ font-weight: normal;
3087
+ font-size: 16px;
3088
+ line-height: 22px;
3053
3089
  }
3054
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
3055
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3056
- border-bottom: 1px solid white;
3057
- height: 40px;
3058
- vertical-align: middle;
3059
- transition: background 0ms;
3060
- color: #00122e;
3090
+
3091
+ .h173xnl1 {
3092
+ font-family: Inter;
3093
+ font-style: normal;
3094
+ font-weight: bold;
3095
+ font-size: 14px;
3096
+ line-height: 20px;
3061
3097
  }
3062
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3063
- background: #f2f5fa;
3064
- border-bottom-color: #f2f5fa;
3098
+
3099
+ .hedm4pz {
3100
+ font-family: Inter;
3101
+ font-style: normal;
3102
+ font-weight: normal;
3103
+ font-size: 14px;
3104
+ line-height: 20px;
3065
3105
  }
3066
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
3067
- height: auto;
3068
- color: #00122e;
3106
+
3107
+ .h1kd8xld {
3108
+ font-family: Inter;
3109
+ font-style: normal;
3110
+ font-weight: bold;
3069
3111
  font-size: 12px;
3070
- text-align: left;
3071
- transition: none;
3072
- overflow: hidden;
3073
- text-overflow: ellipsis;
3074
- white-space: nowrap;
3075
- }
3076
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3077
- color: #0096ff;
3078
- }
3079
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
3080
- overflow: hidden;
3081
- text-overflow: ellipsis;
3082
- width: 100%;
3083
- vertical-align: middle;
3112
+ line-height: 18px;
3084
3113
  }
3085
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3086
- line-height: 0px;
3114
+
3115
+ .hp14fr {
3116
+ font-family: Inter;
3117
+ font-style: normal;
3118
+ font-weight: normal;
3119
+ font-size: 12px;
3120
+ line-height: 18px;
3087
3121
  }
3088
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
3089
- padding-right: 25px;
3122
+
3123
+ .hgrg7mn {
3124
+ font-family: Inter;
3125
+ font-style: normal;
3126
+ font-weight: bold;
3127
+ text-transform: uppercase;
3128
+ font-feature-settings: "cpsp" on;
3129
+ font-size: 12px;
3130
+ line-height: 18px;
3090
3131
  }
3091
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3092
- border-top-color: transparent;
3132
+
3133
+ .h6zme9x {
3134
+ font-family: Inter;
3135
+ font-style: normal;
3136
+ font-weight: normal;
3137
+ text-transform: uppercase;
3138
+ font-feature-settings: "cpsp" on;
3139
+ font-size: 12px;
3140
+ line-height: 18px;
3093
3141
  }
3094
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
3095
- background: rgba(225, 230, 241, 0.6);
3096
- border-color: transparent transparent white;
3142
+
3143
+ .locjvsv {
3144
+ font-family: Inter;
3145
+ font-style: normal;
3146
+ font-weight: normal;
3147
+ font-size: 16px;
3148
+ line-height: 24px;
3097
3149
  }
3098
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3099
- border-radius: 8px 0 0 8px;
3100
- }
3101
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
3102
- border-radius: 8px 0 0 8px;
3103
- }
3104
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
3105
- content: "";
3106
- width: 4px;
3107
- top: -1px;
3108
- bottom: -1px;
3109
- background: white;
3110
- }
3111
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3112
- border-radius: 0 8px 8px 0;
3113
- }
3114
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
3115
- border-radius: 0;
3116
- background: white;
3117
- border-top: none;
3118
- }
3119
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
3120
- border-top: 1px solid transparent;
3121
- border-radius: 0 8px 8px 0;
3122
- background: rgba(225, 230, 241, 0.6);
3123
- }
3124
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
3125
- background: white;
3126
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3127
- }
3128
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
3129
- display: flex;
3130
- align-items: center;
3131
- height: 100%;
3132
- background: rgba(225, 230, 241, 0.6);
3133
- }
3134
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
3135
- background: white;
3136
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3137
- }
3138
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3139
- display: flex;
3140
- align-items: center;
3141
- height: 100%;
3142
- background: rgba(225, 230, 241, 0.6);
3143
- }
3144
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3145
- border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3146
- }
3147
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
3148
- box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
3149
- border-radius: 8px;
3150
- }
3151
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3152
- border-top-color: white;
3153
- }
3154
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
3155
- background: rgba(0, 136, 255, 0.1);
3156
- border-bottom-color: transparent;
3157
- border-top-color: transparent;
3158
- }
3159
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3160
- border-radius: 8px 0 0 8px;
3161
- }
3162
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3163
- border-radius: 0 8px 8px 0;
3164
- }
3165
- .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3166
- background: rgba(0, 136, 255, 0.1);
3167
- }
3168
- .tta5kd2 .ant-table .ant-table-thead > tr > th {
3169
- background: #fff;
3170
- font-weight: 400;
3171
- position: relative;
3172
- border-bottom: none;
3173
- color: #00122e;
3174
- transition: none;
3175
- padding: 15px 8px 15px 8px;
3176
- }
3177
- .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3178
- content: "";
3179
- width: 1px;
3180
- top: 0;
3181
- bottom: 0;
3182
- background: rgba(211, 218, 235, 0.6);
3183
- position: absolute;
3184
- right: 0;
3185
- }
3186
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3187
- padding: unset;
3188
- }
3189
- .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3190
- display: none;
3191
- }
3192
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3193
- width: 100%;
3194
- overflow: hidden;
3195
- white-space: nowrap;
3196
- text-overflow: ellipsis;
3197
- }
3198
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3199
- overflow: hidden;
3200
- text-overflow: ellipsis;
3201
- flex: 1;
3202
- }
3203
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3204
- padding: 15px 25px 15px 8px;
3205
- }
3206
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3207
- padding: 0;
3208
- }
3209
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3210
- position: absolute;
3211
- right: 6px;
3212
- top: 50%;
3213
- transform: translateY(-50%);
3214
- height: 16px;
3215
- display: none;
3216
- transition: transform 320ms ease;
3217
- }
3218
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3219
- display: block;
3220
- transform: translateY(-50%) rotateX(180deg);
3221
- }
3222
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3223
- display: block;
3224
- }
3225
- .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3226
- display: none;
3227
- }
3228
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3229
- transform: translateY(-50%);
3230
- }
3231
- .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3232
- transform: translateY(-50%) rotateX(180deg);
3233
- }
3234
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3235
- background: #f2f5fa;
3236
- }
3237
- .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3238
- display: block;
3239
- }
3240
- .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
3241
- padding-right: 25px;
3242
- }
3243
- .tta5kd2 .ant-table .ant-table-selection-column {
3244
- padding: 0 !important;
3245
- }
3246
- .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3247
- position: absolute;
3248
- left: 50%;
3249
- top: 50%;
3250
- transform: translate(-50%, -50%);
3251
- }
3252
- .tta5kd2 .ant-table .ant-table-selection-column:after {
3253
- display: none;
3254
- }
3255
- .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3256
- background: #fff;
3257
- }
3258
- .tta5kd2 .ant-table .ant-table-placeholder {
3259
- background: inherit;
3150
+
3151
+ .l13gi131 {
3152
+ font-family: Inter;
3153
+ font-style: normal;
3154
+ font-weight: bold;
3155
+ font-size: 16px;
3156
+ line-height: 24px;
3260
3157
  }
3261
- .tta5kd2 .ant-table .ant-table-placeholder td {
3262
- position: static;
3263
- border: none;
3264
- background: inherit !important;
3265
- height: 100px;
3266
- vertical-align: middle;
3158
+
3159
+ .l1ynemsu {
3160
+ font-family: Inter;
3161
+ font-style: normal;
3162
+ font-weight: normal;
3163
+ font-size: 16px;
3164
+ line-height: 24px;
3267
3165
  }
3268
- .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3269
- .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3166
+
3167
+ .l1cft1cx {
3168
+ font-family: Inter;
3169
+ font-style: normal;
3270
3170
  font-weight: bold;
3271
- font-size: 20px;
3272
- color: rgba(10, 37, 85, 0.6);
3171
+ font-size: 16px;
3172
+ line-height: 24px;
3273
3173
  }
3274
- .tta5kd2 .ant-table td.cell__action_ {
3275
- padding: 0 !important;
3276
- position: relative;
3277
- background: #fff;
3174
+
3175
+ .l17tqc8p {
3176
+ font-family: Inter;
3177
+ font-style: normal;
3178
+ font-weight: normal;
3179
+ text-transform: uppercase;
3180
+ font-feature-settings: "cpsp" on;
3181
+ font-size: 16px;
3182
+ line-height: 24px;
3278
3183
  }
3279
- .tta5kd2 .ant-table td.cell__action_ > * {
3280
- height: 100%;
3281
- display: flex;
3282
- align-items: center;
3283
- justify-content: flex-end;
3284
- padding-right: 8px;
3184
+
3185
+ .l1j1e5w7 {
3186
+ font-family: Inter;
3187
+ font-style: normal;
3188
+ font-weight: bold;
3189
+ text-transform: uppercase;
3190
+ font-feature-settings: "cpsp" on;
3191
+ font-size: 16px;
3192
+ line-height: 24px;
3285
3193
  }
3286
- .tta5kd2 .ant-table td.cell__action_ .menu-button {
3287
- width: 24px;
3288
- height: 24px;
3289
- cursor: pointer;
3290
- justify-content: center;
3291
- border-radius: 4px;
3194
+
3195
+ .l1gf91jb {
3196
+ font-family: Inter;
3197
+ font-style: normal;
3198
+ font-weight: normal;
3199
+ font-size: 14px;
3200
+ line-height: 22px;
3292
3201
  }
3293
- .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3294
- background: #fff;
3202
+
3203
+ .lu7hlr6 {
3204
+ font-family: Inter;
3205
+ font-style: normal;
3206
+ font-weight: 500;
3207
+ font-size: 14px;
3208
+ line-height: 22px;
3295
3209
  }
3296
3210
 
3297
- .s1fc623g {
3298
- width: 430px !important;
3211
+ .l3l3jf0 {
3212
+ font-family: Inter;
3213
+ font-style: normal;
3214
+ font-weight: bold;
3215
+ font-size: 14px;
3216
+ line-height: 22px;
3299
3217
  }
3300
3218
 
3301
- .da3mx0o .ant-select-item-group {
3302
- padding: 8px 16px;
3303
- line-height: 18px;
3304
- border-top: 1px solid rgba(211, 218, 235, 0.6);
3305
- height: 34px;
3306
- min-height: 34px;
3307
- box-sizing: border-box;
3308
- margin-top: 8px;
3219
+ .l12j5nqp {
3220
+ font-family: Inter;
3221
+ font-style: normal;
3222
+ font-weight: normal;
3223
+ font-size: 14px;
3224
+ line-height: 22px;
3309
3225
  }
3310
3226
 
3311
- .onr9gzt {
3312
- display: flex;
3313
- flex-direction: column;
3314
- margin: 1px 8px;
3315
- padding: 8px;
3316
- border-radius: 4px;
3227
+ .l1tecqht {
3228
+ font-family: Inter;
3229
+ font-style: normal;
3230
+ font-weight: bold;
3231
+ font-size: 14px;
3232
+ line-height: 22px;
3317
3233
  }
3318
- .onr9gzt .selected-icon {
3319
- display: none;
3234
+
3235
+ .l6sa990 {
3236
+ font-family: Inter;
3237
+ font-style: normal;
3238
+ font-weight: normal;
3239
+ text-transform: uppercase;
3240
+ font-feature-settings: "cpsp" on;
3241
+ font-size: 14px;
3242
+ line-height: 22px;
3320
3243
  }
3321
- .onr9gzt.ant-select-item-option-grouped {
3322
- padding-left: 8px;
3244
+
3245
+ .lckqe8j {
3246
+ font-family: Inter;
3247
+ font-style: normal;
3248
+ font-weight: bold;
3249
+ text-transform: uppercase;
3250
+ font-feature-settings: "cpsp" on;
3251
+ font-size: 14px;
3252
+ line-height: 22px;
3323
3253
  }
3324
- .onr9gzt.ant-select-item-option-selected {
3325
- background-color: white;
3254
+
3255
+ .l1kuminb {
3256
+ font-family: Inter;
3257
+ font-style: normal;
3258
+ font-weight: normal;
3259
+ font-size: 13px;
3260
+ line-height: 20px;
3326
3261
  }
3327
- .onr9gzt.ant-select-item-option-selected .timezone-title {
3328
- color: #0080ff;
3262
+
3263
+ .l1pbuf5j {
3264
+ font-family: Inter;
3265
+ font-style: normal;
3266
+ font-weight: 600;
3267
+ font-size: 13px;
3268
+ line-height: 20px;
3329
3269
  }
3330
- .onr9gzt.ant-select-item-option-selected .selected-icon {
3331
- display: block;
3270
+
3271
+ .l1r4ztu {
3272
+ font-family: Inter;
3273
+ font-style: normal;
3274
+ font-weight: bold;
3275
+ font-size: 13px;
3276
+ line-height: 20px;
3332
3277
  }
3333
- .onr9gzt.ant-select-item-option-active {
3334
- background: rgba(0, 136, 255, 0.16);
3278
+
3279
+ .ly8vzok {
3280
+ font-family: Inter;
3281
+ font-style: normal;
3282
+ font-weight: normal;
3283
+ font-size: 13px;
3284
+ line-height: 20px;
3335
3285
  }
3336
- .onr9gzt.ant-select-item-option-active .timezone-title {
3337
- color: #0080ff;
3286
+
3287
+ .lumfmf {
3288
+ font-family: Inter;
3289
+ font-style: normal;
3290
+ font-weight: 600;
3291
+ font-size: 13px;
3292
+ line-height: 20px;
3338
3293
  }
3339
- .onr9gzt.ant-select-item-option-active .timezone-tag {
3340
- background: rgba(0, 136, 255, 0.1);
3341
- color: #0080ff;
3294
+
3295
+ .l16ujwmv {
3296
+ font-family: Inter;
3297
+ font-style: normal;
3298
+ font-weight: bold;
3299
+ font-size: 13px;
3300
+ line-height: 20px;
3342
3301
  }
3343
3302
 
3344
- .oiy0apc {
3345
- display: flex;
3346
- justify-content: space-between;
3347
- height: 20px;
3303
+ .l17o1ffr {
3304
+ font-family: Inter;
3305
+ font-style: normal;
3306
+ font-weight: normal;
3307
+ text-transform: uppercase;
3308
+ font-feature-settings: "cpsp" on;
3309
+ font-size: 13px;
3348
3310
  line-height: 20px;
3349
3311
  }
3350
- .oiy0apc .timezone-title {
3351
- color: #2d3a56;
3352
- overflow: hidden;
3353
- text-overflow: ellipsis;
3312
+
3313
+ .lngllvn {
3314
+ font-family: Inter;
3315
+ font-style: normal;
3316
+ font-weight: bold;
3317
+ text-transform: uppercase;
3318
+ font-feature-settings: "cpsp" on;
3319
+ font-size: 13px;
3320
+ line-height: 20px;
3354
3321
  }
3355
3322
 
3356
- .of4y382 {
3357
- display: flex;
3358
- justify-content: space-between;
3359
- color: rgba(44, 56, 82, 0.6);
3360
- height: 18px;
3323
+ .l2i7fo9 {
3324
+ font-family: Inter;
3325
+ font-style: normal;
3326
+ font-weight: normal;
3327
+ font-size: 12px;
3361
3328
  line-height: 18px;
3362
- margin-top: 2px;
3363
3329
  }
3364
3330
 
3365
- .t19903l9 {
3366
- border: none;
3367
- margin-right: 0;
3368
- background: rgba(225, 230, 241, 0.6);
3331
+ .l1x7hscx {
3332
+ font-family: Inter;
3333
+ font-style: normal;
3334
+ font-weight: 500;
3335
+ font-size: 12px;
3336
+ line-height: 18px;
3369
3337
  }
3370
3338
 
3371
- .ohwbvxu {
3372
- pointer-events: none;
3373
- height: 32px;
3374
- width: 100%;
3375
- opacity: 0;
3339
+ .le1jwan {
3340
+ font-family: Inter;
3341
+ font-style: normal;
3342
+ font-weight: bold;
3343
+ font-size: 12px;
3344
+ line-height: 18px;
3376
3345
  }
3377
3346
 
3378
- .i1e4sgug {
3379
- display: inline-block;
3347
+ .lyxynfj {
3348
+ font-family: Inter;
3349
+ font-style: normal;
3350
+ font-weight: normal;
3351
+ font-size: 12px;
3352
+ line-height: 18px;
3380
3353
  }
3381
3354
 
3382
- .d6j0lbj {
3355
+ .lpb2nxv {
3383
3356
  font-family: Inter;
3384
3357
  font-style: normal;
3385
- font-weight: bold;
3386
- font-size: 32px;
3387
- line-height: 40px;
3358
+ font-weight: 500;
3359
+ font-size: 12px;
3360
+ line-height: 18px;
3388
3361
  }
3389
3362
 
3390
- .d1xhvvxe {
3363
+ .l1r8o3vv {
3391
3364
  font-family: Inter;
3392
3365
  font-style: normal;
3393
3366
  font-weight: bold;
3394
- font-size: 24px;
3395
- line-height: 32px;
3367
+ font-size: 12px;
3368
+ line-height: 18px;
3396
3369
  }
3397
3370
 
3398
- .dk10mxq {
3371
+ .lemnjy2 {
3399
3372
  font-family: Inter;
3400
3373
  font-style: normal;
3401
3374
  font-weight: normal;
3402
- font-size: 32px;
3403
- line-height: 40px;
3375
+ text-transform: uppercase;
3376
+ font-feature-settings: "cpsp" on;
3377
+ font-size: 12px;
3378
+ line-height: 18px;
3404
3379
  }
3405
3380
 
3406
- .dxsait {
3381
+ .lrc42gb {
3407
3382
  font-family: Inter;
3408
3383
  font-style: normal;
3409
3384
  font-weight: bold;
3410
- font-size: 20px;
3411
- line-height: 24px;
3385
+ text-transform: uppercase;
3386
+ font-feature-settings: "cpsp" on;
3387
+ font-size: 12px;
3388
+ line-height: 18px;
3412
3389
  }
3413
3390
 
3414
- .dokn0h3 {
3391
+ .fqaz4mb {
3415
3392
  font-family: Inter;
3416
3393
  font-style: normal;
3417
3394
  font-weight: normal;
3418
- font-size: 20px;
3419
- line-height: 24px;
3395
+ font-size: 13px;
3396
+ line-height: 20px;
3420
3397
  }
3421
3398
 
3422
- .dobau4p {
3399
+ .f13we5o {
3423
3400
  font-family: Inter;
3424
3401
  font-style: normal;
3425
- font-weight: bold;
3426
- font-size: 18px;
3427
- line-height: 22px;
3402
+ font-weight: normal;
3403
+ font-size: 13px;
3404
+ line-height: 20px;
3428
3405
  }
3429
3406
 
3430
- .dvolwok {
3407
+ .ffmjua2 {
3431
3408
  font-family: Inter;
3432
3409
  font-style: normal;
3433
3410
  font-weight: normal;
3434
- font-size: 18px;
3435
- line-height: 22px;
3411
+ font-size: 12px;
3412
+ line-height: 18px;
3436
3413
  }
3437
3414
 
3438
- .h181qhg4 {
3415
+ .fz2mxw0 {
3439
3416
  font-family: Inter;
3440
3417
  font-style: normal;
3441
- font-weight: bold;
3442
- font-size: 16px;
3443
- line-height: 22px;
3418
+ font-weight: normal;
3419
+ font-size: 12px;
3420
+ line-height: 18px;
3444
3421
  }
3445
3422
 
3446
- .h1phgmcq {
3423
+ .t1ertzoh {
3447
3424
  font-family: Inter;
3448
3425
  font-style: normal;
3449
3426
  font-weight: normal;
3450
- font-size: 16px;
3451
- line-height: 22px;
3427
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3428
+ font-size: 13px;
3429
+ line-height: 20px;
3452
3430
  }
3453
3431
 
3454
- .h173xnl1 {
3432
+ .t19bge8r {
3455
3433
  font-family: Inter;
3456
3434
  font-style: normal;
3457
- font-weight: bold;
3458
- font-size: 14px;
3435
+ font-weight: normal;
3436
+ font-feature-settings: "zero" on;
3437
+ font-size: 13px;
3459
3438
  line-height: 20px;
3460
3439
  }
3461
3440
 
3462
- .hedm4pz {
3441
+ .tjrzfyl {
3463
3442
  font-family: Inter;
3464
3443
  font-style: normal;
3465
3444
  font-weight: normal;
3466
- font-size: 14px;
3467
- line-height: 20px;
3445
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3446
+ font-size: 12px;
3447
+ line-height: 18px;
3468
3448
  }
3469
3449
 
3470
- .h1kd8xld {
3450
+ .tm6s7bo {
3471
3451
  font-family: Inter;
3472
3452
  font-style: normal;
3473
- font-weight: bold;
3453
+ font-weight: 500;
3454
+ font-feature-settings: "tnum" on, "lnum" on, "case" on;
3474
3455
  font-size: 12px;
3475
3456
  line-height: 18px;
3476
3457
  }
3477
3458
 
3478
- .hp14fr {
3459
+ .t19zq6ic {
3479
3460
  font-family: Inter;
3480
3461
  font-style: normal;
3481
3462
  font-weight: normal;
3463
+ font-feature-settings: "zero" on;
3482
3464
  font-size: 12px;
3483
3465
  line-height: 18px;
3484
3466
  }
3485
3467
 
3486
- .hgrg7mn {
3468
+ .t1gduru8 {
3487
3469
  font-family: Inter;
3488
3470
  font-style: normal;
3489
- font-weight: bold;
3490
- text-transform: uppercase;
3491
- font-feature-settings: "cpsp" on;
3471
+ font-weight: 500;
3472
+ font-feature-settings: "zero" on;
3492
3473
  font-size: 12px;
3493
3474
  line-height: 18px;
3494
3475
  }
3495
-
3496
- .h6zme9x {
3497
- font-family: Inter;
3498
- font-style: normal;
3499
- font-weight: normal;
3500
- text-transform: uppercase;
3501
- font-feature-settings: "cpsp" on;
3502
- font-size: 12px;
3503
- line-height: 18px;
3476
+
3477
+ .t55raab {
3478
+ font-family: Inter;
3479
+ font-style: normal;
3480
+ font-weight: bold;
3481
+ font-feature-settings: "zero" on;
3482
+ font-size: 16px;
3483
+ line-height: 24px;
3484
+ }
3485
+
3486
+ .u1w9abfe {
3487
+ font-family: Inter;
3488
+ font-style: normal;
3489
+ font-weight: normal;
3490
+ font-size: 10px;
3491
+ line-height: 12px;
3492
+ }
3493
+
3494
+ .t1upn1sz {
3495
+ height: 100%;
3496
+ }
3497
+
3498
+ .tta5kd2 {
3499
+ height: 100%;
3500
+ }
3501
+ .tta5kd2.empty-table .ant-table-content {
3502
+ overflow: visible !important;
3503
+ height: 100%;
3504
+ }
3505
+ .tta5kd2.empty-table .ant-table-content .ant-table-tbody .ant-table-placeholder td {
3506
+ height: 100%;
3507
+ }
3508
+ .tta5kd2.empty-table .ant-table-content table {
3509
+ width: 100% !important;
3510
+ height: 100%;
3511
+ }
3512
+ .tta5kd2.empty-table .ant-table-content table .ant-table-placeholder .ant-table-expanded-row-fixed {
3513
+ padding: 15px 0;
3514
+ }
3515
+ .tta5kd2.empty-table .ant-table-content table thead.ant-table-thead {
3516
+ display: none;
3517
+ }
3518
+ .tta5kd2 .active-row td:nth-child(1) {
3519
+ font-weight: 700;
3520
+ }
3521
+ .tta5kd2.has-selection .active-row td:nth-child(2) {
3522
+ font-weight: 700;
3523
+ }
3524
+ .tta5kd2 .ant-spin-nested-loading {
3525
+ height: 100%;
3526
+ }
3527
+ .tta5kd2 .ant-spin-nested-loading .ant-spin-container {
3528
+ height: 100%;
3529
+ overflow: visible;
3530
+ }
3531
+ .tta5kd2 .ant-spin-nested-loading .ant-spin {
3532
+ max-height: none;
3533
+ }
3534
+ .tta5kd2.table-init-loading .ant-spin-blur thead,
3535
+ .tta5kd2.table-init-loading .ant-spin-blur tbody {
3536
+ display: none;
3537
+ }
3538
+ .tta5kd2 td.ant-table-column-sort {
3539
+ background: transparent;
3540
+ }
3541
+ .tta5kd2 td.ant-table-cell-fix-left,
3542
+ .tta5kd2 td.ant-table-cell-fix-right {
3543
+ background: #fff;
3544
+ padding: 0 !important;
3545
+ }
3546
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content,
3547
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content {
3548
+ display: flex;
3549
+ align-items: center;
3550
+ height: 100%;
3551
+ padding: 8px;
3552
+ }
3553
+ .tta5kd2 td.ant-table-cell-fix-left .ant-table-cell-content > span,
3554
+ .tta5kd2 td.ant-table-cell-fix-right .ant-table-cell-content > span {
3555
+ overflow: hidden;
3556
+ text-overflow: ellipsis;
3557
+ width: 100%;
3558
+ }
3559
+ .tta5kd2 .ant-table-container {
3560
+ height: 100%;
3561
+ }
3562
+ .tta5kd2 .ant-table-container::before, .tta5kd2 .ant-table-container::after {
3563
+ box-shadow: none !important;
3564
+ }
3565
+ .tta5kd2 .ant-table {
3566
+ border-radius: 0px;
3567
+ border-left: none;
3568
+ border-right: none;
3569
+ border-bottom: none;
3570
+ height: 100%;
3571
+ font-size: 12px;
3572
+ background: transparent;
3573
+ }
3574
+ .tta5kd2 .ant-table .ant-table-header {
3575
+ position: relative;
3576
+ z-index: 3;
3577
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3578
+ margin-bottom: -1px;
3579
+ }
3580
+ .tta5kd2 .ant-table .time-wrapper .data,
3581
+ .tta5kd2 .ant-table .value {
3582
+ color: #2d3a56;
3583
+ }
3584
+ .tta5kd2 .ant-table .time-wrapper .time,
3585
+ .tta5kd2 .ant-table .unit {
3586
+ color: rgba(44, 56, 82, 0.6);
3587
+ }
3588
+ .tta5kd2 .ant-table .ant-table-selection {
3589
+ text-align: center;
3590
+ }
3591
+ .tta5kd2 .ant-table .ant-table-tbody > tr.ant-table-row-selected td {
3592
+ background: #fff;
3593
+ }
3594
+ .tta5kd2 .ant-table .anticon-setting {
3595
+ cursor: pointer;
3596
+ position: absolute;
3597
+ top: 50%;
3598
+ right: 12px;
3599
+ transform: translateY(-50%);
3600
+ }
3601
+ .tta5kd2 .ant-table.ant-table-ping-left .ant-table-cell-fix-left-last::after {
3602
+ box-shadow: none;
3603
+ width: 1px;
3604
+ background: rgba(213, 219, 227, 0.6);
3605
+ }
3606
+ .tta5kd2 .ant-table.ant-table-ping-right .ant-table-cell-fix-right-first::after {
3607
+ box-shadow: none;
3608
+ width: 1px;
3609
+ background: rgba(213, 219, 227, 0.6);
3610
+ }
3611
+ .tta5kd2 .ant-table .ant-table-tbody {
3612
+ position: relative;
3613
+ }
3614
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td {
3615
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3616
+ border-bottom: 1px solid white;
3617
+ height: 40px;
3618
+ vertical-align: middle;
3619
+ transition: background 0ms;
3620
+ color: #00122e;
3621
+ }
3622
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.header-hover {
3623
+ background: #f2f5fa;
3624
+ border-bottom-color: #f2f5fa;
3625
+ }
3626
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link {
3627
+ height: auto;
3628
+ color: #00122e;
3629
+ font-size: 12px;
3630
+ text-align: left;
3631
+ transition: none;
3632
+ overflow: hidden;
3633
+ text-overflow: ellipsis;
3634
+ white-space: nowrap;
3635
+ }
3636
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link:hover {
3637
+ color: #0096ff;
3638
+ }
3639
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td .ant-btn-link > span {
3640
+ overflow: hidden;
3641
+ text-overflow: ellipsis;
3642
+ width: 100%;
3643
+ vertical-align: middle;
3644
+ }
3645
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.cell_status {
3646
+ line-height: 0px;
3647
+ }
3648
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row td.align-right {
3649
+ padding-right: 25px;
3650
+ }
3651
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover + tr td {
3652
+ border-top-color: transparent;
3653
+ }
3654
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td {
3655
+ background: rgba(225, 230, 241, 0.6);
3656
+ border-color: transparent transparent white;
3657
+ }
3658
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child {
3659
+ border-radius: 8px 0 0 8px;
3504
3660
  }
3505
-
3506
- .locjvsv {
3507
- font-family: Inter;
3508
- font-style: normal;
3509
- font-weight: normal;
3510
- font-size: 16px;
3511
- line-height: 24px;
3661
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child .ant-table-cell-content {
3662
+ border-radius: 8px 0 0 8px;
3512
3663
  }
3513
-
3514
- .l13gi131 {
3515
- font-family: Inter;
3516
- font-style: normal;
3517
- font-weight: bold;
3518
- font-size: 16px;
3519
- line-height: 24px;
3664
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:first-child::before {
3665
+ content: "";
3666
+ width: 4px;
3667
+ top: -1px;
3668
+ bottom: -1px;
3669
+ background: white;
3520
3670
  }
3521
-
3522
- .l1ynemsu {
3523
- font-family: Inter;
3524
- font-style: normal;
3525
- font-weight: normal;
3526
- font-size: 16px;
3527
- line-height: 24px;
3671
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child {
3672
+ border-radius: 0 8px 8px 0;
3528
3673
  }
3529
-
3530
- .l1cft1cx {
3531
- font-family: Inter;
3532
- font-style: normal;
3533
- font-weight: bold;
3534
- font-size: 16px;
3535
- line-height: 24px;
3674
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ {
3675
+ border-radius: 0;
3676
+ background: white;
3677
+ border-top: none;
3536
3678
  }
3537
-
3538
- .l17tqc8p {
3539
- font-family: Inter;
3540
- font-style: normal;
3541
- font-weight: normal;
3542
- text-transform: uppercase;
3543
- font-feature-settings: "cpsp" on;
3544
- font-size: 16px;
3545
- line-height: 24px;
3679
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td:last-child.cell__action_ > * {
3680
+ border-top: 1px solid transparent;
3681
+ border-radius: 0 8px 8px 0;
3682
+ background: rgba(225, 230, 241, 0.6);
3546
3683
  }
3547
-
3548
- .l1j1e5w7 {
3549
- font-family: Inter;
3550
- font-style: normal;
3551
- font-weight: bold;
3552
- text-transform: uppercase;
3553
- font-feature-settings: "cpsp" on;
3554
- font-size: 16px;
3555
- line-height: 24px;
3684
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right {
3685
+ background: white;
3686
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3556
3687
  }
3557
-
3558
- .l1gf91jb {
3559
- font-family: Inter;
3560
- font-style: normal;
3561
- font-weight: normal;
3562
- font-size: 14px;
3563
- line-height: 22px;
3688
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-right .ant-table-cell-content {
3689
+ display: flex;
3690
+ align-items: center;
3691
+ height: 100%;
3692
+ background: rgba(225, 230, 241, 0.6);
3564
3693
  }
3565
-
3566
- .lu7hlr6 {
3567
- font-family: Inter;
3568
- font-style: normal;
3569
- font-weight: 500;
3570
- font-size: 14px;
3571
- line-height: 22px;
3694
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left {
3695
+ background: white;
3696
+ border-top: 1px solid rgba(211, 218, 235, 0.6);
3572
3697
  }
3573
-
3574
- .l3l3jf0 {
3575
- font-family: Inter;
3576
- font-style: normal;
3577
- font-weight: bold;
3578
- font-size: 14px;
3579
- line-height: 22px;
3698
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:hover td.ant-table-cell-fix-left .ant-table-cell-content {
3699
+ display: flex;
3700
+ align-items: center;
3701
+ height: 100%;
3702
+ background: rgba(225, 230, 241, 0.6);
3580
3703
  }
3581
-
3582
- .l12j5nqp {
3583
- font-family: Inter;
3584
- font-style: normal;
3585
- font-weight: normal;
3586
- font-size: 14px;
3587
- line-height: 22px;
3704
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row:last-child td {
3705
+ border-bottom: 1px solid rgba(211, 218, 235, 0.6);
3588
3706
  }
3589
-
3590
- .l1tecqht {
3591
- font-family: Inter;
3592
- font-style: normal;
3593
- font-weight: bold;
3594
- font-size: 14px;
3595
- line-height: 22px;
3707
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row {
3708
+ box-shadow: inset 0px 0px 0 2px rgba(0, 136, 255, 0.1);
3709
+ border-radius: 8px;
3596
3710
  }
3597
-
3598
- .l6sa990 {
3599
- font-family: Inter;
3600
- font-style: normal;
3601
- font-weight: normal;
3602
- text-transform: uppercase;
3603
- font-feature-settings: "cpsp" on;
3604
- font-size: 14px;
3605
- line-height: 22px;
3711
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row + tr td {
3712
+ border-top-color: white;
3606
3713
  }
3607
-
3608
- .lckqe8j {
3609
- font-family: Inter;
3610
- font-style: normal;
3611
- font-weight: bold;
3612
- text-transform: uppercase;
3613
- font-feature-settings: "cpsp" on;
3614
- font-size: 14px;
3615
- line-height: 22px;
3714
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td {
3715
+ background: rgba(0, 136, 255, 0.1);
3716
+ border-bottom-color: transparent;
3717
+ border-top-color: transparent;
3616
3718
  }
3617
-
3618
- .l1kuminb {
3619
- font-family: Inter;
3620
- font-style: normal;
3621
- font-weight: normal;
3622
- font-size: 13px;
3623
- line-height: 20px;
3719
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:first-child {
3720
+ border-radius: 8px 0 0 8px;
3624
3721
  }
3625
-
3626
- .l1pbuf5j {
3627
- font-family: Inter;
3628
- font-style: normal;
3629
- font-weight: 600;
3630
- font-size: 13px;
3631
- line-height: 20px;
3722
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:last-child {
3723
+ border-radius: 0 8px 8px 0;
3632
3724
  }
3633
-
3634
- .l1r4ztu {
3635
- font-family: Inter;
3636
- font-style: normal;
3637
- font-weight: bold;
3638
- font-size: 13px;
3639
- line-height: 20px;
3725
+ .tta5kd2 .ant-table .ant-table-tbody .ant-table-row.active-row td:hover {
3726
+ background: rgba(0, 136, 255, 0.1);
3640
3727
  }
3641
-
3642
- .ly8vzok {
3643
- font-family: Inter;
3644
- font-style: normal;
3645
- font-weight: normal;
3646
- font-size: 13px;
3647
- line-height: 20px;
3728
+ .tta5kd2 .ant-table .ant-table-thead > tr > th {
3729
+ background: #fff;
3730
+ font-weight: 400;
3731
+ position: relative;
3732
+ border-bottom: none;
3733
+ color: #00122e;
3734
+ transition: none;
3735
+ padding: 15px 8px 15px 8px;
3648
3736
  }
3649
-
3650
- .lumfmf {
3651
- font-family: Inter;
3652
- font-style: normal;
3653
- font-weight: 600;
3654
- font-size: 13px;
3655
- line-height: 20px;
3737
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:not(:last-child):after {
3738
+ content: "";
3739
+ width: 1px;
3740
+ top: 0;
3741
+ bottom: 0;
3742
+ background: rgba(211, 218, 235, 0.6);
3743
+ position: absolute;
3744
+ right: 0;
3656
3745
  }
3657
-
3658
- .l16ujwmv {
3659
- font-family: Inter;
3660
- font-style: normal;
3661
- font-weight: bold;
3662
- font-size: 13px;
3663
- line-height: 20px;
3746
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank {
3747
+ padding: unset;
3664
3748
  }
3665
-
3666
- .l17o1ffr {
3667
- font-family: Inter;
3668
- font-style: normal;
3669
- font-weight: normal;
3670
- text-transform: uppercase;
3671
- font-feature-settings: "cpsp" on;
3672
- font-size: 13px;
3673
- line-height: 20px;
3749
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.is-blank:after {
3750
+ display: none;
3674
3751
  }
3675
-
3676
- .lngllvn {
3677
- font-family: Inter;
3678
- font-style: normal;
3679
- font-weight: bold;
3680
- text-transform: uppercase;
3681
- font-feature-settings: "cpsp" on;
3682
- font-size: 13px;
3683
- line-height: 20px;
3752
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters {
3753
+ width: 100%;
3754
+ overflow: hidden;
3755
+ white-space: nowrap;
3756
+ text-overflow: ellipsis;
3684
3757
  }
3685
-
3686
- .l2i7fo9 {
3687
- font-family: Inter;
3688
- font-style: normal;
3689
- font-weight: normal;
3690
- font-size: 12px;
3691
- line-height: 18px;
3758
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-cell-ellipsis.ant-table-column-has-sorters .ant-table-column-sorters > span {
3759
+ overflow: hidden;
3760
+ text-overflow: ellipsis;
3761
+ flex: 1;
3692
3762
  }
3693
-
3694
- .l1x7hscx {
3695
- font-family: Inter;
3696
- font-style: normal;
3697
- font-weight: 500;
3698
- font-size: 12px;
3699
- line-height: 18px;
3763
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters {
3764
+ padding: 15px 25px 15px 8px;
3700
3765
  }
3701
-
3702
- .le1jwan {
3703
- font-family: Inter;
3704
- font-style: normal;
3705
- font-weight: bold;
3706
- font-size: 12px;
3707
- line-height: 18px;
3766
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters {
3767
+ padding: 0;
3708
3768
  }
3709
-
3710
- .lyxynfj {
3711
- font-family: Inter;
3712
- font-style: normal;
3713
- font-weight: normal;
3714
- font-size: 12px;
3715
- line-height: 18px;
3769
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon {
3770
+ position: absolute;
3771
+ right: 6px;
3772
+ top: 50%;
3773
+ transform: translateY(-50%);
3774
+ height: 16px;
3775
+ display: none;
3776
+ transition: transform 320ms ease;
3716
3777
  }
3717
-
3718
- .lpb2nxv {
3719
- font-family: Inter;
3720
- font-style: normal;
3721
- font-weight: 500;
3722
- font-size: 12px;
3723
- line-height: 18px;
3778
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.descend {
3779
+ display: block;
3780
+ transform: translateY(-50%) rotateX(180deg);
3724
3781
  }
3725
-
3726
- .l1r8o3vv {
3727
- font-family: Inter;
3728
- font-style: normal;
3729
- font-weight: bold;
3730
- font-size: 12px;
3731
- line-height: 18px;
3782
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorters .order-icon.ascend {
3783
+ display: block;
3732
3784
  }
3733
-
3734
- .lemnjy2 {
3735
- font-family: Inter;
3736
- font-style: normal;
3737
- font-weight: normal;
3738
- text-transform: uppercase;
3739
- font-feature-settings: "cpsp" on;
3740
- font-size: 12px;
3741
- line-height: 18px;
3785
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.ant-table-column-has-sorters .ant-table-column-sorter {
3786
+ display: none;
3742
3787
  }
3743
-
3744
- .lrc42gb {
3745
- font-family: Inter;
3746
- font-style: normal;
3747
- font-weight: bold;
3748
- text-transform: uppercase;
3749
- font-feature-settings: "cpsp" on;
3750
- font-size: 12px;
3751
- line-height: 18px;
3788
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.descend {
3789
+ transform: translateY(-50%);
3752
3790
  }
3753
-
3754
- .fqaz4mb {
3755
- font-family: Inter;
3756
- font-style: normal;
3757
- font-weight: normal;
3758
- font-size: 13px;
3759
- line-height: 20px;
3791
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:active .ant-table-column-sorters .order-icon.ascend {
3792
+ transform: translateY(-50%) rotateX(180deg);
3760
3793
  }
3761
-
3762
- .f13we5o {
3763
- font-family: Inter;
3764
- font-style: normal;
3765
- font-weight: normal;
3766
- font-size: 13px;
3767
- line-height: 20px;
3794
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) {
3795
+ background: #f2f5fa;
3768
3796
  }
3769
-
3770
- .ffmjua2 {
3771
- font-family: Inter;
3772
- font-style: normal;
3773
- font-weight: normal;
3774
- font-size: 12px;
3775
- line-height: 18px;
3797
+ .tta5kd2 .ant-table .ant-table-thead > tr > th:hover:not(.is-blank) .ant-table-column-sorters .order-icon {
3798
+ display: block;
3776
3799
  }
3777
-
3778
- .fz2mxw0 {
3779
- font-family: Inter;
3780
- font-style: normal;
3781
- font-weight: normal;
3782
- font-size: 12px;
3783
- line-height: 18px;
3800
+ .tta5kd2 .ant-table .ant-table-thead > tr > th.align-right {
3801
+ padding-right: 25px;
3784
3802
  }
3785
-
3786
- .t1ertzoh {
3787
- font-family: Inter;
3788
- font-style: normal;
3789
- font-weight: normal;
3790
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3791
- font-size: 13px;
3792
- line-height: 20px;
3803
+ .tta5kd2 .ant-table .ant-table-selection-column {
3804
+ padding: 0 !important;
3793
3805
  }
3794
-
3795
- .t19bge8r {
3796
- font-family: Inter;
3797
- font-style: normal;
3798
- font-weight: normal;
3799
- font-feature-settings: "zero" on;
3800
- font-size: 13px;
3801
- line-height: 20px;
3806
+ .tta5kd2 .ant-table .ant-table-selection-column .ant-checkbox-wrapper {
3807
+ position: absolute;
3808
+ left: 50%;
3809
+ top: 50%;
3810
+ transform: translate(-50%, -50%);
3802
3811
  }
3803
-
3804
- .tjrzfyl {
3805
- font-family: Inter;
3806
- font-style: normal;
3807
- font-weight: normal;
3808
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3809
- font-size: 12px;
3810
- line-height: 18px;
3812
+ .tta5kd2 .ant-table .ant-table-selection-column:after {
3813
+ display: none;
3811
3814
  }
3812
-
3813
- .tm6s7bo {
3814
- font-family: Inter;
3815
- font-style: normal;
3816
- font-weight: 500;
3817
- font-feature-settings: "tnum" on, "lnum" on, "case" on;
3818
- font-size: 12px;
3819
- line-height: 18px;
3815
+ .tta5kd2 .ant-table .ant-table-hide-scrollbar {
3816
+ background: #fff;
3820
3817
  }
3821
-
3822
- .t19zq6ic {
3823
- font-family: Inter;
3824
- font-style: normal;
3825
- font-weight: normal;
3826
- font-feature-settings: "zero" on;
3827
- font-size: 12px;
3828
- line-height: 18px;
3818
+ .tta5kd2 .ant-table .ant-table-placeholder {
3819
+ background: inherit;
3829
3820
  }
3830
-
3831
- .t1gduru8 {
3832
- font-family: Inter;
3833
- font-style: normal;
3834
- font-weight: 500;
3835
- font-feature-settings: "zero" on;
3836
- font-size: 12px;
3837
- line-height: 18px;
3821
+ .tta5kd2 .ant-table .ant-table-placeholder td {
3822
+ position: static;
3823
+ border: none;
3824
+ background: inherit !important;
3825
+ height: 100px;
3826
+ vertical-align: middle;
3838
3827
  }
3839
-
3840
- .t55raab {
3841
- font-family: Inter;
3842
- font-style: normal;
3828
+ .tta5kd2 .ant-table .ant-table-placeholder .table-default-empty,
3829
+ .tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
3843
3830
  font-weight: bold;
3844
- font-feature-settings: "zero" on;
3845
- font-size: 16px;
3846
- line-height: 24px;
3831
+ font-size: 20px;
3832
+ color: rgba(10, 37, 85, 0.6);
3847
3833
  }
3848
-
3849
- .u1w9abfe {
3850
- font-family: Inter;
3851
- font-style: normal;
3852
- font-weight: normal;
3853
- font-size: 10px;
3854
- line-height: 12px;
3834
+ .tta5kd2 .ant-table td.cell__action_ {
3835
+ padding: 0 !important;
3836
+ position: relative;
3837
+ background: #fff;
3838
+ }
3839
+ .tta5kd2 .ant-table td.cell__action_ > * {
3840
+ height: 100%;
3841
+ display: flex;
3842
+ align-items: center;
3843
+ justify-content: flex-end;
3844
+ padding-right: 8px;
3845
+ }
3846
+ .tta5kd2 .ant-table td.cell__action_ .menu-button {
3847
+ width: 24px;
3848
+ height: 24px;
3849
+ cursor: pointer;
3850
+ justify-content: center;
3851
+ border-radius: 4px;
3852
+ }
3853
+ .tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
3854
+ background: #fff;
3855
3855
  }
3856
3856
 
3857
3857
  .c198s9j3 {
@@ -4427,6 +4427,25 @@ input.rrg1fkn.ant-input {
4427
4427
  margin-right: 8px;
4428
4428
  }
4429
4429
 
4430
+ .feau332.ant-form-item {
4431
+ margin-bottom: 0;
4432
+ }
4433
+ .feau332 .ant-form-item-explain {
4434
+ display: none;
4435
+ min-height: 18px;
4436
+ margin-top: 5px;
4437
+ font-family: "Inter";
4438
+ font-weight: 400;
4439
+ font-size: 12px;
4440
+ line-height: 18px;
4441
+ }
4442
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4443
+ white-space: pre-wrap;
4444
+ }
4445
+ .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4446
+ display: block;
4447
+ }
4448
+
4430
4449
  .a6dbbkm .ant-input-number-handler-wrap {
4431
4450
  display: var(--a6dbbkm-0);
4432
4451
  }
@@ -4456,23 +4475,4 @@ input.rrg1fkn.ant-input {
4456
4475
  margin: 0;
4457
4476
  height: auto;
4458
4477
  font-size: inherit;
4459
- }
4460
-
4461
- .feau332.ant-form-item {
4462
- margin-bottom: 0;
4463
- }
4464
- .feau332 .ant-form-item-explain {
4465
- display: none;
4466
- min-height: 18px;
4467
- margin-top: 5px;
4468
- font-family: "Inter";
4469
- font-weight: 400;
4470
- font-size: 12px;
4471
- line-height: 18px;
4472
- }
4473
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) {
4474
- white-space: pre-wrap;
4475
- }
4476
- .feau332.ant-form-item[class*=ant-form-item-has]:not(.ant-form-item-has-error-leave) .ant-form-item-explain {
4477
- display: block;
4478
4478
  }