@gympass/yoga 7.93.0 → 7.93.2
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gympass/yoga",
|
|
3
|
-
"version": "7.93.
|
|
3
|
+
"version": "7.93.2",
|
|
4
4
|
"description": "Gympass component library",
|
|
5
5
|
"main": "./cjs",
|
|
6
6
|
"types": "./typings/index.d.ts",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
"url": "https://github.com/Gympass/yoga/issues"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@gympass/yoga-common": "^1.3.
|
|
29
|
+
"@gympass/yoga-common": "^1.3.1",
|
|
30
30
|
"@gympass/yoga-helpers": "^1.0.4",
|
|
31
31
|
"@gympass/yoga-icons": "^1.18.0",
|
|
32
32
|
"@gympass/yoga-illustrations": "^0.5.2",
|
|
33
33
|
"@gympass/yoga-system": "^0.11.1",
|
|
34
|
-
"@gympass/yoga-tokens": "^3.3.
|
|
34
|
+
"@gympass/yoga-tokens": "^3.3.2",
|
|
35
35
|
"@ptomasroos/react-native-multi-slider": "^2.1.1",
|
|
36
36
|
"@radix-ui/react-dropdown-menu": "^2.0.1",
|
|
37
37
|
"date-fns": "^2.29.2",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"react-native": "0.72.3",
|
|
58
58
|
"styled-components": "^4.4.0"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "6911e74a9ed37640c06031dcbe1525140d0967d5",
|
|
61
61
|
"module": "./esm",
|
|
62
62
|
"private": false,
|
|
63
63
|
"react-native": "./cjs/index.native.js"
|
|
@@ -89,7 +89,7 @@ declare const v3theme: {
|
|
|
89
89
|
readonly upliftNew: "#D8385E";
|
|
90
90
|
readonly deepPurpleNew: "#590931";
|
|
91
91
|
readonly successNew: "#E3EFC3";
|
|
92
|
-
readonly neutralNew: "#
|
|
92
|
+
readonly neutralNew: "#F0E0FF";
|
|
93
93
|
readonly staminaNew: "#1D1D1F";
|
|
94
94
|
readonly deepNew: "#57544D";
|
|
95
95
|
readonly mediumNew: "#A6A298";
|