@sheinx/shineout-style 3.0.0-alpha.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 (437) hide show
  1. package/cjs/alert/alert.d.ts +4 -0
  2. package/cjs/alert/alert.js +135 -0
  3. package/cjs/alert/index.d.ts +4 -0
  4. package/cjs/alert/index.js +19 -0
  5. package/cjs/breadcrumb/breadcrumb.d.ts +16 -0
  6. package/cjs/breadcrumb/breadcrumb.js +83 -0
  7. package/cjs/breadcrumb/index.d.ts +4 -0
  8. package/cjs/breadcrumb/index.js +19 -0
  9. package/cjs/button/button.d.ts +4 -0
  10. package/cjs/button/button.js +416 -0
  11. package/cjs/button/index.d.ts +4 -0
  12. package/cjs/button/index.js +19 -0
  13. package/cjs/carousel/carousel.d.ts +35 -0
  14. package/cjs/carousel/carousel.js +315 -0
  15. package/cjs/carousel/index.d.ts +4 -0
  16. package/cjs/carousel/index.js +19 -0
  17. package/cjs/checkbox/checkbox.d.ts +4 -0
  18. package/cjs/checkbox/checkbox.js +143 -0
  19. package/cjs/checkbox/index.d.ts +4 -0
  20. package/cjs/checkbox/index.js +19 -0
  21. package/cjs/cssvar/checkbox.d.ts +10 -0
  22. package/cjs/cssvar/checkbox.js +18 -0
  23. package/cjs/cssvar/common.d.ts +23 -0
  24. package/cjs/cssvar/common.js +35 -0
  25. package/cjs/cssvar/form.d.ts +6 -0
  26. package/cjs/cssvar/form.js +13 -0
  27. package/cjs/cssvar/index.d.ts +75 -0
  28. package/cjs/cssvar/index.js +36 -0
  29. package/cjs/cssvar/innerTitle.d.ts +9 -0
  30. package/cjs/cssvar/innerTitle.js +15 -0
  31. package/cjs/cssvar/input.d.ts +25 -0
  32. package/cjs/cssvar/input.js +33 -0
  33. package/cjs/cssvar/radio.d.ts +6 -0
  34. package/cjs/cssvar/radio.js +13 -0
  35. package/cjs/date-picker/date-picker.d.ts +4 -0
  36. package/cjs/date-picker/date-picker.js +581 -0
  37. package/cjs/date-picker/index.d.ts +4 -0
  38. package/cjs/date-picker/index.js +19 -0
  39. package/cjs/divider/divider.d.ts +14 -0
  40. package/cjs/divider/divider.js +82 -0
  41. package/cjs/divider/index.d.ts +4 -0
  42. package/cjs/divider/index.js +20 -0
  43. package/cjs/dropdown/dropdown.d.ts +4 -0
  44. package/cjs/dropdown/dropdown.js +137 -0
  45. package/cjs/dropdown/index.d.ts +4 -0
  46. package/cjs/dropdown/index.js +20 -0
  47. package/cjs/editable-area/editable-area.d.ts +4 -0
  48. package/cjs/editable-area/editable-area.js +107 -0
  49. package/cjs/editable-area/index.d.ts +4 -0
  50. package/cjs/editable-area/index.js +20 -0
  51. package/cjs/empty/empty.d.ts +4 -0
  52. package/cjs/empty/empty.js +35 -0
  53. package/cjs/empty/index.d.ts +4 -0
  54. package/cjs/empty/index.js +20 -0
  55. package/cjs/form/form-item.d.ts +4 -0
  56. package/cjs/form/form-item.js +109 -0
  57. package/cjs/form/form.d.ts +4 -0
  58. package/cjs/form/form.js +23 -0
  59. package/cjs/form/index.d.ts +6 -0
  60. package/cjs/form/index.js +29 -0
  61. package/cjs/icon/icon.d.ts +4 -0
  62. package/cjs/icon/icon.js +52 -0
  63. package/cjs/icon/index.d.ts +4 -0
  64. package/cjs/icon/index.js +20 -0
  65. package/cjs/image/image.d.ts +42 -0
  66. package/cjs/image/image.js +374 -0
  67. package/cjs/image/index.d.ts +5 -0
  68. package/cjs/image/index.js +20 -0
  69. package/cjs/index.d.ts +43 -0
  70. package/cjs/index.js +503 -0
  71. package/cjs/inner-title/index.d.ts +4 -0
  72. package/cjs/inner-title/index.js +20 -0
  73. package/cjs/inner-title/inner-title.d.ts +4 -0
  74. package/cjs/inner-title/inner-title.js +63 -0
  75. package/cjs/input/index.d.ts +4 -0
  76. package/cjs/input/index.js +20 -0
  77. package/cjs/input/input-border.d.ts +32 -0
  78. package/cjs/input/input-border.js +112 -0
  79. package/cjs/input/input.d.ts +4 -0
  80. package/cjs/input/input.js +244 -0
  81. package/cjs/jss-style/handleStyle.d.ts +5 -0
  82. package/cjs/jss-style/handleStyle.js +95 -0
  83. package/cjs/jss-style/index.d.ts +11 -0
  84. package/cjs/jss-style/index.js +40 -0
  85. package/cjs/list/index.d.ts +4 -0
  86. package/cjs/list/index.js +20 -0
  87. package/cjs/list/list.d.ts +31 -0
  88. package/cjs/list/list.js +126 -0
  89. package/cjs/menu/index.d.ts +4 -0
  90. package/cjs/menu/index.js +20 -0
  91. package/cjs/menu/menu.d.ts +37 -0
  92. package/cjs/menu/menu.js +285 -0
  93. package/cjs/message/index.d.ts +4 -0
  94. package/cjs/message/index.js +20 -0
  95. package/cjs/message/message.d.ts +4 -0
  96. package/cjs/message/message.js +136 -0
  97. package/cjs/mixin/custom-scrollbar.d.ts +8 -0
  98. package/cjs/mixin/custom-scrollbar.js +14 -0
  99. package/cjs/mixin/divider.d.ts +8 -0
  100. package/cjs/mixin/divider.js +24 -0
  101. package/cjs/mixin/ellipsis.d.ts +3 -0
  102. package/cjs/mixin/ellipsis.js +20 -0
  103. package/cjs/mixin/hide-scrollbar.d.ts +6 -0
  104. package/cjs/mixin/hide-scrollbar.js +14 -0
  105. package/cjs/mixin/index.d.ts +4 -0
  106. package/cjs/mixin/index.js +34 -0
  107. package/cjs/modal/index.d.ts +4 -0
  108. package/cjs/modal/index.js +20 -0
  109. package/cjs/modal/modal.d.ts +32 -0
  110. package/cjs/modal/modal.js +395 -0
  111. package/cjs/pagination/index.d.ts +5 -0
  112. package/cjs/pagination/index.js +20 -0
  113. package/cjs/pagination/pagination.d.ts +18 -0
  114. package/cjs/pagination/pagination.js +56 -0
  115. package/cjs/popover/index.d.ts +4 -0
  116. package/cjs/popover/index.js +20 -0
  117. package/cjs/popover/popover.d.ts +4 -0
  118. package/cjs/popover/popover.js +183 -0
  119. package/cjs/progress/index.d.ts +4 -0
  120. package/cjs/progress/index.js +20 -0
  121. package/cjs/progress/progress.d.ts +26 -0
  122. package/cjs/progress/progress.js +162 -0
  123. package/cjs/radio/index.d.ts +4 -0
  124. package/cjs/radio/index.js +20 -0
  125. package/cjs/radio/radio.d.ts +4 -0
  126. package/cjs/radio/radio.js +148 -0
  127. package/cjs/rate/index.d.ts +4 -0
  128. package/cjs/rate/index.js +20 -0
  129. package/cjs/rate/rate.d.ts +17 -0
  130. package/cjs/rate/rate.js +108 -0
  131. package/cjs/select/index.d.ts +5 -0
  132. package/cjs/select/index.js +20 -0
  133. package/cjs/select/select.d.ts +42 -0
  134. package/cjs/select/select.js +218 -0
  135. package/cjs/slider/index.d.ts +4 -0
  136. package/cjs/slider/index.js +20 -0
  137. package/cjs/slider/slider.d.ts +23 -0
  138. package/cjs/slider/slider.js +228 -0
  139. package/cjs/spin/animation.d.ts +186 -0
  140. package/cjs/spin/animation.js +205 -0
  141. package/cjs/spin/chasing-dots.d.ts +23 -0
  142. package/cjs/spin/chasing-dots.js +30 -0
  143. package/cjs/spin/chasing-ring.d.ts +30 -0
  144. package/cjs/spin/chasing-ring.js +36 -0
  145. package/cjs/spin/cube-grid.d.ts +39 -0
  146. package/cjs/spin/cube-grid.js +46 -0
  147. package/cjs/spin/default.d.ts +9 -0
  148. package/cjs/spin/default.js +50 -0
  149. package/cjs/spin/double-bounce.d.ts +20 -0
  150. package/cjs/spin/double-bounce.js +26 -0
  151. package/cjs/spin/fading-circle.d.ts +11 -0
  152. package/cjs/spin/fading-circle.js +49 -0
  153. package/cjs/spin/four-dots.d.ts +40 -0
  154. package/cjs/spin/four-dots.js +46 -0
  155. package/cjs/spin/index.d.ts +4 -0
  156. package/cjs/spin/index.js +20 -0
  157. package/cjs/spin/plane.d.ts +7 -0
  158. package/cjs/spin/plane.js +13 -0
  159. package/cjs/spin/pulse.d.ts +8 -0
  160. package/cjs/spin/pulse.js +14 -0
  161. package/cjs/spin/ring.d.ts +11 -0
  162. package/cjs/spin/ring.js +17 -0
  163. package/cjs/spin/scale-circle.d.ts +11 -0
  164. package/cjs/spin/scale-circle.js +49 -0
  165. package/cjs/spin/spin.d.ts +4 -0
  166. package/cjs/spin/spin.js +102 -0
  167. package/cjs/spin/tree-bounce.d.ts +22 -0
  168. package/cjs/spin/tree-bounce.js +28 -0
  169. package/cjs/spin/wave.d.ts +8 -0
  170. package/cjs/spin/wave.js +40 -0
  171. package/cjs/steps/index.d.ts +5 -0
  172. package/cjs/steps/index.js +20 -0
  173. package/cjs/steps/steps.d.ts +29 -0
  174. package/cjs/steps/steps.js +559 -0
  175. package/cjs/sticky/index.d.ts +4 -0
  176. package/cjs/sticky/index.js +20 -0
  177. package/cjs/sticky/sticky.d.ts +7 -0
  178. package/cjs/sticky/sticky.js +15 -0
  179. package/cjs/switch/index.d.ts +4 -0
  180. package/cjs/switch/index.js +20 -0
  181. package/cjs/switch/switch.d.ts +4 -0
  182. package/cjs/switch/switch.js +148 -0
  183. package/cjs/table/index.d.ts +4 -0
  184. package/cjs/table/index.js +20 -0
  185. package/cjs/table/table.d.ts +47 -0
  186. package/cjs/table/table.js +374 -0
  187. package/cjs/tabs/index.d.ts +4 -0
  188. package/cjs/tabs/index.js +20 -0
  189. package/cjs/tabs/tabs.d.ts +4 -0
  190. package/cjs/tabs/tabs.js +619 -0
  191. package/cjs/tag/index.d.ts +4 -0
  192. package/cjs/tag/index.js +20 -0
  193. package/cjs/tag/tag.d.ts +4 -0
  194. package/cjs/tag/tag.js +203 -0
  195. package/cjs/textarea/index.d.ts +4 -0
  196. package/cjs/textarea/index.js +20 -0
  197. package/cjs/textarea/textarea.d.ts +4 -0
  198. package/cjs/textarea/textarea.js +134 -0
  199. package/cjs/tooltip/index.d.ts +4 -0
  200. package/cjs/tooltip/index.js +20 -0
  201. package/cjs/tooltip/tooltip.d.ts +4 -0
  202. package/cjs/tooltip/tooltip.js +220 -0
  203. package/cjs/transfer/index.d.ts +4 -0
  204. package/cjs/transfer/index.js +20 -0
  205. package/cjs/transfer/transfer.d.ts +4 -0
  206. package/cjs/transfer/transfer.js +198 -0
  207. package/cjs/tree/index.d.ts +4 -0
  208. package/cjs/tree/index.js +20 -0
  209. package/cjs/tree/tree.d.ts +4 -0
  210. package/cjs/tree/tree.js +185 -0
  211. package/cjs/upload/index.d.ts +4 -0
  212. package/cjs/upload/index.js +20 -0
  213. package/cjs/upload/upload.d.ts +40 -0
  214. package/cjs/upload/upload.js +331 -0
  215. package/cjs/virtual-scroll/index.d.ts +4 -0
  216. package/cjs/virtual-scroll/index.js +19 -0
  217. package/cjs/virtual-scroll/virtual-scroll.d.ts +4 -0
  218. package/cjs/virtual-scroll/virtual-scroll.js +37 -0
  219. package/esm/alert/alert.d.ts +4 -0
  220. package/esm/alert/alert.js +135 -0
  221. package/esm/alert/index.d.ts +4 -0
  222. package/esm/alert/index.js +19 -0
  223. package/esm/breadcrumb/breadcrumb.d.ts +16 -0
  224. package/esm/breadcrumb/breadcrumb.js +83 -0
  225. package/esm/breadcrumb/index.d.ts +4 -0
  226. package/esm/breadcrumb/index.js +19 -0
  227. package/esm/button/button.d.ts +4 -0
  228. package/esm/button/button.js +416 -0
  229. package/esm/button/index.d.ts +4 -0
  230. package/esm/button/index.js +19 -0
  231. package/esm/carousel/carousel.d.ts +35 -0
  232. package/esm/carousel/carousel.js +315 -0
  233. package/esm/carousel/index.d.ts +4 -0
  234. package/esm/carousel/index.js +19 -0
  235. package/esm/checkbox/checkbox.d.ts +4 -0
  236. package/esm/checkbox/checkbox.js +143 -0
  237. package/esm/checkbox/index.d.ts +4 -0
  238. package/esm/checkbox/index.js +19 -0
  239. package/esm/cssvar/checkbox.d.ts +10 -0
  240. package/esm/cssvar/checkbox.js +18 -0
  241. package/esm/cssvar/common.d.ts +23 -0
  242. package/esm/cssvar/common.js +35 -0
  243. package/esm/cssvar/form.d.ts +6 -0
  244. package/esm/cssvar/form.js +13 -0
  245. package/esm/cssvar/index.d.ts +75 -0
  246. package/esm/cssvar/index.js +36 -0
  247. package/esm/cssvar/innerTitle.d.ts +9 -0
  248. package/esm/cssvar/innerTitle.js +15 -0
  249. package/esm/cssvar/input.d.ts +25 -0
  250. package/esm/cssvar/input.js +33 -0
  251. package/esm/cssvar/radio.d.ts +6 -0
  252. package/esm/cssvar/radio.js +13 -0
  253. package/esm/date-picker/date-picker.d.ts +4 -0
  254. package/esm/date-picker/date-picker.js +581 -0
  255. package/esm/date-picker/index.d.ts +4 -0
  256. package/esm/date-picker/index.js +19 -0
  257. package/esm/divider/divider.d.ts +14 -0
  258. package/esm/divider/divider.js +82 -0
  259. package/esm/divider/index.d.ts +4 -0
  260. package/esm/divider/index.js +20 -0
  261. package/esm/dropdown/dropdown.d.ts +4 -0
  262. package/esm/dropdown/dropdown.js +137 -0
  263. package/esm/dropdown/index.d.ts +4 -0
  264. package/esm/dropdown/index.js +20 -0
  265. package/esm/editable-area/editable-area.d.ts +4 -0
  266. package/esm/editable-area/editable-area.js +107 -0
  267. package/esm/editable-area/index.d.ts +4 -0
  268. package/esm/editable-area/index.js +20 -0
  269. package/esm/empty/empty.d.ts +4 -0
  270. package/esm/empty/empty.js +35 -0
  271. package/esm/empty/index.d.ts +4 -0
  272. package/esm/empty/index.js +20 -0
  273. package/esm/form/form-item.d.ts +4 -0
  274. package/esm/form/form-item.js +109 -0
  275. package/esm/form/form.d.ts +4 -0
  276. package/esm/form/form.js +23 -0
  277. package/esm/form/index.d.ts +6 -0
  278. package/esm/form/index.js +29 -0
  279. package/esm/icon/icon.d.ts +4 -0
  280. package/esm/icon/icon.js +52 -0
  281. package/esm/icon/index.d.ts +4 -0
  282. package/esm/icon/index.js +20 -0
  283. package/esm/image/image.d.ts +42 -0
  284. package/esm/image/image.js +374 -0
  285. package/esm/image/index.d.ts +5 -0
  286. package/esm/image/index.js +20 -0
  287. package/esm/index.d.ts +43 -0
  288. package/esm/index.js +503 -0
  289. package/esm/inner-title/index.d.ts +4 -0
  290. package/esm/inner-title/index.js +20 -0
  291. package/esm/inner-title/inner-title.d.ts +4 -0
  292. package/esm/inner-title/inner-title.js +63 -0
  293. package/esm/input/index.d.ts +4 -0
  294. package/esm/input/index.js +20 -0
  295. package/esm/input/input-border.d.ts +32 -0
  296. package/esm/input/input-border.js +112 -0
  297. package/esm/input/input.d.ts +4 -0
  298. package/esm/input/input.js +244 -0
  299. package/esm/jss-style/handleStyle.d.ts +5 -0
  300. package/esm/jss-style/handleStyle.js +95 -0
  301. package/esm/jss-style/index.d.ts +11 -0
  302. package/esm/jss-style/index.js +40 -0
  303. package/esm/list/index.d.ts +4 -0
  304. package/esm/list/index.js +20 -0
  305. package/esm/list/list.d.ts +31 -0
  306. package/esm/list/list.js +126 -0
  307. package/esm/menu/index.d.ts +4 -0
  308. package/esm/menu/index.js +20 -0
  309. package/esm/menu/menu.d.ts +37 -0
  310. package/esm/menu/menu.js +285 -0
  311. package/esm/message/index.d.ts +4 -0
  312. package/esm/message/index.js +20 -0
  313. package/esm/message/message.d.ts +4 -0
  314. package/esm/message/message.js +136 -0
  315. package/esm/mixin/custom-scrollbar.d.ts +8 -0
  316. package/esm/mixin/custom-scrollbar.js +14 -0
  317. package/esm/mixin/divider.d.ts +8 -0
  318. package/esm/mixin/divider.js +24 -0
  319. package/esm/mixin/ellipsis.d.ts +3 -0
  320. package/esm/mixin/ellipsis.js +20 -0
  321. package/esm/mixin/hide-scrollbar.d.ts +6 -0
  322. package/esm/mixin/hide-scrollbar.js +14 -0
  323. package/esm/mixin/index.d.ts +4 -0
  324. package/esm/mixin/index.js +34 -0
  325. package/esm/modal/index.d.ts +4 -0
  326. package/esm/modal/index.js +20 -0
  327. package/esm/modal/modal.d.ts +32 -0
  328. package/esm/modal/modal.js +395 -0
  329. package/esm/pagination/index.d.ts +5 -0
  330. package/esm/pagination/index.js +20 -0
  331. package/esm/pagination/pagination.d.ts +18 -0
  332. package/esm/pagination/pagination.js +56 -0
  333. package/esm/popover/index.d.ts +4 -0
  334. package/esm/popover/index.js +20 -0
  335. package/esm/popover/popover.d.ts +4 -0
  336. package/esm/popover/popover.js +183 -0
  337. package/esm/progress/index.d.ts +4 -0
  338. package/esm/progress/index.js +20 -0
  339. package/esm/progress/progress.d.ts +26 -0
  340. package/esm/progress/progress.js +162 -0
  341. package/esm/radio/index.d.ts +4 -0
  342. package/esm/radio/index.js +20 -0
  343. package/esm/radio/radio.d.ts +4 -0
  344. package/esm/radio/radio.js +148 -0
  345. package/esm/rate/index.d.ts +4 -0
  346. package/esm/rate/index.js +20 -0
  347. package/esm/rate/rate.d.ts +17 -0
  348. package/esm/rate/rate.js +108 -0
  349. package/esm/select/index.d.ts +5 -0
  350. package/esm/select/index.js +20 -0
  351. package/esm/select/select.d.ts +42 -0
  352. package/esm/select/select.js +218 -0
  353. package/esm/slider/index.d.ts +4 -0
  354. package/esm/slider/index.js +20 -0
  355. package/esm/slider/slider.d.ts +23 -0
  356. package/esm/slider/slider.js +228 -0
  357. package/esm/spin/animation.d.ts +186 -0
  358. package/esm/spin/animation.js +205 -0
  359. package/esm/spin/chasing-dots.d.ts +23 -0
  360. package/esm/spin/chasing-dots.js +30 -0
  361. package/esm/spin/chasing-ring.d.ts +30 -0
  362. package/esm/spin/chasing-ring.js +36 -0
  363. package/esm/spin/cube-grid.d.ts +39 -0
  364. package/esm/spin/cube-grid.js +46 -0
  365. package/esm/spin/default.d.ts +9 -0
  366. package/esm/spin/default.js +50 -0
  367. package/esm/spin/double-bounce.d.ts +20 -0
  368. package/esm/spin/double-bounce.js +26 -0
  369. package/esm/spin/fading-circle.d.ts +11 -0
  370. package/esm/spin/fading-circle.js +49 -0
  371. package/esm/spin/four-dots.d.ts +40 -0
  372. package/esm/spin/four-dots.js +46 -0
  373. package/esm/spin/index.d.ts +4 -0
  374. package/esm/spin/index.js +20 -0
  375. package/esm/spin/plane.d.ts +7 -0
  376. package/esm/spin/plane.js +13 -0
  377. package/esm/spin/pulse.d.ts +8 -0
  378. package/esm/spin/pulse.js +14 -0
  379. package/esm/spin/ring.d.ts +11 -0
  380. package/esm/spin/ring.js +17 -0
  381. package/esm/spin/scale-circle.d.ts +11 -0
  382. package/esm/spin/scale-circle.js +49 -0
  383. package/esm/spin/spin.d.ts +4 -0
  384. package/esm/spin/spin.js +102 -0
  385. package/esm/spin/tree-bounce.d.ts +22 -0
  386. package/esm/spin/tree-bounce.js +28 -0
  387. package/esm/spin/wave.d.ts +8 -0
  388. package/esm/spin/wave.js +40 -0
  389. package/esm/steps/index.d.ts +5 -0
  390. package/esm/steps/index.js +20 -0
  391. package/esm/steps/steps.d.ts +29 -0
  392. package/esm/steps/steps.js +559 -0
  393. package/esm/sticky/index.d.ts +4 -0
  394. package/esm/sticky/index.js +20 -0
  395. package/esm/sticky/sticky.d.ts +7 -0
  396. package/esm/sticky/sticky.js +15 -0
  397. package/esm/switch/index.d.ts +4 -0
  398. package/esm/switch/index.js +20 -0
  399. package/esm/switch/switch.d.ts +4 -0
  400. package/esm/switch/switch.js +148 -0
  401. package/esm/table/index.d.ts +4 -0
  402. package/esm/table/index.js +20 -0
  403. package/esm/table/table.d.ts +47 -0
  404. package/esm/table/table.js +374 -0
  405. package/esm/tabs/index.d.ts +4 -0
  406. package/esm/tabs/index.js +20 -0
  407. package/esm/tabs/tabs.d.ts +4 -0
  408. package/esm/tabs/tabs.js +619 -0
  409. package/esm/tag/index.d.ts +4 -0
  410. package/esm/tag/index.js +20 -0
  411. package/esm/tag/tag.d.ts +4 -0
  412. package/esm/tag/tag.js +203 -0
  413. package/esm/textarea/index.d.ts +4 -0
  414. package/esm/textarea/index.js +20 -0
  415. package/esm/textarea/textarea.d.ts +4 -0
  416. package/esm/textarea/textarea.js +134 -0
  417. package/esm/tooltip/index.d.ts +4 -0
  418. package/esm/tooltip/index.js +20 -0
  419. package/esm/tooltip/tooltip.d.ts +4 -0
  420. package/esm/tooltip/tooltip.js +220 -0
  421. package/esm/transfer/index.d.ts +4 -0
  422. package/esm/transfer/index.js +20 -0
  423. package/esm/transfer/transfer.d.ts +4 -0
  424. package/esm/transfer/transfer.js +198 -0
  425. package/esm/tree/index.d.ts +4 -0
  426. package/esm/tree/index.js +20 -0
  427. package/esm/tree/tree.d.ts +4 -0
  428. package/esm/tree/tree.js +185 -0
  429. package/esm/upload/index.d.ts +4 -0
  430. package/esm/upload/index.js +20 -0
  431. package/esm/upload/upload.d.ts +40 -0
  432. package/esm/upload/upload.js +331 -0
  433. package/esm/virtual-scroll/index.d.ts +4 -0
  434. package/esm/virtual-scroll/index.js +19 -0
  435. package/esm/virtual-scroll/virtual-scroll.d.ts +4 -0
  436. package/esm/virtual-scroll/virtual-scroll.js +37 -0
  437. package/package.json +17 -0
@@ -0,0 +1,619 @@
1
+ "use strict";
2
+
3
+ require("core-js/modules/es.array.filter.js");
4
+ require("core-js/modules/web.dom-collections.for-each.js");
5
+ require("core-js/modules/es.object.get-own-property-descriptors.js");
6
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
7
+ Object.defineProperty(exports, "__esModule", {
8
+ value: true
9
+ });
10
+ exports.default = void 0;
11
+ require("core-js/modules/es.array.concat.js");
12
+ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
13
+ var _theme = _interopRequireDefault(require("@sheinx/theme"));
14
+ function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
15
+ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
16
+ var active = function active(options) {
17
+ return {
18
+ '& [data-soui-state="active"]$tab': {
19
+ '&:after': _objectSpread({
20
+ position: 'absolute',
21
+ content: '""',
22
+ left: 'auto',
23
+ right: 'auto',
24
+ top: 'auto',
25
+ bottom: 'auto',
26
+ height: 'auto',
27
+ width: 'auto'
28
+ }, options)
29
+ }
30
+ };
31
+ };
32
+ var getHeaderPositionStyle = function getHeaderPositionStyle(position, options) {
33
+ return (0, _defineProperty2.default)({}, "&[data-soui-position^=\"".concat(position, "-\"]"), {
34
+ '& $headerWrapper': {
35
+ '&:after': options
36
+ }
37
+ });
38
+ };
39
+ var getCardStyle = function getCardStyle() {
40
+ return {
41
+ '&[data-soui-position^="left-"][data-soui-shape="card"]': _objectSpread({
42
+ '& $tab,& $next,& $prev': {
43
+ borderRadius: "".concat(_theme.default.tabsTabBorderRadius, " 0 0 ").concat(_theme.default.tabsTabBorderRadius)
44
+ },
45
+ '& $hr': {
46
+ right: 0,
47
+ width: 1,
48
+ height: '100%'
49
+ }
50
+ }, active({
51
+ top: 0,
52
+ bottom: 0,
53
+ right: -1,
54
+ width: 1,
55
+ background: '#FFFFFF'
56
+ })),
57
+ '&[data-soui-position^="right-"][data-soui-shape="card"]': _objectSpread({
58
+ '& $tab,& $next,& $prev': {
59
+ borderRadius: "0 ".concat(_theme.default.tabsTabBorderRadius, " ").concat(_theme.default.tabsTabBorderRadius, " 0")
60
+ },
61
+ '& $hr': {
62
+ left: 0,
63
+ width: 1,
64
+ height: '100%'
65
+ }
66
+ }, active({
67
+ top: 0,
68
+ bottom: 0,
69
+ left: -1,
70
+ width: 1,
71
+ background: '#FFFFFF'
72
+ })),
73
+ '&[data-soui-position^="top-"][data-soui-shape="card"]': _objectSpread({
74
+ '& $tab,& $next,& $prev': {
75
+ borderRadius: "".concat(_theme.default.tabsTabBorderRadius, " ").concat(_theme.default.tabsTabBorderRadius, " 0 0")
76
+ },
77
+ '& $hr': {
78
+ bottom: 0,
79
+ height: 1,
80
+ width: '100%'
81
+ }
82
+ }, active({
83
+ bottom: -1,
84
+ left: 0,
85
+ right: 0,
86
+ height: 1,
87
+ background: '#FFFFFF'
88
+ })),
89
+ '&[data-soui-position^="bottom-"][data-soui-shape="card"]': _objectSpread({
90
+ '& $tab,& $next,& $prev': {
91
+ borderRadius: "0 0 ".concat(_theme.default.tabsTabBorderRadius, " ").concat(_theme.default.tabsTabBorderRadius)
92
+ },
93
+ '& $hr': {
94
+ top: 0,
95
+ height: 1,
96
+ width: '100%'
97
+ }
98
+ }, active({
99
+ top: -1,
100
+ left: 0,
101
+ right: 0,
102
+ height: 1,
103
+ background: '#FFFFFF'
104
+ }))
105
+ };
106
+ };
107
+ var getLineStyle = function getLineStyle() {
108
+ return {
109
+ '&[data-soui-position^="left-"][data-soui-shape="line"]': _objectSpread({
110
+ '& $hr': {
111
+ right: 0,
112
+ width: 1,
113
+ height: '100%'
114
+ }
115
+ }, active({
116
+ top: 0,
117
+ bottom: 0,
118
+ right: 0,
119
+ width: 3
120
+ })),
121
+ '&[data-soui-position^="right-"][data-soui-shape="line"]': _objectSpread({
122
+ '& $hr': {
123
+ left: 0,
124
+ width: 1,
125
+ height: '100%'
126
+ }
127
+ }, active({
128
+ top: 0,
129
+ bottom: 0,
130
+ left: 0,
131
+ width: 3
132
+ })),
133
+ '&[data-soui-position^="top-"][data-soui-shape="line"]': _objectSpread({
134
+ '& $hr': {
135
+ bottom: 0,
136
+ height: 1,
137
+ width: '100%'
138
+ }
139
+ }, active({
140
+ bottom: 0,
141
+ left: 0,
142
+ right: 0,
143
+ height: 3
144
+ })),
145
+ '&[data-soui-position^="bottom-"][data-soui-shape="line"]': _objectSpread({
146
+ '& $hr': {
147
+ top: 0,
148
+ height: 1,
149
+ width: '100%'
150
+ }
151
+ }, active({
152
+ top: 0,
153
+ left: 0,
154
+ right: 0,
155
+ height: 3
156
+ }))
157
+ };
158
+ };
159
+ var getDashStyle = function getDashStyle() {
160
+ return {
161
+ '&[data-soui-position^="left-"][data-soui-shape="dash"]': _objectSpread({}, active({
162
+ top: "calc(50% - 12px)",
163
+ width: 3,
164
+ height: 24,
165
+ right: 0
166
+ })),
167
+ '&[data-soui-position^="right-"][data-soui-shape="dash"]': _objectSpread({}, active({
168
+ top: "calc(50% - 12px)",
169
+ width: 3,
170
+ height: 24,
171
+ left: 0
172
+ })),
173
+ '&[data-soui-position^="top-"][data-soui-shape="dash"]': _objectSpread({}, active({
174
+ bottom: 0,
175
+ left: "calc(50% - 12px)",
176
+ width: 24,
177
+ height: 3
178
+ })),
179
+ '&[data-soui-position^="bottom-"][data-soui-shape="dash"]': _objectSpread({}, active({
180
+ top: 0,
181
+ left: "calc(50% - 12px)",
182
+ width: 24,
183
+ height: 3
184
+ }))
185
+ };
186
+ };
187
+ var getFillStyle = function getFillStyle() {
188
+ return {
189
+ '&[data-soui-shape="fill"]': {
190
+ '& $tab': {
191
+ '&[data-soui-state="active"]': {
192
+ '& $fillInner': {
193
+ background: '#FFFFFF',
194
+ color: _theme.default.tabsActiveFontColor
195
+ }
196
+ },
197
+ '&:not([data-soui-state="active"]):hover $fillInner': {
198
+ background: _theme.default.tabsHoverBackgroundColor
199
+ },
200
+ '&:not([data-soui-state="active"]):active $fillInner': {
201
+ background: _theme.default.tabsClickBackgroundColor
202
+ },
203
+ '&:before': {
204
+ content: '""',
205
+ position: 'absolute',
206
+ left: 0,
207
+ top: 'calc(50% - 7px)',
208
+ width: 1,
209
+ height: 14,
210
+ background: 'transparent',
211
+ transition: 'all .15s ease-out'
212
+ }
213
+ },
214
+ '& $tab:not([data-soui-state="active"]):not(:hover) + $tab:not([data-soui-state="active"]):not(:hover)': {
215
+ '&:before': {
216
+ background: _theme.default.tabsSplitBorderColor
217
+ }
218
+ }
219
+ }
220
+ };
221
+ };
222
+ var getButtonStyle = function getButtonStyle() {
223
+ return {
224
+ '&[data-soui-shape="button"]': {}
225
+ };
226
+ };
227
+ var getHeaderStyle = function getHeaderStyle() {
228
+ return _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({}, getHeaderPositionStyle('top', {
229
+ top: 'auto',
230
+ bottom: 0,
231
+ right: 0,
232
+ left: 0,
233
+ height: 1
234
+ })), getHeaderPositionStyle('bottom', {
235
+ top: 0,
236
+ bottom: 'auto',
237
+ right: 0,
238
+ left: 0,
239
+ height: 1
240
+ })), getHeaderPositionStyle('left', {
241
+ top: 0,
242
+ bottom: 0,
243
+ right: 0,
244
+ left: 'auto',
245
+ width: 1
246
+ })), getHeaderPositionStyle('right', {
247
+ top: 0,
248
+ bottom: 0,
249
+ right: 'auto',
250
+ left: 0,
251
+ width: 1
252
+ })), {}, {
253
+ '&[data-soui-shape="fill"] $header': {
254
+ '& $tab': {
255
+ background: _theme.default.tabsBackgroundColor,
256
+ padding: "".concat(_theme.default.tabsFillPaddingY, " ").concat(_theme.default.tabsFillPaddingX)
257
+ },
258
+ '& $tab:first-child': {
259
+ borderRadius: "".concat(_theme.default.tabsTabBorderRadius, " 0 0 ").concat(_theme.default.tabsTabBorderRadius)
260
+ },
261
+ '& $tab:last-child': {
262
+ borderRadius: "0 ".concat(_theme.default.tabsTabBorderRadius, " ").concat(_theme.default.tabsTabBorderRadius, " 0")
263
+ }
264
+ },
265
+ '&[data-soui-shape="dash"],&[data-soui-shape="fill"]': {
266
+ '& $headerWrapper': {
267
+ '&:after': {
268
+ display: 'none'
269
+ }
270
+ }
271
+ }
272
+ });
273
+ };
274
+ var tabsStyle = {
275
+ tabs: _objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread(_objectSpread({
276
+ // 水平模式
277
+ '&[data-soui-position^="top-"],&[data-soui-position^="bottom-"]': {
278
+ display: 'flex',
279
+ flexDirection: 'column',
280
+ '& $tab + $tab': {
281
+ marginLeft: _theme.default.tabsNearlyMargin
282
+ },
283
+ '&[data-soui-shape="fill"],&[data-soui-shape="button"]': {
284
+ '& $tab + $tab': {
285
+ margin: 0
286
+ }
287
+ },
288
+ '& $headerWrapper': {
289
+ alignItems: 'center'
290
+ },
291
+ '& $header': {
292
+ width: '100%',
293
+ alignItems: 'center'
294
+ },
295
+ '& $next,& $prev': {
296
+ padding: "".concat(_theme.default.tabsActionHorizontalPaddingY, " ").concat(_theme.default.tabsActionHorizontalPaddingX)
297
+ },
298
+ '& $panel': {
299
+ width: '100%'
300
+ }
301
+ },
302
+ // 垂直模式
303
+ '&[data-soui-position^="left-"],&[data-soui-position^="right-"]': {
304
+ display: 'flex',
305
+ flexDirection: 'row',
306
+ justifyContent: 'flex-start',
307
+ '& $tab': {
308
+ display: 'block'
309
+ },
310
+ '& $tab + $tab': {
311
+ marginTop: _theme.default.tabsNearlyMargin
312
+ },
313
+ '& $headerWrapper': {
314
+ flexDirection: 'column'
315
+ },
316
+ '& $next,& $prev': {
317
+ padding: "".concat(_theme.default.tabsActionVerticalPaddingY, " ").concat(_theme.default.tabsActionVerticalPaddingX),
318
+ '&:after': {
319
+ display: 'none'
320
+ }
321
+ },
322
+ '& $next': {
323
+ marginLeft: 0,
324
+ marginTop: _theme.default.tabsNearlyMargin,
325
+ '& svg': {
326
+ transform: 'rotate(90deg)'
327
+ }
328
+ },
329
+ '& $prev': {
330
+ marginRight: 0,
331
+ marginBottom: _theme.default.tabsNearlyMargin,
332
+ '& svg': {
333
+ transform: 'rotate(90deg)'
334
+ }
335
+ },
336
+ '& $header': {
337
+ height: '100%'
338
+ },
339
+ '& $panel': {
340
+ width: 'auto',
341
+ height: '100%'
342
+ }
343
+ },
344
+ '&[data-soui-position^="bottom-right"],&[data-soui-position^="top-right"]': {
345
+ '& $header': {
346
+ display: 'block',
347
+ textAlign: 'right'
348
+ },
349
+ '& $headerScroll': {
350
+ display: 'inline-block'
351
+ }
352
+ },
353
+ '&[data-soui-position="left-top"],&[data-soui-position="right-top"]': {
354
+ '& $header': {
355
+ alignItems: 'flex-start'
356
+ }
357
+ },
358
+ '&[data-soui-position="left-bottom"],&[data-soui-position="right-bottom"]': {
359
+ '& $header': {
360
+ alignItems: 'flex-start'
361
+ }
362
+ }
363
+ }, getCardStyle()), getLineStyle()), getDashStyle()), getFillStyle()), getButtonStyle()), getHeaderStyle()),
364
+ panelWrapper: {
365
+ width: 'auto',
366
+ height: 'auto',
367
+ overflow: 'hidden',
368
+ transition: 'all .2s ease-out'
369
+ },
370
+ panel: {
371
+ display: 'none'
372
+ },
373
+ autoFill: {
374
+ height: '100%',
375
+ '& $panelWrapper': {
376
+ flex: 1
377
+ },
378
+ '& $panel': {
379
+ overflow: 'auto',
380
+ height: '100%'
381
+ }
382
+ },
383
+ tab: {
384
+ position: 'relative',
385
+ display: 'inline-block',
386
+ boxSizing: 'border-box',
387
+ cursor: 'pointer',
388
+ lineHeight: _theme.default.lineHeightDynamic,
389
+ fontSize: _theme.default.tabsTabFontSize,
390
+ transition: 'all .2s',
391
+ '&[data-soui-state="active"]': {
392
+ '&:after': {
393
+ background: _theme.default.tabsActiveFontColor
394
+ }
395
+ }
396
+ },
397
+ hr: {
398
+ position: 'absolute',
399
+ background: _theme.default.tabsBorderColor
400
+ },
401
+ headerWrapper: {
402
+ display: 'flex',
403
+ overflow: 'hidden',
404
+ position: 'relative',
405
+ '& $prev[data-soui-shape="card"],$next[data-soui-shape="card"]': {
406
+ background: '#FFFFFF',
407
+ border: "1px solid ".concat(_theme.default.tabsBorderColor),
408
+ '&[data-soui-state="disabled"]': {
409
+ background: _theme.default.tabsBackgroundColor
410
+ },
411
+ '&:not([data-soui-state="disabled"]):hover': {
412
+ background: _theme.default.tabsHoverBackgroundColor
413
+ },
414
+ '&:not([data-soui-state="disabled"]):hover:active': {
415
+ background: _theme.default.tabsClickBackgroundColor
416
+ }
417
+ },
418
+ '& $prev[data-soui-shape="line"],$next[data-soui-shape="line"]': {
419
+ '&:not([data-soui-state="disabled"]):hover': {
420
+ '& $iconInner': {
421
+ background: _theme.default.tabsHoverBackgroundColor
422
+ }
423
+ },
424
+ '&:not([data-soui-state="disabled"]):hover:active': {
425
+ '& $iconInner': {
426
+ background: _theme.default.tabsClickBackgroundColor
427
+ }
428
+ }
429
+ },
430
+ // fill 同 line
431
+ '& $prev[data-soui-shape="fill"],$next[data-soui-shape="fill"]': {
432
+ '&:not([data-soui-state="disabled"]):hover': {
433
+ '& $iconInner': {
434
+ background: _theme.default.tabsHoverBackgroundColor
435
+ }
436
+ },
437
+ '&:not([data-soui-state="disabled"]):hover:active': {
438
+ '& $iconInner': {
439
+ background: _theme.default.tabsClickBackgroundColor
440
+ }
441
+ }
442
+ },
443
+ // button 同 line
444
+ '& $prev[data-soui-shape="button"],$next[data-soui-shape="button"]': {
445
+ '&:not([data-soui-state="disabled"]):hover': {
446
+ '& $iconInner': {
447
+ background: _theme.default.tabsHoverBackgroundColor
448
+ }
449
+ },
450
+ '&:not([data-soui-state="disabled"]):hover:active': {
451
+ '& $iconInner': {
452
+ background: _theme.default.tabsClickBackgroundColor
453
+ }
454
+ }
455
+ },
456
+ '& $prev[data-soui-shape="dash"],$next[data-soui-shape="dash"]': {
457
+ '&:not([data-soui-state="disabled"]):hover': {
458
+ '& $iconInner': {
459
+ background: _theme.default.tabsHoverBackgroundColor
460
+ }
461
+ },
462
+ '&:not([data-soui-state="disabled"]):hover:active': {
463
+ '& $iconInner': {
464
+ background: _theme.default.tabsClickBackgroundColor
465
+ }
466
+ }
467
+ },
468
+ '& $prev,& $next': {
469
+ cursor: 'pointer',
470
+ position: 'relative',
471
+ boxSizing: 'border-box',
472
+ '&[data-soui-state="disabled"]': {
473
+ cursor: 'not-allowed',
474
+ '& svg': {
475
+ fill: _theme.default.tabsDisabledFontColor
476
+ }
477
+ },
478
+ '& svg': {
479
+ width: 14
480
+ }
481
+ }
482
+ },
483
+ headerScroll: {
484
+ zIndex: 1,
485
+ transition: 'all .15s ease-out'
486
+ },
487
+ header: (0, _defineProperty2.default)({
488
+ flex: 1,
489
+ display: 'flex',
490
+ alignItems: 'center',
491
+ position: 'relative',
492
+ whiteSpace: 'nowrap',
493
+ overflow: 'hidden',
494
+ '&[data-soui-shape="card"]': {
495
+ '& $tab': {
496
+ position: 'relative',
497
+ border: "1px solid ".concat(_theme.default.tabsBorderColor),
498
+ padding: "".concat(_theme.default.tabsTabPaddingY, " ").concat(_theme.default.tabsTabPaddingX),
499
+ background: _theme.default.tabsBackgroundColor,
500
+ '&[data-soui-state="active"]': {
501
+ color: _theme.default.tabsActiveFontColor,
502
+ background: _theme.default.tabsActiveBackgroundColor
503
+ },
504
+ '&$disabled': {
505
+ color: _theme.default.tabsDisabledFontColor
506
+ },
507
+ '&:not([data-soui-state="active"]):hover': {
508
+ background: _theme.default.tabsHoverBackgroundColor
509
+ },
510
+ '&:not([data-soui-state="active"]):active': {
511
+ background: _theme.default.tabsClickBackgroundColor
512
+ }
513
+ }
514
+ },
515
+ '&[data-soui-shape="line"]': {
516
+ '& $tab': {
517
+ position: 'relative',
518
+ padding: "".concat(_theme.default.tabsLinePaddingY, " ").concat(_theme.default.tabsLinePaddingX),
519
+ // background: '#FFF',
520
+
521
+ '&[data-soui-state="active"]': {
522
+ color: _theme.default.tabsActiveFontColor,
523
+ background: _theme.default.tabsActiveBackgroundColor
524
+ },
525
+ '&:not([data-soui-state="active"]):hover $lineInner': {
526
+ background: _theme.default.tabsHoverBackgroundColor
527
+ },
528
+ '&:not([data-soui-state="active"]):active $lineInner': {
529
+ background: _theme.default.tabsClickBackgroundColor
530
+ }
531
+ }
532
+ }
533
+ }, '&[data-soui-shape="dash"]', {
534
+ '& $tab': {
535
+ padding: "".concat(_theme.default.tabsLinePaddingY, " ").concat(_theme.default.tabsLinePaddingX),
536
+ '&[data-soui-state="active"]': {
537
+ color: _theme.default.tabsActiveFontColor,
538
+ background: _theme.default.tabsActiveBackgroundColor
539
+ },
540
+ '&:not([data-soui-state="active"]):hover $lineInner': {
541
+ background: _theme.default.tabsHoverBackgroundColor
542
+ },
543
+ '&:not([data-soui-state="active"]):active $lineInner': {
544
+ background: _theme.default.tabsClickBackgroundColor
545
+ }
546
+ }
547
+ }),
548
+ button: {},
549
+ line: {},
550
+ lineInner: {
551
+ transition: 'all .2s',
552
+ borderRadius: _theme.default.tabsTabBorderRadius,
553
+ padding: "".concat(_theme.default.tabsLinePaddingY, " ").concat(_theme.default.tabsLinePaddingX)
554
+ },
555
+ fillInner: {
556
+ transition: 'all .2s',
557
+ borderRadius: _theme.default.tabsTabBorderRadius,
558
+ padding: "".concat(_theme.default.tabsFillInnerPaddingY, " ").concat(_theme.default.tabsFillInnerPaddingX)
559
+ },
560
+ iconInner: {
561
+ display: 'inline-flex',
562
+ alignItems: 'center',
563
+ justifyContent: 'center',
564
+ borderRadius: '50%',
565
+ width: 22,
566
+ height: 22
567
+ },
568
+ bordered: {},
569
+ card: {},
570
+ dash: {},
571
+ active: {},
572
+ disabled: {},
573
+ show: {
574
+ display: 'block'
575
+ },
576
+ prev: {
577
+ textAlign: 'center',
578
+ lineHeight: _theme.default.lineHeightDynamic,
579
+ '&[data-soui-shape="card"]': {
580
+ marginRight: _theme.default.tabsNearlyMargin
581
+ }
582
+ },
583
+ next: {
584
+ textAlign: 'center',
585
+ lineHeight: _theme.default.lineHeightDynamic,
586
+ '&[data-soui-shape="card"]': {
587
+ marginLeft: _theme.default.tabsNearlyMargin
588
+ }
589
+ },
590
+ extra: {},
591
+ collapsible: {
592
+ padding: "".concat(_theme.default.tabsActionHorizontalPaddingY, " ").concat(_theme.default.tabsActionHorizontalPaddingX),
593
+ marginRight: _theme.default.tabsNearlyMargin,
594
+ cursor: 'pointer',
595
+ borderLeft: "1px solid transparent",
596
+ borderRight: "1px solid transparent",
597
+ display: 'flex',
598
+ alignItems: 'center',
599
+ justifyContent: 'center',
600
+ '&:hover': {
601
+ color: _theme.default.tabsActiveFontColor
602
+ },
603
+ '& svg': {
604
+ width: 14,
605
+ textAlign: 'center',
606
+ transform: 'rotate(-90deg)',
607
+ transition: 'transform .2s'
608
+ }
609
+ },
610
+ collapsed: {
611
+ '& $collapsible': {
612
+ '& svg': {
613
+ transform: 'rotate(-180deg)'
614
+ }
615
+ }
616
+ }
617
+ };
618
+ var _default = tabsStyle;
619
+ exports.default = _default;
@@ -0,0 +1,4 @@
1
+ import tagStyle from './tag';
2
+ declare const useTagStyle: (data?: undefined) => import("jss").Classes<"input" | "small" | "outline" | "fill" | "cyan" | "indigo" | "magenta" | "orange" | "purple" | "default" | "inline" | "large" | "disabled" | "info" | "success" | "warning" | "danger" | "rounded" | "tag" | "closeIcon" | "closeIconWrapper" | "neon" | "lemon" | "tangerine" | "bright" | "brightOutline">;
3
+ export { tagStyle, useTagStyle };
4
+ export default useTagStyle;
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+
3
+ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports.default = void 0;
8
+ Object.defineProperty(exports, "tagStyle", {
9
+ enumerable: true,
10
+ get: function get() {
11
+ return _tag.default;
12
+ }
13
+ });
14
+ exports.useTagStyle = void 0;
15
+ var _jssStyle = require("../jss-style");
16
+ var _tag = _interopRequireDefault(require("./tag"));
17
+ var useTagStyle = (0, _jssStyle.styled)(_tag.default, 'tag');
18
+ exports.useTagStyle = useTagStyle;
19
+ var _default = useTagStyle;
20
+ exports.default = _default;
@@ -0,0 +1,4 @@
1
+ import { JsStyles } from '../jss-style';
2
+ declare type TagClass = 'tag' | 'inline' | 'disabled' | 'closeIcon' | 'closeIconWrapper' | 'info' | 'default' | 'success' | 'warning' | 'danger' | 'orange' | 'magenta' | 'purple' | 'indigo' | 'cyan' | 'neon' | 'lemon' | 'tangerine' | 'large' | 'small' | 'outline' | 'fill' | 'bright' | 'brightOutline' | 'rounded' | 'input';
3
+ declare const TagStyle: JsStyles<TagClass>;
4
+ export default TagStyle;