@leapdev/gui-icons 3.0.24 → 3.0.26
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 +9 -3
- package/dist/app.js +72 -6
- package/dist/icons/leap-web/caret-down-12.svg +3 -0
- package/dist/icons/leap-web/caret-left-12.svg +3 -0
- package/dist/icons/leap-web/caret-right-12.svg +3 -0
- package/dist/icons/leap-web/caret-up-12.svg +3 -0
- package/dist/icons/leap-web/drag-handle-20.svg +6 -6
- package/dist/icons/leap-web/two-tone-invoice-20.svg +5 -4
- package/dist/icons/leap-web/two-tone-invoice-advanced-20.svg +5 -0
- package/dist/icons/leap-web/two-tone-invoice-apply-20.svg +5 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +7 -1
- package/package.json +1 -1
- /package/dist/icons/leap-web/{two-tone-invoice-24.svg → two-tone-invoice-apply-24.svg} +0 -0
package/dist/index.js
CHANGED
|
@@ -683,6 +683,10 @@ export { default as LeapWebCalendarBell20 } from './icons/leap-web/calendar-bell
|
|
|
683
683
|
export { default as LeapWebCall16 } from './icons/leap-web/call-16.svg';
|
|
684
684
|
export { default as LeapWebCall20 } from './icons/leap-web/call-20.svg';
|
|
685
685
|
export { default as LeapWebCards20 } from './icons/leap-web/cards-20.svg';
|
|
686
|
+
export { default as LeapWebCaretDown12 } from './icons/leap-web/caret-down-12.svg';
|
|
687
|
+
export { default as LeapWebCaretLeft12 } from './icons/leap-web/caret-left-12.svg';
|
|
688
|
+
export { default as LeapWebCaretRight12 } from './icons/leap-web/caret-right-12.svg';
|
|
689
|
+
export { default as LeapWebCaretUp12 } from './icons/leap-web/caret-up-12.svg';
|
|
686
690
|
export { default as LeapWebChevron16 } from './icons/leap-web/chevron-16.svg';
|
|
687
691
|
export { default as LeapWebChevronDown12 } from './icons/leap-web/chevron-down-12.svg';
|
|
688
692
|
export { default as LeapWebChevronDown16 } from './icons/leap-web/chevron-down-16.svg';
|
|
@@ -994,7 +998,9 @@ export { default as LeapWebTwoToneInfotrackSearch24 } from './icons/leap-web/two
|
|
|
994
998
|
export { default as LeapWebTwoToneIntegrations20 } from './icons/leap-web/two-tone-integrations-20.svg';
|
|
995
999
|
export { default as LeapWebTwoToneIntegrations24 } from './icons/leap-web/two-tone-integrations-24.svg';
|
|
996
1000
|
export { default as LeapWebTwoToneInvoice20 } from './icons/leap-web/two-tone-invoice-20.svg';
|
|
997
|
-
export { default as
|
|
1001
|
+
export { default as LeapWebTwoToneInvoiceAdvanced20 } from './icons/leap-web/two-tone-invoice-advanced-20.svg';
|
|
1002
|
+
export { default as LeapWebTwoToneInvoiceApply20 } from './icons/leap-web/two-tone-invoice-apply-20.svg';
|
|
1003
|
+
export { default as LeapWebTwoToneInvoiceApply24 } from './icons/leap-web/two-tone-invoice-apply-24.svg';
|
|
998
1004
|
export { default as LeapWebTwoToneJournal20 } from './icons/leap-web/two-tone-journal-20.svg';
|
|
999
1005
|
export { default as LeapWebTwoToneJournal24 } from './icons/leap-web/two-tone-journal-24.svg';
|
|
1000
1006
|
export { default as LeapWebTwoToneJournalCredit20 } from './icons/leap-web/two-tone-journal-credit-20.svg';
|
package/package.json
CHANGED
|
File without changes
|