@justfixnyc/component-library 0.51.5 → 0.51.6

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.
@@ -248,7 +248,7 @@ const Button = /*#__PURE__*/React.forwardRef((_ref, ref) => {
248
248
  type: "button",
249
249
  className: buttonClassNames,
250
250
  "data-testid": "jfcl-button"
251
- }, arias, props), /*#__PURE__*/React.createElement("div", {
251
+ }, arias, props), /*#__PURE__*/React.createElement("span", {
252
252
  className: "jfcl-button__label"
253
253
  }, loading && /*#__PURE__*/React.createElement("span", {
254
254
  className: iconClassNames
package/dist/src/index.js CHANGED
@@ -259,7 +259,7 @@ const Button = /*#__PURE__*/React__default["default"].forwardRef((_ref, ref) =>
259
259
  type: "button",
260
260
  className: buttonClassNames,
261
261
  "data-testid": "jfcl-button"
262
- }, arias, props), /*#__PURE__*/React__default["default"].createElement("div", {
262
+ }, arias, props), /*#__PURE__*/React__default["default"].createElement("span", {
263
263
  className: "jfcl-button__label"
264
264
  }, loading && /*#__PURE__*/React__default["default"].createElement("span", {
265
265
  className: iconClassNames
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@justfixnyc/component-library",
3
3
  "description": "JustFix Component Library",
4
4
  "license": "MIT",
5
- "version": "0.51.5",
5
+ "version": "0.51.6",
6
6
  "main": "dist/src/index.js",
7
7
  "module": "dist/src/index.es.js",
8
8
  "files": [