tedo-publisher 1.3.286 → 1.3.288

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. package/dist/blissdwells/data.d.ts +186 -0
  2. package/dist/blissdwells/data.js +1 -0
  3. package/dist/blissdwells/filters.d.ts +28 -0
  4. package/dist/blissdwells/filters.js +1 -0
  5. package/dist/blissdwells/helpers.d.ts +3 -0
  6. package/dist/blissdwells/helpers.js +1 -0
  7. package/dist/blissdwells/index.d.ts +15 -0
  8. package/dist/blissdwells/index.js +1 -0
  9. package/dist/blissdwells/prompts/data.d.ts +7 -0
  10. package/dist/blissdwells/prompts/data.js +1 -0
  11. package/dist/blissdwells/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/blissdwells/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/blissdwells/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/blissdwells/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/blissdwells/prompts/images.d.ts +4 -0
  16. package/dist/blissdwells/prompts/images.js +1 -0
  17. package/dist/blissdwells/seo.d.ts +23 -0
  18. package/dist/blissdwells/seo.js +1 -0
  19. package/dist/blissdwells/styles/colors.css +1 -0
  20. package/dist/blissdwells/styles/fonts.css +1 -0
  21. package/dist/blissdwells/styles/global.css +1 -0
  22. package/dist/blissdwells/styles/sizing.css +1 -0
  23. package/dist/blissdwells/styles/theme.css +1 -0
  24. package/dist/blissdwells/styles/vars.css +1 -0
  25. package/dist/brightlooms/data.d.ts +1 -1
  26. package/dist/creativenooksy/data.d.ts +1 -1
  27. package/dist/crystalcasas/data.d.ts +1 -1
  28. package/dist/decofera/data.d.ts +1 -1
  29. package/dist/decogrove/data.d.ts +1 -1
  30. package/dist/dwellzdesigns/data.d.ts +1 -1
  31. package/dist/gardenpixes/data.d.ts +1 -1
  32. package/dist/gardilo/data.d.ts +1 -1
  33. package/dist/garnishgroves/data.d.ts +1 -1
  34. package/dist/luxeyarddesigns/data.d.ts +1 -1
  35. package/dist/renoift/data.d.ts +1 -1
  36. package/dist/vibrantinteriorstyle/data.d.ts +1 -1
  37. package/dist/vistarahome/data.d.ts +229 -0
  38. package/dist/vistarahome/data.js +1 -0
  39. package/dist/vistarahome/filters.d.ts +28 -0
  40. package/dist/vistarahome/filters.js +1 -0
  41. package/dist/vistarahome/helpers.d.ts +3 -0
  42. package/dist/vistarahome/helpers.js +1 -0
  43. package/dist/vistarahome/index.d.ts +15 -0
  44. package/dist/vistarahome/index.js +1 -0
  45. package/dist/vistarahome/prompts/data.d.ts +7 -0
  46. package/dist/vistarahome/prompts/data.js +1 -0
  47. package/dist/vistarahome/prompts/gpt35turbo/articles.d.ts +6 -0
  48. package/dist/vistarahome/prompts/gpt35turbo/articles.js +1 -0
  49. package/dist/vistarahome/prompts/gpt4oMini/articles.d.ts +6 -0
  50. package/dist/vistarahome/prompts/gpt4oMini/articles.js +1 -0
  51. package/dist/vistarahome/prompts/images.d.ts +4 -0
  52. package/dist/vistarahome/prompts/images.js +1 -0
  53. package/dist/vistarahome/seo.d.ts +23 -0
  54. package/dist/vistarahome/seo.js +1 -0
  55. package/dist/vistarahome/styles/colors.css +1 -0
  56. package/dist/vistarahome/styles/fonts.css +1 -0
  57. package/dist/vistarahome/styles/global.css +1 -0
  58. package/dist/vistarahome/styles/sizing.css +1 -0
  59. package/dist/vistarahome/styles/theme.css +1 -0
  60. package/dist/vistarahome/styles/vars.css +1 -0
  61. package/dist/yardiro/data.d.ts +1 -1
  62. package/package.json +1 -1
@@ -0,0 +1,186 @@
1
+ export declare const dataStructure: {
2
+ architecturalStyles: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ modernArchitecture: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ traditionalHomes: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ ecoFriendlyDesign: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ minimalistArchitecture: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ luxuryMansions: {
32
+ title: string;
33
+ description: string;
34
+ slug: string;
35
+ children: null;
36
+ };
37
+ other: {
38
+ title: string;
39
+ description: string;
40
+ slug: string;
41
+ children: null;
42
+ };
43
+ };
44
+ };
45
+ interiorDesign: {
46
+ title: string;
47
+ description: string;
48
+ slug: string;
49
+ children: {
50
+ contemporaryInteriors: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ rusticCharm: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ colorTheoryInDesign: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ homeStagingTips: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ furnitureTrends: {
75
+ title: string;
76
+ description: string;
77
+ slug: string;
78
+ children: null;
79
+ };
80
+ other: {
81
+ title: string;
82
+ description: string;
83
+ slug: string;
84
+ children: null;
85
+ };
86
+ };
87
+ };
88
+ locationSpotlights: {
89
+ title: string;
90
+ description: string;
91
+ slug: string;
92
+ children: {
93
+ tropicalGetaways: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ urbanOases: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ mountainRetreats: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ historicalLandmarks: {
112
+ title: string;
113
+ description: string;
114
+ slug: string;
115
+ children: null;
116
+ };
117
+ beachfrontProperties: {
118
+ title: string;
119
+ description: string;
120
+ slug: string;
121
+ children: null;
122
+ };
123
+ other: {
124
+ title: string;
125
+ description: string;
126
+ slug: string;
127
+ children: null;
128
+ };
129
+ };
130
+ };
131
+ homeImprovement: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: {
136
+ renovationIdeas: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ landscapingInspiration: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ homeDecorTips: {
149
+ title: string;
150
+ description: string;
151
+ slug: string;
152
+ children: null;
153
+ };
154
+ smartHomeTechnologies: {
155
+ title: string;
156
+ description: string;
157
+ slug: string;
158
+ children: null;
159
+ };
160
+ sustainableLivingPractices: {
161
+ title: string;
162
+ description: string;
163
+ slug: string;
164
+ children: null;
165
+ };
166
+ other: {
167
+ title: string;
168
+ description: string;
169
+ slug: string;
170
+ children: null;
171
+ };
172
+ };
173
+ };
174
+ };
175
+ export declare const authors: Record<string, string>;
176
+ export declare const authorsNames: string[];
177
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF05\uD83C\uDF33\u2728";
178
+ export declare const categories: ("architecturalStyles" | "interiorDesign" | "locationSpotlights" | "homeImprovement")[];
179
+ export declare const subcategories: string[];
180
+ export declare const subsubcategories: string[];
181
+ export type Category = keyof typeof dataStructure;
182
+ export type CategoryNode = (typeof dataStructure)[Category];
183
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
184
+ export declare const startDate = "2024-09-19T00:00:00Z";
185
+ export declare const devBucketName = "idn-blissdwells-dev";
186
+ export declare const prodBucketName = "idn-blissdwells";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const t={architecturalStyles:{title:"Explore Unique Architectural Styles for Beautiful Homes 🌏",description:"Discover breathtaking architectural styles that inspire with BlissDwells. Elevate your lifestyle through stunning designs and exceptional locations! 🏡",slug:"architectural-styles",children:{modernArchitecture:{title:"Modern Architecture: A Fusion of Elegance and Innovation 🏙️",description:"Dive into modern architecture that represents elegance and innovation. Explore inspiring designs that redefine contemporary living! 📐",slug:"modern-architecture",children:null},traditionalHomes:{title:"Traditional Homes: Timeless Design with Warmth 🌳",description:"Uncover the charm of traditional homes that exude warmth and character. Experience beautiful designs that tell a story through time! 🕰️",slug:"traditional-homes",children:null},ecoFriendlyDesign:{title:"Eco-Friendly Design: Sustainability Meets Style 🌱",description:"Explore eco-friendly design concepts that blend sustainability with style. Transform your home into a green paradise today! 🌼",slug:"eco-friendly-design",children:null},minimalistArchitecture:{title:"Minimalist Architecture: Embracing Simplicity and Space 🌌",description:"Discover minimalist architecture that embraces simplicity and space. Find beauty in less while maximizing function and aesthetic appeal! 🖤",slug:"minimalist-architecture",children:null},luxuryMansions:{title:"Luxury Mansions: Exquisite Designs for the Elite 🏰",description:"Step inside luxury mansions showcasing exquisite designs and grandeur. Discover what it means to live in opulence and elegance! ✨",slug:"luxury-mansions",children:null},other:{title:"Other Architectural Styles: A Diverse Palette of Designs 🎨",description:"Explore other architectural styles that offer a diverse palette of designs. Find inspiration in unique homes from around the world! 🌏",slug:"other-architectural-styles",children:null}}},interiorDesign:{title:"Explore Contemporary Interiors & Rustic Charm 🌟",description:"Delve into stunning interiors and rustic charm. Discover innovative design trends, tips for home staging, and beautiful furniture ideas. 🏡✨",slug:"interior-design",children:{contemporaryInteriors:{title:"Contemporary Interiors: Trendy & Stylish Designs 🛋️",description:"Discover the allure of contemporary interiors! Unveil the latest trends, tips, and beautiful designs that will transform your living space. 🖼️✨",slug:"contemporary-interiors",children:null},rusticCharm:{title:"Rustic Charm: Embrace Cozy & Natural Interiors 🌲",description:"Explore rustic charm in interior design! Learn how to create warm, inviting spaces with natural elements and personal touches. 🍂🏠",slug:"rustic-charm",children:null},colorTheoryInDesign:{title:"Color Theory in Design: Harmonize Your Spaces 🎨",description:"Unlock the power of color theory in design! Discover how to choose the right colors to create harmony and enhance your interiors. 🌈🖌️",slug:"color-theory-in-design",children:null},homeStagingTips:{title:"Home Staging Tips: Impress Buyers with Style 🏠✨",description:"Master the art of home staging with our expert tips! Create a captivating atmosphere that entices potential buyers and showcases your property. 🔑🖼️",slug:"home-staging-tips",children:null},furnitureTrends:{title:"Latest Furniture Trends: Elevate Your Home Decor 🛋️🌟",description:"Stay updated with the latest furniture trends! Explore stylish options to elevate your home decor and create beautiful living spaces. 🏡🪑",slug:"furniture-trends",children:null},other:{title:"Other Inspiring Interior Design Concepts 🌍🏡",description:"Explore other inspiring interior design concepts that defy conventions! Discover unique ideas to transform your home environment beautifully. 🌟💡",slug:"other-interior-design-concepts",children:null}}},locationSpotlights:{title:"Explore Stunning Homes and Incredible Locations 🌍🏡",description:"Delve into the beautiful homes and incredible locations that inspire dreamy living! Find your next aesthetic escape or home sweet home.",slug:"stunning-homes-incredible-locations",children:{tropicalGetaways:{title:"Tropical Getaways: Paradise Awaits! 🏝️🌺",description:"Discover enchanting tropical getaways that promise serenity and beauty. Dive into vibrant landscapes and luxurious homes in paradise!",slug:"tropical-getaways",children:null},urbanOases:{title:"Urban Oases: Luxury Meets Nature 🌆🌿",description:"Uncover urban oases where luxury meets nature! Explore beautiful homes nestled in vibrant cityscapes, offering tranquility and style.",slug:"urban-oases",children:null},mountainRetreats:{title:"Mountain Retreats: Escape to Nature 🏔️🌲",description:"Experience mountain retreats that blend adventure and comfort! Discover stunning homes surrounded by breathtaking landscapes.",slug:"mountain-retreats",children:null},historicalLandmarks:{title:"Historical Landmarks: Architectural Wonders 🏛️📜",description:"Explore historical landmarks that tell stories of the past! Admire exquisite architecture and the charm of beautifully preserved homes.",slug:"historical-landmarks",children:null},beachfrontProperties:{title:"Beachfront Properties: Live the Coastal Dream 🌊🏖️",description:"Find your dream beachfront property where ocean waves meet luxury living! Explore stunning homes with spectacular sea views.",slug:"beachfront-properties",children:null},other:{title:"Other Unique Locations: Hidden Gems Await! 🌏✨",description:"Discover other unique locations that are hidden gems! Explore fascinating homes and settings that inspire extraordinary living.",slug:"other-unique-locations",children:null}}},homeImprovement:{title:"Transform Your Space with Home Improvement Ideas 🏡",description:"Explore creative home improvement ideas to enhance your living spaces, discover landscaping inspiration, and dive into innovative home technologies! 🌿✨",slug:"home-improvement",children:{renovationIdeas:{title:"Innovative Renovation Ideas to Elevate Your Home 🛠️",description:"Unleash your creativity with stunning renovation ideas that breathe new life into your home. Get inspired to create your dream space! 🏡💡",slug:"renovation-ideas",children:null},landscapingInspiration:{title:"Beautiful Landscaping Inspiration for Every Home 🌳",description:"Discover beautiful landscaping inspiration that transforms your outdoor spaces. Turn your garden into a serene oasis with our tips! 🌷🏞️",slug:"landscaping-inspiration",children:null},homeDecorTips:{title:"Expert Home Decor Tips for a Stylish Interior 🛋️",description:"Revamp your interiors with our expert home decor tips. Create a stylish and cozy atmosphere that reflects your unique taste! 🎨✨",slug:"home-decor-tips",children:null},smartHomeTechnologies:{title:"Latest Smart Home Technologies to Enhance Living 🖥️",description:"Explore the latest smart home technologies that bring convenience and efficiency to your living space. Embrace the future of home living! 💡🏠",slug:"smart-home-technologies",children:null},sustainableLivingPractices:{title:"Sustainable Living Practices for an Eco-Friendly Home 🌍",description:"Adopt sustainable living practices to create an eco-friendly home. Discover tips for a greener lifestyle and lower environmental impact! 🌱♻️",slug:"sustainable-living-practices",children:null},other:{title:"Miscellaneous Home Improvement Ideas and Insights 🌈",description:"Explore a variety of home improvement ideas and insights not covered elsewhere. Find unique solutions for your personal projects! 🔍✨",slug:"other",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="blissdwells",u=`idn-${c}-dev`,h=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=n,exports.authors=i,exports.authorsNames=r,exports.categories=s,exports.dataStructure=t,exports.devBucketName=u,exports.prodBucketName=h,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
+ InteriorDesignTrends = "Interior Design Trends",
5
+ HomeFeatures = "Home Features",
6
+ TravelInspiration = "Travel Inspiration"
7
+ }
8
+ type ArchitecturalStylesValues = 'Modern' | 'Traditional' | 'Rustic' | 'Minimalist' | 'Mediterranean';
9
+ type LocationTypeValues = 'Mountain Retreat' | 'Beachfront Villa' | 'Urban Loft' | 'Countryside Cottage' | 'Desert Oasis';
10
+ type InteriorDesignTrendsValues = 'Sustainable Design' | 'Industrial Chic' | 'Bohemian Vibes' | 'Mid-Century Modern' | 'Scandinavian Simplicity';
11
+ type HomeFeaturesValues = 'Infinity Pools' | 'Open-Concept Living' | 'Smart Home Technology' | 'Outdoor Living Spaces' | 'Eco-Friendly Materials';
12
+ type TravelInspirationValues = 'Cultural Landmarks' | 'Hidden Gems' | 'Nature Escapes' | 'Luxury Getaways' | 'Foodie Destinations';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.ArchitecturalStyles]: ArchitecturalStylesValues[];
15
+ [FiltersNames.LocationType]: LocationTypeValues[];
16
+ [FiltersNames.InteriorDesignTrends]: InteriorDesignTrendsValues[];
17
+ [FiltersNames.HomeFeatures]: HomeFeaturesValues[];
18
+ [FiltersNames.TravelInspiration]: TravelInspirationValues[];
19
+ };
20
+ export declare const architecturalStylesValues: ArchitecturalStylesValues[];
21
+ export declare const locationTypeValues: LocationTypeValues[];
22
+ export declare const interiorDesignTrendsValues: InteriorDesignTrendsValues[];
23
+ export declare const homeFeaturesValues: HomeFeaturesValues[];
24
+ export declare const travelInspirationValues: TravelInspirationValues[];
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.InteriorDesignTrends="Interior Design Trends",e.HomeFeatures="Home Features",e.TravelInspiration="Travel Inspiration";const t=["Modern","Traditional","Rustic","Minimalist","Mediterranean"],s=["Mountain Retreat","Beachfront Villa","Urban Loft","Countryside Cottage","Desert Oasis"],r=["Sustainable Design","Industrial Chic","Bohemian Vibes","Mid-Century Modern","Scandinavian Simplicity"],i=["Infinity Pools","Open-Concept Living","Smart Home Technology","Outdoor Living Spaces","Eco-Friendly Materials"],a=["Cultural Landmarks","Hidden Gems","Nature Escapes","Luxury Getaways","Foodie Destinations"],o={[exports.FiltersNames.ArchitecturalStyles]:[],[exports.FiltersNames.LocationType]:[],[exports.FiltersNames.InteriorDesignTrends]:[],[exports.FiltersNames.HomeFeatures]:[],[exports.FiltersNames.TravelInspiration]:[]},n={[exports.FiltersNames.ArchitecturalStyles]:t,[exports.FiltersNames.LocationType]:s,[exports.FiltersNames.InteriorDesignTrends]:r,[exports.FiltersNames.HomeFeatures]:i,[exports.FiltersNames.TravelInspiration]:a},l=()=>JSON.stringify(n,null,2);exports.architecturalStylesValues=t,exports.fullFilters=n,exports.getFiltersTypesJSON=l,exports.homeFeaturesValues=i,exports.initialFilters=o,exports.interiorDesignTrendsValues=r,exports.locationTypeValues=s,exports.travelInspirationValues=a;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),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.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.homeFeaturesValues=t.homeFeaturesValues,exports.initialFilters=t.initialFilters,exports.interiorDesignTrendsValues=t.interiorDesignTrendsValues,exports.locationTypeValues=t.locationTypeValues,exports.travelInspirationValues=t.travelInspirationValues,exports.getDefaultImagesFrontmatter=r.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=r.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=s.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=s.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=s.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=o.AUTHORS_INFO,exports.AUTHORS_META=o.AUTHORS_META,exports.PAGES_SEO=o.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return o.PageNames}}),exports.gpt35Articles=a,exports.gpt4oMiniArticles=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: BlissDwells is an infotainment portal dedicated to showcasing beautiful homes and incredible locations, providing readers with inspiration and insights into exquisite architecture, stunning interiors, and breathtaking environments. This platform is perfect for home enthusiasts, travel lovers, and anyone seeking aesthetic and design inspiration.\n - Detailed description: BlissDwells is a comprehensive online portal that celebrates the art of living beautifully. It presents a curated collection of articles, guides, and features focused on stunning homes and extraordinary locations around the globe. From idyllic vacation homes and luxurious mansions to charming cottages and minimalist apartments, BlissDwells offers a deep dive into architectural styles, interior design trends, and landscaping ideas that enhance living spaces. The portal emphasizes high-quality visuals and engaging narratives, ensuring that readers can not only admire but also envision the potential of their own environments. With tips on home decor, renovation ideas, and travel destinations that inspire wanderlust, BlissDwells serves as a go-to resource for anyone interested in elevating their lifestyle.\n - Target audience: The target audience for BlissDwells includes homeowners, aspiring home buyers, interior design enthusiasts, travel aficionados, and individuals seeking creative inspiration for their living spaces. It appeals to those who appreciate aesthetics, value innovative design, and are interested in discovering unique architectural gems and beautiful locations both domestically and internationally.\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## Home Features\n - Architectural Styles\n - Interior Design Trends\n\n## Location Highlights\n - Stunning Natural Landscapes\n - Cultural and Historical Significance\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 - Home Features, 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: BlissDwells is an infotainment portal dedicated to showcasing beautiful homes and incredible locations, providing readers with inspiration and insights into exquisite architecture, stunning interiors, and breathtaking environments. This platform is perfect for home enthusiasts, travel lovers, and anyone seeking aesthetic and design inspiration.\n - Detailed description: BlissDwells is a comprehensive online portal that celebrates the art of living beautifully. It presents a curated collection of articles, guides, and features focused on stunning homes and extraordinary locations around the globe. From idyllic vacation homes and luxurious mansions to charming cottages and minimalist apartments, BlissDwells offers a deep dive into architectural styles, interior design trends, and landscaping ideas that enhance living spaces. The portal emphasizes high-quality visuals and engaging narratives, ensuring that readers can not only admire but also envision the potential of their own environments. With tips on home decor, renovation ideas, and travel destinations that inspire wanderlust, BlissDwells serves as a go-to resource for anyone interested in elevating their lifestyle.\n - Target audience: The target audience for BlissDwells includes homeowners, aspiring home buyers, interior design enthusiasts, travel aficionados, and individuals seeking creative inspiration for their living spaces. It appeals to those who appreciate aesthetics, value innovative design, and are interested in discovering unique architectural gems and beautiful locations both domestically and internationally.\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## Home Features\n - Architectural Styles\n - Interior Design Trends\n\n## Location Highlights\n - Stunning Natural Landscapes\n - Cultural and Historical Significance\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 - Home Features, 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",s="real estate enthusiasts, travel lovers, interior design aficionados",r="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",o=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=a,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=r,exports.START_STEP=n,exports.TARGET_AUDIENCE=s,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 i={[exports.PageNames.Authors]:{title:"Meet the Visionaries Behind BlissDwells | Beautiful Homes & Locations",description:"Discover the inspiration and creativity of our talented authors who bring you beautiful homes and incredible locations! ✨🏡"},[exports.PageNames.Home]:{title:"BlissDwells: Explore Beautiful Homes & Incredible Locations",description:"Welcome to BlissDwells, your ultimate destination for stunning homes and breathtaking locations! 🏡🌅 Dive in and find your dream escape today!"},[exports.PageNames.NotFound]:{title:"Oops! Page Not Found | BlissDwells",description:"😞 It seems the page you're looking for doesn't exist. Explore beautiful homes and incredible locations on our homepage! 🏡✨"},[exports.PageNames.AboutUs]:{title:"About BlissDwells: Your Guide to Beautiful Homes & Locations",description:"Learn about BlissDwells and our passion for showcasing stunning homes and incredible places around the world! 🏡❤️ Join us on this beautiful journey."},[exports.PageNames.PrivacyPolicy]:{title:"BlissDwells Privacy Policy | Protecting Your Information",description:"Your privacy matters! Find out how BlissDwells safeguards your information while you explore beautiful homes and incredible locations. 🔒🏠"},[exports.PageNames.Terms]:{title:"BlissDwells Terms of Service | Beautiful Homes & Locations",description:"Read the terms and conditions governing your use of BlissDwells as we provide you with amazing homes and travel insights. 📜🌍"},[exports.PageNames.Sitemap]:{title:"BlissDwells Sitemap | Navigate Beautiful Homes & Locations",description:"Easily find your way around BlissDwells with our sitemap, featuring beautiful homes and incredible locations waiting for you! 🗺️🏡"}},a=[{name:"Arjun Patel",description:"Arjun Patel is an acclaimed writer and interior designer based in New Delhi. With over a decade of experience in creating stunning residential and commercial spaces, he brings a unique perspective to home aesthetics. His work often combines traditional Indian designs with modern elements, making him a popular figure in the design community.",meta_title:"Arjun Patel - Interior Designer & Writer at BlissDwells",meta_description:"Explore the captivating home design insights of Arjun Patel, an expert interior designer and writer at BlissDwells, blending traditional and contemporary styles."},{name:"Ananya Roy",description:"Ananya Roy is a lifestyle and travel writer from Bangalore, known for her captivating storytelling and ability to find beauty in simplicity. With a passion for exploring off-beat destinations, she aims to inspire readers to appreciate incredible locations around the globe through her vivid articles.",meta_title:"Ananya Roy - Lifestyle & Travel Writer at BlissDwells",meta_description:"Dive into the world of travel and lifestyle with Ananya Roy, a talented writer at BlissDwells, uncovering incredible locations and inspiring stories."},{name:"Rahul Mehta",description:"Rahul Mehta is a seasoned architectural journalist with a strong background in urban planning. Based in Mumbai, he has spent over 15 years writing about beautiful homes and innovative architecture. His articles often highlight sustainable building practices and the importance of creating harmonious living spaces.",meta_title:"Rahul Mehta - Architectural Journalist at BlissDwells",meta_description:"Discover the insights of Rahul Mehta, a seasoned architectural journalist at BlissDwells, focusing on beautiful homes and sustainable design practices."},{name:"Pooja Sharma",description:"Pooja Sharma is a freelance writer and home decor enthusiast from Chennai. With her extensive knowledge of textiles and color theory, she provides readers with tips on creating inviting spaces. Her articles reflect her passion for DIY projects and sustainable living.",meta_title:"Pooja Sharma - Home Decor Writer at BlissDwells",meta_description:"Join Pooja Sharma, a home decor enthusiast and freelance writer at BlissDwells, as she shares her tips and tricks for beautiful and sustainable living spaces."},{name:"Vikram Saini",description:"Vikram Saini is a travel and architecture expert who hails from Jaipur. Combining his love for history with modern design, he writes about iconic structures and their surroundings. His keen eye for detail captivates readers and transports them to incredible locations.",meta_title:"Vikram Saini - Travel & Architecture Writer at BlissDwells",meta_description:"Explore the intersection of travel and architecture with Vikram Saini at BlissDwells, where history meets modern design in incredible locations."},{name:"Nisha Gupta",description:"Nisha Gupta is a renowned landscape designer and writer from Kolkata. With a background in environmental science, she integrates nature into her writings about beautiful homes. She emphasizes the importance of outdoor spaces and their role in enhancing residential comfort.",meta_title:"Nisha Gupta - Landscape Designer & Writer at BlissDwells",meta_description:"Discover the beauty of landscape design and outdoor living with Nisha Gupta, a landscape designer and writer at BlissDwells, promoting harmony in residential spaces."},{name:"Ravi Kumar",description:"Ravi Kumar is a digital nomad and travel writer who specializes in documenting unique accommodations worldwide. Originally from Hyderabad, his articles reflect his experiences in extraordinary homes that resonate with comfort and style. He encourages readers to explore beyond typical vacations.",meta_title:"Ravi Kumar - Travel Writer at BlissDwells",meta_description:"Join travel writer Ravi Kumar at BlissDwells as he uncovers unique accommodations and beautiful homes across the globe, inspiring extraordinary adventures."},{name:"Sanya Menon",description:"Sanya Menon is an urban explorer and cultural journalist from Mumbai. She focuses on the stories behind beautiful homes and incredible locations, merging lifestyle, art, and architecture. Her articles are rich in detail, revealing the heart of the places she visits.",meta_title:"Sanya Menon - Cultural Journalist at BlissDwells",meta_description:"Explore captivating stories of homes and cities with Sanya Menon, a cultural journalist at BlissDwells, highlighting the beauty of urban landscapes."},{name:"Rahul Chatterjee",description:"Rahul Chatterjee is a passionate writer and real estate expert based in Gurgaon. With a decade of experience in the industry, he writes about property trends, investment opportunities, and designing beautiful spaces for families. His articles guide readers through their home-buying journey.",meta_title:"Rahul Chatterjee - Real Estate Writer at BlissDwells",meta_description:"Find your dream home with insights from Rahul Chatterjee, a real estate expert and writer at BlissDwells, exploring beautiful spaces and investment opportunities."},{name:"Meera Joshi",description:"Meera Joshi is an emerging voice in the field of sustainable architecture and design. Based in Pune, she focuses on eco-friendly homes and innovative solutions for modern living. Her articles serve to educate and inspire those interested in making green choices for their homes.",meta_title:"Meera Joshi - Sustainable Design Writer at BlissDwells",meta_description:"Explore sustainable living with Meera Joshi at BlissDwells, an emerging voice in eco-friendly architecture and design, inspiring greener choices for beautiful homes."},{name:"Riya Desai",description:"Riya Desai is a seasoned interior designer based in Mumbai, specializing in eco-friendly homes. With over 15 years of experience, she has transformed countless living spaces into beautiful, sustainable havens. Passionate about design, Riya regularly contributes articles that reflect her creativity and awareness of global trends in home decor.",meta_title:"Riya Desai - Eco-Friendly Interior Designer & Contributor",meta_description:"Explore the artistry of Riya Desai, an experienced interior designer from Mumbai, focusing on sustainable and eco-friendly home design."},{name:"Arjun Mehta",description:"Arjun Mehta is a travel writer and urban planner who travels across India documenting stunning locations for more than a decade. His insightful articles examine the intersection of architecture, culture, and natural beauty, making him a valued voice in the realm of travel writing.",meta_title:"Arjun Mehta - Travel Writer & Urban Planner",meta_description:"Join Arjun Mehta as he uncovers stunning locations and cultural narratives across India through his engaging travel articles."},{name:"Neha Sethi",description:"Neha Sethi is an acclaimed real estate journalist with a focus on luxury homes in India. With over 10 years of experience, she provides valuable insights into market trends while showcasing exceptional properties. Neha’s articles serve as a guide for homeowners and investors alike.",meta_title:"Neha Sethi - Real Estate Journalist & Luxury Home Expert",meta_description:"Discover luxury homes and real estate insights from Neha Sethi, a veteran journalist dedicated to sharing the finest properties in India."},{name:"Vikram Reddy",description:"Vikram Reddy is a landscape architect and passionate gardener. With years of experience in creating outdoor spaces, he writes about the importance of green design and how to create beautiful gardens in urban settings. His articles inspire readers to reconnect with nature.",meta_title:"Vikram Reddy - Landscape Architect & Garden Enthusiast",meta_description:"Experience the art of outdoor design with Vikram Reddy, a landscape architect dedicated to enhancing urban spaces with beautiful gardens."},{name:"Anjali Sharma",description:"Anjali Sharma is a home décor stylist and DIY enthusiast based in Bengaluru. She has been featured in various lifestyle magazines and offers practical tips on home improvement and decor. Anjali's articles focus on creative solutions for personalizing living spaces.",meta_title:"Anjali Sharma - Home Décor Stylist & DIY Expert",meta_description:"Elevate your living spaces with Anjali Sharma, a home décor stylist sharing creative DIY projects and décor tips for every homeowner."},{name:"Sandeep Khanna",description:"Sandeep Khanna is a historian and architectural critic who has spent over 20 years studying India’s rich architectural heritage. His writings explore historical homes and their cultural significance, combining history with current trends in architecture.",meta_title:"Sandeep Khanna - Architectural Historian & Critic",meta_description:"Delve into India's architectural marvels with Sandeep Khanna, a historian offering insights on the cultural significance of historical homes."},{name:"Priya Chatterjee",description:"Priya Chatterjee is a professional photographer and blogger specializing in real estate photography. Her expertise in capturing the essence of homes adds a unique perspective to her articles, which often delve into design photography and visual storytelling.",meta_title:"Priya Chatterjee - Real Estate Photographer & Blogger",meta_description:"Discover the beauty of homes through the lens of Priya Chatterjee, a real estate photographer sharing stories of design and aesthetics."},{name:"Rohit Nair",description:"Rohit Nair is a sustainable living advocate and architect from Kochi. With a focus on green architecture, his articles discuss innovations in sustainable building practices and inspire readers to adopt eco-friendly lifestyles.",meta_title:"Rohit Nair - Architect & Sustainable Living Advocate",meta_description:"Explore innovative sustainable living solutions with Rohit Nair, an architect dedicated to eco-friendly building and lifestyle practices."},{name:"Meera Singh",description:"Meera Singh is an expert in Feng Shui and Vastu Shastra, integrating traditional wisdom with modern architecture. Her articles help readers harmonize their living spaces, enhancing both aesthetics and energy flow within homes.",meta_title:"Meera Singh - Feng Shui & Vastu Expert",meta_description:"Transform your living spaces with Meera Singh, a Feng Shui and Vastu expert offering insights on harmony and balance in home design."},{name:"Karan Joshi",description:"Karan Joshi is a home automation specialist and tech enthusiast. With experience in integrating smart home technologies, he writes about the latest advancements that enhance comfort and security in homes, making them smarter and more efficient.",meta_title:"Karan Joshi - Smart Home Technology Expert",meta_description:"Stay updated on the latest smart home innovations with Karan Joshi, a technology expert dedicated to enhancing home comfort and security."},{name:"Aditi Rao",description:"Aditi Rao is a seasoned travel writer and interior designer based in Mumbai, India. With over a decade of experience in the industry, she specializes in writing about beautiful homes and stunning locations. Aditi’s work showcases the fusion of traditional Indian aesthetics with modern design, allowing her readers to explore the richness of Indian culture through their living spaces.",meta_title:"Aditi Rao - Travel Writer and Interior Designer | BlissDwells",meta_description:"Explore the beautiful homes and incredible locations through Aditi Rao’s expert insights on design and culture at BlissDwells."},{name:"Rajiv Kumar",description:"Rajiv Kumar is an acclaimed freelance writer and travel enthusiast from New Delhi. With more than 15 years of experience, he brings stories to life with his vivid descriptions of enchanting places around the world. His articles often focus on how architecture and landscapes create memorable living experiences.",meta_title:"Rajiv Kumar - Freelance Writer and Travel Enthusiast | BlissDwells",meta_description:"Discover the enchantment of beautiful homes and stunning landscapes with Rajiv Kumar, your guide to incredible locations on BlissDwells."},{name:"Priya Singh",description:"Priya Singh is an award-winning lifestyle journalist and design consultant from Bangalore. With a passion for sustainable living and eco-friendly home designs, she uses her platform to inspire readers to create harmonious living spaces that respect the environment and enhance local cultures.",meta_title:"Priya Singh - Lifestyle Journalist and Design Consultant | BlissDwells",meta_description:"Join Priya Singh on a journey through beautiful homes and eco-friendly designs that elevate living spaces while respecting nature at BlissDwells."},{name:"Vikram Mehta",description:"Vikram Mehta is a prominent travel and architecture writer hailing from Kolkata. With his background in civil engineering, he expertly combines technical knowledge with creative storytelling, showcasing the interplay of stunning architecture in breathtaking locales.",meta_title:"Vikram Mehta - Travel and Architecture Writer | BlissDwells",meta_description:"Explore the intersection of stunning architecture and travel experiences with Vikram Mehta at BlissDwells, where every home tells a story."},{name:"Neha Desai",description:"Neha Desai is a blog and content strategist, specializing in home improvement and interior decoration. Based in Ahmedabad, India, she has created a niche in writing informative pieces that guide readers through transforming their living spaces into beautiful homes. Neha believes that every home tells a story.",meta_title:"Neha Desai - Home Improvement and Interior Decor Specialist | BlissDwells",meta_description:"Transform your living spaces into beautiful homes with Neha Desai’s expert advice and innovative ideas featured on BlissDwells."},{name:"Sunil Chatterjee",description:"Sunil Chatterjee is a travel photographer and writer whose works reflect the beauty of homes and places around the world. Based in Goa, he travels extensively to capture stunning visuals and accompany them with engaging narratives about different cultures and their architectural heritage.",meta_title:"Sunil Chatterjee - Travel Photographer and Writer | BlissDwells",meta_description:"Experience the beauty of homes and incredible locations through the lens of Sunil Chatterjee at BlissDwells, where every photo tells a story."},{name:"Kavita Sharma",description:"Kavita Sharma is a lifestyle blogger and writer from Pune, known for her engaging articles on home decor, travel, and culture. With a keen eye for design and an adventurous spirit, Kavita provides practical tips and cultural insights that help readers create beautiful and meaningful living spaces.",meta_title:"Kavita Sharma - Lifestyle Blogger and Home Decor Expert | BlissDwells",meta_description:"Discover creative home decor ideas and travel tips with Kavita Sharma at BlissDwells, where beautiful homes meet incredible cultures."},{name:"Anil Sethi",description:"Anil Sethi is a seasoned architect and writer based in Chandigarh. With years of practice in sustainable architecture, Anil shares valuable insights on building beautiful homes and exploring incredible locations, focusing on the importance of community and environmental responsibility in design.",meta_title:"Anil Sethi - Architect and Sustainable Design Advocate | BlissDwells",meta_description:"Uncover sustainable architecture and beautiful homes with Anil Sethi’s expertise, inspiring responsible living at BlissDwells."},{name:"Geetanjali Bhatia",description:"Geetanjali Bhatia is a passionate writer and travel curator from Jaipur, who specializes in heritage homes and cultural travel. Through her compelling narratives, she explores how history shapes the modern architectural landscape of India and beyond.",meta_title:"Geetanjali Bhatia - Heritage Writer and Travel Curator | BlissDwells",meta_description:"Explore the merging of heritage and modernity in homes and travel with Geetanjali Bhatia at BlissDwells, highlighting culture and architecture."},{name:"Suresh Patil",description:"Suresh Patil is an environmental designer and writer from Nashik with a strong emphasis on biophilic design and outdoor living. His articles often promote the integration of nature within beautiful homes, fostering healthier living environments for residents.",meta_title:"Suresh Patil - Environmental Designer and Writer | BlissDwells",meta_description:"Discover the harmony of nature and architecture with Suresh Patil’s innovative perspectives on beautiful homes at BlissDwells."},{name:"Ananya Rao",description:"Ananya Rao is a renowned Indian interior designer and lifestyle blogger with over a decade of experience in creating beautiful, functional spaces. She has a degree in Architecture from the National Institute of Design and her work has been featured in several prestigious publications. Ananya's passion for blending aesthetics with practicality shines through in her writing for BlissDwells, where she shares insights on home décor trends and design tips.",meta_title:"Ananya Rao - Interior Designer and Lifestyle Blogger at BlissDwells",meta_description:"Discover the world of beautiful homes and incredible locations with Ananya Rao, an interior designer and lifestyle blogger at BlissDwells. Explore her expert design tips and trends."},{name:"Rajesh Menon",description:"Rajesh Menon is an acclaimed travel writer and photographer who specializes in exploring stunning locations across India and beyond. With a rich background in storytelling and visual arts, he captures the essence of places and cultures. Through his contributions to BlissDwells, Rajesh invites readers to embark on journeys to breathtaking homes and landscapes.",meta_title:"Rajesh Menon - Travel Writer and Photographer at BlissDwells",meta_description:"Join Rajesh Menon on a captivating journey through incredible locations and beautiful homes. Explore his articles filled with stunning visuals and engaging narratives at BlissDwells."},{name:"Vikram Singh",description:"Vikram Singh is an Indian architect and design enthusiast, known for his innovative approach to architecture and interior spaces. With a keen eye for detail, he brings a wealth of knowledge to BlissDwells, sharing his expertise in creating functional and aesthetic home environments. His work encourages readers to rethink their living spaces.",meta_title:"Vikram Singh - Architect and Design Enthusiast at BlissDwells",meta_description:"Unlock the potential of your living spaces with Vikram Singh, an architect at BlissDwells. Discover his innovative ideas for beautiful homes and design tips for modern living."},{name:"Priya Iyer",description:"Priya Iyer is a celebrated food and lifestyle writer, well-known for her articles that blend culinary arts with home décor. Having lived in various parts of India, her diverse experiences enrich her storytelling. Priya's contributions to BlissDwells focus on creating inviting spaces through the love of food and family gatherings.",meta_title:"Priya Iyer - Food and Lifestyle Writer at BlissDwells",meta_description:"Experience the harmony of culinary arts and home design with Priya Iyer at BlissDwells. Explore her writing on creating inviting spaces through food and family traditions."},{name:"Manish Kapoor",description:"Manish Kapoor is a freelance writer and home décor consultant with a background in art history. He brings unique perspectives to BlissDwells through his eloquent writing, exploring the intersection of art and architecture. Manish's work inspires readers to incorporate artistic elements into their home designs.",meta_title:"Manish Kapoor - Freelance Writer and Home Décor Consultant at BlissDwells",meta_description:"Explore the intersection of art and architecture with Manish Kapoor at BlissDwells. Discover how to incorporate artistic elements into your home décor through his insightful articles."},{name:"Sanjay Bhardwaj",description:"Sanjay Bhardwaj is a renowned landscape designer with extensive experience in creating outdoor spaces that harmonize with natural surroundings. His articles on BlissDwells delve into the importance of outdoor aesthetics and enhance appreciation for nature's beauty in home environments.",meta_title:"Sanjay Bhardwaj - Landscape Designer at BlissDwells",meta_description:"Explore the beauty of outdoor aesthetics with Sanjay Bhardwaj at BlissDwells. Discover his expertise in landscape design and learn how to enhance your home environment."},{name:"Ruchi Malhotra",description:"Ruchi Malhotra is an innovative home organizer and productivity expert. With her practical approach, she helps people create organized and efficient living spaces. Through her articles on BlissDwells, Ruchi shares her tips on decluttering and maximizing space, making life easier and more enjoyable.",meta_title:"Ruchi Malhotra - Home Organizer and Productivity Expert at BlissDwells",meta_description:"Achieve a clutter-free home with Ruchi Malhotra at BlissDwells. Discover her expert tips on organization and space optimization for a more productive, beautiful living environment."},{name:"Abhinav Sharma",description:"Abhinav Sharma is a passionate blogger and home automation enthusiast who writes extensively about smart home technology. He explores innovative trends and solutions that bring convenience and efficiency to modern living. His contributions to BlissDwells inspire readers to embrace technology in their home designs.",meta_title:"Abhinav Sharma - Smart Home Blogger at BlissDwells",meta_description:"Embrace the future of living with Abhinav Sharma at BlissDwells. Discover innovative smart home technology trends that enhance convenience and efficiency in contemporary home designs."},{name:"Emma Corbett",description:"Emma is a seasoned travel writer and interior design enthusiast with over a decade of experience in exploring unique homes around the world. She specializes in showcasing stunning architecture and local cultures, inspiring readers to appreciate beauty in diverse locations.",meta_title:"Emma Corbett - Travel Writer & Design Enthusiast | BlissDwells",meta_description:"Discover extraordinary homes and breathtaking locations through Emma Corbett’s expertly crafted articles at BlissDwells, where passion meets design."},{name:"Liam Chen",description:"Liam is a globetrotting journalist known for capturing the essence of vibrant cultures and unique living spaces. His work has appeared in several prestigious publications, and he brings a keen eye for detail and an adventurous spirit to BlissDwells.",meta_title:"Liam Chen - Global Journalist & Culture Explorer | BlissDwells",meta_description:"Join Liam Chen as he uncovers stunning homes and remarkable locations around the globe on BlissDwells, where every story is an adventure."},{name:"Sofia Martinez",description:"Sofia is a skilled architect and writer, passionate about sustainable living and eco-friendly homes. With her background in architecture and design journalism, she highlights innovative features and responsible practices that make spaces beautiful.",meta_title:"Sofia Martinez - Architect & Eco-Friendly Living Advocate | BlissDwells",meta_description:"Explore sustainable and beautiful home designs with Sofia Martinez at BlissDwells, where architecture meets environmental responsibility."},{name:"James O'Neill",description:"James is a seasoned real estate expert and lifestyle writer who loves to delve into the nuances of luxury living. With years of experience in the high-end market, he shares insights on stunning properties and the lifestyles they promote.",meta_title:"James O'Neill - Real Estate Expert & Luxury Lifestyle Writer | BlissDwells",meta_description:"Discover luxury homes and exclusive lifestyles with James O'Neill’s articles on BlissDwells, your guide to exquisite living."},{name:"Priya Patel",description:"Priya is a travel and design writer who has explored every continent. Known for her vibrant storytelling, she curates collections of the most inviting homes in incredible locations, showcasing how culture and architecture intersect.",meta_title:"Priya Patel - Travel & Design Writer | BlissDwells",meta_description:"Unveil the beauty of culture and design with Priya Patel’s captivating articles at BlissDwells, showcasing homes across the globe."},{name:"Marco Bellini",description:"Marco, an award-winning travel photographer and journalist, focuses on architectural wonders and stunning landscapes. His visually rich articles inspire readers to discover breathtaking homes nestled in remarkable locations.",meta_title:"Marco Bellini - Travel Photographer & Architectural Writer | BlissDwells",meta_description:"Experience breathtaking homes and spectacular landscapes through Marco Bellini’s eyes at BlissDwells, where every photo tells a story."},{name:"Amina al-Farsi",description:"Amina is a cultural historian and travel expert with extensive experience living in various parts of the Middle East. Her articles reflect a deep understanding of architectural styles and cultural significance in beautiful locales.",meta_title:"Amina al-Farsi - Cultural Historian & Travel Expert | BlissDwells",meta_description:"Explore the rich architectural heritage and stunning homes of the Middle East with Amina al-Farsi on BlissDwells, where history meets beauty."},{name:"Tomoko Nishiyama",description:"Tomoko is a design blogger based in Tokyo, with a focus on minimalism and harmonious living spaces. Her articles bring a blend of traditional Japanese aesthetics and modern design principles to life at BlissDwells.",meta_title:"Tomoko Nishiyama - Design Blogger & Minimalism Advocate | BlissDwells",meta_description:"Embrace minimalism and harmonious living with Tomoko Nishiyama’s insights on beautiful homes at BlissDwells, where simplicity shines."},{name:"Nicolas Dupont",description:"Nicolas is a travel writer and historian with a penchant for discovering hidden gems in the world’s most beautiful locations. His work reflects an appreciation for both heritage and modernity in homes, offering readers unique perspectives.",meta_title:"Nicolas Dupont - Travel Writer & Historian | BlissDwells",meta_description:"Uncover hidden gems and beautiful homes around the world with Nicolas Dupont’s insights at BlissDwells, where history enhances beauty."},{name:"Fiona Reynolds",description:"Fiona is an interior designer and lifestyle consultant with a love for exploring globally inspired decor. Her expert advice and beautifully described homes provide valuable insights for those looking to enhance their own living spaces.",meta_title:"Fiona Reynolds - Interior Designer & Lifestyle Consultant | BlissDwells",meta_description:"Transform your space with Fiona Reynolds’ expert advice on beautiful homes and decor inspirations at BlissDwells."},{name:"Sophia Rogers",description:"Sophia is a seasoned travel and lifestyle writer with over 10 years of experience in exploring beautiful homes and stunning locales around the world. Based in Barcelona, she captures the essence of vibrant cultures and unique architectural styles, making her a valuable contributor to BlissDwells.",meta_title:"Sophia Rogers - Travel and Lifestyle Writer at BlissDwells",meta_description:"Explore the work of Sophia Rogers, a passionate travel and lifestyle writer discovering beautiful homes and incredible locations for BlissDwells."},{name:"Amina Al-Farsi",description:"Amina is an award-winning writer and photographer from Muscat, Oman. Her rich experience in travel writing shines through her evocative storytelling and stunning imagery, making her work for BlissDwells truly captivating.",meta_title:"Amina Al-Farsi - Travel Writer and Photographer for BlissDwells",meta_description:"Discover the enchanting narratives of Amina Al-Farsi, an award-winning travel writer and photographer, as she shares beautiful homes and incredible locations on BlissDwells."},{name:"Oliver Smith",description:"Oliver is a lifestyle blogger and real estate expert based in New York City. His keen eye for design and extensive knowledge of market trends equip him to write engaging articles for BlissDwells that highlight extraordinary homes in remarkable locations.",meta_title:"Oliver Smith - Lifestyle Blogger and Real Estate Expert at BlissDwells",meta_description:"Follow Oliver Smith, a lifestyle blogger and real estate expert, as he uncovers stunning homes and extraordinary locations on BlissDwells."},{name:"Fatima Khan",description:"Fatima is a multilingual travel and culture writer from Istanbul, Turkey. With extensive travel experience in over 30 countries, she brings a global perspective and stories of diverse architectural styles to BlissDwells, inspiring readers to explore.",meta_title:"Fatima Khan - Multilingual Travel Writer at BlissDwells",meta_description:"Explore the international stories of Fatima Khan, a travel and culture writer, as she shares beautiful homes and amazing locations on BlissDwells."},{name:"Carlos Mendes",description:"Carlos is a seasoned journalist and travel consultant from Lisbon, Portugal. His writings focus on sustainable travel and eco-friendly homes, adding a unique viewpoint to the BlissDwells roster of authors.",meta_title:"Carlos Mendes - Journalist and Travel Consultant for BlissDwells",meta_description:"Join Carlos Mendes, a journalist and travel consultant, on his exploration of eco-friendly homes and incredible locations on BlissDwells."},{name:"Isabella Rossi",description:"Isabella is an interior designer and writer from Florence, Italy. Her passion for aesthetics and design translates into her articles for BlissDwells, where she showcases the beauty of elegant homes and incredible settings.",meta_title:"Isabella Rossi - Interior Designer and Writer at BlissDwells",meta_description:"Discover the artistry of Isabella Rossi, an interior designer and writer, as she showcases beautiful homes and breathtaking locations on BlissDwells."},{name:"Raj Patel",description:"Raj is a journalist and travel blogger from Mumbai, India, specializing in luxury homes and unforgettable destinations. His background in media and passion for storytelling make his contributions to BlissDwells insightful and engaging.",meta_title:"Raj Patel - Luxury Travel Blogger for BlissDwells",meta_description:"Explore the luxurious itineraries of Raj Patel, a travel blogger specializing in exquisite homes and unforgettable destinations on BlissDwells."},{name:"Emma Jones",description:"Emma is a lifestyle and travel writer from Vancouver, Canada. With her expertise in finding the best spots for relaxation and adventure, she shares her discoveries of beautiful homes and stunning locations on BlissDwells.",meta_title:"Emma Jones - Lifestyle and Travel Writer at BlissDwells",meta_description:"Follow Emma Jones, a lifestyle and travel writer, as she finds beautiful homes and stunning locations around the world for BlissDwells."},{name:"Nia Nkosi",description:"Nia is a creative writer and cultural historian from Cape Town, South Africa. With her deep understanding of the intersection between culture and architecture, her articles for BlissDwells offer readers a unique and enriching perspective.",meta_title:"Nia Nkosi - Creative Writer and Cultural Historian at BlissDwells",meta_description:"Dive into the enriching world of Nia Nkosi, a creative writer and cultural historian, as she explores beautiful homes and incredible locations on BlissDwells."}],t=a.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=a,exports.AUTHORS_META=t,exports.PAGES_SEO=i;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#2f3e46;--theme-color-8:#4c5b69;--theme-color-7:#6b7b8c;--theme-color-6:#a8dadc;--theme-color-5:#f1faee;--theme-color-3:#f6f5f5;--theme-color-2:#ededed;--color-bg-layout:#ffffff;--color-bg-hover:#b0bec5;--article-border-radius:15px;--btn-border-radius:25px;--category-border-radius:25px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -175,7 +175,7 @@ export declare const dataStructure: {
175
175
  export declare const authors: Record<string, string>;
176
176
  export declare const authorsNames: string[];
177
177
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF77\uD83C\uDF3F\u2728";
178
- export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "homeImprovement")[];
178
+ export declare const categories: ("interiorDesign" | "homeImprovement" | "gardening" | "entertaining")[];
179
179
  export declare const subcategories: string[];
180
180
  export declare const subsubcategories: string[];
181
181
  export type Category = keyof typeof dataStructure;
@@ -262,7 +262,7 @@ export declare const dataStructure: {
262
262
  export declare const authors: Record<string, string>;
263
263
  export declare const authorsNames: string[];
264
264
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDECB\uFE0F\uD83C\uDF89\uD83C\uDF31\uD83D\uDDBC\uFE0F";
265
- export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "homeImprovement" | "lifestyle" | "eventDecor" | "sustainableDesign")[];
265
+ export declare const categories: ("interiorDesign" | "homeImprovement" | "gardening" | "entertaining" | "lifestyle" | "eventDecor" | "sustainableDesign")[];
266
266
  export declare const subcategories: string[];
267
267
  export declare const subsubcategories: string[];
268
268
  export type Category = keyof typeof dataStructure;
@@ -262,7 +262,7 @@ export declare const dataStructure: {
262
262
  export declare const authors: Record<string, string>;
263
263
  export declare const authorsNames: string[];
264
264
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF05\u2728\uD83C\uDF0D";
265
- export declare const categories: ("interiorDesign" | "homeImprovement" | "beautifulHomes" | "incredibleLocations" | "travelInspiration" | "architecturalStyles" | "designTrends")[];
265
+ export declare const categories: ("architecturalStyles" | "interiorDesign" | "homeImprovement" | "beautifulHomes" | "incredibleLocations" | "travelInspiration" | "designTrends")[];
266
266
  export declare const subcategories: string[];
267
267
  export declare const subsubcategories: string[];
268
268
  export type Category = keyof typeof dataStructure;
@@ -218,7 +218,7 @@ export declare const dataStructure: {
218
218
  export declare const authors: Record<string, string>;
219
219
  export declare const authorsNames: string[];
220
220
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF89\uD83C\uDF3F\u270F\uFE0F";
221
- export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "diyProjects" | "organizing")[];
221
+ export declare const categories: ("interiorDesign" | "gardening" | "entertaining" | "diyProjects" | "organizing")[];
222
222
  export declare const subcategories: string[];
223
223
  export declare const subsubcategories: string[];
224
224
  export type Category = keyof typeof dataStructure;
@@ -225,7 +225,7 @@ export declare const dataStructure: {
225
225
  export declare const authors: Record<string, string>;
226
226
  export declare const authorsNames: string[];
227
227
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF89\uD83C\uDF3F\uD83D\uDD8C\uFE0F";
228
- export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "dIYProjects" | "seasonalDecor" | "designInspiration")[];
228
+ export declare const categories: ("interiorDesign" | "gardening" | "entertaining" | "dIYProjects" | "seasonalDecor" | "designInspiration")[];
229
229
  export declare const subcategories: string[];
230
230
  export declare const subsubcategories: string[];
231
231
  export type Category = keyof typeof dataStructure;
@@ -151,7 +151,7 @@ export declare const dataStructure: {
151
151
  export declare const authors: Record<string, string>;
152
152
  export declare const authorsNames: string[];
153
153
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDFA8\uD83C\uDF7D\uFE0F\uD83C\uDF31";
154
- export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "decoratingTips")[];
154
+ export declare const categories: ("interiorDesign" | "gardening" | "entertaining" | "decoratingTips")[];
155
155
  export declare const subcategories: string[];
156
156
  export declare const subsubcategories: string[];
157
157
  export type Category = keyof typeof dataStructure;
@@ -261,7 +261,7 @@ export declare const dataStructure: {
261
261
  export declare const authors: Record<string, string>;
262
262
  export declare const authorsNames: string[];
263
263
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF7D\uFE0F\uD83C\uDF3F\uD83D\uDCF8";
264
- export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "diyProjects" | "lifestyleInspiration" | "designResources")[];
264
+ export declare const categories: ("interiorDesign" | "gardening" | "entertaining" | "diyProjects" | "lifestyleInspiration" | "designResources")[];
265
265
  export declare const subcategories: string[];
266
266
  export declare const subsubcategories: string[];
267
267
  export type Category = keyof typeof dataStructure;
@@ -304,7 +304,7 @@ export declare const dataStructure: {
304
304
  export declare const authors: Record<string, string>;
305
305
  export declare const authorsNames: string[];
306
306
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF89\uD83C\uDF3F\u270D\uFE0F";
307
- export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "homeImprovement" | "seasonalDecor" | "lifestyleEnhancement" | "ecoSustainability")[];
307
+ export declare const categories: ("interiorDesign" | "homeImprovement" | "gardening" | "entertaining" | "seasonalDecor" | "lifestyleEnhancement" | "ecoSustainability")[];
308
308
  export declare const subcategories: string[];
309
309
  export declare const subsubcategories: string[];
310
310
  export type Category = keyof typeof dataStructure;
@@ -164,7 +164,7 @@ export declare const dataStructure: {
164
164
  export declare const authors: Record<string, string>;
165
165
  export declare const authorsNames: string[];
166
166
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDF3F\uD83C\uDFE1\u2728\uD83D\uDCDD";
167
- export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "homeImprovement" | "dIYProjects")[];
167
+ export declare const categories: ("interiorDesign" | "homeImprovement" | "gardening" | "entertaining" | "dIYProjects")[];
168
168
  export declare const subcategories: string[];
169
169
  export declare const subsubcategories: string[];
170
170
  export type Category = keyof typeof dataStructure;
@@ -261,7 +261,7 @@ export declare const dataStructure: {
261
261
  export declare const authors: Record<string, string>;
262
262
  export declare const authorsNames: string[];
263
263
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF7D\uFE0F\uD83C\uDF3A\uD83C\uDF3F";
264
- export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "homeImprovement" | "lifestyleAndWellness" | "seasonalInspiration")[];
264
+ export declare const categories: ("interiorDesign" | "homeImprovement" | "gardening" | "entertaining" | "lifestyleAndWellness" | "seasonalInspiration")[];
265
265
  export declare const subcategories: string[];
266
266
  export declare const subsubcategories: string[];
267
267
  export type Category = keyof typeof dataStructure;
@@ -158,7 +158,7 @@ export declare const dataStructure: {
158
158
  export declare const authors: Record<string, string>;
159
159
  export declare const authorsNames: string[];
160
160
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\u2692\uFE0F\uD83D\uDCDD\uD83D\uDEAA";
161
- export declare const categories: ("gardening" | "homeImprovement" | "outdoorLiving" | "energyEfficiency" | "renovation")[];
161
+ export declare const categories: ("homeImprovement" | "gardening" | "outdoorLiving" | "energyEfficiency" | "renovation")[];
162
162
  export declare const subcategories: string[];
163
163
  export declare const subsubcategories: string[];
164
164
  export type Category = keyof typeof dataStructure;
@@ -261,7 +261,7 @@ export declare const dataStructure: {
261
261
  export declare const authors: Record<string, string>;
262
262
  export declare const authorsNames: string[];
263
263
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF7D\uFE0F\uD83C\uDF3F\u2728";
264
- export declare const categories: ("gardening" | "interiorDesign" | "homeImprovement" | "seasonalDecor" | "homeEntertaining" | "designStyles")[];
264
+ export declare const categories: ("interiorDesign" | "homeImprovement" | "gardening" | "seasonalDecor" | "homeEntertaining" | "designStyles")[];
265
265
  export declare const subcategories: string[];
266
266
  export declare const subsubcategories: string[];
267
267
  export type Category = keyof typeof dataStructure;
@@ -0,0 +1,229 @@
1
+ export declare const dataStructure: {
2
+ beautifulHomes: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ luxuryResidenceDesign: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ ecoFriendlyHomes: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ modernMinimalism: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ vintageChic: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ smallSpaceLiving: {
32
+ title: string;
33
+ description: string;
34
+ slug: string;
35
+ children: null;
36
+ };
37
+ other: {
38
+ title: string;
39
+ description: string;
40
+ slug: string;
41
+ children: null;
42
+ };
43
+ };
44
+ };
45
+ incredibleLocations: {
46
+ title: string;
47
+ description: string;
48
+ slug: string;
49
+ children: {
50
+ hiddenGems: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ iconicLandmarks: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ tropicalGetaways: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ mountainRetreats: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ urbanExplorations: {
75
+ title: string;
76
+ description: string;
77
+ slug: string;
78
+ children: null;
79
+ };
80
+ other: {
81
+ title: string;
82
+ description: string;
83
+ slug: string;
84
+ children: null;
85
+ };
86
+ };
87
+ };
88
+ interiorDesignInspo: {
89
+ title: string;
90
+ description: string;
91
+ slug: string;
92
+ children: {
93
+ colorTrends: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ furnitureStyling: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ lightingSolutions: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ openConceptLiving: {
112
+ title: string;
113
+ description: string;
114
+ slug: string;
115
+ children: null;
116
+ };
117
+ homeOfficeDesign: {
118
+ title: string;
119
+ description: string;
120
+ slug: string;
121
+ children: null;
122
+ };
123
+ other: {
124
+ title: string;
125
+ description: string;
126
+ slug: string;
127
+ children: null;
128
+ };
129
+ };
130
+ };
131
+ travelTips: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: {
136
+ destinationGuides: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ travelItineraries: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ budgetTravel: {
149
+ title: string;
150
+ description: string;
151
+ slug: string;
152
+ children: null;
153
+ };
154
+ luxuryTravel: {
155
+ title: string;
156
+ description: string;
157
+ slug: string;
158
+ children: null;
159
+ };
160
+ culturalExperiences: {
161
+ title: string;
162
+ description: string;
163
+ slug: string;
164
+ children: null;
165
+ };
166
+ other: {
167
+ title: string;
168
+ description: string;
169
+ slug: string;
170
+ children: null;
171
+ };
172
+ };
173
+ };
174
+ homeImprovement: {
175
+ title: string;
176
+ description: string;
177
+ slug: string;
178
+ children: {
179
+ remodelingProjects: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ dIYIdeas: {
186
+ title: string;
187
+ description: string;
188
+ slug: string;
189
+ children: null;
190
+ };
191
+ landscapeDesign: {
192
+ title: string;
193
+ description: string;
194
+ slug: string;
195
+ children: null;
196
+ };
197
+ smartHomeTechnology: {
198
+ title: string;
199
+ description: string;
200
+ slug: string;
201
+ children: null;
202
+ };
203
+ ecoFriendlyUpgrades: {
204
+ title: string;
205
+ description: string;
206
+ slug: string;
207
+ children: null;
208
+ };
209
+ other: {
210
+ title: string;
211
+ description: string;
212
+ slug: string;
213
+ children: null;
214
+ };
215
+ };
216
+ };
217
+ };
218
+ export declare const authors: Record<string, string>;
219
+ export declare const authorsNames: string[];
220
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF05\uD83D\uDCCD\u2728";
221
+ export declare const categories: ("homeImprovement" | "beautifulHomes" | "incredibleLocations" | "travelTips" | "interiorDesignInspo")[];
222
+ export declare const subcategories: string[];
223
+ export declare const subsubcategories: string[];
224
+ export type Category = keyof typeof dataStructure;
225
+ export type CategoryNode = (typeof dataStructure)[Category];
226
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
227
+ export declare const startDate = "2024-09-19T00:00:00Z";
228
+ export declare const devBucketName = "idn-vistarahome-dev";
229
+ export declare const prodBucketName = "idn-vistarahome";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={beautifulHomes:{title:"Exploring Beautiful Homes Across Incredible Locations 🌍",description:"VistaraHome showcases stunning residences in awe-inspiring locales. Discover design tips, breathtaking homes, and elevate your living experience. 🏡✨",slug:"exploring-beautiful-homes-across-incredible-locations",children:{luxuryResidenceDesign:{title:"Luxury Residence Design: Elevate Your Living Experience 🏰",description:"Dive into opulent residence designs that redefine luxury living. Explore breathtaking architecture and sophisticated interiors that inspire. 💎🏡",slug:"luxury-residence-design",children:null},ecoFriendlyHomes:{title:"Eco-Friendly Homes: Sustainable Living Awaits 🌱",description:"Discover eco-friendly homes that blend style with sustainability. Learn about innovative designs that minimize environmental impact. ♻️🏡",slug:"eco-friendly-homes",children:null},modernMinimalism:{title:"Modern Minimalism: Simplify Your Living Space 🏡✨",description:"Embrace modern minimalism with elegant, simple designs that prioritize functionality. Transform your home into a serene retreat! 🎨🔑",slug:"modern-minimalism",children:null},vintageChic:{title:"Vintage Chic: Timeless Home Aesthetics 🕰️",description:"Celebrate vintage chic designs that exude character and charm. Discover how to incorporate timeless aesthetics into your living space. 🌹🏡",slug:"vintage-chic",children:null},smallSpaceLiving:{title:"Small Space Living: Ingenious Design Solutions 🛋️",description:"Explore creative small space living ideas that maximize functionality without sacrificing style. Perfect your compact home today! 🏠💡",slug:"small-space-living",children:null},other:{title:"Other Beautiful Homes: Unique Designs from Around the World 🌟",description:"Discover a diverse collection of beautiful homes that defy conventional trends. Unique architectural styles to inspire your own space! 🌈🏡",slug:"other-beautiful-homes",children:null}}},incredibleLocations:{title:"Explore Breathtaking Incredible Locations 🌍 | VistaraHome",description:"Discover incredible locations around the globe, from hidden gems to iconic landmarks. Explore stunning homes and beautiful travel destinations! 🏡✈️",slug:"incredible-locations",children:{hiddenGems:{title:"Hidden Gems: Uncover Secret Destinations 💎",description:"Explore hidden gems that captivate with beauty and charm. Discover lesser-known destinations that inspire wanderlust and creativity! 🌅✨",slug:"hidden-gems",children:null},iconicLandmarks:{title:"Iconic Landmarks: Explore the World's Wonders 🗺️",description:"Delve into iconic landmarks that define cultures and histories. Join us on a journey through breathtaking sites that must be seen! 🏛️🌟",slug:"iconic-landmarks",children:null},tropicalGetaways:{title:"Tropical Getaways: Relax in Paradise ☀️🌴",description:"Escape to tropical getaways where sun-kissed beaches meet lush landscapes. Find your next vacation spot for relaxation and adventure! 🏖️🌺",slug:"tropical-getaways",children:null},mountainRetreats:{title:"Mountain Retreats: Embrace Nature's Majesty 🏔️",description:"Experience serenity in mountain retreats, where breathtaking views and tranquility await. Explore majestic peaks and cozy lodges! 🌲❄️",slug:"mountain-retreats",children:null},urbanExplorations:{title:"Urban Explorations: Discover Vibrant Cityscapes 🌆",description:"Unravel the charm of urban explorations, showcasing dynamic cityscapes and unique neighborhoods. Experience the culture and vibrancy! 🏙️🎨",slug:"urban-explorations",children:null},other:{title:"Other Incredible Locations: Journey Beyond 🌏",description:"Venture beyond conventional destinations with our guide to other incredible locations that inspire awe and adventure around the world! 🚀🌌",slug:"other-incredible-locations",children:null}}},interiorDesignInspo:{title:"Discover Inspiring Interior Design Ideas and Trends 🌟",description:"Explore various interior design inspirations from color trends to innovative furniture styling. Elevate your living space with us! 🏡✨",slug:"interior-design-inspo",children:{colorTrends:{title:"Explore Stunning Color Trends for Your Home 🎨",description:"Unlock the secrets of captivating color trends to revitalize your space. Learn how colors can transform your home aesthetic! 💖🏡",slug:"color-trends",children:null},furnitureStyling:{title:"Master the Art of Furniture Styling for Elegance 🛋️",description:"Discover innovative furniture styling techniques that blend functionality and elegance, enhancing every room's charm! ✨🏠",slug:"furniture-styling",children:null},lightingSolutions:{title:"Illuminate Your Space: Creative Lighting Solutions 💡",description:"Explore bespoke lighting solutions that elevate ambiance and design. Brighten your home with innovative lighting tips! 🌟🏡",slug:"lighting-solutions",children:null},openConceptLiving:{title:"Embrace Open Concept Living for Modern Homes 🏠",description:"Discover the benefits of open concept living spaces that create a seamless flow and maximize light and interaction! 🌈✨",slug:"open-concept-living",children:null},homeOfficeDesign:{title:"Create an Inspiring Home Office Design 🖥️",description:"Elevate your productivity with a beautifully designed home office. Discover tips for crafting the perfect workspace today! 🏢✨",slug:"home-office-design",children:null},other:{title:"Unique Interior Design Inspirations and Tips ✨",description:"Explore miscellaneous tips and unique inspirations for your interior design journey. Ignite your creativity with surprising ideas! 🎉🏡",slug:"unique-interior-design-inspirations",children:null}}},travelTips:{title:"Essential Travel Tips for Incredible Destinations 🌍✈️",description:"Explore a variety of travel tips guiding you to beautiful homes and amazing locations worldwide. Start your journey to unforgettable experiences today! 🏡✨",slug:"travel-tips",children:{destinationGuides:{title:"Inspiring Destination Guides to Explore Beautiful Places 🌏🏝️",description:"Dive into our destination guides that uncover stunning locations around the world. Discover tips and insights for your next adventure! 🗺️💫",slug:"destination-guides",children:null},travelItineraries:{title:"Handcrafted Travel Itineraries for Exceptional Journeys 🧳🗺️",description:"Explore meticulously crafted travel itineraries designed for unforgettable experiences in beautiful homes and incredible locations. 📅🌟",slug:"travel-itineraries",children:null},budgetTravel:{title:"Budget Travel Tips: Discover Stunning Destinations Affordably 💵🏡",description:"Learn how to travel on a budget while discovering incredible homes and breathtaking locations worldwide. Explore our tips for amazing savings! 💡🧳",slug:"budget-travel",children:null},luxuryTravel:{title:"Luxury Travel Experiences in Beautiful Homes and Locations 🌟🏖️",description:"Experience the allure of luxury travel while exploring beautiful homes and captivating locations. Discover tips for an opulent journey! 🏰✨",slug:"luxury-travel",children:null},culturalExperiences:{title:"Cultural Experiences: Explore Unique Traditions and Places 🌍🎭",description:"Immerse yourself in enriching cultural experiences as you travel. Discover beautiful homes and incredible locations and embrace diverse traditions! 🌎🙏",slug:"cultural-experiences",children:null},other:{title:"Additional Travel Tips for Adventurous Explorers 🚀🌄",description:"Uncover other travel tips that elevate your experiences, including hidden gems and unique insights about beautiful homes and amazing locations! 🌟🌍",slug:"other-travel-tips",children:null}}},homeImprovement:{title:"Transform Your Space: Inspiring Home Improvement Ideas 🏡",description:"Discover innovative home improvement strategies and stunning design concepts that will elevate your living spaces. Explore remodeling, DIY, and more! ✨",slug:"transform-your-space",children:{remodelingProjects:{title:"Master the Art of Remodeling Projects 🛠️",description:"Uncover expert tips and innovative ideas for successful remodeling projects that will transform your home into a personal sanctuary. ✨🏡",slug:"remodeling-projects",children:null},dIYIdeas:{title:"Creative DIY Ideas for Every Home 🌟",description:"Explore inspiring DIY ideas that bring charm and personality to your home. Elevate your living space with creativity and innovation! 🎨🏠",slug:"diy-ideas",children:null},landscapeDesign:{title:"Gorgeous Landscape Design Tips for Beautiful Exteriors 🌿",description:"Transform your outdoor spaces with stunning landscape design tips that enhance beauty and functionality while providing an enchanting ambiance. 🌳✨",slug:"landscape-design",children:null},smartHomeTechnology:{title:"Integrate Smart Home Technology for Modern Living 🏠💡",description:"Embrace the future of living with smart home technology solutions that enhance efficiency, security, and comfort in your daily life. Discover more! 🚀",slug:"smart-home-technology",children:null},ecoFriendlyUpgrades:{title:"Sustainable Upgrades: Eco-Friendly Home Improvements 🌍",description:"Explore eco-friendly upgrades that enhance your home while saving the environment. Discover sustainable ideas for a greener lifestyle! ♻️🏡",slug:"eco-friendly-upgrades",children:null},other:{title:"Unique Home Improvement Ideas Beyond the Ordinary ✨",description:"Delve into unique home improvement projects that break the mold and inspire innovation. Discover creative possibilities for your space! 🎉",slug:"unique-home-improvement",children:null}}}},n=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),t=e.AUTHORS_INFO.map((e=>e.name)),r="🏡🌅📍✨",o=Object.keys(i),s=[],a=[];for(const e of o){const n=i[e];if(null==n?void 0:n.children){s.push(...Object.keys(n.children));for(const e of s){const i=n.children[e];(null==i?void 0:i.children)&&a.push(...Object.keys(i.children))}}}const l="2024-09-19T00:00:00Z",c="vistarahome",u=`idn-${c}-dev`,d=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=n,exports.authorsNames=t,exports.categories=o,exports.dataStructure=i,exports.devBucketName=u,exports.prodBucketName=d,exports.startDate=l,exports.subcategories=s,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ ArchitecturalWonders = "Architectural Wonders",
3
+ InteriorInspirations = "Interior Inspirations",
4
+ TravelTreasures = "Travel Treasures",
5
+ DesignTrends = "Design Trends",
6
+ HomeImprovementTips = "Home Improvement Tips"
7
+ }
8
+ type ArchitecturalWondersValues = 'Modern Marvels' | 'Classic Elegance' | 'Sustainable Structures' | 'Cottage Charms' | 'Luxury Estates';
9
+ type InteriorInspirationsValues = 'Minimalist Bliss' | 'Eclectic Vibes' | 'Vintage Touches' | 'Coastal Living' | 'Industrial Chic';
10
+ type TravelTreasuresValues = 'Hidden Gems' | 'Top Destinations' | 'Nature Escapes' | 'Cultural Hotspots' | 'Urban Adventures';
11
+ type DesignTrendsValues = 'Eco-Friendly Designs' | 'Smart Home Innovations' | 'Bold Color Palettes' | 'Timeless Classics';
12
+ type HomeImprovementTipsValues = 'DIY Projects' | 'Budget-Friendly Upgrades' | 'Space Optimization' | 'Curb Appeal Enhancement';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.ArchitecturalWonders]: ArchitecturalWondersValues[];
15
+ [FiltersNames.InteriorInspirations]: InteriorInspirationsValues[];
16
+ [FiltersNames.TravelTreasures]: TravelTreasuresValues[];
17
+ [FiltersNames.DesignTrends]: DesignTrendsValues[];
18
+ [FiltersNames.HomeImprovementTips]: HomeImprovementTipsValues[];
19
+ };
20
+ export declare const architecturalWondersValues: ArchitecturalWondersValues[];
21
+ export declare const interiorInspirationsValues: InteriorInspirationsValues[];
22
+ export declare const travelTreasuresValues: TravelTreasuresValues[];
23
+ export declare const designTrendsValues: DesignTrendsValues[];
24
+ export declare const homeImprovementTipsValues: HomeImprovementTipsValues[];
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={})).ArchitecturalWonders="Architectural Wonders",e.InteriorInspirations="Interior Inspirations",e.TravelTreasures="Travel Treasures",e.DesignTrends="Design Trends",e.HomeImprovementTips="Home Improvement Tips";const s=["Modern Marvels","Classic Elegance","Sustainable Structures","Cottage Charms","Luxury Estates"],r=["Minimalist Bliss","Eclectic Vibes","Vintage Touches","Coastal Living","Industrial Chic"],t=["Hidden Gems","Top Destinations","Nature Escapes","Cultural Hotspots","Urban Adventures"],i=["Eco-Friendly Designs","Smart Home Innovations","Bold Color Palettes","Timeless Classics"],a=["DIY Projects","Budget-Friendly Upgrades","Space Optimization","Curb Appeal Enhancement"],o={[exports.FiltersNames.ArchitecturalWonders]:[],[exports.FiltersNames.InteriorInspirations]:[],[exports.FiltersNames.TravelTreasures]:[],[exports.FiltersNames.DesignTrends]:[],[exports.FiltersNames.HomeImprovementTips]:[]},n={[exports.FiltersNames.ArchitecturalWonders]:s,[exports.FiltersNames.InteriorInspirations]:r,[exports.FiltersNames.TravelTreasures]:t,[exports.FiltersNames.DesignTrends]:i,[exports.FiltersNames.HomeImprovementTips]:a},l=()=>JSON.stringify(n,null,2);exports.architecturalWondersValues=s,exports.designTrendsValues=i,exports.fullFilters=n,exports.getFiltersTypesJSON=l,exports.homeImprovementTipsValues=a,exports.initialFilters=o,exports.interiorInspirationsValues=r,exports.travelTreasuresValues=t;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),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.architecturalWondersValues=t.architecturalWondersValues,exports.designTrendsValues=t.designTrendsValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.homeImprovementTipsValues=t.homeImprovementTipsValues,exports.initialFilters=t.initialFilters,exports.interiorInspirationsValues=t.interiorInspirationsValues,exports.travelTreasuresValues=t.travelTreasuresValues,exports.getDefaultImagesFrontmatter=r.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=r.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=s.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=s.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=s.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=o.AUTHORS_INFO,exports.AUTHORS_META=o.AUTHORS_META,exports.PAGES_SEO=o.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return o.PageNames}}),exports.gpt35Articles=a,exports.gpt4oMiniArticles=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: VistaraHome is an engaging infotainment portal that explores the beauty of homes and incredible locations around the world. It serves as a source of inspiration for those looking to elevate their living spaces and discover breathtaking destinations.\n - Detailed description: VistaraHome is a comprehensive infotainment articles portal dedicated to showcasing beautiful homes and incredible locations. The platform offers a rich collection of articles that explore architectural marvels, interior design tips, home d\u00E9cor trends, and travel destinations that captivate the imagination. VistaraHome provides readers with in-depth articles that highlight the unique features of stunning residences, innovative design concepts, and the stories behind spectacular locales. The content is carefully curated to inspire homeowners, design enthusiasts, and travel lovers alike, serving as a digital sanctuary for those who appreciate the art of living well. With a focus on aesthetics, functionality, and lifestyle, VistaraHome fosters a community of individuals who seek to make their spaces and experiences more beautiful and meaningful.\n - Target audience: The target audience for VistaraHome includes homeowners, interior design enthusiasts, real estate professionals, travelers seeking beautiful destinations, and anyone interested in enhancing their living experiences. This audience values aesthetic appeal, innovative design solutions, and is eager to explore new ways to beautify both their homes and travel experiences.\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## Home Features\n - Architectural Marvels\n - Unique Design Elements\n\n## Interior Design Inspirations\n - Color Palettes and Themes\n - Furniture Arrangement Tips\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Home Features, 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: VistaraHome is an engaging infotainment portal that explores the beauty of homes and incredible locations around the world. It serves as a source of inspiration for those looking to elevate their living spaces and discover breathtaking destinations.\n - Detailed description: VistaraHome is a comprehensive infotainment articles portal dedicated to showcasing beautiful homes and incredible locations. The platform offers a rich collection of articles that explore architectural marvels, interior design tips, home décor trends, and travel destinations that captivate the imagination. VistaraHome provides readers with in-depth articles that highlight the unique features of stunning residences, innovative design concepts, and the stories behind spectacular locales. The content is carefully curated to inspire homeowners, design enthusiasts, and travel lovers alike, serving as a digital sanctuary for those who appreciate the art of living well. With a focus on aesthetics, functionality, and lifestyle, VistaraHome fosters a community of individuals who seek to make their spaces and experiences more beautiful and meaningful.\n - Target audience: The target audience for VistaraHome includes homeowners, interior design enthusiasts, real estate professionals, travelers seeking beautiful destinations, and anyone interested in enhancing their living experiences. This audience values aesthetic appeal, innovative design solutions, and is eager to explore new ways to beautify both their homes and travel experiences.\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## Home Features\n - Architectural Marvels\n - Unique Design Elements\n\n## Interior Design Inspirations\n - Color Palettes and Themes\n - Furniture Arrangement Tips\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Home Features, 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",s="real estate enthusiasts, travel lovers, interior design aficionados",r="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=r,exports.START_STEP=a,exports.TARGET_AUDIENCE=s,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 i={[exports.PageNames.Authors]:{title:"Meet the Visionaries Behind VistaraHome",description:"Explore the inspiring stories of our talented writers at VistaraHome 🖊️. Discover their passion for beautiful homes and incredible locations! 🌍"},[exports.PageNames.Home]:{title:"VistaraHome: Your Guide to Beautiful Homes & Incredible Locations",description:"Welcome to VistaraHome! 🏡✨ Dive into stunning home designs and breathtaking locations that inspire your dreams. Join us on this journey! 🌅"},[exports.PageNames.NotFound]:{title:"404 - Page Not Found | VistaraHome",description:"Oops! 😕 The page you're looking for doesn't exist. But don’t worry, explore beautiful homes and incredible locations with us at VistaraHome! 🏞️"},[exports.PageNames.AboutUs]:{title:"About VistaraHome - Discover Beautiful Homes & Locations",description:"Learn more about VistaraHome 🌟. We’re passionate about showcasing the most beautiful homes and incredible locations for your inspiration! 🏡🌍"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | VistaraHome",description:"Your privacy is important to us! 🔒 Read our Privacy Policy to understand how we protect your information here at VistaraHome. 📜"},[exports.PageNames.Terms]:{title:"Terms of Service | VistaraHome",description:"Stay informed! 📑 Review the terms of service for using VistaraHome. We want to ensure a great experience for you! ⚖️"},[exports.PageNames.Sitemap]:{title:"Sitemap | VistaraHome",description:"Navigate easily! 🗺️ Check out the VistaraHome sitemap to explore beautiful homes and incredible locations effortlessly. 🌟"}},a=[{name:"Riya Sharma",description:"Riya Sharma is an experienced interior designer and writer with over 10 years of experience in the home decor industry. She blends traditional Indian aesthetics with modern design principles to create beautiful living spaces. Riya's articles cover the latest trends and tips in home styling, making her a valuable voice on VistaraHome.",meta_title:"Riya Sharma - Interior Designer & Home Decor Expert | VistaraHome",meta_description:"Discover the latest home decor trends with Riya Sharma, an expert interior designer at VistaraHome. Dive into her articles for inspiration on beautiful homes and incredible locations."},{name:"Arjun Mehta",description:"Arjun Mehta is a travel and lifestyle writer with a passion for discovering beautiful homes around the world. With a degree in architecture, he provides unique insights into the relationship between architecture and the environment. His work focuses on the cultural significance of homes in incredible locations.",meta_title:"Arjun Mehta - Travel & Lifestyle Writer | VistaraHome",meta_description:"Join Arjun Mehta on his journey through stunning homes and breathtaking locations. Explore his expert insights at VistaraHome."},{name:"Anika Patel",description:"Anika Patel is a seasoned content creator specializing in home improvement and DIY projects. With a background in design and a keen eye for detail, she shares practical tips and inspiring ideas to help homeowners create their dream spaces. Her articles are a treasure trove of knowledge for the VistaraHome audience.",meta_title:"Anika Patel - DIY & Home Improvement Specialist | VistaraHome",meta_description:"Get inspired by Anika Patel's creative DIY projects and home improvement tips at VistaraHome. Transform your space today!"},{name:"Siddharth Nair",description:"Siddharth Nair is a nature enthusiast and sustainable living advocate. He writes about eco-friendly homes and the importance of incorporating nature into design. With years of experience in architecture and environmental science, Siddharth brings a unique perspective to the VistaraHome portal.",meta_title:"Siddharth Nair - Sustainable Living Advocate | VistaraHome",meta_description:"Explore eco-friendly homes and sustainable living tips with Siddharth Nair at VistaraHome. Discover how to merge nature with design."},{name:"Priya Verma",description:"Priya Verma is an award-winning journalist and editor specializing in lifestyle and interior design. With her extensive background in media, Priya ensures that her articles resonate with readers, offering fresh perspectives on how to style homes beautifully. She is thrilled to share her insights at VistaraHome.",meta_title:"Priya Verma - Lifestyle & Interior Design Journalist | VistaraHome",meta_description:"Read Priya Verma's engaging articles on lifestyle and interior design at VistaraHome. Discover fresh perspectives for beautiful homes."},{name:"Kabir Das",description:"Kabir Das is a local historian and writer focusing on heritage homes and traditional architecture in India. He brings to light the stories behind incredible locations, enriching the narrative of the homes that stand the test of time. His work at VistaraHome is invaluable for those who cherish history and culture.",meta_title:"Kabir Das - Heritage Home Specialist | VistaraHome",meta_description:"Uncover the stories of heritage homes and traditional architecture with Kabir Das at VistaraHome. Embrace the history behind beautiful homes."},{name:"Neelam Chatterjee",description:"Neelam Chatterjee is an artistic soul who explores the intersection of art and design. Her background in fine arts informs her writing about how to incorporate art into home decor. Neelam's articles on VistaraHome inspire readers to personalize their spaces creatively.",meta_title:"Neelam Chatterjee - Art & Design Influencer | VistaraHome",meta_description:"Let Neelam Chatterjee guide you on incorporating art into home decor at VistaraHome. Get inspired to personalize your space today."},{name:"Rajesh Kapoor",description:"Rajesh Kapoor is a seasoned real estate expert who writes about property trends and investment advice for beautiful homes. With over 15 years in the industry, Rajesh helps guide potential buyers and investors through the intricacies of choosing incredible locations to call home.",meta_title:"Rajesh Kapoor - Real Estate Expert & Contributor | VistaraHome",meta_description:"Navigate the real estate market with Rajesh Kapoor at VistaraHome. Get expert advice on choosing beautiful homes and incredible locations."},{name:"Aditi Joshi",description:"Aditi Joshi specializes in smart home technologies and their integration into modern living. She writes about the latest trends in tech for home automation, helping readers enhance their living spaces. Aditi’s articles on VistaraHome are perfect for those interested in modern, tech-savvy homes.",meta_title:"Aditi Joshi - Smart Home Technology Specialist | VistaraHome",meta_description:"Discover the latest in smart home technologies with Aditi Joshi at VistaraHome. Elevate your living space with innovative automation ideas."},{name:"Vikas Bansal",description:"Vikas Bansal is an influential blogger and content strategist focusing on outdoor living and garden design. His writings on VistaraHome cover ideas for creating exquisite outdoor spaces that complement beautiful homes, making him a sought-after voice in the landscaping domain.",meta_title:"Vikas Bansal - Outdoor Living & Garden Design Specialist | VistaraHome",meta_description:"Transform your outdoor spaces with Vikas Bansal's expert tips on garden design at VistaraHome. Create landscapes that beautify your home."},{name:"Aditi Sharma",description:"Aditi Sharma is an accomplished interior designer and writer from Mumbai, specializing in sustainable architecture. With over a decade of experience in the industry, she has worked on various prestigious projects, blending modern aesthetics with eco-friendly practices. Aditi is passionate about creating beautiful homes that harmonize with their surroundings.",meta_title:"Aditi Sharma - Sustainable Interior Design Expert | VistaraHome",meta_description:"Discover insights from Aditi Sharma, an expert in sustainable architecture, as she explores beautiful homes and incredible locations at VistaraHome."},{name:"Rohan Mehta",description:"Rohan Mehta is a travel enthusiast and freelance writer based in Bangalore. He has travelled extensively across India and the globe, documenting his experiences through engaging articles. His love for discovering unique properties and picturesque locations makes him an invaluable asset to VistaraHome.",meta_title:"Rohan Mehta - Travel Writer & Explorer | VistaraHome",meta_description:"Join Rohan Mehta as he explores beautiful homes and incredible locations, sharing his wanderlust-filled experiences on VistaraHome."},{name:"Neha Joshi",description:"Neha Joshi is an established lifestyle blogger and home décor specialist from New Delhi. With a flair for aesthetics and a keen eye for design, she has helped countless homeowners create their dream spaces. Her articles on VistaraHome reflect her creative vision and practical advice.",meta_title:"Neha Joshi - Lifestyle Blogger & Home Décor Specialist | VistaraHome",meta_description:"Explore beautiful homes and insightful home décor tips with Neha Joshi, as she brings her expertise in lifestyle blogging to VistaraHome."},{name:"Deepak Reddy",description:"Deepak Reddy is a renowned architectural journalist and critic known for his in-depth analysis of contemporary architecture in India. He has contributed to numerous publications and brings his critical eye for detail to VistaraHome, shedding light on beautiful homes and locations that inspire.",meta_title:"Deepak Reddy - Architectural Journalist & Critic | VistaraHome",meta_description:"Gain insights into contemporary architecture with Deepak Reddy as he explores beautiful homes and incredible locations at VistaraHome."},{name:"Preeti Kapoor",description:"A passionate writer and environmentalist, Preeti Kapoor focuses on eco-conscious living and design. Based in Kolkata, her writing on VistaraHome aims to inspire readers to create beautiful homes that care for our planet. She holds degrees in both environmental science and design.",meta_title:"Preeti Kapoor - Eco-Conscious Living Advocate | VistaraHome",meta_description:"Discover eco-friendly tips for creating beautiful homes with Preeti Kapoor, as she blends sustainability with style on VistaraHome."},{name:"Vikram Anand",description:"Vikram Anand is a seasoned real estate expert and writer based in Chennai. With over 15 years in the property market, he provides insights into incredible locations and the real estate dynamics that help in making informed decisions for aspiring homeowners.",meta_title:"Vikram Anand - Real Estate Expert & Writer | VistaraHome",meta_description:"Learn about incredible locations and real estate insights from Vikram Anand, as he guides you through the housing landscape on VistaraHome."},{name:"Sonia Singh",description:"Sonia Singh is a travel and culture writer from Hyderabad, whose work often focuses on the intersection of architecture, culture, and travel. She seeks out stunning homes and locations that reflect rich traditions and modern lifestyles, making her contributions to VistaraHome captivating and informative.",meta_title:"Sonia Singh - Travel & Culture Writer | VistaraHome",meta_description:"Explore stunning homes and rich cultures with Sonia Singh as she shares her insights on beautiful locations on VistaraHome."},{name:"Karan Verma",description:"Karan Verma is a seasoned home improvement specialist and writer from Pune. With expertise in DIY projects, he helps readers transform their living spaces into personal sanctuaries. His articles on VistaraHome provide practical tips and innovative ideas for every homeowner.",meta_title:"Karan Verma - Home Improvement Specialist | VistaraHome",meta_description:"Transform your living space with expert tips from Karan Verma, as he shares innovative DIY ideas on VistaraHome."},{name:"Maya Desai",description:"Maya Desai is an urban planner and writer who focuses on sustainable city living. Based in Ahmedabad, her articles on VistaraHome highlight beautiful urban homes and innovative architectural solutions that enhance our living experience in the city.",meta_title:"Maya Desai - Urban Planner & Sustainability Writer | VistaraHome",meta_description:"Discover urban sustainability and beautiful homes with Maya Desai, as she explores innovative city living solutions on VistaraHome."},{name:"Rajesh Nair",description:"Rajesh Nair is an award-winning landscape designer with a flair for creating outdoor spaces that complement stunning homes. Based in Chandigarh, he contributes to VistaraHome by sharing insights on enhancing home exteriors through thoughtful landscaping.",meta_title:"Rajesh Nair - Landscape Designer & Writer | VistaraHome",meta_description:"Enhance your outdoor spaces with Rajesh Nair's expert landscaping tips and insights on beautiful homes at VistaraHome."},{name:"Rahul Kapoor",description:"Rahul Kapoor is a seasoned travel writer and photographer with a passion for discovering incredible locations across India. His travel experiences, combined with a deep understanding of local architecture and culture, allow him to craft engaging articles that inspire readers to explore the hidden gems of India.",meta_title:"Rahul Kapoor - Travel Writer & Photographer | VistaraHome",meta_description:"Discover India's hidden gems through Rahul Kapoor's captivating travel narratives and stunning photography on VistaraHome."},{name:"Neha Iyer",description:"Neha Iyer is a professional landscape architect and writer known for her expertise in creating harmonious outdoor spaces. With a Master’s degree in Landscape Architecture, she excels in providing readers with tips on designing beautiful gardens and outdoor living areas that enhance both aesthetics and functionality.",meta_title:"Neha Iyer - Landscape Architect & Outdoor Design Specialist | VistaraHome",meta_description:"Transform your outdoor spaces with expert tips from Neha Iyer, a leading landscape architect at VistaraHome."},{name:"Vikram Singh",description:"Vikram Singh, a real estate consultant with over 15 years of experience, specializes in providing insights on property trends and incredible locations across India. His articles cater to aspiring homeowners and investors, offering valuable advice on making wise property decisions.",meta_title:"Vikram Singh - Real Estate Consultant & Property Expert | VistaraHome",meta_description:"Get valuable property insights from Vikram Singh, an expert real estate consultant at VistaraHome."},{name:"Sanya Mehta",description:"Sanya Mehta is a home automation enthusiast and technology writer with a passion for smart home solutions. She shares her expertise on integrating modern technology into home design for efficiency and convenience, making her articles a go-to resource for tech-savvy homeowners.",meta_title:"Sanya Mehta - Home Automation Expert & Tech Writer | VistaraHome",meta_description:"Explore the latest in home automation with Sanya Mehta, your guide to integrating technology into beautiful homes on VistaraHome."},{name:"Karan Joshi",description:"Karan Joshi is a lifestyle and design storyteller, known for his captivating articles on urban living and contemporary architecture. With a background in architecture, his writing bridges the gap between design aesthetics and practical living solutions, inspiring readers to enhance their living spaces.",meta_title:"Karan Joshi - Lifestyle Writer & Architect | VistaraHome",meta_description:"Discover innovative design solutions for urban living with Karan Joshi, a lifestyle writer and architect at VistaraHome."},{name:"Poonam Verma",description:"Poonam Verma is a passionate chef and home entertainer who shares her expertise in creating beautiful dining and entertaining spaces. Her articles often combine culinary arts with home decor, providing readers with unique concepts for impressing guests in their own homes.",meta_title:"Poonam Verma - Chef & Home Entertaining Specialist | VistaraHome",meta_description:"Get inspired by Poonam Verma's creative ideas for beautiful dining and entertaining at home on VistaraHome."},{name:"Ravi Patel",description:"Ravi Patel is a seasoned journalist and cultural commentator focusing on heritage and architecture in India. His articles provide readers with insights into the history and cultural significance of various incredible locations, encouraging a deeper appreciation for India's diverse architecture.",meta_title:"Ravi Patel - Cultural Journalist & Heritage Expert | VistaraHome",meta_description:"Explore India's rich heritage and architecture with Ravi Patel, a cultural commentator at VistaraHome."},{name:"Nisha Rani",description:"Nisha Rani, an eco-conscious home decor enthusiast, specializes in sustainable design practices. With experience in green building and decor, she writes informative articles about incorporating eco-friendly materials and practices into home design for a healthier living environment.",meta_title:"Nisha Rani - Eco-Conscious Home Designer & Writer | VistaraHome",meta_description:"Learn about sustainable home design from Nisha Rani, your expert guide to eco-friendly practices at VistaraHome."},{name:"Anil Bansal",description:"Anil Bansal is a financial advisor and home investment consultant who provides expert analysis on property investments in incredible locations. With years of industry experience, he guides potential homeowners and investors on navigating the real estate market efficiently.",meta_title:"Anil Bansal - Financial Advisor & Investment Consultant | VistaraHome",meta_description:"Plan your property investments smartly with Anil Bansal, an expert financial advisor at VistaraHome."},{name:"Aditi Sen",description:"Aditi Sen is an award-winning interior designer and writer with over a decade of experience in creating beautiful homes that reflect the unique tastes of their owners. Her work has been featured in numerous design magazines and she specializes in blending modern aesthetics with Indian cultural elements.",meta_title:"Aditi Sen - Interior Designer and Lifestyle Writer | VistaraHome",meta_description:"Explore the innovative design ideas and tips by Aditi Sen, an experienced interior designer and writer. Discover how to create stunning spaces that encapsulate your essence."},{name:"Rahul Sharma",description:"Rahul Sharma is an architecture historian and blogger who writes extensively about the rich architectural heritage of India. He brings to life stories of ancient structures and modern innovations.",meta_title:"Rahul Sharma - Architectural Historian and Blogger | VistaraHome",meta_description:"Dive into the world of Indian architecture with Rahul Sharma as he explores historical and contemporary masterpieces on VistaraHome."},{name:"Neeti Rao",description:"Neeti Rao is a lifestyle journalist and editor with a keen eye for design trends. She has spent over 15 years covering home decor topics and is passionate about sharing tips for creating harmonious living spaces.",meta_title:"Neeti Rao - Lifestyle Journalist and Design Expert | VistaraHome",meta_description:"Explore the latest home decor trends and expert design tips from Neeti Rao, your guide to creating beautiful spaces at VistaraHome."},{name:"Samir Joshi",description:"Samir Joshi is a landscape architect and writer dedicated to showcasing India's breathtaking gardens and outdoor spaces. His work emphasizes the connection between nature and design.",meta_title:"Samir Joshi - Landscape Architect and Writer | VistaraHome",meta_description:"Discover India's natural beauty with Samir Joshi, as he highlights stunning gardens and outdoor spaces that inspire serenity on VistaraHome."},{name:"Sophie Kapur",description:"Sophie Kapur is a fashion designer turned lifestyle blogger who explores the intersection of fashion and home decor. She shares innovative ideas to infuse personal style into every corner of your home.",meta_title:"Sophie Kapur - Lifestyle Blogger and Designer | VistaraHome",meta_description:"Unleash your style with tips from Sophie Kapur, where fashion meets home decor for a unique living experience at VistaraHome."},{name:"Arvind Sood",description:"Arvind Sood is a historian and curated content creator focused on preserving and promoting traditional Indian crafts within contemporary homes. His writing aims to educate and inspire.",meta_title:"Arvind Sood - Crafts Historian and Writer | VistaraHome",meta_description:"Learn about the beauty of traditional Indian crafts with Arvind Sood. Celebrate craftsmanship and creativity in home decor on VistaraHome."},{name:"Deepa Nair",description:"Deepa Nair is an influential home decor influencer and stylist who shares her journey of transforming spaces with affordable design solutions. She strives to make beautiful home design accessible to everyone.",meta_title:"Deepa Nair - Home Decor Influencer and Stylist | VistaraHome",meta_description:"Get inspired by Deepa Nair's innovative and budget-friendly home decor solutions, making beauty accessible to all on VistaraHome."},{name:"Vikram Iyer",description:"Vikram Iyer is an expert in smart home technology and automation. He writes about how to enhance living spaces with modern tech while also maintaining aesthetic appeal.",meta_title:"Vikram Iyer - Smart Home Technology Expert | VistaraHome",meta_description:"Explore the latest in smart home innovations with Vikram Iyer. Learn how technology can create beautiful, efficient spaces on VistaraHome."},{name:"Emily Carter",description:"Emily Carter is an award-winning interior designer and freelance writer based in Melbourne, Australia. With over 10 years of experience in creating beautiful and functional spaces, she brings a unique perspective to design and architecture. Emily’s work has been featured in several prestigious magazines, and she is passionate about sharing her expertise through engaging articles.",meta_title:"Emily Carter - Interior Designer & Writer at VistaraHome",meta_description:"Explore the insights of Emily Carter, an experienced interior designer and freelance writer at VistaraHome, as she shares tips on creating beautiful homes in incredible locations."},{name:"Liam O'Reilly",description:"Liam O'Reilly is a travel writer and real estate enthusiast from Dublin, Ireland. His adventures in various countries have ignited a passion for discovering unique properties in stunning landscapes. With a keen eye for detail and an engaging writing style, Liam connects readers with extraordinary locations that inspire their next home purchase.",meta_title:"Liam O'Reilly - Travel Writer & Real Estate Enthusiast at VistaraHome",meta_description:"Join Liam O'Reilly on his journey through beautiful homes and incredible locations, where he shares his passion for travel and real estate at VistaraHome."},{name:"Sofia Rodriguez",description:"Sofia Rodriguez is a seasoned architect based in Barcelona, Spain. With over 15 years of experience working on residential projects, she has a deep understanding of how to blend aesthetics with functionality. Through her articles, Sofia aims to inspire readers with the beauty of home design and the importance of location in enhancing lifestyle.",meta_title:"Sofia Rodriguez - Architect & Contributor at VistaraHome",meta_description:"Discover the world of architecture with Sofia Rodriguez at VistaraHome as she explores the beauty of home design and incredible locations across the globe."},{name:"Haruto Tanaka",description:"Haruto Tanaka is a landscape designer and environmental writer from Tokyo, Japan. With a focus on sustainable living and eco-friendly designs, Haruto crafts articles that highlight beautiful homes nestled in nature. His passion for the environment drives him to promote locations that respect nature and promote harmony between living spaces and the great outdoors.",meta_title:"Haruto Tanaka - Landscape Designer & Environmental Writer at VistaraHome",meta_description:"Explore the intersection of home design and nature with Haruto Tanaka at VistaraHome, where he shares insights on sustainable living and beautiful locations."},{name:"Aisha Khan",description:"Aisha Khan is a lifestyle and design blogger based in Mumbai, India. With her diverse background in fashion and home décor, she merges these worlds to create captivating articles that celebrate beautiful homes. Aisha’s writing illuminates fashionable design choices and incredible locations that enhance everyday living.",meta_title:"Aisha Khan - Lifestyle & Design Blogger at VistaraHome",meta_description:"Experience the elegant blend of fashion and home design with Aisha Khan at VistaraHome, where she showcases beautiful homes and incredible locations."},{name:"Gabriel Silva",description:"Gabriel Silva is a home improvement expert and writer based in São Paulo, Brazil. With extensive knowledge in renovation and DIY projects, he provides practical advice to homeowners looking to enhance their living spaces. Gabriel's articles resonate with readers aiming to create beautiful homes, regardless of their budget or location.",meta_title:"Gabriel Silva - Home Improvement Expert & Writer at VistaraHome",meta_description:"Transform your living space with Gabriel Silva at VistaraHome, where he shares expert home improvement tips for beautiful homes in amazing locations."},{name:"Clara Müller",description:"Clara Müller is a noted travel and design writer hailing from Berlin, Germany. With a background in journalism and a love for architecture, Clara combines her passions to write about stunning destinations and the extraordinary homes within them. Her articles inspire readers to explore places that define modern living.",meta_title:"Clara Müller - Travel & Design Writer at VistaraHome",meta_description:"Explore the charm of stunning destinations and extraordinary homes with Clara Müller at VistaraHome, where travel meets design."},{name:"Andre Johnson",description:"Andre Johnson is a photographer and writer from Toronto, Canada, specializing in real estate and property photography. His experience in capturing the essence of homes translates into his writing, where he guides readers on the best property types in incredible locations. Andre’s work reflects a deep appreciation for aesthetics and functionality.",meta_title:"Andre Johnson - Photographer & Writer at VistaraHome",meta_description:"Delve into the beauty of homes and locations through the eyes of Andre Johnson at VistaraHome, where photography meets insightful writing."},{name:"Fatima Al-Hassan",description:"Fatima Al-Hassan is a cultural enthusiast and writer based in Cairo, Egypt. Her passion lies in exploring traditional and modern homes around the world, documenting their cultural significance and design stories. Fatima’s articles connect readers to the rich narratives that define beautiful homes in unique locations.",meta_title:"Fatima Al-Hassan - Cultural Writer at VistaraHome",meta_description:"Uncover the cultural stories behind beautiful homes with Fatima Al-Hassan at VistaraHome and discover incredible locations worldwide."},{name:"Jacob Harris",description:"Jacob Harris is an urban planner and writer from New York, USA. With a solid understanding of city living and community development, Jacob’s articles focus on the intersection of design, location, and lifestyle. His insights help readers navigate the complexities of urban dwellings and make informed choices about their homes in vibrant locations.",meta_title:"Jacob Harris - Urban Planner & Writer at VistaraHome",meta_description:"Navigate the world of urban living with Jacob Harris at VistaraHome, exploring the balance between design, location, and lifestyle."},{name:"Clara Mitchell",description:"Clara is an interior design enthusiast and travel writer based in London. With over a decade of experience, she has transformed numerous spaces by combining functionality with aesthetic appeal. Clara's work has been featured in major publications, and she brings unique cultural insights to her articles, focusing on beautiful homes from around the world.",meta_title:"Clara Mitchell - Interior Design Expert & Travel Writer at VistaraHome",meta_description:"Explore the world of beautiful homes and incredible locations with Clara Mitchell, an experienced interior design enthusiast and travel writer sharing her insights and inspiration."},{name:"Michael Chen",description:"Michael is an architectural photographer and writer from Sydney, Australia. With a passion for capturing the essence of beautiful homes, he blends storytelling with stunning visuals. His background in architecture allows him to provide a deeper understanding of design principles in various cultures. Michael's articles inspire readers to appreciate the artistry behind incredible locations.",meta_title:"Michael Chen - Architectural Photographer & Writer at VistaraHome",meta_description:"Discover breathtaking homes and locations through the lens of Michael Chen, an architectural photographer sharing stories that celebrate beauty and design integrity."},{name:"Amira Al-Sayed",description:"Amira is a home decor and lifestyle writer based in Cairo, Egypt. With a keen eye for detail and a passionate heart for storytelling, she explores the intricacies of homes around the world, especially in the Middle East. Her articles illuminate cultural traditions in design and inspire a global audience to create their own beautiful spaces.",meta_title:"Amira Al-Sayed - Home Decor & Lifestyle Writer at VistaraHome",meta_description:"Join Amira Al-Sayed on a journey through exquisite homes and rich cultures, unveiling the beauty of design and lifestyles across the world."},{name:"Sofia Ivanova",description:"Sofia is a travel and lifestyle blogger from Moscow, Russia, who has spent the last five years exploring the intersection of home and travel. She shares her experiences visiting unique homes and locations around the world, bringing a touch of personal narrative to her articles. Sofia's writing reflects her passion for culture, design, and travel.",meta_title:"Sofia Ivanova - Travel & Lifestyle Blogger at VistaraHome",meta_description:"Follow Sofia Ivanova's adventures exploring beautiful homes and incredible locations, where culture and design come alive through her engaging stories."},{name:"Javier Morales",description:"Javier is an award-winning journalist and author from Barcelona, Spain, with a focus on architecture and cultural heritage. With over 15 years of experience, he documents the stories behind each home and location he visits. Javier seeks to inspire readers by showcasing the artistry of design and the importance of preserving historical architecture around the globe.",meta_title:"Javier Morales - Architectural Journalist & Author at VistaraHome",meta_description:"Uncover the stories of remarkable homes and their histories with Javier Morales, an expert journalist dedicated to architecture and cultural heritage."},{name:"Priya Singh",description:"Priya is an eco-friendly home advocate and writer from New Delhi, India. With her dedication to sustainable living, she focuses on homes that incorporate green practices and design elements. Priya educates her audience on how to create beautiful spaces that respect the environment, sharing innovative solutions for stunning homes worldwide.",meta_title:"Priya Singh - Eco-Friendly Home Advocate & Writer at VistaraHome",meta_description:"Learn how to create beautiful, sustainable homes with Priya Singh, an eco-friendly advocate sharing innovative design ideas and green practices."},{name:"Oliver Schmidt",description:"Oliver is a real estate strategist and freelance writer based in Berlin, Germany. He specializes in upscale properties and unique vacation destinations, combining market insights with captivating narratives. Oliver's articles at VistaraHome highlight extraordinary homes while providing actionable tips for buyers and travelers alike.",meta_title:"Oliver Schmidt - Real Estate Strategist & Writer at VistaraHome",meta_description:"Explore upscale properties and discover unique vacation destinations with Oliver Schmidt, offering valuable insights for home buyers and travelers."},{name:"Emma Thompson",description:"Emma is a travel and photography writer hailing from Toronto, Canada. With a deep love for exploration, she captures both the visual and emotional essence of homes and locations worldwide. Emma's articles resonate with readers who find beauty in design and the stories that homes tell through their landscapes.",meta_title:"Emma Thompson - Travel & Photography Writer at VistaraHome",meta_description:"Join Emma Thompson on her worldwide journey revealing the beauty of homes and their landscapes, captured through her exquisite photography and storytelling."},{name:"Nina Rossi",description:"Nina is an Italian lifestyle journalist based in Florence, known for her expertise in traditional and contemporary design. With years of experience writing about home decor and architecture, she brings a rich perspective to VistaraHome. Nina's articles explore not only beautiful homes but also the lifestyle and cultures that shape them.",meta_title:"Nina Rossi - Lifestyle Journalist & Designer at VistaraHome",meta_description:"Explore beautiful homes and rich cultures with Nina Rossi, an expert journalist and designer sharing insights on traditional and contemporary design."}],t=a.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=a,exports.AUTHORS_META=t,exports.PAGES_SEO=i;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#3a3a3a;--theme-color-8:#6b6b6b;--theme-color-7:#a5a5a5;--theme-color-6:#f0e68d;--theme-color-5:#e5c6a1;--theme-color-3:#d7b4b1;--theme-color-2:#f3e2d5;--color-bg-layout:#ffffff;--color-bg-hover:#f0e8e0;--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";
@@ -175,7 +175,7 @@ export declare const dataStructure: {
175
175
  export declare const authors: Record<string, string>;
176
176
  export declare const authorsNames: string[];
177
177
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF89\uD83C\uDF3F\uD83D\uDCDD";
178
- export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "homeImprovement")[];
178
+ export declare const categories: ("interiorDesign" | "homeImprovement" | "gardening" | "entertaining")[];
179
179
  export declare const subcategories: string[];
180
180
  export declare const subsubcategories: string[];
181
181
  export type Category = keyof typeof dataStructure;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.286",
3
+ "version": "1.3.288",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [