@leapdev/gui-icons 3.0.69 → 3.0.71
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 +114 -26
- package/dist/icons/leap-web/filter-16.svg +2 -2
- package/dist/icons/leap-web/filter-20.svg +2 -2
- package/dist/icons/leap-web/filter-24.svg +3 -0
- package/dist/icons/leap-web/filter-dot-16.svg +9 -2
- package/dist/icons/leap-web/filter-dot-20.svg +2 -2
- package/dist/icons/leap-web/filter-dot-24.svg +4 -0
- 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 +14 -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
|
@@ -769,8 +769,10 @@ export { default as LeapWebFilledStar16 } from './icons/leap-web/filled-star-16.
|
|
|
769
769
|
export { default as LeapWebFilledTick16 } from './icons/leap-web/filled-tick-16.svg';
|
|
770
770
|
export { default as LeapWebFilter16 } from './icons/leap-web/filter-16.svg';
|
|
771
771
|
export { default as LeapWebFilter20 } from './icons/leap-web/filter-20.svg';
|
|
772
|
+
export { default as LeapWebFilter24 } from './icons/leap-web/filter-24.svg';
|
|
772
773
|
export { default as LeapWebFilterDot16 } from './icons/leap-web/filter-dot-16.svg';
|
|
773
774
|
export { default as LeapWebFilterDot20 } from './icons/leap-web/filter-dot-20.svg';
|
|
775
|
+
export { default as LeapWebFilterDot24 } from './icons/leap-web/filter-dot-24.svg';
|
|
774
776
|
export { default as LeapWebFire16 } from './icons/leap-web/fire-16.svg';
|
|
775
777
|
export { default as LeapWebFire20 } from './icons/leap-web/fire-20.svg';
|
|
776
778
|
export { default as LeapWebFlag16 } from './icons/leap-web/flag-16.svg';
|
|
@@ -868,12 +870,18 @@ export { default as LeapWebPaneCombined16 } from './icons/leap-web/pane-combined
|
|
|
868
870
|
export { default as LeapWebPaneCombined20 } from './icons/leap-web/pane-combined-20.svg';
|
|
869
871
|
export { default as LeapWebPaneSeparate16 } from './icons/leap-web/pane-separate-16.svg';
|
|
870
872
|
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
|
|
873
|
+
export { default as LeapWebPanelCloseLeft16 } from './icons/leap-web/panel-close-left-16.svg';
|
|
874
|
+
export { default as LeapWebPanelCloseLeft20 } from './icons/leap-web/panel-close-left-20.svg';
|
|
875
|
+
export { default as LeapWebPanelCloseLeft24 } from './icons/leap-web/panel-close-left-24.svg';
|
|
876
|
+
export { default as LeapWebPanelCloseRight16 } from './icons/leap-web/panel-close-right-16.svg';
|
|
877
|
+
export { default as LeapWebPanelCloseRight20 } from './icons/leap-web/panel-close-right-20.svg';
|
|
878
|
+
export { default as LeapWebPanelCloseRight24 } from './icons/leap-web/panel-close-right-24.svg';
|
|
879
|
+
export { default as LeapWebPanelOpenLeft16 } from './icons/leap-web/panel-open-left-16.svg';
|
|
880
|
+
export { default as LeapWebPanelOpenLeft20 } from './icons/leap-web/panel-open-left-20.svg';
|
|
881
|
+
export { default as LeapWebPanelOpenLeft24 } from './icons/leap-web/panel-open-left-24.svg';
|
|
882
|
+
export { default as LeapWebPanelOpenRight16 } from './icons/leap-web/panel-open-right-16.svg';
|
|
883
|
+
export { default as LeapWebPanelOpenRight20 } from './icons/leap-web/panel-open-right-20.svg';
|
|
884
|
+
export { default as LeapWebPanelOpenRight24 } from './icons/leap-web/panel-open-right-24.svg';
|
|
877
885
|
export { default as LeapWebPause12 } from './icons/leap-web/pause-12.svg';
|
|
878
886
|
export { default as LeapWebPause16 } from './icons/leap-web/pause-16.svg';
|
|
879
887
|
export { default as LeapWebPayment16 } from './icons/leap-web/payment-16.svg';
|