@pie-players/pie-section-player 0.3.22 → 0.3.24
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 +4 -0
- package/dist/{dist-C2B1t0Ov.js → chunks/dist-24a90544.js} +1 -1
- package/dist/{dist-Bud4G4lv-DvJKILlA.js → chunks/dist-Bud4G4lv-b2620662.js} +1 -1
- package/dist/{dist-DwP27yIs-gkxodgFn.js → chunks/dist-DwP27yIs-cfd207a3.js} +1 -1
- package/dist/{dist-S3IAfazl.js → chunks/dist-c4148994.js} +1 -1
- package/dist/{player-preload-DHibXasK.js → chunks/player-preload-79b07366.js} +2683 -2120
- package/dist/{tool-annotation-toolbar-CltCGj49.js → chunks/tool-annotation-toolbar-db5bfbec.js} +4 -4
- package/dist/components/shared/player-preload.d.ts +53 -1
- package/dist/components/shared/player-preload.d.ts.map +1 -1
- package/dist/pie-section-player.js +3155 -3122
- package/dist/utils/player-preload.js +1 -1
- package/package.json +10 -10
- package/dist/components/shared/outer-scrollbars.d.ts +0 -6
- package/dist/components/shared/outer-scrollbars.d.ts.map +0 -1
- /package/dist/{defineProperty-CyepwRr5.js → chunks/defineProperty-318b8855.js} +0 -0
- /package/dist/{defineProperty-CyepwRr5-eHUSgEtz.js → chunks/defineProperty-CyepwRr5-3800a70a.js} +0 -0
- /package/dist/{module-COIydQYl-2o-TlgiW.js → chunks/module-c1d68911.js} +0 -0
package/README.md
CHANGED
|
@@ -44,6 +44,10 @@ Both layout elements support:
|
|
|
44
44
|
- `narrow-layout-breakpoint` (number, optional): viewport width in px below which the layout collapses (split pane: single column; vertical: toolbar moves to top). Clamped to 400–2000; default 1100.
|
|
45
45
|
- `show-toolbar` (boolean-like): accepts `true/false` and common string forms (`"true"`, `"false"`, `"1"`, `"0"`, `"yes"`, `"no"`)
|
|
46
46
|
|
|
47
|
+
When viewport width is within the collapsed range (~1100px and below), inline section
|
|
48
|
+
toolbar positions (`left`/`right`) normalize to `top` so controls remain horizontally
|
|
49
|
+
laid out and easier to access.
|
|
50
|
+
|
|
47
51
|
### API direction: CE defaults first, JS customization for advanced cases
|
|
48
52
|
|
|
49
53
|
The intended usage model is:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as h } from "./defineProperty-
|
|
1
|
+
import { t as h } from "./defineProperty-318b8855.js";
|
|
2
2
|
var b = (t) => {
|
|
3
3
|
const e = (t.providerOptions && typeof t.providerOptions == "object" ? t.providerOptions : {}).__pieTelemetry;
|
|
4
4
|
return typeof e == "function" ? e : void 0;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as d } from "./defineProperty-CyepwRr5-
|
|
1
|
+
import { t as d } from "./defineProperty-CyepwRr5-3800a70a.js";
|
|
2
2
|
var b = (e) => {
|
|
3
3
|
const t = (e.providerOptions && typeof e.providerOptions == "object" ? e.providerOptions : {}).__pieTelemetry;
|
|
4
4
|
return typeof t == "function" ? t : void 0;
|