From 63aa0e30ec42cf9cab739879924d82d2cd0231a4 Mon Sep 17 00:00:00 2001 From: dwithana Date: Thu, 20 Feb 2025 09:29:58 -0500 Subject: [PATCH] New ramp build, minor CSS tweak for accordion in playlists --- app/javascript/components/Ramp.scss | 4 ++++ package.json | 2 +- yarn.lock | 10 +++++----- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/app/javascript/components/Ramp.scss b/app/javascript/components/Ramp.scss index ca93afc3dd..a360a95269 100644 --- a/app/javascript/components/Ramp.scss +++ b/app/javascript/components/Ramp.scss @@ -343,6 +343,10 @@ display: flex; flex-direction: column-reverse; cursor: pointer; + + &:last-child { + border-bottom: none; + } } .card-body { diff --git a/package.json b/package.json index 587d2b22e9..de7f74a903 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/yarn.lock b/yarn.lock index 09afd7f2e4..47aabd6902 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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" @@ -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"