@leapdev/gui-icons 3.0.38 → 3.0.40
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/app.js +227 -18
- package/dist/icons/leap-web/rgb-outlook-20.svg +33 -38
- package/dist/icons/leap-web/rgb-word-20.svg +30 -30
- package/dist/icons/sprite-leap-web.svg +1 -1
- 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/index.js
CHANGED
|
@@ -1270,20 +1270,39 @@ export { default as OrionOnboardingCommentReply } from './illustrations/orion/on
|
|
|
1270
1270
|
export { default as OrionOnboardingShareDocuments } from './illustrations/orion/onboarding-share-documents.svg';
|
|
1271
1271
|
export { default as OrionOnboardingWelcomeLawconnect } from './illustrations/orion/onboarding-welcome-lawconnect.svg';
|
|
1272
1272
|
export { default as OrionSafeDoc } from './illustrations/orion/safe-doc.svg';
|
|
1273
|
+
export { default as Sirius2fa } from './illustrations/sirius/2FA.svg';
|
|
1274
|
+
export { default as SiriusAide } from './illustrations/sirius/Aide.svg';
|
|
1273
1275
|
export { default as SiriusAnticipatedpaymentsEuro } from './illustrations/sirius/AnticipatedPayments-Euro.svg';
|
|
1274
1276
|
export { default as SiriusAnticipatedpaymentsPound } from './illustrations/sirius/AnticipatedPayments-Pound.svg';
|
|
1275
1277
|
export { default as SiriusAnticipatedpayments } from './illustrations/sirius/AnticipatedPayments.svg';
|
|
1278
|
+
export { default as SiriusBarchart } from './illustrations/sirius/BarChart.svg';
|
|
1276
1279
|
export { default as SiriusBorder } from './illustrations/sirius/Border.svg';
|
|
1277
1280
|
export { default as SiriusCreditledgerEuro } from './illustrations/sirius/CreditLedger-Euro.svg';
|
|
1278
1281
|
export { default as SiriusCreditledgerPound } from './illustrations/sirius/CreditLedger-Pound.svg';
|
|
1279
1282
|
export { default as SiriusCreditledger } from './illustrations/sirius/CreditLedger.svg';
|
|
1283
|
+
export { default as SiriusData } from './illustrations/sirius/Data.svg';
|
|
1280
1284
|
export { default as SiriusDefault } from './illustrations/sirius/Default.svg';
|
|
1285
|
+
export { default as SiriusDownload } from './illustrations/sirius/Download.svg';
|
|
1286
|
+
export { default as SiriusEmail } from './illustrations/sirius/Email.svg';
|
|
1287
|
+
export { default as SiriusFavourite } from './illustrations/sirius/Favourite.svg';
|
|
1288
|
+
export { default as SiriusFolder } from './illustrations/sirius/Folder.svg';
|
|
1289
|
+
export { default as SiriusGenerator } from './illustrations/sirius/Generator.svg';
|
|
1290
|
+
export { default as SiriusInbox } from './illustrations/sirius/Inbox.svg';
|
|
1281
1291
|
export { default as SiriusNocorrespondance } from './illustrations/sirius/NoCorrespondance.svg';
|
|
1292
|
+
export { default as SiriusNocorrespondence } from './illustrations/sirius/NoCorrespondence.svg';
|
|
1282
1293
|
export { default as SiriusNounscheduledcriticaldates } from './illustrations/sirius/NoUnscheduledCriticalDates.svg';
|
|
1294
|
+
export { default as SiriusNounscheduledtasks } from './illustrations/sirius/NoUnscheduledTasks.svg';
|
|
1283
1295
|
export { default as SiriusNounsheduledtasks } from './illustrations/sirius/NoUnsheduledTasks.svg';
|
|
1284
1296
|
export { default as SiriusPaymentsanddebtorsEuro } from './illustrations/sirius/PaymentsAndDebtors-Euro.svg';
|
|
1285
1297
|
export { default as SiriusPaymentsanddebtorsPound } from './illustrations/sirius/PaymentsAndDebtors-Pound.svg';
|
|
1286
1298
|
export { default as SiriusPaymentsanddebtors } from './illustrations/sirius/PaymentsAndDebtors.svg';
|
|
1299
|
+
export { default as SiriusPiechart } from './illustrations/sirius/PieChart.svg';
|
|
1300
|
+
export { default as SiriusPreviewunavailable } from './illustrations/sirius/PreviewUnavailable.svg';
|
|
1301
|
+
export { default as SiriusReports } from './illustrations/sirius/Reports.svg';
|
|
1302
|
+
export { default as SiriusRestrictedcontent } from './illustrations/sirius/RestrictedContent.svg';
|
|
1303
|
+
export { default as SiriusRisks } from './illustrations/sirius/Risks.svg';
|
|
1304
|
+
export { default as SiriusSearch } from './illustrations/sirius/Search.svg';
|
|
1305
|
+
export { default as SiriusSystemerror } from './illustrations/sirius/SystemError.svg';
|
|
1287
1306
|
export { default as SiriusTimeandfees } from './illustrations/sirius/TimeAndFees.svg';
|
|
1288
1307
|
export { default as SiriusTrustfundsEuro } from './illustrations/sirius/TrustFunds-Euro.svg';
|
|
1289
1308
|
export { default as SiriusTrustfundsPound } from './illustrations/sirius/TrustFunds-Pound.svg';
|