@bigbinary/neeto-themes-frontend 3.1.25 → 3.1.26
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.
- package/app/javascript/src/translations/ar.json +3 -1
- package/app/javascript/src/translations/bg.json +3 -1
- package/app/javascript/src/translations/ca.json +3 -1
- package/app/javascript/src/translations/cs.json +3 -1
- package/app/javascript/src/translations/da.json +3 -1
- package/app/javascript/src/translations/de.json +3 -1
- package/app/javascript/src/translations/es-MX.json +3 -1
- package/app/javascript/src/translations/es.json +3 -1
- package/app/javascript/src/translations/et.json +3 -1
- package/app/javascript/src/translations/fi.json +3 -1
- package/app/javascript/src/translations/fil.json +3 -1
- package/app/javascript/src/translations/fr.json +3 -1
- package/app/javascript/src/translations/hi.json +3 -1
- package/app/javascript/src/translations/hr.json +3 -1
- package/app/javascript/src/translations/id.json +3 -1
- package/app/javascript/src/translations/it.json +3 -1
- package/app/javascript/src/translations/ja.json +3 -1
- package/app/javascript/src/translations/ko.json +3 -1
- package/app/javascript/src/translations/nl.json +3 -1
- package/app/javascript/src/translations/pl.json +3 -1
- package/app/javascript/src/translations/pt-BR.json +3 -1
- package/app/javascript/src/translations/pt.json +3 -1
- package/app/javascript/src/translations/ro.json +3 -1
- package/app/javascript/src/translations/ru.json +3 -1
- package/app/javascript/src/translations/sk.json +3 -1
- package/app/javascript/src/translations/sl.json +3 -1
- package/app/javascript/src/translations/sv.json +3 -1
- package/app/javascript/src/translations/th.json +3 -1
- package/app/javascript/src/translations/tr.json +3 -1
- package/app/javascript/src/translations/uk.json +3 -1
- package/app/javascript/src/translations/vi.json +3 -1
- package/app/javascript/src/translations/zh-CN.json +3 -1
- package/app/javascript/src/translations/zh-TW.json +3 -1
- package/dist/NeetoThemesBuilder.js +4 -4
- package/dist/NeetoThemesBuilder.js.map +1 -1
- package/dist/cjs/NeetoThemesBuilder.js +4 -4
- package/dist/cjs/NeetoThemesBuilder.js.map +1 -1
- package/dist/cjs/hooks.js +2 -2
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/utils.js +1 -1
- package/dist/hooks.js +2 -2
- package/dist/{index-CFGmwZqT.js → index-BTTf3ejM.js} +2 -2
- package/dist/index-BTTf3ejM.js.map +1 -0
- package/dist/{index-Yv0AE3Ax.js → index-qMUciLPW.js} +2 -2
- package/dist/index-qMUciLPW.js.map +1 -0
- package/dist/index.js +2 -2
- package/dist/{useThemeUtils-BKRToQhH.js → useThemeUtils-B0Tbg01J.js} +2 -2
- package/dist/{useThemeUtils-BKRToQhH.js.map → useThemeUtils-B0Tbg01J.js.map} +1 -1
- package/dist/{useThemeUtils-CUKQqXSo.js → useThemeUtils-C9AHecqZ.js} +2 -2
- package/dist/{useThemeUtils-CUKQqXSo.js.map → useThemeUtils-C9AHecqZ.js.map} +1 -1
- package/dist/utils.js +1 -1
- package/package.json +14 -13
- package/dist/index-CFGmwZqT.js.map +0 -1
- package/dist/index-Yv0AE3Ax.js.map +0 -1
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "موضع الشعار",
|
|
94
94
|
"belowLeft": "أسفل اليسار",
|
|
95
|
-
"overLeft": "أعلى اليسار"
|
|
95
|
+
"overLeft": "أعلى اليسار",
|
|
96
|
+
"belowLeftDescription": "يظهر الشعار مت aligned إلى اليسار أسفل صورة الغلاف",
|
|
97
|
+
"overLeftDescription": "يتم وضع الشعار فوق الجانب الأيسر من صورة الغلاف"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Позиция на логото",
|
|
94
94
|
"belowLeft": "Под ляво",
|
|
95
|
-
"overLeft": "Над ляво"
|
|
95
|
+
"overLeft": "Над ляво",
|
|
96
|
+
"belowLeftDescription": "Логото се появява под изображението на корицата, подравнено вляво",
|
|
97
|
+
"overLeftDescription": "Логото покрива лявата страна на изображението на корицата"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Posició del logo",
|
|
94
94
|
"belowLeft": "A sota a l'esquerra",
|
|
95
|
-
"overLeft": "Sobre l'esquerra"
|
|
95
|
+
"overLeft": "Sobre l'esquerra",
|
|
96
|
+
"belowLeftDescription": "El logotip apareix alineat a l'esquerra sota la imatge de portada",
|
|
97
|
+
"overLeftDescription": "El logotip es superposa al costat esquerre de la imatge de portada"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Pozice loga",
|
|
94
94
|
"belowLeft": "Podleva vlevo",
|
|
95
|
-
"overLeft": "Nadleva"
|
|
95
|
+
"overLeft": "Nadleva",
|
|
96
|
+
"belowLeftDescription": "Logo se zobrazuje vlevo pod obrázkem na pozadí",
|
|
97
|
+
"overLeftDescription": "Logo se překrývá na levé straně obrázku na pozadí"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Logo position",
|
|
94
94
|
"belowLeft": "Under venstre",
|
|
95
|
-
"overLeft": "Over venstre"
|
|
95
|
+
"overLeft": "Over venstre",
|
|
96
|
+
"belowLeftDescription": "Logo vises venstre justeret under omslagsbilledet",
|
|
97
|
+
"overLeftDescription": "Logo overlapper venstre side af omslagsbilledet"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Logo-Position",
|
|
94
94
|
"belowLeft": "Unten links",
|
|
95
|
-
"overLeft": "Über links"
|
|
95
|
+
"overLeft": "Über links",
|
|
96
|
+
"belowLeftDescription": "Logo erscheint links unter dem Titelbild",
|
|
97
|
+
"overLeftDescription": "Logo überlagert die linke Seite des Titelbilds"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Posición del logo",
|
|
94
94
|
"belowLeft": "Debajo a la izquierda",
|
|
95
|
-
"overLeft": "Sobre a la izquierda"
|
|
95
|
+
"overLeft": "Sobre a la izquierda",
|
|
96
|
+
"belowLeftDescription": "El logotipo aparece alineado a la izquierda debajo de la imagen de portada",
|
|
97
|
+
"overLeftDescription": "El logotipo se superpone al lado izquierdo de la imagen de portada"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Posición del logotipo",
|
|
94
94
|
"belowLeft": "Debajo a la izquierda",
|
|
95
|
-
"overLeft": "Sobre la izquierda"
|
|
95
|
+
"overLeft": "Sobre la izquierda",
|
|
96
|
+
"belowLeftDescription": "El logo aparece alineado a la izquierda debajo de la imagen de portada",
|
|
97
|
+
"overLeftDescription": "El logo se superpone al lado izquierdo de la imagen de portada"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Logode asend",
|
|
94
94
|
"belowLeft": "All vasakul",
|
|
95
|
-
"overLeft": "Vasakul üle"
|
|
95
|
+
"overLeft": "Vasakul üle",
|
|
96
|
+
"belowLeftDescription": "Logo kuvatakse kattepildi all vasakul",
|
|
97
|
+
"overLeftDescription": "Logo kattub kattepildi vasaku külje peal"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Logon sijainti",
|
|
94
94
|
"belowLeft": "Alla vasemmalla",
|
|
95
|
-
"overLeft": "Yllä vasemmalla"
|
|
95
|
+
"overLeft": "Yllä vasemmalla",
|
|
96
|
+
"belowLeftDescription": "Logo näkyy vasemmalle tasaamaan kansikuvan alapuolella",
|
|
97
|
+
"overLeftDescription": "Logo peittää kansikuvan vasenta puolta"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Posisyon ng logo",
|
|
94
94
|
"belowLeft": "Sa ibaba sa kaliwa",
|
|
95
|
-
"overLeft": "Sa ibabaw sa kaliwa"
|
|
95
|
+
"overLeft": "Sa ibabaw sa kaliwa",
|
|
96
|
+
"belowLeftDescription": "Ang logo ay nasa kaliwang bahagi sa ilalim ng larawan ng takip",
|
|
97
|
+
"overLeftDescription": "Ang logo ay nasa ibabaw ng kaliwang bahagi ng larawan ng takip"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Position du logo",
|
|
94
94
|
"belowLeft": "En dessous à gauche",
|
|
95
|
-
"overLeft": "Au-dessus à gauche"
|
|
95
|
+
"overLeft": "Au-dessus à gauche",
|
|
96
|
+
"belowLeftDescription": "Le logo apparaît aligné à gauche sous l'image de couverture",
|
|
97
|
+
"overLeftDescription": "Le logo se superpose à la gauche de l'image de couverture"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "लोगो स्थान",
|
|
94
94
|
"belowLeft": "बाईं ओर नीचे",
|
|
95
|
-
"overLeft": "बाईं ओर ऊपर"
|
|
95
|
+
"overLeft": "बाईं ओर ऊपर",
|
|
96
|
+
"belowLeftDescription": "लोगो कवर इमेज के नीचे बाईं ओर संरेखित है",
|
|
97
|
+
"overLeftDescription": "लोगो कवर इमेज के बाईं ओर स्थित है"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Pozicija logotipa",
|
|
94
94
|
"belowLeft": "Ispod lijevo",
|
|
95
|
-
"overLeft": "Iznad lijevo"
|
|
95
|
+
"overLeft": "Iznad lijevo",
|
|
96
|
+
"belowLeftDescription": "Logo se pojavljuje lijevo poravnat ispod naslovne slike",
|
|
97
|
+
"overLeftDescription": "Logo prekriva lijevu stranu naslovne slike"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Posisi logo",
|
|
94
94
|
"belowLeft": "Di bawah kiri",
|
|
95
|
-
"overLeft": "Di atas kiri"
|
|
95
|
+
"overLeft": "Di atas kiri",
|
|
96
|
+
"belowLeftDescription": "Logo muncul di sebelah kiri di bawah gambar sampul",
|
|
97
|
+
"overLeftDescription": "Logo menutupi sisi kiri gambar sampul"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Posizione del logo",
|
|
94
94
|
"belowLeft": "Sotto a sinistra",
|
|
95
|
-
"overLeft": "Sopra a sinistra"
|
|
95
|
+
"overLeft": "Sopra a sinistra",
|
|
96
|
+
"belowLeftDescription": "Il logo appare allineato a sinistra sotto l'immagine di copertura",
|
|
97
|
+
"overLeftDescription": "Il logo si sovrappone al lato sinistro dell'immagine di copertura"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Logo positie",
|
|
94
94
|
"belowLeft": "Onder links",
|
|
95
|
-
"overLeft": "Boven links"
|
|
95
|
+
"overLeft": "Boven links",
|
|
96
|
+
"belowLeftDescription": "Logo verschijnt links uitgelijnd onder de omslagafbeelding",
|
|
97
|
+
"overLeftDescription": "Logo ligt bovenop de linkerkant van de omslagafbeelding"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Pozycja logo",
|
|
94
94
|
"belowLeft": "Pod lewym",
|
|
95
|
-
"overLeft": "Nad lewym"
|
|
95
|
+
"overLeft": "Nad lewym",
|
|
96
|
+
"belowLeftDescription": "Logo pojawia się wyrównany do lewej pod obrazem tła",
|
|
97
|
+
"overLeftDescription": "Logo nakłada się na lewą stronę obrazu tła"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Posição do logo",
|
|
94
94
|
"belowLeft": "Abaixo à esquerda",
|
|
95
|
-
"overLeft": "Sobre à esquerda"
|
|
95
|
+
"overLeft": "Sobre à esquerda",
|
|
96
|
+
"belowLeftDescription": "O logotipo aparece alinhado à esquerda abaixo da imagem de capa",
|
|
97
|
+
"overLeftDescription": "O logotipo sobrepõe o lado esquerdo da imagem de capa"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Posição do logo",
|
|
94
94
|
"belowLeft": "Abaixo à esquerda",
|
|
95
|
-
"overLeft": "Acima à esquerda"
|
|
95
|
+
"overLeft": "Acima à esquerda",
|
|
96
|
+
"belowLeftDescription": "O logotipo aparece alinhado à esquerda abaixo da imagem de capa",
|
|
97
|
+
"overLeftDescription": "O logotipo sobrepõe o lado esquerdo da imagem de capa"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Poziția logo-ului",
|
|
94
94
|
"belowLeft": "Sub stânga",
|
|
95
|
-
"overLeft": "Deasupra stânga"
|
|
95
|
+
"overLeft": "Deasupra stânga",
|
|
96
|
+
"belowLeftDescription": "Logo apare aliniat la stânga sub imaginea de copertă",
|
|
97
|
+
"overLeftDescription": "Logo se suprapune pe partea stângă a imaginii de copertă"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Положение логотипа",
|
|
94
94
|
"belowLeft": "Снизу слева",
|
|
95
|
-
"overLeft": "Над слева"
|
|
95
|
+
"overLeft": "Над слева",
|
|
96
|
+
"belowLeftDescription": "Логотип отображается выровненным по левому краю под изображением обложки",
|
|
97
|
+
"overLeftDescription": "Логотип накладывается на левую сторону изображения обложки"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Pozícia loga",
|
|
94
94
|
"belowLeft": "Podľa možnosti vľavo",
|
|
95
|
-
"overLeft": "Nad možnosťou vľavo"
|
|
95
|
+
"overLeft": "Nad možnosťou vľavo",
|
|
96
|
+
"belowLeftDescription": "Logo sa zobrazuje zarovnane vľavo pod obrázkom na pozadí",
|
|
97
|
+
"overLeftDescription": "Logo sa prekrýva s ľavou stranou obrázka na pozadí"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Položaj logotipa",
|
|
94
94
|
"belowLeft": "Spodaj levo",
|
|
95
|
-
"overLeft": "Nad levo"
|
|
95
|
+
"overLeft": "Nad levo",
|
|
96
|
+
"belowLeftDescription": "Logo se prikaže levo poravnano pod sliko naslovnice",
|
|
97
|
+
"overLeftDescription": "Logo se prekriva z levo stranjo slike naslovnice"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Logotypens position",
|
|
94
94
|
"belowLeft": "Nedanför vänster",
|
|
95
|
-
"overLeft": "Över vänster"
|
|
95
|
+
"overLeft": "Över vänster",
|
|
96
|
+
"belowLeftDescription": "Logotypen visas vänsterjusterad under omslagsbilden",
|
|
97
|
+
"overLeftDescription": "Logotypen överlagras på vänster sida av omslagsbilden"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "ตำแหน่งโลโก้",
|
|
94
94
|
"belowLeft": "ด้านล่างซ้าย",
|
|
95
|
-
"overLeft": "เหนือซ้าย"
|
|
95
|
+
"overLeft": "เหนือซ้าย",
|
|
96
|
+
"belowLeftDescription": "โลโก้จะปรากฏที่ด้านซ้ายใต้รูปภาพปก",
|
|
97
|
+
"overLeftDescription": "โลโก้จะทับซ้อนอยู่ที่ด้านซ้ายของรูปภาพปก"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Logo konumu",
|
|
94
94
|
"belowLeft": "Sol aşağıda",
|
|
95
|
-
"overLeft": "Sol üstte"
|
|
95
|
+
"overLeft": "Sol üstte",
|
|
96
|
+
"belowLeftDescription": "Logo, kapak resminin altında sola hizalanmış olarak görünür",
|
|
97
|
+
"overLeftDescription": "Logo, kapak resminin sol tarafına üst üste gelir"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Позиція логотипу",
|
|
94
94
|
"belowLeft": "Знизу зліва",
|
|
95
|
-
"overLeft": "Зверху зліва"
|
|
95
|
+
"overLeft": "Зверху зліва",
|
|
96
|
+
"belowLeftDescription": "Логотип розташований зліва під зображенням обкладинки",
|
|
97
|
+
"overLeftDescription": "Логотип накладається на ліву сторону зображення обкладинки"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -92,7 +92,9 @@
|
|
|
92
92
|
"logoPosition": {
|
|
93
93
|
"title": "Vị trí logo",
|
|
94
94
|
"belowLeft": "Bên dưới bên trái",
|
|
95
|
-
"overLeft": "Bên trên bên trái"
|
|
95
|
+
"overLeft": "Bên trên bên trái",
|
|
96
|
+
"belowLeftDescription": "Logo xuất hiện căn trái bên dưới hình bìa",
|
|
97
|
+
"overLeftDescription": "Logo phủ lên bên trái của hình bìa"
|
|
96
98
|
}
|
|
97
99
|
}
|
|
98
100
|
}
|
|
@@ -4,10 +4,10 @@ import { hyphenate, isPresent, findBy, findIndexBy, isNot, filterBy, snakeToCame
|
|
|
4
4
|
import { useMutationWithInvalidation, useBreakpoints, PageTitle } from '@bigbinary/neeto-commons-frontend/react-utils';
|
|
5
5
|
import Spinner from '@bigbinary/neetoui/Spinner';
|
|
6
6
|
import { useTranslation, Trans } from 'react-i18next';
|
|
7
|
-
import { B as BASE_URL, b as scrollElementIntoView, c as setCustomCSS, g as getDominantColorFromUrl, i as isEditThemeRoute, d as isFunction, e as isNewThemeRoute } from './index-
|
|
7
|
+
import { B as BASE_URL, b as scrollElementIntoView, c as setCustomCSS, g as getDominantColorFromUrl, i as isEditThemeRoute, d as isFunction, e as isNewThemeRoute } from './index-BTTf3ejM.js';
|
|
8
8
|
import { useQuery, useQueryClient } from '@tanstack/react-query';
|
|
9
9
|
import axios from 'axios';
|
|
10
|
-
import { Q as QUERY_KEYS, a as useConfigStore, b as useThemeStore, u as useThemeUtils, P as POSITION_OPTIONS, O as OVERLAY_OPACITY_SLIDER_MARKS, H as HUNDRED, F as FONT_OPTIONS, T as THEME_VALIDATION_SCHEMA } from './useThemeUtils-
|
|
10
|
+
import { Q as QUERY_KEYS, a as useConfigStore, b as useThemeStore, u as useThemeUtils, P as POSITION_OPTIONS, O as OVERLAY_OPACITY_SLIDER_MARKS, H as HUNDRED, F as FONT_OPTIONS, T as THEME_VALIDATION_SCHEMA } from './useThemeUtils-B0Tbg01J.js';
|
|
11
11
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
12
12
|
import classnames from 'classnames';
|
|
13
13
|
import { joinHyphenCase, buildUrl } from '@bigbinary/neeto-commons-frontend/utils';
|
|
@@ -2329,10 +2329,10 @@ var NeetoThemesBuilder = function NeetoThemesBuilder(_ref) {
|
|
|
2329
2329
|
window.addEventListener("orientationchange", setViewportHeight);
|
|
2330
2330
|
window.addEventListener("scroll", setViewportHeight);
|
|
2331
2331
|
return function () {
|
|
2332
|
-
window.
|
|
2332
|
+
window.removeEventListener("load", setViewportHeight);
|
|
2333
2333
|
window.removeEventListener("resize", setViewportHeight);
|
|
2334
2334
|
window.removeEventListener("orientationchange", setViewportHeight);
|
|
2335
|
-
window.
|
|
2335
|
+
window.removeEventListener("scroll", setViewportHeight);
|
|
2336
2336
|
};
|
|
2337
2337
|
}, []);
|
|
2338
2338
|
return /*#__PURE__*/jsxs("div", {
|