@asantemedia-org/edwardsvacuum-design-system 1.1.8 → 1.2.0
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.scss → index.css} +50 -16
- package/dist/index.esm.css +50 -16
- package/dist/index.esm.js +0 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/stories/atoms/forms/checkbox/checkbox.d.ts +1 -0
- package/dist/stories/atoms/forms/checkbox/checkbox.stories.d.ts +1 -0
- package/dist/stories/atoms/forms/input/input.d.ts +1 -0
- package/dist/stories/atoms/forms/input/input.stories.d.ts +1 -0
- package/dist/stories/atoms/forms/select/select.d.ts +1 -0
- package/dist/stories/atoms/forms/text/counrty-selector.d.ts +1 -0
- package/dist/stories/atoms/forms/text/text.d.ts +1 -0
- package/dist/stories/components/Banner/Banner.d.ts +1 -0
- package/dist/stories/components/Button/Button.d.ts +1 -0
- package/dist/stories/components/Card/card.d.ts +1 -0
- package/dist/stories/components/Expert-banner/expert.banner.d.ts +1 -0
- package/dist/stories/components/Pagination/pagination.d.ts +1 -0
- package/dist/stories/components/Popup/Popup.d.ts +1 -0
- package/dist/stories/components/Video/Video.d.ts +1 -0
- package/dist/stories/experiences/Accordion/accordion.d.ts +1 -0
- package/dist/stories/experiences/Algolia-dynamic-search/algolia-dynamic-search.d.ts +1 -0
- package/dist/stories/experiences/Anchor/anchor.d.ts +1 -0
- package/dist/stories/experiences/Brand-promise-paragraph/Brand.promise.paragraph.d.ts +1 -0
- package/dist/stories/experiences/Breadcrumb/breadcrumb.d.ts +1 -0
- package/dist/stories/experiences/Careers-search/careers-search-results-item.d.ts +1 -0
- package/dist/stories/experiences/Careers-search/careers-search-results.d.ts +1 -0
- package/dist/stories/experiences/Careers-search/careers-search.d.ts +1 -0
- package/dist/stories/experiences/Carousel/dynamic/carousel.dynamic.d.ts +1 -0
- package/dist/stories/experiences/Carousel/static/carousel.d.ts +1 -0
- package/dist/stories/experiences/Download/download-item.d.ts +1 -0
- package/dist/stories/experiences/Download/download-library.d.ts +1 -0
- package/dist/stories/experiences/Dynamic-list/dynamic.list.d.ts +1 -0
- package/dist/stories/experiences/Footer/footer-links/footer.links.d.ts +1 -0
- package/dist/stories/experiences/Footer/footer-socials/footer.socials.d.ts +1 -0
- package/dist/stories/experiences/Footer/footer.d.ts +1 -0
- package/dist/stories/experiences/Header/header-brand/header.brand.d.ts +1 -0
- package/dist/stories/experiences/Header/header-button/header.button.d.ts +1 -0
- package/dist/stories/experiences/Header/header-lang/header.language.switcher.d.ts +1 -0
- package/dist/stories/experiences/Header/header-megamenu/header.megamenu.d.ts +1 -0
- package/dist/stories/experiences/Header/header-nav/header.nav.d.ts +1 -0
- package/dist/stories/experiences/Header/header-search/header.search.d.ts +1 -0
- package/dist/stories/experiences/Header/header.content.d.ts +1 -0
- package/dist/stories/experiences/Header/header.d.ts +1 -0
- package/dist/stories/experiences/Header-twentytwentyfour/button.d.ts +1 -0
- package/dist/stories/experiences/Header-twentytwentyfour/header.d.ts +1 -0
- package/dist/stories/experiences/Header-twentytwentyfour/list.d.ts +1 -0
- package/dist/stories/experiences/Interactive-map/Map.d.ts +1 -0
- package/dist/stories/experiences/Menu/menu.d.ts +1 -0
- package/dist/stories/experiences/Menu/menu.stories.d.ts +1 -0
- package/dist/stories/experiences/Numbers/card.d.ts +1 -0
- package/dist/stories/experiences/Numbers/numbers.d.ts +1 -0
- package/dist/stories/experiences/Quote/quote.d.ts +1 -0
- package/dist/stories/experiences/Tabs/tabs.d.ts +1 -0
- package/dist/stories/experiences/Video-playlist/Video.playlist.d.ts +1 -0
- package/dist/stories/experiences/market-picker-prompt/Market.picker.prompt.d.ts +1 -0
- package/dist/stories/templates/content.d.ts +1 -0
- package/dist/stories/templates/content.stories.d.ts +1 -0
- package/dist/stories/templates/product.d.ts +1 -0
- package/dist/stories/templates/product.stories.d.ts +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/utils/components/anchor.links.d.ts +1 -0
- package/dist/utils/components/swatch.d.ts +1 -0
- package/dist/utils/components/type.d.ts +1 -0
- package/package.json +1 -1
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
}
|
|
54
54
|
.cmpAlgoliaDynamicSearchWidget__header h1, .cmpAlgoliaDynamicSearchWidget__header h2, .cmpAlgoliaDynamicSearchWidget__header h3, .cmpAlgoliaDynamicSearchWidget__header h4, .cmpAlgoliaDynamicSearchWidget__header h5, .cmpAlgoliaDynamicSearchWidget__header h6, .cmpAlgoliaDynamicSearchWidget__header p {
|
|
55
55
|
margin: 0;
|
|
56
|
+
color: #2d363a;
|
|
56
57
|
}
|
|
57
58
|
.cmpAlgoliaDynamicSearchWidget__header__text {
|
|
58
59
|
display: flex;
|
|
@@ -93,7 +94,7 @@
|
|
|
93
94
|
.cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground {
|
|
94
95
|
background: #2d363a;
|
|
95
96
|
}
|
|
96
|
-
.cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text {
|
|
97
|
+
.cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text h1, .cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text h2, .cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text h3, .cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text h4, .cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text h5, .cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text h6, .cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text p {
|
|
97
98
|
color: white;
|
|
98
99
|
}
|
|
99
100
|
|
|
@@ -174,6 +175,7 @@
|
|
|
174
175
|
}
|
|
175
176
|
.algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header___vxNjS h1, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header___vxNjS h2, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header___vxNjS h3, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header___vxNjS h4, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header___vxNjS h5, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header___vxNjS h6, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header___vxNjS p {
|
|
176
177
|
margin: 0;
|
|
178
|
+
color: #2d363a;
|
|
177
179
|
}
|
|
178
180
|
.algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header__text___23-nk {
|
|
179
181
|
display: flex;
|
|
@@ -214,7 +216,7 @@
|
|
|
214
216
|
.algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc.algolia-dynamic-search-module__hasStyleGreyBackground___SuPIH {
|
|
215
217
|
background: #2d363a;
|
|
216
218
|
}
|
|
217
|
-
.algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc.algolia-dynamic-search-module__hasStyleGreyBackground___SuPIH .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header__text___23-nk {
|
|
219
|
+
.algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc.algolia-dynamic-search-module__hasStyleGreyBackground___SuPIH .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header__text___23-nk h1, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc.algolia-dynamic-search-module__hasStyleGreyBackground___SuPIH .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header__text___23-nk h2, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc.algolia-dynamic-search-module__hasStyleGreyBackground___SuPIH .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header__text___23-nk h3, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc.algolia-dynamic-search-module__hasStyleGreyBackground___SuPIH .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header__text___23-nk h4, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc.algolia-dynamic-search-module__hasStyleGreyBackground___SuPIH .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header__text___23-nk h5, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc.algolia-dynamic-search-module__hasStyleGreyBackground___SuPIH .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header__text___23-nk h6, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc.algolia-dynamic-search-module__hasStyleGreyBackground___SuPIH .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header__text___23-nk p {
|
|
218
220
|
color: white;
|
|
219
221
|
}
|
|
220
222
|
|
|
@@ -397,6 +399,18 @@
|
|
|
397
399
|
background: linear-gradient(45deg, rgb(172, 174, 176), rgb(130, 134, 136));
|
|
398
400
|
}
|
|
399
401
|
|
|
402
|
+
@font-face {
|
|
403
|
+
font-family: "Calibri";
|
|
404
|
+
src: url("/public/fonts/calibri.ttf") format("truetype");
|
|
405
|
+
}
|
|
406
|
+
@font-face {
|
|
407
|
+
font-family: "CalibriLight";
|
|
408
|
+
src: url("/public/fonts/calibri.ttf") format("truetype");
|
|
409
|
+
}
|
|
410
|
+
@font-face {
|
|
411
|
+
font-family: "CalibriBold";
|
|
412
|
+
src: url("/public/fonts/calibri.ttf") format("truetype");
|
|
413
|
+
}
|
|
400
414
|
.p-1 {
|
|
401
415
|
padding: 0.5rem;
|
|
402
416
|
}
|
|
@@ -1283,19 +1297,14 @@
|
|
|
1283
1297
|
.cmp-card--type-card-product__prices.show_prices, .show_prices.cmp-card--type-card-product__prices--login {
|
|
1284
1298
|
font-weight: 700;
|
|
1285
1299
|
}
|
|
1286
|
-
.cmp-card--type-card-panel {
|
|
1287
|
-
transition: opacity 0.3s ease-in-out;
|
|
1288
|
-
opacity: 0.6;
|
|
1289
|
-
}
|
|
1290
|
-
.cmp-card--type-card-panel:hover {
|
|
1291
|
-
opacity: 1;
|
|
1292
|
-
}
|
|
1293
1300
|
.cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer {
|
|
1294
1301
|
height: 2rem !important;
|
|
1295
1302
|
}
|
|
1296
1303
|
.cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer::before {
|
|
1297
1304
|
transform: translateY(0) !important;
|
|
1298
1305
|
height: 100% !important;
|
|
1306
|
+
opacity: 1;
|
|
1307
|
+
transition: opacity 0.3s ease-in-out;
|
|
1299
1308
|
}
|
|
1300
1309
|
.cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer svg {
|
|
1301
1310
|
z-index: 1;
|
|
@@ -1313,6 +1322,9 @@
|
|
|
1313
1322
|
.cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer--color-olivine-bright::before {
|
|
1314
1323
|
background-color: rgb(156, 183, 43) !important;
|
|
1315
1324
|
}
|
|
1325
|
+
.cmp-card--type-card-panel:hover .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer::before {
|
|
1326
|
+
opacity: 0.6;
|
|
1327
|
+
}
|
|
1316
1328
|
.cmp-card--type-careers .cmp-card__title-wrapper {
|
|
1317
1329
|
display: flex;
|
|
1318
1330
|
flex-direction: column;
|
|
@@ -1503,6 +1515,18 @@
|
|
|
1503
1515
|
background: linear-gradient(45deg, rgb(172, 174, 176), rgb(130, 134, 136));
|
|
1504
1516
|
}
|
|
1505
1517
|
|
|
1518
|
+
@font-face {
|
|
1519
|
+
font-family: "Calibri";
|
|
1520
|
+
src: url("/public/fonts/calibri.ttf") format("truetype");
|
|
1521
|
+
}
|
|
1522
|
+
@font-face {
|
|
1523
|
+
font-family: "CalibriLight";
|
|
1524
|
+
src: url("/public/fonts/calibri.ttf") format("truetype");
|
|
1525
|
+
}
|
|
1526
|
+
@font-face {
|
|
1527
|
+
font-family: "CalibriBold";
|
|
1528
|
+
src: url("/public/fonts/calibri.ttf") format("truetype");
|
|
1529
|
+
}
|
|
1506
1530
|
.card-module__p-1___2jrO3 {
|
|
1507
1531
|
padding: 0.5rem;
|
|
1508
1532
|
}
|
|
@@ -2389,19 +2413,14 @@
|
|
|
2389
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 {
|
|
2390
2414
|
font-weight: 700;
|
|
2391
2415
|
}
|
|
2392
|
-
.card-module__cmp-card--type-card-panel___95jYv {
|
|
2393
|
-
transition: opacity 0.3s ease-in-out;
|
|
2394
|
-
opacity: 0.6;
|
|
2395
|
-
}
|
|
2396
|
-
.card-module__cmp-card--type-card-panel___95jYv:hover {
|
|
2397
|
-
opacity: 1;
|
|
2398
|
-
}
|
|
2399
2416
|
.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 {
|
|
2400
2417
|
height: 2rem !important;
|
|
2401
2418
|
}
|
|
2402
2419
|
.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 {
|
|
2403
2420
|
transform: translateY(0) !important;
|
|
2404
2421
|
height: 100% !important;
|
|
2422
|
+
opacity: 1;
|
|
2423
|
+
transition: opacity 0.3s ease-in-out;
|
|
2405
2424
|
}
|
|
2406
2425
|
.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 {
|
|
2407
2426
|
z-index: 1;
|
|
@@ -2419,6 +2438,9 @@
|
|
|
2419
2438
|
.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 {
|
|
2420
2439
|
background-color: rgb(156, 183, 43) !important;
|
|
2421
2440
|
}
|
|
2441
|
+
.card-module__cmp-card--type-card-panel___95jYv:hover .card-module__cmp-card__content-wrapper___gh335 .card-module__cmp-card__title-wrapper___XHfZg .card-module__cmp-card__footer___xcNXM::before {
|
|
2442
|
+
opacity: 0.6;
|
|
2443
|
+
}
|
|
2422
2444
|
.card-module__cmp-card--type-careers___Wqzcf .card-module__cmp-card__title-wrapper___XHfZg {
|
|
2423
2445
|
display: flex;
|
|
2424
2446
|
flex-direction: column;
|
|
@@ -2609,6 +2631,18 @@
|
|
|
2609
2631
|
background: linear-gradient(45deg, rgb(172, 174, 176), rgb(130, 134, 136));
|
|
2610
2632
|
}
|
|
2611
2633
|
|
|
2634
|
+
@font-face {
|
|
2635
|
+
font-family: "Calibri";
|
|
2636
|
+
src: url("/public/fonts/calibri.ttf") format("truetype");
|
|
2637
|
+
}
|
|
2638
|
+
@font-face {
|
|
2639
|
+
font-family: "CalibriLight";
|
|
2640
|
+
src: url("/public/fonts/calibri.ttf") format("truetype");
|
|
2641
|
+
}
|
|
2642
|
+
@font-face {
|
|
2643
|
+
font-family: "CalibriBold";
|
|
2644
|
+
src: url("/public/fonts/calibri.ttf") format("truetype");
|
|
2645
|
+
}
|
|
2612
2646
|
.p-1 {
|
|
2613
2647
|
padding: 0.5rem;
|
|
2614
2648
|
}
|
package/dist/index.esm.css
CHANGED
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
}
|
|
54
54
|
.cmpAlgoliaDynamicSearchWidget__header h1, .cmpAlgoliaDynamicSearchWidget__header h2, .cmpAlgoliaDynamicSearchWidget__header h3, .cmpAlgoliaDynamicSearchWidget__header h4, .cmpAlgoliaDynamicSearchWidget__header h5, .cmpAlgoliaDynamicSearchWidget__header h6, .cmpAlgoliaDynamicSearchWidget__header p {
|
|
55
55
|
margin: 0;
|
|
56
|
+
color: #2d363a;
|
|
56
57
|
}
|
|
57
58
|
.cmpAlgoliaDynamicSearchWidget__header__text {
|
|
58
59
|
display: flex;
|
|
@@ -93,7 +94,7 @@
|
|
|
93
94
|
.cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground {
|
|
94
95
|
background: #2d363a;
|
|
95
96
|
}
|
|
96
|
-
.cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text {
|
|
97
|
+
.cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text h1, .cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text h2, .cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text h3, .cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text h4, .cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text h5, .cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text h6, .cmpAlgoliaDynamicSearchWidget.hasStyleGreyBackground .cmpAlgoliaDynamicSearchWidget__header__text p {
|
|
97
98
|
color: white;
|
|
98
99
|
}
|
|
99
100
|
|
|
@@ -174,6 +175,7 @@
|
|
|
174
175
|
}
|
|
175
176
|
.algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header___vxNjS h1, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header___vxNjS h2, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header___vxNjS h3, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header___vxNjS h4, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header___vxNjS h5, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header___vxNjS h6, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header___vxNjS p {
|
|
176
177
|
margin: 0;
|
|
178
|
+
color: #2d363a;
|
|
177
179
|
}
|
|
178
180
|
.algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header__text___23-nk {
|
|
179
181
|
display: flex;
|
|
@@ -214,7 +216,7 @@
|
|
|
214
216
|
.algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc.algolia-dynamic-search-module__hasStyleGreyBackground___SuPIH {
|
|
215
217
|
background: #2d363a;
|
|
216
218
|
}
|
|
217
|
-
.algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc.algolia-dynamic-search-module__hasStyleGreyBackground___SuPIH .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header__text___23-nk {
|
|
219
|
+
.algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc.algolia-dynamic-search-module__hasStyleGreyBackground___SuPIH .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header__text___23-nk h1, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc.algolia-dynamic-search-module__hasStyleGreyBackground___SuPIH .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header__text___23-nk h2, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc.algolia-dynamic-search-module__hasStyleGreyBackground___SuPIH .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header__text___23-nk h3, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc.algolia-dynamic-search-module__hasStyleGreyBackground___SuPIH .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header__text___23-nk h4, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc.algolia-dynamic-search-module__hasStyleGreyBackground___SuPIH .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header__text___23-nk h5, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc.algolia-dynamic-search-module__hasStyleGreyBackground___SuPIH .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header__text___23-nk h6, .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget___WY9hc.algolia-dynamic-search-module__hasStyleGreyBackground___SuPIH .algolia-dynamic-search-module__cmpAlgoliaDynamicSearchWidget__header__text___23-nk p {
|
|
218
220
|
color: white;
|
|
219
221
|
}
|
|
220
222
|
|
|
@@ -397,6 +399,18 @@
|
|
|
397
399
|
background: linear-gradient(45deg, rgb(172, 174, 176), rgb(130, 134, 136));
|
|
398
400
|
}
|
|
399
401
|
|
|
402
|
+
@font-face {
|
|
403
|
+
font-family: "Calibri";
|
|
404
|
+
src: url("/public/fonts/calibri.ttf") format("truetype");
|
|
405
|
+
}
|
|
406
|
+
@font-face {
|
|
407
|
+
font-family: "CalibriLight";
|
|
408
|
+
src: url("/public/fonts/calibri.ttf") format("truetype");
|
|
409
|
+
}
|
|
410
|
+
@font-face {
|
|
411
|
+
font-family: "CalibriBold";
|
|
412
|
+
src: url("/public/fonts/calibri.ttf") format("truetype");
|
|
413
|
+
}
|
|
400
414
|
.p-1 {
|
|
401
415
|
padding: 0.5rem;
|
|
402
416
|
}
|
|
@@ -1283,19 +1297,14 @@
|
|
|
1283
1297
|
.cmp-card--type-card-product__prices.show_prices, .show_prices.cmp-card--type-card-product__prices--login {
|
|
1284
1298
|
font-weight: 700;
|
|
1285
1299
|
}
|
|
1286
|
-
.cmp-card--type-card-panel {
|
|
1287
|
-
transition: opacity 0.3s ease-in-out;
|
|
1288
|
-
opacity: 0.6;
|
|
1289
|
-
}
|
|
1290
|
-
.cmp-card--type-card-panel:hover {
|
|
1291
|
-
opacity: 1;
|
|
1292
|
-
}
|
|
1293
1300
|
.cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer {
|
|
1294
1301
|
height: 2rem !important;
|
|
1295
1302
|
}
|
|
1296
1303
|
.cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer::before {
|
|
1297
1304
|
transform: translateY(0) !important;
|
|
1298
1305
|
height: 100% !important;
|
|
1306
|
+
opacity: 1;
|
|
1307
|
+
transition: opacity 0.3s ease-in-out;
|
|
1299
1308
|
}
|
|
1300
1309
|
.cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer svg {
|
|
1301
1310
|
z-index: 1;
|
|
@@ -1313,6 +1322,9 @@
|
|
|
1313
1322
|
.cmp-card--type-card-panel .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer--color-olivine-bright::before {
|
|
1314
1323
|
background-color: rgb(156, 183, 43) !important;
|
|
1315
1324
|
}
|
|
1325
|
+
.cmp-card--type-card-panel:hover .cmp-card__content-wrapper .cmp-card__title-wrapper .cmp-card__footer::before {
|
|
1326
|
+
opacity: 0.6;
|
|
1327
|
+
}
|
|
1316
1328
|
.cmp-card--type-careers .cmp-card__title-wrapper {
|
|
1317
1329
|
display: flex;
|
|
1318
1330
|
flex-direction: column;
|
|
@@ -1503,6 +1515,18 @@
|
|
|
1503
1515
|
background: linear-gradient(45deg, rgb(172, 174, 176), rgb(130, 134, 136));
|
|
1504
1516
|
}
|
|
1505
1517
|
|
|
1518
|
+
@font-face {
|
|
1519
|
+
font-family: "Calibri";
|
|
1520
|
+
src: url("/public/fonts/calibri.ttf") format("truetype");
|
|
1521
|
+
}
|
|
1522
|
+
@font-face {
|
|
1523
|
+
font-family: "CalibriLight";
|
|
1524
|
+
src: url("/public/fonts/calibri.ttf") format("truetype");
|
|
1525
|
+
}
|
|
1526
|
+
@font-face {
|
|
1527
|
+
font-family: "CalibriBold";
|
|
1528
|
+
src: url("/public/fonts/calibri.ttf") format("truetype");
|
|
1529
|
+
}
|
|
1506
1530
|
.card-module__p-1___2jrO3 {
|
|
1507
1531
|
padding: 0.5rem;
|
|
1508
1532
|
}
|
|
@@ -2389,19 +2413,14 @@
|
|
|
2389
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 {
|
|
2390
2414
|
font-weight: 700;
|
|
2391
2415
|
}
|
|
2392
|
-
.card-module__cmp-card--type-card-panel___95jYv {
|
|
2393
|
-
transition: opacity 0.3s ease-in-out;
|
|
2394
|
-
opacity: 0.6;
|
|
2395
|
-
}
|
|
2396
|
-
.card-module__cmp-card--type-card-panel___95jYv:hover {
|
|
2397
|
-
opacity: 1;
|
|
2398
|
-
}
|
|
2399
2416
|
.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 {
|
|
2400
2417
|
height: 2rem !important;
|
|
2401
2418
|
}
|
|
2402
2419
|
.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 {
|
|
2403
2420
|
transform: translateY(0) !important;
|
|
2404
2421
|
height: 100% !important;
|
|
2422
|
+
opacity: 1;
|
|
2423
|
+
transition: opacity 0.3s ease-in-out;
|
|
2405
2424
|
}
|
|
2406
2425
|
.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 {
|
|
2407
2426
|
z-index: 1;
|
|
@@ -2419,6 +2438,9 @@
|
|
|
2419
2438
|
.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 {
|
|
2420
2439
|
background-color: rgb(156, 183, 43) !important;
|
|
2421
2440
|
}
|
|
2441
|
+
.card-module__cmp-card--type-card-panel___95jYv:hover .card-module__cmp-card__content-wrapper___gh335 .card-module__cmp-card__title-wrapper___XHfZg .card-module__cmp-card__footer___xcNXM::before {
|
|
2442
|
+
opacity: 0.6;
|
|
2443
|
+
}
|
|
2422
2444
|
.card-module__cmp-card--type-careers___Wqzcf .card-module__cmp-card__title-wrapper___XHfZg {
|
|
2423
2445
|
display: flex;
|
|
2424
2446
|
flex-direction: column;
|
|
@@ -2609,6 +2631,18 @@
|
|
|
2609
2631
|
background: linear-gradient(45deg, rgb(172, 174, 176), rgb(130, 134, 136));
|
|
2610
2632
|
}
|
|
2611
2633
|
|
|
2634
|
+
@font-face {
|
|
2635
|
+
font-family: "Calibri";
|
|
2636
|
+
src: url("/public/fonts/calibri.ttf") format("truetype");
|
|
2637
|
+
}
|
|
2638
|
+
@font-face {
|
|
2639
|
+
font-family: "CalibriLight";
|
|
2640
|
+
src: url("/public/fonts/calibri.ttf") format("truetype");
|
|
2641
|
+
}
|
|
2642
|
+
@font-face {
|
|
2643
|
+
font-family: "CalibriBold";
|
|
2644
|
+
src: url("/public/fonts/calibri.ttf") format("truetype");
|
|
2645
|
+
}
|
|
2612
2646
|
.p-1 {
|
|
2613
2647
|
padding: 0.5rem;
|
|
2614
2648
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -4754,7 +4754,6 @@ var AlgoliaDynamicSearch = function (_a) {
|
|
|
4754
4754
|
setIsLoadingState(isLoading);
|
|
4755
4755
|
}
|
|
4756
4756
|
}, [isLoading]);
|
|
4757
|
-
console.table(styles$4.cmpAlgoliaDynamicSearchWidget);
|
|
4758
4757
|
// Background styling mapping
|
|
4759
4758
|
var backgroundStyles = {
|
|
4760
4759
|
"dark-grey": {
|