tedo-publisher 1.3.283 → 1.3.284

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,273 @@
1
+ export declare const dataStructure: {
2
+ beautifulHomes: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ luxuryRealEstate: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ ecoFriendlyDesigns: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ modernArchitecture: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ historicHomes: {
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
+ breathtakingBeaches: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ majesticMountains: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ charmingVillages: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ urbanOases: {
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
+ interiorDesign: {
77
+ title: string;
78
+ description: string;
79
+ slug: string;
80
+ children: {
81
+ minimalistStyle: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ bohemianVibes: {
88
+ title: string;
89
+ description: string;
90
+ slug: string;
91
+ children: null;
92
+ };
93
+ colorPsychology: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ seasonalDecor: {
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
+ architecturalStyles: {
114
+ title: string;
115
+ description: string;
116
+ slug: string;
117
+ children: {
118
+ contemporary: {
119
+ title: string;
120
+ description: string;
121
+ slug: string;
122
+ children: null;
123
+ };
124
+ traditional: {
125
+ title: string;
126
+ description: string;
127
+ slug: string;
128
+ children: null;
129
+ };
130
+ rustic: {
131
+ title: string;
132
+ description: string;
133
+ slug: string;
134
+ children: null;
135
+ };
136
+ midCenturyModern: {
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
+ exoticDestinations: {
156
+ title: string;
157
+ description: string;
158
+ slug: string;
159
+ children: null;
160
+ };
161
+ roadTripIdeas: {
162
+ title: string;
163
+ description: string;
164
+ slug: string;
165
+ children: null;
166
+ };
167
+ hiddenGems: {
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
+ homeImprovement: {
188
+ title: string;
189
+ description: string;
190
+ slug: string;
191
+ children: {
192
+ renovationTips: {
193
+ title: string;
194
+ description: string;
195
+ slug: string;
196
+ children: null;
197
+ };
198
+ landscapingIdeas: {
199
+ title: string;
200
+ description: string;
201
+ slug: string;
202
+ children: null;
203
+ };
204
+ smartHomeTechnology: {
205
+ title: string;
206
+ description: string;
207
+ slug: string;
208
+ children: null;
209
+ };
210
+ budgetFriendlyProjects: {
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
+ designTrends: {
225
+ title: string;
226
+ description: string;
227
+ slug: string;
228
+ children: {
229
+ colorTrends2023: {
230
+ title: string;
231
+ description: string;
232
+ slug: string;
233
+ children: null;
234
+ };
235
+ upcycledMaterials: {
236
+ title: string;
237
+ description: string;
238
+ slug: string;
239
+ children: null;
240
+ };
241
+ biophilicDesign: {
242
+ title: string;
243
+ description: string;
244
+ slug: string;
245
+ children: null;
246
+ };
247
+ outdoorLivingSpaces: {
248
+ title: string;
249
+ description: string;
250
+ slug: string;
251
+ children: null;
252
+ };
253
+ other: {
254
+ title: string;
255
+ description: string;
256
+ slug: string;
257
+ children: null;
258
+ };
259
+ };
260
+ };
261
+ };
262
+ export declare const authors: Record<string, string>;
263
+ export declare const authorsNames: string[];
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")[];
266
+ export declare const subcategories: string[];
267
+ export declare const subsubcategories: string[];
268
+ export type Category = keyof typeof dataStructure;
269
+ export type CategoryNode = (typeof dataStructure)[Category];
270
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
271
+ export declare const startDate = "2024-09-19T00:00:00Z";
272
+ export declare const devBucketName = "idn-crystalcasas-dev";
273
+ export declare const prodBucketName = "idn-crystalcasas";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const t={beautifulHomes:{title:"Explore Beautiful Homes and Incredible Locations 🌍",description:"Discover stunning homes set in amazing locations. Let CrystalCasas inspire your design and travel dreams! 🏡✨",slug:"beautiful-homes-incredible-locations",children:{luxuryRealEstate:{title:"Luxury Real Estate: Homes of Distinction 💎",description:"Explore the world of luxury real estate with exquisite properties that define elegance and sophistication! 🏰💫",slug:"luxury-real-estate",children:null},ecoFriendlyDesigns:{title:"Eco-Friendly Designs: Sustainable Living 🌱",description:"Uncover beautiful eco-friendly home designs that harmonize with nature, promoting sustainability and beauty! 🏡🌍",slug:"eco-friendly-designs",children:null},modernArchitecture:{title:"Modern Architecture: Innovate Your Space 🏙️",description:"Dive into the realm of modern architecture, where innovative designs and functionality blend seamlessly! 🏢✨",slug:"modern-architecture",children:null},historicHomes:{title:"Historic Homes: Timeless Charm 🕰️",description:"Experience the allure of historic homes, showcasing architectural beauty and rich stories from the past! 🏛️❤️",slug:"historic-homes",children:null},other:{title:"Other Beautiful Homes: Unique Inspirations 🏡🌟",description:"Discover a diverse collection of beautiful homes beyond categories, sparking unique inspirations for your space! 🏠✨",slug:"other-beautiful-homes",children:null}}},incredibleLocations:{title:"Explore Incredible Locations and Beautiful Homes 🌍🏡",description:"Discover breathtaking beaches, majestic mountains, charming villages, and urban oases. Ignite your wanderlust with stunning homes in incredible locations! 🌅✈️",slug:"incredible-locations",children:{breathtakingBeaches:{title:"Breathtaking Beaches: Coastal Paradise Awaits! 🏖️✨",description:"Dive into the world's most breathtaking beaches. Explore stunning coastal homes paired with the tranquil allure of sandy shores and crystal-clear waters! 🌊🌴",slug:"breathtaking-beaches",children:null},majesticMountains:{title:"Majestic Mountains: Nature's Dramatic Masterpieces ⛰️🏞️",description:"Discover the majestic mountains that host beautiful homes. Unveil spectacular views and serene retreats in the heart of nature's marvels! 🌄🏠",slug:"majestic-mountains",children:null},charmingVillages:{title:"Charming Villages: Quaint Homes in Picturesque Settings 🏡🌻",description:"Step into charming villages where beauty blossoms. Explore enchanting homes that reflect the essence of community and scenic landscapes! 🌷🍂",slug:"charming-villages",children:null},urbanOases:{title:"Urban Oases: Modern Living Amidst City Wonders 🏙️🌿",description:"Navigate through urban oases that blend modern homes with vibrant city life. Discover serene spaces amidst the hustle and bustle of the metropolis! 🇺🇸🏡",slug:"urban-oases",children:null},other:{title:"Other Incredible Locations: Unique Finds Await! 🌍✨",description:"Explore other incredible locations that offer unique homes in unexpected settings. Discover beauty around the globe that inspires your next adventure! 💖🚀",slug:"other-incredible-locations",children:null}}},interiorDesign:{title:"Explore the Beauty of Interior Design 🌟 | CrystalCasas",description:"Uncover the finest interior design trends that enhance beautiful homes in incredible locations. Discover more at CrystalCasas today! 🏡✨",slug:"interior-design",children:{minimalistStyle:{title:"Embrace Minimalist Style for Modern Living 🏠✨",description:"Discover minimalist style for modern homes. Learn how simplicity can elevate your living space beautifully on CrystalCasas. 🌿🌀",slug:"minimalist-style",children:null},bohemianVibes:{title:"Infuse Your Home with Bohemian Vibes 🌈🕊️",description:"Explore bohemian vibes for an artistic touch in homes. Unleash creativity and warmth through decor ideas on CrystalCasas! 🌼🧡",slug:"bohemian-vibes",children:null},colorPsychology:{title:"Unlock the Power of Color Psychology in Design 🎨📊",description:"Gain insights into color psychology and its impact on home design. Transform your space with colors that inspire on CrystalCasas! 🌈✨",slug:"color-psychology",children:null},seasonalDecor:{title:"Seasonal Decor Ideas to Refresh Your Home ✨🍂",description:"Discover creative seasonal decor ideas that refresh your living space all year round. Bring warmth and charm with CrystalCasas ideas! 🎃🌸",slug:"seasonal-decor",children:null},other:{title:"Diverse Interior Design Inspirations for Every Taste 🖌️🏡",description:"Explore varied interior design inspirations beyond trends. Find unique styles and ideas that resonate with your aesthetic on CrystalCasas! 🌍✨",slug:"other",children:null}}},architecturalStyles:{title:"Explore Stunning Architectural Styles for Beautiful Homes 🏡",description:"Dive into a world of architectural brilliance with exquisite styles that complement beautiful homes. Discover the modern and classic designs that inspire. ✨",slug:"stunning-architectural-styles",children:{contemporary:{title:"Contemporary Architectural Styles: Modern Elegance ✨",description:"Explore contemporary architectural styles that redefine modern elegance in homes. Discover designs that blend functionality and aesthetic charm. 🏠",slug:"contemporary-architectural-styles",children:null},traditional:{title:"Traditional Architectural Styles: Timeless Beauty 🏰",description:"Uncover the beauty of traditional architectural styles that offer a timeless appeal for beautiful homes. Explore designs rich in history and character. 🌟",slug:"traditional-architectural-styles",children:null},rustic:{title:"Rustic Architectural Styles: Nature's Embrace 🌳",description:"Delve into rustic architectural styles that harmonize with nature, offering warmth and charm for your dream home. Discover the beauty of natural materials. 🌾",slug:"rustic-architectural-styles",children:null},midCenturyModern:{title:"Mid-Century Modern: A Stylish Architectural Era 🌈",description:"Discover the charm of mid-century modern architecture, a stylish era known for its clean lines and integration with nature. Perfect for unique homes! 🚪",slug:"mid-century-modern-architecture",children:null},other:{title:"Unique Architectural Styles: Beyond the Ordinary 🌍",description:"Explore unique architectural styles that defy categorization and showcase extraordinary designs for homes. Embrace innovation and creativity! 🎨",slug:"unique-architectural-styles",children:null}}},travelInspiration:{title:"Explore Exotic Destinations, Road Trip Ideas, Hidden Gems & More 🌍",description:"Discover the world's most beautiful homes and incredible locations. Get inspired with unique travel ideas, hidden gems and stunning cultural experiences! 🏡",slug:"travel-inspiration",children:{exoticDestinations:{title:"Discover Stunning Exotic Destinations for Your Next Adventure 🌴",description:"Uncover breathtaking exotic destinations that blend beauty with mystery. From tantalizing cultures to stunning landscapes, these travel spots won't disappoint! ✈️",slug:"exotic-destinations",children:null},roadTripIdeas:{title:"Incredible Road Trip Ideas to Ignite Your Wanderlust 🚗",description:"Plan the perfect road trip with these incredible ideas showcasing beautiful routes, scenic spots, and unforgettable experiences. Hit the road and explore! 🗺️",slug:"road-trip-ideas",children:null},hiddenGems:{title:"Explore Hidden Gems: Unique Places You Must Visit 🌌",description:"Find hidden gems around the world! These unique destinations offer stunning scenery and rich culture, perfect for those seeking something extraordinary. 🌟",slug:"hidden-gems",children:null},culturalExperiences:{title:"Delve into Cultural Experiences Around the Globe 🌎",description:"Experience rich cultures through travel! Discover events, traditions, and local life that bring destinations to life, offering unforgettable insights and connections. 🎭",slug:"cultural-experiences",children:null},other:{title:"Other Unique Travel Inspirations to Explore 🌈",description:"Broaden your horizons with unique travel inspirations. From quirky stays to spectacular natural wonders, discover unconventional ways to enjoy your adventures! 🌅",slug:"other-inspirations",children:null}}},homeImprovement:{title:"Home Improvement: Renovation Tips, Landscaping Ideas & More 🏠🌿",description:"Explore expert home improvement articles with renovation tips, landscaping ideas, smart tech, and budget-friendly projects to transform your space! 🛠️✨",slug:"home-improvement",children:{renovationTips:{title:"Renovation Tips: Transform Your Home with Expert Advice 🏗️🌟",description:"Discover invaluable renovation tips that will inspire your next home project. From DIY tricks to contractor insights, we've got you covered! 🔨🏡",slug:"renovation-tips",children:null},landscapingIdeas:{title:"Landscaping Ideas: Create Your Dream Outdoor Space 🌳🌷",description:"Dive into creative landscaping ideas to enhance your home's curb appeal. Transform your garden with beautiful plants and design tips! 🌼🌿",slug:"landscaping-ideas",children:null},smartHomeTechnology:{title:"Smart Home Technology: Elevate Your Living Experience 🏡💡",description:"Stay ahead with smart home technology trends and tips! Discover devices that make your home more efficient, secure, and comfortable. 📱🔒",slug:"smart-home-technology",children:null},budgetFriendlyProjects:{title:"Budget-Friendly Projects: Stylish Updates on a Budget 💰✨",description:"Explore budget-friendly home improvement projects that won't break the bank! Transform your space with cost-effective ideas and tips. 🛋️👍",slug:"budget-friendly-projects",children:null},other:{title:"Other Home Improvement Ideas: Unique Inspiration Awaits 🔍🏡",description:"Discover a variety of other home improvement ideas that don't fit into traditional categories. Uncover unique inspirations for your next project! 🖼️🌈",slug:"other-home-improvement-ideas",children:null}}},designTrends:{title:"Explore the Latest Design Trends for Stunning Homes 🏡✨",description:"Dive into the latest design trends of 2023, including color palettes, sustainable materials, and outdoor living concepts. Perfect for home enthusiasts! 🌍",slug:"design-trends",children:{colorTrends2023:{title:"Color Trends of 2023: Transform Your Spaces with Vivid Hues 🌈",description:"Discover top color trends for 2023 that will breathe life into your home. Explore vibrant palettes and how colors influence mood and design! 🎨",slug:"color-trends-2023",children:null},upcycledMaterials:{title:"Upcycled Materials: Eco-Friendly Design for Gorgeous Homes ♻️",description:"Learn how upcycled materials can enhance your home’s aesthetics and sustainability. Create beautiful spaces while caring for the planet! 🌿",slug:"upcycled-materials",children:null},biophilicDesign:{title:"Biophilic Design: Bring Nature Indoors for Serene Living 🌳🏠",description:"Explore the principles of biophilic design that integrate nature into your home. Create a tranquil environment inspired by the outdoors! 🌼",slug:"biophilic-design",children:null},outdoorLivingSpaces:{title:"Outdoor Living Spaces: Elevate Your Home with Nature's Touch 🌞🌺",description:"Transform your outdoor areas into stunning living spaces. Discover design ideas that bridge indoor comfort with outdoor beauty! 🍃",slug:"outdoor-living-spaces",children:null},other:{title:"Other Design Trends: Unique Ideas for Every Home Style 🏡💡",description:"Uncover unique and innovative design trends outside the mainstream. Find inspiration for every corner of your home and personal style! ✨",slug:"other-design-trends",children:null}}}},i=e.AUTHORS_INFO.reduce(((e,t)=>Object.assign(Object.assign({},e),{[t.name]:[t.description]})),{}),r=e.AUTHORS_INFO.map((e=>e.name)),n="🏡🌅✨🌍",s=Object.keys(t),o=[],a=[];for(const e of s){const i=t[e];if(null==i?void 0:i.children){o.push(...Object.keys(i.children));for(const e of o){const t=i.children[e];(null==t?void 0:t.children)&&a.push(...Object.keys(t.children))}}}const l="2024-09-19T00:00:00Z",c="crystalcasas",d=`idn-${c}-dev`,u=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=n,exports.authors=i,exports.authorsNames=r,exports.categories=s,exports.dataStructure=t,exports.devBucketName=d,exports.prodBucketName=u,exports.startDate=l,exports.subcategories=o,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ ArchitecturalStyles = "Architectural Styles",
3
+ LocationInspirations = "Location Inspirations",
4
+ DesignElements = "Design Elements",
5
+ TargetAudienceInterests = "Target Audience Interests",
6
+ BudgetRange = "Budget Range"
7
+ }
8
+ type ArchitecturalStylesValues = 'Modern Marvels' | 'Classic Elegance' | 'Cottage Charm' | 'Contemporary Chic' | 'Rustic Retreat';
9
+ type LocationInspirationsValues = 'Coastal Getaways' | 'Mountain Escapes' | 'Urban Hideaways' | 'Countryside Charms' | 'Tropical Paradises';
10
+ type DesignElementsValues = 'Open Concept Living' | 'Sustainable Homes' | 'Smart Home Technology' | 'Vintage Touches' | 'Minimalist Aesthetics';
11
+ type TargetAudienceInterestsValues = 'Home Renovation Tips' | 'Travel Guides' | 'Interior Decorating Ideas' | 'Architectural Trends' | 'Gardening and Landscaping';
12
+ type BudgetRangeValues = 'Luxury Living' | 'Mid-Range Marvels' | 'Affordable Elegance' | 'Budget-Friendly Designs' | 'Innovative DIY Projects';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.ArchitecturalStyles]: ArchitecturalStylesValues[];
15
+ [FiltersNames.LocationInspirations]: LocationInspirationsValues[];
16
+ [FiltersNames.DesignElements]: DesignElementsValues[];
17
+ [FiltersNames.TargetAudienceInterests]: TargetAudienceInterestsValues[];
18
+ [FiltersNames.BudgetRange]: BudgetRangeValues[];
19
+ };
20
+ export declare const architecturalStylesValues: ArchitecturalStylesValues[];
21
+ export declare const locationInspirationsValues: LocationInspirationsValues[];
22
+ export declare const designElementsValues: DesignElementsValues[];
23
+ export declare const targetAudienceInterestsValues: TargetAudienceInterestsValues[];
24
+ export declare const budgetRangeValues: BudgetRangeValues[];
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.LocationInspirations="Location Inspirations",e.DesignElements="Design Elements",e.TargetAudienceInterests="Target Audience Interests",e.BudgetRange="Budget Range";const s=["Modern Marvels","Classic Elegance","Cottage Charm","Contemporary Chic","Rustic Retreat"],t=["Coastal Getaways","Mountain Escapes","Urban Hideaways","Countryside Charms","Tropical Paradises"],r=["Open Concept Living","Sustainable Homes","Smart Home Technology","Vintage Touches","Minimalist Aesthetics"],a=["Home Renovation Tips","Travel Guides","Interior Decorating Ideas","Architectural Trends","Gardening and Landscaping"],i=["Luxury Living","Mid-Range Marvels","Affordable Elegance","Budget-Friendly Designs","Innovative DIY Projects"],n={[exports.FiltersNames.ArchitecturalStyles]:[],[exports.FiltersNames.LocationInspirations]:[],[exports.FiltersNames.DesignElements]:[],[exports.FiltersNames.TargetAudienceInterests]:[],[exports.FiltersNames.BudgetRange]:[]},o={[exports.FiltersNames.ArchitecturalStyles]:s,[exports.FiltersNames.LocationInspirations]:t,[exports.FiltersNames.DesignElements]:r,[exports.FiltersNames.TargetAudienceInterests]:a,[exports.FiltersNames.BudgetRange]:i},l=()=>JSON.stringify(o,null,2);exports.architecturalStylesValues=s,exports.budgetRangeValues=i,exports.designElementsValues=r,exports.fullFilters=o,exports.getFiltersTypesJSON=l,exports.initialFilters=n,exports.locationInspirationsValues=t,exports.targetAudienceInterestsValues=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"),a=require("./seo.js"),o=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.budgetRangeValues=t.budgetRangeValues,exports.designElementsValues=t.designElementsValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.locationInspirationsValues=t.locationInspirationsValues,exports.targetAudienceInterestsValues=t.targetAudienceInterestsValues,exports.getDefaultImagesFrontmatter=r.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=r.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=s.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=s.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=s.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=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: CrystalCasas is an infotainment articles portal showcasing beautiful homes and incredible locations. It serves as a source of inspiration for home enthusiasts and travel lovers, offering a blend of architectural marvels and stunning landscapes.\n - Detailed description: CrystalCasas is a premier online platform dedicated to exploring the enchanting world of beautiful homes and breathtaking locations. Our portal features a diverse array of articles that delve into exquisite architectural designs, interior decorating tips, and the aesthetic allure of unique homes around the globe. In addition to celebrating remarkable residences, we highlight incredible locations, uncovering the charm of picturesque settings that enhance the beauty of our featured homes. Each piece is crafted to ignite your wanderlust and inspire you to create your perfect living space. Whether you are an architecture aficionado, an interior design enthusiast, or simply someone who appreciates unparalleled beauty in homes and landscapes, CrystalCasas serves as your ultimate guide.\n - Target audience: The primary target audience for CrystalCasas includes homeowners, real estate enthusiasts, interior decorators, travelers seeking new inspirations, and anyone with an interest in design and aesthetics. Our readers are typically aged 25-54, comprising a mix of young professionals, families, and retirees who appreciate beauty in their living spaces and the world around them.\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## Exquisite Architectural Designs\n - Unique Home Features\n - Historical Significance\n\n## Interior Decorating Tips\n - Color Schemes and Trends\n - Space Optimization 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 - Exquisite Architectural Designs, 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: CrystalCasas is an infotainment articles portal showcasing beautiful homes and incredible locations. It serves as a source of inspiration for home enthusiasts and travel lovers, offering a blend of architectural marvels and stunning landscapes.\n - Detailed description: CrystalCasas is a premier online platform dedicated to exploring the enchanting world of beautiful homes and breathtaking locations. Our portal features a diverse array of articles that delve into exquisite architectural designs, interior decorating tips, and the aesthetic allure of unique homes around the globe. In addition to celebrating remarkable residences, we highlight incredible locations, uncovering the charm of picturesque settings that enhance the beauty of our featured homes. Each piece is crafted to ignite your wanderlust and inspire you to create your perfect living space. Whether you are an architecture aficionado, an interior design enthusiast, or simply someone who appreciates unparalleled beauty in homes and landscapes, CrystalCasas serves as your ultimate guide.\n - Target audience: The primary target audience for CrystalCasas includes homeowners, real estate enthusiasts, interior decorators, travelers seeking new inspirations, and anyone with an interest in design and aesthetics. Our readers are typically aged 25-54, comprising a mix of young professionals, families, and retirees who appreciate beauty in their living spaces and the world around them.\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## Exquisite Architectural Designs\n - Unique Home Features\n - Historical Significance\n\n## Interior Decorating Tips\n - Color Schemes and Trends\n - Space Optimization 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 - Exquisite Architectural Designs, IF it's applicable to the theme of the article.\n",a="highlighting the key points that will be discussed and the relevance of the topic",n="synthesizing the information presented throughout",r="real estate enthusiasts, travel lovers, interior design 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=n,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=s,exports.START_STEP=a,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 Visionary Minds Behind CrystalCasas 🏡✨",description:"Discover the talented authors at CrystalCasas who bring you the latest in beautiful homes and incredible locations! 🌍❤️"},[exports.PageNames.Home]:{title:"CrystalCasas: Explore Beautiful Homes & Incredible Locations 🏖️🌄",description:"Welcome to CrystalCasas, your go-to source for stunning home designs and breathtaking destinations. Start your journey with us today! 🌟🏡"},[exports.PageNames.NotFound]:{title:"Oops! Page Not Found 😟🛑",description:"It looks like the page you're looking for doesn't exist. Let's find something beautiful instead! 🌈🏠"},[exports.PageNames.AboutUs]:{title:"About CrystalCasas: Your Guide to Beautiful Living 🌟🏡",description:"Learn more about CrystalCasas and our passion for showcasing beautiful homes and incredible locations around the globe! 🌍❤️"},[exports.PageNames.PrivacyPolicy]:{title:"CrystalCasas Privacy Policy 🔒✨",description:"Your privacy matters to us! Read our policy to understand how we protect your information at CrystalCasas. 📜👍"},[exports.PageNames.Terms]:{title:"Terms and Conditions of CrystalCasas 📋⚖️",description:"Familiarize yourself with the terms governing your use of CrystalCasas. Your engagement matters to us! 💼🏠"},[exports.PageNames.Sitemap]:{title:"Explore Our Sitemap at CrystalCasas 🗺️🏡",description:"Navigate through our site effortlessly with the CrystalCasas sitemap and discover your next beautiful home or location! 🔍✨"}},i=[{name:"Arjun Rao",description:"Arjun Rao is a seasoned interior designer and writer based in Mumbai, India. With over a decade of experience in creating stunning living spaces, he specializes in blending traditional Indian aesthetics with modern design elements. His articles often focus on home decor tips, sustainable practices, and the latest trends in beautiful homes.",meta_title:"Arjun Rao - Interior Designer and Home Decor Specialist | CrystalCasas",meta_description:"Discover insights from Arjun Rao, a Mumbai-based interior designer, as he shares expert tips on home decor and design trends on CrystalCasas."},{name:"Priya Sharma",description:"Priya Sharma, a travel and lifestyle writer from New Delhi, has been exploring India’s most beautiful homes and locations for over 8 years. She combines her passion for storytelling with her love for architecture, highlighting the cultural significance of each location she visits. Her articles inspire readers to appreciate the beauty of their surroundings.",meta_title:"Priya Sharma - Travel and Lifestyle Writer | CrystalCasas",meta_description:"Explore the enchanting narratives of Priya Sharma, who brings to life the beauty of Indian homes and locations on CrystalCasas."},{name:"Anjali Khatri",description:"Anjali Khatri is an architect and writer based in Bengaluru, known for her innovative designs and deep understanding of sustainable architecture. With a master's degree in architecture, she contributes articles that emphasize eco-friendly building practices and showcase incredible homes across India.",meta_title:"Anjali Khatri - Architect and Sustainable Living Advocate | CrystalCasas",meta_description:"Learn from Anjali Khatri, an award-winning architect sharing insights on sustainable architecture and stunning homes on CrystalCasas."},{name:"Sahil Gupta",description:"Sahil Gupta is a real estate expert and writer from Pune, specializing in property investment and home buying tips. With over 12 years in the industry, he provides readers with practical advice on navigating the real estate market while highlighting beautiful properties in incredible locations.",meta_title:"Sahil Gupta - Real Estate Expert and Property Writer | CrystalCasas",meta_description:"Get expert advice from Sahil Gupta on real estate investment and discover beautiful properties in amazing locations on CrystalCasas."},{name:"Neha Mehta",description:"Neha Mehta is a renowned lifestyle blogger and home decor enthusiast who has been featured in various magazines. Based in Jaipur, she shares her experiences of incorporating traditional crafts into contemporary living spaces. Her articles are filled with unique ideas to create harmonious homes.",meta_title:"Neha Mehta - Lifestyle Blogger and Decor Enthusiast | CrystalCasas",meta_description:"Unlock the world of decor with Neha Mehta, a lifestyle blogger sharing her insights on incorporating tradition and style on CrystalCasas."},{name:"Karan Desai",description:"Karan Desai is a landscape designer and writer with a passion for preserving nature's beauty in urban settings. Based in Ahmedabad, he focuses on creating inviting outdoor spaces and shares his expertise through articles on garden design and landscaping that enhance the beauty of homes.",meta_title:"Karan Desai - Landscape Designer and Outdoor Space Specialist | CrystalCasas",meta_description:"Explore the world of landscape design with Karan Desai, celebrating beautiful outdoor spaces that complement stunning homes on CrystalCasas."},{name:"Sneha Chatterjee",description:"Sneha Chatterjee is a food and lifestyle writer from Kolkata who mingles her love for cuisine with home design. Her articles often explore the intersection of culinary arts and home hospitality, sharing recipes and tips for creating a beautiful setting for gatherings.",meta_title:"Sneha Chatterjee - Food and Lifestyle Writer | CrystalCasas",meta_description:"Delve into the beautiful symbiosis of food and home design with Sneha Chatterjee on CrystalCasas, for tips and inspirations for your gatherings."},{name:"Rohit Verma",description:"Rohit Verma is a certified Feng Shui consultant and writer based in Chandigarh, India. He has dedicated more than 15 years to helping people create harmonious living spaces. His articles provide valuable insights into Feng Shui principles that enhance the positive energy within homes.",meta_title:"Rohit Verma - Feng Shui Consultant and Home Energy Expert | CrystalCasas",meta_description:"Transform your living space with Rohit Verma's Feng Shui insights aimed at enhancing positive energy in beautiful homes on CrystalCasas."},{name:"Tanvi Malik",description:"Tanvi Malik is a fashion and interior design writer hailing from Delhi. Her unique approach combines style with substance as she crafts articles that reflect the trends in home styling. With a keen eye for aesthetics, she inspires her readers to create fashionable yet comfortable living spaces.",meta_title:"Tanvi Malik - Fashion and Interior Design Writer | CrystalCasas",meta_description:"Discover the latest trends in home styling with Tanvi Malik, melding fashion and design for beautiful spaces on CrystalCasas."},{name:"Vikram Iyer",description:"Vikram Iyer is a travel photographer and writer, specializing in documenting incredible locations across India. With a background in visual storytelling, he captures the essence of stunning homes nestled in breathtaking surroundings, sharing compelling stories through his articles.",meta_title:"Vikram Iyer - Travel Photographer and Writer | CrystalCasas",meta_description:"Experience the beauty of India's incredible locations with Vikram Iyer as he shares stunning visuals and stories on CrystalCasas."},{name:"Aditi Sharma",description:"Aditi Sharma is a seasoned travel writer and interior design enthusiast. With over a decade of experience in the industry, she has contributed articles to various travel and lifestyle magazines. Aditi's keen eye for beautiful homes and incredible locations takes readers on a journey through stunning properties around the globe.",meta_title:"Explore Home and Design Inspirations with Aditi Sharma - CrystalCasas",meta_description:"Join Aditi Sharma as she uncovers the most beautiful homes and breathtaking locations. Discover stylish interiors and captivating travel experiences with her expert insights."},{name:"Ravi Kumar",description:"Ravi Kumar is an architect turned writer with a passion for sustainable living. He combines his architectural expertise with a love for travel, showcasing beautiful eco-friendly homes and unique locations. With articles featured in multiple design journals, Ravi is a voice for a greener lifestyle.",meta_title:"Sustainable Designs and Locations by Ravi Kumar - CrystalCasas",meta_description:"Explore sustainable living through exquisite homes and stunning locations with architect and writer Ravi Kumar. Discover eco-friendly designs and travel insights."},{name:"Neha Patel",description:"Neha Patel is a home décor specialist and lifestyle journalist whose work focuses on the intersection of culture and design. With years of experience in storytelling, her articles for CrystalCasas highlight beautiful homes infused with cultural significance and stunning locations that tell a story.",meta_title:"Cultural Homes and Interiors by Neha Patel - CrystalCasas",meta_description:"Dive into the rich tapestry of culture and design with Neha Patel. Discover beautiful homes and incredible locations infused with heritage and style."},{name:"Vikram Singh",description:"Vikram Singh is a seasoned travel and architecture writer. He has a background in urban planning and uses his insights to curate articles that explore modern architecture and breathtaking locations. His contributions to CrystalCasas provide readers with a unique perspective on living spaces.",meta_title:"Modern Architecture and Travel Insights by Vikram Singh - CrystalCasas",meta_description:"Join Vikram Singh to explore modern architecture and travel insights. Experience incredible locations and stylish homes featured in his engaging articles."},{name:"Sana Khan",description:"Sana Khan is a creative writer and avid traveler. Her work reflects her passion for beautiful homes and exotic locations, blending travel experiences with vibrant storytelling. With several travel blogs to her credit, Sana captivates her audience at CrystalCasas with her unique perspective.",meta_title:"Travel & Home Inspiration by Sana Khan - CrystalCasas",meta_description:"Discover the world through the eyes of Sana Khan. Explore beautiful homes and incredible travel destinations that inspire and excite in her engaging articles."},{name:"Anil Desai",description:"Anil Desai is a photographer and travel writer renowned for his stunning visual storytelling. He captures the essence of beautiful homes and awe-inspiring locations through his lens, complementing his engaging articles at CrystalCasas. Anil’s work inspires travelers to explore and appreciate design.",meta_title:"Visual Stories of Homes and Locations by Anil Desai - CrystalCasas",meta_description:"Experience the art of storytelling through photography with Anil Desai. Explore beautiful homes and breathtaking locations captured through his unique lens."},{name:"Meera Joshi",description:"Meera Joshi is a lifestyle blogger and interior designer dedicated to showcasing home aesthetics that include Indian sensibilities. With years of experience in design and living abroad, her articles for CrystalCasas resonate with readers who value style and comfort in exquisite locations.",meta_title:"Design and Lifestyle Insights by Meera Joshi - CrystalCasas",meta_description:"Explore the beauty of interiors with Meera Joshi. Discover design inspirations and lifestyle insights that combine elegance and cultural roots in stunning locations."},{name:"Rajesh Nair",description:"Rajesh Nair is a prolific writer specializing in travel and design. His articles delve into the intricacies of home styling and captivating travel narratives. With a flair for uncovering hidden gems, Rajesh’s contributions elevate the reader's experience at CrystalCasas.",meta_title:"Travel & Design Expertise by Rajesh Nair - CrystalCasas",meta_description:"Join Rajesh Nair as he shares his insights on travel and design. Discover hidden gems in beautiful homes and incredible locations in his engaging narratives."},{name:"Kiran Mukherjee",description:"Kiran Mukherjee is a passionate travel writer and cultural enthusiast with a background in art history. She writes beautifully crafted articles that explore the link between art, culture, and home design across different locations. Her unique insights enrich the CrystalCasas community.",meta_title:"Art & Culture in Homes by Kiran Mukherjee - CrystalCasas",meta_description:"Explore the intersection of art and culture in home design with Kiran Mukherjee. Discover beautiful homes and incredible locations that celebrate creativity."},{name:"Neeraj Bhatia",description:"Neeraj Bhatia is an experienced travel journalist with a keen interest in architecture. His articles focus on iconic structures and homes, offering in-depth analysis and vibrant photography. At CrystalCasas, Neeraj’s expertise brings a fresh perspective on beautiful homes and locations around the world.",meta_title:"Iconic Structures & Homes by Neeraj Bhatia - CrystalCasas",meta_description:"Discover the beauty of iconic structures and homes with Neeraj Bhatia. Explore travel experiences and architectural insights that captivate and inspire."},{name:"Rajiv Malhotra",description:"Rajiv Malhotra is a travel enthusiast and writer who specializes in architectural marvels and lush landscapes across the Indian subcontinent. With a background in history and architecture, he brings depth and insight to his articles featured on CrystalCasas.",meta_title:"Rajiv Malhotra - Travel Writer & Architectural Enthusiast | CrystalCasas",meta_description:"Discover breathtaking locations and stunning architecture through Rajiv Malhotra's expert articles on CrystalCasas, where passion meets unparalleled knowledge."},{name:"Neha Gupta",description:"Neha Gupta is a lifestyle blogger and sustainable living advocate. With a passion for eco-friendly designs and homes, she writes extensively about sustainable architecture and innovative designs in the context of Indian homes.",meta_title:"Neha Gupta - Sustainable Living Advocate & Lifestyle Blogger | CrystalCasas",meta_description:"Join Neha Gupta on a journey to sustainable living as she shares eco-friendly tips and innovative design ideas for beautiful homes on CrystalCasas."},{name:"Arjun Patel",description:"Arjun Patel is an experienced real estate writer with a focus on luxurious properties and incredible locations across India. His insights into market trends and property evaluations are invaluable, making him a sought-after voice in the industry.",meta_title:"Arjun Patel - Real Estate Writer & Market Expert | CrystalCasas",meta_description:"Get expert advice on luxury real estate and market trends from Arjun Patel, a leading writer featured on CrystalCasas, where luxury meets location."},{name:"Pooja Desai",description:"Pooja Desai is a celebrated home chef and food writer who incorporates her love for culinary art into beautiful home interiors. She emphasizes the relationship between cooking spaces and comfort in her articles for CrystalCasas.",meta_title:"Pooja Desai - Home Chef & Culinary Writer | CrystalCasas",meta_description:"Explore the elegant connection between cooking and home design with Pooja Desai, a renowned home chef and writer at CrystalCasas."},{name:"Vikram Sengupta",description:"Vikram Sengupta is an acclaimed photographer and travel writer with a keen eye for stunning landscapes and architecture. His articles offer a visual treat paired with insightful commentary on the beauty of Indian homes and locations.",meta_title:"Vikram Sengupta - Travel Photographer & Writer | CrystalCasas",meta_description:"Experience the beauty of India through Vikram Sengupta's lens on CrystalCasas, where travel and photography converge in stunning narratives."},{name:"Sneha Iyer",description:"Sneha Iyer is an expert in home organization and minimalist living. With her experience in decluttering spaces and styling homes, she shares practical tips and strategies for creating beautiful, organized environments.",meta_title:"Sneha Iyer - Home Organization Expert & Minimalist | CrystalCasas",meta_description:"Transform your living space with Sneha Iyer’s expert insights on home organization and minimalist design at CrystalCasas."},{name:"Karan Batra",description:"Karan Batra is a landscape architect dedicated to designing beautiful outdoor spaces. His extensive knowledge of native plants and environmental design is reflected in his captivating articles on creating stunning gardens.",meta_title:"Karan Batra - Landscape Architect & Outdoor Design Specialist | CrystalCasas",meta_description:"Explore the art of landscape design with Karan Batra at CrystalCasas, where beautiful gardens and stunning outdoor spaces come to life."},{name:"Simran Kapoor",description:"Simran Kapoor is an enthusiastic home improvement DIY expert. Her hands-on approach and creativity shine through her articles as she guides readers through innovative home renovation projects.",meta_title:"Simran Kapoor - DIY Home Improvement Expert | CrystalCasas",meta_description:"Unleash your creativity with Simran Kapoor’s DIY home improvement projects and tips on CrystalCasas, transforming your space one project at a time."},{name:"Manish Mehta",description:"Manish Mehta is a cultural historian who writes about the unique architectural heritage of Indian homes. His articles delve into the history and significance of traditional designs and how they inspire modern architecture.",meta_title:"Manish Mehta - Cultural Historian & Architecture Writer | CrystalCasas",meta_description:"Dive into the rich history of Indian architecture with Manish Mehta at CrystalCasas, where culture and design intertwine in inspiring articles."},{name:"Ananya Rao",description:"Ananya Rao is an acclaimed writer and interior design consultant based in Mumbai. With over a decade of experience in the real estate and home decor sectors, she has been featured in various lifestyle publications. Ananya's passion for beautiful homes drives her to explore innovative designs and sustainable living solutions.",meta_title:"Ananya Rao - Expert in Home Design & Sustainable Living",meta_description:"Explore the world of home design with Ananya Rao, a seasoned writer and interior design expert. Discover innovative tips for creating beautiful and sustainable living spaces."},{name:"Rahul Sharma",description:"Rahul Sharma is a travel and lifestyle writer who hails from Delhi. With a background in architecture, he blends his love for travel with an eye for aesthetically pleasing locales. His articles reflect the beauty of homes and locations across India and beyond.",meta_title:"Rahul Sharma - Travel & Location Aficionado",meta_description:"Join Rahul Sharma on a journey through the most incredible locations. A travel writer with an architectural touch, discover beautiful homes and stunning locales."},{name:"Priya Menon",description:"Based in Bangalore, Priya Menon is a freelance writer specializing in home and garden. Her articles often encompass eco-friendly home practices and the latest in home decor trends. Priya has a rich experience of over 8 years in crafting compelling content that inspires homeowners.",meta_title:"Priya Menon - Eco-Friendly Home & Garden Expert",meta_description:"Discover eco-friendly practices and home decor trends with Priya Menon. A veteran writer in the home and garden space, she shares inspiring tips for beautiful living."},{name:"Nisha Patel",description:"Nisha Patel is a highly regarded lifestyle blogger and writer from Pune. With a keen sense for trends in home decor and design, she has captivated readers for over 6 years. Nisha’s articles inspire readers to transform their living spaces into beautiful homes.",meta_title:"Nisha Patel - Lifestyle Blogger & Home Decor Expert",meta_description:"Transform your space with Nisha Patel, a lifestyle blogger specializing in home decor. Discover the latest trends and creative ideas for beautiful interiors."},{name:"Arjun Bhatt",description:"Arjun Bhatt is a noted travel journalist and editor based in Kolkata. His extensive travels around India and abroad provide him with unique perspectives on various architectural styles and designs. Arjun's engaging writing draws readers into the heart of exceptional homes.",meta_title:"Arjun Bhatt - Travel Journalist & Architectural Enthusiast",meta_description:"Join Arjun Bhatt, a renowned travel journalist, as he explores the world of architecture and exceptional homes. Discover incredible locations through his compelling narratives."},{name:"Sita Varma",description:"Sita Varma is a home improvement expert and content creator from Hyderabad. With a background in design, she shares her 10 years of experience in renovating and revamping spaces. Sita’s articles provide homeowners with practical tips and innovative ideas for upgrading their homes.",meta_title:"Sita Varma - Home Improvement & Design Specialist",meta_description:"Revamp your home with Sita Varma's expert advice on home improvement and design. Discover practical tips and innovative ideas for beautiful and functional living spaces."},{name:"Tarun Mehta",description:"Tarun Mehta is a seasoned real estate writer from Jaipur, specializing in property trends and market insights. With over 12 years of experience, his analyses inform potential buyers about incredible homes available in various locations.",meta_title:"Tarun Mehta - Real Estate Writer & Market Analyst",meta_description:"Stay informed with Tarun Mehta's insights on real estate trends and market movements. Discover incredible homes with expert analyses from a seasoned writer."},{name:"Kamala Singh",description:"Kamala Singh is an award-winning architect and writer based in Ahmedabad. Her articles focus on integrating traditional Indian architecture with modern design, showcasing the beauty of Indian homes. With more than 20 years of professional experience, she is a guiding light for aspiring architects.",meta_title:"Kamala Singh - Architect & Thought Leader in Indian Design",meta_description:"Discover the fusion of traditional and modern design with Kamala Singh, an award-winning architect. Explore Indian architecture through her insightful articles."},{name:"Ravi Desai",description:"Ravi Desai is a passionate blogger and photographer from Surat who writes extensively about travel and housing. His unique blend of storytelling and stunning visuals creates an engaging narrative that highlights beautiful homes and incredible locations.",meta_title:"Ravi Desai - Travel Blogger & Visual Storyteller",meta_description:"Experience beautiful homes and incredible places with Ravi Desai. A travel blogger and photographer, he brings stories to life through engaging narratives and visuals."},{name:"Sophia Martinez",description:"Sophia is a seasoned travel and lifestyle writer with over a decade of experience exploring the world's most beautiful homes and breathtaking locations. Her work has been featured in prestigious publications, and she is passionate about sharing stories that inspire wanderlust.",meta_title:"Sophia Martinez - Travel and Lifestyle Author at CrystalCasas",meta_description:"Explore the beautiful homes and incredible locations through the eyes of Sophia Martinez, a travel and lifestyle writer with over 10 years of experience."},{name:"Liam Chen",description:"Liam is an architect turned writer, specializing in residential design and luxury living. With a master's degree in architecture, he brings a unique perspective to the world of beautiful homes and has collaborated with various lifestyle brands.",meta_title:"Liam Chen - Architectural Writer at CrystalCasas",meta_description:"Discover expert insights on beautiful homes and architectural design with Liam Chen, a former architect and lifestyle writer."},{name:"Isabella Rojas",description:"Isabella Rojas is a travel journalist and real estate expert whose articles highlight stunning properties and travel destinations worldwide. With a background in journalism, she excels at weaving narratives that captivate her audience.",meta_title:"Isabella Rojas - Travel and Real Estate Writer at CrystalCasas",meta_description:"Join Isabella Rojas as she takes you on a journey through beautiful homes and incredible locations in her captivating articles."},{name:"Ethan Fletcher",description:"Ethan Fletcher is a lifestyle blogger and photographer, known for his stunning visual storytelling that showcases beautiful homes across various cultures. His keen eye for aesthetics sets his work apart, making it a favorite among design enthusiasts.",meta_title:"Ethan Fletcher - Lifestyle Blogger and Photographer at CrystalCasas",meta_description:"Explore beautiful homes through the artistic lens of Ethan Fletcher, a lifestyle blogger and photographer who captures stunning properties worldwide."},{name:"Maya Patel",description:"Maya Patel is a content creator and travel expert who focuses on the intersection of culture and remarkable homes. Her experiences living in different countries enrich her writing, allowing her to convey the spirit of each location creatively.",meta_title:"Maya Patel - Cultural Travel Writer at CrystalCasas",meta_description:"Discover the intersection of culture and beautiful homes with Maya Patel, a travel expert who shares her unique insights and experiences."},{name:"Aiden Scott",description:"Aiden Scott is a renowned travel writer and interior design enthusiast. He has contributed to various magazines, focusing on the harmonious blend of beautiful interiors and their remarkable surroundings.",meta_title:"Aiden Scott - Travel and Interior Design Writer at CrystalCasas",meta_description:"Join Aiden Scott as he explores beautiful homes and their incredible locations, highlighting the art of interior design in travel."},{name:"Clara Johnson",description:"Clara Johnson is a home design expert and freelance writer dedicated to exploring unique residences around the globe. With a strong background in home decor and real estate, she brings invaluable insight to each article.",meta_title:"Clara Johnson - Home Design Expert and Writer at CrystalCasas",meta_description:"Explore unique residences and innovative home designs with Clara Johnson, a home design expert and freelance writer."},{name:"Oliver Sanchez",description:"Oliver is a digital nomad and travel writer with a passion for discovering hidden gems worldwide. His articles reflect his love for adventure, showcasing breathtaking homes in incredible locations.",meta_title:"Oliver Sanchez - Digital Nomad and Travel Writer at CrystalCasas",meta_description:"Follow Oliver Sanchez as he uncovers breathtaking homes in incredible locations, sharing his adventures and experiences as a digital nomad."},{name:"Emily Zhang",description:"Emily Zhang is a landscape designer and freelance writer who specializes in outdoor living spaces. With her understanding of both architecture and nature, she enhances her narratives about beautiful homes in stunning locales.",meta_title:"Emily Zhang - Landscape Designer and Writer at CrystalCasas",meta_description:"Join Emily Zhang as she shares her expertise in landscape design and highlights beautiful homes set in stunning natural locations."},{name:"Noah Williams",description:"Noah Williams is a passionate writer and travel enthusiast, dedicated to documenting extraordinary homes and their surrounding environments. His unique storytelling and attention to detail invite readers to explore the essence of each location.",meta_title:"Noah Williams - Travel and Home Writer at CrystalCasas",meta_description:"Discover extraordinary homes and their environments through the storytelling of Noah Williams, a travel enthusiast and writer."},{name:"James Thompson",description:"Based in Sydney, Australia, James Thompson is an acclaimed journalist and photographer with a focus on architecture and urban design. His award-winning articles blend compelling storytelling with stunning visuals, providing readers with a captivating look into magnificent homes across various cultures and landscapes.",meta_title:"James Thompson - Architectural Journalist at CrystalCasas",meta_description:"Dive into the world of architectural splendor with James Thompson, an award-winning journalist and photographer at CrystalCasas, specializing in beautiful homes and incredible locations."},{name:"Aisha Patel",description:"Aisha Patel is a passionate writer and cultural enthusiast based in Mumbai, India. With a background in interior design, her articles on CrystalCasas reflect her keen eye for detail and her admiration for diverse architectures. Aisha enjoys exploring how culture influences home design and shares unique insights from her travels.",meta_title:"Aisha Patel - Culture and Design Enthusiast at CrystalCasas",meta_description:"Join Aisha Patel on her journey through beautiful homes and amazing locations, as she uncovers how culture influences design and aesthetics at CrystalCasas."},{name:"Liam O'Sullivan",description:"Liam O'Sullivan is an Irish writer and adventurer, known for his adventurous spirit and love for remote destinations. With years of experience in travel writing, he captures the essence of stunning homes nestled in incredible locations, sharing personal anecdotes that bring his articles to life.",meta_title:"Liam O'Sullivan - Travel and Adventure Writer at CrystalCasas",meta_description:"Discover the beauty of stunning homes in breathtaking locations with Liam O'Sullivan, a travel and adventure writer at CrystalCasas, known for his captivating storytelling."},{name:"Yuki Matsumoto",description:"Yuki Matsumoto, a renowned architect and blogger from Tokyo, Japan, writes about the intersection of architecture, nature, and sustainable design. Her articles provide an insightful perspective on modern homes that harmoniously blend with their surroundings, inspiring readers to appreciate eco-conscious designs.",meta_title:"Yuki Matsumoto - Architect and Blogger at CrystalCasas",meta_description:"Explore the beauty of sustainable architecture with Yuki Matsumoto, an architect and blogger at CrystalCasas dedicated to showcasing homes that harmonize with nature."},{name:"Marta Kowalski",description:"Marta Kowalski is an experienced real estate analyst and writer residing in Warsaw, Poland. With expertise in property market trends, she offers readers valuable insights on investing in beautiful homes in up-and-coming areas and guides them in making informed lifestyle choices.",meta_title:"Marta Kowalski - Real Estate Analyst at CrystalCasas",meta_description:"Gain valuable insights into the property market with Marta Kowalski, a real estate analyst at CrystalCasas, specializing in beautiful homes and incredible locations."},{name:"Niamh Kelly",description:"Niamh Kelly is a creative writer and innovative content creator from Dublin, Ireland. Her compelling stories highlight unique properties and destinations, encouraging readers to dream big about their next home or travel adventure. Niamh's talent for creative writing brings a fresh perspective to CrystalCasas.",meta_title:"Niamh Kelly - Creative Writer at CrystalCasas",meta_description:"Discover enchanting stories of beautiful homes and incredible locations with Niamh Kelly, a creative writer at CrystalCasas who inspires wanderlust and imagination."},{name:"Carlos Silva",description:"Carlos Silva is a coastal design expert and writer from Rio de Janeiro, Brazil. Emphasizing the beauty of tropical and coastal homes, his articles feature vibrant locations, showcasing breathtaking architecture that captures the essence of beachfront living.",meta_title:"Carlos Silva - Coastal Design Expert at CrystalCasas",meta_description:"Explore vibrant coastal homes and breathtaking locations with Carlos Silva, a coastal design expert at CrystalCasas passionate about beachfront living."},{name:"Isabella Rossi",description:"Isabella Rossi is an Italian lifestyle writer and home enthusiast based in Florence, Italy. Her deep appreciation for historical properties enables her to paint vivid pictures of homes that tell a story, drawing readers into their timeless charm and character.",meta_title:"Isabella Rossi - Lifestyle Writer at CrystalCasas",meta_description:"Travel through time with Isabella Rossi, a lifestyle writer at CrystalCasas, as she explores historical homes and their enchanting stories in incredible locations."},{name:"David Chen",description:"David Chen is a landscape architect and travel writer based in Shanghai, China. Combining his passion for design and exploration, he provides readers with insights into beautiful homes set against stunning landscapes, inspiring them to appreciate the art of living harmoniously with nature.",meta_title:"David Chen - Landscape Architect and Writer at CrystalCasas",meta_description:"Savor the beauty of nature-infused homes with David Chen, a landscape architect and travel writer at CrystalCasas dedicated to harmonious living."}],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:#2e4a7c;--theme-color-8:#5b7fa6;--theme-color-7:#a1c6e7;--theme-color-6:#d3e6f9;--theme-color-5:#f1f9ff;--theme-color-3:#f4f8ff;--theme-color-2:#e1f3fe;--color-bg-layout:#ffffff;--color-bg-hover:#f0f4f8;--article-border-radius:25px;--btn-border-radius:15px;--category-border-radius:30px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -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\uDF05\uD83C\uDF0D\u2728";
264
- export declare const categories: ("designInspiration" | "beautifulHomes" | "homeDecorStyles" | "propertyShowcases" | "travelGuides" | "personalStories")[];
264
+ export declare const categories: ("beautifulHomes" | "designInspiration" | "homeDecorStyles" | "propertyShowcases" | "travelGuides" | "personalStories")[];
265
265
  export declare const subcategories: string[];
266
266
  export declare const subsubcategories: string[];
267
267
  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: ("designInspiration" | "beautifulHomes" | "stunningLocations" | "lifestyleEnhancements")[];
130
+ export declare const categories: ("beautifulHomes" | "designInspiration" | "stunningLocations" | "lifestyleEnhancements")[];
131
131
  export declare const subcategories: string[];
132
132
  export declare const subsubcategories: string[];
133
133
  export type Category = keyof typeof dataStructure;
@@ -182,7 +182,7 @@ export declare const dataStructure: {
182
182
  export declare const authors: Record<string, string>;
183
183
  export declare const authorsNames: string[];
184
184
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\u2728\uD83C\uDF0D\uD83D\uDCDD";
185
- export declare const categories: ("travelInspiration" | "beautifulHomes" | "incredibleLocations" | "luxuryLiving" | "propertyTips")[];
185
+ export declare const categories: ("beautifulHomes" | "incredibleLocations" | "travelInspiration" | "luxuryLiving" | "propertyTips")[];
186
186
  export declare const subcategories: string[];
187
187
  export declare const subsubcategories: string[];
188
188
  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.283",
3
+ "version": "1.3.284",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [