@asantemedia-org/edwardsvacuum-design-system 1.6.52 → 1.6.54
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/dist/index.css +11 -3
- package/dist/index.esm.css +11 -3
- package/dist/index.esm.js +33 -26
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +80 -64
- package/dist/index.js.map +1 -1
- package/dist/index.scss +11 -3
- package/dist/stories/experiences/QRFormJourney/Qr-form/i18n.d.ts +2 -2
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.scss
CHANGED
|
@@ -458,13 +458,21 @@
|
|
|
458
458
|
background: rgb(255, 255, 255);
|
|
459
459
|
color: #2d363a;
|
|
460
460
|
}
|
|
461
|
+
.Button-module__cmp-button--style-primary___hfLAd:focus-visible {
|
|
462
|
+
outline: 2px solid rgb(196, 38, 46);
|
|
463
|
+
outline-offset: 2px;
|
|
464
|
+
}
|
|
461
465
|
.Button-module__cmp-button--style-secondary___3Dqvg {
|
|
462
466
|
background: #2d363a;
|
|
463
467
|
color: rgb(255, 255, 255);
|
|
464
468
|
}
|
|
465
469
|
.Button-module__cmp-button--style-secondary___3Dqvg:hover {
|
|
466
|
-
background:
|
|
467
|
-
color:
|
|
470
|
+
background: rgb(255, 255, 255);
|
|
471
|
+
color: #2d363a;
|
|
472
|
+
}
|
|
473
|
+
.Button-module__cmp-button--style-secondary___3Dqvg:focus-visible {
|
|
474
|
+
outline: 2px solid #2d363a;
|
|
475
|
+
outline-offset: 2px;
|
|
468
476
|
}
|
|
469
477
|
.Button-module__cmp-button--style-tertiary___Akcep {
|
|
470
478
|
background: rgb(255, 255, 255);
|
|
@@ -1609,7 +1617,7 @@
|
|
|
1609
1617
|
}
|
|
1610
1618
|
.qr-journey-form-wrapper .qr-form-filed-wrapper label select, .qr-journey-form-wrapper .qr-form-filed-wrapper label textarea {
|
|
1611
1619
|
line-height: 1em;
|
|
1612
|
-
padding:
|
|
1620
|
+
padding: 1.5rem 1rem 0rem 1rem;
|
|
1613
1621
|
box-sizing: content-box;
|
|
1614
1622
|
}
|
|
1615
1623
|
.qr-journey-form-wrapper .qr-form-filed-wrapper label select {
|
|
@@ -7,7 +7,7 @@ export type qrFormTranslations = {
|
|
|
7
7
|
pageTitle_aboutYou?: string;
|
|
8
8
|
pageTitle_contactDetails?: string;
|
|
9
9
|
pageTitle_consents?: string;
|
|
10
|
-
|
|
10
|
+
label_howMayWeHelpYou?: string;
|
|
11
11
|
label_customerSupport?: string;
|
|
12
12
|
label_technicalSupport?: string;
|
|
13
13
|
label_ProductDetails?: string;
|
|
@@ -26,7 +26,7 @@ export type qrFormTranslations = {
|
|
|
26
26
|
label_email?: string;
|
|
27
27
|
label_phone?: string;
|
|
28
28
|
label_city?: string;
|
|
29
|
-
|
|
29
|
+
label_postcodeOrZip?: string;
|
|
30
30
|
consent_acceptPolicy?: string;
|
|
31
31
|
consent_default?: string;
|
|
32
32
|
consent_requiredMessage?: string;
|