@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.js CHANGED
@@ -3355,17 +3355,9 @@ function useAtomixGlass({glassRef: glassRef, contentRef: contentRef, wrapperRef:
3355
3355
  }) ]
3356
3356
  }), withBorder && jsxRuntime.jsxs(jsxRuntime.Fragment, {
3357
3357
  children: [ jsxRuntime.jsx("span", {
3358
- className: ATOMIX_GLASS.BORDER_1_CLASS,
3359
- style: {
3360
- width: glassSize.width,
3361
- height: glassSize.height
3362
- }
3358
+ className: ATOMIX_GLASS.BORDER_1_CLASS
3363
3359
  }), jsxRuntime.jsx("span", {
3364
- className: ATOMIX_GLASS.BORDER_2_CLASS,
3365
- style: {
3366
- width: glassSize.width,
3367
- height: glassSize.height
3368
- }
3360
+ className: ATOMIX_GLASS.BORDER_2_CLASS
3369
3361
  }) ]
3370
3362
  }) ]
3371
3363
  });