@leapdev/gui-icons 3.0.69 → 3.0.70
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 +91 -25
- package/dist/icons/leap-web/panel-close-left-16.svg +3 -0
- package/dist/icons/leap-web/{panel-slide-20.svg → panel-close-left-20.svg} +1 -1
- package/dist/icons/leap-web/panel-close-left-24.svg +3 -0
- package/dist/icons/leap-web/panel-close-right-16.svg +3 -0
- package/dist/icons/leap-web/panel-close-right-20.svg +3 -0
- package/dist/icons/leap-web/panel-close-right-24.svg +3 -0
- package/dist/icons/leap-web/panel-open-left-16.svg +4 -0
- package/dist/icons/leap-web/panel-open-left-20.svg +4 -0
- package/dist/icons/leap-web/panel-open-left-24.svg +3 -0
- package/dist/icons/leap-web/panel-open-right-16.svg +4 -0
- package/dist/icons/leap-web/panel-open-right-20.svg +4 -0
- package/dist/icons/leap-web/panel-open-right-24.svg +3 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +12 -6
- package/package.json +1 -1
- package/CHANGELOG.md +0 -1001
- package/dist/icons/.DS_Store +0 -0
- package/dist/icons/leap-web/panel-slide-16.svg +0 -3
- package/dist/icons/leap-web/panel-slide-left-16.svg +0 -5
- package/dist/icons/leap-web/panel-slide-left-20.svg +0 -3
- package/dist/icons/leap-web/panel-slide-right-16.svg +0 -5
- package/dist/icons/leap-web/panel-slide-right-20.svg +0 -3
package/dist/index.js
CHANGED
|
@@ -868,12 +868,18 @@ export { default as LeapWebPaneCombined16 } from './icons/leap-web/pane-combined
|
|
|
868
868
|
export { default as LeapWebPaneCombined20 } from './icons/leap-web/pane-combined-20.svg';
|
|
869
869
|
export { default as LeapWebPaneSeparate16 } from './icons/leap-web/pane-separate-16.svg';
|
|
870
870
|
export { default as LeapWebPaneSeparate20 } from './icons/leap-web/pane-separate-20.svg';
|
|
871
|
-
export { default as
|
|
872
|
-
export { default as
|
|
873
|
-
export { default as
|
|
874
|
-
export { default as
|
|
875
|
-
export { default as
|
|
876
|
-
export { default as
|
|
871
|
+
export { default as LeapWebPanelCloseLeft16 } from './icons/leap-web/panel-close-left-16.svg';
|
|
872
|
+
export { default as LeapWebPanelCloseLeft20 } from './icons/leap-web/panel-close-left-20.svg';
|
|
873
|
+
export { default as LeapWebPanelCloseLeft24 } from './icons/leap-web/panel-close-left-24.svg';
|
|
874
|
+
export { default as LeapWebPanelCloseRight16 } from './icons/leap-web/panel-close-right-16.svg';
|
|
875
|
+
export { default as LeapWebPanelCloseRight20 } from './icons/leap-web/panel-close-right-20.svg';
|
|
876
|
+
export { default as LeapWebPanelCloseRight24 } from './icons/leap-web/panel-close-right-24.svg';
|
|
877
|
+
export { default as LeapWebPanelOpenLeft16 } from './icons/leap-web/panel-open-left-16.svg';
|
|
878
|
+
export { default as LeapWebPanelOpenLeft20 } from './icons/leap-web/panel-open-left-20.svg';
|
|
879
|
+
export { default as LeapWebPanelOpenLeft24 } from './icons/leap-web/panel-open-left-24.svg';
|
|
880
|
+
export { default as LeapWebPanelOpenRight16 } from './icons/leap-web/panel-open-right-16.svg';
|
|
881
|
+
export { default as LeapWebPanelOpenRight20 } from './icons/leap-web/panel-open-right-20.svg';
|
|
882
|
+
export { default as LeapWebPanelOpenRight24 } from './icons/leap-web/panel-open-right-24.svg';
|
|
877
883
|
export { default as LeapWebPause12 } from './icons/leap-web/pause-12.svg';
|
|
878
884
|
export { default as LeapWebPause16 } from './icons/leap-web/pause-16.svg';
|
|
879
885
|
export { default as LeapWebPayment16 } from './icons/leap-web/payment-16.svg';
|