@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/charts.js CHANGED
@@ -2905,17 +2905,9 @@ function useAtomixGlass({glassRef: glassRef, contentRef: contentRef, wrapperRef:
2905
2905
  }) ]
2906
2906
  }), withBorder && jsxs(Fragment, {
2907
2907
  children: [ jsx("span", {
2908
- className: ATOMIX_GLASS.BORDER_1_CLASS,
2909
- style: {
2910
- width: glassSize.width,
2911
- height: glassSize.height
2912
- }
2908
+ className: ATOMIX_GLASS.BORDER_1_CLASS
2913
2909
  }), jsx("span", {
2914
- className: ATOMIX_GLASS.BORDER_2_CLASS,
2915
- style: {
2916
- width: glassSize.width,
2917
- height: glassSize.height
2918
- }
2910
+ className: ATOMIX_GLASS.BORDER_2_CLASS
2919
2911
  }) ]
2920
2912
  }) ]
2921
2913
  });