@asantemedia-org/edwardsvacuum-design-system 1.1.1 → 1.1.3

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 CHANGED
@@ -10,7 +10,6 @@
10
10
  .cmpAlgoliaDynamicSearchWidget {
11
11
  position: relative;
12
12
  padding: 2rem 1rem;
13
- font-family: "CalibriLight";
14
13
  }
15
14
  @media (min-width: 768px) {
16
15
  .cmpAlgoliaDynamicSearchWidget {
@@ -132,7 +131,6 @@
132
131
  .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc {
133
132
  position: relative;
134
133
  padding: 2rem 1rem;
135
- font-family: "CalibriLight";
136
134
  }
137
135
  @media (min-width: 768px) {
138
136
  .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc {
@@ -1050,6 +1048,26 @@
1050
1048
  flex-direction: column;
1051
1049
  height: 100%;
1052
1050
  }
1051
+ .cmp-card__content-category-wrapper {
1052
+ padding: 10px 0;
1053
+ min-height: 38px;
1054
+ font-family: "CalibriBold";
1055
+ font-size: 0.75rem;
1056
+ font-weight: 400;
1057
+ color: white;
1058
+ text-transform: uppercase;
1059
+ }
1060
+ .cmp-card__content-category-wrapper__colour-edwards-red {
1061
+ background-color: rgb(196, 38, 46);
1062
+ }
1063
+ .cmp-card__content-category-wrapper p {
1064
+ margin: 0 20px;
1065
+ }
1066
+ .cmp-card__city-country {
1067
+ padding: 0 1rem;
1068
+ margin: auto 0 0 0;
1069
+ font-size: 1rem;
1070
+ }
1053
1071
  .cmp-card__image-wrapper {
1054
1072
  overflow: hidden;
1055
1073
  max-height: 185px;
@@ -1140,6 +1158,12 @@
1140
1158
  overflow: hidden;
1141
1159
  height: 100%;
1142
1160
  }
1161
+ .cmp-card--type-card-overlay .cmp-card__title-wrapper {
1162
+ background-color: transparent;
1163
+ position: absolute;
1164
+ bottom: 0;
1165
+ width: 100%;
1166
+ }
1143
1167
  .cmp-card--type-card-overlay .cmp-card__image-wrapper {
1144
1168
  height: 100%;
1145
1169
  }
@@ -1188,7 +1212,7 @@
1188
1212
  display: grid;
1189
1213
  grid-template-columns: repeat(4, 1fr);
1190
1214
  height: 100%;
1191
- background: linear-gradient(248.19deg, rgba(67, 75, 77, 0.2) 2.68%, rgba(67, 75, 77, 0.05) 101.78%);
1215
+ background: linear-gradient(45deg, rgb(212, 214, 215), rgb(172, 174, 176));
1192
1216
  }
1193
1217
  .cmp-card--type-card-product__image {
1194
1218
  grid-column: span 1;
@@ -1271,6 +1295,47 @@
1271
1295
  .cmp-card--type-card-product__prices.show_prices, .show_prices.cmp-card--type-card-product__prices--login {
1272
1296
  font-weight: 700;
1273
1297
  }
1298
+ .cmp-card--type-card-panel {
1299
+ transition: opacity 0.3s ease-in-out;
1300
+ opacity: 0.6;
1301
+ }
1302
+ .cmp-card--type-card-panel:hover {
1303
+ opacity: 1;
1304
+ }
1305
+ .cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer {
1306
+ height: 2rem !important;
1307
+ }
1308
+ .cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer::before {
1309
+ transform: translateY(0) !important;
1310
+ height: 100% !important;
1311
+ }
1312
+ .cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer svg {
1313
+ z-index: 1;
1314
+ color: white;
1315
+ }
1316
+ .cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer--color-malachite::before {
1317
+ background-color: rgb(22, 124, 119) !important;
1318
+ }
1319
+ .cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer--color-amethyst::before {
1320
+ background-color: rgb(75, 63, 147) !important;
1321
+ }
1322
+ .cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer--color-smokey-quartz-bright::before {
1323
+ background-color: rgb(230, 186, 0) !important;
1324
+ }
1325
+ .cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer--color-olivine-bright::before {
1326
+ background-color: rgb(156, 183, 43) !important;
1327
+ }
1328
+ .cmp-card--type-careers .cmp-card__title-wrapper {
1329
+ display: flex;
1330
+ flex-direction: column;
1331
+ }
1332
+ .cmp-card--type-careers .cmp-card__footer::before {
1333
+ background-color: rgb(75, 63, 147);
1334
+ }
1335
+ .cmp-card--type-careers .cmp-card__city-country {
1336
+ margin-top: auto;
1337
+ }
1338
+
1274
1339
  @keyframes rotate {
1275
1340
  0% {
1276
1341
  transform: rotateY(0);
@@ -2101,6 +2166,26 @@
2101
2166
  flex-direction: column;
2102
2167
  height: 100%;
2103
2168
  }
2169
+ .card-module__cmp-card__content-category-wrapper___2vOjQ {
2170
+ padding: 10px 0;
2171
+ min-height: 38px;
2172
+ font-family: "CalibriBold";
2173
+ font-size: 0.75rem;
2174
+ font-weight: 400;
2175
+ color: white;
2176
+ text-transform: uppercase;
2177
+ }
2178
+ .card-module__cmp-card__content-category-wrapper__colour-edwards-red___DYmt8 {
2179
+ background-color: rgb(196, 38, 46);
2180
+ }
2181
+ .card-module__cmp-card__content-category-wrapper___2vOjQ p {
2182
+ margin: 0 20px;
2183
+ }
2184
+ .card-module__cmp-card__city-country___dI13- {
2185
+ padding: 0 1rem;
2186
+ margin: auto 0 0 0;
2187
+ font-size: 1rem;
2188
+ }
2104
2189
  .card-module__cmp-card__image-wrapper___IhPHw {
2105
2190
  overflow: hidden;
2106
2191
  max-height: 185px;
@@ -2191,6 +2276,12 @@
2191
2276
  overflow: hidden;
2192
2277
  height: 100%;
2193
2278
  }
2279
+ .card-module__cmp-card--type-card-overlay___344ul .card-module__cmp-card__title-wrapper___XHfZg {
2280
+ background-color: transparent;
2281
+ position: absolute;
2282
+ bottom: 0;
2283
+ width: 100%;
2284
+ }
2194
2285
  .card-module__cmp-card--type-card-overlay___344ul .card-module__cmp-card__image-wrapper___IhPHw {
2195
2286
  height: 100%;
2196
2287
  }
@@ -2239,7 +2330,7 @@
2239
2330
  display: grid;
2240
2331
  grid-template-columns: repeat(4, 1fr);
2241
2332
  height: 100%;
2242
- background: linear-gradient(248.19deg, rgba(67, 75, 77, 0.2) 2.68%, rgba(67, 75, 77, 0.05) 101.78%);
2333
+ background: linear-gradient(45deg, rgb(212, 214, 215), rgb(172, 174, 176));
2243
2334
  }
2244
2335
  .card-module__cmp-card--type-card-product__image___Bkb0A {
2245
2336
  grid-column: span 1;
@@ -2322,6 +2413,47 @@
2322
2413
  .card-module__cmp-card--type-card-product__prices___KWPS7.card-module__show_prices___gjVhn, .card-module__show_prices___gjVhn.card-module__cmp-card--type-card-product__prices--login___gMhTo {
2323
2414
  font-weight: 700;
2324
2415
  }
2416
+ .card-module__cmp-card--type-card-panel___95jYv {
2417
+ transition: opacity 0.3s ease-in-out;
2418
+ opacity: 0.6;
2419
+ }
2420
+ .card-module__cmp-card--type-card-panel___95jYv:hover {
2421
+ opacity: 1;
2422
+ }
2423
+ .card-module__cmp-card--type-card-panel___95jYv .card-module__cmp-card__content-wrapper___gh335 .card-module__cmp-card__title-wrapper___XHfZg .card-module__cmp-card__footer___xcNXM {
2424
+ height: 2rem !important;
2425
+ }
2426
+ .card-module__cmp-card--type-card-panel___95jYv .card-module__cmp-card__content-wrapper___gh335 .card-module__cmp-card__title-wrapper___XHfZg .card-module__cmp-card__footer___xcNXM::before {
2427
+ transform: translateY(0) !important;
2428
+ height: 100% !important;
2429
+ }
2430
+ .card-module__cmp-card--type-card-panel___95jYv .card-module__cmp-card__content-wrapper___gh335 .card-module__cmp-card__title-wrapper___XHfZg .card-module__cmp-card__footer___xcNXM svg {
2431
+ z-index: 1;
2432
+ color: white;
2433
+ }
2434
+ .card-module__cmp-card--type-card-panel___95jYv .card-module__cmp-card__content-wrapper___gh335 .card-module__cmp-card__title-wrapper___XHfZg .card-module__cmp-card__footer--color-malachite___jEnvy::before {
2435
+ background-color: rgb(22, 124, 119) !important;
2436
+ }
2437
+ .card-module__cmp-card--type-card-panel___95jYv .card-module__cmp-card__content-wrapper___gh335 .card-module__cmp-card__title-wrapper___XHfZg .card-module__cmp-card__footer--color-amethyst___N55PL::before {
2438
+ background-color: rgb(75, 63, 147) !important;
2439
+ }
2440
+ .card-module__cmp-card--type-card-panel___95jYv .card-module__cmp-card__content-wrapper___gh335 .card-module__cmp-card__title-wrapper___XHfZg .card-module__cmp-card__footer--color-smokey-quartz-bright___1mqyn::before {
2441
+ background-color: rgb(230, 186, 0) !important;
2442
+ }
2443
+ .card-module__cmp-card--type-card-panel___95jYv .card-module__cmp-card__content-wrapper___gh335 .card-module__cmp-card__title-wrapper___XHfZg .card-module__cmp-card__footer--color-olivine-bright___O2urI::before {
2444
+ background-color: rgb(156, 183, 43) !important;
2445
+ }
2446
+ .card-module__cmp-card--type-careers___Wqzcf .card-module__cmp-card__title-wrapper___XHfZg {
2447
+ display: flex;
2448
+ flex-direction: column;
2449
+ }
2450
+ .card-module__cmp-card--type-careers___Wqzcf .card-module__cmp-card__footer___xcNXM::before {
2451
+ background-color: rgb(75, 63, 147);
2452
+ }
2453
+ .card-module__cmp-card--type-careers___Wqzcf .card-module__cmp-card__city-country___dI13- {
2454
+ margin-top: auto;
2455
+ }
2456
+
2325
2457
  @keyframes card-module__rotate___NxhZk {
2326
2458
  0% {
2327
2459
  transform: rotateY(0);
@@ -10,7 +10,6 @@
10
10
  .cmpAlgoliaDynamicSearchWidget {
11
11
  position: relative;
12
12
  padding: 2rem 1rem;
13
- font-family: "CalibriLight";
14
13
  }
15
14
  @media (min-width: 768px) {
16
15
  .cmpAlgoliaDynamicSearchWidget {
@@ -132,7 +131,6 @@
132
131
  .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc {
133
132
  position: relative;
134
133
  padding: 2rem 1rem;
135
- font-family: "CalibriLight";
136
134
  }
137
135
  @media (min-width: 768px) {
138
136
  .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc {
@@ -1050,6 +1048,26 @@
1050
1048
  flex-direction: column;
1051
1049
  height: 100%;
1052
1050
  }
1051
+ .cmp-card__content-category-wrapper {
1052
+ padding: 10px 0;
1053
+ min-height: 38px;
1054
+ font-family: "CalibriBold";
1055
+ font-size: 0.75rem;
1056
+ font-weight: 400;
1057
+ color: white;
1058
+ text-transform: uppercase;
1059
+ }
1060
+ .cmp-card__content-category-wrapper__colour-edwards-red {
1061
+ background-color: rgb(196, 38, 46);
1062
+ }
1063
+ .cmp-card__content-category-wrapper p {
1064
+ margin: 0 20px;
1065
+ }
1066
+ .cmp-card__city-country {
1067
+ padding: 0 1rem;
1068
+ margin: auto 0 0 0;
1069
+ font-size: 1rem;
1070
+ }
1053
1071
  .cmp-card__image-wrapper {
1054
1072
  overflow: hidden;
1055
1073
  max-height: 185px;
@@ -1140,6 +1158,12 @@
1140
1158
  overflow: hidden;
1141
1159
  height: 100%;
1142
1160
  }
1161
+ .cmp-card--type-card-overlay .cmp-card__title-wrapper {
1162
+ background-color: transparent;
1163
+ position: absolute;
1164
+ bottom: 0;
1165
+ width: 100%;
1166
+ }
1143
1167
  .cmp-card--type-card-overlay .cmp-card__image-wrapper {
1144
1168
  height: 100%;
1145
1169
  }
@@ -1188,7 +1212,7 @@
1188
1212
  display: grid;
1189
1213
  grid-template-columns: repeat(4, 1fr);
1190
1214
  height: 100%;
1191
- background: linear-gradient(248.19deg, rgba(67, 75, 77, 0.2) 2.68%, rgba(67, 75, 77, 0.05) 101.78%);
1215
+ background: linear-gradient(45deg, rgb(212, 214, 215), rgb(172, 174, 176));
1192
1216
  }
1193
1217
  .cmp-card--type-card-product__image {
1194
1218
  grid-column: span 1;
@@ -1271,6 +1295,47 @@
1271
1295
  .cmp-card--type-card-product__prices.show_prices, .show_prices.cmp-card--type-card-product__prices--login {
1272
1296
  font-weight: 700;
1273
1297
  }
1298
+ .cmp-card--type-card-panel {
1299
+ transition: opacity 0.3s ease-in-out;
1300
+ opacity: 0.6;
1301
+ }
1302
+ .cmp-card--type-card-panel:hover {
1303
+ opacity: 1;
1304
+ }
1305
+ .cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer {
1306
+ height: 2rem !important;
1307
+ }
1308
+ .cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer::before {
1309
+ transform: translateY(0) !important;
1310
+ height: 100% !important;
1311
+ }
1312
+ .cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer svg {
1313
+ z-index: 1;
1314
+ color: white;
1315
+ }
1316
+ .cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer--color-malachite::before {
1317
+ background-color: rgb(22, 124, 119) !important;
1318
+ }
1319
+ .cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer--color-amethyst::before {
1320
+ background-color: rgb(75, 63, 147) !important;
1321
+ }
1322
+ .cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer--color-smokey-quartz-bright::before {
1323
+ background-color: rgb(230, 186, 0) !important;
1324
+ }
1325
+ .cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer--color-olivine-bright::before {
1326
+ background-color: rgb(156, 183, 43) !important;
1327
+ }
1328
+ .cmp-card--type-careers .cmp-card__title-wrapper {
1329
+ display: flex;
1330
+ flex-direction: column;
1331
+ }
1332
+ .cmp-card--type-careers .cmp-card__footer::before {
1333
+ background-color: rgb(75, 63, 147);
1334
+ }
1335
+ .cmp-card--type-careers .cmp-card__city-country {
1336
+ margin-top: auto;
1337
+ }
1338
+
1274
1339
  @keyframes rotate {
1275
1340
  0% {
1276
1341
  transform: rotateY(0);
@@ -2101,6 +2166,26 @@
2101
2166
  flex-direction: column;
2102
2167
  height: 100%;
2103
2168
  }
2169
+ .card-module__cmp-card__content-category-wrapper___2vOjQ {
2170
+ padding: 10px 0;
2171
+ min-height: 38px;
2172
+ font-family: "CalibriBold";
2173
+ font-size: 0.75rem;
2174
+ font-weight: 400;
2175
+ color: white;
2176
+ text-transform: uppercase;
2177
+ }
2178
+ .card-module__cmp-card__content-category-wrapper__colour-edwards-red___DYmt8 {
2179
+ background-color: rgb(196, 38, 46);
2180
+ }
2181
+ .card-module__cmp-card__content-category-wrapper___2vOjQ p {
2182
+ margin: 0 20px;
2183
+ }
2184
+ .card-module__cmp-card__city-country___dI13- {
2185
+ padding: 0 1rem;
2186
+ margin: auto 0 0 0;
2187
+ font-size: 1rem;
2188
+ }
2104
2189
  .card-module__cmp-card__image-wrapper___IhPHw {
2105
2190
  overflow: hidden;
2106
2191
  max-height: 185px;
@@ -2191,6 +2276,12 @@
2191
2276
  overflow: hidden;
2192
2277
  height: 100%;
2193
2278
  }
2279
+ .card-module__cmp-card--type-card-overlay___344ul .card-module__cmp-card__title-wrapper___XHfZg {
2280
+ background-color: transparent;
2281
+ position: absolute;
2282
+ bottom: 0;
2283
+ width: 100%;
2284
+ }
2194
2285
  .card-module__cmp-card--type-card-overlay___344ul .card-module__cmp-card__image-wrapper___IhPHw {
2195
2286
  height: 100%;
2196
2287
  }
@@ -2239,7 +2330,7 @@
2239
2330
  display: grid;
2240
2331
  grid-template-columns: repeat(4, 1fr);
2241
2332
  height: 100%;
2242
- background: linear-gradient(248.19deg, rgba(67, 75, 77, 0.2) 2.68%, rgba(67, 75, 77, 0.05) 101.78%);
2333
+ background: linear-gradient(45deg, rgb(212, 214, 215), rgb(172, 174, 176));
2243
2334
  }
2244
2335
  .card-module__cmp-card--type-card-product__image___Bkb0A {
2245
2336
  grid-column: span 1;
@@ -2322,6 +2413,47 @@
2322
2413
  .card-module__cmp-card--type-card-product__prices___KWPS7.card-module__show_prices___gjVhn, .card-module__show_prices___gjVhn.card-module__cmp-card--type-card-product__prices--login___gMhTo {
2323
2414
  font-weight: 700;
2324
2415
  }
2416
+ .card-module__cmp-card--type-card-panel___95jYv {
2417
+ transition: opacity 0.3s ease-in-out;
2418
+ opacity: 0.6;
2419
+ }
2420
+ .card-module__cmp-card--type-card-panel___95jYv:hover {
2421
+ opacity: 1;
2422
+ }
2423
+ .card-module__cmp-card--type-card-panel___95jYv .card-module__cmp-card__content-wrapper___gh335 .card-module__cmp-card__title-wrapper___XHfZg .card-module__cmp-card__footer___xcNXM {
2424
+ height: 2rem !important;
2425
+ }
2426
+ .card-module__cmp-card--type-card-panel___95jYv .card-module__cmp-card__content-wrapper___gh335 .card-module__cmp-card__title-wrapper___XHfZg .card-module__cmp-card__footer___xcNXM::before {
2427
+ transform: translateY(0) !important;
2428
+ height: 100% !important;
2429
+ }
2430
+ .card-module__cmp-card--type-card-panel___95jYv .card-module__cmp-card__content-wrapper___gh335 .card-module__cmp-card__title-wrapper___XHfZg .card-module__cmp-card__footer___xcNXM svg {
2431
+ z-index: 1;
2432
+ color: white;
2433
+ }
2434
+ .card-module__cmp-card--type-card-panel___95jYv .card-module__cmp-card__content-wrapper___gh335 .card-module__cmp-card__title-wrapper___XHfZg .card-module__cmp-card__footer--color-malachite___jEnvy::before {
2435
+ background-color: rgb(22, 124, 119) !important;
2436
+ }
2437
+ .card-module__cmp-card--type-card-panel___95jYv .card-module__cmp-card__content-wrapper___gh335 .card-module__cmp-card__title-wrapper___XHfZg .card-module__cmp-card__footer--color-amethyst___N55PL::before {
2438
+ background-color: rgb(75, 63, 147) !important;
2439
+ }
2440
+ .card-module__cmp-card--type-card-panel___95jYv .card-module__cmp-card__content-wrapper___gh335 .card-module__cmp-card__title-wrapper___XHfZg .card-module__cmp-card__footer--color-smokey-quartz-bright___1mqyn::before {
2441
+ background-color: rgb(230, 186, 0) !important;
2442
+ }
2443
+ .card-module__cmp-card--type-card-panel___95jYv .card-module__cmp-card__content-wrapper___gh335 .card-module__cmp-card__title-wrapper___XHfZg .card-module__cmp-card__footer--color-olivine-bright___O2urI::before {
2444
+ background-color: rgb(156, 183, 43) !important;
2445
+ }
2446
+ .card-module__cmp-card--type-careers___Wqzcf .card-module__cmp-card__title-wrapper___XHfZg {
2447
+ display: flex;
2448
+ flex-direction: column;
2449
+ }
2450
+ .card-module__cmp-card--type-careers___Wqzcf .card-module__cmp-card__footer___xcNXM::before {
2451
+ background-color: rgb(75, 63, 147);
2452
+ }
2453
+ .card-module__cmp-card--type-careers___Wqzcf .card-module__cmp-card__city-country___dI13- {
2454
+ margin-top: auto;
2455
+ }
2456
+
2325
2457
  @keyframes card-module__rotate___NxhZk {
2326
2458
  0% {
2327
2459
  transform: rotateY(0);
package/dist/index.esm.js CHANGED
@@ -31,7 +31,7 @@ typeof SuppressedError === "function" ? SuppressedError : function (error, suppr
31
31
 
32
32
  var styles$4 = {"cmpAlgoliaDynamicSearchWidget":"algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc","isLoading":"algolia-dynamic-search-module__isLoading___X6nUw","cmpAlgoliaDynamicSearchWidget__placeholder":"algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__placeholder___IWqoU","cmpAlgoliaDynamicSearchWidget__container":"algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__container___HB7g0","cmpAlgoliaDynamicSearchWidget__header":"algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header___vxNjS","cmpAlgoliaDynamicSearchWidget__header__text":"algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header__text___23-nk","cmpAlgoliaDynamicSearchWidget__cards":"algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__cards___wOPVj","isQueryContent":"algolia-dynamic-search-module__isQueryContent___KXy6j","hasStyleSilverGradientBackground":"algolia-dynamic-search-module__hasStyleSilverGradientBackground___D3SQQ","hasStyleGreyBackground":"algolia-dynamic-search-module__hasStyleGreyBackground___SuPIH","cmpAlgoliaDynamicSearchWidget__placeholder__loading":"algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__placeholder__loading___hbH4m","loading":"algolia-dynamic-search-module__loading___Hb3Uw"};
33
33
 
34
- var styles$3 = {"red":"card-module__red___mVwIo","red-background":"card-module__red-background___3ddLv","red-dark":"card-module__red-dark___CdmVr","red-dark-background":"card-module__red-dark-background___O7SAt","grey":"card-module__grey___3yrFF","grey-background":"card-module__grey-background___3LNUf","grey80":"card-module__grey80___BGRDe","grey80-background":"card-module__grey80-background___Q5ghg","grey60":"card-module__grey60___2wO3h","grey60-background":"card-module__grey60-background___d3Hus","grey40":"card-module__grey40___Gabhe","grey40-background":"card-module__grey40-background___AjkAZ","grey20":"card-module__grey20___em-ei","grey20-background":"card-module__grey20-background___r81Jz","grey05":"card-module__grey05___LKyS-","grey05-background":"card-module__grey05-background___jd2Uw","malachite":"card-module__malachite___oBnlf","malachite-background":"card-module__malachite-background___3oVwI","malachite-bright":"card-module__malachite-bright___iksBe","malachite-bright-background":"card-module__malachite-bright-background___jZRhe","malachite-dark":"card-module__malachite-dark___m1J2-","malachite-dark-background":"card-module__malachite-dark-background___FgLjq","amethyst":"card-module__amethyst___L2zDN","amethyst-background":"card-module__amethyst-background___zQnKr","amethyst-bright":"card-module__amethyst-bright___0H9pE","amethyst-bright-background":"card-module__amethyst-bright-background___J0sBH","amethyst-dark":"card-module__amethyst-dark___JzXKA","amethyst-dark-background":"card-module__amethyst-dark-background___ef6ca","smokey-quartz":"card-module__smokey-quartz___hXQtl","smokey-quartz-background":"card-module__smokey-quartz-background___2SGsR","smokey-quartz-bright":"card-module__smokey-quartz-bright___1BXlq","smokey-quartz-bright-background":"card-module__smokey-quartz-bright-background___sMi41","smokey-quartz-dark":"card-module__smokey-quartz-dark___ai0zy","smokey-quartz-dark-background":"card-module__smokey-quartz-dark-background___lJGLw","olivine":"card-module__olivine___tgMUZ","olivine-background":"card-module__olivine-background___cFKu5","olivine-bright":"card-module__olivine-bright___BMZK3","olivine-bright-background":"card-module__olivine-bright-background___C1sQL","olivine-dark":"card-module__olivine-dark___r7PT1","olivine-dark-background":"card-module__olivine-dark-background___VK2cU","gradient-red-background":"card-module__gradient-red-background___RWZR5","silver-gradient-background":"card-module__silver-gradient-background___6EIoe","aluminum-gradient-background":"card-module__aluminum-gradient-background___eEdVH","mercury-gradient-background":"card-module__mercury-gradient-background___K45v-","p-1":"card-module__p-1___2jrO3","p-2":"card-module__p-2___gy8Yd","p-3":"card-module__p-3___-1OkC","p-4":"card-module__p-4___j85f-","p-5":"card-module__p-5___PlSbv","p-6":"card-module__p-6___fktBo","pt-1":"card-module__pt-1___WvUs0","pt-2":"card-module__pt-2___SoTBc","pt-3":"card-module__pt-3___B19fa","pt-4":"card-module__pt-4___M4TLs","pt-5":"card-module__pt-5___NcdvQ","pt-6":"card-module__pt-6___qfqPN","pb-1":"card-module__pb-1___VKmps","pb-2":"card-module__pb-2___AjpWw","pb-3":"card-module__pb-3___yJTe1","pb-4":"card-module__pb-4___HxiKW","pb-5":"card-module__pb-5___ck9op","pb-6":"card-module__pb-6___He9kt","pl-1":"card-module__pl-1___hgBKj","pl-2":"card-module__pl-2___TdkS8","pl-3":"card-module__pl-3___kyenb","pl-4":"card-module__pl-4___xEnEZ","pl-5":"card-module__pl-5___l6Y57","pl-6":"card-module__pl-6___a-Qkk","pr-1":"card-module__pr-1___g1Htr","pr-2":"card-module__pr-2___6d-Hf","pr-3":"card-module__pr-3___2NkC2","pr-4":"card-module__pr-4___J3ReW","pr-5":"card-module__pr-5___XgJfd","pr-6":"card-module__pr-6___OviC3","mt-1":"card-module__mt-1___JHRPg","mt-2":"card-module__mt-2___mvoV-","mt-3":"card-module__mt-3___zWQkp","mt-4":"card-module__mt-4___ce3w-","mt-5":"card-module__mt-5___cd6xg","mt-6":"card-module__mt-6___pyvCA","mb-1":"card-module__mb-1___lylA7","mb-2":"card-module__mb-2___xRmsp","mb-3":"card-module__mb-3___uSA0Y","mb-4":"card-module__mb-4___SlVNj","mb-5":"card-module__mb-5___bOnLi","mb-6":"card-module__mb-6___7w0FN","ml-1":"card-module__ml-1___K9cHE","ml-2":"card-module__ml-2___jpgpQ","ml-3":"card-module__ml-3___dcyR-","ml-4":"card-module__ml-4___RXMNm","ml-5":"card-module__ml-5___rBtwN","ml-6":"card-module__ml-6___CEZ3z","mr-1":"card-module__mr-1___NyYF6","mr-2":"card-module__mr-2___LxXZM","mr-3":"card-module__mr-3___ct0wh","mr-4":"card-module__mr-4___35Lzu","mr-5":"card-module__mr-5___wQAhm","mr-6":"card-module__mr-6___17GwZ","m-1":"card-module__m-1___MBsbj","m-2":"card-module__m-2___xiUAB","m-3":"card-module__m-3___kbpiE","m-4":"card-module__m-4___Jgdgi","m-5":"card-module__m-5___Bm0pu","m-6":"card-module__m-6___XmSuO","m-0":"card-module__m-0___1VO6t","full-width":"card-module__full-width___S3nGW","flex":"card-module__flex___FeJK6","flex-row":"card-module__flex-row___L2QD-","flex-column":"card-module__flex-column___5FXmD","flex-wrap":"card-module__flex-wrap___2oUCs","flex-nowrap":"card-module__flex-nowrap___QoNfs","gap-1":"card-module__gap-1___-Zndq","gap-2":"card-module__gap-2___1nijX","gap-3":"card-module__gap-3___pcnGR","gap-4":"card-module__gap-4___ZKGLg","gap-5":"card-module__gap-5___2P-43","gap-6":"card-module__gap-6___nh8VD","align-start":"card-module__align-start___GYwb1","align-end":"card-module__align-end___rgrwv","align-center":"card-module__align-center___Pin7L","align-baseline":"card-module__align-baseline___-Yqu-","align-stretch":"card-module__align-stretch___Ix9-U","justify-start":"card-module__justify-start___qOneV","justify-end":"card-module__justify-end___4T6P1","justify-center":"card-module__justify-center___3BYmW","justify-between":"card-module__justify-between___4mqFj","justify-around":"card-module__justify-around___2X-cR","justify-evenly":"card-module__justify-evenly___eQ-1J","grid":"card-module__grid___8wod0","grid-1":"card-module__grid-1___5toii","grid-2":"card-module__grid-2___qnftm","grid-3":"card-module__grid-3___5hVdI","grid-4":"card-module__grid-4___PBfBP","grid-5":"card-module__grid-5___CcwFa","grid-6":"card-module__grid-6___66X-u","container":"card-module__container___31L3l","col-2":"card-module__col-2___YvDmo","col-3":"card-module__col-3___0uF1-","col-4":"card-module__col-4___7fF7N","col-5":"card-module__col-5___-xVcD","col-6":"card-module__col-6___iSq13","col-7":"card-module__col-7___vB-FH","col-8":"card-module__col-8___YwqOQ","col-9":"card-module__col-9___YnEJj","col-10":"card-module__col-10___iH2uD","col-11":"card-module__col-11___mhfsv","col-12":"card-module__col-12___MtQ7j","col-1":"card-module__col-1___wFRl3","sbdocs":"card-module__sbdocs___Invuc","sbdocs-wrapper":"card-module__sbdocs-wrapper___eWtZ3","sbdocs-content":"card-module__sbdocs-content___myJKl","docs-header":"card-module__docs-header___vpHr3","docs-wrapper":"card-module__docs-wrapper___wy5C6","docs-body":"card-module__docs-body___T-1x6","docs-wrapper--narrow":"card-module__docs-wrapper--narrow___CU1lu","color-swatch-container":"card-module__color-swatch-container___GRw6e","swatch":"card-module__swatch___pvWUa","swatch-meta":"card-module__swatch-meta___6dqUv","swatch-meta--name":"card-module__swatch-meta--name___8RuqZ","fa-display--component":"card-module__fa-display--component___d6wBI","font-name":"card-module__font-name___pkxbC","ds-team":"card-module__ds-team___m0oQ8","ds-team__profile":"card-module__ds-team__profile___ztSam","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__image-wrapper":"card-module__cmp-card__image-wrapper___IhPHw","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-overlay":"card-module__cmp-card--type-card-overlay___344ul","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","rotate":"card-module__rotate___NxhZk","rotate-inverse":"card-module__rotate-inverse___JbaES"};
34
+ var styles$3 = {"red":"card-module__red___mVwIo","red-background":"card-module__red-background___3ddLv","red-dark":"card-module__red-dark___CdmVr","red-dark-background":"card-module__red-dark-background___O7SAt","grey":"card-module__grey___3yrFF","grey-background":"card-module__grey-background___3LNUf","grey80":"card-module__grey80___BGRDe","grey80-background":"card-module__grey80-background___Q5ghg","grey60":"card-module__grey60___2wO3h","grey60-background":"card-module__grey60-background___d3Hus","grey40":"card-module__grey40___Gabhe","grey40-background":"card-module__grey40-background___AjkAZ","grey20":"card-module__grey20___em-ei","grey20-background":"card-module__grey20-background___r81Jz","grey05":"card-module__grey05___LKyS-","grey05-background":"card-module__grey05-background___jd2Uw","malachite":"card-module__malachite___oBnlf","malachite-background":"card-module__malachite-background___3oVwI","malachite-bright":"card-module__malachite-bright___iksBe","malachite-bright-background":"card-module__malachite-bright-background___jZRhe","malachite-dark":"card-module__malachite-dark___m1J2-","malachite-dark-background":"card-module__malachite-dark-background___FgLjq","amethyst":"card-module__amethyst___L2zDN","amethyst-background":"card-module__amethyst-background___zQnKr","amethyst-bright":"card-module__amethyst-bright___0H9pE","amethyst-bright-background":"card-module__amethyst-bright-background___J0sBH","amethyst-dark":"card-module__amethyst-dark___JzXKA","amethyst-dark-background":"card-module__amethyst-dark-background___ef6ca","smokey-quartz":"card-module__smokey-quartz___hXQtl","smokey-quartz-background":"card-module__smokey-quartz-background___2SGsR","smokey-quartz-bright":"card-module__smokey-quartz-bright___1BXlq","smokey-quartz-bright-background":"card-module__smokey-quartz-bright-background___sMi41","smokey-quartz-dark":"card-module__smokey-quartz-dark___ai0zy","smokey-quartz-dark-background":"card-module__smokey-quartz-dark-background___lJGLw","olivine":"card-module__olivine___tgMUZ","olivine-background":"card-module__olivine-background___cFKu5","olivine-bright":"card-module__olivine-bright___BMZK3","olivine-bright-background":"card-module__olivine-bright-background___C1sQL","olivine-dark":"card-module__olivine-dark___r7PT1","olivine-dark-background":"card-module__olivine-dark-background___VK2cU","gradient-red-background":"card-module__gradient-red-background___RWZR5","silver-gradient-background":"card-module__silver-gradient-background___6EIoe","aluminum-gradient-background":"card-module__aluminum-gradient-background___eEdVH","mercury-gradient-background":"card-module__mercury-gradient-background___K45v-","p-1":"card-module__p-1___2jrO3","p-2":"card-module__p-2___gy8Yd","p-3":"card-module__p-3___-1OkC","p-4":"card-module__p-4___j85f-","p-5":"card-module__p-5___PlSbv","p-6":"card-module__p-6___fktBo","pt-1":"card-module__pt-1___WvUs0","pt-2":"card-module__pt-2___SoTBc","pt-3":"card-module__pt-3___B19fa","pt-4":"card-module__pt-4___M4TLs","pt-5":"card-module__pt-5___NcdvQ","pt-6":"card-module__pt-6___qfqPN","pb-1":"card-module__pb-1___VKmps","pb-2":"card-module__pb-2___AjpWw","pb-3":"card-module__pb-3___yJTe1","pb-4":"card-module__pb-4___HxiKW","pb-5":"card-module__pb-5___ck9op","pb-6":"card-module__pb-6___He9kt","pl-1":"card-module__pl-1___hgBKj","pl-2":"card-module__pl-2___TdkS8","pl-3":"card-module__pl-3___kyenb","pl-4":"card-module__pl-4___xEnEZ","pl-5":"card-module__pl-5___l6Y57","pl-6":"card-module__pl-6___a-Qkk","pr-1":"card-module__pr-1___g1Htr","pr-2":"card-module__pr-2___6d-Hf","pr-3":"card-module__pr-3___2NkC2","pr-4":"card-module__pr-4___J3ReW","pr-5":"card-module__pr-5___XgJfd","pr-6":"card-module__pr-6___OviC3","mt-1":"card-module__mt-1___JHRPg","mt-2":"card-module__mt-2___mvoV-","mt-3":"card-module__mt-3___zWQkp","mt-4":"card-module__mt-4___ce3w-","mt-5":"card-module__mt-5___cd6xg","mt-6":"card-module__mt-6___pyvCA","mb-1":"card-module__mb-1___lylA7","mb-2":"card-module__mb-2___xRmsp","mb-3":"card-module__mb-3___uSA0Y","mb-4":"card-module__mb-4___SlVNj","mb-5":"card-module__mb-5___bOnLi","mb-6":"card-module__mb-6___7w0FN","ml-1":"card-module__ml-1___K9cHE","ml-2":"card-module__ml-2___jpgpQ","ml-3":"card-module__ml-3___dcyR-","ml-4":"card-module__ml-4___RXMNm","ml-5":"card-module__ml-5___rBtwN","ml-6":"card-module__ml-6___CEZ3z","mr-1":"card-module__mr-1___NyYF6","mr-2":"card-module__mr-2___LxXZM","mr-3":"card-module__mr-3___ct0wh","mr-4":"card-module__mr-4___35Lzu","mr-5":"card-module__mr-5___wQAhm","mr-6":"card-module__mr-6___17GwZ","m-1":"card-module__m-1___MBsbj","m-2":"card-module__m-2___xiUAB","m-3":"card-module__m-3___kbpiE","m-4":"card-module__m-4___Jgdgi","m-5":"card-module__m-5___Bm0pu","m-6":"card-module__m-6___XmSuO","m-0":"card-module__m-0___1VO6t","full-width":"card-module__full-width___S3nGW","flex":"card-module__flex___FeJK6","flex-row":"card-module__flex-row___L2QD-","flex-column":"card-module__flex-column___5FXmD","flex-wrap":"card-module__flex-wrap___2oUCs","flex-nowrap":"card-module__flex-nowrap___QoNfs","gap-1":"card-module__gap-1___-Zndq","gap-2":"card-module__gap-2___1nijX","gap-3":"card-module__gap-3___pcnGR","gap-4":"card-module__gap-4___ZKGLg","gap-5":"card-module__gap-5___2P-43","gap-6":"card-module__gap-6___nh8VD","align-start":"card-module__align-start___GYwb1","align-end":"card-module__align-end___rgrwv","align-center":"card-module__align-center___Pin7L","align-baseline":"card-module__align-baseline___-Yqu-","align-stretch":"card-module__align-stretch___Ix9-U","justify-start":"card-module__justify-start___qOneV","justify-end":"card-module__justify-end___4T6P1","justify-center":"card-module__justify-center___3BYmW","justify-between":"card-module__justify-between___4mqFj","justify-around":"card-module__justify-around___2X-cR","justify-evenly":"card-module__justify-evenly___eQ-1J","grid":"card-module__grid___8wod0","grid-1":"card-module__grid-1___5toii","grid-2":"card-module__grid-2___qnftm","grid-3":"card-module__grid-3___5hVdI","grid-4":"card-module__grid-4___PBfBP","grid-5":"card-module__grid-5___CcwFa","grid-6":"card-module__grid-6___66X-u","container":"card-module__container___31L3l","col-2":"card-module__col-2___YvDmo","col-3":"card-module__col-3___0uF1-","col-4":"card-module__col-4___7fF7N","col-5":"card-module__col-5___-xVcD","col-6":"card-module__col-6___iSq13","col-7":"card-module__col-7___vB-FH","col-8":"card-module__col-8___YwqOQ","col-9":"card-module__col-9___YnEJj","col-10":"card-module__col-10___iH2uD","col-11":"card-module__col-11___mhfsv","col-12":"card-module__col-12___MtQ7j","col-1":"card-module__col-1___wFRl3","sbdocs":"card-module__sbdocs___Invuc","sbdocs-wrapper":"card-module__sbdocs-wrapper___eWtZ3","sbdocs-content":"card-module__sbdocs-content___myJKl","docs-header":"card-module__docs-header___vpHr3","docs-wrapper":"card-module__docs-wrapper___wy5C6","docs-body":"card-module__docs-body___T-1x6","docs-wrapper--narrow":"card-module__docs-wrapper--narrow___CU1lu","color-swatch-container":"card-module__color-swatch-container___GRw6e","swatch":"card-module__swatch___pvWUa","swatch-meta":"card-module__swatch-meta___6dqUv","swatch-meta--name":"card-module__swatch-meta--name___8RuqZ","fa-display--component":"card-module__fa-display--component___d6wBI","font-name":"card-module__font-name___pkxbC","ds-team":"card-module__ds-team___m0oQ8","ds-team__profile":"card-module__ds-team__profile___ztSam","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","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-overlay":"card-module__cmp-card--type-card-overlay___344ul","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","rotate":"card-module__rotate___NxhZk","rotate-inverse":"card-module__rotate-inverse___JbaES"};
35
35
 
36
36
  function getDefaultExportFromCjs (x) {
37
37
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
@@ -4579,7 +4579,17 @@ var getStyle = function (className) {
4579
4579
  return nestedMatch ? styles$3[nestedMatch] : '';
4580
4580
  };
4581
4581
  var cardSizeMapping = function (size) {
4582
- return getStyle("cmp-card__".concat(size));
4582
+ var classSrting;
4583
+ if (size === 'small') {
4584
+ classSrting = 'col-3';
4585
+ } else if (size === 'medium') {
4586
+ classSrting = 'col-4';
4587
+ } else if (size === 'large') {
4588
+ classSrting = 'col-6';
4589
+ } else {
4590
+ classSrting = '';
4591
+ }
4592
+ return classSrting;
4583
4593
  };
4584
4594
  var Card = function (_a) {
4585
4595
  var contentCategoryLabel = _a.contentCategoryLabel,
@@ -4597,9 +4607,14 @@ var Card = function (_a) {
4597
4607
  country = _a.country;
4598
4608
  var mode = getStyle("cmp-card--".concat(cardStyle));
4599
4609
  var width = cardSizeMapping(size);
4600
- var categoryColour = colour ? getStyle("cmp-card__footer--color-".concat(colour)) : '';
4610
+ var categoryColour = colour ? "cmp-card__content-category-wrapper__colour-".concat(colour) : '';
4611
+ console.log('color', colour);
4612
+ console.log('style', cardStyle);
4613
+ console.log('width', width);
4614
+ console.log('className', className);
4615
+ console.log('mode', mode);
4601
4616
  return /*#__PURE__*/React.createElement("div", {
4602
- className: classnames(getStyle('cmp-card'), mode, width, className)
4617
+ className: classnames(getStyle('cmp-card'), mode, width, getStyle(className))
4603
4618
  }, /*#__PURE__*/React.createElement("a", {
4604
4619
  className: getStyle('cmp-card__link'),
4605
4620
  href: cardLink
@@ -4620,7 +4635,7 @@ var Card = function (_a) {
4620
4635
  className: getStyle('cmp-card__title')
4621
4636
  }, title), (city || country) && /*#__PURE__*/React.createElement("p", {
4622
4637
  className: getStyle('cmp-card__city-country')
4623
- }, city, " ", city && country ? ', ' : '', " ", country), cardStyle === 'panel' ? /*#__PURE__*/React.createElement("span", {
4638
+ }, city, " ", city && country ? ', ' : '', " ", country), cardStyle === 'type-card-panel' ? /*#__PURE__*/React.createElement("span", {
4624
4639
  className: classnames(getStyle('cmp-card__footer'), categoryColour)
4625
4640
  }, /*#__PURE__*/React.createElement(FontAwesomeIcon, {
4626
4641
  icon: faChevronRight
@@ -4641,10 +4656,13 @@ var ProductCard = function (_a) {
4641
4656
  productPrice = _a.productPrice,
4642
4657
  showProductPrice = _a.showProductPrice,
4643
4658
  cardLink = _a.cardLink,
4644
- cta = _a.cta;
4659
+ cta = _a.cta,
4660
+ cardStyle = _a.cardStyle;
4645
4661
  var width = cardSizeMapping(size);
4662
+ var mode = getStyle("cmp-card--".concat(cardStyle));
4663
+ console.log(cardStyle);
4646
4664
  return /*#__PURE__*/React.createElement("div", {
4647
- className: classnames(getStyle('cmp-card'), getStyle('cmp-card--type-card-product'), width, className)
4665
+ className: classnames(getStyle('cmp-card'), mode, width, className)
4648
4666
  }, /*#__PURE__*/React.createElement("a", {
4649
4667
  href: cardLink,
4650
4668
  className: getStyle('cmp-card__link')
@@ -4801,8 +4819,9 @@ var AlgoliaDynamicSearch = function (_a) {
4801
4819
  cardStyle = "type-card-label";
4802
4820
  break;
4803
4821
  case "careers":
4804
- cardStyle = "type-card-no-image";
4805
- cardClassName = "".concat(styles$4.cmpCard, " ").concat(styles$4.cmpCardTypeCareers);
4822
+ cardStyle = "type-card-panel";
4823
+ cardClassName = "cmp-card--type-careers";
4824
+ imageUrl = "";
4806
4825
  break;
4807
4826
  default:
4808
4827
  return null;