m3-svelte 3.4.8 → 3.4.10

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.
@@ -31,7 +31,7 @@
31
31
  background-color: rgb(var(--m3-scheme-surface-container-highest));
32
32
  }
33
33
  .type-outlined {
34
- border: solid 0.0625rem rgb(var(--m3-scheme-outline));
34
+ border: solid 0.0625rem rgb(var(--m3-scheme-outline-variant));
35
35
  }
36
36
 
37
37
  .type-elevated {
@@ -1,4 +1,4 @@
1
- import { DynamicScheme } from "@material/material-color-utilities";
1
+ import { type DynamicScheme } from "@material/material-color-utilities";
2
2
  import { type SerializedScheme } from "./utils";
3
3
  /**
4
4
  * @description Serializes the {@link DynamicScheme} so that it can be used by {@link StyleFromScheme} and {@link genCSS}.
@@ -1,4 +1,4 @@
1
- import { DynamicScheme, MaterialDynamicColors } from "@material/material-color-utilities";
1
+ import { MaterialDynamicColors } from "@material/material-color-utilities";
2
2
  import { colors } from "./utils";
3
3
  /**
4
4
  * @description Serializes the {@link DynamicScheme} so that it can be used by {@link StyleFromScheme} and {@link genCSS}.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "m3-svelte",
3
- "version": "3.4.8",
3
+ "version": "3.4.10",
4
4
  "license": "Apache-2.0 OR GPL-3.0-only",
5
5
  "repository": "KTibow/m3-svelte",
6
6
  "author": {