@auxilium/datalynk-client 1.2.5 → 1.2.6

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/dist/index.js CHANGED
@@ -2041,8 +2041,8 @@ __publicField(_LoginPrompt, "template", (options) => `
2041
2041
  <div class="login-footer" style="position: relative; display: flex; align-items: center; justify-content: center;">
2042
2042
  <div class="sloped-div"></div>
2043
2043
  <a href="https://auxiliumgroup.com" target="_blank" style="position: relative; height: 40px; display: flex; align-items: center; text-decoration: none; font-family: 'AR BLANCA', serif; font-size: 26px; color: white;">
2044
- Au<span style="font-size: 52px; color: #c83232; margin-bottom: 5px">x</span>ilium
2045
- <span style="position: absolute; font-size: 10px; color: #c83232; top: 2px; right: 2px">Group</span>
2044
+ Au<span style="font-size: 52px; color: #c83232; margin-bottom: 5px; font-family: 'AR BLANCA', serif;">x</span>ilium
2045
+ <span style="position: absolute; font-size: 10px; color: #c83232; top: 2px; right: 2px; font-family: 'AR BLANCA', serif;">Group</span>
2046
2046
  </a>
2047
2047
  </div>
2048
2048
  </div>
@@ -3355,7 +3355,7 @@ class Superuser {
3355
3355
  } });
3356
3356
  }
3357
3357
  }
3358
- const version = "1.2.5";
3358
+ const version = "1.2.6";
3359
3359
  class WebRtc {
3360
3360
  constructor(api) {
3361
3361
  __publicField(this, "ice");
package/dist/index.mjs CHANGED
@@ -2039,8 +2039,8 @@ __publicField(_LoginPrompt, "template", (options) => `
2039
2039
  <div class="login-footer" style="position: relative; display: flex; align-items: center; justify-content: center;">
2040
2040
  <div class="sloped-div"></div>
2041
2041
  <a href="https://auxiliumgroup.com" target="_blank" style="position: relative; height: 40px; display: flex; align-items: center; text-decoration: none; font-family: 'AR BLANCA', serif; font-size: 26px; color: white;">
2042
- Au<span style="font-size: 52px; color: #c83232; margin-bottom: 5px">x</span>ilium
2043
- <span style="position: absolute; font-size: 10px; color: #c83232; top: 2px; right: 2px">Group</span>
2042
+ Au<span style="font-size: 52px; color: #c83232; margin-bottom: 5px; font-family: 'AR BLANCA', serif;">x</span>ilium
2043
+ <span style="position: absolute; font-size: 10px; color: #c83232; top: 2px; right: 2px; font-family: 'AR BLANCA', serif;">Group</span>
2044
2044
  </a>
2045
2045
  </div>
2046
2046
  </div>
@@ -3353,7 +3353,7 @@ class Superuser {
3353
3353
  } });
3354
3354
  }
3355
3355
  }
3356
- const version = "1.2.5";
3356
+ const version = "1.2.6";
3357
3357
  class WebRtc {
3358
3358
  constructor(api) {
3359
3359
  __publicField(this, "ice");
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@auxilium/datalynk-client",
3
3
  "description": "Datalynk client library",
4
4
  "repository": "https://gitlab.auxiliumgroup.com/auxilium/datalynk/datalynk-client",
5
- "version": "1.2.5",
5
+ "version": "1.2.6",
6
6
  "author": "Zak Timson <zaktimson@gmail.com>",
7
7
  "private": false,
8
8
  "main": "./dist/index.cjs",