@gardenfi/garden-book 0.0.24 → 0.0.25

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.
@@ -14,5 +14,5 @@ type BlogCardProps = {
14
14
  * @param title of the blog
15
15
  * @returns BlogCard component
16
16
  */
17
- declare const BlogCard: React.FC<BlogCardProps>;
18
- export default BlogCard;
17
+ export declare const BlogCard: React.FC<BlogCardProps>;
18
+ export {};
@@ -17,5 +17,5 @@ type QuestCardProps = VariantProps<typeof questCardStyles> & {
17
17
  * @param chipContent usually SEED reward amount
18
18
  * @returns QuestCard component
19
19
  */
20
- declare const QuestCard: React.FC<QuestCardProps>;
21
- export default QuestCard;
20
+ export declare const QuestCard: React.FC<QuestCardProps>;
21
+ export {};
@@ -1 +1,3 @@
1
1
  export { Footer } from './Footer/Footer';
2
+ export { BlogCard } from './BlogCard/BlogCard';
3
+ export { QuestCard } from './QuestCard/QuestCard';
package/dist/style.css ADDED
@@ -0,0 +1 @@
1
+ .lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}