@trackunit/iris-app-runtime-core 1.13.32-alpha-81fe60a7b8b.0 → 1.13.32
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/index.cjs.js +2 -2
- package/index.esm.js +2 -2
- package/package.json +2 -2
package/index.cjs.js
CHANGED
|
@@ -549,11 +549,11 @@ const ThemeCssRuntime = {
|
|
|
549
549
|
}
|
|
550
550
|
const cssWithoutRGB = Object.entries(css).reduce((acc, [key, value]) => {
|
|
551
551
|
if (!value.includes("rgb")) {
|
|
552
|
-
// eslint-disable-next-line
|
|
552
|
+
// eslint-disable-next-line @trackunit/no-typescript-assertion
|
|
553
553
|
acc[key] = `rgb(${value})`;
|
|
554
554
|
}
|
|
555
555
|
return acc;
|
|
556
|
-
// eslint-disable-next-line
|
|
556
|
+
// eslint-disable-next-line @trackunit/no-typescript-assertion
|
|
557
557
|
}, {});
|
|
558
558
|
return cssWithoutRGB;
|
|
559
559
|
},
|
package/index.esm.js
CHANGED
|
@@ -547,11 +547,11 @@ const ThemeCssRuntime = {
|
|
|
547
547
|
}
|
|
548
548
|
const cssWithoutRGB = Object.entries(css).reduce((acc, [key, value]) => {
|
|
549
549
|
if (!value.includes("rgb")) {
|
|
550
|
-
// eslint-disable-next-line
|
|
550
|
+
// eslint-disable-next-line @trackunit/no-typescript-assertion
|
|
551
551
|
acc[key] = `rgb(${value})`;
|
|
552
552
|
}
|
|
553
553
|
return acc;
|
|
554
|
-
// eslint-disable-next-line
|
|
554
|
+
// eslint-disable-next-line @trackunit/no-typescript-assertion
|
|
555
555
|
}, {});
|
|
556
556
|
return cssWithoutRGB;
|
|
557
557
|
},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/iris-app-runtime-core",
|
|
3
|
-
"version": "1.13.32
|
|
3
|
+
"version": "1.13.32",
|
|
4
4
|
"repository": "https://github.com/Trackunit/manager",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"engines": {
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"penpal": "^6.2.2",
|
|
11
|
-
"@trackunit/iris-app-runtime-core-api": "1.12.30
|
|
11
|
+
"@trackunit/iris-app-runtime-core-api": "1.12.30"
|
|
12
12
|
},
|
|
13
13
|
"module": "./index.esm.js",
|
|
14
14
|
"main": "./index.cjs.js",
|