@getflip/swirl-components 0.74.0 → 0.74.2

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.
@@ -187,6 +187,10 @@
187
187
  .avatar__image > img {
188
188
  width: 100%;
189
189
  height: 100%;
190
+ -o-object-fit: cover;
191
+ object-fit: cover;
192
+ -o-object-position: center;
193
+ object-position: center;
190
194
  }
191
195
 
192
196
  .avatar__icon {
@@ -15,6 +15,7 @@
15
15
  color: var(--s-text-default);
16
16
  font: inherit;
17
17
  line-height: var(--s-line-height-sm);
18
+ cursor: text;
18
19
  }
19
20
 
20
21
  .text-input--auto-grow .text-input__input {