@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
@@ -1,776 +1,8 @@
1
1
  export const registry: {
2
- academy: import("svelte").Component<{
3
- /**
4
- * Icon color
5
- */
6
- color?: string;
7
- /**
8
- * Icon height
9
- */
10
- height?: number;
11
- /**
12
- * Icon StrokeWidth
13
- */
14
- strokeWidth?: number;
15
- /**
16
- * Icon width
17
- */
18
- width?: number;
19
- }, {}, "">;
20
- add: import("svelte").Component<{
21
- /**
22
- * Icon color
23
- */
24
- color?: string;
25
- /**
26
- * Icon height
27
- */
28
- height?: number;
29
- /**
30
- * Icon StrokeWidth
31
- */
32
- strokeWidth?: number;
33
- /**
34
- * Icon width
35
- */
36
- width?: number;
37
- }, {}, "">;
38
- ai: import("svelte").Component<{
39
- /**
40
- * Icon color
41
- */
42
- color?: string;
43
- /**
44
- * Icon height
45
- */
46
- height?: number;
47
- /**
48
- * Icon StrokeWidth
49
- */
50
- strokeWidth?: number;
51
- /**
52
- * Icon width
53
- */
54
- width?: number;
55
- }, {}, "">;
56
- arrowDown: import("svelte").Component<{
57
- /**
58
- * Icon color
59
- */
60
- color?: string;
61
- /**
62
- * Icon height
63
- */
64
- height?: number;
65
- /**
66
- * Icon StrokeWidth
67
- */
68
- strokeWidth?: number;
69
- /**
70
- * Icon width
71
- */
72
- width?: number;
73
- }, {}, "">;
74
- arrowUp: import("svelte").Component<{
75
- /**
76
- * Icon color
77
- */
78
- color?: string;
79
- /**
80
- * Icon height
81
- */
82
- height?: number;
83
- /**
84
- * Icon StrokeWidth
85
- */
86
- strokeWidth?: number;
87
- /**
88
- * Icon width
89
- */
90
- width?: number;
91
- }, {}, "">;
92
- attach: import("svelte").Component<{
93
- /**
94
- * Icon color
95
- */
96
- color?: string;
97
- /**
98
- * Icon height
99
- */
100
- height?: number;
101
- /**
102
- * Icon StrokeWidth
103
- */
104
- strokeWidth?: number;
105
- /**
106
- * Icon width
107
- */
108
- width?: number;
109
- }, {}, "">;
110
- block: import("svelte").Component<{
111
- /**
112
- * Icon color
113
- */
114
- color?: string;
115
- /**
116
- * Icon height
117
- */
118
- height?: number;
119
- /**
120
- * Icon StrokeWidth
121
- */
122
- strokeWidth?: number;
123
- /**
124
- * Icon width
125
- */
126
- width?: number;
127
- }, {}, "">;
128
- bold: import("svelte").Component<{
129
- /**
130
- * Icon color
131
- */
132
- color?: string;
133
- /**
134
- * Icon height
135
- */
136
- height?: number;
137
- /**
138
- * Icon StrokeWidth
139
- */
140
- strokeWidth?: number;
141
- /**
142
- * Icon width
143
- */
144
- width?: number;
145
- }, {}, "">;
146
- calendar: import("svelte").Component<{
147
- /**
148
- * Icon color
149
- */
150
- color?: string;
151
- /**
152
- * Icon height
153
- */
154
- height?: number;
155
- /**
156
- * Icon StrokeWidth
157
- */
158
- strokeWidth?: number;
159
- /**
160
- * Icon width
161
- */
162
- width?: number;
163
- }, {}, "">;
164
- check: import("svelte").Component<{
165
- /**
166
- * Icon height
167
- */
168
- height?: number;
169
- /**
170
- * Icon StrokeWidth
171
- */
172
- strokeWidth?: number;
173
- /**
174
- * Icon width
175
- */
176
- width?: number;
177
- /**
178
- * Icon color
179
- */
180
- color?: string;
181
- }, {}, "">;
182
- "checkbox-stack": import("svelte").Component<{
183
- /**
184
- * Icon color
185
- */
186
- color?: string;
187
- /**
188
- * Icon height
189
- */
190
- height?: number;
191
- /**
192
- * Icon StrokeWidth
193
- */
194
- strokeWidth?: number;
195
- /**
196
- * Icon width
197
- */
198
- width?: number;
199
- }, {}, "">;
200
- chevronDown: import("svelte").Component<{
201
- /**
202
- * Icon color
203
- */
204
- color?: string;
205
- /**
206
- * Icon height
207
- */
208
- height?: number;
209
- /**
210
- * Icon StrokeWidth
211
- */
212
- strokeWidth?: number;
213
- /**
214
- * Icon width
215
- */
216
- width?: number;
217
- }, {}, "">;
218
- close: import("svelte").Component<{
219
- /**
220
- * Icon color
221
- */
222
- color?: string;
223
- /**
224
- * Icon height
225
- */
226
- height?: number;
227
- /**
228
- * Icon StrokeWidth
229
- */
230
- strokeWidth?: number;
231
- /**
232
- * Icon width
233
- */
234
- width?: number;
235
- }, {}, "">;
236
- closeSmall: import("svelte").Component<{
237
- /**
238
- * Icon color
239
- */
240
- color?: string;
241
- /**
242
- * Icon height
243
- */
244
- height?: number;
245
- /**
246
- * Icon StrokeWidth
247
- */
248
- strokeWidth?: number;
249
- /**
250
- * Icon width
251
- */
252
- width?: number;
253
- }, {}, "">;
254
- controlling: import("svelte").Component<{
255
- /**
256
- * Icon color
257
- */
258
- color?: string;
259
- /**
260
- * Icon height
261
- */
262
- height?: number;
263
- /**
264
- * Icon StrokeWidth
265
- */
266
- strokeWidth?: number;
267
- /**
268
- * Icon width
269
- */
270
- width?: number;
271
- }, {}, "">;
272
- dashboard: import("svelte").Component<{
273
- /**
274
- * Icon color
275
- */
276
- color?: string;
277
- /**
278
- * Icon height
279
- */
280
- height?: number;
281
- /**
282
- * Icon StrokeWidth
283
- */
284
- strokeWidth?: number;
285
- /**
286
- * Icon width
287
- */
288
- width?: number;
289
- }, {}, "">;
290
- database: import("svelte").Component<{
291
- /**
292
- * Icon color
293
- */
294
- color?: string;
295
- /**
296
- * Icon height
297
- */
298
- height?: number;
299
- /**
300
- * Icon StrokeWidth
301
- */
302
- strokeWidth?: number;
303
- /**
304
- * Icon width
305
- */
306
- width?: number;
307
- }, {}, "">;
308
- download: import("svelte").Component<{
309
- /**
310
- * Icon color
311
- */
312
- color?: string;
313
- /**
314
- * Icon height
315
- */
316
- height?: number;
317
- /**
318
- * Icon StrokeWidth
319
- */
320
- strokeWidth?: number;
321
- /**
322
- * Icon width
323
- */
324
- width?: number;
325
- }, {}, "">;
326
- dragger: import("svelte").Component<{
327
- /**
328
- * Icon color
329
- */
330
- color?: string;
331
- /**
332
- * Icon height
333
- */
334
- height?: number;
335
- /**
336
- * Icon StrokeWidth
337
- */
338
- strokeWidth?: number;
339
- /**
340
- * Icon width
341
- */
342
- width?: number;
343
- }, {}, "">;
344
- "file-pdf": import("svelte").Component<{
345
- /**
346
- * Icon color
347
- */
348
- color?: string;
349
- /**
350
- * Icon height
351
- */
352
- height?: number;
353
- /**
354
- * Icon StrokeWidth
355
- */
356
- strokeWidth?: number;
357
- /**
358
- * Icon width
359
- */
360
- width?: number;
361
- }, {}, "">;
362
- globe: import("svelte").Component<{
363
- /**
364
- * Icon color
365
- */
366
- color?: string;
367
- /**
368
- * Icon height
369
- */
370
- height?: number;
371
- /**
372
- * Icon StrokeWidth
373
- */
374
- strokeWidth?: number;
375
- /**
376
- * Icon width
377
- */
378
- width?: number;
379
- }, {}, "">;
380
- history: import("svelte").Component<{
381
- /**
382
- * Icon color
383
- */
384
- color?: string;
385
- /**
386
- * Icon height
387
- */
388
- height?: number;
389
- /**
390
- * Icon StrokeWidth
391
- */
392
- strokeWidth?: number;
393
- /**
394
- * Icon width
395
- */
396
- width?: number;
397
- }, {}, "">;
398
- info: import("svelte").Component<{
399
- /**
400
- * Icon color
401
- */
402
- color?: string;
403
- /**
404
- * Icon height
405
- */
406
- height?: number;
407
- /**
408
- * Icon StrokeWidth
409
- */
410
- strokeWidth?: number;
411
- /**
412
- * Icon width
413
- */
414
- width?: number;
415
- }, {}, "">;
416
- italic: import("svelte").Component<{
417
- /**
418
- * Icon color
419
- */
420
- color?: string;
421
- /**
422
- * Icon height
423
- */
424
- height?: number;
425
- /**
426
- * Icon StrokeWidth
427
- */
428
- strokeWidth?: number;
429
- /**
430
- * Icon width
431
- */
432
- width?: number;
433
- }, {}, "">;
434
- layout: import("svelte").Component<{
435
- /**
436
- * Icon color
437
- */
438
- color?: string;
439
- /**
440
- * Icon height
441
- */
442
- height?: number;
443
- /**
444
- * Icon StrokeWidth
445
- */
446
- strokeWidth?: number;
447
- /**
448
- * Icon width
449
- */
450
- width?: number;
451
- }, {}, "">;
452
- link: import("svelte").Component<{
453
- /**
454
- * Icon color
455
- */
456
- color?: string;
457
- /**
458
- * Icon height
459
- */
460
- height?: number;
461
- /**
462
- * Icon StrokeWidth
463
- */
464
- strokeWidth?: number;
465
- /**
466
- * Icon width
467
- */
468
- width?: number;
469
- }, {}, "">;
470
- listOrdered: import("svelte").Component<{
471
- /**
472
- * Icon color
473
- */
474
- color?: string;
475
- /**
476
- * Icon height
477
- */
478
- height?: number;
479
- /**
480
- * Icon StrokeWidth
481
- */
482
- strokeWidth?: number;
483
- /**
484
- * Icon width
485
- */
486
- width?: number;
487
- }, {}, "">;
488
- listUnordered: import("svelte").Component<{
489
- /**
490
- * Icon color
491
- */
492
- color?: string;
493
- /**
494
- * Icon height
495
- */
496
- height?: number;
497
- /**
498
- * Icon StrokeWidth
499
- */
500
- strokeWidth?: number;
501
- /**
502
- * Icon width
503
- */
504
- width?: number;
505
- }, {}, "">;
506
- menu: import("svelte").Component<{
507
- /**
508
- * Icon color
509
- */
510
- color?: string;
511
- /**
512
- * Icon height
513
- */
514
- height?: number;
515
- /**
516
- * Icon StrokeWidth
517
- */
518
- strokeWidth?: number;
519
- /**
520
- * Icon width
521
- */
522
- width?: number;
523
- }, {}, "">;
524
- notifications: import("svelte").Component<{
525
- /**
526
- * Icon color
527
- */
528
- color?: string;
529
- /**
530
- * Icon height
531
- */
532
- height?: number;
533
- /**
534
- * Icon StrokeWidth
535
- */
536
- strokeWidth?: number;
537
- /**
538
- * Icon width
539
- */
540
- width?: number;
541
- }, {}, "">;
542
- out: import("svelte").Component<{
543
- /**
544
- * Icon color
545
- */
546
- color?: string;
547
- /**
548
- * Icon height
549
- */
550
- height?: number;
551
- /**
552
- * Icon StrokeWidth
553
- */
554
- strokeWidth?: number;
555
- /**
556
- * Icon width
557
- */
558
- width?: number;
559
- }, {}, "">;
560
- overflow: import("svelte").Component<{
561
- /**
562
- * Icon color
563
- */
564
- color?: string;
565
- /**
566
- * Icon height
567
- */
568
- height?: number;
569
- /**
570
- * Icon StrokeWidth
571
- */
572
- strokeWidth?: number;
573
- /**
574
- * Icon width
575
- */
576
- width?: number;
577
- }, {}, "">;
578
- page: import("svelte").Component<{
579
- /**
580
- * Icon color
581
- */
582
- color?: string;
583
- /**
584
- * Icon height
585
- */
586
- height?: number;
587
- /**
588
- * Icon StrokeWidth
589
- */
590
- strokeWidth?: number;
591
- /**
592
- * Icon width
593
- */
594
- width?: number;
595
- }, {}, "">;
596
- picture: import("svelte").Component<{
597
- /**
598
- * Icon color
599
- */
600
- color?: string;
601
- /**
602
- * Icon height
603
- */
604
- height?: number;
605
- /**
606
- * Icon StrokeWidth
607
- */
608
- strokeWidth?: number;
609
- /**
610
- * Icon width
611
- */
612
- width?: number;
613
- }, {}, "">;
614
- redo: import("svelte").Component<{
615
- /**
616
- * Icon color
617
- */
618
- color?: string;
619
- /**
620
- * Icon height
621
- */
622
- height?: number;
623
- /**
624
- * Icon StrokeWidth
625
- */
626
- strokeWidth?: number;
627
- /**
628
- * Icon width
629
- */
630
- width?: number;
631
- }, {}, "">;
632
- refresh: import("svelte").Component<{
633
- /**
634
- * Icon color
635
- */
636
- color?: string;
637
- /**
638
- * Icon height
639
- */
640
- height?: number;
641
- /**
642
- * Icon StrokeWidth
643
- */
644
- strokeWidth?: number;
645
- /**
646
- * Icon width
647
- */
648
- width?: number;
649
- }, {}, "">;
650
- search: import("svelte").Component<{
651
- /**
652
- * Icon color
653
- */
654
- color?: string;
655
- /**
656
- * Icon height
657
- */
658
- height?: number;
659
- /**
660
- * Icon StrokeWidth
661
- */
662
- strokeWidth?: number;
663
- /**
664
- * Icon width
665
- */
666
- width?: number;
667
- }, {}, "">;
668
- settings: import("svelte").Component<{
669
- /**
670
- * Icon color
671
- */
672
- color?: string;
673
- /**
674
- * Icon height
675
- */
676
- height?: number;
677
- /**
678
- * Icon StrokeWidth
679
- */
680
- strokeWidth?: number;
681
- /**
682
- * Icon width
683
- */
684
- width?: number;
685
- }, {}, "">;
686
- trash: import("svelte").Component<{
687
- /**
688
- * Icon color
689
- */
690
- color?: string;
691
- /**
692
- * Icon height
693
- */
694
- height?: number;
695
- /**
696
- * Icon StrokeWidth
697
- */
698
- strokeWidth?: number;
699
- /**
700
- * Icon width
701
- */
702
- width?: number;
703
- }, {}, "">;
704
- underline: import("svelte").Component<{
705
- /**
706
- * Icon color
707
- */
708
- color?: string;
709
- /**
710
- * Icon height
711
- */
712
- height?: number;
713
- /**
714
- * Icon StrokeWidth
715
- */
716
- strokeWidth?: number;
717
- /**
718
- * Icon width
719
- */
720
- width?: number;
721
- }, {}, "">;
722
- undo: import("svelte").Component<{
723
- /**
724
- * Icon color
725
- */
726
- color?: string;
727
- /**
728
- * Icon height
729
- */
730
- height?: number;
731
- /**
732
- * Icon StrokeWidth
733
- */
734
- strokeWidth?: number;
735
- /**
736
- * Icon width
737
- */
738
- width?: number;
739
- }, {}, "">;
740
- unlink: import("svelte").Component<{
741
- /**
742
- * Icon color
743
- */
744
- color?: string;
745
- /**
746
- * Icon height
747
- */
748
- height?: number;
749
- /**
750
- * Icon StrokeWidth
751
- */
752
- strokeWidth?: number;
753
- /**
754
- * Icon width
755
- */
756
- width?: number;
757
- }, {}, "">;
758
- webslineSupport: import("svelte").Component<{
759
- /**
760
- * Icon color
761
- */
762
- color?: string;
763
- /**
764
- * Icon height
765
- */
766
- height?: number;
767
- /**
768
- * Icon StrokeWidth
769
- */
770
- strokeWidth?: number;
771
- /**
772
- * Icon width
773
- */
774
- width?: number;
775
- }, {}, "">;
2
+ [k: string]: any;
3
+ };
4
+ export const synonyms: {
5
+ "checkbox-stack": string;
6
+ "file-pdf": string;
7
+ unlink: string;
776
8
  };