analogger 2.0.2 → 2.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.
@@ -1,56 +0,0 @@
1
- /**
2
- * DO NOT EDIT THIS FILE DIRECTLY.
3
- * This file is generated following the conversion of
4
- * @see [./src/constants.cjs]{@link ./src/constants.cjs}
5
- *
6
- **/
7
- const constants = {
8
- COLOR_TABLE: [
9
- "#d2466e", // Error context color
10
- "#FFA07A", // Default context color
11
- "#FF7F50",
12
- "#FF6347",
13
- "#FFE4B5",
14
- "#ADFF2F",
15
- "#808000",
16
- "#40E0D0",
17
- "#1E90FF",
18
- "#EE82EE",
19
- "#708090",
20
- "#DEB887",
21
- "#FE642E",
22
- "#210B61",
23
- "#088A4B",
24
- "#5E610B",
25
- "#FA8258",
26
- "#088A68",
27
- "#B40431",
28
- ],
29
- SYSTEM: {
30
- BROWSER: "BROWSER",
31
- NODE: "NODE"
32
- }
33
-
34
- };
35
-
36
- export const COLOR_TABLE = constants.COLOR_TABLE;
37
- export const SYSTEM = constants.SYSTEM;
38
- export const MAX_CHILDREN_DOM_ANALOGGER = 2000;
39
- export const CLASS_REMOVED_NOTIF = "analogger-removed-notif";
40
- export const CONSOLE_HEADER_CLASSNAME = "analogger-header";
41
- export const CONSOLE_AREA_CLASSNAME = "analogger-view";
42
- export const CONSOLE_FOOTER_CLASSNAME = "analogger-footer";
43
- export const LINE_CLASSNAME = "to-esm-line";
44
-
45
- export const ADD_TYPE = {
46
- TOP: "TOP",
47
- BOTTOM: "BOTTOM"
48
- };
49
-
50
- export const ANALOGGER_NAME = "ANALOGGER";
51
-
52
-
53
-
54
- export const PREDEFINED_FORMATS = {
55
- DEFAULT_FORMAT: "FORMAT1"
56
- };