ados-rcm 1.0.484 → 1.0.485
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.es.js
CHANGED
@@ -5664,8 +5664,9 @@ function my(n, ...r) {
|
|
5664
5664
|
const o = r[0], a = ri(o);
|
5665
5665
|
a && (If(o), nl({ ...a, ...n }));
|
5666
5666
|
}
|
5667
|
-
function xy(n) {
|
5668
|
-
|
5667
|
+
function xy(...n) {
|
5668
|
+
const r = n[0];
|
5669
|
+
return getComputedStyle(document.documentElement).getPropertyValue(r);
|
5669
5670
|
}
|
5670
5671
|
function by({ themeName: n, save: r, followDeviceSetting: o }) {
|
5671
5672
|
if (o !== void 0 && (In.followDeviceSetting = o, o)) {
|