@gympass/yoga 7.98.0 → 7.99.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.
@@ -81,7 +81,7 @@ const Button = ({
81
81
  color: colors.white
82
82
  },
83
83
  disabled: {
84
- color: colors.deep
84
+ color: colors.text.disabled
85
85
  },
86
86
  pressed: {
87
87
  color: colors.white
@@ -58,7 +58,7 @@ const Button = ({
58
58
  color: colors.white
59
59
  },
60
60
  disabled: {
61
- color: colors.deep
61
+ color: colors.text.disabled
62
62
  },
63
63
  pressed: {
64
64
  color: colors.white
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga",
3
- "version": "7.98.0",
3
+ "version": "7.99.1",
4
4
  "description": "Gympass component library",
5
5
  "main": "./cjs",
6
6
  "types": "./typings/index.d.ts",
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "@gympass/yoga-common": "^1.3.1",
30
30
  "@gympass/yoga-helpers": "^1.0.4",
31
- "@gympass/yoga-icons": "^1.18.0",
31
+ "@gympass/yoga-icons": "^1.19.0",
32
32
  "@gympass/yoga-illustrations": "^0.5.2",
33
33
  "@gympass/yoga-system": "^0.11.1",
34
34
  "@gympass/yoga-tokens": "^3.3.2",
@@ -57,7 +57,7 @@
57
57
  "react-native": "0.72.3",
58
58
  "styled-components": "^4.4.0"
59
59
  },
60
- "gitHead": "511b2e36788eae68b789a32c4743bf786b1702ae",
60
+ "gitHead": "eda7d465e0917d81624de56d740d93be8a798448",
61
61
  "module": "./esm",
62
62
  "private": false,
63
63
  "react-native": "./cjs/index.native.js"