@sandlada/material-design-css 2.2.0-20250902.b → 2.3.0-20250927.b
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/README.md +3 -3
- package/color/bg-utilities.css +1 -1
- package/color/text-utilities.css +1 -1
- package/motion/animation-utilities.css +54 -63
- package/motion/tailwind-theme.css +12 -12
- package/motion/transition-utilities.css +54 -63
- package/package.json +19 -27
- package/prebuild-color/cold-blue.css +58 -0
- package/prebuild-color/cold-purple.css +58 -0
- package/prebuild-color/monochrome-high-contrast.css +58 -0
- package/prebuild-color/monochrome-low-contrast.css +58 -0
- package/prebuild-color/monochrome.css +58 -0
- package/prebuild-color/orange.css +58 -0
- package/prebuild-color/viridian.css +58 -0
- package/shape/shape-utilities.css +1 -1
- package/typography/tailwind-theme.css +1 -1
- package/typography/typography-utilities.css +1 -1
- package/color/classic-utilities.css +0 -258
package/README.md
CHANGED
|
@@ -46,10 +46,10 @@ import '@sandlada/material-design-css/palette/text-utilities.css'
|
|
|
46
46
|
import '@sandlada/material-design-css/palette/bg-utilities.css'
|
|
47
47
|
|
|
48
48
|
// display-large
|
|
49
|
-
import '@sandlada/material-design-css/typography/typography.css'
|
|
49
|
+
import '@sandlada/material-design-css/typography/typography-utilities.css'
|
|
50
50
|
|
|
51
|
-
//
|
|
52
|
-
import '@sandlada/material-design-css/shape/shape.css'
|
|
51
|
+
// rounded-medium
|
|
52
|
+
import '@sandlada/material-design-css/shape/shape-utilities.css'
|
|
53
53
|
|
|
54
54
|
// animation-easing-expressive-fast-spatial
|
|
55
55
|
import '@sandlada/material-design-css/motion/animation-utilities.css'
|
package/color/bg-utilities.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer material-design-system.color {
|
|
1
|
+
@layer material-design-system.variable.bg-color {
|
|
2
2
|
:root {
|
|
3
3
|
--_bg-color-primary-palette-key-color : var(--md-sys-color-primary-palette-key-color, light-dark(#578400, #578400));
|
|
4
4
|
--_bg-color-secondary-palette-key-color : var(--md-sys-color-secondary-palette-key-color, light-dark(#697e4a, #697e4a));
|
package/color/text-utilities.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@layer material-design-system.color {
|
|
1
|
+
@layer material-design-system.variable.text-color {
|
|
2
2
|
:root {
|
|
3
3
|
--_text-color-primary-palette-key-color : var(--md-sys-color-primary-palette-key-color, light-dark(#578400, #578400));
|
|
4
4
|
--_text-color-secondary-palette-key-color : var(--md-sys-color-secondary-palette-key-color, light-dark(#697e4a, #697e4a));
|
|
@@ -1,21 +1,52 @@
|
|
|
1
|
-
@layer material-design-system.motion
|
|
1
|
+
@layer material-design-system.variable.motion {
|
|
2
2
|
:root {
|
|
3
|
-
--_animation-
|
|
4
|
-
--_animation-
|
|
5
|
-
--_animation-
|
|
6
|
-
--_animation-
|
|
7
|
-
--_animation-
|
|
8
|
-
--_animation-
|
|
9
|
-
--_animation-
|
|
10
|
-
--_animation-
|
|
11
|
-
--_animation-
|
|
12
|
-
--_animation-
|
|
13
|
-
--_animation-
|
|
14
|
-
--_animation-
|
|
15
|
-
--_animation-
|
|
16
|
-
--_animation-
|
|
17
|
-
--_animation-
|
|
18
|
-
--_animation-
|
|
3
|
+
--_animation-easing-emphasized : var(--md-sys-motion-easing-emphasized ,cubic-bezier(0.2, 0.0, 0, 1.0));
|
|
4
|
+
--_animation-easing-emphasized-decelerate : var(--md-sys-motion-easing-emphasized-decelerate ,cubic-bezier(0.05, 0.7, 0.1, 1.0));
|
|
5
|
+
--_animation-easing-emphasized-accelerate : var(--md-sys-motion-easing-emphasized-accelerate ,cubic-bezier(0.3, 0.0, 0.8, 0.15));
|
|
6
|
+
--_animation-easing-standard : var(--md-sys-motion-easing-standard ,cubic-bezier(0.2, 0.0, 0, 1.0));
|
|
7
|
+
--_animation-easing-standard-decelerate : var(--md-sys-motion-easing-standard-decelerate ,cubic-bezier(0, 0, 0, 1));
|
|
8
|
+
--_animation-easing-standard-accelerate : var(--md-sys-motion-easing-standard-accelerate ,cubic-bezier(0.3, 0, 1, 1));
|
|
9
|
+
--_animation-easing-expressive-fast-spatial : var(--md-sys-motion-easing-expressive-fast-spatial, cubic-bezier(0.42, 1.67, 0.21, 0.90));
|
|
10
|
+
--_animation-easing-expressive-default-spatial: var(--md-sys-motion-easing-expressive-default-spatial, cubic-bezier(0.38, 1.21, 0.22, 1.00));
|
|
11
|
+
--_animation-easing-expressive-slow-spatial : var(--md-sys-motion-easing-expressive-slow-spatial, cubic-bezier(0.39, 1.29, 0.35, 0.98));
|
|
12
|
+
--_animation-easing-expressive-fast-effects : var(--md-sys-motion-easing-expressive-fast-effects, cubic-bezier(0.31, 0.94, 0.34, 1.00));
|
|
13
|
+
--_animation-easing-expressive-default-effects: var(--md-sys-motion-easing-expressive-default-effects, cubic-bezier(0.34, 0.80, 0.34, 1.00));
|
|
14
|
+
--_animation-easing-expressive-slow-effects : var(--md-sys-motion-easing-expressive-slow-effects, cubic-bezier(0.34, 0.88, 0.34, 1.00));
|
|
15
|
+
--_animation-easing-standard-fast-spatial : var(--md-sys-motion-easing-standard-fast-spatial, cubic-bezier(0.27, 1.06, 0.18, 1.00));
|
|
16
|
+
--_animation-easing-standard-default-spatial : var(--md-sys-motion-easing-standard-default-spatial, cubic-bezier(0.27, 1.06, 0.18, 1.00));
|
|
17
|
+
--_animation-easing-standard-slow-spatial : var(--md-sys-motion-easing-standard-slow-spatial, cubic-bezier(0.27, 1.06, 0.18, 1.00));
|
|
18
|
+
--_animation-easing-standard-fast-effects : var(--md-sys-motion-easing-standard-fast-effects, cubic-bezier(0.31, 0.94, 0.34, 1.00));
|
|
19
|
+
--_animation-easing-standard-default-effects : var(--md-sys-motion-easing-standard-default-effects, cubic-bezier(0.34, 0.80, 0.34, 1.00));
|
|
20
|
+
--_animation-easing-standard-slow-effects : var(--md-sys-motion-easing-standard-slow-effects, cubic-bezier(0.34, 0.88, 0.34, 1.00));
|
|
21
|
+
|
|
22
|
+
--_animation-duration-short1 : var(--md-sys-motion-duration-short1, 50ms);
|
|
23
|
+
--_animation-duration-short2 : var(--md-sys-motion-duration-short2, 100ms);
|
|
24
|
+
--_animation-duration-short3 : var(--md-sys-motion-duration-short3, 150ms);
|
|
25
|
+
--_animation-duration-short4 : var(--md-sys-motion-duration-short4, 200ms);
|
|
26
|
+
--_animation-duration-medium1 : var(--md-sys-motion-duration-medium1, 250ms);
|
|
27
|
+
--_animation-duration-medium2 : var(--md-sys-motion-duration-medium2, 300ms);
|
|
28
|
+
--_animation-duration-medium3 : var(--md-sys-motion-duration-medium3, 350ms);
|
|
29
|
+
--_animation-duration-medium4 : var(--md-sys-motion-duration-medium4, 400ms);
|
|
30
|
+
--_animation-duration-long1 : var(--md-sys-motion-duration-long1, 450ms);
|
|
31
|
+
--_animation-duration-long2 : var(--md-sys-motion-duration-long2, 500ms);
|
|
32
|
+
--_animation-duration-long3 : var(--md-sys-motion-duration-long3, 550ms);
|
|
33
|
+
--_animation-duration-long4 : var(--md-sys-motion-duration-long4, 600ms);
|
|
34
|
+
--_animation-duration-extra-long1 : var(--md-sys-motion-duration-extra-long1, 700ms);
|
|
35
|
+
--_animation-duration-extra-long2 : var(--md-sys-motion-duration-extra-long2, 800ms);
|
|
36
|
+
--_animation-duration-extra-long3 : var(--md-sys-motion-duration-extra-long3, 900ms);
|
|
37
|
+
--_animation-duration-extra-long4 : var(--md-sys-motion-duration-extra-long4, 1000ms);
|
|
38
|
+
--_animation-duration-expressive-fast-spatial : var(--md-sys-motion-duration-expressive-fast-spatial, 350ms);
|
|
39
|
+
--_animation-duration-expressive-default-spatial: var(--md-sys-motion-duration-expressive-default-spatial, 500ms);
|
|
40
|
+
--_animation-duration-expressive-slow-spatial : var(--md-sys-motion-duration-expressive-slow-spatial, 650ms);
|
|
41
|
+
--_animation-duration-expressive-fast-effects : var(--md-sys-motion-duration-expressive-fast-effects, 150ms);
|
|
42
|
+
--_animation-duration-expressive-default-effects: var(--md-sys-motion-duration-expressive-default-effects, 200ms);
|
|
43
|
+
--_animation-duration-expressive-slow-effects : var(--md-sys-motion-duration-expressive-slow-effects, 300ms);
|
|
44
|
+
--_animation-duration-standard-fast-spatial : var(--md-sys-motion-duration-standard-fast-spatial, 350ms);
|
|
45
|
+
--_animation-duration-standard-default-spatial : var(--md-sys-motion-duration-standard-default-spatial, 500ms);
|
|
46
|
+
--_animation-duration-standard-slow-spatial : var(--md-sys-motion-duration-standard-slow-spatial, 750ms);
|
|
47
|
+
--_animation-duration-standard-fast-effects : var(--md-sys-motion-duration-standard-fast-effects, 150ms);
|
|
48
|
+
--_animation-duration-standard-default-effects : var(--md-sys-motion-duration-standard-default-effects, 200ms);
|
|
49
|
+
--_animation-duration-standard-slow-effects : var(--md-sys-motion-duration-standard-slow-effects, 300ms);
|
|
19
50
|
}
|
|
20
51
|
}
|
|
21
52
|
|
|
@@ -70,64 +101,24 @@
|
|
|
70
101
|
}
|
|
71
102
|
}
|
|
72
103
|
|
|
73
|
-
@layer material-design-system.motion.animation.easing {
|
|
74
|
-
:root {
|
|
75
|
-
--_animation-emphasized: var(--md-sys-motion-easing-emphasized ,cubic-bezier(0.2, 0.0, 0, 1.0));
|
|
76
|
-
--_animation-emphasized-decelerate: var(--md-sys-motion-easing-emphasized-decelerate ,cubic-bezier(0.05, 0.7, 0.1, 1.0));
|
|
77
|
-
--_animation-emphasized-accelerate: var(--md-sys-motion-easing-emphasized-accelerate ,cubic-bezier(0.3, 0.0, 0.8, 0.15));
|
|
78
|
-
--_animation-standard: var(--md-sys-motion-easing-standard ,cubic-bezier(0.2, 0.0, 0, 1.0));
|
|
79
|
-
--_animation-standard-decelerate: var(--md-sys-motion-easing-standard-decelerate ,cubic-bezier(0, 0, 0, 1));
|
|
80
|
-
--_animation-standard-accelerate: var(--md-sys-motion-easing-standard-accelerate ,cubic-bezier(0.3, 0, 1, 1));
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
|
|
84
104
|
@layer material-design-system.motion.animation.easing {
|
|
85
105
|
.animation-easing-emphasized {
|
|
86
|
-
animation-timing-function: var(--_animation-emphasized);
|
|
106
|
+
animation-timing-function: var(--_animation-easing-emphasized);
|
|
87
107
|
}
|
|
88
108
|
.animation-easing-emphasized-decelerate {
|
|
89
|
-
animation-timing-function: var(--_animation-emphasized-decelerate);
|
|
109
|
+
animation-timing-function: var(--_animation-easing-emphasized-decelerate);
|
|
90
110
|
}
|
|
91
111
|
.animation-easing-emphasized-accelerate {
|
|
92
|
-
animation-timing-function: var(--_animation-emphasized-accelerate);
|
|
112
|
+
animation-timing-function: var(--_animation-easing-emphasized-accelerate);
|
|
93
113
|
}
|
|
94
114
|
.animation-easing-standard {
|
|
95
|
-
animation-timing-function: var(--_animation-standard);
|
|
115
|
+
animation-timing-function: var(--_animation-easing-standard);
|
|
96
116
|
}
|
|
97
117
|
.animation-easing-standard-decelerate {
|
|
98
|
-
animation-timing-function: var(--_animation-standard-decelerate);
|
|
118
|
+
animation-timing-function: var(--_animation-easing-standard-decelerate);
|
|
99
119
|
}
|
|
100
120
|
.animation-easing-standard-accelerate {
|
|
101
|
-
animation-timing-function: var(--_animation-standard-accelerate);
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
@layer material-design-system.motion.animation.springs {
|
|
106
|
-
:root {
|
|
107
|
-
--_animation-easing-expressive-fast-spatial: cubic-bezier(0.42, 1.67, 0.21, 0.90);
|
|
108
|
-
--_animation-easing-expressive-default-spatial: cubic-bezier(0.38, 1.21, 0.22, 1.00);
|
|
109
|
-
--_animation-easing-expressive-slow-spatial: cubic-bezier(0.39, 1.29, 0.35, 0.98);
|
|
110
|
-
--_animation-easing-expressive-fast-effects: cubic-bezier(0.31, 0.94, 0.34, 1.00);
|
|
111
|
-
--_animation-easing-expressive-default-effects: cubic-bezier(0.34, 0.80, 0.34, 1.00);
|
|
112
|
-
--_animation-easing-expressive-slow-effects: cubic-bezier(0.34, 0.88, 0.34, 1.00);
|
|
113
|
-
--_animation-easing-standard-fast-spatial: cubic-bezier(0.27, 1.06, 0.18, 1.00);
|
|
114
|
-
--_animation-easing-standard-default-spatial: cubic-bezier(0.27, 1.06, 0.18, 1.00);
|
|
115
|
-
--_animation-easing-standard-slow-spatial: cubic-bezier(0.27, 1.06, 0.18, 1.00);
|
|
116
|
-
--_animation-easing-standard-fast-effects: cubic-bezier(0.31, 0.94, 0.34, 1.00);
|
|
117
|
-
--_animation-easing-standard-default-effects: cubic-bezier(0.34, 0.80, 0.34, 1.00);
|
|
118
|
-
--_animation-easing-standard-slow-effects: cubic-bezier(0.34, 0.88, 0.34, 1.00);
|
|
119
|
-
--_animation-duration-expressive-fast-spatial: 350ms;
|
|
120
|
-
--_animation-duration-expressive-default-spatial: 500ms;
|
|
121
|
-
--_animation-duration-expressive-slow-spatial: 650ms;
|
|
122
|
-
--_animation-duration-expressive-fast-effects: 150ms;
|
|
123
|
-
--_animation-duration-expressive-default-effects: 200ms;
|
|
124
|
-
--_animation-duration-expressive-slow-effects: 300ms;
|
|
125
|
-
--_animation-duration-standard-fast-spatial: 350ms;
|
|
126
|
-
--_animation-duration-standard-default-spatial: 500ms;
|
|
127
|
-
--_animation-duration-standard-slow-spatial: 750ms;
|
|
128
|
-
--_animation-duration-standard-fast-effects: 150ms;
|
|
129
|
-
--_animation-duration-standard-default-effects: 200ms;
|
|
130
|
-
--_animation-duration-standard-slow-effects: 300ms;
|
|
121
|
+
animation-timing-function: var(--_animation-easing-standard-accelerate);
|
|
131
122
|
}
|
|
132
123
|
}
|
|
133
124
|
|
|
@@ -5,18 +5,18 @@
|
|
|
5
5
|
--ease-standard : var(--md-sys-motion-easing-standard ,cubic-bezier(0.2, 0.0, 0, 1.0));
|
|
6
6
|
--ease-standard-decelerate : var(--md-sys-motion-easing-standard-decelerate ,cubic-bezier(0, 0, 0, 1));
|
|
7
7
|
--ease-standard-accelerate : var(--md-sys-motion-easing-standard-accelerate ,cubic-bezier(0.3, 0, 1, 1));
|
|
8
|
-
--
|
|
9
|
-
--
|
|
10
|
-
--
|
|
11
|
-
--
|
|
12
|
-
--
|
|
13
|
-
--
|
|
14
|
-
--
|
|
15
|
-
--
|
|
16
|
-
--
|
|
17
|
-
--
|
|
18
|
-
--
|
|
19
|
-
--
|
|
8
|
+
--ease-expressive-fast-spatial : var(--md-sys-motion-easing-expressive-fast-spatial, cubic-bezier(0.42, 1.67, 0.21, 0.90));
|
|
9
|
+
--ease-expressive-default-spatial: var(--md-sys-motion-easing-expressive-default-spatial, cubic-bezier(0.38, 1.21, 0.22, 1.00));
|
|
10
|
+
--ease-expressive-slow-spatial : var(--md-sys-motion-easing-expressive-slow-spatial, cubic-bezier(0.39, 1.29, 0.35, 0.98));
|
|
11
|
+
--ease-expressive-fast-effects : var(--md-sys-motion-easing-expressive-fast-effects, cubic-bezier(0.31, 0.94, 0.34, 1.00));
|
|
12
|
+
--ease-expressive-default-effects: var(--md-sys-motion-easing-expressive-default-effects, cubic-bezier(0.34, 0.80, 0.34, 1.00));
|
|
13
|
+
--ease-expressive-slow-effects : var(--md-sys-motion-easing-expressive-slow-effects, cubic-bezier(0.34, 0.88, 0.34, 1.00));
|
|
14
|
+
--ease-standard-fast-spatial : var(--md-sys-motion-easing-standard-fast-spatial, cubic-bezier(0.27, 1.06, 0.18, 1.00));
|
|
15
|
+
--ease-standard-default-spatial : var(--md-sys-motion-easing-standard-default-spatial, cubic-bezier(0.27, 1.06, 0.18, 1.00));
|
|
16
|
+
--ease-standard-slow-spatial : var(--md-sys-motion-easing-standard-slow-spatial, cubic-bezier(0.27, 1.06, 0.18, 1.00));
|
|
17
|
+
--ease-standard-fast-effects : var(--md-sys-motion-easing-standard-fast-effects, cubic-bezier(0.31, 0.94, 0.34, 1.00));
|
|
18
|
+
--ease-standard-default-effects : var(--md-sys-motion-easing-standard-default-effects, cubic-bezier(0.34, 0.80, 0.34, 1.00));
|
|
19
|
+
--ease-standard-slow-effects : var(--md-sys-motion-easing-standard-slow-effects, cubic-bezier(0.34, 0.88, 0.34, 1.00));
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
@theme static {
|
|
@@ -1,21 +1,52 @@
|
|
|
1
|
-
@layer material-design-system.motion
|
|
1
|
+
@layer material-design-system.variable.motion {
|
|
2
2
|
:root {
|
|
3
|
-
--_transition-
|
|
4
|
-
--_transition-
|
|
5
|
-
--_transition-
|
|
6
|
-
--_transition-
|
|
7
|
-
--_transition-
|
|
8
|
-
--_transition-
|
|
9
|
-
--_transition-
|
|
10
|
-
--_transition-
|
|
11
|
-
--_transition-
|
|
12
|
-
--_transition-
|
|
13
|
-
--_transition-
|
|
14
|
-
--_transition-
|
|
15
|
-
--_transition-
|
|
16
|
-
--_transition-
|
|
17
|
-
--_transition-
|
|
18
|
-
--_transition-
|
|
3
|
+
--_transition-easing-emphasized : var(--md-sys-motion-easing-emphasized ,cubic-bezier(0.2, 0.0, 0, 1.0));
|
|
4
|
+
--_transition-easing-emphasized-decelerate : var(--md-sys-motion-easing-emphasized-decelerate ,cubic-bezier(0.05, 0.7, 0.1, 1.0));
|
|
5
|
+
--_transition-easing-emphasized-accelerate : var(--md-sys-motion-easing-emphasized-accelerate ,cubic-bezier(0.3, 0.0, 0.8, 0.15));
|
|
6
|
+
--_transition-easing-standard : var(--md-sys-motion-easing-standard ,cubic-bezier(0.2, 0.0, 0, 1.0));
|
|
7
|
+
--_transition-easing-standard-decelerate : var(--md-sys-motion-easing-standard-decelerate ,cubic-bezier(0, 0, 0, 1));
|
|
8
|
+
--_transition-easing-standard-accelerate : var(--md-sys-motion-easing-standard-accelerate ,cubic-bezier(0.3, 0, 1, 1));
|
|
9
|
+
--_transition-easing-expressive-fast-spatial : var(--md-sys-motion-easing-expressive-fast-spatial, cubic-bezier(0.42, 1.67, 0.21, 0.90));
|
|
10
|
+
--_transition-easing-expressive-default-spatial: var(--md-sys-motion-easing-expressive-default-spatial, cubic-bezier(0.38, 1.21, 0.22, 1.00));
|
|
11
|
+
--_transition-easing-expressive-slow-spatial : var(--md-sys-motion-easing-expressive-slow-spatial, cubic-bezier(0.39, 1.29, 0.35, 0.98));
|
|
12
|
+
--_transition-easing-expressive-fast-effects : var(--md-sys-motion-easing-expressive-fast-effects, cubic-bezier(0.31, 0.94, 0.34, 1.00));
|
|
13
|
+
--_transition-easing-expressive-default-effects: var(--md-sys-motion-easing-expressive-default-effects, cubic-bezier(0.34, 0.80, 0.34, 1.00));
|
|
14
|
+
--_transition-easing-expressive-slow-effects : var(--md-sys-motion-easing-expressive-slow-effects, cubic-bezier(0.34, 0.88, 0.34, 1.00));
|
|
15
|
+
--_transition-easing-standard-fast-spatial : var(--md-sys-motion-easing-standard-fast-spatial, cubic-bezier(0.27, 1.06, 0.18, 1.00));
|
|
16
|
+
--_transition-easing-standard-default-spatial : var(--md-sys-motion-easing-standard-default-spatial, cubic-bezier(0.27, 1.06, 0.18, 1.00));
|
|
17
|
+
--_transition-easing-standard-slow-spatial : var(--md-sys-motion-easing-standard-slow-spatial, cubic-bezier(0.27, 1.06, 0.18, 1.00));
|
|
18
|
+
--_transition-easing-standard-fast-effects : var(--md-sys-motion-easing-standard-fast-effects, cubic-bezier(0.31, 0.94, 0.34, 1.00));
|
|
19
|
+
--_transition-easing-standard-default-effects : var(--md-sys-motion-easing-standard-default-effects, cubic-bezier(0.34, 0.80, 0.34, 1.00));
|
|
20
|
+
--_transition-easing-standard-slow-effects : var(--md-sys-motion-easing-standard-slow-effects, cubic-bezier(0.34, 0.88, 0.34, 1.00));
|
|
21
|
+
|
|
22
|
+
--_transition-duration-short1 : var(--md-sys-motion-duration-short1, 50ms);
|
|
23
|
+
--_transition-duration-short2 : var(--md-sys-motion-duration-short2, 100ms);
|
|
24
|
+
--_transition-duration-short3 : var(--md-sys-motion-duration-short3, 150ms);
|
|
25
|
+
--_transition-duration-short4 : var(--md-sys-motion-duration-short4, 200ms);
|
|
26
|
+
--_transition-duration-medium1 : var(--md-sys-motion-duration-medium1, 250ms);
|
|
27
|
+
--_transition-duration-medium2 : var(--md-sys-motion-duration-medium2, 300ms);
|
|
28
|
+
--_transition-duration-medium3 : var(--md-sys-motion-duration-medium3, 350ms);
|
|
29
|
+
--_transition-duration-medium4 : var(--md-sys-motion-duration-medium4, 400ms);
|
|
30
|
+
--_transition-duration-long1 : var(--md-sys-motion-duration-long1, 450ms);
|
|
31
|
+
--_transition-duration-long2 : var(--md-sys-motion-duration-long2, 500ms);
|
|
32
|
+
--_transition-duration-long3 : var(--md-sys-motion-duration-long3, 550ms);
|
|
33
|
+
--_transition-duration-long4 : var(--md-sys-motion-duration-long4, 600ms);
|
|
34
|
+
--_transition-duration-extra-long1 : var(--md-sys-motion-duration-extra-long1, 700ms);
|
|
35
|
+
--_transition-duration-extra-long2 : var(--md-sys-motion-duration-extra-long2, 800ms);
|
|
36
|
+
--_transition-duration-extra-long3 : var(--md-sys-motion-duration-extra-long3, 900ms);
|
|
37
|
+
--_transition-duration-extra-long4 : var(--md-sys-motion-duration-extra-long4, 1000ms);
|
|
38
|
+
--_transition-duration-expressive-fast-spatial : var(--md-sys-motion-duration-expressive-fast-spatial, 350ms);
|
|
39
|
+
--_transition-duration-expressive-default-spatial: var(--md-sys-motion-duration-expressive-default-spatial, 500ms);
|
|
40
|
+
--_transition-duration-expressive-slow-spatial : var(--md-sys-motion-duration-expressive-slow-spatial, 650ms);
|
|
41
|
+
--_transition-duration-expressive-fast-effects : var(--md-sys-motion-duration-expressive-fast-effects, 150ms);
|
|
42
|
+
--_transition-duration-expressive-default-effects: var(--md-sys-motion-duration-expressive-default-effects, 200ms);
|
|
43
|
+
--_transition-duration-expressive-slow-effects : var(--md-sys-motion-duration-expressive-slow-effects, 300ms);
|
|
44
|
+
--_transition-duration-standard-fast-spatial : var(--md-sys-motion-duration-standard-fast-spatial, 350ms);
|
|
45
|
+
--_transition-duration-standard-default-spatial : var(--md-sys-motion-duration-standard-default-spatial, 500ms);
|
|
46
|
+
--_transition-duration-standard-slow-spatial : var(--md-sys-motion-duration-standard-slow-spatial, 750ms);
|
|
47
|
+
--_transition-duration-standard-fast-effects : var(--md-sys-motion-duration-standard-fast-effects, 150ms);
|
|
48
|
+
--_transition-duration-standard-default-effects : var(--md-sys-motion-duration-standard-default-effects, 200ms);
|
|
49
|
+
--_transition-duration-standard-slow-effects : var(--md-sys-motion-duration-standard-slow-effects, 300ms);
|
|
19
50
|
}
|
|
20
51
|
}
|
|
21
52
|
|
|
@@ -70,64 +101,24 @@
|
|
|
70
101
|
}
|
|
71
102
|
}
|
|
72
103
|
|
|
73
|
-
@layer material-design-system.motion.transition.easing {
|
|
74
|
-
:root {
|
|
75
|
-
--_transition-emphasized: var(--md-sys-motion-easing-emphasized ,cubic-bezier(0.2, 0.0, 0, 1.0));
|
|
76
|
-
--_transition-emphasized-decelerate: var(--md-sys-motion-easing-emphasized-decelerate ,cubic-bezier(0.05, 0.7, 0.1, 1.0));
|
|
77
|
-
--_transition-emphasized-accelerate: var(--md-sys-motion-easing-emphasized-accelerate ,cubic-bezier(0.3, 0.0, 0.8, 0.15));
|
|
78
|
-
--_transition-standard: var(--md-sys-motion-easing-standard ,cubic-bezier(0.2, 0.0, 0, 1.0));
|
|
79
|
-
--_transition-standard-decelerate: var(--md-sys-motion-easing-standard-decelerate ,cubic-bezier(0, 0, 0, 1));
|
|
80
|
-
--_transition-standard-accelerate: var(--md-sys-motion-easing-standard-accelerate ,cubic-bezier(0.3, 0, 1, 1));
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
|
|
84
104
|
@layer material-design-system.motion.transition.easing {
|
|
85
105
|
.transition-easing-emphasized {
|
|
86
|
-
transition-timing-function: var(--_transition-emphasized);
|
|
106
|
+
transition-timing-function: var(--_transition-easing-emphasized);
|
|
87
107
|
}
|
|
88
108
|
.transition-easing-emphasized-decelerate {
|
|
89
|
-
transition-timing-function: var(--_transition-emphasized-decelerate);
|
|
109
|
+
transition-timing-function: var(--_transition-easing-emphasized-decelerate);
|
|
90
110
|
}
|
|
91
111
|
.transition-easing-emphasized-accelerate {
|
|
92
|
-
transition-timing-function: var(--_transition-emphasized-accelerate);
|
|
112
|
+
transition-timing-function: var(--_transition-easing-emphasized-accelerate);
|
|
93
113
|
}
|
|
94
114
|
.transition-easing-standard {
|
|
95
|
-
transition-timing-function: var(--_transition-standard);
|
|
115
|
+
transition-timing-function: var(--_transition-easing-standard);
|
|
96
116
|
}
|
|
97
117
|
.transition-easing-standard-decelerate {
|
|
98
|
-
transition-timing-function: var(--_transition-standard-decelerate);
|
|
118
|
+
transition-timing-function: var(--_transition-easing-standard-decelerate);
|
|
99
119
|
}
|
|
100
120
|
.transition-easing-standard-accelerate {
|
|
101
|
-
transition-timing-function: var(--_transition-standard-accelerate);
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
@layer material-design-system.motion.transition.springs {
|
|
106
|
-
:root {
|
|
107
|
-
--_transition-easing-expressive-fast-spatial: cubic-bezier(0.42, 1.67, 0.21, 0.90);
|
|
108
|
-
--_transition-easing-expressive-default-spatial: cubic-bezier(0.38, 1.21, 0.22, 1.00);
|
|
109
|
-
--_transition-easing-expressive-slow-spatial: cubic-bezier(0.39, 1.29, 0.35, 0.98);
|
|
110
|
-
--_transition-easing-expressive-fast-effects: cubic-bezier(0.31, 0.94, 0.34, 1.00);
|
|
111
|
-
--_transition-easing-expressive-default-effects: cubic-bezier(0.34, 0.80, 0.34, 1.00);
|
|
112
|
-
--_transition-easing-expressive-slow-effects: cubic-bezier(0.34, 0.88, 0.34, 1.00);
|
|
113
|
-
--_transition-easing-standard-fast-spatial: cubic-bezier(0.27, 1.06, 0.18, 1.00);
|
|
114
|
-
--_transition-easing-standard-default-spatial: cubic-bezier(0.27, 1.06, 0.18, 1.00);
|
|
115
|
-
--_transition-easing-standard-slow-spatial: cubic-bezier(0.27, 1.06, 0.18, 1.00);
|
|
116
|
-
--_transition-easing-standard-fast-effects: cubic-bezier(0.31, 0.94, 0.34, 1.00);
|
|
117
|
-
--_transition-easing-standard-default-effects: cubic-bezier(0.34, 0.80, 0.34, 1.00);
|
|
118
|
-
--_transition-easing-standard-slow-effects: cubic-bezier(0.34, 0.88, 0.34, 1.00);
|
|
119
|
-
--_transition-duration-expressive-fast-spatial: 350ms;
|
|
120
|
-
--_transition-duration-expressive-default-spatial: 500ms;
|
|
121
|
-
--_transition-duration-expressive-slow-spatial: 650ms;
|
|
122
|
-
--_transition-duration-expressive-fast-effects: 150ms;
|
|
123
|
-
--_transition-duration-expressive-default-effects: 200ms;
|
|
124
|
-
--_transition-duration-expressive-slow-effects: 300ms;
|
|
125
|
-
--_transition-duration-standard-fast-spatial: 350ms;
|
|
126
|
-
--_transition-duration-standard-default-spatial: 500ms;
|
|
127
|
-
--_transition-duration-standard-slow-spatial: 750ms;
|
|
128
|
-
--_transition-duration-standard-fast-effects: 150ms;
|
|
129
|
-
--_transition-duration-standard-default-effects: 200ms;
|
|
130
|
-
--_transition-duration-standard-slow-effects: 300ms;
|
|
121
|
+
transition-timing-function: var(--_transition-easing-standard-accelerate);
|
|
131
122
|
}
|
|
132
123
|
}
|
|
133
124
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name" : "@sandlada/material-design-css",
|
|
3
|
-
"version" : "2.
|
|
3
|
+
"version" : "2.3.0-20250927.b",
|
|
4
4
|
"description": "A ready-made npm package for a collection of css styles in the material design style.",
|
|
5
5
|
"license" : "MIT",
|
|
6
6
|
"author" : "Sandlada & Kai-Orion",
|
|
@@ -50,35 +50,27 @@
|
|
|
50
50
|
"./typography/tailwind-theme.css" : "./typography/tailwind-theme.css",
|
|
51
51
|
"./typography/tailwind-utilities.css" : "./typography/tailwind-utilities.css",
|
|
52
52
|
|
|
53
|
-
"./prebuild-color/blue.css"
|
|
54
|
-
"./prebuild-color/
|
|
55
|
-
"./prebuild-color/
|
|
56
|
-
"./prebuild-color/
|
|
57
|
-
"./prebuild-color/
|
|
53
|
+
"./prebuild-color/blue.css" : "./prebuild-color/blue.css",
|
|
54
|
+
"./prebuild-color/cold-blue.css" : "./prebuild-color/cold-blue.css",
|
|
55
|
+
"./prebuild-color/cold-purple.css" : "./prebuild-color/cold-purple.css",
|
|
56
|
+
"./prebuild-color/green.css" : "./prebuild-color/green.css",
|
|
57
|
+
"./prebuild-color/light-green.css" : "./prebuild-color/light-green.css",
|
|
58
|
+
"./prebuild-color/mono-chrome-high-contrast.css": "./prebuild-color/mono-chrome-high-contrast.css",
|
|
59
|
+
"./prebuild-color/mono-chrome-low-contrast.css" : "./prebuild-color/mono-chrome-low-contrast.css",
|
|
60
|
+
"./prebuild-color/mono-chrome.css" : "./prebuild-color/mono-chrome.css",
|
|
61
|
+
"./prebuild-color/orange.css" : "./prebuild-color/orange.css",
|
|
62
|
+
"./prebuild-color/pink.css" : "./prebuild-color/pink.css",
|
|
63
|
+
"./prebuild-color/viridian.css" : "./prebuild-color/viridian.css",
|
|
64
|
+
"./prebuild-color/yellow.css" : "./prebuild-color/yellow.css"
|
|
58
65
|
},
|
|
59
66
|
"style": "index.css",
|
|
60
67
|
"files": [
|
|
61
|
-
"color
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"color
|
|
65
|
-
"motion/transition-utilities.css",
|
|
66
|
-
"motion/animation-utilities.css",
|
|
67
|
-
"motion/tailwind-theme.css",
|
|
68
|
-
"palette/bg-utilities.css",
|
|
69
|
-
"palette/text-utilities.css",
|
|
70
|
-
"palette/tailwind-theme.css",
|
|
71
|
-
"prebuild-color/blue.css",
|
|
72
|
-
"prebuild-color/green.css",
|
|
73
|
-
"prebuild-color/light-green.css",
|
|
74
|
-
"prebuild-color/pink.css",
|
|
75
|
-
"prebuild-color/yellow.css",
|
|
68
|
+
"color/*",
|
|
69
|
+
"motion/*",
|
|
70
|
+
"palette/*",
|
|
71
|
+
"prebuild-color/*",
|
|
76
72
|
"preset.css",
|
|
77
|
-
"shape
|
|
78
|
-
"
|
|
79
|
-
"typography/typography-utilities.css",
|
|
80
|
-
"typography/tailwind-theme.css",
|
|
81
|
-
"typography/tailwind-utilities.css"
|
|
82
|
-
|
|
73
|
+
"shape/*",
|
|
74
|
+
"typography/*"
|
|
83
75
|
]
|
|
84
76
|
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
@layer material-design-system.color.variable {
|
|
2
|
+
:root {
|
|
3
|
+
--md-sys-color-primary-palette-key-color : light-dark(#6b7986, #6b7986);
|
|
4
|
+
--md-sys-color-secondary-palette-key-color : light-dark(#72777d, #72777d);
|
|
5
|
+
--md-sys-color-tertiary-palette-key-color : light-dark(#ddbca7, #ddbca7);
|
|
6
|
+
--md-sys-color-neutral-palette-key-color : light-dark(#787778, #787778);
|
|
7
|
+
--md-sys-color-neutral-variant-palette-key-color: light-dark(#74777c, #74777c);
|
|
8
|
+
--md-sys-color-background : light-dark(#fbf9f9, #fbf9f9);
|
|
9
|
+
--md-sys-color-on-background : light-dark(#1b1c1c, #1b1c1c);
|
|
10
|
+
--md-sys-color-surface : light-dark(#fbf9f9, #fbf9f9);
|
|
11
|
+
--md-sys-color-surface-dim : light-dark(#dbd9da, #dbd9da);
|
|
12
|
+
--md-sys-color-surface-bright : light-dark(#fbf9f9, #fbf9f9);
|
|
13
|
+
--md-sys-color-surface-container-lowest : light-dark(#ffffff, #ffffff);
|
|
14
|
+
--md-sys-color-surface-container-low : light-dark(#f5f3f4, #f5f3f4);
|
|
15
|
+
--md-sys-color-surface-container : light-dark(#f0edee, #f0edee);
|
|
16
|
+
--md-sys-color-surface-container-high : light-dark(#eae7e8, #eae7e8);
|
|
17
|
+
--md-sys-color-surface-container-highest : light-dark(#e4e2e3, #e4e2e3);
|
|
18
|
+
--md-sys-color-on-surface : light-dark(#1b1c1c, #1b1c1c);
|
|
19
|
+
--md-sys-color-surface-variant : light-dark(#e0e2e8, #e0e2e8);
|
|
20
|
+
--md-sys-color-on-surface-variant : light-dark(#44474b, #44474b);
|
|
21
|
+
--md-sys-color-inverse-surface : light-dark(#303031, #303031);
|
|
22
|
+
--md-sys-color-inverse-on-surface : light-dark(#f2f0f1, #f2f0f1);
|
|
23
|
+
--md-sys-color-outline : light-dark(#74777c, #74777c);
|
|
24
|
+
--md-sys-color-outline-variant : light-dark(#c4c7cc, #c4c7cc);
|
|
25
|
+
--md-sys-color-shadow : light-dark(#000000, #000000);
|
|
26
|
+
--md-sys-color-scrim : light-dark(#000000, #000000);
|
|
27
|
+
--md-sys-color-surface-tint : light-dark(#52606d, #52606d);
|
|
28
|
+
--md-sys-color-primary : light-dark(#52606d, #52606d);
|
|
29
|
+
--md-sys-color-on-primary : light-dark(#ffffff, #ffffff);
|
|
30
|
+
--md-sys-color-primary-container : light-dark(#b6c4d3, #b6c4d3);
|
|
31
|
+
--md-sys-color-on-primary-container : light-dark(#44515e, #44515e);
|
|
32
|
+
--md-sys-color-inverse-primary : light-dark(#bac8d7, #bac8d7);
|
|
33
|
+
--md-sys-color-secondary : light-dark(#5a5f65, #5a5f65);
|
|
34
|
+
--md-sys-color-on-secondary : light-dark(#ffffff, #ffffff);
|
|
35
|
+
--md-sys-color-secondary-container : light-dark(#dce0e7, #dce0e7);
|
|
36
|
+
--md-sys-color-on-secondary-container : light-dark(#5e6369, #5e6369);
|
|
37
|
+
--md-sys-color-tertiary : light-dark(#735948, #735948);
|
|
38
|
+
--md-sys-color-on-tertiary : light-dark(#ffffff, #ffffff);
|
|
39
|
+
--md-sys-color-tertiary-container : light-dark(#ddbca7, #ddbca7);
|
|
40
|
+
--md-sys-color-on-tertiary-container : light-dark(#634b3a, #634b3a);
|
|
41
|
+
--md-sys-color-error : light-dark(#ba1a1a, #ba1a1a);
|
|
42
|
+
--md-sys-color-on-error : light-dark(#ffffff, #ffffff);
|
|
43
|
+
--md-sys-color-error-container : light-dark(#ffdad6, #ffdad6);
|
|
44
|
+
--md-sys-color-on-error-container : light-dark(#93000a, #93000a);
|
|
45
|
+
--md-sys-color-primary-fixed : light-dark(#d6e4f4, #d6e4f4);
|
|
46
|
+
--md-sys-color-primary-fixed-dim : light-dark(#bac8d7, #bac8d7);
|
|
47
|
+
--md-sys-color-on-primary-fixed : light-dark(#0f1d28, #0f1d28);
|
|
48
|
+
--md-sys-color-on-primary-fixed-variant : light-dark(#3b4855, #3b4855);
|
|
49
|
+
--md-sys-color-secondary-fixed : light-dark(#dfe3e9, #dfe3e9);
|
|
50
|
+
--md-sys-color-secondary-fixed-dim : light-dark(#c2c7cd, #c2c7cd);
|
|
51
|
+
--md-sys-color-on-secondary-fixed : light-dark(#171c21, #171c21);
|
|
52
|
+
--md-sys-color-on-secondary-fixed-variant : light-dark(#42474d, #42474d);
|
|
53
|
+
--md-sys-color-tertiary-fixed : light-dark(#ffdcc6, #ffdcc6);
|
|
54
|
+
--md-sys-color-tertiary-fixed-dim : light-dark(#e1c0ab, #e1c0ab);
|
|
55
|
+
--md-sys-color-on-tertiary-fixed : light-dark(#29170a, #29170a);
|
|
56
|
+
--md-sys-color-on-tertiary-fixed-variant : light-dark(#594232, #594232);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
@layer material-design-system.color.variable {
|
|
2
|
+
:root {
|
|
3
|
+
--md-sys-color-primary-palette-key-color : light-dark(#6f72ac, #6f72ac);
|
|
4
|
+
--md-sys-color-secondary-palette-key-color : light-dark(#75758b, #75758b);
|
|
5
|
+
--md-sys-color-tertiary-palette-key-color : light-dark(#936b83, #936b83);
|
|
6
|
+
--md-sys-color-neutral-palette-key-color : light-dark(#78767d, #78767d);
|
|
7
|
+
--md-sys-color-neutral-variant-palette-key-color: light-dark(#777680, #777680);
|
|
8
|
+
--md-sys-color-background : light-dark(#fbf8ff, #fbf8ff);
|
|
9
|
+
--md-sys-color-on-background : light-dark(#1b1b21, #1b1b21);
|
|
10
|
+
--md-sys-color-surface : light-dark(#fbf8ff, #fbf8ff);
|
|
11
|
+
--md-sys-color-surface-dim : light-dark(#dcd9e0, #dcd9e0);
|
|
12
|
+
--md-sys-color-surface-bright : light-dark(#fbf8ff, #fbf8ff);
|
|
13
|
+
--md-sys-color-surface-container-lowest : light-dark(#ffffff, #ffffff);
|
|
14
|
+
--md-sys-color-surface-container-low : light-dark(#f6f2fa, #f6f2fa);
|
|
15
|
+
--md-sys-color-surface-container : light-dark(#f0ecf4, #f0ecf4);
|
|
16
|
+
--md-sys-color-surface-container-high : light-dark(#eae7ef, #eae7ef);
|
|
17
|
+
--md-sys-color-surface-container-highest : light-dark(#e4e1e9, #e4e1e9);
|
|
18
|
+
--md-sys-color-on-surface : light-dark(#1b1b21, #1b1b21);
|
|
19
|
+
--md-sys-color-surface-variant : light-dark(#e4e1ec, #e4e1ec);
|
|
20
|
+
--md-sys-color-on-surface-variant : light-dark(#46464f, #46464f);
|
|
21
|
+
--md-sys-color-inverse-surface : light-dark(#303036, #303036);
|
|
22
|
+
--md-sys-color-inverse-on-surface : light-dark(#f3eff7, #f3eff7);
|
|
23
|
+
--md-sys-color-outline : light-dark(#777680, #777680);
|
|
24
|
+
--md-sys-color-outline-variant : light-dark(#c7c5d0, #c7c5d0);
|
|
25
|
+
--md-sys-color-shadow : light-dark(#000000, #000000);
|
|
26
|
+
--md-sys-color-scrim : light-dark(#000000, #000000);
|
|
27
|
+
--md-sys-color-surface-tint : light-dark(#565992, #565992);
|
|
28
|
+
--md-sys-color-primary : light-dark(#565992, #565992);
|
|
29
|
+
--md-sys-color-on-primary : light-dark(#ffffff, #ffffff);
|
|
30
|
+
--md-sys-color-primary-container : light-dark(#e1e0ff, #e1e0ff);
|
|
31
|
+
--md-sys-color-on-primary-container : light-dark(#3f4178, #3f4178);
|
|
32
|
+
--md-sys-color-inverse-primary : light-dark(#bfc1ff, #bfc1ff);
|
|
33
|
+
--md-sys-color-secondary : light-dark(#5c5d72, #5c5d72);
|
|
34
|
+
--md-sys-color-on-secondary : light-dark(#ffffff, #ffffff);
|
|
35
|
+
--md-sys-color-secondary-container : light-dark(#e2e0f9, #e2e0f9);
|
|
36
|
+
--md-sys-color-on-secondary-container : light-dark(#454559, #454559);
|
|
37
|
+
--md-sys-color-tertiary : light-dark(#79536a, #79536a);
|
|
38
|
+
--md-sys-color-on-tertiary : light-dark(#ffffff, #ffffff);
|
|
39
|
+
--md-sys-color-tertiary-container : light-dark(#ffd8ed, #ffd8ed);
|
|
40
|
+
--md-sys-color-on-tertiary-container : light-dark(#5f3c52, #5f3c52);
|
|
41
|
+
--md-sys-color-error : light-dark(#ba1a1a, #ba1a1a);
|
|
42
|
+
--md-sys-color-on-error : light-dark(#ffffff, #ffffff);
|
|
43
|
+
--md-sys-color-error-container : light-dark(#ffdad6, #ffdad6);
|
|
44
|
+
--md-sys-color-on-error-container : light-dark(#93000a, #93000a);
|
|
45
|
+
--md-sys-color-primary-fixed : light-dark(#e1e0ff, #e1e0ff);
|
|
46
|
+
--md-sys-color-primary-fixed-dim : light-dark(#bfc1ff, #bfc1ff);
|
|
47
|
+
--md-sys-color-on-primary-fixed : light-dark(#12144b, #12144b);
|
|
48
|
+
--md-sys-color-on-primary-fixed-variant : light-dark(#3f4178, #3f4178);
|
|
49
|
+
--md-sys-color-secondary-fixed : light-dark(#e2e0f9, #e2e0f9);
|
|
50
|
+
--md-sys-color-secondary-fixed-dim : light-dark(#c5c4dd, #c5c4dd);
|
|
51
|
+
--md-sys-color-on-secondary-fixed : light-dark(#191a2c, #191a2c);
|
|
52
|
+
--md-sys-color-on-secondary-fixed-variant : light-dark(#454559, #454559);
|
|
53
|
+
--md-sys-color-tertiary-fixed : light-dark(#ffd8ed, #ffd8ed);
|
|
54
|
+
--md-sys-color-tertiary-fixed-dim : light-dark(#e8b9d4, #e8b9d4);
|
|
55
|
+
--md-sys-color-on-tertiary-fixed : light-dark(#2e1125, #2e1125);
|
|
56
|
+
--md-sys-color-on-tertiary-fixed-variant : light-dark(#5f3c52, #5f3c52);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
@layer material-design-system.color.variable {
|
|
2
|
+
:root {
|
|
3
|
+
--md-sys-color-primary-palette-key-color : light-dark(#777777, #777777);
|
|
4
|
+
--md-sys-color-secondary-palette-key-color : light-dark(#777777, #777777);
|
|
5
|
+
--md-sys-color-tertiary-palette-key-color : light-dark(#777777, #777777);
|
|
6
|
+
--md-sys-color-neutral-palette-key-color : light-dark(#777777, #777777);
|
|
7
|
+
--md-sys-color-neutral-variant-palette-key-color: light-dark(#777777, #777777);
|
|
8
|
+
--md-sys-color-background : light-dark(#f9f9f9, #f9f9f9);
|
|
9
|
+
--md-sys-color-on-background : light-dark(#1b1b1b, #1b1b1b);
|
|
10
|
+
--md-sys-color-surface : light-dark(#f9f9f9, #f9f9f9);
|
|
11
|
+
--md-sys-color-surface-dim : light-dark(#b9b9b9, #b9b9b9);
|
|
12
|
+
--md-sys-color-surface-bright : light-dark(#f9f9f9, #f9f9f9);
|
|
13
|
+
--md-sys-color-surface-container-lowest : light-dark(#ffffff, #ffffff);
|
|
14
|
+
--md-sys-color-surface-container-low : light-dark(#f1f1f1, #f1f1f1);
|
|
15
|
+
--md-sys-color-surface-container : light-dark(#e2e2e2, #e2e2e2);
|
|
16
|
+
--md-sys-color-surface-container-high : light-dark(#d4d4d4, #d4d4d4);
|
|
17
|
+
--md-sys-color-surface-container-highest : light-dark(#c6c6c6, #c6c6c6);
|
|
18
|
+
--md-sys-color-on-surface : light-dark(#000000, #000000);
|
|
19
|
+
--md-sys-color-surface-variant : light-dark(#e2e2e2, #e2e2e2);
|
|
20
|
+
--md-sys-color-on-surface-variant : light-dark(#000000, #000000);
|
|
21
|
+
--md-sys-color-inverse-surface : light-dark(#303030, #303030);
|
|
22
|
+
--md-sys-color-inverse-on-surface : light-dark(#ffffff, #ffffff);
|
|
23
|
+
--md-sys-color-outline : light-dark(#2c2c2c, #2c2c2c);
|
|
24
|
+
--md-sys-color-outline-variant : light-dark(#494949, #494949);
|
|
25
|
+
--md-sys-color-shadow : light-dark(#000000, #000000);
|
|
26
|
+
--md-sys-color-scrim : light-dark(#000000, #000000);
|
|
27
|
+
--md-sys-color-surface-tint : light-dark(#5e5e5e, #5e5e5e);
|
|
28
|
+
--md-sys-color-primary : light-dark(#000000, #000000);
|
|
29
|
+
--md-sys-color-on-primary : light-dark(#ffffff, #ffffff);
|
|
30
|
+
--md-sys-color-primary-container : light-dark(#3b3b3b, #3b3b3b);
|
|
31
|
+
--md-sys-color-on-primary-container : light-dark(#ffffff, #ffffff);
|
|
32
|
+
--md-sys-color-inverse-primary : light-dark(#c6c6c6, #c6c6c6);
|
|
33
|
+
--md-sys-color-secondary : light-dark(#2c2c2c, #2c2c2c);
|
|
34
|
+
--md-sys-color-on-secondary : light-dark(#ffffff, #ffffff);
|
|
35
|
+
--md-sys-color-secondary-container : light-dark(#494949, #494949);
|
|
36
|
+
--md-sys-color-on-secondary-container : light-dark(#ffffff, #ffffff);
|
|
37
|
+
--md-sys-color-tertiary : light-dark(#2c2c2c, #2c2c2c);
|
|
38
|
+
--md-sys-color-on-tertiary : light-dark(#ffffff, #ffffff);
|
|
39
|
+
--md-sys-color-tertiary-container : light-dark(#494949, #494949);
|
|
40
|
+
--md-sys-color-on-tertiary-container : light-dark(#ffffff, #ffffff);
|
|
41
|
+
--md-sys-color-error : light-dark(#600004, #600004);
|
|
42
|
+
--md-sys-color-on-error : light-dark(#ffffff, #ffffff);
|
|
43
|
+
--md-sys-color-error-container : light-dark(#98000a, #98000a);
|
|
44
|
+
--md-sys-color-on-error-container : light-dark(#ffffff, #ffffff);
|
|
45
|
+
--md-sys-color-primary-fixed : light-dark(#494949, #494949);
|
|
46
|
+
--md-sys-color-primary-fixed-dim : light-dark(#333333, #333333);
|
|
47
|
+
--md-sys-color-on-primary-fixed : light-dark(#ffffff, #ffffff);
|
|
48
|
+
--md-sys-color-on-primary-fixed-variant : light-dark(#ffffff, #ffffff);
|
|
49
|
+
--md-sys-color-secondary-fixed : light-dark(#494949, #494949);
|
|
50
|
+
--md-sys-color-secondary-fixed-dim : light-dark(#333333, #333333);
|
|
51
|
+
--md-sys-color-on-secondary-fixed : light-dark(#ffffff, #ffffff);
|
|
52
|
+
--md-sys-color-on-secondary-fixed-variant : light-dark(#ffffff, #ffffff);
|
|
53
|
+
--md-sys-color-tertiary-fixed : light-dark(#494949, #494949);
|
|
54
|
+
--md-sys-color-tertiary-fixed-dim : light-dark(#333333, #333333);
|
|
55
|
+
--md-sys-color-on-tertiary-fixed : light-dark(#ffffff, #ffffff);
|
|
56
|
+
--md-sys-color-on-tertiary-fixed-variant : light-dark(#ffffff, #ffffff);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
@layer material-design-system.color.variable {
|
|
2
|
+
:root {
|
|
3
|
+
--md-sys-color-primary-palette-key-color : light-dark(#777777, #777777);
|
|
4
|
+
--md-sys-color-secondary-palette-key-color : light-dark(#777777, #777777);
|
|
5
|
+
--md-sys-color-tertiary-palette-key-color : light-dark(#777777, #777777);
|
|
6
|
+
--md-sys-color-neutral-palette-key-color : light-dark(#777777, #777777);
|
|
7
|
+
--md-sys-color-neutral-variant-palette-key-color: light-dark(#777777, #777777);
|
|
8
|
+
--md-sys-color-background : light-dark(#f9f9f9, #f9f9f9);
|
|
9
|
+
--md-sys-color-on-background : light-dark(#909090, #909090);
|
|
10
|
+
--md-sys-color-surface : light-dark(#f9f9f9, #f9f9f9);
|
|
11
|
+
--md-sys-color-surface-dim : light-dark(#dadada, #dadada);
|
|
12
|
+
--md-sys-color-surface-bright : light-dark(#f9f9f9, #f9f9f9);
|
|
13
|
+
--md-sys-color-surface-container-lowest : light-dark(#ffffff, #ffffff);
|
|
14
|
+
--md-sys-color-surface-container-low : light-dark(#f3f3f3, #f3f3f3);
|
|
15
|
+
--md-sys-color-surface-container : light-dark(#eeeeee, #eeeeee);
|
|
16
|
+
--md-sys-color-surface-container-high : light-dark(#e8e8e8, #e8e8e8);
|
|
17
|
+
--md-sys-color-surface-container-highest : light-dark(#e2e2e2, #e2e2e2);
|
|
18
|
+
--md-sys-color-on-surface : light-dark(#5f5f5f, #5f5f5f);
|
|
19
|
+
--md-sys-color-surface-variant : light-dark(#e2e2e2, #e2e2e2);
|
|
20
|
+
--md-sys-color-on-surface-variant : light-dark(#7b7b7b, #7b7b7b);
|
|
21
|
+
--md-sys-color-inverse-surface : light-dark(#303030, #303030);
|
|
22
|
+
--md-sys-color-inverse-on-surface : light-dark(#989898, #989898);
|
|
23
|
+
--md-sys-color-outline : light-dark(#b2b2b2, #b2b2b2);
|
|
24
|
+
--md-sys-color-outline-variant : light-dark(#d9d9d9, #d9d9d9);
|
|
25
|
+
--md-sys-color-shadow : light-dark(#000000, #000000);
|
|
26
|
+
--md-sys-color-scrim : light-dark(#000000, #000000);
|
|
27
|
+
--md-sys-color-surface-tint : light-dark(#5e5e5e, #5e5e5e);
|
|
28
|
+
--md-sys-color-primary : light-dark(#747474, #747474);
|
|
29
|
+
--md-sys-color-on-primary : light-dark(#fcfcfc, #fcfcfc);
|
|
30
|
+
--md-sys-color-primary-container : light-dark(#d9d9d9, #d9d9d9);
|
|
31
|
+
--md-sys-color-on-primary-container : light-dark(#7a7a7a, #7a7a7a);
|
|
32
|
+
--md-sys-color-inverse-primary : light-dark(#7a7a7a, #7a7a7a);
|
|
33
|
+
--md-sys-color-secondary : light-dark(#747474, #747474);
|
|
34
|
+
--md-sys-color-on-secondary : light-dark(#fcfcfc, #fcfcfc);
|
|
35
|
+
--md-sys-color-secondary-container : light-dark(#d9d9d9, #d9d9d9);
|
|
36
|
+
--md-sys-color-on-secondary-container : light-dark(#7a7a7a, #7a7a7a);
|
|
37
|
+
--md-sys-color-tertiary : light-dark(#747474, #747474);
|
|
38
|
+
--md-sys-color-on-tertiary : light-dark(#fcfcfc, #fcfcfc);
|
|
39
|
+
--md-sys-color-tertiary-container : light-dark(#d9d9d9, #d9d9d9);
|
|
40
|
+
--md-sys-color-on-tertiary-container : light-dark(#7a7a7a, #7a7a7a);
|
|
41
|
+
--md-sys-color-error : light-dark(#da342e, #da342e);
|
|
42
|
+
--md-sys-color-on-error : light-dark(#fffbff, #fffbff);
|
|
43
|
+
--md-sys-color-error-container : light-dark(#ffcdc7, #ffcdc7);
|
|
44
|
+
--md-sys-color-on-error-container : light-dark(#e23a32, #e23a32);
|
|
45
|
+
--md-sys-color-primary-fixed : light-dark(#d9d9d9, #d9d9d9);
|
|
46
|
+
--md-sys-color-primary-fixed-dim : light-dark(#bdbdbd, #bdbdbd);
|
|
47
|
+
--md-sys-color-on-primary-fixed : light-dark(#4c4c4c, #4c4c4c);
|
|
48
|
+
--md-sys-color-on-primary-fixed-variant : light-dark(#666666, #666666);
|
|
49
|
+
--md-sys-color-secondary-fixed : light-dark(#d9d9d9, #d9d9d9);
|
|
50
|
+
--md-sys-color-secondary-fixed-dim : light-dark(#bdbdbd, #bdbdbd);
|
|
51
|
+
--md-sys-color-on-secondary-fixed : light-dark(#4c4c4c, #4c4c4c);
|
|
52
|
+
--md-sys-color-on-secondary-fixed-variant : light-dark(#666666, #666666);
|
|
53
|
+
--md-sys-color-tertiary-fixed : light-dark(#d9d9d9, #d9d9d9);
|
|
54
|
+
--md-sys-color-tertiary-fixed-dim : light-dark(#bdbdbd, #bdbdbd);
|
|
55
|
+
--md-sys-color-on-tertiary-fixed : light-dark(#4c4c4c, #4c4c4c);
|
|
56
|
+
--md-sys-color-on-tertiary-fixed-variant : light-dark(#666666, #666666);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
@layer material-design-system.color.variable {
|
|
2
|
+
:root {
|
|
3
|
+
--md-sys-color-primary-palette-key-color : light-dark(#777777, #777777);
|
|
4
|
+
--md-sys-color-secondary-palette-key-color : light-dark(#777777, #777777);
|
|
5
|
+
--md-sys-color-tertiary-palette-key-color : light-dark(#777777, #777777);
|
|
6
|
+
--md-sys-color-neutral-palette-key-color : light-dark(#777777, #777777);
|
|
7
|
+
--md-sys-color-neutral-variant-palette-key-color: light-dark(#777777, #777777);
|
|
8
|
+
--md-sys-color-background : light-dark(#f9f9f9, #f9f9f9);
|
|
9
|
+
--md-sys-color-on-background : light-dark(#1b1b1b, #1b1b1b);
|
|
10
|
+
--md-sys-color-surface : light-dark(#f9f9f9, #f9f9f9);
|
|
11
|
+
--md-sys-color-surface-dim : light-dark(#dadada, #dadada);
|
|
12
|
+
--md-sys-color-surface-bright : light-dark(#f9f9f9, #f9f9f9);
|
|
13
|
+
--md-sys-color-surface-container-lowest : light-dark(#ffffff, #ffffff);
|
|
14
|
+
--md-sys-color-surface-container-low : light-dark(#f3f3f3, #f3f3f3);
|
|
15
|
+
--md-sys-color-surface-container : light-dark(#eeeeee, #eeeeee);
|
|
16
|
+
--md-sys-color-surface-container-high : light-dark(#e8e8e8, #e8e8e8);
|
|
17
|
+
--md-sys-color-surface-container-highest : light-dark(#e2e2e2, #e2e2e2);
|
|
18
|
+
--md-sys-color-on-surface : light-dark(#1b1b1b, #1b1b1b);
|
|
19
|
+
--md-sys-color-surface-variant : light-dark(#e2e2e2, #e2e2e2);
|
|
20
|
+
--md-sys-color-on-surface-variant : light-dark(#474747, #474747);
|
|
21
|
+
--md-sys-color-inverse-surface : light-dark(#303030, #303030);
|
|
22
|
+
--md-sys-color-inverse-on-surface : light-dark(#f1f1f1, #f1f1f1);
|
|
23
|
+
--md-sys-color-outline : light-dark(#777777, #777777);
|
|
24
|
+
--md-sys-color-outline-variant : light-dark(#c6c6c6, #c6c6c6);
|
|
25
|
+
--md-sys-color-shadow : light-dark(#000000, #000000);
|
|
26
|
+
--md-sys-color-scrim : light-dark(#000000, #000000);
|
|
27
|
+
--md-sys-color-surface-tint : light-dark(#5e5e5e, #5e5e5e);
|
|
28
|
+
--md-sys-color-primary : light-dark(#000000, #000000);
|
|
29
|
+
--md-sys-color-on-primary : light-dark(#e2e2e2, #e2e2e2);
|
|
30
|
+
--md-sys-color-primary-container : light-dark(#3b3b3b, #3b3b3b);
|
|
31
|
+
--md-sys-color-on-primary-container : light-dark(#ffffff, #ffffff);
|
|
32
|
+
--md-sys-color-inverse-primary : light-dark(#c6c6c6, #c6c6c6);
|
|
33
|
+
--md-sys-color-secondary : light-dark(#5e5e5e, #5e5e5e);
|
|
34
|
+
--md-sys-color-on-secondary : light-dark(#ffffff, #ffffff);
|
|
35
|
+
--md-sys-color-secondary-container : light-dark(#d4d4d4, #d4d4d4);
|
|
36
|
+
--md-sys-color-on-secondary-container : light-dark(#1b1b1b, #1b1b1b);
|
|
37
|
+
--md-sys-color-tertiary : light-dark(#3b3b3b, #3b3b3b);
|
|
38
|
+
--md-sys-color-on-tertiary : light-dark(#e2e2e2, #e2e2e2);
|
|
39
|
+
--md-sys-color-tertiary-container : light-dark(#747474, #747474);
|
|
40
|
+
--md-sys-color-on-tertiary-container : light-dark(#ffffff, #ffffff);
|
|
41
|
+
--md-sys-color-error : light-dark(#ba1a1a, #ba1a1a);
|
|
42
|
+
--md-sys-color-on-error : light-dark(#ffffff, #ffffff);
|
|
43
|
+
--md-sys-color-error-container : light-dark(#ffdad6, #ffdad6);
|
|
44
|
+
--md-sys-color-on-error-container : light-dark(#410002, #410002);
|
|
45
|
+
--md-sys-color-primary-fixed : light-dark(#5e5e5e, #5e5e5e);
|
|
46
|
+
--md-sys-color-primary-fixed-dim : light-dark(#474747, #474747);
|
|
47
|
+
--md-sys-color-on-primary-fixed : light-dark(#ffffff, #ffffff);
|
|
48
|
+
--md-sys-color-on-primary-fixed-variant : light-dark(#e2e2e2, #e2e2e2);
|
|
49
|
+
--md-sys-color-secondary-fixed : light-dark(#c6c6c6, #c6c6c6);
|
|
50
|
+
--md-sys-color-secondary-fixed-dim : light-dark(#ababab, #ababab);
|
|
51
|
+
--md-sys-color-on-secondary-fixed : light-dark(#1b1b1b, #1b1b1b);
|
|
52
|
+
--md-sys-color-on-secondary-fixed-variant : light-dark(#3b3b3b, #3b3b3b);
|
|
53
|
+
--md-sys-color-tertiary-fixed : light-dark(#5e5e5e, #5e5e5e);
|
|
54
|
+
--md-sys-color-tertiary-fixed-dim : light-dark(#474747, #474747);
|
|
55
|
+
--md-sys-color-on-tertiary-fixed : light-dark(#ffffff, #ffffff);
|
|
56
|
+
--md-sys-color-on-tertiary-fixed-variant : light-dark(#e2e2e2, #e2e2e2);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
@layer material-design-system.color.variable {
|
|
2
|
+
:root {
|
|
3
|
+
--md-sys-color-primary-palette-key-color : light-dark(#fc9500, #fc9500);
|
|
4
|
+
--md-sys-color-secondary-palette-key-color : light-dark(#927146, #927146);
|
|
5
|
+
--md-sys-color-tertiary-palette-key-color : light-dark(#927231, #927231);
|
|
6
|
+
--md-sys-color-neutral-palette-key-color : light-dark(#867465, #867465);
|
|
7
|
+
--md-sys-color-neutral-variant-palette-key-color: light-dark(#887361, #887361);
|
|
8
|
+
--md-sys-color-background : light-dark(#fff8f5, #fff8f5);
|
|
9
|
+
--md-sys-color-on-background : light-dark(#25190e, #25190e);
|
|
10
|
+
--md-sys-color-surface : light-dark(#fff8f5, #fff8f5);
|
|
11
|
+
--md-sys-color-surface-dim : light-dark(#edd6c4, #edd6c4);
|
|
12
|
+
--md-sys-color-surface-bright : light-dark(#fff8f5, #fff8f5);
|
|
13
|
+
--md-sys-color-surface-container-lowest : light-dark(#ffffff, #ffffff);
|
|
14
|
+
--md-sys-color-surface-container-low : light-dark(#fff1e7, #fff1e7);
|
|
15
|
+
--md-sys-color-surface-container : light-dark(#ffeada, #ffeada);
|
|
16
|
+
--md-sys-color-surface-container-high : light-dark(#fbe4d2, #fbe4d2);
|
|
17
|
+
--md-sys-color-surface-container-highest : light-dark(#f5decc, #f5decc);
|
|
18
|
+
--md-sys-color-on-surface : light-dark(#25190e, #25190e);
|
|
19
|
+
--md-sys-color-surface-variant : light-dark(#f9dec8, #f9dec8);
|
|
20
|
+
--md-sys-color-on-surface-variant : light-dark(#554333, #554333);
|
|
21
|
+
--md-sys-color-inverse-surface : light-dark(#3b2e22, #3b2e22);
|
|
22
|
+
--md-sys-color-inverse-on-surface : light-dark(#ffeee1, #ffeee1);
|
|
23
|
+
--md-sys-color-outline : light-dark(#887361, #887361);
|
|
24
|
+
--md-sys-color-outline-variant : light-dark(#dbc2ad, #dbc2ad);
|
|
25
|
+
--md-sys-color-shadow : light-dark(#000000, #000000);
|
|
26
|
+
--md-sys-color-scrim : light-dark(#000000, #000000);
|
|
27
|
+
--md-sys-color-surface-tint : light-dark(#8b5000, #8b5000);
|
|
28
|
+
--md-sys-color-primary : light-dark(#8b5000, #8b5000);
|
|
29
|
+
--md-sys-color-on-primary : light-dark(#ffffff, #ffffff);
|
|
30
|
+
--md-sys-color-primary-container : light-dark(#ffdcbf, #ffdcbf);
|
|
31
|
+
--md-sys-color-on-primary-container : light-dark(#6a3b00, #6a3b00);
|
|
32
|
+
--md-sys-color-inverse-primary : light-dark(#ffb872, #ffb872);
|
|
33
|
+
--md-sys-color-secondary : light-dark(#775930, #775930);
|
|
34
|
+
--md-sys-color-on-secondary : light-dark(#ffffff, #ffffff);
|
|
35
|
+
--md-sys-color-secondary-container : light-dark(#ffddb4, #ffddb4);
|
|
36
|
+
--md-sys-color-on-secondary-container : light-dark(#5d421b, #5d421b);
|
|
37
|
+
--md-sys-color-tertiary : light-dark(#775a1a, #775a1a);
|
|
38
|
+
--md-sys-color-on-tertiary : light-dark(#ffffff, #ffffff);
|
|
39
|
+
--md-sys-color-tertiary-container : light-dark(#ffdea4, #ffdea4);
|
|
40
|
+
--md-sys-color-on-tertiary-container : light-dark(#5d4202, #5d4202);
|
|
41
|
+
--md-sys-color-error : light-dark(#ba1a1a, #ba1a1a);
|
|
42
|
+
--md-sys-color-on-error : light-dark(#ffffff, #ffffff);
|
|
43
|
+
--md-sys-color-error-container : light-dark(#ffdad6, #ffdad6);
|
|
44
|
+
--md-sys-color-on-error-container : light-dark(#93000a, #93000a);
|
|
45
|
+
--md-sys-color-primary-fixed : light-dark(#ffdcbf, #ffdcbf);
|
|
46
|
+
--md-sys-color-primary-fixed-dim : light-dark(#ffb872, #ffb872);
|
|
47
|
+
--md-sys-color-on-primary-fixed : light-dark(#2d1600, #2d1600);
|
|
48
|
+
--md-sys-color-on-primary-fixed-variant : light-dark(#6a3b00, #6a3b00);
|
|
49
|
+
--md-sys-color-secondary-fixed : light-dark(#ffddb4, #ffddb4);
|
|
50
|
+
--md-sys-color-secondary-fixed-dim : light-dark(#e8c08e, #e8c08e);
|
|
51
|
+
--md-sys-color-on-secondary-fixed : light-dark(#291800, #291800);
|
|
52
|
+
--md-sys-color-on-secondary-fixed-variant : light-dark(#5d421b, #5d421b);
|
|
53
|
+
--md-sys-color-tertiary-fixed : light-dark(#ffdea4, #ffdea4);
|
|
54
|
+
--md-sys-color-tertiary-fixed-dim : light-dark(#e8c177, #e8c177);
|
|
55
|
+
--md-sys-color-on-tertiary-fixed : light-dark(#261900, #261900);
|
|
56
|
+
--md-sys-color-on-tertiary-fixed-variant : light-dark(#5d4202, #5d4202);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
@layer material-design-system.color.variable {
|
|
2
|
+
:root {
|
|
3
|
+
--md-sys-color-primary-palette-key-color : light-dark(#438460, #438460);
|
|
4
|
+
--md-sys-color-secondary-palette-key-color : light-dark(#667c6d, #667c6d);
|
|
5
|
+
--md-sys-color-tertiary-palette-key-color : light-dark(#557d8b, #557d8b);
|
|
6
|
+
--md-sys-color-neutral-palette-key-color : light-dark(#727873, #727873);
|
|
7
|
+
--md-sys-color-neutral-variant-palette-key-color: light-dark(#707972, #707972);
|
|
8
|
+
--md-sys-color-background : light-dark(#f6fbf4, #f6fbf4);
|
|
9
|
+
--md-sys-color-on-background : light-dark(#171d19, #171d19);
|
|
10
|
+
--md-sys-color-surface : light-dark(#f6fbf4, #f6fbf4);
|
|
11
|
+
--md-sys-color-surface-dim : light-dark(#d6dbd5, #d6dbd5);
|
|
12
|
+
--md-sys-color-surface-bright : light-dark(#f6fbf4, #f6fbf4);
|
|
13
|
+
--md-sys-color-surface-container-lowest : light-dark(#ffffff, #ffffff);
|
|
14
|
+
--md-sys-color-surface-container-low : light-dark(#f0f5ee, #f0f5ee);
|
|
15
|
+
--md-sys-color-surface-container : light-dark(#eaefe9, #eaefe9);
|
|
16
|
+
--md-sys-color-surface-container-high : light-dark(#e4eae3, #e4eae3);
|
|
17
|
+
--md-sys-color-surface-container-highest : light-dark(#dfe4dd, #dfe4dd);
|
|
18
|
+
--md-sys-color-on-surface : light-dark(#171d19, #171d19);
|
|
19
|
+
--md-sys-color-surface-variant : light-dark(#dce5dc, #dce5dc);
|
|
20
|
+
--md-sys-color-on-surface-variant : light-dark(#404942, #404942);
|
|
21
|
+
--md-sys-color-inverse-surface : light-dark(#2c322d, #2c322d);
|
|
22
|
+
--md-sys-color-inverse-on-surface : light-dark(#edf2eb, #edf2eb);
|
|
23
|
+
--md-sys-color-outline : light-dark(#717972, #717972);
|
|
24
|
+
--md-sys-color-outline-variant : light-dark(#c0c9c0, #c0c9c0);
|
|
25
|
+
--md-sys-color-shadow : light-dark(#000000, #000000);
|
|
26
|
+
--md-sys-color-scrim : light-dark(#000000, #000000);
|
|
27
|
+
--md-sys-color-surface-tint : light-dark(#286a48, #286a48);
|
|
28
|
+
--md-sys-color-primary : light-dark(#286a48, #286a48);
|
|
29
|
+
--md-sys-color-on-primary : light-dark(#ffffff, #ffffff);
|
|
30
|
+
--md-sys-color-primary-container : light-dark(#adf2c7, #adf2c7);
|
|
31
|
+
--md-sys-color-on-primary-container : light-dark(#065232, #065232);
|
|
32
|
+
--md-sys-color-inverse-primary : light-dark(#92d5ac, #92d5ac);
|
|
33
|
+
--md-sys-color-secondary : light-dark(#4e6355, #4e6355);
|
|
34
|
+
--md-sys-color-on-secondary : light-dark(#ffffff, #ffffff);
|
|
35
|
+
--md-sys-color-secondary-container : light-dark(#d1e8d6, #d1e8d6);
|
|
36
|
+
--md-sys-color-on-secondary-container : light-dark(#374b3e, #374b3e);
|
|
37
|
+
--md-sys-color-tertiary : light-dark(#3b6471, #3b6471);
|
|
38
|
+
--md-sys-color-on-tertiary : light-dark(#ffffff, #ffffff);
|
|
39
|
+
--md-sys-color-tertiary-container : light-dark(#bfe9f9, #bfe9f9);
|
|
40
|
+
--md-sys-color-on-tertiary-container : light-dark(#224c59, #224c59);
|
|
41
|
+
--md-sys-color-error : light-dark(#ba1a1a, #ba1a1a);
|
|
42
|
+
--md-sys-color-on-error : light-dark(#ffffff, #ffffff);
|
|
43
|
+
--md-sys-color-error-container : light-dark(#ffdad6, #ffdad6);
|
|
44
|
+
--md-sys-color-on-error-container : light-dark(#93000a, #93000a);
|
|
45
|
+
--md-sys-color-primary-fixed : light-dark(#adf2c7, #adf2c7);
|
|
46
|
+
--md-sys-color-primary-fixed-dim : light-dark(#92d5ac, #92d5ac);
|
|
47
|
+
--md-sys-color-on-primary-fixed : light-dark(#002111, #002111);
|
|
48
|
+
--md-sys-color-on-primary-fixed-variant : light-dark(#065232, #065232);
|
|
49
|
+
--md-sys-color-secondary-fixed : light-dark(#d1e8d6, #d1e8d6);
|
|
50
|
+
--md-sys-color-secondary-fixed-dim : light-dark(#b5ccbb, #b5ccbb);
|
|
51
|
+
--md-sys-color-on-secondary-fixed : light-dark(#0b1f14, #0b1f14);
|
|
52
|
+
--md-sys-color-on-secondary-fixed-variant : light-dark(#374b3e, #374b3e);
|
|
53
|
+
--md-sys-color-tertiary-fixed : light-dark(#bfe9f9, #bfe9f9);
|
|
54
|
+
--md-sys-color-tertiary-fixed-dim : light-dark(#a3cddc, #a3cddc);
|
|
55
|
+
--md-sys-color-on-tertiary-fixed : light-dark(#001f27, #001f27);
|
|
56
|
+
--md-sys-color-on-tertiary-fixed-variant : light-dark(#224c59, #224c59);
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
@theme inline {
|
|
1
|
+
@theme static inline {
|
|
2
2
|
--font-display-large : var(--md-sys-typescale-display-large-font, var(--md-ref-typeface-brand, "Roboto"));
|
|
3
3
|
--text-display-large : var(--md-sys-typescale-display-large-size, 57px);
|
|
4
4
|
--tracking-display-large : var(--md-sys-typescale-display-large-tracking, -0.25px);
|
|
@@ -1,258 +0,0 @@
|
|
|
1
|
-
@layer material-design-system.color {
|
|
2
|
-
:root {
|
|
3
|
-
--_color-primary-palette-key-color : var(--md-sys-color-primary-palette-key-color, light-dark(#578400, #578400));
|
|
4
|
-
--_color-secondary-palette-key-color : var(--md-sys-color-secondary-palette-key-color, light-dark(#697e4a, #697e4a));
|
|
5
|
-
--_color-tertiary-palette-key-color : var(--md-sys-color-tertiary-palette-key-color, light-dark(#00885e, #00885e));
|
|
6
|
-
--_color-neutral-palette-key-color : var(--md-sys-color-neutral-palette-key-color, light-dark(#75786c, #75786c));
|
|
7
|
-
--_color-neutral-variant-palette-key-color: var(--md-sys-color-neutral-variant-palette-key-color, light-dark(#737966, #737966));
|
|
8
|
-
--_color-background : var(--md-sys-color-background, light-dark(#f9fbec, #11140c));
|
|
9
|
-
--_color-on-background : var(--md-sys-color-on-background, light-dark(#1a1d14, #e2e4d5));
|
|
10
|
-
--_color-surface : var(--md-sys-color-surface, light-dark(#f9fbec, #11140c));
|
|
11
|
-
--_color-surface-dim : var(--md-sys-color-surface-dim, light-dark(#d9dbcd, #11140c));
|
|
12
|
-
--_color-surface-bright : var(--md-sys-color-surface-bright, light-dark(#f9fbec, #373a30));
|
|
13
|
-
--_color-surface-container-lowest : var(--md-sys-color-surface-container-lowest, light-dark(#ffffff, #0c0f07));
|
|
14
|
-
--_color-surface-container-low : var(--md-sys-color-surface-container-low, light-dark(#f3f5e6, #1a1d14));
|
|
15
|
-
--_color-surface-container : var(--md-sys-color-surface-container, light-dark(#edefe1, #1e2118));
|
|
16
|
-
--_color-surface-container-high : var(--md-sys-color-surface-container-high, light-dark(#e7e9db, #282b22));
|
|
17
|
-
--_color-surface-container-highest : var(--md-sys-color-surface-container-highest, light-dark(#e2e4d5, #33362c));
|
|
18
|
-
--_color-on-surface : var(--md-sys-color-on-surface, light-dark(#1a1d14, #e2e4d5));
|
|
19
|
-
--_color-surface-variant : var(--md-sys-color-surface-variant, light-dark(#dfe5cf, #434938));
|
|
20
|
-
--_color-on-surface-variant : var(--md-sys-color-on-surface-variant, light-dark(#434938, #c3c9b3));
|
|
21
|
-
--_color-inverse-surface : var(--md-sys-color-inverse-surface, light-dark(#2e3228, #e2e4d5));
|
|
22
|
-
--_color-inverse-on-surface : var(--md-sys-color-inverse-on-surface, light-dark(#f0f2e3, #2e3228));
|
|
23
|
-
--_color-outline : var(--md-sys-color-outline, light-dark(#737967, #8d937f));
|
|
24
|
-
--_color-outline-variant : var(--md-sys-color-outline-variant, light-dark(#c3c9b3, #434938));
|
|
25
|
-
--_color-shadow : var(--md-sys-color-shadow, light-dark(#000000, #000000));
|
|
26
|
-
--_color-scrim : var(--md-sys-color-scrim, light-dark(#000000, #000000));
|
|
27
|
-
--_color-surface-tint : var(--md-sys-color-surface-tint, light-dark(#446900, #a3d656));
|
|
28
|
-
--_color-primary : var(--md-sys-color-primary, light-dark(#000000, #ffffff));
|
|
29
|
-
--_color-on-primary : var(--md-sys-color-on-primary, light-dark(#bef36f, #111f00));
|
|
30
|
-
--_color-primary-container : var(--md-sys-color-primary-container, light-dark(#2a4200, #b0e563));
|
|
31
|
-
--_color-on-primary-container : var(--md-sys-color-on-primary-container, light-dark(#ffffff, #000000));
|
|
32
|
-
--_color-inverse-primary : var(--md-sys-color-inverse-primary, light-dark(#a3d656, #446900));
|
|
33
|
-
--_color-secondary : var(--md-sys-color-secondary, light-dark(#516533, #b7cf93));
|
|
34
|
-
--_color-on-secondary : var(--md-sys-color-on-secondary, light-dark(#ffffff, #111f00));
|
|
35
|
-
--_color-secondary-container : var(--md-sys-color-secondary-container, light-dark(#c5dda0, #3a4d1e));
|
|
36
|
-
--_color-on-secondary-container : var(--md-sys-color-on-secondary-container, light-dark(#111f00, #d3ebad));
|
|
37
|
-
--_color-tertiary : var(--md-sys-color-tertiary, light-dark(#00452e, #8df7c5));
|
|
38
|
-
--_color-on-tertiary : var(--md-sys-color-on-tertiary, light-dark(#8df7c5, #002114));
|
|
39
|
-
--_color-tertiary-container : var(--md-sys-color-tertiary-container, light-dark(#00855c, #33a376));
|
|
40
|
-
--_color-on-tertiary-container : var(--md-sys-color-on-tertiary-container, light-dark(#ffffff, #000000));
|
|
41
|
-
--_color-error : var(--md-sys-color-error, light-dark(#ba1a1a, #ffb4ab));
|
|
42
|
-
--_color-on-error : var(--md-sys-color-on-error, light-dark(#ffffff, #690005));
|
|
43
|
-
--_color-error-container : var(--md-sys-color-error-container, light-dark(#ffdad6, #93000a));
|
|
44
|
-
--_color-on-error-container : var(--md-sys-color-on-error-container, light-dark(#410002, #ffdad6));
|
|
45
|
-
--_color-primary-fixed : var(--md-sys-color-primary-fixed, light-dark(#446900, #446900));
|
|
46
|
-
--_color-primary-fixed-dim : var(--md-sys-color-primary-fixed-dim, light-dark(#324f00, #324f00));
|
|
47
|
-
--_color-on-primary-fixed : var(--md-sys-color-on-primary-fixed, light-dark(#ffffff, #ffffff));
|
|
48
|
-
--_color-on-primary-fixed-variant : var(--md-sys-color-on-primary-fixed-variant, light-dark(#bef36f, #bef36f));
|
|
49
|
-
--_color-secondary-fixed : var(--md-sys-color-secondary-fixed, light-dark(#b7cf93, #b7cf93));
|
|
50
|
-
--_color-secondary-fixed-dim : var(--md-sys-color-secondary-fixed-dim, light-dark(#9db37a, #9db37a));
|
|
51
|
-
--_color-on-secondary-fixed : var(--md-sys-color-on-secondary-fixed, light-dark(#111f00, #111f00));
|
|
52
|
-
--_color-on-secondary-fixed-variant : var(--md-sys-color-on-secondary-fixed-variant, light-dark(#2f4114, #2f4114));
|
|
53
|
-
--_color-tertiary-fixed : var(--md-sys-color-tertiary-fixed, light-dark(#006c4a, #006c4a));
|
|
54
|
-
--_color-tertiary-fixed-dim : var(--md-sys-color-tertiary-fixed-dim, light-dark(#005237, #005237));
|
|
55
|
-
--_color-on-tertiary-fixed : var(--md-sys-color-on-tertiary-fixed, light-dark(#ffffff, #ffffff));
|
|
56
|
-
--_color-on-tertiary-fixed-variant : var(--md-sys-color-on-tertiary-fixed-variant, light-dark(#8df7c5, #8df7c5));
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
@layer material-design-system.utilities.classic {
|
|
61
|
-
.background {
|
|
62
|
-
background: var(--_color-background);
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.on-background {
|
|
66
|
-
color: var(--_color-on-background);
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.surface {
|
|
70
|
-
background: var(--_color-surface);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.surface-dim {
|
|
74
|
-
background: var(--_color-surface-dim);
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.surface-bright {
|
|
78
|
-
background: var(--_color-surface-bright);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.surface-container-lowest {
|
|
82
|
-
background: var(--_color-surface-container-lowest);
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.surface-container-low {
|
|
86
|
-
background: var(--_color-surface-container-low);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.surface-container {
|
|
90
|
-
background: var(--_color-surface-container);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.surface-container-high {
|
|
94
|
-
background: var(--_color-surface-container-high);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.surface-container-highest {
|
|
98
|
-
background: var(--_color-surface-container-highest);
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.on-surface {
|
|
102
|
-
color: var(--_color-on-surface);
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.surface-variant {
|
|
106
|
-
background: var(--_color-surface-variant);
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.on-surface-variant {
|
|
110
|
-
color: var(--_color-on-surface-variant);
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.inverse-surface {
|
|
114
|
-
background: var(--_color-inverse-surface);
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.inverse-on-surface {
|
|
118
|
-
color: var(--_color-inverse-on-surface);
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.outline {
|
|
122
|
-
outline-color: var(--_color-outline);
|
|
123
|
-
border-color: var(--_color-outline);
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
.outline-variant {
|
|
127
|
-
outline-color: var(--_color-outline-variant);
|
|
128
|
-
border-color: var(--_color-outline-variant);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.shadow {
|
|
132
|
-
background: var(--_color-shadow);
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
.scrim {
|
|
136
|
-
background: var(--_color-scrim);
|
|
137
|
-
}
|
|
138
|
-
|
|
139
|
-
.surface-tint {
|
|
140
|
-
background: var(--_color-surface-tint);
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
.primary {
|
|
144
|
-
background: var(--_color-primary);
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
.on-primary {
|
|
148
|
-
color: var(--_color-on-primary);
|
|
149
|
-
}
|
|
150
|
-
|
|
151
|
-
.primary-container {
|
|
152
|
-
background: var(--_color-primary-container);
|
|
153
|
-
}
|
|
154
|
-
|
|
155
|
-
.on-primary-container {
|
|
156
|
-
color: var(--_color-on-primary-container);
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
.inverse-primary {
|
|
160
|
-
background: var(--_color-inverse-primary);
|
|
161
|
-
}
|
|
162
|
-
|
|
163
|
-
.secondary {
|
|
164
|
-
background: var(--_color-secondary);
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
.on-secondary {
|
|
168
|
-
color: var(--_color-on-secondary);
|
|
169
|
-
}
|
|
170
|
-
|
|
171
|
-
.secondary-container {
|
|
172
|
-
background: var(--_color-secondary-container);
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
.on-secondary-container {
|
|
176
|
-
color: var(--_color-on-secondary-container);
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.tertiary {
|
|
180
|
-
background: var(--_color-tertiary);
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
.on-tertiary {
|
|
184
|
-
color: var(--_color-on-tertiary);
|
|
185
|
-
}
|
|
186
|
-
|
|
187
|
-
.tertiary-container {
|
|
188
|
-
background: var(--_color-tertiary-container);
|
|
189
|
-
}
|
|
190
|
-
|
|
191
|
-
.on-tertiary-container {
|
|
192
|
-
color: var(--_color-on-tertiary-container);
|
|
193
|
-
}
|
|
194
|
-
|
|
195
|
-
.error {
|
|
196
|
-
background: var(--_color-error);
|
|
197
|
-
}
|
|
198
|
-
|
|
199
|
-
.on-error {
|
|
200
|
-
color: var(--_color-on-error);
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
.error-container {
|
|
204
|
-
background: var(--_color-error-container);
|
|
205
|
-
}
|
|
206
|
-
|
|
207
|
-
.on-error-container {
|
|
208
|
-
color: var(--_color-on-error-container);
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
.primary-fixed {
|
|
212
|
-
background: var(--_color-primary-fixed);
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
.primary-fixed-dim {
|
|
216
|
-
background: var(--_color-primary-fixed-dim);
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
.on-primary-fixed {
|
|
220
|
-
color: var(--_color-on-primary-fixed);
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
.on-primary-fixed-variant {
|
|
224
|
-
color: var(--_color-on-primary-fixed-variant);
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
.secondary-fixed {
|
|
228
|
-
background: var(--_color-secondary-fixed);
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
.secondary-fixed-dim {
|
|
232
|
-
background: var(--_color-secondary-fixed-dim);
|
|
233
|
-
}
|
|
234
|
-
|
|
235
|
-
.on-secondary-fixed {
|
|
236
|
-
color: var(--_color-on-secondary-fixed);
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
.on-secondary-fixed-variant {
|
|
240
|
-
color: var(--_color-on-secondary-fixed-variant);
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
.tertiary-fixed {
|
|
244
|
-
background: var(--_color-tertiary-fixed);
|
|
245
|
-
}
|
|
246
|
-
|
|
247
|
-
.tertiary-fixed-dim {
|
|
248
|
-
background: var(--_color-tertiary-fixed-dim);
|
|
249
|
-
}
|
|
250
|
-
|
|
251
|
-
.on-tertiary-fixed {
|
|
252
|
-
color: var(--_color-on-tertiary-fixed);
|
|
253
|
-
}
|
|
254
|
-
|
|
255
|
-
.on-tertiary-fixed-variant {
|
|
256
|
-
color: var(--_color-on-tertiary-fixed-variant);
|
|
257
|
-
}
|
|
258
|
-
}
|