tedo-publisher 1.3.240 → 1.3.242

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/blushgrove/data.d.ts +162 -0
  2. package/dist/blushgrove/data.js +1 -0
  3. package/dist/blushgrove/filters.d.ts +28 -0
  4. package/dist/blushgrove/filters.js +1 -0
  5. package/dist/blushgrove/helpers.d.ts +3 -0
  6. package/dist/blushgrove/helpers.js +1 -0
  7. package/dist/blushgrove/index.d.ts +15 -0
  8. package/dist/blushgrove/index.js +1 -0
  9. package/dist/blushgrove/prompts/data.d.ts +7 -0
  10. package/dist/blushgrove/prompts/data.js +1 -0
  11. package/dist/blushgrove/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/blushgrove/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/blushgrove/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/blushgrove/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/blushgrove/prompts/images.d.ts +4 -0
  16. package/dist/blushgrove/prompts/images.js +1 -0
  17. package/dist/blushgrove/seo.d.ts +23 -0
  18. package/dist/blushgrove/seo.js +1 -0
  19. package/dist/blushgrove/styles/colors.css +1 -0
  20. package/dist/blushgrove/styles/fonts.css +1 -0
  21. package/dist/blushgrove/styles/global.css +1 -0
  22. package/dist/blushgrove/styles/sizing.css +1 -0
  23. package/dist/blushgrove/styles/theme.css +1 -0
  24. package/dist/blushgrove/styles/vars.css +1 -0
  25. package/dist/chiclys/data.d.ts +1 -1
  26. package/dist/estheticsbloom/data.d.ts +169 -0
  27. package/dist/estheticsbloom/data.js +1 -0
  28. package/dist/estheticsbloom/filters.d.ts +28 -0
  29. package/dist/estheticsbloom/filters.js +1 -0
  30. package/dist/estheticsbloom/helpers.d.ts +3 -0
  31. package/dist/estheticsbloom/helpers.js +1 -0
  32. package/dist/estheticsbloom/index.d.ts +15 -0
  33. package/dist/estheticsbloom/index.js +1 -0
  34. package/dist/estheticsbloom/prompts/data.d.ts +7 -0
  35. package/dist/estheticsbloom/prompts/data.js +1 -0
  36. package/dist/estheticsbloom/prompts/gpt35turbo/articles.d.ts +6 -0
  37. package/dist/estheticsbloom/prompts/gpt35turbo/articles.js +1 -0
  38. package/dist/estheticsbloom/prompts/gpt4oMini/articles.d.ts +6 -0
  39. package/dist/estheticsbloom/prompts/gpt4oMini/articles.js +1 -0
  40. package/dist/estheticsbloom/prompts/images.d.ts +4 -0
  41. package/dist/estheticsbloom/prompts/images.js +1 -0
  42. package/dist/estheticsbloom/seo.d.ts +23 -0
  43. package/dist/estheticsbloom/seo.js +1 -0
  44. package/dist/estheticsbloom/styles/colors.css +1 -0
  45. package/dist/estheticsbloom/styles/fonts.css +1 -0
  46. package/dist/estheticsbloom/styles/global.css +1 -0
  47. package/dist/estheticsbloom/styles/sizing.css +1 -0
  48. package/dist/estheticsbloom/styles/theme.css +1 -0
  49. package/dist/estheticsbloom/styles/vars.css +1 -0
  50. package/package.json +1 -1
@@ -0,0 +1,162 @@
1
+ export declare const dataStructure: {
2
+ fashionTrends: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ seasonalFashion: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ casualWear: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ workwearInspiration: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ eveningAttire: {
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
+ beautyTechniques: {
40
+ title: string;
41
+ description: string;
42
+ slug: string;
43
+ children: {
44
+ makeupHacks: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ skincareRoutine: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ haircareTips: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ nailArtIdeas: {
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
+ styleGuides: {
77
+ title: string;
78
+ description: string;
79
+ slug: string;
80
+ children: {
81
+ wardrobeEssentials: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ accessoryTrends: {
88
+ title: string;
89
+ description: string;
90
+ slug: string;
91
+ children: null;
92
+ };
93
+ colorTheory: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ bodyTypesFashion: {
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
+ wellnessAndSelfCare: {
114
+ title: string;
115
+ description: string;
116
+ slug: string;
117
+ children: {
118
+ mindfulnessInBeauty: {
119
+ title: string;
120
+ description: string;
121
+ slug: string;
122
+ children: null;
123
+ };
124
+ fitnessFashion: {
125
+ title: string;
126
+ description: string;
127
+ slug: string;
128
+ children: null;
129
+ };
130
+ healthySkinTips: {
131
+ title: string;
132
+ description: string;
133
+ slug: string;
134
+ children: null;
135
+ };
136
+ selfCareRituals: {
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
+ };
151
+ export declare const authors: Record<string, string>;
152
+ export declare const authorsNames: string[];
153
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDC84\uD83D\uDC57\uD83D\uDC85\u2728";
154
+ export declare const categories: ("fashionTrends" | "beautyTechniques" | "styleGuides" | "wellnessAndSelfCare")[];
155
+ export declare const subcategories: string[];
156
+ export declare const subsubcategories: string[];
157
+ export type Category = keyof typeof dataStructure;
158
+ export type CategoryNode = (typeof dataStructure)[Category];
159
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
160
+ export declare const startDate = "2024-09-10T00:00:00Z";
161
+ export declare const devBucketName = "idn-blushgrove-dev";
162
+ export declare const prodBucketName = "idn-blushgrove";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const s={fashionTrends:{title:"The Latest Fashion Trends for Women | Stay Stylish 😊",description:"Discover the latest fashion trends for women at BlushGrove. From seasonal styles to evening attire, we have it all covered! 🌸",slug:"latest-fashion-trends-women",children:{seasonalFashion:{title:"Seasonal Fashion Trends for Women | Elevate Your Wardrobe 🌺",description:"Explore seasonal fashion trends to refresh your wardrobe. From spring florals to winter knits, discover styles for every season! 🍂",slug:"seasonal-fashion-trends",children:null},casualWear:{title:"Casual Wear Essentials for Women | Comfort Meets Style 😍",description:"Find the best casual wear styles that combine comfort with elegance. Stay stylish every day with our top casual looks! 🌼",slug:"casual-wear-essentials",children:null},workwearInspiration:{title:"Workwear Inspiration for Women | Fashionable Office Looks 💼",description:"Get inspired by our stylish workwear ideas for women. Elevate your office style with our chic and professional outfits! ✨",slug:"workwear-inspiration",children:null},eveningAttire:{title:"Evening Attire for Women | Glamorous Night Out 🌙",description:"Discover stunning evening attire options for your special nights out. Shine brightly in our chic and elegant fashion picks! 🎉",slug:"evening-attire-women",children:null},other:{title:"Unique Fashion Trends for Women | Stand Out from the Crowd 🌈",description:"Explore unique fashion trends that defy the norm. Embrace your individuality and express your style boldly! 💖",slug:"unique-fashion-trends",children:null}}},beautyTechniques:{title:"Expert Beauty Techniques for Women - Makeup, Skincare, Hair & More 🌸",description:"Explore BlushGrove's top beauty techniques for women! Discover makeup hacks, skincare routines, haircare tips, nail art ideas, and more! 💄✨",slug:"beauty-techniques",children:{makeupHacks:{title:"Makeup Hacks to Elevate Your Beauty Game 💋",description:"Unlock the secrets to perfect makeup with our innovative makeup hacks! From fast fixes to pro tips, get ready to shine effortlessly! 🎨✨",slug:"makeup-hacks",children:null},skincareRoutine:{title:"Essential Skincare Routines for Glowing Skin 💦",description:"Discover effective skincare routines tailored for every skin type. Achieve radiant skin with our expert tips and advice! 🌟🌿",slug:"skincare-routine",children:null},haircareTips:{title:"Haircare Tips for Healthy and Gorgeous Locks 💇‍♀️",description:"Explore essential haircare tips for maintaining beautiful, healthy hair. Say goodbye to bad hair days with expert advice! 🥥✨",slug:"haircare-tips",children:null},nailArtIdeas:{title:"Creative Nail Art Ideas to Express Your Style 💅",description:"Unleash your creativity with unique nail art ideas! From simple designs to elaborate styles, find inspiration for your next mani! 🎉💖",slug:"nail-art-ideas",children:null},other:{title:"Other Beauty Techniques for Women’s Empowerment 🌷",description:"Explore a variety of beauty techniques not covered elsewhere. Empower your beauty routine with unique insights and tips! 💜🌈",slug:"other-techniques",children:null}}},styleGuides:{title:"Style Guides for Women: Elevate Your Fashion Game!",description:"Discover expert insights into wardrobe essentials, accessory trends, color theory, and body types to refine your unique style! 🌟",slug:"style-guides",children:{wardrobeEssentials:{title:"Wardrobe Essentials: Must-Have Pieces for Every Woman's Closet",description:"Explore the fundamental wardrobe essentials that every woman needs for a stylish and functional closet. Get tips for timeless looks! 👜✨",slug:"wardrobe-essentials",children:null},accessoryTrends:{title:"Accessory Trends: Elevate Your Outfit with Stylish Finishes",description:"Stay ahead of the fashion curve with the latest accessory trends that can transform any outfit. Discover styles and tips! 👗💍",slug:"accessory-trends",children:null},colorTheory:{title:"Color Theory: Master the Art of Color Coordination",description:"Uncover the secrets of color theory and learn how to select, combine, and wear colors that enhance your personal style! 🎨🌈",slug:"color-theory",children:null},bodyTypesFashion:{title:"Body Types Fashion: Styles That Celebrate Every Figure",description:"Learn how to dress according to your body type with styles that flatter and enhance your natural beauty. Feel fabulous every day! 💃👖",slug:"body-types-fashion",children:null},other:{title:"Other Fashion Insights: Tips Beyond the Basics",description:"Dive into miscellaneous fashion insights including seasonal trends, timeless pieces, and more to enhance your style journey! 🌟🧥",slug:"other-fashion-insights",children:null}}},wellnessAndSelfCare:{title:"Wellness & Self-Care for Fashion-Forward Women 🌸",description:"Explore wellness and self-care tips designed for fashionable women. Elevate your lifestyle with expert insights and valuable guides! 💖",slug:"wellness-self-care",children:{mindfulnessInBeauty:{title:"Mindfulness in Beauty: Embrace Your Inner Glow ✨",description:"Discover how mindfulness can enhance your beauty routine, helping you feel serene and beautiful. Unlock the secrets to radiant skin! 🌿",slug:"mindfulness-in-beauty",children:null},fitnessFashion:{title:"Fitness Fashion: Style Meets Workout Essentials 🏋️‍♀️",description:"Stay stylish while you sweat with the latest fitness fashion trends. Discover how to combine comfort and chicness effortlessly! 💪",slug:"fitness-fashion",children:null},healthySkinTips:{title:"Healthy Skin Tips: Radiance from Within 🌟",description:"Transform your skincare routine with healthy skin tips that promote a natural, glowing complexion. Say goodbye to dull skin! 🌺",slug:"healthy-skin-tips",children:null},selfCareRituals:{title:"Self-Care Rituals: Prioritize You Every Day 🧖‍♀️",description:"Unwind and embrace self-care rituals that rejuvenate your mind, body, and spirit. Find peace in the art of pampering yourself! 💆‍♀️",slug:"self-care-rituals",children:null},other:{title:"Other Wellness Insights: Unearth Unique Tips 🌈",description:"Explore various wellness insights that don’t fit traditional categories but are essential for holistic self-care and beauty routines! 🌼",slug:"other-wellness-insights",children:null}}}},t=e.AUTHORS_INFO.reduce(((e,s)=>Object.assign(Object.assign({},e),{[s.name]:[s.description]})),{}),i=e.AUTHORS_INFO.map((e=>e.name)),r="💄👗💅✨",n=Object.keys(s),o=[],a=[];for(const e of n){const t=s[e];if(null==t?void 0:t.children){o.push(...Object.keys(t.children));for(const e of o){const s=t.children[e];(null==s?void 0:s.children)&&a.push(...Object.keys(s.children))}}}const l="2024-09-10T00:00:00Z",u="blushgrove",c=`idn-${u}-dev`,h=`idn-${u}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=t,exports.authorsNames=i,exports.categories=n,exports.dataStructure=s,exports.devBucketName=c,exports.prodBucketName=h,exports.startDate=l,exports.subcategories=o,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ TrendsetterTailoring = "Trendsetter Tailoring",
3
+ BeautyBuzz = "Beauty Buzz",
4
+ SeasonalSwitchUp = "Seasonal Switch-Up",
5
+ LifestyleLuxe = "Lifestyle Luxe",
6
+ BodyPositivityPalette = "Body Positivity Palette"
7
+ }
8
+ type TrendsetterTailoringValues = 'Runway Ready' | 'Casual Chic' | 'Boho Vibes' | 'Street Style' | 'Vintage Inspiration';
9
+ type BeautyBuzzValues = 'Skincare Secrets' | 'Makeup Mastery' | 'Haircare Hacks' | 'Wellness Wonders' | 'Eco-Friendly Products';
10
+ type SeasonalSwitchUpValues = 'Spring Freshness' | 'Summer Glow' | 'Autumn Elegance' | 'Winter Warmth' | 'Year-Round Essentials';
11
+ type LifestyleLuxeValues = 'Office Chic' | 'Weekend Casual' | 'Date Night Glam' | 'Fitness Fashion' | 'Travel Essentials';
12
+ type BodyPositivityPaletteValues = 'Plus Size Fashion' | 'Petite Finds' | 'Tall Trends' | 'Curvy Confidence' | 'Inclusive Beauty';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.TrendsetterTailoring]: TrendsetterTailoringValues[];
15
+ [FiltersNames.BeautyBuzz]: BeautyBuzzValues[];
16
+ [FiltersNames.SeasonalSwitchUp]: SeasonalSwitchUpValues[];
17
+ [FiltersNames.LifestyleLuxe]: LifestyleLuxeValues[];
18
+ [FiltersNames.BodyPositivityPalette]: BodyPositivityPaletteValues[];
19
+ };
20
+ export declare const trendsetterTailoringValues: TrendsetterTailoringValues[];
21
+ export declare const beautyBuzzValues: BeautyBuzzValues[];
22
+ export declare const seasonalSwitchUpValues: SeasonalSwitchUpValues[];
23
+ export declare const lifestyleLuxeValues: LifestyleLuxeValues[];
24
+ export declare const bodyPositivityPaletteValues: BodyPositivityPaletteValues[];
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={})).TrendsetterTailoring="Trendsetter Tailoring",e.BeautyBuzz="Beauty Buzz",e.SeasonalSwitchUp="Seasonal Switch-Up",e.LifestyleLuxe="Lifestyle Luxe",e.BodyPositivityPalette="Body Positivity Palette";const s=["Runway Ready","Casual Chic","Boho Vibes","Street Style","Vintage Inspiration"],t=["Skincare Secrets","Makeup Mastery","Haircare Hacks","Wellness Wonders","Eco-Friendly Products"],i=["Spring Freshness","Summer Glow","Autumn Elegance","Winter Warmth","Year-Round Essentials"],r=["Office Chic","Weekend Casual","Date Night Glam","Fitness Fashion","Travel Essentials"],a=["Plus Size Fashion","Petite Finds","Tall Trends","Curvy Confidence","Inclusive Beauty"],l={[exports.FiltersNames.TrendsetterTailoring]:[],[exports.FiltersNames.BeautyBuzz]:[],[exports.FiltersNames.SeasonalSwitchUp]:[],[exports.FiltersNames.LifestyleLuxe]:[],[exports.FiltersNames.BodyPositivityPalette]:[]},o={[exports.FiltersNames.TrendsetterTailoring]:s,[exports.FiltersNames.BeautyBuzz]:t,[exports.FiltersNames.SeasonalSwitchUp]:i,[exports.FiltersNames.LifestyleLuxe]:r,[exports.FiltersNames.BodyPositivityPalette]:a},n=()=>JSON.stringify(o,null,2);exports.beautyBuzzValues=t,exports.bodyPositivityPaletteValues=a,exports.fullFilters=o,exports.getFiltersTypesJSON=n,exports.initialFilters=l,exports.lifestyleLuxeValues=r,exports.seasonalSwitchUpValues=i,exports.trendsetterTailoringValues=s;
@@ -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.beautyBuzzValues=t.beautyBuzzValues,exports.bodyPositivityPaletteValues=t.bodyPositivityPaletteValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.lifestyleLuxeValues=t.lifestyleLuxeValues,exports.seasonalSwitchUpValues=t.seasonalSwitchUpValues,exports.trendsetterTailoringValues=t.trendsetterTailoringValues,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: BlushGrove is a vibrant infotainment portal dedicated to fashion and beauty for women, offering expert insights, trends, and tips to elevate their style and self-care routine.\n - Detailed description: BlushGrove serves as an engaging online hub for women who are passionate about fashion and beauty. The portal features a rich array of articles, guides, and how-tos that focus on the latest fashion trends, style tips, beauty hacks, skincare routines, and makeup advice. With a user-friendly interface and visually appealing design, BlushGrove makes it easy for visitors to explore and discover a wealth of information tailored to their needs. Each article is crafted with SEO best practices in mind, ensuring that readers can easily find exactly what they're looking for, from seasonal wardrobe updates to everyday beauty essentials. BlushGrove is dedicated to empowering women by providing them with the knowledge and inspiration to express their unique style and enhance their beauty effortlessly.\n - Target audience: The target audience for BlushGrove consists of women aged 18 to 45 who are interested in fashion and beauty. This includes fashion enthusiasts, beauty aficionados, young professionals, students, and busy mothers who seek reliable advice and inspiration to refine their personal style and beauty routines. The portal appeals to women across diverse backgrounds and lifestyles who are eager to stay updated on trends and learn effective beauty techniques.\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## Trending Topics\n- Current Fashion Trends\n- Beauty Innovations\n\n## Step-by-Step Guides\n- Fashion Styling Tips\n- Beauty Routines\n\n## Product Reviews\n- In-Depth Analysis of Popular Items\n- Comparative Reviews\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 - Trending Topics, 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 = "women of all ages";
6
+ export declare const IMAGES_PROHIBITED_WORDS = "any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling";
7
+ export declare const FILTERS_INFO: string;
@@ -0,0 +1 @@
1
+ "use strict";var e;const t="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: BlushGrove is a vibrant infotainment portal dedicated to fashion and beauty for women, offering expert insights, trends, and tips to elevate their style and self-care routine.\n - Detailed description: BlushGrove serves as an engaging online hub for women who are passionate about fashion and beauty. The portal features a rich array of articles, guides, and how-tos that focus on the latest fashion trends, style tips, beauty hacks, skincare routines, and makeup advice. With a user-friendly interface and visually appealing design, BlushGrove makes it easy for visitors to explore and discover a wealth of information tailored to their needs. Each article is crafted with SEO best practices in mind, ensuring that readers can easily find exactly what they're looking for, from seasonal wardrobe updates to everyday beauty essentials. BlushGrove is dedicated to empowering women by providing them with the knowledge and inspiration to express their unique style and enhance their beauty effortlessly.\n - Target audience: The target audience for BlushGrove consists of women aged 18 to 45 who are interested in fashion and beauty. This includes fashion enthusiasts, beauty aficionados, young professionals, students, and busy mothers who seek reliable advice and inspiration to refine their personal style and beauty routines. The portal appeals to women across diverse backgrounds and lifestyles who are eager to stay updated on trends and learn effective beauty techniques.\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## Trending Topics\n- Current Fashion Trends\n- Beauty Innovations\n\n## Step-by-Step Guides\n- Fashion Styling Tips\n- Beauty Routines\n\n## Product Reviews\n- In-Depth Analysis of Popular Items\n- Comparative Reviews\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 - Trending Topics, IF it's applicable to the theme of the article.\n",a="highlighting the key points that will be discussed and the relevance of the topic",i="synthesizing the information presented throughout",o="women of all ages",s="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",r=`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=i,exports.FILTERS_INFO=r,exports.IMAGES_PROHIBITED_WORDS=s,exports.START_STEP=a,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:t})=>({prompt:`Award-winning hyper-real cinematic photo of a ${a}, ${o}, for an article ${t} from professional fashion and beauty photograph for a glossy fashion and beauty magazine, fashion style photography, glossy beauty 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}`,t=({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=t,exports.getStableDiffusionImagePrompt=a;
@@ -0,0 +1,23 @@
1
+ export interface PageSeoData {
2
+ title: string;
3
+ description: string;
4
+ }
5
+ export declare enum PageNames {
6
+ Authors = "authors",
7
+ Home = "home",
8
+ NotFound = "not-found",
9
+ AboutUs = "about-us",
10
+ PrivacyPolicy = "privacy-policy",
11
+ Terms = "terms",
12
+ Sitemap = "sitemap"
13
+ }
14
+ export type PagesSeo = Record<PageNames, PageSeoData>;
15
+ export interface AuthorInfo {
16
+ name: string;
17
+ description: string;
18
+ meta_title: string;
19
+ meta_description: string;
20
+ }
21
+ export declare const PAGES_SEO: PagesSeo;
22
+ export declare const AUTHORS_INFO: AuthorInfo[];
23
+ export declare const AUTHORS_META: Record<string, PageSeoData>;
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.PageNames=void 0,(e=exports.PageNames||(exports.PageNames={})).Authors="authors",e.Home="home",e.NotFound="not-found",e.AboutUs="about-us",e.PrivacyPolicy="privacy-policy",e.Terms="terms",e.Sitemap="sitemap";const a={[exports.PageNames.Authors]:{title:"Meet the Authors | BlushGrove",description:"Discover the talented minds behind BlushGrove! ✨ Read their bios and explore their passion for fashion and beauty for women. 💖"},[exports.PageNames.Home]:{title:"Welcome to BlushGrove | Fashion & Beauty for Women",description:"Explore the latest trends in fashion and beauty tailored just for you. 🌸 Join the BlushGrove community and elevate your style! 🌟"},[exports.PageNames.NotFound]:{title:"Page Not Found | BlushGrove",description:"Oops! 🥲 The page you're looking for doesn't exist. Head back to our home and discover the latest in fashion and beauty for women! 🌺"},[exports.PageNames.AboutUs]:{title:"About Us | BlushGrove",description:"Learn about BlushGrove, your ultimate destination for women's fashion and beauty! 🌷 Join us on our journey to empower and inspire. 💅"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | BlushGrove",description:"Your privacy matters to us! 🌼 Read our policy to understand how your information is protected at BlushGrove. 🛡️"},[exports.PageNames.Terms]:{title:"Terms of Service | BlushGrove",description:"Review the terms governing your use of BlushGrove. ⚖️ Your agreement ensures a safe and enjoyable experience for all! 🌹"},[exports.PageNames.Sitemap]:{title:"Sitemap | BlushGrove",description:"Navigate your way through BlushGrove effortlessly! 📍 Check out our sitemap for a complete overview of our fashion and beauty articles. 💖"}},i=[{name:"Ananya Sharma",description:"Ananya Sharma is a fashion journalist with over 8 years of experience in writing for leading publications in India and abroad. Her work specializes in sustainable fashion and the latest trends in Indian textiles. Ananya's passion for eco-friendly fashion practices informs her writing, making her contributions both insightful and inspiring.",meta_title:"Ananya Sharma - Fashion and Sustainable Style Expert",meta_description:"Discover eco-friendly fashion insights from Ananya Sharma, a seasoned fashion journalist with over 8 years of experience in the industry. Explore her latest articles on sustainability and Indian textiles at BlushGrove."},{name:"Priya Verma",description:"Priya Verma has a rich background in beauty and skincare journalism with more than 5 years of experience. She has collaborated with several popular beauty brands and is known for her practical beauty tips and comprehensive product reviews. Her articles cater to the unique beauty needs of Indian women.",meta_title:"Priya Verma - Beauty and Skincare Specialist",meta_description:"Explore expert beauty and skincare advice from Priya Verma, a renowned beauty journalist with over 5 years of experience. Dive into her articles on beauty trends and product reviews at BlushGrove."},{name:"Neha Jain",description:"Neha Jain is a renowned fashion blogger turned writer who has captivated audiences with her unique take on traditional Indian wear and contemporary fashion. With a decade of experience, she shares styling tips, outfit inspirations, and her journey in the fashion world.",meta_title:"Neha Jain - Traditional and Contemporary Fashion Enthusiast",meta_description:"Join Neha Jain on her fashion journey, featuring insights on traditional Indian wear and contemporary styles. Explore her fashion tips and inspirations at BlushGrove."},{name:"Rhea Kapoor",description:"With a background in fashion design and PR, Rhea Kapoor has worked with multiple celebrities and luxury brands. She brings a unique perspective to fashion, focusing on high-end aesthetics and brand storytelling. Rhea's articles aim to blend luxury with everyday wear.",meta_title:"Rhea Kapoor - Luxury Fashion and Brand Storyteller",meta_description:"Dive into the world of luxury fashion with Rhea Kapoor, a fashion designer and PR expert. Discover her insights and stories behind notable brands at BlushGrove."},{name:"Sanya Mehta",description:"Sanya Mehta is a beauty expert and influencer, known for her vibrant personality and deep understanding of makeup techniques. With over 6 years of experience, she curates beauty tutorials and makeup hacks that help women embrace their individuality.",meta_title:"Sanya Mehta - Makeup and Beauty Influencer",meta_description:"Unlock makeup secrets with Sanya Mehta, a vibrant beauty expert and influencer. Check out her engaging tutorials and beauty hacks at BlushGrove."},{name:"Diya Patel",description:"Diya Patel is a fashion editor who merges art and style, with a strong focus on cultural significance in fashion. With 9 years of experience, she has worked with leading fashion magazines and now contributes articles that celebrate diversity and cultural heritage in clothing.",meta_title:"Diya Patel - Cultural Fashion Advocate",meta_description:"Explore the intersection of art and fashion with Diya Patel, a seasoned fashion editor. Discover her articles celebrating cultural heritage at BlushGrove."},{name:"Tanya Roy",description:"Tanya Roy is a freelance writer specializing in lifestyle, beauty, and fashion. Her passion lies in researching and crafting engaging articles that resonate with women seeking balance in their lives through style. She has over 4 years of writing experience in leading lifestyle magazines.",meta_title:"Tanya Roy - Lifestyle and Fashion Writer",meta_description:"Get lifestyle tips and fashion advice from Tanya Roy, a passionate writer with 4 years of experience. Discover her engaging articles at BlushGrove."},{name:"Kavya Suresh",description:"Kavya Suresh is a fashion stylist turned writer with an eye for detail and a flair for aesthetic pairings. Her 7 years of experience in styling shoots provide her with a unique viewpoint on women’s fashion, making her articles a must-read for trendsetters.",meta_title:"Kavya Suresh - Fashion Stylist and Writer",meta_description:"Explore fashion insights and styling tips from Kavya Suresh, an experienced fashion stylist with 7 years in the industry. Dive into her articles at BlushGrove."},{name:"Meera Choudhary",description:"With a decade of experience in beauty science, Meera Choudhary focuses on health and wellness through beauty practices. She writes evidence-based articles on skincare, cosmetics, and wellness trends, making her a trusted source for health-conscious women.",meta_title:"Meera Choudhary - Beauty Science and Wellness Expert",meta_description:"Discover evidence-based beauty insights from Meera Choudhary, a beauty science expert with 10 years of experience. Check out her articles on skin and wellness at BlushGrove."},{name:"Simran Kaur",description:"Simran Kaur is an emerging voice in the fashion industry, blending traditional craftsmanship with modern design. With her strong writing skills and background in fashion communication, she brings a fresh perspective to women's fashion narratives.",meta_title:"Simran Kaur - Emerging Fashion Communicator",meta_description:"Join Simran Kaur as she explores the blend of traditional craftsmanship and modern design in women's fashion. Read her latest articles at BlushGrove."},{name:"Riya Sharma",description:"Riya Sharma is a passionate fashion writer and stylist with over 8 years of experience in the beauty industry. Having worked with various brands, she specializes in sustainable fashion and beauty trends. Riya's articles feature practical tips, product reviews, and interviews with industry leaders.",meta_title:"Riya Sharma - Fashion & Beauty Expert at BlushGrove",meta_description:"Explore expert insights and tips from Riya Sharma, a renowned fashion and beauty writer dedicated to helping women embrace their unique style."},{name:"Sonal Verma",description:"Sonal Verma is an acclaimed beauty influencer and writer with a decade's worth of experience. She has contributed to leading magazines and online portals, focusing on skincare routines, makeup tutorials, and the latest beauty innovations. Her engaging writing style makes beauty accessible for all.",meta_title:"Sonal Verma - Beauty Influencer at BlushGrove",meta_description:"Discover beauty secrets and makeup tutorials from Sonal Verma, a seasoned beauty influencer and writer dedicated to enhancing women's beauty routines."},{name:"Priya Mehta",description:"With a background in fashion design, Priya Mehta blends academic expertise with her creative flair. She has contributed her knowledge to various fashion magazines and online platforms, focusing on ethnic and contemporary wear that empowers women to express their individuality.",meta_title:"Priya Mehta - Fashion Designer & Writer at BlushGrove",meta_description:"Learn about the latest fashion trends and styles from Priya Mehta, a fashion designer and writer dedicated to helping women discover their personal style."},{name:"Anisha Kapoor",description:"Anisha Kapoor is a lifestyle and beauty writer with over 6 years of experience creating content that resonates with women. Her passion lies in exploring the intersection of fashion, wellness, and beauty, making her articles insightful and inspiring.",meta_title:"Anisha Kapoor - Lifestyle & Beauty Writer at BlushGrove",meta_description:"Dive into lifestyle and beauty insights from Anisha Kapoor, a talented writer focused on inspiring women to embrace beauty in every aspect of life."},{name:"Neha Gupta",description:"Neha Gupta is a noted fashion and beauty journalist who has spent over 7 years examining trends and interviewing industry insiders. Her expertise in fashion journalism provides readers with in-depth knowledge and an insider's perspective on the latest beauty and fashion styles.",meta_title:"Neha Gupta - Fashion Journalist at BlushGrove",meta_description:"Get the latest updates on fashion and beauty trends from Neha Gupta, a seasoned fashion journalist dedicated to empowering women with stylish insights."},{name:"Tanvi Patil",description:"Tanvi Patil is a fashion enthusiast and writer known for her sharp eye in trends and innovation. With 5 years of writing experience, she covers a wide range of topics including fashion hacks, makeup must-haves, and beauty product reviews to help women enjoy a confident lifestyle.",meta_title:"Tanvi Patil - Fashion & Beauty Writer at BlushGrove",meta_description:"Explore fashion hacks and beauty reviews from Tanvi Patil, an inspiring writer dedicated to helping women enjoy an empowered and beautiful lifestyle."},{name:"Komal Ranjan",description:"Komal Ranjan brings over 9 years of experience in the fashion industry, combining her skills in writing with her expertise in model management. Her unique insights into the modeling world help inform her articles on trends, beauty, and how body positivity plays a role in fashion.",meta_title:"Komal Ranjan - Fashion & Model Expert at BlushGrove",meta_description:"Learn about the latest fashion trends and body positivity from Komal Ranjan, a model expert and writer ready to empower women in their fashion choices."},{name:"Nidhi Sharma",description:"Nidhi Sharma is a beauty consultant and writer with extensive knowledge in skincare and cosmetic products. With over 6 years in the industry, she provides advice and reviews on various products to help women make informed decisions about their beauty routines.",meta_title:"Nidhi Sharma - Beauty Consultant at BlushGrove",meta_description:"Enhance your beauty knowledge with tips and product reviews from Nidhi Sharma, a dedicated beauty consultant focused on empowering women's skincare choices."},{name:"Shivani Joshi",description:"Shivani Joshi has a degree in Fashion Merchandising and 7 years of experience in fashion writing. Her expertise covers fashion history, textiles, and modern trends, making her a well-rounded contributor at BlushGrove, appealing to fashion enthusiasts of all ages.",meta_title:"Shivani Joshi - Fashion Merchandiser & Writer at BlushGrove",meta_description:"Explore the art of fashion with insights from Shivani Joshi, a talented fashion merchandiser and writer dedicated to inspiring women through fashion."},{name:"Deepa Nair",description:"Deepa Nair is a renowned beauty editor with over a decade of experience in leading beauty magazines. Her well-researched articles provide expert advice on haircare, skincare, and the latest in beauty technology, making her a trusted source for women everywhere.",meta_title:"Deepa Nair - Beauty Editor at BlushGrove",meta_description:"Unlock beauty secrets from Deepa Nair, a seasoned beauty editor dedicated to helping women achieve their best looks with expert tips and product recommendations."},{name:"Maya Singh",description:"Maya is a seasoned fashion journalist with over 8 years of experience in the industry. She has worked with numerous fashion magazines and blogs, focusing on sustainable fashion trends in India. She believes in empowering women through style and is passionate about merging traditional Indian attire with contemporary fashion.",meta_title:"Maya Singh - Fashion & Beauty Writer at BlushGrove",meta_description:"Discover insights on sustainable fashion trends and empowering women's styles with Maya Singh, seasoned fashion journalist and writer for BlushGrove."},{name:"Riya Kapoor",description:"Riya is a fashion stylist and influencer known for her chic taste and vibrant social media presence. With over 5 years in the industry, she works closely with renowned designers and brands. Riya shares her unique perspective on mixing high fashion with street style.",meta_title:"Riya Kapoor - Fashion Stylist & Influencer at BlushGrove",meta_description:"Get inspired by Riya Kapoor, a fashion stylist and influencer, as she shares her unique take on stylish living at BlushGrove."},{name:"Neha Joshi",description:"With over 12 years of experience in product marketing for beauty brands, Neha brings a wealth of knowledge about product development and marketing strategies. An advocate for clean beauty, she writes extensively about ingredients and their impacts on health and beauty.",meta_title:"Neha Joshi - Beauty Marketing Expert at BlushGrove",meta_description:"Learn about clean beauty and product innovation with Neha Joshi, a seasoned beauty marketing expert writing for BlushGrove."},{name:"Tanvi Mehta",description:"Tanvi is a veteran fashion blogger and digital content creator with a focus on body positivity. For over 6 years, she has inspired many women to embrace their individuality through unique styling and fashion choices. Her engaging articles resonate with readers seeking confidence and style.",meta_title:"Tanvi Mehta - Fashion Blogger & Body Positivity Advocate at BlushGrove",meta_description:"Join Tanvi Mehta, a body positivity advocate, as she inspires women to express themselves through fashion at BlushGrove."},{name:"Isha Tariq",description:"A freelance beauty writer with a knack for writing relatable content, Isha has a background in beauty therapy. With over 4 years of experience, she emphasizes practical beauty advice perfect for women balancing busy lifestyles.",meta_title:"Isha Tariq - Practical Beauty Writer at BlushGrove",meta_description:"Find practical beauty advice for modern women with Isha Tariq, freelance beauty writer at BlushGrove."},{name:"Kavita Nair",description:"Kavita is a renowned fashion historian and consultant specializing in ethnic wear. With over 15 years in the field, she educates readers about the rich heritage and evolution of Indian fashion, weaving historical perspectives into contemporary styles.",meta_title:"Kavita Nair - Fashion Historian & Ethnic Wear Expert at BlushGrove",meta_description:"Explore the evolution of Indian ethnic fashion with Kavita Nair, a fashion historian writing for BlushGrove."},{name:"Simran Ahuja",description:"Simran is a makeup artist and beauty blogger with over 7 years of hands-on experience in the beauty industry. She shares her favorite tips and techniques while advocating for diversity in beauty representation.",meta_title:"Simran Ahuja - Makeup Artist & Beauty Blogger at BlushGrove",meta_description:"Unlock makeup secrets and beauty techniques with Simran Ahuja, a professional makeup artist and beauty blogger at BlushGrove."},{name:"Pooja Bansal",description:"Pooja is a luxury fashion consultant and writer with 10 years of experience in high-end fashion. Her articles often provide insights on how to incorporate luxury into everyday style and feature interviews with top designers.",meta_title:"Pooja Bansal - Luxury Fashion Consultant at BlushGrove",meta_description:"Dive into the world of luxury fashion with Pooja Bansal, a consultant and writer sharing insights at BlushGrove."},{name:"Sneha Reddy",description:"Sneha is an emerging fashion designer and blogger who seamlessly blends Indian aesthetics with modern design principles. With a focus on eco-friendly fabrics, her work promotes sustainable fashion and she shares her journey with BlushGrove readers.",meta_title:"Sneha Reddy - Emerging Fashion Designer at BlushGrove",meta_description:"Explore the fusion of Indian aesthetics and eco-fashion with Sneha Reddy, an emerging designer at BlushGrove."},{name:"Aditi Desai",description:"Aditi Desai is an established fashion journalist with over 10 years of experience in the industry. She has contributed to several high-profile magazines and online portals focusing on women's fashion and beauty trends. Aditi's unique ability to blend traditional Indian aesthetics with modern fashion makes her insights invaluable to readers seeking to express their individuality.",meta_title:"Aditi Desai - Fashion Writer at BlushGrove",meta_description:"Discover fashion insights and beauty tips from Aditi Desai, an experienced journalist with a passion for blending traditional Indian styles with contemporary trends."},{name:"Simran Kapoor",description:"Simran Kapoor is a fashion stylist and writer based in Mumbai. With a background in fashion design, she has worked with various designers and brands, bringing her keen eye for style and design to her writing. Simran focuses on sustainable fashion and the integration of eco-friendly practices into daily wear for women.",meta_title:"Simran Kapoor - Sustainable Fashion Writer at BlushGrove",meta_description:"Read articles on sustainable fashion and stylish living from Simran Kapoor, a fashion stylist committed to eco-friendly practices in women's fashion."},{name:"Neha Sharma",description:"Neha Sharma is an experienced fashion marketer and writer who has spent over 8 years in the fashion industry. She has a vast portfolio, including collaborations with various fashion brands and magazines. Neha writes about the latest trends, fashion events, and industry insights, making her a knowledgeable voice for fashion-savvy women.",meta_title:"Neha Sharma - Fashion Marketer and Writer at BlushGrove",meta_description:"Stay updated with the latest fashion trends and industry insights through Neha Sharma's writings, a marketing expert with years of experience in women's fashion."},{name:"Rahul Singhania",description:"Rahul Singhania is a men’s grooming and fashion consultant who also contributes to women's fashion articles. With over 6 years of experience, he specializes in the crossover of styles between men's and women's fashion. His expertise helps women incorporate elements from men's wear into their outfits for a unique twist.",meta_title:"Rahul Singhania - Fashion Consultant at BlushGrove",meta_description:"Explore innovative styles that blend men’s and women’s fashion with insights from Rahul Singhania, a fashion consultant with a fresh perspective."},{name:"Kavita Bansal",description:"Kavita Bansal is a lifestyle and wellness writer who covers beauty, fashion, and health topics. With an academic background in nutrition and holistic health, she offers a unique perspective on beauty from within. Kavita's articles often feature wellness tips that empower women to feel beautiful and confident.",meta_title:"Kavita Bansal - Lifestyle and Wellness Writer at BlushGrove",meta_description:"Discover holistic beauty and wellness tips from Kavita Bansal, an expert writer focusing on the connection between health and beauty for women."},{name:"Tanya Iyer",description:"Tanya Iyer is a renowned fashion photographer and writer based in Delhi. With over 7 years of experience in the industry, she captures the essence of women's fashion through her lens and words. Her articles often highlight emerging designers and unique fashion narratives that inspire women to express their style.",meta_title:"Tanya Iyer - Fashion Photographer and Writer at BlushGrove",meta_description:"Dive into the world of fashion through the eyes of Tanya Iyer, a talented photographer and writer highlighting unique narratives in women's fashion."},{name:"Riya Agarwal",description:"Riya Agarwal is a young and dynamic fashion enthusiast who started her career as a fashion intern and quickly rose to prominence in the blogging community. Known for her relatable writing style and practical fashion advice, she focuses on everyday style hacks for women balancing work and life.",meta_title:"Riya Agarwal - Fashion Blogger at BlushGrove",meta_description:"Get practical fashion advice and style hacks from Riya Agarwal, a vibrant blogger helping women navigate everyday fashion with ease."},{name:"Shreya Nair",description:"Shreya Nair is a veteran fashion designer and writer who has played a pivotal role in the Indian fashion landscape. With over 15 years in the industry, she writes about fashion innovation, cultural influences, and the future of women's fashion in India. Shreya aims to educate and empower women through her insights.",meta_title:"Shreya Nair - Fashion Designer and Writer at BlushGrove",meta_description:"Explore the intersection of culture and fashion with Shreya Nair, a seasoned designer sharing her vision for the future of women's fashion in India."},{name:"Ananya Joshi",description:"Ananya Joshi is a beauty and fashion influencer who has transitioned her popular Instagram presence into a successful writing career. With a focus on affordable fashion and beauty, she aims to make style accessible for all women. Ananya's relatable content resonates with her audience, inspiring them to embrace their unique styles.",meta_title:"Ananya Joshi - Beauty and Fashion Influencer at BlushGrove",meta_description:"Discover affordable fashion and beauty tips from Ananya Joshi, an influencer guiding women to find their unique style without breaking the bank."},{name:"Sophia Martinez",description:"Sophia is a Paris-based fashion journalist with over a decade of experience in the industry. She has worked with leading fashion magazines and websites and is passionate about sustainable fashion. Sophia’s articles often explore the intersection of eco-friendly practices and high-fashion trends.",meta_title:"Sophia Martinez - Fashion Journalist at BlushGrove",meta_description:"Discover the latest insights into sustainable fashion with Sophia Martinez, a seasoned journalist and expert in eco-friendly style at BlushGrove."},{name:"Lily Chen",description:"Originally from Shanghai, Lily now resides in New York City, where she contributes her expertise in beauty product reviews and makeup trends. With a background in cosmetic chemistry, she provides insightful and scientifically-backed analyses of beauty products that empower women to make informed choices.",meta_title:"Lily Chen - Beauty Expert at BlushGrove",meta_description:"Explore the world of beauty with Lily Chen, a cosmetic chemist and experienced reviewer, sharing expert tips and product insights at BlushGrove."},{name:"Emma Johnson",description:"Emma is a London-based style influencer and writer with a keen eye for fashion. She has collaborated with numerous brands and leads workshops on personal styling. Emma’s mission is to help women embrace their personal style while staying informed about the latest trends.",meta_title:"Emma Johnson - Style Influencer at BlushGrove",meta_description:"Join Emma Johnson, a leading style influencer sharing her expertise in personal style and the latest fashion trends at BlushGrove."},{name:"Amelia Russo",description:"Based in Milan, Amelia is a fashion designer and writer with a unique perspective on the fashion industry. She holds a degree from the Fashion Institute and her designs have been showcased at various fashion weeks. Amelia writes detailed articles on fashion design, innovation, and cultural influences on style.",meta_title:"Amelia Russo - Fashion Designer and Writer at BlushGrove",meta_description:"Dive into the world of fashion design with Amelia Russo, a Milan-based designer sharing insights on innovation and cultural trends at BlushGrove."},{name:"Zara Patel",description:"Zara is a beauty consultant who specializes in skincare and holistic beauty. With a background in aromatherapy, she empowers women to prioritize skincare routines that enhance natural beauty. Her engaging articles at BlushGrove provide readers with practical tips and product recommendations.",meta_title:"Zara Patel - Skincare Consultant at BlushGrove",meta_description:"Learn from Zara Patel, a skincare consultant dedicated to enhancing natural beauty with practical tips and holistic skincare advice at BlushGrove."},{name:"Isabella Brown",description:"Isabella is a digital marketing expert with experience in the fashion niche. With a passion for connecting fashion brands with their audiences, she writes about digital trends, social media, and marketing strategies that help brands thrive in the competitive market.",meta_title:"Isabella Brown - Digital Marketing Specialist at BlushGrove",meta_description:"Uncover digital marketing strategies in fashion with Isabella Brown, an expert at connecting brands with audiences at BlushGrove."},{name:"Nina Moreno",description:"Nina is a Los Angeles-based fashion blogger known for her vibrant style and narrative writing. She shares stories that celebrate diverse fashion influences and women’s empowerment. Nina aims to inspire confidence in women through her storytelling and style tips.",meta_title:"Nina Moreno - Fashion Blogger at BlushGrove",meta_description:"Join Nina Moreno, a celebrated fashion blogger sharing inspiring stories and style tips that empower women at BlushGrove."},{name:"Chloe Dufresne",description:"Chloe is a beauty editor with a focus on cruelty-free and vegan products. Her articles often highlight beauty brands that prioritize ethical practices. Based in Toronto, Chloe connects the beauty community with information on ethical consumerism and responsible beauty.",meta_title:"Chloe Dufresne - Beauty Editor at BlushGrove",meta_description:"Explore ethical beauty practices with Chloe Dufresne, a dedicated beauty editor sharing insights on cruelty-free and vegan products at BlushGrove."},{name:"Olivia Tsang",description:"Olivia, hailing from Singapore, is a cultural stylist and writer who explores the influence of culture in fashion. With expertise in global fashion trends, her content celebrates diversity and offers tips on blending traditional and modern styles for everyday wear.",meta_title:"Olivia Tsang - Cultural Stylist at BlushGrove",meta_description:"Celebrate cultural diversity in fashion with Olivia Tsang, a cultural stylist sharing expert tips and insights on blending traditions at BlushGrove."},{name:"Maya Goldstein",description:"Maya is a wellness advocate who merges health and beauty in her writings. A certified nutritionist, she discusses how beauty starts from within through proper nutrition and self-care practices. Her articles at BlushGrove inspire women to embrace a holistic approach to beauty.",meta_title:"Maya Goldstein - Wellness Advocate at BlushGrove",meta_description:"Transform your beauty routine with Maya Goldstein, a wellness advocate sharing holistic health tips and nutrition insights at BlushGrove."},{name:"Olivia Martinez",description:"Olivia is a seasoned fashion journalist with over 8 years of experience writing for renowned magazines and online platforms. Based in New York City, she possesses a deep understanding of current trends and timeless styles. Her passion for empowering women through fashion shines through her articles.",meta_title:"Olivia Martinez - Fashion Journalist | BlushGrove",meta_description:"Explore the works of Olivia Martinez, an experienced fashion journalist at BlushGrove, delivering insights and tips on women's fashion trends and beauty."},{name:"Aisha Khan",description:"Aisha is a beauty expert and content creator from Dubai. With 5 years in the beauty industry, she specializes in skincare and makeup tutorials, bringing a unique Middle Eastern perspective to global beauty trends. Aisha is dedicated to inspiring women to embrace their individuality.",meta_title:"Aisha Khan - Beauty Expert | BlushGrove",meta_description:"Discover beauty insights from Aisha Khan, a Dubai-based expert at BlushGrove, focusing on skincare and makeup tips tailored for women."},{name:"Chloe Dupont",description:"Chloe is a Parisian stylist and writer, blending fashion and art seamlessly. With a decade of experience in the French fashion scene, her work often highlights sustainable fashion practices and chic styling tips. Chloe inspires women to curate their unique fashion identity.",meta_title:"Chloe Dupont - Parisian Stylist | BlushGrove",meta_description:"Read the inspiring articles of Chloe Dupont, a Parisian stylist at BlushGrove, advocating for sustainable fashion and chic styling tips for women."},{name:"Maria Rossi",description:"Maria is an Italian fashion designer with 12 years in the industry. She brings an artistic perspective to women's fashion, focusing on innovative designs and cultural influences. Maria's articles celebrate the beauty of craftsmanship and individuality in women's attire.",meta_title:"Maria Rossi - Italian Fashion Designer | BlushGrove",meta_description:"Explore Maria Rossi’s unique perspective on women’s fashion at BlushGrove, showcasing innovative designs and the artistry behind clothing."},{name:"Sofia Patel",description:"Sofia is a lifestyle blogger from Mumbai, India, known for her vibrant writing style and authentic voice. With 7 years of experience, she covers fashion trends, beauty routines, and self-care tips aimed at modern women, celebrating diversity and inclusion.",meta_title:"Sofia Patel - Lifestyle Blogger | BlushGrove",meta_description:"Join Sofia Patel at BlushGrove for vibrant articles on fashion, beauty, and lifestyle, celebrating diversity and inspiration for all women."},{name:"Yuki Tanaka",description:"Yuki, a fashion and beauty writer based in Tokyo, Japan, has over 9 years of experience. She specializes in street style and contemporary beauty trends, highlighting the fusion of tradition and modernity in women's fashion. Her articles inspire creativity and self-expression.",meta_title:"Yuki Tanaka - Fashion Writer | BlushGrove",meta_description:"Explore the creative works of Yuki Tanaka at BlushGrove, focusing on street style and contemporary beauty trends for women."},{name:"Lara Smith",description:"Lara is a fashion entrepreneur and blogger from Cape Town, South Africa, with 6 years of experience in the fashion industry. Her articles emphasize local designers and ethically made fashion, advocating for more sustainable practices within women's fashion.",meta_title:"Lara Smith - Fashion Entrepreneur | BlushGrove",meta_description:"Join Lara Smith at BlushGrove as she highlights local designers and sustainable fashion practices, inspiring women to make ethical fashion choices."},{name:"Nina Petrov",description:"Nina is a beauty influencer and digital marketer from Moscow, Russia, with 5 years of expertise in online content creation. She focuses on makeup artistry and beauty product reviews, providing honest and insightful recommendations for women worldwide.",meta_title:"Nina Petrov - Beauty Influencer | BlushGrove",meta_description:"Discover Nina Petrov’s honest beauty reviews and makeup tips at BlushGrove, aimed at empowering women with informed decisions on beauty products."},{name:"Natalie Reed",description:"Natalie is a New Zealand-based fashion editor with a unique flair for storytelling. With over a decade in the fashion industry, her articles explore global fashion influences and cultural contexts. She aims to inspire women to embrace diverse beauty and fashion narratives.",meta_title:"Natalie Reed - Fashion Editor | BlushGrove",meta_description:"Explore the diverse narratives of fashion with Natalie Reed at BlushGrove, inspiring women to embrace global influences and cultural contexts."}],n=i.reduce(((e,a)=>Object.assign(Object.assign({},e),{[a.name]:{title:a.meta_title,description:a.meta_description}})),{});exports.AUTHORS_INFO=i,exports.AUTHORS_META=n,exports.PAGES_SEO=a;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#135200;--theme-color-8:#237804;--theme-color-7:#389e0d;--theme-color-6:#52c41a;--theme-color-5:#73d13d;--theme-color-3:#b7eb8f;--theme-color-2:#d9f7be;--color-bg-layout:#f5f5f5;--color-bg-hover:#dad7d7;--article-border-radius:19px;--btn-border-radius:1px;--category-border-radius:17px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -170,7 +170,7 @@ export declare const dataStructure: {
170
170
  export declare const authors: Record<string, string>;
171
171
  export declare const authorsNames: string[];
172
172
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDC84 \uD83D\uDC85 \uD83C\uDF3A \uD83D\uDCAB";
173
- export declare const categories: ("industryInsights" | "womensFashionTrends" | "fashionEventsCoverage" | "beautyTipsAndTricks" | "styleGuides")[];
173
+ export declare const categories: ("industryInsights" | "styleGuides" | "womensFashionTrends" | "fashionEventsCoverage" | "beautyTipsAndTricks")[];
174
174
  export declare const subcategories: string[];
175
175
  export declare const subsubcategories: string[];
176
176
  export type Category = keyof typeof dataStructure;
@@ -0,0 +1,169 @@
1
+ export declare const dataStructure: {
2
+ fashionTrends: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ latestFashionTrends: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ seasonalStyles: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ wardrobeEssentials: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ other: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ };
32
+ };
33
+ beautyTips: {
34
+ title: string;
35
+ description: string;
36
+ slug: string;
37
+ children: {
38
+ skincareRoutines: {
39
+ title: string;
40
+ description: string;
41
+ slug: string;
42
+ children: null;
43
+ };
44
+ makeupGuides: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ hairCareTips: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ other: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ };
63
+ };
64
+ sustainableFashion: {
65
+ title: string;
66
+ description: string;
67
+ slug: string;
68
+ children: {
69
+ ecoFriendlyBrands: {
70
+ title: string;
71
+ description: string;
72
+ slug: string;
73
+ children: null;
74
+ };
75
+ upcyclingIdeas: {
76
+ title: string;
77
+ description: string;
78
+ slug: string;
79
+ children: null;
80
+ };
81
+ ethicalFashionPractices: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ other: {
88
+ title: string;
89
+ description: string;
90
+ slug: string;
91
+ children: null;
92
+ };
93
+ };
94
+ };
95
+ accessoriesAndMore: {
96
+ title: string;
97
+ description: string;
98
+ slug: string;
99
+ children: {
100
+ statementJewelry: {
101
+ title: string;
102
+ description: string;
103
+ slug: string;
104
+ children: null;
105
+ };
106
+ handbagsAndPurses: {
107
+ title: string;
108
+ description: string;
109
+ slug: string;
110
+ children: null;
111
+ };
112
+ footwearFashion: {
113
+ title: string;
114
+ description: string;
115
+ slug: string;
116
+ children: null;
117
+ };
118
+ other: {
119
+ title: string;
120
+ description: string;
121
+ slug: string;
122
+ children: null;
123
+ };
124
+ };
125
+ };
126
+ diverseBeautyStandards: {
127
+ title: string;
128
+ description: string;
129
+ slug: string;
130
+ children: {
131
+ inclusiveBeautyProducts: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: null;
136
+ };
137
+ culturalBeautyPractices: {
138
+ title: string;
139
+ description: string;
140
+ slug: string;
141
+ children: null;
142
+ };
143
+ bodyPositivity: {
144
+ title: string;
145
+ description: string;
146
+ slug: string;
147
+ children: null;
148
+ };
149
+ other: {
150
+ title: string;
151
+ description: string;
152
+ slug: string;
153
+ children: null;
154
+ };
155
+ };
156
+ };
157
+ };
158
+ export declare const authors: Record<string, string>;
159
+ export declare const authorsNames: string[];
160
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDC84\uD83D\uDC57\u2728\uD83C\uDF37";
161
+ export declare const categories: ("fashionTrends" | "beautyTips" | "sustainableFashion" | "accessoriesAndMore" | "diverseBeautyStandards")[];
162
+ export declare const subcategories: string[];
163
+ export declare const subsubcategories: string[];
164
+ export type Category = keyof typeof dataStructure;
165
+ export type CategoryNode = (typeof dataStructure)[Category];
166
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
167
+ export declare const startDate = "2024-09-10T00:00:00Z";
168
+ export declare const devBucketName = "idn-estheticsbloom-dev";
169
+ export declare const prodBucketName = "idn-estheticsbloom";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const t={fashionTrends:{title:"Explore the Latest Fashion Trends and Styles for Women 👗",description:"Discover the latest fashion trends, seasonal styles, and must-have wardrobe essentials for women. Stay ahead in style and beauty every season! 🌟",slug:"latest-fashion-trends",children:{latestFashionTrends:{title:"The Latest Fashion Trends Every Woman Should Know 🌈",description:"Uncover the hottest fashion trends that are captivating women everywhere. From chic styles to vibrant colors, be in vogue and express your individuality! 🌸",slug:"latest-fashion-trends-every-woman-should-know",children:null},seasonalStyles:{title:"Seasonal Styles to Elevate Your Wardrobe Each Season 🍂❄️",description:"Explore seasonal styles that transform your wardrobe throughout the year. Get inspired and embrace styles that suit every season beautifully! 🌼",slug:"seasonal-styles-to-elevate-your-wardrobe",children:null},wardrobeEssentials:{title:"Essential Wardrobe Items Every Woman Needs to Shine ✨",description:"From timeless classics to trendy pieces, discover wardrobe essentials that define your style and make dressing easy and fun, anytime! 👠",slug:"wardrobe-essentials-every-woman-needs",children:null},other:{title:"Diverse Fashion Insights and Unique Trends for All 🌍",description:"Delve into a world of diverse fashion insights and unique trends that celebrate individuality and creativity in women’s fashion. Stand out! 🌟",slug:"diverse-fashion-insights-and-unique-trends",children:null}}},beautyTips:{title:"Essential Beauty Tips for Flawless Skin and Stunning Style 💄✨",description:"Discover the ultimate beauty tips for women, featuring skincare routines, makeup guides, and hair care tips to enhance your beauty and confidence. 🌟",slug:"beauty-tips",children:{skincareRoutines:{title:"Skincare Routines for Radiant Skin: Unlocking Your Glow 🌼",description:"Explore expert skincare routines tailored for every skin type, ensuring you achieve that radiant glow and healthy complexion. Your journey starts here! 🌞",slug:"skincare-routines",children:null},makeupGuides:{title:"Makeup Guides: Enhance Your Features with Confidence 🎨",description:"Master the art of makeup with our comprehensive guides covering techniques, tips, and product recommendations to showcase your beauty. 💖",slug:"makeup-guides",children:null},hairCareTips:{title:"Hair Care Tips for Luxurious Locks: Shine and Style 💁‍♀️",description:"Discover essential hair care tips to maintain healthy, gorgeous hair with styling advice and product recommendations for every hair type. 🌺",slug:"hair-care-tips",children:null},other:{title:"Other Beauty Tips: Unique Ideas for Every Woman 💫",description:"Uncover a variety of beauty tips beyond skin and hair care, including fashion advice and wellness tips to help you feel your best every day! 🌷",slug:"other-beauty-tips",children:null}}},sustainableFashion:{title:"Discover Sustainable Fashion: Eco-Friendly Ideas & Trends 🌿",description:"Explore eco-friendly fashion practices, upcycling tips, and brands that prioritize sustainability. Elevate your style while caring for our planet! 🌍",slug:"sustainable-fashion",children:{ecoFriendlyBrands:{title:"Top Eco-Friendly Fashion Brands for Conscious Women 🌱",description:"Uncover the best eco-friendly fashion brands that offer stylish choices without compromising the planet. Discover ethical elegance! 🌺",slug:"eco-friendly-brands",children:null},upcyclingIdeas:{title:"Creative Upcycling Ideas to Transform Your Wardrobe ♻️",description:"Get inspired by innovative upcycling ideas to give your clothes a second life. Turn your fashion waste into new treasures! ✨",slug:"upcycling-ideas",children:null},ethicalFashionPractices:{title:"Essential Ethical Fashion Practices to Embrace Today 🌼",description:"Learn about the ethical fashion practices that make a difference. Embrace responsible fashion choices and elevate your style! 🌸",slug:"ethical-fashion-practices",children:null},other:{title:"Explore Other Sustainable Fashion Concepts & Tips 🌍",description:"Dive into a variety of sustainable fashion topics, tips, and trends that go beyond the basics. Discover what fashion can do for our world! 🌈",slug:"other-sustainable-concepts",children:null}}},accessoriesAndMore:{title:"Explore the Best Accessories & More for Women | EstheticsBloom 🌟",description:"Dive into the vibrant world of women's accessories. From stylish statement jewelry to chic handbags, discover trends that enhance your beauty. 💖",slug:"accessories-and-more",children:{statementJewelry:{title:"Elevate Your Style with Stunning Statement Jewelry 💍",description:"Discover bold and unique statement jewelry pieces that will accentuate your personal style and make you stand out from the crowd. ✨",slug:"statement-jewelry",children:null},handbagsAndPurses:{title:"Chic Handbags & Purses: Perfect Accessory for Every Occasion 👜",description:"Find the perfect handbag or purse that complements your outfits beautifully while adding flair and functionality to your style. 🌈",slug:"handbags-and-purses",children:null},footwearFashion:{title:"Trendy Footwear Fashion to Express Your Unique Style 👠",description:"Step into the latest footwear fashion trends tailored for women, offering both comfort and style for any outfit or occasion. 👡",slug:"footwear-fashion",children:null},other:{title:"Discover Unique Accessories & More for Your Fashion Needs 🎒",description:"Explore a variety of unique accessories that cater to every woman's fashion needs, boosting your style with delightful finds! 🌟",slug:"other-accessories",children:null}}},diverseBeautyStandards:{title:"Diverse Beauty Standards: A Celebration of Inclusivity 🌍✨",description:"Explore the diverse beauty standards that empower all women to embrace their unique identities. Discover beauty products, cultural practices, and body positivity! 💖",slug:"diverse-beauty-standards",children:{inclusiveBeautyProducts:{title:"Inclusive Beauty Products: Celebrate Every Shade 🌈💄",description:"Discover beauty products designed to celebrate every skin tone and type. Embrace inclusivity with our curated selection that caters to all! 🌟",slug:"inclusive-beauty-products",children:null},culturalBeautyPractices:{title:"Cultural Beauty Practices: Traditions and Trends 📜💖",description:"Delve into beauty practices from around the globe that highlight the significance of culture and tradition. Explore diverse beauty rituals and trends! 🌍✨",slug:"cultural-beauty-practices",children:null},bodyPositivity:{title:"Body Positivity: Embrace Your Beautiful Self 😊💪",description:"Join the body positivity movement! Embrace your body and learn how to celebrate your unique beauty with confidence and joy! 💖✨",slug:"body-positivity",children:null},other:{title:"Other Perspectives on Beauty: Beyond the Norms 🌸🙌",description:"Explore additional insights and perspectives on beauty that go beyond conventional standards. Embrace your individuality and uniqueness! 🌈✨",slug:"other",children:null}}}},i=e.AUTHORS_INFO.reduce(((e,t)=>Object.assign(Object.assign({},e),{[t.name]:[t.description]})),{}),s=e.AUTHORS_INFO.map((e=>e.name)),n="💄👗✨🌷",r=Object.keys(t),o=[],a=[];for(const e of r){const i=t[e];if(null==i?void 0:i.children){o.push(...Object.keys(i.children));for(const e of o){const t=i.children[e];(null==t?void 0:t.children)&&a.push(...Object.keys(t.children))}}}const l="2024-09-10T00:00:00Z",c="estheticsbloom",d=`idn-${c}-dev`,u=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=n,exports.authors=i,exports.authorsNames=s,exports.categories=r,exports.dataStructure=t,exports.devBucketName=d,exports.prodBucketName=u,exports.startDate=l,exports.subcategories=o,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ StyleSpectrum = "Style Spectrum",
3
+ BeautyBuzz = "Beauty Buzz",
4
+ TrendTracker = "Trend Tracker",
5
+ BodyPositivity = "Body Positivity",
6
+ BudgetingBeauty = "Budgeting Beauty"
7
+ }
8
+ type StyleSpectrumValues = 'Bohemian' | 'Chic' | 'Minimalist' | 'Vintage' | 'Athleisure';
9
+ type BeautyBuzzValues = 'Skincare Routines' | 'Makeup Tutorials' | 'Haircare Tips' | 'Nail Art Inspiration' | 'DIY Beauty Hacks';
10
+ type TrendTrackerValues = 'Seasonal Trends' | 'Sustainable Fashion' | 'Celebrity Styles' | 'Color Palettes' | 'Accessory Must-Haves';
11
+ type BodyPositivityValues = 'Curvy Fashion' | 'Petite Styling' | 'Plus Size Inspiration' | 'Inclusive Beauty' | 'Confidence Boosting';
12
+ type BudgetingBeautyValues = 'Affordable Finds' | 'Luxury for Less' | 'Thrifting Tips' | 'Seasonal Sales' | 'DIY Fashion Projects';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.StyleSpectrum]: StyleSpectrumValues[];
15
+ [FiltersNames.BeautyBuzz]: BeautyBuzzValues[];
16
+ [FiltersNames.TrendTracker]: TrendTrackerValues[];
17
+ [FiltersNames.BodyPositivity]: BodyPositivityValues[];
18
+ [FiltersNames.BudgetingBeauty]: BudgetingBeautyValues[];
19
+ };
20
+ export declare const styleSpectrumValues: StyleSpectrumValues[];
21
+ export declare const beautyBuzzValues: BeautyBuzzValues[];
22
+ export declare const trendTrackerValues: TrendTrackerValues[];
23
+ export declare const bodyPositivityValues: BodyPositivityValues[];
24
+ export declare const budgetingBeautyValues: BudgetingBeautyValues[];
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={})).StyleSpectrum="Style Spectrum",e.BeautyBuzz="Beauty Buzz",e.TrendTracker="Trend Tracker",e.BodyPositivity="Body Positivity",e.BudgetingBeauty="Budgeting Beauty";const t=["Bohemian","Chic","Minimalist","Vintage","Athleisure"],s=["Skincare Routines","Makeup Tutorials","Haircare Tips","Nail Art Inspiration","DIY Beauty Hacks"],r=["Seasonal Trends","Sustainable Fashion","Celebrity Styles","Color Palettes","Accessory Must-Haves"],i=["Curvy Fashion","Petite Styling","Plus Size Inspiration","Inclusive Beauty","Confidence Boosting"],a=["Affordable Finds","Luxury for Less","Thrifting Tips","Seasonal Sales","DIY Fashion Projects"],o={[exports.FiltersNames.StyleSpectrum]:[],[exports.FiltersNames.BeautyBuzz]:[],[exports.FiltersNames.TrendTracker]:[],[exports.FiltersNames.BodyPositivity]:[],[exports.FiltersNames.BudgetingBeauty]:[]},l={[exports.FiltersNames.StyleSpectrum]:t,[exports.FiltersNames.BeautyBuzz]:s,[exports.FiltersNames.TrendTracker]:r,[exports.FiltersNames.BodyPositivity]:i,[exports.FiltersNames.BudgetingBeauty]:a},u=()=>JSON.stringify(l,null,2);exports.beautyBuzzValues=s,exports.bodyPositivityValues=i,exports.budgetingBeautyValues=a,exports.fullFilters=l,exports.getFiltersTypesJSON=u,exports.initialFilters=o,exports.styleSpectrumValues=t,exports.trendTrackerValues=r;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),i=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.beautyBuzzValues=t.beautyBuzzValues,exports.bodyPositivityValues=t.bodyPositivityValues,exports.budgetingBeautyValues=t.budgetingBeautyValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.styleSpectrumValues=t.styleSpectrumValues,exports.trendTrackerValues=t.trendTrackerValues,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: EstheticsBloom is an engaging infotainment articles portal focused on fashion and beauty for women. It serves as a vibrant hub for the latest trends, expert tips, and innovative ideas, empowering women to express their style and enhance their beauty.\n - Detailed description: EstheticsBloom is a comprehensive online platform dedicated to providing women with a wealth of knowledge and inspiration in the realms of fashion and beauty. The portal features a diverse array of articles that cover the latest trends in clothing, accessories, skincare, and makeup, alongside practical tips and how-tos that make fashion and beauty accessible to all. The content is geared towards enhancing individuality, offering insights into sustainable fashion practices, and celebrating diverse beauty standards. By blending engaging storytelling with expert opinions, EstheticsBloom fosters a community of like-minded women who seek to elevate their personal style and beauty routines.\n - Target audience: The target audience for EstheticsBloom consists primarily of women aged 18-45 who are passionate about fashion and beauty. This includes fashion enthusiasts, beauty aficionados, and everyday women looking for practical advice and inspiration to enhance their personal style. The audience values quality content that is not only informative but also entertaining, and they are interested in staying updated on the latest trends while seeking authenticity and inclusivity in the fashion and beauty industry.\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## Tips and How-Tos\n- Skincare Routines for Different Skin Types\n- Haircare and Styling Basics\n\n## Sustainable Practices\n- Eco-Friendly Fashion Brands\n- Tips for Sustainable Grooming\n\n## Celebrating Diversity in Beauty\n- Inclusive Beauty Brands\n- Cultural Influences on Fashion\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 - Tips and How-Tos, 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 = "women of all ages";
6
+ export declare const IMAGES_PROHIBITED_WORDS = "any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling";
7
+ export declare const FILTERS_INFO: string;
@@ -0,0 +1 @@
1
+ "use strict";var e;const t="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: EstheticsBloom is an engaging infotainment articles portal focused on fashion and beauty for women. It serves as a vibrant hub for the latest trends, expert tips, and innovative ideas, empowering women to express their style and enhance their beauty.\n - Detailed description: EstheticsBloom is a comprehensive online platform dedicated to providing women with a wealth of knowledge and inspiration in the realms of fashion and beauty. The portal features a diverse array of articles that cover the latest trends in clothing, accessories, skincare, and makeup, alongside practical tips and how-tos that make fashion and beauty accessible to all. The content is geared towards enhancing individuality, offering insights into sustainable fashion practices, and celebrating diverse beauty standards. By blending engaging storytelling with expert opinions, EstheticsBloom fosters a community of like-minded women who seek to elevate their personal style and beauty routines.\n - Target audience: The target audience for EstheticsBloom consists primarily of women aged 18-45 who are passionate about fashion and beauty. This includes fashion enthusiasts, beauty aficionados, and everyday women looking for practical advice and inspiration to enhance their personal style. The audience values quality content that is not only informative but also entertaining, and they are interested in staying updated on the latest trends while seeking authenticity and inclusivity in the fashion and beauty industry.\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## Tips and How-Tos\n- Skincare Routines for Different Skin Types\n- Haircare and Styling Basics\n\n## Sustainable Practices\n- Eco-Friendly Fashion Brands\n- Tips for Sustainable Grooming\n\n## Celebrating Diversity in Beauty\n- Inclusive Beauty Brands\n- Cultural Influences on Fashion\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 - Tips and How-Tos, 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="women of all ages",s="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",r=`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=r,exports.IMAGES_PROHIBITED_WORDS=s,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:t})=>({prompt:`Award-winning hyper-real cinematic photo of a ${a}, ${o}, for an article ${t} from professional fashion and beauty photograph for a glossy fashion and beauty magazine, fashion style photography, glossy beauty 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}`,t=({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=t,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 Our Fashion and Beauty Experts - EstheticsBloom",description:"Discover the talented voices behind EstheticsBloom! 🌷 Our experts share insights on the latest trends, beauty tips, and style secrets to help you shine. ✨"},[exports.PageNames.Home]:{title:"EstheticsBloom: Your Ultimate Fashion & Beauty Destination",description:"Welcome to EstheticsBloom! 💖 Explore the world of fashion and beauty tailored just for women. Get the latest trends, tips, and inspiration to elevate your style! 👗🌼"},[exports.PageNames.NotFound]:{title:"404 Page Not Found - EstheticsBloom",description:"Oh no! 😢 The page you're looking for doesn't exist. But don’t worry, our fabulous fashion and beauty content is just a click away! 🛍️"},[exports.PageNames.AboutUs]:{title:"About EstheticsBloom - Your Fashion & Beauty Haven",description:"At EstheticsBloom, we celebrate women's beauty and style. 🌸 Learn more about our mission to empower and inspire your fashion journey. 💄✨"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy - EstheticsBloom",description:"Your privacy matters to us. 🔒 Discover how EstheticsBloom protects your information and maintains your trust while you explore fashion and beauty! 🌷"},[exports.PageNames.Terms]:{title:"Terms of Service - EstheticsBloom",description:"Read our Terms of Service to understand your rights and responsibilities while using EstheticsBloom. 📜 Join our fashion and beauty community responsibly! 💕"},[exports.PageNames.Sitemap]:{title:"Sitemap - Explore EstheticsBloom",description:"Navigate through EstheticsBloom effortlessly! 🗺️ Our sitemap helps you find all resources related to fashion and beauty tailored for women. 🌟"}},t=[{name:"Ritika Sharma",description:"Ritika Sharma is a renowned beauty expert and fashion stylist with over 8 years of experience in the industry. As a former model turned writer, she brings a unique perspective to the world of fashion and beauty, focusing on sustainable practices and inclusivity. Her work has appeared in leading magazines and websites.",meta_title:"Ritika Sharma - Fashion & Beauty Expert | EstheticsBloom",meta_description:"Explore the world of beauty and fashion with Ritika Sharma, an expert with 8 years of experience. Discover tips on sustainable practices and inclusivity at EstheticsBloom."},{name:"Meera Kapoor",description:"Meera Kapoor is a fashion journalist and beauty influencer known for her insightful articles and trend predictions. With a decade of experience, she has collaborated with several prominent brands and is passionate about promoting body positivity and self-love within the fashion community.",meta_title:"Meera Kapoor - Fashion Journalist | EstheticsBloom",meta_description:"Join Meera Kapoor on a journey through the latest fashion trends and beauty insights. Her decade-long experience makes her a trusted voice in the industry at EstheticsBloom."},{name:"Aisha Gupta",description:"Aisha Gupta is a digital marketer and fashion consultant with a focus on women's wear. She has worked with several top brands to enhance their digital presence and is passionate about empowering women through fashion and beauty. Aisha writes about integrating digital strategies in fashion.",meta_title:"Aisha Gupta - Digital Marketer & Fashion Consultant | EstheticsBloom",meta_description:"Discover digital strategies with Aisha Gupta, a fashion consultant and digital marketer. Empower your style and enhance your wardrobe with her expert guidance at EstheticsBloom."},{name:"Sofia Das",description:"Sofia Das, a professional makeup artist and skincare specialist, has over 12 years of experience in the beauty industry. Known for her innovative makeup techniques and skincare routines, Sofia shares her insights on beauty trends and product reviews, helping women discover their inner beauty.",meta_title:"Sofia Das - Makeup Artist & Skincare Specialist | EstheticsBloom",meta_description:"Transform your beauty routine with Sofia Das, a makeup artist and skincare expert. Find the latest beauty trends and product reviews to enhance your natural glow at EstheticsBloom."},{name:"Priya Mehra",description:"Priya Mehra is a fashion photographer and blogger with a decade of experience capturing the essence of women’s fashion. Her stunning visuals, coupled with insightful articles on style tips and photography, engage a community of fashion enthusiasts looking for inspiration and guidance.",meta_title:"Priya Mehra - Fashion Photographer & Blogger | EstheticsBloom",meta_description:"Explore fashion through the lens of Priya Mehra, a prominent photographer and blogger. Get inspired by her visual storytelling and insightful style tips at EstheticsBloom."},{name:"Nisha Rao",description:"Nisha Rao is a celebrity stylist turned fashion advocate. With over 15 years in the industry, she specializes in curating looks for women of all body types and promotes inclusivity in fashion. Nisha's articles combine style and confidence, inspiring women to embrace their uniqueness.",meta_title:"Nisha Rao - Celebrity Stylist & Fashion Advocate | EstheticsBloom",meta_description:"Embrace your unique style with Nisha Rao, a celebrity stylist advocating for inclusivity in fashion. Discover empowering articles and style tips at EstheticsBloom."},{name:"Vani Reddy",description:"Vani Reddy is a lifestyle and fashion writer with a passion for ethnic wear. With over 7 years of experience, she explores the beauty of traditional attire while incorporating modern trends. Vani aims to bridge the gap between tradition and contemporary fashion for modern women.",meta_title:"Vani Reddy - Lifestyle & Fashion Writer | EstheticsBloom",meta_description:"Explore the fusion of tradition and modernity with Vani Reddy, a lifestyle and fashion writer. Discover articles on ethnic wear and contemporary style at EstheticsBloom."},{name:"Kavita Singh",description:"Kavita Singh is a freelance writer specializing in beauty and wellness. With a background in holistic health, she offers insights on natural beauty treatments and wellness practices that empower women to feel good inside and out. Her articles focus on mind-body harmony in beauty.",meta_title:"Kavita Singh - Beauty & Wellness Writer | EstheticsBloom",meta_description:"Reconnect with your inner beauty through the insights of Kavita Singh, a beauty and wellness writer. Discover natural treatments and wellness practices at EstheticsBloom."},{name:"Anjali Verma",description:"Anjali Verma is a fashion entrepreneur and influencer with a keen eye for emerging trends. With over 9 years of experience, her articles focus on entrepreneurship in fashion, offering women guidance on building their brands and personal styles in the competitive industry.",meta_title:"Anjali Verma - Fashion Entrepreneur & Influencer | EstheticsBloom",meta_description:"Explore the world of fashion entrepreneurship with Anjali Verma, an influential figure in the industry. Get inspired to build your personal brand at EstheticsBloom."},{name:"Sunaina Joshi",description:"Sunaina Joshi is a fashion and beauty educator who has spent the last 11 years sharing her expertise through workshops and articles. Her focus on fashion education empowers women to express themselves creatively, and she advocates for educational resources in the fashion industry.",meta_title:"Sunaina Joshi - Fashion & Beauty Educator | EstheticsBloom",meta_description:"Unlock your creative potential with Sunaina Joshi, a dedicated fashion and beauty educator. Explore her articles on self-expression and fashion resources at EstheticsBloom."},{name:"Ananya Sharma",description:"Ananya Sharma is a celebrated fashion journalist and stylist based in Mumbai. With over 8 years of experience in the fashion industry, she has collaborated with numerous top brands and is known for her trend analysis and personal styling expertise.",meta_title:"Ananya Sharma - Fashion Expert at EstheticsBloom",meta_description:"Discover the style secrets of Ananya Sharma, a leading fashion journalist with over 8 years of experience, sharing her insights on women’s fashion and beauty at EstheticsBloom."},{name:"Tara Mehta",description:"Tara Mehta is a beauty influencer and writer with a passion for sustainable beauty products. She has a background in cosmetic chemistry and uses her platform to advocate for eco-friendly practices in beauty and wellness.",meta_title:"Tara Mehta - Eco-Friendly Beauty Advocate at EstheticsBloom",meta_description:"Join Tara Mehta, an eco-conscious beauty writer, as she explores sustainable beauty options and shares her expert knowledge at EstheticsBloom."},{name:"Priya Kapoor",description:"Priya Kapoor is an award-winning beauty editor and author known for her in-depth knowledge of skincare. With over a decade of experience, she curates content that educates women on skincare routines and product recommendations.",meta_title:"Priya Kapoor - Skincare Specialist at EstheticsBloom",meta_description:"Learn from Priya Kapoor, a skincare expert with over a decade of experience, as she provides essential tips and recommendations for radiant skin at EstheticsBloom."},{name:"Nisha Desai",description:"Nisha Desai is a fashion consultant and digital strategist with over 5 years in the industry. She specializes in helping women build their personal brands through fashion and style.",meta_title:"Nisha Desai - Personal Branding through Fashion at EstheticsBloom",meta_description:"Explore Nisha Desai's strategies for building your personal brand through fashion and style, backed by her 5+ years of experience, at EstheticsBloom."},{name:"Aditi Rao",description:"Aditi Rao is a lifestyle and beauty writer who focuses on the intersection of wellness and style. Her writing features holistic approaches to beauty, empowering women with mindful choices.",meta_title:"Aditi Rao - Mindful Beauty Writer at EstheticsBloom",meta_description:"Delve into the holistic beauty world with Aditi Rao, a lifestyle writer passionate about wellness and style, sharing wisdom at EstheticsBloom."},{name:"Reema Singh",description:"Reema Singh is a fashion photographer and stylist whose work brings the latest trends to life. With a keen eye for detail, she provides readers with visual stories that inspire their fashion choices.",meta_title:"Reema Singh - Visual Storyteller of Fashion at EstheticsBloom",meta_description:"Experience the artistic vision of Reema Singh, a fashion photographer and stylist, as she brings the latest trends to life at EstheticsBloom."},{name:"Farah Khan",description:"Farah Khan is a prominent editor and creative director in the beauty space. With extensive experience in fashion journalism, she is dedicated to educating women about the latest beauty trends and innovations.",meta_title:"Farah Khan - Creative Director and Beauty Editor at EstheticsBloom",meta_description:"Stay ahead of the beauty curve with Farah Khan, a seasoned beauty editor and creative director, sharing her insights and trends at EstheticsBloom."},{name:"Sneha Iyer",description:"Sneha Iyer is an emerging fashion designer and blogger with a deep love for Indian textiles. She merges traditional craftsmanship with contemporary designs, offering unique perspectives on fashion.",meta_title:"Sneha Iyer - Fusion Fashion Designer at EstheticsBloom",meta_description:"Explore the rich tapestry of tradition and modernity with Sneha Iyer, a fusion fashion designer, as she shares her unique insights at EstheticsBloom."},{name:"Kiran Sethi",description:"Kiran Sethi is a beauty and fashion consultant who works with various celebrities and brands. With a flair for the latest trends, she curates content that resonates with the modern woman.",meta_title:"Kiran Sethi - Celebrity Consultant and Trend Curator at EstheticsBloom",meta_description:"Get inspired by Kiran Sethi, a beauty and fashion consultant, as she shares insider tips and trends that define modern femininity at EstheticsBloom."},{name:"Meera Joshi",description:"Meera Joshi is a fashion and beauty writer whose work focuses on diversity and inclusivity in the industry. With a background in cultural studies, her articles celebrate multicultural beauty.",meta_title:"Meera Joshi - Advocate for Inclusive Beauty at EstheticsBloom",meta_description:"Celebrate diversity with Meera Joshi, a fashion and beauty writer dedicated to inclusivity and multicultural experiences at EstheticsBloom."},{name:"Ananya Singh",description:"Ananya is a seasoned fashion blogger with over 7 years of experience in the beauty industry. She has worked with leading fashion magazines and collaborated with top brands. Her expertise lies in sustainable fashion, and she focuses on empowering women through her writings.",meta_title:"Ananya Singh | Fashion & Beauty Expert at EstheticsBloom",meta_description:"Discover Ananya Singh's insights on sustainable fashion and beauty. With over 7 years of expertise, she inspires women to embrace eco-friendly choices."},{name:"Riya Kapoor",description:"Riya Kapoor is a beauty influencer and makeup artist with a passion for holistic beauty. With more than 5 years of experience, she writes about natural skincare regimes and shares tips on makeup techniques that enhance natural beauty.",meta_title:"Riya Kapoor | Holistic Beauty Influencer at EstheticsBloom",meta_description:"Learn about natural skincare and makeup techniques from Riya Kapoor. A passionate beauty influencer with 5 years of experience."},{name:"Lakshmi Sharma",description:"Lakshmi is an experienced beauty editor with over a decade of expertise in the fashion publishing sector. She excels in reviewing cosmetics and beauty products, helping readers make informed choices in their beauty routines.",meta_title:"Lakshmi Sharma | Beauty Editor at EstheticsBloom",meta_description:"Read expert beauty product reviews from Lakshmi Sharma, with over a decade of experience in the fashion publishing industry."},{name:"Priya Desai",description:"Priya is a vibrant fashion enthusiast and freelance writer. Her articles touch on diverse styles influenced by Indian culture, and she aims to inspire women of all shapes and sizes to express themselves through fashion.",meta_title:"Priya Desai | Fashion Enthusiast & Writer at EstheticsBloom",meta_description:"Discover fashion inspiration from Priya Desai, a passionate writer exploring diverse styles influenced by Indian culture."},{name:"Aditi Bansal",description:"Aditi is a digital marketing expert turned fashion blogger, with over 6 years in beauty marketing. She writes about the intersection of fashion, beauty, and digital trends, helping readers navigate the online fashion landscape.",meta_title:"Aditi Bansal | Digital Fashion Marketer at EstheticsBloom",meta_description:"Navigate the online fashion world with insights from Aditi Bansal, a former digital marketing expert turned fashion blogger."},{name:"Kavita Iyer",description:"Kavita is a lifestyle writer with a keen focus on wellness and beauty. She has authored several articles on self-care rituals and beauty routines that empower women, alongside her workshops on body positivity.",meta_title:"Kavita Iyer | Wellness & Beauty Writer at EstheticsBloom",meta_description:"Empower yourself with wellness and beauty tips from Kavita Iyer, a lifestyle writer who promotes self-care and body positivity."},{name:"Sanya Mehta",description:"Sanya is a fashion illustrator and blogger who brings creative flair to her writing. With specialization in visual storytelling, she inspires her readers to express their individuality through artful fashion.",meta_title:"Sanya Mehta | Fashion Illustrator & Writer at EstheticsBloom",meta_description:"Join Sanya Mehta as she combines fashion illustration with her insightful writing, inspiring women to express their individuality."},{name:"Pooja Malhotra",description:"Pooja is an expert makeup artist and beauty writer passionate about makeup artistry. She shares tutorials, product reviews, and the latest beauty techniques, backed by her extensive hands-on experience.",meta_title:"Pooja Malhotra | Makeup Artist & Beauty Writer at EstheticsBloom",meta_description:"Learn makeup artistry from Pooja Malhotra, an expert who shares tutorials and the latest beauty techniques from her vast experience."},{name:"Aditi Mehta",description:"Aditi Mehta is a fashion journalist with over a decade of experience in the industry. She is known for her trend-forward articles that explore cultural influences on contemporary fashion. Based in Mumbai, Aditi has collaborated with several renowned fashion magazines and has a flair for sustainable fashion.",meta_title:"Aditi Mehta - Fashion Enthusiast and Writer at EstheticsBloom",meta_description:"Discover the latest fashion trends and sustainable styles with Aditi Mehta, a seasoned fashion journalist bringing over 10 years of expertise to EstheticsBloom."},{name:"Neha Singh",description:"Neha Singh is a beauty editor and skincare consultant with a passion for holistic beauty approaches. With a Master's degree in Cosmetic Science, she writes insightful articles that bridge traditional Ayurvedic wisdom with modern beauty trends. Neha's work has inspired countless women to embrace their natural beauty.",meta_title:"Neha Singh - Beauty Editor and Expert at EstheticsBloom",meta_description:"Explore holistic beauty tips and skincare secrets from Neha Singh, a beauty editor with a Master's in Cosmetic Science, exclusively at EstheticsBloom."},{name:"Riya Choudhary",description:"Riya Choudhary is a passionate advocate for body positivity and self-love in the fashion world. As a plus-size model and fashion influencer, she writes about celebrating all body types and encourages women to embrace their individuality. Her articles are empowering and inclusive, making a significant impact on the fashion landscape.",meta_title:"Riya Choudhary - Body Positivity Advocate at EstheticsBloom",meta_description:"Empower your fashion journey with Riya Choudhary, a body positivity advocate and plus-size model sharing inspiring stories at EstheticsBloom."},{name:"Sneha Desai",description:"Sneha Desai is a seasoned fashion consultant and stylist who has worked with numerous celebrities in India. Her expertise lies in creating timeless looks that reflect both modern trends and classic elegance. Through her articles, she offers style advice that empowers women to express themselves through fashion.",meta_title:"Sneha Desai - Fashion Consultant and Stylist at EstheticsBloom",meta_description:"Get inspired by Sneha Desai's timeless style tips and celebrity insights by following her articles at EstheticsBloom, your go-to fashion portal."},{name:"Sanya Sharma",description:"Sanya Sharma is a beauty and lifestyle blogger who specializes in affordable beauty care. With certifications in beauty therapy, she shares practical and budget-friendly tips for enhancing personal aesthetics. Sanya's engaging writing style and relatable content have garnered a loyal following among women seeking value-driven beauty solutions.",meta_title:"Sanya Sharma - Affordable Beauty Blogger at EstheticsBloom",meta_description:"Discover affordable beauty tips and lifestyle hacks with Sanya Sharma, your go-to beauty blogger at EstheticsBloom."},{name:"Tanvi Bhatia",description:"Tanvi Bhatia is a fashion and lifestyle content creator with a focus on the intersection of fashion and culture. With a background in sociology, she writes compelling narratives that highlight diverse cultural influences shaping modern beauty and fashion trends.",meta_title:"Tanvi Bhatia - Cultural Fashion Writer at EstheticsBloom",meta_description:"Dive into the world of fashion and cultural narratives with Tanvi Bhatia, an influencer sharing stories that celebrate diversity at EstheticsBloom."},{name:"Kriti Joshi",description:"Kriti Joshi is a makeup artist turned beauty writer who shares insights on the latest beauty techniques and products. With over 5 years of hands-on experience in the beauty industry, Kriti provides honest reviews and tutorials that cater to all skill levels, encouraging women to experiment and feel fabulous.",meta_title:"Kriti Joshi - Makeup Artist and Beauty Writer at EstheticsBloom",meta_description:"Enhance your makeup skills with Kriti Joshi's expert tutorials and product insights, exclusively on EstheticsBloom."},{name:"Meera Patel",description:"Meera Patel is a wellness coach and beauty expert focused on inner beauty and self-care. Her articles emphasize mental wellness, holistic skincare, and nurturing self-esteem through beauty rituals. With certifications in holistic health, Meera strives to redefine beauty from the inside out.",meta_title:"Meera Patel - Wellness and Beauty Coach at EstheticsBloom",meta_description:"Explore holistic beauty and self-care with Meera Patel, a wellness coach redefining beauty from the inside out at EstheticsBloom."},{name:"Poonam Verma",description:"Poonam Verma is a fashion historian and writer who uncovers the stories behind iconic fashion trends. Her academic background in fashion history allows her to provide readers with rich historical contexts behind modern styles, offering a unique take on fashion and beauty for women.",meta_title:"Poonam Verma - Fashion Historian at EstheticsBloom",meta_description:"Unravel the intriguing stories behind fashion trends with Poonam Verma, a fashion historian sharing her insights at EstheticsBloom."},{name:"Sophia Lee",description:"Sophia Lee is a fashion journalist with over 10 years of experience, specializing in women's fashion trends. Based in New York, she has worked with prominent fashion magazines and online portals. Her passion for sustainable fashion translates into her writings, encouraging women to make stylish yet eco-friendly choices.",meta_title:"Sophia Lee - Fashion and Beauty Expert at EstheticsBloom",meta_description:"Discover the insights of Sophia Lee, a seasoned fashion journalist with a decade of experience in women's fashion trends. Explore her articles for sustainable style tips and chic beauty recommendations."},{name:"Fatima Ahmed",description:"Based in Dubai, Fatima Ahmed is an established beauty blogger and makeup artist known for her expertise in Middle Eastern beauty trends. She has collaborated with leading brands and offers practical tips for maintaining radiant skin and stylish looks. Her articles at EstheticsBloom reflect the vibrant aesthetics of beauty across cultures.",meta_title:"Fatima Ahmed - Beauty Maven at EstheticsBloom",meta_description:"Join Fatima Ahmed, a beauty blogger and makeup artist from Dubai, as she shares expert tips on beauty trends and makeup techniques. Discover her unique perspective on women's beauty at EstheticsBloom."},{name:"Emma Johnson",description:"Emma Johnson is a UK-based fashion stylist and influencer with a keen eye for contemporary women's fashion. With her extensive experience attending global fashion weeks, she brings trend forecasts and styling advice directly to the EstheticsBloom audience, ensuring they remain on the pulse of fashion.",meta_title:"Emma Johnson - Fashion Stylist at EstheticsBloom",meta_description:"Explore the latest fashion trends with Emma Johnson, a renowned fashion stylist from the UK. Get inspired by her styling tips and find out how to align your wardrobe with contemporary looks at EstheticsBloom."},{name:"Lila Chen",description:"Lila Chen, hailing from Shanghai, combines her knowledge of fashion and technology as an editor and writer for several international fashion platforms. Her innovative approach to marrying high fashion with tech trends makes her a valuable contributor to EstheticsBloom, where she shares unique insights.",meta_title:"Lila Chen - Fashion Tech Writer at EstheticsBloom",meta_description:"Meet Lila Chen, a fashion and technology writer from Shanghai, who merges style with innovation. Dive into her articles on fashion trends at EstheticsBloom and discover the future of women's fashion."},{name:"Amina Kabir",description:"Amina Kabir is a beauty consultant and wellness advocate based in Nairobi. With over 8 years of experience, she focuses on organic beauty solutions and promoting self-love among women. Her articles at EstheticsBloom empower women to embrace natural beauty and wellness in their routines.",meta_title:"Amina Kabir - Natural Beauty Advocate at EstheticsBloom",meta_description:"Learn from Amina Kabir, a beauty consultant from Nairobi, as she emphasizes the importance of organic beauty and self-care. Discover wellness tips and natural beauty routines at EstheticsBloom."},{name:"Isabella Rossi",description:"Isabella Rossi is an Italian fashion historian and author based in Florence, with a deep understanding of fashion's evolution. Her scholarly articles offer readers a blend of historical context and modern trends, enriching the content at EstheticsBloom with unique perspectives.",meta_title:"Isabella Rossi - Fashion Historian at EstheticsBloom",meta_description:"Explore the world of fashion history with Isabella Rossi, an expert from Florence. Her insightful articles at EstheticsBloom connect past styles to today's trends, offering a comprehensive look at women's fashion."},{name:"Alia Rahman",description:"Alia Rahman is a beauty entrepreneur and influencer passionate about empowering women through beauty. Based in Lahore, she runs a successful beauty business and writes extensively on makeup tutorials, skincare, and beauty products tailored for South Asian skin.",meta_title:"Alia Rahman - Beauty Entrepreneur at EstheticsBloom",meta_description:"Join Alia Rahman, a renowned beauty entrepreneur from Lahore, as she shares her knowledge on skincare and makeup for South Asian skin. Discover her articles filled with tips and reviews at EstheticsBloom."},{name:"Clara Thompson",description:"Clara Thompson, a fashion editor from Toronto, brings years of experience in curating content for major fashion outlets. Her passion lies in promoting inclusive fashion, ensuring all women feel represented. At EstheticsBloom, she shares articles that resonate with diverse audiences.",meta_title:"Clara Thompson - Inclusive Fashion Editor at EstheticsBloom",meta_description:"Read about the latest inclusive fashion trends with Clara Thompson, a Toronto-based fashion editor. At EstheticsBloom, she champions diversity and representation in women's fashion."},{name:"Yuiko Takahashi",description:"Yuiko Takahashi is a Japanese fashion designer and blogger who writes about cross-cultural fashion influences across Asia. Living in Tokyo, she is passionate about blending traditional elements with contemporary fashion trends. Her unique perspective enhances the content richness at EstheticsBloom.",meta_title:"Yuiko Takahashi - Cross-Cultural Fashion Designer at EstheticsBloom",meta_description:"Explore fashion through the eyes of Yuiko Takahashi, a Tokyo-based designer who blends tradition with modernity. Discover her thoughts on Asian fashion influences at EstheticsBloom."},{name:"Maya Simmons",description:"Maya Simmons is a fashion and beauty activist based in Los Angeles, known for her work in championing body positivity and diversity in the industry. With a decade of experience in social media and blogging, her voice at EstheticsBloom inspires countless women to embrace their unique beauty.",meta_title:"Maya Simmons - Body Positivity Advocate at EstheticsBloom",meta_description:"Meet Maya Simmons, a body positivity advocate from Los Angeles. Explore her empowering articles at EstheticsBloom that promote diversity and self-acceptance in fashion and beauty."},{name:"Amelia Spencer",description:"Amelia Spencer is a seasoned fashion journalist with over 10 years of experience covering women's fashion and beauty trends. She has worked with renowned magazines and websites, bringing fresh perspectives and insights on style. Amelia is passionate about sustainable fashion and empowering women through style.",meta_title:"Amelia Spencer - Fashion and Beauty Expert at EstheticsBloom",meta_description:"Discover the insightful articles and fashion tips from Amelia Spencer, a veteran fashion journalist with a deep passion for sustainable women’s fashion and beauty."},{name:"Clara Ortega",description:"Clara Ortega hails from Madrid and is a fashion stylist with over 8 years of experience in styling women for special events and everyday wear. Her work is featured in various fashion blogs, and she aims to inspire women to express themselves through clothing.",meta_title:"Clara Ortega - Fashion Stylist and Contributor at EstheticsBloom",meta_description:"Get fashion advice and styling tips from Clara Ortega, an experienced fashion stylist dedicated to helping women express their unique style."},{name:"Nia Robinson",description:"Nia Robinson is a beauty editor and content creator based in New York City. With a degree in fashion journalism, she has created engaging content for various beauty brands. Nia is committed to promoting inclusivity and diversity within the beauty industry.",meta_title:"Nia Robinson - Beauty Editor at EstheticsBloom",meta_description:"Dive into Nia Robinson’s articles focused on beauty trends and inclusivity, and discover her passion for diversity in the beauty industry."},{name:"Sophie Kim",description:"Sophie Kim is a fashion designer and writer from Seoul, combining her creative skills with a passion for women's fashion. With her unique insights into both design and literature, Sophie shares her ideas on the latest trends and personal style tips.",meta_title:"Sophie Kim - Fashion Designer and Writer at EstheticsBloom",meta_description:"Join Sophie Kim in exploring the latest trends in women’s fashion through her unique perspective as a fashion designer and writer."},{name:"Chloe Martinez",description:"Chloe Martinez is an experienced beauty consultant and lifestyle blogger from Buenos Aires. She focuses on clean beauty and self-care routines, empowering women to make conscious choices about their beauty products.",meta_title:"Chloe Martinez - Lifestyle Blogger and Beauty Consultant at EstheticsBloom",meta_description:"Learn about clean beauty and self-care from Chloe Martinez, a dedicated lifestyle blogger aiming to empower women through informed beauty choices."},{name:"Zara Patel",description:"Zara Patel is a wellness and beauty enthusiast based in Mumbai, specializing in holistic skincare solutions. With a background in herbal therapies, Zara provides practical tips for maintaining beauty through natural ingredients.",meta_title:"Zara Patel - Wellness and Beauty Specialist at EstheticsBloom",meta_description:"Explore holistic skincare solutions and wellness tips from Zara Patel, where natural beauty meets practical advice."},{name:"Issa Adams",description:"Issa Adams is a fashion ambassador and digital content creator from London, focusing on street style and contemporary fashion trends. With a rich background in fashion marketing, she inspires women to embrace their individuality through style.",meta_title:"Issa Adams - Fashion Ambassador and Contributor at EstheticsBloom",meta_description:"Discover street style inspirations and contemporary fashion trends from Issa Adams, empowering women to showcase their individuality through fashion."},{name:"Elena Russo",description:"Elena Russo is a Paris-based makeup artist and beauty blogger with over 6 years of experience in the fashion industry. She specializes in bridal and special occasion makeup, sharing her expertise through engaging tutorials and product reviews.",meta_title:"Elena Russo - Makeup Artist and Beauty Blogger at EstheticsBloom",meta_description:"Get expert makeup tips and tutorials from Elena Russo, a professional makeup artist renowned for her bridal and special occasion beauty expertise."},{name:"Aisha Jamil",description:"Aisha Jamil is a budding fashion journalist from Dubai, focusing on Middle Eastern fashion trends and cultural styles. With a knack for storytelling, she shares unique insights and diverse perspectives on women's fashion.",meta_title:"Aisha Jamil - Fashion Journalist at EstheticsBloom",meta_description:"Join Aisha Jamil as she explores Middle Eastern fashion trends and cultural styles, bringing fresh insights and diverse perspectives to women’s fashion."}],a=t.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=t,exports.AUTHORS_META=a,exports.PAGES_SEO=i;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#4a0c0c;--theme-color-8:#6d2a37;--theme-color-7:#9b5d6b;--theme-color-6:#c4a3b1;--theme-color-5:#e3c3d3;--theme-color-3:#f2e8e6;--theme-color-2:#faf0f1;--color-bg-layout:#ffffff;--color-bg-hover:#f5e1e1;--article-border-radius:25px;--btn-border-radius:10px;--category-border-radius:30px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.240",
3
+ "version": "1.3.242",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [