@codesinger0/shared-components 1.0.17 → 1.0.19

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -6,10 +6,10 @@ export { default as SmallItemsGrid } from './components/SmallItemsGrid';
6
6
  export { default as SmallItemCard } from './components/SmallItemCard';
7
7
 
8
8
  // Modals
9
- export { ItemDetailsModal } from './components/modals/ItemDetailsModal'
9
+ export { default as ItemDetailsModal } from './components/modals/ItemDetailsModal'
10
10
 
11
11
  // Context
12
12
  export { ItemModalProvider, useItemModal } from './context/ItemModalContext';
13
13
 
14
14
  // Hooks
15
- export { UseScrollLock } from './hooks/useScrollLock'
15
+ export { default as UseScrollLock } from './hooks/useScrollLock'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codesinger0/shared-components",
3
- "version": "1.0.17",
3
+ "version": "1.0.19",
4
4
  "description": "Shared React components for customer projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [