@skyux/core 12.36.0 → 12.38.0
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/fesm2022/skyux-core.mjs
CHANGED
|
@@ -4251,7 +4251,7 @@ function setElPosition(el, left, top, width, marginTop, marginTopProperty, clipT
|
|
|
4251
4251
|
el.style.top = px(top);
|
|
4252
4252
|
el.style.left = px(left);
|
|
4253
4253
|
el.style.marginTop = marginTopProperty
|
|
4254
|
-
? `calc(${px(marginTop)} + var(${marginTopProperty},
|
|
4254
|
+
? `calc(${px(marginTop)} + var(${marginTopProperty}, 0px))`
|
|
4255
4255
|
: px(marginTop);
|
|
4256
4256
|
el.style.clipPath =
|
|
4257
4257
|
clipTop || clipLeft ? `inset(${px(clipTop)} 0 0 ${px(clipLeft)})` : 'none';
|
|
@@ -4738,7 +4738,7 @@ class Version {
|
|
|
4738
4738
|
/**
|
|
4739
4739
|
* Represents the version of @skyux/core.
|
|
4740
4740
|
*/
|
|
4741
|
-
const VERSION = new Version('12.
|
|
4741
|
+
const VERSION = new Version('12.38.0');
|
|
4742
4742
|
|
|
4743
4743
|
/**
|
|
4744
4744
|
* Generated bundle index. Do not edit.
|