@everymatrix/casino-hamburger-menu-nd 1.44.0 → 1.45.2
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/components/CasinoHamburgerMenuNd-Cqey0y6n.js +5365 -0
- package/components/CasinoHamburgerMenuNd-kln_NstL.cjs +5 -0
- package/es2015/casino-hamburger-menu-nd.cjs +1 -0
- package/es2015/casino-hamburger-menu-nd.js +16 -0
- package/package.json +15 -33
- package/CHANGELOG.md +0 -8
- package/README.md +0 -0
- package/dist/casino-hamburger-menu-nd.js +0 -2
- package/dist/casino-hamburger-menu-nd.js.map +0 -1
- package/documentation.md +0 -110
- package/index.html +0 -37
- package/index.js +0 -1
- package/public/favicon.png +0 -0
- package/public/reset.css +0 -48
- package/rollup.config.js +0 -67
- package/src/CasinoHamburgerMenu.svelte +0 -820
- package/src/i18n.js +0 -27
- package/src/index.ts +0 -4
- package/src/translations.js +0 -32
- package/stories/CasinoHamburgerMenu.stories.js +0 -13
- package/tsconfig.json +0 -6
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CasinoHamburgerMenuNd-kln_NstL.cjs")).then(({default:t})=>{!customElements.get("casino-hamburger-menu-nd")&&customElements.define("casino-hamburger-menu-nd",t.element)})}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
if (typeof window != "undefined") {
|
|
2
|
+
let n = function(t) {
|
|
3
|
+
return function(...s) {
|
|
4
|
+
try {
|
|
5
|
+
return t.apply(this, s);
|
|
6
|
+
} catch (e) {
|
|
7
|
+
if (e instanceof DOMException && e.message.includes("has already been used with this registry") || e.message.includes("Cannot define multiple custom elements with the same tag name"))
|
|
8
|
+
return !1;
|
|
9
|
+
throw e;
|
|
10
|
+
}
|
|
11
|
+
};
|
|
12
|
+
};
|
|
13
|
+
customElements.define = n(customElements.define), import("../components/CasinoHamburgerMenuNd-Cqey0y6n.js").then(({ default: t }) => {
|
|
14
|
+
!customElements.get("casino-hamburger-menu-nd") && customElements.define("casino-hamburger-menu-nd", t.element);
|
|
15
|
+
});
|
|
16
|
+
}
|
package/package.json
CHANGED
|
@@ -1,39 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@everymatrix/casino-hamburger-menu-nd",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
"devDependencies": {
|
|
14
|
-
"@rollup/plugin-babel": "^5.3.0",
|
|
15
|
-
"@rollup/plugin-commonjs": "^16.0.0",
|
|
16
|
-
"@rollup/plugin-node-resolve": "^10.0.0",
|
|
17
|
-
"@rollup/plugin-typescript": "^6.0.0",
|
|
18
|
-
"@tsconfig/svelte": "^1.0.0",
|
|
19
|
-
"rollup": "^2.3.4",
|
|
20
|
-
"rollup-plugin-dev-server": "^0.4.3",
|
|
21
|
-
"rollup-plugin-livereload": "^2.0.0",
|
|
22
|
-
"rollup-plugin-svelte": "^7.0.0",
|
|
23
|
-
"rollup-plugin-terser": "^7.0.0",
|
|
24
|
-
"rollup-plugin-uglify": "^6.0.4",
|
|
25
|
-
"svelte-check": "^1.0.0",
|
|
26
|
-
"svelte-preprocess": "^5.0.0",
|
|
27
|
-
"tslib": "^2.0.0",
|
|
28
|
-
"typescript": "^3.9.3"
|
|
29
|
-
},
|
|
30
|
-
"dependencies": {
|
|
31
|
-
"cross-env": "^7.0.3",
|
|
32
|
-
"sirv-cli": "^1.0.0",
|
|
33
|
-
"svelte": "^3.0.0"
|
|
3
|
+
"version": "1.45.2",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"main": "es2015/casino-hamburger-menu-nd.cjs",
|
|
6
|
+
"module": "es2015/casino-hamburger-menu-nd.js",
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"import": "./es2015/casino-hamburger-menu-nd.js",
|
|
10
|
+
"require": "./es2015/casino-hamburger-menu-nd.cjs"
|
|
11
|
+
},
|
|
12
|
+
"./es2015/casino-hamburger-menu-nd.cjs": "./es2015/casino-hamburger-menu-nd.cjs"
|
|
34
13
|
},
|
|
14
|
+
"files": [
|
|
15
|
+
"es2015/",
|
|
16
|
+
"components"
|
|
17
|
+
],
|
|
35
18
|
"publishConfig": {
|
|
36
19
|
"access": "public"
|
|
37
|
-
}
|
|
38
|
-
"gitHead": "701410f2b76dfe1ee4038f799b1e8e340c85cdb5"
|
|
20
|
+
}
|
|
39
21
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
## casino-hamburger-menu widget changelogs
|
|
3
|
-
|
|
4
|
-
| Version | Release date | Impacted areas | Changes |
|
|
5
|
-
| ------- | ------------ | ----------------------------- | --------------------------------------- |
|
|
6
|
-
| 1.43.4 | Tue Oct 15 2024 | casino-hamburger-menu-nd | fix(EMFE-33584)(casino-hamburger-menu-nd): fix display of language list to fit... |
|
|
7
|
-
| 1.37.2 | Mon Aug 12 2024 | casino-hamburger-menu | feat(EMFE-31504)(casino-header-controller,casino-hamburger-menu,playeraccount-balance-modal): Start working on implementing the new design <br /> fix(EMFE-30724)(casino-header-controller,casino-hamburger-menu): corelate the... <br /> fix(EMFE-28184)(casino-footer-thumbnail,casino-hamburger-menu,casino-header-controller,general-navigation-bar): add new event to thumbnail to be handled in template, plus refactor navigation events to avoid duplicate code <br /> fix(EMFE-28184)(casino-footer-thumbnail,casino-hamburger-menu,casino-header-controller,general-navigation-bar): add new event to thumbnail to be handled in template, plus refactor navigation events to avoid duplicate code <br /> chore(EMFE-000)(casino-collections-providers,casino-footer,casino-footer-v2,casino-game-page,casino-games-category-section-nd,casino-hamburger-menu,casino-header-controller,casino-search,casino-winners,player-account-controller,player-account-menu): change some color variables for the dark/ light theme <br /> feat(EMFE-27942)(casino-header-controller, casino-hamburger-menu): add custome locale when fetching for the flag, if available <br /> style(EMFE-27182+27183)(casino-header-controller,casino-hamburger-menu): make dropdowns more beautiful <br /> style(EMFE-27182+27183)(casino-header-controller,casino-hamburger-menu): make dropdowns more beautiful <br /> style(EMFE-27182+27183)(casino-header-controller,casino-hamburger-menu): make dropdowns more beautiful <br /> chore(EMFE-27183)(casino-header-controller)(casino-hamburger-menu): add language flag next to the language in the language dropdown <br /> fix(EMFE-27316)(casino-hamburger-menu): filter items based on type=banner |
|
|
8
|
-
| 1.29.4 | Wed Apr 17 2024 | casino-hamburger-menu | fix(EMFE-30724)(casino-header-controller,casino-hamburger-menu): corelate the... |
|
package/README.md
DELETED
|
File without changes
|