mp-design-system 1.2.26 → 1.2.28
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/build/js/app.js.map +1 -1
- package/dist/build/scss/library.css +1 -1
- package/dist/build/scss/library.css.map +1 -1
- package/dist/build/scss/main.css +1 -1
- package/dist/build/scss/main.css.map +1 -1
- package/package.json +2 -2
- package/src/_includes/components/card/existing-customer-card.config.js +51 -0
- package/src/_includes/components/card/existing-customer-card.njk +36 -0
- package/src/_includes/components/card/existing-customer-card.scss +100 -0
- package/src/_includes/components/card/macro.njk +8 -0
- package/src/_includes/components/card/search-result-card.config.js +29 -0
- package/src/_includes/components/card/search-result-card.njk +29 -0
- package/src/_includes/components/card/search-result-card.scss +44 -0
- package/src/_includes/components/component/preview-fixed-width.njk +5 -0
- package/src/_includes/components/eyebrow/eyebrow.config.js +61 -0
- package/src/_includes/components/eyebrow/eyebrow.njk +7 -0
- package/src/_includes/components/eyebrow/eyebrow.scss +39 -0
- package/src/_includes/components/eyebrow/macro.njk +5 -0
- package/src/_includes/components/usp/usp.config.js +5 -2
- package/src/_includes/components/usp/usp.md +82 -2
- package/src/_includes/components/usp/usp.njk +7 -1
- package/src/_includes/components/usp/usp.scss +2 -2
- package/src/_includes/layout.njk +0 -2
- package/src/assets/scss/components/index.scss +3 -0
- package/src/assets/scss/foundations/typography.scss +6 -6
- package/src/assets/scss/tools/index.scss +16 -0
- package/src/assets/scss/utilities/divider.scss +6 -0
- package/src/assets/scss/utilities/index.scss +1 -0
- package/src/patterns/usps.njk +34 -12
- package/dist/build/Inter-Bold.419e8c71.woff +0 -0
- package/dist/build/Inter-Bold.af5441a3.woff2 +0 -0
- package/dist/build/Inter-Regular.ca6858d7.woff +0 -0
- package/dist/build/Inter-Regular.ed77b881.woff2 +0 -0
- package/dist/build/Inter-SemiBold.cc1168df.woff +0 -0
- package/dist/build/Inter-SemiBold.dd034768.woff2 +0 -0
package/src/patterns/usps.njk
CHANGED
@@ -54,25 +54,33 @@ tags: 'patterns'
|
|
54
54
|
title: "Handles the toughest conditions",
|
55
55
|
content: "<p>FORJ is designed for less thermal stress and reduced risk of contamination - which means low maintenance and high productivity.</p>",
|
56
56
|
size: "c-h--step-1",
|
57
|
-
icon:
|
57
|
+
icon: {
|
58
|
+
url: 'https://p3.aprimocdn.net/malvernpanalytical/9448808a-1a92-4eef-a49b-b11401122d59/icon-forj_Original%20file.svg'
|
59
|
+
}
|
58
60
|
}) }}
|
59
61
|
{{ usp({
|
60
62
|
title: "Results you can count on",
|
61
63
|
content: "<p>Consistent heating between positions, homogeneous melt, and contamination-free heating - ensuring superior, repeatable results.</p>",
|
62
64
|
size: "c-h--step-1",
|
63
|
-
icon:
|
65
|
+
icon: {
|
66
|
+
url: 'https://p3.aprimocdn.net/malvernpanalytical/5d376f9f-9dbf-4d00-94b0-b11401122887/icon-clipboard_Original%20file.svg'
|
67
|
+
}
|
64
68
|
}) }}
|
65
69
|
{{ usp({
|
66
70
|
title: "World-leading speed",
|
67
71
|
content: "<p>The fastest fusion sample-prep on the market. Boost your productivity by up to 25% with the same compact footprint.</p>",
|
68
72
|
size: "c-h--step-1",
|
69
|
-
icon:
|
73
|
+
icon: {
|
74
|
+
url: 'https://p3.aprimocdn.net/malvernpanalytical/7da9e7e5-edca-4d49-bc7f-b11401123c52/icon-stopwatch_Original%20file.svg'
|
75
|
+
}
|
70
76
|
}) }}
|
71
77
|
{{ usp({
|
72
78
|
title: "Hassle-free handling",
|
73
79
|
content: "<p>Suitable for full-lab integration, FORJ is easy to install and provides a safe and user-friendly interface, so you can quickly get up and running.</p>",
|
74
80
|
size: "c-h--step-1",
|
75
|
-
icon:
|
81
|
+
icon: {
|
82
|
+
url: 'https://p3.aprimocdn.net/malvernpanalytical/f900b665-8a81-47a5-8d59-b114011227bf/icon-click-fingers_Original%20file.svg'
|
83
|
+
}
|
76
84
|
}) }}
|
77
85
|
</div>
|
78
86
|
</div>
|
@@ -80,46 +88,60 @@ tags: 'patterns'
|
|
80
88
|
<div class="u-flow--s">
|
81
89
|
<div class="o-grid o-grid--of-four u-justify-center">
|
82
90
|
{{ usp({
|
83
|
-
title: "
|
91
|
+
title: "Reduced emissions",
|
84
92
|
classes: 'c-usp c-usp--center',
|
85
93
|
size: "c-h--step-1",
|
86
|
-
icon:
|
94
|
+
icon: {
|
95
|
+
url: 'https://p3.aprimocdn.net/malvernpanalytical/6bf3f0b2-57ec-4e3e-a32c-b11401123933/icon-plant_Original%20file.svg'
|
96
|
+
}
|
87
97
|
}) }}
|
88
98
|
{{ usp({
|
89
99
|
title: "Compliance standards",
|
90
100
|
classes: 'c-usp c-usp--center',
|
91
101
|
size: "c-h--step-1",
|
92
|
-
icon:
|
102
|
+
icon: {
|
103
|
+
url: 'https://p3.aprimocdn.net/malvernpanalytical/63b61c71-51e2-4ee6-b79e-b11401122bf5/icon-file-with-shield_Original%20file.svg'
|
104
|
+
}
|
93
105
|
}) }}
|
94
106
|
{{ usp({
|
95
107
|
title: "Instant monitoring",
|
96
108
|
classes: 'c-usp c-usp--center',
|
97
109
|
size: "c-h--step-1",
|
98
|
-
icon:
|
110
|
+
icon: {
|
111
|
+
url: 'https://p3.aprimocdn.net/malvernpanalytical/198f871d-12a4-4523-8303-b114011237bf/icon-monitor-graph_Original%20file.svg'
|
112
|
+
}
|
99
113
|
}) }}
|
100
114
|
{{ usp({
|
101
115
|
title: "Peerless quality control",
|
102
116
|
classes: 'c-usp c-usp--center',
|
103
117
|
size: "c-h--step-1",
|
104
|
-
icon:
|
118
|
+
icon: {
|
119
|
+
url: 'https://p3.aprimocdn.net/malvernpanalytical/c868ad42-c6d4-49e4-b4f4-b11401122492/icon-award_Original%20file.svg'
|
120
|
+
}
|
105
121
|
}) }}
|
106
122
|
{{ usp({
|
107
123
|
title: "Expert support on hand",
|
108
124
|
classes: 'c-usp c-usp--center',
|
109
125
|
size: "c-h--step-1",
|
110
|
-
icon:
|
126
|
+
icon: {
|
127
|
+
url: 'https://p3.aprimocdn.net/malvernpanalytical/00a7cc05-1143-4d0b-bbc3-b11401123855/icon-phone-with-wrench_Original%20file.svg'
|
128
|
+
}
|
111
129
|
}) }}
|
112
130
|
{{ usp({
|
113
131
|
title: "Industry-leading solutions",
|
114
132
|
classes: 'c-usp c-usp--center',
|
115
133
|
size: "c-h--step-1",
|
116
|
-
icon:
|
134
|
+
icon: {
|
135
|
+
url: 'https://p3.aprimocdn.net/malvernpanalytical/1b30c30f-9e0a-4a23-a512-b11401122a8f/icon-compass_Original%20file.svg'
|
136
|
+
}
|
117
137
|
}) }}
|
118
138
|
{{ usp({
|
119
139
|
title: "Training and consultancy",
|
120
140
|
classes: 'c-usp c-usp--center',
|
121
141
|
size: "c-h--step-1",
|
122
|
-
icon:
|
142
|
+
icon: {
|
143
|
+
url: 'https://p3.aprimocdn.net/malvernpanalytical/df7e8b27-8e8f-494d-8a03-b11401122ff0/icon-graduation-cap_Original%20file.svg'
|
144
|
+
}
|
123
145
|
}) }}
|
124
146
|
</div>
|
125
147
|
</div>
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|