@leapdev/gui-icons 3.0.2 → 3.0.3
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/README.md +2 -1
- package/dist/icons/animate/index.js +2 -2
- package/dist/icons/content-app/index.js +24 -24
- package/dist/icons/desktop/index.js +31 -31
- package/dist/icons/doctype/index.js +237 -237
- package/dist/icons/filled/index.js +293 -293
- package/dist/icons/index.js +7 -7
- package/dist/icons/misc/index.js +12 -12
- package/dist/icons/social/index.js +4 -4
- package/dist/icons/two-tone/index.js +82 -82
- package/dist/illustrations/index.js +1 -1
- package/dist/illustrations/orion/index.js +18 -18
- package/dist/illustrations/sirius/index.js +18 -18
- package/dist/images/bylawyers/index.js +14 -14
- package/dist/images/doctype/doctype_1x/index.js +8 -0
- package/dist/images/doctype/doctype_2x/index.js +8 -0
- package/dist/images/lawconnect/favicons/index.js +7 -7
- package/dist/images/lawconnect/index.js +4 -4
- package/dist/images/lawconnect/logos/index.js +27 -27
- package/dist/images/leap/index.js +10 -10
- package/dist/images/titlex/index.js +8 -8
- package/dist/index.js +816 -816
- package/dist/sprites/index.js +1 -1
- package/package.json +2 -3
- package/dist/images/doctype/1x/index.js +0 -8
- package/dist/images/doctype/2x/index.js +0 -8
- /package/dist/images/doctype/{1x → doctype_1x}/doctype-clause-precedent-16.png +0 -0
- /package/dist/images/doctype/{1x → doctype_1x}/doctype-clause-precedent-24.png +0 -0
- /package/dist/images/doctype/{1x → doctype_1x}/doctype-clause-precedent-new-16.png +0 -0
- /package/dist/images/doctype/{1x → doctype_1x}/doctype-clause-precedent-new-24.png +0 -0
- /package/dist/images/doctype/{1x → doctype_1x}/doctype-zip-file-16.png +0 -0
- /package/dist/images/doctype/{1x → doctype_1x}/doctype-zip-folder-16.png +0 -0
- /package/dist/images/doctype/{1x → doctype_1x}/doctype-zip-folder-24.png +0 -0
- /package/dist/images/doctype/{1x → doctype_1x}/doctype-zipped-file-24.png +0 -0
- /package/dist/images/doctype/{2x → doctype_2x}/doctype-clause-precedent-16@2x.png +0 -0
- /package/dist/images/doctype/{2x → doctype_2x}/doctype-clause-precedent-24@2x.png +0 -0
- /package/dist/images/doctype/{2x → doctype_2x}/doctype-clause-precedent-new-16@2x.png +0 -0
- /package/dist/images/doctype/{2x → doctype_2x}/doctype-clause-precedent-new-24@2x.png +0 -0
- /package/dist/images/doctype/{2x → doctype_2x}/doctype-zip-file-16@2x.png +0 -0
- /package/dist/images/doctype/{2x → doctype_2x}/doctype-zip-folder-16@2x.png +0 -0
- /package/dist/images/doctype/{2x → doctype_2x}/doctype-zip-folder-24@2x.png +0 -0
- /package/dist/images/doctype/{2x → doctype_2x}/doctype-zipped-file-24@2x.png +0 -0
package/dist/sprites/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default as
|
|
1
|
+
export { default as SpritesSpriteAnimate } from './sprites/sprite-animate.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.3",
|
|
4
4
|
"description": "LEAP GUI Icons",
|
|
5
5
|
"author": "LEAP Dev",
|
|
6
6
|
"license": "ISC",
|
|
@@ -16,8 +16,7 @@
|
|
|
16
16
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
17
17
|
"build": "webpack --config webpack.config.js",
|
|
18
18
|
"serve": "webpack --config webpack.config.js --watch",
|
|
19
|
-
"
|
|
20
|
-
"start": "nodemon --watch webpack.config.js --exec \"npm run serve\""
|
|
19
|
+
"start": "webpack serve --open --config webpack.config.js"
|
|
21
20
|
},
|
|
22
21
|
"devDependencies": {
|
|
23
22
|
"@babel/core": "^7.25.2",
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export { default as doctypeClausePrecedent16 } from './images/doctype/1x/doctype-clause-precedent-16.png';
|
|
2
|
-
export { default as doctypeClausePrecedent24 } from './images/doctype/1x/doctype-clause-precedent-24.png';
|
|
3
|
-
export { default as doctypeClausePrecedentNew16 } from './images/doctype/1x/doctype-clause-precedent-new-16.png';
|
|
4
|
-
export { default as doctypeClausePrecedentNew24 } from './images/doctype/1x/doctype-clause-precedent-new-24.png';
|
|
5
|
-
export { default as doctypeZipFile16 } from './images/doctype/1x/doctype-zip-file-16.png';
|
|
6
|
-
export { default as doctypeZipFolder16 } from './images/doctype/1x/doctype-zip-folder-16.png';
|
|
7
|
-
export { default as doctypeZipFolder24 } from './images/doctype/1x/doctype-zip-folder-24.png';
|
|
8
|
-
export { default as doctypeZippedFile24 } from './images/doctype/1x/doctype-zipped-file-24.png';
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export { default as doctypeClausePrecedent162x } from './images/doctype/2x/doctype-clause-precedent-16@2x.png';
|
|
2
|
-
export { default as doctypeClausePrecedent242x } from './images/doctype/2x/doctype-clause-precedent-24@2x.png';
|
|
3
|
-
export { default as doctypeClausePrecedentNew162x } from './images/doctype/2x/doctype-clause-precedent-new-16@2x.png';
|
|
4
|
-
export { default as doctypeClausePrecedentNew242x } from './images/doctype/2x/doctype-clause-precedent-new-24@2x.png';
|
|
5
|
-
export { default as doctypeZipFile162x } from './images/doctype/2x/doctype-zip-file-16@2x.png';
|
|
6
|
-
export { default as doctypeZipFolder162x } from './images/doctype/2x/doctype-zip-folder-16@2x.png';
|
|
7
|
-
export { default as doctypeZipFolder242x } from './images/doctype/2x/doctype-zip-folder-24@2x.png';
|
|
8
|
-
export { default as doctypeZippedFile242x } from './images/doctype/2x/doctype-zipped-file-24@2x.png';
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|