@gympass/yoga 7.102.1 → 7.102.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.
@@ -182,6 +182,7 @@ const Container = import_styled_components.default.div`
182
182
  .flag-dropdown {
183
183
  border: none;
184
184
  width: inherit;
185
+ height: inherit;
185
186
  grid-area: dropdown;
186
187
 
187
188
  &.open {
@@ -149,6 +149,7 @@ const Container = styled.div`
149
149
  .flag-dropdown {
150
150
  border: none;
151
151
  width: inherit;
152
+ height: inherit;
152
153
  grid-area: dropdown;
153
154
 
154
155
  &.open {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga",
3
- "version": "7.102.1",
3
+ "version": "7.102.2",
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": "7d89b53efee9d070e83a31f1a7e4905bdeb0d8e3",
60
+ "gitHead": "003ec262716e9fc128bf071e1836f278766350a1",
61
61
  "module": "./esm",
62
62
  "private": false,
63
63
  "react-native": "./cjs/index.native.js"