@bytebrand/fe-ui-core 4.2.123 → 4.2.124

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.123",
3
+ "version": "4.2.124",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -10,5 +10,6 @@ export const BaseModalWrapper = styled('div')({
10
10
  boxShadow: '0px 0px 20px rgba(76, 78, 100, 0.4)',
11
11
  borderRadius: '10px',
12
12
  maxWidth: '600px',
13
- boxSizing: 'border-box'
13
+ boxSizing: 'border-box',
14
+ outline: 'none'
14
15
  });
@@ -1,7 +1,7 @@
1
1
  @import '../../../../../theme/mixins.styl';
2
2
 
3
3
  .modalWrapper
4
- padding: 16px 10px 25px 25px
4
+ padding: 13px 15px 28px;
5
5
  text-align: center
6
6
  box-sizing: border-box
7
7
  max-width: 600px
@@ -9,10 +9,13 @@
9
9
  .modalTitle
10
10
  font-family: sans-serif
11
11
  font-weight: bold
12
- font-size: 24px;
12
+ font-size: 16px;
13
13
  line-height: 133.4%;
14
14
  color: rgba(76, 78, 100, 0.87)
15
- margin-top: 20px
15
+ margin-top: 12px
16
+ +media-tablet-up()
17
+ font-size: 24px;
18
+ margin-top: 20px
16
19
 
17
20
  .modalContent
18
21
  font-family: sans-serif
@@ -21,9 +24,11 @@
21
24
  text-align: justify;
22
25
  letter-spacing: 0.15px;
23
26
  color: rgba(76, 78, 100, 0.87);
24
- margin-top: 20px
27
+ margin-top: 12px
25
28
  margin-right: 25px
26
29
 
30
+ +media-tablet-up()
31
+ margin-top: 20px
27
32
  .accordions
28
33
  height: 278px
29
34
  overflow-y: scroll
@@ -62,9 +62,6 @@
62
62
  font-size: 16px;
63
63
  text-decoration: none;
64
64
  margin-top: 12px;
65
+ margin-bottom: 0;
65
66
  margin-left: auto;
66
- max-width: 80px;
67
-
68
-
69
- .clearfix
70
- clear: both;
67
+ max-width: 80px;
@@ -34,9 +34,8 @@ const PreviewCookieModal = ({ toggleModal, setModal, handleSentryInit } : IPrevi
34
34
  Wir verwenden Cookies und ähnliche Technologien (insg. „Cookies“). Cookies die notwendig sind, damit die Website wie vorgesehen funktioniert, werden standardmäßig gesetzt. Cookies, die dazu dienen das Nutzerverhalten zu verstehen und Ihnen ein relevantes bzw. personalisiertes Surferlebnis zu bieten, sowie Cookies zur Personalisierung und Messung der Effektivität von Werbung auf unserer und anderen Websites setzen wir nur mit Ihrer Einwilligung ein. Unsere Partner führen diese Daten möglicherweise mit weiteren Daten zusammen, die Sie ihnen bereitgestellt oder die sie im Rahmen Ihrer Nutzung gesammelt haben. Durch Klick auf "Zustimmen" akzeptieren Sie alle Cookies und die beschriebene Verarbeitung Ihrer Daten. Bevor Sie Ihre Zustimmung erteilen, beachten Sie bitte, dass wir Ihre Daten auch mit Partnern mit Sitz in den USA teilen. Die USA weisen kein mit der EU vergleichbares Datenschutzniveau auf. Es besteht das Risiko, dass US-Behörden Zugriff auf Ihre Daten haben und Sie Ihre Betroffenenrechte nicht durchsetzen können. Über "Anpassen" können Sie Ihre Einwilligungen individuell anpassen. Dies ist auch später jederzeit im Bereich 
35
35
  <a href={`${environment}/datenschutz/`} target='_blank' style={{ textDecoration: 'underline', color: 'rgba(76,78,100,0.87)' }}>Cookie-Richtlinie</a> möglich. Weitere Informationen finden Sie in unserer&nbsp;
36
36
  <a href={`${environment}/datenschutz/`} target='_blank' style={{ textDecoration: 'underline', color: 'rgba(76,78,100,0.87)' }}>Datenschutzerklärung</a>.
37
- <a href={`${environment}/impressum/`} target='_blank' className={styles.outlinedBtnLeft}>Impressum</a>
38
37
  </div>
39
- <div className={styles.clearfix}></div>
38
+ <a href={`${environment}/impressum/`} target='_blank' className={styles.outlinedBtnLeft}>Impressum</a>
40
39
  <div className={styles.buttonsContainer}>
41
40
  <Button onClick={() => setModal('MANAGE_COOKIE_MODAL')} className={styles.modalBtn} variant='outlined'>Anpassen</Button>
42
41
  <Button onClick={onAcceptAll} className={styles.modalBtn}>zustimmen</Button>