@elaraai/east-ui 1.0.26 → 1.0.28

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 (266) hide show
  1. package/dist/src/buttons/icon-button/index.d.ts +33 -1
  2. package/dist/src/buttons/icon-button/index.d.ts.map +1 -1
  3. package/dist/src/buttons/icon-button/index.js +22 -4
  4. package/dist/src/buttons/icon-button/index.js.map +1 -1
  5. package/dist/src/buttons/icon-button/types.d.ts +61 -13
  6. package/dist/src/buttons/icon-button/types.d.ts.map +1 -1
  7. package/dist/src/buttons/icon-button/types.js +22 -1
  8. package/dist/src/buttons/icon-button/types.js.map +1 -1
  9. package/dist/src/charts/chart/index.d.ts +57 -2
  10. package/dist/src/charts/chart/index.d.ts.map +1 -1
  11. package/dist/src/charts/chart/index.js +13 -4
  12. package/dist/src/charts/chart/index.js.map +1 -1
  13. package/dist/src/charts/spec/index.d.ts +49 -0
  14. package/dist/src/charts/spec/index.d.ts.map +1 -1
  15. package/dist/src/charts/spec/index.js +5 -2
  16. package/dist/src/charts/spec/index.js.map +1 -1
  17. package/dist/src/charts/spec/types.d.ts +21 -5
  18. package/dist/src/charts/spec/types.d.ts.map +1 -1
  19. package/dist/src/charts/spec/types.js +12 -4
  20. package/dist/src/charts/spec/types.js.map +1 -1
  21. package/dist/src/collections/calendar/index.d.ts +18 -2
  22. package/dist/src/collections/calendar/index.d.ts.map +1 -1
  23. package/dist/src/collections/calendar/index.js +15 -1
  24. package/dist/src/collections/calendar/index.js.map +1 -1
  25. package/dist/src/collections/calendar/types.d.ts +12 -0
  26. package/dist/src/collections/calendar/types.d.ts.map +1 -1
  27. package/dist/src/collections/calendar/types.js +7 -0
  28. package/dist/src/collections/calendar/types.js.map +1 -1
  29. package/dist/src/collections/gantt/index.d.ts.map +1 -1
  30. package/dist/src/collections/gantt/index.js +12 -1
  31. package/dist/src/collections/gantt/index.js.map +1 -1
  32. package/dist/src/collections/gantt/types.d.ts +10 -0
  33. package/dist/src/collections/gantt/types.d.ts.map +1 -1
  34. package/dist/src/collections/gantt/types.js +3 -0
  35. package/dist/src/collections/gantt/types.js.map +1 -1
  36. package/dist/src/collections/matrix/index.d.ts +4 -0
  37. package/dist/src/collections/matrix/index.d.ts.map +1 -1
  38. package/dist/src/collections/matrix/index.js +9 -0
  39. package/dist/src/collections/matrix/index.js.map +1 -1
  40. package/dist/src/collections/planner/index.d.ts +69 -4
  41. package/dist/src/collections/planner/index.d.ts.map +1 -1
  42. package/dist/src/collections/planner/index.js +112 -4
  43. package/dist/src/collections/planner/index.js.map +1 -1
  44. package/dist/src/collections/planner/types.d.ts +89 -0
  45. package/dist/src/collections/planner/types.d.ts.map +1 -1
  46. package/dist/src/collections/planner/types.js +63 -0
  47. package/dist/src/collections/planner/types.js.map +1 -1
  48. package/dist/src/collections/schematic/index.d.ts +546 -2
  49. package/dist/src/collections/schematic/index.d.ts.map +1 -1
  50. package/dist/src/collections/schematic/index.js +14 -2
  51. package/dist/src/collections/schematic/index.js.map +1 -1
  52. package/dist/src/collections/schematic/types.d.ts +534 -0
  53. package/dist/src/collections/schematic/types.d.ts.map +1 -1
  54. package/dist/src/collections/schematic/types.js +3 -0
  55. package/dist/src/collections/schematic/types.js.map +1 -1
  56. package/dist/src/collections/table/index.d.ts.map +1 -1
  57. package/dist/src/collections/table/index.js +11 -1
  58. package/dist/src/collections/table/index.js.map +1 -1
  59. package/dist/src/collections/table/types.d.ts +10 -0
  60. package/dist/src/collections/table/types.d.ts.map +1 -1
  61. package/dist/src/collections/table/types.js +3 -0
  62. package/dist/src/collections/table/types.js.map +1 -1
  63. package/dist/src/component.d.ts +687 -0
  64. package/dist/src/component.d.ts.map +1 -1
  65. package/dist/src/component.js +22 -1
  66. package/dist/src/component.js.map +1 -1
  67. package/dist/src/container/card/index.d.ts +4 -0
  68. package/dist/src/container/card/index.d.ts.map +1 -1
  69. package/dist/src/container/card/index.js +4 -0
  70. package/dist/src/container/card/index.js.map +1 -1
  71. package/dist/src/container/card/types.d.ts +11 -1
  72. package/dist/src/container/card/types.d.ts.map +1 -1
  73. package/dist/src/container/card/types.js +5 -1
  74. package/dist/src/container/card/types.js.map +1 -1
  75. package/dist/src/display/chip-rail/index.d.ts +1 -1
  76. package/dist/src/display/chip-rail/index.js +1 -1
  77. package/dist/src/display/trace/index.d.ts +10 -0
  78. package/dist/src/display/trace/index.d.ts.map +1 -1
  79. package/dist/src/display/trace/index.js +11 -1
  80. package/dist/src/display/trace/index.js.map +1 -1
  81. package/dist/src/display/trace/types.d.ts +17 -0
  82. package/dist/src/display/trace/types.d.ts.map +1 -1
  83. package/dist/src/display/trace/types.js +5 -0
  84. package/dist/src/display/trace/types.js.map +1 -1
  85. package/dist/src/forms/field/index.d.ts +1 -0
  86. package/dist/src/forms/field/index.d.ts.map +1 -1
  87. package/dist/src/forms/field/types.d.ts +2 -0
  88. package/dist/src/forms/field/types.d.ts.map +1 -1
  89. package/dist/src/forms/tags-input/index.d.ts.map +1 -1
  90. package/dist/src/forms/tags-input/index.js +1 -0
  91. package/dist/src/forms/tags-input/index.js.map +1 -1
  92. package/dist/src/forms/tags-input/types.d.ts +4 -0
  93. package/dist/src/forms/tags-input/types.d.ts.map +1 -1
  94. package/dist/src/forms/tags-input/types.js +2 -0
  95. package/dist/src/forms/tags-input/types.js.map +1 -1
  96. package/dist/src/index.d.ts +3 -3
  97. package/dist/src/index.d.ts.map +1 -1
  98. package/dist/src/index.js +7 -5
  99. package/dist/src/index.js.map +1 -1
  100. package/dist/src/internal.d.ts +7 -5
  101. package/dist/src/internal.d.ts.map +1 -1
  102. package/dist/src/internal.js +6 -4
  103. package/dist/src/internal.js.map +1 -1
  104. package/dist/src/layout/aligned-stack/index.d.ts +101 -0
  105. package/dist/src/layout/aligned-stack/index.d.ts.map +1 -0
  106. package/dist/src/layout/aligned-stack/index.js +105 -0
  107. package/dist/src/layout/aligned-stack/index.js.map +1 -0
  108. package/dist/src/layout/aligned-stack/types.d.ts +50 -0
  109. package/dist/src/layout/aligned-stack/types.d.ts.map +1 -0
  110. package/dist/src/layout/aligned-stack/types.js +24 -0
  111. package/dist/src/layout/aligned-stack/types.js.map +1 -0
  112. package/dist/src/layout/index.d.ts +1 -0
  113. package/dist/src/layout/index.d.ts.map +1 -1
  114. package/dist/src/layout/index.js +1 -0
  115. package/dist/src/layout/index.js.map +1 -1
  116. package/dist/src/navigation/index.d.ts +1 -1
  117. package/dist/src/navigation/index.d.ts.map +1 -1
  118. package/dist/src/navigation/index.js +1 -1
  119. package/dist/src/navigation/index.js.map +1 -1
  120. package/dist/src/navigation/pages/index.d.ts +35 -30
  121. package/dist/src/navigation/pages/index.d.ts.map +1 -1
  122. package/dist/src/navigation/pages/index.js +33 -36
  123. package/dist/src/navigation/pages/index.js.map +1 -1
  124. package/dist/src/navigation/pages/types.d.ts +17 -0
  125. package/dist/src/navigation/pages/types.d.ts.map +1 -1
  126. package/dist/src/navigation/pages/types.js +28 -0
  127. package/dist/src/navigation/pages/types.js.map +1 -1
  128. package/dist/src/overlays/drawer/index.d.ts +6 -0
  129. package/dist/src/overlays/drawer/index.d.ts.map +1 -1
  130. package/dist/src/overlays/drawer/index.js +8 -1
  131. package/dist/src/overlays/drawer/index.js.map +1 -1
  132. package/dist/src/overlays/drawer/types.d.ts +18 -0
  133. package/dist/src/overlays/drawer/types.d.ts.map +1 -1
  134. package/dist/src/overlays/drawer/types.js +9 -0
  135. package/dist/src/overlays/drawer/types.js.map +1 -1
  136. package/dist/src/platform/index.d.ts +1 -1
  137. package/dist/src/platform/index.d.ts.map +1 -1
  138. package/dist/src/platform/index.js +1 -1
  139. package/dist/src/platform/index.js.map +1 -1
  140. package/dist/src/platform/slice/impl.d.ts +2 -0
  141. package/dist/src/platform/slice/impl.d.ts.map +1 -1
  142. package/dist/src/platform/slice/impl.js +74 -17
  143. package/dist/src/platform/slice/impl.js.map +1 -1
  144. package/dist/src/platform/slice/index.d.ts +550 -0
  145. package/dist/src/platform/slice/index.d.ts.map +1 -1
  146. package/dist/src/platform/slice/index.js +107 -1
  147. package/dist/src/platform/slice/index.js.map +1 -1
  148. package/dist/src/platform/state.d.ts +15 -0
  149. package/dist/src/platform/state.d.ts.map +1 -1
  150. package/dist/src/platform/state.js +25 -0
  151. package/dist/src/platform/state.js.map +1 -1
  152. package/dist/src/runtime/collections/schematic.d.ts +2 -2
  153. package/dist/src/runtime/collections/schematic.js +2 -2
  154. package/dist/src/runtime/layout/aligned-stack.d.ts +38 -0
  155. package/dist/src/runtime/layout/aligned-stack.d.ts.map +1 -0
  156. package/dist/src/runtime/layout/aligned-stack.js +36 -0
  157. package/dist/src/runtime/layout/aligned-stack.js.map +1 -0
  158. package/dist/src/runtime/layout/index.d.ts +1 -0
  159. package/dist/src/runtime/layout/index.d.ts.map +1 -1
  160. package/dist/src/runtime/layout/index.js +1 -0
  161. package/dist/src/runtime/layout/index.js.map +1 -1
  162. package/dist/src/runtime/navigation/index.d.ts +1 -0
  163. package/dist/src/runtime/navigation/index.d.ts.map +1 -1
  164. package/dist/src/runtime/navigation/index.js +1 -0
  165. package/dist/src/runtime/navigation/index.js.map +1 -1
  166. package/dist/src/runtime/navigation/pages.d.ts +50 -0
  167. package/dist/src/runtime/navigation/pages.d.ts.map +1 -0
  168. package/dist/src/runtime/navigation/pages.js +52 -0
  169. package/dist/src/runtime/navigation/pages.js.map +1 -0
  170. package/dist/src/shared/plot-gutter.d.ts +65 -0
  171. package/dist/src/shared/plot-gutter.d.ts.map +1 -0
  172. package/dist/src/shared/plot-gutter.js +48 -0
  173. package/dist/src/shared/plot-gutter.js.map +1 -0
  174. package/dist/src/slice/breakdown/index.d.ts +1 -0
  175. package/dist/src/slice/breakdown/index.d.ts.map +1 -1
  176. package/dist/src/slice/breakdown/types.d.ts +1 -0
  177. package/dist/src/slice/breakdown/types.d.ts.map +1 -1
  178. package/dist/src/slice/cohort/index.d.ts +1 -0
  179. package/dist/src/slice/cohort/index.d.ts.map +1 -1
  180. package/dist/src/slice/cohort/types.d.ts +1 -0
  181. package/dist/src/slice/cohort/types.d.ts.map +1 -1
  182. package/dist/src/slice/filter/index.d.ts +1 -0
  183. package/dist/src/slice/filter/index.d.ts.map +1 -1
  184. package/dist/src/slice/filter/types.d.ts +1 -0
  185. package/dist/src/slice/filter/types.d.ts.map +1 -1
  186. package/dist/src/slice/index.d.ts +17 -0
  187. package/dist/src/slice/index.d.ts.map +1 -1
  188. package/dist/src/slice/legend/index.d.ts +1 -0
  189. package/dist/src/slice/legend/index.d.ts.map +1 -1
  190. package/dist/src/slice/legend/types.d.ts +1 -0
  191. package/dist/src/slice/legend/types.d.ts.map +1 -1
  192. package/dist/src/slice/range/index.d.ts +1 -0
  193. package/dist/src/slice/range/index.d.ts.map +1 -1
  194. package/dist/src/slice/range/types.d.ts +1 -0
  195. package/dist/src/slice/range/types.d.ts.map +1 -1
  196. package/dist/src/slice/search/index.d.ts +1 -0
  197. package/dist/src/slice/search/index.d.ts.map +1 -1
  198. package/dist/src/slice/search/types.d.ts +1 -0
  199. package/dist/src/slice/search/types.d.ts.map +1 -1
  200. package/dist/src/slice/summary/index.d.ts +1 -0
  201. package/dist/src/slice/summary/index.d.ts.map +1 -1
  202. package/dist/src/slice/summary/types.d.ts +1 -0
  203. package/dist/src/slice/summary/types.d.ts.map +1 -1
  204. package/dist/test/buttons/icon-button.examples.d.ts +1 -0
  205. package/dist/test/buttons/icon-button.examples.d.ts.map +1 -1
  206. package/dist/test/buttons/icon-button.examples.js +8 -0
  207. package/dist/test/buttons/icon-button.examples.js.map +1 -1
  208. package/dist/test/charts/chart.examples.d.ts +4 -0
  209. package/dist/test/charts/chart.examples.d.ts.map +1 -1
  210. package/dist/test/charts/chart.examples.js +62 -4
  211. package/dist/test/charts/chart.examples.js.map +1 -1
  212. package/dist/test/collections/calendar.examples.d.ts +1 -0
  213. package/dist/test/collections/calendar.examples.d.ts.map +1 -1
  214. package/dist/test/collections/calendar.examples.js +17 -0
  215. package/dist/test/collections/calendar.examples.js.map +1 -1
  216. package/dist/test/collections/gantt.examples.d.ts +1 -0
  217. package/dist/test/collections/gantt.examples.d.ts.map +1 -1
  218. package/dist/test/collections/gantt.examples.js +12 -0
  219. package/dist/test/collections/gantt.examples.js.map +1 -1
  220. package/dist/test/collections/planner.examples.d.ts +42 -7
  221. package/dist/test/collections/planner.examples.d.ts.map +1 -1
  222. package/dist/test/collections/planner.examples.js +139 -24
  223. package/dist/test/collections/planner.examples.js.map +1 -1
  224. package/dist/test/collections/schematic.examples.d.ts +1 -0
  225. package/dist/test/collections/schematic.examples.d.ts.map +1 -1
  226. package/dist/test/collections/schematic.examples.js +35 -12
  227. package/dist/test/collections/schematic.examples.js.map +1 -1
  228. package/dist/test/collections/table.examples.d.ts +1 -0
  229. package/dist/test/collections/table.examples.d.ts.map +1 -1
  230. package/dist/test/collections/table.examples.js +11 -0
  231. package/dist/test/collections/table.examples.js.map +1 -1
  232. package/dist/test/container/card.examples.d.ts +1 -0
  233. package/dist/test/container/card.examples.d.ts.map +1 -1
  234. package/dist/test/container/card.examples.js +8 -0
  235. package/dist/test/container/card.examples.js.map +1 -1
  236. package/dist/test/disclosure/accordion.examples.js +3 -3
  237. package/dist/test/disclosure/accordion.examples.js.map +1 -1
  238. package/dist/test/disclosure/tabs.examples.js +3 -3
  239. package/dist/test/disclosure/tabs.examples.js.map +1 -1
  240. package/dist/test/display/chip-rail.examples.js +3 -3
  241. package/dist/test/display/chip-rail.examples.js.map +1 -1
  242. package/dist/test/display/combine.examples.js +3 -3
  243. package/dist/test/display/combine.examples.js.map +1 -1
  244. package/dist/test/display/trace.examples.d.ts +2 -0
  245. package/dist/test/display/trace.examples.d.ts.map +1 -1
  246. package/dist/test/display/trace.examples.js +23 -0
  247. package/dist/test/display/trace.examples.js.map +1 -1
  248. package/dist/test/forms/combobox.examples.js +1 -1
  249. package/dist/test/forms/tags-input.examples.d.ts +1 -0
  250. package/dist/test/forms/tags-input.examples.d.ts.map +1 -1
  251. package/dist/test/forms/tags-input.examples.js +8 -0
  252. package/dist/test/forms/tags-input.examples.js.map +1 -1
  253. package/dist/test/layout/aligned-stack.examples.d.ts +79 -0
  254. package/dist/test/layout/aligned-stack.examples.d.ts.map +1 -0
  255. package/dist/test/layout/aligned-stack.examples.js +355 -0
  256. package/dist/test/layout/aligned-stack.examples.js.map +1 -0
  257. package/dist/test/layout/stack.examples.js +1 -1
  258. package/dist/test/navigation/pages.examples.d.ts +3 -2
  259. package/dist/test/navigation/pages.examples.d.ts.map +1 -1
  260. package/dist/test/navigation/pages.examples.js +83 -99
  261. package/dist/test/navigation/pages.examples.js.map +1 -1
  262. package/dist/test/overlays/drawer.examples.d.ts +1 -0
  263. package/dist/test/overlays/drawer.examples.d.ts.map +1 -1
  264. package/dist/test/overlays/drawer.examples.js +9 -1
  265. package/dist/test/overlays/drawer.examples.js.map +1 -1
  266. package/package.json +3 -3
@@ -256,6 +256,95 @@ export declare const PlannerMarkerType: StructType<{
256
256
  readonly message: StringType;
257
257
  }>;
258
258
  export type PlannerMarkerType = typeof PlannerMarkerType;
259
+ /**
260
+ * Which axis an event tile stretches to fill its cell on. Absent ⇒ the tile is
261
+ * content-sized (intrinsic). Deliberately `stretch` (not `fill`) to avoid
262
+ * confusion with the background-colour fill — it matches the flexbox
263
+ * `alignItems: stretch` vocabulary the renderer already uses.
264
+ *
265
+ * @remarks
266
+ * Pass the string shorthand (`"horizontal"` / `"vertical"` / `"both"`) to
267
+ * `Planner.event`'s `stretch` field. A horizontal stretch fills the cell width,
268
+ * a vertical stretch fills its height (so a single-occupant event paints the
269
+ * whole day cell), and `both` fills both axes. A vertical-stretch tile that
270
+ * shares a cell with others stretches to its flex-line height, not the full
271
+ * cell.
272
+ *
273
+ * @property horizontal - Fill the cell width
274
+ * @property vertical - Fill the cell height
275
+ * @property both - Fill both axes
276
+ */
277
+ export declare const PlannerStretchType: VariantType<{
278
+ readonly horizontal: NullType;
279
+ readonly vertical: NullType;
280
+ readonly both: NullType;
281
+ }>;
282
+ export type PlannerStretchType = typeof PlannerStretchType;
283
+ /** String-literal shorthand for {@link PlannerStretchType}. */
284
+ export type PlannerStretchLiteral = "horizontal" | "vertical" | "both";
285
+ /**
286
+ * One alignment position for an event tile's content along a single axis.
287
+ *
288
+ * @remarks
289
+ * Used for both axes of {@link PlannerContentType}. Maps to `justifyContent`
290
+ * (horizontal) / `alignItems` (vertical) inside the tile, and positions a
291
+ * normal-size tile within a taller cell. Defaults to `start` on each axis.
292
+ *
293
+ * @property start - Align to the start (left / top)
294
+ * @property center - Centre
295
+ * @property end - Align to the end (right / bottom)
296
+ */
297
+ export declare const PlannerContentAlignType: VariantType<{
298
+ readonly start: NullType;
299
+ readonly center: NullType;
300
+ readonly end: NullType;
301
+ }>;
302
+ export type PlannerContentAlignType = typeof PlannerContentAlignType;
303
+ /** String-literal shorthand for {@link PlannerContentAlignType}. */
304
+ export type PlannerContentAlignLiteral = "start" | "center" | "end";
305
+ /**
306
+ * Where an event tile's content sits inside the tile — a two-axis alignment.
307
+ *
308
+ * @remarks
309
+ * Both axes default to `start` (top-left) when omitted. `horizontal` drives the
310
+ * tile's `justifyContent`; `vertical` its `alignItems`. Meaningful even without
311
+ * `stretch` — it positions a normal-size tile within a taller (e.g. bucketed or
312
+ * mixed) cell.
313
+ *
314
+ * @property horizontal - Horizontal content alignment (→ `justifyContent`)
315
+ * @property vertical - Vertical content alignment (→ `alignItems`)
316
+ */
317
+ export declare const PlannerContentType: StructType<{
318
+ readonly horizontal: OptionType<VariantType<{
319
+ readonly start: NullType;
320
+ readonly center: NullType;
321
+ readonly end: NullType;
322
+ }>>;
323
+ readonly vertical: OptionType<VariantType<{
324
+ readonly start: NullType;
325
+ readonly center: NullType;
326
+ readonly end: NullType;
327
+ }>>;
328
+ }>;
329
+ export type PlannerContentType = typeof PlannerContentType;
330
+ /**
331
+ * An event tile's optional attention animation.
332
+ *
333
+ * @remarks
334
+ * Pass `"pulse"` to `Planner.event`'s `animation` field to draw a gentle
335
+ * opacity pulse (the shared `elara-pulse` keyframe); `"none"` (or absent) is
336
+ * static. The pulse honours `prefers-reduced-motion`.
337
+ *
338
+ * @property none - No animation (the default)
339
+ * @property pulse - A gentle opacity pulse
340
+ */
341
+ export declare const PlannerAnimationType: VariantType<{
342
+ readonly none: NullType;
343
+ readonly pulse: NullType;
344
+ }>;
345
+ export type PlannerAnimationType = typeof PlannerAnimationType;
346
+ /** String-literal shorthand for {@link PlannerAnimationType}. */
347
+ export type PlannerAnimationLiteral = "none" | "pulse";
259
348
  /**
260
349
  * Horizontal alignment of a left column's content.
261
350
  *
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/collections/planner/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/collections/planner/types.ts"],"names":[],"mappings":"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"}
@@ -216,6 +216,69 @@ export const PlannerMarkerType = StructType({
216
216
  message: StringType,
217
217
  });
218
218
  // ============================================================================
219
+ // Event geometry — stretch + content alignment + animation
220
+ // ============================================================================
221
+ /**
222
+ * Which axis an event tile stretches to fill its cell on. Absent ⇒ the tile is
223
+ * content-sized (intrinsic). Deliberately `stretch` (not `fill`) to avoid
224
+ * confusion with the background-colour fill — it matches the flexbox
225
+ * `alignItems: stretch` vocabulary the renderer already uses.
226
+ *
227
+ * @remarks
228
+ * Pass the string shorthand (`"horizontal"` / `"vertical"` / `"both"`) to
229
+ * `Planner.event`'s `stretch` field. A horizontal stretch fills the cell width,
230
+ * a vertical stretch fills its height (so a single-occupant event paints the
231
+ * whole day cell), and `both` fills both axes. A vertical-stretch tile that
232
+ * shares a cell with others stretches to its flex-line height, not the full
233
+ * cell.
234
+ *
235
+ * @property horizontal - Fill the cell width
236
+ * @property vertical - Fill the cell height
237
+ * @property both - Fill both axes
238
+ */
239
+ export const PlannerStretchType = VariantType({ horizontal: NullType, vertical: NullType, both: NullType });
240
+ /**
241
+ * One alignment position for an event tile's content along a single axis.
242
+ *
243
+ * @remarks
244
+ * Used for both axes of {@link PlannerContentType}. Maps to `justifyContent`
245
+ * (horizontal) / `alignItems` (vertical) inside the tile, and positions a
246
+ * normal-size tile within a taller cell. Defaults to `start` on each axis.
247
+ *
248
+ * @property start - Align to the start (left / top)
249
+ * @property center - Centre
250
+ * @property end - Align to the end (right / bottom)
251
+ */
252
+ export const PlannerContentAlignType = VariantType({ start: NullType, center: NullType, end: NullType });
253
+ /**
254
+ * Where an event tile's content sits inside the tile — a two-axis alignment.
255
+ *
256
+ * @remarks
257
+ * Both axes default to `start` (top-left) when omitted. `horizontal` drives the
258
+ * tile's `justifyContent`; `vertical` its `alignItems`. Meaningful even without
259
+ * `stretch` — it positions a normal-size tile within a taller (e.g. bucketed or
260
+ * mixed) cell.
261
+ *
262
+ * @property horizontal - Horizontal content alignment (→ `justifyContent`)
263
+ * @property vertical - Vertical content alignment (→ `alignItems`)
264
+ */
265
+ export const PlannerContentType = StructType({
266
+ horizontal: OptionType(PlannerContentAlignType),
267
+ vertical: OptionType(PlannerContentAlignType),
268
+ });
269
+ /**
270
+ * An event tile's optional attention animation.
271
+ *
272
+ * @remarks
273
+ * Pass `"pulse"` to `Planner.event`'s `animation` field to draw a gentle
274
+ * opacity pulse (the shared `elara-pulse` keyframe); `"none"` (or absent) is
275
+ * static. The pulse honours `prefers-reduced-motion`.
276
+ *
277
+ * @property none - No animation (the default)
278
+ * @property pulse - A gentle opacity pulse
279
+ */
280
+ export const PlannerAnimationType = VariantType({ none: NullType, pulse: NullType });
281
+ // ============================================================================
219
282
  // Columns — one flat shape (value + eyebrow)
220
283
  // ============================================================================
221
284
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/collections/planner/types.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/collections/planner/types.ts"],"names":[],"mappings":"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"}