io-sanita-theme 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.release-it.json
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.2](https://github.com/RedTurtle/io-sanita-theme/compare/1.0.1...1.0.2) (2024-11-22)
|
|
4
|
+
|
|
5
|
+
### Bug Fixes
|
|
6
|
+
|
|
7
|
+
* searchSectionForm with on mobile ([76de553](https://github.com/RedTurtle/io-sanita-theme/commit/76de55332ca6b4224bffab1dc70458594ff6dab6))
|
|
8
|
+
|
|
3
9
|
## [1.0.1](https://github.com/RedTurtle/io-sanita-theme/compare/1.0.0...1.0.1) (2024-11-22)
|
|
4
10
|
|
|
5
11
|
### Bug Fixes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "io-sanita-theme",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "io-sanita-theme: Volto add-on",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,7 +33,8 @@
|
|
|
33
33
|
"volto-data-grid-widget",
|
|
34
34
|
"volto-venue",
|
|
35
35
|
"volto-site-settings",
|
|
36
|
-
"volto-rss-block"
|
|
36
|
+
"volto-rss-block",
|
|
37
|
+
"@eeacms/volto-taxonomy"
|
|
37
38
|
],
|
|
38
39
|
"scripts": {
|
|
39
40
|
"i18n": "rm -rf build/messages && NODE_ENV=production i18n --addon",
|
|
@@ -74,6 +75,7 @@
|
|
|
74
75
|
"@babel/plugin-proposal-export-default-from": "7.18.9",
|
|
75
76
|
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
|
|
76
77
|
"@babel/plugin-proposal-throw-expressions": "7.18.6",
|
|
78
|
+
"@eeacms/volto-taxonomy": "5.1.1",
|
|
77
79
|
"@loadable/babel-plugin": "5.13.2",
|
|
78
80
|
"@plone-collective/volto-contents-next": "0.4.4",
|
|
79
81
|
"@plone-collective/volto-sentry": "0.3.1",
|
|
@@ -70,7 +70,7 @@ const SearchSectionForm = ({ content }) => {
|
|
|
70
70
|
};
|
|
71
71
|
return (
|
|
72
72
|
<div className="search-section-form full-width bg-primary-lightest py-5">
|
|
73
|
-
<Container className="px-5">
|
|
73
|
+
<Container className="px-4 px-lg-5">
|
|
74
74
|
<div className="form-group my-0">
|
|
75
75
|
<div className="input-group">
|
|
76
76
|
<span className="input-group-text">
|