@janiscommerce/ui-web 0.43.0 → 0.44.0

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/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.44.0] - 2025-08-18
11
+
12
+ ### Changed
13
+
14
+ - Round closeButton at Drawer
15
+
10
16
  ## [0.43.0] - 2025-07-28
11
17
 
12
18
  ### Added
package/dist/index.esm.js CHANGED
@@ -9799,7 +9799,7 @@ var Header = styled$g.div.withConfig({
9799
9799
  var CloseBtn = styled$g(Button).withConfig({
9800
9800
  displayName: "styles__CloseBtn",
9801
9801
  componentId: "sc-1tz9fgf-3"
9802
- })(["width:24px;height:24px;padding:0;background-color:transparent;border-radius:0;outline:0;margin-left:auto;"]);
9802
+ })(["padding:0;background-color:transparent;margin-left:auto;"]);
9803
9803
  var Children = styled$g.div.withConfig({
9804
9804
  displayName: "styles__Children",
9805
9805
  componentId: "sc-1tz9fgf-4"
@@ -9842,7 +9842,9 @@ var Drawer = function Drawer(_ref) {
9842
9842
  }, props), /*#__PURE__*/React__default.createElement(styled$1.Content, {
9843
9843
  className: "drawer__content"
9844
9844
  }, /*#__PURE__*/React__default.createElement(styled$1.Header, null, handleClose && typeof handleClose === 'function' && /*#__PURE__*/React__default.createElement(styled$1.CloseBtn, {
9845
- onClick: handleClose
9845
+ onClick: handleClose,
9846
+ type: "button",
9847
+ rounded: true
9846
9848
  }, /*#__PURE__*/React__default.createElement(Icon, {
9847
9849
  className: "close-btn",
9848
9850
  name: "cross_light",