@gympass/yoga 7.101.1 → 7.102.0

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.
@@ -77,7 +77,7 @@ const v3theme = (0, import_themeGenerator.default)((tokens) => ({
77
77
  },
78
78
  elements: {
79
79
  selectionAndIcons: tokens.colors.mediumNew,
80
- lineAndBorders: tokens.colors.lightest,
80
+ lineAndBorders: tokens.colors.lightNew,
81
81
  backgroundAndDisabled: tokens.colors.clearNew
82
82
  }
83
83
  },
@@ -44,7 +44,7 @@ const v3theme = createTheme((tokens) => ({
44
44
  },
45
45
  elements: {
46
46
  selectionAndIcons: tokens.colors.mediumNew,
47
- lineAndBorders: tokens.colors.lightest,
47
+ lineAndBorders: tokens.colors.lightNew,
48
48
  backgroundAndDisabled: tokens.colors.clearNew
49
49
  }
50
50
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga",
3
- "version": "7.101.1",
3
+ "version": "7.102.0",
4
4
  "description": "Gympass component library",
5
5
  "main": "./cjs",
6
6
  "types": "./typings/index.d.ts",
@@ -57,7 +57,7 @@
57
57
  "react-native": "0.72.3",
58
58
  "styled-components": "^4.4.0"
59
59
  },
60
- "gitHead": "5159e1f854cc88ca673fd34f3966526dc1a5d8b7",
60
+ "gitHead": "c5ffda69b1d10b4ea5bb125679b13dfa247e66cc",
61
61
  "module": "./esm",
62
62
  "private": false,
63
63
  "react-native": "./cjs/index.native.js"