@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.
Files changed (162) hide show
  1. package/dist/components/atoms/checkbox/Checkbox.svelte +1 -1
  2. package/dist/components/atoms/chip/Chip.svelte +4 -3
  3. package/dist/components/atoms/chip/chip.variants.d.ts +15 -15
  4. package/dist/components/atoms/chip/chip.variants.js +48 -29
  5. package/dist/components/atoms/icon/components/AiStars.svelte +29 -0
  6. package/dist/components/atoms/icon/components/AiStars.svelte.d.ts +33 -0
  7. package/dist/components/atoms/icon/components/AlignBottom.svelte +27 -0
  8. package/dist/components/atoms/icon/components/AlignBottom.svelte.d.ts +41 -0
  9. package/dist/components/atoms/icon/components/AlignBottomOne.svelte +27 -0
  10. package/dist/components/atoms/icon/components/AlignBottomOne.svelte.d.ts +41 -0
  11. package/dist/components/atoms/icon/components/AlignCenter.svelte +27 -0
  12. package/dist/components/atoms/icon/components/AlignCenter.svelte.d.ts +41 -0
  13. package/dist/components/atoms/icon/components/AlignCenterOne.svelte +27 -0
  14. package/dist/components/atoms/icon/components/AlignCenterOne.svelte.d.ts +41 -0
  15. package/dist/components/atoms/icon/components/AlignLeft.svelte +27 -0
  16. package/dist/components/atoms/icon/components/AlignLeft.svelte.d.ts +41 -0
  17. package/dist/components/atoms/icon/components/AlignMiddle.svelte +27 -0
  18. package/dist/components/atoms/icon/components/AlignMiddle.svelte.d.ts +41 -0
  19. package/dist/components/atoms/icon/components/AlignMiddleOne.svelte +27 -0
  20. package/dist/components/atoms/icon/components/AlignMiddleOne.svelte.d.ts +41 -0
  21. package/dist/components/atoms/icon/components/AlignRight.svelte +27 -0
  22. package/dist/components/atoms/icon/components/AlignRight.svelte.d.ts +41 -0
  23. package/dist/components/atoms/icon/components/AlignRightOne.svelte +27 -0
  24. package/dist/components/atoms/icon/components/AlignRightOne.svelte.d.ts +41 -0
  25. package/dist/components/atoms/icon/components/AlignTop.svelte +27 -0
  26. package/dist/components/atoms/icon/components/AlignTop.svelte.d.ts +41 -0
  27. package/dist/components/atoms/icon/components/AlignTopOne.svelte +27 -0
  28. package/dist/components/atoms/icon/components/AlignTopOne.svelte.d.ts +41 -0
  29. package/dist/components/atoms/icon/components/ArrowDown.svelte +13 -8
  30. package/dist/components/atoms/icon/components/ArrowUp.svelte +13 -8
  31. package/dist/components/atoms/icon/components/BoxIn.svelte +27 -0
  32. package/dist/components/atoms/icon/components/{Unlink.svelte.d.ts → BoxIn.svelte.d.ts} +3 -3
  33. package/dist/components/atoms/icon/components/BoxOut.svelte +27 -0
  34. package/dist/components/atoms/icon/components/BoxOut.svelte.d.ts +41 -0
  35. package/dist/components/atoms/icon/components/ChevronDoubleLeft.svelte +27 -0
  36. package/dist/components/atoms/icon/components/ChevronDoubleLeft.svelte.d.ts +41 -0
  37. package/dist/components/atoms/icon/components/ChevronDoubleRight.svelte +27 -0
  38. package/dist/components/atoms/icon/components/ChevronDoubleRight.svelte.d.ts +41 -0
  39. package/dist/components/atoms/icon/components/Clipboard.svelte +27 -0
  40. package/dist/components/atoms/icon/components/Clipboard.svelte.d.ts +41 -0
  41. package/dist/components/atoms/icon/components/Computer.svelte +26 -0
  42. package/dist/components/atoms/icon/components/Computer.svelte.d.ts +41 -0
  43. package/dist/components/atoms/icon/components/Connect.svelte +26 -0
  44. package/dist/components/atoms/icon/components/Connect.svelte.d.ts +41 -0
  45. package/dist/components/atoms/icon/components/ConnectCrossed.svelte.d.ts +41 -0
  46. package/dist/components/atoms/icon/components/ContactCard.svelte +27 -0
  47. package/dist/components/atoms/icon/components/ContactCard.svelte.d.ts +41 -0
  48. package/dist/components/atoms/icon/components/Crop.svelte +27 -0
  49. package/dist/components/atoms/icon/components/Crop.svelte.d.ts +41 -0
  50. package/dist/components/atoms/icon/components/Envelope.svelte +27 -0
  51. package/dist/components/atoms/icon/components/Envelope.svelte.d.ts +41 -0
  52. package/dist/components/atoms/icon/components/Envelopes.svelte +27 -0
  53. package/dist/components/atoms/icon/components/Envelopes.svelte.d.ts +41 -0
  54. package/dist/components/atoms/icon/components/Expand.svelte +27 -0
  55. package/dist/components/atoms/icon/components/Expand.svelte.d.ts +41 -0
  56. package/dist/components/atoms/icon/components/Eye.svelte +31 -0
  57. package/dist/components/atoms/icon/components/Eye.svelte.d.ts +41 -0
  58. package/dist/components/atoms/icon/components/EyeCrossed.svelte +36 -0
  59. package/dist/components/atoms/icon/components/EyeCrossed.svelte.d.ts +41 -0
  60. package/dist/components/atoms/icon/components/Filter.svelte +27 -0
  61. package/dist/components/atoms/icon/components/Filter.svelte.d.ts +41 -0
  62. package/dist/components/atoms/icon/components/FocalPoint.svelte +26 -0
  63. package/dist/components/atoms/icon/components/FocalPoint.svelte.d.ts +41 -0
  64. package/dist/components/atoms/icon/components/FolderPlus.svelte +27 -0
  65. package/dist/components/atoms/icon/components/FolderPlus.svelte.d.ts +41 -0
  66. package/dist/components/atoms/icon/components/Funnel.svelte +26 -0
  67. package/dist/components/atoms/icon/components/Funnel.svelte.d.ts +41 -0
  68. package/dist/components/atoms/icon/components/Inbox.svelte +27 -0
  69. package/dist/components/atoms/icon/components/Inbox.svelte.d.ts +41 -0
  70. package/dist/components/atoms/icon/components/Intergration.svelte +27 -0
  71. package/dist/components/atoms/icon/components/Intergration.svelte.d.ts +41 -0
  72. package/dist/components/atoms/icon/components/LinkAi.svelte +33 -0
  73. package/dist/components/atoms/icon/components/LinkAi.svelte.d.ts +41 -0
  74. package/dist/components/atoms/icon/components/ListTasks.svelte +27 -0
  75. package/dist/components/atoms/icon/components/ListTasks.svelte.d.ts +41 -0
  76. package/dist/components/atoms/icon/components/Lock.svelte +27 -0
  77. package/dist/components/atoms/icon/components/Lock.svelte.d.ts +41 -0
  78. package/dist/components/atoms/icon/components/Minus.svelte +27 -0
  79. package/dist/components/atoms/icon/components/Minus.svelte.d.ts +41 -0
  80. package/dist/components/atoms/icon/components/PageEdit.svelte +27 -0
  81. package/dist/components/atoms/icon/components/PageEdit.svelte.d.ts +41 -0
  82. package/dist/components/atoms/icon/components/Pages.svelte +33 -0
  83. package/dist/components/atoms/icon/components/Pages.svelte.d.ts +41 -0
  84. package/dist/components/atoms/icon/components/Payment.svelte +27 -0
  85. package/dist/components/atoms/icon/components/Payment.svelte.d.ts +41 -0
  86. package/dist/components/atoms/icon/components/Pencil.svelte +27 -0
  87. package/dist/components/atoms/icon/components/Pencil.svelte.d.ts +41 -0
  88. package/dist/components/atoms/icon/components/Phone.svelte +26 -0
  89. package/dist/components/atoms/icon/components/Phone.svelte.d.ts +41 -0
  90. package/dist/components/atoms/icon/components/Plus.svelte +27 -0
  91. package/dist/components/atoms/icon/components/Plus.svelte.d.ts +41 -0
  92. package/dist/components/atoms/icon/components/Print.svelte +36 -0
  93. package/dist/components/atoms/icon/components/Print.svelte.d.ts +41 -0
  94. package/dist/components/atoms/icon/components/RefreshCircle.svelte +27 -0
  95. package/dist/components/atoms/icon/components/RefreshCircle.svelte.d.ts +41 -0
  96. package/dist/components/atoms/icon/components/Replace.svelte +27 -0
  97. package/dist/components/atoms/icon/components/Replace.svelte.d.ts +41 -0
  98. package/dist/components/atoms/icon/components/Report.svelte +27 -0
  99. package/dist/components/atoms/icon/components/Report.svelte.d.ts +41 -0
  100. package/dist/components/atoms/icon/components/SEO.svelte +33 -0
  101. package/dist/components/atoms/icon/components/SEO.svelte.d.ts +41 -0
  102. package/dist/components/atoms/icon/components/Shop.svelte +27 -0
  103. package/dist/components/atoms/icon/components/Shop.svelte.d.ts +41 -0
  104. package/dist/components/atoms/icon/components/Smartphone.svelte +26 -0
  105. package/dist/components/atoms/icon/components/Smartphone.svelte.d.ts +41 -0
  106. package/dist/components/atoms/icon/components/Sort.svelte +27 -0
  107. package/dist/components/atoms/icon/components/Sort.svelte.d.ts +41 -0
  108. package/dist/components/atoms/icon/components/Star.svelte +26 -0
  109. package/dist/components/atoms/icon/components/Star.svelte.d.ts +41 -0
  110. package/dist/components/atoms/icon/components/StyleGuide.svelte +38 -0
  111. package/dist/components/atoms/icon/components/StyleGuide.svelte.d.ts +41 -0
  112. package/dist/components/atoms/icon/components/Tablet.svelte +26 -0
  113. package/dist/components/atoms/icon/components/Tablet.svelte.d.ts +41 -0
  114. package/dist/components/atoms/icon/components/Translate.svelte +27 -0
  115. package/dist/components/atoms/icon/components/Translate.svelte.d.ts +41 -0
  116. package/dist/components/atoms/icon/components/TranslateCrossed.svelte +36 -0
  117. package/dist/components/atoms/icon/components/TranslateCrossed.svelte.d.ts +41 -0
  118. package/dist/components/atoms/icon/components/Width.svelte +27 -0
  119. package/dist/components/atoms/icon/components/Width.svelte.d.ts +41 -0
  120. package/dist/components/atoms/icon/index.d.ts +6 -774
  121. package/dist/components/atoms/icon/index.js +43 -87
  122. package/dist/components/atoms/radio/Radio.svelte +1 -1
  123. package/dist/components/atoms/switch/Switch.svelte +1 -1
  124. package/dist/components/atoms/tag/Tag.svelte +47 -0
  125. package/dist/components/atoms/tag/Tag.svelte.d.ts +73 -0
  126. package/dist/components/atoms/tag/tag.variants.d.ts +58 -0
  127. package/dist/components/atoms/tag/tag.variants.js +32 -0
  128. package/dist/components/molecules/richTextEditor/RichTextEditor.svelte +50 -63
  129. package/dist/components/molecules/richTextEditor/RichTextEditor.svelte.d.ts +15 -135
  130. package/dist/components/molecules/richTextEditor/toolbar/RichTextEditorToolbar.svelte +10 -11
  131. package/dist/components/molecules/richTextEditor/toolbar/RichTextEditorToolbar.svelte.d.ts +0 -2
  132. package/dist/components/molecules/richTextEditor/toolbar/ToolbarBold.svelte +9 -2
  133. package/dist/components/molecules/richTextEditor/toolbar/ToolbarBold.svelte.d.ts +2 -7
  134. package/dist/components/molecules/richTextEditor/toolbar/ToolbarColor.svelte +7 -4
  135. package/dist/components/molecules/richTextEditor/toolbar/ToolbarColor.svelte.d.ts +0 -2
  136. package/dist/components/molecules/richTextEditor/toolbar/ToolbarItalic.svelte +9 -2
  137. package/dist/components/molecules/richTextEditor/toolbar/ToolbarItalic.svelte.d.ts +2 -7
  138. package/dist/components/molecules/richTextEditor/toolbar/ToolbarLink.svelte +11 -2
  139. package/dist/components/molecules/richTextEditor/toolbar/ToolbarLink.svelte.d.ts +0 -2
  140. package/dist/components/molecules/richTextEditor/toolbar/ToolbarList.svelte +9 -2
  141. package/dist/components/molecules/richTextEditor/toolbar/ToolbarList.svelte.d.ts +2 -7
  142. package/dist/components/molecules/richTextEditor/toolbar/ToolbarListOrdered.svelte +9 -2
  143. package/dist/components/molecules/richTextEditor/toolbar/ToolbarListOrdered.svelte.d.ts +2 -7
  144. package/dist/components/molecules/richTextEditor/toolbar/ToolbarRedo.svelte +2 -1
  145. package/dist/components/molecules/richTextEditor/toolbar/ToolbarRedo.svelte.d.ts +2 -7
  146. package/dist/components/molecules/richTextEditor/toolbar/ToolbarUnderline.svelte +9 -2
  147. package/dist/components/molecules/richTextEditor/toolbar/ToolbarUnderline.svelte.d.ts +2 -7
  148. package/dist/components/molecules/richTextEditor/toolbar/ToolbarUndo.svelte +2 -1
  149. package/dist/components/molecules/richTextEditor/toolbar/ToolbarUndo.svelte.d.ts +2 -7
  150. package/dist/components/molecules/selectorCard/SelectorCard.svelte +1 -1
  151. package/dist/components/molecules/tagSelector/ValueList.svelte +5 -9
  152. package/dist/components/molecules/toggleGroup/ToggleGroup.svelte +21 -3
  153. package/dist/components/molecules/toggleGroup/ToggleGroup.svelte.d.ts +16 -0
  154. package/dist/components/molecules/toggleGroup/ToggleGroupItem.svelte +5 -3
  155. package/dist/components/molecules/toggleGroup/toggleGroup.variants.d.ts +32 -13
  156. package/dist/components/molecules/toggleGroup/toggleGroup.variants.js +12 -0
  157. package/dist/components/molecules/toggleGroup/toggleGroupItem.variants.d.ts +9 -0
  158. package/dist/components/molecules/toggleGroup/toggleGroupItem.variants.js +8 -5
  159. package/dist/index.d.ts +1 -0
  160. package/dist/index.js +1 -0
  161. package/package.json +1 -1
  162. /package/dist/components/atoms/icon/components/{Unlink.svelte → ConnectCrossed.svelte} +0 -0
@@ -0,0 +1,41 @@
1
+ export default AlignMiddle;
2
+ type AlignMiddle = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const AlignMiddle: 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 10H7M13 13.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 AlignMiddleOne;
2
+ type AlignMiddleOne = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const AlignMiddleOne: 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 5H3M21 10H7M21 15H3M21 20H7"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default AlignRight;
2
+ type AlignRight = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const AlignRight: 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 12H11M17 7.5H7M17 16.5H8M4.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 AlignRightOne;
2
+ type AlignRightOne = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const AlignRightOne: 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="M3 18.1528H21M3 21H21M15 6L12 3M12 3L9 6M12 3V14.5"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default AlignTop;
2
+ type AlignTop = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const AlignTop: 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="M13 10H7M17 6.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 AlignTopOne;
2
+ type AlignTopOne = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const AlignTopOne: 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
+ };
@@ -11,12 +11,17 @@
11
11
  let { color, height, width, strokeWidth, ...rest } = $props();
12
12
  </script>
13
13
 
14
- <svg
15
- {width}
16
- {height}
17
- viewBox="0 0 24 24"
18
- fill="none"
19
- xmlns="http://www.w3.org/2000/svg"
20
- {...rest}>
21
- <path d="M12,20V4 M12,20l6-5.3 M12,20l-6-5.3" stroke={color} stroke-width={strokeWidth} stroke-linecap="round" stroke-linejoin="round"/>
14
+ <svg
15
+ {width}
16
+ {height}
17
+ viewBox="0 0 24 24"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...rest}>
21
+ <path
22
+ d="M12,20V4 M12,20l6-5.3 M12,20l-6-5.3"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
22
27
  </svg>
@@ -11,12 +11,17 @@
11
11
  let { color, height, width, strokeWidth, ...rest } = $props();
12
12
  </script>
13
13
 
14
- <svg
15
- {width}
16
- {height}
17
- viewBox="0 0 24 24"
18
- fill="none"
19
- xmlns="http://www.w3.org/2000/svg"
20
- {...rest}>
21
- <path d="M12,4v16 M12,4L6,9.3 M12,4l6,5.3" stroke={color} stroke-width={strokeWidth} stroke-linecap="round" stroke-linejoin="round"/>
14
+ <svg
15
+ {width}
16
+ {height}
17
+ viewBox="0 0 24 24"
18
+ fill="none"
19
+ xmlns="http://www.w3.org/2000/svg"
20
+ {...rest}>
21
+ <path
22
+ d="M12,4v16 M12,4L6,9.3 M12,4l6,5.3"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
22
27
  </svg>
@@ -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="M20.7002 5.2755L18.1666 2H5.8333L3.29199 5.2755M16 13L12 17L8 13M11.9958 9V17M3 6C3 5.4477 3.44771 5 4 5H20C20.5523 5 21 5.4477 21 6V19.5C21 20.3285 20.3285 21 19.5 21H4.5C3.67158 21 3 20.3285 3 19.5V6Z"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -1,9 +1,9 @@
1
- export default Unlink;
2
- type Unlink = {
1
+ export default BoxIn;
2
+ type BoxIn = {
3
3
  $on?(type: string, callback: (e: any) => void): () => void;
4
4
  $set?(props: Partial<Props>): void;
5
5
  };
6
- declare const Unlink: import("svelte").Component<{
6
+ declare const BoxIn: import("svelte").Component<{
7
7
  /**
8
8
  * Icon color
9
9
  */
@@ -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="M20.7002 5.2755L18.1666 2H5.8333L3.29199 5.2755M8 13L12 9L16 13M12.0042 17L12.0042 9M3 6C3 5.4477 3.44771 5 4 5H20C20.5523 5 21 5.4477 21 6V19.5C21 20.3285 20.3285 21 19.5 21H4.5C3.67158 21 3 20.3285 3 19.5V6Z"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default BoxOut;
2
+ type BoxOut = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const BoxOut: 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="M12 18L6 12L12 6M18 18L12 12L18 6"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>
@@ -0,0 +1,41 @@
1
+ export default ChevronDoubleLeft;
2
+ type ChevronDoubleLeft = {
3
+ $on?(type: string, callback: (e: any) => void): () => void;
4
+ $set?(props: Partial<Props>): void;
5
+ };
6
+ declare const ChevronDoubleLeft: 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="M6 6L12 12L6 18M12 6L18 12L12 18"
23
+ stroke={color}
24
+ stroke-width={strokeWidth}
25
+ stroke-linecap="round"
26
+ stroke-linejoin="round" />
27
+ </svg>