@sandlada/material-design-css 1.1.1 → 2.0.0-nightly.20250809a
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 +32 -4
- package/color/bg-utilities.css +276 -0
- package/color/classic-utilities.css +258 -0
- package/color/text-utilities.css +276 -0
- package/index.css +11 -2
- package/motion/animation-utilities.css +210 -0
- package/motion/transition-utilities.css +210 -0
- package/package.json +31 -10
- package/preset.css +9 -0
- package/shape.css +1 -1
- package/typography.css +1 -1
- package/color.css +0 -703
- package/motion.css +0 -272
- package/prebuild-color-blue.css +0 -58
- package/prebuild-color-green.css +0 -58
- package/prebuild-color-light-green.css +0 -58
- package/prebuild-color-pink.css +0 -58
- package/prebuild-color-yellow.css +0 -58
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
@layer material-design-system.color {
|
|
2
|
+
:root {
|
|
3
|
+
--_text-color-primary-palette-key-color : var(--md-sys-color-primary-palette-key-color, light-dark(#578400, #578400));
|
|
4
|
+
--_text-color-secondary-palette-key-color : var(--md-sys-color-secondary-palette-key-color, light-dark(#697e4a, #697e4a));
|
|
5
|
+
--_text-color-tertiary-palette-key-color : var(--md-sys-color-tertiary-palette-key-color, light-dark(#00885e, #00885e));
|
|
6
|
+
--_text-color-neutral-palette-key-color : var(--md-sys-color-neutral-palette-key-color, light-dark(#75786c, #75786c));
|
|
7
|
+
--_text-color-neutral-variant-palette-key-color: var(--md-sys-color-neutral-variant-palette-key-color, light-dark(#737966, #737966));
|
|
8
|
+
--_text-color-background : var(--md-sys-color-background, light-dark(#f9fbec, #11140c));
|
|
9
|
+
--_text-color-on-background : var(--md-sys-color-on-background, light-dark(#1a1d14, #e2e4d5));
|
|
10
|
+
--_text-color-surface : var(--md-sys-color-surface, light-dark(#f9fbec, #11140c));
|
|
11
|
+
--_text-color-surface-dim : var(--md-sys-color-surface-dim, light-dark(#d9dbcd, #11140c));
|
|
12
|
+
--_text-color-surface-bright : var(--md-sys-color-surface-bright, light-dark(#f9fbec, #373a30));
|
|
13
|
+
--_text-color-surface-container-lowest : var(--md-sys-color-surface-container-lowest, light-dark(#ffffff, #0c0f07));
|
|
14
|
+
--_text-color-surface-container-low : var(--md-sys-color-surface-container-low, light-dark(#f3f5e6, #1a1d14));
|
|
15
|
+
--_text-color-surface-container : var(--md-sys-color-surface-container, light-dark(#edefe1, #1e2118));
|
|
16
|
+
--_text-color-surface-container-high : var(--md-sys-color-surface-container-high, light-dark(#e7e9db, #282b22));
|
|
17
|
+
--_text-color-surface-container-highest : var(--md-sys-color-surface-container-highest, light-dark(#e2e4d5, #33362c));
|
|
18
|
+
--_text-color-on-surface : var(--md-sys-color-on-surface, light-dark(#1a1d14, #e2e4d5));
|
|
19
|
+
--_text-color-surface-variant : var(--md-sys-color-surface-variant, light-dark(#dfe5cf, #434938));
|
|
20
|
+
--_text-color-on-surface-variant : var(--md-sys-color-on-surface-variant, light-dark(#434938, #c3c9b3));
|
|
21
|
+
--_text-color-inverse-surface : var(--md-sys-color-inverse-surface, light-dark(#2e3228, #e2e4d5));
|
|
22
|
+
--_text-color-inverse-on-surface : var(--md-sys-color-inverse-on-surface, light-dark(#f0f2e3, #2e3228));
|
|
23
|
+
--_text-color-outline : var(--md-sys-color-outline, light-dark(#737967, #8d937f));
|
|
24
|
+
--_text-color-outline-variant : var(--md-sys-color-outline-variant, light-dark(#c3c9b3, #434938));
|
|
25
|
+
--_text-color-shadow : var(--md-sys-color-shadow, light-dark(#000000, #000000));
|
|
26
|
+
--_text-color-scrim : var(--md-sys-color-scrim, light-dark(#000000, #000000));
|
|
27
|
+
--_text-color-surface-tint : var(--md-sys-color-surface-tint, light-dark(#446900, #a3d656));
|
|
28
|
+
--_text-color-primary : var(--md-sys-color-primary, light-dark(#000000, #ffffff));
|
|
29
|
+
--_text-color-on-primary : var(--md-sys-color-on-primary, light-dark(#bef36f, #111f00));
|
|
30
|
+
--_text-color-primary-container : var(--md-sys-color-primary-container, light-dark(#2a4200, #b0e563));
|
|
31
|
+
--_text-color-on-primary-container : var(--md-sys-color-on-primary-container, light-dark(#ffffff, #000000));
|
|
32
|
+
--_text-color-inverse-primary : var(--md-sys-color-inverse-primary, light-dark(#a3d656, #446900));
|
|
33
|
+
--_text-color-secondary : var(--md-sys-color-secondary, light-dark(#516533, #b7cf93));
|
|
34
|
+
--_text-color-on-secondary : var(--md-sys-color-on-secondary, light-dark(#ffffff, #111f00));
|
|
35
|
+
--_text-color-secondary-container : var(--md-sys-color-secondary-container, light-dark(#c5dda0, #3a4d1e));
|
|
36
|
+
--_text-color-on-secondary-container : var(--md-sys-color-on-secondary-container, light-dark(#111f00, #d3ebad));
|
|
37
|
+
--_text-color-tertiary : var(--md-sys-color-tertiary, light-dark(#00452e, #8df7c5));
|
|
38
|
+
--_text-color-on-tertiary : var(--md-sys-color-on-tertiary, light-dark(#8df7c5, #002114));
|
|
39
|
+
--_text-color-tertiary-container : var(--md-sys-color-tertiary-container, light-dark(#00855c, #33a376));
|
|
40
|
+
--_text-color-on-tertiary-container : var(--md-sys-color-on-tertiary-container, light-dark(#ffffff, #000000));
|
|
41
|
+
--_text-color-error : var(--md-sys-color-error, light-dark(#ba1a1a, #ffb4ab));
|
|
42
|
+
--_text-color-on-error : var(--md-sys-color-on-error, light-dark(#ffffff, #690005));
|
|
43
|
+
--_text-color-error-container : var(--md-sys-color-error-container, light-dark(#ffdad6, #93000a));
|
|
44
|
+
--_text-color-on-error-container : var(--md-sys-color-on-error-container, light-dark(#410002, #ffdad6));
|
|
45
|
+
--_text-color-primary-fixed : var(--md-sys-color-primary-fixed, light-dark(#446900, #446900));
|
|
46
|
+
--_text-color-primary-fixed-dim : var(--md-sys-color-primary-fixed-dim, light-dark(#324f00, #324f00));
|
|
47
|
+
--_text-color-on-primary-fixed : var(--md-sys-color-on-primary-fixed, light-dark(#ffffff, #ffffff));
|
|
48
|
+
--_text-color-on-primary-fixed-variant : var(--md-sys-color-on-primary-fixed-variant, light-dark(#bef36f, #bef36f));
|
|
49
|
+
--_text-color-secondary-fixed : var(--md-sys-color-secondary-fixed, light-dark(#b7cf93, #b7cf93));
|
|
50
|
+
--_text-color-secondary-fixed-dim : var(--md-sys-color-secondary-fixed-dim, light-dark(#9db37a, #9db37a));
|
|
51
|
+
--_text-color-on-secondary-fixed : var(--md-sys-color-on-secondary-fixed, light-dark(#111f00, #111f00));
|
|
52
|
+
--_text-color-on-secondary-fixed-variant : var(--md-sys-color-on-secondary-fixed-variant, light-dark(#2f4114, #2f4114));
|
|
53
|
+
--_text-color-tertiary-fixed : var(--md-sys-color-tertiary-fixed, light-dark(#006c4a, #006c4a));
|
|
54
|
+
--_text-color-tertiary-fixed-dim : var(--md-sys-color-tertiary-fixed-dim, light-dark(#005237, #005237));
|
|
55
|
+
--_text-color-on-tertiary-fixed : var(--md-sys-color-on-tertiary-fixed, light-dark(#ffffff, #ffffff));
|
|
56
|
+
--_text-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.text {
|
|
61
|
+
.text-primary-palette-key-color {
|
|
62
|
+
color: var(--_text-color-primary-palette-key-color);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
.text-secondary-palette-key-color {
|
|
66
|
+
color: var(--_text-color-secondary-palette-key-color);
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.text-tertiary-palette-key-color {
|
|
70
|
+
color: var(--_text-color-tertiary-palette-key-color);
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
.text-neutral-palette-key-color {
|
|
74
|
+
color: var(--_text-color-neutral-palette-key-color);
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.text-neutral-variant-palette-key-color {
|
|
78
|
+
color: var(--_text-color-neutral-variant-palette-key-color);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
.text-background {
|
|
82
|
+
color: var(--_text-color-background);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.text-on-background {
|
|
86
|
+
color: var(--_text-color-on-background);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
.text-surface {
|
|
90
|
+
color: var(--_text-color-surface);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.text-surface-dim {
|
|
94
|
+
color: var(--_text-color-surface-dim);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.text-surface-bright {
|
|
98
|
+
color: var(--_text-color-surface-bright);
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
.text-surface-container-lowest {
|
|
102
|
+
color: var(--_text-color-surface-container-lowest);
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.text-surface-container-low {
|
|
106
|
+
color: var(--_text-color-surface-container-low);
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
.text-surface-container {
|
|
110
|
+
color: var(--_text-color-surface-container);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
.text-surface-container-high {
|
|
114
|
+
color: var(--_text-color-surface-container-high);
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.text-surface-container-highest {
|
|
118
|
+
color: var(--_text-color-surface-container-highest);
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.text-on-surface {
|
|
122
|
+
color: var(--_text-color-on-surface);
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
.text-surface-variant {
|
|
126
|
+
color: var(--_text-color-surface-variant);
|
|
127
|
+
}
|
|
128
|
+
|
|
129
|
+
.text-on-surface-variant {
|
|
130
|
+
color: var(--_text-color-on-surface-variant);
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
.text-inverse-surface {
|
|
134
|
+
color: var(--_text-color-inverse-surface);
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
.text-inverse-on-surface {
|
|
138
|
+
color: var(--_text-color-inverse-on-surface);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
.text-outline {
|
|
142
|
+
color: var(--_text-color-outline);
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.text-outline-variant {
|
|
146
|
+
color: var(--_text-color-outline-variant);
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
.text-shadow {
|
|
150
|
+
color: var(--_text-color-shadow);
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
.text-scrim {
|
|
154
|
+
color: var(--_text-color-scrim);
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
.text-surface-tint {
|
|
158
|
+
color: var(--_text-color-surface-tint);
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
.text-primary {
|
|
162
|
+
color: var(--_text-color-primary);
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
.text-on-primary {
|
|
166
|
+
color: var(--_text-color-on-primary);
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
.text-primary-container {
|
|
170
|
+
color: var(--_text-color-primary-container);
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.text-on-primary-container {
|
|
174
|
+
color: var(--_text-color-on-primary-container);
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
.text-inverse-primary {
|
|
178
|
+
color: var(--_text-color-inverse-primary);
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
.text-secondary {
|
|
182
|
+
color: var(--_text-color-secondary);
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
.text-on-secondary {
|
|
186
|
+
color: var(--_text-color-on-secondary);
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
.text-secondary-container {
|
|
190
|
+
color: var(--_text-color-secondary-container);
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
.text-on-secondary-container {
|
|
194
|
+
color: var(--_text-color-on-secondary-container);
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
.text-tertiary {
|
|
198
|
+
color: var(--_text-color-tertiary);
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.text-on-tertiary {
|
|
202
|
+
color: var(--_text-color-on-tertiary);
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
.text-tertiary-container {
|
|
206
|
+
color: var(--_text-color-tertiary-container);
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
.text-on-tertiary-container {
|
|
210
|
+
color: var(--_text-color-on-tertiary-container);
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.text-error {
|
|
214
|
+
color: var(--_text-color-error);
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
.text-on-error {
|
|
218
|
+
color: var(--_text-color-on-error);
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
.text-error-container {
|
|
222
|
+
color: var(--_text-color-error-container);
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
.text-on-error-container {
|
|
226
|
+
color: var(--_text-color-on-error-container);
|
|
227
|
+
}
|
|
228
|
+
|
|
229
|
+
.text-primary-fixed {
|
|
230
|
+
color: var(--_text-color-primary-fixed);
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
.text-primary-fixed-dim {
|
|
234
|
+
color: var(--_text-color-primary-fixed-dim);
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
.text-on-primary-fixed {
|
|
238
|
+
color: var(--_text-color-on-primary-fixed);
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
.text-on-primary-fixed-variant {
|
|
242
|
+
color: var(--_text-color-on-primary-fixed-variant);
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
.text-secondary-fixed {
|
|
246
|
+
color: var(--_text-color-secondary-fixed);
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
.text-secondary-fixed-dim {
|
|
250
|
+
color: var(--_text-color-secondary-fixed-dim);
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
.text-on-secondary-fixed {
|
|
254
|
+
color: var(--_text-color-on-secondary-fixed);
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
.text-on-secondary-fixed-variant {
|
|
258
|
+
color: var(--_text-color-on-secondary-fixed-variant);
|
|
259
|
+
}
|
|
260
|
+
|
|
261
|
+
.text-tertiary-fixed {
|
|
262
|
+
color: var(--_text-color-tertiary-fixed);
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
.text-tertiary-fixed-dim {
|
|
266
|
+
color: var(--_text-color-tertiary-fixed-dim);
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
.text-on-tertiary-fixed {
|
|
270
|
+
color: var(--_text-color-on-tertiary-fixed);
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.text-on-tertiary-fixed-variant {
|
|
274
|
+
color: var(--_text-color-on-tertiary-fixed-variant);
|
|
275
|
+
}
|
|
276
|
+
}
|
package/index.css
CHANGED
|
@@ -1,4 +1,13 @@
|
|
|
1
|
-
@import "./
|
|
2
|
-
|
|
1
|
+
@import "./preset.css";
|
|
2
|
+
|
|
3
|
+
@import "./color/bg-utilities.css";
|
|
4
|
+
@import "./color/text-utilities.css";
|
|
5
|
+
|
|
6
|
+
@import "./palette/bg-utilities.css";
|
|
7
|
+
@import "./palette/text-utilities.css";
|
|
8
|
+
|
|
9
|
+
@import "./motion/animation-utilities.css";
|
|
10
|
+
@import "./motion/transition-utilities.css";
|
|
11
|
+
|
|
3
12
|
@import "./shape.css";
|
|
4
13
|
@import "./typography.css";
|
|
@@ -0,0 +1,210 @@
|
|
|
1
|
+
@layer material-design-system.motion.animation.duration {
|
|
2
|
+
:root {
|
|
3
|
+
--_animation-duration-short1 : var(--md-sys-motion-duration-short1, 50ms);
|
|
4
|
+
--_animation-duration-short2 : var(--md-sys-motion-duration-short2, 100ms);
|
|
5
|
+
--_animation-duration-short3 : var(--md-sys-motion-duration-short3, 150ms);
|
|
6
|
+
--_animation-duration-short4 : var(--md-sys-motion-duration-short4, 200ms);
|
|
7
|
+
--_animation-duration-medium1 : var(--md-sys-motion-duration-medium1, 250ms);
|
|
8
|
+
--_animation-duration-medium2 : var(--md-sys-motion-duration-medium2, 300ms);
|
|
9
|
+
--_animation-duration-medium3 : var(--md-sys-motion-duration-medium3, 350ms);
|
|
10
|
+
--_animation-duration-medium4 : var(--md-sys-motion-duration-medium4, 400ms);
|
|
11
|
+
--_animation-duration-long1 : var(--md-sys-motion-duration-long1, 450ms);
|
|
12
|
+
--_animation-duration-long2 : var(--md-sys-motion-duration-long2, 500ms);
|
|
13
|
+
--_animation-duration-long3 : var(--md-sys-motion-duration-long3, 550ms);
|
|
14
|
+
--_animation-duration-long4 : var(--md-sys-motion-duration-long4, 600ms);
|
|
15
|
+
--_animation-duration-extra-long1: var(--md-sys-motion-duration-extra-long1, 700ms);
|
|
16
|
+
--_animation-duration-extra-long2: var(--md-sys-motion-duration-extra-long2, 800ms);
|
|
17
|
+
--_animation-duration-extra-long3: var(--md-sys-motion-duration-extra-long3, 900ms);
|
|
18
|
+
--_animation-duration-extra-long4: var(--md-sys-motion-duration-extra-long4, 1000ms);
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@layer material-design-system.motion.animation.duration {
|
|
23
|
+
.animation-duration-short1 {
|
|
24
|
+
animation-duration: var(--_animation-duration-short1);
|
|
25
|
+
}
|
|
26
|
+
.animation-duration-short2 {
|
|
27
|
+
animation-duration: var(--_animation-duration-short2);
|
|
28
|
+
}
|
|
29
|
+
.animation-duration-short3 {
|
|
30
|
+
animation-duration: var(--_animation-duration-short3);
|
|
31
|
+
}
|
|
32
|
+
.animation-duration-short4 {
|
|
33
|
+
animation-duration: var(--_animation-duration-short4);
|
|
34
|
+
}
|
|
35
|
+
.animation-duration-medium1 {
|
|
36
|
+
animation-duration: var(--_animation-duration-medium1);
|
|
37
|
+
}
|
|
38
|
+
.animation-duration-medium2 {
|
|
39
|
+
animation-duration: var(--_animation-duration-medium2);
|
|
40
|
+
}
|
|
41
|
+
.animation-duration-medium3 {
|
|
42
|
+
animation-duration: var(--_animation-duration-medium3);
|
|
43
|
+
}
|
|
44
|
+
.animation-duration-medium4 {
|
|
45
|
+
animation-duration: var(--_animation-duration-medium4);
|
|
46
|
+
}
|
|
47
|
+
.animation-duration-long1 {
|
|
48
|
+
animation-duration: var(--_animation-duration-long1);
|
|
49
|
+
}
|
|
50
|
+
.animation-duration-long2 {
|
|
51
|
+
animation-duration: var(--_animation-duration-long2);
|
|
52
|
+
}
|
|
53
|
+
.animation-duration-long3 {
|
|
54
|
+
animation-duration: var(--_animation-duration-long3);
|
|
55
|
+
}
|
|
56
|
+
.animation-duration-long4 {
|
|
57
|
+
animation-duration: var(--_animation-duration-long4);
|
|
58
|
+
}
|
|
59
|
+
.animation-duration-extra-long1 {
|
|
60
|
+
animation-duration: var(--_animation-duration-extra-long1);
|
|
61
|
+
}
|
|
62
|
+
.animation-duration-extra-long2 {
|
|
63
|
+
animation-duration: var(--_animation-duration-extra-long2);
|
|
64
|
+
}
|
|
65
|
+
.animation-duration-extra-long3 {
|
|
66
|
+
animation-duration: var(--_animation-duration-extra-long3);
|
|
67
|
+
}
|
|
68
|
+
.animation-duration-extra-long4 {
|
|
69
|
+
animation-duration: var(--_animation-duration-extra-long4);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
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
|
+
@layer material-design-system.motion.animation.easing {
|
|
85
|
+
.animation-easing-emphasized {
|
|
86
|
+
animation-timing-function: var(--_animation-emphasized);
|
|
87
|
+
}
|
|
88
|
+
.animation-easing-emphasized-decelerate {
|
|
89
|
+
animation-timing-function: var(--_animation-emphasized-decelerate);
|
|
90
|
+
}
|
|
91
|
+
.animation-easing-emphasized-accelerate {
|
|
92
|
+
animation-timing-function: var(--_animation-emphasized-accelerate);
|
|
93
|
+
}
|
|
94
|
+
.animation-easing-standard {
|
|
95
|
+
animation-timing-function: var(--_animation-standard);
|
|
96
|
+
}
|
|
97
|
+
.animation-easing-standard-decelerate {
|
|
98
|
+
animation-timing-function: var(--_animation-standard-decelerate);
|
|
99
|
+
}
|
|
100
|
+
.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;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
@layer material-design-system.motion.animation.springs.easing {
|
|
135
|
+
.animation-easing-expressive-fast-spatial {
|
|
136
|
+
animation-timing-function: var(--_animation-easing-expressive-fast-spatial);
|
|
137
|
+
}
|
|
138
|
+
.animation-easing-expressive-default-spatial {
|
|
139
|
+
animation-timing-function: var(--_animation-easing-expressive-default-spatial);
|
|
140
|
+
}
|
|
141
|
+
.animation-easing-expressive-slow-spatial {
|
|
142
|
+
animation-timing-function: var(--_animation-easing-expressive-slow-spatial);
|
|
143
|
+
}
|
|
144
|
+
.animation-easing-expressive-fast-effects {
|
|
145
|
+
animation-timing-function: var(--_animation-easing-expressive-fast-effects);
|
|
146
|
+
}
|
|
147
|
+
.animation-easing-expressive-default-effects {
|
|
148
|
+
animation-timing-function: var(--_animation-easing-expressive-default-effects);
|
|
149
|
+
}
|
|
150
|
+
.animation-easing-expressive-slow-effects {
|
|
151
|
+
animation-timing-function: var(--_animation-easing-expressive-slow-effects);
|
|
152
|
+
}
|
|
153
|
+
.animation-easing-standard-fast-spatial {
|
|
154
|
+
animation-timing-function: var(--_animation-easing-standard-fast-spatial);
|
|
155
|
+
}
|
|
156
|
+
.animation-easing-standard-default-spatial {
|
|
157
|
+
animation-timing-function: var(--_animation-easing-standard-default-spatial);
|
|
158
|
+
}
|
|
159
|
+
.animation-easing-standard-slow-spatial {
|
|
160
|
+
animation-timing-function: var(--_animation-easing-standard-slow-spatial);
|
|
161
|
+
}
|
|
162
|
+
.animation-easing-standard-fast-effects {
|
|
163
|
+
animation-timing-function: var(--_animation-easing-standard-fast-effects);
|
|
164
|
+
}
|
|
165
|
+
.animation-easing-standard-default-effects {
|
|
166
|
+
animation-timing-function: var(--_animation-easing-standard-default-effects);
|
|
167
|
+
}
|
|
168
|
+
.animation-easing-standard-slow-effects {
|
|
169
|
+
animation-timing-function: var(--_animation-easing-standard-slow-effects);
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
@layer material-design-system.motion.animation.springs.duration {
|
|
174
|
+
.animation-duration-expressive-fast-spatial {
|
|
175
|
+
animation-duration: var(--_animation-duration-expressive-fast-spatial);
|
|
176
|
+
}
|
|
177
|
+
.animation-duration-expressive-default-spatial {
|
|
178
|
+
animation-duration: var(--_animation-duration-expressive-default-spatial);
|
|
179
|
+
}
|
|
180
|
+
.animation-duration-expressive-slow-spatial {
|
|
181
|
+
animation-duration: var(--_animation-duration-expressive-slow-spatial);
|
|
182
|
+
}
|
|
183
|
+
.animation-duration-expressive-fast-effects {
|
|
184
|
+
animation-duration: var(--_animation-duration-expressive-fast-effects);
|
|
185
|
+
}
|
|
186
|
+
.animation-duration-expressive-default-effects {
|
|
187
|
+
animation-duration: var(--_animation-duration-expressive-default-effects);
|
|
188
|
+
}
|
|
189
|
+
.animation-duration-expressive-slow-effects {
|
|
190
|
+
animation-duration: var(--_animation-duration-expressive-slow-effects);
|
|
191
|
+
}
|
|
192
|
+
.animation-duration-standard-fast-spatial {
|
|
193
|
+
animation-duration: var(--_animation-duration-standard-fast-spatial);
|
|
194
|
+
}
|
|
195
|
+
.animation-duration-standard-default-spatial {
|
|
196
|
+
animation-duration: var(--_animation-duration-standard-default-spatial);
|
|
197
|
+
}
|
|
198
|
+
.animation-duration-standard-slow-spatial {
|
|
199
|
+
animation-duration: var(--_animation-duration-standard-slow-spatial);
|
|
200
|
+
}
|
|
201
|
+
.animation-duration-standard-fast-effects {
|
|
202
|
+
animation-duration: var(--_animation-duration-standard-fast-effects);
|
|
203
|
+
}
|
|
204
|
+
.animation-duration-standard-default-effects {
|
|
205
|
+
animation-duration: var(--_animation-duration-standard-default-effects);
|
|
206
|
+
}
|
|
207
|
+
.animation-duration-standard-slow-effects {
|
|
208
|
+
animation-duration: var(--_animation-duration-standard-slow-effects);
|
|
209
|
+
}
|
|
210
|
+
}
|