viewport-truth 1.0.0 → 1.0.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.
Files changed (1) hide show
  1. package/package.json +38 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "viewport-truth",
3
- "version": "1.0.0",
4
- "description": "",
3
+ "version": "1.0.2",
4
+ "description": "Accurate mobile viewport metrics (VisualViewport-first) with SSR-safe APIs and keyboard detection for React, Vue, Svelte, Solid, Angular, and vanilla JS.",
5
5
  "author": {
6
6
  "name": "AntonVoronezh",
7
7
  "email": "anton.voronezh.1990@gmail.com",
@@ -38,7 +38,42 @@
38
38
  "postinstall": "node ./banner.js || exit 0"
39
39
  },
40
40
  "keywords": [
41
-
41
+ "viewport",
42
+ "visualViewport",
43
+ "mobile viewport",
44
+ "iOS Safari",
45
+ "Android Chrome",
46
+ "100vh",
47
+ "dvh",
48
+ "svh",
49
+ "lvh",
50
+ "safe-area-inset",
51
+ "on-screen keyboard",
52
+ "virtual keyboard",
53
+ "resize",
54
+ "scroll",
55
+ "URL bar",
56
+ "address bar",
57
+ "layout viewport",
58
+ "visual viewport",
59
+ "responsive UI",
60
+ "modals",
61
+ "bottom sheet",
62
+ "fullscreen",
63
+ "PWA",
64
+ "SSR",
65
+ "requestAnimationFrame",
66
+ "debounce",
67
+ "throttling",
68
+ "webview",
69
+ "Capacitor",
70
+ "Cordova",
71
+ "React",
72
+ "Vue",
73
+ "Svelte",
74
+ "SolidJS",
75
+ "Angular",
76
+ "vanilla JS"
42
77
  ],
43
78
  "license": "MIT",
44
79
  "type": "module",