@plone/volto 16.28.1 → 16.29.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 +3 -4
- package/.gitignore~ +71 -0
- package/.yarn/install-state.gz +0 -0
- package/.yarn/releases/yarn-3.3.1.cjs +823 -0
- package/CHANGELOG.md +6 -0
- package/Makefile~ +399 -0
- package/apps/plone/node_modules/.bin/addon +17 -0
- package/apps/plone/node_modules/.bin/autoprefixer +17 -0
- package/apps/plone/node_modules/.bin/build-storybook +17 -0
- package/apps/plone/node_modules/.bin/changelogupdater +17 -0
- package/apps/plone/node_modules/.bin/eslint +17 -0
- package/apps/plone/node_modules/.bin/eslint-config-prettier +17 -0
- package/apps/plone/node_modules/.bin/i18n +17 -0
- package/apps/plone/node_modules/.bin/lessc +17 -0
- package/apps/plone/node_modules/.bin/missdev +17 -0
- package/apps/plone/node_modules/.bin/prettier +17 -0
- package/apps/plone/node_modules/.bin/razzle +17 -0
- package/apps/plone/node_modules/.bin/server-test +17 -0
- package/apps/plone/node_modules/.bin/start-server-and-test +17 -0
- package/apps/plone/node_modules/.bin/start-storybook +17 -0
- package/apps/plone/node_modules/.bin/start-test +17 -0
- package/apps/plone/node_modules/.bin/storybook-server +17 -0
- package/apps/plone/node_modules/.bin/stylelint +17 -0
- package/apps/plone/node_modules/.bin/tlds +17 -0
- package/apps/plone/node_modules/.bin/ts-jest +17 -0
- package/apps/plone/node_modules/.bin/tsc +17 -0
- package/apps/plone/node_modules/.bin/tsserver +17 -0
- package/apps/plone/node_modules/.bin/uuid +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/addon +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/changelogupdater +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/eslint +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/eslint-config-prettier +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/i18n +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/prettier +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/release-it +17 -0
- package/apps/plone/src/addons/volto-volto-project/node_modules/.bin/stylelint +17 -0
- package/locales/volto.pot~ +4705 -0
- package/news/4547.breaking~ +1 -0
- package/news/5135.documentation~ +1 -0
- package/package.json +1 -1
- package/packages/volto-slate/node_modules/.bin/release-it +17 -0
- package/packages/volto-slate/package.json +1 -1
- package/pyvenv.cfg +5 -0
- package/share/man/man1/ttx.1 +225 -0
- package/src/components/manage/Add/Add.jsx +3 -0
- package/src/components/manage/Blocks/Block/BlocksForm.jsx +4 -0
- package/src/components/manage/Blocks/Block/DefaultEdit.jsx +3 -1
- package/src/components/manage/Blocks/Block/Settings.jsx +10 -1
- package/src/components/manage/Blocks/HeroImageLeft/Data.jsx +3 -1
- package/src/components/manage/Blocks/Image/ImageSidebar.jsx +3 -1
- package/src/components/manage/Blocks/Listing/ListingData.jsx +10 -1
- package/src/components/manage/Blocks/Maps/MapsSidebar.jsx +3 -1
- package/src/components/manage/Blocks/Search/SearchBlockEdit.jsx +4 -0
- package/src/components/manage/Blocks/Teaser/Data.jsx +10 -1
- package/src/components/manage/Blocks/ToC/Edit.jsx +2 -0
- package/src/components/manage/Blocks/Video/VideoSidebar.jsx +3 -1
- package/src/components/manage/Edit/Edit.jsx +1 -0
- package/src/components/manage/Form/Form.jsx +9 -1
- package/src/config/index.js~ +223 -0
- package/src/helpers/Blocks/Blocks.js +11 -2
- package/src/helpers/Extensions/withBlockSchemaEnhancer.js +20 -9
package/.changelog.draft
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
## 16.
|
|
1
|
+
## 16.29.0 (2023-12-07)
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### Feature
|
|
4
4
|
|
|
5
|
-
-
|
|
6
|
-
- Fix the right order of parameters in normalizeExternalData.js @dobri1408 [#5475](https://github.com/plone/volto/issues/5475)
|
|
5
|
+
- Added conditional variations support. @sneridagh @robgietema [#5424](https://github.com/plone/volto/issues/5424)
|
|
7
6
|
|
|
8
7
|
|
package/.gitignore~
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
# Node
|
|
2
|
+
node_modules
|
|
3
|
+
coverage
|
|
4
|
+
jsdoc
|
|
5
|
+
webpack-assets.json
|
|
6
|
+
webpack-stats.json
|
|
7
|
+
npm-debug.log
|
|
8
|
+
junit.xml
|
|
9
|
+
eslint.xml
|
|
10
|
+
yarn-error.log
|
|
11
|
+
build
|
|
12
|
+
|
|
13
|
+
# Other
|
|
14
|
+
.DS_Store
|
|
15
|
+
.idea
|
|
16
|
+
lighthouse-report.html
|
|
17
|
+
.vscode/
|
|
18
|
+
.#*
|
|
19
|
+
*~
|
|
20
|
+
|
|
21
|
+
# Python
|
|
22
|
+
/api/.installed.cfg
|
|
23
|
+
/api/.mr.developer.cfg
|
|
24
|
+
/api/bin/
|
|
25
|
+
/api/develop-eggs/
|
|
26
|
+
/api/eggs/
|
|
27
|
+
/api/include/
|
|
28
|
+
/api/lib/
|
|
29
|
+
/api/lib64/
|
|
30
|
+
/api/notebook/env/
|
|
31
|
+
/api/parts/
|
|
32
|
+
/api/share/python-wheels/
|
|
33
|
+
/api/src/
|
|
34
|
+
/api/test/
|
|
35
|
+
/api/var/
|
|
36
|
+
/api/venv/
|
|
37
|
+
/bin/
|
|
38
|
+
/lib/
|
|
39
|
+
.Python
|
|
40
|
+
include
|
|
41
|
+
pip-selfcheck.json
|
|
42
|
+
pyvenv.cfg
|
|
43
|
+
share
|
|
44
|
+
/api/lib64
|
|
45
|
+
lib64
|
|
46
|
+
|
|
47
|
+
# locales
|
|
48
|
+
locales/*.json
|
|
49
|
+
|
|
50
|
+
# Tests
|
|
51
|
+
/tests/bin
|
|
52
|
+
/tests/develop-eggs
|
|
53
|
+
/tests/parts
|
|
54
|
+
/tests/.installed.cfg
|
|
55
|
+
*.pyc
|
|
56
|
+
geckodriver.log
|
|
57
|
+
log.html
|
|
58
|
+
output.xml
|
|
59
|
+
report.html
|
|
60
|
+
selenium-screenshot-*.png
|
|
61
|
+
/selenium/
|
|
62
|
+
cypress/videos/
|
|
63
|
+
cypress/screenshots
|
|
64
|
+
|
|
65
|
+
# Local environment setup
|
|
66
|
+
.env
|
|
67
|
+
public/critical.css
|
|
68
|
+
|
|
69
|
+
# Sphinx and MyST
|
|
70
|
+
docs/_build/
|
|
71
|
+
/.python-version
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|