@playkit-js/playkit-js-ui 0.79.13 → 0.79.14-canary.0-5804847
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/playkit-js-ui.d.ts +0 -5
- package/dist/playkit-ui.js +1 -1
- package/dist/playkit-ui.js.map +1 -1
- package/package.json +1 -1
- package/src/components/copy-button/copy-button.tsx +5 -13
- package/src/components/play-pause/play-pause.tsx +4 -2
- package/src/components/pre-playback-play-overlay/pre-playback-play-overlay.tsx +4 -2
- package/translations/en.i18n.json +1 -0
package/dist/playkit-js-ui.d.ts
CHANGED
|
@@ -2138,11 +2138,6 @@ declare type ConfigState = UIOptionsObject;
|
|
|
2138
2138
|
*/
|
|
2139
2139
|
declare class CopyButton extends Component<any, any> {
|
|
2140
2140
|
_timeoutId: number | null;
|
|
2141
|
-
/**
|
|
2142
|
-
* @static
|
|
2143
|
-
* @type {Object} - Component default props
|
|
2144
|
-
*/
|
|
2145
|
-
static defaultProps: any;
|
|
2146
2141
|
/**
|
|
2147
2142
|
* Creates an instance of CopyButton.
|
|
2148
2143
|
* @param {Object} props object
|