@wistia/wistia-player
Advanced tools
Comparing version 0.0.84 to 0.0.85
@@ -5,3 +5,3 @@ import { JSX, Ref } from 'preact'; | ||
interface BigPlayButtonProps { | ||
backgroundGradientCss?: string; | ||
backgroundGradientCss?: string | null; | ||
baseHeight?: number; | ||
@@ -8,0 +8,0 @@ baseWidth?: number; |
import { ContainerNode } from 'preact'; | ||
import { Gradient } from './gradient.ts'; | ||
import { PlaylistMethods } from '../embeds/shared/playlists/playlist-methods.ts'; | ||
@@ -206,2 +207,5 @@ import { CarouselData } from './carousel.ts'; | ||
playerColor?: string; | ||
playerColorGradient?: Gradient & { | ||
on: boolean; | ||
}; | ||
playerLanguage?: Language | string; | ||
@@ -208,0 +212,0 @@ playsinline?: boolean; |
@@ -19,2 +19,9 @@ import type { PublicApi } from '../types/player-api-types.ts'; | ||
/** | ||
* Remove the embed options for a given key or embed id | ||
* @param {string} id - The key or embed id | ||
* @param {object} options - The options to set | ||
* @returns {void} | ||
*/ | ||
export declare const removeEmbedOptionStore: (id: string) => void; | ||
/** | ||
* Legacy behavior replacement for Wistia.options - Get or set embed options based | ||
@@ -21,0 +28,0 @@ * on the parameters provided |
{ | ||
"name": "@wistia/wistia-player", | ||
"version": "0.0.84", | ||
"version": "0.0.85", | ||
"packageManager": "yarn@4.5.3", | ||
@@ -5,0 +5,0 @@ "description": "An embeddable wistia-player web component and React wrapper to add responsive, lightweight, and SEO-friendly videos to your site.", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1859605
132
18798