@leapdev/gui-icons 3.0.78 → 3.0.80
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 +24 -0
- package/dist/app.js +155 -1
- package/dist/icons/leap-web/appointment-overdue-20.svg +5 -0
- package/dist/icons/leap-web/appointment-past-20.svg +5 -0
- package/dist/icons/leap-web/appointment-today-20.svg +5 -0
- package/dist/icons/leap-web/attach-12.svg +3 -0
- package/dist/icons/leap-web/attach-filled-16.svg +3 -0
- package/dist/icons/leap-web/attach-filled-24.svg +3 -0
- package/dist/icons/leap-web/critical-date-overdue-20.svg +5 -0
- package/dist/icons/leap-web/critical-date-past-20.svg +5 -0
- package/dist/icons/leap-web/critical-date-today-20.svg +5 -0
- package/dist/icons/leap-web/task-completed-20.svg +6 -0
- package/dist/icons/leap-web/task-overdue-20.svg +5 -0
- package/dist/icons/leap-web/task-past-20.svg +5 -0
- package/dist/icons/leap-web/task-past-completed-20.svg +6 -0
- package/dist/icons/leap-web/task-today-20.svg +5 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +14 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -612,6 +612,9 @@ export { default as LeapWebAlignCenter20 } from './icons/leap-web/align-center-2
|
|
|
612
612
|
export { default as LeapWebAlignJustify20 } from './icons/leap-web/align-justify-20.svg';
|
|
613
613
|
export { default as LeapWebAlignLeft20 } from './icons/leap-web/align-left-20.svg';
|
|
614
614
|
export { default as LeapWebAlignRight20 } from './icons/leap-web/align-right-20.svg';
|
|
615
|
+
export { default as LeapWebAppointmentOverdue20 } from './icons/leap-web/appointment-overdue-20.svg';
|
|
616
|
+
export { default as LeapWebAppointmentPast20 } from './icons/leap-web/appointment-past-20.svg';
|
|
617
|
+
export { default as LeapWebAppointmentToday20 } from './icons/leap-web/appointment-today-20.svg';
|
|
615
618
|
export { default as LeapWebApps20 } from './icons/leap-web/apps-20.svg';
|
|
616
619
|
export { default as LeapWebApps24 } from './icons/leap-web/apps-24.svg';
|
|
617
620
|
export { default as LeapWebArrowDotDown16 } from './icons/leap-web/arrow-dot-down-16.svg';
|
|
@@ -628,8 +631,11 @@ export { default as LeapWebArrowLeft16 } from './icons/leap-web/arrow-left-16.sv
|
|
|
628
631
|
export { default as LeapWebArrowRight16 } from './icons/leap-web/arrow-right-16.svg';
|
|
629
632
|
export { default as LeapWebArrowUp16 } from './icons/leap-web/arrow-up-16.svg';
|
|
630
633
|
export { default as LeapWebArrowUp20 } from './icons/leap-web/arrow-up-20.svg';
|
|
634
|
+
export { default as LeapWebAttach12 } from './icons/leap-web/attach-12.svg';
|
|
631
635
|
export { default as LeapWebAttach16 } from './icons/leap-web/attach-16.svg';
|
|
632
636
|
export { default as LeapWebAttach20 } from './icons/leap-web/attach-20.svg';
|
|
637
|
+
export { default as LeapWebAttachFilled16 } from './icons/leap-web/attach-filled-16.svg';
|
|
638
|
+
export { default as LeapWebAttachFilled24 } from './icons/leap-web/attach-filled-24.svg';
|
|
633
639
|
export { default as LeapWebAuthEmail20 } from './icons/leap-web/auth-email-20.svg';
|
|
634
640
|
export { default as LeapWebAuthLock20 } from './icons/leap-web/auth-lock-20.svg';
|
|
635
641
|
export { default as LeapWebAuthUser20 } from './icons/leap-web/auth-user-20.svg';
|
|
@@ -727,6 +733,9 @@ export { default as LeapWebContract16 } from './icons/leap-web/contract-16.svg';
|
|
|
727
733
|
export { default as LeapWebCopy16 } from './icons/leap-web/copy-16.svg';
|
|
728
734
|
export { default as LeapWebCopy20 } from './icons/leap-web/copy-20.svg';
|
|
729
735
|
export { default as LeapWebCriticalDate16 } from './icons/leap-web/critical-date-16.svg';
|
|
736
|
+
export { default as LeapWebCriticalDateOverdue20 } from './icons/leap-web/critical-date-overdue-20.svg';
|
|
737
|
+
export { default as LeapWebCriticalDatePast20 } from './icons/leap-web/critical-date-past-20.svg';
|
|
738
|
+
export { default as LeapWebCriticalDateToday20 } from './icons/leap-web/critical-date-today-20.svg';
|
|
730
739
|
export { default as LeapWebCurveArrowUpLeft20 } from './icons/leap-web/curve-arrow-up-left-20.svg';
|
|
731
740
|
export { default as LeapWebDashboard20 } from './icons/leap-web/dashboard-20.svg';
|
|
732
741
|
export { default as LeapWebDelete16 } from './icons/leap-web/delete-16.svg';
|
|
@@ -950,6 +959,11 @@ export { default as LeapWebStrike20 } from './icons/leap-web/strike-20.svg';
|
|
|
950
959
|
export { default as LeapWebSwap16 } from './icons/leap-web/swap-16.svg';
|
|
951
960
|
export { default as LeapWebSwap20 } from './icons/leap-web/swap-20.svg';
|
|
952
961
|
export { default as LeapWebTask16 } from './icons/leap-web/task-16.svg';
|
|
962
|
+
export { default as LeapWebTaskCompleted20 } from './icons/leap-web/task-completed-20.svg';
|
|
963
|
+
export { default as LeapWebTaskOverdue20 } from './icons/leap-web/task-overdue-20.svg';
|
|
964
|
+
export { default as LeapWebTaskPast20 } from './icons/leap-web/task-past-20.svg';
|
|
965
|
+
export { default as LeapWebTaskPastCompleted20 } from './icons/leap-web/task-past-completed-20.svg';
|
|
966
|
+
export { default as LeapWebTaskToday20 } from './icons/leap-web/task-today-20.svg';
|
|
953
967
|
export { default as LeapWebTemplates20 } from './icons/leap-web/templates-20.svg';
|
|
954
968
|
export { default as LeapWebTextStroke20 } from './icons/leap-web/text-stroke-20.svg';
|
|
955
969
|
export { default as LeapWebTick16 } from './icons/leap-web/tick-16.svg';
|