@teranga-ds/components 0.1.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 (667) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +97 -0
  3. package/dist/cjs/index-BrBjyHdB.js +2038 -0
  4. package/dist/cjs/index.cjs.js +2 -0
  5. package/dist/cjs/loader.cjs.js +12 -0
  6. package/dist/cjs/teranga-ds.cjs.js +24 -0
  7. package/dist/cjs/tg-activity-feed.cjs.entry.js +29 -0
  8. package/dist/cjs/tg-activity-stream.cjs.entry.js +30 -0
  9. package/dist/cjs/tg-ai-feedback.cjs.entry.js +29 -0
  10. package/dist/cjs/tg-ai-insight-card.cjs.entry.js +20 -0
  11. package/dist/cjs/tg-alert.cjs.entry.js +42 -0
  12. package/dist/cjs/tg-audio-player.cjs.entry.js +46 -0
  13. package/dist/cjs/tg-autocomplete.cjs.entry.js +54 -0
  14. package/dist/cjs/tg-avatar.cjs.entry.js +39 -0
  15. package/dist/cjs/tg-badge.cjs.entry.js +31 -0
  16. package/dist/cjs/tg-bottom-nav.cjs.entry.js +30 -0
  17. package/dist/cjs/tg-bottom-sheet.cjs.entry.js +21 -0
  18. package/dist/cjs/tg-breadcrumb.cjs.entry.js +53 -0
  19. package/dist/cjs/tg-button.cjs.entry.js +45 -0
  20. package/dist/cjs/tg-calendar-view.cjs.entry.js +53 -0
  21. package/dist/cjs/tg-card.cjs.entry.js +31 -0
  22. package/dist/cjs/tg-chat-message.cjs.entry.js +19 -0
  23. package/dist/cjs/tg-chat.cjs.entry.js +59 -0
  24. package/dist/cjs/tg-checkbox.cjs.entry.js +31 -0
  25. package/dist/cjs/tg-combobox.cjs.entry.js +68 -0
  26. package/dist/cjs/tg-command-palette.cjs.entry.js +66 -0
  27. package/dist/cjs/tg-confidence-badge.cjs.entry.js +27 -0
  28. package/dist/cjs/tg-confirm-dialog.cjs.entry.js +27 -0
  29. package/dist/cjs/tg-context-menu.cjs.entry.js +35 -0
  30. package/dist/cjs/tg-data-table.cjs.entry.js +90 -0
  31. package/dist/cjs/tg-date-picker.cjs.entry.js +56 -0
  32. package/dist/cjs/tg-empty-state.cjs.entry.js +19 -0
  33. package/dist/cjs/tg-expandable-row.cjs.entry.js +19 -0
  34. package/dist/cjs/tg-fab.cjs.entry.js +22 -0
  35. package/dist/cjs/tg-file-upload.cjs.entry.js +86 -0
  36. package/dist/cjs/tg-global-loader.cjs.entry.js +24 -0
  37. package/dist/cjs/tg-heatmap.cjs.entry.js +65 -0
  38. package/dist/cjs/tg-image-gallery.cjs.entry.js +32 -0
  39. package/dist/cjs/tg-input.cjs.entry.js +51 -0
  40. package/dist/cjs/tg-kanban-board.cjs.entry.js +30 -0
  41. package/dist/cjs/tg-kpi-card.cjs.entry.js +20 -0
  42. package/dist/cjs/tg-live-badge.cjs.entry.js +20 -0
  43. package/dist/cjs/tg-login-form.cjs.entry.js +23 -0
  44. package/dist/cjs/tg-mega-menu.cjs.entry.js +34 -0
  45. package/dist/cjs/tg-modal.cjs.entry.js +43 -0
  46. package/dist/cjs/tg-model-selector.cjs.entry.js +34 -0
  47. package/dist/cjs/tg-multi-select.cjs.entry.js +67 -0
  48. package/dist/cjs/tg-navbar.cjs.entry.js +43 -0
  49. package/dist/cjs/tg-otp-input.cjs.entry.js +60 -0
  50. package/dist/cjs/tg-pagination.cjs.entry.js +53 -0
  51. package/dist/cjs/tg-presence-indicator.cjs.entry.js +33 -0
  52. package/dist/cjs/tg-progress.cjs.entry.js +53 -0
  53. package/dist/cjs/tg-prompt-input.cjs.entry.js +34 -0
  54. package/dist/cjs/tg-pull-to-refresh.cjs.entry.js +37 -0
  55. package/dist/cjs/tg-quick-switcher.cjs.entry.js +35 -0
  56. package/dist/cjs/tg-radio.cjs.entry.js +29 -0
  57. package/dist/cjs/tg-retry-ui.cjs.entry.js +22 -0
  58. package/dist/cjs/tg-rich-editor.cjs.entry.js +24 -0
  59. package/dist/cjs/tg-role-badge.cjs.entry.js +19 -0
  60. package/dist/cjs/tg-select.cjs.entry.js +69 -0
  61. package/dist/cjs/tg-session-expired.cjs.entry.js +24 -0
  62. package/dist/cjs/tg-sidebar.cjs.entry.js +35 -0
  63. package/dist/cjs/tg-skeleton.cjs.entry.js +30 -0
  64. package/dist/cjs/tg-slider.cjs.entry.js +26 -0
  65. package/dist/cjs/tg-source-citation.cjs.entry.js +29 -0
  66. package/dist/cjs/tg-spinner.cjs.entry.js +27 -0
  67. package/dist/cjs/tg-stat-widget.cjs.entry.js +19 -0
  68. package/dist/cjs/tg-status-badge.cjs.entry.js +21 -0
  69. package/dist/cjs/tg-stepper-input.cjs.entry.js +39 -0
  70. package/dist/cjs/tg-stepper.cjs.entry.js +31 -0
  71. package/dist/cjs/tg-streaming-response.cjs.entry.js +19 -0
  72. package/dist/cjs/tg-switch.cjs.entry.js +31 -0
  73. package/dist/cjs/tg-table.cjs.entry.js +113 -0
  74. package/dist/cjs/tg-tabs.cjs.entry.js +47 -0
  75. package/dist/cjs/tg-tag.cjs.entry.js +28 -0
  76. package/dist/cjs/tg-textarea.cjs.entry.js +45 -0
  77. package/dist/cjs/tg-time-picker.cjs.entry.js +37 -0
  78. package/dist/cjs/tg-timeline.cjs.entry.js +30 -0
  79. package/dist/cjs/tg-toast.cjs.entry.js +53 -0
  80. package/dist/cjs/tg-token-usage.cjs.entry.js +23 -0
  81. package/dist/cjs/tg-tooltip.cjs.entry.js +32 -0
  82. package/dist/cjs/tg-tree-view.cjs.entry.js +53 -0
  83. package/dist/cjs/tg-undo-snackbar.cjs.entry.js +30 -0
  84. package/dist/cjs/tg-video-player.cjs.entry.js +19 -0
  85. package/dist/cjs/tg-wizard-nav.cjs.entry.js +30 -0
  86. package/dist/collection/collection-manifest.json +91 -0
  87. package/dist/collection/components/tg-activity-feed/tg-activity-feed.css +10 -0
  88. package/dist/collection/components/tg-activity-feed/tg-activity-feed.js +81 -0
  89. package/dist/collection/components/tg-activity-stream/tg-activity-stream.css +11 -0
  90. package/dist/collection/components/tg-activity-stream/tg-activity-stream.js +83 -0
  91. package/dist/collection/components/tg-ai-feedback/tg-ai-feedback.css +12 -0
  92. package/dist/collection/components/tg-ai-feedback/tg-ai-feedback.js +80 -0
  93. package/dist/collection/components/tg-ai-insight-card/tg-ai-insight-card.css +10 -0
  94. package/dist/collection/components/tg-ai-insight-card/tg-ai-insight-card.js +144 -0
  95. package/dist/collection/components/tg-alert/tg-alert.css +122 -0
  96. package/dist/collection/components/tg-alert/tg-alert.js +142 -0
  97. package/dist/collection/components/tg-audio-player/tg-audio-player.css +11 -0
  98. package/dist/collection/components/tg-audio-player/tg-audio-player.js +118 -0
  99. package/dist/collection/components/tg-autocomplete/tg-autocomplete.css +15 -0
  100. package/dist/collection/components/tg-autocomplete/tg-autocomplete.js +285 -0
  101. package/dist/collection/components/tg-avatar/tg-avatar.css +72 -0
  102. package/dist/collection/components/tg-avatar/tg-avatar.js +195 -0
  103. package/dist/collection/components/tg-badge/tg-badge.css +153 -0
  104. package/dist/collection/components/tg-badge/tg-badge.js +128 -0
  105. package/dist/collection/components/tg-bottom-nav/tg-bottom-nav.css +7 -0
  106. package/dist/collection/components/tg-bottom-nav/tg-bottom-nav.js +99 -0
  107. package/dist/collection/components/tg-bottom-sheet/tg-bottom-sheet.css +8 -0
  108. package/dist/collection/components/tg-bottom-sheet/tg-bottom-sheet.js +84 -0
  109. package/dist/collection/components/tg-breadcrumb/tg-breadcrumb.css +82 -0
  110. package/dist/collection/components/tg-breadcrumb/tg-breadcrumb.js +111 -0
  111. package/dist/collection/components/tg-button/tg-button.css +245 -0
  112. package/dist/collection/components/tg-button/tg-button.js +239 -0
  113. package/dist/collection/components/tg-calendar-view/tg-calendar-view.css +19 -0
  114. package/dist/collection/components/tg-calendar-view/tg-calendar-view.js +108 -0
  115. package/dist/collection/components/tg-card/tg-card.css +117 -0
  116. package/dist/collection/components/tg-card/tg-card.js +134 -0
  117. package/dist/collection/components/tg-chat/tg-chat.css +207 -0
  118. package/dist/collection/components/tg-chat/tg-chat.js +194 -0
  119. package/dist/collection/components/tg-chat-message/tg-chat-message.css +15 -0
  120. package/dist/collection/components/tg-chat-message/tg-chat-message.js +104 -0
  121. package/dist/collection/components/tg-checkbox/tg-checkbox.css +94 -0
  122. package/dist/collection/components/tg-checkbox/tg-checkbox.js +210 -0
  123. package/dist/collection/components/tg-combobox/tg-combobox.css +22 -0
  124. package/dist/collection/components/tg-combobox/tg-combobox.js +290 -0
  125. package/dist/collection/components/tg-command-palette/tg-command-palette.css +16 -0
  126. package/dist/collection/components/tg-command-palette/tg-command-palette.js +152 -0
  127. package/dist/collection/components/tg-confidence-badge/tg-confidence-badge.css +12 -0
  128. package/dist/collection/components/tg-confidence-badge/tg-confidence-badge.js +93 -0
  129. package/dist/collection/components/tg-confirm-dialog/tg-confirm-dialog.css +19 -0
  130. package/dist/collection/components/tg-confirm-dialog/tg-confirm-dialog.js +204 -0
  131. package/dist/collection/components/tg-context-menu/tg-context-menu.css +12 -0
  132. package/dist/collection/components/tg-context-menu/tg-context-menu.js +107 -0
  133. package/dist/collection/components/tg-data-table/tg-data-table.css +19 -0
  134. package/dist/collection/components/tg-data-table/tg-data-table.js +287 -0
  135. package/dist/collection/components/tg-date-picker/tg-date-picker.css +28 -0
  136. package/dist/collection/components/tg-date-picker/tg-date-picker.js +251 -0
  137. package/dist/collection/components/tg-empty-state/tg-empty-state.css +7 -0
  138. package/dist/collection/components/tg-empty-state/tg-empty-state.js +123 -0
  139. package/dist/collection/components/tg-expandable-row/tg-expandable-row.css +13 -0
  140. package/dist/collection/components/tg-expandable-row/tg-expandable-row.js +89 -0
  141. package/dist/collection/components/tg-fab/tg-fab.css +16 -0
  142. package/dist/collection/components/tg-fab/tg-fab.js +164 -0
  143. package/dist/collection/components/tg-file-upload/tg-file-upload.css +172 -0
  144. package/dist/collection/components/tg-file-upload/tg-file-upload.js +240 -0
  145. package/dist/collection/components/tg-global-loader/tg-global-loader.css +8 -0
  146. package/dist/collection/components/tg-global-loader/tg-global-loader.js +90 -0
  147. package/dist/collection/components/tg-heatmap/tg-heatmap.css +9 -0
  148. package/dist/collection/components/tg-heatmap/tg-heatmap.js +191 -0
  149. package/dist/collection/components/tg-image-gallery/tg-image-gallery.css +13 -0
  150. package/dist/collection/components/tg-image-gallery/tg-image-gallery.js +90 -0
  151. package/dist/collection/components/tg-input/tg-input.css +164 -0
  152. package/dist/collection/components/tg-input/tg-input.js +355 -0
  153. package/dist/collection/components/tg-kanban-board/tg-kanban-board.css +14 -0
  154. package/dist/collection/components/tg-kanban-board/tg-kanban-board.js +80 -0
  155. package/dist/collection/components/tg-kpi-card/tg-kpi-card.css +17 -0
  156. package/dist/collection/components/tg-kpi-card/tg-kpi-card.js +163 -0
  157. package/dist/collection/components/tg-live-badge/tg-live-badge.css +11 -0
  158. package/dist/collection/components/tg-live-badge/tg-live-badge.js +87 -0
  159. package/dist/collection/components/tg-login-form/tg-login-form.css +16 -0
  160. package/dist/collection/components/tg-login-form/tg-login-form.js +150 -0
  161. package/dist/collection/components/tg-mega-menu/tg-mega-menu.css +19 -0
  162. package/dist/collection/components/tg-mega-menu/tg-mega-menu.js +82 -0
  163. package/dist/collection/components/tg-modal/tg-modal.css +132 -0
  164. package/dist/collection/components/tg-modal/tg-modal.js +180 -0
  165. package/dist/collection/components/tg-model-selector/tg-model-selector.css +15 -0
  166. package/dist/collection/components/tg-model-selector/tg-model-selector.js +117 -0
  167. package/dist/collection/components/tg-multi-select/tg-multi-select.css +22 -0
  168. package/dist/collection/components/tg-multi-select/tg-multi-select.js +251 -0
  169. package/dist/collection/components/tg-navbar/tg-navbar.css +144 -0
  170. package/dist/collection/components/tg-navbar/tg-navbar.js +159 -0
  171. package/dist/collection/components/tg-otp-input/tg-otp-input.css +10 -0
  172. package/dist/collection/components/tg-otp-input/tg-otp-input.js +221 -0
  173. package/dist/collection/components/tg-pagination/tg-pagination.css +73 -0
  174. package/dist/collection/components/tg-pagination/tg-pagination.js +137 -0
  175. package/dist/collection/components/tg-presence-indicator/tg-presence-indicator.css +10 -0
  176. package/dist/collection/components/tg-presence-indicator/tg-presence-indicator.js +80 -0
  177. package/dist/collection/components/tg-progress/tg-progress.css +142 -0
  178. package/dist/collection/components/tg-progress/tg-progress.js +299 -0
  179. package/dist/collection/components/tg-prompt-input/tg-prompt-input.css +11 -0
  180. package/dist/collection/components/tg-prompt-input/tg-prompt-input.js +142 -0
  181. package/dist/collection/components/tg-pull-to-refresh/tg-pull-to-refresh.css +7 -0
  182. package/dist/collection/components/tg-pull-to-refresh/tg-pull-to-refresh.js +127 -0
  183. package/dist/collection/components/tg-quick-switcher/tg-quick-switcher.css +12 -0
  184. package/dist/collection/components/tg-quick-switcher/tg-quick-switcher.js +120 -0
  185. package/dist/collection/components/tg-radio/tg-radio.css +83 -0
  186. package/dist/collection/components/tg-radio/tg-radio.js +169 -0
  187. package/dist/collection/components/tg-retry-ui/tg-retry-ui.css +10 -0
  188. package/dist/collection/components/tg-retry-ui/tg-retry-ui.js +145 -0
  189. package/dist/collection/components/tg-rich-editor/tg-rich-editor.css +10 -0
  190. package/dist/collection/components/tg-rich-editor/tg-rich-editor.js +151 -0
  191. package/dist/collection/components/tg-role-badge/tg-role-badge.css +7 -0
  192. package/dist/collection/components/tg-role-badge/tg-role-badge.js +85 -0
  193. package/dist/collection/components/tg-select/tg-select.css +144 -0
  194. package/dist/collection/components/tg-select/tg-select.js +329 -0
  195. package/dist/collection/components/tg-session-expired/tg-session-expired.css +8 -0
  196. package/dist/collection/components/tg-session-expired/tg-session-expired.js +128 -0
  197. package/dist/collection/components/tg-sidebar/tg-sidebar.css +188 -0
  198. package/dist/collection/components/tg-sidebar/tg-sidebar.js +112 -0
  199. package/dist/collection/components/tg-skeleton/tg-skeleton.css +58 -0
  200. package/dist/collection/components/tg-skeleton/tg-skeleton.js +135 -0
  201. package/dist/collection/components/tg-slider/tg-slider.css +10 -0
  202. package/dist/collection/components/tg-slider/tg-slider.js +208 -0
  203. package/dist/collection/components/tg-source-citation/tg-source-citation.css +12 -0
  204. package/dist/collection/components/tg-source-citation/tg-source-citation.js +56 -0
  205. package/dist/collection/components/tg-spinner/tg-spinner.css +50 -0
  206. package/dist/collection/components/tg-spinner/tg-spinner.js +101 -0
  207. package/dist/collection/components/tg-stat-widget/tg-stat-widget.css +12 -0
  208. package/dist/collection/components/tg-stat-widget/tg-stat-widget.js +142 -0
  209. package/dist/collection/components/tg-status-badge/tg-status-badge.css +24 -0
  210. package/dist/collection/components/tg-status-badge/tg-status-badge.js +108 -0
  211. package/dist/collection/components/tg-stepper/tg-stepper.css +17 -0
  212. package/dist/collection/components/tg-stepper/tg-stepper.js +104 -0
  213. package/dist/collection/components/tg-stepper-input/tg-stepper-input.css +15 -0
  214. package/dist/collection/components/tg-stepper-input/tg-stepper-input.js +200 -0
  215. package/dist/collection/components/tg-streaming-response/tg-streaming-response.css +12 -0
  216. package/dist/collection/components/tg-streaming-response/tg-streaming-response.js +104 -0
  217. package/dist/collection/components/tg-switch/tg-switch.css +89 -0
  218. package/dist/collection/components/tg-switch/tg-switch.js +172 -0
  219. package/dist/collection/components/tg-table/tg-table.css +117 -0
  220. package/dist/collection/components/tg-table/tg-table.js +289 -0
  221. package/dist/collection/components/tg-tabs/tg-tabs.css +114 -0
  222. package/dist/collection/components/tg-tabs/tg-tabs.js +141 -0
  223. package/dist/collection/components/tg-tag/tg-tag.css +76 -0
  224. package/dist/collection/components/tg-tag/tg-tag.js +152 -0
  225. package/dist/collection/components/tg-textarea/tg-textarea.css +105 -0
  226. package/dist/collection/components/tg-textarea/tg-textarea.js +357 -0
  227. package/dist/collection/components/tg-time-picker/tg-time-picker.css +15 -0
  228. package/dist/collection/components/tg-time-picker/tg-time-picker.js +213 -0
  229. package/dist/collection/components/tg-timeline/tg-timeline.css +14 -0
  230. package/dist/collection/components/tg-timeline/tg-timeline.js +83 -0
  231. package/dist/collection/components/tg-toast/tg-toast.css +112 -0
  232. package/dist/collection/components/tg-toast/tg-toast.js +181 -0
  233. package/dist/collection/components/tg-token-usage/tg-token-usage.css +14 -0
  234. package/dist/collection/components/tg-token-usage/tg-token-usage.js +129 -0
  235. package/dist/collection/components/tg-tooltip/tg-tooltip.css +93 -0
  236. package/dist/collection/components/tg-tooltip/tg-tooltip.js +104 -0
  237. package/dist/collection/components/tg-tree-view/tg-tree-view.css +10 -0
  238. package/dist/collection/components/tg-tree-view/tg-tree-view.js +112 -0
  239. package/dist/collection/components/tg-undo-snackbar/tg-undo-snackbar.css +8 -0
  240. package/dist/collection/components/tg-undo-snackbar/tg-undo-snackbar.js +148 -0
  241. package/dist/collection/components/tg-video-player/tg-video-player.css +6 -0
  242. package/dist/collection/components/tg-video-player/tg-video-player.js +104 -0
  243. package/dist/collection/components/tg-wizard-nav/tg-wizard-nav.css +14 -0
  244. package/dist/collection/components/tg-wizard-nav/tg-wizard-nav.js +202 -0
  245. package/dist/collection/index.js +1 -0
  246. package/dist/collection/teranga-tokens.css +189 -0
  247. package/dist/components/index.d.ts +35 -0
  248. package/dist/components/index.js +1 -0
  249. package/dist/components/p-BWkBF3Ng.js +1 -0
  250. package/dist/components/p-DcG1qXzH.js +1 -0
  251. package/dist/components/tg-activity-feed.d.ts +11 -0
  252. package/dist/components/tg-activity-feed.js +1 -0
  253. package/dist/components/tg-activity-stream.d.ts +11 -0
  254. package/dist/components/tg-activity-stream.js +1 -0
  255. package/dist/components/tg-ai-feedback.d.ts +11 -0
  256. package/dist/components/tg-ai-feedback.js +1 -0
  257. package/dist/components/tg-ai-insight-card.d.ts +11 -0
  258. package/dist/components/tg-ai-insight-card.js +1 -0
  259. package/dist/components/tg-alert.d.ts +11 -0
  260. package/dist/components/tg-alert.js +1 -0
  261. package/dist/components/tg-audio-player.d.ts +11 -0
  262. package/dist/components/tg-audio-player.js +1 -0
  263. package/dist/components/tg-autocomplete.d.ts +11 -0
  264. package/dist/components/tg-autocomplete.js +1 -0
  265. package/dist/components/tg-avatar.d.ts +11 -0
  266. package/dist/components/tg-avatar.js +1 -0
  267. package/dist/components/tg-badge.d.ts +11 -0
  268. package/dist/components/tg-badge.js +1 -0
  269. package/dist/components/tg-bottom-nav.d.ts +11 -0
  270. package/dist/components/tg-bottom-nav.js +1 -0
  271. package/dist/components/tg-bottom-sheet.d.ts +11 -0
  272. package/dist/components/tg-bottom-sheet.js +1 -0
  273. package/dist/components/tg-breadcrumb.d.ts +11 -0
  274. package/dist/components/tg-breadcrumb.js +1 -0
  275. package/dist/components/tg-button.d.ts +11 -0
  276. package/dist/components/tg-button.js +1 -0
  277. package/dist/components/tg-calendar-view.d.ts +11 -0
  278. package/dist/components/tg-calendar-view.js +1 -0
  279. package/dist/components/tg-card.d.ts +11 -0
  280. package/dist/components/tg-card.js +1 -0
  281. package/dist/components/tg-chat-message.d.ts +11 -0
  282. package/dist/components/tg-chat-message.js +1 -0
  283. package/dist/components/tg-chat.d.ts +11 -0
  284. package/dist/components/tg-chat.js +1 -0
  285. package/dist/components/tg-checkbox.d.ts +11 -0
  286. package/dist/components/tg-checkbox.js +1 -0
  287. package/dist/components/tg-combobox.d.ts +11 -0
  288. package/dist/components/tg-combobox.js +1 -0
  289. package/dist/components/tg-command-palette.d.ts +11 -0
  290. package/dist/components/tg-command-palette.js +1 -0
  291. package/dist/components/tg-confidence-badge.d.ts +11 -0
  292. package/dist/components/tg-confidence-badge.js +1 -0
  293. package/dist/components/tg-confirm-dialog.d.ts +11 -0
  294. package/dist/components/tg-confirm-dialog.js +1 -0
  295. package/dist/components/tg-context-menu.d.ts +11 -0
  296. package/dist/components/tg-context-menu.js +1 -0
  297. package/dist/components/tg-data-table.d.ts +11 -0
  298. package/dist/components/tg-data-table.js +1 -0
  299. package/dist/components/tg-date-picker.d.ts +11 -0
  300. package/dist/components/tg-date-picker.js +1 -0
  301. package/dist/components/tg-empty-state.d.ts +11 -0
  302. package/dist/components/tg-empty-state.js +1 -0
  303. package/dist/components/tg-expandable-row.d.ts +11 -0
  304. package/dist/components/tg-expandable-row.js +1 -0
  305. package/dist/components/tg-fab.d.ts +11 -0
  306. package/dist/components/tg-fab.js +1 -0
  307. package/dist/components/tg-file-upload.d.ts +11 -0
  308. package/dist/components/tg-file-upload.js +1 -0
  309. package/dist/components/tg-global-loader.d.ts +11 -0
  310. package/dist/components/tg-global-loader.js +1 -0
  311. package/dist/components/tg-heatmap.d.ts +11 -0
  312. package/dist/components/tg-heatmap.js +1 -0
  313. package/dist/components/tg-image-gallery.d.ts +11 -0
  314. package/dist/components/tg-image-gallery.js +1 -0
  315. package/dist/components/tg-input.d.ts +11 -0
  316. package/dist/components/tg-input.js +1 -0
  317. package/dist/components/tg-kanban-board.d.ts +11 -0
  318. package/dist/components/tg-kanban-board.js +1 -0
  319. package/dist/components/tg-kpi-card.d.ts +11 -0
  320. package/dist/components/tg-kpi-card.js +1 -0
  321. package/dist/components/tg-live-badge.d.ts +11 -0
  322. package/dist/components/tg-live-badge.js +1 -0
  323. package/dist/components/tg-login-form.d.ts +11 -0
  324. package/dist/components/tg-login-form.js +1 -0
  325. package/dist/components/tg-mega-menu.d.ts +11 -0
  326. package/dist/components/tg-mega-menu.js +1 -0
  327. package/dist/components/tg-modal.d.ts +11 -0
  328. package/dist/components/tg-modal.js +1 -0
  329. package/dist/components/tg-model-selector.d.ts +11 -0
  330. package/dist/components/tg-model-selector.js +1 -0
  331. package/dist/components/tg-multi-select.d.ts +11 -0
  332. package/dist/components/tg-multi-select.js +1 -0
  333. package/dist/components/tg-navbar.d.ts +11 -0
  334. package/dist/components/tg-navbar.js +1 -0
  335. package/dist/components/tg-otp-input.d.ts +11 -0
  336. package/dist/components/tg-otp-input.js +1 -0
  337. package/dist/components/tg-pagination.d.ts +11 -0
  338. package/dist/components/tg-pagination.js +1 -0
  339. package/dist/components/tg-presence-indicator.d.ts +11 -0
  340. package/dist/components/tg-presence-indicator.js +1 -0
  341. package/dist/components/tg-progress.d.ts +11 -0
  342. package/dist/components/tg-progress.js +1 -0
  343. package/dist/components/tg-prompt-input.d.ts +11 -0
  344. package/dist/components/tg-prompt-input.js +1 -0
  345. package/dist/components/tg-pull-to-refresh.d.ts +11 -0
  346. package/dist/components/tg-pull-to-refresh.js +1 -0
  347. package/dist/components/tg-quick-switcher.d.ts +11 -0
  348. package/dist/components/tg-quick-switcher.js +1 -0
  349. package/dist/components/tg-radio.d.ts +11 -0
  350. package/dist/components/tg-radio.js +1 -0
  351. package/dist/components/tg-retry-ui.d.ts +11 -0
  352. package/dist/components/tg-retry-ui.js +1 -0
  353. package/dist/components/tg-rich-editor.d.ts +11 -0
  354. package/dist/components/tg-rich-editor.js +1 -0
  355. package/dist/components/tg-role-badge.d.ts +11 -0
  356. package/dist/components/tg-role-badge.js +1 -0
  357. package/dist/components/tg-select.d.ts +11 -0
  358. package/dist/components/tg-select.js +1 -0
  359. package/dist/components/tg-session-expired.d.ts +11 -0
  360. package/dist/components/tg-session-expired.js +1 -0
  361. package/dist/components/tg-sidebar.d.ts +11 -0
  362. package/dist/components/tg-sidebar.js +1 -0
  363. package/dist/components/tg-skeleton.d.ts +11 -0
  364. package/dist/components/tg-skeleton.js +1 -0
  365. package/dist/components/tg-slider.d.ts +11 -0
  366. package/dist/components/tg-slider.js +1 -0
  367. package/dist/components/tg-source-citation.d.ts +11 -0
  368. package/dist/components/tg-source-citation.js +1 -0
  369. package/dist/components/tg-spinner.d.ts +11 -0
  370. package/dist/components/tg-spinner.js +1 -0
  371. package/dist/components/tg-stat-widget.d.ts +11 -0
  372. package/dist/components/tg-stat-widget.js +1 -0
  373. package/dist/components/tg-status-badge.d.ts +11 -0
  374. package/dist/components/tg-status-badge.js +1 -0
  375. package/dist/components/tg-stepper-input.d.ts +11 -0
  376. package/dist/components/tg-stepper-input.js +1 -0
  377. package/dist/components/tg-stepper.d.ts +11 -0
  378. package/dist/components/tg-stepper.js +1 -0
  379. package/dist/components/tg-streaming-response.d.ts +11 -0
  380. package/dist/components/tg-streaming-response.js +1 -0
  381. package/dist/components/tg-switch.d.ts +11 -0
  382. package/dist/components/tg-switch.js +1 -0
  383. package/dist/components/tg-table.d.ts +11 -0
  384. package/dist/components/tg-table.js +1 -0
  385. package/dist/components/tg-tabs.d.ts +11 -0
  386. package/dist/components/tg-tabs.js +1 -0
  387. package/dist/components/tg-tag.d.ts +11 -0
  388. package/dist/components/tg-tag.js +1 -0
  389. package/dist/components/tg-textarea.d.ts +11 -0
  390. package/dist/components/tg-textarea.js +1 -0
  391. package/dist/components/tg-time-picker.d.ts +11 -0
  392. package/dist/components/tg-time-picker.js +1 -0
  393. package/dist/components/tg-timeline.d.ts +11 -0
  394. package/dist/components/tg-timeline.js +1 -0
  395. package/dist/components/tg-toast.d.ts +11 -0
  396. package/dist/components/tg-toast.js +1 -0
  397. package/dist/components/tg-token-usage.d.ts +11 -0
  398. package/dist/components/tg-token-usage.js +1 -0
  399. package/dist/components/tg-tooltip.d.ts +11 -0
  400. package/dist/components/tg-tooltip.js +1 -0
  401. package/dist/components/tg-tree-view.d.ts +11 -0
  402. package/dist/components/tg-tree-view.js +1 -0
  403. package/dist/components/tg-undo-snackbar.d.ts +11 -0
  404. package/dist/components/tg-undo-snackbar.js +1 -0
  405. package/dist/components/tg-video-player.d.ts +11 -0
  406. package/dist/components/tg-video-player.js +1 -0
  407. package/dist/components/tg-wizard-nav.d.ts +11 -0
  408. package/dist/components/tg-wizard-nav.js +1 -0
  409. package/dist/docs.d.ts +480 -0
  410. package/dist/docs.json +14240 -0
  411. package/dist/esm/index-CXqO9vvj.js +2010 -0
  412. package/dist/esm/index.js +1 -0
  413. package/dist/esm/loader.js +10 -0
  414. package/dist/esm/teranga-ds.js +20 -0
  415. package/dist/esm/tg-activity-feed.entry.js +27 -0
  416. package/dist/esm/tg-activity-stream.entry.js +28 -0
  417. package/dist/esm/tg-ai-feedback.entry.js +27 -0
  418. package/dist/esm/tg-ai-insight-card.entry.js +18 -0
  419. package/dist/esm/tg-alert.entry.js +40 -0
  420. package/dist/esm/tg-audio-player.entry.js +44 -0
  421. package/dist/esm/tg-autocomplete.entry.js +52 -0
  422. package/dist/esm/tg-avatar.entry.js +37 -0
  423. package/dist/esm/tg-badge.entry.js +29 -0
  424. package/dist/esm/tg-bottom-nav.entry.js +28 -0
  425. package/dist/esm/tg-bottom-sheet.entry.js +19 -0
  426. package/dist/esm/tg-breadcrumb.entry.js +51 -0
  427. package/dist/esm/tg-button.entry.js +43 -0
  428. package/dist/esm/tg-calendar-view.entry.js +51 -0
  429. package/dist/esm/tg-card.entry.js +29 -0
  430. package/dist/esm/tg-chat-message.entry.js +17 -0
  431. package/dist/esm/tg-chat.entry.js +57 -0
  432. package/dist/esm/tg-checkbox.entry.js +29 -0
  433. package/dist/esm/tg-combobox.entry.js +66 -0
  434. package/dist/esm/tg-command-palette.entry.js +64 -0
  435. package/dist/esm/tg-confidence-badge.entry.js +25 -0
  436. package/dist/esm/tg-confirm-dialog.entry.js +25 -0
  437. package/dist/esm/tg-context-menu.entry.js +33 -0
  438. package/dist/esm/tg-data-table.entry.js +88 -0
  439. package/dist/esm/tg-date-picker.entry.js +54 -0
  440. package/dist/esm/tg-empty-state.entry.js +17 -0
  441. package/dist/esm/tg-expandable-row.entry.js +17 -0
  442. package/dist/esm/tg-fab.entry.js +20 -0
  443. package/dist/esm/tg-file-upload.entry.js +84 -0
  444. package/dist/esm/tg-global-loader.entry.js +22 -0
  445. package/dist/esm/tg-heatmap.entry.js +63 -0
  446. package/dist/esm/tg-image-gallery.entry.js +30 -0
  447. package/dist/esm/tg-input.entry.js +49 -0
  448. package/dist/esm/tg-kanban-board.entry.js +28 -0
  449. package/dist/esm/tg-kpi-card.entry.js +18 -0
  450. package/dist/esm/tg-live-badge.entry.js +18 -0
  451. package/dist/esm/tg-login-form.entry.js +21 -0
  452. package/dist/esm/tg-mega-menu.entry.js +32 -0
  453. package/dist/esm/tg-modal.entry.js +41 -0
  454. package/dist/esm/tg-model-selector.entry.js +32 -0
  455. package/dist/esm/tg-multi-select.entry.js +65 -0
  456. package/dist/esm/tg-navbar.entry.js +41 -0
  457. package/dist/esm/tg-otp-input.entry.js +58 -0
  458. package/dist/esm/tg-pagination.entry.js +51 -0
  459. package/dist/esm/tg-presence-indicator.entry.js +31 -0
  460. package/dist/esm/tg-progress.entry.js +51 -0
  461. package/dist/esm/tg-prompt-input.entry.js +32 -0
  462. package/dist/esm/tg-pull-to-refresh.entry.js +35 -0
  463. package/dist/esm/tg-quick-switcher.entry.js +33 -0
  464. package/dist/esm/tg-radio.entry.js +27 -0
  465. package/dist/esm/tg-retry-ui.entry.js +20 -0
  466. package/dist/esm/tg-rich-editor.entry.js +22 -0
  467. package/dist/esm/tg-role-badge.entry.js +17 -0
  468. package/dist/esm/tg-select.entry.js +67 -0
  469. package/dist/esm/tg-session-expired.entry.js +22 -0
  470. package/dist/esm/tg-sidebar.entry.js +33 -0
  471. package/dist/esm/tg-skeleton.entry.js +28 -0
  472. package/dist/esm/tg-slider.entry.js +24 -0
  473. package/dist/esm/tg-source-citation.entry.js +27 -0
  474. package/dist/esm/tg-spinner.entry.js +25 -0
  475. package/dist/esm/tg-stat-widget.entry.js +17 -0
  476. package/dist/esm/tg-status-badge.entry.js +19 -0
  477. package/dist/esm/tg-stepper-input.entry.js +37 -0
  478. package/dist/esm/tg-stepper.entry.js +29 -0
  479. package/dist/esm/tg-streaming-response.entry.js +17 -0
  480. package/dist/esm/tg-switch.entry.js +29 -0
  481. package/dist/esm/tg-table.entry.js +111 -0
  482. package/dist/esm/tg-tabs.entry.js +45 -0
  483. package/dist/esm/tg-tag.entry.js +26 -0
  484. package/dist/esm/tg-textarea.entry.js +43 -0
  485. package/dist/esm/tg-time-picker.entry.js +35 -0
  486. package/dist/esm/tg-timeline.entry.js +28 -0
  487. package/dist/esm/tg-toast.entry.js +51 -0
  488. package/dist/esm/tg-token-usage.entry.js +21 -0
  489. package/dist/esm/tg-tooltip.entry.js +30 -0
  490. package/dist/esm/tg-tree-view.entry.js +51 -0
  491. package/dist/esm/tg-undo-snackbar.entry.js +28 -0
  492. package/dist/esm/tg-video-player.entry.js +17 -0
  493. package/dist/esm/tg-wizard-nav.entry.js +28 -0
  494. package/dist/index.cjs.js +1 -0
  495. package/dist/index.js +1 -0
  496. package/dist/teranga-ds/index.esm.js +0 -0
  497. package/dist/teranga-ds/p-003a47ca.entry.js +1 -0
  498. package/dist/teranga-ds/p-017ddeb1.entry.js +1 -0
  499. package/dist/teranga-ds/p-02c5a12d.entry.js +1 -0
  500. package/dist/teranga-ds/p-0a42664a.entry.js +1 -0
  501. package/dist/teranga-ds/p-0b076dde.entry.js +1 -0
  502. package/dist/teranga-ds/p-0c4d9863.entry.js +1 -0
  503. package/dist/teranga-ds/p-0e8e624c.entry.js +1 -0
  504. package/dist/teranga-ds/p-188921a5.entry.js +1 -0
  505. package/dist/teranga-ds/p-1925d476.entry.js +1 -0
  506. package/dist/teranga-ds/p-19a4e248.entry.js +1 -0
  507. package/dist/teranga-ds/p-223af07c.entry.js +1 -0
  508. package/dist/teranga-ds/p-229331e3.entry.js +1 -0
  509. package/dist/teranga-ds/p-229a048d.entry.js +1 -0
  510. package/dist/teranga-ds/p-2537b595.entry.js +1 -0
  511. package/dist/teranga-ds/p-256c5686.entry.js +1 -0
  512. package/dist/teranga-ds/p-25af1fe1.entry.js +1 -0
  513. package/dist/teranga-ds/p-293e42b5.entry.js +1 -0
  514. package/dist/teranga-ds/p-29ce1cb3.entry.js +1 -0
  515. package/dist/teranga-ds/p-2bcf5c49.entry.js +1 -0
  516. package/dist/teranga-ds/p-2e8eb1cd.entry.js +1 -0
  517. package/dist/teranga-ds/p-321ec5a3.entry.js +1 -0
  518. package/dist/teranga-ds/p-34c8b3db.entry.js +1 -0
  519. package/dist/teranga-ds/p-3722c1c8.entry.js +1 -0
  520. package/dist/teranga-ds/p-386e978e.entry.js +1 -0
  521. package/dist/teranga-ds/p-45825e6c.entry.js +1 -0
  522. package/dist/teranga-ds/p-45d69cd2.entry.js +1 -0
  523. package/dist/teranga-ds/p-4ca63079.entry.js +1 -0
  524. package/dist/teranga-ds/p-4cdefae6.entry.js +1 -0
  525. package/dist/teranga-ds/p-4d3e0645.entry.js +1 -0
  526. package/dist/teranga-ds/p-5179d2e1.entry.js +1 -0
  527. package/dist/teranga-ds/p-5888f1d1.entry.js +1 -0
  528. package/dist/teranga-ds/p-58fd7fc1.entry.js +1 -0
  529. package/dist/teranga-ds/p-5b34ae37.entry.js +1 -0
  530. package/dist/teranga-ds/p-5cb3cab5.entry.js +1 -0
  531. package/dist/teranga-ds/p-5f64253e.entry.js +1 -0
  532. package/dist/teranga-ds/p-61bab799.entry.js +1 -0
  533. package/dist/teranga-ds/p-63285c1c.entry.js +1 -0
  534. package/dist/teranga-ds/p-6b40af59.entry.js +1 -0
  535. package/dist/teranga-ds/p-6c275cd2.entry.js +1 -0
  536. package/dist/teranga-ds/p-700908a2.entry.js +1 -0
  537. package/dist/teranga-ds/p-71257d05.entry.js +1 -0
  538. package/dist/teranga-ds/p-727543e6.entry.js +1 -0
  539. package/dist/teranga-ds/p-73082aef.entry.js +1 -0
  540. package/dist/teranga-ds/p-7acaa999.entry.js +1 -0
  541. package/dist/teranga-ds/p-81041fa8.entry.js +1 -0
  542. package/dist/teranga-ds/p-816417c6.entry.js +1 -0
  543. package/dist/teranga-ds/p-82057162.entry.js +1 -0
  544. package/dist/teranga-ds/p-84506153.entry.js +1 -0
  545. package/dist/teranga-ds/p-9259b7ad.entry.js +1 -0
  546. package/dist/teranga-ds/p-968f33cd.entry.js +1 -0
  547. package/dist/teranga-ds/p-9a86750e.entry.js +1 -0
  548. package/dist/teranga-ds/p-9b661306.entry.js +1 -0
  549. package/dist/teranga-ds/p-9ddbbe0b.entry.js +1 -0
  550. package/dist/teranga-ds/p-9f6a460b.entry.js +1 -0
  551. package/dist/teranga-ds/p-CXqO9vvj.js +2 -0
  552. package/dist/teranga-ds/p-a02dc9c0.entry.js +1 -0
  553. package/dist/teranga-ds/p-a25e8482.entry.js +1 -0
  554. package/dist/teranga-ds/p-a7ed37b2.entry.js +1 -0
  555. package/dist/teranga-ds/p-b4b5570e.entry.js +1 -0
  556. package/dist/teranga-ds/p-b762afff.entry.js +1 -0
  557. package/dist/teranga-ds/p-ba67b6cb.entry.js +1 -0
  558. package/dist/teranga-ds/p-bd667d1b.entry.js +1 -0
  559. package/dist/teranga-ds/p-bd7eefaa.entry.js +1 -0
  560. package/dist/teranga-ds/p-cd11c0ce.entry.js +1 -0
  561. package/dist/teranga-ds/p-d783708a.entry.js +1 -0
  562. package/dist/teranga-ds/p-dab038ae.entry.js +1 -0
  563. package/dist/teranga-ds/p-dda9a7c3.entry.js +1 -0
  564. package/dist/teranga-ds/p-deb81958.entry.js +1 -0
  565. package/dist/teranga-ds/p-dfaff259.entry.js +1 -0
  566. package/dist/teranga-ds/p-e0c5a144.entry.js +1 -0
  567. package/dist/teranga-ds/p-e26d2a8d.entry.js +1 -0
  568. package/dist/teranga-ds/p-e58a4ab8.entry.js +1 -0
  569. package/dist/teranga-ds/p-e8736bde.entry.js +1 -0
  570. package/dist/teranga-ds/p-eca93015.entry.js +1 -0
  571. package/dist/teranga-ds/p-ed2a5ec6.entry.js +1 -0
  572. package/dist/teranga-ds/p-ed48b855.entry.js +1 -0
  573. package/dist/teranga-ds/p-ee8c0470.entry.js +1 -0
  574. package/dist/teranga-ds/p-efff537c.entry.js +1 -0
  575. package/dist/teranga-ds/p-f5d99e53.entry.js +1 -0
  576. package/dist/teranga-ds/p-f790b8f4.entry.js +1 -0
  577. package/dist/teranga-ds/teranga-ds.css +1 -0
  578. package/dist/teranga-ds/teranga-ds.esm.js +1 -0
  579. package/dist/teranga-ds/teranga-tokens.css +189 -0
  580. package/dist/types/components/tg-activity-feed/tg-activity-feed.d.ts +13 -0
  581. package/dist/types/components/tg-activity-stream/tg-activity-stream.d.ts +14 -0
  582. package/dist/types/components/tg-ai-feedback/tg-ai-feedback.d.ts +14 -0
  583. package/dist/types/components/tg-ai-insight-card/tg-ai-insight-card.d.ts +9 -0
  584. package/dist/types/components/tg-alert/tg-alert.d.ts +28 -0
  585. package/dist/types/components/tg-audio-player/tg-audio-player.d.ts +15 -0
  586. package/dist/types/components/tg-autocomplete/tg-autocomplete.d.ts +21 -0
  587. package/dist/types/components/tg-avatar/tg-avatar.d.ts +27 -0
  588. package/dist/types/components/tg-badge/tg-badge.d.ts +21 -0
  589. package/dist/types/components/tg-bottom-nav/tg-bottom-nav.d.ts +14 -0
  590. package/dist/types/components/tg-bottom-sheet/tg-bottom-sheet.d.ts +7 -0
  591. package/dist/types/components/tg-breadcrumb/tg-breadcrumb.d.ts +12 -0
  592. package/dist/types/components/tg-button/tg-button.d.ts +35 -0
  593. package/dist/types/components/tg-calendar-view/tg-calendar-view.d.ts +18 -0
  594. package/dist/types/components/tg-card/tg-card.d.ts +27 -0
  595. package/dist/types/components/tg-chat/tg-chat.d.ts +24 -0
  596. package/dist/types/components/tg-chat-message/tg-chat-message.d.ts +7 -0
  597. package/dist/types/components/tg-checkbox/tg-checkbox.d.ts +14 -0
  598. package/dist/types/components/tg-combobox/tg-combobox.d.ts +30 -0
  599. package/dist/types/components/tg-command-palette/tg-command-palette.d.ts +20 -0
  600. package/dist/types/components/tg-confidence-badge/tg-confidence-badge.d.ts +7 -0
  601. package/dist/types/components/tg-confirm-dialog/tg-confirm-dialog.d.ts +13 -0
  602. package/dist/types/components/tg-context-menu/tg-context-menu.d.ts +21 -0
  603. package/dist/types/components/tg-data-table/tg-data-table.d.ts +34 -0
  604. package/dist/types/components/tg-date-picker/tg-date-picker.d.ts +22 -0
  605. package/dist/types/components/tg-empty-state/tg-empty-state.d.ts +8 -0
  606. package/dist/types/components/tg-expandable-row/tg-expandable-row.d.ts +7 -0
  607. package/dist/types/components/tg-fab/tg-fab.d.ts +11 -0
  608. package/dist/types/components/tg-file-upload/tg-file-upload.d.ts +28 -0
  609. package/dist/types/components/tg-global-loader/tg-global-loader.d.ts +6 -0
  610. package/dist/types/components/tg-heatmap/tg-heatmap.d.ts +14 -0
  611. package/dist/types/components/tg-image-gallery/tg-image-gallery.d.ts +12 -0
  612. package/dist/types/components/tg-input/tg-input.d.ts +48 -0
  613. package/dist/types/components/tg-kanban-board/tg-kanban-board.d.ts +23 -0
  614. package/dist/types/components/tg-kpi-card/tg-kpi-card.d.ts +10 -0
  615. package/dist/types/components/tg-live-badge/tg-live-badge.d.ts +6 -0
  616. package/dist/types/components/tg-login-form/tg-login-form.d.ts +16 -0
  617. package/dist/types/components/tg-mega-menu/tg-mega-menu.d.ts +21 -0
  618. package/dist/types/components/tg-modal/tg-modal.d.ts +14 -0
  619. package/dist/types/components/tg-model-selector/tg-model-selector.d.ts +18 -0
  620. package/dist/types/components/tg-multi-select/tg-multi-select.d.ts +25 -0
  621. package/dist/types/components/tg-navbar/tg-navbar.d.ts +16 -0
  622. package/dist/types/components/tg-otp-input/tg-otp-input.d.ts +18 -0
  623. package/dist/types/components/tg-pagination/tg-pagination.d.ts +10 -0
  624. package/dist/types/components/tg-presence-indicator/tg-presence-indicator.d.ts +10 -0
  625. package/dist/types/components/tg-progress/tg-progress.d.ts +18 -0
  626. package/dist/types/components/tg-prompt-input/tg-prompt-input.d.ts +12 -0
  627. package/dist/types/components/tg-pull-to-refresh/tg-pull-to-refresh.d.ts +15 -0
  628. package/dist/types/components/tg-quick-switcher/tg-quick-switcher.d.ts +18 -0
  629. package/dist/types/components/tg-radio/tg-radio.d.ts +12 -0
  630. package/dist/types/components/tg-retry-ui/tg-retry-ui.d.ts +10 -0
  631. package/dist/types/components/tg-rich-editor/tg-rich-editor.d.ts +13 -0
  632. package/dist/types/components/tg-role-badge/tg-role-badge.d.ts +6 -0
  633. package/dist/types/components/tg-select/tg-select.d.ts +27 -0
  634. package/dist/types/components/tg-session-expired/tg-session-expired.d.ts +9 -0
  635. package/dist/types/components/tg-sidebar/tg-sidebar.d.ts +20 -0
  636. package/dist/types/components/tg-skeleton/tg-skeleton.d.ts +8 -0
  637. package/dist/types/components/tg-slider/tg-slider.d.ts +15 -0
  638. package/dist/types/components/tg-source-citation/tg-source-citation.d.ts +10 -0
  639. package/dist/types/components/tg-spinner/tg-spinner.d.ts +16 -0
  640. package/dist/types/components/tg-stat-widget/tg-stat-widget.d.ts +9 -0
  641. package/dist/types/components/tg-status-badge/tg-status-badge.d.ts +7 -0
  642. package/dist/types/components/tg-stepper/tg-stepper.d.ts +11 -0
  643. package/dist/types/components/tg-stepper-input/tg-stepper-input.d.ts +15 -0
  644. package/dist/types/components/tg-streaming-response/tg-streaming-response.d.ts +7 -0
  645. package/dist/types/components/tg-switch/tg-switch.d.ts +12 -0
  646. package/dist/types/components/tg-table/tg-table.d.ts +30 -0
  647. package/dist/types/components/tg-tabs/tg-tabs.d.ts +18 -0
  648. package/dist/types/components/tg-tag/tg-tag.d.ts +10 -0
  649. package/dist/types/components/tg-textarea/tg-textarea.d.ts +23 -0
  650. package/dist/types/components/tg-time-picker/tg-time-picker.d.ts +16 -0
  651. package/dist/types/components/tg-timeline/tg-timeline.d.ts +13 -0
  652. package/dist/types/components/tg-toast/tg-toast.d.ts +17 -0
  653. package/dist/types/components/tg-token-usage/tg-token-usage.d.ts +10 -0
  654. package/dist/types/components/tg-tooltip/tg-tooltip.d.ts +10 -0
  655. package/dist/types/components/tg-tree-view/tg-tree-view.d.ts +17 -0
  656. package/dist/types/components/tg-undo-snackbar/tg-undo-snackbar.d.ts +11 -0
  657. package/dist/types/components/tg-video-player/tg-video-player.d.ts +7 -0
  658. package/dist/types/components/tg-wizard-nav/tg-wizard-nav.d.ts +15 -0
  659. package/dist/types/components.d.ts +5028 -0
  660. package/dist/types/index.d.ts +8 -0
  661. package/dist/types/stencil-public-runtime.d.ts +1860 -0
  662. package/loader/cdn.js +1 -0
  663. package/loader/index.cjs.js +1 -0
  664. package/loader/index.d.ts +24 -0
  665. package/loader/index.es2017.js +1 -0
  666. package/loader/index.js +2 -0
  667. package/package.json +74 -0
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface TgToast extends Components.TgToast, HTMLElement {}
4
+ export const TgToast: {
5
+ prototype: TgToast;
6
+ new (): TgToast;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1 @@
1
+ import{p as t,H as o,c as a,h as s,a as r,t as e}from"./index.js";const i=t(class extends o{constructor(t){super(),!1!==t&&this.__registerHost(),this.__attachShadow(),this.tgDismiss=a(this,"tgDismiss"),this.variant="info",this.duration=5e3,this.dismissible=!0,this.visible=!0,this.exiting=!1,this.dismiss=()=>{this.exiting=!0,setTimeout((()=>{this.visible=!1,this.tgDismiss.emit()}),200)}}connectedCallback(){this.duration>0&&(this.timer=setTimeout((()=>this.dismiss()),this.duration))}disconnectedCallback(){clearTimeout(this.timer)}getIcon(){return{success:'<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm3.857-9.809a.75.75 0 0 0-1.214-.882l-3.483 4.79-1.88-1.88a.75.75 0 1 0-1.06 1.061l2.5 2.5a.75.75 0 0 0 1.137-.089l4-5.5Z" clip-rule="evenodd"/></svg>',danger:'<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16ZM8.28 7.22a.75.75 0 0 0-1.06 1.06L8.94 10l-1.72 1.72a.75.75 0 1 0 1.06 1.06L10 11.06l1.72 1.72a.75.75 0 1 0 1.06-1.06L11.06 10l1.72-1.72a.75.75 0 0 0-1.06-1.06L10 8.94 8.28 7.22Z" clip-rule="evenodd"/></svg>',warning:'<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M8.485 2.495c.673-1.167 2.357-1.167 3.03 0l6.28 10.875c.673 1.167-.17 2.625-1.516 2.625H3.72c-1.347 0-2.189-1.458-1.515-2.625L8.485 2.495ZM10 5a.75.75 0 0 1 .75.75v3.5a.75.75 0 0 1-1.5 0v-3.5A.75.75 0 0 1 10 5Zm0 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z" clip-rule="evenodd"/></svg>',info:'<svg viewBox="0 0 20 20" fill="currentColor"><path fill-rule="evenodd" d="M18 10a8 8 0 1 1-16 0 8 8 0 0 1 16 0Zm-7-4a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9 9a.75.75 0 0 0 0 1.5h.253a.25.25 0 0 1 .244.304l-.459 2.066A1.75 1.75 0 0 0 10.747 15H11a.75.75 0 0 0 0-1.5h-.253a.25.25 0 0 1-.244-.304l.459-2.066A1.75 1.75 0 0 0 9.253 9H9Z" clip-rule="evenodd"/></svg>'}[this.variant]}render(){return this.visible?s(r,null,s("div",{class:{"tg-toast":!0,["tg-toast--"+this.variant]:!0,"tg-toast--exiting":this.exiting},role:"alert","aria-live":"assertive"},s("span",{class:"tg-toast__icon",innerHTML:this.getIcon()}),s("div",{class:"tg-toast__body"},this.toastTitle&&s("span",{class:"tg-toast__title"},this.toastTitle),this.message&&s("span",{class:"tg-toast__message"},this.message),s("slot",null)),this.dismissible&&s("button",{class:"tg-toast__close",onClick:this.dismiss,"aria-label":"Fermer"},s("svg",{viewBox:"0 0 14 14",fill:"none",stroke:"currentColor","stroke-width":"1.5","stroke-linecap":"round"},s("line",{x1:"3",y1:"3",x2:"11",y2:"11"}),s("line",{x1:"11",y1:"3",x2:"3",y2:"11"}))))):null}static get style(){return":host{display:block}.tg-toast{display:flex;align-items:flex-start;gap:var(--tg-spacing-3);padding:var(--tg-spacing-3) var(--tg-spacing-4);font-family:var(--tg-font-family-sans);border-radius:var(--tg-radius-xl);box-shadow:var(--tg-shadow-lg);background:var(--tg-color-surface-raised);border:1px solid var(--tg-color-border);color:var(--tg-color-text-primary);max-width:24rem;animation:tg-toast-enter var(--tg-duration-slow) var(--tg-ease-out)}.tg-toast--exiting{animation:tg-toast-exit var(--tg-duration-normal) var(--tg-ease-in) forwards}@keyframes tg-toast-enter{from{opacity:0;transform:translateY(1rem) scale(0.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes tg-toast-exit{from{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.tg-toast--success{border-left:3px solid var(--tg-color-success)}.tg-toast--danger{border-left:3px solid var(--tg-color-danger)}.tg-toast--warning{border-left:3px solid var(--tg-color-warning)}.tg-toast--info{border-left:3px solid var(--tg-color-info)}.tg-toast__icon{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:0.125rem}.tg-toast--success .tg-toast__icon{color:var(--tg-color-success)}.tg-toast--danger .tg-toast__icon{color:var(--tg-color-danger)}.tg-toast--warning .tg-toast__icon{color:var(--tg-color-warning)}.tg-toast--info .tg-toast__icon{color:var(--tg-color-info)}.tg-toast__body{flex:1;display:flex;flex-direction:column;gap:var(--tg-spacing-1);min-width:0}.tg-toast__title{font-size:var(--tg-font-size-sm);font-weight:var(--tg-font-weight-semibold);line-height:var(--tg-line-height-tight)}.tg-toast__message{font-size:var(--tg-font-size-xs);color:var(--tg-color-text-secondary);line-height:var(--tg-line-height-normal)}.tg-toast__close{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:none;background:none;cursor:pointer;color:var(--tg-color-text-secondary);border-radius:var(--tg-radius-md);padding:0;flex-shrink:0;transition:background var(--tg-duration-fast) var(--tg-ease-default)}.tg-toast__close:hover{background:var(--tg-color-neutral-100);color:var(--tg-color-text-primary)}.tg-toast__close svg{width:0.875rem;height:0.875rem}.tg-toast__progress{position:absolute;bottom:0;left:0;height:2px;border-radius:0 0 var(--tg-radius-xl) var(--tg-radius-xl);background:var(--tg-color-primary);transition:width linear}.tg-toast{position:relative;overflow:hidden}"}},[257,"tg-toast",{variant:[1],toastTitle:[1,"toast-title"],message:[1],duration:[2],dismissible:[4],visible:[32],exiting:[32]}]);function l(){"undefined"!=typeof customElements&&["tg-toast"].forEach((t=>{"tg-toast"===t&&(customElements.get(e(t))||customElements.define(e(t),i))}))}l();const n=i,g=l;export{n as TgToast,g as defineCustomElement}
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface TgTokenUsage extends Components.TgTokenUsage, HTMLElement {}
4
+ export const TgTokenUsage: {
5
+ prototype: TgTokenUsage;
6
+ new (): TgTokenUsage;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1 @@
1
+ import{p as t,H as e,h as a,a as s,t as o}from"./index.js";const c=t(class extends e{constructor(t){super(),!1!==t&&this.__registerHost(),this.__attachShadow(),this.promptTokens=0,this.completionTokens=0,this.maxTokens=4096,this.compact=!1}get total(){return this.promptTokens+this.completionTokens}get pct(){return this.total/this.maxTokens*100}render(){return a(s,{key:"ce0670ef0eb3cc61d04706f9c930db7584a1c970"},a("div",{key:"e8037942f8c57a2cf9a5e1d8724cfb06a306b93d",class:{"tg-tu":!0,"tg-tu--compact":this.compact}},a("div",{key:"27f3af584a7582fd4b21173cc467944d3747022e",class:"tg-tu__bar"},a("div",{key:"dadf017849e681688764c29241425f58e3bc6f2e",class:"tg-tu__segment tg-tu__segment--prompt",style:{width:this.promptTokens/this.maxTokens*100+"%"}}),a("div",{key:"58b5ed73602fa5af342a4f74f549796bbcd6312c",class:"tg-tu__segment tg-tu__segment--completion",style:{width:this.completionTokens/this.maxTokens*100+"%"}})),a("div",{key:"df6f1b6d5207485898dd4f046a4c4ba7de0e4f85",class:"tg-tu__info"},a("span",{key:"c6a10c9839881ce2c15b15a35aa1558afd1212bc",class:"tg-tu__stat"},a("span",{key:"36d81b57a12a15a80f41feb794df3d477c1d5cd5",class:"tg-tu__dot tg-tu__dot--prompt"})," Prompt: ",this.promptTokens),a("span",{key:"ca65c496ee27ee00c90e914d8a2952130e723097",class:"tg-tu__stat"},a("span",{key:"0fddc113c73fdc51189e71cef6eb2f9832de0e82",class:"tg-tu__dot tg-tu__dot--completion"})," Compl\\u00e9tion: ",this.completionTokens),a("span",{key:"f806e3e0450d8259f6f9f7e398c1e7d86cc07a07",class:"tg-tu__total"},this.total," / ",this.maxTokens," (",Math.round(this.pct),"%)"),this.cost&&a("span",{key:"076bece91ad867b3ed3e5afdaa4f94eb3405873c",class:"tg-tu__cost"},this.cost))))}static get style(){return":host{display:block}.tg-tu{font-family:var(--tg-font-family-sans)}.tg-tu__bar{display:flex;height:6px;border-radius:var(--tg-radius-full);background:var(--tg-color-surface-sunken);overflow:hidden}.tg-tu__segment{height:100%;transition:width var(--tg-duration-normal)}.tg-tu__segment--prompt{background:var(--tg-color-primary)}.tg-tu__segment--completion{background:var(--tg-color-info)}.tg-tu__info{display:flex;flex-wrap:wrap;gap:var(--tg-spacing-3);margin-top:var(--tg-spacing-1-5);align-items:center}.tg-tu__stat{display:inline-flex;align-items:center;gap:var(--tg-spacing-1);font-size:var(--tg-font-size-xs);color:var(--tg-color-text-secondary)}.tg-tu__dot{width:8px;height:8px;border-radius:50%}.tg-tu__dot--prompt{background:var(--tg-color-primary)}.tg-tu__dot--completion{background:var(--tg-color-info)}.tg-tu__total{font-size:var(--tg-font-size-xs);color:var(--tg-color-text-secondary);font-family:var(--tg-font-family-mono);margin-left:auto}.tg-tu__cost{font-size:var(--tg-font-size-xs);font-weight:var(--tg-font-weight-medium);color:var(--tg-color-text-primary)}.tg-tu--compact .tg-tu__info{font-size:var(--tg-font-size-xs);gap:var(--tg-spacing-2)}"}},[1,"tg-token-usage",{promptTokens:[2,"prompt-tokens"],completionTokens:[2,"completion-tokens"],maxTokens:[2,"max-tokens"],cost:[1],compact:[4]}]);function n(){"undefined"!=typeof customElements&&["tg-token-usage"].forEach((t=>{"tg-token-usage"===t&&(customElements.get(o(t))||customElements.define(o(t),c))}))}n();const i=c,g=n;export{i as TgTokenUsage,g as defineCustomElement}
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface TgTooltip extends Components.TgTooltip, HTMLElement {}
4
+ export const TgTooltip: {
5
+ prototype: TgTooltip;
6
+ new (): TgTooltip;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1 @@
1
+ import{p as t,H as o,h as e,a as n,t as i}from"./index.js";const a=t(class extends o{constructor(t){super(),!1!==t&&this.__registerHost(),this.__attachShadow(),this.text="",this.position="top",this.delay=200,this.visible=!1,this.show=()=>{this.showTimeout=setTimeout((()=>{this.visible=!0}),this.delay)},this.hide=()=>{clearTimeout(this.showTimeout),this.visible=!1}}render(){return e(n,{key:"49be9dbde614486e03430b933d2381127bd4c3fd",onMouseEnter:this.show,onMouseLeave:this.hide,onFocusin:this.show,onFocusout:this.hide},e("span",{key:"52f041f387a611de25dfc8362762dab68547b0c8",class:"tg-tooltip__trigger"},e("slot",{key:"ecf1fa7b4498714dbf063266baa3f4ea3bca8f52"})),this.text&&e("span",{key:"1662fd98d6fd38d04caa678c674ab97a936b18ab",class:{"tg-tooltip__content":!0,["tg-tooltip__content--"+this.position]:!0,"tg-tooltip__content--visible":this.visible},role:"tooltip"},this.text))}static get style(){return":host{display:inline-flex;position:relative}.tg-tooltip__trigger{display:inline-flex}.tg-tooltip__content{position:absolute;z-index:1600;padding:var(--tg-spacing-1-5) var(--tg-spacing-2-5);font-family:var(--tg-font-family-sans);font-size:var(--tg-font-size-xs);font-weight:var(--tg-font-weight-medium);line-height:var(--tg-line-height-snug);color:var(--tg-color-neutral-0);background:var(--tg-color-neutral-800);border-radius:var(--tg-radius-md);white-space:nowrap;pointer-events:none;opacity:0;transform:scale(0.95);transition:opacity var(--tg-duration-fast) var(--tg-ease-out), transform var(--tg-duration-fast) var(--tg-ease-out);box-shadow:var(--tg-shadow-md)}.tg-tooltip__content--visible{opacity:1;transform:scale(1)}.tg-tooltip__content--top{bottom:100%;left:50%;transform:translateX(-50%) scale(0.95);margin-bottom:var(--tg-spacing-1-5)}.tg-tooltip__content--top.tg-tooltip__content--visible{transform:translateX(-50%) scale(1)}.tg-tooltip__content--bottom{top:100%;left:50%;transform:translateX(-50%) scale(0.95);margin-top:var(--tg-spacing-1-5)}.tg-tooltip__content--bottom.tg-tooltip__content--visible{transform:translateX(-50%) scale(1)}.tg-tooltip__content--left{right:100%;top:50%;transform:translateY(-50%) scale(0.95);margin-right:var(--tg-spacing-1-5)}.tg-tooltip__content--left.tg-tooltip__content--visible{transform:translateY(-50%) scale(1)}.tg-tooltip__content--right{left:100%;top:50%;transform:translateY(-50%) scale(0.95);margin-left:var(--tg-spacing-1-5)}.tg-tooltip__content--right.tg-tooltip__content--visible{transform:translateY(-50%) scale(1)}.tg-tooltip__content::after{content:'';position:absolute;width:6px;height:6px;background:var(--tg-color-neutral-800);transform:rotate(45deg)}.tg-tooltip__content--top::after{bottom:-3px;left:50%;margin-left:-3px}.tg-tooltip__content--bottom::after{top:-3px;left:50%;margin-left:-3px}.tg-tooltip__content--left::after{right:-3px;top:50%;margin-top:-3px}.tg-tooltip__content--right::after{left:-3px;top:50%;margin-top:-3px}"}},[257,"tg-tooltip",{text:[1],position:[1],delay:[2],visible:[32]}]);function s(){"undefined"!=typeof customElements&&["tg-tooltip"].forEach((t=>{"tg-tooltip"===t&&(customElements.get(i(t))||customElements.define(i(t),a))}))}s();const r=a,l=s;export{r as TgTooltip,l as defineCustomElement}
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface TgTreeView extends Components.TgTreeView, HTMLElement {}
4
+ export const TgTreeView: {
5
+ prototype: TgTreeView;
6
+ new (): TgTreeView;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1 @@
1
+ import{p as t,H as e,h as r,a as s,t as a}from"./index.js";const i=t(class extends e{constructor(t){super(),!1!==t&&this.__registerHost(),this.__attachShadow(),this.data=[],this.selectable=!1,this.expandedKeys=new Set,this.selectedKey=""}get parsed(){if("string"==typeof this.data)try{return JSON.parse(this.data)}catch(t){return[]}return this.data}toggle(t){const e=new Set(this.expandedKeys);e.has(t)?e.delete(t):e.add(t),this.expandedKeys=e}renderNode(t,e,s){const a=t.children&&t.children.length>0,i=this.expandedKeys.has(e);return[r("div",{class:{"tg-tv__node":!0,"tg-tv__node--sel":this.selectedKey===e},style:{paddingLeft:1.25*s+"rem"},onClick:()=>{a&&this.toggle(e),this.selectable&&(this.selectedKey=e)}},r("span",{class:{"tg-tv__arrow":!0,"tg-tv__arrow--expanded":i,"tg-tv__arrow--hidden":!a}},r("svg",{viewBox:"0 0 16 16",fill:"currentColor",width:"12",height:"12"},r("path",{d:"M6 4l4 4-4 4z"}))),t.icon&&r("span",{class:"tg-tv__icon"},t.icon),r("span",{class:"tg-tv__label"},t.label)),a&&i&&t.children.map(((t,r)=>this.renderNode(t,e+"-"+r,s+1)))]}render(){return r(s,{key:"c80aaea69704113b373305ea6149c344ea155406"},r("div",{key:"da6c72d703622634d462d1ef21ec071d60e7c53e",class:"tg-tree-view"},this.parsed.map(((t,e)=>this.renderNode(t,e+"",0)))))}static get style(){return":host{display:block}.tg-tree-view{font-family:var(--tg-font-family-sans)}.tg-tv__node{display:flex;align-items:center;gap:var(--tg-spacing-1);padding:var(--tg-spacing-1-5) var(--tg-spacing-2);cursor:pointer;border-radius:var(--tg-radius-md);font-size:var(--tg-font-size-sm);color:var(--tg-color-text-primary);transition:background var(--tg-duration-fast);user-select:none}.tg-tv__node:hover{background:var(--tg-color-primary-subtle)}.tg-tv__node--sel{background:var(--tg-color-primary-subtle);color:var(--tg-color-primary);font-weight:var(--tg-font-weight-medium)}.tg-tv__arrow{display:flex;transition:transform var(--tg-duration-fast);color:var(--tg-color-text-secondary)}.tg-tv__arrow--expanded{transform:rotate(90deg)}.tg-tv__arrow--hidden{visibility:hidden}.tg-tv__icon{font-size:1rem}.tg-tv__label{flex:1}"}},[1,"tg-tree-view",{data:[1],selectable:[4],expandedKeys:[32],selectedKey:[32]}]);function o(){"undefined"!=typeof customElements&&["tg-tree-view"].forEach((t=>{"tg-tree-view"===t&&(customElements.get(a(t))||customElements.define(a(t),i))}))}o();const n=i,d=o;export{n as TgTreeView,d as defineCustomElement}
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface TgUndoSnackbar extends Components.TgUndoSnackbar, HTMLElement {}
4
+ export const TgUndoSnackbar: {
5
+ prototype: TgUndoSnackbar;
6
+ new (): TgUndoSnackbar;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1 @@
1
+ import{p as t,H as s,c as o,h as n,a as e,t as a}from"./index.js";const r=t(class extends s{constructor(t){super(),!1!==t&&this.__registerHost(),this.__attachShadow(),this.tgUndo=o(this,"tgUndo"),this.tgDismiss=o(this,"tgDismiss"),this.message="",this.open=!1,this.undoLabel="Annuler",this.duration=5e3}componentDidUpdate(){this.open&&this.duration>0&&setTimeout((()=>this.tgDismiss.emit()),this.duration)}render(){return this.open?n(e,null,n("div",{class:"tg-us"},n("span",{class:"tg-us__msg"},this.message),n("button",{class:"tg-us__undo",type:"button",onClick:()=>this.tgUndo.emit()},this.undoLabel),n("button",{class:"tg-us__close",type:"button","aria-label":"Close",onClick:()=>this.tgDismiss.emit()},"\\u00d7"))):n(e,null)}static get style(){return":host{display:block;position:fixed;bottom:var(--tg-spacing-4);left:50%;transform:translateX(-50%);z-index:10000}.tg-us{display:flex;align-items:center;gap:var(--tg-spacing-3);padding:var(--tg-spacing-3) var(--tg-spacing-4);background:var(--tg-color-neutral-900);color:white;border-radius:var(--tg-radius-lg);box-shadow:var(--tg-shadow-xl);font-family:var(--tg-font-family-sans);animation:tg-us-in 0.2s var(--tg-ease-out)}@keyframes tg-us-in{from{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}.tg-us__msg{font-size:var(--tg-font-size-sm)}.tg-us__undo{background:none;border:none;color:var(--tg-color-primary, #4ade80);font-weight:var(--tg-font-weight-semibold);font-size:var(--tg-font-size-sm);cursor:pointer;text-transform:uppercase;letter-spacing:var(--tg-tracking-wide)}.tg-us__undo:hover{text-decoration:underline}.tg-us__close{background:none;border:none;color:rgba(255,255,255,0.6);font-size:1.25rem;cursor:pointer;padding:0;line-height:1}.tg-us__close:hover{color:white}"}},[1,"tg-undo-snackbar",{message:[1],open:[4],undoLabel:[1,"undo-label"],duration:[2]}]);function i(){"undefined"!=typeof customElements&&["tg-undo-snackbar"].forEach((t=>{"tg-undo-snackbar"===t&&(customElements.get(a(t))||customElements.define(a(t),r))}))}i();const g=r,u=i;export{g as TgUndoSnackbar,u as defineCustomElement}
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface TgVideoPlayer extends Components.TgVideoPlayer, HTMLElement {}
4
+ export const TgVideoPlayer: {
5
+ prototype: TgVideoPlayer;
6
+ new (): TgVideoPlayer;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1 @@
1
+ import{p as t,H as e,h as a,a as o,t as s}from"./index.js";const r=t(class extends e{constructor(t){super(),!1!==t&&this.__registerHost(),this.__attachShadow(),this.src="",this.aspectRatio="16/9"}render(){return a(o,{key:"6f0dbc06a4893ff242d6fd4ed6552d4a40b6a12b"},a("div",{key:"907de69e60c7bcf4e160098b8ab5e3618274b201",class:"tg-vp"},this.heading&&a("div",{key:"f2209ad8ecf963eea39b108f77080d5e305b5f8c",class:"tg-vp__header"},a("span",{key:"8156016564902a363fc2e36b3a9a36b38c32ca86",class:"tg-vp__title"},this.heading)),a("div",{key:"0bb6a8ee43cd5df6ff8437b29b9bfb98cbd815d8",class:"tg-vp__container",style:{aspectRatio:this.aspectRatio}},a("video",Object.assign({key:"9e4882704f2ee94fa07eedc885f62de695fe29cd",class:"tg-vp__video",controls:!0},this.poster?{poster:this.poster}:{},{preload:"metadata"}),a("source",{key:"4f239ccf6d3fb836671ac1c761b2cb6acc947bca",src:this.src})))))}static get style(){return":host{display:block}.tg-vp{font-family:var(--tg-font-family-sans);border:1px solid var(--tg-color-border);border-radius:var(--tg-radius-xl);overflow:hidden;background:var(--tg-color-neutral-900)}.tg-vp__header{padding:var(--tg-spacing-2) var(--tg-spacing-3);background:var(--tg-color-surface-raised);border-bottom:1px solid var(--tg-color-border)}.tg-vp__title{font-size:var(--tg-font-size-sm);font-weight:var(--tg-font-weight-medium);color:var(--tg-color-text-primary)}.tg-vp__container{position:relative;width:100%}.tg-vp__video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}"}},[1,"tg-video-player",{src:[1],poster:[1],heading:[1],aspectRatio:[1,"aspect-ratio"]}]);function c(){"undefined"!=typeof customElements&&["tg-video-player"].forEach((t=>{"tg-video-player"===t&&(customElements.get(s(t))||customElements.define(s(t),r))}))}c();const i=r,d=c;export{i as TgVideoPlayer,d as defineCustomElement}
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface TgWizardNav extends Components.TgWizardNav, HTMLElement {}
4
+ export const TgWizardNav: {
5
+ prototype: TgWizardNav;
6
+ new (): TgWizardNav;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1 @@
1
+ import{p as t,H as s,c as e,h as i,a as r,t as a}from"./index.js";const n=t(class extends s{constructor(t){super(),!1!==t&&this.__registerHost(),this.__attachShadow(),this.tgBack=e(this,"tgBack"),this.tgNext=e(this,"tgNext"),this.tgFinish=e(this,"tgFinish"),this.currentStep=0,this.totalSteps=1,this.backLabel="Précédent",this.nextLabel="Suivant",this.finishLabel="Terminer",this.showProgress=!0}get isLast(){return this.currentStep>=this.totalSteps-1}get progress(){return(this.currentStep+1)/this.totalSteps*100}render(){return i(r,{key:"edb5f78e83c1dab9e34200063b803b7842cce693"},i("div",{key:"030c10b44b1e92ee8e45d41851fd7853f9175ff8",class:"tg-wiz"},this.showProgress&&i("div",{key:"0315eddfb2be048a582b3e16499c725978c1742a",class:"tg-wiz__progress"},i("div",{key:"e8949eed4cd964dcab17835a37689dd3d63bb846",class:"tg-wiz__bar",style:{width:this.progress+"%"}})),i("div",{key:"10eec94b68f18850d33c4e5642f57f1b5360875f",class:"tg-wiz__actions"},i("button",{key:"31323728f528247c336b8a9bc066c9690179e586",class:"tg-wiz__btn tg-wiz__btn--back",type:"button",disabled:0===this.currentStep,onClick:()=>this.tgBack.emit()},"\\u2039 ",this.backLabel),i("span",{key:"e397620856c90eaa0ebe614be777a7c37621e171",class:"tg-wiz__step"},"\\u00c9tape ",this.currentStep+1," / ",this.totalSteps),this.isLast?i("button",{class:"tg-wiz__btn tg-wiz__btn--finish",type:"button",onClick:()=>this.tgFinish.emit()},this.finishLabel):i("button",{class:"tg-wiz__btn tg-wiz__btn--next",type:"button",onClick:()=>this.tgNext.emit()},this.nextLabel," \\u203a"))))}static get style(){return":host{display:block}.tg-wiz{font-family:var(--tg-font-family-sans)}.tg-wiz__progress{height:4px;background:var(--tg-color-surface-sunken);border-radius:var(--tg-radius-full);margin-bottom:var(--tg-spacing-3);overflow:hidden}.tg-wiz__bar{height:100%;background:var(--tg-color-primary);border-radius:var(--tg-radius-full);transition:width var(--tg-duration-normal) var(--tg-ease-out)}.tg-wiz__actions{display:flex;align-items:center;justify-content:space-between}.tg-wiz__btn{display:inline-flex;align-items:center;gap:var(--tg-spacing-1);padding:var(--tg-spacing-2) var(--tg-spacing-4);border-radius:var(--tg-radius-lg);font-size:var(--tg-font-size-sm);font-weight:var(--tg-font-weight-medium);cursor:pointer;transition:all var(--tg-duration-fast);border:1px solid transparent}.tg-wiz__btn--back{background:none;color:var(--tg-color-text-secondary);border-color:var(--tg-color-border)}.tg-wiz__btn--back:hover:not(:disabled){background:var(--tg-color-surface-sunken)}.tg-wiz__btn--back:disabled{opacity:0.4;cursor:not-allowed}.tg-wiz__btn--next{background:var(--tg-color-primary);color:var(--tg-color-primary-on)}.tg-wiz__btn--next:hover{filter:brightness(1.1)}.tg-wiz__btn--finish{background:var(--tg-color-success);color:white}.tg-wiz__btn--finish:hover{filter:brightness(1.1)}.tg-wiz__step{font-size:var(--tg-font-size-xs);color:var(--tg-color-text-secondary)}"}},[1,"tg-wizard-nav",{currentStep:[2,"current-step"],totalSteps:[2,"total-steps"],backLabel:[1,"back-label"],nextLabel:[1,"next-label"],finishLabel:[1,"finish-label"],showProgress:[4,"show-progress"]}]);function o(){"undefined"!=typeof customElements&&["tg-wizard-nav"].forEach((t=>{"tg-wizard-nav"===t&&(customElements.get(a(t))||customElements.define(a(t),n))}))}o();const c=n,g=o;export{c as TgWizardNav,g as defineCustomElement}
package/dist/docs.d.ts ADDED
@@ -0,0 +1,480 @@
1
+
2
+ /**
3
+ * This is an autogenerated file created by the Stencil compiler.
4
+ * DO NOT MODIFY IT MANUALLY
5
+ */
6
+ interface ComponentCompilerPropertyComplexType {
7
+ /**
8
+ * The string of the original type annotation in the Stencil source code
9
+ */
10
+ original: string;
11
+ /**
12
+ * A 'resolved' type, where e.g. imported types have been resolved and inlined
13
+ *
14
+ * For instance, an annotation like `(foo: Foo) => string;` will be
15
+ * converted to `(foo: { foo: string }) => string;`.
16
+ */
17
+ resolved: string;
18
+ /**
19
+ * A record of the types which were referenced in the assorted type
20
+ * annotation in the original source file.
21
+ */
22
+ references: ComponentCompilerTypeReferences;
23
+ }
24
+ type ComponentCompilerTypeReferences = Record<string, ComponentCompilerTypeReference>;
25
+ interface ComponentCompilerTypeReference {
26
+ /**
27
+ * A type may be defined:
28
+ * - locally (in the same file as the component that uses it)
29
+ * - globally
30
+ * - by importing it into a file (and is defined elsewhere)
31
+ */
32
+ location: "local" | "global" | "import";
33
+ /**
34
+ * The path to the type reference, if applicable (global types should not need a path associated with them)
35
+ */
36
+ path?: string;
37
+ /**
38
+ * An ID for this type which is unique within a Stencil project.
39
+ */
40
+ id: string;
41
+ /**
42
+ * Whether this type was imported as a default import (e.g., `import MyEnum from './my-enum'`)
43
+ * vs a named import (e.g., `import { MyType } from './my-type'`)
44
+ */
45
+ isDefault?: boolean;
46
+ /**
47
+ * The name used in the import statement (before any user-defined alias).
48
+ * For `import { XAxisOption as moo }`, this would be "XAxisOption".
49
+ * This is the name exported by the source module.
50
+ */
51
+ referenceLocation?: string;
52
+ }
53
+ interface ComponentCompilerReferencedType {
54
+ /**
55
+ * The path to the module where the type is declared.
56
+ */
57
+ path: string;
58
+ /**
59
+ * The string of the original type annotation in the Stencil source code
60
+ */
61
+ declaration: string;
62
+ /**
63
+ * An extracted docstring
64
+ */
65
+ docstring: string;
66
+ }
67
+ interface ComponentCompilerEventComplexType {
68
+ original: string;
69
+ resolved: string;
70
+ references: ComponentCompilerTypeReferences;
71
+ }
72
+ interface ComponentCompilerMethodComplexType {
73
+ signature: string;
74
+ parameters: JsonDocMethodParameter[];
75
+ references: ComponentCompilerTypeReferences;
76
+ return: string;
77
+ }
78
+ /**
79
+ * The Type Library holds information about the types which are used in a
80
+ * Stencil project. During compilation, Stencil gathers information about the
81
+ * types which form part of a component's public API, such as properties
82
+ * decorated with `@Prop`, `@Event`, `@Watch`, etc. This type information is
83
+ * then added to the Type Library, where it can be accessed later on for
84
+ * generating documentation.
85
+ *
86
+ * This information is included in the file written by the `docs-json` output
87
+ * target (see {@link JsonDocs.typeLibrary}).
88
+ */
89
+ export type JsonDocsTypeLibrary = Record<string, ComponentCompilerReferencedType>;
90
+ /**
91
+ * A container for JSDoc metadata for a project
92
+ */
93
+ export interface JsonDocs {
94
+ /**
95
+ * The metadata for the JSDocs for each component in a Stencil project
96
+ */
97
+ components: JsonDocsComponent[];
98
+ /**
99
+ * The timestamp at which the metadata was generated, in the format YYYY-MM-DDThh:mm:ss
100
+ */
101
+ timestamp: string;
102
+ compiler: {
103
+ /**
104
+ * The name of the compiler that generated the metadata
105
+ */
106
+ name: string;
107
+ /**
108
+ * The version of the Stencil compiler that generated the metadata
109
+ */
110
+ version: string;
111
+ /**
112
+ * The version of TypeScript that was used to generate the metadata
113
+ */
114
+ typescriptVersion: string;
115
+ };
116
+ typeLibrary: JsonDocsTypeLibrary;
117
+ }
118
+ /**
119
+ * Container for JSDoc metadata for a single Stencil component
120
+ */
121
+ export interface JsonDocsComponent {
122
+ /**
123
+ * The directory containing the Stencil component, minus the file name.
124
+ *
125
+ * @example /workspaces/stencil-project/src/components/my-component
126
+ */
127
+ dirPath?: string;
128
+ /**
129
+ * The name of the file containing the Stencil component, with no path
130
+ *
131
+ * @example my-component.tsx
132
+ */
133
+ fileName?: string;
134
+ /**
135
+ * The full path of the file containing the Stencil component
136
+ *
137
+ * @example /workspaces/stencil-project/src/components/my-component/my-component.tsx
138
+ */
139
+ filePath?: string;
140
+ /**
141
+ * The path to the component's `readme.md` file, including the filename
142
+ *
143
+ * @example /workspaces/stencil-project/src/components/my-component/readme.md
144
+ */
145
+ readmePath?: string;
146
+ /**
147
+ * The path to the component's `usage` directory
148
+ *
149
+ * @example /workspaces/stencil-project/src/components/my-component/usage/
150
+ */
151
+ usagesDir?: string;
152
+ /**
153
+ * The encapsulation strategy for a component
154
+ */
155
+ encapsulation: "shadow" | "scoped" | "none";
156
+ /**
157
+ * The tag name for the component, for use in HTML
158
+ */
159
+ tag: string;
160
+ /**
161
+ * The contents of a component's `readme.md` that are user generated.
162
+ *
163
+ * Auto-generated contents are not stored in this reference.
164
+ */
165
+ readme: string;
166
+ /**
167
+ * The description of a Stencil component, found in the JSDoc that sits above the component's declaration
168
+ */
169
+ docs: string;
170
+ /**
171
+ * JSDoc tags found in the JSDoc comment written atop a component's declaration
172
+ */
173
+ docsTags: JsonDocsTag[];
174
+ /**
175
+ * The text from the class-level JSDoc for a Stencil component, if present.
176
+ */
177
+ overview?: string;
178
+ /**
179
+ * A mapping of usage example file names to their contents for the component.
180
+ */
181
+ usage: JsonDocsUsage;
182
+ /**
183
+ * Array of metadata for a component's `@Prop`s
184
+ */
185
+ props: JsonDocsProp[];
186
+ /**
187
+ * Array of metadata for a component's `@Method`s
188
+ */
189
+ methods: JsonDocsMethod[];
190
+ /**
191
+ * Array of metadata for a component's `@Event`s
192
+ */
193
+ events: JsonDocsEvent[];
194
+ /**
195
+ * Array of metadata for a component's `@Listen` handlers
196
+ */
197
+ listeners: JsonDocsListener[];
198
+ /**
199
+ * Array of metadata for a component's CSS styling information
200
+ */
201
+ styles: JsonDocsStyle[];
202
+ /**
203
+ * Array of component Slot information, generated from `@slot` tags
204
+ */
205
+ slots: JsonDocsSlot[];
206
+ /**
207
+ * Array of component Parts information, generate from `@part` tags
208
+ */
209
+ parts: JsonDocsPart[];
210
+ /**
211
+ * Array of custom states defined via @AttachInternals({ states: {...} })
212
+ */
213
+ customStates: JsonDocsCustomState[];
214
+ /**
215
+ * Array of metadata describing where the current component is used
216
+ */
217
+ dependents: string[];
218
+ /**
219
+ * Array of metadata listing the components which are used in current component
220
+ */
221
+ dependencies: string[];
222
+ /**
223
+ * Describes a tree of components coupling
224
+ */
225
+ dependencyGraph: JsonDocsDependencyGraph;
226
+ /**
227
+ * A deprecation reason/description found following a `@deprecated` tag
228
+ */
229
+ deprecation?: string;
230
+ }
231
+ export interface JsonDocsDependencyGraph {
232
+ [tagName: string]: string[];
233
+ }
234
+ /**
235
+ * A descriptor for a single JSDoc tag found in a block comment
236
+ */
237
+ export interface JsonDocsTag {
238
+ /**
239
+ * The tag name (immediately following the '@')
240
+ */
241
+ name: string;
242
+ /**
243
+ * The description that immediately follows the tag name
244
+ */
245
+ text?: string;
246
+ }
247
+ export interface JsonDocsValue {
248
+ value?: string;
249
+ type: string;
250
+ }
251
+ /**
252
+ * A mapping of file names to their contents.
253
+ *
254
+ * This type is meant to be used when reading one or more usage markdown files associated with a component. For the
255
+ * given directory structure:
256
+ * ```
257
+ * src/components/my-component
258
+ * ├── my-component.tsx
259
+ * └── usage
260
+ * ├── bar.md
261
+ * └── foo.md
262
+ * ```
263
+ * an instance of this type would include the name of the markdown file, mapped to its contents:
264
+ * ```ts
265
+ * {
266
+ * 'bar': STRING_CONTENTS_OF_BAR.MD
267
+ * 'foo': STRING_CONTENTS_OF_FOO.MD
268
+ * }
269
+ * ```
270
+ */
271
+ export interface JsonDocsUsage {
272
+ [key: string]: string;
273
+ }
274
+ /**
275
+ * An intermediate representation of a `@Prop` decorated member's JSDoc
276
+ */
277
+ export interface JsonDocsProp {
278
+ /**
279
+ * the name of the prop
280
+ */
281
+ name: string;
282
+ complexType?: ComponentCompilerPropertyComplexType;
283
+ /**
284
+ * the type of the prop, in terms of the TypeScript type system (as opposed to JavaScript's or HTML's)
285
+ */
286
+ type: string;
287
+ /**
288
+ * `true` if the prop was configured as "mutable" where it was declared, `false` otherwise
289
+ */
290
+ mutable: boolean;
291
+ /**
292
+ * The name of the attribute that is exposed to configure a compiled web component
293
+ */
294
+ attr?: string;
295
+ /**
296
+ * `true` if the prop was configured to "reflect" back to HTML where it (the prop) was declared, `false` otherwise
297
+ */
298
+ reflectToAttr: boolean;
299
+ /**
300
+ * the JSDoc description text associated with the prop
301
+ */
302
+ docs: string;
303
+ /**
304
+ * JSDoc tags associated with the prop
305
+ */
306
+ docsTags: JsonDocsTag[];
307
+ /**
308
+ * The default value of the prop
309
+ */
310
+ default?: string;
311
+ /**
312
+ * Deprecation text associated with the prop. This is the text that immediately follows a `@deprecated` tag
313
+ */
314
+ deprecation?: string;
315
+ values: JsonDocsValue[];
316
+ /**
317
+ * `true` if a component is declared with a '?', `false` otherwise
318
+ *
319
+ * @example
320
+ * ```tsx
321
+ * @Prop() componentProps?: any;
322
+ * ```
323
+ */
324
+ optional: boolean;
325
+ /**
326
+ * `true` if a component is declared with a '!', `false` otherwise
327
+ *
328
+ * @example
329
+ * ```tsx
330
+ * @Prop() componentProps!: any;
331
+ * ```
332
+ */
333
+ required: boolean;
334
+ /**
335
+ * `true` if the prop has a `get()`. `false` otherwise
336
+ */
337
+ getter: boolean;
338
+ /**
339
+ * `true` if the prop has a `set()`. `false` otherwise
340
+ */
341
+ setter: boolean;
342
+ }
343
+ export interface JsonDocsMethod {
344
+ name: string;
345
+ docs: string;
346
+ docsTags: JsonDocsTag[];
347
+ deprecation?: string;
348
+ signature: string;
349
+ returns: JsonDocsMethodReturn;
350
+ parameters: JsonDocMethodParameter[];
351
+ complexType: ComponentCompilerMethodComplexType;
352
+ }
353
+ export interface JsonDocsMethodReturn {
354
+ type: string;
355
+ docs: string;
356
+ }
357
+ export interface JsonDocMethodParameter {
358
+ name: string;
359
+ type: string;
360
+ docs: string;
361
+ }
362
+ export interface JsonDocsEvent {
363
+ event: string;
364
+ bubbles: boolean;
365
+ cancelable: boolean;
366
+ composed: boolean;
367
+ complexType: ComponentCompilerEventComplexType;
368
+ docs: string;
369
+ docsTags: JsonDocsTag[];
370
+ deprecation?: string;
371
+ detail: string;
372
+ }
373
+ /**
374
+ * Type describing a CSS Style, as described by a JSDoc-style comment
375
+ */
376
+ export interface JsonDocsStyle {
377
+ /**
378
+ * The name of the style
379
+ */
380
+ name: string;
381
+ /**
382
+ * The type/description associated with the style
383
+ */
384
+ docs: string;
385
+ /**
386
+ * The annotation used in the JSDoc of the style (e.g. `@prop`)
387
+ */
388
+ annotation: string;
389
+ /**
390
+ * The mode associated with the style
391
+ */
392
+ mode: string | undefined;
393
+ }
394
+ export interface JsonDocsListener {
395
+ event: string;
396
+ target?: string;
397
+ capture: boolean;
398
+ passive: boolean;
399
+ }
400
+ /**
401
+ * A descriptor for a slot
402
+ *
403
+ * Objects of this type are translated from the JSDoc tag, `@slot`
404
+ */
405
+ export interface JsonDocsSlot {
406
+ /**
407
+ * The name of the slot. Defaults to an empty string for an unnamed slot.
408
+ */
409
+ name: string;
410
+ /**
411
+ * A textual description of the slot.
412
+ */
413
+ docs: string;
414
+ }
415
+ /**
416
+ * A descriptor of a CSS Shadow Part
417
+ *
418
+ * Objects of this type are translated from the JSDoc tag, `@part`, or the 'part'
419
+ * attribute on a component in TSX
420
+ */
421
+ export interface JsonDocsPart {
422
+ /**
423
+ * The name of the Shadow part
424
+ */
425
+ name: string;
426
+ /**
427
+ * A textual description of the Shadow part.
428
+ */
429
+ docs: string;
430
+ }
431
+ /**
432
+ * A descriptor for a Custom State defined via @AttachInternals({ states: {...} })
433
+ *
434
+ * Custom states are exposed via the ElementInternals.states CustomStateSet
435
+ * and can be targeted with the CSS `:state()` pseudo-class.
436
+ *
437
+ * @see https://developer.mozilla.org/en-US/docs/Web/API/CustomStateSet
438
+ */
439
+ export interface JsonDocsCustomState {
440
+ /**
441
+ * The name of the custom state (without dashes)
442
+ */
443
+ name: string;
444
+ /**
445
+ * The initial/default value of the state
446
+ */
447
+ initialValue: boolean;
448
+ /**
449
+ * A textual description of the custom state
450
+ */
451
+ docs: string;
452
+ }
453
+ /**
454
+ * Represents a parsed block comment in a CSS, Sass, etc. file for a custom property.
455
+ */
456
+ export interface StyleDoc {
457
+ /**
458
+ * The name of the CSS property
459
+ */
460
+ name: string;
461
+ /**
462
+ * The user-defined description of the CSS property
463
+ */
464
+ docs: string;
465
+ /**
466
+ * The JSDoc-style annotation (e.g. `@prop`) that was used in the block comment to detect the comment.
467
+ * Used to inform Stencil where the start of a new property's description starts (and where the previous description
468
+ * ends).
469
+ */
470
+ annotation: "prop";
471
+ /**
472
+ * The Stencil style-mode that is associated with this property.
473
+ */
474
+ mode: string | undefined;
475
+ }
476
+
477
+ export {};
478
+
479
+ declare const _default: JsonDocs;
480
+ export default _default;