react-photo-album
Advanced tools
Comparing version 3.0.0-rc.2 to 3.0.0-rc.3
@@ -6,3 +6,2 @@ export { ClickHandlerProps, ColumnsPhotoAlbumProps, CommonPhotoAlbumProps, ComponentsProps, ContextAware, Image, LayoutModel, LayoutVariables, MasonryPhotoAlbumProps, NonOptional, Photo, Render, RenderButtonContext, RenderButtonProps, RenderContainerProps, RenderFunction, RenderImageContext, RenderImageProps, RenderLinkContext, RenderLinkProps, RenderPhotoContext, RenderPhotoProps, RenderTrackProps, RenderWrapperContext, RenderWrapperProps, ResponsiveParameter, ResponsiveSizes, RowConstraints, RowsPhotoAlbumProps } from './types.js'; | ||
export { default as MasonryPhotoAlbum } from './client/masonry.js'; | ||
export { default as UnstableSSR, SSRProps as UnstableSSRProps } from './client/ssr.js'; | ||
export { default as UnstableStaticPhotoAlbum, StaticPhotoAlbumProps as UnstableStaticPhotoAlbumProps } from './core/static.js'; | ||
@@ -9,0 +8,0 @@ export { default as unstable_computeRowsLayout } from './layouts/rows.js'; |
@@ -5,7 +5,6 @@ import { default as default2 } from "./client/aggregate.js"; | ||
import { default as default5 } from "./client/masonry.js"; | ||
import { default as default6 } from "./client/ssr.js"; | ||
import { default as default7 } from "./core/static.js"; | ||
import { default as default8 } from "./layouts/rows.js"; | ||
import { default as default9 } from "./layouts/columns.js"; | ||
import { default as default10 } from "./layouts/masonry.js"; | ||
import { default as default6 } from "./core/static.js"; | ||
import { default as default7 } from "./layouts/rows.js"; | ||
import { default as default8 } from "./layouts/columns.js"; | ||
import { default as default9 } from "./layouts/masonry.js"; | ||
export { | ||
@@ -15,8 +14,7 @@ default4 as ColumnsPhotoAlbum, | ||
default3 as RowsPhotoAlbum, | ||
default6 as UnstableSSR, | ||
default7 as UnstableStaticPhotoAlbum, | ||
default6 as UnstableStaticPhotoAlbum, | ||
default2 as default, | ||
default9 as unstable_computeColumnsLayout, | ||
default10 as unstable_computeMasonryLayout, | ||
default8 as unstable_computeRowsLayout | ||
default8 as unstable_computeColumnsLayout, | ||
default9 as unstable_computeMasonryLayout, | ||
default7 as unstable_computeRowsLayout | ||
}; |
{ | ||
"name": "react-photo-album", | ||
"version": "3.0.0-rc.2", | ||
"version": "3.0.0-rc.3", | ||
"description": "Responsive photo gallery component for React", | ||
@@ -15,5 +15,5 @@ "author": "Igor Danchenko", | ||
}, | ||
"./styles.css": { | ||
"types": "./dist/styles/styles.css.d.ts", | ||
"default": "./dist/styles/styles.css" | ||
"./ssr": { | ||
"types": "./dist/ssr/index.d.ts", | ||
"default": "./dist/ssr/index.js" | ||
}, | ||
@@ -31,4 +31,30 @@ "./rows.css": { | ||
"default": "./dist/styles/masonry.css" | ||
}, | ||
"./styles.css": { | ||
"types": "./dist/styles/styles.css.d.ts", | ||
"default": "./dist/styles/styles.css" | ||
} | ||
}, | ||
"typesVersions": { | ||
"*": { | ||
"*": [ | ||
"dist/index.d.ts" | ||
], | ||
"ssr": [ | ||
"dist/ssr/index.d.ts" | ||
], | ||
"rows.css": [ | ||
"dist/styles/rows.css.d.ts" | ||
], | ||
"columns.css": [ | ||
"dist/styles/columns.css.d.ts" | ||
], | ||
"masonry.css": [ | ||
"dist/styles/masonry.css.d.ts" | ||
], | ||
"styles.css": [ | ||
"dist/styles/styles.css.d.ts" | ||
] | ||
} | ||
}, | ||
"files": [ | ||
@@ -35,0 +61,0 @@ "dist" |
60615
1094