@wyxos/vibe 1.6.12 → 1.6.14

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/lib/vibe.css CHANGED
@@ -1 +1 @@
1
- .masonry-container[data-v-919154a5]{overflow-anchor:none}.masonry-item[data-v-919154a5]{will-change:transform,opacity;contain:layout paint;transition:transform var(--masonry-duration, .45s) var(--masonry-ease, cubic-bezier(.22, .61, .36, 1)),opacity var(--masonry-leave-duration, .16s) ease-out var(--masonry-opacity-delay, 0ms);backface-visibility:hidden}.masonry-move[data-v-919154a5]{transition:transform var(--masonry-duration, .45s) var(--masonry-ease, cubic-bezier(.22, .61, .36, 1))}@media (prefers-reduced-motion: reduce){.masonry-container:not(.force-motion) .masonry-item[data-v-919154a5],.masonry-container:not(.force-motion) .masonry-move[data-v-919154a5]{transition-duration:1ms!important}}
1
+ .masonry-container[data-v-0764371c]{overflow-anchor:none}.masonry-item[data-v-0764371c]{will-change:transform,opacity;contain:layout paint;transition:transform var(--masonry-duration, .45s) var(--masonry-ease, cubic-bezier(.22, .61, .36, 1)),opacity var(--masonry-leave-duration, .16s) ease-out var(--masonry-opacity-delay, 0ms);backface-visibility:hidden}.masonry-move[data-v-0764371c]{transition:transform var(--masonry-duration, .45s) var(--masonry-ease, cubic-bezier(.22, .61, .36, 1))}@media (prefers-reduced-motion: reduce){.masonry-container:not(.force-motion) .masonry-item[data-v-0764371c],.masonry-container:not(.force-motion) .masonry-move[data-v-0764371c]{transition-duration:1ms!important}}
package/package.json CHANGED
@@ -1,67 +1,92 @@
1
- {
2
- "name": "@wyxos/vibe",
3
- "version": "1.6.12",
4
- "main": "lib/index.js",
5
- "module": "lib/index.js",
6
- "types": "lib/index.d.ts",
7
- "exports": {
8
- ".": {
9
- "import": "./lib/index.js",
10
- "types": "./lib/index.d.ts"
11
- },
12
- "./vibe.css": "./lib/vibe.css",
13
- "./package.json": "./package.json"
14
- },
15
- "bin": {
16
- "vibe": "./toggle-link.mjs"
17
- },
18
- "type": "module",
19
- "files": [
20
- "lib",
21
- "src"
22
- ],
23
- "sideEffects": [
24
- "./lib/vibe.css"
25
- ],
26
- "scripts": {
27
- "dev": "vite",
28
- "build": "vue-tsc --noEmit && vite build && node write-cname.js",
29
- "build:demo": "vue-tsc --noEmit && vite build && node write-cname.js",
30
- "build:lib": "vite build --config vite.lib.config.ts && vue-tsc --declaration --emitDeclarationOnly --outDir lib",
31
- "preview": "vite preview",
32
- "watch": "vite build --watch",
33
- "release": "node release.mjs",
34
- "test": "vitest",
35
- "type-check": "vue-tsc --noEmit",
36
- "prepublishOnly": "npm run build:lib"
37
- },
38
- "dependencies": {
39
- "lodash": "^4.17.21",
40
- "lodash-es": "^4.17.21",
41
- "vue": "^3.0.0",
42
- "vue-router": "^4.6.3"
43
- },
44
- "peerDependencies": {
45
- "vue": "^3.0.0"
46
- },
47
- "devDependencies": {
48
- "@resvg/resvg-js": "^2.6.2",
49
- "@tailwindcss/vite": "^4.0.15",
50
- "@types/lodash-es": "^4.17.12",
51
- "@types/node": "^24.5.2",
52
- "@vitejs/plugin-vue": "^5.2.1",
53
- "@vue/test-utils": "^2.4.6",
54
- "chalk": "^5.3.0",
55
- "inquirer": "^10.1.8",
56
- "jsdom": "^26.0.0",
57
- "sharp": "^0.34.5",
58
- "simple-git": "^3.27.0",
59
- "tailwindcss": "^4.0.15",
60
- "typescript": "^5.9.2",
61
- "uuid": "^11.1.0",
62
- "vite": "^6.2.0",
63
- "vite-plugin-vue-mcp": "^0.3.2",
64
- "vitest": "^3.0.9",
65
- "vue-tsc": "^3.1.0"
66
- }
67
- }
1
+ {
2
+ "name": "@wyxos/vibe",
3
+ "version": "1.6.14",
4
+ "description": "A high-performance, responsive masonry layout engine for Vue 3 with built-in infinite scrolling and virtualization.",
5
+ "keywords": [
6
+ "vue",
7
+ "vue3",
8
+ "masonry",
9
+ "grid",
10
+ "layout",
11
+ "infinite-scroll",
12
+ "virtualization",
13
+ "responsive",
14
+ "performance",
15
+ "swipe",
16
+ "feed",
17
+ "mobile"
18
+ ],
19
+ "license": "MIT",
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "https://github.com/wyxos/vibe.git"
23
+ },
24
+ "homepage": "https://wyxos.github.io/vibe/",
25
+ "bugs": {
26
+ "url": "https://github.com/wyxos/vibe/issues"
27
+ },
28
+ "main": "lib/index.js",
29
+ "module": "lib/index.js",
30
+ "types": "lib/index.d.ts",
31
+ "exports": {
32
+ ".": {
33
+ "import": "./lib/index.js",
34
+ "types": "./lib/index.d.ts"
35
+ },
36
+ "./vibe.css": "./lib/vibe.css",
37
+ "./package.json": "./package.json"
38
+ },
39
+ "bin": {
40
+ "vibe": "./toggle-link.mjs"
41
+ },
42
+ "type": "module",
43
+ "files": [
44
+ "lib",
45
+ "src"
46
+ ],
47
+ "sideEffects": [
48
+ "./lib/vibe.css"
49
+ ],
50
+ "scripts": {
51
+ "dev": "vite",
52
+ "build": "vue-tsc --noEmit && vite build && node write-cname.js",
53
+ "build:demo": "vue-tsc --noEmit && vite build && node write-cname.js",
54
+ "build:lib": "vite build --config vite.lib.config.ts && vue-tsc --declaration --emitDeclarationOnly --outDir lib",
55
+ "preview": "vite preview",
56
+ "watch": "vite build --watch",
57
+ "release": "node release.mjs",
58
+ "test": "vitest",
59
+ "type-check": "vue-tsc --noEmit",
60
+ "prepublishOnly": "npm run build:lib"
61
+ },
62
+ "dependencies": {
63
+ "@types/highlight.js": "^9.12.4",
64
+ "highlight.js": "^11.11.1",
65
+ "lodash": "^4.17.21",
66
+ "lodash-es": "^4.17.21",
67
+ "vue": "^3.0.0",
68
+ "vue-router": "^4.6.3"
69
+ },
70
+ "peerDependencies": {
71
+ "vue": "^3.0.0"
72
+ },
73
+ "devDependencies": {
74
+ "@resvg/resvg-js": "^2.6.2",
75
+ "@tailwindcss/vite": "^4.0.15",
76
+ "@types/lodash-es": "^4.17.12",
77
+ "@types/node": "^24.5.2",
78
+ "@vitejs/plugin-vue": "^5.2.1",
79
+ "@vue/test-utils": "^2.4.6",
80
+ "chalk": "^5.3.0",
81
+ "inquirer": "^10.1.8",
82
+ "jsdom": "^26.0.0",
83
+ "sharp": "^0.34.5",
84
+ "simple-git": "^3.27.0",
85
+ "tailwindcss": "^4.0.15",
86
+ "typescript": "^5.9.2",
87
+ "uuid": "^11.1.0",
88
+ "vite": "^6.2.0",
89
+ "vitest": "^3.0.9",
90
+ "vue-tsc": "^3.1.0"
91
+ }
92
+ }