Skip to content

Commit

Permalink
Merge pull request #5945 from avalonmediasystem/new-ramp
Browse files Browse the repository at this point in the history
New Ramp build for testing
  • Loading branch information
Dananji authored Jul 18, 2024
2 parents be9024c + 2c8ed16 commit 0b3fd24
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
3 changes: 0 additions & 3 deletions app/javascript/components/Ramp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,6 @@
min-height: 2.9em;
}
}
.vjs-volume-horizontal .vjs-volume-level .vjs-svg-icon>svg {
vertical-align: top;
}
}

.ramp--structured-nav {
Expand Down
5 changes: 1 addition & 4 deletions app/javascript/components/embeds/Ramp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,13 @@
.video-js .vjs-control-bar {
font-size: 90% !important;
}

// reduce player height to match with adjusted font-size
// for smaller screens
.video-js.vjs-audio {
min-height: 2.9em;
}
}
.vjs-volume-horizontal .vjs-volume-level .vjs-svg-icon>svg {
vertical-align: top;
}
.video-js .vjs-title-bar .vjs-title-link {
font-size: 125%;
}
Expand Down
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#9c2798014c5afc6edaa36dd93c9b5bc404265642",
"@samvera/ramp": "https://github.com/samvera-labs/ramp.git#672dc338eaf31a821e4a9343ae2d03800c96ee1a",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"buffer": "^6.0.3",
Expand Down
11 changes: 8 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1477,9 +1477,9 @@
estree-walker "^2.0.2"
picomatch "^2.3.1"

"@samvera/ramp@https://github.com/samvera-labs/ramp.git#9c2798014c5afc6edaa36dd93c9b5bc404265642":
"@samvera/ramp@https://github.com/samvera-labs/ramp.git#672dc338eaf31a821e4a9343ae2d03800c96ee1a":
version "3.1.2"
resolved "https://github.com/samvera-labs/ramp.git#9c2798014c5afc6edaa36dd93c9b5bc404265642"
resolved "https://github.com/samvera-labs/ramp.git#672dc338eaf31a821e4a9343ae2d03800c96ee1a"
dependencies:
"@rollup/plugin-json" "^6.0.1"
"@silvermine/videojs-quality-selector" "^1.3.1"
Expand Down Expand Up @@ -4718,11 +4718,16 @@ [email protected], "mime-db@>= 1.43.0 < 2":
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.50.0.tgz#abd4ac94e98d3c0e185016c67ab45d5fde40c11f"
integrity sha512-9tMZCDlYHqeERXEHO9f/hKfNXhre5dK2eE/krIvUjZbS2KPcqGDfNShIWS1uW9XOTKQKqK6qbeOci18rbfW77A==

[email protected], mime-db@^1.52.0:
[email protected]:
version "1.52.0"
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==

mime-db@^1.52.0:
version "1.53.0"
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.53.0.tgz#3cb63cd820fc29896d9d4e8c32ab4fcd74ccb447"
integrity sha512-oHlN/w+3MQ3rba9rqFr6V/ypF10LSkdwUysQL7GkXoTgIWeV+tcXGA852TBxH+gsh8UWoyhR1hKcoMJTuWflpg==

mime-types@^2.1.12, mime-types@^2.1.27, mime-types@^2.1.31, mime-types@~2.1.19, mime-types@~2.1.34:
version "2.1.35"
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
Expand Down

0 comments on commit 0b3fd24

Please sign in to comment.