@zextras/carbonio-shell-ui 10.0.0-devel.1741625092270 → 10.0.0-devel.1742978259410

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.
@@ -2,34 +2,6 @@ import type { DynamicThemeFix } from 'darkreader';
2
2
  export declare const SHELL_APP_ID = "carbonio-shell-ui";
3
3
  export declare const SETTINGS_APP_ID = "settings";
4
4
  export declare const ACTION_TYPES: {
5
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
6
- readonly CONVERSATION: "conversation";
7
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
8
- readonly CONVERSATION_lIST: "conversation_list";
9
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
10
- readonly MESSAGE: "message";
11
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
12
- readonly MESSAGE_lIST: "message_list";
13
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
14
- readonly CONTACT: "contact";
15
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
16
- readonly CONTACT_lIST: "contact_list";
17
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
18
- readonly INVITE: "invite";
19
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
20
- readonly INVITE_lIST: "invite_list";
21
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
22
- readonly APPOINTMENT: "appointment";
23
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
24
- readonly APPOINTMENT_lIST: "appointment_list";
25
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
26
- readonly FOLDER: "folder";
27
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
28
- readonly FOLDER_lIST: "folder_list";
29
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
30
- readonly CALENDAR: "calendar";
31
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
32
- readonly CALENDAR_lIST: "calendar_list";
33
5
  readonly NEW: "new";
34
6
  readonly ACCOUNT_MENU: "account_menu";
35
7
  };
@@ -66,14 +38,6 @@ export declare const SCALING_LIMIT: {
66
38
  export declare const LOGIN_V3_CONFIG_PATH = "/zx/login/v3/config";
67
39
  export declare const DARK_READER_PROP_KEY = "zappDarkreaderMode";
68
40
  export declare const SENTRY_SHELL_DSN = "https://0ce2448c05b94f0182c47ae52c7ff52c@feedback.zextras.tools/6";
69
- /**
70
- * @deprecated this const does not belong to shell
71
- */
72
- export declare const RESULT_LABEL_TYPE: {
73
- readonly normal: "normal";
74
- readonly warning: "warning";
75
- readonly error: "error";
76
- };
77
41
  export declare const HEADER_BAR_HEIGHT = "3.75rem";
78
42
  export declare const PRIMARY_BAR_WIDTH = "3.0625rem";
79
43
  export declare const BOARD_HEADER_HEIGHT = "3rem";
@@ -1,37 +1,9 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.JSNS = exports.CUSTOM_EVENTS = exports.DELEGATED_SEND_SAVE_TARGET = exports.BOARD_MIN_VISIBILITY = exports.BOARD_CONTAINER_ZINDEX = exports.BOARD_TAB_WIDTH = exports.BOARD_HEADER_HEIGHT = exports.PRIMARY_BAR_WIDTH = exports.HEADER_BAR_HEIGHT = exports.RESULT_LABEL_TYPE = exports.SENTRY_SHELL_DSN = exports.DARK_READER_PROP_KEY = exports.LOGIN_V3_CONFIG_PATH = exports.SCALING_LIMIT = exports.BASE_FONT_SIZE = exports.SCALING_OPTIONS = exports.LOCAL_STORAGE_BOARD_SIZE = exports.LOCAL_STORAGE_LAST_PRIMARY_KEY = exports.LOCAL_STORAGE_SETTINGS_KEY = exports.DARK_READER_VALUES = exports.EMAIL_VALIDATION_REGEX = exports.BASENAME = exports.IS_FOCUS_MODE = exports.darkReaderDynamicThemeFixes = exports.ACTION_TYPES = exports.SETTINGS_APP_ID = exports.SHELL_APP_ID = void 0;
3
+ exports.JSNS = exports.CUSTOM_EVENTS = exports.DELEGATED_SEND_SAVE_TARGET = exports.BOARD_MIN_VISIBILITY = exports.BOARD_CONTAINER_ZINDEX = exports.BOARD_TAB_WIDTH = exports.BOARD_HEADER_HEIGHT = exports.PRIMARY_BAR_WIDTH = exports.HEADER_BAR_HEIGHT = exports.SENTRY_SHELL_DSN = exports.DARK_READER_PROP_KEY = exports.LOGIN_V3_CONFIG_PATH = exports.SCALING_LIMIT = exports.BASE_FONT_SIZE = exports.SCALING_OPTIONS = exports.LOCAL_STORAGE_BOARD_SIZE = exports.LOCAL_STORAGE_LAST_PRIMARY_KEY = exports.LOCAL_STORAGE_SETTINGS_KEY = exports.DARK_READER_VALUES = exports.EMAIL_VALIDATION_REGEX = exports.BASENAME = exports.IS_FOCUS_MODE = exports.darkReaderDynamicThemeFixes = exports.ACTION_TYPES = exports.SETTINGS_APP_ID = exports.SHELL_APP_ID = void 0;
4
4
  exports.SHELL_APP_ID = 'carbonio-shell-ui';
5
5
  exports.SETTINGS_APP_ID = 'settings';
6
6
  exports.ACTION_TYPES = {
7
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
8
- CONVERSATION: 'conversation',
9
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
10
- CONVERSATION_lIST: 'conversation_list',
11
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
12
- MESSAGE: 'message',
13
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
14
- MESSAGE_lIST: 'message_list',
15
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
16
- CONTACT: 'contact',
17
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
18
- CONTACT_lIST: 'contact_list',
19
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
20
- INVITE: 'invite',
21
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
22
- INVITE_lIST: 'invite_list',
23
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
24
- APPOINTMENT: 'appointment',
25
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
26
- APPOINTMENT_lIST: 'appointment_list',
27
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
28
- FOLDER: 'folder',
29
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
30
- FOLDER_lIST: 'folder_list',
31
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
32
- CALENDAR: 'calendar',
33
- /** @deprecated this action does not belong to shell, and therefore it will be removed in next releases */
34
- CALENDAR_lIST: 'calendar_list',
35
7
  NEW: 'new',
36
8
  ACCOUNT_MENU: 'account_menu'
37
9
  };
@@ -74,14 +46,6 @@ exports.SCALING_LIMIT = {
74
46
  exports.LOGIN_V3_CONFIG_PATH = '/zx/login/v3/config';
75
47
  exports.DARK_READER_PROP_KEY = 'zappDarkreaderMode';
76
48
  exports.SENTRY_SHELL_DSN = 'https://0ce2448c05b94f0182c47ae52c7ff52c@feedback.zextras.tools/6';
77
- /**
78
- * @deprecated this const does not belong to shell
79
- */
80
- exports.RESULT_LABEL_TYPE = {
81
- normal: 'normal',
82
- warning: 'warning',
83
- error: 'error'
84
- };
85
49
  exports.HEADER_BAR_HEIGHT = '3.75rem';
86
50
  exports.PRIMARY_BAR_WIDTH = '3.0625rem';
87
51
  exports.BOARD_HEADER_HEIGHT = '3rem';
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/constants/index.ts"],"names":[],"mappings":";;;AAOa,QAAA,YAAY,GAAG,mBAAmB,CAAC;AACnC,QAAA,eAAe,GAAG,UAAU,CAAC;AAE7B,QAAA,YAAY,GAAG;IAC3B,GAAG,EAAE,KAAK;IACV,YAAY,EAAE,cAAc;CACnB,CAAC;AAEE,QAAA,2BAA2B,GAAoB;IAC3D,mBAAmB,EAAE,CAAC,iBAAiB,CAAC;IACxC,MAAM,EAAE,EAAE;IACV,GAAG,EAAE;;;;;EAKJ;IACD,iBAAiB,EAAE,CAAC,aAAa,CAAC;IAClC,uBAAuB,EAAE,KAAK;CAC9B,CAAC;AAEF,MAAM,IAAI,GAAG,WAAW,CAAC;AAEzB,MAAM,aAAa,GAAG,GAAG,IAAI,aAAa,CAAC;AAE9B,QAAA,aAAa,GAAG,MAAM,CAAC,QAAQ,CAAC,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;AACnE,QAAA,QAAQ,GAAG,qBAAa,CAAC,CAAC,CAAC,aAAa,CAAC,CAAC,CAAC,IAAI,CAAC;AAChD,QAAA,sBAAsB;AAClC,wFAAwF;AACxF,4aAA4a,CAAC;AAEja,QAAA,kBAAkB,GAAG,CAAC,MAAM,EAAE,SAAS,EAAE,UAAU,CAAU,CAAC;AAE9D,QAAA,0BAA0B,GAAG,UAAU,CAAC;AACxC,QAAA,8BAA8B,GAAG,QAAQ,CAAC;AAC1C,QAAA,wBAAwB,GAAG,YAAY,CAAC;AACxC,QAAA,eAAe,GAAG;IAC9B,EAAE,KAAK,EAAE,EAAE,EAAE,KAAK,EAAE,IAAI,EAAE;IAC1B,EAAE,KAAK,EAAE,IAAI,EAAE,KAAK,EAAE,GAAG,EAAE;IAC3B,EAAE,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,GAAG,EAAE;IAC1B,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,GAAG,EAAE;IAC5B,EAAE,KAAK,EAAE,GAAG,EAAE,KAAK,EAAE,IAAI,EAAE;CAClB,CAAC;AACE,QAAA,cAAc,GAAG,GAAG,CAAC;AACrB,QAAA,aAAa,GAAG;IAC5B,KAAK,EAAE,IAAI;IACX,MAAM,EAAE,GAAG;IACX,GAAG,EAAE,CAAC,CAAC,qBAAqB;CACnB,CAAC;AAEE,QAAA,oBAAoB,GAAG,qBAAqB,CAAC;AAC7C,QAAA,oBAAoB,GAAG,oBAAoB,CAAC;AAC5C,QAAA,gBAAgB,GAAG,mEAAmE,CAAC;AAEvF,QAAA,iBAAiB,GAAG,SAAS,CAAC;AAC9B,QAAA,iBAAiB,GAAG,WAAW,CAAC;AAChC,QAAA,mBAAmB,GAAG,MAAM,CAAC;AAC7B,QAAA,eAAe,GAAG,mBAAmB,CAAC;AACtC,QAAA,sBAAsB,GAAG,EAAE,CAAC;AAC5B,QAAA,oBAAoB,GAAG;IACnC,GAAG,EAAE,EAAE;IACP,IAAI,EAAE,EAAE;CACR,CAAC;AAEW,QAAA,0BAA0B,GAAG,CAAC,OAAO,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,CAAC,CAAC;AACjE,QAAA,aAAa,GAAG,EAAE,UAAU,EAAE,YAAY,EAAW,CAAC;AAEtD,QAAA,IAAI,GAAG;IACnB,OAAO,EAAE,mBAAmB;IAC5B,KAAK,EAAE,iBAAiB;IACxB,IAAI,EAAE,gBAAgB;IACtB,GAAG,EAAE,YAAY;IACjB,IAAI,EAAE,gBAAgB;CACb,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zextras/carbonio-shell-ui",
3
- "version": "10.0.0-devel.1741625092270",
3
+ "version": "10.0.0-devel.1742978259410",
4
4
  "description": "The Zextras Carbonio web client",
5
5
  "main": "./lib/lib.js",
6
6
  "types": "./lib/lib.d.ts",
@@ -69,14 +69,14 @@
69
69
  "@types/react-dom": "^18.3.0",
70
70
  "@types/ua-parser-js": "^0.7.39",
71
71
  "@types/webpack": "^5.28.5",
72
- "@types/webpack-env": "^1.18.4",
72
+ "@types/webpack-env": "^1.18.8",
73
73
  "@zextras/carbonio-search-ui": "github:zextras/carbonio-search-ui#devel",
74
74
  "@zextras/carbonio-ui-configs": "^2.0.1",
75
75
  "@zextras/carbonio-ui-sdk": "^1.7.12",
76
76
  "autoprefixer": "^10.4.17",
77
77
  "babel-plugin-styled-components": "^2.1.4",
78
78
  "babel-plugin-transform-import-meta": "^2.3.2",
79
- "copy-webpack-plugin": "^12.0.2",
79
+ "copy-webpack-plugin": "^13.0.0",
80
80
  "core-js": "^3.39.0",
81
81
  "css-loader": "^6.10.0",
82
82
  "dotenv": "^16.4.5",
@@ -95,8 +95,8 @@
95
95
  "postcss-loader": "^8.1.1",
96
96
  "ts-node": "^10.9.2",
97
97
  "typescript": "^5.3.3",
98
- "webpack": "^5.94.0",
99
- "webpack-cli": "^5.1.4",
98
+ "webpack": "^5.98.0",
99
+ "webpack-cli": "^6.0.1",
100
100
  "webpack-dev-server": "^4.15.2",
101
101
  "webpack-merge": "^6.0.1"
102
102
  },