Skip to content

Commit

Permalink
Upgrade arclight to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Jun 12, 2024
1 parent 8a3484c commit 06aec64
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
13 changes: 9 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ GEM
afm (0.2.2)
airbrussh (1.5.2)
sshkit (>= 1.6.1, != 1.7.0)
arclight (1.3.0)
arclight (1.4.0)
blacklight (>= 8.0.0, < 9)
gretel
rails (~> 7.0)
Expand Down Expand Up @@ -189,7 +189,12 @@ GEM
net-http
faraday-retry (2.2.1)
faraday (~> 2.0)
ffi (1.17.0)
ffi (1.17.0-aarch64-linux-gnu)
ffi (1.17.0-arm-linux-gnu)
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x86-linux-gnu)
ffi (1.17.0-x86_64-darwin)
ffi (1.17.0-x86_64-linux-gnu)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
Expand Down Expand Up @@ -316,7 +321,7 @@ GEM
puma (6.4.2)
nio4r (~> 2.0)
racc (1.8.0)
rack (3.0.11)
rack (3.1.0)
rack-session (2.0.0)
rack (>= 3.0.0)
rack-test (2.1.0)
Expand Down Expand Up @@ -369,7 +374,7 @@ GEM
actionpack (>= 5.2)
railties (>= 5.2)
retriable (3.1.2)
rexml (3.2.9)
rexml (3.3.0)
strscan
rsolr (2.6.0)
builder (>= 2.1.2)
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/sulCollection.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/** AL Sidebar and Document area layout **/
:root {
--al-toggle-icon-color: var(--stanford-digital-blue);
--al-content-icon-color: var(--stanford-palo-alto-dark);
}

#sidebar {
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ anymatch@~3.1.2:
picomatch "^2.0.4"

arclight@^1.0.0:
version "1.3.0"
resolved "https://registry.yarnpkg.com/arclight/-/arclight-1.3.0.tgz#75a129de43c8c006e831ade4b217e8973d0ba241"
integrity sha512-hIFB6trAP4JiWSE9h5Wju7f+Pj5p+DFxNgCTFcl7PxdFbj/4VSMpJKzKVF5s/xXyXIspliYTrN5YgsSE9XQkjw==
version "1.4.0"
resolved "https://registry.yarnpkg.com/arclight/-/arclight-1.4.0.tgz#1eab61115bc320394247084512e3194fa0a969d1"
integrity sha512-a8WGQHWTAg+CbR+1QL4GfDuEwlyEDeeesKe4HjDhaRS5uW3luMW+1FVLtnU79USxjepMkx/stOCQD4KPYVED+g==

binary-extensions@^2.0.0:
version "2.3.0"
Expand Down

0 comments on commit 06aec64

Please sign in to comment.