godown 2.7.5 → 2.7.7

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 (463) hide show
  1. package/README.md +18 -45
  2. package/{.deps.d.ts → _deps.d.ts} +1 -2
  3. package/{.deps.d.ts.map → _deps.d.ts.map} +1 -1
  4. package/{.deps.js → _deps.js} +1 -2
  5. package/_deps.js.map +1 -0
  6. package/alert.d.ts +8 -1
  7. package/alert.d.ts.map +1 -1
  8. package/alert.js +4 -1
  9. package/alert.js.map +1 -1
  10. package/avatar-group.d.ts +8 -1
  11. package/avatar-group.d.ts.map +1 -1
  12. package/avatar-group.js +4 -1
  13. package/avatar-group.js.map +1 -1
  14. package/avatar.d.ts +8 -1
  15. package/avatar.d.ts.map +1 -1
  16. package/avatar.js +4 -1
  17. package/avatar.js.map +1 -1
  18. package/button.d.ts +8 -1
  19. package/button.d.ts.map +1 -1
  20. package/button.js +4 -1
  21. package/button.js.map +1 -1
  22. package/card.d.ts +8 -1
  23. package/card.d.ts.map +1 -1
  24. package/card.js +4 -1
  25. package/card.js.map +1 -1
  26. package/carousel.d.ts +8 -1
  27. package/carousel.d.ts.map +1 -1
  28. package/carousel.js +4 -1
  29. package/carousel.js.map +1 -1
  30. package/components.json +194 -0
  31. package/conf.d.ts +6 -75
  32. package/conf.d.ts.map +1 -1
  33. package/conf.js +8 -34
  34. package/conf.js.map +1 -1
  35. package/decorators/godown.d.ts +4 -0
  36. package/decorators/godown.d.ts.map +1 -0
  37. package/decorators/godown.js +9 -0
  38. package/decorators/godown.js.map +1 -0
  39. package/decorators/part.d.ts +7 -0
  40. package/decorators/part.d.ts.map +1 -0
  41. package/decorators/part.js +8 -0
  42. package/decorators/part.js.map +1 -0
  43. package/decorators/styles.d.ts +3 -0
  44. package/decorators/styles.d.ts.map +1 -0
  45. package/decorators/styles.js +8 -0
  46. package/decorators/styles.js.map +1 -0
  47. package/details.d.ts +8 -1
  48. package/details.d.ts.map +1 -1
  49. package/details.js +4 -1
  50. package/details.js.map +1 -1
  51. package/dialog.d.ts +8 -1
  52. package/dialog.d.ts.map +1 -1
  53. package/dialog.js +4 -1
  54. package/dialog.js.map +1 -1
  55. package/divider.d.ts +8 -1
  56. package/divider.d.ts.map +1 -1
  57. package/divider.js +4 -1
  58. package/divider.js.map +1 -1
  59. package/dragbox.d.ts +8 -1
  60. package/dragbox.d.ts.map +1 -1
  61. package/dragbox.js +4 -1
  62. package/dragbox.js.map +1 -1
  63. package/flex-flow.d.ts +8 -1
  64. package/flex-flow.d.ts.map +1 -1
  65. package/flex-flow.js +4 -1
  66. package/flex-flow.js.map +1 -1
  67. package/form.d.ts +8 -1
  68. package/form.d.ts.map +1 -1
  69. package/form.js +4 -1
  70. package/form.js.map +1 -1
  71. package/grid-flow.d.ts +9 -0
  72. package/grid-flow.d.ts.map +1 -0
  73. package/grid-flow.js +5 -0
  74. package/grid-flow.js.map +1 -0
  75. package/index.d.ts +32 -3
  76. package/index.d.ts.map +1 -1
  77. package/index.js +32 -3
  78. package/index.js.map +1 -1
  79. package/input.d.ts +8 -1
  80. package/input.d.ts.map +1 -1
  81. package/input.js +4 -1
  82. package/input.js.map +1 -1
  83. package/label-input.d.ts +8 -1
  84. package/label-input.d.ts.map +1 -1
  85. package/label-input.js +4 -1
  86. package/label-input.js.map +1 -1
  87. package/layout.d.ts +9 -0
  88. package/layout.d.ts.map +1 -0
  89. package/layout.js +5 -0
  90. package/layout.js.map +1 -0
  91. package/lib/css.d.ts +13 -0
  92. package/lib/css.d.ts.map +1 -0
  93. package/lib/css.js +29 -0
  94. package/lib/css.js.map +1 -0
  95. package/lib/directives.d.ts +16 -20
  96. package/lib/directives.d.ts.map +1 -1
  97. package/lib/directives.js +33 -31
  98. package/lib/directives.js.map +1 -1
  99. package/lib/event-coll.d.ts +13 -0
  100. package/lib/event-coll.d.ts.map +1 -0
  101. package/lib/event-coll.js +45 -0
  102. package/lib/event-coll.js.map +1 -0
  103. package/lib/{templates.d.ts → icons.d.ts} +1 -17
  104. package/lib/icons.d.ts.map +1 -0
  105. package/lib/icons.js +73 -0
  106. package/lib/icons.js.map +1 -0
  107. package/lib/jsx.d.ts +4 -0
  108. package/lib/jsx.d.ts.map +1 -0
  109. package/lib/jsx.js +52 -0
  110. package/lib/jsx.js.map +1 -0
  111. package/lib/route-tree.d.ts +5 -5
  112. package/lib/route-tree.js +5 -5
  113. package/lib/route-tree.js.map +1 -1
  114. package/lib/utils.d.ts +6 -46
  115. package/lib/utils.d.ts.map +1 -1
  116. package/lib/utils.js +25 -110
  117. package/lib/utils.js.map +1 -1
  118. package/link.d.ts +9 -0
  119. package/link.d.ts.map +1 -0
  120. package/link.js +5 -0
  121. package/link.js.map +1 -0
  122. package/overbreath.d.ts +8 -1
  123. package/overbreath.d.ts.map +1 -1
  124. package/overbreath.js +4 -1
  125. package/overbreath.js.map +1 -1
  126. package/package.json +18 -23
  127. package/progress.d.ts +8 -1
  128. package/progress.d.ts.map +1 -1
  129. package/progress.js +4 -1
  130. package/progress.js.map +1 -1
  131. package/proto/godown-config.d.ts +41 -0
  132. package/proto/godown-config.d.ts.map +1 -0
  133. package/proto/godown-config.js +27 -0
  134. package/proto/godown-config.js.map +1 -0
  135. package/{godown-element.d.ts → proto/godown-element.d.ts} +48 -16
  136. package/proto/godown-element.d.ts.map +1 -0
  137. package/{godown-element.js → proto/godown-element.js} +82 -26
  138. package/proto/godown-element.js.map +1 -0
  139. package/proto/super-a.d.ts +30 -0
  140. package/proto/super-a.d.ts.map +1 -0
  141. package/proto/super-a.js +141 -0
  142. package/proto/super-a.js.map +1 -0
  143. package/proto/super-input.d.ts +44 -0
  144. package/proto/super-input.d.ts.map +1 -0
  145. package/proto/super-input.js +119 -0
  146. package/proto/super-input.js.map +1 -0
  147. package/proto/super-openable.d.ts +23 -0
  148. package/proto/super-openable.d.ts.map +1 -0
  149. package/proto/super-openable.js +43 -0
  150. package/proto/super-openable.js.map +1 -0
  151. package/range-input.d.ts +9 -0
  152. package/range-input.d.ts.map +1 -0
  153. package/range-input.js +5 -0
  154. package/range-input.js.map +1 -0
  155. package/react/create.d.ts.map +1 -1
  156. package/react/create.js +4 -1
  157. package/react/create.js.map +1 -1
  158. package/react/index.d.ts +64 -34
  159. package/react/index.d.ts.map +1 -1
  160. package/react/index.js +78 -51
  161. package/react/index.js.map +1 -1
  162. package/rotate.d.ts +9 -0
  163. package/rotate.d.ts.map +1 -0
  164. package/rotate.js +5 -0
  165. package/rotate.js.map +1 -0
  166. package/router-link.d.ts +9 -0
  167. package/router-link.d.ts.map +1 -0
  168. package/router-link.js +5 -0
  169. package/router-link.js.map +1 -0
  170. package/router.d.ts +8 -1
  171. package/router.d.ts.map +1 -1
  172. package/router.js +4 -1
  173. package/router.js.map +1 -1
  174. package/search-input.d.ts +8 -1
  175. package/search-input.d.ts.map +1 -1
  176. package/search-input.js +4 -1
  177. package/search-input.js.map +1 -1
  178. package/select-input.d.ts +8 -1
  179. package/select-input.d.ts.map +1 -1
  180. package/select-input.js +4 -1
  181. package/select-input.js.map +1 -1
  182. package/skeleton.d.ts +8 -1
  183. package/skeleton.d.ts.map +1 -1
  184. package/skeleton.js +4 -1
  185. package/skeleton.js.map +1 -1
  186. package/split-input.d.ts +8 -1
  187. package/split-input.d.ts.map +1 -1
  188. package/split-input.js +4 -1
  189. package/split-input.js.map +1 -1
  190. package/styles/colors/presets.d.ts +13 -0
  191. package/styles/colors/presets.d.ts.map +1 -0
  192. package/styles/colors/presets.js +6 -0
  193. package/styles/colors/presets.js.map +1 -0
  194. package/styles/colors/presetsRGB.d.ts +16 -0
  195. package/styles/colors/presetsRGB.d.ts.map +1 -0
  196. package/styles/colors/presetsRGB.js +134 -0
  197. package/styles/colors/presetsRGB.js.map +1 -0
  198. package/styles/global.d.ts +18 -0
  199. package/styles/global.d.ts.map +1 -0
  200. package/styles/global.js +78 -0
  201. package/styles/global.js.map +1 -0
  202. package/styles/inputStyle.d.ts +3 -0
  203. package/styles/inputStyle.d.ts.map +1 -0
  204. package/styles/inputStyle.js +59 -0
  205. package/styles/inputStyle.js.map +1 -0
  206. package/switch-input.d.ts +8 -1
  207. package/switch-input.d.ts.map +1 -1
  208. package/switch-input.js +4 -1
  209. package/switch-input.js.map +1 -1
  210. package/text.d.ts +8 -1
  211. package/text.d.ts.map +1 -1
  212. package/text.js +4 -1
  213. package/text.js.map +1 -1
  214. package/time.d.ts +8 -1
  215. package/time.d.ts.map +1 -1
  216. package/time.js +4 -1
  217. package/time.js.map +1 -1
  218. package/tooltip.d.ts +8 -1
  219. package/tooltip.d.ts.map +1 -1
  220. package/tooltip.js +4 -1
  221. package/tooltip.js.map +1 -1
  222. package/typewriter.d.ts +8 -1
  223. package/typewriter.d.ts.map +1 -1
  224. package/typewriter.js +4 -1
  225. package/typewriter.js.map +1 -1
  226. package/web-components/alert/alert.d.ts +2 -10
  227. package/web-components/alert/alert.d.ts.map +1 -1
  228. package/web-components/alert/alert.js +93 -91
  229. package/web-components/alert/alert.js.map +1 -1
  230. package/web-components/avatar/avatar-group.d.ts +21 -0
  231. package/web-components/avatar/avatar-group.d.ts.map +1 -0
  232. package/web-components/avatar/avatar-group.js +86 -0
  233. package/web-components/avatar/avatar-group.js.map +1 -0
  234. package/web-components/avatar/avatar.d.ts +5 -18
  235. package/web-components/avatar/avatar.d.ts.map +1 -1
  236. package/web-components/avatar/avatar.js +70 -85
  237. package/web-components/avatar/avatar.js.map +1 -1
  238. package/web-components/button/button.d.ts +10 -43
  239. package/web-components/button/button.d.ts.map +1 -1
  240. package/web-components/button/button.js +183 -226
  241. package/web-components/button/button.js.map +1 -1
  242. package/web-components/card/card.d.ts +2 -27
  243. package/web-components/card/card.d.ts.map +1 -1
  244. package/web-components/card/card.js +57 -132
  245. package/web-components/card/card.js.map +1 -1
  246. package/web-components/carousel/carousel.d.ts +5 -16
  247. package/web-components/carousel/carousel.d.ts.map +1 -1
  248. package/web-components/carousel/carousel.js +102 -106
  249. package/web-components/carousel/carousel.js.map +1 -1
  250. package/web-components/details/details.d.ts +4 -15
  251. package/web-components/details/details.d.ts.map +1 -1
  252. package/web-components/details/details.js +91 -97
  253. package/web-components/details/details.js.map +1 -1
  254. package/web-components/dialog/dialog.d.ts +6 -17
  255. package/web-components/dialog/dialog.d.ts.map +1 -1
  256. package/web-components/dialog/dialog.js +87 -137
  257. package/web-components/dialog/dialog.js.map +1 -1
  258. package/web-components/divider/divider.d.ts +13 -0
  259. package/web-components/divider/divider.d.ts.map +1 -0
  260. package/web-components/divider/divider.js +95 -0
  261. package/web-components/divider/divider.js.map +1 -0
  262. package/web-components/form/form.d.ts +15 -22
  263. package/web-components/form/form.d.ts.map +1 -1
  264. package/web-components/form/form.js +47 -117
  265. package/web-components/form/form.js.map +1 -1
  266. package/web-components/input/input.d.ts +5 -18
  267. package/web-components/input/input.d.ts.map +1 -1
  268. package/web-components/input/input.js +74 -169
  269. package/web-components/input/input.js.map +1 -1
  270. package/web-components/input/label-input.d.ts +5 -19
  271. package/web-components/input/label-input.d.ts.map +1 -1
  272. package/web-components/input/label-input.js +74 -141
  273. package/web-components/input/label-input.js.map +1 -1
  274. package/web-components/input/range-input.d.ts +53 -0
  275. package/web-components/input/range-input.d.ts.map +1 -0
  276. package/web-components/input/range-input.js +316 -0
  277. package/web-components/input/range-input.js.map +1 -0
  278. package/web-components/input/search-input.d.ts +4 -12
  279. package/web-components/input/search-input.d.ts.map +1 -1
  280. package/web-components/input/search-input.js +118 -113
  281. package/web-components/input/search-input.js.map +1 -1
  282. package/web-components/input/select-input.d.ts +17 -32
  283. package/web-components/input/select-input.d.ts.map +1 -1
  284. package/web-components/input/select-input.js +154 -286
  285. package/web-components/input/select-input.js.map +1 -1
  286. package/web-components/input/split-input.d.ts +8 -15
  287. package/web-components/input/split-input.d.ts.map +1 -1
  288. package/web-components/input/split-input.js +82 -72
  289. package/web-components/input/split-input.js.map +1 -1
  290. package/web-components/input/switch-input.d.ts +8 -17
  291. package/web-components/input/switch-input.d.ts.map +1 -1
  292. package/web-components/input/switch-input.js +122 -158
  293. package/web-components/input/switch-input.js.map +1 -1
  294. package/web-components/layout/flex-flow.d.ts +11 -19
  295. package/web-components/layout/flex-flow.d.ts.map +1 -1
  296. package/web-components/layout/flex-flow.js +57 -35
  297. package/web-components/layout/flex-flow.js.map +1 -1
  298. package/web-components/layout/grid-flow.d.ts +14 -0
  299. package/web-components/layout/grid-flow.d.ts.map +1 -0
  300. package/web-components/layout/grid-flow.js +56 -0
  301. package/web-components/layout/grid-flow.js.map +1 -0
  302. package/web-components/layout/layout.d.ts +18 -0
  303. package/web-components/layout/layout.d.ts.map +1 -0
  304. package/web-components/layout/layout.js +76 -0
  305. package/web-components/layout/layout.js.map +1 -0
  306. package/web-components/link/link.d.ts +10 -0
  307. package/web-components/link/link.d.ts.map +1 -0
  308. package/web-components/link/link.js +17 -0
  309. package/web-components/link/link.js.map +1 -0
  310. package/web-components/link/router-link.d.ts +19 -0
  311. package/web-components/link/router-link.d.ts.map +1 -0
  312. package/web-components/link/router-link.js +60 -0
  313. package/web-components/link/router-link.js.map +1 -0
  314. package/web-components/progress/progress.d.ts +2 -12
  315. package/web-components/progress/progress.d.ts.map +1 -1
  316. package/web-components/progress/progress.js +52 -48
  317. package/web-components/progress/progress.js.map +1 -1
  318. package/web-components/router/router.d.ts +15 -21
  319. package/web-components/router/router.d.ts.map +1 -1
  320. package/web-components/router/router.js +35 -37
  321. package/web-components/router/router.js.map +1 -1
  322. package/web-components/skeleton/skeleton.d.ts +5 -12
  323. package/web-components/skeleton/skeleton.d.ts.map +1 -1
  324. package/web-components/skeleton/skeleton.js +90 -98
  325. package/web-components/skeleton/skeleton.js.map +1 -1
  326. package/web-components/text/overbreath.d.ts +15 -20
  327. package/web-components/text/overbreath.d.ts.map +1 -1
  328. package/web-components/text/overbreath.js +108 -202
  329. package/web-components/text/overbreath.js.map +1 -1
  330. package/web-components/text/text.d.ts +5 -18
  331. package/web-components/text/text.d.ts.map +1 -1
  332. package/web-components/text/text.js +70 -80
  333. package/web-components/text/text.js.map +1 -1
  334. package/web-components/text/time.d.ts +5 -14
  335. package/web-components/text/time.d.ts.map +1 -1
  336. package/web-components/text/time.js +32 -31
  337. package/web-components/text/time.js.map +1 -1
  338. package/web-components/text/typewriter.d.ts +3 -11
  339. package/web-components/text/typewriter.d.ts.map +1 -1
  340. package/web-components/text/typewriter.js +42 -40
  341. package/web-components/text/typewriter.js.map +1 -1
  342. package/web-components/tooltip/tooltip.d.ts +21 -17
  343. package/web-components/tooltip/tooltip.d.ts.map +1 -1
  344. package/web-components/tooltip/tooltip.js +98 -60
  345. package/web-components/tooltip/tooltip.js.map +1 -1
  346. package/web-components/wrapper/dragbox.d.ts +5 -10
  347. package/web-components/wrapper/dragbox.d.ts.map +1 -1
  348. package/web-components/wrapper/dragbox.js +40 -31
  349. package/web-components/wrapper/dragbox.js.map +1 -1
  350. package/web-components/wrapper/rotate.d.ts +30 -0
  351. package/web-components/wrapper/rotate.d.ts.map +1 -0
  352. package/web-components/wrapper/rotate.js +92 -0
  353. package/web-components/wrapper/rotate.js.map +1 -0
  354. package/.deps.js.map +0 -1
  355. package/a.d.ts +0 -2
  356. package/a.d.ts.map +0 -1
  357. package/a.js +0 -2
  358. package/a.js.map +0 -1
  359. package/clip.d.ts +0 -2
  360. package/clip.d.ts.map +0 -1
  361. package/clip.js +0 -2
  362. package/clip.js.map +0 -1
  363. package/decorators/define.d.ts +0 -7
  364. package/decorators/define.d.ts.map +0 -1
  365. package/decorators/define.js +0 -11
  366. package/decorators/define.js.map +0 -1
  367. package/details-group.d.ts +0 -2
  368. package/details-group.d.ts.map +0 -1
  369. package/details-group.js +0 -2
  370. package/details-group.js.map +0 -1
  371. package/godown-element.d.ts.map +0 -1
  372. package/godown-element.js.map +0 -1
  373. package/lib/event-collection.d.ts +0 -14
  374. package/lib/event-collection.d.ts.map +0 -1
  375. package/lib/event-collection.js +0 -71
  376. package/lib/event-collection.js.map +0 -1
  377. package/lib/templates.d.ts.map +0 -1
  378. package/lib/templates.js +0 -76
  379. package/lib/templates.js.map +0 -1
  380. package/naming.d.ts +0 -91
  381. package/naming.d.ts.map +0 -1
  382. package/naming.js +0 -67
  383. package/naming.js.map +0 -1
  384. package/nav-layout.d.ts +0 -2
  385. package/nav-layout.d.ts.map +0 -1
  386. package/nav-layout.js +0 -2
  387. package/nav-layout.js.map +0 -1
  388. package/open-offset.d.ts +0 -2
  389. package/open-offset.d.ts.map +0 -1
  390. package/open-offset.js +0 -2
  391. package/open-offset.js.map +0 -1
  392. package/router-a.d.ts +0 -2
  393. package/router-a.d.ts.map +0 -1
  394. package/router-a.js +0 -2
  395. package/router-a.js.map +0 -1
  396. package/supers/anchor.d.ts +0 -26
  397. package/supers/anchor.d.ts.map +0 -1
  398. package/supers/anchor.js +0 -124
  399. package/supers/anchor.js.map +0 -1
  400. package/supers/input.d.ts +0 -28
  401. package/supers/input.d.ts.map +0 -1
  402. package/supers/input.js +0 -117
  403. package/supers/input.js.map +0 -1
  404. package/supers/openable.d.ts +0 -38
  405. package/supers/openable.d.ts.map +0 -1
  406. package/supers/openable.js +0 -77
  407. package/supers/openable.js.map +0 -1
  408. package/supers/root.d.ts +0 -18
  409. package/supers/root.d.ts.map +0 -1
  410. package/supers/root.js +0 -76
  411. package/supers/root.js.map +0 -1
  412. package/tabs.d.ts +0 -2
  413. package/tabs.d.ts.map +0 -1
  414. package/tabs.js +0 -2
  415. package/tabs.js.map +0 -1
  416. package/web-components/a/a.d.ts +0 -16
  417. package/web-components/a/a.d.ts.map +0 -1
  418. package/web-components/a/a.js +0 -17
  419. package/web-components/a/a.js.map +0 -1
  420. package/web-components/group/avatar-group.d.ts +0 -29
  421. package/web-components/group/avatar-group.d.ts.map +0 -1
  422. package/web-components/group/avatar-group.js +0 -88
  423. package/web-components/group/avatar-group.js.map +0 -1
  424. package/web-components/group/details-group.d.ts +0 -28
  425. package/web-components/group/details-group.d.ts.map +0 -1
  426. package/web-components/group/details-group.js +0 -59
  427. package/web-components/group/details-group.js.map +0 -1
  428. package/web-components/index.d.ts +0 -35
  429. package/web-components/index.d.ts.map +0 -1
  430. package/web-components/index.js +0 -35
  431. package/web-components/index.js.map +0 -1
  432. package/web-components/layout/divider.d.ts +0 -22
  433. package/web-components/layout/divider.d.ts.map +0 -1
  434. package/web-components/layout/divider.js +0 -85
  435. package/web-components/layout/divider.js.map +0 -1
  436. package/web-components/layout/nav-layout.d.ts +0 -38
  437. package/web-components/layout/nav-layout.d.ts.map +0 -1
  438. package/web-components/layout/nav-layout.js +0 -69
  439. package/web-components/layout/nav-layout.js.map +0 -1
  440. package/web-components/offset/open-offset.d.ts +0 -27
  441. package/web-components/offset/open-offset.d.ts.map +0 -1
  442. package/web-components/offset/open-offset.js +0 -130
  443. package/web-components/offset/open-offset.js.map +0 -1
  444. package/web-components/router/router-a.d.ts +0 -25
  445. package/web-components/router/router-a.d.ts.map +0 -1
  446. package/web-components/router/router-a.js +0 -70
  447. package/web-components/router/router-a.js.map +0 -1
  448. package/web-components/tabs/tabs.d.ts +0 -52
  449. package/web-components/tabs/tabs.d.ts.map +0 -1
  450. package/web-components/tabs/tabs.js +0 -165
  451. package/web-components/tabs/tabs.js.map +0 -1
  452. package/web-components/text/clip.d.ts +0 -22
  453. package/web-components/text/clip.d.ts.map +0 -1
  454. package/web-components/text/clip.js +0 -45
  455. package/web-components/text/clip.js.map +0 -1
  456. package/web-components/wrapper/wrapper.d.ts +0 -27
  457. package/web-components/wrapper/wrapper.d.ts.map +0 -1
  458. package/web-components/wrapper/wrapper.js +0 -95
  459. package/web-components/wrapper/wrapper.js.map +0 -1
  460. package/wrapper.d.ts +0 -2
  461. package/wrapper.d.ts.map +0 -1
  462. package/wrapper.js +0 -2
  463. package/wrapper.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"range-input.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["range-input.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,uCAAuC,CAAC;AAE/D,eAAe,UAAU,CAAC;AAC1B,cAAc,uCAAuC,CAAC;AAEtD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,eAAe,EAAE,UAAU,CAAC;KAC7B;CACF"}
package/range-input.js ADDED
@@ -0,0 +1,5 @@
1
+ import RangeInput from "./web-components/input/range-input.js";
2
+ RangeInput.define();
3
+ export default RangeInput;
4
+ export * from "./web-components/input/range-input.js";
5
+ //# sourceMappingURL=range-input.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"range-input.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["range-input.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,uCAAuC,CAAC;AAC/D,UAAU,CAAC,MAAM,EAAE,CAAC;AACpB,eAAe,UAAU,CAAC;AAC1B,cAAc,uCAAuC,CAAC","sourcesContent":["import RangeInput from \"./web-components/input/range-input.js\";\nRangeInput.define();\nexport default RangeInput;\nexport * from \"./web-components/input/range-input.js\";\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"g-range-input\": RangeInput;\n }\n}\n"]}
@@ -1 +1 @@
1
- {"version":3,"file":"create.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["react/create.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,SAAS,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AACpF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,eAAO,MAAM,MAAM,kHAOb,YAAY,4BAOjB,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"create.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["react/create.ts"],"names":[],"mappings":"AAAA,OAAO,EAAmB,SAAS,EAAE,OAAO,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AACpF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,eAAO,MAAM,MAAM,qFAMT,QAAQ,QAAQ,CAAC,EAAE,CAAC,CAAC,CAAC,OAC1B,YAAY,KACf,kBAAkB,CAAC,EAAE,CAAC,CASxB,CAAC;AAEF,eAAe,MAAM,CAAC"}
package/react/create.js CHANGED
@@ -3,7 +3,10 @@ import * as React from "react";
3
3
  export const create = (
4
4
  /**/
5
5
  option, ns = React) => {
6
- option.tagName = option.tagName || option.elementClass?.elementTagName || option.elementClass.name;
6
+ option.tagName =
7
+ option.tagName ||
8
+ option.elementClass.elementTagName ||
9
+ option.elementClass.name;
7
10
  return createComponent({
8
11
  ...option,
9
12
  react: ns,
@@ -1 +1 @@
1
- {"version":3,"file":"create.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["react/create.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAyC,MAAM,YAAY,CAAC;AACpF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,CAAC,MAAM,MAAM,GAAG;AAKpB,IAAI;AACJ,MAA8B,EAC9B,KAAmB,KAAK,EACC,EAAE;IAC3B,MAAM,CAAC,OAAO,GAAG,MAAM,CAAC,OAAO,IAAK,MAAM,CAAC,YAAgD,EAAE,cAAc,IAAI,MAAM,CAAC,YAAY,CAAC,IAAI,CAAC;IACxI,OAAO,eAAe,CAAO;QAC3B,GAAI,MAAwB;QAC5B,KAAK,EAAE,EAAE;KACV,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,eAAe,MAAM,CAAC","sourcesContent":["import { createComponent, EventName, Options, ReactWebComponent } from \"@lit/react\";\nimport * as React from \"react\";\n\nimport type GodownElement from \"../godown-element.js\";\n\nexport const create = <\n /**/\n I extends HTMLElement,\n E extends Record<string, EventName | string> = NonNullable<unknown>,\n>(\n /**/\n option: Partial<Options<I, E>>,\n ns: typeof React = React,\n): ReactWebComponent<I, E> => {\n option.tagName = option.tagName || (option.elementClass as unknown as typeof GodownElement)?.elementTagName || option.elementClass.name;\n return createComponent<I, E>({\n ...(option as Options<I, E>),\n react: ns,\n });\n};\n\nexport default create;\n"]}
1
+ {"version":3,"file":"create.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["react/create.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAyC,MAAM,YAAY,CAAC;AACpF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,MAAM,CAAC,MAAM,MAAM,GAAG;AAKpB,IAAI;AACJ,MAA8B,EAC9B,KAAmB,KAAK,EACC,EAAE;IAC3B,MAAM,CAAC,OAAO;QACZ,MAAM,CAAC,OAAO;YACb,MAAM,CAAC,YAAgD,CAAC,cAAc;YACvE,MAAM,CAAC,YAAY,CAAC,IAAI,CAAC;IAC3B,OAAO,eAAe,CAAO;QAC3B,GAAI,MAAwB;QAC5B,KAAK,EAAE,EAAE;KACV,CAAC,CAAC;AACL,CAAC,CAAC;AAEF,eAAe,MAAM,CAAC","sourcesContent":["import { createComponent, EventName, Options, ReactWebComponent } from \"@lit/react\";\nimport * as React from \"react\";\n\nimport type GodownElement from \"../proto/godown-element\";\n\nexport const create = <\n /**/\n I extends HTMLElement,\n E extends Record<string, EventName | string> = NonNullable<unknown>,\n>(\n /**/\n option: Partial<Options<I, E>>,\n ns: typeof React = React,\n): ReactWebComponent<I, E> => {\n option.tagName =\n option.tagName ||\n (option.elementClass as unknown as typeof GodownElement).elementTagName ||\n option.elementClass.name;\n return createComponent<I, E>({\n ...(option as Options<I, E>),\n react: ns,\n });\n};\n\nexport default create;\n"]}
package/react/index.d.ts CHANGED
@@ -1,35 +1,65 @@
1
- export declare const A: import("@lit/react").ReactWebComponent<import("../web-components/a/a.js").A, {}>;
2
- export declare const Alert: import("@lit/react").ReactWebComponent<import("../web-components/alert/alert.js").Alert, {}>;
3
- export declare const Avatar: import("@lit/react").ReactWebComponent<import("../web-components/avatar/avatar.js").Avatar, {}>;
4
- export declare const Button: import("@lit/react").ReactWebComponent<import("../web-components/button/button.js").Button, {}>;
5
- export declare const Card: import("@lit/react").ReactWebComponent<import("../web-components/card/card.js").Card, {}>;
6
- export declare const Carousel: import("@lit/react").ReactWebComponent<import("../web-components/carousel/carousel.js").Carousel, {}>;
7
- export declare const Details: import("@lit/react").ReactWebComponent<import("../web-components/details/details.js").Details, {}>;
8
- export declare const Dialog: import("@lit/react").ReactWebComponent<import("../web-components/dialog/dialog.js").Dialog, {}>;
9
- export declare const Form: import("@lit/react").ReactWebComponent<import("../web-components/form/form.js").Form<object>, {}>;
10
- export declare const AvatarGroup: import("@lit/react").ReactWebComponent<import("../web-components/group/avatar-group.js").AvatarGroup, {}>;
11
- export declare const DetailsGroup: import("@lit/react").ReactWebComponent<import("../web-components/group/details-group.js").DetailsGroup, {}>;
12
- export declare const Input: import("@lit/react").ReactWebComponent<import("../web-components/input/input.js").Input, {}>;
13
- export declare const LabelInput: import("@lit/react").ReactWebComponent<import("../web-components/input/label-input.js").LabelInput, {}>;
14
- export declare const SearchInput: import("@lit/react").ReactWebComponent<import("../web-components/input/search-input.js").SearchInput, {}>;
15
- export declare const SelectInput: import("@lit/react").ReactWebComponent<import("../web-components/input/select-input.js").SelectInput, {}>;
16
- export declare const SplitInput: import("@lit/react").ReactWebComponent<import("../web-components/input/split-input.js").SplitInput, {}>;
17
- export declare const SwitchInput: import("@lit/react").ReactWebComponent<import("../web-components/input/switch-input.js").SwitchInput, {}>;
18
- export declare const Divider: import("@lit/react").ReactWebComponent<import("../web-components/layout/divider.js").Divider, {}>;
19
- export declare const FlexFlow: import("@lit/react").ReactWebComponent<import("../web-components/layout/flex-flow.js").FlexFlow, {}>;
20
- export declare const NavLayout: import("@lit/react").ReactWebComponent<import("../web-components/layout/nav-layout.js").NavLayout, {}>;
21
- export declare const OpenOffset: import("@lit/react").ReactWebComponent<import("../web-components/offset/open-offset.js").OpenOffset, {}>;
22
- export declare const Progress: import("@lit/react").ReactWebComponent<import("../web-components/progress/progress.js").Progress, {}>;
23
- export declare const RouterA: import("@lit/react").ReactWebComponent<import("../web-components/router/router-a.js").RouterA, {}>;
24
- export declare const Router: import("@lit/react").ReactWebComponent<import("../web-components/router/router.js").Router<unknown>, {}>;
25
- export declare const Skeleton: import("@lit/react").ReactWebComponent<import("../web-components/skeleton/skeleton.js").Skeleton, {}>;
26
- export declare const Tabs: import("@lit/react").ReactWebComponent<import("../web-components/tabs/tabs.js").Tabs, {}>;
27
- export declare const Clip: import("@lit/react").ReactWebComponent<import("../web-components/text/clip.js").Clip, {}>;
28
- export declare const Overbreath: import("@lit/react").ReactWebComponent<import("../web-components/text/overbreath.js").Overbreath, {}>;
29
- export declare const Text: import("@lit/react").ReactWebComponent<import("../web-components/text/text.js").Text, {}>;
30
- export declare const Time: import("@lit/react").ReactWebComponent<import("../web-components/text/time.js").Time, {}>;
31
- export declare const Typewriter: import("@lit/react").ReactWebComponent<import("../web-components/text/typewriter.js").Typewriter, {}>;
32
- export declare const Tooltip: import("@lit/react").ReactWebComponent<import("../web-components/tooltip/tooltip.js").Tooltip, {}>;
33
- export declare const Dragbox: import("@lit/react").ReactWebComponent<import("../web-components/wrapper/dragbox.js").Dragbox, {}>;
34
- export declare const Wrapper: import("@lit/react").ReactWebComponent<import("../web-components/wrapper/wrapper.js").Wrapper, {}>;
1
+ import _Rotate from "../rotate.js";
2
+ import _Dragbox from "../dragbox.js";
3
+ import _Tooltip from "../tooltip.js";
4
+ import _Typewriter from "../typewriter.js";
5
+ import _Time from "../time.js";
6
+ import _Text from "../text.js";
7
+ import _Overbreath from "../overbreath.js";
8
+ import _Skeleton from "../skeleton.js";
9
+ import _Router from "../router.js";
10
+ import _Progress from "../progress.js";
11
+ import _RouterLink from "../router-link.js";
12
+ import _Link from "../link.js";
13
+ import _Layout from "../layout.js";
14
+ import _GridFlow from "../grid-flow.js";
15
+ import _FlexFlow from "../flex-flow.js";
16
+ import _SwitchInput from "../switch-input.js";
17
+ import _SplitInput from "../split-input.js";
18
+ import _SelectInput from "../select-input.js";
19
+ import _SearchInput from "../search-input.js";
20
+ import _RangeInput from "../range-input.js";
21
+ import _LabelInput from "../label-input.js";
22
+ import _Input from "../input.js";
23
+ import _Form from "../form.js";
24
+ import _Divider from "../divider.js";
25
+ import _Dialog from "../dialog.js";
26
+ import _Details from "../details.js";
27
+ import _Carousel from "../carousel.js";
28
+ import _Card from "../card.js";
29
+ import _Button from "../button.js";
30
+ import _Avatar from "../avatar.js";
31
+ import _AvatarGroup from "../avatar-group.js";
32
+ import _Alert from "../alert.js";
33
+ export declare const Alert: import("@lit/react").ReactWebComponent<_Alert, {}>;
34
+ export declare const AvatarGroup: import("@lit/react").ReactWebComponent<_AvatarGroup, {}>;
35
+ export declare const Avatar: import("@lit/react").ReactWebComponent<_Avatar, {}>;
36
+ export declare const Button: import("@lit/react").ReactWebComponent<_Button, {}>;
37
+ export declare const Card: import("@lit/react").ReactWebComponent<_Card, {}>;
38
+ export declare const Carousel: import("@lit/react").ReactWebComponent<_Carousel, {}>;
39
+ export declare const Details: import("@lit/react").ReactWebComponent<_Details, {}>;
40
+ export declare const Dialog: import("@lit/react").ReactWebComponent<_Dialog, {}>;
41
+ export declare const Divider: import("@lit/react").ReactWebComponent<_Divider, {}>;
42
+ export declare const Form: import("@lit/react").ReactWebComponent<_Form<object>, {}>;
43
+ export declare const Input: import("@lit/react").ReactWebComponent<_Input, {}>;
44
+ export declare const LabelInput: import("@lit/react").ReactWebComponent<_LabelInput, {}>;
45
+ export declare const RangeInput: import("@lit/react").ReactWebComponent<_RangeInput, {}>;
46
+ export declare const SearchInput: import("@lit/react").ReactWebComponent<_SearchInput, {}>;
47
+ export declare const SelectInput: import("@lit/react").ReactWebComponent<_SelectInput, {}>;
48
+ export declare const SplitInput: import("@lit/react").ReactWebComponent<_SplitInput, {}>;
49
+ export declare const SwitchInput: import("@lit/react").ReactWebComponent<_SwitchInput, {}>;
50
+ export declare const FlexFlow: import("@lit/react").ReactWebComponent<_FlexFlow, {}>;
51
+ export declare const GridFlow: import("@lit/react").ReactWebComponent<_GridFlow, {}>;
52
+ export declare const Layout: import("@lit/react").ReactWebComponent<_Layout, {}>;
53
+ export declare const Link: import("@lit/react").ReactWebComponent<_Link, {}>;
54
+ export declare const RouterLink: import("@lit/react").ReactWebComponent<_RouterLink, {}>;
55
+ export declare const Progress: import("@lit/react").ReactWebComponent<_Progress, {}>;
56
+ export declare const Router: import("@lit/react").ReactWebComponent<_Router<unknown>, {}>;
57
+ export declare const Skeleton: import("@lit/react").ReactWebComponent<_Skeleton, {}>;
58
+ export declare const Overbreath: import("@lit/react").ReactWebComponent<_Overbreath, {}>;
59
+ export declare const Text: import("@lit/react").ReactWebComponent<_Text, {}>;
60
+ export declare const Time: import("@lit/react").ReactWebComponent<_Time, {}>;
61
+ export declare const Typewriter: import("@lit/react").ReactWebComponent<_Typewriter, {}>;
62
+ export declare const Tooltip: import("@lit/react").ReactWebComponent<_Tooltip, {}>;
63
+ export declare const Dragbox: import("@lit/react").ReactWebComponent<_Dragbox, {}>;
64
+ export declare const Rotate: import("@lit/react").ReactWebComponent<_Rotate, {}>;
35
65
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["react/index.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,CAAC,kFAEZ,CAAC;AAEH,eAAO,MAAM,KAAK,8FAEhB,CAAC;AAEH,eAAO,MAAM,MAAM,iGAEjB,CAAC;AAEH,eAAO,MAAM,MAAM,iGAEjB,CAAC;AAEH,eAAO,MAAM,IAAI,2FAEf,CAAC;AAEH,eAAO,MAAM,QAAQ,uGAEnB,CAAC;AAEH,eAAO,MAAM,OAAO,oGAElB,CAAC;AAEH,eAAO,MAAM,MAAM,iGAEjB,CAAC;AAEH,eAAO,MAAM,IAAI,mGAEf,CAAC;AAEH,eAAO,MAAM,WAAW,2GAEtB,CAAC;AAEH,eAAO,MAAM,YAAY,6GAEvB,CAAC;AAEH,eAAO,MAAM,KAAK,8FAEhB,CAAC;AAEH,eAAO,MAAM,UAAU,yGAErB,CAAC;AAEH,eAAO,MAAM,WAAW,2GAEtB,CAAC;AAEH,eAAO,MAAM,WAAW,2GAEtB,CAAC;AAEH,eAAO,MAAM,UAAU,yGAErB,CAAC;AAEH,eAAO,MAAM,WAAW,2GAEtB,CAAC;AAEH,eAAO,MAAM,OAAO,mGAElB,CAAC;AAEH,eAAO,MAAM,QAAQ,sGAEnB,CAAC;AAEH,eAAO,MAAM,SAAS,wGAEpB,CAAC;AAEH,eAAO,MAAM,UAAU,0GAErB,CAAC;AAEH,eAAO,MAAM,QAAQ,uGAEnB,CAAC;AAEH,eAAO,MAAM,OAAO,oGAElB,CAAC;AAEH,eAAO,MAAM,MAAM,0GAEjB,CAAC;AAEH,eAAO,MAAM,QAAQ,uGAEnB,CAAC;AAEH,eAAO,MAAM,IAAI,2FAEf,CAAC;AAEH,eAAO,MAAM,IAAI,2FAEf,CAAC;AAEH,eAAO,MAAM,UAAU,uGAErB,CAAC;AAEH,eAAO,MAAM,IAAI,2FAEf,CAAC;AAEH,eAAO,MAAM,IAAI,2FAEf,CAAC;AAEH,eAAO,MAAM,UAAU,uGAErB,CAAC;AAEH,eAAO,MAAM,OAAO,oGAElB,CAAC;AAEH,eAAO,MAAM,OAAO,oGAElB,CAAC;AAEH,eAAO,MAAM,OAAO,oGAElB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["react/index.ts"],"names":[],"mappings":"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"}
package/react/index.js CHANGED
@@ -1,105 +1,132 @@
1
1
  "use client";
2
+ /* eslint-disable */
3
+ import _Rotate from "../rotate.js";
4
+ import _Dragbox from "../dragbox.js";
5
+ import _Tooltip from "../tooltip.js";
6
+ import _Typewriter from "../typewriter.js";
7
+ import _Time from "../time.js";
8
+ import _Text from "../text.js";
9
+ import _Overbreath from "../overbreath.js";
10
+ import _Skeleton from "../skeleton.js";
11
+ import _Router from "../router.js";
12
+ import _Progress from "../progress.js";
13
+ import _RouterLink from "../router-link.js";
14
+ import _Link from "../link.js";
15
+ import _Layout from "../layout.js";
16
+ import _GridFlow from "../grid-flow.js";
17
+ import _FlexFlow from "../flex-flow.js";
18
+ import _SwitchInput from "../switch-input.js";
19
+ import _SplitInput from "../split-input.js";
20
+ import _SelectInput from "../select-input.js";
21
+ import _SearchInput from "../search-input.js";
22
+ import _RangeInput from "../range-input.js";
23
+ import _LabelInput from "../label-input.js";
24
+ import _Input from "../input.js";
25
+ import _Form from "../form.js";
26
+ import _Divider from "../divider.js";
27
+ import _Dialog from "../dialog.js";
28
+ import _Details from "../details.js";
29
+ import _Carousel from "../carousel.js";
30
+ import _Card from "../card.js";
31
+ import _Button from "../button.js";
32
+ import _Avatar from "../avatar.js";
33
+ import _AvatarGroup from "../avatar-group.js";
34
+ import _Alert from "../alert.js";
2
35
  import { create } from "./create.js";
3
- export const A = create({
4
- elementClass: (await import("../web-components/a/a.js")).default,
5
- });
6
36
  export const Alert = create({
7
- elementClass: (await import("../web-components/alert/alert.js")).default,
37
+ elementClass: _Alert,
38
+ });
39
+ export const AvatarGroup = create({
40
+ elementClass: _AvatarGroup,
8
41
  });
9
42
  export const Avatar = create({
10
- elementClass: (await import("../web-components/avatar/avatar.js")).default,
43
+ elementClass: _Avatar,
11
44
  });
12
45
  export const Button = create({
13
- elementClass: (await import("../web-components/button/button.js")).default,
46
+ elementClass: _Button,
14
47
  });
15
48
  export const Card = create({
16
- elementClass: (await import("../web-components/card/card.js")).default,
49
+ elementClass: _Card,
17
50
  });
18
51
  export const Carousel = create({
19
- elementClass: (await import("../web-components/carousel/carousel.js")).default,
52
+ elementClass: _Carousel,
20
53
  });
21
54
  export const Details = create({
22
- elementClass: (await import("../web-components/details/details.js")).default,
55
+ elementClass: _Details,
23
56
  });
24
57
  export const Dialog = create({
25
- elementClass: (await import("../web-components/dialog/dialog.js")).default,
26
- });
27
- export const Form = create({
28
- elementClass: (await import("../web-components/form/form.js")).default,
58
+ elementClass: _Dialog,
29
59
  });
30
- export const AvatarGroup = create({
31
- elementClass: (await import("../web-components/group/avatar-group.js")).default,
60
+ export const Divider = create({
61
+ elementClass: _Divider,
32
62
  });
33
- export const DetailsGroup = create({
34
- elementClass: (await import("../web-components/group/details-group.js")).default,
63
+ export const Form = create({
64
+ elementClass: _Form,
35
65
  });
36
66
  export const Input = create({
37
- elementClass: (await import("../web-components/input/input.js")).default,
67
+ elementClass: _Input,
38
68
  });
39
69
  export const LabelInput = create({
40
- elementClass: (await import("../web-components/input/label-input.js")).default,
70
+ elementClass: _LabelInput,
71
+ });
72
+ export const RangeInput = create({
73
+ elementClass: _RangeInput,
41
74
  });
42
75
  export const SearchInput = create({
43
- elementClass: (await import("../web-components/input/search-input.js")).default,
76
+ elementClass: _SearchInput,
44
77
  });
45
78
  export const SelectInput = create({
46
- elementClass: (await import("../web-components/input/select-input.js")).default,
79
+ elementClass: _SelectInput,
47
80
  });
48
81
  export const SplitInput = create({
49
- elementClass: (await import("../web-components/input/split-input.js")).default,
82
+ elementClass: _SplitInput,
50
83
  });
51
84
  export const SwitchInput = create({
52
- elementClass: (await import("../web-components/input/switch-input.js")).default,
53
- });
54
- export const Divider = create({
55
- elementClass: (await import("../web-components/layout/divider.js")).default,
85
+ elementClass: _SwitchInput,
56
86
  });
57
87
  export const FlexFlow = create({
58
- elementClass: (await import("../web-components/layout/flex-flow.js")).default,
88
+ elementClass: _FlexFlow,
59
89
  });
60
- export const NavLayout = create({
61
- elementClass: (await import("../web-components/layout/nav-layout.js")).default,
90
+ export const GridFlow = create({
91
+ elementClass: _GridFlow,
62
92
  });
63
- export const OpenOffset = create({
64
- elementClass: (await import("../web-components/offset/open-offset.js")).default,
93
+ export const Layout = create({
94
+ elementClass: _Layout,
65
95
  });
66
- export const Progress = create({
67
- elementClass: (await import("../web-components/progress/progress.js")).default,
96
+ export const Link = create({
97
+ elementClass: _Link,
68
98
  });
69
- export const RouterA = create({
70
- elementClass: (await import("../web-components/router/router-a.js")).default,
99
+ export const RouterLink = create({
100
+ elementClass: _RouterLink,
101
+ });
102
+ export const Progress = create({
103
+ elementClass: _Progress,
71
104
  });
72
105
  export const Router = create({
73
- elementClass: (await import("../web-components/router/router.js")).default,
106
+ elementClass: _Router,
74
107
  });
75
108
  export const Skeleton = create({
76
- elementClass: (await import("../web-components/skeleton/skeleton.js")).default,
77
- });
78
- export const Tabs = create({
79
- elementClass: (await import("../web-components/tabs/tabs.js")).default,
80
- });
81
- export const Clip = create({
82
- elementClass: (await import("../web-components/text/clip.js")).default,
109
+ elementClass: _Skeleton,
83
110
  });
84
111
  export const Overbreath = create({
85
- elementClass: (await import("../web-components/text/overbreath.js")).default,
112
+ elementClass: _Overbreath,
86
113
  });
87
114
  export const Text = create({
88
- elementClass: (await import("../web-components/text/text.js")).default,
115
+ elementClass: _Text,
89
116
  });
90
117
  export const Time = create({
91
- elementClass: (await import("../web-components/text/time.js")).default,
118
+ elementClass: _Time,
92
119
  });
93
120
  export const Typewriter = create({
94
- elementClass: (await import("../web-components/text/typewriter.js")).default,
121
+ elementClass: _Typewriter,
95
122
  });
96
123
  export const Tooltip = create({
97
- elementClass: (await import("../web-components/tooltip/tooltip.js")).default,
124
+ elementClass: _Tooltip,
98
125
  });
99
126
  export const Dragbox = create({
100
- elementClass: (await import("../web-components/wrapper/dragbox.js")).default,
127
+ elementClass: _Dragbox,
101
128
  });
102
- export const Wrapper = create({
103
- elementClass: (await import("../web-components/wrapper/wrapper.js")).default,
129
+ export const Rotate = create({
130
+ elementClass: _Rotate,
104
131
  });
105
132
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["react/index.ts"],"names":[],"mappings":"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","sourcesContent":["\"use client\";\nimport { create } from \"./create.js\";\n\nexport const A = create({\n elementClass: (await import(\"../web-components/a/a.js\")).default,\n});\n\nexport const Alert = create({\n elementClass: (await import(\"../web-components/alert/alert.js\")).default,\n});\n\nexport const Avatar = create({\n elementClass: (await import(\"../web-components/avatar/avatar.js\")).default,\n});\n\nexport const Button = create({\n elementClass: (await import(\"../web-components/button/button.js\")).default,\n});\n\nexport const Card = create({\n elementClass: (await import(\"../web-components/card/card.js\")).default,\n});\n\nexport const Carousel = create({\n elementClass: (await import(\"../web-components/carousel/carousel.js\")).default,\n});\n\nexport const Details = create({\n elementClass: (await import(\"../web-components/details/details.js\")).default,\n});\n\nexport const Dialog = create({\n elementClass: (await import(\"../web-components/dialog/dialog.js\")).default,\n});\n\nexport const Form = create({\n elementClass: (await import(\"../web-components/form/form.js\")).default,\n});\n\nexport const AvatarGroup = create({\n elementClass: (await import(\"../web-components/group/avatar-group.js\")).default,\n});\n\nexport const DetailsGroup = create({\n elementClass: (await import(\"../web-components/group/details-group.js\")).default,\n});\n\nexport const Input = create({\n elementClass: (await import(\"../web-components/input/input.js\")).default,\n});\n\nexport const LabelInput = create({\n elementClass: (await import(\"../web-components/input/label-input.js\")).default,\n});\n\nexport const SearchInput = create({\n elementClass: (await import(\"../web-components/input/search-input.js\")).default,\n});\n\nexport const SelectInput = create({\n elementClass: (await import(\"../web-components/input/select-input.js\")).default,\n});\n\nexport const SplitInput = create({\n elementClass: (await import(\"../web-components/input/split-input.js\")).default,\n});\n\nexport const SwitchInput = create({\n elementClass: (await import(\"../web-components/input/switch-input.js\")).default,\n});\n\nexport const Divider = create({\n elementClass: (await import(\"../web-components/layout/divider.js\")).default,\n});\n\nexport const FlexFlow = create({\n elementClass: (await import(\"../web-components/layout/flex-flow.js\")).default,\n});\n\nexport const NavLayout = create({\n elementClass: (await import(\"../web-components/layout/nav-layout.js\")).default,\n});\n\nexport const OpenOffset = create({\n elementClass: (await import(\"../web-components/offset/open-offset.js\")).default,\n});\n\nexport const Progress = create({\n elementClass: (await import(\"../web-components/progress/progress.js\")).default,\n});\n\nexport const RouterA = create({\n elementClass: (await import(\"../web-components/router/router-a.js\")).default,\n});\n\nexport const Router = create({\n elementClass: (await import(\"../web-components/router/router.js\")).default,\n});\n\nexport const Skeleton = create({\n elementClass: (await import(\"../web-components/skeleton/skeleton.js\")).default,\n});\n\nexport const Tabs = create({\n elementClass: (await import(\"../web-components/tabs/tabs.js\")).default,\n});\n\nexport const Clip = create({\n elementClass: (await import(\"../web-components/text/clip.js\")).default,\n});\n\nexport const Overbreath = create({\n elementClass: (await import(\"../web-components/text/overbreath.js\")).default,\n});\n\nexport const Text = create({\n elementClass: (await import(\"../web-components/text/text.js\")).default,\n});\n\nexport const Time = create({\n elementClass: (await import(\"../web-components/text/time.js\")).default,\n});\n\nexport const Typewriter = create({\n elementClass: (await import(\"../web-components/text/typewriter.js\")).default,\n});\n\nexport const Tooltip = create({\n elementClass: (await import(\"../web-components/tooltip/tooltip.js\")).default,\n});\n\nexport const Dragbox = create({\n elementClass: (await import(\"../web-components/wrapper/dragbox.js\")).default,\n});\n\nexport const Wrapper = create({\n elementClass: (await import(\"../web-components/wrapper/wrapper.js\")).default,\n});\n"]}
1
+ {"version":3,"file":"index.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["react/index.ts"],"names":[],"mappings":"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","sourcesContent":["\"use client\";\n/* eslint-disable */\nimport _Rotate from \"../rotate.js\";\nimport _Dragbox from \"../dragbox.js\";\nimport _Tooltip from \"../tooltip.js\";\nimport _Typewriter from \"../typewriter.js\";\nimport _Time from \"../time.js\";\nimport _Text from \"../text.js\";\nimport _Overbreath from \"../overbreath.js\";\nimport _Skeleton from \"../skeleton.js\";\nimport _Router from \"../router.js\";\nimport _Progress from \"../progress.js\";\nimport _RouterLink from \"../router-link.js\";\nimport _Link from \"../link.js\";\nimport _Layout from \"../layout.js\";\nimport _GridFlow from \"../grid-flow.js\";\nimport _FlexFlow from \"../flex-flow.js\";\nimport _SwitchInput from \"../switch-input.js\";\nimport _SplitInput from \"../split-input.js\";\nimport _SelectInput from \"../select-input.js\";\nimport _SearchInput from \"../search-input.js\";\nimport _RangeInput from \"../range-input.js\";\nimport _LabelInput from \"../label-input.js\";\nimport _Input from \"../input.js\";\nimport _Form from \"../form.js\";\nimport _Divider from \"../divider.js\";\nimport _Dialog from \"../dialog.js\";\nimport _Details from \"../details.js\";\nimport _Carousel from \"../carousel.js\";\nimport _Card from \"../card.js\";\nimport _Button from \"../button.js\";\nimport _Avatar from \"../avatar.js\";\nimport _AvatarGroup from \"../avatar-group.js\";\nimport _Alert from \"../alert.js\";\nimport { create } from \"./create.js\";\n\nexport const Alert = create({\n elementClass: _Alert,\n});\n\nexport const AvatarGroup = create({\n elementClass: _AvatarGroup,\n});\n\nexport const Avatar = create({\n elementClass: _Avatar,\n});\n\nexport const Button = create({\n elementClass: _Button,\n});\n\nexport const Card = create({\n elementClass: _Card,\n});\n\nexport const Carousel = create({\n elementClass: _Carousel,\n});\n\nexport const Details = create({\n elementClass: _Details,\n});\n\nexport const Dialog = create({\n elementClass: _Dialog,\n});\n\nexport const Divider = create({\n elementClass: _Divider,\n});\n\nexport const Form = create({\n elementClass: _Form,\n});\n\nexport const Input = create({\n elementClass: _Input,\n});\n\nexport const LabelInput = create({\n elementClass: _LabelInput,\n});\n\nexport const RangeInput = create({\n elementClass: _RangeInput,\n});\n\nexport const SearchInput = create({\n elementClass: _SearchInput,\n});\n\nexport const SelectInput = create({\n elementClass: _SelectInput,\n});\n\nexport const SplitInput = create({\n elementClass: _SplitInput,\n});\n\nexport const SwitchInput = create({\n elementClass: _SwitchInput,\n});\n\nexport const FlexFlow = create({\n elementClass: _FlexFlow,\n});\n\nexport const GridFlow = create({\n elementClass: _GridFlow,\n});\n\nexport const Layout = create({\n elementClass: _Layout,\n});\n\nexport const Link = create({\n elementClass: _Link,\n});\n\nexport const RouterLink = create({\n elementClass: _RouterLink,\n});\n\nexport const Progress = create({\n elementClass: _Progress,\n});\n\nexport const Router = create({\n elementClass: _Router,\n});\n\nexport const Skeleton = create({\n elementClass: _Skeleton,\n});\n\nexport const Overbreath = create({\n elementClass: _Overbreath,\n});\n\nexport const Text = create({\n elementClass: _Text,\n});\n\nexport const Time = create({\n elementClass: _Time,\n});\n\nexport const Typewriter = create({\n elementClass: _Typewriter,\n});\n\nexport const Tooltip = create({\n elementClass: _Tooltip,\n});\n\nexport const Dragbox = create({\n elementClass: _Dragbox,\n});\n\nexport const Rotate = create({\n elementClass: _Rotate,\n});\n"]}
package/rotate.d.ts ADDED
@@ -0,0 +1,9 @@
1
+ import Rotate from "./web-components/wrapper/rotate.js";
2
+ export default Rotate;
3
+ export * from "./web-components/wrapper/rotate.js";
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ "g-rotate": Rotate;
7
+ }
8
+ }
9
+ //# sourceMappingURL=rotate.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rotate.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["rotate.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,oCAAoC,CAAC;AAExD,eAAe,MAAM,CAAC;AACtB,cAAc,oCAAoC,CAAC;AAEnD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,UAAU,EAAE,MAAM,CAAC;KACpB;CACF"}
package/rotate.js ADDED
@@ -0,0 +1,5 @@
1
+ import Rotate from "./web-components/wrapper/rotate.js";
2
+ Rotate.define();
3
+ export default Rotate;
4
+ export * from "./web-components/wrapper/rotate.js";
5
+ //# sourceMappingURL=rotate.js.map
package/rotate.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rotate.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["rotate.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,oCAAoC,CAAC;AACxD,MAAM,CAAC,MAAM,EAAE,CAAC;AAChB,eAAe,MAAM,CAAC;AACtB,cAAc,oCAAoC,CAAC","sourcesContent":["import Rotate from \"./web-components/wrapper/rotate.js\";\nRotate.define();\nexport default Rotate;\nexport * from \"./web-components/wrapper/rotate.js\";\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"g-rotate\": Rotate;\n }\n}\n"]}
@@ -0,0 +1,9 @@
1
+ import RouterLink from "./web-components/link/router-link.js";
2
+ export default RouterLink;
3
+ export * from "./web-components/link/router-link.js";
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ "g-router-link": RouterLink;
7
+ }
8
+ }
9
+ //# sourceMappingURL=router-link.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"router-link.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["router-link.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,sCAAsC,CAAC;AAE9D,eAAe,UAAU,CAAC;AAC1B,cAAc,sCAAsC,CAAC;AAErD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,eAAe,EAAE,UAAU,CAAC;KAC7B;CACF"}
package/router-link.js ADDED
@@ -0,0 +1,5 @@
1
+ import RouterLink from "./web-components/link/router-link.js";
2
+ RouterLink.define();
3
+ export default RouterLink;
4
+ export * from "./web-components/link/router-link.js";
5
+ //# sourceMappingURL=router-link.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"router-link.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["router-link.ts"],"names":[],"mappings":"AAAA,OAAO,UAAU,MAAM,sCAAsC,CAAC;AAC9D,UAAU,CAAC,MAAM,EAAE,CAAC;AACpB,eAAe,UAAU,CAAC;AAC1B,cAAc,sCAAsC,CAAC","sourcesContent":["import RouterLink from \"./web-components/link/router-link.js\";\nRouterLink.define();\nexport default RouterLink;\nexport * from \"./web-components/link/router-link.js\";\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"g-router-link\": RouterLink;\n }\n}\n"]}
package/router.d.ts CHANGED
@@ -1,2 +1,9 @@
1
- export { default } from "./web-components/router/router.js";
1
+ import Router from "./web-components/router/router.js";
2
+ export default Router;
3
+ export * from "./web-components/router/router.js";
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ "g-router": Router;
7
+ }
8
+ }
2
9
  //# sourceMappingURL=router.d.ts.map
package/router.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"router.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["router.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC"}
1
+ {"version":3,"file":"router.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["router.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,mCAAmC,CAAC;AAEvD,eAAe,MAAM,CAAC;AACtB,cAAc,mCAAmC,CAAC;AAElD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,UAAU,EAAE,MAAM,CAAC;KACpB;CACF"}
package/router.js CHANGED
@@ -1,2 +1,5 @@
1
- export { default } from "./web-components/router/router.js";
1
+ import Router from "./web-components/router/router.js";
2
+ Router.define();
3
+ export default Router;
4
+ export * from "./web-components/router/router.js";
2
5
  //# sourceMappingURL=router.js.map
package/router.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"router.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["router.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,mCAAmC,CAAC","sourcesContent":["export { default } from \"./web-components/router/router.js\";\n"]}
1
+ {"version":3,"file":"router.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["router.ts"],"names":[],"mappings":"AAAA,OAAO,MAAM,MAAM,mCAAmC,CAAC;AACvD,MAAM,CAAC,MAAM,EAAE,CAAC;AAChB,eAAe,MAAM,CAAC;AACtB,cAAc,mCAAmC,CAAC","sourcesContent":["import Router from \"./web-components/router/router.js\";\nRouter.define();\nexport default Router;\nexport * from \"./web-components/router/router.js\";\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"g-router\": Router;\n }\n}\n"]}
package/search-input.d.ts CHANGED
@@ -1,2 +1,9 @@
1
- export { default } from "./web-components/input/search-input.js";
1
+ import SearchInput from "./web-components/input/search-input.js";
2
+ export default SearchInput;
3
+ export * from "./web-components/input/search-input.js";
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ "g-search-input": SearchInput;
7
+ }
8
+ }
2
9
  //# sourceMappingURL=search-input.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-input.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["search-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,wCAAwC,CAAC"}
1
+ {"version":3,"file":"search-input.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["search-input.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,wCAAwC,CAAC;AAEjE,eAAe,WAAW,CAAC;AAC3B,cAAc,wCAAwC,CAAC;AAEvD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,WAAW,CAAC;KAC/B;CACF"}
package/search-input.js CHANGED
@@ -1,2 +1,5 @@
1
- export { default } from "./web-components/input/search-input.js";
1
+ import SearchInput from "./web-components/input/search-input.js";
2
+ SearchInput.define();
3
+ export default SearchInput;
4
+ export * from "./web-components/input/search-input.js";
2
5
  //# sourceMappingURL=search-input.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-input.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["search-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,wCAAwC,CAAC","sourcesContent":["export { default } from \"./web-components/input/search-input.js\";\n"]}
1
+ {"version":3,"file":"search-input.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["search-input.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,wCAAwC,CAAC;AACjE,WAAW,CAAC,MAAM,EAAE,CAAC;AACrB,eAAe,WAAW,CAAC;AAC3B,cAAc,wCAAwC,CAAC","sourcesContent":["import SearchInput from \"./web-components/input/search-input.js\";\nSearchInput.define();\nexport default SearchInput;\nexport * from \"./web-components/input/search-input.js\";\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"g-search-input\": SearchInput;\n }\n}\n"]}
package/select-input.d.ts CHANGED
@@ -1,2 +1,9 @@
1
- export { default } from "./web-components/input/select-input.js";
1
+ import SelectInput from "./web-components/input/select-input.js";
2
+ export default SelectInput;
3
+ export * from "./web-components/input/select-input.js";
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ "g-select-input": SelectInput;
7
+ }
8
+ }
2
9
  //# sourceMappingURL=select-input.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"select-input.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["select-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,wCAAwC,CAAC"}
1
+ {"version":3,"file":"select-input.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["select-input.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,wCAAwC,CAAC;AAEjE,eAAe,WAAW,CAAC;AAC3B,cAAc,wCAAwC,CAAC;AAEvD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,gBAAgB,EAAE,WAAW,CAAC;KAC/B;CACF"}
package/select-input.js CHANGED
@@ -1,2 +1,5 @@
1
- export { default } from "./web-components/input/select-input.js";
1
+ import SelectInput from "./web-components/input/select-input.js";
2
+ SelectInput.define();
3
+ export default SelectInput;
4
+ export * from "./web-components/input/select-input.js";
2
5
  //# sourceMappingURL=select-input.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"select-input.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["select-input.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,wCAAwC,CAAC","sourcesContent":["export { default } from \"./web-components/input/select-input.js\";\n"]}
1
+ {"version":3,"file":"select-input.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["select-input.ts"],"names":[],"mappings":"AAAA,OAAO,WAAW,MAAM,wCAAwC,CAAC;AACjE,WAAW,CAAC,MAAM,EAAE,CAAC;AACrB,eAAe,WAAW,CAAC;AAC3B,cAAc,wCAAwC,CAAC","sourcesContent":["import SelectInput from \"./web-components/input/select-input.js\";\nSelectInput.define();\nexport default SelectInput;\nexport * from \"./web-components/input/select-input.js\";\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"g-select-input\": SelectInput;\n }\n}\n"]}
package/skeleton.d.ts CHANGED
@@ -1,2 +1,9 @@
1
- export { default } from "./web-components/skeleton/skeleton.js";
1
+ import Skeleton from "./web-components/skeleton/skeleton.js";
2
+ export default Skeleton;
3
+ export * from "./web-components/skeleton/skeleton.js";
4
+ declare global {
5
+ interface HTMLElementTagNameMap {
6
+ "g-skeleton": Skeleton;
7
+ }
8
+ }
2
9
  //# sourceMappingURL=skeleton.d.ts.map
package/skeleton.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"skeleton.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["skeleton.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uCAAuC,CAAC"}
1
+ {"version":3,"file":"skeleton.d.ts","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["skeleton.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,uCAAuC,CAAC;AAE7D,eAAe,QAAQ,CAAC;AACxB,cAAc,uCAAuC,CAAC;AAEtD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,YAAY,EAAE,QAAQ,CAAC;KACxB;CACF"}
package/skeleton.js CHANGED
@@ -1,2 +1,5 @@
1
- export { default } from "./web-components/skeleton/skeleton.js";
1
+ import Skeleton from "./web-components/skeleton/skeleton.js";
2
+ Skeleton.define();
3
+ export default Skeleton;
4
+ export * from "./web-components/skeleton/skeleton.js";
2
5
  //# sourceMappingURL=skeleton.js.map
package/skeleton.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"skeleton.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["skeleton.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,uCAAuC,CAAC","sourcesContent":["export { default } from \"./web-components/skeleton/skeleton.js\";\n"]}
1
+ {"version":3,"file":"skeleton.js","sourceRoot":"https://github.com/startracex/godown/tree/main/src/","sources":["skeleton.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,uCAAuC,CAAC;AAC7D,QAAQ,CAAC,MAAM,EAAE,CAAC;AAClB,eAAe,QAAQ,CAAC;AACxB,cAAc,uCAAuC,CAAC","sourcesContent":["import Skeleton from \"./web-components/skeleton/skeleton.js\";\nSkeleton.define();\nexport default Skeleton;\nexport * from \"./web-components/skeleton/skeleton.js\";\n\ndeclare global {\n interface HTMLElementTagNameMap {\n \"g-skeleton\": Skeleton;\n }\n}\n"]}