prometeo-design-system 3.0.5 → 3.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Icons/index.d.ts +60 -183
- package/package.json +1 -1
package/dist/Icons/index.d.ts
CHANGED
|
@@ -1,184 +1,61 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
export { Ticket };
|
|
62
|
-
export { Home };
|
|
63
|
-
export { Boards };
|
|
64
|
-
export { Notifications };
|
|
65
|
-
export { Help };
|
|
66
|
-
export { Settings };
|
|
67
|
-
export { CrevronLeft };
|
|
68
|
-
export { CrevronRight };
|
|
69
|
-
export { ArrowLeft };
|
|
70
|
-
export { Shared };
|
|
71
|
-
export { ChevronDown };
|
|
72
|
-
export { Collapse };
|
|
73
|
-
export { Calendar };
|
|
74
|
-
export { Close };
|
|
75
|
-
export { UserPerson };
|
|
76
|
-
export { Logout };
|
|
77
|
-
export { ArrowUpDown };
|
|
78
|
-
export { Filter };
|
|
79
|
-
export { Search };
|
|
80
|
-
export { Stars };
|
|
81
|
-
export { MoreVert };
|
|
82
|
-
export { Add };
|
|
83
|
-
export { Edit };
|
|
84
|
-
export { Upload };
|
|
85
|
-
export { Copy };
|
|
86
|
-
export { FaLock };
|
|
87
|
-
export { AccountCircle };
|
|
88
|
-
export { UserAdd };
|
|
89
|
-
export { AttachFile };
|
|
90
|
-
export { HistoryActivity };
|
|
91
|
-
export { MessageSquare };
|
|
92
|
-
export { CloseNavBarDesktop };
|
|
93
|
-
export { EyeVisibility };
|
|
94
|
-
export { EyeVisibilityOff };
|
|
95
|
-
export { Check };
|
|
96
|
-
export { Info };
|
|
97
|
-
export { Error };
|
|
98
|
-
export { TicketFilled };
|
|
99
|
-
export { UploadCloud };
|
|
100
|
-
export { Clock };
|
|
101
|
-
export { Pause };
|
|
102
|
-
export { FastForward };
|
|
103
|
-
export { Trash };
|
|
104
|
-
export { Sort };
|
|
105
|
-
export { Cancel };
|
|
106
|
-
export { CheckCircle };
|
|
107
|
-
export { FormatColorText };
|
|
108
|
-
export { CheckList };
|
|
109
|
-
export { WhatsApp };
|
|
110
|
-
export { File };
|
|
111
|
-
export { Email };
|
|
112
|
-
export { Download };
|
|
113
|
-
export { Reload };
|
|
114
|
-
export { Image };
|
|
115
|
-
export { DocumentFill };
|
|
116
|
-
export { Company };
|
|
117
|
-
export { EditFill };
|
|
118
|
-
export { TrashFill };
|
|
119
|
-
export { MessageSquareFill };
|
|
120
|
-
export { UserAddFill };
|
|
1
|
+
export { Ticket } from './components/Ticket';
|
|
2
|
+
export { Home } from './components/Home';
|
|
3
|
+
export { Boards } from './components/Boards';
|
|
4
|
+
export { Notifications } from './components/Notifications';
|
|
5
|
+
export { Help } from './components/Help';
|
|
6
|
+
export { Settings } from './components/Settings';
|
|
7
|
+
export { CrevronLeft } from './components/CrevronLeft';
|
|
8
|
+
export { CrevronRight } from './components/CrevronRight';
|
|
9
|
+
export { ArrowLeft } from './components/ArrowLeft';
|
|
10
|
+
export { Shared } from './components/Shared';
|
|
11
|
+
export { ChevronDown } from './components/ChevronDown';
|
|
12
|
+
export { Collapse } from './components/Collapse';
|
|
13
|
+
export { Calendar } from './components/Calendar';
|
|
14
|
+
export { Close } from './components/Close';
|
|
15
|
+
export { UserPerson } from './components/UserPerson';
|
|
16
|
+
export { Logout } from './components/Logout';
|
|
17
|
+
export { ArrowUpDown } from './components/ArrowUpDown';
|
|
18
|
+
export { Filter } from './components/Filter';
|
|
19
|
+
export { Search } from './components/Search';
|
|
20
|
+
export { Stars } from './components/Stars';
|
|
21
|
+
export { MoreVert } from './components/MoreVert';
|
|
22
|
+
export { Add } from './components/Add';
|
|
23
|
+
export { Edit } from './components/Edit';
|
|
24
|
+
export { Upload } from './components/Upload';
|
|
25
|
+
export { Copy } from './components/Copy';
|
|
26
|
+
export { FaLock } from './components/FaLock';
|
|
27
|
+
export { AccountCircle } from './components/AccountCircle';
|
|
28
|
+
export { UserAdd } from './components/UserAdd';
|
|
29
|
+
export { AttachFile } from './components/AttachFile';
|
|
30
|
+
export { HistoryActivity } from './components/HistoryActivity';
|
|
31
|
+
export { MessageSquare } from './components/MessageSquare';
|
|
32
|
+
export { CloseNavBarDesktop } from './components/CloseNavBarDesktop';
|
|
33
|
+
export { EyeVisibility } from './components/EyeVisibility';
|
|
34
|
+
export { EyeVisibilityOff } from './components/EyeVisibilityOff';
|
|
35
|
+
export { Check } from './components/Check';
|
|
36
|
+
export { Info } from './components/Info';
|
|
37
|
+
export { Error } from './components/Error';
|
|
38
|
+
export { TicketFilled } from './components/TicketFilled';
|
|
39
|
+
export { UploadCloud } from './components/UploadCloud';
|
|
40
|
+
export { Clock } from './components/Clock';
|
|
41
|
+
export { Pause } from './components/Pause';
|
|
42
|
+
export { FastForward } from './components/FastForward';
|
|
43
|
+
export { Trash } from './components/Trash';
|
|
44
|
+
export { Sort } from './components/Sort';
|
|
45
|
+
export { Cancel } from './components/Cancel';
|
|
46
|
+
export { CheckCircle } from './components/CheckCircle';
|
|
47
|
+
export { FormatColorText } from './components/FormatColorText';
|
|
48
|
+
export { CheckList } from './components/CheckList';
|
|
49
|
+
export { WhatsApp } from './components/WhatsApp';
|
|
50
|
+
export { File } from './components/File';
|
|
51
|
+
export { Email } from './components/Email';
|
|
52
|
+
export { Download } from './components/Download';
|
|
53
|
+
export { Reload } from './components/Reload';
|
|
54
|
+
export { Image } from './components/Image';
|
|
55
|
+
export { DocumentFill } from './components/DocumentFill';
|
|
56
|
+
export { Company } from './components/Company';
|
|
57
|
+
export { EditFill } from './components/EditFill';
|
|
58
|
+
export { TrashFill } from './components/TrashFill';
|
|
59
|
+
export { MessageSquareFill } from './components/MessageSquareFill';
|
|
60
|
+
export { UserAddFill } from './components/UserAddFill';
|
|
121
61
|
export type { IconProps } from './iconUtils';
|
|
122
|
-
declare const Icons: {
|
|
123
|
-
readonly Ticket: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
124
|
-
readonly Home: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
125
|
-
readonly Boards: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
126
|
-
readonly Notifications: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
127
|
-
readonly Help: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
128
|
-
readonly Settings: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
129
|
-
readonly CrevronLeft: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
130
|
-
readonly CrevronRight: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
131
|
-
readonly ArrowLeft: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
132
|
-
readonly Shared: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
133
|
-
readonly ChevronDown: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
134
|
-
readonly Collapse: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
135
|
-
readonly Calendar: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
136
|
-
readonly Close: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
137
|
-
readonly UserPerson: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
138
|
-
readonly Logout: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
139
|
-
readonly ArrowUpDown: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
140
|
-
readonly Filter: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
141
|
-
readonly Search: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
142
|
-
readonly Stars: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
143
|
-
readonly MoreVert: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
144
|
-
readonly Add: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
145
|
-
readonly Edit: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
146
|
-
readonly Upload: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
147
|
-
readonly Copy: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
148
|
-
readonly FaLock: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
149
|
-
readonly AccountCircle: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
150
|
-
readonly UserAdd: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
151
|
-
readonly AttachFile: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
152
|
-
readonly HistoryActivity: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
153
|
-
readonly MessageSquare: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
154
|
-
readonly CloseNavBarDesktop: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
155
|
-
readonly EyeVisibility: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
156
|
-
readonly EyeVisibilityOff: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
157
|
-
readonly Check: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
158
|
-
readonly Info: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
159
|
-
readonly Error: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
160
|
-
readonly TicketFilled: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
161
|
-
readonly UploadCloud: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
162
|
-
readonly Clock: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
163
|
-
readonly Pause: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
164
|
-
readonly FastForward: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
165
|
-
readonly Trash: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
166
|
-
readonly Sort: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
167
|
-
readonly Cancel: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
168
|
-
readonly CheckCircle: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
169
|
-
readonly FormatColorText: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
170
|
-
readonly CheckList: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
171
|
-
readonly WhatsApp: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
172
|
-
readonly File: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
173
|
-
readonly Email: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
174
|
-
readonly Download: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
175
|
-
readonly Reload: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
176
|
-
readonly Image: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
177
|
-
readonly DocumentFill: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
178
|
-
readonly Company: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
179
|
-
readonly EditFill: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
180
|
-
readonly TrashFill: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
181
|
-
readonly MessageSquareFill: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
182
|
-
readonly UserAddFill: import('react').MemoExoticComponent<(props: import('./iconUtils').IconProps) => import('react').ReactElement>;
|
|
183
|
-
};
|
|
184
|
-
export default Icons;
|