@plone/volto 18.29.0 → 18.29.1
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.md +12 -0
- package/cypress.config.js +1 -0
- package/locales/es/LC_MESSAGES/volto.po +14 -14
- package/locales/es.json +1 -1
- package/locales/eu/LC_MESSAGES/volto.po +3 -3
- package/locales/eu.json +1 -1
- package/locales/nl/LC_MESSAGES/volto.po +3 -3
- package/locales/nl.json +1 -1
- package/locales/ta/LC_MESSAGES/volto.po +54 -53
- package/locales/ta.json +1 -1
- package/news/7428.feat +1 -0
- package/package.json +8 -8
- package/src/components/manage/Controlpanels/Users/UsersControlpanel.jsx +575 -630
- package/src/components/manage/Controlpanels/Users/UsersControlpanel.test.jsx +4 -3
- package/src/components/manage/Widgets/ImageWidget.jsx +11 -4
- package/types/components/manage/Controlpanels/Users/UsersControlpanel.d.ts +6 -2
- package/types/components/manage/Controlpanels/index.d.ts +1 -1
package/news/7428.feat
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
Add translations for eu, es, nl, ta @erral @ingovdb @TamilNeram
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
}
|
|
10
10
|
],
|
|
11
11
|
"license": "MIT",
|
|
12
|
-
"version": "18.29.
|
|
12
|
+
"version": "18.29.1",
|
|
13
13
|
"repository": {
|
|
14
14
|
"type": "git",
|
|
15
15
|
"url": "git@github.com:plone/volto.git"
|
|
@@ -240,9 +240,9 @@
|
|
|
240
240
|
"url": "^0.11.3",
|
|
241
241
|
"use-deep-compare-effect": "1.8.1",
|
|
242
242
|
"uuid": "^8.3.2",
|
|
243
|
-
"@plone/registry": "2.
|
|
244
|
-
"@plone/
|
|
245
|
-
"@plone/
|
|
243
|
+
"@plone/registry": "2.6.0",
|
|
244
|
+
"@plone/scripts": "3.10.3",
|
|
245
|
+
"@plone/volto-slate": "18.7.1"
|
|
246
246
|
},
|
|
247
247
|
"devDependencies": {
|
|
248
248
|
"@babel/core": "^7.0.0",
|
|
@@ -269,7 +269,7 @@
|
|
|
269
269
|
"@storybook/react": "^8.0.4",
|
|
270
270
|
"@storybook/react-webpack5": "^8.0.4",
|
|
271
271
|
"@storybook/theming": "^8.0.4",
|
|
272
|
-
"@testing-library/cypress": "10.0
|
|
272
|
+
"@testing-library/cypress": "10.1.0",
|
|
273
273
|
"@testing-library/jest-dom": "6.4.2",
|
|
274
274
|
"@testing-library/react": "14.3.1",
|
|
275
275
|
"@testing-library/react-hooks": "8.0.1",
|
|
@@ -277,7 +277,7 @@
|
|
|
277
277
|
"@types/jest": "^29.5.8",
|
|
278
278
|
"@types/loadable__component": "^5.13.9",
|
|
279
279
|
"@types/lodash": "^4.14.201",
|
|
280
|
-
"@types/node": "^22
|
|
280
|
+
"@types/node": "^22",
|
|
281
281
|
"@types/react": "^18",
|
|
282
282
|
"@types/react-dom": "^18",
|
|
283
283
|
"@types/react-intl-redux": "^0.1.19",
|
|
@@ -300,8 +300,8 @@
|
|
|
300
300
|
"bundlewatch": "0.3.3",
|
|
301
301
|
"circular-dependency-plugin": "5.2.2",
|
|
302
302
|
"css-loader": "5.2.7",
|
|
303
|
-
"cypress": "13.
|
|
304
|
-
"cypress-axe": "1.
|
|
303
|
+
"cypress": "13.17.0",
|
|
304
|
+
"cypress-axe": "1.7.0",
|
|
305
305
|
"cypress-file-upload": "5.0.8",
|
|
306
306
|
"deep-freeze": "0.0.1",
|
|
307
307
|
"eslint": "^8.57.0",
|