@mjsz-vbr-elements/shared 2.32.0 → 2.33.1

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 (61) hide show
  1. package/assets/css/base/borders.css +8 -0
  2. package/assets/css/base/color.primary.css +17 -0
  3. package/assets/css/base/color.secondary.css +11 -0
  4. package/assets/css/base/ease.css +30 -0
  5. package/assets/css/base/font.css +22 -0
  6. package/assets/css/base/shadow.css +49 -0
  7. package/assets/css/base/sizes.css +21 -0
  8. package/assets/css/components/accordion.css +86 -0
  9. package/assets/css/components/avatar.css +29 -0
  10. package/assets/css/components/badge.css +54 -0
  11. package/assets/css/components/card.css +22 -0
  12. package/assets/css/components/countdown.css +190 -0
  13. package/assets/css/components/definition-list.css +69 -0
  14. package/assets/css/components/double-bar.css +78 -0
  15. package/assets/css/components/error-notice.css +26 -0
  16. package/assets/css/components/floating-content.css +74 -0
  17. package/assets/css/components/form-field.css +74 -0
  18. package/assets/css/components/game-center-game-data.css +91 -0
  19. package/assets/css/components/game-center-timeline.css +665 -0
  20. package/assets/css/components/game-center.css +275 -0
  21. package/assets/css/components/game-item.css +35 -0
  22. package/assets/css/components/games-timeline.css +280 -0
  23. package/assets/css/components/hero.css +51 -0
  24. package/assets/css/components/icon-button.css +30 -0
  25. package/assets/css/components/list.css +138 -0
  26. package/assets/css/components/loading-indicator.css +8 -0
  27. package/assets/css/components/paginator.css +63 -0
  28. package/assets/css/components/playoffs.css +81 -0
  29. package/assets/css/components/progress.css +67 -0
  30. package/assets/css/components/responsive-table.css +13 -0
  31. package/assets/css/components/standings-selector.css +79 -0
  32. package/assets/css/components/table.css +205 -0
  33. package/assets/css/components/tabs.css +111 -0
  34. package/assets/css/components/timezone-selector.css +19 -0
  35. package/assets/css/components/top-list.css +97 -0
  36. package/assets/css/components/typography.css +41 -0
  37. package/assets/css/core/normalize.css +94 -0
  38. package/assets/css/core/utils.css +174 -0
  39. package/assets/css/core.css +22 -0
  40. package/assets/css/theme.css +63 -0
  41. package/dist/icons/index.js +414 -3
  42. package/package.json +8 -9
  43. package/dist/icons/IconArrowDown.js +0 -18
  44. package/dist/icons/IconArrowUp.js +0 -18
  45. package/dist/icons/IconBroadcast.js +0 -39
  46. package/dist/icons/IconChange.js +0 -19
  47. package/dist/icons/IconHockeyPuck.js +0 -19
  48. package/dist/icons/IconLaunch.js +0 -18
  49. package/dist/icons/IconLeft.js +0 -20
  50. package/dist/icons/IconMenu.js +0 -18
  51. package/dist/icons/IconMore.js +0 -34
  52. package/dist/icons/IconRight.js +0 -20
  53. package/dist/icons/IconSheet.js +0 -28
  54. package/dist/icons/IconSort.js +0 -24
  55. package/dist/icons/IconSortAsc.js +0 -24
  56. package/dist/icons/IconSortDesc.js +0 -24
  57. package/dist/icons/IconStar.js +0 -23
  58. package/dist/icons/IconTimer.js +0 -19
  59. package/dist/icons/IconWarning.js +0 -32
  60. package/dist/icons/IconWhistle.js +0 -15
  61. package/dist/icons/IconYoutube.js +0 -21
@@ -1,20 +0,0 @@
1
- import { createElementBlock as o, openBlock as n, createElementVNode as t } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- viewBox: "0 0 24 24",
5
- fill: "none",
6
- stroke: "currentColor",
7
- "stroke-width": "2",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round"
10
- };
11
- function l(i, e) {
12
- return n(), o("svg", r, [...e[0] || (e[0] = [
13
- t("polyline", { points: "9 18 15 12 9 6" }, null, -1)
14
- ])]);
15
- }
16
- const c = { render: l };
17
- export {
18
- c as default,
19
- l as render
20
- };
@@ -1,28 +0,0 @@
1
- import { createElementBlock as o, openBlock as r, createElementVNode as t } from "vue";
2
- const n = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- viewBox: "0 0 24 24",
5
- fill: "none",
6
- stroke: "currentColor",
7
- "stroke-width": "2",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round"
10
- };
11
- function l(i, e) {
12
- return r(), o("svg", n, [...e[0] || (e[0] = [
13
- t("path", { d: "M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2" }, null, -1),
14
- t("rect", {
15
- x: "8",
16
- y: "2",
17
- width: "8",
18
- height: "4",
19
- rx: "1",
20
- ry: "1"
21
- }, null, -1)
22
- ])]);
23
- }
24
- const c = { render: l };
25
- export {
26
- c as default,
27
- l as render
28
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
2
- const n = {
3
- "aria-hidden": "true",
4
- focusable: "false",
5
- "data-prefix": "fas",
6
- "data-icon": "sort",
7
- class: "svg-inline--fa fa-sort fa-w-10",
8
- role: "img",
9
- xmlns: "http://www.w3.org/2000/svg",
10
- viewBox: "0 0 320 512"
11
- };
12
- function a(c, e) {
13
- return o(), t("svg", n, [...e[0] || (e[0] = [
14
- r("path", {
15
- fill: "currentColor",
16
- d: "M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41zm255-105L177 64c-9.4-9.4-24.6-9.4-33.9 0L24 183c-15.1 15.1-4.4 41 17 41h238c21.4 0 32.1-25.9 17-41z"
17
- }, null, -1)
18
- ])]);
19
- }
20
- const s = { render: a };
21
- export {
22
- s as default,
23
- a as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock as o, openBlock as t, createElementVNode as r } from "vue";
2
- const n = {
3
- "aria-hidden": "true",
4
- focusable: "false",
5
- "data-prefix": "fas",
6
- "data-icon": "sort-down",
7
- class: "svg-inline--fa fa-sort-down fa-w-10",
8
- role: "img",
9
- xmlns: "http://www.w3.org/2000/svg",
10
- viewBox: "0 0 320 512"
11
- };
12
- function a(l, e) {
13
- return t(), o("svg", n, [...e[0] || (e[0] = [
14
- r("path", {
15
- fill: "currentColor",
16
- d: "M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z"
17
- }, null, -1)
18
- ])]);
19
- }
20
- const c = { render: a };
21
- export {
22
- c as default,
23
- a as render
24
- };
@@ -1,24 +0,0 @@
1
- import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
2
- const n = {
3
- "aria-hidden": "true",
4
- focusable: "false",
5
- "data-prefix": "fas",
6
- "data-icon": "sort-up",
7
- class: "svg-inline--fa fa-sort-up fa-w-10",
8
- role: "img",
9
- xmlns: "http://www.w3.org/2000/svg",
10
- viewBox: "0 0 320 512"
11
- };
12
- function a(l, e) {
13
- return o(), t("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
- }
20
- const c = { render: a };
21
- export {
22
- c as default,
23
- a as render
24
- };
@@ -1,23 +0,0 @@
1
- import { createElementBlock as e, openBlock as o, createElementVNode as t } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- viewBox: "0 0 24 24"
5
- };
6
- function n(c, l) {
7
- return o(), e("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
- }
19
- const d = { render: n };
20
- export {
21
- d as default,
22
- n as render
23
- };
@@ -1,19 +0,0 @@
1
- import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
2
- const n = {
3
- width: "32",
4
- height: "32",
5
- viewBox: "0 0 24 24"
6
- };
7
- function c(l, e) {
8
- return o(), t("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
- }
15
- const i = { render: c };
16
- export {
17
- i as default,
18
- c as render
19
- };
@@ -1,32 +0,0 @@
1
- import { createElementBlock as o, openBlock as r, createElementVNode as e } from "vue";
2
- const t = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- viewBox: "0 0 24 24",
5
- fill: "none",
6
- stroke: "currentColor",
7
- "stroke-width": "2",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round"
10
- };
11
- function l(i, n) {
12
- return r(), o("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
- }
28
- const a = { render: l };
29
- export {
30
- a as default,
31
- l as render
32
- };
@@ -1,15 +0,0 @@
1
- import { createElementBlock as t, openBlock as o, createElementVNode as r } from "vue";
2
- const l = { viewBox: "0 0 24 24" };
3
- function n(c, e) {
4
- return o(), t("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
- }
11
- const a = { render: n };
12
- export {
13
- a as default,
14
- n as render
15
- };
@@ -1,21 +0,0 @@
1
- import { createElementBlock as n, openBlock as t, createElementVNode as e } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- viewBox: "0 0 24 24",
5
- fill: "none",
6
- stroke: "currentColor",
7
- "stroke-width": "2",
8
- "stroke-linecap": "round",
9
- "stroke-linejoin": "round"
10
- };
11
- function l(s, o) {
12
- return t(), n("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
- }
17
- const i = { render: l };
18
- export {
19
- i as default,
20
- l as render
21
- };