@shohojdhara/atomix 0.4.3 → 0.4.4

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/heavy.js CHANGED
@@ -1615,17 +1615,9 @@ function useAtomixGlass({glassRef: glassRef, contentRef: contentRef, wrapperRef:
1615
1615
  }) ]
1616
1616
  }), withBorder && jsxs(Fragment, {
1617
1617
  children: [ jsx("span", {
1618
- className: ATOMIX_GLASS.BORDER_1_CLASS,
1619
- style: {
1620
- width: glassSize.width,
1621
- height: glassSize.height
1622
- }
1618
+ className: ATOMIX_GLASS.BORDER_1_CLASS
1623
1619
  }), jsx("span", {
1624
- className: ATOMIX_GLASS.BORDER_2_CLASS,
1625
- style: {
1626
- width: glassSize.width,
1627
- height: glassSize.height
1628
- }
1620
+ className: ATOMIX_GLASS.BORDER_2_CLASS
1629
1621
  }) ]
1630
1622
  }) ]
1631
1623
  });