@rescui/card 0.5.3 → 0.5.4
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.module.pcss.js +18 -18
- package/lib/index.css +84 -84
- package/package.json +3 -3
package/lib/card.module.pcss.js
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
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": "
|
|
2
|
+
"card": "_card_1o0wwtn_6",
|
|
3
|
+
"themeLight": "_themeLight_1o0wwtn_26",
|
|
4
|
+
"themeDark": "_themeDark_1o0wwtn_32",
|
|
5
|
+
"cardPlain": "_cardPlain_1o0wwtn_37",
|
|
6
|
+
"modeClassic": "_modeClassic_1o0wwtn_37",
|
|
7
|
+
"modeRock": "_modeRock_1o0wwtn_38",
|
|
8
|
+
"paddings16": "_paddings16_1o0wwtn_157",
|
|
9
|
+
"paddings24": "_paddings24_1o0wwtn_161",
|
|
10
|
+
"paddings32": "_paddings32_1o0wwtn_165",
|
|
11
|
+
"glowHover": "_glowHover_1o0wwtn_91",
|
|
12
|
+
"bordersRadius0": "_bordersRadius0_1o0wwtn_169",
|
|
13
|
+
"bordersRadius8": "_bordersRadius8_1o0wwtn_173",
|
|
14
|
+
"bordersRadius16": "_bordersRadius16_1o0wwtn_177",
|
|
15
|
+
"bordersRadius24": "_bordersRadius24_1o0wwtn_181",
|
|
16
|
+
"cardImage": "_cardImage_1o0wwtn_185",
|
|
17
|
+
"cardImageImg": "_cardImageImg_1o0wwtn_191",
|
|
18
|
+
"cardImageDiv": "_cardImageDiv_1o0wwtn_229",
|
|
19
|
+
"fixedImageHeight": "_fixedImageHeight_1o0wwtn_263"
|
|
20
20
|
};
|
|
21
21
|
export default styles;
|
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._card_1o0wwtn_6{
|
|
2
2
|
overflow:hidden;
|
|
3
3
|
cursor:pointer;
|
|
4
4
|
min-height:0;
|
|
@@ -13,66 +13,66 @@
|
|
|
13
13
|
border-radius:var(--rs-card-border-radius, 0);
|
|
14
14
|
-webkit-mask-image:-webkit-radial-gradient(white, black);
|
|
15
15
|
}
|
|
16
|
-
a.
|
|
16
|
+
a._card_1o0wwtn_6{
|
|
17
17
|
display:block;
|
|
18
18
|
text-decoration:none;
|
|
19
19
|
}
|
|
20
|
-
.
|
|
20
|
+
._themeLight_1o0wwtn_26{
|
|
21
21
|
border-color:rgba(25,25,28,0.2);
|
|
22
22
|
border-color:var(--card-border-color, rgba(25,25,28,0.2));
|
|
23
23
|
background-color:#FFFFFF;
|
|
24
24
|
background-color:var(--card-background-color, #FFFFFF);
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
._themeDark_1o0wwtn_32{
|
|
27
27
|
border-color:rgba(255,255,255,0.2);
|
|
28
28
|
border-color:var(--card-border-color, rgba(255,255,255,0.2));
|
|
29
29
|
background-color:#303033;
|
|
30
30
|
background-color:var(--card-background-color, #303033);
|
|
31
31
|
}
|
|
32
|
-
.
|
|
33
|
-
.
|
|
32
|
+
._cardPlain_1o0wwtn_37._modeClassic_1o0wwtn_37,
|
|
33
|
+
._cardPlain_1o0wwtn_37._modeRock_1o0wwtn_38{
|
|
34
34
|
cursor:default;
|
|
35
35
|
}
|
|
36
|
-
.
|
|
36
|
+
._cardPlain_1o0wwtn_37._modeClassic_1o0wwtn_37._themeLight_1o0wwtn_26, ._cardPlain_1o0wwtn_37._modeRock_1o0wwtn_38._themeLight_1o0wwtn_26{
|
|
37
37
|
--card-border-color:rgba(25,25,28,0.2);
|
|
38
38
|
}
|
|
39
|
-
.
|
|
40
|
-
.
|
|
41
|
-
.
|
|
42
|
-
.
|
|
43
|
-
.
|
|
44
|
-
.
|
|
39
|
+
._cardPlain_1o0wwtn_37._modeClassic_1o0wwtn_37._themeLight_1o0wwtn_26:hover,
|
|
40
|
+
._cardPlain_1o0wwtn_37._modeClassic_1o0wwtn_37._themeLight_1o0wwtn_26:focus,
|
|
41
|
+
._cardPlain_1o0wwtn_37._modeClassic_1o0wwtn_37._themeLight_1o0wwtn_26:active,
|
|
42
|
+
._cardPlain_1o0wwtn_37._modeRock_1o0wwtn_38._themeLight_1o0wwtn_26:hover,
|
|
43
|
+
._cardPlain_1o0wwtn_37._modeRock_1o0wwtn_38._themeLight_1o0wwtn_26:focus,
|
|
44
|
+
._cardPlain_1o0wwtn_37._modeRock_1o0wwtn_38._themeLight_1o0wwtn_26:active{
|
|
45
45
|
--card-border-color:rgba(25,25,28,0.2);
|
|
46
46
|
}
|
|
47
|
-
.
|
|
47
|
+
._cardPlain_1o0wwtn_37._modeClassic_1o0wwtn_37._themeDark_1o0wwtn_32, ._cardPlain_1o0wwtn_37._modeRock_1o0wwtn_38._themeDark_1o0wwtn_32{
|
|
48
48
|
--card-border-color:rgba(255,255,255,0.2);
|
|
49
49
|
}
|
|
50
|
-
.
|
|
51
|
-
.
|
|
52
|
-
.
|
|
53
|
-
.
|
|
54
|
-
.
|
|
55
|
-
.
|
|
50
|
+
._cardPlain_1o0wwtn_37._modeClassic_1o0wwtn_37._themeDark_1o0wwtn_32:hover,
|
|
51
|
+
._cardPlain_1o0wwtn_37._modeClassic_1o0wwtn_37._themeDark_1o0wwtn_32:focus,
|
|
52
|
+
._cardPlain_1o0wwtn_37._modeClassic_1o0wwtn_37._themeDark_1o0wwtn_32:active,
|
|
53
|
+
._cardPlain_1o0wwtn_37._modeRock_1o0wwtn_38._themeDark_1o0wwtn_32:hover,
|
|
54
|
+
._cardPlain_1o0wwtn_37._modeRock_1o0wwtn_38._themeDark_1o0wwtn_32:focus,
|
|
55
|
+
._cardPlain_1o0wwtn_37._modeRock_1o0wwtn_38._themeDark_1o0wwtn_32:active{
|
|
56
56
|
--card-border-color:rgba(255,255,255,0.2);
|
|
57
57
|
}
|
|
58
|
-
.
|
|
58
|
+
._cardPlain_1o0wwtn_37._modeClassic_1o0wwtn_37._themeLight_1o0wwtn_26:active, ._cardPlain_1o0wwtn_37._modeClassic_1o0wwtn_37._themeDark_1o0wwtn_32:active, ._cardPlain_1o0wwtn_37._modeRock_1o0wwtn_38._themeLight_1o0wwtn_26:active, ._cardPlain_1o0wwtn_37._modeRock_1o0wwtn_38._themeDark_1o0wwtn_32:active{
|
|
59
59
|
border-width:1px;
|
|
60
60
|
}
|
|
61
|
-
.
|
|
61
|
+
._cardPlain_1o0wwtn_37._modeClassic_1o0wwtn_37._themeLight_1o0wwtn_26:active._paddings16_1o0wwtn_157, ._cardPlain_1o0wwtn_37._modeClassic_1o0wwtn_37._themeDark_1o0wwtn_32:active._paddings16_1o0wwtn_157, ._cardPlain_1o0wwtn_37._modeRock_1o0wwtn_38._themeLight_1o0wwtn_26:active._paddings16_1o0wwtn_157, ._cardPlain_1o0wwtn_37._modeRock_1o0wwtn_38._themeDark_1o0wwtn_32:active._paddings16_1o0wwtn_157{
|
|
62
62
|
padding:16px;
|
|
63
63
|
}
|
|
64
|
-
.
|
|
64
|
+
._cardPlain_1o0wwtn_37._modeClassic_1o0wwtn_37._themeLight_1o0wwtn_26:active._paddings24_1o0wwtn_161, ._cardPlain_1o0wwtn_37._modeClassic_1o0wwtn_37._themeDark_1o0wwtn_32:active._paddings24_1o0wwtn_161, ._cardPlain_1o0wwtn_37._modeRock_1o0wwtn_38._themeLight_1o0wwtn_26:active._paddings24_1o0wwtn_161, ._cardPlain_1o0wwtn_37._modeRock_1o0wwtn_38._themeDark_1o0wwtn_32:active._paddings24_1o0wwtn_161{
|
|
65
65
|
padding:24px;
|
|
66
66
|
}
|
|
67
|
-
.
|
|
67
|
+
._cardPlain_1o0wwtn_37._modeClassic_1o0wwtn_37._themeLight_1o0wwtn_26:active._paddings32_1o0wwtn_165, ._cardPlain_1o0wwtn_37._modeClassic_1o0wwtn_37._themeDark_1o0wwtn_32:active._paddings32_1o0wwtn_165, ._cardPlain_1o0wwtn_37._modeRock_1o0wwtn_38._themeLight_1o0wwtn_26:active._paddings32_1o0wwtn_165, ._cardPlain_1o0wwtn_37._modeRock_1o0wwtn_38._themeDark_1o0wwtn_32:active._paddings32_1o0wwtn_165{
|
|
68
68
|
padding:32px;
|
|
69
69
|
}
|
|
70
|
-
.
|
|
71
|
-
.
|
|
72
|
-
.
|
|
70
|
+
._modeClassic_1o0wwtn_37._themeLight_1o0wwtn_26:hover,
|
|
71
|
+
._modeClassic_1o0wwtn_37._themeLight_1o0wwtn_26:focus,
|
|
72
|
+
._modeClassic_1o0wwtn_37._themeLight_1o0wwtn_26:active{
|
|
73
73
|
--card-border-color:#19191C;
|
|
74
74
|
}
|
|
75
|
-
.
|
|
75
|
+
._modeClassic_1o0wwtn_37._themeDark_1o0wwtn_32{
|
|
76
76
|
--rs-typography-color-hard:#FFFFFF;
|
|
77
77
|
--rs-typography-color-average:rgba(255,255,255,0.7);
|
|
78
78
|
--rs-typography-color-pale:rgba(255,255,255,0.5);
|
|
@@ -86,59 +86,59 @@ a._card_p1j1ir_6{
|
|
|
86
86
|
--rs-rock-button-disabled-text-color:rgba(255,255,255,0.5);
|
|
87
87
|
--rs-rock-button-disabled-bg-color:rgba(255,255,255,0.2);
|
|
88
88
|
}
|
|
89
|
-
.
|
|
90
|
-
.
|
|
91
|
-
.
|
|
89
|
+
._modeClassic_1o0wwtn_37._themeDark_1o0wwtn_32:hover,
|
|
90
|
+
._modeClassic_1o0wwtn_37._themeDark_1o0wwtn_32:focus,
|
|
91
|
+
._modeClassic_1o0wwtn_37._themeDark_1o0wwtn_32:active{
|
|
92
92
|
--card-border-color:#FFFFFF;
|
|
93
93
|
}
|
|
94
|
-
.
|
|
95
|
-
.
|
|
96
|
-
.
|
|
94
|
+
._modeClassic_1o0wwtn_37._glowHover_1o0wwtn_91._themeLight_1o0wwtn_26:hover,
|
|
95
|
+
._modeClassic_1o0wwtn_37._glowHover_1o0wwtn_91._themeLight_1o0wwtn_26:focus,
|
|
96
|
+
._modeClassic_1o0wwtn_37._glowHover_1o0wwtn_91._themeLight_1o0wwtn_26:active{
|
|
97
97
|
--card-border-color:rgba(25,25,28,0.2);
|
|
98
98
|
}
|
|
99
|
-
.
|
|
99
|
+
._modeClassic_1o0wwtn_37._glowHover_1o0wwtn_91._themeLight_1o0wwtn_26:active{
|
|
100
100
|
border-width:1px;
|
|
101
101
|
}
|
|
102
|
-
.
|
|
102
|
+
._modeClassic_1o0wwtn_37._glowHover_1o0wwtn_91._themeLight_1o0wwtn_26:active._paddings16_1o0wwtn_157{
|
|
103
103
|
padding:16px;
|
|
104
104
|
}
|
|
105
|
-
.
|
|
105
|
+
._modeClassic_1o0wwtn_37._glowHover_1o0wwtn_91._themeLight_1o0wwtn_26:active._paddings24_1o0wwtn_161{
|
|
106
106
|
padding:24px;
|
|
107
107
|
}
|
|
108
|
-
.
|
|
108
|
+
._modeClassic_1o0wwtn_37._glowHover_1o0wwtn_91._themeLight_1o0wwtn_26:active._paddings32_1o0wwtn_165{
|
|
109
109
|
padding:32px;
|
|
110
110
|
}
|
|
111
|
-
.
|
|
112
|
-
.
|
|
113
|
-
.
|
|
111
|
+
._modeClassic_1o0wwtn_37._glowHover_1o0wwtn_91._themeDark_1o0wwtn_32:hover,
|
|
112
|
+
._modeClassic_1o0wwtn_37._glowHover_1o0wwtn_91._themeDark_1o0wwtn_32:focus,
|
|
113
|
+
._modeClassic_1o0wwtn_37._glowHover_1o0wwtn_91._themeDark_1o0wwtn_32:active{
|
|
114
114
|
--card-border-color:rgba(255,255,255,0.2);
|
|
115
115
|
}
|
|
116
|
-
.
|
|
116
|
+
._modeClassic_1o0wwtn_37._glowHover_1o0wwtn_91._themeDark_1o0wwtn_32:active{
|
|
117
117
|
border-width:1px;
|
|
118
118
|
}
|
|
119
|
-
.
|
|
119
|
+
._modeClassic_1o0wwtn_37._glowHover_1o0wwtn_91._themeDark_1o0wwtn_32:active._paddings16_1o0wwtn_157{
|
|
120
120
|
padding:16px;
|
|
121
121
|
}
|
|
122
|
-
.
|
|
122
|
+
._modeClassic_1o0wwtn_37._glowHover_1o0wwtn_91._themeDark_1o0wwtn_32:active._paddings24_1o0wwtn_161{
|
|
123
123
|
padding:24px;
|
|
124
124
|
}
|
|
125
|
-
.
|
|
125
|
+
._modeClassic_1o0wwtn_37._glowHover_1o0wwtn_91._themeDark_1o0wwtn_32:active._paddings32_1o0wwtn_165{
|
|
126
126
|
padding:32px;
|
|
127
127
|
}
|
|
128
|
-
.
|
|
128
|
+
._modeClassic_1o0wwtn_37:active{
|
|
129
129
|
border-width:2px;
|
|
130
130
|
}
|
|
131
|
-
.
|
|
131
|
+
._modeClassic_1o0wwtn_37:active._paddings16_1o0wwtn_157{
|
|
132
132
|
padding:15px;
|
|
133
133
|
}
|
|
134
|
-
.
|
|
134
|
+
._modeClassic_1o0wwtn_37:active._paddings24_1o0wwtn_161{
|
|
135
135
|
padding:23px;
|
|
136
136
|
}
|
|
137
|
-
.
|
|
137
|
+
._modeClassic_1o0wwtn_37:active._paddings32_1o0wwtn_165{
|
|
138
138
|
padding:31px;
|
|
139
139
|
}
|
|
140
|
-
.
|
|
141
|
-
.
|
|
140
|
+
._modeRock_1o0wwtn_38._themeLight_1o0wwtn_26:hover,
|
|
141
|
+
._modeRock_1o0wwtn_38._themeLight_1o0wwtn_26:focus{
|
|
142
142
|
--card-border-color:rgba(25,25,28,0.2);
|
|
143
143
|
--card-background-color:#19191C;
|
|
144
144
|
--rs-typography-color-hard:#FFFFFF;
|
|
@@ -154,7 +154,7 @@ a._card_p1j1ir_6{
|
|
|
154
154
|
--rs-rock-button-disabled-text-color:rgba(255,255,255,0.5);
|
|
155
155
|
--rs-rock-button-disabled-bg-color:rgba(255,255,255,0.2);
|
|
156
156
|
}
|
|
157
|
-
.
|
|
157
|
+
._modeRock_1o0wwtn_38._themeLight_1o0wwtn_26:active{
|
|
158
158
|
background-color:#303033;
|
|
159
159
|
--rs-typography-color-hard:#FFFFFF;
|
|
160
160
|
--rs-typography-color-average:rgba(255,255,255,0.7);
|
|
@@ -169,7 +169,7 @@ a._card_p1j1ir_6{
|
|
|
169
169
|
--rs-rock-button-disabled-text-color:rgba(255,255,255,0.5);
|
|
170
170
|
--rs-rock-button-disabled-bg-color:rgba(255,255,255,0.2);
|
|
171
171
|
}
|
|
172
|
-
.
|
|
172
|
+
._modeRock_1o0wwtn_38._themeDark_1o0wwtn_32{
|
|
173
173
|
--rs-typography-color-hard:#FFFFFF;
|
|
174
174
|
--rs-typography-color-average:rgba(255,255,255,0.7);
|
|
175
175
|
--rs-typography-color-pale:rgba(255,255,255,0.5);
|
|
@@ -183,8 +183,8 @@ a._card_p1j1ir_6{
|
|
|
183
183
|
--rs-rock-button-disabled-text-color:rgba(255,255,255,0.5);
|
|
184
184
|
--rs-rock-button-disabled-bg-color:rgba(255,255,255,0.2);
|
|
185
185
|
}
|
|
186
|
-
.
|
|
187
|
-
.
|
|
186
|
+
._modeRock_1o0wwtn_38._themeDark_1o0wwtn_32:hover,
|
|
187
|
+
._modeRock_1o0wwtn_38._themeDark_1o0wwtn_32:focus{
|
|
188
188
|
--card-background-color:#FFFFFF;
|
|
189
189
|
--rs-typography-color-hard:#19191C;
|
|
190
190
|
--rs-typography-color-average:rgba(25,25,28,0.7);
|
|
@@ -199,7 +199,7 @@ a._card_p1j1ir_6{
|
|
|
199
199
|
--rs-rock-button-disabled-text-color:rgba(25,25,28,0.5);
|
|
200
200
|
--rs-rock-button-disabled-bg-color:rgba(25,25,28,0.2);
|
|
201
201
|
}
|
|
202
|
-
.
|
|
202
|
+
._modeRock_1o0wwtn_38._themeDark_1o0wwtn_32:active{
|
|
203
203
|
--card-background-color:#F4F4F4;
|
|
204
204
|
--rs-typography-color-hard:#19191C;
|
|
205
205
|
--rs-typography-color-average:rgba(25,25,28,0.7);
|
|
@@ -214,34 +214,34 @@ a._card_p1j1ir_6{
|
|
|
214
214
|
--rs-rock-button-disabled-text-color:rgba(25,25,28,0.5);
|
|
215
215
|
--rs-rock-button-disabled-bg-color:rgba(25,25,28,0.2);
|
|
216
216
|
}
|
|
217
|
-
.
|
|
217
|
+
._paddings16_1o0wwtn_157{
|
|
218
218
|
padding:16px;
|
|
219
219
|
}
|
|
220
|
-
.
|
|
220
|
+
._paddings24_1o0wwtn_161{
|
|
221
221
|
padding:24px;
|
|
222
222
|
}
|
|
223
|
-
.
|
|
223
|
+
._paddings32_1o0wwtn_165{
|
|
224
224
|
padding:32px;
|
|
225
225
|
}
|
|
226
|
-
.
|
|
226
|
+
._bordersRadius0_1o0wwtn_169{
|
|
227
227
|
--rs-card-border-radius:0;
|
|
228
228
|
}
|
|
229
|
-
.
|
|
229
|
+
._bordersRadius8_1o0wwtn_173{
|
|
230
230
|
--rs-card-border-radius:8px;
|
|
231
231
|
}
|
|
232
|
-
.
|
|
232
|
+
._bordersRadius16_1o0wwtn_177{
|
|
233
233
|
--rs-card-border-radius:16px;
|
|
234
234
|
}
|
|
235
|
-
.
|
|
235
|
+
._bordersRadius24_1o0wwtn_181{
|
|
236
236
|
--rs-card-border-radius:24px;
|
|
237
237
|
}
|
|
238
|
-
.
|
|
238
|
+
._cardImage_1o0wwtn_185{
|
|
239
239
|
-webkit-box-sizing:border-box;
|
|
240
240
|
box-sizing:border-box;
|
|
241
241
|
position:relative;
|
|
242
242
|
overflow:hidden;
|
|
243
243
|
}
|
|
244
|
-
.
|
|
244
|
+
._cardImageImg_1o0wwtn_191{
|
|
245
245
|
display:block;
|
|
246
246
|
-webkit-transition:-webkit-transform .2s;
|
|
247
247
|
transition:-webkit-transform .2s;
|
|
@@ -250,26 +250,26 @@ a._card_p1j1ir_6{
|
|
|
250
250
|
-webkit-transform:scaleX(1);
|
|
251
251
|
transform:scaleX(1);
|
|
252
252
|
}
|
|
253
|
-
.
|
|
253
|
+
._paddings16_1o0wwtn_157 ._cardImageImg_1o0wwtn_191{
|
|
254
254
|
top:-16px;
|
|
255
255
|
left:-16px;
|
|
256
256
|
width:calc(100% + 32px);
|
|
257
257
|
}
|
|
258
|
-
.
|
|
258
|
+
._paddings24_1o0wwtn_161 ._cardImageImg_1o0wwtn_191{
|
|
259
259
|
top:-24px;
|
|
260
260
|
left:-24px;
|
|
261
261
|
width:calc(100% + 48px);
|
|
262
262
|
}
|
|
263
|
-
.
|
|
263
|
+
._paddings32_1o0wwtn_165 ._cardImageImg_1o0wwtn_191{
|
|
264
264
|
top:-32px;
|
|
265
265
|
left:-32px;
|
|
266
266
|
width:calc(100% + 64px);
|
|
267
267
|
}
|
|
268
|
-
.
|
|
268
|
+
._bordersRadius8_1o0wwtn_173 ._cardImageImg_1o0wwtn_191 img{
|
|
269
269
|
overflow:hidden;
|
|
270
270
|
border-radius:8px;
|
|
271
271
|
}
|
|
272
|
-
.
|
|
272
|
+
._card_1o0wwtn_6:hover ._cardImageImg_1o0wwtn_191{
|
|
273
273
|
-webkit-transition:-webkit-transform .2s;
|
|
274
274
|
transition:-webkit-transform .2s;
|
|
275
275
|
transition:transform .2s;
|
|
@@ -277,14 +277,14 @@ a._card_p1j1ir_6{
|
|
|
277
277
|
-webkit-transform:scaleX(1.1);
|
|
278
278
|
transform:scaleX(1.1);
|
|
279
279
|
}
|
|
280
|
-
.
|
|
280
|
+
._card_1o0wwtn_6:hover ._cardImageImg_1o0wwtn_191 img{
|
|
281
281
|
border-radius:8px;
|
|
282
282
|
}
|
|
283
|
-
.
|
|
283
|
+
._card_1o0wwtn_6._cardPlain_1o0wwtn_37:hover ._cardImageImg_1o0wwtn_191{
|
|
284
284
|
-webkit-transform:none;
|
|
285
285
|
transform:none;
|
|
286
286
|
}
|
|
287
|
-
.
|
|
287
|
+
._cardImageDiv_1o0wwtn_229{
|
|
288
288
|
display:-webkit-box;
|
|
289
289
|
display:-ms-flexbox;
|
|
290
290
|
display:flex;
|
|
@@ -302,50 +302,50 @@ a._card_p1j1ir_6{
|
|
|
302
302
|
background-position:center;
|
|
303
303
|
background-size:auto 100%;
|
|
304
304
|
}
|
|
305
|
-
.
|
|
305
|
+
._paddings16_1o0wwtn_157 ._cardImageDiv_1o0wwtn_229{
|
|
306
306
|
top:-16px;
|
|
307
307
|
left:-16px;
|
|
308
308
|
padding:16px;
|
|
309
309
|
width:calc(100% + 32px);
|
|
310
310
|
}
|
|
311
|
-
.
|
|
311
|
+
._card_1o0wwtn_6:active ._paddings16_1o0wwtn_157 ._cardImageDiv_1o0wwtn_229{
|
|
312
312
|
padding:calc(16px - 1);
|
|
313
313
|
}
|
|
314
|
-
.
|
|
314
|
+
._paddings24_1o0wwtn_161 ._cardImageDiv_1o0wwtn_229{
|
|
315
315
|
top:-24px;
|
|
316
316
|
left:-24px;
|
|
317
317
|
padding:24px;
|
|
318
318
|
width:calc(100% + 48px);
|
|
319
319
|
}
|
|
320
|
-
.
|
|
320
|
+
._card_1o0wwtn_6:active ._paddings24_1o0wwtn_161 ._cardImageDiv_1o0wwtn_229{
|
|
321
321
|
padding:calc(24px - 1);
|
|
322
322
|
}
|
|
323
|
-
.
|
|
323
|
+
._paddings32_1o0wwtn_165 ._cardImageDiv_1o0wwtn_229{
|
|
324
324
|
top:-32px;
|
|
325
325
|
left:-32px;
|
|
326
326
|
padding:32px;
|
|
327
327
|
width:calc(100% + 64px);
|
|
328
328
|
}
|
|
329
|
-
.
|
|
329
|
+
._card_1o0wwtn_6:active ._paddings32_1o0wwtn_165 ._cardImageDiv_1o0wwtn_229{
|
|
330
330
|
padding:calc(32px - 1);
|
|
331
331
|
}
|
|
332
|
-
.
|
|
332
|
+
._card_1o0wwtn_6:hover ._cardImageDiv_1o0wwtn_229{
|
|
333
333
|
background-size:auto 110%;
|
|
334
334
|
-webkit-transition:background-size .2s;
|
|
335
335
|
transition:background-size .2s;
|
|
336
336
|
}
|
|
337
|
-
.
|
|
337
|
+
._card_1o0wwtn_6._cardPlain_1o0wwtn_37:hover ._cardImageDiv_1o0wwtn_229{
|
|
338
338
|
background-size:auto 100%;
|
|
339
339
|
}
|
|
340
|
-
.
|
|
340
|
+
._paddings16_1o0wwtn_157 ._fixedImageHeight_1o0wwtn_263{
|
|
341
341
|
height:204px;
|
|
342
342
|
max-height:204px;
|
|
343
343
|
}
|
|
344
|
-
.
|
|
344
|
+
._paddings24_1o0wwtn_161 ._fixedImageHeight_1o0wwtn_263{
|
|
345
345
|
height:212px;
|
|
346
346
|
max-height:212px;
|
|
347
347
|
}
|
|
348
|
-
.
|
|
348
|
+
._paddings32_1o0wwtn_165 ._fixedImageHeight_1o0wwtn_263{
|
|
349
349
|
height:220px;
|
|
350
350
|
max-height:220px;
|
|
351
351
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/card",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
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.6.
|
|
27
|
+
"@rescui/button": "^0.6.5",
|
|
28
28
|
"@rescui/colors": "^0.1.1",
|
|
29
29
|
"@rescui/postcss-preset-library": "^0.0.5",
|
|
30
30
|
"@rescui/scripts": "^0.1.5",
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rescui-scripts build"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "3990c84bbe24906c3eff7230af7ef1ffb98c59c0"
|
|
38
38
|
}
|