From ec4b4c6db2ea391f229835c11faeb291e0476662 Mon Sep 17 00:00:00 2001 From: Andrew Noblet Date: Mon, 20 Feb 2023 12:24:24 -0500 Subject: [PATCH] feat(cxl-ui): [cxl-jw-player] rename playerId, playerSource to libraryId, librarySource --- .../cxl-ui/cxl-jw-player/index.stories.js | 21 ++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/packages/storybook/cxl-ui/cxl-jw-player/index.stories.js b/packages/storybook/cxl-ui/cxl-jw-player/index.stories.js index c9adc7c12..3d444231a 100644 --- a/packages/storybook/cxl-ui/cxl-jw-player/index.stories.js +++ b/packages/storybook/cxl-ui/cxl-jw-player/index.stories.js @@ -5,7 +5,17 @@ export default { title: 'CXL UI/cxl-jw-player', }; -const Template = ({ captions, mediaId, mediaSource, minimumSearchLength, libraryId, librarySource, playlistId, playlistSource, pluginPath }) => +const Template = ({ + captions, + mediaId, + mediaSource, + minimumSearchLength, + libraryId, + librarySource, + playlistId, + playlistSource, + pluginPath, +}) => html` +