@zextras/carbonio-shell-ui 5.0.3 → 5.1.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/dist/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
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
+ ## [5.1.0](https://github.com/zextras/carbonio-shell-ui/compare/v5.0.3...v5.1.0) (2024-01-10)
6
+
7
+
8
+ ### Features
9
+
10
+ * update position inside primary bar for search and settings ([b823bef](https://github.com/zextras/carbonio-shell-ui/commit/b823bef88374ea8fc9fdeb35e358ee83683736b7)), closes [#377](https://github.com/zextras/carbonio-shell-ui/issues/377)
11
+
5
12
  ### [5.0.3](https://github.com/zextras/carbonio-shell-ui/compare/v5.0.2...v5.0.3) (2023-12-29)
6
13
 
7
14
  ### [5.0.2](https://github.com/zextras/carbonio-shell-ui/compare/v5.0.1...v5.0.2) (2023-12-11)
package/dist/commit CHANGED
@@ -1 +1 @@
1
- 411c2d38ee98c8e03aa5830a23d22fe79775504f
1
+ c457e070b67de5d09e14c596f0fd488fc484de2f
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "carbonio-shell-ui",
3
- "js_entrypoint": "/static/iris/carbonio-shell-ui/411c2d38ee98c8e03aa5830a23d22fe79775504f/zapp-shell.bundle.js",
3
+ "js_entrypoint": "/static/iris/carbonio-shell-ui/c457e070b67de5d09e14c596f0fd488fc484de2f/zapp-shell.bundle.js",
4
4
  "description": "The Zextras Carbonio web client",
5
- "version": "5.0.3",
6
- "commit": "411c2d38ee98c8e03aa5830a23d22fe79775504f",
5
+ "version": "5.1.0",
6
+ "commit": "c457e070b67de5d09e14c596f0fd488fc484de2f",
7
7
  "priority": -1,
8
8
  "type": "shell",
9
9
  "attrKey": "",
package/dist/i18n/pl.json CHANGED
@@ -122,7 +122,7 @@
122
122
  "add_delegate": "Dodaj pełnomocnika",
123
123
  "add_new_email": "Dodaj nowy adres e-mail",
124
124
  "add_persona": "Dodaj personę",
125
- "add_recovery_email": "Dodaj zapasowy adres e-mail",
125
+ "add_recovery_email": "Dodaj pomocniczy adres e-mail",
126
126
  "address": "Adres",
127
127
  "advanced_settings": "Ustawienia zaawansowane",
128
128
  "choose_account": "Wybierz konto",
@@ -148,7 +148,7 @@
148
148
  "primary": "Główny",
149
149
  "recipents": "Odbiorcy",
150
150
  "remove": "usuń",
151
- "recovery_email": "E-mail zapasowy",
151
+ "recovery_email": "Pomocniczy adres e-mail",
152
152
  "save": "Zapisz",
153
153
  "save_and_leave": "Zapisz i opuść",
154
154
  "save_delegate_folder": "Zapisuj kopię wysyłanych wiadomości do folderu wysłane pełnomocnika",
@@ -0,0 +1 @@
1
+ {}
package/dist/index.html CHANGED
@@ -16,7 +16,7 @@ SPDX-License-Identifier: AGPL-3.0-only
16
16
  <meta http-equiv="Cache-Control" content="no-cache" />
17
17
  <meta http-equiv="Pragma" content="no-cache" />
18
18
  <meta http-equiv="Expires" content="0" />
19
- <script defer src="/static/iris/carbonio-shell-ui/411c2d38ee98c8e03aa5830a23d22fe79775504f/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/411c2d38ee98c8e03aa5830a23d22fe79775504f/style.e0226a66.css" rel="stylesheet"></head>
19
+ <script defer src="/static/iris/carbonio-shell-ui/c457e070b67de5d09e14c596f0fd488fc484de2f/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/c457e070b67de5d09e14c596f0fd488fc484de2f/style.0e15c04f.css" rel="stylesheet"></head>
20
20
 
21
21
  <body>
22
22
  <div id="app"></div>
@@ -6,7 +6,7 @@
6
6
  # upgrade, but so far there is nothing we can do about it (we would need to coordinate multiple nginx).
7
7
 
8
8
  pkgname="carbonio-shell-ui"
9
- pkgver="5.0.3"
9
+ pkgver="5.1.0"
10
10
  pkgrel="1"
11
11
  pkgdesc="The Zextras Carbonio web client"
12
12
  maintainer="Zextras (packages@zextras.com)"
@@ -23,11 +23,11 @@ depends=(
23
23
 
24
24
  package() {
25
25
  cd "${srcdir}"
26
- mkdir -p "${pkgdir}/opt/zextras/web/iris/${pkgname}/411c2d38ee98c8e03aa5830a23d22fe79775504f"
27
- cp -a ../../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/411c2d38ee98c8e03aa5830a23d22fe79775504f"
28
- chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/411c2d38ee98c8e03aa5830a23d22fe79775504f"
29
- chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/411c2d38ee98c8e03aa5830a23d22fe79775504f"
30
- find "${pkgdir}/opt/zextras/web/iris/${pkgname}/411c2d38ee98c8e03aa5830a23d22fe79775504f" -type d -exec chmod a+x "{}" \;
26
+ mkdir -p "${pkgdir}/opt/zextras/web/iris/${pkgname}/c457e070b67de5d09e14c596f0fd488fc484de2f"
27
+ cp -a ../../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/c457e070b67de5d09e14c596f0fd488fc484de2f"
28
+ chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/c457e070b67de5d09e14c596f0fd488fc484de2f"
29
+ chmod 644 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/c457e070b67de5d09e14c596f0fd488fc484de2f"
30
+ find "${pkgdir}/opt/zextras/web/iris/${pkgname}/c457e070b67de5d09e14c596f0fd488fc484de2f" -type d -exec chmod a+x "{}" \;
31
31
  }
32
32
 
33
33
  postinst() {
@@ -35,7 +35,7 @@ postinst() {
35
35
  mkdir -p "/opt/zextras/web/iris/carbonio-shell-ui/current"
36
36
 
37
37
  # not every package has a index.html
38
- cd "/opt/zextras/web/iris/carbonio-shell-ui/411c2d38ee98c8e03aa5830a23d22fe79775504f"
38
+ cd "/opt/zextras/web/iris/carbonio-shell-ui/c457e070b67de5d09e14c596f0fd488fc484de2f"
39
39
  find . -name "*.html" -exec cp --parents "{}" /opt/zextras/web/iris/carbonio-shell-ui/current/ \;
40
40
 
41
41
  # re-generate the component list, for every component
@@ -465,7 +465,7 @@ const searchRouteDescriptor = t => ({
465
465
  show: false
466
466
  },
467
467
  label: t('search.app', 'Search'),
468
- position: 15,
468
+ position: 1000,
469
469
  visible: true,
470
470
  primaryBar: 'SearchModOutline'
471
471
  });
@@ -478,7 +478,7 @@ const settingsRouteDescriptor = t => ({
478
478
  show: false
479
479
  },
480
480
  label: t('settings.app', 'Settings'),
481
- position: 16,
481
+ position: 1100,
482
482
  visible: true,
483
483
  primaryBar: 'SettingsModOutline',
484
484
  secondaryBar: _settings_settings_sidebar__WEBPACK_IMPORTED_MODULE_7__.SettingsSidebar
@@ -11355,7 +11355,7 @@ const defaultI18nInitOptions = {
11355
11355
  console.warn(`Missing translation with key '${key}'`);
11356
11356
  },
11357
11357
  backend: {
11358
- loadPath: `${"/static/iris/carbonio-shell-ui/411c2d38ee98c8e03aa5830a23d22fe79775504f/"}/i18n/{{lng}}.json`
11358
+ loadPath: `${"/static/iris/carbonio-shell-ui/c457e070b67de5d09e14c596f0fd488fc484de2f/"}/i18n/{{lng}}.json`
11359
11359
  }
11360
11360
  };
11361
11361
  const useI18nStore = (0,zustand__WEBPACK_IMPORTED_MODULE_6__.create)()(set => ({
@@ -11389,7 +11389,7 @@ const useI18nStore = (0,zustand__WEBPACK_IMPORTED_MODULE_6__.create)()(set => ({
11389
11389
  ...defaultI18nInitOptions,
11390
11390
  lng: locale,
11391
11391
  backend: {
11392
- loadPath: app.name === _constants__WEBPACK_IMPORTED_MODULE_4__.SHELL_APP_ID ? `${"/static/iris/carbonio-shell-ui/411c2d38ee98c8e03aa5830a23d22fe79775504f/"}/i18n/{{lng}}.json` : `${(0,lodash__WEBPACK_IMPORTED_MODULE_2__.dropRight)(app.js_entrypoint.split('/')).join('/')}/i18n/{{lng}}.json`
11392
+ loadPath: app.name === _constants__WEBPACK_IMPORTED_MODULE_4__.SHELL_APP_ID ? `${"/static/iris/carbonio-shell-ui/c457e070b67de5d09e14c596f0fd488fc484de2f/"}/i18n/{{lng}}.json` : `${(0,lodash__WEBPACK_IMPORTED_MODULE_2__.dropRight)(app.js_entrypoint.split('/')).join('/')}/i18n/{{lng}}.json`
11393
11393
  }
11394
11394
  });
11395
11395
  // eslint-disable-next-line no-param-reassign
@@ -11586,8 +11586,8 @@ const Composer = _ref => {
11586
11586
  });
11587
11587
  }, [inlineLabel, onFileClick, onFileSelect, t]);
11588
11588
  const editorInitConfig = (0,react__WEBPACK_IMPORTED_MODULE_0__.useMemo)(() => ({
11589
- content_css: `${"/static/iris/carbonio-shell-ui/411c2d38ee98c8e03aa5830a23d22fe79775504f/"}/tinymce/skins/content/default/content.css`,
11590
- language_url: `${"/static/iris/carbonio-shell-ui/411c2d38ee98c8e03aa5830a23d22fe79775504f/"}tinymce/langs/${language}.js`,
11589
+ content_css: `${"/static/iris/carbonio-shell-ui/c457e070b67de5d09e14c596f0fd488fc484de2f/"}/tinymce/skins/content/default/content.css`,
11590
+ language_url: `${"/static/iris/carbonio-shell-ui/c457e070b67de5d09e14c596f0fd488fc484de2f/"}tinymce/langs/${language}.js`,
11591
11591
  language,
11592
11592
  setup: setupCallback,
11593
11593
  min_height: 350,
@@ -12109,7 +12109,7 @@ const useLoginConfigStore = (0,zustand__WEBPACK_IMPORTED_MODULE_0__.create)()(()
12109
12109
  // setup defaults for fields which does not depend on dark mode
12110
12110
  carbonioWebUiTitle: 'Carbonio Client',
12111
12111
  // default to png because this icon is used also in notification, and svg are not supported there
12112
- carbonioWebUiFavicon: `${"/static/iris/carbonio-shell-ui/411c2d38ee98c8e03aa5830a23d22fe79775504f/"}favicon.png`
12112
+ carbonioWebUiFavicon: `${"/static/iris/carbonio-shell-ui/c457e070b67de5d09e14c596f0fd488fc484de2f/"}favicon.png`
12113
12113
  }));
12114
12114
 
12115
12115
  /***/ }),
@@ -13505,4 +13505,4 @@ module.exports = __webpack_require__.p + "20d012c938e8d0dcc703.mp3";
13505
13505
  /***/ })
13506
13506
 
13507
13507
  }]);
13508
- //# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.79b74884.chunk.js.map
13508
+ //# sourceMappingURL=src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.791d4085.chunk.js.map