@myissue/vue-website-page-builder 3.3.80 → 3.3.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/{ar-BKP2GbBb.js → ar-COgc0DCm.js} +82 -35
  2. package/dist/{de-CX2p6WRg.js → de-CGky7E-a.js} +61 -15
  3. package/dist/{en-hbIz7x2o.js → en-DU_tZbAN.js} +82 -35
  4. package/dist/{es-BxsOdyOn.js → es-OjYclQFK.js} +68 -23
  5. package/dist/{fr-SEE-rKYV.js → fr-q_n3yaNn.js} +82 -37
  6. package/dist/{hi-DZd4Kv3J.js → hi-PCyw3ByF.js} +84 -39
  7. package/dist/{ja-BGzkN2We.js → ja-fF78DiFn.js} +79 -34
  8. package/dist/{pt-BMfrvh-9.js → pt-h1yUOPEo.js} +70 -25
  9. package/dist/{ru-wi4VbdJp.js → ru-91i2N905.js} +80 -35
  10. package/dist/style.css +1 -1
  11. package/dist/vue-website-page-builder.js +6945 -6987
  12. package/dist/vue-website-page-builder.umd.cjs +72 -117
  13. package/dist/{zh-Hans-B4txt13y.js → zh-Hans-DU7U45Js.js} +84 -39
  14. package/package.json +1 -1
  15. package/src/Components/DemoUnsplash.vue +25 -22
  16. package/src/Components/PageBuilder/DefaultComponents/DefaultBuilderComponents.vue +23 -4
  17. package/src/Components/PageBuilder/EditorMenu/Editables/ComponentTopMenu.vue +1 -1
  18. package/src/Components/PageBuilder/EditorMenu/Editables/EditGetElement.vue +9 -10
  19. package/src/Components/PageBuilder/EditorMenu/Editables/ImageEditor.vue +6 -6
  20. package/src/Components/PageBuilder/ToolbarOption/ToolbarOption.vue +2 -2
  21. package/src/Components/TipTap/TipTapInput.vue +1 -1
  22. package/src/PageBuilder/PageBuilder.vue +9 -8
  23. package/src/css/style.css +1 -1
  24. package/src/locales/ar.json +40 -1
  25. package/src/locales/de.json +40 -1
  26. package/src/locales/en.json +42 -2
  27. package/src/locales/es.json +41 -2
  28. package/src/locales/fr.json +41 -2
  29. package/src/locales/hi.json +41 -2
  30. package/src/locales/ja.json +41 -3
  31. package/src/locales/pt.json +41 -2
  32. package/src/locales/ru.json +41 -2
  33. package/src/locales/zh-Hans.json +41 -3
  34. package/src/tests/componentsArray.test.json +6 -6
  35. package/src/utils/componentPreviews.ts +14 -59
  36. package/src/utils/html-elements/component.ts +12 -15
  37. package/src/utils/html-elements/componentHelpers.ts +5 -8
@@ -49,8 +49,8 @@ export const generateComponentPreview = (title: string): string => {
49
49
  `,
50
50
  },
51
51
 
52
- '2 Vertical Images': {
53
- title: '2 Vertical Images',
52
+ 'Two Vertical Images': {
53
+ title: 'Two Vertical Images',
54
54
  svg: `
55
55
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 133.88 122.11">
56
56
  <defs>
@@ -84,8 +84,8 @@ export const generateComponentPreview = (title: string): string => {
84
84
  `,
85
85
  },
86
86
 
87
- '2 Square Images': {
88
- title: '2 Square Images',
87
+ 'Two Square Images': {
88
+ title: 'Two Square Images',
89
89
  svg: `
90
90
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120.18 57.68">
91
91
  <defs>
@@ -119,8 +119,8 @@ export const generateComponentPreview = (title: string): string => {
119
119
  `,
120
120
  },
121
121
 
122
- '3 Square Images': {
123
- title: '3 Square Images',
122
+ 'Three Square Images': {
123
+ title: 'Three Square Images',
124
124
  svg: `
125
125
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 177.28 53.92">
126
126
  <defs>
@@ -145,8 +145,8 @@ export const generateComponentPreview = (title: string): string => {
145
145
  `,
146
146
  },
147
147
 
148
- '6 Square Images Grid': {
149
- title: '6 Square Images Grid',
148
+ 'Six Square Images Grid': {
149
+ title: 'Six Square Images Grid',
150
150
  svg: `
151
151
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 177.28 120.27">
152
152
  <defs>
@@ -210,8 +210,8 @@ export const generateComponentPreview = (title: string): string => {
210
210
  `,
211
211
  },
212
212
 
213
- '3 Vertical Images': {
214
- title: '3 Vertical Images',
213
+ 'Three Vertical Images': {
214
+ title: 'Three Vertical Images',
215
215
  svg: `
216
216
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 179.84 110.72">
217
217
  <defs>
@@ -236,8 +236,8 @@ export const generateComponentPreview = (title: string): string => {
236
236
  `,
237
237
  },
238
238
 
239
- '4 Square Images With Text': {
240
- title: '4 Square Images With Text',
239
+ 'Four Square Images With Text': {
240
+ title: 'Four Square Images With Text',
241
241
  svg: `
242
242
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 190.33 55.9">
243
243
  <defs>
@@ -278,8 +278,8 @@ export const generateComponentPreview = (title: string): string => {
278
278
  `,
279
279
  },
280
280
 
281
- '3 Square Images With Text': {
282
- title: '3 Square Images With Text',
281
+ 'Three Square Images With Text': {
282
+ title: 'Three Square Images With Text',
283
283
  svg: `
284
284
  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 177.28 70.84">
285
285
  <defs>
@@ -312,51 +312,6 @@ export const generateComponentPreview = (title: string): string => {
312
312
  </svg>
313
313
  `,
314
314
  },
315
-
316
- '2 Square Images With Text': {
317
- title: '2 Square Images With Text',
318
- svg: `
319
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.18 75.79">
320
- <defs>
321
- <style>
322
- .cls-1 {
323
- fill: #384152;
324
- }
325
-
326
- .cls-2 {
327
- fill: #718096;
328
- }
329
- </style>
330
- </defs>
331
- <g>
332
- <g>
333
- <rect class="cls-1" width="57.68" height="57.68"/>
334
- <g>
335
- <polygon class="cls-2" points="8.77 37.45 23.11 20.25 37.44 37.45 8.77 37.45"/>
336
- <polygon class="cls-2" points="34.58 37.45 41.74 28.85 48.91 37.45 34.58 37.45"/>
337
- <circle class="cls-2" cx="41.74" cy="22.62" r="2.39"/>
338
- </g>
339
- </g>
340
- <g>
341
- <rect class="cls-1" x="64.5" width="57.68" height="57.68"/>
342
- <g>
343
- <polygon class="cls-2" points="73.27 37.45 87.61 20.25 101.94 37.45 73.27 37.45"/>
344
- <polygon class="cls-2" points="99.07 37.45 106.24 28.85 113.41 37.45 99.07 37.45"/>
345
- <circle class="cls-2" cx="106.24" cy="22.62" r="2.39"/>
346
- </g>
347
- </g>
348
- </g>
349
- <g>
350
- <rect class="cls-1" y="64.1" width="57.68" height="3.13"/>
351
- <rect class="cls-1" y="68.38" width="57.68" height="3.13"/>
352
- <rect class="cls-1" y="72.65" width="57.68" height="3.13"/>
353
- <rect class="cls-1" x="64.5" y="64.1" width="57.68" height="3.13"/>
354
- <rect class="cls-1" x="64.5" y="68.38" width="57.68" height="3.13"/>
355
- <rect class="cls-1" x="64.5" y="72.65" width="57.68" height="3.13"/>
356
- </g>
357
- </svg>
358
- `,
359
- },
360
315
  }
361
316
 
362
317
  const config = previewConfigs[title]
@@ -1,4 +1,6 @@
1
1
  import { getPlaceholderImageDataUrl } from '../componentPreviews'
2
+ import { useTranslations } from '../../composables/useTranslations'
3
+ const { translate } = useTranslations()
2
4
 
3
5
  interface ComponentData {
4
6
  title: string
@@ -25,48 +27,43 @@ const component: Components[] = [
25
27
  cover_image: null,
26
28
  },
27
29
  {
28
- title: '2 Vertical Images',
30
+ title: 'Two Vertical Images',
29
31
  html_code: `<section>\n<div class="w-full md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl"><div class="myPrimaryGap grid grid-cols-2 sm:grid-cols-2 lg:grid-cols-2"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-[9/16] " src="${placeholderImage}" alt="provider"> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-[9/16] " src="${placeholderImage}" alt="provider"> </div> </div> </div> </div>\n</section>`,
30
32
  cover_image: null,
31
33
  },
32
34
  {
33
- title: '2 Square Images',
35
+ title: 'Two Square Images',
34
36
  html_code: `<section>\n<div class="w-full md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl"><div class="myPrimaryGap grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-2"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"></div></div> </div></div>\n</section>`,
35
37
  cover_image: null,
36
38
  },
37
39
  {
38
- title: '3 Square Images',
40
+ title: 'Three Square Images',
39
41
  html_code: `<section>\n<div class="w-full md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl"><div class="myPrimaryGap grid grid-cols-1 sm:grid-cols-3 lg:grid-cols-3"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"></div></div> </div></div>\n</section>`,
40
42
  cover_image: null,
41
43
  },
42
44
  {
43
- title: '6 Square Images Grid',
45
+ title: 'Six Square Images Grid',
44
46
  html_code: `<section>\n<div class="w-full md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2">\n<div class="mx-auto max-w-7xl">\n<div class="grid grid-cols-2 md:grid-cols-3 myPrimaryGap">\n\n<div>\n<img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="image">\n</div>\n\n<div>\n<img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="image">\n</div>\n\n<div>\n<img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="image">\n</div>\n\n<div>\n<img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="image">\n</div>\n\n<div>\n<img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="image">\n</div>\n\n<div>\n<img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="image">\n</div>\n\n</div>\n</div>\n</div>\n</section>`,
45
47
  cover_image: null,
46
48
  },
47
49
  {
48
50
  title: 'Two Square Images With Text',
49
- html_code: `<section>\n<div class="w-full md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl">\n<div class="myPrimaryGap lg:flex lg:justify-center"><div class="flex-1 py-2">\n<div class="grid myPrimaryGap grid-cols-1 lg:grid-cols-2"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> </div> </div> </div>\n\n<div class="flex-1 py-2"> <div class="break-words py-2"><p><strong>Title</strong></p><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p></div></div> \n</div></div></div>\n</section>`,
51
+ html_code: `<section>\n<div class="w-full md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl">\n<div class="myPrimaryGap lg:flex lg:justify-center"><div class="flex-1 py-2">\n<div class="grid myPrimaryGap grid-cols-1 lg:grid-cols-2"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> </div> </div> </div>\n\n<div class="flex-1 py-2"> <div class="break-words py-2"><p>Start customizing by editing this default text directly in the editor.</p></div></div> \n</div></div></div>\n</section>`,
50
52
  cover_image: null,
51
53
  },
52
54
  {
53
- title: '3 Vertical Images',
55
+ title: 'Three Vertical Images',
54
56
  html_code: `<section>\n<div class="w-full md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl"><div class="myPrimaryGap grid grid-cols-1 sm:grid-cols-3 lg:grid-cols-3"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-[9/16] " src="${placeholderImage}" alt="provider"> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-[9/16] " src="${placeholderImage}" alt="provider"> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-[9/16] " src="${placeholderImage}" alt="provider"></div></div> </div></div>\n</section>`,
55
57
  cover_image: null,
56
58
  },
57
59
  {
58
- title: '4 Square Images With Text',
59
- html_code: `<section>\n<div class="w-full md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl"><div class="myPrimaryGap grid grid-cols-2 sm:grid-cols-2 lg:grid-cols-4"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Ullamcorper dignissim cras tincidunt.</p></div> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Ullamcorper dignissim cras tincidunt.</p></div> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Ullamcorper dignissim cras tincidunt.</p></div> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"><div class="break-words py-2"><p>Layouts and visual.</p><p>Ullamcorper dignissim cras tincidunt.</p></div> </div> </div> </div> </div>\n</section>`,
60
+ title: 'Four Square Images With Text',
61
+ html_code: `<section>\n<div class="w-full md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl"><div class="myPrimaryGap grid grid-cols-2 sm:grid-cols-2 lg:grid-cols-4"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Start customizing by editing this default text directly in the editor.</p></div> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Start customizing by editing this default text directly in the editor.</p></div> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Start customizing by editing this default text directly in the editor.</p></div> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"><div class="break-words py-2"><p>Layouts and visual.</p><p>Start customizing by editing this default text directly in the editor.</p></div> </div> </div> </div> </div>\n</section>`,
60
62
  cover_image: null,
61
63
  },
62
64
  {
63
- title: '3 Square Images With Text',
64
- html_code: `<section>\n<div class="w-full md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl"><div class="myPrimaryGap grid grid-cols-1 sm:grid-cols-3 lg:grid-cols-3"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Ullamcorper dignissim cras tincidunt.</p></div> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Ullamcorper dignissim cras tincidunt.</p></div> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Ullamcorper dignissim cras tincidunt.</p></div> </div> </div> </div> </div>\n</section>`,
65
- cover_image: null,
66
- },
67
- {
68
- title: '2 Square Images With Text',
69
- html_code: `<section>\n<div class="w-full md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl"><div class="myPrimaryGap grid grid-cols-2 sm:grid-cols-2 lg:grid-cols-2"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Ullamcorper dignissim cras tincidunt.</p></div> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Ullamcorper dignissim cras tincidunt.</p></div> </div> </div> </div> </div>\n</section>`,
65
+ title: 'Three Square Images With Text',
66
+ html_code: `<section>\n<div class="w-full md:pt-12 md:pb-12 pt-4 pb-4 lg:px-4 px-2"><div class="mx-auto max-w-7xl"><div class="myPrimaryGap grid grid-cols-1 sm:grid-cols-3 lg:grid-cols-3"> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Start customizing by editing this default text directly in the editor.</p></div> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Start customizing by editing this default text directly in the editor.</p></div> </div> <div class="flex-1 py-2"> <img class="object-cover w-full object-top aspect-square " src="${placeholderImage}" alt="provider"> <div class="break-words py-2"><p>Layouts and visual.</p><p>Start customizing by editing this default text directly in the editor.</p></div> </div> </div> </div> </div>\n</section>`,
70
67
  cover_image: null,
71
68
  },
72
69
  ],
@@ -12,12 +12,9 @@ const componentHelpers: ComponentHelper[] = [
12
12
  <div class="relative py-4">
13
13
  <div class="mx-auto max-w-7xl lg:px-4 px-2">
14
14
  <div>
15
- <p><strong>Text</strong></p><p>Tempus imperdiet nulla malesuada pellentesque elit eget gravida cum sociis. Erat nam at lectus urna duis convallis convallis. Congue mauris rhoncus aenean vel elit scelerisque.
16
- Turpis tincidunt id aliquet risus feugiat in ante. Tincidunt dui ut ornare lectus sit. Ipsum dolor sit amet consectetur. Viverra ipsum nunc aliquet bibendum enim facilisis gravida neque convallis.<br><br>Dignissim sodales ut eu sem integer vitae justo eget magna.
17
- Ac turpis egestas maecenas pharetra convallis. Mauris sit amet massa vitae. Ut tellus elementum sagittis vitae et. Sed risus ultricies tristique nulla aliquet enim tortor. Nunc mattis enim ut tellus elementum sagittis vitae et leo. Quis vel eros donec ac odio tempor.
18
- Faucibus scelerisque eleifend donec pretium. <br><br>Adipiscing bibendum est ultricies integer quis auctor elit. Vestibulum morbi blandit cursus risus at ultrices mi tempus imperdiet. Id porta nibh venenatis cras sed felis eget. Gravida dictum fusce ut placerat orci nulla.
19
- Sunt in culpa qui officia deserunt nisi vitae suscipit tellus mauris. <br><br></p><p><strong>List</strong></p><ul><li><p>Integer enim neque volutpat ac tincidunt vitae semper quis. Sit amet consectetur adipiscing elit pellentesque.</p></li><li><p>Urna cursus eget nunc scelerisque viverra.
20
- Cursus metus aliquam eleifend mi in nulla posuere. Lobortis elementum nibh tellus molestie nunc non blandit massa.</p></li><li><p>Sodales ut eu sem integer vitae justo eget magna. Scelerisque felis imperdiet proin fermentum leo vel orci. Nunc id cursus metus aliquam eleifend.</p></li></ul>
15
+ <p>
16
+ Start customizing by editing this default text directly in the editor.
17
+ </p>
21
18
  </div>
22
19
  </div>
23
20
  </div>
@@ -31,7 +28,7 @@ const componentHelpers: ComponentHelper[] = [
31
28
  `,
32
29
  },
33
30
  {
34
- html_code: `<section><div class="relative py-4"><div class="mx-auto max-w-7xl lg:px-4 px-2"><div class="break-words"><h2>Sunt in culpa qui officia deserunt</h2></div></div></div></section>`,
31
+ html_code: `<section><div class="relative py-4"><div class="mx-auto max-w-7xl lg:px-4 px-2"><div class="break-words"><h2>Layouts and visual.</h2></div></div></div></section>`,
35
32
  id: null,
36
33
  title: 'Header H2',
37
34
  icon: `
@@ -41,7 +38,7 @@ const componentHelpers: ComponentHelper[] = [
41
38
  `,
42
39
  },
43
40
  {
44
- html_code: `<section><div class="relative py-4"><div class="mx-auto max-w-7xl lg:px-4 px-2"><div class="break-words"><h3>Sunt in culpa qui officia deserunt</h3></div></div></div></section>`,
41
+ html_code: `<section><div class="relative py-4"><div class="mx-auto max-w-7xl lg:px-4 px-2"><div class="break-words"><h3>Layouts and visual.</h3></div></div></div></section>`,
45
42
  id: null,
46
43
  title: 'Header H3',
47
44
  icon: `