@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.
- package/assets/css/base/borders.css +8 -0
- package/assets/css/base/color.primary.css +17 -0
- package/assets/css/base/color.secondary.css +11 -0
- package/assets/css/base/ease.css +30 -0
- package/assets/css/base/font.css +22 -0
- package/assets/css/base/shadow.css +49 -0
- package/assets/css/base/sizes.css +21 -0
- package/assets/css/components/accordion.css +86 -0
- package/assets/css/components/avatar.css +29 -0
- package/assets/css/components/badge.css +54 -0
- package/assets/css/components/card.css +22 -0
- package/assets/css/components/countdown.css +190 -0
- package/assets/css/components/definition-list.css +69 -0
- package/assets/css/components/double-bar.css +78 -0
- package/assets/css/components/error-notice.css +26 -0
- package/assets/css/components/floating-content.css +74 -0
- package/assets/css/components/form-field.css +74 -0
- package/assets/css/components/game-center-game-data.css +91 -0
- package/assets/css/components/game-center-timeline.css +665 -0
- package/assets/css/components/game-center.css +275 -0
- package/assets/css/components/game-item.css +35 -0
- package/assets/css/components/games-timeline.css +280 -0
- package/assets/css/components/hero.css +51 -0
- package/assets/css/components/icon-button.css +30 -0
- package/assets/css/components/list.css +138 -0
- package/assets/css/components/loading-indicator.css +8 -0
- package/assets/css/components/paginator.css +63 -0
- package/assets/css/components/playoffs.css +81 -0
- package/assets/css/components/progress.css +67 -0
- package/assets/css/components/responsive-table.css +13 -0
- package/assets/css/components/standings-selector.css +79 -0
- package/assets/css/components/table.css +205 -0
- package/assets/css/components/tabs.css +111 -0
- package/assets/css/components/timezone-selector.css +19 -0
- package/assets/css/components/top-list.css +97 -0
- package/assets/css/components/typography.css +41 -0
- package/assets/css/core/normalize.css +94 -0
- package/assets/css/core/utils.css +174 -0
- package/assets/css/core.css +22 -0
- package/assets/css/theme.css +63 -0
- package/dist/icons/index.js +414 -3
- package/package.json +8 -9
- package/dist/icons/IconArrowDown.js +0 -18
- package/dist/icons/IconArrowUp.js +0 -18
- package/dist/icons/IconBroadcast.js +0 -39
- package/dist/icons/IconChange.js +0 -19
- package/dist/icons/IconHockeyPuck.js +0 -19
- package/dist/icons/IconLaunch.js +0 -18
- package/dist/icons/IconLeft.js +0 -20
- package/dist/icons/IconMenu.js +0 -18
- package/dist/icons/IconMore.js +0 -34
- package/dist/icons/IconRight.js +0 -20
- package/dist/icons/IconSheet.js +0 -28
- package/dist/icons/IconSort.js +0 -24
- package/dist/icons/IconSortAsc.js +0 -24
- package/dist/icons/IconSortDesc.js +0 -24
- package/dist/icons/IconStar.js +0 -23
- package/dist/icons/IconTimer.js +0 -19
- package/dist/icons/IconWarning.js +0 -32
- package/dist/icons/IconWhistle.js +0 -15
- package/dist/icons/IconYoutube.js +0 -21
package/dist/icons/index.js
CHANGED
|
@@ -1,3 +1,414 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { createElementBlock as n, openBlock as r, createElementVNode as o } from "vue";
|
|
2
|
+
const $ = {
|
|
3
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
+
viewBox: "0 0 24 24"
|
|
5
|
+
};
|
|
6
|
+
function l(t, e) {
|
|
7
|
+
return r(), n("svg", $, [...e[0] || (e[0] = [
|
|
8
|
+
o("path", {
|
|
9
|
+
fill: "currentColor",
|
|
10
|
+
d: "M8.12 9.29 12 13.17l3.88-3.88a.996.996 0 1 1 1.41 1.41l-4.59 4.59a.996.996 0 0 1-1.41 0L6.7 10.7a.996.996 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0z"
|
|
11
|
+
}, null, -1)
|
|
12
|
+
])]);
|
|
13
|
+
}
|
|
14
|
+
const S = { render: l }, ue = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
15
|
+
__proto__: null,
|
|
16
|
+
default: S,
|
|
17
|
+
render: l
|
|
18
|
+
}, Symbol.toStringTag, { value: "Module" })), j = {
|
|
19
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
+
viewBox: "0 0 24 24"
|
|
21
|
+
};
|
|
22
|
+
function c(t, e) {
|
|
23
|
+
return r(), n("svg", j, [...e[0] || (e[0] = [
|
|
24
|
+
o("path", {
|
|
25
|
+
fill: "currentColor",
|
|
26
|
+
d: "M8.12 14.71L12 10.83l3.88 3.88a.996.996 0 1 0 1.41-1.41L12.7 8.71a.996.996 0 0 0-1.41 0L6.7 13.3a.996.996 0 0 0 0 1.41c.39.38 1.03.39 1.42 0"
|
|
27
|
+
}, null, -1)
|
|
28
|
+
])]);
|
|
29
|
+
}
|
|
30
|
+
const M = { render: c }, de = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
31
|
+
__proto__: null,
|
|
32
|
+
default: M,
|
|
33
|
+
render: c
|
|
34
|
+
}, Symbol.toStringTag, { value: "Module" })), O = {
|
|
35
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
36
|
+
viewBox: "0 0 24 24",
|
|
37
|
+
fill: "none",
|
|
38
|
+
stroke: "currentColor",
|
|
39
|
+
"stroke-width": "2",
|
|
40
|
+
"stroke-linecap": "round",
|
|
41
|
+
"stroke-linejoin": "round"
|
|
42
|
+
};
|
|
43
|
+
function s(t, e) {
|
|
44
|
+
return r(), n("svg", O, [...e[0] || (e[0] = [
|
|
45
|
+
o("rect", {
|
|
46
|
+
x: "2",
|
|
47
|
+
y: "3",
|
|
48
|
+
width: "20",
|
|
49
|
+
height: "14",
|
|
50
|
+
rx: "2",
|
|
51
|
+
ry: "2"
|
|
52
|
+
}, null, -1),
|
|
53
|
+
o("line", {
|
|
54
|
+
x1: "8",
|
|
55
|
+
y1: "21",
|
|
56
|
+
x2: "16",
|
|
57
|
+
y2: "21"
|
|
58
|
+
}, null, -1),
|
|
59
|
+
o("line", {
|
|
60
|
+
x1: "12",
|
|
61
|
+
y1: "17",
|
|
62
|
+
x2: "12",
|
|
63
|
+
y2: "21"
|
|
64
|
+
}, null, -1)
|
|
65
|
+
])]);
|
|
66
|
+
}
|
|
67
|
+
const k = { render: s }, ae = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
68
|
+
__proto__: null,
|
|
69
|
+
default: k,
|
|
70
|
+
render: s
|
|
71
|
+
}, Symbol.toStringTag, { value: "Module" })), z = {
|
|
72
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
73
|
+
fill: "none",
|
|
74
|
+
viewBox: "0 0 24 24"
|
|
75
|
+
};
|
|
76
|
+
function i(t, e) {
|
|
77
|
+
return r(), n("svg", z, [...e[0] || (e[0] = [
|
|
78
|
+
o("path", {
|
|
79
|
+
fill: "#000",
|
|
80
|
+
d: "m7.712 13.208 3.88 3.88 3.88-3.88a.997.997 0 1 1 1.41 1.41l-4.59 4.59a.997.997 0 0 1-1.41 0l-4.59-4.59a.997.997 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0ZM7.712 10.792l3.88-3.88 3.88 3.88a.997.997 0 1 0 1.41-1.41l-4.59-4.59a.996.996 0 0 0-1.41 0l-4.59 4.59a.996.996 0 0 0 0 1.41c.39.38 1.03.39 1.42 0Z"
|
|
81
|
+
}, null, -1)
|
|
82
|
+
])]);
|
|
83
|
+
}
|
|
84
|
+
const L = { render: i }, fe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
85
|
+
__proto__: null,
|
|
86
|
+
default: L,
|
|
87
|
+
render: i
|
|
88
|
+
}, Symbol.toStringTag, { value: "Module" })), B = { viewBox: "0 0 32 32" };
|
|
89
|
+
function u(t, e) {
|
|
90
|
+
return r(), n("svg", B, [...e[0] || (e[0] = [
|
|
91
|
+
o("path", {
|
|
92
|
+
fill: "currentColor",
|
|
93
|
+
d: "M16 7C9.043 7 2 8.718 2 12v8c0 3.282 7.043 5 14 5s14-1.718 14-5v-8c0-3.282-7.043-5-14-5zm0 2c7.444 0 12 1.942 12 3c0 .926-3.489 2.528-9.348 2.914A40.34 40.34 0 0 1 16 15c-7.444 0-12-1.942-12-3s4.556-3 12-3zM4 14.707c.06.035.134.064.195.098a9.77 9.77 0 0 0 1.014.486c.346.144.706.282 1.094.408c.813.265 1.725.48 2.681.664c.289.055.587.1.885.147c.85.137 1.726.247 2.633.324c1.15.098 2.319.166 3.498.166c1.18 0 2.349-.068 3.498-.166a35.139 35.139 0 0 0 2.633-.324c.298-.047.596-.092.885-.147c.956-.184 1.868-.4 2.681-.664a14.457 14.457 0 0 0 1.395-.539a9.77 9.77 0 0 0 .713-.355c.061-.034.136-.063.195-.098V20c0 1.058-4.556 3-12 3S4 21.058 4 20v-5.293z"
|
|
94
|
+
}, null, -1)
|
|
95
|
+
])]);
|
|
96
|
+
}
|
|
97
|
+
const C = { render: u }, _e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
98
|
+
__proto__: null,
|
|
99
|
+
default: C,
|
|
100
|
+
render: u
|
|
101
|
+
}, Symbol.toStringTag, { value: "Module" })), P = {
|
|
102
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
103
|
+
viewBox: "0 0 24 24"
|
|
104
|
+
};
|
|
105
|
+
function d(t, e) {
|
|
106
|
+
return r(), n("svg", P, [...e[0] || (e[0] = [
|
|
107
|
+
o("path", {
|
|
108
|
+
fill: "currentColor",
|
|
109
|
+
d: "M18 19H6a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1v5a1 1 0 0 1-1 1M14 4a1 1 0 0 0 1 1h2.59l-9.13 9.13a1 1 0 1 0 1.41 1.41L19 6.41V9c0 .55.45 1 1 1s1-.45 1-1V3h-6a1 1 0 0 0-1 1"
|
|
110
|
+
}, null, -1)
|
|
111
|
+
])]);
|
|
112
|
+
}
|
|
113
|
+
const T = { render: d }, ge = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
114
|
+
__proto__: null,
|
|
115
|
+
default: T,
|
|
116
|
+
render: d
|
|
117
|
+
}, Symbol.toStringTag, { value: "Module" })), A = {
|
|
118
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
119
|
+
viewBox: "0 0 24 24",
|
|
120
|
+
fill: "none",
|
|
121
|
+
stroke: "currentColor",
|
|
122
|
+
"stroke-width": "2",
|
|
123
|
+
"stroke-linecap": "round",
|
|
124
|
+
"stroke-linejoin": "round"
|
|
125
|
+
};
|
|
126
|
+
function a(t, e) {
|
|
127
|
+
return r(), n("svg", A, [...e[0] || (e[0] = [
|
|
128
|
+
o("polyline", { points: "15 18 9 12 15 6" }, null, -1)
|
|
129
|
+
])]);
|
|
130
|
+
}
|
|
131
|
+
const V = { render: a }, we = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
132
|
+
__proto__: null,
|
|
133
|
+
default: V,
|
|
134
|
+
render: a
|
|
135
|
+
}, Symbol.toStringTag, { value: "Module" })), H = {
|
|
136
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
137
|
+
viewBox: "0 0 24 24"
|
|
138
|
+
};
|
|
139
|
+
function f(t, e) {
|
|
140
|
+
return r(), n("svg", H, [...e[0] || (e[0] = [
|
|
141
|
+
o("path", {
|
|
142
|
+
fill: "currentColor",
|
|
143
|
+
d: "M3 18h18v-2H3zm0-5h18v-2H3zm0-7v2h18V6z"
|
|
144
|
+
}, null, -1)
|
|
145
|
+
])]);
|
|
146
|
+
}
|
|
147
|
+
const D = { render: f }, pe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
148
|
+
__proto__: null,
|
|
149
|
+
default: D,
|
|
150
|
+
render: f
|
|
151
|
+
}, Symbol.toStringTag, { value: "Module" })), W = {
|
|
152
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
153
|
+
viewBox: "0 0 24 24",
|
|
154
|
+
fill: "none",
|
|
155
|
+
stroke: "currentColor",
|
|
156
|
+
"stroke-width": "2",
|
|
157
|
+
"stroke-linecap": "round",
|
|
158
|
+
"stroke-linejoin": "round"
|
|
159
|
+
};
|
|
160
|
+
function _(t, e) {
|
|
161
|
+
return r(), n("svg", W, [...e[0] || (e[0] = [
|
|
162
|
+
o("circle", {
|
|
163
|
+
cx: "12",
|
|
164
|
+
cy: "12",
|
|
165
|
+
r: "1"
|
|
166
|
+
}, null, -1),
|
|
167
|
+
o("circle", {
|
|
168
|
+
cx: "12",
|
|
169
|
+
cy: "5",
|
|
170
|
+
r: "1"
|
|
171
|
+
}, null, -1),
|
|
172
|
+
o("circle", {
|
|
173
|
+
cx: "12",
|
|
174
|
+
cy: "19",
|
|
175
|
+
r: "1"
|
|
176
|
+
}, null, -1)
|
|
177
|
+
])]);
|
|
178
|
+
}
|
|
179
|
+
const Z = { render: _ }, ve = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
180
|
+
__proto__: null,
|
|
181
|
+
default: Z,
|
|
182
|
+
render: _
|
|
183
|
+
}, Symbol.toStringTag, { value: "Module" })), R = {
|
|
184
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
185
|
+
viewBox: "0 0 24 24",
|
|
186
|
+
fill: "none",
|
|
187
|
+
stroke: "currentColor",
|
|
188
|
+
"stroke-width": "2",
|
|
189
|
+
"stroke-linecap": "round",
|
|
190
|
+
"stroke-linejoin": "round"
|
|
191
|
+
};
|
|
192
|
+
function g(t, e) {
|
|
193
|
+
return r(), n("svg", R, [...e[0] || (e[0] = [
|
|
194
|
+
o("polyline", { points: "9 18 15 12 9 6" }, null, -1)
|
|
195
|
+
])]);
|
|
196
|
+
}
|
|
197
|
+
const U = { render: g }, he = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
198
|
+
__proto__: null,
|
|
199
|
+
default: U,
|
|
200
|
+
render: g
|
|
201
|
+
}, Symbol.toStringTag, { value: "Module" })), Y = {
|
|
202
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
203
|
+
viewBox: "0 0 24 24",
|
|
204
|
+
fill: "none",
|
|
205
|
+
stroke: "currentColor",
|
|
206
|
+
"stroke-width": "2",
|
|
207
|
+
"stroke-linecap": "round",
|
|
208
|
+
"stroke-linejoin": "round"
|
|
209
|
+
};
|
|
210
|
+
function w(t, e) {
|
|
211
|
+
return r(), n("svg", Y, [...e[0] || (e[0] = [
|
|
212
|
+
o("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),
|
|
213
|
+
o("rect", {
|
|
214
|
+
x: "8",
|
|
215
|
+
y: "2",
|
|
216
|
+
width: "8",
|
|
217
|
+
height: "4",
|
|
218
|
+
rx: "1",
|
|
219
|
+
ry: "1"
|
|
220
|
+
}, null, -1)
|
|
221
|
+
])]);
|
|
222
|
+
}
|
|
223
|
+
const E = { render: w }, xe = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
224
|
+
__proto__: null,
|
|
225
|
+
default: E,
|
|
226
|
+
render: w
|
|
227
|
+
}, Symbol.toStringTag, { value: "Module" })), N = {
|
|
228
|
+
"aria-hidden": "true",
|
|
229
|
+
focusable: "false",
|
|
230
|
+
"data-prefix": "fas",
|
|
231
|
+
"data-icon": "sort",
|
|
232
|
+
class: "svg-inline--fa fa-sort fa-w-10",
|
|
233
|
+
role: "img",
|
|
234
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
235
|
+
viewBox: "0 0 320 512"
|
|
236
|
+
};
|
|
237
|
+
function p(t, e) {
|
|
238
|
+
return r(), n("svg", N, [...e[0] || (e[0] = [
|
|
239
|
+
o("path", {
|
|
240
|
+
fill: "currentColor",
|
|
241
|
+
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"
|
|
242
|
+
}, null, -1)
|
|
243
|
+
])]);
|
|
244
|
+
}
|
|
245
|
+
const q = { render: p }, be = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
246
|
+
__proto__: null,
|
|
247
|
+
default: q,
|
|
248
|
+
render: p
|
|
249
|
+
}, Symbol.toStringTag, { value: "Module" })), F = {
|
|
250
|
+
"aria-hidden": "true",
|
|
251
|
+
focusable: "false",
|
|
252
|
+
"data-prefix": "fas",
|
|
253
|
+
"data-icon": "sort-down",
|
|
254
|
+
class: "svg-inline--fa fa-sort-down fa-w-10",
|
|
255
|
+
role: "img",
|
|
256
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
257
|
+
viewBox: "0 0 320 512"
|
|
258
|
+
};
|
|
259
|
+
function v(t, e) {
|
|
260
|
+
return r(), n("svg", F, [...e[0] || (e[0] = [
|
|
261
|
+
o("path", {
|
|
262
|
+
fill: "currentColor",
|
|
263
|
+
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"
|
|
264
|
+
}, null, -1)
|
|
265
|
+
])]);
|
|
266
|
+
}
|
|
267
|
+
const G = { render: v }, ye = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
268
|
+
__proto__: null,
|
|
269
|
+
default: G,
|
|
270
|
+
render: v
|
|
271
|
+
}, Symbol.toStringTag, { value: "Module" })), J = {
|
|
272
|
+
"aria-hidden": "true",
|
|
273
|
+
focusable: "false",
|
|
274
|
+
"data-prefix": "fas",
|
|
275
|
+
"data-icon": "sort-up",
|
|
276
|
+
class: "svg-inline--fa fa-sort-up fa-w-10",
|
|
277
|
+
role: "img",
|
|
278
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
279
|
+
viewBox: "0 0 320 512"
|
|
280
|
+
};
|
|
281
|
+
function h(t, e) {
|
|
282
|
+
return r(), n("svg", J, [...e[0] || (e[0] = [
|
|
283
|
+
o("path", {
|
|
284
|
+
fill: "currentColor",
|
|
285
|
+
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"
|
|
286
|
+
}, null, -1)
|
|
287
|
+
])]);
|
|
288
|
+
}
|
|
289
|
+
const K = { render: h }, Ie = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
290
|
+
__proto__: null,
|
|
291
|
+
default: K,
|
|
292
|
+
render: h
|
|
293
|
+
}, Symbol.toStringTag, { value: "Module" })), Q = {
|
|
294
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
295
|
+
viewBox: "0 0 24 24"
|
|
296
|
+
};
|
|
297
|
+
function x(t, e) {
|
|
298
|
+
return r(), n("svg", Q, [...e[0] || (e[0] = [
|
|
299
|
+
o("path", {
|
|
300
|
+
fill: "currentColor",
|
|
301
|
+
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",
|
|
302
|
+
opacity: ".3"
|
|
303
|
+
}, null, -1),
|
|
304
|
+
o("path", {
|
|
305
|
+
fill: "currentColor",
|
|
306
|
+
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"
|
|
307
|
+
}, null, -1)
|
|
308
|
+
])]);
|
|
309
|
+
}
|
|
310
|
+
const X = { render: x }, me = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
311
|
+
__proto__: null,
|
|
312
|
+
default: X,
|
|
313
|
+
render: x
|
|
314
|
+
}, Symbol.toStringTag, { value: "Module" })), ee = {
|
|
315
|
+
width: "32",
|
|
316
|
+
height: "32",
|
|
317
|
+
viewBox: "0 0 24 24"
|
|
318
|
+
};
|
|
319
|
+
function b(t, e) {
|
|
320
|
+
return r(), n("svg", ee, [...e[0] || (e[0] = [
|
|
321
|
+
o("path", {
|
|
322
|
+
fill: "currentColor",
|
|
323
|
+
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"
|
|
324
|
+
}, null, -1)
|
|
325
|
+
])]);
|
|
326
|
+
}
|
|
327
|
+
const oe = { render: b }, $e = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
328
|
+
__proto__: null,
|
|
329
|
+
default: oe,
|
|
330
|
+
render: b
|
|
331
|
+
}, Symbol.toStringTag, { value: "Module" })), ne = {
|
|
332
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
333
|
+
viewBox: "0 0 24 24",
|
|
334
|
+
fill: "none",
|
|
335
|
+
stroke: "currentColor",
|
|
336
|
+
"stroke-width": "2",
|
|
337
|
+
"stroke-linecap": "round",
|
|
338
|
+
"stroke-linejoin": "round"
|
|
339
|
+
};
|
|
340
|
+
function y(t, e) {
|
|
341
|
+
return r(), n("svg", ne, [...e[0] || (e[0] = [
|
|
342
|
+
o("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),
|
|
343
|
+
o("line", {
|
|
344
|
+
x1: "12",
|
|
345
|
+
y1: "9",
|
|
346
|
+
x2: "12",
|
|
347
|
+
y2: "13"
|
|
348
|
+
}, null, -1),
|
|
349
|
+
o("line", {
|
|
350
|
+
x1: "12",
|
|
351
|
+
y1: "17",
|
|
352
|
+
x2: "12.01",
|
|
353
|
+
y2: "17"
|
|
354
|
+
}, null, -1)
|
|
355
|
+
])]);
|
|
356
|
+
}
|
|
357
|
+
const re = { render: y }, Se = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
358
|
+
__proto__: null,
|
|
359
|
+
default: re,
|
|
360
|
+
render: y
|
|
361
|
+
}, Symbol.toStringTag, { value: "Module" })), te = { viewBox: "0 0 24 24" };
|
|
362
|
+
function I(t, e) {
|
|
363
|
+
return r(), n("svg", te, [...e[0] || (e[0] = [
|
|
364
|
+
o("path", {
|
|
365
|
+
fill: "currentColor",
|
|
366
|
+
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"
|
|
367
|
+
}, null, -1)
|
|
368
|
+
])]);
|
|
369
|
+
}
|
|
370
|
+
const le = { render: I }, je = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
371
|
+
__proto__: null,
|
|
372
|
+
default: le,
|
|
373
|
+
render: I
|
|
374
|
+
}, Symbol.toStringTag, { value: "Module" })), ce = {
|
|
375
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
376
|
+
viewBox: "0 0 24 24",
|
|
377
|
+
fill: "none",
|
|
378
|
+
stroke: "currentColor",
|
|
379
|
+
"stroke-width": "2",
|
|
380
|
+
"stroke-linecap": "round",
|
|
381
|
+
"stroke-linejoin": "round"
|
|
382
|
+
};
|
|
383
|
+
function m(t, e) {
|
|
384
|
+
return r(), n("svg", ce, [...e[0] || (e[0] = [
|
|
385
|
+
o("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),
|
|
386
|
+
o("polygon", { points: "9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02" }, null, -1)
|
|
387
|
+
])]);
|
|
388
|
+
}
|
|
389
|
+
const se = { render: m }, Me = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
390
|
+
__proto__: null,
|
|
391
|
+
default: se,
|
|
392
|
+
render: m
|
|
393
|
+
}, Symbol.toStringTag, { value: "Module" }));
|
|
394
|
+
export {
|
|
395
|
+
ue as IconArrowDown,
|
|
396
|
+
de as IconArrowUp,
|
|
397
|
+
ae as IconBroadcast,
|
|
398
|
+
fe as IconChange,
|
|
399
|
+
_e as IconHockeyPuck,
|
|
400
|
+
ge as IconLaunch,
|
|
401
|
+
we as IconLeft,
|
|
402
|
+
pe as IconMenu,
|
|
403
|
+
ve as IconMore,
|
|
404
|
+
he as IconRight,
|
|
405
|
+
xe as IconSheet,
|
|
406
|
+
be as IconSort,
|
|
407
|
+
ye as IconSortAsc,
|
|
408
|
+
Ie as IconSortDesc,
|
|
409
|
+
me as IconStar,
|
|
410
|
+
$e as IconTimer,
|
|
411
|
+
Se as IconWarning,
|
|
412
|
+
je as IconWhistle,
|
|
413
|
+
Me as IconYoutube
|
|
414
|
+
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mjsz-vbr-elements/shared",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.33.1",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": "Ákos Stegner <akos.stegner@gmail.com>",
|
|
7
7
|
"homepage": "https://api.icehockey.hu/widgets/docs/v2/",
|
|
@@ -9,16 +9,17 @@
|
|
|
9
9
|
".": {
|
|
10
10
|
"import": "./dist/icons/index.js"
|
|
11
11
|
},
|
|
12
|
-
"./icons
|
|
13
|
-
"import": "./dist/icons
|
|
12
|
+
"./icons": {
|
|
13
|
+
"import": "./dist/icons/index.js"
|
|
14
14
|
},
|
|
15
|
-
"./css/*.
|
|
16
|
-
"import": "./assets/css/*.
|
|
17
|
-
"require": "./assets/css/*.
|
|
15
|
+
"./css/*.css": {
|
|
16
|
+
"import": "./assets/css/*.css",
|
|
17
|
+
"require": "./assets/css/*.css"
|
|
18
18
|
}
|
|
19
19
|
},
|
|
20
20
|
"module": "./dist/icons/index.js",
|
|
21
21
|
"files": [
|
|
22
|
+
"assets/css",
|
|
22
23
|
"dist"
|
|
23
24
|
],
|
|
24
25
|
"devDependencies": {
|
|
@@ -29,8 +30,6 @@
|
|
|
29
30
|
"vite-svg-loader": "^5.1.0"
|
|
30
31
|
},
|
|
31
32
|
"scripts": {
|
|
32
|
-
"build
|
|
33
|
-
"build:icons": "vite build",
|
|
34
|
-
"build": "pnpm run build:icons && pnpm run build:variables"
|
|
33
|
+
"build": "vite build"
|
|
35
34
|
}
|
|
36
35
|
}
|
|
@@ -1,18 +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
|
-
};
|
|
6
|
-
function l(c, e) {
|
|
7
|
-
return r(), o("svg", n, [...e[0] || (e[0] = [
|
|
8
|
-
t("path", {
|
|
9
|
-
fill: "currentColor",
|
|
10
|
-
d: "M8.12 9.29 12 13.17l3.88-3.88a.996.996 0 1 1 1.41 1.41l-4.59 4.59a.996.996 0 0 1-1.41 0L6.7 10.7a.996.996 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0z"
|
|
11
|
-
}, null, -1)
|
|
12
|
-
])]);
|
|
13
|
-
}
|
|
14
|
-
const s = { render: l };
|
|
15
|
-
export {
|
|
16
|
-
s as default,
|
|
17
|
-
l as render
|
|
18
|
-
};
|
|
@@ -1,18 +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
|
-
};
|
|
6
|
-
function l(c, e) {
|
|
7
|
-
return r(), o("svg", n, [...e[0] || (e[0] = [
|
|
8
|
-
t("path", {
|
|
9
|
-
fill: "currentColor",
|
|
10
|
-
d: "M8.12 14.71L12 10.83l3.88 3.88a.996.996 0 1 0 1.41-1.41L12.7 8.71a.996.996 0 0 0-1.41 0L6.7 13.3a.996.996 0 0 0 0 1.41c.39.38 1.03.39 1.42 0"
|
|
11
|
-
}, null, -1)
|
|
12
|
-
])]);
|
|
13
|
-
}
|
|
14
|
-
const s = { render: l };
|
|
15
|
-
export {
|
|
16
|
-
s as default,
|
|
17
|
-
l as render
|
|
18
|
-
};
|
|
@@ -1,39 +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("rect", {
|
|
14
|
-
x: "2",
|
|
15
|
-
y: "3",
|
|
16
|
-
width: "20",
|
|
17
|
-
height: "14",
|
|
18
|
-
rx: "2",
|
|
19
|
-
ry: "2"
|
|
20
|
-
}, null, -1),
|
|
21
|
-
e("line", {
|
|
22
|
-
x1: "8",
|
|
23
|
-
y1: "21",
|
|
24
|
-
x2: "16",
|
|
25
|
-
y2: "21"
|
|
26
|
-
}, null, -1),
|
|
27
|
-
e("line", {
|
|
28
|
-
x1: "12",
|
|
29
|
-
y1: "17",
|
|
30
|
-
x2: "12",
|
|
31
|
-
y2: "21"
|
|
32
|
-
}, null, -1)
|
|
33
|
-
])]);
|
|
34
|
-
}
|
|
35
|
-
const c = { render: l };
|
|
36
|
-
export {
|
|
37
|
-
c as default,
|
|
38
|
-
l as render
|
|
39
|
-
};
|
package/dist/icons/IconChange.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as l, openBlock as n, createElementVNode as t } from "vue";
|
|
2
|
-
const o = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
fill: "none",
|
|
5
|
-
viewBox: "0 0 24 24"
|
|
6
|
-
};
|
|
7
|
-
function r(a, e) {
|
|
8
|
-
return n(), l("svg", o, [...e[0] || (e[0] = [
|
|
9
|
-
t("path", {
|
|
10
|
-
fill: "#000",
|
|
11
|
-
d: "m7.712 13.208 3.88 3.88 3.88-3.88a.997.997 0 1 1 1.41 1.41l-4.59 4.59a.997.997 0 0 1-1.41 0l-4.59-4.59a.997.997 0 0 1 0-1.41c.39-.38 1.03-.39 1.42 0ZM7.712 10.792l3.88-3.88 3.88 3.88a.997.997 0 1 0 1.41-1.41l-4.59-4.59a.996.996 0 0 0-1.41 0l-4.59 4.59a.996.996 0 0 0 0 1.41c.39.38 1.03.39 1.42 0Z"
|
|
12
|
-
}, null, -1)
|
|
13
|
-
])]);
|
|
14
|
-
}
|
|
15
|
-
const s = { render: r };
|
|
16
|
-
export {
|
|
17
|
-
s as default,
|
|
18
|
-
r as render
|
|
19
|
-
};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as e, openBlock as t, createElementVNode as o } from "vue";
|
|
2
|
-
const r = {
|
|
3
|
-
width: "32",
|
|
4
|
-
height: "32",
|
|
5
|
-
viewBox: "0 0 32 32"
|
|
6
|
-
};
|
|
7
|
-
function n(l, c) {
|
|
8
|
-
return t(), e("svg", r, [...c[0] || (c[0] = [
|
|
9
|
-
o("path", {
|
|
10
|
-
fill: "currentColor",
|
|
11
|
-
d: "M16 7C9.043 7 2 8.718 2 12v8c0 3.282 7.043 5 14 5s14-1.718 14-5v-8c0-3.282-7.043-5-14-5zm0 2c7.444 0 12 1.942 12 3c0 .926-3.489 2.528-9.348 2.914A40.34 40.34 0 0 1 16 15c-7.444 0-12-1.942-12-3s4.556-3 12-3zM4 14.707c.06.035.134.064.195.098a9.77 9.77 0 0 0 1.014.486c.346.144.706.282 1.094.408c.813.265 1.725.48 2.681.664c.289.055.587.1.885.147c.85.137 1.726.247 2.633.324c1.15.098 2.319.166 3.498.166c1.18 0 2.349-.068 3.498-.166a35.139 35.139 0 0 0 2.633-.324c.298-.047.596-.092.885-.147c.956-.184 1.868-.4 2.681-.664a14.457 14.457 0 0 0 1.395-.539a9.77 9.77 0 0 0 .713-.355c.061-.034.136-.063.195-.098V20c0 1.058-4.556 3-12 3S4 21.058 4 20v-5.293z"
|
|
12
|
-
}, null, -1)
|
|
13
|
-
])]);
|
|
14
|
-
}
|
|
15
|
-
const d = { render: n };
|
|
16
|
-
export {
|
|
17
|
-
d as default,
|
|
18
|
-
n as render
|
|
19
|
-
};
|
package/dist/icons/IconLaunch.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as t, openBlock as o, createElementVNode as n } from "vue";
|
|
2
|
-
const r = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
viewBox: "0 0 24 24"
|
|
5
|
-
};
|
|
6
|
-
function a(c, e) {
|
|
7
|
-
return o(), t("svg", r, [...e[0] || (e[0] = [
|
|
8
|
-
n("path", {
|
|
9
|
-
fill: "currentColor",
|
|
10
|
-
d: "M18 19H6a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h5c.55 0 1-.45 1-1s-.45-1-1-1H5a2 2 0 0 0-2 2v14c0 1.1.9 2 2 2h14a2 2 0 0 0 2-2v-6c0-.55-.45-1-1-1s-1 .45-1 1v5a1 1 0 0 1-1 1M14 4a1 1 0 0 0 1 1h2.59l-9.13 9.13a1 1 0 1 0 1.41 1.41L19 6.41V9c0 .55.45 1 1 1s1-.45 1-1V3h-6a1 1 0 0 0-1 1"
|
|
11
|
-
}, null, -1)
|
|
12
|
-
])]);
|
|
13
|
-
}
|
|
14
|
-
const s = { render: a };
|
|
15
|
-
export {
|
|
16
|
-
s as default,
|
|
17
|
-
a as render
|
|
18
|
-
};
|
package/dist/icons/IconLeft.js
DELETED
|
@@ -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(s, e) {
|
|
12
|
-
return n(), o("svg", r, [...e[0] || (e[0] = [
|
|
13
|
-
t("polyline", { points: "15 18 9 12 15 6" }, null, -1)
|
|
14
|
-
])]);
|
|
15
|
-
}
|
|
16
|
-
const c = { render: l };
|
|
17
|
-
export {
|
|
18
|
-
c as default,
|
|
19
|
-
l as render
|
|
20
|
-
};
|
package/dist/icons/IconMenu.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as t, openBlock as o, createElementVNode as n } from "vue";
|
|
2
|
-
const r = {
|
|
3
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
4
|
-
viewBox: "0 0 24 24"
|
|
5
|
-
};
|
|
6
|
-
function l(c, e) {
|
|
7
|
-
return o(), t("svg", r, [...e[0] || (e[0] = [
|
|
8
|
-
n("path", {
|
|
9
|
-
fill: "currentColor",
|
|
10
|
-
d: "M3 18h18v-2H3zm0-5h18v-2H3zm0-7v2h18V6z"
|
|
11
|
-
}, null, -1)
|
|
12
|
-
])]);
|
|
13
|
-
}
|
|
14
|
-
const s = { render: l };
|
|
15
|
-
export {
|
|
16
|
-
s as default,
|
|
17
|
-
l as render
|
|
18
|
-
};
|
package/dist/icons/IconMore.js
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { createElementBlock as o, openBlock as n, createElementVNode as e } from "vue";
|
|
2
|
-
const c = {
|
|
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 t(l, r) {
|
|
12
|
-
return n(), o("svg", c, [...r[0] || (r[0] = [
|
|
13
|
-
e("circle", {
|
|
14
|
-
cx: "12",
|
|
15
|
-
cy: "12",
|
|
16
|
-
r: "1"
|
|
17
|
-
}, null, -1),
|
|
18
|
-
e("circle", {
|
|
19
|
-
cx: "12",
|
|
20
|
-
cy: "5",
|
|
21
|
-
r: "1"
|
|
22
|
-
}, null, -1),
|
|
23
|
-
e("circle", {
|
|
24
|
-
cx: "12",
|
|
25
|
-
cy: "19",
|
|
26
|
-
r: "1"
|
|
27
|
-
}, null, -1)
|
|
28
|
-
])]);
|
|
29
|
-
}
|
|
30
|
-
const s = { render: t };
|
|
31
|
-
export {
|
|
32
|
-
s as default,
|
|
33
|
-
t as render
|
|
34
|
-
};
|