@leapdev/gui-icons 3.0.30 → 3.0.32
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 +79 -2
- package/dist/icons/doctype/payment-request.svg +8 -8
- package/dist/icons/leap-web/auth-user-alert-16.svg +7 -0
- package/dist/icons/leap-web/error-24.svg +3 -0
- package/dist/icons/leap-web/filter-selected-16.svg +4 -0
- package/dist/icons/leap-web/filter-selected-20.svg +4 -0
- package/dist/icons/leap-web/info-circle-24.svg +3 -0
- package/dist/icons/leap-web/tick-circle-24.svg +3 -0
- package/dist/icons/leap-web/warning-24.svg +3 -0
- package/dist/icons/sprite-doctype.svg +1 -1
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +7 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -628,6 +628,7 @@ export { default as LeapWebAttach20 } from './icons/leap-web/attach-20.svg';
|
|
|
628
628
|
export { default as LeapWebAuthEmail20 } from './icons/leap-web/auth-email-20.svg';
|
|
629
629
|
export { default as LeapWebAuthLock20 } from './icons/leap-web/auth-lock-20.svg';
|
|
630
630
|
export { default as LeapWebAuthUser20 } from './icons/leap-web/auth-user-20.svg';
|
|
631
|
+
export { default as LeapWebAuthUserAlert16 } from './icons/leap-web/auth-user-alert-16.svg';
|
|
631
632
|
export { default as LeapWebAutocomplete20 } from './icons/leap-web/autocomplete-20.svg';
|
|
632
633
|
export { default as LeapWebAvailableOutline20 } from './icons/leap-web/available-outline-20.svg';
|
|
633
634
|
export { default as LeapWebAvatarBusiness24 } from './icons/leap-web/avatar-business-24.svg';
|
|
@@ -738,6 +739,7 @@ export { default as LeapWebEnvelopeWarning20 } from './icons/leap-web/envelope-w
|
|
|
738
739
|
export { default as LeapWebError12 } from './icons/leap-web/error-12.svg';
|
|
739
740
|
export { default as LeapWebError16 } from './icons/leap-web/error-16.svg';
|
|
740
741
|
export { default as LeapWebError20 } from './icons/leap-web/error-20.svg';
|
|
742
|
+
export { default as LeapWebError24 } from './icons/leap-web/error-24.svg';
|
|
741
743
|
export { default as LeapWebExpand16 } from './icons/leap-web/expand-16.svg';
|
|
742
744
|
export { default as LeapWebExpandLessHoriz16 } from './icons/leap-web/expand-less-horiz-16.svg';
|
|
743
745
|
export { default as LeapWebExpandLessHoriz20 } from './icons/leap-web/expand-less-horiz-20.svg';
|
|
@@ -753,6 +755,8 @@ export { default as LeapWebFilledStar16 } from './icons/leap-web/filled-star-16.
|
|
|
753
755
|
export { default as LeapWebFilledTick16 } from './icons/leap-web/filled-tick-16.svg';
|
|
754
756
|
export { default as LeapWebFilter16 } from './icons/leap-web/filter-16.svg';
|
|
755
757
|
export { default as LeapWebFilter20 } from './icons/leap-web/filter-20.svg';
|
|
758
|
+
export { default as LeapWebFilterSelected16 } from './icons/leap-web/filter-selected-16.svg';
|
|
759
|
+
export { default as LeapWebFilterSelected20 } from './icons/leap-web/filter-selected-20.svg';
|
|
756
760
|
export { default as LeapWebFire16 } from './icons/leap-web/fire-16.svg';
|
|
757
761
|
export { default as LeapWebFire20 } from './icons/leap-web/fire-20.svg';
|
|
758
762
|
export { default as LeapWebFlag16 } from './icons/leap-web/flag-16.svg';
|
|
@@ -792,6 +796,7 @@ export { default as LeapWebImage20 } from './icons/leap-web/image-20.svg';
|
|
|
792
796
|
export { default as LeapWebInfo16 } from './icons/leap-web/info-16.svg';
|
|
793
797
|
export { default as LeapWebInfoCircle16 } from './icons/leap-web/info-circle-16.svg';
|
|
794
798
|
export { default as LeapWebInfoCircle20 } from './icons/leap-web/info-circle-20.svg';
|
|
799
|
+
export { default as LeapWebInfoCircle24 } from './icons/leap-web/info-circle-24.svg';
|
|
795
800
|
export { default as LeapWebInfotrackFeeEuro20 } from './icons/leap-web/infotrack-fee-euro-20.svg';
|
|
796
801
|
export { default as LeapWebInfotrackFeeUk20 } from './icons/leap-web/infotrack-fee-uk-20.svg';
|
|
797
802
|
export { default as LeapWebInfotrackFeeUs20 } from './icons/leap-web/infotrack-fee-us-20.svg';
|
|
@@ -911,6 +916,7 @@ export { default as LeapWebTick16 } from './icons/leap-web/tick-16.svg';
|
|
|
911
916
|
export { default as LeapWebTick20 } from './icons/leap-web/tick-20.svg';
|
|
912
917
|
export { default as LeapWebTickCircle16 } from './icons/leap-web/tick-circle-16.svg';
|
|
913
918
|
export { default as LeapWebTickCircle20 } from './icons/leap-web/tick-circle-20.svg';
|
|
919
|
+
export { default as LeapWebTickCircle24 } from './icons/leap-web/tick-circle-24.svg';
|
|
914
920
|
export { default as LeapWebTimer20 } from './icons/leap-web/timer-20.svg';
|
|
915
921
|
export { default as LeapWebTimerAdd20 } from './icons/leap-web/timer-add-20.svg';
|
|
916
922
|
export { default as LeapWebTimesheets20 } from './icons/leap-web/timesheets-20.svg';
|
|
@@ -1128,6 +1134,7 @@ export { default as LeapWebVisible20 } from './icons/leap-web/visible-20.svg';
|
|
|
1128
1134
|
export { default as LeapWebWarning12 } from './icons/leap-web/warning-12.svg';
|
|
1129
1135
|
export { default as LeapWebWarning16 } from './icons/leap-web/warning-16.svg';
|
|
1130
1136
|
export { default as LeapWebWarning20 } from './icons/leap-web/warning-20.svg';
|
|
1137
|
+
export { default as LeapWebWarning24 } from './icons/leap-web/warning-24.svg';
|
|
1131
1138
|
export { default as LeapWebXero20 } from './icons/leap-web/xero-20.svg';
|
|
1132
1139
|
export { default as MiscFacebook } from './icons/misc/facebook.svg';
|
|
1133
1140
|
export { default as MiscGoogle } from './icons/misc/google.svg';
|