@asantemedia-org/edwardsvacuum-design-system 1.6.41 → 1.6.42
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 +13 -6
- package/dist/index.esm.css +13 -6
- package/dist/index.esm.js +2 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.scss +13 -6
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -195,6 +195,9 @@
|
|
|
195
195
|
min-height: 75px;
|
|
196
196
|
background: linear-gradient(45deg, rgb(212, 214, 215), rgb(172, 174, 176));
|
|
197
197
|
}
|
|
198
|
+
.card-module__cmp-card--type-card-product-no-image__wrapper___ot5Xe {
|
|
199
|
+
grid-template-columns: repeat(1, 1fr);
|
|
200
|
+
}
|
|
198
201
|
.card-module__cmp-card--type-card-product__image___Bkb0A {
|
|
199
202
|
grid-column: span 1;
|
|
200
203
|
text-align: center;
|
|
@@ -253,7 +256,7 @@
|
|
|
253
256
|
padding: 12px 14px 8px;
|
|
254
257
|
color: #fff;
|
|
255
258
|
text-transform: uppercase;
|
|
256
|
-
font-weight:
|
|
259
|
+
font-weight: 400;
|
|
257
260
|
position: absolute;
|
|
258
261
|
bottom: 0;
|
|
259
262
|
right: 0;
|
|
@@ -444,6 +447,7 @@
|
|
|
444
447
|
padding: 0 3rem 0 1rem;
|
|
445
448
|
transition: all 0.3s ease-in-out;
|
|
446
449
|
border: 2px solid transparent;
|
|
450
|
+
cursor: pointer;
|
|
447
451
|
}
|
|
448
452
|
.Button-module__cmp-button--style-primary___hfLAd {
|
|
449
453
|
background: linear-gradient(45deg, rgb(196, 38, 46), rgb(135, 10, 32));
|
|
@@ -1690,21 +1694,24 @@
|
|
|
1690
1694
|
padding: 0;
|
|
1691
1695
|
}
|
|
1692
1696
|
.qr-journey-form-wrapper .qr-form-navigation {
|
|
1693
|
-
display:
|
|
1694
|
-
|
|
1697
|
+
display: grid;
|
|
1698
|
+
grid-template-columns: repeat(2, 1fr);
|
|
1699
|
+
gap: 1rem;
|
|
1695
1700
|
}
|
|
1696
|
-
.qr-journey-form-wrapper .qr-form-navigation
|
|
1701
|
+
.qr-journey-form-wrapper .qr-form-navigation input[type=submit] {
|
|
1697
1702
|
border: 0;
|
|
1698
|
-
width: calc(50% - 5px);
|
|
1699
1703
|
padding: 18px;
|
|
1700
1704
|
text-transform: uppercase;
|
|
1701
1705
|
color: #FFFFFF;
|
|
1702
1706
|
background: linear-gradient(45deg, rgb(196, 38, 46), rgb(135, 10, 32));
|
|
1703
1707
|
cursor: pointer;
|
|
1704
1708
|
}
|
|
1705
|
-
.qr-journey-form-wrapper .qr-form-navigation
|
|
1709
|
+
.qr-journey-form-wrapper .qr-form-navigation input[type=submit]:first-child {
|
|
1706
1710
|
background: #2d363a;
|
|
1707
1711
|
}
|
|
1712
|
+
.qr-journey-form-wrapper .qr-form-navigation button {
|
|
1713
|
+
grid-column: span 1;
|
|
1714
|
+
}
|
|
1708
1715
|
.qr-journey-form-wrapper .qr-form-thank-you-page {
|
|
1709
1716
|
position: relative;
|
|
1710
1717
|
}
|
package/dist/index.esm.css
CHANGED
|
@@ -195,6 +195,9 @@
|
|
|
195
195
|
min-height: 75px;
|
|
196
196
|
background: linear-gradient(45deg, rgb(212, 214, 215), rgb(172, 174, 176));
|
|
197
197
|
}
|
|
198
|
+
.card-module__cmp-card--type-card-product-no-image__wrapper___ot5Xe {
|
|
199
|
+
grid-template-columns: repeat(1, 1fr);
|
|
200
|
+
}
|
|
198
201
|
.card-module__cmp-card--type-card-product__image___Bkb0A {
|
|
199
202
|
grid-column: span 1;
|
|
200
203
|
text-align: center;
|
|
@@ -253,7 +256,7 @@
|
|
|
253
256
|
padding: 12px 14px 8px;
|
|
254
257
|
color: #fff;
|
|
255
258
|
text-transform: uppercase;
|
|
256
|
-
font-weight:
|
|
259
|
+
font-weight: 400;
|
|
257
260
|
position: absolute;
|
|
258
261
|
bottom: 0;
|
|
259
262
|
right: 0;
|
|
@@ -444,6 +447,7 @@
|
|
|
444
447
|
padding: 0 3rem 0 1rem;
|
|
445
448
|
transition: all 0.3s ease-in-out;
|
|
446
449
|
border: 2px solid transparent;
|
|
450
|
+
cursor: pointer;
|
|
447
451
|
}
|
|
448
452
|
.Button-module__cmp-button--style-primary___hfLAd {
|
|
449
453
|
background: linear-gradient(45deg, rgb(196, 38, 46), rgb(135, 10, 32));
|
|
@@ -1690,21 +1694,24 @@
|
|
|
1690
1694
|
padding: 0;
|
|
1691
1695
|
}
|
|
1692
1696
|
.qr-journey-form-wrapper .qr-form-navigation {
|
|
1693
|
-
display:
|
|
1694
|
-
|
|
1697
|
+
display: grid;
|
|
1698
|
+
grid-template-columns: repeat(2, 1fr);
|
|
1699
|
+
gap: 1rem;
|
|
1695
1700
|
}
|
|
1696
|
-
.qr-journey-form-wrapper .qr-form-navigation
|
|
1701
|
+
.qr-journey-form-wrapper .qr-form-navigation input[type=submit] {
|
|
1697
1702
|
border: 0;
|
|
1698
|
-
width: calc(50% - 5px);
|
|
1699
1703
|
padding: 18px;
|
|
1700
1704
|
text-transform: uppercase;
|
|
1701
1705
|
color: #FFFFFF;
|
|
1702
1706
|
background: linear-gradient(45deg, rgb(196, 38, 46), rgb(135, 10, 32));
|
|
1703
1707
|
cursor: pointer;
|
|
1704
1708
|
}
|
|
1705
|
-
.qr-journey-form-wrapper .qr-form-navigation
|
|
1709
|
+
.qr-journey-form-wrapper .qr-form-navigation input[type=submit]:first-child {
|
|
1706
1710
|
background: #2d363a;
|
|
1707
1711
|
}
|
|
1712
|
+
.qr-journey-form-wrapper .qr-form-navigation button {
|
|
1713
|
+
grid-column: span 1;
|
|
1714
|
+
}
|
|
1708
1715
|
.qr-journey-form-wrapper .qr-form-thank-you-page {
|
|
1709
1716
|
position: relative;
|
|
1710
1717
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -162,7 +162,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
|
|
|
162
162
|
return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
|
|
163
163
|
};
|
|
164
164
|
|
|
165
|
-
var styles$2 = {"cmp-card":"card-module__cmp-card___45x9k","cmp-card__link":"card-module__cmp-card__link___OdszC","cmp-card__content-wrapper":"card-module__cmp-card__content-wrapper___gh335","cmp-card__content-category-wrapper":"card-module__cmp-card__content-category-wrapper___2vOjQ","cmp-card__content-category-wrapper__colour-edwards-red":"card-module__cmp-card__content-category-wrapper__colour-edwards-red___DYmt8","cmp-card__city-country":"card-module__cmp-card__city-country___dI13-","cmp-card__image-wrapper":"card-module__cmp-card__image-wrapper___IhPHw","placeholderImage":"card-module__placeholderImage___AXOh5","cmp-card--type-card-overlay":"card-module__cmp-card--type-card-overlay___344ul","cmp-card__title-wrapper":"card-module__cmp-card__title-wrapper___XHfZg","cmp-card__date":"card-module__cmp-card__date___7w-Ka","cmp-card__title":"card-module__cmp-card__title___cFKG8","cmp-card__footer":"card-module__cmp-card__footer___xcNXM","cmp-card--type-card-no-image":"card-module__cmp-card--type-card-no-image___G75ye","cmp-card--type-card-product":"card-module__cmp-card--type-card-product___IfqTr","cmp-card--type-card-product__wrapper":"card-module__cmp-card--type-card-product__wrapper___kulaR","cmp-card--type-card-product__image":"card-module__cmp-card--type-card-product__image___Bkb0A","cmp-card--type-card-product__meta":"card-module__cmp-card--type-card-product__meta___a7Tzc","cmp-card--type-card-product__title":"card-module__cmp-card--type-card-product__title___0JMQp","cmp-card--type-card-product__cta":"card-module__cmp-card--type-card-product__cta___qDSNo","cmp-card--type-card-product__prices":"card-module__cmp-card--type-card-product__prices___KWPS7","cmp-card--type-card-product__prices--login":"card-module__cmp-card--type-card-product__prices--login___gMhTo","show_prices":"card-module__show_prices___gjVhn","cmp-card--type-card-panel":"card-module__cmp-card--type-card-panel___95jYv","cmp-card__footer--color-malachite":"card-module__cmp-card__footer--color-malachite___jEnvy","cmp-card__footer--color-amethyst":"card-module__cmp-card__footer--color-amethyst___N55PL","cmp-card__footer--color-smokey-quartz-bright":"card-module__cmp-card__footer--color-smokey-quartz-bright___1mqyn","cmp-card__footer--color-olivine-bright":"card-module__cmp-card__footer--color-olivine-bright___O2urI","cmp-card--type-careers":"card-module__cmp-card--type-careers___Wqzcf","cmp-card--type-product_details":"card-module__cmp-card--type-product_details___vsNOc","cmp-card--type-product_details__product-info":"card-module__cmp-card--type-product_details__product-info___5L009","cmp-card--type-product_details__header":"card-module__cmp-card--type-product_details__header___Vb3-U","cmp-card--type-product_details__header__title":"card-module__cmp-card--type-product_details__header__title___4KSqX","cmp-card--type-product_details__header__product-code":"card-module__cmp-card--type-product_details__header__product-code___zf7yq","cmp-card--type-product_details__header__product-image":"card-module__cmp-card--type-product_details__header__product-image___Kyy35","cmp-card--type-product_details__spares-list":"card-module__cmp-card--type-product_details__spares-list___VQ31R","folding-spares-list":"card-module__folding-spares-list___ls5-n","folding-specification-list":"card-module__folding-specification-list___tIfSl","folding-specification-holder":"card-module__folding-specification-holder___OtcQQ","folding-spares-holder":"card-module__folding-spares-holder___OhMpO"};
|
|
165
|
+
var styles$2 = {"cmp-card":"card-module__cmp-card___45x9k","cmp-card__link":"card-module__cmp-card__link___OdszC","cmp-card__content-wrapper":"card-module__cmp-card__content-wrapper___gh335","cmp-card__content-category-wrapper":"card-module__cmp-card__content-category-wrapper___2vOjQ","cmp-card__content-category-wrapper__colour-edwards-red":"card-module__cmp-card__content-category-wrapper__colour-edwards-red___DYmt8","cmp-card__city-country":"card-module__cmp-card__city-country___dI13-","cmp-card__image-wrapper":"card-module__cmp-card__image-wrapper___IhPHw","placeholderImage":"card-module__placeholderImage___AXOh5","cmp-card--type-card-overlay":"card-module__cmp-card--type-card-overlay___344ul","cmp-card__title-wrapper":"card-module__cmp-card__title-wrapper___XHfZg","cmp-card__date":"card-module__cmp-card__date___7w-Ka","cmp-card__title":"card-module__cmp-card__title___cFKG8","cmp-card__footer":"card-module__cmp-card__footer___xcNXM","cmp-card--type-card-no-image":"card-module__cmp-card--type-card-no-image___G75ye","cmp-card--type-card-product":"card-module__cmp-card--type-card-product___IfqTr","cmp-card--type-card-product__wrapper":"card-module__cmp-card--type-card-product__wrapper___kulaR","cmp-card--type-card-product-no-image__wrapper":"card-module__cmp-card--type-card-product-no-image__wrapper___ot5Xe","cmp-card--type-card-product__image":"card-module__cmp-card--type-card-product__image___Bkb0A","cmp-card--type-card-product__meta":"card-module__cmp-card--type-card-product__meta___a7Tzc","cmp-card--type-card-product__title":"card-module__cmp-card--type-card-product__title___0JMQp","cmp-card--type-card-product__cta":"card-module__cmp-card--type-card-product__cta___qDSNo","cmp-card--type-card-product__prices":"card-module__cmp-card--type-card-product__prices___KWPS7","cmp-card--type-card-product__prices--login":"card-module__cmp-card--type-card-product__prices--login___gMhTo","show_prices":"card-module__show_prices___gjVhn","cmp-card--type-card-panel":"card-module__cmp-card--type-card-panel___95jYv","cmp-card__footer--color-malachite":"card-module__cmp-card__footer--color-malachite___jEnvy","cmp-card__footer--color-amethyst":"card-module__cmp-card__footer--color-amethyst___N55PL","cmp-card__footer--color-smokey-quartz-bright":"card-module__cmp-card__footer--color-smokey-quartz-bright___1mqyn","cmp-card__footer--color-olivine-bright":"card-module__cmp-card__footer--color-olivine-bright___O2urI","cmp-card--type-careers":"card-module__cmp-card--type-careers___Wqzcf","cmp-card--type-product_details":"card-module__cmp-card--type-product_details___vsNOc","cmp-card--type-product_details__product-info":"card-module__cmp-card--type-product_details__product-info___5L009","cmp-card--type-product_details__header":"card-module__cmp-card--type-product_details__header___Vb3-U","cmp-card--type-product_details__header__title":"card-module__cmp-card--type-product_details__header__title___4KSqX","cmp-card--type-product_details__header__product-code":"card-module__cmp-card--type-product_details__header__product-code___zf7yq","cmp-card--type-product_details__header__product-image":"card-module__cmp-card--type-product_details__header__product-image___Kyy35","cmp-card--type-product_details__spares-list":"card-module__cmp-card--type-product_details__spares-list___VQ31R","folding-spares-list":"card-module__folding-spares-list___ls5-n","folding-specification-list":"card-module__folding-specification-list___tIfSl","folding-specification-holder":"card-module__folding-specification-holder___OtcQQ","folding-spares-holder":"card-module__folding-spares-holder___OhMpO"};
|
|
166
166
|
|
|
167
167
|
function getDefaultExportFromCjs (x) {
|
|
168
168
|
return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
|
|
@@ -434,7 +434,7 @@ var ProductCard = function (_a) {
|
|
|
434
434
|
onClick: onClick,
|
|
435
435
|
target: "_blank"
|
|
436
436
|
}, /*#__PURE__*/React.createElement("div", {
|
|
437
|
-
className: getStyle$1("cmp-card--type-card-product__wrapper")
|
|
437
|
+
className: classnames(getStyle$1("cmp-card--type-card-product__wrapper"), showImage ? "" : getStyle$1("cmp-card--type-card-product-no-image__wrapper"))
|
|
438
438
|
}, showImage && /*#__PURE__*/React.createElement("div", {
|
|
439
439
|
className: getStyle$1("cmp-card--type-card-product__image")
|
|
440
440
|
}, /*#__PURE__*/React.createElement("figure", null, /*#__PURE__*/React.createElement("img", {
|