@bytebrand/fe-ui-core 4.2.191 → 4.2.192

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": "@bytebrand/fe-ui-core",
3
- "version": "4.2.191",
3
+ "version": "4.2.192",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -1,6 +1,6 @@
1
1
  import React, { useState, useEffect, useRef, FunctionComponent } from 'react';
2
2
  import _get from 'lodash/get';
3
- import { Hidden } from 'react-grid-system';
3
+ import { Hidden, Visible } from 'react-grid-system';
4
4
  import PriceContent from './partials/PriceContent';
5
5
  import Title from './partials/Title';
6
6
  import Price from './partials/Price';
@@ -148,24 +148,26 @@ const VehicleDetailedSidebar: FunctionComponent<IVehicleDetailedSidebarProps> =
148
148
  <Title {...titleProps} />
149
149
  <Price {...priceProps} />
150
150
  <Price {...priceProps} isSticky={true} />
151
- <div
152
- ref={ref}
153
- data-locale='de-DE'
154
- data-template-id='5419b6a8b0d04a076446a9ad'
155
- data-businessunit-id='46edfd1c0000640005017f22'
156
- data-style-height='42px'
157
- data-style-width='100%'
158
- data-theme='light'
159
- data-style-alignment='center'
160
- >
161
- <a
162
- href='https://de.trustpilot.com/review/www.auto.de'
163
- target='_blank'
164
- rel='noopener noreferrer'
151
+ <Visible xs sm md>
152
+ <div
153
+ ref={ref}
154
+ data-locale='de-DE'
155
+ data-template-id='5419b6a8b0d04a076446a9ad'
156
+ data-businessunit-id='46edfd1c0000640005017f22'
157
+ data-style-height='42px'
158
+ data-style-width='100%'
159
+ data-theme='light'
160
+ data-style-alignment='center'
165
161
  >
166
- Trustpilot
167
- </a>
168
- </div>
162
+ <a
163
+ href='https://de.trustpilot.com/review/www.auto.de'
164
+ target='_blank'
165
+ rel='noopener noreferrer'
166
+ >
167
+ Trustpilot
168
+ </a>
169
+ </div>
170
+ </Visible>
169
171
  {props.children}
170
172
  </div>
171
173
  <div>