@soybeanjs/ui 0.0.15 → 0.0.16

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 (86) hide show
  1. package/dist/components/accordion/accordion.vue.d.ts +3 -3
  2. package/dist/components/alert/alert.vue.d.ts +4 -4
  3. package/dist/components/alert-dialog/alert-dialog-action.vue.d.ts +3 -3
  4. package/dist/components/alert-dialog/alert-dialog-cancel.vue.d.ts +4 -4
  5. package/dist/components/alert-dialog/alert-dialog.vue.d.ts +4 -4
  6. package/dist/components/avatar/avatar.vue.d.ts +7 -7
  7. package/dist/components/badge/badge.vue.d.ts +4 -4
  8. package/dist/components/breadcrumb/breadcrumb.vue.d.ts +3 -3
  9. package/dist/components/button/button-group.vue.d.ts +6 -6
  10. package/dist/components/button/button-icon.vue.d.ts +3 -3
  11. package/dist/components/button/button-link.vue.d.ts +4 -4
  12. package/dist/components/button/button-loading.vue.d.ts +3 -3
  13. package/dist/components/button/button.vue.d.ts +4 -4
  14. package/dist/components/card/card.vue.d.ts +3 -3
  15. package/dist/components/checkbox/checkbox-card-group.vue.d.ts +3 -3
  16. package/dist/components/checkbox/checkbox-card.vue.d.ts +8 -8
  17. package/dist/components/checkbox/checkbox-group.vue.d.ts +3 -3
  18. package/dist/components/checkbox/checkbox.vue.d.ts +12 -12
  19. package/dist/components/collapsible/collapsible.vue.d.ts +4 -4
  20. package/dist/components/command/command.vue.d.ts +8 -8
  21. package/dist/components/config-provider/config-provider.js +1 -1
  22. package/dist/components/config-provider/config-provider.vue.d.ts +5 -7
  23. package/dist/components/config-provider/types.d.ts +1 -1
  24. package/dist/components/context-menu/context-menu-checkbox.vue.d.ts +9 -9
  25. package/dist/components/context-menu/context-menu-radio.vue.d.ts +9 -9
  26. package/dist/components/context-menu/context-menu-wrapper.vue.d.ts +11 -11
  27. package/dist/components/context-menu/context-menu.vue.d.ts +8 -8
  28. package/dist/components/dialog/dialog-close.vue.d.ts +2 -2
  29. package/dist/components/dialog/dialog-pure.vue.d.ts +12 -12
  30. package/dist/components/dialog/dialog.vue.d.ts +12 -12
  31. package/dist/components/drawer/drawer-close.vue.d.ts +2 -2
  32. package/dist/components/drawer/drawer.vue.d.ts +12 -12
  33. package/dist/components/dropdown-menu/dropdown-menu-checkbox.vue.d.ts +9 -9
  34. package/dist/components/dropdown-menu/dropdown-menu-radio.vue.d.ts +9 -9
  35. package/dist/components/dropdown-menu/dropdown-menu-wrapper.vue.d.ts +11 -11
  36. package/dist/components/dropdown-menu/dropdown-menu.vue.d.ts +8 -8
  37. package/dist/components/form/form.vue.d.ts +2 -2
  38. package/dist/components/form/use-form.d.ts +22 -22
  39. package/dist/components/icon/icon.vue.d.ts +3 -3
  40. package/dist/components/input/input.vue.d.ts +4 -4
  41. package/dist/components/kbd/kbd.vue.d.ts +3 -3
  42. package/dist/components/label/label.vue.d.ts +2 -2
  43. package/dist/components/layout/layout-trigger.vue.d.ts +2 -2
  44. package/dist/components/layout/layout.vue.d.ts +4 -4
  45. package/dist/components/link/link.vue.d.ts +3 -3
  46. package/dist/components/list/list-item.vue.d.ts +2 -2
  47. package/dist/components/list/list.vue.d.ts +2 -2
  48. package/dist/components/menu/menu-checkbox-options.vue.d.ts +3 -3
  49. package/dist/components/menu/menu-option.vue.d.ts +8 -8
  50. package/dist/components/menu/menu-options.vue.d.ts +8 -8
  51. package/dist/components/menu/menu-radio-options.vue.d.ts +3 -3
  52. package/dist/components/navigation-menu/navigation-menu.vue.d.ts +13 -13
  53. package/dist/components/number-input/number-input.vue.d.ts +4 -4
  54. package/dist/components/pagination/pagination.vue.d.ts +4 -4
  55. package/dist/components/password/password.vue.d.ts +4 -4
  56. package/dist/components/popover/popover.vue.d.ts +12 -12
  57. package/dist/components/radio-group/radio-card-group.vue.d.ts +3 -3
  58. package/dist/components/radio-group/radio-card.vue.d.ts +2 -2
  59. package/dist/components/radio-group/radio-group.vue.d.ts +3 -3
  60. package/dist/components/radio-group/radio.vue.d.ts +2 -2
  61. package/dist/components/segment/segment.vue.d.ts +3 -3
  62. package/dist/components/select/select.vue.d.ts +8 -8
  63. package/dist/components/separator/separator.vue.d.ts +5 -5
  64. package/dist/components/switch/switch.vue.d.ts +22 -22
  65. package/dist/components/tabs/tabs.vue.d.ts +3 -3
  66. package/dist/components/tag/tag.vue.d.ts +4 -4
  67. package/dist/components/textarea/textarea.vue.d.ts +4 -4
  68. package/dist/components/tooltip/tooltip.vue.d.ts +8 -8
  69. package/dist/components/tree/tree-virtualizer.vue.d.ts +5 -5
  70. package/dist/components/tree/tree.vue.d.ts +5 -5
  71. package/dist/components/virtualizer/virtualizer.vue.d.ts +3 -3
  72. package/dist/styles.css +29 -244
  73. package/dist/variants/badge.d.ts +3 -3
  74. package/dist/variants/button.d.ts +3 -3
  75. package/dist/variants/checkbox.d.ts +3 -3
  76. package/dist/variants/kbd.d.ts +3 -3
  77. package/dist/variants/pagination.d.ts +3 -3
  78. package/dist/variants/radio-group.d.ts +3 -3
  79. package/dist/variants/separator.d.ts +3 -3
  80. package/dist/variants/switch.d.ts +3 -3
  81. package/dist/variants/tabs.d.ts +3 -3
  82. package/dist/variants/tag.d.ts +3 -3
  83. package/dist/variants/textarea.d.ts +3 -3
  84. package/dist/variants/toast.d.ts +3 -3
  85. package/package.json +11 -9
  86. package/dist/components/config-provider/shared.js +0 -1
@@ -2,13 +2,13 @@ import { ThemeColor, ThemeSize } from "../../theme/types.js";
2
2
  import "../../theme/index.js";
3
3
  import { SwitchShape } from "../../variants/switch.js";
4
4
  import { SwitchProps } from "./types.js";
5
- import * as vue274 from "vue";
6
- import * as _soybeanjs_headless180 from "@soybeanjs/headless";
5
+ import * as vue143 from "vue";
6
+ import * as _soybeanjs_headless90 from "@soybeanjs/headless";
7
7
  import { AcceptableBooleanValue } from "@soybeanjs/headless";
8
8
 
9
9
  //#region src/components/switch/switch.vue.d.ts
10
10
  declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
11
- props: vue274.PublicProps & __VLS_PrettifyLocal<SwitchProps<T> & {
11
+ props: vue143.PublicProps & __VLS_PrettifyLocal<SwitchProps<T> & {
12
12
  "onUpdate:modelValue"?: ((payload: NonNullable<T>) => any) | undefined;
13
13
  }> & (typeof globalThis extends {
14
14
  __VLS_PROPS_FALLBACK: infer P;
@@ -18,13 +18,13 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
18
18
  slots: {
19
19
  leading?: (props: {
20
20
  modelValue: (Readonly<{
21
- class: _soybeanjs_headless180.ClassValue;
22
- ui: Partial<_soybeanjs_headless180.SwitchUi>;
21
+ class: _soybeanjs_headless90.ClassValue;
22
+ ui: Partial<_soybeanjs_headless90.SwitchUi>;
23
23
  color: ThemeColor;
24
24
  size: ThemeSize;
25
25
  shape: SwitchShape;
26
- controlProps: _soybeanjs_headless180.SwitchControlProps;
27
- thumbProps: _soybeanjs_headless180.SwitchThumbProps;
26
+ controlProps: _soybeanjs_headless90.SwitchControlProps;
27
+ thumbProps: _soybeanjs_headless90.SwitchThumbProps;
28
28
  defaultValue: NonNullable<T> | undefined;
29
29
  disabled: boolean;
30
30
  value: string;
@@ -32,14 +32,14 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
32
32
  required: boolean;
33
33
  manifest: string | undefined;
34
34
  innerHTML: string | undefined;
35
- style: vue274.StyleValue | undefined;
35
+ style: vue143.StyleValue | undefined;
36
36
  accesskey: string | undefined;
37
37
  contenteditable: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
38
38
  contextmenu: string | undefined;
39
39
  dir: string | undefined;
40
40
  draggable: (boolean | "true" | "false") | undefined;
41
41
  enterkeyhint: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
42
- enterKeyHint: vue274.HTMLAttributes["enterkeyhint"];
42
+ enterKeyHint: vue143.HTMLAttributes["enterkeyhint"];
43
43
  hidden: (boolean | "true" | "false") | "" | "hidden" | "until-found" | undefined;
44
44
  id: string | undefined;
45
45
  inert: (boolean | "true" | "false") | undefined;
@@ -229,13 +229,13 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
229
229
  } & {
230
230
  default?: (props: {
231
231
  modelValue: (Readonly<{
232
- class: _soybeanjs_headless180.ClassValue;
233
- ui: Partial<_soybeanjs_headless180.SwitchUi>;
232
+ class: _soybeanjs_headless90.ClassValue;
233
+ ui: Partial<_soybeanjs_headless90.SwitchUi>;
234
234
  color: ThemeColor;
235
235
  size: ThemeSize;
236
236
  shape: SwitchShape;
237
- controlProps: _soybeanjs_headless180.SwitchControlProps;
238
- thumbProps: _soybeanjs_headless180.SwitchThumbProps;
237
+ controlProps: _soybeanjs_headless90.SwitchControlProps;
238
+ thumbProps: _soybeanjs_headless90.SwitchThumbProps;
239
239
  defaultValue: NonNullable<T> | undefined;
240
240
  disabled: boolean;
241
241
  value: string;
@@ -243,14 +243,14 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
243
243
  required: boolean;
244
244
  manifest: string | undefined;
245
245
  innerHTML: string | undefined;
246
- style: vue274.StyleValue | undefined;
246
+ style: vue143.StyleValue | undefined;
247
247
  accesskey: string | undefined;
248
248
  contenteditable: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
249
249
  contextmenu: string | undefined;
250
250
  dir: string | undefined;
251
251
  draggable: (boolean | "true" | "false") | undefined;
252
252
  enterkeyhint: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
253
- enterKeyHint: vue274.HTMLAttributes["enterkeyhint"];
253
+ enterKeyHint: vue143.HTMLAttributes["enterkeyhint"];
254
254
  hidden: (boolean | "true" | "false") | "" | "hidden" | "until-found" | undefined;
255
255
  id: string | undefined;
256
256
  inert: (boolean | "true" | "false") | undefined;
@@ -440,13 +440,13 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
440
440
  } & {
441
441
  trailing?: (props: {
442
442
  modelValue: (Readonly<{
443
- class: _soybeanjs_headless180.ClassValue;
444
- ui: Partial<_soybeanjs_headless180.SwitchUi>;
443
+ class: _soybeanjs_headless90.ClassValue;
444
+ ui: Partial<_soybeanjs_headless90.SwitchUi>;
445
445
  color: ThemeColor;
446
446
  size: ThemeSize;
447
447
  shape: SwitchShape;
448
- controlProps: _soybeanjs_headless180.SwitchControlProps;
449
- thumbProps: _soybeanjs_headless180.SwitchThumbProps;
448
+ controlProps: _soybeanjs_headless90.SwitchControlProps;
449
+ thumbProps: _soybeanjs_headless90.SwitchThumbProps;
450
450
  defaultValue: NonNullable<T> | undefined;
451
451
  disabled: boolean;
452
452
  value: string;
@@ -454,14 +454,14 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
454
454
  required: boolean;
455
455
  manifest: string | undefined;
456
456
  innerHTML: string | undefined;
457
- style: vue274.StyleValue | undefined;
457
+ style: vue143.StyleValue | undefined;
458
458
  accesskey: string | undefined;
459
459
  contenteditable: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
460
460
  contextmenu: string | undefined;
461
461
  dir: string | undefined;
462
462
  draggable: (boolean | "true" | "false") | undefined;
463
463
  enterkeyhint: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
464
- enterKeyHint: vue274.HTMLAttributes["enterkeyhint"];
464
+ enterKeyHint: vue143.HTMLAttributes["enterkeyhint"];
465
465
  hidden: (boolean | "true" | "false") | "" | "hidden" | "until-found" | undefined;
466
466
  id: string | undefined;
467
467
  inert: (boolean | "true" | "false") | undefined;
@@ -650,7 +650,7 @@ declare const __VLS_export: <T extends AcceptableBooleanValue = boolean>(__VLS_p
650
650
  }) => any;
651
651
  };
652
652
  emit: (evt: "update:modelValue", payload: NonNullable<T>) => void;
653
- }>) => vue274.VNode & {
653
+ }>) => vue143.VNode & {
654
654
  __ctx?: Awaited<typeof __VLS_setup>;
655
655
  };
656
656
  declare const _default: typeof __VLS_export;
@@ -1,10 +1,10 @@
1
1
  import { TabsOptionData, TabsProps } from "./types.js";
2
- import * as vue282 from "vue";
2
+ import * as vue285 from "vue";
3
3
  import { AcceptableValue } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/tabs/tabs.vue.d.ts
6
6
  declare const __VLS_export: <T extends AcceptableValue = AcceptableValue, S extends TabsOptionData<NonNullable<T>> = TabsOptionData<NonNullable<T>>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7
- props: vue282.PublicProps & __VLS_PrettifyLocal<TabsProps<T, S> & {
7
+ props: vue285.PublicProps & __VLS_PrettifyLocal<TabsProps<T, S> & {
8
8
  "onUpdate:modelValue"?: ((payload: NonNullable<T>) => any) | undefined;
9
9
  }> & (typeof globalThis extends {
10
10
  __VLS_PROPS_FALLBACK: infer P;
@@ -21,7 +21,7 @@ declare const __VLS_export: <T extends AcceptableValue = AcceptableValue, S exte
21
21
  }) => any;
22
22
  };
23
23
  emit: (evt: "update:modelValue", payload: NonNullable<T>) => void;
24
- }>) => vue282.VNode & {
24
+ }>) => vue285.VNode & {
25
25
  __ctx?: Awaited<typeof __VLS_setup>;
26
26
  };
27
27
  declare const _default: typeof __VLS_export;
@@ -1,5 +1,5 @@
1
1
  import { TagProps } from "./types.js";
2
- import * as vue284 from "vue";
2
+ import * as vue163 from "vue";
3
3
 
4
4
  //#region src/components/tag/tag.vue.d.ts
5
5
  declare var __VLS_10: {}, __VLS_12: {}, __VLS_14: {}, __VLS_16: {
@@ -14,13 +14,13 @@ type __VLS_Slots = {} & {
14
14
  } & {
15
15
  close?: (props: typeof __VLS_16) => any;
16
16
  };
17
- declare const __VLS_base: vue284.DefineComponent<TagProps, {}, {}, {}, {}, vue284.ComponentOptionsMixin, vue284.ComponentOptionsMixin, {
17
+ declare const __VLS_base: vue163.DefineComponent<TagProps, {}, {}, {}, {}, vue163.ComponentOptionsMixin, vue163.ComponentOptionsMixin, {
18
18
  "update:open": (open: boolean) => any;
19
- }, string, vue284.PublicProps, Readonly<TagProps> & Readonly<{
19
+ }, string, vue163.PublicProps, Readonly<TagProps> & Readonly<{
20
20
  "onUpdate:open"?: ((open: boolean) => any) | undefined;
21
21
  }>, {
22
22
  open: boolean;
23
- }, {}, {}, {}, string, vue284.ComponentProvideOptions, false, {}, any>;
23
+ }, {}, {}, {}, string, vue163.ComponentProvideOptions, false, {}, any>;
24
24
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
25
25
  declare const _default: typeof __VLS_export;
26
26
  type __VLS_WithSlots<T, S> = T & {
@@ -1,5 +1,5 @@
1
1
  import { TextareaProps } from "./types.js";
2
- import * as vue289 from "vue";
2
+ import * as vue158 from "vue";
3
3
 
4
4
  //#region src/components/textarea/textarea.vue.d.ts
5
5
  declare var __VLS_28: {
@@ -11,11 +11,11 @@ type __VLS_Slots = {} & {
11
11
  } & {
12
12
  footer?: (props: typeof __VLS_30) => any;
13
13
  };
14
- declare const __VLS_base: vue289.DefineComponent<TextareaProps, {}, {}, {}, {}, vue289.ComponentOptionsMixin, vue289.ComponentOptionsMixin, {
14
+ declare const __VLS_base: vue158.DefineComponent<TextareaProps, {}, {}, {}, {}, vue158.ComponentOptionsMixin, vue158.ComponentOptionsMixin, {
15
15
  "update:modelValue": (value: string) => any;
16
- }, string, vue289.PublicProps, Readonly<TextareaProps> & Readonly<{
16
+ }, string, vue158.PublicProps, Readonly<TextareaProps> & Readonly<{
17
17
  "onUpdate:modelValue"?: ((value: string) => any) | undefined;
18
- }>, {}, {}, {}, {}, string, vue289.ComponentProvideOptions, false, {}, any>;
18
+ }>, {}, {}, {}, {}, string, vue158.ComponentProvideOptions, false, {}, any>;
19
19
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
20
  declare const _default: typeof __VLS_export;
21
21
  type __VLS_WithSlots<T, S> = T & {
@@ -1,6 +1,6 @@
1
1
  import { TooltipProps } from "./types.js";
2
- import * as vue66 from "vue";
3
- import * as _soybeanjs_headless80 from "@soybeanjs/headless";
2
+ import * as vue301 from "vue";
3
+ import * as _soybeanjs_headless190 from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/tooltip/tooltip.vue.d.ts
6
6
  declare var __VLS_16: {}, __VLS_36: {};
@@ -9,19 +9,19 @@ type __VLS_Slots = {} & {
9
9
  } & {
10
10
  default?: (props: typeof __VLS_36) => any;
11
11
  };
12
- declare const __VLS_base: vue66.DefineComponent<TooltipProps, {}, {}, {}, {}, vue66.ComponentOptionsMixin, vue66.ComponentOptionsMixin, {
12
+ declare const __VLS_base: vue301.DefineComponent<TooltipProps, {}, {}, {}, {}, vue301.ComponentOptionsMixin, vue301.ComponentOptionsMixin, {
13
13
  "update:open": (value: boolean) => any;
14
14
  escapeKeyDown: (event: KeyboardEvent) => any;
15
- pointerDownOutside: (event: _soybeanjs_headless80.PointerDownOutsideEvent) => any;
16
- }, string, vue66.PublicProps, Readonly<TooltipProps> & Readonly<{
15
+ pointerDownOutside: (event: _soybeanjs_headless190.PointerDownOutsideEvent) => any;
16
+ }, string, vue301.PublicProps, Readonly<TooltipProps> & Readonly<{
17
17
  "onUpdate:open"?: ((value: boolean) => any) | undefined;
18
18
  onEscapeKeyDown?: ((event: KeyboardEvent) => any) | undefined;
19
- onPointerDownOutside?: ((event: _soybeanjs_headless80.PointerDownOutsideEvent) => any) | undefined;
19
+ onPointerDownOutside?: ((event: _soybeanjs_headless190.PointerDownOutsideEvent) => any) | undefined;
20
20
  }>, {
21
21
  open: boolean;
22
- showArrow: boolean;
23
22
  defaultOpen: boolean;
24
- }, {}, {}, {}, string, vue66.ComponentProvideOptions, false, {}, any>;
23
+ showArrow: boolean;
24
+ }, {}, {}, {}, string, vue301.ComponentProvideOptions, false, {}, any>;
25
25
  declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
26
26
  declare const _default: typeof __VLS_export;
27
27
  type __VLS_WithSlots<T, S> = T & {
@@ -1,12 +1,12 @@
1
1
  import { TreeVirtualizerProps } from "./types.js";
2
- import * as vue75 from "vue";
3
- import * as _soybeanjs_headless83 from "@soybeanjs/headless";
2
+ import * as vue1 from "vue";
3
+ import * as _soybeanjs_headless0 from "@soybeanjs/headless";
4
4
  import { MaybeArray, TreeItemData } from "@soybeanjs/headless";
5
5
  import * as _tanstack_vue_virtual0 from "@tanstack/vue-virtual";
6
6
 
7
7
  //#region src/components/tree/tree-virtualizer.vue.d.ts
8
8
  declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string> | undefined, M extends boolean>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
9
- props: vue75.PublicProps & __VLS_PrettifyLocal<TreeVirtualizerProps<T, U, M> & {
9
+ props: vue1.PublicProps & __VLS_PrettifyLocal<TreeVirtualizerProps<T, U, M> & {
10
10
  "onUpdate:modelValue"?: ((value: string | ((U extends string ? false : M extends true ? true : false) extends infer T_1 ? T_1 extends (U extends string ? false : M extends true ? true : false) ? T_1 extends true ? string[] : string : never : never)) => any) | undefined;
11
11
  "onUpdate:expanded"?: ((value: string[]) => any) | undefined;
12
12
  }> & (typeof globalThis extends {
@@ -18,13 +18,13 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
18
18
  item?: (props: {
19
19
  key: number;
20
20
  virtualItem: _tanstack_vue_virtual0.VirtualItem;
21
- item: _soybeanjs_headless83.FlattenedItem<T>;
21
+ item: _soybeanjs_headless0.FlattenedItem<T>;
22
22
  modelValue: U;
23
23
  expanded: string[];
24
24
  }) => any;
25
25
  };
26
26
  emit: ((evt: "update:modelValue", value: string | ((U extends string ? false : M extends true ? true : false) extends infer T_1 ? T_1 extends (U extends string ? false : M extends true ? true : false) ? T_1 extends true ? string[] : string : never : never)) => void) & ((evt: "update:expanded", value: string[]) => void);
27
- }>) => vue75.VNode & {
27
+ }>) => vue1.VNode & {
28
28
  __ctx?: Awaited<typeof __VLS_setup>;
29
29
  };
30
30
  declare const _default: typeof __VLS_export;
@@ -1,10 +1,10 @@
1
- import * as vue73 from "vue";
2
- import * as _soybeanjs_headless82 from "@soybeanjs/headless";
1
+ import * as vue0 from "vue";
2
+ import * as _soybeanjs_headless0 from "@soybeanjs/headless";
3
3
  import { MaybeArray, TreeItemData, TreeRootProps } from "@soybeanjs/headless";
4
4
 
5
5
  //#region src/components/tree/tree.vue.d.ts
6
6
  declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string> | undefined, M extends boolean>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7
- props: vue73.PublicProps & __VLS_PrettifyLocal<TreeRootProps<T, U, M> & {
7
+ props: vue0.PublicProps & __VLS_PrettifyLocal<TreeRootProps<T, U, M> & {
8
8
  "onUpdate:modelValue"?: ((value: string | ((U extends string ? false : M extends true ? true : false) extends infer T_1 ? T_1 extends (U extends string ? false : M extends true ? true : false) ? T_1 extends true ? string[] : string : never : never)) => any) | undefined;
9
9
  "onUpdate:expanded"?: ((value: string[]) => any) | undefined;
10
10
  }> & (typeof globalThis extends {
@@ -17,7 +17,7 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
17
17
  } & {
18
18
  item?: (props: {
19
19
  key: string;
20
- item: _soybeanjs_headless82.FlattenedItem<T>;
20
+ item: _soybeanjs_headless0.FlattenedItem<T>;
21
21
  modelValue: U | undefined;
22
22
  expanded: string[];
23
23
  }) => any;
@@ -25,7 +25,7 @@ declare const __VLS_export: <T extends TreeItemData, U extends MaybeArray<string
25
25
  bottom?: (props: {}) => any;
26
26
  };
27
27
  emit: ((evt: "update:modelValue", value: string | ((U extends string ? false : M extends true ? true : false) extends infer T_1 ? T_1 extends (U extends string ? false : M extends true ? true : false) ? T_1 extends true ? string[] : string : never : never)) => void) & ((evt: "update:expanded", value: string[]) => void);
28
- }>) => vue73.VNode & {
28
+ }>) => vue0.VNode & {
29
29
  __ctx?: Awaited<typeof __VLS_setup>;
30
30
  };
31
31
  declare const _default: typeof __VLS_export;
@@ -1,10 +1,10 @@
1
1
  import { VirtualizerProps } from "./types.js";
2
- import * as vue71 from "vue";
2
+ import * as vue3 from "vue";
3
3
  import * as _tanstack_vue_virtual0 from "@tanstack/vue-virtual";
4
4
 
5
5
  //#region src/components/virtualizer/virtualizer.vue.d.ts
6
6
  declare const __VLS_export: <T extends Record<string, any>>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
7
- props: vue71.PublicProps & __VLS_PrettifyLocal<VirtualizerProps<T>> & (typeof globalThis extends {
7
+ props: vue3.PublicProps & __VLS_PrettifyLocal<VirtualizerProps<T>> & (typeof globalThis extends {
8
8
  __VLS_PROPS_FALLBACK: infer P;
9
9
  } ? P : {});
10
10
  expose: (exposed: {}) => void;
@@ -17,7 +17,7 @@ declare const __VLS_export: <T extends Record<string, any>>(__VLS_props: NonNull
17
17
  }) => any;
18
18
  };
19
19
  emit: {};
20
- }>) => vue71.VNode & {
20
+ }>) => vue3.VNode & {
21
21
  __ctx?: Awaited<typeof __VLS_setup>;
22
22
  };
23
23
  declare const _default: typeof __VLS_export;
package/dist/styles.css CHANGED
@@ -10,251 +10,38 @@
10
10
  /* layer: preflights */
11
11
  *,::before,::after{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}::backdrop{--un-rotate:0;--un-rotate-x:0;--un-rotate-y:0;--un-rotate-z:0;--un-scale-x:1;--un-scale-y:1;--un-scale-z:1;--un-skew-x:0;--un-skew-y:0;--un-translate-x:0;--un-translate-y:0;--un-translate-z:0;--un-pan-x: ;--un-pan-y: ;--un-pinch-zoom: ;--un-scroll-snap-strictness:proximity;--un-ordinal: ;--un-slashed-zero: ;--un-numeric-figure: ;--un-numeric-spacing: ;--un-numeric-fraction: ;--un-border-spacing-x:0;--un-border-spacing-y:0;--un-ring-offset-shadow:0 0 rgb(0 0 0 / 0);--un-ring-shadow:0 0 rgb(0 0 0 / 0);--un-shadow-inset: ;--un-shadow:0 0 rgb(0 0 0 / 0);--un-ring-inset: ;--un-ring-offset-width:0px;--un-ring-offset-color:#fff;--un-ring-width:0px;--un-ring-color:rgb(147 197 253 / 0.5);--un-blur: ;--un-brightness: ;--un-contrast: ;--un-drop-shadow: ;--un-grayscale: ;--un-hue-rotate: ;--un-invert: ;--un-saturate: ;--un-sepia: ;--un-backdrop-blur: ;--un-backdrop-brightness: ;--un-backdrop-contrast: ;--un-backdrop-grayscale: ;--un-backdrop-hue-rotate: ;--un-backdrop-invert: ;--un-backdrop-opacity: ;--un-backdrop-saturate: ;--un-backdrop-sepia: ;}
12
12
 
13
- @keyframes shadcn-down { from{ height: 0 } to { height: var(--soybean-accordion-content-height)} }
14
- @keyframes shadcn-up { from{ height: var(--soybean-accordion-content-height)} to { height: 0 } }
15
- @keyframes shadcn-collapsible-down { from{ height: 0 } to { height: var(--soybean-collapsible-content-height)} }
16
- @keyframes shadcn-collapsible-up { from{ height: var(--soybean-collapsible-content-height)} to { height: 0 } }
13
+ * {
14
+ border-color: hsl(var(--border));
15
+ }
17
16
 
18
-
19
- :root {
20
- --background: 0 0% 100%;
21
- --foreground: 224 71.4% 4.1%;
22
- --card: 0 0% 100%;
23
- --card-foreground: 224 71.4% 4.1%;
24
- --popover: 0 0% 100%;
25
- --popover-foreground: 224 71.4% 4.1%;
26
- --primary: 236.9 100% 69.61%;
27
- --primary-50: 210 100% 98%;
28
- --primary-100: 212 100% 97%;
29
- --primary-200: 216 100% 93%;
30
- --primary-300: 220 100% 88%;
31
- --primary-400: 228 100% 78%;
32
- --primary-500: 237 100% 70%;
33
- --primary-600: 237 75% 61%;
34
- --primary-700: 237 55% 48%;
35
- --primary-800: 238 63% 37%;
36
- --primary-900: 238 69% 27%;
37
- --primary-950: 238 80% 16%;
38
- --primary-foreground: 0 0% 100%;
39
- --secondary: 229 20% 90%;
40
- --secondary-foreground: 229 20% 30%;
41
- --muted: 220 14.3% 95.9%;
42
- --muted-foreground: 220 8.9% 46.1%;
43
- --accent: 220 14.3% 95.9%;
44
- --accent-foreground: 220.9 39.3% 11%;
45
- --destructive: 0 92.99% 56.11%;
46
- --destructive-50: 30 100% 98%;
47
- --destructive-100: 27 100% 96%;
48
- --destructive-200: 24 90% 88%;
49
- --destructive-300: 18 93% 82%;
50
- --destructive-400: 9 94% 69%;
51
- --destructive-500: 0 93% 56%;
52
- --destructive-600: 0 75% 50%;
53
- --destructive-700: 0 79% 41%;
54
- --destructive-800: 0 82% 32%;
55
- --destructive-900: 0 87% 24%;
56
- --destructive-950: 0 89% 15%;
57
- --destructive-foreground: 0 0% 100%;
58
- --border: 220 13% 91%;
59
- --input: 220 13% 91%;
60
- --ring: 262.1 83.3% 57.8%;
61
- --success: 140 79% 45%;
62
- --success-50: 162 62% 97%;
63
- --success-100: 159 70% 94%;
64
- --success-200: 155 67% 85%;
65
- --success-300: 152 67% 76%;
66
- --success-400: 146 65% 59%;
67
- --success-500: 140 79% 45%;
68
- --success-600: 139 80% 40%;
69
- --success-700: 138 83% 33%;
70
- --success-800: 136 86% 26%;
71
- --success-900: 134 90% 19%;
72
- --success-950: 133 93% 12%;
73
- --success-foreground: 0 0% 100%;
74
- --warning: 37 91% 55%;
75
- --warning-50: 48 100% 98%;
76
- --warning-100: 48 100% 96%;
77
- --warning-200: 46 90% 88%;
78
- --warning-300: 44 89% 81%;
79
- --warning-400: 40 90% 68%;
80
- --warning-500: 37 91% 55%;
81
- --warning-600: 35 75% 49%;
82
- --warning-700: 32 80% 40%;
83
- --warning-800: 30 84% 32%;
84
- --warning-900: 27 86% 23%;
85
- --warning-950: 24 92% 15%;
86
- --warning-foreground: 0 0% 100%;
87
- --info: 215 100% 54%;
88
- --info-50: 198 100% 97%;
89
- --info-100: 198 100% 95%;
90
- --info-200: 202 100% 88%;
91
- --info-300: 205 100% 82%;
92
- --info-400: 210 100% 68%;
93
- --info-500: 215 100% 54%;
94
- --info-600: 216 87% 48%;
95
- --info-700: 218 89% 40%;
96
- --info-800: 220 90% 32%;
97
- --info-900: 222 92% 24%;
98
- --info-950: 224 97% 15%;
99
- --info-foreground: 0 0% 100%;
100
- --carbon: 240 4% 16%;
101
- --carbon-50: 0 0% 96%;
102
- --carbon-100: 220 7% 92%;
103
- --carbon-200: 210 4% 78%;
104
- --carbon-300: 216 3% 65%;
105
- --carbon-400: 230 3% 40%;
106
- --carbon-500: 240 4% 16%;
107
- --carbon-600: 240 9% 13%;
108
- --carbon-700: 240 19% 10%;
109
- --carbon-800: 240 30% 8%;
110
- --carbon-900: 240 44% 5%;
111
- --carbon-950: 240 63% 3%;
112
- --carbon-foreground: 0 0% 98%;
113
- --sidebar-background: 0 0% 98%;
114
- --sidebar-foreground: 240 5.3% 26.1%;
115
- --sidebar-primary: 236.9 100% 69.61%;
116
- --sidebar-primary-foreground: 0 0% 98%;
117
- --sidebar-accent: 240 4.8% 95.9%;
118
- --sidebar-accent-foreground: 240 5.9% 10%;
119
- --sidebar-border: 220 13% 91%;
120
- --sidebar-ring: 217.2 91.2% 59.8%;
121
- --radius: 0.5rem;
122
- }
123
- .dark {
124
- --background: 224 71.4% 4.1%;
125
- --foreground: 210 20% 98%;
126
- --card: 224 71.4% 4.1%;
127
- --card-foreground: 210 20% 98%;
128
- --popover: 224 71.4% 4.1%;
129
- --popover-foreground: 210 20% 98%;
130
- --primary: 236.9 100% 69.61%;
131
- --primary-50: 210 100% 98%;
132
- --primary-100: 212 100% 97%;
133
- --primary-200: 216 100% 93%;
134
- --primary-300: 220 100% 88%;
135
- --primary-400: 228 100% 78%;
136
- --primary-500: 237 100% 70%;
137
- --primary-600: 237 75% 61%;
138
- --primary-700: 237 55% 48%;
139
- --primary-800: 238 63% 37%;
140
- --primary-900: 238 69% 27%;
141
- --primary-950: 238 80% 16%;
142
- --primary-foreground: 0 0% 100%;
143
- --secondary: 229 14% 8%;
144
- --secondary-foreground: 229 14% 68%;
145
- --muted: 215 27.9% 16.9%;
146
- --muted-foreground: 217.9 10.6% 64.9%;
147
- --accent: 215 27.9% 16.9%;
148
- --accent-foreground: 210 20% 98%;
149
- --destructive: 0 92.99% 56.11%;
150
- --destructive-50: 30 100% 98%;
151
- --destructive-100: 27 100% 96%;
152
- --destructive-200: 24 90% 88%;
153
- --destructive-300: 18 93% 82%;
154
- --destructive-400: 9 94% 69%;
155
- --destructive-500: 0 93% 56%;
156
- --destructive-600: 0 75% 50%;
157
- --destructive-700: 0 79% 41%;
158
- --destructive-800: 0 82% 32%;
159
- --destructive-900: 0 87% 24%;
160
- --destructive-950: 0 89% 15%;
161
- --destructive-foreground: 0 0% 100%;
162
- --border: 215 27.9% 16.9%;
163
- --input: 215 27.9% 16.9%;
164
- --ring: 263.4 70% 50.4%;
165
- --success: 140 79% 45%;
166
- --success-50: 162 62% 97%;
167
- --success-100: 159 70% 94%;
168
- --success-200: 155 67% 85%;
169
- --success-300: 152 67% 76%;
170
- --success-400: 146 65% 59%;
171
- --success-500: 140 79% 45%;
172
- --success-600: 139 80% 40%;
173
- --success-700: 138 83% 33%;
174
- --success-800: 136 86% 26%;
175
- --success-900: 134 90% 19%;
176
- --success-950: 133 93% 12%;
177
- --success-foreground: 0 0% 100%;
178
- --warning: 37 91% 55%;
179
- --warning-50: 48 100% 98%;
180
- --warning-100: 48 100% 96%;
181
- --warning-200: 46 90% 88%;
182
- --warning-300: 44 89% 81%;
183
- --warning-400: 40 90% 68%;
184
- --warning-500: 37 91% 55%;
185
- --warning-600: 35 75% 49%;
186
- --warning-700: 32 80% 40%;
187
- --warning-800: 30 84% 32%;
188
- --warning-900: 27 86% 23%;
189
- --warning-950: 24 92% 15%;
190
- --warning-foreground: 0 0% 100%;
191
- --info: 215 100% 54%;
192
- --info-50: 198 100% 97%;
193
- --info-100: 198 100% 95%;
194
- --info-200: 202 100% 88%;
195
- --info-300: 205 100% 82%;
196
- --info-400: 210 100% 68%;
197
- --info-500: 215 100% 54%;
198
- --info-600: 216 87% 48%;
199
- --info-700: 218 89% 40%;
200
- --info-800: 220 90% 32%;
201
- --info-900: 222 92% 24%;
202
- --info-950: 224 97% 15%;
203
- --info-foreground: 0 0% 100%;
204
- --carbon: 220 14.3% 95.9%;
205
- --carbon-50: 0 0% 100%;
206
- --carbon-100: 0 0% 100%;
207
- --carbon-200: 0 0% 99%;
208
- --carbon-300: 0 0% 98%;
209
- --carbon-400: 210 11% 96%;
210
- --carbon-500: 220 14% 96%;
211
- --carbon-600: 220 25% 81%;
212
- --carbon-700: 224 25% 63%;
213
- --carbon-800: 224 26% 46%;
214
- --carbon-900: 226 38% 31%;
215
- --carbon-950: 227 54% 18%;
216
- --carbon-foreground: 220.9 39.3% 11%;
217
- --sidebar-background: 240 5.9% 10%;
218
- --sidebar-foreground: 240 4.8% 95.9%;
219
- --sidebar-primary: 236.9 100% 69.61%;
220
- --sidebar-primary-foreground: 0 0% 100%;
221
- --sidebar-accent: 240 3.7% 15.9%;
222
- --sidebar-accent-foreground: 240 4.8% 95.9%;
223
- --sidebar-border: 240 3.7% 15.9%;
224
- --sidebar-ring: 217.2 91.2% 59.8%;
225
- }
226
-
227
-
228
- * {
229
- border-color: hsl(var(--border));
230
- }
231
-
232
- body {
233
- color: hsl(var(--foreground));
234
- background: hsl(var(--background));
235
- }
17
+ body {
18
+ color: hsl(var(--foreground));
19
+ background: hsl(var(--background));
20
+ }
236
21
 
237
-
22
+ html.size-xs {
23
+ font-size: 12px;
24
+ }
25
+ html.size-sm {
26
+ font-size: 14px;
27
+ }
28
+ html.size-md {
29
+ font-size: 16px;
30
+ }
31
+ html.size-lg {
32
+ font-size: 18px;
33
+ }
34
+ html.size-xl {
35
+ font-size: 20px;
36
+ }
37
+ html.size-2xl {
38
+ font-size: 24px;
39
+ }
238
40
 
239
- html.size-xs {
240
- font-size: 12px;
241
- }
242
- html.size-sm {
243
- font-size: 14px;
244
- }
245
- html.size-md {
246
- font-size: 16px;
247
- }
248
- html.size-lg {
249
- font-size: 18px;
250
- }
251
- html.size-xl {
252
- font-size: 20px;
253
- }
254
- html.size-2xl {
255
- font-size: 24px;
256
- }
257
-
41
+ @keyframes shadcn-down { from{ height: 0 } to { height: var(--soybean-accordion-content-height)} }
42
+ @keyframes shadcn-up { from{ height: var(--soybean-accordion-content-height)} to { height: 0 } }
43
+ @keyframes shadcn-collapsible-down { from{ height: 0 } to { height: var(--soybean-collapsible-content-height)} }
44
+ @keyframes shadcn-collapsible-up { from{ height: var(--soybean-collapsible-content-height)} to { height: 0 } }
258
45
  /* layer: typography */
259
46
  :is(.prose-slate){color:var(--un-prose-body);max-width:65ch;:where(p):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:1.25em;margin-bottom:1.25em;}:where([class~="lead"]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em;}:where(a):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-links);text-decoration:underline;font-weight:500;}:where(strong):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-bold);font-weight:600;}:where(a strong):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;}:where(blockquote strong):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;}:where(thead th strong):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;}:where(ol):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;}:where(ol[type="A"]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:upper-alpha;}:where(ol[type="a"]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:lower-alpha;}:where(ol[type="A" s]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:upper-alpha;}:where(ol[type="a" s]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:lower-alpha;}:where(ol[type="I"]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:upper-roman;}:where(ol[type="i"]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:lower-roman;}:where(ol[type="I" s]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:upper-roman;}:where(ol[type="i" s]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:lower-roman;}:where(ol[type="1"]):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:decimal;}:where(ul):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em;}:where(ol > li):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *))::marker {font-weight:400;color:var(--un-prose-counters);}:where(ul > li):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *))::marker {color:var(--un-prose-bullets);}:where(dt):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-headings);font-weight:600;margin-top:1.25em;}:where(hr):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {border-color:var(--un-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em;}:where(blockquote):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {font-weight:500;font-style:italic;color:var(--un-prose-quotes);border-inline-start-width:0.25rem;border-inline-start-color:var(--un-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em;}:where(blockquote p:first-of-type):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *))::before {content:open-quote;}:where(blockquote p:last-of-type):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *))::after {content:close-quote;}:where(h1):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:0.8888889em;line-height:1.1111111;}:where(h1 strong):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {font-weight:900;color:inherit;}:where(h2):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333;}:where(h2 strong):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {font-weight:800;color:inherit;}:where(h3):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:0.6em;line-height:1.6;}:where(h3 strong):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {font-weight:700;color:inherit;}:where(h4):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:0.5em;line-height:1.5;}:where(h4 strong):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {font-weight:700;color:inherit;}:where(img):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:2em;margin-bottom:2em;}:where(picture):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {display:block;margin-top:2em;margin-bottom:2em;}:where(video):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:2em;margin-bottom:2em;}:where(kbd):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {font-weight:500;font-family:inherit;color:var(--un-prose-kbd);box-shadow:0 0 0 1px rgb(var(--un-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--un-prose-kbd-shadows) / 10%);font-size:0.875em;border-radius:0.3125rem;padding-top:0.1875em;padding-inline-end:0.375em;padding-bottom:0.1875em;padding-inline-start:0.375em;}:where(code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-code);font-weight:600;font-size:0.875em;}:where(code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *))::before {content:"`";}:where(code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *))::after {content:"`";}:where(a code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;}:where(h1 code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;}:where(h2 code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;font-size:0.875em;}:where(h3 code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;font-size:0.9em;}:where(h4 code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;}:where(blockquote code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;}:where(thead th code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:inherit;}:where(pre):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-pre-code);background-color:var(--un-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:0.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:0.375rem;padding-top:0.8571429em;padding-inline-end:1.1428571em;padding-bottom:0.8571429em;padding-inline-start:1.1428571em;}:where(pre code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit;}:where(pre code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *))::before {content:none;}:where(pre code):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *))::after {content:none;}:where(table):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:0.875em;line-height:1.7142857;}:where(thead):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {border-bottom-width:1px;border-bottom-color:var(--un-prose-th-borders);}:where(thead th):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:0.5714286em;padding-bottom:0.5714286em;padding-inline-start:0.5714286em;}:where(tbody tr):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {border-bottom-width:1px;border-bottom-color:var(--un-prose-td-borders);}:where(tbody tr:last-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {border-bottom-width:0;}:where(tbody td):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {vertical-align:baseline;}:where(tfoot):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {border-top-width:1px;border-top-color:var(--un-prose-th-borders);}:where(tfoot td):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {vertical-align:top;}:where(th, td):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {text-align:start;}:where(figure > *):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0;margin-bottom:0;}:where(figcaption):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {color:var(--un-prose-captions);font-size:0.875em;line-height:1.4285714;margin-top:0.8571429em;}font-size:1rem;line-height:1.75;:where(picture > img):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0;margin-bottom:0;}:where(li):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0.5em;margin-bottom:0.5em;}:where(ol > li):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {padding-inline-start:0.375em;}:where(ul > li):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {padding-inline-start:0.375em;}:where(> ul > li p):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0.75em;margin-bottom:0.75em;}:where(> ul > li > p:first-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:1.25em;}:where(> ul > li > p:last-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-bottom:1.25em;}:where(> ol > li > p:first-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:1.25em;}:where(> ol > li > p:last-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-bottom:1.25em;}:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0.75em;margin-bottom:0.75em;}:where(dl):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:1.25em;margin-bottom:1.25em;}:where(dd):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0.5em;padding-inline-start:1.625em;}:where(hr + *):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0;}:where(h2 + *):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0;}:where(h3 + *):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0;}:where(h4 + *):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0;}:where(thead th:first-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {padding-inline-start:0;}:where(thead th:last-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {padding-inline-end:0;}:where(tbody td, tfoot td):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {padding-top:0.5714286em;padding-inline-end:0.5714286em;padding-bottom:0.5714286em;padding-inline-start:0.5714286em;}:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {padding-inline-start:0;}:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {padding-inline-end:0;}:where(figure):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:2em;margin-bottom:2em;}:where(> :first-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-top:0;}:where(> :last-child):not(:where([class~="not-prose-slate"],[class~="not-prose-slate"] *)) {margin-bottom:0;}--un-prose-body:#374151;--un-prose-invert-body:#d1d5db;--un-prose-headings:#111827;--un-prose-invert-headings:white;--un-prose-lead:#4b5563;--un-prose-invert-lead:#9ca3af;--un-prose-links:#111827;--un-prose-invert-links:white;--un-prose-bold:#111827;--un-prose-invert-bold:white;--un-prose-counters:#6b7280;--un-prose-invert-counters:#9ca3af;--un-prose-bullets:#d1d5db;--un-prose-invert-bullets:#4b5563;--un-prose-hr:#e5e7eb;--un-prose-invert-hr:#374151;--un-prose-quotes:#111827;--un-prose-invert-quotes:#f3f4f6;--un-prose-quote-borders:#e5e7eb;--un-prose-invert-quote-borders:#374151;--un-prose-captions:#6b7280;--un-prose-invert-captions:#9ca3af;--un-prose-kbd:#111827;--un-prose-invert-kbd:white;--un-prose-kbd-shadows:#111827;--un-prose-invert-kbd-shadows:white;--un-prose-code:#111827;--un-prose-invert-code:white;--un-prose-pre-code:#e5e7eb;--un-prose-invert-pre-code:#d1d5db;--un-prose-pre-bg:#1f2937;--un-prose-invert-pre-bg:rgb(0 0 0 / 50%);--un-prose-th-borders:#d1d5db;--un-prose-invert-th-borders:#4b5563;--un-prose-td-borders:#e5e7eb;--un-prose-invert-td-borders:#374151;}
260
47
  .dark :is(.dark\:prose-slate-invert){--un-prose-body:var(--un-prose-invert-body);--un-prose-headings:var(--un-prose-invert-headings);--un-prose-lead:var(--un-prose-invert-lead);--un-prose-links:var(--un-prose-invert-links);--un-prose-bold:var(--un-prose-invert-bold);--un-prose-counters:var(--un-prose-invert-counters);--un-prose-bullets:var(--un-prose-invert-bullets);--un-prose-hr:var(--un-prose-invert-hr);--un-prose-quotes:var(--un-prose-invert-quotes);--un-prose-quote-borders:var(--un-prose-invert-quote-borders);--un-prose-captions:var(--un-prose-invert-captions);--un-prose-kbd:var(--un-prose-invert-kbd);--un-prose-kbd-shadows:var(--un-prose-invert-kbd-shadows);--un-prose-code:var(--un-prose-invert-code);--un-prose-pre-code:var(--un-prose-invert-pre-code);--un-prose-pre-bg:var(--un-prose-invert-pre-bg);--un-prose-th-borders:var(--un-prose-invert-th-borders);--un-prose-td-borders:var(--un-prose-invert-td-borders);}
@@ -971,7 +758,6 @@ body {
971
758
  .data-\[state\=checked\]\:bg-secondary-foreground\/5[data-state=checked],
972
759
  .data-\[state\=indeterminate\]\:bg-secondary-foreground\/5[data-state=indeterminate]{background-color:hsl(var(--secondary-foreground) / 0.05) /* hsl(var(--secondary-foreground)) */;}
973
760
  .bg-secondary-foreground\/60{background-color:hsl(var(--secondary-foreground) / 0.6) /* hsl(var(--secondary-foreground)) */;}
974
- .bg-sidebar-background{--un-bg-opacity:1;background-color:hsl(var(--sidebar-background) / var(--un-bg-opacity)) /* hsl(var(--sidebar-background)) */;}
975
761
  .bg-success,
976
762
  .data-\[state\=checked\]\:bg-success[data-state=checked],
977
763
  .data-\[state\=indeterminate\]\:bg-success[data-state=indeterminate]{--un-bg-opacity:1;background-color:hsl(var(--success) / var(--un-bg-opacity)) /* hsl(var(--success)) */;}
@@ -1011,7 +797,6 @@ body {
1011
797
  .hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / 0.8) /* hsl(var(--primary)) */;}
1012
798
  .hover\:bg-secondary-foreground\/10:hover{background-color:hsl(var(--secondary-foreground) / 0.1) /* hsl(var(--secondary-foreground)) */;}
1013
799
  .hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / 0.8) /* hsl(var(--secondary)) */;}
1014
- .hover\:bg-sidebar-background:hover{--un-bg-opacity:1;background-color:hsl(var(--sidebar-background) / var(--un-bg-opacity)) /* hsl(var(--sidebar-background)) */;}
1015
800
  .hover\:bg-success\/10:hover{background-color:hsl(var(--success) / 0.1) /* hsl(var(--success)) */;}
1016
801
  .hover\:bg-success\/80:hover{background-color:hsl(var(--success) / 0.8) /* hsl(var(--success)) */;}
1017
802
  .hover\:bg-warning\/10:hover{background-color:hsl(var(--warning) / 0.1) /* hsl(var(--warning)) */;}