@leapdev/gui-icons 3.0.32 → 3.0.34
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 +121 -11
- package/dist/icons/doctype/video-24.svg +7 -0
- package/dist/icons/doctype/video-sc-24.svg +17 -0
- package/dist/icons/leap-web/calendar-appointment-16.svg +4 -0
- package/dist/icons/leap-web/comment-16.svg +3 -0
- package/dist/icons/leap-web/critical-date-16.svg +3 -9
- package/dist/icons/leap-web/email-16.svg +3 -3
- package/dist/icons/leap-web/form-16.svg +3 -0
- package/dist/icons/leap-web/infotrack-search-16.svg +4 -0
- package/dist/icons/leap-web/invoice-16.svg +3 -0
- package/dist/icons/leap-web/payment-16.svg +3 -0
- package/dist/icons/leap-web/task-16.svg +3 -0
- package/dist/icons/leap-web/timer-16.svg +3 -0
- package/dist/icons/sprite-doctype.svg +1 -1
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +12 -2
- package/package.json +1 -1
- /package/dist/icons/leap-web/{filter-selected-16.svg → filter-dot-16.svg} +0 -0
- /package/dist/icons/leap-web/{filter-selected-20.svg → filter-dot-20.svg} +0 -0
package/dist/index.js
CHANGED
|
@@ -293,9 +293,11 @@ export { default as DoctypeUnknownText16 } from './icons/doctype/unknown-text-16
|
|
|
293
293
|
export { default as DoctypeUnknownType24 } from './icons/doctype/unknown-type-24.svg';
|
|
294
294
|
export { default as DoctypeUnknownType28 } from './icons/doctype/unknown-type-28.svg';
|
|
295
295
|
export { default as DoctypeVideo16 } from './icons/doctype/video-16.svg';
|
|
296
|
+
export { default as DoctypeVideo24 } from './icons/doctype/video-24.svg';
|
|
296
297
|
export { default as DoctypeVideo28 } from './icons/doctype/video-28.svg';
|
|
297
298
|
export { default as DoctypeVideoCall16 } from './icons/doctype/video-call-16.svg';
|
|
298
299
|
export { default as DoctypeVideoCall24 } from './icons/doctype/video-call-24.svg';
|
|
300
|
+
export { default as DoctypeVideoSc24 } from './icons/doctype/video-sc-24.svg';
|
|
299
301
|
export { default as DoctypeWord16 } from './icons/doctype/word-16.svg';
|
|
300
302
|
export { default as DoctypeWord24 } from './icons/doctype/word-24.svg';
|
|
301
303
|
export { default as DoctypeWordSc16 } from './icons/doctype/word-sc-16.svg';
|
|
@@ -680,6 +682,7 @@ export { default as LeapWebCalendar16 } from './icons/leap-web/calendar-16.svg';
|
|
|
680
682
|
export { default as LeapWebCalendar20 } from './icons/leap-web/calendar-20.svg';
|
|
681
683
|
export { default as LeapWebCalendarAdd20 } from './icons/leap-web/calendar-add-20.svg';
|
|
682
684
|
export { default as LeapWebCalendarAdjust20 } from './icons/leap-web/calendar-adjust-20.svg';
|
|
685
|
+
export { default as LeapWebCalendarAppointment16 } from './icons/leap-web/calendar-appointment-16.svg';
|
|
683
686
|
export { default as LeapWebCalendarAppointment20 } from './icons/leap-web/calendar-appointment-20.svg';
|
|
684
687
|
export { default as LeapWebCalendarBell20 } from './icons/leap-web/calendar-bell-20.svg';
|
|
685
688
|
export { default as LeapWebCall16 } from './icons/leap-web/call-16.svg';
|
|
@@ -712,6 +715,7 @@ export { default as LeapWebCloud16 } from './icons/leap-web/cloud-16.svg';
|
|
|
712
715
|
export { default as LeapWebCloud20 } from './icons/leap-web/cloud-20.svg';
|
|
713
716
|
export { default as LeapWebCode20 } from './icons/leap-web/code-20.svg';
|
|
714
717
|
export { default as LeapWebCogConvert20 } from './icons/leap-web/cog-convert-20.svg';
|
|
718
|
+
export { default as LeapWebComment16 } from './icons/leap-web/comment-16.svg';
|
|
715
719
|
export { default as LeapWebComment20 } from './icons/leap-web/comment-20.svg';
|
|
716
720
|
export { default as LeapWebCompare16 } from './icons/leap-web/compare-16.svg';
|
|
717
721
|
export { default as LeapWebCompare20 } from './icons/leap-web/compare-20.svg';
|
|
@@ -755,8 +759,8 @@ export { default as LeapWebFilledStar16 } from './icons/leap-web/filled-star-16.
|
|
|
755
759
|
export { default as LeapWebFilledTick16 } from './icons/leap-web/filled-tick-16.svg';
|
|
756
760
|
export { default as LeapWebFilter16 } from './icons/leap-web/filter-16.svg';
|
|
757
761
|
export { default as LeapWebFilter20 } from './icons/leap-web/filter-20.svg';
|
|
758
|
-
export { default as
|
|
759
|
-
export { default as
|
|
762
|
+
export { default as LeapWebFilterDot16 } from './icons/leap-web/filter-dot-16.svg';
|
|
763
|
+
export { default as LeapWebFilterDot20 } from './icons/leap-web/filter-dot-20.svg';
|
|
760
764
|
export { default as LeapWebFire16 } from './icons/leap-web/fire-16.svg';
|
|
761
765
|
export { default as LeapWebFire20 } from './icons/leap-web/fire-20.svg';
|
|
762
766
|
export { default as LeapWebFlag16 } from './icons/leap-web/flag-16.svg';
|
|
@@ -767,6 +771,7 @@ export { default as LeapWebFolderCases20 } from './icons/leap-web/folder-cases-2
|
|
|
767
771
|
export { default as LeapWebFolderMatter20 } from './icons/leap-web/folder-matter-20.svg';
|
|
768
772
|
export { default as LeapWebFolderNew16 } from './icons/leap-web/folder-new-16.svg';
|
|
769
773
|
export { default as LeapWebFolderNew20 } from './icons/leap-web/folder-new-20.svg';
|
|
774
|
+
export { default as LeapWebForm16 } from './icons/leap-web/form-16.svg';
|
|
770
775
|
export { default as LeapWebForms20 } from './icons/leap-web/forms-20.svg';
|
|
771
776
|
export { default as LeapWebGreyExcel20 } from './icons/leap-web/grey-excel-20.svg';
|
|
772
777
|
export { default as LeapWebGreyLawconnect20 } from './icons/leap-web/grey-lawconnect-20.svg';
|
|
@@ -800,11 +805,13 @@ export { default as LeapWebInfoCircle24 } from './icons/leap-web/info-circle-24.
|
|
|
800
805
|
export { default as LeapWebInfotrackFeeEuro20 } from './icons/leap-web/infotrack-fee-euro-20.svg';
|
|
801
806
|
export { default as LeapWebInfotrackFeeUk20 } from './icons/leap-web/infotrack-fee-uk-20.svg';
|
|
802
807
|
export { default as LeapWebInfotrackFeeUs20 } from './icons/leap-web/infotrack-fee-us-20.svg';
|
|
808
|
+
export { default as LeapWebInfotrackSearch16 } from './icons/leap-web/infotrack-search-16.svg';
|
|
803
809
|
export { default as LeapWebInfotrackSearch20 } from './icons/leap-web/infotrack-search-20.svg';
|
|
804
810
|
export { default as LeapWebIntegrations16 } from './icons/leap-web/integrations-16.svg';
|
|
805
811
|
export { default as LeapWebIntegrations20 } from './icons/leap-web/integrations-20.svg';
|
|
806
812
|
export { default as LeapWebInvisible16 } from './icons/leap-web/invisible-16.svg';
|
|
807
813
|
export { default as LeapWebInvisible20 } from './icons/leap-web/invisible-20.svg';
|
|
814
|
+
export { default as LeapWebInvoice16 } from './icons/leap-web/invoice-16.svg';
|
|
808
815
|
export { default as LeapWebItalic20 } from './icons/leap-web/italic-20.svg';
|
|
809
816
|
export { default as LeapWebLaunch16 } from './icons/leap-web/launch-16.svg';
|
|
810
817
|
export { default as LeapWebLaunch20 } from './icons/leap-web/launch-20.svg';
|
|
@@ -851,6 +858,7 @@ export { default as LeapWebPanelSlideRight16 } from './icons/leap-web/panel-slid
|
|
|
851
858
|
export { default as LeapWebPanelSlideRight20 } from './icons/leap-web/panel-slide-right-20.svg';
|
|
852
859
|
export { default as LeapWebPause12 } from './icons/leap-web/pause-12.svg';
|
|
853
860
|
export { default as LeapWebPause16 } from './icons/leap-web/pause-16.svg';
|
|
861
|
+
export { default as LeapWebPayment16 } from './icons/leap-web/payment-16.svg';
|
|
854
862
|
export { default as LeapWebPin10 } from './icons/leap-web/pin-10.svg';
|
|
855
863
|
export { default as LeapWebPin16 } from './icons/leap-web/pin-16.svg';
|
|
856
864
|
export { default as LeapWebPin20 } from './icons/leap-web/pin-20.svg';
|
|
@@ -910,6 +918,7 @@ export { default as LeapWebStopCircle20 } from './icons/leap-web/stop-circle-20.
|
|
|
910
918
|
export { default as LeapWebStrike20 } from './icons/leap-web/strike-20.svg';
|
|
911
919
|
export { default as LeapWebSwap16 } from './icons/leap-web/swap-16.svg';
|
|
912
920
|
export { default as LeapWebSwap20 } from './icons/leap-web/swap-20.svg';
|
|
921
|
+
export { default as LeapWebTask16 } from './icons/leap-web/task-16.svg';
|
|
913
922
|
export { default as LeapWebTemplates20 } from './icons/leap-web/templates-20.svg';
|
|
914
923
|
export { default as LeapWebTextStroke20 } from './icons/leap-web/text-stroke-20.svg';
|
|
915
924
|
export { default as LeapWebTick16 } from './icons/leap-web/tick-16.svg';
|
|
@@ -917,6 +926,7 @@ export { default as LeapWebTick20 } from './icons/leap-web/tick-20.svg';
|
|
|
917
926
|
export { default as LeapWebTickCircle16 } from './icons/leap-web/tick-circle-16.svg';
|
|
918
927
|
export { default as LeapWebTickCircle20 } from './icons/leap-web/tick-circle-20.svg';
|
|
919
928
|
export { default as LeapWebTickCircle24 } from './icons/leap-web/tick-circle-24.svg';
|
|
929
|
+
export { default as LeapWebTimer16 } from './icons/leap-web/timer-16.svg';
|
|
920
930
|
export { default as LeapWebTimer20 } from './icons/leap-web/timer-20.svg';
|
|
921
931
|
export { default as LeapWebTimerAdd20 } from './icons/leap-web/timer-add-20.svg';
|
|
922
932
|
export { default as LeapWebTimesheets20 } from './icons/leap-web/timesheets-20.svg';
|
package/package.json
CHANGED
|
File without changes
|
|
File without changes
|