@things-factory/shell 7.0.1-alpha.97 → 7.0.1-beta.1
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 +2 -1
- package/client/entries/public/home.js +1 -1
- package/client/serviceworker/sw-src.js +2 -2
- package/client/themes/app-theme.css +17 -38
- package/client/themes/dark.css +151 -0
- package/client/themes/grist-theme.css +173 -0
- package/client/themes/layout-theme.css +17 -10
- package/client/themes/light.css +151 -0
- package/client/themes/material-theme.css +17 -44
- package/client/themes/oops-theme.css +2 -2
- package/client/themes/spacing.css +23 -0
- package/client/themes/state-color.css +6 -0
- package/config/config.development.js +2 -1
- package/config/license.json +5 -5
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/helps/config/fileUpload.ja.md +24 -0
- package/helps/config/fileUpload.ko.md +22 -0
- package/helps/config/fileUpload.md +24 -0
- package/helps/config/fileUpload.ms.md +24 -0
- package/helps/config/fileUpload.zh.md +21 -0
- package/package.json +14 -14
- package/views/public/home.html +2 -1
@@ -0,0 +1,151 @@
|
|
1
|
+
.light {
|
2
|
+
--md-sys-color-primary: rgb(73 93 146);
|
3
|
+
--md-sys-color-surface-tint: rgb(73 93 146);
|
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);
|
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);
|
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;
|
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);
|
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(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);
|
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);
|
51
|
+
|
52
|
+
/* primary palette */
|
53
|
+
--md-ref-palette-primary0: #000000;
|
54
|
+
--md-ref-palette-primary5: #000e32;
|
55
|
+
--md-ref-palette-primary10: #001848;
|
56
|
+
--md-ref-palette-primary15: #00215e;
|
57
|
+
--md-ref-palette-primary20: #002b74;
|
58
|
+
--md-ref-palette-primary25: #002b74;
|
59
|
+
--md-ref-palette-primary30: #0040a2;
|
60
|
+
--md-ref-palette-primary35: #002b74;
|
61
|
+
--md-ref-palette-primary40: #1957ca;
|
62
|
+
--md-ref-palette-primary50: #3e71e5;
|
63
|
+
--md-ref-palette-primary60: #5c8bff;
|
64
|
+
--md-ref-palette-primary70: #89a9ff;
|
65
|
+
--md-ref-palette-primary80: #b2c5ff;
|
66
|
+
--md-ref-palette-primary90: #dae2ff;
|
67
|
+
--md-ref-palette-primary95: #eef0ff;
|
68
|
+
--md-ref-palette-primary98: #faf8ff;
|
69
|
+
--md-ref-palette-primary99: #fefbff;
|
70
|
+
--md-ref-palette-primary100: #ffffff;
|
71
|
+
|
72
|
+
/* secondary palette */
|
73
|
+
--md-ref-palette-secondary0: #000000;
|
74
|
+
--md-ref-palette-secondary5: #00131d;
|
75
|
+
--md-ref-palette-secondary10: #001e2c;
|
76
|
+
--md-ref-palette-secondary15: #00293a;
|
77
|
+
--md-ref-palette-secondary20: #003549;
|
78
|
+
--md-ref-palette-secondary25: #004058;
|
79
|
+
--md-ref-palette-secondary30: #004c68;
|
80
|
+
--md-ref-palette-secondary35: #005978;
|
81
|
+
--md-ref-palette-secondary40: #006689;
|
82
|
+
--md-ref-palette-secondary50: #0080ac;
|
83
|
+
--md-ref-palette-secondary60: #009bcf;
|
84
|
+
--md-ref-palette-secondary70: #00b8f4;
|
85
|
+
--md-ref-palette-secondary80: #79d1ff;
|
86
|
+
--md-ref-palette-secondary90: #c3e8ff;
|
87
|
+
--md-ref-palette-secondary95: #e3f3ff;
|
88
|
+
--md-ref-palette-secondary98: #f5faff;
|
89
|
+
--md-ref-palette-secondary99: #fbfcff;
|
90
|
+
--md-ref-palette-secondary100: #ffffff;
|
91
|
+
|
92
|
+
/* tertiary palette */
|
93
|
+
--md-ref-palette-tertiary0: #000000;
|
94
|
+
--md-ref-palette-tertiary5: #00150a;
|
95
|
+
--md-ref-palette-tertiary10: #002113;
|
96
|
+
--md-ref-palette-tertiary15: #002c1b;
|
97
|
+
--md-ref-palette-tertiary20: #003823;
|
98
|
+
--md-ref-palette-tertiary25: #00452b;
|
99
|
+
--md-ref-palette-tertiary30: #005234;
|
100
|
+
--md-ref-palette-tertiary35: #005f3e;
|
101
|
+
--md-ref-palette-tertiary40: #006c47;
|
102
|
+
--md-ref-palette-tertiary50: #00885a;
|
103
|
+
--md-ref-palette-tertiary60: #31a372;
|
104
|
+
--md-ref-palette-tertiary70: #51bf8b;
|
105
|
+
--md-ref-palette-tertiary80: #6edba5;
|
106
|
+
--md-ref-palette-tertiary90: #a2f4c7;
|
107
|
+
--md-ref-palette-tertiary95: #bfffd9;
|
108
|
+
--md-ref-palette-tertiary98: #e8ffef;
|
109
|
+
--md-ref-palette-tertiary99: #f4fff5;
|
110
|
+
--md-ref-palette-tertiary100: #ffffff;
|
111
|
+
|
112
|
+
/* error palette */
|
113
|
+
--md-ref-palette-error0: #000000;
|
114
|
+
--md-ref-palette-error5: #2d0102;
|
115
|
+
--md-ref-palette-error10: #410304;
|
116
|
+
--md-ref-palette-error15: #540507;
|
117
|
+
--md-ref-palette-error20: #68070a;
|
118
|
+
--md-ref-palette-error25: #7d0b0e;
|
119
|
+
--md-ref-palette-error30: #930f14;
|
120
|
+
--md-ref-palette-error35: #a91319;
|
121
|
+
--md-ref-palette-error40: #bc1620;
|
122
|
+
--md-ref-palette-error50: #e03236;
|
123
|
+
--md-ref-palette-error60: #ff5450;
|
124
|
+
--md-ref-palette-error70: #ff8982;
|
125
|
+
--md-ref-palette-error80: #ffb3ad;
|
126
|
+
--md-ref-palette-error90: #ffdad7;
|
127
|
+
--md-ref-palette-error95: #ffedeb;
|
128
|
+
--md-ref-palette-error98: #fff8f7;
|
129
|
+
--md-ref-palette-error99: #fffbff;
|
130
|
+
--md-ref-palette-error100: #ffffff;
|
131
|
+
|
132
|
+
/* neutral palette */
|
133
|
+
--md-ref-palette-neutral0: #000000;
|
134
|
+
--md-ref-palette-neutral5: #111111;
|
135
|
+
--md-ref-palette-neutral10: #1c1c1c;
|
136
|
+
--md-ref-palette-neutral15: #262626;
|
137
|
+
--md-ref-palette-neutral20: #313131;
|
138
|
+
--md-ref-palette-neutral25: #3c3c3c;
|
139
|
+
--md-ref-palette-neutral30: #474747;
|
140
|
+
--md-ref-palette-neutral35: #535353;
|
141
|
+
--md-ref-palette-neutral40: #5f5f5f;
|
142
|
+
--md-ref-palette-neutral50: #787878;
|
143
|
+
--md-ref-palette-neutral60: #929292;
|
144
|
+
--md-ref-palette-neutral70: #acacac;
|
145
|
+
--md-ref-palette-neutral80: #c8c8c8;
|
146
|
+
--md-ref-palette-neutral90: #e4e4e4;
|
147
|
+
--md-ref-palette-neutral95: #f0f0f0;
|
148
|
+
--md-ref-palette-neutral98: #f9f9f9;
|
149
|
+
--md-ref-palette-neutral99: #fefefe;
|
150
|
+
--md-ref-palette-neutral100: #ffffff;
|
151
|
+
}
|
@@ -1,50 +1,23 @@
|
|
1
1
|
body {
|
2
2
|
font-variation-settings: 'FILL' 1;
|
3
3
|
|
4
|
-
/*
|
5
|
-
--md-sys-
|
6
|
-
--md-sys-
|
7
|
-
--md-sys-
|
8
|
-
|
9
|
-
--md-sys-shape-corner-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
--md-sys-shape-corner-full: var(--md-sys-shape-corner-small);
|
14
|
-
|
15
|
-
--md-sys-color-surface-container-high: var(--primary-color);
|
16
|
-
--md-sys-color-surface-container-low: var(--secondary-color);
|
17
|
-
--md-sys-color-surface-container-highest: #e0e3e2;
|
18
|
-
--md-sys-color-surface-container-lowest: var(--secondary-color);
|
19
|
-
--md-sys-typescale-body-large: 400 1rem system-ui;
|
20
|
-
|
21
|
-
--md-filled-text-field-container-shape: 0px;
|
22
|
-
--md-filled-text-field-label-text-color: #3f4948;
|
23
|
-
--md-filled-text-field-input-text-color: #161d1d;
|
24
|
-
|
25
|
-
--md-outlined-text-field-container-shape: 0px;
|
26
|
-
--md-outlined-text-field-label-text-color: #3f4948;
|
27
|
-
--md-outlined-text-field-input-text-color: #161d1d;
|
28
|
-
|
29
|
-
--md-outlined-select-text-field-outline-color: #6e7979;
|
30
|
-
--md-outlined-select-text-field-container-shape: 0px;
|
31
|
-
--md-outlined-select-text-field-input-text-color: #005353;
|
32
|
-
--md-outlined-select-text-field-input-text-font: system-ui;
|
33
|
-
|
34
|
-
--md-menu-container-color: #f4f7fb;
|
35
|
-
--md-menu-container-shape: 0px;
|
36
|
-
|
37
|
-
--md-fab-container-color: var(--primary-color);
|
38
|
-
--md-fab-icon-color: var(--focus-color);
|
39
|
-
|
40
|
-
--md-checkbox-selected-container-color: var(--secondary-background-color, #6e7979);
|
41
|
-
--md-checkbox-outline-color: var(--secondary-background-color, #6e7979);
|
42
|
-
--md-checkbox-selected-icon-color: var(--focus-color);
|
43
|
-
|
44
|
-
--md-switch-handle-color: var(--secondary-background-color, #6e7979);
|
45
|
-
--md-switch-handle-shape: 9999px;
|
46
|
-
--md-switch-track-color: var(--md-sys-color-surface-container-highest);
|
47
|
-
--md-switch-track-shape: 9999px;
|
4
|
+
/* shape corner */
|
5
|
+
--md-sys-shape-corner-none: 0px;
|
6
|
+
--md-sys-shape-corner-small: 5px;
|
7
|
+
--md-sys-shape-corner-medium: 10px;
|
8
|
+
--md-sys-shape-corner-large: 30px;
|
9
|
+
--md-sys-shape-corner-full: 999px;
|
10
|
+
|
11
|
+
/* md-switch */
|
48
12
|
--md-switch-selected-handle-color: var(--md-sys-color-on-primary);
|
49
13
|
--md-switch-selected-track-color: var(--md-sys-color-primary);
|
14
|
+
|
15
|
+
/* md component shapes */
|
16
|
+
--md-switch-handle-shape: var(--md-sys-shape-corner-full);
|
17
|
+
--md-switch-track-shape: var(--md-sys-shape-corner-full);
|
18
|
+
--md-filter-chip-container-shape: var(--md-sys-shape-corner-full);
|
19
|
+
--md-text-button-container-shape: var(--md-sys-shape-corner-small);
|
20
|
+
--md-filled-button-container-shape: var(--md-sys-shape-corner-small);
|
21
|
+
--md-outlined-button-container-shape: var(--md-sys-shape-corner-small);
|
22
|
+
--md-elevated-button-container-shape: var(--md-sys-shape-corner-small);
|
50
23
|
}
|
@@ -7,9 +7,9 @@ body {
|
|
7
7
|
--oops-note-icon-padding: var(--padding-default);
|
8
8
|
--oops-note-title-margin: 7px 0 2px 0;
|
9
9
|
--oops-note-title-font: bold 14px var(--theme-font);
|
10
|
-
--oops-note-title-color: var(--
|
10
|
+
--oops-note-title-color: var(--md-sys-color-secondary);
|
11
11
|
--oops-note-description-font: normal 12px var(--theme-font);
|
12
|
-
--oops-note-description-color: var(--
|
12
|
+
--oops-note-description-color: var(--md-sys-color-primary);
|
13
13
|
}
|
14
14
|
@media only screen and (max-width: 460px) {
|
15
15
|
body {
|
@@ -0,0 +1,23 @@
|
|
1
|
+
:root {
|
2
|
+
/* spacing */
|
3
|
+
--spacing-none: 0px;
|
4
|
+
--spacing-tiny: 2px;
|
5
|
+
--spacing-small: 4px;
|
6
|
+
--spacing-medium: 8px;
|
7
|
+
--spacing-large: 12px;
|
8
|
+
--spacing-huge: 24px;
|
9
|
+
|
10
|
+
/* icon size */
|
11
|
+
--icon-size-tiny: 14px;
|
12
|
+
--icon-size-small: 18px;
|
13
|
+
--icon-size-medium: 24px;
|
14
|
+
--icon-size-large: 32px;
|
15
|
+
--icon-size-huge: 48px;
|
16
|
+
|
17
|
+
/* form element height */
|
18
|
+
--form-element-height-tiny: 18px;
|
19
|
+
--form-element-height-small: 24px;
|
20
|
+
--form-element-height-medium: 30px;
|
21
|
+
--form-element-height-large: 40px;
|
22
|
+
--form-element-height-huge: 55px;
|
23
|
+
}
|
package/config/license.json
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"Customer": "hatiolab.com",
|
3
|
-
"Product": "Things Factory",
|
3
|
+
"Product": "Things Factory Framework",
|
4
4
|
"License Type": "Evaluation",
|
5
|
-
"Purchase Date": "2024.
|
6
|
-
"Expiration Date": "2024.
|
5
|
+
"Purchase Date": "2024.05.29",
|
6
|
+
"Expiration Date": "2024.08.29",
|
7
7
|
"Host Address": "UNLIMITED",
|
8
8
|
"Max Target Count": 0,
|
9
9
|
"Max Domain Count": 0,
|
10
10
|
"Permissions For Board Usage": "Viewer, Modeller",
|
11
11
|
"Permissions For Tailor Tool": "Runner, Studio",
|
12
|
-
"Key": "
|
13
|
-
}
|
12
|
+
"Key": "6eyJDdXN0b21lciI6ImhhdGlvbGFiLmNvbSIsIlByb2R1Y3QiOiJUaGluZ3MgRmFjdG9yeSBGcmFtZXdvcmsiLCJMaWNlbnNlIFR5cGUiOiJFdmFsdWF0aW9uIiwiUHVyY2hhc2UgRGF0ZSI6IjIwMjQuMDUuMjkiLCJFeHBpcmF0aW9uIERhdGUiOiIyMDI0LjA4LjI5IiwiSG9zdCBBZGRyZXNzIjoiVU5MSU1JVEVEIiwiTWF4IFRhcmdldCBDb3VudCI6MCwiTWF4IERvbWFpbiBDb3VudCI6MCwiUGVybWlzc2lvbnMgRm9yIEJvYXJkIFVzYWdlIjoiVmlld2VyLCBNb2RlbGxlciIsIlBlcm1pc3Npb25zIEZvciBUYWlsb3IgVG9vbCI6IlJ1bm5lciwgU3R1ZGlvIiwiS2V5IjoiQXhncUpRczRIakVBQkRjTEVRQW1GaU1NQmpvRUdnZ05EU2NtQ0JZL0doVVNGaVpUSXdzZ1N3WXZJamdXRXhzSUV6c2VEQk1pQTFVU0xoVTVGZ3d1QVFzbk14Z0RKU1lhRVFRcFZCSUpBa2dGREFFQUl5TWlGQUVwR2dzU0JTRk1JeHNRQndVYUh3QWdTU0liQWo4aUVoQVNLUkFMQ2lsSEh3Z0RBQm9vRmhnSkJBQUhFVGNhUnhvYUhBSU9EaXN6SmtvakZoVThGeFFuSlJwVkh3a0pPeHdlS2lNS0tDb1BBVDhpTVJNU05sVWpIQkE2QkJvZkFDQkpJeGdWRmg4eEtBRXVGQ0FKR1FjZkNBTUFIQ2N6R1FJVkpoOGFJaDFaRWdrVVRCOEpCUUFaTlRjVUR5YzNGeDRrR1NVakNCVTdGQW91TlNZbUdnY0JQd1FMRUNZdEpBb3VERWNFSGlzeklpTUxDQTRwSWkwckpCMVdDZ29jUWdZSU1pVU5FeFlVQWhVZkt5Y21DRWtYR2d4TEJnb0lFUXdTQUJVQVFCc0dJZ1EyV1NNY0dFZ1BDU29DSmlZV0dRa3BCQXNyQVFCSkZnd0tQZ1F2SGhBakl5b1RBQVFXQ3hJaUNVd0pDQmxGSHdzeUF3eE5PdzhCQlJvUEVqYzZXaU1jQ0VnRkNESVVGamNBRWdBRkh3WWVJalpXQ2g0WkNCOExLamdOVFRjTEFUc1BCaDgySFJFU0dncElIdzFFTEE9PSJ9101775"
|
13
|
+
}
|