@nulogy/components 14.2.0 → 14.2.1

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/main.js CHANGED
@@ -9662,7 +9662,7 @@
9662
9662
  size || (size = theme.sizes.x3);
9663
9663
  return /*#__PURE__*/React__default["default"].createElement("svg", Object.assign({
9664
9664
  ref: ref,
9665
- viewBox: "0 0 24px 24px",
9665
+ viewBox: "0 0 24 24",
9666
9666
  width: size,
9667
9667
  height: size,
9668
9668
  fill: "none",
@@ -21637,7 +21637,7 @@
21637
21637
  background: color,
21638
21638
  display: "inline-block",
21639
21639
  padding: theme.space.half,
21640
- borderRadius: theme.radii.rounded,
21640
+ borderRadius: theme.radii.circle,
21641
21641
  lineHeight: 0
21642
21642
  };
21643
21643
  });
@@ -25750,8 +25750,8 @@
25750
25750
  }, /*#__PURE__*/React__default["default"].createElement(LogoWrapper, {
25751
25751
  "$type": type
25752
25752
  }, /*#__PURE__*/React__default["default"].createElement(NulogyLogo$1, {
25753
- width: 8,
25754
- height: 8
25753
+ width: theme.space.x1,
25754
+ height: theme.space.x1
25755
25755
  })), /*#__PURE__*/React__default["default"].createElement(Text, {
25756
25756
  fontSize: "smaller",
25757
25757
  fontWeight: "bold",
@@ -9645,7 +9645,7 @@ var LoadingIcon = /*#__PURE__*/React__default.forwardRef(function (_a, ref) {
9645
9645
  size || (size = theme.sizes.x3);
9646
9646
  return /*#__PURE__*/React__default.createElement("svg", Object.assign({
9647
9647
  ref: ref,
9648
- viewBox: "0 0 24px 24px",
9648
+ viewBox: "0 0 24 24",
9649
9649
  width: size,
9650
9650
  height: size,
9651
9651
  fill: "none",
@@ -21620,7 +21620,7 @@ var LogoWrapper = styled.span.withConfig({
21620
21620
  background: color,
21621
21621
  display: "inline-block",
21622
21622
  padding: theme.space.half,
21623
- borderRadius: theme.radii.rounded,
21623
+ borderRadius: theme.radii.circle,
21624
21624
  lineHeight: 0
21625
21625
  };
21626
21626
  });
@@ -25733,8 +25733,8 @@ function AppTag(_ref) {
25733
25733
  }, /*#__PURE__*/React__default.createElement(LogoWrapper, {
25734
25734
  "$type": type
25735
25735
  }, /*#__PURE__*/React__default.createElement(NulogyLogo$1, {
25736
- width: 8,
25737
- height: 8
25736
+ width: theme.space.x1,
25737
+ height: theme.space.x1
25738
25738
  })), /*#__PURE__*/React__default.createElement(Text, {
25739
25739
  fontSize: "smaller",
25740
25740
  fontWeight: "bold",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nulogy/components",
3
- "version": "14.2.0",
3
+ "version": "14.2.1",
4
4
  "description": "Component library for the Nulogy Design System - http://nulogy.design",
5
5
  "private": false,
6
6
  "publishConfig": {