@gympass/yoga 7.136.0 → 7.137.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.
@@ -94,7 +94,7 @@ const theme = (tokens) => {
94
94
  text: {
95
95
  primary: tokens.colors.stamina,
96
96
  secondary: tokens.colors.deep,
97
- disabled: tokens.colors.light
97
+ disabled: tokens.colors.steady
98
98
  },
99
99
  elements: {
100
100
  selectionAndIcons: tokens.colors.medium,
@@ -48,6 +48,7 @@ const v3theme = (0, import_themeGenerator.default)((tokens) => ({
48
48
  success: tokens.colors.successNew,
49
49
  neutral: tokens.colors.neutralNew,
50
50
  deepPurple: tokens.colors.deepPurpleNew,
51
+ steady: tokens.colors.steady,
51
52
  feedback: {
52
53
  success: Object.assign(
53
54
  [tokens.colors.successNew, tokens.colors.hopeNew],
@@ -63,7 +63,7 @@ const theme = (tokens) => {
63
63
  text: {
64
64
  primary: tokens.colors.stamina,
65
65
  secondary: tokens.colors.deep,
66
- disabled: tokens.colors.light
66
+ disabled: tokens.colors.steady
67
67
  },
68
68
  elements: {
69
69
  selectionAndIcons: tokens.colors.medium,
@@ -15,6 +15,7 @@ const v3theme = createTheme((tokens) => ({
15
15
  success: tokens.colors.successNew,
16
16
  neutral: tokens.colors.neutralNew,
17
17
  deepPurple: tokens.colors.deepPurpleNew,
18
+ steady: tokens.colors.steady,
18
19
  feedback: {
19
20
  success: Object.assign(
20
21
  [tokens.colors.successNew, tokens.colors.hopeNew],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga",
3
- "version": "7.136.0",
3
+ "version": "7.137.1",
4
4
  "description": "Gympass component library",
5
5
  "main": "./cjs",
6
6
  "types": "./typings/index.d.ts",
@@ -45,7 +45,7 @@
45
45
  "react-phone-input-2": "^2.15.1"
46
46
  },
47
47
  "devDependencies": {
48
- "@gympass/yoga-icons": "^1.41.5",
48
+ "@gympass/yoga-icons": "^1.42.0",
49
49
  "@react-native-community/eslint-config": "^3.0.1",
50
50
  "@types/styled-components": "^5.1.34",
51
51
  "babel-plugin-inline-react-svg": "^1.1.1",
@@ -59,7 +59,7 @@
59
59
  "react-native": "0.72.3",
60
60
  "styled-components": "^4.4.0"
61
61
  },
62
- "gitHead": "d6c06ce8ea731b6a74de5d0beb12da7acdf869e5",
62
+ "gitHead": "d46be155e3c8d8f4224721571a8affbb17812e83",
63
63
  "module": "./esm",
64
64
  "private": false,
65
65
  "react-native": "./cjs/index.native.js"
@@ -1583,7 +1583,7 @@ declare const composeTheme: (tokens: typeof yogaTokens, customTheming?: {}) => {
1583
1583
  text: {
1584
1584
  primary: "#231B22";
1585
1585
  secondary: "#6B6B78";
1586
- disabled: "#D7D7E0";
1586
+ disabled: "#8F8F8F";
1587
1587
  };
1588
1588
  elements: {
1589
1589
  selectionAndIcons: "#9898A6";