@atom.io/template-react-node-backend 0.0.50 → 0.0.52

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.
@@ -0,0 +1 @@
1
+ :root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:Charter,serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{flex-flow:column;place-items:center;min-width:320px;min-height:100vh;margin:0;display:flex}body #root{flex-flow:column;place-items:center;width:100%;height:100%;display:flex}body #root>header{z-index:100;box-sizing:border-box;justify-content:flex-end;align-items:center;gap:10px;width:100%;padding:20px;display:flex;position:fixed;top:0;left:0}body #root>header>.spacer{flex-grow:1}body #root>header>.pfp{border:1px solid #ccc3;border-radius:50%;place-content:center;place-items:center;width:40px;height:40px;display:flex;position:relative}body #root>header>.pfp.signed-in:before{content:"👤"}body #root>main{flex-direction:column;gap:10px;width:100%;max-width:600px;height:100%;display:flex;position:relative}body #root>main>header{flex-flow:column;justify-content:flex-end;height:200px;display:flex}body #root>main>header>h1{margin:0;padding:0;font-size:72px;line-height:72px}body #root>main>main{flex-flow:column;gap:5px;height:100%;display:flex;position:relative}body #root>main>main>.todo{box-sizing:border-box;text-align:center;border:1px solid #ccc3;flex-flow:row;place-items:center;gap:5px;width:100%;height:29px;padding:0 3px;font-size:18px;display:flex;position:relative}body #root>main>main>.todo>span,body #root>main>main>.todo input[type=text]{text-align:left;flex-grow:1;font-family:Charter,serif;font-size:18px}body #root>main>main>.todo>button.delete:disabled{opacity:.5;background:0 0}body #root>main>main>.todo>button.delete:after{content:"×"}body #root>.takeover{z-index:100;box-sizing:border-box;background-color:#00000080;place-content:center;place-items:center;width:100svw;height:100svh;padding-bottom:60px;display:flex;position:fixed;top:0;left:0}body #root>.takeover>main.card{background-color:#444;flex-direction:column;place-items:center;gap:10px;display:flex}@media (prefers-color-scheme:light){body #root>.takeover>main.card{background-color:#fff}}body #root>.takeover>main.card{border-radius:8px;width:100%;max-width:200px;padding:20px}.loading{background:linear-gradient(90deg,#7773,#7771,#7773) 0 0/200% 100%;animation:4s ease-in-out infinite pulse}.loading:after{content:"⏳";color:#fff;font-size:10px;position:absolute;top:-5px;right:-5px}button{border:1px solid #0000;border-radius:8px}@keyframes pulse{0%{background-position:200% 0}50%{background-position:0 0}to{background-position:200% 0}}
package/dist/index.html CHANGED
@@ -5,8 +5,8 @@
5
5
  <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>vite-react</title>
8
- <script type="module" crossorigin src="/assets/index-Cvh7dANX.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/index-BQGFgLeJ.css">
8
+ <script type="module" crossorigin src="/assets/index-Cx6eYVtB.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-bVjxsmIr.css">
10
10
  </head>
11
11
  <body>
12
12
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atom.io/template-react-node-backend",
3
- "version": "0.0.50",
3
+ "version": "0.0.52",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -14,22 +14,22 @@
14
14
  "react": "19.2.4",
15
15
  "react-dom": "19.2.4",
16
16
  "zod": "4.3.6",
17
- "atom.io": "0.46.24"
17
+ "atom.io": "0.46.26"
18
18
  },
19
19
  "devDependencies": {
20
- "@types/node": "25.4.0",
20
+ "@types/node": "25.5.0",
21
21
  "@types/react": "19.2.14",
22
22
  "@types/react-dom": "19.2.3",
23
- "@vitejs/plugin-react": "5.1.4",
23
+ "@vitejs/plugin-react": "6.0.1",
24
24
  "babel-plugin-react-compiler": "1.0.0",
25
25
  "concurrently": "9.2.1",
26
- "eslint": "10.0.3",
26
+ "eslint": "10.1.0",
27
27
  "eslint-plugin-react-hooks": "7.0.1",
28
28
  "eslint-plugin-react-refresh": "0.5.2",
29
29
  "globals": "17.4.0",
30
30
  "typescript": "5.9.3",
31
- "typescript-eslint": "8.57.0",
32
- "vite": "7.3.1"
31
+ "typescript-eslint": "8.57.1",
32
+ "vite": "8.0.1"
33
33
  },
34
34
  "scripts": {
35
35
  "dev": "concurrently vite ./node/server.ts ./node/authenticator.ts",
@@ -1 +0,0 @@
1
- :root{font-family:Charter,serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;flex-flow:column;place-items:center;min-width:320px;min-height:100vh}body #root{width:100%;height:100%;display:flex;flex-flow:column;place-items:center}body #root>header{position:fixed;z-index:100;top:0;left:0;display:flex;width:100%;box-sizing:border-box;padding:20px;justify-content:flex-end;align-items:center;gap:10px}body #root>header>.spacer{flex-grow:1}body #root>header>.pfp{position:relative;display:flex;place-items:center;place-content:center;border:1px solid #ccc3;width:40px;height:40px;border-radius:50%}body #root>header>.pfp.signed-in:before{content:"👤"}body #root>main{position:relative;display:flex;flex-direction:column;width:100%;max-width:600px;gap:10px;height:100%}body #root>main>header{height:200px;display:flex;flex-flow:column;justify-content:flex-end}body #root>main>header>h1{font-size:72px;line-height:72px;padding:0;margin:0}body #root>main>main{position:relative;display:flex;flex-flow:column;gap:5px;height:100%}body #root>main>main>.todo{display:flex;height:29px;width:100%;flex-flow:row;place-items:center;font-size:18px;position:relative;border:1px solid #ccc3;box-sizing:border-box;text-align:center;gap:5px;padding:0 3px}body #root>main>main>.todo>span,body #root>main>main>.todo input[type=text]{flex-grow:1;font-size:18px;font-family:Charter,serif;text-align:left}body #root>main>main>.todo>button.delete:disabled{opacity:.5;background:transparent}body #root>main>main>.todo>button.delete:after{content:"×"}body #root>.takeover{z-index:100;position:fixed;top:0;left:0;width:100svw;height:100svh;background-color:#00000080;display:flex;place-items:center;place-content:center;box-sizing:border-box;padding-bottom:60px}body #root>.takeover>main.card{display:flex;flex-direction:column;place-items:center;gap:10px;background-color:#444;width:100%;max-width:200px;padding:20px;border-radius:8px}@media(prefers-color-scheme:light){body #root>.takeover>main.card{background-color:#fff}}.loading{background:linear-gradient(90deg,#7773,#7771,#7773);background-size:200% 100%;animation:pulse 4s ease-in-out infinite}.loading:after{content:"⏳";position:absolute;top:-5px;right:-5px;font-size:10px;color:#fff}button{border-radius:8px;border:1px solid transparent}@keyframes pulse{0%{background-position:200% 0}50%{background-position:0% 0}to{background-position:200% 0}}