@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 +1 -0
- package/dist/main.module.js +1 -0
- package/package.json +1 -1
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",
|
package/dist/main.module.js
CHANGED
|
@@ -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",
|