@things-factory/reference-app 7.0.1-beta.6 → 7.0.1-beta.8

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.
@@ -34,7 +34,7 @@ class GristModePage extends localize(i18next)(PageView) {
34
34
  height: 200px;
35
35
  align-items: center;
36
36
  justify-content: center;
37
- color: var(--theme-white-color);
37
+ color: var(--md-sys-color-on-primary);
38
38
  }
39
39
 
40
40
  #modes > * {
@@ -19,7 +19,7 @@ export const ReferencePageStyles = css`
19
19
  fieldset {
20
20
  background-color: var(--md-sys-color-surface);
21
21
  margin-top: var(--margin-wide);
22
- border: var(--border-dark-color);
22
+ border: var(--border-dim-color);
23
23
  }
24
24
  fieldset > * {
25
25
  min-width: 10%;
@@ -4,10 +4,10 @@ body {
4
4
  --primary-color: rgb(var(--primary-color-rgb));
5
5
  --secondary-color-rgb: 71, 97, 114;
6
6
  --secondary-color: rgb(var(--secondary-color-rgb));
7
- --focus-color: var(--theme-white-color);
7
+ --focus-color: var(--md-sys-color-on-primary);
8
8
  --primary-background-color: var(--md-sys-color-secondary);
9
9
  --secondary-background-color: #183936;
10
- --theme-white-color: #fff;
10
+ --md-sys-color-on-primary: #fff;
11
11
  --theme-black-color: rgba(0, 0, 0, 0.9);
12
12
 
13
13
  --focus-background-color: var(--md-sys-color-primary);
@@ -25,7 +25,7 @@ body {
25
25
 
26
26
  /* common style */
27
27
  --border-radius: 4px;
28
- --border-dark-color: 1px solid rgba(0, 0, 0, 0.15);
28
+ --border-dim-color: 1px solid rgba(0, 0, 0, 0.15);
29
29
  --border-light-color: 1px solid rgba(255, 255, 255, 0.3);
30
30
 
31
31
  --box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
@@ -68,12 +68,12 @@ body {
68
68
  --icon-tiny-size: 24px;
69
69
  --icon-default-size: 36px;
70
70
  --icon-big-size: 48px;
71
- --icon-default-color: var(--theme-white-color);
71
+ --icon-default-color: var(--md-sys-color-on-primary);
72
72
 
73
73
  /* material design component themes */
74
- --mdc-theme-on-primary: var(--theme-white-color);
74
+ --mdc-theme-on-primary: var(--md-sys-color-on-primary);
75
75
  --mdc-theme-primary: var(--secondary-text-color);
76
- --mdc-theme-on-secondary: var(--theme-white-color);
76
+ --mdc-theme-on-secondary: var(--md-sys-color-on-primary);
77
77
  --mdc-theme-secondary: var(--md-sys-color-primary);
78
78
  --mdc-button-outline-color: var(--md-sys-color-primary);
79
79
  --mdc-danger-button-primary-color: var(--status-danger-color);
@@ -84,9 +84,9 @@ body {
84
84
  --md-fab-container-color: var(--md-sys-color-primary);
85
85
  --md-fab-icon-color: var(--focus-color);
86
86
 
87
- --md-theme-on-primary: var(--theme-white-color);
87
+ --md-theme-on-primary: var(--md-sys-color-on-primary);
88
88
  --md-theme-primary: var(--secondary-text-color);
89
- --md-theme-on-secondary: var(--theme-white-color);
89
+ --md-theme-on-secondary: var(--md-sys-color-on-primary);
90
90
  --md-theme-secondary: var(--md-sys-color-primary);
91
91
  --md-button-outline-color: var(--md-sys-color-primary);
92
92
  --md-danger-button-primary-color: var(--status-danger-color);
@@ -97,7 +97,7 @@ body {
97
97
  /* button style */
98
98
  --button-background-color: #fafbfc;
99
99
  --button-background-focus-color: var(--md-sys-color-primary);
100
- --button-border: var(--border-dark-color);
100
+ --button-border: var(--border-dim-color);
101
101
  --button-border-radius: var(--border-radius);
102
102
  --button-margin: var(--margin-default) var(--margin-default) var(--margin-default) 0;
103
103
  --button-padding: calc(var(--padding-narrow) * 1.5) var(--padding-wide);
@@ -107,13 +107,13 @@ body {
107
107
  --button-active-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
108
108
  --button-activ-border: 1px solid var(--md-sys-color-primary);
109
109
  --button-activ-background-color: var(--md-sys-color-primary);
110
- --button-activ-color: var(--theme-white-color);
110
+ --button-activ-color: var(--md-sys-color-on-primary);
111
111
  --iconbtn-padding: var(--padding-narrow);
112
112
 
113
113
  --button-primary-background-color: var(--md-sys-color-primary);
114
114
  --button-primary-active-background-color: var(--status-success-color);
115
115
  --button-primary-padding: var(--margin-default) var(--margin-wide);
116
- --button-primary-color: var(--theme-white-color);
116
+ --button-primary-color: var(--md-sys-color-on-primary);
117
117
  --button-primary-font: bold 16px var(--theme-font);
118
118
 
119
119
  /* table style */