@mevbg/nuxt-kit 0.5.9 → 0.5.10

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/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mevbg/nuxt-kit",
3
3
  "configKey": "mevKit",
4
- "version": "0.5.9",
4
+ "version": "0.5.10",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.0"
@@ -28,6 +28,46 @@ export function useHeadLinks(path = "/assets") {
28
28
  ];
29
29
  const orientation = ["portrait", "landscape"];
30
30
  const appleTouchStartupImagesData = [
31
+ // iPod Touch 5th generation and later • iPhone SE
32
+ {
33
+ width: 320,
34
+ height: 568,
35
+ ratio: 2,
36
+ short: 640,
37
+ long: 1136
38
+ },
39
+ // iPhone SE • iPhone 6 • iPhone 6s • iPhone 7 • iPhone 8
40
+ {
41
+ width: 375,
42
+ height: 667,
43
+ ratio: 2,
44
+ short: 750,
45
+ long: 1334
46
+ },
47
+ // iPhone 6 Plus • iPhone 6s Plus • iPhone 7 Plus • iPhone 8 Plus
48
+ {
49
+ width: 414,
50
+ height: 736,
51
+ ratio: 3,
52
+ short: 1242,
53
+ long: 2208
54
+ },
55
+ // iPhone XR • iPhone 11
56
+ {
57
+ width: 414,
58
+ height: 896,
59
+ ratio: 2,
60
+ short: 828,
61
+ long: 1792
62
+ },
63
+ // iPhone XS Max • iPhone 11 Pro Max
64
+ {
65
+ width: 414,
66
+ height: 896,
67
+ ratio: 3,
68
+ short: 1242,
69
+ long: 2688
70
+ },
31
71
  // iPhone X • iPhone XS • iPhone 11 Pro • iPhone 12 mini • iPhone 13 mini
32
72
  {
33
73
  width: 375,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mevbg/nuxt-kit",
3
3
  "title": "Mev’s Nuxt Kit",
4
- "version": "0.5.9",
4
+ "version": "0.5.10",
5
5
  "description": "Mev’s personal Nuxt kit module.",
6
6
  "keywords": [
7
7
  "nuxt kit",