@kitconcept/volto-light-theme 3.1.2 → 3.3.0
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/.changelog.draft +12 -0
- package/.release-it.json +5 -1
- package/CHANGELOG.md +25 -4
- package/README.md +45 -134
- package/build/messages/src/components/Anontools/Anontools.json +10 -0
- package/build/messages/src/components/Blocks/Button/schema.json +6 -0
- package/build/messages/src/components/Blocks/EventMetadata/View.json +30 -0
- package/build/messages/src/components/Blocks/Image/Edit.json +10 -0
- package/build/messages/src/components/Blocks/Image/ImageSidebar.json +18 -0
- package/build/messages/src/components/Blocks/Image/schema.json +10 -0
- package/build/messages/src/components/Blocks/Listing/ListingBody.json +26 -0
- package/build/messages/src/components/Blocks/Search/TopSideFacets.json +10 -0
- package/build/messages/src/components/Blocks/Search/components/SearchDetails.json +10 -0
- package/build/messages/src/components/Blocks/Search/components/SearchInput.json +6 -0
- package/build/messages/src/components/Blocks/Slider/DefaultBody.json +18 -0
- package/build/messages/src/components/Blocks/Slider/schema.json +14 -0
- package/build/messages/src/components/Blocks/schema.json +6 -0
- package/build/messages/src/components/Breadcrumbs/Breadcrumbs.json +10 -0
- package/build/messages/src/components/Footer/Footer.json +30 -0
- package/build/messages/src/components/Header/Header.json +6 -0
- package/build/messages/src/components/LanguageSelector/LanguageSelector.json +6 -0
- package/build/messages/src/components/Logo/Logo.json +10 -0
- package/build/messages/src/components/MobileNavigation/MobileNavigation.json +26 -0
- package/build/messages/src/components/Navigation/Navigation.json +10 -0
- package/build/messages/src/components/SearchWidget/IntranetSearchWidget.json +14 -0
- package/build/messages/src/components/SearchWidget/SearchWidget.json +10 -0
- package/build/messages/src/components/Theme/EventView.json +6 -0
- package/build/messages/src/components/Widgets/AlignWidget.json +22 -0
- package/build/messages/src/index.json +10 -0
- package/locales/de/LC_MESSAGES/volto.po +7 -7
- package/locales/en/LC_MESSAGES/volto.po +7 -7
- package/locales/es/LC_MESSAGES/volto.po +10 -9
- package/locales/eu/LC_MESSAGES/volto.po +10 -9
- package/locales/pt_BR/volto.po +7 -7
- package/locales/volto.pot +8 -8
- package/package.json +8 -26
- package/src/components/Blocks/Image/Edit.jsx +14 -14
- package/src/components/Blocks/Image/ImageSidebar.jsx +3 -3
- package/src/components/Blocks/Image/View.jsx +17 -17
- package/src/components/Footer/Footer.jsx +2 -2
- package/src/components/Header/Header.jsx +12 -12
- package/src/index.js +2 -0
- package/src/theme/_content.scss +0 -1
- package/src/theme/_header.scss +1 -1
- package/src/theme/_variables.scss +3 -3
- package/.dockerignore +0 -1
- package/.editorconfig +0 -34
- package/.eslintignore +0 -6
- package/.eslintrc +0 -53
- package/.github/workflows/acceptance.yml +0 -98
- package/.github/workflows/changelog.yml +0 -43
- package/.github/workflows/code.yml +0 -16
- package/.github/workflows/deploy.yml +0 -105
- package/.github/workflows/unit.yml +0 -16
- package/.prettierignore +0 -3
- package/.prettierrc +0 -12
- package/.stylelintrc +0 -32
- package/.yarn/releases/yarn-3.2.3.cjs +0 -783
- package/.yarnrc.yml +0 -3
- package/Makefile +0 -174
- package/UPGRADE-GUIDE.md +0 -38
- package/acceptance/.gitkeep +0 -0
- package/acceptance/ci-a11y.yml +0 -31
- package/acceptance/ci.yml +0 -29
- package/acceptance/cypress/.gitkeep +0 -0
- package/acceptance/cypress/fixtures/broccoli.jpg +0 -0
- package/acceptance/cypress/fixtures/example.json +0 -5
- package/acceptance/cypress/fixtures/file.pdf +0 -0
- package/acceptance/cypress/fixtures/halfdome2022.jpg +0 -0
- package/acceptance/cypress/fixtures/image.png +0 -0
- package/acceptance/cypress/plugins/index.js +0 -17
- package/acceptance/cypress/support/commands.js +0 -23
- package/acceptance/cypress/support/e2e.js +0 -23
- package/acceptance/cypress/support/reset-fixture.js +0 -45
- package/acceptance/cypress/support/slate.js +0 -14
- package/acceptance/cypress/tests/.gitkeep +0 -0
- package/acceptance/cypress/tests/a11y/accordionBlock.cy.js +0 -30
- package/acceptance/cypress/tests/a11y/basic.cy.js +0 -26
- package/acceptance/cypress/tests/a11y/buttonBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/eventContenttype.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/fileContenttype.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/gridBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/gridImageBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/gridListingBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/gridTeaserBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/gridTextBlock.cy.js +0 -33
- package/acceptance/cypress/tests/a11y/headingBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/highlightBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/imageBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/imageContenttype.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/introductionBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/linkContenttype.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/listingBlock.cy.js +0 -31
- package/acceptance/cypress/tests/a11y/mapsBlock.cy.js +0 -27
- package/acceptance/cypress/tests/a11y/newsItemContenttype.cy.js +0 -27
- package/acceptance/cypress/tests/a11y/pageContent.cy.js +0 -27
- package/acceptance/cypress/tests/a11y/searchBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/separatorBlock.cy.js +0 -28
- package/acceptance/cypress/tests/a11y/tableBlock.cy.js +0 -26
- package/acceptance/cypress/tests/a11y/teaserBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/textBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/tocBlock.cy.js +0 -18
- package/acceptance/cypress/tests/a11y/videoBlock.cy.js +0 -27
- package/acceptance/cypress/tests/main/basic.cy.js +0 -71
- package/acceptance/cypress/tests/main/blocks-map.cy.js +0 -56
- package/acceptance/cypress/tests/main/blocks-table.cy.js +0 -127
- package/acceptance/cypress/tests/main/listing-grid.cy.js +0 -77
- package/acceptance/cypress/tests/main/nav.cy.js +0 -54
- package/acceptance/cypress/tests/main/site-action.cy.js +0 -16
- package/acceptance/cypress.config.js +0 -17
- package/acceptance/docker-compose-a11y.yml +0 -55
- package/acceptance/docker-compose.yml +0 -53
- package/acceptance/package.json +0 -5
- package/acceptance/yarn.lock +0 -2638
- package/devops/stacks/light-theme.kitconcept.io.yml +0 -66
- package/dockerfiles/Dockerfile +0 -32
- package/dockerfiles/Dockerfile.acceptance +0 -19
- package/dockerfiles/Dockerfile.dev +0 -24
- package/dockerfiles/docker-compose.yml +0 -56
- package/dockerfiles/helper.py +0 -132
- package/volto-light-theme.png +0 -0
- package/volto.config.js +0 -7
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "Left",
|
|
4
|
+
"defaultMessage": "Left"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"id": "Right",
|
|
8
|
+
"defaultMessage": "Right"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "Center",
|
|
12
|
+
"defaultMessage": "Center"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"id": "Wide",
|
|
16
|
+
"defaultMessage": "Wide"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "Full",
|
|
20
|
+
"defaultMessage": "Full"
|
|
21
|
+
}
|
|
22
|
+
]
|
|
@@ -58,7 +58,7 @@ msgid "Close menu"
|
|
|
58
58
|
msgstr "Menü schließen"
|
|
59
59
|
|
|
60
60
|
#. Default: "Contact"
|
|
61
|
-
#: components/
|
|
61
|
+
#: components/Blocks/EventMetadata/View
|
|
62
62
|
msgid "Contact"
|
|
63
63
|
msgstr "Kontakt"
|
|
64
64
|
|
|
@@ -83,7 +83,7 @@ msgid "Distributed under the {license}."
|
|
|
83
83
|
msgstr ""
|
|
84
84
|
|
|
85
85
|
#. Default: "End"
|
|
86
|
-
#: components/
|
|
86
|
+
#: components/Blocks/EventMetadata/View
|
|
87
87
|
msgid "End"
|
|
88
88
|
msgstr "ende"
|
|
89
89
|
|
|
@@ -114,7 +114,7 @@ msgid "Home"
|
|
|
114
114
|
msgstr ""
|
|
115
115
|
|
|
116
116
|
#. Default: "ICS Download"
|
|
117
|
-
#: components/
|
|
117
|
+
#: components/Blocks/EventMetadata/View
|
|
118
118
|
msgid "ICS-Download"
|
|
119
119
|
msgstr "ICS-Download"
|
|
120
120
|
|
|
@@ -129,7 +129,7 @@ msgid "Left"
|
|
|
129
129
|
msgstr "Links"
|
|
130
130
|
|
|
131
131
|
#. Default: "Location"
|
|
132
|
-
#: components/
|
|
132
|
+
#: components/Blocks/EventMetadata/View
|
|
133
133
|
msgid "Location"
|
|
134
134
|
msgstr "Veranstaltungsort"
|
|
135
135
|
|
|
@@ -170,7 +170,7 @@ msgid "Overview"
|
|
|
170
170
|
msgstr "Übersicht"
|
|
171
171
|
|
|
172
172
|
#. Default: "Phone"
|
|
173
|
-
#: components/
|
|
173
|
+
#: components/Blocks/EventMetadata/View
|
|
174
174
|
msgid "Phone"
|
|
175
175
|
msgstr "Telefon"
|
|
176
176
|
|
|
@@ -275,7 +275,7 @@ msgid "Source"
|
|
|
275
275
|
msgstr ""
|
|
276
276
|
|
|
277
277
|
#. Default: "Start"
|
|
278
|
-
#: components/
|
|
278
|
+
#: components/Blocks/EventMetadata/View
|
|
279
279
|
msgid "Start"
|
|
280
280
|
msgstr "Anfang"
|
|
281
281
|
|
|
@@ -300,7 +300,7 @@ msgid "Uploading image"
|
|
|
300
300
|
msgstr "Bild hochladen"
|
|
301
301
|
|
|
302
302
|
#. Default: "Website"
|
|
303
|
-
#: components/
|
|
303
|
+
#: components/Blocks/EventMetadata/View
|
|
304
304
|
msgid "Website"
|
|
305
305
|
msgstr "Webseite"
|
|
306
306
|
|
|
@@ -53,7 +53,7 @@ msgid "Close menu"
|
|
|
53
53
|
msgstr ""
|
|
54
54
|
|
|
55
55
|
#. Default: "Contact"
|
|
56
|
-
#: components/
|
|
56
|
+
#: components/Blocks/EventMetadata/View
|
|
57
57
|
msgid "Contact"
|
|
58
58
|
msgstr ""
|
|
59
59
|
|
|
@@ -78,7 +78,7 @@ msgid "Distributed under the {license}."
|
|
|
78
78
|
msgstr ""
|
|
79
79
|
|
|
80
80
|
#. Default: "End"
|
|
81
|
-
#: components/
|
|
81
|
+
#: components/Blocks/EventMetadata/View
|
|
82
82
|
msgid "End"
|
|
83
83
|
msgstr ""
|
|
84
84
|
|
|
@@ -109,7 +109,7 @@ msgid "Home"
|
|
|
109
109
|
msgstr ""
|
|
110
110
|
|
|
111
111
|
#. Default: "ICS Download"
|
|
112
|
-
#: components/
|
|
112
|
+
#: components/Blocks/EventMetadata/View
|
|
113
113
|
msgid "ICS-Download"
|
|
114
114
|
msgstr ""
|
|
115
115
|
|
|
@@ -124,7 +124,7 @@ msgid "Left"
|
|
|
124
124
|
msgstr ""
|
|
125
125
|
|
|
126
126
|
#. Default: "Location"
|
|
127
|
-
#: components/
|
|
127
|
+
#: components/Blocks/EventMetadata/View
|
|
128
128
|
msgid "Location"
|
|
129
129
|
msgstr ""
|
|
130
130
|
|
|
@@ -165,7 +165,7 @@ msgid "Overview"
|
|
|
165
165
|
msgstr ""
|
|
166
166
|
|
|
167
167
|
#. Default: "Phone"
|
|
168
|
-
#: components/
|
|
168
|
+
#: components/Blocks/EventMetadata/View
|
|
169
169
|
msgid "Phone"
|
|
170
170
|
msgstr ""
|
|
171
171
|
|
|
@@ -270,7 +270,7 @@ msgid "Source"
|
|
|
270
270
|
msgstr ""
|
|
271
271
|
|
|
272
272
|
#. Default: "Start"
|
|
273
|
-
#: components/
|
|
273
|
+
#: components/Blocks/EventMetadata/View
|
|
274
274
|
msgid "Start"
|
|
275
275
|
msgstr ""
|
|
276
276
|
|
|
@@ -295,7 +295,7 @@ msgid "Uploading image"
|
|
|
295
295
|
msgstr ""
|
|
296
296
|
|
|
297
297
|
#. Default: "Website"
|
|
298
|
-
#: components/
|
|
298
|
+
#: components/Blocks/EventMetadata/View
|
|
299
299
|
msgid "Website"
|
|
300
300
|
msgstr ""
|
|
301
301
|
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
msgid ""
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
|
+
"Report-Msgid-Bugs-To: \n"
|
|
4
5
|
"POT-Creation-Date: 2024-02-08T13:36:14.317Z\n"
|
|
5
6
|
"PO-Revision-Date: \n"
|
|
6
7
|
"Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
7
|
-
"Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
8
8
|
"Language: es\n"
|
|
9
|
-
"
|
|
9
|
+
"Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
10
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
11
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
12
12
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
13
|
+
"MIME-Version: 1.0\n"
|
|
13
14
|
"Language-Code: en\n"
|
|
14
15
|
"Language-Name: English\n"
|
|
15
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -58,7 +59,7 @@ msgid "Close menu"
|
|
|
58
59
|
msgstr "Cerrar menú"
|
|
59
60
|
|
|
60
61
|
#. Default: "Contact"
|
|
61
|
-
#: components/
|
|
62
|
+
#: components/Blocks/EventMetadata/View
|
|
62
63
|
msgid "Contact"
|
|
63
64
|
msgstr "Contacto"
|
|
64
65
|
|
|
@@ -83,7 +84,7 @@ msgid "Distributed under the {license}."
|
|
|
83
84
|
msgstr "Distribuido bajo {license}"
|
|
84
85
|
|
|
85
86
|
#. Default: "End"
|
|
86
|
-
#: components/
|
|
87
|
+
#: components/Blocks/EventMetadata/View
|
|
87
88
|
msgid "End"
|
|
88
89
|
msgstr "Fin"
|
|
89
90
|
|
|
@@ -114,7 +115,7 @@ msgid "Home"
|
|
|
114
115
|
msgstr "Inicio"
|
|
115
116
|
|
|
116
117
|
#. Default: "ICS Download"
|
|
117
|
-
#: components/
|
|
118
|
+
#: components/Blocks/EventMetadata/View
|
|
118
119
|
msgid "ICS-Download"
|
|
119
120
|
msgstr "Descargar archivo ICS"
|
|
120
121
|
|
|
@@ -129,7 +130,7 @@ msgid "Left"
|
|
|
129
130
|
msgstr "Izquierda"
|
|
130
131
|
|
|
131
132
|
#. Default: "Location"
|
|
132
|
-
#: components/
|
|
133
|
+
#: components/Blocks/EventMetadata/View
|
|
133
134
|
msgid "Location"
|
|
134
135
|
msgstr "Ubicación"
|
|
135
136
|
|
|
@@ -170,7 +171,7 @@ msgid "Overview"
|
|
|
170
171
|
msgstr "Resumen"
|
|
171
172
|
|
|
172
173
|
#. Default: "Phone"
|
|
173
|
-
#: components/
|
|
174
|
+
#: components/Blocks/EventMetadata/View
|
|
174
175
|
msgid "Phone"
|
|
175
176
|
msgstr "Teléfono"
|
|
176
177
|
|
|
@@ -275,7 +276,7 @@ msgid "Source"
|
|
|
275
276
|
msgstr "Origen"
|
|
276
277
|
|
|
277
278
|
#. Default: "Start"
|
|
278
|
-
#: components/
|
|
279
|
+
#: components/Blocks/EventMetadata/View
|
|
279
280
|
msgid "Start"
|
|
280
281
|
msgstr "Inicio"
|
|
281
282
|
|
|
@@ -300,7 +301,7 @@ msgid "Uploading image"
|
|
|
300
301
|
msgstr "Cargando imagen"
|
|
301
302
|
|
|
302
303
|
#. Default: "Website"
|
|
303
|
-
#: components/
|
|
304
|
+
#: components/Blocks/EventMetadata/View
|
|
304
305
|
msgid "Website"
|
|
305
306
|
msgstr "Sitio web"
|
|
306
307
|
|
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
msgid ""
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
|
+
"Report-Msgid-Bugs-To: \n"
|
|
4
5
|
"POT-Creation-Date: 2024-02-08T13:36:14.317Z\n"
|
|
5
6
|
"PO-Revision-Date: \n"
|
|
6
7
|
"Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
7
|
-
"Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
8
8
|
"Language: eu\n"
|
|
9
|
-
"
|
|
9
|
+
"Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
10
10
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
11
11
|
"Content-Transfer-Encoding: 8bit\n"
|
|
12
12
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
|
13
|
+
"MIME-Version: 1.0\n"
|
|
13
14
|
"Language-Code: en\n"
|
|
14
15
|
"Language-Name: English\n"
|
|
15
16
|
"Preferred-Encodings: utf-8\n"
|
|
@@ -58,7 +59,7 @@ msgid "Close menu"
|
|
|
58
59
|
msgstr "Itxi menua"
|
|
59
60
|
|
|
60
61
|
#. Default: "Contact"
|
|
61
|
-
#: components/
|
|
62
|
+
#: components/Blocks/EventMetadata/View
|
|
62
63
|
msgid "Contact"
|
|
63
64
|
msgstr "Kontaktua"
|
|
64
65
|
|
|
@@ -83,7 +84,7 @@ msgid "Distributed under the {license}."
|
|
|
83
84
|
msgstr "{lizentzia} lizentziapean banatua."
|
|
84
85
|
|
|
85
86
|
#. Default: "End"
|
|
86
|
-
#: components/
|
|
87
|
+
#: components/Blocks/EventMetadata/View
|
|
87
88
|
msgid "End"
|
|
88
89
|
msgstr "Amaiera"
|
|
89
90
|
|
|
@@ -114,7 +115,7 @@ msgid "Home"
|
|
|
114
115
|
msgstr "Hasiera"
|
|
115
116
|
|
|
116
117
|
#. Default: "ICS Download"
|
|
117
|
-
#: components/
|
|
118
|
+
#: components/Blocks/EventMetadata/View
|
|
118
119
|
msgid "ICS-Download"
|
|
119
120
|
msgstr "Deskargatu ICS fitxategia "
|
|
120
121
|
|
|
@@ -129,7 +130,7 @@ msgid "Left"
|
|
|
129
130
|
msgstr "Ezkerrean"
|
|
130
131
|
|
|
131
132
|
#. Default: "Location"
|
|
132
|
-
#: components/
|
|
133
|
+
#: components/Blocks/EventMetadata/View
|
|
133
134
|
msgid "Location"
|
|
134
135
|
msgstr "Kokalekua"
|
|
135
136
|
|
|
@@ -170,7 +171,7 @@ msgid "Overview"
|
|
|
170
171
|
msgstr "Gainbegirada"
|
|
171
172
|
|
|
172
173
|
#. Default: "Phone"
|
|
173
|
-
#: components/
|
|
174
|
+
#: components/Blocks/EventMetadata/View
|
|
174
175
|
msgid "Phone"
|
|
175
176
|
msgstr "Telefonoa"
|
|
176
177
|
|
|
@@ -275,7 +276,7 @@ msgid "Source"
|
|
|
275
276
|
msgstr "Iturburua"
|
|
276
277
|
|
|
277
278
|
#. Default: "Start"
|
|
278
|
-
#: components/
|
|
279
|
+
#: components/Blocks/EventMetadata/View
|
|
279
280
|
msgid "Start"
|
|
280
281
|
msgstr "Hasiera"
|
|
281
282
|
|
|
@@ -300,7 +301,7 @@ msgid "Uploading image"
|
|
|
300
301
|
msgstr "Irudia kargatzen"
|
|
301
302
|
|
|
302
303
|
#. Default: "Website"
|
|
303
|
-
#: components/
|
|
304
|
+
#: components/Blocks/EventMetadata/View
|
|
304
305
|
msgid "Website"
|
|
305
306
|
msgstr "Webgunea"
|
|
306
307
|
|
package/locales/pt_BR/volto.po
CHANGED
|
@@ -53,7 +53,7 @@ msgid "Close menu"
|
|
|
53
53
|
msgstr "Fechar menu"
|
|
54
54
|
|
|
55
55
|
#. Default: "Contact"
|
|
56
|
-
#: components/
|
|
56
|
+
#: components/Blocks/EventMetadata/View
|
|
57
57
|
msgid "Contact"
|
|
58
58
|
msgstr "Contato"
|
|
59
59
|
|
|
@@ -78,7 +78,7 @@ msgid "Distributed under the {license}."
|
|
|
78
78
|
msgstr "Distribuído sob a licença {license}."
|
|
79
79
|
|
|
80
80
|
#. Default: "End"
|
|
81
|
-
#: components/
|
|
81
|
+
#: components/Blocks/EventMetadata/View
|
|
82
82
|
msgid "End"
|
|
83
83
|
msgstr "Término"
|
|
84
84
|
|
|
@@ -109,7 +109,7 @@ msgid "Home"
|
|
|
109
109
|
msgstr "Início"
|
|
110
110
|
|
|
111
111
|
#. Default: "ICS Download"
|
|
112
|
-
#: components/
|
|
112
|
+
#: components/Blocks/EventMetadata/View
|
|
113
113
|
msgid "ICS-Download"
|
|
114
114
|
msgstr "Baixar ICS"
|
|
115
115
|
|
|
@@ -124,7 +124,7 @@ msgid "Left"
|
|
|
124
124
|
msgstr "Esquerda"
|
|
125
125
|
|
|
126
126
|
#. Default: "Location"
|
|
127
|
-
#: components/
|
|
127
|
+
#: components/Blocks/EventMetadata/View
|
|
128
128
|
msgid "Location"
|
|
129
129
|
msgstr "Local"
|
|
130
130
|
|
|
@@ -165,7 +165,7 @@ msgid "Overview"
|
|
|
165
165
|
msgstr "Geral"
|
|
166
166
|
|
|
167
167
|
#. Default: "Phone"
|
|
168
|
-
#: components/
|
|
168
|
+
#: components/Blocks/EventMetadata/View
|
|
169
169
|
msgid "Phone"
|
|
170
170
|
msgstr "Telefone"
|
|
171
171
|
|
|
@@ -270,7 +270,7 @@ msgid "Source"
|
|
|
270
270
|
msgstr "Fonte"
|
|
271
271
|
|
|
272
272
|
#. Default: "Start"
|
|
273
|
-
#: components/
|
|
273
|
+
#: components/Blocks/EventMetadata/View
|
|
274
274
|
msgid "Start"
|
|
275
275
|
msgstr "Início"
|
|
276
276
|
|
|
@@ -295,7 +295,7 @@ msgid "Uploading image"
|
|
|
295
295
|
msgstr "Enviando imagem"
|
|
296
296
|
|
|
297
297
|
#. Default: "Website"
|
|
298
|
-
#: components/
|
|
298
|
+
#: components/Blocks/EventMetadata/View
|
|
299
299
|
msgid "Website"
|
|
300
300
|
msgstr "Site"
|
|
301
301
|
|
package/locales/volto.pot
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
msgid ""
|
|
2
2
|
msgstr ""
|
|
3
3
|
"Project-Id-Version: Plone\n"
|
|
4
|
-
"POT-Creation-Date: 2024-
|
|
4
|
+
"POT-Creation-Date: 2024-03-22T15:33:53.504Z\n"
|
|
5
5
|
"Last-Translator: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
6
6
|
"Language-Team: Plone i18n <plone-i18n@lists.sourceforge.net>\n"
|
|
7
7
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
@@ -55,7 +55,7 @@ msgid "Close menu"
|
|
|
55
55
|
msgstr ""
|
|
56
56
|
|
|
57
57
|
#. Default: "Contact"
|
|
58
|
-
#: components/
|
|
58
|
+
#: components/Blocks/EventMetadata/View
|
|
59
59
|
msgid "Contact"
|
|
60
60
|
msgstr ""
|
|
61
61
|
|
|
@@ -80,7 +80,7 @@ msgid "Distributed under the {license}."
|
|
|
80
80
|
msgstr ""
|
|
81
81
|
|
|
82
82
|
#. Default: "End"
|
|
83
|
-
#: components/
|
|
83
|
+
#: components/Blocks/EventMetadata/View
|
|
84
84
|
msgid "End"
|
|
85
85
|
msgstr ""
|
|
86
86
|
|
|
@@ -111,7 +111,7 @@ msgid "Home"
|
|
|
111
111
|
msgstr ""
|
|
112
112
|
|
|
113
113
|
#. Default: "ICS Download"
|
|
114
|
-
#: components/
|
|
114
|
+
#: components/Blocks/EventMetadata/View
|
|
115
115
|
msgid "ICS-Download"
|
|
116
116
|
msgstr ""
|
|
117
117
|
|
|
@@ -126,7 +126,7 @@ msgid "Left"
|
|
|
126
126
|
msgstr ""
|
|
127
127
|
|
|
128
128
|
#. Default: "Location"
|
|
129
|
-
#: components/
|
|
129
|
+
#: components/Blocks/EventMetadata/View
|
|
130
130
|
msgid "Location"
|
|
131
131
|
msgstr ""
|
|
132
132
|
|
|
@@ -167,7 +167,7 @@ msgid "Overview"
|
|
|
167
167
|
msgstr ""
|
|
168
168
|
|
|
169
169
|
#. Default: "Phone"
|
|
170
|
-
#: components/
|
|
170
|
+
#: components/Blocks/EventMetadata/View
|
|
171
171
|
msgid "Phone"
|
|
172
172
|
msgstr ""
|
|
173
173
|
|
|
@@ -272,7 +272,7 @@ msgid "Source"
|
|
|
272
272
|
msgstr ""
|
|
273
273
|
|
|
274
274
|
#. Default: "Start"
|
|
275
|
-
#: components/
|
|
275
|
+
#: components/Blocks/EventMetadata/View
|
|
276
276
|
msgid "Start"
|
|
277
277
|
msgstr ""
|
|
278
278
|
|
|
@@ -297,7 +297,7 @@ msgid "Uploading image"
|
|
|
297
297
|
msgstr ""
|
|
298
298
|
|
|
299
299
|
#. Default: "Website"
|
|
300
|
-
#: components/
|
|
300
|
+
#: components/Blocks/EventMetadata/View
|
|
301
301
|
msgid "Website"
|
|
302
302
|
msgstr ""
|
|
303
303
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitconcept/volto-light-theme",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.3.0",
|
|
4
4
|
"description": "Volto Light Theme by kitconcept",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"types": "src/types/index.d.ts",
|
|
@@ -34,26 +34,8 @@
|
|
|
34
34
|
"release-rc": "release-it --preRelease=rc"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@
|
|
38
|
-
"
|
|
39
|
-
"eslint": "8.49.0",
|
|
40
|
-
"eslint-config-prettier": "9.0.0",
|
|
41
|
-
"eslint-config-react-app": "7.0.1",
|
|
42
|
-
"eslint-import-resolver-alias": "1.1.2",
|
|
43
|
-
"eslint-import-resolver-babel-plugin-root-import": "1.1.1",
|
|
44
|
-
"eslint-plugin-import": "2.28.1",
|
|
45
|
-
"eslint-plugin-jsx-a11y": "^6.7.1",
|
|
46
|
-
"eslint-plugin-prettier": "5.0.0",
|
|
47
|
-
"eslint-plugin-react": "7.33.2",
|
|
48
|
-
"eslint-plugin-react-hooks": "4.6.0",
|
|
49
|
-
"postcss-scss": "4.0.6",
|
|
50
|
-
"prettier": "3.0.3",
|
|
51
|
-
"razzle-plugin-scss": "4.2.18",
|
|
52
|
-
"release-it": "^16.2.1",
|
|
53
|
-
"stylelint": "15.10.3",
|
|
54
|
-
"stylelint-config-idiomatic-order": "9.0.0",
|
|
55
|
-
"stylelint-config-sass-guidelines": "10.0.0",
|
|
56
|
-
"stylelint-prettier": "4.0.2"
|
|
37
|
+
"@plone/scripts": "^3.6.1",
|
|
38
|
+
"release-it": "^17.1.1"
|
|
57
39
|
},
|
|
58
40
|
"peerAddons": [
|
|
59
41
|
"@eeacms/volto-accordion-block",
|
|
@@ -68,13 +50,13 @@
|
|
|
68
50
|
"@plone/components": "2.0.0-alpha.6"
|
|
69
51
|
},
|
|
70
52
|
"peerDependencies": {
|
|
71
|
-
"@eeacms/volto-accordion-block": "^10.4.
|
|
53
|
+
"@eeacms/volto-accordion-block": "^10.4.6",
|
|
72
54
|
"@kitconcept/volto-button-block": "^2.3.1",
|
|
73
|
-
"@kitconcept/volto-dsgvo-banner": "^
|
|
55
|
+
"@kitconcept/volto-dsgvo-banner": "^2.3.2",
|
|
74
56
|
"@kitconcept/volto-heading-block": "^2.4.0",
|
|
75
|
-
"@kitconcept/volto-highlight-block": "^3.0.
|
|
57
|
+
"@kitconcept/volto-highlight-block": "^3.0.1",
|
|
76
58
|
"@kitconcept/volto-introduction-block": "^1.0.0",
|
|
77
|
-
"@kitconcept/volto-separator-block": "^4.
|
|
78
|
-
"@kitconcept/volto-slider-block": "^6.1
|
|
59
|
+
"@kitconcept/volto-separator-block": "^4.1.1",
|
|
60
|
+
"@kitconcept/volto-slider-block": "^6.3.1"
|
|
79
61
|
}
|
|
80
62
|
}
|
|
@@ -303,21 +303,21 @@ class Edit extends Component {
|
|
|
303
303
|
data.image_scales
|
|
304
304
|
? undefined
|
|
305
305
|
: isInternalURL(data.url)
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
306
|
+
? // Backwards compat in the case that the block is storing the full server URL
|
|
307
|
+
(() => {
|
|
308
|
+
if (data.size === 'l')
|
|
309
|
+
return `${flattenToAppURL(data.url)}/@@images/image`;
|
|
310
|
+
if (data.size === 'm')
|
|
311
|
+
return `${flattenToAppURL(
|
|
312
|
+
data.url,
|
|
313
|
+
)}/@@images/image/preview`;
|
|
314
|
+
if (data.size === 's')
|
|
315
|
+
return `${flattenToAppURL(
|
|
316
|
+
data.url,
|
|
317
|
+
)}/@@images/image/mini`;
|
|
309
318
|
return `${flattenToAppURL(data.url)}/@@images/image`;
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
data.url,
|
|
313
|
-
)}/@@images/image/preview`;
|
|
314
|
-
if (data.size === 's')
|
|
315
|
-
return `${flattenToAppURL(
|
|
316
|
-
data.url,
|
|
317
|
-
)}/@@images/image/mini`;
|
|
318
|
-
return `${flattenToAppURL(data.url)}/@@images/image`;
|
|
319
|
-
})()
|
|
320
|
-
: data.url
|
|
319
|
+
})()
|
|
320
|
+
: data.url
|
|
321
321
|
}
|
|
322
322
|
sizes={config.blocks.blocksConfig.image.getSizes(data)}
|
|
323
323
|
alt={data.alt || ''}
|
|
@@ -66,9 +66,9 @@ const ImageSidebar = (props) => {
|
|
|
66
66
|
data.image_scales
|
|
67
67
|
? undefined
|
|
68
68
|
: isInternalURL(data.url)
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
69
|
+
? // Backwards compat in the case that the block is storing the full server URL
|
|
70
|
+
`${flattenToAppURL(data.url)}/@@images/image/preview`
|
|
71
|
+
: data.url
|
|
72
72
|
}
|
|
73
73
|
sizes="188px"
|
|
74
74
|
alt={intl.formatMessage(messages.preview)}
|
|
@@ -93,23 +93,23 @@ export const ImageView = ({ className, data, detached, properties, style }) => {
|
|
|
93
93
|
data.image_scales
|
|
94
94
|
? undefined
|
|
95
95
|
: isInternalURL(data.url)
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
96
|
+
? // Backwards compat in the case that the block is storing the full server URL
|
|
97
|
+
(() => {
|
|
98
|
+
if (data.size === 'l')
|
|
99
|
+
return `${flattenToAppURL(
|
|
100
|
+
data.url,
|
|
101
|
+
)}/@@images/image`;
|
|
102
|
+
if (data.size === 'm')
|
|
103
|
+
return `${flattenToAppURL(
|
|
104
|
+
data.url,
|
|
105
|
+
)}/@@images/image/preview`;
|
|
106
|
+
if (data.size === 's')
|
|
107
|
+
return `${flattenToAppURL(
|
|
108
|
+
data.url,
|
|
109
|
+
)}/@@images/image/mini`;
|
|
110
|
+
return `${flattenToAppURL(data.url)}/@@images/image`;
|
|
111
|
+
})()
|
|
112
|
+
: data.url
|
|
113
113
|
}
|
|
114
114
|
sizes={config.blocks.blocksConfig.image.getSizes(data)}
|
|
115
115
|
alt={data.alt || ''}
|
|
@@ -28,6 +28,18 @@ const InternetHeader = ({ pathname, siteLabel, token, siteAction }) => {
|
|
|
28
28
|
return (
|
|
29
29
|
<>
|
|
30
30
|
<div className="header">
|
|
31
|
+
<div className="logo-nav-wrapper">
|
|
32
|
+
<div className="logo">
|
|
33
|
+
<Logo />
|
|
34
|
+
</div>
|
|
35
|
+
<Navigation pathname={pathname} />
|
|
36
|
+
<MobileNavigation pathname={pathname} />
|
|
37
|
+
<div className="search-wrapper navigation-desktop">
|
|
38
|
+
<div className="search">
|
|
39
|
+
<SearchWidget />
|
|
40
|
+
</div>
|
|
41
|
+
</div>
|
|
42
|
+
</div>
|
|
31
43
|
<div className="tools-wrapper">
|
|
32
44
|
<LanguageSelector />
|
|
33
45
|
|
|
@@ -46,18 +58,6 @@ const InternetHeader = ({ pathname, siteLabel, token, siteAction }) => {
|
|
|
46
58
|
</div>
|
|
47
59
|
)}
|
|
48
60
|
</div>
|
|
49
|
-
<div className="logo-nav-wrapper">
|
|
50
|
-
<div className="logo">
|
|
51
|
-
<Logo />
|
|
52
|
-
</div>
|
|
53
|
-
<Navigation pathname={pathname} />
|
|
54
|
-
<MobileNavigation pathname={pathname} />
|
|
55
|
-
<div className="search-wrapper navigation-desktop">
|
|
56
|
-
<div className="search">
|
|
57
|
-
<SearchWidget />
|
|
58
|
-
</div>
|
|
59
|
-
</div>
|
|
60
|
-
</div>
|
|
61
61
|
</div>
|
|
62
62
|
</>
|
|
63
63
|
);
|
package/src/index.js
CHANGED
|
@@ -231,6 +231,8 @@ const applyConfig = (config) => {
|
|
|
231
231
|
imageBlockSchemaEnhancer,
|
|
232
232
|
gridImageDisableSizeAndPositionHandlersSchema,
|
|
233
233
|
);
|
|
234
|
+
config.blocks.blocksConfig.gridBlock.blocksConfig.image.dataAdapter =
|
|
235
|
+
ImageBlockDataAdapter;
|
|
234
236
|
|
|
235
237
|
config.blocks.blocksConfig.gridBlock.blocksConfig.teaser.schemaEnhancer =
|
|
236
238
|
composeSchema(gridTeaserDisableStylingSchema, teaserSchemaEnhancer);
|