tempest.games 0.0.13 → 0.1.1
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/CHANGELOG.md +29 -0
- package/app/DelveSystem-Regular.otf +0 -0
- package/app/Sudo-Code.otf +0 -0
- package/app/Theia0.2.300-300.otf +0 -0
- package/app/Theia0.2.400-400.otf +0 -0
- package/app/Theia0.2.500-500.otf +0 -0
- package/app/Uruz/Brahmin-0r.otf +0 -0
- package/app/Uruz/Brahmin-1r.otf +0 -0
- package/app/Uruz/Brahmin-2r.otf +0 -0
- package/app/Uruz/Brahmin-3r.otf +0 -0
- package/app/Uruz/Brahmin-4r.otf +0 -0
- package/app/Uruz/Brahmin-5r.otf +0 -0
- package/app/Uruz/Brahmin-6r.otf +0 -0
- package/app/Uruz/Brahmin-7r.otf +0 -0
- package/app/Uruz/Uruz-4c.otf +0 -0
- package/app/Uruz/Uruz-4cc.otf +0 -0
- package/app/Uruz/Uruz-4r.otf +0 -0
- package/app/Uruz/Uruz-5c.otf +0 -0
- package/app/Uruz/Uruz-5r.otf +0 -0
- package/app/Uruz/Uruz-6c.otf +0 -0
- package/app/Uruz/Uruz-6r.otf +0 -0
- package/app/Uruz/Uruz-7r.otf +0 -0
- package/app/assets/index-CTvfPidG.css +1 -0
- package/app/assets/index-CpJSDdLN.js +46 -0
- package/app/icons.ai +1543 -5
- package/app/index.html +2 -2
- package/app/kablooey.gif +0 -0
- package/app/love_yanone.ttf +0 -0
- package/app/react.svg +1 -0
- package/bin/backend.bun.js +36 -8
- package/bin/backend.worker.game.bun.js +1 -1
- package/bin/frontend.bun.js +27 -1
- package/package.json +35 -19
- package/app/assets/index-BLiTugnk.css +0 -1
- package/app/assets/index-TSjQta7U.js +0 -46
- package/app/vite.svg +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# tempest.games
|
|
2
2
|
|
|
3
|
+
## 0.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 6be0203: ✨ Validations and security.
|
|
8
|
+
|
|
9
|
+
- Enhanced backend security by adding IP tracking and banning for multiple failed login attempts.
|
|
10
|
+
- Improved signup and login forms with error handling, validation feedback, and input readiness checks.
|
|
11
|
+
- Extended database schema to include user tracking and login history tables.
|
|
12
|
+
- Added a list of common passwords to restrict in password validation.
|
|
13
|
+
- Introduced new admin view component and updated global styles.
|
|
14
|
+
- Added tests for password complexity validation.
|
|
15
|
+
- Updated package.json with new database scripts and dependencies.
|
|
16
|
+
|
|
17
|
+
- 0098170: 💄 Added some general styles.
|
|
18
|
+
- 2f0434c: ✨ Basic login/signup flow.
|
|
19
|
+
|
|
20
|
+
## 0.1.0
|
|
21
|
+
|
|
22
|
+
### Minor Changes
|
|
23
|
+
|
|
24
|
+
- 9f66128: ✨ Add database with user accounts and games.
|
|
25
|
+
|
|
26
|
+
### Patch Changes
|
|
27
|
+
|
|
28
|
+
- Updated dependencies [a8781d3]
|
|
29
|
+
- Updated dependencies [a8781d3]
|
|
30
|
+
- atom.io@0.30.0
|
|
31
|
+
|
|
3
32
|
## 0.0.13
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
:root{color-scheme:light dark;--fg-tint-3: #fff;--fg-hard-3: var(--fg-tint-3);--fg-tint-2: #fafafa;--fg-hard-2: var(--fg-tint-2);--fg-tint-1: #f5f5f5;--fg-hard-1: var(--fg-tint-1);--fg: #eee;--fg-dark-1: #ddd;--fg-soft-1: var(--fg-dark-1);--fg-dark-2: #ccc;--fg-soft-2: var(--fg-dark-2);--fg-dark-3: #bbb;--fg-soft-3: var(--fg-dark-3);--bg-tint-3: #333;--bg-soft-3: var(--bg-tint-3);--bg-tint-2: #222;--bg-soft-2: var(--bg-tint-2);--bg-tint-1: #111;--bg-soft-1: var(--bg-tint-1);--bg: #090909;--bg-dark-1: #060606;--bg-hard-1: var(--bg-dark-1);--bg-dark-2: #030303;--bg-hard-2: var(--bg-dark-2);--bg-dark-3: #000;--bg-hard-3: var(--bg-dark-3);--hyperlink-color: #09f;--hyperlink-hover-color: #0df;--PI: 3.14159265358979;color:var(--fg);background-color:var(--bg);position:relative}:root body{padding:0;margin:0}*,*:before,*:after{box-sizing:border-box;font-size:15px;line-height:1.3333333333}@media (prefers-color-scheme: light){:root{--fg-tint-3: #666;--fg-hard-3: var(--fg-tint-3);--fg-tint-2: #555;--fg-hard-2: var(--fg-tint-2);--fg-tint-1: #444;--fg-hard-1: var(--fg-tint-1);--fg: #333;--fg-dark-1: #222;--fg-soft-1: var(--fg-dark-1);--fg-dark-2: #111;--fg-soft-2: var(--fg-dark-2);--fg-dark-3: #000;--fg-soft-3: var(--fg-dark-3);--bg-tint-3: #fffefc;--bg-hard-3: var(--bg-tint-3);--bg-tint-2: #fdfcfa;--bg-hard-2: var(--bg-tint-2);--bg-tint-1: #f5f4f2;--bg-hard-1: var(--bg-tint-1);--bg: #efede9;--bg-dark-1: #eae8e4;--bg-soft-1: var(--bg-dark-1);--bg-dark-2: #e4e2de;--bg-soft-2: var(--bg-dark-2);--bg-dark-3: #dedcd8;--bg-soft-3: var(--bg-dark-3);color:var(--fg);background-color:var(--bg);--hyperlink-color: #08f;--hyperlink-hover-color: #04f}a:hover{color:#08f}button{background-color:#f9f9f9}}a{font-weight:500;color:var(--hyperlink-color);text-decoration:inherit}a:hover{color:var(--hyperlink-hover-color);text-decoration:underline}@font-face{font-family:name;src:url(/love_yanone.ttf)}@font-face{font-family:"|_'_|";src:url(/DelveSystem-Regular.otf)}@font-face{font-family:sudo;src:url(/Sudo-Code.otf)}@font-face{font-family:theia;src:url(/Theia0.2.300-300.otf);font-weight:300}@font-face{font-family:theia;src:url(/Theia0.2.400-400.otf);font-weight:400}@font-face{font-family:theia;src:url(/Theia0.2.500-500.otf);font-weight:500}:root{font-family:Uruz;font-size:20px;line-height:1.5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}i{font-family:Uruz}b{font-family:"|_'_|"}code{font-family:sudo}@font-face{font-family:Uruz;src:url(/Uruz/Uruz-5r.otf);font-weight:500}@font-face{font-family:Uruz;src:url(/Uruz/Uruz-6r.otf);font-weight:600}@font-face{font-family:Uruz;src:url(/Uruz/Uruz-7r.otf);font-weight:700}@font-face{font-family:Manufab;src:url(/manufabVF.ttf)}main._class_1g72u_1{display:flex;flex-flow:column;min-height:100vh;width:100%;overflow:hidden;justify-content:center;align-items:center;padding:60px 10px 30px}main._class_1g72u_1>header{width:100%;max-width:512px}main._class_1g72u_1>header svg{width:100%;max-width:270px}@media (prefers-color-scheme: light){main._class_1g72u_1>header svg{mix-blend-mode:multiply}}main._class_1g72u_1>main{width:100%;max-width:512px;flex-grow:1;align-content:end}main._class_1g72u_1>main>form{display:flex;flex-flow:row wrap;height:100%;gap:30px;align-items:end}main._class_1g72u_1>main>form>main{width:100%;max-width:200px;display:flex;flex-flow:column;gap:10px}main._class_1g72u_1>main>form>main>aside{background-color:#f007;color:var(--bg-hard-3);font-size:15px;padding:3px 6px}main._class_1g72u_1>main>form>main>label{display:flex;flex-flow:column;position:relative}main._class_1g72u_1>main>form>main>label>span{flex-grow:1;font-size:15px}main._class_1g72u_1>main>form>main>label>input{--energy-color: var(--fg-soft-3);box-sizing:border-box;height:34px;background:none;border:1px solid var(--energy-color);font-family:Uruz;font-size:21px}main._class_1g72u_1>main>form>main>label>input:focus{outline:none;border-width:2px}main._class_1g72u_1>main>form>main>label>aside{display:none}main._class_1g72u_1>main>form>main>label:focus-within>aside{position:absolute;display:flex;flex-flow:column-reverse;bottom:calc(100% - 24px);right:0;max-width:160px;font-size:15px;line-height:1.2em;text-align:right;padding:3px 4px 4px;background-color:red;color:var(--bg)}main._class_1g72u_1>main>form>main>button{background-color:var(--bg-dark-3);color:var(--fg);width:40px;height:40px;font-family:theia;border:none;align-self:flex-end;margin-top:10px;cursor:pointer}main._class_1g72u_1>main>form>main>button:disabled{background-color:var(--bg-hard-1);border:1px solid var(--bg-soft-1);color:var(--bg-soft-3)}main._class_1g72u_1>main>form>main>button:disabled:hover{cursor:not-allowed}main._class_1g72u_1>main>form>footer{display:flex;flex-flow:column;gap:30px;align-items:start}main._class_1g72u_1>main>form>footer>a{font-size:15px;color:var(--fg)}main._class_1g72u_1>main>form>footer>a:hover{color:var(--hyperlink-hover-color)}main._class_1g72u_1>main>form>footer>a:hover>u{color:var(--hyperlink-hover-color)}main._class_1g72u_1>main>form>footer>a>u{color:var(--hyperlink-color)}main._class_1g72u_1>main>article{width:100%;overflow:visible}main._class_1g72u_1>main>article>h1{font-size:min(40vw,400px);margin:max(-18vw,-180px) 0}
|