@atlaskit/media-ui 28.7.15 → 28.7.16
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/CHANGELOG.md +7 -0
- package/dist/cjs/customMediaPlayer/mediaPlayer/captionsSelectControls.js +1 -0
- package/dist/es2019/customMediaPlayer/mediaPlayer/captionsSelectControls.js +1 -0
- package/dist/esm/customMediaPlayer/mediaPlayer/captionsSelectControls.js +1 -0
- package/dist/types/customMediaPlayer/mediaPlayer/captions/artifactUploader/filePickers/browser.d.ts +1 -1
- package/dist/types/customMediaPlayer/react-video-renderer/track.d.ts +1 -1
- package/dist/types-ts4.5/customMediaPlayer/mediaPlayer/captions/artifactUploader/filePickers/browser.d.ts +1 -1
- package/dist/types-ts4.5/customMediaPlayer/react-video-renderer/track.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -63,6 +63,7 @@ var CaptionsSelectControlsWithIntl = /*#__PURE__*/(0, _react.memo)(function (_re
|
|
|
63
63
|
return onCaptionsEnabledChange(!areCaptionsEnabled);
|
|
64
64
|
},
|
|
65
65
|
"aria-label": closedCaptions
|
|
66
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
66
67
|
}, "CC")), /*#__PURE__*/_react.default.createElement(_select.PopupSelect, {
|
|
67
68
|
searchThreshold: 100,
|
|
68
69
|
components: _dropdownControlCommon.popupSelectComponents,
|
|
@@ -42,6 +42,7 @@ const CaptionsSelectControlsWithIntl = /*#__PURE__*/memo(({
|
|
|
42
42
|
appearance: areCaptionsEnabled ? 'primary' : 'default',
|
|
43
43
|
onClick: () => onCaptionsEnabledChange(!areCaptionsEnabled),
|
|
44
44
|
"aria-label": closedCaptions
|
|
45
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
45
46
|
}, "CC")), /*#__PURE__*/React.createElement(PopupSelect, {
|
|
46
47
|
searchThreshold: 100,
|
|
47
48
|
components: popupSelectComponents,
|
|
@@ -54,6 +54,7 @@ var CaptionsSelectControlsWithIntl = /*#__PURE__*/memo(function (_ref) {
|
|
|
54
54
|
return onCaptionsEnabledChange(!areCaptionsEnabled);
|
|
55
55
|
},
|
|
56
56
|
"aria-label": closedCaptions
|
|
57
|
+
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
57
58
|
}, "CC")), /*#__PURE__*/React.createElement(PopupSelect, {
|
|
58
59
|
searchThreshold: 100,
|
|
59
60
|
components: popupSelectComponents,
|
package/dist/types/customMediaPlayer/mediaPlayer/captions/artifactUploader/filePickers/browser.d.ts
CHANGED
|
@@ -6,4 +6,4 @@ export interface BrowserPickerProps {
|
|
|
6
6
|
onClose?: () => void;
|
|
7
7
|
onFilesPicked?: (file: FileList) => void;
|
|
8
8
|
}
|
|
9
|
-
export declare const BrowserPicker: ({ isOpen, type, onFilesPicked, onClose }: BrowserPickerProps) => React.JSX.Element;
|
|
9
|
+
export declare const BrowserPicker: ({ isOpen, type, onFilesPicked, onClose, }: BrowserPickerProps) => React.JSX.Element;
|
|
@@ -6,5 +6,5 @@ type TextTracksProps = {
|
|
|
6
6
|
onLoad?: () => void;
|
|
7
7
|
onError?: (artifactName: string, lang: string, label: string) => void;
|
|
8
8
|
};
|
|
9
|
-
export declare const TextTracks: React.MemoExoticComponent<({ videoTextTracks, textTracksPosition, onLoad, onError }: TextTracksProps) => React.JSX.Element[]>;
|
|
9
|
+
export declare const TextTracks: React.MemoExoticComponent<({ videoTextTracks, textTracksPosition, onLoad, onError, }: TextTracksProps) => React.JSX.Element[]>;
|
|
10
10
|
export {};
|
|
@@ -6,4 +6,4 @@ export interface BrowserPickerProps {
|
|
|
6
6
|
onClose?: () => void;
|
|
7
7
|
onFilesPicked?: (file: FileList) => void;
|
|
8
8
|
}
|
|
9
|
-
export declare const BrowserPicker: ({ isOpen, type, onFilesPicked, onClose }: BrowserPickerProps) => React.JSX.Element;
|
|
9
|
+
export declare const BrowserPicker: ({ isOpen, type, onFilesPicked, onClose, }: BrowserPickerProps) => React.JSX.Element;
|
|
@@ -6,5 +6,5 @@ type TextTracksProps = {
|
|
|
6
6
|
onLoad?: () => void;
|
|
7
7
|
onError?: (artifactName: string, lang: string, label: string) => void;
|
|
8
8
|
};
|
|
9
|
-
export declare const TextTracks: React.MemoExoticComponent<({ videoTextTracks, textTracksPosition, onLoad, onError }: TextTracksProps) => React.JSX.Element[]>;
|
|
9
|
+
export declare const TextTracks: React.MemoExoticComponent<({ videoTextTracks, textTracksPosition, onLoad, onError, }: TextTracksProps) => React.JSX.Element[]>;
|
|
10
10
|
export {};
|