@sandlada/mdk 1.0.1 → 1.0.3

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,4 +1,4 @@
1
- export declare abstract class MotionDuration {
1
+ export declare abstract class Duration {
2
2
  static readonly Short1 = "50ms";
3
3
  static readonly Short2 = "100ms";
4
4
  static readonly Short3 = "150ms";
@@ -1,4 +1,4 @@
1
- export class MotionDuration {
1
+ export class Duration {
2
2
  static Short1 = '50ms';
3
3
  static Short2 = '100ms';
4
4
  static Short3 = '150ms';
@@ -1,4 +1,4 @@
1
- export declare abstract class MotionEasing {
1
+ export declare abstract class Easing {
2
2
  static readonly Standard = "cubic-bezier(0.20, 0.00, 0.0, 1.00)";
3
3
  static readonly StandardAccelerate = "cubic-bezier(0.30, 0.00, 1.0, 1.00)";
4
4
  static readonly StandardDecelerate = "cubic-bezier(0.00, 0.00, 0.0, 1.00)";
@@ -1,4 +1,4 @@
1
- export class MotionEasing {
1
+ export class Easing {
2
2
  static Standard = 'cubic-bezier(0.20, 0.00, 0.0, 1.00)';
3
3
  static StandardAccelerate = 'cubic-bezier(0.30, 0.00, 1.0, 1.00)';
4
4
  static StandardDecelerate = 'cubic-bezier(0.00, 0.00, 0.0, 1.00)';
@@ -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`;
@@ -1,4 +1,4 @@
1
- export declare abstract class MaterialVariant {
1
+ export declare abstract class Variant {
2
2
  static readonly Monochrome = 0;
3
3
  static readonly Neutral = 1;
4
4
  static readonly TonalSpot = 2;
@@ -1,4 +1,4 @@
1
- export class MaterialVariant {
1
+ export class Variant {
2
2
  static Monochrome = 0;
3
3
  static Neutral = 1;
4
4
  static TonalSpot = 2;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sandlada/mdk",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "type": "module",
5
5
  "keywords": [
6
6
  "material-design",