@smartbit4all/ng-client 3.3.149 → 3.3.150
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/esm2020/lib/view-context/utility/smart-style-utility.mjs +2 -4
- package/fesm2015/smartbit4all-ng-client.mjs +1 -3
- package/fesm2015/smartbit4all-ng-client.mjs.map +1 -1
- package/fesm2020/smartbit4all-ng-client.mjs +1 -3
- package/fesm2020/smartbit4all-ng-client.mjs.map +1 -1
- package/package.json +1 -1
- package/smartbit4all-ng-client-3.3.150.tgz +0 -0
- package/smartbit4all-ng-client-3.3.149.tgz +0 -0
|
@@ -6487,9 +6487,7 @@ class SmartStyleUtility {
|
|
|
6487
6487
|
const styles = {};
|
|
6488
6488
|
if (style) {
|
|
6489
6489
|
for (const key in style.style) {
|
|
6490
|
-
|
|
6491
|
-
styles[this.toCamelCase(key)] = style.style[key];
|
|
6492
|
-
}
|
|
6490
|
+
styles[this.toCamelCase(key)] = style.style[key];
|
|
6493
6491
|
}
|
|
6494
6492
|
}
|
|
6495
6493
|
return styles;
|