@solibo/solibo-ui 0.3.15 → 0.3.18

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 (165) hide show
  1. package/dist/assets/index.css +1 -1
  2. package/dist/assets/index10.css +1 -1
  3. package/dist/assets/index11.css +0 -1
  4. package/dist/assets/index12.css +1 -1
  5. package/dist/assets/index13.css +1 -1
  6. package/dist/assets/index14.css +1 -1
  7. package/dist/assets/index15.css +1 -1
  8. package/dist/assets/index16.css +1 -1
  9. package/dist/assets/index17.css +1 -1
  10. package/dist/assets/index18.css +1 -1
  11. package/dist/assets/index19.css +1 -1
  12. package/dist/assets/index20.css +1 -1
  13. package/dist/assets/index21.css +1 -1
  14. package/dist/assets/index22.css +1 -1
  15. package/dist/assets/index23.css +1 -1
  16. package/dist/assets/index24.css +1 -1
  17. package/dist/assets/index25.css +1 -1
  18. package/dist/assets/index26.css +1 -1
  19. package/dist/assets/index27.css +1 -1
  20. package/dist/assets/index28.css +1 -1
  21. package/dist/assets/index29.css +1 -1
  22. package/dist/assets/index3.css +1 -1
  23. package/dist/assets/index30.css +1 -1
  24. package/dist/assets/index31.css +1 -1
  25. package/dist/assets/index32.css +1 -1
  26. package/dist/assets/index33.css +1 -1
  27. package/dist/assets/index34.css +1 -1
  28. package/dist/assets/index35.css +1 -0
  29. package/dist/assets/index36.css +1 -0
  30. package/dist/assets/index37.css +1 -0
  31. package/dist/assets/index38.css +1 -0
  32. package/dist/assets/index4.css +1 -1
  33. package/dist/assets/index5.css +1 -1
  34. package/dist/assets/index6.css +1 -1
  35. package/dist/assets/index7.css +1 -1
  36. package/dist/assets/index8.css +1 -1
  37. package/dist/assets/index9.css +1 -0
  38. package/dist/assets/styles.css +1 -1
  39. package/dist/components/_avatar/index.cjs +1 -1
  40. package/dist/components/_avatar/index.js +1 -1
  41. package/dist/components/_card/index.cjs +1 -1
  42. package/dist/components/_card/index.cjs.map +1 -1
  43. package/dist/components/_card/index.js +15 -14
  44. package/dist/components/_card/index.js.map +1 -1
  45. package/dist/components/_collapsible/index.cjs +1 -1
  46. package/dist/components/_collapsible/index.cjs.map +1 -1
  47. package/dist/components/_collapsible/index.js +14 -16
  48. package/dist/components/_collapsible/index.js.map +1 -1
  49. package/dist/components/_croppable/index.cjs +2 -0
  50. package/dist/components/_croppable/index.cjs.map +1 -0
  51. package/dist/components/_croppable/index.js +244 -0
  52. package/dist/components/_croppable/index.js.map +1 -0
  53. package/dist/components/_dropzone/index.cjs +1 -1
  54. package/dist/components/_dropzone/index.js +1 -1
  55. package/dist/components/_editor/index.cjs +26 -26
  56. package/dist/components/_editor/index.cjs.map +1 -1
  57. package/dist/components/_editor/index.js +3076 -2873
  58. package/dist/components/_editor/index.js.map +1 -1
  59. package/dist/components/_messages/index.cjs +1 -1
  60. package/dist/components/_messages/index.js +1 -1
  61. package/dist/components/_portal/index.cjs +1 -1
  62. package/dist/components/_portal/index.cjs.map +1 -1
  63. package/dist/components/_portal/index.js +17 -16
  64. package/dist/components/_portal/index.js.map +1 -1
  65. package/dist/components/_toasts/index.cjs +1 -1
  66. package/dist/components/_toasts/index.js +1 -1
  67. package/dist/components/_widget/index.cjs +2 -0
  68. package/dist/components/_widget/index.cjs.map +1 -0
  69. package/dist/components/_widget/index.js +11 -0
  70. package/dist/components/_widget/index.js.map +1 -0
  71. package/dist/components/accordion/index.cjs +1 -1
  72. package/dist/components/accordion/index.cjs.map +1 -1
  73. package/dist/components/accordion/index.js +7 -7
  74. package/dist/components/accordion/index.js.map +1 -1
  75. package/dist/components/app-link/index.cjs +1 -1
  76. package/dist/components/app-link/index.js +1 -1
  77. package/dist/components/aside/index.cjs +1 -1
  78. package/dist/components/aside/index.js +1 -1
  79. package/dist/components/badge/index.cjs +2 -0
  80. package/dist/components/badge/index.cjs.map +1 -0
  81. package/dist/components/badge/index.js +18 -0
  82. package/dist/components/badge/index.js.map +1 -0
  83. package/dist/components/banner/index.cjs +1 -1
  84. package/dist/components/banner/index.js +12 -12
  85. package/dist/components/branding/index.cjs +1 -1
  86. package/dist/components/branding/index.js +1 -1
  87. package/dist/components/button/index.cjs +1 -1
  88. package/dist/components/button/index.js +13 -13
  89. package/dist/components/checkbox/index.cjs +1 -1
  90. package/dist/components/checkbox/index.js +1 -1
  91. package/dist/components/dialog/index.cjs +1 -1
  92. package/dist/components/dialog/index.js +1 -1
  93. package/dist/components/figure/index.cjs +1 -1
  94. package/dist/components/figure/index.cjs.map +1 -1
  95. package/dist/components/figure/index.js +16 -17
  96. package/dist/components/figure/index.js.map +1 -1
  97. package/dist/components/file/index.cjs +1 -1
  98. package/dist/components/file/index.cjs.map +1 -1
  99. package/dist/components/file/index.js +19 -17
  100. package/dist/components/file/index.js.map +1 -1
  101. package/dist/components/form/index.cjs +1 -1
  102. package/dist/components/form/index.js +1 -1
  103. package/dist/components/group/index.cjs +1 -1
  104. package/dist/components/group/index.js +1 -1
  105. package/dist/components/header/index.cjs +1 -1
  106. package/dist/components/header/index.js +9 -9
  107. package/dist/components/icon/index.cjs +1 -1
  108. package/dist/components/icon/index.cjs.map +1 -1
  109. package/dist/components/icon/index.js +67 -33
  110. package/dist/components/icon/index.js.map +1 -1
  111. package/dist/components/image/index.cjs +1 -1
  112. package/dist/components/image/index.js +1 -1
  113. package/dist/components/input/index.cjs +1 -1
  114. package/dist/components/input/index.js +1 -1
  115. package/dist/components/layout/index.cjs +1 -1
  116. package/dist/components/layout/index.cjs.map +1 -1
  117. package/dist/components/layout/index.js +13 -12
  118. package/dist/components/layout/index.js.map +1 -1
  119. package/dist/components/link/index.cjs +1 -1
  120. package/dist/components/link/index.cjs.map +1 -1
  121. package/dist/components/link/index.js +14 -12
  122. package/dist/components/link/index.js.map +1 -1
  123. package/dist/components/list/index.cjs +1 -1
  124. package/dist/components/list/index.cjs.map +1 -1
  125. package/dist/components/list/index.js +19 -18
  126. package/dist/components/list/index.js.map +1 -1
  127. package/dist/components/message/index.cjs +1 -1
  128. package/dist/components/message/index.cjs.map +1 -1
  129. package/dist/components/message/index.js +14 -11
  130. package/dist/components/message/index.js.map +1 -1
  131. package/dist/components/nav/index.cjs +1 -1
  132. package/dist/components/nav/index.js +1 -1
  133. package/dist/components/select/index.cjs +1 -1
  134. package/dist/components/select/index.js +1 -1
  135. package/dist/components/sortable/index.cjs +1 -1
  136. package/dist/components/sortable/index.cjs.map +1 -1
  137. package/dist/components/sortable/index.js +25 -19
  138. package/dist/components/sortable/index.js.map +1 -1
  139. package/dist/components/table/index.cjs +2 -0
  140. package/dist/components/table/index.cjs.map +1 -0
  141. package/dist/components/table/index.js +48 -0
  142. package/dist/components/table/index.js.map +1 -0
  143. package/dist/components/textarea/index.cjs +1 -1
  144. package/dist/components/textarea/index.cjs.map +1 -1
  145. package/dist/components/textarea/index.js +24 -31
  146. package/dist/components/textarea/index.js.map +1 -1
  147. package/dist/components/toast/index.cjs +1 -1
  148. package/dist/components/toast/index.js +1 -1
  149. package/dist/index.cjs +1 -1
  150. package/dist/index.d.ts +84 -33
  151. package/dist/index.js +68 -60
  152. package/dist/index.js.map +1 -1
  153. package/dist/styles.module--qoz6wR5.cjs +2 -0
  154. package/dist/styles.module--qoz6wR5.cjs.map +1 -0
  155. package/dist/styles.module-y5zmJBcz.js +10 -0
  156. package/dist/styles.module-y5zmJBcz.js.map +1 -0
  157. package/package.json +1 -1
  158. package/dist/icons-C1LZmPn1.cjs +0 -2
  159. package/dist/icons-C1LZmPn1.cjs.map +0 -1
  160. package/dist/icons-fH5mEW6T.js +0 -39
  161. package/dist/icons-fH5mEW6T.js.map +0 -1
  162. package/dist/styles.module-BBfw-M3O.cjs +0 -2
  163. package/dist/styles.module-BBfw-M3O.cjs.map +0 -1
  164. package/dist/styles.module-BUHdj3im.js +0 -10
  165. package/dist/styles.module-BUHdj3im.js.map +0 -1
package/dist/index.d.ts CHANGED
@@ -42,6 +42,13 @@ declare type AvatarProps = {
42
42
  link?: string;
43
43
  };
44
44
 
45
+ export declare const Badge: ({ children, variant }: BadgeProps) => JSX.Element;
46
+
47
+ declare type BadgeProps = {
48
+ children?: React.ReactNode;
49
+ variant?: keyof typeof variants_2;
50
+ };
51
+
45
52
  export declare const Banner: ({ button, message, onClick, onDismiss, visible }: BannerProps) => JSX.Element;
46
53
 
47
54
  declare type BannerProps = {
@@ -57,7 +64,7 @@ export declare const Branding: ({ name, size, variant }: BrandingProps) => JSX.E
57
64
  declare type BrandingProps = {
58
65
  name: keyof typeof brandingSVG;
59
66
  size?: number | string;
60
- variant?: keyof typeof variants_2;
67
+ variant?: keyof typeof variants_3;
61
68
  };
62
69
 
63
70
  declare const brandingSVG: {
@@ -71,7 +78,7 @@ declare type ButtonProps = React.ButtonHTMLAttributes<HTMLButtonElement> & {
71
78
  className?: string;
72
79
  disabled?: boolean;
73
80
  onClick?: React.MouseEventHandler<HTMLButtonElement>;
74
- variant?: keyof typeof variants_3;
81
+ variant?: keyof typeof variants_4;
75
82
  };
76
83
 
77
84
  export declare const Card: ({ children, draft, image, onClick, scheduled }: CardProps) => JSX.Element;
@@ -94,12 +101,32 @@ declare type CheckboxProps = React.InputHTMLAttributes<HTMLInputElement> & {
94
101
  onChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
95
102
  };
96
103
 
97
- export declare const Collapsible: ({ children, disableCollapse, summary }: CollapsibleProps) => JSX.Element;
104
+ export declare const Collapsible: ({ children, disabled, label }: CollapsibleProps) => JSX.Element;
98
105
 
99
106
  declare type CollapsibleProps = {
100
107
  children: default_2.ReactNode;
101
- disableCollapse?: boolean;
102
- summary: default_2.ReactNode;
108
+ disabled?: boolean;
109
+ label?: default_2.ReactNode;
110
+ };
111
+
112
+ export declare const Croppable: ({ children, fill, height, onCroppableChange, onFileChange, onTransformChange, transform, }: CroppableProps) => JSX.Element;
113
+
114
+ declare type CroppableProps = {
115
+ children?: default_2.ReactNode;
116
+ fill?: 'width' | 'height' | 'none';
117
+ height?: number;
118
+ onCroppableChange?: (rect: DOMRect) => void;
119
+ onFileChange?: (file: File | null) => void;
120
+ onTransformChange?: (transform: CroppableTransform) => void;
121
+ transform?: CroppableTransform;
122
+ };
123
+
124
+ declare type CroppableTransform = {
125
+ offset: {
126
+ x: number;
127
+ y: number;
128
+ };
129
+ zoom: number;
103
130
  };
104
131
 
105
132
  export declare const Dialog: ({ children, setOpen, ...props }: DialogProps) => JSX.Element;
@@ -129,22 +156,23 @@ declare type EditorProps = {
129
156
  onChange?: (html: string) => void;
130
157
  };
131
158
 
132
- export declare const Figure: ({ children, label, offset }: FigureProps) => JSX.Element;
159
+ export declare const Figure: ({ children, className, label, offset }: FigureProps) => JSX.Element;
133
160
 
134
161
  declare type FigureProps = {
135
162
  children?: React.ReactNode;
163
+ className?: string;
136
164
  label?: string;
137
165
  offset?: 'left' | 'right';
138
166
  };
139
167
 
140
- declare const File_2: ({ name, onClick, url, variant }: FileProps) => JSX.Element;
168
+ declare const File_2: ({ name, onClick, onDelete, url }: FileProps) => JSX.Element;
141
169
  export { File_2 as File }
142
170
 
143
171
  declare type FileProps = {
144
172
  name: string;
145
173
  onClick?: () => void;
174
+ onDelete?: () => void;
146
175
  url?: string;
147
- variant?: 'primary' | 'danger';
148
176
  };
149
177
 
150
178
  export declare const Form: ({ animation, children, inline, ...props }: FormProps) => JSX.Element;
@@ -167,7 +195,7 @@ export declare const Header: ({ children, variant }: HeaderProps) => JSX.Element
167
195
 
168
196
  declare type HeaderProps = {
169
197
  children: React.ReactNode;
170
- variant?: keyof typeof variants_4;
198
+ variant?: keyof typeof variants_5;
171
199
  };
172
200
 
173
201
  export declare const Icon: ({ gap, name, size, variant }: IconProps) => JSX.Element;
@@ -178,11 +206,13 @@ declare const iconPaths: {
178
206
  bold: string;
179
207
  buildings: string;
180
208
  card: string;
209
+ check: string;
181
210
  chevron: string;
182
211
  clipboard: string;
183
212
  document: string;
184
213
  error: string;
185
214
  gear: string;
215
+ goTo: string;
186
216
  home: string;
187
217
  image: string;
188
218
  info: string;
@@ -199,6 +229,7 @@ declare const iconPaths: {
199
229
  search: string;
200
230
  success: string;
201
231
  trash: string;
232
+ updown: string;
202
233
  upload: string;
203
234
  user: string;
204
235
  x: string;
@@ -208,7 +239,7 @@ declare type IconProps = {
208
239
  gap?: 'left' | 'none' | 'right';
209
240
  name: IconName;
210
241
  size?: keyof typeof sizes;
211
- variant?: keyof typeof variants_5;
242
+ variant?: keyof typeof variants_6;
212
243
  loading?: boolean;
213
244
  };
214
245
 
@@ -232,7 +263,7 @@ export declare const Layout: ({ children, isLoading, feature, ...props }: Layout
232
263
 
233
264
  declare type LayoutProps = {
234
265
  children: React.ReactNode;
235
- feature: 'home';
266
+ feature: 'dashboard' | 'home';
236
267
  isLoading?: boolean;
237
268
  };
238
269
 
@@ -242,25 +273,24 @@ declare type LinkProps = React.AnchorHTMLAttributes<HTMLAnchorElement> & {
242
273
  children: React.ReactNode;
243
274
  className?: string;
244
275
  to?: string;
245
- variant?: 'primary' | 'danger';
276
+ variant?: 'danger' | 'minimal' | 'primary';
246
277
  };
247
278
 
248
- export declare const List: ({ children, className, twoColumns }: ListProps) => JSX.Element;
279
+ export declare function List({ children, className, columns, style, ...props }: ListProps): JSX.Element;
249
280
 
250
- declare type ListProps = {
251
- children?: default_2.ReactNode;
252
- className?: string;
253
- twoColumns?: boolean;
281
+ declare type ListProps = default_2.ComponentPropsWithoutRef<'ul'> & {
282
+ columns?: number;
254
283
  };
255
284
 
256
- export declare const Message: ({ content, id, type }: MessageOptions) => JSX.Element;
285
+ export declare const Message: ({ content, id, preview, type }: MessageOptions) => JSX.Element;
257
286
 
258
287
  declare type MessageItem = MessageOptions;
259
288
 
260
289
  export declare type MessageOptions = {
261
290
  content: React.ReactNode;
262
291
  id: string;
263
- type?: 'default' | 'system' | 'user';
292
+ preview?: boolean;
293
+ type?: 'default' | 'minimal' | 'system' | 'user';
264
294
  };
265
295
 
266
296
  export declare const Messages: ({ messages }: MessagesProps) => JSX.Element | null;
@@ -275,14 +305,15 @@ declare type NavProps = {
275
305
  animation?: AnimationName;
276
306
  children?: React.ReactNode;
277
307
  horizontal?: boolean;
278
- variant?: keyof typeof variants_6;
308
+ variant?: keyof typeof variants_7;
279
309
  };
280
310
 
281
- export declare const Portal: ({ children, portals }: PortalProps) => JSX.Element;
311
+ export declare const Portal: ({ children, portals, open }: PortalProps) => JSX.Element;
282
312
 
283
313
  declare type PortalProps = {
284
314
  children?: React.ReactNode;
285
315
  portals?: React.ReactNode;
316
+ open?: boolean;
286
317
  };
287
318
 
288
319
  export declare const Select: ({ children, label, placeholder, ...props }: SelectProps) => JSX.Element;
@@ -302,12 +333,11 @@ declare const sizes: {
302
333
  /**
303
334
  * Children must provide a stable `data-id` for emits `{ id, weight }` and `key` (reconciliation).
304
335
  */
305
- export declare function Sortable({ children, onChangeOrder, twoColumns }: SortableProps): JSX.Element;
336
+ export declare function Sortable({ children, className, columns, onChangeOrder, style, ...props }: SortableProps): JSX.Element;
306
337
 
307
- declare type SortableProps = {
308
- children?: default_2.ReactNode;
338
+ declare type SortableProps = default_2.ComponentPropsWithoutRef<'ol'> & {
339
+ columns?: number;
309
340
  onChangeOrder?: (order: SortItem[]) => void;
310
- twoColumns?: boolean;
311
341
  };
312
342
 
313
343
  declare type SortItem = {
@@ -315,13 +345,22 @@ declare type SortItem = {
315
345
  weight: number;
316
346
  };
317
347
 
318
- export declare const Textarea: ({ label, maxHeight, ...props }: TextareaProps) => JSX.Element;
348
+ /**
349
+ * Sortable columns must provide data-type (number or text) in the `th` element.
350
+ */
351
+ export declare const Table: ({ children, locale, ...props }: TableProps) => JSX.Element;
352
+
353
+ declare type TableProps = React.TableHTMLAttributes<HTMLTableElement> & {
354
+ children?: React.ReactNode;
355
+ locale?: string | string[];
356
+ };
357
+
358
+ export declare const Textarea: ({ label, maxRows, minRows, required, value, ...props }: TextareaProps) => JSX.Element;
319
359
 
320
360
  declare type TextareaProps = React.ComponentPropsWithoutRef<'textarea'> & {
321
- disabled?: boolean;
322
361
  label?: string;
323
- maxHeight?: string;
324
- placeholder?: string;
362
+ maxRows?: number;
363
+ minRows?: number;
325
364
  };
326
365
 
327
366
  export declare const Toast: ({ label, type, onClick, onExitComplete, open, }: ToastProps) => JSX.Element;
@@ -367,32 +406,44 @@ declare const variants: {
367
406
 
368
407
  declare const variants_2: {
369
408
  default: string;
370
- white: string;
409
+ primary: string;
410
+ info: string;
371
411
  };
372
412
 
373
413
  declare const variants_3: {
414
+ default: string;
415
+ white: string;
416
+ };
417
+
418
+ declare const variants_4: {
374
419
  danger: string;
375
420
  default: string;
376
421
  minimal: string;
377
422
  primary: string;
378
423
  };
379
424
 
380
- declare const variants_4: {
425
+ declare const variants_5: {
381
426
  default: string;
382
427
  jumbo: string;
383
428
  };
384
429
 
385
- declare const variants_5: {
430
+ declare const variants_6: {
386
431
  danger: string;
387
432
  default: string;
388
433
  primary: string;
389
434
  white: string;
390
435
  };
391
436
 
392
- declare const variants_6: {
437
+ declare const variants_7: {
393
438
  default: string;
394
439
  pills: string;
395
440
  tabs: string;
396
441
  };
397
442
 
443
+ export declare const Widget: ({ children }: WidgetProps) => JSX.Element;
444
+
445
+ declare type WidgetProps = {
446
+ children: React.ReactNode;
447
+ };
448
+
398
449
  export { }
package/dist/index.js CHANGED
@@ -1,71 +1,79 @@
1
1
  import { Avatar as e } from "./components/_avatar/index.js";
2
2
  import { Card as p } from "./components/_card/index.js";
3
3
  import { Collapsible as x } from "./components/_collapsible/index.js";
4
- import { Dropzone as a } from "./components/_dropzone/index.js";
5
- import { Editor as n } from "./components/_editor/index.js";
6
- import { Messages as l } from "./components/_messages/index.js";
7
- import { Portal as d } from "./components/_portal/index.js";
8
- import { Toasts as u } from "./components/_toasts/index.js";
4
+ import { Croppable as a } from "./components/_croppable/index.js";
5
+ import { Dropzone as l } from "./components/_dropzone/index.js";
6
+ import { Editor as s } from "./components/_editor/index.js";
7
+ import { Messages as d } from "./components/_messages/index.js";
8
+ import { Portal as c } from "./components/_portal/index.js";
9
+ import { Toasts as T } from "./components/_toasts/index.js";
10
+ import { Widget as B } from "./components/_widget/index.js";
9
11
  import { Accordion as L } from "./components/accordion/index.js";
10
- import { AppLink as b } from "./components/app-link/index.js";
11
- import { Aside as B } from "./components/aside/index.js";
12
- import { Banner as F } from "./components/banner/index.js";
13
- import { Branding as v } from "./components/branding/index.js";
14
- import { Button as M } from "./components/button/index.js";
15
- import { Checkbox as h } from "./components/checkbox/index.js";
16
- import { Dialog as z } from "./components/dialog/index.js";
17
- import { Figure as G } from "./components/figure/index.js";
18
- import { File as N } from "./components/file/index.js";
19
- import { Form as j } from "./components/form/index.js";
20
- import { Group as w } from "./components/group/index.js";
21
- import { Header as K } from "./components/header/index.js";
22
- import { Icon as Q } from "./components/icon/index.js";
23
- import { Image as U } from "./components/image/index.js";
24
- import { Input as W } from "./components/input/index.js";
25
- import { Layout as Y } from "./components/layout/index.js";
26
- import { Link as _ } from "./components/link/index.js";
27
- import { List as oo } from "./components/list/index.js";
28
- import { Message as eo } from "./components/message/index.js";
29
- import { Nav as po } from "./components/nav/index.js";
30
- import { Select as xo } from "./components/select/index.js";
31
- import { Sortable as ao } from "./components/sortable/index.js";
32
- import { Textarea as no } from "./components/textarea/index.js";
33
- import { Toast as lo } from "./components/toast/index.js";
34
- import { Toggle as co } from "./components/toggle/index.js";
12
+ import { AppLink as F } from "./components/app-link/index.js";
13
+ import { Aside as v } from "./components/aside/index.js";
14
+ import { Badge as M } from "./components/badge/index.js";
15
+ import { Banner as h } from "./components/banner/index.js";
16
+ import { Branding as z } from "./components/branding/index.js";
17
+ import { Button as G } from "./components/button/index.js";
18
+ import { Checkbox as N } from "./components/checkbox/index.js";
19
+ import { Dialog as W } from "./components/dialog/index.js";
20
+ import { Figure as q } from "./components/figure/index.js";
21
+ import { File as J } from "./components/file/index.js";
22
+ import { Form as O } from "./components/form/index.js";
23
+ import { Group as R } from "./components/group/index.js";
24
+ import { Header as V } from "./components/header/index.js";
25
+ import { Icon as Y } from "./components/icon/index.js";
26
+ import { Image as _ } from "./components/image/index.js";
27
+ import { Input as oo } from "./components/input/index.js";
28
+ import { Layout as eo } from "./components/layout/index.js";
29
+ import { Link as po } from "./components/link/index.js";
30
+ import { List as xo } from "./components/list/index.js";
31
+ import { Message as ao } from "./components/message/index.js";
32
+ import { Nav as lo } from "./components/nav/index.js";
33
+ import { Select as so } from "./components/select/index.js";
34
+ import { Sortable as bo } from "./components/sortable/index.js";
35
+ import { Table as uo } from "./components/table/index.js";
36
+ import { Textarea as Ao } from "./components/textarea/index.js";
37
+ import { Toast as Co } from "./components/toast/index.js";
38
+ import { Toggle as ko } from "./components/toggle/index.js";
35
39
  import './assets/index.css';export {
36
40
  L as Accordion,
37
- b as AppLink,
38
- B as Aside,
41
+ F as AppLink,
42
+ v as Aside,
39
43
  e as Avatar,
40
- F as Banner,
41
- v as Branding,
42
- M as Button,
44
+ M as Badge,
45
+ h as Banner,
46
+ z as Branding,
47
+ G as Button,
43
48
  p as Card,
44
- h as Checkbox,
49
+ N as Checkbox,
45
50
  x as Collapsible,
46
- z as Dialog,
47
- a as Dropzone,
48
- n as Editor,
49
- G as Figure,
50
- N as File,
51
- j as Form,
52
- w as Group,
53
- K as Header,
54
- Q as Icon,
55
- U as Image,
56
- W as Input,
57
- Y as Layout,
58
- _ as Link,
59
- oo as List,
60
- eo as Message,
61
- l as Messages,
62
- po as Nav,
63
- d as Portal,
64
- xo as Select,
65
- ao as Sortable,
66
- no as Textarea,
67
- lo as Toast,
68
- u as Toasts,
69
- co as Toggle
51
+ a as Croppable,
52
+ W as Dialog,
53
+ l as Dropzone,
54
+ s as Editor,
55
+ q as Figure,
56
+ J as File,
57
+ O as Form,
58
+ R as Group,
59
+ V as Header,
60
+ Y as Icon,
61
+ _ as Image,
62
+ oo as Input,
63
+ eo as Layout,
64
+ po as Link,
65
+ xo as List,
66
+ ao as Message,
67
+ d as Messages,
68
+ lo as Nav,
69
+ c as Portal,
70
+ so as Select,
71
+ bo as Sortable,
72
+ uo as Table,
73
+ Ao as Textarea,
74
+ Co as Toast,
75
+ T as Toasts,
76
+ ko as Toggle,
77
+ B as Widget
70
78
  };
71
79
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -0,0 +1,2 @@
1
+ "use strict";require('./assets/styles.css');const t="_container_1qx20_1",n="_input_1qx20_10",e="_label_1qx20_45",i="_required_1qx20_49",_={container:t,input:n,label:e,required:i};exports.inputStyles=_;
2
+ //# sourceMappingURL=styles.module--qoz6wR5.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.module--qoz6wR5.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -0,0 +1,10 @@
1
+ import './assets/styles.css';const n = "_container_1qx20_1", e = "_input_1qx20_10", t = "_label_1qx20_45", _ = "_required_1qx20_49", i = {
2
+ container: n,
3
+ input: e,
4
+ label: t,
5
+ required: _
6
+ };
7
+ export {
8
+ i
9
+ };
10
+ //# sourceMappingURL=styles.module-y5zmJBcz.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"styles.module-y5zmJBcz.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solibo/solibo-ui",
3
- "version": "0.3.15",
3
+ "version": "0.3.18",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite build --watch",
@@ -1,2 +0,0 @@
1
- "use strict";const h={bold:"M6.75 3.744h-.753v8.25h7.125a4.125 4.125 0 0 0 0-8.25H6.75Zm0 0v.38m0 16.122h6.747a4.5 4.5 0 0 0 0-9.001h-7.5v9h.753Zm0 0v-.37m0-15.751h6a3.75 3.75 0 1 1 0 7.5h-6m0-7.5v7.5m0 0v8.25m0-8.25h6.375a4.125 4.125 0 0 1 0 8.25H6.75m.747-15.38h4.875a3.375 3.375 0 0 1 0 6.75H7.497v-6.75Zm0 7.5h5.25a3.75 3.75 0 0 1 0 7.5h-5.25v-7.5Z",buildings:"M2.25 21h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75 6.75h.75m-.75 3h.75m-.75 3h.75m3-6h.75m-.75 3h.75m-.75 3h.75M6.75 21v-3.375c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21M3 3h12m-.75 4.5H21m-3.75 3.75h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Z",card:"M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Zm6-10.125a1.875 1.875 0 1 1-3.75 0 1.875 1.875 0 0 1 3.75 0Zm1.294 6.336a6.721 6.721 0 0 1-3.17.789 6.721 6.721 0 0 1-3.168-.789 3.376 3.376 0 0 1 6.338 0Z",chevron:"m19.5 8.25-7.5 7.5-7.5-7.5",clipboard:"M11.35 3.836c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-.1-.664m-5.8 0A2.251 2.251 0 0 1 13.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m8.9-4.414c.376.023.75.05 1.124.08 1.131.094 1.976 1.057 1.976 2.192V16.5A2.25 2.25 0 0 1 18 18.75h-2.25m-7.5-10.5H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V18.75m-7.5-10.5h6.375c.621 0 1.125.504 1.125 1.125v9.375m-8.25-3 1.5 1.5 3-3.75",document:"M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z",error:"M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126ZM12 15.75h.007v.008H12v-.008Z",gear:"M2.3 11.2C2.3 16.2 6.4 20.3 11.4 20.3C16.4 20.3 20.4 16.2 20.4 11.2M2.3 11.2C2.3 6.2 6.4 2.1 11.4 2.1C16.4 2.1 20.4 6.2 20.4 11.2M2.3 11.2L0.5 11.2M20.4 11.2L22.2 11.2M20.4 11.2L11.4 11.2M1.2 14.9L2.9 14.3M19.9 8.1L21.6 7.5M3 18.2L4.4 17M18.3 5.4L19.7 4.2M5.9 20.6L6.8 19.1M15.9 3.4L16.8 1.8M9.5 21.9L9.8 20.1M12.9 2.3L13.3 0.5M13.3 21.9L12.9 20.1M9.8 2.3L9.5 0.5M16.8 20.6L15.9 19.1M5.9 1.8L11.4 11.2M19.7 18.2L18.3 17M4.4 5.4L3 4.2M21.6 14.9L19.9 14.3M2.9 8.1L1.2 7.5M11.4 11.2L6.8 19.1",home:"m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25",image:"m2.25 15.75 5.159-5.159a2.25 2.25 0 0 1 3.182 0l5.159 5.159m-1.5-1.5 1.409-1.409a2.25 2.25 0 0 1 3.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 0 0 1.5-1.5V6a1.5 1.5 0 0 0-1.5-1.5H3.75A1.5 1.5 0 0 0 2.25 6v12a1.5 1.5 0 0 0 1.5 1.5Zm10.5-11.25h.008v.008h-.008V8.25Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z",info:"m11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9-3.75h.008v.008H12V8.25Z",italic:"M5.248 20.246H9.05m0 0h3.696m-3.696 0 5.893-16.502m0 0h-3.697m3.697 0h3.803",link:"M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244",list:"M8.25 6.75h12M8.25 12h12m-12 5.25h12M3.75 6.75h.007v.008H3.75V6.75Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0ZM3.75 12h.007v.008H3.75V12Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm-.375 5.25h.007v.008H3.75v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z",menu:"M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5",mobile:"M10.5 1.5H8.25A2.25 2.25 0 0 0 6 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h7.5A2.25 2.25 0 0 0 18 20.25V3.75a2.25 2.25 0 0 0-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3",pencil:"M21.731 2.269a2.625 2.625 0 0 0-3.712 0l-1.157 1.157 3.712 3.712 1.157-1.157a2.625 2.625 0 0 0 0-3.712ZM19.513 8.199l-3.712-3.712-12.15 12.15a5.25 5.25 0 0 0-1.32 2.214l-.8 2.685a.75.75 0 0 0 .933.933l2.685-.8a5.25 5.25 0 0 0 2.214-1.32L19.513 8.2Z",people:"M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z",phone:"M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 0 0 2.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 0 1-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 0 0-1.091-.852H4.5A2.25 2.25 0 0 0 2.25 4.5v2.25Z",plane:"M6 12 3.269 3.125A59.769 59.769 0 0 1 21.485 12 59.768 59.768 0 0 1 3.27 20.875L5.999 12Zm0 0h7.5",plus:"M12 4.5v15m7.5-7.5h-15",search:"m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z",success:"M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z",trash:"m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0",upload:"M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5m-13.5-9L12 3m0 0 4.5 4.5M12 3v13.5",user:"M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z",x:"M6 18 18 6M6 6l12 12"};function a(m){return`url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='${m}' /%3E%3C/svg%3E%0A")`}const M=m=>a(h[m]);exports.embedSVG=a;exports.iconPaths=h;exports.iconSVG=M;
2
- //# sourceMappingURL=icons-C1LZmPn1.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"icons-C1LZmPn1.cjs","sources":["../src/components/icon/icons.ts"],"sourcesContent":["export type IconName = keyof typeof iconPaths;\n\nexport const iconPaths = {\n bold: 'M6.75 3.744h-.753v8.25h7.125a4.125 4.125 0 0 0 0-8.25H6.75Zm0 0v.38m0 16.122h6.747a4.5 4.5 0 0 0 0-9.001h-7.5v9h.753Zm0 0v-.37m0-15.751h6a3.75 3.75 0 1 1 0 7.5h-6m0-7.5v7.5m0 0v8.25m0-8.25h6.375a4.125 4.125 0 0 1 0 8.25H6.75m.747-15.38h4.875a3.375 3.375 0 0 1 0 6.75H7.497v-6.75Zm0 7.5h5.25a3.75 3.75 0 0 1 0 7.5h-5.25v-7.5Z',\n buildings:\n 'M2.25 21h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75 6.75h.75m-.75 3h.75m-.75 3h.75m3-6h.75m-.75 3h.75m-.75 3h.75M6.75 21v-3.375c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21M3 3h12m-.75 4.5H21m-3.75 3.75h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Z',\n card: 'M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Zm6-10.125a1.875 1.875 0 1 1-3.75 0 1.875 1.875 0 0 1 3.75 0Zm1.294 6.336a6.721 6.721 0 0 1-3.17.789 6.721 6.721 0 0 1-3.168-.789 3.376 3.376 0 0 1 6.338 0Z',\n chevron: 'm19.5 8.25-7.5 7.5-7.5-7.5',\n clipboard:\n 'M11.35 3.836c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-.1-.664m-5.8 0A2.251 2.251 0 0 1 13.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m8.9-4.414c.376.023.75.05 1.124.08 1.131.094 1.976 1.057 1.976 2.192V16.5A2.25 2.25 0 0 1 18 18.75h-2.25m-7.5-10.5H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V18.75m-7.5-10.5h6.375c.621 0 1.125.504 1.125 1.125v9.375m-8.25-3 1.5 1.5 3-3.75',\n document:\n 'M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z',\n error:\n 'M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126ZM12 15.75h.007v.008H12v-.008Z',\n gear: 'M2.3 11.2C2.3 16.2 6.4 20.3 11.4 20.3C16.4 20.3 20.4 16.2 20.4 11.2M2.3 11.2C2.3 6.2 6.4 2.1 11.4 2.1C16.4 2.1 20.4 6.2 20.4 11.2M2.3 11.2L0.5 11.2M20.4 11.2L22.2 11.2M20.4 11.2L11.4 11.2M1.2 14.9L2.9 14.3M19.9 8.1L21.6 7.5M3 18.2L4.4 17M18.3 5.4L19.7 4.2M5.9 20.6L6.8 19.1M15.9 3.4L16.8 1.8M9.5 21.9L9.8 20.1M12.9 2.3L13.3 0.5M13.3 21.9L12.9 20.1M9.8 2.3L9.5 0.5M16.8 20.6L15.9 19.1M5.9 1.8L11.4 11.2M19.7 18.2L18.3 17M4.4 5.4L3 4.2M21.6 14.9L19.9 14.3M2.9 8.1L1.2 7.5M11.4 11.2L6.8 19.1',\n home: 'm2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25',\n image:\n 'm2.25 15.75 5.159-5.159a2.25 2.25 0 0 1 3.182 0l5.159 5.159m-1.5-1.5 1.409-1.409a2.25 2.25 0 0 1 3.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 0 0 1.5-1.5V6a1.5 1.5 0 0 0-1.5-1.5H3.75A1.5 1.5 0 0 0 2.25 6v12a1.5 1.5 0 0 0 1.5 1.5Zm10.5-11.25h.008v.008h-.008V8.25Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z',\n info: 'm11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9-3.75h.008v.008H12V8.25Z',\n italic: 'M5.248 20.246H9.05m0 0h3.696m-3.696 0 5.893-16.502m0 0h-3.697m3.697 0h3.803',\n link: 'M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244',\n list: 'M8.25 6.75h12M8.25 12h12m-12 5.25h12M3.75 6.75h.007v.008H3.75V6.75Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0ZM3.75 12h.007v.008H3.75V12Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm-.375 5.25h.007v.008H3.75v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z',\n menu: 'M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5',\n mobile:\n 'M10.5 1.5H8.25A2.25 2.25 0 0 0 6 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h7.5A2.25 2.25 0 0 0 18 20.25V3.75a2.25 2.25 0 0 0-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3',\n pencil:\n 'M21.731 2.269a2.625 2.625 0 0 0-3.712 0l-1.157 1.157 3.712 3.712 1.157-1.157a2.625 2.625 0 0 0 0-3.712ZM19.513 8.199l-3.712-3.712-12.15 12.15a5.25 5.25 0 0 0-1.32 2.214l-.8 2.685a.75.75 0 0 0 .933.933l2.685-.8a5.25 5.25 0 0 0 2.214-1.32L19.513 8.2Z',\n people:\n 'M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z',\n phone:\n 'M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 0 0 2.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 0 1-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 0 0-1.091-.852H4.5A2.25 2.25 0 0 0 2.25 4.5v2.25Z',\n plane:\n 'M6 12 3.269 3.125A59.769 59.769 0 0 1 21.485 12 59.768 59.768 0 0 1 3.27 20.875L5.999 12Zm0 0h7.5',\n plus: 'M12 4.5v15m7.5-7.5h-15',\n search: 'm21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z',\n success: 'M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z',\n trash:\n 'm14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0',\n upload:\n 'M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5m-13.5-9L12 3m0 0 4.5 4.5M12 3v13.5',\n user: 'M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z',\n x: 'M6 18 18 6M6 6l12 12',\n};\n\nexport function embedSVG(iconPath: string): string {\n return `url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='${iconPath}' /%3E%3C/svg%3E%0A\")`;\n}\n\nexport const iconSVG = (name: IconName) => embedSVG(iconPaths[name]);\n"],"names":["iconPaths","bold","buildings","card","chevron","clipboard","document","error","gear","home","image","info","italic","link","list","menu","mobile","pencil","people","phone","plane","plus","search","success","trash","upload","user","x","embedSVG","iconPath","iconSVG","name"],"mappings":"aAEO,MAAMA,EAAY,CACvBC,KAAM,uUACNC,UACE,6SACFC,KAAM,+TACNC,QAAS,6BACTC,UACE,iiBACFC,SACE,oQACFC,MACE,mLACFC,KAAM,2eACNC,KAAM,6OACNC,MACE,0TACFC,KAAM,2JACNC,OAAQ,8EACRC,KAAM,4KACNC,KAAM,wRACNC,KAAM,+CACNC,OACE,uKACFC,OACE,2PACFC,OACE,4XACFC,MACE,oWACFC,MACE,oGACFC,KAAM,yBACNC,OAAQ,gFACRC,QAAS,iEACTC,MACE,gaACFC,OACE,6GACFC,KAAM,0JACNC,EAAG,sBACL,EAEO,SAASC,EAASC,EAA0B,CACjD,MAAO,mMAAmMA,CAAQ,uBACpN,CAEO,MAAMC,EAAWC,GAAmBH,EAAS5B,EAAU+B,CAAI,CAAC"}
@@ -1,39 +0,0 @@
1
- const h = {
2
- bold: "M6.75 3.744h-.753v8.25h7.125a4.125 4.125 0 0 0 0-8.25H6.75Zm0 0v.38m0 16.122h6.747a4.5 4.5 0 0 0 0-9.001h-7.5v9h.753Zm0 0v-.37m0-15.751h6a3.75 3.75 0 1 1 0 7.5h-6m0-7.5v7.5m0 0v8.25m0-8.25h6.375a4.125 4.125 0 0 1 0 8.25H6.75m.747-15.38h4.875a3.375 3.375 0 0 1 0 6.75H7.497v-6.75Zm0 7.5h5.25a3.75 3.75 0 0 1 0 7.5h-5.25v-7.5Z",
3
- buildings: "M2.25 21h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75 6.75h.75m-.75 3h.75m-.75 3h.75m3-6h.75m-.75 3h.75m-.75 3h.75M6.75 21v-3.375c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21M3 3h12m-.75 4.5H21m-3.75 3.75h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Z",
4
- card: "M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Zm6-10.125a1.875 1.875 0 1 1-3.75 0 1.875 1.875 0 0 1 3.75 0Zm1.294 6.336a6.721 6.721 0 0 1-3.17.789 6.721 6.721 0 0 1-3.168-.789 3.376 3.376 0 0 1 6.338 0Z",
5
- chevron: "m19.5 8.25-7.5 7.5-7.5-7.5",
6
- clipboard: "M11.35 3.836c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-.1-.664m-5.8 0A2.251 2.251 0 0 1 13.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m8.9-4.414c.376.023.75.05 1.124.08 1.131.094 1.976 1.057 1.976 2.192V16.5A2.25 2.25 0 0 1 18 18.75h-2.25m-7.5-10.5H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V18.75m-7.5-10.5h6.375c.621 0 1.125.504 1.125 1.125v9.375m-8.25-3 1.5 1.5 3-3.75",
7
- document: "M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z",
8
- error: "M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126ZM12 15.75h.007v.008H12v-.008Z",
9
- gear: "M2.3 11.2C2.3 16.2 6.4 20.3 11.4 20.3C16.4 20.3 20.4 16.2 20.4 11.2M2.3 11.2C2.3 6.2 6.4 2.1 11.4 2.1C16.4 2.1 20.4 6.2 20.4 11.2M2.3 11.2L0.5 11.2M20.4 11.2L22.2 11.2M20.4 11.2L11.4 11.2M1.2 14.9L2.9 14.3M19.9 8.1L21.6 7.5M3 18.2L4.4 17M18.3 5.4L19.7 4.2M5.9 20.6L6.8 19.1M15.9 3.4L16.8 1.8M9.5 21.9L9.8 20.1M12.9 2.3L13.3 0.5M13.3 21.9L12.9 20.1M9.8 2.3L9.5 0.5M16.8 20.6L15.9 19.1M5.9 1.8L11.4 11.2M19.7 18.2L18.3 17M4.4 5.4L3 4.2M21.6 14.9L19.9 14.3M2.9 8.1L1.2 7.5M11.4 11.2L6.8 19.1",
10
- home: "m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25",
11
- image: "m2.25 15.75 5.159-5.159a2.25 2.25 0 0 1 3.182 0l5.159 5.159m-1.5-1.5 1.409-1.409a2.25 2.25 0 0 1 3.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 0 0 1.5-1.5V6a1.5 1.5 0 0 0-1.5-1.5H3.75A1.5 1.5 0 0 0 2.25 6v12a1.5 1.5 0 0 0 1.5 1.5Zm10.5-11.25h.008v.008h-.008V8.25Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z",
12
- info: "m11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9-3.75h.008v.008H12V8.25Z",
13
- italic: "M5.248 20.246H9.05m0 0h3.696m-3.696 0 5.893-16.502m0 0h-3.697m3.697 0h3.803",
14
- link: "M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244",
15
- list: "M8.25 6.75h12M8.25 12h12m-12 5.25h12M3.75 6.75h.007v.008H3.75V6.75Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0ZM3.75 12h.007v.008H3.75V12Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm-.375 5.25h.007v.008H3.75v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z",
16
- menu: "M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5",
17
- mobile: "M10.5 1.5H8.25A2.25 2.25 0 0 0 6 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h7.5A2.25 2.25 0 0 0 18 20.25V3.75a2.25 2.25 0 0 0-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3",
18
- pencil: "M21.731 2.269a2.625 2.625 0 0 0-3.712 0l-1.157 1.157 3.712 3.712 1.157-1.157a2.625 2.625 0 0 0 0-3.712ZM19.513 8.199l-3.712-3.712-12.15 12.15a5.25 5.25 0 0 0-1.32 2.214l-.8 2.685a.75.75 0 0 0 .933.933l2.685-.8a5.25 5.25 0 0 0 2.214-1.32L19.513 8.2Z",
19
- people: "M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z",
20
- phone: "M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 0 0 2.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 0 1-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 0 0-1.091-.852H4.5A2.25 2.25 0 0 0 2.25 4.5v2.25Z",
21
- plane: "M6 12 3.269 3.125A59.769 59.769 0 0 1 21.485 12 59.768 59.768 0 0 1 3.27 20.875L5.999 12Zm0 0h7.5",
22
- plus: "M12 4.5v15m7.5-7.5h-15",
23
- search: "m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z",
24
- success: "M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z",
25
- trash: "m14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0",
26
- upload: "M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5m-13.5-9L12 3m0 0 4.5 4.5M12 3v13.5",
27
- user: "M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z",
28
- x: "M6 18 18 6M6 6l12 12"
29
- };
30
- function a(m) {
31
- return `url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='${m}' /%3E%3C/svg%3E%0A")`;
32
- }
33
- const M = (m) => a(h[m]);
34
- export {
35
- h as a,
36
- a as e,
37
- M as i
38
- };
39
- //# sourceMappingURL=icons-fH5mEW6T.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"icons-fH5mEW6T.js","sources":["../src/components/icon/icons.ts"],"sourcesContent":["export type IconName = keyof typeof iconPaths;\n\nexport const iconPaths = {\n bold: 'M6.75 3.744h-.753v8.25h7.125a4.125 4.125 0 0 0 0-8.25H6.75Zm0 0v.38m0 16.122h6.747a4.5 4.5 0 0 0 0-9.001h-7.5v9h.753Zm0 0v-.37m0-15.751h6a3.75 3.75 0 1 1 0 7.5h-6m0-7.5v7.5m0 0v8.25m0-8.25h6.375a4.125 4.125 0 0 1 0 8.25H6.75m.747-15.38h4.875a3.375 3.375 0 0 1 0 6.75H7.497v-6.75Zm0 7.5h5.25a3.75 3.75 0 0 1 0 7.5h-5.25v-7.5Z',\n buildings:\n 'M2.25 21h19.5m-18-18v18m10.5-18v18m6-13.5V21M6.75 6.75h.75m-.75 3h.75m-.75 3h.75m3-6h.75m-.75 3h.75m-.75 3h.75M6.75 21v-3.375c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21M3 3h12m-.75 4.5H21m-3.75 3.75h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Zm0 3h.008v.008h-.008v-.008Z',\n card: 'M15 9h3.75M15 12h3.75M15 15h3.75M4.5 19.5h15a2.25 2.25 0 0 0 2.25-2.25V6.75A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25v10.5A2.25 2.25 0 0 0 4.5 19.5Zm6-10.125a1.875 1.875 0 1 1-3.75 0 1.875 1.875 0 0 1 3.75 0Zm1.294 6.336a6.721 6.721 0 0 1-3.17.789 6.721 6.721 0 0 1-3.168-.789 3.376 3.376 0 0 1 6.338 0Z',\n chevron: 'm19.5 8.25-7.5 7.5-7.5-7.5',\n clipboard:\n 'M11.35 3.836c-.065.21-.1.433-.1.664 0 .414.336.75.75.75h4.5a.75.75 0 0 0 .75-.75 2.25 2.25 0 0 0-.1-.664m-5.8 0A2.251 2.251 0 0 1 13.5 2.25H15c1.012 0 1.867.668 2.15 1.586m-5.8 0c-.376.023-.75.05-1.124.08C9.095 4.01 8.25 4.973 8.25 6.108V8.25m8.9-4.414c.376.023.75.05 1.124.08 1.131.094 1.976 1.057 1.976 2.192V16.5A2.25 2.25 0 0 1 18 18.75h-2.25m-7.5-10.5H4.875c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h9.75c.621 0 1.125-.504 1.125-1.125V18.75m-7.5-10.5h6.375c.621 0 1.125.504 1.125 1.125v9.375m-8.25-3 1.5 1.5 3-3.75',\n document:\n 'M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m2.25 0H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z',\n error:\n 'M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126ZM12 15.75h.007v.008H12v-.008Z',\n gear: 'M2.3 11.2C2.3 16.2 6.4 20.3 11.4 20.3C16.4 20.3 20.4 16.2 20.4 11.2M2.3 11.2C2.3 6.2 6.4 2.1 11.4 2.1C16.4 2.1 20.4 6.2 20.4 11.2M2.3 11.2L0.5 11.2M20.4 11.2L22.2 11.2M20.4 11.2L11.4 11.2M1.2 14.9L2.9 14.3M19.9 8.1L21.6 7.5M3 18.2L4.4 17M18.3 5.4L19.7 4.2M5.9 20.6L6.8 19.1M15.9 3.4L16.8 1.8M9.5 21.9L9.8 20.1M12.9 2.3L13.3 0.5M13.3 21.9L12.9 20.1M9.8 2.3L9.5 0.5M16.8 20.6L15.9 19.1M5.9 1.8L11.4 11.2M19.7 18.2L18.3 17M4.4 5.4L3 4.2M21.6 14.9L19.9 14.3M2.9 8.1L1.2 7.5M11.4 11.2L6.8 19.1',\n home: 'm2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25',\n image:\n 'm2.25 15.75 5.159-5.159a2.25 2.25 0 0 1 3.182 0l5.159 5.159m-1.5-1.5 1.409-1.409a2.25 2.25 0 0 1 3.182 0l2.909 2.909m-18 3.75h16.5a1.5 1.5 0 0 0 1.5-1.5V6a1.5 1.5 0 0 0-1.5-1.5H3.75A1.5 1.5 0 0 0 2.25 6v12a1.5 1.5 0 0 0 1.5 1.5Zm10.5-11.25h.008v.008h-.008V8.25Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z',\n info: 'm11.25 11.25.041-.02a.75.75 0 0 1 1.063.852l-.708 2.836a.75.75 0 0 0 1.063.853l.041-.021M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9-3.75h.008v.008H12V8.25Z',\n italic: 'M5.248 20.246H9.05m0 0h3.696m-3.696 0 5.893-16.502m0 0h-3.697m3.697 0h3.803',\n link: 'M13.19 8.688a4.5 4.5 0 0 1 1.242 7.244l-4.5 4.5a4.5 4.5 0 0 1-6.364-6.364l1.757-1.757m13.35-.622 1.757-1.757a4.5 4.5 0 0 0-6.364-6.364l-4.5 4.5a4.5 4.5 0 0 0 1.242 7.244',\n list: 'M8.25 6.75h12M8.25 12h12m-12 5.25h12M3.75 6.75h.007v.008H3.75V6.75Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0ZM3.75 12h.007v.008H3.75V12Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Zm-.375 5.25h.007v.008H3.75v-.008Zm.375 0a.375.375 0 1 1-.75 0 .375.375 0 0 1 .75 0Z',\n menu: 'M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5',\n mobile:\n 'M10.5 1.5H8.25A2.25 2.25 0 0 0 6 3.75v16.5a2.25 2.25 0 0 0 2.25 2.25h7.5A2.25 2.25 0 0 0 18 20.25V3.75a2.25 2.25 0 0 0-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3',\n pencil:\n 'M21.731 2.269a2.625 2.625 0 0 0-3.712 0l-1.157 1.157 3.712 3.712 1.157-1.157a2.625 2.625 0 0 0 0-3.712ZM19.513 8.199l-3.712-3.712-12.15 12.15a5.25 5.25 0 0 0-1.32 2.214l-.8 2.685a.75.75 0 0 0 .933.933l2.685-.8a5.25 5.25 0 0 0 2.214-1.32L19.513 8.2Z',\n people:\n 'M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z',\n phone:\n 'M2.25 6.75c0 8.284 6.716 15 15 15h2.25a2.25 2.25 0 0 0 2.25-2.25v-1.372c0-.516-.351-.966-.852-1.091l-4.423-1.106c-.44-.11-.902.055-1.173.417l-.97 1.293c-.282.376-.769.542-1.21.38a12.035 12.035 0 0 1-7.143-7.143c-.162-.441.004-.928.38-1.21l1.293-.97c.363-.271.527-.734.417-1.173L6.963 3.102a1.125 1.125 0 0 0-1.091-.852H4.5A2.25 2.25 0 0 0 2.25 4.5v2.25Z',\n plane:\n 'M6 12 3.269 3.125A59.769 59.769 0 0 1 21.485 12 59.768 59.768 0 0 1 3.27 20.875L5.999 12Zm0 0h7.5',\n plus: 'M12 4.5v15m7.5-7.5h-15',\n search: 'm21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z',\n success: 'M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z',\n trash:\n 'm14.74 9-.346 9m-4.788 0L9.26 9m9.968-3.21c.342.052.682.107 1.022.166m-1.022-.165L18.16 19.673a2.25 2.25 0 0 1-2.244 2.077H8.084a2.25 2.25 0 0 1-2.244-2.077L4.772 5.79m14.456 0a48.108 48.108 0 0 0-3.478-.397m-12 .562c.34-.059.68-.114 1.022-.165m0 0a48.11 48.11 0 0 1 3.478-.397m7.5 0v-.916c0-1.18-.91-2.164-2.09-2.201a51.964 51.964 0 0 0-3.32 0c-1.18.037-2.09 1.022-2.09 2.201v.916m7.5 0a48.667 48.667 0 0 0-7.5 0',\n upload:\n 'M3 16.5v2.25A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75V16.5m-13.5-9L12 3m0 0 4.5 4.5M12 3v13.5',\n user: 'M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z',\n x: 'M6 18 18 6M6 6l12 12',\n};\n\nexport function embedSVG(iconPath: string): string {\n return `url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='${iconPath}' /%3E%3C/svg%3E%0A\")`;\n}\n\nexport const iconSVG = (name: IconName) => embedSVG(iconPaths[name]);\n"],"names":["iconPaths","bold","buildings","card","chevron","clipboard","document","error","gear","home","image","info","italic","link","list","menu","mobile","pencil","people","phone","plane","plus","search","success","trash","upload","user","x","embedSVG","iconPath","iconSVG","name"],"mappings":"AAEO,MAAMA,IAAY;AAAA,EACvBC,MAAM;AAAA,EACNC,WACE;AAAA,EACFC,MAAM;AAAA,EACNC,SAAS;AAAA,EACTC,WACE;AAAA,EACFC,UACE;AAAA,EACFC,OACE;AAAA,EACFC,MAAM;AAAA,EACNC,MAAM;AAAA,EACNC,OACE;AAAA,EACFC,MAAM;AAAA,EACNC,QAAQ;AAAA,EACRC,MAAM;AAAA,EACNC,MAAM;AAAA,EACNC,MAAM;AAAA,EACNC,QACE;AAAA,EACFC,QACE;AAAA,EACFC,QACE;AAAA,EACFC,OACE;AAAA,EACFC,OACE;AAAA,EACFC,MAAM;AAAA,EACNC,QAAQ;AAAA,EACRC,SAAS;AAAA,EACTC,OACE;AAAA,EACFC,QACE;AAAA,EACFC,MAAM;AAAA,EACNC,GAAG;AACL;AAEO,SAASC,EAASC,GAA0B;AACjD,SAAO,mMAAmMA,CAAQ;AACpN;AAEO,MAAMC,IAAUA,CAACC,MAAmBH,EAAS5B,EAAU+B,CAAI,CAAC;"}
@@ -1,2 +0,0 @@
1
- "use strict";require('./assets/styles.css');const t="_container_4fv7u_1",n="_input_4fv7u_10",e="_label_4fv7u_44",u="_required_4fv7u_48",i={container:t,input:n,label:e,required:u};exports.inputStyles=i;
2
- //# sourceMappingURL=styles.module-BBfw-M3O.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"styles.module-BBfw-M3O.cjs","sources":[],"sourcesContent":[],"names":[],"mappings":""}
@@ -1,10 +0,0 @@
1
- import './assets/styles.css';const n = "_container_4fv7u_1", e = "_input_4fv7u_10", t = "_label_4fv7u_44", _ = "_required_4fv7u_48", i = {
2
- container: n,
3
- input: e,
4
- label: t,
5
- required: _
6
- };
7
- export {
8
- i
9
- };
10
- //# sourceMappingURL=styles.module-BUHdj3im.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"styles.module-BUHdj3im.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;"}