@nulogy/components 7.2.2 → 7.2.3

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
@@ -16582,6 +16582,7 @@
16582
16582
  ml: "x2"
16583
16583
  }, /*#__PURE__*/React__default['default'].createElement(Link, {
16584
16584
  as: "button",
16585
+ type: "button",
16585
16586
  color: "darkGrey",
16586
16587
  lineHeight: "0",
16587
16588
  hover: "blue",
@@ -16556,6 +16556,7 @@ var CloseButton = function CloseButton(_ref) {
16556
16556
  ml: "x2"
16557
16557
  }, /*#__PURE__*/React__default.createElement(Link, {
16558
16558
  as: "button",
16559
+ type: "button",
16559
16560
  color: "darkGrey",
16560
16561
  lineHeight: "0",
16561
16562
  hover: "blue",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nulogy/components",
3
- "version": "7.2.2",
3
+ "version": "7.2.3",
4
4
  "description": "Component library for the Nulogy Design System - http://nulogy.design",
5
5
  "private": false,
6
6
  "publishConfig": {