@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/core.js CHANGED
@@ -2111,17 +2111,9 @@ function useAtomixGlass({glassRef: glassRef, contentRef: contentRef, wrapperRef:
2111
2111
  }) ]
2112
2112
  }), withBorder && jsxs(Fragment, {
2113
2113
  children: [ jsx("span", {
2114
- className: ATOMIX_GLASS.BORDER_1_CLASS,
2115
- style: {
2116
- width: glassSize.width,
2117
- height: glassSize.height
2118
- }
2114
+ className: ATOMIX_GLASS.BORDER_1_CLASS
2119
2115
  }), jsx("span", {
2120
- className: ATOMIX_GLASS.BORDER_2_CLASS,
2121
- style: {
2122
- width: glassSize.width,
2123
- height: glassSize.height
2124
- }
2116
+ className: ATOMIX_GLASS.BORDER_2_CLASS
2125
2117
  }) ]
2126
2118
  }) ]
2127
2119
  });