@gympass/yoga 7.134.0 → 7.135.7

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.
@@ -74,7 +74,7 @@ const v3theme = (0, import_themeGenerator.default)((tokens) => ({
74
74
  text: {
75
75
  primary: tokens.colors.staminaNew,
76
76
  secondary: tokens.colors.deepNew,
77
- disabled: tokens.colors.lightNew
77
+ disabled: tokens.colors.steady
78
78
  },
79
79
  elements: {
80
80
  selectionAndIcons: tokens.colors.mediumNew,
@@ -41,7 +41,7 @@ const v3theme = createTheme((tokens) => ({
41
41
  text: {
42
42
  primary: tokens.colors.staminaNew,
43
43
  secondary: tokens.colors.deepNew,
44
- disabled: tokens.colors.lightNew
44
+ disabled: tokens.colors.steady
45
45
  },
46
46
  elements: {
47
47
  selectionAndIcons: tokens.colors.mediumNew,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga",
3
- "version": "7.134.0",
3
+ "version": "7.135.7",
4
4
  "description": "Gympass component library",
5
5
  "main": "./cjs",
6
6
  "types": "./typings/index.d.ts",
@@ -12,7 +12,7 @@
12
12
  "react",
13
13
  "design-system"
14
14
  ],
15
- "homepage": "https://github.com/Gympass/yoga#readme",
15
+ "homepage": "https://github.com/gympass/yoga#readme",
16
16
  "license": "MIT",
17
17
  "publishConfig": {
18
18
  "access": "public",
@@ -20,17 +20,17 @@
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "git+https://github.com/Gympass/yoga.git"
23
+ "url": "git+https://github.com/gympass/yoga.git"
24
24
  },
25
25
  "bugs": {
26
- "url": "https://github.com/Gympass/yoga/issues"
26
+ "url": "https://github.com/gympass/yoga/issues"
27
27
  },
28
28
  "dependencies": {
29
- "@gympass/yoga-common": "^1.4.1",
30
- "@gympass/yoga-helpers": "^1.1.1",
31
- "@gympass/yoga-illustrations": "^0.7.1",
32
- "@gympass/yoga-system": "^0.25.0",
33
- "@gympass/yoga-tokens": "^3.6.4",
29
+ "@gympass/yoga-common": "^1.4.2",
30
+ "@gympass/yoga-helpers": "^1.1.2",
31
+ "@gympass/yoga-illustrations": "^0.7.3",
32
+ "@gympass/yoga-system": "^0.25.1",
33
+ "@gympass/yoga-tokens": "^3.8.4",
34
34
  "@ptomasroos/react-native-multi-slider": "^2.1.1",
35
35
  "@radix-ui/react-dropdown-menu": "^2.0.1",
36
36
  "date-fns": "^2.29.2",
@@ -45,7 +45,7 @@
45
45
  "react-phone-input-2": "^2.15.1"
46
46
  },
47
47
  "devDependencies": {
48
- "@gympass/yoga-icons": "^1.39.0",
48
+ "@gympass/yoga-icons": "^1.41.5",
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": "7d4c99e654847896367e69f3965faf1e83c0d71f",
62
+ "gitHead": "8c5746990c5fcb5664e7cfe9fd0f0de9925af0f5",
63
63
  "module": "./esm",
64
64
  "private": false,
65
65
  "react-native": "./cjs/index.native.js"
@@ -1624,6 +1624,7 @@ declare const composeTheme: (tokens: typeof yogaTokens, customTheming?: {}) => {
1624
1624
  lightNew: "#E1DED7";
1625
1625
  lightest: "#EFEDE7";
1626
1626
  clearNew: "#FAF9F5";
1627
+ steady: "#8F8F8F";
1627
1628
  };
1628
1629
  baseFont: {
1629
1630
  family: string;
@@ -136,6 +136,7 @@ declare const v3theme: {
136
136
  readonly lightNew: "#E1DED7";
137
137
  readonly lightest: "#EFEDE7";
138
138
  readonly clearNew: "#FAF9F5";
139
+ readonly steady: "#8F8F8F";
139
140
  };
140
141
  fonts: Record<string, {
141
142
  family: string;