N°8617 - New portal theme doesn't work with Safari

This commit is contained in:
Stephen Abello
2025-09-15 14:30:07 +02:00
parent 909469ce97
commit 53047d35fe
10 changed files with 676 additions and 1 deletions

30
node_modules/@ungap/custom-elements/package.json generated vendored Normal file
View File

@@ -0,0 +1,30 @@
{
"name": "@ungap/custom-elements",
"version": "1.3.0",
"description": "All inclusive customElements polyfill for every browser",
"main": "index.js",
"module": "index.js",
"unpkg": "min.js",
"scripts": {
"build": "cp ./node_modules/@webreflection/custom-elements/*.js ./"
},
"keywords": [
"custom",
"elements",
"polyfill",
"customElements"
],
"author": "Andrea Giammarchi",
"license": "ISC",
"devDependencies": {
"@webreflection/custom-elements": "^1.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ungap/custom-elements.git"
},
"bugs": {
"url": "https://github.com/ungap/custom-elements/issues"
},
"homepage": "https://github.com/ungap/custom-elements#readme"
}