imagine-curator-sdk 0.2.7 → 0.2.9

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "imagine-curator-sdk",
3
- "version": "0.2.7",
3
+ "version": "0.2.9",
4
4
  "description": "Imagine Curator SDK - React components for 3D visualization and rendering",
5
5
  "type": "module",
6
6
  "main": "src/lib.js",
@@ -1,6 +1,6 @@
1
1
  import React, { memo, useCallback, useEffect, useMemo, useRef, useState } from 'react';
2
2
  import cx from 'classnames';
3
- import useToggle from 'react-use/lib/useToggle';
3
+ import { useToggle } from 'react-use';
4
4
  import { Card, Carousel } from 'react-bootstrap';
5
5
  import styles from './ThumbnailCardUI.module.scss';
6
6
  import stackedCards from '../assets/images/stackedCards.png';
@@ -1,3 +0,0 @@
1
- {
2
- "type": "commonjs"
3
- }