@bluepic/embed 0.4.0-next.143 → 0.4.0-next.145
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/dist/bluepic-embed.iife.js +135 -135
- package/dist/bluepic-embed.umd.js +135 -135
- package/dist/components/BxAudioPlayButton.vue.d.ts +1 -1
- package/dist/embed/embed.d.ts +6 -6
- package/dist/main.cjs +69 -69
- package/dist/main.mjs +14397 -14233
- package/dist/style.css +1 -1
- package/dist/util/fieldHints/fieldFocus.d.ts +27 -3
- package/dist/util/fieldHints/index.d.ts +4 -0
- package/dist/util/fieldHints/interact.d.ts +21 -0
- package/package.json +1 -1
|
@@ -17,8 +17,8 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
17
17
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
18
18
|
onToggle?: (() => any) | undefined;
|
|
19
19
|
}>, {
|
|
20
|
-
playing: boolean;
|
|
21
20
|
progress: number;
|
|
21
|
+
playing: boolean;
|
|
22
22
|
loading: boolean;
|
|
23
23
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
24
24
|
export default _default;
|
package/dist/embed/embed.d.ts
CHANGED
|
@@ -8726,7 +8726,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
8726
8726
|
} | undefined;
|
|
8727
8727
|
fontWeight?: "300" | "600" | "400" | "500" | "800" | "700" | undefined;
|
|
8728
8728
|
fontStyle?: "italic" | "normal" | undefined;
|
|
8729
|
-
textAlign?: "
|
|
8729
|
+
textAlign?: "center" | "left" | "right" | undefined;
|
|
8730
8730
|
} | undefined;
|
|
8731
8731
|
bodyTitleStyle?: {
|
|
8732
8732
|
color?: string | undefined;
|
|
@@ -8736,7 +8736,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
8736
8736
|
} | undefined;
|
|
8737
8737
|
fontWeight?: "300" | "600" | "400" | "500" | "800" | "700" | undefined;
|
|
8738
8738
|
fontStyle?: "italic" | "normal" | undefined;
|
|
8739
|
-
textAlign?: "
|
|
8739
|
+
textAlign?: "center" | "left" | "right" | undefined;
|
|
8740
8740
|
} | undefined;
|
|
8741
8741
|
bodySubtitleStyle?: {
|
|
8742
8742
|
color?: string | undefined;
|
|
@@ -8746,7 +8746,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
8746
8746
|
} | undefined;
|
|
8747
8747
|
fontWeight?: "300" | "600" | "400" | "500" | "800" | "700" | undefined;
|
|
8748
8748
|
fontStyle?: "italic" | "normal" | undefined;
|
|
8749
|
-
textAlign?: "
|
|
8749
|
+
textAlign?: "center" | "left" | "right" | undefined;
|
|
8750
8750
|
} | undefined;
|
|
8751
8751
|
customPrivacy?: string | undefined;
|
|
8752
8752
|
customImprint?: string | undefined;
|
|
@@ -8863,7 +8863,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
8863
8863
|
} | undefined;
|
|
8864
8864
|
fontWeight?: "300" | "600" | "400" | "500" | "800" | "700" | undefined;
|
|
8865
8865
|
fontStyle?: "italic" | "normal" | undefined;
|
|
8866
|
-
textAlign?: "
|
|
8866
|
+
textAlign?: "center" | "left" | "right" | undefined;
|
|
8867
8867
|
} | undefined;
|
|
8868
8868
|
bodyTitleStyle?: {
|
|
8869
8869
|
color?: string | undefined;
|
|
@@ -8873,7 +8873,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
8873
8873
|
} | undefined;
|
|
8874
8874
|
fontWeight?: "300" | "600" | "400" | "500" | "800" | "700" | undefined;
|
|
8875
8875
|
fontStyle?: "italic" | "normal" | undefined;
|
|
8876
|
-
textAlign?: "
|
|
8876
|
+
textAlign?: "center" | "left" | "right" | undefined;
|
|
8877
8877
|
} | undefined;
|
|
8878
8878
|
bodySubtitleStyle?: {
|
|
8879
8879
|
color?: string | undefined;
|
|
@@ -8883,7 +8883,7 @@ export declare class BluepicEmbed extends EventTarget {
|
|
|
8883
8883
|
} | undefined;
|
|
8884
8884
|
fontWeight?: "300" | "600" | "400" | "500" | "800" | "700" | undefined;
|
|
8885
8885
|
fontStyle?: "italic" | "normal" | undefined;
|
|
8886
|
-
textAlign?: "
|
|
8886
|
+
textAlign?: "center" | "left" | "right" | undefined;
|
|
8887
8887
|
} | undefined;
|
|
8888
8888
|
customPrivacy?: string | undefined;
|
|
8889
8889
|
customImprint?: string | undefined;
|