@asantemedia-org/edwardsvacuum-design-system 1.1.9 → 1.2.1

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.
Files changed (60) hide show
  1. package/dist/index.scss +50 -16
  2. package/dist/stories/atoms/forms/checkbox/checkbox.d.ts +1 -0
  3. package/dist/stories/atoms/forms/checkbox/checkbox.stories.d.ts +1 -0
  4. package/dist/stories/atoms/forms/input/input.d.ts +1 -0
  5. package/dist/stories/atoms/forms/input/input.stories.d.ts +1 -0
  6. package/dist/stories/atoms/forms/select/select.d.ts +1 -0
  7. package/dist/stories/atoms/forms/text/counrty-selector.d.ts +1 -0
  8. package/dist/stories/atoms/forms/text/text.d.ts +1 -0
  9. package/dist/stories/components/Banner/Banner.d.ts +1 -0
  10. package/dist/stories/components/Button/Button.d.ts +1 -0
  11. package/dist/stories/components/Card/card.d.ts +1 -0
  12. package/dist/stories/components/Expert-banner/expert.banner.d.ts +1 -0
  13. package/dist/stories/components/Pagination/pagination.d.ts +1 -0
  14. package/dist/stories/components/Popup/Popup.d.ts +1 -0
  15. package/dist/stories/components/Video/Video.d.ts +1 -0
  16. package/dist/stories/experiences/Accordion/accordion.d.ts +1 -0
  17. package/dist/stories/experiences/Algolia-dynamic-search/algolia-dynamic-search.d.ts +1 -0
  18. package/dist/stories/experiences/Anchor/anchor.d.ts +1 -0
  19. package/dist/stories/experiences/Brand-promise-paragraph/Brand.promise.paragraph.d.ts +1 -0
  20. package/dist/stories/experiences/Breadcrumb/breadcrumb.d.ts +1 -0
  21. package/dist/stories/experiences/Careers-search/careers-search-results-item.d.ts +1 -0
  22. package/dist/stories/experiences/Careers-search/careers-search-results.d.ts +1 -0
  23. package/dist/stories/experiences/Careers-search/careers-search.d.ts +1 -0
  24. package/dist/stories/experiences/Carousel/dynamic/carousel.dynamic.d.ts +1 -0
  25. package/dist/stories/experiences/Carousel/static/carousel.d.ts +1 -0
  26. package/dist/stories/experiences/Download/download-item.d.ts +1 -0
  27. package/dist/stories/experiences/Download/download-library.d.ts +1 -0
  28. package/dist/stories/experiences/Dynamic-list/dynamic.list.d.ts +1 -0
  29. package/dist/stories/experiences/Footer/footer-links/footer.links.d.ts +1 -0
  30. package/dist/stories/experiences/Footer/footer-socials/footer.socials.d.ts +1 -0
  31. package/dist/stories/experiences/Footer/footer.d.ts +1 -0
  32. package/dist/stories/experiences/Header/header-brand/header.brand.d.ts +1 -0
  33. package/dist/stories/experiences/Header/header-button/header.button.d.ts +1 -0
  34. package/dist/stories/experiences/Header/header-lang/header.language.switcher.d.ts +1 -0
  35. package/dist/stories/experiences/Header/header-megamenu/header.megamenu.d.ts +1 -0
  36. package/dist/stories/experiences/Header/header-nav/header.nav.d.ts +1 -0
  37. package/dist/stories/experiences/Header/header-search/header.search.d.ts +1 -0
  38. package/dist/stories/experiences/Header/header.content.d.ts +1 -0
  39. package/dist/stories/experiences/Header/header.d.ts +1 -0
  40. package/dist/stories/experiences/Header-twentytwentyfour/button.d.ts +1 -0
  41. package/dist/stories/experiences/Header-twentytwentyfour/header.d.ts +1 -0
  42. package/dist/stories/experiences/Header-twentytwentyfour/list.d.ts +1 -0
  43. package/dist/stories/experiences/Interactive-map/Map.d.ts +1 -0
  44. package/dist/stories/experiences/Menu/menu.d.ts +1 -0
  45. package/dist/stories/experiences/Menu/menu.stories.d.ts +1 -0
  46. package/dist/stories/experiences/Numbers/card.d.ts +1 -0
  47. package/dist/stories/experiences/Numbers/numbers.d.ts +1 -0
  48. package/dist/stories/experiences/Quote/quote.d.ts +1 -0
  49. package/dist/stories/experiences/Tabs/tabs.d.ts +1 -0
  50. package/dist/stories/experiences/Video-playlist/Video.playlist.d.ts +1 -0
  51. package/dist/stories/experiences/market-picker-prompt/Market.picker.prompt.d.ts +1 -0
  52. package/dist/stories/templates/content.d.ts +1 -0
  53. package/dist/stories/templates/content.stories.d.ts +1 -0
  54. package/dist/stories/templates/product.d.ts +1 -0
  55. package/dist/stories/templates/product.stories.d.ts +1 -0
  56. package/dist/tsconfig.tsbuildinfo +1 -1
  57. package/dist/utils/components/anchor.links.d.ts +1 -0
  58. package/dist/utils/components/swatch.d.ts +1 -0
  59. package/dist/utils/components/type.d.ts +1 -0
  60. package/package.json +2 -2
package/dist/index.scss 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
  }
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './checkbox.scss';
2
3
  interface CheckboxProps {
3
4
  label?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import { Meta } from "@storybook/react";
2
3
  import { Checkbox } from "./checkbox";
3
4
  declare const meta: Meta<typeof Checkbox>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './input.scss';
2
3
  interface InputProps {
3
4
  label?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { Meta } from "@storybook/react";
2
3
  import { Input } from "./input";
3
4
  declare const meta: Meta<typeof Input>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './select.scss';
2
3
  interface SelectProps {
3
4
  label?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  /**
2
3
  * A component to select a country from a list of countries
3
4
  */
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './text.scss';
2
3
  interface TextProps {
3
4
  label?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './banner.scss';
2
3
  interface BannerProps {
3
4
  style?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './button.scss';
2
3
  interface ButtonProps {
3
4
  /**
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './card.scss';
2
3
  import { CardProps } from './card.types';
3
4
  export declare const Card: ({ contentCategoryLabel, className, colour, date, size, title, cta, imageUrl, imageAlt, cardStyle, cardLink, city, country }: CardProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './expert.banner.scss';
2
3
  interface ExpertBannerProps {
3
4
  name?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './pagination.scss';
2
3
  export interface PaginationProps {
3
4
  className?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './popup.scss';
2
3
  interface PopupProps {
3
4
  style?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './video.scss';
2
3
  interface VideoProps {
3
4
  /**
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import { AccordionProps } from './accordion.types';
2
3
  export declare const Accordion: ({ items, expanded, state, className }: AccordionProps) => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './algolia-dynamic-search.scss';
2
3
  interface AlgoliaDynamicSearchProps {
3
4
  className?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './anchor.scss';
2
3
  interface AnchorProps {
3
4
  className?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './brandPromiseParagraph.scss';
2
3
  interface BrandPromiseParagraph {
3
4
  paddingTop?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './breadcrumb.scss';
2
3
  interface BreadcrumbProps {
3
4
  style?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './careers-search-results-item.scss';
2
3
  interface CareersSearchResultsItemProps {
3
4
  className?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './careers-search-results.scss';
2
3
  interface CareersSearchResultsProps {
3
4
  className?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './careers-search.scss';
2
3
  interface CareersSearchProps {
3
4
  className?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './carousel.dynamic.scss';
2
3
  import '../slick.scss';
3
4
  import '../slick-theme.scss';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './carousel.scss';
2
3
  import '../slick.scss';
3
4
  import '../slick-theme.scss';
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './download-item.scss';
2
3
  interface DownloadItemProps {
3
4
  image?: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './download-library.scss';
2
3
  interface DownloadLibraryProps {
3
4
  numberOfItems?: number;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './dynamic.list.scss';
2
3
  interface DynamicListProps {
3
4
  data?: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './footer.links.scss';
2
3
  interface FooterLinksProps {
3
4
  title?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './footer.socials.scss';
2
3
  interface FooterSocialsProps {
3
4
  socialChannels?: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './footer.scss';
2
3
  interface FooterProps {
3
4
  title?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './header.brand.scss';
2
3
  interface HeaderBrand {
3
4
  title?: string;
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * This component should be used to create a button with a toggle state.
3
3
  */
4
+ /// <reference types="react" />
4
5
  import './header.button.scss';
5
6
  interface HeaderButton {
6
7
  label: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface HeaderLanguageSwitcherProps {
2
3
  title?: string;
3
4
  classname?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './header.megamenu.scss';
2
3
  interface HeaderMegaMenuProps {
3
4
  exploreData?: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface HeaderNavProps {
2
3
  title?: string;
3
4
  open?: boolean;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './header.search.scss';
2
3
  interface HeaderSearchProps {
3
4
  title?: string;
@@ -1 +1,2 @@
1
+ /// <reference types="react" />
1
2
  export declare const HeaderContent: () => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import "./header.scss";
2
3
  interface HeaderProps {
3
4
  title?: string;
@@ -1,6 +1,7 @@
1
1
  /**
2
2
  * This component should be used to create a button with a toggle state.
3
3
  */
4
+ /// <reference types="react" />
4
5
  interface Button {
5
6
  label: string;
6
7
  closeLabel: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './header.scss';
2
3
  declare const Header: ({ liteHeader, marketPickerPrompt, }: {
3
4
  liteHeader: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  interface List {
2
3
  item?: any;
3
4
  className?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './map.scss';
2
3
  interface InteractiveMapProps {
3
4
  style?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './menu.scss';
2
3
  import './scripts';
3
4
  interface MenuProps {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { Meta } from '@storybook/react';
2
3
  import { Menu } from './menu';
3
4
  declare const meta: Meta<typeof Menu>;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './card.scss';
2
3
  interface CardProps {
3
4
  size?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './numbers.scss';
2
3
  interface NumbersProps {
3
4
  className?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './quote.scss';
2
3
  interface QuoteProps {
3
4
  layout?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './tabs.core.scss';
2
3
  import './tabs.scss';
3
4
  interface TabProps {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './video.playlist.scss';
2
3
  interface VideoPlaylistProps {
3
4
  style?: string;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import './styles.scss';
2
3
  interface MarketPickerPromptProps {
3
4
  style?: string;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import './page.scss';
2
3
  export declare const PageTemplate: () => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { Meta } from "@storybook/react";
2
3
  import { PageTemplate } from "./content";
3
4
  declare const meta: Meta<typeof PageTemplate>;
@@ -1,2 +1,3 @@
1
+ /// <reference types="react" />
1
2
  import './page.scss';
2
3
  export declare const ProductPageTemplate: () => JSX.Element;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { Meta } from "@storybook/react";
2
3
  import { ProductPageTemplate } from "./product";
3
4
  declare const meta: Meta<typeof ProductPageTemplate>;