tedo-publisher 1.3.270 → 1.3.272

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. package/dist/savorlifes/data.d.ts +199 -0
  2. package/dist/savorlifes/data.js +1 -0
  3. package/dist/savorlifes/filters.d.ts +28 -0
  4. package/dist/savorlifes/filters.js +1 -0
  5. package/dist/savorlifes/helpers.d.ts +3 -0
  6. package/dist/savorlifes/helpers.js +1 -0
  7. package/dist/savorlifes/index.d.ts +15 -0
  8. package/dist/savorlifes/index.js +1 -0
  9. package/dist/savorlifes/prompts/data.d.ts +7 -0
  10. package/dist/savorlifes/prompts/data.js +1 -0
  11. package/dist/savorlifes/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/savorlifes/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/savorlifes/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/savorlifes/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/savorlifes/prompts/images.d.ts +4 -0
  16. package/dist/savorlifes/prompts/images.js +1 -0
  17. package/dist/savorlifes/seo.d.ts +23 -0
  18. package/dist/savorlifes/seo.js +1 -0
  19. package/dist/savorlifes/styles/colors.css +1 -0
  20. package/dist/savorlifes/styles/fonts.css +1 -0
  21. package/dist/savorlifes/styles/global.css +1 -0
  22. package/dist/savorlifes/styles/sizing.css +1 -0
  23. package/dist/savorlifes/styles/theme.css +1 -0
  24. package/dist/savorlifes/styles/vars.css +1 -0
  25. package/dist/vibrantinteriorstyle/data.d.ts +272 -0
  26. package/dist/vibrantinteriorstyle/data.js +1 -0
  27. package/dist/vibrantinteriorstyle/filters.d.ts +28 -0
  28. package/dist/vibrantinteriorstyle/filters.js +1 -0
  29. package/dist/vibrantinteriorstyle/helpers.d.ts +3 -0
  30. package/dist/vibrantinteriorstyle/helpers.js +1 -0
  31. package/dist/vibrantinteriorstyle/index.d.ts +15 -0
  32. package/dist/vibrantinteriorstyle/index.js +1 -0
  33. package/dist/vibrantinteriorstyle/prompts/data.d.ts +7 -0
  34. package/dist/vibrantinteriorstyle/prompts/data.js +1 -0
  35. package/dist/vibrantinteriorstyle/prompts/gpt35turbo/articles.d.ts +6 -0
  36. package/dist/vibrantinteriorstyle/prompts/gpt35turbo/articles.js +1 -0
  37. package/dist/vibrantinteriorstyle/prompts/gpt4oMini/articles.d.ts +6 -0
  38. package/dist/vibrantinteriorstyle/prompts/gpt4oMini/articles.js +1 -0
  39. package/dist/vibrantinteriorstyle/prompts/images.d.ts +4 -0
  40. package/dist/vibrantinteriorstyle/prompts/images.js +1 -0
  41. package/dist/vibrantinteriorstyle/seo.d.ts +23 -0
  42. package/dist/vibrantinteriorstyle/seo.js +1 -0
  43. package/dist/vibrantinteriorstyle/styles/colors.css +1 -0
  44. package/dist/vibrantinteriorstyle/styles/fonts.css +1 -0
  45. package/dist/vibrantinteriorstyle/styles/global.css +1 -0
  46. package/dist/vibrantinteriorstyle/styles/sizing.css +1 -0
  47. package/dist/vibrantinteriorstyle/styles/theme.css +1 -0
  48. package/dist/vibrantinteriorstyle/styles/vars.css +1 -0
  49. package/package.json +1 -1
@@ -0,0 +1,199 @@
1
+ export declare const dataStructure: {
2
+ quickMeals: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ thirtyMinuteRecipes: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ onePotDishes: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ freezerFriendlyMeals: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ budgetFriendlyMeals: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ other: {
32
+ title: string;
33
+ description: string;
34
+ slug: string;
35
+ children: null;
36
+ };
37
+ };
38
+ };
39
+ healthyEating: {
40
+ title: string;
41
+ description: string;
42
+ slug: string;
43
+ children: {
44
+ vegetarianRecipes: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ veganOptions: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ lowCarbDishes: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ glutenFreeRecipes: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ other: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ };
75
+ };
76
+ festiveDishes: {
77
+ title: string;
78
+ description: string;
79
+ slug: string;
80
+ children: {
81
+ holidaysAndCelebrations: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ seasonalFavorites: {
88
+ title: string;
89
+ description: string;
90
+ slug: string;
91
+ children: null;
92
+ };
93
+ brunchIdeas: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ partyAppetizers: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ other: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ };
112
+ };
113
+ internationalFlavors: {
114
+ title: string;
115
+ description: string;
116
+ slug: string;
117
+ children: {
118
+ italianCuisine: {
119
+ title: string;
120
+ description: string;
121
+ slug: string;
122
+ children: null;
123
+ };
124
+ asianCuisine: {
125
+ title: string;
126
+ description: string;
127
+ slug: string;
128
+ children: null;
129
+ };
130
+ mexicanDishes: {
131
+ title: string;
132
+ description: string;
133
+ slug: string;
134
+ children: null;
135
+ };
136
+ middleEasternFlavors: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ other: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ };
149
+ };
150
+ cookingTechniques: {
151
+ title: string;
152
+ description: string;
153
+ slug: string;
154
+ children: {
155
+ bakingMethods: {
156
+ title: string;
157
+ description: string;
158
+ slug: string;
159
+ children: null;
160
+ };
161
+ grillingTips: {
162
+ title: string;
163
+ description: string;
164
+ slug: string;
165
+ children: null;
166
+ };
167
+ knifeSkills: {
168
+ title: string;
169
+ description: string;
170
+ slug: string;
171
+ children: null;
172
+ };
173
+ preservingandCanning: {
174
+ title: string;
175
+ description: string;
176
+ slug: string;
177
+ children: null;
178
+ };
179
+ other: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ };
186
+ };
187
+ };
188
+ export declare const authors: Record<string, string>;
189
+ export declare const authorsNames: string[];
190
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDF7D\uFE0F\uD83D\uDC69\u200D\uD83C\uDF73\uD83E\uDD58\u2728";
191
+ export declare const categories: ("cookingTechniques" | "healthyEating" | "quickMeals" | "festiveDishes" | "internationalFlavors")[];
192
+ export declare const subcategories: string[];
193
+ export declare const subsubcategories: string[];
194
+ export type Category = keyof typeof dataStructure;
195
+ export type CategoryNode = (typeof dataStructure)[Category];
196
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
197
+ export declare const startDate = "2024-09-18T00:00:00Z";
198
+ export declare const devBucketName = "idn-savorlifes-dev";
199
+ export declare const prodBucketName = "idn-savorlifes";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={quickMeals:{title:"Quick Meals: Effortless and Delicious Culinary Creations 🍽️",description:"Explore our quick meals section for easy and scrumptious recipes perfect for busy lifestyles. From 30-minute meals to one-pot wonders, satisfy your cravings! 🌟",slug:"quick-meals",children:{thirtyMinuteRecipes:{title:"30-Minute Recipes: Culinary Delights in No Time ⏱️",description:"Discover a range of mouthwatering dishes that can be prepared in just 30 minutes! Perfect for anyone seeking quick yet delicious meal options. 🍝",slug:"thirty-minute-recipes",children:null},onePotDishes:{title:"One-Pot Dishes: Simple and Satisfying Meals in a Single Pot 🍲",description:"Enjoy fuss-free cooking with our collection of one-pot dishes that combine convenience and flavor. Perfect for busy weeknights or meal prep! 🍛",slug:"one-pot-dishes",children:null},freezerFriendlyMeals:{title:"Freezer-Friendly Meals: Prepare Ahead and Save Time 🥡",description:"Stock your freezer with delicious meals that are easy to prepare in advance, ensuring quick access to tasty dishes anytime! ❄️",slug:"freezer-friendly-meals",children:null},budgetFriendlyMeals:{title:"Budget-Friendly Meals: Tasty Recipes That Save You Money 💰",description:"Explore our smart cooking strategies with budget-friendly meals that don’t compromise on flavor. Cook delicious dishes while saving your wallet! 🌽",slug:"budget-friendly-meals",children:null},other:{title:"Other Quick Meals: Unique Recipes for Every Occasion 🎉",description:"Dive into our collection of additional quick meal recipes that range from snacks to main dishes, perfect for any situation and craving! 🍴",slug:"other-quick-meals",children:null}}},healthyEating:{title:"Healthy Eating: Discover Nutritious Recipes & Tips 🍏",description:"Explore a wide range of healthy eating options with SavorLifes. Find delicious recipes and cooking tips to enhance your culinary journey! 🥗",slug:"healthy-eating",children:{vegetarianRecipes:{title:"Vegetarian Recipes: Delicious & Nutritious Meals 🥦",description:"Dive into a world of vegetarian recipes that are both tasty and healthy! Perfect for anyone seeking vibrant flavors and nutritious meals. 🌱",slug:"vegetarian-recipes",children:null},veganOptions:{title:"Vegan Options: Flavorful Dishes for Everyone 🌿",description:"Discover delightful vegan options that satisfy your taste while keeping it healthy and cruelty-free! Explore amazing plant-based recipes today. 🥕",slug:"vegan-options",children:null},lowCarbDishes:{title:"Low Carb Dishes: Satisfy Your Cravings Healthily 🔥",description:"Explore an array of low carb dishes designed to indulge your taste buds without compromising your health—perfect for low-carb lifestyles! 💪",slug:"low-carb-dishes",children:null},glutenFreeRecipes:{title:"Gluten-Free Recipes: Tasty Options for Everyone 🍞",description:"Savor delicious gluten-free recipes that are easy to make and full of flavor. Great for families looking for healthy alternatives! 🌾",slug:"gluten-free-recipes",children:null},other:{title:"Other Healthy Eating: Unique Recipes & Tips 🥑",description:"Uncover a variety of other healthy eating recipes and tips that cater to diverse tastes and dietary needs. Elevate your cooking adventure! 🍽️",slug:"other-healthy-eating",children:null}}},festiveDishes:{title:"Indulge in Delectable Festive Dishes for Every Celebration 🎉",description:"Explore an array of festive dishes that elevate your culinary experiences. From holidays to seasonal favorites, we've got delicious recipes for everyone! 🍽️",slug:"festive-dishes",children:{holidaysAndCelebrations:{title:"Holidays and Celebrations: Gourmet Recipes to Celebrate 🎊",description:"Discover exquisite recipes for holidays and celebrations. Make every occasion special with delicious dishes that everyone will love! 🥳",slug:"holidays-and-celebrations",children:null},seasonalFavorites:{title:"Seasonal Favorites: Tasty Dishes for Every Season 🍂",description:"Embrace the flavors of the season with our favorite recipes. Enjoy seasonal ingredients that bring vibrancy to your table all year round! 🍴",slug:"seasonal-favorites",children:null},brunchIdeas:{title:"Brunch Ideas: Delightful Recipes for Perfect Mornings ☕",description:"Start your day right with scrumptious brunch ideas. From sweet to savory, these recipes are sure to impress your guests and enrich your mornings! 🍳",slug:"brunch-ideas",children:null},partyAppetizers:{title:"Party Appetizers: Bite-Sized Delights for Every Gathering 🎈",description:"Create unforgettable moments with our party appetizer recipes. Easy, tasty, and perfect for entertaining, these bites will wow your guests! 🥙",slug:"party-appetizers",children:null},other:{title:"Other Festive Delights: Unique Recipes for Special Occasions 🎇",description:"Explore unique festive recipes that don’t fit the usual categories. These delightful dishes will add a special touch to any occasion! 🎉",slug:"other-festive-delights",children:null}}},internationalFlavors:{title:"Explore International Flavors: Recipes from Around the World 🌍",description:"Dive into the vibrant world of international flavors! Discover recipes, cooking tips, and culinary arts from different cultures. 🍽️",slug:"international-flavors",children:{italianCuisine:{title:"Delight in Italian Cuisine: Authentic Recipes 🇮🇹",description:"Savor the essence of Italy with our authentic Italian cuisine recipes. From pastas to pizzas, every dish is a slice of heaven! 🍝",slug:"italian-cuisine",children:null},asianCuisine:{title:"Taste the Best of Asian Cuisine: Flavorful Recipes 🍜",description:"Embark on a culinary journey through Asia with our collection of flavorful recipes. Discover unique dishes from various cultures! 🌶️",slug:"asian-cuisine",children:null},mexicanDishes:{title:"Savor Delicious Mexican Dishes: Tacos, Nachos & More 🌮",description:"Bring the fiesta to your kitchen with our delicious Mexican dishes. Enjoy vibrant flavors and traditional recipes today! 🎉",slug:"mexican-dishes",children:null},middleEasternFlavors:{title:"Explore Middle Eastern Flavors: Spices & Recipes 🌿",description:"Discover the rich and diverse flavors of the Middle East. Try our recipes featuring aromatic spices and traditional dishes! 🥙",slug:"middle-eastern-flavors",children:null},other:{title:"Discover Other Global Cuisines: Unique Recipes Around the World 🌏",description:"Expand your culinary horizons with our diverse range of unique global cuisines. Experience flavors from all over the world! 🍲",slug:"other-global-cuisines",children:null}}},cookingTechniques:{title:"Mastering Cooking Techniques: Enhance Your Culinary Skills 🍽️",description:"Discover vibrant cooking techniques to elevate your culinary skills at SavorLifes. Learn baking, grilling, knife skills, and more! 🔪",slug:"cooking-techniques",children:{bakingMethods:{title:"Baking Methods: Elevate Your Baking Skills 🍰",description:"Explore various baking methods that promise to transform ordinary ingredients into delicious baked goods. Get the best tips and techniques today! 🍞",slug:"baking-methods",children:null},grillingTips:{title:"Grilling Tips: Perfect Your Grill Mastery 🔥",description:"Unlock the secrets to successful grilling with expert tips. Cook mouthwatering meats, vegetables, and more like a pro! 🥩🍖",slug:"grilling-tips",children:null},knifeSkills:{title:"Knife Skills: Master the Art of Cutting 🔪",description:"Improve your knife skills with practical techniques and tips. From chopping to dicing, become efficient in the kitchen! 🥬🧄",slug:"knife-skills",children:null},preservingandCanning:{title:"Preserving and Canning: Stay Fresh Year-Round 🥫",description:"Learn the art of preserving and canning to enjoy seasonal flavors all year. Discover techniques that keep your food fresh and delightful! 🍅🥒",slug:"preserving-and-canning",children:null},other:{title:"Other Cooking Techniques: Explore Unique Culinary Skills 🌍",description:"Venture into various other cooking techniques that expand your culinary repertoire. Discover new flavors and methods to impress! 🌟",slug:"other-cooking-techniques",children:null}}}},t=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),s=e.AUTHORS_INFO.map((e=>e.name)),r="🍽️👩‍🍳🥘✨",n=Object.keys(i),o=[],a=[];for(const e of n){const t=i[e];if(null==t?void 0:t.children){o.push(...Object.keys(t.children));for(const e of o){const i=t.children[e];(null==i?void 0:i.children)&&a.push(...Object.keys(i.children))}}}const l="2024-09-18T00:00:00Z",c="savorlifes",u=`idn-${c}-dev`,d=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=t,exports.authorsNames=s,exports.categories=n,exports.dataStructure=i,exports.devBucketName=u,exports.prodBucketName=d,exports.startDate=l,exports.subcategories=o,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ FlavorAdventures = "Flavor Adventures",
3
+ CookingTime = "Cooking Time",
4
+ CulinaryJourney = "Culinary Journey",
5
+ DietaryChoices = "Dietary Choices",
6
+ SkillLevel = "Skill Level"
7
+ }
8
+ type FlavorAdventures = 'Spicy Sensations' | 'Sweet Indulgences' | 'Umami Unleashed' | 'Herbaceous Delights';
9
+ type CookingTime = 'Under 30 Minutes' | '30-60 Minutes' | 'Slow Cook Wonders' | 'Meal Prep Magic';
10
+ type CulinaryJourney = 'Global Explorations' | 'Local Favorites' | 'Seasonal Bounty' | 'Festive Feasts';
11
+ type DietaryChoices = 'Gluten-Free Goodies' | 'Plant-Based Plates' | 'Low-Calorie Cravings' | 'Kid-Friendly Dishes';
12
+ type SkillLevel = 'Beginner Basics' | 'Intermediate Inspirations' | 'Advanced Techniques';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.FlavorAdventures]: FlavorAdventures[];
15
+ [FiltersNames.CookingTime]: CookingTime[];
16
+ [FiltersNames.CulinaryJourney]: CulinaryJourney[];
17
+ [FiltersNames.DietaryChoices]: DietaryChoices[];
18
+ [FiltersNames.SkillLevel]: SkillLevel[];
19
+ };
20
+ export declare const flavorAdventuresValues: FlavorAdventures[];
21
+ export declare const cookingTimeValues: CookingTime[];
22
+ export declare const culinaryJourneyValues: CulinaryJourney[];
23
+ export declare const dietaryChoicesValues: DietaryChoices[];
24
+ export declare const skillLevelValues: SkillLevel[];
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={})).FlavorAdventures="Flavor Adventures",e.CookingTime="Cooking Time",e.CulinaryJourney="Culinary Journey",e.DietaryChoices="Dietary Choices",e.SkillLevel="Skill Level";const s=["Spicy Sensations","Sweet Indulgences","Umami Unleashed","Herbaceous Delights"],r=["Under 30 Minutes","30-60 Minutes","Slow Cook Wonders","Meal Prep Magic"],i=["Global Explorations","Local Favorites","Seasonal Bounty","Festive Feasts"],t=["Gluten-Free Goodies","Plant-Based Plates","Low-Calorie Cravings","Kid-Friendly Dishes"],l=["Beginner Basics","Intermediate Inspirations","Advanced Techniques"],o={[exports.FiltersNames.FlavorAdventures]:[],[exports.FiltersNames.CookingTime]:[],[exports.FiltersNames.CulinaryJourney]:[],[exports.FiltersNames.DietaryChoices]:[],[exports.FiltersNames.SkillLevel]:[]},a={[exports.FiltersNames.FlavorAdventures]:s,[exports.FiltersNames.CookingTime]:r,[exports.FiltersNames.CulinaryJourney]:i,[exports.FiltersNames.DietaryChoices]:t,[exports.FiltersNames.SkillLevel]:l},n=()=>JSON.stringify(a,null,2);exports.cookingTimeValues=r,exports.culinaryJourneyValues=i,exports.dietaryChoicesValues=t,exports.flavorAdventuresValues=s,exports.fullFilters=a,exports.getFiltersTypesJSON=n,exports.initialFilters=o,exports.skillLevelValues=l;
@@ -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.cookingTimeValues=t.cookingTimeValues,exports.culinaryJourneyValues=t.culinaryJourneyValues,exports.dietaryChoicesValues=t.dietaryChoicesValues,exports.flavorAdventuresValues=t.flavorAdventuresValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.skillLevelValues=t.skillLevelValues,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: SavorLifes is a vibrant infotainment portal dedicated to the culinary arts, offering a treasure trove of delectable recipes, cooking tips, and culinary inspiration for food enthusiasts. Whether you're a novice cook or a seasoned chef, SavorLifes aims to entice your taste buds and enhance your cooking skills.\n - Detailed description: SavorLifes is your go-to online resource for all things culinary. Our platform features a rich collection of recipes that cater to various cuisines, dietary preferences, and skill levels. Users can easily browse through categories such as quick meals, healthy options, festive dishes, and international flavors. Each recipe is meticulously crafted with step-by-step instructions, cooking tips, and vibrant images to guide you through the culinary process. In addition to recipes, SavorLifes provides valuable resources including cooking techniques, ingredient guides, and meal planning tips to help elevate your cooking experience. Our blog section features articles on food trends, kitchen hacks, and culinary culture, encouraging home cooks to explore new flavors and techniques. Embrace the joy of cooking with SavorLifes and transform your kitchen into a hub of creativity and flavor.\n - Target audience: The target audience for SavorLifes includes food enthusiasts, home cooks, and anyone interested in enhancing their culinary skills. The portal appeals to a diverse demographic ranging from beginners looking for easy-to-follow recipes to experienced cooks seeking innovative ideas and gourmet techniques. Health-conscious individuals searching for nutritious recipes and families wanting quick meal solutions will also find value in our content. Additionally, SavorLifes caters to food lovers interested in exploring global cuisines and culinary traditions, making it a perfect destination for anyone passionate about cooking.\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## Recipe Overview\n - Recipe name\n - Brief description of the dish\n\n## Ingredients List\n - Main ingredients\n - Optional ingredients\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 - Recipe Overview, 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 = "food lovers of all ages";
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 i="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: SavorLifes is a vibrant infotainment portal dedicated to the culinary arts, offering a treasure trove of delectable recipes, cooking tips, and culinary inspiration for food enthusiasts. Whether you're a novice cook or a seasoned chef, SavorLifes aims to entice your taste buds and enhance your cooking skills.\n - Detailed description: SavorLifes is your go-to online resource for all things culinary. Our platform features a rich collection of recipes that cater to various cuisines, dietary preferences, and skill levels. Users can easily browse through categories such as quick meals, healthy options, festive dishes, and international flavors. Each recipe is meticulously crafted with step-by-step instructions, cooking tips, and vibrant images to guide you through the culinary process. In addition to recipes, SavorLifes provides valuable resources including cooking techniques, ingredient guides, and meal planning tips to help elevate your cooking experience. Our blog section features articles on food trends, kitchen hacks, and culinary culture, encouraging home cooks to explore new flavors and techniques. Embrace the joy of cooking with SavorLifes and transform your kitchen into a hub of creativity and flavor.\n - Target audience: The target audience for SavorLifes includes food enthusiasts, home cooks, and anyone interested in enhancing their culinary skills. The portal appeals to a diverse demographic ranging from beginners looking for easy-to-follow recipes to experienced cooks seeking innovative ideas and gourmet techniques. Health-conscious individuals searching for nutritious recipes and families wanting quick meal solutions will also find value in our content. Additionally, SavorLifes caters to food lovers interested in exploring global cuisines and culinary traditions, making it a perfect destination for anyone passionate about cooking.\n\n",t="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## Recipe Overview\n - Recipe name\n - Brief description of the dish\n\n## Ingredients List\n - Main ingredients\n - Optional ingredients\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 - Recipe Overview, 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",o="synthesizing the information presented throughout",a="food lovers of all ages",r="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",s=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category$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=o,exports.FILTERS_INFO=s,exports.IMAGES_PROHIBITED_WORDS=r,exports.START_STEP=n,exports.TARGET_AUDIENCE=a,exports.ZERO_SECTION=t,exports.portalInfo=i;
@@ -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 o=({title:o,alt:a,articleTitle:r})=>({prompt:`Award-winning hyper-real cinematic photo of a ${o}, ${a}, for an article ${r} from professional food photograph for a glossy recipe magazine, food style photography, glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, foreground focus, delish.com, allrecipes.com, foodnetwork.com, epicurious, 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}),a=({title:e,alt:o,articleTitle:a})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${o}, for an article ${a} 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=a,exports.getOpenAiBasedImagePromptDalle2=r,exports.getStableDiffusionImagePrompt=o;
@@ -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 Culinary Creators | SavorLifes",description:"Discover the passionate chefs and culinary enthusiasts behind SavorLifes! 👩‍🍳👨‍🍳 Dive into their stories, expertise, and inspirations."},[exports.PageNames.Home]:{title:"Delicious Recipes & Culinary Tips | SavorLifes",description:"Welcome to SavorLifes! 🍽️✨ Explore creative recipes, cooking hacks, and culinary delights to elevate your cooking experience."},[exports.PageNames.NotFound]:{title:"Page Not Found | SavorLifes",description:"Oops! 🤔 The page you're looking for doesn't exist. Let's get you back to delicious recipes and culinary inspiration!"},[exports.PageNames.AboutUs]:{title:"About SavorLifes | Our Culinary Mission",description:"Learn about SavorLifes and our passion for cooking! 🌍❤️ We're dedicated to making culinary adventures accessible to everyone!"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | SavorLifes",description:"Your privacy matters! 🔒 Read about how we protect your personal information at SavorLifes."},[exports.PageNames.Terms]:{title:"Terms of Service | SavorLifes",description:"Understand the guidelines for using SavorLifes. 📜✨ Join our culinary journey with confidence!"},[exports.PageNames.Sitemap]:{title:"Sitemap | Explore SavorLifes",description:"Navigate through SavorLifes easily! 🗺️ Find your favorite recipes and culinary resources all in one place."}},a=[{name:"Sanjana Patel",description:"Sanjana is a passionate home cook and food blogger specializing in traditional Indian recipes with a modern twist. With over a decade of experience in culinary arts, she has developed a rich repertoire of flavors and techniques that she loves to share with her readers. Her recipes often showcase the vibrant diversity of Indian cuisine, making them accessible to all cooks.",meta_title:"Sanjana Patel | Culinary Author at SavorLifes",meta_description:"Discover delicious Indian recipes with Sanjana Patel, a home cook and food blogger dedicated to bringing traditional flavors to modern kitchens. Explore her culinary journey and try her innovative recipes."},{name:"Deepak Rao",description:"Deepak is a renowned chef with over 15 years of experience in Indian cuisine. Having trained in prestigious culinary institutes, he leverages his expertise to create unique recipes that celebrate Indian heritage. Deepak’s articles focus on the art of cooking, essential techniques, and the cultural significance of various dishes.",meta_title:"Deepak Rao | Indian Cuisine Expert at SavorLifes",meta_description:"Join Deepak Rao, a seasoned chef, as he shares his expertise in Indian cuisine. Explore his in-depth articles focusing on traditional recipes, cooking techniques, and culinary culture."},{name:"Anjali Mehta",description:"Anjali is a food enthusiast and freelance writer focused on healthy Indian cooking. With a strong background in nutrition, she transforms classic recipes into healthy alternatives without compromising on taste. Anjali’s approach emphasizes using fresh, local ingredients to promote a balanced diet.",meta_title:"Anjali Mehta | Healthy Indian Recipes Author at SavorLifes",meta_description:"Explore healthy Indian cooking with Anjali Mehta, a food enthusiast and nutrition writer. Discover nutritious recipes and tips for creating guilt-free Indian meals."},{name:"Rajesh Sharma",description:"Rajesh is a culinary author and food photographer who blends storytelling with cooking. He draws on his background as a food stylist to create visually stunning dishes that tell a story through flavor. His passion for showcasing the beauty of Indian cuisine comes alive in his engaging articles.",meta_title:"Rajesh Sharma | Culinary Author & Food Photographer at SavorLifes",meta_description:"Dive into the art of cooking with Rajesh Sharma, a culinary author and food photographer. Experience the flavors and visual beauty of Indian cuisine through his articles."},{name:"Priya Nair",description:"Priya is a family-oriented cook with a focus on generational recipes passed down through her family. She shares her culinary heritage and offers insight into the cultural significance of many traditional Indian dishes. Priya's articles are filled with nostalgia and community, enriching the reader’s understanding of each recipe.",meta_title:"Priya Nair | Family Recipes Author at SavorLifes",meta_description:"Discover the magic of generational recipes with Priya Nair. Learn about family traditions and the cultural significance behind South Asian culinary delights."},{name:"Aarav Jain",description:"Aarav is a youthful culinary innovator who specializes in fusion cuisine, blending Indian recipes with global flavors. With a knack for experimentation, he writes articles that inspire home cooks to try new combinations. His engaging writing style makes cooking simple and fun.",meta_title:"Aarav Jain | Fusion Cuisine Author at SavorLifes",meta_description:"Explore innovative fusion cuisine with Aarav Jain, a culinary innovator blending Indian recipes with global flavors. Get inspired to experiment in the kitchen with his creative articles."},{name:"Simran Kaur",description:"Simran is a food stylist and recipe developer with an affinity for street food culture. She captures the vibrant essence of Indian street food in her recipes, bringing those flavors to home cooks. Simran's articles are filled with tips and tricks for recreating street food magic in your own kitchen.",meta_title:"Simran Kaur | Street Food Specialist at SavorLifes",meta_description:"Savor the taste of India’s streets with Simran Kaur, a food stylist and recipe developer specializing in authentic Indian street food recipes. Discover how to recreate these flavors at home."},{name:"Vikram Desai",description:"Vikram is a beverage specialist who brings a unique perspective to Indian culinary writing with an emphasis on traditional drinks. With an extensive background in mixology, he shares recipes for both non-alcoholic and alcoholic Indian beverages that pair perfectly with popular dishes.",meta_title:"Vikram Desai | Beverage Specialist at SavorLifes",meta_description:"Explore the world of Indian beverages with Vikram Desai, a mixology expert dedicated to sharing traditional drink recipes. Discover refreshing pairings for your favorite Indian dishes."},{name:"Nisha Reddy",description:"Nisha is a culinary historian who focuses on documenting the ancient recipes of India. Her articles are insightful, providing historical context to the dishes we love today. Nisha aims to preserve Indian culinary heritage while inspiring new generations to appreciate traditional cooking.",meta_title:"Nisha Reddy | Culinary Historian at SavorLifes",meta_description:"Join Nisha Reddy, a culinary historian, as she uncovers the history behind traditional Indian recipes. Explore the richness of India's culinary heritage through her insightful articles."},{name:"Tarun Singh",description:"Tarun is a vibrant food enthusiast and social media influencer renowned for his innovative twists on classic Indian recipes. With a strong online following, he engages audiences with quick tips and delicious recipes that encourage home cooks to have fun in the kitchen.",meta_title:"Tarun Singh | Culinary Influencer at SavorLifes",meta_description:"Get inspired with Tarun Singh, a vibrant food enthusiast known for innovative twists on classic Indian recipes. Discover quick tips and delicious recipes to add fun to your cooking."},{name:"Vikram Singh",description:"Vikram Singh is a culinary enthusiast and food blogger with over 10 years of experience in Indian cuisine. His unique blend of traditional recipes and modern cooking techniques has earned him a loyal following. Vikram believes that food is a universal language that brings people together and enjoys sharing recipes that showcase the richness of Indian culture.",meta_title:"Vikram Singh - Indian Culinary Expert | SavorLifes",meta_description:"Explore delicious Indian recipes and culinary tips from Vikram Singh, a seasoned food blogger and culinary expert with a passion for traditional Indian cooking."},{name:"Priya Mehta",description:"Priya Mehta is a food stylist and chef specializing in vegetarian Indian dishes. With a background in nutrition and culinary arts, she creates mouthwatering recipes that not only taste good but are also healthy. Priya enjoys experimenting with seasonal ingredients and believes that cooking should be a joyous and creative process.",meta_title:"Priya Mehta - Vegetarian Culinary Creator | SavorLifes",meta_description:"Join Priya Mehta on SavorLifes for vibrant vegetarian Indian recipes and healthy cooking tips that celebrate seasonal ingredients and diverse flavors."},{name:"Arjun Gupta",description:"Arjun Gupta is a renowned chef whose culinary journey started in his grandmother's kitchen. With over 15 years of experience, Arjun specializes in fusion cuisine, blending traditional Indian flavors with global influences. His innovative approach to cooking has been featured in various culinary publications.",meta_title:"Arjun Gupta - Fusion Cuisine Specialist | SavorLifes",meta_description:"Discover the best of fusion Indian cuisine with chef Arjun Gupta, who combines traditional flavors with global influences to create unique, mouthwatering dishes."},{name:"Nita Sharma",description:"Nita Sharma is a passionate home cook and recipe developer with a focus on family-friendly Indian meals. With her practical approach to cooking, she simplifies complex recipes, making them accessible to all. Nita believes that cooking for loved ones is one of the greatest joys in life.",meta_title:"Nita Sharma - Home Cooking Advocate | SavorLifes",meta_description:"Join Nita Sharma on SavorLifes for easy-to-follow Indian recipes that bring joy to family dining and make cooking a delightful experience for everyone."},{name:"Rahul Sharma",description:"Rahul Sharma is a talented baker and pastry chef with a niche in Indian desserts. He combines his love for baking with traditional Indian sweets, creating delectable treats that are perfect for any occasion. Rahul aims to inspire others to explore the world of Indian baking with his creative recipes.",meta_title:"Rahul Sharma - Indian Desserts and Pastries | SavorLifes",meta_description:"Indulge in the sweet world of Indian desserts with Rahul Sharma, a pastry chef who merges traditional techniques with modern recipes for delightful creations."},{name:"Anjali Reddy",description:"Anjali Reddy is an acclaimed food writer and culinary educator, dedicated to promoting authentic Indian cooking. With over a decade of teaching experience, she encourages home cooks to explore diverse regional cuisines and share their love for Indian food. Anjali’s recipes reflect her passion for tradition and community.",meta_title:"Anjali Reddy - Indian Culinary Educator | SavorLifes",meta_description:"Learn authentic regional Indian recipes with Anjali Reddy, a culinary educator who inspires home cooks to celebrate the rich heritage of Indian food."},{name:"Karan Patel",description:"Karan Patel is a food photographer and blogger whose visual storytelling captivates food lovers. With a keen eye for aesthetics, he captures the essence of Indian cuisine through stunning photography and engaging recipes. Karan believes that presenting food beautifully enhances the dining experience.",meta_title:"Karan Patel - Food Photography and Recipes | SavorLifes",meta_description:"Explore delectable Indian recipes and stunning food photography with Karan Patel, who adds a visual dimension to the culinary experience at SavorLifes."},{name:"Riya Kapoor",description:"Riya Kapoor is a young and vibrant food content creator aimed at bringing modern twists to classic Indian recipes. Her approach includes using fresh ingredients and contemporary presentation styles, ensuring that traditional flavors can appeal to younger generations. Riya's focus is on making cooking fun and exciting.",meta_title:"Riya Kapoor - Modern Indian Culinary Creator | SavorLifes",meta_description:"Follow Riya Kapoor for modern twists on Indian recipes that excite the palate and make cooking enjoyable for the new generation of food lovers."},{name:"Deepak Sinha",description:"Deepak Sinha is a culinary historian and chef who educates others about the roots of Indian cuisine. With a deep appreciation for traditional cooking methods, he shares recipes that reflect India's diverse culinary landscape. His expertise makes him a respected voice in the food community.",meta_title:"Deepak Sinha - Culinary Historian and Chef | SavorLifes",meta_description:"Delve into the rich tapestry of Indian cuisine with Deepak Sinha, a culinary historian who shares traditional recipes that celebrate India's diverse food heritage."},{name:"Meera Joshi",description:"Meera Joshi is a food writer and chef focused on regional Indian cuisines. She loves to travel across India, gathering traditional recipes and stories, and shares them with her readers. Meera's passion for food culture shines through in her writing, allowing others to experience the joy of Indian cooking.",meta_title:"Meera Joshi - Regional Indian Cuisine Expert | SavorLifes",meta_description:"Join Meera Joshi on SavorLifes as she explores regional Indian cuisines through authentic recipes and captivating stories that celebrate India's culinary heritage."},{name:"Anjali Sharma",description:"Anjali Sharma is a renowned food blogger and recipe developer of Indian origin, known for her vibrant and flavorful dishes that celebrate the essence of Indian cuisine. With over 10 years of culinary experience, Anjali shares authentic family recipes and innovative twists on traditional dishes through her widely followed blog. She is passionate about making Indian cooking accessible to everyone, regardless of their experience level in the kitchen.",meta_title:"Anjali Sharma - Expert Indian Cuisine Blogger | SavorLifes",meta_description:"Discover the delicious world of Indian cooking with Anjali Sharma. Explore authentic recipes and innovative culinary tips from a seasoned food blogger."},{name:"Ravi Patel",description:"Ravi Patel is a professional chef and food writer with Indian roots, who has spent over 15 years mastering both traditional and modern cooking techniques. His culinary journey has taken him across India and abroad, where he absorbed diverse cooking styles. Ravi focuses on creating easy-to-follow recipes that combine authentic flavors with contemporary presentation, ensuring that cooking Indian food is a joyous experience for all.",meta_title:"Ravi Patel - Culinary Expert and Chef | SavorLifes",meta_description:"Join Ravi Patel as he shares scrumptious recipes and culinary secrets that blend tradition with modernity in the world of Indian cuisine."},{name:"Neena Desai",description:"Neena Desai is a celebrated food stylist and recipe author with a deep love for Indian culinary heritage. Hailing from a family of chefs, Neena has spent years perfecting her skills and is dedicated to showcasing the beauty of Indian dishes through her creative presentations and recipes. Her work emphasizes sustainability in cooking by utilizing local ingredients and minimizing waste.",meta_title:"Neena Desai - Food Stylist and Recipe Author | SavorLifes",meta_description:"Explore stunning recipes and sustainable cooking with Neena Desai, an expert in food styling and Indian cuisine."},{name:"Vikram Sethi",description:"Vikram Sethi is an award-winning cookbook author and culinary educator recognized for his unique blend of Indian flavors with global influences. With over 12 years of culinary teaching experience, he has inspired thousands to explore the joys of cooking. Vikram's recipes aim to demystify Indian cooking while encouraging readers to experiment and find their signature flavors.",meta_title:"Vikram Sethi - Cookbook Author and Culinary Educator | SavorLifes",meta_description:"Dive into the creative world of Vikram Sethi, where traditional Indian dishes meet global cuisine with easy-to-follow recipes."},{name:"Meera Kaur",description:"Meera Kaur is a passionate home cook and food blogger who specializes in vegetarian Indian cuisine. Growing up in a vegetarian household, she draws inspiration from her heritage to create healthy and delicious recipes. Meera’s emphasis on nutritious ingredients makes her blog a go-to resource for those looking to maintain a balanced diet without compromising on taste.",meta_title:"Meera Kaur - Vegetarian Indian Cuisine Blogger | SavorLifes",meta_description:"Explore Meera Kaur's delicious vegetarian recipes that celebrate the flavors of Indian cuisine while promoting healthy eating."},{name:"Rajiv Choudhury",description:"Rajiv Choudhury is a culinary artist and food writer who focuses on street food and comfort food from across India. He travels extensively to capture the essence of Indian street cuisine, combining authentic flavors with modern twists in his recipes. With over 8 years of experience, Rajiv encourages readers to embrace the bold and diverse flavors of Indian street food in their own kitchens.",meta_title:"Rajiv Choudhury - Street Food Enthusiast and Recipe Creator | SavorLifes",meta_description:"Experience the vibrant world of Indian street food with Rajiv Choudhury’s mouthwatering recipes and culinary adventures."},{name:"Sonia Mehta",description:"Sonia Mehta is a food writer and recipe developer whose culinary journey reflects her Indian heritage and global experiences. With a dual background in nutrition and cooking, she emphasizes healthy and wholesome meal options, all while remaining true to the rich flavors of Indian cooking. Sonia aims to inspire readers to cook with confidence and enjoy the process of creating meals.",meta_title:"Sonia Mehta - Nutrition-Focused Food Writer | SavorLifes",meta_description:"Savor healthy Indian recipes with Sonia Mehta, where nutrition meets authentic flavors in every dish."},{name:"Karan Singh",description:"Karan Singh is a food photographer and culinary author specializing in regional Indian cuisine. A self-taught cook, Karan's articles and recipes highlight the lesser-known dishes and local ingredients that form India's culinary tapestry. His visually stunning food photography tells a story of tradition, culture, and innovative cooking techniques.",meta_title:"Karan Singh - Regional Cuisine Advocate and Food Photographer | SavorLifes",meta_description:"Discover the hidden gems of Indian cuisine with Karan Singh's delicious recipes and captivating food photography."},{name:"Priya Bansal",description:"Priya Bansal is a food scientist and nutritionist with a passion for Indian cooking. She combines her scientific knowledge with culinary skills to create recipes that are both delicious and health-conscious. Priya's focus on ingredient quality and nutritional integrity helps readers make informed choices while enjoying the rich tastes of Indian dishes.",meta_title:"Priya Bansal - Food Scientist and Culinary Innovator | SavorLifes",meta_description:"Explore clinically-informed recipes with Priya Bansal, where nutrition meets flavor in the world of Indian cuisine."},{name:"Ritika Malhotra",description:"Ritika Malhotra is a passionate home chef and expert in fusion cuisine, seamlessly incorporating Indian flavors into dishes from around the world. With an educational background in culinary arts, she has spent years experimenting and sharing her innovative recipes. Ritika inspires her audience to think outside the box while celebrating traditional Indian cooking.",meta_title:"Ritika Malhotra - Fusion Cooking Expert | SavorLifes",meta_description:"Experience the exciting fusion of Indian and global flavors with Ritika Malhotra's creative recipes and cooking tips."},{name:"Madhuri Nair",description:"Madhuri Nair is a seasoned culinary writer and food stylist based in Mumbai, India. With over a decade of experience in the food industry, she specializes in vegetarian recipes that celebrate traditional Indian cuisine while incorporating modern twists. Her passion for cooking began in her grandmother's kitchen, and she now shares her expertise through articles aimed at making Indian cooking approachable for everyone.",meta_title:"Madhuri Nair - Indian Culinary Expert at SavorLifes",meta_description:"Explore authentic Indian vegetarian recipes and culinary tips from Madhuri Nair, a seasoned food stylist and culinary writer with over a decade of experience."},{name:"Rahul Mehta",description:"Rahul Mehta is a food blogger and recipe developer from New Delhi, known for his innovative Indian fusion recipes. With a Bachelor's degree in Culinary Arts and extensive travel across India to study regional cuisines, Rahul brings a wealth of knowledge to his writing. His articles focus on creating gourmet meals with accessible ingredients.",meta_title:"Rahul Mehta - Fusion Recipes Creator at SavorLifes",meta_description:"Dive into the world of fusion cooking with Rahul Mehta, a food blogger from New Delhi, as he shares innovative Indian recipes that combine tradition with creativity."},{name:"Anjali Desai",description:"Anjali Desai is a home chef and food enthusiast from Bangalore, Karnataka. Specializing in healthy yet indulgent Indian recipes, she emphasizes the use of organic and locally sourced ingredients. Her articles inspire readers to recreate family recipes while prioritizing health and wellness without compromising on flavor.",meta_title:"Anjali Desai - Healthy Indian Cuisine Advocate at SavorLifes",meta_description:"Discover healthy and flavorful Indian recipes from Anjali Desai, a passionate home chef advocating for organic ingredients and wellness in cooking."},{name:"Rajesh Kumar",description:"Rajesh Kumar is a culinary educator and writer with over 15 years of experience teaching Indian cooking techniques in various culinary schools. Based in Pune, he specializes in regional Indian cuisines, helping audiences explore India’s diverse culinary landscape. His articles often feature in-depth explorations of spices and cooking methods.",meta_title:"Rajesh Kumar - Culinary Educator and Writer at SavorLifes",meta_description:"Join Rajesh Kumar, an experienced culinary educator, as he uncovers the rich diversity of Indian cooking and explores traditional techniques and spices."},{name:"Priya Sharma",description:"Priya Sharma is a food journalist and popular recipe developer from Kolkata. With a keen interest in traditional Bengali dishes, she merges storytelling with cooking, making her articles engaging and informative. Priya's work has been featured in various culinary magazines and she is known for her ability to simplify complex recipes.",meta_title:"Priya Sharma - Bengali Cuisine Expert at SavorLifes",meta_description:"Explore the flavors of Bengali cuisine with Priya Sharma, a food journalist who simplifies traditional recipes for readers with her engaging storytelling."},{name:"Arjun Singh",description:"Arjun Singh is a chef and food writer based in Chandigarh, with a focus on street food and contemporary Indian snacks. His passion for food began during his college days, leading him to experiment with flavors and textures that celebrate India’s vibrant street food culture. Arjun shares his cooking adventures through vibrant articles that reflect his love for local dishes.",meta_title:"Arjun Singh - Street Food Aficionado at SavorLifes",meta_description:"Savor the vibrant taste of Indian street food with Arjun Singh, a chef and food writer, as he shares his culinary adventures and recipes."},{name:"Deepak Patel",description:"Deepak Patel is a home cook and culinary writer from Ahmedabad, passionate about Gujarati cuisine. His articles emphasize the importance of home-cooked meals, featuring recipes passed down through generations. Deepak believes that cooking should be a joyful experience, and his writing reflects that philosophy with easy-to-follow instructions.",meta_title:"Deepak Patel - Gujarati Cooking Enthusiast at SavorLifes",meta_description:"Experience the joy of home-cooked Gujarati meals with Deepak Patel, a culinary writer sharing traditional recipes and cooking tips for everyone."},{name:"Sneha Nair",description:"Sneha Nair is a passionate food explorer and writer from Kerala, specializing in Ayurvedic cooking. Her unique approach integrates health benefits with traditional recipes, aiming to inspire wellness through food. Sneha's work encourages readers to explore the healing properties of spices and ingredients used in Indian kitchens.",meta_title:"Sneha Nair - Ayurvedic Cooking Advocate at SavorLifes",meta_description:"Discover the health benefits of food with Sneha Nair, an Ayurvedic cooking advocate sharing traditional recipes that promote wellness and vitality."},{name:"Karan Bansal",description:"Karan Bansal is an innovative chef and culinary writer from Jaipur, specializing in Rajasthani cuisine. With a flair for modern presentation, he takes traditional dishes and reinterprets them for contemporary dining. Karan's articles offer a glimpse into the culinary heritage of Rajasthan, highlighting both history and flavor.",meta_title:"Karan Bansal - Modern Rajasthani Cuisine Innovator at SavorLifes",meta_description:"Explore Rajasthani cuisine with a modern twist from Karan Bansal, an innovative chef dedicated to blending tradition with contemporary cooking."},{name:"Julia Moreno",description:"Julia Moreno is a trained chef from Barcelona, Spain, with over 10 years of experience in the culinary world. Having worked in various prestigious restaurants, she specializes in Mediterranean cuisine and loves sharing her authentic recipes on her blog. Julia is passionate about using fresh ingredients and promoting a healthy lifestyle through her cooking.",meta_title:"Julia Moreno - Culinary Expert at SavorLifes",meta_description:"Discover Mediterranean recipes and culinary tips from Julia Moreno, a seasoned chef with a passion for fresh ingredients and healthy cooking at SavorLifes."},{name:"Aiden Chen",description:"Aiden Chen is a food writer and home cook based in Chengdu, China. With a focus on Sichuan cuisine, Aiden has spent years exploring regional dishes and sharing his culinary adventures. He enjoys infusing traditional recipes with modern twists, making his articles both informative and enjoyable for readers.",meta_title:"Aiden Chen - Sichuan Cuisine Enthusiast at SavorLifes",meta_description:"Explore authentic Sichuan recipes and cooking techniques with Aiden Chen, a culinary explorer dedicated to flavor at SavorLifes."},{name:"Emilia Rossi",description:"Emilia Rossi hails from Florence, Italy, and she brings her rich heritage to every dish she creates. With a degree from culinary school and years of experience in both food writing and restaurant kitchens, Emilia shares Italian comfort food recipes that connect readers with the heart of Italian culture.",meta_title:"Emilia Rossi - Italian Culinary Writer at SavorLifes",meta_description:"Join Emilia Rossi on a culinary journey through traditional Italian recipes and culture at SavorLifes, where passion meets plate."},{name:"Liam O’Reilly",description:"Liam O’Reilly is a food stylist and blogger from Dublin, Ireland. With a background in marketing and a love for visual storytelling, he combines his creativity with culinary knowledge to share unique recipes that not only taste good but look great. Liam specializes in healthy baking and seasonal dishes.",meta_title:"Liam O’Reilly - Healthy Baking Expert at SavorLifes",meta_description:"Discover vibrant healthy baking recipes and seasonal dishes with Liam O’Reilly, where aesthetics meet taste at SavorLifes."},{name:"Sofia Patel",description:"Sofia Patel is a passionate food advocate and chef from Mumbai, India. With extensive training in Indian cuisine and a flair for spices, she focuses on sharing traditional home-style recipes. Sofia aims to revive forgotten recipes and make classic flavors accessible to a broader audience.",meta_title:"Sofia Patel - Indian Cuisine Specialist at SavorLifes",meta_description:"Dive into the world of Indian spices and traditional recipes with Sofia Patel, your guide to authentic flavors at SavorLifes."},{name:"Nico Martinez",description:"Nico Martinez is a culinary educator and food blogger from Mexico City, Mexico. With a love for street food and vibrant flavors, Nico shares his knowledge of Mexican cooking through easy-to-follow recipes and food culture insights, making authentic cuisine approachable for everyone.",meta_title:"Nico Martinez - Mexican Cuisine Aficionado at SavorLifes",meta_description:"Explore the bold flavors of Mexico with Nico Martinez, as he shares authentic street food recipes and culinary stories at SavorLifes."},{name:"Hana Suzuki",description:"Hana Suzuki is a Japanese chef based in Tokyo, specializing in traditional kaiseki and sushi-making. With a background in culinary arts and a dedication to Japanese culture, Hana offers readers a deep insight into the philosophy of Japanese cooking along with authentic recipes.",meta_title:"Hana Suzuki - Japanese Cooking Expert at SavorLifes",meta_description:"Uncover the art of Japanese cuisine with Hana Suzuki, specializing in traditional kaiseki and sushi recipes at SavorLifes."},{name:"Maxine Carter",description:"Maxine Carter is a health coach and food blogger from Melbourne, Australia. She focuses on plant-based cooking and wellness, sharing innovative vegan recipes that are as nutritious as they are delicious. Maxine's mission is to inspire people to embrace a healthier lifestyle through mindful eating.",meta_title:"Maxine Carter - Vegan Cooking Advocate at SavorLifes",meta_description:"Join Maxine Carter for nutritious plant-based recipes and wellness tips to inspire healthier living at SavorLifes."},{name:"Luca Ferrari",description:"Luca Ferrari is a food photographer and chef based in Rome, Italy. Gaining inspiration from his surroundings, he shares stunning recipes that celebrate local ingredients and traditional Italian cooking techniques. Luca’s photography brings his culinary creations to life, making them irresistible to his audience.",meta_title:"Luca Ferrari - Italian Food Photographer and Chef at SavorLifes",meta_description:"Explore breathtaking Italian recipes and food photography with Luca Ferrari, combining taste and visual artistry at SavorLifes."},{name:"Priya Desai",description:"Priya Desai is a culinary writer and food stylist from San Francisco, USA. With a multicultural background, she blends flavors and techniques from different cuisines. Priya aims to create inclusive recipes that cater to diverse tastes while sharing stories about the origins of each dish.",meta_title:"Priya Desai - Multicultural Culinary Writer at SavorLifes",meta_description:"Discover a world of flavors with Priya Desai as she shares inclusive recipes and culinary stories at SavorLifes."},{name:"Maria Gonzalez",description:"Maria is a talented chef and food blogger from Mexico with over 10 years of experience in the culinary field. Specializing in traditional Mexican cuisine, she shares her family's recipes and tales from the kitchen to inspire home cooks everywhere.",meta_title:"Maria Gonzalez - Mexican Culinary Expert | SavorLifes",meta_description:"Discover authentic Mexican recipes from Maria Gonzalez, a seasoned chef and food blogger sharing her culinary journey. Explore her family recipes and cooking tips on SavorLifes."},{name:"James Thompson",description:"James is a professional chef and food writer based in the United Kingdom. With a background in French cuisine and over 15 years in various Michelin-starred kitchens, he now focuses on creating accessible recipes that bring gourmet taste to home cooking.",meta_title:"James Thompson - Gourmet Recipe Creator | SavorLifes",meta_description:"Join James Thompson as he simplifies gourmet cooking with delicious recipes inspired by his Michelin-starred experience. Explore his culinary expertise on SavorLifes."},{name:"Aisha Khanna",description:"Aisha is an Indian food enthusiast and nutritionist, passionate about healthy and flavorful cooking. Over the past 8 years, she has been developing plant-based vegetarian recipes that cater to diverse tastes while promoting wellness.",meta_title:"Aisha Khanna - Plant-Based Culinary Innovator | SavorLifes",meta_description:"Explore vibrant and nutritious vegetarian recipes from Aisha Khanna, a dedicated food enthusiast and nutritionist. Discover healthy cooking on SavorLifes."},{name:"Luca Moretti",description:"Luca hails from Italy and has spent the last 12 years sharing the beauty of Italian cooking through his blog. His expertise in authentic regional recipes showcases the rich flavors and traditions of Italy, bringing both classic and contemporary dishes to life.",meta_title:"Luca Moretti - Italian Cuisine Specialist | SavorLifes",meta_description:"Delve into the world of Italian cuisine with Luca Moretti. Discover authentic recipes that celebrate the flavors of Italy on SavorLifes."},{name:"Chloe Nguyen",description:"Chloe is a Vietnamese food blogger and home cook living in Vietnam. With her focus on family recipes that highlight the uniqueness of Vietnamese flavors, she shares her love for food culture through simple, vibrant dishes.",meta_title:"Chloe Nguyen - Vietnamese Flavor Advocate | SavorLifes",meta_description:"Experience the vibrant tastes of Vietnamese cuisine with Chloe Nguyen. Discover family recipes and cultural insights on SavorLifes."},{name:"Ahmed el-Sayed",description:"Ahmed is a culinary artist from Egypt, specializing in traditional Middle Eastern dishes. With over 7 years of experience cooking and teaching, he is passionate about sharing the rich history and flavors of his heritage through simple, delicious recipes.",meta_title:"Ahmed el-Sayed - Middle Eastern Culinary Master | SavorLifes",meta_description:"Discover traditional Middle Eastern recipes from Ahmed el-Sayed, a culinary artist dedicated to sharing the rich flavors of Egypt. Explore his recipes on SavorLifes."},{name:"Emily Larson",description:"Emily is an American food stylist and writer, known for her modern twist on classic comfort foods. With 5 years of experience in food photography and styling, she emphasizes the importance of both flavor and presentation.",meta_title:"Emily Larson - Comfort Food Stylist | SavorLifes",meta_description:"Immerse yourself in updated comfort food recipes from Emily Larson, a food stylist blending flavor with aesthetics. Explore her creations on SavorLifes."},{name:"Yuki Tanaka",description:"Yuki is a renowned Japanese chef with expertise in sushi and traditional Japanese cooking. With over 10 years of culinary experience, he shares his knowledge and appreciation of Japanese culture through detailed, authentic recipes.",meta_title:"Yuki Tanaka - Expert in Japanese Cuisine | SavorLifes",meta_description:"Learn the art of Japanese cooking with Yuki Tanaka, a master chef sharing authentic sushi and traditional recipes. Discover Japanese culinary culture on SavorLifes."},{name:"Sofia Petrov",description:"Sofia is a food writer from Bulgaria, focusing on Eastern European dishes and desserts. With her passion for culinary traditions from her homeland, she presents recipes that are both comforting and nostalgic for many.",meta_title:"Sofia Petrov - Eastern European Culinary Writer | SavorLifes",meta_description:"Explore the rich traditions of Eastern European cuisine with Sofia Petrov. Discover comforting recipes and heartfelt stories on SavorLifes."}],n=a.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=a,exports.AUTHORS_META=n,exports.PAGES_SEO=i;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#3e2723;--theme-color-8:#5d4037;--theme-color-7:#8d6e63;--theme-color-6:#a1887f;--theme-color-5:#d7ccc8;--theme-color-4:#e0e0e0;--theme-color-3:#f5f5f5;--theme-color-2:#ffffff;--color-bg-layout:#fafafa;--color-bg-hover:#ebebeb;--article-border-radius:15px;--btn-border-radius:10px;--category-border-radius:25px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -0,0 +1,272 @@
1
+ export declare const dataStructure: {
2
+ interiorDesign: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ modernDecor: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ colorTheory: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ furnitureSelection: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ spacePlanning: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ lightingDesign: {
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
+ homeEntertaining: {
46
+ title: string;
47
+ description: string;
48
+ slug: string;
49
+ children: {
50
+ partyPlanning: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ tableSetting: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ themedEvents: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ cocktailRecipes: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ seasonalGatherings: {
75
+ title: string;
76
+ description: string;
77
+ slug: string;
78
+ children: null;
79
+ };
80
+ other: {
81
+ title: string;
82
+ description: string;
83
+ slug: string;
84
+ children: null;
85
+ };
86
+ };
87
+ };
88
+ gardening: {
89
+ title: string;
90
+ description: string;
91
+ slug: string;
92
+ children: {
93
+ indoorPlants: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ landscapeDesign: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ organicGardening: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ containerGardening: {
112
+ title: string;
113
+ description: string;
114
+ slug: string;
115
+ children: null;
116
+ };
117
+ gardenMaintenance: {
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
+ designStyles: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: {
136
+ minimalist: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ bohemian: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ industrial: {
149
+ title: string;
150
+ description: string;
151
+ slug: string;
152
+ children: null;
153
+ };
154
+ scandinavian: {
155
+ title: string;
156
+ description: string;
157
+ slug: string;
158
+ children: null;
159
+ };
160
+ traditional: {
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
+ budgetRenovations: {
186
+ title: string;
187
+ description: string;
188
+ slug: string;
189
+ children: null;
190
+ };
191
+ ecoFriendlyUpgrades: {
192
+ title: string;
193
+ description: string;
194
+ slug: string;
195
+ children: null;
196
+ };
197
+ dIYHomeMods: {
198
+ title: string;
199
+ description: string;
200
+ slug: string;
201
+ children: null;
202
+ };
203
+ toolsAndMaterials: {
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
+ seasonalDecor: {
218
+ title: string;
219
+ description: string;
220
+ slug: string;
221
+ children: {
222
+ holidayThemes: {
223
+ title: string;
224
+ description: string;
225
+ slug: string;
226
+ children: null;
227
+ };
228
+ summerVibes: {
229
+ title: string;
230
+ description: string;
231
+ slug: string;
232
+ children: null;
233
+ };
234
+ fallInspiration: {
235
+ title: string;
236
+ description: string;
237
+ slug: string;
238
+ children: null;
239
+ };
240
+ springRefresh: {
241
+ title: string;
242
+ description: string;
243
+ slug: string;
244
+ children: null;
245
+ };
246
+ winterWarmth: {
247
+ title: string;
248
+ description: string;
249
+ slug: string;
250
+ children: null;
251
+ };
252
+ other: {
253
+ title: string;
254
+ description: string;
255
+ slug: string;
256
+ children: null;
257
+ };
258
+ };
259
+ };
260
+ };
261
+ export declare const authors: Record<string, string>;
262
+ export declare const authorsNames: string[];
263
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF7D\uFE0F\uD83C\uDF3F\u2728";
264
+ export declare const categories: ("gardening" | "interiorDesign" | "homeImprovement" | "seasonalDecor" | "homeEntertaining" | "designStyles")[];
265
+ export declare const subcategories: string[];
266
+ export declare const subsubcategories: string[];
267
+ export type Category = keyof typeof dataStructure;
268
+ export type CategoryNode = (typeof dataStructure)[Category];
269
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
270
+ export declare const startDate = "2024-09-18T00:00:00Z";
271
+ export declare const devBucketName = "idn-vibrantinteriorstyle-dev";
272
+ export declare const prodBucketName = "idn-vibrantinteriorstyle";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={interiorDesign:{title:"Explore Innovative Interior Design Ideas to Transform Your Space ✨",description:"Discover mesmerizing ideas and insights into modern interior design, entertaining, and gardening. Transform your living environment with creativity! 🌿",slug:"interior-design",children:{modernDecor:{title:"Embrace Modern Decor: Trends and Inspiration for Your Home 🏡",description:"Uncover the latest trends in modern decor to elevate your home. Find inspiration and practical tips for integrating style and comfort effortlessly! 🎨",slug:"modern-decor",children:null},colorTheory:{title:"Master Color Theory: A Guide to Harmonious Interiors 🌈",description:"Learn how to effectively use color in your living spaces with our guide to color theory. Create harmony and express your style beautifully! 🎨",slug:"color-theory",children:null},furnitureSelection:{title:"Expert Tips on Furniture Selection for Stylish Interiors 🛋️",description:"Discover essential tips on selecting the perfect furniture pieces for a stylish and functional home. Create inviting spaces with the right choices! 🪑",slug:"furniture-selection",children:null},spacePlanning:{title:"Efficient Space Planning: Maximize Your Living Areas 🏠",description:"Unlock the potential of your home with effective space planning strategies. Learn how to arrange your space for beauty and function! 📐",slug:"space-planning",children:null},lightingDesign:{title:"Creative Lighting Design: Illuminate Your Spaces 🌟",description:"Enhance the ambiance of your home with innovative lighting design ideas. Discover how to use light creatively for warmth and style! 💡",slug:"lighting-design",children:null},other:{title:"Diverse Interior Design Tips: Beyond the Basics 🖌️",description:"Dive into a variety of interior design topics that go beyond the basics. Explore unique concepts and expert advice to enhance your space! 🌟",slug:"other",children:null}}},homeEntertaining:{title:"Home Entertaining Tips & Ideas for Memorable Gatherings 🎉",description:"Discover expert tips for home entertaining, from party planning to cocktail recipes. Transform your gatherings with our creative ideas and inspiration! 🍹",slug:"home-entertaining",children:{partyPlanning:{title:"Expert Party Planning Tips for Unforgettable Events 🥳",description:"Plan the perfect party with our expert tips! Learn how to organize, theme, and execute memorable gatherings that impress your guests. 🎈",slug:"party-planning",children:null},tableSetting:{title:"Creative Table Setting Ideas for Any Occasion 🍽️",description:"Explore stylish table setting ideas to enhance your dining experiences. Create beautiful layouts that wow your guests at every meal. 🌷",slug:"table-setting",children:null},themedEvents:{title:"Inspiring Themed Events: Bring Your Celebrations to Life 🎭",description:"Discover creative themed event ideas to elevate your celebrations. From decor to entertainment, make every occasion unforgettable! 🎊",slug:"themed-events",children:null},cocktailRecipes:{title:"Delicious Cocktail Recipes for Every Gathering 🍸",description:"Mix and serve delightful cocktails with our easy-to-follow recipes. Impress friends with unique drinks that elevate any celebration! 🍹",slug:"cocktail-recipes",children:null},seasonalGatherings:{title:"Seasonal Gatherings: Celebrate Every Time of Year 🎉",description:"Host festive seasonal gatherings with our tips to embrace the spirit of each season. Create unforgettable memories with family and friends. ☀️❄️",slug:"seasonal-gatherings",children:null},other:{title:"Alternative Entertaining Ideas for Unique Celebrations 🌟",description:"Explore alternative entertaining ideas that go beyond traditional gatherings. Discover fresh concepts for celebrating in style! 🎈",slug:"other",children:null}}},gardening:{title:"Explore the World of Gardening: Tips & Inspiration 🌿",description:"Delve into our gardening section for expert tips on indoor plants, landscape design, organic gardening, and more. Cultivate your green space! 🌼",slug:"gardening-tips-inspiration",children:{indoorPlants:{title:"Indoor Plants: Create a Lush Interior 🌱",description:"Discover the best indoor plants to beautify your home. Get tips on care and design to make your space vibrant and inviting! 🪴",slug:"indoor-plants",children:null},landscapeDesign:{title:"Landscape Design: Transform Your Outdoor Space 🌳",description:"Explore creative landscape design ideas to transform your garden. From layouts to plant choices, unleash your home’s outdoor potential! 🍃",slug:"landscape-design",children:null},organicGardening:{title:"Organic Gardening: Sustainable Growing Tips 🍅",description:"Learn about organic gardening practices to grow healthy plants. Embrace sustainable methods for a flourishing garden that’s friendly to nature! 🌍",slug:"organic-gardening",children:null},containerGardening:{title:"Container Gardening: Stylish Solutions for Small Spaces 🪴",description:"Discover container gardening tips for small spaces! Learn how to create beautiful arrangements and maximize your gardening potential. 🌼",slug:"container-gardening",children:null},gardenMaintenance:{title:"Garden Maintenance: Keeping Your Oasis Thriving 🌺",description:"Master essential garden maintenance techniques to keep your plants healthy and vibrant. Ensure blooming beauty all year round! 🌞",slug:"garden-maintenance",children:null},other:{title:"Other Gardening Topics: Explore Beyond the Basics 🌿",description:"Dive into a range of other gardening topics. From unique plants to exotic gardening practices, discover your next green thumb adventure! 🌱",slug:"other-gardening-topics",children:null}}},designStyles:{title:"Explore Vibrant Design Styles for Your Home 🏠",description:"Dive into vibrant styles like minimalist, bohemian, industrial, and more to create an inspiring and stylish home environment! 🌟",slug:"design-styles",children:{minimalist:{title:"Minimalist Design: Embrace Simplicity and Functionality ✨",description:"Discover how minimalist design creates a serene and functional living space. Embrace simplicity for a clutter-free home! 🧘‍♂️",slug:"minimalist-design",children:null},bohemian:{title:"Bohemian Design: Unleash Your Creative Spirit 🎨",description:"Explore bohemian design to bring a vibrant blend of colors and textures into your home. Unleash your inner artist today! 🌈",slug:"bohemian-design",children:null},industrial:{title:"Industrial Design: Capture Urban Charm and Grit 🏙️",description:"Transform your space with industrial design that embodies raw materials and urban flair. Perfect for chic living! 🛠️",slug:"industrial-design",children:null},scandinavian:{title:"Scandinavian Design: Harness Light and Nature 🌿",description:"Learn how Scandinavian design can create cozy and light-filled environments by blending functionality and beauty. 🌞",slug:"scandinavian-design",children:null},traditional:{title:"Traditional Design: Timeless Elegance for Your Home 🕰️",description:"Discover traditional design principles that add warmth and charm, creating an inviting atmosphere for family and friends. ❤️",slug:"traditional-design",children:null},other:{title:"Other Design Styles: Unique Inspirations for Every Taste 🔍",description:"Explore other design styles that do not fit traditional categories, and discover unique inspirations for your next project! ✨",slug:"other-design-styles",children:null}}},homeImprovement:{title:"Home Improvement Ideas to Enhance Your Living Space 🏡",description:"Explore innovative home improvement projects, budget renovations, and DIY tips to transform your spaces with style! Discover your next project today! 💡",slug:"home-improvement",children:{remodelingProjects:{title:"Exciting Remodeling Projects for Every Home 🛠️",description:"Unleash your creativity with our exciting remodeling projects. Transform any area of your home into a stylish retreat with expert guidance and tips! ✨",slug:"exciting-remodeling-projects",children:null},budgetRenovations:{title:"Creative Budget Renovations for Stunning Interiors 💰",description:"Discover creative budget renovations that can elevate your home without breaking the bank. Stylish home improvements are just a click away! 🔨",slug:"creative-budget-renovations",children:null},ecoFriendlyUpgrades:{title:"Eco-Friendly Upgrades for Sustainable Living 🌱",description:"Explore eco-friendly upgrades that enhance your living space while promoting sustainability. Create a beautiful home that respects the planet! 🌍",slug:"eco-friendly-upgrades",children:null},dIYHomeMods:{title:"DIY Home Modifications That Add Personality ✂️",description:"Explore fun DIY home modifications that bring personality and style to your living spaces. Unleash your creativity with our engaging project ideas! 🎨",slug:"diy-home-modifications",children:null},toolsAndMaterials:{title:"Essential Tools and Materials for Home Improvements 🧰",description:"Learn about essential tools and materials for your home improvement projects. Equip yourself with knowledge to tackle any renovation challenge! ⚒️",slug:"essential-tools-and-materials",children:null},other:{title:"Miscellaneous Home Improvement Tips and Ideas ⏳",description:"Explore miscellaneous home improvement tips and ideas that don't fit neatly into other categories. Discover helpful advice and inspiration! 🌈",slug:"miscellaneous-home-improvement",children:null}}},seasonalDecor:{title:"Seasonal Decor Ideas to Elevate Your Home 🌟",description:"Explore seasonal decor ideas that enhance your home year-round. Find tips for holidays, summer vibes & nature-inspired designs. 🌸🎃❄️",slug:"seasonal-decor-ideas",children:{holidayThemes:{title:"Creative Holiday Themes for Every Celebration 🎉",description:"Discover unique holiday themes to bring joy to your celebrations. From festive decor to inspired gatherings, let's make memories! 🎄✨",slug:"creative-holiday-themes",children:null},summerVibes:{title:"Inviting Summer Vibes with Bright Decor ☀️",description:"Embrace the joy of summer with vibrant decor ideas. Create a cheerful atmosphere both indoors and outdoors for gatherings! 🍹🏖️",slug:"inviting-summer-vibes",children:null},fallInspiration:{title:"Fall Inspiration: Cozy Decor for Your Home 🍂",description:"Transform your space with fall inspiration! Discover cozy decor tips that celebrate the beauty of autumn and invite warmth. 🎃🍁",slug:"fall-inspiration-cozy-decor",children:null},springRefresh:{title:"Spring Refresh: Revitalize Your Home Decor 🌷",description:"Refresh your living spaces with spring decor ideas! Explore vibrant colors, floral accents, and tips to welcome the new season. 🌼🌿",slug:"spring-refresh-home-decor",children:null},winterWarmth:{title:"Winter Warmth: Cozy Decor for Chilly Days ❄️",description:"Create a warm and inviting atmosphere this winter! Discover decor ideas that bring comfort and joy to your home during the season. 🕯️☕",slug:"winter-warmth-cozy-decor",children:null},other:{title:"Unique Seasonal Decor Ideas Beyond the Norm 🌟",description:"Explore unique seasonal decor that goes beyond traditional themes. Get inspired with creative ideas for every time of year! 🌈✨",slug:"unique-seasonal-decor",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),a=[],s=[];for(const e of o){const n=i[e];if(null==n?void 0:n.children){a.push(...Object.keys(n.children));for(const e of a){const i=n.children[e];(null==i?void 0:i.children)&&s.push(...Object.keys(i.children))}}}const l="2024-09-18T00:00:00Z",c="vibrantinteriorstyle",d=`idn-${c}-dev`,u=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=n,exports.authorsNames=t,exports.categories=o,exports.dataStructure=i,exports.devBucketName=d,exports.prodBucketName=u,exports.startDate=l,exports.subcategories=a,exports.subsubcategories=s;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ DesignStyle = "DesignStyle",
3
+ EntertainingTheme = "EntertainingTheme",
4
+ GardeningFocus = "GardeningFocus",
5
+ RoomType = "RoomType",
6
+ InspirationLevel = "InspirationLevel"
7
+ }
8
+ type DesignStyle = 'Modern Minimalism' | 'Bohemian Chic' | 'Industrial Vintage' | 'Scandinavian Serenity';
9
+ type EntertainingTheme = 'Outdoor Gatherings' | 'Seasonal Celebrations' | 'Casual Cocktails' | 'Formal Dinners';
10
+ type GardeningFocus = 'Urban Gardening' | 'Sustainable Practices' | 'Floral Arrangements' | 'Edible Gardens';
11
+ type RoomType = 'Living Room' | 'Kitchen' | 'Bedroom' | 'Outdoor Space';
12
+ type InspirationLevel = 'Beginner-Friendly' | 'Intermediate Ideas' | 'Trend Spotting';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.DesignStyle]: DesignStyle[];
15
+ [FiltersNames.EntertainingTheme]: EntertainingTheme[];
16
+ [FiltersNames.GardeningFocus]: GardeningFocus[];
17
+ [FiltersNames.RoomType]: RoomType[];
18
+ [FiltersNames.InspirationLevel]: InspirationLevel[];
19
+ };
20
+ export declare const designStyleValues: DesignStyle[];
21
+ export declare const entertainingThemeValues: EntertainingTheme[];
22
+ export declare const gardeningFocusValues: GardeningFocus[];
23
+ export declare const roomTypeValues: RoomType[];
24
+ export declare const inspirationLevelValues: InspirationLevel[];
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={})).DesignStyle="DesignStyle",e.EntertainingTheme="EntertainingTheme",e.GardeningFocus="GardeningFocus",e.RoomType="RoomType",e.InspirationLevel="InspirationLevel";const s=["Modern Minimalism","Bohemian Chic","Industrial Vintage","Scandinavian Serenity"],i=["Outdoor Gatherings","Seasonal Celebrations","Casual Cocktails","Formal Dinners"],t=["Urban Gardening","Sustainable Practices","Floral Arrangements","Edible Gardens"],r=["Living Room","Kitchen","Bedroom","Outdoor Space"],n=["Beginner-Friendly","Intermediate Ideas","Trend Spotting"],a={[exports.FiltersNames.DesignStyle]:[],[exports.FiltersNames.EntertainingTheme]:[],[exports.FiltersNames.GardeningFocus]:[],[exports.FiltersNames.RoomType]:[],[exports.FiltersNames.InspirationLevel]:[]},o={[exports.FiltersNames.DesignStyle]:s,[exports.FiltersNames.EntertainingTheme]:i,[exports.FiltersNames.GardeningFocus]:t,[exports.FiltersNames.RoomType]:r,[exports.FiltersNames.InspirationLevel]:n},l=()=>JSON.stringify(o,null,2);exports.designStyleValues=s,exports.entertainingThemeValues=i,exports.fullFilters=o,exports.gardeningFocusValues=t,exports.getFiltersTypesJSON=l,exports.initialFilters=a,exports.inspirationLevelValues=n,exports.roomTypeValues=r;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),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.designStyleValues=t.designStyleValues,exports.entertainingThemeValues=t.entertainingThemeValues,exports.fullFilters=t.fullFilters,exports.gardeningFocusValues=t.gardeningFocusValues,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.inspirationLevelValues=t.inspirationLevelValues,exports.roomTypeValues=t.roomTypeValues,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: VibrantInteriorStyle is your ultimate portal for all things interior design, entertaining, and gardening. Whether you're seeking inspiration or practical tips, we provide engaging articles that transform your living spaces and outdoor areas.\n - Detailed description: VibrantInteriorStyle is a comprehensive online platform dedicated to enriching your home environment and enhancing your lifestyle through expertly crafted content on interior design, entertaining, and gardening. Our articles offer valuable insights into creating stylish and functional living spaces, planning memorable gatherings, and cultivating beautiful gardens. Each category is designed to inspire creativity while providing step-by-step guidance, expert advice, and innovative ideas that cater to both novice and experienced homeowners. From the latest trends in decor to practical tips for maintaining your garden, VibrantInteriorStyle is your go-to resource for cultivating a vibrant and inviting home.\n - Target audience: Our target audience includes homeowners, renters, and design enthusiasts aged 25-45, who are looking for inspiration and actionable advice to enhance their living spaces and lifestyle. We cater to individuals interested in interior design aesthetics, effective entertaining strategies, and sustainable gardening practices, all while encouraging creativity and self-expression in their home environments.\n\n";
2
+ export declare const ZERO_SECTION = "This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Design Inspiration\n - Current Trends in Interior Design\n - Color Palettes and Schemes\n\n## Entertaining Essentials\n - Planning Memorable Gatherings\n - Themed Party Ideas\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Design Inspiration, IF it's applicable to the theme of the article.\n";
3
+ export declare const START_STEP = "highlighting the key points that will be discussed and the relevance of the topic";
4
+ export declare const END_STEP = "synthesizing the information presented throughout";
5
+ export declare const TARGET_AUDIENCE = "homeowners, interior design enthusiasts, party hosts, gardening aficionados";
6
+ export declare const IMAGES_PROHIBITED_WORDS = "any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling";
7
+ export declare const FILTERS_INFO: string;
@@ -0,0 +1 @@
1
+ "use strict";var e;const t="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: VibrantInteriorStyle is your ultimate portal for all things interior design, entertaining, and gardening. Whether you're seeking inspiration or practical tips, we provide engaging articles that transform your living spaces and outdoor areas.\n - Detailed description: VibrantInteriorStyle is a comprehensive online platform dedicated to enriching your home environment and enhancing your lifestyle through expertly crafted content on interior design, entertaining, and gardening. Our articles offer valuable insights into creating stylish and functional living spaces, planning memorable gatherings, and cultivating beautiful gardens. Each category is designed to inspire creativity while providing step-by-step guidance, expert advice, and innovative ideas that cater to both novice and experienced homeowners. From the latest trends in decor to practical tips for maintaining your garden, VibrantInteriorStyle is your go-to resource for cultivating a vibrant and inviting home.\n - Target audience: Our target audience includes homeowners, renters, and design enthusiasts aged 25-45, who are looking for inspiration and actionable advice to enhance their living spaces and lifestyle. We cater to individuals interested in interior design aesthetics, effective entertaining strategies, and sustainable gardening practices, all while encouraging creativity and self-expression in their home environments.\n\n",n="This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Design Inspiration\n - Current Trends in Interior Design\n - Color Palettes and Schemes\n\n## Entertaining Essentials\n - Planning Memorable Gatherings\n - Themed Party Ideas\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Design Inspiration, IF it's applicable to the theme of the article.\n",i="highlighting the key points that will be discussed and the relevance of the topic",r="synthesizing the information presented throughout",a="homeowners, interior design enthusiasts, party hosts, gardening aficionados",o="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",s=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=r,exports.FILTERS_INFO=s,exports.IMAGES_PROHIBITED_WORDS=o,exports.START_STEP=i,exports.TARGET_AUDIENCE=a,exports.ZERO_SECTION=n,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 interior photograph for a glossy interior design magazine, gardening style photography, glossy gardening magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, foreground focus, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, no blur, depth of field, dof, film, bokeh, foreground focus, 35mm photograph`,negativePrompt:e.SD_NEGATIVE_PROMPT}),o=({title:e,alt:a,articleTitle:o})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${a}, for an article ${o} for a glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, food style, food style photography, professional food photography, commercial photography, foreground focus, recipes.com, delish.com, epicurious, instagram, 4K, 8K, volumetric light, octane render, uplight, no blur, depth of field, dof, bokeh, foreground focus. Please exclude any: Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, men, woman, people, hand, nands, leg, legs, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, cartoon, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, vignette, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, censored, rabs, muscular, rib, blurry, blur, grainy, teeth, low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, duplicate, airbrushed,, anime, semi-realistic, cgi, render, 3D, blender, digital art, manga, amateur, 3D, 3D Game, 3D Game Scene, 3D Character, bad hands, , bad body, bad face, bad teeth, bad arms, bad legs, deformities, drawing, deformed iris, deformed pupils, deformed, painting, crayon, sketch, graphite, impressionist, noisy, poorly drawn hands, poorly drawn face, poorly drawn eyes, mutation, bad proportions, cloned face, disfigured, gross proportions, malformed limbs, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, incoherent from this hyper-real illustration of a ${e}`,r=({title:e})=>`\n\tPhotorealistic highly detailed image of ingredients for ${e}, arranged professionally as if for a food photography shoot. image should showcase maximum detail realism, with a focus on foreground, emulating the style of a high-definition, 8k resolution professional food photograph. lighting should be volumetric and uplit, with a depth of field and bokeh effect, avoiding any blur for clarity. overall aesthetic should be reminiscent of the Kodak Portrait 800 style.\n\tNegative Prompt:\n\teasy-negative, cartoon, worst quality, low quality, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, blurry, blur, grainy, teeth, low resolution, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, airbrushed, anime, semi-realistic, cgi, render, 3D, blender, manga, amateur, 3D, 3D Game, drawing, sketch\n`;exports.getOpenAiBasedImagePrompt=o,exports.getOpenAiBasedImagePromptDalle2=r,exports.getStableDiffusionImagePrompt=a;
@@ -0,0 +1,23 @@
1
+ export interface PageSeoData {
2
+ title: string;
3
+ description: string;
4
+ }
5
+ export declare enum PageNames {
6
+ Authors = "authors",
7
+ Home = "home",
8
+ NotFound = "not-found",
9
+ AboutUs = "about-us",
10
+ PrivacyPolicy = "privacy-policy",
11
+ Terms = "terms",
12
+ Sitemap = "sitemap"
13
+ }
14
+ export type PagesSeo = Record<PageNames, PageSeoData>;
15
+ export interface AuthorInfo {
16
+ name: string;
17
+ description: string;
18
+ meta_title: string;
19
+ meta_description: string;
20
+ }
21
+ export declare const PAGES_SEO: PagesSeo;
22
+ export declare const AUTHORS_INFO: AuthorInfo[];
23
+ export declare const AUTHORS_META: Record<string, PageSeoData>;
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.PageNames=void 0,(e=exports.PageNames||(exports.PageNames={})).Authors="authors",e.Home="home",e.NotFound="not-found",e.AboutUs="about-us",e.PrivacyPolicy="privacy-policy",e.Terms="terms",e.Sitemap="sitemap";const i={[exports.PageNames.Authors]:{title:"Meet the Experts | VibrantInteriorStyle",description:"Discover the talented minds behind VibrantInteriorStyle! 🌟 From interior designers to gardening enthusiasts, our authors bring passion and expertise to every article!"},[exports.PageNames.Home]:{title:"Welcome to VibrantInteriorStyle | Infotainment Hub",description:"Explore the perfect blend of interior design, entertaining tips, and gardening advice at VibrantInteriorStyle! 🏡🌿 Dive into creative ideas for a vibrant lifestyle!"},[exports.PageNames.NotFound]:{title:"Page Not Found | VibrantInteriorStyle",description:"Oops! The page you're looking for doesn't exist. 😟 Return to our homepage for beautiful interior design, entertaining inspirations, and gardening tips!"},[exports.PageNames.AboutUs]:{title:"About VibrantInteriorStyle | Our Story",description:"Learn more about VibrantInteriorStyle and our mission to inspire creativity in interior design and gardening! 🌼✨ Join us on this vibrant journey!"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | VibrantInteriorStyle",description:"Your privacy matters! Read our Privacy Policy to understand how we protect your information at VibrantInteriorStyle. 🔒🌐"},[exports.PageNames.Terms]:{title:"Terms and Conditions | VibrantInteriorStyle",description:"Review the Terms and Conditions for using VibrantInteriorStyle. Stay informed about your rights and responsibilities! 📜⚖️"},[exports.PageNames.Sitemap]:{title:"Sitemap | VibrantInteriorStyle",description:"Navigate easily through VibrantInteriorStyle with our sitemap! 🗺️ Find all articles on interior design, gardening, and entertaining effortlessly."}},n=[{name:"Ananya Sharma",description:"Ananya Sharma is an acclaimed interior designer and lifestyle blogger based in Mumbai. With over a decade of experience in curating beautiful spaces, she specializes in blending traditional Indian aesthetics with modern design principles. Ananya has contributed to various leading design publications and regularly shares her expertise through workshops and online tutorials.",meta_title:"Ananya Sharma - Interior Design Expert at VibrantInteriorStyle",meta_description:"Discover the expertise of Ananya Sharma, renowned interior designer and blogger, as she shares her insights on contemporary design, decor tips, and creating harmonious living spaces."},{name:"Ravi Kumar",description:"Ravi Kumar is a passionate gardener and environmentalist from Bangalore. With a background in horticulture, he has spent over 15 years promoting sustainable gardening practices. His articles focus on urban gardening, plant care, and creating eco-friendly outdoor spaces, making him a sought-after voice in the gardening community.",meta_title:"Ravi Kumar - Gardening Enthusiast and Contributor at VibrantInteriorStyle",meta_description:"Learn from Ravi Kumar, an expert in sustainable gardening and plant care, as he provides practical tips and inspiring ideas for creating vibrant green spaces in urban environments."},{name:"Priya Desai",description:"Priya Desai is a lifestyle expert and entertaining aficionado, residing in Delhi. With a keen eye for detail and a flair for creativity, she has organized numerous successful events and gatherings. Her articles delve into entertaining themes, table settings, and fun DIY projects to elevate any occasion.",meta_title:"Priya Desai - Entertaining Specialist at VibrantInteriorStyle",meta_description:"Explore entertaining tips and event planning ideas from Priya Desai, a seasoned lifestyle expert specializing in creating memorable gatherings and stylish celebrations."},{name:"Siddharth Mehta",description:"Siddharth Mehta, an interior stylist from Pune, has over 8 years of experience in creating unique spaces that reflect personal style. He is known for his expertise in color theory and spatial arrangement. Siddharth shares his innovative design solutions and ideas for refreshing interiors with his extensive reader base.",meta_title:"Siddharth Mehta - Interior Stylist at VibrantInteriorStyle",meta_description:"Get inspired by Siddharth Mehta, an innovative interior stylist, as he shares creative design tips and expert advice for transforming your living spaces into stunning reflections of your lifestyle."},{name:"Neha Verma",description:"Neha Verma is a seasoned home decor enthusiast and writer based in Chandigarh. Having studied fine arts, she combines artistic principles with practical decor solutions. Neha focuses on DIY projects, home organization, and decor trends, making home styling accessible to everyone.",meta_title:"Neha Verma - Home Decor Writer at VibrantInteriorStyle",meta_description:"Join Neha Verma as she explores the world of home decor with innovative DIY projects, organization tips, and the latest trends for creating beautiful living environments."},{name:"Amit Bansal",description:"Amit Bansal is a professional landscaper from Kolkata with over 15 years of experience in creating breathtaking outdoor spaces. His expertise in landscape design and plant selection has made him a recognized figure in the gardening community. Amit loves sharing his knowledge through articles that inspire readers to beautify their gardens.",meta_title:"Amit Bansal - Landscape Designer at VibrantInteriorStyle",meta_description:"Discover the artistry of landscaping with Amit Bansal, a seasoned landscape designer who provides expert tips and advice for creating stunning outdoor spaces and gardens."},{name:"Leela Nair",description:"Leela Nair is an interior design consultant and blogger from Kerala. With a focus on sustainable living and eco-friendly materials, she aims to inspire others to create homes that are both beautiful and responsible. Leela's writing often highlights the importance of harmony between nature and design.",meta_title:"Leela Nair - Sustainable Interior Design Consultant at VibrantInteriorStyle",meta_description:"Embrace sustainable living with Leela Nair, an interior design consultant dedicated to creating eco-friendly spaces that harmonize with nature and promote holistic living."},{name:"Tarun Chawla",description:"Tarun Chawla is an innovative event planner and lifestyle expert based in Jaipur. With a background in hospitality management, Tarun specializes in creating unique entertaining experiences and themed events. He regularly shares insights on event styling, catering ideas, and decor inspirations.",meta_title:"Tarun Chawla - Event Planner and Lifestyle Expert at VibrantInteriorStyle",meta_description:"Get expert entertaining tips from Tarun Chawla, an innovative event planner who transforms gatherings into memorable experiences with unique themes and creative styling."},{name:"Meera Iyer",description:"Meera Iyer is a passionate plant lover and gardening expert from Hyderabad. With over 12 years of experience in urban gardening and plant care, she advocates for greenery in small spaces. Meera's articles are filled with practical advice, troubleshooting tips, and plant recommendations for every home gardener.",meta_title:"Meera Iyer - Urban Gardening Expert at VibrantInteriorStyle",meta_description:"Learn about urban gardening with Meera Iyer, a passionate gardening expert who shares practical tips and inspiring ideas for nurturing plants in small spaces and city environments."},{name:"Rahul Sethi",description:"Rahul Sethi is a renowned interior architect from Ahmedabad with a distinct approach to modern design. His focus on functionality and aesthetics makes his work stand out in the competitive design field. Rahul's articles explore the intersection of architecture, decor, and lifestyle.",meta_title:"Rahul Sethi - Interior Architect at VibrantInteriorStyle",meta_description:"Explore innovative design concepts with Rahul Sethi, a renowned interior architect who bridges the gap between functionality and aesthetics in modern living spaces."},{name:"Tanvi Mehta",description:"Tanvi Mehta is an award-winning interior designer and blogger based in Mumbai. With over 10 years of experience in transforming residential spaces, she is passionate about blending functionality with aesthetic value. Her work has been featured in several interior design magazines, making her a well-respected voice in the industry.",meta_title:"Tanvi Mehta | Interior Design Expert at VibrantInteriorStyle",meta_description:"Discover the creative insights of Tanvi Mehta, an award-winning interior designer with over 10 years of experience in creating beautiful and functional living spaces at VibrantInteriorStyle."},{name:"Rajesh Prasad",description:"Rajesh Prasad is a gardening enthusiast and sustainable living advocate based in Bangalore. With a deep-rooted passion for nature, he specializes in creating indoor gardens and eco-friendly designs. His articles often emphasize the importance of sustainable practices in gardening.",meta_title:"Rajesh Prasad | Gardening Aficionado at VibrantInteriorStyle",meta_description:"Explore the world of sustainable gardening with Rajesh Prasad, an expert in indoor gardening and eco-friendly designs, sharing tips and insights at VibrantInteriorStyle."},{name:"Priya Sharma",description:"Priya Sharma is an experienced lifestyle blogger from New Delhi who loves to share fresh ideas on entertaining and home decor. With her keen eye for detail and a flair for aesthetics, she has been providing valuable tips to help readers host memorable gatherings.",meta_title:"Priya Sharma | Entertaining Specialist at VibrantInteriorStyle",meta_description:"Learn entertaining strategies and home décor tips from Priya Sharma, a talented lifestyle blogger from New Delhi, as she shares her expertise at VibrantInteriorStyle."},{name:"Vikram Rao",description:"Vikram Rao is an interior design consultant based in Hyderabad, specializing in contemporary and traditional designs. With over 15 years of experience in the field, he has worked on numerous projects, providing clients with unique spatial solutions.",meta_title:"Vikram Rao | Interior Design Consultant at VibrantInteriorStyle",meta_description:"Get expert design tips and innovative spatial solutions from Vikram Rao, an interior design consultant with over 15 years of experience at VibrantInteriorStyle."},{name:"Nisha Bhardwaj",description:"Nisha Bhardwaj is a landscape designer and gardening expert from Ahmedabad. Her dedication to creating stunning outdoor spaces has led to features in various gardening publications, inspiring readers to embrace their gardens as a source of joy.",meta_title:"Nisha Bhardwaj | Landscape Designer at VibrantInteriorStyle",meta_description:"Transform your outdoor spaces with Nisha Bhardwaj, a landscape designer and gardening expert from Ahmedabad, sharing her creative tips at VibrantInteriorStyle."},{name:"Arjun Singh",description:"Arjun Singh is a professional event planner and entertaining guru from Pune. He focuses on creating unforgettable events with impeccable design and planning, inspiring readers with his advice on hosting remarkable gatherings.",meta_title:"Arjun Singh | Event Planning and Entertaining Expert at VibrantInteriorStyle",meta_description:"Plan your next unforgettable event with tips from Arjun Singh, a professional event planner and entertaining expert from Pune at VibrantInteriorStyle."},{name:"Deepak Malhotra",description:"Deepak Malhotra is a well-known home decorator and journalist based in Chennai, specializing in modern and vintage interior designs. His articles often spotlight fascinating home decor trends through storytelling and visual cues.",meta_title:"Deepak Malhotra | Home Decor Journalist at VibrantInteriorStyle",meta_description:"Stay updated on the latest decor trends with Deepak Malhotra, a home decorator and journalist sharing his insights and design inspirations at VibrantInteriorStyle."},{name:"Sonalika Kapoor",description:"Sonalika Kapoor is an interior stylist and DIY expert based in Kolkata. Known for her creative ideas and hands-on approach, she empowers readers to transform their spaces using simple DIY projects.",meta_title:"Sonalika Kapoor | DIY and Interior Styling Expert at VibrantInteriorStyle",meta_description:"Unlock your creativity with DIY projects and styling tips from Sonalika Kapoor, an innovative interior stylist connecting with readers at VibrantInteriorStyle."},{name:"Kunal Choudhury",description:"Kunal Choudhury is a food and lifestyle writer who provides insights on entertaining and home ambiance. Living in Chandigarh, he combines his culinary expertise with decor suggestions to create the perfect backdrop for gatherings.",meta_title:"Kunal Choudhury | Dining & Entertaining Writer at VibrantInteriorStyle",meta_description:"Elevate your dining experience with décor tips and culinary insights from Kunal Choudhury, a food and lifestyle writer at VibrantInteriorStyle."},{name:"Meera Joshi",description:"Meera Joshi is a creative home decor consultant from Delhi with expertise in blending comfort and elegance in interiors. She regularly shares innovative layout ideas and color palettes that inspire readers to revamp their homes.",meta_title:"Meera Joshi | Home Decor Consultant at VibrantInteriorStyle",meta_description:"Revitalize your living spaces with innovative design ideas from Meera Joshi, a home decor consultant bringing elegance to homes at VibrantInteriorStyle."},{name:"Aditi Mehta",description:"Aditi Mehta is a seasoned interior designer with over a decade of experience in creating vibrant spaces. With a degree in Interior Architecture from the National Institute of Design (NID), she has worked with multiple renowned firms, focusing on sustainable design and vibrant color palettes. Aditi loves sharing her insights on blending traditional and contemporary designs, making her a perfect fit for VibrantInteriorStyle.",meta_title:"Aditi Mehta - Interior Designer & Contributor at VibrantInteriorStyle",meta_description:"Discover the vibrant designs and innovative ideas of Aditi Mehta, an experienced interior designer contributing to VibrantInteriorStyle."},{name:"Rahul Sharma",description:"Rahul Sharma is an accomplished gardening expert with a passion for sustainable agriculture. With a background in horticulture and environmental science, he has written extensively on organic gardening methods and the importance of biodiversity. His experience in urban gardening makes him a valuable contributor to VibrantInteriorStyle, where he shares tips for creating green spaces.",meta_title:"Rahul Sharma - Gardening Expert at VibrantInteriorStyle",meta_description:"Explore the green thumb wisdom of Rahul Sharma, a gardening expert sharing sustainable gardening tips and tricks on VibrantInteriorStyle."},{name:"Priya Nair",description:"Priya Nair is a lifestyle writer and interior stylist with a keen eye for design and decor. Her extensive experience in event planning and home staging allows her to create engaging content focused on entertaining styles, color trends, and innovative home decor ideas. Priya enjoys infusing her Indian heritage into her writing, ensuring a unique cultural perspective at VibrantInteriorStyle.",meta_title:"Priya Nair - Interior Stylist & Lifestyle Writer at VibrantInteriorStyle",meta_description:"Delve into the entertaining and decorative world of Priya Nair, an interior stylist contributing vibrant ideas to VibrantInteriorStyle."},{name:"Vikram Desai",description:"Vikram Desai is a celebrated landscape architect with over 15 years of experience in creating lush, vibrant gardens. He specializes in designing eco-friendly spaces that harmonize with nature and urban environments. With a flair for writing, Vikram shares his expertise on incorporating native plants and ecological design principles on VibrantInteriorStyle, appealing to gardening enthusiasts.",meta_title:"Vikram Desai - Landscape Architect & Contributor at VibrantInteriorStyle",meta_description:"Learn from Vikram Desai, a landscape architect sharing vibrant gardening ideas and ecological design insights on VibrantInteriorStyle."},{name:"Nisha Rao",description:"Nisha Rao is a creative hobbyist and DIY enthusiast specializing in home decor and crafting. With a degree in Fine Arts, she has garnered over seven years of experience in transforming interiors with personalized touches. Nisha writes engaging tutorials and articles that inspire DIY projects for creating colorful living spaces for the readers of VibrantInteriorStyle.",meta_title:"Nisha Rao - DIY & Home Decor Specialist at VibrantInteriorStyle",meta_description:"Get inspired by Nisha Rao, a DIY specialist sharing creative home decor ideas and projects on VibrantInteriorStyle."},{name:"Anil Gupta",description:"Anil Gupta is an experienced event planner and entertaining expert who has hosted countless gatherings across India. With a talent for crafting memorable experiences using vibrant themes and stylish decor, Anil brings a wealth of knowledge to VibrantInteriorStyle, where he shares innovative ideas for hosting parties and events.",meta_title:"Anil Gupta - Entertaining Expert at VibrantInteriorStyle",meta_description:"Discover party planning tips and entertaining ideas from Anil Gupta, an expert in creating vibrant experiences on VibrantInteriorStyle."},{name:"Sita Iyer",description:"Sita Iyer is a passionate interior decorator with a focus on creating harmony through design. With an extensive background in traditional Indian aesthetics and contemporary trends, she creates articles that bridge cultural heritage with modern lifestyle. Her work at VibrantInteriorStyle educates readers on design principles that enhance interior environments.",meta_title:"Sita Iyer - Interior Decorator & Content Creator at VibrantInteriorStyle",meta_description:"Explore the harmonious designs of Sita Iyer, an interior decorator sharing insightful articles at VibrantInteriorStyle."},{name:"Rohit Malhotra",description:"Rohit Malhotra is a culinary and entertaining connoisseur known for his creative approach to food presentation and table styling. With several years in the food industry, he focuses on merging culinary art with home decor, offering unique entertaining solutions for every occasion on VibrantInteriorStyle.",meta_title:"Rohit Malhotra - Culinary Entertaining Expert at VibrantInteriorStyle",meta_description:"Join Rohit Malhotra as he presents innovative culinary and entertaining ideas for unforgettable gatherings on VibrantInteriorStyle."},{name:"Meera Sethi",description:"Meera Sethi is an environmentalist and a permaculture designer with a wealth of knowledge about sustainable gardening practices. She dedicates her time to education through writing, focusing on permaculture concepts and plant-based lifestyle tips. Meera's approach to gardening resonates well with readers at VibrantInteriorStyle seeking greener living.",meta_title:"Meera Sethi - Sustainable Gardening Advocate at VibrantInteriorStyle",meta_description:"Learn tips on sustainable gardening from Meera Sethi, an advocate for permaculture and eco-friendly practices at VibrantInteriorStyle."},{name:"Karan Singh",description:"Karan Singh is an interior stylist and trend analyst known for his cutting-edge designs and foresight in trends. With an educational background in design and years of experience in home transformations, he has become a reliable voice in the industry, writing for VibrantInteriorStyle to inspire readers with his fresh perspectives on interior aesthetics.",meta_title:"Karan Singh - Interior Stylist & Trend Analyst at VibrantInteriorStyle",meta_description:"Get insights on the latest design trends from Karan Singh, an interior stylist contributing innovative ideas to VibrantInteriorStyle."},{name:"Riya Sharma",description:"Riya Sharma is an award-winning interior designer from Mumbai with over a decade of experience in creating innovative and sustainable spaces. With her background in architecture and a passion for eco-friendly design, Riya specializes in blending modern aesthetics with traditional Indian elements, ensuring every project reflects cultural vibrancy.",meta_title:"Riya Sharma - Award-winning Interior Designer at VibrantInteriorStyle",meta_description:"Explore the world of interior design with Riya Sharma, an award-winning designer bringing innovative and sustainable solutions to life. Discover her unique blend of modern and traditional Indian design."},{name:"Aarav Mehta",description:"Aarav Mehta is a seasoned horticulturist and gardening expert based in Delhi, with over 15 years of experience in landscape design and plant care. He is passionate about promoting urban gardening and has written extensively on sustainable practices. Aarav hosts workshops and contributes regularly to various gardening publications.",meta_title:"Aarav Mehta - Gardening Expert at VibrantInteriorStyle",meta_description:"Join Aarav Mehta, a seasoned horticulturist with 15+ years of experience, as he shares expert gardening tips and insights. Discover sustainable gardening practices and urban gardening ideas with VibrantInteriorStyle."},{name:"Nisha Kapoor",description:"Nisha Kapoor is a renowned lifestyle and entertaining expert with a background in culinary arts. Based in Bangalore, she has spent the last five years curating elegant entertaining experiences, blending culinary creativity with decor aesthetics. Nisha has hosted numerous events and contributed her expertise to lifestyle magazines.",meta_title:"Nisha Kapoor - Lifestyle and Entertaining Expert at VibrantInteriorStyle",meta_description:"Experience the art of entertaining with Nisha Kapoor. Discover her tips on creating elegant settings and culinary delights that elevate any gathering. Your guide to stylish entertaining awaits!"},{name:"Rohan Verma",description:"Rohan Verma is an acclaimed interior stylist and design consultant from Kolkata with over eight years in the industry. Specializing in contemporary Indian designs, Rohan focuses on creating spaces that evoke joy and comfort while seamlessly integrating functionality. He has collaborated with several brands and is known for his innovative approach.",meta_title:"Rohan Verma - Interior Stylist at VibrantInteriorStyle",meta_description:"Step into the realm of contemporary Indian design with Rohan Verma. Explore his innovative styling and solutions that create joyful and functional living spaces. Inspiration for your home awaits!"},{name:"Anjali Singh",description:"Anjali Singh is an enthusiastic gardening advocate and writer based in Pune. With her background in environmental science, she focuses on organic gardening and promoting sustainable practices. Anjali shares her insights through articles, workshops, and community initiatives that inspire others to connect with nature.",meta_title:"Anjali Singh - Gardening Advocate at VibrantInteriorStyle",meta_description:"Discover organic gardening with Anjali Singh, an expert advocating sustainable practices. Join her journey in connecting with nature and learn how to nurture your own green space."},{name:"Karan Joshi",description:"Karan Joshi is a professional event planner and decor stylist from Hyderabad with a flair for transforming spaces for weddings and events. With over 12 years of experience, Karan merges tradition with modern trends, creating unforgettable experiences. His unique design perspective has earned him recognition in various lifestyle publications.",meta_title:"Karan Joshi - Event Planner and Decor Stylist at VibrantInteriorStyle",meta_description:"Elevate your events with Karan Joshi, a professional planner and decor stylist. Discover how he blends tradition with modernity to create unforgettable experiences and stunning settings."},{name:"Sneha Iyer",description:"Sneha Iyer is a freelance writer and interior designer based in Chennai. With a passion for color theory and spatial design, she has authored numerous articles on home decor trends and DIY projects. Sneha believes in empowering readers through practical tips to enhance their living spaces aesthetically and functionally.",meta_title:"Sneha Iyer - Home Decor Writer and Designer at VibrantInteriorStyle",meta_description:"Explore insightful articles on home decor trends and DIY projects with Sneha Iyer. Learn how to enhance your living spaces with practical tips and creative design ideas."},{name:"Vikram Chand",description:"Vikram Chand is an interior architect with 15 years of experience, specializing in maximizing space efficiency in urban homes. Based in Ahmedabad, he focuses on sustainable living and designs solutions that cater to the fast-paced city lifestyle while promoting eco-friendly practices in everyday living.",meta_title:"Vikram Chand - Interior Architect at VibrantInteriorStyle",meta_description:"Unlock the secrets of urban living spaces with Vikram Chand, an interior architect specializing in efficiency and sustainability. Transform your home into a haven amidst the city hustle."},{name:"Meera Patel",description:"Meera Patel is an acclaimed home decor blogger and influencer from Jaipur with a keen eye for traditional Indian crafts. With over six years of experience, she shares her knowledge of integrating artisanal elements into contemporary interiors, encouraging readers to appreciate craftsmanship while adorning their spaces.",meta_title:"Meera Patel - Home Decor Blogger at VibrantInteriorStyle",meta_description:"Discover the beauty of traditional Indian crafts with Meera Patel. Learn to integrate artisanal elements into your contemporary interiors for a unique home decor style."},{name:"Rajesh Tiwari",description:"Rajesh Tiwari is a gardening expert and environmentalist with a passion for herbal gardening. Based in Chandigarh, he has been teaching workshops for over a decade, advocating for health through gardening. Rajesh aims to empower people to grow their own medicinal herbs, promoting a greener lifestyle.",meta_title:"Rajesh Tiwari - Herbal Gardening Expert at VibrantInteriorStyle",meta_description:"Empower your gardening journey with Rajesh Tiwari, a herbal gardening expert. Learn the benefits of growing your own medicinal herbs and embrace a healthier lifestyle."},{name:"Sophia Bennett",description:"Sophia Bennett is an award-winning interior designer based in London with over a decade of experience in creating stylish, functional spaces. She specializes in blending modern aesthetics with classic design elements, bringing a unique touch to any project. In addition to interior design, Sophia is passionate about sustainable living and regenerative gardening, making her a versatile contributor to VibrantInteriorStyle.",meta_title:"Sophia Bennett - Interior Designer & Gardening Expert",meta_description:"Discover the artistry of Sophia Bennett, an award-winning interior designer and gardening expert, as she shares insights on creating vibrant living spaces and sustainable gardens on VibrantInteriorStyle."},{name:"Marco Alvarez",description:"Marco Alvarez is a renowned architecture and interior design blogger from Barcelona, known for his expertise in minimalist designs that reflect serenity and simplicity. With a background in landscape architecture, Marco often incorporates natural elements into his designs, making him a great asset for articles on gardening and outdoor entertaining for VibrantInteriorStyle.",meta_title:"Marco Alvarez - Minimalist Design & Landscape Specialist",meta_description:"Explore the minimalist designs of Marco Alvarez, a Barcelona-based architect, as he shares his creative visions for interior spaces and outdoor gardens on VibrantInteriorStyle."},{name:"Priya Rao",description:"Priya Rao is an interior design consultant hailing from New Delhi, India, with over 15 years of experience. She specializes in transforming traditional Indian decor into modern, livable spaces while showcasing the beauty of local artistry. Her insights on entertaining and seasonal garden aesthetics make her a valuable contributor to VibrantInteriorStyle.",meta_title:"Priya Rao - Indian Interior Design & Entertaining Expert",meta_description:"Join Priya Rao, a celebrated interior design consultant, as she interweaves traditional Indian decor with modern aesthetics, offering tips on entertaining and gardening at VibrantInteriorStyle."},{name:"Liam O'Sullivan",description:"Liam O'Sullivan is an experienced garden designer and lifestyle writer from Dublin, Ireland. With over 12 years in the field, he focuses on creating sustainable gardens that enhance outdoor spaces and promote biodiversity. Liam also writes about home entertaining, making him an excellent fit for VibrantInteriorStyle.",meta_title:"Liam O'Sullivan - Sustainable Gardening & Lifestyle Writer",meta_description:"Dive into the sustainable gardening insights of Liam O'Sullivan, a dedicated garden designer and lifestyle writer who shares his expertise on VibrantInteriorStyle."},{name:"Amelia Nguyen",description:"Amelia Nguyen is a multifaceted writer and interior stylist based in Melbourne, Australia, with a keen eye for vibrant color palettes and unique decor items. With a background in art history, Amelia explores the intersection between aesthetics and functionality, providing readers with innovative ideas for their homes and gardens.",meta_title:"Amelia Nguyen - Colorful Interiors & Garden Inspirations",meta_description:"Uncover the colorful world of Amelia Nguyen, a vibrant interior stylist and writer, dedicated to offering creative ideas for home and garden transformations at VibrantInteriorStyle."},{name:"Ethan Zhang",description:"Ethan Zhang is a landscape architect and home improvement writer from Shanghai, China. With an educational background in environmental design, he emphasizes the importance of integrating nature into living spaces. His articles on urban gardening and eco-friendly design make him an invaluable contributor to VibrantInteriorStyle.",meta_title:"Ethan Zhang - Urban Gardening & Eco-friendly Design Advocate",meta_description:"Explore the innovative designs of Ethan Zhang, a landscape architect who inspires eco-friendly living and urban gardening through his insightful articles on VibrantInteriorStyle."},{name:"Isabella Rossi",description:"Isabella Rossi is an interior designer and lifestyle influencer from Rome, Italy, who believes in the power of storytelling through decor. With a passion for Italian craftsmanship, she emphasizes charming and cozy interiors, blending modern trends with historical elements. She shares her unique entertaining ideas on VibrantInteriorStyle.",meta_title:"Isabella Rossi - Italian Inspired Interiors & Entertaining",meta_description:"Join Isabella Rossi as she shares her passion for Italian-inspired interiors and entertaining, offering creative insights and tips on VibrantInteriorStyle."},{name:"Daniel Johnson",description:"Daniel Johnson is an outdoor living expert and writer from Cape Town, South Africa, specializing in garden design and hosting al fresco gatherings. With over 10 years in landscape design, he creates inviting outdoor spaces that celebrate nature, making his insights perfect for VibrantInteriorStyle.",meta_title:"Daniel Johnson - Outdoor Living & Garden Design Expert",meta_description:"Discover the outdoor living expertise of Daniel Johnson, who shares his innovative garden designs and entertaining tips for vibrant outdoor lifestyles at VibrantInteriorStyle."},{name:"Chloe Martel",description:"Chloe Martel is an award-winning horticulturist and design consultant based in Toronto, Canada. With a deep understanding of plant biodiversity and garden aesthetics, she provides invaluable advice on indoor plants and eco-friendly gardening, making her articles essential for readers of VibrantInteriorStyle.",meta_title:"Chloe Martel - Horticulturist & Eco Gardening Consultant",meta_description:"Explore the world of plants with Chloe Martel, an award-winning horticulturist who offers eco-friendly gardening and design insights for vibrant living at VibrantInteriorStyle."},{name:"Julian Hart",description:"Julian Hart is a celebrated interior architect and entertaining enthusiast from New York City. With experience in both residential and commercial interiors, he focuses on creating inviting spaces that promote social gatherings. His unique approach to design and entertaining ideas make him a key voice for VibrantInteriorStyle.",meta_title:"Julian Hart - Interior Architecture & Entertaining Specialist",meta_description:"Join Julian Hart as he merges his expertise in interior architecture with entertaining, offering inspiring ideas for your home gatherings at VibrantInteriorStyle."},{name:"Samantha Lee",description:"Samantha Lee is an experienced interior designer based in London with over 12 years in the industry. She specializes in modern and minimalist styles, drawing inspiration from global design trends. With a passion for creating functional and beautiful spaces, her work has been featured in various reputable design magazines.",meta_title:"Samantha Lee - Interior Designer and Lifestyle Writer",meta_description:"Explore the world of interior design through Samantha Lee's expertise. With over a decade of experience, she shares insights on modern aesthetics, minimalist living, and creating vibrant spaces."},{name:"Jasper Kline",description:"Jasper Kline is a freelance writer and avid gardener based in Oregon. With a deep love for horticulture and a background in environmental science, he writes extensively about sustainable gardening practices and the intersection of nature and design.",meta_title:"Jasper Kline - Gardening Enthusiast and Sustainable Living Advocate",meta_description:"Discover sustainable gardening tips and techniques from Jasper Kline, an expert in horticulture. His insightful articles help you cultivate a vibrant garden while promoting eco-friendly practices."},{name:"Elena Martinez",description:"Elena Martinez is a professional event planner from Barcelona with a knack for stylish entertaining. With over 8 years of experience in planning events that merge aesthetics with functionality, she shares her insights on creating memorable gatherings.",meta_title:"Elena Martinez - Event Planner and Entertaining Expert",meta_description:"Learn entertaining tips from Elena Martinez, a seasoned event planner. She provides ideas on stylish decor, themes, and activities that will make your events unforgettable."},{name:"Liam Chen",description:"Liam Chen is an interior decorator and lifestyle blogger residing in New York City. With a unique blend of Eastern and Western design influences, he offers a fresh perspective on transforming spaces into vibrant sanctuaries.",meta_title:"Liam Chen - Interior Decorator and Lifestyle Blogger",meta_description:"Follow Liam Chen's journey in interior design and lifestyle. He shares tips and inspiration for creating vibrant and harmonious living spaces influenced by diverse cultures."},{name:"Amara Gupta",description:"Amara Gupta is an Indian artist turned garden designer who emphasizes the importance of colors and textures in outdoor spaces. Based in Mumbai, she weaves artistic elements into her garden designs, creating joyful experiences.",meta_title:"Amara Gupta - Garden Designer and Artistic Visionary",meta_description:"Explore garden design with Amara Gupta, who infuses art into nature. Discover creative ideas for designing outdoor spaces that reflect individuality and vibrant life."},{name:"Oliver Smith",description:"Oliver Smith is a renowned home stager and interior stylist from Toronto. With a passion for revitalizing homes for sale, his tips on staging and design help homeowners create welcoming spaces that attract buyers.",meta_title:"Oliver Smith - Home Stager and Interior Stylist",meta_description:"Get expert home staging advice from Oliver Smith. Learn how to style your home effectively to attract buyers, enhance spaces, and create lasting impressions."},{name:"Rachel Campos",description:"Rachel Campos is a lifestyle influencer and author based in Sydney, Australia. With a focus on interiors and entertaining, she shares affordable and creative ideas for stylish living that resonate with her global audience.",meta_title:"Rachel Campos - Lifestyle Influencer and Entertaining Specialist",meta_description:"Join Rachel Campos in her journey to stylish living. Discover her affordable decorating tips and entertaining ideas that make every home vibrant and welcoming."},{name:"Marcus DuPont",description:"Marcus DuPont is a master gardener and landscape architect from Paris known for his innovative garden designs. His articles cover the latest gardening trends, bringing a European flair to backyard aesthetics.",meta_title:"Marcus DuPont - Master Gardener and Landscape Architect",meta_description:"Delve into the world of innovative gardening with Marcus DuPont. Learn about cutting-edge trends and design techniques that bring European elegance to your garden."},{name:"Sophia Reynolds",description:"Sophia Reynolds is an expert in floral design and entertaining, based in Cape Town, South Africa. With a deep appreciation for local flora, she inspires readers to incorporate floral elements into their entertaining and home design.",meta_title:"Sophia Reynolds - Floral Designer and Entertaining Expert",meta_description:"Elevate your gatherings with floral elegance from Sophia Reynolds. Discover her creative ideas for using flowers in décor and entertaining for vibrant occasions."},{name:"Ethan Parker",description:"Ethan Parker is an eco-conscious interior designer and writer from Vancouver. He specializes in sustainable design practices, incorporating plants and biophilic elements into modern interiors. His passion lies in creating serene and vibrant spaces.",meta_title:"Ethan Parker - Eco-Conscious Interior Designer and Writer",meta_description:"Explore sustainable interior design with Ethan Parker. His articles focus on creating vibrant, eco-friendly spaces that connect you with nature while promoting wellness."}],a=n.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=n,exports.AUTHORS_META=a,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:#5b161e;--theme-color-8:#9b2c36;--theme-color-7:#d2534c;--theme-color-6:#e58279;--theme-color-5:#f0a9a0;--theme-color-3:#f1e2e8;--theme-color-2:#fbf3f6;--color-bg-layout:#ffffff;--color-bg-hover:#f0e4e7;--article-border-radius:25px;--btn-border-radius:15px;--category-border-radius:25px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.270",
3
+ "version": "1.3.272",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [