@lucaismyname/ginger 0.0.28 → 0.0.30
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/README.md +6 -0
- package/dist/client.cjs +1 -1
- package/dist/client.js +37 -28
- package/dist/components/controls/Controls.d.ts +1 -1
- package/dist/components/controls/Controls.d.ts.map +1 -1
- package/dist/components/icons/Pause.d.ts.map +1 -1
- package/dist/components/icons/Play.d.ts.map +1 -1
- package/dist/components/icons/RepeatGlyph.d.ts +5 -0
- package/dist/components/icons/RepeatGlyph.d.ts.map +1 -0
- package/dist/components/icons/ShuffleIcon.d.ts +2 -0
- package/dist/components/icons/ShuffleIcon.d.ts.map +1 -0
- package/dist/components/icons/SkipBack.d.ts +2 -0
- package/dist/components/icons/SkipBack.d.ts.map +1 -0
- package/dist/components/icons/SkipForward.d.ts +2 -0
- package/dist/components/icons/SkipForward.d.ts.map +1 -0
- package/dist/components/icons/Volume2.d.ts +2 -0
- package/dist/components/icons/Volume2.d.ts.map +1 -0
- package/dist/components/icons/VolumeX.d.ts +2 -0
- package/dist/components/icons/VolumeX.d.ts.map +1 -0
- package/dist/components/icons/Wrapper.d.ts.map +1 -1
- package/dist/components/icons/index.d.ts +11 -0
- package/dist/components/icons/index.d.ts.map +1 -0
- package/dist/components/playlist/GingerPlaylist.d.ts.map +1 -1
- package/dist/ginger-DYlsaFGA.js +2283 -0
- package/dist/ginger-DYlsaFGA.js.map +1 -0
- package/dist/ginger-YDZhJqet.cjs +2 -0
- package/dist/ginger-YDZhJqet.cjs.map +1 -0
- package/dist/ginger.d.ts +12 -0
- package/dist/ginger.d.ts.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +37 -28
- package/dist/testing/index.cjs +1 -1
- package/dist/testing/index.js +1 -1
- package/dist/{useNextTrackPrefetch-Mj8dQLYR.js → useNextTrackPrefetch-BZdly__j.js} +51 -51
- package/dist/{useNextTrackPrefetch-Mj8dQLYR.js.map → useNextTrackPrefetch-BZdly__j.js.map} +1 -1
- package/dist/{useNextTrackPrefetch-CtZp7EgH.cjs → useNextTrackPrefetch-pBFiWDyx.cjs} +2 -2
- package/dist/{useNextTrackPrefetch-CtZp7EgH.cjs.map → useNextTrackPrefetch-pBFiWDyx.cjs.map} +1 -1
- package/package.json +1 -1
- package/dist/ginger-CVwaVLpC.cjs +0 -2
- package/dist/ginger-CVwaVLpC.cjs.map +0 -1
- package/dist/ginger-G5-3BYSb.js +0 -2165
- package/dist/ginger-G5-3BYSb.js.map +0 -1
package/README.md
CHANGED
|
@@ -487,6 +487,12 @@ Transport and media controls.
|
|
|
487
487
|
| `Ginger.Control.Mute` | Toggle mute on/off | `muteLabel`, `unmuteLabel`, native button props |
|
|
488
488
|
| `Ginger.Control.PlaybackRate` | Select input for playback speed | `rates`, native select props |
|
|
489
489
|
|
|
490
|
+
**Default visuals:** `PlayPause`, `Next`, `Previous`, `Shuffle`, `Repeat`, and `Mute` render minimal inline SVGs (path data from [Lucide](https://lucide.dev), no extra npm dependency) when **`children` is omitted**. Pass **`children`** to replace the icon. Screen readers still use **`aria-label`** from locale and bindings; for `PlayPause`, **`playLabel`** / **`pauseLabel`** / **`playAriaLabel`** / **`pauseAriaLabel`** tune accessible names when those labels are strings.
|
|
491
|
+
|
|
492
|
+
### `Ginger.Icon.*`
|
|
493
|
+
|
|
494
|
+
The same SVG building blocks exposed for custom layouts: **`Ginger.Icon.Play`**, **`Pause`**, **`SkipForward`**, **`SkipBack`**, **`Shuffle`** (Lucide shuffle glyph), **`Volume2`**, **`VolumeX`**, **`RepeatGlyph`** (pass **`mode`**: `"off"` \| `"all"` \| `"one"`), and **`Wrapper`**. You can also import them by name from the package root (e.g. `import { Play, SkipForward } from "@lucaismyname/ginger"`).
|
|
495
|
+
|
|
490
496
|
Example:
|
|
491
497
|
|
|
492
498
|
```tsx
|
package/dist/client.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./ginger-
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./ginger-YDZhJqet.cjs"),r=require("./useNextTrackPrefetch-pBFiWDyx.cjs"),a=require("./GingerSplitContexts-C7puo0M7.cjs");exports.Chapters=e.Chapters;exports.Ginger=e.Ginger;exports.LyricsSynced=e.LyricsSynced;exports.Pause=e.Pause;exports.Play=e.Play;exports.RepeatGlyph=e.RepeatGlyph;exports.ShuffleIcon=e.ShuffleIcon;exports.SkipBack=e.SkipBack;exports.SkipForward=e.SkipForward;exports.Volume2=e.Volume2;exports.VolumeX=e.VolumeX;exports.Wrapper=e.Wrapper;exports.clampPlaybackRate=e.clampPlaybackRate;exports.clampVolume=e.clampVolume;exports.defaultGingerLocale=e.defaultGingerLocale;exports.derivePlaybackUiState=e.derivePlaybackUiState;exports.parseLrc=e.parseLrc;exports.useGingerChapters=e.useGingerChapters;exports.useGingerLocale=e.useGingerLocale;exports.useGingerLyricsSync=e.useGingerLyricsSync;exports.usePlayPauseBinding=e.usePlayPauseBinding;exports.useSeekBarBinding=e.useSeekBarBinding;exports.useVolumeSlider=e.useVolumeSlider;exports.attachLiveAnalyser=r.attachLiveAnalyser;exports.detachLiveAnalyser=r.detachLiveAnalyser;exports.useGinger=r.useGinger;exports.useGingerDebugLog=r.useGingerDebugLog;exports.useGingerKeyboardShortcuts=r.useGingerKeyboardShortcuts;exports.useGingerLiveAnalyzer=r.useGingerLiveAnalyzer;exports.useGingerSleepTimer=r.useGingerSleepTimer;exports.useNextTrackPrefetch=r.useNextTrackPrefetch;exports.useSeekDrag=r.useSeekDrag;exports.gingerStateFromContextValues=a.gingerStateFromContextValues;exports.gingerStateFromContexts=a.gingerStateFromContexts;exports.useGingerMedia=a.useGingerMedia;exports.useGingerPlayback=a.useGingerPlayback;exports.useGingerState=a.useGingerState;
|
|
2
2
|
//# sourceMappingURL=client.cjs.map
|
package/dist/client.js
CHANGED
|
@@ -1,34 +1,43 @@
|
|
|
1
|
-
import { C as s, G as r, L as i,
|
|
2
|
-
import { a as
|
|
3
|
-
import { g as
|
|
1
|
+
import { C as s, G as r, L as i, P as u, a as n, R as t, S as g, b as l, c, V as o, d as p, W as G, e as S, f as y, g as m, h as d, p as h, u as k, i as L, j as f, k as P, l as b, m as x } from "./ginger-DYlsaFGA.js";
|
|
2
|
+
import { a as C, d as v, u as B, b as A, c as F, e as R, f as D, g as T, h as W } from "./useNextTrackPrefetch-BZdly__j.js";
|
|
3
|
+
import { g as w, a as z, u as I, b as K, c as M } from "./GingerSplitContexts-BzBExb95.js";
|
|
4
4
|
export {
|
|
5
5
|
s as Chapters,
|
|
6
6
|
r as Ginger,
|
|
7
7
|
i as LyricsSynced,
|
|
8
|
-
|
|
9
|
-
n as
|
|
10
|
-
t as
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
8
|
+
u as Pause,
|
|
9
|
+
n as Play,
|
|
10
|
+
t as RepeatGlyph,
|
|
11
|
+
g as ShuffleIcon,
|
|
12
|
+
l as SkipBack,
|
|
13
|
+
c as SkipForward,
|
|
14
|
+
o as Volume2,
|
|
15
|
+
p as VolumeX,
|
|
16
|
+
G as Wrapper,
|
|
17
|
+
C as attachLiveAnalyser,
|
|
18
|
+
S as clampPlaybackRate,
|
|
19
|
+
y as clampVolume,
|
|
20
|
+
m as defaultGingerLocale,
|
|
21
|
+
d as derivePlaybackUiState,
|
|
22
|
+
v as detachLiveAnalyser,
|
|
23
|
+
w as gingerStateFromContextValues,
|
|
24
|
+
z as gingerStateFromContexts,
|
|
25
|
+
h as parseLrc,
|
|
26
|
+
B as useGinger,
|
|
27
|
+
k as useGingerChapters,
|
|
28
|
+
A as useGingerDebugLog,
|
|
29
|
+
F as useGingerKeyboardShortcuts,
|
|
30
|
+
R as useGingerLiveAnalyzer,
|
|
31
|
+
L as useGingerLocale,
|
|
32
|
+
f as useGingerLyricsSync,
|
|
33
|
+
I as useGingerMedia,
|
|
34
|
+
K as useGingerPlayback,
|
|
35
|
+
D as useGingerSleepTimer,
|
|
36
|
+
M as useGingerState,
|
|
37
|
+
T as useNextTrackPrefetch,
|
|
38
|
+
P as usePlayPauseBinding,
|
|
39
|
+
b as useSeekBarBinding,
|
|
40
|
+
W as useSeekDrag,
|
|
41
|
+
x as useVolumeSlider
|
|
33
42
|
};
|
|
34
43
|
//# sourceMappingURL=client.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ButtonHTMLAttributes, CSSProperties, InputHTMLAttributes, ReactNode, SelectHTMLAttributes } from 'react';
|
|
2
2
|
export type PlayPauseProps = ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
3
|
-
/**
|
|
3
|
+
/** When `children` is omitted, defaults are Lucide-style icons; string labels feed `playAriaLabel` / `pauseAriaLabel` fallbacks. */
|
|
4
4
|
playLabel?: ReactNode;
|
|
5
5
|
pauseLabel?: ReactNode;
|
|
6
6
|
/** Screen-reader label when paused (playing would start); defaults to match `playLabel` when it is a string */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Controls.d.ts","sourceRoot":"","sources":["../../../src/components/controls/Controls.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,oBAAoB,EACpB,aAAa,EACb,mBAAmB,EACnB,SAAS,EACT,oBAAoB,EACrB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Controls.d.ts","sourceRoot":"","sources":["../../../src/components/controls/Controls.tsx"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pause.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Pause.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Pause.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Pause.tsx"],"names":[],"mappings":"AAGA,wBAAgB,KAAK,4CAMpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Play.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Play.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Play.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Play.tsx"],"names":[],"mappings":"AAEA,wBAAgB,IAAI,4CAMnB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RepeatGlyph.d.ts","sourceRoot":"","sources":["../../../src/components/icons/RepeatGlyph.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,aAAa,CAAC;AAc9C,wBAAgB,WAAW,CAAC,EAAE,IAAI,EAAE,EAAE;IAAE,IAAI,EAAE,UAAU,CAAA;CAAE,2CAsBzD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ShuffleIcon.d.ts","sourceRoot":"","sources":["../../../src/components/icons/ShuffleIcon.tsx"],"names":[],"mappings":"AAGA,wBAAgB,WAAW,4CAa1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SkipBack.d.ts","sourceRoot":"","sources":["../../../src/components/icons/SkipBack.tsx"],"names":[],"mappings":"AAGA,wBAAgB,QAAQ,4CAUvB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SkipForward.d.ts","sourceRoot":"","sources":["../../../src/components/icons/SkipForward.tsx"],"names":[],"mappings":"AAGA,wBAAgB,WAAW,4CAU1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Volume2.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Volume2.tsx"],"names":[],"mappings":"AAGA,wBAAgB,OAAO,4CAWtB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"VolumeX.d.ts","sourceRoot":"","sources":["../../../src/components/icons/VolumeX.tsx"],"names":[],"mappings":"AAGA,wBAAgB,OAAO,4CAWtB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEjD,wBAAgB,OAAO,CACrB,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,GAAG;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../../src/components/icons/Wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEjD,wBAAgB,OAAO,CACrB,KAAK,EAAE,QAAQ,CAAC,aAAa,CAAC,GAAG;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,2CAmCF"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/** Inline SVGs derived from lucide-static path data (ISC, Lucide Icons). */
|
|
2
|
+
export { Pause } from './Pause';
|
|
3
|
+
export { Play } from './Play';
|
|
4
|
+
export { RepeatGlyph } from './RepeatGlyph';
|
|
5
|
+
export { ShuffleIcon } from './ShuffleIcon';
|
|
6
|
+
export { SkipBack } from './SkipBack';
|
|
7
|
+
export { SkipForward } from './SkipForward';
|
|
8
|
+
export { Volume2 } from './Volume2';
|
|
9
|
+
export { VolumeX } from './VolumeX';
|
|
10
|
+
export { Wrapper } from './Wrapper';
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/icons/index.ts"],"names":[],"mappings":"AAAA,4EAA4E;AAC5E,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,QAAQ,EAAE,MAAM,YAAY,CAAC;AACtC,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GingerPlaylist.d.ts","sourceRoot":"","sources":["../../../src/components/playlist/GingerPlaylist.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,aAAa,EAClB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,SAAS,EAGf,MAAM,OAAO,CAAC;AAGf,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzC,MAAM,MAAM,oBAAoB,GAAG;IACjC,YAAY,EAAE,OAAO,CAAC;CACvB,CAAC;
|
|
1
|
+
{"version":3,"file":"GingerPlaylist.d.ts","sourceRoot":"","sources":["../../../src/components/playlist/GingerPlaylist.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,oBAAoB,EACzB,KAAK,aAAa,EAClB,KAAK,cAAc,EACnB,KAAK,gBAAgB,EACrB,KAAK,SAAS,EAGf,MAAM,OAAO,CAAC;AAGf,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,aAAa,CAAC;AAEzC,MAAM,MAAM,oBAAoB,GAAG;IACjC,YAAY,EAAE,OAAO,CAAC;CACvB,CAAC;AAgBF,MAAM,MAAM,mBAAmB,GAAG,IAAI,CACpC,cAAc,CAAC,gBAAgB,CAAC,EAChC,UAAU,CACX,GAAG;IACF,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,wEAAwE;IACxE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB;;;OAGG;IACH,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,KAAK,SAAS,CAAC;IAC5E,iFAAiF;IACjF,YAAY,CAAC,EAAE,OAAO,CAAC;CACxB,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,cAAc,CAAC,EAC7B,QAAQ,EACR,QAAgB,EAChB,QAAQ,EACR,WAAW,EACX,YAAmB,EACnB,KAAK,EACL,GAAG,IAAI,EACR,EAAE,mBAAmB,2CA0ErB;yBAlFe,cAAc;;;AAsF9B,MAAM,MAAM,wBAAwB,GAAG,IAAI,CACzC,oBAAoB,CAAC,iBAAiB,CAAC,EACvC,MAAM,CACP,GAAG;IACF,KAAK,EAAE,MAAM,CAAC;IACd,iEAAiE;IACjE,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,+DAA+D;IAC/D,OAAO,CAAC,EAAE,gBAAgB,CAAC,aAAa,CAAC,CAAC;CAC3C,CAAC;AAEF,wBAAgB,mBAAmB,CAAC,EAClC,KAAK,EACL,QAAgB,EAChB,SAAS,EACT,KAAK,EACL,QAAQ,EACR,OAAO,EACP,OAAO,EACP,GAAG,UAAU,EACd,EAAE,wBAAwB,2CAmD1B;yBA5De,mBAAmB;;;AAgEnC,eAAO,MAAM,sBAAsB;;CAEjC,CAAC"}
|