tedo-publisher 1.3.266 → 1.3.268

Sign up to get free protection for your applications and to get access to all the features.
Files changed (58) hide show
  1. package/dist/brightlooms/data.d.ts +186 -0
  2. package/dist/brightlooms/data.js +1 -0
  3. package/dist/brightlooms/filters.d.ts +28 -0
  4. package/dist/brightlooms/filters.js +1 -0
  5. package/dist/brightlooms/helpers.d.ts +3 -0
  6. package/dist/brightlooms/helpers.js +1 -0
  7. package/dist/brightlooms/index.d.ts +15 -0
  8. package/dist/brightlooms/index.js +1 -0
  9. package/dist/brightlooms/prompts/data.d.ts +7 -0
  10. package/dist/brightlooms/prompts/data.js +1 -0
  11. package/dist/brightlooms/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/brightlooms/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/brightlooms/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/brightlooms/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/brightlooms/prompts/images.d.ts +4 -0
  16. package/dist/brightlooms/prompts/images.js +1 -0
  17. package/dist/brightlooms/seo.d.ts +23 -0
  18. package/dist/brightlooms/seo.js +1 -0
  19. package/dist/brightlooms/styles/colors.css +1 -0
  20. package/dist/brightlooms/styles/fonts.css +1 -0
  21. package/dist/brightlooms/styles/global.css +1 -0
  22. package/dist/brightlooms/styles/sizing.css +1 -0
  23. package/dist/brightlooms/styles/theme.css +1 -0
  24. package/dist/brightlooms/styles/vars.css +1 -0
  25. package/dist/decofera/data.d.ts +1 -1
  26. package/dist/decogrove/data.d.ts +1 -1
  27. package/dist/gardenpixes/data.d.ts +272 -0
  28. package/dist/gardenpixes/data.js +1 -0
  29. package/dist/gardenpixes/filters.d.ts +28 -0
  30. package/dist/gardenpixes/filters.js +1 -0
  31. package/dist/gardenpixes/helpers.d.ts +3 -0
  32. package/dist/gardenpixes/helpers.js +1 -0
  33. package/dist/gardenpixes/index.d.ts +15 -0
  34. package/dist/gardenpixes/index.js +1 -0
  35. package/dist/gardenpixes/prompts/data.d.ts +7 -0
  36. package/dist/gardenpixes/prompts/data.js +1 -0
  37. package/dist/gardenpixes/prompts/gpt35turbo/articles.d.ts +6 -0
  38. package/dist/gardenpixes/prompts/gpt35turbo/articles.js +1 -0
  39. package/dist/gardenpixes/prompts/gpt4oMini/articles.d.ts +6 -0
  40. package/dist/gardenpixes/prompts/gpt4oMini/articles.js +1 -0
  41. package/dist/gardenpixes/prompts/images.d.ts +4 -0
  42. package/dist/gardenpixes/prompts/images.js +1 -0
  43. package/dist/gardenpixes/seo.d.ts +23 -0
  44. package/dist/gardenpixes/seo.js +1 -0
  45. package/dist/gardenpixes/styles/colors.css +1 -0
  46. package/dist/gardenpixes/styles/fonts.css +1 -0
  47. package/dist/gardenpixes/styles/global.css +1 -0
  48. package/dist/gardenpixes/styles/sizing.css +1 -0
  49. package/dist/gardenpixes/styles/theme.css +1 -0
  50. package/dist/gardenpixes/styles/vars.css +1 -0
  51. package/dist/gardilo/data.d.ts +1 -1
  52. package/dist/garnishgroves/data.d.ts +1 -1
  53. package/dist/insectforesight/data.d.ts +1 -1
  54. package/dist/luxeyarddesigns/data.d.ts +1 -1
  55. package/dist/renoift/data.d.ts +1 -1
  56. package/dist/swirlsweep/data.d.ts +1 -1
  57. package/dist/yardiro/data.d.ts +1 -1
  58. package/package.json +1 -1
@@ -0,0 +1,186 @@
1
+ export declare const dataStructure: {
2
+ interiorDesign: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ homeStylingTips: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ colorTheory: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ furnitureSelection: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ lightingDesign: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ smallSpaceSolutions: {
32
+ title: string;
33
+ description: string;
34
+ slug: string;
35
+ children: null;
36
+ };
37
+ other: {
38
+ title: string;
39
+ description: string;
40
+ slug: string;
41
+ children: null;
42
+ };
43
+ };
44
+ };
45
+ entertaining: {
46
+ title: string;
47
+ description: string;
48
+ slug: string;
49
+ children: {
50
+ partyPlanning: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ diningIdeas: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ themedEvents: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ cocktailRecipes: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ entertainingEssentials: {
75
+ title: string;
76
+ description: string;
77
+ slug: string;
78
+ children: null;
79
+ };
80
+ other: {
81
+ title: string;
82
+ description: string;
83
+ slug: string;
84
+ children: null;
85
+ };
86
+ };
87
+ };
88
+ gardening: {
89
+ title: string;
90
+ description: string;
91
+ slug: string;
92
+ children: {
93
+ landscapeDesign: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ seasonalGardening: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ indoorPlants: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ organicGardening: {
112
+ title: string;
113
+ description: string;
114
+ slug: string;
115
+ children: null;
116
+ };
117
+ gardeningTools: {
118
+ title: string;
119
+ description: string;
120
+ slug: string;
121
+ children: null;
122
+ };
123
+ other: {
124
+ title: string;
125
+ description: string;
126
+ slug: string;
127
+ children: null;
128
+ };
129
+ };
130
+ };
131
+ homeImprovement: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: {
136
+ diyProjects: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ renovationTips: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ spaceOptimization: {
149
+ title: string;
150
+ description: string;
151
+ slug: string;
152
+ children: null;
153
+ };
154
+ ecoFriendlySolutions: {
155
+ title: string;
156
+ description: string;
157
+ slug: string;
158
+ children: null;
159
+ };
160
+ maintenanceGuide: {
161
+ title: string;
162
+ description: string;
163
+ slug: string;
164
+ children: null;
165
+ };
166
+ other: {
167
+ title: string;
168
+ description: string;
169
+ slug: string;
170
+ children: null;
171
+ };
172
+ };
173
+ };
174
+ };
175
+ export declare const authors: Record<string, string>;
176
+ export declare const authorsNames: string[];
177
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF77\uD83C\uDF3F\u2728";
178
+ export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "homeImprovement")[];
179
+ export declare const subcategories: string[];
180
+ export declare const subsubcategories: string[];
181
+ export type Category = keyof typeof dataStructure;
182
+ export type CategoryNode = (typeof dataStructure)[Category];
183
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
184
+ export declare const startDate = "2024-09-18T00:00:00Z";
185
+ export declare const devBucketName = "idn-brightlooms-dev";
186
+ export declare const prodBucketName = "idn-brightlooms";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={interiorDesign:{title:"Expert Interior Design Tips for Your Home 🏡",description:"Explore innovative interior design strategies to transform your living spaces with BrightLooms. Discover tips, tricks, and stylish ideas. ✨",slug:"expert-interior-design-tips",children:{homeStylingTips:{title:"Essential Home Styling Tips to Elevate Your Space 🌟",description:"Uncover home styling tips that breathe new life into your interiors. Learn how to mix textures, colors, and styles for a cohesive look! 🛋️",slug:"essential-home-styling-tips",children:null},colorTheory:{title:"Mastering Color Theory for Stunning Interiors 🎨",description:"Dive into color theory essentials and learn how to choose the perfect palette for your home. Transform any room with the right colors! 🌈",slug:"mastering-color-theory",children:null},furnitureSelection:{title:"Smart Furniture Selection for Functional Spaces 🪑",description:"Navigate the world of furniture selection with expert advice. Find pieces that complement your style while maximizing comfort and utility! 🔍",slug:"smart-furniture-selection",children:null},lightingDesign:{title:"Innovative Lighting Design Ideas for Every Room 💡",description:"Illuminate your home with innovative lighting design ideas. Discover how to enhance mood and functionality through strategic lighting choices! 🕯️",slug:"innovative-lighting-design-ideas",children:null},smallSpaceSolutions:{title:"Creative Small Space Solutions for Cozy Living 🏠",description:"Find creative small space solutions that optimize your living environment. Learn practical tips for making the most of every inch! 📏",slug:"creative-small-space-solutions",children:null},other:{title:"Additional Interior Design Insights and Tips 🔍",description:"Explore a variety of additional interior design insights and tips to spark your creativity and inspire your next project. 🎉",slug:"additional-interior-design-insights",children:null}}},entertaining:{title:"Discover Exciting Entertaining Ideas for Your Next Gathering 🎉",description:"Explore the world of entertaining with unique party planning tips and delightful dining ideas. Create memorable moments with expert insights! 🥳",slug:"entertaining-ideas",children:{partyPlanning:{title:"Ultimate Party Planning Tips for Memorable Events 🎊",description:"Master the art of party planning with our essential tips and creative ideas for unforgettable celebrations. Let’s get the party started! 🎈",slug:"party-planning",children:null},diningIdeas:{title:"Creative Dining Ideas to Impress Your Guests 🍽️",description:"Elevate your dining experience with innovative ideas and presentation techniques that will dazzle your guests. Dining redefined! 🍷",slug:"dining-ideas",children:null},themedEvents:{title:"Unique Themed Events to Wow Your Guests 🎭",description:"Explore captivating themed events that transform gatherings into extraordinary experiences. Themes that excite and engage! 🥳",slug:"themed-events",children:null},cocktailRecipes:{title:"Exquisite Cocktail Recipes for Perfect Mixology 🍹",description:"Shake things up with our exquisite cocktail recipes. Discover delightful flavors and presentation tips for a superb mixology journey! 🍸",slug:"cocktail-recipes",children:null},entertainingEssentials:{title:"Must-Have Entertaining Essentials for Every Host 🌟",description:"Equip yourself with essential entertaining tools and resources to ensure your gatherings are seamless and enjoyable from start to finish! 🎉",slug:"entertaining-essentials",children:null},other:{title:"Miscellaneous Entertaining Tips and Ideas 🎈",description:"Dive into a variety of entertaining tips, hacks, and ideas that don't fit conventional categories but are perfect for your gatherings! 🎊",slug:"other-entertaining-ideas",children:null}}},gardening:{title:"Explore Gardening Ideas and Tips for Every Enthusiast 🌱",description:"Discover expert gardening insights, seasonal trends, and innovative ideas to transform your green space into a haven of beauty and sustainability. 🌼",slug:"gardening",children:{landscapeDesign:{title:"Transform Your Space with Landscape Design Tips 🌳",description:"Explore creative landscape design strategies and tips to enhance your outdoor areas, making them stunning and functional for every occasion. 🎨",slug:"landscape-design",children:null},seasonalGardening:{title:"Seasonal Gardening: Cultivate Year-Round Beauty 🌸",description:"Learn how to maximize your garden's potential through seasonal gardening strategies that ensure blooms and harvests throughout the year! 🍂",slug:"seasonal-gardening",children:null},indoorPlants:{title:"Bring Nature Inside: Guide to Indoor Plants 🌿",description:"Uncover the best indoor plants and care tips to create a lush, vibrant environment in your home. Perfect for every room! 🏡",slug:"indoor-plants",children:null},organicGardening:{title:"Embrace Nature: Sustainable Organic Gardening 🌻",description:"Discover the principles of organic gardening to grow healthy plants without harmful chemicals, ensuring sustainability and wellness! 🌍",slug:"organic-gardening",children:null},gardeningTools:{title:"Essential Gardening Tools for Your Green Thumb 🌼",description:"Find out which gardening tools are essential for every gardener, from novices to experts, and enhance your cultivating experience! 🛠️",slug:"gardening-tools",children:null},other:{title:"Explore Unique Gardening Topics and Ideas 🌍",description:"Dive into a variety of interesting gardening subjects beyond the basics, uncovering new techniques and creative ideas to inspire you! 🌻",slug:"other-gardening-topics",children:null}}},homeImprovement:{title:"Home Improvement Ideas: Transform Your Space 🌟",description:"Explore innovative home improvement ideas to revitalize your space. From DIY projects to eco-friendly solutions, find inspiration and expert advice. 🏡✨",slug:"home-improvement-ideas",children:{diyProjects:{title:"DIY Projects: Create Your Dream Home 🛠️",description:"Dive into creative DIY projects that let you unleash your inner designer. Transform your living spaces with practical and fun ideas! 🌈🏠",slug:"diy-projects",children:null},renovationTips:{title:"Renovation Tips: Elevate Your Space with Style 🛋️",description:"Discover expert renovation tips to elevate your home’s style and functionality. Achieve stunning transformations with practical advice and insights. ✨🏡",slug:"renovation-tips",children:null},spaceOptimization:{title:"Space Optimization: Maximize Your Living Areas 📏",description:"Learn how to optimize your home’s space effectively. Create more room and enhance usability with smart design strategies! 🏠💡",slug:"space-optimization",children:null},ecoFriendlySolutions:{title:"Eco-Friendly Solutions: Sustainable Home Improvements 🌍",description:"Explore eco-friendly home improvement solutions to reduce your carbon footprint. Embrace sustainable living while enhancing aesthetics! 🌱🏡",slug:"eco-friendly-solutions",children:null},maintenanceGuide:{title:"Maintenance Guide: Care for Your Home 🛠️✨",description:"Stay ahead with our comprehensive maintenance guide. Tips for regular upkeep and care to keep your home in top shape all year round! 🏠🌟",slug:"maintenance-guide",children:null},other:{title:"Other Home Improvement Ideas: Inspiration Awaits 🌈",description:"Discover a variety of unique home improvement ideas that don't fit into standard categories. Let your creativity soar with inspiring concepts! 🏡✨",slug:"other-home-improvement-ideas",children:null}}}},t=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),n=e.AUTHORS_INFO.map((e=>e.name)),r="🏡🍷🌿✨",o=Object.keys(i),s=[],a=[];for(const e of o){const t=i[e];if(null==t?void 0:t.children){s.push(...Object.keys(t.children));for(const e of s){const i=t.children[e];(null==i?void 0:i.children)&&a.push(...Object.keys(i.children))}}}const l="2024-09-18T00:00:00Z",c="brightlooms",d=`idn-${c}-dev`,u=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=t,exports.authorsNames=n,exports.categories=o,exports.dataStructure=i,exports.devBucketName=d,exports.prodBucketName=u,exports.startDate=l,exports.subcategories=s,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ DesignDreams = "Design Dreams",
3
+ GardenGlory = "Garden Glory",
4
+ EntertainingEssentials = "Entertaining Essentials",
5
+ DIYDelights = "DIY Delights",
6
+ InspirationSource = "Inspiration Source"
7
+ }
8
+ type DesignDreams = 'Modern Minimalism' | 'Rustic Charm' | 'Bohemian Vibes' | 'Industrial Edge' | 'Scandinavian Simplicity';
9
+ type GardenGlory = 'Herb Haven' | 'Flower Power' | 'Succulent Sanctuary' | 'Vegetable Victory' | 'Landscape Luxury';
10
+ type EntertainingEssentials = 'Festive Gatherings' | 'Chic Dinner Parties' | 'Outdoor BBQs' | 'Family Game Nights' | 'Holiday Celebrations';
11
+ type DIYDelights = 'Budget-Friendly Projects' | 'Upcycling Ideas' | 'Seasonal Crafts' | 'Outdoor Decor' | 'Indoor Enhancements';
12
+ type InspirationSource = 'Trendy Styles' | 'Home Tours' | 'Before & After Makeovers' | 'Community Spotlights';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.DesignDreams]: DesignDreams[];
15
+ [FiltersNames.GardenGlory]: GardenGlory[];
16
+ [FiltersNames.EntertainingEssentials]: EntertainingEssentials[];
17
+ [FiltersNames.DIYDelights]: DIYDelights[];
18
+ [FiltersNames.InspirationSource]: InspirationSource[];
19
+ };
20
+ export declare const designDreamsValues: DesignDreams[];
21
+ export declare const gardenGloryValues: GardenGlory[];
22
+ export declare const entertainingEssentialsValues: EntertainingEssentials[];
23
+ export declare const diyDelightsValues: DIYDelights[];
24
+ export declare const inspirationSourceValues: InspirationSource[];
25
+ export declare const initialFilters: ArticleFilters;
26
+ export declare const fullFilters: ArticleFilters;
27
+ export declare const getFiltersTypesJSON: () => string;
28
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).DesignDreams="Design Dreams",e.GardenGlory="Garden Glory",e.EntertainingEssentials="Entertaining Essentials",e.DIYDelights="DIY Delights",e.InspirationSource="Inspiration Source";const s=["Modern Minimalism","Rustic Charm","Bohemian Vibes","Industrial Edge","Scandinavian Simplicity"],r=["Herb Haven","Flower Power","Succulent Sanctuary","Vegetable Victory","Landscape Luxury"],t=["Festive Gatherings","Chic Dinner Parties","Outdoor BBQs","Family Game Nights","Holiday Celebrations"],i=["Budget-Friendly Projects","Upcycling Ideas","Seasonal Crafts","Outdoor Decor","Indoor Enhancements"],a=["Trendy Styles","Home Tours","Before & After Makeovers","Community Spotlights"],n={[exports.FiltersNames.DesignDreams]:[],[exports.FiltersNames.GardenGlory]:[],[exports.FiltersNames.EntertainingEssentials]:[],[exports.FiltersNames.DIYDelights]:[],[exports.FiltersNames.InspirationSource]:[]},o={[exports.FiltersNames.DesignDreams]:s,[exports.FiltersNames.GardenGlory]:r,[exports.FiltersNames.EntertainingEssentials]:t,[exports.FiltersNames.DIYDelights]:i,[exports.FiltersNames.InspirationSource]:a},l=()=>JSON.stringify(o,null,2);exports.designDreamsValues=s,exports.diyDelightsValues=i,exports.entertainingEssentialsValues=t,exports.fullFilters=o,exports.gardenGloryValues=r,exports.getFiltersTypesJSON=l,exports.initialFilters=n,exports.inspirationSourceValues=a;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),i=require("./prompts/gpt4oMini/articles.js"),p=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.designDreamsValues=t.designDreamsValues,exports.diyDelightsValues=t.diyDelightsValues,exports.entertainingEssentialsValues=t.entertainingEssentialsValues,exports.fullFilters=t.fullFilters,exports.gardenGloryValues=t.gardenGloryValues,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.inspirationSourceValues=t.inspirationSourceValues,exports.getDefaultImagesFrontmatter=r.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=r.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=s.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=s.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=s.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=o.AUTHORS_INFO,exports.AUTHORS_META=o.AUTHORS_META,exports.PAGES_SEO=o.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return o.PageNames}}),exports.gpt35Articles=a,exports.gpt4oMiniArticles=i,exports.END_STEP=p.END_STEP,exports.FILTERS_INFO=p.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=p.IMAGES_PROHIBITED_WORDS,exports.START_STEP=p.START_STEP,exports.TARGET_AUDIENCE=p.TARGET_AUDIENCE,exports.ZERO_SECTION=p.ZERO_SECTION,exports.portalInfo=p.portalInfo;
@@ -0,0 +1,7 @@
1
+ export declare const portalInfo = "The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: BrightLooms is an engaging infotainment portal dedicated to interior design, entertaining, and gardening, providing readers with fresh ideas and expert insights.\n - Detailed description: BrightLooms is a comprehensive online platform designed for enthusiasts and professionals in the realms of interior design, entertaining, and gardening. The portal offers a diverse range of articles that guide users in transforming their homes and outdoor spaces. From innovative interior styling tips and effective entertaining strategies to expert gardening advice and sustainable practices, BrightLooms serves as a one-stop destination for anyone looking to enhance their living environment. With visually appealing content that includes practical DIY projects, seasonal trends, and curated collections, users can find inspiration and actionable advice to bring their visions to life.\n - Target audience: The target audience for BrightLooms includes homeowners, professionals in interior design and landscaping, newlyweds, families looking to spruce up their living spaces, gardening enthusiasts, and anyone interested in home improvement and entertaining at home. The portal caters to individuals ranging from novice decorators to seasoned experts who seek community, inspiration, and practical solutions for their design and gardening projects.\n\n";
2
+ export declare const ZERO_SECTION = "This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Design Inspiration\n - Trending Styles and Themes\n - Color Palettes and Combinations\n\n## Gardening Advice\n - Seasonal Planting Guides\n - Maintenance and Care Tips\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Design Inspiration, IF it's applicable to the theme of the article.\n";
3
+ export declare const START_STEP = "highlighting the key points that will be discussed and the relevance of the topic";
4
+ export declare const END_STEP = "synthesizing the information presented throughout";
5
+ export declare const TARGET_AUDIENCE = "homeowners, interior design enthusiasts, party hosts, gardening aficionados";
6
+ export declare const IMAGES_PROHIBITED_WORDS = "any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling";
7
+ export declare const FILTERS_INFO: string;
@@ -0,0 +1 @@
1
+ "use strict";var e;const n="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: BrightLooms is an engaging infotainment portal dedicated to interior design, entertaining, and gardening, providing readers with fresh ideas and expert insights.\n - Detailed description: BrightLooms is a comprehensive online platform designed for enthusiasts and professionals in the realms of interior design, entertaining, and gardening. The portal offers a diverse range of articles that guide users in transforming their homes and outdoor spaces. From innovative interior styling tips and effective entertaining strategies to expert gardening advice and sustainable practices, BrightLooms serves as a one-stop destination for anyone looking to enhance their living environment. With visually appealing content that includes practical DIY projects, seasonal trends, and curated collections, users can find inspiration and actionable advice to bring their visions to life.\n - Target audience: The target audience for BrightLooms includes homeowners, professionals in interior design and landscaping, newlyweds, families looking to spruce up their living spaces, gardening enthusiasts, and anyone interested in home improvement and entertaining at home. The portal caters to individuals ranging from novice decorators to seasoned experts who seek community, inspiration, and practical solutions for their design and gardening projects.\n\n",i="This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Design Inspiration\n - Trending Styles and Themes\n - Color Palettes and Combinations\n\n## Gardening Advice\n - Seasonal Planting Guides\n - Maintenance and Care Tips\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Design Inspiration, IF it's applicable to the theme of the article.\n",t="highlighting the key points that will be discussed and the relevance of the topic",a="synthesizing the information presented throughout",r="homeowners, interior design enthusiasts, party hosts, gardening aficionados",o="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",s=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=a,exports.FILTERS_INFO=s,exports.IMAGES_PROHIBITED_WORDS=o,exports.START_STEP=t,exports.TARGET_AUDIENCE=r,exports.ZERO_SECTION=i,exports.portalInfo=n;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt35turbo/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),p=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),i=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=i,exports.getFiltersPrompt=p,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt4oMini/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),i=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),p=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=p,exports.getFiltersPrompt=i,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,4 @@
1
+ import { GetOpenAiBasedImagePrompt, GetStableDiffusionImagePrompt } from 'src/common/types';
2
+ export declare const getStableDiffusionImagePrompt: GetStableDiffusionImagePrompt;
3
+ export declare const getOpenAiBasedImagePrompt: GetOpenAiBasedImagePrompt;
4
+ export declare const getOpenAiBasedImagePromptDalle2: GetOpenAiBasedImagePrompt;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("../../common/prompts/images.js");const a=({title:a,alt:o,articleTitle:r})=>({prompt:`Award-winning hyper-real cinematic photo of a ${a}, ${o}, for an article ${r} from professional interior photograph for a glossy interior design magazine, gardening style photography, glossy gardening magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, foreground focus, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, no blur, depth of field, dof, film, bokeh, foreground focus, 35mm photograph`,negativePrompt:e.SD_NEGATIVE_PROMPT}),o=({title:e,alt:a,articleTitle:o})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${a}, for an article ${o} for a glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, food style, food style photography, professional food photography, commercial photography, foreground focus, recipes.com, delish.com, epicurious, instagram, 4K, 8K, volumetric light, octane render, uplight, no blur, depth of field, dof, bokeh, foreground focus. Please exclude any: Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, men, woman, people, hand, nands, leg, legs, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, cartoon, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, vignette, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, censored, rabs, muscular, rib, blurry, blur, grainy, teeth, low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, duplicate, airbrushed,, anime, semi-realistic, cgi, render, 3D, blender, digital art, manga, amateur, 3D, 3D Game, 3D Game Scene, 3D Character, bad hands, , bad body, bad face, bad teeth, bad arms, bad legs, deformities, drawing, deformed iris, deformed pupils, deformed, painting, crayon, sketch, graphite, impressionist, noisy, poorly drawn hands, poorly drawn face, poorly drawn eyes, mutation, bad proportions, cloned face, disfigured, gross proportions, malformed limbs, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, incoherent from this hyper-real illustration of a ${e}`,r=({title:e})=>`\n\tPhotorealistic highly detailed image of ingredients for ${e}, arranged professionally as if for a food photography shoot. image should showcase maximum detail realism, with a focus on foreground, emulating the style of a high-definition, 8k resolution professional food photograph. lighting should be volumetric and uplit, with a depth of field and bokeh effect, avoiding any blur for clarity. overall aesthetic should be reminiscent of the Kodak Portrait 800 style.\n\tNegative Prompt:\n\teasy-negative, cartoon, worst quality, low quality, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, blurry, blur, grainy, teeth, low resolution, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, airbrushed, anime, semi-realistic, cgi, render, 3D, blender, manga, amateur, 3D, 3D Game, drawing, sketch\n`;exports.getOpenAiBasedImagePrompt=o,exports.getOpenAiBasedImagePromptDalle2=r,exports.getStableDiffusionImagePrompt=a;
@@ -0,0 +1,23 @@
1
+ export interface PageSeoData {
2
+ title: string;
3
+ description: string;
4
+ }
5
+ export declare enum PageNames {
6
+ Authors = "authors",
7
+ Home = "home",
8
+ NotFound = "not-found",
9
+ AboutUs = "about-us",
10
+ PrivacyPolicy = "privacy-policy",
11
+ Terms = "terms",
12
+ Sitemap = "sitemap"
13
+ }
14
+ export type PagesSeo = Record<PageNames, PageSeoData>;
15
+ export interface AuthorInfo {
16
+ name: string;
17
+ description: string;
18
+ meta_title: string;
19
+ meta_description: string;
20
+ }
21
+ export declare const PAGES_SEO: PagesSeo;
22
+ export declare const AUTHORS_INFO: AuthorInfo[];
23
+ export declare const AUTHORS_META: Record<string, PageSeoData>;
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.PageNames=void 0,(e=exports.PageNames||(exports.PageNames={})).Authors="authors",e.Home="home",e.NotFound="not-found",e.AboutUs="about-us",e.PrivacyPolicy="privacy-policy",e.Terms="terms",e.Sitemap="sitemap";const i={[exports.PageNames.Authors]:{title:"Meet the BrightLooms Team | Experts in Design, Entertaining & Gardening",description:"Discover the talented individuals behind BrightLooms! 🌟 Our team shares a passion for interior design, entertaining, and gardening. Explore our articles and get inspired!"},[exports.PageNames.Home]:{title:"BrightLooms | Your Guide to Interior Design, Entertaining & Gardening",description:"Welcome to BrightLooms! 🏡✨ Dive into a world of innovative interior design, fun entertaining tips, and gardening secrets to brighten your home and life!"},[exports.PageNames.NotFound]:{title:"Page Not Found | BrightLooms",description:"Oops! 🚫 We couldn't find the page you're looking for. Explore our interior design and gardening articles to brighten your day! 🌼"},[exports.PageNames.AboutUs]:{title:"About BrightLooms | Your Infotainment Hub",description:"Learn about BrightLooms! 🎉 We're passionate about bringing you the best in interior design, entertaining, and gardening. Join us on this vibrant journey!"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | BrightLooms",description:"Your privacy matters to us! 🔐 Read BrightLooms' privacy policy to understand how we protect your information while you enjoy our interior design and gardening content."},[exports.PageNames.Terms]:{title:"Terms and Conditions | BrightLooms",description:"Stay informed about our terms of service! 📜 Explore the terms and conditions that govern your use of BrightLooms for interior design and gardening inspiration."},[exports.PageNames.Sitemap]:{title:"Sitemap | BrightLooms",description:"Navigate BrightLooms with ease! 🗺️ Check out our sitemap for a comprehensive view of all our interior design, entertaining, and gardening articles."}},a=[{name:"Nisha Kumar",description:"Nisha Kumar is an experienced interior designer with over a decade of experience in crafting beautiful and functional spaces. Hailing from Mumbai, she has worked with various top-tier design firms and is passionate about merging traditional Indian aesthetics with modern sensibilities.",meta_title:"Nisha Kumar - Interior Designer and Contributor at BrightLooms",meta_description:"Explore the world of interior design with Nisha Kumar at BrightLooms. Discover innovative ideas and tips inspired by Indian culture and modern trends."},{name:"Ravi Patel",description:"Ravi Patel is a gardening expert and sustainable living advocate based in Bangalore. With a background in environmental science, he shares his knowledge of eco-friendly gardening techniques and tips for urban dwellers looking to bring nature into their homes.",meta_title:"Ravi Patel - Gardening Guru at BrightLooms",meta_description:"Join Ravi Patel at BrightLooms for expert gardening advice and sustainable practices. Transform your space with green living tips and urban gardening solutions."},{name:"Anjali Mehra",description:"Anjali Mehra is an entertaining and lifestyle writer with a flair for creating inviting atmospheres. Based in Delhi, she has authored numerous articles on party planning, etiquette, and home decor that make gatherings memorable.",meta_title:"Anjali Mehra - Entertaining Expert at BrightLooms",meta_description:"Discover extraordinary entertaining tips with Anjali Mehra. Learn how to host unforgettable gatherings with style and grace at BrightLooms."},{name:"Deepak Saini",description:"Deepak Saini is a well-respected interior architect known for his innovative designs that blend functionality with aesthetic beauty. With years of experience designing high-end homes and commercial spaces, he shares his insights at BrightLooms.",meta_title:"Deepak Saini - Interior Architect at BrightLooms",meta_description:"Explore interior architecture with Deepak Saini at BrightLooms. Uncover creative design solutions and expert advice for your living spaces."},{name:"Priya Chaudhary",description:"Priya Chaudhary is a passionate gardening enthusiast and blogger whose green thumb has made her a trusted voice in the gardening community. Her focus on indigenous plants and organic gardening makes her articles at BrightLooms a must-read for eco-conscious readers.",meta_title:"Priya Chaudhary - Gardening Advocate at BrightLooms",meta_description:"Join Priya Chaudhary at BrightLooms to cultivate your gardening skills. Discover tips on indigenous plants, organic methods, and creating your dream garden."},{name:"Vikram Desai",description:"Vikram Desai is a celebrated home decor stylist with a special interest in contemporary Indian designs. His work has been featured in numerous publications, and his articles at BrightLooms inspire readers to elevate their home styles.",meta_title:"Vikram Desai - Home Decor Stylist at BrightLooms",meta_description:"Transform your home decor with Vikram Desai at BrightLooms. Gain insight into contemporary Indian styles and innovative ways to personalize your space."},{name:"Sanya Iyer",description:"Sanya Iyer is a lifestyle and entertaining expert who specializes in creating chic, functional spaces for gatherings. Her vibrant personality and eye for detail help readers at BrightLooms plan and execute exceptional events.",meta_title:"Sanya Iyer - Lifestyle and Entertaining Expert at BrightLooms",meta_description:"Learn how to elevate your lifestyle with Sanya Iyer at BrightLooms. Get expert tips on stylish entertaining and creating memorable experiences."},{name:"Amit Sharma",description:"Amit Sharma is an eco-conscious designer with an emphasis on sustainable interior solutions. His unique perspective on utilizing recycled materials makes his contributions to BrightLooms invaluable for eco-friendly home design.",meta_title:"Amit Sharma - Sustainable Interior Designer at BrightLooms",meta_description:"Explore sustainable interior design with Amit Sharma at BrightLooms. Discover how to create stylish, eco-friendly spaces using recycled materials."},{name:"Meena Joshi",description:"Meena Joshi is an expert in landscaping and outdoor spaces, with years of experience transforming gardens into serene retreats. Her articles at BrightLooms offer readers inspiring ideas for enhancing their outdoor environments.",meta_title:"Meena Joshi - Landscaping Expert at BrightLooms",meta_description:"Transform your garden with Meena Joshi at BrightLooms. Get inspired by ideas for beautiful landscaping and creating your outdoor sanctuary."},{name:"Karan Singh",description:"Karan Singh is a cultural events planner who excels in creating unforgettable experiences through thoughtful design and personalization. He brings his expertise to BrightLooms, helping readers craft their unique celebrations.",meta_title:"Karan Singh - Cultural Events Planner at BrightLooms",meta_description:"Plan memorable events with Karan Singh at BrightLooms. Discover innovative ideas for celebrations that reflect your culture and personal style."},{name:"Nisha Mehta",description:"Nisha Mehta is a celebrated interior designer and lifestyle writer based in Mumbai, India. With over a decade of experience in transforming spaces, she specializes in creating vibrant and functional interior designs that blend tradition and modernity. Nisha regularly contributes to various design magazines and has a keen eye for color palettes and decor trends.",meta_title:"Nisha Mehta - Interior Designer and Lifestyle Writer",meta_description:"Explore the creative insights of Nisha Mehta, a Mumbai-based interior designer with over 10 years of experience. Discover her tips on transforming spaces with elegance."},{name:"Arjun Kapoor",description:"Arjun Kapoor is an award-winning landscape designer and gardening expert from Delhi, India. With a rich background in sustainable gardening practices and urban landscaping, he strives to educate readers on creating green havens in their homes. Arjun's articles reflect his love for nature and horticulture, inspiring others to cultivate their gardening skills.",meta_title:"Arjun Kapoor - Landscape Designer and Gardening Expert",meta_description:"Join Arjun Kapoor, a landscape designer with a passion for sustainability. Discover his expert gardening tips and innovative landscaping ideas to beautify your outdoor spaces."},{name:"Anjali Desai",description:"Anjali Desai is a versatile writer specializing in home decor, entertaining, and lifestyle based in Bangalore, India. With experience in event planning and interior renovations, Anjali shares expert advice on hosting elegant gatherings and curating beautiful living spaces. Her distinctive voice resonates with readers who seek practical solutions infused with style.",meta_title:"Anjali Desai - Home Decor and Lifestyle Writer",meta_description:"Discover the stylish insights of Anjali Desai, a Bangalore-based lifestyle writer. Find her practical tips on home decor and elegant entertaining to elevate your daily living."},{name:"Ravi Sharma",description:"Ravi Sharma is an interior architect and design consultant with over 15 years of experience in the field. Based in Chennai, he draws inspiration from Indian cultural elements to create innovative spaces. He is passionate about sustainable living and often shares his expertise on incorporating eco-friendly practices into interior design.",meta_title:"Ravi Sharma - Interior Architect and Design Consultant",meta_description:"Meet Ravi Sharma, an interior architect known for blending cultural elements with modern design. Explore his innovative ideas for sustainable living and stylish spaces."},{name:"Kiran Singh",description:"Kiran Singh is a passionate gardener and organic farming advocate hailing from Jaipur, India. She shares her knowledge on sustainable gardening practices, focusing on urban gardening and plant care. Kiran's articles inspire readers to reconnect with nature and enrich their lives with greenery.",meta_title:"Kiran Singh - Gardening Advocate and Organic Farming Enthusiast",meta_description:"Explore the world of sustainable gardening with Kiran Singh, an expert from Jaipur. Discover her insights on organic farming, urban gardening, and plant care tips."},{name:"Fatima Khan",description:"Fatima Khan is a food stylist and entertaining expert based in Hyderabad, India. With her background in culinary arts, she creates visually stunning dining experiences. Fatima shares her expertise in table setting, floral arrangements, and pairing décor with cuisine for memorable gatherings.",meta_title:"Fatima Khan - Food Stylist and Entertaining Expert",meta_description:"Unleash your creativity with Fatima Khan, a food stylist from Hyderabad. Discover her tips on elegant table settings and floral arrangements for unforgettable entertaining."},{name:"Sanya Roy",description:"Sanya Roy is a prominent interior designer and lifestyle blogger from Ahmedabad, India. With a focus on contemporary designs that embrace cultural heritage, she emphasizes the importance of personalization in home decor. Sanya's work highlights functional aesthetics that resonate with modern lifestyles.",meta_title:"Sanya Roy - Interior Designer and Lifestyle Blogger",meta_description:"Meet Sanya Roy, an interior designer from Ahmedabad specializing in contemporary designs. Explore her personalized home decor tips and lifestyle insights for modern living."},{name:"Vikram Yadav",description:"Vikram Yadav is an experienced landscape architect and garden designer based in Pune, India. He has a keen eye for creating beautiful outdoor spaces and is adept at integrating botanical elements into urban settings. His writings focus on landscaping projects and innovative gardening techniques that promote biodiversity.",meta_title:"Vikram Yadav - Landscape Architect and Garden Designer",meta_description:"Discover the artistry of Vikram Yadav, a landscape architect from Pune. Get inspired by his innovative gardening techniques and beautiful landscape designs."},{name:"Pooja Agarwal",description:"Pooja Agarwal is an interior stylist and DIY enthusiast from Kolkata, India. She delights in creating chic, budget-friendly home decor solutions and shares her creative projects with her audience. Pooja's articles encourage readers to explore their creativity and personalize their living spaces with easy DIY ideas.",meta_title:"Pooja Agarwal - Interior Stylist and DIY Enthusiast",meta_description:"Unlock your creativity with Pooja Agarwal, an interior stylist from Kolkata. Explore her budget-friendly home decor ideas and inspiring DIY projects for personalized spaces."},{name:"Amit Singh",description:"Amit Singh is an established interior design consultant and lifestyle writer from Noida, India. With over 12 years in the industry, he focuses on blending functionality with aesthetic appeal in homes. Amit shares insights on modern living, DIY renovations, and organizing spaces to promote a harmonious lifestyle.",meta_title:"Amit Singh - Interior Design Consultant and Lifestyle Writer",meta_description:"Discover expert insights from Amit Singh, an interior design consultant from Noida. Learn about modern living, DIY renovations, and organizing tips for harmonious spaces."},{name:"Anita Desai",description:"Anita Desai is an acclaimed interior designer based in Mumbai. With over 15 years of experience in sustainable interior design, she has transformed numerous residential and commercial spaces using eco-friendly materials. She is passionate about blending traditional Indian motifs with modern aesthetics.",meta_title:"Anita Desai - Sustainable Interior Design Expert | BrightLooms",meta_description:"Discover the world of sustainable interior design with Anita Desai, a Mumbai-based expert with over 15 years of experience. Explore her innovative designs at BrightLooms."},{name:"Rajesh Kumar",description:"Rajesh Kumar is a garden enthusiast and horticulturist from Delhi with a decade of experience in landscape design. He specializes in creating lush gardens that reflect Indian biodiversity, utilizing native plants and xeriscaping techniques to promote sustainability.",meta_title:"Rajesh Kumar - Horticulturist and Landscape Designer | BrightLooms",meta_description:"Meet Rajesh Kumar, a passionate horticulturist and landscape designer from Delhi. Explore his expertise in sustainable garden design and Indian biodiversity at BrightLooms."},{name:"Priya Mehta",description:"Priya Mehta is a lifestyle blogger and interior stylist with a flair for entertaining. Based in Bangalore, she has been sharing her creative ideas and experiences for over 6 years, focusing on stylish entertaining and chic home decor.",meta_title:"Priya Mehta - Lifestyle Blogger & Interior Stylist | BrightLooms",meta_description:"Join Priya Mehta, a Bangalore-based lifestyle blogger and interior stylist, as she explores stylish entertaining and chic home decor ideas at BrightLooms."},{name:"Suresh Chandra",description:"Suresh Chandra is a well-known interior decorator and furniture designer from Kolkata. With a background in fine arts and more than 20 years in the industry, he brings a unique perspective to interior spaces, focusing on harmony and balance in design.",meta_title:"Suresh Chandra - Interior Decorator & Furniture Designer | BrightLooms",meta_description:"Explore the artistry of Suresh Chandra, a Kolkata-based interior decorator and furniture designer with over 20 years of experience in creating harmonious spaces at BrightLooms."},{name:"Isha Kapoor",description:"Isha Kapoor is a passionate gardening expert and plant stylist from Pune. With 8 years of experience in urban gardening, she specializes in terrace and balcony gardens, promoting green living in metropolitan areas.",meta_title:"Isha Kapoor - Urban Gardening Expert & Plant Stylist | BrightLooms",meta_description:"Discover urban gardening with Isha Kapoor, a Pune-based expert in terrace and balcony gardens. Learn sustainable practices for green living at BrightLooms."},{name:"Ravi Verma",description:"Ravi Verma is a renowned kitchen designer and entertaining consultant from Chennai. With over 12 years of experience, he emphasizes the importance of a functional yet stylish kitchen for hosting unforgettable gatherings.",meta_title:"Ravi Verma - Kitchen Designer & Entertaining Consultant | BrightLooms",meta_description:"Transform your hosting experience with Ravi Verma, a Chennai-based kitchen designer and entertaining consultant with over 12 years of expertise at BrightLooms."},{name:"Neelam Bhatia",description:"Neelam Bhatia is an expert in sustainable design practices and eco-friendly gardening from Hyderabad. With a master's degree in environmental design, she integrates sustainability into every project she undertakes.",meta_title:"Neelam Bhatia - Eco-Friendly Design & Gardening Expert | BrightLooms",meta_description:"Explore the synergy of sustainability and design with Neelam Bhatia, an eco-friendly expert from Hyderabad, integrating green practices into every project at BrightLooms."},{name:"Sonali Dey",description:"Sonali Dey is an interior designer and home decor advisor residing in Chandigarh. With a keen eye for color and texture, she has been involved in over 200 home decor projects, helping families create personalized and inspiring spaces.",meta_title:"Sonali Dey - Interior Designer & Home Decor Advisor | BrightLooms",meta_description:"Unlock the secrets of personalized decor with Sonali Dey, a Chandigarh-based interior designer with extensive experience at BrightLooms."},{name:"Karan Jain",description:"Karan Jain is a professional event planner and designer based in Ahmedabad. With a focus on creating memorable experiences through innovative decorative themes, he brings over 10 years of expertise in entertaining and event styling.",meta_title:"Karan Jain - Event Planner & Designer | BrightLooms",meta_description:"Craft unforgettable experiences with Karan Jain, an Ahmedabad-based event planner and designer specializing in innovative styles and entertaining at BrightLooms."},{name:"Ananya Kapoor",description:"Ananya Kapoor is an acclaimed interior designer with over a decade of experience in creating beautiful spaces that blend functionality with aesthetic appeal. Specializing in sustainable design, she brings a unique perspective influenced by her Indian heritage and modern design principles.",meta_title:"Ananya Kapoor - Interior Designer & Contributor at BrightLooms",meta_description:"Discover the unique insights of Ananya Kapoor, an experienced interior designer at BrightLooms, where she shares her expertise in creating sustainable and stylish interiors."},{name:"Rajesh Sharma",description:"Rajesh Sharma is a passionate gardener and landscape architect with 15 years of experience in transforming outdoor spaces. His articles focus on gardening tips, seasonal plant care, and incorporating Indian flora into modern landscaping.",meta_title:"Rajesh Sharma - Gardening Expert & Writer for BrightLooms",meta_description:"Explore gardening wisdom from Rajesh Sharma, a landscape architect contributing his expertise to BrightLooms, with a focus on seasonal tips and native plants."},{name:"Arjun Patil",description:"Arjun Patil is an interior stylist and writer who draws inspiration from both traditional Indian and contemporary design styles. With a background in visual arts, he aims to inspire readers to add personal touches to their living spaces.",meta_title:"Arjun Patil - Interior Stylist & Writer at BrightLooms",meta_description:"Discover styling tips from Arjun Patil, an expert interior stylist at BrightLooms, as he blends tradition and modernity to inspire personalized spaces."},{name:"Simran Kaur",description:"Simran Kaur is a floral designer and writer who has dedicated her life to the art of floral arrangement. With her deep understanding of colors and textures, she shares her insights on how to use flowers to enhance interiors and occasions.",meta_title:"Simran Kaur - Floral Designer & Contributor at BrightLooms",meta_description:"Discover the floral design mastery of Simran Kaur at BrightLooms, where she shares creative floral arrangements and tips for enhancing your home and events."},{name:"Vikram Jain",description:"With extensive experience in sustainable gardening and permaculture, Vikram Jain educates readers on eco-friendly gardening practices. His articles for BrightLooms focus on growing herbs and vegetables in urban settings.",meta_title:"Vikram Jain - Sustainable Gardening Advocate at BrightLooms",meta_description:"Join Vikram Jain at BrightLooms to explore sustainable gardening techniques and urban farming tips that bring fresh produce to your table."},{name:"Neha Bhanot",description:"Neha Bhanot is a renowned home organizer and minimalist expert who emphasizes the significance of decluttering and intentional living. Her practical guides offer easy steps to maintain a harmonious environment.",meta_title:"Neha Bhanot - Home Organization Expert at BrightLooms",meta_description:"Learn from Neha Bhanot at BrightLooms, a home organization specialist sharing expert advice on decluttering and creating a serene living space."},{name:"Rahul Desai",description:"Rahul Desai is a chef and entertaining enthusiast who combines his love for food with stylish entertaining. His articles provide delicious recipes alongside tips for hosting gatherings infused with flavor and flair.",meta_title:"Rahul Desai - Culinary & Entertaining Expert at BrightLooms",meta_description:"Get inspired by culinary expert Rahul Desai at BrightLooms, who shares enticing recipes and entertaining ideas to make your gatherings unforgettable."},{name:"Meera Rao",description:"Meera Rao is a DIY home decor expert who specializes in crafting unique home accessories using reclaimed materials. She inspires readers to embrace creativity and sustainability in their home projects.",meta_title:"Meera Rao - DIY & Home Decor Specialist at BrightLooms",meta_description:"Explore the creative world of Meera Rao at BrightLooms, as she provides DIY tips and sustainable decor ideas to personalize your living space."},{name:"Arvind Singh",description:"Arvind Singh is a professional architect with a passion for innovative design solutions. He contributes to BrightLooms with articles that explore the fusion of architecture and interior design concepts for modern living.",meta_title:"Arvind Singh - Architectural Design Expert at BrightLooms",meta_description:"Discover architecture insights from Arvind Singh at BrightLooms, as he blends architectural techniques with interior innovation for contemporary homes."},{name:"Emily Chen",description:"Emily Chen is a seasoned interior designer based in Hong Kong with over 10 years of experience in creating elegant and functional spaces. She holds a degree in Interior Design from the University of Art and Design and has worked with both residential and commercial clients. Emily is also passionate about sustainable design practices, often incorporating eco-friendly materials into her projects.",meta_title:"Emily Chen - Expert Interior Designer at BrightLooms",meta_description:"Discover the insights of Emily Chen, a seasoned interior designer with a decade of experience. Explore her tips on creating elegant and sustainable spaces for your home."},{name:"Carlos Ramirez",description:"Carlos Ramirez is a creative gardener and landscape designer from Mexico City, celebrated for his vibrant and innovative garden designs. With over 8 years of experience and multiple awards under his belt, Carlos combines traditional gardening techniques with contemporary aesthetics. He loves to share DIY gardening projects and tips to inspire gardening enthusiasts worldwide.",meta_title:"Carlos Ramirez - Creative Gardener and Landscape Designer at BrightLooms",meta_description:"Meet Carlos Ramirez, a passionate gardener and landscape designer with years of experience. Join him for creative gardening ideas and beautiful outdoor designs."},{name:"Sarah Johnson",description:"Sarah Johnson is an entertaining expert and lifestyle blogger from London, specializing in hosting remarkable events that blend style and functionality. With over 5 years of experience in event planning and a keen eye for detail, she shares innovative ideas for memorable gatherings. Sarah also writes extensively on home decor, making her a well-rounded contributor to BrightLooms.",meta_title:"Sarah Johnson - Entertaining Specialist and Lifestyle Blogger at BrightLooms",meta_description:"Explore entertaining tips and home decor advice from Sarah Johnson, a London-based expert in crafting unforgettable events and stylish spaces."},{name:"Mia Thompson",description:"Mia Thompson is a renowned DIY gardening expert based in Sydney, Australia. With a passion for sustainable living and landscape design, she shares her knowledge through practical guides and creative projects. Mia's work focuses on the harmony between gardens and their environment, making her a valuable contributor to BrightLooms.",meta_title:"Mia Thompson - DIY Gardening Expert at BrightLooms",meta_description:"Join Mia Thompson, a passionate DIY gardening expert, for her innovative projects and tips on sustainable garden design that enhances any outdoor space."},{name:"Liam O'Connor",description:"Liam O'Connor is an entertaining guru and culinary enthusiast from Dublin, Ireland. With a love for food and design, he specializes in hosting unforgettable dining experiences at home. Liam's articles offer practical advice on themed dinners, décor tips, and how to create a warm ambiance for guests, making him a great addition to the BrightLooms team.",meta_title:"Liam O'Connor - Entertaining Guru and Culinary Enthusiast at BrightLooms",meta_description:"Explore the world of entertaining with Liam O'Connor, your go-to expert for creating memorable dining experiences and inviting home atmospheres."},{name:"Anika Müller",description:"Anika Müller is a multi-talented interior designer and lifestyle writer from Berlin, Germany. Her work focuses on minimalism and functionality without sacrificing aesthetics. With over 7 years of experience in both interiors and product design, Anika showcases innovative Scandinavian design principles while sharing tips for creating beautiful and functional spaces.",meta_title:"Anika Müller - Interior Designer and Lifestyle Writer at BrightLooms",meta_description:"Discover Anika Müller, an expert in Scandinavian design and functional interiors. Get inspired by her creativity and insights into stylish living spaces."},{name:"Yuki Nakamura",description:"Yuki Nakamura is a decorative artist and gardener from Tokyo, Japan. With a background in fine arts and horticulture, Yuki integrates artistic techniques into her gardening practices. Her work often emphasizes the importance of nature's beauty, and she offers insights into creating Zen gardens and calming spaces for meditation.",meta_title:"Yuki Nakamura - Decorative Artist and Gardener at BrightLooms",meta_description:"Get inspired by Yuki Nakamura, a decorative artist who blends gardening with art. Discover her tips for creating calming outdoor spaces and Zen gardens."},{name:"Ethan Brown",description:"Ethan Brown is an up-and-coming interior designer and lifestyle influencer based in New York City. With a strong focus on color theory and eclectic designs, Ethan brings fresh ideas to every project. His articles on BrightLooms reflect his belief that interiors should be as unique as the individuals who inhabit them.",meta_title:"Ethan Brown - Emerging Interior Designer and Lifestyle Influencer at BrightLooms",meta_description:"Meet Ethan Brown, an emerging interior designer bringing innovative ideas and vibrant aesthetics to living spaces. Explore his creative insights at BrightLooms."},{name:"Aisha al-Farsi",description:"Aisha al-Farsi is an experienced home organizer and entertaining coach from Muscat, Oman. She focuses on decluttering and functional design, helping clients create inviting spaces that reflect their lifestyle. Aisha’s approach blends organization techniques with entertaining tips, making her a multi-dimensional expert for BrightLooms.",meta_title:"Aisha al-Farsi - Home Organizer and Entertaining Coach at BrightLooms",meta_description:"Join Aisha al-Farsi, an expert home organizer, as she shares her unique tips for creating inviting spaces and organizing for entertaining."},{name:"Mark Johnson",description:"Mark Johnson is a passionate gardening expert with over 15 years of experience in horticulture and landscaping. He writes extensively about organic gardening, edible landscapes, and eco-friendly practices. Mark also hosts workshops and community gardening events to promote sustainable gardening.",meta_title:"Mark Johnson - Gardening Expert & Contributor at BrightLooms",meta_description:"Explore Mark Johnson’s expert insights on organic gardening, eco-friendly practices, and edible landscapes. Join him in cultivating sustainable gardening on BrightLooms."},{name:"Sophia Patel",description:"Sophia Patel is a seasoned lifestyle writer and event planner with a focus on entertaining and home décor. Based in London, she has organized numerous successful events and curated intricate themes for small gatherings and large parties alike.",meta_title:"Sophia Patel - Lifestyle Writer & Entertaining Expert at BrightLooms",meta_description:"Get inspired by Sophia Patel’s tips on entertaining, home décor, and event planning. Join her journey in creating memorable experiences on BrightLooms."},{name:"Carlos Mendoza",description:"Carlos Mendoza is an interior design enthusiast and faux painting specialist with over 20 years of experience in transforming spaces with creative finishes. He also delves into color theory and how it affects mood and ambiance, sharing valuable insights in the field.",meta_title:"Carlos Mendoza - Faux Painting Specialist & Contributor at BrightLooms",meta_description:"Learn from Carlos Mendoza, a faux painting specialist, about color theory and creative finishes that transform spaces. Unleash your interior design potential with BrightLooms."},{name:"Aisha Karam",description:"Aisha Karam is a landscape designer and writer with a keen eye for detail and biodiversity. With a degree in Landscape Architecture, she advocates for native plant usage and sustainable garden designs, turning spaces into eco-friendly retreats.",meta_title:"Aisha Karam - Landscape Designer & Writer for BrightLooms",meta_description:"Discover Aisha Karam's expertise in sustainable garden designs and native plants. Transform your outdoor spaces into eco-friendly retreats with her insights on BrightLooms."},{name:"Liam Thompson",description:"Liam Thompson is a professional chef and home entertaining expert who focuses on creating culinary experiences at home. He specializes in seasonal ingredients and pairing food with design to enhance gatherings with a personal touch.",meta_title:"Liam Thompson - Culinary & Entertaining Expert at BrightLooms",meta_description:"Join Liam Thompson as he shares his culinary expertise and tips for enhancing home entertaining. Discover seasonal recipes and design cues on BrightLooms."},{name:"Olivia Sanders",description:"Olivia Sanders is an interior stylist with over 10 years of experience. Based in Sydney, she loves turning ordinary spaces into extraordinary homes through effective styling and decor. Her articles focus on budget-friendly transformations and fresh design ideas.",meta_title:"Olivia Sanders - Interior Stylist & Contributor at BrightLooms",meta_description:"Meet Olivia Sanders, interior stylist specializing in budget-friendly transformations and fresh design ideas. Elevate your home's aesthetic with insights from BrightLooms."},{name:"Jordan Lee",description:"Jordan Lee is an environmentalist and horticultural expert focused on sustainable urban gardening. With years of volunteer work in community gardens, he blends practicality with innovation to help city dwellers cultivate green spaces.",meta_title:"Jordan Lee - Urban Gardening Expert at BrightLooms",meta_description:"Discover Jordan Lee’s approach to sustainable urban gardening and creative green space solutions. Cultivate your own urban oasis with insights from BrightLooms."},{name:"Sophie Meyer",description:"Sophie Meyer is a lifestyle and design blogger specializing in modern entertaining and dining experiences. She shares engaging content on table settings, seasonal décor, and hosting tips, aiming to inspire others to create beautiful gatherings.",meta_title:"Sophie Meyer - Lifestyle Blogger & Entertaining Contributor at BrightLooms",meta_description:"Explore Sophie Meyer’s engaging tips on modern entertaining and dining experiences. Create beautiful gatherings with her insights on BrightLooms."},{name:"Derek Wilson",description:"Derek Wilson is an architecture graduate and design consultant with an emphasis on minimalistic and functional spaces. He advocates for smart design solutions that prioritize comfort and aesthetics, ensuring every detail serves a purpose.",meta_title:"Derek Wilson - Architecture Graduate & Design Consultant at BrightLooms",meta_description:"Learn from Derek Wilson about minimalistic and functional design solutions. Enhance comfort and aesthetics in your spaces with insights from BrightLooms."}],n=a.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=a,exports.AUTHORS_META=n,exports.PAGES_SEO=i;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#4b3c2a;--theme-color-8:#797c70;--theme-color-7:#a7b5a7;--theme-color-6:#d0e1d4;--theme-color-5:#e3f0e4;--theme-color-3:#e8f5e9;--theme-color-2:#f1fff1;--color-bg-layout:#f9f9f9;--color-bg-hover:#e0e0e0;--article-border-radius:20px;--btn-border-radius:8px;--category-border-radius:25px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -218,7 +218,7 @@ export declare const dataStructure: {
218
218
  export declare const authors: Record<string, string>;
219
219
  export declare const authorsNames: string[];
220
220
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF89\uD83C\uDF3F\u270F\uFE0F";
221
- export declare const categories: ("interiorDesign" | "entertaining" | "gardening" | "diyProjects" | "organizing")[];
221
+ export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "diyProjects" | "organizing")[];
222
222
  export declare const subcategories: string[];
223
223
  export declare const subsubcategories: string[];
224
224
  export type Category = keyof typeof dataStructure;
@@ -225,7 +225,7 @@ export declare const dataStructure: {
225
225
  export declare const authors: Record<string, string>;
226
226
  export declare const authorsNames: string[];
227
227
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF89\uD83C\uDF3F\uD83D\uDD8C\uFE0F";
228
- export declare const categories: ("dIYProjects" | "interiorDesign" | "entertaining" | "gardening" | "seasonalDecor" | "designInspiration")[];
228
+ export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "dIYProjects" | "seasonalDecor" | "designInspiration")[];
229
229
  export declare const subcategories: string[];
230
230
  export declare const subsubcategories: string[];
231
231
  export type Category = keyof typeof dataStructure;
@@ -0,0 +1,272 @@
1
+ export declare const dataStructure: {
2
+ interiorDesign: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ homeDecorTrends: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ colorSchemes: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ furnitureStyles: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ designTips: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ roomMakeovers: {
32
+ title: string;
33
+ description: string;
34
+ slug: string;
35
+ children: null;
36
+ };
37
+ other: {
38
+ title: string;
39
+ description: string;
40
+ slug: string;
41
+ children: null;
42
+ };
43
+ };
44
+ };
45
+ entertaining: {
46
+ title: string;
47
+ description: string;
48
+ slug: string;
49
+ children: {
50
+ hostingTips: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ partyThemes: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ foodAndDrinkIdeas: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ tableSettingInspiration: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ seasonalEvents: {
75
+ title: string;
76
+ description: string;
77
+ slug: string;
78
+ children: null;
79
+ };
80
+ other: {
81
+ title: string;
82
+ description: string;
83
+ slug: string;
84
+ children: null;
85
+ };
86
+ };
87
+ };
88
+ gardening: {
89
+ title: string;
90
+ description: string;
91
+ slug: string;
92
+ children: {
93
+ plantCare: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ landscapingIdeas: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ containerGardening: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ seasonalGardening: {
112
+ title: string;
113
+ description: string;
114
+ slug: string;
115
+ children: null;
116
+ };
117
+ urbanGardening: {
118
+ title: string;
119
+ description: string;
120
+ slug: string;
121
+ children: null;
122
+ };
123
+ other: {
124
+ title: string;
125
+ description: string;
126
+ slug: string;
127
+ children: null;
128
+ };
129
+ };
130
+ };
131
+ diyProjects: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: {
136
+ homeImprovement: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ seasonalDecor: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ upcyclingIdeas: {
149
+ title: string;
150
+ description: string;
151
+ slug: string;
152
+ children: null;
153
+ };
154
+ gardenFurniture: {
155
+ title: string;
156
+ description: string;
157
+ slug: string;
158
+ children: null;
159
+ };
160
+ wallArt: {
161
+ title: string;
162
+ description: string;
163
+ slug: string;
164
+ children: null;
165
+ };
166
+ other: {
167
+ title: string;
168
+ description: string;
169
+ slug: string;
170
+ children: null;
171
+ };
172
+ };
173
+ };
174
+ lifestyleInspiration: {
175
+ title: string;
176
+ description: string;
177
+ slug: string;
178
+ children: {
179
+ minimalistLiving: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ ecoFriendlyIdeas: {
186
+ title: string;
187
+ description: string;
188
+ slug: string;
189
+ children: null;
190
+ };
191
+ homeOrganization: {
192
+ title: string;
193
+ description: string;
194
+ slug: string;
195
+ children: null;
196
+ };
197
+ wellnessSpaces: {
198
+ title: string;
199
+ description: string;
200
+ slug: string;
201
+ children: null;
202
+ };
203
+ mindfulLiving: {
204
+ title: string;
205
+ description: string;
206
+ slug: string;
207
+ children: null;
208
+ };
209
+ other: {
210
+ title: string;
211
+ description: string;
212
+ slug: string;
213
+ children: null;
214
+ };
215
+ };
216
+ };
217
+ designResources: {
218
+ title: string;
219
+ description: string;
220
+ slug: string;
221
+ children: {
222
+ toolsAndMaterials: {
223
+ title: string;
224
+ description: string;
225
+ slug: string;
226
+ children: null;
227
+ };
228
+ budgetingForProjects: {
229
+ title: string;
230
+ description: string;
231
+ slug: string;
232
+ children: null;
233
+ };
234
+ sourcingSupplies: {
235
+ title: string;
236
+ description: string;
237
+ slug: string;
238
+ children: null;
239
+ };
240
+ guidesAndChecklists: {
241
+ title: string;
242
+ description: string;
243
+ slug: string;
244
+ children: null;
245
+ };
246
+ designBooks: {
247
+ title: string;
248
+ description: string;
249
+ slug: string;
250
+ children: null;
251
+ };
252
+ other: {
253
+ title: string;
254
+ description: string;
255
+ slug: string;
256
+ children: null;
257
+ };
258
+ };
259
+ };
260
+ };
261
+ export declare const authors: Record<string, string>;
262
+ export declare const authorsNames: string[];
263
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF7D\uFE0F\uD83C\uDF3F\uD83D\uDCF8";
264
+ export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "diyProjects" | "lifestyleInspiration" | "designResources")[];
265
+ export declare const subcategories: string[];
266
+ export declare const subsubcategories: string[];
267
+ export type Category = keyof typeof dataStructure;
268
+ export type CategoryNode = (typeof dataStructure)[Category];
269
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
270
+ export declare const startDate = "2024-09-18T00:00:00Z";
271
+ export declare const devBucketName = "idn-gardenpixes-dev";
272
+ export declare const prodBucketName = "idn-gardenpixes";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={interiorDesign:{title:"Explore the Latest Interior Design Trends and Tips 🏡",description:"Unlock the secrets of interior design with GardenPixes! Discover creative home decor trends, inspiring color schemes, stylish furniture styles, and expert design tips. Transform your living space with unique ideas and practical guides! 🌟",slug:"interior-design",children:{homeDecorTrends:{title:"Home Decor Trends: Stylish Ideas for Every Space ✨",description:"Stay ahead of the curve with the latest home decor trends! Explore stylish ideas, innovative designs, and transformative inspiration to revitalize your spaces! 🌈",slug:"home-decor-trends",children:null},colorSchemes:{title:"Color Schemes: Harmonizing Your Home's Palette 🎨",description:"Discover stunning color schemes that elevate your interior spaces! Learn how to harmonize colors, create ambiance, and make your home reflect your personality! 🌼",slug:"color-schemes",children:null},furnitureStyles:{title:"Furniture Styles: Find the Perfect Fit for Your Home 🛋️",description:"Explore diverse furniture styles that blend comfort with aesthetics! From modern to vintage, find pieces that enhance your decor and create inviting spaces! 🏡",slug:"furniture-styles",children:null},designTips:{title:"Design Tips: Expert Advice for Stunning Interiors 💡",description:"Get insider design tips that transform your home into a masterpiece! Learn practical strategies for everything from layout to decor, ensuring a flawless finish! 🌟",slug:"design-tips",children:null},roomMakeovers:{title:"Room Makeovers: Creative Transformations You’ll Love 🛠️",description:"Unlock your space's potential with incredible room makeovers! Find inspiring projects, step-by-step guides, and tips for a stunning transformation! 🖼️",slug:"room-makeovers",children:null},other:{title:"Other Interior Design Insights: Beyond the Basics 🌿",description:"Delve into a variety of interior design insights, trends, and tips that go beyond traditional styling. Discover unique ideas to elevate your home's atmosphere! 🪴",slug:"other-interior-design-insights",children:null}}},entertaining:{title:"Creative Entertaining Ideas to Host Unforgettable Gatherings 🎉",description:"Explore innovative tips and strategies for entertaining guests at home. From party themes to food ideas, elevate your hosting game! 🍽️✨",slug:"creative-entertaining-ideas",children:{hostingTips:{title:"Smart Hosting Tips for Effortless Gatherings 🎊",description:"Master the art of hosting with simple yet effective tips that make every gathering enjoyable and stress-free! 🌟🍹",slug:"smart-hosting-tips",children:null},partyThemes:{title:"Unique Party Themes to Impress Your Guests 🎈",description:"Inspire your next event with fun and creative party themes that captivate your guests and create lasting memories! 🎉🍸",slug:"unique-party-themes",children:null},foodAndDrinkIdeas:{title:"Delicious Food and Drink Ideas for Every Occasion 🍴🥂",description:"Discover mouthwatering recipes and drink pairings that will delight your guests and elevate your entertaining skills! 🍹🍰",slug:"delicious-food-drink-ideas",children:null},tableSettingInspiration:{title:"Beautiful Table Setting Inspiration for Special Events 🍽️🌸",description:"Get creative table setting ideas that enhance the dining experience and impress your guests at every meal! 🎨✨",slug:"beautiful-table-setting-inspiration",children:null},seasonalEvents:{title:"Exciting Ideas for Seasonal Events and Celebrations 🎃🎉",description:"Celebrate every season with fresh ideas for events that embrace the spirit of the time, from summer barbecues to winter festivities! ❄️🌼",slug:"exciting-seasonal-events",children:null},other:{title:"Miscellaneous Entertaining Tips and Tricks 🥳",description:"Explore a variety of entertaining strategies and creative hacks that don't fit traditional categories but will elevate your hosting! 🎊✨",slug:"miscellaneous-entertaining-tips",children:null}}},gardening:{title:"Explore the Best Gardening Tips and Ideas for Home 🌱",description:"Discover amazing gardening tips and creative ideas for your home garden. From plant care to landscaping, let's get growing with GardenPixes! 🌸",slug:"gardening-tips-and-ideas",children:{plantCare:{title:"Essential Plant Care Tips for Thriving Plants 🍃",description:"Learn the essential plant care tips to keep your plants healthy and thriving. Explore practical advice for beginners and green thumbs alike! 🌼",slug:"essential-plant-care-tips",children:null},landscapingIdeas:{title:"Creative Landscaping Ideas for Stunning Outdoor Spaces 🌷",description:"Transform your outdoor spaces with these creative landscaping ideas. Discover unique designs and trends to elevate your garden's beauty! 🌻",slug:"creative-landscaping-ideas",children:null},containerGardening:{title:"Container Gardening: Grow Your Garden Anywhere! 🌿",description:"Unlock the secrets to successful container gardening. Perfect for small spaces, this method allows you to grow a beautiful garden anywhere! 🍅",slug:"container-gardening-secrets",children:null},seasonalGardening:{title:"Seasonal Gardening Tips for Year-Round Growth 🌞",description:"Master the art of seasonal gardening with tips for every time of year. Learn what to plant and when for a thriving garden all year round! 🍂",slug:"seasonal-gardening-tips",children:null},urbanGardening:{title:"Urban Gardening: Tips for Thriving in Small Spaces 🏙️",description:"Explore urban gardening ideas tailored for city dwellers. Learn how to maximize your small space with productive and beautiful plants! 🌳",slug:"urban-gardening-tips",children:null},other:{title:"Other Gardening Tips for the Creative Green Thumb 🌺",description:"Dive into various other gardening tips and tricks! From DIY projects to unique plant ideas, enhance your gardening journey and creativity! 🌻",slug:"other-gardening-tips",children:null}}},diyProjects:{title:"DIY Projects for Home, Garden & Entertaining Inspiration 🏡🌷",description:"Explore our creative DIY projects for home improvement, seasonal decor, and more. Transform your living space and garden effortlessly! ✨",slug:"diy-projects-home-garden-entertaining",children:{homeImprovement:{title:"Home Improvement DIY Projects to Elevate Your Space 🛠️",description:"Discover innovative home improvement DIY projects that enhance your living spaces and add style to your home. Get inspired and start today! 🏠",slug:"home-improvement-diy-projects",children:null},seasonalDecor:{title:"Seasonal Decor DIY Projects for Every Occasion 🌟",description:"Transform your home with seasonal decor DIY projects that celebrate every occasion. Get creative and bring life to your celebration spaces! 🎉",slug:"seasonal-decor-diy-projects",children:null},upcyclingIdeas:{title:"Upcycling Ideas: Creative DIY Projects for Sustainable Living ♻️",description:"Explore fun upcycling ideas with DIY projects that promote sustainability and creativity. Breathe new life into old items and reduce waste! 🌿",slug:"upcycling-ideas-diy-projects",children:null},gardenFurniture:{title:"DIY Garden Furniture Projects for Outdoor Bliss 🌳",description:"Craft your own garden furniture with these DIY projects, enhancing your outdoor space and creating a perfect retreat for relaxation! ☀️",slug:"garden-furniture-diy-projects",children:null},wallArt:{title:"Wall Art DIY Projects: Unleash Your Creativity 🎨",description:"Create stunning wall art with these engaging DIY projects. Personalize your space with unique designs and artistic flair! 🖼️",slug:"wall-art-diy-projects",children:null},other:{title:"Explore Other DIY Projects for Unique Home Enhancements 🔍",description:"Discover a variety of other DIY projects that uplift your home and garden. Find unique ideas that inspire and empower your creativity! 💡",slug:"other-diy-projects",children:null}}},lifestyleInspiration:{title:"Inspiring Lifestyle Ideas for Your Home and Garden 🌿",description:"Explore innovative and trendy lifestyle ideas that elevate your home and garden spaces. Discover tips for interior design, entertaining, and gardening! 🌼",slug:"inspiring-lifestyle-ideas",children:{minimalistLiving:{title:"Minimalist Living: Simplify Your Space for Peace and Beauty 🏡",description:"Discover how minimalist living can transform your home into a serene and beautiful space. Embrace simplicity with clever tips and design ideas! ✨",slug:"minimalist-living",children:null},ecoFriendlyIdeas:{title:"Eco-Friendly Ideas: Sustainable Interior Design and Gardening 🌍",description:"Explore eco-friendly ideas to create a stylish and sustainable home. Learn about green design, energy efficiency, and gardening for a better planet! 🌱",slug:"eco-friendly-ideas",children:null},homeOrganization:{title:"Home Organization: Tips for a Clutter-Free and Stylish Space 🗂️",description:"Master the art of home organization with expert tips and innovative solutions. Create a clutter-free environment that looks stylish and functional! 📦",slug:"home-organization",children:null},wellnessSpaces:{title:"Wellness Spaces: Create Harmonious Areas for Relaxation and Focus ☀️",description:"Design wellness spaces in your home that promote relaxation and focus. Explore ideas for peaceful areas that foster well-being and mindfulness! 🧘‍♀️",slug:"wellness-spaces",children:null},mindfulLiving:{title:"Mindful Living: Enhance Your Daily Life with Intentional Spaces 🌸",description:"Embrace mindful living with interior design tips that emphasize intention and tranquility. Transform your space to reflect a balanced lifestyle! 🍃",slug:"mindful-living",children:null},other:{title:"Other Lifestyle Inspirations: Explore Unique Ideas for Your Home ✔️",description:"Discover other inspiring lifestyle ideas that don't fit traditional categories, from decor to gardening tips that enhance your living experience! 🎨",slug:"other-lifestyle-inspirations",children:null}}},designResources:{title:"Design Resources for Home and Garden 🌿",description:"Explore essential design resources across home decor, entertaining, and gardening. Find tips, guides, and materials to transform your space! 🌸",slug:"design-resources",children:{toolsAndMaterials:{title:"Essential Tools and Materials for Every Project 🛠️",description:"Discover the essential tools and materials needed for your interior design and gardening projects. Make your creativity come to life! 🎨",slug:"tools-and-materials",children:null},budgetingForProjects:{title:"Budgeting Tips for Interior Design and Gardening 💰",description:"Learn effective budgeting strategies for your design and gardening projects. Maximize your creativity without overspending! 🌻",slug:"budgeting-for-projects",children:null},sourcingSupplies:{title:"Sourcing Supplies for Your Design and Garden Needs 📦",description:"Find reliable sources for all your design and gardening supplies. Ensure quality and affordability for every project! 🏡",slug:"sourcing-supplies",children:null},guidesAndChecklists:{title:"Guides and Checklists for Design and Gardening 📋",description:"Access comprehensive guides and checklists to streamline your design and gardening projects. Stay organized and inspired! 🌼",slug:"guides-and-checklists",children:null},designBooks:{title:"Inspiring Design Books for Home and Garden Enthusiasts 📚",description:"Explore a curated list of inspiring design books focusing on interior design, entertaining, and gardening to ignite your creativity! 🌈",slug:"design-books",children:null},other:{title:"Additional Resources for Design and Gardening 🌟",description:"Discover additional resources, articles, and tips for enhancing your interior design and gardening knowledge. Be inspired! 🌱",slug:"other",children:null}}}},n=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),t=e.AUTHORS_INFO.map((e=>e.name)),r="🏡🍽️🌿📸",s=Object.keys(i),a=[],o=[];for(const e of s){const n=i[e];if(null==n?void 0:n.children){a.push(...Object.keys(n.children));for(const e of a){const i=n.children[e];(null==i?void 0:i.children)&&o.push(...Object.keys(i.children))}}}const l="2024-09-18T00:00:00Z",d="gardenpixes",c=`idn-${d}-dev`,u=`idn-${d}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=n,exports.authorsNames=t,exports.categories=s,exports.dataStructure=i,exports.devBucketName=c,exports.prodBucketName=u,exports.startDate=l,exports.subcategories=a,exports.subsubcategories=o;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ DesignInspirations = "Design Inspirations",
3
+ EntertainingEssentials = "Entertaining Essentials",
4
+ GardeningTechniques = "Gardening Techniques",
5
+ SpaceTransformations = "Space Transformations",
6
+ TipsAndTricks = "Tips & Tricks"
7
+ }
8
+ type DesignInspirations = 'Minimalist Marvels' | 'Bohemian Bliss' | 'Coastal Calm' | 'Industrial Edge' | 'Classical Elegance';
9
+ type EntertainingEssentials = 'Themed Parties' | 'Quick Recipes' | 'DIY Decorations' | 'Outdoor Gatherings' | 'Seasonal Celebrations';
10
+ type GardeningTechniques = 'Organic Practices' | 'Container Gardening' | 'Vertical Gardens' | 'Native Plant Selection' | 'Seasonal Planting Guides';
11
+ type SpaceTransformations = 'Small Spaces' | 'Family Rooms' | 'Outdoor Areas' | 'Work-from-Home Setups' | 'Eco-Friendly Interiors';
12
+ type TipsAndTricks = 'Budget-Friendly Ideas' | 'Time-Saving Hacks' | 'Sustainable Choices' | 'Creative Upcycling' | 'Guest Preparation Guides';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.DesignInspirations]: DesignInspirations[];
15
+ [FiltersNames.EntertainingEssentials]: EntertainingEssentials[];
16
+ [FiltersNames.GardeningTechniques]: GardeningTechniques[];
17
+ [FiltersNames.SpaceTransformations]: SpaceTransformations[];
18
+ [FiltersNames.TipsAndTricks]: TipsAndTricks[];
19
+ };
20
+ export declare const designInspirationsValues: DesignInspirations[];
21
+ export declare const entertainingEssentialsValues: EntertainingEssentials[];
22
+ export declare const gardeningTechniquesValues: GardeningTechniques[];
23
+ export declare const spaceTransformationsValues: SpaceTransformations[];
24
+ export declare const tipsAndTricksValues: TipsAndTricks[];
25
+ export declare const initialFilters: ArticleFilters;
26
+ export declare const fullFilters: ArticleFilters;
27
+ export declare const getFiltersTypesJSON: () => string;
28
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var s;exports.FiltersNames=void 0,(s=exports.FiltersNames||(exports.FiltersNames={})).DesignInspirations="Design Inspirations",s.EntertainingEssentials="Entertaining Essentials",s.GardeningTechniques="Gardening Techniques",s.SpaceTransformations="Space Transformations",s.TipsAndTricks="Tips & Tricks";const e=["Minimalist Marvels","Bohemian Bliss","Coastal Calm","Industrial Edge","Classical Elegance"],i=["Themed Parties","Quick Recipes","DIY Decorations","Outdoor Gatherings","Seasonal Celebrations"],a=["Organic Practices","Container Gardening","Vertical Gardens","Native Plant Selection","Seasonal Planting Guides"],n=["Small Spaces","Family Rooms","Outdoor Areas","Work-from-Home Setups","Eco-Friendly Interiors"],r=["Budget-Friendly Ideas","Time-Saving Hacks","Sustainable Choices","Creative Upcycling","Guest Preparation Guides"],t={[exports.FiltersNames.DesignInspirations]:[],[exports.FiltersNames.EntertainingEssentials]:[],[exports.FiltersNames.GardeningTechniques]:[],[exports.FiltersNames.SpaceTransformations]:[],[exports.FiltersNames.TipsAndTricks]:[]},o={[exports.FiltersNames.DesignInspirations]:e,[exports.FiltersNames.EntertainingEssentials]:i,[exports.FiltersNames.GardeningTechniques]:a,[exports.FiltersNames.SpaceTransformations]:n,[exports.FiltersNames.TipsAndTricks]:r},l=()=>JSON.stringify(o,null,2);exports.designInspirationsValues=e,exports.entertainingEssentialsValues=i,exports.fullFilters=o,exports.gardeningTechniquesValues=a,exports.getFiltersTypesJSON=l,exports.initialFilters=t,exports.spaceTransformationsValues=n,exports.tipsAndTricksValues=r;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),s=require("./helpers.js"),r=require("./prompts/images.js"),a=require("./seo.js"),o=require("./prompts/gpt35turbo/articles.js"),i=require("./prompts/gpt4oMini/articles.js"),p=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.designInspirationsValues=t.designInspirationsValues,exports.entertainingEssentialsValues=t.entertainingEssentialsValues,exports.fullFilters=t.fullFilters,exports.gardeningTechniquesValues=t.gardeningTechniquesValues,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.spaceTransformationsValues=t.spaceTransformationsValues,exports.tipsAndTricksValues=t.tipsAndTricksValues,exports.getDefaultImagesFrontmatter=s.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=s.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=r.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=r.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=r.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=a.AUTHORS_INFO,exports.AUTHORS_META=a.AUTHORS_META,exports.PAGES_SEO=a.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return a.PageNames}}),exports.gpt35Articles=o,exports.gpt4oMiniArticles=i,exports.END_STEP=p.END_STEP,exports.FILTERS_INFO=p.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=p.IMAGES_PROHIBITED_WORDS,exports.START_STEP=p.START_STEP,exports.TARGET_AUDIENCE=p.TARGET_AUDIENCE,exports.ZERO_SECTION=p.ZERO_SECTION,exports.portalInfo=p.portalInfo;
@@ -0,0 +1,7 @@
1
+ export declare const portalInfo = "The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: GardenPixes is an engaging infotainment article portal that focuses on interior design, entertaining, and gardening. The platform provides a vivid blend of creative tips, trendy ideas, and practical advice to transform spaces and enhance lifestyle experiences.\n - Detailed description: GardenPixes serves as a comprehensive resource for individuals seeking inspiration and knowledge in interior design, entertaining, and gardening. The portal offers a wide array of articles that explore the latest trends in home decor, clever entertaining strategies for gatherings and events, and practical gardening advice for both novice and experienced green thumbs. Each piece is designed to educate and inspire readers, featuring visually appealing layouts and easy-to-follow guides. From DIY projects to seasonal tips, GardenPixes is dedicated to empowering users to create beautiful and harmonious environments in their homes and gardens.\n - Target audience: The target audience for GardenPixes includes homeowners, interior design enthusiasts, gardening hobbyists, event planners, and anyone interested in enhancing their living spaces and lifestyles. This diverse group ranges from young adults looking for affordable design ideas to seasoned decorators seeking fresh inspiration, as well as gardening lovers wanting practical techniques to cultivate their green spaces. Ultimately, GardenPixes aims to attract anyone passionate about improving their home d\u00E9cor, hosting unforgettable gatherings, and nurturing their gardens.\n\n";
2
+ export declare const ZERO_SECTION = "This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Design Inspiration\n - Current Trends in Interior Design\n - Color Schemes and Palettes\n\n## Gardening Tips\n - Seasonal Gardening Guides\n - Container Gardening Techniques\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Design Inspiration, IF it's applicable to the theme of the article.\n";
3
+ export declare const START_STEP = "highlighting the key points that will be discussed and the relevance of the topic";
4
+ export declare const END_STEP = "synthesizing the information presented throughout";
5
+ export declare const TARGET_AUDIENCE = "homeowners, interior design enthusiasts, party hosts, gardening aficionados";
6
+ export declare const IMAGES_PROHIBITED_WORDS = "any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling";
7
+ export declare const FILTERS_INFO: string;
@@ -0,0 +1 @@
1
+ "use strict";var e;const n="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: GardenPixes is an engaging infotainment article portal that focuses on interior design, entertaining, and gardening. The platform provides a vivid blend of creative tips, trendy ideas, and practical advice to transform spaces and enhance lifestyle experiences.\n - Detailed description: GardenPixes serves as a comprehensive resource for individuals seeking inspiration and knowledge in interior design, entertaining, and gardening. The portal offers a wide array of articles that explore the latest trends in home decor, clever entertaining strategies for gatherings and events, and practical gardening advice for both novice and experienced green thumbs. Each piece is designed to educate and inspire readers, featuring visually appealing layouts and easy-to-follow guides. From DIY projects to seasonal tips, GardenPixes is dedicated to empowering users to create beautiful and harmonious environments in their homes and gardens.\n - Target audience: The target audience for GardenPixes includes homeowners, interior design enthusiasts, gardening hobbyists, event planners, and anyone interested in enhancing their living spaces and lifestyles. This diverse group ranges from young adults looking for affordable design ideas to seasoned decorators seeking fresh inspiration, as well as gardening lovers wanting practical techniques to cultivate their green spaces. Ultimately, GardenPixes aims to attract anyone passionate about improving their home décor, hosting unforgettable gatherings, and nurturing their gardens.\n\n",i="This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Design Inspiration\n - Current Trends in Interior Design\n - Color Schemes and Palettes\n\n## Gardening Tips\n - Seasonal Gardening Guides\n - Container Gardening Techniques\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Design Inspiration, IF it's applicable to the theme of the article.\n",t="highlighting the key points that will be discussed and the relevance of the topic",a="synthesizing the information presented throughout",r="homeowners, interior design enthusiasts, party hosts, gardening aficionados",s="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",o=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=a,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=s,exports.START_STEP=t,exports.TARGET_AUDIENCE=r,exports.ZERO_SECTION=i,exports.portalInfo=n;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt35turbo/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),p=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),i=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=i,exports.getFiltersPrompt=p,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt4oMini/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),i=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),p=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=p,exports.getFiltersPrompt=i,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,4 @@
1
+ import { GetOpenAiBasedImagePrompt, GetStableDiffusionImagePrompt } from 'src/common/types';
2
+ export declare const getStableDiffusionImagePrompt: GetStableDiffusionImagePrompt;
3
+ export declare const getOpenAiBasedImagePrompt: GetOpenAiBasedImagePrompt;
4
+ export declare const getOpenAiBasedImagePromptDalle2: GetOpenAiBasedImagePrompt;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("../../common/prompts/images.js");const a=({title:a,alt:o,articleTitle:r})=>({prompt:`Award-winning hyper-real cinematic photo of a ${a}, ${o}, for an article ${r} from professional interior photograph for a glossy interior design magazine, gardening style photography, glossy gardening magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, foreground focus, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, no blur, depth of field, dof, film, bokeh, foreground focus, 35mm photograph`,negativePrompt:e.SD_NEGATIVE_PROMPT}),o=({title:e,alt:a,articleTitle:o})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${a}, for an article ${o} for a glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, food style, food style photography, professional food photography, commercial photography, foreground focus, recipes.com, delish.com, epicurious, instagram, 4K, 8K, volumetric light, octane render, uplight, no blur, depth of field, dof, bokeh, foreground focus. Please exclude any: Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, men, woman, people, hand, nands, leg, legs, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, cartoon, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, vignette, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, censored, rabs, muscular, rib, blurry, blur, grainy, teeth, low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, duplicate, airbrushed,, anime, semi-realistic, cgi, render, 3D, blender, digital art, manga, amateur, 3D, 3D Game, 3D Game Scene, 3D Character, bad hands, , bad body, bad face, bad teeth, bad arms, bad legs, deformities, drawing, deformed iris, deformed pupils, deformed, painting, crayon, sketch, graphite, impressionist, noisy, poorly drawn hands, poorly drawn face, poorly drawn eyes, mutation, bad proportions, cloned face, disfigured, gross proportions, malformed limbs, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, incoherent from this hyper-real illustration of a ${e}`,r=({title:e})=>`\n\tPhotorealistic highly detailed image of ingredients for ${e}, arranged professionally as if for a food photography shoot. image should showcase maximum detail realism, with a focus on foreground, emulating the style of a high-definition, 8k resolution professional food photograph. lighting should be volumetric and uplit, with a depth of field and bokeh effect, avoiding any blur for clarity. overall aesthetic should be reminiscent of the Kodak Portrait 800 style.\n\tNegative Prompt:\n\teasy-negative, cartoon, worst quality, low quality, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, blurry, blur, grainy, teeth, low resolution, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, airbrushed, anime, semi-realistic, cgi, render, 3D, blender, manga, amateur, 3D, 3D Game, drawing, sketch\n`;exports.getOpenAiBasedImagePrompt=o,exports.getOpenAiBasedImagePromptDalle2=r,exports.getStableDiffusionImagePrompt=a;
@@ -0,0 +1,23 @@
1
+ export interface PageSeoData {
2
+ title: string;
3
+ description: string;
4
+ }
5
+ export declare enum PageNames {
6
+ Authors = "authors",
7
+ Home = "home",
8
+ NotFound = "not-found",
9
+ AboutUs = "about-us",
10
+ PrivacyPolicy = "privacy-policy",
11
+ Terms = "terms",
12
+ Sitemap = "sitemap"
13
+ }
14
+ export type PagesSeo = Record<PageNames, PageSeoData>;
15
+ export interface AuthorInfo {
16
+ name: string;
17
+ description: string;
18
+ meta_title: string;
19
+ meta_description: string;
20
+ }
21
+ export declare const PAGES_SEO: PagesSeo;
22
+ export declare const AUTHORS_INFO: AuthorInfo[];
23
+ export declare const AUTHORS_META: Record<string, PageSeoData>;
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.PageNames=void 0,(e=exports.PageNames||(exports.PageNames={})).Authors="authors",e.Home="home",e.NotFound="not-found",e.AboutUs="about-us",e.PrivacyPolicy="privacy-policy",e.Terms="terms",e.Sitemap="sitemap";const i={[exports.PageNames.Authors]:{title:"Meet the Creative Minds Behind GardenPixes",description:"Discover the talented authors at GardenPixes, specializing in interior design, entertaining, and gardening tips. 🌿✨"},[exports.PageNames.Home]:{title:"GardenPixes - Your Ultimate Guide to Interior Design & Gardening",description:"Welcome to GardenPixes! Explore inspiring ideas in interior design, creative entertaining, and lush gardening. 🌼🏡"},[exports.PageNames.NotFound]:{title:"Page Not Found - GardenPixes",description:"Oops! The page you are looking for doesn't exist. Check out our great content on interior design and gardening instead! 🛠️🌱"},[exports.PageNames.AboutUs]:{title:"About GardenPixes - Crafting Beautiful Spaces",description:"At GardenPixes, we blend interior design, entertaining, and gardening for a harmonious lifestyle. Learn more about us! 💚🏠"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy - GardenPixes",description:"Your privacy is important to us. Read our privacy policy to learn how we protect your personal information. 🔒📜"},[exports.PageNames.Terms]:{title:"Terms of Service - GardenPixes",description:"Review the terms of service for using GardenPixes, where we ensure a safe and enjoyable experience. 📝✔️"},[exports.PageNames.Sitemap]:{title:"Sitemap - Navigate GardenPixes Easily",description:"Find your way around GardenPixes with our comprehensive sitemap. Explore interior design, gardening, and more! 🗺️🌺"}},a=[{name:"Aditi Sharma",description:"Aditi Sharma is an acclaimed interior designer and writer based in Mumbai. With over a decade of experience in transforming spaces, she brings a blend of traditional Indian aesthetics and modern design principles to her work. Aditi has contributed to several design magazines and blogs, focusing on creating sustainable and functional homes.",meta_title:"Aditi Sharma - Interior Design Expert at GardenPixes",meta_description:"Explore the world of interior design through Aditi Sharma's insightful articles at GardenPixes. With 10+ years of experience, she shares tips on sustainable living and home aesthetics."},{name:"Rohit Kapoor",description:"Rohit Kapoor is a gardening enthusiast and landscape architect hailing from Delhi. He specializes in urban gardening and has worked on various community projects to promote green living. His articles are filled with practical gardening tips and innovations for city dwellers facing space constraints.",meta_title:"Rohit Kapoor - Urban Gardening Specialist at GardenPixes",meta_description:"Join Rohit Kapoor at GardenPixes as he shares expert gardening advice and innovative solutions for urban spaces. Discover how to create lush green havens in the city!"},{name:"Priya Desai",description:"With a background in horticulture and interior decoration, Priya Desai is an experienced writer and plant lover from Bengaluru. She combines her passion for gardening with interior design, offering unique insights on how to integrate plants into home decor. Her work emphasizes the importance of biophilic design.",meta_title:"Priya Desai - Biophilic Design Advocate at GardenPixes",meta_description:"Discover the art of blending nature with interiors through Priya Desai's articles at GardenPixes. Learn how to enhance your home with plants and create serene living spaces."},{name:"Suresh Gupta",description:"Suresh Gupta is an experienced landscape designer and writer based in Kolkata. He has over 15 years of experience in outdoor design and collaborates with professionals in the field to enhance outdoor spaces. Suresh's articles focus on landscaping trends, outdoor entertaining, and the cultural significance of gardens in India.",meta_title:"Suresh Gupta - Landscape Design Expert at GardenPixes",meta_description:"Explore expert landscaping advice from Suresh Gupta at GardenPixes. With 15 years of experience, Suresh shares trends and tips for creating inspiring outdoor spaces."},{name:"Nisha Mehta",description:"Nisha Mehta is a food and lifestyle writer from Pune, with a keen interest in entertaining and home decor. Her articles often combine culinary arts and interior design, focusing on hosting memorable gatherings. Nisha believes that the essence of hospitality lies in both food and the perfect ambience.",meta_title:"Nisha Mehta - Entertaining & Lifestyle Writer at GardenPixes",meta_description:"Join Nisha Mehta at GardenPixes as she explores the intersection of food and home decor. Discover entertaining tips that create unforgettable experiences for your guests."},{name:"Anjali Nair",description:"Anjali Nair is an interior design consultant and sustainability advocate from Chennai. With a passion for eco-friendly decor and gardening, Anjali emphasizes the need for sustainable practices in home design. Her articles provide readers with practical tips to make their homes environmentally friendly.",meta_title:"Anjali Nair - Sustainable Design Consultant at GardenPixes",meta_description:"Discover eco-friendly design solutions with Anjali Nair at GardenPixes. Her insightful articles guide you in creating sustainable and stylish homes while embracing green living."},{name:"Karan Singh",description:"Karan Singh is a talented interior stylist and blogger from Jaipur. He specializes in combining traditional Indian craftsmanship with contemporary design. Karan’s articles cover trends, DIY projects, and styling tips that inspire readers to personalize their spaces.",meta_title:"Karan Singh - Interior Stylist & Blogger at GardenPixes",meta_description:"Get inspired by Karan Singh's creative interior styling tips at GardenPixes. His articles offer unique ideas to blend traditional and modern design for your home."},{name:"Simran Bahl",description:"Simran Bahl is an avid gardener and freelance writer from Chandigarh, known for her expertise in organic gardening. She has written extensively about sustainable gardening practices and the benefits of growing your own food. Simran's work promotes the fusion of gardening with wellness and lifestyle.",meta_title:"Simran Bahl - Organic Gardening Advocate at GardenPixes",meta_description:"Explore organic gardening with Simran Bahl at GardenPixes. Discover the joys of growing your own food and how gardening contributes to a healthier lifestyle."},{name:"Tarun Joshi",description:"Tarun Joshi is a creative designer and home improvement expert with a focus on reducing clutter and optimizing spaces. Based in Hyderabad, he shares his expertise through engaging articles that provide practical tips for both interior design and gardening. Tarun believes in creating harmonious environments that reflect personal style.",meta_title:"Tarun Joshi - Home Improvement Expert at GardenPixes",meta_description:"Revitalize your home with Tarun Joshi's insightful articles at GardenPixes. Discover smart design and gardening tips that create functional and beautiful living spaces."},{name:"Deepika Reddy",description:"Deepika Reddy, based in Ahmedabad, is a passionate home decor specialist with a love for entertaining. Her articles highlight the importance of aesthetic and functional spaces for hosting guests. Deepika combines elements of Indian heritage with contemporary style, sharing the best practices for creating inviting environments.",meta_title:"Deepika Reddy - Home Decor Specialist at GardenPixes",meta_description:"Join Deepika Reddy at GardenPixes for expert home decor insights. Learn how to create inviting spaces for entertaining with a blend of tradition and modern design."},{name:"Ritu Kumar",description:"Ritu Kumar is an acclaimed interior designer and lifestyle curator with over 15 years of experience in transforming spaces. Renowned for her expertise in sustainable design practices, she blends Indian aesthetics with contemporary elements, creating timeless interiors. Ritu has written extensively on design trends and is passionate about empowering homeowners with creative interior solutions.",meta_title:"Ritu Kumar - Interior Designer and Lifestyle Curator | GardenPixes",meta_description:"Explore the world of interior design with Ritu Kumar, an expert in sustainable practices and elegant aesthetics. Discover her articles on GardenPixes!"},{name:"Ajay Desai",description:"Ajay Desai is a landscape architect and horticulturist dedicated to cultivating beautiful gardens that reflect personal stories. With over a decade of hands-on experience, Ajay specializes in urban gardening and eco-friendly practices. His articles on GardenPixes inspire readers to create their own green retreats at home.",meta_title:"Ajay Desai - Landscape Architect and Horticulturist | GardenPixes",meta_description:"Join Ajay Desai on GardenPixes to explore innovative gardening techniques and learn about creating enchanting outdoor spaces."},{name:"Neha Sharma",description:"Neha Sharma is an entertaining expert and food stylist with a flair for creating unforgettable gatherings. With a background in hospitality and event management, she shares her insights into elegant entertaining and setting beautiful tables. Neha believes that every meal can be a celebration and offers tips on how to make every occasion special.",meta_title:"Neha Sharma - Entertaining Expert and Food Stylist | GardenPixes",meta_description:"Discover expert entertaining tips with Neha Sharma on GardenPixes, and learn how to create memorable gatherings and stunning table settings."},{name:"Vikram Rao",description:"Vikram Rao is a passionate gardening enthusiast who focuses on organic gardening practices. He has spent over 12 years researching native plants and sustainable agriculture. Vikram's articles on GardenPixes educate readers on eco-conscious gardening and biodiversity, inspiring them to reconnect with nature.",meta_title:"Vikram Rao - Organic Gardening Advocate | GardenPixes",meta_description:"Learn about organic gardening solutions with Vikram Rao on GardenPixes. Explore eco-friendly practices and discover the beauty of native plants."},{name:"Pooja Mehta",description:"Pooja Mehta is an interior stylist and visual artist known for her innovative and playful design approach. With experience in both residential and commercial projects, she shares her insights on color psychology and space transformation. Pooja's articles celebrate artistic expression in interior design.",meta_title:"Pooja Mehta - Interior Stylist and Visual Artist | GardenPixes",meta_description:"Dive into the world of artistic interior design with Pooja Mehta on GardenPixes, where creativity meets functionality."},{name:"Siddharth Gupta",description:"Siddharth Gupta is a home decor expert and DIY enthusiast, helping readers enhance their living spaces through budget-friendly solutions. With a keen eye for trends and practical advice, Siddharth's articles on GardenPixes empower readers to personalize their homes effectively.",meta_title:"Siddharth Gupta - Home Decor Expert and DIY Enthusiast | GardenPixes",meta_description:"Get inspired by Siddharth Gupta on GardenPixes and learn how to create stylish and personalized home decor on a budget."},{name:"Meera Singh",description:"Meera Singh is an established garden designer with a deep passion for floral arrangements. With years of experience in creating captivating gardens, she combines aesthetics with functionality. Meera's writing on GardenPixes encourages readers to cultivate their own green sanctuaries filled with beauty.",meta_title:"Meera Singh - Garden Designer and Floral Arrangement Specialist | GardenPixes",meta_description:"Unleash your creativity in garden design with Meera Singh on GardenPixes. Learn the art of floral arrangements and garden aesthetics."},{name:"Rahul Verma",description:"Rahul Verma is a food and entertaining writer known for his love of hosting and culinary arts. With a background in food styling and menu curation, he fosters a culture of joy through food. His engaging articles on GardenPixes reveal creative recipes and entertaining tips that bring friends and family together.",meta_title:"Rahul Verma - Food and Entertaining Writer | GardenPixes",meta_description:"Join Rahul Verma on GardenPixes as he shares delightful recipes and entertaining tips, making every meal a celebration!"},{name:"Tanvi Joshi",description:"Tanvi Joshi is an eco-friendly lifestyle blogger dedicated to promoting green living. With expertise in sustainable materials and natural design, she advocates for the integration of eco-conscious choices in interior design and gardening. Tanvi's insightful articles on GardenPixes inspire readers to adopt a more sustainable lifestyle.",meta_title:"Tanvi Joshi - Eco-Friendly Lifestyle Blogger | GardenPixes",meta_description:"Explore sustainable living with Tanvi Joshi on GardenPixes. Learn how to incorporate eco-friendly practices into your home and garden."},{name:"Karan Bhatia",description:"Karan Bhatia is a renowned interior architect known for crafting functional yet stylish spaces. With a wealth of experience in both residential and commercial projects, he specializes in modern designs that meet the needs of contemporary living. Karan shares his design philosophy and tips on GardenPixes to help readers remodel their spaces.",meta_title:"Karan Bhatia - Renowned Interior Architect | GardenPixes",meta_description:"Transform your space with expert tips from Karan Bhatia on GardenPixes. Discover the essence of modern interior architecture."},{name:"Ananya Sharma",description:"Ananya is an award-winning interior designer with over 15 years of experience in transforming spaces across India. Specializing in sustainable design, she incorporates eco-friendly materials into her work, advocating a greener approach to interior aesthetics.",meta_title:"Ananya Sharma - Interior Design Expert at GardenPixes",meta_description:"Explore the innovative designs and sustainable practices of Ananya Sharma, an award-winning interior designer contributing her expertise on GardenPixes."},{name:"Rajesh Khanna",description:"Rajesh is a celebrated horticulturist and garden designer who has spent two decades enriching landscapes with lush, vibrant, and sustainable gardens. His articles are a fusion of expert gardening tips and personal insights from his extensive travels.",meta_title:"Rajesh Khanna - Horticulturist and Garden Designer at GardenPixes",meta_description:"Discover gardening tips and design inspiration from Rajesh Khanna, a seasoned horticulturist sharing his passion for sustainable gardens on GardenPixes."},{name:"Priya Mehta",description:"Priya is a lifestyle consultant and interior decorator who brings a unique blend of traditional Indian aesthetics and contemporary design elements. With over a decade in the field, she emphasizes creating spaces that foster joy and creativity.",meta_title:"Priya Mehta - Lifestyle Consultant and Interior Decorator at GardenPixes",meta_description:"Learn about merging traditional and contemporary design from Priya Mehta, a lifestyle consultant sharing her insights on interior decoration at GardenPixes."},{name:"Vikram Singh",description:"Vikram is an expert in feng shui and vastu shastra who enhances interior spaces with ancient Indian principles. With more than 12 years of experience, he helps homeowners bring balance and harmony to their living environments.",meta_title:"Vikram Singh - Feng Shui and Vastu Shastra Expert at GardenPixes",meta_description:"Bring harmony to your interiors with Vikram Singh's expertise in feng shui and vastu shastra, exclusively on GardenPixes."},{name:"Nisha Patel",description:"Nisha is a creative foodie and interior stylist known for hosting stunning events that marry taste and design. With a flair for beautiful table settings and chic entertaining concepts, she provides readers with unique ideas for their gatherings.",meta_title:"Nisha Patel - Foodie and Event Stylist at GardenPixes",meta_description:"Explore entertaining tips and stunning presentation ideas from Nisha Patel, a creative foodie, featured on GardenPixes."},{name:"Arjun Verma",description:"With a background in urban landscaping, Arjun combines his architecture knowledge with gardening to design functional yet artistic outdoor spaces. His passion for plants and landscape design shines through in his articles.",meta_title:"Arjun Verma - Urban Landscape Designer at GardenPixes",meta_description:"Learn about innovative outdoor designs from Arjun Verma, an urban landscape designer sharing his expertise on GardenPixes."},{name:"Kiran Bhatia",description:"Kiran is a professional gardener and educator focusing on organic gardening methods. With an experience of over 18 years, she writes about cultivating healthy gardens and sustainable food practices for vegetable enthusiasts.",meta_title:"Kiran Bhatia - Organic Gardening Specialist at GardenPixes",meta_description:"Get expert tips on organic gardening from Kiran Bhatia, a specialist in sustainable practices exclusively on GardenPixes."},{name:"Sonia Narang",description:"Sonia is a home staging expert and interior designer known for her ability to create inviting and cohesive spaces. With an extensive portfolio, she shares her insights on maximizing home aesthetics for selling or entertaining.",meta_title:"Sonia Narang - Home Staging and Interior Design Expert at GardenPixes",meta_description:"Transform your home with expert staging tips from Sonia Narang, a home staging and interior design specialist featured on GardenPixes."},{name:"Dev Singh",description:"Dev is a gardener and outdoor living enthusiast who shares advice on creating functional and stylish exterior spaces. His passion for nature and design brings a unique flair to the gardening community.",meta_title:"Dev Singh - Outdoor Living and Gardening Expert at GardenPixes",meta_description:"Discover outdoor living inspiration and gardening tips from Dev Singh, an expert in creating functional and stylish gardens at GardenPixes."},{name:"Meera Joshi",description:"Meera is an artist and interior designer who blends art into functional spaces. With a focus on bringing color, texture, and creativity together, she thrives on helping others express their unique styles through design.",meta_title:"Meera Joshi - Artistic Interior Designer at GardenPixes",meta_description:"Explore artistic and colorful interior design ideas with Meera Joshi, an interior designer showcasing her creativity on GardenPixes."},{name:"Rahul Mehta",description:"Rahul Mehta is a landscape architect with a focus on innovative gardening techniques. With a degree in horticulture from the Indian Agricultural University, he has worked on various urban gardening projects throughout India, bringing beautiful green spaces to cities. His expertise offers invaluable insights into entertaining in outdoor spaces.",meta_title:"Rahul Mehta - Landscape Architect & Gardening Innovator",meta_description:"Explore gardening techniques and urban landscapes with Rahul Mehta on GardenPixes. Learn about creating beautiful outdoor spaces for entertaining."},{name:"Sarita Kapoor",description:"Sarita Kapoor is an interior stylist and author based in Delhi, specializing in contemporary Indian aesthetics. With a flair for color and texture, she has a unique approach to decor that she shares through her extensive articles that blend interior design with entertaining ideas.",meta_title:"Sarita Kapoor - Interior Stylist & Entertaining Expert",meta_description:"Join Sarita Kapoor on GardenPixes for creative interior styling and entertaining ideas that enhance your home’s atmosphere and charm."},{name:"Vikram Joshi",description:"Vikram Joshi is a passionate gardener and writer who believes in the therapeutic benefits of gardening. With years of experience tending to diverse gardens across Rajasthan, his articles at GardenPixes focus on tips for growing both traditional and exotic plants, as well as their uses in indoor settings.",meta_title:"Vikram Joshi - Gardening Enthusiast & Wellness Advocate",meta_description:"Learn from Vikram Joshi, a gardening expert at GardenPixes, about growing and maintaining beautiful plants indoors for a delightful living space."},{name:"Nisha Reddy",description:"Nisha Reddy is a home décor expert and avid gardener, known for her minimalist style. She uses her platform to advocate for sustainable entertaining experiences. With years of involvement in eco-friendly home innovations, Nisha shares her projects and tips through engaging content at GardenPixes.",meta_title:"Nisha Reddy - Home Décor Expert & Sustainable Entertainer",meta_description:"Explore the world of sustainable home décor and entertaining with Nisha Reddy at GardenPixes. Discover innovative ideas for a greener lifestyle."},{name:"Ananya Bose",description:"Ananya Bose is a gardening journalist and floral designer with a passion for indigenous plants. With experience in organizing workshops and community gardens, her writing focuses on how to incorporate native plants into home gardens, making her articles relatable for fellow gardening enthusiasts on GardenPixes.",meta_title:"Ananya Bose - Gardening Journalist & Floral Designer",meta_description:"Explore Ananya Bose's insightful articles on GardenPixes about incorporating native plants into your garden and enhancing your home’s beauty."},{name:"Sameer Gupta",description:"Sameer Gupta is a sustainable design consultant with extensive experience in urban landscapes. He brings unique insights into integrating gardens in urban spaces and how they can improve apartment life. His advocacy for green living connects beautifully with the ethos of GardenPixes.",meta_title:"Sameer Gupta - Sustainable Design Consultant & Urban Gardener",meta_description:"Join Sameer Gupta on GardenPixes to discover how to integrate sustainable gardening practices into urban living for a healthier lifestyle."},{name:"Meera Patel",description:"Meera Patel is a celebrated author and speaker specializing in home aesthetics and outdoor entertaining. Her experience in luxury landscaping shines through her writing on GardenPixes, where she provides ideas for creating breathtaking outdoor settings perfect for social gatherings.",meta_title:"Meera Patel - Author & Outdoor Entertaining Specialist",meta_description:"Elevate your outdoor gatherings with Meera Patel’s expert advice on GardenPixes. Discover creative ideas for stunning outdoor aesthetics."},{name:"Olivia Harrington",description:"Olivia Harrington is a celebrated interior designer with over 15 years of experience in creating functional and aesthetically pleasing spaces. Based in New York City, she specializes in sustainable design and often shares her insights on modern interior aesthetics and innovative entertaining tips.",meta_title:"Olivia Harrington - Expert Interior Designer and Entertaining Specialist",meta_description:"Discover the design expertise of Olivia Harrington, a New York-based interior designer with 15 years of experience. Explore her insights on sustainable design and entertaining."},{name:"Liam Chen",description:"Liam Chen is a horticulturist and gardening expert from Beijing, with a passion for urban gardening and landscape design. With a Ph.D. in Botany, he has spent over a decade educating others about gardening methods that enhance both beauty and sustainability.",meta_title:"Liam Chen - Horticulturist and Urban Gardening Expert",meta_description:"Explore gardening strategies with Liam Chen, a horticulturist from Beijing specializing in urban gardening and sustainable landscape design."},{name:"Sophie Martinez",description:"Sophie Martinez is an interior stylist from Barcelona, known for her vibrant and eclectic design style. With her experience in fashion and home decor, she brings a unique perspective to interior spaces and is an advocate for DIY decorating.",meta_title:"Sophie Martinez - Eclectic Interior Stylist and DIY Decorator",meta_description:"Meet Sophie Martinez, an interior stylist from Barcelona, known for her vibrant designs and DIY home decor tips. Embrace eclectic style with her guidance."},{name:"Marcelo Reyes",description:"Marcelo Reyes is a landscape designer from São Paulo who has over 12 years of experience in creating harmonious outdoor spaces. He focuses on integrating native plants into his designs, promoting biodiversity and sustainability in gardens.",meta_title:"Marcelo Reyes - Expert Landscape Designer and Sustainability Advocate",meta_description:"Discover landscape design insights with Marcelo Reyes, a São Paulo-based designer focused on native plants and sustainable gardening practices."},{name:"Emma Wilson",description:"Emma Wilson is a lifestyle blogger based in London, covering topics from interior design to entertaining tips. With a flair for elegant simplicity, she shares practical advice on creating stylish and welcoming spaces.",meta_title:"Emma Wilson - London-Based Lifestyle Blogger & Interior Design Enthusiast",meta_description:"Explore the elegant simplicity of Emma Wilson's lifestyle tips, including interior design and entertaining from her London home."},{name:"Arjun Patel",description:"Arjun Patel is an architectural designer from Mumbai who blends traditional Indian styles with contemporary design. His projects often incorporate elements of nature, reflecting his deep interest in sustainable architecture and urban gardens.",meta_title:"Arjun Patel - Architectural Designer with a Passion for Sustainability",meta_description:"Meet Arjun Patel, an architectural designer from Mumbai blending traditional and contemporary styles while incorporating nature in his designs."},{name:"Katarina Novak",description:"Katarina Novak is a Slovenian gardening expert and author who has authored multiple books on organic gardening practices. Her work focuses on the benefits of permaculture and self-sufficient gardening methods.",meta_title:"Katarina Novak - Organic Gardening Author and Permaculture Specialist",meta_description:"Explore organic gardening with Katarina Novak, a Slovenian author and expert in permaculture dedicated to sustainable gardening practices."},{name:"James Thompson",description:"James Thompson is an interior decorator from Sydney, known for his minimalist approach and natural materials. With over a decade of experience, he shares his vision of creating tranquil and harmonious living spaces.",meta_title:"James Thompson - Minimalist Interior Decorator & Natural Materials Advocate",meta_description:"Discover minimalist design insights from James Thompson, a Sydney-based interior decorator focused on natural materials and harmonious living spaces."},{name:"Aisha El-Amin",description:"Aisha El-Amin is a writer and garden designer from Cairo, specializing in rooftop and balcony gardens. Her work emphasizes the importance of green spaces in urban environments, providing guidance for maximizing limited areas.",meta_title:"Aisha El-Amin - Urban Garden Designer & Green Space Advocate",meta_description:"Explore the world of urban gardening with Aisha El-Amin, a Cairo-based designer specializing in rooftop and balcony gardens for limited spaces."},{name:"Nicolas Dupre",description:"Nicolas Dupre is a French interior designer with over 20 years of experience, known for his work in boutique hotels and luxury residences. He incorporates elements from art, culture, and nature, creating unique and inviting environments.",meta_title:"Nicolas Dupre - Luxury Interior Designer with a Cultural Touch",meta_description:"Discover luxury interior design with Nicolas Dupre, a French designer known for his unique approach integrating art, culture, and nature."},{name:"Emily Carter",description:"Emily is a seasoned interior designer based in London, UK, with over 10 years of experience creating stylish and functional living spaces. She specializes in blending modern aesthetics with sustainable practices. Her passion for design and gardening shines through in her work, making her a perfect fit for GardenPixes.",meta_title:"Emily Carter - Interior Designer and Sustainable Living Advocate",meta_description:"Discover Emily Carter's expertise in interior design and sustainable living on GardenPixes. Explore her stylish solutions for your home."},{name:"Raj Patel",description:"Raj is an acclaimed garden designer from Jaipur, India, known for his unique ability to meld traditional Indian garden elements with contemporary styles. With over 15 years in the field, his articles are rich in cultural insights and practical gardening tips.",meta_title:"Raj Patel - Expert Garden Designer and Cultural Enthusiast",meta_description:"Explore Raj Patel's articles on GardenPixes to learn about innovative gardening techniques that marry tradition and modern design."},{name:"Sofia Lopez",description:"Sofia is a creative writer and social media manager from Barcelona, Spain, who focuses on entertaining and home decor. She has a keen eye for detail and often shares her stylish tips for effortless entertaining and beautiful living spaces.",meta_title:"Sofia Lopez - Entertaining Enthusiast and Home Decor Writer",meta_description:"Join Sofia Lopez on GardenPixes to get amazing entertaining ideas and home decor inspirations that make every gathering special."},{name:"James O’Connor",description:"James is an urban gardening advocate and educator from Toronto, Canada. With over a decade of experience in promoting green spaces in cities, he shares actionable tips and creative solutions for anyone looking to cultivate their own garden.",meta_title:"James O’Connor - Urban Gardening Advocate and Educator",meta_description:"Learn from James O’Connor on GardenPixes as he shares expert advice and innovative ideas for urban gardening enthusiasts."},{name:"Yuki Tanaka",description:"Yuki is a prominent Japanese interior stylist based in Tokyo, renowned for her minimalist approach to design. She writes about space optimization and how to create serene living environments through effective styling and organization.",meta_title:"Yuki Tanaka - Minimalist Interior Stylist and Design Expert",meta_description:"Discover the beauty of minimalist design with Yuki Tanaka on GardenPixes, featuring expert tips for creating serene living spaces."},{name:"Carlos Mendes",description:"Carlos is a landscape architect from Rio de Janeiro, Brazil, with over 12 years of experience transforming outdoor spaces. He specializes in eco-friendly landscaping and often writes about creating biodiversity in gardens.",meta_title:"Carlos Mendes - Landscape Architect and Eco-Friendly Design Specialist",meta_description:"Join Carlos Mendes on GardenPixes for insightful articles on eco-friendly landscaping and creating vibrant outdoor spaces."},{name:"Ava Green",description:"Ava is a culinary artist and event planner based in San Francisco, USA. With a passion for integrating food and design, she shares her love for entertaining through beautifully curated events and tablescapes.",meta_title:"Ava Green - Culinary Artist and Event Design Expert",meta_description:"Explore event planning and entertaining tips from Ava Green on GardenPixes, where food meets elegant design."},{name:"Liam O'Shea",description:"Liam is an Irish horticulturist and garden author with a focus on organic gardening practices. He has spent over 20 years cultivating his skills and shares his knowledge on sustainable gardening techniques.",meta_title:"Liam O'Shea - Organic Gardening Expert and Horticulturist",meta_description:"Learn from Liam O'Shea at GardenPixes, where sustainable gardening practices and organic techniques come to life in your garden."},{name:"Carmen Serra",description:"Carmen is an interior designer and DIY enthusiast from Mexico City, Mexico. She has a knack for crafting unique decor pieces and loves to share DIY projects that make interior spaces more personal and inviting.",meta_title:"Carmen Serra - Interior Designer and DIY Specialist",meta_description:"Find innovative DIY decor projects and interior design tips from Carmen Serra on GardenPixes for a personalized home style."},{name:"Oliver Schmidt",description:"Oliver is a sustainable living advocate and freelance writer based in Berlin, Germany. With expertise in both interior design and gardening, he writes extensively about how to live a green, stylish lifestyle.",meta_title:"Oliver Schmidt - Sustainable Living Advocate and Writer",meta_description:"Join Oliver Schmidt on GardenPixes to explore sustainable living tips that blend interior design and gardening harmoniously."}],n=a.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=a,exports.AUTHORS_META=n,exports.PAGES_SEO=i;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#2e4b2d;--theme-color-8:#4c7b49;--theme-color-7:#a5c8a1;--theme-color-6:#d5e6d5;--theme-color-5:#e2f3e2;--theme-color-3:#f4f9f4;--theme-color-2:#f9fcf9;--color-bg-layout:#ffffff;--color-bg-hover:#e7e7e7;--article-border-radius:24px;--btn-border-radius:12px;--category-border-radius:30px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -304,7 +304,7 @@ export declare const dataStructure: {
304
304
  export declare const authors: Record<string, string>;
305
305
  export declare const authorsNames: string[];
306
306
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF89\uD83C\uDF3F\u270D\uFE0F";
307
- export declare const categories: ("interiorDesign" | "entertaining" | "gardening" | "seasonalDecor" | "homeImprovement" | "lifestyleEnhancement" | "ecoSustainability")[];
307
+ export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "homeImprovement" | "seasonalDecor" | "lifestyleEnhancement" | "ecoSustainability")[];
308
308
  export declare const subcategories: string[];
309
309
  export declare const subsubcategories: string[];
310
310
  export type Category = keyof typeof dataStructure;
@@ -164,7 +164,7 @@ export declare const dataStructure: {
164
164
  export declare const authors: Record<string, string>;
165
165
  export declare const authorsNames: string[];
166
166
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDF3F\uD83C\uDFE1\u2728\uD83D\uDCDD";
167
- export declare const categories: ("dIYProjects" | "interiorDesign" | "entertaining" | "gardening" | "homeImprovement")[];
167
+ export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "homeImprovement" | "dIYProjects")[];
168
168
  export declare const subcategories: string[];
169
169
  export declare const subsubcategories: string[];
170
170
  export type Category = keyof typeof dataStructure;
@@ -262,7 +262,7 @@ export declare const dataStructure: {
262
262
  export declare const authors: Record<string, string>;
263
263
  export declare const authorsNames: string[];
264
264
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83E\uDD9F\uD83D\uDC1C\uD83D\uDC1E\uD83D\uDD77\uFE0F";
265
- export declare const categories: ("pestIdentification" | "pestControlMethods" | "insectBiology" | "ecoFriendlySolutions" | "homeAndGardenPestSolutions" | "professionalPestManagement" | "pestPreventionStrategies")[];
265
+ export declare const categories: ("ecoFriendlySolutions" | "pestIdentification" | "pestControlMethods" | "insectBiology" | "homeAndGardenPestSolutions" | "professionalPestManagement" | "pestPreventionStrategies")[];
266
266
  export declare const subcategories: string[];
267
267
  export declare const subsubcategories: string[];
268
268
  export type Category = keyof typeof dataStructure;
@@ -261,7 +261,7 @@ export declare const dataStructure: {
261
261
  export declare const authors: Record<string, string>;
262
262
  export declare const authorsNames: string[];
263
263
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF7D\uFE0F\uD83C\uDF3A\uD83C\uDF3F";
264
- export declare const categories: ("interiorDesign" | "entertaining" | "gardening" | "homeImprovement" | "lifestyleAndWellness" | "seasonalInspiration")[];
264
+ export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "homeImprovement" | "lifestyleAndWellness" | "seasonalInspiration")[];
265
265
  export declare const subcategories: string[];
266
266
  export declare const subsubcategories: string[];
267
267
  export type Category = keyof typeof dataStructure;
@@ -158,7 +158,7 @@ export declare const dataStructure: {
158
158
  export declare const authors: Record<string, string>;
159
159
  export declare const authorsNames: string[];
160
160
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\u2692\uFE0F\uD83D\uDCDD\uD83D\uDEAA";
161
- export declare const categories: ("outdoorLiving" | "gardening" | "homeImprovement" | "energyEfficiency" | "renovation")[];
161
+ export declare const categories: ("gardening" | "homeImprovement" | "outdoorLiving" | "energyEfficiency" | "renovation")[];
162
162
  export declare const subcategories: string[];
163
163
  export declare const subsubcategories: string[];
164
164
  export type Category = keyof typeof dataStructure;
@@ -376,7 +376,7 @@ export declare const dataStructure: {
376
376
  export declare const authors: Record<string, string>;
377
377
  export declare const authorsNames: string[];
378
378
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83D\uDD0D\uD83D\uDD8A\uFE0F";
379
- export declare const categories: ("sustainableLiving" | "interiorDesign" | "cleaningServices" | "domesticServices")[];
379
+ export declare const categories: ("interiorDesign" | "sustainableLiving" | "cleaningServices" | "domesticServices")[];
380
380
  export declare const subcategories: string[];
381
381
  export declare const subsubcategories: string[];
382
382
  export type Category = keyof typeof dataStructure;
@@ -175,7 +175,7 @@ export declare const dataStructure: {
175
175
  export declare const authors: Record<string, string>;
176
176
  export declare const authorsNames: string[];
177
177
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF89\uD83C\uDF3F\uD83D\uDCDD";
178
- export declare const categories: ("interiorDesign" | "entertaining" | "gardening" | "homeImprovement")[];
178
+ export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "homeImprovement")[];
179
179
  export declare const subcategories: string[];
180
180
  export declare const subsubcategories: string[];
181
181
  export type Category = keyof typeof dataStructure;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.266",
3
+ "version": "1.3.268",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [