tedo-publisher 1.3.285 → 1.3.286

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,236 @@
1
+ export declare const dataStructure: {
2
+ beautifulHomes: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ modernDesign: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ luxuriousInteriors: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ ecoFriendlyHomes: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ historicProperties: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ other: {
32
+ title: string;
33
+ description: string;
34
+ slug: string;
35
+ children: null;
36
+ };
37
+ };
38
+ };
39
+ incredibleLocations: {
40
+ title: string;
41
+ description: string;
42
+ slug: string;
43
+ children: {
44
+ worldsHiddenGems: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ beachDestinations: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ mountainRetreats: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ urbanEscapes: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ other: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ };
75
+ };
76
+ interiorDesignTips: {
77
+ title: string;
78
+ description: string;
79
+ slug: string;
80
+ children: {
81
+ colorSchemes: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ furnitureArrangement: {
88
+ title: string;
89
+ description: string;
90
+ slug: string;
91
+ children: null;
92
+ };
93
+ decorAccents: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ spaceMaximization: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ other: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ };
112
+ };
113
+ architectureStyles: {
114
+ title: string;
115
+ description: string;
116
+ slug: string;
117
+ children: {
118
+ contemporaryArchitecture: {
119
+ title: string;
120
+ description: string;
121
+ slug: string;
122
+ children: null;
123
+ };
124
+ rusticCharm: {
125
+ title: string;
126
+ description: string;
127
+ slug: string;
128
+ children: null;
129
+ };
130
+ minimalistDesign: {
131
+ title: string;
132
+ description: string;
133
+ slug: string;
134
+ children: null;
135
+ };
136
+ traditionalHomes: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ other: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ };
149
+ };
150
+ travelInspiration: {
151
+ title: string;
152
+ description: string;
153
+ slug: string;
154
+ children: {
155
+ destinationGuides: {
156
+ title: string;
157
+ description: string;
158
+ slug: string;
159
+ children: null;
160
+ };
161
+ travelItineraries: {
162
+ title: string;
163
+ description: string;
164
+ slug: string;
165
+ children: null;
166
+ };
167
+ localCuisines: {
168
+ title: string;
169
+ description: string;
170
+ slug: string;
171
+ children: null;
172
+ };
173
+ culturalExperiences: {
174
+ title: string;
175
+ description: string;
176
+ slug: string;
177
+ children: null;
178
+ };
179
+ other: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ };
186
+ };
187
+ lifestyleEnhancements: {
188
+ title: string;
189
+ description: string;
190
+ slug: string;
191
+ children: {
192
+ outdoorLivingIdeas: {
193
+ title: string;
194
+ description: string;
195
+ slug: string;
196
+ children: null;
197
+ };
198
+ homeWellness: {
199
+ title: string;
200
+ description: string;
201
+ slug: string;
202
+ children: null;
203
+ };
204
+ smartHomeTech: {
205
+ title: string;
206
+ description: string;
207
+ slug: string;
208
+ children: null;
209
+ };
210
+ personalizedSpaces: {
211
+ title: string;
212
+ description: string;
213
+ slug: string;
214
+ children: null;
215
+ };
216
+ other: {
217
+ title: string;
218
+ description: string;
219
+ slug: string;
220
+ children: null;
221
+ };
222
+ };
223
+ };
224
+ };
225
+ export declare const authors: Record<string, string>;
226
+ export declare const authorsNames: string[];
227
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF05\uD83C\uDF33\u2728";
228
+ export declare const categories: ("beautifulHomes" | "incredibleLocations" | "interiorDesignTips" | "architectureStyles" | "travelInspiration" | "lifestyleEnhancements")[];
229
+ export declare const subcategories: string[];
230
+ export declare const subsubcategories: string[];
231
+ export type Category = keyof typeof dataStructure;
232
+ export type CategoryNode = (typeof dataStructure)[Category];
233
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
234
+ export declare const startDate = "2024-09-19T00:00:00Z";
235
+ export declare const devBucketName = "idn-charmhavens-dev";
236
+ export declare const prodBucketName = "idn-charmhavens";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={beautifulHomes:{title:"Discover Beautiful Homes and Incredible Locations 🌍",description:"Explore the finest in beautiful homes and stunning locations. Get inspired by modern design, luxury interiors, and historic properties. 🏡✨",slug:"beautiful-homes",children:{modernDesign:{title:"Modern Design Homes: Innovative Living Spaces 🏢✨",description:"Dive into modern design with innovative homes that blend style and functionality. Find inspiration for your dream living space today! 🎨🏡",slug:"modern-design",children:null},luxuriousInteriors:{title:"Luxurious Interiors: Elegant Living Awaits 🌟🏠",description:"Experience luxurious interiors that define elegance and comfort. Discover decor ideas to transform your home into a masterpiece! 🛋️💖",slug:"luxurious-interiors",children:null},ecoFriendlyHomes:{title:"Eco-Friendly Homes: Sustainable Living at Its Best 🌱🏡",description:"Explore eco-friendly homes designed for sustainability and style. Embrace a greener lifestyle while enjoying beautiful living spaces! 🌍♻️",slug:"eco-friendly-homes",children:null},historicProperties:{title:"Historic Properties: A Journey Through Time ⏳🏰",description:"Step into the beauty of historic properties that tell tales of the past. Explore timeless designs and architectural wonders! 🕰️🏡",slug:"historic-properties",children:null},other:{title:"Other Beautiful Homes: Unique Designs to Inspire 💖🏡",description:"Discover other beautiful homes that showcase unique designs and architectural styles. Get inspired by creativity and charm! 🌈✨",slug:"other-beautiful-homes",children:null}}},incredibleLocations:{title:"Discover Incredible Locations: Beautiful Homes Worldwide 🏡🌍",description:"Explore extraordinary locations around the globe that promise enchanting experiences and stunning scenery. Adventure awaits at every corner! ✈️✨",slug:"incredible-locations",children:{worldsHiddenGems:{title:"World's Hidden Gems: Unveiling Unique Locations 🏝️🔍",description:"Discover the world's hidden gems, from secluded beaches to untouched landscapes. Uncover unique destinations that are off the beaten path! 🌄🌿",slug:"worlds-hidden-gems",children:null},beachDestinations:{title:"Beautiful Beach Destinations: Your Sun-Kissed Getaway 🏖️☀️",description:"Dive into the best beach destinations around the world. Relax and unwind with stunning seaside views and crystal-clear waters. 🌊🌅",slug:"beach-destinations",children:null},mountainRetreats:{title:"Serene Mountain Retreats: Nature's Escapades 🏔️🌲",description:"Experience breathtaking mountain retreats where tranquility meets adventure. Explore nature's wonders in these stunning getaways! 🌟🏞️",slug:"mountain-retreats",children:null},urbanEscapes:{title:"Urban Escapes: Exploring City Wonders 🌆✨",description:"Embark on urban escapes that blend culture, architecture, and nightlife. Discover vibrant cities brimming with energy and creativity! 🏙️🌃",slug:"urban-escapes",children:null},other:{title:"Other Extraordinary Locations: Travel Beyond the Ordinary 🚀🌌",description:"Explore other incredible locations that defy expectations. From unique festivals to stunning landscapes, find your next adventure! 🎇🌠",slug:"other-extraordinary-locations",children:null}}},interiorDesignTips:{title:"Interior Design Tips: Transform Your Living Spaces with Style 🌟",description:"Explore expert interior design tips to enhance your home’s beauty and functionality. Discover color schemes, furniture arrangements, and more! 🏡✨",slug:"interior-design-tips",children:{colorSchemes:{title:"Color Schemes: Vibrant Designs for Every Room 🎨",description:"Discover how to choose perfect color schemes that bring life and warmth to your spaces. Elevate your interior design with smart color choices! 💖🏠",slug:"color-schemes",children:null},furnitureArrangement:{title:"Furniture Arrangement: Maximize Space Elegantly 🛋️",description:"Master the art of furniture arrangement for comfort and functionality. Learn tips to optimize every room while keeping it stylish and inviting! 🏡✨",slug:"furniture-arrangement",children:null},decorAccents:{title:"Decor Accents: Add Personality to Your Home 🖼️",description:"Explore creative decor accents that can transform your home’s atmosphere. Discover unique pieces that reflect your personal style! 🌺🏠",slug:"decor-accents",children:null},spaceMaximization:{title:"Space Maximization: Ingenious Ideas for Small Areas 📏",description:"Unlock the potential of small spaces with clever maximization techniques. Create the illusion of spaciousness without compromising style! 🏡✨",slug:"space-maximization",children:null},other:{title:"Other Interior Tips: Beyond Basics for Stunning Homes 💡",description:"Dive into additional interior design insights that elevate your home beyond the basics. Uncover innovative ideas for every corner! 🏠🌟",slug:"other-interior-tips",children:null}}},architectureStyles:{title:"Explore Unique Architecture Styles for Beautiful Homes 🌟",description:"Discover various architectural styles that transform homes into breathtaking spaces. Explore contemporary, rustic, minimalist designs, and more! 🏡",slug:"architecture-styles",children:{contemporaryArchitecture:{title:"Contemporary Architecture: Redefining Modern Living 🏙️",description:"Uncover the essence of contemporary architecture, blending form and function, with sleek designs and innovative materials for modern lifestyles. ✨",slug:"contemporary-architecture",children:null},rusticCharm:{title:"Rustic Charm: Embracing Nature's Beauty 🌲",description:"Dive into the world of rustic charm, featuring warm, inviting home designs that highlight natural materials, cozy atmospheres, and timeless elegance. 🛖",slug:"rustic-charm",children:null},minimalistDesign:{title:"Minimalist Design: Simplicity Meets Elegance 🌿",description:"Explore minimalist design, focusing on simplicity and functionality, showcasing clean lines and uncluttered spaces for a peaceful living environment. 🕊️",slug:"minimalist-design",children:null},traditionalHomes:{title:"Traditional Homes: Timeless Elegance and Serenity 🏘️",description:"Experience the beauty of traditional homes, where classic architectural elements and rich histories create warm, familiar environments for your family. 🕰️",slug:"traditional-homes",children:null},other:{title:"Other Unique Architecture Styles: Discover the Extraordinary 🔍",description:"Unveil unique and diverse architecture styles not covered elsewhere, celebrating creativity and innovation in home design from around the globe! 🌎",slug:"other-architecture-styles",children:null}}},travelInspiration:{title:"Explore Stunning Travel Inspiration: Beautiful Homes & Locations 🏡🌍",description:"Discover breathtaking homes and incredible travel locations at CharmHavens. Get inspired with our destination guides and lifestyle tips! 🌟",slug:"explore-travel-inspiration",children:{destinationGuides:{title:"In-Depth Destination Guides for Your Next Adventure 🌄✈️",description:"Navigate the world's most incredible destinations with our in-depth guides. From hidden gems to popular hotspots, find your next travel destination! 🗺️",slug:"destination-guides",children:null},travelItineraries:{title:"Curated Travel Itineraries to Optimize Your Journey 🧳🗓️",description:"Maximize your travel experience with tailored itineraries featuring must-visit spots and local secrets. Plan your ultimate adventure now! 📍",slug:"travel-itineraries",children:null},localCuisines:{title:"Savory Local Cuisines: A Foodie's Travel Guide 🍽️🌎",description:"Savor the unique flavors of different cultures with our local cuisine guides. Discover where to eat and enjoy authentic dishes around the globe! 🌏",slug:"local-cuisines",children:null},culturalExperiences:{title:"Immersive Cultural Experiences Await You! 🎭🌐",description:"Delve into the rich cultures of various regions through incredible experiences. Engage with locals and cherish unique traditions on your travels! 🌈",slug:"cultural-experiences",children:null},other:{title:"Other Travel Inspirations: Unique Ideas & Tips 🌈🎒",description:"Explore a collection of other travel inspirations that encompass unique ideas and tips. Find what truly resonates with your wanderlust! 🗺️",slug:"other-travel-inspirations",children:null}}},lifestyleEnhancements:{title:"Transform Your Home & Lifestyle with CharmHaven Inspirations 🌿",description:"Explore practical ideas, innovative tech, and wellness tips to enhance your living spaces and enjoy an exquisite lifestyle filled with beauty. 🏡✨",slug:"lifestyle-enhancements",children:{outdoorLivingIdeas:{title:"Stunning Outdoor Living Ideas for Every Home 🌞",description:"Discover breathtaking outdoor living ideas that merge nature with comfort, creating beautiful and relaxing spaces perfect for enjoyment. 🌼✨",slug:"outdoor-living-ideas",children:null},homeWellness:{title:"Home Wellness Tips for a Better Living Environment 🧘‍♀️",description:"Uncover essential home wellness tips that promote tranquility and health, ensuring your living space is a haven of serenity and comfort. 🌿🏠",slug:"home-wellness",children:null},smartHomeTech:{title:"Innovative Smart Home Tech for Modern Living 💡",description:"Embrace cutting-edge smart home technology that enhances convenience, security, and efficiency for a seamless living experience. 📱🔒",slug:"smart-home-tech",children:null},personalizedSpaces:{title:"Creating Personalized Spaces That Reflect You 🖼️",description:"Learn how to create personalized spaces that uniquely reflect your style, making your home a true expression of your taste and personality. 🏡💖",slug:"personalized-spaces",children:null},other:{title:"Explore Unique Lifestyle Enhancements for Your Home 🔍",description:"Dive into unique lifestyle enhancement topics that elevate your living experience, from decor to travel inspiration and beyond. 🏖️✨",slug:"other",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="🏡🌅🌳✨",s=Object.keys(i),o=[],a=[];for(const e of s){const t=i[e];if(null==t?void 0:t.children){o.push(...Object.keys(t.children));for(const e of o){const i=t.children[e];(null==i?void 0:i.children)&&a.push(...Object.keys(i.children))}}}const l="2024-09-19T00:00:00Z",c="charmhavens",u=`idn-${c}-dev`,d=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=t,exports.authorsNames=n,exports.categories=s,exports.dataStructure=i,exports.devBucketName=u,exports.prodBucketName=d,exports.startDate=l,exports.subcategories=o,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ ArchitecturalStyles = "Architectural Styles",
3
+ LocationType = "Location Type",
4
+ DesignInspirations = "Design Inspirations",
5
+ TravelExperiences = "Travel Experiences",
6
+ LifestyleAspects = "Lifestyle Aspects"
7
+ }
8
+ type ArchitecturalStylesValues = 'Modern Minimalism' | 'Coastal Retreat' | 'Rustic Charm' | 'Victorian Elegance' | 'Industrial Chic';
9
+ type LocationTypeValues = 'Urban Escapes' | 'Countryside Havens' | 'Beachfront Wonders' | 'Mountain Retreats' | 'Cultural Capitals';
10
+ type DesignInspirationsValues = 'Eco-Friendly Homes' | 'Small Space Solutions' | 'Luxury Interiors' | 'Vintage Decor' | 'Open-Concept Designs';
11
+ type TravelExperiencesValues = 'Adventure Getaways' | 'Culinary Journeys' | 'Cultural Expeditions' | 'Relaxation Retreats' | 'Family-Friendly Spots';
12
+ type LifestyleAspectsValues = 'Sustainable Living' | 'Entertaining at Home' | 'Wellness Retreats' | 'Smart Home Technology' | 'Artisanal Craftsmanship';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.ArchitecturalStyles]: ArchitecturalStylesValues[];
15
+ [FiltersNames.LocationType]: LocationTypeValues[];
16
+ [FiltersNames.DesignInspirations]: DesignInspirationsValues[];
17
+ [FiltersNames.TravelExperiences]: TravelExperiencesValues[];
18
+ [FiltersNames.LifestyleAspects]: LifestyleAspectsValues[];
19
+ };
20
+ export declare const architecturalStylesValues: ArchitecturalStylesValues[];
21
+ export declare const locationTypeValues: LocationTypeValues[];
22
+ export declare const designInspirationsValues: DesignInspirationsValues[];
23
+ export declare const travelExperiencesValues: TravelExperiencesValues[];
24
+ export declare const lifestyleAspectsValues: LifestyleAspectsValues[];
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={})).ArchitecturalStyles="Architectural Styles",e.LocationType="Location Type",e.DesignInspirations="Design Inspirations",e.TravelExperiences="Travel Experiences",e.LifestyleAspects="Lifestyle Aspects";const s=["Modern Minimalism","Coastal Retreat","Rustic Charm","Victorian Elegance","Industrial Chic"],t=["Urban Escapes","Countryside Havens","Beachfront Wonders","Mountain Retreats","Cultural Capitals"],r=["Eco-Friendly Homes","Small Space Solutions","Luxury Interiors","Vintage Decor","Open-Concept Designs"],i=["Adventure Getaways","Culinary Journeys","Cultural Expeditions","Relaxation Retreats","Family-Friendly Spots"],a=["Sustainable Living","Entertaining at Home","Wellness Retreats","Smart Home Technology","Artisanal Craftsmanship"],l={[exports.FiltersNames.ArchitecturalStyles]:[],[exports.FiltersNames.LocationType]:[],[exports.FiltersNames.DesignInspirations]:[],[exports.FiltersNames.TravelExperiences]:[],[exports.FiltersNames.LifestyleAspects]:[]},n={[exports.FiltersNames.ArchitecturalStyles]:s,[exports.FiltersNames.LocationType]:t,[exports.FiltersNames.DesignInspirations]:r,[exports.FiltersNames.TravelExperiences]:i,[exports.FiltersNames.LifestyleAspects]:a},o=()=>JSON.stringify(n,null,2);exports.architecturalStylesValues=s,exports.designInspirationsValues=r,exports.fullFilters=n,exports.getFiltersTypesJSON=o,exports.initialFilters=l,exports.lifestyleAspectsValues=a,exports.locationTypeValues=t,exports.travelExperiencesValues=i;
@@ -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"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),i=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.architecturalStylesValues=t.architecturalStylesValues,exports.designInspirationsValues=t.designInspirationsValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.lifestyleAspectsValues=t.lifestyleAspectsValues,exports.locationTypeValues=t.locationTypeValues,exports.travelExperiencesValues=t.travelExperiencesValues,exports.getDefaultImagesFrontmatter=s.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=s.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=r.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=r.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=r.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=p,exports.END_STEP=i.END_STEP,exports.FILTERS_INFO=i.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=i.IMAGES_PROHIBITED_WORDS,exports.START_STEP=i.START_STEP,exports.TARGET_AUDIENCE=i.TARGET_AUDIENCE,exports.ZERO_SECTION=i.ZERO_SECTION,exports.portalInfo=i.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: CharmHavens is an innovative infotainment portal dedicated to showcasing beautiful homes and incredible locations. It offers readers a blend of design inspiration, travel recommendations, and lifestyle tips that celebrate the art of living well.\n - Detailed description: CharmHavens serves as an online destination for those who appreciate the beauty of architecture and the allure of breathtaking locations. The portal features articles that explore unique home designs, trendy interior decor tips, and stunning landscapes from around the world. Readers can immerse themselves in curated content that highlights the essence of living in exquisitely designed spaces while also discovering remarkable travel spots. Each article is crafted to inspire and provide practical insights, making it an invaluable resource for homeowners and travelers alike who are looking to enhance their living environments and explore new horizons.\n - Target audience: The target audience for CharmHavens includes homeowners, interior design enthusiasts, real estate investors, travel aficionados, and lifestyle seekers aged 25-55 who are interested in finding inspiration for beautiful living spaces and discovering extraordinary locations to visit.\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## Featured Homes\n - Spotlight on Unique Architectural Designs\n - Home Tours: Inside Stunning Interiors\n\n## Incredible Locations\n - Hidden Gems: Underrated Travel Spots\n - Top Destinations for Home and Culture Lovers\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 - Featured Homes, 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 = "real estate enthusiasts, travel lovers, interior design 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 t="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: CharmHavens is an innovative infotainment portal dedicated to showcasing beautiful homes and incredible locations. It offers readers a blend of design inspiration, travel recommendations, and lifestyle tips that celebrate the art of living well.\n - Detailed description: CharmHavens serves as an online destination for those who appreciate the beauty of architecture and the allure of breathtaking locations. The portal features articles that explore unique home designs, trendy interior decor tips, and stunning landscapes from around the world. Readers can immerse themselves in curated content that highlights the essence of living in exquisitely designed spaces while also discovering remarkable travel spots. Each article is crafted to inspire and provide practical insights, making it an invaluable resource for homeowners and travelers alike who are looking to enhance their living environments and explore new horizons.\n - Target audience: The target audience for CharmHavens includes homeowners, interior design enthusiasts, real estate investors, travel aficionados, and lifestyle seekers aged 25-55 who are interested in finding inspiration for beautiful living spaces and discovering extraordinary locations to visit.\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## Featured Homes\n - Spotlight on Unique Architectural Designs\n - Home Tours: Inside Stunning Interiors\n\n## Incredible Locations\n - Hidden Gems: Underrated Travel Spots\n - Top Destinations for Home and Culture Lovers\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 - Featured Homes, IF it's applicable to the theme of the article.\n",n="highlighting the key points that will be discussed and the relevance of the topic",a="synthesizing the information presented throughout",r="real estate enthusiasts, travel lovers, interior design 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=n,exports.TARGET_AUDIENCE=r,exports.ZERO_SECTION=i,exports.portalInfo=t;
@@ -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 architecture photograph for a glossy beautiful homes magazine, nature style photography, glossy incredible locations 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 a={[exports.PageNames.Authors]:{title:"Meet the Creators | CharmHavens",description:"Discover the talented authors behind CharmHavens, bringing you stories of beautiful homes and incredible locations. ✨🏡"},[exports.PageNames.Home]:{title:"Welcome to CharmHavens | Beautiful Homes & Incredible Locations",description:"Explore stunning houses and breathtaking places. Dive into our world of beauty and inspiration! 🌍💖"},[exports.PageNames.NotFound]:{title:"Page Not Found | CharmHavens",description:"Oops! The page you were looking for couldn’t be found. Let’s take you back to places worth exploring! 🔍🏠"},[exports.PageNames.AboutUs]:{title:"About CharmHavens | Our Story",description:"Learn about CharmHavens, where we celebrate beautiful homes and incredible locations around the world. 🏖️📖"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | CharmHavens",description:"Your privacy is important to us. Read our privacy policy to understand how we protect your information. 🔒📜"},[exports.PageNames.Terms]:{title:"Terms of Service | CharmHavens",description:"Review the terms of service for using CharmHavens. Your journey into beauty starts with understanding! 📋⚖️"},[exports.PageNames.Sitemap]:{title:"Sitemap | Navigate CharmHavens",description:"Easily explore our website with our sitemap. Find your way to beautiful homes and incredible locations! 🗺️🏘️"}},i=[{name:"Anjali Mehta",description:"Anjali Mehta is an experienced interior designer and architectural journalist with over 10 years of expertise in showcasing unique properties and stunning homes. Her passion for design and travel takes her to beautiful locations around India, where she curates insightful articles for CharmHavens.",meta_title:"Anjali Mehta - Interior Designer & Architectural Journalist",meta_description:"Explore the world of beautiful homes and incredible locations through the eyes of Anjali Mehta, an expert interior designer and architectural journalist at CharmHavens."},{name:"Ravi Kumar",description:"Ravi Kumar is a renowned travel writer and real estate expert with a keen eye for aesthetics. With a background in urban planning, he shares his insights on the best locations to find charming homes while exploring the rich cultural tapestry of India.",meta_title:"Ravi Kumar - Travel Writer & Real Estate Expert",meta_description:"Join Ravi Kumar on his journey through stunning landscapes and charming homes as he uncovers incredible locations in India for CharmHavens."},{name:"Deepika Sharma",description:"Deepika Sharma is an award-winning lifestyle journalist with a flair for home décor and architecture. With over 8 years of experience writing for various lifestyle publications, she brings a fresh perspective to the CharmHavens portal, exploring homes infused with culture and creativity.",meta_title:"Deepika Sharma - Lifestyle Journalist & Home Décor Expert",meta_description:"Discover the art of lifestyle and home décor with Deepika Sharma as she explores beautiful homes and extraordinary locations at CharmHavens."},{name:"Vikram Joshi",description:"Vikram Joshi is a passionate environmentalist and travel enthusiast who has been documenting sustainable homes and eco-friendly locations for over 5 years. His contributions to CharmHavens focus on blending nature with modern living, inspiring readers to find beauty in eco-conscious design.",meta_title:"Vikram Joshi - Environmentalist & Travel Enthusiast",meta_description:"Explore sustainable living and eco-friendly homes with Vikram Joshi as he uncovers the beauty of incredible locations at CharmHavens."},{name:"Riya Singh",description:"Riya Singh is a creative writer and visual storyteller specializing in architecture and travel. With a strong background in art history, she offers readers a vivid glimpse into beautiful homes and their surrounding environments through her captivating narratives at CharmHavens.",meta_title:"Riya Singh - Creative Writer & Visual Storyteller",meta_description:"Immerse yourself in the world of stunning architecture and travel with Riya Singh, as she shares her tales of enchanting homes and locations at CharmHavens."},{name:"Manish Agarwal",description:"Manish Agarwal combines his expertise in photography and architecture to curate stunning visual content for CharmHavens. With a portfolio that reflects India's architectural diversity, he aims to showcase the beauty of locations and the homes within them.",meta_title:"Manish Agarwal - Photographer & Architectural Curator",meta_description:"Dive into the visual world of architecture and stunning design with Manish Agarwal, who captures the essence of beautiful homes and locations at CharmHavens."},{name:"Neha Bansal",description:"Neha Bansal is a seasoned blogger and lifestyle influencer with a focus on home improvement and décor. With her engaging writing style and insightful tips, she shares her experiences discovering beautiful homes and idyllic locations across India for CharmHavens.",meta_title:"Neha Bansal - Lifestyle Influencer & Home Improvement Blogger",meta_description:"Discover home improvement tips and charming locations with Neha Bansal as she shares her expertise on beautiful homes at CharmHavens."},{name:"Suresh Nair",description:"Suresh Nair is a freelance writer and real estate consultant with over 12 years of experience in the industry. His articles for CharmHavens provide valuable insights into property trends and the allure of incredible locations in India.",meta_title:"Suresh Nair - Real Estate Consultant & Freelance Writer",meta_description:"Learn about real estate trends and beautiful locations with Suresh Nair, who provides expert insights and inspiring articles for CharmHavens."},{name:"Tanya Reddy",description:"Tanya Reddy is an editor and home design enthusiast who has worked with various lifestyle magazines. Her passion for beautiful homes drives her to create engaging content for CharmHavens that highlights the best in home design and incredible locations.",meta_title:"Tanya Reddy - Home Design Editor & Enthusiast",meta_description:"Explore the latest in home design and charming locations with Tanya Reddy as she shares her expertise at CharmHavens."},{name:"Aditya Mehra",description:"Aditya Mehra is a cultural historian and writer who specializes in documenting heritage homes and remarkable locations across India. His articles for CharmHavens explore the stories behind beautiful homes, blending history with modern comfort.",meta_title:"Aditya Mehra - Cultural Historian & Writer",meta_description:"Discover the rich history and architectural beauty of heritage homes and remarkable locations with Aditya Mehra at CharmHavens."},{name:"Arjun Malhotra",description:"Arjun Malhotra is a seasoned lifestyle writer and architect based in Mumbai, India. With over a decade of experience in the field, he specializes in sustainable home designs and luxurious retreats. His passion for nature and harmonious living drives his articles for CharmHavens, where he shares insights on beautiful homes in incredible locations.",meta_title:"Arjun Malhotra - CharmHavens Author",meta_description:"Explore the writings of Arjun Malhotra, a seasoned architect and lifestyle writer at CharmHavens, as he shares insights on sustainable homes and stunning locations."},{name:"Samantha Rao",description:"Samantha Rao is an acclaimed travel and home décor writer from New Delhi. With her keen eye for aesthetics and a deep understanding of cultural influences, she captures the essence of beautiful homes across India and beyond. Samantha’s articles at CharmHavens reflect her journey and experiences in design and travel.",meta_title:"Samantha Rao - CharmHavens Author",meta_description:"Discover the world of interiors and travel through the eyes of Samantha Rao, a celebrated writer at CharmHavens, as she highlights stunning homes and incredible travel locations."},{name:"Karan Bhatt",description:"Karan Bhatt, a real estate expert and writer, brings over 15 years of industry experience to CharmHavens. His articles focus on emerging markets and listings of breathtaking properties, offering readers a blend of investment advice and aspirational living. Karan’s deep knowledge helps homeowners make informed decisions.",meta_title:"Karan Bhatt - CharmHavens Author",meta_description:"Learn from Karan Bhatt, a real estate guru at CharmHavens, who specializes in showcasing breathtaking properties and offering valuable insights on investments."},{name:"Divya Nair",description:"Divya Nair is a professional interior designer and lifestyle blogger from Bengaluru. With a rich background in design consultancy, she offers unique perspectives on home décor trends and innovative styling ideas. Her engaging articles invite readers to explore incredible locations and the magic of beautiful homes.",meta_title:"Divya Nair - CharmHavens Author",meta_description:"Join Divya Nair, an accomplished interior designer at CharmHavens, as she shares her expertise in home décor and inspirational locations."},{name:"Rajesh Kumar",description:"Rajesh Kumar is a travel journalist and home enthusiast who writes from Kolkata. With extensive travel experience, he explores the intersection of architecture and nature in his well-researched articles. At CharmHavens, Rajesh reveals the beauty of homes situated in extraordinary locations.",meta_title:"Rajesh Kumar - CharmHavens Author",meta_description:"Explore the captivating writings of Rajesh Kumar at CharmHavens, as he uncovers the beauty of homes nestled in extraordinary locations."},{name:"Aisha Singh",description:"Aisha Singh is an art and design writer from Hyderabad. With a passion for blending cultural heritage with modern aesthetics, she writes compelling articles for CharmHavens, showcasing innovative designs that reflect incredible homes and their locations.",meta_title:"Aisha Singh - CharmHavens Author",meta_description:"Discover the artistry of homes through Aisha Singh's compelling writings at CharmHavens, blending cultural heritage with contemporary design."},{name:"Vikram Desai",description:"Vikram Desai is a real estate and home improvement expert based in Pune. His background in construction and design allows him to provide practical advice on home renovations and the latest market trends. His contributions to CharmHavens focus on both aesthetic and functional aspects of beautiful homes.",meta_title:"Vikram Desai - CharmHavens Author",meta_description:"Gain insights from Vikram Desai, a real estate and home improvement expert at CharmHavens, as he explores functional and aesthetic elements of beautiful homes."},{name:"Meera Iyer",description:"Meera Iyer, a travel enthusiast and freelance writer from Chennai, has a penchant for uncovering hidden gems in architecture and design. Her writing at CharmHavens emphasizes discovering incredible homes in unique locations, giving readers an authentic look at various cultural inspirations.",meta_title:"Meera Iyer - CharmHavens Author",meta_description:"Join Meera Iyer in her exploration of unique architectures at CharmHavens, focusing on the beauty of homes in captivating locations."},{name:"Nitin Roy",description:"Nitin Roy is an environmental design consultant and writer from Jaipur, specializing in eco-friendly living solutions. With a decade-long experience in green architecture, he shares insights about merging sustainability with aesthetics in his articles for CharmHavens, focusing on incredible homes that honor the planet.",meta_title:"Nitin Roy - CharmHavens Author",meta_description:"Explore sustainability in home design with Nitin Roy, an environmental design expert at CharmHavens, who promotes eco-friendly living solutions in beautiful locations."},{name:"Riya Kapoor",description:"Riya Kapoor is a passionate urban planner and writer from Chandigarh. Her work focuses on the relationship between community living and home environments, providing readers with a deeper understanding of how incredible locations enhance home experiences. Riya writes insightful pieces for CharmHavens, emphasizing harmonious living.",meta_title:"Riya Kapoor - CharmHavens Author",meta_description:"Read insightful articles by Riya Kapoor at CharmHavens, as she explores the connection between urban planning and beautiful living environments."},{name:"Ravi Sharma",description:"Ravi Sharma is a renowned architect and interior designer based in New Delhi. With over 15 years of experience in sustainable design, he specializes in creating beautiful homes that blend seamlessly with their incredible surroundings. His works have been featured in numerous design publications, showcasing innovative solutions that merge functionality and aesthetic appeal.",meta_title:"Ravi Sharma - Expert Architect & Interior Designer | CharmHavens",meta_description:"Explore the creative works of Ravi Sharma, New Delhi's leading architect and interior designer, who brings sustainable beauty to homes and surroundings. Read his articles on CharmHavens."},{name:"Anita Desai",description:"Anita Desai is a celebrated author and travel journalist from Mumbai, India. With a passion for exploring breathtaking locations, her work often focuses on cultural heritage and the charm of India’s diverse landscapes. Anita has contributed to various travel magazines and blogs, sharing her insights and experiences with readers seeking to discover hidden gems.",meta_title:"Anita Desai - Travel Journalist & Cultural Advocate | CharmHavens",meta_description:"Join Anita Desai, a travel journalist from Mumbai, as she uncovers the cultural heritage and charm of incredible locations. Read her engaging articles on CharmHavens."},{name:"Mohit Kapoor",description:"Mohit Kapoor is a seasoned real estate expert with over a decade of experience in the Indian market. His articles shine a light on emerging trends in the housing sector, alongside breathtaking home showcases. Mohit is dedicated to educating homeowners and investors about maximizing their living experiences through informed decisions.",meta_title:"Mohit Kapoor - Real Estate Expert & Lifestyle Writer | CharmHavens",meta_description:"Discover expert insights on real estate and home aesthetics from Mohit Kapoor. Explore his articles about the beautiful homes and locations that attract investors on CharmHavens."},{name:"Sita Iyer",description:"Sita Iyer is a well-known lifestyle blogger and influencer based in Bangalore. With a focus on home decor and innovative design, she creatively mixes contemporary styles with traditional Indian aesthetics. Her passion for interior design has led her to curate beautiful spaces that reflect their owners' personalities.",meta_title:"Sita Iyer - Lifestyle Blogger & Interior Decor Expert | CharmHavens",meta_description:"Explore home decor inspiration with Sita Iyer, a lifestyle blogger from Bangalore. Discover her innovative designs and beautiful home ideas on CharmHavens."},{name:"Anil Mehta",description:"Anil Mehta is an award-winning landscape architect with extensive experience in creating stunning outdoor spaces that accentuate beautiful homes. Based in Jaipur, he focuses on blending natural beauty with functional landscapes. His work includes parks, residential gardens, and community spaces that inspire tranquility.",meta_title:"Anil Mehta - Landscape Architect & Outdoor Space Expert | CharmHavens",meta_description:"Experience the art of landscape architecture with Anil Mehta. Read his insights on creating stunning outdoor spaces around beautiful homes on CharmHavens."},{name:"Leela Singh",description:"Leela Singh is a passionate food and lifestyle writer from Kolkata who often explores the intersection of home, culture, and cuisine. Her focus on regional Indian dishes showcases how beautiful homes can enhance culinary experiences. Leela's articles provide readers with a taste of local flavors that elevate everyday living.",meta_title:"Leela Singh - Food & Lifestyle Writer | CharmHavens",meta_description:"Savor the flavors of Indian cuisine with Leela Singh, a food and lifestyle writer from Kolkata. Discover articles that enhance your culinary experiences at CharmHavens."},{name:"Ajay Bansal",description:"Ajay Bansal is a certified home inspector and renovation expert with over 12 years in the industry. Based in Chandigarh, he offers insights into maintaining the integrity and beauty of homes. His expertise covers everything from minor repairs to full renovations, helping homeowners achieve their dreams while ensuring safety and functionality.",meta_title:"Ajay Bansal - Home Inspector & Renovation Specialist | CharmHavens",meta_description:"Join Ajay Bansal, a home inspection and renovation expert from Chandigarh, in exploring the necessary steps to maintain and beautify your home. Read his articles on CharmHavens."},{name:"Pooja Chand",description:"Pooja Chand is a versatile writer and digital content creator from Pune, specializing in home improvement and DIY projects. With a keen eye for design, she provides readers with step-by-step guides to transform their living spaces into stylish havens. Pooja's articles inspire creativity and empower homeowners to take control of their decor.",meta_title:"Pooja Chand - DIY & Home Improvement Specialist | CharmHavens",meta_description:"Transform your home with Pooja Chand’s DIY projects and home improvement tips. Discover creative ways to enhance your living space on CharmHavens."},{name:"Nisha Rao",description:"Nisha Rao is a passionate environmentalist and designer focused on sustainable living. Based in Goa, she combines her knowledge of eco-friendly practices with stylish home designs. Her articles encourage homeowners to make environmentally conscious decisions that do not compromise on aesthetics.",meta_title:"Nisha Rao - Sustainable Living Designer & Writer | CharmHavens",meta_description:"Embrace sustainable living with Nisha Rao, an environmentalist and designer from Goa. Discover her articles promoting eco-friendly home choices at CharmHavens."},{name:"Anjali Sharma",description:"Anjali Sharma is a celebrated interior designer and lifestyle blogger based in Mumbai. With over 10 years of experience, she specializes in creating aesthetically pleasing spaces that reflect the soul of the homeowner. Anjali has contributed articles to several renowned publications and holds workshops on home styling across India.",meta_title:"Anjali Sharma - Interior Designer & Lifestyle Blogger at CharmHavens",meta_description:"Explore expert insights from Anjali Sharma, a seasoned interior designer and lifestyle blogger, as she shares her passion for creating beautiful homes at CharmHavens."},{name:"Rohit Mehta",description:"Rohit Mehta is a travel enthusiast and writer who focuses on finding the most incredible locations across India and beyond. With a background in photography, he vividly captures the essence of places in his articles. Rohit’s work is featured in various travel magazines and blogs, making him a trusted voice in the travel community.",meta_title:"Rohit Mehta - Travel Writer & Photographer at CharmHavens",meta_description:"Join Rohit Mehta on his journey to uncover breathtaking locations. His captivating travel narratives at CharmHavens promise to inspire your next getaway."},{name:"Neha Gupta",description:"Neha Gupta is an architect and sustainable design advocate from Delhi. With a passion for green architecture, she writes about how beautiful homes can coexist with nature. Her expertise has led her to work on multiple award-winning projects, and she actively shares her insights and innovative design ideas at CharmHavens.",meta_title:"Neha Gupta - Architect & Sustainable Design Advocate at CharmHavens",meta_description:"Discover Neha Gupta's vision of sustainable architecture. Follow her journey towards eco-friendly living and beautiful designs at CharmHavens."},{name:"Karan Singh",description:"Karan Singh is a landscape designer and garden columnist known for transforming outdoor spaces into breathtaking retreats. His articles provide expert tips and unique designs, encouraging readers to create beautiful gardens. With a strong online presence, Karan has established himself as a go-to source for gardening enthusiasts.",meta_title:"Karan Singh - Landscape Designer & Garden Expert at CharmHavens",meta_description:"Get inspired by Karan Singh’s creative landscape designs. Learn how to beautify your garden with expert tips and tricks at CharmHavens."},{name:"Devraj Patil",description:"Devraj Patil is an expert in real estate and a passionate writer. His deep understanding of the housing market allows him to provide valuable insights within his articles for CharmHavens. Devraj is dedicated to helping readers navigate the complexities of home buying and investment.",meta_title:"Devraj Patil - Real Estate Expert & Writer at CharmHavens",meta_description:"Navigate the real estate landscape with Devraj Patil. Gain insights into home buying and investment to find your dream property with CharmHavens."},{name:"Priya Bhatia",description:"Priya Bhatia is a lifestyle and travel writer with a keen eye for cultural experiences around beautiful homes. Her articles blend personal stories with travel tips, capturing the essence of each location. With a background in journalism, Priya offers a unique voice to inspiring narratives at CharmHavens.",meta_title:"Priya Bhatia - Lifestyle & Travel Writer at CharmHavens",meta_description:"Explore the world of lifestyle and travel with Priya Bhatia. Discover inspiring stories and tips to enrich your travels at CharmHavens."},{name:"Amit Desai",description:"Amit Desai is a renowned culinary expert and home chef, sharing his love for food within his articles on CharmHavens. With years of experience in gourmet cooking, Amit captures the essence of regional recipes and home hospitality, bridging the gap between the kitchen and beautiful living.",meta_title:"Amit Desai - Culinary Expert & Home Chef at CharmHavens",meta_description:"Savor culinary delights with Amit Desai. Delve into delicious recipes and the art of home cooking at CharmHavens."},{name:"Isha Bansal",description:"Isha Bansal is a wellness advocate and home lifestyle coach who blends aesthetics with well-being. She writes extensively about creating harmonious living spaces that promote mental and emotional health. Having worked with various clients, Isha is dedicated to empowering others through home transformations.",meta_title:"Isha Bansal - Wellness Advocate & Lifestyle Coach at CharmHavens",meta_description:"Transform your home into a sanctuary with Isha Bansal. Discover wellness tips that harmonize your living space and well-being at CharmHavens."},{name:"Vikram Rao",description:"Vikram Rao is a technology enthusiast and home automation expert. His expertise in integrating smart technologies into beautiful homes makes him a sought-after writer for CharmHavens. Vikram's articles focus on the latest smart home trends and how to create tech-savvy living spaces.",meta_title:"Vikram Rao - Technology Expert & Smart Home Writer at CharmHavens",meta_description:"Explore innovative smart home solutions with Vikram Rao. Learn how to integrate technology into your living space for comfort and style at CharmHavens."},{name:"Sophia Hart",description:"Sophia is an acclaimed travel and lifestyle writer with over 10 years of experience covering beautiful homes and hidden gems around the globe. Her passion for architecture and design shines through in her captivating articles that inspire wanderlust.",meta_title:"Sophia Hart | CharmHavens Author",meta_description:"Discover the world through Sophia Hart's lens, where exquisite homes and striking locations come to life. An expert in travel and lifestyle writing."},{name:"Liam O'Sullivan",description:"Liam, a seasoned travel journalist, has been exploring the world's most picturesque locations for over 15 years. His insights on the intersection of nature and design offer readers unique perspectives on beautiful homes.",meta_title:"Liam O'Sullivan | CharmHavens Author",meta_description:"Join Liam O'Sullivan as he uncovers stunning homes in breathtaking locales. Travel journalist with a keen eye for beauty and detail."},{name:"Aisha Patel",description:"Aisha is a passionate writer and photographer based in India, devoted to sharing stories that combine culture, real estate, and stunning environments. Her knowledge of sustainable building practices reflects her love for both beauty and the planet.",meta_title:"Aisha Patel | CharmHavens Author",meta_description:"Explore Aisha Patel's captivating articles on sustainable homes in incredible locations. A writer committed to beauty and environmental responsibility."},{name:"Marco Rossi",description:"Based in Italy, Marco combines his love of design with storytelling. With over 12 years of experience in architecture journalism, he brings readers unique narratives about beautiful homes and incredible Italian locales.",meta_title:"Marco Rossi | CharmHavens Author",meta_description:"Experience the beauty of Italy through Marco Rossi's expert articles on architecture and home design. An authority on stunning locales and craftsmanship."},{name:"Emily Zhang",description:"Emily is an interior designer turned writer who specializes in home aesthetics and location-based inspiration. With her keen eye for detail and a flair for storytelling, she shares insights from her travels around Asia and beyond.",meta_title:"Emily Zhang | CharmHavens Author",meta_description:"Dive into Emily Zhang's world of home design and delightful locales. A former interior designer revealing the beauty of modern living through experience."},{name:"David Thompson",description:"David is a travel enthusiast and freelance writer from Australia, with over 8 years of experience in chronicling stunning homes and exotic destinations. His articles are rich with practical advice for travelers and home seekers alike.",meta_title:"David Thompson | CharmHavens Author",meta_description:"Journey with David Thompson as he guides readers to exceptional homes and breathtaking locations. An expert in travel and lifestyle insights."},{name:"Maya Santos",description:"Maya is a Brazilian journalist and digital nomad who has explored the world’s most charming homes for over a decade. Her stories emphasize the beauty and culture each location holds, making them memorable for every reader.",meta_title:"Maya Santos | CharmHavens Author",meta_description:"Discover the enchanting homes and mesmerizing cultures with Maya Santos. A seasoned journalist passionate about travel and storytelling."},{name:"James Korsak",description:"Based in Canada, James is a travel and architecture writer with a specialization in eco-friendly homes. With a decade of experience, he shares insights into homes that harmonize with their surroundings.",meta_title:"James Korsak | CharmHavens Author",meta_description:"Join James Korsak in exploring the harmony of eco-friendly homes in stunning locations. An experienced architect turned writer."},{name:"Isabella Schmidt",description:"Isabella is a German lifestyle writer and home décor enthusiast. With more than 7 years of experience, she connects travelers with beautiful design and incredible locations across Europe through her engaging writing.",meta_title:"Isabella Schmidt | CharmHavens Author",meta_description:"Engage with Isabella Schmidt’s articles that showcase beautiful design in incredible locations. A lifestyle writer weaving travel and decor together."},{name:"Noah Williams",description:"Noah is an American writer with a passion for historical homes and picturesque landscapes. With a rich background in art history, he brings a unique perspective to the modern world of travel writing.",meta_title:"Noah Williams | CharmHavens Author",meta_description:"Explore the intersection of history and home with Noah Williams. A travel writer specializing in stunning historical homes and breathtaking locations."},{name:"Sophia Reynolds",description:"Sophia Reynolds is an acclaimed travel writer and interior design aficionado based in London. With over 10 years of experience in the industry, she has explored the intricacies of beautiful homes across Europe and crafted articles that weave together stunning visuals and engaging stories. Her unique insights make her a beloved voice in the realm of home design and travel destinations.",meta_title:"Sophia Reynolds - Travel Writer & Interiors Specialist | CharmHavens",meta_description:"Explore the captivating articles of Sophia Reynolds, a travel writer with a passion for beautiful homes and incredible locations on CharmHavens."},{name:"Daniel Chang",description:"Daniel Chang is a renowned real estate expert and lifestyle blogger from Sydney, Australia. With a keen eye for architecture and design, Daniel has spent over 8 years documenting remarkable homes and locations worldwide. His articles combine practical advice with stunning imagery, making him a featured writer on numerous home and lifestyle sites.",meta_title:"Daniel Chang - Real Estate Expert & Lifestyle Blogger | CharmHavens",meta_description:"Discover the world through Daniel Chang's eyes as he shares his insights on beautiful homes and incredible locations at CharmHavens."},{name:"Clara Müller",description:"Clara Müller, based in Berlin, Germany, is an award-winning journalist specializing in sustainable architecture and eco-friendly living. With over 12 years of writing experience, Clara's articles showcase beautiful homes that prioritize both aesthetic appeal and environmental responsibility. Her commitment to green living resonates with readers seeking harmony between beauty and sustainability.",meta_title:"Clara Müller - Sustainable Architecture Journalist | CharmHavens",meta_description:"Explore beautiful homes and sustainable living tips with Clara Müller, an expert journalist dedicated to eco-friendly architecture at CharmHavens."},{name:"Ethan Johnson",description:"Ethan Johnson is a freelance writer and travel enthusiast from Toronto, Canada. With a background in journalism and a love for photography, he has spent the last 6 years documenting incredible locations and pristine homes around the globe. Ethan's vivid storytelling and stunning visuals captivate readers and transport them to the world's most breathtaking places.",meta_title:"Ethan Johnson - Travel Writer & Photographer | CharmHavens",meta_description:"Join Ethan Johnson on a journey to discover breathtaking homes and incredible locations around the world at CharmHavens."},{name:"Fatima El-Amin",description:"Fatima El-Amin is a cultural writer and design consultant based in Dubai, UAE. With a rich background in art history and over 7 years of experience in writing, Fatima offers unique perspectives on the intersection of culture and architecture. Her articles explore how different cultures shape beautiful homes in incredible locations.",meta_title:"Fatima El-Amin - Cultural Writer & Design Consultant | CharmHavens",meta_description:"Explore the stories behind beautiful homes influenced by culture with Fatima El-Amin, a cultural writer at CharmHavens."},{name:"Lucas Martinez",description:"Lucas Martinez is a passionate travel blogger and architecture historian from Buenos Aires, Argentina. He has dedicated the last decade to uncovering hidden gems and stunning properties in South America. With an engaging narrative style and a deep appreciation for history, Lucas offers readers a glimpse into the architectural wonders of his region.",meta_title:"Lucas Martinez - Travel Blogger & Architecture Historian | CharmHavens",meta_description:"Discover stunning properties and hidden gems in South America with Lucas Martinez, an architecture historian at CharmHavens."},{name:"Oliver Thompson",description:"Oliver Thompson is a leading travel and lifestyle writer hailing from Cape Town, South Africa. With over 15 years of experience, he combines his love for exploration with a talent for storytelling. Oliver believes that every home tells a story, and through his engaging articles, he shares breathtaking locations and the beauty of local craftsmanship.",meta_title:"Oliver Thompson - Travel & Lifestyle Writer | CharmHavens",meta_description:"Join Oliver Thompson as he explores beautiful homes and local craftsmanship around the world at CharmHavens."},{name:"Nina Petrov",description:"Nina Petrov is a celebrated architectural journalist and author based in Moscow, Russia. With a focus on modern design and traditional Russian architecture, she has penned numerous articles showcasing incredible homes across her country and beyond. Nina's writing is deeply researched and provides context to the beauty of the architecture she profiles.",meta_title:"Nina Petrov - Architectural Journalist & Author | CharmHavens",meta_description:"Dive into the world of modern design and traditional architecture with Nina Petrov, a celebrated architectural journalist at CharmHavens."},{name:"Rajveer Singh",description:"Rajveer Singh is a seasoned travel and real estate writer from New Delhi, India. With over 11 years of experience, he focuses on unique properties and the stories behind beautiful homes that reflect rich cultures. Rajveer's articles are a celebration of diversity and a deep appreciation of the incredible locations they inhabit.",meta_title:"Rajveer Singh - Travel & Real Estate Writer | CharmHavens",meta_description:"Explore the diversity of beautiful homes with Rajveer Singh, a seasoned writer dedicated to uncovering incredible locations at CharmHavens."}],t=i.reduce(((e,a)=>Object.assign(Object.assign({},e),{[a.name]:{title:a.meta_title,description:a.meta_description}})),{});exports.AUTHORS_INFO=i,exports.AUTHORS_META=t,exports.PAGES_SEO=a;
@@ -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:#4b2c6b;--theme-color-8:#6d4c9a;--theme-color-7:#8e5dac;--theme-color-6:#c7a8d9;--theme-color-5:#e1b7e4;--theme-color-3:#f3d1e8;--theme-color-2:#f7e0ed;--color-bg-layout:#ffffff;--color-bg-hover:#f4f4f4;--article-border-radius:25px;--btn-border-radius:12px;--category-border-radius:30px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -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 = "\uD83C\uDFE1\uD83C\uDF05\u2728\uD83C\uDF0D";
265
- export declare const categories: ("interiorDesign" | "homeImprovement" | "beautifulHomes" | "incredibleLocations" | "architecturalStyles" | "travelInspiration" | "designTrends")[];
265
+ export declare const categories: ("interiorDesign" | "homeImprovement" | "beautifulHomes" | "incredibleLocations" | "travelInspiration" | "architecturalStyles" | "designTrends")[];
266
266
  export declare const subcategories: string[];
267
267
  export declare const subsubcategories: string[];
268
268
  export type Category = keyof typeof dataStructure;
@@ -127,7 +127,7 @@ export declare const dataStructure: {
127
127
  export declare const authors: Record<string, string>;
128
128
  export declare const authorsNames: string[];
129
129
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF05\uD83C\uDF33\u2728";
130
- export declare const categories: ("beautifulHomes" | "designInspiration" | "stunningLocations" | "lifestyleEnhancements")[];
130
+ export declare const categories: ("beautifulHomes" | "lifestyleEnhancements" | "designInspiration" | "stunningLocations")[];
131
131
  export declare const subcategories: string[];
132
132
  export declare const subsubcategories: string[];
133
133
  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.285",
3
+ "version": "1.3.286",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [