@webstudio-is/icons 0.50.0 → 0.52.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 (405) hide show
  1. package/lib/__generated__/alert.js +3 -3
  2. package/lib/__generated__/attachment.js +11 -0
  3. package/lib/__generated__/body.js +11 -0
  4. package/lib/__generated__/bold.js +11 -0
  5. package/lib/__generated__/button-element.js +11 -0
  6. package/lib/__generated__/dash-border.js +11 -0
  7. package/lib/__generated__/dashed-border.js +11 -0
  8. package/lib/__generated__/dotted-border.js +11 -0
  9. package/lib/__generated__/email.js +11 -0
  10. package/lib/__generated__/external-link.js +11 -0
  11. package/lib/__generated__/form-text-field.js +11 -0
  12. package/lib/__generated__/form.js +11 -0
  13. package/lib/__generated__/heading.js +11 -0
  14. package/lib/__generated__/image.js +11 -0
  15. package/lib/__generated__/index.js +21 -0
  16. package/lib/__generated__/link.js +11 -0
  17. package/lib/__generated__/page.js +11 -0
  18. package/lib/__generated__/paint-brush.js +11 -0
  19. package/lib/__generated__/phone.js +11 -0
  20. package/lib/__generated__/section-link.js +11 -0
  21. package/lib/__generated__/small-x.js +11 -0
  22. package/lib/__generated__/subscript.js +5 -2
  23. package/lib/__generated__/superscript.js +5 -2
  24. package/lib/__generated__/text-block.js +11 -0
  25. package/lib/__generated__/text-italic.js +11 -0
  26. package/lib/cjs/__generated__/{alert.cjs → alert.js} +3 -3
  27. package/lib/cjs/__generated__/attachment.js +31 -0
  28. package/lib/cjs/__generated__/body.js +31 -0
  29. package/lib/cjs/__generated__/bold.js +31 -0
  30. package/lib/cjs/__generated__/button-element.js +31 -0
  31. package/lib/cjs/__generated__/dash-border.js +31 -0
  32. package/lib/cjs/__generated__/dashed-border.js +31 -0
  33. package/lib/cjs/__generated__/dotted-border.js +31 -0
  34. package/lib/cjs/__generated__/email.js +31 -0
  35. package/lib/cjs/__generated__/external-link.js +31 -0
  36. package/lib/cjs/__generated__/form-text-field.js +31 -0
  37. package/lib/cjs/__generated__/form.js +31 -0
  38. package/lib/cjs/__generated__/heading.js +31 -0
  39. package/lib/cjs/__generated__/image.js +31 -0
  40. package/lib/cjs/__generated__/{index.cjs → index.js} +21 -0
  41. package/lib/cjs/__generated__/link.js +31 -0
  42. package/lib/cjs/__generated__/page.js +31 -0
  43. package/lib/cjs/__generated__/paint-brush.js +31 -0
  44. package/lib/cjs/__generated__/phone.js +31 -0
  45. package/lib/cjs/__generated__/section-link.js +31 -0
  46. package/lib/cjs/__generated__/small-x.js +31 -0
  47. package/lib/cjs/__generated__/subscript.js +34 -0
  48. package/lib/cjs/__generated__/superscript.js +34 -0
  49. package/lib/cjs/__generated__/text-block.js +31 -0
  50. package/lib/cjs/__generated__/text-italic.js +31 -0
  51. package/lib/cjs/{index.cjs → index.js} +0 -6
  52. package/lib/cjs/package.json +1 -0
  53. package/lib/index.js +0 -6
  54. package/lib/types/__generated__/alert.d.ts +3 -0
  55. package/lib/types/__generated__/attachment.d.ts +3 -0
  56. package/lib/types/__generated__/auto-scroll.d.ts +3 -0
  57. package/lib/types/__generated__/blockquote.d.ts +3 -0
  58. package/lib/types/__generated__/body.d.ts +3 -0
  59. package/lib/types/__generated__/bold.d.ts +3 -0
  60. package/lib/types/__generated__/border-radius-bottom-left.d.ts +3 -0
  61. package/lib/types/__generated__/border-radius-bottom-right.d.ts +3 -0
  62. package/lib/types/__generated__/border-radius-individual.d.ts +3 -0
  63. package/lib/types/__generated__/border-radius-top-left.d.ts +3 -0
  64. package/lib/types/__generated__/border-radius-top-right.d.ts +3 -0
  65. package/lib/types/__generated__/border-radius.d.ts +3 -0
  66. package/lib/types/__generated__/border-width-bottom.d.ts +3 -0
  67. package/lib/types/__generated__/border-width-individual.d.ts +3 -0
  68. package/lib/types/__generated__/border-width-left.d.ts +3 -0
  69. package/lib/types/__generated__/border-width-right.d.ts +3 -0
  70. package/lib/types/__generated__/border-width-top.d.ts +3 -0
  71. package/lib/types/__generated__/box-link.d.ts +3 -0
  72. package/lib/types/__generated__/box.d.ts +3 -0
  73. package/lib/types/__generated__/button-element.d.ts +3 -0
  74. package/lib/types/__generated__/checkbox-checked-filled.d.ts +3 -0
  75. package/lib/types/__generated__/checkbox-empty.d.ts +3 -0
  76. package/lib/types/__generated__/checkbox-mixed-filled.d.ts +3 -0
  77. package/lib/types/__generated__/chevron-big-down.d.ts +3 -0
  78. package/lib/types/__generated__/chevron-big-left.d.ts +3 -0
  79. package/lib/types/__generated__/chevron-big-right.d.ts +3 -0
  80. package/lib/types/__generated__/chevron-big-up.d.ts +3 -0
  81. package/lib/types/__generated__/chevron-filled-down.d.ts +3 -0
  82. package/lib/types/__generated__/chevron-filled-left.d.ts +3 -0
  83. package/lib/types/__generated__/chevron-filled-right.d.ts +3 -0
  84. package/lib/types/__generated__/chevron-filled-up.d.ts +3 -0
  85. package/lib/types/__generated__/code.d.ts +3 -0
  86. package/lib/types/__generated__/commit.d.ts +3 -0
  87. package/lib/types/__generated__/dash-border.d.ts +3 -0
  88. package/lib/types/__generated__/dash.d.ts +3 -0
  89. package/lib/types/__generated__/dashed-border.d.ts +3 -0
  90. package/lib/types/__generated__/div.d.ts +3 -0
  91. package/lib/types/__generated__/dot.d.ts +3 -0
  92. package/lib/types/__generated__/dotted-border.d.ts +3 -0
  93. package/lib/types/__generated__/drag-handle.d.ts +3 -0
  94. package/lib/types/__generated__/email.d.ts +3 -0
  95. package/lib/types/__generated__/external-link.d.ts +3 -0
  96. package/lib/types/__generated__/eyecon-closed.d.ts +3 -0
  97. package/lib/types/__generated__/eyecon-open.d.ts +3 -0
  98. package/lib/types/__generated__/form-text-field.d.ts +3 -0
  99. package/lib/types/__generated__/form.d.ts +3 -0
  100. package/lib/types/__generated__/github.d.ts +3 -0
  101. package/lib/types/__generated__/google.d.ts +3 -0
  102. package/lib/types/__generated__/hamburger-menu.d.ts +3 -0
  103. package/lib/types/__generated__/heading.d.ts +3 -0
  104. package/lib/types/__generated__/image.d.ts +3 -0
  105. package/lib/types/__generated__/index.d.ts +79 -0
  106. package/lib/types/__generated__/info.d.ts +3 -0
  107. package/lib/types/__generated__/information.d.ts +3 -0
  108. package/lib/types/__generated__/link.d.ts +3 -0
  109. package/lib/types/__generated__/linked.d.ts +3 -0
  110. package/lib/types/__generated__/list-item.d.ts +3 -0
  111. package/lib/types/__generated__/list.d.ts +3 -0
  112. package/lib/types/__generated__/offline.d.ts +3 -0
  113. package/lib/types/__generated__/page.d.ts +3 -0
  114. package/lib/types/__generated__/paint-brush.d.ts +3 -0
  115. package/lib/types/__generated__/phone.d.ts +3 -0
  116. package/lib/types/__generated__/play.d.ts +3 -0
  117. package/lib/types/__generated__/plus.d.ts +3 -0
  118. package/lib/types/__generated__/radio-checked.d.ts +3 -0
  119. package/lib/types/__generated__/radio-unchecked.d.ts +3 -0
  120. package/lib/types/__generated__/repeat-column.d.ts +3 -0
  121. package/lib/types/__generated__/repeat-grid.d.ts +3 -0
  122. package/lib/types/__generated__/repeat-row.d.ts +3 -0
  123. package/lib/types/__generated__/scroll.d.ts +3 -0
  124. package/lib/types/__generated__/section-link.d.ts +3 -0
  125. package/lib/types/__generated__/slot-component.d.ts +3 -0
  126. package/lib/types/__generated__/small-x.d.ts +3 -0
  127. package/lib/types/__generated__/subscript.d.ts +3 -0
  128. package/lib/types/__generated__/subtract.d.ts +3 -0
  129. package/lib/types/__generated__/superscript.d.ts +3 -0
  130. package/lib/types/__generated__/text-block.d.ts +3 -0
  131. package/lib/types/__generated__/text-italic.d.ts +3 -0
  132. package/lib/types/__generated__/unlinked.d.ts +3 -0
  133. package/lib/types/__generated__/webstudio.d.ts +3 -0
  134. package/lib/types/align-content-center.d.ts +3 -0
  135. package/lib/types/align-content-end.d.ts +3 -0
  136. package/lib/types/align-content-space-around.d.ts +3 -0
  137. package/lib/types/align-content-space-between.d.ts +3 -0
  138. package/lib/types/align-content-start.d.ts +3 -0
  139. package/lib/types/align-content-stretch.d.ts +3 -0
  140. package/lib/types/align-items-baseline.d.ts +3 -0
  141. package/lib/types/align-items-center.d.ts +3 -0
  142. package/lib/types/align-items-end.d.ts +3 -0
  143. package/lib/types/align-items-start.d.ts +3 -0
  144. package/lib/types/align-items-stretch.d.ts +3 -0
  145. package/lib/types/align-self-baseline.d.ts +3 -0
  146. package/lib/types/align-self-center.d.ts +3 -0
  147. package/lib/types/align-self-end.d.ts +3 -0
  148. package/lib/types/align-self-start.d.ts +3 -0
  149. package/lib/types/align-self-stretch.d.ts +3 -0
  150. package/lib/types/aspect-ratio.d.ts +3 -0
  151. package/lib/types/check-mark.d.ts +3 -0
  152. package/lib/types/chevron-double-down.d.ts +3 -0
  153. package/lib/types/chevron-double-left.d.ts +3 -0
  154. package/lib/types/chevron-double-right.d.ts +3 -0
  155. package/lib/types/chevron-double-up.d.ts +3 -0
  156. package/lib/types/chevron-down.d.ts +3 -0
  157. package/lib/types/chevron-left.d.ts +3 -0
  158. package/lib/types/chevron-right.d.ts +3 -0
  159. package/lib/types/chevron-up.d.ts +3 -0
  160. package/lib/types/cloud.d.ts +3 -0
  161. package/lib/types/copy.d.ts +3 -0
  162. package/lib/types/cross-circled-filled.d.ts +3 -0
  163. package/lib/types/cross-large.d.ts +3 -0
  164. package/lib/types/cross-small.d.ts +3 -0
  165. package/lib/types/cross.d.ts +3 -0
  166. package/lib/types/devices.d.ts +3 -0
  167. package/lib/types/ellipses.d.ts +3 -0
  168. package/lib/types/flex-direction-column-reverse.d.ts +3 -0
  169. package/lib/types/flex-direction-column.d.ts +3 -0
  170. package/lib/types/flex-direction-row-reverse.d.ts +3 -0
  171. package/lib/types/flex-direction-row.d.ts +3 -0
  172. package/lib/types/flex-sizing-grow.d.ts +3 -0
  173. package/lib/types/flex-sizing-shrink.d.ts +3 -0
  174. package/lib/types/flex-wrap-no-wrap.d.ts +3 -0
  175. package/lib/types/flex-wrap-wrap-reverse.d.ts +3 -0
  176. package/lib/types/flex-wrap-wrap.d.ts +3 -0
  177. package/lib/types/gap-column.d.ts +3 -0
  178. package/lib/types/gap-row.d.ts +3 -0
  179. package/lib/types/gear.d.ts +8 -0
  180. package/lib/types/index.d.ts +83 -0
  181. package/lib/types/index.stories.d.ts +17 -0
  182. package/lib/types/justify-content-center.d.ts +3 -0
  183. package/lib/types/justify-content-end.d.ts +3 -0
  184. package/lib/types/justify-content-space-around.d.ts +3 -0
  185. package/lib/types/justify-content-space-between.d.ts +3 -0
  186. package/lib/types/justify-content-start.d.ts +3 -0
  187. package/lib/types/justify-items-center.d.ts +3 -0
  188. package/lib/types/justify-items-end.d.ts +3 -0
  189. package/lib/types/justify-items-space-around.d.ts +3 -0
  190. package/lib/types/justify-items-space-between.d.ts +3 -0
  191. package/lib/types/justify-items-start.d.ts +3 -0
  192. package/lib/types/list-nested.d.ts +3 -0
  193. package/lib/types/magnifying-glass.d.ts +3 -0
  194. package/lib/types/menu.d.ts +3 -0
  195. package/lib/types/new-folder.d.ts +3 -0
  196. package/lib/types/new-page.d.ts +3 -0
  197. package/lib/types/order-first.d.ts +3 -0
  198. package/lib/types/order-last.d.ts +3 -0
  199. package/lib/types/redo.d.ts +3 -0
  200. package/lib/types/size.d.ts +3 -0
  201. package/lib/types/text-align-center.d.ts +3 -0
  202. package/lib/types/text-align-justify.d.ts +3 -0
  203. package/lib/types/text-align-left.d.ts +3 -0
  204. package/lib/types/text-align-right.d.ts +3 -0
  205. package/lib/types/text-capitalize.d.ts +3 -0
  206. package/lib/types/text-direction-ltr.d.ts +3 -0
  207. package/lib/types/text-direction-rtl.d.ts +3 -0
  208. package/lib/types/text-hyphen.d.ts +3 -0
  209. package/lib/types/text-lowercase.d.ts +3 -0
  210. package/lib/types/text-strikethrough.d.ts +3 -0
  211. package/lib/types/text-truncate.d.ts +3 -0
  212. package/lib/types/text-underline.d.ts +3 -0
  213. package/lib/types/text-uppercase.d.ts +3 -0
  214. package/lib/types/trash.d.ts +3 -0
  215. package/lib/types/types.d.ts +9 -0
  216. package/lib/types/undo.d.ts +3 -0
  217. package/lib/types/upload.d.ts +3 -0
  218. package/package.json +6 -6
  219. package/src/__generated__/alert.tsx +1 -1
  220. package/src/__generated__/attachment.tsx +15 -0
  221. package/src/__generated__/body.tsx +15 -0
  222. package/src/__generated__/bold.tsx +15 -0
  223. package/src/__generated__/button-element.tsx +15 -0
  224. package/src/__generated__/dash-border.tsx +15 -0
  225. package/src/__generated__/dashed-border.tsx +15 -0
  226. package/src/__generated__/dotted-border.tsx +15 -0
  227. package/src/__generated__/email.tsx +15 -0
  228. package/src/__generated__/external-link.tsx +15 -0
  229. package/src/__generated__/form-text-field.tsx +15 -0
  230. package/src/__generated__/form.tsx +15 -0
  231. package/src/__generated__/heading.tsx +15 -0
  232. package/src/__generated__/image.tsx +15 -0
  233. package/src/__generated__/index.ts +21 -0
  234. package/src/__generated__/link.tsx +15 -0
  235. package/src/__generated__/page.tsx +15 -0
  236. package/src/__generated__/paint-brush.tsx +15 -0
  237. package/src/__generated__/phone.tsx +15 -0
  238. package/src/__generated__/section-link.tsx +15 -0
  239. package/src/__generated__/small-x.tsx +15 -0
  240. package/src/__generated__/subscript.tsx +1 -1
  241. package/src/__generated__/superscript.tsx +1 -1
  242. package/src/__generated__/text-block.tsx +15 -0
  243. package/src/__generated__/text-italic.tsx +15 -0
  244. package/src/index.stories.tsx +0 -2
  245. package/src/index.ts +0 -6
  246. package/lib/body.js +0 -30
  247. package/lib/brush.js +0 -31
  248. package/lib/cjs/__generated__/subscript.cjs +0 -31
  249. package/lib/cjs/__generated__/superscript.cjs +0 -31
  250. package/lib/cjs/body.cjs +0 -60
  251. package/lib/cjs/brush.cjs +0 -61
  252. package/lib/cjs/external-link.cjs +0 -61
  253. package/lib/cjs/form.cjs +0 -61
  254. package/lib/cjs/legacy.cjs +0 -42
  255. package/lib/cjs/page.cjs +0 -62
  256. package/lib/cjs/text-italic.cjs +0 -62
  257. package/lib/external-link.js +0 -31
  258. package/lib/form.js +0 -31
  259. package/lib/legacy.js +0 -42
  260. package/lib/page.js +0 -32
  261. package/lib/text-italic.js +0 -32
  262. package/src/body.tsx +0 -26
  263. package/src/brush.tsx +0 -27
  264. package/src/external-link.tsx +0 -27
  265. package/src/form.tsx +0 -27
  266. package/src/legacy.ts +0 -21
  267. package/src/page.tsx +0 -28
  268. package/src/text-italic.tsx +0 -27
  269. /package/lib/cjs/__generated__/{auto-scroll.cjs → auto-scroll.js} +0 -0
  270. /package/lib/cjs/__generated__/{blockquote.cjs → blockquote.js} +0 -0
  271. /package/lib/cjs/__generated__/{border-radius-bottom-left.cjs → border-radius-bottom-left.js} +0 -0
  272. /package/lib/cjs/__generated__/{border-radius-bottom-right.cjs → border-radius-bottom-right.js} +0 -0
  273. /package/lib/cjs/__generated__/{border-radius-individual.cjs → border-radius-individual.js} +0 -0
  274. /package/lib/cjs/__generated__/{border-radius-top-left.cjs → border-radius-top-left.js} +0 -0
  275. /package/lib/cjs/__generated__/{border-radius-top-right.cjs → border-radius-top-right.js} +0 -0
  276. /package/lib/cjs/__generated__/{border-radius.cjs → border-radius.js} +0 -0
  277. /package/lib/cjs/__generated__/{border-width-bottom.cjs → border-width-bottom.js} +0 -0
  278. /package/lib/cjs/__generated__/{border-width-individual.cjs → border-width-individual.js} +0 -0
  279. /package/lib/cjs/__generated__/{border-width-left.cjs → border-width-left.js} +0 -0
  280. /package/lib/cjs/__generated__/{border-width-right.cjs → border-width-right.js} +0 -0
  281. /package/lib/cjs/__generated__/{border-width-top.cjs → border-width-top.js} +0 -0
  282. /package/lib/cjs/__generated__/{box-link.cjs → box-link.js} +0 -0
  283. /package/lib/cjs/__generated__/{box.cjs → box.js} +0 -0
  284. /package/lib/cjs/__generated__/{checkbox-checked-filled.cjs → checkbox-checked-filled.js} +0 -0
  285. /package/lib/cjs/__generated__/{checkbox-empty.cjs → checkbox-empty.js} +0 -0
  286. /package/lib/cjs/__generated__/{checkbox-mixed-filled.cjs → checkbox-mixed-filled.js} +0 -0
  287. /package/lib/cjs/__generated__/{chevron-big-down.cjs → chevron-big-down.js} +0 -0
  288. /package/lib/cjs/__generated__/{chevron-big-left.cjs → chevron-big-left.js} +0 -0
  289. /package/lib/cjs/__generated__/{chevron-big-right.cjs → chevron-big-right.js} +0 -0
  290. /package/lib/cjs/__generated__/{chevron-big-up.cjs → chevron-big-up.js} +0 -0
  291. /package/lib/cjs/__generated__/{chevron-filled-down.cjs → chevron-filled-down.js} +0 -0
  292. /package/lib/cjs/__generated__/{chevron-filled-left.cjs → chevron-filled-left.js} +0 -0
  293. /package/lib/cjs/__generated__/{chevron-filled-right.cjs → chevron-filled-right.js} +0 -0
  294. /package/lib/cjs/__generated__/{chevron-filled-up.cjs → chevron-filled-up.js} +0 -0
  295. /package/lib/cjs/__generated__/{code.cjs → code.js} +0 -0
  296. /package/lib/cjs/__generated__/{commit.cjs → commit.js} +0 -0
  297. /package/lib/cjs/__generated__/{dash.cjs → dash.js} +0 -0
  298. /package/lib/cjs/__generated__/{div.cjs → div.js} +0 -0
  299. /package/lib/cjs/__generated__/{dot.cjs → dot.js} +0 -0
  300. /package/lib/cjs/__generated__/{drag-handle.cjs → drag-handle.js} +0 -0
  301. /package/lib/cjs/__generated__/{eyecon-closed.cjs → eyecon-closed.js} +0 -0
  302. /package/lib/cjs/__generated__/{eyecon-open.cjs → eyecon-open.js} +0 -0
  303. /package/lib/cjs/__generated__/{github.cjs → github.js} +0 -0
  304. /package/lib/cjs/__generated__/{google.cjs → google.js} +0 -0
  305. /package/lib/cjs/__generated__/{hamburger-menu.cjs → hamburger-menu.js} +0 -0
  306. /package/lib/cjs/__generated__/{info.cjs → info.js} +0 -0
  307. /package/lib/cjs/__generated__/{information.cjs → information.js} +0 -0
  308. /package/lib/cjs/__generated__/{linked.cjs → linked.js} +0 -0
  309. /package/lib/cjs/__generated__/{list-item.cjs → list-item.js} +0 -0
  310. /package/lib/cjs/__generated__/{list.cjs → list.js} +0 -0
  311. /package/lib/cjs/__generated__/{offline.cjs → offline.js} +0 -0
  312. /package/lib/cjs/__generated__/{play.cjs → play.js} +0 -0
  313. /package/lib/cjs/__generated__/{plus.cjs → plus.js} +0 -0
  314. /package/lib/cjs/__generated__/{radio-checked.cjs → radio-checked.js} +0 -0
  315. /package/lib/cjs/__generated__/{radio-unchecked.cjs → radio-unchecked.js} +0 -0
  316. /package/lib/cjs/__generated__/{repeat-column.cjs → repeat-column.js} +0 -0
  317. /package/lib/cjs/__generated__/{repeat-grid.cjs → repeat-grid.js} +0 -0
  318. /package/lib/cjs/__generated__/{repeat-row.cjs → repeat-row.js} +0 -0
  319. /package/lib/cjs/__generated__/{scroll.cjs → scroll.js} +0 -0
  320. /package/lib/cjs/__generated__/{slot-component.cjs → slot-component.js} +0 -0
  321. /package/lib/cjs/__generated__/{subtract.cjs → subtract.js} +0 -0
  322. /package/lib/cjs/__generated__/{unlinked.cjs → unlinked.js} +0 -0
  323. /package/lib/cjs/__generated__/{webstudio.cjs → webstudio.js} +0 -0
  324. /package/lib/cjs/{align-content-center.cjs → align-content-center.js} +0 -0
  325. /package/lib/cjs/{align-content-end.cjs → align-content-end.js} +0 -0
  326. /package/lib/cjs/{align-content-space-around.cjs → align-content-space-around.js} +0 -0
  327. /package/lib/cjs/{align-content-space-between.cjs → align-content-space-between.js} +0 -0
  328. /package/lib/cjs/{align-content-start.cjs → align-content-start.js} +0 -0
  329. /package/lib/cjs/{align-content-stretch.cjs → align-content-stretch.js} +0 -0
  330. /package/lib/cjs/{align-items-baseline.cjs → align-items-baseline.js} +0 -0
  331. /package/lib/cjs/{align-items-center.cjs → align-items-center.js} +0 -0
  332. /package/lib/cjs/{align-items-end.cjs → align-items-end.js} +0 -0
  333. /package/lib/cjs/{align-items-start.cjs → align-items-start.js} +0 -0
  334. /package/lib/cjs/{align-items-stretch.cjs → align-items-stretch.js} +0 -0
  335. /package/lib/cjs/{align-self-baseline.cjs → align-self-baseline.js} +0 -0
  336. /package/lib/cjs/{align-self-center.cjs → align-self-center.js} +0 -0
  337. /package/lib/cjs/{align-self-end.cjs → align-self-end.js} +0 -0
  338. /package/lib/cjs/{align-self-start.cjs → align-self-start.js} +0 -0
  339. /package/lib/cjs/{align-self-stretch.cjs → align-self-stretch.js} +0 -0
  340. /package/lib/cjs/{aspect-ratio.cjs → aspect-ratio.js} +0 -0
  341. /package/lib/cjs/{check-mark.cjs → check-mark.js} +0 -0
  342. /package/lib/cjs/{chevron-double-down.cjs → chevron-double-down.js} +0 -0
  343. /package/lib/cjs/{chevron-double-left.cjs → chevron-double-left.js} +0 -0
  344. /package/lib/cjs/{chevron-double-right.cjs → chevron-double-right.js} +0 -0
  345. /package/lib/cjs/{chevron-double-up.cjs → chevron-double-up.js} +0 -0
  346. /package/lib/cjs/{chevron-down.cjs → chevron-down.js} +0 -0
  347. /package/lib/cjs/{chevron-left.cjs → chevron-left.js} +0 -0
  348. /package/lib/cjs/{chevron-right.cjs → chevron-right.js} +0 -0
  349. /package/lib/cjs/{chevron-up.cjs → chevron-up.js} +0 -0
  350. /package/lib/cjs/{cloud.cjs → cloud.js} +0 -0
  351. /package/lib/cjs/{copy.cjs → copy.js} +0 -0
  352. /package/lib/cjs/{cross-circled-filled.cjs → cross-circled-filled.js} +0 -0
  353. /package/lib/cjs/{cross-large.cjs → cross-large.js} +0 -0
  354. /package/lib/cjs/{cross-small.cjs → cross-small.js} +0 -0
  355. /package/lib/cjs/{cross.cjs → cross.js} +0 -0
  356. /package/lib/cjs/{devices.cjs → devices.js} +0 -0
  357. /package/lib/cjs/{ellipses.cjs → ellipses.js} +0 -0
  358. /package/lib/cjs/{flex-direction-column-reverse.cjs → flex-direction-column-reverse.js} +0 -0
  359. /package/lib/cjs/{flex-direction-column.cjs → flex-direction-column.js} +0 -0
  360. /package/lib/cjs/{flex-direction-row-reverse.cjs → flex-direction-row-reverse.js} +0 -0
  361. /package/lib/cjs/{flex-direction-row.cjs → flex-direction-row.js} +0 -0
  362. /package/lib/cjs/{flex-sizing-grow.cjs → flex-sizing-grow.js} +0 -0
  363. /package/lib/cjs/{flex-sizing-shrink.cjs → flex-sizing-shrink.js} +0 -0
  364. /package/lib/cjs/{flex-wrap-no-wrap.cjs → flex-wrap-no-wrap.js} +0 -0
  365. /package/lib/cjs/{flex-wrap-wrap-reverse.cjs → flex-wrap-wrap-reverse.js} +0 -0
  366. /package/lib/cjs/{flex-wrap-wrap.cjs → flex-wrap-wrap.js} +0 -0
  367. /package/lib/cjs/{gap-column.cjs → gap-column.js} +0 -0
  368. /package/lib/cjs/{gap-row.cjs → gap-row.js} +0 -0
  369. /package/lib/cjs/{gear.cjs → gear.js} +0 -0
  370. /package/lib/cjs/{justify-content-center.cjs → justify-content-center.js} +0 -0
  371. /package/lib/cjs/{justify-content-end.cjs → justify-content-end.js} +0 -0
  372. /package/lib/cjs/{justify-content-space-around.cjs → justify-content-space-around.js} +0 -0
  373. /package/lib/cjs/{justify-content-space-between.cjs → justify-content-space-between.js} +0 -0
  374. /package/lib/cjs/{justify-content-start.cjs → justify-content-start.js} +0 -0
  375. /package/lib/cjs/{justify-items-center.cjs → justify-items-center.js} +0 -0
  376. /package/lib/cjs/{justify-items-end.cjs → justify-items-end.js} +0 -0
  377. /package/lib/cjs/{justify-items-space-around.cjs → justify-items-space-around.js} +0 -0
  378. /package/lib/cjs/{justify-items-space-between.cjs → justify-items-space-between.js} +0 -0
  379. /package/lib/cjs/{justify-items-start.cjs → justify-items-start.js} +0 -0
  380. /package/lib/cjs/{list-nested.cjs → list-nested.js} +0 -0
  381. /package/lib/cjs/{magnifying-glass.cjs → magnifying-glass.js} +0 -0
  382. /package/lib/cjs/{menu.cjs → menu.js} +0 -0
  383. /package/lib/cjs/{new-folder.cjs → new-folder.js} +0 -0
  384. /package/lib/cjs/{new-page.cjs → new-page.js} +0 -0
  385. /package/lib/cjs/{order-first.cjs → order-first.js} +0 -0
  386. /package/lib/cjs/{order-last.cjs → order-last.js} +0 -0
  387. /package/lib/cjs/{redo.cjs → redo.js} +0 -0
  388. /package/lib/cjs/{size.cjs → size.js} +0 -0
  389. /package/lib/cjs/{text-align-center.cjs → text-align-center.js} +0 -0
  390. /package/lib/cjs/{text-align-justify.cjs → text-align-justify.js} +0 -0
  391. /package/lib/cjs/{text-align-left.cjs → text-align-left.js} +0 -0
  392. /package/lib/cjs/{text-align-right.cjs → text-align-right.js} +0 -0
  393. /package/lib/cjs/{text-capitalize.cjs → text-capitalize.js} +0 -0
  394. /package/lib/cjs/{text-direction-ltr.cjs → text-direction-ltr.js} +0 -0
  395. /package/lib/cjs/{text-direction-rtl.cjs → text-direction-rtl.js} +0 -0
  396. /package/lib/cjs/{text-hyphen.cjs → text-hyphen.js} +0 -0
  397. /package/lib/cjs/{text-lowercase.cjs → text-lowercase.js} +0 -0
  398. /package/lib/cjs/{text-strikethrough.cjs → text-strikethrough.js} +0 -0
  399. /package/lib/cjs/{text-truncate.cjs → text-truncate.js} +0 -0
  400. /package/lib/cjs/{text-underline.cjs → text-underline.js} +0 -0
  401. /package/lib/cjs/{text-uppercase.cjs → text-uppercase.js} +0 -0
  402. /package/lib/cjs/{trash.cjs → trash.js} +0 -0
  403. /package/lib/cjs/{types.cjs → types.js} +0 -0
  404. /package/lib/cjs/{undo.cjs → undo.js} +0 -0
  405. /package/lib/cjs/{upload.cjs → upload.js} +0 -0
package/lib/brush.js DELETED
@@ -1,31 +0,0 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import * as React from "react";
3
- const BrushIcon = React.forwardRef(
4
- ({ color = "currentColor", ...props }, forwardedRef) => {
5
- return /* @__PURE__ */ jsx(
6
- "svg",
7
- {
8
- width: "15",
9
- height: "15",
10
- viewBox: "0 0 24 24",
11
- fill: "none",
12
- xmlns: "http://www.w3.org/2000/svg",
13
- ...props,
14
- ref: forwardedRef,
15
- children: /* @__PURE__ */ jsx(
16
- "path",
17
- {
18
- fill: color,
19
- fillRule: "evenodd",
20
- clipRule: "evenodd",
21
- d: "M7 14c-1.66 0-3 1.34-3 3 0 1.31-1.16 2-2 2 .92 1.22 2.49 2 4 2 2.21 0 4-1.79 4-4 0-1.66-1.34-3-3-3zm13.71-9.37-1.34-1.34a.9959.9959 0 0 0-1.41 0L9 12.25 11.75 15l8.96-8.96c.39-.39.39-1.02 0-1.41z"
22
- }
23
- )
24
- }
25
- );
26
- }
27
- );
28
- BrushIcon.displayName = "BrushIcon";
29
- export {
30
- BrushIcon
31
- };
@@ -1,31 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var subscript_exports = {};
20
- __export(subscript_exports, {
21
- SubscriptIcon: () => SubscriptIcon
22
- });
23
- module.exports = __toCommonJS(subscript_exports);
24
- var import_jsx_runtime = require("react/jsx-runtime");
25
- var import_react = require("react");
26
- const SubscriptIcon = (0, import_react.forwardRef)(
27
- ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
28
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M38.5 40v-4.25q0-.7.4-1.1.4-.4 1.1-.4h4.5V31.5h-6V30h6q.7 0 1.1.4.4.4.4 1.1v2.75q0 .7-.4 1.1-.4.4-1.1.4H40v2.75h6V40Zm-26.75-4L21 21.45 12.4 8h4.3l6.75 10.65L30.2 8h4.3l-8.6 13.45L35.15 36H30.9l-7.45-11.7L16 36Z" }) });
29
- }
30
- );
31
- SubscriptIcon.displayName = "SubscriptIcon";
@@ -1,31 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var superscript_exports = {};
20
- __export(superscript_exports, {
21
- SuperscriptIcon: () => SuperscriptIcon
22
- });
23
- module.exports = __toCommonJS(superscript_exports);
24
- var import_jsx_runtime = require("react/jsx-runtime");
25
- var import_react = require("react");
26
- const SuperscriptIcon = (0, import_react.forwardRef)(
27
- ({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
28
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 48 48", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M38.5 18v-4.25q0-.7.4-1.1.4-.4 1.1-.4h4.5V9.5h-6V8h6q.7 0 1.1.4.4.4.4 1.1v2.75q0 .7-.4 1.1-.4.4-1.1.4H40v2.75h6V18ZM11.75 40 21 25.45 12.4 12h4.3l6.75 10.65L30.2 12h4.3l-8.6 13.45L35.15 40H30.9l-7.45-11.7L16 40Z" }) });
29
- }
30
- );
31
- SuperscriptIcon.displayName = "SuperscriptIcon";
package/lib/cjs/body.cjs DELETED
@@ -1,60 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var body_exports = {};
30
- __export(body_exports, {
31
- BodyIcon: () => BodyIcon
32
- });
33
- module.exports = __toCommonJS(body_exports);
34
- var import_jsx_runtime = require("react/jsx-runtime");
35
- var React = __toESM(require("react"), 1);
36
- const BodyIcon = React.forwardRef(
37
- ({ color = "currentColor", ...props }, forwardedRef) => {
38
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
39
- "svg",
40
- {
41
- width: "15",
42
- height: "15",
43
- viewBox: "0 0 15 15",
44
- fill: "none",
45
- xmlns: "http://www.w3.org/2000/svg",
46
- ...props,
47
- ref: forwardedRef,
48
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
- "path",
50
- {
51
- d: "M1 3.96833H14M2.51667 14H12.4833C13.321 14 14 13.321 14 12.4833V2.51667C14 1.67903 13.321 1 12.4833 1H2.51667C1.67903 1 1 1.67903 1 2.51667V12.4833C1 13.321 1.67903 14 2.51667 14Z",
52
- stroke: color,
53
- strokeWidth: "1.15"
54
- }
55
- )
56
- }
57
- );
58
- }
59
- );
60
- BodyIcon.displayName = "BodyIcon";
package/lib/cjs/brush.cjs DELETED
@@ -1,61 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var brush_exports = {};
30
- __export(brush_exports, {
31
- BrushIcon: () => BrushIcon
32
- });
33
- module.exports = __toCommonJS(brush_exports);
34
- var import_jsx_runtime = require("react/jsx-runtime");
35
- var React = __toESM(require("react"), 1);
36
- const BrushIcon = React.forwardRef(
37
- ({ color = "currentColor", ...props }, forwardedRef) => {
38
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
39
- "svg",
40
- {
41
- width: "15",
42
- height: "15",
43
- viewBox: "0 0 24 24",
44
- fill: "none",
45
- xmlns: "http://www.w3.org/2000/svg",
46
- ...props,
47
- ref: forwardedRef,
48
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
- "path",
50
- {
51
- fill: color,
52
- fillRule: "evenodd",
53
- clipRule: "evenodd",
54
- d: "M7 14c-1.66 0-3 1.34-3 3 0 1.31-1.16 2-2 2 .92 1.22 2.49 2 4 2 2.21 0 4-1.79 4-4 0-1.66-1.34-3-3-3zm13.71-9.37-1.34-1.34a.9959.9959 0 0 0-1.41 0L9 12.25 11.75 15l8.96-8.96c.39-.39.39-1.02 0-1.41z"
55
- }
56
- )
57
- }
58
- );
59
- }
60
- );
61
- BrushIcon.displayName = "BrushIcon";
@@ -1,61 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var external_link_exports = {};
30
- __export(external_link_exports, {
31
- ExternalLinkIcon: () => ExternalLinkIcon
32
- });
33
- module.exports = __toCommonJS(external_link_exports);
34
- var import_jsx_runtime = require("react/jsx-runtime");
35
- var React = __toESM(require("react"), 1);
36
- const ExternalLinkIcon = React.forwardRef(
37
- ({ color = "currentColor", ...props }, forwardedRef) => {
38
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
39
- "svg",
40
- {
41
- xmlns: "http://www.w3.org/2000/svg",
42
- viewBox: "0 0 16 16",
43
- width: "16",
44
- height: "16",
45
- fill: color,
46
- ...props,
47
- ref: forwardedRef,
48
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
- "path",
50
- {
51
- fill: color,
52
- fillRule: "evenodd",
53
- clipRule: "evenodd",
54
- d: "M3.7 3.7h2.294a.7.7 0 1 0 0-1.4H3.5a1.2 1.2 0 0 0-1.2 1.2v9a1.2 1.2 0 0 0 1.2 1.2h9a1.2 1.2 0 0 0 1.2-1.2V9.993a.7.7 0 1 0-1.4 0V12.3H3.7V3.7ZM8.813 3a.7.7 0 0 1 .7-.7H13a.7.7 0 0 1 .7.7v3.49a.7.7 0 1 1-1.4 0v-1.8L8.495 8.495a.7.7 0 1 1-.99-.99L11.31 3.7H9.513a.7.7 0 0 1-.7-.7Z"
55
- }
56
- )
57
- }
58
- );
59
- }
60
- );
61
- ExternalLinkIcon.displayName = "ExternalLinkIcon";
package/lib/cjs/form.cjs DELETED
@@ -1,61 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var form_exports = {};
30
- __export(form_exports, {
31
- FormIcon: () => FormIcon
32
- });
33
- module.exports = __toCommonJS(form_exports);
34
- var import_jsx_runtime = require("react/jsx-runtime");
35
- var React = __toESM(require("react"), 1);
36
- const FormIcon = React.forwardRef(
37
- ({ color = "currentColor", ...props }, forwardedRef) => {
38
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
39
- "svg",
40
- {
41
- width: "15",
42
- height: "15",
43
- viewBox: "0 0 24 24",
44
- fill: "none",
45
- xmlns: "http://www.w3.org/2000/svg",
46
- ...props,
47
- ref: forwardedRef,
48
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
- "path",
50
- {
51
- fill: color,
52
- fillRule: "evenodd",
53
- clipRule: "evenodd",
54
- d: "M13 11H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h9v7zM4 9h7V6H4v3zm11 11H4c-1.1 0-2-.9-2-2v-3c0-1.1.9-2 2-2h11v7zM4 18h9v-3H4v3zm18-9h-2l2-5h-7v7h2v9l5-11zM4.75 17.25h1.5v-1.5h-1.5v1.5zm0-9h1.5v-1.5h-1.5v1.5z"
55
- }
56
- )
57
- }
58
- );
59
- }
60
- );
61
- FormIcon.displayName = "FormIcon";
@@ -1,42 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var legacy_exports = {};
20
- __export(legacy_exports, {
21
- ButtonIcon: () => import_react_icons.ButtonIcon,
22
- CheckCircledIcon: () => import_react_icons.CheckCircledIcon,
23
- CheckIcon: () => import_react_icons.CheckIcon,
24
- CrossCircledIcon: () => import_react_icons.CrossCircledIcon,
25
- DotFilledIcon: () => import_react_icons.DotFilledIcon,
26
- DotsHorizontalIcon: () => import_react_icons.DotsHorizontalIcon,
27
- ExclamationTriangleIcon: () => import_react_icons.ExclamationTriangleIcon,
28
- ExternalLinkIcon: () => import_react_icons.ExternalLinkIcon,
29
- FontBoldIcon: () => import_react_icons.FontBoldIcon,
30
- FontItalicIcon: () => import_react_icons.FontItalicIcon,
31
- HeadingIcon: () => import_react_icons.HeadingIcon,
32
- ImageIcon: () => import_react_icons.ImageIcon,
33
- InputIcon: () => import_react_icons.InputIcon,
34
- Link2Icon: () => import_react_icons.Link2Icon,
35
- RocketIcon: () => import_react_icons.RocketIcon,
36
- Share1Icon: () => import_react_icons.Share1Icon,
37
- TextIcon: () => import_react_icons.TextIcon,
38
- TriangleDownIcon: () => import_react_icons.TriangleDownIcon,
39
- TriangleRightIcon: () => import_react_icons.TriangleRightIcon
40
- });
41
- module.exports = __toCommonJS(legacy_exports);
42
- var import_react_icons = require("@radix-ui/react-icons");
package/lib/cjs/page.cjs DELETED
@@ -1,62 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var page_exports = {};
30
- __export(page_exports, {
31
- PageIcon: () => PageIcon
32
- });
33
- module.exports = __toCommonJS(page_exports);
34
- var import_jsx_runtime = require("react/jsx-runtime");
35
- var React = __toESM(require("react"), 1);
36
- const PageIcon = React.forwardRef(
37
- ({ color = "currentColor", ...props }, forwardedRef) => {
38
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
39
- "svg",
40
- {
41
- width: "16",
42
- height: "16",
43
- viewBox: "0 0 16 16",
44
- fill: "none",
45
- xmlns: "http://www.w3.org/2000/svg",
46
- ...props,
47
- ref: forwardedRef,
48
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
- "path",
50
- {
51
- d: "M9.19995 2.16168V4.64C9.19995 4.97603 9.19995 5.14405 9.26535 5.27239C9.32287 5.38529 9.41466 5.47708 9.52756 5.5346C9.6559 5.6 9.82392 5.6 10.16 5.6H11.3991H12.6383M12.8 6.79293V11.12C12.8 12.1281 12.8 12.6321 12.6038 13.0172C12.4312 13.3559 12.1558 13.6312 11.8171 13.8038C11.4321 14 10.928 14 9.91995 14H6.07995C5.07186 14 4.56781 14 4.18277 13.8038C3.84408 13.6312 3.56871 13.3559 3.39614 13.0172C3.19995 12.6321 3.19995 12.1281 3.19995 11.12V4.88C3.19995 3.87191 3.19995 3.36786 3.39614 2.98282C3.56871 2.64413 3.84408 2.36876 4.18277 2.19619C4.56781 2 5.07186 2 6.07995 2H8.00702C8.44728 2 8.66741 2 8.87457 2.04973C9.05823 2.09383 9.23381 2.16656 9.39486 2.26525C9.57651 2.37656 9.73217 2.53222 10.0435 2.84353L11.9564 4.75647C12.2677 5.06778 12.4234 5.22344 12.5347 5.40509C12.6334 5.56614 12.7061 5.74172 12.7502 5.92538C12.8 6.13254 12.8 6.35267 12.8 6.79293Z",
52
- stroke: color,
53
- strokeWidth: "1.3",
54
- strokeLinecap: "round",
55
- strokeLinejoin: "round"
56
- }
57
- )
58
- }
59
- );
60
- }
61
- );
62
- PageIcon.displayName = "PageIcon";
@@ -1,62 +0,0 @@
1
- "use strict";
2
- var __create = Object.create;
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf;
7
- var __hasOwnProp = Object.prototype.hasOwnProperty;
8
- var __export = (target, all) => {
9
- for (var name in all)
10
- __defProp(target, name, { get: all[name], enumerable: true });
11
- };
12
- var __copyProps = (to, from, except, desc) => {
13
- if (from && typeof from === "object" || typeof from === "function") {
14
- for (let key of __getOwnPropNames(from))
15
- if (!__hasOwnProp.call(to, key) && key !== except)
16
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
- }
18
- return to;
19
- };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
25
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
- mod
27
- ));
28
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
- var text_italic_exports = {};
30
- __export(text_italic_exports, {
31
- TextItalicIcon: () => TextItalicIcon
32
- });
33
- module.exports = __toCommonJS(text_italic_exports);
34
- var import_jsx_runtime = require("react/jsx-runtime");
35
- var React = __toESM(require("react"), 1);
36
- const TextItalicIcon = React.forwardRef(
37
- ({ color = "currentColor", ...props }, forwardedRef) => {
38
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
39
- "svg",
40
- {
41
- width: "16",
42
- height: "16",
43
- viewBox: "0 0 16 16",
44
- fill: "none",
45
- xmlns: "http://www.w3.org/2000/svg",
46
- ...props,
47
- ref: forwardedRef,
48
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
49
- "path",
50
- {
51
- d: "M12.75 3H7.125M9.625 13H4M10.25 3L6.5 13",
52
- stroke: color,
53
- strokeWidth: "1.45",
54
- strokeLinecap: "round",
55
- strokeLinejoin: "round"
56
- }
57
- )
58
- }
59
- );
60
- }
61
- );
62
- TextItalicIcon.displayName = "TextItalicIcon";
@@ -1,31 +0,0 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import * as React from "react";
3
- const ExternalLinkIcon = React.forwardRef(
4
- ({ color = "currentColor", ...props }, forwardedRef) => {
5
- return /* @__PURE__ */ jsx(
6
- "svg",
7
- {
8
- xmlns: "http://www.w3.org/2000/svg",
9
- viewBox: "0 0 16 16",
10
- width: "16",
11
- height: "16",
12
- fill: color,
13
- ...props,
14
- ref: forwardedRef,
15
- children: /* @__PURE__ */ jsx(
16
- "path",
17
- {
18
- fill: color,
19
- fillRule: "evenodd",
20
- clipRule: "evenodd",
21
- d: "M3.7 3.7h2.294a.7.7 0 1 0 0-1.4H3.5a1.2 1.2 0 0 0-1.2 1.2v9a1.2 1.2 0 0 0 1.2 1.2h9a1.2 1.2 0 0 0 1.2-1.2V9.993a.7.7 0 1 0-1.4 0V12.3H3.7V3.7ZM8.813 3a.7.7 0 0 1 .7-.7H13a.7.7 0 0 1 .7.7v3.49a.7.7 0 1 1-1.4 0v-1.8L8.495 8.495a.7.7 0 1 1-.99-.99L11.31 3.7H9.513a.7.7 0 0 1-.7-.7Z"
22
- }
23
- )
24
- }
25
- );
26
- }
27
- );
28
- ExternalLinkIcon.displayName = "ExternalLinkIcon";
29
- export {
30
- ExternalLinkIcon
31
- };
package/lib/form.js DELETED
@@ -1,31 +0,0 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import * as React from "react";
3
- const FormIcon = React.forwardRef(
4
- ({ color = "currentColor", ...props }, forwardedRef) => {
5
- return /* @__PURE__ */ jsx(
6
- "svg",
7
- {
8
- width: "15",
9
- height: "15",
10
- viewBox: "0 0 24 24",
11
- fill: "none",
12
- xmlns: "http://www.w3.org/2000/svg",
13
- ...props,
14
- ref: forwardedRef,
15
- children: /* @__PURE__ */ jsx(
16
- "path",
17
- {
18
- fill: color,
19
- fillRule: "evenodd",
20
- clipRule: "evenodd",
21
- d: "M13 11H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h9v7zM4 9h7V6H4v3zm11 11H4c-1.1 0-2-.9-2-2v-3c0-1.1.9-2 2-2h11v7zM4 18h9v-3H4v3zm18-9h-2l2-5h-7v7h2v9l5-11zM4.75 17.25h1.5v-1.5h-1.5v1.5zm0-9h1.5v-1.5h-1.5v1.5z"
22
- }
23
- )
24
- }
25
- );
26
- }
27
- );
28
- FormIcon.displayName = "FormIcon";
29
- export {
30
- FormIcon
31
- };
package/lib/legacy.js DELETED
@@ -1,42 +0,0 @@
1
- import {
2
- ImageIcon,
3
- FontBoldIcon,
4
- FontItalicIcon,
5
- Link2Icon,
6
- DotsHorizontalIcon,
7
- CheckIcon,
8
- RocketIcon,
9
- ExternalLinkIcon,
10
- Share1Icon,
11
- ExclamationTriangleIcon,
12
- DotFilledIcon,
13
- TriangleRightIcon,
14
- TriangleDownIcon,
15
- InputIcon,
16
- ButtonIcon,
17
- HeadingIcon,
18
- TextIcon,
19
- CrossCircledIcon,
20
- CheckCircledIcon
21
- } from "@radix-ui/react-icons";
22
- export {
23
- ButtonIcon,
24
- CheckCircledIcon,
25
- CheckIcon,
26
- CrossCircledIcon,
27
- DotFilledIcon,
28
- DotsHorizontalIcon,
29
- ExclamationTriangleIcon,
30
- ExternalLinkIcon,
31
- FontBoldIcon,
32
- FontItalicIcon,
33
- HeadingIcon,
34
- ImageIcon,
35
- InputIcon,
36
- Link2Icon,
37
- RocketIcon,
38
- Share1Icon,
39
- TextIcon,
40
- TriangleDownIcon,
41
- TriangleRightIcon
42
- };
package/lib/page.js DELETED
@@ -1,32 +0,0 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import * as React from "react";
3
- const PageIcon = React.forwardRef(
4
- ({ color = "currentColor", ...props }, forwardedRef) => {
5
- return /* @__PURE__ */ jsx(
6
- "svg",
7
- {
8
- width: "16",
9
- height: "16",
10
- viewBox: "0 0 16 16",
11
- fill: "none",
12
- xmlns: "http://www.w3.org/2000/svg",
13
- ...props,
14
- ref: forwardedRef,
15
- children: /* @__PURE__ */ jsx(
16
- "path",
17
- {
18
- d: "M9.19995 2.16168V4.64C9.19995 4.97603 9.19995 5.14405 9.26535 5.27239C9.32287 5.38529 9.41466 5.47708 9.52756 5.5346C9.6559 5.6 9.82392 5.6 10.16 5.6H11.3991H12.6383M12.8 6.79293V11.12C12.8 12.1281 12.8 12.6321 12.6038 13.0172C12.4312 13.3559 12.1558 13.6312 11.8171 13.8038C11.4321 14 10.928 14 9.91995 14H6.07995C5.07186 14 4.56781 14 4.18277 13.8038C3.84408 13.6312 3.56871 13.3559 3.39614 13.0172C3.19995 12.6321 3.19995 12.1281 3.19995 11.12V4.88C3.19995 3.87191 3.19995 3.36786 3.39614 2.98282C3.56871 2.64413 3.84408 2.36876 4.18277 2.19619C4.56781 2 5.07186 2 6.07995 2H8.00702C8.44728 2 8.66741 2 8.87457 2.04973C9.05823 2.09383 9.23381 2.16656 9.39486 2.26525C9.57651 2.37656 9.73217 2.53222 10.0435 2.84353L11.9564 4.75647C12.2677 5.06778 12.4234 5.22344 12.5347 5.40509C12.6334 5.56614 12.7061 5.74172 12.7502 5.92538C12.8 6.13254 12.8 6.35267 12.8 6.79293Z",
19
- stroke: color,
20
- strokeWidth: "1.3",
21
- strokeLinecap: "round",
22
- strokeLinejoin: "round"
23
- }
24
- )
25
- }
26
- );
27
- }
28
- );
29
- PageIcon.displayName = "PageIcon";
30
- export {
31
- PageIcon
32
- };