@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -3
  2. 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
- transition: opacity 0.5s;
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: absolute;
1740
+ position: relative;
1742
1741
  display: flex;
1743
1742
  align-items: center;
1744
1743
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loomhq/lens",
3
- "version": "11.17.0",
3
+ "version": "11.17.1",
4
4
  "packageManager": "pnpm@8.9.2",
5
5
  "scripts": {
6
6
  "preinstall": "npx only-allow pnpm",