@zextras/carbonio-shell-ui 0.4.30 → 0.4.31

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/dist/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [0.4.31](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.30...v0.4.31) (2022-07-28)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * changing editor block formats options ([06de72e](https://github.com/zextras/carbonio-shell-ui/commit/06de72e18b7c32a9af45bedd7a853a9026f67d99))
11
+ * using br instead of p in editor composer ([55cb801](https://github.com/zextras/carbonio-shell-ui/commit/55cb801b944178d5bae191214bfc3f97ef7c082a))
12
+
5
13
  ### [0.4.30](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.29...v0.4.30) (2022-07-21)
6
14
 
7
15
 
package/dist/PKGBUILD CHANGED
@@ -10,7 +10,7 @@ targets=(
10
10
  "ubuntu"
11
11
  )
12
12
  pkgname="carbonio-shell-ui"
13
- pkgver="0.4.30"
13
+ pkgver="0.4.31"
14
14
  pkgrel="1"
15
15
  pkgdesc="The Zextras Carbonio web client"
16
16
  pkgdesclong=(
@@ -35,11 +35,11 @@ preinst() {
35
35
 
36
36
  package() {
37
37
  cd "${srcdir}"
38
- mkdir -p "${pkgdir}/opt/zextras/web/iris/${pkgname}/0ff89ad1b806f5c2a9a3e4faecd114a3e97cd0b9"
39
- cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/0ff89ad1b806f5c2a9a3e4faecd114a3e97cd0b9" || true
40
- chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/0ff89ad1b806f5c2a9a3e4faecd114a3e97cd0b9"
41
- chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/0ff89ad1b806f5c2a9a3e4faecd114a3e97cd0b9"
42
- find "${pkgdir}/opt/zextras/web/iris/${pkgname}/0ff89ad1b806f5c2a9a3e4faecd114a3e97cd0b9" -type d -exec chmod a+x "{}" \;
38
+ mkdir -p "${pkgdir}/opt/zextras/web/iris/${pkgname}/3d96306a3d9ad2f3f7c73ba833362594c706f2e2"
39
+ cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/3d96306a3d9ad2f3f7c73ba833362594c706f2e2" || true
40
+ chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/3d96306a3d9ad2f3f7c73ba833362594c706f2e2"
41
+ chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/3d96306a3d9ad2f3f7c73ba833362594c706f2e2"
42
+ find "${pkgdir}/opt/zextras/web/iris/${pkgname}/3d96306a3d9ad2f3f7c73ba833362594c706f2e2" -type d -exec chmod a+x "{}" \;
43
43
  }
44
44
 
45
45
  postinst() {
@@ -47,7 +47,7 @@ postinst() {
47
47
  mkdir -p "/opt/zextras/web/iris/${pkgname}/current"
48
48
 
49
49
  # not every package has a index.html
50
- cd "/opt/zextras/web/iris/${pkgname}/0ff89ad1b806f5c2a9a3e4faecd114a3e97cd0b9"
50
+ cd "/opt/zextras/web/iris/${pkgname}/3d96306a3d9ad2f3f7c73ba833362594c706f2e2"
51
51
  find . -name "*.html" -exec cp --parents "{}" /opt/zextras/web/iris/${pkgname}/current/ \;
52
52
 
53
53
  # re-generate the component list, for every component
package/dist/commit CHANGED
@@ -1 +1 @@
1
- 0ff89ad1b806f5c2a9a3e4faecd114a3e97cd0b9
1
+ 3d96306a3d9ad2f3f7c73ba833362594c706f2e2
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "carbonio-shell-ui",
3
- "js_entrypoint": "/static/iris/carbonio-shell-ui/0ff89ad1b806f5c2a9a3e4faecd114a3e97cd0b9/zapp-shell.bundle.js",
3
+ "js_entrypoint": "/static/iris/carbonio-shell-ui/3d96306a3d9ad2f3f7c73ba833362594c706f2e2/zapp-shell.bundle.js",
4
4
  "description": "The Zextras Carbonio web client",
5
- "version": "0.4.30",
6
- "commit": "0ff89ad1b806f5c2a9a3e4faecd114a3e97cd0b9",
5
+ "version": "0.4.31",
6
+ "commit": "3d96306a3d9ad2f3f7c73ba833362594c706f2e2",
7
7
  "priority": -1,
8
8
  "type": "shell",
9
9
  "attrKey": "",
package/dist/i18n/it.json CHANGED
@@ -262,7 +262,8 @@
262
262
  "label_italian": "Italiano - {{value}}",
263
263
  "label_turkish": "Turco - {{value}}",
264
264
  "french": "Francese",
265
- "label_french": "Francese - {{value}}"
265
+ "label_french": "Francese - {{value}}",
266
+ "vietnamese": "Vietnamita"
266
267
  },
267
268
  "timezone": {
268
269
  "alaska": "{{value}} Alaska",
package/dist/index.html CHANGED
@@ -9,8 +9,8 @@ SPDX-License-Identifier: AGPL-3.0-only
9
9
 
10
10
  <head>
11
11
  <title>Carbonio Client</title>
12
- <link rel="icon" type="image/svg+xml" href="/static/iris/carbonio-shell-ui/0ff89ad1b806f5c2a9a3e4faecd114a3e97cd0b9/favicon.svg">
13
- <link rel="alternate icon" href="/static/iris/carbonio-shell-ui/0ff89ad1b806f5c2a9a3e4faecd114a3e97cd0b9/favicon.png">
12
+ <link rel="icon" type="image/svg+xml" href="/static/iris/carbonio-shell-ui/3d96306a3d9ad2f3f7c73ba833362594c706f2e2/favicon.svg">
13
+ <link rel="alternate icon" href="/static/iris/carbonio-shell-ui/3d96306a3d9ad2f3f7c73ba833362594c706f2e2/favicon.png">
14
14
  <meta charset="utf-8">
15
15
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
16
16
  <meta name="viewport" content="minimum-scale=1.0, initial-scale=1.0, width=device-width, shrink-to-fit=no">
@@ -19,7 +19,7 @@ SPDX-License-Identifier: AGPL-3.0-only
19
19
  <meta http-equiv="Pragma" content="no-cache" />
20
20
  <meta http-equiv="Expires" content="0" />
21
21
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
22
- <script defer src="/static/iris/carbonio-shell-ui/0ff89ad1b806f5c2a9a3e4faecd114a3e97cd0b9/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/0ff89ad1b806f5c2a9a3e4faecd114a3e97cd0b9/style.6e120284.css" rel="stylesheet"></head>
22
+ <script defer src="/static/iris/carbonio-shell-ui/3d96306a3d9ad2f3f7c73ba833362594c706f2e2/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/3d96306a3d9ad2f3f7c73ba833362594c706f2e2/style.55e45449.css" rel="stylesheet"></head>
23
23
 
24
24
  <body>
25
25
  <div id="app"></div>
@@ -2050,7 +2050,7 @@ var I18nFactory = /*#__PURE__*/function () {
2050
2050
  }
2051
2051
 
2052
2052
  var newI18n = i18next__WEBPACK_IMPORTED_MODULE_7__["default"].createInstance();
2053
- var baseI18nPath = appPkgDescription.name === _constants__WEBPACK_IMPORTED_MODULE_11__.SHELL_APP_ID ? "/static/iris/carbonio-shell-ui/0ff89ad1b806f5c2a9a3e4faecd114a3e97cd0b9/" : (0,lodash__WEBPACK_IMPORTED_MODULE_9__.dropRight)(appPkgDescription.js_entrypoint.split('/')).join('/');
2053
+ var baseI18nPath = appPkgDescription.name === _constants__WEBPACK_IMPORTED_MODULE_11__.SHELL_APP_ID ? "/static/iris/carbonio-shell-ui/3d96306a3d9ad2f3f7c73ba833362594c706f2e2/" : (0,lodash__WEBPACK_IMPORTED_MODULE_9__.dropRight)(appPkgDescription.js_entrypoint.split('/')).join('/');
2054
2054
  newI18n // load translation using http -> see /public/locales (i.e. https://github.com/i18next/react-i18next/tree/master/example/react/public/locales)
2055
2055
  // learn more: https://github.com/i18next/i18next-http-backend
2056
2056
  .use(i18next_http_backend__WEBPACK_IMPORTED_MODULE_8__["default"]) // detect user language
@@ -13332,7 +13332,10 @@ var Composer = function Composer(_ref) {
13332
13332
  quickbars_selection_toolbar: inline ? 'bold italic underline | forecolor backcolor | removeformat | quicklink' : 'quicklink',
13333
13333
  contextmenu: inline ? '' : '',
13334
13334
  toolbar_mode: 'wrap',
13335
- forced_root_block: 'pre'
13335
+ valid_elements: 'br',
13336
+ force_br_newlines: true,
13337
+ force_p_newlines: false,
13338
+ forced_root_block: ''
13336
13339
  },
13337
13340
  onEditorChange: _onEditorChange
13338
13341
  }, rest)));
@@ -15667,4 +15670,4 @@ webpackContext.id = "./node_modules/moment/locale sync recursive ^\\.\\/.*$";
15667
15670
  /***/ })
15668
15671
 
15669
15672
  }]);
15670
- //# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.5a55abdb.chunk.js.map
15673
+ //# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.a6e5585c.chunk.js.map