@momentum-design/components 0.74.1 → 0.74.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,7 +1,7 @@
1
1
  import { CSSResult } from 'lit';
2
2
  import { AnimationItem } from 'lottie-web/build/player/lottie_light';
3
3
  import { Component } from '../../models';
4
- import { AnimationNames, LoopType } from './animation.types';
4
+ import type { AnimationNames, LoopType } from './animation.types';
5
5
  /**
6
6
  * The `mdc-animation` component is a wrapper around the Lottie animation library.
7
7
  * It fetches the animation data dynamically based on the provided name and renders it.
@@ -11,7 +11,7 @@ import { html } from 'lit';
11
11
  import { property } from 'lit/decorators.js';
12
12
  import { createRef, ref } from 'lit/directives/ref.js';
13
13
  import lottie from 'lottie-web/build/player/lottie_light';
14
- import animationManifest from '@momentum-design/animations/dist/manifest';
14
+ import animationManifest from '@momentum-design/animations/dist/manifest.js';
15
15
  import styles from './animation.styles';
16
16
  import { Component } from '../../models';
17
17
  import { DEFAULTS } from './animation.constants';