@staffbase/design 20.0.0 → 20.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,36 +3,48 @@ import { SVGAttributes } from 'react';
3
3
 
4
4
  export declare const IllustrationAnalytics: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
5
5
 
6
+ export declare const IllustrationBin: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
7
+
8
+ export declare const IllustrationCalendar: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
9
+
6
10
  export declare const IllustrationChat: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
7
11
 
8
12
  export declare const IllustrationClipboard: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
9
13
 
10
14
  export declare type IllustrationColor = 'primary' | 'neutral';
11
15
 
12
- export declare const IllustrationDocument: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
13
-
14
- export declare const IllustrationDocuments: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
15
-
16
16
  export declare const IllustrationDragDrop: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
17
17
 
18
- export declare const IllustrationEmailDraft: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
18
+ export declare const IllustrationEmail: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
19
19
 
20
- export declare const IllustrationEmailFolder: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
20
+ export declare const IllustrationEmailDraft: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
21
21
 
22
22
  export declare const IllustrationEmailScheduled: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
23
23
 
24
24
  export declare const IllustrationEmailSent: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
25
25
 
26
+ export declare const IllustrationFile: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
27
+
28
+ export declare const IllustrationFilePreview: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
29
+
30
+ export declare const IllustrationFileRemove: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
31
+
32
+ export declare const IllustrationFileReplace: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
33
+
34
+ export declare const IllustrationFiles: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
35
+
36
+ export declare const IllustrationFolderEmail: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
37
+
26
38
  export declare const IllustrationFolderEmpty: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
27
39
 
40
+ export declare const IllustrationFolderRemove: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
41
+
28
42
  export declare const IllustrationGroups: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
29
43
 
30
- export declare const IllustrationMail: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
44
+ export declare const IllustrationHeadphones: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
31
45
 
32
46
  export declare const IllustrationNotFound: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
33
47
 
34
- export declare const IllustrationPreview: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
35
-
36
48
  export declare interface IllustrationProps extends SVGAttributes<SVGSVGElement> {
37
49
  /**
38
50
  * Which palette the illustration's shapes are drawn from.
@@ -45,6 +57,12 @@ export declare const IllustrationSearch: default_2.NamedExoticComponent<Illustra
45
57
 
46
58
  export declare const IllustrationSend: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
47
59
 
60
+ export declare const IllustrationSurvey: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
61
+
62
+ export declare const IllustrationTable: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
63
+
64
+ export declare const IllustrationTime: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
65
+
48
66
  export declare const IllustrationWarning: default_2.NamedExoticComponent<IllustrationProps & default_2.RefAttributes<SVGSVGElement>>;
49
67
 
50
68
  export { }