From 7896c8a1db7cd9a6f0aba333428162d0251c830e Mon Sep 17 00:00:00 2001 From: Timo Tijhof Date: Thu, 1 Aug 2024 03:54:43 +0100 Subject: [PATCH] Build: Update typesense-minibar to 1.3.1 (web components!) Ref https://github.com/jquery/typesense-minibar --- CONTRIBUTING.md | 10 ++++++++ Makefile | 2 +- _includes/search.html | 6 ++--- _layouts/wrapper.html | 2 +- _sass/amethyst.scss | 18 ++++++++----- _sass/typesense-minibar.css | 51 ++++++++++++++++++++++++++----------- assets/typesense-minibar.js | 18 ++++++++----- 7 files changed, 73 insertions(+), 34 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 46869a8..d3eb753 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,3 +7,13 @@ 3. Tag commit and push tag. CI will create the package and upload it to rubygems.org. + +## Update vendored dependencies + +* typesense-minibar + +See also [Makefile](./Makefile). + +```sh +make deps +``` diff --git a/Makefile b/Makefile index 5dfcf30..b7f5e01 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -MINIBAR_VERSION=1.2.0 +MINIBAR_VERSION=1.3.1 .PHONY: deps diff --git a/_includes/search.html b/_includes/search.html index 73df4d9..22feadd 100644 --- a/_includes/search.html +++ b/_includes/search.html @@ -1,6 +1,6 @@ - diff --git a/_layouts/wrapper.html b/_layouts/wrapper.html index 1b71483..4748f53 100644 --- a/_layouts/wrapper.html +++ b/_layouts/wrapper.html @@ -49,7 +49,7 @@