svelte-ag 0.0.2-dev.80 → 0.0.2-dev.81

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 (126) hide show
  1. package/dist/lib/components/animated/animated.svelte.d.ts +1 -1
  2. package/dist/lib/components/animated/animated.svelte.d.ts.map +1 -1
  3. package/dist/lib/components/carousel/carousel-content.svelte.d.ts +1 -6
  4. package/dist/lib/components/carousel/carousel-content.svelte.d.ts.map +1 -1
  5. package/dist/lib/components/carousel/carousel-dots.svelte.d.ts +1 -6
  6. package/dist/lib/components/carousel/carousel-dots.svelte.d.ts.map +1 -1
  7. package/dist/lib/components/carousel/carousel-item.svelte.d.ts +1 -6
  8. package/dist/lib/components/carousel/carousel-item.svelte.d.ts.map +1 -1
  9. package/dist/lib/components/carousel/carousel-next.svelte.d.ts +1 -6
  10. package/dist/lib/components/carousel/carousel-next.svelte.d.ts.map +1 -1
  11. package/dist/lib/components/carousel/carousel-previous.svelte.d.ts +1 -6
  12. package/dist/lib/components/carousel/carousel-previous.svelte.d.ts.map +1 -1
  13. package/dist/lib/components/carousel/carousel.svelte.d.ts +1 -2
  14. package/dist/lib/components/carousel/carousel.svelte.d.ts.map +1 -1
  15. package/dist/lib/components/dnd/Droppable.svelte.d.ts +1 -8
  16. package/dist/lib/components/dnd/Droppable.svelte.d.ts.map +1 -1
  17. package/dist/lib/components/dnd/dnd-context.svelte.d.ts +1 -1
  18. package/dist/lib/components/dnd/dnd-drag-overlay.svelte.d.ts +1 -1
  19. package/dist/lib/components/dnd/dnd-drag-placeholder.svelte.d.ts +1 -1
  20. package/dist/lib/components/dnd/dnd-drag-placeholder.svelte.d.ts.map +1 -1
  21. package/dist/lib/components/dnd/dnd-draghandle.svelte.d.ts +1 -1
  22. package/dist/lib/components/dnd/dnd-draghandle.svelte.d.ts.map +1 -1
  23. package/dist/lib/components/dnd/dnd-overlay.svelte.d.ts +3 -11
  24. package/dist/lib/components/dnd/dnd-overlay.svelte.d.ts.map +1 -1
  25. package/dist/lib/components/dnd/dnd-sortable-context.svelte.d.ts +1 -1
  26. package/dist/lib/components/dnd/dnd-sortable-context.svelte.d.ts.map +1 -1
  27. package/dist/lib/components/dnd/dnd-sortable-item.svelte.d.ts +1 -1
  28. package/dist/lib/components/dnd/dnd-sortable-item.svelte.d.ts.map +1 -1
  29. package/dist/lib/components/dnd/example.svelte.d.ts +1 -1
  30. package/dist/lib/components/dnd/example.svelte.d.ts.map +1 -1
  31. package/dist/lib/components/form/form-button.svelte.d.ts +1 -2
  32. package/dist/lib/components/form/form-button.svelte.d.ts.map +1 -1
  33. package/dist/lib/components/form/form-description.svelte.d.ts +1 -2
  34. package/dist/lib/components/form/form-description.svelte.d.ts.map +1 -1
  35. package/dist/lib/components/form/form-element-field.svelte.d.ts +1 -1
  36. package/dist/lib/components/form/form-field-errors.svelte.d.ts +1 -1
  37. package/dist/lib/components/form/form-field-errors.svelte.d.ts.map +1 -1
  38. package/dist/lib/components/form/form-field.svelte.d.ts +1 -1
  39. package/dist/lib/components/form/form-fieldset.svelte.d.ts +1 -1
  40. package/dist/lib/components/form/form-label.svelte.d.ts +1 -2
  41. package/dist/lib/components/form/form-label.svelte.d.ts.map +1 -1
  42. package/dist/lib/components/form/form-legend.svelte.d.ts +1 -2
  43. package/dist/lib/components/form/form-legend.svelte.d.ts.map +1 -1
  44. package/dist/lib/components/form/form.svelte.d.ts +1 -6
  45. package/dist/lib/components/form/form.svelte.d.ts.map +1 -1
  46. package/dist/lib/components/gradient/Gradient.svelte.d.ts +1 -8
  47. package/dist/lib/components/gradient/Gradient.svelte.d.ts.map +1 -1
  48. package/dist/lib/components/safe/safe.svelte.d.ts +1 -1
  49. package/dist/lib/components/safe/safe.svelte.d.ts.map +1 -1
  50. package/dist/lib/components/search/combinations/searchPopover.svelte.d.ts +1 -11
  51. package/dist/lib/components/search/combinations/searchPopover.svelte.d.ts.map +1 -1
  52. package/dist/lib/components/search/components/search-empty.svelte.d.ts +1 -2
  53. package/dist/lib/components/search/components/search-empty.svelte.d.ts.map +1 -1
  54. package/dist/lib/components/search/components/search-input.svelte.d.ts +1 -2
  55. package/dist/lib/components/search/components/search-input.svelte.d.ts.map +1 -1
  56. package/dist/lib/components/search/components/search-list.svelte.d.ts +1 -2
  57. package/dist/lib/components/search/components/search-list.svelte.d.ts.map +1 -1
  58. package/dist/lib/components/search/components/search-pagnation.svelte.d.ts +1 -6
  59. package/dist/lib/components/search/components/search-pagnation.svelte.d.ts.map +1 -1
  60. package/dist/lib/components/search/components/search.svelte.d.ts +1 -2
  61. package/dist/lib/components/search/components/search.svelte.d.ts.map +1 -1
  62. package/dist/lib/components/sidebar/sidebar-content.svelte.d.ts +1 -3
  63. package/dist/lib/components/sidebar/sidebar-content.svelte.d.ts.map +1 -1
  64. package/dist/lib/components/sidebar/sidebar-footer.svelte.d.ts +1 -3
  65. package/dist/lib/components/sidebar/sidebar-footer.svelte.d.ts.map +1 -1
  66. package/dist/lib/components/sidebar/sidebar-group-action.svelte.d.ts +1 -9
  67. package/dist/lib/components/sidebar/sidebar-group-action.svelte.d.ts.map +1 -1
  68. package/dist/lib/components/sidebar/sidebar-group-content.svelte.d.ts +1 -3
  69. package/dist/lib/components/sidebar/sidebar-group-content.svelte.d.ts.map +1 -1
  70. package/dist/lib/components/sidebar/sidebar-group-label.svelte.d.ts +1 -9
  71. package/dist/lib/components/sidebar/sidebar-group-label.svelte.d.ts.map +1 -1
  72. package/dist/lib/components/sidebar/sidebar-group.svelte.d.ts +1 -3
  73. package/dist/lib/components/sidebar/sidebar-group.svelte.d.ts.map +1 -1
  74. package/dist/lib/components/sidebar/sidebar-header.svelte.d.ts +1 -3
  75. package/dist/lib/components/sidebar/sidebar-header.svelte.d.ts.map +1 -1
  76. package/dist/lib/components/sidebar/sidebar-input.svelte.d.ts +1 -9
  77. package/dist/lib/components/sidebar/sidebar-input.svelte.d.ts.map +1 -1
  78. package/dist/lib/components/sidebar/sidebar-inset.svelte.d.ts +1 -3
  79. package/dist/lib/components/sidebar/sidebar-inset.svelte.d.ts.map +1 -1
  80. package/dist/lib/components/sidebar/sidebar-menu-action.svelte.d.ts +1 -10
  81. package/dist/lib/components/sidebar/sidebar-menu-action.svelte.d.ts.map +1 -1
  82. package/dist/lib/components/sidebar/sidebar-menu-badge.svelte.d.ts +1 -3
  83. package/dist/lib/components/sidebar/sidebar-menu-badge.svelte.d.ts.map +1 -1
  84. package/dist/lib/components/sidebar/sidebar-menu-button.svelte.d.ts +1 -20
  85. package/dist/lib/components/sidebar/sidebar-menu-button.svelte.d.ts.map +1 -1
  86. package/dist/lib/components/sidebar/sidebar-menu-item.svelte.d.ts +1 -3
  87. package/dist/lib/components/sidebar/sidebar-menu-item.svelte.d.ts.map +1 -1
  88. package/dist/lib/components/sidebar/sidebar-menu-skeleton.svelte.d.ts +1 -6
  89. package/dist/lib/components/sidebar/sidebar-menu-skeleton.svelte.d.ts.map +1 -1
  90. package/dist/lib/components/sidebar/sidebar-menu-sub-button.svelte.d.ts +1 -11
  91. package/dist/lib/components/sidebar/sidebar-menu-sub-button.svelte.d.ts.map +1 -1
  92. package/dist/lib/components/sidebar/sidebar-menu-sub-item.svelte.d.ts +1 -3
  93. package/dist/lib/components/sidebar/sidebar-menu-sub-item.svelte.d.ts.map +1 -1
  94. package/dist/lib/components/sidebar/sidebar-menu-sub.svelte.d.ts +1 -3
  95. package/dist/lib/components/sidebar/sidebar-menu-sub.svelte.d.ts.map +1 -1
  96. package/dist/lib/components/sidebar/sidebar-menu.svelte.d.ts +1 -3
  97. package/dist/lib/components/sidebar/sidebar-menu.svelte.d.ts.map +1 -1
  98. package/dist/lib/components/sidebar/sidebar-provider.svelte.d.ts +1 -10
  99. package/dist/lib/components/sidebar/sidebar-provider.svelte.d.ts.map +1 -1
  100. package/dist/lib/components/sidebar/sidebar-rail.svelte.d.ts +1 -6
  101. package/dist/lib/components/sidebar/sidebar-rail.svelte.d.ts.map +1 -1
  102. package/dist/lib/components/sidebar/sidebar-separator.svelte.d.ts +1 -1
  103. package/dist/lib/components/sidebar/sidebar-separator.svelte.d.ts.map +1 -1
  104. package/dist/lib/components/sidebar/sidebar-trigger.svelte.d.ts +1 -7
  105. package/dist/lib/components/sidebar/sidebar-trigger.svelte.d.ts.map +1 -1
  106. package/dist/lib/components/sidebar/sidebar.svelte.d.ts +1 -8
  107. package/dist/lib/components/sidebar/sidebar.svelte.d.ts.map +1 -1
  108. package/dist/lib/components/utilities/arrow/arrow.svelte.d.ts +1 -1
  109. package/dist/lib/components/utilities/arrow/arrow.svelte.d.ts.map +1 -1
  110. package/dist/lib/components/utilities/floating-layer/components/floating-layer-anchor.svelte.d.ts +1 -2
  111. package/dist/lib/components/utilities/floating-layer/components/floating-layer-anchor.svelte.d.ts.map +1 -1
  112. package/dist/lib/components/utilities/floating-layer/components/floating-layer-arrow.svelte.d.ts +1 -1
  113. package/dist/lib/components/utilities/floating-layer/components/floating-layer-arrow.svelte.d.ts.map +1 -1
  114. package/dist/lib/components/utilities/floating-layer/components/floating-layer-content-static.svelte.d.ts +1 -11
  115. package/dist/lib/components/utilities/floating-layer/components/floating-layer-content-static.svelte.d.ts.map +1 -1
  116. package/dist/lib/components/utilities/floating-layer/components/floating-layer-content.svelte.d.ts +1 -2
  117. package/dist/lib/components/utilities/floating-layer/components/floating-layer-content.svelte.d.ts.map +1 -1
  118. package/dist/lib/components/utilities/floating-layer/components/floating-layer.svelte.d.ts +1 -5
  119. package/dist/lib/components/utilities/floating-layer/components/floating-layer.svelte.d.ts.map +1 -1
  120. package/dist/lib/vite/vite-plugin-component-source-collector.d.ts +1 -0
  121. package/dist/lib/vite/vite-plugin-component-source-collector.d.ts.map +1 -1
  122. package/dist/lib/vite/vite-plugin-component-source-collector.js +16 -6
  123. package/dist/routes/+layout.svelte.d.ts +3 -11
  124. package/dist/routes/+layout.svelte.d.ts.map +1 -1
  125. package/package.json +2 -2
  126. package/src/lib/vite/vite-plugin-component-source-collector.ts +18 -5
@@ -59,7 +59,7 @@ export type Props = WithElementRef<HTMLDivAttributes> & {
59
59
  disableInitialAnimation?: boolean;
60
60
  class?: string;
61
61
  };
62
- declare const Animated: import("svelte").Component<Props, {}, "visible">;
62
+ declare const Animated: any;
63
63
  type Animated = ReturnType<typeof Animated>;
64
64
  export default Animated;
65
65
  //# sourceMappingURL=animated.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"animated.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/animated/animated.svelte.ts"],"names":[],"mappings":"AAGE,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE1D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDA2C3B,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,YAAY,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAGvE,OAAO,EAAM,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AACpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAKpD,MAAM,MAAM,KAAK,GAAG,cAAc,CAAC,iBAAiB,CAAC,GAAG;IACtD,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,gBAAgB,CAAC,WAAW,CAAC,CAAC;IAC1C,QAAQ,CAAC,EAAE,gBAAgB,CAAC,UAAU,CAAC,CAAC;IACxC,mBAAmB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACjD,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAwLJ,QAAA,MAAM,QAAQ,kDAAwC,CAAC;AACvD,KAAK,QAAQ,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC5C,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"animated.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/animated/animated.svelte.ts"],"names":[],"mappings":"AAGE,OAAO,EAAM,KAAK,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAE1D,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yDA2C3B,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG,YAAY,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAGvE,OAAO,EAAM,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AACpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAKpD,MAAM,MAAM,KAAK,GAAG,cAAc,CAAC,iBAAiB,CAAC,GAAG;IACtD,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,gBAAgB,CAAC,WAAW,CAAC,CAAC;IAC1C,QAAQ,CAAC,EAAE,gBAAgB,CAAC,UAAU,CAAC,CAAC;IACxC,mBAAmB,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACjD,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAwLJ,QAAA,MAAM,QAAQ,KAAwC,CAAC;AACvD,KAAK,QAAQ,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC5C,eAAe,QAAQ,CAAC"}
@@ -1,9 +1,4 @@
1
- import type { WithElementRef } from 'bits-ui';
2
- import type { HTMLAttributes } from 'svelte/elements';
3
- type $$ComponentProps = WithElementRef<HTMLAttributes<HTMLDivElement>> & {
4
- symbol?: symbol;
5
- };
6
- declare const CarouselContent: import("svelte").Component<$$ComponentProps, {}, "ref">;
1
+ declare const CarouselContent: any;
7
2
  type CarouselContent = ReturnType<typeof CarouselContent>;
8
3
  export default CarouselContent;
9
4
  //# sourceMappingURL=carousel-content.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"carousel-content.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/carousel/carousel-content.svelte.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAC9C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAIrD,KAAK,gBAAgB,GAAI,cAAc,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAuC/F,QAAA,MAAM,eAAe,yDAAwC,CAAC;AAC9D,KAAK,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAC1D,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"carousel-content.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/carousel/carousel-content.svelte.ts"],"names":[],"mappings":"AAgDA,QAAA,MAAM,eAAe,KAAwC,CAAC;AAC9D,KAAK,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAC1D,eAAe,eAAe,CAAC"}
@@ -1,9 +1,4 @@
1
- import type { WithoutChildren } from 'bits-ui';
2
- import { type Props } from '$shadcn/button/index.js';
3
- type $$ComponentProps = WithoutChildren<Props> & {
4
- symbol?: symbol;
5
- };
6
- declare const CarouselDots: import("svelte").Component<$$ComponentProps, {}, "ref">;
1
+ declare const CarouselDots: any;
7
2
  type CarouselDots = ReturnType<typeof CarouselDots>;
8
3
  export default CarouselDots;
9
4
  //# sourceMappingURL=carousel-dots.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"carousel-dots.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/carousel/carousel-dots.svelte.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAG/C,OAAO,EAAU,KAAK,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAE5D,KAAK,gBAAgB,GAAI,eAAe,CAAC,KAAK,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AA8BvE,QAAA,MAAM,YAAY,yDAAwC,CAAC;AAC3D,KAAK,YAAY,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;AACpD,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"carousel-dots.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/carousel/carousel-dots.svelte.ts"],"names":[],"mappings":"AAsCA,QAAA,MAAM,YAAY,KAAwC,CAAC;AAC3D,KAAK,YAAY,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;AACpD,eAAe,YAAY,CAAC"}
@@ -1,9 +1,4 @@
1
- import type { WithElementRef } from 'bits-ui';
2
- import type { HTMLAttributes } from 'svelte/elements';
3
- type $$ComponentProps = WithElementRef<HTMLAttributes<HTMLDivElement>> & {
4
- symbol?: symbol;
5
- };
6
- declare const CarouselItem: import("svelte").Component<$$ComponentProps, {}, "ref">;
1
+ declare const CarouselItem: any;
7
2
  type CarouselItem = ReturnType<typeof CarouselItem>;
8
3
  export default CarouselItem;
9
4
  //# sourceMappingURL=carousel-item.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"carousel-item.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/carousel/carousel-item.svelte.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAC9C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAIrD,KAAK,gBAAgB,GAAI,cAAc,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAwB/F,QAAA,MAAM,YAAY,yDAAwC,CAAC;AAC3D,KAAK,YAAY,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;AACpD,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"carousel-item.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/carousel/carousel-item.svelte.ts"],"names":[],"mappings":"AAgCA,QAAA,MAAM,YAAY,KAAwC,CAAC;AAC3D,KAAK,YAAY,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;AACpD,eAAe,YAAY,CAAC"}
@@ -1,9 +1,4 @@
1
- import type { WithoutChildren } from 'bits-ui';
2
- import { type Props } from '$shadcn/button/index.js';
3
- type $$ComponentProps = WithoutChildren<Props> & {
4
- symbol?: symbol;
5
- };
6
- declare const CarouselNext: import("svelte").Component<$$ComponentProps, {}, "ref">;
1
+ declare const CarouselNext: any;
7
2
  type CarouselNext = ReturnType<typeof CarouselNext>;
8
3
  export default CarouselNext;
9
4
  //# sourceMappingURL=carousel-next.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"carousel-next.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/carousel/carousel-next.svelte.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAG/C,OAAO,EAAU,KAAK,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAE5D,KAAK,gBAAgB,GAAI,eAAe,CAAC,KAAK,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAiCvE,QAAA,MAAM,YAAY,yDAAwC,CAAC;AAC3D,KAAK,YAAY,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;AACpD,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"carousel-next.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/carousel/carousel-next.svelte.ts"],"names":[],"mappings":"AA0CA,QAAA,MAAM,YAAY,KAAwC,CAAC;AAC3D,KAAK,YAAY,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,CAAC;AACpD,eAAe,YAAY,CAAC"}
@@ -1,9 +1,4 @@
1
- import type { WithoutChildren } from 'bits-ui';
2
- import { type Props } from '$shadcn/button/index.js';
3
- type $$ComponentProps = WithoutChildren<Props> & {
4
- symbol?: symbol;
5
- };
6
- declare const CarouselPrevious: import("svelte").Component<$$ComponentProps, {}, "ref">;
1
+ declare const CarouselPrevious: any;
7
2
  type CarouselPrevious = ReturnType<typeof CarouselPrevious>;
8
3
  export default CarouselPrevious;
9
4
  //# sourceMappingURL=carousel-previous.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"carousel-previous.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/carousel/carousel-previous.svelte.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,SAAS,CAAC;AAG/C,OAAO,EAAU,KAAK,KAAK,EAAE,MAAM,yBAAyB,CAAC;AAE5D,KAAK,gBAAgB,GAAI,eAAe,CAAC,KAAK,CAAC,GAAG;IAAE,MAAM,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAiCvE,QAAA,MAAM,gBAAgB,yDAAwC,CAAC;AAC/D,KAAK,gBAAgB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAC5D,eAAe,gBAAgB,CAAC"}
1
+ {"version":3,"file":"carousel-previous.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/carousel/carousel-previous.svelte.ts"],"names":[],"mappings":"AA0CA,QAAA,MAAM,gBAAgB,KAAwC,CAAC;AAC/D,KAAK,gBAAgB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,CAAC;AAC5D,eAAe,gBAAgB,CAAC"}
@@ -1,5 +1,4 @@
1
- import { type CarouselProps } from './context.js';
2
- declare const Carousel: import("svelte").Component<CarouselProps, {}, "">;
1
+ declare const Carousel: any;
3
2
  type Carousel = ReturnType<typeof Carousel>;
4
3
  export default Carousel;
5
4
  //# sourceMappingURL=carousel.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"carousel.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/carousel/carousel.svelte.ts"],"names":[],"mappings":"AAGA,OAAO,EAAoB,KAAK,aAAa,EAAsC,MAAM,cAAc,CAAC;AA6GxG,QAAA,MAAM,QAAQ,mDAAwC,CAAC;AACvD,KAAK,QAAQ,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC5C,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"carousel.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/carousel/carousel.svelte.ts"],"names":[],"mappings":"AAgHA,QAAA,MAAM,QAAQ,KAAwC,CAAC;AACvD,KAAK,QAAQ,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC5C,eAAe,QAAQ,CAAC"}
@@ -1,11 +1,4 @@
1
- import { type UseDroppableArguments } from '@dnd-kit-svelte/core';
2
- import type { ClassValue } from 'clsx';
3
- import type { Snippet } from 'svelte';
4
- interface DroppableProps extends UseDroppableArguments {
5
- children: Snippet;
6
- class?: ClassValue;
7
- }
8
- declare const Droppable: import("svelte").Component<DroppableProps, {}, "">;
1
+ declare const Droppable: any;
9
2
  type Droppable = ReturnType<typeof Droppable>;
10
3
  export default Droppable;
11
4
  //# sourceMappingURL=Droppable.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Droppable.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/dnd/Droppable.svelte.ts"],"names":[],"mappings":"AAGA,OAAO,EAAgB,KAAK,qBAAqB,EAAE,MAAM,sBAAsB,CAAC;AAChF,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AACvC,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC;AAOpC,UAAU,cAAe,SAAQ,qBAAqB;IACpD,QAAQ,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,UAAU,CAAC;CACpB;AAqBH,QAAA,MAAM,SAAS,oDAAwC,CAAC;AACxD,KAAK,SAAS,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,CAAC;AAC9C,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"Droppable.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/dnd/Droppable.svelte.ts"],"names":[],"mappings":"AAoCA,QAAA,MAAM,SAAS,KAAwC,CAAC;AACxD,KAAK,SAAS,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,CAAC;AAC9C,eAAe,SAAS,CAAC"}
@@ -15,7 +15,7 @@ declare class __sveltets_Render<T> {
15
15
  props(): ContextProps;
16
16
  events(): {};
17
17
  slots(): {};
18
- bindings(): "";
18
+ bindings(): any;
19
19
  exports(): {};
20
20
  }
21
21
  interface $$IsomorphicComponent {
@@ -12,7 +12,7 @@ declare class __sveltets_Render<T> {
12
12
  props(): DragOverlayProps<T>;
13
13
  events(): {};
14
14
  slots(): {};
15
- bindings(): "";
15
+ bindings(): any;
16
16
  exports(): {};
17
17
  }
18
18
  interface $$IsomorphicComponent {
@@ -4,7 +4,7 @@ export type DragPlaceholderProps = {
4
4
  isDragging: boolean;
5
5
  };
6
6
  };
7
- declare const DndDragPlaceholder: import("svelte").Component<DragPlaceholderProps, {}, "">;
7
+ declare const DndDragPlaceholder: any;
8
8
  type DndDragPlaceholder = ReturnType<typeof DndDragPlaceholder>;
9
9
  export default DndDragPlaceholder;
10
10
  //# sourceMappingURL=dnd-drag-placeholder.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dnd-drag-placeholder.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/dnd/dnd-drag-placeholder.svelte.ts"],"names":[],"mappings":"AAGE,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE;QAAE,UAAU,EAAE,OAAO,CAAA;KAAE,CAAC;CAChC,CAAC;AAyBJ,QAAA,MAAM,kBAAkB,0DAAwC,CAAC;AACjE,KAAK,kBAAkB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAChE,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"dnd-drag-placeholder.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/dnd/dnd-drag-placeholder.svelte.ts"],"names":[],"mappings":"AAGE,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,EAAE;QAAE,UAAU,EAAE,OAAO,CAAA;KAAE,CAAC;CAChC,CAAC;AAyBJ,QAAA,MAAM,kBAAkB,KAAwC,CAAC;AACjE,KAAK,kBAAkB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAChE,eAAe,kBAAkB,CAAC"}
@@ -1,7 +1,7 @@
1
1
  export type DragHandleProps = {
2
2
  class?: string;
3
3
  };
4
- declare const DndDraghandle: import("svelte").Component<DragHandleProps, {}, "">;
4
+ declare const DndDraghandle: any;
5
5
  type DndDraghandle = ReturnType<typeof DndDraghandle>;
6
6
  export default DndDraghandle;
7
7
  //# sourceMappingURL=dnd-draghandle.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dnd-draghandle.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/dnd/dnd-draghandle.svelte.ts"],"names":[],"mappings":"AAGE,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAqCJ,QAAA,MAAM,aAAa,qDAAwC,CAAC;AAC5D,KAAK,aAAa,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,CAAC;AACtD,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"dnd-draghandle.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/dnd/dnd-draghandle.svelte.ts"],"names":[],"mappings":"AAGE,MAAM,MAAM,eAAe,GAAG;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAqCJ,QAAA,MAAM,aAAa,KAAwC,CAAC;AAC5D,KAAK,aAAa,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,CAAC;AACtD,eAAe,aAAa,CAAC"}
@@ -1,16 +1,8 @@
1
1
  export default DndOverlay;
2
- type DndOverlay = SvelteComponent<{
3
- [x: string]: never;
4
- }, {
5
- [evt: string]: CustomEvent<any>;
6
- }, {}> & {
2
+ type DndOverlay = SvelteComponent<Record<string, any>, Record<string, any>, Record<string, any>> & {
7
3
  $$bindings?: string | undefined;
8
- };
9
- declare const DndOverlay: $$__sveltets_2_IsomorphicComponent<{
10
- [x: string]: never;
11
- }, {
12
- [evt: string]: CustomEvent<any>;
13
- }, {}, {}, string>;
4
+ } & Record<string, any>;
5
+ declare const DndOverlay: $$__sveltets_2_IsomorphicComponent<Record<string, any>, Record<string, any>, Record<string, any>, Record<string, any>, string>;
14
6
  interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> = any, Events extends Record<string, any> = any, Slots extends Record<string, any> = any, Exports = {}, Bindings = string> {
15
7
  new (options: import("svelte").ComponentConstructorOptions<Props>): import("svelte").SvelteComponent<Props, Events, Slots> & {
16
8
  $$bindings?: Bindings;
@@ -1 +1 @@
1
- {"version":3,"file":"dnd-overlay.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/dnd/dnd-overlay.svelte.js"],"names":[],"mappings":";;;;;;;;AAcA;;;;mBAAsH;6CATzE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,QAAQ,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,QAAQ,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,QAAQ,OAAO,OAAO,QAAQ;IAC3L,cAAc,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,WAAW,OAAO,SAAS;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"dnd-overlay.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/dnd/dnd-overlay.svelte.js"],"names":[],"mappings":";;;;AAcA,yJAAsH;6CATzE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,QAAQ,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,QAAQ,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,QAAQ,OAAO,OAAO,QAAQ;IAC3L,cAAc,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,WAAW,OAAO,SAAS;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,eAAe,QAAQ,CAAC"}
@@ -3,7 +3,7 @@ export type SortableContextProps = {
3
3
  items: string[];
4
4
  children: Snippet<[]>;
5
5
  };
6
- declare const DndSortableContext: import("svelte").Component<SortableContextProps, {}, "">;
6
+ declare const DndSortableContext: any;
7
7
  type DndSortableContext = ReturnType<typeof DndSortableContext>;
8
8
  export default DndSortableContext;
9
9
  //# sourceMappingURL=dnd-sortable-context.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dnd-sortable-context.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/dnd/dnd-sortable-context.svelte.ts"],"names":[],"mappings":"AAGE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC;AAEtC,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC,EAAE,CAAC,CAAC;CACvB,CAAC;AAmBJ,QAAA,MAAM,kBAAkB,0DAAwC,CAAC;AACjE,KAAK,kBAAkB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAChE,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"dnd-sortable-context.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/dnd/dnd-sortable-context.svelte.ts"],"names":[],"mappings":"AAGE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC;AAEtC,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC,EAAE,CAAC,CAAC;CACvB,CAAC;AAmBJ,QAAA,MAAM,kBAAkB,KAAwC,CAAC;AACjE,KAAK,kBAAkB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAChE,eAAe,kBAAkB,CAAC"}
@@ -18,7 +18,7 @@ export declare function setItemContext(item: ItemContext): void;
18
18
  export declare function getItemContext(): ItemContext;
19
19
  import type { DraggableAttributes } from '@dnd-kit-svelte/core';
20
20
  import type { ReadableBox, WritableBox } from 'svelte-toolbelt';
21
- declare const DndSortableItem: import("svelte").Component<SortableItemProps, {}, "">;
21
+ declare const DndSortableItem: any;
22
22
  type DndSortableItem = ReturnType<typeof DndSortableItem>;
23
23
  export default DndSortableItem;
24
24
  //# sourceMappingURL=dnd-sortable-item.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dnd-sortable-item.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/dnd/dnd-sortable-item.svelte.ts"],"names":[],"mappings":"AAGE,OAAO,KAAK,EAAE,aAAa,EAAY,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAmC,KAAK,OAAO,EAAE,MAAM,QAAQ,CAAC;AAEvE,MAAM,MAAM,sBAAsB,GAAG;IACnC,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,aAAa,GAAG;IAC9C,KAAK,EAAE,OAAO,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC;CAC1C,CAAC;AAIF,MAAM,MAAM,WAAW,GAAG;IACxB,UAAU,EAAE,WAAW,CAAC,mBAAmB,CAAC,CAAC;IAC7C,SAAS,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAC5B,aAAa,EAAE,WAAW,CAAC,WAAW,CAAC,CAAC;CACzC,CAAC;AAEF,wBAAgB,cAAc,CAAC,IAAI,EAAE,WAAW,QAE/C;AAED,wBAAgB,cAAc,IAAI,WAAW,CAE5C;AAKH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AA+ChE,QAAA,MAAM,eAAe,uDAAwC,CAAC;AAC9D,KAAK,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAC1D,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"dnd-sortable-item.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/dnd/dnd-sortable-item.svelte.ts"],"names":[],"mappings":"AAGE,OAAO,KAAK,EAAE,aAAa,EAAY,MAAM,gBAAgB,CAAC;AAC9D,OAAO,EAAmC,KAAK,OAAO,EAAE,MAAM,QAAQ,CAAC;AAEvE,MAAM,MAAM,sBAAsB,GAAG;IACnC,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,EAAE,OAAO,CAAC;IACnB,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,OAAO,CAAC;CACpB,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,aAAa,GAAG;IAC9C,KAAK,EAAE,OAAO,CAAC,CAAC,sBAAsB,CAAC,CAAC,CAAC;CAC1C,CAAC;AAIF,MAAM,MAAM,WAAW,GAAG;IACxB,UAAU,EAAE,WAAW,CAAC,mBAAmB,CAAC,CAAC;IAC7C,SAAS,EAAE,WAAW,CAAC,GAAG,CAAC,CAAC;IAC5B,aAAa,EAAE,WAAW,CAAC,WAAW,CAAC,CAAC;CACzC,CAAC;AAEF,wBAAgB,cAAc,CAAC,IAAI,EAAE,WAAW,QAE/C;AAED,wBAAgB,cAAc,IAAI,WAAW,CAE5C;AAKH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sBAAsB,CAAC;AAChE,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AA+ChE,QAAA,MAAM,eAAe,KAAwC,CAAC;AAC9D,KAAK,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAC1D,eAAe,eAAe,CAAC"}
@@ -1,4 +1,4 @@
1
- declare const Example: import("svelte").Component<Record<string, never>, {}, "">;
1
+ declare const Example: any;
2
2
  type Example = ReturnType<typeof Example>;
3
3
  export default Example;
4
4
  //# sourceMappingURL=example.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"example.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/dnd/example.svelte.ts"],"names":[],"mappings":"AAgHA,QAAA,MAAM,OAAO,2DAAwC,CAAC;AACtD,KAAK,OAAO,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,CAAC;AAC1C,eAAe,OAAO,CAAC"}
1
+ {"version":3,"file":"example.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/dnd/example.svelte.ts"],"names":[],"mappings":"AAgHA,QAAA,MAAM,OAAO,KAAwC,CAAC;AACtD,KAAK,OAAO,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,CAAC;AAC1C,eAAe,OAAO,CAAC"}
@@ -1,5 +1,4 @@
1
- import * as Button from '$shadcn/button/index.js';
2
- declare const FormButton: import("svelte").Component<Button.Props, {}, "ref">;
1
+ declare const FormButton: any;
3
2
  type FormButton = ReturnType<typeof FormButton>;
4
3
  export default FormButton;
5
4
  //# sourceMappingURL=form-button.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form-button.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/form/form-button.svelte.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,yBAAyB,CAAC;AA2BlD,QAAA,MAAM,UAAU,qDAAwC,CAAC;AACzD,KAAK,UAAU,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;AAChD,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"form-button.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/form/form-button.svelte.ts"],"names":[],"mappings":"AA8BA,QAAA,MAAM,UAAU,KAAwC,CAAC;AACzD,KAAK,UAAU,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;AAChD,eAAe,UAAU,CAAC"}
@@ -1,5 +1,4 @@
1
- import * as FormPrimitive from "formsnap";
2
- declare const FormDescription: import("svelte").Component<WithoutChild<FormPrimitive.DescriptionProps>, {}, "ref">;
1
+ declare const FormDescription: any;
3
2
  type FormDescription = ReturnType<typeof FormDescription>;
4
3
  export default FormDescription;
5
4
  //# sourceMappingURL=form-description.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form-description.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/form/form-description.svelte.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,aAAa,MAAM,UAAU,CAAC;AAkB1C,QAAA,MAAM,eAAe,qFAAwC,CAAC;AAC9D,KAAK,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAC1D,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"form-description.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/form/form-description.svelte.ts"],"names":[],"mappings":"AAqBA,QAAA,MAAM,eAAe,KAAwC,CAAC;AAC9D,KAAK,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAC1D,eAAe,eAAe,CAAC"}
@@ -3,7 +3,7 @@ declare class __sveltets_Render<T extends Record<string, unknown>, U extends For
3
3
  props(): any;
4
4
  events(): {};
5
5
  slots(): {};
6
- bindings(): "ref";
6
+ bindings(): any;
7
7
  exports(): {};
8
8
  }
9
9
  interface $$IsomorphicComponent {
@@ -1,4 +1,4 @@
1
- declare const FormFieldErrors: import("svelte").Component<any, {}, "ref">;
1
+ declare const FormFieldErrors: any;
2
2
  type FormFieldErrors = ReturnType<typeof FormFieldErrors>;
3
3
  export default FormFieldErrors;
4
4
  //# sourceMappingURL=form-field-errors.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form-field-errors.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/form/form-field-errors.svelte.ts"],"names":[],"mappings":"AAoCA,QAAA,MAAM,eAAe,4CAAwC,CAAC;AAC9D,KAAK,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAC1D,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"form-field-errors.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/form/form-field-errors.svelte.ts"],"names":[],"mappings":"AAoCA,QAAA,MAAM,eAAe,KAAwC,CAAC;AAC9D,KAAK,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAC1D,eAAe,eAAe,CAAC"}
@@ -3,7 +3,7 @@ declare class __sveltets_Render<T extends Record<string, unknown>, U extends For
3
3
  props(): any;
4
4
  events(): {};
5
5
  slots(): {};
6
- bindings(): "ref";
6
+ bindings(): any;
7
7
  exports(): {};
8
8
  }
9
9
  interface $$IsomorphicComponent {
@@ -4,7 +4,7 @@ declare class __sveltets_Render<T extends Record<string, unknown>, U extends For
4
4
  props(): WithoutChild<FormPrimitive.FieldsetProps<T_1, U_1, any>>;
5
5
  events(): {};
6
6
  slots(): {};
7
- bindings(): "ref";
7
+ bindings(): any;
8
8
  exports(): {};
9
9
  }
10
10
  interface $$IsomorphicComponent {
@@ -1,5 +1,4 @@
1
- import * as FormPrimitive from "formsnap";
2
- declare const FormLabel: import("svelte").Component<WithoutChild<FormPrimitive.LabelProps>, {}, "ref">;
1
+ declare const FormLabel: any;
3
2
  type FormLabel = ReturnType<typeof FormLabel>;
4
3
  export default FormLabel;
5
4
  //# sourceMappingURL=form-label.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form-label.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/form/form-label.svelte.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,aAAa,MAAM,UAAU,CAAC;AA2B1C,QAAA,MAAM,SAAS,+EAAwC,CAAC;AACxD,KAAK,SAAS,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,CAAC;AAC9C,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"form-label.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/form/form-label.svelte.ts"],"names":[],"mappings":"AA8BA,QAAA,MAAM,SAAS,KAAwC,CAAC;AACxD,KAAK,SAAS,GAAG,UAAU,CAAC,OAAO,SAAS,CAAC,CAAC;AAC9C,eAAe,SAAS,CAAC"}
@@ -1,5 +1,4 @@
1
- import * as FormPrimitive from "formsnap";
2
- declare const FormLegend: import("svelte").Component<WithoutChild<FormPrimitive.LegendProps>, {}, "ref">;
1
+ declare const FormLegend: any;
3
2
  type FormLegend = ReturnType<typeof FormLegend>;
4
3
  export default FormLegend;
5
4
  //# sourceMappingURL=form-legend.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form-legend.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/form/form-legend.svelte.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,aAAa,MAAM,UAAU,CAAC;AAkB1C,QAAA,MAAM,UAAU,gFAAwC,CAAC;AACzD,KAAK,UAAU,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;AAChD,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"form-legend.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/form/form-legend.svelte.ts"],"names":[],"mappings":"AAqBA,QAAA,MAAM,UAAU,KAAwC,CAAC;AACzD,KAAK,UAAU,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;AAChD,eAAe,UAAU,CAAC"}
@@ -1,13 +1,8 @@
1
1
  export type FormContext = SuperForm<any>;
2
2
  export declare function setFormContext(form: FormContext): void;
3
3
  export declare function getFormContext(): FormContext;
4
- import type { WithElementRef } from 'bits-ui';
5
- import type { HTMLFormAttributes } from 'svelte/elements';
6
4
  import type { SuperForm } from 'sveltekit-superforms';
7
- type $$ComponentProps = WithElementRef<HTMLFormAttributes> & {
8
- form: SuperForm<any>;
9
- };
10
- declare const Form: import("svelte").Component<$$ComponentProps, {}, "ref">;
5
+ declare const Form: any;
11
6
  type Form = ReturnType<typeof Form>;
12
7
  export default Form;
13
8
  //# sourceMappingURL=form.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"form.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/form/form.svelte.ts"],"names":[],"mappings":"AAIE,MAAM,MAAM,WAAW,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC;AAEzC,wBAAgB,cAAc,CAAC,IAAI,EAAE,WAAW,QAE/C;AAED,wBAAgB,cAAc,IAAI,WAAW,CAE5C;AAGH,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAG9C,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAC1D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AAErD,KAAK,gBAAgB,GAAI,cAAc,CAAC,kBAAkB,CAAC,GAAG;IAAE,IAAI,EAAE,SAAS,CAAC,GAAG,CAAC,CAAA;CAAE,CAAC;AA6BxF,QAAA,MAAM,IAAI,yDAAwC,CAAC;AACnD,KAAK,IAAI,GAAG,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC;AACpC,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"form.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/form/form.svelte.ts"],"names":[],"mappings":"AAIE,MAAM,MAAM,WAAW,GAAG,SAAS,CAAC,GAAG,CAAC,CAAC;AAEzC,wBAAgB,cAAc,CAAC,IAAI,EAAE,WAAW,QAE/C;AAED,wBAAgB,cAAc,IAAI,WAAW,CAE5C;AAOH,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AA+BtD,QAAA,MAAM,IAAI,KAAwC,CAAC;AACnD,KAAK,IAAI,GAAG,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC;AACpC,eAAe,IAAI,CAAC"}
@@ -1,11 +1,4 @@
1
- type $$ComponentProps = {
2
- center: string;
3
- edge: string;
4
- noise: string;
5
- centerPos: [string, string];
6
- radius: [string, string];
7
- };
8
- declare const Gradient: import("svelte").Component<$$ComponentProps, {}, "">;
1
+ declare const Gradient: any;
9
2
  type Gradient = ReturnType<typeof Gradient>;
10
3
  export default Gradient;
11
4
  //# sourceMappingURL=Gradient.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Gradient.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/gradient/Gradient.svelte.ts"],"names":[],"mappings":"AAKC,KAAK,gBAAgB,GAAI;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAAC,MAAM,EAAE,CAAC,MAAM,EAAE,MAAM,CAAC,CAAA;CAAE,CAAC;AAiEjI,QAAA,MAAM,QAAQ,sDAAwC,CAAC;AACvD,KAAK,QAAQ,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC5C,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"Gradient.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/gradient/Gradient.svelte.ts"],"names":[],"mappings":"AAsEA,QAAA,MAAM,QAAQ,KAAwC,CAAC;AACvD,KAAK,QAAQ,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,CAAC;AAC5C,eAAe,QAAQ,CAAC"}
@@ -3,7 +3,7 @@ import type { WithElementRef } from 'svelte-toolbelt';
3
3
  export type Props = WithElementRef<HTMLDivAttributes> & {
4
4
  links?: boolean;
5
5
  };
6
- declare const Safe: import("svelte").Component<Props, {}, "">;
6
+ declare const Safe: any;
7
7
  type Safe = ReturnType<typeof Safe>;
8
8
  export default Safe;
9
9
  //# sourceMappingURL=safe.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"safe.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/safe/safe.svelte.ts"],"names":[],"mappings":"AAGA,OAAO,EAAM,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AACpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGpD,MAAM,MAAM,KAAK,GAAG,cAAc,CAAC,iBAAiB,CAAC,GAAG;IACtD,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAqBJ,QAAA,MAAM,IAAI,2CAAwC,CAAC;AACnD,KAAK,IAAI,GAAG,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC;AACpC,eAAe,IAAI,CAAC"}
1
+ {"version":3,"file":"safe.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/safe/safe.svelte.ts"],"names":[],"mappings":"AAGA,OAAO,EAAM,KAAK,iBAAiB,EAAE,MAAM,QAAQ,CAAC;AACpD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGpD,MAAM,MAAM,KAAK,GAAG,cAAc,CAAC,iBAAiB,CAAC,GAAG;IACtD,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AAqBJ,QAAA,MAAM,IAAI,KAAwC,CAAC;AACnD,KAAK,IAAI,GAAG,UAAU,CAAC,OAAO,IAAI,CAAC,CAAC;AACpC,eAAe,IAAI,CAAC"}
@@ -7,17 +7,7 @@ export type SearchPopoverProps = {
7
7
  } & Omit<PopoverTriggerProps, 'value'>;
8
8
  import { Search } from '../index.js';
9
9
  import type { PopoverTriggerProps } from 'bits-ui';
10
- declare const SearchPopover: import("svelte").Component<SearchPopoverProps, {
11
- focus: () => void;
12
- searchPagnation: ({
13
- $on?(type: string, callback: (e: any) => void): () => void;
14
- $set?(props: Partial<Search.PagnationProps>): void;
15
- } & {
16
- activeItems: (import("../types.js").Item & {
17
- score?: number;
18
- })[];
19
- }) | null;
20
- }, "value" | "perPage">;
10
+ declare const SearchPopover: any;
21
11
  type SearchPopover = ReturnType<typeof SearchPopover>;
22
12
  export default SearchPopover;
23
13
  //# sourceMappingURL=searchPopover.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"searchPopover.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/search/combinations/searchPopover.svelte.ts"],"names":[],"mappings":"AAGE,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;IAClC,OAAO,CAAC,EAAE,MAAM,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC;IAC3C,IAAI,EAAE,MAAM,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;IAC/B,KAAK,EAAE,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;IACjC,MAAM,CAAC,EAAE,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC;CACrC,GAAG,IAAI,CAAC,mBAAmB,EAAE,OAAO,CAAC,CAAC;AAGzC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAGrC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AA0DnD,QAAA,MAAM,aAAa;;;;;;;;;;uBAAwC,CAAC;AAC5D,KAAK,aAAa,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,CAAC;AACtD,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"searchPopover.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/search/combinations/searchPopover.svelte.ts"],"names":[],"mappings":"AAGE,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;IAClC,OAAO,CAAC,EAAE,MAAM,CAAC,cAAc,CAAC,SAAS,CAAC,CAAC;IAC3C,IAAI,EAAE,MAAM,CAAC,SAAS,CAAC,MAAM,CAAC,CAAC;IAC/B,KAAK,EAAE,MAAM,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC;IACjC,MAAM,CAAC,EAAE,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC,CAAC;CACrC,GAAG,IAAI,CAAC,mBAAmB,EAAE,OAAO,CAAC,CAAC;AAGzC,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAGrC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,SAAS,CAAC;AA0DnD,QAAA,MAAM,aAAa,KAAwC,CAAC;AAC5D,KAAK,aAAa,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,CAAC;AACtD,eAAe,aAAa,CAAC"}
@@ -1,5 +1,4 @@
1
- import type { SearchEmptyProps } from '../types';
2
- declare const SearchEmpty: import("svelte").Component<SearchEmptyProps, {}, "ref">;
1
+ declare const SearchEmpty: any;
3
2
  type SearchEmpty = ReturnType<typeof SearchEmpty>;
4
3
  export default SearchEmpty;
5
4
  //# sourceMappingURL=search-empty.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-empty.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/search/components/search-empty.svelte.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAoCjD,QAAA,MAAM,WAAW,yDAAwC,CAAC;AAC1D,KAAK,WAAW,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;AAClD,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"search-empty.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/search/components/search-empty.svelte.ts"],"names":[],"mappings":"AAwCA,QAAA,MAAM,WAAW,KAAwC,CAAC;AAC1D,KAAK,WAAW,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;AAClD,eAAe,WAAW,CAAC"}
@@ -1,5 +1,4 @@
1
- import type { SearchInputProps } from '../types';
2
- declare const SearchInput: import("svelte").Component<SearchInputProps, {}, "value" | "ref">;
1
+ declare const SearchInput: any;
3
2
  type SearchInput = ReturnType<typeof SearchInput>;
4
3
  export default SearchInput;
5
4
  //# sourceMappingURL=search-input.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-input.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/search/components/search-input.svelte.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAuDjD,QAAA,MAAM,WAAW,mEAAwC,CAAC;AAC1D,KAAK,WAAW,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;AAClD,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"search-input.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/search/components/search-input.svelte.ts"],"names":[],"mappings":"AA2DA,QAAA,MAAM,WAAW,KAAwC,CAAC;AAC1D,KAAK,WAAW,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,CAAC;AAClD,eAAe,WAAW,CAAC"}
@@ -1,5 +1,4 @@
1
- import type { SearchListProps } from '../types';
2
- declare const SearchList: import("svelte").Component<SearchListProps, {}, "ref">;
1
+ declare const SearchList: any;
3
2
  type SearchList = ReturnType<typeof SearchList>;
4
3
  export default SearchList;
5
4
  //# sourceMappingURL=search-list.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-list.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/search/components/search-list.svelte.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,UAAU,CAAC;AAmDhD,QAAA,MAAM,UAAU,wDAAwC,CAAC;AACzD,KAAK,UAAU,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;AAChD,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"search-list.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/search/components/search-list.svelte.ts"],"names":[],"mappings":"AAuDA,QAAA,MAAM,UAAU,KAAwC,CAAC;AACzD,KAAK,UAAU,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,CAAC;AAChD,eAAe,UAAU,CAAC"}
@@ -1,9 +1,4 @@
1
- import type { SearchPagnationProps } from '../types';
2
- declare const SearchPagnation: import("svelte").Component<SearchPagnationProps, {
3
- activeItems: (import("../types").Item & {
4
- score?: number;
5
- })[];
6
- }, "page" | "ref" | "perPage">;
1
+ declare const SearchPagnation: any;
7
2
  type SearchPagnation = ReturnType<typeof SearchPagnation>;
8
3
  export default SearchPagnation;
9
4
  //# sourceMappingURL=search-pagnation.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search-pagnation.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/search/components/search-pagnation.svelte.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,UAAU,CAAC;AA6ErD,QAAA,MAAM,eAAe;;;;8BAAwC,CAAC;AAC9D,KAAK,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAC1D,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"search-pagnation.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/search/components/search-pagnation.svelte.ts"],"names":[],"mappings":"AAiFA,QAAA,MAAM,eAAe,KAAwC,CAAC;AAC9D,KAAK,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAC1D,eAAe,eAAe,CAAC"}
@@ -1,5 +1,4 @@
1
- import type { SearchProps } from '../types';
2
- declare const Search: import("svelte").Component<SearchProps, {}, "value" | "ref" | "items" | "searchWith">;
1
+ declare const Search: any;
3
2
  type Search = ReturnType<typeof Search>;
4
3
  export default Search;
5
4
  //# sourceMappingURL=search.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"search.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/search/components/search.svelte.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAuD5C,QAAA,MAAM,MAAM,uFAAwC,CAAC;AACrD,KAAK,MAAM,GAAG,UAAU,CAAC,OAAO,MAAM,CAAC,CAAC;AACxC,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"search.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/search/components/search.svelte.ts"],"names":[],"mappings":"AA2DA,QAAA,MAAM,MAAM,KAAwC,CAAC;AACrD,KAAK,MAAM,GAAG,UAAU,CAAC,OAAO,MAAM,CAAC,CAAC;AACxC,eAAe,MAAM,CAAC"}
@@ -1,6 +1,4 @@
1
- import type { HTMLAttributes } from "svelte/elements";
2
- import type { WithElementRef } from "bits-ui";
3
- declare const SidebarContent: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLElement>>, {}, "ref">;
1
+ declare const SidebarContent: any;
4
2
  type SidebarContent = ReturnType<typeof SidebarContent>;
5
3
  export default SidebarContent;
6
4
  //# sourceMappingURL=sidebar-content.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sidebar-content.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/sidebar/sidebar-content.svelte.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAyB9C,QAAA,MAAM,cAAc,oFAAwC,CAAC;AAC7D,KAAK,cAAc,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AACxD,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"sidebar-content.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/sidebar/sidebar-content.svelte.ts"],"names":[],"mappings":"AA6BA,QAAA,MAAM,cAAc,KAAwC,CAAC;AAC7D,KAAK,cAAc,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,CAAC;AACxD,eAAe,cAAc,CAAC"}
@@ -1,6 +1,4 @@
1
- import type { HTMLAttributes } from "svelte/elements";
2
- import type { WithElementRef } from "bits-ui";
3
- declare const SidebarFooter: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLElement>>, {}, "ref">;
1
+ declare const SidebarFooter: any;
4
2
  type SidebarFooter = ReturnType<typeof SidebarFooter>;
5
3
  export default SidebarFooter;
6
4
  //# sourceMappingURL=sidebar-footer.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sidebar-footer.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/sidebar/sidebar-footer.svelte.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACtD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAsB9C,QAAA,MAAM,aAAa,oFAAwC,CAAC;AAC5D,KAAK,aAAa,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,CAAC;AACtD,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"sidebar-footer.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/sidebar/sidebar-footer.svelte.ts"],"names":[],"mappings":"AA0BA,QAAA,MAAM,aAAa,KAAwC,CAAC;AAC5D,KAAK,aAAa,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,CAAC;AACtD,eAAe,aAAa,CAAC"}
@@ -1,12 +1,4 @@
1
- import type { WithElementRef } from "bits-ui";
2
- import type { Snippet } from "svelte";
3
- import type { HTMLButtonAttributes } from "svelte/elements";
4
- type $$ComponentProps = WithElementRef<HTMLButtonAttributes> & {
5
- child?: Snippet<[{
6
- props: Record<string, unknown>;
7
- }]>;
8
- };
9
- declare const SidebarGroupAction: import("svelte").Component<$$ComponentProps, {}, "ref">;
1
+ declare const SidebarGroupAction: any;
10
2
  type SidebarGroupAction = ReturnType<typeof SidebarGroupAction>;
11
3
  export default SidebarGroupAction;
12
4
  //# sourceMappingURL=sidebar-group-action.svelte.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"sidebar-group-action.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/sidebar/sidebar-group-action.svelte.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAC9C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC;AACtC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAE3D,KAAK,gBAAgB,GAAI,cAAc,CAAC,oBAAoB,CAAC,GAAG;IAC/D,KAAK,CAAC,EAAE,OAAO,CAAC,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;KAAE,CAAC,CAAC,CAAC;CACtD,CAAC;AAsCH,QAAA,MAAM,kBAAkB,yDAAwC,CAAC;AACjE,KAAK,kBAAkB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAChE,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"sidebar-group-action.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/sidebar/sidebar-group-action.svelte.ts"],"names":[],"mappings":"AAgDA,QAAA,MAAM,kBAAkB,KAAwC,CAAC;AACjE,KAAK,kBAAkB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,CAAC;AAChE,eAAe,kBAAkB,CAAC"}