[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: add trail effect on sparkline pulse (#991)

authored by

Alec Lloyd Probert and committed by
GitHub
c12afc28 0b55ca4f

+10 -9
+4 -3
app/components/Package/WeeklyDownloadStats.vue
··· 165 165 line: { 166 166 color: colors.value.borderHover, 167 167 pulse: { 168 - show: true, 168 + show: true, // the pulse will not show if prefers-reduced-motion (enforced by vue-data-ui) 169 169 loop: true, // runs only once if false 170 - radius: 2, 170 + radius: 1.5, 171 171 color: pulseColor.value, 172 172 easing: 'ease-in-out', 173 173 trail: { 174 174 show: true, 175 - length: 6, 175 + length: 20, 176 + opacity: 0.75, 176 177 }, 177 178 }, 178 179 },
+1 -1
package.json
··· 98 98 "vite-plugin-pwa": "1.2.0", 99 99 "vite-plus": "0.0.0-833c515fa25cef20905a7f9affb156dfa6f151ab", 100 100 "vue": "3.5.27", 101 - "vue-data-ui": "3.14.5" 101 + "vue-data-ui": "3.14.7" 102 102 }, 103 103 "devDependencies": { 104 104 "@intlify/core-base": "11.2.8",
+5 -5
pnpm-lock.yaml
··· 198 198 specifier: 3.5.27 199 199 version: 3.5.27(typescript@5.9.3) 200 200 vue-data-ui: 201 - specifier: 3.14.5 202 - version: 3.14.5(vue@3.5.27(typescript@5.9.3)) 201 + specifier: 3.14.7 202 + version: 3.14.7(vue@3.5.27(typescript@5.9.3)) 203 203 devDependencies: 204 204 '@intlify/core-base': 205 205 specifier: 11.2.8 ··· 9279 9279 vue-component-type-helpers@3.2.4: 9280 9280 resolution: {integrity: sha512-05lR16HeZDcDpB23ku5b5f1fBOoHqFnMiKRr2CiEvbG5Ux4Yi0McmQBOET0dR0nxDXosxyVqv67q6CzS3AK8rw==} 9281 9281 9282 - vue-data-ui@3.14.5: 9283 - resolution: {integrity: sha512-VjRJAHvnb0NFqrz/hB8cG4bNnOVzO0J3kJ1lE9Ir3dMFKA37R1lEriu7Q4tlgkoFLmsvhV/wfan2iiLFCBYKWA==} 9282 + vue-data-ui@3.14.7: 9283 + resolution: {integrity: sha512-aA7jNLyqBPGDvxRSJYI+xCnYhjdJgP2csvGCNNmsjJiI+N7yc8YmgcYR34BcVH7BTyO+kbt1xQ7zZry0H0SiMA==} 9284 9284 peerDependencies: 9285 9285 jspdf: '>=3.0.1' 9286 9286 vue: '>=3.3.0' ··· 20707 20707 20708 20708 vue-component-type-helpers@3.2.4: {} 20709 20709 20710 - vue-data-ui@3.14.5(vue@3.5.27(typescript@5.9.3)): 20710 + vue-data-ui@3.14.7(vue@3.5.27(typescript@5.9.3)): 20711 20711 dependencies: 20712 20712 vue: 3.5.27(typescript@5.9.3) 20713 20713