tera-system-ui 0.0.90 → 0.1.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 (107) hide show
  1. package/dist/components/accordion/components/AccordionContent.svelte.d.ts +1 -0
  2. package/dist/components/accordion/components/AccordionItem.svelte.d.ts +1 -0
  3. package/dist/components/accordion/components/AccordionTrigger.svelte.d.ts +5 -3
  4. package/dist/components/accordion/index.d.ts +5 -0
  5. package/dist/components/accordion/index.js +1 -2
  6. package/dist/components/avatar/Avatar.svelte.d.ts +1 -0
  7. package/dist/components/brand-logo/BrandLogo.svelte.d.ts +1 -0
  8. package/dist/components/button/Button.svelte.d.ts +4 -2
  9. package/dist/components/checkbox/Checkbox.svelte +2 -1
  10. package/dist/components/checkbox/Checkbox.svelte.d.ts +1 -0
  11. package/dist/components/combobox/Combobox.svelte.d.ts +1 -0
  12. package/dist/components/command/command.scss +31 -15
  13. package/dist/components/command/components/Command.svelte.d.ts +1 -0
  14. package/dist/components/command/components/CommandEmpty.svelte.d.ts +1 -0
  15. package/dist/components/command/components/CommandGroup.svelte.d.ts +1 -0
  16. package/dist/components/command/components/CommandInput.svelte.d.ts +6 -5
  17. package/dist/components/command/components/CommandItem.svelte.d.ts +1 -0
  18. package/dist/components/command/components/CommandList.svelte.d.ts +4 -3
  19. package/dist/components/command/components/CommandLoading.svelte.d.ts +1 -0
  20. package/dist/components/command/components/CommandSeparator.svelte.d.ts +1 -0
  21. package/dist/components/dialog/Dialog.svelte.d.ts +1 -0
  22. package/dist/components/dialog/dialog.scss +13 -6
  23. package/dist/components/dropdown-menu/components/DropdownMenu.svelte.d.ts +1 -0
  24. package/dist/components/dropdown-menu/components/DropdownMenuGroup.svelte.d.ts +4 -3
  25. package/dist/components/dropdown-menu/components/DropdownMenuHeader.svelte.d.ts +4 -3
  26. package/dist/components/dropdown-menu/components/DropdownMenuItem.svelte.d.ts +1 -0
  27. package/dist/components/dropdown-menu/components/DropdownMenuSeparator.svelte.d.ts +4 -3
  28. package/dist/components/header/Header.svelte.d.ts +1 -0
  29. package/dist/components/header/header.scss +3 -3
  30. package/dist/components/icons/IconArrowBigRightFilled.svelte +2 -1
  31. package/dist/components/icons/IconArrowBigRightFilled.svelte.d.ts +2 -1
  32. package/dist/components/icons/IconBook.svelte +1 -1
  33. package/dist/components/icons/IconBook.svelte.d.ts +2 -1
  34. package/dist/components/icons/IconBookmarkPlus.svelte +1 -1
  35. package/dist/components/icons/IconBookmarkPlus.svelte.d.ts +2 -1
  36. package/dist/components/icons/IconCalculator.svelte +1 -1
  37. package/dist/components/icons/IconCalculator.svelte.d.ts +2 -1
  38. package/dist/components/icons/IconCheck.svelte +1 -1
  39. package/dist/components/icons/IconCheck.svelte.d.ts +2 -1
  40. package/dist/components/icons/IconChevronDown.svelte +1 -1
  41. package/dist/components/icons/IconChevronDown.svelte.d.ts +2 -1
  42. package/dist/components/icons/IconCoin.svelte +1 -1
  43. package/dist/components/icons/IconCoin.svelte.d.ts +2 -1
  44. package/dist/components/icons/IconCoinConvert.svelte +0 -1
  45. package/dist/components/icons/IconCoinConvert.svelte.d.ts +1 -0
  46. package/dist/components/icons/IconCopy.svelte +1 -1
  47. package/dist/components/icons/IconCopy.svelte.d.ts +2 -1
  48. package/dist/components/icons/IconCopyCheckFilled.svelte +1 -1
  49. package/dist/components/icons/IconCopyCheckFilled.svelte.d.ts +2 -1
  50. package/dist/components/icons/IconHamburger.svelte +1 -1
  51. package/dist/components/icons/IconHamburger.svelte.d.ts +1 -0
  52. package/dist/components/icons/IconLanguage.svelte +1 -1
  53. package/dist/components/icons/IconLanguage.svelte.d.ts +2 -1
  54. package/dist/components/icons/IconLoader2.svelte +1 -1
  55. package/dist/components/icons/IconLoader2.svelte.d.ts +2 -1
  56. package/dist/components/icons/IconLogout.svelte +1 -1
  57. package/dist/components/icons/IconLogout.svelte.d.ts +2 -1
  58. package/dist/components/icons/IconMoon.svelte +1 -1
  59. package/dist/components/icons/IconMoon.svelte.d.ts +1 -0
  60. package/dist/components/icons/IconPointFilled.svelte +1 -1
  61. package/dist/components/icons/IconPointFilled.svelte.d.ts +2 -1
  62. package/dist/components/icons/IconSearch.svelte +1 -1
  63. package/dist/components/icons/IconSearch.svelte.d.ts +2 -1
  64. package/dist/components/icons/IconSettings.svelte +1 -1
  65. package/dist/components/icons/IconSettings.svelte.d.ts +2 -1
  66. package/dist/components/icons/IconSun.svelte +1 -1
  67. package/dist/components/icons/IconSun.svelte.d.ts +1 -0
  68. package/dist/components/icons/IconSwitchHorizontal.svelte +1 -1
  69. package/dist/components/icons/IconSwitchHorizontal.svelte.d.ts +2 -1
  70. package/dist/components/icons/IconSwitchVertical.svelte +1 -1
  71. package/dist/components/icons/IconSwitchVertical.svelte.d.ts +2 -1
  72. package/dist/components/icons/IconTransform.svelte +1 -1
  73. package/dist/components/icons/IconTransform.svelte.d.ts +2 -1
  74. package/dist/components/icons/IconX.svelte +1 -1
  75. package/dist/components/icons/IconX.svelte.d.ts +2 -1
  76. package/dist/components/input/Input.svelte.d.ts +1 -0
  77. package/dist/components/label/Label.svelte.d.ts +1 -0
  78. package/dist/components/language-picker-button/LanguagePickerButton.svelte +4 -7
  79. package/dist/components/language-picker-button/LanguagePickerButton.svelte.d.ts +4 -2
  80. package/dist/components/light-dark-toggle/LightDarkToggle.svelte.d.ts +1 -0
  81. package/dist/components/popover/Popover.svelte.d.ts +1 -0
  82. package/dist/components/popover-responsive/PopoverResponsive.svelte.d.ts +4 -2
  83. package/dist/components/select/Select.svelte.d.ts +1 -0
  84. package/dist/components/select/select.scss +2 -1
  85. package/dist/components/side-navigation/SideNavigation.svelte.d.ts +1 -0
  86. package/dist/components/side-navigation/SideNavigationItem.svelte.d.ts +5 -4
  87. package/dist/components/side-navigation/SideNavigationLayout.svelte.d.ts +3 -2
  88. package/dist/components/side-navigation/sidenav.scss +15 -12
  89. package/dist/components/slider/Slider.svelte +2 -53
  90. package/dist/components/slider/Slider.svelte.d.ts +1 -0
  91. package/dist/components/star-rating/StarRating.svelte +18 -22
  92. package/dist/components/star-rating/StarRating.svelte.d.ts +1 -0
  93. package/dist/components/switch/Switch.svelte.d.ts +1 -0
  94. package/dist/components/tabs/components/Tabs.svelte.d.ts +1 -0
  95. package/dist/components/tabs/components/TabsContent.svelte +4 -4
  96. package/dist/components/tabs/components/TabsContent.svelte.d.ts +5 -4
  97. package/dist/components/tabs/components/TabsItem.svelte +2 -3
  98. package/dist/components/tabs/components/TabsItem.svelte.d.ts +5 -4
  99. package/dist/components/tabs/components/TabsList.svelte.d.ts +4 -3
  100. package/dist/components/tera-ui-context/TeraUiContext.svelte.d.ts +1 -0
  101. package/dist/components/text-area/TextArea.svelte.d.ts +1 -0
  102. package/dist/components/user-avatar-with-menu/UserAvatarWithMenu.svelte +1 -1
  103. package/dist/components/user-avatar-with-menu/UserAvatarWithMenu.svelte.d.ts +1 -0
  104. package/dist/themes/tera-ui-base.css +320 -135
  105. package/dist/themes/tw-preset.cjs +2 -13
  106. package/dist/themes/tw-preset.d.cts +1 -14
  107. package/package.json +32 -31
@@ -1,3 +1,4 @@
1
1
  import { Accordion as AccordionPrimitive } from "bits-ui";
2
2
  declare const AccordionContent: import("svelte").Component<Omit<AccordionPrimitive.ContentProps, "child">, {}, "ref">;
3
+ type AccordionContent = ReturnType<typeof AccordionContent>;
3
4
  export default AccordionContent;
@@ -1,3 +1,4 @@
1
1
  import { Accordion as AccordionPrimitive } from "bits-ui";
2
2
  declare const AccordionItem: import("svelte").Component<AccordionPrimitive.ItemProps, {}, "ref">;
3
+ type AccordionItem = ReturnType<typeof AccordionItem>;
3
4
  export default AccordionItem;
@@ -1,5 +1,7 @@
1
- import { Accordion as AccordionPrimitive } from "bits-ui";
2
- declare const AccordionTrigger: import("svelte").Component<Omit<AccordionPrimitive.TriggerProps, "child"> & {
1
+ import { Accordion as AccordionPrimitive, type WithoutChild } from "bits-ui";
2
+ type $$ComponentProps = WithoutChild<AccordionPrimitive.TriggerProps> & {
3
3
  level?: AccordionPrimitive.HeaderProps["level"];
4
- }, {}, "ref">;
4
+ };
5
+ declare const AccordionTrigger: import("svelte").Component<$$ComponentProps, {}, "ref">;
6
+ type AccordionTrigger = ReturnType<typeof AccordionTrigger>;
5
7
  export default AccordionTrigger;
@@ -0,0 +1,5 @@
1
+ import { Accordion } from "bits-ui";
2
+ export { Accordion };
3
+ export { default as AccordionItem } from "./components/AccordionItem.svelte";
4
+ export { default as AccordionContent } from "./components/AccordionContent.svelte";
5
+ export { default as AccordionTrigger } from "./components/AccordionTrigger.svelte";
@@ -1,5 +1,4 @@
1
- import { Accordion as AccordionPrimitive } from "bits-ui";
2
- const Accordion = AccordionPrimitive.Root;
1
+ import { Accordion } from "bits-ui";
3
2
  export { Accordion };
4
3
  export { default as AccordionItem } from "./components/AccordionItem.svelte";
5
4
  export { default as AccordionContent } from "./components/AccordionContent.svelte";
@@ -1,3 +1,4 @@
1
1
  import { type AvatarProps } from "./Avatar";
2
2
  declare const Avatar: import("svelte").Component<AvatarProps, {}, "ref">;
3
+ type Avatar = ReturnType<typeof Avatar>;
3
4
  export default Avatar;
@@ -1,3 +1,4 @@
1
1
  import { type BrandLogoProps } from "./BrandLogo";
2
2
  declare const BrandLogo: import("svelte").Component<BrandLogoProps, {}, "">;
3
+ type BrandLogo = ReturnType<typeof BrandLogo>;
3
4
  export default BrandLogo;
@@ -1,5 +1,7 @@
1
1
  import { type ButtonProps } from "./Button";
2
- declare const Button: import("svelte").Component<ButtonProps & {
2
+ type $$ComponentProps = ButtonProps & {
3
3
  ref: HTMLButtonElement;
4
- }, {}, "ref">;
4
+ };
5
+ declare const Button: import("svelte").Component<$$ComponentProps, {}, "ref">;
6
+ type Button = ReturnType<typeof Button>;
5
7
  export default Button;
@@ -1,7 +1,8 @@
1
1
  <script lang="ts">
2
2
  import { Checkbox as CheckboxPrimitive, type WithoutChildrenOrChild } from "bits-ui";
3
3
  import { cn } from "../../utils";
4
- import {IconCheck, IconMinus} from "@tabler/icons-svelte";
4
+ import IconCheck from "@tabler/icons-svelte/icons/check"
5
+ import IconMinus from "@tabler/icons-svelte/icons/minus"
5
6
 
6
7
  let {
7
8
  ref = $bindable(null),
@@ -1,3 +1,4 @@
1
1
  import { Checkbox as CheckboxPrimitive } from "bits-ui";
2
2
  declare const Checkbox: import("svelte").Component<Omit<Omit<CheckboxPrimitive.RootProps, "child">, "children">, {}, "ref" | "checked" | "indeterminate">;
3
+ type Checkbox = ReturnType<typeof Checkbox>;
3
4
  export default Checkbox;
@@ -1,3 +1,4 @@
1
1
  import { type ComboboxProps } from "./Combobox";
2
2
  declare const Combobox: import("svelte").Component<ComboboxProps, {}, "">;
3
+ type Combobox = ReturnType<typeof Combobox>;
3
4
  export default Combobox;
@@ -1,34 +1,41 @@
1
+ @reference "../../themes/tera-ui-base.css";
2
+
1
3
  [data-cmdk-root] {
2
4
  transition: transform 100ms ease;
3
- @apply max-w-screen-md w-full overflow-hidden ;
5
+ max-width: var(--spacing-screen-md);
6
+ width: 100%;
7
+ overflow: hidden;
4
8
  }
5
9
 
6
- //[data-cmdk-input] {
7
- // @apply border-b border-b-neutral-token-5 rounded-none text-sm;
8
- //}
9
-
10
10
  [data-cmdk-item] {
11
11
  content-visibility: auto;
12
12
 
13
13
  cursor: pointer;
14
- @apply rounded text-base flex items-center gap-2 px-2 py-2.5 text-neutral-token-10;
14
+ border-radius: var(--radius-sm);
15
+ display: flex;
16
+ align-items: center;
17
+ gap: --spacing(2);
18
+ padding-inline: --spacing(2);
19
+ padding-block: --spacing(2.5);
20
+ color: var(--color-neutral-token-10);
15
21
  user-select: none;
16
22
  will-change: background, color;
17
23
  transition: all 150ms ease;
18
24
  transition-property: none;
19
25
 
20
26
  &[data-selected='true'] {
21
- @apply bg-neutral-token-4 text-neutral-token-13;
27
+ background: var(--color-neutral-token-4);
28
+ color: var(--color-neutral-token-13);
22
29
  }
23
30
 
24
31
  &[data-disabled='true'] {
25
- @apply text-neutral-token-7;
32
+ color: var(--color-neutral-token-7);
26
33
  cursor: not-allowed;
27
34
  }
28
35
 
29
36
  &:active {
30
37
  transition-property: background;
31
- @apply active:bg-neutral-token-5;
38
+ background: var(--color-neutral-token-5);
32
39
  }
33
40
 
34
41
  //& + [data-cmdk-item] {
@@ -48,26 +55,35 @@
48
55
  overscroll-behavior: contain;
49
56
  transition: 100ms ease;
50
57
  transition-property: height;
51
- @apply my-2 px-2;
52
-
58
+ margin-block: --spacing(2);
59
+ padding-inline: --spacing(2);
53
60
  }
54
61
 
55
62
  [data-cmdk-separator] {
56
63
  height: 1px;
57
64
  width: 100%;
58
65
  margin: 4px 0;
59
- @apply bg-neutral-token-5;
66
+ background: var(--color-neutral-token-5);
60
67
  }
61
68
 
62
69
  *:not([hidden]) + [data-cmdk-group] {
63
- @apply mt-2;
70
+ margin-top: --spacing(2);
64
71
  }
65
72
 
66
73
  [data-cmdk-group-heading] {
67
74
  user-select: none;
68
- @apply text-xs text-neutral-token-9 flex py-1 px-2;
75
+ font-size: var(--text-xs);
76
+ color: var(--color-neutral-token-9);
77
+ display: flex;
78
+ padding-block: --spacing(1);
79
+ padding-inline: --spacing(2);
69
80
  }
70
81
 
71
82
  [data-cmdk-empty] {
72
- @apply grid place-content-center text-sm text-neutral-token-8 whitespace-pre-wrap h-12;
83
+ display: grid;
84
+ place-content: center;
85
+ font-size: var(--text-sm);
86
+ color: var(--color-neutral-token-8);
87
+ height: --spacing(12);
88
+ white-space: pre-wrap;
73
89
  }
@@ -1,2 +1,3 @@
1
1
  declare const Command: import("svelte").Component<any, {}, "">;
2
+ type Command = ReturnType<typeof Command>;
2
3
  export default Command;
@@ -1,2 +1,3 @@
1
1
  declare const CommandEmpty: import("svelte").Component<any, {}, "">;
2
+ type CommandEmpty = ReturnType<typeof CommandEmpty>;
2
3
  export default CommandEmpty;
@@ -1,2 +1,3 @@
1
1
  declare const CommandGroup: import("svelte").Component<any, {}, "">;
2
+ type CommandGroup = ReturnType<typeof CommandGroup>;
2
3
  export default CommandGroup;
@@ -1,7 +1,8 @@
1
- declare const CommandInput: import("svelte").Component<{
2
- el?: HTMLInputElement;
3
- asChild?: boolean;
4
- } & import("svelte/elements.js").HTMLInputAttributes & {
1
+ import type { InputProps } from '../types.js';
2
+ type $$Props = InputProps;
3
+ type $$ComponentProps = $$Props & {
5
4
  el?: HTMLElement;
6
- }, {}, "value">;
5
+ };
6
+ declare const CommandInput: import("svelte").Component<$$ComponentProps, {}, "value">;
7
+ type CommandInput = ReturnType<typeof CommandInput>;
7
8
  export default CommandInput;
@@ -1,2 +1,3 @@
1
1
  declare const CommandItem: import("svelte").Component<any, {}, "">;
2
+ type CommandItem = ReturnType<typeof CommandItem>;
2
3
  export default CommandItem;
@@ -1,5 +1,6 @@
1
1
  declare const CommandList: import("svelte").Component<{
2
- children: unknown;
3
- el: unknown;
4
- } & Record<string, unknown>, {}, "">;
2
+ children: any;
3
+ el: any;
4
+ } & Record<string, any>, {}, "">;
5
+ type CommandList = ReturnType<typeof CommandList>;
5
6
  export default CommandList;
@@ -1,2 +1,3 @@
1
1
  declare const CommandLoading: import("svelte").Component<any, {}, "">;
2
+ type CommandLoading = ReturnType<typeof CommandLoading>;
2
3
  export default CommandLoading;
@@ -1,2 +1,3 @@
1
1
  declare const CommandSeparator: import("svelte").Component<any, {}, "">;
2
+ type CommandSeparator = ReturnType<typeof CommandSeparator>;
2
3
  export default CommandSeparator;
@@ -1,4 +1,5 @@
1
1
  import { type DialogProps } from "./Dialog";
2
2
  import './dialog.scss';
3
3
  declare const Dialog: import("svelte").Component<DialogProps, {}, "ref" | "open">;
4
+ type Dialog = ReturnType<typeof Dialog>;
4
5
  export default Dialog;
@@ -1,3 +1,6 @@
1
+ @reference "../../themes/tera-ui-base.css";
2
+
3
+
1
4
  .dialog-box {
2
5
  max-height: min(calc(100svh - 1rem), 55rem);
3
6
  overflow-y: auto;
@@ -5,8 +8,11 @@
5
8
  display: grid;
6
9
  grid-template-rows: auto 1fr auto;
7
10
  width: 100%;
8
- @apply bg-neutral-token-1 relative top-0 left-0 bottom-0;
9
-
11
+ background: var(--color-neutral-token-1);
12
+ position: relative;
13
+ top: 0;
14
+ left: 0;
15
+ bottom: 0;
10
16
  main {
11
17
  overflow: auto;
12
18
  }
@@ -42,7 +48,7 @@ dialog {
42
48
  &[size="full"] {
43
49
  width: 100vw;
44
50
  max-width: 100vw;
45
- @apply rounded-none;
51
+ border-radius: 0;
46
52
  }
47
53
  &[size="auto"] {
48
54
  width: fit-content;
@@ -52,13 +58,13 @@ dialog {
52
58
  }
53
59
 
54
60
  dialog[open] {
55
- @apply inline-flex;
61
+ display: inline-flex;
56
62
  }
57
63
 
58
64
  dialog {
59
65
  --transition-duration: 0.2s;
60
66
  transform: translateY(0px);
61
-
67
+ margin: auto;
62
68
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
63
69
 
64
70
  &[data-position="top"] {
@@ -175,6 +181,7 @@ dialog {
175
181
  }
176
182
 
177
183
  dialog::backdrop {
178
- @apply backdrop-blur-[0.2rem] bg-neutral-token-13/20;
184
+ backdrop-filter: blur(0.2rem);
185
+ background: --alpha(var(--color-neutral-token-13) / 20%);
179
186
  transition: opacity var(--transition-duration) ease-out;
180
187
  }
@@ -1,3 +1,4 @@
1
1
  import { type DropdownMenuProps } from "../DropdownMenu";
2
2
  declare const DropdownMenu: import("svelte").Component<DropdownMenuProps, {}, "open">;
3
+ type DropdownMenu = ReturnType<typeof DropdownMenu>;
3
4
  export default DropdownMenu;
@@ -1,5 +1,6 @@
1
1
  declare const DropdownMenuGroup: import("svelte").Component<{
2
- children: unknown;
3
- class: unknown;
4
- } & Record<string, unknown>, {}, "">;
2
+ children: any;
3
+ class: any;
4
+ } & Record<string, any>, {}, "">;
5
+ type DropdownMenuGroup = ReturnType<typeof DropdownMenuGroup>;
5
6
  export default DropdownMenuGroup;
@@ -1,5 +1,6 @@
1
1
  declare const DropdownMenuHeader: import("svelte").Component<{
2
- children: unknown;
3
- class: unknown;
4
- } & Record<string, unknown>, {}, "">;
2
+ children: any;
3
+ class: any;
4
+ } & Record<string, any>, {}, "">;
5
+ type DropdownMenuHeader = ReturnType<typeof DropdownMenuHeader>;
5
6
  export default DropdownMenuHeader;
@@ -1,2 +1,3 @@
1
1
  declare const DropdownMenuItem: import("svelte").Component<DropdownMenuItemProps, {}, "">;
2
+ type DropdownMenuItem = ReturnType<typeof DropdownMenuItem>;
2
3
  export default DropdownMenuItem;
@@ -1,5 +1,6 @@
1
1
  declare const DropdownMenuSeparator: import("svelte").Component<{
2
- children: unknown;
3
- class: unknown;
4
- } & Record<string, unknown>, {}, "">;
2
+ children: any;
3
+ class: any;
4
+ } & Record<string, any>, {}, "">;
5
+ type DropdownMenuSeparator = ReturnType<typeof DropdownMenuSeparator>;
5
6
  export default DropdownMenuSeparator;
@@ -1,4 +1,5 @@
1
1
  import { type HeaderProps } from "./Header";
2
2
  import './header.scss';
3
3
  declare const Header: import("svelte").Component<HeaderProps, {}, "">;
4
+ type Header = ReturnType<typeof Header>;
4
5
  export default Header;
@@ -2,19 +2,19 @@
2
2
  container-type: inline-size;
3
3
 
4
4
  [data-name="brand-logo"] {
5
- @apply h-icon-lg;
5
+ height: var(--spacing-icon-lg);
6
6
  }
7
7
  }
8
8
 
9
9
 
10
- @container (min-width: theme(screens.md)) {
10
+ @container (min-width: theme(--breakpoint-md)) {
11
11
  #header-container {
12
12
  header {
13
13
 
14
14
  }
15
15
 
16
16
  [data-name="brand-logo"] {
17
- @apply h-icon-xl;
17
+ height: var(--spacing-icon-xl);
18
18
  }
19
19
  }
20
20
  }
@@ -1,6 +1,7 @@
1
1
  <script lang="ts">
2
2
  import {type IconsProps, styles} from "./Icons";
3
- import {IconArrowBigRightFilled} from "@tabler/icons-svelte";
3
+ import IconArrowBigRightFilled from "@tabler/icons-svelte/icons/arrow-big-down-filled";
4
+
4
5
 
5
6
  let {children, ...props}: IconsProps = $props();
6
7
 
@@ -1,4 +1,5 @@
1
1
  import { type IconsProps } from "./Icons";
2
- import { IconArrowBigRightFilled } from "@tabler/icons-svelte";
2
+ import IconArrowBigRightFilled from "@tabler/icons-svelte/icons/arrow-big-down-filled";
3
3
  declare const IconArrowBigRightFilled: import("svelte").Component<IconsProps, {}, "">;
4
+ type IconArrowBigRightFilled = ReturnType<typeof IconArrowBigRightFilled>;
4
5
  export default IconArrowBigRightFilled;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import {type IconsProps, styles} from "./Icons";
3
- import {IconBook} from "@tabler/icons-svelte";
3
+ import IconBook from "@tabler/icons-svelte/icons/book";
4
4
 
5
5
  let {children, ...props}: IconsProps = $props();
6
6
 
@@ -1,4 +1,5 @@
1
1
  import { type IconsProps } from "./Icons";
2
- import { IconBook } from "@tabler/icons-svelte";
2
+ import IconBook from "@tabler/icons-svelte/icons/book";
3
3
  declare const IconBook: import("svelte").Component<IconsProps, {}, "">;
4
+ type IconBook = ReturnType<typeof IconBook>;
4
5
  export default IconBook;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import {type IconsProps, styles} from "./Icons";
3
- import {IconBookmarkPlus} from "@tabler/icons-svelte";
3
+ import IconBookmarkPlus from "@tabler/icons-svelte/icons/bookmark-plus";
4
4
 
5
5
  let {children, ...props}: IconsProps = $props();
6
6
 
@@ -1,4 +1,5 @@
1
1
  import { type IconsProps } from "./Icons";
2
- import { IconBookmarkPlus } from "@tabler/icons-svelte";
2
+ import IconBookmarkPlus from "@tabler/icons-svelte/icons/bookmark-plus";
3
3
  declare const IconBookmarkPlus: import("svelte").Component<IconsProps, {}, "">;
4
+ type IconBookmarkPlus = ReturnType<typeof IconBookmarkPlus>;
4
5
  export default IconBookmarkPlus;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import {type IconsProps, styles} from "./Icons";
3
- import {IconCalculator} from "@tabler/icons-svelte";
3
+ import IconCalculator from "@tabler/icons-svelte/icons/calculator";
4
4
 
5
5
  let {children, ...props}: IconsProps = $props();
6
6
 
@@ -1,4 +1,5 @@
1
1
  import { type IconsProps } from "./Icons";
2
- import { IconCalculator } from "@tabler/icons-svelte";
2
+ import IconCalculator from "@tabler/icons-svelte/icons/calculator";
3
3
  declare const IconCalculator: import("svelte").Component<IconsProps, {}, "">;
4
+ type IconCalculator = ReturnType<typeof IconCalculator>;
4
5
  export default IconCalculator;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import {type IconsProps, styles} from "./Icons";
3
- import {IconCheck} from "@tabler/icons-svelte";
3
+ import IconCheck from "@tabler/icons-svelte/icons/check";
4
4
 
5
5
  let {children, ...props}: IconsProps = $props();
6
6
 
@@ -1,4 +1,5 @@
1
1
  import { type IconsProps } from "./Icons";
2
- import { IconCheck } from "@tabler/icons-svelte";
2
+ import IconCheck from "@tabler/icons-svelte/icons/check";
3
3
  declare const IconCheck: import("svelte").Component<IconsProps, {}, "">;
4
+ type IconCheck = ReturnType<typeof IconCheck>;
4
5
  export default IconCheck;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import {type IconsProps, styles} from "./Icons";
3
- import {IconChevronDown} from "@tabler/icons-svelte";
3
+ import IconChevronDown from "@tabler/icons-svelte/icons/chevron-down";
4
4
 
5
5
  let {children, ...props}: IconsProps = $props();
6
6
 
@@ -1,4 +1,5 @@
1
1
  import { type IconsProps } from "./Icons";
2
- import { IconChevronDown } from "@tabler/icons-svelte";
2
+ import IconChevronDown from "@tabler/icons-svelte/icons/chevron-down";
3
3
  declare const IconChevronDown: import("svelte").Component<IconsProps, {}, "">;
4
+ type IconChevronDown = ReturnType<typeof IconChevronDown>;
4
5
  export default IconChevronDown;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import {type IconsProps, styles} from "./Icons";
3
- import {IconCoin} from "@tabler/icons-svelte";
3
+ import IconCoin from "@tabler/icons-svelte/icons/coin";
4
4
 
5
5
  let {children, ...props}: IconsProps = $props();
6
6
 
@@ -1,4 +1,5 @@
1
1
  import { type IconsProps } from "./Icons";
2
- import { IconCoin } from "@tabler/icons-svelte";
2
+ import IconCoin from "@tabler/icons-svelte/icons/coin";
3
3
  declare const IconCoin: import("svelte").Component<IconsProps, {}, "">;
4
+ type IconCoin = ReturnType<typeof IconCoin>;
4
5
  export default IconCoin;
@@ -1,6 +1,5 @@
1
1
  <script lang="ts">
2
2
  import {type IconsProps, styles} from "./Icons";
3
- import {IconCoin} from "@tabler/icons-svelte";
4
3
 
5
4
  let {children, ...props}: IconsProps = $props();
6
5
 
@@ -1,3 +1,4 @@
1
1
  import { type IconsProps } from "./Icons";
2
2
  declare const IconCoinConvert: import("svelte").Component<IconsProps, {}, "">;
3
+ type IconCoinConvert = ReturnType<typeof IconCoinConvert>;
3
4
  export default IconCoinConvert;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import {type IconsProps, styles} from "./Icons";
3
- import {IconCopy} from "@tabler/icons-svelte";
3
+ import IconCopy from "@tabler/icons-svelte/icons/copy";
4
4
 
5
5
  let {children, ...props}: IconsProps = $props();
6
6
 
@@ -1,4 +1,5 @@
1
1
  import { type IconsProps } from "./Icons";
2
- import { IconCopy } from "@tabler/icons-svelte";
2
+ import IconCopy from "@tabler/icons-svelte/icons/copy";
3
3
  declare const IconCopy: import("svelte").Component<IconsProps, {}, "">;
4
+ type IconCopy = ReturnType<typeof IconCopy>;
4
5
  export default IconCopy;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import {type IconsProps, styles} from "./Icons";
3
- import {IconCopyCheckFilled} from "@tabler/icons-svelte";
3
+ import IconCopyCheckFilled from "@tabler/icons-svelte/icons/copy-check-filled";
4
4
 
5
5
  let {children, ...props}: IconsProps = $props();
6
6
 
@@ -1,4 +1,5 @@
1
1
  import { type IconsProps } from "./Icons";
2
- import { IconCopyCheckFilled } from "@tabler/icons-svelte";
2
+ import IconCopyCheckFilled from "@tabler/icons-svelte/icons/copy-check-filled";
3
3
  declare const IconCopyCheckFilled: import("svelte").Component<IconsProps, {}, "">;
4
+ type IconCopyCheckFilled = ReturnType<typeof IconCopyCheckFilled>;
4
5
  export default IconCopyCheckFilled;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import {type IconsProps, styles} from "./Icons";
3
- import {IconMenu2} from "@tabler/icons-svelte";
3
+ import IconMenu2 from "@tabler/icons-svelte/icons/menu-2";
4
4
 
5
5
  let {children, ...props}: IconsProps = $props();
6
6
 
@@ -1,3 +1,4 @@
1
1
  import { type IconsProps } from "./Icons";
2
2
  declare const IconHamburger: import("svelte").Component<IconsProps, {}, "">;
3
+ type IconHamburger = ReturnType<typeof IconHamburger>;
3
4
  export default IconHamburger;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import {type IconsProps, styles} from "./Icons";
3
- import {IconLanguage} from "@tabler/icons-svelte";
3
+ import IconLanguage from "@tabler/icons-svelte/icons/language";
4
4
 
5
5
  let {children, ...props}: IconsProps = $props();
6
6
 
@@ -1,4 +1,5 @@
1
1
  import { type IconsProps } from "./Icons";
2
- import { IconLanguage } from "@tabler/icons-svelte";
2
+ import IconLanguage from "@tabler/icons-svelte/icons/language";
3
3
  declare const IconLanguage: import("svelte").Component<IconsProps, {}, "">;
4
+ type IconLanguage = ReturnType<typeof IconLanguage>;
4
5
  export default IconLanguage;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import {type IconsProps, styles} from "./Icons";
3
- import {IconLoader2} from "@tabler/icons-svelte";
3
+ import IconLoader2 from "@tabler/icons-svelte/icons/loader-2";
4
4
 
5
5
  let {children, ...props}: IconsProps = $props();
6
6
 
@@ -1,4 +1,5 @@
1
1
  import { type IconsProps } from "./Icons";
2
- import { IconLoader2 } from "@tabler/icons-svelte";
2
+ import IconLoader2 from "@tabler/icons-svelte/icons/loader-2";
3
3
  declare const IconLoader2: import("svelte").Component<IconsProps, {}, "">;
4
+ type IconLoader2 = ReturnType<typeof IconLoader2>;
4
5
  export default IconLoader2;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import {type IconsProps, styles} from "./Icons";
3
- import {IconLogout} from "@tabler/icons-svelte";
3
+ import IconLogout from "@tabler/icons-svelte/icons/logout";
4
4
 
5
5
  let {children, ...props}: IconsProps = $props();
6
6
 
@@ -1,4 +1,5 @@
1
1
  import { type IconsProps } from "./Icons";
2
- import { IconLogout } from "@tabler/icons-svelte";
2
+ import IconLogout from "@tabler/icons-svelte/icons/logout";
3
3
  declare const IconLogout: import("svelte").Component<IconsProps, {}, "">;
4
+ type IconLogout = ReturnType<typeof IconLogout>;
4
5
  export default IconLogout;
@@ -1,6 +1,6 @@
1
1
  <script lang="ts">
2
2
  import {type IconsProps, styles} from "./Icons";
3
- import {IconMoonStars} from "@tabler/icons-svelte";
3
+ import IconMoonStars from "@tabler/icons-svelte/icons/moon-stars";
4
4
 
5
5
  let {children, ...props}: IconsProps = $props();
6
6