@things-factory/operato-dataset 7.0.1-alpha.9 → 7.0.1-alpha.92

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.
@@ -0,0 +1,51 @@
1
+ .light {
2
+ --md-sys-color-primary: rgb(53 97 142);
3
+ --md-sys-color-surface-tint: rgb(53 97 142);
4
+ --md-sys-color-on-primary: rgb(255 255 255);
5
+ --md-sys-color-primary-container: rgb(209 228 255);
6
+ --md-sys-color-on-primary-container: rgb(0 29 53);
7
+ --md-sys-color-secondary: rgb(0 105 106);
8
+ --md-sys-color-on-secondary: rgb(255 255 255);
9
+ --md-sys-color-secondary-container: rgb(156 241 241);
10
+ --md-sys-color-on-secondary-container: rgb(0 32 32);
11
+ --md-sys-color-tertiary: rgb(6 103 127);
12
+ --md-sys-color-on-tertiary: rgb(255 255 255);
13
+ --md-sys-color-tertiary-container: rgb(182 234 255);
14
+ --md-sys-color-on-tertiary-container: rgb(0 31 40);
15
+ --md-sys-color-error: rgb(144 74 70);
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: rgb(59 9 9);
19
+ --md-sys-color-background: rgb(248 249 255);
20
+ --md-sys-color-on-background: rgb(25 28 32);
21
+ --md-sys-color-surface: rgb(248 249 255);
22
+ --md-sys-color-on-surface: rgb(25 28 32);
23
+ --md-sys-color-surface-variant: rgb(223 226 235);
24
+ --md-sys-color-on-surface-variant: rgb(66 71 78);
25
+ --md-sys-color-outline: rgb(115 119 127);
26
+ --md-sys-color-outline-variant: rgb(195 199 207);
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(46 49 53);
30
+ --md-sys-color-inverse-on-surface: rgb(239 240 247);
31
+ --md-sys-color-inverse-primary: rgb(159 202 253);
32
+ --md-sys-color-primary-fixed: rgb(209 228 255);
33
+ --md-sys-color-on-primary-fixed: rgb(0 29 53);
34
+ --md-sys-color-primary-fixed-dim: rgb(159 202 253);
35
+ --md-sys-color-on-primary-fixed-variant: rgb(24 73 116);
36
+ --md-sys-color-secondary-fixed: rgb(156 241 241);
37
+ --md-sys-color-on-secondary-fixed: rgb(0 32 32);
38
+ --md-sys-color-secondary-fixed-dim: rgb(128 212 213);
39
+ --md-sys-color-on-secondary-fixed-variant: rgb(0 79 80);
40
+ --md-sys-color-tertiary-fixed: rgb(182 234 255);
41
+ --md-sys-color-on-tertiary-fixed: rgb(0 31 40);
42
+ --md-sys-color-tertiary-fixed-dim: rgb(136 209 235);
43
+ --md-sys-color-on-tertiary-fixed-variant: rgb(0 78 96);
44
+ --md-sys-color-surface-dim: rgb(216 218 224);
45
+ --md-sys-color-surface-bright: rgb(248 249 255);
46
+ --md-sys-color-surface-container-lowest: rgb(255 255 255);
47
+ --md-sys-color-surface-container-low: rgb(242 243 249);
48
+ --md-sys-color-surface-container: rgb(236 238 244);
49
+ --md-sys-color-surface-container-high: rgb(230 232 238);
50
+ --md-sys-color-surface-container-highest: rgb(225 226 232);
51
+ }
@@ -0,0 +1,18 @@
1
+ body {
2
+ font-variation-settings: 'FILL' 1;
3
+
4
+ /* meterial theme color */
5
+ --md-sys-color-primary: var(--primary-color);
6
+ --md-sys-color-secondary: var(--secondary-color);
7
+
8
+ --md-sys-shape-corner-small: 4px;
9
+ --md-sys-shape-corner-medium: 6px;
10
+ --md-sys-shape-corner-large: 8px;
11
+
12
+ --md-assist-chip-container-shape: 4px;
13
+ --md-filter-chip-container-shape: 9999px;
14
+
15
+ --md-outlined-button-container-shape: var(--md-sys-shape-corner-small);
16
+ --md-elevated-button-container-shape: var(--md-sys-shape-corner-small);
17
+ --md-filled-button-container-shape: var(--md-sys-shape-corner-small);
18
+ }