@uimaxbai/am-lyrics 1.0.3 → 1.0.4

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/demo/index.html CHANGED
@@ -44,7 +44,7 @@
44
44
  query=""
45
45
  music-id=""
46
46
  isrc=""
47
- highlight-color="#93c5fd"
47
+ highlight-color="#fff"
48
48
  hover-background-color="#aaa"
49
49
  font-family="'Inter', Arial, sans-serif"
50
50
  autoscroll
@@ -310,7 +310,7 @@ class GoogleService {
310
310
  }
311
311
  }
312
312
 
313
- const VERSION = '1.0.3';
313
+ const VERSION = '1.0.4';
314
314
  const INSTRUMENTAL_THRESHOLD_MS = 7000; // Show dots for gaps >= 7s
315
315
  const KPOE_SERVERS = [
316
316
  'https://lyricsplus.binimum.org',
@@ -2204,7 +2204,7 @@ class AmLyrics extends i {
2204
2204
  data-end-time="${endTimeMs}"
2205
2205
  data-duration="${durationMs}"
2206
2206
  data-syllable-index="0"
2207
- data-wipe-ratio="0"
2207
+ data-wipe-ratio="1"
2208
2208
  >${syllable.romanizedText}</span
2209
2209
  >`
2210
2210
  : '';
@@ -2527,7 +2527,7 @@ AmLyrics.styles = i$3 `
2527
2527
  --lyplus-gap-dot-margin: 0.08em;
2528
2528
 
2529
2529
  --lyplus-font-size-base: 32px;
2530
- --lyplus-font-size-base-grow: 30;
2530
+ --lyplus-font-size-base-grow: 24.5;
2531
2531
  --lyplus-font-size-subtext: 0.6em;
2532
2532
 
2533
2533
  --lyplus-blur-amount: 0.07em;