naive-ui 2.21.4 → 2.23.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 (388) hide show
  1. package/es/_internal/close/src/styles/index.cssr.js +6 -5
  2. package/es/_internal/scrollbar/src/ScrollBar.d.ts +4 -0
  3. package/es/_internal/scrollbar/src/ScrollBar.js +5 -2
  4. package/es/_internal/selection/src/Selection.js +11 -9
  5. package/es/_internal/selection/src/styles/index.cssr.js +6 -2
  6. package/es/_utils/composable/use-houdini.js +10 -7
  7. package/es/alert/src/Alert.d.ts +20 -20
  8. package/es/alert/src/Alert.js +22 -22
  9. package/es/alert/src/styles/index.cssr.js +45 -45
  10. package/es/anchor/src/AnchorAdapter.js +12 -12
  11. package/es/anchor/src/styles/index.cssr.js +41 -41
  12. package/es/auto-complete/src/AutoComplete.d.ts +2 -2
  13. package/es/auto-complete/src/AutoComplete.js +2 -2
  14. package/es/auto-complete/src/styles/index.cssr.js +4 -4
  15. package/es/avatar/src/Avatar.d.ts +10 -8
  16. package/es/avatar/src/Avatar.js +11 -9
  17. package/es/avatar/src/styles/index.cssr.js +14 -16
  18. package/es/back-top/src/BackTop.d.ts +13 -13
  19. package/es/back-top/src/BackTop.js +13 -13
  20. package/es/back-top/src/styles/index.cssr.js +29 -29
  21. package/es/badge/src/Badge.d.ts +6 -6
  22. package/es/badge/src/Badge.js +6 -6
  23. package/es/badge/src/styles/index.cssr.js +15 -15
  24. package/es/button/src/Button.d.ts +43 -38
  25. package/es/button/src/Button.js +124 -116
  26. package/es/button/src/styles/button.cssr.js +83 -80
  27. package/es/button/styles/light.js +1 -1
  28. package/es/calendar/src/Calendar.d.ts +6 -0
  29. package/es/cascader/src/Cascader.d.ts +135 -0
  30. package/es/cascader/src/Cascader.js +2 -4
  31. package/es/cascader/src/CascaderMenu.d.ts +345 -0
  32. package/es/cascader/src/CascaderMenu.js +6 -5
  33. package/es/cascader/src/CascaderOption.d.ts +18 -0
  34. package/es/cascader/src/CascaderSelectMenu.d.ts +18 -0
  35. package/es/cascader/src/CascaderSubmenu.d.ts +18 -0
  36. package/es/cascader/styles/dark.js +3 -1
  37. package/es/cascader/styles/light.d.ts +13 -0
  38. package/es/cascader/styles/light.js +3 -1
  39. package/es/config-provider/src/ConfigProvider.d.ts +18 -0
  40. package/es/data-table/src/DataTable.js +7 -13
  41. package/es/data-table/src/MainTable.js +2 -3
  42. package/es/data-table/src/TableParts/Body.d.ts +15 -4
  43. package/es/data-table/src/TableParts/Body.js +80 -28
  44. package/es/data-table/src/TableParts/Cell.js +2 -3
  45. package/es/data-table/src/TableParts/Header.js +2 -2
  46. package/es/data-table/src/interface.d.ts +4 -1
  47. package/es/data-table/src/styles/index.cssr.js +4 -3
  48. package/es/data-table/src/use-check.js +6 -2
  49. package/es/data-table/src/use-scroll.d.ts +2 -0
  50. package/es/data-table/src/use-scroll.js +34 -4
  51. package/es/data-table/src/use-table-data.js +3 -1
  52. package/es/data-table/styles/_common.js +1 -1
  53. package/es/date-picker/src/DatePicker.d.ts +30 -5
  54. package/es/date-picker/src/DatePicker.js +32 -9
  55. package/es/date-picker/src/config.d.ts +1 -9
  56. package/es/date-picker/src/config.js +0 -8
  57. package/es/date-picker/src/interface.d.ts +2 -1
  58. package/es/date-picker/src/panel/date.d.ts +17 -10
  59. package/es/date-picker/src/panel/date.js +2 -2
  60. package/es/date-picker/src/panel/daterange.d.ts +15 -9
  61. package/es/date-picker/src/panel/daterange.js +2 -2
  62. package/es/date-picker/src/panel/datetime.d.ts +17 -16
  63. package/es/date-picker/src/panel/datetime.js +2 -2
  64. package/es/date-picker/src/panel/datetimerange.d.ts +15 -9
  65. package/es/date-picker/src/panel/datetimerange.js +2 -2
  66. package/es/date-picker/src/panel/month.d.ts +21 -20
  67. package/es/date-picker/src/panel/month.js +23 -12
  68. package/es/date-picker/src/panel/use-calendar.d.ts +17 -39
  69. package/es/date-picker/src/panel/use-calendar.js +41 -23
  70. package/es/date-picker/src/panel/use-dual-calendar.d.ts +13 -36
  71. package/es/date-picker/src/panel/use-dual-calendar.js +35 -21
  72. package/es/date-picker/src/panel/use-panel-common.d.ts +13 -32
  73. package/es/date-picker/src/panel/use-panel-common.js +4 -8
  74. package/es/date-picker/src/utils.d.ts +19 -3
  75. package/es/date-picker/src/utils.js +40 -5
  76. package/es/date-picker/styles/_common.d.ts +2 -0
  77. package/es/date-picker/styles/_common.js +3 -1
  78. package/es/date-picker/styles/light.d.ts +4 -0
  79. package/es/dialog/src/Dialog.d.ts +21 -21
  80. package/es/dialog/src/Dialog.js +23 -23
  81. package/es/dialog/src/styles/index.cssr.js +45 -45
  82. package/es/divider/src/Divider.d.ts +4 -4
  83. package/es/divider/src/Divider.js +4 -4
  84. package/es/divider/src/styles/index.cssr.js +12 -12
  85. package/es/dynamic-tags/src/DynamicTags.d.ts +1 -1
  86. package/es/dynamic-tags/src/DynamicTags.js +1 -1
  87. package/es/dynamic-tags/src/styles/index.cssr.js +1 -1
  88. package/es/form/src/Form.d.ts +27 -27
  89. package/es/form/src/FormItem.d.ts +27 -27
  90. package/es/form/src/FormItemCol.d.ts +27 -27
  91. package/es/form/src/FormItemGridItem.d.ts +27 -27
  92. package/es/form/src/FormItemRow.d.ts +27 -27
  93. package/es/form/styles/_common.d.ts +0 -3
  94. package/es/form/styles/_common.js +0 -3
  95. package/es/form/styles/light.d.ts +3 -3
  96. package/es/form/styles/light.js +2 -2
  97. package/es/image/src/Image.js +8 -12
  98. package/es/input/src/Input.js +2 -0
  99. package/es/input-number/src/InputNumber.js +2 -0
  100. package/es/input-number/src/utils.js +1 -1
  101. package/es/locales/common/deDE.js +6 -0
  102. package/es/locales/common/enUS.d.ts +6 -0
  103. package/es/locales/common/enUS.js +7 -1
  104. package/es/locales/common/frFR.d.ts +3 -0
  105. package/es/locales/common/frFR.js +101 -0
  106. package/es/locales/common/idID.d.ts +2 -94
  107. package/es/locales/common/idID.js +6 -0
  108. package/es/locales/common/jaJP.js +6 -0
  109. package/es/locales/common/nbNO.js +6 -0
  110. package/es/locales/common/ruRU.js +6 -0
  111. package/es/locales/common/ukUA.js +6 -0
  112. package/es/locales/common/zhCN.js +6 -0
  113. package/es/locales/common/zhTW.d.ts +3 -0
  114. package/es/locales/common/zhTW.js +100 -0
  115. package/es/locales/date/frFR.d.ts +3 -0
  116. package/es/locales/date/frFR.js +6 -0
  117. package/es/locales/date/idID.d.ts +1 -6
  118. package/es/locales/date/zhTW.d.ts +3 -0
  119. package/es/locales/date/zhTW.js +6 -0
  120. package/es/locales/index.d.ts +4 -0
  121. package/es/locales/index.js +4 -0
  122. package/es/log/src/Log.d.ts +6 -6
  123. package/es/log/src/Log.js +6 -6
  124. package/es/log/src/styles/index.cssr.js +16 -18
  125. package/es/page-header/src/PageHeader.js +3 -3
  126. package/es/page-header/src/styles/index.cssr.js +2 -4
  127. package/es/popover/src/Popover.js +4 -1
  128. package/es/popover/src/PopoverBody.js +3 -3
  129. package/es/popselect/src/Popselect.d.ts +2 -11
  130. package/es/popselect/src/Popselect.js +2 -2
  131. package/es/popselect/src/PopselectPanel.d.ts +3 -11
  132. package/es/popselect/src/PopselectPanel.js +17 -11
  133. package/es/radio/src/Radio.js +3 -3
  134. package/es/radio/src/RadioButton.js +4 -5
  135. package/es/radio/src/styles/radio-group.cssr.js +8 -4
  136. package/es/radio/src/styles/radio.cssr.js +8 -4
  137. package/es/radio/src/use-radio.d.ts +0 -3
  138. package/es/radio/src/use-radio.js +1 -26
  139. package/es/steps/src/Step.d.ts +12 -12
  140. package/es/steps/src/Step.js +12 -12
  141. package/es/steps/src/styles/index.cssr.js +46 -46
  142. package/es/switch/src/Switch.d.ts +19 -19
  143. package/es/switch/src/Switch.js +26 -19
  144. package/es/switch/src/styles/index.cssr.js +59 -57
  145. package/es/tabs/src/styles/index.cssr.js +1 -0
  146. package/es/tag/src/Tag.d.ts +26 -26
  147. package/es/tag/src/Tag.js +26 -26
  148. package/es/tag/src/styles/index.cssr.js +55 -55
  149. package/es/tag/src/styles/rtl.cssr.js +1 -1
  150. package/es/time-picker/src/TimePicker.d.ts +17 -17
  151. package/es/time-picker/src/TimePicker.js +17 -17
  152. package/es/time-picker/src/styles/index.cssr.js +47 -47
  153. package/es/timeline/src/TimelineItem.d.ts +12 -12
  154. package/es/timeline/src/TimelineItem.js +12 -12
  155. package/es/timeline/src/styles/index.cssr.js +44 -44
  156. package/es/transfer/src/styles/index.cssr.js +9 -4
  157. package/es/tree/src/Tree.d.ts +11 -11
  158. package/es/tree/src/Tree.js +11 -11
  159. package/es/tree/src/dnd.js +2 -2
  160. package/es/tree/src/styles/index.cssr.js +33 -33
  161. package/es/tree-select/src/TreeSelect.d.ts +43 -6
  162. package/es/tree-select/src/TreeSelect.js +29 -14
  163. package/es/tree-select/src/styles/index.cssr.js +20 -11
  164. package/es/tree-select/styles/light.d.ts +6 -0
  165. package/es/tree-select/styles/light.js +5 -2
  166. package/es/typography/src/a.d.ts +2 -2
  167. package/es/typography/src/a.js +2 -2
  168. package/es/typography/src/blockquote.d.ts +5 -5
  169. package/es/typography/src/blockquote.js +5 -5
  170. package/es/typography/src/create-header.d.ts +8 -8
  171. package/es/typography/src/create-header.js +8 -8
  172. package/es/typography/src/headers.d.ts +48 -48
  173. package/es/typography/src/hr.d.ts +2 -1
  174. package/es/typography/src/hr.js +3 -1
  175. package/es/typography/src/ol.d.ts +7 -7
  176. package/es/typography/src/ol.js +7 -7
  177. package/es/typography/src/p.d.ts +5 -5
  178. package/es/typography/src/p.js +5 -5
  179. package/es/typography/src/styles/a.cssr.js +6 -6
  180. package/es/typography/src/styles/blockquote.cssr.js +11 -11
  181. package/es/typography/src/styles/header.cssr.js +19 -19
  182. package/es/typography/src/styles/hr.cssr.js +3 -3
  183. package/es/typography/src/styles/list.cssr.js +15 -15
  184. package/es/typography/src/styles/p.cssr.js +10 -10
  185. package/es/typography/src/styles/text.cssr.js +18 -18
  186. package/es/typography/src/text.d.ts +8 -7
  187. package/es/typography/src/text.js +9 -8
  188. package/es/typography/src/ul.d.ts +7 -7
  189. package/es/typography/src/ul.js +7 -7
  190. package/es/upload/src/Upload.js +16 -16
  191. package/es/upload/src/styles/index.cssr.js +36 -36
  192. package/es/version.d.ts +1 -1
  193. package/es/version.js +1 -1
  194. package/lib/_internal/close/src/styles/index.cssr.js +6 -5
  195. package/lib/_internal/scrollbar/src/ScrollBar.d.ts +4 -0
  196. package/lib/_internal/scrollbar/src/ScrollBar.js +5 -2
  197. package/lib/_internal/selection/src/Selection.js +11 -9
  198. package/lib/_internal/selection/src/styles/index.cssr.js +6 -2
  199. package/lib/_utils/composable/use-houdini.js +10 -7
  200. package/lib/alert/src/Alert.d.ts +20 -20
  201. package/lib/alert/src/Alert.js +22 -22
  202. package/lib/alert/src/styles/index.cssr.js +45 -45
  203. package/lib/anchor/src/AnchorAdapter.js +12 -12
  204. package/lib/anchor/src/styles/index.cssr.js +41 -41
  205. package/lib/auto-complete/src/AutoComplete.d.ts +2 -2
  206. package/lib/auto-complete/src/AutoComplete.js +2 -2
  207. package/lib/auto-complete/src/styles/index.cssr.js +4 -4
  208. package/lib/avatar/src/Avatar.d.ts +10 -8
  209. package/lib/avatar/src/Avatar.js +11 -9
  210. package/lib/avatar/src/styles/index.cssr.js +14 -16
  211. package/lib/back-top/src/BackTop.d.ts +13 -13
  212. package/lib/back-top/src/BackTop.js +13 -13
  213. package/lib/back-top/src/styles/index.cssr.js +29 -29
  214. package/lib/badge/src/Badge.d.ts +6 -6
  215. package/lib/badge/src/Badge.js +6 -6
  216. package/lib/badge/src/styles/index.cssr.js +15 -15
  217. package/lib/button/src/Button.d.ts +43 -38
  218. package/lib/button/src/Button.js +123 -115
  219. package/lib/button/src/styles/button.cssr.js +83 -80
  220. package/lib/button/styles/light.js +1 -1
  221. package/lib/calendar/src/Calendar.d.ts +6 -0
  222. package/lib/cascader/src/Cascader.d.ts +135 -0
  223. package/lib/cascader/src/Cascader.js +2 -4
  224. package/lib/cascader/src/CascaderMenu.d.ts +345 -0
  225. package/lib/cascader/src/CascaderMenu.js +6 -5
  226. package/lib/cascader/src/CascaderOption.d.ts +18 -0
  227. package/lib/cascader/src/CascaderSelectMenu.d.ts +18 -0
  228. package/lib/cascader/src/CascaderSubmenu.d.ts +18 -0
  229. package/lib/cascader/styles/dark.js +3 -1
  230. package/lib/cascader/styles/light.d.ts +13 -0
  231. package/lib/cascader/styles/light.js +3 -1
  232. package/lib/config-provider/src/ConfigProvider.d.ts +18 -0
  233. package/lib/data-table/src/DataTable.js +6 -12
  234. package/lib/data-table/src/MainTable.js +1 -2
  235. package/lib/data-table/src/TableParts/Body.d.ts +15 -4
  236. package/lib/data-table/src/TableParts/Body.js +78 -26
  237. package/lib/data-table/src/TableParts/Cell.js +2 -3
  238. package/lib/data-table/src/TableParts/Header.js +2 -2
  239. package/lib/data-table/src/interface.d.ts +4 -1
  240. package/lib/data-table/src/styles/index.cssr.js +4 -3
  241. package/lib/data-table/src/use-check.js +6 -2
  242. package/lib/data-table/src/use-scroll.d.ts +2 -0
  243. package/lib/data-table/src/use-scroll.js +34 -4
  244. package/lib/data-table/src/use-table-data.js +3 -1
  245. package/lib/data-table/styles/_common.js +1 -1
  246. package/lib/date-picker/src/DatePicker.d.ts +30 -5
  247. package/lib/date-picker/src/DatePicker.js +31 -8
  248. package/lib/date-picker/src/config.d.ts +1 -9
  249. package/lib/date-picker/src/config.js +1 -9
  250. package/lib/date-picker/src/interface.d.ts +2 -1
  251. package/lib/date-picker/src/panel/date.d.ts +17 -10
  252. package/lib/date-picker/src/panel/date.js +1 -1
  253. package/lib/date-picker/src/panel/daterange.d.ts +15 -9
  254. package/lib/date-picker/src/panel/daterange.js +1 -1
  255. package/lib/date-picker/src/panel/datetime.d.ts +17 -16
  256. package/lib/date-picker/src/panel/datetime.js +1 -1
  257. package/lib/date-picker/src/panel/datetimerange.d.ts +15 -9
  258. package/lib/date-picker/src/panel/datetimerange.js +2 -2
  259. package/lib/date-picker/src/panel/month.d.ts +21 -20
  260. package/lib/date-picker/src/panel/month.js +23 -12
  261. package/lib/date-picker/src/panel/use-calendar.d.ts +17 -39
  262. package/lib/date-picker/src/panel/use-calendar.js +40 -21
  263. package/lib/date-picker/src/panel/use-dual-calendar.d.ts +13 -36
  264. package/lib/date-picker/src/panel/use-dual-calendar.js +34 -19
  265. package/lib/date-picker/src/panel/use-panel-common.d.ts +13 -32
  266. package/lib/date-picker/src/panel/use-panel-common.js +5 -8
  267. package/lib/date-picker/src/utils.d.ts +19 -3
  268. package/lib/date-picker/src/utils.js +41 -4
  269. package/lib/date-picker/styles/_common.d.ts +2 -0
  270. package/lib/date-picker/styles/_common.js +3 -1
  271. package/lib/date-picker/styles/light.d.ts +4 -0
  272. package/lib/dialog/src/Dialog.d.ts +21 -21
  273. package/lib/dialog/src/Dialog.js +23 -23
  274. package/lib/dialog/src/styles/index.cssr.js +45 -45
  275. package/lib/divider/src/Divider.d.ts +4 -4
  276. package/lib/divider/src/Divider.js +4 -4
  277. package/lib/divider/src/styles/index.cssr.js +12 -12
  278. package/lib/dynamic-tags/src/DynamicTags.d.ts +1 -1
  279. package/lib/dynamic-tags/src/DynamicTags.js +1 -1
  280. package/lib/dynamic-tags/src/styles/index.cssr.js +1 -1
  281. package/lib/form/src/Form.d.ts +27 -27
  282. package/lib/form/src/FormItem.d.ts +27 -27
  283. package/lib/form/src/FormItemCol.d.ts +27 -27
  284. package/lib/form/src/FormItemGridItem.d.ts +27 -27
  285. package/lib/form/src/FormItemRow.d.ts +27 -27
  286. package/lib/form/styles/_common.d.ts +0 -3
  287. package/lib/form/styles/_common.js +0 -3
  288. package/lib/form/styles/light.d.ts +3 -3
  289. package/lib/form/styles/light.js +2 -2
  290. package/lib/image/src/Image.js +7 -11
  291. package/lib/input/src/Input.js +2 -0
  292. package/lib/input-number/src/InputNumber.js +2 -0
  293. package/lib/input-number/src/utils.js +1 -1
  294. package/lib/locales/common/deDE.js +6 -0
  295. package/lib/locales/common/enUS.d.ts +6 -0
  296. package/lib/locales/common/enUS.js +7 -1
  297. package/lib/locales/common/frFR.d.ts +3 -0
  298. package/lib/locales/common/frFR.js +103 -0
  299. package/lib/locales/common/idID.d.ts +2 -94
  300. package/lib/locales/common/idID.js +6 -0
  301. package/lib/locales/common/jaJP.js +6 -0
  302. package/lib/locales/common/nbNO.js +6 -0
  303. package/lib/locales/common/ruRU.js +6 -0
  304. package/lib/locales/common/ukUA.js +6 -0
  305. package/lib/locales/common/zhCN.js +6 -0
  306. package/lib/locales/common/zhTW.d.ts +3 -0
  307. package/lib/locales/common/zhTW.js +102 -0
  308. package/lib/locales/date/frFR.d.ts +3 -0
  309. package/lib/locales/date/frFR.js +11 -0
  310. package/lib/locales/date/idID.d.ts +1 -6
  311. package/lib/locales/date/zhTW.d.ts +3 -0
  312. package/lib/locales/date/zhTW.js +11 -0
  313. package/lib/locales/index.d.ts +4 -0
  314. package/lib/locales/index.js +9 -1
  315. package/lib/log/src/Log.d.ts +6 -6
  316. package/lib/log/src/Log.js +6 -6
  317. package/lib/log/src/styles/index.cssr.js +16 -18
  318. package/lib/page-header/src/PageHeader.js +3 -3
  319. package/lib/page-header/src/styles/index.cssr.js +2 -4
  320. package/lib/popover/src/Popover.js +4 -1
  321. package/lib/popover/src/PopoverBody.js +3 -3
  322. package/lib/popselect/src/Popselect.d.ts +2 -11
  323. package/lib/popselect/src/Popselect.js +2 -2
  324. package/lib/popselect/src/PopselectPanel.d.ts +3 -11
  325. package/lib/popselect/src/PopselectPanel.js +16 -10
  326. package/lib/radio/src/Radio.js +3 -3
  327. package/lib/radio/src/RadioButton.js +4 -5
  328. package/lib/radio/src/styles/radio-group.cssr.js +8 -4
  329. package/lib/radio/src/styles/radio.cssr.js +8 -4
  330. package/lib/radio/src/use-radio.d.ts +0 -3
  331. package/lib/radio/src/use-radio.js +1 -26
  332. package/lib/steps/src/Step.d.ts +12 -12
  333. package/lib/steps/src/Step.js +12 -12
  334. package/lib/steps/src/styles/index.cssr.js +46 -46
  335. package/lib/switch/src/Switch.d.ts +19 -19
  336. package/lib/switch/src/Switch.js +26 -19
  337. package/lib/switch/src/styles/index.cssr.js +59 -57
  338. package/lib/tabs/src/styles/index.cssr.js +1 -0
  339. package/lib/tag/src/Tag.d.ts +26 -26
  340. package/lib/tag/src/Tag.js +26 -26
  341. package/lib/tag/src/styles/index.cssr.js +55 -55
  342. package/lib/tag/src/styles/rtl.cssr.js +1 -1
  343. package/lib/time-picker/src/TimePicker.d.ts +17 -17
  344. package/lib/time-picker/src/TimePicker.js +17 -17
  345. package/lib/time-picker/src/styles/index.cssr.js +47 -47
  346. package/lib/timeline/src/TimelineItem.d.ts +12 -12
  347. package/lib/timeline/src/TimelineItem.js +12 -12
  348. package/lib/timeline/src/styles/index.cssr.js +44 -44
  349. package/lib/transfer/src/styles/index.cssr.js +9 -4
  350. package/lib/tree/src/Tree.d.ts +11 -11
  351. package/lib/tree/src/Tree.js +11 -11
  352. package/lib/tree/src/dnd.js +2 -2
  353. package/lib/tree/src/styles/index.cssr.js +33 -33
  354. package/lib/tree-select/src/TreeSelect.d.ts +43 -6
  355. package/lib/tree-select/src/TreeSelect.js +28 -13
  356. package/lib/tree-select/src/styles/index.cssr.js +20 -11
  357. package/lib/tree-select/styles/light.d.ts +6 -0
  358. package/lib/tree-select/styles/light.js +5 -2
  359. package/lib/typography/src/a.d.ts +2 -2
  360. package/lib/typography/src/a.js +2 -2
  361. package/lib/typography/src/blockquote.d.ts +5 -5
  362. package/lib/typography/src/blockquote.js +5 -5
  363. package/lib/typography/src/create-header.d.ts +8 -8
  364. package/lib/typography/src/create-header.js +8 -8
  365. package/lib/typography/src/headers.d.ts +48 -48
  366. package/lib/typography/src/hr.d.ts +2 -1
  367. package/lib/typography/src/hr.js +3 -1
  368. package/lib/typography/src/ol.d.ts +7 -7
  369. package/lib/typography/src/ol.js +7 -7
  370. package/lib/typography/src/p.d.ts +5 -5
  371. package/lib/typography/src/p.js +5 -5
  372. package/lib/typography/src/styles/a.cssr.js +6 -6
  373. package/lib/typography/src/styles/blockquote.cssr.js +11 -11
  374. package/lib/typography/src/styles/header.cssr.js +19 -19
  375. package/lib/typography/src/styles/hr.cssr.js +3 -3
  376. package/lib/typography/src/styles/list.cssr.js +15 -15
  377. package/lib/typography/src/styles/p.cssr.js +10 -10
  378. package/lib/typography/src/styles/text.cssr.js +18 -18
  379. package/lib/typography/src/text.d.ts +8 -7
  380. package/lib/typography/src/text.js +9 -8
  381. package/lib/typography/src/ul.d.ts +7 -7
  382. package/lib/typography/src/ul.js +7 -7
  383. package/lib/upload/src/Upload.js +16 -16
  384. package/lib/upload/src/styles/index.cssr.js +36 -36
  385. package/lib/version.d.ts +1 -1
  386. package/lib/version.js +1 -1
  387. package/package.json +29 -28
  388. package/web-types.json +25 -7
@@ -206,14 +206,14 @@ export declare const NH1: import("vue").DefineComponent<{
206
206
  }, {
207
207
  mergedClsPrefix: import("vue").ComputedRef<string>;
208
208
  cssVars: import("vue").ComputedRef<{
209
- '--bezier': string;
210
- '--font-size': string;
211
- '--margin': string;
212
- '--bar-color': string;
213
- '--bar-width': string;
214
- '--font-weight': string;
215
- '--text-color': string;
216
- '--prefix-width': string;
209
+ '--n-bezier': string;
210
+ '--n-font-size': string;
211
+ '--n-margin': string;
212
+ '--n-bar-color': string;
213
+ '--n-bar-width': string;
214
+ '--n-font-weight': string;
215
+ '--n-text-color': string;
216
+ '--n-prefix-width': string;
217
217
  }>;
218
218
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
219
219
  readonly type?: unknown;
@@ -637,14 +637,14 @@ export declare const NH2: import("vue").DefineComponent<{
637
637
  }, {
638
638
  mergedClsPrefix: import("vue").ComputedRef<string>;
639
639
  cssVars: import("vue").ComputedRef<{
640
- '--bezier': string;
641
- '--font-size': string;
642
- '--margin': string;
643
- '--bar-color': string;
644
- '--bar-width': string;
645
- '--font-weight': string;
646
- '--text-color': string;
647
- '--prefix-width': string;
640
+ '--n-bezier': string;
641
+ '--n-font-size': string;
642
+ '--n-margin': string;
643
+ '--n-bar-color': string;
644
+ '--n-bar-width': string;
645
+ '--n-font-weight': string;
646
+ '--n-text-color': string;
647
+ '--n-prefix-width': string;
648
648
  }>;
649
649
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
650
650
  readonly type?: unknown;
@@ -1068,14 +1068,14 @@ export declare const NH3: import("vue").DefineComponent<{
1068
1068
  }, {
1069
1069
  mergedClsPrefix: import("vue").ComputedRef<string>;
1070
1070
  cssVars: import("vue").ComputedRef<{
1071
- '--bezier': string;
1072
- '--font-size': string;
1073
- '--margin': string;
1074
- '--bar-color': string;
1075
- '--bar-width': string;
1076
- '--font-weight': string;
1077
- '--text-color': string;
1078
- '--prefix-width': string;
1071
+ '--n-bezier': string;
1072
+ '--n-font-size': string;
1073
+ '--n-margin': string;
1074
+ '--n-bar-color': string;
1075
+ '--n-bar-width': string;
1076
+ '--n-font-weight': string;
1077
+ '--n-text-color': string;
1078
+ '--n-prefix-width': string;
1079
1079
  }>;
1080
1080
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
1081
1081
  readonly type?: unknown;
@@ -1499,14 +1499,14 @@ export declare const NH4: import("vue").DefineComponent<{
1499
1499
  }, {
1500
1500
  mergedClsPrefix: import("vue").ComputedRef<string>;
1501
1501
  cssVars: import("vue").ComputedRef<{
1502
- '--bezier': string;
1503
- '--font-size': string;
1504
- '--margin': string;
1505
- '--bar-color': string;
1506
- '--bar-width': string;
1507
- '--font-weight': string;
1508
- '--text-color': string;
1509
- '--prefix-width': string;
1502
+ '--n-bezier': string;
1503
+ '--n-font-size': string;
1504
+ '--n-margin': string;
1505
+ '--n-bar-color': string;
1506
+ '--n-bar-width': string;
1507
+ '--n-font-weight': string;
1508
+ '--n-text-color': string;
1509
+ '--n-prefix-width': string;
1510
1510
  }>;
1511
1511
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
1512
1512
  readonly type?: unknown;
@@ -1930,14 +1930,14 @@ export declare const NH5: import("vue").DefineComponent<{
1930
1930
  }, {
1931
1931
  mergedClsPrefix: import("vue").ComputedRef<string>;
1932
1932
  cssVars: import("vue").ComputedRef<{
1933
- '--bezier': string;
1934
- '--font-size': string;
1935
- '--margin': string;
1936
- '--bar-color': string;
1937
- '--bar-width': string;
1938
- '--font-weight': string;
1939
- '--text-color': string;
1940
- '--prefix-width': string;
1933
+ '--n-bezier': string;
1934
+ '--n-font-size': string;
1935
+ '--n-margin': string;
1936
+ '--n-bar-color': string;
1937
+ '--n-bar-width': string;
1938
+ '--n-font-weight': string;
1939
+ '--n-text-color': string;
1940
+ '--n-prefix-width': string;
1941
1941
  }>;
1942
1942
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
1943
1943
  readonly type?: unknown;
@@ -2361,14 +2361,14 @@ export declare const NH6: import("vue").DefineComponent<{
2361
2361
  }, {
2362
2362
  mergedClsPrefix: import("vue").ComputedRef<string>;
2363
2363
  cssVars: import("vue").ComputedRef<{
2364
- '--bezier': string;
2365
- '--font-size': string;
2366
- '--margin': string;
2367
- '--bar-color': string;
2368
- '--bar-width': string;
2369
- '--font-weight': string;
2370
- '--text-color': string;
2371
- '--prefix-width': string;
2364
+ '--n-bezier': string;
2365
+ '--n-font-size': string;
2366
+ '--n-margin': string;
2367
+ '--n-bar-color': string;
2368
+ '--n-bar-width': string;
2369
+ '--n-font-weight': string;
2370
+ '--n-text-color': string;
2371
+ '--n-prefix-width': string;
2372
2372
  }>;
2373
2373
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
2374
2374
  readonly type?: unknown;
@@ -200,7 +200,8 @@ declare const _default: import("vue").DefineComponent<{
200
200
  }, {
201
201
  mergedClsPrefix: import("vue").ComputedRef<string>;
202
202
  cssVars: import("vue").ComputedRef<{
203
- '--color': string;
203
+ '--n-bezier': string;
204
+ '--n-color': string;
204
205
  }>;
205
206
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
206
207
  theme?: unknown;
@@ -16,8 +16,10 @@ exports.default = (0, vue_1.defineComponent)({
16
16
  return {
17
17
  mergedClsPrefix: mergedClsPrefixRef,
18
18
  cssVars: (0, vue_1.computed)(() => {
19
+ const { common: { cubicBezierEaseInOut }, self: { hrColor } } = themeRef.value;
19
20
  return {
20
- '--color': themeRef.value.self.hrColor
21
+ '--n-bezier': cubicBezierEaseInOut,
22
+ '--n-color': hrColor
21
23
  };
22
24
  })
23
25
  };
@@ -404,13 +404,13 @@ declare const _default: import("vue").DefineComponent<{
404
404
  }, {
405
405
  mergedClsPrefix: import("vue").ComputedRef<string>;
406
406
  cssVars: import("vue").ComputedRef<{
407
- '--bezier': string;
408
- '--font-size': string;
409
- '--line-height': string;
410
- '--text-color': string;
411
- '--li-margin': string;
412
- '--ol-padding': string;
413
- '--ul-padding': string;
407
+ '--n-bezier': string;
408
+ '--n-font-size': string;
409
+ '--n-line-height': string;
410
+ '--n-text-color': string;
411
+ '--n-li-margin': string;
412
+ '--n-ol-padding': string;
413
+ '--n-ul-padding': string;
414
414
  }>;
415
415
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
416
416
  alignText?: unknown;
@@ -19,13 +19,13 @@ exports.default = (0, vue_1.defineComponent)({
19
19
  cssVars: (0, vue_1.computed)(() => {
20
20
  const { common: { cubicBezierEaseInOut }, self: { olPadding, ulPadding, liMargin, liTextColor, liLineHeight, liFontSize } } = themeRef.value;
21
21
  return {
22
- '--bezier': cubicBezierEaseInOut,
23
- '--font-size': liFontSize,
24
- '--line-height': liLineHeight,
25
- '--text-color': liTextColor,
26
- '--li-margin': liMargin,
27
- '--ol-padding': olPadding,
28
- '--ul-padding': ulPadding
22
+ '--n-bezier': cubicBezierEaseInOut,
23
+ '--n-font-size': liFontSize,
24
+ '--n-line-height': liLineHeight,
25
+ '--n-text-color': liTextColor,
26
+ '--n-li-margin': liMargin,
27
+ '--n-ol-padding': olPadding,
28
+ '--n-ul-padding': ulPadding
29
29
  };
30
30
  })
31
31
  };
@@ -405,11 +405,11 @@ declare const _default: import("vue").DefineComponent<{
405
405
  }, {
406
406
  mergedClsPrefix: import("vue").ComputedRef<string>;
407
407
  cssVars: import("vue").ComputedRef<{
408
- '--bezier': string;
409
- '--font-size': string;
410
- '--line-height': string;
411
- '--margin': string;
412
- '--text-color': string;
408
+ '--n-bezier': string;
409
+ '--n-font-size': string;
410
+ '--n-line-height': string;
411
+ '--n-margin': string;
412
+ '--n-text-color': string;
413
413
  }>;
414
414
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
415
415
  depth?: unknown;
@@ -21,11 +21,11 @@ exports.default = (0, vue_1.defineComponent)({
21
21
  const typeSafeDepth = depth || '1';
22
22
  const { common: { cubicBezierEaseInOut }, self: { pFontSize, pLineHeight, pMargin, pTextColor, [`pTextColor${typeSafeDepth}Depth`]: depthTextColor } } = themeRef.value;
23
23
  return {
24
- '--bezier': cubicBezierEaseInOut,
25
- '--font-size': pFontSize,
26
- '--line-height': pLineHeight,
27
- '--margin': pMargin,
28
- '--text-color': depth === undefined ? pTextColor : depthTextColor
24
+ '--n-bezier': cubicBezierEaseInOut,
25
+ '--n-font-size': pFontSize,
26
+ '--n-line-height': pLineHeight,
27
+ '--n-margin': pMargin,
28
+ '--n-text-color': depth === undefined ? pTextColor : depthTextColor
29
29
  };
30
30
  })
31
31
  };
@@ -5,15 +5,15 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
 
7
7
  const cssr_1 = require("../../../_utils/cssr"); // vars:
8
- // --text-color
9
- // --bezier
8
+ // --n-text-color
9
+ // --n-bezier
10
10
 
11
11
 
12
12
  exports.default = (0, cssr_1.cB)('a', `
13
13
  cursor: pointer;
14
14
  transition:
15
- color .3s var(--bezier),
16
- text-decoration-color .3s var(--bezier);
17
- text-decoration-color: var(--text-color);
18
- color: var(--text-color);
15
+ color .3s var(--n-bezier),
16
+ text-decoration-color .3s var(--n-bezier);
17
+ text-decoration-color: var(--n-text-color);
18
+ color: var(--n-text-color);
19
19
  `);
@@ -5,26 +5,26 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
 
7
7
  const cssr_1 = require("../../../_utils/cssr"); // vars:
8
- // --bezier
9
- // --font-size
10
- // --line-height
11
- // --prefix-color
12
- // --text-color
8
+ // --n-bezier
9
+ // --n-font-size
10
+ // --n-line-height
11
+ // --n-prefix-color
12
+ // --n-text-color
13
13
 
14
14
 
15
15
  exports.default = (0, cssr_1.cB)('blockquote', `
16
- font-size: var(--font-size);
17
- line-height: var(--line-height);
16
+ font-size: var(--n-font-size);
17
+ line-height: var(--n-line-height);
18
18
  margin: 0;
19
19
  margin-top: 12px;
20
20
  margin-bottom: 12px;
21
21
  box-sizing: border-box;
22
22
  padding-left: 12px;
23
- border-left: 4px solid var(--prefix-color);
24
- color: var(--text-color);
23
+ border-left: 4px solid var(--n-prefix-color);
24
+ color: var(--n-text-color);
25
25
  transition:
26
- color .3s var(--bezier),
27
- border-color .3s var(--bezier);
26
+ color .3s var(--n-bezier),
27
+ border-color .3s var(--n-bezier);
28
28
  `, [(0, cssr_1.c)('&:first-child', {
29
29
  marginTop: 0
30
30
  }), (0, cssr_1.c)('&:last-child', {
@@ -5,40 +5,40 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
 
7
7
  const cssr_1 = require("../../../_utils/cssr"); // vars:
8
- // --bezier
9
- // --font-size
10
- // --margin
11
- // --bar-color
12
- // --bar-width
13
- // --font-weight
14
- // --text-color
15
- // --prefix-width
8
+ // --n-bezier
9
+ // --n-font-size
10
+ // --n-margin
11
+ // --n-bar-color
12
+ // --n-bar-width
13
+ // --n-font-weight
14
+ // --n-text-color
15
+ // --n-prefix-width
16
16
 
17
17
 
18
18
  exports.default = (0, cssr_1.cB)('h', `
19
- font-size: var(--font-size);
20
- font-weight: var(--font-weight);
21
- margin: var(--margin);
22
- transition: color .3s var(--bezier);
23
- color: var(--text-color);
19
+ font-size: var(--n-font-size);
20
+ font-weight: var(--n-font-weight);
21
+ margin: var(--n-margin);
22
+ transition: color .3s var(--n-bezier);
23
+ color: var(--n-text-color);
24
24
  `, [(0, cssr_1.c)('&:first-child', {
25
25
  marginTop: 0
26
26
  }), (0, cssr_1.cM)('prefix-bar', {
27
27
  position: 'relative',
28
- paddingLeft: 'var(--prefix-width)'
28
+ paddingLeft: 'var(--n-prefix-width)'
29
29
  }, [(0, cssr_1.cM)('align-text', {
30
30
  paddingLeft: 0
31
31
  }, [(0, cssr_1.c)('&::before', {
32
- left: 'calc(-1 * var(--prefix-width))'
32
+ left: 'calc(-1 * var(--n-prefix-width))'
33
33
  })]), (0, cssr_1.c)('&::before', `
34
34
  content: "";
35
- width: var(--bar-width);
36
- border-radius: calc(var(--bar-width) / 2);
37
- transition: background-color .3s var(--bezier);
35
+ width: var(--n-bar-width);
36
+ border-radius: calc(var(--n-bar-width) / 2);
37
+ transition: background-color .3s var(--n-bezier);
38
38
  left: 0;
39
39
  top: 0;
40
40
  bottom: 0;
41
41
  position: absolute;
42
42
  `), (0, cssr_1.c)('&::before', {
43
- backgroundColor: 'var(--bar-color)'
43
+ backgroundColor: 'var(--n-bar-color)'
44
44
  })])]);
@@ -5,14 +5,14 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
 
7
7
  const cssr_1 = require("../../../_utils/cssr"); // vars:
8
- // --color
8
+ // --n-color
9
9
 
10
10
 
11
11
  exports.default = (0, cssr_1.cB)('hr', `
12
12
  margin: 12px 0;
13
- transition: border-color .3s var(--bezier);
13
+ transition: border-color .3s var(--n-bezier);
14
14
  border-left: none;
15
15
  border-right: none;
16
16
  border-bottom: none;
17
- border-top: 1px solid var(--color);
17
+ border-top: 1px solid var(--n-color);
18
18
  `);
@@ -7,33 +7,33 @@ Object.defineProperty(exports, "__esModule", {
7
7
  const cssr_1 = require("../../../_utils/cssr");
8
8
 
9
9
  const liStyle = (0, cssr_1.c)('li', {
10
- transition: 'color .3s var(--bezier)',
11
- lineHeight: 'var(--line-height)',
12
- margin: 'var(--li-margin)',
10
+ transition: 'color .3s var(--n-bezier)',
11
+ lineHeight: 'var(--n-line-height)',
12
+ margin: 'var(--n-li-margin)',
13
13
  marginBottom: 0,
14
- color: 'var(--text-color)'
14
+ color: 'var(--n-text-color)'
15
15
  });
16
16
  const childStyle = [(0, cssr_1.c)('&:first-child', `
17
17
  margin-top: 0;
18
18
  `), (0, cssr_1.c)('&:last-child', `
19
19
  margin-bottom: 0;
20
20
  `)]; // vars:
21
- // --bezier
22
- // --font-size
23
- // --line-height
24
- // --text-color
25
- // --li-margin
26
- // --ol-padding
27
- // --ul-padding
21
+ // --n-bezier
22
+ // --n-font-size
23
+ // --n-line-height
24
+ // --n-text-color
25
+ // --n-li-margin
26
+ // --n-ol-padding
27
+ // --n-ul-padding
28
28
 
29
29
  exports.default = (0, cssr_1.c)([(0, cssr_1.cB)('ol', {
30
- fontSize: 'var(--font-size)',
31
- padding: 'var(--ol-padding)'
30
+ fontSize: 'var(--n-font-size)',
31
+ padding: 'var(--n-ol-padding)'
32
32
  }, [(0, cssr_1.cM)('align-text', {
33
33
  paddingLeft: 0
34
34
  }), liStyle, childStyle]), (0, cssr_1.cB)('ul', {
35
- fontSize: 'var(--font-size)',
36
- padding: 'var(--ul-padding)'
35
+ fontSize: 'var(--n-font-size)',
36
+ padding: 'var(--n-ul-padding)'
37
37
  }, [(0, cssr_1.cM)('align-text', {
38
38
  paddingLeft: 0
39
39
  }), liStyle, childStyle])]);
@@ -5,18 +5,18 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
 
7
7
  const cssr_1 = require("../../../_utils/cssr"); // vars:
8
- // --bezier
9
- // --font-size
10
- // --line-height
11
- // --margin
12
- // --text-color
8
+ // --n-bezier
9
+ // --n-font-size
10
+ // --n-line-height
11
+ // --n-margin
12
+ // --n-text-color
13
13
 
14
14
 
15
15
  exports.default = (0, cssr_1.cB)('p', `
16
16
  box-sizing: border-box;
17
- transition: color .3s var(--bezier);
18
- margin: var(--margin);
19
- font-size: var(--font-size);
20
- line-height: var(--line-height);
21
- color: var(--text-color);
17
+ transition: color .3s var(--n-bezier);
18
+ margin: var(--n-margin);
19
+ font-size: var(--n-font-size);
20
+ line-height: var(--n-line-height);
21
+ color: var(--n-text-color);
22
22
  `, [(0, cssr_1.c)('&:first-child', 'margin-top: 0;'), (0, cssr_1.c)('&:last-child', 'margin-bottom: 0;')]);
@@ -5,20 +5,20 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
 
7
7
  const cssr_1 = require("../../../_utils/cssr"); // vars:
8
- // --text-color
9
- // --font-weight-strong
10
- // --font-famliy-mono
11
- // --code-border-radius
12
- // --code-text-color
13
- // --code-color
14
- // --code-border
8
+ // --n-text-color
9
+ // --n-font-weight-strong
10
+ // --n-font-famliy-mono
11
+ // --n-code-border-radius
12
+ // --n-code-text-color
13
+ // --n-code-color
14
+ // --n-code-border
15
15
 
16
16
 
17
17
  exports.default = (0, cssr_1.cB)('text', `
18
- transition: color .3s var(--bezier);
19
- color: var(--text-color);
18
+ transition: color .3s var(--n-bezier);
19
+ color: var(--n-text-color);
20
20
  `, [(0, cssr_1.cM)('strong', `
21
- font-weight: var(--font-weight-strong);
21
+ font-weight: var(--n-font-weight-strong);
22
22
  `), (0, cssr_1.cM)('italic', {
23
23
  fontStyle: 'italic'
24
24
  }), (0, cssr_1.cM)('underline', {
@@ -26,16 +26,16 @@ exports.default = (0, cssr_1.cB)('text', `
26
26
  }), (0, cssr_1.cM)('code', `
27
27
  line-height: 1.4;
28
28
  display: inline-block;
29
- font-family: var(--font-famliy-mono);
29
+ font-family: var(--n-font-famliy-mono);
30
30
  transition:
31
- color .3s var(--bezier),
32
- border-color .3s var(--bezier),
33
- background-color .3s var(--bezier);
31
+ color .3s var(--n-bezier),
32
+ border-color .3s var(--n-bezier),
33
+ background-color .3s var(--n-bezier);
34
34
  box-sizing: border-box;
35
35
  padding: .05em .35em 0 .35em;
36
- border-radius: var(--code-border-radius);
36
+ border-radius: var(--n-code-border-radius);
37
37
  font-size: .9em;
38
- color: var(--code-text-color);
39
- background-color: var(--code-color);
40
- border: var(--code-border);
38
+ color: var(--n-code-text-color);
39
+ background-color: var(--n-code-color);
40
+ border: var(--n-code-border);
41
41
  `)]);
@@ -436,13 +436,14 @@ declare const _default: import("vue").DefineComponent<{
436
436
  mergedClsPrefix: import("vue").ComputedRef<string>;
437
437
  compitableTag: import("vue").ComputedRef<string | undefined>;
438
438
  cssVars: import("vue").ComputedRef<{
439
- '--text-color': string;
440
- '--font-weight-strong': string;
441
- '--font-famliy-mono': string;
442
- '--code-border-radius': string;
443
- '--code-text-color': string;
444
- '--code-color': string;
445
- '--code-border': string;
439
+ '--n-bezier': string;
440
+ '--n-text-color': string;
441
+ '--n-font-weight-strong': string;
442
+ '--n-font-famliy-mono': string;
443
+ '--n-code-border-radius': string;
444
+ '--n-code-text-color': string;
445
+ '--n-code-color': string;
446
+ '--n-code-border': string;
446
447
  }>;
447
448
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
448
449
  readonly code?: unknown;
@@ -40,15 +40,16 @@ exports.default = (0, vue_1.defineComponent)({
40
40
  ? 'textColor'
41
41
  : `textColor${depth}Depth`
42
42
  : (0, _utils_1.createKey)('textColor', type);
43
- const { common: { fontWeightStrong, fontFamilyMono }, self: { codeTextColor, codeBorderRadius, codeColor, codeBorder, [textColorKey]: textColor } } = themeRef.value;
43
+ const { common: { fontWeightStrong, fontFamilyMono, cubicBezierEaseInOut }, self: { codeTextColor, codeBorderRadius, codeColor, codeBorder, [textColorKey]: textColor } } = themeRef.value;
44
44
  return {
45
- '--text-color': textColor,
46
- '--font-weight-strong': fontWeightStrong,
47
- '--font-famliy-mono': fontFamilyMono,
48
- '--code-border-radius': codeBorderRadius,
49
- '--code-text-color': codeTextColor,
50
- '--code-color': codeColor,
51
- '--code-border': codeBorder
45
+ '--n-bezier': cubicBezierEaseInOut,
46
+ '--n-text-color': textColor,
47
+ '--n-font-weight-strong': fontWeightStrong,
48
+ '--n-font-famliy-mono': fontFamilyMono,
49
+ '--n-code-border-radius': codeBorderRadius,
50
+ '--n-code-text-color': codeTextColor,
51
+ '--n-code-color': codeColor,
52
+ '--n-code-border': codeBorder
52
53
  };
53
54
  })
54
55
  };
@@ -404,13 +404,13 @@ declare const _default: import("vue").DefineComponent<{
404
404
  }, {
405
405
  mergedClsPrefix: import("vue").ComputedRef<string>;
406
406
  cssVars: import("vue").ComputedRef<{
407
- '--bezier': string;
408
- '--font-size': string;
409
- '--line-height': string;
410
- '--text-color': string;
411
- '--li-margin': string;
412
- '--ol-padding': string;
413
- '--ul-padding': string;
407
+ '--n-bezier': string;
408
+ '--n-font-size': string;
409
+ '--n-line-height': string;
410
+ '--n-text-color': string;
411
+ '--n-li-margin': string;
412
+ '--n-ol-padding': string;
413
+ '--n-ul-padding': string;
414
414
  }>;
415
415
  }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{
416
416
  readonly alignText?: unknown;
@@ -19,13 +19,13 @@ exports.default = (0, vue_1.defineComponent)({
19
19
  cssVars: (0, vue_1.computed)(() => {
20
20
  const { common: { cubicBezierEaseInOut }, self: { olPadding, ulPadding, liMargin, liTextColor, liLineHeight, liFontSize } } = themeRef.value;
21
21
  return {
22
- '--bezier': cubicBezierEaseInOut,
23
- '--font-size': liFontSize,
24
- '--line-height': liLineHeight,
25
- '--text-color': liTextColor,
26
- '--li-margin': liMargin,
27
- '--ol-padding': olPadding,
28
- '--ul-padding': ulPadding
22
+ '--n-bezier': cubicBezierEaseInOut,
23
+ '--n-font-size': liFontSize,
24
+ '--n-line-height': liLineHeight,
25
+ '--n-text-color': liTextColor,
26
+ '--n-li-margin': liMargin,
27
+ '--n-ol-padding': olPadding,
28
+ '--n-ul-padding': ulPadding
29
29
  };
30
30
  })
31
31
  };