@kitconcept/volto-light-theme 6.0.0-alpha.21 → 6.0.0-alpha.22
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 +21 -3
- package/CHANGELOG.md +25 -0
- package/locales/de/LC_MESSAGES/volto.po +62 -72
- package/locales/en/LC_MESSAGES/volto.po +62 -72
- package/locales/es/LC_MESSAGES/volto.po +62 -72
- package/locales/eu/LC_MESSAGES/volto.po +62 -72
- package/locales/pt_BR/volto.po +62 -72
- package/locales/volto.pot +63 -73
- package/package.json +3 -2
- package/src/components/Footer/{FooterLinks.tsx → ColumnLinks.tsx} +6 -6
- package/src/components/Footer/Footer.tsx +32 -0
- package/src/components/Footer/IconLinkList.tsx +69 -0
- package/src/components/Footer/LinkList.tsx +35 -0
- package/src/components/Footer/slots/Colophon.tsx +24 -0
- package/src/components/Footer/slots/Copyright.tsx +65 -0
- package/src/components/Footer/slots/CoreFooter.tsx +82 -0
- package/src/components/Footer/slots/FollowUsLogoAndLinks.tsx +69 -0
- package/src/components/Footer/slots/FooterLogos.tsx +44 -0
- package/src/components/Header/Header.tsx +257 -0
- package/src/components/Logo/{Logo.jsx → Logo.tsx} +42 -11
- package/src/components/{Footer/FooterLogos.tsx → LogosContainer/LogosContainer.tsx} +12 -29
- package/src/components/Widgets/ColorContrastChecker.tsx +11 -2
- package/src/components/Widgets/ObjectList.tsx +13 -6
- package/src/components/Widgets/schema/iconLinkListSchema.ts +98 -0
- package/src/config/settings.ts +26 -4
- package/src/config/slots.ts +29 -1
- package/src/config/widgets.ts +7 -0
- package/src/helpers/useLiveData.ts +29 -0
- package/src/index.ts +2 -0
- package/src/theme/_footer.scss +281 -45
- package/src/theme/_widgets.scss +8 -0
- package/src/types.d.ts +34 -5
- package/tsconfig.json +1 -1
- package/src/components/Footer/Footer.jsx +0 -108
- package/src/components/Header/Header.jsx +0 -211
package/locales/pt_BR/volto.po
CHANGED
|
@@ -11,18 +11,29 @@ msgstr ""
|
|
|
11
11
|
"Content-Transfer-Encoding: \n"
|
|
12
12
|
"Plural-Forms: \n"
|
|
13
13
|
|
|
14
|
+
#. Default: "Action"
|
|
15
|
+
#: components/Widgets/schema/headerActionsSchema
|
|
16
|
+
msgid "Action"
|
|
17
|
+
msgstr ""
|
|
18
|
+
|
|
14
19
|
#. Default: "Add"
|
|
15
|
-
#: components/Widgets/
|
|
20
|
+
#: components/Widgets/BlocksObject
|
|
21
|
+
#: components/Widgets/ObjectList
|
|
16
22
|
msgid "Add (object list)"
|
|
17
23
|
msgstr ""
|
|
18
24
|
|
|
25
|
+
#. Default: "Add action"
|
|
26
|
+
#: components/Widgets/schema/headerActionsSchema
|
|
27
|
+
msgid "Add action"
|
|
28
|
+
msgstr ""
|
|
29
|
+
|
|
19
30
|
#. Default: "Add link"
|
|
20
|
-
#: components/Widgets/
|
|
31
|
+
#: components/Widgets/schema/footerLinksSchema
|
|
21
32
|
msgid "Add link"
|
|
22
33
|
msgstr ""
|
|
23
34
|
|
|
24
35
|
#. Default: "Add logo"
|
|
25
|
-
#: components/Widgets/
|
|
36
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
26
37
|
msgid "Add logo"
|
|
27
38
|
msgstr ""
|
|
28
39
|
|
|
@@ -33,7 +44,7 @@ msgid "Alignment"
|
|
|
33
44
|
msgstr ""
|
|
34
45
|
|
|
35
46
|
#. Default: "Alt text"
|
|
36
|
-
#: components/Widgets/
|
|
47
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
37
48
|
msgid "Alt text"
|
|
38
49
|
msgstr ""
|
|
39
50
|
|
|
@@ -65,8 +76,7 @@ msgid "Button text"
|
|
|
65
76
|
msgstr "Texto do botão"
|
|
66
77
|
|
|
67
78
|
#. Default: "Center"
|
|
68
|
-
#: components/Widgets/
|
|
69
|
-
#: components/Widgets/BlockAlignmentWidget
|
|
79
|
+
#: components/Widgets/BlockAlignment
|
|
70
80
|
msgid "Center"
|
|
71
81
|
msgstr "Centralizado"
|
|
72
82
|
|
|
@@ -77,10 +87,16 @@ msgid "Close menu"
|
|
|
77
87
|
msgstr "Fechar menu"
|
|
78
88
|
|
|
79
89
|
#. Default: "Collapse item"
|
|
80
|
-
#: components/Widgets/
|
|
90
|
+
#: components/Widgets/BlocksObject
|
|
91
|
+
#: components/Widgets/ObjectList
|
|
81
92
|
msgid "Collapse item"
|
|
82
93
|
msgstr ""
|
|
83
94
|
|
|
95
|
+
#. Default: "The color contrast ratio {contrastRatio}:1 might not be accessible for all. WCAG Level: {complianceLevel}"
|
|
96
|
+
#: components/Widgets/ColorContrastChecker
|
|
97
|
+
msgid "ColorContrastCheckerMessage"
|
|
98
|
+
msgstr ""
|
|
99
|
+
|
|
84
100
|
#. Default: "Contact"
|
|
85
101
|
#: components/Blocks/EventMetadata/View
|
|
86
102
|
msgid "Contact"
|
|
@@ -97,14 +113,13 @@ msgid "Copyright"
|
|
|
97
113
|
msgstr "Copyright"
|
|
98
114
|
|
|
99
115
|
#. Default: "Default"
|
|
100
|
-
#: components/Widgets/
|
|
116
|
+
#: components/Widgets/BlockWidth
|
|
101
117
|
msgid "Default"
|
|
102
118
|
msgstr ""
|
|
103
119
|
|
|
104
120
|
#. Default: "Description"
|
|
105
121
|
#: components/Blocks/Image/schema
|
|
106
|
-
#: components/Widgets/
|
|
107
|
-
#: components/Widgets/FooterLogosWidget
|
|
122
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
108
123
|
msgid "Description"
|
|
109
124
|
msgstr "Descrição"
|
|
110
125
|
|
|
@@ -114,7 +129,8 @@ msgid "Distributed under the {license}."
|
|
|
114
129
|
msgstr "Distribuído sob a licença {license}."
|
|
115
130
|
|
|
116
131
|
#. Default: "Empty object list"
|
|
117
|
-
#: components/Widgets/
|
|
132
|
+
#: components/Widgets/BlocksObject
|
|
133
|
+
#: components/Widgets/ObjectList
|
|
118
134
|
msgid "Empty object list"
|
|
119
135
|
msgstr ""
|
|
120
136
|
|
|
@@ -129,8 +145,7 @@ msgid "Flag align"
|
|
|
129
145
|
msgstr "Alinhar"
|
|
130
146
|
|
|
131
147
|
#. Default: "Full"
|
|
132
|
-
#: components/Widgets/
|
|
133
|
-
#: components/Widgets/BlockWidthWidget
|
|
148
|
+
#: components/Widgets/BlockWidth
|
|
134
149
|
msgid "Full"
|
|
135
150
|
msgstr "Completo"
|
|
136
151
|
|
|
@@ -140,8 +155,7 @@ msgid "GNU GPL license"
|
|
|
140
155
|
msgstr "Licença GNU GPL"
|
|
141
156
|
|
|
142
157
|
#. Default: "Headline"
|
|
143
|
-
#: components/Widgets/
|
|
144
|
-
#: components/Widgets/FooterLogosWidget
|
|
158
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
145
159
|
msgid "Headline"
|
|
146
160
|
msgstr ""
|
|
147
161
|
|
|
@@ -151,8 +165,7 @@ msgid "Hide Button"
|
|
|
151
165
|
msgstr "Ocultar botão"
|
|
152
166
|
|
|
153
167
|
#. Default: "Hide description"
|
|
154
|
-
#: components/Widgets/
|
|
155
|
-
#: components/Widgets/FooterLogosWidget
|
|
168
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
156
169
|
msgid "Hide description"
|
|
157
170
|
msgstr ""
|
|
158
171
|
|
|
@@ -168,51 +181,31 @@ msgstr "Início"
|
|
|
168
181
|
msgid "ICS-Download"
|
|
169
182
|
msgstr "Baixar ICS"
|
|
170
183
|
|
|
171
|
-
#. Default: "Icon"
|
|
172
|
-
#: components/Widgets/FooterLinksWidget
|
|
173
|
-
#: components/Widgets/FooterLogosWidget
|
|
174
|
-
msgid "Icon"
|
|
175
|
-
msgstr ""
|
|
176
|
-
|
|
177
184
|
#. Default: "Image"
|
|
178
185
|
#: components/Blocks/Image/ImageSidebar
|
|
179
186
|
msgid "Image"
|
|
180
187
|
msgstr "Imagem"
|
|
181
188
|
|
|
182
|
-
#. Default: "Item"
|
|
183
|
-
#: components/Widgets/FooterLinksWidget
|
|
184
|
-
#: components/Widgets/FooterLogosWidget
|
|
185
|
-
msgid "Item"
|
|
186
|
-
msgstr ""
|
|
187
|
-
|
|
188
|
-
#. Default: "Items"
|
|
189
|
-
#: components/Widgets/FooterLinksWidget
|
|
190
|
-
#: components/Widgets/FooterLogosWidget
|
|
191
|
-
msgid "Items"
|
|
192
|
-
msgstr ""
|
|
193
|
-
|
|
194
|
-
#. Default: "Items to show"
|
|
195
|
-
#: components/Widgets/FooterLinksWidget
|
|
196
|
-
#: components/Widgets/FooterLogosWidget
|
|
197
|
-
msgid "Items to show"
|
|
198
|
-
msgstr ""
|
|
199
|
-
|
|
200
189
|
#. Default: "Large"
|
|
201
|
-
#: components/Widgets/
|
|
190
|
+
#: components/Widgets/Size
|
|
202
191
|
msgid "Large"
|
|
203
192
|
msgstr ""
|
|
204
193
|
|
|
205
194
|
#. Default: "Layout"
|
|
206
|
-
#: components/Widgets/
|
|
195
|
+
#: components/Widgets/BlockWidth
|
|
207
196
|
msgid "Layout"
|
|
208
197
|
msgstr ""
|
|
209
198
|
|
|
210
199
|
#. Default: "Left"
|
|
211
|
-
#: components/Widgets/
|
|
212
|
-
#: components/Widgets/BlockAlignmentWidget
|
|
200
|
+
#: components/Widgets/BlockAlignment
|
|
213
201
|
msgid "Left"
|
|
214
202
|
msgstr "Esquerda"
|
|
215
203
|
|
|
204
|
+
#. Default: "Link"
|
|
205
|
+
#: components/Widgets/schema/footerLinksSchema
|
|
206
|
+
msgid "Link"
|
|
207
|
+
msgstr ""
|
|
208
|
+
|
|
216
209
|
#. Default: "List"
|
|
217
210
|
#: index
|
|
218
211
|
msgid "List"
|
|
@@ -233,9 +226,13 @@ msgstr "Local"
|
|
|
233
226
|
msgid "Log in"
|
|
234
227
|
msgstr "Entrar"
|
|
235
228
|
|
|
229
|
+
#. Default: "Logo"
|
|
230
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
231
|
+
msgid "Logo"
|
|
232
|
+
msgstr ""
|
|
233
|
+
|
|
236
234
|
#. Default: "Logo image"
|
|
237
|
-
#: components/Widgets/
|
|
238
|
-
#: components/Widgets/FooterLogosWidget
|
|
235
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
239
236
|
msgid "Logo image"
|
|
240
237
|
msgstr ""
|
|
241
238
|
|
|
@@ -245,12 +242,12 @@ msgid "Logo of"
|
|
|
245
242
|
msgstr ""
|
|
246
243
|
|
|
247
244
|
#. Default: "Medium"
|
|
248
|
-
#: components/Widgets/
|
|
245
|
+
#: components/Widgets/Size
|
|
249
246
|
msgid "Medium"
|
|
250
247
|
msgstr ""
|
|
251
248
|
|
|
252
249
|
#. Default: "Narrow"
|
|
253
|
-
#: components/Widgets/
|
|
250
|
+
#: components/Widgets/BlockWidth
|
|
254
251
|
msgid "Narrow"
|
|
255
252
|
msgstr ""
|
|
256
253
|
|
|
@@ -270,8 +267,9 @@ msgid "No items found in this container."
|
|
|
270
267
|
msgstr "Nenhum item encontrado nesta pasta"
|
|
271
268
|
|
|
272
269
|
#. Default: "Open in a new tab"
|
|
273
|
-
#: components/Widgets/
|
|
274
|
-
#: components/Widgets/
|
|
270
|
+
#: components/Widgets/schema/footerLinksSchema
|
|
271
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
272
|
+
#: components/Widgets/schema/headerActionsSchema
|
|
275
273
|
msgid "Open in a new tab"
|
|
276
274
|
msgstr ""
|
|
277
275
|
|
|
@@ -328,7 +326,8 @@ msgid "Register"
|
|
|
328
326
|
msgstr "Criar conta"
|
|
329
327
|
|
|
330
328
|
#. Default: "Remove item"
|
|
331
|
-
#: components/Widgets/
|
|
329
|
+
#: components/Widgets/BlocksObject
|
|
330
|
+
#: components/Widgets/ObjectList
|
|
332
331
|
msgid "Remove item"
|
|
333
332
|
msgstr ""
|
|
334
333
|
|
|
@@ -338,8 +337,7 @@ msgid "Result"
|
|
|
338
337
|
msgstr "Resultado"
|
|
339
338
|
|
|
340
339
|
#. Default: "Right"
|
|
341
|
-
#: components/Widgets/
|
|
342
|
-
#: components/Widgets/BlockAlignmentWidget
|
|
340
|
+
#: components/Widgets/BlockAlignment
|
|
343
341
|
msgid "Right"
|
|
344
342
|
msgstr "Direita"
|
|
345
343
|
|
|
@@ -374,8 +372,7 @@ msgid "Searched for"
|
|
|
374
372
|
msgstr "Busca por"
|
|
375
373
|
|
|
376
374
|
#. Default: "Settings"
|
|
377
|
-
#: components/Widgets/
|
|
378
|
-
#: components/Widgets/FooterLogosWidget
|
|
375
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
379
376
|
msgid "Settings"
|
|
380
377
|
msgstr ""
|
|
381
378
|
|
|
@@ -385,7 +382,8 @@ msgid "Short line"
|
|
|
385
382
|
msgstr ""
|
|
386
383
|
|
|
387
384
|
#. Default: "Show item"
|
|
388
|
-
#: components/Widgets/
|
|
385
|
+
#: components/Widgets/BlocksObject
|
|
386
|
+
#: components/Widgets/ObjectList
|
|
389
387
|
msgid "Show item"
|
|
390
388
|
msgstr ""
|
|
391
389
|
|
|
@@ -395,7 +393,7 @@ msgid "Sitemap"
|
|
|
395
393
|
msgstr "Mapa do Site"
|
|
396
394
|
|
|
397
395
|
#. Default: "Small"
|
|
398
|
-
#: components/Widgets/
|
|
396
|
+
#: components/Widgets/Size
|
|
399
397
|
msgid "Small"
|
|
400
398
|
msgstr ""
|
|
401
399
|
|
|
@@ -420,8 +418,9 @@ msgid "Switch to"
|
|
|
420
418
|
msgstr ""
|
|
421
419
|
|
|
422
420
|
#. Default: "Target"
|
|
423
|
-
#: components/Widgets/
|
|
424
|
-
#: components/Widgets/
|
|
421
|
+
#: components/Widgets/schema/footerLinksSchema
|
|
422
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
423
|
+
#: components/Widgets/schema/headerActionsSchema
|
|
425
424
|
msgid "Target"
|
|
426
425
|
msgstr ""
|
|
427
426
|
|
|
@@ -432,8 +431,9 @@ msgstr "O {plonecms} tem {copyright} 2000-{current_year} pela {plonefoundation}
|
|
|
432
431
|
|
|
433
432
|
#. Default: "Title"
|
|
434
433
|
#: components/Blocks/Image/schema
|
|
435
|
-
#: components/Widgets/
|
|
436
|
-
#: components/Widgets/
|
|
434
|
+
#: components/Widgets/schema/footerLinksSchema
|
|
435
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
436
|
+
#: components/Widgets/schema/headerActionsSchema
|
|
437
437
|
msgid "Title"
|
|
438
438
|
msgstr "Título"
|
|
439
439
|
|
|
@@ -442,11 +442,6 @@ msgstr "Título"
|
|
|
442
442
|
msgid "Website"
|
|
443
443
|
msgstr "Site"
|
|
444
444
|
|
|
445
|
-
#. Default: "Wide"
|
|
446
|
-
#: components/Widgets/AlignWidget
|
|
447
|
-
msgid "Wide"
|
|
448
|
-
msgstr "Largo"
|
|
449
|
-
|
|
450
445
|
#. Default: "Clear image"
|
|
451
446
|
#: components/Blocks/Image/ImageSidebar
|
|
452
447
|
msgid "image_block_clear"
|
|
@@ -471,8 +466,3 @@ msgstr "Mais informações"
|
|
|
471
466
|
#: components/Blocks/Listing/ListingBody
|
|
472
467
|
msgid "of"
|
|
473
468
|
msgstr "de"
|
|
474
|
-
|
|
475
|
-
#. Default: ""
|
|
476
|
-
#: components/Header/Header
|
|
477
|
-
msgid "siteLabel"
|
|
478
|
-
msgstr ""
|
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: 2025-
|
|
4
|
+
"POT-Creation-Date: 2025-04-22T18:37:47.615Z\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"
|
|
@@ -13,18 +13,29 @@ msgstr ""
|
|
|
13
13
|
"Preferred-Encodings: utf-8\n"
|
|
14
14
|
"Domain: volto\n"
|
|
15
15
|
|
|
16
|
+
#. Default: "Action"
|
|
17
|
+
#: components/Widgets/schema/headerActionsSchema
|
|
18
|
+
msgid "Action"
|
|
19
|
+
msgstr ""
|
|
20
|
+
|
|
16
21
|
#. Default: "Add"
|
|
17
|
-
#: components/Widgets/
|
|
22
|
+
#: components/Widgets/BlocksObject
|
|
23
|
+
#: components/Widgets/ObjectList
|
|
18
24
|
msgid "Add (object list)"
|
|
19
25
|
msgstr ""
|
|
20
26
|
|
|
27
|
+
#. Default: "Add action"
|
|
28
|
+
#: components/Widgets/schema/headerActionsSchema
|
|
29
|
+
msgid "Add action"
|
|
30
|
+
msgstr ""
|
|
31
|
+
|
|
21
32
|
#. Default: "Add link"
|
|
22
|
-
#: components/Widgets/
|
|
33
|
+
#: components/Widgets/schema/footerLinksSchema
|
|
23
34
|
msgid "Add link"
|
|
24
35
|
msgstr ""
|
|
25
36
|
|
|
26
37
|
#. Default: "Add logo"
|
|
27
|
-
#: components/Widgets/
|
|
38
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
28
39
|
msgid "Add logo"
|
|
29
40
|
msgstr ""
|
|
30
41
|
|
|
@@ -35,7 +46,7 @@ msgid "Alignment"
|
|
|
35
46
|
msgstr ""
|
|
36
47
|
|
|
37
48
|
#. Default: "Alt text"
|
|
38
|
-
#: components/Widgets/
|
|
49
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
39
50
|
msgid "Alt text"
|
|
40
51
|
msgstr ""
|
|
41
52
|
|
|
@@ -67,8 +78,7 @@ msgid "Button text"
|
|
|
67
78
|
msgstr ""
|
|
68
79
|
|
|
69
80
|
#. Default: "Center"
|
|
70
|
-
#: components/Widgets/
|
|
71
|
-
#: components/Widgets/BlockAlignmentWidget
|
|
81
|
+
#: components/Widgets/BlockAlignment
|
|
72
82
|
msgid "Center"
|
|
73
83
|
msgstr ""
|
|
74
84
|
|
|
@@ -79,10 +89,16 @@ msgid "Close menu"
|
|
|
79
89
|
msgstr ""
|
|
80
90
|
|
|
81
91
|
#. Default: "Collapse item"
|
|
82
|
-
#: components/Widgets/
|
|
92
|
+
#: components/Widgets/BlocksObject
|
|
93
|
+
#: components/Widgets/ObjectList
|
|
83
94
|
msgid "Collapse item"
|
|
84
95
|
msgstr ""
|
|
85
96
|
|
|
97
|
+
#. Default: "The color contrast ratio {contrastRatio}:1 might not be accessible for all. WCAG Level: {complianceLevel}"
|
|
98
|
+
#: components/Widgets/ColorContrastChecker
|
|
99
|
+
msgid "ColorContrastCheckerMessage"
|
|
100
|
+
msgstr ""
|
|
101
|
+
|
|
86
102
|
#. Default: "Contact"
|
|
87
103
|
#: components/Blocks/EventMetadata/View
|
|
88
104
|
msgid "Contact"
|
|
@@ -99,14 +115,13 @@ msgid "Copyright"
|
|
|
99
115
|
msgstr ""
|
|
100
116
|
|
|
101
117
|
#. Default: "Default"
|
|
102
|
-
#: components/Widgets/
|
|
118
|
+
#: components/Widgets/BlockWidth
|
|
103
119
|
msgid "Default"
|
|
104
120
|
msgstr ""
|
|
105
121
|
|
|
106
122
|
#. Default: "Description"
|
|
107
123
|
#: components/Blocks/Image/schema
|
|
108
|
-
#: components/Widgets/
|
|
109
|
-
#: components/Widgets/FooterLogosWidget
|
|
124
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
110
125
|
msgid "Description"
|
|
111
126
|
msgstr ""
|
|
112
127
|
|
|
@@ -116,7 +131,8 @@ msgid "Distributed under the {license}."
|
|
|
116
131
|
msgstr ""
|
|
117
132
|
|
|
118
133
|
#. Default: "Empty object list"
|
|
119
|
-
#: components/Widgets/
|
|
134
|
+
#: components/Widgets/BlocksObject
|
|
135
|
+
#: components/Widgets/ObjectList
|
|
120
136
|
msgid "Empty object list"
|
|
121
137
|
msgstr ""
|
|
122
138
|
|
|
@@ -131,8 +147,7 @@ msgid "Flag align"
|
|
|
131
147
|
msgstr ""
|
|
132
148
|
|
|
133
149
|
#. Default: "Full"
|
|
134
|
-
#: components/Widgets/
|
|
135
|
-
#: components/Widgets/BlockWidthWidget
|
|
150
|
+
#: components/Widgets/BlockWidth
|
|
136
151
|
msgid "Full"
|
|
137
152
|
msgstr ""
|
|
138
153
|
|
|
@@ -142,8 +157,7 @@ msgid "GNU GPL license"
|
|
|
142
157
|
msgstr ""
|
|
143
158
|
|
|
144
159
|
#. Default: "Headline"
|
|
145
|
-
#: components/Widgets/
|
|
146
|
-
#: components/Widgets/FooterLogosWidget
|
|
160
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
147
161
|
msgid "Headline"
|
|
148
162
|
msgstr ""
|
|
149
163
|
|
|
@@ -153,8 +167,7 @@ msgid "Hide Button"
|
|
|
153
167
|
msgstr ""
|
|
154
168
|
|
|
155
169
|
#. Default: "Hide description"
|
|
156
|
-
#: components/Widgets/
|
|
157
|
-
#: components/Widgets/FooterLogosWidget
|
|
170
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
158
171
|
msgid "Hide description"
|
|
159
172
|
msgstr ""
|
|
160
173
|
|
|
@@ -170,51 +183,31 @@ msgstr ""
|
|
|
170
183
|
msgid "ICS-Download"
|
|
171
184
|
msgstr ""
|
|
172
185
|
|
|
173
|
-
#. Default: "Icon"
|
|
174
|
-
#: components/Widgets/FooterLinksWidget
|
|
175
|
-
#: components/Widgets/FooterLogosWidget
|
|
176
|
-
msgid "Icon"
|
|
177
|
-
msgstr ""
|
|
178
|
-
|
|
179
186
|
#. Default: "Image"
|
|
180
187
|
#: components/Blocks/Image/ImageSidebar
|
|
181
188
|
msgid "Image"
|
|
182
189
|
msgstr ""
|
|
183
190
|
|
|
184
|
-
#. Default: "Item"
|
|
185
|
-
#: components/Widgets/FooterLinksWidget
|
|
186
|
-
#: components/Widgets/FooterLogosWidget
|
|
187
|
-
msgid "Item"
|
|
188
|
-
msgstr ""
|
|
189
|
-
|
|
190
|
-
#. Default: "Items"
|
|
191
|
-
#: components/Widgets/FooterLinksWidget
|
|
192
|
-
#: components/Widgets/FooterLogosWidget
|
|
193
|
-
msgid "Items"
|
|
194
|
-
msgstr ""
|
|
195
|
-
|
|
196
|
-
#. Default: "Items to show"
|
|
197
|
-
#: components/Widgets/FooterLinksWidget
|
|
198
|
-
#: components/Widgets/FooterLogosWidget
|
|
199
|
-
msgid "Items to show"
|
|
200
|
-
msgstr ""
|
|
201
|
-
|
|
202
191
|
#. Default: "Large"
|
|
203
|
-
#: components/Widgets/
|
|
192
|
+
#: components/Widgets/Size
|
|
204
193
|
msgid "Large"
|
|
205
194
|
msgstr ""
|
|
206
195
|
|
|
207
196
|
#. Default: "Layout"
|
|
208
|
-
#: components/Widgets/
|
|
197
|
+
#: components/Widgets/BlockWidth
|
|
209
198
|
msgid "Layout"
|
|
210
199
|
msgstr ""
|
|
211
200
|
|
|
212
201
|
#. Default: "Left"
|
|
213
|
-
#: components/Widgets/
|
|
214
|
-
#: components/Widgets/BlockAlignmentWidget
|
|
202
|
+
#: components/Widgets/BlockAlignment
|
|
215
203
|
msgid "Left"
|
|
216
204
|
msgstr ""
|
|
217
205
|
|
|
206
|
+
#. Default: "Link"
|
|
207
|
+
#: components/Widgets/schema/footerLinksSchema
|
|
208
|
+
msgid "Link"
|
|
209
|
+
msgstr ""
|
|
210
|
+
|
|
218
211
|
#. Default: "List"
|
|
219
212
|
#: index
|
|
220
213
|
msgid "List"
|
|
@@ -235,9 +228,13 @@ msgstr ""
|
|
|
235
228
|
msgid "Log in"
|
|
236
229
|
msgstr ""
|
|
237
230
|
|
|
231
|
+
#. Default: "Logo"
|
|
232
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
233
|
+
msgid "Logo"
|
|
234
|
+
msgstr ""
|
|
235
|
+
|
|
238
236
|
#. Default: "Logo image"
|
|
239
|
-
#: components/Widgets/
|
|
240
|
-
#: components/Widgets/FooterLogosWidget
|
|
237
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
241
238
|
msgid "Logo image"
|
|
242
239
|
msgstr ""
|
|
243
240
|
|
|
@@ -247,12 +244,12 @@ msgid "Logo of"
|
|
|
247
244
|
msgstr ""
|
|
248
245
|
|
|
249
246
|
#. Default: "Medium"
|
|
250
|
-
#: components/Widgets/
|
|
247
|
+
#: components/Widgets/Size
|
|
251
248
|
msgid "Medium"
|
|
252
249
|
msgstr ""
|
|
253
250
|
|
|
254
251
|
#. Default: "Narrow"
|
|
255
|
-
#: components/Widgets/
|
|
252
|
+
#: components/Widgets/BlockWidth
|
|
256
253
|
msgid "Narrow"
|
|
257
254
|
msgstr ""
|
|
258
255
|
|
|
@@ -272,8 +269,9 @@ msgid "No items found in this container."
|
|
|
272
269
|
msgstr ""
|
|
273
270
|
|
|
274
271
|
#. Default: "Open in a new tab"
|
|
275
|
-
#: components/Widgets/
|
|
276
|
-
#: components/Widgets/
|
|
272
|
+
#: components/Widgets/schema/footerLinksSchema
|
|
273
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
274
|
+
#: components/Widgets/schema/headerActionsSchema
|
|
277
275
|
msgid "Open in a new tab"
|
|
278
276
|
msgstr ""
|
|
279
277
|
|
|
@@ -330,7 +328,8 @@ msgid "Register"
|
|
|
330
328
|
msgstr ""
|
|
331
329
|
|
|
332
330
|
#. Default: "Remove item"
|
|
333
|
-
#: components/Widgets/
|
|
331
|
+
#: components/Widgets/BlocksObject
|
|
332
|
+
#: components/Widgets/ObjectList
|
|
334
333
|
msgid "Remove item"
|
|
335
334
|
msgstr ""
|
|
336
335
|
|
|
@@ -340,8 +339,7 @@ msgid "Result"
|
|
|
340
339
|
msgstr ""
|
|
341
340
|
|
|
342
341
|
#. Default: "Right"
|
|
343
|
-
#: components/Widgets/
|
|
344
|
-
#: components/Widgets/BlockAlignmentWidget
|
|
342
|
+
#: components/Widgets/BlockAlignment
|
|
345
343
|
msgid "Right"
|
|
346
344
|
msgstr ""
|
|
347
345
|
|
|
@@ -376,8 +374,7 @@ msgid "Searched for"
|
|
|
376
374
|
msgstr ""
|
|
377
375
|
|
|
378
376
|
#. Default: "Settings"
|
|
379
|
-
#: components/Widgets/
|
|
380
|
-
#: components/Widgets/FooterLogosWidget
|
|
377
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
381
378
|
msgid "Settings"
|
|
382
379
|
msgstr ""
|
|
383
380
|
|
|
@@ -387,7 +384,8 @@ msgid "Short line"
|
|
|
387
384
|
msgstr ""
|
|
388
385
|
|
|
389
386
|
#. Default: "Show item"
|
|
390
|
-
#: components/Widgets/
|
|
387
|
+
#: components/Widgets/BlocksObject
|
|
388
|
+
#: components/Widgets/ObjectList
|
|
391
389
|
msgid "Show item"
|
|
392
390
|
msgstr ""
|
|
393
391
|
|
|
@@ -397,7 +395,7 @@ msgid "Sitemap"
|
|
|
397
395
|
msgstr ""
|
|
398
396
|
|
|
399
397
|
#. Default: "Small"
|
|
400
|
-
#: components/Widgets/
|
|
398
|
+
#: components/Widgets/Size
|
|
401
399
|
msgid "Small"
|
|
402
400
|
msgstr ""
|
|
403
401
|
|
|
@@ -422,8 +420,9 @@ msgid "Switch to"
|
|
|
422
420
|
msgstr ""
|
|
423
421
|
|
|
424
422
|
#. Default: "Target"
|
|
425
|
-
#: components/Widgets/
|
|
426
|
-
#: components/Widgets/
|
|
423
|
+
#: components/Widgets/schema/footerLinksSchema
|
|
424
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
425
|
+
#: components/Widgets/schema/headerActionsSchema
|
|
427
426
|
msgid "Target"
|
|
428
427
|
msgstr ""
|
|
429
428
|
|
|
@@ -434,8 +433,9 @@ msgstr ""
|
|
|
434
433
|
|
|
435
434
|
#. Default: "Title"
|
|
436
435
|
#: components/Blocks/Image/schema
|
|
437
|
-
#: components/Widgets/
|
|
438
|
-
#: components/Widgets/
|
|
436
|
+
#: components/Widgets/schema/footerLinksSchema
|
|
437
|
+
#: components/Widgets/schema/footerLogosSchema
|
|
438
|
+
#: components/Widgets/schema/headerActionsSchema
|
|
439
439
|
msgid "Title"
|
|
440
440
|
msgstr ""
|
|
441
441
|
|
|
@@ -444,11 +444,6 @@ msgstr ""
|
|
|
444
444
|
msgid "Website"
|
|
445
445
|
msgstr ""
|
|
446
446
|
|
|
447
|
-
#. Default: "Wide"
|
|
448
|
-
#: components/Widgets/AlignWidget
|
|
449
|
-
msgid "Wide"
|
|
450
|
-
msgstr ""
|
|
451
|
-
|
|
452
447
|
#. Default: "Clear image"
|
|
453
448
|
#: components/Blocks/Image/ImageSidebar
|
|
454
449
|
msgid "image_block_clear"
|
|
@@ -473,8 +468,3 @@ msgstr ""
|
|
|
473
468
|
#: components/Blocks/Listing/ListingBody
|
|
474
469
|
msgid "of"
|
|
475
470
|
msgstr ""
|
|
476
|
-
|
|
477
|
-
#. Default: ""
|
|
478
|
-
#: components/Header/Header
|
|
479
|
-
msgid "siteLabel"
|
|
480
|
-
msgstr ""
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitconcept/volto-light-theme",
|
|
3
|
-
"version": "6.0.0-alpha.
|
|
3
|
+
"version": "6.0.0-alpha.22",
|
|
4
4
|
"description": "Volto Light Theme by kitconcept",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"types": "src/index.ts",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"@types/react": "^18.3.12",
|
|
34
34
|
"@types/react-dom": "^18.3.1",
|
|
35
35
|
"release-it": "^17.7.0",
|
|
36
|
-
"@plone/types": "1.
|
|
36
|
+
"@plone/types": "1.4.1"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@dnd-kit/core": "6.0.8",
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
"@kitconcept/volto-introduction-block": "^1.0.0",
|
|
56
56
|
"@kitconcept/volto-separator-block": "^4.1.2",
|
|
57
57
|
"@kitconcept/volto-slider-block": "^6.3.1",
|
|
58
|
+
"@plonegovbr/volto-social-media": "^2.0.0-alpha.5",
|
|
58
59
|
"classnames": "^2.2.6",
|
|
59
60
|
"lodash": "4.17.21",
|
|
60
61
|
"react": "18.2.0",
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import isEmpty from 'lodash/isEmpty';
|
|
2
2
|
import { flattenToAppURL } from '@plone/volto/helpers/Url/Url';
|
|
3
3
|
import UniversalLink from '@plone/volto/components/manage/UniversalLink/UniversalLink';
|
|
4
|
-
import type {
|
|
4
|
+
import type { Link } from '../../types';
|
|
5
5
|
|
|
6
|
-
type
|
|
6
|
+
type ColumnLinksProps = { links: Array<Link> };
|
|
7
7
|
|
|
8
|
-
const
|
|
8
|
+
const ColumnLinks = (props: ColumnLinksProps) => {
|
|
9
9
|
const { links } = props;
|
|
10
10
|
|
|
11
11
|
return (
|
|
12
|
-
<ul
|
|
12
|
+
<ul>
|
|
13
13
|
{links && Array.isArray(links)
|
|
14
14
|
? links.map((link) => {
|
|
15
15
|
if (isEmpty(link) || !link.href) return null;
|
|
@@ -21,7 +21,7 @@ const FooterLinks = (props: FooterLinksProps) => {
|
|
|
21
21
|
|
|
22
22
|
return (
|
|
23
23
|
<li className="item" key={href}>
|
|
24
|
-
<UniversalLink href={href} openLinkInNewTab={
|
|
24
|
+
<UniversalLink href={href} openLinkInNewTab={link.openInNewTab}>
|
|
25
25
|
{title}
|
|
26
26
|
</UniversalLink>
|
|
27
27
|
</li>
|
|
@@ -32,4 +32,4 @@ const FooterLinks = (props: FooterLinksProps) => {
|
|
|
32
32
|
);
|
|
33
33
|
};
|
|
34
34
|
|
|
35
|
-
export default
|
|
35
|
+
export default ColumnLinks;
|