@mundogamernetwork/shared-ui 1.1.36 → 1.1.38

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.
@@ -0,0 +1,256 @@
1
+ <template>
2
+ <div class="container">
3
+ <h1><div class="skeleton-loader skeleton-title" style="width: 300px; height: 40px;"></div></h1>
4
+ <div class="sub-infos">
5
+ <div class="edition">
6
+ <div class="skeleton-loader skeleton-title" style="width: 150px; height: 20px;"></div>
7
+ </div>
8
+ <div class="data">
9
+ <div class="skeleton-loader skeleton-title" style="width: 150px; height: 20px;"></div>
10
+ </div>
11
+ </div>
12
+ <div class="image-content">
13
+ <div class="skeleton-loader skeleton-figure" style="width: 534px; height: 695px;"></div>
14
+ </div>
15
+ <div class="description">
16
+ <div class="skeleton-loader skeleton-title" style="width: 100%; height: 24px;"></div>
17
+ <div class="skeleton-loader skeleton-title" style="width: 100%; height: 24px;"></div>
18
+ <div class="skeleton-loader skeleton-title" style="width: 100%; height: 24px;"></div>
19
+ <div class="skeleton-loader skeleton-title" style="width: 100%; height: 24px;"></div>
20
+ <div class="skeleton-loader skeleton-title" style="width: 100%; height: 24px;"></div>
21
+ </div>
22
+ <div class="condition">
23
+ <div class="download">
24
+ <div class="skeleton-loader skeleton-title" style="width: 224px; height: 48px;"></div>
25
+ </div>
26
+ </div>
27
+ </div>
28
+ </template>
29
+
30
+ <style lang="scss" scoped>
31
+ .magazine-inside {
32
+ h1 {
33
+ font-family: Roboto;
34
+ font-size: 32px;
35
+ font-style: normal;
36
+ font-weight: 900;
37
+ line-height: 40px;
38
+ color: var(--text-magazine);
39
+ }
40
+
41
+ .sub-infos {
42
+ display: flex;
43
+ align-items: center;
44
+ gap: 24px;
45
+ align-self: stretch;
46
+ margin-top: 24px;
47
+
48
+ .edition {
49
+ color: var(--text-magazine);
50
+ font-family: Roboto;
51
+ font-size: 14px;
52
+ font-style: normal;
53
+ font-weight: 400;
54
+ line-height: 20px;
55
+ }
56
+
57
+ .data {
58
+ font-family: Roboto;
59
+ font-size: 14px;
60
+ font-style: normal;
61
+ font-weight: 400;
62
+ line-height: 20px;
63
+ color: var(--text-magazine);
64
+ text-transform: uppercase;
65
+ }
66
+ }
67
+
68
+ .image-content {
69
+ margin-top: 40px;
70
+ margin-bottom: 40px;
71
+ display: flex;
72
+ padding: 16px 0px;
73
+ flex-direction: column;
74
+ justify-content: center;
75
+ align-items: center;
76
+ gap: 24px;
77
+ align-self: stretch;
78
+
79
+ .premium-card {
80
+ position: relative;
81
+
82
+ .premium {
83
+ display: flex;
84
+ width: 534px;
85
+ height: 692.757px;
86
+ padding: 16px;
87
+ flex-direction: column;
88
+ justify-content: center;
89
+ align-items: center;
90
+ flex-shrink: 0;
91
+ background: rgba(19, 22, 28, 0.5);
92
+ backdrop-filter: blur(2px);
93
+ position: absolute;
94
+ color: var(--text-magazine);
95
+ text-align: center;
96
+ font-family: Roboto;
97
+ font-size: 18px;
98
+ font-style: normal;
99
+ font-weight: 600;
100
+ line-height: 26px;
101
+
102
+ img {
103
+ width: 100%;
104
+ height: auto;
105
+ position: relative;
106
+ }
107
+ }
108
+ }
109
+
110
+ img {
111
+ width: 534px;
112
+ height: 695px;
113
+ flex-shrink: 0;
114
+ box-shadow: -7px 1px 12.8px 0px rgba(0, 0, 0, 0.15);
115
+ }
116
+ }
117
+
118
+ .description {
119
+ font-family: Roboto;
120
+ font-size: 16px;
121
+ font-style: normal;
122
+ font-weight: 400;
123
+ color: var(--text-magazine);
124
+ line-height: 24px;
125
+ word-break: break-all;
126
+ }
127
+
128
+ .condition {
129
+ width: 100%;
130
+ text-align: -webkit-center;
131
+
132
+ .signin {
133
+ display: flex;
134
+ padding: 8px 16px;
135
+ flex-direction: column;
136
+ align-items: center;
137
+ gap: 16px;
138
+ align-self: stretch;
139
+ max-width: 618px;
140
+ width: 100%;
141
+ margin-top: 24px;
142
+ background-color: var(--news-card-bg);
143
+ color: var(--text-magazine);
144
+ font-family: Roboto;
145
+ font-size: 14px;
146
+ font-style: normal;
147
+ font-weight: 400;
148
+ line-height: 20px;
149
+
150
+ .btn {
151
+ display: flex;
152
+ width: 220px;
153
+ height: 44px;
154
+ padding: 0px 12px;
155
+ justify-content: center;
156
+ font-family: Roboto;
157
+ font-size: 16px;
158
+ font-style: normal;
159
+ font-weight: 400;
160
+ line-height: 24px;
161
+ align-items: center;
162
+ }
163
+ }
164
+
165
+ .download {
166
+ margin-top: 24px;
167
+ width: 100%;
168
+ display: flex;
169
+ gap: 24px;
170
+ justify-content: flex-end;
171
+
172
+ .select {
173
+ border-style: solid;
174
+ background: transparent;
175
+ border-width: 0px 0px 1px 0px;
176
+ padding: 12px 12px;
177
+ display: flex;
178
+ max-width: 224px;
179
+ flex-direction: row;
180
+ align-items: center;
181
+ justify-content: flex-start;
182
+ align-self: stretch;
183
+ flex-shrink: 0;
184
+ margin-right: 16px;
185
+ color: var(--darkcommunity-content-text-inactive, #aaaaaa);
186
+ text-align: left;
187
+ font: var(--body-1, 400 16px/24px "Roboto", sans-serif);
188
+ position: relative;
189
+ flex: 1;
190
+ transition: 0.15s ease-in-out;
191
+
192
+ &:last-child {
193
+ margin-right: 0px;
194
+ }
195
+
196
+ &:focus,
197
+ &:focus-visible,
198
+ &:active {
199
+ transition: 0.15s ease-in-out;
200
+ border: 2px solid var(--search-bar-active-border-color);
201
+ }
202
+
203
+ option {
204
+ background: var(--search-bar-bg);
205
+ padding: 0px 16px;
206
+ gap: 16px;
207
+ align-items: center;
208
+ justify-content: flex-start;
209
+ height: 48px !important;
210
+ position: relative;
211
+ color: var(--active) !important;
212
+ text-align: left;
213
+ font: var(--body-1, 400 16px/24px "Roboto", sans-serif) !important;
214
+ }
215
+ }
216
+
217
+ .btn {
218
+ display: flex;
219
+ width: 220px;
220
+ height: 44px;
221
+ padding: 0px 12px;
222
+ justify-content: center;
223
+ font-family: Roboto;
224
+ font-size: 16px;
225
+ font-style: normal;
226
+ font-weight: 400;
227
+ line-height: 24px;
228
+ align-items: center;
229
+ }
230
+ }
231
+ }
232
+ }
233
+
234
+ @media screen and (max-width: 768px) {
235
+ .magazine-inside {
236
+ .image-content {
237
+ margin-bottom: 300px;
238
+
239
+ img {
240
+ width: 300px;
241
+ height: 400px;
242
+ flex-shrink: 0;
243
+ box-shadow: -7px 1px 12.8px 0px rgba(0, 0, 0, 0.15);
244
+ }
245
+
246
+ .premium-card {
247
+ .premium {
248
+ width: 300px;
249
+ height: 400px;
250
+ }
251
+ }
252
+ }
253
+ }
254
+ }
255
+ </style>
256
+
package/nuxt.config.ts CHANGED
@@ -9,6 +9,8 @@ export default defineNuxtConfig({
9
9
  platform: "", // e.g. MGC, MGTV, MGN
10
10
  systemId: "", // VITE_SYSTEM_ID for notification filtering
11
11
  apiBaseURL: "", // VITE_API_BASE_URL
12
+ pressKitApiUrl: "", // VITE_PRESS_KIT_API_URL — override per-service; falls back to apiBaseURL
13
+ agencyBaseUrl: "", // VITE_BASE_URL_AGENCY — used for "create your press kit" CTA link
12
14
  accountsBaseUrl: "", // VITE_BASE_ACCOUNTS_URL
13
15
  networkBaseUrl: "", // VITE_BASE_URL_NETWORK (institutional APIs)
14
16
  features: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mundogamernetwork/shared-ui",
3
- "version": "1.1.36",
3
+ "version": "1.1.38",
4
4
  "description": "Mundo Gamer Network - Shared UI Layer (Nuxt 3)",
5
5
  "type": "module",
6
6
  "main": "./nuxt.config.ts",