@max-ts/svelte 1.4.2 → 1.4.3

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 (175) hide show
  1. package/dist/components/Accordion/Trigger/Trigger.svelte.d.ts +1 -1
  2. package/dist/components/Alert/Alert.svelte.d.ts +2 -2
  3. package/dist/components/Alert/Description/Description.svelte.d.ts +1 -1
  4. package/dist/components/Alert/Title/Title.svelte.d.ts +1 -1
  5. package/dist/components/Alert/index.d.ts +5 -5
  6. package/dist/components/Alert/styles.css.d.ts +1 -1
  7. package/dist/components/Badge/Badge.svelte.d.ts +1 -1
  8. package/dist/components/Badge/index.d.ts +2 -2
  9. package/dist/components/Badge/styles.css.d.ts +1 -1
  10. package/dist/components/Badge/types.d.ts +1 -1
  11. package/dist/components/Button/Button.svelte.d.ts +1 -1
  12. package/dist/components/Button/index.d.ts +2 -2
  13. package/dist/components/Button/styles.css.d.ts +1 -1
  14. package/dist/components/ButtonGroup/ButtonGroup.svelte.d.ts +1 -1
  15. package/dist/components/ButtonGroup/Separator/Separator.svelte.d.ts +1 -1
  16. package/dist/components/ButtonGroup/Text/Text.svelte.d.ts +1 -1
  17. package/dist/components/ButtonGroup/index.d.ts +2 -2
  18. package/dist/components/ButtonGroup/styles.css.d.ts +1 -1
  19. package/dist/components/ButtonGroup/types.d.ts +1 -1
  20. package/dist/components/Calendar/Calendar.svelte.d.ts +1 -1
  21. package/dist/components/Calendar/Caption/Caption.svelte.d.ts +2 -2
  22. package/dist/components/Calendar/Month/Month.svelte.d.ts +1 -1
  23. package/dist/components/Calendar/Months/Months.svelte.d.ts +1 -1
  24. package/dist/components/Calendar/Nav/Nav.svelte.d.ts +1 -1
  25. package/dist/components/Calendar/NextButton/NextButton.svelte.d.ts +1 -1
  26. package/dist/components/Calendar/PrevButton/PrevButton.svelte.d.ts +1 -1
  27. package/dist/components/Calendar/index.d.ts +1 -1
  28. package/dist/components/Calendar/types.d.ts +2 -2
  29. package/dist/components/Card/Action/Action.svelte.d.ts +1 -1
  30. package/dist/components/Card/Card.svelte.d.ts +1 -1
  31. package/dist/components/Card/Content/Content.svelte.d.ts +1 -1
  32. package/dist/components/Card/Description/Description.svelte.d.ts +1 -1
  33. package/dist/components/Card/Footer/Footer.svelte.d.ts +1 -1
  34. package/dist/components/Card/Header/Header.svelte.d.ts +1 -1
  35. package/dist/components/Card/Title/Title.svelte.d.ts +1 -1
  36. package/dist/components/Card/index.d.ts +8 -8
  37. package/dist/components/Carousel/Carousel.svelte.d.ts +1 -1
  38. package/dist/components/Carousel/Content/Content.svelte.d.ts +1 -1
  39. package/dist/components/Carousel/Item/Item.svelte.d.ts +1 -1
  40. package/dist/components/Carousel/context.d.ts +1 -1
  41. package/dist/components/Carousel/index.d.ts +4 -4
  42. package/dist/components/Carousel/types.d.ts +1 -1
  43. package/dist/components/CircularProgress/CircularProgress.svelte.d.ts +1 -1
  44. package/dist/components/CircularProgress/index.d.ts +1 -1
  45. package/dist/components/ContentState/ContentState.svelte.d.ts +1 -1
  46. package/dist/components/ContentState/index.d.ts +1 -1
  47. package/dist/components/ContentState/types.d.ts +1 -1
  48. package/dist/components/DataGrid/Body/Body.svelte.d.ts +1 -1
  49. package/dist/components/DataGrid/Body/index.d.ts +1 -1
  50. package/dist/components/DataGrid/Body/types.d.ts +1 -1
  51. package/dist/components/DataGrid/Cell/Cell.svelte.d.ts +1 -1
  52. package/dist/components/DataGrid/Cell/index.d.ts +1 -1
  53. package/dist/components/DataGrid/Cell/types.d.ts +1 -1
  54. package/dist/components/DataGrid/DataGrid.svelte.d.ts +1 -1
  55. package/dist/components/DataGrid/Header/Header.svelte.d.ts +1 -1
  56. package/dist/components/DataGrid/Header/index.d.ts +1 -1
  57. package/dist/components/DataGrid/Header/types.d.ts +1 -1
  58. package/dist/components/DataGrid/HeaderCell/HeaderCell.svelte.d.ts +1 -1
  59. package/dist/components/DataGrid/HeaderCell/index.d.ts +1 -1
  60. package/dist/components/DataGrid/HeaderCell/types.d.ts +1 -1
  61. package/dist/components/DataGrid/Row/Row.svelte.d.ts +1 -1
  62. package/dist/components/DataGrid/Row/index.d.ts +1 -1
  63. package/dist/components/DataGrid/Row/types.d.ts +1 -1
  64. package/dist/components/DataGrid/State/State.svelte.d.ts +1 -1
  65. package/dist/components/DataGrid/State/index.d.ts +1 -1
  66. package/dist/components/DataGrid/State/types.d.ts +1 -1
  67. package/dist/components/DataGrid/index.d.ts +1 -1
  68. package/dist/components/DataGridSortHeader/DataGridSortHeader.svelte.d.ts +1 -1
  69. package/dist/components/DataGridSortHeader/index.d.ts +1 -1
  70. package/dist/components/DataGridSortHeader/types.d.ts +1 -1
  71. package/dist/components/DropdownMenu/CheckboxItem/CheckboxItem.svelte.d.ts +1 -1
  72. package/dist/components/DropdownMenu/Content/Content.svelte.d.ts +2 -2
  73. package/dist/components/DropdownMenu/Label/Label.svelte.d.ts +1 -1
  74. package/dist/components/DropdownMenu/Shortcut/Shortcut.svelte.d.ts +1 -1
  75. package/dist/components/DropdownMenu/index.d.ts +17 -17
  76. package/dist/components/Empty/Content/Content.svelte.d.ts +1 -1
  77. package/dist/components/Empty/Description/Description.svelte.d.ts +1 -1
  78. package/dist/components/Empty/Empty.svelte.d.ts +1 -1
  79. package/dist/components/Empty/Header/Header.svelte.d.ts +1 -1
  80. package/dist/components/Empty/Media/Media.svelte.d.ts +1 -1
  81. package/dist/components/Empty/Title/Title.svelte.d.ts +1 -1
  82. package/dist/components/Empty/index.d.ts +7 -7
  83. package/dist/components/Empty/styles.css.d.ts +1 -1
  84. package/dist/components/Empty/types.d.ts +1 -1
  85. package/dist/components/Field/Content/Content.svelte.d.ts +1 -1
  86. package/dist/components/Field/Description/Description.svelte.d.ts +1 -1
  87. package/dist/components/Field/Field.svelte.d.ts +2 -2
  88. package/dist/components/Field/FieldError/FieldError.svelte.d.ts +1 -1
  89. package/dist/components/Field/FieldSet/FieldSet.svelte.d.ts +1 -1
  90. package/dist/components/Field/Group/Group.svelte.d.ts +1 -1
  91. package/dist/components/Field/Label/Label.svelte.d.ts +1 -1
  92. package/dist/components/Field/Legend/Legend.svelte.d.ts +1 -1
  93. package/dist/components/Field/Separator/Separator.svelte.d.ts +2 -2
  94. package/dist/components/Field/Title/Title.svelte.d.ts +1 -1
  95. package/dist/components/Field/index.d.ts +7 -7
  96. package/dist/components/Field/styles.css.d.ts +2 -2
  97. package/dist/components/Input/Input.svelte.d.ts +1 -1
  98. package/dist/components/Input/index.d.ts +1 -1
  99. package/dist/components/Input/types.d.ts +1 -1
  100. package/dist/components/Item/Actions/Actions.svelte.d.ts +1 -1
  101. package/dist/components/Item/Content/Content.svelte.d.ts +1 -1
  102. package/dist/components/Item/Description/Description.svelte.d.ts +1 -1
  103. package/dist/components/Item/Footer/Footer.svelte.d.ts +1 -1
  104. package/dist/components/Item/Group/Group.svelte.d.ts +1 -1
  105. package/dist/components/Item/Header/Header.svelte.d.ts +1 -1
  106. package/dist/components/Item/Item.svelte.d.ts +1 -1
  107. package/dist/components/Item/Media/Media.svelte.d.ts +1 -1
  108. package/dist/components/Item/Separator/Separator.svelte.d.ts +1 -1
  109. package/dist/components/Item/Title/Title.svelte.d.ts +1 -1
  110. package/dist/components/Item/index.d.ts +10 -10
  111. package/dist/components/Item/styles.css.d.ts +1 -1
  112. package/dist/components/Item/types.d.ts +1 -1
  113. package/dist/components/Placeholder/Image/Image.svelte.d.ts +1 -1
  114. package/dist/components/Placeholder/Image/index.d.ts +1 -1
  115. package/dist/components/Placeholder/Image/styles.css.d.ts +1 -1
  116. package/dist/components/Placeholder/Image/types.d.ts +1 -1
  117. package/dist/components/Placeholder/Placeholder.js +1 -1
  118. package/dist/components/Placeholder/Placeholder.svelte.d.ts +1 -1
  119. package/dist/components/Placeholder/constants.d.ts +1 -1
  120. package/dist/components/Placeholder/index.d.ts +1 -1
  121. package/dist/components/Placeholder/styles.css.d.ts +1 -1
  122. package/dist/components/Popover/Content/PopoverContent.svelte.d.ts +1 -1
  123. package/dist/components/Popover/index.d.ts +2 -2
  124. package/dist/components/Popover/types.d.ts +1 -1
  125. package/dist/components/RangeInput/RangeInput.svelte.d.ts +1 -1
  126. package/dist/components/RangeInput/index.d.ts +1 -1
  127. package/dist/components/RangeInput/types.d.ts +1 -1
  128. package/dist/components/Select/Content/Content.svelte.d.ts +2 -2
  129. package/dist/components/Select/Label/Label.svelte.d.ts +1 -1
  130. package/dist/components/Select/Separator/Separator.js +2 -1
  131. package/dist/components/Select/Separator/Separator.svelte.d.ts +1 -1
  132. package/dist/components/Select/Trigger/Trigger.svelte.d.ts +1 -1
  133. package/dist/components/Select/index.d.ts +3 -3
  134. package/dist/components/Separator/index.d.ts +1 -1
  135. package/dist/components/Slider/Slider.svelte.d.ts +1 -1
  136. package/dist/components/Slider/index.d.ts +1 -1
  137. package/dist/components/Slider/styles.css.d.ts +1 -1
  138. package/dist/components/Slider/types.d.ts +1 -1
  139. package/dist/components/Spinner/Spinner.svelte.d.ts +1 -1
  140. package/dist/components/Spinner/index.d.ts +2 -2
  141. package/dist/components/Tabs/index.d.ts +1 -1
  142. package/dist/components/Tooltip/Content/Content.svelte.d.ts +2 -2
  143. package/dist/components/Tooltip/Tooltip.svelte.d.ts +1 -1
  144. package/dist/components/Tooltip/index.d.ts +1 -1
  145. package/dist/components/Typography/Typography.svelte.d.ts +1 -1
  146. package/dist/components/Typography/index.d.ts +1 -1
  147. package/dist/components/Typography/styles.css.d.ts +1 -1
  148. package/dist/components/index.d.ts +30 -30
  149. package/dist/components.d.ts +65 -0
  150. package/dist/components.js +33 -0
  151. package/dist/stories/Accordion.stories.svelte.d.ts +1 -1
  152. package/dist/stories/Alert.stories.svelte.d.ts +1 -1
  153. package/dist/stories/Badge.stories.svelte.d.ts +1 -1
  154. package/dist/stories/ButtonGroup.stories.svelte.d.ts +1 -1
  155. package/dist/stories/Calendar.stories.svelte.d.ts +1 -1
  156. package/dist/stories/Card.stories.svelte.d.ts +1 -1
  157. package/dist/stories/Carousel.stories.svelte.d.ts +1 -1
  158. package/dist/stories/CircularProgress.stories.svelte.d.ts +1 -1
  159. package/dist/stories/DataGrid.stories.svelte.d.ts +1 -1
  160. package/dist/stories/DropdownMenu.stories.svelte.d.ts +1 -1
  161. package/dist/stories/Empty.stories.svelte.d.ts +1 -1
  162. package/dist/stories/Field.stories.svelte.d.ts +1 -1
  163. package/dist/stories/Input.stories.svelte.d.ts +1 -1
  164. package/dist/stories/Item.stories.svelte.d.ts +1 -1
  165. package/dist/stories/Label.stories.svelte.d.ts +1 -1
  166. package/dist/stories/Popover.stories.svelte.d.ts +1 -1
  167. package/dist/stories/RangeInput.stories.svelte.d.ts +1 -1
  168. package/dist/stories/Select.stories.svelte.d.ts +1 -1
  169. package/dist/stories/Slider.stories.svelte.d.ts +1 -1
  170. package/dist/stories/Tabs.stories.svelte.d.ts +1 -1
  171. package/dist/stories/Tooltip.stories.svelte.d.ts +1 -1
  172. package/dist/stories/Typography.stories.svelte.d.ts +1 -1
  173. package/dist/utils.d.ts +1 -1
  174. package/package.json +6 -4
  175. package/dist/components/index.js +0 -33
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  type $$ComponentProps = WithElementRef<HTMLAttributes<HTMLDivElement>> & {
4
4
  inset?: boolean;
5
5
  };
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  declare const Shortcut: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLSpanElement>>, {}, "ref">;
4
4
  type Shortcut = ReturnType<typeof Shortcut>;
5
5
  export default Shortcut;
@@ -1,19 +1,19 @@
1
- import { CheckboxGroup } from './CheckboxGroup/index.js';
2
- import { CheckboxItem } from './CheckboxItem/index.js';
3
- import { Content } from './Content/index.js';
1
+ import { CheckboxGroup } from './CheckboxGroup';
2
+ import { CheckboxItem } from './CheckboxItem';
3
+ import { Content } from './Content';
4
4
  import Root from './DropdownMenu.svelte';
5
- import { Group } from './Group/index.js';
6
- import { GroupHeading } from './GroupHeading/index.js';
7
- import { Item } from './Item/index.js';
8
- import { Label } from './Label/index.js';
9
- import { Portal } from './Portal/index.js';
10
- import { RadioGroup } from './RadioGroup/index.js';
11
- import { RadioItem } from './RadioItem/index.js';
12
- import { Separator } from './Separator/index.js';
13
- import { Shortcut } from './Shortcut/index.js';
14
- import { Sub } from './Sub/index.js';
15
- import { SubContent } from './SubContent/index.js';
16
- import { SubTrigger } from './SubTrigger/index.js';
17
- import { Trigger } from './Trigger/index.js';
5
+ import { Group } from './Group';
6
+ import { GroupHeading } from './GroupHeading';
7
+ import { Item } from './Item';
8
+ import { Label } from './Label';
9
+ import { Portal } from './Portal';
10
+ import { RadioGroup } from './RadioGroup';
11
+ import { RadioItem } from './RadioItem';
12
+ import { Separator } from './Separator';
13
+ import { Shortcut } from './Shortcut';
14
+ import { Sub } from './Sub';
15
+ import { SubContent } from './SubContent';
16
+ import { SubTrigger } from './SubTrigger';
17
+ import { Trigger } from './Trigger';
18
18
  export { CheckboxGroup, CheckboxItem, Content, Group, GroupHeading, Item, Label, Portal, RadioGroup, RadioItem, Root, Separator, Shortcut, Sub, SubContent, SubTrigger, Trigger, };
19
- export type { DropdownMenuProps } from './types.js';
19
+ export type { DropdownMenuProps } from './types';
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  declare const Content: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
4
  type Content = ReturnType<typeof Content>;
5
5
  export default Content;
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  declare const Description: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
4
  type Description = ReturnType<typeof Description>;
5
5
  export default Description;
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  declare const Empty: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
4
  type Empty = ReturnType<typeof Empty>;
5
5
  export default Empty;
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  declare const Header: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
4
  type Header = ReturnType<typeof Header>;
5
5
  export default Header;
@@ -1,4 +1,4 @@
1
- import type { EmptyMediaProps } from '../types.js';
1
+ import type { EmptyMediaProps } from '../types';
2
2
  declare const Media: import("svelte").Component<EmptyMediaProps, {}, "ref">;
3
3
  type Media = ReturnType<typeof Media>;
4
4
  export default Media;
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  declare const Title: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
4
  type Title = ReturnType<typeof Title>;
5
5
  export default Title;
@@ -1,9 +1,9 @@
1
1
  export declare const Empty: {
2
- Root: import("svelte").Component<import("../../types.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
3
- Header: import("svelte").Component<import("../../types.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
- Media: import("svelte").Component<import("./types.js").EmptyMediaProps, {}, "ref">;
5
- Title: import("svelte").Component<import("../../types.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
6
- Description: import("svelte").Component<import("../../types.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
7
- Content: import("svelte").Component<import("../../types.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
2
+ Root: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
3
+ Header: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
+ Media: import("svelte").Component<import("./types").EmptyMediaProps, {}, "ref">;
5
+ Title: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
6
+ Description: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
7
+ Content: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
8
8
  };
9
- export type * from './types.js';
9
+ export type * from './types';
@@ -1,4 +1,4 @@
1
- import type { EmptyMediaVariant } from './types.js';
1
+ import type { EmptyMediaVariant } from './types';
2
2
  export declare const root: string;
3
3
  export declare const content: string;
4
4
  export declare const header: string;
@@ -1,4 +1,4 @@
1
- import type { WithElementRef } from '../../types.js';
1
+ import type { WithElementRef } from '~/types';
2
2
  import type { HTMLAttributes } from 'svelte/elements';
3
3
  export type EmptyMediaVariant = 'default' | 'icon';
4
4
  export interface EmptyMediaProps extends WithElementRef<HTMLAttributes<HTMLDivElement>> {
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  declare const Content: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
4
  type Content = ReturnType<typeof Content>;
5
5
  export default Content;
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  declare const Description: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLParagraphElement>>, {}, "ref">;
4
4
  type Description = ReturnType<typeof Description>;
5
5
  export default Description;
@@ -1,6 +1,6 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../types.js';
3
- import type { FieldOrientation } from './types.js';
2
+ import type { WithElementRef } from '~/types';
3
+ import type { FieldOrientation } from './types';
4
4
  type $$ComponentProps = WithElementRef<HTMLAttributes<HTMLDivElement>> & {
5
5
  orientation?: FieldOrientation;
6
6
  };
@@ -1,6 +1,6 @@
1
1
  import type { Snippet } from 'svelte';
2
2
  import type { HTMLAttributes } from 'svelte/elements';
3
- import type { WithElementRef } from '../../../types.js';
3
+ import type { WithElementRef } from '~/types';
4
4
  type $$ComponentProps = WithElementRef<HTMLAttributes<HTMLDivElement>> & {
5
5
  children?: Snippet;
6
6
  errors?: {
@@ -1,5 +1,5 @@
1
1
  import type { HTMLFieldsetAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  declare const FieldSet: import("svelte").Component<WithElementRef<HTMLFieldsetAttributes>, {}, "ref">;
4
4
  type FieldSet = ReturnType<typeof FieldSet>;
5
5
  export default FieldSet;
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  declare const Group: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
4
  type Group = ReturnType<typeof Group>;
5
5
  export default Group;
@@ -1,4 +1,4 @@
1
- import { Label } from '../../Label/index.js';
1
+ import { Label } from '../../Label';
2
2
  declare const Label: any;
3
3
  type Label = ReturnType<typeof Label>;
4
4
  export default Label;
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  type $$ComponentProps = WithElementRef<HTMLAttributes<HTMLLegendElement>> & {
4
4
  variant?: 'legend' | 'label';
5
5
  };
@@ -1,7 +1,7 @@
1
1
  import type { Snippet } from 'svelte';
2
2
  import type { HTMLAttributes } from 'svelte/elements';
3
- import type { WithElementRef } from '../../../types.js';
4
- import { Separator } from '../../Separator/index.js';
3
+ import type { WithElementRef } from '~/types';
4
+ import { Separator } from '../../Separator';
5
5
  type $$ComponentProps = WithElementRef<HTMLAttributes<HTMLDivElement>> & {
6
6
  children?: Snippet;
7
7
  };
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  declare const Title: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
4
  type Title = ReturnType<typeof Title>;
5
5
  export default Title;
@@ -2,10 +2,10 @@ declare const Field: {
2
2
  Item: import("svelte").Component<import("svelte/elements").HTMLAttributes<HTMLDivElement> & {
3
3
  ref?: HTMLElement | null | undefined;
4
4
  } & {
5
- orientation?: import("./types.js").FieldOrientation;
5
+ orientation?: import("./types").FieldOrientation;
6
6
  }, {}, "ref">;
7
- Content: import("svelte").Component<import("../../types.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
8
- Description: import("svelte").Component<import("../../types.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLParagraphElement>>, {}, "ref">;
7
+ Content: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
8
+ Description: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLParagraphElement>>, {}, "ref">;
9
9
  Error: import("svelte").Component<import("svelte/elements").HTMLAttributes<HTMLDivElement> & {
10
10
  ref?: HTMLElement | null | undefined;
11
11
  } & {
@@ -14,7 +14,7 @@ declare const Field: {
14
14
  message?: string;
15
15
  }[];
16
16
  }, {}, "ref">;
17
- Group: import("svelte").Component<import("../../types.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
17
+ Group: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
18
18
  Label: any;
19
19
  Legend: import("svelte").Component<import("svelte/elements").HTMLAttributes<HTMLLegendElement> & {
20
20
  ref?: HTMLElement | null | undefined;
@@ -26,8 +26,8 @@ declare const Field: {
26
26
  } & {
27
27
  children?: import("svelte").Snippet;
28
28
  }, {}, "ref">;
29
- Set: import("svelte").Component<import("../../types.js").WithElementRef<import("svelte/elements").HTMLFieldsetAttributes>, {}, "ref">;
30
- Title: import("svelte").Component<import("../../types.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
29
+ Set: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLFieldsetAttributes>, {}, "ref">;
30
+ Title: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
31
31
  };
32
32
  export { Field };
33
- export * from './types.js';
33
+ export * from './types';
@@ -1,5 +1,5 @@
1
- export declare const fieldVariants: Record<import("./types.js").FieldOrientation, string>;
1
+ export declare const fieldVariants: Record<import("./types").FieldOrientation, string>;
2
2
  declare const _default: {
3
- fieldVariants: Record<import("./types.js").FieldOrientation, string>;
3
+ fieldVariants: Record<import("./types").FieldOrientation, string>;
4
4
  };
5
5
  export default _default;
@@ -1,4 +1,4 @@
1
- import type { InputProps } from './types.js';
1
+ import type { InputProps } from './types';
2
2
  declare const Input: import("svelte").Component<InputProps, {}, "value" | "ref" | "files">;
3
3
  type Input = ReturnType<typeof Input>;
4
4
  export default Input;
@@ -1,2 +1,2 @@
1
1
  export { default as Input } from './Input.svelte';
2
- export type * from './types.js';
2
+ export type * from './types';
@@ -1,5 +1,5 @@
1
1
  import type { HTMLInputAttributes, HTMLInputTypeAttribute } from 'svelte/elements';
2
- import type { WithElementRef } from '../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  export type InputType = Exclude<HTMLInputTypeAttribute, 'file'>;
4
4
  export type InputProps = WithElementRef<Omit<HTMLInputAttributes, 'type' | 'size'> & ({
5
5
  type: 'file';
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  declare const Actions: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
4
  type Actions = ReturnType<typeof Actions>;
5
5
  export default Actions;
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  declare const Content: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
4
  type Content = ReturnType<typeof Content>;
5
5
  export default Content;
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  declare const Description: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLParagraphElement>>, {}, "ref">;
4
4
  type Description = ReturnType<typeof Description>;
5
5
  export default Description;
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  declare const Footer: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
4
  type Footer = ReturnType<typeof Footer>;
5
5
  export default Footer;
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  declare const Group: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
4
  type Group = ReturnType<typeof Group>;
5
5
  export default Group;
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  declare const Header: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
4
  type Header = ReturnType<typeof Header>;
5
5
  export default Header;
@@ -1,4 +1,4 @@
1
- import type { ItemProps } from './types.js';
1
+ import type { ItemProps } from './types';
2
2
  declare const Item: import("svelte").Component<ItemProps, {}, "ref">;
3
3
  type Item = ReturnType<typeof Item>;
4
4
  export default Item;
@@ -1,4 +1,4 @@
1
- import type { ItemMediaProps } from '../types.js';
1
+ import type { ItemMediaProps } from '../types';
2
2
  declare const Media: import("svelte").Component<ItemMediaProps, {}, "ref">;
3
3
  type Media = ReturnType<typeof Media>;
4
4
  export default Media;
@@ -1,4 +1,4 @@
1
- import { Separator } from '../../Separator/index.js';
1
+ import { Separator } from '../../Separator';
2
2
  declare const Separator: any;
3
3
  type Separator = ReturnType<typeof Separator>;
4
4
  export default Separator;
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  declare const Title: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
4
  type Title = ReturnType<typeof Title>;
5
5
  export default Title;
@@ -1,13 +1,13 @@
1
1
  export declare const Item: {
2
- Root: import("svelte").Component<import("./types.js").ItemProps, {}, "ref">;
3
- Group: import("svelte").Component<import("../../types.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
2
+ Root: import("svelte").Component<import("./types").ItemProps, {}, "ref">;
3
+ Group: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
4
  Separator: any;
5
- Header: import("svelte").Component<import("../../types.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
6
- Footer: import("svelte").Component<import("../../types.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
7
- Content: import("svelte").Component<import("../../types.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
8
- Title: import("svelte").Component<import("../../types.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
9
- Description: import("svelte").Component<import("../../types.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLParagraphElement>>, {}, "ref">;
10
- Actions: import("svelte").Component<import("../../types.js").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
11
- Media: import("svelte").Component<import("./types.js").ItemMediaProps, {}, "ref">;
5
+ Header: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
6
+ Footer: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
7
+ Content: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
8
+ Title: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
9
+ Description: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLParagraphElement>>, {}, "ref">;
10
+ Actions: import("svelte").Component<import("../../types").WithElementRef<import("svelte/elements").HTMLAttributes<HTMLDivElement>>, {}, "ref">;
11
+ Media: import("svelte").Component<import("./types").ItemMediaProps, {}, "ref">;
12
12
  };
13
- export type * from './types.js';
13
+ export type * from './types';
@@ -1,4 +1,4 @@
1
- import type { ItemMediaVariant, ItemSize, ItemVariant } from './types.js';
1
+ import type { ItemMediaVariant, ItemSize, ItemVariant } from './types';
2
2
  export declare const item: string;
3
3
  export declare const itemVariants: Record<ItemVariant, string>;
4
4
  export declare const itemSizes: Record<ItemSize, string>;
@@ -1,6 +1,6 @@
1
1
  import type { Snippet } from 'svelte';
2
2
  import type { HTMLAttributes } from 'svelte/elements';
3
- import type { WithElementRef } from '../../types.js';
3
+ import type { WithElementRef } from '~/types';
4
4
  export type ItemVariant = 'default' | 'outline' | 'muted';
5
5
  export type ItemSize = 'default' | 'small';
6
6
  export interface ItemProps extends WithElementRef<HTMLAttributes<HTMLDivElement>> {
@@ -1,4 +1,4 @@
1
- import type { ImageProps } from './types.js';
1
+ import type { ImageProps } from './types';
2
2
  declare const Image: import("svelte").Component<ImageProps, {}, "">;
3
3
  type Image = ReturnType<typeof Image>;
4
4
  export default Image;
@@ -1,3 +1,3 @@
1
1
  import Image from './Image.svelte';
2
- import type { ImageProps } from './types.js';
2
+ import type { ImageProps } from './types';
3
3
  export { Image, type ImageProps };
@@ -1,4 +1,4 @@
1
- import type { PlaceholderSize } from '../types.js';
1
+ import type { PlaceholderSize } from '../types';
2
2
  declare const _default: {
3
3
  wrapper: string;
4
4
  sizes: Record<PlaceholderSize, string>;
@@ -1,4 +1,4 @@
1
- import type { PlaceholderSize } from '../types.js';
1
+ import type { PlaceholderSize } from '../types';
2
2
  export type ImageProps = {
3
3
  class?: string;
4
4
  size?: PlaceholderSize;
@@ -55,7 +55,7 @@ function Placeholder($$anchor, $$props) {
55
55
  var node_2 = $.sibling(node_1, 2);
56
56
  var consequent_1 = ($$anchor) => {
57
57
  Typography($$anchor, {
58
- get className() {
58
+ get class() {
59
59
  return __default__.descriptionClass;
60
60
  },
61
61
  component: "div",
@@ -1,4 +1,4 @@
1
- import type { PlaceholderProps } from './types.js';
1
+ import type { PlaceholderProps } from './types';
2
2
  declare const Placeholder: import("svelte").Component<PlaceholderProps, {}, "">;
3
3
  type Placeholder = ReturnType<typeof Placeholder>;
4
4
  export default Placeholder;
@@ -1,4 +1,4 @@
1
- import type { PlaceholderSize } from './types.js';
1
+ import type { PlaceholderSize } from './types';
2
2
  export declare const SIZE: Record<PlaceholderSize, PlaceholderSize>;
3
3
  export declare const IMAGE_WIDTH: {
4
4
  [SIZE.small]: string;
@@ -1,2 +1,2 @@
1
1
  export { default as Placeholder } from './Placeholder.svelte';
2
- export type { PlaceholderProps, PlaceholderSize } from './types.js';
2
+ export type { PlaceholderProps, PlaceholderSize } from './types';
@@ -1,4 +1,4 @@
1
- import type { PlaceholderSize } from './types.js';
1
+ import type { PlaceholderSize } from './types';
2
2
  declare const _default: {
3
3
  wrapper: string;
4
4
  sizes: Record<PlaceholderSize, string>;
@@ -1,4 +1,4 @@
1
- import type { PopoverContentProps } from '../types.js';
1
+ import type { PopoverContentProps } from '../types';
2
2
  declare const PopoverContent: import("svelte").Component<PopoverContentProps, {}, "ref">;
3
3
  type PopoverContent = ReturnType<typeof PopoverContent>;
4
4
  export default PopoverContent;
@@ -1,8 +1,8 @@
1
1
  export declare const Popover: {
2
2
  Root: import("svelte").Component<import("bits-ui").PopoverRootPropsWithoutHTML, {}, "open">;
3
- Content: import("svelte").Component<import("./types.js").PopoverContentProps, {}, "ref">;
3
+ Content: import("svelte").Component<import("./types").PopoverContentProps, {}, "ref">;
4
4
  Trigger: import("svelte").Component<import("bits-ui").DatePickerTriggerProps, {}, "ref">;
5
5
  Close: import("svelte").Component<import("bits-ui").DatePickerCloseProps, {}, "ref">;
6
6
  Portal: import("svelte").Component<import("bits-ui").PortalProps, {}, "">;
7
7
  };
8
- export type * from './types.js';
8
+ export type * from './types';
@@ -1,5 +1,5 @@
1
1
  import type { Popover as PopoverPrimitive } from 'bits-ui';
2
- import type { WithoutChildrenOrChild } from '../../types.js';
2
+ import type { WithoutChildrenOrChild } from '~/types';
3
3
  export type PopoverProps = PopoverPrimitive.RootProps;
4
4
  export type PopoverTriggerProps = PopoverPrimitive.TriggerProps;
5
5
  export type PopoverCloseProps = PopoverPrimitive.CloseProps;
@@ -1,4 +1,4 @@
1
- import type { RangeInputProps } from './types.js';
1
+ import type { RangeInputProps } from './types';
2
2
  declare const RangeInput: import("svelte").Component<RangeInputProps, {}, "ref" | "minValue" | "maxValue" | "minInputRef" | "maxInputRef">;
3
3
  type RangeInput = ReturnType<typeof RangeInput>;
4
4
  export default RangeInput;
@@ -1,2 +1,2 @@
1
1
  export { default as RangeInput } from './RangeInput.svelte';
2
- export type * from './types.js';
2
+ export type * from './types';
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  export type RangeInputSize = 'small' | 'medium' | 'large';
4
4
  export interface RangeInputProps extends WithElementRef<HTMLAttributes<HTMLDivElement>> {
5
5
  minValue?: number;
@@ -1,7 +1,7 @@
1
1
  import { Select as SelectPrimitive } from 'bits-ui';
2
2
  import type { ComponentProps } from 'svelte';
3
- import type { WithoutChild, WithoutChildrenOrChild } from '../../../types.js';
4
- import { Portal } from '../Portal/index.js';
3
+ import type { WithoutChild, WithoutChildrenOrChild } from '~/types';
4
+ import { Portal } from '../Portal';
5
5
  type $$ComponentProps = WithoutChild<SelectPrimitive.ContentProps> & {
6
6
  portalProps?: WithoutChildrenOrChild<ComponentProps<typeof Portal>>;
7
7
  };
@@ -1,5 +1,5 @@
1
1
  import type { HTMLAttributes } from 'svelte/elements';
2
- import type { WithElementRef } from '../../../types.js';
2
+ import type { WithElementRef } from '~/types';
3
3
  declare const Label: import("svelte").Component<WithElementRef<HTMLAttributes<HTMLDivElement>>, {}, "ref">;
4
4
  type Label = ReturnType<typeof Label>;
5
5
  export default Label;
@@ -1,3 +1,4 @@
1
+ import Separator from "../../Separator/Separator.js";
1
2
  import __default__ from "./styles.css.js";
2
3
  import "svelte/internal/disclose-version";
3
4
  import * as $ from "svelte/internal/client";
@@ -14,7 +15,7 @@ function Separator_1($$anchor, $$props) {
14
15
  ]);
15
16
  {
16
17
  let $0 = $.derived(() => [__default__.separator, $$props.class]);
17
- Separator_1($$anchor, $.spread_props({
18
+ Separator($$anchor, $.spread_props({
18
19
  "data-slot": "select-separator",
19
20
  get class() {
20
21
  return $.get($0);
@@ -1,4 +1,4 @@
1
- import { Separator } from './index.js';
1
+ import { Separator } from '../../Separator';
2
2
  declare const Separator: import("svelte").Component<import("bits-ui").SeparatorRootProps, {}, "ref">;
3
3
  type Separator = ReturnType<typeof Separator>;
4
4
  export default Separator;
@@ -1,5 +1,5 @@
1
1
  import { Select as SelectPrimitive } from 'bits-ui';
2
- import type { WithoutChild } from '../../../types.js';
2
+ import type { WithoutChild } from '~/types';
3
3
  type $$ComponentProps = WithoutChild<SelectPrimitive.TriggerProps> & {
4
4
  size?: 'sm' | 'default';
5
5
  };