luna-one 3.1.337 → 3.1.338

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.
@@ -52,27 +52,27 @@ var imageSizes = {
52
52
  },
53
53
  "variant2_1/4": {
54
54
  desktop: {
55
- width: 400,
56
- height: 580,
55
+ width: 600,
56
+ height: 870,
57
57
  ratio: {
58
- width: 4,
59
- height: 5
58
+ width: 20,
59
+ height: 29
60
60
  }
61
61
  },
62
62
  tablet: {
63
- width: 260,
64
- height: 468,
63
+ width: 380,
64
+ height: 684,
65
65
  ratio: {
66
66
  width: 2,
67
67
  height: 9
68
68
  }
69
69
  },
70
70
  mobile: {
71
- width: 360,
72
- height: 240,
71
+ width: 640,
72
+ height: 480,
73
73
  ratio: {
74
- width: 3,
75
- height: 1.5
74
+ height: 3,
75
+ width: 4
76
76
  }
77
77
  }
78
78
  },
@@ -208,6 +208,7 @@
208
208
 
209
209
  &-variant-3 {
210
210
  height: 100%;
211
+ overflow: hidden;
211
212
 
212
213
  @media screen and (max-width: $breakpoint-sm) {
213
214
  min-height: 480px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luna-one",
3
- "version": "3.1.337",
3
+ "version": "3.1.338",
4
4
  "dependencies": {
5
5
  "@storybook/addon-knobs": "^6.3.1",
6
6
  "@testing-library/jest-dom": "^5.11.9",
@@ -23,7 +23,7 @@
23
23
  "react-scroll": "^1.7.14",
24
24
  "react-slidedown": "^2.4.5",
25
25
  "smoothscroll-polyfill": "^0.4.4",
26
- "terra-one": "^3.0.110"
26
+ "terra-one": "^3.0.111"
27
27
  },
28
28
  "peerDependencies": {
29
29
  "node-sass": "^4.12.0",