@leapdev/gui-icons 3.0.88 → 3.0.90
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 +1148 -0
- package/dist/app.js +45 -1
- package/dist/icons/.DS_Store +0 -0
- package/dist/icons/leap-web/calendar-today-16.svg +5 -0
- package/dist/icons/leap-web/calendar-today-20.svg +5 -0
- package/dist/icons/leap-web/calendar-today-24.svg +5 -0
- package/dist/icons/leap-web/forms-add-16.svg +4 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -734,6 +734,9 @@ export { default as LeapWebCalendarAdjust20 } from './icons/leap-web/calendar-ad
|
|
|
734
734
|
export { default as LeapWebCalendarAppointment16 } from './icons/leap-web/calendar-appointment-16.svg';
|
|
735
735
|
export { default as LeapWebCalendarAppointment20 } from './icons/leap-web/calendar-appointment-20.svg';
|
|
736
736
|
export { default as LeapWebCalendarBell20 } from './icons/leap-web/calendar-bell-20.svg';
|
|
737
|
+
export { default as LeapWebCalendarToday16 } from './icons/leap-web/calendar-today-16.svg';
|
|
738
|
+
export { default as LeapWebCalendarToday20 } from './icons/leap-web/calendar-today-20.svg';
|
|
739
|
+
export { default as LeapWebCalendarToday24 } from './icons/leap-web/calendar-today-24.svg';
|
|
737
740
|
export { default as LeapWebCall16 } from './icons/leap-web/call-16.svg';
|
|
738
741
|
export { default as LeapWebCall20 } from './icons/leap-web/call-20.svg';
|
|
739
742
|
export { default as LeapWebCards16 } from './icons/leap-web/cards-16.svg';
|
|
@@ -837,6 +840,7 @@ export { default as LeapWebFolderNew16 } from './icons/leap-web/folder-new-16.sv
|
|
|
837
840
|
export { default as LeapWebFolderNew20 } from './icons/leap-web/folder-new-20.svg';
|
|
838
841
|
export { default as LeapWebForm16 } from './icons/leap-web/form-16.svg';
|
|
839
842
|
export { default as LeapWebForms20 } from './icons/leap-web/forms-20.svg';
|
|
843
|
+
export { default as LeapWebFormsAdd16 } from './icons/leap-web/forms-add-16.svg';
|
|
840
844
|
export { default as LeapWebFormsPrecedence16 } from './icons/leap-web/forms-precedence-16.svg';
|
|
841
845
|
export { default as LeapWebGreyExcel20 } from './icons/leap-web/grey-excel-20.svg';
|
|
842
846
|
export { default as LeapWebGreyLawconnect20 } from './icons/leap-web/grey-lawconnect-20.svg';
|