@typlog/ui 0.10.0 → 0.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (36) hide show
  1. package/dist/addons.css +113 -0
  2. package/dist/addons.d.ts +48 -0
  3. package/dist/addons.js +442 -0
  4. package/dist/components/accordion.css +149 -0
  5. package/dist/components/avatar.css +131 -0
  6. package/dist/components/badge.css +75 -0
  7. package/dist/{base.css → components/base.css} +726 -832
  8. package/dist/components/button.css +317 -0
  9. package/dist/components/card.css +86 -0
  10. package/dist/components/checkbox.css +90 -0
  11. package/dist/components/collapsible.css +27 -0
  12. package/dist/components/combobox.css +388 -0
  13. package/dist/components/dialog.css +488 -0
  14. package/dist/components/dropdown.css +204 -0
  15. package/dist/components/editable.css +34 -0
  16. package/dist/components/icon.css +109 -0
  17. package/dist/components/inputs.css +570 -0
  18. package/dist/components/inset.css +73 -0
  19. package/dist/components/pagination.css +299 -0
  20. package/dist/components/popover.css +69 -0
  21. package/dist/components/quota.css +14 -0
  22. package/dist/components/radio.css +211 -0
  23. package/dist/components/scrollarea.css +107 -0
  24. package/dist/components/select.css +308 -0
  25. package/dist/components/separator.css +26 -0
  26. package/dist/components/spinner.css +36 -0
  27. package/dist/components/switch.css +176 -0
  28. package/dist/components/table.css +198 -0
  29. package/dist/components/tabs.css +122 -0
  30. package/dist/components/toggle.css +188 -0
  31. package/dist/components/tooltip.css +37 -0
  32. package/dist/components.css +3548 -0
  33. package/dist/{index.d.ts → components.d.ts} +131 -107
  34. package/dist/{index.js → components.js} +323 -681
  35. package/package.json +28 -14
  36. package/dist/style.css +0 -10463
@@ -3,7 +3,6 @@ import { AcceptableValue } from 'reka-ui';
3
3
  import { AccordionContentProps } from 'reka-ui';
4
4
  import { AccordionItemProps } from 'reka-ui';
5
5
  import { AccordionRootProps as AccordionRootProps_2 } from 'reka-ui';
6
- import { AccordionTriggerProps as AccordionTriggerProps_2 } from 'reka-ui';
7
6
  import { AlertDialogAction } from 'reka-ui';
8
7
  import { AlertDialogCancel } from 'reka-ui';
9
8
  import { AlertDialogContentProps as AlertDialogContentProps_2 } from 'reka-ui';
@@ -37,6 +36,7 @@ import { DropdownMenuContentProps as DropdownMenuContentProps_2 } from 'reka-ui'
37
36
  import { DropdownMenuItemProps as DropdownMenuItemProps_2 } from 'reka-ui';
38
37
  import { DropdownMenuRoot } from 'reka-ui';
39
38
  import { DropdownMenuTrigger } from 'reka-ui';
39
+ import { EditableRootProps } from 'reka-ui';
40
40
  import { FocusOutsideEvent } from 'reka-ui';
41
41
  import { Icon } from '@iconify/vue';
42
42
  import { PointerDownOutsideEvent } from 'reka-ui';
@@ -70,19 +70,13 @@ declare const __VLS_component: DefineComponent<CardHeadProps, {}, {}, {}, {}, Co
70
70
  as: AsTag | Component;
71
71
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
72
72
 
73
- declare const __VLS_component_2: DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
73
+ declare const __VLS_component_2: DefineComponent<ToggleGroupItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToggleGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
74
74
 
75
- declare const __VLS_component_3: DefineComponent<ToggleGroupItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ToggleGroupItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
75
+ declare const __VLS_component_3: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
76
76
 
77
- declare const __VLS_component_4: DefineComponent<__VLS_Props_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<__VLS_Props_2> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
77
+ declare const __VLS_component_4: DefineComponent<TabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
78
78
 
79
- declare const __VLS_component_5: DefineComponent<TabsTriggerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TabsTriggerProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
80
-
81
- declare const __VLS_component_6: DefineComponent<AccordionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
82
-
83
- declare const __VLS_component_7: DefineComponent<AccordionContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
84
-
85
- declare const __VLS_component_8: DefineComponent<CollapsibleContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CollapsibleContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
79
+ declare const __VLS_component_5: DefineComponent<CollapsibleContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CollapsibleContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
86
80
 
87
81
  declare type __VLS_Props = {
88
82
  title: string;
@@ -121,40 +115,13 @@ declare function __VLS_template_4(): {
121
115
  attrs: Partial<{}>;
122
116
  slots: {
123
117
  default?(_: {}): any;
124
- };
125
- refs: {};
126
- rootEl: any;
127
- };
128
-
129
- declare function __VLS_template_5(): {
130
- attrs: Partial<{}>;
131
- slots: {
132
- default?(_: {}): any;
133
- default?(_: {}): any;
134
- };
135
- refs: {};
136
- rootEl: any;
137
- };
138
-
139
- declare function __VLS_template_6(): {
140
- attrs: Partial<{}>;
141
- slots: {
142
118
  default?(_: {}): any;
143
119
  };
144
120
  refs: {};
145
121
  rootEl: any;
146
122
  };
147
123
 
148
- declare function __VLS_template_7(): {
149
- attrs: Partial<{}>;
150
- slots: {
151
- default?(_: {}): any;
152
- };
153
- refs: {};
154
- rootEl: any;
155
- };
156
-
157
- declare function __VLS_template_8(): {
124
+ declare function __VLS_template_5(): {
158
125
  attrs: Partial<{}>;
159
126
  slots: {
160
127
  default?(_: {}): any;
@@ -173,12 +140,6 @@ declare type __VLS_TemplateResult_4 = ReturnType<typeof __VLS_template_4>;
173
140
 
174
141
  declare type __VLS_TemplateResult_5 = ReturnType<typeof __VLS_template_5>;
175
142
 
176
- declare type __VLS_TemplateResult_6 = ReturnType<typeof __VLS_template_6>;
177
-
178
- declare type __VLS_TemplateResult_7 = ReturnType<typeof __VLS_template_7>;
179
-
180
- declare type __VLS_TemplateResult_8 = ReturnType<typeof __VLS_template_8>;
181
-
182
143
  declare type __VLS_WithTemplateSlots<T, S> = T & {
183
144
  new (): {
184
145
  $slots: S;
@@ -431,11 +392,15 @@ declare type __VLS_WithTemplateSlots_9<T, S> = T & {
431
392
  };
432
393
  };
433
394
 
434
- export declare const AccordionContent: __VLS_WithTemplateSlots_37<typeof __VLS_component_7, __VLS_TemplateResult_7["slots"]>;
395
+ export declare const AccordionContent: __VLS_WithTemplateSlots_37<DefineComponent<AccordionContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionContentProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
396
+ default?(_: {}): any;
397
+ }>;
435
398
 
436
399
  export { AccordionContentProps }
437
400
 
438
- export declare const AccordionItem: __VLS_WithTemplateSlots_36<typeof __VLS_component_6, __VLS_TemplateResult_6["slots"]>;
401
+ export declare const AccordionItem: __VLS_WithTemplateSlots_36<DefineComponent<AccordionItemProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<AccordionItemProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
402
+ default?(_: {}): any;
403
+ }>;
439
404
 
440
405
  export { AccordionItemProps }
441
406
 
@@ -459,7 +424,11 @@ indicator: "plus-minus" | "chevron";
459
424
  default?(_: {}): any;
460
425
  }>;
461
426
 
462
- declare interface AccordionTriggerProps extends AccordionTriggerProps_2 {
427
+ export declare interface AccordionTriggerProps extends PrimitiveProps {
428
+ /**
429
+ * The indicator icon for the accordion trigger.
430
+ * @defaultValue "chevron"
431
+ */
463
432
  indicator?: 'plus-minus' | 'chevron';
464
433
  }
465
434
 
@@ -517,12 +486,28 @@ size: "1" | "2" | "3" | "4" | "5" | "6" | "7" | "8" | "9";
517
486
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
518
487
 
519
488
  export declare interface AvatarProps {
520
- src: string | undefined;
489
+ /** Alt text of the avatar. */
521
490
  alt: string;
491
+ /** Avatar's image source URL. */
492
+ src?: string;
493
+ /** Using fallback characters for the avatar. */
522
494
  fallback?: string;
495
+ /**
496
+ * Overrides the radius inherited from the theme.
497
+ * @defaultValue "small"
498
+ */
523
499
  radius?: RadiusType;
500
+ /**
501
+ * The visual variant to apply.
502
+ * @defaultValue "solid"
503
+ */
524
504
  variant?: 'solid' | 'soft' | 'ring';
505
+ /**
506
+ * Control the size of the avatar.
507
+ * @defaultValue "2"
508
+ */
525
509
  size?: '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9';
510
+ /** Overrides the accent color inherited from the Theme. */
526
511
  color?: ColorType;
527
512
  }
528
513
 
@@ -530,18 +515,38 @@ export declare const Badge: __VLS_WithTemplateSlots<DefineComponent<BadgeProps,
530
515
  radius: RadiusType;
531
516
  variant: "solid" | "soft" | "surface" | "outline";
532
517
  size: "1" | "2" | "3";
533
- as: AsTag | Component;
518
+ as: AsTag;
534
519
  highContrast: boolean;
535
520
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
536
521
  default?(_: {}): any;
537
522
  }>;
538
523
 
539
- export declare interface BadgeProps extends PrimitiveProps {
524
+ export declare interface BadgeProps {
525
+ /**
526
+ * The visual variant to apply.
527
+ * @defaultValue "solid"
528
+ */
540
529
  variant?: 'solid' | 'soft' | 'surface' | 'outline';
530
+ /** Overrides the accent color inherited from the theme. */
541
531
  color?: ColorType;
532
+ /**
533
+ * Overrides the radius inherited from the theme.
534
+ * @defaultValue "small"
535
+ */
542
536
  radius?: RadiusType;
537
+ /**
538
+ * Control the size of the badge.
539
+ * @defaultValue "1"
540
+ */
543
541
  size?: '1' | '2' | '3';
542
+ /** Uses a higher contrast color for the component. */
544
543
  highContrast?: boolean;
544
+ /**
545
+ * The element or component this component should render as.
546
+ * @defaultValue "span"
547
+ */
548
+ as?: AsTag;
549
+ asChild?: boolean;
545
550
  }
546
551
 
547
552
  declare type BrandType = 'google' | 'facebook' | 'x' | 'github' | 'apple' | 'slack' | 'figma';
@@ -555,21 +560,34 @@ highContrast: boolean;
555
560
  default?(_: {}): any;
556
561
  }>;
557
562
 
558
- export declare interface ButtonProps extends PrimitiveProps {
563
+ declare interface ButtonProps {
564
+ /**
565
+ * The visual variant to apply.
566
+ * @defaultValue "solid"
567
+ */
568
+ variant?: 'classic' | 'solid' | 'soft' | 'surface' | 'outline' | 'ghost';
569
+ /** Overrides the accent color inherited from the Theme. */
559
570
  color?: ColorType;
571
+ /** Overrides the radius inherited from the theme. */
560
572
  radius?: RadiusType;
561
- variant?: 'classic' | 'solid' | 'soft' | 'surface' | 'outline' | 'ghost';
573
+ /**
574
+ * Control the size of the button.
575
+ * @defaultValue "2"
576
+ */
562
577
  size?: '1' | '2' | '3' | '4';
578
+ /** Uses a higher contrast color for the component. */
563
579
  highContrast?: boolean;
580
+ /** Mark the button as disabled. */
564
581
  disabled?: boolean;
582
+ /**
583
+ * The element or component this component should render as.
584
+ * @defaultValue "button"
585
+ */
586
+ as?: AsTag | Component;
587
+ asChild?: boolean;
565
588
  }
566
-
567
- declare interface ButtonProps_2 extends PrimitiveProps {
568
- brand: BrandType;
569
- radius?: RadiusType;
570
- size?: '1' | '2' | '3' | '4';
571
- disabled?: boolean;
572
- }
589
+ export { ButtonProps }
590
+ export { ButtonProps as IconButtonProps }
573
591
 
574
592
  export declare const Card: __VLS_WithTemplateSlots_3<DefineComponent<CardProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<CardProps> & Readonly<{}>, {
575
593
  variant: "surface" | "soft";
@@ -640,7 +658,7 @@ declare interface ChevronIconProps {
640
658
  arrowTransform?: 'right-down' | 'right-up' | 'up-down' | 'down-up';
641
659
  }
642
660
 
643
- export declare const CollapsibleContent: __VLS_WithTemplateSlots_39<typeof __VLS_component_8, __VLS_TemplateResult_8["slots"]>;
661
+ export declare const CollapsibleContent: __VLS_WithTemplateSlots_39<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
644
662
 
645
663
  export { CollapsibleRoot }
646
664
 
@@ -712,7 +730,7 @@ declare interface ComboboxInputProps extends ComboboxInputProps_2 {
712
730
  placeholder?: string;
713
731
  }
714
732
 
715
- export declare const ComboboxItem: __VLS_WithTemplateSlots_27<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
733
+ export declare const ComboboxItem: __VLS_WithTemplateSlots_27<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
716
734
 
717
735
  export declare const ComboboxLabel: __VLS_WithTemplateSlots_28<DefineComponent<ComboboxLabelProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ComboboxLabelProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
718
736
  default?(_: {}): any;
@@ -854,9 +872,39 @@ export { DropdownMenuRoot }
854
872
 
855
873
  export { DropdownMenuTrigger }
856
874
 
875
+ export declare const Editable: DefineComponent<EditableProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
876
+ submit: (value: string | null | undefined) => any;
877
+ "update:modelValue": (value: string) => any;
878
+ "update:state": (state: "cancel" | "submit" | "edit") => any;
879
+ }, string, PublicProps, Readonly<EditableProps> & Readonly<{
880
+ onSubmit?: ((value: string | null | undefined) => any) | undefined;
881
+ "onUpdate:modelValue"?: ((value: string) => any) | undefined;
882
+ "onUpdate:state"?: ((state: "cancel" | "submit" | "edit") => any) | undefined;
883
+ }>, {
884
+ radius: RadiusType;
885
+ size: "1" | "2" | "3";
886
+ }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
887
+
888
+ export declare interface EditableProps extends EditableRootProps {
889
+ /**
890
+ * Overrides the radius inherited from the theme.
891
+ * @defaultValue "small"
892
+ */
893
+ radius?: RadiusType;
894
+ /** Overrides the accent color inherited from the theme. */
895
+ color?: ColorType;
896
+ /**
897
+ * Control the size of the padding and radius.
898
+ * @defaultValue "1"
899
+ */
900
+ size?: '1' | '2' | '3';
901
+ }
902
+
857
903
  export { Icon }
858
904
 
859
- export declare const IconButton: __VLS_WithTemplateSlots_6<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
905
+ export declare const IconButton: __VLS_WithTemplateSlots_6<DefineComponent<ButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ButtonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
906
+ default?(_: {}): any;
907
+ }>;
860
908
 
861
909
  export declare const IconCircle: DefineComponent<IconCircleProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<IconCircleProps> & Readonly<{}>, {
862
910
  variant: "solid" | "soft" | "outline" | "glow";
@@ -870,20 +918,6 @@ export declare interface IconCircleProps {
870
918
  icon: string;
871
919
  }
872
920
 
873
- export declare const IconifyCollection: DefineComponent<IconifyCollectionProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
874
- select: (icon: string) => any;
875
- }, string, PublicProps, Readonly<IconifyCollectionProps> & Readonly<{
876
- onSelect?: ((icon: string) => any) | undefined;
877
- }>, {
878
- perpage: number;
879
- }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
880
-
881
- declare interface IconifyCollectionProps {
882
- prefix?: string;
883
- search?: string;
884
- perpage?: number;
885
- }
886
-
887
921
  export declare const Inset: __VLS_WithTemplateSlots_2<DefineComponent<InsetProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<InsetProps> & Readonly<{}>, {
888
922
  side: "all" | "x" | "y" | "top" | "bottom" | "left" | "right";
889
923
  clip: "border-box" | "padding-box";
@@ -893,6 +927,10 @@ clip: "border-box" | "padding-box";
893
927
 
894
928
  export declare interface InsetProps {
895
929
  side?: 'all' | 'x' | 'y' | 'top' | 'bottom' | 'left' | 'right';
930
+ top?: boolean;
931
+ bottom?: boolean;
932
+ left?: boolean;
933
+ right?: boolean;
896
934
  clip?: 'border-box' | 'padding-box';
897
935
  }
898
936
 
@@ -1140,13 +1178,24 @@ export declare interface SeparatorProps {
1140
1178
  color?: ColorType;
1141
1179
  }
1142
1180
 
1143
- export declare const SocialButton: __VLS_WithTemplateSlots_7<DefineComponent<ButtonProps_2, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ButtonProps_2> & Readonly<{}>, {
1181
+ export declare const SocialButton: __VLS_WithTemplateSlots_7<DefineComponent<SocialButtonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SocialButtonProps> & Readonly<{}>, {
1144
1182
  size: "1" | "2" | "3" | "4";
1145
1183
  as: AsTag | Component;
1146
1184
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1147
1185
  default?(_: {}): any;
1148
1186
  }>;
1149
1187
 
1188
+ export declare interface SocialButtonProps extends PrimitiveProps {
1189
+ brand: BrandType;
1190
+ radius?: RadiusType;
1191
+ /**
1192
+ * Control the size of the social button.
1193
+ * @defaultValue "2"
1194
+ */
1195
+ size?: '1' | '2' | '3' | '4';
1196
+ disabled?: boolean;
1197
+ }
1198
+
1150
1199
  export declare const Spinner: DefineComponent<SpinnerProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<SpinnerProps> & Readonly<{}>, {
1151
1200
  size: "1" | "2" | "3";
1152
1201
  icon: SpinnerIcon;
@@ -1205,7 +1254,7 @@ export declare interface TabsListProps {
1205
1254
 
1206
1255
  export { TabsRoot }
1207
1256
 
1208
- export declare const TabsTrigger: __VLS_WithTemplateSlots_34<typeof __VLS_component_5, __VLS_TemplateResult_5["slots"]>;
1257
+ export declare const TabsTrigger: __VLS_WithTemplateSlots_34<typeof __VLS_component_4, __VLS_TemplateResult_4["slots"]>;
1209
1258
 
1210
1259
  export declare const TextArea: DefineComponent< {
1211
1260
  modelValue?: string;
@@ -1242,7 +1291,7 @@ variant: "surface" | "soft";
1242
1291
  size: "1" | "2" | "3";
1243
1292
  type: "date" | "datetime-local" | "email" | "hidden" | "month" | "number" | "password" | "search" | "tel" | "text" | "time" | "url" | "week" | "file";
1244
1293
  }, {}, {}, {}, string, ComponentProvideOptions, false, {
1245
- inputRef: HTMLInputElement;
1294
+ input: HTMLInputElement;
1246
1295
  }, any>, {
1247
1296
  left?(_: {}): any;
1248
1297
  right?(_: {}): any;
@@ -1269,7 +1318,7 @@ size: "1" | "2" | "3";
1269
1318
  default?(_: {}): any;
1270
1319
  }>;
1271
1320
 
1272
- export declare const ToggleGroupItem: __VLS_WithTemplateSlots_17<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
1321
+ export declare const ToggleGroupItem: __VLS_WithTemplateSlots_17<typeof __VLS_component_2, __VLS_TemplateResult_2["slots"]>;
1273
1322
 
1274
1323
  export declare const ToggleGroupRoot: __VLS_WithTemplateSlots_16<DefineComponent<ToggleGroupRootProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1275
1324
  "update:modelValue": (payload: AcceptableValue | AcceptableValue[]) => any;
@@ -1301,6 +1350,7 @@ export declare interface ToggleProps extends ToggleProps_2 {
1301
1350
  export declare const Tooltip: __VLS_WithTemplateSlots_42<DefineComponent<TooltipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TooltipProps> & Readonly<{}>, {
1302
1351
  side: "top" | "bottom" | "left" | "right";
1303
1352
  sideOffset: number;
1353
+ avoidCollisions: boolean;
1304
1354
  collisionPadding: number | Partial<Record<"top" | "bottom" | "left" | "right", number>>;
1305
1355
  }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, {
1306
1356
  default?(_: {}): any;
@@ -1312,30 +1362,4 @@ export declare interface TooltipProps extends TooltipProviderProps, TooltipConte
1312
1362
  content?: string;
1313
1363
  }
1314
1364
 
1315
- export declare const Turnstile: DefineComponent<TurnstileProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
1316
- "update:modelValue": (args_0: string) => any;
1317
- }, string, PublicProps, Readonly<TurnstileProps> & Readonly<{
1318
- "onUpdate:modelValue"?: ((args_0: string) => any) | undefined;
1319
- }>, {
1320
- size: "normal" | "compact";
1321
- resetInterval: number;
1322
- theme: "light" | "dark" | "auto";
1323
- action: string;
1324
- appearance: "always" | "execute" | "interaction-only";
1325
- renderOnMount: boolean;
1326
- }, {}, {}, {}, string, ComponentProvideOptions, false, {
1327
- element: HTMLDivElement;
1328
- }, HTMLDivElement>;
1329
-
1330
- export declare interface TurnstileProps {
1331
- sitekey: string;
1332
- modelValue?: string;
1333
- resetInterval?: number;
1334
- size?: 'normal' | 'compact';
1335
- theme?: 'light' | 'dark' | 'auto';
1336
- action?: string;
1337
- appearance?: 'always' | 'execute' | 'interaction-only';
1338
- renderOnMount?: boolean;
1339
- }
1340
-
1341
1365
  export { }