@sdata/web-vue 1.6.0 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (657) hide show
  1. package/README.md +5 -6
  2. package/dist/sd.css +13868 -13693
  3. package/dist/sd.min.css +1 -1
  4. package/dist/sd.scss +2 -0
  5. package/es/_components/auto-tooltip/style/index.css +1 -1
  6. package/es/_components/auto-tooltip/style/index.d.ts +1 -1
  7. package/es/_components/auto-tooltip/style/index.js +1 -1
  8. package/es/_components/auto-tooltip/style/index.scss +11 -0
  9. package/es/_components/input-label/style/index.css +18 -21
  10. package/es/_components/input-label/style/index.d.ts +1 -1
  11. package/es/_components/input-label/style/index.js +1 -1
  12. package/es/_components/input-label/style/index.scss +9 -0
  13. package/es/_components/input-label/style/input-label.scss +127 -0
  14. package/es/_components/input-label/style/token.scss +1 -0
  15. package/es/_components/picker/style/index.scss +197 -0
  16. package/es/_components/picker/style/token.scss +70 -0
  17. package/es/_components/select-view/style/index.css +160 -217
  18. package/es/_components/select-view/style/index.d.ts +1 -1
  19. package/es/_components/select-view/style/index.js +1 -1
  20. package/es/_components/select-view/style/index.scss +60 -0
  21. package/es/_components/select-view/style/token.scss +10 -0
  22. package/es/_hooks/use-component-ref.d.ts +1 -1
  23. package/es/_hooks/use-teleport-container.d.ts +2 -2
  24. package/es/_hooks/use-teleport-container.js +7 -4
  25. package/es/affix/style/index.css +1 -1
  26. package/es/affix/style/index.d.ts +2 -2
  27. package/es/affix/style/index.js +2 -2
  28. package/es/affix/style/index.scss +9 -0
  29. package/es/alert/style/index.css +1 -1
  30. package/es/alert/style/index.d.ts +2 -2
  31. package/es/alert/style/index.js +2 -2
  32. package/es/alert/style/index.scss +199 -0
  33. package/es/alert/style/token.scss +82 -0
  34. package/es/anchor/style/index.css +2 -2
  35. package/es/anchor/style/index.d.ts +2 -2
  36. package/es/anchor/style/index.js +2 -2
  37. package/es/anchor/style/index.scss +103 -0
  38. package/es/anchor/style/token.scss +36 -0
  39. package/es/auto-complete/style/index.css +3 -1
  40. package/es/auto-complete/style/index.d.ts +2 -2
  41. package/es/auto-complete/style/index.js +2 -2
  42. package/es/auto-complete/style/index.scss +78 -0
  43. package/es/auto-complete/style/token.scss +64 -0
  44. package/es/avatar/style/index.css +2 -2
  45. package/es/avatar/style/index.d.ts +2 -2
  46. package/es/avatar/style/index.js +2 -2
  47. package/es/avatar/style/index.scss +161 -0
  48. package/es/avatar/style/token.scss +57 -0
  49. package/es/back-top/style/index.css +1 -1
  50. package/es/back-top/style/index.d.ts +2 -2
  51. package/es/back-top/style/index.js +2 -2
  52. package/es/back-top/style/index.scss +34 -0
  53. package/es/back-top/style/token.scss +25 -0
  54. package/es/badge/style/index.css +9 -14
  55. package/es/badge/style/index.d.ts +2 -2
  56. package/es/badge/style/index.js +2 -2
  57. package/es/badge/style/index.scss +230 -0
  58. package/es/badge/style/token.scss +64 -0
  59. package/es/breadcrumb/style/index.css +1 -1
  60. package/es/breadcrumb/style/index.d.ts +2 -2
  61. package/es/breadcrumb/style/index.js +2 -2
  62. package/es/breadcrumb/style/index.scss +78 -0
  63. package/es/breadcrumb/style/token.scss +43 -0
  64. package/es/button/style/index.css +110 -69
  65. package/es/button/style/index.d.ts +2 -2
  66. package/es/button/style/index.js +2 -2
  67. package/es/button/style/index.scss +600 -0
  68. package/es/button/style/token.scss +469 -0
  69. package/es/calendar/style/index.css +8 -10
  70. package/es/calendar/style/index.d.ts +2 -2
  71. package/es/calendar/style/index.js +2 -2
  72. package/es/calendar/style/{index.less → index.scss} +77 -74
  73. package/es/calendar/style/token.scss +65 -0
  74. package/es/card/style/index.css +9 -8
  75. package/es/card/style/index.d.ts +2 -2
  76. package/es/card/style/index.js +2 -2
  77. package/es/card/style/index.scss +270 -0
  78. package/es/card/style/token.scss +75 -0
  79. package/es/carousel/style/index.css +19 -24
  80. package/es/carousel/style/index.d.ts +2 -2
  81. package/es/carousel/style/index.js +2 -2
  82. package/es/carousel/style/index.scss +412 -0
  83. package/es/carousel/style/{slide.less → slide.scss} +19 -16
  84. package/es/carousel/style/token.scss +44 -0
  85. package/es/cascader/style/index.css +38 -56
  86. package/es/cascader/style/index.d.ts +2 -2
  87. package/es/cascader/style/index.js +2 -2
  88. package/es/cascader/style/index.scss +242 -0
  89. package/es/cascader/style/token.scss +51 -0
  90. package/es/checkbox/style/index.css +13 -15
  91. package/es/checkbox/style/index.d.ts +2 -2
  92. package/es/checkbox/style/index.js +2 -2
  93. package/es/checkbox/style/index.scss +186 -0
  94. package/es/checkbox/style/token.scss +70 -0
  95. package/es/collapse/style/index.css +6 -2
  96. package/es/collapse/style/index.d.ts +2 -2
  97. package/es/collapse/style/index.js +2 -2
  98. package/es/collapse/style/index.scss +183 -0
  99. package/es/collapse/style/token.scss +67 -0
  100. package/es/color-picker/style/index.css +7 -4
  101. package/es/color-picker/style/index.d.ts +2 -2
  102. package/es/color-picker/style/index.js +2 -2
  103. package/es/color-picker/style/index.scss +411 -0
  104. package/es/color-picker/style/token.scss +102 -0
  105. package/es/comment/style/index.css +2 -3
  106. package/es/comment/style/index.d.ts +2 -2
  107. package/es/comment/style/index.js +2 -2
  108. package/es/comment/style/index.scss +69 -0
  109. package/es/comment/style/token.scss +35 -0
  110. package/es/config-provider/config-provider.js +14 -2
  111. package/es/config-provider/config-provider.vue.d.ts +62 -2
  112. package/es/config-provider/config-provider.vue_vue_type_script_lang.js +17 -4
  113. package/es/config-provider/context.d.ts +4 -1
  114. package/es/config-provider/context.js +2 -1
  115. package/es/config-provider/index.d.ts +116 -4
  116. package/es/config-provider/style/css.js +1 -0
  117. package/es/{style/mixins → config-provider/style}/index.css +12 -0
  118. package/es/config-provider/style/index.d.ts +1 -1
  119. package/es/config-provider/style/index.js +1 -0
  120. package/es/config-provider/style/index.scss +17 -0
  121. package/es/config-provider/theme-provider.js +5 -0
  122. package/es/config-provider/theme-provider.vue.d.ts +26 -0
  123. package/es/config-provider/theme-provider.vue_vue_type_script_setup_true_lang.js +148 -0
  124. package/es/config-provider/theme.d.ts +27 -0
  125. package/es/config-provider/theme.js +90 -0
  126. package/es/date-picker/style/date.scss +133 -0
  127. package/es/date-picker/style/index.css +206 -46
  128. package/es/date-picker/style/index.d.ts +3 -3
  129. package/es/date-picker/style/index.js +3 -3
  130. package/es/date-picker/style/index.scss +318 -0
  131. package/es/date-picker/style/month.scss +34 -0
  132. package/es/date-picker/style/quarter.scss +12 -0
  133. package/es/date-picker/style/range.scss +12 -0
  134. package/es/date-picker/style/shortcuts.scss +29 -0
  135. package/es/date-picker/style/token.scss +86 -0
  136. package/es/date-picker/style/week.scss +72 -0
  137. package/es/date-picker/style/year.scss +12 -0
  138. package/es/descriptions/style/index.css +13 -27
  139. package/es/descriptions/style/index.d.ts +2 -2
  140. package/es/descriptions/style/index.js +2 -2
  141. package/es/descriptions/style/index.scss +217 -0
  142. package/es/descriptions/style/token.scss +83 -0
  143. package/es/divider/style/index.css +1 -1
  144. package/es/divider/style/index.d.ts +2 -2
  145. package/es/divider/style/index.js +2 -2
  146. package/es/divider/style/index.scss +58 -0
  147. package/es/divider/style/token.scss +31 -0
  148. package/es/drawer/drawer.vue.d.ts +1 -1
  149. package/es/drawer/index.d.ts +3 -3
  150. package/es/drawer/style/index.css +35 -1
  151. package/es/drawer/style/index.d.ts +2 -2
  152. package/es/drawer/style/index.js +2 -2
  153. package/es/drawer/style/{index.less → index.scss} +40 -37
  154. package/es/drawer/style/token.scss +31 -0
  155. package/es/dropdown/style/index.css +2 -3
  156. package/es/dropdown/style/index.d.ts +2 -2
  157. package/es/dropdown/style/index.js +2 -2
  158. package/es/dropdown/style/index.scss +109 -0
  159. package/es/dropdown/style/token.scss +45 -0
  160. package/es/ellipsis/style/index.css +1 -1
  161. package/es/ellipsis/style/index.d.ts +2 -2
  162. package/es/ellipsis/style/index.js +2 -2
  163. package/es/ellipsis/style/{index.less → index.scss} +5 -4
  164. package/es/ellipsis/style/token.scss +5 -0
  165. package/es/empty/style/index.css +1 -1
  166. package/es/empty/style/index.d.ts +2 -2
  167. package/es/empty/style/index.js +2 -2
  168. package/es/empty/style/index.scss +28 -0
  169. package/es/empty/style/token.scss +21 -0
  170. package/es/form/style/index.css +36 -21
  171. package/es/form/style/index.d.ts +2 -2
  172. package/es/form/style/index.js +2 -2
  173. package/es/form/style/index.scss +257 -0
  174. package/es/form/style/status.scss +210 -0
  175. package/es/form/style/token.scss +139 -0
  176. package/es/grid/style/col.scss +112 -0
  177. package/es/grid/style/grid.scss +8 -0
  178. package/es/grid/style/index.css +291 -526
  179. package/es/grid/style/index.d.ts +2 -2
  180. package/es/grid/style/index.js +2 -2
  181. package/es/grid/style/index.scss +3 -0
  182. package/es/grid/style/{row.less → row.scss} +4 -3
  183. package/es/image/style/image.scss +161 -0
  184. package/es/image/style/index.css +15 -14
  185. package/es/image/style/index.d.ts +2 -2
  186. package/es/image/style/index.js +2 -2
  187. package/es/image/style/index.scss +5 -0
  188. package/es/image/style/preview.scss +231 -0
  189. package/es/image/style/token.scss +139 -0
  190. package/es/image/style/trigger.scss +17 -0
  191. package/es/index.css +13868 -13693
  192. package/es/index.d.ts +2 -0
  193. package/es/index.js +2 -1
  194. package/es/index.scss +78 -0
  195. package/es/input/style/group.scss +66 -0
  196. package/es/input/style/index.css +140 -37
  197. package/es/input/style/index.d.ts +2 -2
  198. package/es/input/style/index.js +2 -2
  199. package/es/input/style/index.scss +114 -0
  200. package/es/input/style/input.scss +258 -0
  201. package/es/input/style/password.scss +15 -0
  202. package/es/input/style/search.scss +22 -0
  203. package/es/input/style/size.scss +166 -0
  204. package/es/input/style/textarea.scss +42 -0
  205. package/es/input/style/token.scss +139 -0
  206. package/es/input-number/style/index.css +9 -14
  207. package/es/input-number/style/index.d.ts +2 -2
  208. package/es/input-number/style/index.js +2 -2
  209. package/es/input-number/style/index.scss +167 -0
  210. package/es/input-number/style/token.scss +53 -0
  211. package/es/input-tag/style/index.css +132 -177
  212. package/es/input-tag/style/index.d.ts +2 -2
  213. package/es/input-tag/style/index.js +2 -2
  214. package/es/input-tag/style/index.scss +42 -0
  215. package/es/input-tag/style/input-tag.scss +306 -0
  216. package/es/input-tag/style/token.scss +97 -0
  217. package/es/layout/index.d.ts +1 -1
  218. package/es/layout/sider.vue.d.ts +1 -1
  219. package/es/layout/style/index.css +2 -1
  220. package/es/layout/style/index.d.ts +2 -2
  221. package/es/layout/style/index.js +2 -2
  222. package/es/layout/style/{index.less → index.scss} +19 -17
  223. package/es/layout/style/token.scss +21 -0
  224. package/es/link/style/index.css +2 -3
  225. package/es/link/style/index.d.ts +2 -2
  226. package/es/link/style/index.js +2 -2
  227. package/es/link/style/index.scss +123 -0
  228. package/es/link/style/token.scss +77 -0
  229. package/es/list/style/index.css +3 -4
  230. package/es/list/style/index.d.ts +2 -2
  231. package/es/list/style/index.js +2 -2
  232. package/es/list/style/index.scss +228 -0
  233. package/es/list/style/token.scss +61 -0
  234. package/es/mention/style/index.css +1 -1
  235. package/es/mention/style/index.d.ts +2 -2
  236. package/es/mention/style/index.js +2 -2
  237. package/es/mention/style/{index.less → index.scss} +5 -3
  238. package/es/mention/style/token.scss +14 -0
  239. package/es/menu/base-menu.vue.d.ts +1 -1
  240. package/es/menu/menu.d.ts +1 -1
  241. package/es/menu/style/index.css +48 -48
  242. package/es/menu/style/index.d.ts +2 -2
  243. package/es/menu/style/index.js +2 -2
  244. package/es/menu/style/index.scss +726 -0
  245. package/es/menu/style/token.scss +145 -0
  246. package/es/menu/sub-menu-pop.vue.d.ts +1 -1
  247. package/es/message/style/index.css +10 -1
  248. package/es/message/style/index.d.ts +2 -2
  249. package/es/message/style/index.js +2 -2
  250. package/es/message/style/index.scss +196 -0
  251. package/es/message/style/token.scss +89 -0
  252. package/es/modal/index.d.ts +3 -3
  253. package/es/modal/modal.vue.d.ts +1 -1
  254. package/es/modal/style/index.css +19 -2
  255. package/es/modal/style/index.d.ts +2 -2
  256. package/es/modal/style/index.js +2 -2
  257. package/es/modal/style/index.scss +276 -0
  258. package/es/modal/style/token.scss +57 -0
  259. package/es/notification/style/index.css +14 -1
  260. package/es/notification/style/index.d.ts +2 -2
  261. package/es/notification/style/index.js +2 -2
  262. package/es/notification/style/index.scss +249 -0
  263. package/es/notification/style/token.scss +133 -0
  264. package/es/overflow-list/style/index.css +1 -1
  265. package/es/overflow-list/style/index.d.ts +2 -2
  266. package/es/overflow-list/style/index.js +2 -2
  267. package/es/overflow-list/style/{index.less → index.scss} +4 -3
  268. package/es/page-header/style/index.css +1 -1
  269. package/es/page-header/style/index.d.ts +2 -2
  270. package/es/page-header/style/index.js +2 -2
  271. package/es/page-header/style/index.scss +128 -0
  272. package/es/page-header/style/token.scss +63 -0
  273. package/es/pagination/style/index.css +22 -34
  274. package/es/pagination/style/index.d.ts +2 -2
  275. package/es/pagination/style/index.js +2 -2
  276. package/es/pagination/style/index.scss +371 -0
  277. package/es/pagination/style/token.scss +97 -0
  278. package/es/popconfirm/style/index.css +1 -1
  279. package/es/popconfirm/style/index.d.ts +2 -2
  280. package/es/popconfirm/style/index.js +2 -2
  281. package/es/popconfirm/style/index.scss +73 -0
  282. package/es/popconfirm/style/token.scss +26 -0
  283. package/es/popover/style/index.css +1 -1
  284. package/es/popover/style/index.d.ts +2 -2
  285. package/es/popover/style/index.js +2 -2
  286. package/es/popover/style/index.scss +41 -0
  287. package/es/popover/style/token.scss +33 -0
  288. package/es/progress/style/index.css +8 -10
  289. package/es/progress/style/index.d.ts +2 -2
  290. package/es/progress/style/index.js +2 -2
  291. package/es/progress/style/index.scss +380 -0
  292. package/es/progress/style/token.scss +119 -0
  293. package/es/radio/style/index.css +21 -18
  294. package/es/radio/style/index.d.ts +2 -2
  295. package/es/radio/style/index.js +2 -2
  296. package/es/radio/style/index.scss +271 -0
  297. package/es/radio/style/token.scss +108 -0
  298. package/es/rate/style/index.css +5 -7
  299. package/es/rate/style/index.d.ts +2 -2
  300. package/es/rate/style/index.js +2 -2
  301. package/es/rate/style/{index.less → index.scss} +18 -15
  302. package/es/rate/style/token.scss +24 -0
  303. package/es/resize-box/style/index.css +3 -5
  304. package/es/resize-box/style/index.d.ts +2 -2
  305. package/es/resize-box/style/index.js +2 -2
  306. package/es/resize-box/style/{index.less → index.scss} +11 -9
  307. package/es/resize-box/style/token.scss +14 -0
  308. package/es/result/style/index.css +3 -7
  309. package/es/result/style/index.d.ts +2 -2
  310. package/es/result/style/index.js +2 -2
  311. package/es/result/style/index.scss +130 -0
  312. package/es/result/style/token.scss +65 -0
  313. package/es/scrollbar/style/index.css +6 -5
  314. package/es/scrollbar/style/index.d.ts +2 -2
  315. package/es/scrollbar/style/index.js +2 -2
  316. package/es/scrollbar/style/index.scss +133 -0
  317. package/es/scrollbar/style/token.scss +25 -0
  318. package/es/sd-vue.js +2 -0
  319. package/es/select/select-dropdown.vue.d.ts +1 -1
  320. package/es/select/style/index.css +2 -3
  321. package/es/select/style/index.d.ts +2 -2
  322. package/es/select/style/index.js +2 -2
  323. package/es/select/style/index.scss +135 -0
  324. package/es/select/style/token.scss +67 -0
  325. package/es/skeleton/style/index.css +2 -1
  326. package/es/skeleton/style/index.d.ts +2 -2
  327. package/es/skeleton/style/index.js +2 -2
  328. package/es/skeleton/style/index.scss +68 -0
  329. package/es/skeleton/style/token.scss +27 -0
  330. package/es/slider/style/index.css +5 -6
  331. package/es/slider/style/index.d.ts +2 -2
  332. package/es/slider/style/index.js +2 -2
  333. package/es/slider/style/index.scss +282 -0
  334. package/es/slider/style/token.scss +60 -0
  335. package/es/space/style/index.css +1 -1
  336. package/es/space/style/index.d.ts +2 -2
  337. package/es/space/style/index.js +2 -2
  338. package/es/space/style/{index.less → index.scss} +6 -5
  339. package/es/spin/style/dot-loading.scss +64 -0
  340. package/es/spin/style/index.css +66 -67
  341. package/es/spin/style/index.d.ts +2 -2
  342. package/es/spin/style/index.js +2 -2
  343. package/es/spin/style/index.scss +55 -0
  344. package/es/spin/style/token.scss +32 -0
  345. package/es/split/style/index.css +2 -1
  346. package/es/split/style/index.d.ts +2 -2
  347. package/es/split/style/index.js +2 -2
  348. package/es/split/style/index.scss +56 -0
  349. package/es/split/style/token.scss +21 -0
  350. package/es/statistic/style/index.css +1 -1
  351. package/es/statistic/style/index.d.ts +2 -2
  352. package/es/statistic/style/index.js +2 -2
  353. package/es/statistic/style/index.scss +49 -0
  354. package/es/statistic/style/token.scss +33 -0
  355. package/es/steps/style/arrow.scss +207 -0
  356. package/es/steps/style/circle.scss +268 -0
  357. package/es/steps/style/dot.scss +206 -0
  358. package/es/steps/style/index.css +16 -9
  359. package/es/steps/style/index.d.ts +2 -2
  360. package/es/steps/style/index.js +2 -2
  361. package/es/steps/style/index.scss +77 -0
  362. package/es/steps/style/navigation.scss +61 -0
  363. package/es/steps/style/token.scss +207 -0
  364. package/es/style/animation/{fade.less → fade.scss} +5 -5
  365. package/es/style/animation/index.scss +3 -0
  366. package/es/style/animation/{slide.less → slide.scss} +13 -13
  367. package/es/style/animation/{zoom.less → zoom.scss} +25 -25
  368. package/es/style/base.scss +18 -0
  369. package/es/style/color/colors.scss +405 -0
  370. package/es/style/color/css-variables.scss +405 -0
  371. package/es/style/icon.scss +89 -0
  372. package/es/style/index.scss +11 -0
  373. package/es/style/mixins/icon-hover.scss +14 -0
  374. package/es/style/mixins/index.scss +15 -0
  375. package/es/style/normalize.scss +227 -0
  376. package/es/style/theme/_functions.scss +15 -0
  377. package/es/style/theme/_legacy-token-aliases.scss +23 -0
  378. package/es/style/theme/_mixins.scss +9 -0
  379. package/es/style/theme/_tokens.scss +18 -0
  380. package/es/style/theme/component.scss +21 -0
  381. package/es/style/theme/css-variables.scss +146 -0
  382. package/es/style/theme/global.scss +390 -0
  383. package/es/style/theme/index.scss +66 -0
  384. package/es/style/theme/legacy-less-var.scss +15 -0
  385. package/es/style/theme.scss +1 -0
  386. package/es/switch/style/index.css +12 -4
  387. package/es/switch/style/index.d.ts +2 -2
  388. package/es/switch/style/index.js +2 -2
  389. package/es/switch/style/index.scss +327 -0
  390. package/es/switch/style/token.scss +68 -0
  391. package/es/table/style/{filters-popup.less → filters-popup.scss} +13 -9
  392. package/es/table/style/index.css +46 -56
  393. package/es/table/style/index.d.ts +2 -2
  394. package/es/table/style/index.js +2 -2
  395. package/es/table/style/index.scss +973 -0
  396. package/es/table/style/token.scss +142 -0
  397. package/es/tabs/style/index.css +125 -76
  398. package/es/tabs/style/index.d.ts +2 -2
  399. package/es/tabs/style/index.js +2 -2
  400. package/es/tabs/style/index.scss +843 -0
  401. package/es/tabs/style/rtl.scss +107 -0
  402. package/es/tabs/style/token.scss +241 -0
  403. package/es/tabs/style/vertical.scss +160 -0
  404. package/es/tag/style/index.css +117 -170
  405. package/es/tag/style/index.d.ts +2 -2
  406. package/es/tag/style/index.js +2 -2
  407. package/es/tag/style/index.scss +324 -0
  408. package/es/tag/style/token.scss +181 -0
  409. package/es/textarea/style/index.css +25 -19
  410. package/es/textarea/style/index.d.ts +2 -2
  411. package/es/textarea/style/index.js +2 -2
  412. package/es/textarea/style/index.scss +66 -0
  413. package/es/theme-provider/index.d.ts +53 -0
  414. package/es/theme-provider/index.js +10 -0
  415. package/es/time-picker/style/index.css +2 -2
  416. package/es/time-picker/style/index.d.ts +3 -3
  417. package/es/time-picker/style/index.js +3 -3
  418. package/es/time-picker/style/index.scss +96 -0
  419. package/es/time-picker/style/token.scss +33 -0
  420. package/es/timeline/style/horizontal.scss +92 -0
  421. package/es/timeline/style/index.css +39 -1
  422. package/es/timeline/style/index.d.ts +2 -2
  423. package/es/timeline/style/index.js +2 -2
  424. package/es/timeline/style/index.scss +275 -0
  425. package/es/timeline/style/token.scss +45 -0
  426. package/es/tooltip/style/index.css +1 -1
  427. package/es/tooltip/style/index.d.ts +2 -2
  428. package/es/tooltip/style/index.js +2 -2
  429. package/es/tooltip/style/index.scss +25 -0
  430. package/es/tooltip/style/token.scss +25 -0
  431. package/es/transfer/style/index.css +3 -2
  432. package/es/transfer/style/index.d.ts +2 -2
  433. package/es/transfer/style/index.js +2 -2
  434. package/es/transfer/style/index.scss +298 -0
  435. package/es/transfer/style/token.scss +91 -0
  436. package/es/tree/style/index.css +18 -18
  437. package/es/tree/style/index.d.ts +2 -2
  438. package/es/tree/style/index.js +2 -2
  439. package/es/tree/style/index.scss +433 -0
  440. package/es/tree/style/token.scss +99 -0
  441. package/es/tree-select/style/index.css +1 -1
  442. package/es/tree-select/style/index.d.ts +3 -3
  443. package/es/tree-select/style/index.js +3 -3
  444. package/es/tree-select/style/index.scss +53 -0
  445. package/es/tree-select/style/token.scss +16 -0
  446. package/es/trigger/style/index.css +6 -14
  447. package/es/trigger/style/index.d.ts +2 -2
  448. package/es/trigger/style/index.js +2 -2
  449. package/es/trigger/style/{index.less → index.scss} +13 -11
  450. package/es/trigger/style/token.scss +13 -0
  451. package/es/trigger/trigger.js +8 -4
  452. package/es/typography/style/index.css +19 -21
  453. package/es/typography/style/index.d.ts +2 -2
  454. package/es/typography/style/index.js +2 -2
  455. package/es/typography/style/index.scss +208 -0
  456. package/es/typography/style/token.scss +73 -0
  457. package/es/upload/style/index.css +28 -19
  458. package/es/upload/style/index.d.ts +2 -2
  459. package/es/upload/style/index.js +2 -2
  460. package/es/upload/style/index.scss +503 -0
  461. package/es/upload/style/token.scss +212 -0
  462. package/es/verification-code/style/index.css +2 -1
  463. package/es/verification-code/style/index.d.ts +2 -2
  464. package/es/verification-code/style/index.js +2 -2
  465. package/es/verification-code/style/index.scss +34 -0
  466. package/es/verification-code/style/token.scss +1 -0
  467. package/es/watermark/style/index.d.ts +1 -1
  468. package/es/watermark/style/index.js +1 -1
  469. package/json/vetur-attributes.json +6 -0
  470. package/json/vetur-tags.json +6 -1
  471. package/json/web-types.json +23 -1
  472. package/package.json +7 -8
  473. package/dist/sd.less +0 -2
  474. package/es/_components/auto-tooltip/style/index.less +0 -10
  475. package/es/_components/input-label/style/index.less +0 -7
  476. package/es/_components/input-label/style/input-label.less +0 -70
  477. package/es/_components/input-label/style/token.less +0 -0
  478. package/es/_components/picker/style/index.css +0 -186
  479. package/es/_components/picker/style/index.less +0 -190
  480. package/es/_components/picker/style/token.less +0 -51
  481. package/es/_components/select-view/style/index.less +0 -58
  482. package/es/_components/select-view/style/token.less +0 -5
  483. package/es/affix/style/index.less +0 -8
  484. package/es/alert/style/index.less +0 -197
  485. package/es/alert/style/token.less +0 -66
  486. package/es/anchor/style/index.less +0 -101
  487. package/es/anchor/style/token.less +0 -30
  488. package/es/auto-complete/style/index.less +0 -44
  489. package/es/auto-complete/style/token.less +0 -42
  490. package/es/avatar/style/index.less +0 -153
  491. package/es/avatar/style/token.less +0 -47
  492. package/es/back-top/style/index.less +0 -32
  493. package/es/back-top/style/token.less +0 -19
  494. package/es/badge/style/index.less +0 -178
  495. package/es/badge/style/token.less +0 -55
  496. package/es/breadcrumb/style/index.less +0 -76
  497. package/es/breadcrumb/style/token.less +0 -37
  498. package/es/button/style/index.less +0 -303
  499. package/es/button/style/token.less +0 -335
  500. package/es/calendar/style/token.less +0 -39
  501. package/es/card/style/index.less +0 -216
  502. package/es/card/style/token.less +0 -69
  503. package/es/carousel/style/index.less +0 -399
  504. package/es/carousel/style/token.less +0 -33
  505. package/es/cascader/style/index.less +0 -234
  506. package/es/cascader/style/token.less +0 -39
  507. package/es/checkbox/style/index.less +0 -178
  508. package/es/checkbox/style/token.less +0 -57
  509. package/es/collapse/style/index.less +0 -177
  510. package/es/collapse/style/token.less +0 -57
  511. package/es/color-picker/style/index.less +0 -310
  512. package/es/color-picker/style/token.less +0 -93
  513. package/es/comment/style/index.less +0 -66
  514. package/es/comment/style/token.less +0 -29
  515. package/es/date-picker/style/date.less +0 -128
  516. package/es/date-picker/style/index.less +0 -313
  517. package/es/date-picker/style/month.less +0 -30
  518. package/es/date-picker/style/quarter.less +0 -8
  519. package/es/date-picker/style/range.less +0 -9
  520. package/es/date-picker/style/shortcuts.less +0 -25
  521. package/es/date-picker/style/token.less +0 -56
  522. package/es/date-picker/style/week.less +0 -70
  523. package/es/date-picker/style/year.less +0 -8
  524. package/es/descriptions/style/index.less +0 -158
  525. package/es/descriptions/style/token.less +0 -75
  526. package/es/divider/style/index.less +0 -56
  527. package/es/divider/style/token.less +0 -25
  528. package/es/drawer/style/token.less +0 -25
  529. package/es/dropdown/style/index.less +0 -106
  530. package/es/dropdown/style/token.less +0 -40
  531. package/es/ellipsis/style/token.less +0 -5
  532. package/es/empty/style/index.less +0 -26
  533. package/es/empty/style/token.less +0 -15
  534. package/es/form/style/index.less +0 -256
  535. package/es/form/style/status.less +0 -157
  536. package/es/form/style/token.less +0 -121
  537. package/es/grid/style/col.less +0 -95
  538. package/es/grid/style/grid.less +0 -5
  539. package/es/grid/style/index.less +0 -3
  540. package/es/image/style/image.less +0 -157
  541. package/es/image/style/index.less +0 -5
  542. package/es/image/style/preview.less +0 -224
  543. package/es/image/style/token.less +0 -119
  544. package/es/image/style/trigger.less +0 -13
  545. package/es/index.less +0 -77
  546. package/es/input/style/group.less +0 -62
  547. package/es/input/style/index.less +0 -119
  548. package/es/input/style/input.less +0 -184
  549. package/es/input/style/password.less +0 -11
  550. package/es/input/style/search.less +0 -18
  551. package/es/input/style/size.less +0 -149
  552. package/es/input/style/textarea.less +0 -37
  553. package/es/input/style/token.less +0 -125
  554. package/es/input-number/style/index.less +0 -162
  555. package/es/input-number/style/token.less +0 -31
  556. package/es/input-tag/style/index.less +0 -40
  557. package/es/input-tag/style/input-tag.less +0 -129
  558. package/es/input-tag/style/token.less +0 -83
  559. package/es/layout/style/token.less +0 -13
  560. package/es/link/style/index.less +0 -120
  561. package/es/link/style/token.less +0 -59
  562. package/es/list/style/index.less +0 -181
  563. package/es/list/style/token.less +0 -55
  564. package/es/mention/style/token.less +0 -9
  565. package/es/menu/style/index.less +0 -618
  566. package/es/menu/style/token.less +0 -117
  567. package/es/message/style/index.less +0 -190
  568. package/es/message/style/token.less +0 -83
  569. package/es/modal/style/index.less +0 -269
  570. package/es/modal/style/token.less +0 -51
  571. package/es/notification/style/index.less +0 -245
  572. package/es/notification/style/token.less +0 -97
  573. package/es/page-header/style/index.less +0 -123
  574. package/es/page-header/style/token.less +0 -53
  575. package/es/pagination/style/index.less +0 -298
  576. package/es/pagination/style/token.less +0 -73
  577. package/es/popconfirm/style/index.less +0 -70
  578. package/es/popconfirm/style/token.less +0 -20
  579. package/es/popover/style/index.less +0 -38
  580. package/es/popover/style/token.less +0 -27
  581. package/es/progress/style/index.less +0 -379
  582. package/es/progress/style/token.less +0 -105
  583. package/es/radio/style/index.less +0 -266
  584. package/es/radio/style/token.less +0 -93
  585. package/es/rate/style/token.less +0 -18
  586. package/es/resize-box/style/token.less +0 -6
  587. package/es/result/style/index.less +0 -93
  588. package/es/result/style/token.less +0 -51
  589. package/es/scrollbar/style/index.less +0 -131
  590. package/es/scrollbar/style/token.less +0 -17
  591. package/es/select/style/index.less +0 -132
  592. package/es/select/style/token.less +0 -43
  593. package/es/skeleton/style/index.less +0 -65
  594. package/es/skeleton/style/token.less +0 -21
  595. package/es/slider/style/index.less +0 -277
  596. package/es/slider/style/token.less +0 -50
  597. package/es/spin/style/dot-loading.less +0 -63
  598. package/es/spin/style/index.less +0 -52
  599. package/es/spin/style/token.less +0 -27
  600. package/es/split/style/index.less +0 -53
  601. package/es/split/style/token.less +0 -10
  602. package/es/statistic/style/index.less +0 -47
  603. package/es/statistic/style/token.less +0 -27
  604. package/es/steps/style/arrow.less +0 -201
  605. package/es/steps/style/circle.less +0 -263
  606. package/es/steps/style/dot.less +0 -202
  607. package/es/steps/style/index.less +0 -74
  608. package/es/steps/style/navigation.less +0 -56
  609. package/es/steps/style/token.less +0 -143
  610. package/es/style/animation/index.css +0 -328
  611. package/es/style/animation/index.less +0 -3
  612. package/es/style/color/colors.less +0 -427
  613. package/es/style/color/css-variables.less +0 -389
  614. package/es/style/color/get-rgb-str.d.ts +0 -1
  615. package/es/style/color/get-rgb-str.js +0 -17
  616. package/es/style/icon.less +0 -86
  617. package/es/style/index.css +0 -1236
  618. package/es/style/index.less +0 -10
  619. package/es/style/mixins/icon-hover.less +0 -14
  620. package/es/style/mixins/index.less +0 -13
  621. package/es/style/normalize.less +0 -353
  622. package/es/style/theme/component.less +0 -21
  623. package/es/style/theme/css-variables.less +0 -126
  624. package/es/style/theme/global.less +0 -382
  625. package/es/style/theme/index.css +0 -17
  626. package/es/style/theme/index.less +0 -43
  627. package/es/switch/style/index.less +0 -322
  628. package/es/switch/style/token.less +0 -48
  629. package/es/table/style/index.less +0 -875
  630. package/es/table/style/token.less +0 -115
  631. package/es/tabs/style/index.less +0 -700
  632. package/es/tabs/style/rtl.less +0 -103
  633. package/es/tabs/style/token.less +0 -223
  634. package/es/tabs/style/vertical.less +0 -156
  635. package/es/tag/style/index.less +0 -170
  636. package/es/tag/style/token.less +0 -153
  637. package/es/textarea/style/index.less +0 -64
  638. package/es/time-picker/style/index.less +0 -93
  639. package/es/time-picker/style/token.less +0 -25
  640. package/es/timeline/style/horizontal.less +0 -87
  641. package/es/timeline/style/index.less +0 -271
  642. package/es/timeline/style/token.less +0 -39
  643. package/es/tooltip/style/index.less +0 -24
  644. package/es/tooltip/style/token.less +0 -19
  645. package/es/transfer/style/index.less +0 -294
  646. package/es/transfer/style/token.less +0 -79
  647. package/es/tree/style/index.less +0 -379
  648. package/es/tree/style/token.less +0 -89
  649. package/es/tree-select/style/index.less +0 -49
  650. package/es/tree-select/style/token.less +0 -9
  651. package/es/trigger/style/token.less +0 -7
  652. package/es/typography/style/index.less +0 -204
  653. package/es/typography/style/token.less +0 -55
  654. package/es/upload/style/index.less +0 -500
  655. package/es/upload/style/token.less +0 -181
  656. package/es/verification-code/style/index.less +0 -32
  657. package/es/verification-code/style/token.less +0 -1
@@ -0,0 +1,469 @@
1
+ @use '@style/theme/index.scss' as global;
2
+
3
+ @forward '@style/theme/index.scss';
4
+ @forward '@style/color/colors.scss' hide $sd-vars-prefix, $sd-cssvars-prefix;
5
+
6
+ @use 'sass:string';
7
+ @use '@style/theme/index.scss' as *;
8
+
9
+ $btn-font-weight: global.$font-weight-400;
10
+ $btn-border-width: global.$border-1;
11
+ $btn-border-radius: global.$radius-small;
12
+
13
+ $btn-size-mini-radius: $btn-border-radius;
14
+ $btn-size-small-radius: $btn-border-radius;
15
+ $btn-size-default-radius: $btn-border-radius;
16
+ $btn-size-large-radius: $btn-border-radius;
17
+
18
+ $btn-size-mini-height: global.$size-mini;
19
+ $btn-size-small-height: global.$size-small;
20
+ $btn-size-default-height: global.$size-default;
21
+ $btn-size-large-height: global.$size-large;
22
+
23
+ $btn-size-mini-border-width: $btn-border-width;
24
+ $btn-size-small-border-width: $btn-border-width;
25
+ $btn-size-default-border-width: $btn-border-width;
26
+ $btn-size-large-border-width: $btn-border-width;
27
+
28
+ $btn-size-mini-icon-spacing: global.$spacing-2;
29
+ $btn-size-small-icon-spacing: global.$spacing-3;
30
+ $btn-size-default-icon-spacing: global.$spacing-4;
31
+ $btn-size-large-icon-spacing: global.$spacing-4;
32
+
33
+ $btn-size-mini-icon-vertical-align: -1px;
34
+ $btn-size-small-icon-vertical-align: -2px;
35
+ $btn-size-default-icon-vertical-align: -2px;
36
+ $btn-size-large-icon-vertical-align: -2px;
37
+
38
+ $btn-size-mini-padding-horizontal: 11px;
39
+ $btn-size-small-padding-horizontal: 15px;
40
+ $btn-size-default-padding-horizontal: 15px;
41
+ $btn-size-large-padding-horizontal: 19px;
42
+
43
+ $btn-size-mini-font-size: global.$font-size-body-1;
44
+ $btn-size-small-font-size: global.$font-size-body-3;
45
+ $btn-size-default-font-size: global.$font-size-body-3;
46
+ $btn-size-large-font-size: global.$font-size-body-3;
47
+
48
+ /***** Outline *****/
49
+ $btn-outline-color-text: global.$color-primary-6;
50
+ $btn-outline-color-text_disabled: var(
51
+ string.unquote('#{global.$sd-cssvars-prefix}-color-primary-light-3')
52
+ );
53
+ $btn-outline-color-text_hover: global.$color-primary-5;
54
+ $btn-outline-color-text_active: global.$color-primary-7;
55
+ $btn-outline-color-bg: global.$color-transparent;
56
+ $btn-outline-color-bg_disabled: global.$color-transparent;
57
+ $btn-outline-color-bg_hover: global.$color-transparent;
58
+ $btn-outline-color-bg_active: global.$color-transparent;
59
+ $btn-outline-color-border: global.$color-primary-6;
60
+ $btn-outline-color-border_disabled: var(
61
+ string.unquote('#{global.$sd-cssvars-prefix}-color-primary-light-3')
62
+ );
63
+ $btn-outline-color-border_hover: global.$color-primary-5;
64
+ $btn-outline-color-border_active: global.$color-primary-7;
65
+ // status
66
+ $btn-outline-color-text_warning: global.$color-warning-6;
67
+ $btn-outline-color-text_warning_disabled: var(
68
+ string.unquote('#{global.$sd-cssvars-prefix}-color-warning-light-3')
69
+ );
70
+ $btn-outline-color-text_warning_hover: global.$color-warning-5;
71
+ $btn-outline-color-text_warning_active: global.$color-warning-7;
72
+ $btn-outline-color-bg_warning: global.$color-transparent;
73
+ $btn-outline-color-bg_warning_disabled: global.$color-transparent;
74
+ $btn-outline-color-bg_warning_hover: global.$color-transparent;
75
+ $btn-outline-color-bg_warning_active: global.$color-transparent;
76
+ $btn-outline-color-border_warning: global.$color-warning-6;
77
+ $btn-outline-color-border_warning_disabled: var(
78
+ string.unquote('#{global.$sd-cssvars-prefix}-color-warning-light-3')
79
+ );
80
+ $btn-outline-color-border_warning_hover: global.$color-warning-5;
81
+ $btn-outline-color-border_warning_active: global.$color-warning-7;
82
+
83
+ $btn-outline-color-text_danger: global.$color-danger-6;
84
+ $btn-outline-color-text_danger_disabled: var(
85
+ string.unquote('#{global.$sd-cssvars-prefix}-color-danger-light-3')
86
+ );
87
+ $btn-outline-color-text_danger_hover: global.$color-danger-5;
88
+ $btn-outline-color-text_danger_active: global.$color-danger-7;
89
+ $btn-outline-color-bg_danger: global.$color-transparent;
90
+ $btn-outline-color-bg_danger_disabled: global.$color-transparent;
91
+ $btn-outline-color-bg_danger_hover: global.$color-transparent;
92
+ $btn-outline-color-bg_danger_active: global.$color-transparent;
93
+ $btn-outline-color-border_danger: global.$color-danger-6;
94
+ $btn-outline-color-border_danger_disabled: var(
95
+ string.unquote('#{global.$sd-cssvars-prefix}-color-danger-light-3')
96
+ );
97
+ $btn-outline-color-border_danger_hover: global.$color-danger-5;
98
+ $btn-outline-color-border_danger_active: global.$color-danger-7;
99
+
100
+ $btn-outline-color-text_success: global.$color-success-6;
101
+ $btn-outline-color-text_success_disabled: var(
102
+ string.unquote('#{global.$sd-cssvars-prefix}-color-success-light-3')
103
+ );
104
+ $btn-outline-color-text_success_hover: global.$color-success-5;
105
+ $btn-outline-color-text_success_active: global.$color-success-7;
106
+ $btn-outline-color-bg_success: global.$color-transparent;
107
+ $btn-outline-color-bg_success_disabled: global.$color-transparent;
108
+ $btn-outline-color-bg_success_hover: global.$color-transparent;
109
+ $btn-outline-color-bg_success_active: global.$color-transparent;
110
+ $btn-outline-color-border_success: global.$color-success-6;
111
+ $btn-outline-color-border_success_disabled: var(
112
+ string.unquote('#{global.$sd-cssvars-prefix}-color-success-light-3')
113
+ );
114
+ $btn-outline-color-border_success_hover: global.$color-success-5;
115
+ $btn-outline-color-border_success_active: global.$color-success-7;
116
+ // border
117
+ $btn-outline-border-style: global.$border-solid;
118
+
119
+ /***** Primary *****/
120
+ $btn-primary-color-text: #fff;
121
+ $btn-primary-color-text_disabled: #fff;
122
+ $btn-primary-color-text_hover: #fff;
123
+ $btn-primary-color-text_active: #fff;
124
+ $btn-primary-color-bg: global.$color-primary-6;
125
+ $btn-primary-color-bg_disabled: var(
126
+ string.unquote('#{global.$sd-cssvars-prefix}-color-primary-light-3')
127
+ );
128
+ $btn-primary-color-bg_hover: global.$color-primary-5;
129
+ $btn-primary-color-bg_active: global.$color-primary-7;
130
+ $btn-primary-color-border: global.$color-transparent;
131
+ $btn-primary-color-border_disabled: global.$color-transparent;
132
+ $btn-primary-color-border_hover: global.$color-transparent;
133
+ $btn-primary-color-border_active: global.$color-transparent;
134
+ // status
135
+ $btn-primary-color-text_warning: #fff;
136
+ $btn-primary-color-text_warning_disabled: #fff;
137
+ $btn-primary-color-text_warning_hover: #fff;
138
+ $btn-primary-color-text_warning_active: #fff;
139
+ $btn-primary-color-bg_warning: global.$color-warning-6;
140
+ $btn-primary-color-bg_warning_disabled: var(
141
+ string.unquote('#{global.$sd-cssvars-prefix}-color-warning-light-3')
142
+ );
143
+ $btn-primary-color-bg_warning_hover: global.$color-warning-5;
144
+ $btn-primary-color-bg_warning_active: global.$color-warning-7;
145
+ $btn-primary-color-border_warning: global.$color-transparent;
146
+ $btn-primary-color-border_warning_disabled: global.$color-transparent;
147
+ $btn-primary-color-border_warning_hover: global.$color-transparent;
148
+ $btn-primary-color-border_warning_active: global.$color-transparent;
149
+
150
+ $btn-primary-color-text_danger: #fff;
151
+ $btn-primary-color-text_danger_disabled: #fff;
152
+ $btn-primary-color-text_danger_hover: #fff;
153
+ $btn-primary-color-text_danger_active: #fff;
154
+ $btn-primary-color-bg_danger: global.$color-danger-6;
155
+ $btn-primary-color-bg_danger_disabled: var(
156
+ string.unquote('#{global.$sd-cssvars-prefix}-color-danger-light-3')
157
+ );
158
+ $btn-primary-color-bg_danger_hover: global.$color-danger-5;
159
+ $btn-primary-color-bg_danger_active: global.$color-danger-7;
160
+ $btn-primary-color-border_danger: global.$color-transparent;
161
+ $btn-primary-color-border_danger_disabled: global.$color-transparent;
162
+ $btn-primary-color-border_danger_hover: global.$color-transparent;
163
+ $btn-primary-color-border_danger_active: global.$color-transparent;
164
+
165
+ $btn-primary-color-text_success: #fff;
166
+ $btn-primary-color-text_success_disabled: #fff;
167
+ $btn-primary-color-text_success_hover: #fff;
168
+ $btn-primary-color-text_success_active: #fff;
169
+ $btn-primary-color-bg_success: global.$color-success-6;
170
+ $btn-primary-color-bg_success_disabled: var(
171
+ string.unquote('#{global.$sd-cssvars-prefix}-color-success-light-3')
172
+ );
173
+ $btn-primary-color-bg_success_hover: global.$color-success-5;
174
+ $btn-primary-color-bg_success_active: global.$color-success-7;
175
+ $btn-primary-color-border_success: global.$color-transparent;
176
+ $btn-primary-color-border_success_disabled: global.$color-transparent;
177
+ $btn-primary-color-border_success_hover: global.$color-transparent;
178
+ $btn-primary-color-border_success_active: global.$color-transparent;
179
+ // border
180
+ $btn-primary-border-style: global.$border-solid;
181
+
182
+ /***** Secondary *****/
183
+ $btn-secondary-color-text: var(string.unquote('#{global.$sd-cssvars-prefix}-color-text-2'));
184
+ $btn-secondary-color-text_disabled: var(
185
+ string.unquote('#{global.$sd-cssvars-prefix}-color-text-4')
186
+ );
187
+ $btn-secondary-color-text_hover: var(string.unquote('#{global.$sd-cssvars-prefix}-color-text-2'));
188
+ $btn-secondary-color-text_active: var(string.unquote('#{global.$sd-cssvars-prefix}-color-text-2'));
189
+ $btn-secondary-color-bg: var(string.unquote('#{global.$sd-cssvars-prefix}-color-secondary'));
190
+ $btn-secondary-color-bg_disabled: var(
191
+ string.unquote('#{global.$sd-cssvars-prefix}-color-secondary-disabled')
192
+ );
193
+ $btn-secondary-color-bg_hover: var(
194
+ string.unquote('#{global.$sd-cssvars-prefix}-color-secondary-hover')
195
+ );
196
+ $btn-secondary-color-bg_active: var(
197
+ string.unquote('#{global.$sd-cssvars-prefix}-color-secondary-active')
198
+ );
199
+ $btn-secondary-color-border: global.$color-transparent;
200
+ $btn-secondary-color-border_disabled: global.$color-transparent;
201
+ $btn-secondary-color-border_hover: global.$color-transparent;
202
+ $btn-secondary-color-border_active: global.$color-transparent;
203
+ // status
204
+ $btn-secondary-color-text_warning: global.$color-warning-6;
205
+ $btn-secondary-color-text_warning_disabled: var(
206
+ string.unquote('#{global.$sd-cssvars-prefix}-color-warning-light-3')
207
+ );
208
+ $btn-secondary-color-text_warning_hover: global.$color-warning-6;
209
+ $btn-secondary-color-text_warning_active: global.$color-warning-6;
210
+ $btn-secondary-color-bg_warning: var(
211
+ string.unquote('#{global.$sd-cssvars-prefix}-color-warning-light-1')
212
+ );
213
+ $btn-secondary-color-bg_warning_disabled: var(
214
+ string.unquote('#{global.$sd-cssvars-prefix}-color-warning-light-1')
215
+ );
216
+ $btn-secondary-color-bg_warning_hover: var(
217
+ string.unquote('#{global.$sd-cssvars-prefix}-color-warning-light-2')
218
+ );
219
+ $btn-secondary-color-bg_warning_active: var(
220
+ string.unquote('#{global.$sd-cssvars-prefix}-color-warning-light-3')
221
+ );
222
+ $btn-secondary-color-border_warning: global.$color-transparent;
223
+ $btn-secondary-color-border_warning_disabled: global.$color-transparent;
224
+ $btn-secondary-color-border_warning_hover: global.$color-transparent;
225
+ $btn-secondary-color-border_warning_active: global.$color-transparent;
226
+
227
+ $btn-secondary-color-text_danger: global.$color-danger-6;
228
+ $btn-secondary-color-text_danger_disabled: var(
229
+ string.unquote('#{global.$sd-cssvars-prefix}-color-danger-light-3')
230
+ );
231
+ $btn-secondary-color-text_danger_hover: global.$color-danger-6;
232
+ $btn-secondary-color-text_danger_active: global.$color-danger-6;
233
+ $btn-secondary-color-bg_danger: var(
234
+ string.unquote('#{global.$sd-cssvars-prefix}-color-danger-light-1')
235
+ );
236
+ $btn-secondary-color-bg_danger_disabled: var(
237
+ string.unquote('#{global.$sd-cssvars-prefix}-color-danger-light-1')
238
+ );
239
+ $btn-secondary-color-bg_danger_hover: var(
240
+ string.unquote('#{global.$sd-cssvars-prefix}-color-danger-light-2')
241
+ );
242
+ $btn-secondary-color-bg_danger_active: var(
243
+ string.unquote('#{global.$sd-cssvars-prefix}-color-danger-light-3')
244
+ );
245
+ $btn-secondary-color-border_danger: global.$color-transparent;
246
+ $btn-secondary-color-border_danger_disabled: global.$color-transparent;
247
+ $btn-secondary-color-border_danger_hover: global.$color-transparent;
248
+ $btn-secondary-color-border_danger_active: global.$color-transparent;
249
+
250
+ $btn-secondary-color-text_success: global.$color-success-6;
251
+ $btn-secondary-color-text_success_disabled: var(
252
+ string.unquote('#{global.$sd-cssvars-prefix}-color-success-light-3')
253
+ );
254
+ $btn-secondary-color-text_success_hover: global.$color-success-6;
255
+ $btn-secondary-color-text_success_active: global.$color-success-6;
256
+ $btn-secondary-color-bg_success: var(
257
+ string.unquote('#{global.$sd-cssvars-prefix}-color-success-light-1')
258
+ );
259
+ $btn-secondary-color-bg_success_disabled: var(
260
+ string.unquote('#{global.$sd-cssvars-prefix}-color-success-light-1')
261
+ );
262
+ $btn-secondary-color-bg_success_hover: var(
263
+ string.unquote('#{global.$sd-cssvars-prefix}-color-success-light-2')
264
+ );
265
+ $btn-secondary-color-bg_success_active: var(
266
+ string.unquote('#{global.$sd-cssvars-prefix}-color-success-light-3')
267
+ );
268
+ $btn-secondary-color-border_success: global.$color-transparent;
269
+ $btn-secondary-color-border_success_disabled: global.$color-transparent;
270
+ $btn-secondary-color-border_success_hover: global.$color-transparent;
271
+ $btn-secondary-color-border_success_active: global.$color-transparent;
272
+ // border
273
+ $btn-secondary-border-style: global.$border-solid;
274
+
275
+ /***** Dashed *****/
276
+ $btn-dashed-color-text: var(string.unquote('#{global.$sd-cssvars-prefix}-color-text-2'));
277
+ $btn-dashed-color-text_disabled: var(string.unquote('#{global.$sd-cssvars-prefix}-color-text-4'));
278
+ $btn-dashed-color-text_hover: var(string.unquote('#{global.$sd-cssvars-prefix}-color-text-2'));
279
+ $btn-dashed-color-text_active: var(string.unquote('#{global.$sd-cssvars-prefix}-color-text-2'));
280
+ $btn-dashed-color-bg: var(string.unquote('#{global.$sd-cssvars-prefix}-color-fill-2'));
281
+ $btn-dashed-color-bg_disabled: var(string.unquote('#{global.$sd-cssvars-prefix}-color-fill-2'));
282
+ $btn-dashed-color-bg_hover: var(string.unquote('#{global.$sd-cssvars-prefix}-color-fill-3'));
283
+ $btn-dashed-color-bg_active: var(string.unquote('#{global.$sd-cssvars-prefix}-color-fill-4'));
284
+ $btn-dashed-color-border: var(string.unquote('#{global.$sd-cssvars-prefix}-color-neutral-3'));
285
+ $btn-dashed-color-border_disabled: var(
286
+ string.unquote('#{global.$sd-cssvars-prefix}-color-neutral-3')
287
+ );
288
+ $btn-dashed-color-border_hover: var(string.unquote('#{global.$sd-cssvars-prefix}-color-neutral-4'));
289
+ $btn-dashed-color-border_active: var(
290
+ string.unquote('#{global.$sd-cssvars-prefix}-color-neutral-5')
291
+ );
292
+ // status
293
+ $btn-dashed-color-text_warning: global.$color-warning-6;
294
+ $btn-dashed-color-text_warning_disabled: var(
295
+ string.unquote('#{global.$sd-cssvars-prefix}-color-warning-light-3')
296
+ );
297
+ $btn-dashed-color-text_warning_hover: global.$color-warning-6;
298
+ $btn-dashed-color-text_warning_active: global.$color-warning-6;
299
+ $btn-dashed-color-bg_warning: var(
300
+ string.unquote('#{global.$sd-cssvars-prefix}-color-warning-light-1')
301
+ );
302
+ $btn-dashed-color-bg_warning_disabled: var(
303
+ string.unquote('#{global.$sd-cssvars-prefix}-color-warning-light-1')
304
+ );
305
+ $btn-dashed-color-bg_warning_hover: var(
306
+ string.unquote('#{global.$sd-cssvars-prefix}-color-warning-light-2')
307
+ );
308
+ $btn-dashed-color-bg_warning_active: var(
309
+ string.unquote('#{global.$sd-cssvars-prefix}-color-warning-light-3')
310
+ );
311
+ $btn-dashed-color-border_warning: var(
312
+ string.unquote('#{global.$sd-cssvars-prefix}-color-warning-light-2')
313
+ );
314
+ $btn-dashed-color-border_warning_disabled: var(
315
+ string.unquote('#{global.$sd-cssvars-prefix}-color-warning-light-2')
316
+ );
317
+ $btn-dashed-color-border_warning_hover: var(
318
+ string.unquote('#{global.$sd-cssvars-prefix}-color-warning-light-3')
319
+ );
320
+ $btn-dashed-color-border_warning_active: var(
321
+ string.unquote('#{global.$sd-cssvars-prefix}-color-warning-light-4')
322
+ );
323
+
324
+ $btn-dashed-color-text_danger: global.$color-danger-6;
325
+ $btn-dashed-color-text_danger_disabled: var(
326
+ string.unquote('#{global.$sd-cssvars-prefix}-color-danger-light-3')
327
+ );
328
+ $btn-dashed-color-text_danger_hover: global.$color-danger-6;
329
+ $btn-dashed-color-text_danger_active: global.$color-danger-6;
330
+ $btn-dashed-color-bg_danger: var(
331
+ string.unquote('#{global.$sd-cssvars-prefix}-color-danger-light-1')
332
+ );
333
+ $btn-dashed-color-bg_danger_disabled: var(
334
+ string.unquote('#{global.$sd-cssvars-prefix}-color-danger-light-1')
335
+ );
336
+ $btn-dashed-color-bg_danger_hover: var(
337
+ string.unquote('#{global.$sd-cssvars-prefix}-color-danger-light-2')
338
+ );
339
+ $btn-dashed-color-bg_danger_active: var(
340
+ string.unquote('#{global.$sd-cssvars-prefix}-color-danger-light-3')
341
+ );
342
+ $btn-dashed-color-border_danger: var(
343
+ string.unquote('#{global.$sd-cssvars-prefix}-color-danger-light-2')
344
+ );
345
+ $btn-dashed-color-border_danger_disabled: var(
346
+ string.unquote('#{global.$sd-cssvars-prefix}-color-danger-light-2')
347
+ );
348
+ $btn-dashed-color-border_danger_hover: var(
349
+ string.unquote('#{global.$sd-cssvars-prefix}-color-danger-light-3')
350
+ );
351
+ $btn-dashed-color-border_danger_active: var(
352
+ string.unquote('#{global.$sd-cssvars-prefix}-color-danger-light-4')
353
+ );
354
+
355
+ $btn-dashed-color-text_success: global.$color-success-6;
356
+ $btn-dashed-color-text_success_disabled: var(
357
+ string.unquote('#{global.$sd-cssvars-prefix}-color-success-light-3')
358
+ );
359
+ $btn-dashed-color-text_success_hover: global.$color-success-6;
360
+ $btn-dashed-color-text_success_active: global.$color-success-6;
361
+ $btn-dashed-color-bg_success: var(
362
+ string.unquote('#{global.$sd-cssvars-prefix}-color-success-light-1')
363
+ );
364
+ $btn-dashed-color-bg_success_disabled: var(
365
+ string.unquote('#{global.$sd-cssvars-prefix}-color-success-light-1')
366
+ );
367
+ $btn-dashed-color-bg_success_hover: var(
368
+ string.unquote('#{global.$sd-cssvars-prefix}-color-success-light-2')
369
+ );
370
+ $btn-dashed-color-bg_success_active: var(
371
+ string.unquote('#{global.$sd-cssvars-prefix}-color-success-light-3')
372
+ );
373
+ $btn-dashed-color-border_success: var(
374
+ string.unquote('#{global.$sd-cssvars-prefix}-color-success-light-2')
375
+ );
376
+ $btn-dashed-color-border_success_disabled: var(
377
+ string.unquote('#{global.$sd-cssvars-prefix}-color-success-light-2')
378
+ );
379
+ $btn-dashed-color-border_success_hover: var(
380
+ string.unquote('#{global.$sd-cssvars-prefix}-color-success-light-3')
381
+ );
382
+ $btn-dashed-color-border_success_active: var(
383
+ string.unquote('#{global.$sd-cssvars-prefix}-color-success-light-4')
384
+ );
385
+ // border
386
+ $btn-dashed-border-style: global.$border-dashed;
387
+
388
+ /***** Text *****/
389
+ $btn-text-color-text: global.$color-primary-6;
390
+ $btn-text-color-text_disabled: var(
391
+ string.unquote('#{global.$sd-cssvars-prefix}-color-primary-light-3')
392
+ );
393
+ $btn-text-color-text_hover: global.$color-primary-6;
394
+ $btn-text-color-text_active: global.$color-primary-6;
395
+ $btn-text-color-bg: global.$color-transparent;
396
+ $btn-text-color-bg_disabled: global.$color-transparent;
397
+ $btn-text-color-bg_hover: var(string.unquote('#{global.$sd-cssvars-prefix}-color-fill-2'));
398
+ $btn-text-color-bg_active: var(string.unquote('#{global.$sd-cssvars-prefix}-color-fill-3'));
399
+ $btn-text-color-border: global.$color-transparent;
400
+ $btn-text-color-border_disabled: global.$color-transparent;
401
+ $btn-text-color-border_hover: global.$color-transparent;
402
+ $btn-text-color-border_active: global.$color-transparent;
403
+ // status
404
+ $btn-text-color-text_warning: global.$color-warning-6;
405
+ $btn-text-color-text_warning_disabled: var(
406
+ string.unquote('#{global.$sd-cssvars-prefix}-color-warning-light-3')
407
+ );
408
+ $btn-text-color-text_warning_hover: global.$color-warning-6;
409
+ $btn-text-color-text_warning_active: global.$color-warning-6;
410
+ $btn-text-color-bg_warning: global.$color-transparent;
411
+ $btn-text-color-bg_warning_disabled: global.$color-transparent;
412
+ $btn-text-color-bg_warning_hover: var(string.unquote('#{global.$sd-cssvars-prefix}-color-fill-2'));
413
+ $btn-text-color-bg_warning_active: var(string.unquote('#{global.$sd-cssvars-prefix}-color-fill-3'));
414
+ $btn-text-color-border_warning: global.$color-transparent;
415
+ $btn-text-color-border_warning_disabled: global.$color-transparent;
416
+ $btn-text-color-border_warning_hover: global.$color-transparent;
417
+ $btn-text-color-border_warning_active: global.$color-transparent;
418
+
419
+ $btn-text-color-text_danger: global.$color-danger-6;
420
+ $btn-text-color-text_danger_disabled: var(
421
+ string.unquote('#{global.$sd-cssvars-prefix}-color-danger-light-3')
422
+ );
423
+ $btn-text-color-text_danger_hover: global.$color-danger-6;
424
+ $btn-text-color-text_danger_active: global.$color-danger-6;
425
+ $btn-text-color-bg_danger: global.$color-transparent;
426
+ $btn-text-color-bg_danger_disabled: global.$color-transparent;
427
+ $btn-text-color-bg_danger_hover: var(string.unquote('#{global.$sd-cssvars-prefix}-color-fill-2'));
428
+ $btn-text-color-bg_danger_active: var(string.unquote('#{global.$sd-cssvars-prefix}-color-fill-3'));
429
+ $btn-text-color-border_danger: global.$color-transparent;
430
+ $btn-text-color-border_danger_disabled: global.$color-transparent;
431
+ $btn-text-color-border_danger_hover: global.$color-transparent;
432
+ $btn-text-color-border_danger_active: global.$color-transparent;
433
+
434
+ $btn-text-color-text_success: global.$color-success-6;
435
+ $btn-text-color-text_success_disabled: var(
436
+ string.unquote('#{global.$sd-cssvars-prefix}-color-success-light-3')
437
+ );
438
+ $btn-text-color-text_success_hover: global.$color-success-6;
439
+ $btn-text-color-text_success_active: global.$color-success-6;
440
+ $btn-text-color-bg_success: global.$color-transparent;
441
+ $btn-text-color-bg_success_disabled: global.$color-transparent;
442
+ $btn-text-color-bg_success_hover: var(string.unquote('#{global.$sd-cssvars-prefix}-color-fill-2'));
443
+ $btn-text-color-bg_success_active: var(string.unquote('#{global.$sd-cssvars-prefix}-color-fill-3'));
444
+ $btn-text-color-border_success: global.$color-transparent;
445
+ $btn-text-color-border_success_disabled: global.$color-transparent;
446
+ $btn-text-color-border_success_hover: global.$color-transparent;
447
+ $btn-text-color-border_success_active: global.$color-transparent;
448
+ // border
449
+ $btn-text-border-style: global.$border-solid;
450
+
451
+ // vue overwrite token
452
+ $btn-size-medium-radius: $btn-size-default-radius;
453
+ $btn-size-medium-border-width: $btn-size-default-border-width;
454
+ $btn-size-medium-icon-spacing: $btn-size-default-icon-spacing;
455
+ $btn-size-medium-icon-vertical-align: $btn-size-default-icon-vertical-align;
456
+ $btn-size-medium-padding-horizontal: $btn-size-default-padding-horizontal;
457
+ $btn-size-medium-font-size: $btn-size-default-font-size;
458
+ $btn-size-medium-height: $btn-size-default-height;
459
+
460
+ /***** focus-visible *****/
461
+ $btn-box-shadow-radius: 0.25em;
462
+ $btn-primary-color-box-shadow: global.$color-primary-3;
463
+ $btn-outline-color-box-shadow: global.$color-primary-3;
464
+ $btn-secondary-color-box-shadow: global.$color-secondary-active;
465
+ $btn-dashed-color-box-shadow: global.$color-secondary-active;
466
+ $btn-text-color-box-shadow: global.$color-secondary-active;
467
+ $btn-color-box-shadow_warning: global.$color-warning-3;
468
+ $btn-color-box-shadow_danger: global.$color-danger-3;
469
+ $btn-color-box-shadow_success: global.$color-success-3;
@@ -217,6 +217,7 @@
217
217
  height: 22px;
218
218
  border-radius: 50%;
219
219
  }
220
+
220
221
  .sd-calendar-panel {
221
222
  background-color: var(--color-bg-5);
222
223
  border: 1px solid var(--color-neutral-3);
@@ -258,8 +259,7 @@
258
259
  line-height: 32px;
259
260
  text-align: center;
260
261
  }
261
- .sd-calendar-panel .sd-calendar-cell,
262
- .sd-calendar-panel .sd-calendar-year-row .sd-calendar-cell {
262
+ .sd-calendar-panel .sd-calendar-cell, .sd-calendar-panel .sd-calendar-year-row .sd-calendar-cell {
263
263
  box-sizing: border-box;
264
264
  padding: 2px 0;
265
265
  text-align: center;
@@ -293,12 +293,12 @@
293
293
  background-color: rgb(var(--primary-6));
294
294
  border-radius: 50%;
295
295
  }
296
- .sd-calendar-panel .sd-calendar-cell:not( .sd-calendar-cell-selected, .sd-calendar-cell-range-start, .sd-calendar-cell-range-end, .sd-calendar-cell-hover-range-start, .sd-calendar-cell-hover-range-end, .sd-calendar-cell-disabled, .sd-calendar-cell-week) .sd-calendar-date-value:hover {
296
+ .sd-calendar-panel .sd-calendar-cell:not(.sd-calendar-cell-selected, .sd-calendar-cell-range-start, .sd-calendar-cell-range-end, .sd-calendar-cell-hover-range-start, .sd-calendar-cell-hover-range-end, .sd-calendar-cell-disabled, .sd-calendar-cell-week) .sd-calendar-date-value:hover {
297
297
  color: rgb(var(--primary-6));
298
298
  background-color: var(--color-primary-light-1);
299
299
  border-radius: 50%;
300
300
  }
301
- .sd-calendar-panel.sd-calendar-mode-year .sd-calendar-cell:not( .sd-calendar-cell-selected, .sd-calendar-cell-range-start, .sd-calendar-cell-range-end, .sd-calendar-cell-hover-range-start, .sd-calendar-cell-hover-range-end, .sd-calendar-cell-disabled) .sd-calendar-date-value:hover {
301
+ .sd-calendar-panel.sd-calendar-mode-year .sd-calendar-cell:not(.sd-calendar-cell-selected, .sd-calendar-cell-range-start, .sd-calendar-cell-range-end, .sd-calendar-cell-hover-range-start, .sd-calendar-cell-hover-range-end, .sd-calendar-cell-disabled) .sd-calendar-date-value:hover {
302
302
  border-radius: 12px;
303
303
  }
304
304
  .sd-calendar-panel .sd-calendar-cell-today {
@@ -314,7 +314,7 @@
314
314
  margin-left: -2px;
315
315
  background-color: rgb(var(--primary-6));
316
316
  border-radius: 50%;
317
- content: '';
317
+ content: "";
318
318
  }
319
319
  .sd-calendar-cell-in-range .sd-calendar-date {
320
320
  background-color: var(--color-primary-light-1);
@@ -328,8 +328,7 @@
328
328
  .sd-calendar-cell-in-range-near-hover .sd-calendar-date {
329
329
  border-radius: 0;
330
330
  }
331
- .sd-calendar-cell-range-start .sd-calendar-date-value,
332
- .sd-calendar-cell-range-end .sd-calendar-date-value {
331
+ .sd-calendar-cell-range-start .sd-calendar-date-value, .sd-calendar-cell-range-end .sd-calendar-date-value {
333
332
  color: var(--color-white);
334
333
  background-color: rgb(var(--primary-6));
335
334
  border-radius: 50%;
@@ -343,8 +342,7 @@
343
342
  .sd-calendar-cell-hover-range-end .sd-calendar-date {
344
343
  border-radius: 0 16px 16px 0;
345
344
  }
346
- .sd-calendar-cell-hover-range-start .sd-calendar-date-value,
347
- .sd-calendar-cell-hover-range-end .sd-calendar-date-value {
345
+ .sd-calendar-cell-hover-range-start .sd-calendar-date-value, .sd-calendar-cell-hover-range-end .sd-calendar-date-value {
348
346
  color: var(--color-text-1);
349
347
  background-color: var(--color-primary-light-2);
350
348
  border-radius: 50%;
@@ -388,4 +386,4 @@
388
386
  .sd-calendar-rtl .sd-calendar-header-value-month {
389
387
  margin-right: 0;
390
388
  margin-left: 32px;
391
- }
389
+ }
@@ -1,5 +1,5 @@
1
- import '../../style/index.less';
2
- import './index.less';
1
+ import '../../style/index.scss';
2
+ import './index.scss';
3
3
  import '../../button/style';
4
4
  import '../../select/style';
5
5
  import '../../radio/style';
@@ -1,3 +1,3 @@
1
1
  import "../../radio/style/index.js";
2
- import "../../style/index.less";
3
- import "./index.less";
2
+ import "../../style/index.scss";
3
+ import "./index.scss";