@rescui/card 0.6.0 → 0.6.1
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 +19 -19
- package/lib/index.css +85 -85
- package/package.json +5 -5
package/lib/card.module.pcss.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_1uu62mp_6",
|
|
3
|
+
"themeLight": "_themeLight_1uu62mp_30",
|
|
4
|
+
"themeDark": "_themeDark_1uu62mp_37",
|
|
5
|
+
"cardPlain": "_cardPlain_1uu62mp_43",
|
|
6
|
+
"modeClassic": "_modeClassic_1uu62mp_43",
|
|
7
|
+
"modeRock": "_modeRock_1uu62mp_44",
|
|
8
|
+
"paddings16": "_paddings16_1uu62mp_163",
|
|
9
|
+
"paddings24": "_paddings24_1uu62mp_167",
|
|
10
|
+
"paddings32": "_paddings32_1uu62mp_171",
|
|
11
|
+
"glowHover": "_glowHover_1uu62mp_97",
|
|
12
|
+
"bordersRadius0": "_bordersRadius0_1uu62mp_175",
|
|
13
|
+
"bordersRadius8": "_bordersRadius8_1uu62mp_179",
|
|
14
|
+
"bordersRadius16": "_bordersRadius16_1uu62mp_183",
|
|
15
|
+
"bordersRadius24": "_bordersRadius24_1uu62mp_187",
|
|
16
|
+
"cardImage": "_cardImage_1uu62mp_191",
|
|
17
|
+
"cardImageImg": "_cardImageImg_1uu62mp_199",
|
|
18
|
+
"cardImageDiv": "_cardImageDiv_1uu62mp_232",
|
|
19
|
+
"fixedImageHeight": "_fixedImageHeight_1uu62mp_267",
|
|
20
|
+
"fullImageWidth": "_fullImageWidth_1uu62mp_284"
|
|
21
21
|
};
|
|
22
22
|
export { styles as default };
|
package/lib/index.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
._card_1uu62mp_6{
|
|
2
2
|
overflow:hidden;
|
|
3
3
|
|
|
4
4
|
-webkit-box-sizing:border-box;
|
|
@@ -18,12 +18,12 @@
|
|
|
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_1uu62mp_6{
|
|
22
22
|
display:block;
|
|
23
23
|
|
|
24
24
|
text-decoration:none;
|
|
25
25
|
}
|
|
26
|
-
.
|
|
26
|
+
._themeLight_1uu62mp_30{
|
|
27
27
|
border-color:rgba(25,25,28,0.2);
|
|
28
28
|
border-color:var(--card-border-color, rgba(25,25,28,0.2));
|
|
29
29
|
|
|
@@ -31,7 +31,7 @@ a._card_1dn5yub_6{
|
|
|
31
31
|
|
|
32
32
|
background-color:var(--card-background-color, #FFFFFF);
|
|
33
33
|
}
|
|
34
|
-
.
|
|
34
|
+
._themeDark_1uu62mp_37{
|
|
35
35
|
border-color:rgba(255,255,255,0.2);
|
|
36
36
|
border-color:var(--card-border-color, rgba(255,255,255,0.2));
|
|
37
37
|
|
|
@@ -39,50 +39,50 @@ a._card_1dn5yub_6{
|
|
|
39
39
|
|
|
40
40
|
background-color:var(--card-background-color, #303033);
|
|
41
41
|
}
|
|
42
|
-
.
|
|
43
|
-
.
|
|
42
|
+
._cardPlain_1uu62mp_43._modeClassic_1uu62mp_43,
|
|
43
|
+
._cardPlain_1uu62mp_43._modeRock_1uu62mp_44{
|
|
44
44
|
cursor:default;
|
|
45
45
|
}
|
|
46
|
-
.
|
|
46
|
+
._cardPlain_1uu62mp_43._modeClassic_1uu62mp_43._themeLight_1uu62mp_30, ._cardPlain_1uu62mp_43._modeRock_1uu62mp_44._themeLight_1uu62mp_30{
|
|
47
47
|
--card-border-color:rgba(25,25,28,0.2);
|
|
48
48
|
}
|
|
49
|
-
.
|
|
50
|
-
.
|
|
51
|
-
.
|
|
52
|
-
.
|
|
53
|
-
.
|
|
54
|
-
.
|
|
49
|
+
._cardPlain_1uu62mp_43._modeClassic_1uu62mp_43._themeLight_1uu62mp_30:hover,
|
|
50
|
+
._cardPlain_1uu62mp_43._modeClassic_1uu62mp_43._themeLight_1uu62mp_30:focus,
|
|
51
|
+
._cardPlain_1uu62mp_43._modeClassic_1uu62mp_43._themeLight_1uu62mp_30:active,
|
|
52
|
+
._cardPlain_1uu62mp_43._modeRock_1uu62mp_44._themeLight_1uu62mp_30:hover,
|
|
53
|
+
._cardPlain_1uu62mp_43._modeRock_1uu62mp_44._themeLight_1uu62mp_30:focus,
|
|
54
|
+
._cardPlain_1uu62mp_43._modeRock_1uu62mp_44._themeLight_1uu62mp_30:active{
|
|
55
55
|
--card-border-color:rgba(25,25,28,0.2);
|
|
56
56
|
}
|
|
57
|
-
.
|
|
57
|
+
._cardPlain_1uu62mp_43._modeClassic_1uu62mp_43._themeDark_1uu62mp_37, ._cardPlain_1uu62mp_43._modeRock_1uu62mp_44._themeDark_1uu62mp_37{
|
|
58
58
|
--card-border-color:rgba(255,255,255,0.2);
|
|
59
59
|
}
|
|
60
|
-
.
|
|
61
|
-
.
|
|
62
|
-
.
|
|
63
|
-
.
|
|
64
|
-
.
|
|
65
|
-
.
|
|
60
|
+
._cardPlain_1uu62mp_43._modeClassic_1uu62mp_43._themeDark_1uu62mp_37:hover,
|
|
61
|
+
._cardPlain_1uu62mp_43._modeClassic_1uu62mp_43._themeDark_1uu62mp_37:focus,
|
|
62
|
+
._cardPlain_1uu62mp_43._modeClassic_1uu62mp_43._themeDark_1uu62mp_37:active,
|
|
63
|
+
._cardPlain_1uu62mp_43._modeRock_1uu62mp_44._themeDark_1uu62mp_37:hover,
|
|
64
|
+
._cardPlain_1uu62mp_43._modeRock_1uu62mp_44._themeDark_1uu62mp_37:focus,
|
|
65
|
+
._cardPlain_1uu62mp_43._modeRock_1uu62mp_44._themeDark_1uu62mp_37:active{
|
|
66
66
|
--card-border-color:rgba(255,255,255,0.2);
|
|
67
67
|
}
|
|
68
|
-
.
|
|
68
|
+
._cardPlain_1uu62mp_43._modeClassic_1uu62mp_43._themeLight_1uu62mp_30:active, ._cardPlain_1uu62mp_43._modeClassic_1uu62mp_43._themeDark_1uu62mp_37:active, ._cardPlain_1uu62mp_43._modeRock_1uu62mp_44._themeLight_1uu62mp_30:active, ._cardPlain_1uu62mp_43._modeRock_1uu62mp_44._themeDark_1uu62mp_37:active{
|
|
69
69
|
border-width:1px;
|
|
70
70
|
}
|
|
71
|
-
.
|
|
71
|
+
._cardPlain_1uu62mp_43._modeClassic_1uu62mp_43._themeLight_1uu62mp_30:active._paddings16_1uu62mp_163, ._cardPlain_1uu62mp_43._modeClassic_1uu62mp_43._themeDark_1uu62mp_37:active._paddings16_1uu62mp_163, ._cardPlain_1uu62mp_43._modeRock_1uu62mp_44._themeLight_1uu62mp_30:active._paddings16_1uu62mp_163, ._cardPlain_1uu62mp_43._modeRock_1uu62mp_44._themeDark_1uu62mp_37:active._paddings16_1uu62mp_163{
|
|
72
72
|
padding:16px;
|
|
73
73
|
}
|
|
74
|
-
.
|
|
74
|
+
._cardPlain_1uu62mp_43._modeClassic_1uu62mp_43._themeLight_1uu62mp_30:active._paddings24_1uu62mp_167, ._cardPlain_1uu62mp_43._modeClassic_1uu62mp_43._themeDark_1uu62mp_37:active._paddings24_1uu62mp_167, ._cardPlain_1uu62mp_43._modeRock_1uu62mp_44._themeLight_1uu62mp_30:active._paddings24_1uu62mp_167, ._cardPlain_1uu62mp_43._modeRock_1uu62mp_44._themeDark_1uu62mp_37:active._paddings24_1uu62mp_167{
|
|
75
75
|
padding:24px;
|
|
76
76
|
}
|
|
77
|
-
.
|
|
77
|
+
._cardPlain_1uu62mp_43._modeClassic_1uu62mp_43._themeLight_1uu62mp_30:active._paddings32_1uu62mp_171, ._cardPlain_1uu62mp_43._modeClassic_1uu62mp_43._themeDark_1uu62mp_37:active._paddings32_1uu62mp_171, ._cardPlain_1uu62mp_43._modeRock_1uu62mp_44._themeLight_1uu62mp_30:active._paddings32_1uu62mp_171, ._cardPlain_1uu62mp_43._modeRock_1uu62mp_44._themeDark_1uu62mp_37:active._paddings32_1uu62mp_171{
|
|
78
78
|
padding:32px;
|
|
79
79
|
}
|
|
80
|
-
.
|
|
81
|
-
.
|
|
82
|
-
.
|
|
80
|
+
._modeClassic_1uu62mp_43._themeLight_1uu62mp_30:hover,
|
|
81
|
+
._modeClassic_1uu62mp_43._themeLight_1uu62mp_30:focus,
|
|
82
|
+
._modeClassic_1uu62mp_43._themeLight_1uu62mp_30:active{
|
|
83
83
|
--card-border-color:#19191C;
|
|
84
84
|
}
|
|
85
|
-
.
|
|
85
|
+
._modeClassic_1uu62mp_43._themeDark_1uu62mp_37{
|
|
86
86
|
--rs-typography-color-hard:#FFFFFF;
|
|
87
87
|
--rs-typography-color-average:rgba(255,255,255,0.7);
|
|
88
88
|
--rs-typography-color-pale:rgba(255,255,255,0.5);
|
|
@@ -96,59 +96,59 @@ a._card_1dn5yub_6{
|
|
|
96
96
|
--rs-rock-button-disabled-text-color:rgba(255,255,255,0.5);
|
|
97
97
|
--rs-rock-button-disabled-bg-color:rgba(255,255,255,0.2);
|
|
98
98
|
}
|
|
99
|
-
.
|
|
100
|
-
.
|
|
101
|
-
.
|
|
99
|
+
._modeClassic_1uu62mp_43._themeDark_1uu62mp_37:hover,
|
|
100
|
+
._modeClassic_1uu62mp_43._themeDark_1uu62mp_37:focus,
|
|
101
|
+
._modeClassic_1uu62mp_43._themeDark_1uu62mp_37:active{
|
|
102
102
|
--card-border-color:#FFFFFF;
|
|
103
103
|
}
|
|
104
|
-
.
|
|
105
|
-
.
|
|
106
|
-
.
|
|
104
|
+
._modeClassic_1uu62mp_43._glowHover_1uu62mp_97._themeLight_1uu62mp_30:hover,
|
|
105
|
+
._modeClassic_1uu62mp_43._glowHover_1uu62mp_97._themeLight_1uu62mp_30:focus,
|
|
106
|
+
._modeClassic_1uu62mp_43._glowHover_1uu62mp_97._themeLight_1uu62mp_30:active{
|
|
107
107
|
--card-border-color:rgba(25,25,28,0.2);
|
|
108
108
|
}
|
|
109
|
-
.
|
|
109
|
+
._modeClassic_1uu62mp_43._glowHover_1uu62mp_97._themeLight_1uu62mp_30:active{
|
|
110
110
|
border-width:1px;
|
|
111
111
|
}
|
|
112
|
-
.
|
|
112
|
+
._modeClassic_1uu62mp_43._glowHover_1uu62mp_97._themeLight_1uu62mp_30:active._paddings16_1uu62mp_163{
|
|
113
113
|
padding:16px;
|
|
114
114
|
}
|
|
115
|
-
.
|
|
115
|
+
._modeClassic_1uu62mp_43._glowHover_1uu62mp_97._themeLight_1uu62mp_30:active._paddings24_1uu62mp_167{
|
|
116
116
|
padding:24px;
|
|
117
117
|
}
|
|
118
|
-
.
|
|
118
|
+
._modeClassic_1uu62mp_43._glowHover_1uu62mp_97._themeLight_1uu62mp_30:active._paddings32_1uu62mp_171{
|
|
119
119
|
padding:32px;
|
|
120
120
|
}
|
|
121
|
-
.
|
|
122
|
-
.
|
|
123
|
-
.
|
|
121
|
+
._modeClassic_1uu62mp_43._glowHover_1uu62mp_97._themeDark_1uu62mp_37:hover,
|
|
122
|
+
._modeClassic_1uu62mp_43._glowHover_1uu62mp_97._themeDark_1uu62mp_37:focus,
|
|
123
|
+
._modeClassic_1uu62mp_43._glowHover_1uu62mp_97._themeDark_1uu62mp_37:active{
|
|
124
124
|
--card-border-color:rgba(255,255,255,0.2);
|
|
125
125
|
}
|
|
126
|
-
.
|
|
126
|
+
._modeClassic_1uu62mp_43._glowHover_1uu62mp_97._themeDark_1uu62mp_37:active{
|
|
127
127
|
border-width:1px;
|
|
128
128
|
}
|
|
129
|
-
.
|
|
129
|
+
._modeClassic_1uu62mp_43._glowHover_1uu62mp_97._themeDark_1uu62mp_37:active._paddings16_1uu62mp_163{
|
|
130
130
|
padding:16px;
|
|
131
131
|
}
|
|
132
|
-
.
|
|
132
|
+
._modeClassic_1uu62mp_43._glowHover_1uu62mp_97._themeDark_1uu62mp_37:active._paddings24_1uu62mp_167{
|
|
133
133
|
padding:24px;
|
|
134
134
|
}
|
|
135
|
-
.
|
|
135
|
+
._modeClassic_1uu62mp_43._glowHover_1uu62mp_97._themeDark_1uu62mp_37:active._paddings32_1uu62mp_171{
|
|
136
136
|
padding:32px;
|
|
137
137
|
}
|
|
138
|
-
.
|
|
138
|
+
._modeClassic_1uu62mp_43:active{
|
|
139
139
|
border-width:2px;
|
|
140
140
|
}
|
|
141
|
-
.
|
|
141
|
+
._modeClassic_1uu62mp_43:active._paddings16_1uu62mp_163{
|
|
142
142
|
padding:15px;
|
|
143
143
|
}
|
|
144
|
-
.
|
|
144
|
+
._modeClassic_1uu62mp_43:active._paddings24_1uu62mp_167{
|
|
145
145
|
padding:23px;
|
|
146
146
|
}
|
|
147
|
-
.
|
|
147
|
+
._modeClassic_1uu62mp_43:active._paddings32_1uu62mp_171{
|
|
148
148
|
padding:31px;
|
|
149
149
|
}
|
|
150
|
-
.
|
|
151
|
-
.
|
|
150
|
+
._modeRock_1uu62mp_44._themeLight_1uu62mp_30:hover,
|
|
151
|
+
._modeRock_1uu62mp_44._themeLight_1uu62mp_30:focus{
|
|
152
152
|
--card-border-color:rgba(25,25,28,0.2);
|
|
153
153
|
--card-background-color:#19191C;
|
|
154
154
|
--rs-typography-color-hard:#FFFFFF;
|
|
@@ -164,7 +164,7 @@ a._card_1dn5yub_6{
|
|
|
164
164
|
--rs-rock-button-disabled-text-color:rgba(255,255,255,0.5);
|
|
165
165
|
--rs-rock-button-disabled-bg-color:rgba(255,255,255,0.2);
|
|
166
166
|
}
|
|
167
|
-
.
|
|
167
|
+
._modeRock_1uu62mp_44._themeLight_1uu62mp_30:active{
|
|
168
168
|
background-color:#303033;
|
|
169
169
|
--rs-typography-color-hard:#FFFFFF;
|
|
170
170
|
--rs-typography-color-average:rgba(255,255,255,0.7);
|
|
@@ -179,7 +179,7 @@ a._card_1dn5yub_6{
|
|
|
179
179
|
--rs-rock-button-disabled-text-color:rgba(255,255,255,0.5);
|
|
180
180
|
--rs-rock-button-disabled-bg-color:rgba(255,255,255,0.2);
|
|
181
181
|
}
|
|
182
|
-
.
|
|
182
|
+
._modeRock_1uu62mp_44._themeDark_1uu62mp_37{
|
|
183
183
|
--rs-typography-color-hard:#FFFFFF;
|
|
184
184
|
--rs-typography-color-average:rgba(255,255,255,0.7);
|
|
185
185
|
--rs-typography-color-pale:rgba(255,255,255,0.5);
|
|
@@ -193,8 +193,8 @@ a._card_1dn5yub_6{
|
|
|
193
193
|
--rs-rock-button-disabled-text-color:rgba(255,255,255,0.5);
|
|
194
194
|
--rs-rock-button-disabled-bg-color:rgba(255,255,255,0.2);
|
|
195
195
|
}
|
|
196
|
-
.
|
|
197
|
-
.
|
|
196
|
+
._modeRock_1uu62mp_44._themeDark_1uu62mp_37:hover,
|
|
197
|
+
._modeRock_1uu62mp_44._themeDark_1uu62mp_37:focus{
|
|
198
198
|
--card-background-color:#FFFFFF;
|
|
199
199
|
--rs-typography-color-hard:#19191C;
|
|
200
200
|
--rs-typography-color-average:rgba(25,25,28,0.7);
|
|
@@ -209,7 +209,7 @@ a._card_1dn5yub_6{
|
|
|
209
209
|
--rs-rock-button-disabled-text-color:rgba(25,25,28,0.5);
|
|
210
210
|
--rs-rock-button-disabled-bg-color:rgba(25,25,28,0.2);
|
|
211
211
|
}
|
|
212
|
-
.
|
|
212
|
+
._modeRock_1uu62mp_44._themeDark_1uu62mp_37:active{
|
|
213
213
|
--card-background-color:#F4F4F4;
|
|
214
214
|
--rs-typography-color-hard:#19191C;
|
|
215
215
|
--rs-typography-color-average:rgba(25,25,28,0.7);
|
|
@@ -224,28 +224,28 @@ a._card_1dn5yub_6{
|
|
|
224
224
|
--rs-rock-button-disabled-text-color:rgba(25,25,28,0.5);
|
|
225
225
|
--rs-rock-button-disabled-bg-color:rgba(25,25,28,0.2);
|
|
226
226
|
}
|
|
227
|
-
.
|
|
227
|
+
._paddings16_1uu62mp_163{
|
|
228
228
|
padding:16px;
|
|
229
229
|
}
|
|
230
|
-
.
|
|
230
|
+
._paddings24_1uu62mp_167{
|
|
231
231
|
padding:24px;
|
|
232
232
|
}
|
|
233
|
-
.
|
|
233
|
+
._paddings32_1uu62mp_171{
|
|
234
234
|
padding:32px;
|
|
235
235
|
}
|
|
236
|
-
.
|
|
236
|
+
._bordersRadius0_1uu62mp_175{
|
|
237
237
|
--rs-card-border-radius:0;
|
|
238
238
|
}
|
|
239
|
-
.
|
|
239
|
+
._bordersRadius8_1uu62mp_179{
|
|
240
240
|
--rs-card-border-radius:8px;
|
|
241
241
|
}
|
|
242
|
-
.
|
|
242
|
+
._bordersRadius16_1uu62mp_183{
|
|
243
243
|
--rs-card-border-radius:16px;
|
|
244
244
|
}
|
|
245
|
-
.
|
|
245
|
+
._bordersRadius24_1uu62mp_187{
|
|
246
246
|
--rs-card-border-radius:24px;
|
|
247
247
|
}
|
|
248
|
-
.
|
|
248
|
+
._cardImage_1uu62mp_191{
|
|
249
249
|
position:relative;
|
|
250
250
|
|
|
251
251
|
overflow:hidden;
|
|
@@ -254,7 +254,7 @@ a._card_1dn5yub_6{
|
|
|
254
254
|
|
|
255
255
|
box-sizing:border-box;
|
|
256
256
|
}
|
|
257
|
-
.
|
|
257
|
+
._cardImageImg_1uu62mp_199{
|
|
258
258
|
display:-webkit-box;
|
|
259
259
|
display:-ms-flexbox;
|
|
260
260
|
display:flex;
|
|
@@ -265,22 +265,22 @@ a._card_1dn5yub_6{
|
|
|
265
265
|
-ms-flex-align:center;
|
|
266
266
|
align-items:center;
|
|
267
267
|
}
|
|
268
|
-
.
|
|
268
|
+
._paddings16_1uu62mp_163 ._cardImageImg_1uu62mp_199{
|
|
269
269
|
top:-16px;
|
|
270
270
|
left:-16px;
|
|
271
271
|
width:calc(100% + 32px);
|
|
272
272
|
}
|
|
273
|
-
.
|
|
273
|
+
._paddings24_1uu62mp_167 ._cardImageImg_1uu62mp_199{
|
|
274
274
|
top:-24px;
|
|
275
275
|
left:-24px;
|
|
276
276
|
width:calc(100% + 48px);
|
|
277
277
|
}
|
|
278
|
-
.
|
|
278
|
+
._paddings32_1uu62mp_171 ._cardImageImg_1uu62mp_199{
|
|
279
279
|
top:-32px;
|
|
280
280
|
left:-32px;
|
|
281
281
|
width:calc(100% + 64px);
|
|
282
282
|
}
|
|
283
|
-
.
|
|
283
|
+
._cardImageImg_1uu62mp_199 img{
|
|
284
284
|
max-height:100%;
|
|
285
285
|
max-width:100%;
|
|
286
286
|
-webkit-transition:-webkit-transform .2s;
|
|
@@ -290,15 +290,15 @@ a._card_1dn5yub_6{
|
|
|
290
290
|
-webkit-transform:scale(1);
|
|
291
291
|
transform:scale(1);
|
|
292
292
|
}
|
|
293
|
-
.
|
|
293
|
+
._card_1uu62mp_6:hover ._cardImageImg_1uu62mp_199 img{
|
|
294
294
|
-webkit-transform:scale(1.1);
|
|
295
295
|
transform:scale(1.1);
|
|
296
296
|
}
|
|
297
|
-
.
|
|
297
|
+
._card_1uu62mp_6._cardPlain_1uu62mp_43:hover ._cardImageImg_1uu62mp_199 img{
|
|
298
298
|
-webkit-transform:none;
|
|
299
299
|
transform:none;
|
|
300
300
|
}
|
|
301
|
-
.
|
|
301
|
+
._cardImageDiv_1uu62mp_232{
|
|
302
302
|
display:-webkit-box;
|
|
303
303
|
display:-ms-flexbox;
|
|
304
304
|
display:flex;
|
|
@@ -320,55 +320,55 @@ a._card_1dn5yub_6{
|
|
|
320
320
|
|
|
321
321
|
transition:background-size .2s;
|
|
322
322
|
}
|
|
323
|
-
.
|
|
323
|
+
._paddings16_1uu62mp_163 ._cardImageDiv_1uu62mp_232{
|
|
324
324
|
top:-16px;
|
|
325
325
|
left:-16px;
|
|
326
326
|
padding:16px;
|
|
327
327
|
width:calc(100% + 32px);
|
|
328
328
|
}
|
|
329
|
-
.
|
|
329
|
+
._card_1uu62mp_6:active ._paddings16_1uu62mp_163 ._cardImageDiv_1uu62mp_232{
|
|
330
330
|
padding:calc(16px - 1);
|
|
331
331
|
}
|
|
332
|
-
.
|
|
332
|
+
._paddings24_1uu62mp_167 ._cardImageDiv_1uu62mp_232{
|
|
333
333
|
top:-24px;
|
|
334
334
|
left:-24px;
|
|
335
335
|
padding:24px;
|
|
336
336
|
width:calc(100% + 48px);
|
|
337
337
|
}
|
|
338
|
-
.
|
|
338
|
+
._card_1uu62mp_6:active ._paddings24_1uu62mp_167 ._cardImageDiv_1uu62mp_232{
|
|
339
339
|
padding:calc(24px - 1);
|
|
340
340
|
}
|
|
341
|
-
.
|
|
341
|
+
._paddings32_1uu62mp_171 ._cardImageDiv_1uu62mp_232{
|
|
342
342
|
top:-32px;
|
|
343
343
|
left:-32px;
|
|
344
344
|
padding:32px;
|
|
345
345
|
width:calc(100% + 64px);
|
|
346
346
|
}
|
|
347
|
-
.
|
|
347
|
+
._card_1uu62mp_6:active ._paddings32_1uu62mp_171 ._cardImageDiv_1uu62mp_232{
|
|
348
348
|
padding:calc(32px - 1);
|
|
349
349
|
}
|
|
350
|
-
.
|
|
350
|
+
._card_1uu62mp_6:hover ._cardImageDiv_1uu62mp_232{
|
|
351
351
|
background-size:110% 110%;
|
|
352
352
|
}
|
|
353
|
-
.
|
|
353
|
+
._card_1uu62mp_6._cardPlain_1uu62mp_43:hover ._cardImageDiv_1uu62mp_232{
|
|
354
354
|
background-size:100% 100%;
|
|
355
355
|
}
|
|
356
|
-
.
|
|
356
|
+
._fixedImageHeight_1uu62mp_267 img{
|
|
357
357
|
height:100%;
|
|
358
358
|
}
|
|
359
|
-
.
|
|
359
|
+
._paddings16_1uu62mp_163 ._fixedImageHeight_1uu62mp_267{
|
|
360
360
|
height:204px;
|
|
361
361
|
max-height:204px;
|
|
362
362
|
}
|
|
363
|
-
.
|
|
363
|
+
._paddings24_1uu62mp_167 ._fixedImageHeight_1uu62mp_267{
|
|
364
364
|
height:212px;
|
|
365
365
|
max-height:212px;
|
|
366
366
|
}
|
|
367
|
-
.
|
|
367
|
+
._paddings32_1uu62mp_171 ._fixedImageHeight_1uu62mp_267{
|
|
368
368
|
height:220px;
|
|
369
369
|
max-height:220px;
|
|
370
370
|
}
|
|
371
|
-
.
|
|
371
|
+
._fullImageWidth_1uu62mp_284 img{
|
|
372
372
|
width:100%;
|
|
373
373
|
}
|
|
374
374
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rescui/card",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"module": "lib/index.ts",
|
|
@@ -18,21 +18,21 @@
|
|
|
18
18
|
"core-js": "^3.9.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
|
21
|
-
"@rescui/ui-contexts": "<0.
|
|
21
|
+
"@rescui/ui-contexts": "<0.4.0",
|
|
22
22
|
"prop-types": "^15.7.2",
|
|
23
23
|
"react": ">=16.8.0 <18"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@jetbrains/logos": "^1.4.16",
|
|
27
|
-
"@rescui/button": "^0.6.
|
|
27
|
+
"@rescui/button": "^0.6.7",
|
|
28
28
|
"@rescui/colors": "^0.1.1",
|
|
29
29
|
"@rescui/postcss-preset-library": "^0.0.5",
|
|
30
30
|
"@rescui/scripts": "^0.1.5",
|
|
31
|
-
"@rescui/typography": "^0.7.
|
|
31
|
+
"@rescui/typography": "^0.7.3",
|
|
32
32
|
"@rescui/visual-regression": "^0.0.1"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {
|
|
35
35
|
"build": "rescui-scripts build"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "0747cafd54c577bb1658dce2ab5e6900ff0854b6"
|
|
38
38
|
}
|