veloce-vue 0.21.0 → 0.23.0

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 (236) hide show
  1. package/_virtual/_plugin-vue_export-helper.js +9 -0
  2. package/components/Accordion.vue.js +91 -0
  3. package/components/Accordion.vue2.js +4 -0
  4. package/components/Badge.vue.d.ts +1 -0
  5. package/components/Badge.vue.js +47 -0
  6. package/components/Badge.vue2.js +4 -0
  7. package/components/Button.vue.d.ts +7 -8
  8. package/components/Button.vue.js +7 -0
  9. package/components/Button.vue2.js +114 -0
  10. package/components/Checkbox.vue.d.ts +6 -7
  11. package/components/Checkbox.vue.js +98 -0
  12. package/components/Checkbox.vue2.js +4 -0
  13. package/components/Chip.vue.d.ts +6 -7
  14. package/components/Chip.vue.js +61 -0
  15. package/components/Chip.vue2.js +4 -0
  16. package/components/Drawer.vue.js +94 -0
  17. package/components/Drawer.vue2.js +4 -0
  18. package/components/Fieldset.vue.d.ts +6 -7
  19. package/components/Fieldset.vue.js +49 -0
  20. package/components/Fieldset.vue2.js +4 -0
  21. package/components/Input.vue.d.ts +11 -12
  22. package/components/Input.vue.js +106 -0
  23. package/components/Input.vue2.js +4 -0
  24. package/components/JsonRenderer.vue.js +63 -0
  25. package/components/JsonRenderer.vue2.js +4 -0
  26. package/components/Layout.vue.d.ts +7 -17
  27. package/components/Layout.vue.js +69 -0
  28. package/components/Layout.vue2.js +4 -0
  29. package/components/Message.vue.d.ts +6 -7
  30. package/components/Message.vue.js +109 -0
  31. package/components/Message.vue2.js +4 -0
  32. package/components/MiniEditor.vue.js +132 -0
  33. package/components/MiniEditor.vue2.js +4 -0
  34. package/components/Modal.vue.js +73 -0
  35. package/components/Modal.vue2.js +4 -0
  36. package/components/Popover.vue.js +78 -0
  37. package/components/Popover.vue2.js +4 -0
  38. package/components/ProgressBar.vue.js +51 -0
  39. package/components/ProgressBar.vue2.js +4 -0
  40. package/components/ProgressSpinner.vue.js +47 -0
  41. package/components/ProgressSpinner.vue2.js +4 -0
  42. package/components/RangeSlider.vue.js +61 -0
  43. package/components/RangeSlider.vue2.js +4 -0
  44. package/components/Select.vue.js +129 -0
  45. package/components/Select.vue2.js +4 -0
  46. package/components/Separator.vue.d.ts +6 -7
  47. package/components/Separator.vue.js +74 -0
  48. package/components/Separator.vue2.js +4 -0
  49. package/components/Skeleton.vue.js +7 -0
  50. package/components/Skeleton.vue2.js +24 -0
  51. package/components/Switch.vue.js +48 -0
  52. package/components/Switch.vue2.js +4 -0
  53. package/components/Tooltip.vue.js +35 -0
  54. package/components/Tooltip.vue2.js +4 -0
  55. package/components/icon/Icon.vue.d.ts +2 -3
  56. package/components/icon/Icon.vue.js +21 -0
  57. package/components/icon/Icon.vue2.js +4 -0
  58. package/components/icon/icons.d.ts +139 -142
  59. package/components/typography/Blockquote.vue.js +55 -0
  60. package/components/typography/Blockquote.vue2.js +4 -0
  61. package/components/typography/Code.vue.js +74 -0
  62. package/components/typography/Code.vue2.js +4 -0
  63. package/components/typography/H1.vue.js +55 -0
  64. package/components/typography/H1.vue2.js +4 -0
  65. package/components/typography/H2.vue.js +55 -0
  66. package/components/typography/H2.vue2.js +4 -0
  67. package/components/typography/H3.vue.js +55 -0
  68. package/components/typography/H3.vue2.js +4 -0
  69. package/components/typography/H4.vue.js +55 -0
  70. package/components/typography/H4.vue2.js +4 -0
  71. package/components/typography/H5.vue.js +55 -0
  72. package/components/typography/H5.vue2.js +4 -0
  73. package/components/typography/H6.vue.js +55 -0
  74. package/components/typography/H6.vue2.js +4 -0
  75. package/components/typography/Label.vue.js +61 -0
  76. package/components/typography/Label.vue2.js +4 -0
  77. package/components/typography/List.vue.js +60 -0
  78. package/components/typography/List.vue2.js +4 -0
  79. package/components/typography/P.vue.js +55 -0
  80. package/components/typography/P.vue2.js +4 -0
  81. package/components/typography/Span.vue.js +55 -0
  82. package/components/typography/Span.vue2.js +4 -0
  83. package/config.js +2 -14
  84. package/exports/icons.d.ts +2 -1
  85. package/exports/toast.d.ts +1 -1
  86. package/exports/types.d.ts +3 -3
  87. package/icons/Alert.vue.js +31 -0
  88. package/icons/AlertCircle.vue.js +31 -0
  89. package/icons/Archive.vue.js +33 -0
  90. package/icons/ArrowDown.vue.js +26 -0
  91. package/icons/ArrowLeft.vue.js +26 -0
  92. package/icons/ArrowRight.vue.js +26 -0
  93. package/icons/ArrowUp.vue.js +26 -0
  94. package/icons/AtSign.vue.js +30 -0
  95. package/icons/Bell.vue.js +26 -0
  96. package/icons/Bold.vue.js +20 -0
  97. package/icons/Bookmark.vue.js +25 -0
  98. package/icons/Camera.vue.js +30 -0
  99. package/icons/Check.vue.js +20 -0
  100. package/icons/CheckCircle.vue.js +26 -0
  101. package/icons/CheckSquare.vue.js +26 -0
  102. package/icons/ChevronDown.vue.js +20 -0
  103. package/icons/ChevronLeft.vue.js +25 -0
  104. package/icons/ChevronRight.vue.js +25 -0
  105. package/icons/ChevronUp.vue.js +25 -0
  106. package/icons/Circle.vue.js +29 -0
  107. package/icons/Clock.vue.js +30 -0
  108. package/icons/Close.vue.js +20 -0
  109. package/icons/Cloud.vue.js +25 -0
  110. package/icons/CloudDownload.vue.js +27 -0
  111. package/icons/CloudUpload.vue.js +27 -0
  112. package/icons/Code.vue.js +26 -0
  113. package/icons/Command.vue.js +26 -0
  114. package/icons/Copy.vue.js +33 -0
  115. package/icons/CreditCard.vue.js +32 -0
  116. package/icons/Database.vue.js +32 -0
  117. package/icons/Download.vue.js +27 -0
  118. package/icons/Edit.vue.js +26 -0
  119. package/icons/ExternalLink.vue.js +27 -0
  120. package/icons/Eye.vue.js +30 -0
  121. package/icons/EyeOff.vue.js +26 -0
  122. package/icons/FastForward.vue.js +26 -0
  123. package/icons/File.vue.js +26 -0
  124. package/icons/FileAudio.vue.js +17 -0
  125. package/icons/FileImage.vue.js +27 -0
  126. package/icons/FilePdf.vue.js +17 -0
  127. package/icons/FileText.vue.js +17 -0
  128. package/icons/FileVideo.vue.js +27 -0
  129. package/icons/FileZip.vue.js +17 -0
  130. package/icons/Filter.vue.js +25 -0
  131. package/icons/Folder.vue.js +25 -0
  132. package/icons/FolderOpen.vue.js +25 -0
  133. package/icons/FolderPlus.vue.js +27 -0
  134. package/icons/Grid.vue.js +33 -0
  135. package/icons/Hamburger.vue.js +24 -0
  136. package/icons/Hash.vue.js +17 -0
  137. package/icons/Heart.vue.js +25 -0
  138. package/icons/HelpCircle.vue.js +31 -0
  139. package/icons/Highlight.vue.js +20 -0
  140. package/icons/Home.vue.js +26 -0
  141. package/icons/Image.vue.js +38 -0
  142. package/icons/Inbox.vue.js +26 -0
  143. package/icons/Info.vue.js +31 -0
  144. package/icons/Italic.vue.js +24 -0
  145. package/icons/Key.vue.js +31 -0
  146. package/icons/Layout.vue.js +33 -0
  147. package/icons/Link.vue.js +26 -0
  148. package/icons/Link2.vue.js +27 -0
  149. package/icons/List.vue.js +17 -0
  150. package/icons/Loading.vue.js +33 -0
  151. package/icons/Lock.vue.js +33 -0
  152. package/icons/LogIn.vue.js +27 -0
  153. package/icons/LogOut.vue.js +27 -0
  154. package/icons/Mail.vue.js +32 -0
  155. package/icons/Maximize.vue.js +25 -0
  156. package/icons/Menu.vue.js +42 -0
  157. package/icons/MessageCircle.vue.js +25 -0
  158. package/icons/MessageSquare.vue.js +25 -0
  159. package/icons/Mic.vue.js +17 -0
  160. package/icons/MicOff.vue.js +17 -0
  161. package/icons/Minimize.vue.js +25 -0
  162. package/icons/Minus.vue.js +25 -0
  163. package/icons/Moon.vue.js +24 -0
  164. package/icons/MoreHorizontal.vue.js +39 -0
  165. package/icons/MoreVertical.vue.js +39 -0
  166. package/icons/Move.vue.js +17 -0
  167. package/icons/Package.vue.js +17 -0
  168. package/icons/Paperclip.vue.js +25 -0
  169. package/icons/Pause.vue.js +36 -0
  170. package/icons/Phone.vue.js +25 -0
  171. package/icons/Play.vue.js +25 -0
  172. package/icons/Plus.vue.js +26 -0
  173. package/icons/Printer.vue.js +27 -0
  174. package/icons/RadioButton.vue.js +34 -0
  175. package/icons/RefreshCw.vue.js +17 -0
  176. package/icons/Repeat.vue.js +17 -0
  177. package/icons/Rewind.vue.js +26 -0
  178. package/icons/RotateCcw.vue.js +26 -0
  179. package/icons/RotateCw.vue.js +26 -0
  180. package/icons/Save.vue.js +26 -0
  181. package/icons/Scissors.vue.js +17 -0
  182. package/icons/Search.vue.js +30 -0
  183. package/icons/Send.vue.js +26 -0
  184. package/icons/Server.vue.js +17 -0
  185. package/icons/Settings.vue.js +30 -0
  186. package/icons/Share.vue.js +27 -0
  187. package/icons/Shield.vue.js +25 -0
  188. package/icons/Shuffle.vue.js +17 -0
  189. package/icons/Sidebar.vue.js +32 -0
  190. package/icons/SkipBack.vue.js +31 -0
  191. package/icons/SkipForward.vue.js +31 -0
  192. package/icons/Slider.vue.js +17 -0
  193. package/icons/Sliders.vue.js +17 -0
  194. package/icons/SortAsc.vue.js +17 -0
  195. package/icons/SortDesc.vue.js +17 -0
  196. package/icons/Square.vue.js +31 -0
  197. package/icons/Star.vue.js +25 -0
  198. package/icons/Stop.vue.js +31 -0
  199. package/icons/Sun.vue.js +20 -0
  200. package/icons/Tag.vue.js +31 -0
  201. package/icons/Tags.vue.js +27 -0
  202. package/icons/Terminal.vue.js +31 -0
  203. package/icons/ThumbsDown.vue.js +26 -0
  204. package/icons/ThumbsUp.vue.js +26 -0
  205. package/icons/ToggleLeft.vue.js +36 -0
  206. package/icons/ToggleRight.vue.js +36 -0
  207. package/icons/Trash.vue.js +27 -0
  208. package/icons/Trash2.vue.js +17 -0
  209. package/icons/Unlink.vue.js +17 -0
  210. package/icons/Unlock.vue.js +33 -0
  211. package/icons/Upload.vue.js +27 -0
  212. package/icons/User.vue.js +30 -0
  213. package/icons/Users.vue.js +31 -0
  214. package/icons/Video.vue.js +32 -0
  215. package/icons/VideoOff.vue.js +27 -0
  216. package/icons/Volume.vue.js +26 -0
  217. package/icons/Volume1.vue.js +26 -0
  218. package/icons/Volume2.vue.js +26 -0
  219. package/icons/VolumeMute.vue.js +25 -0
  220. package/icons/VolumeX.vue.js +27 -0
  221. package/icons/X.vue.js +26 -0
  222. package/icons/XCircle.vue.js +31 -0
  223. package/icons/Zap.vue.js +25 -0
  224. package/icons/ZoomIn.vue.js +17 -0
  225. package/icons/ZoomOut.vue.js +31 -0
  226. package/icons.js +280 -4
  227. package/package.json +6 -1
  228. package/ui.js +45 -8345
  229. package/utils/config.js +16 -0
  230. package/utils/margin.js +77 -0
  231. package/utils/padding.js +77 -0
  232. package/utils/typography.js +66 -0
  233. package/utils/useRandomId.js +10 -0
  234. package/veloce.css +1 -1
  235. package/components/icon/index.d.ts +0 -6
  236. package/index-BLYh_r9b.js +0 -2977
@@ -1,142 +1,139 @@
1
- import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
2
- export declare const iconsMap: {
3
- readonly alert: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
4
- readonly "alert-circle": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
5
- readonly archive: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
6
- readonly "arrow-down": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
7
- readonly "arrow-left": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
8
- readonly "arrow-right": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
9
- readonly "arrow-up": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
10
- readonly "at-sign": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
11
- readonly bell: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
12
- readonly bookmark: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
13
- readonly camera: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
14
- readonly check: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
15
- readonly "check-circle": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
16
- readonly "check-square": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
17
- readonly "chevron-down": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
18
- readonly "chevron-left": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
19
- readonly "chevron-right": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
20
- readonly "chevron-up": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
21
- readonly circle: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
22
- readonly clock: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
23
- readonly close: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
24
- readonly cloud: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
25
- readonly "cloud-download": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
26
- readonly "cloud-upload": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
27
- readonly code: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
28
- readonly command: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
29
- readonly copy: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
30
- readonly "credit-card": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
31
- readonly database: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
32
- readonly download: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
33
- readonly edit: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
34
- readonly "external-link": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
35
- readonly eye: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
36
- readonly "eye-off": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
37
- readonly "fast-forward": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
38
- readonly file: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
39
- readonly "file-audio": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
40
- readonly "file-image": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
41
- readonly "file-pdf": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
42
- readonly "file-text": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
43
- readonly "file-video": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
44
- readonly "file-zip": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
45
- readonly filter: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
46
- readonly folder: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
47
- readonly "folder-open": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
48
- readonly "folder-plus": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
49
- readonly grid: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
50
- readonly hamburger: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
51
- readonly hash: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
52
- readonly heart: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
53
- readonly "help-circle": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
54
- readonly home: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
55
- readonly image: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
56
- readonly inbox: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
57
- readonly info: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
58
- readonly key: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
59
- readonly layout: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
60
- readonly link: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
61
- readonly "link-2": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
62
- readonly list: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
63
- readonly loading: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
64
- readonly lock: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
65
- readonly "log-in": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
66
- readonly "log-out": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
67
- readonly mail: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
68
- readonly maximize: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
69
- readonly menu: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
70
- readonly "message-circle": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
71
- readonly "message-square": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
72
- readonly mic: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
73
- readonly "mic-off": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
74
- readonly minimize: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
75
- readonly minus: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
76
- readonly moon: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
77
- readonly "more-horizontal": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
78
- readonly "more-vertical": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
79
- readonly move: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
80
- readonly package: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
81
- readonly paperclip: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
82
- readonly pause: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
83
- readonly phone: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
84
- readonly play: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
85
- readonly plus: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
86
- readonly printer: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
87
- readonly "radio-button": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
88
- readonly "refresh-cw": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
89
- readonly repeat: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
90
- readonly rewind: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
91
- readonly "rotate-ccw": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
92
- readonly "rotate-cw": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
93
- readonly save: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
94
- readonly scissors: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
95
- readonly search: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
96
- readonly send: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
97
- readonly server: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
98
- readonly settings: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
99
- readonly share: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
100
- readonly shield: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
101
- readonly shuffle: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
102
- readonly sidebar: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
103
- readonly "skip-back": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
104
- readonly "skip-forward": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
105
- readonly slider: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
106
- readonly sliders: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
107
- readonly "sort-asc": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
108
- readonly "sort-desc": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
109
- readonly square: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
110
- readonly star: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
111
- readonly stop: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
112
- readonly sun: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
113
- readonly tag: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
114
- readonly tags: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
115
- readonly terminal: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
116
- readonly "thumbs-down": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
117
- readonly "thumbs-up": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
118
- readonly "toggle-left": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
119
- readonly "toggle-right": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
120
- readonly trash: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
121
- readonly "trash-2": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
122
- readonly unlink: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
123
- readonly unlock: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
124
- readonly upload: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
125
- readonly user: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
126
- readonly users: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
127
- readonly video: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
128
- readonly "video-off": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
129
- readonly volume: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
130
- readonly "volume-1": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
131
- readonly "volume-2": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
132
- readonly "volume-mute": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
133
- readonly "volume-x": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
134
- readonly x: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
135
- readonly "x-circle": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
136
- readonly zap: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
137
- readonly "zoom-in": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
138
- readonly "zoom-out": DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
139
- readonly bold: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
140
- readonly italic: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
141
- readonly highlight: DefineComponent<{}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {}, SVGSVGElement>;
142
- };
1
+ export { default as Alert } from '../../icons/Alert.vue';
2
+ export { default as AlertCircle } from '../../icons/AlertCircle.vue';
3
+ export { default as Archive } from '../../icons/Archive.vue';
4
+ export { default as ArrowDown } from '../../icons/ArrowDown.vue';
5
+ export { default as ArrowLeft } from '../../icons/ArrowLeft.vue';
6
+ export { default as ArrowRight } from '../../icons/ArrowRight.vue';
7
+ export { default as ArrowUp } from '../../icons/ArrowUp.vue';
8
+ export { default as AtSign } from '../../icons/AtSign.vue';
9
+ export { default as Bell } from '../../icons/Bell.vue';
10
+ export { default as Bookmark } from '../../icons/Bookmark.vue';
11
+ export { default as Camera } from '../../icons/Camera.vue';
12
+ export { default as Check } from '../../icons/Check.vue';
13
+ export { default as CheckCircle } from '../../icons/CheckCircle.vue';
14
+ export { default as CheckSquare } from '../../icons/CheckSquare.vue';
15
+ export { default as ChevronDown } from '../../icons/ChevronDown.vue';
16
+ export { default as ChevronLeft } from '../../icons/ChevronLeft.vue';
17
+ export { default as ChevronRight } from '../../icons/ChevronRight.vue';
18
+ export { default as ChevronUp } from '../../icons/ChevronUp.vue';
19
+ export { default as Circle } from '../../icons/Circle.vue';
20
+ export { default as Clock } from '../../icons/Clock.vue';
21
+ export { default as Close } from '../../icons/Close.vue';
22
+ export { default as Cloud } from '../../icons/Cloud.vue';
23
+ export { default as CloudDownload } from '../../icons/CloudDownload.vue';
24
+ export { default as CloudUpload } from '../../icons/CloudUpload.vue';
25
+ export { default as Code } from '../../icons/Code.vue';
26
+ export { default as Command } from '../../icons/Command.vue';
27
+ export { default as Copy } from '../../icons/Copy.vue';
28
+ export { default as CreditCard } from '../../icons/CreditCard.vue';
29
+ export { default as Database } from '../../icons/Database.vue';
30
+ export { default as Download } from '../../icons/Download.vue';
31
+ export { default as Edit } from '../../icons/Edit.vue';
32
+ export { default as ExternalLink } from '../../icons/ExternalLink.vue';
33
+ export { default as Eye } from '../../icons/Eye.vue';
34
+ export { default as EyeOff } from '../../icons/EyeOff.vue';
35
+ export { default as FastForward } from '../../icons/FastForward.vue';
36
+ export { default as File } from '../../icons/File.vue';
37
+ export { default as FileAudio } from '../../icons/FileAudio.vue';
38
+ export { default as FileImage } from '../../icons/FileImage.vue';
39
+ export { default as FilePdf } from '../../icons/FilePdf.vue';
40
+ export { default as FileText } from '../../icons/FileText.vue';
41
+ export { default as FileVideo } from '../../icons/FileVideo.vue';
42
+ export { default as FileZip } from '../../icons/FileZip.vue';
43
+ export { default as Filter } from '../../icons/Filter.vue';
44
+ export { default as Folder } from '../../icons/Folder.vue';
45
+ export { default as FolderOpen } from '../../icons/FolderOpen.vue';
46
+ export { default as FolderPlus } from '../../icons/FolderPlus.vue';
47
+ export { default as Grid } from '../../icons/Grid.vue';
48
+ export { default as Hamburger } from '../../icons/Hamburger.vue';
49
+ export { default as Hash } from '../../icons/Hash.vue';
50
+ export { default as Heart } from '../../icons/Heart.vue';
51
+ export { default as HelpCircle } from '../../icons/HelpCircle.vue';
52
+ export { default as Home } from '../../icons/Home.vue';
53
+ export { default as Image } from '../../icons/Image.vue';
54
+ export { default as Inbox } from '../../icons/Inbox.vue';
55
+ export { default as Info } from '../../icons/Info.vue';
56
+ export { default as Key } from '../../icons/Key.vue';
57
+ export { default as Layout } from '../../icons/Layout.vue';
58
+ export { default as Link } from '../../icons/Link.vue';
59
+ export { default as Link2 } from '../../icons/Link2.vue';
60
+ export { default as List } from '../../icons/List.vue';
61
+ export { default as Loading } from '../../icons/Loading.vue';
62
+ export { default as Lock } from '../../icons/Lock.vue';
63
+ export { default as LogIn } from '../../icons/LogIn.vue';
64
+ export { default as LogOut } from '../../icons/LogOut.vue';
65
+ export { default as Mail } from '../../icons/Mail.vue';
66
+ export { default as Maximize } from '../../icons/Maximize.vue';
67
+ export { default as Menu } from '../../icons/Menu.vue';
68
+ export { default as MessageCircle } from '../../icons/MessageCircle.vue';
69
+ export { default as MessageSquare } from '../../icons/MessageSquare.vue';
70
+ export { default as Mic } from '../../icons/Mic.vue';
71
+ export { default as MicOff } from '../../icons/MicOff.vue';
72
+ export { default as Minimize } from '../../icons/Minimize.vue';
73
+ export { default as Minus } from '../../icons/Minus.vue';
74
+ export { default as Moon } from '../../icons/Moon.vue';
75
+ export { default as MoreHorizontal } from '../../icons/MoreHorizontal.vue';
76
+ export { default as MoreVertical } from '../../icons/MoreVertical.vue';
77
+ export { default as Move } from '../../icons/Move.vue';
78
+ export { default as Package } from '../../icons/Package.vue';
79
+ export { default as Paperclip } from '../../icons/Paperclip.vue';
80
+ export { default as Pause } from '../../icons/Pause.vue';
81
+ export { default as Phone } from '../../icons/Phone.vue';
82
+ export { default as Play } from '../../icons/Play.vue';
83
+ export { default as Plus } from '../../icons/Plus.vue';
84
+ export { default as Printer } from '../../icons/Printer.vue';
85
+ export { default as RadioButton } from '../../icons/RadioButton.vue';
86
+ export { default as RefreshCw } from '../../icons/RefreshCw.vue';
87
+ export { default as Repeat } from '../../icons/Repeat.vue';
88
+ export { default as Rewind } from '../../icons/Rewind.vue';
89
+ export { default as RotateCcw } from '../../icons/RotateCcw.vue';
90
+ export { default as RotateCw } from '../../icons/RotateCw.vue';
91
+ export { default as Save } from '../../icons/Save.vue';
92
+ export { default as Scissors } from '../../icons/Scissors.vue';
93
+ export { default as Search } from '../../icons/Search.vue';
94
+ export { default as Send } from '../../icons/Send.vue';
95
+ export { default as Server } from '../../icons/Server.vue';
96
+ export { default as Settings } from '../../icons/Settings.vue';
97
+ export { default as Share } from '../../icons/Share.vue';
98
+ export { default as Shield } from '../../icons/Shield.vue';
99
+ export { default as Shuffle } from '../../icons/Shuffle.vue';
100
+ export { default as Sidebar } from '../../icons/Sidebar.vue';
101
+ export { default as SkipBack } from '../../icons/SkipBack.vue';
102
+ export { default as SkipForward } from '../../icons/SkipForward.vue';
103
+ export { default as Slider } from '../../icons/Slider.vue';
104
+ export { default as Sliders } from '../../icons/Sliders.vue';
105
+ export { default as SortAsc } from '../../icons/SortAsc.vue';
106
+ export { default as SortDesc } from '../../icons/SortDesc.vue';
107
+ export { default as Square } from '../../icons/Square.vue';
108
+ export { default as Star } from '../../icons/Star.vue';
109
+ export { default as Stop } from '../../icons/Stop.vue';
110
+ export { default as Sun } from '../../icons/Sun.vue';
111
+ export { default as Tag } from '../../icons/Tag.vue';
112
+ export { default as Tags } from '../../icons/Tags.vue';
113
+ export { default as Terminal } from '../../icons/Terminal.vue';
114
+ export { default as ThumbsDown } from '../../icons/ThumbsDown.vue';
115
+ export { default as ThumbsUp } from '../../icons/ThumbsUp.vue';
116
+ export { default as ToggleLeft } from '../../icons/ToggleLeft.vue';
117
+ export { default as ToggleRight } from '../../icons/ToggleRight.vue';
118
+ export { default as Trash } from '../../icons/Trash.vue';
119
+ export { default as Trash2 } from '../../icons/Trash2.vue';
120
+ export { default as Unlink } from '../../icons/Unlink.vue';
121
+ export { default as Unlock } from '../../icons/Unlock.vue';
122
+ export { default as Upload } from '../../icons/Upload.vue';
123
+ export { default as User } from '../../icons/User.vue';
124
+ export { default as Users } from '../../icons/Users.vue';
125
+ export { default as Video } from '../../icons/Video.vue';
126
+ export { default as VideoOff } from '../../icons/VideoOff.vue';
127
+ export { default as Volume } from '../../icons/Volume.vue';
128
+ export { default as Volume1 } from '../../icons/Volume1.vue';
129
+ export { default as Volume2 } from '../../icons/Volume2.vue';
130
+ export { default as VolumeMute } from '../../icons/VolumeMute.vue';
131
+ export { default as VolumeX } from '../../icons/VolumeX.vue';
132
+ export { default as X } from '../../icons/X.vue';
133
+ export { default as XCircle } from '../../icons/XCircle.vue';
134
+ export { default as Zap } from '../../icons/Zap.vue';
135
+ export { default as ZoomIn } from '../../icons/ZoomIn.vue';
136
+ export { default as ZoomOut } from '../../icons/ZoomOut.vue';
137
+ export { default as Bold } from '../../icons/Bold.vue';
138
+ export { default as Italic } from '../../icons/Italic.vue';
139
+ export { default as Highlight } from '../../icons/Highlight.vue';
@@ -0,0 +1,55 @@
1
+ import { defineComponent as h, computed as B, createElementBlock as T, openBlock as L, normalizeClass as _ } from "vue";
2
+ import { getTypography as R } from "../../utils/typography.js";
3
+ import { getMargin as k } from "../../utils/margin.js";
4
+ import { getPadding as x } from "../../utils/padding.js";
5
+ const H = ["innerHTML"], v = /* @__PURE__ */ h({
6
+ __name: "Blockquote",
7
+ props: {
8
+ text: { type: String, default: "" },
9
+ fontSize: { type: String, default: "" },
10
+ color: { type: String, default: "" },
11
+ fontWeight: { type: String, default: "" },
12
+ lineHeight: { type: String, default: "" },
13
+ letterSpacing: { type: String, default: "" },
14
+ // margin
15
+ margin: { type: String, default: "" },
16
+ marginLeft: { type: String, default: "" },
17
+ marginRight: { type: String, default: "" },
18
+ marginTop: { type: String, default: "" },
19
+ marginBottom: { type: String, default: "md" },
20
+ // padding
21
+ padding: { type: String, default: "" },
22
+ paddingLeft: { type: String, default: "" },
23
+ paddingRight: { type: String, default: "" },
24
+ paddingTop: { type: String, default: "" },
25
+ paddingBottom: { type: String, default: "" }
26
+ },
27
+ setup(e) {
28
+ const { fontSizes: n, fontWeights: i, textColors: r, letterSpacings: a, lineHeights: g } = R(), { margin: o, marginLeft: d, marginRight: p, marginTop: l, marginBottom: m } = k(), { padding: f, paddingLeft: u, paddingRight: c, paddingTop: s, paddingBottom: S } = x(), t = e, y = B(() => [
29
+ n[t.fontSize],
30
+ r[t.color],
31
+ i[t.fontWeight],
32
+ g[t.lineHeight],
33
+ a[t.letterSpacing],
34
+ // margin
35
+ o[t.margin],
36
+ d[t.marginLeft],
37
+ p[t.marginRight],
38
+ l[t.marginTop],
39
+ m[t.marginBottom],
40
+ // padding
41
+ f[t.padding],
42
+ u[t.paddingLeft],
43
+ c[t.paddingRight],
44
+ s[t.paddingTop],
45
+ S[t.paddingBottom]
46
+ ]);
47
+ return (b, z) => (L(), T("blockquote", {
48
+ class: _([y.value, "border-l-4 border-neutral-300 pl-4 italic dark:border-neutral-600"]),
49
+ innerHTML: t.text
50
+ }, null, 10, H));
51
+ }
52
+ });
53
+ export {
54
+ v as default
55
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./Blockquote.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,74 @@
1
+ import { defineComponent as T, computed as v, ref as C, createElementBlock as x, openBlock as L, normalizeClass as R, createElementVNode as z, createVNode as _, toDisplayString as w, unref as i } from "vue";
2
+ /* empty css */
3
+ import H from "../../icons/Check.vue.js";
4
+ import W from "../../icons/Copy.vue.js";
5
+ import "motion-v";
6
+ import E from "../Button.vue.js";
7
+ import { getTypography as N } from "../../utils/typography.js";
8
+ import { getMargin as P } from "../../utils/margin.js";
9
+ import { getPadding as V } from "../../utils/padding.js";
10
+ import "@vueuse/core";
11
+ /* empty css */
12
+ const U = /* @__PURE__ */ T({
13
+ __name: "Code",
14
+ props: {
15
+ text: { type: String, default: "" },
16
+ fontSize: { type: String, default: "" },
17
+ color: { type: String, default: "" },
18
+ fontWeight: { type: String, default: "" },
19
+ lineHeight: { type: String, default: "" },
20
+ letterSpacing: { type: String, default: "" },
21
+ block: { type: Boolean, default: !0 },
22
+ // margin
23
+ margin: { type: String, default: "" },
24
+ marginLeft: { type: String, default: "" },
25
+ marginRight: { type: String, default: "" },
26
+ marginTop: { type: String, default: "" },
27
+ marginBottom: { type: String, default: "md" },
28
+ // padding
29
+ padding: { type: String, default: "" },
30
+ paddingLeft: { type: String, default: "" },
31
+ paddingRight: { type: String, default: "" },
32
+ paddingTop: { type: String, default: "" },
33
+ paddingBottom: { type: String, default: "" }
34
+ },
35
+ setup(n) {
36
+ const { fontSizes: r, fontWeights: o, textColors: g, letterSpacings: p, lineHeights: d } = N(), { margin: l, marginLeft: m, marginRight: f, marginTop: u, marginBottom: s } = P(), { padding: c, paddingLeft: y, paddingRight: S, paddingTop: h, paddingBottom: b } = V(), t = n, k = v(() => [
37
+ r[t.fontSize],
38
+ g[t.color],
39
+ o[t.fontWeight],
40
+ d[t.lineHeight],
41
+ p[t.letterSpacing],
42
+ // margin
43
+ l[t.margin],
44
+ m[t.marginLeft],
45
+ f[t.marginRight],
46
+ u[t.marginTop],
47
+ s[t.marginBottom],
48
+ // padding
49
+ c[t.padding],
50
+ y[t.paddingLeft],
51
+ S[t.paddingRight],
52
+ h[t.paddingTop],
53
+ b[t.paddingBottom]
54
+ ]), e = C(!1), B = async () => {
55
+ navigator.clipboard.writeText(t.text), e.value = !0, await new Promise((a) => setTimeout(a, 3e3)), e.value = !1;
56
+ };
57
+ return (a, D) => (L(), x("code", {
58
+ class: R([[k.value, n.block ? "block p-2.5" : "px-1.5 py-0.5"], "relative rounded border border-neutral-200 bg-neutral-100 dark:border-neutral-700 dark:bg-neutral-800"])
59
+ }, [
60
+ z("span", null, w(t.text), 1),
61
+ _(i(E), {
62
+ disabled: e.value,
63
+ icon: e.value ? i(H) : i(W),
64
+ class: "dark:hover:bg-neutral-700! p-1! absolute right-2 top-1/2 -translate-y-1/2",
65
+ size: "sm",
66
+ variant: "ghost",
67
+ onClick: B
68
+ }, null, 8, ["disabled", "icon"])
69
+ ], 2));
70
+ }
71
+ });
72
+ export {
73
+ U as default
74
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./Code.vue.js";
2
+ export {
3
+ f as default
4
+ };
@@ -0,0 +1,55 @@
1
+ import { defineComponent as h, computed as T, createElementBlock as B, openBlock as L, normalizeClass as _ } from "vue";
2
+ import { getTypography as x } from "../../utils/typography.js";
3
+ import { getMargin as H } from "../../utils/margin.js";
4
+ import { getPadding as R } from "../../utils/padding.js";
5
+ const z = ["innerHTML"], P = /* @__PURE__ */ h({
6
+ __name: "H1",
7
+ props: {
8
+ text: { type: String, default: "" },
9
+ fontSize: { type: String, default: "4xl" },
10
+ color: { type: String, default: "default" },
11
+ fontWeight: { type: String, default: "medium" },
12
+ lineHeight: { type: String, default: "xs" },
13
+ letterSpacing: { type: String, default: "md" },
14
+ // margin
15
+ margin: { type: String, default: "" },
16
+ marginLeft: { type: String, default: "" },
17
+ marginRight: { type: String, default: "" },
18
+ marginTop: { type: String, default: "lg" },
19
+ marginBottom: { type: String, default: "md" },
20
+ // padding
21
+ padding: { type: String, default: "" },
22
+ paddingLeft: { type: String, default: "" },
23
+ paddingRight: { type: String, default: "" },
24
+ paddingTop: { type: String, default: "" },
25
+ paddingBottom: { type: String, default: "" }
26
+ },
27
+ setup(e) {
28
+ const { fontSizes: n, fontWeights: i, textColors: g, letterSpacings: a, lineHeights: r } = x(), { margin: o, marginLeft: d, marginRight: p, marginTop: l, marginBottom: m } = H(), { padding: f, paddingLeft: s, paddingRight: u, paddingTop: c, paddingBottom: S } = R(), t = e, y = T(() => [
29
+ n[t.fontSize],
30
+ g[t.color],
31
+ i[t.fontWeight],
32
+ r[t.lineHeight],
33
+ a[t.letterSpacing],
34
+ // margin
35
+ o[t.margin],
36
+ d[t.marginLeft],
37
+ p[t.marginRight],
38
+ l[t.marginTop],
39
+ m[t.marginBottom],
40
+ // padding
41
+ f[t.padding],
42
+ s[t.paddingLeft],
43
+ u[t.paddingRight],
44
+ c[t.paddingTop],
45
+ S[t.paddingBottom]
46
+ ]);
47
+ return (C, M) => (L(), B("h1", {
48
+ class: _(y.value),
49
+ innerHTML: t.text
50
+ }, null, 10, z));
51
+ }
52
+ });
53
+ export {
54
+ P as default
55
+ };
@@ -0,0 +1,4 @@
1
+ import f from "./H1.vue.js";
2
+ export {
3
+ f as default
4
+ };