tiny-ui 1.0.0 → 1.0.2

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 (933) hide show
  1. package/dist/styles/index.css +6 -62
  2. package/dist/styles/index.css.map +1 -1
  3. package/dist/styles/index.min.css +1 -1
  4. package/dist/styles/index.min.css.map +1 -1
  5. package/dist/tiny.min.js +1 -1
  6. package/dist/tiny.min.js.map +1 -1
  7. package/es/_utils/use-theme.js +1 -1
  8. package/es/_utils/use-theme.js.map +1 -1
  9. package/es/alert/alert.d.ts +4 -0
  10. package/es/alert/alert.js +56 -0
  11. package/es/alert/alert.js.map +1 -0
  12. package/es/alert/index.d.ts +1 -3
  13. package/es/alert/index.js +1 -54
  14. package/es/alert/index.js.map +1 -1
  15. package/es/anchor/anchor.js +9 -0
  16. package/es/anchor/anchor.js.map +1 -1
  17. package/es/aspect-ratio/aspect-ratio.d.ts +4 -0
  18. package/es/aspect-ratio/aspect-ratio.js +15 -0
  19. package/es/aspect-ratio/aspect-ratio.js.map +1 -0
  20. package/es/aspect-ratio/index.d.ts +1 -3
  21. package/es/aspect-ratio/index.js +1 -13
  22. package/es/aspect-ratio/index.js.map +1 -1
  23. package/es/back-top/back-top.d.ts +3 -0
  24. package/es/back-top/back-top.js +80 -0
  25. package/es/back-top/back-top.js.map +1 -0
  26. package/es/back-top/index.d.ts +1 -2
  27. package/es/back-top/index.js +1 -78
  28. package/es/back-top/index.js.map +1 -1
  29. package/es/badge/badge.d.ts +4 -0
  30. package/es/badge/badge.js +29 -0
  31. package/es/badge/badge.js.map +1 -0
  32. package/es/badge/index.d.ts +1 -3
  33. package/es/badge/index.js +1 -27
  34. package/es/badge/index.js.map +1 -1
  35. package/es/calendar/calendar.d.ts +4 -0
  36. package/es/calendar/calendar.js +117 -0
  37. package/es/calendar/calendar.js.map +1 -0
  38. package/es/calendar/index.d.ts +1 -3
  39. package/es/calendar/index.js +1 -115
  40. package/es/calendar/index.js.map +1 -1
  41. package/es/collapse-transition/collapse-transition.d.ts +10 -0
  42. package/es/collapse-transition/collapse-transition.js +89 -0
  43. package/es/collapse-transition/collapse-transition.js.map +1 -0
  44. package/es/collapse-transition/index.d.ts +1 -9
  45. package/es/collapse-transition/index.js +1 -87
  46. package/es/collapse-transition/index.js.map +1 -1
  47. package/es/config-provider/config-provider.d.ts +6 -0
  48. package/es/config-provider/config-provider.js +23 -0
  49. package/es/config-provider/config-provider.js.map +1 -0
  50. package/es/config-provider/index.d.ts +1 -5
  51. package/es/config-provider/index.js +1 -21
  52. package/es/config-provider/index.js.map +1 -1
  53. package/es/copy-to-clipboard/copy-to-clipboard.d.ts +7 -0
  54. package/es/copy-to-clipboard/copy-to-clipboard.js +47 -0
  55. package/es/copy-to-clipboard/copy-to-clipboard.js.map +1 -0
  56. package/es/copy-to-clipboard/index.d.ts +1 -6
  57. package/es/copy-to-clipboard/index.js +1 -45
  58. package/es/copy-to-clipboard/index.js.map +1 -1
  59. package/es/countdown/countdown.d.ts +4 -0
  60. package/es/countdown/countdown.js +42 -0
  61. package/es/countdown/countdown.js.map +1 -0
  62. package/es/countdown/index.d.ts +1 -3
  63. package/es/countdown/index.js +1 -40
  64. package/es/countdown/index.js.map +1 -1
  65. package/es/date-picker/date-picker.d.ts +6 -0
  66. package/es/date-picker/date-picker.js +142 -0
  67. package/es/date-picker/date-picker.js.map +1 -0
  68. package/es/date-picker/index.d.ts +1 -5
  69. package/es/date-picker/index.js +1 -140
  70. package/es/date-picker/index.js.map +1 -1
  71. package/es/divider/divider.d.ts +4 -0
  72. package/es/divider/divider.js +18 -0
  73. package/es/divider/divider.js.map +1 -0
  74. package/es/divider/index.d.ts +1 -3
  75. package/es/divider/index.js +1 -16
  76. package/es/divider/index.js.map +1 -1
  77. package/es/drawer/drawer.d.ts +4 -0
  78. package/es/drawer/drawer.js +67 -0
  79. package/es/drawer/drawer.js.map +1 -0
  80. package/es/drawer/index.d.ts +1 -3
  81. package/es/drawer/index.js +1 -65
  82. package/es/drawer/index.js.map +1 -1
  83. package/es/dropdown/dropdown.d.ts +6 -0
  84. package/es/dropdown/dropdown.js +101 -0
  85. package/es/dropdown/dropdown.js.map +1 -0
  86. package/es/dropdown/index.d.ts +1 -5
  87. package/es/dropdown/index.js +1 -99
  88. package/es/dropdown/index.js.map +1 -1
  89. package/es/empty/empty.d.ts +4 -0
  90. package/es/empty/empty.js +28 -0
  91. package/es/empty/empty.js.map +1 -0
  92. package/es/empty/index.d.ts +1 -3
  93. package/es/empty/index.js +1 -26
  94. package/es/empty/index.js.map +1 -1
  95. package/es/flex/flex.d.ts +4 -0
  96. package/es/flex/flex.js +29 -0
  97. package/es/flex/flex.js.map +1 -0
  98. package/es/flex/index.d.ts +1 -3
  99. package/es/flex/index.js +1 -27
  100. package/es/flex/index.js.map +1 -1
  101. package/es/grid/types.d.ts +1 -1
  102. package/es/icon/icon.d.ts +4 -0
  103. package/es/icon/icon.js +17 -0
  104. package/es/icon/icon.js.map +1 -0
  105. package/es/icon/index.d.ts +1 -3
  106. package/es/icon/index.js +1 -15
  107. package/es/icon/index.js.map +1 -1
  108. package/es/image/image.d.ts +6 -0
  109. package/es/image/image.js +34 -0
  110. package/es/image/image.js.map +1 -0
  111. package/es/image/index.d.ts +1 -5
  112. package/es/image/index.js +1 -32
  113. package/es/image/index.js.map +1 -1
  114. package/es/input-number/index.d.ts +1 -3
  115. package/es/input-number/index.js +1 -60
  116. package/es/input-number/index.js.map +1 -1
  117. package/es/input-number/input-number.d.ts +4 -0
  118. package/es/input-number/input-number.js +62 -0
  119. package/es/input-number/input-number.js.map +1 -0
  120. package/es/input-password/index.d.ts +1 -2
  121. package/es/input-password/index.js +1 -19
  122. package/es/input-password/index.js.map +1 -1
  123. package/es/input-password/input-password.d.ts +3 -0
  124. package/es/input-password/input-password.js +21 -0
  125. package/es/input-password/input-password.js.map +1 -0
  126. package/es/intl-provider/index.d.ts +1 -7
  127. package/es/intl-provider/index.js +1 -6
  128. package/es/intl-provider/index.js.map +1 -1
  129. package/es/intl-provider/intl-provider.d.ts +8 -0
  130. package/es/intl-provider/intl-provider.js +8 -0
  131. package/es/intl-provider/intl-provider.js.map +1 -0
  132. package/es/keyboard/index.d.ts +1 -3
  133. package/es/keyboard/index.js +1 -13
  134. package/es/keyboard/index.js.map +1 -1
  135. package/es/keyboard/keyboard.d.ts +4 -0
  136. package/es/keyboard/keyboard.js +15 -0
  137. package/es/keyboard/keyboard.js.map +1 -0
  138. package/es/link/index.d.ts +1 -6
  139. package/es/link/index.js +1 -19
  140. package/es/link/index.js.map +1 -1
  141. package/es/link/link.d.ts +7 -0
  142. package/es/link/link.js +21 -0
  143. package/es/link/link.js.map +1 -0
  144. package/es/list/list.js +2 -4
  145. package/es/list/list.js.map +1 -1
  146. package/es/list/types.d.ts +2 -1
  147. package/es/loader/index.d.ts +1 -3
  148. package/es/loader/index.js +1 -23
  149. package/es/loader/index.js.map +1 -1
  150. package/es/loader/loader.d.ts +4 -0
  151. package/es/loader/loader.js +25 -0
  152. package/es/loader/loader.js.map +1 -0
  153. package/es/message/index.d.ts +2 -9
  154. package/es/message/index.js +1 -61
  155. package/es/message/index.js.map +1 -1
  156. package/es/message/message-container.d.ts +10 -0
  157. package/es/message/message-container.js +63 -0
  158. package/es/message/message-container.js.map +1 -0
  159. package/es/modal/index.d.ts +1 -3
  160. package/es/modal/index.js +1 -80
  161. package/es/modal/index.js.map +1 -1
  162. package/es/modal/modal.d.ts +4 -0
  163. package/es/modal/modal.js +82 -0
  164. package/es/modal/modal.js.map +1 -0
  165. package/es/notification/index.d.ts +1 -1
  166. package/es/notification/index.js +1 -72
  167. package/es/notification/index.js.map +1 -1
  168. package/es/notification/notification-container.d.ts +2 -0
  169. package/es/notification/notification-container.js +74 -0
  170. package/es/notification/notification-container.js.map +1 -0
  171. package/es/overlay/index.d.ts +1 -5
  172. package/es/overlay/index.js +1 -24
  173. package/es/overlay/index.js.map +1 -1
  174. package/es/overlay/overlay.d.ts +6 -0
  175. package/es/overlay/overlay.js +26 -0
  176. package/es/overlay/overlay.js.map +1 -0
  177. package/es/pagination/index.d.ts +1 -2
  178. package/es/pagination/index.js +1 -114
  179. package/es/pagination/index.js.map +1 -1
  180. package/es/pagination/pagination.d.ts +3 -0
  181. package/es/pagination/pagination.js +116 -0
  182. package/es/pagination/pagination.js.map +1 -0
  183. package/es/pop-confirm/index.d.ts +1 -5
  184. package/es/pop-confirm/index.js +1 -33
  185. package/es/pop-confirm/index.js.map +1 -1
  186. package/es/pop-confirm/pop-confirm.d.ts +6 -0
  187. package/es/pop-confirm/pop-confirm.js +35 -0
  188. package/es/pop-confirm/pop-confirm.js.map +1 -0
  189. package/es/popover/index.d.ts +1 -3
  190. package/es/popover/index.js +1 -15
  191. package/es/popover/index.js.map +1 -1
  192. package/es/popover/popover.d.ts +4 -0
  193. package/es/popover/popover.js +17 -0
  194. package/es/popover/popover.js.map +1 -0
  195. package/es/popup/index.d.ts +1 -2
  196. package/es/popup/index.js +1 -194
  197. package/es/popup/index.js.map +1 -1
  198. package/es/popup/popup.d.ts +3 -0
  199. package/es/popup/popup.js +196 -0
  200. package/es/popup/popup.js.map +1 -0
  201. package/es/portal/index.d.ts +1 -6
  202. package/es/portal/index.js +1 -5
  203. package/es/portal/index.js.map +1 -1
  204. package/es/portal/portal.d.ts +7 -0
  205. package/es/portal/portal.js +7 -0
  206. package/es/portal/portal.js.map +1 -0
  207. package/es/rate/index.d.ts +1 -3
  208. package/es/rate/index.js +1 -67
  209. package/es/rate/index.js.map +1 -1
  210. package/es/rate/rate.d.ts +4 -0
  211. package/es/rate/rate.js +69 -0
  212. package/es/rate/rate.js.map +1 -0
  213. package/es/result/index.d.ts +1 -3
  214. package/es/result/index.js +1 -35
  215. package/es/result/index.js.map +1 -1
  216. package/es/result/result.d.ts +4 -0
  217. package/es/result/result.js +37 -0
  218. package/es/result/result.js.map +1 -0
  219. package/es/scroll-indicator/index.d.ts +1 -6
  220. package/es/scroll-indicator/index.js +1 -36
  221. package/es/scroll-indicator/index.js.map +1 -1
  222. package/es/scroll-indicator/scroll-indicator.d.ts +7 -0
  223. package/es/scroll-indicator/scroll-indicator.js +38 -0
  224. package/es/scroll-indicator/scroll-indicator.js.map +1 -0
  225. package/es/skeleton/index.d.ts +1 -3
  226. package/es/skeleton/index.js +1 -16
  227. package/es/skeleton/index.js.map +1 -1
  228. package/es/skeleton/skeleton.d.ts +4 -0
  229. package/es/skeleton/skeleton.js +18 -0
  230. package/es/skeleton/skeleton.js.map +1 -0
  231. package/es/slider/index.d.ts +1 -3
  232. package/es/slider/index.js +1 -245
  233. package/es/slider/index.js.map +1 -1
  234. package/es/slider/slider.d.ts +4 -0
  235. package/es/slider/slider.js +247 -0
  236. package/es/slider/slider.js.map +1 -0
  237. package/es/space/index.d.ts +1 -3
  238. package/es/space/index.js +1 -27
  239. package/es/space/index.js.map +1 -1
  240. package/es/space/space.d.ts +4 -0
  241. package/es/space/space.js +29 -0
  242. package/es/space/space.js.map +1 -0
  243. package/es/split-button/index.d.ts +1 -6
  244. package/es/split-button/index.js +1 -17
  245. package/es/split-button/index.js.map +1 -1
  246. package/es/split-button/split-button.d.ts +7 -0
  247. package/es/split-button/split-button.js +19 -0
  248. package/es/split-button/split-button.js.map +1 -0
  249. package/es/sticky/index.d.ts +1 -5
  250. package/es/sticky/index.js +1 -125
  251. package/es/sticky/index.js.map +1 -1
  252. package/es/sticky/sticky.d.ts +6 -0
  253. package/es/sticky/sticky.js +127 -0
  254. package/es/sticky/sticky.js.map +1 -0
  255. package/es/strength-indicator/index.d.ts +1 -3
  256. package/es/strength-indicator/index.js +1 -22
  257. package/es/strength-indicator/index.js.map +1 -1
  258. package/es/strength-indicator/strength-indicator.d.ts +4 -0
  259. package/es/strength-indicator/strength-indicator.js +24 -0
  260. package/es/strength-indicator/strength-indicator.js.map +1 -0
  261. package/es/switch/index.d.ts +1 -3
  262. package/es/switch/index.js +1 -35
  263. package/es/switch/index.js.map +1 -1
  264. package/es/switch/switch.d.ts +4 -0
  265. package/es/switch/switch.js +37 -0
  266. package/es/switch/switch.js.map +1 -0
  267. package/es/table/table.js +2 -4
  268. package/es/table/table.js.map +1 -1
  269. package/es/table/types.d.ts +2 -1
  270. package/es/textarea/index.d.ts +1 -3
  271. package/es/textarea/index.js +1 -25
  272. package/es/textarea/index.js.map +1 -1
  273. package/es/textarea/textarea.d.ts +4 -0
  274. package/es/textarea/textarea.js +27 -0
  275. package/es/textarea/textarea.js.map +1 -0
  276. package/es/tooltip/index.d.ts +1 -3
  277. package/es/tooltip/index.js +1 -15
  278. package/es/tooltip/index.js.map +1 -1
  279. package/es/tooltip/tooltip.d.ts +4 -0
  280. package/es/tooltip/tooltip.js +17 -0
  281. package/es/tooltip/tooltip.js.map +1 -0
  282. package/es/transition/index.d.ts +2 -16
  283. package/es/transition/index.js +1 -7
  284. package/es/transition/index.js.map +1 -1
  285. package/es/transition/transition.d.ts +17 -0
  286. package/es/transition/transition.js +9 -0
  287. package/es/transition/transition.js.map +1 -0
  288. package/lib/_utils/use-theme.js +1 -1
  289. package/lib/_utils/use-theme.js.map +1 -1
  290. package/lib/alert/alert.d.ts +4 -0
  291. package/lib/alert/alert.js +59 -0
  292. package/lib/alert/alert.js.map +1 -0
  293. package/lib/alert/index.d.ts +1 -3
  294. package/lib/alert/index.js +2 -55
  295. package/lib/alert/index.js.map +1 -1
  296. package/lib/anchor/anchor.js +9 -0
  297. package/lib/anchor/anchor.js.map +1 -1
  298. package/lib/aspect-ratio/aspect-ratio.d.ts +4 -0
  299. package/lib/aspect-ratio/aspect-ratio.js +18 -0
  300. package/lib/aspect-ratio/aspect-ratio.js.map +1 -0
  301. package/lib/aspect-ratio/index.d.ts +1 -3
  302. package/lib/aspect-ratio/index.js +2 -14
  303. package/lib/aspect-ratio/index.js.map +1 -1
  304. package/lib/back-top/back-top.d.ts +3 -0
  305. package/lib/back-top/back-top.js +83 -0
  306. package/lib/back-top/back-top.js.map +1 -0
  307. package/lib/back-top/index.d.ts +1 -2
  308. package/lib/back-top/index.js +2 -79
  309. package/lib/back-top/index.js.map +1 -1
  310. package/lib/badge/badge.d.ts +4 -0
  311. package/lib/badge/badge.js +32 -0
  312. package/lib/badge/badge.js.map +1 -0
  313. package/lib/badge/index.d.ts +1 -3
  314. package/lib/badge/index.js +2 -28
  315. package/lib/badge/index.js.map +1 -1
  316. package/lib/calendar/calendar.d.ts +4 -0
  317. package/lib/calendar/calendar.js +120 -0
  318. package/lib/calendar/calendar.js.map +1 -0
  319. package/lib/calendar/index.d.ts +1 -3
  320. package/lib/calendar/index.js +2 -116
  321. package/lib/calendar/index.js.map +1 -1
  322. package/lib/collapse-transition/collapse-transition.d.ts +10 -0
  323. package/lib/collapse-transition/collapse-transition.js +91 -0
  324. package/lib/collapse-transition/collapse-transition.js.map +1 -0
  325. package/lib/collapse-transition/index.d.ts +1 -9
  326. package/lib/collapse-transition/index.js +3 -88
  327. package/lib/collapse-transition/index.js.map +1 -1
  328. package/lib/config-provider/config-provider.d.ts +6 -0
  329. package/lib/config-provider/config-provider.js +26 -0
  330. package/lib/config-provider/config-provider.js.map +1 -0
  331. package/lib/config-provider/index.d.ts +1 -5
  332. package/lib/config-provider/index.js +2 -22
  333. package/lib/config-provider/index.js.map +1 -1
  334. package/lib/copy-to-clipboard/copy-to-clipboard.d.ts +7 -0
  335. package/lib/copy-to-clipboard/copy-to-clipboard.js +50 -0
  336. package/lib/copy-to-clipboard/copy-to-clipboard.js.map +1 -0
  337. package/lib/copy-to-clipboard/index.d.ts +1 -6
  338. package/lib/copy-to-clipboard/index.js +2 -46
  339. package/lib/copy-to-clipboard/index.js.map +1 -1
  340. package/lib/countdown/countdown.d.ts +4 -0
  341. package/lib/countdown/countdown.js +45 -0
  342. package/lib/countdown/countdown.js.map +1 -0
  343. package/lib/countdown/index.d.ts +1 -3
  344. package/lib/countdown/index.js +2 -41
  345. package/lib/countdown/index.js.map +1 -1
  346. package/lib/date-picker/date-picker.d.ts +6 -0
  347. package/lib/date-picker/date-picker.js +145 -0
  348. package/lib/date-picker/date-picker.js.map +1 -0
  349. package/lib/date-picker/index.d.ts +1 -5
  350. package/lib/date-picker/index.js +2 -141
  351. package/lib/date-picker/index.js.map +1 -1
  352. package/lib/divider/divider.d.ts +4 -0
  353. package/lib/divider/divider.js +21 -0
  354. package/lib/divider/divider.js.map +1 -0
  355. package/lib/divider/index.d.ts +1 -3
  356. package/lib/divider/index.js +2 -17
  357. package/lib/divider/index.js.map +1 -1
  358. package/lib/drawer/drawer.d.ts +4 -0
  359. package/lib/drawer/drawer.js +70 -0
  360. package/lib/drawer/drawer.js.map +1 -0
  361. package/lib/drawer/index.d.ts +1 -3
  362. package/lib/drawer/index.js +2 -66
  363. package/lib/drawer/index.js.map +1 -1
  364. package/lib/dropdown/dropdown.d.ts +6 -0
  365. package/lib/dropdown/dropdown.js +104 -0
  366. package/lib/dropdown/dropdown.js.map +1 -0
  367. package/lib/dropdown/index.d.ts +1 -5
  368. package/lib/dropdown/index.js +2 -100
  369. package/lib/dropdown/index.js.map +1 -1
  370. package/lib/empty/empty.d.ts +4 -0
  371. package/lib/empty/empty.js +31 -0
  372. package/lib/empty/empty.js.map +1 -0
  373. package/lib/empty/index.d.ts +1 -3
  374. package/lib/empty/index.js +2 -27
  375. package/lib/empty/index.js.map +1 -1
  376. package/lib/flex/flex.d.ts +4 -0
  377. package/lib/flex/flex.js +32 -0
  378. package/lib/flex/flex.js.map +1 -0
  379. package/lib/flex/index.d.ts +1 -3
  380. package/lib/flex/index.js +2 -28
  381. package/lib/flex/index.js.map +1 -1
  382. package/lib/grid/types.d.ts +1 -1
  383. package/lib/icon/icon.d.ts +4 -0
  384. package/lib/icon/icon.js +20 -0
  385. package/lib/icon/icon.js.map +1 -0
  386. package/lib/icon/index.d.ts +1 -3
  387. package/lib/icon/index.js +2 -16
  388. package/lib/icon/index.js.map +1 -1
  389. package/lib/image/image.d.ts +6 -0
  390. package/lib/image/image.js +37 -0
  391. package/lib/image/image.js.map +1 -0
  392. package/lib/image/index.d.ts +1 -5
  393. package/lib/image/index.js +2 -33
  394. package/lib/image/index.js.map +1 -1
  395. package/lib/input-number/index.d.ts +1 -3
  396. package/lib/input-number/index.js +2 -61
  397. package/lib/input-number/index.js.map +1 -1
  398. package/lib/input-number/input-number.d.ts +4 -0
  399. package/lib/input-number/input-number.js +65 -0
  400. package/lib/input-number/input-number.js.map +1 -0
  401. package/lib/input-password/index.d.ts +1 -2
  402. package/lib/input-password/index.js +2 -20
  403. package/lib/input-password/index.js.map +1 -1
  404. package/lib/input-password/input-password.d.ts +3 -0
  405. package/lib/input-password/input-password.js +24 -0
  406. package/lib/input-password/input-password.js.map +1 -0
  407. package/lib/intl-provider/index.d.ts +1 -7
  408. package/lib/intl-provider/index.js +2 -7
  409. package/lib/intl-provider/index.js.map +1 -1
  410. package/lib/intl-provider/intl-provider.d.ts +8 -0
  411. package/lib/intl-provider/intl-provider.js +11 -0
  412. package/lib/intl-provider/intl-provider.js.map +1 -0
  413. package/lib/keyboard/index.d.ts +1 -3
  414. package/lib/keyboard/index.js +2 -14
  415. package/lib/keyboard/index.js.map +1 -1
  416. package/lib/keyboard/keyboard.d.ts +4 -0
  417. package/lib/keyboard/keyboard.js +18 -0
  418. package/lib/keyboard/keyboard.js.map +1 -0
  419. package/lib/link/index.d.ts +1 -6
  420. package/lib/link/index.js +2 -20
  421. package/lib/link/index.js.map +1 -1
  422. package/lib/link/link.d.ts +7 -0
  423. package/lib/link/link.js +24 -0
  424. package/lib/link/link.js.map +1 -0
  425. package/lib/list/list.js +2 -4
  426. package/lib/list/list.js.map +1 -1
  427. package/lib/list/types.d.ts +2 -1
  428. package/lib/loader/index.d.ts +1 -3
  429. package/lib/loader/index.js +2 -24
  430. package/lib/loader/index.js.map +1 -1
  431. package/lib/loader/loader.d.ts +4 -0
  432. package/lib/loader/loader.js +28 -0
  433. package/lib/loader/loader.js.map +1 -0
  434. package/lib/message/index.d.ts +2 -9
  435. package/lib/message/index.js +2 -62
  436. package/lib/message/index.js.map +1 -1
  437. package/lib/message/message-container.d.ts +10 -0
  438. package/lib/message/message-container.js +66 -0
  439. package/lib/message/message-container.js.map +1 -0
  440. package/lib/modal/index.d.ts +1 -3
  441. package/lib/modal/index.js +2 -81
  442. package/lib/modal/index.js.map +1 -1
  443. package/lib/modal/modal.d.ts +4 -0
  444. package/lib/modal/modal.js +85 -0
  445. package/lib/modal/modal.js.map +1 -0
  446. package/lib/notification/index.d.ts +1 -1
  447. package/lib/notification/index.js +2 -73
  448. package/lib/notification/index.js.map +1 -1
  449. package/lib/notification/notification-container.d.ts +2 -0
  450. package/lib/notification/notification-container.js +77 -0
  451. package/lib/notification/notification-container.js.map +1 -0
  452. package/lib/overlay/index.d.ts +1 -5
  453. package/lib/overlay/index.js +2 -25
  454. package/lib/overlay/index.js.map +1 -1
  455. package/lib/overlay/overlay.d.ts +6 -0
  456. package/lib/overlay/overlay.js +29 -0
  457. package/lib/overlay/overlay.js.map +1 -0
  458. package/lib/pagination/index.d.ts +1 -2
  459. package/lib/pagination/index.js +2 -115
  460. package/lib/pagination/index.js.map +1 -1
  461. package/lib/pagination/pagination.d.ts +3 -0
  462. package/lib/pagination/pagination.js +119 -0
  463. package/lib/pagination/pagination.js.map +1 -0
  464. package/lib/pop-confirm/index.d.ts +1 -5
  465. package/lib/pop-confirm/index.js +2 -34
  466. package/lib/pop-confirm/index.js.map +1 -1
  467. package/lib/pop-confirm/pop-confirm.d.ts +6 -0
  468. package/lib/pop-confirm/pop-confirm.js +38 -0
  469. package/lib/pop-confirm/pop-confirm.js.map +1 -0
  470. package/lib/popover/index.d.ts +1 -3
  471. package/lib/popover/index.js +2 -16
  472. package/lib/popover/index.js.map +1 -1
  473. package/lib/popover/popover.d.ts +4 -0
  474. package/lib/popover/popover.js +20 -0
  475. package/lib/popover/popover.js.map +1 -0
  476. package/lib/popup/index.d.ts +1 -2
  477. package/lib/popup/index.js +2 -195
  478. package/lib/popup/index.js.map +1 -1
  479. package/lib/popup/popup.d.ts +3 -0
  480. package/lib/popup/popup.js +199 -0
  481. package/lib/popup/popup.js.map +1 -0
  482. package/lib/portal/index.d.ts +1 -6
  483. package/lib/portal/index.js +2 -6
  484. package/lib/portal/index.js.map +1 -1
  485. package/lib/portal/portal.d.ts +7 -0
  486. package/lib/portal/portal.js +10 -0
  487. package/lib/portal/portal.js.map +1 -0
  488. package/lib/rate/index.d.ts +1 -3
  489. package/lib/rate/index.js +2 -68
  490. package/lib/rate/index.js.map +1 -1
  491. package/lib/rate/rate.d.ts +4 -0
  492. package/lib/rate/rate.js +72 -0
  493. package/lib/rate/rate.js.map +1 -0
  494. package/lib/result/index.d.ts +1 -3
  495. package/lib/result/index.js +2 -36
  496. package/lib/result/index.js.map +1 -1
  497. package/lib/result/result.d.ts +4 -0
  498. package/lib/result/result.js +40 -0
  499. package/lib/result/result.js.map +1 -0
  500. package/lib/scroll-indicator/index.d.ts +1 -6
  501. package/lib/scroll-indicator/index.js +2 -37
  502. package/lib/scroll-indicator/index.js.map +1 -1
  503. package/lib/scroll-indicator/scroll-indicator.d.ts +7 -0
  504. package/lib/scroll-indicator/scroll-indicator.js +41 -0
  505. package/lib/scroll-indicator/scroll-indicator.js.map +1 -0
  506. package/lib/skeleton/index.d.ts +1 -3
  507. package/lib/skeleton/index.js +2 -17
  508. package/lib/skeleton/index.js.map +1 -1
  509. package/lib/skeleton/skeleton.d.ts +4 -0
  510. package/lib/skeleton/skeleton.js +21 -0
  511. package/lib/skeleton/skeleton.js.map +1 -0
  512. package/lib/slider/index.d.ts +1 -3
  513. package/lib/slider/index.js +2 -246
  514. package/lib/slider/index.js.map +1 -1
  515. package/lib/slider/slider.d.ts +4 -0
  516. package/lib/slider/slider.js +250 -0
  517. package/lib/slider/slider.js.map +1 -0
  518. package/lib/space/index.d.ts +1 -3
  519. package/lib/space/index.js +2 -28
  520. package/lib/space/index.js.map +1 -1
  521. package/lib/space/space.d.ts +4 -0
  522. package/lib/space/space.js +32 -0
  523. package/lib/space/space.js.map +1 -0
  524. package/lib/split-button/index.d.ts +1 -6
  525. package/lib/split-button/index.js +2 -18
  526. package/lib/split-button/index.js.map +1 -1
  527. package/lib/split-button/split-button.d.ts +7 -0
  528. package/lib/split-button/split-button.js +22 -0
  529. package/lib/split-button/split-button.js.map +1 -0
  530. package/lib/sticky/index.d.ts +1 -5
  531. package/lib/sticky/index.js +2 -126
  532. package/lib/sticky/index.js.map +1 -1
  533. package/lib/sticky/sticky.d.ts +6 -0
  534. package/lib/sticky/sticky.js +130 -0
  535. package/lib/sticky/sticky.js.map +1 -0
  536. package/lib/strength-indicator/index.d.ts +1 -3
  537. package/lib/strength-indicator/index.js +2 -23
  538. package/lib/strength-indicator/index.js.map +1 -1
  539. package/lib/strength-indicator/strength-indicator.d.ts +4 -0
  540. package/lib/strength-indicator/strength-indicator.js +27 -0
  541. package/lib/strength-indicator/strength-indicator.js.map +1 -0
  542. package/lib/switch/index.d.ts +1 -3
  543. package/lib/switch/index.js +2 -36
  544. package/lib/switch/index.js.map +1 -1
  545. package/lib/switch/switch.d.ts +4 -0
  546. package/lib/switch/switch.js +40 -0
  547. package/lib/switch/switch.js.map +1 -0
  548. package/lib/table/table.js +2 -4
  549. package/lib/table/table.js.map +1 -1
  550. package/lib/table/types.d.ts +2 -1
  551. package/lib/textarea/index.d.ts +1 -3
  552. package/lib/textarea/index.js +2 -26
  553. package/lib/textarea/index.js.map +1 -1
  554. package/lib/textarea/textarea.d.ts +4 -0
  555. package/lib/textarea/textarea.js +30 -0
  556. package/lib/textarea/textarea.js.map +1 -0
  557. package/lib/tooltip/index.d.ts +1 -3
  558. package/lib/tooltip/index.js +2 -16
  559. package/lib/tooltip/index.js.map +1 -1
  560. package/lib/tooltip/tooltip.d.ts +4 -0
  561. package/lib/tooltip/tooltip.js +20 -0
  562. package/lib/tooltip/tooltip.js.map +1 -0
  563. package/lib/transition/index.d.ts +2 -16
  564. package/lib/transition/index.js +3 -8
  565. package/lib/transition/index.js.map +1 -1
  566. package/lib/transition/transition.d.ts +17 -0
  567. package/lib/transition/transition.js +11 -0
  568. package/lib/transition/transition.js.map +1 -0
  569. package/package.json +3 -2
  570. package/es/alert/style/_index.scss +0 -72
  571. package/es/alert/style/_mixin.scss +0 -5
  572. package/es/alert/style/css.js +0 -2
  573. package/es/anchor/style/_index.scss +0 -83
  574. package/es/anchor/style/css.js +0 -3
  575. package/es/aspect-ratio/style/_index.scss +0 -22
  576. package/es/aspect-ratio/style/css.js +0 -2
  577. package/es/auto-complete/style/_index.scss +0 -58
  578. package/es/auto-complete/style/css.js +0 -2
  579. package/es/avatar/style/_index.scss +0 -80
  580. package/es/avatar/style/css.js +0 -2
  581. package/es/back-top/style/_index.scss +0 -25
  582. package/es/back-top/style/css.js +0 -2
  583. package/es/badge/style/_index.scss +0 -60
  584. package/es/badge/style/_mixin.scss +0 -11
  585. package/es/badge/style/css.js +0 -2
  586. package/es/breadcrumb/style/_index.scss +0 -38
  587. package/es/breadcrumb/style/css.js +0 -2
  588. package/es/button/style/_index.scss +0 -215
  589. package/es/button/style/_mixin.scss +0 -45
  590. package/es/button/style/css.js +0 -2
  591. package/es/calendar/style/_index.scss +0 -190
  592. package/es/calendar/style/css.js +0 -2
  593. package/es/card/style/_index.scss +0 -57
  594. package/es/card/style/_mixin.scss +0 -4
  595. package/es/card/style/css.js +0 -2
  596. package/es/carousel/style/_index.scss +0 -158
  597. package/es/carousel/style/css.js +0 -2
  598. package/es/cascader/style/_index.scss +0 -162
  599. package/es/cascader/style/css.js +0 -2
  600. package/es/checkbox/style/_index.scss +0 -139
  601. package/es/checkbox/style/css.js +0 -2
  602. package/es/collapse/style/_index.scss +0 -101
  603. package/es/collapse/style/css.js +0 -2
  604. package/es/collapse-transition/style/_index.scss +0 -4
  605. package/es/collapse-transition/style/css.js +0 -2
  606. package/es/color-picker/style/_index.scss +0 -196
  607. package/es/color-picker/style/css.js +0 -2
  608. package/es/date-picker/style/_index.scss +0 -272
  609. package/es/date-picker/style/css.js +0 -2
  610. package/es/descriptions/style/_index.scss +0 -116
  611. package/es/descriptions/style/css.js +0 -2
  612. package/es/divider/style/_index.scss +0 -80
  613. package/es/divider/style/css.js +0 -2
  614. package/es/drawer/style/_index.scss +0 -148
  615. package/es/drawer/style/css.js +0 -4
  616. package/es/dropdown/style/_index.scss +0 -37
  617. package/es/dropdown/style/css.js +0 -4
  618. package/es/empty/style/_index.scss +0 -26
  619. package/es/empty/style/css.js +0 -2
  620. package/es/flex/style/_index.scss +0 -5
  621. package/es/flex/style/css.js +0 -2
  622. package/es/flip/style/_index.scss +0 -61
  623. package/es/flip/style/css.js +0 -2
  624. package/es/form/style/_index.scss +0 -93
  625. package/es/form/style/css.js +0 -3
  626. package/es/grid/style/_index.scss +0 -90
  627. package/es/grid/style/css.js +0 -2
  628. package/es/icon/style/_index.scss +0 -16
  629. package/es/icon/style/css.js +0 -2
  630. package/es/image/style/_index.scss +0 -9
  631. package/es/image/style/css.js +0 -2
  632. package/es/input/style/_index.scss +0 -180
  633. package/es/input/style/_mixin.scss +0 -38
  634. package/es/input/style/css.js +0 -2
  635. package/es/input-number/style/_index.scss +0 -142
  636. package/es/input-number/style/css.js +0 -3
  637. package/es/input-password/style/_index.scss +0 -20
  638. package/es/input-password/style/css.js +0 -3
  639. package/es/keyboard/style/_index.scss +0 -23
  640. package/es/keyboard/style/css.js +0 -2
  641. package/es/layout/style/_index.scss +0 -82
  642. package/es/layout/style/css.js +0 -2
  643. package/es/link/style/_index.scss +0 -17
  644. package/es/link/style/css.js +0 -2
  645. package/es/list/style/_index.scss +0 -172
  646. package/es/list/style/css.js +0 -2
  647. package/es/loader/style/_index.scss +0 -142
  648. package/es/loader/style/css.js +0 -2
  649. package/es/loading-bar/style/_index.scss +0 -17
  650. package/es/loading-bar/style/css.js +0 -2
  651. package/es/menu/style/_index.scss +0 -183
  652. package/es/menu/style/_mixin.scss +0 -16
  653. package/es/menu/style/css.js +0 -4
  654. package/es/message/style/_index.scss +0 -59
  655. package/es/message/style/css.js +0 -2
  656. package/es/modal/style/_index.scss +0 -115
  657. package/es/modal/style/css.js +0 -5
  658. package/es/native-select/style/_index.scss +0 -65
  659. package/es/native-select/style/_mixin.scss +0 -4
  660. package/es/native-select/style/css.js +0 -2
  661. package/es/notification/style/_index.scss +0 -66
  662. package/es/notification/style/css.js +0 -2
  663. package/es/overlay/style/_index.scss +0 -51
  664. package/es/overlay/style/css.js +0 -2
  665. package/es/pagination/style/_index.scss +0 -143
  666. package/es/pagination/style/css.js +0 -2
  667. package/es/pop-confirm/style/_index.scss +0 -25
  668. package/es/pop-confirm/style/css.js +0 -5
  669. package/es/popover/style/_index.scss +0 -42
  670. package/es/popover/style/css.js +0 -4
  671. package/es/popup/style/_index.scss +0 -84
  672. package/es/popup/style/css.js +0 -4
  673. package/es/progress/style/_index.scss +0 -170
  674. package/es/progress/style/css.js +0 -2
  675. package/es/radio/style/_index.scss +0 -86
  676. package/es/radio/style/css.js +0 -2
  677. package/es/rate/style/_index.scss +0 -31
  678. package/es/rate/style/css.js +0 -2
  679. package/es/result/style/_index.scss +0 -48
  680. package/es/result/style/css.js +0 -2
  681. package/es/scroll-indicator/style/_index.scss +0 -15
  682. package/es/scroll-indicator/style/css.js +0 -2
  683. package/es/segmented/style/_index.scss +0 -93
  684. package/es/segmented/style/css.js +0 -2
  685. package/es/select/style/_index.scss +0 -313
  686. package/es/select/style/css.js +0 -4
  687. package/es/skeleton/style/_index.scss +0 -42
  688. package/es/skeleton/style/css.js +0 -2
  689. package/es/slider/style/_index.scss +0 -177
  690. package/es/slider/style/css.js +0 -4
  691. package/es/space/style/_index.scss +0 -25
  692. package/es/space/style/css.js +0 -2
  693. package/es/speed-dial/style/_index.scss +0 -230
  694. package/es/speed-dial/style/css.js +0 -2
  695. package/es/split/style/_index.scss +0 -98
  696. package/es/split/style/css.js +0 -2
  697. package/es/split-button/style/_index.scss +0 -9
  698. package/es/split-button/style/css.js +0 -5
  699. package/es/statistic/style/_index.scss +0 -31
  700. package/es/statistic/style/css.js +0 -2
  701. package/es/steps/style/_index.scss +0 -208
  702. package/es/steps/style/css.js +0 -2
  703. package/es/sticky/style/_index.scss +0 -8
  704. package/es/sticky/style/css.js +0 -2
  705. package/es/strength-indicator/style/_index.scss +0 -46
  706. package/es/strength-indicator/style/css.js +0 -2
  707. package/es/style/_animation.scss +0 -31
  708. package/es/style/_component.scss +0 -78
  709. package/es/style/_font.scss +0 -981
  710. package/es/style/_mixins.scss +0 -13
  711. package/es/style/_normalise.scss +0 -405
  712. package/es/style/_theme.scss +0 -26
  713. package/es/style/_tokens.scss +0 -61
  714. package/es/style/_variables.scss +0 -266
  715. package/es/style/fonts/iconfont.eot +0 -0
  716. package/es/style/fonts/iconfont.svg +0 -752
  717. package/es/style/fonts/iconfont.ttf +0 -0
  718. package/es/style/fonts/iconfont.woff +0 -0
  719. package/es/style/index.css +0 -10104
  720. package/es/style/index.scss +0 -7
  721. package/es/style/themes/_dark.scss +0 -380
  722. package/es/style/themes/_light.scss +0 -380
  723. package/es/switch/style/_index.scss +0 -144
  724. package/es/switch/style/_mixin.scss +0 -16
  725. package/es/switch/style/css.js +0 -2
  726. package/es/table/style/_index.scss +0 -181
  727. package/es/table/style/css.js +0 -2
  728. package/es/tabs/style/css.js +0 -2
  729. package/es/tabs/style/index.css +0 -241
  730. package/es/tabs/style/index.scss +0 -315
  731. package/es/tag/style/_index.scss +0 -119
  732. package/es/tag/style/css.js +0 -2
  733. package/es/textarea/style/_index.scss +0 -28
  734. package/es/textarea/style/css.js +0 -4
  735. package/es/time-picker/style/_index.scss +0 -212
  736. package/es/time-picker/style/css.js +0 -2
  737. package/es/timeline/style/_index.scss +0 -91
  738. package/es/timeline/style/css.js +0 -2
  739. package/es/tooltip/style/_index.scss +0 -41
  740. package/es/tooltip/style/css.js +0 -4
  741. package/es/transfer/style/_index.scss +0 -98
  742. package/es/transfer/style/css.js +0 -6
  743. package/es/transition/style/_index.scss +0 -20
  744. package/es/transition/style/_mixin.scss +0 -58
  745. package/es/transition/style/css.js +0 -2
  746. package/es/tree/style/_index.scss +0 -66
  747. package/es/tree/style/css.js +0 -4
  748. package/es/typography/style/_index.scss +0 -126
  749. package/es/typography/style/css.js +0 -2
  750. package/es/upload/style/_index.scss +0 -99
  751. package/es/upload/style/css.js +0 -4
  752. package/lib/alert/style/_index.scss +0 -72
  753. package/lib/alert/style/_mixin.scss +0 -5
  754. package/lib/alert/style/css.js +0 -4
  755. package/lib/anchor/style/_index.scss +0 -83
  756. package/lib/anchor/style/css.js +0 -5
  757. package/lib/aspect-ratio/style/_index.scss +0 -22
  758. package/lib/aspect-ratio/style/css.js +0 -4
  759. package/lib/auto-complete/style/_index.scss +0 -58
  760. package/lib/auto-complete/style/css.js +0 -4
  761. package/lib/avatar/style/_index.scss +0 -80
  762. package/lib/avatar/style/css.js +0 -4
  763. package/lib/back-top/style/_index.scss +0 -25
  764. package/lib/back-top/style/css.js +0 -4
  765. package/lib/badge/style/_index.scss +0 -60
  766. package/lib/badge/style/_mixin.scss +0 -11
  767. package/lib/badge/style/css.js +0 -4
  768. package/lib/breadcrumb/style/_index.scss +0 -38
  769. package/lib/breadcrumb/style/css.js +0 -4
  770. package/lib/button/style/_index.scss +0 -215
  771. package/lib/button/style/_mixin.scss +0 -45
  772. package/lib/button/style/css.js +0 -4
  773. package/lib/calendar/style/_index.scss +0 -190
  774. package/lib/calendar/style/css.js +0 -4
  775. package/lib/card/style/_index.scss +0 -57
  776. package/lib/card/style/_mixin.scss +0 -4
  777. package/lib/card/style/css.js +0 -4
  778. package/lib/carousel/style/_index.scss +0 -158
  779. package/lib/carousel/style/css.js +0 -4
  780. package/lib/cascader/style/_index.scss +0 -162
  781. package/lib/cascader/style/css.js +0 -4
  782. package/lib/checkbox/style/_index.scss +0 -139
  783. package/lib/checkbox/style/css.js +0 -4
  784. package/lib/collapse/style/_index.scss +0 -101
  785. package/lib/collapse/style/css.js +0 -4
  786. package/lib/collapse-transition/style/_index.scss +0 -4
  787. package/lib/collapse-transition/style/css.js +0 -4
  788. package/lib/color-picker/style/_index.scss +0 -196
  789. package/lib/color-picker/style/css.js +0 -4
  790. package/lib/date-picker/style/_index.scss +0 -272
  791. package/lib/date-picker/style/css.js +0 -4
  792. package/lib/descriptions/style/_index.scss +0 -116
  793. package/lib/descriptions/style/css.js +0 -4
  794. package/lib/divider/style/_index.scss +0 -80
  795. package/lib/divider/style/css.js +0 -4
  796. package/lib/drawer/style/_index.scss +0 -148
  797. package/lib/drawer/style/css.js +0 -6
  798. package/lib/dropdown/style/_index.scss +0 -37
  799. package/lib/dropdown/style/css.js +0 -6
  800. package/lib/empty/style/_index.scss +0 -26
  801. package/lib/empty/style/css.js +0 -4
  802. package/lib/flex/style/_index.scss +0 -5
  803. package/lib/flex/style/css.js +0 -4
  804. package/lib/flip/style/_index.scss +0 -61
  805. package/lib/flip/style/css.js +0 -4
  806. package/lib/form/style/_index.scss +0 -93
  807. package/lib/form/style/css.js +0 -5
  808. package/lib/grid/style/_index.scss +0 -90
  809. package/lib/grid/style/css.js +0 -4
  810. package/lib/icon/style/_index.scss +0 -16
  811. package/lib/icon/style/css.js +0 -4
  812. package/lib/image/style/_index.scss +0 -9
  813. package/lib/image/style/css.js +0 -4
  814. package/lib/input/style/_index.scss +0 -180
  815. package/lib/input/style/_mixin.scss +0 -38
  816. package/lib/input/style/css.js +0 -4
  817. package/lib/input-number/style/_index.scss +0 -142
  818. package/lib/input-number/style/css.js +0 -5
  819. package/lib/input-password/style/_index.scss +0 -20
  820. package/lib/input-password/style/css.js +0 -5
  821. package/lib/keyboard/style/_index.scss +0 -23
  822. package/lib/keyboard/style/css.js +0 -4
  823. package/lib/layout/style/_index.scss +0 -82
  824. package/lib/layout/style/css.js +0 -4
  825. package/lib/link/style/_index.scss +0 -17
  826. package/lib/link/style/css.js +0 -4
  827. package/lib/list/style/_index.scss +0 -172
  828. package/lib/list/style/css.js +0 -4
  829. package/lib/loader/style/_index.scss +0 -142
  830. package/lib/loader/style/css.js +0 -4
  831. package/lib/loading-bar/style/_index.scss +0 -17
  832. package/lib/loading-bar/style/css.js +0 -4
  833. package/lib/menu/style/_index.scss +0 -183
  834. package/lib/menu/style/_mixin.scss +0 -16
  835. package/lib/menu/style/css.js +0 -6
  836. package/lib/message/style/_index.scss +0 -59
  837. package/lib/message/style/css.js +0 -4
  838. package/lib/modal/style/_index.scss +0 -115
  839. package/lib/modal/style/css.js +0 -7
  840. package/lib/native-select/style/_index.scss +0 -65
  841. package/lib/native-select/style/_mixin.scss +0 -4
  842. package/lib/native-select/style/css.js +0 -4
  843. package/lib/notification/style/_index.scss +0 -66
  844. package/lib/notification/style/css.js +0 -4
  845. package/lib/overlay/style/_index.scss +0 -51
  846. package/lib/overlay/style/css.js +0 -4
  847. package/lib/pagination/style/_index.scss +0 -143
  848. package/lib/pagination/style/css.js +0 -4
  849. package/lib/pop-confirm/style/_index.scss +0 -25
  850. package/lib/pop-confirm/style/css.js +0 -7
  851. package/lib/popover/style/_index.scss +0 -42
  852. package/lib/popover/style/css.js +0 -6
  853. package/lib/popup/style/_index.scss +0 -84
  854. package/lib/popup/style/css.js +0 -6
  855. package/lib/progress/style/_index.scss +0 -170
  856. package/lib/progress/style/css.js +0 -4
  857. package/lib/radio/style/_index.scss +0 -86
  858. package/lib/radio/style/css.js +0 -4
  859. package/lib/rate/style/_index.scss +0 -31
  860. package/lib/rate/style/css.js +0 -4
  861. package/lib/result/style/_index.scss +0 -48
  862. package/lib/result/style/css.js +0 -4
  863. package/lib/scroll-indicator/style/_index.scss +0 -15
  864. package/lib/scroll-indicator/style/css.js +0 -4
  865. package/lib/segmented/style/_index.scss +0 -93
  866. package/lib/segmented/style/css.js +0 -4
  867. package/lib/select/style/_index.scss +0 -313
  868. package/lib/select/style/css.js +0 -6
  869. package/lib/skeleton/style/_index.scss +0 -42
  870. package/lib/skeleton/style/css.js +0 -4
  871. package/lib/slider/style/_index.scss +0 -177
  872. package/lib/slider/style/css.js +0 -6
  873. package/lib/space/style/_index.scss +0 -25
  874. package/lib/space/style/css.js +0 -4
  875. package/lib/speed-dial/style/_index.scss +0 -230
  876. package/lib/speed-dial/style/css.js +0 -4
  877. package/lib/split/style/_index.scss +0 -98
  878. package/lib/split/style/css.js +0 -4
  879. package/lib/split-button/style/_index.scss +0 -9
  880. package/lib/split-button/style/css.js +0 -7
  881. package/lib/statistic/style/_index.scss +0 -31
  882. package/lib/statistic/style/css.js +0 -4
  883. package/lib/steps/style/_index.scss +0 -208
  884. package/lib/steps/style/css.js +0 -4
  885. package/lib/sticky/style/_index.scss +0 -8
  886. package/lib/sticky/style/css.js +0 -4
  887. package/lib/strength-indicator/style/_index.scss +0 -46
  888. package/lib/strength-indicator/style/css.js +0 -4
  889. package/lib/style/_animation.scss +0 -31
  890. package/lib/style/_component.scss +0 -78
  891. package/lib/style/_font.scss +0 -981
  892. package/lib/style/_mixins.scss +0 -13
  893. package/lib/style/_normalise.scss +0 -405
  894. package/lib/style/_theme.scss +0 -26
  895. package/lib/style/_tokens.scss +0 -61
  896. package/lib/style/_variables.scss +0 -266
  897. package/lib/style/fonts/iconfont.eot +0 -0
  898. package/lib/style/fonts/iconfont.svg +0 -752
  899. package/lib/style/fonts/iconfont.ttf +0 -0
  900. package/lib/style/fonts/iconfont.woff +0 -0
  901. package/lib/style/index.css +0 -10104
  902. package/lib/style/index.scss +0 -7
  903. package/lib/style/themes/_dark.scss +0 -380
  904. package/lib/style/themes/_light.scss +0 -380
  905. package/lib/switch/style/_index.scss +0 -144
  906. package/lib/switch/style/_mixin.scss +0 -16
  907. package/lib/switch/style/css.js +0 -4
  908. package/lib/table/style/_index.scss +0 -181
  909. package/lib/table/style/css.js +0 -4
  910. package/lib/tabs/style/css.js +0 -4
  911. package/lib/tabs/style/index.css +0 -241
  912. package/lib/tabs/style/index.scss +0 -315
  913. package/lib/tag/style/_index.scss +0 -119
  914. package/lib/tag/style/css.js +0 -4
  915. package/lib/textarea/style/_index.scss +0 -28
  916. package/lib/textarea/style/css.js +0 -6
  917. package/lib/time-picker/style/_index.scss +0 -212
  918. package/lib/time-picker/style/css.js +0 -4
  919. package/lib/timeline/style/_index.scss +0 -91
  920. package/lib/timeline/style/css.js +0 -4
  921. package/lib/tooltip/style/_index.scss +0 -41
  922. package/lib/tooltip/style/css.js +0 -6
  923. package/lib/transfer/style/_index.scss +0 -98
  924. package/lib/transfer/style/css.js +0 -8
  925. package/lib/transition/style/_index.scss +0 -20
  926. package/lib/transition/style/_mixin.scss +0 -58
  927. package/lib/transition/style/css.js +0 -4
  928. package/lib/tree/style/_index.scss +0 -66
  929. package/lib/tree/style/css.js +0 -6
  930. package/lib/typography/style/_index.scss +0 -126
  931. package/lib/typography/style/css.js +0 -4
  932. package/lib/upload/style/_index.scss +0 -99
  933. package/lib/upload/style/css.js +0 -6
@@ -1,2 +0,0 @@
1
- import './index.css';
2
- //# sourceMappingURL=index.js.map
@@ -1,2 +0,0 @@
1
- import './index.css';
2
- //# sourceMappingURL=index.js.map
@@ -1,241 +0,0 @@
1
- .ty-tabs {
2
- position: relative;
3
- font-size: 14px;
4
- color: var(--ty-color-text);
5
- }
6
- .ty-tabs__nav {
7
- display: flex;
8
- align-items: center;
9
- position: relative;
10
- margin-bottom: 16px;
11
- }
12
- .ty-tabs__nav::before {
13
- content: "";
14
- position: absolute;
15
- bottom: 0;
16
- left: 0;
17
- right: 0;
18
- border-bottom: 1px solid var(--ty-tabs-border);
19
- }
20
- .ty-tabs__nav-wrap {
21
- position: relative;
22
- overflow: hidden;
23
- flex: 1;
24
- }
25
- .ty-tabs__nav-list {
26
- display: flex;
27
- position: relative;
28
- transition: transform 0.3s;
29
- }
30
- .ty-tabs__tab {
31
- display: flex;
32
- align-items: center;
33
- padding: 12px 0;
34
- margin: 0 32px 0 0;
35
- cursor: pointer;
36
- position: relative;
37
- white-space: nowrap;
38
- -webkit-user-select: none;
39
- -moz-user-select: none;
40
- user-select: none;
41
- transition: color 0.3s;
42
- }
43
- .ty-tabs__tab:hover {
44
- color: var(--ty-color-primary-text-hover);
45
- }
46
- .ty-tabs__tab_active {
47
- color: var(--ty-color-primary);
48
- font-weight: 500;
49
- }
50
- .ty-tabs__tab_disabled {
51
- color: var(--ty-color-text-quaternary);
52
- cursor: not-allowed;
53
- }
54
- .ty-tabs__tab_disabled:hover {
55
- color: var(--ty-color-text-quaternary);
56
- }
57
- .ty-tabs__tab-icon {
58
- margin-right: 8px;
59
- }
60
- .ty-tabs__tab-remove {
61
- margin-left: 8px;
62
- font-size: 12px;
63
- color: var(--ty-color-text-tertiary);
64
- cursor: pointer;
65
- transition: color 0.3s;
66
- }
67
- .ty-tabs__tab-remove:hover {
68
- color: var(--ty-color-text);
69
- }
70
- .ty-tabs__ink-bar {
71
- position: absolute;
72
- bottom: 0;
73
- height: 2px;
74
- background: var(--ty-color-primary);
75
- transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
76
- pointer-events: none;
77
- }
78
- .ty-tabs__content {
79
- position: relative;
80
- overflow: hidden;
81
- width: 100%;
82
- }
83
- .ty-tabs__content-inner {
84
- display: flex;
85
- width: 100%;
86
- }
87
- .ty-tabs__content-inner_animated {
88
- transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
89
- }
90
- .ty-tabs__panel {
91
- flex-shrink: 0;
92
- width: 100%;
93
- opacity: 0;
94
- height: 0;
95
- overflow: hidden;
96
- outline: none;
97
- }
98
- .ty-tabs__panel_active {
99
- opacity: 1;
100
- height: auto;
101
- }
102
- .ty-tabs__nav-prev, .ty-tabs__nav-next {
103
- display: flex;
104
- align-items: center;
105
- justify-content: center;
106
- width: 32px;
107
- height: 100%;
108
- background: transparent;
109
- border: none;
110
- cursor: pointer;
111
- font-size: 16px;
112
- color: var(--ty-color-text-tertiary);
113
- transition: color 0.3s;
114
- flex-shrink: 0;
115
- }
116
- .ty-tabs__nav-prev:hover, .ty-tabs__nav-next:hover {
117
- color: var(--ty-color-text);
118
- }
119
- .ty-tabs__nav-btn_disabled {
120
- color: var(--ty-color-text-quaternary);
121
- cursor: not-allowed;
122
- }
123
- .ty-tabs__nav-add {
124
- display: flex;
125
- align-items: center;
126
- justify-content: center;
127
- width: 32px;
128
- height: 32px;
129
- background: transparent;
130
- border: 1px dashed var(--ty-color-border);
131
- border-radius: 4px;
132
- cursor: pointer;
133
- font-size: 14px;
134
- color: var(--ty-color-text-tertiary);
135
- margin-left: 4px;
136
- flex-shrink: 0;
137
- transition: all 0.3s;
138
- }
139
- .ty-tabs__nav-add:hover {
140
- color: var(--ty-color-primary);
141
- border-color: var(--ty-color-primary);
142
- }
143
- .ty-tabs__nav-extra_left, .ty-tabs__nav-extra_right {
144
- display: flex;
145
- align-items: center;
146
- flex-shrink: 0;
147
- }
148
- .ty-tabs__nav-extra_left {
149
- margin-right: 16px;
150
- }
151
- .ty-tabs__nav-extra_right {
152
- margin-left: 16px;
153
- }
154
- .ty-tabs_sm .ty-tabs__tab {
155
- padding: 8px 0;
156
- font-size: 13px;
157
- }
158
- .ty-tabs_lg .ty-tabs__tab {
159
- padding: 16px 0;
160
- font-size: 15px;
161
- }
162
- .ty-tabs_card .ty-tabs__tab, .ty-tabs_editable-card .ty-tabs__tab {
163
- padding: 8px 16px;
164
- margin: 0;
165
- background: var(--ty-tabs-card-bg);
166
- border: 1px solid var(--ty-tabs-border);
167
- border-bottom: none;
168
- border-radius: 4px 4px 0 0;
169
- transition: all 0.3s;
170
- }
171
- .ty-tabs_card .ty-tabs__tab + .ty-tabs__tab, .ty-tabs_editable-card .ty-tabs__tab + .ty-tabs__tab {
172
- margin-left: 2px;
173
- }
174
- .ty-tabs_card .ty-tabs__tab_active, .ty-tabs_editable-card .ty-tabs__tab_active {
175
- background: var(--ty-tabs-card-active-bg);
176
- border-bottom-color: var(--ty-tabs-card-active-bg);
177
- }
178
- .ty-tabs_card .ty-tabs__ink-bar, .ty-tabs_editable-card .ty-tabs__ink-bar {
179
- display: none;
180
- }
181
- .ty-tabs_editable-card .ty-tabs__tab {
182
- padding-right: 8px;
183
- }
184
- .ty-tabs_centered .ty-tabs__nav-list {
185
- justify-content: center;
186
- }
187
- .ty-tabs_bottom .ty-tabs__nav {
188
- margin-bottom: 0;
189
- margin-top: 16px;
190
- }
191
- .ty-tabs_bottom .ty-tabs__nav::before {
192
- top: 0;
193
- bottom: auto;
194
- }
195
- .ty-tabs_bottom .ty-tabs__ink-bar {
196
- top: 0;
197
- bottom: auto;
198
- }
199
- .ty-tabs_left, .ty-tabs_right {
200
- display: flex;
201
- }
202
- .ty-tabs_left .ty-tabs__nav, .ty-tabs_right .ty-tabs__nav {
203
- flex-direction: column;
204
- margin-bottom: 0;
205
- min-width: 60px;
206
- }
207
- .ty-tabs_left .ty-tabs__nav::before, .ty-tabs_right .ty-tabs__nav::before {
208
- display: none;
209
- }
210
- .ty-tabs_left .ty-tabs__nav-list, .ty-tabs_right .ty-tabs__nav-list {
211
- flex-direction: column;
212
- }
213
- .ty-tabs_left .ty-tabs__tab, .ty-tabs_right .ty-tabs__tab {
214
- margin: 0 0 4px;
215
- padding: 8px 24px;
216
- }
217
- .ty-tabs_left .ty-tabs__ink-bar, .ty-tabs_right .ty-tabs__ink-bar {
218
- width: 2px;
219
- height: auto;
220
- }
221
- .ty-tabs_left .ty-tabs__content, .ty-tabs_right .ty-tabs__content {
222
- flex: 1;
223
- }
224
- .ty-tabs_left .ty-tabs__content-inner, .ty-tabs_right .ty-tabs__content-inner {
225
- display: block;
226
- }
227
- .ty-tabs_left .ty-tabs__nav {
228
- margin-right: 24px;
229
- border-right: 1px solid var(--ty-tabs-border);
230
- }
231
- .ty-tabs_left .ty-tabs__ink-bar {
232
- right: 0;
233
- }
234
- .ty-tabs_right .ty-tabs__nav {
235
- order: 1;
236
- margin-left: 24px;
237
- border-left: 1px solid var(--ty-tabs-border);
238
- }
239
- .ty-tabs_right .ty-tabs__ink-bar {
240
- left: 0;
241
- }
@@ -1,315 +0,0 @@
1
- @use '../../style/variables' as *;
2
-
3
- $tab-prefix: #{$prefix}-tabs;
4
-
5
- .#{$tab-prefix} {
6
- position: relative;
7
- font-size: 14px;
8
- color: var(--ty-color-text);
9
-
10
- // ---- Nav ----
11
- &__nav {
12
- display: flex;
13
- align-items: center;
14
- position: relative;
15
- margin-bottom: 16px;
16
-
17
- &::before {
18
- content: '';
19
- position: absolute;
20
- bottom: 0;
21
- left: 0;
22
- right: 0;
23
- border-bottom: 1px solid var(--ty-tabs-border);
24
- }
25
- }
26
-
27
- &__nav-wrap {
28
- position: relative;
29
- overflow: hidden;
30
- flex: 1;
31
- }
32
-
33
- &__nav-list {
34
- display: flex;
35
- position: relative;
36
- transition: transform 0.3s;
37
- }
38
-
39
- // ---- Tab ----
40
- &__tab {
41
- display: flex;
42
- align-items: center;
43
- padding: 12px 0;
44
- margin: 0 32px 0 0;
45
- cursor: pointer;
46
- position: relative;
47
- white-space: nowrap;
48
- user-select: none;
49
- transition: color 0.3s;
50
-
51
- &:hover {
52
- color: var(--ty-color-primary-text-hover);
53
- }
54
-
55
- &_active {
56
- color: var(--ty-color-primary);
57
- font-weight: 500;
58
- }
59
-
60
- &_disabled {
61
- color: var(--ty-color-text-quaternary);
62
- cursor: not-allowed;
63
-
64
- &:hover {
65
- color: var(--ty-color-text-quaternary);
66
- }
67
- }
68
-
69
- &-icon {
70
- margin-right: 8px;
71
- }
72
-
73
- &-remove {
74
- margin-left: 8px;
75
- font-size: 12px;
76
- color: var(--ty-color-text-tertiary);
77
- cursor: pointer;
78
- transition: color 0.3s;
79
-
80
- &:hover {
81
- color: var(--ty-color-text);
82
- }
83
- }
84
- }
85
-
86
- // ---- Ink bar ----
87
- &__ink-bar {
88
- position: absolute;
89
- bottom: 0;
90
- height: 2px;
91
- background: var(--ty-color-primary);
92
- transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
93
- width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
94
- pointer-events: none;
95
- }
96
-
97
- // ---- Content ----
98
- &__content {
99
- position: relative;
100
- overflow: hidden;
101
- width: 100%;
102
- }
103
-
104
- &__content-inner {
105
- display: flex;
106
- width: 100%;
107
-
108
- &_animated {
109
- transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
110
- }
111
- }
112
-
113
- &__panel {
114
- flex-shrink: 0;
115
- width: 100%;
116
- opacity: 0;
117
- height: 0;
118
- overflow: hidden;
119
- outline: none;
120
-
121
- &_active {
122
- opacity: 1;
123
- height: auto;
124
- }
125
- }
126
-
127
- // ---- Scroll nav ----
128
- &__nav-prev,
129
- &__nav-next {
130
- display: flex;
131
- align-items: center;
132
- justify-content: center;
133
- width: 32px;
134
- height: 100%;
135
- background: transparent;
136
- border: none;
137
- cursor: pointer;
138
- font-size: 16px;
139
- color: var(--ty-color-text-tertiary);
140
- transition: color 0.3s;
141
- flex-shrink: 0;
142
-
143
- &:hover {
144
- color: var(--ty-color-text);
145
- }
146
- }
147
-
148
- &__nav-btn_disabled {
149
- color: var(--ty-color-text-quaternary);
150
- cursor: not-allowed;
151
- }
152
-
153
- &__nav-add {
154
- display: flex;
155
- align-items: center;
156
- justify-content: center;
157
- width: 32px;
158
- height: 32px;
159
- background: transparent;
160
- border: 1px dashed var(--ty-color-border);
161
- border-radius: 4px;
162
- cursor: pointer;
163
- font-size: 14px;
164
- color: var(--ty-color-text-tertiary);
165
- margin-left: 4px;
166
- flex-shrink: 0;
167
- transition: all 0.3s;
168
-
169
- &:hover {
170
- color: var(--ty-color-primary);
171
- border-color: var(--ty-color-primary);
172
- }
173
- }
174
-
175
- // ---- Extra content ----
176
- &__nav-extra_left,
177
- &__nav-extra_right {
178
- display: flex;
179
- align-items: center;
180
- flex-shrink: 0;
181
- }
182
-
183
- &__nav-extra_left {
184
- margin-right: 16px;
185
- }
186
-
187
- &__nav-extra_right {
188
- margin-left: 16px;
189
- }
190
-
191
- // ---- Sizes ----
192
- &_sm &__tab {
193
- padding: 8px 0;
194
- font-size: 13px;
195
- }
196
-
197
- &_lg &__tab {
198
- padding: 16px 0;
199
- font-size: 15px;
200
- }
201
-
202
- // ---- Card type ----
203
- &_card,
204
- &_editable-card {
205
- .#{$tab-prefix}__tab {
206
- padding: 8px 16px;
207
- margin: 0;
208
- background: var(--ty-tabs-card-bg);
209
- border: 1px solid var(--ty-tabs-border);
210
- border-bottom: none;
211
- border-radius: 4px 4px 0 0;
212
- transition: all 0.3s;
213
-
214
- & + .#{$tab-prefix}__tab {
215
- margin-left: 2px;
216
- }
217
-
218
- &_active {
219
- background: var(--ty-tabs-card-active-bg);
220
- border-bottom-color: var(--ty-tabs-card-active-bg);
221
- }
222
- }
223
-
224
- .#{$tab-prefix}__ink-bar {
225
- display: none;
226
- }
227
- }
228
-
229
- &_editable-card .#{$tab-prefix}__tab {
230
- padding-right: 8px;
231
- }
232
-
233
- // ---- Centered ----
234
- &_centered .#{$tab-prefix}__nav-list {
235
- justify-content: center;
236
- }
237
-
238
- // ---- Positions ----
239
- &_bottom {
240
- .#{$tab-prefix}__nav {
241
- margin-bottom: 0;
242
- margin-top: 16px;
243
-
244
- &::before {
245
- top: 0;
246
- bottom: auto;
247
- }
248
- }
249
-
250
- .#{$tab-prefix}__ink-bar {
251
- top: 0;
252
- bottom: auto;
253
- }
254
- }
255
-
256
- &_left,
257
- &_right {
258
- display: flex;
259
-
260
- .#{$tab-prefix}__nav {
261
- flex-direction: column;
262
- margin-bottom: 0;
263
- min-width: 60px;
264
-
265
- &::before {
266
- display: none;
267
- }
268
- }
269
-
270
- .#{$tab-prefix}__nav-list {
271
- flex-direction: column;
272
- }
273
-
274
- .#{$tab-prefix}__tab {
275
- margin: 0 0 4px;
276
- padding: 8px 24px;
277
- }
278
-
279
- .#{$tab-prefix}__ink-bar {
280
- width: 2px;
281
- height: auto;
282
- }
283
-
284
- .#{$tab-prefix}__content {
285
- flex: 1;
286
- }
287
-
288
- .#{$tab-prefix}__content-inner {
289
- display: block;
290
- }
291
- }
292
-
293
- &_left {
294
- .#{$tab-prefix}__nav {
295
- margin-right: 24px;
296
- border-right: 1px solid var(--ty-tabs-border);
297
- }
298
-
299
- .#{$tab-prefix}__ink-bar {
300
- right: 0;
301
- }
302
- }
303
-
304
- &_right {
305
- .#{$tab-prefix}__nav {
306
- order: 1;
307
- margin-left: 24px;
308
- border-left: 1px solid var(--ty-tabs-border);
309
- }
310
-
311
- .#{$tab-prefix}__ink-bar {
312
- left: 0;
313
- }
314
- }
315
- }
@@ -1,119 +0,0 @@
1
- @use '../../style/variables' as *;
2
-
3
- .#{$prefix}-tag {
4
- user-select: none;
5
- display: none;
6
- margin-right: 8px;
7
- padding: 3px 7px;
8
- font-size: 12px;
9
- border: 1px solid var(--ty-tag-border);
10
- border-radius: $tag-border-radius;
11
- color: var(--ty-color-text);
12
- background: var(--ty-tag-bg);
13
-
14
- a,
15
- a:hover {
16
- color: var(--ty-color-text-secondary);
17
- }
18
-
19
- &_visible {
20
- display: inline-block;
21
- }
22
-
23
- &__close-btn {
24
- cursor: pointer;
25
- font-size: 10px;
26
- margin-left: 5px;
27
- line-height: 1;
28
- transition: all 300ms;
29
- background: none;
30
- border: none;
31
- padding: 0;
32
- color: inherit;
33
- font-family: inherit;
34
-
35
- &:hover {
36
- opacity: 0.8;
37
- }
38
- }
39
-
40
- &_magenta {
41
- color: var(--ty-tag-magenta-color);
42
- background: var(--ty-tag-magenta-bg);
43
- border-color: var(--ty-tag-magenta-border);
44
- }
45
-
46
- &_red {
47
- color: var(--ty-tag-red-color);
48
- background: var(--ty-tag-red-bg);
49
- border-color: var(--ty-tag-red-border);
50
- }
51
-
52
- &_volcano {
53
- color: var(--ty-tag-volcano-color);
54
- background: var(--ty-tag-volcano-bg);
55
- border-color: var(--ty-tag-volcano-border);
56
- }
57
-
58
- &_orange {
59
- color: var(--ty-tag-orange-color);
60
- background: var(--ty-tag-orange-bg);
61
- border-color: var(--ty-tag-orange-border);
62
- }
63
-
64
- &_gold {
65
- color: var(--ty-tag-gold-color);
66
- background: var(--ty-tag-gold-bg);
67
- border-color: var(--ty-tag-gold-border);
68
- }
69
-
70
- &_lime {
71
- color: var(--ty-tag-lime-color);
72
- background: var(--ty-tag-lime-bg);
73
- border-color: var(--ty-tag-lime-border);
74
- }
75
-
76
- &_green {
77
- color: var(--ty-tag-green-color);
78
- background: var(--ty-tag-green-bg);
79
- border-color: var(--ty-tag-green-border);
80
- }
81
-
82
- &_cyan {
83
- color: var(--ty-tag-cyan-color);
84
- background: var(--ty-tag-cyan-bg);
85
- border-color: var(--ty-tag-cyan-border);
86
- }
87
-
88
- &_blue {
89
- color: var(--ty-tag-blue-color);
90
- background: var(--ty-tag-blue-bg);
91
- border-color: var(--ty-tag-blue-border);
92
- }
93
-
94
- &_geekblue {
95
- color: var(--ty-tag-geekblue-color);
96
- background: var(--ty-tag-geekblue-bg);
97
- border-color: var(--ty-tag-geekblue-border);
98
- }
99
-
100
- &_purple {
101
- color: var(--ty-tag-purple-color);
102
- background: var(--ty-tag-purple-bg);
103
- border-color: var(--ty-tag-purple-border);
104
- }
105
- }
106
-
107
- .#{$prefix}-checkable-tag {
108
- background-color: var(--ty-tag-checkable-bg);
109
- color: var(--ty-color-primary);
110
- border-color: var(--ty-tag-checkable-bg);
111
- transition: all 300ms;
112
- cursor: pointer;
113
-
114
- &_checked {
115
- background-color: var(--ty-color-primary);
116
- color: #fff;
117
- border-color: var(--ty-color-primary);
118
- }
119
- }
@@ -1,2 +0,0 @@
1
- import './index.css';
2
- //# sourceMappingURL=index.js.map
@@ -1,28 +0,0 @@
1
- @use '../../style/variables' as *;
2
- @use '../../input/style/mixin' as *;
3
-
4
- .#{$prefix}-textarea {
5
- @include input-default();
6
- padding: $textarea-padding;
7
- overflow: hidden;
8
-
9
- &_disabled {
10
- @include input-default-disabled();
11
- }
12
-
13
- &-container {
14
- position: relative;
15
-
16
- .#{$prefix}-textarea {
17
- padding-bottom: 20px;
18
-
19
- &__counter {
20
- position: absolute;
21
- bottom: 6px;
22
- right: 6px;
23
- font-size: 14px;
24
- color: var(--ty-textarea-counter-color);
25
- }
26
- }
27
- }
28
- }
@@ -1,4 +0,0 @@
1
- import './index.css';
2
- // style dependency
3
- import '../../input/style/index.css';
4
- //# sourceMappingURL=index.js.map