@dssp/dssp 1.0.0-y.0 → 1.0.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.
- package/_index.html +0 -5
- package/config/config.development.js +2 -1
- package/config/config.production.js +2 -1
- package/package.json +37 -36
- package/schema.graphql +8874 -3607
- package/translations/en.json +5 -1
- package/translations/ko.json +5 -1
- package/views/auth-page.html +0 -1
- package/views/public/home.html +0 -1
- package/db_back.sqlite +0 -0
- package/dist-client/bootstrap.d.ts +0 -8
- package/dist-client/bootstrap.js +0 -289
- package/dist-client/bootstrap.js.map +0 -1
- package/dist-client/entries/public/home.d.ts +0 -8
- package/dist-client/entries/public/home.js +0 -97
- package/dist-client/entries/public/home.js.map +0 -1
- package/dist-client/icons/menu-icons.d.ts +0 -5
- package/dist-client/icons/menu-icons.js +0 -84
- package/dist-client/icons/menu-icons.js.map +0 -1
- package/dist-client/index.d.ts +0 -0
- package/dist-client/index.js +0 -2
- package/dist-client/index.js.map +0 -1
- package/dist-client/menu.d.ts +0 -1
- package/dist-client/menu.js +0 -4
- package/dist-client/menu.js.map +0 -1
- package/dist-client/route.d.ts +0 -1
- package/dist-client/route.js +0 -7
- package/dist-client/route.js.map +0 -1
- package/dist-client/themes/dark.css +0 -51
- package/dist-client/themes/light.css +0 -51
- package/dist-client/tsconfig.tsbuildinfo +0 -1
- package/dist-client/viewparts/menu-tools.d.ts +0 -17
- package/dist-client/viewparts/menu-tools.js +0 -172
- package/dist-client/viewparts/menu-tools.js.map +0 -1
- package/dist-client/viewparts/user-circle.d.ts +0 -5
- package/dist-client/viewparts/user-circle.js +0 -26
- package/dist-client/viewparts/user-circle.js.map +0 -1
- package/dist-server/index.d.ts +0 -0
- package/dist-server/index.js +0 -1
- package/dist-server/index.js.map +0 -1
- package/dist-server/tsconfig.tsbuildinfo +0 -1
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.dark {
|
|
2
|
-
--md-sys-color-primary: rgb(198 198 199);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(198 198 199);
|
|
4
|
-
--md-sys-color-on-primary: rgb(47 49 50);
|
|
5
|
-
--md-sys-color-primary-container: rgb(17 19 20);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(159 160 161);
|
|
7
|
-
--md-sys-color-secondary: rgb(199 197 210);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(47 48 57);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(42 42 52);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(183 182 194);
|
|
11
|
-
--md-sys-color-tertiary: rgb(135 208 245);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(0 53 72);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(0 91 121);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(241 249 255);
|
|
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(20 19 19);
|
|
20
|
-
--md-sys-color-on-background: rgb(229 226 225);
|
|
21
|
-
--md-sys-color-surface: rgb(20 19 19);
|
|
22
|
-
--md-sys-color-on-surface: rgb(229 226 225);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(68 71 73);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(196 199 201);
|
|
25
|
-
--md-sys-color-outline: rgb(142 145 147);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(68 71 73);
|
|
27
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
-
--md-sys-color-inverse-surface: rgb(229 226 225);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(49 48 48);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(93 94 96);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(226 226 227);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(26 28 29);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(198 198 199);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(69 71 72);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(227 225 238);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(26 27 36);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(199 197 210);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(70 70 80);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(193 232 255);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(0 30 43);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(135 208 245);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(0 77 102);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(20 19 19);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(58 57 57);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(14 14 14);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(28 27 27);
|
|
48
|
-
--md-sys-color-surface-container: rgb(32 31 31);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(42 42 42);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(53 52 52);
|
|
51
|
-
}
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
.light {
|
|
2
|
-
--md-sys-color-primary: rgb(1 2 2);
|
|
3
|
-
--md-sys-color-surface-tint: rgb(93 94 96);
|
|
4
|
-
--md-sys-color-on-primary: rgb(255 255 255);
|
|
5
|
-
--md-sys-color-primary-container: rgb(37 39 40);
|
|
6
|
-
--md-sys-color-on-primary-container: rgb(177 178 179);
|
|
7
|
-
--md-sys-color-secondary: rgb(33 34 43);
|
|
8
|
-
--md-sys-color-on-secondary: rgb(255 255 255);
|
|
9
|
-
--md-sys-color-secondary-container: rgb(66 66 77);
|
|
10
|
-
--md-sys-color-on-secondary-container: rgb(219 216 230);
|
|
11
|
-
--md-sys-color-tertiary: rgb(0 80 106);
|
|
12
|
-
--md-sys-color-on-tertiary: rgb(255 255 255);
|
|
13
|
-
--md-sys-color-tertiary-container: rgb(34 117 151);
|
|
14
|
-
--md-sys-color-on-tertiary-container: rgb(255 255 255);
|
|
15
|
-
--md-sys-color-error: rgb(186 26 26);
|
|
16
|
-
--md-sys-color-on-error: rgb(255 255 255);
|
|
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(246 246 246);
|
|
20
|
-
--md-sys-color-on-background: rgb(28 27 27);
|
|
21
|
-
--md-sys-color-surface: rgb(246 246 246);
|
|
22
|
-
--md-sys-color-on-surface: rgb(28 27 27);
|
|
23
|
-
--md-sys-color-surface-variant: rgb(224 227 229);
|
|
24
|
-
--md-sys-color-on-surface-variant: rgb(68 71 73);
|
|
25
|
-
--md-sys-color-outline: rgb(116 119 121);
|
|
26
|
-
--md-sys-color-outline-variant: rgb(196 199 201);
|
|
27
|
-
--md-sys-color-shadow: rgb(0 0 0);
|
|
28
|
-
--md-sys-color-scrim: rgb(0 0 0);
|
|
29
|
-
--md-sys-color-inverse-surface: rgb(49 48 48);
|
|
30
|
-
--md-sys-color-inverse-on-surface: rgb(244 240 239);
|
|
31
|
-
--md-sys-color-inverse-primary: rgb(198 198 199);
|
|
32
|
-
--md-sys-color-primary-fixed: rgb(226 226 227);
|
|
33
|
-
--md-sys-color-on-primary-fixed: rgb(26 28 29);
|
|
34
|
-
--md-sys-color-primary-fixed-dim: rgb(198 198 199);
|
|
35
|
-
--md-sys-color-on-primary-fixed-variant: rgb(69 71 72);
|
|
36
|
-
--md-sys-color-secondary-fixed: rgb(227 225 238);
|
|
37
|
-
--md-sys-color-on-secondary-fixed: rgb(26 27 36);
|
|
38
|
-
--md-sys-color-secondary-fixed-dim: rgb(199 197 210);
|
|
39
|
-
--md-sys-color-on-secondary-fixed-variant: rgb(70 70 80);
|
|
40
|
-
--md-sys-color-tertiary-fixed: rgb(193 232 255);
|
|
41
|
-
--md-sys-color-on-tertiary-fixed: rgb(0 30 43);
|
|
42
|
-
--md-sys-color-tertiary-fixed-dim: rgb(135 208 245);
|
|
43
|
-
--md-sys-color-on-tertiary-fixed-variant: rgb(0 77 102);
|
|
44
|
-
--md-sys-color-surface-dim: rgb(221 217 217);
|
|
45
|
-
--md-sys-color-surface-bright: rgb(246 246 246);
|
|
46
|
-
--md-sys-color-surface-container-lowest: rgb(255 255 255);
|
|
47
|
-
--md-sys-color-surface-container-low: rgb(246 243 242);
|
|
48
|
-
--md-sys-color-surface-container: rgb(241 237 236);
|
|
49
|
-
--md-sys-color-surface-container-high: rgb(235 231 231);
|
|
50
|
-
--md-sys-color-surface-container-highest: rgb(229 226 225);
|
|
51
|
-
}
|