update modules and packages
This commit is contained in:
parent
69f6cdc7aa
commit
e7cc895b3a
@ -47,44 +47,6 @@
|
||||
@apply rounded-lg #{!important};
|
||||
}
|
||||
|
||||
// search
|
||||
.search-wrapper {
|
||||
.search-wrapper-content {
|
||||
@apply dark:bg-darkmode-body;
|
||||
}
|
||||
input {
|
||||
@apply dark:bg-darkmode-theme-light dark:text-darkmode-text dark:border-darkmode-border dark:focus:border-darkmode-primary focus:ring-0;
|
||||
}
|
||||
kbd {
|
||||
@apply dark:bg-darkmode-theme-light;
|
||||
}
|
||||
.search-wrapper-body {
|
||||
@apply dark:bg-darkmode-theme-light dark:shadow-none;
|
||||
}
|
||||
&.search-page {
|
||||
.search-wrapper-body {
|
||||
@apply dark:bg-transparent;
|
||||
}
|
||||
}
|
||||
.search-result-info em {
|
||||
@apply dark:text-white;
|
||||
}
|
||||
.search-result-item {
|
||||
@apply dark:bg-darkmode-body dark:border-darkmode-border p-4;
|
||||
.search-title {
|
||||
@apply dark:text-darkmode-dark;
|
||||
}
|
||||
u {
|
||||
@apply dark:text-darkmode-primary;
|
||||
}
|
||||
&:focus,
|
||||
&.search-item-selected,
|
||||
&:hover {
|
||||
@apply dark:bg-darkmode-primary/10;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// slider
|
||||
.gallery-slider {
|
||||
@apply ml-0 #{!important};
|
||||
|
@ -3,27 +3,27 @@ module hugoplate.netlify.app
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/gethugothemes/hugo-modules/accordion v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/adsense v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/images v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/modal v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/pwa v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/search v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/tab v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/gethugothemes/hugo-modules/videos v0.0.0-20231128022238-01f05014fce9 // indirect
|
||||
github.com/zeon-studio/hugoplate v0.0.0-20231125045751-12ca525a1589 // indirect
|
||||
github.com/gethugothemes/hugo-modules/accordion v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/adsense v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/cookie-consent v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/custom-script v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/preloader v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/render-link v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/components/social-share v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/gallery-slider v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/gzip-caching v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/icons/font-awesome v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/images v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/modal v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/pwa v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/search v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/seo-tools/basic-seo v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/seo-tools/google-tag-manager v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/seo-tools/site-verifications v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/shortcodes/button v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/shortcodes/notice v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/tab v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/table-of-contents v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/gethugothemes/hugo-modules/videos v0.0.0-20231213094845-42e6b5af6245 // indirect
|
||||
github.com/zeon-studio/hugoplate v0.0.0-20231212055432-69f6cdc7aa00 // indirect
|
||||
)
|
||||
|
14
package.json
14
package.json
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "hugoplate",
|
||||
"description": "hugo tailwindcss boilerplate",
|
||||
"version": "1.9.6",
|
||||
"version": "1.10.0",
|
||||
"license": "MIT",
|
||||
"author": "zeon.studio",
|
||||
"scripts": {
|
||||
@ -22,12 +22,12 @@
|
||||
"@tailwindcss/forms": "^0.5.7",
|
||||
"@tailwindcss/typography": "^0.5.10",
|
||||
"autoprefixer": "^10.4.16",
|
||||
"postcss": "^8.4.31",
|
||||
"postcss-cli": "^10.1.0",
|
||||
"prettier": "^3.1.0",
|
||||
"postcss": "^8.4.32",
|
||||
"postcss-cli": "^11.0.0",
|
||||
"prettier": "^3.1.1",
|
||||
"prettier-plugin-go-template": "0.0.15",
|
||||
"prettier-plugin-tailwindcss": "^0.5.7",
|
||||
"tailwind-bootstrap-grid": "^5.0.1",
|
||||
"tailwindcss": "^3.3.5"
|
||||
"prettier-plugin-tailwindcss": "^0.5.9",
|
||||
"tailwind-bootstrap-grid": "^5.1.0",
|
||||
"tailwindcss": "^3.3.6"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user