@zextras/carbonio-shell-ui 0.4.34 → 0.4.35

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,8 @@
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.35](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.34...v0.4.35) (2022-09-14)
6
+
5
7
  ### [0.4.34](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.33...v0.4.34) (2022-08-31)
6
8
 
7
9
 
package/dist/PKGBUILD CHANGED
@@ -10,7 +10,7 @@ targets=(
10
10
  "ubuntu"
11
11
  )
12
12
  pkgname="carbonio-shell-ui"
13
- pkgver="0.4.34"
13
+ pkgver="0.4.35"
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}/f0a261eadb5bccfd0c9bbb63d781bd373ddb598f"
39
- cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/f0a261eadb5bccfd0c9bbb63d781bd373ddb598f" || true
40
- chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/f0a261eadb5bccfd0c9bbb63d781bd373ddb598f"
41
- chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/f0a261eadb5bccfd0c9bbb63d781bd373ddb598f"
42
- find "${pkgdir}/opt/zextras/web/iris/${pkgname}/f0a261eadb5bccfd0c9bbb63d781bd373ddb598f" -type d -exec chmod a+x "{}" \;
38
+ mkdir -p "${pkgdir}/opt/zextras/web/iris/${pkgname}/38f05214675ab078af8407d612b2bafc79fac9cc"
39
+ cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/38f05214675ab078af8407d612b2bafc79fac9cc" || true
40
+ chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/38f05214675ab078af8407d612b2bafc79fac9cc"
41
+ chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/38f05214675ab078af8407d612b2bafc79fac9cc"
42
+ find "${pkgdir}/opt/zextras/web/iris/${pkgname}/38f05214675ab078af8407d612b2bafc79fac9cc" -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}/f0a261eadb5bccfd0c9bbb63d781bd373ddb598f"
50
+ cd "/opt/zextras/web/iris/${pkgname}/38f05214675ab078af8407d612b2bafc79fac9cc"
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
- f0a261eadb5bccfd0c9bbb63d781bd373ddb598f
1
+ 38f05214675ab078af8407d612b2bafc79fac9cc
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "carbonio-shell-ui",
3
- "js_entrypoint": "/static/iris/carbonio-shell-ui/f0a261eadb5bccfd0c9bbb63d781bd373ddb598f/zapp-shell.bundle.js",
3
+ "js_entrypoint": "/static/iris/carbonio-shell-ui/38f05214675ab078af8407d612b2bafc79fac9cc/zapp-shell.bundle.js",
4
4
  "description": "The Zextras Carbonio web client",
5
- "version": "0.4.34",
6
- "commit": "f0a261eadb5bccfd0c9bbb63d781bd373ddb598f",
5
+ "version": "0.4.35",
6
+ "commit": "38f05214675ab078af8407d612b2bafc79fac9cc",
7
7
  "priority": -1,
8
8
  "type": "shell",
9
9
  "attrKey": "",
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/f0a261eadb5bccfd0c9bbb63d781bd373ddb598f/favicon.svg">
13
- <link rel="alternate icon" href="/static/iris/carbonio-shell-ui/f0a261eadb5bccfd0c9bbb63d781bd373ddb598f/favicon.png">
12
+ <link rel="icon" type="image/svg+xml" href="/static/iris/carbonio-shell-ui/38f05214675ab078af8407d612b2bafc79fac9cc/favicon.svg">
13
+ <link rel="alternate icon" href="/static/iris/carbonio-shell-ui/38f05214675ab078af8407d612b2bafc79fac9cc/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/f0a261eadb5bccfd0c9bbb63d781bd373ddb598f/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/f0a261eadb5bccfd0c9bbb63d781bd373ddb598f/style.918584a7.css" rel="stylesheet"></head>
22
+ <script defer src="/static/iris/carbonio-shell-ui/38f05214675ab078af8407d612b2bafc79fac9cc/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/38f05214675ab078af8407d612b2bafc79fac9cc/style.f36fc042.css" rel="stylesheet"></head>
23
23
 
24
24
  <body>
25
25
  <div id="app"></div>
@@ -2071,7 +2071,7 @@ var I18nFactory = /*#__PURE__*/function () {
2071
2071
  }
2072
2072
 
2073
2073
  var newI18n = i18next__WEBPACK_IMPORTED_MODULE_7__["default"].createInstance();
2074
- var baseI18nPath = appPkgDescription.name === _constants__WEBPACK_IMPORTED_MODULE_11__.SHELL_APP_ID ? "/static/iris/carbonio-shell-ui/f0a261eadb5bccfd0c9bbb63d781bd373ddb598f/" : (0,lodash__WEBPACK_IMPORTED_MODULE_9__.dropRight)(appPkgDescription.js_entrypoint.split('/')).join('/');
2074
+ var baseI18nPath = appPkgDescription.name === _constants__WEBPACK_IMPORTED_MODULE_11__.SHELL_APP_ID ? "/static/iris/carbonio-shell-ui/38f05214675ab078af8407d612b2bafc79fac9cc/" : (0,lodash__WEBPACK_IMPORTED_MODULE_9__.dropRight)(appPkgDescription.js_entrypoint.split('/')).join('/');
2075
2075
  newI18n // load translation using http -> see /public/locales (i.e. https://github.com/i18next/react-i18next/tree/master/example/react/public/locales)
2076
2076
  // learn more: https://github.com/i18next/i18next-http-backend
2077
2077
  .use(i18next_http_backend__WEBPACK_IMPORTED_MODULE_8__["default"]) // detect user language
@@ -5609,14 +5609,6 @@ var AccountsList = function AccountsList(_ref) {
5609
5609
  background: "gray6"
5610
5610
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_21___default().createElement(_zextras_carbonio_design_system__WEBPACK_IMPORTED_MODULE_23__.Padding, {
5611
5611
  right: "small"
5612
- }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_21___default().createElement(_zextras_carbonio_design_system__WEBPACK_IMPORTED_MODULE_23__.Button, {
5613
- label: t('label.add_external_account', 'Add external account') // onClick={(): void => setSelectedIdentity({ type: 'POP' })}
5614
- ,
5615
- color: "primary",
5616
- type: "outlined",
5617
- disabled: true
5618
- })), /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_21___default().createElement(_zextras_carbonio_design_system__WEBPACK_IMPORTED_MODULE_23__.Padding, {
5619
- right: "small"
5620
5612
  }, /*#__PURE__*/react__WEBPACK_IMPORTED_MODULE_21___default().createElement(_zextras_carbonio_design_system__WEBPACK_IMPORTED_MODULE_23__.Button, {
5621
5613
  label: t('label.add_persona', 'Add persona'),
5622
5614
  onClick: function onClick() {
@@ -13762,7 +13754,7 @@ var Composer = function Composer(_ref) {
13762
13754
  toolbar_mode: 'wrap',
13763
13755
  forced_root_block: false,
13764
13756
  content_style: "body { color: ".concat(defaultStyle === null || defaultStyle === void 0 ? void 0 : defaultStyle.color, "; font-size: ").concat(defaultStyle === null || defaultStyle === void 0 ? void 0 : defaultStyle.fontSize, "; font-family: ").concat(defaultStyle === null || defaultStyle === void 0 ? void 0 : defaultStyle.font, "; }"),
13765
- visualblocks_default_state: true,
13757
+ visualblocks_default_state: false,
13766
13758
  end_container_on_empty_block: true
13767
13759
  },
13768
13760
  onEditorChange: _onEditorChange
@@ -16151,4 +16143,4 @@ webpackContext.id = "./node_modules/moment/locale sync recursive ^\\.\\/.*$";
16151
16143
  /***/ })
16152
16144
 
16153
16145
  }]);
16154
- //# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.7999114d.chunk.js.map
16146
+ //# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.52c78862.chunk.js.map