@zextras/carbonio-shell-ui 0.4.12 → 0.4.13
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 +2 -0
- package/dist/PKGBUILD +6 -6
- package/dist/commit +1 -1
- package/dist/component.json +3 -3
- package/dist/index.html +3 -3
- package/dist/{src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.c931a833.chunk.js → src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.fb2b8084.chunk.js} +8 -976
- package/dist/src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.fb2b8084.chunk.js.map +1 -0
- package/dist/{src_workers_folder_ts.2d4d4105.chunk.js → src_workers_folder_ts.ea5980e3.chunk.js} +2 -2
- package/dist/{src_workers_folder_ts.2d4d4105.chunk.js.map → src_workers_folder_ts.ea5980e3.chunk.js.map} +1 -1
- package/dist/{src_workers_tag_ts.8b0259d8.chunk.js → src_workers_tag_ts.9d8bcfd3.chunk.js} +2 -2
- package/dist/{src_workers_tag_ts.8b0259d8.chunk.js.map → src_workers_tag_ts.9d8bcfd3.chunk.js.map} +1 -1
- package/dist/{style.447a7167.css → style.d80029f0.css} +1 -1
- package/dist/{style.447a7167.css.map → style.d80029f0.css.map} +1 -1
- package/dist/{vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-04f316.a064facc.chunk.js → vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-eb34a0.8b6b16b5.chunk.js} +722 -2
- package/dist/{vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-04f316.a064facc.chunk.js.map → vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-eb34a0.8b6b16b5.chunk.js.map} +1 -1
- package/dist/{vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-04f316.css → vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-eb34a0.css} +1 -1
- package/dist/{vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-04f316.css.map → vendors-node_modules_reduxjs_toolkit_dist_redux-toolkit_esm_js-node_modules_sentry_browser_es-eb34a0.css.map} +1 -1
- package/dist/zapp-shell.bundle.js +4 -4
- package/dist/zapp-shell.bundle.js.map +1 -1
- package/package.json +2 -2
- package/dist/src_boot_bootstrapper_tsx-node_modules_moment_locale_sync_recursive_.c931a833.chunk.js.map +0 -1
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.13](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.12...v0.4.13) (2022-04-27)
|
|
6
|
+
|
|
5
7
|
### [0.4.12](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.11...v0.4.12) (2022-04-26)
|
|
6
8
|
|
|
7
9
|
### [0.4.11](https://github.com/zextras/carbonio-shell-ui/compare/v0.4.10...v0.4.11) (2022-04-22)
|
package/dist/PKGBUILD
CHANGED
|
@@ -10,7 +10,7 @@ targets=(
|
|
|
10
10
|
"ubuntu"
|
|
11
11
|
)
|
|
12
12
|
pkgname="carbonio-shell-ui"
|
|
13
|
-
pkgver="0.4.
|
|
13
|
+
pkgver="0.4.13"
|
|
14
14
|
pkgrel="1"
|
|
15
15
|
pkgdesc="The Zextras Carbonio web client"
|
|
16
16
|
pkgdesclong=(
|
|
@@ -35,10 +35,10 @@ preinst() {
|
|
|
35
35
|
|
|
36
36
|
package() {
|
|
37
37
|
cd "${srcdir}"
|
|
38
|
-
mkdir -p "${pkgdir}/opt/zextras/web/iris/${pkgname}/
|
|
39
|
-
cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/
|
|
40
|
-
chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/
|
|
41
|
-
chmod 755 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/
|
|
38
|
+
mkdir -p "${pkgdir}/opt/zextras/web/iris/${pkgname}/9b6b61503ba6bd39fd905a765887fddad14076d3"
|
|
39
|
+
cp -a ../dist/* "${pkgdir}/opt/zextras/web/iris/${pkgname}/9b6b61503ba6bd39fd905a765887fddad14076d3" || true
|
|
40
|
+
chown root:root -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/9b6b61503ba6bd39fd905a765887fddad14076d3"
|
|
41
|
+
chmod 755 -R "${pkgdir}/opt/zextras/web/iris/${pkgname}/9b6b61503ba6bd39fd905a765887fddad14076d3"
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
postinst() {
|
|
@@ -46,7 +46,7 @@ postinst() {
|
|
|
46
46
|
mkdir -p "/opt/zextras/web/iris/${pkgname}/current"
|
|
47
47
|
|
|
48
48
|
# not every package has a index.html
|
|
49
|
-
cp "/opt/zextras/web/iris/${pkgname}/
|
|
49
|
+
cp "/opt/zextras/web/iris/${pkgname}/9b6b61503ba6bd39fd905a765887fddad14076d3/index.html" "/opt/zextras/web/iris/${pkgname}/current/index.html" 2>/dev/null || true
|
|
50
50
|
|
|
51
51
|
# re-generate the component list, for every component
|
|
52
52
|
# depth should be 3 since the path should be iris/NAME/COMMIT/component.json
|
package/dist/commit
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
9b6b61503ba6bd39fd905a765887fddad14076d3
|
package/dist/component.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "carbonio-shell-ui",
|
|
3
|
-
"js_entrypoint": "/static/iris/carbonio-shell-ui/
|
|
3
|
+
"js_entrypoint": "/static/iris/carbonio-shell-ui/9b6b61503ba6bd39fd905a765887fddad14076d3/zapp-shell.bundle.js",
|
|
4
4
|
"description": "The Zextras Carbonio web client",
|
|
5
|
-
"version": "0.4.
|
|
6
|
-
"commit": "
|
|
5
|
+
"version": "0.4.13",
|
|
6
|
+
"commit": "9b6b61503ba6bd39fd905a765887fddad14076d3",
|
|
7
7
|
"priority": -1,
|
|
8
8
|
"type": "shell",
|
|
9
9
|
"attrKey": "",
|
package/dist/index.html
CHANGED
|
@@ -8,8 +8,8 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|
|
8
8
|
<html lang="">
|
|
9
9
|
<head>
|
|
10
10
|
<title>Carbonio Client</title>
|
|
11
|
-
<link rel="icon" type="image/svg+xml" href="/static/iris/carbonio-shell-ui/
|
|
12
|
-
<link rel="alternate icon" href="/static/iris/carbonio-shell-ui/
|
|
11
|
+
<link rel="icon" type="image/svg+xml" href="/static/iris/carbonio-shell-ui/9b6b61503ba6bd39fd905a765887fddad14076d3/favicon.svg">
|
|
12
|
+
<link rel="alternate icon" href="/static/iris/carbonio-shell-ui/9b6b61503ba6bd39fd905a765887fddad14076d3/favicon.png">
|
|
13
13
|
<meta charset="utf-8">
|
|
14
14
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
15
15
|
<meta name="viewport" content="minimum-scale=1.0, initial-scale=1.0, width=device-width, shrink-to-fit=no">
|
|
@@ -17,7 +17,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|
|
17
17
|
<meta http-equiv="Cache-Control" content="no-cache" />
|
|
18
18
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
19
19
|
<meta http-equiv="Expires" content="0" />
|
|
20
|
-
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto"><script defer src="/static/iris/carbonio-shell-ui/
|
|
20
|
+
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto"><script defer src="/static/iris/carbonio-shell-ui/9b6b61503ba6bd39fd905a765887fddad14076d3/zapp-shell.bundle.js"></script><link href="/static/iris/carbonio-shell-ui/9b6b61503ba6bd39fd905a765887fddad14076d3/style.d80029f0.css" rel="stylesheet"></head>
|
|
21
21
|
<body>
|
|
22
22
|
<script>
|
|
23
23
|
window.__SHELL_ENV__ = "carbonio"
|