@things-factory/operato-codelingua 7.0.7 → 7.0.9

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/_index.html CHANGED
@@ -16,7 +16,7 @@
16
16
  <link rel="manifest" href="/assets/manifest.json" />
17
17
 
18
18
  <!-- See https://goo.gl/qRE0vM -->
19
- <meta name="theme-color" content="#22a6a7" />
19
+ <meta name="theme-color" content="#6d5e0f" />
20
20
 
21
21
  <!-- Add to homescreen for Chrome on Android. Fallback for manifest.json -->
22
22
  <meta name="mobile-web-app-capable" content="yes" />
@@ -39,7 +39,7 @@
39
39
 
40
40
  <!-- Tile icon for Windows 8 (144x144 + tile color) -->
41
41
  <meta name="msapplication-TileImage" content="/assets/manifest/icon-144x144.png" />
42
- <meta name="msapplication-TileColor" content="#3f51b5" />
42
+ <meta name="msapplication-TileColor" content="#6d5e0f" />
43
43
  <meta name="msapplication-tap-highlight" content="no" />
44
44
 
45
45
  <!-- Default twitter cards -->
@@ -22,6 +22,6 @@
22
22
  ],
23
23
  "start_url": "/",
24
24
  "display": "standalone",
25
- "theme_color": "#3f51b5",
26
- "background_color": "#3f51b5"
27
- }
25
+ "theme_color": "#6d5e0f",
26
+ "background_color": "#6d5e0f"
27
+ }
@@ -1,51 +1,51 @@
1
1
  .dark {
2
- --md-sys-color-primary: rgb(178 197 255);
3
- --md-sys-color-surface-tint: rgb(178 197 255);
4
- --md-sys-color-on-primary: rgb(24 46 96);
5
- --md-sys-color-primary-container: rgb(49 69 120);
6
- --md-sys-color-on-primary-container: rgb(218 226 255);
7
- --md-sys-color-secondary: rgb(143 207 243);
8
- --md-sys-color-on-secondary: rgb(0 53 73);
9
- --md-sys-color-secondary-container: rgb(0 76 104);
10
- --md-sys-color-on-secondary-container: rgb(195 232 255);
11
- --md-sys-color-tertiary: #cffce3;
12
- --md-sys-color-on-tertiary: rgb(0 56 35);
13
- --md-sys-color-tertiary-container: #005234;
14
- --md-sys-color-on-tertiary-container: #cffce3;
15
- --md-sys-color-error: #fbafa9;
16
- --md-sys-color-on-error: #fe594e;
17
- --md-sys-color-error-container: #fe594e;
18
- --md-sys-color-on-error-container: #fbafa9;
19
- --md-sys-color-background: rgb(18 19 24);
20
- --md-sys-color-on-background: rgb(227 226 233);
21
- --md-sys-color-surface: rgb(18 19 24);
22
- --md-sys-color-on-surface: rgb(227 226 233);
23
- --md-sys-color-surface-variant: rgb(69 70 79);
24
- --md-sys-color-on-surface-variant: rgb(197 198 208);
25
- --md-sys-color-outline: rgb(143 144 154);
26
- --md-sys-color-outline-variant: rgb(69 70 79);
2
+ --md-sys-color-primary: rgb(219 198 110);
3
+ --md-sys-color-surface-tint: rgb(219 198 110);
4
+ --md-sys-color-on-primary: rgb(58 48 0);
5
+ --md-sys-color-primary-container: rgb(83 70 0);
6
+ --md-sys-color-on-primary-container: rgb(248 226 135);
7
+ --md-sys-color-secondary: rgb(209 198 161);
8
+ --md-sys-color-on-secondary: rgb(54 48 22);
9
+ --md-sys-color-secondary-container: rgb(78 71 42);
10
+ --md-sys-color-on-secondary-container: rgb(238 226 188);
11
+ --md-sys-color-tertiary: rgb(169 208 179);
12
+ --md-sys-color-on-tertiary: rgb(20 55 35);
13
+ --md-sys-color-tertiary-container: rgb(44 78 56);
14
+ --md-sys-color-on-tertiary-container: rgb(197 236 206);
15
+ --md-sys-color-error: rgb(255 180 171);
16
+ --md-sys-color-on-error: rgb(105 0 5);
17
+ --md-sys-color-error-container: rgb(147 0 10);
18
+ --md-sys-color-on-error-container: rgb(255 218 214);
19
+ --md-sys-color-background: rgb(21 19 11);
20
+ --md-sys-color-on-background: rgb(232 226 212);
21
+ --md-sys-color-surface: rgb(21 19 11);
22
+ --md-sys-color-on-surface: rgb(232 226 212);
23
+ --md-sys-color-surface-variant: rgb(75 71 57);
24
+ --md-sys-color-on-surface-variant: rgb(205 198 180);
25
+ --md-sys-color-outline: rgb(150 144 128);
26
+ --md-sys-color-outline-variant: rgb(75 71 57);
27
27
  --md-sys-color-shadow: rgb(0 0 0);
28
28
  --md-sys-color-scrim: rgb(0 0 0);
29
- --md-sys-color-inverse-surface: rgb(227 226 233);
30
- --md-sys-color-inverse-on-surface: rgb(47 48 54);
31
- --md-sys-color-inverse-primary: rgb(73 93 146);
32
- --md-sys-color-primary-fixed: rgb(218 226 255);
33
- --md-sys-color-on-primary-fixed: rgb(0 24 72);
34
- --md-sys-color-primary-fixed-dim: rgb(178 197 255);
35
- --md-sys-color-on-primary-fixed-variant: rgb(49 69 120);
36
- --md-sys-color-secondary-fixed: rgb(195 232 255);
37
- --md-sys-color-on-secondary-fixed: rgb(0 30 44);
38
- --md-sys-color-secondary-fixed-dim: rgb(143 207 243);
39
- --md-sys-color-on-secondary-fixed-variant: rgb(0 76 104);
40
- --md-sys-color-tertiary-fixed: #c7e6d5;
41
- --md-sys-color-on-tertiary-fixed: rgb(0 33 19);
42
- --md-sys-color-tertiary-fixed-dim: #c7e6d5;
43
- --md-sys-color-on-tertiary-fixed-variant: rgb(0 82 52);
44
- --md-sys-color-surface-dim: rgb(18 19 24);
45
- --md-sys-color-surface-bright: rgb(56 57 63);
46
- --md-sys-color-surface-container-lowest: rgb(13 14 19);
47
- --md-sys-color-surface-container-low: rgb(26 27 33);
48
- --md-sys-color-surface-container: rgb(30 31 37);
49
- --md-sys-color-surface-container-high: rgb(41 42 47);
50
- --md-sys-color-surface-container-highest: rgb(51 52 58);
29
+ --md-sys-color-inverse-surface: rgb(232 226 212);
30
+ --md-sys-color-inverse-on-surface: rgb(51 48 39);
31
+ --md-sys-color-inverse-primary: rgb(109 94 15);
32
+ --md-sys-color-primary-fixed: rgb(248 226 135);
33
+ --md-sys-color-on-primary-fixed: rgb(34 27 0);
34
+ --md-sys-color-primary-fixed-dim: rgb(219 198 110);
35
+ --md-sys-color-on-primary-fixed-variant: rgb(83 70 0);
36
+ --md-sys-color-secondary-fixed: rgb(238 226 188);
37
+ --md-sys-color-on-secondary-fixed: rgb(33 27 4);
38
+ --md-sys-color-secondary-fixed-dim: rgb(209 198 161);
39
+ --md-sys-color-on-secondary-fixed-variant: rgb(78 71 42);
40
+ --md-sys-color-tertiary-fixed: rgb(197 236 206);
41
+ --md-sys-color-on-tertiary-fixed: rgb(0 33 15);
42
+ --md-sys-color-tertiary-fixed-dim: rgb(169 208 179);
43
+ --md-sys-color-on-tertiary-fixed-variant: rgb(44 78 56);
44
+ --md-sys-color-surface-dim: rgb(21 19 11);
45
+ --md-sys-color-surface-bright: rgb(60 57 48);
46
+ --md-sys-color-surface-container-lowest: rgb(16 14 7);
47
+ --md-sys-color-surface-container-low: rgb(30 27 19);
48
+ --md-sys-color-surface-container: rgb(34 32 23);
49
+ --md-sys-color-surface-container-high: rgb(45 42 33);
50
+ --md-sys-color-surface-container-highest: rgb(56 53 43);
51
51
  }
@@ -1,51 +1,51 @@
1
1
  .light {
2
- --md-sys-color-primary: rgb(73 93 146);
3
- --md-sys-color-surface-tint: rgb(73 93 146);
2
+ --md-sys-color-primary: rgb(109 94 15);
3
+ --md-sys-color-surface-tint: rgb(109 94 15);
4
4
  --md-sys-color-on-primary: rgb(255 255 255);
5
- --md-sys-color-primary-container: #e4eaf9;
6
- --md-sys-color-on-primary-container: rgb(0 24 72);
7
- --md-sys-color-secondary: rgb(27 101 133);
5
+ --md-sys-color-primary-container: rgb(248 226 135);
6
+ --md-sys-color-on-primary-container: rgb(34 27 0);
7
+ --md-sys-color-secondary: rgb(102 94 64);
8
8
  --md-sys-color-on-secondary: rgb(255 255 255);
9
- --md-sys-color-secondary-container: rgb(195 232 255);
10
- --md-sys-color-on-secondary-container: rgb(0 30 44);
11
- --md-sys-color-tertiary: rgb(37 106 75);
9
+ --md-sys-color-secondary-container: rgb(238 226 188);
10
+ --md-sys-color-on-secondary-container: rgb(33 27 4);
11
+ --md-sys-color-tertiary: rgb(67 102 78);
12
12
  --md-sys-color-on-tertiary: rgb(255 255 255);
13
- --md-sys-color-tertiary-container: rgb(171 242 201);
14
- --md-sys-color-on-tertiary-container: rgb(0 33 19);
15
- --md-sys-color-error: #fe594e;
13
+ --md-sys-color-tertiary-container: rgb(197 236 206);
14
+ --md-sys-color-on-tertiary-container: rgb(0 33 15);
15
+ --md-sys-color-error: rgb(186 26 26);
16
16
  --md-sys-color-on-error: rgb(255 255 255);
17
- --md-sys-color-error-container: rgb(255 218 215);
18
- --md-sys-color-on-error-container: #fe594e;
19
- --md-sys-color-background: rgb(250 248 255);
20
- --md-sys-color-on-background: rgb(26 27 33);
21
- --md-sys-color-surface: rgb(250 248 255);
22
- --md-sys-color-on-surface: rgb(26 27 33);
23
- --md-sys-color-surface-variant: rgb(225 226 236);
24
- --md-sys-color-on-surface-variant: rgb(69 70 79);
25
- --md-sys-color-outline: rgba(0, 0, 0, 0.25);
26
- --md-sys-color-outline-variant: rgb(197 198 208);
17
+ --md-sys-color-error-container: rgb(255 218 214);
18
+ --md-sys-color-on-error-container: rgb(65 0 2);
19
+ --md-sys-color-background: rgb(255 249 238);
20
+ --md-sys-color-on-background: rgb(30 27 19);
21
+ --md-sys-color-surface: rgb(255 249 238);
22
+ --md-sys-color-on-surface: rgb(30 27 19);
23
+ --md-sys-color-surface-variant: rgb(234 226 208);
24
+ --md-sys-color-on-surface-variant: rgb(75 71 57);
25
+ --md-sys-color-outline: rgb(124 119 103);
26
+ --md-sys-color-outline-variant: rgb(205 198 180);
27
27
  --md-sys-color-shadow: rgb(0 0 0);
28
28
  --md-sys-color-scrim: rgb(0 0 0);
29
- --md-sys-color-inverse-surface: rgb(47 48 54);
30
- --md-sys-color-inverse-on-surface: rgb(241 240 247);
31
- --md-sys-color-inverse-primary: #c9d4f4;
32
- --md-sys-color-primary-fixed: rgb(218 226 255);
33
- --md-sys-color-on-primary-fixed: rgb(0 24 72);
34
- --md-sys-color-primary-fixed-dim: #c9d4f4;
35
- --md-sys-color-on-primary-fixed-variant: rgb(49 69 120);
36
- --md-sys-color-secondary-fixed: rgb(195 232 255);
37
- --md-sys-color-on-secondary-fixed: rgb(0 30 44);
38
- --md-sys-color-secondary-fixed-dim: rgb(143 207 243);
39
- --md-sys-color-on-secondary-fixed-variant: rgb(0 76 104);
40
- --md-sys-color-tertiary-fixed: #e5f6da;
41
- --md-sys-color-on-tertiary-fixed: #005234;
42
- --md-sys-color-tertiary-fixed-dim: #c8eabc;
43
- --md-sys-color-on-tertiary-fixed-variant: #005234;
44
- --md-sys-color-surface-dim: rgb(218 217 224);
45
- --md-sys-color-surface-bright: rgb(250 248 255);
29
+ --md-sys-color-inverse-surface: rgb(51 48 39);
30
+ --md-sys-color-inverse-on-surface: rgb(247 240 226);
31
+ --md-sys-color-inverse-primary: rgb(219 198 110);
32
+ --md-sys-color-primary-fixed: rgb(248 226 135);
33
+ --md-sys-color-on-primary-fixed: rgb(34 27 0);
34
+ --md-sys-color-primary-fixed-dim: rgb(219 198 110);
35
+ --md-sys-color-on-primary-fixed-variant: rgb(83 70 0);
36
+ --md-sys-color-secondary-fixed: rgb(238 226 188);
37
+ --md-sys-color-on-secondary-fixed: rgb(33 27 4);
38
+ --md-sys-color-secondary-fixed-dim: rgb(209 198 161);
39
+ --md-sys-color-on-secondary-fixed-variant: rgb(78 71 42);
40
+ --md-sys-color-tertiary-fixed: rgb(197 236 206);
41
+ --md-sys-color-on-tertiary-fixed: rgb(0 33 15);
42
+ --md-sys-color-tertiary-fixed-dim: rgb(169 208 179);
43
+ --md-sys-color-on-tertiary-fixed-variant: rgb(44 78 56);
44
+ --md-sys-color-surface-dim: rgb(224 217 204);
45
+ --md-sys-color-surface-bright: rgb(255 249 238);
46
46
  --md-sys-color-surface-container-lowest: rgb(255 255 255);
47
- --md-sys-color-surface-container-low: rgb(244 243 250);
48
- --md-sys-color-surface-container: rgb(238 237 244);
49
- --md-sys-color-surface-container-high: rgb(232 231 239);
50
- --md-sys-color-surface-container-highest: rgb(227 226 233);
47
+ --md-sys-color-surface-container-low: rgb(250 243 229);
48
+ --md-sys-color-surface-container: rgb(244 237 223);
49
+ --md-sys-color-surface-container-high: rgb(238 232 218);
50
+ --md-sys-color-surface-container-highest: rgb(232 226 212);
51
51
  }
package/db.sqlite CHANGED
Binary file
@@ -1,51 +1,51 @@
1
1
  .dark {
2
- --md-sys-color-primary: rgb(178 197 255);
3
- --md-sys-color-surface-tint: rgb(178 197 255);
4
- --md-sys-color-on-primary: rgb(24 46 96);
5
- --md-sys-color-primary-container: rgb(49 69 120);
6
- --md-sys-color-on-primary-container: rgb(218 226 255);
7
- --md-sys-color-secondary: rgb(143 207 243);
8
- --md-sys-color-on-secondary: rgb(0 53 73);
9
- --md-sys-color-secondary-container: rgb(0 76 104);
10
- --md-sys-color-on-secondary-container: rgb(195 232 255);
11
- --md-sys-color-tertiary: #cffce3;
12
- --md-sys-color-on-tertiary: rgb(0 56 35);
13
- --md-sys-color-tertiary-container: #005234;
14
- --md-sys-color-on-tertiary-container: #cffce3;
15
- --md-sys-color-error: #fbafa9;
16
- --md-sys-color-on-error: #fe594e;
17
- --md-sys-color-error-container: #fe594e;
18
- --md-sys-color-on-error-container: #fbafa9;
19
- --md-sys-color-background: rgb(18 19 24);
20
- --md-sys-color-on-background: rgb(227 226 233);
21
- --md-sys-color-surface: rgb(18 19 24);
22
- --md-sys-color-on-surface: rgb(227 226 233);
23
- --md-sys-color-surface-variant: rgb(69 70 79);
24
- --md-sys-color-on-surface-variant: rgb(197 198 208);
25
- --md-sys-color-outline: rgb(143 144 154);
26
- --md-sys-color-outline-variant: rgb(69 70 79);
2
+ --md-sys-color-primary: rgb(219 198 110);
3
+ --md-sys-color-surface-tint: rgb(219 198 110);
4
+ --md-sys-color-on-primary: rgb(58 48 0);
5
+ --md-sys-color-primary-container: rgb(83 70 0);
6
+ --md-sys-color-on-primary-container: rgb(248 226 135);
7
+ --md-sys-color-secondary: rgb(209 198 161);
8
+ --md-sys-color-on-secondary: rgb(54 48 22);
9
+ --md-sys-color-secondary-container: rgb(78 71 42);
10
+ --md-sys-color-on-secondary-container: rgb(238 226 188);
11
+ --md-sys-color-tertiary: rgb(169 208 179);
12
+ --md-sys-color-on-tertiary: rgb(20 55 35);
13
+ --md-sys-color-tertiary-container: rgb(44 78 56);
14
+ --md-sys-color-on-tertiary-container: rgb(197 236 206);
15
+ --md-sys-color-error: rgb(255 180 171);
16
+ --md-sys-color-on-error: rgb(105 0 5);
17
+ --md-sys-color-error-container: rgb(147 0 10);
18
+ --md-sys-color-on-error-container: rgb(255 218 214);
19
+ --md-sys-color-background: rgb(21 19 11);
20
+ --md-sys-color-on-background: rgb(232 226 212);
21
+ --md-sys-color-surface: rgb(21 19 11);
22
+ --md-sys-color-on-surface: rgb(232 226 212);
23
+ --md-sys-color-surface-variant: rgb(75 71 57);
24
+ --md-sys-color-on-surface-variant: rgb(205 198 180);
25
+ --md-sys-color-outline: rgb(150 144 128);
26
+ --md-sys-color-outline-variant: rgb(75 71 57);
27
27
  --md-sys-color-shadow: rgb(0 0 0);
28
28
  --md-sys-color-scrim: rgb(0 0 0);
29
- --md-sys-color-inverse-surface: rgb(227 226 233);
30
- --md-sys-color-inverse-on-surface: rgb(47 48 54);
31
- --md-sys-color-inverse-primary: rgb(73 93 146);
32
- --md-sys-color-primary-fixed: rgb(218 226 255);
33
- --md-sys-color-on-primary-fixed: rgb(0 24 72);
34
- --md-sys-color-primary-fixed-dim: rgb(178 197 255);
35
- --md-sys-color-on-primary-fixed-variant: rgb(49 69 120);
36
- --md-sys-color-secondary-fixed: rgb(195 232 255);
37
- --md-sys-color-on-secondary-fixed: rgb(0 30 44);
38
- --md-sys-color-secondary-fixed-dim: rgb(143 207 243);
39
- --md-sys-color-on-secondary-fixed-variant: rgb(0 76 104);
40
- --md-sys-color-tertiary-fixed: #c7e6d5;
41
- --md-sys-color-on-tertiary-fixed: rgb(0 33 19);
42
- --md-sys-color-tertiary-fixed-dim: #c7e6d5;
43
- --md-sys-color-on-tertiary-fixed-variant: rgb(0 82 52);
44
- --md-sys-color-surface-dim: rgb(18 19 24);
45
- --md-sys-color-surface-bright: rgb(56 57 63);
46
- --md-sys-color-surface-container-lowest: rgb(13 14 19);
47
- --md-sys-color-surface-container-low: rgb(26 27 33);
48
- --md-sys-color-surface-container: rgb(30 31 37);
49
- --md-sys-color-surface-container-high: rgb(41 42 47);
50
- --md-sys-color-surface-container-highest: rgb(51 52 58);
29
+ --md-sys-color-inverse-surface: rgb(232 226 212);
30
+ --md-sys-color-inverse-on-surface: rgb(51 48 39);
31
+ --md-sys-color-inverse-primary: rgb(109 94 15);
32
+ --md-sys-color-primary-fixed: rgb(248 226 135);
33
+ --md-sys-color-on-primary-fixed: rgb(34 27 0);
34
+ --md-sys-color-primary-fixed-dim: rgb(219 198 110);
35
+ --md-sys-color-on-primary-fixed-variant: rgb(83 70 0);
36
+ --md-sys-color-secondary-fixed: rgb(238 226 188);
37
+ --md-sys-color-on-secondary-fixed: rgb(33 27 4);
38
+ --md-sys-color-secondary-fixed-dim: rgb(209 198 161);
39
+ --md-sys-color-on-secondary-fixed-variant: rgb(78 71 42);
40
+ --md-sys-color-tertiary-fixed: rgb(197 236 206);
41
+ --md-sys-color-on-tertiary-fixed: rgb(0 33 15);
42
+ --md-sys-color-tertiary-fixed-dim: rgb(169 208 179);
43
+ --md-sys-color-on-tertiary-fixed-variant: rgb(44 78 56);
44
+ --md-sys-color-surface-dim: rgb(21 19 11);
45
+ --md-sys-color-surface-bright: rgb(60 57 48);
46
+ --md-sys-color-surface-container-lowest: rgb(16 14 7);
47
+ --md-sys-color-surface-container-low: rgb(30 27 19);
48
+ --md-sys-color-surface-container: rgb(34 32 23);
49
+ --md-sys-color-surface-container-high: rgb(45 42 33);
50
+ --md-sys-color-surface-container-highest: rgb(56 53 43);
51
51
  }
@@ -1,51 +1,51 @@
1
1
  .light {
2
- --md-sys-color-primary: rgb(73 93 146);
3
- --md-sys-color-surface-tint: rgb(73 93 146);
2
+ --md-sys-color-primary: rgb(109 94 15);
3
+ --md-sys-color-surface-tint: rgb(109 94 15);
4
4
  --md-sys-color-on-primary: rgb(255 255 255);
5
- --md-sys-color-primary-container: #e4eaf9;
6
- --md-sys-color-on-primary-container: rgb(0 24 72);
7
- --md-sys-color-secondary: rgb(27 101 133);
5
+ --md-sys-color-primary-container: rgb(248 226 135);
6
+ --md-sys-color-on-primary-container: rgb(34 27 0);
7
+ --md-sys-color-secondary: rgb(102 94 64);
8
8
  --md-sys-color-on-secondary: rgb(255 255 255);
9
- --md-sys-color-secondary-container: rgb(195 232 255);
10
- --md-sys-color-on-secondary-container: rgb(0 30 44);
11
- --md-sys-color-tertiary: rgb(37 106 75);
9
+ --md-sys-color-secondary-container: rgb(238 226 188);
10
+ --md-sys-color-on-secondary-container: rgb(33 27 4);
11
+ --md-sys-color-tertiary: rgb(67 102 78);
12
12
  --md-sys-color-on-tertiary: rgb(255 255 255);
13
- --md-sys-color-tertiary-container: rgb(171 242 201);
14
- --md-sys-color-on-tertiary-container: rgb(0 33 19);
15
- --md-sys-color-error: #fe594e;
13
+ --md-sys-color-tertiary-container: rgb(197 236 206);
14
+ --md-sys-color-on-tertiary-container: rgb(0 33 15);
15
+ --md-sys-color-error: rgb(186 26 26);
16
16
  --md-sys-color-on-error: rgb(255 255 255);
17
- --md-sys-color-error-container: rgb(255 218 215);
18
- --md-sys-color-on-error-container: #fe594e;
19
- --md-sys-color-background: rgb(250 248 255);
20
- --md-sys-color-on-background: rgb(26 27 33);
21
- --md-sys-color-surface: rgb(250 248 255);
22
- --md-sys-color-on-surface: rgb(26 27 33);
23
- --md-sys-color-surface-variant: rgb(225 226 236);
24
- --md-sys-color-on-surface-variant: rgb(69 70 79);
25
- --md-sys-color-outline: rgba(0, 0, 0, 0.25);
26
- --md-sys-color-outline-variant: rgb(197 198 208);
17
+ --md-sys-color-error-container: rgb(255 218 214);
18
+ --md-sys-color-on-error-container: rgb(65 0 2);
19
+ --md-sys-color-background: rgb(255 249 238);
20
+ --md-sys-color-on-background: rgb(30 27 19);
21
+ --md-sys-color-surface: rgb(255 249 238);
22
+ --md-sys-color-on-surface: rgb(30 27 19);
23
+ --md-sys-color-surface-variant: rgb(234 226 208);
24
+ --md-sys-color-on-surface-variant: rgb(75 71 57);
25
+ --md-sys-color-outline: rgb(124 119 103);
26
+ --md-sys-color-outline-variant: rgb(205 198 180);
27
27
  --md-sys-color-shadow: rgb(0 0 0);
28
28
  --md-sys-color-scrim: rgb(0 0 0);
29
- --md-sys-color-inverse-surface: rgb(47 48 54);
30
- --md-sys-color-inverse-on-surface: rgb(241 240 247);
31
- --md-sys-color-inverse-primary: #c9d4f4;
32
- --md-sys-color-primary-fixed: rgb(218 226 255);
33
- --md-sys-color-on-primary-fixed: rgb(0 24 72);
34
- --md-sys-color-primary-fixed-dim: #c9d4f4;
35
- --md-sys-color-on-primary-fixed-variant: rgb(49 69 120);
36
- --md-sys-color-secondary-fixed: rgb(195 232 255);
37
- --md-sys-color-on-secondary-fixed: rgb(0 30 44);
38
- --md-sys-color-secondary-fixed-dim: rgb(143 207 243);
39
- --md-sys-color-on-secondary-fixed-variant: rgb(0 76 104);
40
- --md-sys-color-tertiary-fixed: #e5f6da;
41
- --md-sys-color-on-tertiary-fixed: #005234;
42
- --md-sys-color-tertiary-fixed-dim: #c8eabc;
43
- --md-sys-color-on-tertiary-fixed-variant: #005234;
44
- --md-sys-color-surface-dim: rgb(218 217 224);
45
- --md-sys-color-surface-bright: rgb(250 248 255);
29
+ --md-sys-color-inverse-surface: rgb(51 48 39);
30
+ --md-sys-color-inverse-on-surface: rgb(247 240 226);
31
+ --md-sys-color-inverse-primary: rgb(219 198 110);
32
+ --md-sys-color-primary-fixed: rgb(248 226 135);
33
+ --md-sys-color-on-primary-fixed: rgb(34 27 0);
34
+ --md-sys-color-primary-fixed-dim: rgb(219 198 110);
35
+ --md-sys-color-on-primary-fixed-variant: rgb(83 70 0);
36
+ --md-sys-color-secondary-fixed: rgb(238 226 188);
37
+ --md-sys-color-on-secondary-fixed: rgb(33 27 4);
38
+ --md-sys-color-secondary-fixed-dim: rgb(209 198 161);
39
+ --md-sys-color-on-secondary-fixed-variant: rgb(78 71 42);
40
+ --md-sys-color-tertiary-fixed: rgb(197 236 206);
41
+ --md-sys-color-on-tertiary-fixed: rgb(0 33 15);
42
+ --md-sys-color-tertiary-fixed-dim: rgb(169 208 179);
43
+ --md-sys-color-on-tertiary-fixed-variant: rgb(44 78 56);
44
+ --md-sys-color-surface-dim: rgb(224 217 204);
45
+ --md-sys-color-surface-bright: rgb(255 249 238);
46
46
  --md-sys-color-surface-container-lowest: rgb(255 255 255);
47
- --md-sys-color-surface-container-low: rgb(244 243 250);
48
- --md-sys-color-surface-container: rgb(238 237 244);
49
- --md-sys-color-surface-container-high: rgb(232 231 239);
50
- --md-sys-color-surface-container-highest: rgb(227 226 233);
47
+ --md-sys-color-surface-container-low: rgb(250 243 229);
48
+ --md-sys-color-surface-container: rgb(244 237 223);
49
+ --md-sys-color-surface-container-high: rgb(238 232 218);
50
+ --md-sys-color-surface-container-highest: rgb(232 226 212);
51
51
  }
@@ -29,6 +29,11 @@
29
29
  "date": 1720375000358,
30
30
  "name": "logs/application-2024-07-08-02.log",
31
31
  "hash": "222ced61f90364c3eb95799fccfe3cb20f9aafc8e9aeb41cf9c002728bb93a30"
32
+ },
33
+ {
34
+ "date": 1720433187915,
35
+ "name": "logs/application-2024-07-08-19.log",
36
+ "hash": "eb375295e7be5817539d5fd2aa67f3b30c620a67d7e143d95bcc88cb16cc6dab"
32
37
  }
33
38
  ],
34
39
  "hashType": "sha256"
@@ -29,6 +29,11 @@
29
29
  "date": 1720375001854,
30
30
  "name": "logs/connections-2024-07-08-02.log",
31
31
  "hash": "2be439cd478f96558877ea551c60c4019760688aa13498f65e995e83d331b655"
32
+ },
33
+ {
34
+ "date": 1720433189417,
35
+ "name": "logs/connections-2024-07-08-19.log",
36
+ "hash": "0cbdbfc182011843f5ec78144bbc6cad3a3654202bbb9e40202e5e73a1b3f6f7"
32
37
  }
33
38
  ],
34
39
  "hashType": "sha256"
@@ -0,0 +1,81 @@
1
+ 2024-07-08T19:06:28+09:00 info: File Storage is Ready.
2
+ 2024-07-08T19:06:29+09:00 error: Error: Cannot find module 'oracledb'
3
+ Require stack:
4
+ - /Users/super/Documents/GitHub/things-factory/packages/integration-base/dist-server/engine/connector/oracle-connector.js
5
+ - /Users/super/Documents/GitHub/things-factory/packages/integration-base/dist-server/engine/connector/index.js
6
+ - /Users/super/Documents/GitHub/things-factory/packages/integration-base/dist-server/engine/index.js
7
+ - /Users/super/Documents/GitHub/things-factory/packages/integration-base/dist-server/index.js
8
+ - /Users/super/Documents/GitHub/things-factory/packages/env/lib/module-loader.js
9
+ - /Users/super/Documents/GitHub/things-factory/packages/env/index.js
10
+ - /Users/super/Documents/GitHub/things-factory/packages/shell/dist-server/server-dev.js
11
+ - /Users/super/Documents/GitHub/things-factory/packages/shell/bin/things-factory-dev
12
+ at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
13
+ at Module._load (node:internal/modules/cjs/loader:986:27)
14
+ at Module.require (node:internal/modules/cjs/loader:1233:19)
15
+ at require (node:internal/modules/helpers:179:18)
16
+ at Object.<anonymous> (/Users/super/Documents/GitHub/things-factory/packages/integration-base/dist-server/engine/connector/oracle-connector.js:7:20)
17
+ at Module._compile (node:internal/modules/cjs/loader:1358:14)
18
+ at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
19
+ at Module.load (node:internal/modules/cjs/loader:1208:32)
20
+ at Module._load (node:internal/modules/cjs/loader:1024:12)
21
+ at Module.require (node:internal/modules/cjs/loader:1233:19)
22
+ at require (node:internal/modules/helpers:179:18)
23
+ at Object.<anonymous> (/Users/super/Documents/GitHub/things-factory/packages/integration-base/dist-server/engine/connector/index.js:11:1)
24
+ at Module._compile (node:internal/modules/cjs/loader:1358:14)
25
+ at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
26
+ at Module.load (node:internal/modules/cjs/loader:1208:32)
27
+ at Module._load (node:internal/modules/cjs/loader:1024:12)
28
+ 2024-07-08T19:06:29+09:00 error: Error: Cannot find module 'oracledb'
29
+ Require stack:
30
+ - /Users/super/Documents/GitHub/things-factory/packages/integration-base/dist-server/engine/task/oracle-procedure.js
31
+ - /Users/super/Documents/GitHub/things-factory/packages/integration-base/dist-server/engine/task/index.js
32
+ - /Users/super/Documents/GitHub/things-factory/packages/integration-base/dist-server/engine/index.js
33
+ - /Users/super/Documents/GitHub/things-factory/packages/integration-base/dist-server/index.js
34
+ - /Users/super/Documents/GitHub/things-factory/packages/env/lib/module-loader.js
35
+ - /Users/super/Documents/GitHub/things-factory/packages/env/index.js
36
+ - /Users/super/Documents/GitHub/things-factory/packages/shell/dist-server/server-dev.js
37
+ - /Users/super/Documents/GitHub/things-factory/packages/shell/bin/things-factory-dev
38
+ at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
39
+ at Module._load (node:internal/modules/cjs/loader:986:27)
40
+ at Module.require (node:internal/modules/cjs/loader:1233:19)
41
+ at require (node:internal/modules/helpers:179:18)
42
+ at Object.<anonymous> (/Users/super/Documents/GitHub/things-factory/packages/integration-base/dist-server/engine/task/oracle-procedure.js:9:20)
43
+ at Module._compile (node:internal/modules/cjs/loader:1358:14)
44
+ at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
45
+ at Module.load (node:internal/modules/cjs/loader:1208:32)
46
+ at Module._load (node:internal/modules/cjs/loader:1024:12)
47
+ at Module.require (node:internal/modules/cjs/loader:1233:19)
48
+ at require (node:internal/modules/helpers:179:18)
49
+ at Object.<anonymous> (/Users/super/Documents/GitHub/things-factory/packages/integration-base/dist-server/engine/task/index.js:42:1)
50
+ at Module._compile (node:internal/modules/cjs/loader:1358:14)
51
+ at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
52
+ at Module.load (node:internal/modules/cjs/loader:1208:32)
53
+ at Module._load (node:internal/modules/cjs/loader:1024:12)
54
+ 2024-07-08T19:06:29+09:00 error: Error: Cannot find module '@thiagoelg/node-printer'
55
+ Require stack:
56
+ - /Users/super/Documents/GitHub/things-factory/packages/board-service/dist-server/controllers/print.js
57
+ - /Users/super/Documents/GitHub/things-factory/packages/board-service/dist-server/controllers/index.js
58
+ - /Users/super/Documents/GitHub/things-factory/packages/board-service/dist-server/index.js
59
+ - /Users/super/Documents/GitHub/things-factory/packages/env/lib/module-loader.js
60
+ - /Users/super/Documents/GitHub/things-factory/packages/env/index.js
61
+ - /Users/super/Documents/GitHub/things-factory/packages/shell/dist-server/server-dev.js
62
+ - /Users/super/Documents/GitHub/things-factory/packages/shell/bin/things-factory-dev
63
+ at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
64
+ at Module._load (node:internal/modules/cjs/loader:986:27)
65
+ at Module.require (node:internal/modules/cjs/loader:1233:19)
66
+ at require (node:internal/modules/helpers:179:18)
67
+ at Object.<anonymous> (/Users/super/Documents/GitHub/things-factory/packages/board-service/dist-server/controllers/print.js:10:17)
68
+ at Module._compile (node:internal/modules/cjs/loader:1358:14)
69
+ at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
70
+ at Module.load (node:internal/modules/cjs/loader:1208:32)
71
+ at Module._load (node:internal/modules/cjs/loader:1024:12)
72
+ at Module.require (node:internal/modules/cjs/loader:1233:19)
73
+ at require (node:internal/modules/helpers:179:18)
74
+ at Object.<anonymous> (/Users/super/Documents/GitHub/things-factory/packages/board-service/dist-server/controllers/index.js:4:17)
75
+ at Module._compile (node:internal/modules/cjs/loader:1358:14)
76
+ at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
77
+ at Module.load (node:internal/modules/cjs/loader:1208:32)
78
+ at Module._load (node:internal/modules/cjs/loader:1024:12)
79
+ 2024-07-08T19:06:31+09:00 info: Default DataSource established
80
+ 2024-07-08T19:06:31+09:00 info: 🚀 Server ready at http://0.0.0.0:3000/graphql
81
+ 2024-07-08T19:06:31+09:00 info: 🚀 Subscriptions ready at ws://0.0.0.0:3000/graphql
@@ -0,0 +1,41 @@
1
+ 2024-07-08T19:06:31+09:00 info: Initializing ConnectionManager...
2
+ 2024-07-08T19:06:31+09:00 info: Connector 'echo-back-server' started to ready
3
+ 2024-07-08T19:06:31+09:00 info: Connector 'echo-back' started to ready
4
+ 2024-07-08T19:06:31+09:00 info: Connector 'http-connector' started to ready
5
+ 2024-07-08T19:06:31+09:00 info: Connector 'graphql-connector' started to ready
6
+ 2024-07-08T19:06:31+09:00 info: Connector 'sqlite-connector' started to ready
7
+ 2024-07-08T19:06:31+09:00 info: Connector 'postgresql-connector' started to ready
8
+ 2024-07-08T19:06:31+09:00 info: Connector 'mqtt-connector' started to ready
9
+ 2024-07-08T19:06:31+09:00 info: Connector 'mssql-connector' started to ready
10
+ 2024-07-08T19:06:31+09:00 info: Connector 'oracle-connector' started to ready
11
+ 2024-07-08T19:06:31+09:00 info: Connector 'mysql-connector' started to ready
12
+ 2024-07-08T19:06:31+09:00 info: Connector 'socket-server' started to ready
13
+ 2024-07-08T19:06:31+09:00 info: Connector 'operato-connector' started to ready
14
+ 2024-07-08T19:06:31+09:00 info: Connector 'proxy-connector' started to ready
15
+ 2024-07-08T19:06:31+09:00 info: echo-back-servers are ready
16
+ 2024-07-08T19:06:31+09:00 info: echo-back connections are ready
17
+ 2024-07-08T19:06:31+09:00 info: http-connector connections are ready
18
+ 2024-07-08T19:06:31+09:00 info: graphql-connector connections are ready
19
+ 2024-07-08T19:06:31+09:00 info: sqlite-connector connections are ready
20
+ 2024-07-08T19:06:31+09:00 info: postgresql-connector connections are ready
21
+ 2024-07-08T19:06:31+09:00 info: mqtt-connector connections are ready
22
+ 2024-07-08T19:06:31+09:00 info: mssql-connector connections are ready
23
+ 2024-07-08T19:06:31+09:00 info: oracle-connector connections are ready
24
+ 2024-07-08T19:06:31+09:00 info: mysql-connector connections are ready
25
+ 2024-07-08T19:06:31+09:00 info: socket servers are ready
26
+ 2024-07-08T19:06:31+09:00 info: operato-connector connections are ready
27
+ 2024-07-08T19:06:31+09:00 info: proxy-connector connections are ready
28
+ 2024-07-08T19:06:31+09:00 info: All connector for 'echo-back-server' ready
29
+ 2024-07-08T19:06:31+09:00 info: All connector for 'echo-back' ready
30
+ 2024-07-08T19:06:31+09:00 info: All connector for 'http-connector' ready
31
+ 2024-07-08T19:06:31+09:00 info: All connector for 'graphql-connector' ready
32
+ 2024-07-08T19:06:31+09:00 info: All connector for 'sqlite-connector' ready
33
+ 2024-07-08T19:06:31+09:00 info: All connector for 'postgresql-connector' ready
34
+ 2024-07-08T19:06:31+09:00 info: All connector for 'mqtt-connector' ready
35
+ 2024-07-08T19:06:31+09:00 info: All connector for 'mssql-connector' ready
36
+ 2024-07-08T19:06:31+09:00 info: All connector for 'oracle-connector' ready
37
+ 2024-07-08T19:06:31+09:00 info: All connector for 'mysql-connector' ready
38
+ 2024-07-08T19:06:31+09:00 info: All connector for 'socket-server' ready
39
+ 2024-07-08T19:06:31+09:00 info: All connector for 'operato-connector' ready
40
+ 2024-07-08T19:06:31+09:00 info: All connector for 'proxy-connector' ready
41
+ 2024-07-08T19:06:31+09:00 info: ConnectionManager initialization done:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-codelingua",
3
- "version": "7.0.7",
3
+ "version": "7.0.9",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -66,22 +66,22 @@
66
66
  "@operato/scene-timer": "^7.0.0",
67
67
  "@things-factory/api": "^7.0.6",
68
68
  "@things-factory/apptool-ui": "^7.0.6",
69
- "@things-factory/auth-ui": "^7.0.6",
69
+ "@things-factory/auth-ui": "^7.0.8",
70
70
  "@things-factory/board-service": "^7.0.7",
71
- "@things-factory/board-ui": "^7.0.7",
71
+ "@things-factory/board-ui": "^7.0.9",
72
72
  "@things-factory/codelingua": "^7.0.7",
73
73
  "@things-factory/context-ui": "^7.0.6",
74
- "@things-factory/dashboard": "^7.0.7",
74
+ "@things-factory/dashboard": "^7.0.9",
75
75
  "@things-factory/export-ui": "^7.0.6",
76
76
  "@things-factory/help": "^7.0.6",
77
77
  "@things-factory/i18n-base": "^7.0.6",
78
78
  "@things-factory/integration-ui": "^7.0.7",
79
- "@things-factory/lite-menu": "^7.0.7",
79
+ "@things-factory/lite-menu": "^7.0.9",
80
80
  "@things-factory/more-ui": "^7.0.6",
81
81
  "@things-factory/notification": "^7.0.7",
82
82
  "@things-factory/oauth2-client": "^7.0.7",
83
83
  "@things-factory/print-ui": "^7.0.6",
84
- "@things-factory/resource-ui": "^7.0.6",
84
+ "@things-factory/resource-ui": "^7.0.8",
85
85
  "@things-factory/setting-base": "^7.0.6",
86
86
  "@things-factory/setting-ui": "^7.0.7",
87
87
  "@things-factory/shell": "^7.0.6",
@@ -90,5 +90,5 @@
90
90
  "devDependencies": {
91
91
  "@things-factory/builder": "^7.0.5"
92
92
  },
93
- "gitHead": "6c9d22d79abfb199bd741f6504b29add846b46a9"
93
+ "gitHead": "80b1ddb016835cb6d12f6ea484bca7e2e2ae2aa1"
94
94
  }
@@ -16,7 +16,7 @@
16
16
  <link rel="manifest" href="/assets/manifest.json" />
17
17
 
18
18
  <!-- See https://goo.gl/qRE0vM -->
19
- <meta name="theme-color" content="#3f51b5" />
19
+ <meta name="theme-color" content="#6d5e0f" />
20
20
 
21
21
  <!-- Add to homescreen for Chrome on Android. Fallback for manifest.json -->
22
22
  <meta name="mobile-web-app-capable" content="yes" />
@@ -39,7 +39,7 @@
39
39
 
40
40
  <!-- Tile icon for Windows 8 (144x144 + tile color) -->
41
41
  <meta name="msapplication-TileImage" content="/assets/manifest/icon-144x144.png" />
42
- <meta name="msapplication-TileColor" content="#3f51b5" />
42
+ <meta name="msapplication-TileColor" content="#6d5e0f" />
43
43
  <meta name="msapplication-tap-highlight" content="no" />
44
44
 
45
45
  <!-- Default twitter cards -->
@@ -16,7 +16,7 @@
16
16
  <link rel="manifest" href="/assets/manifest.json" />
17
17
 
18
18
  <!-- See https://goo.gl/qRE0vM -->
19
- <meta name="theme-color" content="#3f51b5" />
19
+ <meta name="theme-color" content="#6d5e0f" />
20
20
 
21
21
  <!-- Add to homescreen for Chrome on Android. Fallback for manifest.json -->
22
22
  <meta name="mobile-web-app-capable" content="yes" />
@@ -39,7 +39,7 @@
39
39
 
40
40
  <!-- Tile icon for Windows 8 (144x144 + tile color) -->
41
41
  <meta name="msapplication-TileImage" content="/assets/manifest/icon-144x144.png" />
42
- <meta name="msapplication-TileColor" content="#3f51b5" />
42
+ <meta name="msapplication-TileColor" content="#6d5e0f" />
43
43
  <meta name="msapplication-tap-highlight" content="no" />
44
44
 
45
45
  <!-- Default twitter cards -->