valtech-components 4.0.937 → 4.0.939

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 (60) hide show
  1. package/esm2022/lib/components/molecules/group-picker/group-picker.component.mjs +97 -0
  2. package/esm2022/lib/components/organisms/group-members/group-members.component.mjs +178 -0
  3. package/esm2022/lib/components/organisms/mini-games/mini-games.i18n.mjs +1 -381
  4. package/esm2022/lib/components/organisms/mini-games/types.mjs +1 -1
  5. package/esm2022/lib/services/groups/groups.service.mjs +92 -0
  6. package/esm2022/lib/services/groups/types.mjs +2 -0
  7. package/esm2022/lib/version.mjs +2 -2
  8. package/esm2022/public-api.mjs +4 -3
  9. package/fesm2022/valtech-components.mjs +641 -7612
  10. package/fesm2022/valtech-components.mjs.map +1 -1
  11. package/lib/components/molecules/group-picker/group-picker.component.d.ts +28 -0
  12. package/lib/components/organisms/group-members/group-members.component.d.ts +43 -0
  13. package/lib/components/organisms/mini-games/types.d.ts +0 -182
  14. package/lib/services/groups/groups.service.d.ts +39 -0
  15. package/lib/services/groups/types.d.ts +69 -0
  16. package/lib/version.d.ts +1 -1
  17. package/package.json +1 -1
  18. package/public-api.d.ts +4 -2
  19. package/src/lib/assets/games/README.md +8 -0
  20. package/esm2022/lib/components/organisms/mini-games/christianity-bot.mjs +0 -94
  21. package/esm2022/lib/components/organisms/mini-games/christianity-card.component.mjs +0 -503
  22. package/esm2022/lib/components/organisms/mini-games/christianity-catalog.mjs +0 -247
  23. package/esm2022/lib/components/organisms/mini-games/christianity-game.component.mjs +0 -4580
  24. package/esm2022/lib/components/organisms/mini-games/christianity-rules.mjs +0 -1383
  25. package/esm2022/lib/components/organisms/mini-games/christianity-tutorial.mjs +0 -152
  26. package/lib/components/organisms/mini-games/christianity-bot.d.ts +0 -15
  27. package/lib/components/organisms/mini-games/christianity-card.component.d.ts +0 -55
  28. package/lib/components/organisms/mini-games/christianity-catalog.d.ts +0 -18
  29. package/lib/components/organisms/mini-games/christianity-game.component.d.ts +0 -395
  30. package/lib/components/organisms/mini-games/christianity-rules.d.ts +0 -57
  31. package/lib/components/organisms/mini-games/christianity-tutorial.d.ts +0 -38
  32. package/src/lib/assets/games/christianity/card-symbol.svg +0 -51
  33. package/src/lib/assets/games/christianity/card-template-reference/front.html +0 -114
  34. package/src/lib/assets/games/christianity/card-template-reference/front.style.css +0 -352
  35. package/src/lib/assets/games/christianity/data/01-genesis.bible-reference-suggestions.csv +0 -191
  36. package/src/lib/assets/games/christianity/data/01-genesis.bible-verses.nbv-open.csv +0 -170
  37. package/src/lib/assets/games/christianity/data/01-genesis.cards.csv +0 -281
  38. package/src/lib/assets/games/christianity/data/01-genesis.cards.i18n.csv +0 -281
  39. package/src/lib/assets/games/christianity/data/01-genesis.cards.json +0 -16453
  40. package/src/lib/assets/games/christianity/data/01-genesis.unassigned-effects.csv +0 -49
  41. package/src/lib/assets/games/christianity/data/README.md +0 -40
  42. package/src/lib/assets/games/christianity/data/data-con-habilides.csv +0 -273
  43. package/src/lib/assets/games/christianity/data/habilidades-por-tipo.xlsx +0 -0
  44. package/src/lib/assets/games/christianity/data/listado-edicion.csv +0 -281
  45. package/src/lib/assets/games/christianity/editions/1/cards/.gitkeep +0 -1
  46. package/src/lib/assets/games/christianity/editions/1/cards/PLACEHOLDER.png +0 -0
  47. package/src/lib/assets/games/christianity/editions/README.md +0 -34
  48. package/src/lib/assets/games/christianity/icons/1-icon.png +0 -0
  49. package/src/lib/assets/games/christianity/icons/action.png +0 -0
  50. package/src/lib/assets/games/christianity/icons/character.png +0 -0
  51. package/src/lib/assets/games/christianity/icons/event.png +0 -0
  52. package/src/lib/assets/games/christianity/icons/leader.png +0 -0
  53. package/src/lib/assets/games/christianity/icons/offering.png +0 -0
  54. package/src/lib/assets/games/christianity/icons/place.png +0 -0
  55. package/src/lib/assets/games/christianity/icons/tool.png +0 -0
  56. package/src/lib/assets/games/christianity/icons/wisdom.png +0 -0
  57. package/src/lib/assets/games/christianity/sources/README.md +0 -16
  58. package/src/lib/assets/games/christianity/sources/spaonbv_vpl.txt +0 -29102
  59. package/src/lib/assets/games/christianity/sources/spaonbv_vpl.xml +0 -29104
  60. package/src/lib/assets/games/christianity/spaonbv.txt +0 -52
@@ -1,352 +0,0 @@
1
- .border-container {
2
- background: rgb(154,166,191);
3
- background: linear-gradient(180deg, rgba(154,166,191,1) 11%, rgba(202,206,209,1) 33%, rgba(159,158,187,1) 71%, rgba(157,164,170,1) 100%);
4
- padding: 45px;
5
- }
6
-
7
- .card {
8
- width: 825px;
9
- height: 1225px;
10
- border-radius: 25px;
11
- background-color: #f2f2f2;
12
- padding: 18px;
13
- }
14
-
15
- .header {
16
- color: #35353d;
17
- font-size: 50px;
18
- font-weight: 700;
19
- }
20
-
21
- .cost-container {
22
- display: flex;
23
- }
24
-
25
- .header-cost {
26
- display: flex;
27
- align-items: center;
28
- justify-content: center;
29
- background-color: #ffd800;
30
- width: 60px;
31
- height: 60px;
32
- border-radius: 50%;
33
- color: #454545;
34
- font-weight: 700;
35
- font-size: 50px;
36
- margin-left: 8px;
37
- }
38
-
39
- .header-container {
40
- width: 100%;
41
- display: flex;
42
- align-items: center;
43
- justify-content: space-between;
44
- }
45
-
46
- .name-container {
47
- width: 100%;
48
- display: flex;
49
- align-items: center;
50
- justify-content: start;
51
- }
52
-
53
- .icon {
54
- padding-top: 4px;
55
- width: 60px;
56
- height: 60px;
57
- color: #35353d;
58
- background-color: #c7ccd2;
59
- display: flex;
60
- align-items: center;
61
- justify-content: center;
62
- border-radius: 50%;
63
- font-size: 28px;
64
- margin-right: 8px;
65
- }
66
-
67
- .icon img {
68
- width: 36px;
69
- }
70
-
71
- .content {
72
- padding: 8px 0px;
73
- height: 610px;
74
- }
75
-
76
- .image {
77
- background-image: url({{index assets card.name}});
78
- background-position: center;
79
- background-position-y: {{card.positiony}}px;
80
- background-position-x: {{card.positionx}}px;
81
- background-size: 100%;
82
- background-size: {{card.size}}%;
83
-
84
- /* background-position-y: -150px;
85
- background-position-x: -150px;
86
- background-size: 120%; */
87
-
88
- border-radius: 20px;
89
- background-repeat: no-repeat;
90
- height: 100%;
91
- -webkit-box-shadow: 0px 2px 30px -11px rgba(71,71,71,0.58);
92
- -moz-box-shadow: 0px 2px 30px -11px rgba(71,71,71,0.58);
93
- box-shadow: 0px 2px 30px -11px rgba(71,71,71,0.58);
94
- position: relative;
95
-
96
- display: flex;
97
- align-items: start;
98
- justify-content: flex-end;
99
- }
100
-
101
- .type-box {
102
- margin-top: -1px;
103
- margin-right: -1px;
104
- color : #282828;
105
- display: flex;
106
- align-items: center;
107
- justify-content: center;
108
- font-size: 16px;
109
- font-weight: 600;
110
- font-family: "Nunito Sans", sans-serif;
111
- font-optical-sizing: auto;
112
- font-style: italic;
113
- width: 180px;
114
- height: 35px;
115
- border-radius: 0px 20px;
116
- border: 2px outset #e0e0e0;
117
- text-shadow: 1px 1px rgba(43, 43, 43, 0.2);
118
- box-shadow: -5px 7px 16px rgba(6, 6, 5, 0.5);
119
- letter-spacing: 1px;
120
-
121
- background: rgb(223,222,226);
122
- background: linear-gradient(180deg, rgba(223,222,226,1) 30%, rgba(237,237,239,1) 51%, rgba(255,255,255,1) 80%);
123
- }
124
-
125
-
126
- .footer {
127
- height: 34px;
128
- padding: 0px 8px;
129
- color: #000000;
130
- display: flex;
131
- justify-content: space-between;
132
- }
133
-
134
- .edition-container {
135
- width: 100%;
136
- display: flex;
137
- align-items: center;
138
- justify-content: space-between;
139
- height: 30px;
140
- }
141
-
142
- .edition {
143
- background-image: url({{index assets card.edition}});
144
- background-position: center;
145
- background-size: 100%;
146
- background-repeat: no-repeat;
147
- width: 50px;
148
- height: 100%;
149
- }
150
-
151
- .number {
152
- font-weight: 600;
153
- display: flex;
154
- align-items: center;
155
- }
156
-
157
- .number p {
158
- padding-left: 8px;
159
- }
160
-
161
- .edition-box img {
162
- width: 40px;
163
- margin: 0;
164
- padding: 0;
165
- margin-top: 4px;
166
- }
167
-
168
- .permissions {
169
- position: fixed;
170
- bottom: 0;
171
- height: 45px;
172
- width: 92%;
173
- display: flex;
174
- align-items: flex-start;
175
- justify-content: center;
176
- padding-top: 8px;
177
- }
178
-
179
- .permissions p {
180
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
181
- margin: 0 auto;
182
- padding: 0;
183
- color: #000000;
184
- font-size: 13px;
185
- font-weight: 400;
186
- }
187
-
188
- .legend {
189
- min-height: 172px;
190
- max-height: 172px;
191
- margin-top: -4px;
192
- }
193
-
194
- .verse {
195
- font-family: "Noto Serif", serif;
196
- font-optical-sizing: auto;
197
- margin: 0;
198
- padding: 0;
199
- color: #000000;
200
- font-size: 18px;
201
- font-weight: 300;
202
- max-width: 760px;
203
- line-height: normal;
204
- }
205
-
206
- .version {
207
- font-family: "Open Sans", sans-serif;
208
- font-optical-sizing: auto;
209
- margin: 0;
210
- padding: 0;
211
- color: #000000;
212
- font-size: 20px;
213
- font-weight: 800;
214
- max-width: 740px;
215
- line-height: normal;
216
- margin-top: -8px;
217
- }
218
-
219
- .hability-container {
220
- width: 100%;
221
- height: 320px;
222
- background-image: url({{index assets card.legend}});
223
- background-position: center;
224
- background-size: 100%;
225
- background-repeat: no-repeat;
226
- border-radius: 20px;
227
- padding: 16px;
228
- display: flex;
229
- flex-direction: column;
230
- }
231
-
232
- .character-container {
233
- display: flex;
234
- width: 100%;
235
- height: 40px;
236
- align-items: center;
237
- justify-content: space-between;
238
- }
239
-
240
- .statistic-container {
241
- display: flex;
242
- width: 160px;
243
- height: 40px;
244
- align-items: center;
245
- justify-content: space-between;
246
- }
247
-
248
- .character-text {
249
- margin: 0;
250
- padding: 0;
251
- color: #000000;
252
- font-size: 32px;
253
- font-weight: 800;
254
- line-height: normal;
255
- }
256
-
257
-
258
- .rarity-container {
259
- display: flex;
260
- width: 200px;
261
- height: 40px;
262
- align-items: center;
263
- justify-content: end;
264
- }
265
-
266
- .rarity-box {
267
- width: 24px;
268
- height: 24px;
269
- /* transform: rotate(45deg);
270
- border-radius: 5px; */
271
- border-radius: 100%;
272
- -webkit-box-shadow: 0px 2px 30px -11px rgba(71,71,71,0.58);
273
- -moz-box-shadow: 0px 2px 30px -11px rgba(71,71,71,0.58);
274
- box-shadow: 0px 2px 30px -11px rgba(71,71,71,0.58);
275
- }
276
-
277
- .normal {
278
- background-color: #3a80e9;
279
- background: rgb(58,128,233);
280
- background: linear-gradient(180deg, rgba(58,128,233,1) 40%, rgba(15,89,199,1) 90%);
281
- /* border: 1px outset #3a80e9; */
282
- }
283
-
284
- .destacado {
285
- background-color: #4ee93a;
286
- background: rgb(78,233,58);
287
- background: linear-gradient(180deg, rgba(78,233,58,1) 40%, rgba(25,176,5,1) 90%);
288
- /* border: 3px outset #4ee93a; */
289
- }
290
-
291
- .excelente {
292
- background-color: #e9ce3a;
293
- background: rgb(233,206,58);
294
- background: linear-gradient(180deg, rgba(233,206,58,1) 40%, rgba(199,168,0,1) 90%);
295
- /* border: 3px outset #e9ce3a; */
296
- }
297
-
298
- .extraordinario {
299
- background-color: #e03ae9;
300
- background: rgb(224,58,233);
301
- background: linear-gradient(180deg, rgba(224,58,233,1) 40%, rgba(155,30,162,1) 90%);
302
- /* border: 3px outset #e03ae9; */
303
- }
304
-
305
- .text-container {
306
- height: 210px;
307
- width: 100%;
308
- display: flex;
309
- flex-direction: column;
310
- align-items: flex-start;
311
- justify-content: center;
312
- padding-right: 16px;
313
- }
314
-
315
- .hability-title {
316
- font-family: Arial, Helvetica, sans-serif;
317
- font-weight: 700;
318
- margin: 0;
319
- padding: 0;
320
- color: #000000;
321
- font-size: 24px;
322
- margin-bottom: 8px;
323
- }
324
-
325
- .hability-text {
326
- font-family: "Inter", Tahoma, Geneva, Verdana, sans-serif;
327
- font-optical-sizing: auto;
328
- font-weight: 400;
329
- margin: 0;
330
- padding: 0;
331
- color: #000000;
332
- font-size: 24px;
333
- }
334
-
335
- .hero-stadistic-container {
336
- width: 100%;
337
- height: 40px;
338
- display: flex;
339
- align-items: flex-end;
340
- justify-content: end;
341
- }
342
-
343
- .hero-stadistic {
344
- margin: 0;
345
- padding: 0;
346
- color: #000000;
347
- font-size: 32px;
348
- font-weight: 800;
349
- line-height: normal;
350
- }
351
-
352
-