Skip to content

Commit

Permalink
Merge pull request #6201 from avalonmediasystem/new-ramp-build
Browse files Browse the repository at this point in the history
New ramp build, minor CSS tweak for accordion in playlists
  • Loading branch information
Dananji authored Feb 20, 2025
2 parents 2795ef4 + 63aa0e3 commit 1ef9707
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions app/javascript/components/Ramp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,10 @@
display: flex;
flex-direction: column-reverse;
cursor: pointer;

&:last-child {
border-bottom: none;
}
}

.card-body {
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#b14e616c0ed8f0d04ea95d9607163b0b504f4828",
"@samvera/ramp": "https://github.com/samvera-labs/ramp.git#3ca22c3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"buffer": "^6.0.3",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1497,9 +1497,9 @@
estree-walker "^2.0.2"
picomatch "^4.0.2"

"@samvera/ramp@https://github.com/samvera-labs/ramp.git#b14e616c0ed8f0d04ea95d9607163b0b504f4828":
"@samvera/ramp@https://github.com/samvera-labs/ramp.git#3ca22c3":
version "3.3.0"
resolved "https://github.com/samvera-labs/ramp.git#b14e616c0ed8f0d04ea95d9607163b0b504f4828"
resolved "https://github.com/samvera-labs/ramp.git#3ca22c3a08ef7fa797b6ee175eafdcbbe122276d"
dependencies:
"@rollup/plugin-json" "^6.0.1"
"@silvermine/videojs-quality-selector" "^1.3.1"
Expand Down Expand Up @@ -5520,9 +5520,9 @@ postcss-value-parser@^4.2.0:
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==

postcss@^8.3.11:
version "8.5.1"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.1.tgz#e2272a1f8a807fafa413218245630b5db10a3214"
integrity sha512-6oz2beyjc5VMn/KV1pPw8fliQkhBXrVn1Z3TVyqZxU8kZpzEKhBdmCFqI6ZbmGtamQvQGuU1sgPTk8ZrXDD7jQ==
version "8.5.3"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.5.3.tgz#1463b6f1c7fb16fe258736cba29a2de35237eafb"
integrity sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==
dependencies:
nanoid "^3.3.8"
picocolors "^1.1.1"
Expand Down

0 comments on commit 1ef9707

Please sign in to comment.