@leapdev/gui-icons 3.0.21 → 3.0.22

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 (48) hide show
  1. package/CHANGELOG.md +33 -12
  2. package/dist/app.js +285 -76
  3. package/dist/icons/leap-web/accounting-24.svg +5 -0
  4. package/dist/icons/leap-web/apps-24.svg +4 -0
  5. package/dist/icons/leap-web/bell-unread-20.svg +3 -3
  6. package/dist/icons/leap-web/browse-16.svg +3 -4
  7. package/dist/icons/leap-web/browse-20.svg +4 -0
  8. package/dist/icons/leap-web/filled-pin-16.svg +1 -1
  9. package/dist/icons/leap-web/grey-excel-20.svg +22 -0
  10. package/dist/icons/leap-web/grey-lawconnect-20.svg +11 -0
  11. package/dist/icons/leap-web/grey-leads-20.svg +3 -0
  12. package/dist/icons/leap-web/grey-legal-aid-20.svg +3 -0
  13. package/dist/icons/leap-web/grey-myob-20.svg +3 -0
  14. package/dist/icons/leap-web/grey-office365-20.svg +39 -0
  15. package/dist/icons/leap-web/grey-outlook-20.svg +36 -0
  16. package/dist/icons/leap-web/grey-quickbooks-20.svg +11 -0
  17. package/dist/icons/leap-web/grey-rapidpay-20.svg +3 -0
  18. package/dist/icons/leap-web/grey-word-20.svg +35 -0
  19. package/dist/icons/leap-web/grey-xero-20.svg +11 -0
  20. package/dist/icons/leap-web/help-24.svg +4 -0
  21. package/dist/icons/leap-web/home-24.svg +3 -0
  22. package/dist/icons/leap-web/lock-16.svg +2 -1
  23. package/dist/icons/leap-web/lock-20.svg +3 -1
  24. package/dist/icons/leap-web/other-24.svg +4 -0
  25. package/dist/icons/leap-web/pin-10.svg +1 -1
  26. package/dist/icons/leap-web/reports-24.svg +3 -0
  27. package/dist/icons/leap-web/rgb-excel-20.svg +20 -0
  28. package/dist/icons/leap-web/rgb-office365-20.svg +37 -0
  29. package/dist/icons/leap-web/rgb-outlook-20.svg +34 -0
  30. package/dist/icons/leap-web/rgb-word-20.svg +33 -0
  31. package/dist/icons/leap-web/settings-24.svg +4 -0
  32. package/dist/icons/leap-web/swap-16.svg +5 -0
  33. package/dist/icons/leap-web/swap-20.svg +5 -0
  34. package/dist/icons/leap-web/two-tone-pdf-20.svg +3 -3
  35. package/dist/icons/leap-web/two-tone-pdf-24.svg +3 -3
  36. package/dist/icons/sprite-leap-web.svg +1 -1
  37. package/dist/index.html +38 -14
  38. package/dist/index.js +28 -9
  39. package/package.json +1 -1
  40. package/dist/icons/leap-web/add-circle.svg +0 -3
  41. package/dist/icons/leap-web/excel-20.svg +0 -24
  42. package/dist/icons/leap-web/more-horiz-20-1.svg +0 -3
  43. package/dist/icons/leap-web/office365-20.svg +0 -39
  44. package/dist/icons/leap-web/outlook-20.svg +0 -36
  45. package/dist/icons/leap-web/word-20.svg +0 -35
  46. /package/dist/icons/leap-web/{rgb-teams-logo-20.svg → open-teams-20.svg} +0 -0
  47. /package/dist/icons/leap-web/{two-tone-open-teams-24.svg → open-teams-24.svg} +0 -0
  48. /package/dist/icons/leap-web/{two-tone-journal-credit20.svg → two-tone-journal-credit-20.svg} +0 -0
package/CHANGELOG.md CHANGED
@@ -1,22 +1,24 @@
1
1
  # Changelog
2
2
 
3
- ## [3.0.21] - Beta
3
+ ## [3.0.22] - Beta
4
4
 
5
5
  ### Added
6
6
  New LEAP Web icon set: sprite-leap-web.svg
7
7
 
8
- 468 icons added to sprite-leap-web.svg:
8
+ 487 icons added to sprite-leap-web.svg:
9
9
 
10
+ - accounting-16.svg
10
11
  - accounting-20.svg
12
+ - accounting-24.svg
11
13
  - add-16.svg
12
14
  - add-circle-16.svg
13
15
  - add-circle-20.svg
14
- - add-circle.svg
15
16
  - align-center-20.svg
16
17
  - align-justify-20.svg
17
18
  - align-left-20.svg
18
19
  - align-right-20.svg
19
20
  - apps-20.svg
21
+ - apps-24.svg
20
22
  - arrow-dot-down-16.svg
21
23
  - arrow-dot-down-20.svg
22
24
  - arrow-dot-left-16.svg
@@ -45,6 +47,7 @@ New LEAP Web icon set: sprite-leap-web.svg
45
47
  - block-20.svg
46
48
  - bold-20.svg
47
49
  - browse-16.svg
50
+ - browse-20.svg
48
51
  - build-16.svg
49
52
  - build-20.svg
50
53
  - business-20.svg
@@ -57,6 +60,7 @@ New LEAP Web icon set: sprite-leap-web.svg
57
60
  - call-16.svg
58
61
  - call-20.svg
59
62
  - cards-20.svg
63
+ - chevron-12.svg
60
64
  - chevron-16.svg
61
65
  - chevron-down-12.svg
62
66
  - chevron-down-16.svg
@@ -107,8 +111,6 @@ New LEAP Web icon set: sprite-leap-web.svg
107
111
  - error-12.svg
108
112
  - error-16.svg
109
113
  - error-20.svg
110
- - excel-20.svg
111
- - expand-16.svg
112
114
  - expand-less-horiz-16.svg
113
115
  - expand-less-horiz-20.svg
114
116
  - expand-less-vert-16.svg
@@ -117,6 +119,7 @@ New LEAP Web icon set: sprite-leap-web.svg
117
119
  - expand-more-horiz-20.svg
118
120
  - expand-more-vert-16.svg
119
121
  - expand-more-vert-20.svg
122
+ - expand-16.svg
120
123
  - feedback-20.svg
121
124
  - filled-pin-16.svg
122
125
  - filled-star-16.svg
@@ -134,15 +137,28 @@ New LEAP Web icon set: sprite-leap-web.svg
134
137
  - folder-new-16.svg
135
138
  - folder-new-20.svg
136
139
  - forms-20.svg
140
+ - grey-excel-20.svg
141
+ - grey-lawconnect-20.svg
142
+ - grey-leads-20.svg
143
+ - grey-legal-aid-20.svg
144
+ - grey-myob-20.svg
145
+ - grey-office365-20.svg
146
+ - grey-outlook-20.svg
147
+ - grey-quickbooks-20.svg
148
+ - grey-rapidpay-20.svg
149
+ - grey-word-20.svg
150
+ - grey-xero-20.svg
137
151
  - grid-16.svg
138
152
  - grid-20.svg
139
153
  - group-16.svg
140
154
  - group-20.svg
141
155
  - help-20.svg
156
+ - help-24.svg
142
157
  - history-16.svg
143
158
  - history-20.svg
144
159
  - home-16.svg
145
160
  - home-20.svg
161
+ - home-24.svg
146
162
  - idea-16.svg
147
163
  - idea-20.svg
148
164
  - image-20.svg
@@ -176,7 +192,6 @@ New LEAP Web icon set: sprite-leap-web.svg
176
192
  - minus-16.svg
177
193
  - minus-circle-16.svg
178
194
  - more-horiz-16.svg
179
- - more-horiz-20-1.svg
180
195
  - more-horiz-20.svg
181
196
  - more-vert-16.svg
182
197
  - more-vert-20.svg
@@ -184,10 +199,11 @@ New LEAP Web icon set: sprite-leap-web.svg
184
199
  - multiple-flag-16.svg
185
200
  - multiple-flag-20.svg
186
201
  - myob-20.svg
187
- - office365-20.svg
202
+ - open-teams-20.svg
203
+ - open-teams-24.svg
188
204
  - options-16.svg
189
205
  - other-20.svg
190
- - outlook-20.svg
206
+ - other-24.svg
191
207
  - packet-20.svg
192
208
  - packets-20.svg
193
209
  - pane-combined-16.svg
@@ -225,11 +241,16 @@ New LEAP Web icon set: sprite-leap-web.svg
225
241
  - reply-16.svg
226
242
  - reply-20.svg
227
243
  - reports-20.svg
228
- - rgb-teams-logo-20.svg
244
+ - reports-24.svg
245
+ - rgb-excel-20.svg
246
+ - rgb-office365-20.svg
247
+ - rgb-outlook-20.svg
248
+ - rgb-word-20.svg
229
249
  - search-16.svg
230
250
  - search-20.svg
231
251
  - settings-16.svg
232
252
  - settings-20.svg
253
+ - settings-24.svg
233
254
  - share-16.svg
234
255
  - share-20.svg
235
256
  - shield-check-16.svg
@@ -251,6 +272,8 @@ New LEAP Web icon set: sprite-leap-web.svg
251
272
  - stop-circle-16.svg
252
273
  - stop-circle-20.svg
253
274
  - strike-20.svg
275
+ - swap-16.svg
276
+ - swap-20.svg
254
277
  - templates-20.svg
255
278
  - text-stroke-20.svg
256
279
  - tick-16.svg
@@ -351,7 +374,7 @@ New LEAP Web icon set: sprite-leap-web.svg
351
374
  - two-tone-invoice-24.svg
352
375
  - two-tone-journal-20.svg
353
376
  - two-tone-journal-24.svg
354
- - two-tone-journal-credit20.svg
377
+ - two-tone-journal-credit-20.svg
355
378
  - two-tone-journal-credit24.svg
356
379
  - two-tone-journal-refund-20.svg
357
380
  - two-tone-journal-refund-24.svg
@@ -370,7 +393,6 @@ New LEAP Web icon set: sprite-leap-web.svg
370
393
  - two-tone-new-account-24.svg
371
394
  - two-tone-new-anticipated-20.svg
372
395
  - two-tone-new-anticipated-24.svg
373
- - two-tone-open-teams-24.svg
374
396
  - two-tone-other-24.svg
375
397
  - two-tone-packet-20.svg
376
398
  - two-tone-packet-24.svg
@@ -473,7 +495,6 @@ New LEAP Web icon set: sprite-leap-web.svg
473
495
  - warning-12.svg
474
496
  - warning-16.svg
475
497
  - warning-20.svg
476
- - word-20.svg
477
498
  - xero-20.svg
478
499
 
479
500
  ## [3.0.17] - Beta