@sandlada/mdk 1.0.1 → 1.0.2

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.
@@ -1,10 +1,10 @@
1
1
  export declare abstract class ElevationLevel {
2
- static readonly Level0 = "var(md-sys-shape-corner-level-0, 0)";
3
- static readonly Level1 = "var(md-sys-shape-corner-level-1, 1)";
4
- static readonly Level2 = "var(md-sys-shape-corner-level-2, 3)";
5
- static readonly Level3 = "var(md-sys-shape-corner-level-3, 6)";
6
- static readonly Level4 = "var(md-sys-shape-corner-level-4, 8)";
7
- static readonly Level5 = "var(md-sys-shape-corner-level-5, 12)";
2
+ static readonly Level0 = "var(md-sys-elevation-level-0, 0)";
3
+ static readonly Level1 = "var(md-sys-elevation-level-1, 1)";
4
+ static readonly Level2 = "var(md-sys-elevation-level-2, 3)";
5
+ static readonly Level3 = "var(md-sys-elevation-level-3, 6)";
6
+ static readonly Level4 = "var(md-sys-elevation-level-4, 8)";
7
+ static readonly Level5 = "var(md-sys-elevation-level-5, 12)";
8
8
  }
9
9
  export declare abstract class ElevationBoxShaodw {
10
10
  static readonly Level0 = "box-shadow: none";
@@ -1,10 +1,10 @@
1
1
  export class ElevationLevel {
2
- static Level0 = `var(md-sys-shape-corner-level-0, 0)`;
3
- static Level1 = `var(md-sys-shape-corner-level-1, 1)`;
4
- static Level2 = `var(md-sys-shape-corner-level-2, 3)`;
5
- static Level3 = `var(md-sys-shape-corner-level-3, 6)`;
6
- static Level4 = `var(md-sys-shape-corner-level-4, 8)`;
7
- static Level5 = `var(md-sys-shape-corner-level-5, 12)`;
2
+ static Level0 = `var(md-sys-elevation-level-0, 0)`;
3
+ static Level1 = `var(md-sys-elevation-level-1, 1)`;
4
+ static Level2 = `var(md-sys-elevation-level-2, 3)`;
5
+ static Level3 = `var(md-sys-elevation-level-3, 6)`;
6
+ static Level4 = `var(md-sys-elevation-level-4, 8)`;
7
+ static Level5 = `var(md-sys-elevation-level-5, 12)`;
8
8
  }
9
9
  export class ElevationBoxShaodw {
10
10
  static Level0 = `box-shadow: none`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sandlada/mdk",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "type": "module",
5
5
  "keywords": [
6
6
  "material-design",