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