mediacube-ui 0.1.55 → 0.1.56

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui",
3
- "version": "0.1.55",
3
+ "version": "0.1.56",
4
4
  "description": "Design system for Mediacube services",
5
5
  "author": "Mediacube",
6
6
  "private": false,
@@ -99,7 +99,7 @@ export default {
99
99
  overflow: hidden;
100
100
  display: flex;
101
101
  flex-wrap: nowrap;
102
- flex-direction: row-reverse;
102
+ flex-direction: row;
103
103
 
104
104
  > * {
105
105
  &:not(:first-child) {
@@ -110,9 +110,10 @@ export default {
110
110
  }
111
111
 
112
112
  &__counter {
113
+ position: sticky;
114
+ right: 0;
113
115
  margin-left: $space-50;
114
116
  flex: 0 0 auto;
115
-
116
117
  color: $color-gray;
117
118
  font-family: $font-family-main;
118
119
  font-size: $font-size-200;