@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/index.esm.js CHANGED
@@ -3330,17 +3330,9 @@ function useAtomixGlass({glassRef: glassRef, contentRef: contentRef, wrapperRef:
3330
3330
  }) ]
3331
3331
  }), withBorder && jsxs(Fragment, {
3332
3332
  children: [ jsx("span", {
3333
- className: ATOMIX_GLASS.BORDER_1_CLASS,
3334
- style: {
3335
- width: glassSize.width,
3336
- height: glassSize.height
3337
- }
3333
+ className: ATOMIX_GLASS.BORDER_1_CLASS
3338
3334
  }), jsx("span", {
3339
- className: ATOMIX_GLASS.BORDER_2_CLASS,
3340
- style: {
3341
- width: glassSize.width,
3342
- height: glassSize.height
3343
- }
3335
+ className: ATOMIX_GLASS.BORDER_2_CLASS
3344
3336
  }) ]
3345
3337
  }) ]
3346
3338
  });