@autobusal/routes-order 1.7.0 → 1.8.0

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,5 +1,6 @@
1
1
  import styled, { css } from 'styled-components';
2
2
  import { Link } from 'react-router-dom';
3
+ import { logoBox } from '@autobusal/common/styles';
3
4
 
4
5
  export const Container = styled.div<{ $type: 'favorite' | 'normal' }>`
5
6
  position: relative;
@@ -131,8 +132,8 @@ export const LinkCompany = styled(Link)`
131
132
  margin: 0 auto;
132
133
 
133
134
  & > img {
134
- display: block;
135
- width: 100%;
135
+ ${ logoBox('100%', '60px') }
136
+
136
137
  border-radius: 8px;
137
138
  }
138
139
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autobusal/routes-order",
3
- "version": "1.7.0",
3
+ "version": "1.8.0",
4
4
  "author": "Ferjolt Ozuni",
5
5
  "type": "module",
6
6
  "main": "index.ts"