@mediamonks/react-kit 2.1.3 → 2.1.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,5 +1,5 @@
1
1
  import gsap from 'gsap';
2
- import Flip from 'gsap/dist/Flip';
2
+ import { Flip } from 'gsap/dist/Flip';
3
3
  import { useEffect, useRef } from 'react';
4
4
  import { unref } from '../../../utils/unref/unref.js';
5
5
  if (typeof window !== 'undefined') {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mediamonks/react-kit",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "A collection of React hooks, components, utilities that we use at Media.Monks",
5
5
  "keywords": [
6
6
  "react",