@websline/system-components 1.3.4 → 1.3.6
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.
- package/dist/components/atoms/checkbox/Checkbox.svelte +1 -1
- package/dist/components/atoms/chip/Chip.svelte +4 -3
- package/dist/components/atoms/chip/chip.variants.d.ts +15 -15
- package/dist/components/atoms/chip/chip.variants.js +48 -29
- package/dist/components/atoms/icon/components/AiStars.svelte +29 -0
- package/dist/components/atoms/icon/components/AiStars.svelte.d.ts +33 -0
- package/dist/components/atoms/icon/components/AlignBottom.svelte +27 -0
- package/dist/components/atoms/icon/components/AlignBottom.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/AlignBottomOne.svelte +27 -0
- package/dist/components/atoms/icon/components/AlignBottomOne.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/AlignCenter.svelte +27 -0
- package/dist/components/atoms/icon/components/AlignCenter.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/AlignCenterOne.svelte +27 -0
- package/dist/components/atoms/icon/components/AlignCenterOne.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/AlignLeft.svelte +27 -0
- package/dist/components/atoms/icon/components/AlignLeft.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/AlignMiddle.svelte +27 -0
- package/dist/components/atoms/icon/components/AlignMiddle.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/AlignMiddleOne.svelte +27 -0
- package/dist/components/atoms/icon/components/AlignMiddleOne.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/AlignRight.svelte +27 -0
- package/dist/components/atoms/icon/components/AlignRight.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/AlignRightOne.svelte +27 -0
- package/dist/components/atoms/icon/components/AlignRightOne.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/AlignTop.svelte +27 -0
- package/dist/components/atoms/icon/components/AlignTop.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/AlignTopOne.svelte +27 -0
- package/dist/components/atoms/icon/components/AlignTopOne.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/ArrowDown.svelte +13 -8
- package/dist/components/atoms/icon/components/ArrowUp.svelte +13 -8
- package/dist/components/atoms/icon/components/BoxIn.svelte +27 -0
- package/dist/components/atoms/icon/components/{Unlink.svelte.d.ts → BoxIn.svelte.d.ts} +3 -3
- package/dist/components/atoms/icon/components/BoxOut.svelte +27 -0
- package/dist/components/atoms/icon/components/BoxOut.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/ChevronDoubleLeft.svelte +27 -0
- package/dist/components/atoms/icon/components/ChevronDoubleLeft.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/ChevronDoubleRight.svelte +27 -0
- package/dist/components/atoms/icon/components/ChevronDoubleRight.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Clipboard.svelte +27 -0
- package/dist/components/atoms/icon/components/Clipboard.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Computer.svelte +26 -0
- package/dist/components/atoms/icon/components/Computer.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Connect.svelte +26 -0
- package/dist/components/atoms/icon/components/Connect.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/ConnectCrossed.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/ContactCard.svelte +27 -0
- package/dist/components/atoms/icon/components/ContactCard.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Crop.svelte +27 -0
- package/dist/components/atoms/icon/components/Crop.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Envelope.svelte +27 -0
- package/dist/components/atoms/icon/components/Envelope.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Envelopes.svelte +27 -0
- package/dist/components/atoms/icon/components/Envelopes.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Expand.svelte +27 -0
- package/dist/components/atoms/icon/components/Expand.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Eye.svelte +31 -0
- package/dist/components/atoms/icon/components/Eye.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/EyeCrossed.svelte +36 -0
- package/dist/components/atoms/icon/components/EyeCrossed.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Filter.svelte +27 -0
- package/dist/components/atoms/icon/components/Filter.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/FocalPoint.svelte +26 -0
- package/dist/components/atoms/icon/components/FocalPoint.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/FolderPlus.svelte +27 -0
- package/dist/components/atoms/icon/components/FolderPlus.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Funnel.svelte +26 -0
- package/dist/components/atoms/icon/components/Funnel.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Inbox.svelte +27 -0
- package/dist/components/atoms/icon/components/Inbox.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Intergration.svelte +27 -0
- package/dist/components/atoms/icon/components/Intergration.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/LinkAi.svelte +33 -0
- package/dist/components/atoms/icon/components/LinkAi.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/ListTasks.svelte +27 -0
- package/dist/components/atoms/icon/components/ListTasks.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Lock.svelte +27 -0
- package/dist/components/atoms/icon/components/Lock.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Minus.svelte +27 -0
- package/dist/components/atoms/icon/components/Minus.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/PageEdit.svelte +27 -0
- package/dist/components/atoms/icon/components/PageEdit.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Pages.svelte +33 -0
- package/dist/components/atoms/icon/components/Pages.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Payment.svelte +27 -0
- package/dist/components/atoms/icon/components/Payment.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Pencil.svelte +27 -0
- package/dist/components/atoms/icon/components/Pencil.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Phone.svelte +26 -0
- package/dist/components/atoms/icon/components/Phone.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Plus.svelte +27 -0
- package/dist/components/atoms/icon/components/Plus.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Print.svelte +36 -0
- package/dist/components/atoms/icon/components/Print.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/RefreshCircle.svelte +27 -0
- package/dist/components/atoms/icon/components/RefreshCircle.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Replace.svelte +27 -0
- package/dist/components/atoms/icon/components/Replace.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Report.svelte +27 -0
- package/dist/components/atoms/icon/components/Report.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/SEO.svelte +33 -0
- package/dist/components/atoms/icon/components/SEO.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Shop.svelte +27 -0
- package/dist/components/atoms/icon/components/Shop.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Smartphone.svelte +26 -0
- package/dist/components/atoms/icon/components/Smartphone.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Sort.svelte +27 -0
- package/dist/components/atoms/icon/components/Sort.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Star.svelte +26 -0
- package/dist/components/atoms/icon/components/Star.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/StyleGuide.svelte +38 -0
- package/dist/components/atoms/icon/components/StyleGuide.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Tablet.svelte +26 -0
- package/dist/components/atoms/icon/components/Tablet.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Translate.svelte +27 -0
- package/dist/components/atoms/icon/components/Translate.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/TranslateCrossed.svelte +36 -0
- package/dist/components/atoms/icon/components/TranslateCrossed.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/components/Width.svelte +27 -0
- package/dist/components/atoms/icon/components/Width.svelte.d.ts +41 -0
- package/dist/components/atoms/icon/index.d.ts +6 -774
- package/dist/components/atoms/icon/index.js +43 -87
- package/dist/components/atoms/radio/Radio.svelte +1 -1
- package/dist/components/atoms/switch/Switch.svelte +1 -1
- package/dist/components/atoms/tag/Tag.svelte +47 -0
- package/dist/components/atoms/tag/Tag.svelte.d.ts +73 -0
- package/dist/components/atoms/tag/tag.variants.d.ts +58 -0
- package/dist/components/atoms/tag/tag.variants.js +32 -0
- package/dist/components/molecules/richTextEditor/RichTextEditor.svelte +50 -63
- package/dist/components/molecules/richTextEditor/RichTextEditor.svelte.d.ts +15 -135
- package/dist/components/molecules/richTextEditor/toolbar/RichTextEditorToolbar.svelte +10 -11
- package/dist/components/molecules/richTextEditor/toolbar/RichTextEditorToolbar.svelte.d.ts +0 -2
- package/dist/components/molecules/richTextEditor/toolbar/ToolbarBold.svelte +9 -2
- package/dist/components/molecules/richTextEditor/toolbar/ToolbarBold.svelte.d.ts +2 -7
- package/dist/components/molecules/richTextEditor/toolbar/ToolbarColor.svelte +7 -4
- package/dist/components/molecules/richTextEditor/toolbar/ToolbarColor.svelte.d.ts +0 -2
- package/dist/components/molecules/richTextEditor/toolbar/ToolbarItalic.svelte +9 -2
- package/dist/components/molecules/richTextEditor/toolbar/ToolbarItalic.svelte.d.ts +2 -7
- package/dist/components/molecules/richTextEditor/toolbar/ToolbarLink.svelte +11 -2
- package/dist/components/molecules/richTextEditor/toolbar/ToolbarLink.svelte.d.ts +0 -2
- package/dist/components/molecules/richTextEditor/toolbar/ToolbarList.svelte +9 -2
- package/dist/components/molecules/richTextEditor/toolbar/ToolbarList.svelte.d.ts +2 -7
- package/dist/components/molecules/richTextEditor/toolbar/ToolbarListOrdered.svelte +9 -2
- package/dist/components/molecules/richTextEditor/toolbar/ToolbarListOrdered.svelte.d.ts +2 -7
- package/dist/components/molecules/richTextEditor/toolbar/ToolbarRedo.svelte +2 -1
- package/dist/components/molecules/richTextEditor/toolbar/ToolbarRedo.svelte.d.ts +2 -7
- package/dist/components/molecules/richTextEditor/toolbar/ToolbarUnderline.svelte +9 -2
- package/dist/components/molecules/richTextEditor/toolbar/ToolbarUnderline.svelte.d.ts +2 -7
- package/dist/components/molecules/richTextEditor/toolbar/ToolbarUndo.svelte +2 -1
- package/dist/components/molecules/richTextEditor/toolbar/ToolbarUndo.svelte.d.ts +2 -7
- package/dist/components/molecules/selectorCard/SelectorCard.svelte +1 -1
- package/dist/components/molecules/tagSelector/ValueList.svelte +5 -9
- package/dist/components/molecules/toggleGroup/ToggleGroup.svelte +21 -3
- package/dist/components/molecules/toggleGroup/ToggleGroup.svelte.d.ts +16 -0
- package/dist/components/molecules/toggleGroup/ToggleGroupItem.svelte +5 -3
- package/dist/components/molecules/toggleGroup/toggleGroup.variants.d.ts +32 -13
- package/dist/components/molecules/toggleGroup/toggleGroup.variants.js +12 -0
- package/dist/components/molecules/toggleGroup/toggleGroupItem.variants.d.ts +9 -0
- package/dist/components/molecules/toggleGroup/toggleGroupItem.variants.js +8 -5
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
- /package/dist/components/atoms/icon/components/{Unlink.svelte → ConnectCrossed.svelte} +0 -0
|
@@ -35,12 +35,13 @@
|
|
|
35
35
|
<svelte:element
|
|
36
36
|
this={as}
|
|
37
37
|
class={chipVariants({
|
|
38
|
+
class: className,
|
|
39
|
+
clickable,
|
|
38
40
|
color,
|
|
39
|
-
size,
|
|
40
41
|
iconPosition,
|
|
41
|
-
variant,
|
|
42
42
|
selected: clickable && selected,
|
|
43
|
-
|
|
43
|
+
size,
|
|
44
|
+
variant,
|
|
44
45
|
})}
|
|
45
46
|
type={clickable ? "button" : undefined}
|
|
46
47
|
{...rest}>
|
|
@@ -6,17 +6,17 @@ export const chipVariants: import("tailwind-variants").TVReturnType<{
|
|
|
6
6
|
success: string;
|
|
7
7
|
warning: string;
|
|
8
8
|
};
|
|
9
|
-
size: {
|
|
10
|
-
small: string;
|
|
11
|
-
big: string;
|
|
12
|
-
};
|
|
13
9
|
iconPosition: {
|
|
14
10
|
end: string;
|
|
15
11
|
};
|
|
12
|
+
size: {
|
|
13
|
+
big: string;
|
|
14
|
+
small: string;
|
|
15
|
+
};
|
|
16
16
|
variant: {
|
|
17
|
+
dashed: string;
|
|
17
18
|
filled: string;
|
|
18
19
|
outline: string;
|
|
19
|
-
dashed: string;
|
|
20
20
|
};
|
|
21
21
|
}, undefined, string[], {
|
|
22
22
|
color: {
|
|
@@ -26,17 +26,17 @@ export const chipVariants: import("tailwind-variants").TVReturnType<{
|
|
|
26
26
|
success: string;
|
|
27
27
|
warning: string;
|
|
28
28
|
};
|
|
29
|
-
size: {
|
|
30
|
-
small: string;
|
|
31
|
-
big: string;
|
|
32
|
-
};
|
|
33
29
|
iconPosition: {
|
|
34
30
|
end: string;
|
|
35
31
|
};
|
|
32
|
+
size: {
|
|
33
|
+
big: string;
|
|
34
|
+
small: string;
|
|
35
|
+
};
|
|
36
36
|
variant: {
|
|
37
|
+
dashed: string;
|
|
37
38
|
filled: string;
|
|
38
39
|
outline: string;
|
|
39
|
-
dashed: string;
|
|
40
40
|
};
|
|
41
41
|
}, undefined, import("tailwind-variants").TVReturnType<{
|
|
42
42
|
color: {
|
|
@@ -46,16 +46,16 @@ export const chipVariants: import("tailwind-variants").TVReturnType<{
|
|
|
46
46
|
success: string;
|
|
47
47
|
warning: string;
|
|
48
48
|
};
|
|
49
|
-
size: {
|
|
50
|
-
small: string;
|
|
51
|
-
big: string;
|
|
52
|
-
};
|
|
53
49
|
iconPosition: {
|
|
54
50
|
end: string;
|
|
55
51
|
};
|
|
52
|
+
size: {
|
|
53
|
+
big: string;
|
|
54
|
+
small: string;
|
|
55
|
+
};
|
|
56
56
|
variant: {
|
|
57
|
+
dashed: string;
|
|
57
58
|
filled: string;
|
|
58
59
|
outline: string;
|
|
59
|
-
dashed: string;
|
|
60
60
|
};
|
|
61
61
|
}, undefined, string[], unknown, unknown, undefined>>;
|
|
@@ -8,109 +8,128 @@ const chipVariants = tv({
|
|
|
8
8
|
variants: {
|
|
9
9
|
color: {
|
|
10
10
|
default:
|
|
11
|
-
"bg-neutral-
|
|
11
|
+
"bg-neutral-100 text-neutral-900 dark:bg-neutral-700 dark:text-neutral-200",
|
|
12
12
|
primary: "bg-blue-500 text-neutral-100 dark:bg-blue-400",
|
|
13
13
|
error: "bg-red-500 text-neutral-100",
|
|
14
14
|
success: "bg-green-500 text-neutral-100",
|
|
15
15
|
warning: "bg-yellow-500 text-neutral-900",
|
|
16
16
|
},
|
|
17
|
-
size: {
|
|
18
|
-
small: "min-h-[20px] px-2 py-0.5 ui-tag-badge",
|
|
19
|
-
big: "min-h-[28px] px-3 py-1.5 body-small",
|
|
20
|
-
},
|
|
21
17
|
iconPosition: {
|
|
22
18
|
end: "flex-row-reverse",
|
|
23
19
|
},
|
|
20
|
+
size: {
|
|
21
|
+
big: "min-h-[28px] px-3 py-1.5 body-small",
|
|
22
|
+
small: "min-h-[20px] px-2 py-0.5 ui-tag-badge",
|
|
23
|
+
},
|
|
24
24
|
variant: {
|
|
25
|
+
dashed: "border-dashed",
|
|
25
26
|
filled: "border-transparent",
|
|
26
|
-
outline: "
|
|
27
|
-
dashed: "border-dashed bg-transparent dark:bg-transparent",
|
|
27
|
+
outline: "",
|
|
28
28
|
},
|
|
29
29
|
},
|
|
30
30
|
compoundVariants: [
|
|
31
31
|
// Outline || Dashed
|
|
32
|
+
{
|
|
33
|
+
selected: false,
|
|
34
|
+
variant: ["dashed", "outline"],
|
|
35
|
+
class: "bg-transparent dark:bg-transparent",
|
|
36
|
+
},
|
|
32
37
|
{
|
|
33
38
|
color: "default",
|
|
39
|
+
selected: false,
|
|
34
40
|
variant: ["outline", "dashed"],
|
|
35
41
|
class: "border-gray-300 dark:border-gray-700",
|
|
36
42
|
},
|
|
37
43
|
{
|
|
38
44
|
color: "primary",
|
|
45
|
+
selected: false,
|
|
39
46
|
variant: ["outline", "dashed"],
|
|
40
47
|
class:
|
|
41
48
|
"border-blue-500 text-blue-500 dark:border-blue-400 dark:text-neutral-100",
|
|
42
49
|
},
|
|
43
50
|
{
|
|
44
51
|
color: "error",
|
|
52
|
+
selected: false,
|
|
45
53
|
variant: ["outline", "dashed"],
|
|
46
54
|
class: "text-red-500",
|
|
47
55
|
},
|
|
48
56
|
{
|
|
49
57
|
color: "success",
|
|
58
|
+
selected: false,
|
|
50
59
|
variant: ["outline", "dashed"],
|
|
51
60
|
class: "text-green-500",
|
|
52
61
|
},
|
|
53
62
|
{
|
|
54
63
|
color: "warning",
|
|
64
|
+
selected: false,
|
|
55
65
|
variant: ["outline", "dashed"],
|
|
56
66
|
class: "border-yellow-500 text-neutral-900 dark:text-yellow-600",
|
|
57
67
|
},
|
|
58
|
-
|
|
68
|
+
|
|
69
|
+
// Clickable (hover state = selected state, except for default)
|
|
59
70
|
{
|
|
60
|
-
|
|
71
|
+
clickable: true,
|
|
61
72
|
color: "default",
|
|
62
|
-
class: "bg-neutral-
|
|
73
|
+
class: "hover:bg-neutral-200 hover:dark:bg-neutral-900",
|
|
63
74
|
},
|
|
64
75
|
{
|
|
65
|
-
|
|
76
|
+
clickable: true,
|
|
66
77
|
color: "primary",
|
|
67
|
-
class: "bg-blue-600 dark:bg-blue-500",
|
|
78
|
+
class: "hover:bg-blue-600 hover:text-neutral-100 hover:dark:bg-blue-500",
|
|
68
79
|
},
|
|
69
80
|
{
|
|
70
|
-
|
|
81
|
+
clickable: true,
|
|
71
82
|
color: "error",
|
|
72
|
-
class: "bg-red-700",
|
|
83
|
+
class: "hover:bg-red-700 hover:text-neutral-100",
|
|
73
84
|
},
|
|
74
85
|
{
|
|
75
|
-
|
|
86
|
+
clickable: true,
|
|
76
87
|
color: "success",
|
|
77
|
-
class: "bg-green-700",
|
|
88
|
+
class: "hover:bg-green-700 hover:text-neutral-100",
|
|
78
89
|
},
|
|
79
90
|
{
|
|
80
|
-
|
|
91
|
+
clickable: true,
|
|
81
92
|
color: "warning",
|
|
82
|
-
class: "bg-yellow-600",
|
|
93
|
+
class: "hover:bg-yellow-600 hover:text-neutral-900",
|
|
83
94
|
},
|
|
84
|
-
//
|
|
95
|
+
// Clickable & Outline || Dashed
|
|
96
|
+
{
|
|
97
|
+
clickable: true,
|
|
98
|
+
variant: ["dashed", "outline"],
|
|
99
|
+
class: "hover:border-transparent hover:dark:border-transparent",
|
|
100
|
+
},
|
|
101
|
+
|
|
102
|
+
// Selected
|
|
85
103
|
{
|
|
86
104
|
selected: true,
|
|
87
|
-
variant: ["outline", "dashed"],
|
|
88
105
|
color: "default",
|
|
89
|
-
class: "
|
|
106
|
+
class: "bg-neutral-900 text-neutral-100 dark:bg-blue-400",
|
|
90
107
|
},
|
|
91
108
|
{
|
|
92
109
|
selected: true,
|
|
93
|
-
variant: ["outline", "dashed"],
|
|
94
110
|
color: "primary",
|
|
95
|
-
class: "
|
|
111
|
+
class: "bg-blue-600 dark:bg-blue-500",
|
|
96
112
|
},
|
|
97
113
|
{
|
|
98
114
|
selected: true,
|
|
99
|
-
variant: ["outline", "dashed"],
|
|
100
115
|
color: "error",
|
|
101
|
-
class: "
|
|
116
|
+
class: "bg-red-700",
|
|
102
117
|
},
|
|
103
118
|
{
|
|
104
119
|
selected: true,
|
|
105
|
-
variant: ["outline", "dashed"],
|
|
106
120
|
color: "success",
|
|
107
|
-
class: "
|
|
121
|
+
class: "bg-green-700",
|
|
108
122
|
},
|
|
109
123
|
{
|
|
110
124
|
selected: true,
|
|
111
|
-
variant: ["outline", "dashed"],
|
|
112
125
|
color: "warning",
|
|
113
|
-
class: "
|
|
126
|
+
class: "bg-yellow-600",
|
|
127
|
+
},
|
|
128
|
+
// Selected & Outline || Dashed
|
|
129
|
+
{
|
|
130
|
+
selected: true,
|
|
131
|
+
variant: ["dashed", "outline"],
|
|
132
|
+
class: "border-transparent dark:border-transparent",
|
|
114
133
|
},
|
|
115
134
|
],
|
|
116
135
|
});
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
/**
|
|
3
|
+
* @typedef {Object} Props
|
|
4
|
+
* @property {string} [color=""] Icon color
|
|
5
|
+
* @property {number} [height=24] Icon height
|
|
6
|
+
* @property {number} [width=24] Icon width
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
/** @type {Props} */
|
|
10
|
+
let { color, height, width, ...rest } = $props();
|
|
11
|
+
</script>
|
|
12
|
+
|
|
13
|
+
<svg
|
|
14
|
+
{height}
|
|
15
|
+
{width}
|
|
16
|
+
viewBox="0 0 24 24"
|
|
17
|
+
fill="none"
|
|
18
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
19
|
+
{...rest}>
|
|
20
|
+
<path
|
|
21
|
+
d="M9.97051 5.577L10.5728 7.2495C11.2418 9.10575 12.7035 10.5675 14.5598 11.2365L16.2323 11.8388C16.383 11.8935 16.383 12.1073 16.2323 12.1613L14.5598 12.7635C12.7035 13.4325 11.2418 14.8943 10.5728 16.7505L9.97051 18.423C9.91576 18.5738 9.70201 18.5738 9.64801 18.423L9.04576 16.7505C8.37676 14.8943 6.91501 13.4325 5.05876 12.7635L3.38626 12.1613C3.23551 12.1065 3.23551 11.8928 3.38626 11.8388L5.05876 11.2365C6.91501 10.5675 8.37676 9.10575 9.04576 7.2495L9.64801 5.577C9.70201 5.4255 9.91576 5.4255 9.97051 5.577Z"
|
|
22
|
+
fill={color} />
|
|
23
|
+
<path
|
|
24
|
+
d="M17.499 1.55775L17.8043 2.4045C18.1433 3.34425 18.8835 4.0845 19.8233 4.4235L20.67 4.72875C20.7465 4.7565 20.7465 4.8645 20.67 4.89225L19.8233 5.1975C18.8835 5.5365 18.1433 6.27675 17.8043 7.2165L17.499 8.06325C17.4713 8.13975 17.3633 8.13975 17.3355 8.06325L17.0303 7.2165C16.6913 6.27675 15.951 5.5365 15.0113 5.1975L14.1645 4.89225C14.088 4.8645 14.088 4.7565 14.1645 4.72875L15.0113 4.4235C15.951 4.0845 16.6913 3.34425 17.0303 2.4045L17.3355 1.55775C17.3633 1.4805 17.472 1.4805 17.499 1.55775Z"
|
|
25
|
+
fill={color} />
|
|
26
|
+
<path
|
|
27
|
+
d="M17.499 15.9375L17.8043 16.7843C18.1433 17.724 18.8835 18.4643 19.8233 18.8033L20.67 19.1085C20.7465 19.1363 20.7465 19.2443 20.67 19.272L19.8233 19.5773C18.8835 19.9163 18.1433 20.6565 17.8043 21.5963L17.499 22.443C17.4713 22.5195 17.3633 22.5195 17.3355 22.443L17.0303 21.5963C16.6913 20.6565 15.951 19.9163 15.0113 19.5773L14.1645 19.272C14.088 19.2443 14.088 19.1363 14.1645 19.1085L15.0113 18.8033C15.951 18.4643 16.6913 17.724 17.0303 16.7843L17.3355 15.9375C17.3633 15.861 17.472 15.861 17.499 15.9375Z"
|
|
28
|
+
fill={color} />
|
|
29
|
+
</svg>
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export default AiStars;
|
|
2
|
+
type AiStars = {
|
|
3
|
+
$on?(type: string, callback: (e: any) => void): () => void;
|
|
4
|
+
$set?(props: Partial<Props>): void;
|
|
5
|
+
};
|
|
6
|
+
declare const AiStars: import("svelte").Component<{
|
|
7
|
+
/**
|
|
8
|
+
* Icon color
|
|
9
|
+
*/
|
|
10
|
+
color?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Icon height
|
|
13
|
+
*/
|
|
14
|
+
height?: number;
|
|
15
|
+
/**
|
|
16
|
+
* Icon width
|
|
17
|
+
*/
|
|
18
|
+
width?: number;
|
|
19
|
+
}, {}, "">;
|
|
20
|
+
type Props = {
|
|
21
|
+
/**
|
|
22
|
+
* Icon color
|
|
23
|
+
*/
|
|
24
|
+
color?: string;
|
|
25
|
+
/**
|
|
26
|
+
* Icon height
|
|
27
|
+
*/
|
|
28
|
+
height?: number;
|
|
29
|
+
/**
|
|
30
|
+
* Icon width
|
|
31
|
+
*/
|
|
32
|
+
width?: number;
|
|
33
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
/**
|
|
3
|
+
* @typedef {Object} Props
|
|
4
|
+
* @property {string} [color=""] Icon color
|
|
5
|
+
* @property {number} [height=24] Icon height
|
|
6
|
+
* @property {number} [strokeWidth=24] Icon StrokeWidth
|
|
7
|
+
* @property {number} [width=24] Icon width
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
/** @type {Props} */
|
|
11
|
+
let { color, height, width, strokeWidth, ...rest } = $props();
|
|
12
|
+
</script>
|
|
13
|
+
|
|
14
|
+
<svg
|
|
15
|
+
{height}
|
|
16
|
+
{width}
|
|
17
|
+
viewBox="0 0 24 24"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...rest}>
|
|
21
|
+
<path
|
|
22
|
+
d="M3 18.1528H21M3 21H21M15 11.5L12 14.5M12 14.5L9 11.5M12 14.5V3"
|
|
23
|
+
stroke={color}
|
|
24
|
+
stroke-width={strokeWidth}
|
|
25
|
+
stroke-linecap="round"
|
|
26
|
+
stroke-linejoin="round" />
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export default AlignBottom;
|
|
2
|
+
type AlignBottom = {
|
|
3
|
+
$on?(type: string, callback: (e: any) => void): () => void;
|
|
4
|
+
$set?(props: Partial<Props>): void;
|
|
5
|
+
};
|
|
6
|
+
declare const AlignBottom: import("svelte").Component<{
|
|
7
|
+
/**
|
|
8
|
+
* Icon color
|
|
9
|
+
*/
|
|
10
|
+
color?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Icon height
|
|
13
|
+
*/
|
|
14
|
+
height?: number;
|
|
15
|
+
/**
|
|
16
|
+
* Icon StrokeWidth
|
|
17
|
+
*/
|
|
18
|
+
strokeWidth?: number;
|
|
19
|
+
/**
|
|
20
|
+
* Icon width
|
|
21
|
+
*/
|
|
22
|
+
width?: number;
|
|
23
|
+
}, {}, "">;
|
|
24
|
+
type Props = {
|
|
25
|
+
/**
|
|
26
|
+
* Icon color
|
|
27
|
+
*/
|
|
28
|
+
color?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Icon height
|
|
31
|
+
*/
|
|
32
|
+
height?: number;
|
|
33
|
+
/**
|
|
34
|
+
* Icon StrokeWidth
|
|
35
|
+
*/
|
|
36
|
+
strokeWidth?: number;
|
|
37
|
+
/**
|
|
38
|
+
* Icon width
|
|
39
|
+
*/
|
|
40
|
+
width?: number;
|
|
41
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
/**
|
|
3
|
+
* @typedef {Object} Props
|
|
4
|
+
* @property {string} [color=""] Icon color
|
|
5
|
+
* @property {number} [height=24] Icon height
|
|
6
|
+
* @property {number} [strokeWidth=24] Icon StrokeWidth
|
|
7
|
+
* @property {number} [width=24] Icon width
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
/** @type {Props} */
|
|
11
|
+
let { color, height, width, strokeWidth, ...rest } = $props();
|
|
12
|
+
</script>
|
|
13
|
+
|
|
14
|
+
<svg
|
|
15
|
+
{height}
|
|
16
|
+
{width}
|
|
17
|
+
viewBox="0 0 24 24"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...rest}>
|
|
21
|
+
<path
|
|
22
|
+
d="M17 13.5H7M13.5 17H7M4.5 3H19.5C20.3284 3 21 3.67157 21 4.5V19.5C21 20.3284 20.3284 21 19.5 21H4.5C3.67157 21 3 20.3284 3 19.5V4.5C3 3.67157 3.67157 3 4.5 3Z"
|
|
23
|
+
stroke={color}
|
|
24
|
+
stroke-width={strokeWidth}
|
|
25
|
+
stroke-linecap="round"
|
|
26
|
+
stroke-linejoin="round" />
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export default AlignBottomOne;
|
|
2
|
+
type AlignBottomOne = {
|
|
3
|
+
$on?(type: string, callback: (e: any) => void): () => void;
|
|
4
|
+
$set?(props: Partial<Props>): void;
|
|
5
|
+
};
|
|
6
|
+
declare const AlignBottomOne: import("svelte").Component<{
|
|
7
|
+
/**
|
|
8
|
+
* Icon color
|
|
9
|
+
*/
|
|
10
|
+
color?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Icon height
|
|
13
|
+
*/
|
|
14
|
+
height?: number;
|
|
15
|
+
/**
|
|
16
|
+
* Icon StrokeWidth
|
|
17
|
+
*/
|
|
18
|
+
strokeWidth?: number;
|
|
19
|
+
/**
|
|
20
|
+
* Icon width
|
|
21
|
+
*/
|
|
22
|
+
width?: number;
|
|
23
|
+
}, {}, "">;
|
|
24
|
+
type Props = {
|
|
25
|
+
/**
|
|
26
|
+
* Icon color
|
|
27
|
+
*/
|
|
28
|
+
color?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Icon height
|
|
31
|
+
*/
|
|
32
|
+
height?: number;
|
|
33
|
+
/**
|
|
34
|
+
* Icon StrokeWidth
|
|
35
|
+
*/
|
|
36
|
+
strokeWidth?: number;
|
|
37
|
+
/**
|
|
38
|
+
* Icon width
|
|
39
|
+
*/
|
|
40
|
+
width?: number;
|
|
41
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
/**
|
|
3
|
+
* @typedef {Object} Props
|
|
4
|
+
* @property {string} [color=""] Icon color
|
|
5
|
+
* @property {number} [height=24] Icon height
|
|
6
|
+
* @property {number} [strokeWidth=24] Icon StrokeWidth
|
|
7
|
+
* @property {number} [width=24] Icon width
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
/** @type {Props} */
|
|
11
|
+
let { color, height, width, strokeWidth, ...rest } = $props();
|
|
12
|
+
</script>
|
|
13
|
+
|
|
14
|
+
<svg
|
|
15
|
+
{height}
|
|
16
|
+
{width}
|
|
17
|
+
viewBox="0 0 24 24"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...rest}>
|
|
21
|
+
<path
|
|
22
|
+
d="M18 10H6M21 5H3M21 15H3M18 20H6"
|
|
23
|
+
stroke={color}
|
|
24
|
+
stroke-width={strokeWidth}
|
|
25
|
+
stroke-linecap="round"
|
|
26
|
+
stroke-linejoin="round" />
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export default AlignCenter;
|
|
2
|
+
type AlignCenter = {
|
|
3
|
+
$on?(type: string, callback: (e: any) => void): () => void;
|
|
4
|
+
$set?(props: Partial<Props>): void;
|
|
5
|
+
};
|
|
6
|
+
declare const AlignCenter: import("svelte").Component<{
|
|
7
|
+
/**
|
|
8
|
+
* Icon color
|
|
9
|
+
*/
|
|
10
|
+
color?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Icon height
|
|
13
|
+
*/
|
|
14
|
+
height?: number;
|
|
15
|
+
/**
|
|
16
|
+
* Icon StrokeWidth
|
|
17
|
+
*/
|
|
18
|
+
strokeWidth?: number;
|
|
19
|
+
/**
|
|
20
|
+
* Icon width
|
|
21
|
+
*/
|
|
22
|
+
width?: number;
|
|
23
|
+
}, {}, "">;
|
|
24
|
+
type Props = {
|
|
25
|
+
/**
|
|
26
|
+
* Icon color
|
|
27
|
+
*/
|
|
28
|
+
color?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Icon height
|
|
31
|
+
*/
|
|
32
|
+
height?: number;
|
|
33
|
+
/**
|
|
34
|
+
* Icon StrokeWidth
|
|
35
|
+
*/
|
|
36
|
+
strokeWidth?: number;
|
|
37
|
+
/**
|
|
38
|
+
* Icon width
|
|
39
|
+
*/
|
|
40
|
+
width?: number;
|
|
41
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
/**
|
|
3
|
+
* @typedef {Object} Props
|
|
4
|
+
* @property {string} [color=""] Icon color
|
|
5
|
+
* @property {number} [height=24] Icon height
|
|
6
|
+
* @property {number} [strokeWidth=24] Icon StrokeWidth
|
|
7
|
+
* @property {number} [width=24] Icon width
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
/** @type {Props} */
|
|
11
|
+
let { color, height, width, strokeWidth, ...rest } = $props();
|
|
12
|
+
</script>
|
|
13
|
+
|
|
14
|
+
<svg
|
|
15
|
+
{height}
|
|
16
|
+
{width}
|
|
17
|
+
viewBox="0 0 24 24"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...rest}>
|
|
21
|
+
<path
|
|
22
|
+
d="M15 12H9M17 7.5H7M17 16.5H7M4.5 3H19.5C20.3284 3 21 3.67157 21 4.5V19.5C21 20.3284 20.3284 21 19.5 21H4.5C3.67157 21 3 20.3284 3 19.5V4.5C3 3.67157 3.67157 3 4.5 3Z"
|
|
23
|
+
stroke={color}
|
|
24
|
+
stroke-width={strokeWidth}
|
|
25
|
+
stroke-linecap="round"
|
|
26
|
+
stroke-linejoin="round" />
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export default AlignCenterOne;
|
|
2
|
+
type AlignCenterOne = {
|
|
3
|
+
$on?(type: string, callback: (e: any) => void): () => void;
|
|
4
|
+
$set?(props: Partial<Props>): void;
|
|
5
|
+
};
|
|
6
|
+
declare const AlignCenterOne: import("svelte").Component<{
|
|
7
|
+
/**
|
|
8
|
+
* Icon color
|
|
9
|
+
*/
|
|
10
|
+
color?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Icon height
|
|
13
|
+
*/
|
|
14
|
+
height?: number;
|
|
15
|
+
/**
|
|
16
|
+
* Icon StrokeWidth
|
|
17
|
+
*/
|
|
18
|
+
strokeWidth?: number;
|
|
19
|
+
/**
|
|
20
|
+
* Icon width
|
|
21
|
+
*/
|
|
22
|
+
width?: number;
|
|
23
|
+
}, {}, "">;
|
|
24
|
+
type Props = {
|
|
25
|
+
/**
|
|
26
|
+
* Icon color
|
|
27
|
+
*/
|
|
28
|
+
color?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Icon height
|
|
31
|
+
*/
|
|
32
|
+
height?: number;
|
|
33
|
+
/**
|
|
34
|
+
* Icon StrokeWidth
|
|
35
|
+
*/
|
|
36
|
+
strokeWidth?: number;
|
|
37
|
+
/**
|
|
38
|
+
* Icon width
|
|
39
|
+
*/
|
|
40
|
+
width?: number;
|
|
41
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
/**
|
|
3
|
+
* @typedef {Object} Props
|
|
4
|
+
* @property {string} [color=""] Icon color
|
|
5
|
+
* @property {number} [height=24] Icon height
|
|
6
|
+
* @property {number} [strokeWidth=24] Icon StrokeWidth
|
|
7
|
+
* @property {number} [width=24] Icon width
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
/** @type {Props} */
|
|
11
|
+
let { color, height, width, strokeWidth, ...rest } = $props();
|
|
12
|
+
</script>
|
|
13
|
+
|
|
14
|
+
<svg
|
|
15
|
+
{height}
|
|
16
|
+
{width}
|
|
17
|
+
viewBox="0 0 24 24"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...rest}>
|
|
21
|
+
<path
|
|
22
|
+
d="M21 5H3M17 10H3M21 15H3M17 20H3"
|
|
23
|
+
stroke={color}
|
|
24
|
+
stroke-width={strokeWidth}
|
|
25
|
+
stroke-linecap="round"
|
|
26
|
+
stroke-linejoin="round" />
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export default AlignLeft;
|
|
2
|
+
type AlignLeft = {
|
|
3
|
+
$on?(type: string, callback: (e: any) => void): () => void;
|
|
4
|
+
$set?(props: Partial<Props>): void;
|
|
5
|
+
};
|
|
6
|
+
declare const AlignLeft: import("svelte").Component<{
|
|
7
|
+
/**
|
|
8
|
+
* Icon color
|
|
9
|
+
*/
|
|
10
|
+
color?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Icon height
|
|
13
|
+
*/
|
|
14
|
+
height?: number;
|
|
15
|
+
/**
|
|
16
|
+
* Icon StrokeWidth
|
|
17
|
+
*/
|
|
18
|
+
strokeWidth?: number;
|
|
19
|
+
/**
|
|
20
|
+
* Icon width
|
|
21
|
+
*/
|
|
22
|
+
width?: number;
|
|
23
|
+
}, {}, "">;
|
|
24
|
+
type Props = {
|
|
25
|
+
/**
|
|
26
|
+
* Icon color
|
|
27
|
+
*/
|
|
28
|
+
color?: string;
|
|
29
|
+
/**
|
|
30
|
+
* Icon height
|
|
31
|
+
*/
|
|
32
|
+
height?: number;
|
|
33
|
+
/**
|
|
34
|
+
* Icon StrokeWidth
|
|
35
|
+
*/
|
|
36
|
+
strokeWidth?: number;
|
|
37
|
+
/**
|
|
38
|
+
* Icon width
|
|
39
|
+
*/
|
|
40
|
+
width?: number;
|
|
41
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<script>
|
|
2
|
+
/**
|
|
3
|
+
* @typedef {Object} Props
|
|
4
|
+
* @property {string} [color=""] Icon color
|
|
5
|
+
* @property {number} [height=24] Icon height
|
|
6
|
+
* @property {number} [strokeWidth=24] Icon StrokeWidth
|
|
7
|
+
* @property {number} [width=24] Icon width
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
/** @type {Props} */
|
|
11
|
+
let { color, height, width, strokeWidth, ...rest } = $props();
|
|
12
|
+
</script>
|
|
13
|
+
|
|
14
|
+
<svg
|
|
15
|
+
{height}
|
|
16
|
+
{width}
|
|
17
|
+
viewBox="0 0 24 24"
|
|
18
|
+
fill="none"
|
|
19
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
20
|
+
{...rest}>
|
|
21
|
+
<path
|
|
22
|
+
d="M9 17.9999L12 14.9999L15 17.9999M12 15.4998V21.9998M9 5.99989L12 8.99989L15 5.99989M12 8.49999V2M3 12.0001H21"
|
|
23
|
+
stroke={color}
|
|
24
|
+
stroke-width={strokeWidth}
|
|
25
|
+
stroke-linecap="round"
|
|
26
|
+
stroke-linejoin="round" />
|
|
27
|
+
</svg>
|