@gympass/yoga 7.104.0 → 7.104.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.
@@ -66,10 +66,10 @@ const StyledBottomSheet = (0, import_styled_components.default)(import_Dialog.de
66
66
  border-radius: ${bottomsheet.border.radius}px ${bottomsheet.border.radius}px 0 0;
67
67
  `}
68
68
  align-self: flex-end;
69
- animation: content;
69
+ animation: bottomsheet-slide-up;
70
70
  animation-duration: 400ms;
71
71
  animation-fill-mode: forwards;
72
- @keyframes content {
72
+ @keyframes bottomsheet-slide-up {
73
73
  0% {
74
74
  transform: translateY(100vh);
75
75
  }
@@ -69,11 +69,11 @@ const StyledDrawer = (0, import_styled_components.default)(import_Dialog.default
69
69
  align-self: flex-end;
70
70
  position: absolute;
71
71
  right: 0;
72
- animation: content;
72
+ animation: drawer-slide-left;
73
73
  animation-duration: 400ms;
74
74
  animation-fill-mode: forwards;
75
75
  transition: 0.25s ease-in-out;
76
- @keyframes content {
76
+ @keyframes drawer-slide-left {
77
77
  0% {
78
78
  transform: translate3d(100%, 0, 0);
79
79
  }
@@ -35,10 +35,10 @@ const StyledBottomSheet = styled(Dialog)`
35
35
  border-radius: ${bottomsheet.border.radius}px ${bottomsheet.border.radius}px 0 0;
36
36
  `}
37
37
  align-self: flex-end;
38
- animation: content;
38
+ animation: bottomsheet-slide-up;
39
39
  animation-duration: 400ms;
40
40
  animation-fill-mode: forwards;
41
- @keyframes content {
41
+ @keyframes bottomsheet-slide-up {
42
42
  0% {
43
43
  transform: translateY(100vh);
44
44
  }
@@ -38,11 +38,11 @@ const StyledDrawer = styled(Dialog)`
38
38
  align-self: flex-end;
39
39
  position: absolute;
40
40
  right: 0;
41
- animation: content;
41
+ animation: drawer-slide-left;
42
42
  animation-duration: 400ms;
43
43
  animation-fill-mode: forwards;
44
44
  transition: 0.25s ease-in-out;
45
- @keyframes content {
45
+ @keyframes drawer-slide-left {
46
46
  0% {
47
47
  transform: translate3d(100%, 0, 0);
48
48
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gympass/yoga",
3
- "version": "7.104.0",
3
+ "version": "7.104.1",
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": "89d776e82d74a009e4fbca47fb21a00461e234b6",
60
+ "gitHead": "d32dd003577c6d642686eaf036977e44c73be3c5",
61
61
  "module": "./esm",
62
62
  "private": false,
63
63
  "react-native": "./cjs/index.native.js"