@gympass/yoga 7.127.2 → 7.127.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.
@@ -114,7 +114,6 @@ const ButtonIcon = (0, import_react.forwardRef)(
114
114
  ref,
115
115
  small,
116
116
  disabled: disabled || isLoading,
117
- "aria-disabled": disabled,
118
117
  isLoading,
119
118
  children: isLoading ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_Spinner.default, { color: "deep", size: small ? "small" : "medium" }) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
120
119
  import_Icon.default,
@@ -83,7 +83,6 @@ const ButtonIcon = forwardRef(
83
83
  ref,
84
84
  small,
85
85
  disabled: disabled || isLoading,
86
- "aria-disabled": disabled,
87
86
  isLoading,
88
87
  children: isLoading ? /* @__PURE__ */ jsx(Spinner, { color: "deep", size: small ? "small" : "medium" }) : /* @__PURE__ */ jsx(
89
88
  Icon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga",
3
- "version": "7.127.2",
3
+ "version": "7.127.3",
4
4
  "description": "Gympass component library",
5
5
  "main": "./cjs",
6
6
  "types": "./typings/index.d.ts",
@@ -58,7 +58,7 @@
58
58
  "react-native": "0.72.3",
59
59
  "styled-components": "^4.4.0"
60
60
  },
61
- "gitHead": "2e4809db9f5acbef05714caacb7dc30c23a3ae19",
61
+ "gitHead": "e6138656f7f27ae5ff47cc8264906b11fc06edc1",
62
62
  "module": "./esm",
63
63
  "private": false,
64
64
  "react-native": "./cjs/index.native.js"