@royaloperahouse/harmonic 0.11.0-i → 0.11.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.
Files changed (40) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/README.GIT +278 -0
  3. package/README.md +43 -252
  4. package/dist/components/Typography/Typography.d.ts +2 -2
  5. package/dist/components/atoms/Dropdown/Dropdown.d.ts +1 -1
  6. package/dist/components/atoms/SectionSplitter/SectionSplitter.d.ts +1 -1
  7. package/dist/components/atoms/Tab/Tab.d.ts +1 -1
  8. package/dist/components/atoms/TextField/TextField.style.d.ts +1 -1
  9. package/dist/components/index.d.ts +2 -2
  10. package/dist/components/molecules/AnchorBar/AnchorBar.style.d.ts +1 -5
  11. package/dist/components/molecules/ContactCard/ContactCard.style.d.ts +4 -5
  12. package/dist/components/molecules/ContentSummary/ContentSummary.style.d.ts +1 -1
  13. package/dist/components/molecules/Information/Information.style.d.ts +1 -1
  14. package/dist/components/molecules/Pagination/Pagination.style.d.ts +1 -1
  15. package/dist/components/molecules/PromoWithTags/PromoWithTags.style.d.ts +6 -3
  16. package/dist/components/molecules/PromoWithTitle/PromoWithTitle.style.d.ts +1 -1
  17. package/dist/components/molecules/SectionTitle/SectionTitle.d.ts +1 -1
  18. package/dist/components/molecules/TextOnly/TextOnly.d.ts +4 -0
  19. package/dist/components/molecules/TextOnly/index.d.ts +2 -0
  20. package/dist/components/molecules/index.d.ts +2 -1
  21. package/dist/components/organisms/Footer/Footer.style.d.ts +5 -4
  22. package/dist/harmonic.cjs.development.css +16 -345
  23. package/dist/harmonic.cjs.development.js +545 -425
  24. package/dist/harmonic.cjs.development.js.map +1 -1
  25. package/dist/harmonic.cjs.production.min.js +1 -1
  26. package/dist/harmonic.cjs.production.min.js.map +1 -1
  27. package/dist/harmonic.esm.js +553 -436
  28. package/dist/harmonic.esm.js.map +1 -1
  29. package/dist/index.d.ts +2 -3
  30. package/dist/styles/HarmonicThemeProvider/HarmonicThemeProvider.d.ts +0 -1
  31. package/dist/types/anchorBar.d.ts +0 -2
  32. package/dist/types/contactCard.d.ts +22 -8
  33. package/dist/types/creditListing.d.ts +1 -1
  34. package/dist/types/promoWithTags.d.ts +1 -9
  35. package/dist/types/types.d.ts +33 -25
  36. package/dist/types/typography.d.ts +0 -4
  37. package/package.json +1 -1
  38. package/dist/components/molecules/BodyContent/BodyContent.d.ts +0 -4
  39. package/dist/components/molecules/BodyContent/index.d.ts +0 -2
  40. /package/dist/components/molecules/{BodyContent/BodyContent.style.d.ts → TextOnly/TextOnly.style.d.ts} +0 -0
@@ -1,8 +1,4 @@
1
- interface AnchorBarContainerProps {
2
- withShadow?: boolean;
3
- }
4
- export declare const AnchorBarContainer: import("styled-components").StyledComponent<"div", any, AnchorBarContainerProps, never>;
1
+ export declare const AnchorBarContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
5
2
  export declare const CTAWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
6
3
  export declare const CloseButtonWrapper: import("styled-components").StyledComponent<"a", any, {}, never>;
7
4
  export declare const ContentWrapper: import("styled-components").StyledComponent<"a", any, {}, never>;
8
- export {};
@@ -1,7 +1,6 @@
1
+ import { IContactCardWrapperProps } from '../../../types/contactCard';
1
2
  export declare const ContentWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const Wrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
3
- export declare const AddressWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
4
- export declare const TitleWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
5
- export declare const MobileSuffixWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
6
- export declare const DesktopSuffixWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const Wrapper: import("styled-components").StyledComponent<"div", any, IContactCardWrapperProps, never>;
4
+ export declare const AddressWrapperDesktop: import("styled-components").StyledComponent<"div", any, {}, never>;
5
+ export declare const AddressWrapperMobile: import("styled-components").StyledComponent<"div", any, {}, never>;
7
6
  export declare const DetailsWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -7,7 +7,7 @@ interface ContentSummaryProps {
7
7
  interface Clickable {
8
8
  clickable?: boolean;
9
9
  }
10
- export declare const BodyTextRelative: import("styled-components").StyledComponent<({ children, size, color, className, bold, tag: Tag, ...props }: import("../../../types/typography").IBodyCopyHarmonicProps) => import("react").JSX.Element, any, {}, never>;
10
+ export declare const BodyTextRelative: import("styled-components").StyledComponent<({ children, size, color, className, bold, ...props }: import("../../../types/typography").IGenericTypographyProps<HTMLParagraphElement>) => import("react").JSX.Element, any, {}, never>;
11
11
  export declare const ContentSummaryWrapper: import("styled-components").StyledComponent<"article", any, Clickable, never>;
12
12
  export declare const ContentSummaryImageWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
13
13
  export declare const ContentSummaryTextWrapper: import("styled-components").StyledComponent<"div", any, ContentSummaryProps, never>;
@@ -1,4 +1,4 @@
1
1
  export declare const InfoWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
2
2
  export declare const InfoTitle: import("styled-components").StyledComponent<"div", any, {}, never>;
3
3
  export declare const InfoCTAWrapper: import("styled-components").StyledComponent<"div", any, Pick<import("../../../types/information").IInformationCTAProps, "theme" | "variant">, never>;
4
- export declare const InfoBodyWrapper: import("styled-components").StyledComponent<({ children, size, color, className, bold, tag: Tag, ...props }: import("../../../types/typography").IBodyCopyHarmonicProps) => import("react").JSX.Element, any, {}, never>;
4
+ export declare const InfoBodyWrapper: import("styled-components").StyledComponent<({ children, size, color, className, bold, ...props }: import("../../../types/typography").IGenericTypographyProps<HTMLParagraphElement>) => import("react").JSX.Element, any, {}, never>;
@@ -4,6 +4,6 @@ export declare const MorePages: import("styled-components").StyledComponent<"spa
4
4
  export declare const PageNumberWrapper: import("styled-components").StyledComponent<"ol", any, {}, never>;
5
5
  export declare const LastPageItem: import("styled-components").StyledComponent<"li", any, {}, never>;
6
6
  export declare const PreviousPageItem: import("styled-components").StyledComponent<"li", any, {}, never>;
7
- export declare const TextLinkPagination: import("styled-components").StyledComponent<({ children, size, color, className, bold, tag: Tag, ...props }: import("../../../types/typography").IBodyCopyHarmonicProps) => import("react").JSX.Element, any, {
7
+ export declare const TextLinkPagination: import("styled-components").StyledComponent<({ children, size, color, className, bold, ...props }: import("../../../types/typography").IGenericTypographyProps<HTMLParagraphElement>) => import("react").JSX.Element, any, {
8
8
  active?: boolean | undefined;
9
9
  }, never>;
@@ -2,18 +2,21 @@ import { IEditorialGridProps } from '../../../types/editorial';
2
2
  import { IPromoWithTagsStyledProps } from '../../../types/promoWithTags';
3
3
  export declare const PromoWithTagsGrid: import("styled-components").StyledComponent<"div", any, IEditorialGridProps, never>;
4
4
  export declare const PromoWithTagsSubtitle: import("styled-components").StyledComponent<"span", any, {}, never>;
5
+ export declare const PromoWithTagsText: import("styled-components").StyledComponent<"div", any, {}, never>;
5
6
  export declare const ButtonsContainer: import("styled-components").StyledComponent<"div", any, IEditorialGridProps, never>;
6
7
  export declare const PromoWithTagsTagWrapper: import("styled-components").StyledComponent<"div", any, IPromoWithTagsStyledProps, never>;
8
+ export declare const PromoWithTagsAdditionalText: import("styled-components").StyledComponent<"div", any, {}, never>;
7
9
  export declare const TextLinksContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
8
10
  export declare const TextLinkWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
9
11
  export declare const ExtraContentWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
10
12
  export declare const IconWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
11
13
  export declare const PrimaryButtonWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
12
14
  export declare const MobileTitleWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
15
+ export declare const PromoWithTagsTypeTags: import("styled-components").StyledComponent<({ list }: import("../../../types/types").ITypeTagsProps) => import("react").JSX.Element, any, {}, never>;
16
+ export declare const PromoWithTagsHeader: import("styled-components").StyledComponent<({ semanticLevel, level, children }: import("../../../types/typography").IHeaderProps) => import("react").JSX.Element, any, {}, never>;
17
+ export declare const PromoWithTagsTextLink: import("styled-components").StyledComponent<import("react").FunctionComponent<import("../../../types/types").ITextLinkProps>, any, {}, never>;
13
18
  export declare const PromoWithTagsExtraContentWrapper: import("styled-components").StyledComponent<"div", any, IEditorialGridProps, never>;
14
19
  export declare const PromoWithTagsContentWrapper: import("styled-components").StyledComponent<"div", any, IEditorialGridProps, never>;
20
+ export declare const PromoWithTagsContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
15
21
  export declare const TimerWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
16
22
  export declare const EndDateText: import("styled-components").StyledComponent<"div", any, {}, never>;
17
- export declare const HarmonicHeaderWithWrapper: import("styled-components").StyledComponent<({ children, size, em, color, serif, hierarchy: Tag, className, }: import("../../../types/typography").IHarmonicHeaderProps) => import("react").JSX.Element, any, {}, never>;
18
- export declare const BodyCopyHarmonicWithWrapper: import("styled-components").StyledComponent<({ children, size, color, className, bold, tag: Tag, ...props }: import("../../../types/typography").IBodyCopyHarmonicProps) => import("react").JSX.Element, any, {}, never>;
19
- export declare const HarmonicSubtitleWithWrapper: import("styled-components").StyledComponent<({ children, size, color, className }: import("../../../types/typography").IGenericTypographyProps<HTMLParagraphElement>) => import("react").JSX.Element, any, {}, never>;
@@ -4,5 +4,5 @@ export declare const PromoWithTitleImageWrapper: import("styled-components").Sty
4
4
  export declare const PromoWithTitleContentWrapper: import("styled-components").StyledComponent<"div", any, IEditorialGridProps, never>;
5
5
  export declare const HarmonicHeaderWithWrapper: import("styled-components").StyledComponent<({ children, size, em, color, serif, hierarchy: Tag, className, }: import("../../../types/typography").IHarmonicHeaderProps) => import("react").JSX.Element, any, {}, never>;
6
6
  export declare const HarmonicSubtitleWithWrapper: import("styled-components").StyledComponent<({ children, size, color, className }: import("../../../types/typography").IGenericTypographyProps<HTMLParagraphElement>) => import("react").JSX.Element, any, {}, never>;
7
- export declare const BodyCopyHarmonicWithWrapper: import("styled-components").StyledComponent<({ children, size, color, className, bold, tag: Tag, ...props }: import("../../../types/typography").IBodyCopyHarmonicProps) => import("react").JSX.Element, any, {}, never>;
7
+ export declare const BodyCopyHarmonicWithWrapper: import("styled-components").StyledComponent<({ children, size, color, className, bold, ...props }: import("../../../types/typography").IGenericTypographyProps<HTMLParagraphElement>) => import("react").JSX.Element, any, {}, never>;
8
8
  export declare const ButtonsContainer: import("styled-components").StyledComponent<"div", any, IEditorialGridProps, never>;
@@ -1,4 +1,4 @@
1
1
  import React from 'react';
2
2
  import { ISectionTitleProps } from '../../../types/types';
3
- declare const SectionTitle: ({ title, size, description, className }: ISectionTitleProps) => React.JSX.Element;
3
+ declare const SectionTitle: ({ title, size, description, semanticLevel }: ISectionTitleProps) => React.JSX.Element;
4
4
  export default SectionTitle;
@@ -0,0 +1,4 @@
1
+ import { FunctionComponent } from 'react';
2
+ import { ITextOnlyProps } from '../../../types/types';
3
+ declare const TextOnly: FunctionComponent<ITextOnlyProps>;
4
+ export default TextOnly;
@@ -0,0 +1,2 @@
1
+ import TextOnly from './TextOnly';
2
+ export default TextOnly;
@@ -23,6 +23,7 @@ import Select from './Select';
23
23
  import Select2 from './Select2';
24
24
  import Select2Async from './Select2Async';
25
25
  import Tabs from './Tabs';
26
+ import TextOnly from './TextOnly';
26
27
  import UpsellCard from './UpsellCard';
27
28
  import ImageWithCaption from './ImageWithCaption';
28
29
  import Quote from './Quote';
@@ -34,4 +35,4 @@ import Table from './Table';
34
35
  import VideoWithControls from './VideoWithControls';
35
36
  import SignUpForm from './SignUpForm';
36
37
  import AnchorBar from './AnchorBar';
37
- export { Accordion, Accordions, AnchorBar, AnnouncementBanner, AuxiliaryNav, Card, Cards, ContactCard, ContentSummary, CreditListing, Editorial, HotFilters, ImageWithCaption, Information, MiniCard, PageHeading, PageHeadingCompact, PageHeadingImpact, PageHeadingPanel, PageHeadingPromo, PasswordStrength, Pagination, PeopleListing, PolicyLinks, PromoWithTags, PromoWithTitle, RadioGroup, RadioGroup2, ReadMore, Quote, StatusBanner, SectionTitle, SearchBar, Select, Select2, Select2Async, SignUpForm, Tabs, Table, UpsellCard, VideoWithControls, };
38
+ export { Accordion, Accordions, AnchorBar, AnnouncementBanner, AuxiliaryNav, Card, Cards, ContactCard, ContentSummary, CreditListing, Editorial, HotFilters, ImageWithCaption, Information, MiniCard, PageHeading, PageHeadingCompact, PageHeadingImpact, PageHeadingPanel, PageHeadingPromo, PasswordStrength, Pagination, PeopleListing, PolicyLinks, PromoWithTags, PromoWithTitle, RadioGroup, RadioGroup2, ReadMore, Quote, StatusBanner, SectionTitle, SearchBar, Select, Select2, Select2Async, SignUpForm, Tabs, Table, TextOnly, UpsellCard, VideoWithControls, };
@@ -1,7 +1,8 @@
1
- export declare const FooterSection: import("styled-components").StyledComponent<"div", any, {}, never>;
2
- export declare const PolicyLinksSection: import("styled-components").StyledComponent<"div", any, import("../../../types/types").IGridItemProps, never>;
3
- export declare const SocialAndNewsletterSection: import("styled-components").StyledComponent<"div", any, import("../../../types/types").IGridItemProps, never>;
1
+ export declare const FooterSection: import("styled-components").StyledComponent<"footer", any, {}, never>;
2
+ export declare const FooterContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
3
+ export declare const PolicyLinksSection: import("styled-components").StyledComponent<"div", any, {}, never>;
4
+ export declare const SocialAndNewsletterSection: import("styled-components").StyledComponent<"div", any, {}, never>;
4
5
  export declare const SectionWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
5
- export declare const LogoAndDescriptionSection: import("styled-components").StyledComponent<"div", any, import("../../../types/types").IGridItemProps, never>;
6
+ export declare const LogoAndDescriptionSection: import("styled-components").StyledComponent<"div", any, {}, never>;
6
7
  export declare const TextLinkWrapper: import("styled-components").StyledComponent<import("react").FunctionComponent<import("../../../types/types").ITextLinkProps>, any, {}, never>;
7
8
  export declare const SponsorWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;
@@ -343,325 +343,6 @@
343
343
  font-display: swap;
344
344
  }
345
345
 
346
- /* ~~~~~ General Styling Classes ~~~~~ */
347
- .typography_color-primary__LOfDi {
348
- color: var(--color-primary);
349
- }
350
-
351
- .typography_color-black__6MHRL {
352
- color: var(--color-base-black);
353
- }
354
-
355
- .typography_color-white__PfW5s {
356
- color: var(--color-base-white);
357
- }
358
-
359
- .typography_color-red__iPlbG {
360
- color: var(--color-primary-red);
361
- }
362
-
363
- .typography_color-grey__GA1c2 {
364
- color: var(--color-base-dark-grey);
365
- }
366
-
367
- .typography_color-inherit__RDd0Y {
368
- color: inherit;
369
- }
370
-
371
- .typography_em__E6tX- {
372
- font-style: italic;
373
- }
374
- /* ~~~ */
375
-
376
- /* Display Headers */
377
- .typography_display__-F3p4 {
378
- margin: 0;
379
- font-family: var(--font-family-sans);
380
- line-height: 100%;
381
-
382
- &.typography_large__uq0zC {
383
- font-size: 96px;
384
- font-weight: 700;
385
- letter-spacing: -5px;
386
- }
387
-
388
- &.typography_small__wfQ0K {
389
- font-size: 68px;
390
- font-weight: 500;
391
- letter-spacing: -3px;
392
- }
393
-
394
- /* Serif and Italic styles */
395
- &.typography_serif__VSO38,
396
- &.typography_em__E6tX- {
397
- font-family: var(--font-family-serif);
398
- font-weight: 500;
399
- }
400
-
401
- /* Serif and Italic adjustments */
402
- &.typography_large__uq0zC.typography_serif__VSO38,
403
- &.typography_large__uq0zC.typography_em__E6tX- {
404
- letter-spacing: -3px;
405
- }
406
-
407
- &.typography_small__wfQ0K.typography_serif__VSO38,
408
- &.typography_small__wfQ0K.typography_em__E6tX- {
409
- letter-spacing: -2px;
410
- }
411
-
412
- @media (max-width: 699px) {
413
- &.typography_large__uq0zC {
414
- font-size: 38px;
415
- letter-spacing: -1.5px;
416
- }
417
-
418
- &.typography_small__wfQ0K {
419
- font-size: 32px;
420
- letter-spacing: -1.5px;
421
- }
422
-
423
- &.typography_large__uq0zC.typography_serif__VSO38,
424
- &.typography_large__uq0zC.typography_em__E6tX-,
425
- &.typography_small__wfQ0K.typography_serif__VSO38,
426
- &.typography_small__wfQ0K.typography_em__E6tX- {
427
- letter-spacing: -0.5px;
428
- }
429
- }
430
- }
431
-
432
- /* Headers */
433
- .typography_header__BexiD {
434
- margin: 0;
435
- font-family: var(--font-family-sans);
436
- font-weight: 500;
437
-
438
- &.typography_large__uq0zC {
439
- font-size: 44px;
440
- line-height: 48px;
441
- letter-spacing: -1.5px;
442
- }
443
-
444
- &.typography_medium__K0uZD {
445
- font-size: 34px;
446
- line-height: 40px;
447
- letter-spacing: -1px;
448
- }
449
-
450
- &.typography_small__wfQ0K {
451
- font-size: 26px;
452
- line-height: 32px;
453
- letter-spacing: -0.5px;
454
- }
455
-
456
- /* Serif and Italic styles */
457
- &.typography_serif__VSO38,
458
- &.typography_em__E6tX- {
459
- font-family: var(--font-family-serif);
460
- }
461
-
462
- /* Serif and Italic letter-spacing overrides */
463
- &.typography_large__uq0zC.typography_serif__VSO38,
464
- &.typography_large__uq0zC.typography_em__E6tX- {
465
- letter-spacing: -0.5px;
466
- }
467
-
468
- &.typography_medium__K0uZD.typography_serif__VSO38,
469
- &.typography_medium__K0uZD.typography_em__E6tX- {
470
- letter-spacing: -0.5px;
471
- }
472
-
473
- &.typography_small__wfQ0K.typography_serif__VSO38,
474
- &.typography_small__wfQ0K.typography_em__E6tX- {
475
- letter-spacing: -0.5px;
476
- }
477
-
478
- @media (max-width: 699px) {
479
- &.typography_large__uq0zC {
480
- font-size: 28px;
481
- line-height: 34px;
482
- letter-spacing: -1.5px;
483
- }
484
-
485
- &.typography_medium__K0uZD {
486
- font-size: 24px;
487
- line-height: 28px;
488
- letter-spacing: -1px;
489
- }
490
-
491
- &.typography_small__wfQ0K {
492
- font-size: 20px;
493
- line-height: 26px;
494
- letter-spacing: -0.75px;
495
- }
496
-
497
- /* Mobile overrides for serif/italic letter-spacing */
498
- &.typography_large__uq0zC.typography_serif__VSO38,
499
- &.typography_large__uq0zC.typography_em__E6tX-,
500
- &.typography_medium__K0uZD.typography_serif__VSO38,
501
- &.typography_medium__K0uZD.typography_em__E6tX-,
502
- &.typography_small__wfQ0K.typography_serif__VSO38,
503
- &.typography_small__wfQ0K.typography_em__E6tX- {
504
- letter-spacing: -0.5px;
505
- }
506
- }
507
- }
508
-
509
- /* Subtitle */
510
- .typography_subtitle__aoFTV {
511
- margin: 0;
512
- font-family: var(--font-family-sans);
513
- font-weight: 500;
514
-
515
- &.typography_large__uq0zC {
516
- font-size: 19px;
517
- line-height: 26px;
518
- letter-spacing: -0.5px;
519
- }
520
-
521
- &.typography_small__wfQ0K {
522
- font-size: 17px;
523
- line-height: 24px;
524
- letter-spacing: -0.5px;
525
- }
526
-
527
- @media (max-width: 699px) {
528
- &.typography_large__uq0zC {
529
- font-size: 17px;
530
- line-height: 24px;
531
- letter-spacing: -0.5px;
532
- }
533
-
534
- &.typography_small__wfQ0K {
535
- font-size: 14px;
536
- line-height: 20px;
537
- letter-spacing: -0.2px;
538
- }
539
- }
540
- }
541
-
542
- /* Body Copy */
543
- .typography_bodycopy__vYtQ8 {
544
- margin: 0;
545
- font-family: var(--font-family-sans);
546
- font-weight: 400;
547
-
548
- &.typography_large__uq0zC {
549
- font-size: 19px;
550
- line-height: 26px;
551
- letter-spacing: -0.5px;
552
- }
553
-
554
- &.typography_medium__K0uZD {
555
- font-size: 17px;
556
- line-height: 24px;
557
- letter-spacing: -0.5px;
558
- }
559
-
560
- &.typography_small__wfQ0K {
561
- font-size: 14px;
562
- line-height: 20px;
563
- letter-spacing: -0.5px;
564
- }
565
-
566
- @media (max-width: 699px) {
567
- &.typography_large__uq0zC {
568
- font-size: 17px;
569
- line-height: 24px;
570
- letter-spacing: -0.5px;
571
- }
572
-
573
- &.typography_medium__K0uZD {
574
- font-size: 14px;
575
- line-height: 20px;
576
- letter-spacing: -0.2px;
577
- }
578
-
579
- &.typography_small__wfQ0K {
580
- font-size: 11px;
581
- line-height: 16px;
582
- letter-spacing: -0.2px;
583
- }
584
- }
585
- }
586
-
587
- /* Overline */
588
- .typography_overline__EnUK3 {
589
- margin: 0;
590
- font-family: var(--font-family-sans);
591
- font-weight: 500;
592
- text-transform: uppercase;
593
-
594
- &.typography_large__uq0zC {
595
- font-size: 14px;
596
- line-height: 18px;
597
- letter-spacing: 0.3px;
598
- }
599
-
600
- &.typography_small__wfQ0K {
601
- font-size: 12px;
602
- line-height: 14px;
603
- letter-spacing: 0.2px;
604
- }
605
-
606
- @media (max-width: 699px) {
607
- &.typography_large__uq0zC {
608
- line-height: 17px;
609
- letter-spacing: 0.3px; /* Added to ensure it stays */
610
- }
611
-
612
- &.typography_small__wfQ0K {
613
- line-height: 14px;
614
- letter-spacing: 0.3px;
615
- }
616
- }
617
- }
618
-
619
- /* Button Text */
620
- .typography_buttontext__vcxNi {
621
- margin: 0;
622
- font-family: var(--font-family-sans);
623
- font-size: 17px;
624
- line-height: 20px;
625
- letter-spacing: -0.5px;
626
- font-weight: 400;
627
-
628
- @media (max-width: 699px) {
629
- font-weight: 500;
630
- line-height: 17px;
631
- }
632
- }
633
-
634
- /* Caption Text */
635
- .typography_captiontext__91UFb {
636
- margin: 0;
637
- font-family: var(--font-family-sans);
638
- font-weight: 400;
639
- font-size: 17px;
640
- line-height: 24px;
641
- letter-spacing: -0.5px;
642
-
643
- @media (max-width: 699px) {
644
- font-size: 14px;
645
- line-height: 20px;
646
- letter-spacing: -0.2px;
647
- }
648
- }
649
-
650
- /* Navigation Text */
651
- .typography_navigationtext__YfGf7 {
652
- margin: 0;
653
- font-family: var(--font-family-sans);
654
- font-size: 19px;
655
- line-height: 19px;
656
- letter-spacing: 0.4px;
657
- font-weight: 500;
658
-
659
- @media (max-width: 699px) {
660
- font-size: 17px;
661
- line-height: 17px;
662
- }
663
- }
664
-
665
346
  .core-theme-module_coreTheme__pWxYB {
666
347
  /* RBO Red */
667
348
  /* Primary Palette */
@@ -707,9 +388,6 @@
707
388
  --color-secondary-orange: #ff6700;
708
389
  --color-secondary-blue: #5f9cff;
709
390
 
710
- /* Shadows */
711
- --shadow-floating: 0px 4px 38px 0px #0000000a;
712
-
713
391
  /* Core theme colors */
714
392
  --base-color-primary: #c8102e;
715
393
  --base-color-core: #c8102e;
@@ -752,7 +430,7 @@
752
430
  --button-auxiliary-color: var(--color-primary-black);
753
431
  --button-auxiliary-bg-color: var(--color-base-transparent);
754
432
 
755
- /* ----- Variables already used in Harmonic START ----- */
433
+ /* ----- Variables already used in Harmonic START ----- */
756
434
  --grid-column-gap: 36px;
757
435
  --grid-margin: 10%;
758
436
 
@@ -764,33 +442,13 @@
764
442
  --rotator-button-hover-bg-color: var(--color-primary-red);
765
443
 
766
444
  --carousel-image-caption-height: 17px;
767
-
768
- --line-height-listing: 36px;
769
-
770
- --font-feature-settings-body: 'pnum' on, 'onum' on, 'liga' off;
771
- --font-feature-settings-header: 'tnum' on, 'lnum' on;
772
- --font-feature-settings-subtitle: 'tnum' on, 'lnum' on;
773
-
774
- --text-transform-body: none;
775
- --text-transform-header: uppercase;
776
- --text-transform-subtitle: uppercase;
777
-
445
+
778
446
  @media (max-width: 699px) {
779
447
  --grid-column-gap: 12px;
780
448
  --grid-margin: 20px;
781
449
  --rotator-button-width: 40px;
782
450
  --rotator-button-icon-width: 24px;
783
451
  --carousel-image-caption-height: 14px;
784
-
785
- --line-height-listing: 34px;
786
-
787
- --font-feature-settings-body: 'pnum' on, 'onum' on, 'liga' off;
788
- --font-feature-settings-header: 'tnum' on, 'lnum' on;
789
- --font-feature-settings-subtitle: 'tnum' on, 'lnum' on;
790
-
791
- --text-transform-body: none;
792
- --text-transform-header: uppercase;
793
- --text-transform-subtitle: uppercase;
794
452
  }
795
453
 
796
454
  @media (min-width: 700px) and (max-width: 1139px) {
@@ -801,7 +459,7 @@
801
459
  --carousel-image-caption-height: 14px;
802
460
  }
803
461
 
804
- /* ----- Variables already used in Harmonic END ----- */
462
+ /* ----- Variables already used in Harmonic END ----- */
805
463
 
806
464
  --font-size-header-1: 96px;
807
465
  --font-weight-header-1: 500;
@@ -907,6 +565,7 @@
907
565
  --font-size-title-description: 20px;
908
566
  --line-height-title-description: 28px;
909
567
 
568
+ --line-height-listing: 36px;
910
569
  --font-size-individual-listing-name: 19px;
911
570
  --line-height-individual-listing-name: 24px;
912
571
  --line-height-people-listing-gap: 24px;
@@ -921,12 +580,18 @@
921
580
  --font-family-people-listing-role: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
922
581
  --font-family-people-listing-name: 'adobe-garamond-pro';
923
582
 
583
+ --font-feature-settings-header: 'tnum' on, 'lnum' on;
924
584
  --font-feature-settings-altHeader: 'pnum' on, 'onum' on;
925
585
  --font-feature-settings-overline: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
586
+ --font-feature-settings-subtitle: 'tnum' on, 'lnum' on;
587
+ --font-feature-settings-body: 'pnum' on, 'onum' on, 'liga' off;
926
588
  --font-feature-settings-navigation: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
927
589
 
590
+ --text-transform-header: uppercase;
928
591
  --text-transform-altHeader: none;
592
+ --text-transform-body: none;
929
593
  --text-transform-overline: uppercase;
594
+ --text-transform-subtitle: uppercase;
930
595
 
931
596
  --word-break-header: break-word;
932
597
  --word-break-altHeader: break-word;
@@ -1095,12 +760,18 @@
1095
760
  --font-family-people-listing-role: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
1096
761
  --font-family-people-listing-name: 'adobe-garamond-pro';
1097
762
 
763
+ --font-feature-settings-header: 'tnum' on, 'lnum' on;
1098
764
  --font-feature-settings-altHeader: 'pnum' on, 'onum' on;
1099
765
  --font-feature-settings-overline: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
766
+ --font-feature-settings-subtitle: 'tnum' on, 'lnum' on;
767
+ --font-feature-settings-body: 'pnum' on, 'onum' on, 'liga' off;
1100
768
  --font-feature-settings-navigation: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
1101
769
 
770
+ --text-transform-header: uppercase;
1102
771
  --text-transform-altHeader: none;
772
+ --text-transform-body: none;
1103
773
  --text-transform-overline: uppercase;
774
+ --text-transform-subtitle: uppercase;
1104
775
 
1105
776
  --word-break-header: break-word;
1106
777
  --word-break-altHeader: break-word;