@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.
Files changed (122) hide show
  1. package/.changelog.draft +12 -0
  2. package/.release-it.json +5 -1
  3. package/CHANGELOG.md +25 -4
  4. package/README.md +45 -134
  5. package/build/messages/src/components/Anontools/Anontools.json +10 -0
  6. package/build/messages/src/components/Blocks/Button/schema.json +6 -0
  7. package/build/messages/src/components/Blocks/EventMetadata/View.json +30 -0
  8. package/build/messages/src/components/Blocks/Image/Edit.json +10 -0
  9. package/build/messages/src/components/Blocks/Image/ImageSidebar.json +18 -0
  10. package/build/messages/src/components/Blocks/Image/schema.json +10 -0
  11. package/build/messages/src/components/Blocks/Listing/ListingBody.json +26 -0
  12. package/build/messages/src/components/Blocks/Search/TopSideFacets.json +10 -0
  13. package/build/messages/src/components/Blocks/Search/components/SearchDetails.json +10 -0
  14. package/build/messages/src/components/Blocks/Search/components/SearchInput.json +6 -0
  15. package/build/messages/src/components/Blocks/Slider/DefaultBody.json +18 -0
  16. package/build/messages/src/components/Blocks/Slider/schema.json +14 -0
  17. package/build/messages/src/components/Blocks/schema.json +6 -0
  18. package/build/messages/src/components/Breadcrumbs/Breadcrumbs.json +10 -0
  19. package/build/messages/src/components/Footer/Footer.json +30 -0
  20. package/build/messages/src/components/Header/Header.json +6 -0
  21. package/build/messages/src/components/LanguageSelector/LanguageSelector.json +6 -0
  22. package/build/messages/src/components/Logo/Logo.json +10 -0
  23. package/build/messages/src/components/MobileNavigation/MobileNavigation.json +26 -0
  24. package/build/messages/src/components/Navigation/Navigation.json +10 -0
  25. package/build/messages/src/components/SearchWidget/IntranetSearchWidget.json +14 -0
  26. package/build/messages/src/components/SearchWidget/SearchWidget.json +10 -0
  27. package/build/messages/src/components/Theme/EventView.json +6 -0
  28. package/build/messages/src/components/Widgets/AlignWidget.json +22 -0
  29. package/build/messages/src/index.json +10 -0
  30. package/locales/de/LC_MESSAGES/volto.po +7 -7
  31. package/locales/en/LC_MESSAGES/volto.po +7 -7
  32. package/locales/es/LC_MESSAGES/volto.po +10 -9
  33. package/locales/eu/LC_MESSAGES/volto.po +10 -9
  34. package/locales/pt_BR/volto.po +7 -7
  35. package/locales/volto.pot +8 -8
  36. package/package.json +8 -26
  37. package/src/components/Blocks/Image/Edit.jsx +14 -14
  38. package/src/components/Blocks/Image/ImageSidebar.jsx +3 -3
  39. package/src/components/Blocks/Image/View.jsx +17 -17
  40. package/src/components/Footer/Footer.jsx +2 -2
  41. package/src/components/Header/Header.jsx +12 -12
  42. package/src/index.js +2 -0
  43. package/src/theme/_content.scss +0 -1
  44. package/src/theme/_header.scss +1 -1
  45. package/src/theme/_variables.scss +3 -3
  46. package/.dockerignore +0 -1
  47. package/.editorconfig +0 -34
  48. package/.eslintignore +0 -6
  49. package/.eslintrc +0 -53
  50. package/.github/workflows/acceptance.yml +0 -98
  51. package/.github/workflows/changelog.yml +0 -43
  52. package/.github/workflows/code.yml +0 -16
  53. package/.github/workflows/deploy.yml +0 -105
  54. package/.github/workflows/unit.yml +0 -16
  55. package/.prettierignore +0 -3
  56. package/.prettierrc +0 -12
  57. package/.stylelintrc +0 -32
  58. package/.yarn/releases/yarn-3.2.3.cjs +0 -783
  59. package/.yarnrc.yml +0 -3
  60. package/Makefile +0 -174
  61. package/UPGRADE-GUIDE.md +0 -38
  62. package/acceptance/.gitkeep +0 -0
  63. package/acceptance/ci-a11y.yml +0 -31
  64. package/acceptance/ci.yml +0 -29
  65. package/acceptance/cypress/.gitkeep +0 -0
  66. package/acceptance/cypress/fixtures/broccoli.jpg +0 -0
  67. package/acceptance/cypress/fixtures/example.json +0 -5
  68. package/acceptance/cypress/fixtures/file.pdf +0 -0
  69. package/acceptance/cypress/fixtures/halfdome2022.jpg +0 -0
  70. package/acceptance/cypress/fixtures/image.png +0 -0
  71. package/acceptance/cypress/plugins/index.js +0 -17
  72. package/acceptance/cypress/support/commands.js +0 -23
  73. package/acceptance/cypress/support/e2e.js +0 -23
  74. package/acceptance/cypress/support/reset-fixture.js +0 -45
  75. package/acceptance/cypress/support/slate.js +0 -14
  76. package/acceptance/cypress/tests/.gitkeep +0 -0
  77. package/acceptance/cypress/tests/a11y/accordionBlock.cy.js +0 -30
  78. package/acceptance/cypress/tests/a11y/basic.cy.js +0 -26
  79. package/acceptance/cypress/tests/a11y/buttonBlock.cy.js +0 -18
  80. package/acceptance/cypress/tests/a11y/eventContenttype.cy.js +0 -18
  81. package/acceptance/cypress/tests/a11y/fileContenttype.cy.js +0 -18
  82. package/acceptance/cypress/tests/a11y/gridBlock.cy.js +0 -18
  83. package/acceptance/cypress/tests/a11y/gridImageBlock.cy.js +0 -18
  84. package/acceptance/cypress/tests/a11y/gridListingBlock.cy.js +0 -18
  85. package/acceptance/cypress/tests/a11y/gridTeaserBlock.cy.js +0 -18
  86. package/acceptance/cypress/tests/a11y/gridTextBlock.cy.js +0 -33
  87. package/acceptance/cypress/tests/a11y/headingBlock.cy.js +0 -18
  88. package/acceptance/cypress/tests/a11y/highlightBlock.cy.js +0 -18
  89. package/acceptance/cypress/tests/a11y/imageBlock.cy.js +0 -18
  90. package/acceptance/cypress/tests/a11y/imageContenttype.cy.js +0 -18
  91. package/acceptance/cypress/tests/a11y/introductionBlock.cy.js +0 -18
  92. package/acceptance/cypress/tests/a11y/linkContenttype.cy.js +0 -18
  93. package/acceptance/cypress/tests/a11y/listingBlock.cy.js +0 -31
  94. package/acceptance/cypress/tests/a11y/mapsBlock.cy.js +0 -27
  95. package/acceptance/cypress/tests/a11y/newsItemContenttype.cy.js +0 -27
  96. package/acceptance/cypress/tests/a11y/pageContent.cy.js +0 -27
  97. package/acceptance/cypress/tests/a11y/searchBlock.cy.js +0 -18
  98. package/acceptance/cypress/tests/a11y/separatorBlock.cy.js +0 -28
  99. package/acceptance/cypress/tests/a11y/tableBlock.cy.js +0 -26
  100. package/acceptance/cypress/tests/a11y/teaserBlock.cy.js +0 -18
  101. package/acceptance/cypress/tests/a11y/textBlock.cy.js +0 -18
  102. package/acceptance/cypress/tests/a11y/tocBlock.cy.js +0 -18
  103. package/acceptance/cypress/tests/a11y/videoBlock.cy.js +0 -27
  104. package/acceptance/cypress/tests/main/basic.cy.js +0 -71
  105. package/acceptance/cypress/tests/main/blocks-map.cy.js +0 -56
  106. package/acceptance/cypress/tests/main/blocks-table.cy.js +0 -127
  107. package/acceptance/cypress/tests/main/listing-grid.cy.js +0 -77
  108. package/acceptance/cypress/tests/main/nav.cy.js +0 -54
  109. package/acceptance/cypress/tests/main/site-action.cy.js +0 -16
  110. package/acceptance/cypress.config.js +0 -17
  111. package/acceptance/docker-compose-a11y.yml +0 -55
  112. package/acceptance/docker-compose.yml +0 -53
  113. package/acceptance/package.json +0 -5
  114. package/acceptance/yarn.lock +0 -2638
  115. package/devops/stacks/light-theme.kitconcept.io.yml +0 -66
  116. package/dockerfiles/Dockerfile +0 -32
  117. package/dockerfiles/Dockerfile.acceptance +0 -19
  118. package/dockerfiles/Dockerfile.dev +0 -24
  119. package/dockerfiles/docker-compose.yml +0 -56
  120. package/dockerfiles/helper.py +0 -132
  121. package/volto-light-theme.png +0 -0
  122. package/volto.config.js +0 -7

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.