@royaloperahouse/harmonic 0.2.3-f → 0.2.3-g
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/harmonic.cjs.development.js +2 -5
- package/dist/harmonic.cjs.development.js.map +1 -1
- package/dist/harmonic.cjs.production.min.js +1 -1
- package/dist/harmonic.cjs.production.min.js.map +1 -1
- package/dist/harmonic.esm.js +2 -5
- package/dist/harmonic.esm.js.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/types/editorial.d.ts +2 -2
- package/dist/types/information.d.ts +2 -2
- package/dist/types/typography.d.ts +3 -3
- package/package.json +1 -1
package/dist/harmonic.esm.js
CHANGED
|
@@ -10351,9 +10351,6 @@ var PromoWithTitle = function PromoWithTitle(_ref) {
|
|
|
10351
10351
|
var truncate = function truncate(str, n) {
|
|
10352
10352
|
return str.length >= n ? str.substr(0, n) : str;
|
|
10353
10353
|
};
|
|
10354
|
-
// const correctTitleSize = (size: typeof titleSize): 'medium' | 'large' => {
|
|
10355
|
-
// return size === 'small' ? 'medium' : 'large';
|
|
10356
|
-
// };
|
|
10357
10354
|
var imageToLeft = imagePosition === 'left';
|
|
10358
10355
|
var primaryButton = links == null ? void 0 : links[0];
|
|
10359
10356
|
var _ref2 = primaryButton || {},
|
|
@@ -13475,11 +13472,11 @@ var GlobalStyles = /*#__PURE__*/createGlobalStyle(_templateObject$1p || (_templa
|
|
|
13475
13472
|
}, devices.desktop, devices.largeDesktop);
|
|
13476
13473
|
|
|
13477
13474
|
/* ~~~~~~~ new harmonic types ~~~~~~~ */
|
|
13478
|
-
var
|
|
13475
|
+
var HarmonicSize = {
|
|
13479
13476
|
Small: 'small',
|
|
13480
13477
|
Medium: 'medium',
|
|
13481
13478
|
Large: 'large'
|
|
13482
13479
|
};
|
|
13483
13480
|
|
|
13484
|
-
export { Accordion, Accordions, AltHeader, AnchorTabBar, AnnouncementBanner, AspectRatio, AuxiliaryButton, AuxiliaryNav, BodyText, ButtonType, Card, Cards, Carousel, CarouselType, CinemaBadge, Colors, ContactCard, ContentSummary, ControlledDropdown, CreditListing, Editorial, Footer, GlobalStyles, Grid, GridItem,
|
|
13481
|
+
export { Accordion, Accordions, AltHeader, AnchorTabBar, AnnouncementBanner, AspectRatio, AuxiliaryButton, AuxiliaryNav, BodyText, ButtonType, Card, Cards, Carousel, CarouselType, CinemaBadge, Colors, ContactCard, ContentSummary, ControlledDropdown, CreditListing, Editorial, Footer, GlobalStyles, Grid, GridItem, HarmonicSize, HarmonicThemeProvider, Header, HighlightsCarousel, HighlightsCinema as HighlightsCarouselCinema, HighlightsCore as HighlightsCarouselCore, HighlightsStream as HighlightsCarouselStream, Icon, ImageAspectRatioWrapper, ImageWithCaption, Information, MiniCard, MinimalCarousel, ModalWindow, Navigation, Overline, PageHeadingCinema, PageHeadingCompact, PageHeadingCore, PageHeadingImpact, PageHeadingPanel, PageHeadingPromo, PageHeadingStream, Pagination, PasswordStrength, PeopleListing, PrimaryButton, Progress, PromoWithTags, PromoWithTitle, Quote, Radio, Radio2, RadioGroup, RadioGroup2, ReadMore, RotatorButtons, SearchBar, SecondaryButton, SecondaryLogo, SectionSplitter, SectionTitle, Select, SelectComponent as Select2, SelectComponent$1 as Select2Async, SignUpFormComponent as SignUpForm, Sponsorship, StatusBanner, Component as Stepper, StickyBar, StreamBadge, Subtitle, Tab, TabLink, Table, Tabs, TertiaryButton, TextArea, TextField, TextFieldLegacy, TextLink, TextOnly, ThemeColor, Theme as ThemeProvider, ThemeType, Tickbox, Tickbox2, TickboxMode, Timer, TitleWithCTA, TypeTags, UpsellCard, UpsellSection, VideoControls, VideoWithControls$1 as VideoWithControls, breakpoints, devices, zIndexes };
|
|
13485
13482
|
//# sourceMappingURL=harmonic.esm.js.map
|