@aceshooting/lyra-ui 11.2.0 → 12.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 (222) hide show
  1. package/CHANGELOG.md +407 -0
  2. package/README.md +11 -8
  3. package/custom-elements.json +1 -1
  4. package/dist/all.d.ts +1 -0
  5. package/dist/all.js +1 -1
  6. package/dist/autoloader.js +1 -1
  7. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.d.ts +0 -1
  8. package/dist/components/agent-tools/tool-param-form/tool-param-form.class.js +1 -1
  9. package/dist/components/charts/chart/chart.class.d.ts +13 -1
  10. package/dist/components/charts/chart/histogram-bin.d.ts +0 -1
  11. package/dist/components/charts/chart/histogram-bin.js +1 -1
  12. package/dist/components/charts/chart/lite-chart.class.d.ts +22 -9
  13. package/dist/components/charts/chart/lite-chart.class.js +6 -6
  14. package/dist/components/conversation/code-block/code-block-shared.d.ts +4 -54
  15. package/dist/components/conversation/code-block/code-block-shared.js +1 -1
  16. package/dist/components/conversation/code-block/shiki-types.d.ts +2 -1
  17. package/dist/components/conversation/generation-metrics/generation-metrics.class.js +1 -1
  18. package/dist/components/conversation/model-select/model-select.class.d.ts +0 -3
  19. package/dist/components/conversation/model-select/model-select.class.js +1 -1
  20. package/dist/components/conversation/selection-toolbar/selection-toolbar.class.js +1 -1
  21. package/dist/components/conversation/voice-picker/voice-picker.class.d.ts +0 -1
  22. package/dist/components/conversation/voice-picker/voice-picker.class.js +1 -1
  23. package/dist/components/data/data-grid/data-grid.class.js +1 -1
  24. package/dist/components/data/funnel/funnel.class.d.ts +92 -0
  25. package/dist/components/data/funnel/funnel.class.js +25 -0
  26. package/dist/components/data/funnel/funnel.d.ts +1 -0
  27. package/dist/components/data/funnel/funnel.js +1 -0
  28. package/dist/components/data/funnel/funnel.styles.d.ts +1 -0
  29. package/dist/components/data/funnel/funnel.styles.js +127 -0
  30. package/dist/components/data/graph-query-builder/graph-query-builder.class.d.ts +0 -1
  31. package/dist/components/data/graph-query-builder/graph-query-builder.class.js +1 -1
  32. package/dist/components/data/heatmap/heatmap.class.d.ts +199 -14
  33. package/dist/components/data/heatmap/heatmap.class.js +30 -22
  34. package/dist/components/data/heatmap/heatmap.styles.js +36 -0
  35. package/dist/components/data/index.d.ts +1 -0
  36. package/dist/components/data/index.js +1 -1
  37. package/dist/components/data/table/table.class.d.ts +18 -4
  38. package/dist/components/data/table/table.class.js +2 -2
  39. package/dist/components/data/table/table.styles.js +2 -1
  40. package/dist/components/data/timeline/timeline-cluster.d.ts +1 -0
  41. package/dist/components/data/timeline/timeline-cluster.js +1 -0
  42. package/dist/components/data/timeline/timeline-item.class.d.ts +17 -2
  43. package/dist/components/data/timeline/timeline-item.class.js +13 -2
  44. package/dist/components/data/timeline/timeline-item.styles.js +65 -0
  45. package/dist/components/data/timeline/timeline.class.d.ts +83 -27
  46. package/dist/components/data/timeline/timeline.class.js +3 -3
  47. package/dist/components/data/timeline/timeline.d.ts +1 -0
  48. package/dist/components/data/timeline/timeline.js +1 -1
  49. package/dist/components/data/timeline/timeline.styles.js +14 -0
  50. package/dist/components/forms/button/button.class.js +1 -1
  51. package/dist/components/forms/checkbox/checkbox.class.d.ts +0 -1
  52. package/dist/components/forms/checkbox/checkbox.class.js +1 -1
  53. package/dist/components/forms/checkbox-group/checkbox-group.class.d.ts +0 -1
  54. package/dist/components/forms/checkbox-group/checkbox-group.class.js +1 -1
  55. package/dist/components/forms/code-editor/code-editor.class.js +1 -1
  56. package/dist/components/forms/color-picker/color-picker.class.js +1 -1
  57. package/dist/components/forms/combobox/combobox.class.d.ts +7 -1
  58. package/dist/components/forms/combobox/combobox.class.js +3 -2
  59. package/dist/components/forms/combobox/combobox.styles.js +1 -1
  60. package/dist/components/forms/date-picker/date-input.class.d.ts +23 -0
  61. package/dist/components/forms/date-picker/date-input.class.js +1 -1
  62. package/dist/components/forms/emoji-picker/emoji-data-loader.d.ts +0 -1
  63. package/dist/components/forms/input/native-time-input.class.js +1 -1
  64. package/dist/components/forms/input/time-input-shared.d.ts +2 -1
  65. package/dist/components/forms/input/time-input.class.js +1 -1
  66. package/dist/components/forms/locale-picker/locale-picker.class.d.ts +0 -1
  67. package/dist/components/forms/locale-picker/locale-picker.class.js +1 -1
  68. package/dist/components/forms/radio/radio-button.styles.d.ts +0 -1
  69. package/dist/components/forms/radio/radio-button.styles.js +1 -1
  70. package/dist/components/forms/radio/radio-group.class.d.ts +0 -1
  71. package/dist/components/forms/radio/radio-group.class.js +1 -1
  72. package/dist/components/forms/radio/radio.class.d.ts +0 -1
  73. package/dist/components/forms/radio/radio.class.js +1 -1
  74. package/dist/components/forms/rubric-form/rubric-form.class.d.ts +0 -1
  75. package/dist/components/forms/rubric-form/rubric-form.class.js +1 -1
  76. package/dist/components/forms/select/select.class.d.ts +0 -1
  77. package/dist/components/forms/select/select.class.js +1 -1
  78. package/dist/components/forms/slider/slider.class.d.ts +0 -1
  79. package/dist/components/forms/slider/slider.class.js +1 -1
  80. package/dist/components/forms/switch/switch.class.d.ts +0 -1
  81. package/dist/components/forms/switch/switch.class.js +1 -1
  82. package/dist/components/forms/time-range/time-range.class.d.ts +0 -1
  83. package/dist/components/forms/time-range/time-range.class.js +1 -1
  84. package/dist/components/forms/token-input/token-input.class.d.ts +0 -1
  85. package/dist/components/forms/token-input/token-input.class.js +1 -1
  86. package/dist/components/layout/app-rail/app-rail-item.class.d.ts +16 -0
  87. package/dist/components/layout/app-rail/app-rail-item.class.js +4 -4
  88. package/dist/components/layout/dashboard-grid/layout-internal.d.ts +0 -1
  89. package/dist/components/layout/dashboard-grid/layout-internal.js +1 -1
  90. package/dist/components/layout/details/accordion-owner.d.ts +1 -1
  91. package/dist/components/layout/filter-bar/filter-bar.class.d.ts +32 -3
  92. package/dist/components/layout/filter-bar/filter-bar.class.js +2 -1
  93. package/dist/components/layout/menu/menu-item.class.js +1 -1
  94. package/dist/components/layout/virtual-list/virtual-list.class.js +1 -1
  95. package/dist/components/layout/widget/widget.class.d.ts +16 -0
  96. package/dist/components/layout/widget/widget.class.js +2 -2
  97. package/dist/components/lr-funnel.d.ts +1 -0
  98. package/dist/components/lr-funnel.js +1 -0
  99. package/dist/components/media/av-player/av-metadata.d.ts +0 -2
  100. package/dist/components/media/av-player/av-metadata.js +1 -1
  101. package/dist/components/media/file-input/file-input.class.d.ts +0 -1
  102. package/dist/components/media/file-input/file-input.class.js +1 -1
  103. package/dist/components/media/flag/flag-peer-bulk-standard.d.ts +25 -0
  104. package/dist/components/media/flag/flag-peer-bulk-standard.js +1 -0
  105. package/dist/components/media/flag/flag.class.d.ts +8 -0
  106. package/dist/components/media/flag/flag.class.js +1 -1
  107. package/dist/components/media/map/map-loader.d.ts +4 -1
  108. package/dist/components/media/map/map.class.d.ts +242 -23
  109. package/dist/components/media/map/map.class.js +2 -2
  110. package/dist/components/overlays/chip/chip-group.class.d.ts +16 -0
  111. package/dist/components/overlays/chip/chip-group.class.js +10 -3
  112. package/dist/components/overlays/overlay/popover.class.d.ts +7 -1
  113. package/dist/components/overlays/overlay/popover.class.js +1 -1
  114. package/dist/components/overlays/overlay/tooltip.class.d.ts +1 -0
  115. package/dist/components/overlays/overlay/tooltip.class.js +1 -1
  116. package/dist/components/overlays/progress/progress-shared.d.ts +0 -2
  117. package/dist/components/overlays/progress/progress-shared.js +1 -1
  118. package/dist/components/overlays/rating/rating.class.js +1 -1
  119. package/dist/components/retrieval/graph/graph-canvas.d.ts +10 -9
  120. package/dist/components/retrieval/mind-map/mind-map-layout.d.ts +0 -4
  121. package/dist/components/retrieval/mind-map/mind-map-layout.js +1 -1
  122. package/dist/components/utility/format/format-options.d.ts +0 -2
  123. package/dist/components/utility/format/format-options.js +1 -1
  124. package/dist/components/utility/icon/icon-resource.d.ts +0 -2
  125. package/dist/components/utility/icon/icon-resource.js +1 -1
  126. package/dist/components/viewers/archive-viewer/zip-resource-guard.d.ts +2 -1
  127. package/dist/components/viewers/docx-viewer/docx-resource-guard.d.ts +0 -3
  128. package/dist/components/viewers/docx-viewer/docx-resource-guard.js +1 -1
  129. package/dist/components/viewers/ebook-viewer/ebook-loader.d.ts +2 -1
  130. package/dist/components/viewers/ebook-viewer/epub-resource-guard.d.ts +0 -3
  131. package/dist/components/viewers/ebook-viewer/epub-resource-guard.js +1 -1
  132. package/dist/components/viewers/pdf-viewer/pdf-loader.d.ts +2 -2
  133. package/dist/components/viewers/pdf-viewer/pdf-viewer.class.js +2 -2
  134. package/dist/components/viewers/pptx-viewer/pptx-resource-guard.d.ts +0 -2
  135. package/dist/components/viewers/pptx-viewer/pptx-resource-guard.js +1 -1
  136. package/dist/components/viewers/spreadsheet-viewer/xlsx-resource-guard.d.ts +0 -5
  137. package/dist/components/viewers/spreadsheet-viewer/xlsx-resource-guard.js +1 -1
  138. package/dist/custom-elements-jsx.d.ts +16 -8
  139. package/dist/events.d.ts +15 -0
  140. package/dist/internal/accessibility-visibility.d.ts +1 -1
  141. package/dist/internal/anchor-target.d.ts +1 -3
  142. package/dist/internal/anchor-target.js +2 -2
  143. package/dist/internal/anchored-overlay-runtime.d.ts +7 -0
  144. package/dist/internal/anchored-overlay-runtime.js +1 -0
  145. package/dist/internal/announcement-text.d.ts +1 -1
  146. package/dist/internal/ansi.d.ts +0 -4
  147. package/dist/internal/ansi.js +1 -1
  148. package/dist/internal/aria-ownership.d.ts +2 -1
  149. package/dist/internal/autoloader-manifest.js +1 -1
  150. package/dist/internal/autoloader-tags.d.ts +1 -1
  151. package/dist/internal/autoloader-tags.js +1 -1
  152. package/dist/internal/default-strings.generated.d.ts +1 -0
  153. package/dist/internal/default-strings.generated.js +1 -1
  154. package/dist/internal/focus-navigation.d.ts +3 -2
  155. package/dist/internal/form-associated.d.ts +0 -1
  156. package/dist/internal/form-associated.js +1 -1
  157. package/dist/internal/form-control-labels.d.ts +0 -3
  158. package/dist/internal/form-control-labels.js +1 -1
  159. package/dist/internal/localization-runtime.js +1 -1
  160. package/dist/internal/localization-types.d.ts +1 -1
  161. package/dist/internal/localization.js +1 -1
  162. package/dist/internal/lyra-element.d.ts +7 -14
  163. package/dist/internal/lyra-element.js +1 -1
  164. package/dist/internal/nonmodal-overlay-manager.d.ts +9 -0
  165. package/dist/internal/nonmodal-overlay-manager.js +1 -0
  166. package/dist/internal/overlay-manager.d.ts +4 -20
  167. package/dist/internal/overlay-manager.js +1 -1
  168. package/dist/internal/overlay-stack.d.ts +66 -0
  169. package/dist/internal/overlay-stack.js +1 -0
  170. package/dist/internal/package-metadata.d.ts +1 -1
  171. package/dist/internal/package-metadata.js +1 -1
  172. package/dist/internal/positioner.js +1 -1
  173. package/dist/internal/root-registration-allowlist.d.ts +1 -1
  174. package/dist/internal/root-registration-allowlist.js +1 -1
  175. package/dist/internal/text-quote.d.ts +1 -1
  176. package/dist/lyra.d.ts +5 -4
  177. package/dist/lyra.js +1 -1
  178. package/dist/ssr/all.d.ts +1 -0
  179. package/dist/ssr/all.js +1 -1
  180. package/dist/ssr.d.ts +4 -4
  181. package/dist/styles/tokens-root.css +488 -0
  182. package/dist/svelte.d.ts +17 -8
  183. package/dist/translations/ar.js +1 -1
  184. package/dist/translations/de.js +1 -1
  185. package/dist/translations/es.js +1 -1
  186. package/dist/translations/fa.js +1 -1
  187. package/dist/translations/fr.js +1 -1
  188. package/dist/translations/he.js +1 -1
  189. package/dist/translations/ja.js +1 -1
  190. package/dist/translations/pt-BR.js +1 -1
  191. package/dist/translations/ru.js +1 -1
  192. package/dist/translations/zh-CN.js +1 -1
  193. package/dist/utilities/localization.js +1 -1
  194. package/dist/vue.d.ts +16 -8
  195. package/llms/components/lr-app-rail-item.md +8 -1
  196. package/llms/components/lr-app-rail.md +6 -0
  197. package/llms/components/lr-chip-group.md +7 -0
  198. package/llms/components/lr-chip.md +7 -0
  199. package/llms/components/lr-combobox.md +42 -0
  200. package/llms/components/lr-date-input.md +19 -1
  201. package/llms/components/lr-date-picker.md +19 -1
  202. package/llms/components/lr-filter-bar.md +50 -1
  203. package/llms/components/lr-flag.md +14 -0
  204. package/llms/components/lr-funnel.md +122 -0
  205. package/llms/components/lr-heatmap.md +55 -8
  206. package/llms/components/lr-lite-chart.md +20 -8
  207. package/llms/components/lr-map.md +109 -22
  208. package/llms/components/lr-option.md +42 -0
  209. package/llms/components/lr-popover.md +39 -0
  210. package/llms/components/lr-table.md +7 -3
  211. package/llms/components/lr-timeline-item.md +49 -24
  212. package/llms/components/lr-timeline.md +49 -24
  213. package/llms/components/lr-widget.md +7 -1
  214. package/llms/index.md +3 -2
  215. package/llms/peers.md +1 -1
  216. package/llms/shared.md +110 -1
  217. package/llms-full.txt +681 -67
  218. package/llms.txt +1 -1
  219. package/package.json +26 -8
  220. package/vscode-css-data.json +63 -0
  221. package/vscode-html-data.json +108 -23
  222. package/web-types.json +32738 -310
@@ -0,0 +1,488 @@
1
+ /* GENERATED by scripts/generate-design-tokens.mjs from tokens/canonical-tokens.json. */
2
+
3
+ /* @aceshooting/lyra-ui/tokens-root.css -- the resolved --lr-* layer at document scope, opt-in.
4
+
5
+ WHY THIS FILE EXISTS. theme.css ships the --lr-theme-* INPUT layer at :root. The resolved OUTPUT
6
+ layer (--lr-color-*, --lr-space-*, --lr-radius, --lr-shadow-*, --lr-font-*) is declared on every
7
+ lr-* component's own shadow :host and nowhere else, so an application's OWN custom elements --
8
+ which are not descendants of any lr-* shadow root -- inherit none of it. var(--lr-color-border)
9
+ written inside an app's own component resolves to nothing, and var(--lr-space-m, 0.5rem) runs on
10
+ its literal fallback forever; neither is visible without reading computed styles in a browser.
11
+ Importing this file once puts the same resolved values on :root, and those references start
12
+ working. It is opt-in precisely so that not importing it cannot change anyone's cascade.
13
+
14
+ WHAT IS IN, AND WHY IT IS A SUBSET. --lr-* is documented as the internal output layer exactly so
15
+ it can change without a major, and publishing all ~490 of its names here would freeze several
16
+ hundred internal decisions as permanent public API. The subset answers one question: what does an
17
+ application's own component need in order to sit inside a Lyra UI without looking foreign?
18
+ - Semantic colour: the page, raised and modal surfaces, text, borders, the scrim, plus the full
19
+ {brand success warning danger neutral} x {fill border on} x {quiet normal loud} grid and its
20
+ flat aliases. The grid comes in whole because its contrast guarantee is per-tier -- a quiet
21
+ fill is only legible under the matching on-quiet foreground -- so shipping the flat aliases
22
+ alone would hand consumers a pairing with no guarantee behind it.
23
+ - Geometry and chrome: the spacing scale, the three radii, the three border widths, the five
24
+ elevation steps with their shadow colour, the focus ring, font family, size and weight, the
25
+ two opacity steps, and the fast/base duration, easing and transition pair so an application's
26
+ own transitions share the kit's rhythm.
27
+
28
+ WHAT IS DELIBERATELY OUT.
29
+ - --lr-ramp-<variant>-<step> (55): documented as never-reference-directly. A step encodes a
30
+ light-mode choice and carries no theme hook, so a rule written against one silently breaks in
31
+ dark mode.
32
+ - --lr-size-<value> (178): value-named geometry constants. Frozen internals, not decisions.
33
+ - The chart, graph and terminal palettes: generated ramps that move with the palette tooling.
34
+ - --lr-layer-<role> and the z-index scale: stacking order is the application's decision.
35
+ - --lr-color-mix-hover, --lr-color-mix-active, --lr-color-mix-partner, --lr-hover-brightness:
36
+ inputs to the library's own interaction recipe.
37
+ - --lr-line-height-<name>: the set includes value-named entries that must stay changeable.
38
+ - Per-control and per-surface internals -- --lr-icon-button-size, --lr-otp-input-segment-size,
39
+ --lr-scroll-fade-size, --lr-popover-viewport-clamp, --lr-safe-area-<edge>, --lr-mask-opaque,
40
+ --lr-color-no-data.
41
+ - The nine variant-following slots (--lr-color-fill-loud and friends): they mean "the variant
42
+ THIS element is set to", which is meaningless on :root.
43
+
44
+ STABILITY PROMISE. Every name declared below is public API from the release that introduced it:
45
+ it will not be renamed or removed outside a major version, and its meaning will not change. Its
46
+ VALUE may change in a minor exactly as it may inside a component -- a palette retune moves both
47
+ together, which is the point. Names absent from this file stay internal and may change in any
48
+ release, so ask for one to be added rather than reading it out of a component's shadow root.
49
+
50
+ HOW IT LAYERS. Everything sits in the lr-theme cascade layer, like theme.css, so ANY unlayered
51
+ application rule beats it whatever its specificity and whatever the load order. The file declares
52
+ custom properties and nothing else -- notably not color-scheme, which would repaint native page
53
+ chrome and could contradict theme.css -- so importing it paints nothing by itself.
54
+
55
+ MODES. Light on :root and on the .lr-light / [data-lr-theme='light'] scopes; dark under
56
+ prefers-color-scheme (unless an explicit light scope opts out) and on the .lr-dark /
57
+ [data-lr-theme='dark'] scopes; then the same forced-colors and prefers-reduced-motion overrides
58
+ the components apply. Those last two blocks list EVERY scope the mode rules above declare into,
59
+ the compound :root:not(.lr-light):not([data-lr-theme='light']) dark route included: they sit in
60
+ the same layer and win only by tying its specificity, so a bare :root arm would lose to it and
61
+ leave both the forced-colors and the reduced-motion set dead for anyone whose OS is dark with no
62
+ explicit scope. A scope switch therefore moves an application's own elements and the kit's
63
+ together. Every declaration keeps its --lr-theme-* input in front of a resolved fallback, so
64
+ theme.css and any application override still win here exactly as they do inside a component, and
65
+ the fallback is the value that component would have reached through the ramp.
66
+
67
+ RETHEMING A SUBTREE. A --lr-theme-* input set on a mid-tree element still retunes every lr-*
68
+ component below it, because each component re-derives the whole resolved layer on its own :host.
69
+ The document-scope copy below cannot do that: it is substituted once, where it is declared, and
70
+ what inherits past that point is the finished value. So an application element that carries a
71
+ subtree override and expects its OWN descendants to follow it needs the resolved layer re-derived
72
+ at the same element -- put .lr-light / .lr-dark (or data-lr-theme) on it, which is exactly what
73
+ the mode rules below key on, and the whole subset resolves again against the new input.
74
+
75
+ OVERLAP. --lr-focus-ring and its three parts are also declared at document scope by theme.css,
76
+ which predates this file. Both spell the same chain, so importing both is a no-op either way
77
+ round. */
78
+
79
+ @layer lr-base, lr-theme, lr-utilities, lr-overrides;
80
+
81
+ @layer lr-theme {
82
+ :root,
83
+ .lr-light,
84
+ [data-lr-theme='light'] {
85
+ --lr-color-surface: var(--lr-theme-color-surface-default, #fff);
86
+ --lr-color-surface-raised: var(--lr-theme-color-surface-raised, #f6f8fa);
87
+ --lr-color-surface-overlay: var(--lr-theme-color-surface-overlay, var(--lr-color-surface));
88
+ --lr-color-overlay: var(--lr-theme-color-overlay, rgb(0 0 0 / 0.5));
89
+ --lr-color-text: var(--lr-theme-color-text-normal, #1a1a1a);
90
+ --lr-color-text-quiet: var(--lr-theme-color-text-quiet, #6b7280);
91
+ --lr-color-border: var(--lr-theme-color-surface-border, #8a8a90);
92
+ --lr-color-border-strong: var(--lr-theme-color-border-strong, #4b5563);
93
+ --lr-color-brand-fill-quiet: var(--lr-theme-color-brand-fill-quiet, #e5efff);
94
+ --lr-color-brand-fill-normal: var(--lr-theme-color-brand-fill-normal, #95c0fe);
95
+ --lr-color-brand-fill-loud: var(--lr-theme-color-brand-fill-loud, #035ec6);
96
+ --lr-color-brand-border-quiet: var(--lr-theme-color-brand-border-quiet, #95c0fe);
97
+ --lr-color-brand-border-normal: var(--lr-theme-color-brand-border-normal, #2d7de9);
98
+ --lr-color-brand-border-loud: var(--lr-theme-color-brand-border-loud, #034492);
99
+ --lr-color-brand-on-quiet: var(--lr-theme-color-brand-on-quiet, #000001);
100
+ --lr-color-brand-on-normal: var(--lr-theme-color-brand-on-normal, #000001);
101
+ --lr-color-brand-on-loud: var(--lr-theme-color-brand-on-loud, #edeef1);
102
+ --lr-color-success-fill-quiet: var(--lr-theme-color-success-fill-quiet, #d3fbd8);
103
+ --lr-color-success-fill-normal: var(--lr-theme-color-success-fill-normal, #91d09a);
104
+ --lr-color-success-fill-loud: var(--lr-theme-color-success-fill-loud, #0c7830);
105
+ --lr-color-success-border-quiet: var(--lr-theme-color-success-border-quiet, #91d09a);
106
+ --lr-color-success-border-normal: var(--lr-theme-color-success-border-normal, #3e9550);
107
+ --lr-color-success-border-loud: var(--lr-theme-color-success-border-loud, #00571f);
108
+ --lr-color-success-on-quiet: var(--lr-theme-color-success-on-quiet, #000001);
109
+ --lr-color-success-on-normal: var(--lr-theme-color-success-on-normal, #000001);
110
+ --lr-color-success-on-loud: var(--lr-theme-color-success-on-loud, #edeef1);
111
+ --lr-color-warning-fill-quiet: var(--lr-theme-color-warning-fill-quiet, #ffebd2);
112
+ --lr-color-warning-fill-normal: var(--lr-theme-color-warning-fill-normal, #ddb781);
113
+ --lr-color-warning-fill-loud: var(--lr-theme-color-warning-fill-loud, #855905);
114
+ --lr-color-warning-border-quiet: var(--lr-theme-color-warning-border-quiet, #ddb781);
115
+ --lr-color-warning-border-normal: var(--lr-theme-color-warning-border-normal, #a77526);
116
+ --lr-color-warning-border-loud: var(--lr-theme-color-warning-border-loud, #624001);
117
+ --lr-color-warning-on-quiet: var(--lr-theme-color-warning-on-quiet, #000001);
118
+ --lr-color-warning-on-normal: var(--lr-theme-color-warning-on-normal, #000001);
119
+ --lr-color-warning-on-loud: var(--lr-theme-color-warning-on-loud, #edeef1);
120
+ --lr-color-danger-fill-quiet: var(--lr-theme-color-danger-fill-quiet, #ffe9e6);
121
+ --lr-color-danger-fill-normal: var(--lr-theme-color-danger-fill-normal, #ffa099);
122
+ --lr-color-danger-fill-loud: var(--lr-theme-color-danger-fill-loud, #bb0320);
123
+ --lr-color-danger-border-quiet: var(--lr-theme-color-danger-border-quiet, #ffa099);
124
+ --lr-color-danger-border-normal: var(--lr-theme-color-danger-border-normal, #dc3e41);
125
+ --lr-color-danger-border-loud: var(--lr-theme-color-danger-border-loud, #890415);
126
+ --lr-color-danger-on-quiet: var(--lr-theme-color-danger-on-quiet, #000001);
127
+ --lr-color-danger-on-normal: var(--lr-theme-color-danger-on-normal, #000001);
128
+ --lr-color-danger-on-loud: var(--lr-theme-color-danger-on-loud, #edeef1);
129
+ --lr-color-neutral-fill-quiet: var(--lr-theme-color-neutral-fill-quiet, #edeef1);
130
+ --lr-color-neutral-fill-normal: var(--lr-theme-color-neutral-fill-normal, #bcbec1);
131
+ --lr-color-neutral-fill-loud: var(--lr-theme-color-neutral-fill-loud, #616368);
132
+ --lr-color-neutral-border-quiet: var(--lr-theme-color-neutral-border-quiet, #bcbec1);
133
+ --lr-color-neutral-border-normal: var(--lr-theme-color-neutral-border-normal, #7e8085);
134
+ --lr-color-neutral-border-loud: var(--lr-theme-color-neutral-border-loud, #46484c);
135
+ --lr-color-neutral-on-quiet: var(--lr-theme-color-neutral-on-quiet, #000001);
136
+ --lr-color-neutral-on-normal: var(--lr-theme-color-neutral-on-normal, #000001);
137
+ --lr-color-neutral-on-loud: var(--lr-theme-color-neutral-on-loud, #edeef1);
138
+ --lr-color-brand: var(--lr-color-brand-fill-loud);
139
+ --lr-color-brand-quiet: var(--lr-color-brand-fill-quiet);
140
+ --lr-color-on-brand: var(--lr-color-brand-on-loud);
141
+ --lr-color-success: var(--lr-color-success-fill-loud);
142
+ --lr-color-success-quiet: var(--lr-color-success-fill-quiet);
143
+ --lr-color-on-success: var(--lr-color-success-on-loud);
144
+ --lr-color-warning: var(--lr-color-warning-fill-loud);
145
+ --lr-color-warning-quiet: var(--lr-color-warning-fill-quiet);
146
+ --lr-color-on-warning: var(--lr-color-warning-on-loud);
147
+ --lr-color-danger: var(--lr-color-danger-fill-loud);
148
+ --lr-color-danger-quiet: var(--lr-color-danger-fill-quiet);
149
+ --lr-color-on-danger: var(--lr-color-danger-on-loud);
150
+ --lr-color-neutral: var(--lr-color-neutral-fill-loud);
151
+ --lr-color-on-neutral: var(--lr-color-neutral-on-loud);
152
+ --lr-space-2xs: var(--lr-theme-space-2xs, 0.125rem);
153
+ --lr-space-xs: var(--lr-theme-space-xs, 0.25rem);
154
+ --lr-space-s: var(--lr-theme-space-s, 0.5rem);
155
+ --lr-space-m: var(--lr-theme-space-m, 0.75rem);
156
+ --lr-space-l: var(--lr-theme-space-l, 1rem);
157
+ --lr-space-2xl: var(--lr-theme-space-2xl, 2rem);
158
+ --lr-radius-xs: var(--lr-theme-border-radius-xs, 2px);
159
+ --lr-radius: var(--lr-theme-border-radius-m, 0.375rem);
160
+ --lr-radius-pill: var(--lr-theme-border-radius-pill, 999px);
161
+ --lr-border-width-thin: var(--lr-theme-border-width-thin, 1px);
162
+ --lr-border-width-medium: var(--lr-theme-border-width-medium, 2px);
163
+ --lr-border-width-thick: var(--lr-theme-border-width-thick, 3px);
164
+ --lr-shadow-color: var(--lr-theme-shadow-color, 0 0 0);
165
+ --lr-shadow-xs: var(--lr-theme-shadow-xs, 0 1px 2px rgb(var(--lr-shadow-color) / 0.12));
166
+ --lr-shadow-s: var(--lr-theme-shadow-s, 0 1px 4px rgb(var(--lr-shadow-color) / 0.14));
167
+ --lr-shadow-m: var(--lr-theme-shadow-m, 0 2px 8px rgb(var(--lr-shadow-color) / 0.15));
168
+ --lr-shadow-l: var(--lr-theme-shadow-l, 0 6px 16px rgb(var(--lr-shadow-color) / 0.18));
169
+ --lr-shadow-xl: var(--lr-theme-shadow-xl, 0 12px 32px rgb(var(--lr-shadow-color) / 0.22));
170
+ --lr-shadow: var(--lr-shadow-m);
171
+ --lr-font: var(--lr-theme-font-family-body, system-ui, sans-serif);
172
+ --lr-font-mono: var(--lr-theme-font-family-mono, ui-monospace, SFMono-Regular, Menlo, Consolas, monospace);
173
+ --lr-font-size-3xs: var(--lr-theme-font-size-3xs, 0.5rem);
174
+ --lr-font-size-2xs: var(--lr-theme-font-size-2xs, 0.625rem);
175
+ --lr-font-size-xs: var(--lr-theme-font-size-xs, 0.75rem);
176
+ --lr-font-size-sm: var(--lr-theme-font-size-sm, 0.8125rem);
177
+ --lr-font-size-md-sm: var(--lr-theme-font-size-md-sm, 0.875rem);
178
+ --lr-font-size-m: var(--lr-theme-font-size-m, 1rem);
179
+ --lr-font-size-lg: var(--lr-theme-font-size-lg, 1.125rem);
180
+ --lr-font-size-xl: var(--lr-theme-font-size-xl, 1.25rem);
181
+ --lr-font-size-2xl: var(--lr-theme-font-size-2xl, 1.75rem);
182
+ --lr-font-size-3xl: var(--lr-theme-font-size-3xl, 2rem);
183
+ --lr-font-weight-normal: var(--lr-theme-font-weight-normal, 400);
184
+ --lr-font-weight-medium: var(--lr-theme-font-weight-medium, 500);
185
+ --lr-font-weight-semibold: var(--lr-theme-font-weight-semibold, 600);
186
+ --lr-font-weight-bold: var(--lr-theme-font-weight-bold, 700);
187
+ --lr-focus-ring: var(--lr-focus-ring-width) solid var(--lr-focus-ring-color);
188
+ --lr-focus-ring-color: var(--lr-theme-color-focus, var(--lr-color-brand));
189
+ --lr-focus-ring-width: var(--lr-theme-focus-ring-width, 2px);
190
+ --lr-focus-ring-offset: var(--lr-theme-focus-ring-offset, 2px);
191
+ --lr-opacity-disabled: var(--lr-theme-opacity-disabled, 0.5);
192
+ --lr-opacity-muted: var(--lr-theme-opacity-muted, 0.85);
193
+ --lr-duration-fast: var(--lr-theme-duration-fast, 120ms);
194
+ --lr-duration-base: var(--lr-theme-duration-normal, 180ms);
195
+ --lr-easing-standard: var(--lr-theme-easing-standard, ease-out);
196
+ --lr-easing-emphasized: var(--lr-theme-easing-emphasized, ease-in-out);
197
+ --lr-transition-fast: var(--lr-theme-transition-fast, var(--lr-duration-fast) var(--lr-easing-standard));
198
+ --lr-transition-base: var(--lr-theme-transition-normal, var(--lr-duration-base) var(--lr-easing-standard));
199
+ }
200
+
201
+ /* The OS preference, with an explicit light scope opting out of it -- the document-scope twin of
202
+ the components' own :host(:not([data-lr-theme='light'])) dark rule. */
203
+ @media (prefers-color-scheme: dark) {
204
+ :root:not(.lr-light):not([data-lr-theme='light']) {
205
+ --lr-color-surface: var(--lr-theme-color-surface-default, #1a1a1a);
206
+ --lr-color-surface-raised: var(--lr-theme-color-surface-raised, #22272e);
207
+ --lr-color-surface-overlay: var(--lr-theme-color-surface-overlay, #2b3038);
208
+ --lr-color-overlay: var(--lr-theme-color-overlay, rgb(0 0 0 / 0.72));
209
+ --lr-color-text: var(--lr-theme-color-text-normal, #f2f2f2);
210
+ --lr-color-text-quiet: var(--lr-theme-color-text-quiet, #9aa1ac);
211
+ --lr-color-border: var(--lr-theme-color-surface-border, #6b6b74);
212
+ --lr-color-border-strong: var(--lr-theme-color-border-strong, #c4c9d1);
213
+ --lr-color-brand-fill-quiet: var(--lr-theme-color-brand-fill-quiet, #002b62);
214
+ --lr-color-brand-fill-normal: var(--lr-theme-color-brand-fill-normal, #035ec6);
215
+ --lr-color-brand-fill-loud: var(--lr-theme-color-brand-fill-loud, #5b9eff);
216
+ --lr-color-brand-border-quiet: var(--lr-theme-color-brand-border-quiet, #002b62);
217
+ --lr-color-brand-border-normal: var(--lr-theme-color-brand-border-normal, #2d7de9);
218
+ --lr-color-brand-border-loud: var(--lr-theme-color-brand-border-loud, #5b9eff);
219
+ --lr-color-brand-on-quiet: var(--lr-theme-color-brand-on-quiet, #edeef1);
220
+ --lr-color-brand-on-normal: var(--lr-theme-color-brand-on-normal, #edeef1);
221
+ --lr-color-brand-on-loud: var(--lr-theme-color-brand-on-loud, #000001);
222
+ --lr-color-success-fill-quiet: var(--lr-theme-color-success-fill-quiet, #013912);
223
+ --lr-color-success-fill-normal: var(--lr-theme-color-success-fill-normal, #0c7830);
224
+ --lr-color-success-fill-loud: var(--lr-theme-color-success-fill-loud, #67b374);
225
+ --lr-color-success-border-quiet: var(--lr-theme-color-success-border-quiet, #013912);
226
+ --lr-color-success-border-normal: var(--lr-theme-color-success-border-normal, #3e9550);
227
+ --lr-color-success-border-loud: var(--lr-theme-color-success-border-loud, #67b374);
228
+ --lr-color-success-on-quiet: var(--lr-theme-color-success-on-quiet, #edeef1);
229
+ --lr-color-success-on-normal: var(--lr-theme-color-success-on-normal, #edeef1);
230
+ --lr-color-success-on-loud: var(--lr-theme-color-success-on-loud, #000001);
231
+ --lr-color-warning-fill-quiet: var(--lr-theme-color-warning-fill-quiet, #402801);
232
+ --lr-color-warning-fill-normal: var(--lr-theme-color-warning-fill-normal, #855905);
233
+ --lr-color-warning-fill-loud: var(--lr-theme-color-warning-fill-loud, #c39554);
234
+ --lr-color-warning-border-quiet: var(--lr-theme-color-warning-border-quiet, #402801);
235
+ --lr-color-warning-border-normal: var(--lr-theme-color-warning-border-normal, #a77526);
236
+ --lr-color-warning-border-loud: var(--lr-theme-color-warning-border-loud, #c39554);
237
+ --lr-color-warning-on-quiet: var(--lr-theme-color-warning-on-quiet, #edeef1);
238
+ --lr-color-warning-on-normal: var(--lr-theme-color-warning-on-normal, #edeef1);
239
+ --lr-color-warning-on-loud: var(--lr-theme-color-warning-on-loud, #000001);
240
+ --lr-color-danger-fill-quiet: var(--lr-theme-color-danger-fill-quiet, #5c010a);
241
+ --lr-color-danger-fill-normal: var(--lr-theme-color-danger-fill-normal, #bb0320);
242
+ --lr-color-danger-fill-loud: var(--lr-theme-color-danger-fill-loud, #f86b66);
243
+ --lr-color-danger-border-quiet: var(--lr-theme-color-danger-border-quiet, #5c010a);
244
+ --lr-color-danger-border-normal: var(--lr-theme-color-danger-border-normal, #dc3e41);
245
+ --lr-color-danger-border-loud: var(--lr-theme-color-danger-border-loud, #f86b66);
246
+ --lr-color-danger-on-quiet: var(--lr-theme-color-danger-on-quiet, #edeef1);
247
+ --lr-color-danger-on-normal: var(--lr-theme-color-danger-on-normal, #edeef1);
248
+ --lr-color-danger-on-loud: var(--lr-theme-color-danger-on-loud, #000001);
249
+ --lr-color-neutral-fill-quiet: var(--lr-theme-color-neutral-fill-quiet, #2c2e31);
250
+ --lr-color-neutral-fill-normal: var(--lr-theme-color-neutral-fill-normal, #616368);
251
+ --lr-color-neutral-fill-loud: var(--lr-theme-color-neutral-fill-loud, #9c9ea3);
252
+ --lr-color-neutral-border-quiet: var(--lr-theme-color-neutral-border-quiet, #2c2e31);
253
+ --lr-color-neutral-border-normal: var(--lr-theme-color-neutral-border-normal, #7e8085);
254
+ --lr-color-neutral-border-loud: var(--lr-theme-color-neutral-border-loud, #9c9ea3);
255
+ --lr-color-neutral-on-quiet: var(--lr-theme-color-neutral-on-quiet, #edeef1);
256
+ --lr-color-neutral-on-normal: var(--lr-theme-color-neutral-on-normal, #edeef1);
257
+ --lr-color-neutral-on-loud: var(--lr-theme-color-neutral-on-loud, #000001);
258
+ --lr-color-brand: var(--lr-color-brand-fill-loud);
259
+ --lr-color-brand-quiet: var(--lr-color-brand-fill-quiet);
260
+ --lr-color-on-brand: var(--lr-color-brand-on-loud);
261
+ --lr-color-success: var(--lr-color-success-fill-loud);
262
+ --lr-color-success-quiet: var(--lr-color-success-fill-quiet);
263
+ --lr-color-on-success: var(--lr-color-success-on-loud);
264
+ --lr-color-warning: var(--lr-color-warning-fill-loud);
265
+ --lr-color-warning-quiet: var(--lr-color-warning-fill-quiet);
266
+ --lr-color-on-warning: var(--lr-color-warning-on-loud);
267
+ --lr-color-danger: var(--lr-color-danger-fill-loud);
268
+ --lr-color-danger-quiet: var(--lr-color-danger-fill-quiet);
269
+ --lr-color-on-danger: var(--lr-color-danger-on-loud);
270
+ --lr-color-neutral: var(--lr-color-neutral-fill-loud);
271
+ --lr-color-on-neutral: var(--lr-color-neutral-on-loud);
272
+ --lr-space-2xs: var(--lr-theme-space-2xs, 0.125rem);
273
+ --lr-space-xs: var(--lr-theme-space-xs, 0.25rem);
274
+ --lr-space-s: var(--lr-theme-space-s, 0.5rem);
275
+ --lr-space-m: var(--lr-theme-space-m, 0.75rem);
276
+ --lr-space-l: var(--lr-theme-space-l, 1rem);
277
+ --lr-space-2xl: var(--lr-theme-space-2xl, 2rem);
278
+ --lr-radius-xs: var(--lr-theme-border-radius-xs, 2px);
279
+ --lr-radius: var(--lr-theme-border-radius-m, 0.375rem);
280
+ --lr-radius-pill: var(--lr-theme-border-radius-pill, 999px);
281
+ --lr-border-width-thin: var(--lr-theme-border-width-thin, 1px);
282
+ --lr-border-width-medium: var(--lr-theme-border-width-medium, 2px);
283
+ --lr-border-width-thick: var(--lr-theme-border-width-thick, 3px);
284
+ --lr-shadow-color: var(--lr-theme-shadow-color, 0 0 0);
285
+ --lr-shadow-xs: var(--lr-theme-shadow-xs, 0 1px 2px rgb(var(--lr-shadow-color) / 0.34));
286
+ --lr-shadow-s: var(--lr-theme-shadow-s, 0 1px 4px rgb(var(--lr-shadow-color) / 0.4));
287
+ --lr-shadow-m: var(--lr-theme-shadow-m, 0 2px 8px rgb(var(--lr-shadow-color) / 0.46));
288
+ --lr-shadow-l: var(--lr-theme-shadow-l, 0 8px 20px rgb(var(--lr-shadow-color) / 0.56));
289
+ --lr-shadow-xl: var(--lr-theme-shadow-xl, 0 16px 40px rgb(var(--lr-shadow-color) / 0.66));
290
+ --lr-shadow: var(--lr-shadow-m);
291
+ --lr-font: var(--lr-theme-font-family-body, system-ui, sans-serif);
292
+ --lr-font-mono: var(--lr-theme-font-family-mono, ui-monospace, SFMono-Regular, Menlo, Consolas, monospace);
293
+ --lr-font-size-3xs: var(--lr-theme-font-size-3xs, 0.5rem);
294
+ --lr-font-size-2xs: var(--lr-theme-font-size-2xs, 0.625rem);
295
+ --lr-font-size-xs: var(--lr-theme-font-size-xs, 0.75rem);
296
+ --lr-font-size-sm: var(--lr-theme-font-size-sm, 0.8125rem);
297
+ --lr-font-size-md-sm: var(--lr-theme-font-size-md-sm, 0.875rem);
298
+ --lr-font-size-m: var(--lr-theme-font-size-m, 1rem);
299
+ --lr-font-size-lg: var(--lr-theme-font-size-lg, 1.125rem);
300
+ --lr-font-size-xl: var(--lr-theme-font-size-xl, 1.25rem);
301
+ --lr-font-size-2xl: var(--lr-theme-font-size-2xl, 1.75rem);
302
+ --lr-font-size-3xl: var(--lr-theme-font-size-3xl, 2rem);
303
+ --lr-font-weight-normal: var(--lr-theme-font-weight-normal, 400);
304
+ --lr-font-weight-medium: var(--lr-theme-font-weight-medium, 500);
305
+ --lr-font-weight-semibold: var(--lr-theme-font-weight-semibold, 600);
306
+ --lr-font-weight-bold: var(--lr-theme-font-weight-bold, 700);
307
+ --lr-focus-ring: var(--lr-focus-ring-width) solid var(--lr-focus-ring-color);
308
+ --lr-focus-ring-color: var(--lr-theme-color-focus, var(--lr-color-brand));
309
+ --lr-focus-ring-width: var(--lr-theme-focus-ring-width, 2px);
310
+ --lr-focus-ring-offset: var(--lr-theme-focus-ring-offset, 2px);
311
+ --lr-opacity-disabled: var(--lr-theme-opacity-disabled, 0.5);
312
+ --lr-opacity-muted: var(--lr-theme-opacity-muted, 0.85);
313
+ --lr-duration-fast: var(--lr-theme-duration-fast, 120ms);
314
+ --lr-duration-base: var(--lr-theme-duration-normal, 180ms);
315
+ --lr-easing-standard: var(--lr-theme-easing-standard, ease-out);
316
+ --lr-easing-emphasized: var(--lr-theme-easing-emphasized, ease-in-out);
317
+ --lr-transition-fast: var(--lr-theme-transition-fast, var(--lr-duration-fast) var(--lr-easing-standard));
318
+ --lr-transition-base: var(--lr-theme-transition-normal, var(--lr-duration-base) var(--lr-easing-standard));
319
+ }
320
+ }
321
+
322
+ /* An explicitly pinned dark scope, on any ancestor. Every name is restated rather than only the
323
+ ones whose own value differs: an alias such as --lr-color-brand would otherwise INHERIT the
324
+ already-substituted light colour from :root instead of re-resolving against the dark grid. */
325
+ .lr-dark,
326
+ [data-lr-theme='dark'] {
327
+ --lr-color-surface: var(--lr-theme-color-surface-default, #1a1a1a);
328
+ --lr-color-surface-raised: var(--lr-theme-color-surface-raised, #22272e);
329
+ --lr-color-surface-overlay: var(--lr-theme-color-surface-overlay, #2b3038);
330
+ --lr-color-overlay: var(--lr-theme-color-overlay, rgb(0 0 0 / 0.72));
331
+ --lr-color-text: var(--lr-theme-color-text-normal, #f2f2f2);
332
+ --lr-color-text-quiet: var(--lr-theme-color-text-quiet, #9aa1ac);
333
+ --lr-color-border: var(--lr-theme-color-surface-border, #6b6b74);
334
+ --lr-color-border-strong: var(--lr-theme-color-border-strong, #c4c9d1);
335
+ --lr-color-brand-fill-quiet: var(--lr-theme-color-brand-fill-quiet, #002b62);
336
+ --lr-color-brand-fill-normal: var(--lr-theme-color-brand-fill-normal, #035ec6);
337
+ --lr-color-brand-fill-loud: var(--lr-theme-color-brand-fill-loud, #5b9eff);
338
+ --lr-color-brand-border-quiet: var(--lr-theme-color-brand-border-quiet, #002b62);
339
+ --lr-color-brand-border-normal: var(--lr-theme-color-brand-border-normal, #2d7de9);
340
+ --lr-color-brand-border-loud: var(--lr-theme-color-brand-border-loud, #5b9eff);
341
+ --lr-color-brand-on-quiet: var(--lr-theme-color-brand-on-quiet, #edeef1);
342
+ --lr-color-brand-on-normal: var(--lr-theme-color-brand-on-normal, #edeef1);
343
+ --lr-color-brand-on-loud: var(--lr-theme-color-brand-on-loud, #000001);
344
+ --lr-color-success-fill-quiet: var(--lr-theme-color-success-fill-quiet, #013912);
345
+ --lr-color-success-fill-normal: var(--lr-theme-color-success-fill-normal, #0c7830);
346
+ --lr-color-success-fill-loud: var(--lr-theme-color-success-fill-loud, #67b374);
347
+ --lr-color-success-border-quiet: var(--lr-theme-color-success-border-quiet, #013912);
348
+ --lr-color-success-border-normal: var(--lr-theme-color-success-border-normal, #3e9550);
349
+ --lr-color-success-border-loud: var(--lr-theme-color-success-border-loud, #67b374);
350
+ --lr-color-success-on-quiet: var(--lr-theme-color-success-on-quiet, #edeef1);
351
+ --lr-color-success-on-normal: var(--lr-theme-color-success-on-normal, #edeef1);
352
+ --lr-color-success-on-loud: var(--lr-theme-color-success-on-loud, #000001);
353
+ --lr-color-warning-fill-quiet: var(--lr-theme-color-warning-fill-quiet, #402801);
354
+ --lr-color-warning-fill-normal: var(--lr-theme-color-warning-fill-normal, #855905);
355
+ --lr-color-warning-fill-loud: var(--lr-theme-color-warning-fill-loud, #c39554);
356
+ --lr-color-warning-border-quiet: var(--lr-theme-color-warning-border-quiet, #402801);
357
+ --lr-color-warning-border-normal: var(--lr-theme-color-warning-border-normal, #a77526);
358
+ --lr-color-warning-border-loud: var(--lr-theme-color-warning-border-loud, #c39554);
359
+ --lr-color-warning-on-quiet: var(--lr-theme-color-warning-on-quiet, #edeef1);
360
+ --lr-color-warning-on-normal: var(--lr-theme-color-warning-on-normal, #edeef1);
361
+ --lr-color-warning-on-loud: var(--lr-theme-color-warning-on-loud, #000001);
362
+ --lr-color-danger-fill-quiet: var(--lr-theme-color-danger-fill-quiet, #5c010a);
363
+ --lr-color-danger-fill-normal: var(--lr-theme-color-danger-fill-normal, #bb0320);
364
+ --lr-color-danger-fill-loud: var(--lr-theme-color-danger-fill-loud, #f86b66);
365
+ --lr-color-danger-border-quiet: var(--lr-theme-color-danger-border-quiet, #5c010a);
366
+ --lr-color-danger-border-normal: var(--lr-theme-color-danger-border-normal, #dc3e41);
367
+ --lr-color-danger-border-loud: var(--lr-theme-color-danger-border-loud, #f86b66);
368
+ --lr-color-danger-on-quiet: var(--lr-theme-color-danger-on-quiet, #edeef1);
369
+ --lr-color-danger-on-normal: var(--lr-theme-color-danger-on-normal, #edeef1);
370
+ --lr-color-danger-on-loud: var(--lr-theme-color-danger-on-loud, #000001);
371
+ --lr-color-neutral-fill-quiet: var(--lr-theme-color-neutral-fill-quiet, #2c2e31);
372
+ --lr-color-neutral-fill-normal: var(--lr-theme-color-neutral-fill-normal, #616368);
373
+ --lr-color-neutral-fill-loud: var(--lr-theme-color-neutral-fill-loud, #9c9ea3);
374
+ --lr-color-neutral-border-quiet: var(--lr-theme-color-neutral-border-quiet, #2c2e31);
375
+ --lr-color-neutral-border-normal: var(--lr-theme-color-neutral-border-normal, #7e8085);
376
+ --lr-color-neutral-border-loud: var(--lr-theme-color-neutral-border-loud, #9c9ea3);
377
+ --lr-color-neutral-on-quiet: var(--lr-theme-color-neutral-on-quiet, #edeef1);
378
+ --lr-color-neutral-on-normal: var(--lr-theme-color-neutral-on-normal, #edeef1);
379
+ --lr-color-neutral-on-loud: var(--lr-theme-color-neutral-on-loud, #000001);
380
+ --lr-color-brand: var(--lr-color-brand-fill-loud);
381
+ --lr-color-brand-quiet: var(--lr-color-brand-fill-quiet);
382
+ --lr-color-on-brand: var(--lr-color-brand-on-loud);
383
+ --lr-color-success: var(--lr-color-success-fill-loud);
384
+ --lr-color-success-quiet: var(--lr-color-success-fill-quiet);
385
+ --lr-color-on-success: var(--lr-color-success-on-loud);
386
+ --lr-color-warning: var(--lr-color-warning-fill-loud);
387
+ --lr-color-warning-quiet: var(--lr-color-warning-fill-quiet);
388
+ --lr-color-on-warning: var(--lr-color-warning-on-loud);
389
+ --lr-color-danger: var(--lr-color-danger-fill-loud);
390
+ --lr-color-danger-quiet: var(--lr-color-danger-fill-quiet);
391
+ --lr-color-on-danger: var(--lr-color-danger-on-loud);
392
+ --lr-color-neutral: var(--lr-color-neutral-fill-loud);
393
+ --lr-color-on-neutral: var(--lr-color-neutral-on-loud);
394
+ --lr-space-2xs: var(--lr-theme-space-2xs, 0.125rem);
395
+ --lr-space-xs: var(--lr-theme-space-xs, 0.25rem);
396
+ --lr-space-s: var(--lr-theme-space-s, 0.5rem);
397
+ --lr-space-m: var(--lr-theme-space-m, 0.75rem);
398
+ --lr-space-l: var(--lr-theme-space-l, 1rem);
399
+ --lr-space-2xl: var(--lr-theme-space-2xl, 2rem);
400
+ --lr-radius-xs: var(--lr-theme-border-radius-xs, 2px);
401
+ --lr-radius: var(--lr-theme-border-radius-m, 0.375rem);
402
+ --lr-radius-pill: var(--lr-theme-border-radius-pill, 999px);
403
+ --lr-border-width-thin: var(--lr-theme-border-width-thin, 1px);
404
+ --lr-border-width-medium: var(--lr-theme-border-width-medium, 2px);
405
+ --lr-border-width-thick: var(--lr-theme-border-width-thick, 3px);
406
+ --lr-shadow-color: var(--lr-theme-shadow-color, 0 0 0);
407
+ --lr-shadow-xs: var(--lr-theme-shadow-xs, 0 1px 2px rgb(var(--lr-shadow-color) / 0.34));
408
+ --lr-shadow-s: var(--lr-theme-shadow-s, 0 1px 4px rgb(var(--lr-shadow-color) / 0.4));
409
+ --lr-shadow-m: var(--lr-theme-shadow-m, 0 2px 8px rgb(var(--lr-shadow-color) / 0.46));
410
+ --lr-shadow-l: var(--lr-theme-shadow-l, 0 8px 20px rgb(var(--lr-shadow-color) / 0.56));
411
+ --lr-shadow-xl: var(--lr-theme-shadow-xl, 0 16px 40px rgb(var(--lr-shadow-color) / 0.66));
412
+ --lr-shadow: var(--lr-shadow-m);
413
+ --lr-font: var(--lr-theme-font-family-body, system-ui, sans-serif);
414
+ --lr-font-mono: var(--lr-theme-font-family-mono, ui-monospace, SFMono-Regular, Menlo, Consolas, monospace);
415
+ --lr-font-size-3xs: var(--lr-theme-font-size-3xs, 0.5rem);
416
+ --lr-font-size-2xs: var(--lr-theme-font-size-2xs, 0.625rem);
417
+ --lr-font-size-xs: var(--lr-theme-font-size-xs, 0.75rem);
418
+ --lr-font-size-sm: var(--lr-theme-font-size-sm, 0.8125rem);
419
+ --lr-font-size-md-sm: var(--lr-theme-font-size-md-sm, 0.875rem);
420
+ --lr-font-size-m: var(--lr-theme-font-size-m, 1rem);
421
+ --lr-font-size-lg: var(--lr-theme-font-size-lg, 1.125rem);
422
+ --lr-font-size-xl: var(--lr-theme-font-size-xl, 1.25rem);
423
+ --lr-font-size-2xl: var(--lr-theme-font-size-2xl, 1.75rem);
424
+ --lr-font-size-3xl: var(--lr-theme-font-size-3xl, 2rem);
425
+ --lr-font-weight-normal: var(--lr-theme-font-weight-normal, 400);
426
+ --lr-font-weight-medium: var(--lr-theme-font-weight-medium, 500);
427
+ --lr-font-weight-semibold: var(--lr-theme-font-weight-semibold, 600);
428
+ --lr-font-weight-bold: var(--lr-theme-font-weight-bold, 700);
429
+ --lr-focus-ring: var(--lr-focus-ring-width) solid var(--lr-focus-ring-color);
430
+ --lr-focus-ring-color: var(--lr-theme-color-focus, var(--lr-color-brand));
431
+ --lr-focus-ring-width: var(--lr-theme-focus-ring-width, 2px);
432
+ --lr-focus-ring-offset: var(--lr-theme-focus-ring-offset, 2px);
433
+ --lr-opacity-disabled: var(--lr-theme-opacity-disabled, 0.5);
434
+ --lr-opacity-muted: var(--lr-theme-opacity-muted, 0.85);
435
+ --lr-duration-fast: var(--lr-theme-duration-fast, 120ms);
436
+ --lr-duration-base: var(--lr-theme-duration-normal, 180ms);
437
+ --lr-easing-standard: var(--lr-theme-easing-standard, ease-out);
438
+ --lr-easing-emphasized: var(--lr-theme-easing-emphasized, ease-in-out);
439
+ --lr-transition-fast: var(--lr-theme-transition-fast, var(--lr-duration-fast) var(--lr-easing-standard));
440
+ --lr-transition-base: var(--lr-theme-transition-normal, var(--lr-duration-base) var(--lr-easing-standard));
441
+ }
442
+
443
+ @media (forced-colors: active) {
444
+ :root,
445
+ :root:not(.lr-light):not([data-lr-theme='light']),
446
+ .lr-light,
447
+ [data-lr-theme='light'],
448
+ .lr-dark,
449
+ [data-lr-theme='dark'] {
450
+ --lr-color-surface: Canvas;
451
+ --lr-color-surface-raised: Canvas;
452
+ --lr-color-text: CanvasText;
453
+ --lr-color-text-quiet: CanvasText;
454
+ --lr-color-border: ButtonText;
455
+ --lr-color-brand: LinkText;
456
+ --lr-color-brand-quiet: Canvas;
457
+ --lr-color-on-brand: Canvas;
458
+ --lr-color-success: LinkText;
459
+ --lr-color-success-quiet: Canvas;
460
+ --lr-color-on-success: Canvas;
461
+ --lr-color-warning: CanvasText;
462
+ --lr-color-warning-quiet: Canvas;
463
+ --lr-color-on-warning: Canvas;
464
+ --lr-color-danger: LinkText;
465
+ --lr-color-danger-quiet: Canvas;
466
+ --lr-color-on-danger: Canvas;
467
+ --lr-color-neutral: ButtonText;
468
+ --lr-color-on-neutral: Canvas;
469
+ --lr-focus-ring-color: Highlight;
470
+ }
471
+ }
472
+
473
+ @media (prefers-reduced-motion: reduce) {
474
+ :root,
475
+ :root:not(.lr-light):not([data-lr-theme='light']),
476
+ .lr-light,
477
+ [data-lr-theme='light'],
478
+ .lr-dark,
479
+ [data-lr-theme='dark'] {
480
+ --lr-duration-fast: 0.001ms;
481
+ --lr-duration-base: 0.001ms;
482
+ --lr-easing-standard: linear;
483
+ --lr-easing-emphasized: linear;
484
+ --lr-transition-fast: 0.001ms linear;
485
+ --lr-transition-base: 0.001ms linear;
486
+ }
487
+ }
488
+ }
package/dist/svelte.d.ts CHANGED
@@ -92,6 +92,7 @@ import type { LyraFlowControls } from './components/data/flow-controls/flow-cont
92
92
  import type { LyraFlowMinimap } from './components/data/flow-minimap/flow-minimap.class.js';
93
93
  import type { LyraFlowNode } from './components/data/flow-node/flow-node.class.js';
94
94
  import type { LyraFlowRunStatus } from './components/data/flow-run-status/flow-run-status.class.js';
95
+ import type { LyraFunnel } from './components/data/funnel/funnel.class.js';
95
96
  import type { LyraGauge } from './components/data/gauge/gauge.class.js';
96
97
  import type { LyraGraphQueryBuilder, LyraGraphQueryBuilderEventMap } from './components/data/graph-query-builder/graph-query-builder.class.js';
97
98
  import type { LyraHeatmap, LyraHeatmapEventMap } from './components/data/heatmap/heatmap.class.js';
@@ -101,7 +102,7 @@ import type { LyraSparkline } from './components/data/sparkline/sparkline.class.
101
102
  import type { LyraStat } from './components/data/stat/stat.class.js';
102
103
  import type { LyraTable, LyraTableEventMap } from './components/data/table/table.class.js';
103
104
  import type { LyraTimelineItem } from './components/data/timeline/timeline-item.class.js';
104
- import type { LyraTimeline } from './components/data/timeline/timeline.class.js';
105
+ import type { LyraTimeline, LyraTimelineEventMap } from './components/data/timeline/timeline.class.js';
105
106
  import type { LyraTreeItem, LyraTreeItemEventMap } from './components/data/tree/tree-item.class.js';
106
107
  import type { LyraTree, LyraTreeEventMap } from './components/data/tree/tree.class.js';
107
108
  import type { LyraWordCloud, LyraWordCloudEventMap } from './components/data/word-cloud/word-cloud.class.js';
@@ -373,7 +374,7 @@ export type LyraAppRailSvelteProps = LyraSvelteElementProps<LyraAppRail, 'forceM
373
374
  'rail-width-px'?: LyraAppRail['railWidthPx'];
374
375
  'storage-key'?: LyraAppRail['storageKey'];
375
376
  }>;
376
- export type LyraAppRailItemSvelteProps = LyraSvelteElementProps<LyraAppRailItem, 'current' | 'disabled' | 'href' | 'locale' | 'strings' | 'target' | 'tooltip', {}, {}, never, '--lr-app-rail-item-active-bg' | '--lr-app-rail-item-active-color' | '--lr-app-rail-item-current-bg' | '--lr-app-rail-item-current-color' | '--lr-app-rail-item-hover-bg' | '--lr-app-rail-item-hover-color', {
377
+ export type LyraAppRailItemSvelteProps = LyraSvelteElementProps<LyraAppRailItem, 'active' | 'current' | 'disabled' | 'href' | 'locale' | 'strings' | 'target' | 'tooltip', {}, {}, never, '--lr-app-rail-item-active-bg' | '--lr-app-rail-item-active-color' | '--lr-app-rail-item-current-bg' | '--lr-app-rail-item-current-color' | '--lr-app-rail-item-hover-bg' | '--lr-app-rail-item-hover-color', {
377
378
  'icon-only'?: LyraAttributeValue<boolean>;
378
379
  }>;
379
380
  export type LyraApprovalQueueSvelteProps = LyraSvelteElementProps<LyraApprovalQueue, 'editable' | 'label' | 'locale' | 'open' | 'requests' | 'selectedInvocationId' | 'strings', {}, LyraApprovalQueueEventMap, 'lr-approval-close' | 'lr-approval-decision' | 'lr-approval-select', '--lr-approval-queue-selected-border', {
@@ -580,7 +581,8 @@ export type LyraCheckpointSvelteProps = LyraSvelteElementProps<LyraCheckpoint, '
580
581
  'confirm-restore'?: LyraCheckpoint['confirmRestore'];
581
582
  }>;
582
583
  export type LyraChipSvelteProps = LyraSvelteElementProps<LyraChip, 'disabled' | 'locale' | 'pill' | 'removable' | 'selected' | 'size' | 'strings' | 'toggleable' | 'value' | 'variant', {}, LyraChipEventMap, 'lr-chip-select' | 'lr-remove', '--lr-chip-accent' | '--lr-chip-bg' | '--lr-chip-border' | '--lr-chip-font-size' | '--lr-chip-gap' | '--lr-chip-height' | '--lr-chip-icon-size' | '--lr-chip-min-height' | '--lr-chip-padding-block' | '--lr-chip-padding-inline' | '--lr-chip-pressed-bg' | '--lr-chip-pressed-border' | '--lr-chip-radius', {}>;
583
- export type LyraChipGroupSvelteProps = LyraSvelteElementProps<LyraChipGroup, 'locale' | 'maxVisible' | 'strings', {}, LyraChipGroupEventMap, 'lr-overflow-toggle', '--lr-chip-group-overflow-expanded-border-style' | '--lr-chip-group-overflow-expanded-color', {
584
+ export type LyraChipGroupSvelteProps = LyraSvelteElementProps<LyraChipGroup, 'accessibleLabel' | 'locale' | 'maxVisible' | 'strings', {}, LyraChipGroupEventMap, 'lr-overflow-toggle', '--lr-chip-group-overflow-expanded-border-style' | '--lr-chip-group-overflow-expanded-color', {
585
+ 'aria-label'?: LyraChipGroup['accessibleLabel'];
584
586
  'max-visible'?: LyraChipGroup['maxVisible'];
585
587
  }>;
586
588
  export type LyraChunkInspectorSvelteProps = LyraSvelteElementProps<LyraChunkInspector, 'activeChunkId' | 'chunks' | 'compact' | 'label' | 'locale' | 'sort' | 'strings' | 'thresholds' | 'virtualizeAt', {}, LyraChunkInspectorEventMap, 'lr-chunk-open' | 'lr-expand', '--lr-chunk-inspector-current-bg' | '--lr-chunk-inspector-current-color', {
@@ -973,6 +975,10 @@ export type LyraFormatNumberSvelteProps = LyraSvelteElementProps<LyraFormatNumbe
973
975
  'no-grouping'?: LyraFormatNumber['noGrouping'];
974
976
  'without-grouping'?: LyraFormatNumber['withoutGrouping'];
975
977
  }>;
978
+ export type LyraFunnelSvelteProps = LyraSvelteElementProps<LyraFunnel, 'comparison' | 'comparisonLabel' | 'dropoff' | 'label' | 'locale' | 'sharePrecision' | 'stages' | 'strings', {}, {}, never, '--lr-funnel-bar-color' | '--lr-funnel-bar-size' | '--lr-funnel-comparison-color' | '--lr-funnel-track-color', {
979
+ 'comparison-label'?: LyraFunnel['comparisonLabel'];
980
+ 'share-precision'?: LyraFunnel['sharePrecision'];
981
+ }>;
976
982
  export type LyraGaugeSvelteProps = LyraSvelteElementProps<LyraGauge, 'label' | 'locale' | 'max' | 'min' | 'shape' | 'strings' | 'value' | 'valueText', {}, {}, never, '--lr-gauge-fill', {
977
983
  'value-text'?: LyraGauge['valueText'];
978
984
  }>;
@@ -1015,7 +1021,7 @@ export type LyraHandoffDividerSvelteProps = LyraSvelteElementProps<LyraHandoffDi
1015
1021
  'from-agent'?: LyraHandoffDivider['fromAgent'];
1016
1022
  'to-agent'?: LyraHandoffDivider['toAgent'];
1017
1023
  }>;
1018
- export type LyraHeatmapSvelteProps = LyraSvelteElementProps<LyraHeatmap, 'accessibleCells' | 'annotations' | 'bucketCount' | 'cellColor' | 'cellInteractive' | 'cellSize' | 'cellText' | 'colLabelHeight' | 'colLabelRotation' | 'colorSteps' | 'data' | 'domain' | 'fitToWidth' | 'legendStops' | 'locale' | 'maxCellSize' | 'midpoint' | 'minCellSize' | 'rowLabelWidth' | 'scale' | 'selectedCell' | 'strings' | 'valueLabel', {}, LyraHeatmapEventMap, 'lr-cell-click' | 'lr-matrix-geometry-change', '--lr-heatmap-annotation-color' | '--lr-heatmap-color-steps-gradient' | '--lr-heatmap-focus-ring-color' | '--lr-heatmap-label-font' | '--lr-heatmap-no-data-fill' | '--lr-heatmap-scale-hi' | '--lr-heatmap-scale-lo' | '--lr-heatmap-selected-color' | '--lr-heatmap-tooltip-bg' | '--lr-heatmap-tooltip-text', {
1024
+ export type LyraHeatmapSvelteProps = LyraSvelteElementProps<LyraHeatmap, 'accessibleCells' | 'annotations' | 'bucketCount' | 'cellColor' | 'cellInteractive' | 'cellSize' | 'cellText' | 'colLabelHeight' | 'colLabelRotation' | 'colorSteps' | 'data' | 'domain' | 'fitToWidth' | 'legendStops' | 'locale' | 'maxCellSize' | 'midpoint' | 'minCellSize' | 'rowLabelWidth' | 'scale' | 'selectedCell' | 'stickyLabels' | 'strings' | 'valueLabel', {}, LyraHeatmapEventMap, 'lr-cell-click' | 'lr-matrix-geometry-change', '--lr-heatmap-annotation-color' | '--lr-heatmap-color-steps-gradient' | '--lr-heatmap-focus-ring-color' | '--lr-heatmap-grid-max-block-size' | '--lr-heatmap-label-font' | '--lr-heatmap-no-data-fill' | '--lr-heatmap-scale-hi' | '--lr-heatmap-scale-lo' | '--lr-heatmap-selected-color' | '--lr-heatmap-sticky-label-bg' | '--lr-heatmap-tooltip-bg' | '--lr-heatmap-tooltip-text', {
1019
1025
  'accessible-cells'?: LyraHeatmap['accessibleCells'];
1020
1026
  'bucket-count'?: LyraHeatmap['bucketCount'];
1021
1027
  'cell-size'?: LyraHeatmap['cellSize'];
@@ -1025,6 +1031,7 @@ export type LyraHeatmapSvelteProps = LyraSvelteElementProps<LyraHeatmap, 'access
1025
1031
  'max-cell-size'?: LyraHeatmap['maxCellSize'];
1026
1032
  'min-cell-size'?: LyraHeatmap['minCellSize'];
1027
1033
  'row-label-width'?: LyraHeatmap['rowLabelWidth'];
1034
+ 'sticky-labels'?: LyraHeatmap['stickyLabels'];
1028
1035
  'value-label'?: LyraHeatmap['valueLabel'];
1029
1036
  }>;
1030
1037
  export type LyraHighlightLayerSvelteProps = LyraSvelteElementProps<LyraHighlightLayer, 'activeHighlightId' | 'interactive' | 'items' | 'locale' | 'strings', {}, LyraHighlightLayerEventMap, 'lr-highlight-activate', '--lr-highlight-layer-accent-background' | '--lr-highlight-layer-accent-outline' | '--lr-highlight-layer-danger-background' | '--lr-highlight-layer-danger-outline' | '--lr-highlight-layer-flash-background' | '--lr-highlight-layer-neutral-background' | '--lr-highlight-layer-neutral-outline' | '--lr-highlight-layer-success-background' | '--lr-highlight-layer-success-outline' | '--lr-highlight-layer-warning-background' | '--lr-highlight-layer-warning-outline', {
@@ -1196,7 +1203,7 @@ export type LyraLocalePickerSvelteProps = LyraSvelteElementProps<LyraLocalePicke
1196
1203
  'show-flags'?: LyraLocalePicker['showFlags'];
1197
1204
  'value'?: LyraLocalePicker['defaultValue'];
1198
1205
  }>;
1199
- export type LyraMapSvelteProps = LyraSvelteElementProps<LyraMap, 'center' | 'choropleth' | 'dataLayers' | 'label' | 'legend' | 'legendGradient' | 'legendGradientHiLabel' | 'legendGradientLoLabel' | 'locale' | 'mapStyle' | 'markers' | 'maxBounds' | 'strings' | 'zoom', {}, LyraMapEventMap, 'lr-map-click' | 'lr-map-load', '--lr-map-choropleth-fill-opacity' | '--lr-map-popup-close-button-active-bg' | '--lr-map-popup-close-button-active-color' | '--lr-map-popup-close-button-hover-bg' | '--lr-map-popup-close-button-hover-color', {
1206
+ export type LyraMapSvelteProps = LyraSvelteElementProps<LyraMap, 'center' | 'choropleth' | 'dataLayers' | 'label' | 'legend' | 'legendGradient' | 'legendGradientHiLabel' | 'legendGradientLoLabel' | 'locale' | 'mapStyle' | 'markers' | 'maxBounds' | 'renderWorldCopies' | 'strings' | 'zoom', {}, LyraMapEventMap, 'lr-map-click' | 'lr-map-load' | 'lr-map-marker-activate', '--lr-map-choropleth-fill-opacity' | '--lr-map-popup-close-button-active-bg' | '--lr-map-popup-close-button-active-color' | '--lr-map-popup-close-button-hover-bg' | '--lr-map-popup-close-button-hover-color', {
1200
1207
  'legend-gradient-hi-label'?: LyraMap['legendGradientHiLabel'];
1201
1208
  'legend-gradient-lo-label'?: LyraMap['legendGradientLoLabel'];
1202
1209
  }>;
@@ -1859,10 +1866,10 @@ export type LyraTimeRangeSvelteProps = LyraSvelteElementProps<LyraTimeRange, 'cu
1859
1866
  'end-label'?: LyraTimeRange['endLabel'];
1860
1867
  'start-label'?: LyraTimeRange['startLabel'];
1861
1868
  }>;
1862
- export type LyraTimelineSvelteProps = LyraSvelteElementProps<LyraTimeline, 'accessibleLabel' | 'collision' | 'locale' | 'orientation' | 'rangeEnd' | 'rangeStart' | 'scale' | 'strings', {}, {}, never, '--lr-scroll-fade-size' | '--lr-timeline-collision-offset' | '--lr-timeline-gap' | '--lr-timeline-time-extent', {
1869
+ export type LyraTimelineSvelteProps = LyraSvelteElementProps<LyraTimeline, 'accessibleLabel' | 'collision' | 'locale' | 'orientation' | 'rangeEnd' | 'rangeStart' | 'scale' | 'strings', {}, LyraTimelineEventMap, 'lr-cluster-activate', '--lr-scroll-fade-size' | '--lr-timeline-cluster-bg' | '--lr-timeline-cluster-color' | '--lr-timeline-cluster-size' | '--lr-timeline-collision-offset' | '--lr-timeline-gap' | '--lr-timeline-time-extent', {
1863
1870
  'aria-label'?: LyraTimeline['accessibleLabel'];
1864
1871
  }>;
1865
- export type LyraTimelineItemSvelteProps = LyraSvelteElementProps<LyraTimelineItem, 'active' | 'locale' | 'strings' | 'sync' | 'timestamp' | 'variant', {}, {}, never, '--lr-timeline-active-ring-color' | '--lr-timeline-marker-color' | '--lr-timeline-marker-size' | '--lr-timeline-rail-color' | '--lr-timeline-rail-width', {}>;
1872
+ export type LyraTimelineItemSvelteProps = LyraSvelteElementProps<LyraTimelineItem, 'active' | 'locale' | 'strings' | 'sync' | 'timestamp' | 'variant', {}, {}, never, '--lr-timeline-active-ring-color' | '--lr-timeline-cluster-bg' | '--lr-timeline-cluster-color' | '--lr-timeline-cluster-size' | '--lr-timeline-marker-color' | '--lr-timeline-marker-size' | '--lr-timeline-rail-color' | '--lr-timeline-rail-width', {}>;
1866
1873
  export type LyraToastSvelteProps = LyraSvelteElementProps<LyraToast, 'locale' | 'placement' | 'strings', {}, LyraToastEventMap, 'lr-toast-overflow', '--gap' | '--lr-toast-accent-color' | '--lr-toast-accent-width' | '--lr-toast-font-size' | '--lr-toast-gap' | '--lr-toast-hide-duration' | '--lr-toast-padding' | '--lr-toast-show-duration' | '--lr-toast-width' | '--width', {}>;
1867
1874
  export type LyraToastItemSvelteProps = LyraSvelteElementProps<LyraToastItem, 'duration' | 'locale' | 'size' | 'strings' | 'variant' | 'withIcon', {}, LyraToastItemEventMap, 'lr-after-hide' | 'lr-after-show' | 'lr-hide' | 'lr-show', '--accent-width' | '--hide-duration' | '--lr-toast-accent-color' | '--lr-toast-accent-width' | '--lr-toast-close-button-active-bg' | '--lr-toast-close-button-active-color' | '--lr-toast-close-button-hover-bg' | '--lr-toast-close-button-hover-color' | '--lr-toast-font-size' | '--lr-toast-hide-duration' | '--lr-toast-item-gap' | '--lr-toast-item-radius' | '--lr-toast-padding' | '--lr-toast-show-duration' | '--padding' | '--show-duration', {
1868
1875
  'with-icon'?: LyraToastItem['withIcon'];
@@ -1976,7 +1983,7 @@ export type LyraVoicePickerSvelteProps = LyraSvelteElementProps<LyraVoicePicker,
1976
1983
  'inputmode'?: LyraVoicePicker['inputMode'];
1977
1984
  'value'?: LyraVoicePicker['defaultValue'];
1978
1985
  }>;
1979
- export type LyraWidgetSvelteProps = LyraSvelteElementProps<LyraWidget, 'accessibleLabel' | 'activeViewId' | 'backdropInset' | 'collapsed' | 'collapsible' | 'compact' | 'expandable' | 'fullscreen' | 'fullscreenInset' | 'label' | 'locale' | 'storageKey' | 'strings' | 'sublabel' | 'views', {}, LyraWidgetEventMap, 'lr-collapse-change' | 'lr-collapse-request' | 'lr-fullscreen-change' | 'lr-fullscreen-request' | 'lr-view-change' | 'lr-view-request', '--lr-scroll-fade-size' | '--lr-widget-backdrop-inset' | '--lr-widget-fullscreen-inset' | '--lr-widget-overlay-color' | '--lr-widget-view-toggle-active-bg' | '--lr-widget-view-toggle-active-border-color' | '--lr-widget-view-toggle-active-color' | '--lr-widget-view-toggle-hover-bg' | '--lr-widget-view-toggle-hover-color', {
1986
+ export type LyraWidgetSvelteProps = LyraSvelteElementProps<LyraWidget, 'accessibleLabel' | 'activeView' | 'activeViewId' | 'backdropInset' | 'collapsed' | 'collapsible' | 'compact' | 'expandable' | 'fullscreen' | 'fullscreenInset' | 'label' | 'locale' | 'storageKey' | 'strings' | 'sublabel' | 'views', {}, LyraWidgetEventMap, 'lr-collapse-change' | 'lr-collapse-request' | 'lr-fullscreen-change' | 'lr-fullscreen-request' | 'lr-view-change' | 'lr-view-request', '--lr-scroll-fade-size' | '--lr-widget-backdrop-inset' | '--lr-widget-fullscreen-inset' | '--lr-widget-overlay-color' | '--lr-widget-view-toggle-active-bg' | '--lr-widget-view-toggle-active-border-color' | '--lr-widget-view-toggle-active-color' | '--lr-widget-view-toggle-hover-bg' | '--lr-widget-view-toggle-hover-color', {
1980
1987
  'aria-label'?: LyraWidget['accessibleLabel'];
1981
1988
  'backdrop-inset'?: LyraWidget['backdropInset'];
1982
1989
  'fullscreen-inset'?: LyraWidget['fullscreenInset'];
@@ -2115,6 +2122,7 @@ export interface LyraSvelteElements {
2115
2122
  'lr-format-bytes': LyraFormatBytesSvelteProps;
2116
2123
  'lr-format-date': LyraFormatDateSvelteProps;
2117
2124
  'lr-format-number': LyraFormatNumberSvelteProps;
2125
+ 'lr-funnel': LyraFunnelSvelteProps;
2118
2126
  'lr-gauge': LyraGaugeSvelteProps;
2119
2127
  'lr-generation-metrics': LyraGenerationMetricsSvelteProps;
2120
2128
  'lr-geojson-view': LyraGeojsonViewSvelteProps;
@@ -2401,6 +2409,7 @@ export interface LyraElementTagNameMap {
2401
2409
  'lr-format-bytes': LyraFormatBytes;
2402
2410
  'lr-format-date': LyraFormatDate;
2403
2411
  'lr-format-number': LyraFormatNumber;
2412
+ 'lr-funnel': LyraFunnel;
2404
2413
  'lr-gauge': LyraGauge;
2405
2414
  'lr-generation-metrics': LyraGenerationMetrics;
2406
2415
  'lr-geojson-view': LyraGeojsonView;