@sandlada/mdk 1.0.2 → 1.0.4

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)";
@@ -9,16 +9,16 @@ export declare abstract class MotionEasing {
9
9
  static readonly LegacyAccelerate = "cubic-bezier(0.40, 0.00, 1.0, 1.00)";
10
10
  static readonly LegacyDecelerate = "cubic-bezier(0.00, 0.00, 0.2, 1.00)";
11
11
  static readonly Linear = "cubic-bezier(0.00, 0.00, 1.0, 1.00)";
12
- static readonly ExpressiveFastSpatial: `cubic-bezier(0.42, 1.67, 0.21, 0.90)`;
13
- static readonly ExpressiveDefaultSpatial: `cubic-bezier(0.38, 1.21, 0.22, 1.00)`;
14
- static readonly ExpressiveSlowSpatial: `cubic-bezier(0.39, 1.29, 0.35, 0.98)`;
15
- static readonly ExpressiveFastEffects: `cubic-bezier(0.31, 0.94, 0.34, 1.00)`;
16
- static readonly ExpressiveDefaultEffects: `cubic-bezier(0.34, 0.80, 0.34, 1.00)`;
17
- static readonly ExpressiveSlowEffects: `cubic-bezier(0.34, 0.88, 0.34, 1.00)`;
18
- static readonly StandardFastSpatial: `cubic-bezier(0.27, 1.06, 0.18, 1.00)`;
19
- static readonly StandardDefaultSpatial: `cubic-bezier(0.27, 1.06, 0.18, 1.00)`;
20
- static readonly StandardSlowSpatial: `cubic-bezier(0.27, 1.06, 0.18, 1.00)`;
21
- static readonly StandardFastEffects: `cubic-bezier(0.31, 0.94, 0.34, 1.00)`;
22
- static readonly StandardDefaultEffects: `cubic-bezier(0.34, 0.80, 0.34, 1.00)`;
23
- static readonly StandardSlowEffects: `cubic-bezier(0.34, 0.88, 0.34, 1.00)`;
12
+ static readonly ExpressiveFastSpatial = "cubic-bezier(0.42, 1.67, 0.21, 0.90)";
13
+ static readonly ExpressiveDefaultSpatial = "cubic-bezier(0.38, 1.21, 0.22, 1.00)";
14
+ static readonly ExpressiveSlowSpatial = "cubic-bezier(0.39, 1.29, 0.35, 0.98)";
15
+ static readonly ExpressiveFastEffects = "cubic-bezier(0.31, 0.94, 0.34, 1.00)";
16
+ static readonly ExpressiveDefaultEffects = "cubic-bezier(0.34, 0.80, 0.34, 1.00)";
17
+ static readonly ExpressiveSlowEffects = "cubic-bezier(0.34, 0.88, 0.34, 1.00)";
18
+ static readonly StandardFastSpatial = "cubic-bezier(0.27, 1.06, 0.18, 1.00)";
19
+ static readonly StandardDefaultSpatial = "cubic-bezier(0.27, 1.06, 0.18, 1.00)";
20
+ static readonly StandardSlowSpatial = "cubic-bezier(0.27, 1.06, 0.18, 1.00)";
21
+ static readonly StandardFastEffects = "cubic-bezier(0.31, 0.94, 0.34, 1.00)";
22
+ static readonly StandardDefaultEffects = "cubic-bezier(0.34, 0.80, 0.34, 1.00)";
23
+ static readonly StandardSlowEffects = "cubic-bezier(0.34, 0.88, 0.34, 1.00)";
24
24
  }
@@ -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)';
@@ -9,16 +9,16 @@ export class MotionEasing {
9
9
  static LegacyAccelerate = 'cubic-bezier(0.40, 0.00, 1.0, 1.00)';
10
10
  static LegacyDecelerate = 'cubic-bezier(0.00, 0.00, 0.2, 1.00)';
11
11
  static Linear = 'cubic-bezier(0.00, 0.00, 1.0, 1.00)';
12
- static ExpressiveFastSpatial;
13
- static ExpressiveDefaultSpatial;
14
- static ExpressiveSlowSpatial;
15
- static ExpressiveFastEffects;
16
- static ExpressiveDefaultEffects;
17
- static ExpressiveSlowEffects;
18
- static StandardFastSpatial;
19
- static StandardDefaultSpatial;
20
- static StandardSlowSpatial;
21
- static StandardFastEffects;
22
- static StandardDefaultEffects;
23
- static StandardSlowEffects;
12
+ static ExpressiveFastSpatial = 'cubic-bezier(0.42, 1.67, 0.21, 0.90)';
13
+ static ExpressiveDefaultSpatial = 'cubic-bezier(0.38, 1.21, 0.22, 1.00)';
14
+ static ExpressiveSlowSpatial = 'cubic-bezier(0.39, 1.29, 0.35, 0.98)';
15
+ static ExpressiveFastEffects = 'cubic-bezier(0.31, 0.94, 0.34, 1.00)';
16
+ static ExpressiveDefaultEffects = 'cubic-bezier(0.34, 0.80, 0.34, 1.00)';
17
+ static ExpressiveSlowEffects = 'cubic-bezier(0.34, 0.88, 0.34, 1.00)';
18
+ static StandardFastSpatial = 'cubic-bezier(0.27, 1.06, 0.18, 1.00)';
19
+ static StandardDefaultSpatial = 'cubic-bezier(0.27, 1.06, 0.18, 1.00)';
20
+ static StandardSlowSpatial = 'cubic-bezier(0.27, 1.06, 0.18, 1.00)';
21
+ static StandardFastEffects = 'cubic-bezier(0.31, 0.94, 0.34, 1.00)';
22
+ static StandardDefaultEffects = 'cubic-bezier(0.34, 0.80, 0.34, 1.00)';
23
+ static StandardSlowEffects = 'cubic-bezier(0.34, 0.88, 0.34, 1.00)';
24
24
  }
@@ -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.2",
3
+ "version": "1.0.4",
4
4
  "type": "module",
5
5
  "keywords": [
6
6
  "material-design",