livedesk 0.1.582 → 0.1.583

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "livedesk",
3
- "version": "0.1.582",
3
+ "version": "0.1.583",
4
4
  "livedeskClientVersion": "0.1.249",
5
5
  "buildFlavor": "production",
6
6
  "description": "LiveDesk Hub and client launcher",
@@ -42,14 +42,9 @@
42
42
  width: 48px;
43
43
  height: 48px;
44
44
  margin: 0 auto 18px;
45
- display: grid;
46
- place-items: center;
47
- border-radius: 12px;
48
- color: white;
49
- background: linear-gradient(145deg, #21bcae, #3188f3);
50
45
  }
51
46
 
52
- .mark svg { width: 28px; height: 28px; }
47
+ .mark img { width: 48px; height: 48px; display: block; }
53
48
 
54
49
  .eyebrow {
55
50
  margin: 0 0 9px;
@@ -97,14 +92,6 @@
97
92
  line-height: 1.55;
98
93
  }
99
94
 
100
- body[data-state="error"] .mark {
101
- background: #dc7a36;
102
- }
103
-
104
- body[data-state="invalid"] .mark {
105
- background: #64748b;
106
- }
107
-
108
95
  @media (max-width: 520px) {
109
96
  main { padding: 30px 22px 27px; }
110
97
  h1 { font-size: 23px; }
@@ -114,11 +101,9 @@
114
101
  </head>
115
102
  <body>
116
103
  <main aria-labelledby="auth-title">
117
- <div class="mark" aria-hidden="true">
118
- <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
119
- <path d="M8 25h7l4-11 8 23 5-15 3 3h5" stroke="currentColor" stroke-width="4" stroke-linecap="round" stroke-linejoin="round" />
120
- </svg>
121
- </div>
104
+ <div class="mark" aria-hidden="true">
105
+ <img src="/favicon.svg" alt="" />
106
+ </div>
122
107
  <p class="eyebrow" data-auth-eyebrow>LIVE DESK</p>
123
108
  <h1 id="auth-title" data-auth-title>Returning to LiveDesk</h1>
124
109
  <p class="message" data-auth-message>Please wait while LiveDesk opens.</p>
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "schemaVersion": 2,
3
3
  "kind": "livedesk-production-web-source-evidence",
4
- "generatedAt": "2026-08-17T05:14:32.218Z",
5
- "pwaRelease": "0.1.581",
6
- "sourceHash": "206bc01847e3c7c74a95c13c32ebcc30a1de30d61e09de1f9f8289eb01b4014b",
4
+ "generatedAt": "2026-08-18T04:29:28.439Z",
5
+ "pwaRelease": "0.1.583",
6
+ "sourceHash": "64f5141a711fe720d2557433216cfd2c0decf20559da22b2a434833ed4ae7ef8",
7
7
  "sourceFileCount": 148,
8
- "sourceBytes": 2286616,
8
+ "sourceBytes": 2286111,
9
9
  "viteEnvironmentHash": "4f53cda18c2baa0c0354bb5f9a3ecbe5ed12ab4d8e11ba873c2f11161202b945",
10
- "outputHash": "eb0955568443996a9681e6f4b9549c136003e2fcd326f1720748f038f79e1b77",
10
+ "outputHash": "c1b6bc3835985deb748f48b0f19b6be153e095212dbb80f6649a4e2730f5fffe",
11
11
  "outputFileCount": 18,
12
- "outputBytes": 1640671,
12
+ "outputBytes": 1640166,
13
13
  "outputManifest": [
14
14
  {
15
15
  "path": "_headers",
@@ -53,8 +53,8 @@
53
53
  },
54
54
  {
55
55
  "path": "desktop-auth-callback.html",
56
- "bytes": 3657,
57
- "sha256": "ab2aa878b5fd01b98890a1547d4538aa7baac8c347072db14e0e5d6aae28023f"
56
+ "bytes": 3152,
57
+ "sha256": "211eb3dff1d70082566c4060483e3ddf207486b9df2b41aaa6b4af82907300e4"
58
58
  },
59
59
  {
60
60
  "path": "desktop-auth-callback.js",
@@ -99,7 +99,7 @@
99
99
  {
100
100
  "path": "sw.js",
101
101
  "bytes": 1309,
102
- "sha256": "64db1976719786756b1c4ef38ead2d89428cb83f5b45e730825e3b4d9c5d04cf"
102
+ "sha256": "c7d1c6fd7b23e34f81ab484a524b09bb77faa8ca5e6d97266403e824a3e1f838"
103
103
  }
104
104
  ]
105
105
  }
package/web/dist/sw.js CHANGED
@@ -1,4 +1,4 @@
1
- const PWA_RELEASE = '0.1.581';
1
+ const PWA_RELEASE = '0.1.583';
2
2
  const OFFLINE_CACHE = `livedesk-pwa-offline-${PWA_RELEASE}`;
3
3
  const OFFLINE_URL = '/offline.html';
4
4