@vireo-ai/trellis-ui 0.1.47 → 0.1.49

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 (129) hide show
  1. package/package.json +5 -5
  2. package/packages/client/src/components/checkbox/styles.css +5 -0
  3. package/packages/client/src/components/sidebar/styles.css +8 -0
  4. package/packages/client/src/styles/generated/theme-fonts.css +1 -1
  5. package/packages/client/src/styles/generated/theme-palette.css +1 -1
  6. package/packages/client/src/styles/generated/theme-runtime.css +49 -49
  7. package/packages/client/src/styles/generated-sources.css +1 -1
  8. package/packages/client/src/styles/recipes/selection.css +0 -4
  9. package/packages/client/types/component-api.d.ts +3 -1
  10. package/packages/client/types/components/data-grid/contract.d.ts +1 -0
  11. package/packages/client/types/components/data-grid/index.d.ts +28 -4
  12. package/packages/client/types/components/runtime.d.ts +1 -1
  13. package/packages/client/types/components/sidebar/machine.d.ts +3 -3
  14. package/packages/client/types/components/virtualizer/contract.d.ts +1 -29
  15. package/packages/client/types/components/virtualizer/cursor.d.ts +1 -0
  16. package/packages/client/types/components/virtualizer/index.d.ts +2 -28
  17. package/packages/client/types/motion/flip.d.ts +2 -2
  18. package/packages/client/types/runtime/cursor-data-source.d.ts +45 -0
  19. package/packages/client/types/runtime/focus-handoff.d.ts +11 -0
  20. package/packages/client/types/runtime/virtualizer-schema.d.ts +29 -0
  21. package/packages/client/types/runtime/virtualizer.d.ts +41 -0
  22. package/packages/server/trellis_ui/static/trellis_ui/assets/css/trellis.css +55 -54
  23. package/packages/server/trellis_ui/static/trellis_ui/assets/css/trellis.min.css +1 -1
  24. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/build-metadata.json +332 -315
  25. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/capabilities/motion.js +1 -1
  26. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/capabilities/shortcut.js +1 -1
  27. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/capabilities/sortable.js +1 -1
  28. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{capability-motion-DCacA4wj.js → capability-motion-DoZROkFD.js} +2 -2
  29. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{capability-motion-DCacA4wj.js.map → capability-motion-DoZROkFD.js.map} +1 -1
  30. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/capability-shortcut-BoDF_wQX.js +2 -0
  31. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/capability-shortcut-BoDF_wQX.js.map +1 -0
  32. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{capability-sortable-BnB9Wz0E.js → capability-sortable-DtSghTO8.js} +2 -2
  33. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{capability-sortable-BnB9Wz0E.js.map → capability-sortable-DtSghTO8.js.map} +1 -1
  34. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{controller-BOf7dxV2.js → controller-qWtZCkAC.js} +2 -2
  35. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{controller-BOf7dxV2.js.map → controller-qWtZCkAC.js.map} +1 -1
  36. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{core-DBX5qDXb.js → core-BgbZXaDN.js} +2 -2
  37. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{core-DBX5qDXb.js.map → core-BgbZXaDN.js.map} +1 -1
  38. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-1meMFJbq.js +2 -0
  39. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-1meMFJbq.js.map +1 -0
  40. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-Dqyot6vM.js → entry.generated-B-wVMxe6.js} +2 -2
  41. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-Dqyot6vM.js.map → entry.generated-B-wVMxe6.js.map} +1 -1
  42. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-BdiyPh0p.js → entry.generated-BYDBzadH.js} +2 -2
  43. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-BdiyPh0p.js.map → entry.generated-BYDBzadH.js.map} +1 -1
  44. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-F2czAXCg.js → entry.generated-B_q7LVNv.js} +2 -2
  45. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-F2czAXCg.js.map → entry.generated-B_q7LVNv.js.map} +1 -1
  46. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-C0S3uZrm.js → entry.generated-BhtgeSTa.js} +2 -2
  47. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-C0S3uZrm.js.map → entry.generated-BhtgeSTa.js.map} +1 -1
  48. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-By9j8PrV.js → entry.generated-CJuVLJw9.js} +2 -2
  49. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-By9j8PrV.js.map → entry.generated-CJuVLJw9.js.map} +1 -1
  50. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-CQGhCt9y.js +2 -0
  51. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-CQGhCt9y.js.map +1 -0
  52. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-EAAmcnsg.js → entry.generated-CRhvZ0DI.js} +2 -2
  53. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-EAAmcnsg.js.map → entry.generated-CRhvZ0DI.js.map} +1 -1
  54. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-CZWpqP88.js +2 -0
  55. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-CZWpqP88.js.map +1 -0
  56. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-C5kjUnFe.js → entry.generated-CkBblBv9.js} +2 -2
  57. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-C5kjUnFe.js.map → entry.generated-CkBblBv9.js.map} +1 -1
  58. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-D6qaa8bk.js +2 -0
  59. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-D6qaa8bk.js.map +1 -0
  60. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-DeXEkXMW.js → entry.generated-Des-gEaR.js} +2 -2
  61. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-Des-gEaR.js.map +1 -0
  62. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-BV49EHah.js → entry.generated-OqzkZfIu.js} +2 -2
  63. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-BV49EHah.js.map → entry.generated-OqzkZfIu.js.map} +1 -1
  64. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-ZcYuKSSI.js +2 -0
  65. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-ZcYuKSSI.js.map +1 -0
  66. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-dyQ_HJ8D.js +2 -0
  67. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-dyQ_HJ8D.js.map +1 -0
  68. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-DcXzHGIV.js → entry.generated-u0Ueamvw.js} +2 -2
  69. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-DcXzHGIV.js.map → entry.generated-u0Ueamvw.js.map} +1 -1
  70. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{entry.generated-CPbvsglm.js → entry2.generated-CPbvsglm.js} +1 -1
  71. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry2.generated-CPbvsglm.js.map +1 -0
  72. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry2.generated-Dzq4GSqn.js +2 -0
  73. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry2.generated-Dzq4GSqn.js.map +1 -0
  74. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/focus-handoff-DzEyK-Fp.js +2 -0
  75. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/focus-handoff-DzEyK-Fp.js.map +1 -0
  76. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/motion-BQk-uLaI.js +3 -0
  77. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{motion-DT-Hq9qe.js.map → motion-BQk-uLaI.js.map} +1 -1
  78. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/ui-DuGUQhxd.js +4 -0
  79. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/{ui-CfByjNaO.js.map → ui-DuGUQhxd.js.map} +1 -1
  80. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/virtualizer-CSk2RJEN.js +2 -0
  81. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/virtualizer-CSk2RJEN.js.map +1 -0
  82. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/accordion.js +1 -1
  83. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/checkbox.js +1 -1
  84. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/data-grid.js +1 -1
  85. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/date-picker.js +1 -1
  86. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/direct-upload.js +1 -1
  87. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/dropdown.js +1 -1
  88. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/file-upload.js +1 -1
  89. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/index.js +1 -1
  90. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/index.js.map +1 -1
  91. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/keybinding.js +1 -1
  92. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/modal.js +1 -1
  93. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/panels.js +1 -1
  94. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/radio.js +1 -1
  95. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/scroll-area.js +1 -1
  96. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/select.js +1 -1
  97. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/sidebar.js +1 -1
  98. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/tabs.js +1 -1
  99. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/toast.js +1 -1
  100. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/tooltip.js +1 -1
  101. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/components/virtualizer.js +1 -1
  102. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/core.js +1 -1
  103. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/index.js +1 -1
  104. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/index.js.map +1 -1
  105. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/logical-entry-manifest.json +124 -118
  106. package/packages/server/trellis_ui/static/trellis_ui/assets/js/trellis.js +9 -9
  107. package/packages/server/trellis_ui/static/trellis_ui/assets/js/trellis.min.js +9 -9
  108. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/capability-shortcut-Z-__iteD.js +0 -2
  109. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/capability-shortcut-Z-__iteD.js.map +0 -1
  110. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-B2rTvkxi.js +0 -2
  111. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-B2rTvkxi.js.map +0 -1
  112. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-B8aXTJK6.js +0 -2
  113. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-B8aXTJK6.js.map +0 -1
  114. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-BEjAV5NT.js +0 -2
  115. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-BEjAV5NT.js.map +0 -1
  116. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-BUbxiHwA.js +0 -2
  117. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-BUbxiHwA.js.map +0 -1
  118. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-B_xTkYSB.js +0 -2
  119. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-B_xTkYSB.js.map +0 -1
  120. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-CPbvsglm.js.map +0 -1
  121. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-CSgqcIg6.js +0 -2
  122. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-CSgqcIg6.js.map +0 -1
  123. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry.generated-DeXEkXMW.js.map +0 -1
  124. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry2.generated-a2NebZsn.js +0 -2
  125. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/entry2.generated-a2NebZsn.js.map +0 -1
  126. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/motion-DT-Hq9qe.js +0 -3
  127. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/ui-CfByjNaO.js +0 -4
  128. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/virtual-window-BHdOw3Pi.js +0 -2
  129. package/packages/server/trellis_ui/static/trellis_ui/assets/js/esm/chunks/virtual-window-BHdOw3Pi.js.map +0 -1
@@ -1,29 +1 @@
1
- import { type SchemaToProps } from '../../runtime';
2
- declare const VIRTUALIZER_AXES: readonly ["vertical"];
3
- type VirtualizerAxis = typeof VIRTUALIZER_AXES[number];
4
- declare const virtualizerSchema: {
5
- fetchUrl: import("../../runtime/codecs").StringCodec;
6
- totalItems: import("../../runtime/codecs").NumberCodec;
7
- itemSize: import("../../runtime/codecs").NumberCodec;
8
- bufferSize: import("../../runtime/codecs").NumberCodec;
9
- overscan: import("../../runtime/codecs").NumberCodec;
10
- axis: import("../../runtime/codecs").OneOfCodec<"vertical">;
11
- initialIndex: import("../../runtime/codecs").NumberCodec;
12
- startParam: import("../../runtime/codecs").StringCodec;
13
- countParam: import("../../runtime/codecs").StringCodec;
14
- totalParam: import("../../runtime/codecs").StringCodec;
15
- windowParam: import("../../runtime/codecs").StringCodec;
16
- totalHeader: import("../../runtime/codecs").StringCodec;
17
- assetsHeader: import("../../runtime/codecs").StringCodec;
18
- metaSelector: import("../../runtime/codecs").StringCodec;
19
- scrollArea: import("../../runtime/codecs").BoolCodec;
20
- fill: import("../../runtime/codecs").BoolCodec;
21
- class: import("../../runtime/codecs").StringCodec;
22
- scrollAreaClass: import("../../runtime/codecs").StringCodec;
23
- viewportClass: import("../../runtime/codecs").StringCodec;
24
- spacerClass: import("../../runtime/codecs").StringCodec;
25
- blockClass: import("../../runtime/codecs").StringCodec;
26
- };
27
- type VirtualizerProps = SchemaToProps<typeof virtualizerSchema>;
28
- export { VIRTUALIZER_AXES, virtualizerSchema };
29
- export type { VirtualizerAxis, VirtualizerProps };
1
+ export { VIRTUALIZER_AXES, virtualizerSchema, type VirtualizerAxis, type VirtualizerProps, } from '../../runtime/virtualizer-schema';
@@ -0,0 +1 @@
1
+ export type { CursorDataSource, CursorFirstArgs, CursorMoveArgs, CursorPage, CursorResponseAdapter, CursorRenderPayload, CursorSeekArgs, SoughtCursorPage, CursorVirtualizerOptions, } from '../../runtime/cursor-data-source';
@@ -1,31 +1,5 @@
1
1
  import type Alpine from 'alpinejs';
2
- import { type PropState, type TrellisAlpineComponent, type VirtualScrollAlign } from '../../runtime';
3
- import { virtualizerSchema } from './contract';
4
- type ResetOptions = {
5
- scrollTop?: number;
6
- };
7
- type SetUrlOptions = {
8
- reset?: boolean;
9
- };
10
- /** Public Alpine API for `ui.virtualizer`. @public */
11
- interface UiVirtualizerApi {
12
- /** Scrolls a logical item into the requested vertical alignment. */
13
- scrollToIndex(index: number, align?: VirtualScrollAlign): void;
14
- /** Replaces the known logical item count and reloads mounted ranges. */
15
- setTotalItems(count: number): void;
16
- /** Replaces the fragment endpoint and optionally resets to the top. */
17
- setUrl(url: string, options?: SetUrlOptions): void;
18
- /** Invalidates all blocks and reloads them around a scroll position. */
19
- reset(options?: ResetOptions): void;
20
- /** Reloads all blocks without changing the fragment endpoint. */
21
- reload(options?: ResetOptions): void;
22
- }
23
- type VirtualizerData = UiVirtualizerApi & {
24
- props: PropState<typeof virtualizerSchema>;
25
- init(): void;
26
- destroy(): void;
27
- };
28
- declare const UiVirtualizer: (AlpineInstance: Alpine.Alpine) => TrellisAlpineComponent<VirtualizerData>;
2
+ import { UiVirtualizer } from '../../runtime/virtualizer';
29
3
  declare const registerVirtualizer: (AlpineInstance: Alpine.Alpine) => void;
30
4
  export { registerVirtualizer, UiVirtualizer };
31
- export type { ResetOptions, SetUrlOptions, UiVirtualizerApi, VirtualizerData, VirtualScrollAlign, };
5
+ export type { CursorDataSource, CursorFirstArgs, CursorMoveArgs, CursorPage, CursorResponseAdapter, CursorRenderPayload, CursorSeekArgs, SoughtCursorPage, CursorVirtualizerOptions, ResetOptions, SetUrlOptions, UiVirtualizerApi, VirtualizerOptions, VirtualizerData, VirtualScrollAlign, } from '../../runtime/virtualizer';
@@ -2,13 +2,13 @@ import { type MotionHandle } from './animate';
2
2
  import { type MotionRoleName, type MotionTransition } from './recipe';
3
3
  import { type MotionSubject } from './subject';
4
4
  type FlipOptions = Readonly<{
5
- target?: Element | string;
5
+ target?: Element | string | readonly (Element | string)[];
6
6
  update(): void;
7
7
  role?: MotionRoleName;
8
8
  transition?: MotionTransition;
9
9
  signal?: AbortSignal | null;
10
10
  }>;
11
- /** Commit final geometry, then animate a dedicated visual from its inverse frame using transform only. */
11
+ /** Commit final geometry once, then animate every visual from its inverse frame using transform only. */
12
12
  declare const flip: (subject: MotionSubject, options: FlipOptions) => MotionHandle;
13
13
  export { flip };
14
14
  export type { FlipOptions };
@@ -0,0 +1,45 @@
1
+ type CursorPage<Content> = {
2
+ content: Content;
3
+ startCursor: string | null;
4
+ endCursor: string | null;
5
+ hasNext: boolean;
6
+ hasPrevious: boolean;
7
+ startIndex?: number;
8
+ };
9
+ type CursorRenderPayload = {
10
+ html: string;
11
+ assets: Array<{
12
+ id: string;
13
+ src: string;
14
+ preloads?: string[];
15
+ }>;
16
+ totalItems: number | null;
17
+ };
18
+ type SoughtCursorPage<Content> = CursorPage<Content> & {
19
+ startIndex: number;
20
+ };
21
+ type CursorFirstArgs<Query> = {
22
+ limit: number;
23
+ query: Query;
24
+ signal: AbortSignal;
25
+ };
26
+ type CursorMoveArgs<Query> = CursorFirstArgs<Query> & {
27
+ cursor: string;
28
+ };
29
+ type CursorSeekArgs<Query> = CursorFirstArgs<Query> & {
30
+ index: number;
31
+ };
32
+ type CursorDataSource<Query, Content> = {
33
+ first(args: CursorFirstArgs<Query>): Promise<CursorPage<Content>>;
34
+ next(args: CursorMoveArgs<Query>): Promise<CursorPage<Content>>;
35
+ previous(args: CursorMoveArgs<Query>): Promise<CursorPage<Content>>;
36
+ seek?(args: CursorSeekArgs<Query>): Promise<SoughtCursorPage<Content>>;
37
+ };
38
+ type CursorResponseAdapter<Content> = (content: Content, page: CursorPage<Content>) => CursorRenderPayload | Promise<CursorRenderPayload>;
39
+ type CursorVirtualizerOptions<Query, Content> = {
40
+ dataSource: CursorDataSource<Query, Content>;
41
+ query: Query;
42
+ responseAdapter: CursorResponseAdapter<Content>;
43
+ seekDebounce?: number;
44
+ };
45
+ export type { CursorDataSource, CursorFirstArgs, CursorMoveArgs, CursorPage, CursorResponseAdapter, CursorRenderPayload, CursorSeekArgs, SoughtCursorPage, CursorVirtualizerOptions, };
@@ -0,0 +1,11 @@
1
+ type FocusHandoffState = {
2
+ pointerDown: boolean;
3
+ pointerFocused: HTMLElement | null;
4
+ shortcut: boolean;
5
+ shortcutReset: number | undefined;
6
+ };
7
+ declare const ensureFocusHandoff: (document: Document) => FocusHandoffState;
8
+ declare const beginShortcutFocusHandoff: (document: Document) => void;
9
+ declare const isShortcutFocusHandoff: (document: Document) => boolean;
10
+ declare const focusWithoutIndicator: (element: HTMLElement) => void;
11
+ export { beginShortcutFocusHandoff, ensureFocusHandoff, focusWithoutIndicator, isShortcutFocusHandoff, };
@@ -0,0 +1,29 @@
1
+ import { type SchemaToProps } from './codecs';
2
+ declare const VIRTUALIZER_AXES: readonly ["vertical"];
3
+ type VirtualizerAxis = typeof VIRTUALIZER_AXES[number];
4
+ declare const virtualizerSchema: {
5
+ fetchUrl: import("./codecs").StringCodec;
6
+ totalItems: import("./codecs").NumberCodec;
7
+ itemSize: import("./codecs").NumberCodec;
8
+ bufferSize: import("./codecs").NumberCodec;
9
+ overscan: import("./codecs").NumberCodec;
10
+ axis: import("./codecs").OneOfCodec<"vertical">;
11
+ initialIndex: import("./codecs").NumberCodec;
12
+ startParam: import("./codecs").StringCodec;
13
+ countParam: import("./codecs").StringCodec;
14
+ totalParam: import("./codecs").StringCodec;
15
+ windowParam: import("./codecs").StringCodec;
16
+ totalHeader: import("./codecs").StringCodec;
17
+ assetsHeader: import("./codecs").StringCodec;
18
+ metaSelector: import("./codecs").StringCodec;
19
+ scrollArea: import("./codecs").BoolCodec;
20
+ fill: import("./codecs").BoolCodec;
21
+ class: import("./codecs").StringCodec;
22
+ scrollAreaClass: import("./codecs").StringCodec;
23
+ viewportClass: import("./codecs").StringCodec;
24
+ spacerClass: import("./codecs").StringCodec;
25
+ blockClass: import("./codecs").StringCodec;
26
+ };
27
+ type VirtualizerProps = SchemaToProps<typeof virtualizerSchema>;
28
+ export { VIRTUALIZER_AXES, virtualizerSchema };
29
+ export type { VirtualizerAxis, VirtualizerProps };
@@ -0,0 +1,41 @@
1
+ import type Alpine from 'alpinejs';
2
+ import { type PropState } from './codecs';
3
+ import type { TrellisAlpineComponent } from './index';
4
+ import { type VirtualScrollAlign } from './virtual-window';
5
+ import { virtualizerSchema } from './virtualizer-schema';
6
+ import type { CursorVirtualizerOptions } from './cursor-data-source';
7
+ type ResetOptions = {
8
+ scrollTop?: number;
9
+ };
10
+ type SetUrlOptions = {
11
+ reset?: boolean;
12
+ };
13
+ /** Public Alpine API for `ui.virtualizer`. @public */
14
+ interface UiVirtualizerApi<Query = unknown> {
15
+ /** Whether the configured cursor data source supports arbitrary index seeks. */
16
+ readonly supportsSeek: boolean;
17
+ /** Scrolls a logical item into the requested vertical alignment. */
18
+ scrollToIndex(index: number, align?: VirtualScrollAlign): void;
19
+ /** Replaces the known logical item count and reloads mounted ranges. */
20
+ setTotalItems(count: number): void;
21
+ /** Replaces the fragment endpoint and optionally resets to the top. */
22
+ setUrl(url: string, options?: SetUrlOptions): void;
23
+ /** Replaces cursor-mode query state and resets to the first cursor. */
24
+ setQuery(query: Query): void;
25
+ /** Invalidates all blocks and reloads them around a scroll position. */
26
+ reset(options?: ResetOptions): void;
27
+ /** Reloads all blocks without changing the fragment endpoint. */
28
+ reload(options?: ResetOptions): void;
29
+ }
30
+ type VirtualizerData<Query = unknown> = UiVirtualizerApi<Query> & {
31
+ props: PropState<typeof virtualizerSchema>;
32
+ init(): void;
33
+ destroy(): void;
34
+ };
35
+ type VirtualizerOptions<Query, Content> = {
36
+ cursor?: CursorVirtualizerOptions<Query, Content>;
37
+ };
38
+ declare const UiVirtualizer: <Query = unknown, Content = unknown>(AlpineInstance: Alpine.Alpine, options?: VirtualizerOptions<Query, Content>) => TrellisAlpineComponent<VirtualizerData<Query>>;
39
+ export { UiVirtualizer };
40
+ export type { CursorDataSource, CursorFirstArgs, CursorMoveArgs, CursorPage, CursorResponseAdapter, CursorRenderPayload, CursorSeekArgs, SoughtCursorPage, CursorVirtualizerOptions, } from './cursor-data-source';
41
+ export type { ResetOptions, SetUrlOptions, UiVirtualizerApi, VirtualizerOptions, VirtualizerData, VirtualScrollAlign, };
@@ -1807,9 +1807,6 @@
1807
1807
  .cursor-default {
1808
1808
  cursor: default;
1809
1809
  }
1810
- .cursor-pointer {
1811
- cursor: pointer;
1812
- }
1813
1810
  .cursor-row-resize {
1814
1811
  cursor: row-resize;
1815
1812
  }
@@ -6270,109 +6267,109 @@
6270
6267
  --color-surface-workspace-0: oklch(98.510365% 0 none / 1);
6271
6268
  --color-surface-workspace-0-ink: oklch(20.93472% 0 none / 1);
6272
6269
  --color-surface-workspace-0-ink-muted: oklch(55.779494% 0 none / 1);
6273
- --color-surface-workspace-0-edge: oklch(95.51204% 0.001003 48.821037 / 1);
6270
+ --color-surface-workspace-0-edge: oklch(95.012328% 0.001177 48.833534 / 1);
6274
6271
  --color-surface-workspace-0-edge-hover: oklch(94.010893% 0.000706 226.904518 / 1);
6275
6272
  --color-surface-workspace-0-edge-strong: oklch(92.510344% 0 none / 1);
6276
6273
  --color-surface-workspace-1: oklch(99.110365% 0 none / 1);
6277
6274
  --color-surface-workspace-1-ink: oklch(21.693184% 0 none / 1);
6278
6275
  --color-surface-workspace-1-ink-muted: oklch(56.194798% 0 none / 1);
6279
- --color-surface-workspace-1-edge: oklch(96.111969% 0.000982 48.819123 / 1);
6276
+ --color-surface-workspace-1-edge: oklch(95.612259% 0.001152 48.831271 / 1);
6280
6277
  --color-surface-workspace-1-edge-hover: oklch(94.610885% 0.000692 226.905723 / 1);
6281
6278
  --color-surface-workspace-1-edge-strong: oklch(93.110343% 0 none / 1);
6282
6279
  --color-surface-workspace-2: oklch(100% 0 none / 1);
6283
6280
  --color-surface-workspace-2-ink: oklch(22.74366% 0 none / 1);
6284
6281
  --color-surface-workspace-2-ink-muted: oklch(56.808564% 0 none / 1);
6285
- --color-surface-workspace-2-edge: oklch(97.001505% 0.000951 48.81641 / 1);
6282
+ --color-surface-workspace-2-edge: oklch(96.501777% 0.001116 48.828064 / 1);
6286
6283
  --color-surface-workspace-2-edge-hover: oklch(95.500495% 0.000673 226.90744 / 1);
6287
6284
  --color-surface-workspace-2-edge-strong: oklch(93.999998% 0 none / 1);
6288
6285
  --color-surface-workspace-3: oklch(100% 0 none / 1);
6289
6286
  --color-surface-workspace-3-ink: oklch(22.74366% 0 none / 1);
6290
6287
  --color-surface-workspace-3-ink-muted: oklch(56.808564% 0 none / 1);
6291
- --color-surface-workspace-3-edge: oklch(97.001505% 0.000951 48.81641 / 1);
6288
+ --color-surface-workspace-3-edge: oklch(96.501777% 0.001116 48.828064 / 1);
6292
6289
  --color-surface-workspace-3-edge-hover: oklch(95.500495% 0.000673 226.90744 / 1);
6293
6290
  --color-surface-workspace-3-edge-strong: oklch(93.999998% 0 none / 1);
6294
6291
  --color-surface-workspace-4: oklch(100% 0 none / 1);
6295
6292
  --color-surface-workspace-4-ink: oklch(22.74366% 0 none / 1);
6296
6293
  --color-surface-workspace-4-ink-muted: oklch(56.808564% 0 none / 1);
6297
- --color-surface-workspace-4-edge: oklch(97.001505% 0.000951 48.81641 / 1);
6294
+ --color-surface-workspace-4-edge: oklch(96.501777% 0.001116 48.828064 / 1);
6298
6295
  --color-surface-workspace-4-edge-hover: oklch(95.500495% 0.000673 226.90744 / 1);
6299
6296
  --color-surface-workspace-4-edge-strong: oklch(93.999998% 0 none / 1);
6300
6297
  --color-surface-workspace-5: oklch(100% 0 none / 1);
6301
6298
  --color-surface-workspace-5-ink: oklch(22.74366% 0 none / 1);
6302
6299
  --color-surface-workspace-5-ink-muted: oklch(56.808564% 0 none / 1);
6303
- --color-surface-workspace-5-edge: oklch(97.001505% 0.000951 48.81641 / 1);
6300
+ --color-surface-workspace-5-edge: oklch(96.501777% 0.001116 48.828064 / 1);
6304
6301
  --color-surface-workspace-5-edge-hover: oklch(95.500495% 0.000673 226.90744 / 1);
6305
6302
  --color-surface-workspace-5-edge-strong: oklch(93.999998% 0 none / 1);
6306
6303
  --color-surface-workspace-6: oklch(100% 0 none / 1);
6307
6304
  --color-surface-workspace-6-ink: oklch(22.74366% 0 none / 1);
6308
6305
  --color-surface-workspace-6-ink-muted: oklch(56.808564% 0 none / 1);
6309
- --color-surface-workspace-6-edge: oklch(97.001505% 0.000951 48.81641 / 1);
6306
+ --color-surface-workspace-6-edge: oklch(96.501777% 0.001116 48.828064 / 1);
6310
6307
  --color-surface-workspace-6-edge-hover: oklch(95.500495% 0.000673 226.90744 / 1);
6311
6308
  --color-surface-workspace-6-edge-strong: oklch(93.999998% 0 none / 1);
6312
6309
  --color-surface-workspace-7: oklch(100% 0 none / 1);
6313
6310
  --color-surface-workspace-7-ink: oklch(22.74366% 0 none / 1);
6314
6311
  --color-surface-workspace-7-ink-muted: oklch(56.808564% 0 none / 1);
6315
- --color-surface-workspace-7-edge: oklch(97.001505% 0.000951 48.81641 / 1);
6312
+ --color-surface-workspace-7-edge: oklch(96.501777% 0.001116 48.828064 / 1);
6316
6313
  --color-surface-workspace-7-edge-hover: oklch(95.500495% 0.000673 226.90744 / 1);
6317
6314
  --color-surface-workspace-7-edge-strong: oklch(93.999998% 0 none / 1);
6318
6315
  --color-surface-workspace-8: oklch(100% 0 none / 1);
6319
6316
  --color-surface-workspace-8-ink: oklch(22.74366% 0 none / 1);
6320
6317
  --color-surface-workspace-8-ink-muted: oklch(56.808564% 0 none / 1);
6321
- --color-surface-workspace-8-edge: oklch(97.001505% 0.000951 48.81641 / 1);
6318
+ --color-surface-workspace-8-edge: oklch(96.501777% 0.001116 48.828064 / 1);
6322
6319
  --color-surface-workspace-8-edge-hover: oklch(95.500495% 0.000673 226.90744 / 1);
6323
6320
  --color-surface-workspace-8-edge-strong: oklch(93.999998% 0 none / 1);
6324
6321
  --color-surface-chrome-0: oklch(96.010365% 0 none / 1);
6325
6322
  --color-surface-chrome-0-ink: oklch(17.101275% 0 none / 1);
6326
6323
  --color-surface-chrome-0-ink-muted: oklch(54.036418% 0 none / 1);
6327
- --color-surface-chrome-0-edge: oklch(93.012377% 0.0011 48.82982 / 1);
6324
+ --color-surface-chrome-0-edge: oklch(92.51274% 0.001291 48.84392 / 1);
6328
6325
  --color-surface-chrome-0-edge-hover: oklch(91.511% 0.000765 226.899059 / 1);
6329
6326
  --color-surface-chrome-0-edge-strong: oklch(90.010356% 0 none / 1);
6330
6327
  --color-surface-chrome-1: oklch(96.610365% 0 none / 1);
6331
6328
  --color-surface-chrome-1-ink: oklch(18.154498% 0 none / 1);
6332
6329
  --color-surface-chrome-1-ink-muted: oklch(54.456699% 0 none / 1);
6333
- --color-surface-chrome-1-edge: oklch(93.61229% 0.001076 48.827585 / 1);
6330
+ --color-surface-chrome-1-edge: oklch(93.112638% 0.001262 48.841277 / 1);
6334
6331
  --color-surface-chrome-1-edge-hover: oklch(92.11098% 0.00075 226.900438 / 1);
6335
6332
  --color-surface-chrome-1-edge-strong: oklch(90.610362% 0 none / 1);
6336
6333
  --color-surface-chrome-2: oklch(100% 0 none / 1);
6337
6334
  --color-surface-chrome-2-ink: oklch(22.74366% 0 none / 1);
6338
6335
  --color-surface-chrome-2-ink-muted: oklch(56.808564% 0 none / 1);
6339
- --color-surface-chrome-2-edge: oklch(97.001505% 0.000951 48.81641 / 1);
6336
+ --color-surface-chrome-2-edge: oklch(96.501777% 0.001116 48.828064 / 1);
6340
6337
  --color-surface-chrome-2-edge-hover: oklch(95.500495% 0.000673 226.90744 / 1);
6341
6338
  --color-surface-chrome-2-edge-strong: oklch(93.999998% 0 none / 1);
6342
6339
  --color-surface-chrome-3: oklch(100% 0 none / 1);
6343
6340
  --color-surface-chrome-3-ink: oklch(22.74366% 0 none / 1);
6344
6341
  --color-surface-chrome-3-ink-muted: oklch(56.808564% 0 none / 1);
6345
- --color-surface-chrome-3-edge: oklch(97.001505% 0.000951 48.81641 / 1);
6342
+ --color-surface-chrome-3-edge: oklch(96.501777% 0.001116 48.828064 / 1);
6346
6343
  --color-surface-chrome-3-edge-hover: oklch(95.500495% 0.000673 226.90744 / 1);
6347
6344
  --color-surface-chrome-3-edge-strong: oklch(93.999998% 0 none / 1);
6348
6345
  --color-surface-chrome-4: oklch(100% 0 none / 1);
6349
6346
  --color-surface-chrome-4-ink: oklch(22.74366% 0 none / 1);
6350
6347
  --color-surface-chrome-4-ink-muted: oklch(56.808564% 0 none / 1);
6351
- --color-surface-chrome-4-edge: oklch(97.001505% 0.000951 48.81641 / 1);
6348
+ --color-surface-chrome-4-edge: oklch(96.501777% 0.001116 48.828064 / 1);
6352
6349
  --color-surface-chrome-4-edge-hover: oklch(95.500495% 0.000673 226.90744 / 1);
6353
6350
  --color-surface-chrome-4-edge-strong: oklch(93.999998% 0 none / 1);
6354
6351
  --color-surface-chrome-5: oklch(100% 0 none / 1);
6355
6352
  --color-surface-chrome-5-ink: oklch(22.74366% 0 none / 1);
6356
6353
  --color-surface-chrome-5-ink-muted: oklch(56.808564% 0 none / 1);
6357
- --color-surface-chrome-5-edge: oklch(97.001505% 0.000951 48.81641 / 1);
6354
+ --color-surface-chrome-5-edge: oklch(96.501777% 0.001116 48.828064 / 1);
6358
6355
  --color-surface-chrome-5-edge-hover: oklch(95.500495% 0.000673 226.90744 / 1);
6359
6356
  --color-surface-chrome-5-edge-strong: oklch(93.999998% 0 none / 1);
6360
6357
  --color-surface-chrome-6: oklch(100% 0 none / 1);
6361
6358
  --color-surface-chrome-6-ink: oklch(22.74366% 0 none / 1);
6362
6359
  --color-surface-chrome-6-ink-muted: oklch(56.808564% 0 none / 1);
6363
- --color-surface-chrome-6-edge: oklch(97.001505% 0.000951 48.81641 / 1);
6360
+ --color-surface-chrome-6-edge: oklch(96.501777% 0.001116 48.828064 / 1);
6364
6361
  --color-surface-chrome-6-edge-hover: oklch(95.500495% 0.000673 226.90744 / 1);
6365
6362
  --color-surface-chrome-6-edge-strong: oklch(93.999998% 0 none / 1);
6366
6363
  --color-surface-chrome-7: oklch(100% 0 none / 1);
6367
6364
  --color-surface-chrome-7-ink: oklch(22.74366% 0 none / 1);
6368
6365
  --color-surface-chrome-7-ink-muted: oklch(56.808564% 0 none / 1);
6369
- --color-surface-chrome-7-edge: oklch(97.001505% 0.000951 48.81641 / 1);
6366
+ --color-surface-chrome-7-edge: oklch(96.501777% 0.001116 48.828064 / 1);
6370
6367
  --color-surface-chrome-7-edge-hover: oklch(95.500495% 0.000673 226.90744 / 1);
6371
6368
  --color-surface-chrome-7-edge-strong: oklch(93.999998% 0 none / 1);
6372
6369
  --color-surface-chrome-8: oklch(100% 0 none / 1);
6373
6370
  --color-surface-chrome-8-ink: oklch(22.74366% 0 none / 1);
6374
6371
  --color-surface-chrome-8-ink-muted: oklch(56.808564% 0 none / 1);
6375
- --color-surface-chrome-8-edge: oklch(97.001505% 0.000951 48.81641 / 1);
6372
+ --color-surface-chrome-8-edge: oklch(96.501777% 0.001116 48.828064 / 1);
6376
6373
  --color-surface-chrome-8-edge-hover: oklch(95.500495% 0.000673 226.90744 / 1);
6377
6374
  --color-surface-chrome-8-edge-strong: oklch(93.999998% 0 none / 1);
6378
6375
  --color-surface-0: oklch(98.510365% 0 none / 1);
@@ -6402,12 +6399,12 @@
6402
6399
  --color-surface-8: oklch(100% 0 none / 1);
6403
6400
  --color-surface-8-ink: oklch(22.74366% 0 none / 1);
6404
6401
  --color-surface-8-ink-muted: oklch(56.808564% 0 none / 1);
6405
- --color-intent-accent-focus-width: 2px;
6406
- --color-intent-danger-focus-width: 3px;
6407
- --color-intent-information-focus-width: 3px;
6408
- --color-intent-neutral-focus-width: 3px;
6409
- --color-intent-success-focus-width: 3px;
6410
- --color-intent-warning-focus-width: 3px;
6402
+ --color-intent-accent-focus-width: 1px;
6403
+ --color-intent-danger-focus-width: 1px;
6404
+ --color-intent-information-focus-width: 1px;
6405
+ --color-intent-neutral-focus-width: 1px;
6406
+ --color-intent-success-focus-width: 1px;
6407
+ --color-intent-warning-focus-width: 1px;
6411
6408
  --background-interaction-selection-accent: oklch(50.756307% 0.185449 257.696372 / 0.118811);
6412
6409
  --background-interaction-selection-accent-hover: oklch(50.756307% 0.185449 257.696372 / 0.167052);
6413
6410
  --background-interaction-selection-danger: oklch(50.734487% 0.20819 29.23388 / 0.120444);
@@ -6569,109 +6566,109 @@
6569
6566
  --color-surface-workspace-0: oklch(20.462653% 0 none / 1);
6570
6567
  --color-surface-workspace-0-ink: oklch(92.184718% 0 none / 1);
6571
6568
  --color-surface-workspace-0-ink-muted: oklch(76.561054% 0 none / 1);
6572
- --color-surface-workspace-0-edge: oklch(23.462529% 0.000305 197.137169 / 1);
6569
+ --color-surface-workspace-0-edge: oklch(23.962493% 0.000349 197.134607 / 1);
6573
6570
  --color-surface-workspace-0-edge-hover: oklch(24.962499% 0.000387 197.133078 / 1);
6574
6571
  --color-surface-workspace-0-edge-strong: oklch(26.462687% 0.000189 none / 1);
6575
6572
  --color-surface-workspace-1: oklch(22.962653% 0 none / 1);
6576
6573
  --color-surface-workspace-1-ink: oklch(92.501588% 0 none / 1);
6577
6574
  --color-surface-workspace-1-ink-muted: oklch(76.93548% 0 none / 1);
6578
- --color-surface-workspace-1-edge: oklch(25.962493% 0.000318 197.138375 / 1);
6575
+ --color-surface-workspace-1-edge: oklch(26.462469% 0.000365 197.135878 / 1);
6579
6576
  --color-surface-workspace-1-edge-hover: oklch(27.462498% 0.000404 197.134346 / 1);
6580
6577
  --color-surface-workspace-1-edge-strong: oklch(28.962633% 0.000197 none / 1);
6581
6578
  --color-surface-workspace-2: oklch(25.462653% 0.000386 251.779887 / 1);
6582
6579
  --color-surface-workspace-2-ink: oklch(92.908812% 0.000077 251.779887 / 1);
6583
6580
  --color-surface-workspace-2-ink-muted: oklch(77.415975% 0.000077 251.779887 / 1);
6584
- --color-surface-workspace-2-edge: oklch(28.462523% 0.000556 222.391942 / 1);
6581
+ --color-surface-workspace-2-edge: oklch(28.962508% 0.00059 219.703785 / 1);
6585
6582
  --color-surface-workspace-2-edge-hover: oklch(29.962519% 0.00061 217.143283 / 1);
6586
6583
  --color-surface-workspace-2-edge-strong: oklch(31.462634% 0.000388 226.187054 / 1);
6587
6584
  --color-surface-workspace-3: oklch(28.262653% 0.000579 251.779887 / 1);
6588
6585
  --color-surface-workspace-3-ink: oklch(93.477871% 0.000116 251.779887 / 1);
6589
6586
  --color-surface-workspace-3-ink-muted: oklch(78.08603% 0.000116 251.779887 / 1);
6590
- --color-surface-workspace-3-edge: oklch(31.26252% 0.000707 227.458527 / 1);
6587
+ --color-surface-workspace-3-edge: oklch(31.762502% 0.000736 224.710405 / 1);
6591
6588
  --color-surface-workspace-3-edge-hover: oklch(32.7625% 0.000745 222.113099 / 1);
6592
6589
  --color-surface-workspace-3-edge-strong: oklch(34.262654% 0.000508 231.447284 / 1);
6593
6590
  --color-surface-workspace-4: oklch(31.262653% 0.000965 251.779887 / 1);
6594
6591
  --color-surface-workspace-4-ink: oklch(94.237603% 0.000193 251.779887 / 1);
6595
6592
  --color-surface-workspace-4-ink-muted: oklch(78.978204% 0.000193 251.779887 / 1);
6596
- --color-surface-workspace-4-edge: oklch(34.262495% 0.001001 233.303998 / 1);
6593
+ --color-surface-workspace-4-edge: oklch(34.762473% 0.001017 230.725454 / 1);
6597
6594
  --color-surface-workspace-4-edge-hover: oklch(35.76248% 0.001005 228.347129 / 1);
6598
6595
  --color-surface-workspace-4-edge-strong: oklch(37.262601% 0.000744 237.136646 / 1);
6599
6596
  --color-surface-workspace-5: oklch(34.462653% 0.001351 251.779887 / 1);
6600
6597
  --color-surface-workspace-5-ink: oklch(95.30435% 0.00027 251.779887 / 1);
6601
6598
  --color-surface-workspace-5-ink-muted: oklch(80.226419% 0.00027 251.779887 / 1);
6602
- --color-surface-workspace-5-edge: oklch(37.462422% 0.001296 235.782492 / 1);
6599
+ --color-surface-workspace-5-edge: oklch(37.962393% 0.001299 233.299247 / 1);
6603
6600
  --color-surface-workspace-5-edge-hover: oklch(38.962419% 0.001266 231.218628 / 1);
6604
6601
  --color-surface-workspace-5-edge-strong: oklch(40.462488% 0.000975 239.703581 / 1);
6605
6602
  --color-surface-workspace-6: oklch(37.862653% 0.001737 251.779887 / 1);
6606
6603
  --color-surface-workspace-6-ink: oklch(96.597068% 0.000347 251.779887 / 1);
6607
6604
  --color-surface-workspace-6-ink-muted: oklch(81.732335% 0.000347 251.779887 / 1);
6608
- --color-surface-workspace-6-edge: oklch(40.862272% 0.001573 236.149111 / 1);
6605
+ --color-surface-workspace-6-edge: oklch(41.362226% 0.001561 233.527095 / 1);
6609
6606
  --color-surface-workspace-6-edge-hover: oklch(42.362252% 0.001507 231.763263 / 1);
6610
6607
  --color-surface-workspace-6-edge-strong: oklch(43.862347% 0.00118 240.680589 / 1);
6611
6608
  --color-surface-workspace-7: oklch(41.462653% 0.002316 251.779887 / 1);
6612
6609
  --color-surface-workspace-7-ink: oklch(98.092835% 0.000463 251.779887 / 1);
6613
6610
  --color-surface-workspace-7-ink-muted: oklch(83.46613% 0.000463 251.779887 / 1);
6614
- --color-surface-workspace-7-edge: oklch(44.461748% 0.001909 234.987041 / 1);
6611
+ --color-surface-workspace-7-edge: oklch(44.961626% 0.001866 231.821819 / 1);
6615
6612
  --color-surface-workspace-7-edge-hover: oklch(45.961728% 0.001786 230.699768 / 1);
6616
6613
  --color-surface-workspace-7-edge-strong: oklch(47.461907% 0.001423 241.125315 / 1);
6617
6614
  --color-surface-workspace-8: oklch(45.262653% 0.002896 251.779887 / 1);
6618
6615
  --color-surface-workspace-8-ink: oklch(99.80618% 0.000579 251.779887 / 1);
6619
6616
  --color-surface-workspace-8-ink-muted: oklch(85.441382% 0.000579 251.779887 / 1);
6620
- --color-surface-workspace-8-edge: oklch(48.259319% 0.001997 225.532443 / 1);
6617
+ --color-surface-workspace-8-edge: oklch(48.762653% 0.002747 251.779887 / 1);
6621
6618
  --color-surface-workspace-8-edge-hover: oklch(49.759858% 0.001852 221.880992 / 1);
6622
6619
  --color-surface-workspace-8-edge-strong: oklch(51.26084% 0.001491 239.070665 / 1);
6623
6620
  --color-surface-chrome-0: oklch(22.462653% 0 none / 1);
6624
6621
  --color-surface-chrome-0-ink: oklch(92.431093% 0 none / 1);
6625
6622
  --color-surface-chrome-0-ink-muted: oklch(76.852224% 0 none / 1);
6626
- --color-surface-chrome-0-edge: oklch(25.462509% 0.000315 197.138165 / 1);
6623
+ --color-surface-chrome-0-edge: oklch(25.962476% 0.000361 197.135656 / 1);
6627
6624
  --color-surface-chrome-0-edge-hover: oklch(26.962476% 0.000401 197.134123 / 1);
6628
6625
  --color-surface-chrome-0-edge-strong: oklch(28.462668% 0.000195 none / 1);
6629
6626
  --color-surface-chrome-1: oklch(24.962653% 0 none / 1);
6630
6627
  --color-surface-chrome-1-ink: oklch(92.819977% 0 none / 1);
6631
6628
  --color-surface-chrome-1-ink-muted: oklch(77.311197% 0 none / 1);
6632
- --color-surface-chrome-1-edge: oklch(27.962487% 0.000331 197.139076 / 1);
6629
+ --color-surface-chrome-1-edge: oklch(28.462474% 0.00038 197.136612 / 1);
6633
6630
  --color-surface-chrome-1-edge-hover: oklch(29.462476% 0.00042 197.135101 / 1);
6634
6631
  --color-surface-chrome-1-edge-strong: oklch(30.96262% 0.000204 none / 1);
6635
6632
  --color-surface-chrome-2: oklch(27.462653% 0.000386 251.779887 / 1);
6636
6633
  --color-surface-chrome-2-ink: oklch(93.302555% 0.000077 251.779887 / 1);
6637
6634
  --color-surface-chrome-2-ink-muted: oklch(77.879753% 0.000077 251.779887 / 1);
6638
- --color-surface-chrome-2-edge: oklch(30.462513% 0.000571 221.77183 / 1);
6635
+ --color-surface-chrome-2-edge: oklch(30.962479% 0.000607 219.086041 / 1);
6639
6636
  --color-surface-chrome-2-edge-hover: oklch(31.962502% 0.000628 216.618278 / 1);
6640
6637
  --color-surface-chrome-2-edge-strong: oklch(33.462647% 0.000397 225.793124 / 1);
6641
6638
  --color-surface-chrome-3: oklch(30.262653% 0.000579 251.779887 / 1);
6642
6639
  --color-surface-chrome-3-ink: oklch(93.964672% 0.000116 251.779887 / 1);
6643
6640
  --color-surface-chrome-3-ink-muted: oklch(78.657981% 0.000116 251.779887 / 1);
6644
- --color-surface-chrome-3-edge: oklch(33.262492% 0.000723 226.594365 / 1);
6641
+ --color-surface-chrome-3-edge: oklch(33.762476% 0.000755 223.806415 / 1);
6645
6642
  --color-surface-chrome-3-edge-hover: oklch(34.762482% 0.000766 221.2992 / 1);
6646
6643
  --color-surface-chrome-3-edge-strong: oklch(36.262627% 0.000517 230.883702 / 1);
6647
6644
  --color-surface-chrome-4: oklch(33.262653% 0.000965 251.779887 / 1);
6648
6645
  --color-surface-chrome-4-ink: oklch(94.876877% 0.000193 251.779887 / 1);
6649
6646
  --color-surface-chrome-4-ink-muted: oklch(79.72682% 0.000193 251.779887 / 1);
6650
- --color-surface-chrome-4-edge: oklch(36.26246% 0.001017 232.202687 / 1);
6647
+ --color-surface-chrome-4-edge: oklch(36.762434% 0.001035 229.50762 / 1);
6651
6648
  --color-surface-chrome-4-edge-hover: oklch(37.762464% 0.001024 227.196654 / 1);
6652
6649
  --color-surface-chrome-4-edge-strong: oklch(39.262572% 0.000749 236.454555 / 1);
6653
6650
  --color-surface-chrome-5: oklch(36.462653% 0.001351 251.779887 / 1);
6654
6651
  --color-surface-chrome-5-ink: oklch(96.050221% 0.00027 251.779887 / 1);
6655
6652
  --color-surface-chrome-5-ink-muted: oklch(81.096153% 0.00027 251.779887 / 1);
6656
- --color-surface-chrome-5-edge: oklch(39.462383% 0.001307 234.298071 / 1);
6653
+ --color-surface-chrome-5-edge: oklch(39.962341% 0.001312 231.605166 / 1);
6657
6654
  --color-surface-chrome-5-edge-hover: oklch(40.962375% 0.001279 229.607436 / 1);
6658
6655
  --color-surface-chrome-5-edge-strong: oklch(42.462487% 0.00097 238.845262 / 1);
6659
6656
  --color-surface-chrome-6: oklch(39.862653% 0.001737 251.779887 / 1);
6660
6657
  --color-surface-chrome-6-ink: oklch(97.412147% 0.000347 251.779887 / 1);
6661
6658
  --color-surface-chrome-6-ink-muted: oklch(82.678213% 0.000347 251.779887 / 1);
6662
- --color-surface-chrome-6-edge: oklch(42.862164% 0.001571 233.821318 / 1);
6659
+ --color-surface-chrome-6-edge: oklch(43.362099% 0.001562 230.809286 / 1);
6663
6660
  --color-surface-chrome-6-edge-hover: oklch(44.362153% 0.001508 229.256581 / 1);
6664
6661
  --color-surface-chrome-6-edge-strong: oklch(45.862305% 0.001155 239.47996 / 1);
6665
6662
  --color-surface-chrome-7: oklch(43.462653% 0.002316 251.779887 / 1);
6666
6663
  --color-surface-chrome-7-ink: oklch(98.977631% 0.000463 251.779887 / 1);
6667
6664
  --color-surface-chrome-7-ink-muted: oklch(84.487538% 0.000463 251.779887 / 1);
6668
- --color-surface-chrome-7-edge: oklch(46.461298% 0.001854 230.212094 / 1);
6665
+ --color-surface-chrome-7-edge: oklch(46.961102% 0.001814 226.0527 / 1);
6669
6666
  --color-surface-chrome-7-edge-hover: oklch(47.961383% 0.001739 225.859971 / 1);
6670
6667
  --color-surface-chrome-7-edge-strong: oklch(49.461752% 0.001348 239.206648 / 1);
6671
6668
  --color-surface-chrome-8: oklch(47.262653% 0.002896 251.779887 / 1);
6672
6669
  --color-surface-chrome-8-ink: oklch(100% 0 none / 1);
6673
6670
  --color-surface-chrome-8-ink-muted: oklch(86.636302% 0.000579 251.779887 / 1);
6674
- --color-surface-chrome-8-edge: oklch(50.262655% 0.002731 251.779887 / 1);
6671
+ --color-surface-chrome-8-edge: oklch(50.76263% 0.002703 251.779887 / 1);
6675
6672
  --color-surface-chrome-8-edge-hover: oklch(51.762631% 0.002649 251.779887 / 1);
6676
6673
  --color-surface-chrome-8-edge-strong: oklch(53.260215% 0.001288 234.367506 / 1);
6677
6674
  --color-surface-0: oklch(20.462653% 0 none / 1);
@@ -6701,12 +6698,12 @@
6701
6698
  --color-surface-8: oklch(45.262653% 0.002896 251.779887 / 1);
6702
6699
  --color-surface-8-ink: oklch(99.80618% 0.000579 251.779887 / 1);
6703
6700
  --color-surface-8-ink-muted: oklch(85.441382% 0.000579 251.779887 / 1);
6704
- --color-intent-accent-focus-width: 2px;
6705
- --color-intent-danger-focus-width: 3px;
6706
- --color-intent-information-focus-width: 3px;
6707
- --color-intent-neutral-focus-width: 3px;
6708
- --color-intent-success-focus-width: 3px;
6709
- --color-intent-warning-focus-width: 3px;
6701
+ --color-intent-accent-focus-width: 1px;
6702
+ --color-intent-danger-focus-width: 1px;
6703
+ --color-intent-information-focus-width: 1px;
6704
+ --color-intent-neutral-focus-width: 1px;
6705
+ --color-intent-success-focus-width: 1px;
6706
+ --color-intent-warning-focus-width: 1px;
6710
6707
  --background-interaction-selection-accent: oklch(77.631661% 0.121666 245.605952 / 0.058873);
6711
6708
  --background-interaction-selection-accent-hover: oklch(77.631661% 0.121666 245.605952 / 0.087255);
6712
6709
  --background-interaction-selection-danger: oklch(78.425088% 0.125337 22.763785 / 0.056177);
@@ -9437,6 +9434,10 @@
9437
9434
  right: 0.75rem;
9438
9435
  }
9439
9436
  }
9437
+ [data-ui-checkbox-indicator][data-ui-selection-recipe="indicator"]:not([data-checked]):not([data-indeterminate]) {
9438
+ --ui-selection-edge: var(--ui-surface-edge-strong);
9439
+ background-color: transparent;
9440
+ }
9440
9441
  [data-ui-checkbox][data-variant="pills"]:is( [data-ui-interaction="tonal"], [data-ui-interaction="combined"] ) {
9441
9442
  background-color: var(--ui-interaction-fill);
9442
9443
  background-image: none;
@@ -9838,6 +9839,9 @@
9838
9839
  }
9839
9840
  }
9840
9841
  @layer components {
9842
+ [data-ui-app][data-sidebar-transitioning="true"] > :where( [data-ui-app-header], [data-ui-app-main], [data-ui-app-footer] ) {
9843
+ background-color: var(--ui-surface-color);
9844
+ }
9841
9845
  [data-ui-sidebar] {
9842
9846
  --ui-active-elevation-shadow-layers: var(--ui-sidebar-drawer-elevation);
9843
9847
  }
@@ -10779,9 +10783,6 @@
10779
10783
  color: var(--ui-selection-solid-ink, var(--color-intent-accent-solid-ink));
10780
10784
  background-color: var(--ui-selection-solid, var(--color-intent-accent-solid));
10781
10785
  }
10782
- [data-ui-checkbox-indicator]:is([data-checked], [data-indeterminate]) {
10783
- box-shadow: none;
10784
- }
10785
10786
  [data-ui-selection-recipe="switch-thumb"], [data-ui-selection-recipe="slider-thumb"] {
10786
10787
  background-color: var(--ui-surface-color);
10787
10788
  }