@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-51e345c1.js';
2
+ export { s as setNonce } from './index-51e345c1.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, H as Host, g as getElement } from './index-51e345c1.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(Host, { key: '89dcf501dcb03a095b34761343a6aa84fff54723' }, h(As, { key: '2f3ccccc501f595ea140e70da8da0b55592debfe', 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: '466fe7909948bd9205833359876d4738e9af53a7' }))));
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-51e345c1.js';
2
+ export { s as setNonce } from './index-51e345c1.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,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 H={};var z=e=>e&&e.j===H;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=z(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 He=e=>{};var ze=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((()=>He()))}}};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((()=>ze(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{H,Qe as b,K as g,W as h,b as p,o as r,qe as s};
3
+ //# sourceMappingURL=p-54ec5e00.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{r as t,h as s,H as e,g as i}from"./p-54ec5e00.js";import{button as a}from"@rarui/styles";const r=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(e,{key:"89dcf501dcb03a095b34761343a6aa84fff54723"},s(t,{key:"2f3ccccc501f595ea140e70da8da0b55592debfe",class:a.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:"466fe7909948bd9205833359876d4738e9af53a7"})))}get el(){return i(this)}};export{r as rarui_button};
2
+ //# sourceMappingURL=p-e35c2483.entry.js.map
@@ -0,0 +1,2 @@
1
+ import{p as e,b as a}from"./p-54ec5e00.js";export{s as setNonce}from"./p-54ec5e00.js";import{g as r}from"./p-e1255160.js";var t=()=>{const a=import.meta.url;const r={};if(a!==""){r.resourcesUrl=new URL(".",a).href}return e(r)};t().then((async e=>{await r();return a([["p-e35c2483",[[6,"rarui-button",{appearance:[1],variant:[1],size:[1],full:[4],disabled:[4],type:[1],href:[1],target:[1],as:[1]}]]]],e)}));
2
+ //# sourceMappingURL=rarui-button.esm.js.map
@@ -0,0 +1,67 @@
1
+ import { __decorate } from "tslib";
2
+ import { h } from "@stencil/core";
3
+ import { text, CaptureCssProperties } from "@rarui/styles";
4
+ export class RaruiText {
5
+ constructor() {
6
+ this.props = {};
7
+ this.lineClamp = undefined;
8
+ this.as = "p";
9
+ }
10
+ render() {
11
+ var _a;
12
+ const As = this.as;
13
+ const { className, style, otherProps } = text.sprinkle(Object.assign(Object.assign({}, this.props), { fontWeight: (_a = this.props.fontWeight) !== null && _a !== void 0 ? _a : "$regular" }));
14
+ console.log(this.lineClamp);
15
+ return (h(As, Object.assign({ key: '34e9cea5a107284c1bc058ff09cb58af1f74d9ea', class: [
16
+ className,
17
+ text.classnames.text({
18
+ lineClamp: !!(this === null || this === void 0 ? void 0 : this.lineClamp),
19
+ }),
20
+ ].join(" "), style: Object.assign(Object.assign({}, style), { WebkitLineClamp: this === null || this === void 0 ? void 0 : this.lineClamp }) }, otherProps), h("slot", { key: '0df2fca0bc8559a37e8f8d83564de4a814152e7c' })));
21
+ }
22
+ static get is() { return "rarui-text"; }
23
+ static get properties() {
24
+ return {
25
+ "lineClamp": {
26
+ "type": "string",
27
+ "mutable": false,
28
+ "complexType": {
29
+ "original": "string",
30
+ "resolved": "string",
31
+ "references": {}
32
+ },
33
+ "required": false,
34
+ "optional": false,
35
+ "docs": {
36
+ "tags": [],
37
+ "text": ""
38
+ },
39
+ "attribute": "line-clamp",
40
+ "reflect": false
41
+ },
42
+ "as": {
43
+ "type": "string",
44
+ "mutable": false,
45
+ "complexType": {
46
+ "original": "\"p\" | \"span\"",
47
+ "resolved": "\"p\" | \"span\"",
48
+ "references": {}
49
+ },
50
+ "required": false,
51
+ "optional": false,
52
+ "docs": {
53
+ "tags": [],
54
+ "text": ""
55
+ },
56
+ "attribute": "as",
57
+ "reflect": false,
58
+ "defaultValue": "\"p\""
59
+ }
60
+ };
61
+ }
62
+ static get elementRef() { return "el"; }
63
+ }
64
+ __decorate([
65
+ CaptureCssProperties
66
+ ], RaruiText.prototype, "render", null);
67
+ //# sourceMappingURL=Text.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Text.js","sourceRoot":"","sources":["../../../../../../../../src/exhibition/Text/src/Text.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,OAAO,EAAE,CAAC,EAAE,MAAM,eAAe,CAAC;AAC5D,OAAO,EAAE,IAAI,EAAE,oBAAoB,EAAE,MAAM,eAAe,CAAC;AAK3D,MAAM,OAAO,SAAS;;QACZ,UAAK,GAA2B,EAAE,CAAC;;kBAIhB,GAAG;;IAE9B,MAAM;;QACJ,MAAM,EAAE,GAAG,IAAI,CAAC,EAAE,CAAC;QACnB,MAAM,EAAE,SAAS,EAAE,KAAK,EAAE,UAAU,EAAE,GAAG,IAAI,CAAC,QAAQ,iCACjD,IAAI,CAAC,KAAK,KACb,UAAU,EAAE,MAAA,IAAI,CAAC,KAAK,CAAC,UAAU,mCAAI,UAAU,IAC/C,CAAC;QAEH,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;QAE5B,OAAO,CACL,EAAC,EAAE,mEACD,KAAK,EAAE;gBACL,SAAS;gBACT,IAAI,CAAC,UAAU,CAAC,IAAI,CAAC;oBACnB,SAAS,EAAE,CAAC,CAAC,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,SAAS,CAAA;iBAC7B,CAAC;aACH,CAAC,IAAI,CAAC,GAAG,CAAC,EACX,KAAK,kCAAO,KAAK,KAAE,eAAe,EAAE,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,SAAS,OAC/C,UAAU;YAEd,8DAAa,CACV,CACN,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF;AAxBC;IADC,oBAAoB;uCAwBpB","sourcesContent":["import { Component, Prop, Element, h } from \"@stencil/core\";\nimport { text, CaptureCssProperties } from \"@rarui/styles\";\n\n@Component({\n tag: \"rarui-text\",\n})\nexport class RaruiText {\n private props: { [key: string]: any } = {};\n\n @Element() el: HTMLUListElement;\n @Prop() lineClamp: string;\n @Prop() as: \"p\" | \"span\" = \"p\";\n @CaptureCssProperties\n render() {\n const As = this.as;\n const { className, style, otherProps } = text.sprinkle({\n ...this.props,\n fontWeight: this.props.fontWeight ?? \"$regular\",\n });\n\n console.log(this.lineClamp);\n\n return (\n <As\n class={[\n className,\n text.classnames.text({\n lineClamp: !!this?.lineClamp,\n }),\n ].join(\" \")}\n style={{ ...style, WebkitLineClamp: this?.lineClamp }}\n {...otherProps}\n >\n <slot></slot>\n </As>\n );\n }\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/exhibition/Text/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,66 @@
1
+ import { argTypesConvert, storyGenerator } from ".storybook/utils";
2
+ import docs from "./text.docs.json";
3
+ import "./Text";
4
+ const { argTypes, Template } = storyGenerator("rarui-text", argTypesConvert(docs));
5
+ const meta = {
6
+ title: "Exibição/Text",
7
+ tags: ["autodocs"],
8
+ argTypes,
9
+ };
10
+ export default meta;
11
+ export const basic = Template.bind({});
12
+ basic.args = {
13
+ children: "Lorem ipsum dolor sit amet",
14
+ color: "$primary",
15
+ };
16
+ export const p = Template.bind({});
17
+ p.args = {
18
+ as: "p",
19
+ color: "$primary",
20
+ children: "Lorem ipsum dolor sit amet",
21
+ };
22
+ export const span = Template.bind({});
23
+ span.args = {
24
+ as: "span",
25
+ color: "$primary",
26
+ children: "Lorem ipsum dolor sit amet",
27
+ };
28
+ export const primary = Template.bind({});
29
+ primary.args = {
30
+ color: "$primary",
31
+ children: "Lorem ipsum dolor sit amet",
32
+ };
33
+ export const success = Template.bind({});
34
+ success.args = {
35
+ color: "$success",
36
+ children: "Lorem ipsum dolor sit amet",
37
+ };
38
+ export const warning = Template.bind({});
39
+ warning.args = {
40
+ color: "$warning",
41
+ children: "Lorem ipsum dolor sit amet",
42
+ };
43
+ export const danger = Template.bind({});
44
+ danger.args = {
45
+ color: "$error",
46
+ children: "Lorem ipsum dolor sit amet",
47
+ };
48
+ export const secondary = Template.bind({});
49
+ secondary.args = {
50
+ color: "$secondary",
51
+ children: "Lorem ipsum dolor sit amet",
52
+ };
53
+ export const responsive = Template.bind({});
54
+ responsive.args = {
55
+ color: "$primary",
56
+ children: "Lorem ipsum dolor sit amet",
57
+ textAlign: { xs: "center", md: "center", lg: "left", xl: "right" },
58
+ };
59
+ export const lineClamp = Template.bind({});
60
+ lineClamp.args = {
61
+ color: "$primary",
62
+ children: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus et nisi sit amet quam convallis consectetur. Vestibulum hendrerit ac urna eget rhoncus. Aliquam non velit finibus sem gravida pretium. In neque metus, interdum a quam id, pulvinar consequat leo. Proin sapien mauris, efficitur ut mi at, finibus commodo metus. Pellentesque ac pellentesque risus. Nulla facilisi.",
63
+ textAlign: "left",
64
+ lineClamp: 1,
65
+ };
66
+ //# sourceMappingURL=text.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text.stories.js","sourceRoot":"","sources":["../../../../../../../../src/exhibition/Text/src/text.stories.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,IAAI,MAAM,kBAAkB,CAAC;AACpC,OAAO,QAAQ,CAAC;AAEhB,MAAM,EAAE,QAAQ,EAAE,QAAQ,EAAE,GAAG,cAAc,CAC3C,YAAY,EACZ,eAAe,CAAC,IAAI,CAAC,CACtB,CAAC;AAEF,MAAM,IAAI,GAAG;IACX,KAAK,EAAE,eAAe;IACtB,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,QAAQ,EAAE,4BAA4B;IACtC,KAAK,EAAE,UAAU;CAClB,CAAC;AAEF,MAAM,CAAC,MAAM,CAAC,GAAU,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAC1C,CAAC,CAAC,IAAI,GAAG;IACP,EAAE,EAAE,GAAG;IACP,KAAK,EAAE,UAAU;IACjB,QAAQ,EAAE,4BAA4B;CACvC,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAAU,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAC7C,IAAI,CAAC,IAAI,GAAG;IACV,EAAE,EAAE,MAAM;IACV,KAAK,EAAE,UAAU;IACjB,QAAQ,EAAE,4BAA4B;CACvC,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAU,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAChD,OAAO,CAAC,IAAI,GAAG;IACb,KAAK,EAAE,UAAU;IACjB,QAAQ,EAAE,4BAA4B;CACvC,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAU,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAChD,OAAO,CAAC,IAAI,GAAG;IACb,KAAK,EAAE,UAAU;IACjB,QAAQ,EAAE,4BAA4B;CACvC,CAAC;AAEF,MAAM,CAAC,MAAM,OAAO,GAAU,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAChD,OAAO,CAAC,IAAI,GAAG;IACb,KAAK,EAAE,UAAU;IACjB,QAAQ,EAAE,4BAA4B;CACvC,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAAU,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAC/C,MAAM,CAAC,IAAI,GAAG;IACZ,KAAK,EAAE,QAAQ;IACf,QAAQ,EAAE,4BAA4B;CACvC,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAAU,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAClD,SAAS,CAAC,IAAI,GAAG;IACf,KAAK,EAAE,YAAY;IACnB,QAAQ,EAAE,4BAA4B;CACvC,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAAU,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AACnD,UAAU,CAAC,IAAI,GAAG;IAChB,KAAK,EAAE,UAAU;IACjB,QAAQ,EAAE,4BAA4B;IACtC,SAAS,EAAE,EAAE,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,QAAQ,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,OAAO,EAAE;CACnE,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAAU,QAAQ,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC;AAClD,SAAS,CAAC,IAAI,GAAG;IACf,KAAK,EAAE,UAAU;IACjB,QAAQ,EACN,yXAAyX;IAC3X,SAAS,EAAE,MAAM;IACjB,SAAS,EAAE,CAAC;CACb,CAAC","sourcesContent":["import type { Meta, StoryObj } from \"@storybook/html\";\nimport { argTypesConvert, storyGenerator } from \".storybook/utils\";\nimport docs from \"./text.docs.json\";\nimport \"./Text\";\n\nconst { argTypes, Template } = storyGenerator(\n \"rarui-text\",\n argTypesConvert(docs),\n);\n\nconst meta = {\n title: \"Exibição/Text\",\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 children: \"Lorem ipsum dolor sit amet\",\n color: \"$primary\",\n};\n\nexport const p: Story = Template.bind({});\np.args = {\n as: \"p\",\n color: \"$primary\",\n children: \"Lorem ipsum dolor sit amet\",\n};\n\nexport const span: Story = Template.bind({});\nspan.args = {\n as: \"span\",\n color: \"$primary\",\n children: \"Lorem ipsum dolor sit amet\",\n};\n\nexport const primary: Story = Template.bind({});\nprimary.args = {\n color: \"$primary\",\n children: \"Lorem ipsum dolor sit amet\",\n};\n\nexport const success: Story = Template.bind({});\nsuccess.args = {\n color: \"$success\",\n children: \"Lorem ipsum dolor sit amet\",\n};\n\nexport const warning: Story = Template.bind({});\nwarning.args = {\n color: \"$warning\",\n children: \"Lorem ipsum dolor sit amet\",\n};\n\nexport const danger: Story = Template.bind({});\ndanger.args = {\n color: \"$error\",\n children: \"Lorem ipsum dolor sit amet\",\n};\n\nexport const secondary: Story = Template.bind({});\nsecondary.args = {\n color: \"$secondary\",\n children: \"Lorem ipsum dolor sit amet\",\n};\n\nexport const responsive: Story = Template.bind({});\nresponsive.args = {\n color: \"$primary\",\n children: \"Lorem ipsum dolor sit amet\",\n textAlign: { xs: \"center\", md: \"center\", lg: \"left\", xl: \"right\" },\n};\n\nexport const lineClamp: Story = Template.bind({});\nlineClamp.args = {\n color: \"$primary\",\n children:\n \"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus et nisi sit amet quam convallis consectetur. Vestibulum hendrerit ac urna eget rhoncus. Aliquam non velit finibus sem gravida pretium. In neque metus, interdum a quam id, pulvinar consequat leo. Proin sapien mauris, efficitur ut mi at, finibus commodo metus. Pellentesque ac pellentesque risus. Nulla facilisi.\",\n textAlign: \"left\",\n lineClamp: 1,\n};\n"]}
@@ -0,0 +1,5 @@
1
+ import { configuration } from "@rarui/stencil/src";
2
+ export const config = configuration.getConfiguration({
3
+ namespace: "rarui-text",
4
+ });
5
+ //# sourceMappingURL=stencil.config.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"stencil.config.js","sourceRoot":"","sources":["../../../../../../../src/exhibition/Text/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,YAAY;CACxB,CAAC,CAAC","sourcesContent":["import { configuration } from \"@rarui/stencil/src\";\n\nexport const config = configuration.getConfiguration({\n namespace: \"rarui-text\",\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