@primer/brand-css 0.65.0 → 0.65.1-rc.e7f0ab2d

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.
@@ -161,6 +161,15 @@
161
161
  padding: var(--base-size-12) var(--base-size-16);
162
162
  }
163
163
 
164
+ .Tiles--layout-compact .Tiles-item-media {
165
+ transition: transform var(--brand-animation-duration-fast) var(--brand-animation-easing-default);
166
+ }
167
+
168
+ .Tiles--layout-compact .Tiles-item-link:hover .Tiles-item-media,
169
+ .Tiles--layout-compact .Tiles-item-link:focus-visible .Tiles-item-media {
170
+ transform: translateY(calc(-1 * var(--base-size-4)));
171
+ }
172
+
164
173
  .Tiles--layout-compact .Tiles-item-label {
165
174
  opacity: 0;
166
175
  transform: translateY(var(--base-size-4));
@@ -192,6 +201,10 @@
192
201
  transition: none;
193
202
  }
194
203
 
204
+ .Tiles--layout-compact .Tiles-item-media {
205
+ transition: none;
206
+ }
207
+
195
208
  .Tiles--layout-compact .Tiles-item-label {
196
209
  transition: none;
197
210
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/brand-css",
3
- "version": "0.65.0",
3
+ "version": "0.65.1-rc.e7f0ab2d",
4
4
  "description": "CSS stylesheets for Primer Brand components",
5
5
  "keywords": [
6
6
  "primer",