@breadstone/mosaik-themes 0.0.206 → 0.0.210

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.
Files changed (73) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/_index.scss +0 -12
  3. package/index.cjs +1457 -696
  4. package/index.cjs.map +1 -1
  5. package/index.d.mts +256 -58
  6. package/index.d.ts +256 -58
  7. package/index.js +1458 -697
  8. package/index.js.map +1 -1
  9. package/package.json +2 -5
  10. package/tailwind/v3/index.d.ts +0 -6
  11. package/tailwind/v3/index.d.ts.map +1 -1
  12. package/tailwind/v3/index.js +1 -7
  13. package/tailwind/v3/index.js.map +1 -1
  14. package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.js +272 -12
  15. package/tailwind/v3/plugins/cosmopolitanTailwindPlugin.js.map +1 -1
  16. package/tailwind/v3/plugins/joyTailwindPlugin.js +6 -0
  17. package/tailwind/v3/plugins/joyTailwindPlugin.js.map +1 -1
  18. package/tailwind/v3/plugins/memphisTailwindPlugin.js +204 -140
  19. package/tailwind/v3/plugins/memphisTailwindPlugin.js.map +1 -1
  20. package/tailwind/v3/presets/cosmopolitanTailwindPresets.js +272 -12
  21. package/tailwind/v3/presets/cosmopolitanTailwindPresets.js.map +1 -1
  22. package/tailwind/v3/presets/joyTailwindPresets.js +6 -0
  23. package/tailwind/v3/presets/joyTailwindPresets.js.map +1 -1
  24. package/tailwind/v3/presets/memphisTailwindPresets.js +204 -140
  25. package/tailwind/v3/presets/memphisTailwindPresets.js.map +1 -1
  26. package/tailwind/v4/cosmopolitanTailwindPresets.css +232 -12
  27. package/tailwind/v4/joyTailwindPresets.css +2 -0
  28. package/tailwind/v4/memphisTailwindPresets.css +188 -140
  29. package/themes/___cosmopolitan-tokens.css +264 -20
  30. package/themes/___joy-tokens.css +2 -0
  31. package/themes/___memphis-tokens.css +188 -140
  32. package/themes/cosmopolitan-tokens.scss +264 -20
  33. package/themes/cosmopolitan.scss +661 -77
  34. package/themes/joy-tokens.scss +2 -0
  35. package/themes/joy.scss +341 -53
  36. package/themes/memphis-tokens.scss +188 -140
  37. package/themes/memphis.scss +527 -193
  38. package/tailwind/v3/plugins/bootstrapTailwindPlugin.d.ts +0 -2
  39. package/tailwind/v3/plugins/bootstrapTailwindPlugin.d.ts.map +0 -1
  40. package/tailwind/v3/plugins/bootstrapTailwindPlugin.js +0 -112
  41. package/tailwind/v3/plugins/bootstrapTailwindPlugin.js.map +0 -1
  42. package/tailwind/v3/plugins/fluentTailwindPlugin.d.ts +0 -2
  43. package/tailwind/v3/plugins/fluentTailwindPlugin.d.ts.map +0 -1
  44. package/tailwind/v3/plugins/fluentTailwindPlugin.js +0 -63
  45. package/tailwind/v3/plugins/fluentTailwindPlugin.js.map +0 -1
  46. package/tailwind/v3/plugins/materialTailwindPlugin.d.ts +0 -2
  47. package/tailwind/v3/plugins/materialTailwindPlugin.d.ts.map +0 -1
  48. package/tailwind/v3/plugins/materialTailwindPlugin.js +0 -53
  49. package/tailwind/v3/plugins/materialTailwindPlugin.js.map +0 -1
  50. package/tailwind/v3/presets/bootstrapTailwindPresets.d.ts +0 -2
  51. package/tailwind/v3/presets/bootstrapTailwindPresets.d.ts.map +0 -1
  52. package/tailwind/v3/presets/bootstrapTailwindPresets.js +0 -101
  53. package/tailwind/v3/presets/bootstrapTailwindPresets.js.map +0 -1
  54. package/tailwind/v3/presets/fluentTailwindPresets.d.ts +0 -2
  55. package/tailwind/v3/presets/fluentTailwindPresets.d.ts.map +0 -1
  56. package/tailwind/v3/presets/fluentTailwindPresets.js +0 -52
  57. package/tailwind/v3/presets/fluentTailwindPresets.js.map +0 -1
  58. package/tailwind/v3/presets/materialTailwindPresets.d.ts +0 -2
  59. package/tailwind/v3/presets/materialTailwindPresets.d.ts.map +0 -1
  60. package/tailwind/v3/presets/materialTailwindPresets.js +0 -42
  61. package/tailwind/v3/presets/materialTailwindPresets.js.map +0 -1
  62. package/tailwind/v4/bootstrapTailwindPresets.css +0 -86
  63. package/tailwind/v4/fluentTailwindPresets.css +0 -39
  64. package/tailwind/v4/materialTailwindPresets.css +0 -29
  65. package/themes/___bootstrap-tokens.css +0 -91
  66. package/themes/___fluent-tokens.css +0 -30
  67. package/themes/___material-tokens.css +0 -22
  68. package/themes/bootstrap-tokens.scss +0 -89
  69. package/themes/bootstrap.scss +0 -163
  70. package/themes/fluent-tokens.scss +0 -28
  71. package/themes/fluent.scss +0 -1591
  72. package/themes/material-tokens.scss +0 -20
  73. package/themes/material.scss +0 -94
@@ -75,6 +75,7 @@ $font-family: 'Noto Sans', sans-serif;
75
75
  $layout-radius: 3px;
76
76
  $layout-space: 8px;
77
77
  $layout-thickness: 1px;
78
+ $scheme-light-surface: #fefefe;
78
79
  $scheme-light-contrast: #ffffff;
79
80
  $scheme-light-background: #ffffff;
80
81
  $scheme-light-foreground: #000000;
@@ -84,6 +85,8 @@ $scheme-light-lowlight: #4d4d4d;
84
85
  $scheme-light-transparent: rgba(255, 255, 255, 0);
85
86
  $scheme-light-semi-transparent: rgba(255, 255, 255, 0.67);
86
87
  $scheme-light-disabled: #b8b5b2;
88
+ $scheme-light-selection: #ffaad4;
89
+ $scheme-dark-surface: #2e2d2d;
87
90
  $scheme-dark-contrast: #ffffff;
88
91
  $scheme-dark-background: #2e2d2d;
89
92
  $scheme-dark-foreground: #ffffff;
@@ -93,24 +96,253 @@ $scheme-dark-lowlight: #999999;
93
96
  $scheme-dark-transparent: rgba(23, 23, 23, 0);
94
97
  $scheme-dark-semi-transparent: rgba(23, 23, 23, 0.67);
95
98
  $scheme-dark-disabled: #5c5956;
99
+ $scheme-dark-selection: #ff66aa;
96
100
  $color-light-primary-0: #ffffff;
97
- $color-light-primary-100: #fed7ea;
98
- $color-light-primary-500: #dc1884;
101
+ $color-light-primary-50: #fce4ec;
102
+ $color-light-primary-100: #f8bcd0;
103
+ $color-light-primary-200: #f48fb1;
104
+ $color-light-primary-300: #f06292;
105
+ $color-light-primary-400: #ec407a;
106
+ $color-light-primary-500: #e91e63;
107
+ $color-light-primary-600: #cb1a56;
108
+ $color-light-primary-700: #a31545;
109
+ $color-light-primary-800: #7e1035;
110
+ $color-light-primary-900: #3a0819;
111
+ $color-light-secondary-0: #ffffff;
112
+ $color-light-secondary-50: #e6f6e9;
113
+ $color-light-secondary-100: #c3e8c9;
114
+ $color-light-secondary-200: #9bd9a7;
115
+ $color-light-secondary-300: #70cb83;
116
+ $color-light-secondary-400: #4dbf68;
117
+ $color-light-secondary-500: #21b34d;
118
+ $color-light-secondary-600: #16a444;
119
+ $color-light-secondary-700: #009238;
120
+ $color-light-secondary-800: #00812d;
121
+ $color-light-secondary-900: #006218;
122
+ $color-light-tertiary-0: #ffffff;
123
+ $color-light-tertiary-50: #e1f5fc;
124
+ $color-light-tertiary-100: #b4e6f7;
125
+ $color-light-tertiary-200: #84d5f3;
126
+ $color-light-tertiary-300: #56c5ee;
127
+ $color-light-tertiary-400: #35b8eb;
128
+ $color-light-tertiary-500: #19ace9;
129
+ $color-light-tertiary-600: #139edb;
130
+ $color-light-tertiary-700: #098bc7;
131
+ $color-light-tertiary-800: #087ab4;
132
+ $color-light-tertiary-900: #005a92;
133
+ $color-light-info-0: #ffffff;
134
+ $color-light-info-50: #f4faff;
135
+ $color-light-info-100: #ddf1ff;
136
+ $color-light-info-200: #addbff;
137
+ $color-light-info-300: #6fb6ff;
138
+ $color-light-info-400: #3990ff;
139
+ $color-light-info-500: #096bde;
140
+ $color-light-info-600: #054da7;
141
+ $color-light-info-700: #02367d;
142
+ $color-light-info-800: #072859;
143
+ $color-light-info-900: #00153c;
144
+ $color-light-warning-0: #ffffff;
145
+ $color-light-warning-50: #fff8c5;
146
+ $color-light-warning-100: #fae17d;
147
+ $color-light-warning-200: #eac54f;
148
+ $color-light-warning-300: #d4a72c;
149
+ $color-light-warning-400: #bf8700;
150
+ $color-light-warning-500: #9a6700;
151
+ $color-light-warning-600: #7d4e00;
152
+ $color-light-warning-700: #633c01;
153
+ $color-light-warning-800: #4d2d00;
154
+ $color-light-warning-900: #3b2300;
155
+ $color-light-danger-0: #ffffff;
156
+ $color-light-danger-50: #fff8f6;
157
+ $color-light-danger-100: #ffe9e8;
158
+ $color-light-danger-200: #ffc7c5;
159
+ $color-light-danger-300: #ff9192;
160
+ $color-light-danger-400: #fa5255;
161
+ $color-light-danger-500: #d3232f;
162
+ $color-light-danger-600: #a10e25;
163
+ $color-light-danger-700: #77061b;
164
+ $color-light-danger-800: #580013;
165
+ $color-light-danger-900: #39000d;
166
+ $color-light-success-0: #ffffff;
167
+ $color-light-success-50: #f3fef5;
168
+ $color-light-success-100: #d7f5dd;
169
+ $color-light-success-200: #77ec95;
170
+ $color-light-success-300: #4cc76e;
171
+ $color-light-success-400: #2ca24d;
172
+ $color-light-success-500: #1a7d36;
173
+ $color-light-success-600: #0f5d26;
174
+ $color-light-success-700: #034318;
175
+ $color-light-success-800: #002f0f;
176
+ $color-light-success-900: #001d09;
177
+ $color-light-highlight-0: #ffffff;
178
+ $color-light-highlight-50: #fdf7ff;
179
+ $color-light-highlight-100: #f4eaff;
180
+ $color-light-highlight-200: #e1cbff;
181
+ $color-light-highlight-300: #c69eff;
182
+ $color-light-highlight-400: #a374f9;
183
+ $color-light-highlight-500: #814dde;
184
+ $color-light-highlight-600: #5f35ae;
185
+ $color-light-highlight-700: #452382;
186
+ $color-light-highlight-800: #301761;
187
+ $color-light-highlight-900: #1d0a42;
188
+ $color-light-neutral-0: #ffffff;
189
+ $color-light-neutral-50: #f7f7f8;
190
+ $color-light-neutral-100: #ebebef;
191
+ $color-light-neutral-200: #d8d8df;
192
+ $color-light-neutral-300: #b9b9c6;
193
+ $color-light-neutral-400: #8f8fa3;
194
+ $color-light-neutral-500: #73738c;
195
+ $color-light-neutral-600: #5a5a72;
196
+ $color-light-neutral-700: #434356;
197
+ $color-light-neutral-800: #25252d;
198
+ $color-light-neutral-900: #131318;
99
199
  $color-dark-primary-0: #000000;
100
- $color-dark-primary-100: #4b0225;
101
- $color-dark-primary-500: #dc1884;
102
- $typography-heading-font-size: 24px;
103
- $typography-heading-line-height: 28px;
104
- $typography-heading-font-weight: 300;
105
- $typography-heading-letter-spacing: -0.25px;
106
- $typography-heading-text-decoration: none;
107
- $typography-heading-text-transform: none;
108
- $typography-content-font-size: 16px;
109
- $typography-content-line-height: 20px;
110
- $typography-content-font-weight: 300;
111
- $typography-content-letter-spacing: -0.25px;
112
- $typography-content-text-decoration: none;
113
- $typography-content-text-transform: none;
200
+ $color-dark-primary-50: #3a0819;
201
+ $color-dark-primary-100: #7e1035;
202
+ $color-dark-primary-200: #a31545;
203
+ $color-dark-primary-300: #cb1a56;
204
+ $color-dark-primary-400: #e91e63;
205
+ $color-dark-primary-500: #ec407a;
206
+ $color-dark-primary-600: #f06292;
207
+ $color-dark-primary-700: #f48fb1;
208
+ $color-dark-primary-800: #f8bcd0;
209
+ $color-dark-primary-900: #fce4ec;
210
+ $color-dark-secondary-0: #000000;
211
+ $color-dark-secondary-50: #006218;
212
+ $color-dark-secondary-100: #00812d;
213
+ $color-dark-secondary-200: #009238;
214
+ $color-dark-secondary-300: #16a444;
215
+ $color-dark-secondary-400: #21b34d;
216
+ $color-dark-secondary-500: #4dbf68;
217
+ $color-dark-secondary-600: #70cb83;
218
+ $color-dark-secondary-700: #9bd9a7;
219
+ $color-dark-secondary-800: #c3e8c9;
220
+ $color-dark-secondary-900: #e6f6e9;
221
+ $color-dark-tertiary-0: #000000;
222
+ $color-dark-tertiary-50: #005a92;
223
+ $color-dark-tertiary-100: #087ab4;
224
+ $color-dark-tertiary-200: #098bc7;
225
+ $color-dark-tertiary-300: #139edb;
226
+ $color-dark-tertiary-400: #19ace9;
227
+ $color-dark-tertiary-500: #35b8eb;
228
+ $color-dark-tertiary-600: #56c5ee;
229
+ $color-dark-tertiary-700: #84d5f3;
230
+ $color-dark-tertiary-800: #b4e6f7;
231
+ $color-dark-tertiary-900: #e1f5fc;
232
+ $color-dark-info-0: #000000;
233
+ $color-dark-info-50: #00153c;
234
+ $color-dark-info-100: #072859;
235
+ $color-dark-info-200: #02367d;
236
+ $color-dark-info-300: #054da7;
237
+ $color-dark-info-400: #096bde;
238
+ $color-dark-info-500: #3990ff;
239
+ $color-dark-info-600: #6fb6ff;
240
+ $color-dark-info-700: #addbff;
241
+ $color-dark-info-800: #ddf1ff;
242
+ $color-dark-info-900: #f4faff;
243
+ $color-dark-warning-0: #000000;
244
+ $color-dark-warning-50: #3b2300;
245
+ $color-dark-warning-100: #4d2d00;
246
+ $color-dark-warning-200: #633c01;
247
+ $color-dark-warning-300: #7d4e00;
248
+ $color-dark-warning-400: #9a6700;
249
+ $color-dark-warning-500: #bf8700;
250
+ $color-dark-warning-600: #d4a72c;
251
+ $color-dark-warning-700: #eac54f;
252
+ $color-dark-warning-800: #fae17d;
253
+ $color-dark-warning-900: #fff8c5;
254
+ $color-dark-danger-0: #000000;
255
+ $color-dark-danger-50: #39000d;
256
+ $color-dark-danger-100: #580013;
257
+ $color-dark-danger-200: #77061b;
258
+ $color-dark-danger-300: #a10e25;
259
+ $color-dark-danger-400: #d3232f;
260
+ $color-dark-danger-500: #fa5255;
261
+ $color-dark-danger-600: #ff9192;
262
+ $color-dark-danger-700: #ffc7c5;
263
+ $color-dark-danger-800: #ffe9e8;
264
+ $color-dark-danger-900: #fff8f6;
265
+ $color-dark-success-0: #000000;
266
+ $color-dark-success-50: #001d09;
267
+ $color-dark-success-100: #002f0f;
268
+ $color-dark-success-200: #034318;
269
+ $color-dark-success-300: #0f5d26;
270
+ $color-dark-success-400: #1a7d36;
271
+ $color-dark-success-500: #2ca24d;
272
+ $color-dark-success-600: #4cc76e;
273
+ $color-dark-success-700: #77ec95;
274
+ $color-dark-success-800: #d7f5dd;
275
+ $color-dark-success-900: #f3fef5;
276
+ $color-dark-highlight-0: #000000;
277
+ $color-dark-highlight-50: #1d0a42;
278
+ $color-dark-highlight-100: #301761;
279
+ $color-dark-highlight-200: #452382;
280
+ $color-dark-highlight-300: #5f35ae;
281
+ $color-dark-highlight-400: #814dde;
282
+ $color-dark-highlight-500: #a374f9;
283
+ $color-dark-highlight-600: #c69eff;
284
+ $color-dark-highlight-700: #e1cbff;
285
+ $color-dark-highlight-800: #f4eaff;
286
+ $color-dark-highlight-900: #fdf7ff;
287
+ $color-dark-neutral-0: #000000;
288
+ $color-dark-neutral-50: #131318;
289
+ $color-dark-neutral-100: #25252d;
290
+ $color-dark-neutral-200: #434356;
291
+ $color-dark-neutral-300: #5a5a72;
292
+ $color-dark-neutral-400: #73738c;
293
+ $color-dark-neutral-500: #8f8fa3;
294
+ $color-dark-neutral-600: #b9b9c6;
295
+ $color-dark-neutral-700: #d8d8df;
296
+ $color-dark-neutral-800: #ebebef;
297
+ $color-dark-neutral-900: #f7f7f8;
298
+ $typography-headline1-font-size: 24px;
299
+ $typography-headline1-line-height: 28px;
300
+ $typography-headline1-font-weight: 300;
301
+ $typography-headline1-letter-spacing: -0.25px;
302
+ $typography-headline1-text-decoration: none;
303
+ $typography-headline1-text-transform: none;
304
+ $typography-headline2-font-size: 24px;
305
+ $typography-headline2-line-height: 28px;
306
+ $typography-headline2-font-weight: 300;
307
+ $typography-headline2-letter-spacing: -0.25px;
308
+ $typography-headline2-text-decoration: none;
309
+ $typography-headline2-text-transform: none;
310
+ $typography-headline3-font-size: 24px;
311
+ $typography-headline3-line-height: 28px;
312
+ $typography-headline3-font-weight: 300;
313
+ $typography-headline3-letter-spacing: -0.25px;
314
+ $typography-headline3-text-decoration: none;
315
+ $typography-headline3-text-transform: none;
316
+ $typography-headline4-font-size: 24px;
317
+ $typography-headline4-line-height: 28px;
318
+ $typography-headline4-font-weight: 300;
319
+ $typography-headline4-letter-spacing: -0.25px;
320
+ $typography-headline4-text-decoration: none;
321
+ $typography-headline4-text-transform: none;
322
+ $typography-headline5-font-size: 24px;
323
+ $typography-headline5-line-height: 28px;
324
+ $typography-headline5-font-weight: 300;
325
+ $typography-headline5-letter-spacing: -0.25px;
326
+ $typography-headline5-text-decoration: none;
327
+ $typography-headline5-text-transform: none;
328
+ $typography-headline6-font-size: 24px;
329
+ $typography-headline6-line-height: 28px;
330
+ $typography-headline6-font-weight: 300;
331
+ $typography-headline6-letter-spacing: -0.25px;
332
+ $typography-headline6-text-decoration: none;
333
+ $typography-headline6-text-transform: none;
334
+ $typography-body1-font-size: 16px;
335
+ $typography-body1-line-height: 20px;
336
+ $typography-body1-font-weight: 300;
337
+ $typography-body1-letter-spacing: -0.25px;
338
+ $typography-body1-text-decoration: none;
339
+ $typography-body1-text-transform: none;
340
+ $typography-body2-font-size: 16px;
341
+ $typography-body2-line-height: 20px;
342
+ $typography-body2-font-weight: 300;
343
+ $typography-body2-letter-spacing: -0.25px;
344
+ $typography-body2-text-decoration: none;
345
+ $typography-body2-text-transform: none;
114
346
  $typography-button-font-size: 16px;
115
347
  $typography-button-line-height: 20px;
116
348
  $typography-button-font-weight: 700;
@@ -260,8 +492,14 @@ $size-key-small: "small";
260
492
  $size-key-medium: "medium";
261
493
  $size-key-large: "large";
262
494
  $size-key-giant: "giant";
263
- $typography-key-heading: "heading";
264
- $typography-key-content: "content";
495
+ $typography-key-headline1: "headline1";
496
+ $typography-key-headline2: "headline2";
497
+ $typography-key-headline3: "headline3";
498
+ $typography-key-headline4: "headline4";
499
+ $typography-key-headline5: "headline5";
500
+ $typography-key-headline6: "headline6";
501
+ $typography-key-body1: "body1";
502
+ $typography-key-body2: "body2";
265
503
  $typography-key-button: "button";
266
504
  $elevation-key-light: "light";
267
505
  $elevation-key-semilight: "semilight";
@@ -275,8 +513,14 @@ $variant-tertiary: "tertiary";
275
513
  $duration-short: 200ms;
276
514
  $duration-medium: 400ms;
277
515
  $duration-long: 600ms;
278
- $typography-heading-font-family: $font-family;
279
- $typography-content-font-family: $font-family;
516
+ $typography-headline1-font-family: $font-family;
517
+ $typography-headline2-font-family: $font-family;
518
+ $typography-headline3-font-family: $font-family;
519
+ $typography-headline4-font-family: $font-family;
520
+ $typography-headline5-font-family: $font-family;
521
+ $typography-headline6-font-family: $font-family;
522
+ $typography-body1-font-family: $font-family;
523
+ $typography-body2-font-family: $font-family;
280
524
  $typography-button-font-family: $font-family;
281
525
  $size-key: $size-key-tiny $size-key-small $size-key-medium $size-key-large $size-key-giant;
282
526
  $elevation-key: $elevation-key-light $elevation-key-semilight $elevation-key-regular $elevation-key-semibold $elevation-key-bold $elevation-key-extrabold;
@@ -307,7 +551,7 @@ $_color-dark: (
307
551
  #{'--#{$prefix}-color-light-#{$palette-key}'}: #{$palette-steps};
308
552
  }
309
553
  }
310
- // remap the light colors to the default colors
554
+ // remap light colors to default colors
311
555
  @each $palette-key, $palette-steps in $_color-light {
312
556
  @if meta.type-of($palette-steps) == 'map' {
313
557
  @each $palette-step-key, $palette-step in $palette-steps {
@@ -328,7 +572,7 @@ $_color-dark: (
328
572
  #{'--#{$prefix}-color-dark-#{$palette-key}'}: #{$palette-steps};
329
573
  }
330
574
  }
331
- // remap the dark colors to the default colors
575
+ // remap dark colors to default colors
332
576
  @each $palette-key, $palette-steps in $_color-dark {
333
577
  @if meta.type-of($palette-steps) == 'map' {
334
578
  @each $palette-step-key, $palette-step in $palette-steps {
@@ -672,6 +916,7 @@ $transition: $duration-short;
672
916
  }
673
917
  }
674
918
  $scheme-light: (
919
+ surface: $scheme-light-surface,
675
920
  contrast: $scheme-light-contrast,
676
921
  background: $scheme-light-background,
677
922
  foreground: $scheme-light-foreground,
@@ -680,9 +925,11 @@ $scheme-light: (
680
925
  lowlight: $scheme-light-lowlight,
681
926
  transparent: $scheme-light-transparent,
682
927
  semi-transparent: $scheme-light-semi-transparent,
683
- disabled: $scheme-light-disabled
928
+ disabled: $scheme-light-disabled,
929
+ selection: $scheme-light-selection
684
930
  );
685
931
  $scheme-dark: (
932
+ surface: $scheme-dark-surface,
686
933
  contrast: $scheme-dark-contrast,
687
934
  background: $scheme-dark-background,
688
935
  foreground: $scheme-dark-foreground,
@@ -691,7 +938,8 @@ $scheme-dark: (
691
938
  lowlight: $scheme-dark-lowlight,
692
939
  transparent: $scheme-dark-transparent,
693
940
  semi-transparent: $scheme-dark-semi-transparent,
694
- disabled: $scheme-dark-disabled
941
+ disabled: $scheme-dark-disabled,
942
+ selection: $scheme-dark-selection
695
943
  );
696
944
  @mixin scheme-style($prefix) {
697
945
  :root,
@@ -756,23 +1004,77 @@ $scheme-dark: (
756
1004
  $base-styles: (-moz-osx-font-smoothing: grayscale, -webkit-font-smoothing: antialiased, font-family: $font-family);
757
1005
  $scale-styles: (
758
1006
  'typography': $base-styles,
759
- 'typography-heading': (
760
- font-family: $typography-heading-font-family,
761
- font-size: $typography-heading-font-size,
762
- line-height: $typography-heading-line-height,
763
- font-weight: $typography-heading-font-weight,
764
- letter-spacing: $typography-heading-letter-spacing,
765
- text-decoration: $typography-heading-text-decoration,
766
- text-transform: $typography-heading-text-transform
1007
+ 'typography-headline1': (
1008
+ font-family: $typography-headline1-font-family,
1009
+ font-size: $typography-headline1-font-size,
1010
+ line-height: $typography-headline1-line-height,
1011
+ font-weight: $typography-headline1-font-weight,
1012
+ letter-spacing: $typography-headline1-letter-spacing,
1013
+ text-decoration: $typography-headline1-text-decoration,
1014
+ text-transform: $typography-headline1-text-transform
767
1015
  ),
768
- 'typography-content': (
769
- font-family: $typography-content-font-family,
770
- font-size: $typography-content-font-size,
771
- line-height: $typography-content-line-height,
772
- font-weight: $typography-content-font-weight,
773
- letter-spacing: $typography-content-letter-spacing,
774
- text-decoration: $typography-content-text-decoration,
775
- text-transform: $typography-content-text-transform
1016
+ 'typography-headline2': (
1017
+ font-family: $typography-headline2-font-family,
1018
+ font-size: $typography-headline2-font-size,
1019
+ line-height: $typography-headline2-line-height,
1020
+ font-weight: $typography-headline2-font-weight,
1021
+ letter-spacing: $typography-headline2-letter-spacing,
1022
+ text-decoration: $typography-headline2-text-decoration,
1023
+ text-transform: $typography-headline2-text-transform
1024
+ ),
1025
+ 'typography-headline3': (
1026
+ font-family: $typography-headline3-font-family,
1027
+ font-size: $typography-headline3-font-size,
1028
+ line-height: $typography-headline3-line-height,
1029
+ font-weight: $typography-headline3-font-weight,
1030
+ letter-spacing: $typography-headline3-letter-spacing,
1031
+ text-decoration: $typography-headline3-text-decoration,
1032
+ text-transform: $typography-headline3-text-transform
1033
+ ),
1034
+ 'typography-headline4': (
1035
+ font-family: $typography-headline4-font-family,
1036
+ font-size: $typography-headline4-font-size,
1037
+ line-height: $typography-headline4-line-height,
1038
+ font-weight: $typography-headline4-font-weight,
1039
+ letter-spacing: $typography-headline4-letter-spacing,
1040
+ text-decoration: $typography-headline4-text-decoration,
1041
+ text-transform: $typography-headline4-text-transform
1042
+ ),
1043
+ 'typography-headline5': (
1044
+ font-family: $typography-headline5-font-family,
1045
+ font-size: $typography-headline5-font-size,
1046
+ line-height: $typography-headline5-line-height,
1047
+ font-weight: $typography-headline5-font-weight,
1048
+ letter-spacing: $typography-headline5-letter-spacing,
1049
+ text-decoration: $typography-headline5-text-decoration,
1050
+ text-transform: $typography-headline5-text-transform
1051
+ ),
1052
+ 'typography-headline6': (
1053
+ font-family: $typography-headline6-font-family,
1054
+ font-size: $typography-headline6-font-size,
1055
+ line-height: $typography-headline6-line-height,
1056
+ font-weight: $typography-headline6-font-weight,
1057
+ letter-spacing: $typography-headline6-letter-spacing,
1058
+ text-decoration: $typography-headline6-text-decoration,
1059
+ text-transform: $typography-headline6-text-transform
1060
+ ),
1061
+ 'typography-body1': (
1062
+ font-family: $typography-body1-font-family,
1063
+ font-size: $typography-body1-font-size,
1064
+ line-height: $typography-body1-line-height,
1065
+ font-weight: $typography-body1-font-weight,
1066
+ letter-spacing: $typography-body1-letter-spacing,
1067
+ text-decoration: $typography-body1-text-decoration,
1068
+ text-transform: $typography-body1-text-transform
1069
+ ),
1070
+ 'typography-body2': (
1071
+ font-family: $typography-body2-font-family,
1072
+ font-size: $typography-body2-font-size,
1073
+ line-height: $typography-body2-line-height,
1074
+ font-weight: $typography-body2-font-weight,
1075
+ letter-spacing: $typography-body2-letter-spacing,
1076
+ text-decoration: $typography-body2-text-decoration,
1077
+ text-transform: $typography-body2-text-transform
776
1078
  ),
777
1079
  'typography-button': (
778
1080
  font-family: $typography-button-font-family,
@@ -1031,11 +1333,15 @@ $audio-props: (
1031
1333
  'translate': unset
1032
1334
  );
1033
1335
  $auto-complete-box-props: (
1034
- 'background-color': var(--cosmopolitan-scheme-background),
1035
- 'border-color': var(--cosmopolitan-scheme-highlight),
1036
- 'border-radius': var(--cosmopolitan-layout-radius),
1037
- 'border-style': solid,
1038
- 'border-width': var(--cosmopolitan-layout-thickness),
1336
+ 'background-color': unset,
1337
+ 'border-color': unset,
1338
+ 'border-radius': unset,
1339
+ 'border-style': unset,
1340
+ 'border-width': unset,
1341
+ 'focus-ring-active-width': 8px,
1342
+ 'focus-ring-color': unset,
1343
+ 'focus-ring-inward-offset': 2px,
1344
+ 'focus-ring-outward-offset': 2px,
1039
1345
  'font-family': unset,
1040
1346
  'font-letter-spacing': unset,
1041
1347
  'font-line-height': unset,
@@ -1043,17 +1349,13 @@ $auto-complete-box-props: (
1043
1349
  'font-text-decoration': unset,
1044
1350
  'font-text-transform': unset,
1045
1351
  'font-weight': unset,
1046
- 'foreground-color': var(--cosmopolitan-scheme-foreground),
1352
+ 'foreground-color': unset,
1047
1353
  'gap': unset,
1048
1354
  'padding-bottom': unset,
1049
1355
  'padding-left': unset,
1050
1356
  'padding-right': unset,
1051
1357
  'padding-top': unset,
1052
- 'shadow-blur': unset,
1053
- 'shadow-color': unset,
1054
- 'shadow-offset-x': unset,
1055
- 'shadow-offset-y': unset,
1056
- 'shadow-spread': unset,
1358
+ 'shadow': unset,
1057
1359
  'transition-duration': unset,
1058
1360
  'transition-mode': unset,
1059
1361
  'transition-property': unset,
@@ -1143,6 +1445,7 @@ $back-top-props: (
1143
1445
  );
1144
1446
  $backdrop-props: (
1145
1447
  'background-color': var(--cosmopolitan-scheme-semi-transparent),
1448
+ 'blur': none,
1146
1449
  'font-family': unset,
1147
1450
  'font-letter-spacing': unset,
1148
1451
  'font-line-height': unset,
@@ -1157,7 +1460,7 @@ $backdrop-props: (
1157
1460
  'padding-top': unset,
1158
1461
  'transition-duration': .2s,
1159
1462
  'transition-mode': ease,
1160
- 'transition-property': opacity,
1463
+ 'transition-property': (opacity),
1161
1464
  'translate': unset
1162
1465
  );
1163
1466
  $badge-props: (
@@ -1270,29 +1573,6 @@ $banner-sub-header-props: (
1270
1573
  'transition-property': unset,
1271
1574
  'translate': unset
1272
1575
  );
1273
- $bottom-sheet-props: (
1274
- 'background-color': unset,
1275
- 'border-color': unset,
1276
- 'border-width': unset,
1277
- 'font-family': unset,
1278
- 'font-letter-spacing': unset,
1279
- 'font-line-height': unset,
1280
- 'font-size': unset,
1281
- 'font-text-decoration': unset,
1282
- 'font-text-transform': unset,
1283
- 'font-weight': unset,
1284
- 'foreground-color': unset,
1285
- 'gap': unset,
1286
- 'padding-bottom': unset,
1287
- 'padding-left': unset,
1288
- 'padding-right': unset,
1289
- 'padding-top': unset,
1290
- 'transition-duration': unset,
1291
- 'transition-mode': unset,
1292
- 'transition-property': unset,
1293
- 'translate': unset,
1294
- 'translate-y': unset
1295
- );
1296
1576
  $box-props: (
1297
1577
  'background-color': unset,
1298
1578
  'border-color': unset,
@@ -1839,6 +2119,7 @@ $carousel-item2-props: (
1839
2119
  'translate': unset
1840
2120
  );
1841
2121
  $cell-props: (
2122
+ 'background-color': var(--cosmopolitan-scheme-background),
1842
2123
  'font-family': unset,
1843
2124
  'font-letter-spacing': unset,
1844
2125
  'font-line-height': unset,
@@ -3089,6 +3370,84 @@ $drawer-content-props: (
3089
3370
  'transition-property': unset,
3090
3371
  'translate': unset
3091
3372
  );
3373
+ $drawer-footer-props: (
3374
+ 'font-family': unset,
3375
+ 'font-letter-spacing': unset,
3376
+ 'font-line-height': unset,
3377
+ 'font-size': unset,
3378
+ 'font-text-decoration': unset,
3379
+ 'font-text-transform': unset,
3380
+ 'font-weight': unset,
3381
+ 'gap': unset,
3382
+ 'padding-bottom': unset,
3383
+ 'padding-left': unset,
3384
+ 'padding-right': unset,
3385
+ 'padding-top': unset,
3386
+ 'transition-duration': unset,
3387
+ 'transition-mode': unset,
3388
+ 'transition-property': unset,
3389
+ 'translate': unset
3390
+ );
3391
+ $drawer-header-props: (
3392
+ 'font-family': unset,
3393
+ 'font-letter-spacing': unset,
3394
+ 'font-line-height': unset,
3395
+ 'font-size': unset,
3396
+ 'font-text-decoration': unset,
3397
+ 'font-text-transform': unset,
3398
+ 'font-weight': unset,
3399
+ 'gap': unset,
3400
+ 'padding-bottom': unset,
3401
+ 'padding-left': unset,
3402
+ 'padding-right': unset,
3403
+ 'padding-top': unset,
3404
+ 'transition-duration': unset,
3405
+ 'transition-mode': unset,
3406
+ 'transition-property': unset,
3407
+ 'translate': unset
3408
+ );
3409
+ $drawer-header-sub-text-props: (
3410
+ 'background-color': unset,
3411
+ 'border-color': unset,
3412
+ 'font-family': unset,
3413
+ 'font-letter-spacing': unset,
3414
+ 'font-line-height': unset,
3415
+ 'font-size': unset,
3416
+ 'font-text-decoration': unset,
3417
+ 'font-text-transform': unset,
3418
+ 'font-weight': unset,
3419
+ 'foreground-color': unset,
3420
+ 'gap': unset,
3421
+ 'padding-bottom': unset,
3422
+ 'padding-left': unset,
3423
+ 'padding-right': unset,
3424
+ 'padding-top': unset,
3425
+ 'transition-duration': unset,
3426
+ 'transition-mode': unset,
3427
+ 'transition-property': unset,
3428
+ 'translate': unset
3429
+ );
3430
+ $drawer-header-text-props: (
3431
+ 'background-color': unset,
3432
+ 'border-color': unset,
3433
+ 'font-family': unset,
3434
+ 'font-letter-spacing': unset,
3435
+ 'font-line-height': unset,
3436
+ 'font-size': unset,
3437
+ 'font-text-decoration': unset,
3438
+ 'font-text-transform': unset,
3439
+ 'font-weight': unset,
3440
+ 'foreground-color': unset,
3441
+ 'gap': unset,
3442
+ 'padding-bottom': unset,
3443
+ 'padding-left': unset,
3444
+ 'padding-right': unset,
3445
+ 'padding-top': unset,
3446
+ 'transition-duration': unset,
3447
+ 'transition-mode': unset,
3448
+ 'transition-property': unset,
3449
+ 'translate': unset
3450
+ );
3092
3451
  $drop-down-button-props: (
3093
3452
  'background-color': var(--cosmopolitan-scheme-background),
3094
3453
  'border-color': var(--cosmopolitan-scheme-highlight),
@@ -5009,6 +5368,42 @@ $rating-props: (
5009
5368
  'transition-property': unset,
5010
5369
  'translate': unset
5011
5370
  );
5371
+ $region-props: (
5372
+ 'font-family': unset,
5373
+ 'font-letter-spacing': unset,
5374
+ 'font-line-height': unset,
5375
+ 'font-size': unset,
5376
+ 'font-text-decoration': unset,
5377
+ 'font-text-transform': unset,
5378
+ 'font-weight': unset,
5379
+ 'gap': unset,
5380
+ 'padding-bottom': unset,
5381
+ 'padding-left': unset,
5382
+ 'padding-right': unset,
5383
+ 'padding-top': unset,
5384
+ 'transition-duration': unset,
5385
+ 'transition-mode': unset,
5386
+ 'transition-property': unset,
5387
+ 'translate': unset
5388
+ );
5389
+ $region-view-props: (
5390
+ 'font-family': unset,
5391
+ 'font-letter-spacing': unset,
5392
+ 'font-line-height': unset,
5393
+ 'font-size': unset,
5394
+ 'font-text-decoration': unset,
5395
+ 'font-text-transform': unset,
5396
+ 'font-weight': unset,
5397
+ 'gap': unset,
5398
+ 'padding-bottom': unset,
5399
+ 'padding-left': unset,
5400
+ 'padding-right': unset,
5401
+ 'padding-top': unset,
5402
+ 'transition-duration': unset,
5403
+ 'transition-mode': unset,
5404
+ 'transition-property': unset,
5405
+ 'translate': unset
5406
+ );
5012
5407
  $repeat-button-props: (
5013
5408
  'background-color': unset,
5014
5409
  'border-color': unset,
@@ -5509,6 +5904,29 @@ $select-item-group-props: (
5509
5904
  'transition-property': unset,
5510
5905
  'translate': unset
5511
5906
  );
5907
+ $sheet-props: (
5908
+ 'background-color': unset,
5909
+ 'border-color': unset,
5910
+ 'border-width': unset,
5911
+ 'font-family': unset,
5912
+ 'font-letter-spacing': unset,
5913
+ 'font-line-height': unset,
5914
+ 'font-size': unset,
5915
+ 'font-text-decoration': unset,
5916
+ 'font-text-transform': unset,
5917
+ 'font-weight': unset,
5918
+ 'foreground-color': unset,
5919
+ 'gap': unset,
5920
+ 'padding-bottom': unset,
5921
+ 'padding-left': unset,
5922
+ 'padding-right': unset,
5923
+ 'padding-top': unset,
5924
+ 'transition-duration': unset,
5925
+ 'transition-mode': unset,
5926
+ 'transition-property': unset,
5927
+ 'translate': unset,
5928
+ 'translate-y': unset
5929
+ );
5512
5930
  $signature-pad-props: (
5513
5931
  'background-color': unset,
5514
5932
  'border-color': unset,
@@ -5687,8 +6105,6 @@ $split-props: (
5687
6105
  'font-text-transform': unset,
5688
6106
  'font-weight': unset,
5689
6107
  'gap': unset,
5690
- 'max': 100%,
5691
- 'min': 0%,
5692
6108
  'padding-bottom': unset,
5693
6109
  'padding-left': unset,
5694
6110
  'padding-right': unset,
@@ -5756,6 +6172,63 @@ $stack-props: (
5756
6172
  'transition-property': unset,
5757
6173
  'translate': unset
5758
6174
  );
6175
+ $stepper-props: (
6176
+ 'connector-background': linear-gradient(90deg, var(--cosmopolitan-scheme-middlelight), var(--cosmopolitan-scheme-middlelight)),
6177
+ 'connector-margin': calc(var(--cosmopolitan-layout-space) / 2),
6178
+ 'connector-radius': 999px,
6179
+ 'connector-size': calc(var(--cosmopolitan-layout-thickness) * 2),
6180
+ 'content-gap': calc(var(--cosmopolitan-layout-space) * 2),
6181
+ 'description-size': 0.875rem,
6182
+ 'focus-outline-offset': 4px,
6183
+ 'focus-outline-width': var(--cosmopolitan-layout-thickness),
6184
+ 'font-family': unset,
6185
+ 'font-letter-spacing': unset,
6186
+ 'font-line-height': unset,
6187
+ 'font-size': unset,
6188
+ 'font-text-decoration': unset,
6189
+ 'font-text-transform': unset,
6190
+ 'font-weight': unset,
6191
+ 'foreground-color': var(--cosmopolitan-scheme-foreground),
6192
+ 'gap': var(--cosmopolitan-layout-space),
6193
+ 'header-padding-vertical': var(--cosmopolitan-layout-space),
6194
+ 'icon-border-width': calc(var(--cosmopolitan-layout-thickness) * 3),
6195
+ 'icon-radius': 999px,
6196
+ 'icon-shadow': 0 1px 2px rgba(0,0,0,0.12),
6197
+ 'icon-size': calc(var(--cosmopolitan-layout-space) * 3),
6198
+ 'padding-bottom': unset,
6199
+ 'padding-left': unset,
6200
+ 'padding-right': unset,
6201
+ 'padding-top': unset,
6202
+ 'step-padding-vertical': calc(var(--cosmopolitan-layout-space) / 2),
6203
+ 'text-gap': 0.15rem,
6204
+ 'transition-duration': unset,
6205
+ 'transition-mode': unset,
6206
+ 'transition-property': unset,
6207
+ 'translate': unset,
6208
+ 'vertical-connector-length': calc(var(--cosmopolitan-layout-space) * 3),
6209
+ 'vertical-connector-margin': calc(var(--cosmopolitan-layout-space) * 0.5)
6210
+ );
6211
+ $stepper-item-props: (
6212
+ 'font-family': unset,
6213
+ 'font-letter-spacing': unset,
6214
+ 'font-line-height': unset,
6215
+ 'font-size': unset,
6216
+ 'font-text-decoration': unset,
6217
+ 'font-text-transform': unset,
6218
+ 'font-weight': unset,
6219
+ 'gap': unset,
6220
+ 'padding-bottom': unset,
6221
+ 'padding-left': unset,
6222
+ 'padding-right': unset,
6223
+ 'padding-top': unset,
6224
+ 'panel-padding': calc(var(--cosmopolitan-layout-space) * 2),
6225
+ 'panel-radius': var(--cosmopolitan-layout-radius),
6226
+ 'panel-shadow': 0 1px 2px rgba(0,0,0,0.08),
6227
+ 'transition-duration': unset,
6228
+ 'transition-mode': unset,
6229
+ 'transition-property': unset,
6230
+ 'translate': unset
6231
+ );
5759
6232
  $sticky-props: (
5760
6233
  'font-family': unset,
5761
6234
  'font-letter-spacing': unset,
@@ -6307,6 +6780,117 @@ $time-box-props: (
6307
6780
  'transition-property': unset,
6308
6781
  'translate': unset
6309
6782
  );
6783
+ $timeline-props: (
6784
+ 'content-gap': var(--cosmopolitan-layout-space),
6785
+ 'font-family': var(--cosmopolitan-font-family),
6786
+ 'font-letter-spacing': unset,
6787
+ 'font-line-height': 1.5,
6788
+ 'font-size': unset,
6789
+ 'font-text-decoration': unset,
6790
+ 'font-text-transform': unset,
6791
+ 'font-weight': 400,
6792
+ 'foreground-color': var(--cosmopolitan-scheme-foreground),
6793
+ 'gap': calc(var(--cosmopolitan-layout-space) * 2),
6794
+ 'line-color': var(--cosmopolitan-scheme-highlight),
6795
+ 'line-offset': calc(var(--cosmopolitan-layout-space) * 3),
6796
+ 'line-thickness': var(--cosmopolitan-layout-thickness),
6797
+ 'marker-border-color': var(--cosmopolitan-scheme-highlight),
6798
+ 'marker-border-width': var(--cosmopolitan-layout-thickness),
6799
+ 'marker-color': var(--cosmopolitan-scheme-background),
6800
+ 'marker-size': calc(var(--cosmopolitan-layout-space) * 2.5),
6801
+ 'padding-bottom': var(--cosmopolitan-layout-space),
6802
+ 'padding-left': var(--cosmopolitan-layout-space),
6803
+ 'padding-right': var(--cosmopolitan-layout-space),
6804
+ 'padding-top': var(--cosmopolitan-layout-space),
6805
+ 'transition-duration': var(--cosmopolitan-duration-short),
6806
+ 'transition-mode': ease,
6807
+ 'transition-property': (color, background-color, transform),
6808
+ 'translate': unset
6809
+ );
6810
+ $timeline-content-props: (
6811
+ 'font-family': var(--cosmopolitan-font-family),
6812
+ 'font-letter-spacing': unset,
6813
+ 'font-line-height': 1.5,
6814
+ 'font-size': unset,
6815
+ 'font-text-decoration': unset,
6816
+ 'font-text-transform': unset,
6817
+ 'font-weight': 400,
6818
+ 'foreground-color': var(--cosmopolitan-scheme-foreground),
6819
+ 'gap': unset,
6820
+ 'padding-bottom': unset,
6821
+ 'padding-left': unset,
6822
+ 'padding-right': unset,
6823
+ 'padding-top': unset,
6824
+ 'transition-duration': unset,
6825
+ 'transition-mode': unset,
6826
+ 'transition-property': unset,
6827
+ 'translate': unset
6828
+ );
6829
+ $timeline-item-props: (
6830
+ 'content-gap': var(--cosmopolitan-layout-space),
6831
+ 'font-family': unset,
6832
+ 'font-letter-spacing': unset,
6833
+ 'font-line-height': unset,
6834
+ 'font-size': unset,
6835
+ 'font-text-decoration': unset,
6836
+ 'font-text-transform': unset,
6837
+ 'font-weight': unset,
6838
+ 'gap': unset,
6839
+ 'line-offset': calc(var(--cosmopolitan-layout-space) * 3),
6840
+ 'marker-border-color': var(--cosmopolitan-scheme-highlight),
6841
+ 'marker-border-width': var(--cosmopolitan-layout-thickness),
6842
+ 'marker-color': var(--cosmopolitan-scheme-background),
6843
+ 'marker-size': calc(var(--cosmopolitan-layout-space) * 2.5),
6844
+ 'padding-bottom': unset,
6845
+ 'padding-left': unset,
6846
+ 'padding-right': unset,
6847
+ 'padding-top': unset,
6848
+ 'transition-duration': unset,
6849
+ 'transition-mode': unset,
6850
+ 'transition-property': unset,
6851
+ 'translate': unset
6852
+ );
6853
+ $timeline-marker-props: (
6854
+ 'font-family': unset,
6855
+ 'font-letter-spacing': unset,
6856
+ 'font-line-height': unset,
6857
+ 'font-size': unset,
6858
+ 'font-text-decoration': unset,
6859
+ 'font-text-transform': unset,
6860
+ 'font-weight': unset,
6861
+ 'gap': unset,
6862
+ 'marker-border-color': var(--cosmopolitan-scheme-highlight),
6863
+ 'marker-border-width': var(--cosmopolitan-layout-thickness),
6864
+ 'marker-color': var(--cosmopolitan-scheme-background),
6865
+ 'marker-size': calc(var(--cosmopolitan-layout-space) * 2.5),
6866
+ 'padding-bottom': unset,
6867
+ 'padding-left': unset,
6868
+ 'padding-right': unset,
6869
+ 'padding-top': unset,
6870
+ 'transition-duration': unset,
6871
+ 'transition-mode': unset,
6872
+ 'transition-property': unset,
6873
+ 'translate': unset
6874
+ );
6875
+ $timeline-opposite-props: (
6876
+ 'font-family': var(--cosmopolitan-font-family),
6877
+ 'font-letter-spacing': unset,
6878
+ 'font-line-height': 1.5,
6879
+ 'font-size': unset,
6880
+ 'font-text-decoration': unset,
6881
+ 'font-text-transform': unset,
6882
+ 'font-weight': 400,
6883
+ 'foreground-color': var(--cosmopolitan-scheme-foreground),
6884
+ 'gap': unset,
6885
+ 'padding-bottom': unset,
6886
+ 'padding-left': unset,
6887
+ 'padding-right': unset,
6888
+ 'padding-top': unset,
6889
+ 'transition-duration': unset,
6890
+ 'transition-mode': unset,
6891
+ 'transition-property': unset,
6892
+ 'translate': unset
6893
+ );
6310
6894
  $title-bar-props: (
6311
6895
  'font-family': unset,
6312
6896
  'font-letter-spacing': unset,