@mjsz-vbr-elements/shared 2.9.0 → 2.10.0
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/dist/css/common.css +67 -52
- package/dist/css/game-center-timeline.css +158 -156
- package/dist/css/game-center.css +123 -69
- package/dist/css/games-timeline.css +45 -23
- package/dist/css/grid.css +3 -0
- package/dist/css/playoffs.css +43 -29
- package/dist/css/progress.css +2 -2
- package/dist/css/standings-selector.css +14 -0
- package/dist/css/table.css +59 -54
- package/dist/css/teams.css +5 -2
- package/dist/css/typography.css +21 -21
- package/dist/css/variables.css +63 -48
- package/dist/icons/IconArrowDown.js +11 -11
- package/dist/icons/IconArrowUp.js +12 -12
- package/dist/icons/IconBroadcast.js +29 -29
- package/dist/icons/IconHockeyPuck.js +13 -13
- package/dist/icons/IconLeft.js +10 -10
- package/dist/icons/IconMore.js +24 -24
- package/dist/icons/IconRight.js +10 -10
- package/dist/icons/IconSheet.js +16 -16
- package/dist/icons/IconSort.js +12 -12
- package/dist/icons/IconSortAsc.js +12 -12
- package/dist/icons/IconSortDesc.js +13 -13
- package/dist/icons/IconStar.js +17 -17
- package/dist/icons/IconTimer.js +13 -13
- package/dist/icons/IconWarning.js +21 -21
- package/dist/icons/IconWhistle.js +12 -12
- package/dist/icons/IconYoutube.js +10 -10
- package/package.json +8 -8
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { openBlock as
|
|
2
|
-
const
|
|
1
|
+
import { openBlock as t, createElementBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
const n = {
|
|
3
3
|
"aria-hidden": "true",
|
|
4
4
|
focusable: "false",
|
|
5
5
|
"data-prefix": "fas",
|
|
@@ -8,17 +8,17 @@ const r = {
|
|
|
8
8
|
role: "img",
|
|
9
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
10
10
|
viewBox: "0 0 320 512"
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
11
|
+
};
|
|
12
|
+
function a(l, e) {
|
|
13
|
+
return t(), o("svg", n, e[0] || (e[0] = [
|
|
14
|
+
r("path", {
|
|
15
|
+
fill: "currentColor",
|
|
16
|
+
d: "M279 224H41c-21.4 0-32.1-25.9-17-41L143 64c9.4-9.4 24.6-9.4 33.9 0l119 119c15.2 15.1 4.5 41-16.9 41z"
|
|
17
|
+
}, null, -1)
|
|
18
|
+
]));
|
|
19
19
|
}
|
|
20
|
-
const
|
|
20
|
+
const c = { render: a };
|
|
21
21
|
export {
|
|
22
|
-
|
|
23
|
-
|
|
22
|
+
c as default,
|
|
23
|
+
a as render
|
|
24
24
|
};
|
package/dist/icons/IconStar.js
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
import { openBlock as e, createElementBlock as o, createElementVNode as t } from "vue";
|
|
2
|
-
const
|
|
2
|
+
const r = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
viewBox: "0 0 24 24"
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}, null, -1),
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
5
|
+
};
|
|
6
|
+
function n(c, l) {
|
|
7
|
+
return e(), o("svg", r, l[0] || (l[0] = [
|
|
8
|
+
t("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
d: "m12 15.4-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28z",
|
|
11
|
+
opacity: ".3"
|
|
12
|
+
}, null, -1),
|
|
13
|
+
t("path", {
|
|
14
|
+
fill: "currentColor",
|
|
15
|
+
d: "m22 9.24-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28z"
|
|
16
|
+
}, null, -1)
|
|
17
|
+
]));
|
|
18
18
|
}
|
|
19
|
-
const
|
|
19
|
+
const d = { render: n };
|
|
20
20
|
export {
|
|
21
|
-
|
|
22
|
-
|
|
21
|
+
d as default,
|
|
22
|
+
n as render
|
|
23
23
|
};
|
package/dist/icons/IconTimer.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import { openBlock as
|
|
2
|
-
const
|
|
1
|
+
import { openBlock as t, createElementBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
const n = {
|
|
3
3
|
width: "32",
|
|
4
4
|
height: "32",
|
|
5
5
|
viewBox: "0 0 24 24"
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
6
|
+
};
|
|
7
|
+
function c(l, e) {
|
|
8
|
+
return t(), o("svg", n, e[0] || (e[0] = [
|
|
9
|
+
r("path", {
|
|
10
|
+
fill: "currentColor",
|
|
11
|
+
d: "M12 20a7 7 0 0 1-7-7a7 7 0 0 1 7-7a7 7 0 0 1 7 7a7 7 0 0 1-7 7m7.03-12.61l1.42-1.42c-.45-.51-.9-.97-1.41-1.41L17.62 6c-1.55-1.26-3.5-2-5.62-2a9 9 0 0 0-9 9a9 9 0 0 0 9 9c5 0 9-4.03 9-9c0-2.12-.74-4.07-1.97-5.61M11 14h2V8h-2m4-7H9v2h6V1Z"
|
|
12
|
+
}, null, -1)
|
|
13
|
+
]));
|
|
14
14
|
}
|
|
15
|
-
const
|
|
15
|
+
const i = { render: c };
|
|
16
16
|
export {
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
i as default,
|
|
18
|
+
c as render
|
|
19
19
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { openBlock as o, createElementBlock as
|
|
1
|
+
import { openBlock as o, createElementBlock as r, createElementVNode as e } from "vue";
|
|
2
2
|
const t = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
viewBox: "0 0 24 24",
|
|
@@ -7,26 +7,26 @@ const t = {
|
|
|
7
7
|
"stroke-width": "2",
|
|
8
8
|
"stroke-linecap": "round",
|
|
9
9
|
"stroke-linejoin": "round"
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
10
|
+
};
|
|
11
|
+
function l(i, n) {
|
|
12
|
+
return o(), r("svg", t, n[0] || (n[0] = [
|
|
13
|
+
e("path", { d: "M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z" }, null, -1),
|
|
14
|
+
e("line", {
|
|
15
|
+
x1: "12",
|
|
16
|
+
y1: "9",
|
|
17
|
+
x2: "12",
|
|
18
|
+
y2: "13"
|
|
19
|
+
}, null, -1),
|
|
20
|
+
e("line", {
|
|
21
|
+
x1: "12",
|
|
22
|
+
y1: "17",
|
|
23
|
+
x2: "12.01",
|
|
24
|
+
y2: "17"
|
|
25
|
+
}, null, -1)
|
|
26
|
+
]));
|
|
27
27
|
}
|
|
28
|
-
const
|
|
28
|
+
const a = { render: l };
|
|
29
29
|
export {
|
|
30
|
-
|
|
31
|
-
|
|
30
|
+
a as default,
|
|
31
|
+
l as render
|
|
32
32
|
};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { openBlock as
|
|
2
|
-
const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import { openBlock as t, createElementBlock as o, createElementVNode as r } from "vue";
|
|
2
|
+
const l = { viewBox: "0 0 24 24" };
|
|
3
|
+
function n(c, e) {
|
|
4
|
+
return t(), o("svg", l, e[0] || (e[0] = [
|
|
5
|
+
r("path", {
|
|
6
|
+
fill: "currentColor",
|
|
7
|
+
d: "M3.76 3.7L2.14 4.88L4.43 8a8.23 8.23 0 0 1 1.92-.72M11 9v2h7v.29l-5 1.42v2.79A4.5 4.5 0 1 1 8.5 11H9V9h-.5a6.5 6.5 0 1 0 6.5 6.5v-1.59L22 12V9m-5.76-5.3L13.85 7h2.47l1.54-2.12M9 2v5h2V2Z"
|
|
8
|
+
}, null, -1)
|
|
9
|
+
]));
|
|
10
10
|
}
|
|
11
|
-
const
|
|
11
|
+
const a = { render: n };
|
|
12
12
|
export {
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
a as default,
|
|
14
|
+
n as render
|
|
15
15
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { openBlock as
|
|
2
|
-
const
|
|
1
|
+
import { openBlock as n, createElementBlock as t, createElementVNode as e } from "vue";
|
|
2
|
+
const r = {
|
|
3
3
|
xmlns: "http://www.w3.org/2000/svg",
|
|
4
4
|
viewBox: "0 0 24 24",
|
|
5
5
|
fill: "none",
|
|
@@ -7,15 +7,15 @@ const n = {
|
|
|
7
7
|
"stroke-width": "2",
|
|
8
8
|
"stroke-linecap": "round",
|
|
9
9
|
"stroke-linejoin": "round"
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
};
|
|
11
|
+
function l(s, o) {
|
|
12
|
+
return n(), t("svg", r, o[0] || (o[0] = [
|
|
13
|
+
e("path", { d: "M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z" }, null, -1),
|
|
14
|
+
e("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" }, null, -1)
|
|
15
|
+
]));
|
|
16
16
|
}
|
|
17
|
-
const
|
|
17
|
+
const i = { render: l };
|
|
18
18
|
export {
|
|
19
|
-
|
|
19
|
+
i as default,
|
|
20
20
|
l as render
|
|
21
21
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mjsz-vbr-elements/shared",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.10.0",
|
|
5
5
|
"author": "Ákos Stegner <akos.stegner@gmail.com>",
|
|
6
6
|
"homepage": "https://api.icehockey.hu/widgets/docs/v2/",
|
|
7
7
|
"type": "module",
|
|
@@ -22,15 +22,15 @@
|
|
|
22
22
|
}
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@vitejs/plugin-vue": "^5.1
|
|
26
|
-
"glob": "^
|
|
27
|
-
"nodemon": "^3.1.
|
|
28
|
-
"postcss": "^8.4.
|
|
25
|
+
"@vitejs/plugin-vue": "^5.2.1",
|
|
26
|
+
"glob": "^11.0.1",
|
|
27
|
+
"nodemon": "^3.1.9",
|
|
28
|
+
"postcss": "^8.4.49",
|
|
29
29
|
"postcss-import": "^16.1.0",
|
|
30
|
-
"postcss-mixins": "^
|
|
31
|
-
"postcss-nested": "^
|
|
30
|
+
"postcss-mixins": "^11.0.3",
|
|
31
|
+
"postcss-nested": "^7.0.2",
|
|
32
32
|
"postcss-prefixer": "^3.0.0",
|
|
33
|
-
"vite": "^
|
|
33
|
+
"vite": "^6.0.7",
|
|
34
34
|
"vite-svg-loader": "^5.1.0"
|
|
35
35
|
},
|
|
36
36
|
"scripts": {
|