@leapdev/gui-icons 3.0.45 → 3.0.47
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/CHANGELOG.md +54 -4
- package/README.md +4 -4
- package/dist/app.js +227 -18
- package/dist/illustrations/sirius/2FA.svg +49 -0
- package/dist/illustrations/sirius/Aide.svg +76 -0
- package/dist/illustrations/sirius/AnticipatedPayments-Euro.svg +101 -8
- package/dist/illustrations/sirius/AnticipatedPayments-Pound.svg +101 -8
- package/dist/illustrations/sirius/AnticipatedPayments.svg +101 -8
- package/dist/illustrations/sirius/BarChart.svg +129 -0
- package/dist/illustrations/sirius/CreditLedger-Euro.svg +115 -8
- package/dist/illustrations/sirius/CreditLedger-Pound.svg +115 -8
- package/dist/illustrations/sirius/CreditLedger.svg +115 -8
- package/dist/illustrations/sirius/Data.svg +69 -0
- package/dist/illustrations/sirius/Default.svg +55 -6
- package/dist/illustrations/sirius/Download.svg +77 -0
- package/dist/illustrations/sirius/Email.svg +68 -0
- package/dist/illustrations/sirius/Favourite.svg +71 -0
- package/dist/illustrations/sirius/Folder.svg +47 -0
- package/dist/illustrations/sirius/Generator.svg +76 -0
- package/dist/illustrations/sirius/Inbox.svg +71 -0
- package/dist/illustrations/sirius/NoCorrespondance.svg +116 -8
- package/dist/illustrations/sirius/NoCorrespondence.svg +117 -0
- package/dist/illustrations/sirius/NoUnscheduledCriticalDates.svg +104 -8
- package/dist/illustrations/sirius/NoUnscheduledTasks.svg +106 -0
- package/dist/illustrations/sirius/NoUnsheduledTasks.svg +105 -8
- package/dist/illustrations/sirius/PaymentsAndDebtors-Euro.svg +140 -8
- package/dist/illustrations/sirius/PaymentsAndDebtors-Pound.svg +140 -8
- package/dist/illustrations/sirius/PaymentsAndDebtors.svg +140 -8
- package/dist/illustrations/sirius/PieChart.svg +80 -0
- package/dist/illustrations/sirius/PreviewUnavailable.svg +78 -0
- package/dist/illustrations/sirius/Reports.svg +60 -0
- package/dist/illustrations/sirius/RestrictedContent.svg +47 -0
- package/dist/illustrations/sirius/Risks.svg +69 -0
- package/dist/illustrations/sirius/Search.svg +96 -0
- package/dist/illustrations/sirius/SystemError.svg +58 -0
- package/dist/illustrations/sirius/TimeAndFees.svg +83 -8
- package/dist/illustrations/sirius/TrustFunds-Euro.svg +102 -8
- package/dist/illustrations/sirius/TrustFunds-Pound.svg +102 -8
- package/dist/illustrations/sirius/TrustFunds.svg +102 -8
- package/dist/illustrations/sprite-sirius-empty-states.svg +1 -1
- package/dist/index.js +19 -0
- package/package.json +1 -1
- package/dist/icons/.DS_Store +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,70 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [3.0.
|
|
3
|
+
## [3.0.46] - Beta
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
### Added
|
|
6
|
+
|
|
7
|
+
37 illustrations added to sprite-sirius-empty-states.svg:
|
|
8
|
+
|
|
9
|
+
- 2FA
|
|
10
|
+
- Aide
|
|
11
|
+
- AnticipatedPayments-Euro
|
|
12
|
+
- AnticipatedPayments-Pound
|
|
13
|
+
- AnticipatedPayments
|
|
14
|
+
- BarChart
|
|
15
|
+
- Border
|
|
16
|
+
- CreditLedger-Euro
|
|
17
|
+
- CreditLedger-Pound
|
|
18
|
+
- CreditLedger
|
|
19
|
+
- Data
|
|
20
|
+
- Default
|
|
21
|
+
- Download
|
|
22
|
+
- Email
|
|
23
|
+
- Favourite
|
|
24
|
+
- Folder
|
|
25
|
+
- Generator
|
|
26
|
+
- Inbox
|
|
27
|
+
- NoCorrespondance
|
|
28
|
+
- NoCorrespondence
|
|
29
|
+
- NoUnscheduledCriticalDates
|
|
30
|
+
- NoUnscheduledTasks
|
|
31
|
+
- NoUnsheduledTasks
|
|
32
|
+
- PaymentsAndDebtors-Euro
|
|
33
|
+
- PaymentsAndDebtors-Pound
|
|
34
|
+
- PaymentsAndDebtors
|
|
35
|
+
- PieChart
|
|
36
|
+
- PreviewUnavailable
|
|
37
|
+
- Reports
|
|
38
|
+
- RestrictedContent
|
|
39
|
+
- Risks
|
|
40
|
+
- Search
|
|
41
|
+
- SystemError
|
|
42
|
+
- TimeAndFees
|
|
43
|
+
- TrustFunds-Euro
|
|
44
|
+
- TrustFunds-Pound
|
|
45
|
+
- TrustFunds
|
|
46
|
+
|
|
47
|
+
## [3.0.45] - Beta
|
|
48
|
+
|
|
49
|
+
Updated sprite-leap-web.svg:
|
|
6
50
|
|
|
7
51
|
- notification-bell-20
|
|
8
52
|
|
|
9
53
|
## [3.0.43] - Beta
|
|
10
54
|
|
|
11
|
-
Updated
|
|
55
|
+
Updated sprite-leap-web.svg:
|
|
56
|
+
|
|
57
|
+
- lock-20
|
|
58
|
+
|
|
59
|
+
3 icons added to sprite-leap-web.svg:
|
|
12
60
|
|
|
13
61
|
- minus-20
|
|
14
62
|
- lock-20
|
|
15
63
|
- notification-bell-20
|
|
16
64
|
|
|
17
|
-
## [3.0.
|
|
65
|
+
## [3.0.41] - Beta
|
|
66
|
+
|
|
67
|
+
3 icons added to sprite-leap-web.svg:
|
|
18
68
|
|
|
19
69
|
- two-tone-critical-date-24
|
|
20
70
|
- two-tone-invoice-24
|
package/README.md
CHANGED
|
@@ -61,11 +61,11 @@ Remember to adjust the sprite file path according to your project structure. You
|
|
|
61
61
|
|
|
62
62
|
To use different icon sizes, you can adjust the `width` and `height` attributes of the `<svg>` element:
|
|
63
63
|
|
|
64
|
-
|
|
64
|
+
```html
|
|
65
65
|
<svg width="24" height="24">
|
|
66
66
|
<use xlink:href="#desktop-Pin"></use>
|
|
67
67
|
</svg>
|
|
68
|
-
|
|
68
|
+
```
|
|
69
69
|
|
|
70
70
|
Make sure to import the necessary sprite files in your application before using the icons: This is handled automatically by including the `<object>` tag in the example above. The `<object>` tag will load the sprite file asynchronously. The Javascript ensures that the icon is only used after the sprite has loaded.
|
|
71
71
|
|
|
@@ -120,7 +120,7 @@ Here is how you can run the example above on Stackblitz (https://stackblitz.com)
|
|
|
120
120
|
|
|
121
121
|
Here's an example of how to use individual SVG icons in a React application:
|
|
122
122
|
|
|
123
|
-
|
|
123
|
+
```jsx
|
|
124
124
|
import React from 'react';
|
|
125
125
|
import { FilledHistory, DesktopPin, DoctypeAudio } from '@leapdev/gui-icons';
|
|
126
126
|
|
|
@@ -135,7 +135,7 @@ export default function IconExample() {
|
|
|
135
135
|
</div>
|
|
136
136
|
);
|
|
137
137
|
}
|
|
138
|
-
|
|
138
|
+
```
|
|
139
139
|
|
|
140
140
|
In this example:
|
|
141
141
|
|