Skip to content

Commit

Permalink
Merge pull request #5864 from avalonmediasystem/ramp_bump
Browse files Browse the repository at this point in the history
Latest Ramp build
  • Loading branch information
cjcolvar authored Jun 12, 2024
2 parents 87c00ad + 821f212 commit ae2494a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/javascript/components/MediaObjectRamp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ const Ramp = ({
: (<React.Fragment>
{sections_count > 0 &&
<React.Fragment>
<MediaPlayer enableFileDownload={false} />
<MediaPlayer enableFileDownload={false} enablePlaybackRate={true} />
<div className="ramp--rails-title">
{<div className="object-title" dangerouslySetInnerHTML={{ __html: title.content }} />}
</div>
Expand Down
2 changes: 1 addition & 1 deletion app/javascript/components/PlaylistRamp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ const Ramp = ({
startCanvasId={startCanvasId}>
<Row className="ramp--all-components ramp--playlist">
<Col sm={8}>
<MediaPlayer enableFileDownload={false} />
<MediaPlayer enableFileDownload={false} enablePlaybackRate={true} />
{playlist_item_ids?.length > 0 && (
<Card className="ramp--playlist-accordion">
<Card.Header>
Expand Down
4 changes: 2 additions & 2 deletions app/javascript/components/embeds/EmbeddedRamp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ const Ramp = ({
customErrorMessage='This embed encountered an error. Please refresh or contact an administrator.'
startCanvasId={startCanvasId}
startCanvasTime={startCanvasTime}>
<MediaPlayer enableFileDownload={false} />
<MediaPlayer enableFileDownload={false} enablePlaybackRate={true} />
</IIIFPlayer>
);
};

export default Ramp;
export default Ramp;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "7",
"@samvera/ramp": "https://github.com/samvera-labs/ramp.git#25a519f3f78dd8579ff8b8b96e59c846879628c8",
"@samvera/ramp": "https://github.com/samvera-labs/ramp.git",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"buffer": "^6.0.3",
Expand Down
10 changes: 8 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1477,12 +1477,13 @@
estree-walker "^2.0.2"
picomatch "^2.3.1"

"@samvera/ramp@https://github.com/samvera-labs/ramp.git#25a519f3f78dd8579ff8b8b96e59c846879628c8":
"@samvera/ramp@https://github.com/samvera-labs/ramp.git":
version "3.1.2"
resolved "https://github.com/samvera-labs/ramp.git#25a519f3f78dd8579ff8b8b96e59c846879628c8"
resolved "https://github.com/samvera-labs/ramp.git#836f27f2225fbb4406b412603a1ca124d4563430"
dependencies:
"@rollup/plugin-json" "^6.0.1"
"@silvermine/videojs-quality-selector" "^1.3.1"
classnames "^2.5.1"
mammoth "^1.4.19"
manifesto.js "^4.1.0"
mime-db "^1.52.0"
Expand Down Expand Up @@ -2534,6 +2535,11 @@ classnames@^2.3.1:
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.1.tgz#dfcfa3891e306ec1dad105d0e88f4417b8535e8e"
integrity sha512-OlQdbZ7gLfGarSqxesMesDa5uz7KFbID8Kpq/SxIoNGDqY8lSYs0D+hhtBXhcdB3rcbXArFr7vlHheLk1voeNA==

classnames@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.5.1.tgz#ba774c614be0f016da105c858e7159eae8e7687b"
integrity sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==

clean-css@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/clean-css/-/clean-css-4.2.3.tgz#507b5de7d97b48ee53d84adb0160ff6216380f78"
Expand Down

0 comments on commit ae2494a

Please sign in to comment.