@asantemedia-org/edwardsvacuum-design-system 1.6.45 → 1.6.47
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 +31 -3
- package/dist/index.esm.css +31 -3
- package/dist/index.esm.js +5 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/dist/index.scss +31 -3
- package/dist/stories/experiences/QRFormJourney/Qr-form/i18n.d.ts +5 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -495,6 +495,9 @@
|
|
|
495
495
|
color: rgb(255, 255, 255);
|
|
496
496
|
border-color: #2d363a;
|
|
497
497
|
}
|
|
498
|
+
.Button-module__cmp-button___SMjDF:visited {
|
|
499
|
+
color: rgb(255, 255, 255);
|
|
500
|
+
}
|
|
498
501
|
@keyframes algolia-dynamic-search-module__loading___Hb3Uw {
|
|
499
502
|
0% {
|
|
500
503
|
transform: skewX(-10deg) translateX(-100%);
|
|
@@ -1831,9 +1834,30 @@
|
|
|
1831
1834
|
}
|
|
1832
1835
|
.qr-journey-form-wrapper .qr-form-thank-you-page {
|
|
1833
1836
|
position: relative;
|
|
1837
|
+
display: flex;
|
|
1838
|
+
flex-direction: column;
|
|
1839
|
+
gap: 1rem;
|
|
1840
|
+
}
|
|
1841
|
+
.qr-journey-form-wrapper .qr-form-thank-you-page .title-wrapper {
|
|
1842
|
+
display: flex;
|
|
1843
|
+
align-items: center;
|
|
1844
|
+
justify-content: space-between;
|
|
1845
|
+
flex-direction: row-reverse;
|
|
1846
|
+
gap: 1rem;
|
|
1847
|
+
}
|
|
1848
|
+
.qr-journey-form-wrapper .qr-form-thank-you-page .title-wrapper h2 {
|
|
1849
|
+
margin: 0;
|
|
1850
|
+
}
|
|
1851
|
+
@media (min-width: 768px) {
|
|
1852
|
+
.qr-journey-form-wrapper .qr-form-thank-you-page .title-wrapper {
|
|
1853
|
+
flex-direction: column;
|
|
1854
|
+
justify-content: unset;
|
|
1855
|
+
align-items: flex-start;
|
|
1856
|
+
}
|
|
1834
1857
|
}
|
|
1835
1858
|
.qr-journey-form-wrapper .qr-form-thank-you-page p {
|
|
1836
1859
|
line-height: 1.2em;
|
|
1860
|
+
margin: 0;
|
|
1837
1861
|
}
|
|
1838
1862
|
.qr-journey-form-wrapper .qr-form-thank-you-page .submitted-checked {
|
|
1839
1863
|
background-color: white;
|
|
@@ -1841,9 +1865,13 @@
|
|
|
1841
1865
|
height: 60px;
|
|
1842
1866
|
border-radius: 50%;
|
|
1843
1867
|
border: 6px solid rgb(196, 38, 46);
|
|
1844
|
-
position:
|
|
1845
|
-
|
|
1846
|
-
|
|
1868
|
+
position: relative;
|
|
1869
|
+
margin-left: auto;
|
|
1870
|
+
}
|
|
1871
|
+
@media (min-width: 768px) {
|
|
1872
|
+
.qr-journey-form-wrapper .qr-form-thank-you-page .submitted-checked {
|
|
1873
|
+
margin-left: 0;
|
|
1874
|
+
}
|
|
1847
1875
|
}
|
|
1848
1876
|
.qr-journey-form-wrapper .qr-form-thank-you-page .submitted-checked:after, .qr-journey-form-wrapper .qr-form-thank-you-page .submitted-checked:before {
|
|
1849
1877
|
position: absolute;
|
package/dist/index.esm.css
CHANGED
|
@@ -495,6 +495,9 @@
|
|
|
495
495
|
color: rgb(255, 255, 255);
|
|
496
496
|
border-color: #2d363a;
|
|
497
497
|
}
|
|
498
|
+
.Button-module__cmp-button___SMjDF:visited {
|
|
499
|
+
color: rgb(255, 255, 255);
|
|
500
|
+
}
|
|
498
501
|
@keyframes algolia-dynamic-search-module__loading___Hb3Uw {
|
|
499
502
|
0% {
|
|
500
503
|
transform: skewX(-10deg) translateX(-100%);
|
|
@@ -1831,9 +1834,30 @@
|
|
|
1831
1834
|
}
|
|
1832
1835
|
.qr-journey-form-wrapper .qr-form-thank-you-page {
|
|
1833
1836
|
position: relative;
|
|
1837
|
+
display: flex;
|
|
1838
|
+
flex-direction: column;
|
|
1839
|
+
gap: 1rem;
|
|
1840
|
+
}
|
|
1841
|
+
.qr-journey-form-wrapper .qr-form-thank-you-page .title-wrapper {
|
|
1842
|
+
display: flex;
|
|
1843
|
+
align-items: center;
|
|
1844
|
+
justify-content: space-between;
|
|
1845
|
+
flex-direction: row-reverse;
|
|
1846
|
+
gap: 1rem;
|
|
1847
|
+
}
|
|
1848
|
+
.qr-journey-form-wrapper .qr-form-thank-you-page .title-wrapper h2 {
|
|
1849
|
+
margin: 0;
|
|
1850
|
+
}
|
|
1851
|
+
@media (min-width: 768px) {
|
|
1852
|
+
.qr-journey-form-wrapper .qr-form-thank-you-page .title-wrapper {
|
|
1853
|
+
flex-direction: column;
|
|
1854
|
+
justify-content: unset;
|
|
1855
|
+
align-items: flex-start;
|
|
1856
|
+
}
|
|
1834
1857
|
}
|
|
1835
1858
|
.qr-journey-form-wrapper .qr-form-thank-you-page p {
|
|
1836
1859
|
line-height: 1.2em;
|
|
1860
|
+
margin: 0;
|
|
1837
1861
|
}
|
|
1838
1862
|
.qr-journey-form-wrapper .qr-form-thank-you-page .submitted-checked {
|
|
1839
1863
|
background-color: white;
|
|
@@ -1841,9 +1865,13 @@
|
|
|
1841
1865
|
height: 60px;
|
|
1842
1866
|
border-radius: 50%;
|
|
1843
1867
|
border: 6px solid rgb(196, 38, 46);
|
|
1844
|
-
position:
|
|
1845
|
-
|
|
1846
|
-
|
|
1868
|
+
position: relative;
|
|
1869
|
+
margin-left: auto;
|
|
1870
|
+
}
|
|
1871
|
+
@media (min-width: 768px) {
|
|
1872
|
+
.qr-journey-form-wrapper .qr-form-thank-you-page .submitted-checked {
|
|
1873
|
+
margin-left: 0;
|
|
1874
|
+
}
|
|
1847
1875
|
}
|
|
1848
1876
|
.qr-journey-form-wrapper .qr-form-thank-you-page .submitted-checked:after, .qr-journey-form-wrapper .qr-form-thank-you-page .submitted-checked:before {
|
|
1849
1877
|
position: absolute;
|
package/dist/index.esm.js
CHANGED
|
@@ -968,7 +968,12 @@ var defaultQrFormTranslations = {
|
|
|
968
968
|
label_customerSupport: "Customer Support",
|
|
969
969
|
label_technicalSupport: "Technical Support",
|
|
970
970
|
label_ProductDetails: "Product Information",
|
|
971
|
+
label_warrantyClaim: "Warranty claim",
|
|
972
|
+
label_serviceRequest: "Service request",
|
|
973
|
+
label_oilAndSpares: "Oil and spares",
|
|
974
|
+
label_other: "Other",
|
|
971
975
|
label_tellUsMore: "Tell us more",
|
|
976
|
+
label_tellUsMoreOptional: "Tell us more about your issue (optional)",
|
|
972
977
|
section_scannedProductDetails: "Scanned Product Details",
|
|
973
978
|
label_title: "Title",
|
|
974
979
|
label_lastName: "Last Name",
|