@loomhq/lens 11.17.0 → 11.17.1
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 +2 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1617,8 +1617,7 @@ var sizesStyles = {
|
|
|
1617
1617
|
}
|
|
1618
1618
|
};
|
|
1619
1619
|
var hasLoaderStyles = (props) => css2`
|
|
1620
|
-
|
|
1621
|
-
${props.hasLoader && `opacity: 0`};
|
|
1620
|
+
${props.hasLoader && `display: none`};
|
|
1622
1621
|
`;
|
|
1623
1622
|
var variantStyles = {
|
|
1624
1623
|
neutral: {
|
|
@@ -1738,7 +1737,7 @@ var LogoImage = styled5.img`
|
|
|
1738
1737
|
${hasLoaderStyles};
|
|
1739
1738
|
`;
|
|
1740
1739
|
var LoaderSection = styled5.span`
|
|
1741
|
-
position:
|
|
1740
|
+
position: relative;
|
|
1742
1741
|
display: flex;
|
|
1743
1742
|
align-items: center;
|
|
1744
1743
|
`;
|