tedo-publisher 1.3.264 → 1.3.266

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. package/dist/decogrove/data.d.ts +236 -0
  2. package/dist/decogrove/data.js +1 -0
  3. package/dist/decogrove/filters.d.ts +28 -0
  4. package/dist/decogrove/filters.js +1 -0
  5. package/dist/decogrove/helpers.d.ts +3 -0
  6. package/dist/decogrove/helpers.js +1 -0
  7. package/dist/decogrove/index.d.ts +15 -0
  8. package/dist/decogrove/index.js +1 -0
  9. package/dist/decogrove/prompts/data.d.ts +7 -0
  10. package/dist/decogrove/prompts/data.js +1 -0
  11. package/dist/decogrove/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/decogrove/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/decogrove/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/decogrove/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/decogrove/prompts/images.d.ts +4 -0
  16. package/dist/decogrove/prompts/images.js +1 -0
  17. package/dist/decogrove/seo.d.ts +23 -0
  18. package/dist/decogrove/seo.js +1 -0
  19. package/dist/decogrove/styles/colors.css +1 -0
  20. package/dist/decogrove/styles/fonts.css +1 -0
  21. package/dist/decogrove/styles/global.css +1 -0
  22. package/dist/decogrove/styles/sizing.css +1 -0
  23. package/dist/decogrove/styles/theme.css +1 -0
  24. package/dist/decogrove/styles/vars.css +1 -0
  25. package/dist/gardilo/data.d.ts +315 -0
  26. package/dist/gardilo/data.js +1 -0
  27. package/dist/gardilo/filters.d.ts +28 -0
  28. package/dist/gardilo/filters.js +1 -0
  29. package/dist/gardilo/helpers.d.ts +3 -0
  30. package/dist/gardilo/helpers.js +1 -0
  31. package/dist/gardilo/index.d.ts +15 -0
  32. package/dist/gardilo/index.js +1 -0
  33. package/dist/gardilo/prompts/data.d.ts +7 -0
  34. package/dist/gardilo/prompts/data.js +1 -0
  35. package/dist/gardilo/prompts/gpt35turbo/articles.d.ts +6 -0
  36. package/dist/gardilo/prompts/gpt35turbo/articles.js +1 -0
  37. package/dist/gardilo/prompts/gpt4oMini/articles.d.ts +6 -0
  38. package/dist/gardilo/prompts/gpt4oMini/articles.js +1 -0
  39. package/dist/gardilo/prompts/images.d.ts +4 -0
  40. package/dist/gardilo/prompts/images.js +1 -0
  41. package/dist/gardilo/seo.d.ts +23 -0
  42. package/dist/gardilo/seo.js +1 -0
  43. package/dist/gardilo/styles/colors.css +1 -0
  44. package/dist/gardilo/styles/fonts.css +1 -0
  45. package/dist/gardilo/styles/global.css +1 -0
  46. package/dist/gardilo/styles/sizing.css +1 -0
  47. package/dist/gardilo/styles/theme.css +1 -0
  48. package/dist/gardilo/styles/vars.css +1 -0
  49. package/dist/renoift/data.d.ts +1 -1
  50. package/package.json +1 -1
@@ -0,0 +1,236 @@
1
+ export declare const dataStructure: {
2
+ interiorDesign: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ modernStyles: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ colorSchemes: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ furnitureTrends: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ homeDecorIdeas: {
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
+ entertaining: {
40
+ title: string;
41
+ description: string;
42
+ slug: string;
43
+ children: {
44
+ partyThemes: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ menuPlanning: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ decorativeTableSettings: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ hostTips: {
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
+ gardening: {
77
+ title: string;
78
+ description: string;
79
+ slug: string;
80
+ children: {
81
+ indoorPlants: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ landscapingIdeas: {
88
+ title: string;
89
+ description: string;
90
+ slug: string;
91
+ children: null;
92
+ };
93
+ seasonalGardening: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ gardenMaintenance: {
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
+ dIYProjects: {
114
+ title: string;
115
+ description: string;
116
+ slug: string;
117
+ children: {
118
+ homeImprovement: {
119
+ title: string;
120
+ description: string;
121
+ slug: string;
122
+ children: null;
123
+ };
124
+ upcyclingIdeas: {
125
+ title: string;
126
+ description: string;
127
+ slug: string;
128
+ children: null;
129
+ };
130
+ seasonalCrafts: {
131
+ title: string;
132
+ description: string;
133
+ slug: string;
134
+ children: null;
135
+ };
136
+ decorativeDIY: {
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
+ seasonalDecor: {
151
+ title: string;
152
+ description: string;
153
+ slug: string;
154
+ children: {
155
+ holidayDecorating: {
156
+ title: string;
157
+ description: string;
158
+ slug: string;
159
+ children: null;
160
+ };
161
+ seasonalColors: {
162
+ title: string;
163
+ description: string;
164
+ slug: string;
165
+ children: null;
166
+ };
167
+ thematicDisplays: {
168
+ title: string;
169
+ description: string;
170
+ slug: string;
171
+ children: null;
172
+ };
173
+ outdoorSeasonalIdeas: {
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
+ designInspiration: {
188
+ title: string;
189
+ description: string;
190
+ slug: string;
191
+ children: {
192
+ styleGuides: {
193
+ title: string;
194
+ description: string;
195
+ slug: string;
196
+ children: null;
197
+ };
198
+ roomByRoomIdeas: {
199
+ title: string;
200
+ description: string;
201
+ slug: string;
202
+ children: null;
203
+ };
204
+ expertShowcases: {
205
+ title: string;
206
+ description: string;
207
+ slug: string;
208
+ children: null;
209
+ };
210
+ trendingDesigns: {
211
+ title: string;
212
+ description: string;
213
+ slug: string;
214
+ children: null;
215
+ };
216
+ other: {
217
+ title: string;
218
+ description: string;
219
+ slug: string;
220
+ children: null;
221
+ };
222
+ };
223
+ };
224
+ };
225
+ export declare const authors: Record<string, string>;
226
+ export declare const authorsNames: string[];
227
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF89\uD83C\uDF3F\uD83D\uDD8C\uFE0F";
228
+ export declare const categories: ("dIYProjects" | "interiorDesign" | "entertaining" | "gardening" | "seasonalDecor" | "designInspiration")[];
229
+ export declare const subcategories: string[];
230
+ export declare const subsubcategories: string[];
231
+ export type Category = keyof typeof dataStructure;
232
+ export type CategoryNode = (typeof dataStructure)[Category];
233
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
234
+ export declare const startDate = "2024-09-18T00:00:00Z";
235
+ export declare const devBucketName = "idn-decogrove-dev";
236
+ export declare const prodBucketName = "idn-decogrove";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const t={interiorDesign:{title:"Explore Modern Interior Design Styles for Every Taste ✨",description:"Dive into the world of modern interior design styles that inspire creativity and enhance your living spaces for every taste and preference. 🏡",slug:"modern-interior-design-styles",children:{modernStyles:{title:"Embrace the Latest Modern Styles in Interior Design 🛋️",description:"Discover the latest trends in modern styles that will refresh your home and reflect your personality. From minimalism to maximalism, find your perfect look! 🌱",slug:"modern-styles",children:null},colorSchemes:{title:"Vibrant Color Schemes to Transform Your Interiors 🎨",description:"Unlock the secrets to vibrant color schemes that can transform your interiors, making spaces more inviting and captivating. Explore palettes! 🌈",slug:"color-schemes",children:null},furnitureTrends:{title:"Furniture Trends That Redefine Your Living Spaces 🪑",description:"Stay ahead of the curve with furniture trends that redefine and elevate your living spaces, combining style and functionality seamlessly. 🔥",slug:"furniture-trends",children:null},homeDecorIdeas:{title:"Creative Home Decor Ideas to Enrich Your Space 🖼️",description:"Get inspired with creative home decor ideas that enhance style and comfort in any room. Make your home a true reflection of you! 🕯️",slug:"home-decor-ideas",children:null},other:{title:"Expand Your Knowledge of Diverse Interior Design Concepts 📚",description:"Explore diverse concepts in interior design that go beyond the basics, perfect for those seeking to expand their understanding and creativity. 🏠",slug:"other-interior-design",children:null}}},entertaining:{title:"Creative Entertaining Ideas for Memorable Gatherings 🎉",description:"Explore engaging ideas and tips for entertaining guests, from themed parties to expert hosting advice. Make every gathering unforgettable! 🥳",slug:"creative-entertaining-ideas",children:{partyThemes:{title:"Trending Party Themes to Inspire Your Next Gathering 🌟",description:"Discover fun and unique party themes that will elevate your gatherings. From casual to formal, find the perfect theme for every occasion! 🎊",slug:"trending-party-themes",children:null},menuPlanning:{title:"Expert Menu Planning for Perfectly Tailored Parties 🍽️",description:"Learn how to create a delicious and memorable menu for your events. From appetizers to desserts, we have you covered for every taste! 🍰",slug:"expert-menu-planning",children:null},decorativeTableSettings:{title:"Beautiful Decorative Table Settings for Every Occasion 🌷",description:"Transform your dining experience with stunning table settings. Explore tips and ideas for creating inviting and stylish tablescapes! 💐",slug:"decorative-table-settings",children:null},hostTips:{title:"Essential Host Tips for Stress-Free Gatherings 🥂",description:"Become the perfect host with our essential tips! From planning to execution, ensure your events run smoothly and your guests feel special. 🌟",slug:"essential-host-tips",children:null},other:{title:"Explore Other Entertaining Ideas for Unique Events 🎭",description:"From interactive games to creative decorations, discover other entertaining ideas that can enhance your gatherings and impress your guests! 🎈",slug:"explore-other-entertaining-ideas",children:null}}},gardening:{title:"Explore Inspiring Gardening Ideas for Beautiful Spaces 🌿",description:"Dive into a world of gardening inspiration with expert tips, seasonal ideas, and maintenance guides to transform your outdoor spaces! 🌸",slug:"inspiring-gardening-ideas",children:{indoorPlants:{title:"Indoor Plants: Elevate Your Space with Greenery 🌱",description:"Discover the best indoor plants that purify the air and enhance your living spaces. Learn how to care for your lovely green friends! 🌼",slug:"indoor-plants",children:null},landscapingIdeas:{title:"Landscaping Ideas: Transform Your Outdoor Oasis 🏡",description:"Get inspired with creative landscaping ideas that will turn your yard into a breathtaking outdoor retreat. Embrace nature's beauty! 🌻",slug:"landscaping-ideas",children:null},seasonalGardening:{title:"Seasonal Gardening Tips: Grow Year-Round Success 🌞",description:"Learn essential seasonal gardening tips to plant, nurture, and harvest your garden effectively throughout the year! 🌾",slug:"seasonal-gardening",children:null},gardenMaintenance:{title:"Garden Maintenance: Keep Your Green Spaces Thriving 🌼",description:"Master the art of garden maintenance with practical tips for pruning, watering, and fertilizing your plants for optimal growth! 🌷",slug:"garden-maintenance",children:null},other:{title:"Other Gardening Insights: Uncover Hidden Gems 🌎",description:"Explore unique and innovative gardening insights that go beyond the ordinary! Discover tips for a creative green journey. 🌺",slug:"other-gardening-insights",children:null}}},dIYProjects:{title:"Inspiring DIY Projects for Your Home and Garden 🌿✂️",description:"Explore creative DIY projects at DecoGrove that elevate your home, enhance your garden, and make entertaining a breeze! Get inspired today! 🌼🏡",slug:"diy-projects",children:{homeImprovement:{title:"Transform Your Home: DIY Improvement Ideas 🛠️🏠",description:"Discover innovative home improvement projects to enhance your living space. From renovations to upgrades, your dream home starts here! 🔨✨",slug:"home-improvement",children:null},upcyclingIdeas:{title:"Creative Upcycling Ideas to Reimagine Your Space ♻️🌍",description:"Unlock your creativity with upcycling projects that breathe new life into old items. Make a positive impact while beautifying your home! 🌈💡",slug:"upcycling-ideas",children:null},seasonalCrafts:{title:"Fun and Festive Seasonal Crafts for All Occasions 🎉🎃",description:"Embrace the seasons with delightful crafts that bring joy and beauty to your celebrations! Perfect for indoor and outdoor creativity! 🌼🌟",slug:"seasonal-crafts",children:null},decorativeDIY:{title:"Charming Decorative DIYs to Enhance Your Space 🖼️✨",description:"Add charm to your interiors with decorative DIY projects that reflect your personal style. Let your creativity shine with every detail! 🏡🌈",slug:"decorative-diy",children:null},other:{title:"Miscellaneous DIY Projects for Every Inspiration 🔍🎨",description:"Explore a variety of unique DIY projects that don’t fit into a specific category but are sure to inspire your creativity and enhance your home! 🌟🛠️",slug:"other",children:null}}},seasonalDecor:{title:"Seasonal Decor Ideas for Every Occasion | Transform Your Space 🎉",description:"Explore inspiring seasonal decor ideas that elevate your home and garden. Uncover trends for holidays, events, and seasonal themes to impress your guests! 🌟",slug:"seasonal-decor",children:{holidayDecorating:{title:"Festive Holiday Decorating Tips for Your Home 🎄",description:"Discover creative holiday decorating tips for a festive atmosphere. From whimsical ornaments to elegant centerpieces, make this season unforgettable! 🕯️",slug:"holiday-decorating",children:null},seasonalColors:{title:"Seasonal Colors: Transform Your Space Year-Round 🎨",description:"Learn how to incorporate seasonal colors into your decor. From spring pastels to autumn hues, refresh your home with vibrant palettes! 🍂",slug:"seasonal-colors",children:null},thematicDisplays:{title:"Thematic Displays: Unique Decor Ideas for Every Season 🌺",description:"Explore thematic displays that capture the essence of each season. Engage your creativity with innovative decor elements that make a statement! 🌻",slug:"thematic-displays",children:null},outdoorSeasonalIdeas:{title:"Outdoor Seasonal Ideas for Stunning Gardens and Patios 🌿",description:"Transform your outdoor space with seasonal decor ideas. Create inviting patios and beautiful gardens that reflect the charm of every season! 🌼",slug:"outdoor-seasonal-ideas",children:null},other:{title:"Other Seasonal Decor Inspirations for Your Home and Garden 🏡",description:"Explore a variety of other seasonal decor inspirations. From unique DIY projects to exceptional finds, enhance any space creatively! ✨",slug:"other-seasonal-decor",children:null}}},designInspiration:{title:"Explore Inspiring Design Ideas for Your Home & Garden 🌼",description:"Discover a wealth of ideas and tips for interior design, entertaining, and gardening, making your spaces vibrant and inviting! 🏡✨",slug:"design-inspiration",children:{styleGuides:{title:"Comprehensive Style Guides for Inspired Living 🖌️",description:"Unleash your creativity with our comprehensive style guides, offering innovative interior design ideas and decor tips for every taste! 🎨✨",slug:"style-guides",children:null},roomByRoomIdeas:{title:"Room-by-Room Ideas to Transform Your Spaces 🛋️",description:"Get inspired with room-by-room ideas that help you create stunning interiors perfect for relaxation, gathering, and entertaining friends! 🏠❤️",slug:"room-by-room-ideas",children:null},expertShowcases:{title:"Expert Showcases for Stunning Design Inspiration 🌟",description:"Explore expert showcases featuring the latest trends and design solutions to elevate your living spaces into an oasis of style and comfort! 🏡💖",slug:"expert-showcases",children:null},trendingDesigns:{title:"Discover Trending Designs for Modern Homes 🔥",description:"Stay ahead of the curve with trending designs that revolutionize interior aesthetics and set the stage for stylish entertaining! 💡🏠",slug:"trending-designs",children:null},other:{title:"Other Unique Inspirations for Your Home & Garden 🌿",description:"Dive into diverse design inspirations beyond the norm, fueling your passion for creating beautiful indoor and outdoor spaces! 🌻🏡",slug:"other-inspirations",children:null}}}},r=e.AUTHORS_INFO.reduce(((e,t)=>Object.assign(Object.assign({},e),{[t.name]:[t.description]})),{}),i=e.AUTHORS_INFO.map((e=>e.name)),n="🏡🎉🌿🖌️",o=Object.keys(t),s=[],a=[];for(const e of o){const r=t[e];if(null==r?void 0:r.children){s.push(...Object.keys(r.children));for(const e of s){const t=r.children[e];(null==t?void 0:t.children)&&a.push(...Object.keys(t.children))}}}const l="2024-09-18T00:00:00Z",d="decogrove",c=`idn-${d}-dev`,u=`idn-${d}`;exports.DEFAULT_DESCRIPTION_EMOJIS=n,exports.authors=r,exports.authorsNames=i,exports.categories=o,exports.dataStructure=t,exports.devBucketName=c,exports.prodBucketName=u,exports.startDate=l,exports.subcategories=s,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ DesignStyle = "Design Style",
3
+ EventType = "Event Type",
4
+ GardeningFocus = "Gardening Focus",
5
+ DIYProjectDifficulty = "DIY Project Difficulty",
6
+ SeasonalInspiration = "Seasonal Inspiration"
7
+ }
8
+ type DesignStyle = 'Modern' | 'Bohemian' | 'Minimalist' | 'Industrial' | 'Farmhouse';
9
+ type EventType = 'Dinner Party' | 'Birthday Celebration' | 'Outdoor Picnic' | 'Holiday Gathering' | 'Casual Get-Together';
10
+ type GardeningFocus = 'Vegetable Gardening' | 'Flower Gardening' | 'Indoor Plants' | 'Landscape Design' | 'Sustainable Gardening';
11
+ type DIYProjectDifficulty = 'Beginner' | 'Intermediate' | 'Advanced' | 'Family-Friendly' | 'Quick & Easy';
12
+ type SeasonalInspiration = 'Spring Refresh' | 'Summer Fun' | 'Autumn Harvest' | 'Winter Cozy' | 'Holiday Cheer';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.DesignStyle]: DesignStyle[];
15
+ [FiltersNames.EventType]: EventType[];
16
+ [FiltersNames.GardeningFocus]: GardeningFocus[];
17
+ [FiltersNames.DIYProjectDifficulty]: DIYProjectDifficulty[];
18
+ [FiltersNames.SeasonalInspiration]: SeasonalInspiration[];
19
+ };
20
+ export declare const designStyleValues: DesignStyle[];
21
+ export declare const eventTypeValues: EventType[];
22
+ export declare const gardeningFocusValues: GardeningFocus[];
23
+ export declare const diyProjectDifficultyValues: DIYProjectDifficulty[];
24
+ export declare const seasonalInspirationValues: SeasonalInspiration[];
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="Design Style",e.EventType="Event Type",e.GardeningFocus="Gardening Focus",e.DIYProjectDifficulty="DIY Project Difficulty",e.SeasonalInspiration="Seasonal Inspiration";const s=["Modern","Bohemian","Minimalist","Industrial","Farmhouse"],t=["Dinner Party","Birthday Celebration","Outdoor Picnic","Holiday Gathering","Casual Get-Together"],i=["Vegetable Gardening","Flower Gardening","Indoor Plants","Landscape Design","Sustainable Gardening"],r=["Beginner","Intermediate","Advanced","Family-Friendly","Quick & Easy"],n=["Spring Refresh","Summer Fun","Autumn Harvest","Winter Cozy","Holiday Cheer"],a={[exports.FiltersNames.DesignStyle]:[],[exports.FiltersNames.EventType]:[],[exports.FiltersNames.GardeningFocus]:[],[exports.FiltersNames.DIYProjectDifficulty]:[],[exports.FiltersNames.SeasonalInspiration]:[]},o={[exports.FiltersNames.DesignStyle]:s,[exports.FiltersNames.EventType]:t,[exports.FiltersNames.GardeningFocus]:i,[exports.FiltersNames.DIYProjectDifficulty]:r,[exports.FiltersNames.SeasonalInspiration]:n},l=()=>JSON.stringify(o,null,2);exports.designStyleValues=s,exports.diyProjectDifficultyValues=r,exports.eventTypeValues=t,exports.fullFilters=o,exports.gardeningFocusValues=i,exports.getFiltersTypesJSON=l,exports.initialFilters=a,exports.seasonalInspirationValues=n;
@@ -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.diyProjectDifficultyValues=t.diyProjectDifficultyValues,exports.eventTypeValues=t.eventTypeValues,exports.fullFilters=t.fullFilters,exports.gardeningFocusValues=t.gardeningFocusValues,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.seasonalInspirationValues=t.seasonalInspirationValues,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: DecoGrove is an engaging infotainment portal dedicated to interior design, entertaining, and gardening. It serves as a go-to resource for enthusiasts seeking inspiration and innovative ideas to enhance their living spaces and outdoor environments.\n - Detailed description: DecoGrove is a comprehensive online platform that curates a wide range of articles and resources centered around the themes of interior design, entertaining, and gardening. Whether you\u2019re looking to revamp your home with the latest trends, host unforgettable gatherings, or cultivate a thriving garden, DecoGrove offers expert tips, how-to guides, and inspiring showcases to guide you through each process. The portal features diverse content, including DIY projects, seasonal decor ideas, landscaping tips, and entertaining hacks, all designed to help you create beautiful and functional spaces while fostering a vibrant outdoor lifestyle. DecoGrove is committed to empowering readers with the knowledge and creativity needed to transform their environments.\n - Target audience: The target audience for DecoGrove includes homeowners, renters, interior design enthusiasts, gardening aficionados, and individuals who enjoy hosting and entertaining guests. It appeals to a diverse demographic, ranging from young adults and families to retirees who seek to enhance their living spaces and outdoor areas. Additionally, the portal caters to individuals who are passionate about creating beautiful and inviting atmospheres in both indoor and outdoor settings.\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 Inspirations\n- Trending Styles\n- Color Palettes\n\n## Maintenance and Upkeep\n- Seasonal Maintenance Checklist\n- Cleaning and Organization Tips\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Design Inspirations, 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: DecoGrove is an engaging infotainment portal dedicated to interior design, entertaining, and gardening. It serves as a go-to resource for enthusiasts seeking inspiration and innovative ideas to enhance their living spaces and outdoor environments.\n - Detailed description: DecoGrove is a comprehensive online platform that curates a wide range of articles and resources centered around the themes of interior design, entertaining, and gardening. Whether you’re looking to revamp your home with the latest trends, host unforgettable gatherings, or cultivate a thriving garden, DecoGrove offers expert tips, how-to guides, and inspiring showcases to guide you through each process. The portal features diverse content, including DIY projects, seasonal decor ideas, landscaping tips, and entertaining hacks, all designed to help you create beautiful and functional spaces while fostering a vibrant outdoor lifestyle. DecoGrove is committed to empowering readers with the knowledge and creativity needed to transform their environments.\n - Target audience: The target audience for DecoGrove includes homeowners, renters, interior design enthusiasts, gardening aficionados, and individuals who enjoy hosting and entertaining guests. It appeals to a diverse demographic, ranging from young adults and families to retirees who seek to enhance their living spaces and outdoor areas. Additionally, the portal caters to individuals who are passionate about creating beautiful and inviting atmospheres in both indoor and outdoor settings.\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 Inspirations\n- Trending Styles\n- Color Palettes\n\n## Maintenance and Upkeep\n- Seasonal Maintenance Checklist\n- Cleaning and Organization Tips\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Design Inspirations, 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",a="synthesizing the information presented throughout",o="homeowners, interior design enthusiasts, party hosts, gardening aficionados",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\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=a,exports.FILTERS_INFO=s,exports.IMAGES_PROHIBITED_WORDS=r,exports.START_STEP=i,exports.TARGET_AUDIENCE=o,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 Creative Minds Behind DecoGrove 🌟",description:"Discover the talented authors of DecoGrove who bring you the best in interior design, entertaining, and gardening! 🌿🎉"},[exports.PageNames.Home]:{title:"Welcome to DecoGrove - Your Infotainment Hub 🌈",description:"Explore inspiring articles on interior design, entertaining tips, and gardening hacks. Let DecoGrove transform your space and celebrations! 🏡🌼"},[exports.PageNames.NotFound]:{title:"Oops! Page Not Found 🚫",description:"Sorry, but the page you’re looking for doesn't exist. Explore DecoGrove for fresh ideas in interior design, entertaining, and gardening! 🌱✨"},[exports.PageNames.AboutUs]:{title:"About DecoGrove - Your Lifestyle Guide 🌿",description:"Learn about DecoGrove’s mission to enrich your living space and social gatherings through creative inspiration in interior design, entertaining, and gardening! 🌸🎊"},[exports.PageNames.PrivacyPolicy]:{title:"DecoGrove Privacy Policy 🔒",description:"Read our privacy policy to learn how DecoGrove protects your personal information while you enjoy our interior design, entertaining, and gardening content! 📜"},[exports.PageNames.Terms]:{title:"Terms of Use for DecoGrove 📚",description:"Understand the terms and conditions of using DecoGrove and discover all things related to interior design, entertaining, and gardening! 🌼"},[exports.PageNames.Sitemap]:{title:"DecoGrove Sitemap - Navigate Easily 🗺️",description:"Find your way around DecoGrove with our sitemap. Access your favorite topics on interior design, entertaining, and gardening effortlessly! 🌳✨"}},a=[{name:"Neha Sharma",description:"Neha is a seasoned interior designer with over a decade of experience in curating elegant living spaces. With a degree from the National Institute of Design, she specializes in sustainable design practices that enhance both aesthetics and functionality. Her passion for designing cozy and inviting homes led her to author numerous articles sharing her insights and tips.",meta_title:"Neha Sharma - Interior Design Expert",meta_description:"Explore the world of interior design with Neha Sharma, a seasoned designer sharing sustainable tips and trends at DecoGrove."},{name:"Rajiv Malhotra",description:"Rajiv is a gardening enthusiast and expert with a rich background in botany. His articles often focus on sustainable gardening practices, balancing eco-friendliness with beauty. His work has been featured in several leading magazines, and he enjoys sharing practical gardening advice in easily digestible formats.",meta_title:"Rajiv Malhotra - Gardening Specialist",meta_description:"Discover gardening tips and eco-friendly practices with Rajiv Malhotra, an expert writer for DecoGrove."},{name:"Anita Desai",description:"Anita is a creative entrepreneur with experience in both interior design and entertaining. She runs her own decor studio and has written extensively on how to host memorable gatherings with stylish decor. Her articles blend practical tips with creative ideas to inspire readers.",meta_title:"Anita Desai - Entertaining and Decor Specialist",meta_description:"Learn how to host stylish gatherings with Anita Desai, expert writer on entertaining and decor at DecoGrove."},{name:"Vikram Rao",description:"Vikram is a landscape architect who merges artistic vision with functionality in outdoor spaces. He holds a master's degree in landscape architecture and frequently writes about garden design trends. Vikram's work emphasizes the importance of integrating nature into residential settings.",meta_title:"Vikram Rao - Landscape Architect and Gardening Writer",meta_description:"Explore garden design and landscape trends with Vikram Rao, a landscape architect and writer for DecoGrove."},{name:"Priya Kapoor",description:"Priya is an interior stylist known for her innovative approach to home decor. With over seven years of experience in the industry, she focuses on creating unique, personalized living spaces. Her articles provide readers with DIY tips and current interior design trends.",meta_title:"Priya Kapoor - Interior Styling Specialist",meta_description:"Get inspired with home decor tips and innovative styling from Priya Kapoor, a talented writer at DecoGrove."},{name:"Ravi Choudhury",description:"Ravi is a home entertaining guru with experience in event planning and design. He specializes in crafting unforgettable experiences through stylish settings and meticulous planning. His articles at DecoGrove offer readers creative ideas for entertaining that fit various occasions.",meta_title:"Ravi Choudhury - Entertaining Expert",meta_description:"Uncover creative ideas for hosting unforgettable events with Ravi Choudhury, entertaining expert for DecoGrove."},{name:"Sanjana Pillai",description:"Sanjana is a passionate eco-warrior and avid gardener who focuses on organic gardening methods. With several years of experience, she enjoys educating others through her engaging articles and tutorials on creating beautiful, sustainable gardens.",meta_title:"Sanjana Pillai - Eco-Friendly Gardening Advocate",meta_description:"Learn about organic gardening and sustainability from Sanjana Pillai, an eco-friendly gardening advocate at DecoGrove."},{name:"Amit Yadav",description:"Amit is a veteran interior architect with a focus on space optimization and contemporary designs. With his creative intuition and technical background, he has contributed to transforming countless homes and provides readers with actionable design advice in his writings.",meta_title:"Amit Yadav - Interior Architecture Specialist",meta_description:"Transform your space with expert advice on interior architecture from Amit Yadav, a specialist writer for DecoGrove."},{name:"Tania Bansal",description:"Tania is a lifestyle blogger with a flair for entertaining and home decor. She enjoys infusing her articles with cultural elements, bringing a unique twist to traditional decor and entertaining ideas. Her expertise makes her a valuable contributor to DecoGrove.",meta_title:"Tania Bansal - Lifestyle and Entertaining Blogger",meta_description:"Explore cultural-inspired entertaining and decor ideas with Tania Bansal, a lifestyle blogger for DecoGrove."},{name:"Karan Singh",description:"Karan is a multi-talented designer with expertise in both interior design and sustainable living. His articles highlight how to create stylish interiors while emphasizing eco-conscious choices, making design accessible to everyone at DecoGrove.",meta_title:"Karan Singh - Sustainable Interior Designer",meta_description:"Discover stylish and eco-friendly design with Karan Singh, a sustainable interior designer writing for DecoGrove."},{name:"Anita Mehta",description:"Anita Mehta is a seasoned interior designer based in Mumbai, with over 15 years of experience in creating vibrant and functional spaces. She is a graduate from the National Institute of Design and has a keen eye for integrating traditional Indian elements into contemporary designs.",meta_title:"Anita Mehta - Interior Design Expert at DecoGrove",meta_description:"Explore the creative insights of Anita Mehta, a leading interior designer from Mumbai with 15 years of expertise, sharing unique tips and trends on interior design."},{name:"Ravi Kumar",description:"Ravi Kumar is a celebrated author and gardening enthusiast from Bangalore. With a background in horticulture and over 10 years of writing experience, he specializes in sustainable gardening practices and DIY projects.",meta_title:"Ravi Kumar - Gardening Specialist at DecoGrove",meta_description:"Join Ravi Kumar, a passionate gardener and writer from Bangalore, as he shares expert advice on sustainable gardening practices and creative DIY projects."},{name:"Neelam Joshi",description:"Neelam Joshi is an entertaining specialist and event planner with over 12 years in the hospitality industry. Based in Delhi, she has worked with various luxury brands to curate memorable events that reflect elegance and style.",meta_title:"Neelam Joshi - Entertaining Specialist at DecoGrove",meta_description:"Discover tips from Neelam Joshi, an expert event planner and entertaining specialist from Delhi, on creating exquisite and memorable gatherings."},{name:"Arjun Sharma",description:"Arjun Sharma is an interior designer and lifestyle blogger, known for blending modern aesthetics with traditional Indian architecture. With more than 8 years of experience, his work has been featured in several renowned publications.",meta_title:"Arjun Sharma - Interior Design Innovator at DecoGrove",meta_description:"Learn from Arjun Sharma, who combines modern and traditional design elements, sharing innovative ideas and styles for transforming interiors."},{name:"Pooja Reddy",description:"Pooja Reddy is a passionate gardener and advocate for urban gardening based in Hyderabad. With her extensive experience in landscape design, she loves to share her insights into creating green spaces in urban settings.",meta_title:"Pooja Reddy - Urban Gardening Advocate at DecoGrove",meta_description:"Pooja Reddy shares her experiences as an urban gardening expert, providing valuable tips for creating lush green spaces in bustling cities."},{name:"Sonia Mehra",description:"Sonia Mehra, an acclaimed interior stylist, has over a decade of experience enhancing homes throughout India. She emphasizes the importance of personal stories through design, bringing warmth to each project.",meta_title:"Sonia Mehra - Interior Stylist Extraordinaire at DecoGrove",meta_description:"Explore personalized design insights from Sonia Mehra, an interior stylist dedicated to creating meaningful and stylistic home environments."},{name:"Vikram Bansal",description:"Vikram Bansal is a renewable energy consultant with a passion for sustainable gardening. He combines his scientific knowledge with hands-on gardening techniques, promoting eco-friendly practices.",meta_title:"Vikram Bansal - Sustainable Gardening Expert at DecoGrove",meta_description:"Vikram Bansal offers insights into sustainable gardening practices, blending scientific knowledge with practical tips for eco-conscious gardeners."},{name:"Leena Varma",description:"Leena Varma is a home décor blogger and stylist with 9 years of experience in creating beautiful spaces on a budget. She is known for her approachable style and innovative solutions for home makeovers.",meta_title:"Leena Varma - Home Décor Stylist at DecoGrove",meta_description:"Get inspired by Leena Varma's budget-friendly home décor tips and makeover ideas that transform spaces without breaking the bank."},{name:"Rahul Chawla",description:"Rahul Chawla is a noted landscape architect with a strong focus on creating functional and aesthetically pleasing gardens. He has worked on numerous award-winning landscape projects across India.",meta_title:"Rahul Chawla - Landscape Architect at DecoGrove",meta_description:"Discover excellence in landscaping with tips from Rahul Chawla, a leading landscape architect creating beautiful and functional outdoor spaces."},{name:"Riya Kapoor",description:"Riya Kapoor is a passionate interior designer based in Mumbai, with over 10 years of experience in creating stunning spaces for residential and commercial clients. She has been featured in various design magazines and her work is known for blending contemporary aesthetics with traditional Indian elements.",meta_title:"Riya Kapoor - Interior Designer and Contributor at DecoGrove",meta_description:"Explore the design insights of Riya Kapoor, a Mumbai-based interior designer with over 10 years of experience, contributing her expertise to DecoGrove."},{name:"Amit Sharma",description:"Amit Sharma is an experienced home entertainer and food stylist from Delhi, specializing in crafting memorable dining experiences. With over 8 years in hospitality consulting, he brings a wealth of knowledge on home entertaining and style.",meta_title:"Amit Sharma - Home Entertainer and Contributor at DecoGrove",meta_description:"Discover the entertaining expertise of Amit Sharma, as he shares his tips and tricks for stylish dining experiences at DecoGrove."},{name:"Neela Joshi",description:"Neela Joshi is a passionate gardener and landscape designer from Bangalore, who has spent the last 12 years transforming outdoor spaces into lush havens. Her work focuses on sustainable gardening practices and native plant selection.",meta_title:"Neela Joshi - Gardening Expert and Contributor at DecoGrove",meta_description:"Learn sustainable gardening tips from Neela Joshi, a Bangalore-based landscape designer with 12 years of experience, at DecoGrove."},{name:"Rajiv Nair",description:"Rajiv Nair is an architect and interior design blogger from Chennai, providing insights and inspirations in interior aesthetics for over a decade. His keen eye for detail and love for architecture complements his articles.",meta_title:"Rajiv Nair - Architect and Interior Design Blogger at DecoGrove",meta_description:"Explore architectural insights and interior design inspiration with Rajiv Nair, as he shares his expertise on DecoGrove."},{name:"Simran Mehta",description:"Simran Mehta is a freelance writer and lifestyle consultant specializing in home decor and entertaining. Based in Kolkata, she combines her knowledge in sociology and interior design to create engaging content.",meta_title:"Simran Mehta - Lifestyle Consultant and Writer at DecoGrove",meta_description:"Delve into lifestyle tips and decor advice with Simran Mehta, a freelance writer whose insights enhance home entertaining at DecoGrove."},{name:"Kabir Singh",description:"Kabir Singh is a well-known horticulturist from Pune, focusing on urban gardening and plant care. With certifications in botany and landscape design, he promotes the importance of green spaces in urban environments through his writing.",meta_title:"Kabir Singh - Horticulturist and Contributor at DecoGrove",meta_description:"Unlock urban gardening secrets with Kabir Singh, a Pune-based horticulturist passionate about green spaces, exclusively on DecoGrove."},{name:"Anita Bhattacharya",description:"Anita Bhattacharya is a seasoned designer and art enthusiast based in Hyderabad, specializing in blending art with interior decor. With over 15 years of experience, her articles inspire readers to incorporate art into their homes.",meta_title:"Anita Bhattacharya - Designer and Art Enthusiast at DecoGrove",meta_description:"Discover art-infused design insights from Anita Bhattacharya, a Hyderabad-based designer, as she shares her vision at DecoGrove."},{name:"Sunil Verma",description:"Sunil Verma, an expert in outdoor entertaining, hails from Chandigarh and brings over 7 years of expertise in event planning and home decor. His articles focus on creating memorable outdoor experiences.",meta_title:"Sunil Verma - Outdoor Entertaining Expert at DecoGrove",meta_description:"Get inspired by Sunil Verma's outdoor entertaining ideas and tips for memorable experiences at DecoGrove."},{name:"Vikram Desai",description:"Vikram Desai is a renowned interior stylist and author based in Surat. With over 14 years in the industry, he is known for his expertise in color theory and space planning, helping readers transform their homes.",meta_title:"Vikram Desai - Interior Stylist and Contributor at DecoGrove",meta_description:"Transform your space with Vikram Desai's expert interior styling advice and insights available exclusively at DecoGrove."},{name:"Riya Mehta",description:"Riya Mehta is an accomplished interior designer based in Mumbai, India. With over 10 years of experience in creating stunning spaces, she specializes in blending contemporary aesthetics with traditional Indian craftsmanship. Her work focuses on sustainable design practices, ensuring every project not only looks beautiful but is also environmentally friendly.",meta_title:"Riya Mehta - Expert Interior Designer | DecoGrove",meta_description:"Discover Riya Mehta's innovative interior design ideas at DecoGrove. With over 10 years of experience, she specializes in merging contemporary styles with Indian tradition."},{name:"Arvind Kapoor",description:"Arvind Kapoor is a seasoned gardener and landscape artist, known for his expertise in urban gardening and sustainable practices. Based in Bangalore, he offers workshops and seminars on planting techniques and garden design. His passion for greenery encourages homeowners to cultivate their gardens to enhance both beauty and productivity.",meta_title:"Arvind Kapoor - Urban Gardening Expert | DecoGrove",meta_description:"Learn about urban gardening with Arvind Kapoor at DecoGrove. An expert in sustainable practices, he empowers homeowners to create beautiful and productive gardens."},{name:"Nisha Singh",description:"Nisha Singh is a lifestyle blogger and entertaining expert with a flair for creating memorable gatherings. With a background in hospitality management, she brings a wealth of knowledge on hosting, food styling, and decor. Her practical tips and exquisite aesthetic sensibility inspire readers to elevate their home entertainment experiences.",meta_title:"Nisha Singh - Entertaining and Lifestyle Expert | DecoGrove",meta_description:"Explore entertaining tips and ideas with Nisha Singh at DecoGrove. A seasoned lifestyle blogger, she transforms gatherings into unforgettable experiences."},{name:"Suresh Reddy",description:"Suresh Reddy is an architectural designer who focuses on eco-friendly building solutions. With over 15 years of extensive experience, he integrates natural elements into his designs, creating harmonious living spaces. His commitment to sustainability has made him a thought leader in the field of interior architecture.",meta_title:"Suresh Reddy - Eco-Friendly Design Expert | DecoGrove",meta_description:"Join Suresh Reddy at DecoGrove as he shares insights on eco-friendly design and architecture. Transform your living spaces with sustainable practices."},{name:"Pooja Verma",description:"Pooja Verma is a certified Feng Shui master and interior design consultant. With a unique approach that combines ancient principles with modern aesthetics, she helps individuals achieve balance and harmony in their living spaces. Her workshops and articles are immensely popular among those seeking to enhance their homes energetically.",meta_title:"Pooja Verma - Feng Shui and Design Consultant | DecoGrove",meta_description:"Discover the transformative power of Feng Shui with Pooja Verma at DecoGrove. Enhance your home’s energy with her expert guidance and tips."},{name:"Karan Joshi",description:"Karan Joshi is an acclaimed home-styling expert and lifestyle influencer who specializes in minimalism and organization. Based in New Delhi, he shares innovative ideas on decluttering and styling spaces to achieve a minimalist yet functional aesthetic. His followers admire his practical and stylish approach to home decor.",meta_title:"Karan Joshi - Minimalist Home Stylist | DecoGrove",meta_description:"Transform your home with Karan Joshi's minimalist styling tips at DecoGrove. Embrace decluttering and functional design for a stylish living space."},{name:"Divya Iyer",description:"Divya Iyer is a gardening enthusiast and writer with a focus on organic gardening practices. She shares her experiences and knowledge through engaging articles that inspire readers to cultivate their own organic gardens. Residing in Kerala, she emphasizes the importance of sustainability and eco-conscious gardening.",meta_title:"Divya Iyer - Organic Gardening Advocate | DecoGrove",meta_description:"Join Divya Iyer at DecoGrove for insights on organic gardening. Discover tips and techniques to create a sustainable and flourishing garden."},{name:"Rajesh Gupta",description:"Rajesh Gupta is a seasoned event planner and entertaining specialist. With more than a decade of experience in crafting unique events, he combines creativity with practicality to deliver stunning parties and gatherings. His insights help readers master the art of celebration with effortless style.",meta_title:"Rajesh Gupta - Event Planning Expert | DecoGrove",meta_description:"Elevate your celebrations with Rajesh Gupta’s expertise at DecoGrove. Discover tips and ideas for planning unforgettable events and gatherings."},{name:"Sneha Talwar",description:"Sneha Talwar is a respected interior decorator and blogger known for her talent in transforming spaces into personalized havens. With a keen eye for detail and a passion for color theory, her designs reflect her clients' personalities and lifestyles. She regularly shares her insights on trends, DIY projects, and decor ideas.",meta_title:"Sneha Talwar - Interior Decorator and Blogger | DecoGrove",meta_description:"Explore the world of interior decor with Sneha Talwar at DecoGrove. Discover tips and trends to make your space uniquely yours."},{name:"Vedika Nair",description:"Vedika Nair is a passionate sustainable design advocate who blends her love for craft with modern aesthetics. With expertise in fabric design and upcycling, she encourages eco-friendly choices in home styling. As a prominent voice in the sustainable living community, she inspires readers to make thoughtful decor decisions.",meta_title:"Vedika Nair - Sustainable Design Advocate | DecoGrove",meta_description:"Explore sustainable design with Vedika Nair at DecoGrove. Learn about eco-friendly decor choices and creative upcycling for your home."},{name:"Emily Carter",description:"Emily Carter is a seasoned interior designer based in London, known for her modern eclectic style that blends vintage pieces with contemporary décor. With over a decade of experience and numerous projects in luxury apartments and boutique hotels, she writes about innovative design solutions and trends in the interior design industry.",meta_title:"Emily Carter - Interior Designer at DecoGrove",meta_description:"Explore the world of modern eclectic design with Emily Carter, an expert interior designer sharing trends, tips, and insights for your home at DecoGrove."},{name:"Julio Martinez",description:"Julio Martinez is a landscape architect from Barcelona, specializing in sustainable gardening practices and outdoor aesthetics. His extensive knowledge in permaculture and design has been featured in various gardening publications, and he is passionate about creating green spaces that enhance well-being.",meta_title:"Julio Martinez - Gardening Expert at DecoGrove",meta_description:"Discover sustainable gardening practices and outdoor design tips from Julio Martinez, a landscape architect at DecoGrove, bringing beauty to your garden."},{name:"Sofia Chen",description:"Sofia Chen is an entertaining expert and food stylist based in New York City. With a culinary degree and a flair for design, she has catered to high-profile events and shares her expertise in creating visually stunning and delicious occasions through her articles.",meta_title:"Sofia Chen - Entertaining Specialist at DecoGrove",meta_description:"Elevate your gatherings with expert entertaining tips from Sofia Chen, a food stylist, and event planner at DecoGrove, creating unforgettable experiences."},{name:"Liam O'Reilly",description:"Liam O'Reilly is an interior design consultant from Dublin, known for his minimalist and functional design approach. With a rich background in architecture and industrial design, he helps clients create spaces that are both beautiful and practical.",meta_title:"Liam O'Reilly - Interior Design Consultant at DecoGrove",meta_description:"Learn from Liam O'Reilly, a minimalist interior design consultant, as he shares practical design tips and creative solutions for your space at DecoGrove."},{name:"Aisha Khan",description:"Aisha Khan is a passionate gardener and eco-living advocate from Mumbai. With a focus on urban gardening and food security, she has led various community projects and workshops, inspiring others to cultivate their green thumbs.",meta_title:"Aisha Khan - Urban Gardening Advocate at DecoGrove",meta_description:"Join Aisha Khan in her journey toward sustainable urban gardening, sharing tips and ideas to help you grow your own food and beautify your environment at DecoGrove."},{name:"Michael Anderson",description:"Michael Anderson is a professional vintage furniture restorer and interior stylist based in Melbourne. Drawing from his extensive knowledge of design history, he provides insights into integrating vintage items into modern spaces seamlessly.",meta_title:"Michael Anderson - Vintage Styling Expert at DecoGrove",meta_description:"Discover vintage styling tips and restoration secrets with Michael Anderson, an expert in creating timeless interiors with DecoGrove."},{name:"Rina Tan",description:"Rina Tan is a floral designer and entertaining enthusiast based in Singapore. Her unique ability to blend colors and textures creates breathtaking floral arrangements that enhance any event. Rina also shares creative decorating ideas to inspire others.",meta_title:"Rina Tan - Floral Design Aficionado at DecoGrove",meta_description:"Transform your events with Rina Tan's stunning floral designs and decorating ideas, inspiring beauty and creativity at DecoGrove."},{name:"David Kim",description:"David Kim is a renowned chef and home entertaining expert from Toronto. His passion for culinary art and design allows him to create unforgettable dining experiences, leading workshops on table arrangements and themed dinners.",meta_title:"David Kim - Culinary Entertaining Expert at DecoGrove",meta_description:"Elevate your dining experiences with David Kim, a chef and entertaining expert sharing culinary artistry and design principles at DecoGrove."},{name:"Clara Roberts",description:"Clara Roberts is an eco-conscious interior designer and advocate for sustainable living, located in Vancouver. With years of experience in green building and design, she emphasizes the importance of eco-friendly materials and practices in interior design.",meta_title:"Clara Roberts - Eco-Friendly Interior Designer at DecoGrove",meta_description:"Discover eco-friendly interior design solutions and sustainable living tips with Clara Roberts, inspiring a healthier planet at DecoGrove."},{name:"Tomáš Novák",description:"Tomáš Novák is a landscape designer from Prague, specializing in creating captivating outdoor spaces for residential properties. With expertise in hardscaping and native plant selection, he shares practical advice for thriving gardens.",meta_title:"Tomáš Novák - Landscape Designer at DecoGrove",meta_description:"Transform your outdoor spaces with expert advice from Tomáš Novák, a landscape designer dedicated to creating sustainable and beautiful gardens at DecoGrove."},{name:"Maria Rodriguez",description:"Maria Rodriguez is an award-winning interior designer based in Barcelona, Spain. With over 15 years of experience in the industry, she specializes in creating eco-friendly and sustainable living spaces. Her work has been featured in prestigious design magazines, and she is passionate about blending aesthetics with functionality to create harmonious environments.",meta_title:"Maria Rodriguez - Eco-Friendly Interior Designer at DecoGrove",meta_description:"Explore the innovative interior design ideas of Maria Rodriguez, an expert in sustainable living spaces and eco-friendly interiors. Discover tips and insights on creating beautiful, green homes."},{name:"James Lee",description:"James Lee is a landscaping expert hailing from Vancouver, Canada. With a degree in Landscape Architecture, he has spent over a decade designing breathtaking gardens that enhance outdoor living. James is known for incorporating native plants and sustainable practices into his designs, making him a favorite among eco-conscious homeowners.",meta_title:"James Lee - Landscape Architect and Gardening Specialist at DecoGrove",meta_description:"Uncover the secrets of stunning garden designs with James Lee, an expert in landscaping and sustainable gardening practices. Learn how to create beautiful outdoor spaces that thrive."},{name:"Sophie Chen",description:"Sophie Chen is a celebrated lifestyle blogger and entertaining expert from Sydney, Australia. With a keen eye for aesthetics, she shares creative ideas for hosting, home decor, and seasonal celebrations. Her engaging articles have garnered a loyal following as she emphasizes the importance of making every gathering memorable.",meta_title:"Sophie Chen - Entertaining and Lifestyle Expert at DecoGrove",meta_description:"Join Sophie Chen as she shares her creative entertaining ideas and stylish décor tips for unforgettable gatherings. Get inspired and elevate your hosting game!"},{name:"Liam Patel",description:"Liam Patel is an interior designer and DIY enthusiast based in London, UK. With over 8 years of experience, he is known for his budget-friendly design solutions that transform spaces with innovative crafts. Liam's mission is to empower homeowners to create beautiful interiors without breaking the bank.",meta_title:"Liam Patel - Budget-Friendly Interior Designer at DecoGrove",meta_description:"Discover cost-effective interior design tips and DIY craft ideas from Liam Patel. Turn your home into a stylish haven without spending a fortune."},{name:"Elena Popova",description:"Elena Popova is a horticulturist and gardening coach located in Moscow, Russia. With a passion for permaculture and urban gardening, she helps city dwellers grow their own food and beautify their spaces. Elena regularly conducts workshops and shares her knowledge through engaging articles.",meta_title:"Elena Popova - Horticulturist and Urban Gardening Coach at DecoGrove",meta_description:"Learn urban gardening techniques and horticulture tips with Elena Popova. Transform your small outdoor space into a thriving green oasis, no matter where you live."},{name:"Oliver Schmidt",description:"Oliver Schmidt is an expert in vintage interior styling based in Berlin, Germany. With a background in art history, he brings a unique perspective to interior design, focusing on embracing the charm of vintage pieces. Oliver’s articles are filled with tips on mixing old and new for a cohesive aesthetic.",meta_title:"Oliver Schmidt - Vintage Styling Expert at DecoGrove",meta_description:"Explore vintage interior design with Oliver Schmidt, an expert in combining antique charm and modern styles. Discover tips on how to create a timeless décor in your home."},{name:"Chloe Dubois",description:"Chloe Dubois is a seasoned event planner and entertaining enthusiast from Paris, France. With over a decade of experience in the industry, she specializes in hosting stylish soirées and creating enchanting atmospheres. Chloe’s articles provide practical advice on everything from table settings to seasonal themes.",meta_title:"Chloe Dubois - Event Planning and Entertaining Specialist at DecoGrove",meta_description:"Get inspired for your next event with expert tips from Chloe Dubois. Elevate your entertaining game with creative ideas for stunning gatherings and celebrations."},{name:"Noah O'Connor",description:"Noah O'Connor is a modern design advocate and interior stylist based in Dublin, Ireland. He focuses on minimalist aesthetics and efficient use of space. Through his work, Noah aims to show that less is more while maintaining warmth and comfort in interiors.",meta_title:"Noah O'Connor - Modern Minimalist Interior Stylist at DecoGrove",meta_description:"Explore minimalist design concepts with Noah O'Connor. Learn how to achieve a stylish and functional home by embracing simplicity and thoughtful styling."},{name:"Priya Nair",description:"Priya Nair is an expert in sustainable gardening and landscaping from New Delhi, India. With a focus on creating eco-friendly landscapes that promote biodiversity, she shares innovative gardening techniques and principles of permaculture. Priya believes in the power of plants to heal both the environment and people's lives.",meta_title:"Priya Nair - Sustainable Gardening Expert at DecoGrove",meta_description:"Discover sustainable gardening practices with Priya Nair. Learn how to create beautiful, eco-friendly landscapes that contribute to a healthier environment."},{name:"Marco Antonelli",description:"Marco Antonelli is a renowned interior architect and furniture designer based in Milan, Italy. With a rich background in design and art, Marco focuses on creating harmonious interiors that marry functionality with artistic expression. His work has been celebrated globally and inspires design enthusiasts.",meta_title:"Marco Antonelli - Interior Architect and Designer at DecoGrove",meta_description:"Dive into the world of design with Marco Antonelli, an interior architect focused on blending functionality with artistic style. Discover unique insights on creating beautiful spaces."}],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:#1c3f2c;--theme-color-8:#2f5b39;--theme-color-7:#4f7f4d;--theme-color-6:#6fbf70;--theme-color-5:#88df8a;--theme-color-3:#b7eb8f;--theme-color-2:#d9f7be;--color-bg-layout:#fefefc;--color-bg-hover:#e6e6e6;--article-border-radius:25px;--btn-border-radius:15px;--category-border-radius:30px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -0,0 +1,315 @@
1
+ export declare const dataStructure: {
2
+ interiorDesign: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ modernStyles: {
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
+ spaceOptimization: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ homeDecorTrends: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ furnitureSelection: {
32
+ title: string;
33
+ description: string;
34
+ slug: string;
35
+ children: null;
36
+ };
37
+ other: {
38
+ title: string;
39
+ description: string;
40
+ slug: string;
41
+ children: null;
42
+ };
43
+ };
44
+ };
45
+ entertaining: {
46
+ title: string;
47
+ description: string;
48
+ slug: string;
49
+ children: {
50
+ dinnerPartyIdeas: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ themedEvents: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ cocktailRecipes: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ guestEtiquette: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ partyGames: {
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
+ organicGardening: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ containerGardening: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ seasonalPlants: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ landscapeDesign: {
112
+ title: string;
113
+ description: string;
114
+ slug: string;
115
+ children: null;
116
+ };
117
+ indoorPlants: {
118
+ title: string;
119
+ description: string;
120
+ slug: string;
121
+ children: null;
122
+ };
123
+ other: {
124
+ title: string;
125
+ description: string;
126
+ slug: string;
127
+ children: null;
128
+ };
129
+ };
130
+ };
131
+ homeImprovement: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: {
136
+ renovationTips: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ dIYProjects: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ ecoFriendlyMaterials: {
149
+ title: string;
150
+ description: string;
151
+ slug: string;
152
+ children: null;
153
+ };
154
+ budgetingForRenovations: {
155
+ title: string;
156
+ description: string;
157
+ slug: string;
158
+ children: null;
159
+ };
160
+ homeMaintenance: {
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
+ seasonalDecor: {
175
+ title: string;
176
+ description: string;
177
+ slug: string;
178
+ children: {
179
+ holidayThemes: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ centerpieceIdeas: {
186
+ title: string;
187
+ description: string;
188
+ slug: string;
189
+ children: null;
190
+ };
191
+ outdoorDecor: {
192
+ title: string;
193
+ description: string;
194
+ slug: string;
195
+ children: null;
196
+ };
197
+ seasonalColorPalettes: {
198
+ title: string;
199
+ description: string;
200
+ slug: string;
201
+ children: null;
202
+ };
203
+ tableSettingIdeas: {
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
+ lifestyleEnhancement: {
218
+ title: string;
219
+ description: string;
220
+ slug: string;
221
+ children: {
222
+ mindfulLiving: {
223
+ title: string;
224
+ description: string;
225
+ slug: string;
226
+ children: null;
227
+ };
228
+ homeOrganization: {
229
+ title: string;
230
+ description: string;
231
+ slug: string;
232
+ children: null;
233
+ };
234
+ smartHomeTechnology: {
235
+ title: string;
236
+ description: string;
237
+ slug: string;
238
+ children: null;
239
+ };
240
+ wellnessSpaces: {
241
+ title: string;
242
+ description: string;
243
+ slug: string;
244
+ children: null;
245
+ };
246
+ personalStyle: {
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
+ ecoSustainability: {
261
+ title: string;
262
+ description: string;
263
+ slug: string;
264
+ children: {
265
+ greenBuilding: {
266
+ title: string;
267
+ description: string;
268
+ slug: string;
269
+ children: null;
270
+ };
271
+ sustainableGardening: {
272
+ title: string;
273
+ description: string;
274
+ slug: string;
275
+ children: null;
276
+ };
277
+ ecoFriendlyProducts: {
278
+ title: string;
279
+ description: string;
280
+ slug: string;
281
+ children: null;
282
+ };
283
+ recyclingTips: {
284
+ title: string;
285
+ description: string;
286
+ slug: string;
287
+ children: null;
288
+ };
289
+ energyEfficiency: {
290
+ title: string;
291
+ description: string;
292
+ slug: string;
293
+ children: null;
294
+ };
295
+ other: {
296
+ title: string;
297
+ description: string;
298
+ slug: string;
299
+ children: null;
300
+ };
301
+ };
302
+ };
303
+ };
304
+ export declare const authors: Record<string, string>;
305
+ export declare const authorsNames: string[];
306
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF89\uD83C\uDF3F\u270D\uFE0F";
307
+ export declare const categories: ("interiorDesign" | "entertaining" | "gardening" | "seasonalDecor" | "homeImprovement" | "lifestyleEnhancement" | "ecoSustainability")[];
308
+ export declare const subcategories: string[];
309
+ export declare const subsubcategories: string[];
310
+ export type Category = keyof typeof dataStructure;
311
+ export type CategoryNode = (typeof dataStructure)[Category];
312
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
313
+ export declare const startDate = "2024-09-18T00:00:00Z";
314
+ export declare const devBucketName = "idn-gardilo-dev";
315
+ export declare const prodBucketName = "idn-gardilo";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={interiorDesign:{title:"Explore Modern Interior Design Ideas 🏡 | Elevate Your Space",description:"Delve into innovative interior design trends, tips, and insights to transform your living space. Discover creativity that inspires! 🌟",slug:"explore-modern-interior-design-ideas",children:{modernStyles:{title:"Unlock Modern Styles for Your Home 🛋️ | Design Inspiration",description:"Discover the essence of modern styles in home decor. Explore unique designs, trends, and techniques to inspire your creativity and elevate your environment! 🌈",slug:"unlock-modern-styles-for-your-home",children:null},colorTheory:{title:"Mastering Color Theory in Interior Design 🎨 | Your Palette Guide",description:"Learn the fundamentals of color theory and how to apply it to your interior design projects. Create stunning spaces that resonate with you! 🏡✨",slug:"mastering-color-theory-in-interior-design",children:null},spaceOptimization:{title:"Effective Space Optimization Techniques 🏠 | Maximize Your Area",description:"Uncover space optimization strategies to efficiently utilize your living areas. Transform even small spaces into stylish havens! 🌟📐",slug:"effective-space-optimization-techniques",children:null},homeDecorTrends:{title:"Latest Home Decor Trends to Transform Your Space 🪴 | Stay Informed",description:"Stay updated with the latest home decor trends that will redefine your living areas. Infuse style with our expert insights and tips! 🏡✨",slug:"latest-home-decor-trends-to-transform-your-space",children:null},furnitureSelection:{title:"Expert Furniture Selection Tips 🛋️ | Curate Your Dream Space",description:"Explore essential tips on selecting furniture that complements your style and meets your needs. Create a cohesive and beautiful environment! 🌟",slug:"expert-furniture-selection-tips",children:null},other:{title:"Unique Interior Design Concepts 💡 | Beyond the Basics",description:"Explore unique and innovative concepts in interior design that go beyond traditional styles. Inspire your creativity and redefine your space! ✨",slug:"unique-interior-design-concepts",children:null}}},entertaining:{title:"Creative Entertaining Ideas for Memorable Gatherings 🎉",description:"Explore innovative entertaining tips and ideas to make your gatherings unforgettable. Discover trends and traditions with Gardilo! 🍽️",slug:"creative-entertaining-ideas",children:{dinnerPartyIdeas:{title:"Delicious Dinner Party Ideas for Every Occasion 🍷",description:"Discover scrumptious dinner party ideas with unique themes and menus to impress your guests. Elevate your hosting game with creative dining options! 🍽️",slug:"delicious-dinner-party-ideas",children:null},themedEvents:{title:"Fun Themed Events to Spice Up Your Gatherings 🎭",description:"Explore exciting themed event ideas that will leave your guests delighted. Choose from elegant to playful themes that fit any occasion! 🥳",slug:"fun-themed-events",children:null},cocktailRecipes:{title:"Amazing Cocktail Recipes for Every Taste 🍹",description:"Shake up your entertaining with tantalizing cocktail recipes that cater to everyone's palate. Impress guests with your bartending skills! 🍸",slug:"amazing-cocktail-recipes",children:null},guestEtiquette:{title:"Essential Guest Etiquette Tips for Perfect Hosts 🤝",description:"Master the art of guest etiquette with essential tips for graceful hosting and courteous behavior. Ensure your gatherings are a success! 🌟",slug:"essential-guest-etiquette",children:null},partyGames:{title:"Engaging Party Games to Keep Everyone Entertained 🎲",description:"Delight your guests with engaging party games that spark fun and laughter. Explore games suited for all ages to enhance your gatherings! 🎉",slug:"engaging-party-games",children:null},other:{title:"Unique Entertaining Ideas Beyond the Ordinary ✨",description:"Uncover unique entertaining ideas that go beyond traditional gatherings. Let your creativity shine with fresh concepts for memorable events! 🦄",slug:"unique-entertaining-ideas",children:null}}},gardening:{title:"Gardening Tips & Trends: Elevate Your Green Space 🌿",description:"Explore exciting gardening ideas, techniques, and inspiration for your green oasis. Discover tips for thriving gardens today! 🌼",slug:"gardening-tips-trends",children:{organicGardening:{title:"Organic Gardening: Grow Naturally & Sustainably 🌱",description:"Learn how to grow your own organic produce and plants sustainably. Discover insightful tips for thriving organic gardens! 🍅",slug:"organic-gardening",children:null},containerGardening:{title:"Container Gardening: Space-Savvy Green Spaces 🌸",description:"Transform limited spaces with container gardening techniques. Discover creative ideas for vibrant container gardens! 🌿",slug:"container-gardening",children:null},seasonalPlants:{title:"Seasonal Plants: Grow With the Seasons 🌼",description:"Embrace the beauty of seasonal plants! Get tips on which plants to cultivate throughout the year for a stunning garden. 🌷",slug:"seasonal-plants",children:null},landscapeDesign:{title:"Landscape Design: Craft Beautiful Outdoor Spaces 🌳",description:"Discover innovative landscape design ideas that enhance your outdoor spaces. Bring your garden vision to life with expert tips! 🌿",slug:"landscape-design",children:null},indoorPlants:{title:"Indoor Plants: Bring Nature Inside Your Home 🪴",description:"Transform your living space with indoor plants! Explore tips for selecting, caring for, and creatively displaying indoor greenery. 🍃",slug:"indoor-plants",children:null},other:{title:"Other Gardening Topics: Explore Diverse Gardening Ideas 🌻",description:"Dive into other unique gardening topics! Uncover diverse gardening techniques, tips, and inspiration for every enthusiast. 🌺",slug:"other-gardening-topics",children:null}}},homeImprovement:{title:"Expert Home Improvement Tips for Your Living Space 🛠️",description:"Discover essential home improvement tips to elevate your living spaces. Transform your home with expert insight, practical ideas, and innovative solutions! 🌟",slug:"home-improvement-tips",children:{renovationTips:{title:"Renovation Tips to Enhance Your Home 🏡",description:"Unlock the secrets of effective renovations! Get expert tips to ensure your home makeover is stylish and successful while maximizing comfort. 🛠️✨",slug:"renovation-tips",children:null},dIYProjects:{title:"Fun DIY Projects to Brighten Your Home 🎨",description:"Explore DIY projects that unleash creativity and enhance your home décor. From simple crafts to full-scale renovations, find your next project here! 🏠💖",slug:"diy-projects",children:null},ecoFriendlyMaterials:{title:"Eco-Friendly Materials for Sustainable Homes 🌱",description:"Discover eco-friendly materials that make your home both beautiful and sustainable. Embrace green living with innovative home solutions! ♻️🏠",slug:"eco-friendly-materials",children:null},budgetingForRenovations:{title:"Budgeting for Renovations: Smart Financial Tips 💰",description:"Master your renovation budget with our smart tips. Learn how to allocate funds wisely for home improvements while avoiding unexpected costs. 📊🏡",slug:"budgeting-for-renovations",children:null},homeMaintenance:{title:"Essential Home Maintenance Tips for Every Season 🛠️",description:"Stay ahead with essential home maintenance tips. Keep your space safe, functional, and welcoming all year round with our expert advice! 📆✨",slug:"home-maintenance",children:null},other:{title:"Other Home Improvement Ideas for Creative Spaces 🌟",description:"Unleash your creativity with diverse home improvement ideas. Find inspiration for unconventional projects that express your personal style! 🖌️🌍",slug:"other-home-improvement-ideas",children:null}}},seasonalDecor:{title:"Seasonal Decor Ideas to Transform Your Space 🌟",description:"Explore vibrant seasonal decor ideas perfect for elevating your home aesthetics. Find tips on themes, centerpieces, and more! 🌼",slug:"seasonal-decor",children:{holidayThemes:{title:"Creative Holiday Themes for Every Celebration 🎉",description:"Discover enchanting holiday themes that set the mood for your celebrations. From cozy to chic, make every occasion memorable! 🎊",slug:"holiday-themes",children:null},centerpieceIdeas:{title:"Stunning Centerpiece Ideas for Your Table 🌻",description:"Bring elegance to your dining experience with stunning centerpiece ideas that captivate guests and beautify your space. 🍽️",slug:"centerpiece-ideas",children:null},outdoorDecor:{title:"Charming Outdoor Decor Ideas for Your Garden 🌳",description:"Elevate your outdoor spaces with charming decor ideas that enhance the beauty of your garden and provide a welcoming ambiance. 🌞",slug:"outdoor-decor",children:null},seasonalColorPalettes:{title:"Inspiring Seasonal Color Palettes for Decor 🎨",description:"Explore inspiring seasonal color palettes that breathe new life into your home décor and reflect the beauty of each season! 🌈",slug:"seasonal-color-palettes",children:null},tableSettingIdeas:{title:"Elegant Table Setting Ideas for Every Occasion 🍷",description:"Learn elegant table setting ideas that wow your guests and create a memorable dining experience for all special occasions! 🥂",slug:"table-setting-ideas",children:null},other:{title:"Unique Seasonal Decor Tips and Tricks 💡",description:"Uncover unique seasonal decor tips and tricks that add a personal touch to your home and inspire creativity in every corner! 🌿",slug:"other-decor-tips",children:null}}},lifestyleEnhancement:{title:"Enhance Your Lifestyle: Mindful Living, Smart Homes & More",description:"Explore lifestyle enhancement tips on mindful living, home organization, wellness spaces, and more! Transform your environment today! 🏡✨",slug:"lifestyle-enhancement",children:{mindfulLiving:{title:"Mindful Living: Create Spaces that Inspire Calm",description:"Discover tips and strategies for mindful living that promote tranquility and peace in your home. 🧘‍♀️🌿 Find harmony in every corner!",slug:"mindful-living",children:null},homeOrganization:{title:"Home Organization: Master the Art of Tidiness",description:"Learn effective home organization strategies to declutter and optimize your living spaces. Embrace a neat home now! 🗂️✨",slug:"home-organization",children:null},smartHomeTechnology:{title:"Smart Home Technology: Elevate Your Living Experience",description:"Explore the latest in smart home technology to transform your living environment into a comfortable sanctuary. 🏠💡 Discover innovations now!",slug:"smart-home-technology",children:null},wellnessSpaces:{title:"Wellness Spaces: Crafting Environments for Health",description:"Create wellness spaces at home that promote relaxation, health, and rejuvenation. 🌸🧘‍♂️ Design your oasis today!",slug:"wellness-spaces",children:null},personalStyle:{title:"Personal Style: Express Yourself Through Design",description:"Discover how to express your unique personal style through interior design that resonates with you. 🎨🛋️ Unleash your creativity!",slug:"personal-style",children:null},other:{title:"Other Lifestyle Enhancements: Explore Unique Ideas",description:"Dive into various other lifestyle enhancement ideas to refresh and inspire your living spaces. 🌈✨ From DIY to decor!",slug:"other-lifestyle-enhancements",children:null}}},ecoSustainability:{title:"Explore Sustainable Living Practices for a Greener Future 🌿",description:"Discover eco-friendly initiatives to enhance your lifestyle! Uncover insights on green building, sustainable gardening, recycling, and more. 🌍",slug:"eco-sustainability",children:{greenBuilding:{title:"Green Building Techniques for Sustainable Architecture 🏡",description:"Learn about innovative green building techniques that promote sustainability and energy efficiency, enhancing your living spaces. 🌱",slug:"green-building",children:null},sustainableGardening:{title:"Sustainable Gardening Tips for Eco-Conscious Gardeners 🌼",description:"Unlock the secrets of sustainable gardening with effective practices to nurture your plants while caring for the environment. 🌷",slug:"sustainable-gardening",children:null},ecoFriendlyProducts:{title:"Top Eco-Friendly Products for a Sustainable Home 🛍️",description:"Discover the best eco-friendly products that can make your home sustainable and stylish without compromising on quality. 🌍",slug:"eco-friendly-products",children:null},recyclingTips:{title:"Recycling Tips to Reduce Waste and Protect Our Planet ♻️",description:"Get practical recycling tips that help you reduce waste and make a positive impact on the environment. Every action counts! 🌎",slug:"recycling-tips",children:null},energyEfficiency:{title:"Energy Efficiency Strategies for Green Living 💡",description:"Explore essential energy efficiency strategies that can lower your utility bills and promote a sustainable lifestyle. 🌞",slug:"energy-efficiency",children:null},other:{title:"Additional Eco-Sustainability Resources and Insights 🌳",description:"Dive into additional resources and insights related to eco-sustainability that inspire and educate towards a greener lifestyle. 📚",slug:"other",children:null}}}},t=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),n=e.AUTHORS_INFO.map((e=>e.name)),r="🏡🎉🌿✍️",o=Object.keys(i),s=[],a=[];for(const e of o){const t=i[e];if(null==t?void 0:t.children){s.push(...Object.keys(t.children));for(const e of s){const i=t.children[e];(null==i?void 0:i.children)&&a.push(...Object.keys(i.children))}}}const l="2024-09-18T00:00:00Z",c="gardilo",d=`idn-${c}-dev`,u=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=t,exports.authorsNames=n,exports.categories=o,exports.dataStructure=i,exports.devBucketName=d,exports.prodBucketName=u,exports.startDate=l,exports.subcategories=s,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ DesignStyles = "Design Styles",
3
+ EntertainingThemes = "Entertaining Themes",
4
+ GardeningTypes = "Gardening Types",
5
+ RoomFocus = "Room Focus",
6
+ SkillLevel = "Skill Level"
7
+ }
8
+ type DesignStyles = 'Modern' | 'Bohemian' | 'Minimalist' | 'Rustic' | 'Industrial';
9
+ type EntertainingThemes = 'Garden Parties' | 'Dinner Gatherings' | 'Cocktail Evenings' | 'Brunch Buffets' | 'Seasonal Celebrations';
10
+ type GardeningTypes = 'Container Gardening' | 'Vegetable Gardening' | 'Flower Gardening' | 'Indoor Plants' | 'Sustainable Gardening';
11
+ type RoomFocus = 'Living Room' | 'Kitchen' | 'Bedroom' | 'Outdoor Spaces' | 'Home Office';
12
+ type SkillLevel = 'Beginner' | 'Intermediate' | 'Advanced' | 'Expert' | 'DIY Enthusiast';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.DesignStyles]: DesignStyles[];
15
+ [FiltersNames.EntertainingThemes]: EntertainingThemes[];
16
+ [FiltersNames.GardeningTypes]: GardeningTypes[];
17
+ [FiltersNames.RoomFocus]: RoomFocus[];
18
+ [FiltersNames.SkillLevel]: SkillLevel[];
19
+ };
20
+ export declare const designStylesValues: DesignStyles[];
21
+ export declare const entertainingThemesValues: EntertainingThemes[];
22
+ export declare const gardeningTypesValues: GardeningTypes[];
23
+ export declare const roomFocusValues: RoomFocus[];
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={})).DesignStyles="Design Styles",e.EntertainingThemes="Entertaining Themes",e.GardeningTypes="Gardening Types",e.RoomFocus="Room Focus",e.SkillLevel="Skill Level";const s=["Modern","Bohemian","Minimalist","Rustic","Industrial"],t=["Garden Parties","Dinner Gatherings","Cocktail Evenings","Brunch Buffets","Seasonal Celebrations"],i=["Container Gardening","Vegetable Gardening","Flower Gardening","Indoor Plants","Sustainable Gardening"],r=["Living Room","Kitchen","Bedroom","Outdoor Spaces","Home Office"],n=["Beginner","Intermediate","Advanced","Expert","DIY Enthusiast"],l={[exports.FiltersNames.DesignStyles]:[],[exports.FiltersNames.EntertainingThemes]:[],[exports.FiltersNames.GardeningTypes]:[],[exports.FiltersNames.RoomFocus]:[],[exports.FiltersNames.SkillLevel]:[]},o={[exports.FiltersNames.DesignStyles]:s,[exports.FiltersNames.EntertainingThemes]:t,[exports.FiltersNames.GardeningTypes]:i,[exports.FiltersNames.RoomFocus]:r,[exports.FiltersNames.SkillLevel]:n},a=()=>JSON.stringify(o,null,2);exports.designStylesValues=s,exports.entertainingThemesValues=t,exports.fullFilters=o,exports.gardeningTypesValues=i,exports.getFiltersTypesJSON=a,exports.initialFilters=l,exports.roomFocusValues=r,exports.skillLevelValues=n;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),s=require("./helpers.js"),r=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),i=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.designStylesValues=t.designStylesValues,exports.entertainingThemesValues=t.entertainingThemesValues,exports.fullFilters=t.fullFilters,exports.gardeningTypesValues=t.gardeningTypesValues,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.roomFocusValues=t.roomFocusValues,exports.skillLevelValues=t.skillLevelValues,exports.getDefaultImagesFrontmatter=s.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=s.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=r.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=r.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=r.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=o.AUTHORS_INFO,exports.AUTHORS_META=o.AUTHORS_META,exports.PAGES_SEO=o.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return o.PageNames}}),exports.gpt35Articles=a,exports.gpt4oMiniArticles=p,exports.END_STEP=i.END_STEP,exports.FILTERS_INFO=i.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=i.IMAGES_PROHIBITED_WORDS,exports.START_STEP=i.START_STEP,exports.TARGET_AUDIENCE=i.TARGET_AUDIENCE,exports.ZERO_SECTION=i.ZERO_SECTION,exports.portalInfo=i.portalInfo;
@@ -0,0 +1,7 @@
1
+ export declare const portalInfo = "The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: Gardilo is a dynamic infotainment portal that focuses on interior design, entertaining, and gardening. It serves as a one-stop resource for enthusiasts looking to elevate their living spaces and host memorable gatherings.\n - Detailed description: Gardilo is an engaging online portal that combines the aesthetics of interior design, the joy of entertaining, and the tranquility of gardening. With a rich library of articles, tips, and inspiration, Gardilo guides its readers through the latest trends in home d\u00E9cor, innovative entertaining ideas, and practical gardening advice. The platform features expert insights and practical how-tos, making it easy for both novices and experienced enthusiasts to enhance their environments. Whether you're seeking creative ways to style your home, throw the perfect dinner party, or cultivate your garden, Gardilo offers a wealth of resources designed to foster creativity and inspire action.\n - Target audience: Gardilo targets a diverse audience, including homeowners, interior design enthusiasts, garden lovers, and individuals interested in lifestyle enhancement. The primary demographic includes young professionals, families, and hobbyists aged 25-45, who are keen on developing their living spaces and entertaining effectively, while also appreciating the beauty of nature.\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 Trends\n - Current Popular Styles\n - Color Palettes for Modern Spaces\n\n## Entertaining Ideas\n - Theme-Based Dinner Parties\n - Seasonal Entertaining Tips\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Design Trends, 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: Gardilo is a dynamic infotainment portal that focuses on interior design, entertaining, and gardening. It serves as a one-stop resource for enthusiasts looking to elevate their living spaces and host memorable gatherings.\n - Detailed description: Gardilo is an engaging online portal that combines the aesthetics of interior design, the joy of entertaining, and the tranquility of gardening. With a rich library of articles, tips, and inspiration, Gardilo guides its readers through the latest trends in home décor, innovative entertaining ideas, and practical gardening advice. The platform features expert insights and practical how-tos, making it easy for both novices and experienced enthusiasts to enhance their environments. Whether you're seeking creative ways to style your home, throw the perfect dinner party, or cultivate your garden, Gardilo offers a wealth of resources designed to foster creativity and inspire action.\n - Target audience: Gardilo targets a diverse audience, including homeowners, interior design enthusiasts, garden lovers, and individuals interested in lifestyle enhancement. The primary demographic includes young professionals, families, and hobbyists aged 25-45, who are keen on developing their living spaces and entertaining effectively, while also appreciating the beauty of nature.\n\n",i="This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Design Trends\n - Current Popular Styles\n - Color Palettes for Modern Spaces\n\n## Entertaining Ideas\n - Theme-Based Dinner Parties\n - Seasonal Entertaining Tips\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Design Trends, IF it's applicable to the theme of the article.\n",n="highlighting the key points that will be discussed and the relevance of the topic",a="synthesizing the information presented throughout",r="homeowners, interior design enthusiasts, party hosts, gardening aficionados",o="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",s=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=a,exports.FILTERS_INFO=s,exports.IMAGES_PROHIBITED_WORDS=o,exports.START_STEP=n,exports.TARGET_AUDIENCE=r,exports.ZERO_SECTION=i,exports.portalInfo=t;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt35turbo/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),p=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),i=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=i,exports.getFiltersPrompt=p,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt4oMini/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),i=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),p=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=p,exports.getFiltersPrompt=i,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,4 @@
1
+ import { GetOpenAiBasedImagePrompt, GetStableDiffusionImagePrompt } from 'src/common/types';
2
+ export declare const getStableDiffusionImagePrompt: GetStableDiffusionImagePrompt;
3
+ export declare const getOpenAiBasedImagePrompt: GetOpenAiBasedImagePrompt;
4
+ export declare const getOpenAiBasedImagePromptDalle2: GetOpenAiBasedImagePrompt;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("../../common/prompts/images.js");const a=({title:a,alt:o,articleTitle:r})=>({prompt:`Award-winning hyper-real cinematic photo of a ${a}, ${o}, for an article ${r} from professional interior photograph for a glossy interior design magazine, gardening style photography, glossy gardening magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, foreground focus, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, no blur, depth of field, dof, film, bokeh, foreground focus, 35mm photograph`,negativePrompt:e.SD_NEGATIVE_PROMPT}),o=({title:e,alt:a,articleTitle:o})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${a}, for an article ${o} for a glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, food style, food style photography, professional food photography, commercial photography, foreground focus, recipes.com, delish.com, epicurious, instagram, 4K, 8K, volumetric light, octane render, uplight, no blur, depth of field, dof, bokeh, foreground focus. Please exclude any: Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, men, woman, people, hand, nands, leg, legs, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, cartoon, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, vignette, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, censored, rabs, muscular, rib, blurry, blur, grainy, teeth, low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, duplicate, airbrushed,, anime, semi-realistic, cgi, render, 3D, blender, digital art, manga, amateur, 3D, 3D Game, 3D Game Scene, 3D Character, bad hands, , bad body, bad face, bad teeth, bad arms, bad legs, deformities, drawing, deformed iris, deformed pupils, deformed, painting, crayon, sketch, graphite, impressionist, noisy, poorly drawn hands, poorly drawn face, poorly drawn eyes, mutation, bad proportions, cloned face, disfigured, gross proportions, malformed limbs, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, incoherent from this hyper-real illustration of a ${e}`,r=({title:e})=>`\n\tPhotorealistic highly detailed image of ingredients for ${e}, arranged professionally as if for a food photography shoot. image should showcase maximum detail realism, with a focus on foreground, emulating the style of a high-definition, 8k resolution professional food photograph. lighting should be volumetric and uplit, with a depth of field and bokeh effect, avoiding any blur for clarity. overall aesthetic should be reminiscent of the Kodak Portrait 800 style.\n\tNegative Prompt:\n\teasy-negative, cartoon, worst quality, low quality, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, blurry, blur, grainy, teeth, low resolution, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, airbrushed, anime, semi-realistic, cgi, render, 3D, blender, manga, amateur, 3D, 3D Game, drawing, sketch\n`;exports.getOpenAiBasedImagePrompt=o,exports.getOpenAiBasedImagePromptDalle2=r,exports.getStableDiffusionImagePrompt=a;
@@ -0,0 +1,23 @@
1
+ export interface PageSeoData {
2
+ title: string;
3
+ description: string;
4
+ }
5
+ export declare enum PageNames {
6
+ Authors = "authors",
7
+ Home = "home",
8
+ NotFound = "not-found",
9
+ AboutUs = "about-us",
10
+ PrivacyPolicy = "privacy-policy",
11
+ Terms = "terms",
12
+ Sitemap = "sitemap"
13
+ }
14
+ export type PagesSeo = Record<PageNames, PageSeoData>;
15
+ export interface AuthorInfo {
16
+ name: string;
17
+ description: string;
18
+ meta_title: string;
19
+ meta_description: string;
20
+ }
21
+ export declare const PAGES_SEO: PagesSeo;
22
+ export declare const AUTHORS_INFO: AuthorInfo[];
23
+ export declare const AUTHORS_META: Record<string, PageSeoData>;
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.PageNames=void 0,(e=exports.PageNames||(exports.PageNames={})).Authors="authors",e.Home="home",e.NotFound="not-found",e.AboutUs="about-us",e.PrivacyPolicy="privacy-policy",e.Terms="terms",e.Sitemap="sitemap";const i={[exports.PageNames.Authors]:{title:"Meet the Creative Minds Behind Gardilo 🌿",description:"Discover the talented authors of Gardilo, where interior design, entertaining, and gardening collide! Explore their insights and expertise for a beautiful home and joyful gatherings. ✨"},[exports.PageNames.Home]:{title:"Welcome to Gardilo: Your Infotainment Hub! 🌸",description:"Dive into the world of interior design, entertaining, and gardening! At Gardilo, find innovative tips, inspiring ideas, and everything you need to elevate your lifestyle. 🏡✨"},[exports.PageNames.NotFound]:{title:"Oops! Page Not Found 😟",description:"The page you’re looking for might be lost in the garden! 🌷 Check out our home page for inspiring ideas on interior design, entertaining, and gardening. 🌻"},[exports.PageNames.AboutUs]:{title:"About Gardilo: Your Lifestyle Inspiration 🌟",description:"Learn more about Gardilo and our passion for blending interior design, entertaining, and gardening tips to transform your living space and life. 💖🏡"},[exports.PageNames.PrivacyPolicy]:{title:"Gardilo Privacy Policy 🔒",description:"Your privacy matters to us! Read our privacy policy to understand how we protect your information while you explore interior design, entertaining, and gardening insights. 🌼"},[exports.PageNames.Terms]:{title:"Gardilo Terms of Service 📜",description:"Review the terms of service for Gardilo. Understand your rights and our commitments as you enjoy tips and ideas on interior design, entertaining, and gardening. 🌱"},[exports.PageNames.Sitemap]:{title:"Gardilo Sitemap: Navigate with Ease 🗺️",description:"Explore Gardilo's website effortlessly! Access our complete sitemap for quick links to all our articles on interior design, entertaining, and gardening. 🌿🌺"}},a=[{name:"Nisha Mehta",description:"Nisha Mehta is an award-winning interior designer based in Mumbai, India. With over a decade of experience in transforming spaces, she specializes in creating harmonious and stylish interiors that reflect the personality of her clients. Nisha is also a passionate writer, contributing insightful articles on design trends and tips.",meta_title:"Nisha Mehta - Interior Design Expert | Gardilo",meta_description:"Explore the world of interior design through Nisha Mehta's articles on Gardilo. Discover innovative ideas and tips for creating stunning interiors."},{name:"Ravi Kapoor",description:"Ravi Kapoor is a seasoned gardening expert and landscape designer hailing from Bangalore. With a rich background in horticulture and sustainable gardening practices, he has helped numerous individuals create beautiful outdoor spaces. Ravi shares his knowledge through engaging articles that inspire readers to connect with nature.",meta_title:"Ravi Kapoor - Gardening Specialist | Gardilo",meta_description:"Join Ravi Kapoor on Gardilo for expert gardening advice and inspiration. Learn how to cultivate a vibrant garden with his helpful articles."},{name:"Priya Singh",description:"Priya Singh is a lifestyle blogger and home entertaining specialist from Delhi. With her extensive experience in hosting events, she provides readers with creative tips for successful entertaining at home. Priya’s articles are filled with innovative ideas that blend style and practicality.",meta_title:"Priya Singh - Entertaining and Lifestyle Guru | Gardilo",meta_description:"Discover entertaining tips and lifestyle inspirations from Priya Singh on Gardilo. Elevate your hosting game with her creative ideas and insights."},{name:"Arjun Bhatia",description:"Arjun Bhatia is a celebrated interior designer and author from Kolkata. With a focus on sustainable design, he merges traditional aesthetics with modern sensibilities. His work has been recognized nationally, and his articles on Gardilo share valuable insights into eco-friendly design.",meta_title:"Arjun Bhatia - Sustainable Interior Designer | Gardilo",meta_description:"Read Arjun Bhatia’s expert insights on sustainable interior design on Gardilo. Explore eco-friendly solutions for your home décor."},{name:"Suman Gupta",description:"Suman Gupta is a passionate gardener and writer located in Ahmedabad. With a unique flair for floral design and landscape gardening, she imparts her expertise through articles that celebrate the art of gardening. Her enthusiasm for plants shines through her content on Gardilo.",meta_title:"Suman Gupta - Floral Design and Gardening Expert | Gardilo",meta_description:"Join Suman Gupta on Gardilo to explore gardening tips and floral design. Discover the joy of gardening with her insightful articles."},{name:"Vikram Desai",description:"Vikram Desai is an interior design consultant and home improvement specialist based in Pune. With years of hands-on experience in residential projects, he offers practical advice for homeowners looking to enhance their living spaces. Vikram’s insightful articles help readers navigate the world of interior design.",meta_title:"Vikram Desai - Home Improvement Consultant | Gardilo",meta_description:"Find practical home improvement tips from Vikram Desai on Gardilo. Enhance your living space with his expert advice and design insights."},{name:"Meera Sharma",description:"Meera Sharma is a renowned lifestyle and entertaining expert from Jaipur, specializing in creating memorable events and experiences. With an eye for detail and a flair for style, her articles guide readers in hosting perfect gatherings at home, making every occasion special.",meta_title:"Meera Sharma - Lifestyle and Entertaining Specialist | Gardilo",meta_description:"Unlock the secrets to hosting unforgettable gatherings with Meera Sharma on Gardilo. Explore her expert tips for stylish entertaining."},{name:"Rajesh Nair",description:"Rajesh Nair is a landscape architect and environmental consultant from Hyderabad. His expertise in designing green spaces reflects a commitment to sustainability and biodiversity. Through his articles on Gardilo, Rajesh inspires readers to create beautiful outdoor environments that support local ecosystems.",meta_title:"Rajesh Nair - Landscape Architect | Gardilo",meta_description:"Discover the art of landscape architecture with Rajesh Nair on Gardilo. Learn how to design green spaces that harmonize with nature."},{name:"Anjali Verma",description:"Anjali Verma is a vibrant interior stylist and decor enthusiast based in Chennai. With her extensive background in fashion design, she brings a unique perspective to interior styling. Anjali’s articles on Gardilo are filled with creative ideas and inspiration for personalizing living spaces.",meta_title:"Anjali Verma - Interior Stylist and Decor Enthusiast | Gardilo",meta_description:"Get inspired by Anjali Verma’s innovative interior styling tips on Gardilo. Transform your home décor with her creative ideas."},{name:"Kiran Joshi",description:"Kiran Joshi is an expert in home landscaping and gardening from Surat. With a talent for creating serene outdoor havens, she shares her knowledge through articles on Gardilo. Kiran’s commitment to sharing practical gardening tips makes her a wonderful resource for enthusiasts of all levels.",meta_title:"Kiran Joshi - Home Landscaping Expert | Gardilo",meta_description:"Join Kiran Joshi on Gardilo for practical gardening tips and landscaping ideas. Create your own serene outdoor paradise with her guidance."},{name:"Aditi Sharma",description:"Aditi Sharma is an accomplished interior designer with over a decade of experience in creating stunning spaces that blend aesthetics with functionality. Based in Mumbai, she specializes in modern Indian decor and has contributed her expertise to multiple well-known publications. She loves sharing tips on how to spruce up homes with minimal effort and budget.",meta_title:"Aditi Sharma - Interior Design Expert | Gardilo",meta_description:"Discover innovative interior design insights from Aditi Sharma, a seasoned professional with over 10 years of experience, exclusively on Gardilo."},{name:"Rahul Mehta",description:"Rahul Mehta is a passionate horticulturist and DIY enthusiast from Delhi, who merges his love for gardening with entertaining ideas. With years of experience in landscape design and gardening, he aims to inspire readers to create their green havens. His articles often feature unique gardening hacks that are both practical and inspiring.",meta_title:"Rahul Mehta - Gardening Guru & Entertaining Aficionado | Gardilo",meta_description:"Learn innovative gardening techniques and entertaining tips from Rahul Mehta, an experienced horticulturist, on Gardilo."},{name:"Pooja Verma",description:"Pooja Verma is a lifestyle blogger and interior design consultant from Bangalore. With a knack for creating beautiful home environments, she gives readers simple yet impactful solutions for enhancing their living spaces. Pooja has worked with numerous clients and is passionate about sharing her knowledge through engaging articles on interior styling.",meta_title:"Pooja Verma - Interior Design Consultant & Lifestyle Blogger | Gardilo",meta_description:"Transform your living space with expert advice from Pooja Verma, an interior design consultant at Gardilo."},{name:"Ajay Kapoor",description:"Ajay Kapoor is a seasoned design professional known for his innovative ideas in home decor and entertaining. With a rich background in both architecture and interior design, he resides in Pune and uses his expertise to help others create functional yet beautiful spaces filled with warmth and character.",meta_title:"Ajay Kapoor - Home Decor & Entertaining Specialist | Gardilo",meta_description:"Explore home decor ideas and entertaining tips from Ajay Kapoor, a leading design professional at Gardilo."},{name:"Neha Rao",description:"Neha Rao is a creative gardener and writer based in Chennai. With her extensive experience in organic gardening, she shares helpful tips and guides to empower readers to cultivate their gardens sustainably. Her passion for plants aligns perfectly with entertaining advice that incorporates greenery into home gatherings.",meta_title:"Neha Rao - Organic Gardening Expert & Entertaining Writer | Gardilo",meta_description:"Delve into sustainable gardening and entertaining insights from Neha Rao, a leading expert on Gardilo."},{name:"Varun Choudhury",description:"Varun Choudhury is a talented interior designer and lifestyle expert from Kolkata. Known for his vibrant and eclectic style, he draws inspiration from India's rich cultural heritage. Varun's writings often reflect his ability to creatively blend traditional and contemporary design elements, ideal for readers looking to enhance their homes.",meta_title:"Varun Choudhury - Interior Designer & Lifestyle Expert | Gardilo",meta_description:"Enhance your home design with creative insights from Varun Choudhury, an expert in blending traditional and contemporary elements at Gardilo."},{name:"Sofia Nair",description:"Sofia Nair is a gardening enthusiast and lifestyle writer from Hyderabad. With a focus on urban gardening, she provides innovative suggestions for city dwellers looking to cultivate their green spaces. Sofia's articles are filled with practical advice that helps readers bring nature into their homes and lives seamlessly.",meta_title:"Sofia Nair - Urban Gardening Specialist & Lifestyle Writer | Gardilo",meta_description:"Join Sofia Nair on Gardilo for expert tips on urban gardening and lifestyle enhancements that bring nature home."},{name:"Karan Singh",description:"Karan Singh is an experienced home decor blogger and entertaining expert based in Ahmedabad. With a thesis on feng shui in interior spaces, his articles guide readers towards creating harmonious living environments. Karan's engaging style makes him a well-loved resource for those wanting to elevate their home aesthetics.",meta_title:"Karan Singh - Home Decor Blogger & Feng Shui Expert | Gardilo",meta_description:"Transform your home into a harmonious space with insights from Karan Singh, a feng shui expert and blogger at Gardilo."},{name:"Shruti Agrawal",description:"Shruti Agrawal is a floral designer and event planner from Jaipur. Her unique sense of style and flair for detail allows her to organize breathtaking events and create stunning floral arrangements. She shares her knowledge through articles that inspire readers to incorporate flowers creatively in home decor and entertaining.",meta_title:"Shruti Agrawal - Floral Designer & Event Planner | Gardilo",meta_description:"Learn how to elevate your home and events with floral design tips from Shruti Agrawal, an expert in her field at Gardilo."},{name:"Rishi Kapoor",description:"Rishi Kapoor is a contemporary artist and gardening advocate from Chandigarh. Passionate about blending art with nature, Rishi's work revolves around creating botanical art pieces. He also writes extensively on eco-friendly gardening practices, encouraging readers to embrace sustainable lifestyles through gardening.",meta_title:"Rishi Kapoor - Contemporary Artist & Gardening Advocate | Gardilo",meta_description:"Explore the intersection of art and gardening with insights from Rishi Kapoor, a contemporary artist and environmentalist at Gardilo."},{name:"Nisha Anand",description:"Nisha Anand is an interior designer with over 15 years of experience in creating beautiful, functional spaces. Based in Mumbai, she has worked on numerous residential and commercial projects, blending contemporary design with traditional Indian aesthetics. Nisha is also passionate about sustainable design practices and frequently shares her insights on eco-friendly interior design.",meta_title:"Nisha Anand - Expert Interior Designer at Gardilo",meta_description:"Discover Nisha Anand's expertise in sustainable and contemporary interior design. With 15 years of experience, she creates beautiful spaces that blend tradition with modern aesthetics."},{name:"Arjun Mehta",description:"Arjun Mehta is a seasoned garden designer and horticulturist with over a decade of experience. He specializes in creating lush, sustainable gardens that thrive in urban environments. With a strong focus on native plants, Arjun aims to promote biodiversity while ensuring aesthetics. His articles focus on gardening tips, plant care, and landscape design.",meta_title:"Arjun Mehta - Gardening Expert at Gardilo",meta_description:"Explore Arjun Mehta's insights on urban gardening and sustainable landscape design. With ten years of experience, he promotes biodiversity and creates stunning garden spaces."},{name:"Deepika Sharma",description:"Deepika Sharma is an interior stylist and home décor consultant with a flair for creating inviting spaces. Over the last 8 years, she has honed her skills in color theory, furniture arrangement, and interior trends. Deepika enjoys writing about the latest home décor trends and DIY projects that elevate home aesthetics without breaking the bank.",meta_title:"Deepika Sharma - Home Décor Specialist at Gardilo",meta_description:"Dive into Deepika Sharma's expert advice on home styling and décor trends. With 8 years of experience, she shares DIY projects and tips for beautiful living spaces."},{name:"Rahul Khanna",description:"Rahul Khanna is an expert on entertaining and lifestyle with over 12 years of experience. His passion for thoughtfully curated gatherings translates to his writing, where he offers readers guidance on entertaining at home, themed parties, and culinary delights. Rahul aims to inspire readers to create memorable experiences with friends and family.",meta_title:"Rahul Khanna - Entertaining Specialist at Gardilo",meta_description:"Learn from Rahul Khanna, an expert in home entertaining and lifestyle. With 12 years of experience, he provides tips for memorable gatherings and culinary creativity."},{name:"Priya Verma",description:"Priya Verma is an award-winning landscape architect and gardening expert based in Bengaluru. With over 20 years of experience, her work emphasizes native plant landscaping and water conservation techniques. Priya's writing helps readers cultivate a deeper appreciation for nature while providing practical gardening tips and design ideas.",meta_title:"Priya Verma - Landscape Architect at Gardilo",meta_description:"Discover Priya Verma's expertise in native plant landscaping and water conservation. With 20 years of experience, she offers practical gardening advice and design tips."},{name:"Vikram Reddy",description:"Vikram Reddy is a seasoned home improvement expert with 15 years in the industry. His background in construction gives him a unique perspective on interior renovations and space planning. Vikram writes about practical tips for homeowners looking to upgrade their living spaces, focusing on budget-friendly solutions.",meta_title:"Vikram Reddy - Home Improvement Expert at Gardilo",meta_description:"Unleash your home's potential with Vikram Reddy's home improvement tips. With 15 years in the industry, he focuses on practical and budget-friendly renovation solutions."},{name:"Sangeeta Rao",description:"Sangeeta Rao is an interior designer specializing in Indian ethnic and traditional designs, blending heritage with modern trends. With 10 years of experience, she creates unique pieces that celebrate cultural richness. Sangeeta enjoys researching and writing about the importance of Indian art and antiques in contemporary interior design.",meta_title:"Sangeeta Rao - Ethnic Design Specialist at Gardilo",meta_description:"Explore Sangeeta Rao's insights on Indian ethnic designs and art from her 10 years of expertise. She blends heritage with modern trends to create unique home interiors."},{name:"Karan Shetty",description:"Karan Shetty is an acclaimed chef and entertaining consultant who helps individuals throw unforgettable dinner parties and gatherings. With a passion for combining culinary arts and home decor, Karan writes articles that guide readers through creating remarkable events filled with delicious food and beautiful settings.",meta_title:"Karan Shetty - Culinary and Entertaining Consultant at Gardilo",meta_description:"Join Karan Shetty, an acclaimed chef, for expert tips on hosting extraordinary dinner parties. His insights combine culinary delights and beautiful home décor."},{name:"Aditi Joshi",description:"Aditi Joshi is a passionate gardener and sustainable living advocate. She has written extensively for various lifestyle magazines over the last 7 years, focusing on eco-friendly gardening practices and homegrown food. Aditi aims to inspire readers to cultivate their own green spaces, promoting wellness and sustainability.",meta_title:"Aditi Joshi - Sustainability Advocate at Gardilo",meta_description:"Explore sustainable gardening with Aditi Joshi's expertise. With 7 years of experience, she offers eco-friendly tips for growing your own food and creating green spaces."},{name:"Sameer Gupta",description:"Sameer Gupta is an architect with a keen interest in interior spaces and landscape design. With over 18 years of experience, he blends architectural integrity with aesthetic design. Sameer writes on the intersection of architecture, interior design, and landscape, providing readers with a comprehensive view of how these elements work together.",meta_title:"Sameer Gupta - Architect and Design Writer at Gardilo",meta_description:"Learn about the intersection of architecture and design with Sameer Gupta. With 18 years of experience, he examines how interior and landscape design complement each other."},{name:"Riya Sharma",description:"Riya Sharma is an interior designer based in Mumbai with over 10 years of experience in residential and commercial spaces. Her keen eye for aesthetics and functionality has helped numerous clients create their dream interiors. In addition to her design work, Riya often writes about innovative design trends and tips for aspiring designers.",meta_title:"Riya Sharma - Expert Interior Designer and Writer at Gardilo",meta_description:"Discover Riya Sharma's insights on interior design, featuring her expert tips and creative ideas for transforming spaces. Join her journey at Gardilo."},{name:"Apoorva Patel",description:"Apoorva Patel is a seasoned landscape designer from New Delhi with a passion for sustainable gardening practices. With 15 years of experience in creating serene outdoor spaces, Apoorva shares her knowledge through engaging articles about gardening techniques, plant selections, and eco-friendly practices for a more sustainable lifestyle.",meta_title:"Apoorva Patel - Sustainable Gardening Expert at Gardilo",meta_description:"Explore gardening tips and sustainable practices from Apoorva Patel at Gardilo. Learn how to create beautiful outdoor spaces with her expert advice."},{name:"Karan Mehta",description:"Karan Mehta is a professional event planner and lifestyle blogger based in Bangalore. He specializes in elegant entertaining ideas and unique decor styles for all occasions. Karan's articles provide readers with creative insights into hosting memorable events while incorporating sophisticated design elements.",meta_title:"Karan Mehta - Event Planning and Entertaining Specialist at Gardilo",meta_description:"Get inspired by Karan Mehta's innovative entertaining ideas and event planning tips at Gardilo. Make every occasion special with his expert insights."},{name:"Neha Singh",description:"Neha Singh is a passionate home decor enthusiast and interior stylist from Kolkata. With over 8 years of experience, she enjoys experimenting with color patterns and design elements. Her articles focus on DIY home decor projects and practical solutions for enhancing residential spaces.",meta_title:"Neha Singh - DIY Home Decor Innovator at Gardilo",meta_description:"Discover DIY home decor tips and creative styling advice from Neha Singh at Gardilo. Transform your space with her innovative approaches."},{name:"Vikram Rao",description:"Vikram Rao is an experienced horticulturist and gardening writer based in Pune. He has dedicated over a decade to the study of plant care and horticultural techniques. Vikram’s articles promote gardening as a therapeutic hobby and provide guidance on cultivating both ornamental and edible plants.",meta_title:"Vikram Rao - Gardening Enthusiast and Horticulturist at Gardilo",meta_description:"Learn about gardening and plant care from Vikram Rao at Gardilo. Discover tips for cultivating beautiful gardens and connecting with nature."},{name:"Sanjana Desai",description:"Sanjana Desai is a luxury interior designer based in Hyderabad, specializing in high-end residential projects. With her extensive background in spatial design and color theory, she writes compelling articles about luxury trends and practical insights for homeowners wanting to elevate their spaces.",meta_title:"Sanjana Desai - Luxury Interior Designer at Gardilo",meta_description:"Elevate your home with tips from luxury interior designer Sanjana Desai at Gardilo. Explore high-end design trends and insights for sophisticated living."},{name:"Pooja Gupta",description:"Pooja Gupta is a popular gardening blogger and urban farmer based in Chandigarh. With a strong belief in organic gardening, she shares practical tips for small-space gardening and sustainable practices to help urban dwellers thrive in their home gardens.",meta_title:"Pooja Gupta - Urban Farming Advocate at Gardilo",meta_description:"Discover urban gardening tips and sustainable practices from Pooja Gupta at Gardilo. Transform your small spaces into flourishing green havens."},{name:"Ankit Chawla",description:"Ankit Chawla is a skilled interior architect and design consultant from Jaipur. With a focus on modern aesthetics and sustainable materials, he writes informative articles that bridge the gap between functionality and beauty in interior spaces, aimed at homeowners and fellow designers alike.",meta_title:"Ankit Chawla - Interior Architect and Design Consultant at Gardilo",meta_description:"Explore modern design insights and sustainable materials from Ankit Chawla at Gardilo. Learn how to infuse style and practicality into your interiors."},{name:"Maya Verma",description:"Maya Verma is a renowned lifestyle and decor writer based in Agra, who loves exploring cultural influences on design. With her diverse background, she writes about the intersections of tradition and modernity in interior decor, offering insights that inspire readers to create personalized spaces.",meta_title:"Maya Verma - Lifestyle and Decor Writer at Gardilo",meta_description:"Delve into the fusion of tradition and modernity in design with lifestyle writer Maya Verma at Gardilo. Find inspiration for your unique decor style."},{name:"Sofia Martinez",description:"Sofia is a seasoned interior designer based in Barcelona, Spain. With over a decade of experience in creating harmonious living spaces, her work emphasizes the blend of functionality and aesthetics. Alongside her design projects, she shares her expertise through engaging articles that inspire readers to transform their own homes.",meta_title:"Sofia Martinez - Interior Design Expert | Gardilo",meta_description:"Discover inspiring tips and expert advice from Sofia Martinez, an accomplished interior designer with over 10 years of experience. Explore her articles on Gardilo for your design needs."},{name:"James Thompson",description:"James is a passionate landscaper and gardening writer from Portland, Oregon. With a background in horticulture and years of experience in designing beautiful outdoor spaces, he enjoys helping others cultivate their own gardens. His articles cover everything from plant care tips to innovative landscape ideas.",meta_title:"James Thompson - Gardening Enthusiast | Gardilo",meta_description:"Join James Thompson, a gardening expert from Portland, as he shares his wealth of knowledge and inspiration for all your gardening needs on Gardilo."},{name:"Leila Khan",description:"Leila is an entertaining and lifestyle guru residing in Dubai, UAE. Known for her exquisite taste in hosting and event planning, she brings life to any occasion. Her articles feature chic entertaining ideas and expert tips on creating memorable experiences for friends and family.",meta_title:"Leila Khan - Entertaining Expert | Gardilo",meta_description:"Explore the art of entertaining with Leila Khan. Learn valuable tips and chic ideas for your next gathering on Gardilo."},{name:"Marco Rinaldi",description:"Hailing from Florence, Italy, Marco is an award-winning interior design consultant with a focus on sustainable designs. With over 15 years in the industry, he delves into eco-friendly materials and practices, and he shares insightful content on modern design trends and sustainable living.",meta_title:"Marco Rinaldi - Sustainable Interior Designer | Gardilo",meta_description:"Get inspired by sustainable design with Marco Rinaldi. Discover tips and trends in eco-friendly interior design on Gardilo."},{name:"Aisha Patel",description:"Aisha is a professional gardener and horticultural therapist in Mumbai, India. She specializes in therapeutic gardening techniques and urban gardening solutions. Aisha shares her insights and tips through her articles, helping readers to create healing spaces with plants.",meta_title:"Aisha Patel - Horticultural Therapist | Gardilo",meta_description:"Discover the benefits of gardening therapy with Aisha Patel, expert in urban gardening and horticultural practices. Find her articles on Gardilo."},{name:"Tommy Chan",description:"Tommy is an interior stylist and blogger based in Hong Kong. With a vibrant approach to urban living, his experience includes styling numerous homes for magazines and clients. He emphasizes functional decor and minimalism, sharing creative ideas through his engaging articles.",meta_title:"Tommy Chan - Interior Stylist & Blogger | Gardilo",meta_description:"Enhance your space with Tommy Chan's expert styling tips and minimalistic decor ideas on Gardilo."},{name:"Olivia Johnson",description:"Olivia is a garden designer and writer from Sydney, Australia. With a strong background in permaculture, she focuses on creating sustainable and beautiful outdoor spaces. Her articles inspire sustainable practices and thoughtful garden design.",meta_title:"Olivia Johnson - Garden Designer | Gardilo",meta_description:"Explore sustainable garden design with Olivia Johnson. Discover tips for creating beautiful and eco-friendly gardens on Gardilo."},{name:"Nina Schmidt",description:"Nina is a renowned event planner based in Berlin, Germany. With over eight years of experience in orchestrating memorable events, she writes about the latest trends in entertaining and offers innovative ideas for planning successful gatherings.",meta_title:"Nina Schmidt - Event Planning Specialist | Gardilo",meta_description:"Plan the perfect event with Nina Schmidt's expert insights and creative entertaining ideas. Read more on Gardilo."},{name:"Hugo Fernandez",description:"Hugo is a landscape architect from Mexico City, Mexico, with a passion for integrating natural elements into urban spaces. His innovative designs focus on sustainability and aesthetic balance. Hugo writes enlightening articles about landscape architecture and gardening trends.",meta_title:"Hugo Fernandez - Landscape Architect | Gardilo",meta_description:"Discover the intersection of beauty and nature with Hugo Fernandez, landscape architect. Learn about the latest trends in landscaping and gardening on Gardilo."},{name:"Emma Lawson",description:"Emma is an art director and interior designer from Toronto, Canada. Specializing in contemporary design, she draws inspiration from her travels and cultural experiences. Emma’s articles provide insight into blending art and functionality in interior spaces.",meta_title:"Emma Lawson - Art Director & Interior Designer | Gardilo",meta_description:"Transform your home with the creative insights of Emma Lawson, art director and interior designer. Explore her articles on Gardilo for design inspiration."},{name:"Sofia Mendoza",description:"Sofia Mendoza is an interior designer based in Barcelona, Spain, with over 10 years of experience in creating elegant and functional spaces. She blends modern aesthetics with traditional touches, offering tips and insights for homeowners looking to enhance their living environments.",meta_title:"Sofia Mendoza - Interior Designer and Home Decor Expert",meta_description:"Explore the creative insights of Sofia Mendoza, a seasoned interior designer from Barcelona, specializing in elegant and functional interior transformations for your home."},{name:"Liam O'Sullivan",description:"Liam O'Sullivan is a renowned gardening expert based in Dublin, Ireland. With a passion for sustainability and green living, he has spent over 15 years helping people create beautiful gardens while promoting eco-friendly practices.",meta_title:"Liam O'Sullivan - Gardening Expert and Sustainability Advocate",meta_description:"Unlock the secrets of gardening with Liam O'Sullivan, a Dublin-based expert dedicated to sustainable practices and creating lush, beautiful gardens."},{name:"Riya Patel",description:"Riya Patel is an entertaining and lifestyle blogger from Mumbai, India. With her rich experience in hosting events and creating engaging content, she shares creative ideas for throwing memorable gatherings that reflect personal style.",meta_title:"Riya Patel - Entertaining Enthusiast and Lifestyle Blogger",meta_description:"Discover entertaining tips and lifestyle inspiration from Riya Patel, a Mumbai-based blogger known for her creative gatherings and engaging events."},{name:"Charles Henderson",description:"Charles Henderson, an interior stylist from London, England, has a knack for transforming spaces with a unique blend of color and texture. With over 12 years in the field, he encourages readers to infuse personality into their homes.",meta_title:"Charles Henderson - Interior Stylist and Design Innovator",meta_description:"Join Charles Henderson, a London-based interior stylist, as he shares innovative design ideas to personalize and elevate your living spaces."},{name:"Maria Lopez",description:"Maria Lopez, a horticulturist from Mexico City, Mexico, has a deep connection to plants and their impact on human well-being. As a professional with over 8 years of experience, she emphasizes the importance of plant care and design.",meta_title:"Maria Lopez - Horticulturist and Plant Care Specialist",meta_description:"Delve into the world of plants with Maria Lopez, a Mexican horticulturist, and learn how to care for your greens while enhancing your interior and garden spaces."},{name:"Ethan Zhang",description:"Ethan Zhang is a landscape designer located in Sydney, Australia, with a focus on blending indoor and outdoor living. He believes in creating harmonious spaces that reflect nature, backed by 15 years of design experience.",meta_title:"Ethan Zhang - Landscape Designer and Nature Enthusiast",meta_description:"Explore nature-inspired design with Ethan Zhang, a Sydney-based landscape designer dedicated to integrating outdoor beauty into your living spaces."},{name:"Hannah Johnson",description:"Hannah Johnson is a food stylist and entertaining expert from New York City, USA. With her experience in culinary arts and design, she shares creative ideas to elevate your dining experiences and gatherings.",meta_title:"Hannah Johnson - Food Stylist and Entertaining Innovator",meta_description:"Elevate your dining and entertaining skills with Hannah Johnson, a New York-based food stylist inspiring chefs and hosts to create beautiful meals and memorable gatherings."},{name:"Oliver Kim",description:"Oliver Kim, an eco-design expert from Seoul, South Korea, specializes in integrating sustainability into interior design. With more than a decade of experience, he guides readers in making conscious choices for their homes.",meta_title:"Oliver Kim - Eco-Design Specialist and Sustainable Living Advocate",meta_description:"Embrace sustainability with Oliver Kim, an eco-design expert from Seoul, offering practical advice for creating beautiful, environmentally friendly interiors."},{name:"Fatima Ali",description:"Fatima Ali is a designer and lifestyle writer based in Cairo, Egypt, with expertise in cultural design influences in gardens and interiors. With 10 years of experience, she bridges tradition and modernity in her work.",meta_title:"Fatima Ali - Designer and Cultural Lifestyle Writer",meta_description:"Explore the fusion of tradition and modernity in design with Fatima Ali, a Cairo-based writer offering insights on interior design and garden aesthetics."},{name:"Jack Thompson",description:"Jack Thompson is a home improvement specialist from Toronto, Canada, who focuses on DIY projects and innovative home solutions. With years of hands-on experience, he empowers homeowners to create and personalize their spaces.",meta_title:"Jack Thompson - DIY Home Improvement Expert",meta_description:"Transform your home with Jack Thompson, a Toronto-based DIY expert offering tips and innovative solutions for all your home improvement needs."}],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:#2c3e50;--theme-color-8:#34495e;--theme-color-7:#5d6d7e;--theme-color-6:#aab7b8;--theme-color-5:#ced6e0;--theme-color-3:#eaeded;--theme-color-2:#f4f6f7;--color-bg-layout:#fbfbfb;--color-bg-hover:#d5dbdb;--article-border-radius:15px;--btn-border-radius:5px;--category-border-radius:25px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -158,7 +158,7 @@ export declare const dataStructure: {
158
158
  export declare const authors: Record<string, string>;
159
159
  export declare const authorsNames: string[];
160
160
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\u2692\uFE0F\uD83D\uDCDD\uD83D\uDEAA";
161
- export declare const categories: ("outdoorLiving" | "gardening" | "homeImprovement" | "renovation" | "energyEfficiency")[];
161
+ export declare const categories: ("outdoorLiving" | "gardening" | "homeImprovement" | "energyEfficiency" | "renovation")[];
162
162
  export declare const subcategories: string[];
163
163
  export declare const subsubcategories: string[];
164
164
  export type Category = keyof typeof dataStructure;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.264",
3
+ "version": "1.3.266",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [