Skip to content

Commit

Permalink
Merge pull request #9 from SpiriitLabs/dev
Browse files Browse the repository at this point in the history
Version 1.1.0
  • Loading branch information
Applelo authored Aug 7, 2023
2 parents 4455b4c + 9c7d3fa commit facf988
Show file tree
Hide file tree
Showing 28 changed files with 1,250 additions and 1,266 deletions.
3 changes: 0 additions & 3 deletions .eslintignore

This file was deleted.

14 changes: 0 additions & 14 deletions .npmignore

This file was deleted.

1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-install-peers=true
9 changes: 9 additions & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@ <h2>Spritemap with background-image data uri</h2>
</div>
</div>

<div class="example example--mask-uri">
<h2>Spritemap with mask data uri</h2>

<div class="example__svgs">
<span class="icon icon-spiriit-mask"></span>
<span class="icon icon-vite-mask"></span>
</div>
</div>

<script type="module" src="/src/main.ts"></script>
</body>
</html>
12 changes: 7 additions & 5 deletions demo/package.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{
"name": "demo",
"private": true,
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"less": "^4.1.3",
"sass": "^1.62.1",
"postcss": "^8.4.27",
"sass": "^1.64.2",
"stylus": "^0.59.0",
"typescript": "^5.0.4",
"vite": "^4.3.8",
"vite-plugin-inspect": "^0.7.26"
"typescript": "^5.1.6",
"vite": "^4.4.8",
"vite-plugin-inspect": "^0.7.35"
}
}
Loading

0 comments on commit facf988

Please sign in to comment.