@auxilium/datalynk-client 1.2.5 → 1.2.7
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 +4 -4
- package/dist/index.mjs +4 -4
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1710,7 +1710,7 @@ function takeWhile(predicate, inclusive) {
|
|
|
1710
1710
|
});
|
|
1711
1711
|
}
|
|
1712
1712
|
async function getTheme(spoke, scope) {
|
|
1713
|
-
let theme = await fetch(`https://${spoke}.auxiliumgroup.com/
|
|
1713
|
+
let theme = await fetch(`https://${spoke}.auxiliumgroup.com/static/js/auxilium/dijits/templates/login/${spoke}/theme.json`).then((res) => res.json()).catch(() => null);
|
|
1714
1714
|
if (scope && theme != null && theme[scope]) theme = { ...theme, ...theme[scope] };
|
|
1715
1715
|
return {
|
|
1716
1716
|
found: !!theme,
|
|
@@ -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.
|
|
3358
|
+
const version = "1.2.7";
|
|
3359
3359
|
class WebRtc {
|
|
3360
3360
|
constructor(api) {
|
|
3361
3361
|
__publicField(this, "ice");
|
package/dist/index.mjs
CHANGED
|
@@ -1708,7 +1708,7 @@ function takeWhile(predicate, inclusive) {
|
|
|
1708
1708
|
});
|
|
1709
1709
|
}
|
|
1710
1710
|
async function getTheme(spoke, scope) {
|
|
1711
|
-
let theme = await fetch(`https://${spoke}.auxiliumgroup.com/
|
|
1711
|
+
let theme = await fetch(`https://${spoke}.auxiliumgroup.com/static/js/auxilium/dijits/templates/login/${spoke}/theme.json`).then((res) => res.json()).catch(() => null);
|
|
1712
1712
|
if (scope && theme != null && theme[scope]) theme = { ...theme, ...theme[scope] };
|
|
1713
1713
|
return {
|
|
1714
1714
|
found: !!theme,
|
|
@@ -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.
|
|
3356
|
+
const version = "1.2.7";
|
|
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
|
+
"version": "1.2.7",
|
|
6
6
|
"author": "Zak Timson <zaktimson@gmail.com>",
|
|
7
7
|
"private": false,
|
|
8
8
|
"main": "./dist/index.cjs",
|