@rescui/card 0.6.6 → 0.6.7
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/lib/card.p.module.css.js +19 -19
- package/lib/index.css +86 -86
- package/package.json +3 -3
package/lib/card.p.module.css.js
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
var styles = {
|
|
2
|
-
"card": "
|
|
3
|
-
"themeLight": "
|
|
4
|
-
"themeDark": "
|
|
5
|
-
"cardPlain": "
|
|
6
|
-
"modeClassic": "
|
|
7
|
-
"modeRock": "
|
|
8
|
-
"paddings16": "
|
|
9
|
-
"paddings24": "
|
|
10
|
-
"paddings32": "
|
|
11
|
-
"glowHover": "
|
|
12
|
-
"bordersRadius0": "
|
|
13
|
-
"bordersRadius8": "
|
|
14
|
-
"bordersRadius16": "
|
|
15
|
-
"bordersRadius24": "
|
|
16
|
-
"cardImage": "
|
|
17
|
-
"cardImageImg": "
|
|
18
|
-
"cardImageDiv": "
|
|
19
|
-
"fixedImageHeight": "
|
|
20
|
-
"fullImageWidth": "
|
|
2
|
+
"card": "_card_s93ge1_6",
|
|
3
|
+
"themeLight": "_themeLight_s93ge1_34",
|
|
4
|
+
"themeDark": "_themeDark_s93ge1_41",
|
|
5
|
+
"cardPlain": "_cardPlain_s93ge1_47",
|
|
6
|
+
"modeClassic": "_modeClassic_s93ge1_47",
|
|
7
|
+
"modeRock": "_modeRock_s93ge1_48",
|
|
8
|
+
"paddings16": "_paddings16_s93ge1_167",
|
|
9
|
+
"paddings24": "_paddings24_s93ge1_171",
|
|
10
|
+
"paddings32": "_paddings32_s93ge1_175",
|
|
11
|
+
"glowHover": "_glowHover_s93ge1_101",
|
|
12
|
+
"bordersRadius0": "_bordersRadius0_s93ge1_179",
|
|
13
|
+
"bordersRadius8": "_bordersRadius8_s93ge1_183",
|
|
14
|
+
"bordersRadius16": "_bordersRadius16_s93ge1_187",
|
|
15
|
+
"bordersRadius24": "_bordersRadius24_s93ge1_191",
|
|
16
|
+
"cardImage": "_cardImage_s93ge1_195",
|
|
17
|
+
"cardImageImg": "_cardImageImg_s93ge1_203",
|
|
18
|
+
"cardImageDiv": "_cardImageDiv_s93ge1_236",
|
|
19
|
+
"fixedImageHeight": "_fixedImageHeight_s93ge1_271",
|
|
20
|
+
"fullImageWidth": "_fullImageWidth_s93ge1_288"
|
|
21
21
|
};
|
|
22
22
|
export { styles as default };
|
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._card_s93ge1_6{
|
|
2
2
|
overflow:hidden;
|
|
3
3
|
|
|
4
4
|
-webkit-box-sizing:border-box;
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
transition:color 100ms, background-color 100ms, border-color 100ms;
|
|
19
19
|
-webkit-mask-image:-webkit-radial-gradient(white, black);
|
|
20
20
|
}
|
|
21
|
-
a.
|
|
21
|
+
a._card_s93ge1_6{
|
|
22
22
|
display:block;
|
|
23
23
|
|
|
24
24
|
text-decoration:none;
|
|
25
25
|
}
|
|
26
|
-
a.
|
|
26
|
+
a._card_s93ge1_6:hover{
|
|
27
27
|
text-decoration:none;
|
|
28
28
|
}
|
|
29
|
-
.
|
|
29
|
+
._themeLight_s93ge1_34{
|
|
30
30
|
border-color:rgba(25,25,28,0.2);
|
|
31
31
|
border-color:var(--card-border-color, rgba(25,25,28,0.2));
|
|
32
32
|
|
|
@@ -34,7 +34,7 @@ a._card_1272rjy_6:hover{
|
|
|
34
34
|
|
|
35
35
|
background-color:var(--card-background-color, #FFFFFF);
|
|
36
36
|
}
|
|
37
|
-
.
|
|
37
|
+
._themeDark_s93ge1_41{
|
|
38
38
|
border-color:rgba(255,255,255,0.2);
|
|
39
39
|
border-color:var(--card-border-color, rgba(255,255,255,0.2));
|
|
40
40
|
|
|
@@ -42,50 +42,50 @@ a._card_1272rjy_6:hover{
|
|
|
42
42
|
|
|
43
43
|
background-color:var(--card-background-color, #303033);
|
|
44
44
|
}
|
|
45
|
-
.
|
|
46
|
-
.
|
|
45
|
+
._cardPlain_s93ge1_47._modeClassic_s93ge1_47,
|
|
46
|
+
._cardPlain_s93ge1_47._modeRock_s93ge1_48{
|
|
47
47
|
cursor:default;
|
|
48
48
|
}
|
|
49
|
-
.
|
|
49
|
+
._cardPlain_s93ge1_47._modeClassic_s93ge1_47._themeLight_s93ge1_34, ._cardPlain_s93ge1_47._modeRock_s93ge1_48._themeLight_s93ge1_34{
|
|
50
50
|
--card-border-color:rgba(25,25,28,0.2);
|
|
51
51
|
}
|
|
52
|
-
.
|
|
53
|
-
.
|
|
54
|
-
.
|
|
55
|
-
.
|
|
56
|
-
.
|
|
57
|
-
.
|
|
52
|
+
._cardPlain_s93ge1_47._modeClassic_s93ge1_47._themeLight_s93ge1_34:hover,
|
|
53
|
+
._cardPlain_s93ge1_47._modeClassic_s93ge1_47._themeLight_s93ge1_34:focus,
|
|
54
|
+
._cardPlain_s93ge1_47._modeClassic_s93ge1_47._themeLight_s93ge1_34:active,
|
|
55
|
+
._cardPlain_s93ge1_47._modeRock_s93ge1_48._themeLight_s93ge1_34:hover,
|
|
56
|
+
._cardPlain_s93ge1_47._modeRock_s93ge1_48._themeLight_s93ge1_34:focus,
|
|
57
|
+
._cardPlain_s93ge1_47._modeRock_s93ge1_48._themeLight_s93ge1_34:active{
|
|
58
58
|
--card-border-color:rgba(25,25,28,0.2);
|
|
59
59
|
}
|
|
60
|
-
.
|
|
60
|
+
._cardPlain_s93ge1_47._modeClassic_s93ge1_47._themeDark_s93ge1_41, ._cardPlain_s93ge1_47._modeRock_s93ge1_48._themeDark_s93ge1_41{
|
|
61
61
|
--card-border-color:rgba(255,255,255,0.2);
|
|
62
62
|
}
|
|
63
|
-
.
|
|
64
|
-
.
|
|
65
|
-
.
|
|
66
|
-
.
|
|
67
|
-
.
|
|
68
|
-
.
|
|
63
|
+
._cardPlain_s93ge1_47._modeClassic_s93ge1_47._themeDark_s93ge1_41:hover,
|
|
64
|
+
._cardPlain_s93ge1_47._modeClassic_s93ge1_47._themeDark_s93ge1_41:focus,
|
|
65
|
+
._cardPlain_s93ge1_47._modeClassic_s93ge1_47._themeDark_s93ge1_41:active,
|
|
66
|
+
._cardPlain_s93ge1_47._modeRock_s93ge1_48._themeDark_s93ge1_41:hover,
|
|
67
|
+
._cardPlain_s93ge1_47._modeRock_s93ge1_48._themeDark_s93ge1_41:focus,
|
|
68
|
+
._cardPlain_s93ge1_47._modeRock_s93ge1_48._themeDark_s93ge1_41:active{
|
|
69
69
|
--card-border-color:rgba(255,255,255,0.2);
|
|
70
70
|
}
|
|
71
|
-
.
|
|
71
|
+
._cardPlain_s93ge1_47._modeClassic_s93ge1_47._themeLight_s93ge1_34:active, ._cardPlain_s93ge1_47._modeClassic_s93ge1_47._themeDark_s93ge1_41:active, ._cardPlain_s93ge1_47._modeRock_s93ge1_48._themeLight_s93ge1_34:active, ._cardPlain_s93ge1_47._modeRock_s93ge1_48._themeDark_s93ge1_41:active{
|
|
72
72
|
border-width:1px;
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
._cardPlain_s93ge1_47._modeClassic_s93ge1_47._themeLight_s93ge1_34:active._paddings16_s93ge1_167, ._cardPlain_s93ge1_47._modeClassic_s93ge1_47._themeDark_s93ge1_41:active._paddings16_s93ge1_167, ._cardPlain_s93ge1_47._modeRock_s93ge1_48._themeLight_s93ge1_34:active._paddings16_s93ge1_167, ._cardPlain_s93ge1_47._modeRock_s93ge1_48._themeDark_s93ge1_41:active._paddings16_s93ge1_167{
|
|
75
75
|
padding:16px;
|
|
76
76
|
}
|
|
77
|
-
.
|
|
77
|
+
._cardPlain_s93ge1_47._modeClassic_s93ge1_47._themeLight_s93ge1_34:active._paddings24_s93ge1_171, ._cardPlain_s93ge1_47._modeClassic_s93ge1_47._themeDark_s93ge1_41:active._paddings24_s93ge1_171, ._cardPlain_s93ge1_47._modeRock_s93ge1_48._themeLight_s93ge1_34:active._paddings24_s93ge1_171, ._cardPlain_s93ge1_47._modeRock_s93ge1_48._themeDark_s93ge1_41:active._paddings24_s93ge1_171{
|
|
78
78
|
padding:24px;
|
|
79
79
|
}
|
|
80
|
-
.
|
|
80
|
+
._cardPlain_s93ge1_47._modeClassic_s93ge1_47._themeLight_s93ge1_34:active._paddings32_s93ge1_175, ._cardPlain_s93ge1_47._modeClassic_s93ge1_47._themeDark_s93ge1_41:active._paddings32_s93ge1_175, ._cardPlain_s93ge1_47._modeRock_s93ge1_48._themeLight_s93ge1_34:active._paddings32_s93ge1_175, ._cardPlain_s93ge1_47._modeRock_s93ge1_48._themeDark_s93ge1_41:active._paddings32_s93ge1_175{
|
|
81
81
|
padding:32px;
|
|
82
82
|
}
|
|
83
|
-
.
|
|
84
|
-
.
|
|
85
|
-
.
|
|
83
|
+
._modeClassic_s93ge1_47._themeLight_s93ge1_34:hover,
|
|
84
|
+
._modeClassic_s93ge1_47._themeLight_s93ge1_34:focus,
|
|
85
|
+
._modeClassic_s93ge1_47._themeLight_s93ge1_34:active{
|
|
86
86
|
--card-border-color:#19191C;
|
|
87
87
|
}
|
|
88
|
-
.
|
|
88
|
+
._modeClassic_s93ge1_47._themeDark_s93ge1_41{
|
|
89
89
|
--rs-typography-color-hard:#FFFFFF;
|
|
90
90
|
--rs-typography-color-average:rgba(255,255,255,0.7);
|
|
91
91
|
--rs-typography-color-pale:rgba(255,255,255,0.5);
|
|
@@ -99,59 +99,59 @@ a._card_1272rjy_6:hover{
|
|
|
99
99
|
--rs-rock-button-disabled-text-color:rgba(255,255,255,0.5);
|
|
100
100
|
--rs-rock-button-disabled-bg-color:rgba(255,255,255,0.2);
|
|
101
101
|
}
|
|
102
|
-
.
|
|
103
|
-
.
|
|
104
|
-
.
|
|
102
|
+
._modeClassic_s93ge1_47._themeDark_s93ge1_41:hover,
|
|
103
|
+
._modeClassic_s93ge1_47._themeDark_s93ge1_41:focus,
|
|
104
|
+
._modeClassic_s93ge1_47._themeDark_s93ge1_41:active{
|
|
105
105
|
--card-border-color:#FFFFFF;
|
|
106
106
|
}
|
|
107
|
-
.
|
|
108
|
-
.
|
|
109
|
-
.
|
|
107
|
+
._modeClassic_s93ge1_47._glowHover_s93ge1_101._themeLight_s93ge1_34:hover,
|
|
108
|
+
._modeClassic_s93ge1_47._glowHover_s93ge1_101._themeLight_s93ge1_34:focus,
|
|
109
|
+
._modeClassic_s93ge1_47._glowHover_s93ge1_101._themeLight_s93ge1_34:active{
|
|
110
110
|
--card-border-color:rgba(25,25,28,0.2);
|
|
111
111
|
}
|
|
112
|
-
.
|
|
112
|
+
._modeClassic_s93ge1_47._glowHover_s93ge1_101._themeLight_s93ge1_34:active{
|
|
113
113
|
border-width:1px;
|
|
114
114
|
}
|
|
115
|
-
.
|
|
115
|
+
._modeClassic_s93ge1_47._glowHover_s93ge1_101._themeLight_s93ge1_34:active._paddings16_s93ge1_167{
|
|
116
116
|
padding:16px;
|
|
117
117
|
}
|
|
118
|
-
.
|
|
118
|
+
._modeClassic_s93ge1_47._glowHover_s93ge1_101._themeLight_s93ge1_34:active._paddings24_s93ge1_171{
|
|
119
119
|
padding:24px;
|
|
120
120
|
}
|
|
121
|
-
.
|
|
121
|
+
._modeClassic_s93ge1_47._glowHover_s93ge1_101._themeLight_s93ge1_34:active._paddings32_s93ge1_175{
|
|
122
122
|
padding:32px;
|
|
123
123
|
}
|
|
124
|
-
.
|
|
125
|
-
.
|
|
126
|
-
.
|
|
124
|
+
._modeClassic_s93ge1_47._glowHover_s93ge1_101._themeDark_s93ge1_41:hover,
|
|
125
|
+
._modeClassic_s93ge1_47._glowHover_s93ge1_101._themeDark_s93ge1_41:focus,
|
|
126
|
+
._modeClassic_s93ge1_47._glowHover_s93ge1_101._themeDark_s93ge1_41:active{
|
|
127
127
|
--card-border-color:rgba(255,255,255,0.2);
|
|
128
128
|
}
|
|
129
|
-
.
|
|
129
|
+
._modeClassic_s93ge1_47._glowHover_s93ge1_101._themeDark_s93ge1_41:active{
|
|
130
130
|
border-width:1px;
|
|
131
131
|
}
|
|
132
|
-
.
|
|
132
|
+
._modeClassic_s93ge1_47._glowHover_s93ge1_101._themeDark_s93ge1_41:active._paddings16_s93ge1_167{
|
|
133
133
|
padding:16px;
|
|
134
134
|
}
|
|
135
|
-
.
|
|
135
|
+
._modeClassic_s93ge1_47._glowHover_s93ge1_101._themeDark_s93ge1_41:active._paddings24_s93ge1_171{
|
|
136
136
|
padding:24px;
|
|
137
137
|
}
|
|
138
|
-
.
|
|
138
|
+
._modeClassic_s93ge1_47._glowHover_s93ge1_101._themeDark_s93ge1_41:active._paddings32_s93ge1_175{
|
|
139
139
|
padding:32px;
|
|
140
140
|
}
|
|
141
|
-
.
|
|
141
|
+
._modeClassic_s93ge1_47:active{
|
|
142
142
|
border-width:2px;
|
|
143
143
|
}
|
|
144
|
-
.
|
|
144
|
+
._modeClassic_s93ge1_47:active._paddings16_s93ge1_167{
|
|
145
145
|
padding:15px;
|
|
146
146
|
}
|
|
147
|
-
.
|
|
147
|
+
._modeClassic_s93ge1_47:active._paddings24_s93ge1_171{
|
|
148
148
|
padding:23px;
|
|
149
149
|
}
|
|
150
|
-
.
|
|
150
|
+
._modeClassic_s93ge1_47:active._paddings32_s93ge1_175{
|
|
151
151
|
padding:31px;
|
|
152
152
|
}
|
|
153
|
-
.
|
|
154
|
-
.
|
|
153
|
+
._modeRock_s93ge1_48._themeLight_s93ge1_34:hover,
|
|
154
|
+
._modeRock_s93ge1_48._themeLight_s93ge1_34:focus{
|
|
155
155
|
--card-border-color:rgba(25,25,28,0.2);
|
|
156
156
|
--card-background-color:#19191C;
|
|
157
157
|
--rs-typography-color-hard:#FFFFFF;
|
|
@@ -167,7 +167,7 @@ a._card_1272rjy_6:hover{
|
|
|
167
167
|
--rs-rock-button-disabled-text-color:rgba(255,255,255,0.5);
|
|
168
168
|
--rs-rock-button-disabled-bg-color:rgba(255,255,255,0.2);
|
|
169
169
|
}
|
|
170
|
-
.
|
|
170
|
+
._modeRock_s93ge1_48._themeLight_s93ge1_34:active{
|
|
171
171
|
background-color:#303033;
|
|
172
172
|
--rs-typography-color-hard:#FFFFFF;
|
|
173
173
|
--rs-typography-color-average:rgba(255,255,255,0.7);
|
|
@@ -182,7 +182,7 @@ a._card_1272rjy_6:hover{
|
|
|
182
182
|
--rs-rock-button-disabled-text-color:rgba(255,255,255,0.5);
|
|
183
183
|
--rs-rock-button-disabled-bg-color:rgba(255,255,255,0.2);
|
|
184
184
|
}
|
|
185
|
-
.
|
|
185
|
+
._modeRock_s93ge1_48._themeDark_s93ge1_41{
|
|
186
186
|
--rs-typography-color-hard:#FFFFFF;
|
|
187
187
|
--rs-typography-color-average:rgba(255,255,255,0.7);
|
|
188
188
|
--rs-typography-color-pale:rgba(255,255,255,0.5);
|
|
@@ -196,8 +196,8 @@ a._card_1272rjy_6:hover{
|
|
|
196
196
|
--rs-rock-button-disabled-text-color:rgba(255,255,255,0.5);
|
|
197
197
|
--rs-rock-button-disabled-bg-color:rgba(255,255,255,0.2);
|
|
198
198
|
}
|
|
199
|
-
.
|
|
200
|
-
.
|
|
199
|
+
._modeRock_s93ge1_48._themeDark_s93ge1_41:hover,
|
|
200
|
+
._modeRock_s93ge1_48._themeDark_s93ge1_41:focus{
|
|
201
201
|
--card-background-color:#FFFFFF;
|
|
202
202
|
--rs-typography-color-hard:#19191C;
|
|
203
203
|
--rs-typography-color-average:rgba(25,25,28,0.7);
|
|
@@ -212,7 +212,7 @@ a._card_1272rjy_6:hover{
|
|
|
212
212
|
--rs-rock-button-disabled-text-color:rgba(25,25,28,0.5);
|
|
213
213
|
--rs-rock-button-disabled-bg-color:rgba(25,25,28,0.2);
|
|
214
214
|
}
|
|
215
|
-
.
|
|
215
|
+
._modeRock_s93ge1_48._themeDark_s93ge1_41:active{
|
|
216
216
|
--card-background-color:#F4F4F4;
|
|
217
217
|
--rs-typography-color-hard:#19191C;
|
|
218
218
|
--rs-typography-color-average:rgba(25,25,28,0.7);
|
|
@@ -227,28 +227,28 @@ a._card_1272rjy_6:hover{
|
|
|
227
227
|
--rs-rock-button-disabled-text-color:rgba(25,25,28,0.5);
|
|
228
228
|
--rs-rock-button-disabled-bg-color:rgba(25,25,28,0.2);
|
|
229
229
|
}
|
|
230
|
-
.
|
|
230
|
+
._paddings16_s93ge1_167{
|
|
231
231
|
padding:16px;
|
|
232
232
|
}
|
|
233
|
-
.
|
|
233
|
+
._paddings24_s93ge1_171{
|
|
234
234
|
padding:24px;
|
|
235
235
|
}
|
|
236
|
-
.
|
|
236
|
+
._paddings32_s93ge1_175{
|
|
237
237
|
padding:32px;
|
|
238
238
|
}
|
|
239
|
-
.
|
|
239
|
+
._bordersRadius0_s93ge1_179{
|
|
240
240
|
--rs-card-border-radius:0;
|
|
241
241
|
}
|
|
242
|
-
.
|
|
242
|
+
._bordersRadius8_s93ge1_183{
|
|
243
243
|
--rs-card-border-radius:8px;
|
|
244
244
|
}
|
|
245
|
-
.
|
|
245
|
+
._bordersRadius16_s93ge1_187{
|
|
246
246
|
--rs-card-border-radius:16px;
|
|
247
247
|
}
|
|
248
|
-
.
|
|
248
|
+
._bordersRadius24_s93ge1_191{
|
|
249
249
|
--rs-card-border-radius:24px;
|
|
250
250
|
}
|
|
251
|
-
.
|
|
251
|
+
._cardImage_s93ge1_195{
|
|
252
252
|
position:relative;
|
|
253
253
|
|
|
254
254
|
overflow:hidden;
|
|
@@ -257,7 +257,7 @@ a._card_1272rjy_6:hover{
|
|
|
257
257
|
|
|
258
258
|
box-sizing:border-box;
|
|
259
259
|
}
|
|
260
|
-
.
|
|
260
|
+
._cardImageImg_s93ge1_203{
|
|
261
261
|
display:-webkit-box;
|
|
262
262
|
display:-ms-flexbox;
|
|
263
263
|
display:flex;
|
|
@@ -268,22 +268,22 @@ a._card_1272rjy_6:hover{
|
|
|
268
268
|
-ms-flex-align:center;
|
|
269
269
|
align-items:center;
|
|
270
270
|
}
|
|
271
|
-
.
|
|
271
|
+
._paddings16_s93ge1_167 ._cardImageImg_s93ge1_203{
|
|
272
272
|
top:-16px;
|
|
273
273
|
left:-16px;
|
|
274
274
|
width:calc(100% + 32px);
|
|
275
275
|
}
|
|
276
|
-
.
|
|
276
|
+
._paddings24_s93ge1_171 ._cardImageImg_s93ge1_203{
|
|
277
277
|
top:-24px;
|
|
278
278
|
left:-24px;
|
|
279
279
|
width:calc(100% + 48px);
|
|
280
280
|
}
|
|
281
|
-
.
|
|
281
|
+
._paddings32_s93ge1_175 ._cardImageImg_s93ge1_203{
|
|
282
282
|
top:-32px;
|
|
283
283
|
left:-32px;
|
|
284
284
|
width:calc(100% + 64px);
|
|
285
285
|
}
|
|
286
|
-
.
|
|
286
|
+
._cardImageImg_s93ge1_203 img{
|
|
287
287
|
max-height:100%;
|
|
288
288
|
max-width:100%;
|
|
289
289
|
-webkit-transition:-webkit-transform .2s;
|
|
@@ -293,15 +293,15 @@ a._card_1272rjy_6:hover{
|
|
|
293
293
|
-webkit-transform:scale(1);
|
|
294
294
|
transform:scale(1);
|
|
295
295
|
}
|
|
296
|
-
.
|
|
296
|
+
._card_s93ge1_6:hover ._cardImageImg_s93ge1_203 img{
|
|
297
297
|
-webkit-transform:scale(1.1);
|
|
298
298
|
transform:scale(1.1);
|
|
299
299
|
}
|
|
300
|
-
.
|
|
300
|
+
._card_s93ge1_6._cardPlain_s93ge1_47:hover ._cardImageImg_s93ge1_203 img{
|
|
301
301
|
-webkit-transform:none;
|
|
302
302
|
transform:none;
|
|
303
303
|
}
|
|
304
|
-
.
|
|
304
|
+
._cardImageDiv_s93ge1_236{
|
|
305
305
|
display:-webkit-box;
|
|
306
306
|
display:-ms-flexbox;
|
|
307
307
|
display:flex;
|
|
@@ -323,55 +323,55 @@ a._card_1272rjy_6:hover{
|
|
|
323
323
|
|
|
324
324
|
transition:background-size .2s;
|
|
325
325
|
}
|
|
326
|
-
.
|
|
326
|
+
._paddings16_s93ge1_167 ._cardImageDiv_s93ge1_236{
|
|
327
327
|
top:-16px;
|
|
328
328
|
left:-16px;
|
|
329
329
|
padding:16px;
|
|
330
330
|
width:calc(100% + 32px);
|
|
331
331
|
}
|
|
332
|
-
.
|
|
332
|
+
._card_s93ge1_6:active ._paddings16_s93ge1_167 ._cardImageDiv_s93ge1_236{
|
|
333
333
|
padding:calc(16px - 1);
|
|
334
334
|
}
|
|
335
|
-
.
|
|
335
|
+
._paddings24_s93ge1_171 ._cardImageDiv_s93ge1_236{
|
|
336
336
|
top:-24px;
|
|
337
337
|
left:-24px;
|
|
338
338
|
padding:24px;
|
|
339
339
|
width:calc(100% + 48px);
|
|
340
340
|
}
|
|
341
|
-
.
|
|
341
|
+
._card_s93ge1_6:active ._paddings24_s93ge1_171 ._cardImageDiv_s93ge1_236{
|
|
342
342
|
padding:calc(24px - 1);
|
|
343
343
|
}
|
|
344
|
-
.
|
|
344
|
+
._paddings32_s93ge1_175 ._cardImageDiv_s93ge1_236{
|
|
345
345
|
top:-32px;
|
|
346
346
|
left:-32px;
|
|
347
347
|
padding:32px;
|
|
348
348
|
width:calc(100% + 64px);
|
|
349
349
|
}
|
|
350
|
-
.
|
|
350
|
+
._card_s93ge1_6:active ._paddings32_s93ge1_175 ._cardImageDiv_s93ge1_236{
|
|
351
351
|
padding:calc(32px - 1);
|
|
352
352
|
}
|
|
353
|
-
.
|
|
353
|
+
._card_s93ge1_6:hover ._cardImageDiv_s93ge1_236{
|
|
354
354
|
background-size:110% 110%;
|
|
355
355
|
}
|
|
356
|
-
.
|
|
356
|
+
._card_s93ge1_6._cardPlain_s93ge1_47:hover ._cardImageDiv_s93ge1_236{
|
|
357
357
|
background-size:100% 100%;
|
|
358
358
|
}
|
|
359
|
-
.
|
|
359
|
+
._fixedImageHeight_s93ge1_271 img{
|
|
360
360
|
height:100%;
|
|
361
361
|
}
|
|
362
|
-
.
|
|
362
|
+
._paddings16_s93ge1_167 ._fixedImageHeight_s93ge1_271{
|
|
363
363
|
height:204px;
|
|
364
364
|
max-height:204px;
|
|
365
365
|
}
|
|
366
|
-
.
|
|
366
|
+
._paddings24_s93ge1_171 ._fixedImageHeight_s93ge1_271{
|
|
367
367
|
height:212px;
|
|
368
368
|
max-height:212px;
|
|
369
369
|
}
|
|
370
|
-
.
|
|
370
|
+
._paddings32_s93ge1_175 ._fixedImageHeight_s93ge1_271{
|
|
371
371
|
height:220px;
|
|
372
372
|
max-height:220px;
|
|
373
373
|
}
|
|
374
|
-
.
|
|
374
|
+
._fullImageWidth_s93ge1_288 img{
|
|
375
375
|
width:100%;
|
|
376
376
|
}
|
|
377
377
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/card",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.ts",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@jetbrains/logos": "^1.4.16",
|
|
27
|
-
"@rescui/button": "^0.7.
|
|
27
|
+
"@rescui/button": "^0.7.3",
|
|
28
28
|
"@rescui/colors": "^0.1.4",
|
|
29
29
|
"@rescui/postcss-preset-library": "^0.1.0",
|
|
30
30
|
"@rescui/scripts": "^0.1.7",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rescui-scripts build"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "aa6b3b338448baec01555e65c3f6499d37d66307"
|
|
38
38
|
}
|