@aceshooting/lyra-ui 3.5.0 → 3.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 (295) hide show
  1. package/README.md +111 -2
  2. package/custom-elements.json +50239 -41857
  3. package/dist/components/animated-image/animated-image.class.d.ts +131 -0
  4. package/dist/components/animated-image/animated-image.class.d.ts.map +1 -0
  5. package/dist/components/animated-image/animated-image.class.js +296 -0
  6. package/dist/components/animated-image/animated-image.class.js.map +1 -0
  7. package/dist/components/animated-image/animated-image.d.ts +2 -0
  8. package/dist/components/animated-image/animated-image.d.ts.map +1 -0
  9. package/dist/components/animated-image/animated-image.js +5 -0
  10. package/dist/components/animated-image/animated-image.js.map +1 -0
  11. package/dist/components/animated-image/animated-image.styles.d.ts +2 -0
  12. package/dist/components/animated-image/animated-image.styles.d.ts.map +1 -0
  13. package/dist/components/animated-image/animated-image.styles.js +117 -0
  14. package/dist/components/animated-image/animated-image.styles.js.map +1 -0
  15. package/dist/components/animation/animation.class.d.ts +119 -0
  16. package/dist/components/animation/animation.class.d.ts.map +1 -0
  17. package/dist/components/animation/animation.class.js +420 -0
  18. package/dist/components/animation/animation.class.js.map +1 -0
  19. package/dist/components/animation/animation.d.ts +2 -0
  20. package/dist/components/animation/animation.d.ts.map +1 -0
  21. package/dist/components/animation/animation.js +5 -0
  22. package/dist/components/animation/animation.js.map +1 -0
  23. package/dist/components/animation/animation.styles.d.ts +2 -0
  24. package/dist/components/animation/animation.styles.d.ts.map +1 -0
  25. package/dist/components/animation/animation.styles.js +18 -0
  26. package/dist/components/animation/animation.styles.js.map +1 -0
  27. package/dist/components/avatar-group/avatar-group.class.d.ts +110 -0
  28. package/dist/components/avatar-group/avatar-group.class.d.ts.map +1 -0
  29. package/dist/components/avatar-group/avatar-group.class.js +182 -0
  30. package/dist/components/avatar-group/avatar-group.class.js.map +1 -0
  31. package/dist/components/avatar-group/avatar-group.d.ts +2 -0
  32. package/dist/components/avatar-group/avatar-group.d.ts.map +1 -0
  33. package/dist/components/avatar-group/avatar-group.js +5 -0
  34. package/dist/components/avatar-group/avatar-group.js.map +1 -0
  35. package/dist/components/avatar-group/avatar-group.styles.d.ts +2 -0
  36. package/dist/components/avatar-group/avatar-group.styles.d.ts.map +1 -0
  37. package/dist/components/avatar-group/avatar-group.styles.js +112 -0
  38. package/dist/components/avatar-group/avatar-group.styles.js.map +1 -0
  39. package/dist/components/button/button.class.d.ts +5 -2
  40. package/dist/components/button/button.class.d.ts.map +1 -1
  41. package/dist/components/button/button.class.js +4 -1
  42. package/dist/components/button/button.class.js.map +1 -1
  43. package/dist/components/button/button.styles.d.ts.map +1 -1
  44. package/dist/components/button/button.styles.js +16 -0
  45. package/dist/components/button/button.styles.js.map +1 -1
  46. package/dist/components/calendar/calendar.class.d.ts.map +1 -1
  47. package/dist/components/calendar/calendar.class.js +1 -12
  48. package/dist/components/calendar/calendar.class.js.map +1 -1
  49. package/dist/components/calendar-viewer/calendar-viewer.class.d.ts +1 -1
  50. package/dist/components/calendar-viewer/calendar-viewer.class.d.ts.map +1 -1
  51. package/dist/components/calendar-viewer/calendar-viewer.class.js +2 -2
  52. package/dist/components/calendar-viewer/calendar-viewer.class.js.map +1 -1
  53. package/dist/components/chart/box-plot.class.d.ts.map +1 -1
  54. package/dist/components/chart/box-plot.class.js +1 -3
  55. package/dist/components/chart/box-plot.class.js.map +1 -1
  56. package/dist/components/chart/chart.class.d.ts.map +1 -1
  57. package/dist/components/chart/chart.class.js +1 -3
  58. package/dist/components/chart/chart.class.js.map +1 -1
  59. package/dist/components/code-editor/code-editor.styles.d.ts.map +1 -1
  60. package/dist/components/code-editor/code-editor.styles.js +5 -2
  61. package/dist/components/code-editor/code-editor.styles.js.map +1 -1
  62. package/dist/components/contact-viewer/contact-viewer.class.d.ts +4 -1
  63. package/dist/components/contact-viewer/contact-viewer.class.d.ts.map +1 -1
  64. package/dist/components/contact-viewer/contact-viewer.class.js +5 -2
  65. package/dist/components/contact-viewer/contact-viewer.class.js.map +1 -1
  66. package/dist/components/email-viewer/email-viewer.class.d.ts +4 -1
  67. package/dist/components/email-viewer/email-viewer.class.d.ts.map +1 -1
  68. package/dist/components/email-viewer/email-viewer.class.js +5 -2
  69. package/dist/components/email-viewer/email-viewer.class.js.map +1 -1
  70. package/dist/components/file-icon/file-icon.class.d.ts +5 -1
  71. package/dist/components/file-icon/file-icon.class.d.ts.map +1 -1
  72. package/dist/components/file-icon/file-icon.class.js +20 -2
  73. package/dist/components/file-icon/file-icon.class.js.map +1 -1
  74. package/dist/components/file-icon/file-icon.styles.d.ts.map +1 -1
  75. package/dist/components/file-icon/file-icon.styles.js +4 -0
  76. package/dist/components/file-icon/file-icon.styles.js.map +1 -1
  77. package/dist/components/graph/graph.class.d.ts.map +1 -1
  78. package/dist/components/graph/graph.class.js +1 -3
  79. package/dist/components/graph/graph.class.js.map +1 -1
  80. package/dist/components/heatmap/heatmap.class.d.ts.map +1 -1
  81. package/dist/components/heatmap/heatmap.class.js +1 -8
  82. package/dist/components/heatmap/heatmap.class.js.map +1 -1
  83. package/dist/components/icon/icon.styles.d.ts.map +1 -1
  84. package/dist/components/icon/icon.styles.js +1 -1
  85. package/dist/components/icon/icon.styles.js.map +1 -1
  86. package/dist/components/include/include.class.d.ts +104 -0
  87. package/dist/components/include/include.class.d.ts.map +1 -0
  88. package/dist/components/include/include.class.js +149 -0
  89. package/dist/components/include/include.class.js.map +1 -0
  90. package/dist/components/include/include.d.ts +2 -0
  91. package/dist/components/include/include.d.ts.map +1 -0
  92. package/dist/components/include/include.js +5 -0
  93. package/dist/components/include/include.js.map +1 -0
  94. package/dist/components/include/include.styles.d.ts +2 -0
  95. package/dist/components/include/include.styles.d.ts.map +1 -0
  96. package/dist/components/include/include.styles.js +14 -0
  97. package/dist/components/include/include.styles.js.map +1 -0
  98. package/dist/components/kbd/kbd.class.d.ts.map +1 -1
  99. package/dist/components/kbd/kbd.class.js +1 -11
  100. package/dist/components/kbd/kbd.class.js.map +1 -1
  101. package/dist/components/known-date/known-date.class.d.ts +208 -0
  102. package/dist/components/known-date/known-date.class.d.ts.map +1 -0
  103. package/dist/components/known-date/known-date.class.js +588 -0
  104. package/dist/components/known-date/known-date.class.js.map +1 -0
  105. package/dist/components/known-date/known-date.d.ts +2 -0
  106. package/dist/components/known-date/known-date.d.ts.map +1 -0
  107. package/dist/components/known-date/known-date.js +5 -0
  108. package/dist/components/known-date/known-date.js.map +1 -0
  109. package/dist/components/known-date/known-date.styles.d.ts +2 -0
  110. package/dist/components/known-date/known-date.styles.d.ts.map +1 -0
  111. package/dist/components/known-date/known-date.styles.js +134 -0
  112. package/dist/components/known-date/known-date.styles.js.map +1 -0
  113. package/dist/components/lightbox/lightbox.class.d.ts +187 -0
  114. package/dist/components/lightbox/lightbox.class.d.ts.map +1 -0
  115. package/dist/components/lightbox/lightbox.class.js +415 -0
  116. package/dist/components/lightbox/lightbox.class.js.map +1 -0
  117. package/dist/components/lightbox/lightbox.d.ts +3 -0
  118. package/dist/components/lightbox/lightbox.d.ts.map +1 -0
  119. package/dist/components/lightbox/lightbox.js +6 -0
  120. package/dist/components/lightbox/lightbox.js.map +1 -0
  121. package/dist/components/lightbox/lightbox.styles.d.ts +2 -0
  122. package/dist/components/lightbox/lightbox.styles.d.ts.map +1 -0
  123. package/dist/components/lightbox/lightbox.styles.js +179 -0
  124. package/dist/components/lightbox/lightbox.styles.js.map +1 -0
  125. package/dist/components/map/map.class.d.ts.map +1 -1
  126. package/dist/components/map/map.class.js +11 -23
  127. package/dist/components/map/map.class.js.map +1 -1
  128. package/dist/components/menu/menu.class.d.ts +1 -1
  129. package/dist/components/model-settings-panel/model-settings-panel.class.d.ts.map +1 -1
  130. package/dist/components/model-settings-panel/model-settings-panel.class.js +1 -10
  131. package/dist/components/model-settings-panel/model-settings-panel.class.js.map +1 -1
  132. package/dist/components/qr-code/qr-code-loader.d.ts +15 -0
  133. package/dist/components/qr-code/qr-code-loader.d.ts.map +1 -0
  134. package/dist/components/qr-code/qr-code-loader.js +28 -0
  135. package/dist/components/qr-code/qr-code-loader.js.map +1 -0
  136. package/dist/components/qr-code/qr-code.class.d.ts +121 -0
  137. package/dist/components/qr-code/qr-code.class.d.ts.map +1 -0
  138. package/dist/components/qr-code/qr-code.class.js +392 -0
  139. package/dist/components/qr-code/qr-code.class.js.map +1 -0
  140. package/dist/components/qr-code/qr-code.d.ts +2 -0
  141. package/dist/components/qr-code/qr-code.d.ts.map +1 -0
  142. package/dist/components/qr-code/qr-code.js +5 -0
  143. package/dist/components/qr-code/qr-code.js.map +1 -0
  144. package/dist/components/qr-code/qr-code.styles.d.ts +2 -0
  145. package/dist/components/qr-code/qr-code.styles.d.ts.map +1 -0
  146. package/dist/components/qr-code/qr-code.styles.js +48 -0
  147. package/dist/components/qr-code/qr-code.styles.js.map +1 -0
  148. package/dist/components/random-content/random-content.class.d.ts +99 -0
  149. package/dist/components/random-content/random-content.class.d.ts.map +1 -0
  150. package/dist/components/random-content/random-content.class.js +268 -0
  151. package/dist/components/random-content/random-content.class.js.map +1 -0
  152. package/dist/components/random-content/random-content.d.ts +2 -0
  153. package/dist/components/random-content/random-content.d.ts.map +1 -0
  154. package/dist/components/random-content/random-content.js +5 -0
  155. package/dist/components/random-content/random-content.js.map +1 -0
  156. package/dist/components/random-content/random-content.styles.d.ts +2 -0
  157. package/dist/components/random-content/random-content.styles.d.ts.map +1 -0
  158. package/dist/components/random-content/random-content.styles.js +94 -0
  159. package/dist/components/random-content/random-content.styles.js.map +1 -0
  160. package/dist/components/result-card/result-card.class.d.ts +9 -8
  161. package/dist/components/result-card/result-card.class.d.ts.map +1 -1
  162. package/dist/components/result-card/result-card.class.js +7 -26
  163. package/dist/components/result-card/result-card.class.js.map +1 -1
  164. package/dist/components/result-card/result-field.class.d.ts.map +1 -1
  165. package/dist/components/result-card/result-field.class.js +1 -11
  166. package/dist/components/result-card/result-field.class.js.map +1 -1
  167. package/dist/components/slider/slider.class.d.ts.map +1 -1
  168. package/dist/components/slider/slider.class.js +1 -19
  169. package/dist/components/slider/slider.class.js.map +1 -1
  170. package/dist/components/source-card/source-card.class.d.ts +8 -7
  171. package/dist/components/source-card/source-card.class.d.ts.map +1 -1
  172. package/dist/components/source-card/source-card.class.js +6 -25
  173. package/dist/components/source-card/source-card.class.js.map +1 -1
  174. package/dist/components/stat/stat.class.js +1 -1
  175. package/dist/components/stat/stat.class.js.map +1 -1
  176. package/dist/components/swatch-picker/swatch-picker.class.d.ts +55 -0
  177. package/dist/components/swatch-picker/swatch-picker.class.d.ts.map +1 -0
  178. package/dist/components/swatch-picker/swatch-picker.class.js +120 -0
  179. package/dist/components/swatch-picker/swatch-picker.class.js.map +1 -0
  180. package/dist/components/swatch-picker/swatch-picker.d.ts +2 -0
  181. package/dist/components/swatch-picker/swatch-picker.d.ts.map +1 -0
  182. package/dist/components/swatch-picker/swatch-picker.js +5 -0
  183. package/dist/components/swatch-picker/swatch-picker.js.map +1 -0
  184. package/dist/components/swatch-picker/swatch-picker.styles.d.ts +2 -0
  185. package/dist/components/swatch-picker/swatch-picker.styles.d.ts.map +1 -0
  186. package/dist/components/swatch-picker/swatch-picker.styles.js +55 -0
  187. package/dist/components/swatch-picker/swatch-picker.styles.js.map +1 -0
  188. package/dist/components/time-range/time-range.class.d.ts.map +1 -1
  189. package/dist/components/time-range/time-range.class.js +1 -21
  190. package/dist/components/time-range/time-range.class.js.map +1 -1
  191. package/dist/components/timeline/timeline-item.class.d.ts +120 -0
  192. package/dist/components/timeline/timeline-item.class.d.ts.map +1 -0
  193. package/dist/components/timeline/timeline-item.class.js +203 -0
  194. package/dist/components/timeline/timeline-item.class.js.map +1 -0
  195. package/dist/components/timeline/timeline-item.d.ts +3 -0
  196. package/dist/components/timeline/timeline-item.d.ts.map +1 -0
  197. package/dist/components/timeline/timeline-item.js +10 -0
  198. package/dist/components/timeline/timeline-item.js.map +1 -0
  199. package/dist/components/timeline/timeline-item.styles.d.ts +2 -0
  200. package/dist/components/timeline/timeline-item.styles.d.ts.map +1 -0
  201. package/dist/components/timeline/timeline-item.styles.js +149 -0
  202. package/dist/components/timeline/timeline-item.styles.js.map +1 -0
  203. package/dist/components/timeline/timeline.class.d.ts +59 -0
  204. package/dist/components/timeline/timeline.class.d.ts.map +1 -0
  205. package/dist/components/timeline/timeline.class.js +100 -0
  206. package/dist/components/timeline/timeline.class.js.map +1 -0
  207. package/dist/components/timeline/timeline.d.ts +2 -0
  208. package/dist/components/timeline/timeline.d.ts.map +1 -0
  209. package/dist/components/timeline/timeline.js +5 -0
  210. package/dist/components/timeline/timeline.js.map +1 -0
  211. package/dist/components/timeline/timeline.styles.d.ts +2 -0
  212. package/dist/components/timeline/timeline.styles.d.ts.map +1 -0
  213. package/dist/components/timeline/timeline.styles.js +52 -0
  214. package/dist/components/timeline/timeline.styles.js.map +1 -0
  215. package/dist/components/toast/toast-item.class.d.ts.map +1 -1
  216. package/dist/components/toast/toast-item.class.js +1 -3
  217. package/dist/components/toast/toast-item.class.js.map +1 -1
  218. package/dist/components/tool-param-form/tool-param-form.class.d.ts.map +1 -1
  219. package/dist/components/tool-param-form/tool-param-form.class.js +0 -1
  220. package/dist/components/tool-param-form/tool-param-form.class.js.map +1 -1
  221. package/dist/components/tour/tour.class.d.ts +250 -0
  222. package/dist/components/tour/tour.class.d.ts.map +1 -0
  223. package/dist/components/tour/tour.class.js +530 -0
  224. package/dist/components/tour/tour.class.js.map +1 -0
  225. package/dist/components/tour/tour.d.ts +2 -0
  226. package/dist/components/tour/tour.d.ts.map +1 -0
  227. package/dist/components/tour/tour.js +5 -0
  228. package/dist/components/tour/tour.js.map +1 -0
  229. package/dist/components/tour/tour.styles.d.ts +2 -0
  230. package/dist/components/tour/tour.styles.d.ts.map +1 -0
  231. package/dist/components/tour/tour.styles.js +165 -0
  232. package/dist/components/tour/tour.styles.js.map +1 -0
  233. package/dist/components/virtual-list/virtual-list.class.d.ts.map +1 -1
  234. package/dist/components/virtual-list/virtual-list.class.js +1 -3
  235. package/dist/components/virtual-list/virtual-list.class.js.map +1 -1
  236. package/dist/components/word-cloud/word-cloud.class.d.ts.map +1 -1
  237. package/dist/components/word-cloud/word-cloud.class.js +1 -8
  238. package/dist/components/word-cloud/word-cloud.class.js.map +1 -1
  239. package/dist/components/zoomable-frame/zoomable-frame.class.d.ts +15 -0
  240. package/dist/components/zoomable-frame/zoomable-frame.class.d.ts.map +1 -1
  241. package/dist/components/zoomable-frame/zoomable-frame.class.js +18 -0
  242. package/dist/components/zoomable-frame/zoomable-frame.class.js.map +1 -1
  243. package/dist/internal/a11y.d.ts +4 -0
  244. package/dist/internal/a11y.d.ts.map +1 -1
  245. package/dist/internal/a11y.js +17 -0
  246. package/dist/internal/a11y.js.map +1 -1
  247. package/dist/internal/canvas.d.ts +8 -0
  248. package/dist/internal/canvas.d.ts.map +1 -0
  249. package/dist/internal/canvas.js +14 -0
  250. package/dist/internal/canvas.js.map +1 -0
  251. package/dist/internal/localization.d.ts +1 -1
  252. package/dist/internal/localization.d.ts.map +1 -1
  253. package/dist/internal/localization.js +21 -2
  254. package/dist/internal/localization.js.map +1 -1
  255. package/dist/internal/motion.d.ts +5 -0
  256. package/dist/internal/motion.d.ts.map +1 -0
  257. package/dist/internal/motion.js +7 -0
  258. package/dist/internal/motion.js.map +1 -0
  259. package/dist/internal/numbers.d.ts +11 -0
  260. package/dist/internal/numbers.d.ts.map +1 -1
  261. package/dist/internal/numbers.js +21 -0
  262. package/dist/internal/numbers.js.map +1 -1
  263. package/dist/internal/positioner.d.ts +14 -0
  264. package/dist/internal/positioner.d.ts.map +1 -1
  265. package/dist/internal/positioner.js +27 -0
  266. package/dist/internal/positioner.js.map +1 -1
  267. package/dist/internal/root-registration-allowlist.d.ts +1 -1
  268. package/dist/internal/root-registration-allowlist.d.ts.map +1 -1
  269. package/dist/internal/root-registration-allowlist.js +12 -0
  270. package/dist/internal/root-registration-allowlist.js.map +1 -1
  271. package/dist/internal/rtl.d.ts +0 -11
  272. package/dist/internal/rtl.d.ts.map +1 -1
  273. package/dist/internal/rtl.js +0 -13
  274. package/dist/internal/rtl.js.map +1 -1
  275. package/dist/internal/safe-css.d.ts +15 -0
  276. package/dist/internal/safe-css.d.ts.map +1 -0
  277. package/dist/internal/safe-css.js +25 -0
  278. package/dist/internal/safe-css.js.map +1 -0
  279. package/dist/internal/strip-host-title.d.ts +24 -0
  280. package/dist/internal/strip-host-title.d.ts.map +1 -0
  281. package/dist/internal/strip-host-title.js +46 -0
  282. package/dist/internal/strip-host-title.js.map +1 -0
  283. package/dist/internal/tokens.styles.d.ts.map +1 -1
  284. package/dist/internal/tokens.styles.js +4 -0
  285. package/dist/internal/tokens.styles.js.map +1 -1
  286. package/dist/lyra.d.ts +37 -0
  287. package/dist/lyra.d.ts.map +1 -1
  288. package/dist/lyra.js +24 -0
  289. package/dist/lyra.js.map +1 -1
  290. package/llms-full.txt +161 -5
  291. package/llms.txt +5 -2
  292. package/package.json +43 -6
  293. package/vscode-css-data.json +733 -0
  294. package/vscode-html-data.json +10616 -0
  295. package/web-types.json +12206 -0
@@ -1 +1 @@
1
- {"version":3,"file":"time-range.class.js","sourceRoot":"","sources":["../../../src/components/time-range/time-range.class.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"time-range.class.js","sourceRoot":"","sources":["../../../src/components/time-range/time-range.class.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,120 @@
1
+ import { type TemplateResult } from 'lit';
2
+ import { LyraElement } from '../../internal/lyra-element.js';
3
+ export type TimelineItemVariant = 'neutral' | 'brand' | 'success' | 'warning' | 'danger';
4
+ /**
5
+ * `<lyra-timeline-item>` — one marker + title + optional timestamp + optional description row inside
6
+ * `<lyra-timeline>`'s default slot. See that component's class doc for the overall shape; this class
7
+ * doc covers the rail-connecting mechanism this item's own `[part="track"]`/`[part="rail"]`
8
+ * implement.
9
+ *
10
+ * Each item owns and renders *its own trailing rail segment*, not the whole connecting line — think
11
+ * of it as a linked list of line segments, one per item, each reaching toward the next item's marker.
12
+ * `[part="track"]` (marker then rail) is a flex sibling of `[part="content"]` inside `[part="base"]`,
13
+ * with `[part="base"]`'s default `align-items: stretch` left alone — so `[part="track"]`'s
14
+ * cross-axis size automatically equals `[part="content"]`'s own size, including any content-driven
15
+ * height from a long slotted description. `[part="rail"]` is `flex: 1 1 auto` inside `[part="track"]`,
16
+ * so once the marker (fixed size) takes its share, the rail fills the rest — no JS measurement, no
17
+ * `ResizeObserver`, no absolute positioning. `[part="content"]` carries a trailing logical padding
18
+ * (block-end in vertical mode, inline-end in horizontal mode) equal to `<lyra-timeline>`'s
19
+ * `--lyra-timeline-gap`, so the stretched rail visually reaches *into* the gap before the next item's
20
+ * marker with no seam. The last item's rail is suppressed by `<lyra-timeline>`'s own pure-CSS
21
+ * `::slotted(:last-child)` rule (see that component's stylesheet) — no JS coordination between the
22
+ * two components is needed anywhere in this mechanism.
23
+ *
24
+ * A pure display row: no events, no keyboard interaction, and no selection/expansion state of its
25
+ * own — a deliberate scope decision, not an oversight. An earlier "interactive row" design (mirroring
26
+ * `<lyra-conversation-item>`'s clickable `role="button"` row) was considered and dropped: this
27
+ * component's `title` and `description` are slots that routinely contain focusable content of their
28
+ * own (a link, a button) — wrapping them in an ancestor `role="button"` would trip axe's
29
+ * `nested-interactive` rule the moment a consumer slots one in, unlike `<lyra-conversation-item>`,
30
+ * which keeps its own focusable content in a sibling `actions` slot specifically to avoid that. A
31
+ * consumer who wants a clickable entry slots an actual interactive element inside `description`
32
+ * themselves — `role="listitem"` places no restriction on focusable descendants. Not a
33
+ * form-associated control — no value to submit, no label/hint/error chrome.
34
+ *
35
+ * @customElement lyra-timeline-item
36
+ * @slot - The item's primary heading/title content. Rich content allowed (inline code, a badge, a
37
+ * link) — nothing renders when this slot is empty, a valid if unusual usage.
38
+ * @slot icon - Leading marker/glyph override (e.g. a `<lyra-icon>`, an emoji, a small avatar-like
39
+ * element). Falls back to a plain color-coded dot (driven by `variant`) when empty.
40
+ * @slot timestamp - Full override of the timestamp presentation (e.g.
41
+ * `<lyra-format-date slot="timestamp">`, a custom string, a differently-configured
42
+ * `<lyra-relative-time>`). Wins over the `timestamp` property whenever it has assigned content,
43
+ * even if `timestamp` is also set. Falls back to an internally-rendered `<lyra-relative-time>`
44
+ * (driven by the `timestamp` property) wrapped in a `<time>`, or renders nothing at all
45
+ * (`[part="timestamp"]` hidden) when neither the slot nor a valid `timestamp` is present.
46
+ * @slot description - Secondary/body content below the title (explanatory text, a diff snippet, a
47
+ * "view details" affordance). `[part="description"]` is hidden entirely when this slot is empty.
48
+ * @csspart base - The root wrapper. Flex container; `flex-direction` is driven by the
49
+ * `--lyra-timeline-item-direction` custom property inherited from `<lyra-timeline>`'s `:host` --
50
+ * `row` in vertical-timeline mode (marker beside content), `column` in horizontal-timeline mode
51
+ * (marker above content).
52
+ * @csspart track - Wrapper around the marker and rail (the "spine"). Always the opposite axis from
53
+ * `[part="base"]` -- see the class doc's rail-mechanism note.
54
+ * @csspart marker - The dot/icon circle. Always `aria-hidden="true"` -- purely decorative, the
55
+ * item's accessible content is its title/timestamp/description text.
56
+ * @csspart rail - The connecting line segment extending from this item's marker toward the next
57
+ * item's marker. Hidden (`visibility: hidden`, not removed) for the last item in a
58
+ * `<lyra-timeline>` -- see the class doc.
59
+ * @csspart content - Wrapper around `header` and `description`.
60
+ * @csspart header - Flex row wrapping `title` and `timestamp`; wraps at narrow widths rather than
61
+ * truncating either.
62
+ * @csspart title - Wrapper around the default (title) slot.
63
+ * @csspart timestamp - Wrapper around the `timestamp` slot / the internally-rendered `<time>`
64
+ * fallback. Hidden entirely when there's nothing to show.
65
+ * @csspart description - Wrapper around the `description` slot. Hidden entirely when the slot is
66
+ * empty.
67
+ * @cssprop [--lyra-timeline-marker-size=var(--lyra-size-1-25rem)] - Diameter of the marker circle
68
+ * (both inline-size and block-size, so the default dot stays circular).
69
+ * @cssprop [--lyra-timeline-rail-width=var(--lyra-border-width-medium)] - Thickness of the
70
+ * connecting rail line.
71
+ * @cssprop [--lyra-timeline-rail-color=var(--lyra-color-border)] - Color of the connecting rail
72
+ * line. A component-scoped property (not just inlining `var(--lyra-color-border)` at every use
73
+ * site) so a consumer can retint just the rail without touching the library-wide border color
74
+ * elsewhere.
75
+ * @cssprop [--lyra-timeline-marker-color=var(--lyra-color-text-quiet)] - Marker fill/accent color.
76
+ * Swapped per `variant` (see the class doc's variant table); a consumer overriding this directly on
77
+ * one item wins over the variant default via normal CSS cascade/specificity.
78
+ */
79
+ export declare class LyraTimelineItem extends LyraElement {
80
+ static styles: import("lit").CSSResultGroup[];
81
+ /** When this event happened. Accepts a `Date`, anything `new Date()` can parse (e.g. an ISO 8601
82
+ * string), or epoch milliseconds. Invalid/unparseable input normalizes to "unset" -- no timestamp
83
+ * UI renders, identical to `timestamp` never having been set at all. `attribute: false` since
84
+ * `Date` instances aren't attribute-serializable -- set via a property binding
85
+ * (`.timestamp=${...}`) or imperatively, never a plain HTML attribute. Ignored entirely when the
86
+ * `timestamp` slot has assigned content -- see the class doc / that slot's own description. */
87
+ timestamp?: Date | string | number;
88
+ /** Forwarded 1:1 onto the internally-rendered `<lyra-relative-time>`'s own `sync` property, so a
89
+ * live feed (e.g. streaming agent actions) can opt this item into auto-refreshing relative text
90
+ * ("just now" ticking to "1 minute ago"). Named to match `<lyra-relative-time>`'s own `sync`
91
+ * property verbatim. Has no effect when the `timestamp` slot is populated -- there is no internal
92
+ * `<lyra-relative-time>` to forward onto in that case. */
93
+ sync: boolean;
94
+ /** Tone of the marker. `'neutral'` (default) is a plain past event; `'brand'` is highlighted/
95
+ * informational; `'success'` is completed positively (e.g. a successful deploy); `'warning'` needs
96
+ * attention; `'danger'` is a failed/error event. Same five-value set as `BadgeVariant`/
97
+ * `CalloutVariant`. */
98
+ variant: TimelineItemVariant;
99
+ /** Marks this as the current/in-progress item (e.g. "the agent is executing this step right now"),
100
+ * as opposed to a resolved past entry. Drives a pulsing marker (disabled under
101
+ * `prefers-reduced-motion: reduce`) and `aria-current="true"` on the host -- omitted entirely
102
+ * (not `"false"`) while inactive, matching `<lyra-stepper>`'s identical `aria-current` handling. */
103
+ active: boolean;
104
+ private hasIconSlot;
105
+ private hasTimestampSlot;
106
+ private hasDescriptionSlot;
107
+ connectedCallback(): void;
108
+ protected willUpdate(): void;
109
+ private get normalizedTimestamp();
110
+ private onIconSlotChange;
111
+ private onTimestampSlotChange;
112
+ private onDescriptionSlotChange;
113
+ render(): TemplateResult;
114
+ }
115
+ declare global {
116
+ interface HTMLElementTagNameMap {
117
+ 'lyra-timeline-item': LyraTimelineItem;
118
+ }
119
+ }
120
+ //# sourceMappingURL=timeline-item.class.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timeline-item.class.d.ts","sourceRoot":"","sources":["../../../src/components/timeline/timeline-item.class.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,cAAc,EAAE,MAAM,KAAK,CAAC;AAEzD,OAAO,EAAE,WAAW,EAAE,MAAM,gCAAgC,CAAC;AAG7D,MAAM,MAAM,mBAAmB,GAAG,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;AAEzF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA0EG;AACH,qBAAa,gBAAiB,SAAQ,WAAW;IAC/C,MAAM,CAAC,MAAM,iCAAgC;IAE7C;;;;;oGAKgG;IAChE,SAAS,CAAC,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,CAAC;IAEnE;;;;+DAI2D;IAC9B,IAAI,UAAS;IAE1C;;;4BAGwB;IACZ,OAAO,EAAE,mBAAmB,CAAa;IAErD;;;yGAGqG;IACzD,MAAM,UAAS;IAQlD,OAAO,CAAC,WAAW,CAAS;IAC5B,OAAO,CAAC,gBAAgB,CAAS;IACjC,OAAO,CAAC,kBAAkB,CAAS;IAE5C,iBAAiB,IAAI,IAAI,CAGxB;IAED,SAAS,CAAC,UAAU,IAAI,IAAI,CAO3B;IAED,OAAO,KAAK,mBAAmB,GAI9B;IAED,OAAO,CAAC,gBAAgB,CAEtB;IAEF,OAAO,CAAC,qBAAqB,CAE3B;IAEF,OAAO,CAAC,uBAAuB,CAE7B;IAEF,MAAM,IAAI,cAAc,CAsCvB;CACF;AAED,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,oBAAoB,EAAE,gBAAgB,CAAC;KACxC;CACF"}
@@ -0,0 +1,203 @@
1
+ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
2
+ var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
3
+ if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
4
+ else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
5
+ return c > 3 && r && Object.defineProperty(target, key, r), r;
6
+ };
7
+ import { html, nothing } from 'lit';
8
+ import { property, state } from 'lit/decorators.js';
9
+ import { LyraElement } from '../../internal/lyra-element.js';
10
+ import { styles } from './timeline-item.styles.js';
11
+ /**
12
+ * `<lyra-timeline-item>` — one marker + title + optional timestamp + optional description row inside
13
+ * `<lyra-timeline>`'s default slot. See that component's class doc for the overall shape; this class
14
+ * doc covers the rail-connecting mechanism this item's own `[part="track"]`/`[part="rail"]`
15
+ * implement.
16
+ *
17
+ * Each item owns and renders *its own trailing rail segment*, not the whole connecting line — think
18
+ * of it as a linked list of line segments, one per item, each reaching toward the next item's marker.
19
+ * `[part="track"]` (marker then rail) is a flex sibling of `[part="content"]` inside `[part="base"]`,
20
+ * with `[part="base"]`'s default `align-items: stretch` left alone — so `[part="track"]`'s
21
+ * cross-axis size automatically equals `[part="content"]`'s own size, including any content-driven
22
+ * height from a long slotted description. `[part="rail"]` is `flex: 1 1 auto` inside `[part="track"]`,
23
+ * so once the marker (fixed size) takes its share, the rail fills the rest — no JS measurement, no
24
+ * `ResizeObserver`, no absolute positioning. `[part="content"]` carries a trailing logical padding
25
+ * (block-end in vertical mode, inline-end in horizontal mode) equal to `<lyra-timeline>`'s
26
+ * `--lyra-timeline-gap`, so the stretched rail visually reaches *into* the gap before the next item's
27
+ * marker with no seam. The last item's rail is suppressed by `<lyra-timeline>`'s own pure-CSS
28
+ * `::slotted(:last-child)` rule (see that component's stylesheet) — no JS coordination between the
29
+ * two components is needed anywhere in this mechanism.
30
+ *
31
+ * A pure display row: no events, no keyboard interaction, and no selection/expansion state of its
32
+ * own — a deliberate scope decision, not an oversight. An earlier "interactive row" design (mirroring
33
+ * `<lyra-conversation-item>`'s clickable `role="button"` row) was considered and dropped: this
34
+ * component's `title` and `description` are slots that routinely contain focusable content of their
35
+ * own (a link, a button) — wrapping them in an ancestor `role="button"` would trip axe's
36
+ * `nested-interactive` rule the moment a consumer slots one in, unlike `<lyra-conversation-item>`,
37
+ * which keeps its own focusable content in a sibling `actions` slot specifically to avoid that. A
38
+ * consumer who wants a clickable entry slots an actual interactive element inside `description`
39
+ * themselves — `role="listitem"` places no restriction on focusable descendants. Not a
40
+ * form-associated control — no value to submit, no label/hint/error chrome.
41
+ *
42
+ * @customElement lyra-timeline-item
43
+ * @slot - The item's primary heading/title content. Rich content allowed (inline code, a badge, a
44
+ * link) — nothing renders when this slot is empty, a valid if unusual usage.
45
+ * @slot icon - Leading marker/glyph override (e.g. a `<lyra-icon>`, an emoji, a small avatar-like
46
+ * element). Falls back to a plain color-coded dot (driven by `variant`) when empty.
47
+ * @slot timestamp - Full override of the timestamp presentation (e.g.
48
+ * `<lyra-format-date slot="timestamp">`, a custom string, a differently-configured
49
+ * `<lyra-relative-time>`). Wins over the `timestamp` property whenever it has assigned content,
50
+ * even if `timestamp` is also set. Falls back to an internally-rendered `<lyra-relative-time>`
51
+ * (driven by the `timestamp` property) wrapped in a `<time>`, or renders nothing at all
52
+ * (`[part="timestamp"]` hidden) when neither the slot nor a valid `timestamp` is present.
53
+ * @slot description - Secondary/body content below the title (explanatory text, a diff snippet, a
54
+ * "view details" affordance). `[part="description"]` is hidden entirely when this slot is empty.
55
+ * @csspart base - The root wrapper. Flex container; `flex-direction` is driven by the
56
+ * `--lyra-timeline-item-direction` custom property inherited from `<lyra-timeline>`'s `:host` --
57
+ * `row` in vertical-timeline mode (marker beside content), `column` in horizontal-timeline mode
58
+ * (marker above content).
59
+ * @csspart track - Wrapper around the marker and rail (the "spine"). Always the opposite axis from
60
+ * `[part="base"]` -- see the class doc's rail-mechanism note.
61
+ * @csspart marker - The dot/icon circle. Always `aria-hidden="true"` -- purely decorative, the
62
+ * item's accessible content is its title/timestamp/description text.
63
+ * @csspart rail - The connecting line segment extending from this item's marker toward the next
64
+ * item's marker. Hidden (`visibility: hidden`, not removed) for the last item in a
65
+ * `<lyra-timeline>` -- see the class doc.
66
+ * @csspart content - Wrapper around `header` and `description`.
67
+ * @csspart header - Flex row wrapping `title` and `timestamp`; wraps at narrow widths rather than
68
+ * truncating either.
69
+ * @csspart title - Wrapper around the default (title) slot.
70
+ * @csspart timestamp - Wrapper around the `timestamp` slot / the internally-rendered `<time>`
71
+ * fallback. Hidden entirely when there's nothing to show.
72
+ * @csspart description - Wrapper around the `description` slot. Hidden entirely when the slot is
73
+ * empty.
74
+ * @cssprop [--lyra-timeline-marker-size=var(--lyra-size-1-25rem)] - Diameter of the marker circle
75
+ * (both inline-size and block-size, so the default dot stays circular).
76
+ * @cssprop [--lyra-timeline-rail-width=var(--lyra-border-width-medium)] - Thickness of the
77
+ * connecting rail line.
78
+ * @cssprop [--lyra-timeline-rail-color=var(--lyra-color-border)] - Color of the connecting rail
79
+ * line. A component-scoped property (not just inlining `var(--lyra-color-border)` at every use
80
+ * site) so a consumer can retint just the rail without touching the library-wide border color
81
+ * elsewhere.
82
+ * @cssprop [--lyra-timeline-marker-color=var(--lyra-color-text-quiet)] - Marker fill/accent color.
83
+ * Swapped per `variant` (see the class doc's variant table); a consumer overriding this directly on
84
+ * one item wins over the variant default via normal CSS cascade/specificity.
85
+ */
86
+ export class LyraTimelineItem extends LyraElement {
87
+ constructor() {
88
+ super(...arguments);
89
+ /** Forwarded 1:1 onto the internally-rendered `<lyra-relative-time>`'s own `sync` property, so a
90
+ * live feed (e.g. streaming agent actions) can opt this item into auto-refreshing relative text
91
+ * ("just now" ticking to "1 minute ago"). Named to match `<lyra-relative-time>`'s own `sync`
92
+ * property verbatim. Has no effect when the `timestamp` slot is populated -- there is no internal
93
+ * `<lyra-relative-time>` to forward onto in that case. */
94
+ this.sync = false;
95
+ /** Tone of the marker. `'neutral'` (default) is a plain past event; `'brand'` is highlighted/
96
+ * informational; `'success'` is completed positively (e.g. a successful deploy); `'warning'` needs
97
+ * attention; `'danger'` is a failed/error event. Same five-value set as `BadgeVariant`/
98
+ * `CalloutVariant`. */
99
+ this.variant = 'neutral';
100
+ /** Marks this as the current/in-progress item (e.g. "the agent is executing this step right now"),
101
+ * as opposed to a resolved past entry. Drives a pulsing marker (disabled under
102
+ * `prefers-reduced-motion: reduce`) and `aria-current="true"` on the host -- omitted entirely
103
+ * (not `"false"`) while inactive, matching `<lyra-stepper>`'s identical `aria-current` handling. */
104
+ this.active = false;
105
+ // Tracked in JS rather than relying on native <slot> fallback content: the "slot wins outright"
106
+ // precedence described in the class doc requires the internal <lyra-relative-time>/default-dot
107
+ // markup to be entirely absent from the render() output -- not merely visually superseded -- once
108
+ // the corresponding slot has assigned content. Same [part][hidden]-not-:empty reasoning as
109
+ // <lyra-menu-item>'s hasIconSlot (a [part] containing a literal <slot> child never matches a bare
110
+ // :empty selector), copied verbatim for all three slots here.
111
+ this.hasIconSlot = false;
112
+ this.hasTimestampSlot = false;
113
+ this.hasDescriptionSlot = false;
114
+ this.onIconSlotChange = (e) => {
115
+ this.hasIconSlot = e.target.assignedElements({ flatten: true }).length > 0;
116
+ };
117
+ this.onTimestampSlotChange = (e) => {
118
+ this.hasTimestampSlot = e.target.assignedElements({ flatten: true }).length > 0;
119
+ };
120
+ this.onDescriptionSlotChange = (e) => {
121
+ this.hasDescriptionSlot = e.target.assignedElements({ flatten: true }).length > 0;
122
+ };
123
+ }
124
+ static { this.styles = [LyraElement.styles, styles]; }
125
+ connectedCallback() {
126
+ super.connectedCallback();
127
+ this.setAttribute('role', 'listitem');
128
+ }
129
+ willUpdate() {
130
+ // aria-current lives on the host (role="listitem" does too -- see connectedCallback), so it's a
131
+ // plain imperative attribute write here rather than part of render()'s shadow-DOM template.
132
+ // Removed entirely (not set to "false") while inactive -- omitting it loses no information since
133
+ // aria-current's own ARIA-spec default value is already "false".
134
+ if (this.active)
135
+ this.setAttribute('aria-current', 'true');
136
+ else
137
+ this.removeAttribute('aria-current');
138
+ }
139
+ get normalizedTimestamp() {
140
+ if (this.timestamp === undefined)
141
+ return undefined;
142
+ const date = this.timestamp instanceof Date ? this.timestamp : new Date(this.timestamp);
143
+ return Number.isNaN(date.getTime()) ? undefined : date;
144
+ }
145
+ render() {
146
+ const ts = this.normalizedTimestamp;
147
+ const showTimestampFallback = !this.hasTimestampSlot && ts !== undefined;
148
+ const showTimestamp = this.hasTimestampSlot || ts !== undefined;
149
+ // Intl-formatted absolute date/time -- caller/data formatting exempt from localize() routing per
150
+ // AGENTS.md's i18n carve-out for Intl-formatted dates. Never hand-rolled.
151
+ const absolute = ts
152
+ ? new Intl.DateTimeFormat(this.effectiveLocale || undefined, { dateStyle: 'long', timeStyle: 'short' }).format(ts)
153
+ : '';
154
+ return html `
155
+ <div part="base">
156
+ <div part="track">
157
+ <span part="marker" aria-hidden="true">
158
+ <slot name="icon" @slotchange=${this.onIconSlotChange}></slot>
159
+ </span>
160
+ <span part="rail"></span>
161
+ </div>
162
+ <div part="content">
163
+ <div part="header">
164
+ <span part="title"><slot></slot></span>
165
+ <span part="timestamp" ?hidden=${!showTimestamp}>
166
+ <slot name="timestamp" @slotchange=${this.onTimestampSlotChange}></slot>
167
+ ${showTimestampFallback
168
+ ? html `<time datetime=${ts.toISOString()} title=${absolute}>
169
+ <lyra-relative-time .date=${ts} .sync=${this.sync}></lyra-relative-time>
170
+ </time>`
171
+ : nothing}
172
+ </span>
173
+ </div>
174
+ <span part="description" ?hidden=${!this.hasDescriptionSlot}>
175
+ <slot name="description" @slotchange=${this.onDescriptionSlotChange}></slot>
176
+ </span>
177
+ </div>
178
+ </div>
179
+ `;
180
+ }
181
+ }
182
+ __decorate([
183
+ property({ attribute: false })
184
+ ], LyraTimelineItem.prototype, "timestamp", void 0);
185
+ __decorate([
186
+ property({ type: Boolean })
187
+ ], LyraTimelineItem.prototype, "sync", void 0);
188
+ __decorate([
189
+ property()
190
+ ], LyraTimelineItem.prototype, "variant", void 0);
191
+ __decorate([
192
+ property({ type: Boolean, reflect: true })
193
+ ], LyraTimelineItem.prototype, "active", void 0);
194
+ __decorate([
195
+ state()
196
+ ], LyraTimelineItem.prototype, "hasIconSlot", void 0);
197
+ __decorate([
198
+ state()
199
+ ], LyraTimelineItem.prototype, "hasTimestampSlot", void 0);
200
+ __decorate([
201
+ state()
202
+ ], LyraTimelineItem.prototype, "hasDescriptionSlot", void 0);
203
+ //# sourceMappingURL=timeline-item.class.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timeline-item.class.js","sourceRoot":"","sources":["../../../src/components/timeline/timeline-item.class.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,3 @@
1
+ export * from './timeline-item.class.js';
2
+ import '../format/relative-time.js';
3
+ //# sourceMappingURL=timeline-item.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timeline-item.d.ts","sourceRoot":"","sources":["../../../src/components/timeline/timeline-item.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AAOzC,OAAO,4BAA4B,CAAC"}
@@ -0,0 +1,10 @@
1
+ export * from './timeline-item.class.js';
2
+ import { LyraTimelineItem } from './timeline-item.class.js';
3
+ import { defineElement } from '../../internal/prefix.js';
4
+ // Registers <lyra-relative-time>, rendered internally as the default timestamp fallback -- see the
5
+ // class doc's "Timestamp rendering" note. Kept out of timeline-item.class.ts so that module stays
6
+ // side-effect free per AGENTS.md's tree-shaking rule; mirrors <lyra-chat-message>'s identical
7
+ // dependency-registration split (chat-message.ts imports live-region.js the same way).
8
+ import '../format/relative-time.js';
9
+ defineElement('timeline-item', LyraTimelineItem);
10
+ //# sourceMappingURL=timeline-item.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timeline-item.js","sourceRoot":"","sources":["../../../src/components/timeline/timeline-item.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC;AACzC,OAAO,EAAE,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AACzD,mGAAmG;AACnG,kGAAkG;AAClG,8FAA8F;AAC9F,uFAAuF;AACvF,OAAO,4BAA4B,CAAC;AACpC,aAAa,CAAC,eAAe,EAAE,gBAAgB,CAAC,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const styles: import("lit").CSSResult;
2
+ //# sourceMappingURL=timeline-item.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timeline-item.styles.d.ts","sourceRoot":"","sources":["../../../src/components/timeline/timeline-item.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,yBAkJlB,CAAC"}
@@ -0,0 +1,149 @@
1
+ import { css } from 'lit';
2
+ export const styles = css `
3
+ :host {
4
+ display: block;
5
+ --lyra-timeline-marker-size: var(--lyra-size-1-25rem);
6
+ --lyra-timeline-rail-width: var(--lyra-border-width-medium);
7
+ --lyra-timeline-rail-color: var(--lyra-color-border);
8
+ /* Swapped per-variant by the :host([variant]) rules below -- same one-custom-property-per-tone
9
+ shape as lyra-stream-status's --lyra-stream-status-dot-color. */
10
+ --lyra-timeline-marker-color: var(--lyra-color-text-quiet);
11
+ }
12
+ :host([variant='brand']) {
13
+ --lyra-timeline-marker-color: var(--lyra-color-brand);
14
+ }
15
+ :host([variant='success']) {
16
+ --lyra-timeline-marker-color: var(--lyra-color-success);
17
+ }
18
+ :host([variant='warning']) {
19
+ --lyra-timeline-marker-color: var(--lyra-color-warning);
20
+ }
21
+ :host([variant='danger']) {
22
+ --lyra-timeline-marker-color: var(--lyra-color-danger);
23
+ }
24
+
25
+ [part='base'] {
26
+ display: flex;
27
+ /* Driven by the --lyra-timeline-item-direction custom property inherited from <lyra-timeline>'s
28
+ :host across the slot boundary -- row (marker beside content) in vertical-timeline mode,
29
+ column (marker above content) in horizontal-timeline mode. This component has no orientation
30
+ attribute of its own; see <lyra-timeline>'s styles for the source of truth. */
31
+ flex-direction: var(--lyra-timeline-item-direction, row);
32
+ gap: var(--lyra-space-s);
33
+ }
34
+
35
+ [part='track'] {
36
+ display: flex;
37
+ /* Always the *opposite* axis from [part='base'] -- see the class doc's rail-mechanism note.
38
+ Paired with --lyra-timeline-item-direction at the same <lyra-timeline> source, since CSS has
39
+ no way to derive "the other one of row/column" from a single custom property's value. */
40
+ flex-direction: var(--lyra-timeline-item-track-direction, column);
41
+ align-items: center;
42
+ flex: 0 0 auto;
43
+ }
44
+
45
+ [part='marker'] {
46
+ inline-size: var(--lyra-timeline-marker-size);
47
+ block-size: var(--lyra-timeline-marker-size);
48
+ border-radius: 50%;
49
+ flex: 0 0 auto;
50
+ background: var(--lyra-timeline-marker-color);
51
+ /* A slotted <lyra-icon> (or any currentColor-stroked glyph) automatically inherits the correct
52
+ variant tint with no extra wiring. */
53
+ color: var(--lyra-timeline-marker-color);
54
+ display: inline-flex;
55
+ align-items: center;
56
+ justify-content: center;
57
+ overflow: hidden;
58
+ }
59
+
60
+ /* The pulsing "in-progress" treatment -- same token/guard shape as lyra-stream-status's
61
+ streaming-phase dot pulse. */
62
+ :host([active]) [part='marker'] {
63
+ animation: lyra-timeline-item-pulse var(--lyra-transition-ambient) infinite;
64
+ }
65
+ @keyframes lyra-timeline-item-pulse {
66
+ 0%,
67
+ 100% {
68
+ transform: scale(0.85);
69
+ opacity: 0.6;
70
+ }
71
+ 50% {
72
+ transform: scale(1);
73
+ opacity: 1;
74
+ }
75
+ }
76
+ @media (prefers-reduced-motion: reduce) {
77
+ [part='marker'] {
78
+ animation: none !important;
79
+ }
80
+ }
81
+
82
+ [part='rail'] {
83
+ flex: 1 1 auto;
84
+ /* Both dimensions set to the same fixed thickness: whichever one ends up being [part='track']'s
85
+ cross axis (see above) is the one that visually matters as the rail's width -- the main-axis
86
+ dimension is just flex-basis's starting point, immediately overridden by flex-grow filling
87
+ whatever length [part='content']'s own padding/height creates (see the class doc's rail
88
+ mechanism). One declaration handles both orientations with no extra conditional. */
89
+ inline-size: var(--lyra-timeline-rail-width);
90
+ block-size: var(--lyra-timeline-rail-width);
91
+ background: var(--lyra-timeline-rail-color);
92
+ /* Suppressed for the last item in a <lyra-timeline> via this custom property, set by
93
+ <lyra-timeline>'s own ::slotted(:last-child) rule -- visibility (not display) keeps the same
94
+ layout box every other item's track has, so marker alignment stays consistent down the list. */
95
+ visibility: var(--lyra-timeline-item-rail-visibility, visible);
96
+ }
97
+
98
+ [part='content'] {
99
+ display: flex;
100
+ flex-direction: column;
101
+ flex: 1 1 auto;
102
+ min-inline-size: 0;
103
+ gap: var(--lyra-space-2xs);
104
+ /* Reaches into the gap before the next item so the rail (which stretches to match this
105
+ element's own size -- see [part='track']) visually meets the next item's marker with no seam.
106
+ Exactly one of these two is non-zero at a time, set together by <lyra-timeline>'s
107
+ :host / :host([orientation='horizontal']) rules; both default to 0 when this item is used
108
+ standalone (no <lyra-timeline> ancestor). */
109
+ padding-block-end: var(--lyra-timeline-item-gap-block-end, 0);
110
+ padding-inline-end: var(--lyra-timeline-item-gap-inline-end, 0);
111
+ }
112
+
113
+ [part='header'] {
114
+ display: flex;
115
+ align-items: baseline;
116
+ justify-content: space-between;
117
+ flex-wrap: wrap;
118
+ gap: var(--lyra-space-xs);
119
+ }
120
+
121
+ [part='title'] {
122
+ min-inline-size: 0;
123
+ color: var(--lyra-color-text);
124
+ font-weight: var(--lyra-font-weight-semibold);
125
+ line-height: var(--lyra-line-height-snug);
126
+ }
127
+
128
+ [part='timestamp'] {
129
+ flex: 0 0 auto;
130
+ color: var(--lyra-color-text-quiet);
131
+ font-size: var(--lyra-font-size-xs);
132
+ white-space: nowrap;
133
+ }
134
+ [part='timestamp'][hidden] {
135
+ display: none;
136
+ }
137
+
138
+ [part='description'] {
139
+ min-inline-size: 0;
140
+ color: var(--lyra-color-text-quiet);
141
+ font-size: var(--lyra-font-size-md-sm);
142
+ line-height: var(--lyra-line-height-1-4);
143
+ overflow-wrap: anywhere;
144
+ }
145
+ [part='description'][hidden] {
146
+ display: none;
147
+ }
148
+ `;
149
+ //# sourceMappingURL=timeline-item.styles.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"timeline-item.styles.js","sourceRoot":"","sources":["../../../src/components/timeline/timeline-item.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkJxB,CAAC"}