Skip to content

Commit

Permalink
refactor: 🎨 new design of web component
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu89 committed Sep 24, 2022
1 parent be519f5 commit ede2bb0
Show file tree
Hide file tree
Showing 12 changed files with 766 additions and 241 deletions.
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<title>Vite + Vue + TS</title>
</head>
<body>
<zerologin-auth url="http://localhost:3333" public-id="0a1b66db-cf4b-4b98-8823-74a8e6e136a6"></zerologin-auth>
<div style="border:1px solid black;padding: 10px;">
<zerologin-auth url="https://login.dolu.dev" public-id="d595aad5-4593-4a36-980e-42e0e8a447c1"></zerologin-auth>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
{
"name": "@zerologin/elements",
"description": "Zerologin auth web component",
"version": "0.0.4-beta",
"version": "0.0.5-beta",
"private": false,
"publishConfig": {
"access": "public"
},
"files": [
"dist/"
],
Expand Down Expand Up @@ -34,13 +31,13 @@
"prepublishOnly": "npm run build"
},
"dependencies": {
"awesome-qr": "^2.1.5-rc.0",
"ky": "^0.31.3",
"qrcode": "^1.5.1",
"vue": "^3.2.37"
},
"devDependencies": {
"@types/qrcode": "^1.5.0",
"@vitejs/plugin-vue": "^3.1.0",
"sass": "^1.55.0",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vue-tsc": "^0.40.4"
Expand Down
Binary file added src/assets/fonts/SF-Pro-Display-Light.otf
Binary file not shown.
Binary file added src/assets/fonts/SF-Pro-Display-Regular.otf
Binary file not shown.
Binary file added src/assets/fonts/SF-Pro-Display-Thin.otf
Binary file not shown.
3 changes: 3 additions & 0 deletions src/assets/icons/copy-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/assets/icons/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/assets/icons/send-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ede2bb0

Please sign in to comment.