@dssp/dkpi 1.0.0-alpha.14 → 1.0.0-alpha.16
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/assets/favicon.ico +0 -0
- package/assets/manifest/apple-1024.png +0 -0
- package/assets/manifest/apple-120.png +0 -0
- package/assets/manifest/apple-152.png +0 -0
- package/assets/manifest/apple-167.png +0 -0
- package/assets/manifest/apple-180.png +0 -0
- package/assets/manifest/apple-touch-icon.png +0 -0
- package/assets/manifest/badge-128x128.png +0 -0
- package/assets/manifest/chrome-splashscreen-icon-384x384.png +0 -0
- package/assets/manifest/chrome-touch-icon-192x192.png +0 -0
- package/assets/manifest/icon-128x128.png +0 -0
- package/assets/manifest/icon-192x192.png +0 -0
- package/assets/manifest/icon-512x512.png +0 -0
- package/assets/manifest/icon-72x72.png +0 -0
- package/assets/manifest/icon-96x96.png +0 -0
- package/assets/manifest/image-metaog.png +0 -0
- package/assets/manifest/maskable_icon.png +0 -0
- package/assets/manifest/ms-icon-144x144.png +0 -0
- package/assets/manifest/ms-touch-icon-144x144-precomposed.png +0 -0
- package/assets/videos/intro.mp4 +0 -0
- package/dist-client/themes/dark.css +24 -24
- package/dist-client/themes/light.css +22 -22
- package/package.json +3 -3
package/assets/favicon.ico
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/assets/videos/intro.mp4
CHANGED
|
Binary file
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
.dark {
|
|
2
|
-
--md-sys-color-primary: rgb(
|
|
3
|
-
--md-sys-color-surface-tint: rgb(
|
|
4
|
-
--md-sys-color-on-primary: rgb(
|
|
5
|
-
--md-sys-color-primary-container: rgb(
|
|
2
|
+
--md-sys-color-primary: rgb(173 198 255);
|
|
3
|
+
--md-sys-color-surface-tint: rgb(173 198 255);
|
|
4
|
+
--md-sys-color-on-primary: rgb(16 47 96);
|
|
5
|
+
--md-sys-color-primary-container: rgb(43 70 120);
|
|
6
6
|
--md-sys-color-on-primary-container: rgb(216 226 255);
|
|
7
|
-
--md-sys-color-secondary: rgb(
|
|
8
|
-
--md-sys-color-on-secondary: rgb(
|
|
9
|
-
--md-sys-color-secondary-container: rgb(
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(
|
|
11
|
-
--md-sys-color-tertiary: rgb(
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(
|
|
7
|
+
--md-sys-color-secondary: rgb(167 200 255);
|
|
8
|
+
--md-sys-color-on-secondary: rgb(4 48 95);
|
|
9
|
+
--md-sys-color-secondary-container: rgb(36 71 119);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(213 227 255);
|
|
11
|
+
--md-sys-color-tertiary: rgb(234 181 238);
|
|
12
|
+
--md-sys-color-on-tertiary: rgb(72 32 79);
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(96 55 103);
|
|
14
|
+
--md-sys-color-on-tertiary-container: rgb(254 214 255);
|
|
15
15
|
--md-sys-color-error: rgb(255 180 171);
|
|
16
16
|
--md-sys-color-on-error: rgb(105 0 5);
|
|
17
17
|
--md-sys-color-error-container: rgb(147 0 10);
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
--md-sys-color-surface: rgb(17 19 24);
|
|
22
22
|
--md-sys-color-on-surface: rgb(226 226 233);
|
|
23
23
|
--md-sys-color-surface-variant: rgb(68 71 79);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(
|
|
24
|
+
--md-sys-color-on-surface-variant: rgb(196 198 208);
|
|
25
25
|
--md-sys-color-outline: rgb(142 144 153);
|
|
26
26
|
--md-sys-color-outline-variant: rgb(68 71 79);
|
|
27
27
|
--md-sys-color-shadow: rgb(0 0 0);
|
|
@@ -30,17 +30,17 @@
|
|
|
30
30
|
--md-sys-color-inverse-on-surface: rgb(47 48 54);
|
|
31
31
|
--md-sys-color-inverse-primary: rgb(68 94 145);
|
|
32
32
|
--md-sys-color-primary-fixed: rgb(216 226 255);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(0 26
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(0 26 65);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(173 198 255);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(43 70 120);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(213 227 255);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(0 27 60);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(167 200 255);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(36 71 119);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(254 214 255);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(48 9 57);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(234 181 238);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(96 55 103);
|
|
44
44
|
--md-sys-color-surface-dim: rgb(17 19 24);
|
|
45
45
|
--md-sys-color-surface-bright: rgb(55 57 62);
|
|
46
46
|
--md-sys-color-surface-container-lowest: rgb(12 14 19);
|
|
@@ -3,15 +3,15 @@
|
|
|
3
3
|
--md-sys-color-surface-tint: rgb(68 94 145);
|
|
4
4
|
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
5
|
--md-sys-color-primary-container: rgb(216 226 255);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(
|
|
7
|
-
--md-sys-color-secondary: rgb(
|
|
6
|
+
--md-sys-color-on-primary-container: rgb(43 70 120);
|
|
7
|
+
--md-sys-color-secondary: rgb(0, 48, 97);
|
|
8
8
|
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(
|
|
11
|
-
--md-sys-color-tertiary: rgb(
|
|
9
|
+
--md-sys-color-secondary-container: rgb(213 227 255);
|
|
10
|
+
--md-sys-color-on-secondary-container: rgb(36 71 119);
|
|
11
|
+
--md-sys-color-tertiary: rgb(122 79 128);
|
|
12
12
|
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(
|
|
13
|
+
--md-sys-color-tertiary-container: rgb(254 214 255);
|
|
14
|
+
--md-sys-color-on-tertiary-container: rgb(96 55 103);
|
|
15
15
|
--md-sys-color-error: rgb(186 26 26);
|
|
16
16
|
--md-sys-color-on-error: rgb(255 255 255);
|
|
17
17
|
--md-sys-color-error-container: rgb(255 218 214);
|
|
@@ -23,29 +23,29 @@
|
|
|
23
23
|
--md-sys-color-surface-variant: rgb(225 226 236);
|
|
24
24
|
--md-sys-color-on-surface-variant: rgb(68 71 79);
|
|
25
25
|
--md-sys-color-outline: rgb(117 119 127);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(
|
|
26
|
+
--md-sys-color-outline-variant: rgb(196 198 208);
|
|
27
27
|
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
28
|
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
29
|
--md-sys-color-inverse-surface: rgb(47 48 54);
|
|
30
30
|
--md-sys-color-inverse-on-surface: rgb(240 240 247);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(
|
|
31
|
+
--md-sys-color-inverse-primary: rgb(173 198 255);
|
|
32
32
|
--md-sys-color-primary-fixed: rgb(216 226 255);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(0 26
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(
|
|
33
|
+
--md-sys-color-on-primary-fixed: rgb(0 26 65);
|
|
34
|
+
--md-sys-color-primary-fixed-dim: rgb(173 198 255);
|
|
35
|
+
--md-sys-color-on-primary-fixed-variant: rgb(43 70 120);
|
|
36
|
+
--md-sys-color-secondary-fixed: rgb(213 227 255);
|
|
37
|
+
--md-sys-color-on-secondary-fixed: rgb(0 27 60);
|
|
38
|
+
--md-sys-color-secondary-fixed-dim: rgb(167 200 255);
|
|
39
|
+
--md-sys-color-on-secondary-fixed-variant: rgb(36 71 119);
|
|
40
|
+
--md-sys-color-tertiary-fixed: rgb(254 214 255);
|
|
41
|
+
--md-sys-color-on-tertiary-fixed: rgb(48 9 57);
|
|
42
|
+
--md-sys-color-tertiary-fixed-dim: rgb(234 181 238);
|
|
43
|
+
--md-sys-color-on-tertiary-fixed-variant: rgb(96 55 103);
|
|
44
44
|
--md-sys-color-surface-dim: rgb(217 217 224);
|
|
45
45
|
--md-sys-color-surface-bright: rgb(249 249 255);
|
|
46
46
|
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
47
|
--md-sys-color-surface-container-low: rgb(243 243 250);
|
|
48
|
-
--md-sys-color-surface-container: rgb(
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(232 231
|
|
48
|
+
--md-sys-color-surface-container: rgb(237 237 244);
|
|
49
|
+
--md-sys-color-surface-container-high: rgb(232 231 238);
|
|
50
50
|
--md-sys-color-surface-container-highest: rgb(226 226 233);
|
|
51
51
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dssp/dkpi",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.16",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"docker:push": "docker image push hatiolab/dkpi:latest && docker image push hatiolab/dkpi:$npm_package_version"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@dssp/project": "^1.0.0-alpha.
|
|
42
|
+
"@dssp/project": "^1.0.0-alpha.16",
|
|
43
43
|
"@material/web": "^2.1.0",
|
|
44
44
|
"@operato/chart": "^9.0.0",
|
|
45
45
|
"@operato/gantt": "^9.0.0",
|
|
@@ -93,5 +93,5 @@
|
|
|
93
93
|
"devDependencies": {
|
|
94
94
|
"@things-factory/builder": "^9.0.0"
|
|
95
95
|
},
|
|
96
|
-
"gitHead": "
|
|
96
|
+
"gitHead": "fb929bc666ea6eec8ba982b8667a68cd355d49ea"
|
|
97
97
|
}
|