luna-one 3.1.310 → 3.1.311

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.
@@ -261,19 +261,19 @@ var imageSizes = {
261
261
  },
262
262
  variant_8: {
263
263
  desktop: {
264
- width: 720,
264
+ width: 960,
265
265
  height: 720,
266
266
  ratio: {
267
- width: 1,
268
- height: 1
267
+ width: 4,
268
+ height: 3
269
269
  }
270
270
  },
271
271
  tablet: {
272
272
  width: 960,
273
- height: 480,
273
+ height: 720,
274
274
  ratio: {
275
- width: 2,
276
- height: 1
275
+ width: 4,
276
+ height: 3
277
277
  }
278
278
  },
279
279
  mobile: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "luna-one",
3
- "version": "3.1.310",
3
+ "version": "3.1.311",
4
4
  "dependencies": {
5
5
  "@storybook/addon-knobs": "^6.3.1",
6
6
  "@testing-library/jest-dom": "^5.11.9",