@kitconcept/volto-light-theme 8.0.0-alpha.27 → 8.0.0-alpha.29

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.
Files changed (118) hide show
  1. package/.changelog.draft +26 -1
  2. package/CHANGELOG.md +34 -0
  3. package/locales/af/LC_MESSAGES/volto.po +645 -0
  4. package/locales/ar/LC_MESSAGES/volto.po +645 -0
  5. package/locales/bg/LC_MESSAGES/volto.po +645 -0
  6. package/locales/bn/LC_MESSAGES/volto.po +645 -0
  7. package/locales/ca/LC_MESSAGES/volto.po +645 -0
  8. package/locales/cs/LC_MESSAGES/volto.po +645 -0
  9. package/locales/cy/LC_MESSAGES/volto.po +645 -0
  10. package/locales/da/LC_MESSAGES/volto.po +645 -0
  11. package/locales/de/LC_MESSAGES/volto.po +58 -57
  12. package/locales/el/LC_MESSAGES/volto.po +645 -0
  13. package/locales/en_AU/LC_MESSAGES/volto.po +645 -0
  14. package/locales/en_GB/LC_MESSAGES/volto.po +645 -0
  15. package/locales/eo/LC_MESSAGES/volto.po +645 -0
  16. package/locales/es/LC_MESSAGES/volto.po +50 -50
  17. package/locales/et/LC_MESSAGES/volto.po +645 -0
  18. package/locales/eu/LC_MESSAGES/volto.po +7 -7
  19. package/locales/fa/LC_MESSAGES/volto.po +645 -0
  20. package/locales/fi/LC_MESSAGES/volto.po +645 -0
  21. package/locales/fr/LC_MESSAGES/volto.po +645 -0
  22. package/locales/fu/LC_MESSAGES/volto.po +645 -0
  23. package/locales/ga/LC_MESSAGES/volto.po +645 -0
  24. package/locales/gl/LC_MESSAGES/volto.po +645 -0
  25. package/locales/he/LC_MESSAGES/volto.po +645 -0
  26. package/locales/hi/LC_MESSAGES/volto.po +645 -0
  27. package/locales/hr/LC_MESSAGES/volto.po +645 -0
  28. package/locales/hu/LC_MESSAGES/volto.po +645 -0
  29. package/locales/hy/LC_MESSAGES/volto.po +645 -0
  30. package/locales/id/LC_MESSAGES/volto.po +645 -0
  31. package/locales/it/LC_MESSAGES/volto.po +645 -0
  32. package/locales/ja/LC_MESSAGES/volto.po +645 -0
  33. package/locales/ka/LC_MESSAGES/volto.po +645 -0
  34. package/locales/kn/LC_MESSAGES/volto.po +645 -0
  35. package/locales/ko/LC_MESSAGES/volto.po +645 -0
  36. package/locales/lt/LC_MESSAGES/volto.po +645 -0
  37. package/locales/lv/LC_MESSAGES/volto.po +645 -0
  38. package/locales/mi/LC_MESSAGES/volto.po +645 -0
  39. package/locales/mk_MK/LC_MESSAGES/volto.po +645 -0
  40. package/locales/ms/LC_MESSAGES/volto.po +645 -0
  41. package/locales/mt/LC_MESSAGES/volto.po +645 -0
  42. package/locales/my/LC_MESSAGES/volto.po +645 -0
  43. package/locales/nl/LC_MESSAGES/volto.po +645 -0
  44. package/locales/nl_BE/LC_MESSAGES/volto.po +645 -0
  45. package/locales/nn/LC_MESSAGES/volto.po +645 -0
  46. package/locales/no/LC_MESSAGES/volto.po +645 -0
  47. package/locales/pl/LC_MESSAGES/volto.po +645 -0
  48. package/locales/pt/LC_MESSAGES/volto.po +645 -0
  49. package/locales/rm/LC_MESSAGES/volto.po +645 -0
  50. package/locales/ro/LC_MESSAGES/volto.po +645 -0
  51. package/locales/ru/LC_MESSAGES/volto.po +645 -0
  52. package/locales/sk/LC_MESSAGES/volto.po +645 -0
  53. package/locales/sl/LC_MESSAGES/volto.po +645 -0
  54. package/locales/sm/LC_MESSAGES/volto.po +645 -0
  55. package/locales/sq/LC_MESSAGES/volto.po +645 -0
  56. package/locales/sr/LC_MESSAGES/volto.po +645 -0
  57. package/locales/sr_Cyrl/LC_MESSAGES/volto.po +645 -0
  58. package/locales/sr_Latn/LC_MESSAGES/volto.po +645 -0
  59. package/locales/sv/LC_MESSAGES/volto.po +645 -0
  60. package/locales/sw/LC_MESSAGES/volto.po +645 -0
  61. package/locales/ta/LC_MESSAGES/volto.po +645 -0
  62. package/locales/te/LC_MESSAGES/volto.po +645 -0
  63. package/locales/th/LC_MESSAGES/volto.po +645 -0
  64. package/locales/tl/LC_MESSAGES/volto.po +645 -0
  65. package/locales/to/LC_MESSAGES/volto.po +645 -0
  66. package/locales/tr/LC_MESSAGES/volto.po +645 -0
  67. package/locales/uk/LC_MESSAGES/volto.po +645 -0
  68. package/locales/vi/LC_MESSAGES/volto.po +645 -0
  69. package/locales/zh_CN/LC_MESSAGES/volto.po +645 -0
  70. package/locales/zh_HK/LC_MESSAGES/volto.po +645 -0
  71. package/locales/zh_TW/LC_MESSAGES/volto.po +645 -0
  72. package/package.json +5 -5
  73. package/src/components/Blocks/Button/schema.js +12 -0
  74. package/src/components/Blocks/Image/Edit.jsx +8 -32
  75. package/src/components/Blocks/Image/View.jsx +9 -26
  76. package/src/components/Blocks/Image/adapter.js +28 -14
  77. package/src/components/Blocks/Image/adapter.test.js +156 -0
  78. package/src/components/Blocks/Image/schema.js +21 -7
  79. package/src/components/Blocks/Listing/GridTemplate.jsx +1 -0
  80. package/src/components/Blocks/Listing/SummaryTemplate.jsx +1 -0
  81. package/src/components/Blocks/Maps/MapsSidebar.jsx +68 -0
  82. package/src/components/Blocks/Maps/View.jsx +37 -0
  83. package/src/components/Blocks/Maps/adapter.js +27 -0
  84. package/src/components/Blocks/Maps/adapter.test.js +63 -0
  85. package/src/components/Blocks/Maps/schema.js +42 -2
  86. package/src/components/Blocks/Separator/schema.js +12 -0
  87. package/src/components/Blocks/Teaser/DefaultBody.tsx +10 -1
  88. package/src/components/Blocks/Video/VideoSidebar.jsx +68 -0
  89. package/src/components/Blocks/Video/View.jsx +38 -0
  90. package/src/components/Blocks/Video/adapter.js +28 -0
  91. package/src/components/Blocks/Video/adapter.test.js +63 -0
  92. package/src/components/Blocks/Video/schema.js +42 -2
  93. package/src/components/Footer/Footer.tsx +2 -2
  94. package/src/components/Footer/slots/FollowUsLogoAndLinks.tsx +12 -23
  95. package/src/components/Theme/ImageView.jsx +8 -1
  96. package/src/components/Widgets/ObjectList.tsx +37 -27
  97. package/src/config/blocks.tsx +63 -0
  98. package/src/config/classExtenders.ts +11 -10
  99. package/src/config/settings.ts +6 -0
  100. package/src/customizations/volto/components/manage/Blocks/Maps/MapsSidebar.jsx +10 -0
  101. package/src/customizations/volto/components/manage/Blocks/Maps/View.jsx +10 -0
  102. package/src/customizations/volto/components/manage/Blocks/Video/VideoSidebar.jsx +10 -0
  103. package/src/customizations/volto/components/manage/Blocks/Video/View.jsx +10 -0
  104. package/src/index.ts +8 -0
  105. package/src/primitives/Card/Card.tsx +4 -1
  106. package/src/theme/_bgcolor-blocks-layout.scss +1 -1
  107. package/src/theme/_footer.scss +61 -51
  108. package/src/theme/_layout.scss +7 -62
  109. package/src/theme/_typo-custom.scss +1 -1
  110. package/src/theme/_variables.scss +21 -0
  111. package/src/theme/blocks/_grid.scss +1 -0
  112. package/src/theme/blocks/_highlight.scss +10 -7
  113. package/src/theme/blocks/_image.scss +96 -186
  114. package/src/theme/blocks/_listing.scss +5 -1
  115. package/src/theme/blocks/_maps.scss +60 -34
  116. package/src/transforms/to6.ts +5 -49
  117. package/src/transforms/to8.test.js +201 -0
  118. package/src/transforms/to8.ts +109 -0
package/.changelog.draft CHANGED
@@ -1,3 +1,28 @@
1
- ## 8.0.0-alpha.27 (2026-05-12)
1
+ ## 8.0.0-alpha.29 (2026-06-09)
2
+
3
+ ### Breaking
4
+
5
+ - Footer: Removed the "Follow us" literal above the social icons. @iRohitSingh [#838](https://github.com/kitconcept/volto-light-theme/pull/838)
6
+
7
+ ### Feature
8
+
9
+ - Provide proper image sizes to the `Image` component. @davisagli @sneridagh [#664](https://github.com/kitconcept/volto-light-theme/pull/664)
10
+ - Translate the package to the languages provided by Polyglot project @erral
11
+ - Unify css and alignment/width data handling for floating image, map and video blocks. @TimoBroeskamp @danalvrz
12
+ - Update Highlight block version to 5.x. @danalvrz
13
+ - Update de translation from Polyglot @erral
14
+ - Update es translation from Polyglot @erral
15
+ - Update eu translation from Polyglot @erral
16
+
17
+ ### Bugfix
18
+
19
+ - Fix Footer aligned with content @iRohitSingh [#838](https://github.com/kitconcept/volto-light-theme/pull/838)
20
+ - Upgrade playwright and latest Volto 19.1.0 @sneridagh [#873](https://github.com/kitconcept/volto-light-theme/pull/873)
21
+ - Fix last item of a listing with no pagination padding is broken @iRohitSingh [#874](https://github.com/kitconcept/volto-light-theme/pull/874)
22
+ - Remove underline regression from Slider block Simple variation. @danalvrz
23
+
24
+ ### Internal
25
+
26
+ - Upgrade Volto 19 final. @sneridagh
2
27
 
3
28
 
package/CHANGELOG.md CHANGED
@@ -8,6 +8,40 @@
8
8
 
9
9
  <!-- towncrier release notes start -->
10
10
 
11
+ ## 8.0.0-alpha.29 (2026-06-09)
12
+
13
+ ### Breaking
14
+
15
+ - Footer: Removed the "Follow us" literal above the social icons. @iRohitSingh [#838](https://github.com/kitconcept/volto-light-theme/pull/838)
16
+
17
+ ### Feature
18
+
19
+ - Provide proper image sizes to the `Image` component. @davisagli @sneridagh [#664](https://github.com/kitconcept/volto-light-theme/pull/664)
20
+ - Translate the package to the languages provided by Polyglot project @erral
21
+ - Unify css and alignment/width data handling for floating image, map and video blocks. @TimoBroeskamp @danalvrz
22
+ - Update Highlight block version to 5.x. @danalvrz
23
+ - Update de translation from Polyglot @erral
24
+ - Update es translation from Polyglot @erral
25
+ - Update eu translation from Polyglot @erral
26
+
27
+ ### Bugfix
28
+
29
+ - Fix Footer aligned with content @iRohitSingh [#838](https://github.com/kitconcept/volto-light-theme/pull/838)
30
+ - Upgrade playwright and latest Volto 19.1.0 @sneridagh [#873](https://github.com/kitconcept/volto-light-theme/pull/873)
31
+ - Fix last item of a listing with no pagination padding is broken @iRohitSingh [#874](https://github.com/kitconcept/volto-light-theme/pull/874)
32
+ - Remove underline regression from Slider block Simple variation. @danalvrz
33
+
34
+ ### Internal
35
+
36
+ - Upgrade Volto 19 final. @sneridagh
37
+
38
+ ## 8.0.0-alpha.28 (2026-05-15)
39
+
40
+ ### Bugfix
41
+
42
+ - Fix Search icon color changes when changing footer font color @iRohitSingh [#850](https://github.com/kitconcept/volto-light-theme/pull/850)
43
+ - Fix customized ObjectListWidget to support the `schemaExtender` prop. @davisagli
44
+
11
45
  ## 8.0.0-alpha.27 (2026-05-12)
12
46
 
13
47
  ## 8.0.0-alpha.26 (2026-05-12)