@leapdev/gui-icons 3.0.27 → 3.0.29
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 +23 -1
- package/dist/icons/leap-web/panel-slide-16.svg +3 -0
- package/dist/icons/leap-web/panel-slide-20.svg +3 -0
- package/dist/icons/sprite-leap-web.svg +1 -1
- package/dist/index.js +2 -0
- package/package.json +2 -3
- package/CHANGELOG.md +0 -802
- package/dist/icons/.DS_Store +0 -0
- package/dist/icons/doctype/.DS_Store +0 -0
- package/dist/icons/leap-web/.DS_Store +0 -0
- package/dist/illustrations/.DS_Store +0 -0
package/dist/index.js
CHANGED
|
@@ -837,6 +837,8 @@ export { default as LeapWebPaneCombined16 } from './icons/leap-web/pane-combined
|
|
|
837
837
|
export { default as LeapWebPaneCombined20 } from './icons/leap-web/pane-combined-20.svg';
|
|
838
838
|
export { default as LeapWebPaneSeparate16 } from './icons/leap-web/pane-separate-16.svg';
|
|
839
839
|
export { default as LeapWebPaneSeparate20 } from './icons/leap-web/pane-separate-20.svg';
|
|
840
|
+
export { default as LeapWebPanelSlide16 } from './icons/leap-web/panel-slide-16.svg';
|
|
841
|
+
export { default as LeapWebPanelSlide20 } from './icons/leap-web/panel-slide-20.svg';
|
|
840
842
|
export { default as LeapWebPanelSlideLeft16 } from './icons/leap-web/panel-slide-left-16.svg';
|
|
841
843
|
export { default as LeapWebPanelSlideLeft20 } from './icons/leap-web/panel-slide-left-20.svg';
|
|
842
844
|
export { default as LeapWebPanelSlideRight16 } from './icons/leap-web/panel-slide-right-16.svg';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leapdev/gui-icons",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.29",
|
|
4
4
|
"description": "LEAP GUI Icons",
|
|
5
5
|
"author": "LEAP Dev",
|
|
6
6
|
"license": "ISC",
|
|
@@ -48,6 +48,5 @@
|
|
|
48
48
|
"webpack-cli": "^5.1.4",
|
|
49
49
|
"webpack-dev-server": "^4.15.1",
|
|
50
50
|
"webpack-merge": "^6.0.1"
|
|
51
|
-
}
|
|
52
|
-
"packageManager": "yarn@1.22.19+sha512.ff4579ab459bb25aa7c0ff75b62acebe576f6084b36aa842971cf250a5d8c6cd3bc9420b22ce63c7f93a0857bc6ef29291db39c3e7a23aab5adfd5a4dd6c5d71"
|
|
51
|
+
}
|
|
53
52
|
}
|