@rescui/card 0.9.1 → 0.9.3

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.
@@ -1,24 +1,24 @@
1
1
  var styles = {
2
- "card": "_card_1f1e5fy_6",
3
- "themeLight": "_themeLight_1f1e5fy_40",
4
- "withStaticBorder": "_withStaticBorder_1f1e5fy_43",
5
- "themeDark": "_themeDark_1f1e5fy_49",
6
- "cardPlain": "_cardPlain_1f1e5fy_59",
7
- "modeClassic": "_modeClassic_1f1e5fy_59",
8
- "modeRock": "_modeRock_1f1e5fy_60",
9
- "paddings16": "_paddings16_1f1e5fy_197",
10
- "paddings24": "_paddings24_1f1e5fy_201",
11
- "paddings32": "_paddings32_1f1e5fy_205",
12
- "withStatesBorder": "_withStatesBorder_1f1e5fy_81",
13
- "glowHover": "_glowHover_1f1e5fy_120",
14
- "bordersRadius0": "_bordersRadius0_1f1e5fy_209",
15
- "bordersRadius8": "_bordersRadius8_1f1e5fy_213",
16
- "bordersRadius16": "_bordersRadius16_1f1e5fy_217",
17
- "bordersRadius24": "_bordersRadius24_1f1e5fy_221",
18
- "cardImage": "_cardImage_1f1e5fy_225",
19
- "cardImageImg": "_cardImageImg_1f1e5fy_233",
20
- "cardImageDiv": "_cardImageDiv_1f1e5fy_266",
21
- "fixedImageHeight": "_fixedImageHeight_1f1e5fy_301",
22
- "fullImageWidth": "_fullImageWidth_1f1e5fy_318"
2
+ "card": "_card_1c4q5qs_6",
3
+ "themeLight": "_themeLight_1c4q5qs_40",
4
+ "withStaticBorder": "_withStaticBorder_1c4q5qs_43",
5
+ "themeDark": "_themeDark_1c4q5qs_49",
6
+ "cardPlain": "_cardPlain_1c4q5qs_59",
7
+ "modeClassic": "_modeClassic_1c4q5qs_59",
8
+ "modeRock": "_modeRock_1c4q5qs_60",
9
+ "paddings16": "_paddings16_1c4q5qs_197",
10
+ "paddings24": "_paddings24_1c4q5qs_201",
11
+ "paddings32": "_paddings32_1c4q5qs_205",
12
+ "withStatesBorder": "_withStatesBorder_1c4q5qs_81",
13
+ "glowHover": "_glowHover_1c4q5qs_120",
14
+ "bordersRadius0": "_bordersRadius0_1c4q5qs_209",
15
+ "bordersRadius8": "_bordersRadius8_1c4q5qs_213",
16
+ "bordersRadius16": "_bordersRadius16_1c4q5qs_217",
17
+ "bordersRadius24": "_bordersRadius24_1c4q5qs_221",
18
+ "cardImage": "_cardImage_1c4q5qs_225",
19
+ "cardImageImg": "_cardImageImg_1c4q5qs_233",
20
+ "cardImageDiv": "_cardImageDiv_1c4q5qs_266",
21
+ "fixedImageHeight": "_fixedImageHeight_1c4q5qs_301",
22
+ "fullImageWidth": "_fullImageWidth_1c4q5qs_318"
23
23
  };
24
24
  export { styles as default };
package/lib/index.css CHANGED
@@ -1,4 +1,4 @@
1
- ._card_1f1e5fy_6{
1
+ ._card_1c4q5qs_6{
2
2
  overflow:hidden;
3
3
  -webkit-appearance:none;
4
4
  -moz-appearance:none;
@@ -22,28 +22,28 @@
22
22
  transition:color 100ms, background-color 100ms, border-color 100ms;
23
23
  -webkit-mask-image:-webkit-radial-gradient(white, black);
24
24
  }
25
- ._card_1f1e5fy_6:focus-visible{
25
+ ._card_1c4q5qs_6:focus-visible{
26
26
  outline:none;
27
27
  }
28
- a._card_1f1e5fy_6{
28
+ a._card_1c4q5qs_6{
29
29
  display:block;
30
30
 
31
31
  text-decoration:none;
32
32
  }
33
- a._card_1f1e5fy_6:hover{
33
+ a._card_1c4q5qs_6:hover{
34
34
  text-decoration:none;
35
35
  }
36
- ._themeLight_1f1e5fy_40{
36
+ ._themeLight_1c4q5qs_40{
37
37
  border-color:transparent;
38
38
  border-color:var(--rs-card-border-color, transparent);
39
39
  background-color:#FFFFFF;
40
40
  background-color:var(--rs-card-background-color, #FFFFFF);
41
41
  }
42
- ._themeLight_1f1e5fy_40._withStaticBorder_1f1e5fy_43{
42
+ ._themeLight_1c4q5qs_40._withStaticBorder_1c4q5qs_43{
43
43
  border-color:rgba(25,25,28,0.2);
44
44
  border-color:var(--rs-card-border-color, rgba(25,25,28,0.2));
45
45
  }
46
- ._themeDark_1f1e5fy_49{
46
+ ._themeDark_1c4q5qs_49{
47
47
  border-color:transparent;
48
48
  border-color:var(--rs-card-border-color, transparent);
49
49
 
@@ -51,45 +51,45 @@ a._card_1f1e5fy_6:hover{
51
51
 
52
52
  background-color:var(--rs-card-background-color, #303033);
53
53
  }
54
- ._themeDark_1f1e5fy_49._withStaticBorder_1f1e5fy_43{
54
+ ._themeDark_1c4q5qs_49._withStaticBorder_1c4q5qs_43{
55
55
  border-color:rgba(255,255,255,0.2);
56
56
  border-color:var(--rs-card-border-color, rgba(255,255,255,0.2));
57
57
  }
58
- ._cardPlain_1f1e5fy_59._modeClassic_1f1e5fy_59,
59
- ._cardPlain_1f1e5fy_59._modeRock_1f1e5fy_60{
58
+ ._cardPlain_1c4q5qs_59._modeClassic_1c4q5qs_59,
59
+ ._cardPlain_1c4q5qs_59._modeRock_1c4q5qs_60{
60
60
  cursor:auto;
61
61
  }
62
- ._cardPlain_1f1e5fy_59._modeClassic_1f1e5fy_59._themeLight_1f1e5fy_40:active, ._cardPlain_1f1e5fy_59._modeClassic_1f1e5fy_59._themeDark_1f1e5fy_49:active, ._cardPlain_1f1e5fy_59._modeRock_1f1e5fy_60._themeLight_1f1e5fy_40:active, ._cardPlain_1f1e5fy_59._modeRock_1f1e5fy_60._themeDark_1f1e5fy_49:active{
62
+ ._cardPlain_1c4q5qs_59._modeClassic_1c4q5qs_59._themeLight_1c4q5qs_40:active, ._cardPlain_1c4q5qs_59._modeClassic_1c4q5qs_59._themeDark_1c4q5qs_49:active, ._cardPlain_1c4q5qs_59._modeRock_1c4q5qs_60._themeLight_1c4q5qs_40:active, ._cardPlain_1c4q5qs_59._modeRock_1c4q5qs_60._themeDark_1c4q5qs_49:active{
63
63
  border-width:1px;
64
64
  }
65
- ._cardPlain_1f1e5fy_59._modeClassic_1f1e5fy_59._themeLight_1f1e5fy_40:active._paddings16_1f1e5fy_197, ._cardPlain_1f1e5fy_59._modeClassic_1f1e5fy_59._themeDark_1f1e5fy_49:active._paddings16_1f1e5fy_197, ._cardPlain_1f1e5fy_59._modeRock_1f1e5fy_60._themeLight_1f1e5fy_40:active._paddings16_1f1e5fy_197, ._cardPlain_1f1e5fy_59._modeRock_1f1e5fy_60._themeDark_1f1e5fy_49:active._paddings16_1f1e5fy_197{
65
+ ._cardPlain_1c4q5qs_59._modeClassic_1c4q5qs_59._themeLight_1c4q5qs_40:active._paddings16_1c4q5qs_197, ._cardPlain_1c4q5qs_59._modeClassic_1c4q5qs_59._themeDark_1c4q5qs_49:active._paddings16_1c4q5qs_197, ._cardPlain_1c4q5qs_59._modeRock_1c4q5qs_60._themeLight_1c4q5qs_40:active._paddings16_1c4q5qs_197, ._cardPlain_1c4q5qs_59._modeRock_1c4q5qs_60._themeDark_1c4q5qs_49:active._paddings16_1c4q5qs_197{
66
66
  padding:16px;
67
67
  }
68
- ._cardPlain_1f1e5fy_59._modeClassic_1f1e5fy_59._themeLight_1f1e5fy_40:active._paddings24_1f1e5fy_201, ._cardPlain_1f1e5fy_59._modeClassic_1f1e5fy_59._themeDark_1f1e5fy_49:active._paddings24_1f1e5fy_201, ._cardPlain_1f1e5fy_59._modeRock_1f1e5fy_60._themeLight_1f1e5fy_40:active._paddings24_1f1e5fy_201, ._cardPlain_1f1e5fy_59._modeRock_1f1e5fy_60._themeDark_1f1e5fy_49:active._paddings24_1f1e5fy_201{
68
+ ._cardPlain_1c4q5qs_59._modeClassic_1c4q5qs_59._themeLight_1c4q5qs_40:active._paddings24_1c4q5qs_201, ._cardPlain_1c4q5qs_59._modeClassic_1c4q5qs_59._themeDark_1c4q5qs_49:active._paddings24_1c4q5qs_201, ._cardPlain_1c4q5qs_59._modeRock_1c4q5qs_60._themeLight_1c4q5qs_40:active._paddings24_1c4q5qs_201, ._cardPlain_1c4q5qs_59._modeRock_1c4q5qs_60._themeDark_1c4q5qs_49:active._paddings24_1c4q5qs_201{
69
69
  padding:24px;
70
70
  }
71
- ._cardPlain_1f1e5fy_59._modeClassic_1f1e5fy_59._themeLight_1f1e5fy_40:active._paddings32_1f1e5fy_205, ._cardPlain_1f1e5fy_59._modeClassic_1f1e5fy_59._themeDark_1f1e5fy_49:active._paddings32_1f1e5fy_205, ._cardPlain_1f1e5fy_59._modeRock_1f1e5fy_60._themeLight_1f1e5fy_40:active._paddings32_1f1e5fy_205, ._cardPlain_1f1e5fy_59._modeRock_1f1e5fy_60._themeDark_1f1e5fy_49:active._paddings32_1f1e5fy_205{
71
+ ._cardPlain_1c4q5qs_59._modeClassic_1c4q5qs_59._themeLight_1c4q5qs_40:active._paddings32_1c4q5qs_205, ._cardPlain_1c4q5qs_59._modeClassic_1c4q5qs_59._themeDark_1c4q5qs_49:active._paddings32_1c4q5qs_205, ._cardPlain_1c4q5qs_59._modeRock_1c4q5qs_60._themeLight_1c4q5qs_40:active._paddings32_1c4q5qs_205, ._cardPlain_1c4q5qs_59._modeRock_1c4q5qs_60._themeDark_1c4q5qs_49:active._paddings32_1c4q5qs_205{
72
72
  padding:32px;
73
73
  }
74
- ._cardPlain_1f1e5fy_59._withStaticBorder_1f1e5fy_43._themeLight_1f1e5fy_40{
74
+ ._cardPlain_1c4q5qs_59._withStaticBorder_1c4q5qs_43._themeLight_1c4q5qs_40{
75
75
  --rs-card-border-color:rgba(25,25,28,0.2);
76
76
  }
77
- ._cardPlain_1f1e5fy_59._withStaticBorder_1f1e5fy_43._themeDark_1f1e5fy_49{
77
+ ._cardPlain_1c4q5qs_59._withStaticBorder_1c4q5qs_43._themeDark_1c4q5qs_49{
78
78
  --rs-card-border-color:rgba(255,255,255,0.2);
79
79
  }
80
- ._cardPlain_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeLight_1f1e5fy_40:hover,
81
- ._cardPlain_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeLight_1f1e5fy_40:focus[data-focus-method='key'],
82
- ._cardPlain_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeLight_1f1e5fy_40:focus-visible,
83
- ._cardPlain_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeLight_1f1e5fy_40:active{
80
+ ._cardPlain_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeLight_1c4q5qs_40:hover,
81
+ ._cardPlain_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeLight_1c4q5qs_40:focus[data-focus-method='key'],
82
+ ._cardPlain_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeLight_1c4q5qs_40:focus-visible,
83
+ ._cardPlain_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeLight_1c4q5qs_40:active{
84
84
  --rs-card-border-color:rgba(25,25,28,0.2);
85
85
  }
86
- ._cardPlain_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeDark_1f1e5fy_49:hover,
87
- ._cardPlain_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeDark_1f1e5fy_49:focus[data-focus-method='key'],
88
- ._cardPlain_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeDark_1f1e5fy_49:focus-visible,
89
- ._cardPlain_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeDark_1f1e5fy_49:active{
86
+ ._cardPlain_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeDark_1c4q5qs_49:hover,
87
+ ._cardPlain_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeDark_1c4q5qs_49:focus[data-focus-method='key'],
88
+ ._cardPlain_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeDark_1c4q5qs_49:focus-visible,
89
+ ._cardPlain_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeDark_1c4q5qs_49:active{
90
90
  --rs-card-border-color:rgba(255,255,255,0.2);
91
91
  }
92
- ._modeClassic_1f1e5fy_59._themeDark_1f1e5fy_49{
92
+ ._modeClassic_1c4q5qs_59._themeDark_1c4q5qs_49{
93
93
  --rs-typography-color-hard:#FFFFFF;
94
94
  --rs-typography-color-average:rgba(255,255,255,0.7);
95
95
  --rs-typography-color-pale:rgba(255,255,255,0.5);
@@ -103,45 +103,45 @@ a._card_1f1e5fy_6:hover{
103
103
  --rs-rock-button-disabled-text-color:rgba(255,255,255,0.5);
104
104
  --rs-rock-button-disabled-bg-color:rgba(255,255,255,0.2);
105
105
  }
106
- ._modeClassic_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeLight_1f1e5fy_40:hover,
107
- ._modeClassic_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeLight_1f1e5fy_40:focus[data-focus-method='key'],
108
- ._modeClassic_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeLight_1f1e5fy_40:focus-visible,
109
- ._modeClassic_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeLight_1f1e5fy_40:active{
106
+ ._modeClassic_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeLight_1c4q5qs_40:hover,
107
+ ._modeClassic_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeLight_1c4q5qs_40:focus[data-focus-method='key'],
108
+ ._modeClassic_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeLight_1c4q5qs_40:focus-visible,
109
+ ._modeClassic_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeLight_1c4q5qs_40:active{
110
110
  --rs-card-border-color:#19191C;
111
111
  }
112
- ._modeClassic_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeLight_1f1e5fy_40._glowHover_1f1e5fy_120:hover,
113
- ._modeClassic_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeLight_1f1e5fy_40._glowHover_1f1e5fy_120:focus[data-focus-method='key'],
114
- ._modeClassic_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeLight_1f1e5fy_40._glowHover_1f1e5fy_120:focus-visible,
115
- ._modeClassic_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeLight_1f1e5fy_40._glowHover_1f1e5fy_120:active{
112
+ ._modeClassic_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeLight_1c4q5qs_40._glowHover_1c4q5qs_120:hover,
113
+ ._modeClassic_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeLight_1c4q5qs_40._glowHover_1c4q5qs_120:focus[data-focus-method='key'],
114
+ ._modeClassic_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeLight_1c4q5qs_40._glowHover_1c4q5qs_120:focus-visible,
115
+ ._modeClassic_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeLight_1c4q5qs_40._glowHover_1c4q5qs_120:active{
116
116
  --rs-card-border-color:rgba(25,25,28,0.2);
117
117
  }
118
- ._modeClassic_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeDark_1f1e5fy_49:hover,
119
- ._modeClassic_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeDark_1f1e5fy_49:focus[data-focus-method='key'],
120
- ._modeClassic_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeDark_1f1e5fy_49:focus-visible,
121
- ._modeClassic_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeDark_1f1e5fy_49:active{
118
+ ._modeClassic_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeDark_1c4q5qs_49:hover,
119
+ ._modeClassic_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeDark_1c4q5qs_49:focus[data-focus-method='key'],
120
+ ._modeClassic_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeDark_1c4q5qs_49:focus-visible,
121
+ ._modeClassic_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeDark_1c4q5qs_49:active{
122
122
  --rs-card-border-color:#FFFFFF;
123
123
  }
124
- ._modeClassic_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeDark_1f1e5fy_49._glowHover_1f1e5fy_120:hover,
125
- ._modeClassic_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeDark_1f1e5fy_49._glowHover_1f1e5fy_120:focus[data-focus-method='key'],
126
- ._modeClassic_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeDark_1f1e5fy_49._glowHover_1f1e5fy_120:focus-visible,
127
- ._modeClassic_1f1e5fy_59._withStatesBorder_1f1e5fy_81._themeDark_1f1e5fy_49._glowHover_1f1e5fy_120:active{
124
+ ._modeClassic_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeDark_1c4q5qs_49._glowHover_1c4q5qs_120:hover,
125
+ ._modeClassic_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeDark_1c4q5qs_49._glowHover_1c4q5qs_120:focus[data-focus-method='key'],
126
+ ._modeClassic_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeDark_1c4q5qs_49._glowHover_1c4q5qs_120:focus-visible,
127
+ ._modeClassic_1c4q5qs_59._withStatesBorder_1c4q5qs_81._themeDark_1c4q5qs_49._glowHover_1c4q5qs_120:active{
128
128
  --rs-card-border-color:rgba(255,255,255,0.2);
129
129
  }
130
- ._modeClassic_1f1e5fy_59:active{
130
+ ._modeClassic_1c4q5qs_59:active{
131
131
  border-width:2px;
132
132
  }
133
- ._modeClassic_1f1e5fy_59:active._paddings16_1f1e5fy_197{
133
+ ._modeClassic_1c4q5qs_59:active._paddings16_1c4q5qs_197{
134
134
  padding:15px;
135
135
  }
136
- ._modeClassic_1f1e5fy_59:active._paddings24_1f1e5fy_201{
136
+ ._modeClassic_1c4q5qs_59:active._paddings24_1c4q5qs_201{
137
137
  padding:23px;
138
138
  }
139
- ._modeClassic_1f1e5fy_59:active._paddings32_1f1e5fy_205{
139
+ ._modeClassic_1c4q5qs_59:active._paddings32_1c4q5qs_205{
140
140
  padding:31px;
141
141
  }
142
- ._modeRock_1f1e5fy_60._themeLight_1f1e5fy_40:hover,
143
- ._modeRock_1f1e5fy_60._themeLight_1f1e5fy_40:focus[data-focus-method='key'],
144
- ._modeRock_1f1e5fy_60._themeLight_1f1e5fy_40:focus-visible{
142
+ ._modeRock_1c4q5qs_60._themeLight_1c4q5qs_40:hover,
143
+ ._modeRock_1c4q5qs_60._themeLight_1c4q5qs_40:focus[data-focus-method='key'],
144
+ ._modeRock_1c4q5qs_60._themeLight_1c4q5qs_40:focus-visible{
145
145
  --rs-card-background-color:#19191C;
146
146
  --rs-typography-color-hard:#FFFFFF;
147
147
  --rs-typography-color-average:rgba(255,255,255,0.7);
@@ -156,10 +156,10 @@ a._card_1f1e5fy_6:hover{
156
156
  --rs-rock-button-disabled-text-color:rgba(255,255,255,0.5);
157
157
  --rs-rock-button-disabled-bg-color:rgba(255,255,255,0.2);
158
158
  }
159
- ._modeRock_1f1e5fy_60._themeLight_1f1e5fy_40:hover._withStatesBorder_1f1e5fy_81, ._modeRock_1f1e5fy_60._themeLight_1f1e5fy_40:focus[data-focus-method='key']._withStatesBorder_1f1e5fy_81, ._modeRock_1f1e5fy_60._themeLight_1f1e5fy_40:focus-visible._withStatesBorder_1f1e5fy_81{
159
+ ._modeRock_1c4q5qs_60._themeLight_1c4q5qs_40:hover._withStatesBorder_1c4q5qs_81, ._modeRock_1c4q5qs_60._themeLight_1c4q5qs_40:focus[data-focus-method='key']._withStatesBorder_1c4q5qs_81, ._modeRock_1c4q5qs_60._themeLight_1c4q5qs_40:focus-visible._withStatesBorder_1c4q5qs_81{
160
160
  --rs-card-border-color:rgba(25,25,28,0.2);
161
161
  }
162
- ._modeRock_1f1e5fy_60._themeLight_1f1e5fy_40:active{
162
+ ._modeRock_1c4q5qs_60._themeLight_1c4q5qs_40:active{
163
163
  background-color:#303033;
164
164
  --rs-typography-color-hard:#FFFFFF;
165
165
  --rs-typography-color-average:rgba(255,255,255,0.7);
@@ -174,7 +174,7 @@ a._card_1f1e5fy_6:hover{
174
174
  --rs-rock-button-disabled-text-color:rgba(255,255,255,0.5);
175
175
  --rs-rock-button-disabled-bg-color:rgba(255,255,255,0.2);
176
176
  }
177
- ._modeRock_1f1e5fy_60._themeDark_1f1e5fy_49{
177
+ ._modeRock_1c4q5qs_60._themeDark_1c4q5qs_49{
178
178
  --rs-typography-color-hard:#FFFFFF;
179
179
  --rs-typography-color-average:rgba(255,255,255,0.7);
180
180
  --rs-typography-color-pale:rgba(255,255,255,0.5);
@@ -188,9 +188,9 @@ a._card_1f1e5fy_6:hover{
188
188
  --rs-rock-button-disabled-text-color:rgba(255,255,255,0.5);
189
189
  --rs-rock-button-disabled-bg-color:rgba(255,255,255,0.2);
190
190
  }
191
- ._modeRock_1f1e5fy_60._themeDark_1f1e5fy_49:hover,
192
- ._modeRock_1f1e5fy_60._themeDark_1f1e5fy_49:focus[data-focus-method='key'],
193
- ._modeRock_1f1e5fy_60._themeDark_1f1e5fy_49:focus-visible{
191
+ ._modeRock_1c4q5qs_60._themeDark_1c4q5qs_49:hover,
192
+ ._modeRock_1c4q5qs_60._themeDark_1c4q5qs_49:focus[data-focus-method='key'],
193
+ ._modeRock_1c4q5qs_60._themeDark_1c4q5qs_49:focus-visible{
194
194
  --rs-card-background-color:#FFFFFF;
195
195
  --rs-typography-color-hard:#19191C;
196
196
  --rs-typography-color-average:rgba(25,25,28,0.7);
@@ -205,7 +205,7 @@ a._card_1f1e5fy_6:hover{
205
205
  --rs-rock-button-disabled-text-color:rgba(25,25,28,0.5);
206
206
  --rs-rock-button-disabled-bg-color:rgba(25,25,28,0.2);
207
207
  }
208
- ._modeRock_1f1e5fy_60._themeDark_1f1e5fy_49:active{
208
+ ._modeRock_1c4q5qs_60._themeDark_1c4q5qs_49:active{
209
209
  --rs-card-background-color:#F4F4F4;
210
210
  --rs-typography-color-hard:#19191C;
211
211
  --rs-typography-color-average:rgba(25,25,28,0.7);
@@ -220,28 +220,28 @@ a._card_1f1e5fy_6:hover{
220
220
  --rs-rock-button-disabled-text-color:rgba(25,25,28,0.5);
221
221
  --rs-rock-button-disabled-bg-color:rgba(25,25,28,0.2);
222
222
  }
223
- ._paddings16_1f1e5fy_197{
223
+ ._paddings16_1c4q5qs_197{
224
224
  padding:16px;
225
225
  }
226
- ._paddings24_1f1e5fy_201{
226
+ ._paddings24_1c4q5qs_201{
227
227
  padding:24px;
228
228
  }
229
- ._paddings32_1f1e5fy_205{
229
+ ._paddings32_1c4q5qs_205{
230
230
  padding:32px;
231
231
  }
232
- ._bordersRadius0_1f1e5fy_209{
232
+ ._bordersRadius0_1c4q5qs_209{
233
233
  --rs-card-border-radius:0;
234
234
  }
235
- ._bordersRadius8_1f1e5fy_213{
235
+ ._bordersRadius8_1c4q5qs_213{
236
236
  --rs-card-border-radius:8px;
237
237
  }
238
- ._bordersRadius16_1f1e5fy_217{
238
+ ._bordersRadius16_1c4q5qs_217{
239
239
  --rs-card-border-radius:16px;
240
240
  }
241
- ._bordersRadius24_1f1e5fy_221{
241
+ ._bordersRadius24_1c4q5qs_221{
242
242
  --rs-card-border-radius:24px;
243
243
  }
244
- ._cardImage_1f1e5fy_225{
244
+ ._cardImage_1c4q5qs_225{
245
245
  position:relative;
246
246
 
247
247
  overflow:hidden;
@@ -250,7 +250,7 @@ a._card_1f1e5fy_6:hover{
250
250
 
251
251
  box-sizing:border-box;
252
252
  }
253
- ._cardImageImg_1f1e5fy_233{
253
+ ._cardImageImg_1c4q5qs_233{
254
254
  display:-webkit-box;
255
255
  display:-ms-flexbox;
256
256
  display:flex;
@@ -261,22 +261,22 @@ a._card_1f1e5fy_6:hover{
261
261
  -ms-flex-align:center;
262
262
  align-items:center;
263
263
  }
264
- ._paddings16_1f1e5fy_197 ._cardImageImg_1f1e5fy_233{
264
+ ._paddings16_1c4q5qs_197 ._cardImageImg_1c4q5qs_233{
265
265
  top:-16px;
266
266
  left:-16px;
267
267
  width:calc(100% + 32px);
268
268
  }
269
- ._paddings24_1f1e5fy_201 ._cardImageImg_1f1e5fy_233{
269
+ ._paddings24_1c4q5qs_201 ._cardImageImg_1c4q5qs_233{
270
270
  top:-24px;
271
271
  left:-24px;
272
272
  width:calc(100% + 48px);
273
273
  }
274
- ._paddings32_1f1e5fy_205 ._cardImageImg_1f1e5fy_233{
274
+ ._paddings32_1c4q5qs_205 ._cardImageImg_1c4q5qs_233{
275
275
  top:-32px;
276
276
  left:-32px;
277
277
  width:calc(100% + 64px);
278
278
  }
279
- ._cardImageImg_1f1e5fy_233 img{
279
+ ._cardImageImg_1c4q5qs_233 img{
280
280
  max-height:100%;
281
281
  max-width:100%;
282
282
  -webkit-transition:-webkit-transform .2s;
@@ -286,15 +286,15 @@ a._card_1f1e5fy_6:hover{
286
286
  -webkit-transform:scale(1);
287
287
  transform:scale(1);
288
288
  }
289
- ._card_1f1e5fy_6:hover ._cardImageImg_1f1e5fy_233 img{
289
+ ._card_1c4q5qs_6:hover ._cardImageImg_1c4q5qs_233 img{
290
290
  -webkit-transform:scale(1.1);
291
291
  transform:scale(1.1);
292
292
  }
293
- ._card_1f1e5fy_6._cardPlain_1f1e5fy_59:hover ._cardImageImg_1f1e5fy_233 img{
293
+ ._card_1c4q5qs_6._cardPlain_1c4q5qs_59:hover ._cardImageImg_1c4q5qs_233 img{
294
294
  -webkit-transform:none;
295
295
  transform:none;
296
296
  }
297
- ._cardImageDiv_1f1e5fy_266{
297
+ ._cardImageDiv_1c4q5qs_266{
298
298
  display:-webkit-box;
299
299
  display:-ms-flexbox;
300
300
  display:flex;
@@ -316,55 +316,55 @@ a._card_1f1e5fy_6:hover{
316
316
 
317
317
  transition:background-size .2s;
318
318
  }
319
- ._paddings16_1f1e5fy_197 ._cardImageDiv_1f1e5fy_266{
319
+ ._paddings16_1c4q5qs_197 ._cardImageDiv_1c4q5qs_266{
320
320
  top:-16px;
321
321
  left:-16px;
322
322
  padding:16px;
323
323
  width:calc(100% + 32px);
324
324
  }
325
- ._card_1f1e5fy_6:active ._paddings16_1f1e5fy_197 ._cardImageDiv_1f1e5fy_266{
325
+ ._card_1c4q5qs_6:active ._paddings16_1c4q5qs_197 ._cardImageDiv_1c4q5qs_266{
326
326
  padding:calc(16px - 1);
327
327
  }
328
- ._paddings24_1f1e5fy_201 ._cardImageDiv_1f1e5fy_266{
328
+ ._paddings24_1c4q5qs_201 ._cardImageDiv_1c4q5qs_266{
329
329
  top:-24px;
330
330
  left:-24px;
331
331
  padding:24px;
332
332
  width:calc(100% + 48px);
333
333
  }
334
- ._card_1f1e5fy_6:active ._paddings24_1f1e5fy_201 ._cardImageDiv_1f1e5fy_266{
334
+ ._card_1c4q5qs_6:active ._paddings24_1c4q5qs_201 ._cardImageDiv_1c4q5qs_266{
335
335
  padding:calc(24px - 1);
336
336
  }
337
- ._paddings32_1f1e5fy_205 ._cardImageDiv_1f1e5fy_266{
337
+ ._paddings32_1c4q5qs_205 ._cardImageDiv_1c4q5qs_266{
338
338
  top:-32px;
339
339
  left:-32px;
340
340
  padding:32px;
341
341
  width:calc(100% + 64px);
342
342
  }
343
- ._card_1f1e5fy_6:active ._paddings32_1f1e5fy_205 ._cardImageDiv_1f1e5fy_266{
343
+ ._card_1c4q5qs_6:active ._paddings32_1c4q5qs_205 ._cardImageDiv_1c4q5qs_266{
344
344
  padding:calc(32px - 1);
345
345
  }
346
- ._card_1f1e5fy_6:hover ._cardImageDiv_1f1e5fy_266{
346
+ ._card_1c4q5qs_6:hover ._cardImageDiv_1c4q5qs_266{
347
347
  background-size:110% 110%;
348
348
  }
349
- ._card_1f1e5fy_6._cardPlain_1f1e5fy_59:hover ._cardImageDiv_1f1e5fy_266{
349
+ ._card_1c4q5qs_6._cardPlain_1c4q5qs_59:hover ._cardImageDiv_1c4q5qs_266{
350
350
  background-size:100% 100%;
351
351
  }
352
- ._fixedImageHeight_1f1e5fy_301 img{
352
+ ._fixedImageHeight_1c4q5qs_301 img{
353
353
  height:100%;
354
354
  }
355
- ._paddings16_1f1e5fy_197 ._fixedImageHeight_1f1e5fy_301{
355
+ ._paddings16_1c4q5qs_197 ._fixedImageHeight_1c4q5qs_301{
356
356
  height:204px;
357
357
  max-height:204px;
358
358
  }
359
- ._paddings24_1f1e5fy_201 ._fixedImageHeight_1f1e5fy_301{
359
+ ._paddings24_1c4q5qs_201 ._fixedImageHeight_1c4q5qs_301{
360
360
  height:212px;
361
361
  max-height:212px;
362
362
  }
363
- ._paddings32_1f1e5fy_205 ._fixedImageHeight_1f1e5fy_301{
363
+ ._paddings32_1c4q5qs_205 ._fixedImageHeight_1c4q5qs_301{
364
364
  height:220px;
365
365
  max-height:220px;
366
366
  }
367
- ._fullImageWidth_1f1e5fy_318 img{
367
+ ._fullImageWidth_1c4q5qs_318 img{
368
368
  width:100%;
369
369
  }
370
370
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rescui/card",
3
- "version": "0.9.1",
3
+ "version": "0.9.3",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "src:main": "src/index.ts",
@@ -23,14 +23,14 @@
23
23
  },
24
24
  "devDependencies": {
25
25
  "@jetbrains/logos": "^1.4.16",
26
- "@rescui/colors": "^0.1.9",
26
+ "@rescui/colors": "^0.1.10",
27
27
  "@rescui/postcss-preset-library": "^0.1.1",
28
28
  "@rescui/scripts": "^0.2.2",
29
- "@rescui/typography": "^0.12.0",
30
- "@rescui/visual-regression": "^0.1.0"
29
+ "@rescui/typography": "^0.14.0",
30
+ "@rescui/visual-regression": "^0.1.1"
31
31
  },
32
32
  "scripts": {
33
33
  "build": "rescui-scripts build"
34
34
  },
35
- "gitHead": "5b8028f2a39036c58de3bfcba424df687b540f55"
35
+ "gitHead": "3be2e2a867635e8ebcb7fbbdfb8ad65a0700a61f"
36
36
  }