@rarui/components 0.0.0-rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (334) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/README.md +13 -0
  3. package/dist/cjs/app-globals-3a1e7e63.js +7 -0
  4. package/dist/cjs/app-globals-3a1e7e63.js.map +1 -0
  5. package/dist/cjs/index-b5398c4a.js +1428 -0
  6. package/dist/cjs/index-b5398c4a.js.map +1 -0
  7. package/dist/cjs/index.cjs.js +4 -0
  8. package/dist/cjs/index.cjs.js.map +1 -0
  9. package/dist/cjs/loader.cjs.js +17 -0
  10. package/dist/cjs/loader.cjs.js.map +1 -0
  11. package/dist/cjs/rarui-box.cjs.entry.js +28 -0
  12. package/dist/cjs/rarui-box.cjs.entry.js.map +1 -0
  13. package/dist/cjs/rarui-button.cjs.entry.js +35 -0
  14. package/dist/cjs/rarui-button.cjs.entry.js.map +1 -0
  15. package/dist/cjs/rarui-components.cjs.js +27 -0
  16. package/dist/cjs/rarui-components.cjs.js.map +1 -0
  17. package/dist/cjs/rarui-tabs-item.cjs.entry.js +20 -0
  18. package/dist/cjs/rarui-tabs-item.cjs.entry.js.map +1 -0
  19. package/dist/cjs/rarui-tabs.cjs.entry.js +39 -0
  20. package/dist/cjs/rarui-tabs.cjs.entry.js.map +1 -0
  21. package/dist/cjs/rarui-text.cjs.entry.js +36 -0
  22. package/dist/cjs/rarui-text.cjs.entry.js.map +1 -0
  23. package/dist/cjs/rarui-title.cjs.entry.js +36 -0
  24. package/dist/cjs/rarui-title.cjs.entry.js.map +1 -0
  25. package/dist/cjs/tslib.es6-512c1da2.js +32 -0
  26. package/dist/cjs/tslib.es6-512c1da2.js.map +1 -0
  27. package/dist/collection/collection-manifest.json +17 -0
  28. package/dist/collection/exhibition/Text/dist/cjs/app-globals-3a1e7e63.js +7 -0
  29. package/dist/collection/exhibition/Text/dist/cjs/index-d70084e6.js +1319 -0
  30. package/dist/collection/exhibition/Text/dist/cjs/index.cjs.js +4 -0
  31. package/dist/collection/exhibition/Text/dist/cjs/loader.cjs.js +17 -0
  32. package/dist/collection/exhibition/Text/dist/cjs/rarui-button.cjs.entry.js +35 -0
  33. package/dist/collection/exhibition/Text/dist/cjs/rarui-button.cjs.js +27 -0
  34. package/dist/collection/exhibition/Text/dist/collection/Button.js +233 -0
  35. package/dist/collection/exhibition/Text/dist/collection/index.js +2 -0
  36. package/dist/collection/exhibition/Text/dist/esm/app-globals-0f993ce5.js +5 -0
  37. package/dist/collection/exhibition/Text/dist/esm/index-51e345c1.js +1291 -0
  38. package/dist/collection/exhibition/Text/dist/esm/index.js +3 -0
  39. package/dist/collection/exhibition/Text/dist/esm/loader.js +13 -0
  40. package/dist/collection/exhibition/Text/dist/esm/rarui-button.entry.js +31 -0
  41. package/dist/collection/exhibition/Text/dist/esm/rarui-button.js +22 -0
  42. package/dist/collection/exhibition/Text/dist/index.cjs.js +1 -0
  43. package/dist/collection/exhibition/Text/dist/index.js +1 -0
  44. package/dist/collection/exhibition/Text/dist/loader/cdn.js +1 -0
  45. package/dist/collection/exhibition/Text/dist/loader/index.cjs.js +1 -0
  46. package/dist/collection/exhibition/Text/dist/loader/index.es2017.js +1 -0
  47. package/dist/collection/exhibition/Text/dist/loader/index.js +2 -0
  48. package/dist/collection/exhibition/Text/dist/rarui-button/index.esm.js +2 -0
  49. package/dist/collection/exhibition/Text/dist/rarui-button/p-54ec5e00.js +3 -0
  50. package/dist/collection/exhibition/Text/dist/rarui-button/p-e1255160.js +2 -0
  51. package/dist/collection/exhibition/Text/dist/rarui-button/p-e35c2483.entry.js +2 -0
  52. package/dist/collection/exhibition/Text/dist/rarui-button/rarui-button.esm.js +2 -0
  53. package/dist/collection/exhibition/Text/src/Text.js +67 -0
  54. package/dist/collection/exhibition/Text/src/Text.js.map +1 -0
  55. package/dist/collection/exhibition/Text/src/index.js +2 -0
  56. package/dist/collection/exhibition/Text/src/index.js.map +1 -0
  57. package/dist/collection/exhibition/Text/src/text.stories.js +66 -0
  58. package/dist/collection/exhibition/Text/src/text.stories.js.map +1 -0
  59. package/dist/collection/exhibition/Text/stencil.config.js +5 -0
  60. package/dist/collection/exhibition/Text/stencil.config.js.map +1 -0
  61. package/dist/collection/exhibition/Title/dist/cjs/app-globals-3a1e7e63.js +7 -0
  62. package/dist/collection/exhibition/Title/dist/cjs/index-d70084e6.js +1319 -0
  63. package/dist/collection/exhibition/Title/dist/cjs/index.cjs.js +4 -0
  64. package/dist/collection/exhibition/Title/dist/cjs/loader.cjs.js +17 -0
  65. package/dist/collection/exhibition/Title/dist/cjs/rarui-button.cjs.entry.js +35 -0
  66. package/dist/collection/exhibition/Title/dist/cjs/rarui-button.cjs.js +27 -0
  67. package/dist/collection/exhibition/Title/dist/collection/Button.js +233 -0
  68. package/dist/collection/exhibition/Title/dist/collection/index.js +2 -0
  69. package/dist/collection/exhibition/Title/dist/esm/app-globals-0f993ce5.js +5 -0
  70. package/dist/collection/exhibition/Title/dist/esm/index-51e345c1.js +1291 -0
  71. package/dist/collection/exhibition/Title/dist/esm/index.js +3 -0
  72. package/dist/collection/exhibition/Title/dist/esm/loader.js +13 -0
  73. package/dist/collection/exhibition/Title/dist/esm/rarui-button.entry.js +31 -0
  74. package/dist/collection/exhibition/Title/dist/esm/rarui-button.js +22 -0
  75. package/dist/collection/exhibition/Title/dist/index.cjs.js +1 -0
  76. package/dist/collection/exhibition/Title/dist/index.js +1 -0
  77. package/dist/collection/exhibition/Title/dist/loader/cdn.js +1 -0
  78. package/dist/collection/exhibition/Title/dist/loader/index.cjs.js +1 -0
  79. package/dist/collection/exhibition/Title/dist/loader/index.es2017.js +1 -0
  80. package/dist/collection/exhibition/Title/dist/loader/index.js +2 -0
  81. package/dist/collection/exhibition/Title/dist/rarui-button/index.esm.js +2 -0
  82. package/dist/collection/exhibition/Title/dist/rarui-button/p-54ec5e00.js +3 -0
  83. package/dist/collection/exhibition/Title/dist/rarui-button/p-e1255160.js +2 -0
  84. package/dist/collection/exhibition/Title/dist/rarui-button/p-e35c2483.entry.js +2 -0
  85. package/dist/collection/exhibition/Title/dist/rarui-button/rarui-button.esm.js +2 -0
  86. package/dist/collection/exhibition/Title/src/Title.js +67 -0
  87. package/dist/collection/exhibition/Title/src/Title.js.map +1 -0
  88. package/dist/collection/exhibition/Title/src/index.js +2 -0
  89. package/dist/collection/exhibition/Title/src/index.js.map +1 -0
  90. package/dist/collection/exhibition/Title/src/title.stories.js +62 -0
  91. package/dist/collection/exhibition/Title/src/title.stories.js.map +1 -0
  92. package/dist/collection/exhibition/Title/stencil.config.js +5 -0
  93. package/dist/collection/exhibition/Title/stencil.config.js.map +1 -0
  94. package/dist/collection/index.js +2 -0
  95. package/dist/collection/index.js.map +1 -0
  96. package/dist/collection/input/Button/dist/cjs/app-globals-3a1e7e63.js +7 -0
  97. package/dist/collection/input/Button/dist/cjs/index-2f27cc5f.js +1318 -0
  98. package/dist/collection/input/Button/dist/cjs/index.cjs.js +4 -0
  99. package/dist/collection/input/Button/dist/cjs/loader.cjs.js +17 -0
  100. package/dist/collection/input/Button/dist/cjs/rarui-button.cjs.entry.js +35 -0
  101. package/dist/collection/input/Button/dist/cjs/rarui-button.cjs.js +27 -0
  102. package/dist/collection/input/Button/dist/collection/Button.js +233 -0
  103. package/dist/collection/input/Button/dist/collection/index.js +2 -0
  104. package/dist/collection/input/Button/dist/esm/app-globals-0f993ce5.js +5 -0
  105. package/dist/collection/input/Button/dist/esm/index-7434516d.js +1291 -0
  106. package/dist/collection/input/Button/dist/esm/index.js +3 -0
  107. package/dist/collection/input/Button/dist/esm/loader.js +13 -0
  108. package/dist/collection/input/Button/dist/esm/rarui-button.entry.js +31 -0
  109. package/dist/collection/input/Button/dist/esm/rarui-button.js +22 -0
  110. package/dist/collection/input/Button/dist/index.cjs.js +1 -0
  111. package/dist/collection/input/Button/dist/index.js +1 -0
  112. package/dist/collection/input/Button/dist/loader/cdn.js +1 -0
  113. package/dist/collection/input/Button/dist/loader/index.cjs.js +1 -0
  114. package/dist/collection/input/Button/dist/loader/index.es2017.js +1 -0
  115. package/dist/collection/input/Button/dist/loader/index.js +2 -0
  116. package/dist/collection/input/Button/dist/rarui-button/index.esm.js +2 -0
  117. package/dist/collection/input/Button/dist/rarui-button/p-c9d5c486.entry.js +2 -0
  118. package/dist/collection/input/Button/dist/rarui-button/p-de52cca4.js +3 -0
  119. package/dist/collection/input/Button/dist/rarui-button/p-e1255160.js +2 -0
  120. package/dist/collection/input/Button/dist/rarui-button/rarui-button.esm.js +2 -0
  121. package/dist/collection/input/Button/src/Button.js +233 -0
  122. package/dist/collection/input/Button/src/Button.js.map +1 -0
  123. package/dist/collection/input/Button/src/button.stories.js +70 -0
  124. package/dist/collection/input/Button/src/button.stories.js.map +1 -0
  125. package/dist/collection/input/Button/src/index.js +2 -0
  126. package/dist/collection/input/Button/src/index.js.map +1 -0
  127. package/dist/collection/input/Button/stencil.config.js +5 -0
  128. package/dist/collection/input/Button/stencil.config.js.map +1 -0
  129. package/dist/collection/layout/Box/dist/cjs/app-globals-3a1e7e63.js +7 -0
  130. package/dist/collection/layout/Box/dist/cjs/index-5fda0522.js +1332 -0
  131. package/dist/collection/layout/Box/dist/cjs/index.cjs.js +4 -0
  132. package/dist/collection/layout/Box/dist/cjs/loader.cjs.js +17 -0
  133. package/dist/collection/layout/Box/dist/cjs/rarui-box.cjs.entry.js +54 -0
  134. package/dist/collection/layout/Box/dist/cjs/rarui-box.cjs.js +27 -0
  135. package/dist/collection/layout/Box/dist/collection/Box.js +42 -0
  136. package/dist/collection/layout/Box/dist/collection/index.js +2 -0
  137. package/dist/collection/layout/Box/dist/esm/app-globals-0f993ce5.js +5 -0
  138. package/dist/collection/layout/Box/dist/esm/index-131cdfc1.js +1305 -0
  139. package/dist/collection/layout/Box/dist/esm/index.js +3 -0
  140. package/dist/collection/layout/Box/dist/esm/loader.js +13 -0
  141. package/dist/collection/layout/Box/dist/esm/rarui-box.entry.js +50 -0
  142. package/dist/collection/layout/Box/dist/esm/rarui-box.js +22 -0
  143. package/dist/collection/layout/Box/dist/index.cjs.js +1 -0
  144. package/dist/collection/layout/Box/dist/index.js +1 -0
  145. package/dist/collection/layout/Box/dist/loader/cdn.js +1 -0
  146. package/dist/collection/layout/Box/dist/loader/index.cjs.js +1 -0
  147. package/dist/collection/layout/Box/dist/loader/index.es2017.js +1 -0
  148. package/dist/collection/layout/Box/dist/loader/index.js +2 -0
  149. package/dist/collection/layout/Box/dist/rarui-box/index.esm.js +2 -0
  150. package/dist/collection/layout/Box/dist/rarui-box/p-6a233dc8.js +3 -0
  151. package/dist/collection/layout/Box/dist/rarui-box/p-8c90ee66.entry.js +2 -0
  152. package/dist/collection/layout/Box/dist/rarui-box/p-e1255160.js +2 -0
  153. package/dist/collection/layout/Box/dist/rarui-box/rarui-box.esm.js +2 -0
  154. package/dist/collection/layout/Box/src/Box.js +42 -0
  155. package/dist/collection/layout/Box/src/Box.js.map +1 -0
  156. package/dist/collection/layout/Box/src/box.stories.js +54 -0
  157. package/dist/collection/layout/Box/src/box.stories.js.map +1 -0
  158. package/dist/collection/layout/Box/src/index.js +2 -0
  159. package/dist/collection/layout/Box/src/index.js.map +1 -0
  160. package/dist/collection/layout/Box/stencil.config.js +5 -0
  161. package/dist/collection/layout/Box/stencil.config.js.map +1 -0
  162. package/dist/collection/navigation/Tabs/Item/dist/cjs/app-globals-3a1e7e63.js +7 -0
  163. package/dist/collection/navigation/Tabs/Item/dist/cjs/index-962dfb5a.js +1264 -0
  164. package/dist/collection/navigation/Tabs/Item/dist/cjs/index.cjs.js +4 -0
  165. package/dist/collection/navigation/Tabs/Item/dist/cjs/loader.cjs.js +17 -0
  166. package/dist/collection/navigation/Tabs/Item/dist/cjs/rarui-tabs-item.cjs.entry.js +20 -0
  167. package/dist/collection/navigation/Tabs/Item/dist/cjs/rarui-tabs-item.cjs.js +27 -0
  168. package/dist/collection/navigation/Tabs/Item/dist/collection/Item.js +34 -0
  169. package/dist/collection/navigation/Tabs/Item/dist/collection/index.js +2 -0
  170. package/dist/collection/navigation/Tabs/Item/dist/esm/app-globals-0f993ce5.js +5 -0
  171. package/dist/collection/navigation/Tabs/Item/dist/esm/index-be92efca.js +1237 -0
  172. package/dist/collection/navigation/Tabs/Item/dist/esm/index.js +3 -0
  173. package/dist/collection/navigation/Tabs/Item/dist/esm/loader.js +13 -0
  174. package/dist/collection/navigation/Tabs/Item/dist/esm/rarui-tabs-item.entry.js +16 -0
  175. package/dist/collection/navigation/Tabs/Item/dist/esm/rarui-tabs-item.js +22 -0
  176. package/dist/collection/navigation/Tabs/Item/dist/index.cjs.js +1 -0
  177. package/dist/collection/navigation/Tabs/Item/dist/index.js +1 -0
  178. package/dist/collection/navigation/Tabs/Item/dist/loader/cdn.js +1 -0
  179. package/dist/collection/navigation/Tabs/Item/dist/loader/index.cjs.js +1 -0
  180. package/dist/collection/navigation/Tabs/Item/dist/loader/index.es2017.js +1 -0
  181. package/dist/collection/navigation/Tabs/Item/dist/loader/index.js +2 -0
  182. package/dist/collection/navigation/Tabs/Item/dist/rarui-tabs-item/index.esm.js +2 -0
  183. package/dist/collection/navigation/Tabs/Item/dist/rarui-tabs-item/p-3d591146.entry.js +2 -0
  184. package/dist/collection/navigation/Tabs/Item/dist/rarui-tabs-item/p-d0520efc.js +3 -0
  185. package/dist/collection/navigation/Tabs/Item/dist/rarui-tabs-item/p-e1255160.js +2 -0
  186. package/dist/collection/navigation/Tabs/Item/dist/rarui-tabs-item/rarui-tabs-item.esm.js +2 -0
  187. package/dist/collection/navigation/Tabs/Item/src/Item.js +34 -0
  188. package/dist/collection/navigation/Tabs/Item/src/Item.js.map +1 -0
  189. package/dist/collection/navigation/Tabs/Item/src/index.js +2 -0
  190. package/dist/collection/navigation/Tabs/Item/src/index.js.map +1 -0
  191. package/dist/collection/navigation/Tabs/Item/src/item.stories.js +17 -0
  192. package/dist/collection/navigation/Tabs/Item/src/item.stories.js.map +1 -0
  193. package/dist/collection/navigation/Tabs/Item/stencil.config.js +5 -0
  194. package/dist/collection/navigation/Tabs/Item/stencil.config.js.map +1 -0
  195. package/dist/collection/navigation/Tabs/Root/dist/cjs/app-globals-3a1e7e63.js +7 -0
  196. package/dist/collection/navigation/Tabs/Root/dist/cjs/index-c1cf5e11.js +1074 -0
  197. package/dist/collection/navigation/Tabs/Root/dist/cjs/index.cjs.js +4 -0
  198. package/dist/collection/navigation/Tabs/Root/dist/cjs/loader.cjs.js +17 -0
  199. package/dist/collection/navigation/Tabs/Root/dist/cjs/rarui-tabs.cjs.entry.js +39 -0
  200. package/dist/collection/navigation/Tabs/Root/dist/cjs/rarui-tabs.cjs.js +27 -0
  201. package/dist/collection/navigation/Tabs/Root/dist/collection/Root.js +146 -0
  202. package/dist/collection/navigation/Tabs/Root/dist/collection/index.js +2 -0
  203. package/dist/collection/navigation/Tabs/Root/dist/esm/app-globals-0f993ce5.js +5 -0
  204. package/dist/collection/navigation/Tabs/Root/dist/esm/index-dbe371ba.js +1045 -0
  205. package/dist/collection/navigation/Tabs/Root/dist/esm/index.js +3 -0
  206. package/dist/collection/navigation/Tabs/Root/dist/esm/loader.js +13 -0
  207. package/dist/collection/navigation/Tabs/Root/dist/esm/rarui-tabs.entry.js +35 -0
  208. package/dist/collection/navigation/Tabs/Root/dist/esm/rarui-tabs.js +22 -0
  209. package/dist/collection/navigation/Tabs/Root/dist/index.cjs.js +1 -0
  210. package/dist/collection/navigation/Tabs/Root/dist/index.js +1 -0
  211. package/dist/collection/navigation/Tabs/Root/dist/loader/cdn.js +1 -0
  212. package/dist/collection/navigation/Tabs/Root/dist/loader/index.cjs.js +1 -0
  213. package/dist/collection/navigation/Tabs/Root/dist/loader/index.es2017.js +1 -0
  214. package/dist/collection/navigation/Tabs/Root/dist/loader/index.js +2 -0
  215. package/dist/collection/navigation/Tabs/Root/dist/rarui-tabs/index.esm.js +2 -0
  216. package/dist/collection/navigation/Tabs/Root/dist/rarui-tabs/p-325ce1b1.js +3 -0
  217. package/dist/collection/navigation/Tabs/Root/dist/rarui-tabs/p-43fc3e90.entry.js +2 -0
  218. package/dist/collection/navigation/Tabs/Root/dist/rarui-tabs/p-e1255160.js +2 -0
  219. package/dist/collection/navigation/Tabs/Root/dist/rarui-tabs/rarui-tabs.esm.js +2 -0
  220. package/dist/collection/navigation/Tabs/Root/src/Root.js +146 -0
  221. package/dist/collection/navigation/Tabs/Root/src/Root.js.map +1 -0
  222. package/dist/collection/navigation/Tabs/Root/src/index.js +2 -0
  223. package/dist/collection/navigation/Tabs/Root/src/index.js.map +1 -0
  224. package/dist/collection/navigation/Tabs/Root/src/root.stories.js +59 -0
  225. package/dist/collection/navigation/Tabs/Root/src/root.stories.js.map +1 -0
  226. package/dist/collection/navigation/Tabs/Root/stencil.config.js +5 -0
  227. package/dist/collection/navigation/Tabs/Root/stencil.config.js.map +1 -0
  228. package/dist/esm/app-globals-0f993ce5.js +5 -0
  229. package/dist/esm/app-globals-0f993ce5.js.map +1 -0
  230. package/dist/esm/index-81e77ca5.js +1399 -0
  231. package/dist/esm/index-81e77ca5.js.map +1 -0
  232. package/dist/esm/index.js +3 -0
  233. package/dist/esm/index.js.map +1 -0
  234. package/dist/esm/loader.js +13 -0
  235. package/dist/esm/loader.js.map +1 -0
  236. package/dist/esm/rarui-box.entry.js +24 -0
  237. package/dist/esm/rarui-box.entry.js.map +1 -0
  238. package/dist/esm/rarui-button.entry.js +31 -0
  239. package/dist/esm/rarui-button.entry.js.map +1 -0
  240. package/dist/esm/rarui-components.js +22 -0
  241. package/dist/esm/rarui-components.js.map +1 -0
  242. package/dist/esm/rarui-tabs-item.entry.js +16 -0
  243. package/dist/esm/rarui-tabs-item.entry.js.map +1 -0
  244. package/dist/esm/rarui-tabs.entry.js +35 -0
  245. package/dist/esm/rarui-tabs.entry.js.map +1 -0
  246. package/dist/esm/rarui-text.entry.js +32 -0
  247. package/dist/esm/rarui-text.entry.js.map +1 -0
  248. package/dist/esm/rarui-title.entry.js +32 -0
  249. package/dist/esm/rarui-title.entry.js.map +1 -0
  250. package/dist/esm/tslib.es6-46fef1fc.js +30 -0
  251. package/dist/esm/tslib.es6-46fef1fc.js.map +1 -0
  252. package/dist/index.cjs.js +1 -0
  253. package/dist/index.js +1 -0
  254. package/dist/loader/cdn.js +1 -0
  255. package/dist/loader/index.cjs.js +1 -0
  256. package/dist/loader/index.d.ts +24 -0
  257. package/dist/loader/index.es2017.js +1 -0
  258. package/dist/loader/index.js +2 -0
  259. package/dist/loader/package.json +11 -0
  260. package/dist/rarui-components/index.esm.js +2 -0
  261. package/dist/rarui-components/index.esm.js.map +1 -0
  262. package/dist/rarui-components/p-2160244e.entry.js +2 -0
  263. package/dist/rarui-components/p-2160244e.entry.js.map +1 -0
  264. package/dist/rarui-components/p-4235f9e9.entry.js +2 -0
  265. package/dist/rarui-components/p-4235f9e9.entry.js.map +1 -0
  266. package/dist/rarui-components/p-4e227328.entry.js +2 -0
  267. package/dist/rarui-components/p-4e227328.entry.js.map +1 -0
  268. package/dist/rarui-components/p-8495565d.js +2 -0
  269. package/dist/rarui-components/p-8495565d.js.map +1 -0
  270. package/dist/rarui-components/p-9492df61.js +3 -0
  271. package/dist/rarui-components/p-9492df61.js.map +1 -0
  272. package/dist/rarui-components/p-d48974f3.entry.js +2 -0
  273. package/dist/rarui-components/p-d48974f3.entry.js.map +1 -0
  274. package/dist/rarui-components/p-e1255160.js +2 -0
  275. package/dist/rarui-components/p-e1255160.js.map +1 -0
  276. package/dist/rarui-components/p-ee513f26.entry.js +2 -0
  277. package/dist/rarui-components/p-ee513f26.entry.js.map +1 -0
  278. package/dist/rarui-components/p-ffb1013c.entry.js +2 -0
  279. package/dist/rarui-components/p-ffb1013c.entry.js.map +1 -0
  280. package/dist/rarui-components/rarui-components.esm.js +2 -0
  281. package/dist/rarui-components/rarui-components.esm.js.map +1 -0
  282. package/dist/types/Users/juniorconquista/Desktop/Workdir/rarui/packages/implementations/web-components/.stencil/.storybook/utils.d.ts +24 -0
  283. package/dist/types/components.d.ts +158 -0
  284. package/dist/types/exhibition/Text/dist/loader/index.d.ts +24 -0
  285. package/dist/types/exhibition/Text/dist/types/Button.d.ts +14 -0
  286. package/dist/types/exhibition/Text/dist/types/index.d.ts +10 -0
  287. package/dist/types/exhibition/Text/dist/types/stencil-public-runtime.d.ts +1674 -0
  288. package/dist/types/exhibition/Text/src/Text.d.ts +7 -0
  289. package/dist/types/exhibition/Text/src/index.d.ts +10 -0
  290. package/dist/types/exhibition/Text/src/text.stories.d.ts +21 -0
  291. package/dist/types/exhibition/Text/stencil.config.d.ts +54 -0
  292. package/dist/types/exhibition/Title/dist/loader/index.d.ts +24 -0
  293. package/dist/types/exhibition/Title/dist/types/Button.d.ts +14 -0
  294. package/dist/types/exhibition/Title/dist/types/index.d.ts +10 -0
  295. package/dist/types/exhibition/Title/dist/types/stencil-public-runtime.d.ts +1674 -0
  296. package/dist/types/exhibition/Title/src/Title.d.ts +7 -0
  297. package/dist/types/exhibition/Title/src/index.d.ts +10 -0
  298. package/dist/types/exhibition/Title/src/title.stories.d.ts +19 -0
  299. package/dist/types/exhibition/Title/stencil.config.d.ts +54 -0
  300. package/dist/types/index.d.ts +1 -0
  301. package/dist/types/input/Button/dist/loader/index.d.ts +24 -0
  302. package/dist/types/input/Button/dist/types/Button.d.ts +14 -0
  303. package/dist/types/input/Button/dist/types/index.d.ts +10 -0
  304. package/dist/types/input/Button/dist/types/stencil-public-runtime.d.ts +1674 -0
  305. package/dist/types/input/Button/src/Button.d.ts +14 -0
  306. package/dist/types/input/Button/src/button.stories.d.ts +21 -0
  307. package/dist/types/input/Button/src/index.d.ts +10 -0
  308. package/dist/types/input/Button/stencil.config.d.ts +54 -0
  309. package/dist/types/layout/Box/dist/loader/index.d.ts +24 -0
  310. package/dist/types/layout/Box/dist/types/Box.d.ts +6 -0
  311. package/dist/types/layout/Box/dist/types/index.d.ts +10 -0
  312. package/dist/types/layout/Box/dist/types/stencil-public-runtime.d.ts +1674 -0
  313. package/dist/types/layout/Box/src/Box.d.ts +6 -0
  314. package/dist/types/layout/Box/src/box.stories.d.ts +13 -0
  315. package/dist/types/layout/Box/src/index.d.ts +10 -0
  316. package/dist/types/layout/Box/stencil.config.d.ts +54 -0
  317. package/dist/types/navigation/Tabs/Item/dist/loader/index.d.ts +24 -0
  318. package/dist/types/navigation/Tabs/Item/dist/types/Item.d.ts +5 -0
  319. package/dist/types/navigation/Tabs/Item/dist/types/index.d.ts +10 -0
  320. package/dist/types/navigation/Tabs/Item/dist/types/stencil-public-runtime.d.ts +1674 -0
  321. package/dist/types/navigation/Tabs/Item/src/Item.d.ts +5 -0
  322. package/dist/types/navigation/Tabs/Item/src/index.d.ts +10 -0
  323. package/dist/types/navigation/Tabs/Item/src/item.stories.d.ts +13 -0
  324. package/dist/types/navigation/Tabs/Item/stencil.config.d.ts +54 -0
  325. package/dist/types/navigation/Tabs/Root/dist/loader/index.d.ts +24 -0
  326. package/dist/types/navigation/Tabs/Root/dist/types/Root.d.ts +14 -0
  327. package/dist/types/navigation/Tabs/Root/dist/types/index.d.ts +10 -0
  328. package/dist/types/navigation/Tabs/Root/dist/types/stencil-public-runtime.d.ts +1674 -0
  329. package/dist/types/navigation/Tabs/Root/src/Root.d.ts +14 -0
  330. package/dist/types/navigation/Tabs/Root/src/index.d.ts +10 -0
  331. package/dist/types/navigation/Tabs/Root/src/root.stories.d.ts +15 -0
  332. package/dist/types/navigation/Tabs/Root/stencil.config.d.ts +54 -0
  333. package/dist/types/stencil-public-runtime.d.ts +1674 -0
  334. package/package.json +37 -0
@@ -0,0 +1,3 @@
1
+
2
+
3
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1,13 @@
1
+ import { b as bootstrapLazy } from './index-7434516d.js';
2
+ export { s as setNonce } from './index-7434516d.js';
3
+ import { g as globalScripts } from './app-globals-0f993ce5.js';
4
+
5
+ const defineCustomElements = async (win, options) => {
6
+ if (typeof window === 'undefined') return undefined;
7
+ await globalScripts();
8
+ return bootstrapLazy([["rarui-button",[[6,"rarui-button",{"appearance":[1],"variant":[1],"size":[1],"full":[4],"disabled":[4],"type":[1],"href":[1],"target":[1],"as":[1]}]]]], options);
9
+ };
10
+
11
+ export { defineCustomElements };
12
+
13
+ //# sourceMappingURL=loader.js.map
@@ -0,0 +1,31 @@
1
+ import { r as registerInstance, h, g as getElement } from './index-7434516d.js';
2
+ import { button } from '@rarui/styles';
3
+
4
+ const RaruiButton = class {
5
+ constructor(hostRef) {
6
+ registerInstance(this, hostRef);
7
+ this.appearance = "brand";
8
+ this.variant = "solid";
9
+ this.size = "large";
10
+ this.full = undefined;
11
+ this.disabled = undefined;
12
+ this.type = undefined;
13
+ this.href = undefined;
14
+ this.target = undefined;
15
+ this.as = "button";
16
+ }
17
+ render() {
18
+ const As = this.as;
19
+ return (h(As, { key: 'c56072f3fee56d2c68fc20e3c7aaf1171330f8d5', class: button.classnames.button({
20
+ appearance: this.appearance,
21
+ variant: this.variant,
22
+ size: this.size,
23
+ full: this.full,
24
+ }), disabled: this.disabled, type: this.type, href: this.href, target: this.target }, h("slot", { key: '045e64bd6aed2b2959238d6d139f8045bdedbcfb' })));
25
+ }
26
+ get el() { return getElement(this); }
27
+ };
28
+
29
+ export { RaruiButton as rarui_button };
30
+
31
+ //# sourceMappingURL=rarui-button.entry.js.map
@@ -0,0 +1,22 @@
1
+ import { p as promiseResolve, b as bootstrapLazy } from './index-7434516d.js';
2
+ export { s as setNonce } from './index-7434516d.js';
3
+ import { g as globalScripts } from './app-globals-0f993ce5.js';
4
+
5
+ /*
6
+ Stencil Client Patch Browser v4.19.2 | MIT Licensed | https://stenciljs.com
7
+ */
8
+ var patchBrowser = () => {
9
+ const importMeta = import.meta.url;
10
+ const opts = {};
11
+ if (importMeta !== "") {
12
+ opts.resourcesUrl = new URL(".", importMeta).href;
13
+ }
14
+ return promiseResolve(opts);
15
+ };
16
+
17
+ patchBrowser().then(async (options) => {
18
+ await globalScripts();
19
+ return bootstrapLazy([["rarui-button",[[6,"rarui-button",{"appearance":[1],"variant":[1],"size":[1],"full":[4],"disabled":[4],"type":[1],"href":[1],"target":[1],"as":[1]}]]]], options);
20
+ });
21
+
22
+ //# sourceMappingURL=rarui-button.js.map
@@ -0,0 +1 @@
1
+ module.exports = require('./cjs/index.cjs.js');
@@ -0,0 +1 @@
1
+ export * from './esm/index.js';
@@ -0,0 +1 @@
1
+ module.exports = require('../cjs/loader.cjs.js');
@@ -0,0 +1 @@
1
+ module.exports = require('../cjs/loader.cjs.js');
@@ -0,0 +1 @@
1
+ export * from '../esm/loader.js';
@@ -0,0 +1,2 @@
1
+ (function(){if("undefined"!==typeof window&&void 0!==window.Reflect&&void 0!==window.customElements){var a=HTMLElement;window.HTMLElement=function(){return Reflect.construct(a,[],this.constructor)};HTMLElement.prototype=a.prototype;HTMLElement.prototype.constructor=HTMLElement;Object.setPrototypeOf(HTMLElement,a)}})();
2
+ export * from '../esm/loader.js';
@@ -0,0 +1,2 @@
1
+
2
+ //# sourceMappingURL=index.esm.js.map
@@ -0,0 +1,2 @@
1
+ import{r as t,h as s,g as e}from"./p-de52cca4.js";import{button as i}from"@rarui/styles";const d=class{constructor(s){t(this,s);this.appearance="brand";this.variant="solid";this.size="large";this.full=undefined;this.disabled=undefined;this.type=undefined;this.href=undefined;this.target=undefined;this.as="button"}render(){const t=this.as;return s(t,{key:"c56072f3fee56d2c68fc20e3c7aaf1171330f8d5",class:i.classnames.button({appearance:this.appearance,variant:this.variant,size:this.size,full:this.full}),disabled:this.disabled,type:this.type,href:this.href,target:this.target},s("slot",{key:"045e64bd6aed2b2959238d6d139f8045bdedbcfb"}))}get el(){return e(this)}};export{d as rarui_button};
2
+ //# sourceMappingURL=p-c9d5c486.entry.js.map
@@ -0,0 +1,3 @@
1
+ const e="rarui-button";const t={allRenderFn:true,appendChildSlotFix:false,asyncLoading:true,asyncQueue:false,attachStyles:true,cloneNodeFix:false,cmpDidLoad:false,cmpDidRender:false,cmpDidUnload:false,cmpDidUpdate:false,cmpShouldUpdate:false,cmpWillLoad:false,cmpWillRender:false,cmpWillUpdate:false,connectedCallback:false,constructableCSS:true,cssAnnotations:true,devTools:false,disconnectedCallback:false,element:false,event:false,experimentalScopedSlotChanges:false,experimentalSlotFixes:false,formAssociated:false,hasRenderFn:true,hostListener:false,hostListenerTarget:false,hostListenerTargetBody:false,hostListenerTargetDocument:false,hostListenerTargetParent:false,hostListenerTargetWindow:false,hotModuleReplacement:false,hydrateClientSide:false,hydrateServerSide:false,hydratedAttribute:false,hydratedClass:true,hydratedSelectorName:"hydrated",initializeNextTick:false,invisiblePrehydration:true,isDebug:false,isDev:false,isTesting:false,lazyLoad:true,lifecycle:false,lifecycleDOMEvents:false,member:true,method:false,mode:false,observeAttribute:true,profile:false,prop:true,propBoolean:true,propMutable:false,propNumber:false,propString:true,reflect:false,scoped:true,scopedSlotTextContentFix:false,scriptDataOpts:false,shadowDelegatesFocus:false,shadowDom:false,slot:true,slotChildNodesFix:false,slotRelocation:true,state:false,style:false,svg:false,taskQueue:true,transformTagName:false,updatable:true,vdomAttribute:true,vdomClass:true,vdomFunctional:true,vdomKey:true,vdomListener:false,vdomPropOrAttr:true,vdomRef:false,vdomRender:true,vdomStyle:false,vdomText:false,vdomXlink:false,watchCallback:false};var l=Object.defineProperty;var r=(e,t)=>{for(var r in t)l(e,r,{get:t[r],enumerable:true})};var n=new WeakMap;var s=e=>n.get(e);var o=(e,t)=>n.set(t.t=e,t);var a=(e,t)=>{const l={l:0,$hostElement$:e,o:t,i:new Map};{l.u=new Promise((e=>l.v=e));e["s-p"]=[];e["s-rc"]=[]}return n.set(e,l)};var i=(e,t)=>t in e;var f=(e,t)=>(0,console.error)(e,t);var c=new Map;var u=(e,t,l)=>{const r=e.h.replace(/-/g,"_");const n=e.m;if(!n){return void 0}const s=c.get(n);if(s){return s[r]}
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/return import(`./${n}.entry.js${""}`).then((e=>{{c.set(n,e)}return e[r]}),f)};var v="{visibility:hidden}.hydrated{visibility:inherit}";var d="slot-fb{display:contents}slot-fb[hidden]{display:none}";var h=typeof window!=="undefined"?window:{};var m=h.document||{head:{}};var p={l:0,p:"",jmp:e=>e(),raf:e=>requestAnimationFrame(e),ael:(e,t,l,r)=>e.addEventListener(t,l,r),rel:(e,t,l,r)=>e.removeEventListener(t,l,r),ce:(e,t)=>new CustomEvent(e,t)};var y=t.shadowDom;var b=e=>Promise.resolve(e);var w=false;var $=[];var g=[];var S=(e,t)=>l=>{e.push(l);if(!w){w=true;if(t&&p.l&4){T(C)}else{p.raf(C)}}};var k=e=>{for(let t=0;t<e.length;t++){try{e[t](performance.now())}catch(e){f(e)}}e.length=0};var C=()=>{k($);{k(g);if(w=$.length>0){p.raf(C)}}};var T=e=>b().then(e);var j=S(g,true);var x={};var O=e=>e!=null;var R=e=>{e=typeof e;return e==="object"||e==="function"};function L(e){var t,l,r;return(r=(l=(t=e.head)==null?void 0:t.querySelector('meta[name="csp-nonce"]'))==null?void 0:l.getAttribute("content"))!=null?r:void 0}var D={};r(D,{err:()=>A,map:()=>F,ok:()=>E,unwrap:()=>M,unwrapErr:()=>N});var E=e=>({isOk:true,isErr:false,value:e});var A=e=>({isOk:false,isErr:true,value:e});function F(e,t){if(e.isOk){const l=t(e.value);if(l instanceof Promise){return l.then((e=>E(e)))}else{return E(l)}}if(e.isErr){const t=e.value;return A(t)}throw"should never get here"}var M=e=>{if(e.isOk){return e.value}else{throw e.value}};var N=e=>{if(e.isErr){return e.value}else{throw e.value}};var P=(e,t="")=>{{return()=>{}}};var U=(e,t)=>{{return()=>{}}};var W=(e,t,...l)=>{let r=null;let n=null;let s=null;let o=false;let a=false;const i=[];const f=t=>{for(let l=0;l<t.length;l++){r=t[l];if(Array.isArray(r)){f(r)}else if(r!=null&&typeof r!=="boolean"){if(o=typeof e!=="function"&&!R(r)){r=String(r)}if(o&&a){i[i.length-1].$+=r}else{i.push(o?B(null,r):r)}a=o}}};f(l);if(t){if(t.key){n=t.key}if(t.name){s=t.name}{const e=t.className||t.class;if(e){t.class=typeof e!=="object"?e:Object.keys(e).filter((t=>e[t])).join(" ")}}}if(typeof e==="function"){return e(t===null?{}:t,i,Q)}const c=B(e,null);c.S=t;if(i.length>0){c.k=i}{c.C=n}{c.T=s}return c};var B=(e,t)=>{const l={l:0,j:e,$:t,O:null,k:null};{l.S=null}{l.C=null}{l.T=null}return l};var z={};var H=e=>e&&e.j===z;var Q={forEach:(e,t)=>e.map(q).forEach(t),map:(e,t)=>e.map(q).map(t).map(G)};var q=e=>({vattrs:e.S,vchildren:e.k,vkey:e.C,vname:e.T,vtag:e.j,vtext:e.$});var G=e=>{if(typeof e.vtag==="function"){const t={...e.vattrs};if(e.vkey){t.key=e.vkey}if(e.vname){t.name=e.vname}return W(e.vtag,t,...e.vchildren||[])}const t=B(e.vtag,e.vtext);t.S=e.vattrs;t.k=e.vchildren;t.C=e.vkey;t.T=e.vname;return t};var I=(e,t)=>{if(e!=null&&!R(e)){if(t&4){return e==="false"?false:e===""||!!e}if(t&1){return String(e)}return e}return e};var K=e=>s(e).$hostElement$;var V=(e,t,l)=>{const r=p.ce(t,l);e.dispatchEvent(r);return r};var X=(e,t,l,r,n,s)=>{if(l!==r){let o=i(e,t);t.toLowerCase();if(t==="class"){const t=e.classList;const n=J(l);const s=J(r);t.remove(...n.filter((e=>e&&!s.includes(e))));t.add(...s.filter((e=>e&&!n.includes(e))))}else if(t==="key");else{const a=R(r);if((o||a&&r!==null)&&!n){try{if(!e.tagName.includes("-")){const n=r==null?"":r;if(t==="list"){o=false}else if(l==null||e[t]!=n){e[t]=n}}else{e[t]=r}}catch(e){}}if(r==null||r===false){if(r!==false||e.getAttribute(t)===""){{e.removeAttribute(t)}}}else if((!o||s&4||n)&&!a){r=r===true?"":r;{e.setAttribute(t,r)}}}}};var _=/\s/;var J=e=>!e?[]:e.split(_);var Y=(e,t,l)=>{const r=t.O.nodeType===11&&t.O.host?t.O.host:t.O;const n=e&&e.S||x;const s=t.S||x;{for(const e of Z(Object.keys(n))){if(!(e in s)){X(r,e,n[e],void 0,l,t.l)}}}for(const e of Z(Object.keys(s))){X(r,e,n[e],s[e],l,t.l)}};function Z(e){return e.includes("ref")?[...e.filter((e=>e!=="ref")),"ref"]:e}var ee;var te;var le;var re=false;var ne=false;var se=false;var oe=false;var ae=(e,l,r,n)=>{var s;const o=l.k[r];let a=0;let i;let f;let c;if(!re){se=true;if(o.j==="slot"){if(ee){n.classList.add(ee+"-s")}o.l|=o.k?2:1}}if(o.l&1){i=o.O=m.createTextNode("")}else{i=o.O=m.createElement(!re&&t.slotRelocation&&o.l&2?"slot-fb":o.j);{Y(null,o,oe)}if(O(ee)&&i["s-si"]!==ee){i.classList.add(i["s-si"]=ee)}{Se(i,n)}if(o.k){for(a=0;a<o.k.length;++a){f=ae(e,o,a,i);if(f){i.appendChild(f)}}}}i["s-hn"]=le;{if(o.l&(2|1)){i["s-sr"]=true;i["s-cr"]=te;i["s-sn"]=o.T||"";i["s-rf"]=(s=o.S)==null?void 0:s.ref;c=e&&e.k&&e.k[r];if(c&&c.j===o.j&&e.O){{ie(e.O,false)}}}}return i};var ie=(e,l)=>{p.l|=1;const r=Array.from(e.childNodes);if(e["s-sr"]&&t.experimentalSlotFixes){let t=e;while(t=t.nextSibling){if(t&&t["s-sn"]===e["s-sn"]&&t["s-sh"]===le){r.push(t)}}}for(let e=r.length-1;e>=0;e--){const t=r[e];if(t["s-hn"]!==le&&t["s-ol"]){$e(he(t),t,de(t));t["s-ol"].remove();t["s-ol"]=void 0;t["s-sh"]=void 0;se=true}if(l){ie(t,l)}}p.l&=~1};var fe=(e,t,l,r,n,s)=>{let o=e["s-cr"]&&e["s-cr"].parentNode||e;let a;for(;n<=s;++n){if(r[n]){a=ae(null,l,n,e);if(a){r[n].O=a;$e(o,a,de(t))}}}};var ce=(e,t,l)=>{for(let r=t;r<=l;++r){const t=e[r];if(t){const e=t.O;if(e){{ne=true;if(e["s-ol"]){e["s-ol"].remove()}else{ie(e,true)}}e.remove()}}}};var ue=(e,t,l,r,n=false)=>{let s=0;let o=0;let a=0;let i=0;let f=t.length-1;let c=t[0];let u=t[f];let v=r.length-1;let d=r[0];let h=r[v];let m;let p;while(s<=f&&o<=v){if(c==null){c=t[++s]}else if(u==null){u=t[--f]}else if(d==null){d=r[++o]}else if(h==null){h=r[--v]}else if(ve(c,d,n)){me(c,d,n);c=t[++s];d=r[++o]}else if(ve(u,h,n)){me(u,h,n);u=t[--f];h=r[--v]}else if(ve(c,h,n)){if(c.j==="slot"||h.j==="slot"){ie(c.O.parentNode,false)}me(c,h,n);$e(e,c.O,u.O.nextSibling);c=t[++s];h=r[--v]}else if(ve(u,d,n)){if(c.j==="slot"||h.j==="slot"){ie(u.O.parentNode,false)}me(u,d,n);$e(e,u.O,c.O);u=t[--f];d=r[++o]}else{a=-1;{for(i=s;i<=f;++i){if(t[i]&&t[i].C!==null&&t[i].C===d.C){a=i;break}}}if(a>=0){p=t[a];if(p.j!==d.j){m=ae(t&&t[o],l,a,e)}else{me(p,d,n);t[a]=void 0;m=p.O}d=r[++o]}else{m=ae(t&&t[o],l,o,e);d=r[++o]}if(m){{$e(he(c.O),m,de(c.O))}}}}if(s>f){fe(e,r[v+1]==null?null:r[v+1].O,l,r,o,v)}else if(o>v){ce(t,s,f)}};var ve=(e,t,l=false)=>{if(e.j===t.j){if(e.j==="slot"){return e.T===t.T}if(!l){return e.C===t.C}return true}return false};var de=e=>e&&e["s-ol"]||e;var he=e=>(e["s-ol"]?e["s-ol"]:e).parentNode;var me=(e,t,l=false)=>{const r=t.O=e.O;const n=e.k;const s=t.k;const o=t.j;{{if(o==="slot"&&!re);else{Y(e,t,oe)}}if(n!==null&&s!==null){ue(r,n,t,s,l)}else if(s!==null){fe(r,null,t,s,0,s.length-1)}else if(n!==null){ce(n,0,n.length-1)}}};var pe=e=>{const t=e.childNodes;for(const e of t){if(e.nodeType===1){if(e["s-sr"]){const l=e["s-sn"];e.hidden=false;for(const r of t){if(r!==e){if(r["s-hn"]!==e["s-hn"]||l!==""){if(r.nodeType===1&&(l===r.getAttribute("slot")||l===r["s-sn"])||r.nodeType===3&&l===r["s-sn"]){e.hidden=true;break}}else{if(r.nodeType===1||r.nodeType===3&&r.textContent.trim()!==""){e.hidden=true;break}}}}}pe(e)}}};var ye=[];var be=e=>{let l;let r;let n;for(const s of e.childNodes){if(s["s-sr"]&&(l=s["s-cr"])&&l.parentNode){r=l.parentNode.childNodes;const e=s["s-sn"];for(n=r.length-1;n>=0;n--){l=r[n];if(!l["s-cn"]&&!l["s-nr"]&&l["s-hn"]!==s["s-hn"]&&!t.experimentalSlotFixes){if(we(l,e)){let t=ye.find((e=>e.R===l));ne=true;l["s-sn"]=l["s-sn"]||e;if(t){t.R["s-sh"]=s["s-hn"];t.L=s}else{l["s-sh"]=s["s-hn"];ye.push({L:s,R:l})}if(l["s-sr"]){ye.map((e=>{if(we(e.R,l["s-sn"])){t=ye.find((e=>e.R===l));if(t&&!e.L){e.L=t.L}}}))}}else if(!ye.some((e=>e.R===l))){ye.push({R:l})}}}}if(s.nodeType===1){be(s)}}};var we=(e,t)=>{if(e.nodeType===1){if(e.getAttribute("slot")===null&&t===""){return true}if(e.getAttribute("slot")===t){return true}return false}if(e["s-sn"]===t){return true}return t===""};var $e=(e,t,l)=>{const r=e==null?void 0:e.insertBefore(t,l);{Se(t,e)}return r};var ge=e=>{const t=[];if(e){t.push(...e["s-scs"]||[],e["s-si"],e["s-sc"],...ge(e.parentElement))}return t};var Se=(e,t,l=false)=>{var r;if(e&&t&&e.nodeType===1){const n=new Set(ge(t).filter(Boolean));if(n.size){(r=e.classList)==null?void 0:r.add(...e["s-scs"]=[...n]);if(e["s-ol"]||l){for(const t of Array.from(e.childNodes)){Se(t,e,true)}}}}};var ke=(e,t,l=false)=>{var r,n,s,o;const a=e.$hostElement$;const i=e.D||B(null,null);const f=H(t)?t:W(null,null,t);le=a.tagName;if(l&&f.S){for(const e of Object.keys(f.S)){if(a.hasAttribute(e)&&!["key","ref","style","class"].includes(e)){f.S[e]=a[e]}}}f.j=null;f.l|=4;e.D=f;f.O=i.O=a;{ee=a["s-sc"]}re=y;{te=a["s-cr"];ne=false}me(i,f,l);{p.l|=1;if(se){be(f.O);for(const e of ye){const t=e.R;if(!t["s-ol"]){const e=m.createTextNode("");e["s-nr"]=t;$e(t.parentNode,t["s-ol"]=e,t)}}for(const e of ye){const t=e.R;const a=e.L;if(a){const e=a.parentNode;let l=a.nextSibling;{let s=(r=t["s-ol"])==null?void 0:r.previousSibling;while(s){let r=(n=s["s-nr"])!=null?n:null;if(r&&r["s-sn"]===t["s-sn"]&&e===r.parentNode){r=r.nextSibling;while(r===t||(r==null?void 0:r["s-sr"])){r=r==null?void 0:r.nextSibling}if(!r||!r["s-nr"]){l=r;break}}s=s.previousSibling}}if(!l&&e!==t.parentNode||t.nextSibling!==l){if(t!==l){if(!t["s-hn"]&&t["s-ol"]){t["s-hn"]=t["s-ol"].parentNode.nodeName}$e(e,t,l);if(t.nodeType===1){t.hidden=(s=t["s-ih"])!=null?s:false}}}t&&typeof a["s-rf"]==="function"&&a["s-rf"](t)}else{if(t.nodeType===1){if(l){t["s-ih"]=(o=t.hidden)!=null?o:false}t.hidden=true}}}}if(ne){pe(f.O)}p.l&=~1;ye.length=0}te=void 0};var Ce=(e,t)=>{if(t&&!e.A&&t["s-p"]){t["s-p"].push(new Promise((t=>e.A=t)))}};var Te=(e,t)=>{{e.l|=16}if(e.l&4){e.l|=512;return}Ce(e,e.F);const l=()=>je(e,t);return j(l)};var je=(e,t)=>{const l=e.$hostElement$;const r=P("scheduleUpdate",e.o.h);const n=e.t;if(!n){throw new Error(`Can't render component <${l.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`)}let s;r();return xe(s,(()=>Re(e,n,t)))};var xe=(e,t)=>Oe(e)?e.then(t).catch((e=>{console.error(e);t()})):t();var Oe=e=>e instanceof Promise||e&&e.then&&typeof e.then==="function";var Re=async(e,t,l)=>{var r;const n=e.$hostElement$;const s=P("update",e.o.h);const o=n["s-rc"];const a=P("render",e.o.h);{Le(e,t,n,l)}if(o){o.map((e=>e()));n["s-rc"]=void 0}a();s();{const t=(r=n["s-p"])!=null?r:[];const l=()=>De(e);if(t.length===0){l()}else{Promise.all(t).then(l);e.l|=4;t.length=0}}};var Le=(e,t,l,r)=>{try{t=t.render();{e.l&=~16}{e.l|=2}{{{ke(e,t,r)}}}}catch(t){f(t,e.$hostElement$)}return null};var De=e=>{const t=e.o.h;const l=e.$hostElement$;const r=P("postUpdate",t);const n=e.F;if(!(e.l&64)){e.l|=64;{Ae(l)}r();{e.v(l);if(!n){Ee()}}}else{r()}{if(e.A){e.A();e.A=void 0}if(e.l&512){T((()=>Te(e,false)))}e.l&=~(4|512)}};var Ee=t=>{{Ae(m.documentElement)}T((()=>V(h,"appload",{detail:{namespace:e}})))};var Ae=e=>{var l;return e.classList.add((l=t.hydratedSelectorName)!=null?l:"hydrated")};var Fe=(e,t)=>s(e).i.get(t);var Me=(e,t,l,r)=>{const n=s(e);if(!n){throw new Error(`Couldn't find host element for "${r.h}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/ionic-team/stencil/issues/5457).`)}const o=n.i.get(t);const a=n.l;const i=n.t;l=I(l,r.M[t][0]);const f=Number.isNaN(o)&&Number.isNaN(l);const c=l!==o&&!f;if((!(a&8)||o===void 0)&&c){n.i.set(t,l);if(i){if((a&(2|16))===2){Te(n,false)}}}};var Ne=(e,l,r)=>{var n,o;const a=e.prototype;if(l.M||t.watchCallback){const t=Object.entries((n=l.M)!=null?n:{});t.map((([e,[t]])=>{if(t&31||r&2&&t&32){Object.defineProperty(a,e,{get(){return Fe(this,e)},set(t){Me(this,e,t,l)},configurable:true,enumerable:true})}}));if(r&1){const r=new Map;a.attributeChangedCallback=function(e,t,n){p.jmp((()=>{var o;const i=r.get(e);if(this.hasOwnProperty(i)){n=this[i];delete this[i]}else if(a.hasOwnProperty(i)&&typeof this[i]==="number"&&this[i]==n){return}else if(i==null){const r=s(this);const a=r==null?void 0:r.l;if(a&&!(a&8)&&a&128&&n!==t){const s=r.t;const a=(o=l.N)==null?void 0:o[e];a==null?void 0:a.forEach((l=>{if(s[l]!=null){s[l].call(s,n,t,e)}}))}return}this[i]=n===null&&typeof this[i]==="boolean"?false:n}))};e.observedAttributes=Array.from(new Set([...Object.keys((o=l.N)!=null?o:{}),...t.filter((([e,t])=>t[0]&15)).map((([e,t])=>{const l=t[1]||e;r.set(l,e);return l}))]))}}return e};var Pe=async(e,t,l,r)=>{let n;if((t.l&32)===0){t.l|=32;const r=l.m;if(r){const e=u(l);if(e&&"then"in e){const t=U();n=await e;t()}else{n=e}if(!n){throw new Error(`Constructor for "${l.h}#${t.P}" was not found`)}if(!n.isProxied){Ne(n,l,2);n.isProxied=true}const r=P("createInstance",l.h);{t.l|=8}try{new n(t)}catch(e){f(e)}{t.l&=~8}r()}else{n=e.constructor;const l=e.localName;customElements.whenDefined(l).then((()=>t.l|=128))}}const s=t.F;const o=()=>Te(t,true);if(s&&s["s-rc"]){s["s-rc"].push(o)}else{o()}};var Ue=e=>{};var We=e=>{if((p.l&1)===0){const t=s(e);const l=t.o;const r=P("connectedCallback",l.h);if(!(t.l&1)){t.l|=1;{if(l.l&(4|8)){Be(e)}}{let l=e;while(l=l.parentNode||l.host){if(l["s-p"]){Ce(t,t.F=l);break}}}if(l.M){Object.entries(l.M).map((([t,[l]])=>{if(l&31&&e.hasOwnProperty(t)){const l=e[t];delete e[t];e[t]=l}}))}{Pe(e,t,l)}}else{if(t==null?void 0:t.t);else if(t==null?void 0:t.u){t.u.then((()=>Ue()))}}r()}};var Be=e=>{const t=e["s-cr"]=m.createComment("");t["s-cn"]=true;$e(e,t,e.firstChild)};var ze=e=>{};var He=async e=>{if((p.l&1)===0){const t=s(e);if(t==null?void 0:t.t);else if(t==null?void 0:t.u){t.u.then((()=>ze()))}}};var Qe=(e,t={})=>{var l;const r=P();const n=[];const o=t.exclude||[];const i=h.customElements;const f=m.head;const c=f.querySelector("meta[charset]");const u=m.createElement("style");const y=[];let b;let w=true;Object.assign(p,t);p.p=new URL(t.resourcesUrl||"./",m.baseURI).href;let $=false;e.map((e=>{e[1].map((t=>{const l={l:t[0],h:t[1],M:t[2],U:t[3]};if(l.l&4){$=true}{l.M=t[2]}const r=l.h;const f=class extends HTMLElement{constructor(e){super(e);this.hasRegisteredEventListeners=false;e=this;a(e,l)}connectedCallback(){s(this);if(!this.hasRegisteredEventListeners){this.hasRegisteredEventListeners=true}if(b){clearTimeout(b);b=null}if(w){y.push(this)}else{p.jmp((()=>We(this)))}}disconnectedCallback(){p.jmp((()=>He(this)))}componentOnReady(){return s(this).u}};l.m=e[0];if(!o.includes(r)&&!i.get(r)){n.push(r);i.define(r,Ne(f,l,1))}}))}));if(n.length>0){if($){u.textContent+=d}{u.textContent+=n.sort()+v}if(u.innerHTML.length){u.setAttribute("data-styles","");const e=(l=p.W)!=null?l:L(m);if(e!=null){u.setAttribute("nonce",e)}f.insertBefore(u,c?c.nextSibling:f.firstChild)}}w=false;if(y.length){y.map((e=>e.connectedCallback()))}else{{p.jmp((()=>b=setTimeout(Ee,30)))}}r()};var qe=e=>p.W=e;export{Qe as b,K as g,W as h,b as p,o as r,qe as s};
3
+ //# sourceMappingURL=p-de52cca4.js.map
@@ -0,0 +1,2 @@
1
+ const o=()=>{};export{o as g};
2
+ //# sourceMappingURL=p-e1255160.js.map
@@ -0,0 +1,2 @@
1
+ import{p as a,b as r}from"./p-de52cca4.js";export{s as setNonce}from"./p-de52cca4.js";import{g as e}from"./p-e1255160.js";var t=()=>{const r=import.meta.url;const e={};if(r!==""){e.resourcesUrl=new URL(".",r).href}return a(e)};t().then((async a=>{await e();return r([["p-c9d5c486",[[6,"rarui-button",{appearance:[1],variant:[1],size:[1],full:[4],disabled:[4],type:[1],href:[1],target:[1],as:[1]}]]]],a)}));
2
+ //# sourceMappingURL=rarui-button.esm.js.map
@@ -0,0 +1,233 @@
1
+ import { h } from "@stencil/core";
2
+ import { button } from "@rarui/styles";
3
+ export class RaruiButton {
4
+ constructor() {
5
+ this.appearance = "brand";
6
+ this.variant = "solid";
7
+ this.size = "large";
8
+ this.full = undefined;
9
+ this.disabled = undefined;
10
+ this.type = undefined;
11
+ this.href = undefined;
12
+ this.target = undefined;
13
+ this.as = "button";
14
+ }
15
+ render() {
16
+ const As = this.as;
17
+ return (h(As, { key: 'af4413f4c552275c431b6f8eb2de0bffc64f8b51', class: button.classnames.button({
18
+ appearance: this.appearance,
19
+ variant: this.variant,
20
+ size: this.size,
21
+ full: this.full,
22
+ }), disabled: this.disabled, type: this.type, href: this.href, target: this.target }, h("slot", { key: 'acf98dfc2c89a631c2d6b72b233152ff7150d4f4' })));
23
+ }
24
+ static get is() { return "rarui-button"; }
25
+ static get encapsulation() { return "scoped"; }
26
+ static get properties() {
27
+ return {
28
+ "appearance": {
29
+ "type": "string",
30
+ "mutable": false,
31
+ "complexType": {
32
+ "original": "ButtonVariants[\"appearance\"]",
33
+ "resolved": "\"brand\" | \"danger\" | \"inverted\" | \"neutral\" | \"success\" | \"warning\" | undefined",
34
+ "references": {
35
+ "ButtonVariants": {
36
+ "location": "import",
37
+ "path": "@rarui/styles",
38
+ "id": "../../styles/dist/index.d.ts::ButtonVariants"
39
+ }
40
+ }
41
+ },
42
+ "required": false,
43
+ "optional": false,
44
+ "docs": {
45
+ "tags": [],
46
+ "text": ""
47
+ },
48
+ "attribute": "appearance",
49
+ "reflect": false,
50
+ "defaultValue": "\"brand\""
51
+ },
52
+ "variant": {
53
+ "type": "string",
54
+ "mutable": false,
55
+ "complexType": {
56
+ "original": "ButtonVariants[\"variant\"]",
57
+ "resolved": "\"outlined\" | \"solid\" | \"text\" | \"tonal\" | undefined",
58
+ "references": {
59
+ "ButtonVariants": {
60
+ "location": "import",
61
+ "path": "@rarui/styles",
62
+ "id": "../../styles/dist/index.d.ts::ButtonVariants"
63
+ }
64
+ }
65
+ },
66
+ "required": false,
67
+ "optional": false,
68
+ "docs": {
69
+ "tags": [],
70
+ "text": ""
71
+ },
72
+ "attribute": "variant",
73
+ "reflect": false,
74
+ "defaultValue": "\"solid\""
75
+ },
76
+ "size": {
77
+ "type": "string",
78
+ "mutable": false,
79
+ "complexType": {
80
+ "original": "ButtonVariants[\"size\"]",
81
+ "resolved": "\"large\" | \"medium\" | \"small\" | undefined",
82
+ "references": {
83
+ "ButtonVariants": {
84
+ "location": "import",
85
+ "path": "@rarui/styles",
86
+ "id": "../../styles/dist/index.d.ts::ButtonVariants"
87
+ }
88
+ }
89
+ },
90
+ "required": false,
91
+ "optional": false,
92
+ "docs": {
93
+ "tags": [],
94
+ "text": ""
95
+ },
96
+ "attribute": "size",
97
+ "reflect": false,
98
+ "defaultValue": "\"large\""
99
+ },
100
+ "full": {
101
+ "type": "boolean",
102
+ "mutable": false,
103
+ "complexType": {
104
+ "original": "ButtonVariants[\"full\"]",
105
+ "resolved": "boolean | undefined",
106
+ "references": {
107
+ "ButtonVariants": {
108
+ "location": "import",
109
+ "path": "@rarui/styles",
110
+ "id": "../../styles/dist/index.d.ts::ButtonVariants"
111
+ }
112
+ }
113
+ },
114
+ "required": false,
115
+ "optional": false,
116
+ "docs": {
117
+ "tags": [],
118
+ "text": ""
119
+ },
120
+ "attribute": "full",
121
+ "reflect": false
122
+ },
123
+ "disabled": {
124
+ "type": "boolean",
125
+ "mutable": false,
126
+ "complexType": {
127
+ "original": "HTMLButtonElement[\"disabled\"]",
128
+ "resolved": "boolean",
129
+ "references": {
130
+ "HTMLButtonElement": {
131
+ "location": "global",
132
+ "id": "global::HTMLButtonElement"
133
+ }
134
+ }
135
+ },
136
+ "required": false,
137
+ "optional": false,
138
+ "docs": {
139
+ "tags": [],
140
+ "text": ""
141
+ },
142
+ "attribute": "disabled",
143
+ "reflect": false
144
+ },
145
+ "type": {
146
+ "type": "string",
147
+ "mutable": false,
148
+ "complexType": {
149
+ "original": "HTMLButtonElement[\"type\"]",
150
+ "resolved": "\"button\" | \"reset\" | \"submit\"",
151
+ "references": {
152
+ "HTMLButtonElement": {
153
+ "location": "global",
154
+ "id": "global::HTMLButtonElement"
155
+ }
156
+ }
157
+ },
158
+ "required": false,
159
+ "optional": false,
160
+ "docs": {
161
+ "tags": [],
162
+ "text": ""
163
+ },
164
+ "attribute": "type",
165
+ "reflect": false
166
+ },
167
+ "href": {
168
+ "type": "string",
169
+ "mutable": false,
170
+ "complexType": {
171
+ "original": "HTMLAnchorElement[\"href\"]",
172
+ "resolved": "string",
173
+ "references": {
174
+ "HTMLAnchorElement": {
175
+ "location": "global",
176
+ "id": "global::HTMLAnchorElement"
177
+ }
178
+ }
179
+ },
180
+ "required": false,
181
+ "optional": false,
182
+ "docs": {
183
+ "tags": [],
184
+ "text": ""
185
+ },
186
+ "attribute": "href",
187
+ "reflect": false
188
+ },
189
+ "target": {
190
+ "type": "string",
191
+ "mutable": false,
192
+ "complexType": {
193
+ "original": "HTMLAnchorElement[\"target\"]",
194
+ "resolved": "string",
195
+ "references": {
196
+ "HTMLAnchorElement": {
197
+ "location": "global",
198
+ "id": "global::HTMLAnchorElement"
199
+ }
200
+ }
201
+ },
202
+ "required": false,
203
+ "optional": false,
204
+ "docs": {
205
+ "tags": [],
206
+ "text": ""
207
+ },
208
+ "attribute": "target",
209
+ "reflect": false
210
+ },
211
+ "as": {
212
+ "type": "string",
213
+ "mutable": false,
214
+ "complexType": {
215
+ "original": "string",
216
+ "resolved": "string",
217
+ "references": {}
218
+ },
219
+ "required": false,
220
+ "optional": false,
221
+ "docs": {
222
+ "tags": [],
223
+ "text": ""
224
+ },
225
+ "attribute": "as",
226
+ "reflect": false,
227
+ "defaultValue": "\"button\""
228
+ }
229
+ };
230
+ }
231
+ static get elementRef() { return "el"; }
232
+ }
233
+ //# sourceMappingURL=Button.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.js","sourceRoot":"","sources":["../../../../../../../../src/input/Button/src/Button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,EAAE,MAAM,EAAkB,MAAM,eAAe,CAAC;AAMvD,MAAM,OAAO,WAAW;;0BAG6B,OAAO;uBACb,OAAO;oBACb,OAAO;;;;;;kBAMzB,QAAQ;;IAE7B,MAAM;QACJ,MAAM,EAAE,GAAG,IAAI,CAAC,EAAE,CAAC;QACnB,OAAO,CACL,EAAC,EAAE,qDACD,KAAK,EAAE,MAAM,CAAC,UAAU,CAAC,MAAM,CAAC;gBAC9B,UAAU,EAAE,IAAI,CAAC,UAAU;gBAC3B,OAAO,EAAE,IAAI,CAAC,OAAO;gBACrB,IAAI,EAAE,IAAI,CAAC,IAAI;gBACf,IAAI,EAAE,IAAI,CAAC,IAAI;aAChB,CAAC,EACF,QAAQ,EAAE,IAAI,CAAC,QAAQ,EACvB,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,IAAI,EAAE,IAAI,CAAC,IAAI,EACf,MAAM,EAAE,IAAI,CAAC,MAAM;YAEnB,8DAAa,CACV,CACN,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, Prop, Element, h } from \"@stencil/core\";\nimport { button, ButtonVariants } from \"@rarui/styles\";\n\n@Component({\n tag: \"rarui-button\",\n scoped: true,\n})\nexport class RaruiButton {\n @Element() el: HTMLButtonElement;\n\n @Prop() appearance: ButtonVariants[\"appearance\"] = \"brand\";\n @Prop() variant: ButtonVariants[\"variant\"] = \"solid\";\n @Prop() size: ButtonVariants[\"size\"] = \"large\";\n @Prop() full: ButtonVariants[\"full\"];\n @Prop() disabled: HTMLButtonElement[\"disabled\"];\n @Prop() type: HTMLButtonElement[\"type\"];\n @Prop() href: HTMLAnchorElement[\"href\"];\n @Prop() target: HTMLAnchorElement[\"target\"];\n @Prop() as: string = \"button\";\n\n render() {\n const As = this.as;\n return (\n <As\n class={button.classnames.button({\n appearance: this.appearance,\n variant: this.variant,\n size: this.size,\n full: this.full,\n })}\n disabled={this.disabled}\n type={this.type}\n href={this.href}\n target={this.target}\n >\n <slot></slot>\n </As>\n );\n }\n}\n"]}
@@ -0,0 +1,70 @@
1
+ import { argTypesConvert, storyGenerator } from ".storybook/utils";
2
+ import docs from "./button.docs.json";
3
+ import "./Button";
4
+ const { argTypes, Template } = storyGenerator("rarui-button", argTypesConvert(docs));
5
+ const meta = {
6
+ title: "Entrada/Button",
7
+ tags: ["autodocs"],
8
+ argTypes,
9
+ };
10
+ export default meta;
11
+ export const Basic = Template.bind({});
12
+ Basic.args = {
13
+ appearance: "brand",
14
+ children: "Label",
15
+ };
16
+ export const Large = Template.bind({});
17
+ Large.args = {
18
+ children: "Label",
19
+ size: "large",
20
+ appearance: "brand",
21
+ };
22
+ export const Medium = Template.bind({});
23
+ Medium.args = {
24
+ children: "Label",
25
+ size: "medium",
26
+ appearance: "brand",
27
+ };
28
+ export const Small = Template.bind({});
29
+ Small.args = {
30
+ children: "Label",
31
+ size: "small",
32
+ appearance: "brand",
33
+ };
34
+ export const Disabled = Template.bind({});
35
+ Disabled.args = {
36
+ disabled: true,
37
+ children: "Label",
38
+ };
39
+ export const AsLink = Template.bind({});
40
+ AsLink.args = {
41
+ as: "a",
42
+ children: "Button as anchor",
43
+ href: "https://www.google.com.br",
44
+ target: "_blank",
45
+ };
46
+ export const Outlined = Template.bind({});
47
+ Outlined.args = {
48
+ children: "Label",
49
+ variant: "outlined",
50
+ appearance: "success",
51
+ };
52
+ export const Solid = Template.bind({});
53
+ Solid.args = {
54
+ children: "Label",
55
+ variant: "solid",
56
+ appearance: "danger",
57
+ };
58
+ export const Text = Template.bind({});
59
+ Text.args = {
60
+ children: "Label",
61
+ variant: "text",
62
+ appearance: "warning",
63
+ };
64
+ export const Tonal = Template.bind({});
65
+ Tonal.args = {
66
+ children: "Label",
67
+ variant: "tonal",
68
+ appearance: "success",
69
+ };
70
+ //# sourceMappingURL=button.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.stories.js","sourceRoot":"","sources":["../../../../../../../../src/input/Button/src/button.stories.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,IAAI,MAAM,oBAAoB,CAAC;AACtC,OAAO,UAAU,CAAC;AAElB,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,GAAG,cAAc,CAC3C,cAAc,EACd,eAAe,CAAC,IAAI,CAAC,CACtB,CAAC;AAEF,MAAM,IAAI,GAAG;IACX,KAAK,EAAE,gBAAgB;IACvB,IAAI,EAAE,CAAC,UAAU,CAAC;IAClB,QAAQ;CACW,CAAC;AAEtB,eAAe,IAAI,CAAC;AAGpB,MAAM,CAAC,MAAM,KAAK,GAAU,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAC9C,KAAK,CAAC,IAAI,GAAG;IACX,UAAU,EAAE,OAAO;IACnB,QAAQ,EAAE,OAAO;CAClB,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAU,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAC9C,KAAK,CAAC,IAAI,GAAG;IACX,QAAQ,EAAE,OAAO;IACjB,IAAI,EAAE,OAAO;IACb,UAAU,EAAE,OAAO;CACpB,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAU,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAC/C,MAAM,CAAC,IAAI,GAAG;IACZ,QAAQ,EAAE,OAAO;IACjB,IAAI,EAAE,QAAQ;IACd,UAAU,EAAE,OAAO;CACpB,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAU,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAC9C,KAAK,CAAC,IAAI,GAAG;IACX,QAAQ,EAAE,OAAO;IACjB,IAAI,EAAE,OAAO;IACb,UAAU,EAAE,OAAO;CACpB,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAU,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACjD,QAAQ,CAAC,IAAI,GAAG;IACd,QAAQ,EAAE,IAAI;IACd,QAAQ,EAAE,OAAO;CAClB,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAU,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAC/C,MAAM,CAAC,IAAI,GAAG;IACZ,EAAE,EAAE,GAAG;IACP,QAAQ,EAAE,kBAAkB;IAC5B,IAAI,EAAE,2BAA2B;IACjC,MAAM,EAAE,QAAQ;CACjB,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAAU,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACjD,QAAQ,CAAC,IAAI,GAAG;IACd,QAAQ,EAAE,OAAO;IACjB,OAAO,EAAE,UAAU;IACnB,UAAU,EAAE,SAAS;CACtB,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAU,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAC9C,KAAK,CAAC,IAAI,GAAG;IACX,QAAQ,EAAE,OAAO;IACjB,OAAO,EAAE,OAAO;IAChB,UAAU,EAAE,QAAQ;CACrB,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAU,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAC7C,IAAI,CAAC,IAAI,GAAG;IACV,QAAQ,EAAE,OAAO;IACjB,OAAO,EAAE,MAAM;IACf,UAAU,EAAE,SAAS;CACtB,CAAC;AAEF,MAAM,CAAC,MAAM,KAAK,GAAU,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAC9C,KAAK,CAAC,IAAI,GAAG;IACX,QAAQ,EAAE,OAAO;IACjB,OAAO,EAAE,OAAO;IAChB,UAAU,EAAE,SAAS;CACtB,CAAC","sourcesContent":["import type { Meta, StoryObj } from \"@storybook/html\";\nimport { argTypesConvert, storyGenerator } from \".storybook/utils\";\nimport docs from \"./button.docs.json\";\nimport \"./Button\";\n\nconst { argTypes, Template } = storyGenerator(\n \"rarui-button\",\n argTypesConvert(docs),\n);\n\nconst meta = {\n title: \"Entrada/Button\",\n tags: [\"autodocs\"],\n argTypes,\n} satisfies Meta<any>;\n\nexport default meta;\ntype Story = StoryObj<any>;\n\nexport const Basic: Story = Template.bind({});\nBasic.args = {\n appearance: \"brand\",\n children: \"Label\",\n};\n\nexport const Large: Story = Template.bind({});\nLarge.args = {\n children: \"Label\",\n size: \"large\",\n appearance: \"brand\",\n};\n\nexport const Medium: Story = Template.bind({});\nMedium.args = {\n children: \"Label\",\n size: \"medium\",\n appearance: \"brand\",\n};\n\nexport const Small: Story = Template.bind({});\nSmall.args = {\n children: \"Label\",\n size: \"small\",\n appearance: \"brand\",\n};\n\nexport const Disabled: Story = Template.bind({});\nDisabled.args = {\n disabled: true,\n children: \"Label\",\n};\n\nexport const AsLink: Story = Template.bind({});\nAsLink.args = {\n as: \"a\",\n children: \"Button as anchor\",\n href: \"https://www.google.com.br\",\n target: \"_blank\",\n};\n\nexport const Outlined: Story = Template.bind({});\nOutlined.args = {\n children: \"Label\",\n variant: \"outlined\",\n appearance: \"success\",\n};\n\nexport const Solid: Story = Template.bind({});\nSolid.args = {\n children: \"Label\",\n variant: \"solid\",\n appearance: \"danger\",\n};\n\nexport const Text: Story = Template.bind({});\nText.args = {\n children: \"Label\",\n variant: \"text\",\n appearance: \"warning\",\n};\n\nexport const Tonal: Story = Template.bind({});\nTonal.args = {\n children: \"Label\",\n variant: \"tonal\",\n appearance: \"success\",\n};\n"]}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../../src/input/Button/src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG","sourcesContent":["/**\n * @fileoverview entry point for your component library\n *\n * This is the entry point for your component library. Use this file to export utilities,\n * constants or data structure that accompany your components.\n *\n * DO NOT use this file to export your components. Instead, use the recommended approaches\n * to consume components of this package as outlined in the `README.md`.\n */\n\nexport type * from \"./components.js\";\n"]}
@@ -0,0 +1,5 @@
1
+ import { configuration } from "@rarui/stencil/src";
2
+ export const config = configuration.getConfiguration({
3
+ namespace: "rarui-button",
4
+ });
5
+ //# sourceMappingURL=stencil.config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stencil.config.js","sourceRoot":"","sources":["../../../../../../../src/input/Button/stencil.config.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD,MAAM,CAAC,MAAM,MAAM,GAAG,aAAa,CAAC,gBAAgB,CAAC;IACnD,SAAS,EAAE,cAAc;CAC1B,CAAC,CAAC","sourcesContent":["import { configuration } from \"@rarui/stencil/src\";\n\nexport const config = configuration.getConfiguration({\n namespace: \"rarui-button\",\n});\n"]}
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ const globalScripts = () => {};
4
+
5
+ exports.globalScripts = globalScripts;
6
+
7
+ //# sourceMappingURL=app-globals-3a1e7e63.js.map