mirror of
https://github.com/atisawd/boxicons.git
synced 2024-11-13 19:04:52 +01:00
1.5.6
This commit is contained in:
parent
ff6cef6ce0
commit
2aa61b27d2
9 changed files with 9227 additions and 6 deletions
|
@ -8,7 +8,7 @@ _High Quality web friendly icons_
|
||||||
'Boxicons' is a carefully designed open source iconset with 700+ icons. It's crafted to look enrich your website/app experience.
|
'Boxicons' is a carefully designed open source iconset with 700+ icons. It's crafted to look enrich your website/app experience.
|
||||||
|
|
||||||
|
|
||||||
_Announcing Boxicons v1.5.5!_
|
_Announcing Boxicons v1.5.6!_
|
||||||
|
|
||||||
Load the icons as web component , load only the icons you need .
|
Load the icons as web component , load only the icons you need .
|
||||||
|
|
||||||
|
|
2
dist/boxicons.js
vendored
2
dist/boxicons.js
vendored
File diff suppressed because one or more lines are too long
|
@ -75,6 +75,6 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
<script src="static/dist/bundle.js?v=7" async></script>
|
<script src="static/dist/bundle.js?v=8" async></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
9220
package-lock.json
generated
Normal file
9220
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "boxicons",
|
"name": "boxicons",
|
||||||
"version": "1.5.5",
|
"version": "1.5.6",
|
||||||
"private": true,
|
"private": true,
|
||||||
"description": "High Quality web friendly icons",
|
"description": "High Quality web friendly icons",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -15,6 +15,7 @@
|
||||||
"author": "Atisa(Aniket Suvarna) <atisawd@gmail.com>",
|
"author": "Atisa(Aniket Suvarna) <atisawd@gmail.com>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@webcomponents/webcomponentsjs": "^2.0.2",
|
||||||
"prop-types": "^15.6.0",
|
"prop-types": "^15.6.0",
|
||||||
"react": "^16.0.0",
|
"react": "^16.0.0",
|
||||||
"react-dom": "^16.0.0",
|
"react-dom": "^16.0.0",
|
||||||
|
|
2
static/dist/bundle.js
vendored
2
static/dist/bundle.js
vendored
File diff suppressed because one or more lines are too long
BIN
static/dist/bundle.js.gz
vendored
BIN
static/dist/bundle.js.gz
vendored
Binary file not shown.
|
@ -50,7 +50,7 @@ module.exports = {
|
||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
new WrapperPlugin({
|
new WrapperPlugin({
|
||||||
test: /box-icon-element\.js$/,
|
test: /boxicons\.js$/,
|
||||||
header: getWrapper('header'),
|
header: getWrapper('header'),
|
||||||
footer: getWrapper('footer'),
|
footer: getWrapper('footer'),
|
||||||
}),
|
}),
|
||||||
|
|
Loading…
Reference in a new issue