@shibui-ui/ui 1.6.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1966) hide show
  1. package/dist/angular/directives.ts +648 -0
  2. package/dist/architecture/base-components/lib-list.model.d.ts +31 -0
  3. package/dist/architecture/base-components/lib-list.model.d.ts.map +1 -0
  4. package/dist/components/atoms/accordion-item/lib-accordion-item.component.d.ts +33 -0
  5. package/dist/components/atoms/accordion-item/lib-accordion-item.component.d.ts.map +1 -0
  6. package/dist/components/atoms/accordion-item/lib-accordion-item.component.html.d.ts +16 -0
  7. package/dist/components/atoms/accordion-item/lib-accordion-item.component.html.d.ts.map +1 -0
  8. package/dist/components/atoms/accordion-item/lib-accordion-item.stories.d.ts +12 -0
  9. package/dist/components/atoms/accordion-item/lib-accordion-item.stories.d.ts.map +1 -0
  10. package/dist/components/atoms/aspect-ratio/lib-aspect-ratio.component.d.ts +11 -0
  11. package/dist/components/atoms/aspect-ratio/lib-aspect-ratio.component.d.ts.map +1 -0
  12. package/dist/components/atoms/aspect-ratio/lib-aspect-ratio.html.d.ts +3 -0
  13. package/dist/components/atoms/aspect-ratio/lib-aspect-ratio.html.d.ts.map +1 -0
  14. package/dist/components/atoms/aspect-ratio/lib-aspect-ratio.stories.d.ts +5 -0
  15. package/dist/components/atoms/aspect-ratio/lib-aspect-ratio.stories.d.ts.map +1 -0
  16. package/dist/components/atoms/avatar/lib-avatar.component.d.ts +39 -0
  17. package/dist/components/atoms/avatar/lib-avatar.component.d.ts.map +1 -0
  18. package/dist/components/atoms/avatar/lib-avatar.html.d.ts +27 -0
  19. package/dist/components/atoms/avatar/lib-avatar.html.d.ts.map +1 -0
  20. package/dist/components/atoms/avatar/lib-avatar.stories.d.ts +14 -0
  21. package/dist/components/atoms/avatar/lib-avatar.stories.d.ts.map +1 -0
  22. package/dist/components/atoms/background/lib-background.component.d.ts +44 -0
  23. package/dist/components/atoms/background/lib-background.component.d.ts.map +1 -0
  24. package/dist/components/atoms/background/lib-background.html.d.ts +14 -0
  25. package/dist/components/atoms/background/lib-background.html.d.ts.map +1 -0
  26. package/dist/components/atoms/background/lib-background.stories.d.ts +13 -0
  27. package/dist/components/atoms/background/lib-background.stories.d.ts.map +1 -0
  28. package/dist/components/atoms/background/lib-background.types.d.ts +22 -0
  29. package/dist/components/atoms/background/lib-background.types.d.ts.map +1 -0
  30. package/dist/components/atoms/badge/lib-badge.component.d.ts +33 -0
  31. package/dist/components/atoms/badge/lib-badge.component.d.ts.map +1 -0
  32. package/dist/components/atoms/badge/lib-badge.html.d.ts +19 -0
  33. package/dist/components/atoms/badge/lib-badge.html.d.ts.map +1 -0
  34. package/dist/components/atoms/badge/lib-badge.stories.d.ts +15 -0
  35. package/dist/components/atoms/badge/lib-badge.stories.d.ts.map +1 -0
  36. package/dist/components/atoms/bento-item/lib-bento-item.component.d.ts +34 -0
  37. package/dist/components/atoms/bento-item/lib-bento-item.component.d.ts.map +1 -0
  38. package/dist/components/atoms/bento-item/lib-bento-item.html.d.ts +4 -0
  39. package/dist/components/atoms/bento-item/lib-bento-item.html.d.ts.map +1 -0
  40. package/dist/components/atoms/bento-item/lib-bento-item.stories.d.ts +6 -0
  41. package/dist/components/atoms/bento-item/lib-bento-item.stories.d.ts.map +1 -0
  42. package/dist/components/atoms/burger-button/lib-burger-button.component.d.ts +42 -0
  43. package/dist/components/atoms/burger-button/lib-burger-button.component.d.ts.map +1 -0
  44. package/dist/components/atoms/burger-button/lib-burger-button.html.d.ts +4 -0
  45. package/dist/components/atoms/burger-button/lib-burger-button.html.d.ts.map +1 -0
  46. package/dist/components/atoms/burger-button/lib-burger-button.stories.d.ts +13 -0
  47. package/dist/components/atoms/burger-button/lib-burger-button.stories.d.ts.map +1 -0
  48. package/dist/components/atoms/burger-button/lib-burger-button.types.d.ts +3 -0
  49. package/dist/components/atoms/burger-button/lib-burger-button.types.d.ts.map +1 -0
  50. package/dist/components/atoms/button/lib-button.component.d.ts +53 -0
  51. package/dist/components/atoms/button/lib-button.component.d.ts.map +1 -0
  52. package/dist/components/atoms/button/lib-button.html.d.ts +19 -0
  53. package/dist/components/atoms/button/lib-button.html.d.ts.map +1 -0
  54. package/dist/components/atoms/button/lib-button.stories.d.ts +16 -0
  55. package/dist/components/atoms/button/lib-button.stories.d.ts.map +1 -0
  56. package/dist/components/atoms/card/card-grid/lib-card-grid.component.d.ts +34 -0
  57. package/dist/components/atoms/card/card-grid/lib-card-grid.component.d.ts.map +1 -0
  58. package/dist/components/atoms/card/lib-card.component.d.ts +41 -0
  59. package/dist/components/atoms/card/lib-card.component.d.ts.map +1 -0
  60. package/dist/components/atoms/card/lib-card.html.d.ts +16 -0
  61. package/dist/components/atoms/card/lib-card.html.d.ts.map +1 -0
  62. package/dist/components/atoms/card/lib-card.stories.d.ts +16 -0
  63. package/dist/components/atoms/card/lib-card.stories.d.ts.map +1 -0
  64. package/dist/components/atoms/card/lib-card.types.d.ts +5 -0
  65. package/dist/components/atoms/card/lib-card.types.d.ts.map +1 -0
  66. package/dist/components/atoms/checkbox/lib-checkbox.component.d.ts +51 -0
  67. package/dist/components/atoms/checkbox/lib-checkbox.component.d.ts.map +1 -0
  68. package/dist/components/atoms/checkbox/lib-checkbox.html.d.ts +25 -0
  69. package/dist/components/atoms/checkbox/lib-checkbox.html.d.ts.map +1 -0
  70. package/dist/components/atoms/checkbox/lib-checkbox.stories.d.ts +13 -0
  71. package/dist/components/atoms/checkbox/lib-checkbox.stories.d.ts.map +1 -0
  72. package/dist/components/atoms/close-button/lib-close-button.component.d.ts +39 -0
  73. package/dist/components/atoms/close-button/lib-close-button.component.d.ts.map +1 -0
  74. package/dist/components/atoms/close-button/lib-close-button.html.d.ts +20 -0
  75. package/dist/components/atoms/close-button/lib-close-button.html.d.ts.map +1 -0
  76. package/dist/components/atoms/close-button/lib-close-button.stories.d.ts +15 -0
  77. package/dist/components/atoms/close-button/lib-close-button.stories.d.ts.map +1 -0
  78. package/dist/components/atoms/code-block/lib-code-block.component.d.ts +44 -0
  79. package/dist/components/atoms/code-block/lib-code-block.component.d.ts.map +1 -0
  80. package/dist/components/atoms/code-block/lib-code-block.html.d.ts +12 -0
  81. package/dist/components/atoms/code-block/lib-code-block.html.d.ts.map +1 -0
  82. package/dist/components/atoms/code-block/lib-code-block.stories.d.ts +13 -0
  83. package/dist/components/atoms/code-block/lib-code-block.stories.d.ts.map +1 -0
  84. package/dist/components/atoms/color-scale/lib-color-scale.component.d.ts +29 -0
  85. package/dist/components/atoms/color-scale/lib-color-scale.component.d.ts.map +1 -0
  86. package/dist/components/atoms/color-scale/lib-color-scale.html.d.ts +4 -0
  87. package/dist/components/atoms/color-scale/lib-color-scale.html.d.ts.map +1 -0
  88. package/dist/components/atoms/color-scale/lib-color-scale.stories.d.ts +9 -0
  89. package/dist/components/atoms/color-scale/lib-color-scale.stories.d.ts.map +1 -0
  90. package/dist/components/atoms/color-scale/lib-color-scale.types.d.ts +9 -0
  91. package/dist/components/atoms/color-scale/lib-color-scale.types.d.ts.map +1 -0
  92. package/dist/components/atoms/content-pillar/content-pillar.component.d.ts +52 -0
  93. package/dist/components/atoms/content-pillar/content-pillar.component.d.ts.map +1 -0
  94. package/dist/components/atoms/content-pillar/content-pillar.html.d.ts +4 -0
  95. package/dist/components/atoms/content-pillar/content-pillar.html.d.ts.map +1 -0
  96. package/dist/components/atoms/content-pillar/content-pillar.stories.d.ts +10 -0
  97. package/dist/components/atoms/content-pillar/content-pillar.stories.d.ts.map +1 -0
  98. package/dist/components/atoms/copy-button/lib-copy-button.component.d.ts +48 -0
  99. package/dist/components/atoms/copy-button/lib-copy-button.component.d.ts.map +1 -0
  100. package/dist/components/atoms/copy-button/lib-copy-button.html.d.ts +27 -0
  101. package/dist/components/atoms/copy-button/lib-copy-button.html.d.ts.map +1 -0
  102. package/dist/components/atoms/copy-button/lib-copy-button.stories.d.ts +15 -0
  103. package/dist/components/atoms/copy-button/lib-copy-button.stories.d.ts.map +1 -0
  104. package/dist/components/atoms/display-heading/lib-display-heading.component.d.ts +79 -0
  105. package/dist/components/atoms/display-heading/lib-display-heading.component.d.ts.map +1 -0
  106. package/dist/components/atoms/display-heading/lib-display-heading.html.d.ts +4 -0
  107. package/dist/components/atoms/display-heading/lib-display-heading.html.d.ts.map +1 -0
  108. package/dist/components/atoms/display-heading/lib-display-heading.stories.d.ts +15 -0
  109. package/dist/components/atoms/display-heading/lib-display-heading.stories.d.ts.map +1 -0
  110. package/dist/components/atoms/display-heading/lib-display-heading.types.d.ts +4 -0
  111. package/dist/components/atoms/display-heading/lib-display-heading.types.d.ts.map +1 -0
  112. package/dist/components/atoms/divider/lib-divider.component.d.ts +61 -0
  113. package/dist/components/atoms/divider/lib-divider.component.d.ts.map +1 -0
  114. package/dist/components/atoms/divider/lib-divider.component.html.d.ts +19 -0
  115. package/dist/components/atoms/divider/lib-divider.component.html.d.ts.map +1 -0
  116. package/dist/components/atoms/divider/lib-divider.stories.d.ts +19 -0
  117. package/dist/components/atoms/divider/lib-divider.stories.d.ts.map +1 -0
  118. package/dist/components/atoms/eyebrow/lib-eyebrow.component.d.ts +64 -0
  119. package/dist/components/atoms/eyebrow/lib-eyebrow.component.d.ts.map +1 -0
  120. package/dist/components/atoms/eyebrow/lib-eyebrow.html.d.ts +4 -0
  121. package/dist/components/atoms/eyebrow/lib-eyebrow.html.d.ts.map +1 -0
  122. package/dist/components/atoms/eyebrow/lib-eyebrow.stories.d.ts +17 -0
  123. package/dist/components/atoms/eyebrow/lib-eyebrow.stories.d.ts.map +1 -0
  124. package/dist/components/atoms/glass-card/lib-glass-card.component.d.ts +47 -0
  125. package/dist/components/atoms/glass-card/lib-glass-card.component.d.ts.map +1 -0
  126. package/dist/components/atoms/glass-card/lib-glass-card.html.d.ts +17 -0
  127. package/dist/components/atoms/glass-card/lib-glass-card.html.d.ts.map +1 -0
  128. package/dist/components/atoms/glass-card/lib-glass-card.stories.d.ts +13 -0
  129. package/dist/components/atoms/glass-card/lib-glass-card.stories.d.ts.map +1 -0
  130. package/dist/components/atoms/icon/lib-icon.component.d.ts +12 -0
  131. package/dist/components/atoms/icon/lib-icon.component.d.ts.map +1 -0
  132. package/dist/components/atoms/icon/lib-icon.stories.d.ts +9 -0
  133. package/dist/components/atoms/icon/lib-icon.stories.d.ts.map +1 -0
  134. package/dist/components/atoms/index.d.ts +17 -0
  135. package/dist/components/atoms/index.d.ts.map +1 -0
  136. package/dist/components/atoms/kbd/lib-kbd.component.d.ts +48 -0
  137. package/dist/components/atoms/kbd/lib-kbd.component.d.ts.map +1 -0
  138. package/dist/components/atoms/kbd/lib-kbd.html.d.ts +23 -0
  139. package/dist/components/atoms/kbd/lib-kbd.html.d.ts.map +1 -0
  140. package/dist/components/atoms/kbd/lib-kbd.stories.d.ts +15 -0
  141. package/dist/components/atoms/kbd/lib-kbd.stories.d.ts.map +1 -0
  142. package/dist/components/atoms/label/lib-label.component.d.ts +10 -0
  143. package/dist/components/atoms/label/lib-label.component.d.ts.map +1 -0
  144. package/dist/components/atoms/lib-counter/lib-counter.component.d.ts +84 -0
  145. package/dist/components/atoms/lib-counter/lib-counter.component.d.ts.map +1 -0
  146. package/dist/components/atoms/lib-counter/lib-counter.html.d.ts +25 -0
  147. package/dist/components/atoms/lib-counter/lib-counter.html.d.ts.map +1 -0
  148. package/dist/components/atoms/lib-counter/lib-counter.stories.d.ts +14 -0
  149. package/dist/components/atoms/lib-counter/lib-counter.stories.d.ts.map +1 -0
  150. package/dist/components/atoms/liquid-button/lib-liquid-button.component.d.ts +43 -0
  151. package/dist/components/atoms/liquid-button/lib-liquid-button.component.d.ts.map +1 -0
  152. package/dist/components/atoms/liquid-button/lib-liquid-button.html.d.ts +4 -0
  153. package/dist/components/atoms/liquid-button/lib-liquid-button.html.d.ts.map +1 -0
  154. package/dist/components/atoms/liquid-button/lib-liquid-button.stories.d.ts +12 -0
  155. package/dist/components/atoms/liquid-button/lib-liquid-button.stories.d.ts.map +1 -0
  156. package/dist/components/atoms/liquid-button/lib-liquid-button.types.d.ts +11 -0
  157. package/dist/components/atoms/liquid-button/lib-liquid-button.types.d.ts.map +1 -0
  158. package/dist/components/atoms/magnetic/lib-magnetic.component.d.ts +19 -0
  159. package/dist/components/atoms/magnetic/lib-magnetic.component.d.ts.map +1 -0
  160. package/dist/components/atoms/magnetic/lib-magnetic.stories.d.ts +5 -0
  161. package/dist/components/atoms/magnetic/lib-magnetic.stories.d.ts.map +1 -0
  162. package/dist/components/atoms/progress/lib-progress.component.d.ts +48 -0
  163. package/dist/components/atoms/progress/lib-progress.component.d.ts.map +1 -0
  164. package/dist/components/atoms/progress/lib-progress.html.d.ts +9 -0
  165. package/dist/components/atoms/progress/lib-progress.html.d.ts.map +1 -0
  166. package/dist/components/atoms/progress/lib-progress.stories.d.ts +25 -0
  167. package/dist/components/atoms/progress/lib-progress.stories.d.ts.map +1 -0
  168. package/dist/components/atoms/progress/lib-progress.types.d.ts +30 -0
  169. package/dist/components/atoms/progress/lib-progress.types.d.ts.map +1 -0
  170. package/dist/components/atoms/progress-circle/lib-progress-circle.component.d.ts +77 -0
  171. package/dist/components/atoms/progress-circle/lib-progress-circle.component.d.ts.map +1 -0
  172. package/dist/components/atoms/progress-circle/lib-progress-circle.component.html.d.ts +30 -0
  173. package/dist/components/atoms/progress-circle/lib-progress-circle.component.html.d.ts.map +1 -0
  174. package/dist/components/atoms/progress-circle/lib-progress-circle.stories.d.ts +15 -0
  175. package/dist/components/atoms/progress-circle/lib-progress-circle.stories.d.ts.map +1 -0
  176. package/dist/components/atoms/quote/lib-quote.component.d.ts +61 -0
  177. package/dist/components/atoms/quote/lib-quote.component.d.ts.map +1 -0
  178. package/dist/components/atoms/quote/lib-quote.html.d.ts +4 -0
  179. package/dist/components/atoms/quote/lib-quote.html.d.ts.map +1 -0
  180. package/dist/components/atoms/quote/lib-quote.stories.d.ts +11 -0
  181. package/dist/components/atoms/quote/lib-quote.stories.d.ts.map +1 -0
  182. package/dist/components/atoms/radio/lib-radio.component.d.ts +55 -0
  183. package/dist/components/atoms/radio/lib-radio.component.d.ts.map +1 -0
  184. package/dist/components/atoms/radio/lib-radio.html.d.ts +26 -0
  185. package/dist/components/atoms/radio/lib-radio.html.d.ts.map +1 -0
  186. package/dist/components/atoms/radio/lib-radio.stories.d.ts +14 -0
  187. package/dist/components/atoms/radio/lib-radio.stories.d.ts.map +1 -0
  188. package/dist/components/atoms/rating/lib-rating.component.d.ts +45 -0
  189. package/dist/components/atoms/rating/lib-rating.component.d.ts.map +1 -0
  190. package/dist/components/atoms/rating/lib-rating.html.d.ts +4 -0
  191. package/dist/components/atoms/rating/lib-rating.html.d.ts.map +1 -0
  192. package/dist/components/atoms/rating/lib-rating.stories.d.ts +15 -0
  193. package/dist/components/atoms/rating/lib-rating.stories.d.ts.map +1 -0
  194. package/dist/components/atoms/rating/lib-rating.types.d.ts +4 -0
  195. package/dist/components/atoms/rating/lib-rating.types.d.ts.map +1 -0
  196. package/dist/components/atoms/reading-progress/lib-reading-progress.component.d.ts +62 -0
  197. package/dist/components/atoms/reading-progress/lib-reading-progress.component.d.ts.map +1 -0
  198. package/dist/components/atoms/reading-progress/lib-reading-progress.html.d.ts +10 -0
  199. package/dist/components/atoms/reading-progress/lib-reading-progress.html.d.ts.map +1 -0
  200. package/dist/components/atoms/reading-progress/lib-reading-progress.stories.d.ts +15 -0
  201. package/dist/components/atoms/reading-progress/lib-reading-progress.stories.d.ts.map +1 -0
  202. package/dist/components/atoms/ripple/lib-ripple.component.d.ts +17 -0
  203. package/dist/components/atoms/ripple/lib-ripple.component.d.ts.map +1 -0
  204. package/dist/components/atoms/ripple/lib-ripple.html.d.ts +4 -0
  205. package/dist/components/atoms/ripple/lib-ripple.html.d.ts.map +1 -0
  206. package/dist/components/atoms/ripple/lib-ripple.stories.d.ts +6 -0
  207. package/dist/components/atoms/ripple/lib-ripple.stories.d.ts.map +1 -0
  208. package/dist/components/atoms/select-option/lib-select-option.component.d.ts +28 -0
  209. package/dist/components/atoms/select-option/lib-select-option.component.d.ts.map +1 -0
  210. package/dist/components/atoms/select-option/lib-select-option.html.d.ts +4 -0
  211. package/dist/components/atoms/select-option/lib-select-option.html.d.ts.map +1 -0
  212. package/dist/components/atoms/select-option/lib-select-option.stories.d.ts +13 -0
  213. package/dist/components/atoms/select-option/lib-select-option.stories.d.ts.map +1 -0
  214. package/dist/components/atoms/select-option/lib-select-option.types.d.ts +7 -0
  215. package/dist/components/atoms/select-option/lib-select-option.types.d.ts.map +1 -0
  216. package/dist/components/atoms/skeleton/lib-skeleton.component.d.ts +69 -0
  217. package/dist/components/atoms/skeleton/lib-skeleton.component.d.ts.map +1 -0
  218. package/dist/components/atoms/skeleton/lib-skeleton.html.d.ts +19 -0
  219. package/dist/components/atoms/skeleton/lib-skeleton.html.d.ts.map +1 -0
  220. package/dist/components/atoms/skeleton/lib-skeleton.stories.d.ts +15 -0
  221. package/dist/components/atoms/skeleton/lib-skeleton.stories.d.ts.map +1 -0
  222. package/dist/components/atoms/spacer/lib-spacer.component.d.ts +8 -0
  223. package/dist/components/atoms/spacer/lib-spacer.component.d.ts.map +1 -0
  224. package/dist/components/atoms/spacer/lib-spacer.stories.d.ts +6 -0
  225. package/dist/components/atoms/spacer/lib-spacer.stories.d.ts.map +1 -0
  226. package/dist/components/atoms/spinner/lib-spinner.component.d.ts +44 -0
  227. package/dist/components/atoms/spinner/lib-spinner.component.d.ts.map +1 -0
  228. package/dist/components/atoms/spinner/lib-spinner.html.d.ts +11 -0
  229. package/dist/components/atoms/spinner/lib-spinner.html.d.ts.map +1 -0
  230. package/dist/components/atoms/spinner/lib-spinner.stories.d.ts +14 -0
  231. package/dist/components/atoms/spinner/lib-spinner.stories.d.ts.map +1 -0
  232. package/dist/components/atoms/spotlight-card/lib-spotlight-card.component.d.ts +49 -0
  233. package/dist/components/atoms/spotlight-card/lib-spotlight-card.component.d.ts.map +1 -0
  234. package/dist/components/atoms/spotlight-card/lib-spotlight-card.component.html.d.ts +21 -0
  235. package/dist/components/atoms/spotlight-card/lib-spotlight-card.component.html.d.ts.map +1 -0
  236. package/dist/components/atoms/spotlight-card/lib-spotlight-card.stories.d.ts +12 -0
  237. package/dist/components/atoms/spotlight-card/lib-spotlight-card.stories.d.ts.map +1 -0
  238. package/dist/components/atoms/status-dot/lib-status-dot.component.d.ts +59 -0
  239. package/dist/components/atoms/status-dot/lib-status-dot.component.d.ts.map +1 -0
  240. package/dist/components/atoms/status-dot/lib-status-dot.html.d.ts +19 -0
  241. package/dist/components/atoms/status-dot/lib-status-dot.html.d.ts.map +1 -0
  242. package/dist/components/atoms/status-dot/lib-status-dot.stories.d.ts +14 -0
  243. package/dist/components/atoms/status-dot/lib-status-dot.stories.d.ts.map +1 -0
  244. package/dist/components/atoms/step/lib-step.component.d.ts +76 -0
  245. package/dist/components/atoms/step/lib-step.component.d.ts.map +1 -0
  246. package/dist/components/atoms/step/lib-step.html.d.ts +30 -0
  247. package/dist/components/atoms/step/lib-step.html.d.ts.map +1 -0
  248. package/dist/components/atoms/step/lib-step.stories.d.ts +16 -0
  249. package/dist/components/atoms/step/lib-step.stories.d.ts.map +1 -0
  250. package/dist/components/atoms/switch/lib-switch.component.d.ts +55 -0
  251. package/dist/components/atoms/switch/lib-switch.component.d.ts.map +1 -0
  252. package/dist/components/atoms/switch/lib-switch.html.d.ts +28 -0
  253. package/dist/components/atoms/switch/lib-switch.html.d.ts.map +1 -0
  254. package/dist/components/atoms/switch/lib-switch.stories.d.ts +13 -0
  255. package/dist/components/atoms/switch/lib-switch.stories.d.ts.map +1 -0
  256. package/dist/components/atoms/text-glich/lib-text-glitch.component.d.ts +60 -0
  257. package/dist/components/atoms/text-glich/lib-text-glitch.component.d.ts.map +1 -0
  258. package/dist/components/atoms/text-glich/lib-text-glitch.html.d.ts +18 -0
  259. package/dist/components/atoms/text-glich/lib-text-glitch.html.d.ts.map +1 -0
  260. package/dist/components/atoms/text-glich/lib-text-glitch.stories.d.ts +16 -0
  261. package/dist/components/atoms/text-glich/lib-text-glitch.stories.d.ts.map +1 -0
  262. package/dist/components/atoms/text-list/lib-text-list.component.d.ts +75 -0
  263. package/dist/components/atoms/text-list/lib-text-list.component.d.ts.map +1 -0
  264. package/dist/components/atoms/text-list/lib-text-list.html.d.ts +4 -0
  265. package/dist/components/atoms/text-list/lib-text-list.html.d.ts.map +1 -0
  266. package/dist/components/atoms/text-list/lib-text-list.stories.d.ts +17 -0
  267. package/dist/components/atoms/text-list/lib-text-list.stories.d.ts.map +1 -0
  268. package/dist/components/atoms/text-list/lib-text-list.types.d.ts +87 -0
  269. package/dist/components/atoms/text-list/lib-text-list.types.d.ts.map +1 -0
  270. package/dist/components/atoms/tooltip/lib-tooltip.component.d.ts +79 -0
  271. package/dist/components/atoms/tooltip/lib-tooltip.component.d.ts.map +1 -0
  272. package/dist/components/atoms/tooltip/lib-tooltip.html.d.ts +13 -0
  273. package/dist/components/atoms/tooltip/lib-tooltip.html.d.ts.map +1 -0
  274. package/dist/components/atoms/tooltip/lib-tooltip.stories.d.ts +16 -0
  275. package/dist/components/atoms/tooltip/lib-tooltip.stories.d.ts.map +1 -0
  276. package/dist/components/atoms/visually-hidden/lib-visually-hidden.component.d.ts +6 -0
  277. package/dist/components/atoms/visually-hidden/lib-visually-hidden.component.d.ts.map +1 -0
  278. package/dist/components/atoms/visually-hidden/lib-visually-hidden.html.d.ts +3 -0
  279. package/dist/components/atoms/visually-hidden/lib-visually-hidden.html.d.ts.map +1 -0
  280. package/dist/components/atoms/visually-hidden/lib-visually-hidden.stories.d.ts +5 -0
  281. package/dist/components/atoms/visually-hidden/lib-visually-hidden.stories.d.ts.map +1 -0
  282. package/dist/components/index.d.ts +11 -0
  283. package/dist/components/index.d.ts.map +1 -0
  284. package/dist/components/molecules/breadcrumb/lib-breadcrumb.component.d.ts +37 -0
  285. package/dist/components/molecules/breadcrumb/lib-breadcrumb.component.d.ts.map +1 -0
  286. package/dist/components/molecules/breadcrumb/lib-breadcrumb.html.d.ts +18 -0
  287. package/dist/components/molecules/breadcrumb/lib-breadcrumb.html.d.ts.map +1 -0
  288. package/dist/components/molecules/breadcrumb/lib-breadcrumb.stories.d.ts +18 -0
  289. package/dist/components/molecules/breadcrumb/lib-breadcrumb.stories.d.ts.map +1 -0
  290. package/dist/components/molecules/breadcrumb/lib-breadcrumb.types.d.ts +13 -0
  291. package/dist/components/molecules/breadcrumb/lib-breadcrumb.types.d.ts.map +1 -0
  292. package/dist/components/molecules/button-group/lib-button-group.component.d.ts +60 -0
  293. package/dist/components/molecules/button-group/lib-button-group.component.d.ts.map +1 -0
  294. package/dist/components/molecules/button-group/lib-button-group.html.d.ts +17 -0
  295. package/dist/components/molecules/button-group/lib-button-group.html.d.ts.map +1 -0
  296. package/dist/components/molecules/button-group/lib-button-group.stories.d.ts +14 -0
  297. package/dist/components/molecules/button-group/lib-button-group.stories.d.ts.map +1 -0
  298. package/dist/components/molecules/button-group/lib-button-group.types.d.ts +8 -0
  299. package/dist/components/molecules/button-group/lib-button-group.types.d.ts.map +1 -0
  300. package/dist/components/molecules/checkbox-card/lib-checkbox-card.component.d.ts +63 -0
  301. package/dist/components/molecules/checkbox-card/lib-checkbox-card.component.d.ts.map +1 -0
  302. package/dist/components/molecules/checkbox-card/lib-checkbox-card.html.d.ts +4 -0
  303. package/dist/components/molecules/checkbox-card/lib-checkbox-card.html.d.ts.map +1 -0
  304. package/dist/components/molecules/checkbox-card/lib-checkbox-card.stories.d.ts +14 -0
  305. package/dist/components/molecules/checkbox-card/lib-checkbox-card.stories.d.ts.map +1 -0
  306. package/dist/components/molecules/checkbox-card/lib-checkbox-card.types.d.ts +4 -0
  307. package/dist/components/molecules/checkbox-card/lib-checkbox-card.types.d.ts.map +1 -0
  308. package/dist/components/molecules/chip/lib-chip.component.d.ts +45 -0
  309. package/dist/components/molecules/chip/lib-chip.component.d.ts.map +1 -0
  310. package/dist/components/molecules/chip/lib-chip.html.d.ts +4 -0
  311. package/dist/components/molecules/chip/lib-chip.html.d.ts.map +1 -0
  312. package/dist/components/molecules/chip/lib-chip.stories.d.ts +12 -0
  313. package/dist/components/molecules/chip/lib-chip.stories.d.ts.map +1 -0
  314. package/dist/components/molecules/chip/lib-chip.types.d.ts +10 -0
  315. package/dist/components/molecules/chip/lib-chip.types.d.ts.map +1 -0
  316. package/dist/components/molecules/color-picker/lib-color-picker.component.d.ts +105 -0
  317. package/dist/components/molecules/color-picker/lib-color-picker.component.d.ts.map +1 -0
  318. package/dist/components/molecules/color-picker/lib-color-picker.html.d.ts +43 -0
  319. package/dist/components/molecules/color-picker/lib-color-picker.html.d.ts.map +1 -0
  320. package/dist/components/molecules/color-picker/lib-color-picker.stories.d.ts +12 -0
  321. package/dist/components/molecules/color-picker/lib-color-picker.stories.d.ts.map +1 -0
  322. package/dist/components/molecules/color-picker/lib-color-picker.types.d.ts +23 -0
  323. package/dist/components/molecules/color-picker/lib-color-picker.types.d.ts.map +1 -0
  324. package/dist/components/molecules/dropdown/lib-dropdown.component.d.ts +63 -0
  325. package/dist/components/molecules/dropdown/lib-dropdown.component.d.ts.map +1 -0
  326. package/dist/components/molecules/dropdown/lib-dropdown.html.d.ts +4 -0
  327. package/dist/components/molecules/dropdown/lib-dropdown.html.d.ts.map +1 -0
  328. package/dist/components/molecules/dropdown/lib-dropdown.stories.d.ts +13 -0
  329. package/dist/components/molecules/dropdown/lib-dropdown.stories.d.ts.map +1 -0
  330. package/dist/components/molecules/dropdown/lib-dropdown.types.d.ts +3 -0
  331. package/dist/components/molecules/dropdown/lib-dropdown.types.d.ts.map +1 -0
  332. package/dist/components/molecules/empty-state/lib-empty-state.component.d.ts +80 -0
  333. package/dist/components/molecules/empty-state/lib-empty-state.component.d.ts.map +1 -0
  334. package/dist/components/molecules/empty-state/lib-empty-state.html.d.ts +31 -0
  335. package/dist/components/molecules/empty-state/lib-empty-state.html.d.ts.map +1 -0
  336. package/dist/components/molecules/empty-state/lib-empty-state.stories.d.ts +18 -0
  337. package/dist/components/molecules/empty-state/lib-empty-state.stories.d.ts.map +1 -0
  338. package/dist/components/molecules/file-uploader/lib-file-uploader.component.d.ts +81 -0
  339. package/dist/components/molecules/file-uploader/lib-file-uploader.component.d.ts.map +1 -0
  340. package/dist/components/molecules/file-uploader/lib-file-uploader.html.d.ts +4 -0
  341. package/dist/components/molecules/file-uploader/lib-file-uploader.html.d.ts.map +1 -0
  342. package/dist/components/molecules/file-uploader/lib-file-uploader.stories.d.ts +14 -0
  343. package/dist/components/molecules/file-uploader/lib-file-uploader.stories.d.ts.map +1 -0
  344. package/dist/components/molecules/file-uploader/lib-file-uploader.types.d.ts +63 -0
  345. package/dist/components/molecules/file-uploader/lib-file-uploader.types.d.ts.map +1 -0
  346. package/dist/components/molecules/header/lib-header.component.d.ts +71 -0
  347. package/dist/components/molecules/header/lib-header.component.d.ts.map +1 -0
  348. package/dist/components/molecules/header/lib-header.html.d.ts +21 -0
  349. package/dist/components/molecules/header/lib-header.html.d.ts.map +1 -0
  350. package/dist/components/molecules/header/lib-header.stories.d.ts +16 -0
  351. package/dist/components/molecules/header/lib-header.stories.d.ts.map +1 -0
  352. package/dist/components/molecules/header/lib-header.types.d.ts +27 -0
  353. package/dist/components/molecules/header/lib-header.types.d.ts.map +1 -0
  354. package/dist/components/molecules/header/templates/header-app-bar.html.d.ts +10 -0
  355. package/dist/components/molecules/header/templates/header-app-bar.html.d.ts.map +1 -0
  356. package/dist/components/molecules/header/templates/header-centered.html.d.ts +9 -0
  357. package/dist/components/molecules/header/templates/header-centered.html.d.ts.map +1 -0
  358. package/dist/components/molecules/header/templates/header-classic.html.d.ts +10 -0
  359. package/dist/components/molecules/header/templates/header-classic.html.d.ts.map +1 -0
  360. package/dist/components/molecules/header/templates/header-mega.html.d.ts +9 -0
  361. package/dist/components/molecules/header/templates/header-mega.html.d.ts.map +1 -0
  362. package/dist/components/molecules/header/templates/header-mobile.html.d.ts +5 -0
  363. package/dist/components/molecules/header/templates/header-mobile.html.d.ts.map +1 -0
  364. package/dist/components/molecules/header/templates/header-shared.html.d.ts +13 -0
  365. package/dist/components/molecules/header/templates/header-shared.html.d.ts.map +1 -0
  366. package/dist/components/molecules/index.d.ts +2 -0
  367. package/dist/components/molecules/index.d.ts.map +1 -0
  368. package/dist/components/molecules/input/lib-input.component.d.ts +32 -0
  369. package/dist/components/molecules/input/lib-input.component.d.ts.map +1 -0
  370. package/dist/components/molecules/input/lib-input.html.d.ts +21 -0
  371. package/dist/components/molecules/input/lib-input.html.d.ts.map +1 -0
  372. package/dist/components/molecules/input/lib-input.stories.d.ts +20 -0
  373. package/dist/components/molecules/input/lib-input.stories.d.ts.map +1 -0
  374. package/dist/components/molecules/lib-alert/lib-alert.component.d.ts +32 -0
  375. package/dist/components/molecules/lib-alert/lib-alert.component.d.ts.map +1 -0
  376. package/dist/components/molecules/lib-alert/lib-alert.html.d.ts +8 -0
  377. package/dist/components/molecules/lib-alert/lib-alert.html.d.ts.map +1 -0
  378. package/dist/components/molecules/lib-alert/lib-alert.stories.d.ts +18 -0
  379. package/dist/components/molecules/lib-alert/lib-alert.stories.d.ts.map +1 -0
  380. package/dist/components/molecules/lib-alert/lib-alert.types.d.ts +12 -0
  381. package/dist/components/molecules/lib-alert/lib-alert.types.d.ts.map +1 -0
  382. package/dist/components/molecules/modal/lib-modal.component.d.ts +101 -0
  383. package/dist/components/molecules/modal/lib-modal.component.d.ts.map +1 -0
  384. package/dist/components/molecules/modal/lib-modal.html.d.ts +17 -0
  385. package/dist/components/molecules/modal/lib-modal.html.d.ts.map +1 -0
  386. package/dist/components/molecules/modal/lib-modal.stories.d.ts +16 -0
  387. package/dist/components/molecules/modal/lib-modal.stories.d.ts.map +1 -0
  388. package/dist/components/molecules/modal/lib-modal.types.d.ts +24 -0
  389. package/dist/components/molecules/modal/lib-modal.types.d.ts.map +1 -0
  390. package/dist/components/molecules/pagination/lib-pagination.component.d.ts +44 -0
  391. package/dist/components/molecules/pagination/lib-pagination.component.d.ts.map +1 -0
  392. package/dist/components/molecules/pagination/lib-pagination.html.d.ts +4 -0
  393. package/dist/components/molecules/pagination/lib-pagination.html.d.ts.map +1 -0
  394. package/dist/components/molecules/pagination/lib-pagination.stories.d.ts +13 -0
  395. package/dist/components/molecules/pagination/lib-pagination.stories.d.ts.map +1 -0
  396. package/dist/components/molecules/pagination/lib-pagination.types.d.ts +3 -0
  397. package/dist/components/molecules/pagination/lib-pagination.types.d.ts.map +1 -0
  398. package/dist/components/molecules/range-slider/lib-range-slider.component.d.ts +83 -0
  399. package/dist/components/molecules/range-slider/lib-range-slider.component.d.ts.map +1 -0
  400. package/dist/components/molecules/range-slider/lib-range-slider.html.d.ts +33 -0
  401. package/dist/components/molecules/range-slider/lib-range-slider.html.d.ts.map +1 -0
  402. package/dist/components/molecules/range-slider/lib-range-slider.stories.d.ts +15 -0
  403. package/dist/components/molecules/range-slider/lib-range-slider.stories.d.ts.map +1 -0
  404. package/dist/components/molecules/segmented-control/lib-segmented-control.component.d.ts +52 -0
  405. package/dist/components/molecules/segmented-control/lib-segmented-control.component.d.ts.map +1 -0
  406. package/dist/components/molecules/segmented-control/lib-segmented-control.html.d.ts +11 -0
  407. package/dist/components/molecules/segmented-control/lib-segmented-control.html.d.ts.map +1 -0
  408. package/dist/components/molecules/segmented-control/lib-segmented-control.stories.d.ts +21 -0
  409. package/dist/components/molecules/segmented-control/lib-segmented-control.stories.d.ts.map +1 -0
  410. package/dist/components/molecules/segmented-control/lib-segmented-control.types.d.ts +40 -0
  411. package/dist/components/molecules/segmented-control/lib-segmented-control.types.d.ts.map +1 -0
  412. package/dist/components/molecules/select/lib-select.component.d.ts +73 -0
  413. package/dist/components/molecules/select/lib-select.component.d.ts.map +1 -0
  414. package/dist/components/molecules/select/lib-select.html.d.ts +32 -0
  415. package/dist/components/molecules/select/lib-select.html.d.ts.map +1 -0
  416. package/dist/components/molecules/select/lib-select.stories.d.ts +30 -0
  417. package/dist/components/molecules/select/lib-select.stories.d.ts.map +1 -0
  418. package/dist/components/molecules/select/lib-select.types.d.ts +11 -0
  419. package/dist/components/molecules/select/lib-select.types.d.ts.map +1 -0
  420. package/dist/components/molecules/tabs/lib-tabs.component.d.ts +55 -0
  421. package/dist/components/molecules/tabs/lib-tabs.component.d.ts.map +1 -0
  422. package/dist/components/molecules/tabs/lib-tabs.html.d.ts +4 -0
  423. package/dist/components/molecules/tabs/lib-tabs.html.d.ts.map +1 -0
  424. package/dist/components/molecules/tabs/lib-tabs.stories.d.ts +14 -0
  425. package/dist/components/molecules/tabs/lib-tabs.stories.d.ts.map +1 -0
  426. package/dist/components/molecules/tabs/lib-tabs.types.d.ts +18 -0
  427. package/dist/components/molecules/tabs/lib-tabs.types.d.ts.map +1 -0
  428. package/dist/components/molecules/tree-select/lib-tree-node.component.d.ts +70 -0
  429. package/dist/components/molecules/tree-select/lib-tree-node.component.d.ts.map +1 -0
  430. package/dist/components/molecules/tree-select/lib-tree-node.types.d.ts +56 -0
  431. package/dist/components/molecules/tree-select/lib-tree-node.types.d.ts.map +1 -0
  432. package/dist/components/molecules/tree-select/lib-tree-select.component.html.d.ts +4 -0
  433. package/dist/components/molecules/tree-select/lib-tree-select.component.html.d.ts.map +1 -0
  434. package/dist/components/molecules/tree-select/lib-tree-select.stories.d.ts +12 -0
  435. package/dist/components/molecules/tree-select/lib-tree-select.stories.d.ts.map +1 -0
  436. package/dist/components/organisms/accordion/lib-accordion.component.d.ts +35 -0
  437. package/dist/components/organisms/accordion/lib-accordion.component.d.ts.map +1 -0
  438. package/dist/components/organisms/accordion/lib-accordion.component.html.d.ts +12 -0
  439. package/dist/components/organisms/accordion/lib-accordion.component.html.d.ts.map +1 -0
  440. package/dist/components/organisms/accordion/lib-accordion.stories.d.ts +14 -0
  441. package/dist/components/organisms/accordion/lib-accordion.stories.d.ts.map +1 -0
  442. package/dist/components/organisms/bento-grid/lib-bento-grid.component.d.ts +24 -0
  443. package/dist/components/organisms/bento-grid/lib-bento-grid.component.d.ts.map +1 -0
  444. package/dist/components/organisms/bento-grid/lib-bento-grid.html.d.ts +4 -0
  445. package/dist/components/organisms/bento-grid/lib-bento-grid.html.d.ts.map +1 -0
  446. package/dist/components/organisms/bento-grid/lib-bento-grid.stories.d.ts +9 -0
  447. package/dist/components/organisms/bento-grid/lib-bento-grid.stories.d.ts.map +1 -0
  448. package/dist/components/organisms/bento-grid/lib-bento-grid.types.d.ts +2 -0
  449. package/dist/components/organisms/bento-grid/lib-bento-grid.types.d.ts.map +1 -0
  450. package/dist/components/organisms/carousel/lib-carousel.component.d.ts +96 -0
  451. package/dist/components/organisms/carousel/lib-carousel.component.d.ts.map +1 -0
  452. package/dist/components/organisms/carousel/lib-carousel.html.d.ts +33 -0
  453. package/dist/components/organisms/carousel/lib-carousel.html.d.ts.map +1 -0
  454. package/dist/components/organisms/carousel/lib-carousel.stories.d.ts +13 -0
  455. package/dist/components/organisms/carousel/lib-carousel.stories.d.ts.map +1 -0
  456. package/dist/components/organisms/cursor-follower/lib-cursor-follower.component.d.ts +69 -0
  457. package/dist/components/organisms/cursor-follower/lib-cursor-follower.component.d.ts.map +1 -0
  458. package/dist/components/organisms/cursor-follower/lib-cursor-follower.stories.d.ts +9 -0
  459. package/dist/components/organisms/cursor-follower/lib-cursor-follower.stories.d.ts.map +1 -0
  460. package/dist/components/organisms/cursor-follower/lib-cursor-follower.types.d.ts +16 -0
  461. package/dist/components/organisms/cursor-follower/lib-cursor-follower.types.d.ts.map +1 -0
  462. package/dist/components/organisms/data-table/lib-data-table.component.d.ts +72 -0
  463. package/dist/components/organisms/data-table/lib-data-table.component.d.ts.map +1 -0
  464. package/dist/components/organisms/data-table/lib-data-table.html.d.ts +37 -0
  465. package/dist/components/organisms/data-table/lib-data-table.html.d.ts.map +1 -0
  466. package/dist/components/organisms/data-table/lib-data-table.stories.d.ts +18 -0
  467. package/dist/components/organisms/data-table/lib-data-table.stories.d.ts.map +1 -0
  468. package/dist/components/organisms/data-table/lib-data-table.types.d.ts +41 -0
  469. package/dist/components/organisms/data-table/lib-data-table.types.d.ts.map +1 -0
  470. package/dist/components/organisms/dialog/lib-dialog.component.d.ts +55 -0
  471. package/dist/components/organisms/dialog/lib-dialog.component.d.ts.map +1 -0
  472. package/dist/components/organisms/dialog/lib-dialog.html.d.ts +4 -0
  473. package/dist/components/organisms/dialog/lib-dialog.html.d.ts.map +1 -0
  474. package/dist/components/organisms/dialog/lib-dialog.stories.d.ts +16 -0
  475. package/dist/components/organisms/dialog/lib-dialog.stories.d.ts.map +1 -0
  476. package/dist/components/organisms/dialog/lib-dialog.types.d.ts +22 -0
  477. package/dist/components/organisms/dialog/lib-dialog.types.d.ts.map +1 -0
  478. package/dist/components/organisms/drawer/lib-drawer.component.d.ts +48 -0
  479. package/dist/components/organisms/drawer/lib-drawer.component.d.ts.map +1 -0
  480. package/dist/components/organisms/drawer/lib-drawer.html.d.ts +4 -0
  481. package/dist/components/organisms/drawer/lib-drawer.html.d.ts.map +1 -0
  482. package/dist/components/organisms/drawer/lib-drawer.stories.d.ts +12 -0
  483. package/dist/components/organisms/drawer/lib-drawer.stories.d.ts.map +1 -0
  484. package/dist/components/organisms/drawer/lib-drawer.types.d.ts +4 -0
  485. package/dist/components/organisms/drawer/lib-drawer.types.d.ts.map +1 -0
  486. package/dist/components/organisms/footer/lib-footer.component.d.ts +56 -0
  487. package/dist/components/organisms/footer/lib-footer.component.d.ts.map +1 -0
  488. package/dist/components/organisms/footer/lib-footer.html.d.ts +8 -0
  489. package/dist/components/organisms/footer/lib-footer.html.d.ts.map +1 -0
  490. package/dist/components/organisms/footer/lib-footer.stories.d.ts +11 -0
  491. package/dist/components/organisms/footer/lib-footer.stories.d.ts.map +1 -0
  492. package/dist/components/organisms/footer/lib-footer.types.d.ts +25 -0
  493. package/dist/components/organisms/footer/lib-footer.types.d.ts.map +1 -0
  494. package/dist/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.component.d.ts +47 -0
  495. package/dist/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.component.d.ts.map +1 -0
  496. package/dist/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.html.d.ts +4 -0
  497. package/dist/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.html.d.ts.map +1 -0
  498. package/dist/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.stories.d.ts +8 -0
  499. package/dist/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.stories.d.ts.map +1 -0
  500. package/dist/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.types.d.ts +8 -0
  501. package/dist/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.types.d.ts.map +1 -0
  502. package/dist/components/organisms/index.d.ts +2 -0
  503. package/dist/components/organisms/index.d.ts.map +1 -0
  504. package/dist/components/organisms/parallax-container/lib-parallax.component.d.ts +61 -0
  505. package/dist/components/organisms/parallax-container/lib-parallax.component.d.ts.map +1 -0
  506. package/dist/components/organisms/parallax-container/lib-parallax.html.d.ts +4 -0
  507. package/dist/components/organisms/parallax-container/lib-parallax.html.d.ts.map +1 -0
  508. package/dist/components/organisms/parallax-container/lib-parallax.stories.d.ts +9 -0
  509. package/dist/components/organisms/parallax-container/lib-parallax.stories.d.ts.map +1 -0
  510. package/dist/components/organisms/parallax-container/lib-parallax.types.d.ts +8 -0
  511. package/dist/components/organisms/parallax-container/lib-parallax.types.d.ts.map +1 -0
  512. package/dist/components/organisms/parallax-text/lib-parallax-text-stack.component.d.ts +47 -0
  513. package/dist/components/organisms/parallax-text/lib-parallax-text-stack.component.d.ts.map +1 -0
  514. package/dist/components/organisms/parallax-text/lib-parallax-text-stack.html.d.ts +4 -0
  515. package/dist/components/organisms/parallax-text/lib-parallax-text-stack.html.d.ts.map +1 -0
  516. package/dist/components/organisms/parallax-text/lib-parallax-text-stack.stories.d.ts +10 -0
  517. package/dist/components/organisms/parallax-text/lib-parallax-text-stack.stories.d.ts.map +1 -0
  518. package/dist/components/organisms/parallax-text/lib-parallax-text-stack.types.d.ts +3 -0
  519. package/dist/components/organisms/parallax-text/lib-parallax-text-stack.types.d.ts.map +1 -0
  520. package/dist/components/organisms/sidebar/lib-sidebar.component.d.ts +72 -0
  521. package/dist/components/organisms/sidebar/lib-sidebar.component.d.ts.map +1 -0
  522. package/dist/components/organisms/sidebar/lib-sidebar.html.d.ts +25 -0
  523. package/dist/components/organisms/sidebar/lib-sidebar.html.d.ts.map +1 -0
  524. package/dist/components/organisms/sidebar/lib-sidebar.stories.d.ts +13 -0
  525. package/dist/components/organisms/sidebar/lib-sidebar.stories.d.ts.map +1 -0
  526. package/dist/components/organisms/sidebar/lib-sidebar.types.d.ts +14 -0
  527. package/dist/components/organisms/sidebar/lib-sidebar.types.d.ts.map +1 -0
  528. package/dist/components/organisms/stagger/lib-stagger-container.component.d.ts +49 -0
  529. package/dist/components/organisms/stagger/lib-stagger-container.component.d.ts.map +1 -0
  530. package/dist/components/organisms/stagger/lib-stagger-container.html.d.ts +3 -0
  531. package/dist/components/organisms/stagger/lib-stagger-container.html.d.ts.map +1 -0
  532. package/dist/components/organisms/stagger/lib-stagger-container.types.d.ts +13 -0
  533. package/dist/components/organisms/stagger/lib-stagger-container.types.d.ts.map +1 -0
  534. package/dist/components/organisms/stagger/lib-stagger.stories.d.ts +9 -0
  535. package/dist/components/organisms/stagger/lib-stagger.stories.d.ts.map +1 -0
  536. package/dist/components/organisms/stepper/lib-stepper.component.d.ts +83 -0
  537. package/dist/components/organisms/stepper/lib-stepper.component.d.ts.map +1 -0
  538. package/dist/components/organisms/stepper/lib-stepper.html.d.ts +15 -0
  539. package/dist/components/organisms/stepper/lib-stepper.html.d.ts.map +1 -0
  540. package/dist/components/organisms/stepper/lib-stepper.stories.d.ts +14 -0
  541. package/dist/components/organisms/stepper/lib-stepper.stories.d.ts.map +1 -0
  542. package/dist/components/organisms/timeline/lib-timeline-item.component.d.ts +53 -0
  543. package/dist/components/organisms/timeline/lib-timeline-item.component.d.ts.map +1 -0
  544. package/dist/components/organisms/timeline/lib-timeline-item.html.d.ts +4 -0
  545. package/dist/components/organisms/timeline/lib-timeline-item.html.d.ts.map +1 -0
  546. package/dist/components/organisms/timeline/lib-timeline-item.types.d.ts +29 -0
  547. package/dist/components/organisms/timeline/lib-timeline-item.types.d.ts.map +1 -0
  548. package/dist/components/organisms/timeline/lib-timeline.component.d.ts +22 -0
  549. package/dist/components/organisms/timeline/lib-timeline.component.d.ts.map +1 -0
  550. package/dist/components/organisms/timeline/lib-timeline.stories.d.ts +14 -0
  551. package/dist/components/organisms/timeline/lib-timeline.stories.d.ts.map +1 -0
  552. package/dist/components/organisms/toast-manager/lib-toast-manager.component.d.ts +35 -0
  553. package/dist/components/organisms/toast-manager/lib-toast-manager.component.d.ts.map +1 -0
  554. package/dist/components/organisms/toast-manager/lib-toast-manager.stories.d.ts +8 -0
  555. package/dist/components/organisms/toast-manager/lib-toast-manager.stories.d.ts.map +1 -0
  556. package/dist/core/a11y.d.ts +27 -0
  557. package/dist/core/a11y.d.ts.map +1 -0
  558. package/dist/core/index.d.ts +29 -0
  559. package/dist/core/index.d.ts.map +1 -0
  560. package/dist/core/state/index.d.ts +10 -0
  561. package/dist/core/state/index.d.ts.map +1 -0
  562. package/dist/core/utils/active-items.d.ts +112 -0
  563. package/dist/core/utils/active-items.d.ts.map +1 -0
  564. package/dist/core/utils/index.d.ts +11 -0
  565. package/dist/core/utils/index.d.ts.map +1 -0
  566. package/dist/core/validators/index.d.ts +10 -0
  567. package/dist/core/validators/index.d.ts.map +1 -0
  568. package/dist/custom-elements.json +19518 -0
  569. package/dist/index.css +1 -0
  570. package/dist/index.d.ts +85 -0
  571. package/dist/index.d.ts.map +1 -0
  572. package/dist/index.js +392 -0
  573. package/dist/index.js.map +1 -0
  574. package/dist/index10.js +45 -0
  575. package/dist/index10.js.map +1 -0
  576. package/dist/index100.js +5 -0
  577. package/dist/index100.js.map +1 -0
  578. package/dist/index101.js +5 -0
  579. package/dist/index101.js.map +1 -0
  580. package/dist/index102.js +5 -0
  581. package/dist/index102.js.map +1 -0
  582. package/dist/index103.js +5 -0
  583. package/dist/index103.js.map +1 -0
  584. package/dist/index104.js +5 -0
  585. package/dist/index104.js.map +1 -0
  586. package/dist/index105.js +5 -0
  587. package/dist/index105.js.map +1 -0
  588. package/dist/index106.js +5 -0
  589. package/dist/index106.js.map +1 -0
  590. package/dist/index107.js +5 -0
  591. package/dist/index107.js.map +1 -0
  592. package/dist/index108.js +5 -0
  593. package/dist/index108.js.map +1 -0
  594. package/dist/index109.js +5 -0
  595. package/dist/index109.js.map +1 -0
  596. package/dist/index11.js +110 -0
  597. package/dist/index11.js.map +1 -0
  598. package/dist/index110.js +5 -0
  599. package/dist/index110.js.map +1 -0
  600. package/dist/index111.js +5 -0
  601. package/dist/index111.js.map +1 -0
  602. package/dist/index112.js +5 -0
  603. package/dist/index112.js.map +1 -0
  604. package/dist/index113.js +5 -0
  605. package/dist/index113.js.map +1 -0
  606. package/dist/index114.js +5 -0
  607. package/dist/index114.js.map +1 -0
  608. package/dist/index115.js +5 -0
  609. package/dist/index115.js.map +1 -0
  610. package/dist/index116.js +5 -0
  611. package/dist/index116.js.map +1 -0
  612. package/dist/index117.js +5 -0
  613. package/dist/index117.js.map +1 -0
  614. package/dist/index118.js +5 -0
  615. package/dist/index118.js.map +1 -0
  616. package/dist/index119.js +5 -0
  617. package/dist/index119.js.map +1 -0
  618. package/dist/index12.js +56 -0
  619. package/dist/index12.js.map +1 -0
  620. package/dist/index120.js +5 -0
  621. package/dist/index120.js.map +1 -0
  622. package/dist/index121.js +5 -0
  623. package/dist/index121.js.map +1 -0
  624. package/dist/index122.js +5 -0
  625. package/dist/index122.js.map +1 -0
  626. package/dist/index123.js +5 -0
  627. package/dist/index123.js.map +1 -0
  628. package/dist/index124.js +5 -0
  629. package/dist/index124.js.map +1 -0
  630. package/dist/index125.js +5 -0
  631. package/dist/index125.js.map +1 -0
  632. package/dist/index126.js +5 -0
  633. package/dist/index126.js.map +1 -0
  634. package/dist/index127.js +5 -0
  635. package/dist/index127.js.map +1 -0
  636. package/dist/index128.js +5 -0
  637. package/dist/index128.js.map +1 -0
  638. package/dist/index129.js +5 -0
  639. package/dist/index129.js.map +1 -0
  640. package/dist/index13.js +68 -0
  641. package/dist/index13.js.map +1 -0
  642. package/dist/index130.js +5 -0
  643. package/dist/index130.js.map +1 -0
  644. package/dist/index131.js +5 -0
  645. package/dist/index131.js.map +1 -0
  646. package/dist/index132.js +5 -0
  647. package/dist/index132.js.map +1 -0
  648. package/dist/index133.js +5 -0
  649. package/dist/index133.js.map +1 -0
  650. package/dist/index134.js +5 -0
  651. package/dist/index134.js.map +1 -0
  652. package/dist/index135.js +5 -0
  653. package/dist/index135.js.map +1 -0
  654. package/dist/index136.js +5 -0
  655. package/dist/index136.js.map +1 -0
  656. package/dist/index137.js +5 -0
  657. package/dist/index137.js.map +1 -0
  658. package/dist/index138.js +5 -0
  659. package/dist/index138.js.map +1 -0
  660. package/dist/index139.js +5 -0
  661. package/dist/index139.js.map +1 -0
  662. package/dist/index14.js +73 -0
  663. package/dist/index14.js.map +1 -0
  664. package/dist/index140.js +5 -0
  665. package/dist/index140.js.map +1 -0
  666. package/dist/index141.js +5 -0
  667. package/dist/index141.js.map +1 -0
  668. package/dist/index142.js +5 -0
  669. package/dist/index142.js.map +1 -0
  670. package/dist/index143.js +5 -0
  671. package/dist/index143.js.map +1 -0
  672. package/dist/index144.js +5 -0
  673. package/dist/index144.js.map +1 -0
  674. package/dist/index145.js +5 -0
  675. package/dist/index145.js.map +1 -0
  676. package/dist/index146.js +5 -0
  677. package/dist/index146.js.map +1 -0
  678. package/dist/index147.js +5 -0
  679. package/dist/index147.js.map +1 -0
  680. package/dist/index148.js +5 -0
  681. package/dist/index148.js.map +1 -0
  682. package/dist/index149.js +5 -0
  683. package/dist/index149.js.map +1 -0
  684. package/dist/index15.js +133 -0
  685. package/dist/index15.js.map +1 -0
  686. package/dist/index150.js +5 -0
  687. package/dist/index150.js.map +1 -0
  688. package/dist/index151.js +5 -0
  689. package/dist/index151.js.map +1 -0
  690. package/dist/index152.js +5 -0
  691. package/dist/index152.js.map +1 -0
  692. package/dist/index153.js +5 -0
  693. package/dist/index153.js.map +1 -0
  694. package/dist/index154.js +5 -0
  695. package/dist/index154.js.map +1 -0
  696. package/dist/index155.js +5 -0
  697. package/dist/index155.js.map +1 -0
  698. package/dist/index156.js +5 -0
  699. package/dist/index156.js.map +1 -0
  700. package/dist/index157.js +5 -0
  701. package/dist/index157.js.map +1 -0
  702. package/dist/index158.js +5 -0
  703. package/dist/index158.js.map +1 -0
  704. package/dist/index159.js +5 -0
  705. package/dist/index159.js.map +1 -0
  706. package/dist/index16.js +80 -0
  707. package/dist/index16.js.map +1 -0
  708. package/dist/index160.js +5 -0
  709. package/dist/index160.js.map +1 -0
  710. package/dist/index161.js +5 -0
  711. package/dist/index161.js.map +1 -0
  712. package/dist/index162.js +5 -0
  713. package/dist/index162.js.map +1 -0
  714. package/dist/index163.js +5 -0
  715. package/dist/index163.js.map +1 -0
  716. package/dist/index164.js +5 -0
  717. package/dist/index164.js.map +1 -0
  718. package/dist/index165.js +5 -0
  719. package/dist/index165.js.map +1 -0
  720. package/dist/index166.js +5 -0
  721. package/dist/index166.js.map +1 -0
  722. package/dist/index167.js +5 -0
  723. package/dist/index167.js.map +1 -0
  724. package/dist/index168.js +5 -0
  725. package/dist/index168.js.map +1 -0
  726. package/dist/index169.js +5 -0
  727. package/dist/index169.js.map +1 -0
  728. package/dist/index17.js +59 -0
  729. package/dist/index17.js.map +1 -0
  730. package/dist/index170.js +5 -0
  731. package/dist/index170.js.map +1 -0
  732. package/dist/index171.js +5 -0
  733. package/dist/index171.js.map +1 -0
  734. package/dist/index172.js +5 -0
  735. package/dist/index172.js.map +1 -0
  736. package/dist/index173.js +5 -0
  737. package/dist/index173.js.map +1 -0
  738. package/dist/index174.js +5 -0
  739. package/dist/index174.js.map +1 -0
  740. package/dist/index175.js +5 -0
  741. package/dist/index175.js.map +1 -0
  742. package/dist/index176.js +5 -0
  743. package/dist/index176.js.map +1 -0
  744. package/dist/index177.js +5 -0
  745. package/dist/index177.js.map +1 -0
  746. package/dist/index178.js +5 -0
  747. package/dist/index178.js.map +1 -0
  748. package/dist/index179.js +5 -0
  749. package/dist/index179.js.map +1 -0
  750. package/dist/index18.js +78 -0
  751. package/dist/index18.js.map +1 -0
  752. package/dist/index180.js +5 -0
  753. package/dist/index180.js.map +1 -0
  754. package/dist/index181.js +5 -0
  755. package/dist/index181.js.map +1 -0
  756. package/dist/index182.js +5 -0
  757. package/dist/index182.js.map +1 -0
  758. package/dist/index183.js +5 -0
  759. package/dist/index183.js.map +1 -0
  760. package/dist/index184.js +5 -0
  761. package/dist/index184.js.map +1 -0
  762. package/dist/index185.js +5 -0
  763. package/dist/index185.js.map +1 -0
  764. package/dist/index186.js +5 -0
  765. package/dist/index186.js.map +1 -0
  766. package/dist/index187.js +5 -0
  767. package/dist/index187.js.map +1 -0
  768. package/dist/index188.js +5 -0
  769. package/dist/index188.js.map +1 -0
  770. package/dist/index189.js +5 -0
  771. package/dist/index189.js.map +1 -0
  772. package/dist/index19.js +66 -0
  773. package/dist/index19.js.map +1 -0
  774. package/dist/index190.js +5 -0
  775. package/dist/index190.js.map +1 -0
  776. package/dist/index191.js +5 -0
  777. package/dist/index191.js.map +1 -0
  778. package/dist/index192.js +5 -0
  779. package/dist/index192.js.map +1 -0
  780. package/dist/index193.js +5 -0
  781. package/dist/index193.js.map +1 -0
  782. package/dist/index194.js +33 -0
  783. package/dist/index194.js.map +1 -0
  784. package/dist/index195.js +5 -0
  785. package/dist/index195.js.map +1 -0
  786. package/dist/index196.js +5 -0
  787. package/dist/index196.js.map +1 -0
  788. package/dist/index197.js +27 -0
  789. package/dist/index197.js.map +1 -0
  790. package/dist/index198.js +5 -0
  791. package/dist/index198.js.map +1 -0
  792. package/dist/index199.js +48 -0
  793. package/dist/index199.js.map +1 -0
  794. package/dist/index20.js +70 -0
  795. package/dist/index20.js.map +1 -0
  796. package/dist/index200.js +5 -0
  797. package/dist/index200.js.map +1 -0
  798. package/dist/index201.js +19 -0
  799. package/dist/index201.js.map +1 -0
  800. package/dist/index202.js +5 -0
  801. package/dist/index202.js.map +1 -0
  802. package/dist/index203.js +5 -0
  803. package/dist/index203.js.map +1 -0
  804. package/dist/index204.js +179 -0
  805. package/dist/index204.js.map +1 -0
  806. package/dist/index205.js +27 -0
  807. package/dist/index205.js.map +1 -0
  808. package/dist/index206.js +5 -0
  809. package/dist/index206.js.map +1 -0
  810. package/dist/index207.js +14 -0
  811. package/dist/index207.js.map +1 -0
  812. package/dist/index208.js +5 -0
  813. package/dist/index208.js.map +1 -0
  814. package/dist/index209.js +94 -0
  815. package/dist/index209.js.map +1 -0
  816. package/dist/index21.js +50 -0
  817. package/dist/index21.js.map +1 -0
  818. package/dist/index210.js +5 -0
  819. package/dist/index210.js.map +1 -0
  820. package/dist/index211.js +44 -0
  821. package/dist/index211.js.map +1 -0
  822. package/dist/index212.js +5 -0
  823. package/dist/index212.js.map +1 -0
  824. package/dist/index213.js +9 -0
  825. package/dist/index213.js.map +1 -0
  826. package/dist/index214.js +5 -0
  827. package/dist/index214.js.map +1 -0
  828. package/dist/index215.js +38 -0
  829. package/dist/index215.js.map +1 -0
  830. package/dist/index216.js +52 -0
  831. package/dist/index216.js.map +1 -0
  832. package/dist/index217.js +5 -0
  833. package/dist/index217.js.map +1 -0
  834. package/dist/index218.js +88 -0
  835. package/dist/index218.js.map +1 -0
  836. package/dist/index219.js +5 -0
  837. package/dist/index219.js.map +1 -0
  838. package/dist/index22.js +77 -0
  839. package/dist/index22.js.map +1 -0
  840. package/dist/index220.js +76 -0
  841. package/dist/index220.js.map +1 -0
  842. package/dist/index221.js +5 -0
  843. package/dist/index221.js.map +1 -0
  844. package/dist/index222.js +13 -0
  845. package/dist/index222.js.map +1 -0
  846. package/dist/index223.js +5 -0
  847. package/dist/index223.js.map +1 -0
  848. package/dist/index224.js +29 -0
  849. package/dist/index224.js.map +1 -0
  850. package/dist/index225.js +5 -0
  851. package/dist/index225.js.map +1 -0
  852. package/dist/index226.js +21 -0
  853. package/dist/index226.js.map +1 -0
  854. package/dist/index227.js +5 -0
  855. package/dist/index227.js.map +1 -0
  856. package/dist/index228.js +5 -0
  857. package/dist/index228.js.map +1 -0
  858. package/dist/index229.js +36 -0
  859. package/dist/index229.js.map +1 -0
  860. package/dist/index23.js +95 -0
  861. package/dist/index23.js.map +1 -0
  862. package/dist/index230.js +5 -0
  863. package/dist/index230.js.map +1 -0
  864. package/dist/index231.js +5 -0
  865. package/dist/index231.js.map +1 -0
  866. package/dist/index232.js +5 -0
  867. package/dist/index232.js.map +1 -0
  868. package/dist/index233.js +22 -0
  869. package/dist/index233.js.map +1 -0
  870. package/dist/index234.js +5 -0
  871. package/dist/index234.js.map +1 -0
  872. package/dist/index235.js +19 -0
  873. package/dist/index235.js.map +1 -0
  874. package/dist/index236.js +5 -0
  875. package/dist/index236.js.map +1 -0
  876. package/dist/index237.js +45 -0
  877. package/dist/index237.js.map +1 -0
  878. package/dist/index238.js +5 -0
  879. package/dist/index238.js.map +1 -0
  880. package/dist/index239.js +30 -0
  881. package/dist/index239.js.map +1 -0
  882. package/dist/index24.js +55 -0
  883. package/dist/index24.js.map +1 -0
  884. package/dist/index240.js +5 -0
  885. package/dist/index240.js.map +1 -0
  886. package/dist/index241.js +37 -0
  887. package/dist/index241.js.map +1 -0
  888. package/dist/index242.js +17 -0
  889. package/dist/index242.js.map +1 -0
  890. package/dist/index243.js +5 -0
  891. package/dist/index243.js.map +1 -0
  892. package/dist/index244.js +12 -0
  893. package/dist/index244.js.map +1 -0
  894. package/dist/index245.js +5 -0
  895. package/dist/index245.js.map +1 -0
  896. package/dist/index246.js +8 -0
  897. package/dist/index246.js.map +1 -0
  898. package/dist/index247.js +5 -0
  899. package/dist/index247.js.map +1 -0
  900. package/dist/index248.js +39 -0
  901. package/dist/index248.js.map +1 -0
  902. package/dist/index249.js +5 -0
  903. package/dist/index249.js.map +1 -0
  904. package/dist/index25.js +58 -0
  905. package/dist/index25.js.map +1 -0
  906. package/dist/index250.js +34 -0
  907. package/dist/index250.js.map +1 -0
  908. package/dist/index251.js +5 -0
  909. package/dist/index251.js.map +1 -0
  910. package/dist/index252.js +22 -0
  911. package/dist/index252.js.map +1 -0
  912. package/dist/index253.js +5 -0
  913. package/dist/index253.js.map +1 -0
  914. package/dist/index254.js +5 -0
  915. package/dist/index254.js.map +1 -0
  916. package/dist/index255.js +91 -0
  917. package/dist/index255.js.map +1 -0
  918. package/dist/index256.js +14 -0
  919. package/dist/index256.js.map +1 -0
  920. package/dist/index257.js +5 -0
  921. package/dist/index257.js.map +1 -0
  922. package/dist/index258.js +81 -0
  923. package/dist/index258.js.map +1 -0
  924. package/dist/index259.js +5 -0
  925. package/dist/index259.js.map +1 -0
  926. package/dist/index26.js +271 -0
  927. package/dist/index26.js.map +1 -0
  928. package/dist/index260.js +35 -0
  929. package/dist/index260.js.map +1 -0
  930. package/dist/index261.js +5 -0
  931. package/dist/index261.js.map +1 -0
  932. package/dist/index262.js +12 -0
  933. package/dist/index262.js.map +1 -0
  934. package/dist/index263.js +5 -0
  935. package/dist/index263.js.map +1 -0
  936. package/dist/index264.js +19 -0
  937. package/dist/index264.js.map +1 -0
  938. package/dist/index265.js +5 -0
  939. package/dist/index265.js.map +1 -0
  940. package/dist/index266.js +19 -0
  941. package/dist/index266.js.map +1 -0
  942. package/dist/index267.js +12 -0
  943. package/dist/index267.js.map +1 -0
  944. package/dist/index268.js +58 -0
  945. package/dist/index268.js.map +1 -0
  946. package/dist/index269.js +5 -0
  947. package/dist/index269.js.map +1 -0
  948. package/dist/index27.js +81 -0
  949. package/dist/index27.js.map +1 -0
  950. package/dist/index270.js +13 -0
  951. package/dist/index270.js.map +1 -0
  952. package/dist/index271.js +5 -0
  953. package/dist/index271.js.map +1 -0
  954. package/dist/index272.js +37 -0
  955. package/dist/index272.js.map +1 -0
  956. package/dist/index273.js +5 -0
  957. package/dist/index273.js.map +1 -0
  958. package/dist/index274.js +5 -0
  959. package/dist/index274.js.map +1 -0
  960. package/dist/index275.js +20 -0
  961. package/dist/index275.js.map +1 -0
  962. package/dist/index276.js +5 -0
  963. package/dist/index276.js.map +1 -0
  964. package/dist/index277.js +21 -0
  965. package/dist/index277.js.map +1 -0
  966. package/dist/index278.js +5 -0
  967. package/dist/index278.js.map +1 -0
  968. package/dist/index279.js +5 -0
  969. package/dist/index279.js.map +1 -0
  970. package/dist/index28.js +48 -0
  971. package/dist/index28.js.map +1 -0
  972. package/dist/index280.js +45 -0
  973. package/dist/index280.js.map +1 -0
  974. package/dist/index281.js +103 -0
  975. package/dist/index281.js.map +1 -0
  976. package/dist/index282.js +5 -0
  977. package/dist/index282.js.map +1 -0
  978. package/dist/index283.js +100 -0
  979. package/dist/index283.js.map +1 -0
  980. package/dist/index284.js +5 -0
  981. package/dist/index284.js.map +1 -0
  982. package/dist/index285.js +35 -0
  983. package/dist/index285.js.map +1 -0
  984. package/dist/index286.js +5 -0
  985. package/dist/index286.js.map +1 -0
  986. package/dist/index287.js +54 -0
  987. package/dist/index287.js.map +1 -0
  988. package/dist/index288.js +5 -0
  989. package/dist/index288.js.map +1 -0
  990. package/dist/index289.js +36 -0
  991. package/dist/index289.js.map +1 -0
  992. package/dist/index29.js +68 -0
  993. package/dist/index29.js.map +1 -0
  994. package/dist/index290.js +5 -0
  995. package/dist/index290.js.map +1 -0
  996. package/dist/index291.js +60 -0
  997. package/dist/index291.js.map +1 -0
  998. package/dist/index292.js +5 -0
  999. package/dist/index292.js.map +1 -0
  1000. package/dist/index293.js +5 -0
  1001. package/dist/index293.js.map +1 -0
  1002. package/dist/index294.js +263 -0
  1003. package/dist/index294.js.map +1 -0
  1004. package/dist/index295.js +5 -0
  1005. package/dist/index295.js.map +1 -0
  1006. package/dist/index296.js +75 -0
  1007. package/dist/index296.js.map +1 -0
  1008. package/dist/index297.js +5 -0
  1009. package/dist/index297.js.map +1 -0
  1010. package/dist/index298.js +69 -0
  1011. package/dist/index298.js.map +1 -0
  1012. package/dist/index299.js +136 -0
  1013. package/dist/index299.js.map +1 -0
  1014. package/dist/index3.js +376 -0
  1015. package/dist/index3.js.map +1 -0
  1016. package/dist/index30.js +42 -0
  1017. package/dist/index30.js.map +1 -0
  1018. package/dist/index300.js +5 -0
  1019. package/dist/index300.js.map +1 -0
  1020. package/dist/index301.js +15 -0
  1021. package/dist/index301.js.map +1 -0
  1022. package/dist/index302.js +5 -0
  1023. package/dist/index302.js.map +1 -0
  1024. package/dist/index303.js +165 -0
  1025. package/dist/index303.js.map +1 -0
  1026. package/dist/index304.js +46 -0
  1027. package/dist/index304.js.map +1 -0
  1028. package/dist/index305.js +84 -0
  1029. package/dist/index305.js.map +1 -0
  1030. package/dist/index306.js +5 -0
  1031. package/dist/index306.js.map +1 -0
  1032. package/dist/index307.js +74 -0
  1033. package/dist/index307.js.map +1 -0
  1034. package/dist/index308.js +5 -0
  1035. package/dist/index308.js.map +1 -0
  1036. package/dist/index309.js +5 -0
  1037. package/dist/index309.js.map +1 -0
  1038. package/dist/index31.js +25 -0
  1039. package/dist/index31.js.map +1 -0
  1040. package/dist/index310.js +84 -0
  1041. package/dist/index310.js.map +1 -0
  1042. package/dist/index311.js +5 -0
  1043. package/dist/index311.js.map +1 -0
  1044. package/dist/index312.js +5 -0
  1045. package/dist/index312.js.map +1 -0
  1046. package/dist/index313.js +77 -0
  1047. package/dist/index313.js.map +1 -0
  1048. package/dist/index314.js +77 -0
  1049. package/dist/index314.js.map +1 -0
  1050. package/dist/index315.js +5 -0
  1051. package/dist/index315.js.map +1 -0
  1052. package/dist/index316.js +20 -0
  1053. package/dist/index316.js.map +1 -0
  1054. package/dist/index317.js +5 -0
  1055. package/dist/index317.js.map +1 -0
  1056. package/dist/index318.js +42 -0
  1057. package/dist/index318.js.map +1 -0
  1058. package/dist/index319.js +5 -0
  1059. package/dist/index319.js.map +1 -0
  1060. package/dist/index32.js +88 -0
  1061. package/dist/index32.js.map +1 -0
  1062. package/dist/index320.js +85 -0
  1063. package/dist/index320.js.map +1 -0
  1064. package/dist/index321.js +5 -0
  1065. package/dist/index321.js.map +1 -0
  1066. package/dist/index322.js +157 -0
  1067. package/dist/index322.js.map +1 -0
  1068. package/dist/index323.js +5 -0
  1069. package/dist/index323.js.map +1 -0
  1070. package/dist/index324.js +12 -0
  1071. package/dist/index324.js.map +1 -0
  1072. package/dist/index325.js +5 -0
  1073. package/dist/index325.js.map +1 -0
  1074. package/dist/index326.js +97 -0
  1075. package/dist/index326.js.map +1 -0
  1076. package/dist/index327.js +5 -0
  1077. package/dist/index327.js.map +1 -0
  1078. package/dist/index328.js +5 -0
  1079. package/dist/index328.js.map +1 -0
  1080. package/dist/index329.js +240 -0
  1081. package/dist/index329.js.map +1 -0
  1082. package/dist/index33.js +90 -0
  1083. package/dist/index33.js.map +1 -0
  1084. package/dist/index330.js +12 -0
  1085. package/dist/index330.js.map +1 -0
  1086. package/dist/index331.js +5 -0
  1087. package/dist/index331.js.map +1 -0
  1088. package/dist/index332.js +62 -0
  1089. package/dist/index332.js.map +1 -0
  1090. package/dist/index333.js +5 -0
  1091. package/dist/index333.js.map +1 -0
  1092. package/dist/index334.js +12 -0
  1093. package/dist/index334.js.map +1 -0
  1094. package/dist/index335.js +5 -0
  1095. package/dist/index335.js.map +1 -0
  1096. package/dist/index336.js +18 -0
  1097. package/dist/index336.js.map +1 -0
  1098. package/dist/index337.js +5 -0
  1099. package/dist/index337.js.map +1 -0
  1100. package/dist/index338.js +5 -0
  1101. package/dist/index338.js.map +1 -0
  1102. package/dist/index339.js +95 -0
  1103. package/dist/index339.js.map +1 -0
  1104. package/dist/index34.js +66 -0
  1105. package/dist/index34.js.map +1 -0
  1106. package/dist/index340.js +24 -0
  1107. package/dist/index340.js.map +1 -0
  1108. package/dist/index341.js +5 -0
  1109. package/dist/index341.js.map +1 -0
  1110. package/dist/index342.js +87 -0
  1111. package/dist/index342.js.map +1 -0
  1112. package/dist/index343.js +5 -0
  1113. package/dist/index343.js.map +1 -0
  1114. package/dist/index344.js +21 -0
  1115. package/dist/index344.js.map +1 -0
  1116. package/dist/index345.js +5 -0
  1117. package/dist/index345.js.map +1 -0
  1118. package/dist/index346.js +271 -0
  1119. package/dist/index346.js.map +1 -0
  1120. package/dist/index347.js +5 -0
  1121. package/dist/index347.js.map +1 -0
  1122. package/dist/index348.js +5 -0
  1123. package/dist/index348.js.map +1 -0
  1124. package/dist/index349.js +42 -0
  1125. package/dist/index349.js.map +1 -0
  1126. package/dist/index35.js +60 -0
  1127. package/dist/index35.js.map +1 -0
  1128. package/dist/index350.js +8 -0
  1129. package/dist/index350.js.map +1 -0
  1130. package/dist/index351.js +5 -0
  1131. package/dist/index351.js.map +1 -0
  1132. package/dist/index352.js +28 -0
  1133. package/dist/index352.js.map +1 -0
  1134. package/dist/index353.js +17 -0
  1135. package/dist/index353.js.map +1 -0
  1136. package/dist/index354.js +31 -0
  1137. package/dist/index354.js.map +1 -0
  1138. package/dist/index355.js +69 -0
  1139. package/dist/index355.js.map +1 -0
  1140. package/dist/index356.js +67 -0
  1141. package/dist/index356.js.map +1 -0
  1142. package/dist/index357.js +35 -0
  1143. package/dist/index357.js.map +1 -0
  1144. package/dist/index358.js +232 -0
  1145. package/dist/index358.js.map +1 -0
  1146. package/dist/index359.js +28 -0
  1147. package/dist/index359.js.map +1 -0
  1148. package/dist/index36.js +60 -0
  1149. package/dist/index36.js.map +1 -0
  1150. package/dist/index360.js +38 -0
  1151. package/dist/index360.js.map +1 -0
  1152. package/dist/index361.js +149 -0
  1153. package/dist/index361.js.map +1 -0
  1154. package/dist/index362.js +133 -0
  1155. package/dist/index362.js.map +1 -0
  1156. package/dist/index37.js +142 -0
  1157. package/dist/index37.js.map +1 -0
  1158. package/dist/index38.js +278 -0
  1159. package/dist/index38.js.map +1 -0
  1160. package/dist/index39.js +167 -0
  1161. package/dist/index39.js.map +1 -0
  1162. package/dist/index4.js +114 -0
  1163. package/dist/index4.js.map +1 -0
  1164. package/dist/index40.js +422 -0
  1165. package/dist/index40.js.map +1 -0
  1166. package/dist/index41.js +109 -0
  1167. package/dist/index41.js.map +1 -0
  1168. package/dist/index42.js +58 -0
  1169. package/dist/index42.js.map +1 -0
  1170. package/dist/index43.js +70 -0
  1171. package/dist/index43.js.map +1 -0
  1172. package/dist/index44.js +32 -0
  1173. package/dist/index44.js.map +1 -0
  1174. package/dist/index45.js +50 -0
  1175. package/dist/index45.js.map +1 -0
  1176. package/dist/index46.js +54 -0
  1177. package/dist/index46.js.map +1 -0
  1178. package/dist/index47.js +46 -0
  1179. package/dist/index47.js.map +1 -0
  1180. package/dist/index48.js +96 -0
  1181. package/dist/index48.js.map +1 -0
  1182. package/dist/index49.js +319 -0
  1183. package/dist/index49.js.map +1 -0
  1184. package/dist/index5.js +55 -0
  1185. package/dist/index5.js.map +1 -0
  1186. package/dist/index50.js +65 -0
  1187. package/dist/index50.js.map +1 -0
  1188. package/dist/index51.js +139 -0
  1189. package/dist/index51.js.map +1 -0
  1190. package/dist/index52.js +75 -0
  1191. package/dist/index52.js.map +1 -0
  1192. package/dist/index53.js +100 -0
  1193. package/dist/index53.js.map +1 -0
  1194. package/dist/index54.js +299 -0
  1195. package/dist/index54.js.map +1 -0
  1196. package/dist/index55.js +167 -0
  1197. package/dist/index55.js.map +1 -0
  1198. package/dist/index56.js +98 -0
  1199. package/dist/index56.js.map +1 -0
  1200. package/dist/index57.js +167 -0
  1201. package/dist/index57.js.map +1 -0
  1202. package/dist/index58.js +188 -0
  1203. package/dist/index58.js.map +1 -0
  1204. package/dist/index59.js +371 -0
  1205. package/dist/index59.js.map +1 -0
  1206. package/dist/index6.js +75 -0
  1207. package/dist/index6.js.map +1 -0
  1208. package/dist/index60.js +111 -0
  1209. package/dist/index60.js.map +1 -0
  1210. package/dist/index61.js +217 -0
  1211. package/dist/index61.js.map +1 -0
  1212. package/dist/index62.js +147 -0
  1213. package/dist/index62.js.map +1 -0
  1214. package/dist/index63.js +317 -0
  1215. package/dist/index63.js.map +1 -0
  1216. package/dist/index64.js +312 -0
  1217. package/dist/index64.js.map +1 -0
  1218. package/dist/index65.js +119 -0
  1219. package/dist/index65.js.map +1 -0
  1220. package/dist/index66.js +196 -0
  1221. package/dist/index66.js.map +1 -0
  1222. package/dist/index67.js +105 -0
  1223. package/dist/index67.js.map +1 -0
  1224. package/dist/index68.js +118 -0
  1225. package/dist/index68.js.map +1 -0
  1226. package/dist/index69.js +187 -0
  1227. package/dist/index69.js.map +1 -0
  1228. package/dist/index7.js +60 -0
  1229. package/dist/index7.js.map +1 -0
  1230. package/dist/index70.js +85 -0
  1231. package/dist/index70.js.map +1 -0
  1232. package/dist/index71.js +154 -0
  1233. package/dist/index71.js.map +1 -0
  1234. package/dist/index72.js +247 -0
  1235. package/dist/index72.js.map +1 -0
  1236. package/dist/index73.js +57 -0
  1237. package/dist/index73.js.map +1 -0
  1238. package/dist/index74.js +92 -0
  1239. package/dist/index74.js.map +1 -0
  1240. package/dist/index75.js +142 -0
  1241. package/dist/index75.js.map +1 -0
  1242. package/dist/index76.js +112 -0
  1243. package/dist/index76.js.map +1 -0
  1244. package/dist/index77.js +118 -0
  1245. package/dist/index77.js.map +1 -0
  1246. package/dist/index78.js +41 -0
  1247. package/dist/index78.js.map +1 -0
  1248. package/dist/index79.js +115 -0
  1249. package/dist/index79.js.map +1 -0
  1250. package/dist/index8.js +161 -0
  1251. package/dist/index8.js.map +1 -0
  1252. package/dist/index80.js +222 -0
  1253. package/dist/index80.js.map +1 -0
  1254. package/dist/index81.js +46 -0
  1255. package/dist/index81.js.map +1 -0
  1256. package/dist/index82.js +153 -0
  1257. package/dist/index82.js.map +1 -0
  1258. package/dist/index83.js +247 -0
  1259. package/dist/index83.js.map +1 -0
  1260. package/dist/index84.js +140 -0
  1261. package/dist/index84.js.map +1 -0
  1262. package/dist/index85.js +5 -0
  1263. package/dist/index85.js.map +1 -0
  1264. package/dist/index86.js +5 -0
  1265. package/dist/index86.js.map +1 -0
  1266. package/dist/index87.js +5 -0
  1267. package/dist/index87.js.map +1 -0
  1268. package/dist/index88.js +5 -0
  1269. package/dist/index88.js.map +1 -0
  1270. package/dist/index89.js +5 -0
  1271. package/dist/index89.js.map +1 -0
  1272. package/dist/index9.js +75 -0
  1273. package/dist/index9.js.map +1 -0
  1274. package/dist/index90.js +5 -0
  1275. package/dist/index90.js.map +1 -0
  1276. package/dist/index91.js +5 -0
  1277. package/dist/index91.js.map +1 -0
  1278. package/dist/index92.js +5 -0
  1279. package/dist/index92.js.map +1 -0
  1280. package/dist/index93.js +5 -0
  1281. package/dist/index93.js.map +1 -0
  1282. package/dist/index94.js +5 -0
  1283. package/dist/index94.js.map +1 -0
  1284. package/dist/index95.js +5 -0
  1285. package/dist/index95.js.map +1 -0
  1286. package/dist/index96.js +5 -0
  1287. package/dist/index96.js.map +1 -0
  1288. package/dist/index97.js +5 -0
  1289. package/dist/index97.js.map +1 -0
  1290. package/dist/index98.js +5 -0
  1291. package/dist/index98.js.map +1 -0
  1292. package/dist/index99.js +5 -0
  1293. package/dist/index99.js.map +1 -0
  1294. package/dist/models/storybook/index.d.ts +10 -0
  1295. package/dist/models/storybook/index.d.ts.map +1 -0
  1296. package/dist/models/ui/common.d.ts +23 -0
  1297. package/dist/models/ui/common.d.ts.map +1 -0
  1298. package/dist/models/ui/lib-tab/tab-item.d.ts +1 -0
  1299. package/dist/models/ui/lib-tab/tab-item.d.ts.map +1 -0
  1300. package/dist/react/index.ts +83 -0
  1301. package/dist/react/lib-accordion-item.tsx +21 -0
  1302. package/dist/react/lib-accordion.tsx +19 -0
  1303. package/dist/react/lib-alert.tsx +21 -0
  1304. package/dist/react/lib-aspect-ratio.tsx +19 -0
  1305. package/dist/react/lib-avatar.tsx +19 -0
  1306. package/dist/react/lib-background.tsx +19 -0
  1307. package/dist/react/lib-badge.tsx +19 -0
  1308. package/dist/react/lib-bento-grid.tsx +19 -0
  1309. package/dist/react/lib-bento-item.tsx +19 -0
  1310. package/dist/react/lib-breadcrumb.tsx +21 -0
  1311. package/dist/react/lib-burger.tsx +21 -0
  1312. package/dist/react/lib-button-group.tsx +21 -0
  1313. package/dist/react/lib-button-liquid.tsx +21 -0
  1314. package/dist/react/lib-button-sep.tsx +19 -0
  1315. package/dist/react/lib-button-split.tsx +22 -0
  1316. package/dist/react/lib-button.tsx +22 -0
  1317. package/dist/react/lib-card.tsx +21 -0
  1318. package/dist/react/lib-carousel.tsx +21 -0
  1319. package/dist/react/lib-checkbox-card.tsx +21 -0
  1320. package/dist/react/lib-checkbox.tsx +21 -0
  1321. package/dist/react/lib-chip.tsx +22 -0
  1322. package/dist/react/lib-close-button.tsx +21 -0
  1323. package/dist/react/lib-code-block.tsx +19 -0
  1324. package/dist/react/lib-color-picker.tsx +23 -0
  1325. package/dist/react/lib-color-scale.tsx +19 -0
  1326. package/dist/react/lib-color-swatches.tsx +21 -0
  1327. package/dist/react/lib-component-grid.tsx +19 -0
  1328. package/dist/react/lib-content-pillar.tsx +19 -0
  1329. package/dist/react/lib-copy-button.tsx +21 -0
  1330. package/dist/react/lib-counter.tsx +19 -0
  1331. package/dist/react/lib-cursor-follower.tsx +19 -0
  1332. package/dist/react/lib-data-table.tsx +24 -0
  1333. package/dist/react/lib-dialog.tsx +21 -0
  1334. package/dist/react/lib-display-heading.tsx +19 -0
  1335. package/dist/react/lib-divider.tsx +19 -0
  1336. package/dist/react/lib-drawer.tsx +21 -0
  1337. package/dist/react/lib-dropdown.tsx +22 -0
  1338. package/dist/react/lib-empty-state.tsx +19 -0
  1339. package/dist/react/lib-eyebrow.tsx +19 -0
  1340. package/dist/react/lib-file-uploader.tsx +25 -0
  1341. package/dist/react/lib-footer.tsx +21 -0
  1342. package/dist/react/lib-glass-card.tsx +19 -0
  1343. package/dist/react/lib-header.tsx +23 -0
  1344. package/dist/react/lib-horizontal-scroll-section.tsx +21 -0
  1345. package/dist/react/lib-icon.tsx +19 -0
  1346. package/dist/react/lib-input.tsx +21 -0
  1347. package/dist/react/lib-kbd.tsx +19 -0
  1348. package/dist/react/lib-label.tsx +19 -0
  1349. package/dist/react/lib-magnetic.tsx +19 -0
  1350. package/dist/react/lib-modal.tsx +21 -0
  1351. package/dist/react/lib-pagination.tsx +21 -0
  1352. package/dist/react/lib-parallax-container.tsx +19 -0
  1353. package/dist/react/lib-parallax-text-stack.tsx +19 -0
  1354. package/dist/react/lib-progress-circle.tsx +19 -0
  1355. package/dist/react/lib-progress.tsx +19 -0
  1356. package/dist/react/lib-quote.tsx +19 -0
  1357. package/dist/react/lib-radio.tsx +21 -0
  1358. package/dist/react/lib-range-slider.tsx +21 -0
  1359. package/dist/react/lib-rating.tsx +21 -0
  1360. package/dist/react/lib-reading-progress.tsx +19 -0
  1361. package/dist/react/lib-ripple.tsx +19 -0
  1362. package/dist/react/lib-segmented-control.tsx +21 -0
  1363. package/dist/react/lib-select-option.tsx +21 -0
  1364. package/dist/react/lib-select.tsx +24 -0
  1365. package/dist/react/lib-sidebar.tsx +23 -0
  1366. package/dist/react/lib-skeleton.tsx +19 -0
  1367. package/dist/react/lib-spacer.tsx +19 -0
  1368. package/dist/react/lib-spinner.tsx +19 -0
  1369. package/dist/react/lib-spotlight-card.tsx +19 -0
  1370. package/dist/react/lib-stagger-container.tsx +22 -0
  1371. package/dist/react/lib-status-dot.tsx +19 -0
  1372. package/dist/react/lib-step.tsx +19 -0
  1373. package/dist/react/lib-stepper.tsx +21 -0
  1374. package/dist/react/lib-switch.tsx +21 -0
  1375. package/dist/react/lib-tabs.tsx +21 -0
  1376. package/dist/react/lib-text-glitch.tsx +19 -0
  1377. package/dist/react/lib-text-list.tsx +22 -0
  1378. package/dist/react/lib-timeline-item.tsx +19 -0
  1379. package/dist/react/lib-timeline.tsx +19 -0
  1380. package/dist/react/lib-toast-manager.tsx +19 -0
  1381. package/dist/react/lib-tooltip.tsx +19 -0
  1382. package/dist/react/lib-tree-select.tsx +22 -0
  1383. package/dist/react/lib-visually-hidden.tsx +19 -0
  1384. package/dist/shared/icons/icon-registry.d.ts +119 -0
  1385. package/dist/shared/icons/icon-registry.d.ts.map +1 -0
  1386. package/dist/src/components/atoms/accordion-item/lib-accordion-item.component.d.ts +33 -0
  1387. package/dist/src/components/atoms/accordion-item/lib-accordion-item.component.d.ts.map +1 -0
  1388. package/dist/src/components/atoms/accordion-item/lib-accordion-item.component.html.d.ts +16 -0
  1389. package/dist/src/components/atoms/accordion-item/lib-accordion-item.component.html.d.ts.map +1 -0
  1390. package/dist/src/components/atoms/accordion-item/lib-accordion-item.stories.d.ts +13 -0
  1391. package/dist/src/components/atoms/accordion-item/lib-accordion-item.stories.d.ts.map +1 -0
  1392. package/dist/src/components/atoms/aspect-ratio/lib-aspect-ratio.component.d.ts +11 -0
  1393. package/dist/src/components/atoms/aspect-ratio/lib-aspect-ratio.component.d.ts.map +1 -0
  1394. package/dist/src/components/atoms/aspect-ratio/lib-aspect-ratio.html.d.ts +3 -0
  1395. package/dist/src/components/atoms/aspect-ratio/lib-aspect-ratio.html.d.ts.map +1 -0
  1396. package/dist/src/components/atoms/aspect-ratio/lib-aspect-ratio.stories.d.ts +6 -0
  1397. package/dist/src/components/atoms/aspect-ratio/lib-aspect-ratio.stories.d.ts.map +1 -0
  1398. package/dist/src/components/atoms/avatar/lib-avatar.component.d.ts +39 -0
  1399. package/dist/src/components/atoms/avatar/lib-avatar.component.d.ts.map +1 -0
  1400. package/dist/src/components/atoms/avatar/lib-avatar.html.d.ts +27 -0
  1401. package/dist/src/components/atoms/avatar/lib-avatar.html.d.ts.map +1 -0
  1402. package/dist/src/components/atoms/avatar/lib-avatar.stories.d.ts +16 -0
  1403. package/dist/src/components/atoms/avatar/lib-avatar.stories.d.ts.map +1 -0
  1404. package/dist/src/components/atoms/background/lib-background.component.d.ts +44 -0
  1405. package/dist/src/components/atoms/background/lib-background.component.d.ts.map +1 -0
  1406. package/dist/src/components/atoms/background/lib-background.html.d.ts +14 -0
  1407. package/dist/src/components/atoms/background/lib-background.html.d.ts.map +1 -0
  1408. package/dist/src/components/atoms/background/lib-background.stories.d.ts +14 -0
  1409. package/dist/src/components/atoms/background/lib-background.stories.d.ts.map +1 -0
  1410. package/dist/src/components/atoms/background/lib-background.types.d.ts +22 -0
  1411. package/dist/src/components/atoms/background/lib-background.types.d.ts.map +1 -0
  1412. package/dist/src/components/atoms/badge/lib-badge.component.d.ts +33 -0
  1413. package/dist/src/components/atoms/badge/lib-badge.component.d.ts.map +1 -0
  1414. package/dist/src/components/atoms/badge/lib-badge.html.d.ts +19 -0
  1415. package/dist/src/components/atoms/badge/lib-badge.html.d.ts.map +1 -0
  1416. package/dist/src/components/atoms/badge/lib-badge.stories.d.ts +16 -0
  1417. package/dist/src/components/atoms/badge/lib-badge.stories.d.ts.map +1 -0
  1418. package/dist/src/components/atoms/bento-item/lib-bento-item.component.d.ts +34 -0
  1419. package/dist/src/components/atoms/bento-item/lib-bento-item.component.d.ts.map +1 -0
  1420. package/dist/src/components/atoms/bento-item/lib-bento-item.html.d.ts +4 -0
  1421. package/dist/src/components/atoms/bento-item/lib-bento-item.html.d.ts.map +1 -0
  1422. package/dist/src/components/atoms/bento-item/lib-bento-item.stories.d.ts +7 -0
  1423. package/dist/src/components/atoms/bento-item/lib-bento-item.stories.d.ts.map +1 -0
  1424. package/dist/src/components/atoms/burger-button/lib-burger-button.component.d.ts +42 -0
  1425. package/dist/src/components/atoms/burger-button/lib-burger-button.component.d.ts.map +1 -0
  1426. package/dist/src/components/atoms/burger-button/lib-burger-button.html.d.ts +4 -0
  1427. package/dist/src/components/atoms/burger-button/lib-burger-button.html.d.ts.map +1 -0
  1428. package/dist/src/components/atoms/burger-button/lib-burger-button.stories.d.ts +14 -0
  1429. package/dist/src/components/atoms/burger-button/lib-burger-button.stories.d.ts.map +1 -0
  1430. package/dist/src/components/atoms/burger-button/lib-burger-button.types.d.ts +3 -0
  1431. package/dist/src/components/atoms/burger-button/lib-burger-button.types.d.ts.map +1 -0
  1432. package/dist/src/components/atoms/button/lib-button.component.d.ts +53 -0
  1433. package/dist/src/components/atoms/button/lib-button.component.d.ts.map +1 -0
  1434. package/dist/src/components/atoms/button/lib-button.html.d.ts +19 -0
  1435. package/dist/src/components/atoms/button/lib-button.html.d.ts.map +1 -0
  1436. package/dist/src/components/atoms/button/lib-button.stories.d.ts +17 -0
  1437. package/dist/src/components/atoms/button/lib-button.stories.d.ts.map +1 -0
  1438. package/dist/src/components/atoms/card/card-grid/lib-card-grid.component.d.ts +34 -0
  1439. package/dist/src/components/atoms/card/card-grid/lib-card-grid.component.d.ts.map +1 -0
  1440. package/dist/src/components/atoms/card/lib-card.component.d.ts +41 -0
  1441. package/dist/src/components/atoms/card/lib-card.component.d.ts.map +1 -0
  1442. package/dist/src/components/atoms/card/lib-card.html.d.ts +16 -0
  1443. package/dist/src/components/atoms/card/lib-card.html.d.ts.map +1 -0
  1444. package/dist/src/components/atoms/card/lib-card.stories.d.ts +19 -0
  1445. package/dist/src/components/atoms/card/lib-card.stories.d.ts.map +1 -0
  1446. package/dist/src/components/atoms/card/lib-card.types.d.ts +5 -0
  1447. package/dist/src/components/atoms/card/lib-card.types.d.ts.map +1 -0
  1448. package/dist/src/components/atoms/checkbox/lib-checkbox.component.d.ts +51 -0
  1449. package/dist/src/components/atoms/checkbox/lib-checkbox.component.d.ts.map +1 -0
  1450. package/dist/src/components/atoms/checkbox/lib-checkbox.html.d.ts +25 -0
  1451. package/dist/src/components/atoms/checkbox/lib-checkbox.html.d.ts.map +1 -0
  1452. package/dist/src/components/atoms/checkbox/lib-checkbox.stories.d.ts +14 -0
  1453. package/dist/src/components/atoms/checkbox/lib-checkbox.stories.d.ts.map +1 -0
  1454. package/dist/src/components/atoms/close-button/lib-close-button.component.d.ts +40 -0
  1455. package/dist/src/components/atoms/close-button/lib-close-button.component.d.ts.map +1 -0
  1456. package/dist/src/components/atoms/close-button/lib-close-button.html.d.ts +20 -0
  1457. package/dist/src/components/atoms/close-button/lib-close-button.html.d.ts.map +1 -0
  1458. package/dist/src/components/atoms/close-button/lib-close-button.stories.d.ts +16 -0
  1459. package/dist/src/components/atoms/close-button/lib-close-button.stories.d.ts.map +1 -0
  1460. package/dist/src/components/atoms/code-block/lib-code-block.component.d.ts +44 -0
  1461. package/dist/src/components/atoms/code-block/lib-code-block.component.d.ts.map +1 -0
  1462. package/dist/src/components/atoms/code-block/lib-code-block.html.d.ts +12 -0
  1463. package/dist/src/components/atoms/code-block/lib-code-block.html.d.ts.map +1 -0
  1464. package/dist/src/components/atoms/code-block/lib-code-block.stories.d.ts +14 -0
  1465. package/dist/src/components/atoms/code-block/lib-code-block.stories.d.ts.map +1 -0
  1466. package/dist/src/components/atoms/color-scale/lib-color-scale.component.d.ts +29 -0
  1467. package/dist/src/components/atoms/color-scale/lib-color-scale.component.d.ts.map +1 -0
  1468. package/dist/src/components/atoms/color-scale/lib-color-scale.html.d.ts +4 -0
  1469. package/dist/src/components/atoms/color-scale/lib-color-scale.html.d.ts.map +1 -0
  1470. package/dist/src/components/atoms/color-scale/lib-color-scale.stories.d.ts +10 -0
  1471. package/dist/src/components/atoms/color-scale/lib-color-scale.stories.d.ts.map +1 -0
  1472. package/dist/src/components/atoms/color-scale/lib-color-scale.types.d.ts +9 -0
  1473. package/dist/src/components/atoms/color-scale/lib-color-scale.types.d.ts.map +1 -0
  1474. package/dist/src/components/atoms/content-pillar/content-pillar.component.d.ts +52 -0
  1475. package/dist/src/components/atoms/content-pillar/content-pillar.component.d.ts.map +1 -0
  1476. package/dist/src/components/atoms/content-pillar/content-pillar.html.d.ts +4 -0
  1477. package/dist/src/components/atoms/content-pillar/content-pillar.html.d.ts.map +1 -0
  1478. package/dist/src/components/atoms/content-pillar/content-pillar.stories.d.ts +11 -0
  1479. package/dist/src/components/atoms/content-pillar/content-pillar.stories.d.ts.map +1 -0
  1480. package/dist/src/components/atoms/copy-button/lib-copy-button.component.d.ts +49 -0
  1481. package/dist/src/components/atoms/copy-button/lib-copy-button.component.d.ts.map +1 -0
  1482. package/dist/src/components/atoms/copy-button/lib-copy-button.html.d.ts +27 -0
  1483. package/dist/src/components/atoms/copy-button/lib-copy-button.html.d.ts.map +1 -0
  1484. package/dist/src/components/atoms/copy-button/lib-copy-button.stories.d.ts +16 -0
  1485. package/dist/src/components/atoms/copy-button/lib-copy-button.stories.d.ts.map +1 -0
  1486. package/dist/src/components/atoms/display-heading/lib-display-heading.component.d.ts +79 -0
  1487. package/dist/src/components/atoms/display-heading/lib-display-heading.component.d.ts.map +1 -0
  1488. package/dist/src/components/atoms/display-heading/lib-display-heading.html.d.ts +4 -0
  1489. package/dist/src/components/atoms/display-heading/lib-display-heading.html.d.ts.map +1 -0
  1490. package/dist/src/components/atoms/display-heading/lib-display-heading.stories.d.ts +17 -0
  1491. package/dist/src/components/atoms/display-heading/lib-display-heading.stories.d.ts.map +1 -0
  1492. package/dist/src/components/atoms/display-heading/lib-display-heading.types.d.ts +4 -0
  1493. package/dist/src/components/atoms/display-heading/lib-display-heading.types.d.ts.map +1 -0
  1494. package/dist/src/components/atoms/divider/lib-divider.component.d.ts +61 -0
  1495. package/dist/src/components/atoms/divider/lib-divider.component.d.ts.map +1 -0
  1496. package/dist/src/components/atoms/divider/lib-divider.component.html.d.ts +19 -0
  1497. package/dist/src/components/atoms/divider/lib-divider.component.html.d.ts.map +1 -0
  1498. package/dist/src/components/atoms/divider/lib-divider.stories.d.ts +20 -0
  1499. package/dist/src/components/atoms/divider/lib-divider.stories.d.ts.map +1 -0
  1500. package/dist/src/components/atoms/eyebrow/lib-eyebrow.component.d.ts +64 -0
  1501. package/dist/src/components/atoms/eyebrow/lib-eyebrow.component.d.ts.map +1 -0
  1502. package/dist/src/components/atoms/eyebrow/lib-eyebrow.html.d.ts +4 -0
  1503. package/dist/src/components/atoms/eyebrow/lib-eyebrow.html.d.ts.map +1 -0
  1504. package/dist/src/components/atoms/eyebrow/lib-eyebrow.stories.d.ts +18 -0
  1505. package/dist/src/components/atoms/eyebrow/lib-eyebrow.stories.d.ts.map +1 -0
  1506. package/dist/src/components/atoms/glass-card/lib-glass-card.component.d.ts +47 -0
  1507. package/dist/src/components/atoms/glass-card/lib-glass-card.component.d.ts.map +1 -0
  1508. package/dist/src/components/atoms/glass-card/lib-glass-card.html.d.ts +17 -0
  1509. package/dist/src/components/atoms/glass-card/lib-glass-card.html.d.ts.map +1 -0
  1510. package/dist/src/components/atoms/glass-card/lib-glass-card.stories.d.ts +14 -0
  1511. package/dist/src/components/atoms/glass-card/lib-glass-card.stories.d.ts.map +1 -0
  1512. package/dist/src/components/atoms/icon/lib-icon.component.d.ts +12 -0
  1513. package/dist/src/components/atoms/icon/lib-icon.component.d.ts.map +1 -0
  1514. package/dist/src/components/atoms/icon/lib-icon.stories.d.ts +10 -0
  1515. package/dist/src/components/atoms/icon/lib-icon.stories.d.ts.map +1 -0
  1516. package/dist/src/components/atoms/index.d.ts +17 -0
  1517. package/dist/src/components/atoms/index.d.ts.map +1 -0
  1518. package/dist/src/components/atoms/kbd/lib-kbd.component.d.ts +48 -0
  1519. package/dist/src/components/atoms/kbd/lib-kbd.component.d.ts.map +1 -0
  1520. package/dist/src/components/atoms/kbd/lib-kbd.html.d.ts +23 -0
  1521. package/dist/src/components/atoms/kbd/lib-kbd.html.d.ts.map +1 -0
  1522. package/dist/src/components/atoms/kbd/lib-kbd.stories.d.ts +16 -0
  1523. package/dist/src/components/atoms/kbd/lib-kbd.stories.d.ts.map +1 -0
  1524. package/dist/src/components/atoms/label/lib-label.component.d.ts +10 -0
  1525. package/dist/src/components/atoms/label/lib-label.component.d.ts.map +1 -0
  1526. package/dist/src/components/atoms/lib-counter/lib-counter.component.d.ts +84 -0
  1527. package/dist/src/components/atoms/lib-counter/lib-counter.component.d.ts.map +1 -0
  1528. package/dist/src/components/atoms/lib-counter/lib-counter.html.d.ts +25 -0
  1529. package/dist/src/components/atoms/lib-counter/lib-counter.html.d.ts.map +1 -0
  1530. package/dist/src/components/atoms/lib-counter/lib-counter.stories.d.ts +15 -0
  1531. package/dist/src/components/atoms/lib-counter/lib-counter.stories.d.ts.map +1 -0
  1532. package/dist/src/components/atoms/liquid-button/lib-liquid-button.component.d.ts +43 -0
  1533. package/dist/src/components/atoms/liquid-button/lib-liquid-button.component.d.ts.map +1 -0
  1534. package/dist/src/components/atoms/liquid-button/lib-liquid-button.html.d.ts +4 -0
  1535. package/dist/src/components/atoms/liquid-button/lib-liquid-button.html.d.ts.map +1 -0
  1536. package/dist/src/components/atoms/liquid-button/lib-liquid-button.stories.d.ts +13 -0
  1537. package/dist/src/components/atoms/liquid-button/lib-liquid-button.stories.d.ts.map +1 -0
  1538. package/dist/src/components/atoms/liquid-button/lib-liquid-button.types.d.ts +11 -0
  1539. package/dist/src/components/atoms/liquid-button/lib-liquid-button.types.d.ts.map +1 -0
  1540. package/dist/src/components/atoms/magnetic/lib-magnetic.component.d.ts +19 -0
  1541. package/dist/src/components/atoms/magnetic/lib-magnetic.component.d.ts.map +1 -0
  1542. package/dist/src/components/atoms/magnetic/lib-magnetic.stories.d.ts +7 -0
  1543. package/dist/src/components/atoms/magnetic/lib-magnetic.stories.d.ts.map +1 -0
  1544. package/dist/src/components/atoms/progress/lib-progress.component.d.ts +48 -0
  1545. package/dist/src/components/atoms/progress/lib-progress.component.d.ts.map +1 -0
  1546. package/dist/src/components/atoms/progress/lib-progress.html.d.ts +9 -0
  1547. package/dist/src/components/atoms/progress/lib-progress.html.d.ts.map +1 -0
  1548. package/dist/src/components/atoms/progress/lib-progress.stories.d.ts +26 -0
  1549. package/dist/src/components/atoms/progress/lib-progress.stories.d.ts.map +1 -0
  1550. package/dist/src/components/atoms/progress/lib-progress.types.d.ts +30 -0
  1551. package/dist/src/components/atoms/progress/lib-progress.types.d.ts.map +1 -0
  1552. package/dist/src/components/atoms/progress-circle/lib-progress-circle.component.d.ts +77 -0
  1553. package/dist/src/components/atoms/progress-circle/lib-progress-circle.component.d.ts.map +1 -0
  1554. package/dist/src/components/atoms/progress-circle/lib-progress-circle.component.html.d.ts +30 -0
  1555. package/dist/src/components/atoms/progress-circle/lib-progress-circle.component.html.d.ts.map +1 -0
  1556. package/dist/src/components/atoms/progress-circle/lib-progress-circle.stories.d.ts +16 -0
  1557. package/dist/src/components/atoms/progress-circle/lib-progress-circle.stories.d.ts.map +1 -0
  1558. package/dist/src/components/atoms/quote/lib-quote.component.d.ts +61 -0
  1559. package/dist/src/components/atoms/quote/lib-quote.component.d.ts.map +1 -0
  1560. package/dist/src/components/atoms/quote/lib-quote.html.d.ts +4 -0
  1561. package/dist/src/components/atoms/quote/lib-quote.html.d.ts.map +1 -0
  1562. package/dist/src/components/atoms/quote/lib-quote.stories.d.ts +12 -0
  1563. package/dist/src/components/atoms/quote/lib-quote.stories.d.ts.map +1 -0
  1564. package/dist/src/components/atoms/radio/lib-radio.component.d.ts +55 -0
  1565. package/dist/src/components/atoms/radio/lib-radio.component.d.ts.map +1 -0
  1566. package/dist/src/components/atoms/radio/lib-radio.html.d.ts +26 -0
  1567. package/dist/src/components/atoms/radio/lib-radio.html.d.ts.map +1 -0
  1568. package/dist/src/components/atoms/radio/lib-radio.stories.d.ts +15 -0
  1569. package/dist/src/components/atoms/radio/lib-radio.stories.d.ts.map +1 -0
  1570. package/dist/src/components/atoms/rating/lib-rating.component.d.ts +45 -0
  1571. package/dist/src/components/atoms/rating/lib-rating.component.d.ts.map +1 -0
  1572. package/dist/src/components/atoms/rating/lib-rating.html.d.ts +4 -0
  1573. package/dist/src/components/atoms/rating/lib-rating.html.d.ts.map +1 -0
  1574. package/dist/src/components/atoms/rating/lib-rating.stories.d.ts +16 -0
  1575. package/dist/src/components/atoms/rating/lib-rating.stories.d.ts.map +1 -0
  1576. package/dist/src/components/atoms/rating/lib-rating.types.d.ts +4 -0
  1577. package/dist/src/components/atoms/rating/lib-rating.types.d.ts.map +1 -0
  1578. package/dist/src/components/atoms/reading-progress/lib-reading-progress.component.d.ts +62 -0
  1579. package/dist/src/components/atoms/reading-progress/lib-reading-progress.component.d.ts.map +1 -0
  1580. package/dist/src/components/atoms/reading-progress/lib-reading-progress.html.d.ts +10 -0
  1581. package/dist/src/components/atoms/reading-progress/lib-reading-progress.html.d.ts.map +1 -0
  1582. package/dist/src/components/atoms/reading-progress/lib-reading-progress.stories.d.ts +16 -0
  1583. package/dist/src/components/atoms/reading-progress/lib-reading-progress.stories.d.ts.map +1 -0
  1584. package/dist/src/components/atoms/ripple/lib-ripple.component.d.ts +17 -0
  1585. package/dist/src/components/atoms/ripple/lib-ripple.component.d.ts.map +1 -0
  1586. package/dist/src/components/atoms/ripple/lib-ripple.html.d.ts +4 -0
  1587. package/dist/src/components/atoms/ripple/lib-ripple.html.d.ts.map +1 -0
  1588. package/dist/src/components/atoms/ripple/lib-ripple.stories.d.ts +7 -0
  1589. package/dist/src/components/atoms/ripple/lib-ripple.stories.d.ts.map +1 -0
  1590. package/dist/src/components/atoms/select-option/lib-select-option.component.d.ts +28 -0
  1591. package/dist/src/components/atoms/select-option/lib-select-option.component.d.ts.map +1 -0
  1592. package/dist/src/components/atoms/select-option/lib-select-option.html.d.ts +4 -0
  1593. package/dist/src/components/atoms/select-option/lib-select-option.html.d.ts.map +1 -0
  1594. package/dist/src/components/atoms/select-option/lib-select-option.stories.d.ts +14 -0
  1595. package/dist/src/components/atoms/select-option/lib-select-option.stories.d.ts.map +1 -0
  1596. package/dist/src/components/atoms/select-option/lib-select-option.types.d.ts +7 -0
  1597. package/dist/src/components/atoms/select-option/lib-select-option.types.d.ts.map +1 -0
  1598. package/dist/src/components/atoms/skeleton/lib-skeleton.component.d.ts +69 -0
  1599. package/dist/src/components/atoms/skeleton/lib-skeleton.component.d.ts.map +1 -0
  1600. package/dist/src/components/atoms/skeleton/lib-skeleton.html.d.ts +19 -0
  1601. package/dist/src/components/atoms/skeleton/lib-skeleton.html.d.ts.map +1 -0
  1602. package/dist/src/components/atoms/skeleton/lib-skeleton.stories.d.ts +16 -0
  1603. package/dist/src/components/atoms/skeleton/lib-skeleton.stories.d.ts.map +1 -0
  1604. package/dist/src/components/atoms/spacer/lib-spacer.component.d.ts +8 -0
  1605. package/dist/src/components/atoms/spacer/lib-spacer.component.d.ts.map +1 -0
  1606. package/dist/src/components/atoms/spacer/lib-spacer.stories.d.ts +7 -0
  1607. package/dist/src/components/atoms/spacer/lib-spacer.stories.d.ts.map +1 -0
  1608. package/dist/src/components/atoms/spinner/lib-spinner.component.d.ts +44 -0
  1609. package/dist/src/components/atoms/spinner/lib-spinner.component.d.ts.map +1 -0
  1610. package/dist/src/components/atoms/spinner/lib-spinner.html.d.ts +11 -0
  1611. package/dist/src/components/atoms/spinner/lib-spinner.html.d.ts.map +1 -0
  1612. package/dist/src/components/atoms/spinner/lib-spinner.stories.d.ts +15 -0
  1613. package/dist/src/components/atoms/spinner/lib-spinner.stories.d.ts.map +1 -0
  1614. package/dist/src/components/atoms/spotlight-card/lib-spotlight-card.component.d.ts +49 -0
  1615. package/dist/src/components/atoms/spotlight-card/lib-spotlight-card.component.d.ts.map +1 -0
  1616. package/dist/src/components/atoms/spotlight-card/lib-spotlight-card.component.html.d.ts +21 -0
  1617. package/dist/src/components/atoms/spotlight-card/lib-spotlight-card.component.html.d.ts.map +1 -0
  1618. package/dist/src/components/atoms/spotlight-card/lib-spotlight-card.stories.d.ts +13 -0
  1619. package/dist/src/components/atoms/spotlight-card/lib-spotlight-card.stories.d.ts.map +1 -0
  1620. package/dist/src/components/atoms/status-dot/lib-status-dot.component.d.ts +59 -0
  1621. package/dist/src/components/atoms/status-dot/lib-status-dot.component.d.ts.map +1 -0
  1622. package/dist/src/components/atoms/status-dot/lib-status-dot.html.d.ts +19 -0
  1623. package/dist/src/components/atoms/status-dot/lib-status-dot.html.d.ts.map +1 -0
  1624. package/dist/src/components/atoms/status-dot/lib-status-dot.stories.d.ts +15 -0
  1625. package/dist/src/components/atoms/status-dot/lib-status-dot.stories.d.ts.map +1 -0
  1626. package/dist/src/components/atoms/step/lib-step.component.d.ts +76 -0
  1627. package/dist/src/components/atoms/step/lib-step.component.d.ts.map +1 -0
  1628. package/dist/src/components/atoms/step/lib-step.html.d.ts +30 -0
  1629. package/dist/src/components/atoms/step/lib-step.html.d.ts.map +1 -0
  1630. package/dist/src/components/atoms/step/lib-step.stories.d.ts +17 -0
  1631. package/dist/src/components/atoms/step/lib-step.stories.d.ts.map +1 -0
  1632. package/dist/src/components/atoms/switch/lib-switch.component.d.ts +55 -0
  1633. package/dist/src/components/atoms/switch/lib-switch.component.d.ts.map +1 -0
  1634. package/dist/src/components/atoms/switch/lib-switch.html.d.ts +28 -0
  1635. package/dist/src/components/atoms/switch/lib-switch.html.d.ts.map +1 -0
  1636. package/dist/src/components/atoms/switch/lib-switch.stories.d.ts +14 -0
  1637. package/dist/src/components/atoms/switch/lib-switch.stories.d.ts.map +1 -0
  1638. package/dist/src/components/atoms/text-glich/lib-text-glitch.component.d.ts +60 -0
  1639. package/dist/src/components/atoms/text-glich/lib-text-glitch.component.d.ts.map +1 -0
  1640. package/dist/src/components/atoms/text-glich/lib-text-glitch.html.d.ts +18 -0
  1641. package/dist/src/components/atoms/text-glich/lib-text-glitch.html.d.ts.map +1 -0
  1642. package/dist/src/components/atoms/text-glich/lib-text-glitch.stories.d.ts +17 -0
  1643. package/dist/src/components/atoms/text-glich/lib-text-glitch.stories.d.ts.map +1 -0
  1644. package/dist/src/components/atoms/text-list/lib-text-list.component.d.ts +75 -0
  1645. package/dist/src/components/atoms/text-list/lib-text-list.component.d.ts.map +1 -0
  1646. package/dist/src/components/atoms/text-list/lib-text-list.html.d.ts +4 -0
  1647. package/dist/src/components/atoms/text-list/lib-text-list.html.d.ts.map +1 -0
  1648. package/dist/src/components/atoms/text-list/lib-text-list.stories.d.ts +18 -0
  1649. package/dist/src/components/atoms/text-list/lib-text-list.stories.d.ts.map +1 -0
  1650. package/dist/src/components/atoms/text-list/lib-text-list.types.d.ts +87 -0
  1651. package/dist/src/components/atoms/text-list/lib-text-list.types.d.ts.map +1 -0
  1652. package/dist/src/components/atoms/tooltip/lib-tooltip.component.d.ts +79 -0
  1653. package/dist/src/components/atoms/tooltip/lib-tooltip.component.d.ts.map +1 -0
  1654. package/dist/src/components/atoms/tooltip/lib-tooltip.html.d.ts +13 -0
  1655. package/dist/src/components/atoms/tooltip/lib-tooltip.html.d.ts.map +1 -0
  1656. package/dist/src/components/atoms/tooltip/lib-tooltip.stories.d.ts +17 -0
  1657. package/dist/src/components/atoms/tooltip/lib-tooltip.stories.d.ts.map +1 -0
  1658. package/dist/src/components/atoms/visually-hidden/lib-visually-hidden.component.d.ts +6 -0
  1659. package/dist/src/components/atoms/visually-hidden/lib-visually-hidden.component.d.ts.map +1 -0
  1660. package/dist/src/components/atoms/visually-hidden/lib-visually-hidden.html.d.ts +3 -0
  1661. package/dist/src/components/atoms/visually-hidden/lib-visually-hidden.html.d.ts.map +1 -0
  1662. package/dist/src/components/atoms/visually-hidden/lib-visually-hidden.stories.d.ts +6 -0
  1663. package/dist/src/components/atoms/visually-hidden/lib-visually-hidden.stories.d.ts.map +1 -0
  1664. package/dist/src/components/index.d.ts +11 -0
  1665. package/dist/src/components/index.d.ts.map +1 -0
  1666. package/dist/src/components/molecules/breadcrumb/lib-breadcrumb.component.d.ts +38 -0
  1667. package/dist/src/components/molecules/breadcrumb/lib-breadcrumb.component.d.ts.map +1 -0
  1668. package/dist/src/components/molecules/breadcrumb/lib-breadcrumb.html.d.ts +18 -0
  1669. package/dist/src/components/molecules/breadcrumb/lib-breadcrumb.html.d.ts.map +1 -0
  1670. package/dist/src/components/molecules/breadcrumb/lib-breadcrumb.stories.d.ts +19 -0
  1671. package/dist/src/components/molecules/breadcrumb/lib-breadcrumb.stories.d.ts.map +1 -0
  1672. package/dist/src/components/molecules/breadcrumb/lib-breadcrumb.types.d.ts +13 -0
  1673. package/dist/src/components/molecules/breadcrumb/lib-breadcrumb.types.d.ts.map +1 -0
  1674. package/dist/src/components/molecules/button-group/lib-button-group.component.d.ts +61 -0
  1675. package/dist/src/components/molecules/button-group/lib-button-group.component.d.ts.map +1 -0
  1676. package/dist/src/components/molecules/button-group/lib-button-group.html.d.ts +17 -0
  1677. package/dist/src/components/molecules/button-group/lib-button-group.html.d.ts.map +1 -0
  1678. package/dist/src/components/molecules/button-group/lib-button-group.stories.d.ts +16 -0
  1679. package/dist/src/components/molecules/button-group/lib-button-group.stories.d.ts.map +1 -0
  1680. package/dist/src/components/molecules/button-group/lib-button-group.types.d.ts +8 -0
  1681. package/dist/src/components/molecules/button-group/lib-button-group.types.d.ts.map +1 -0
  1682. package/dist/src/components/molecules/checkbox-card/lib-checkbox-card.component.d.ts +63 -0
  1683. package/dist/src/components/molecules/checkbox-card/lib-checkbox-card.component.d.ts.map +1 -0
  1684. package/dist/src/components/molecules/checkbox-card/lib-checkbox-card.html.d.ts +4 -0
  1685. package/dist/src/components/molecules/checkbox-card/lib-checkbox-card.html.d.ts.map +1 -0
  1686. package/dist/src/components/molecules/checkbox-card/lib-checkbox-card.stories.d.ts +15 -0
  1687. package/dist/src/components/molecules/checkbox-card/lib-checkbox-card.stories.d.ts.map +1 -0
  1688. package/dist/src/components/molecules/checkbox-card/lib-checkbox-card.types.d.ts +4 -0
  1689. package/dist/src/components/molecules/checkbox-card/lib-checkbox-card.types.d.ts.map +1 -0
  1690. package/dist/src/components/molecules/chip/lib-chip.component.d.ts +45 -0
  1691. package/dist/src/components/molecules/chip/lib-chip.component.d.ts.map +1 -0
  1692. package/dist/src/components/molecules/chip/lib-chip.html.d.ts +4 -0
  1693. package/dist/src/components/molecules/chip/lib-chip.html.d.ts.map +1 -0
  1694. package/dist/src/components/molecules/chip/lib-chip.stories.d.ts +13 -0
  1695. package/dist/src/components/molecules/chip/lib-chip.stories.d.ts.map +1 -0
  1696. package/dist/src/components/molecules/chip/lib-chip.types.d.ts +10 -0
  1697. package/dist/src/components/molecules/chip/lib-chip.types.d.ts.map +1 -0
  1698. package/dist/src/components/molecules/color-picker/lib-color-picker.component.d.ts +105 -0
  1699. package/dist/src/components/molecules/color-picker/lib-color-picker.component.d.ts.map +1 -0
  1700. package/dist/src/components/molecules/color-picker/lib-color-picker.html.d.ts +43 -0
  1701. package/dist/src/components/molecules/color-picker/lib-color-picker.html.d.ts.map +1 -0
  1702. package/dist/src/components/molecules/color-picker/lib-color-picker.stories.d.ts +13 -0
  1703. package/dist/src/components/molecules/color-picker/lib-color-picker.stories.d.ts.map +1 -0
  1704. package/dist/src/components/molecules/color-picker/lib-color-picker.types.d.ts +23 -0
  1705. package/dist/src/components/molecules/color-picker/lib-color-picker.types.d.ts.map +1 -0
  1706. package/dist/src/components/molecules/dropdown/lib-dropdown.component.d.ts +63 -0
  1707. package/dist/src/components/molecules/dropdown/lib-dropdown.component.d.ts.map +1 -0
  1708. package/dist/src/components/molecules/dropdown/lib-dropdown.html.d.ts +4 -0
  1709. package/dist/src/components/molecules/dropdown/lib-dropdown.html.d.ts.map +1 -0
  1710. package/dist/src/components/molecules/dropdown/lib-dropdown.stories.d.ts +14 -0
  1711. package/dist/src/components/molecules/dropdown/lib-dropdown.stories.d.ts.map +1 -0
  1712. package/dist/src/components/molecules/dropdown/lib-dropdown.types.d.ts +3 -0
  1713. package/dist/src/components/molecules/dropdown/lib-dropdown.types.d.ts.map +1 -0
  1714. package/dist/src/components/molecules/empty-state/lib-empty-state.component.d.ts +80 -0
  1715. package/dist/src/components/molecules/empty-state/lib-empty-state.component.d.ts.map +1 -0
  1716. package/dist/src/components/molecules/empty-state/lib-empty-state.html.d.ts +31 -0
  1717. package/dist/src/components/molecules/empty-state/lib-empty-state.html.d.ts.map +1 -0
  1718. package/dist/src/components/molecules/empty-state/lib-empty-state.stories.d.ts +19 -0
  1719. package/dist/src/components/molecules/empty-state/lib-empty-state.stories.d.ts.map +1 -0
  1720. package/dist/src/components/molecules/file-uploader/lib-file-uploader.component.d.ts +81 -0
  1721. package/dist/src/components/molecules/file-uploader/lib-file-uploader.component.d.ts.map +1 -0
  1722. package/dist/src/components/molecules/file-uploader/lib-file-uploader.html.d.ts +4 -0
  1723. package/dist/src/components/molecules/file-uploader/lib-file-uploader.html.d.ts.map +1 -0
  1724. package/dist/src/components/molecules/file-uploader/lib-file-uploader.stories.d.ts +15 -0
  1725. package/dist/src/components/molecules/file-uploader/lib-file-uploader.stories.d.ts.map +1 -0
  1726. package/dist/src/components/molecules/file-uploader/lib-file-uploader.types.d.ts +63 -0
  1727. package/dist/src/components/molecules/file-uploader/lib-file-uploader.types.d.ts.map +1 -0
  1728. package/dist/src/components/molecules/header/lib-header.component.d.ts +71 -0
  1729. package/dist/src/components/molecules/header/lib-header.component.d.ts.map +1 -0
  1730. package/dist/src/components/molecules/header/lib-header.html.d.ts +21 -0
  1731. package/dist/src/components/molecules/header/lib-header.html.d.ts.map +1 -0
  1732. package/dist/src/components/molecules/header/lib-header.stories.d.ts +17 -0
  1733. package/dist/src/components/molecules/header/lib-header.stories.d.ts.map +1 -0
  1734. package/dist/src/components/molecules/header/lib-header.types.d.ts +27 -0
  1735. package/dist/src/components/molecules/header/lib-header.types.d.ts.map +1 -0
  1736. package/dist/src/components/molecules/header/templates/header-app-bar.html.d.ts +10 -0
  1737. package/dist/src/components/molecules/header/templates/header-app-bar.html.d.ts.map +1 -0
  1738. package/dist/src/components/molecules/header/templates/header-centered.html.d.ts +9 -0
  1739. package/dist/src/components/molecules/header/templates/header-centered.html.d.ts.map +1 -0
  1740. package/dist/src/components/molecules/header/templates/header-classic.html.d.ts +10 -0
  1741. package/dist/src/components/molecules/header/templates/header-classic.html.d.ts.map +1 -0
  1742. package/dist/src/components/molecules/header/templates/header-mega.html.d.ts +9 -0
  1743. package/dist/src/components/molecules/header/templates/header-mega.html.d.ts.map +1 -0
  1744. package/dist/src/components/molecules/header/templates/header-mobile.html.d.ts +5 -0
  1745. package/dist/src/components/molecules/header/templates/header-mobile.html.d.ts.map +1 -0
  1746. package/dist/src/components/molecules/header/templates/header-shared.html.d.ts +13 -0
  1747. package/dist/src/components/molecules/header/templates/header-shared.html.d.ts.map +1 -0
  1748. package/dist/src/components/molecules/index.d.ts +2 -0
  1749. package/dist/src/components/molecules/index.d.ts.map +1 -0
  1750. package/dist/src/components/molecules/input/lib-input.component.d.ts +32 -0
  1751. package/dist/src/components/molecules/input/lib-input.component.d.ts.map +1 -0
  1752. package/dist/src/components/molecules/input/lib-input.html.d.ts +21 -0
  1753. package/dist/src/components/molecules/input/lib-input.html.d.ts.map +1 -0
  1754. package/dist/src/components/molecules/input/lib-input.stories.d.ts +21 -0
  1755. package/dist/src/components/molecules/input/lib-input.stories.d.ts.map +1 -0
  1756. package/dist/src/components/molecules/lib-alert/lib-alert.component.d.ts +32 -0
  1757. package/dist/src/components/molecules/lib-alert/lib-alert.component.d.ts.map +1 -0
  1758. package/dist/src/components/molecules/lib-alert/lib-alert.html.d.ts +8 -0
  1759. package/dist/src/components/molecules/lib-alert/lib-alert.html.d.ts.map +1 -0
  1760. package/dist/src/components/molecules/lib-alert/lib-alert.stories.d.ts +19 -0
  1761. package/dist/src/components/molecules/lib-alert/lib-alert.stories.d.ts.map +1 -0
  1762. package/dist/src/components/molecules/lib-alert/lib-alert.types.d.ts +12 -0
  1763. package/dist/src/components/molecules/lib-alert/lib-alert.types.d.ts.map +1 -0
  1764. package/dist/src/components/molecules/modal/lib-modal.component.d.ts +101 -0
  1765. package/dist/src/components/molecules/modal/lib-modal.component.d.ts.map +1 -0
  1766. package/dist/src/components/molecules/modal/lib-modal.html.d.ts +17 -0
  1767. package/dist/src/components/molecules/modal/lib-modal.html.d.ts.map +1 -0
  1768. package/dist/src/components/molecules/modal/lib-modal.stories.d.ts +17 -0
  1769. package/dist/src/components/molecules/modal/lib-modal.stories.d.ts.map +1 -0
  1770. package/dist/src/components/molecules/modal/lib-modal.types.d.ts +24 -0
  1771. package/dist/src/components/molecules/modal/lib-modal.types.d.ts.map +1 -0
  1772. package/dist/src/components/molecules/pagination/lib-pagination.component.d.ts +44 -0
  1773. package/dist/src/components/molecules/pagination/lib-pagination.component.d.ts.map +1 -0
  1774. package/dist/src/components/molecules/pagination/lib-pagination.html.d.ts +4 -0
  1775. package/dist/src/components/molecules/pagination/lib-pagination.html.d.ts.map +1 -0
  1776. package/dist/src/components/molecules/pagination/lib-pagination.stories.d.ts +14 -0
  1777. package/dist/src/components/molecules/pagination/lib-pagination.stories.d.ts.map +1 -0
  1778. package/dist/src/components/molecules/pagination/lib-pagination.types.d.ts +3 -0
  1779. package/dist/src/components/molecules/pagination/lib-pagination.types.d.ts.map +1 -0
  1780. package/dist/src/components/molecules/range-slider/lib-range-slider.component.d.ts +83 -0
  1781. package/dist/src/components/molecules/range-slider/lib-range-slider.component.d.ts.map +1 -0
  1782. package/dist/src/components/molecules/range-slider/lib-range-slider.html.d.ts +33 -0
  1783. package/dist/src/components/molecules/range-slider/lib-range-slider.html.d.ts.map +1 -0
  1784. package/dist/src/components/molecules/range-slider/lib-range-slider.stories.d.ts +16 -0
  1785. package/dist/src/components/molecules/range-slider/lib-range-slider.stories.d.ts.map +1 -0
  1786. package/dist/src/components/molecules/segmented-control/lib-segmented-control.component.d.ts +52 -0
  1787. package/dist/src/components/molecules/segmented-control/lib-segmented-control.component.d.ts.map +1 -0
  1788. package/dist/src/components/molecules/segmented-control/lib-segmented-control.html.d.ts +11 -0
  1789. package/dist/src/components/molecules/segmented-control/lib-segmented-control.html.d.ts.map +1 -0
  1790. package/dist/src/components/molecules/segmented-control/lib-segmented-control.stories.d.ts +22 -0
  1791. package/dist/src/components/molecules/segmented-control/lib-segmented-control.stories.d.ts.map +1 -0
  1792. package/dist/src/components/molecules/segmented-control/lib-segmented-control.types.d.ts +40 -0
  1793. package/dist/src/components/molecules/segmented-control/lib-segmented-control.types.d.ts.map +1 -0
  1794. package/dist/src/components/molecules/select/lib-select.component.d.ts +73 -0
  1795. package/dist/src/components/molecules/select/lib-select.component.d.ts.map +1 -0
  1796. package/dist/src/components/molecules/select/lib-select.html.d.ts +32 -0
  1797. package/dist/src/components/molecules/select/lib-select.html.d.ts.map +1 -0
  1798. package/dist/src/components/molecules/select/lib-select.stories.d.ts +31 -0
  1799. package/dist/src/components/molecules/select/lib-select.stories.d.ts.map +1 -0
  1800. package/dist/src/components/molecules/select/lib-select.types.d.ts +11 -0
  1801. package/dist/src/components/molecules/select/lib-select.types.d.ts.map +1 -0
  1802. package/dist/src/components/molecules/tabs/lib-tabs.component.d.ts +55 -0
  1803. package/dist/src/components/molecules/tabs/lib-tabs.component.d.ts.map +1 -0
  1804. package/dist/src/components/molecules/tabs/lib-tabs.html.d.ts +4 -0
  1805. package/dist/src/components/molecules/tabs/lib-tabs.html.d.ts.map +1 -0
  1806. package/dist/src/components/molecules/tabs/lib-tabs.stories.d.ts +15 -0
  1807. package/dist/src/components/molecules/tabs/lib-tabs.stories.d.ts.map +1 -0
  1808. package/dist/src/components/molecules/tabs/lib-tabs.types.d.ts +18 -0
  1809. package/dist/src/components/molecules/tabs/lib-tabs.types.d.ts.map +1 -0
  1810. package/dist/src/components/molecules/tree-select/lib-tree-node.component.d.ts +70 -0
  1811. package/dist/src/components/molecules/tree-select/lib-tree-node.component.d.ts.map +1 -0
  1812. package/dist/src/components/molecules/tree-select/lib-tree-node.types.d.ts +56 -0
  1813. package/dist/src/components/molecules/tree-select/lib-tree-node.types.d.ts.map +1 -0
  1814. package/dist/src/components/molecules/tree-select/lib-tree-select.component.html.d.ts +4 -0
  1815. package/dist/src/components/molecules/tree-select/lib-tree-select.component.html.d.ts.map +1 -0
  1816. package/dist/src/components/molecules/tree-select/lib-tree-select.stories.d.ts +13 -0
  1817. package/dist/src/components/molecules/tree-select/lib-tree-select.stories.d.ts.map +1 -0
  1818. package/dist/src/components/organisms/accordion/lib-accordion.component.d.ts +35 -0
  1819. package/dist/src/components/organisms/accordion/lib-accordion.component.d.ts.map +1 -0
  1820. package/dist/src/components/organisms/accordion/lib-accordion.component.html.d.ts +12 -0
  1821. package/dist/src/components/organisms/accordion/lib-accordion.component.html.d.ts.map +1 -0
  1822. package/dist/src/components/organisms/accordion/lib-accordion.stories.d.ts +16 -0
  1823. package/dist/src/components/organisms/accordion/lib-accordion.stories.d.ts.map +1 -0
  1824. package/dist/src/components/organisms/bento-grid/lib-bento-grid.component.d.ts +24 -0
  1825. package/dist/src/components/organisms/bento-grid/lib-bento-grid.component.d.ts.map +1 -0
  1826. package/dist/src/components/organisms/bento-grid/lib-bento-grid.html.d.ts +4 -0
  1827. package/dist/src/components/organisms/bento-grid/lib-bento-grid.html.d.ts.map +1 -0
  1828. package/dist/src/components/organisms/bento-grid/lib-bento-grid.stories.d.ts +11 -0
  1829. package/dist/src/components/organisms/bento-grid/lib-bento-grid.stories.d.ts.map +1 -0
  1830. package/dist/src/components/organisms/bento-grid/lib-bento-grid.types.d.ts +2 -0
  1831. package/dist/src/components/organisms/bento-grid/lib-bento-grid.types.d.ts.map +1 -0
  1832. package/dist/src/components/organisms/carousel/lib-carousel.component.d.ts +96 -0
  1833. package/dist/src/components/organisms/carousel/lib-carousel.component.d.ts.map +1 -0
  1834. package/dist/src/components/organisms/carousel/lib-carousel.html.d.ts +33 -0
  1835. package/dist/src/components/organisms/carousel/lib-carousel.html.d.ts.map +1 -0
  1836. package/dist/src/components/organisms/carousel/lib-carousel.stories.d.ts +14 -0
  1837. package/dist/src/components/organisms/carousel/lib-carousel.stories.d.ts.map +1 -0
  1838. package/dist/src/components/organisms/cursor-follower/lib-cursor-follower.component.d.ts +69 -0
  1839. package/dist/src/components/organisms/cursor-follower/lib-cursor-follower.component.d.ts.map +1 -0
  1840. package/dist/src/components/organisms/cursor-follower/lib-cursor-follower.stories.d.ts +10 -0
  1841. package/dist/src/components/organisms/cursor-follower/lib-cursor-follower.stories.d.ts.map +1 -0
  1842. package/dist/src/components/organisms/cursor-follower/lib-cursor-follower.types.d.ts +16 -0
  1843. package/dist/src/components/organisms/cursor-follower/lib-cursor-follower.types.d.ts.map +1 -0
  1844. package/dist/src/components/organisms/data-table/lib-data-table.component.d.ts +72 -0
  1845. package/dist/src/components/organisms/data-table/lib-data-table.component.d.ts.map +1 -0
  1846. package/dist/src/components/organisms/data-table/lib-data-table.html.d.ts +37 -0
  1847. package/dist/src/components/organisms/data-table/lib-data-table.html.d.ts.map +1 -0
  1848. package/dist/src/components/organisms/data-table/lib-data-table.stories.d.ts +19 -0
  1849. package/dist/src/components/organisms/data-table/lib-data-table.stories.d.ts.map +1 -0
  1850. package/dist/src/components/organisms/data-table/lib-data-table.types.d.ts +41 -0
  1851. package/dist/src/components/organisms/data-table/lib-data-table.types.d.ts.map +1 -0
  1852. package/dist/src/components/organisms/dialog/lib-dialog.component.d.ts +55 -0
  1853. package/dist/src/components/organisms/dialog/lib-dialog.component.d.ts.map +1 -0
  1854. package/dist/src/components/organisms/dialog/lib-dialog.html.d.ts +4 -0
  1855. package/dist/src/components/organisms/dialog/lib-dialog.html.d.ts.map +1 -0
  1856. package/dist/src/components/organisms/dialog/lib-dialog.stories.d.ts +17 -0
  1857. package/dist/src/components/organisms/dialog/lib-dialog.stories.d.ts.map +1 -0
  1858. package/dist/src/components/organisms/dialog/lib-dialog.types.d.ts +22 -0
  1859. package/dist/src/components/organisms/dialog/lib-dialog.types.d.ts.map +1 -0
  1860. package/dist/src/components/organisms/drawer/lib-drawer.component.d.ts +48 -0
  1861. package/dist/src/components/organisms/drawer/lib-drawer.component.d.ts.map +1 -0
  1862. package/dist/src/components/organisms/drawer/lib-drawer.html.d.ts +4 -0
  1863. package/dist/src/components/organisms/drawer/lib-drawer.html.d.ts.map +1 -0
  1864. package/dist/src/components/organisms/drawer/lib-drawer.stories.d.ts +13 -0
  1865. package/dist/src/components/organisms/drawer/lib-drawer.stories.d.ts.map +1 -0
  1866. package/dist/src/components/organisms/drawer/lib-drawer.types.d.ts +4 -0
  1867. package/dist/src/components/organisms/drawer/lib-drawer.types.d.ts.map +1 -0
  1868. package/dist/src/components/organisms/footer/lib-footer.component.d.ts +56 -0
  1869. package/dist/src/components/organisms/footer/lib-footer.component.d.ts.map +1 -0
  1870. package/dist/src/components/organisms/footer/lib-footer.html.d.ts +8 -0
  1871. package/dist/src/components/organisms/footer/lib-footer.html.d.ts.map +1 -0
  1872. package/dist/src/components/organisms/footer/lib-footer.stories.d.ts +12 -0
  1873. package/dist/src/components/organisms/footer/lib-footer.stories.d.ts.map +1 -0
  1874. package/dist/src/components/organisms/footer/lib-footer.types.d.ts +25 -0
  1875. package/dist/src/components/organisms/footer/lib-footer.types.d.ts.map +1 -0
  1876. package/dist/src/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.component.d.ts +47 -0
  1877. package/dist/src/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.component.d.ts.map +1 -0
  1878. package/dist/src/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.html.d.ts +4 -0
  1879. package/dist/src/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.html.d.ts.map +1 -0
  1880. package/dist/src/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.stories.d.ts +9 -0
  1881. package/dist/src/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.stories.d.ts.map +1 -0
  1882. package/dist/src/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.types.d.ts +8 -0
  1883. package/dist/src/components/organisms/horizontal-scroll-section/lib-horizontal-scroll-section.types.d.ts.map +1 -0
  1884. package/dist/src/components/organisms/index.d.ts +2 -0
  1885. package/dist/src/components/organisms/index.d.ts.map +1 -0
  1886. package/dist/src/components/organisms/parallax-container/lib-parallax.component.d.ts +61 -0
  1887. package/dist/src/components/organisms/parallax-container/lib-parallax.component.d.ts.map +1 -0
  1888. package/dist/src/components/organisms/parallax-container/lib-parallax.html.d.ts +4 -0
  1889. package/dist/src/components/organisms/parallax-container/lib-parallax.html.d.ts.map +1 -0
  1890. package/dist/src/components/organisms/parallax-container/lib-parallax.stories.d.ts +10 -0
  1891. package/dist/src/components/organisms/parallax-container/lib-parallax.stories.d.ts.map +1 -0
  1892. package/dist/src/components/organisms/parallax-container/lib-parallax.types.d.ts +8 -0
  1893. package/dist/src/components/organisms/parallax-container/lib-parallax.types.d.ts.map +1 -0
  1894. package/dist/src/components/organisms/parallax-text/lib-parallax-text-stack.component.d.ts +47 -0
  1895. package/dist/src/components/organisms/parallax-text/lib-parallax-text-stack.component.d.ts.map +1 -0
  1896. package/dist/src/components/organisms/parallax-text/lib-parallax-text-stack.html.d.ts +4 -0
  1897. package/dist/src/components/organisms/parallax-text/lib-parallax-text-stack.html.d.ts.map +1 -0
  1898. package/dist/src/components/organisms/parallax-text/lib-parallax-text-stack.stories.d.ts +11 -0
  1899. package/dist/src/components/organisms/parallax-text/lib-parallax-text-stack.stories.d.ts.map +1 -0
  1900. package/dist/src/components/organisms/parallax-text/lib-parallax-text-stack.types.d.ts +3 -0
  1901. package/dist/src/components/organisms/parallax-text/lib-parallax-text-stack.types.d.ts.map +1 -0
  1902. package/dist/src/components/organisms/sidebar/lib-sidebar.component.d.ts +73 -0
  1903. package/dist/src/components/organisms/sidebar/lib-sidebar.component.d.ts.map +1 -0
  1904. package/dist/src/components/organisms/sidebar/lib-sidebar.html.d.ts +25 -0
  1905. package/dist/src/components/organisms/sidebar/lib-sidebar.html.d.ts.map +1 -0
  1906. package/dist/src/components/organisms/sidebar/lib-sidebar.stories.d.ts +14 -0
  1907. package/dist/src/components/organisms/sidebar/lib-sidebar.stories.d.ts.map +1 -0
  1908. package/dist/src/components/organisms/sidebar/lib-sidebar.types.d.ts +14 -0
  1909. package/dist/src/components/organisms/sidebar/lib-sidebar.types.d.ts.map +1 -0
  1910. package/dist/src/components/organisms/stagger/lib-stagger-container.component.d.ts +49 -0
  1911. package/dist/src/components/organisms/stagger/lib-stagger-container.component.d.ts.map +1 -0
  1912. package/dist/src/components/organisms/stagger/lib-stagger-container.html.d.ts +3 -0
  1913. package/dist/src/components/organisms/stagger/lib-stagger-container.html.d.ts.map +1 -0
  1914. package/dist/src/components/organisms/stagger/lib-stagger-container.types.d.ts +13 -0
  1915. package/dist/src/components/organisms/stagger/lib-stagger-container.types.d.ts.map +1 -0
  1916. package/dist/src/components/organisms/stagger/lib-stagger.stories.d.ts +10 -0
  1917. package/dist/src/components/organisms/stagger/lib-stagger.stories.d.ts.map +1 -0
  1918. package/dist/src/components/organisms/stepper/lib-stepper.component.d.ts +83 -0
  1919. package/dist/src/components/organisms/stepper/lib-stepper.component.d.ts.map +1 -0
  1920. package/dist/src/components/organisms/stepper/lib-stepper.html.d.ts +15 -0
  1921. package/dist/src/components/organisms/stepper/lib-stepper.html.d.ts.map +1 -0
  1922. package/dist/src/components/organisms/stepper/lib-stepper.stories.d.ts +16 -0
  1923. package/dist/src/components/organisms/stepper/lib-stepper.stories.d.ts.map +1 -0
  1924. package/dist/src/components/organisms/timeline/lib-timeline-item.component.d.ts +53 -0
  1925. package/dist/src/components/organisms/timeline/lib-timeline-item.component.d.ts.map +1 -0
  1926. package/dist/src/components/organisms/timeline/lib-timeline-item.html.d.ts +4 -0
  1927. package/dist/src/components/organisms/timeline/lib-timeline-item.html.d.ts.map +1 -0
  1928. package/dist/src/components/organisms/timeline/lib-timeline-item.types.d.ts +29 -0
  1929. package/dist/src/components/organisms/timeline/lib-timeline-item.types.d.ts.map +1 -0
  1930. package/dist/src/components/organisms/timeline/lib-timeline.component.d.ts +22 -0
  1931. package/dist/src/components/organisms/timeline/lib-timeline.component.d.ts.map +1 -0
  1932. package/dist/src/components/organisms/timeline/lib-timeline.stories.d.ts +16 -0
  1933. package/dist/src/components/organisms/timeline/lib-timeline.stories.d.ts.map +1 -0
  1934. package/dist/src/components/organisms/toast-manager/lib-toast-manager.component.d.ts +36 -0
  1935. package/dist/src/components/organisms/toast-manager/lib-toast-manager.component.d.ts.map +1 -0
  1936. package/dist/src/components/organisms/toast-manager/lib-toast-manager.stories.d.ts +9 -0
  1937. package/dist/src/components/organisms/toast-manager/lib-toast-manager.stories.d.ts.map +1 -0
  1938. package/dist/src/core/a11y.d.ts +27 -0
  1939. package/dist/src/core/a11y.d.ts.map +1 -0
  1940. package/dist/src/core/index.d.ts +29 -0
  1941. package/dist/src/core/index.d.ts.map +1 -0
  1942. package/dist/src/core/state/index.d.ts +10 -0
  1943. package/dist/src/core/state/index.d.ts.map +1 -0
  1944. package/dist/src/core/utils/active-items.d.ts +112 -0
  1945. package/dist/src/core/utils/active-items.d.ts.map +1 -0
  1946. package/dist/src/core/utils/index.d.ts +11 -0
  1947. package/dist/src/core/utils/index.d.ts.map +1 -0
  1948. package/dist/src/core/validators/index.d.ts +10 -0
  1949. package/dist/src/core/validators/index.d.ts.map +1 -0
  1950. package/dist/src/index.d.ts +86 -0
  1951. package/dist/src/index.d.ts.map +1 -0
  1952. package/dist/src/shared/icons/icon-registry.d.ts +119 -0
  1953. package/dist/src/shared/icons/icon-registry.d.ts.map +1 -0
  1954. package/dist/src/types/index.d.ts +32 -0
  1955. package/dist/src/types/index.d.ts.map +1 -0
  1956. package/dist/src/types/public.d.ts +56 -0
  1957. package/dist/src/types/public.d.ts.map +1 -0
  1958. package/dist/svelte/shibui-elements.d.ts +366 -0
  1959. package/dist/tokens.css +336 -0
  1960. package/dist/types/index.d.ts +32 -0
  1961. package/dist/types/index.d.ts.map +1 -0
  1962. package/dist/types/public.d.ts +56 -0
  1963. package/dist/types/public.d.ts.map +1 -0
  1964. package/dist/vite.config.d.ts +4 -0
  1965. package/dist/vite.config.d.ts.map +1 -0
  1966. package/package.json +1 -2
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index310.js","sources":["../src/components/molecules/modal/lib-modal.html.ts"],"sourcesContent":["import { html, nothing, TemplateResult } from 'lit';\nimport { ModalAnimate, ModalIconTone, ModalSize, ModalVariant } from './lib-modal.types';\n\nexport interface ModalTemplateProps {\n /* Estado */\n open: boolean;\n /* Panel */\n size: ModalSize;\n variant: ModalVariant;\n _animate: ModalAnimate;\n dark: boolean;\n /* Header */\n heading: string;\n subtitle: string;\n iconTone: ModalIconTone | null;\n /* Footer */\n footerInfo: string;\n /* Handlers */\n onClose: () => void;\n onBackdropClick: (e: MouseEvent) => void;\n}\n\n/** Clases del contenedor del panel (.mo-panel-wrap). */\nfunction panelWrapClass(p: ModalTemplateProps): string {\n const classes = ['mo-panel-wrap'];\n if (p.size !== 'md') classes.push(`mo-${p.size}`);\n if (p._animate === 'slide-up') classes.push('mo-slide-up');\n if (p._animate === 'slide-down') classes.push('mo-slide-down');\n if (p.dark) classes.push('mo-dark');\n return classes.join(' ');\n}\n\n/** Clases del panel (.mo-panel). */\nfunction panelClass(variant: ModalVariant): string {\n const classes = ['mo-panel'];\n if (variant === 'editorial') classes.push('is-editorial');\n if (variant === 'danger') classes.push('is-danger');\n return classes.join(' ');\n}\n\n/** Clases del ícono de header. */\nfunction iconClass(tone: ModalIconTone): string {\n const classes = ['mo-header-icon'];\n if (tone !== 'default') classes.push(`is-${tone}`);\n return classes.join(' ');\n}\n\nexport function modalTemplate(p: ModalTemplateProps): TemplateResult {\n return html`\n <div\n class=\"mo-backdrop\"\n part=\"backdrop\"\n @click=\"${p.onBackdropClick}\"\n >\n <div\n class=\"${panelWrapClass(p)}\"\n part=\"panel-wrap\"\n role=\"dialog\"\n aria-modal=\"true\"\n aria-labelledby=\"mo-title\"\n @click=\"${(e: MouseEvent):void => e.stopPropagation()}\"\n >\n <div class=\"${panelClass(p.variant)}\" part=\"panel\">\n\n <!-- ── HEADER ── -->\n <div class=\"mo-header\" part=\"header\">\n\n <!-- Ícono opcional — tone prop activa el wrapper -->\n ${p.iconTone !== null ? html`\n <div class=\"${iconClass(p.iconTone)}\" part=\"icon\">\n <slot name=\"icon\"></slot>\n </div>\n ` : nothing}\n\n <!-- Título y subtítulo -->\n <div class=\"mo-header-text\">\n <h2 id=\"mo-title\" class=\"mo-title\">${p.heading}</h2>\n ${p.subtitle ? html`<p class=\"mo-subtitle\">${p.subtitle}</p>` : nothing}\n </div>\n\n <!-- Botón de cierre -->\n <button\n class=\"mo-close\"\n part=\"close-btn\"\n aria-label=\"Cerrar\"\n @click=\"${p.onClose}\"\n >×</button>\n </div>\n\n <!-- ── BODY — slot default ── -->\n <div class=\"mo-body\" part=\"body\">\n <slot></slot>\n </div>\n\n <!-- ── FOOTER ── -->\n <div class=\"mo-footer\" part=\"footer\">\n ${p.footerInfo ? html`\n <span class=\"mo-footer-info\">${p.footerInfo}</span>\n ` : nothing}\n <slot name=\"footer\"></slot>\n </div>\n\n </div>\n </div>\n </div>\n `;\n}"],"names":[],"mappings":";AAuBA,SAAS,eAAe,GAA+B;AACrD,QAAM,UAAU,CAAC,eAAe;AAChC,MAAI,EAAE,SAAS,KAAc,SAAQ,KAAK,MAAM,EAAE,IAAI,EAAE;AACxD,MAAI,EAAE,aAAa,WAAc,SAAQ,KAAK,aAAa;AAC3D,MAAI,EAAE,aAAa,aAAc,SAAQ,KAAK,eAAe;AAC7D,MAAI,EAAE,KAAuB,SAAQ,KAAK,SAAS;AACnD,SAAO,QAAQ,KAAK,GAAG;AACzB;AAGA,SAAS,WAAW,SAA+B;AACjD,QAAM,UAAU,CAAC,UAAU;AAC3B,MAAI,YAAY,YAAa,SAAQ,KAAK,cAAc;AACxD,MAAI,YAAY,SAAa,SAAQ,KAAK,WAAW;AACrD,SAAO,QAAQ,KAAK,GAAG;AACzB;AAGA,SAAS,UAAU,MAA6B;AAC9C,QAAM,UAAU,CAAC,gBAAgB;AACjC,MAAI,SAAS,UAAW,SAAQ,KAAK,MAAM,IAAI,EAAE;AACjD,SAAO,QAAQ,KAAK,GAAG;AACzB;AAEO,SAAS,cAAc,GAAuC;AACnE,SAAO;AAAA;AAAA;AAAA;AAAA,gBAIO,EAAE,eAAe;AAAA;AAAA;AAAA,iBAGhB,eAAe,CAAC,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA,kBAKhB,CAAC,MAAuB,EAAE,iBAAiB;AAAA;AAAA,sBAEvC,WAAW,EAAE,OAAO,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,cAM7B,EAAE,aAAa,OAAO;AAAA,4BACR,UAAU,EAAE,QAAQ,CAAC;AAAA;AAAA;AAAA,gBAGjC,OAAO;AAAA;AAAA;AAAA;AAAA,mDAI4B,EAAE,OAAO;AAAA,gBAC5C,EAAE,WAAW,8BAA8B,EAAE,QAAQ,SAAS,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAQ7D,EAAE,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,cAWnB,EAAE,aAAa;AAAA,6CACgB,EAAE,UAAU;AAAA,gBACzC,OAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAQvB;"}
@@ -0,0 +1,5 @@
1
+ const treeSelectCss = '@layer tokens,reset,components;@layer reset{*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}}@layer components{:host{display:block;position:relative}:host([disabled]){opacity:.38;pointer-events:none;cursor:not-allowed}.ts-wrap{position:relative;display:inline-flex;flex-direction:column;min-width:260px;width:100%}.ts-trigger{display:flex;align-items:center;justify-content:space-between;gap:var(--lib-space-sm);padding:calc(var(--lib-spacing-unit) * 3) var(--lib-space-md);background:var(--bg-elevated);border:1px solid var(--border-default);cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color var(--duration-base) var(--ease-default),box-shadow var(--duration-base) var(--ease-default);border-radius:var(--lib-radius-md)}.ts-trigger:hover{border-color:var(--border-strong)}:host([open]) .ts-trigger{border-color:var(--color-washi-800);box-shadow:0 0 0 3px var(--color-ink-10)}.ts-trigger-label{font-family:var(--lib-font-body);font-size:var(--text-base);color:var(--text-primary);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ts-trigger-label.is-placeholder{color:var(--text-muted)}.ts-trigger-count{font-family:var(--lib-font-mono);font-size:10px;letter-spacing:var(--tracking-wider);color:var(--bg-elevated);background:var(--color-kaki-500);padding:2px 6px;border-radius:var(--radius-full);flex-shrink:0;line-height:1.4}.ts-trigger-chevron{flex-shrink:0;color:var(--text-muted);transition:transform var(--duration-slow) var(--ease-out)}:host([open]) .ts-trigger-chevron{transform:rotate(180deg)}.ts-dropdown{position:absolute;top:calc(100% + 4px);left:0;width:100%;min-width:260px;background:var(--bg-elevated);border:1px solid var(--border-default);box-shadow:var(--shadow-lg);z-index:var(--z-overlay);display:flex;flex-direction:column;max-height:340px;border-radius:var(--lib-radius-md);opacity:0;transform:translateY(-6px) scaleY(.97);transform-origin:top;pointer-events:none;transition:opacity var(--duration-base) var(--ease-out),transform var(--duration-base) var(--ease-out)}:host([open]) .ts-dropdown{opacity:1;transform:none;pointer-events:auto}.ts-search-wrap{padding:calc(var(--lib-spacing-unit) * 3) var(--lib-space-md);border-bottom:1px solid var(--border-subtle);display:flex;align-items:center;gap:calc(var(--lib-spacing-unit) * 3);flex-shrink:0}.ts-search-icon{color:var(--text-muted);flex-shrink:0}.ts-search{flex:1;border:none;outline:none;background:transparent;font-family:var(--lib-font-mono);font-size:var(--text-xs);letter-spacing:var(--tracking-wide);color:var(--text-primary)}.ts-search::placeholder{color:var(--text-muted)}.ts-tree{overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:var(--color-washi-300) transparent}.ts-node{display:flex;flex-direction:column}.ts-node-row{display:flex;align-items:center;padding:var(--lib-space-sm) var(--lib-space-md);cursor:pointer;min-height:34px;transition:background var(--duration-fast);gap:0;position:relative}.ts-node-row:hover{background:var(--color-washi-100)}.ts-node-row.is-selected{background:var(--color-kaki-50)}.ts-node-row.is-selected:hover{background:var(--color-kaki-100)}.ts-indent{display:flex;align-items:stretch;flex-shrink:0}.ts-indent-unit{width:20px;position:relative;flex-shrink:0}.ts-indent-unit:before{content:"";position:absolute;left:9px;top:-50%;bottom:-50%;width:1px;background:var(--border-subtle)}.ts-indent-unit.ts-indent-no-line:before{display:none}.ts-indent-unit.ts-indent-last:after{content:"";position:absolute;left:9px;top:50%;width:11px;height:1px;background:var(--border-subtle)}.ts-indent-unit.ts-indent-last-child:before{bottom:50%}.ts-toggle{width:18px;height:18px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:1px solid var(--border-default);background:var(--bg-elevated);margin-right:var(--lib-space-sm);position:relative;cursor:pointer;transition:border-color var(--duration-fast),background var(--duration-fast)}.ts-toggle:hover{border-color:var(--border-strong);background:var(--color-washi-100)}.ts-toggle-icon{width:8px;height:8px;color:var(--text-muted);transition:transform var(--duration-slow) var(--ease-out);flex-shrink:0}.ts-node.is-expanded>.ts-node-row .ts-toggle-icon{transform:rotate(90deg)}.ts-toggle-spacer{width:18px;flex-shrink:0;margin-right:var(--lib-space-sm)}.ts-checkbox{width:14px;height:14px;flex-shrink:0;border:1px solid var(--border-default);background:var(--bg-elevated);margin-right:calc(var(--lib-spacing-unit) * 3);display:flex;align-items:center;justify-content:center;transition:border-color var(--duration-base),background var(--duration-base);position:relative;border-radius:var(--lib-radius-sm)}.ts-node-row.is-selected .ts-checkbox{background:var(--color-kaki-500);border-color:var(--color-kaki-500)}.ts-node-row.is-indeterminate .ts-checkbox{background:var(--bg-elevated);border-color:var(--color-kaki-400)}.ts-checkbox-check{display:none;width:8px;height:8px;color:var(--color-white);flex-shrink:0;stroke:var(--color-white)}.ts-node-row.is-selected .ts-checkbox-check{display:block}.ts-checkbox-dash{display:none;width:8px;height:1.5px;background:var(--color-kaki-400);flex-shrink:0}.ts-node-row.is-indeterminate .ts-checkbox-dash{display:block}:host(:not([multi])) .ts-checkbox{display:none}.ts-node-label{font-family:var(--lib-font-body);font-size:var(--text-sm);color:var(--text-primary);flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transition:color var(--duration-fast)}.ts-node-row.is-selected .ts-node-label{color:var(--color-kaki-600)}.ts-node-label mark{background:var(--color-kaki-100);color:var(--color-kaki-600);border-radius:1px;padding:0 1px}.ts-node-badge{font-family:var(--lib-font-mono);font-size:10px;letter-spacing:var(--tracking-wide);color:var(--text-muted);margin-left:var(--lib-space-sm);flex-shrink:0}.ts-node-row.is-selected .ts-node-badge{color:var(--color-kaki-400)}.ts-children{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--duration-slow) var(--ease-out)}.ts-node.is-expanded>.ts-children{grid-template-rows:1fr}.ts-children-inner{overflow:hidden}.ts-footer{border-top:1px solid var(--border-subtle);padding:calc(var(--lib-spacing-unit) * 3) var(--lib-space-md);display:flex;align-items:center;justify-content:space-between;flex-shrink:0;background:var(--bg-surface)}.ts-footer-info{font-family:var(--lib-font-mono);font-size:10px;letter-spacing:var(--tracking-wide);color:var(--text-muted)}.ts-footer-actions{display:flex;gap:var(--lib-space-md)}.ts-btn{font-family:var(--lib-font-mono);font-size:10px;letter-spacing:var(--tracking-wider);text-transform:uppercase;border:none;background:transparent;cursor:pointer;padding:var(--lib-space-xs) var(--lib-space-sm);color:var(--text-muted);transition:color var(--duration-base)}.ts-btn:hover{color:var(--text-primary)}.ts-btn-confirm{background:var(--color-washi-900);color:var(--color-washi-50);padding:var(--lib-space-xs) var(--lib-space-md);transition:background var(--duration-base)}.ts-btn-confirm:hover{background:var(--color-kaki-500)}.ts-empty{padding:var(--lib-space-xl) var(--lib-space-md);text-align:center;font-family:var(--lib-font-mono);font-size:var(--text-xs);letter-spacing:var(--tracking-wide);color:var(--text-muted)}.ts-tags{display:flex;flex-wrap:wrap;gap:var(--lib-space-sm);margin-top:calc(var(--lib-spacing-unit) * 3);min-height:26px}.ts-tag{font-family:var(--lib-font-mono);font-size:10px;letter-spacing:var(--tracking-wide);text-transform:uppercase;padding:2px calc(var(--lib-spacing-unit) * 3);background:var(--color-kaki-50);border:1px solid var(--color-kaki-200);color:var(--color-kaki-600);display:flex;align-items:center;gap:var(--lib-space-sm);cursor:default;transition:background var(--duration-fast)}.ts-tag:hover{background:var(--color-kaki-100)}.ts-tag-remove{cursor:pointer;color:var(--color-kaki-400);line-height:1;font-size:11px;transition:color var(--duration-fast)}.ts-tag-remove:hover{color:var(--color-kaki-600)}:host([inline]){display:flex;flex-direction:column}.ts-inline{border:1px solid var(--border-subtle);background:var(--bg-elevated);max-height:360px;display:flex;flex-direction:column;border-radius:var(--lib-radius-md)}.ts-inline .ts-tree{flex:1}.ts-inline .ts-search-wrap,.ts-inline .ts-footer{flex-shrink:0}}';
2
+ export {
3
+ treeSelectCss as default
4
+ };
5
+ //# sourceMappingURL=index311.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index311.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,5 @@
1
+ const groupCss = '@layer tokens,reset,components;@layer reset{:host{display:inline-flex;align-items:stretch;vertical-align:middle;position:relative}*,*:before,*:after{box-sizing:border-box}}@layer components{.bg-wrap{display:inline-flex;align-items:stretch;position:relative}:host([block]){display:flex;width:100%}:host([block]) .bg-wrap{display:flex;width:100%}:host([block]) ::slotted(lib-button){flex:1}:host([orientation="vertical"]) .bg-wrap{flex-direction:column;align-items:stretch}:host([orientation="vertical"][block]) .bg-wrap{width:100%}}:host(lib-button-sep){display:inline-flex;flex-shrink:0;align-self:stretch;width:1px;background:var(--border-default);position:relative;z-index:1}:host(lib-button-sep[dark]){background:#ffffff1a}@layer reset{:host(lib-button-split){display:inline-flex;align-items:stretch;position:relative;vertical-align:middle}}@layer components{.split-wrap{display:inline-flex;align-items:stretch;position:relative}.split-menu{position:absolute;top:calc(100% + 5px);left:0;min-width:190px;background:var(--bg-elevated);border:1px solid var(--border-subtle);box-shadow:0 8px 24px #1a140e1a;z-index:50;display:none;opacity:0;transform:translateY(-4px);transition:opacity var(--duration-base) var(--ease-out),transform var(--duration-base) var(--ease-out)}.split-menu.is-open{opacity:1;transform:none}.split-menu-item,.split-menu ::slotted(button){display:flex;width:100%;align-items:center;gap:var(--lib-space-sm);padding:var(--lib-space-sm) var(--lib-space-md);background:none;border:none;border-bottom:1px solid var(--color-washi-100);font-family:var(--lib-font-mono);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase;color:var(--text-secondary);cursor:pointer;text-align:left;transition:background var(--duration-fast),color var(--duration-fast)}.split-menu-item:last-child,.split-menu ::slotted(button:last-child){border-bottom:none}.split-menu-item:hover,.split-menu ::slotted(button:hover){background:var(--bg-base);color:var(--text-primary)}.split-menu-item:disabled,.split-menu ::slotted(button:disabled){opacity:.38;cursor:not-allowed}:host([dark]) .split-menu{background:var(--color-washi-800);border-color:#ffffff14;box-shadow:0 8px 24px #0000004d}:host([dark]) .split-menu-item,:host([dark]) .split-menu ::slotted(button){border-bottom-color:#ffffff0d;color:#faf7f473}:host([dark]) .split-menu-item:hover,:host([dark]) .split-menu ::slotted(button:hover){background:#ffffff12;color:#faf7f4d9}}';
2
+ export {
3
+ groupCss as default
4
+ };
5
+ //# sourceMappingURL=index312.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index312.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,77 @@
1
+ import { svg, html } from "lit";
2
+ const CARET = svg`
3
+ <svg width="9" height="9" viewBox="0 0 10 10" fill="none"
4
+ stroke="currentColor" stroke-width="1.6" stroke-linecap="round" stroke-linejoin="round">
5
+ <polyline points="2,3 5,7 8,3"/>
6
+ </svg>`;
7
+ function buttonGroupTemplate() {
8
+ return html`
9
+ <div class="bg-wrap" part="group">
10
+ <slot></slot>
11
+ </div>
12
+ `;
13
+ }
14
+ function buttonSplitTemplate(p) {
15
+ const { label, variant, size, dark, disabled, menuOpen, items } = p;
16
+ const arrowKintsugi = variant === "accent" || variant === "primary";
17
+ const menuItems = items.length > 0 ? html`${items.map((item) => html`
18
+ <button
19
+ class="split-menu-item"
20
+ ?disabled="${item.disabled ?? false}"
21
+ data-value="${item.value}"
22
+ >${item.label}</button>
23
+ `)}` : html`<slot name="menu"></slot>`;
24
+ return html`
25
+ <div class="split-wrap" part="split">
26
+
27
+ <!-- Acción principal: lib-button posición "first" -->
28
+ <lib-button
29
+ part="main"
30
+ variant="${variant}"
31
+ size="${size}"
32
+ ?dark="${dark}"
33
+ ?disabled="${disabled}"
34
+ group-pos="first"
35
+ group-shape="rounded"
36
+ @click="${p.onMainClick}"
37
+ >
38
+ <slot slot="prefix" name="prefix"></slot>
39
+ ${label}
40
+ <slot slot="suffix" name="suffix"></slot>
41
+ </lib-button>
42
+
43
+ <!-- Flecha: lib-button posición "last", icon-only -->
44
+ <lib-button
45
+ part="arrow"
46
+ variant="${variant}"
47
+ size="${size}"
48
+ ?dark="${dark}"
49
+ ?disabled="${disabled}"
50
+ group-pos="last"
51
+ group-shape="rounded"
52
+ icon-only
53
+ ?kintsugi="${arrowKintsugi}"
54
+ aria-label="Más opciones"
55
+ aria-haspopup="true"
56
+ aria-expanded="${menuOpen ? "true" : "false"}"
57
+ @click="${p.onArrowClick}"
58
+ >${CARET}</lib-button>
59
+
60
+ <!-- Menú desplegable -->
61
+ <div
62
+ class="split-menu ${menuOpen ? "is-open" : ""}"
63
+ part="menu"
64
+ style="${menuOpen ? "display:block" : "display:none"}"
65
+ role="menu"
66
+ >
67
+ ${menuItems}
68
+ </div>
69
+
70
+ </div>
71
+ `;
72
+ }
73
+ export {
74
+ buttonGroupTemplate,
75
+ buttonSplitTemplate
76
+ };
77
+ //# sourceMappingURL=index313.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index313.js","sources":["../src/components/molecules/button-group/lib-button-group.html.ts"],"sourcesContent":["import { html, svg, TemplateResult } from 'lit';\nimport type { LibVariant, LibSize } from '../../../types';\nimport type { SplitMenuItem } from './lib-button-group.types';\n\n/* ── Caret SVG (va dentro del slot del lib-button flecha) ── */\nconst CARET = svg`\n <svg width=\"9\" height=\"9\" viewBox=\"0 0 10 10\" fill=\"none\"\n stroke=\"currentColor\" stroke-width=\"1.6\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <polyline points=\"2,3 5,7 8,3\"/>\n </svg>`;\n\n/* ────────────────────────────────────────────\n Group template\n ──────────────────────────────────────────── */\nexport function buttonGroupTemplate(): TemplateResult {\n return html`\n <div class=\"bg-wrap\" part=\"group\">\n <slot></slot>\n </div>\n `;\n}\n\n/* ────────────────────────────────────────────\n Split template — compone dos lib-button\n ──────────────────────────────────────────── */\nexport interface SplitTemplateProps {\n label: string;\n variant: LibVariant;\n size: LibSize;\n dark: boolean;\n disabled: boolean;\n menuOpen: boolean;\n items: SplitMenuItem[];\n onMainClick: (e: Event) => void;\n onArrowClick:(e: Event) => void;\n}\n\nexport function buttonSplitTemplate(p: SplitTemplateProps): TemplateResult {\n const { label, variant, size, dark, disabled, menuOpen, items } = p;\n\n /* Kintsugi en el arrow solo para variantes sólidas (accent/primary) */\n const arrowKintsugi = variant === 'accent' || variant === 'primary';\n\n const menuItems: TemplateResult = items.length > 0\n ? html`${items.map(item => html`\n <button\n class=\"split-menu-item\"\n ?disabled=\"${item.disabled ?? false}\"\n data-value=\"${item.value}\"\n >${item.label}</button>\n `)}`\n : html`<slot name=\"menu\"></slot>`;\n\n return html`\n <div class=\"split-wrap\" part=\"split\">\n\n <!-- Acción principal: lib-button posición \"first\" -->\n <lib-button\n part=\"main\"\n variant=\"${variant}\"\n size=\"${size}\"\n ?dark=\"${dark}\"\n ?disabled=\"${disabled}\"\n group-pos=\"first\"\n group-shape=\"rounded\"\n @click=\"${p.onMainClick}\"\n >\n <slot slot=\"prefix\" name=\"prefix\"></slot>\n ${label}\n <slot slot=\"suffix\" name=\"suffix\"></slot>\n </lib-button>\n\n <!-- Flecha: lib-button posición \"last\", icon-only -->\n <lib-button\n part=\"arrow\"\n variant=\"${variant}\"\n size=\"${size}\"\n ?dark=\"${dark}\"\n ?disabled=\"${disabled}\"\n group-pos=\"last\"\n group-shape=\"rounded\"\n icon-only\n ?kintsugi=\"${arrowKintsugi}\"\n aria-label=\"Más opciones\"\n aria-haspopup=\"true\"\n aria-expanded=\"${menuOpen ? 'true' : 'false'}\"\n @click=\"${p.onArrowClick}\"\n >${CARET}</lib-button>\n\n <!-- Menú desplegable -->\n <div\n class=\"split-menu ${menuOpen ? 'is-open' : ''}\"\n part=\"menu\"\n style=\"${menuOpen ? 'display:block' : 'display:none'}\"\n role=\"menu\"\n >\n ${menuItems}\n </div>\n\n </div>\n `;\n}"],"names":[],"mappings":";AAKA,MAAM,QAAQ;AAAA;AAAA;AAAA;AAAA;AASP,SAAS,sBAAsC;AACpD,SAAO;AAAA;AAAA;AAAA;AAAA;AAKT;AAiBO,SAAS,oBAAoB,GAAuC;AACzE,QAAM,EAAE,OAAO,SAAS,MAAM,MAAM,UAAU,UAAU,UAAU;AAGlE,QAAM,gBAAgB,YAAY,YAAY,YAAY;AAE1D,QAAM,YAA4B,MAAM,SAAS,IAC7C,OAAO,MAAM,IAAI,CAAA,SAAQ;AAAA;AAAA;AAAA,uBAGR,KAAK,YAAY,KAAK;AAAA,wBACrB,KAAK,KAAK;AAAA,WACvB,KAAK,KAAK;AAAA,OACd,CAAC,KACF;AAEJ,SAAO;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAMU,OAAO;AAAA,gBACV,IAAI;AAAA,iBACH,IAAI;AAAA,qBACA,QAAQ;AAAA;AAAA;AAAA,kBAGX,EAAE,WAAW;AAAA;AAAA;AAAA,UAGrB,KAAK;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAOI,OAAO;AAAA,gBACV,IAAI;AAAA,iBACH,IAAI;AAAA,qBACA,QAAQ;AAAA;AAAA;AAAA;AAAA,qBAIR,aAAa;AAAA;AAAA;AAAA,yBAGT,WAAW,SAAS,OAAO;AAAA,kBAClC,EAAE,YAAY;AAAA,SACvB,KAAK;AAAA;AAAA;AAAA;AAAA,4BAIc,WAAW,YAAY,EAAE;AAAA;AAAA,iBAEpC,WAAW,kBAAkB,cAAc;AAAA;AAAA;AAAA,UAGlD,SAAS;AAAA;AAAA;AAAA;AAAA;AAKnB;"}
@@ -0,0 +1,77 @@
1
+ import { html } from "lit";
2
+ const checkSvg = html`
3
+ <svg viewBox="0 0 12 12">
4
+ <polyline points="2,6 5,9 10,3"/>
5
+ </svg>`;
6
+ function checkboxCardTemplate(ctx) {
7
+ const checkClass = [
8
+ "cc-check",
9
+ ctx.inputType === "radio" || ctx.checkShape === "pill" ? "cc-check-pill" : ""
10
+ ].filter(Boolean).join(" ");
11
+ return html`
12
+ <label
13
+ class="cc"
14
+ part="label"
15
+ @click="${(e) => ctx._handleClick(e)}"
16
+ >
17
+ <!-- Input nativo — hermano directo de .cc-body para :checked ~ -->
18
+ <input
19
+ class="cc-input"
20
+ part="input"
21
+ .type="${ctx.inputType}"
22
+ .name="${ctx.name}"
23
+ .value="${ctx.value}"
24
+ .checked="${ctx.checked}"
25
+ ?disabled="${ctx.disabled}"
26
+ @change="${(e) => ctx._handleChange(e)}"
27
+ />
28
+
29
+ <div class="cc-body" part="body">
30
+
31
+ <!-- Checkmark -->
32
+ <div class="${checkClass}" part="check">${checkSvg}</div>
33
+
34
+ <!-- Slot: icono -->
35
+ <slot name="icon">
36
+ ${ctx._hasSlot("icon") ? "" : ""}
37
+ </slot>
38
+
39
+ <!-- Slot: badge -->
40
+ <slot name="badge"></slot>
41
+
42
+ <!-- Slot: título -->
43
+ <slot name="title">
44
+ ${ctx.cardTitle ? html`<div class="cc-title" part="title">${ctx.cardTitle}</div>` : ""}
45
+ </slot>
46
+
47
+ <!-- Slot: descripción -->
48
+ <slot name="desc">
49
+ ${ctx.desc ? html`<div class="cc-desc" part="desc">${ctx.desc}</div>` : ""}
50
+ </slot>
51
+
52
+ <!-- Slot: precio -->
53
+ <slot name="price"></slot>
54
+
55
+ <!-- Slot: divider -->
56
+ <slot name="divider"></slot>
57
+
58
+ <!-- Slot: features -->
59
+ <slot name="features"></slot>
60
+
61
+ <!-- Slot: imagen -->
62
+ <slot name="image"></slot>
63
+
64
+ <!-- Slot: contenido libre (default) -->
65
+ <slot></slot>
66
+
67
+ <!-- Ripple layer -->
68
+ <div class="cc-ripple" part="ripple"></div>
69
+
70
+ </div>
71
+ </label>
72
+ `;
73
+ }
74
+ export {
75
+ checkboxCardTemplate
76
+ };
77
+ //# sourceMappingURL=index314.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index314.js","sources":["../src/components/molecules/checkbox-card/lib-checkbox-card.html.ts"],"sourcesContent":["import { html, TemplateResult } from 'lit';\nimport type { LibCheckboxCard } from './lib-checkbox-card.component';\n\n/* SVG checkmark compartido */\nconst checkSvg: TemplateResult = html`\n <svg viewBox=\"0 0 12 12\">\n <polyline points=\"2,6 5,9 10,3\"/>\n </svg>`;\n\nexport function checkboxCardTemplate(ctx: LibCheckboxCard): TemplateResult {\n const checkClass = [\n 'cc-check',\n ctx.inputType === 'radio' || ctx.checkShape === 'pill' ? 'cc-check-pill' : '',\n ].filter(Boolean).join(' ');\n\n return html`\n <label\n class=\"cc\"\n part=\"label\"\n @click=\"${(e: MouseEvent): void => ctx._handleClick(e)}\"\n >\n <!-- Input nativo — hermano directo de .cc-body para :checked ~ -->\n <input\n class=\"cc-input\"\n part=\"input\"\n .type=\"${ctx.inputType}\"\n .name=\"${ctx.name}\"\n .value=\"${ctx.value}\"\n .checked=\"${ctx.checked}\"\n ?disabled=\"${ctx.disabled}\"\n @change=\"${(e: Event): void => ctx._handleChange(e)}\"\n />\n\n <div class=\"cc-body\" part=\"body\">\n\n <!-- Checkmark -->\n <div class=\"${checkClass}\" part=\"check\">${checkSvg}</div>\n\n <!-- Slot: icono -->\n <slot name=\"icon\">\n ${ctx._hasSlot('icon') ? '' : ''}\n </slot>\n\n <!-- Slot: badge -->\n <slot name=\"badge\"></slot>\n\n <!-- Slot: título -->\n <slot name=\"title\">\n ${ctx.cardTitle\n ? html`<div class=\"cc-title\" part=\"title\">${ctx.cardTitle}</div>`\n : ''}\n </slot>\n\n <!-- Slot: descripción -->\n <slot name=\"desc\">\n ${ctx.desc\n ? html`<div class=\"cc-desc\" part=\"desc\">${ctx.desc}</div>`\n : ''}\n </slot>\n\n <!-- Slot: precio -->\n <slot name=\"price\"></slot>\n\n <!-- Slot: divider -->\n <slot name=\"divider\"></slot>\n\n <!-- Slot: features -->\n <slot name=\"features\"></slot>\n\n <!-- Slot: imagen -->\n <slot name=\"image\"></slot>\n\n <!-- Slot: contenido libre (default) -->\n <slot></slot>\n\n <!-- Ripple layer -->\n <div class=\"cc-ripple\" part=\"ripple\"></div>\n\n </div>\n </label>\n `;\n}"],"names":[],"mappings":";AAIA,MAAM,WAA2B;AAAA;AAAA;AAAA;AAK1B,SAAS,qBAAqB,KAAsC;AACzE,QAAM,aAAa;AAAA,IACjB;AAAA,IACA,IAAI,cAAc,WAAW,IAAI,eAAe,SAAS,kBAAkB;AAAA,EAAA,EAC3E,OAAO,OAAO,EAAE,KAAK,GAAG;AAE1B,SAAO;AAAA;AAAA;AAAA;AAAA,gBAIO,CAAC,MAAwB,IAAI,aAAa,CAAC,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iBAM3C,IAAI,SAAS;AAAA,iBACb,IAAI,IAAI;AAAA,kBACP,IAAI,KAAK;AAAA,oBACP,IAAI,OAAO;AAAA,qBACV,IAAI,QAAQ;AAAA,mBACd,CAAC,MAAmB,IAAI,cAAc,CAAC,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,sBAMrC,UAAU,kBAAkB,QAAQ;AAAA;AAAA;AAAA;AAAA,YAI9C,IAAI,SAAS,MAAM,IAAI,KAAK,EAAE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,YAQ9B,IAAI,YACF,0CAA0C,IAAI,SAAS,WACvD,EAAE;AAAA;AAAA;AAAA;AAAA;AAAA,YAKJ,IAAI,OACF,wCAAwC,IAAI,IAAI,WAChD,EAAE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAwBhB;"}
@@ -0,0 +1,5 @@
1
+ const checkboxCardCss = '@layer tokens,reset,components;@layer reset{:host{display:block}*,*:before,*:after{box-sizing:border-box}}@layer components{.cc-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.cc{display:block;position:relative;cursor:pointer;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;outline:none}.cc:focus-within .cc-body{outline:2px solid var(--color-kaki-400);outline-offset:2px}.cc-body{position:relative;border:1px solid var(--border-subtle);background:var(--bg-elevated);padding:var(--lib-space-lg);overflow:hidden;transition:border-color var(--duration-base) var(--ease-out),background var(--duration-base) var(--ease-out),box-shadow var(--duration-base) var(--ease-out),transform var(--duration-fast) var(--ease-out)}.cc:hover .cc-body{border-color:var(--border-default);background:var(--bg-surface)}.cc:active .cc-body{transform:scale(.985)}.cc-body:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgb(255,255,255,.4) 0%,transparent 50%);opacity:0;pointer-events:none;transition:opacity var(--duration-slow)}.cc-input:checked~.cc-body:before{opacity:1}.cc-body:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--color-kaki-400),transparent);opacity:0;transition:opacity var(--duration-slow)}.cc-input:checked~.cc-body:after{opacity:1}.cc-input:checked~.cc-body{border-color:var(--color-kaki-500);background:var(--color-kaki-50)}.cc-check{position:absolute;top:var(--lib-space-md);right:var(--lib-space-md);width:18px;height:18px;border:1px solid var(--border-default);background:var(--bg-elevated);display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:2;pointer-events:none;transition:border-color var(--duration-base) var(--ease-out),background var(--duration-base) var(--ease-out)}.cc-check svg{width:10px;height:10px;stroke:#fff;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;fill:none;opacity:0;transform:scale(.5);transition:opacity var(--duration-base) var(--ease-bounce),transform var(--duration-base) var(--ease-bounce)}.cc-input:checked~.cc-body .cc-check{border-color:var(--color-kaki-500);background:var(--color-kaki-500)}.cc-input:checked~.cc-body .cc-check svg{opacity:1;transform:scale(1)}.cc-check-pill{border-radius:999px}.cc-icon{margin-bottom:var(--lib-space-md);display:flex;align-items:center}.cc-icon svg,.cc-icon img{width:28px;height:28px;color:var(--text-muted);transition:color var(--duration-base)}.cc-input:checked~.cc-body .cc-icon svg{color:var(--color-kaki-500)}.cc-title{font-family:var(--lib-font-display);font-size:1.2rem;font-weight:300;letter-spacing:var(--tracking-tight);color:var(--text-primary);line-height:1.2;margin-bottom:var(--lib-space-xs);padding-right:var(--lib-space-xl)}.cc-input:checked~.cc-body .cc-title{color:var(--color-kaki-600)}.cc-desc{font-size:var(--text-xs);letter-spacing:.06em;color:var(--text-secondary);line-height:1.7}.cc-input:checked~.cc-body .cc-desc{color:var(--text-secondary)}.cc-badge{display:inline-block;font-family:var(--lib-font-mono);font-size:9px;letter-spacing:.16em;text-transform:uppercase;padding:1px 6px;border:1px solid var(--border-subtle);color:var(--text-muted);margin-bottom:var(--lib-space-sm);transition:border-color var(--duration-base),color var(--duration-base)}.cc-input:checked~.cc-body .cc-badge{border-color:#b85a1e4d;color:var(--color-kaki-500)}.cc-price{font-family:var(--lib-font-display);font-size:2rem;font-weight:300;letter-spacing:var(--tracking-tight);line-height:1;color:var(--text-primary);margin-top:var(--lib-space-md)}.cc-price sup{font-size:.9rem;vertical-align:super;color:var(--text-muted);font-family:var(--lib-font-mono);letter-spacing:.06em}.cc-price sub{font-size:.65rem;vertical-align:baseline;color:var(--text-muted);font-family:var(--lib-font-mono);letter-spacing:.08em}.cc-input:checked~.cc-body .cc-price{color:var(--color-kaki-600)}.cc-divider{height:1px;background:var(--border-subtle);margin:var(--lib-space-md) 0;transition:background var(--duration-base)}.cc-input:checked~.cc-body .cc-divider{background:#b85a1e33}.cc-features{list-style:none;display:flex;flex-direction:column;gap:var(--lib-space-sm)}.cc-features li{font-size:var(--text-xs);letter-spacing:.06em;color:var(--text-secondary);display:flex;align-items:center;gap:var(--lib-space-sm)}.cc-features li:before{content:"";width:12px;height:1px;background:var(--border-default);flex-shrink:0;transition:background var(--duration-base),width var(--duration-base)}.cc-input:checked~.cc-body .cc-features li:before{background:var(--color-kaki-400);width:14px}.cc-input:checked~.cc-body .cc-features li{color:var(--text-primary)}.cc-ripple{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.cc-ripple-dot{position:absolute;width:4px;height:4px;background:var(--color-kaki-400);border-radius:50%;transform:scale(0);opacity:.18;animation:cc-ripple .5s ease-out forwards}@keyframes cc-ripple{to{transform:scale(80);opacity:0}}:host([layout="horizontal"]) .cc-body{display:flex;align-items:center;gap:var(--lib-space-lg);padding:var(--lib-space-md) var(--lib-space-lg)}:host([layout="horizontal"]) .cc-icon{margin-bottom:0;flex-shrink:0}:host([layout="horizontal"]) .cc-content{flex:1;min-width:0}:host([layout="horizontal"]) .cc-title{margin-bottom:2px;font-size:1rem;padding-right:var(--lib-space-lg)}:host([layout="horizontal"]) .cc-check{top:50%;right:var(--lib-space-md);transform:translateY(-50%)}:host([layout="compact"]) .cc-body{padding:var(--lib-space-md) var(--lib-space-lg)}:host([layout="compact"]) .cc-title{font-size:1rem}:host([color="celadon"]) .cc-input:checked~.cc-body{border-color:var(--color-celadon-500);background:var(--color-celadon-50)}:host([color="celadon"]) .cc-input:checked~.cc-body:after{background:linear-gradient(90deg,transparent,var(--color-celadon-400),transparent)}:host([color="celadon"]) .cc-input:checked~.cc-body .cc-check{border-color:var(--color-celadon-500);background:var(--color-celadon-500)}:host([color="celadon"]) .cc-input:checked~.cc-body .cc-title{color:var(--color-celadon-500)}:host([color="celadon"]) .cc-input:checked~.cc-body .cc-icon svg{color:var(--color-celadon-500)}:host([color="celadon"]) .cc-input:checked~.cc-body .cc-badge{border-color:#3571644d;color:var(--color-celadon-500)}:host([color="celadon"]) .cc-input:checked~.cc-body .cc-features li:before{background:var(--color-celadon-400)}:host([color="celadon"]) .cc-input:checked~.cc-body .cc-divider{background:#35716433}:host([color="celadon"]) .cc-ripple-dot{background:var(--color-celadon-400)}:host([color="celadon"]) .cc:focus-within .cc-body{outline-color:var(--color-celadon-400)}:host([input-type="radio"]) .cc-check{border-radius:50%}:host([input-type="radio"]) .cc-input:checked~.cc-body .cc-check{background:var(--color-kaki-500);border-color:var(--color-kaki-500)}:host([dark]) .cc-body{background:#ffffff0a;border-color:#ffffff14}:host([dark]) .cc:hover .cc-body{border-color:#ffffff26;background:#ffffff0f}:host([dark]) .cc-check{background:#ffffff0f;border-color:#ffffff24}:host([dark]) .cc-title{color:#faf7f4bf}:host([dark]) .cc-desc{color:#faf7f447}:host([dark]) .cc-badge{border-color:#ffffff1a;color:#faf7f44d}:host([dark]) .cc-divider{background:#ffffff14}:host([dark]) .cc-features li{color:#faf7f44d}:host([dark]) .cc-features li:before{background:#ffffff26}:host([dark]) .cc-price{color:#faf7f4bf}:host([dark]) .cc-price sup,:host([dark]) .cc-price sub{color:#faf7f44d}:host([dark]) .cc-input:checked~.cc-body{border-color:var(--color-kaki-500);background:#b85a1e14}:host([dark]) .cc-input:checked~.cc-body .cc-check{border-color:var(--color-kaki-500);background:var(--color-kaki-500)}:host([dark]) .cc-input:checked~.cc-body .cc-title{color:var(--color-kaki-400)}:host([dark]) .cc-input:checked~.cc-body .cc-desc{color:#faf7f466}:host([dark]) .cc-input:checked~.cc-body .cc-badge{border-color:#b85a1e59;color:var(--color-kaki-400)}:host([dark]) .cc-input:checked~.cc-body .cc-divider{background:#b85a1e33}:host([dark]) .cc-input:checked~.cc-body .cc-features li{color:#faf7f48c}:host([dark]) .cc-input:checked~.cc-body .cc-features li:before{background:var(--color-kaki-400)}:host([dark]) .cc-input:checked~.cc-body .cc-price{color:var(--color-kaki-400)}:host([dark]) .cc-input:checked~.cc-body .cc-icon svg{color:var(--color-kaki-400)}:host([disabled]) .cc{pointer-events:none;opacity:.4}:host([disabled]) .cc-body{cursor:not-allowed}:host([error]) .cc-body{border-color:#c0392b66;background:#c0392b08}:host([error]) .cc:hover .cc-body{border-color:var(--color-error)}.cc-img-thumb{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;filter:grayscale(.4);transition:filter var(--duration-slow)}.cc-input:checked~.cc-body .cc-img-thumb{filter:grayscale(0)}.cc-img-content{padding:var(--lib-space-md) var(--lib-space-lg) var(--lib-space-lg)}:host([image]) .cc-body{padding:0}:host([image]) .cc-check{top:var(--lib-space-sm);right:var(--lib-space-sm);background:#ffffffd9}:host([image]) .cc-input:checked~.cc-body .cc-check{background:var(--color-kaki-500);border-color:var(--color-kaki-500)}}';
2
+ export {
3
+ checkboxCardCss as default
4
+ };
5
+ //# sourceMappingURL=index315.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index315.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,20 @@
1
+ import { renderClassic } from "./index353.js";
2
+ import { renderCentered } from "./index354.js";
3
+ import { renderMega } from "./index355.js";
4
+ import { renderAppBar } from "./index356.js";
5
+ function headerTemplate(ctx) {
6
+ switch (ctx.variant) {
7
+ case "centered":
8
+ return renderCentered(ctx);
9
+ case "mega":
10
+ return renderMega(ctx);
11
+ case "app-bar":
12
+ return renderAppBar(ctx);
13
+ default:
14
+ return renderClassic(ctx);
15
+ }
16
+ }
17
+ export {
18
+ headerTemplate
19
+ };
20
+ //# sourceMappingURL=index316.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index316.js","sources":["../src/components/molecules/header/lib-header.html.ts"],"sourcesContent":["import { TemplateResult } from 'lit';\nimport type { LibHeader } from './lib-header.component';\n\nimport { renderClassic } from './templates/header-classic.html';\nimport { renderCentered } from './templates/header-centered.html';\nimport { renderMega } from './templates/header-mega.html';\nimport { renderAppBar } from './templates/header-app-bar.html';\n\n/**\n * Dispatcher principal del componente lib-header.\n *\n * No contiene lógica de presentación propia.\n * Cada variante vive en su propio fichero dentro de /templates.\n *\n * Variantes → fichero\n * ───────────────────────────────────────────────────────────\n * classic · dark · transparent · kintsugi\n * glitch · minimal · shrink → header-classic.html.ts\n * centered → header-centered.html.ts\n * mega → header-mega.html.ts\n * app-bar → header-app-bar.html.ts\n *\n * Helpers compartidos (logo, links, actions, SVGs) → header-shared.html.ts\n * Móvil (hamburger + drawer) → header-mobile.html.ts\n */\nexport function headerTemplate(ctx: LibHeader): TemplateResult {\n switch (ctx.variant) {\n case 'centered': return renderCentered(ctx);\n case 'mega': return renderMega(ctx);\n case 'app-bar': return renderAppBar(ctx);\n default: return renderClassic(ctx);\n }\n}"],"names":[],"mappings":";;;;AAyBO,SAAS,eAAe,KAAgC;AAC7D,UAAQ,IAAI,SAAA;AAAA,IACV,KAAK;AAAY,aAAO,eAAe,GAAG;AAAA,IAC1C,KAAK;AAAY,aAAO,WAAW,GAAG;AAAA,IACtC,KAAK;AAAY,aAAO,aAAa,GAAG;AAAA,IACxC;AAAiB,aAAO,cAAc,GAAG;AAAA,EAAA;AAE7C;"}
@@ -0,0 +1,5 @@
1
+ const headerCss = '@layer tokens,reset,components;@layer reset{:host{display:block;position:relative;z-index:var(--z-overlay)}*,*:before,*:after{box-sizing:border-box}a{text-decoration:none}button{font:inherit;cursor:pointer;background:none;border:none}}@layer components{.hdr{width:100%;display:flex;align-items:center;position:relative;overflow:visible;transition:height var(--duration-slow) var(--ease-out),background var(--duration-slow) var(--ease-out),border-color var(--duration-slow) var(--ease-out),backdrop-filter var(--duration-slow) var(--ease-out),box-shadow var(--duration-slow) var(--ease-out)}:host([variant="classic"]) .hdr{height:64px;background:var(--bg-elevated);border-bottom:1px solid var(--border-subtle);padding:0 var(--lib-space-xl);gap:var(--lib-space-xl)}:host([variant="dark"]) .hdr{height:64px;background:#120e0ad9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid rgb(255,255,255,.07);padding:0 var(--lib-space-xl);gap:var(--lib-space-xl)}:host([variant="centered"]) .hdr{height:64px;background:var(--bg-elevated);border-bottom:1px solid var(--border-subtle);display:grid;grid-template-columns:1fr auto 1fr;padding:0 var(--lib-space-xl);gap:var(--lib-space-lg)}.hdr-announcement{height:36px;background:var(--color-kaki-50);border-bottom:1px solid rgb(184,90,30,.15);display:flex;align-items:center;justify-content:center;gap:var(--lib-space-md);padding:0 var(--lib-space-xl);font-family:var(--lib-font-mono);font-size:9px;letter-spacing:.14em;text-transform:uppercase;color:var(--color-kaki-600)}.hdr-announcement a{color:var(--color-kaki-500);text-decoration:underline;text-underline-offset:2px}:host([variant="transparent"]) .hdr{height:68px;background:transparent;border-bottom:1px solid transparent;padding:0 var(--lib-space-xl);gap:var(--lib-space-xl)}:host([variant="transparent"][scrolled]) .hdr{background:#120e0ad1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom-color:#ffffff12}:host([variant="kintsugi"]) .hdr{height:64px;background:var(--color-washi-950);border-bottom:none;padding:0 var(--lib-space-xl);gap:var(--lib-space-xl)}:host([variant="kintsugi"]) .hdr:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgb(184,90,30,.4) 10%,var(--color-kaki-400) 30%,#F5D08A 50%,var(--color-kaki-400) 70%,rgb(184,90,30,.4) 90%,transparent);background-size:200% 100%;animation:hdr-kintsugi-seam 5s linear infinite;pointer-events:none}@keyframes hdr-kintsugi-seam{0%{background-position:-200% 0}to{background-position:200% 0}}:host([variant="glitch"]) .hdr{height:56px;background:var(--color-washi-950);border-bottom:1px solid rgb(255,255,255,.06);padding:0 var(--lib-space-lg);gap:var(--lib-space-xl);position:relative;overflow:hidden;animation:hdr-glitch 7s steps(1) infinite}:host([variant="glitch"]) .hdr:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,transparent,transparent 3px,rgb(255,255,255,.012) 3px,rgb(255,255,255,.012) 4px);pointer-events:none;z-index:5;animation:hdr-scanline-shift 7s steps(1) infinite}@keyframes hdr-glitch{0%,88%,to{transform:none}89%{transform:translate(-2px)}90%{transform:translate(2px)}91%{transform:none}}@keyframes hdr-scanline-shift{0%,88%,to{opacity:1;transform:none}89%{transform:translateY(-3px);opacity:.7}90%{transform:translateY(2px);opacity:.9}91%{transform:none;opacity:1}}:host([variant="mega"]) .hdr{height:64px;background:var(--bg-elevated);border-bottom:1px solid var(--border-subtle);padding:0 var(--lib-space-xl);gap:var(--lib-space-xl);z-index:var(--z-overlay)}.hdr-mega-panel{position:absolute;top:64px;left:0;right:0;background:var(--bg-elevated);border-bottom:1px solid var(--border-subtle);box-shadow:0 12px 40px #1a140e1a;z-index:calc(var(--z-overlay) - 1);opacity:0;transform:translateY(-8px);pointer-events:none;transition:opacity var(--duration-base) var(--ease-out),transform var(--duration-base) var(--ease-out)}.hdr-mega-panel.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.hdr-mega-inner{max-width:1200px;margin:0 auto;padding:var(--lib-space-xl);display:grid;grid-template-columns:1fr 1fr 1fr 240px;gap:var(--lib-space-xl)}.hdr-mega-group-title{font-family:var(--lib-font-mono);font-size:8px;letter-spacing:.22em;text-transform:uppercase;color:var(--text-muted);margin-bottom:var(--lib-space-md)}.hdr-mega-link{display:block;font-family:var(--lib-font-body);font-size:var(--text-sm);color:var(--color-washi-700);padding:var(--lib-space-xs) 0;transition:color var(--duration-fast)}.hdr-mega-link:hover{color:var(--color-kaki-500)}.hdr-mega-cta{background:var(--color-kaki-50);border:1px solid rgb(184,90,30,.15);padding:var(--lib-space-lg)}.hdr-mega-cta-label{font-family:var(--lib-font-mono);font-size:8px;letter-spacing:.2em;text-transform:uppercase;color:var(--color-kaki-500);margin-bottom:var(--lib-space-md)}.hdr-mega-cta-title{font-family:var(--lib-font-display);font-size:1.1rem;font-weight:300;color:var(--color-kaki-600);margin-bottom:var(--lib-space-sm);line-height:1.3}.hdr-mega-cta-desc{font-size:var(--text-xs);color:var(--color-kaki-600);line-height:1.7;margin-bottom:var(--lib-space-md)}.hdr-mega-overlay{position:absolute;top:64px;left:0;right:0;height:300px;background:#1a140e40;opacity:0;pointer-events:none;transition:opacity var(--duration-base);z-index:calc(var(--z-overlay) - 2)}.hdr-mega-overlay.is-open{opacity:1;pointer-events:auto}:host([variant="minimal"]) .hdr{height:60px;background:transparent;border-bottom:none;padding:0 var(--lib-space-xl);gap:var(--lib-space-xl)}:host([variant="shrink"]) .hdr{height:72px;background:var(--bg-elevated);border-bottom:1px solid transparent;padding:0 var(--lib-space-xl);gap:var(--lib-space-xl)}:host([variant="shrink"][shrunk]) .hdr{height:48px;border-bottom-color:var(--border-subtle);box-shadow:0 1px 8px #1a140e12}:host([variant="shrink"]) .hdr-logo-mark{width:36px;height:36px;font-size:1.3rem}:host([variant="shrink"][shrunk]) .hdr-logo-mark{width:26px;height:26px;font-size:.95rem}:host([variant="shrink"]) .hdr-brand-name{font-size:1.3rem;transition:font-size var(--duration-slow) var(--ease-out)}:host([variant="shrink"][shrunk]) .hdr-brand-name{font-size:1rem}.hdr-tagline{font-family:var(--lib-font-mono);font-size:8px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);line-height:1;margin-top:3px;overflow:hidden;max-height:20px;opacity:1;transition:max-height var(--duration-slow) var(--ease-out),opacity var(--duration-slow) var(--ease-out)}:host([variant="shrink"][shrunk]) .hdr-tagline{max-height:0;opacity:0}:host([variant="app-bar"]) .hdr{height:56px;background:var(--bg-elevated);border-bottom:1px solid var(--border-subtle);padding:0 var(--lib-space-lg);gap:var(--lib-space-md)}:host([variant="app-bar"][compact]) .hdr{height:44px;background:#120e0ae6;border-bottom-color:#ffffff12}.hdr-breadcrumbs{display:flex;align-items:center;gap:var(--lib-space-xs);font-family:var(--lib-font-mono);font-size:9px;letter-spacing:.1em;flex-shrink:0}.hdr-breadcrumb-link{color:var(--text-muted);text-transform:uppercase;transition:color var(--duration-fast)}.hdr-breadcrumb-link:hover{color:var(--text-primary)}.hdr-breadcrumb-sep{color:var(--color-washi-300)}.hdr-breadcrumb-current{color:var(--color-washi-700);text-transform:uppercase}:host([variant="app-bar"][compact]) .hdr-breadcrumb-link{color:#faf7f440}:host([variant="app-bar"][compact]) .hdr-breadcrumb-sep{color:#ffffff1f}:host([variant="app-bar"][compact]) .hdr-breadcrumb-current{color:#faf7f480}.hdr-search{display:flex;align-items:center;gap:var(--lib-space-xs);border:1px solid var(--border-subtle);background:var(--bg-base);height:32px;padding:0 var(--lib-space-sm);max-width:320px;flex:1}:host([variant="app-bar"][compact]) .hdr-search{border-color:#ffffff12;background:#ffffff08;height:26px;max-width:260px}.hdr-search input{flex:1;background:none;border:none;outline:none;font-family:var(--lib-font-mono);font-size:9px;letter-spacing:.1em;color:var(--text-primary);width:100%}.hdr-search input::placeholder{color:var(--text-muted)}:host([variant="app-bar"][compact]) .hdr-search input{color:#faf7f499}.hdr-search-kbd{font-family:var(--lib-font-mono);font-size:7px;color:var(--color-washi-300);border:1px solid var(--color-washi-200);padding:0 4px;flex-shrink:0;margin-left:auto}:host([variant="app-bar"][compact]) .hdr-search-kbd{display:none}.hdr-notif{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);position:relative;flex-shrink:0;transition:color var(--duration-base)}.hdr-notif:hover{color:var(--text-primary)}.hdr-notif-dot{position:absolute;top:4px;right:4px;width:5px;height:5px;border-radius:50%;background:var(--color-kaki-400);border:1px solid var(--bg-elevated)}:host([variant="app-bar"][compact]) .hdr-notif{width:26px;height:26px;color:#faf7f440}:host([variant="app-bar"][compact]) .hdr-notif:hover{color:#faf7f4b3}:host([variant="app-bar"][compact]) .hdr-notif-dot{border-color:#120e0ae6}.hdr-avatar{width:30px;height:30px;border-radius:50%;background:var(--color-kaki-500);display:flex;align-items:center;justify-content:center;font-family:var(--lib-font-display);color:#fff;font-size:.9rem;cursor:pointer;flex-shrink:0}:host([variant="app-bar"][compact]) .hdr-avatar{width:26px;height:26px;font-size:.8rem;background:#b85a1e33;border:1px solid rgb(184,90,30,.25);color:var(--color-kaki-400)}.hdr-status{display:flex;align-items:center;gap:var(--lib-space-xs)}.hdr-status-dot{width:6px;height:6px;border-radius:50%;background:var(--color-celadon-400);flex-shrink:0}.hdr-status-text{font-family:var(--lib-font-mono);font-size:8px;letter-spacing:.1em;color:#faf7f433}.hdr-logo{display:flex;align-items:center;gap:var(--lib-space-sm);flex-shrink:0;text-decoration:none;color:inherit}.hdr-logo-mark{width:30px;height:30px;background:var(--color-kaki-500);display:flex;align-items:center;justify-content:center;font-family:var(--lib-font-display);color:#fff;font-size:1.1rem;font-weight:300;flex-shrink:0;transition:all var(--duration-slow) var(--ease-out)}:host([variant="dark"]) .hdr-logo-mark,:host([variant="transparent"]) .hdr-logo-mark{background:#b85a1e33;border:1px solid rgb(184,90,30,.35);color:var(--color-kaki-400)}:host([variant="transparent"]) .hdr-logo-mark{background:#faf7f426;border:1px solid rgb(250,247,244,.25);color:#faf7f4cc}:host([variant="kintsugi"]) .hdr-logo-mark{position:relative;background:transparent;border:none;border-radius:50%;overflow:visible}:host([variant="kintsugi"]) .hdr-logo-mark:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:50%;background:conic-gradient(var(--color-kaki-600),#F5D08A,var(--color-kaki-400),#F5D08A,var(--color-kaki-600));animation:hdr-logo-ring 4s linear infinite}:host([variant="kintsugi"]) .hdr-logo-mark:after{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;border-radius:50%;background:var(--color-washi-950)}:host([variant="kintsugi"]) .hdr-logo-mark-text{position:relative;z-index:2;color:var(--color-kaki-400)}@keyframes hdr-logo-ring{to{transform:rotate(360deg)}}.hdr-brand-name{font-family:var(--lib-font-display);font-size:1.2rem;font-weight:300;letter-spacing:.06em;white-space:nowrap}:host([variant="classic"]) .hdr-brand-name,:host([variant="mega"]) .hdr-brand-name,:host([variant="shrink"]) .hdr-brand-name{color:var(--color-washi-900)}:host([variant="dark"]) .hdr-brand-name{color:#faf7f499}:host([variant="transparent"]) .hdr-brand-name{color:#faf7f4bf;transition:color var(--duration-slow)}:host([variant="transparent"][scrolled]) .hdr-brand-name{color:#faf7f4a6}:host([variant="kintsugi"]) .hdr-brand-name{color:#faf7f480}:host([variant="centered"]) .hdr-brand-name{color:var(--color-washi-900);font-size:1.35rem;letter-spacing:.1em}:host([variant="minimal"]) .hdr-brand-name{font-family:var(--lib-font-display);font-size:1.4rem;letter-spacing:.12em;color:var(--color-washi-700)}.hdr-version{font-family:var(--lib-font-mono);font-size:7px;letter-spacing:.18em;text-transform:uppercase;color:#b85a1e80;border:1px solid rgb(184,90,30,.2);padding:1px 5px;margin-left:2px}.hdr-logo-glitch{font-family:var(--lib-font-mono);font-size:.8rem;letter-spacing:.2em;color:var(--color-kaki-400);display:flex;align-items:center;gap:var(--lib-space-xs);text-decoration:none;position:relative;z-index:6;flex-shrink:0}.hdr-logo-glitch-badge{font-family:var(--lib-font-mono);font-size:7px;letter-spacing:.14em;color:#faf7f426;border:1px solid rgb(255,255,255,.08);padding:1px 4px}.hdr-nav{display:flex;align-items:center;gap:var(--lib-space-lg);flex:1}.hdr-nav--right{justify-content:flex-end}.hdr-link{font-family:var(--lib-font-mono);font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;gap:4px;transition:opacity var(--duration-fast),color var(--duration-fast);white-space:nowrap}.hdr-link:hover{opacity:.7}:host([variant="classic"]) .hdr-link,:host([variant="centered"]) .hdr-link,:host([variant="mega"]) .hdr-link,:host([variant="shrink"]) .hdr-link{color:var(--color-washi-600)}:host([variant="dark"]) .hdr-link{color:#faf7f44d}:host([variant="transparent"]) .hdr-link{color:#faf7f48c;transition:color var(--duration-slow)}:host([variant="transparent"][scrolled]) .hdr-link{color:#faf7f473}:host([variant="kintsugi"]) .hdr-link{color:#faf7f447}:host([variant="kintsugi"]) .hdr-link:hover{opacity:1;color:var(--color-kaki-400)}:host([variant="glitch"]) .hdr-link{font-family:var(--lib-font-mono);font-size:9px;letter-spacing:.12em;text-transform:none;color:#faf7f438;position:relative;z-index:6}:host([variant="glitch"]) .hdr-link:hover{opacity:1;color:var(--color-kaki-400)}:host([variant="minimal"]) .hdr-link{font-family:var(--lib-font-body);font-size:var(--text-sm);letter-spacing:0;text-transform:none;color:var(--color-washi-500);position:relative;padding-bottom:2px}:host([variant="minimal"]) .hdr-link:hover{opacity:1;color:var(--color-washi-900)}:host([variant="minimal"]) .hdr-link.is-active{color:var(--color-washi-900)}:host([variant="minimal"]) .hdr-link.is-active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1px;background:var(--color-washi-700)}.hdr-link-chevron{transition:transform var(--duration-base)}.hdr-link.dd-open .hdr-link-chevron{transform:rotate(180deg)}.hdr-dd{position:relative;display:inline-block}.hdr-dd-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:180px;display:none;z-index:calc(var(--z-overlay) + 1);box-shadow:0 8px 32px #1a140e1f;background:var(--bg-elevated);border:1px solid var(--border-subtle)}.hdr-dd:hover .hdr-dd-menu{display:block}:host([variant="dark"]) .hdr-dd-menu{background:var(--color-washi-900);border-color:#ffffff1a}.hdr-dd-item{display:block;padding:var(--lib-space-sm) var(--lib-space-md);font-family:var(--lib-font-mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-washi-500);transition:all var(--duration-fast)}.hdr-dd-item:hover{background:var(--bg-base);color:var(--color-washi-900)}.hdr-dd-item--divider{border-top:1px solid var(--color-washi-100)}:host([variant="dark"]) .hdr-dd-item{color:#faf7f459}:host([variant="dark"]) .hdr-dd-item:hover{background:#ffffff0f;color:#faf7f4cc}.hdr-actions{display:flex;align-items:center;gap:var(--lib-space-sm);flex-shrink:0;position:relative;z-index:6}.hdr-action{font-family:var(--lib-font-mono);font-size:9px;letter-spacing:.16em;text-transform:uppercase;height:36px;padding:0 var(--lib-space-md);display:inline-flex;align-items:center;gap:var(--lib-space-xs);transition:all var(--duration-base);white-space:nowrap;text-decoration:none;cursor:pointer}.hdr-action--kaki{background:var(--color-kaki-500);color:#fff;border:1px solid var(--color-kaki-500)}.hdr-action--kaki:hover{background:var(--color-kaki-600)}.hdr-action--outline{background:transparent;color:var(--color-washi-600);border:1px solid var(--color-washi-300)}.hdr-action--outline:hover{border-color:var(--color-washi-500);color:var(--color-washi-900)}.hdr-action--ghost{background:transparent;color:#faf7f48c;border:1px solid rgb(255,255,255,.12)}.hdr-action--ghost:hover{border-color:#ffffff40;color:#faf7f4d9}.hdr-action--kintsugi{background:transparent;border:1px solid rgb(184,90,30,.35);color:var(--color-kaki-400)}.hdr-action--kintsugi:hover{border-color:var(--color-kaki-400);background:#b85a1e14}.hdr-action--glitch{background:transparent;border:1px solid rgb(255,255,255,.1);color:#faf7f459;animation:hdr-glitch-cta 7s steps(1) infinite;height:30px}.hdr-action--glitch:hover{border-color:var(--color-kaki-400);color:var(--color-kaki-400)}@keyframes hdr-glitch-cta{0%,88%,to{box-shadow:none}89%{box-shadow:-2px 0 #d9723459,2px 0 #4e948240}90%{box-shadow:2px 0 #d972344d,-2px 0 #4e948233}91%{box-shadow:none}}.hdr-login{font-family:var(--lib-font-mono);font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;transition:opacity var(--duration-fast),color var(--duration-fast);text-decoration:none;white-space:nowrap}:host([variant="classic"]) .hdr-login,:host([variant="shrink"]) .hdr-login,:host([variant="mega"]) .hdr-login{color:var(--color-washi-500)}:host([variant="dark"]) .hdr-login{color:#faf7f440}:host([variant="transparent"]) .hdr-login{color:#faf7f466;transition:color var(--duration-slow)}:host([variant="kintsugi"]) .hdr-login{color:#faf7f433}.hdr-login:hover{opacity:.7}.hdr-contact{font-family:var(--lib-font-mono);font-size:var(--text-xs);letter-spacing:.14em;text-transform:uppercase;color:var(--color-kaki-500);text-decoration:none;flex-shrink:0}.hdr-online{font-family:var(--lib-font-mono);font-size:8px;letter-spacing:.12em;color:#4e948299}.hdr-divider{width:1px;height:20px;background:var(--border-subtle);flex-shrink:0}:host([variant="app-bar"][compact]) .hdr-divider{background:#ffffff14;height:16px}.hdr-spacer{flex:1}@media(prefers-reduced-motion:reduce){:host([variant="kintsugi"]) .hdr:after,:host([variant="kintsugi"]) .hdr-logo-mark:before,:host([variant="glitch"]) .hdr,:host([variant="glitch"]) .hdr:before,.hdr-action--glitch{animation:none!important}.hdr{transition:none!important}}}.hdr-burger{display:none;align-items:center;justify-content:center;width:40px;height:40px;flex-shrink:0;margin-left:auto;cursor:pointer;background:none;border:none;padding:0;z-index:6;position:relative}.hdr-mobile-backdrop{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0806048c;z-index:calc(var(--z-overlay) + 1);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:hdr-backdrop-in .2s var(--ease-out) both}.hdr-mobile-drawer{display:none;position:fixed;top:0;right:0;bottom:0;width:min(320px,85vw);background:var(--color-washi-950, #120E0A);border-left:1px solid rgb(255,255,255,.07);z-index:calc(var(--z-overlay) + 2);flex-direction:column;overflow-y:auto;animation:hdr-drawer-in .24s var(--ease-out) both}.hdr-mobile-drawer.is-open{display:flex}.hdr-mobile-links{flex:1;padding:var(--lib-space-xl, 2rem) var(--lib-space-lg, 1.5rem);display:flex;flex-direction:column;gap:2px}.hdr-mobile-link{font-family:var(--lib-font-display, "Cormorant Garamond", serif);font-size:1.35rem;font-weight:300;letter-spacing:-.01em;color:#faf7f48c;text-decoration:none;padding:.5rem 0;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgb(255,255,255,.05);transition:color .16s}.hdr-mobile-link:hover{color:#faf7f4d9}.hdr-mobile-sub{display:flex;flex-direction:column;gap:2px;padding:var(--lib-space-xs, .25rem) 0 var(--lib-space-sm, .5rem) var(--lib-space-md, 1rem)}.hdr-mobile-sub-link{font-family:var(--lib-font-mono, "DM Mono", monospace);font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;color:#faf7f438;text-decoration:none;padding:.3rem 0;transition:color .16s}.hdr-mobile-sub-link:hover{color:var(--color-kaki-400, #D97234)}.hdr-mobile-col-title{font-family:var(--lib-font-mono, "DM Mono", monospace);font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:#faf7f426;margin:var(--lib-space-md, 1rem) 0 var(--lib-space-xs, .25rem)}.hdr-mobile-divider{height:1px;background:#ffffff12;margin:0 var(--lib-space-lg, 1.5rem)}.hdr-mobile-actions{padding:var(--lib-space-lg, 1.5rem);display:flex;flex-direction:column;gap:var(--lib-space-sm, .5rem)}.hdr-mobile-cta{font-family:var(--lib-font-mono, "DM Mono", monospace);font-size:.65rem;letter-spacing:.16em;text-transform:uppercase;background:var(--color-kaki-500, #B85A1E);color:#fff;border:1px solid var(--color-kaki-500, #B85A1E);padding:0 var(--lib-space-md, 1rem);height:40px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:background .16s}.hdr-mobile-cta:hover{background:var(--color-kaki-600, #8C4115)}.hdr-mobile-login{font-family:var(--lib-font-mono, "DM Mono", monospace);font-size:.6rem;letter-spacing:.14em;text-transform:uppercase;color:#faf7f440;text-decoration:none;text-align:center;padding:var(--lib-space-xs, .25rem) 0;transition:color .16s}.hdr-mobile-login:hover{color:#faf7f499}.hdr-mobile-footer{display:flex;align-items:center;justify-content:space-between;padding:var(--lib-space-md, 1rem) var(--lib-space-lg, 1.5rem);border-top:1px solid rgb(255,255,255,.07);font-family:var(--lib-font-mono, "DM Mono", monospace);font-size:.55rem;letter-spacing:.2em;text-transform:uppercase;color:#faf7f41f}.hdr-mobile-close{background:none;border:none;color:#faf7f433;font-size:.8rem;cursor:pointer;padding:var(--lib-space-xs, .25rem);transition:color .16s}.hdr-mobile-close:hover{color:#faf7f499}@keyframes hdr-drawer-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes hdr-backdrop-in{0%{opacity:0}to{opacity:1}}@media(max-width:640px){.hdr-burger{display:flex}.hdr-mobile-backdrop{display:block}.hdr-nav,.hdr-actions,.hdr-login,.hdr-contact,.hdr-online,.hdr-divider--desktop,.hdr-status--desktop,.hdr-actions--desktop{display:none!important}:host([variant="centered"]) .hdr{display:flex;grid-template-columns:unset}:host([variant="centered"]) .hdr-nav--centered-left{display:none!important}:host([variant="app-bar"]) .hdr-breadcrumbs{max-width:120px;overflow:hidden}:host([variant="app-bar"]) .hdr-breadcrumb-link,:host([variant="app-bar"]) .hdr-breadcrumb-sep{display:none}:host([variant="app-bar"]) .hdr-search{max-width:36px;overflow:hidden;padding:0 var(--lib-space-xs, .25rem)}:host([variant="app-bar"]) .hdr-search input,:host([variant="app-bar"]) .hdr-search-kbd{display:none}.hdr-mega-panel,.hdr-mega-overlay{display:none!important}:host([variant="classic"]) .hdr,:host([variant="dark"]) .hdr,:host([variant="centered"]) .hdr,:host([variant="mega"]) .hdr{height:56px}:host([variant="shrink"]) .hdr{height:56px}:host([variant="shrink"][shrunk]) .hdr{height:44px}}@media(prefers-reduced-motion:reduce){.hdr-mobile-drawer,.hdr-mobile-backdrop{animation:none}}';
2
+ export {
3
+ headerCss as default
4
+ };
5
+ //# sourceMappingURL=index317.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index317.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,42 @@
1
+ import { nothing, html } from "lit";
2
+ function codeBlockTemplate(props) {
3
+ return html`
4
+ <div class="code-block">
5
+ <div class="code-block__header">
6
+ <div class="code-block__meta">
7
+ ${props.filename ? html`<span class="code-block__filename">${props.filename}</span>` : nothing}
8
+ <span class="code-block__lang">${props.language}</span>
9
+ </div>
10
+
11
+ ${props.copyable ? html`
12
+ <button
13
+ class="code-block__copy ${props.copied ? "code-block__copy--copied" : ""}"
14
+ aria-label="${props.copied ? "Copiado" : "Copiar código"}"
15
+ @click=${props.onCopy}
16
+ >
17
+ ${props.copied ? html`
18
+ <svg width="14" height="14" viewBox="0 0 16 16" fill="none" aria-hidden="true">
19
+ <path d="M2 8l4 4 8-8" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
20
+ </svg>
21
+ <span>Copiado</span>
22
+ ` : html`
23
+ <svg width="14" height="14" viewBox="0 0 16 16" fill="none" aria-hidden="true">
24
+ <rect x="5" y="5" width="9" height="9" rx="1" stroke="currentColor" stroke-width="1.5"/>
25
+ <path d="M3 11H2a1 1 0 01-1-1V2a1 1 0 011-1h8a1 1 0 011 1v1" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"/>
26
+ </svg>
27
+ <span>Copiar</span>
28
+ `}
29
+ </button>
30
+ ` : nothing}
31
+ </div>
32
+
33
+ <div class="code-block__body">
34
+ <pre class="code-block__pre"><code class="code-block__code">${props.code}</code></pre>
35
+ </div>
36
+ </div>
37
+ `;
38
+ }
39
+ export {
40
+ codeBlockTemplate
41
+ };
42
+ //# sourceMappingURL=index318.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index318.js","sources":["../src/components/atoms/code-block/lib-code-block.html.ts"],"sourcesContent":["import { html, nothing, TemplateResult } from 'lit';\n\nexport type LibCodeBlockLanguage =\n | 'bash'\n | 'ts'\n | 'js'\n | 'html'\n | 'css'\n | 'json'\n | 'text';\n\nexport interface CodeBlockTemplateProps {\n code: string;\n language: LibCodeBlockLanguage;\n copyable: boolean;\n copied: boolean;\n filename: string;\n onCopy: () => void;\n}\n\nexport function codeBlockTemplate(props: CodeBlockTemplateProps): TemplateResult {\n return html`\n <div class=\"code-block\">\n <div class=\"code-block__header\">\n <div class=\"code-block__meta\">\n ${props.filename\n ? html`<span class=\"code-block__filename\">${props.filename}</span>`\n : nothing}\n <span class=\"code-block__lang\">${props.language}</span>\n </div>\n\n ${props.copyable\n ? html`\n <button\n class=\"code-block__copy ${props.copied ? 'code-block__copy--copied' : ''}\"\n aria-label=\"${props.copied ? 'Copiado' : 'Copiar código'}\"\n @click=${props.onCopy}\n >\n ${props.copied\n ? html`\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\">\n <path d=\"M2 8l4 4 8-8\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>\n </svg>\n <span>Copiado</span>\n `\n : html`\n <svg width=\"14\" height=\"14\" viewBox=\"0 0 16 16\" fill=\"none\" aria-hidden=\"true\">\n <rect x=\"5\" y=\"5\" width=\"9\" height=\"9\" rx=\"1\" stroke=\"currentColor\" stroke-width=\"1.5\"/>\n <path d=\"M3 11H2a1 1 0 01-1-1V2a1 1 0 011-1h8a1 1 0 011 1v1\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>\n </svg>\n <span>Copiar</span>\n `}\n </button>\n `\n : nothing}\n </div>\n\n <div class=\"code-block__body\">\n <pre class=\"code-block__pre\"><code class=\"code-block__code\">${props.code}</code></pre>\n </div>\n </div>\n `;\n}"],"names":[],"mappings":";AAoBO,SAAS,kBAAkB,OAA+C;AAC/E,SAAO;AAAA;AAAA;AAAA;AAAA,YAIG,MAAM,WACJ,0CAA0C,MAAM,QAAQ,YACxD,OAAO;AAAA,2CACsB,MAAM,QAAQ;AAAA;AAAA;AAAA,UAG/C,MAAM,WACJ;AAAA;AAAA,0CAE8B,MAAM,SAAS,6BAA6B,EAAE;AAAA,8BAC1D,MAAM,SAAS,YAAY,eAAe;AAAA,yBAC/C,MAAM,MAAM;AAAA;AAAA,kBAEnB,MAAM,SACJ;AAAA;AAAA;AAAA;AAAA;AAAA,wBAMA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qBAMC;AAAA;AAAA,gBAGT,OAAO;AAAA;AAAA;AAAA;AAAA,sEAImD,MAAM,IAAI;AAAA;AAAA;AAAA;AAIhF;"}
@@ -0,0 +1,5 @@
1
+ const codeBlockCss = '@layer tokens,reset,components;@layer reset{:host{display:block}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}}@layer components{.code-block{display:flex;flex-direction:column;border:var(--lib-border-width) solid var(--color-ink-100);border-radius:var(--lib-radius-md);background:var(--color-washi-950);box-shadow:var(--lib-shadow-brutal);overflow:hidden;width:100%}.code-block__header{display:flex;align-items:center;justify-content:space-between;padding:var(--lib-space-xs) var(--lib-space-md);background:var(--color-washi-900);border-bottom:var(--lib-border-width) solid var(--color-ink-40);min-height:36px;gap:var(--lib-space-md)}.code-block__meta{display:flex;align-items:center;gap:var(--lib-space-sm)}.code-block__filename{font-family:var(--lib-font-mono);font-size:var(--text-sm);color:var(--color-washi-200);letter-spacing:var(--tracking-normal)}.code-block__lang{font-family:var(--lib-font-mono);font-size:10px;font-weight:var(--weight-medium);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--color-washi-500);background:var(--color-washi-800);border:var(--lib-border-width) solid var(--color-washi-700);border-radius:var(--lib-radius-xs);padding:1px var(--lib-space-xs)}.code-block__copy{display:inline-flex;align-items:center;gap:var(--lib-space-xs);font-family:var(--lib-font-mono);font-size:11px;font-weight:var(--weight-medium);letter-spacing:var(--tracking-wide);text-transform:uppercase;color:var(--color-washi-400);background:transparent;border:var(--lib-border-width) solid var(--color-washi-700);border-radius:var(--lib-radius-xs);padding:3px var(--lib-space-sm);cursor:pointer;transition:color var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out),background var(--duration-fast) var(--ease-out);white-space:nowrap;flex-shrink:0}.code-block__copy:hover{color:var(--color-washi-100);border-color:var(--color-washi-400);background:var(--color-washi-800)}.code-block__copy:active{transform:scale(.97)}.code-block__copy--copied{color:var(--color-celadon-300);border-color:var(--color-celadon-600)}.code-block__copy--copied:hover{color:var(--color-celadon-300);border-color:var(--color-celadon-500);background:transparent}.code-block__body{overflow-x:auto;padding:var(--lib-space-md) var(--lib-space-lg)}.code-block__pre{font-family:var(--lib-font-mono);font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--color-washi-100);white-space:pre;-moz-tab-size:2;tab-size:2}.code-block__code{font-family:inherit;font-size:inherit;color:inherit}:host([variant="ghost"]) .code-block{background:var(--color-washi-100);box-shadow:none}:host([variant="ghost"]) .code-block__header{background:var(--color-washi-200);border-bottom-color:var(--color-washi-300)}:host([variant="ghost"]) .code-block__lang{background:var(--color-washi-100);border-color:var(--color-washi-300);color:var(--color-washi-600)}:host([variant="ghost"]) .code-block__copy{color:var(--color-washi-600);border-color:var(--color-washi-300)}:host([variant="ghost"]) .code-block__copy:hover{color:var(--color-washi-800);border-color:var(--color-washi-500);background:var(--color-washi-200)}:host([variant="ghost"]) .code-block__pre{color:var(--color-washi-800)}}';
2
+ export {
3
+ codeBlockCss as default
4
+ };
5
+ //# sourceMappingURL=index319.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index319.js","sources":[],"sourcesContent":[],"names":[],"mappings":";"}
@@ -0,0 +1,88 @@
1
+ import { unsafeCSS, css, LitElement } from "lit";
2
+ import { property, customElement } from "lit/decorators.js";
3
+ import { checkboxTemplate } from "./index248.js";
4
+ import checkboxCss from "./index249.js";
5
+ import sharedTokens from "./index196.js";
6
+ var __defProp = Object.defineProperty;
7
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
8
+ var __decorateClass = (decorators, target, key, kind) => {
9
+ var result = kind > 1 ? void 0 : kind ? __getOwnPropDesc(target, key) : target;
10
+ for (var i = decorators.length - 1, decorator; i >= 0; i--)
11
+ if (decorator = decorators[i])
12
+ result = (kind ? decorator(target, key, result) : decorator(result)) || result;
13
+ if (kind && result) __defProp(target, key, result);
14
+ return result;
15
+ };
16
+ let LibCheckbox = class extends LitElement {
17
+ constructor() {
18
+ super(...arguments);
19
+ this.checked = false;
20
+ this.disabled = false;
21
+ this.indeterminate = false;
22
+ this.label = "";
23
+ this.sublabel = "";
24
+ this.value = "";
25
+ this.size = "md";
26
+ this.variant = "default";
27
+ }
28
+ _handleChange(e) {
29
+ const input = e.target;
30
+ this.checked = input.checked;
31
+ this.indeterminate = false;
32
+ this.dispatchEvent(
33
+ new CustomEvent("change", {
34
+ detail: { checked: this.checked, value: this.value },
35
+ bubbles: true,
36
+ composed: true
37
+ })
38
+ );
39
+ }
40
+ render() {
41
+ return checkboxTemplate({
42
+ checked: this.checked,
43
+ disabled: this.disabled,
44
+ indeterminate: this.indeterminate,
45
+ label: this.label,
46
+ sublabel: this.sublabel,
47
+ value: this.value,
48
+ size: this.size,
49
+ variant: this.variant,
50
+ onChange: this._handleChange.bind(this)
51
+ });
52
+ }
53
+ };
54
+ LibCheckbox.styles = [
55
+ css`${unsafeCSS(sharedTokens)}`,
56
+ css`${unsafeCSS(checkboxCss)}`
57
+ ];
58
+ __decorateClass([
59
+ property({ type: Boolean, reflect: true })
60
+ ], LibCheckbox.prototype, "checked", 2);
61
+ __decorateClass([
62
+ property({ type: Boolean, reflect: true })
63
+ ], LibCheckbox.prototype, "disabled", 2);
64
+ __decorateClass([
65
+ property({ type: Boolean, reflect: true })
66
+ ], LibCheckbox.prototype, "indeterminate", 2);
67
+ __decorateClass([
68
+ property({ type: String })
69
+ ], LibCheckbox.prototype, "label", 2);
70
+ __decorateClass([
71
+ property({ type: String })
72
+ ], LibCheckbox.prototype, "sublabel", 2);
73
+ __decorateClass([
74
+ property({ type: String })
75
+ ], LibCheckbox.prototype, "value", 2);
76
+ __decorateClass([
77
+ property({ type: String, reflect: true })
78
+ ], LibCheckbox.prototype, "size", 2);
79
+ __decorateClass([
80
+ property({ type: String, reflect: true })
81
+ ], LibCheckbox.prototype, "variant", 2);
82
+ LibCheckbox = __decorateClass([
83
+ customElement("lib-checkbox")
84
+ ], LibCheckbox);
85
+ export {
86
+ LibCheckbox
87
+ };
88
+ //# sourceMappingURL=index32.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index32.js","sources":["../src/components/atoms/checkbox/lib-checkbox.component.ts"],"sourcesContent":["import { LitElement, css, unsafeCSS, TemplateResult } from 'lit';\nimport { customElement, property } from 'lit/decorators.js';\nimport type { LibCheckboxSize, LibCheckboxVariant } from './lib-checkbox.html';\nimport { checkboxTemplate } from './lib-checkbox.html';\nimport checkboxCss from './lib-checkbox.css?inline';\nimport sharedTokens from '../../../styles/shared/tokens.css?inline';\n\nexport interface CheckboxChangeDetail {\n checked: boolean;\n value: string;\n}\n\n/**\n * @element lib-checkbox\n *\n * Control de seleccion multiple con soporte para indeterminate.\n *\n * @slot - Contenido de label alternativo (cuando no se usa prop label)\n *\n * @fires change - Emitido al cambiar el estado.\n * detail: { checked: boolean, value: string }\n *\n * @example\n * <lib-checkbox label=\"Aceptar terminos\" value=\"terms\"></lib-checkbox>\n * <lib-checkbox label=\"Seleccion parcial\" indeterminate></lib-checkbox>\n * <lib-checkbox label=\"Acento kaki\" variant=\"kaki\" checked></lib-checkbox>\n */\n@customElement('lib-checkbox')\nexport class LibCheckbox extends LitElement {\n static override styles = [\n css`${unsafeCSS(sharedTokens)}`,\n css`${unsafeCSS(checkboxCss)}`,\n ];\n\n /** Estado marcado */\n @property({ type: Boolean, reflect: true })\n checked = false;\n\n /** Estado deshabilitado */\n @property({ type: Boolean, reflect: true })\n disabled = false;\n\n /**\n * Estado indeterminate — seleccion parcial de grupo.\n * Muestra un dash en lugar del check.\n */\n @property({ type: Boolean, reflect: true })\n indeterminate = false;\n\n /** Texto principal del label */\n @property({ type: String })\n label = '';\n\n /** Texto secundario bajo el label */\n @property({ type: String })\n sublabel = '';\n\n /** Valor enviado en el evento change */\n @property({ type: String })\n value = '';\n\n /** Tamano del checkbox */\n @property({ type: String, reflect: true })\n size: LibCheckboxSize = 'md';\n\n /** Variante de color */\n @property({ type: String, reflect: true })\n variant: LibCheckboxVariant = 'default';\n\n private _handleChange(e: Event): void {\n const input = e.target as HTMLInputElement;\n this.checked = input.checked;\n this.indeterminate = false; // el click resuelve el estado indeterminate\n\n this.dispatchEvent(\n new CustomEvent<CheckboxChangeDetail>('change', {\n detail: { checked: this.checked, value: this.value },\n bubbles: true,\n composed: true,\n })\n );\n }\n\n override render(): TemplateResult {\n return checkboxTemplate({\n checked: this.checked,\n disabled: this.disabled,\n indeterminate: this.indeterminate,\n label: this.label,\n sublabel: this.sublabel,\n value: this.value,\n size: this.size,\n variant: this.variant,\n onChange: this._handleChange.bind(this),\n });\n }\n}\n\ndeclare global {\n interface HTMLElementTagNameMap {\n 'lib-checkbox': LibCheckbox;\n }\n}"],"names":[],"mappings":";;;;;;;;;;;;;;;AA4BO,IAAM,cAAN,cAA0B,WAAW;AAAA,EAArC,cAAA;AAAA,UAAA,GAAA,SAAA;AAQL,SAAA,UAAU;AAIV,SAAA,WAAW;AAOX,SAAA,gBAAgB;AAIhB,SAAA,QAAQ;AAIR,SAAA,WAAW;AAIX,SAAA,QAAQ;AAIR,SAAA,OAAwB;AAIxB,SAAA,UAA8B;AAAA,EAAA;AAAA,EAEtB,cAAc,GAAgB;AACpC,UAAM,QAAQ,EAAE;AAChB,SAAK,UAAU,MAAM;AACrB,SAAK,gBAAgB;AAErB,SAAK;AAAA,MACH,IAAI,YAAkC,UAAU;AAAA,QAC9C,QAAQ,EAAE,SAAS,KAAK,SAAS,OAAO,KAAK,MAAA;AAAA,QAC7C,SAAS;AAAA,QACT,UAAU;AAAA,MAAA,CACX;AAAA,IAAA;AAAA,EAEL;AAAA,EAES,SAAyB;AAChC,WAAO,iBAAiB;AAAA,MACtB,SAAS,KAAK;AAAA,MACd,UAAU,KAAK;AAAA,MACf,eAAe,KAAK;AAAA,MACpB,OAAO,KAAK;AAAA,MACZ,UAAU,KAAK;AAAA,MACf,OAAO,KAAK;AAAA,MACZ,MAAM,KAAK;AAAA,MACX,SAAS,KAAK;AAAA,MACd,UAAU,KAAK,cAAc,KAAK,IAAI;AAAA,IAAA,CACvC;AAAA,EACH;AACF;AApEa,YACK,SAAS;AAAA,EACvB,MAAM,UAAU,YAAY,CAAC;AAAA,EAC7B,MAAM,UAAU,WAAW,CAAC;AAC9B;AAIA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,SAAS,SAAS,MAAM;AAAA,GAP/B,YAQX,WAAA,WAAA,CAAA;AAIA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,SAAS,SAAS,MAAM;AAAA,GAX/B,YAYX,WAAA,YAAA,CAAA;AAOA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,SAAS,SAAS,MAAM;AAAA,GAlB/B,YAmBX,WAAA,iBAAA,CAAA;AAIA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,OAAA,CAAQ;AAAA,GAtBf,YAuBX,WAAA,SAAA,CAAA;AAIA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,OAAA,CAAQ;AAAA,GA1Bf,YA2BX,WAAA,YAAA,CAAA;AAIA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,OAAA,CAAQ;AAAA,GA9Bf,YA+BX,WAAA,SAAA,CAAA;AAIA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,SAAS,MAAM;AAAA,GAlC9B,YAmCX,WAAA,QAAA,CAAA;AAIA,gBAAA;AAAA,EADC,SAAS,EAAE,MAAM,QAAQ,SAAS,MAAM;AAAA,GAtC9B,YAuCX,WAAA,WAAA,CAAA;AAvCW,cAAN,gBAAA;AAAA,EADN,cAAc,cAAc;AAAA,GAChB,WAAA;"}
@@ -0,0 +1,85 @@
1
+ import { html } from "lit";
2
+ const closeSvg = html`
3
+ <svg width="12" height="12" viewBox="0 0 12 12" fill="none"
4
+ stroke="currentColor" stroke-width="1.5" stroke-linecap="round">
5
+ <path d="M1 1l10 10M11 1L1 11"/>
6
+ </svg>
7
+ `;
8
+ const dangerSvg = html`
9
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none"
10
+ stroke="var(--color-error)" stroke-width="1.5"
11
+ stroke-linecap="round" stroke-linejoin="round">
12
+ <path d="M8 2L14.5 13H1.5L8 2z"/>
13
+ <path d="M8 6v3M8 11v.5"/>
14
+ </svg>
15
+ `;
16
+ const warningSvg = html`
17
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none"
18
+ stroke="var(--color-warning)" stroke-width="1.5"
19
+ stroke-linecap="round" stroke-linejoin="round">
20
+ <circle cx="8" cy="8" r="6"/>
21
+ <path d="M8 5v3M8 10v.5"/>
22
+ </svg>
23
+ `;
24
+ function dialogTemplate(props) {
25
+ const {
26
+ eyebrow,
27
+ dlgTitle,
28
+ variant,
29
+ size,
30
+ layout,
31
+ footerMeta,
32
+ onClose
33
+ } = props;
34
+ const layoutCls = layout === "drawer-right" ? "dlg-drawer-right" : layout === "drawer-bottom" ? "dlg-drawer-bottom" : "";
35
+ const alertCls = layout === "alert" ? "dlg-alert" : "";
36
+ const sizeCls = `dlg-${size}`;
37
+ const dlgCls = `dlg ${sizeCls} ${layoutCls} ${alertCls}`.trim();
38
+ const hasIcon = variant === "danger" || variant === "warning";
39
+ const headerIcon = hasIcon ? html`<div class="dlg-header-icon">
40
+ ${variant === "danger" ? dangerSvg : warningSvg}
41
+ </div>` : null;
42
+ return html`
43
+ <dialog
44
+ class="${dlgCls}"
45
+ @cancel="${(e) => {
46
+ e.preventDefault();
47
+ onClose();
48
+ }}"
49
+ @click="${(e) => {
50
+ if (e.target.tagName === "DIALOG") onClose();
51
+ }}"
52
+ >
53
+ <!-- HEADER -->
54
+ <div class="dlg-header">
55
+ ${headerIcon}
56
+ <div class="dlg-header-text" style="${hasIcon ? "margin-left: var(--lib-space-md)" : ""}">
57
+ ${eyebrow ? html`<p class="dlg-eyebrow">${eyebrow}</p>` : null}
58
+ <slot name="header">
59
+ <h2 class="dlg-title">${dlgTitle}</h2>
60
+ </slot>
61
+ </div>
62
+ <button
63
+ class="dlg-close"
64
+ aria-label="Cerrar"
65
+ @click="${() => onClose()}"
66
+ >${closeSvg}</button>
67
+ </div>
68
+
69
+ <!-- BODY -->
70
+ <div class="dlg-body">
71
+ <slot></slot>
72
+ </div>
73
+
74
+ <!-- FOOTER -->
75
+ <div class="dlg-footer">
76
+ ${footerMeta ? html`<span class="dlg-footer-meta">${footerMeta}</span>` : null}
77
+ <slot name="footer"></slot>
78
+ </div>
79
+ </dialog>
80
+ `;
81
+ }
82
+ export {
83
+ dialogTemplate
84
+ };
85
+ //# sourceMappingURL=index320.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index320.js","sources":["../src/components/organisms/dialog/lib-dialog.html.ts"],"sourcesContent":["import { html, TemplateResult } from 'lit';\nimport type { DialogTemplateProps } from './lib-dialog.types';\n\n/* SVG del botón de cierre — reutilizable */\nconst closeSvg = html`\n <svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\"\n stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\">\n <path d=\"M1 1l10 10M11 1L1 11\"/>\n </svg>\n`;\n\n/* Icono para variante danger */\nconst dangerSvg = html`\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"\n stroke=\"var(--color-error)\" stroke-width=\"1.5\"\n stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <path d=\"M8 2L14.5 13H1.5L8 2z\"/>\n <path d=\"M8 6v3M8 11v.5\"/>\n </svg>\n`;\n\n/* Icono para variante warning */\nconst warningSvg = html`\n <svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"\n stroke=\"var(--color-warning)\" stroke-width=\"1.5\"\n stroke-linecap=\"round\" stroke-linejoin=\"round\">\n <circle cx=\"8\" cy=\"8\" r=\"6\"/>\n <path d=\"M8 5v3M8 10v.5\"/>\n </svg>\n`;\n\nexport function dialogTemplate(props: DialogTemplateProps): TemplateResult {\n const {\n eyebrow, dlgTitle, variant, size,\n layout, footerMeta, onClose,\n } = props;\n\n /* ── Clases del <dialog> ── */\n const layoutCls =\n layout === 'drawer-right' ? 'dlg-drawer-right' :\n layout === 'drawer-bottom' ? 'dlg-drawer-bottom' :\n '';\n const alertCls = layout === 'alert' ? 'dlg-alert' : '';\n const sizeCls = `dlg-${size}`;\n const dlgCls = `dlg ${sizeCls} ${layoutCls} ${alertCls}`.trim();\n\n /* ── Icono de header (solo danger / warning) ── */\n const hasIcon = variant === 'danger' || variant === 'warning';\n const headerIcon = hasIcon\n ? html`<div class=\"dlg-header-icon\">\n ${ variant === 'danger' ? dangerSvg : warningSvg }\n </div>`\n : null;\n\n return html`\n <dialog\n class=\"${dlgCls}\"\n @cancel=\"${(e: Event): void => { e.preventDefault(); onClose(); }}\"\n @click=\"${(e: MouseEvent): void => {\n /* Cierre al click sobre el backdrop (target === dialog) */\n if ((e.target as HTMLElement).tagName === 'DIALOG') onClose();\n }}\"\n >\n <!-- HEADER -->\n <div class=\"dlg-header\">\n ${headerIcon}\n <div class=\"dlg-header-text\" style=\"${hasIcon ? 'margin-left: var(--lib-space-md)' : ''}\">\n ${eyebrow ? html`<p class=\"dlg-eyebrow\">${eyebrow}</p>` : null}\n <slot name=\"header\">\n <h2 class=\"dlg-title\">${dlgTitle}</h2>\n </slot>\n </div>\n <button\n class=\"dlg-close\"\n aria-label=\"Cerrar\"\n @click=\"${(): void => onClose()}\"\n >${closeSvg}</button>\n </div>\n\n <!-- BODY -->\n <div class=\"dlg-body\">\n <slot></slot>\n </div>\n\n <!-- FOOTER -->\n <div class=\"dlg-footer\">\n ${footerMeta ? html`<span class=\"dlg-footer-meta\">${footerMeta}</span>` : null}\n <slot name=\"footer\"></slot>\n </div>\n </dialog>\n `;\n}"],"names":[],"mappings":";AAIA,MAAM,WAAW;AAAA;AAAA;AAAA;AAAA;AAAA;AAQjB,MAAM,YAAY;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAUlB,MAAM,aAAa;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AASZ,SAAS,eAAe,OAA4C;AACzE,QAAM;AAAA,IACJ;AAAA,IAAS;AAAA,IAAU;AAAA,IAAS;AAAA,IAC5B;AAAA,IAAQ;AAAA,IAAY;AAAA,EAAA,IAClB;AAGJ,QAAM,YACJ,WAAW,iBAAkB,qBAC7B,WAAW,kBAAkB,sBAC7B;AACF,QAAM,WAAW,WAAW,UAAU,cAAc;AACpD,QAAM,UAAW,OAAO,IAAI;AAC5B,QAAM,SAAW,OAAO,OAAO,IAAI,SAAS,IAAI,QAAQ,GAAG,KAAA;AAG3D,QAAM,UAAU,YAAY,YAAY,YAAY;AACpD,QAAM,aAAa,UACf;AAAA,UACK,YAAY,WAAW,YAAY,UAAW;AAAA,gBAEnD;AAEJ,SAAO;AAAA;AAAA,eAEM,MAAM;AAAA,iBACJ,CAAC,MAAmB;AAAE,MAAE,eAAA;AAAkB,YAAA;AAAA,EAAW,CAAC;AAAA,gBACvD,CAAC,MAAwB;AAEjC,QAAK,EAAE,OAAuB,YAAY,SAAU,SAAA;AAAA,EACtD,CAAC;AAAA;AAAA;AAAA;AAAA,UAIG,UAAU;AAAA,8CAC0B,UAAU,qCAAqC,EAAE;AAAA,YACnF,UAAU,8BAA8B,OAAO,SAAS,IAAI;AAAA;AAAA,oCAEpC,QAAQ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAMxB,MAAY,SAAS;AAAA,WAC9B,QAAQ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,UAUT,aAAa,qCAAqC,UAAU,YAAY,IAAI;AAAA;AAAA;AAAA;AAAA;AAKtF;"}