@laerdal/life-react-components 1.11.0-dev.9 → 2.0.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/Accordion/AccordionItem.cjs +12 -7
- package/dist/Accordion/AccordionItem.cjs.map +1 -1
- package/dist/Accordion/AccordionItem.js +12 -7
- package/dist/Accordion/AccordionItem.js.map +1 -1
- package/dist/Accordion/ContentAccordion.cjs +3 -1
- package/dist/Accordion/ContentAccordion.cjs.map +1 -1
- package/dist/Accordion/ContentAccordion.js +3 -1
- package/dist/Accordion/ContentAccordion.js.map +1 -1
- package/dist/Accordion/styles.cjs +1 -1
- package/dist/Accordion/styles.cjs.map +1 -1
- package/dist/Accordion/styles.js +1 -1
- package/dist/Accordion/styles.js.map +1 -1
- package/dist/AuthPage/AuthPage.d.ts +0 -1
- package/dist/Banners/Banner.cjs +9 -4
- package/dist/Banners/Banner.cjs.map +1 -1
- package/dist/Banners/Banner.js +8 -4
- package/dist/Banners/Banner.js.map +1 -1
- package/dist/Breadcrumb/Breadcrumb.cjs +12 -0
- package/dist/Breadcrumb/Breadcrumb.cjs.map +1 -1
- package/dist/Breadcrumb/Breadcrumb.js +12 -0
- package/dist/Breadcrumb/Breadcrumb.js.map +1 -1
- package/dist/Button/DualFunctionButton.cjs +27 -12
- package/dist/Button/DualFunctionButton.cjs.map +1 -1
- package/dist/Button/DualFunctionButton.js +26 -12
- package/dist/Button/DualFunctionButton.js.map +1 -1
- package/dist/Button/Iconbutton.cjs +2 -2
- package/dist/Button/Iconbutton.cjs.map +1 -1
- package/dist/Button/Iconbutton.js +2 -2
- package/dist/Button/Iconbutton.js.map +1 -1
- package/dist/Card/VerticalCard/Card.cjs +2 -2
- package/dist/Card/VerticalCard/Card.cjs.map +1 -1
- package/dist/Card/VerticalCard/Card.js +2 -2
- package/dist/Card/VerticalCard/Card.js.map +1 -1
- package/dist/ChipsInput/ChipDropdownInput.cjs +33 -22
- package/dist/ChipsInput/ChipDropdownInput.cjs.map +1 -1
- package/dist/ChipsInput/ChipDropdownInput.js +33 -22
- package/dist/ChipsInput/ChipDropdownInput.js.map +1 -1
- package/dist/Dropdown/BasicDropdown.cjs +26 -12
- package/dist/Dropdown/BasicDropdown.cjs.map +1 -1
- package/dist/Dropdown/BasicDropdown.js +26 -12
- package/dist/Dropdown/BasicDropdown.js.map +1 -1
- package/dist/Dropdown/DropdownButton.cjs +27 -11
- package/dist/Dropdown/DropdownButton.cjs.map +1 -1
- package/dist/Dropdown/DropdownButton.js +27 -11
- package/dist/Dropdown/DropdownButton.js.map +1 -1
- package/dist/Dropdown/DropdownButtonTypes.cjs.map +1 -1
- package/dist/Dropdown/DropdownButtonTypes.d.ts +1 -1
- package/dist/Dropdown/DropdownButtonTypes.js.map +1 -1
- package/dist/Dropdown/DropdownContent.cjs +44 -6
- package/dist/Dropdown/DropdownContent.cjs.map +1 -1
- package/dist/Dropdown/DropdownContent.d.ts +2 -0
- package/dist/Dropdown/DropdownContent.js +44 -6
- package/dist/Dropdown/DropdownContent.js.map +1 -1
- package/dist/Dropdown/DropdownFilter.cjs +23 -9
- package/dist/Dropdown/DropdownFilter.cjs.map +1 -1
- package/dist/Dropdown/DropdownFilter.js +23 -9
- package/dist/Dropdown/DropdownFilter.js.map +1 -1
- package/dist/Footer/Components/FooterBottomLinks.d.ts +0 -1
- package/dist/Footer/Components/FooterDropdownLinks.d.ts +0 -1
- package/dist/Footer/Components/FooterNavSection.cjs +7 -2
- package/dist/Footer/Components/FooterNavSection.cjs.map +1 -1
- package/dist/Footer/Components/FooterNavSection.d.ts +0 -1
- package/dist/Footer/Components/FooterNavSection.js +6 -2
- package/dist/Footer/Components/FooterNavSection.js.map +1 -1
- package/dist/Footer/Components/FooterNewsletterAndSocialSection.d.ts +0 -1
- package/dist/Footer/Components/FooterTop.d.ts +0 -1
- package/dist/Footer/Footer.d.ts +0 -1
- package/dist/GlobalNavigationBar/GlobalNavigationBar.cjs +3 -1
- package/dist/GlobalNavigationBar/GlobalNavigationBar.cjs.map +1 -1
- package/dist/GlobalNavigationBar/GlobalNavigationBar.js +2 -1
- package/dist/GlobalNavigationBar/GlobalNavigationBar.js.map +1 -1
- package/dist/GlobalNavigationBar/desktop/ExtendedMainMenu.d.ts +0 -1
- package/dist/GlobalNavigationBar/desktop/UserMenu.d.ts +0 -1
- package/dist/GlobalNavigationBar/mobile/CommonStyles.cjs +24 -2
- package/dist/GlobalNavigationBar/mobile/CommonStyles.cjs.map +1 -1
- package/dist/GlobalNavigationBar/mobile/CommonStyles.d.ts +5 -0
- package/dist/GlobalNavigationBar/mobile/CommonStyles.js +8 -2
- package/dist/GlobalNavigationBar/mobile/CommonStyles.js.map +1 -1
- package/dist/GlobalNavigationBar/mobile/MobileActionContainer.cjs +53 -0
- package/dist/GlobalNavigationBar/mobile/MobileActionContainer.cjs.map +1 -0
- package/dist/GlobalNavigationBar/mobile/MobileActionContainer.d.ts +6 -0
- package/dist/GlobalNavigationBar/mobile/MobileActionContainer.js +34 -0
- package/dist/GlobalNavigationBar/mobile/MobileActionContainer.js.map +1 -0
- package/dist/GlobalNavigationBar/mobile/MobileMenu.cjs +3 -5
- package/dist/GlobalNavigationBar/mobile/MobileMenu.cjs.map +1 -1
- package/dist/GlobalNavigationBar/mobile/MobileMenu.d.ts +0 -1
- package/dist/GlobalNavigationBar/mobile/MobileMenu.js +2 -4
- package/dist/GlobalNavigationBar/mobile/MobileMenu.js.map +1 -1
- package/dist/GlobalNavigationBar/mobile/MobileMenuContent.cjs +30 -61
- package/dist/GlobalNavigationBar/mobile/MobileMenuContent.cjs.map +1 -1
- package/dist/GlobalNavigationBar/mobile/MobileMenuContent.js +30 -57
- package/dist/GlobalNavigationBar/mobile/MobileMenuContent.js.map +1 -1
- package/dist/GlobalNavigationBar/types.cjs.map +1 -1
- package/dist/GlobalNavigationBar/types.d.ts +3 -1
- package/dist/GlobalNavigationBar/types.js.map +1 -1
- package/dist/InputFields/Checkbox.cjs +1 -0
- package/dist/InputFields/Checkbox.cjs.map +1 -1
- package/dist/InputFields/Checkbox.js +1 -0
- package/dist/InputFields/Checkbox.js.map +1 -1
- package/dist/InputFields/DatepickerField.cjs +12 -4
- package/dist/InputFields/DatepickerField.cjs.map +1 -1
- package/dist/InputFields/DatepickerField.js +6 -4
- package/dist/InputFields/DatepickerField.js.map +1 -1
- package/dist/InputFields/DatepickerFieldHeader.d.ts +0 -1
- package/dist/InputFields/Label.cjs +16 -14
- package/dist/InputFields/Label.cjs.map +1 -1
- package/dist/InputFields/Label.d.ts +1 -0
- package/dist/InputFields/Label.js +15 -13
- package/dist/InputFields/Label.js.map +1 -1
- package/dist/InputFields/NumberField.cjs +1 -1
- package/dist/InputFields/NumberField.cjs.map +1 -1
- package/dist/InputFields/NumberField.js +1 -1
- package/dist/InputFields/NumberField.js.map +1 -1
- package/dist/InputFields/QuickSearch.cjs +1 -1
- package/dist/InputFields/QuickSearch.cjs.map +1 -1
- package/dist/InputFields/QuickSearch.js +1 -1
- package/dist/InputFields/QuickSearch.js.map +1 -1
- package/dist/InputFields/ResponsiveComponentWrapper.cjs +3 -3
- package/dist/InputFields/ResponsiveComponentWrapper.cjs.map +1 -1
- package/dist/InputFields/ResponsiveComponentWrapper.js +3 -3
- package/dist/InputFields/ResponsiveComponentWrapper.js.map +1 -1
- package/dist/InputFields/SearchBar.cjs +1 -0
- package/dist/InputFields/SearchBar.cjs.map +1 -1
- package/dist/InputFields/SearchBar.js +1 -0
- package/dist/InputFields/SearchBar.js.map +1 -1
- package/dist/InputFields/Textarea.cjs.map +1 -1
- package/dist/InputFields/Textarea.d.ts +1 -1
- package/dist/InputFields/Textarea.js.map +1 -1
- package/dist/InputFields/types.cjs.map +1 -1
- package/dist/InputFields/types.d.ts +1 -1
- package/dist/InputFields/types.js.map +1 -1
- package/dist/LoadingIndicator/LoadingIndicator.d.ts +0 -1
- package/dist/MiniProductCard/MiniProductCard.d.ts +0 -1
- package/dist/Modals/ModalContent.cjs +2 -1
- package/dist/Modals/ModalContent.cjs.map +1 -1
- package/dist/Modals/ModalContent.d.ts +1 -0
- package/dist/Modals/ModalContent.js +2 -1
- package/dist/Modals/ModalContent.js.map +1 -1
- package/dist/Modals/ModalDialog.cjs +1 -0
- package/dist/Modals/ModalDialog.cjs.map +1 -1
- package/dist/Modals/ModalDialog.d.ts +1 -0
- package/dist/Modals/ModalDialog.js +1 -0
- package/dist/Modals/ModalDialog.js.map +1 -1
- package/dist/NavItem/NavItem.cjs +22 -1
- package/dist/NavItem/NavItem.cjs.map +1 -1
- package/dist/NavItem/NavItem.d.ts +7 -1
- package/dist/NavItem/NavItem.js +18 -1
- package/dist/NavItem/NavItem.js.map +1 -1
- package/dist/NavItem/index.cjs.map +1 -1
- package/dist/NavItem/index.d.ts +1 -0
- package/dist/NavItem/index.js.map +1 -1
- package/dist/Paginator/Paginator.d.ts +0 -1
- package/dist/QuizButton/QuizButton.cjs +3 -1
- package/dist/QuizButton/QuizButton.cjs.map +1 -1
- package/dist/QuizButton/QuizButton.js +3 -1
- package/dist/QuizButton/QuizButton.js.map +1 -1
- package/dist/SideMenu/SideMenuBody.d.ts +0 -1
- package/dist/SideMenu/SideMenuFooter.d.ts +0 -1
- package/dist/SideMenu/SideMenuHeader.d.ts +0 -1
- package/dist/SideMenu/types.d.ts +0 -1
- package/dist/SkipToContent/SkipToContent.cjs +5 -0
- package/dist/SkipToContent/SkipToContent.cjs.map +1 -1
- package/dist/SkipToContent/SkipToContent.d.ts +3 -1
- package/dist/SkipToContent/SkipToContent.js +4 -0
- package/dist/SkipToContent/SkipToContent.js.map +1 -1
- package/dist/Switcher/MobileCustomMenuContent.cjs +56 -0
- package/dist/Switcher/MobileCustomMenuContent.cjs.map +1 -0
- package/dist/Switcher/MobileCustomMenuContent.d.ts +8 -0
- package/dist/Switcher/MobileCustomMenuContent.js +39 -0
- package/dist/Switcher/MobileCustomMenuContent.js.map +1 -0
- package/dist/Switcher/MobileSwitcherMenu.cjs +17 -4
- package/dist/Switcher/MobileSwitcherMenu.cjs.map +1 -1
- package/dist/Switcher/MobileSwitcherMenu.d.ts +5 -3
- package/dist/Switcher/MobileSwitcherMenu.js +16 -4
- package/dist/Switcher/MobileSwitcherMenu.js.map +1 -1
- package/dist/Switcher/SwitcherMenuItem.d.ts +0 -1
- package/dist/Table/Table.cjs +9 -6
- package/dist/Table/Table.cjs.map +1 -1
- package/dist/Table/Table.js +9 -6
- package/dist/Table/Table.js.map +1 -1
- package/dist/Table/TableBody.cjs +6 -5
- package/dist/Table/TableBody.cjs.map +1 -1
- package/dist/Table/TableBody.d.ts +1 -3
- package/dist/Table/TableBody.js +6 -5
- package/dist/Table/TableBody.js.map +1 -1
- package/dist/Table/TableStyles.cjs +1 -1
- package/dist/Table/TableStyles.cjs.map +1 -1
- package/dist/Table/TableStyles.js +1 -1
- package/dist/Table/TableStyles.js.map +1 -1
- package/dist/Table/TableTypes.cjs.map +1 -1
- package/dist/Table/TableTypes.d.ts +5 -1
- package/dist/Table/TableTypes.js.map +1 -1
- package/dist/Table/index.cjs.map +1 -1
- package/dist/Table/index.d.ts +1 -1
- package/dist/Table/index.js.map +1 -1
- package/dist/Tabs/TabLink.cjs +13 -16
- package/dist/Tabs/TabLink.cjs.map +1 -1
- package/dist/Tabs/TabLink.d.ts +1 -1
- package/dist/Tabs/TabLink.js +14 -16
- package/dist/Tabs/TabLink.js.map +1 -1
- package/dist/Tabs/VerticalTabs.cjs +1 -0
- package/dist/Tabs/VerticalTabs.cjs.map +1 -1
- package/dist/Tabs/VerticalTabs.d.ts +1 -2
- package/dist/Tabs/VerticalTabs.js +1 -0
- package/dist/Tabs/VerticalTabs.js.map +1 -1
- package/dist/Tile/TileBody.cjs.map +1 -1
- package/dist/Tile/TileBody.d.ts +1 -0
- package/dist/Tile/TileBody.js.map +1 -1
- package/dist/Tile/TileCommonItems.d.ts +0 -1
- package/dist/Toasters/ToastContext.cjs +5 -0
- package/dist/Toasters/ToastContext.cjs.map +1 -1
- package/dist/Toasters/ToastContext.d.ts +6 -4
- package/dist/Toasters/ToastContext.js +4 -0
- package/dist/Toasters/ToastContext.js.map +1 -1
- package/dist/Toggles/TogglerTypes.d.ts +0 -1
- package/dist/Tooltips/TooltipTypes.d.ts +0 -1
- package/dist/Tooltips/TooltipWrapper.d.ts +0 -1
- package/dist/common/ScrollableContainer.cjs +44 -0
- package/dist/common/ScrollableContainer.cjs.map +1 -0
- package/dist/common/ScrollableContainer.d.ts +2 -0
- package/dist/common/ScrollableContainer.js +28 -0
- package/dist/common/ScrollableContainer.js.map +1 -0
- package/dist/icons/contenticons/ContentIcons.cjs +83 -2
- package/dist/icons/contenticons/ContentIcons.cjs.map +1 -1
- package/dist/icons/contenticons/ContentIcons.d.ts +3 -0
- package/dist/icons/contenticons/ContentIcons.js +72 -0
- package/dist/icons/contenticons/ContentIcons.js.map +1 -1
- package/dist/icons/index.cjs +14 -7
- package/dist/icons/index.cjs.map +1 -1
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +14 -7
- package/dist/icons/index.js.map +1 -1
- package/dist/icons/systemicons/SystemIcons.cjs +30 -1
- package/dist/icons/systemicons/SystemIcons.cjs.map +1 -1
- package/dist/icons/systemicons/SystemIcons.d.ts +1 -0
- package/dist/icons/systemicons/SystemIcons.js +26 -0
- package/dist/icons/systemicons/SystemIcons.js.map +1 -1
- package/dist/styles/typography.cjs +27 -13
- package/dist/styles/typography.cjs.map +1 -1
- package/dist/styles/typography.d.ts +2 -0
- package/dist/styles/typography.js +27 -13
- package/dist/styles/typography.js.map +1 -1
- package/dist/utils/utils.cjs +13 -0
- package/dist/utils/utils.cjs.map +1 -0
- package/dist/utils/utils.d.ts +1 -0
- package/dist/utils/utils.js +4 -0
- package/dist/utils/utils.js.map +1 -0
- package/package.json +22 -17
|
@@ -219,7 +219,8 @@ var ParagraphXL = function ParagraphXL(_ref9) {
|
|
|
219
219
|
exports.ParagraphXL = ParagraphXL;
|
|
220
220
|
ParagraphXL.propTypes = {
|
|
221
221
|
color: _propTypes.default.string,
|
|
222
|
-
textStyle: _propTypes.default.oneOf([1, 2, 3, 4])
|
|
222
|
+
textStyle: _propTypes.default.oneOf([1, 2, 3, 4]),
|
|
223
|
+
children: _propTypes.default.node
|
|
223
224
|
};
|
|
224
225
|
|
|
225
226
|
var ParagraphLStyling = function ParagraphLStyling(textStyle, color) {
|
|
@@ -250,7 +251,8 @@ var ParagraphL = function ParagraphL(_ref10) {
|
|
|
250
251
|
exports.ParagraphL = ParagraphL;
|
|
251
252
|
ParagraphL.propTypes = {
|
|
252
253
|
color: _propTypes.default.string,
|
|
253
|
-
textStyle: _propTypes.default.oneOf([1, 2, 3, 4])
|
|
254
|
+
textStyle: _propTypes.default.oneOf([1, 2, 3, 4]),
|
|
255
|
+
children: _propTypes.default.node
|
|
254
256
|
};
|
|
255
257
|
|
|
256
258
|
var ParagraphMStyling = function ParagraphMStyling(textStyle, color) {
|
|
@@ -281,7 +283,8 @@ var ParagraphM = function ParagraphM(_ref11) {
|
|
|
281
283
|
exports.ParagraphM = ParagraphM;
|
|
282
284
|
ParagraphM.propTypes = {
|
|
283
285
|
color: _propTypes.default.string,
|
|
284
|
-
textStyle: _propTypes.default.oneOf([1, 2, 3, 4])
|
|
286
|
+
textStyle: _propTypes.default.oneOf([1, 2, 3, 4]),
|
|
287
|
+
children: _propTypes.default.node
|
|
285
288
|
};
|
|
286
289
|
|
|
287
290
|
var ParagraphSStyling = function ParagraphSStyling(textStyle, color) {
|
|
@@ -312,7 +315,8 @@ var ParagraphS = function ParagraphS(_ref12) {
|
|
|
312
315
|
exports.ParagraphS = ParagraphS;
|
|
313
316
|
ParagraphS.propTypes = {
|
|
314
317
|
color: _propTypes.default.string,
|
|
315
|
-
textStyle: _propTypes.default.oneOf([1, 2, 3, 4])
|
|
318
|
+
textStyle: _propTypes.default.oneOf([1, 2, 3, 4]),
|
|
319
|
+
children: _propTypes.default.node
|
|
316
320
|
};
|
|
317
321
|
|
|
318
322
|
var ParagraphXSStyling = function ParagraphXSStyling(textStyle, color) {
|
|
@@ -343,7 +347,8 @@ var ParagraphXS = function ParagraphXS(_ref13) {
|
|
|
343
347
|
exports.ParagraphXS = ParagraphXS;
|
|
344
348
|
ParagraphXS.propTypes = {
|
|
345
349
|
color: _propTypes.default.string,
|
|
346
|
-
textStyle: _propTypes.default.oneOf([1, 2, 3, 4])
|
|
350
|
+
textStyle: _propTypes.default.oneOf([1, 2, 3, 4]),
|
|
351
|
+
children: _propTypes.default.node
|
|
347
352
|
};
|
|
348
353
|
var ComponentTextStyle;
|
|
349
354
|
exports.ComponentTextStyle = ComponentTextStyle;
|
|
@@ -407,7 +412,8 @@ exports.ComponentXL = ComponentXL;
|
|
|
407
412
|
ComponentXL.propTypes = {
|
|
408
413
|
color: _propTypes.default.string,
|
|
409
414
|
className: _propTypes.default.string,
|
|
410
|
-
textStyle: _propTypes.default.oneOf([1, 2, 3, 4])
|
|
415
|
+
textStyle: _propTypes.default.oneOf([1, 2, 3, 4]),
|
|
416
|
+
children: _propTypes.default.node
|
|
411
417
|
};
|
|
412
418
|
|
|
413
419
|
var ComponentLStyling = function ComponentLStyling(textStyle, color) {
|
|
@@ -438,7 +444,8 @@ exports.ComponentL = ComponentL;
|
|
|
438
444
|
ComponentL.propTypes = {
|
|
439
445
|
color: _propTypes.default.string,
|
|
440
446
|
className: _propTypes.default.string,
|
|
441
|
-
textStyle: _propTypes.default.oneOf([1, 2, 3, 4])
|
|
447
|
+
textStyle: _propTypes.default.oneOf([1, 2, 3, 4]),
|
|
448
|
+
children: _propTypes.default.node
|
|
442
449
|
};
|
|
443
450
|
|
|
444
451
|
var ComponentMStyling = function ComponentMStyling(textStyle, color) {
|
|
@@ -469,7 +476,8 @@ exports.ComponentM = ComponentM;
|
|
|
469
476
|
ComponentM.propTypes = {
|
|
470
477
|
color: _propTypes.default.string,
|
|
471
478
|
className: _propTypes.default.string,
|
|
472
|
-
textStyle: _propTypes.default.oneOf([1, 2, 3, 4])
|
|
479
|
+
textStyle: _propTypes.default.oneOf([1, 2, 3, 4]),
|
|
480
|
+
children: _propTypes.default.node
|
|
473
481
|
};
|
|
474
482
|
|
|
475
483
|
var ComponentSStyling = function ComponentSStyling(textStyle, color) {
|
|
@@ -500,7 +508,8 @@ exports.ComponentS = ComponentS;
|
|
|
500
508
|
ComponentS.propTypes = {
|
|
501
509
|
color: _propTypes.default.string,
|
|
502
510
|
className: _propTypes.default.string,
|
|
503
|
-
textStyle: _propTypes.default.oneOf([1, 2, 3, 4])
|
|
511
|
+
textStyle: _propTypes.default.oneOf([1, 2, 3, 4]),
|
|
512
|
+
children: _propTypes.default.node
|
|
504
513
|
};
|
|
505
514
|
|
|
506
515
|
var ComponentXSStyling = function ComponentXSStyling(textStyle, color) {
|
|
@@ -533,7 +542,8 @@ exports.ComponentXS = ComponentXS;
|
|
|
533
542
|
ComponentXS.propTypes = {
|
|
534
543
|
color: _propTypes.default.string,
|
|
535
544
|
className: _propTypes.default.string,
|
|
536
|
-
textStyle: _propTypes.default.oneOf([1, 2, 3, 4])
|
|
545
|
+
textStyle: _propTypes.default.oneOf([1, 2, 3, 4]),
|
|
546
|
+
children: _propTypes.default.node
|
|
537
547
|
};
|
|
538
548
|
|
|
539
549
|
var ComponentXXSStyling = function ComponentXXSStyling(textStyle, color) {
|
|
@@ -566,7 +576,8 @@ exports.ComponentXXS = ComponentXXS;
|
|
|
566
576
|
ComponentXXS.propTypes = {
|
|
567
577
|
color: _propTypes.default.string,
|
|
568
578
|
className: _propTypes.default.string,
|
|
569
|
-
textStyle: _propTypes.default.oneOf([1, 2, 3, 4])
|
|
579
|
+
textStyle: _propTypes.default.oneOf([1, 2, 3, 4]),
|
|
580
|
+
children: _propTypes.default.node
|
|
570
581
|
};
|
|
571
582
|
|
|
572
583
|
var ComponentResponsive = function ComponentResponsive(_ref20) {
|
|
@@ -578,7 +589,9 @@ var ComponentResponsive = function ComponentResponsive(_ref20) {
|
|
|
578
589
|
var fontsize = size;
|
|
579
590
|
|
|
580
591
|
if (!size) {
|
|
581
|
-
if (width
|
|
592
|
+
if (width == -1) {
|
|
593
|
+
fontsize = _types.Size.Medium;
|
|
594
|
+
} else if (width < 768) {
|
|
582
595
|
fontsize = _types.Size.Small;
|
|
583
596
|
} else if (width < 992) {
|
|
584
597
|
fontsize = _types.Size.Medium;
|
|
@@ -630,6 +643,7 @@ exports.ComponentResponsive = ComponentResponsive;
|
|
|
630
643
|
ComponentResponsive.propTypes = {
|
|
631
644
|
color: _propTypes.default.string,
|
|
632
645
|
className: _propTypes.default.string,
|
|
633
|
-
textStyle: _propTypes.default.oneOf([1, 2, 3, 4])
|
|
646
|
+
textStyle: _propTypes.default.oneOf([1, 2, 3, 4]),
|
|
647
|
+
children: _propTypes.default.node
|
|
634
648
|
};
|
|
635
649
|
//# sourceMappingURL=typography.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typography.cjs","names":["TypographyBase","styled","$color","lineHeight","$fontSize","$fontWeight","$fontStyle","textTransform","textDecorationLine","fontSize","fontWeight","fontStyle","color","COLORS","black","HeadlineBaseStyling","css","HeadlineBase","HeadlineXLStyling","HeadlineXL","HeadlineLStyling","HeadlineL","HeadlineMStyling","HeadlineM","HeadlineSStyling","HeadlineS","HeadlineXSStyling","HeadlineXS","HeadlineXXSStyling","HeadlineXXS","ParagraphStyling","ParagraphBase","props","marginBetweenParagraphs","ParagraphTextStyle","paragraphFontWeight","textStyle","Bold","paragraphFontStyle","Italic","paragraphTextDecorationLine","textDecoration","Underline","ParagraphBaseStyling","ParagraphXlStyling","ParagraphXL","children","ParagraphLStyling","ParagraphL","ParagraphMStyling","ParagraphM","ParagraphSStyling","ParagraphS","ParagraphXSStyling","ParagraphXS","ComponentTextStyle","componentFontWeight","UppercaseBold","componentFontStyle","componentTextTransformation","ComponentStyling","ComponentXLStyling","ComponentXL","className","ComponentLStyling","ComponentL","ComponentMStyling","ComponentM","ComponentSStyling","ComponentS","ComponentXSStyling","ComponentXS","ComponentXXSStyling","ComponentXXS","ComponentResponsive","size","width","fontsize","Size","Small","Medium","Large","XXSmall","XSmall"],"sources":["../../src/styles/typography.tsx"],"sourcesContent":["import React from 'react';\nimport styled, { css } from 'styled-components';\nimport { COLORS } from '.';\nimport { Property } from 'csstype';\nimport { Size } from '../types';\n\ninterface ITypographyBase {\n $color?: string;\n lineHeight: number;\n $fontSize: number;\n $fontWeight: number;\n $fontStyle?: string;\n textTransform?: Property.TextTransform;\n textDecorationLine?: Property.TextDecorationLine;\n}\n\nconst TypographyBase = styled('div')<ITypographyBase>(({ $color, lineHeight, $fontSize, $fontWeight, $fontStyle, textTransform, textDecorationLine }) => ({\n fontSize: $fontSize,\n fontWeight: $fontWeight,\n lineHeight: lineHeight + 'px',\n textTransform: textTransform ? textTransform : 'none',\n textDecorationLine: textDecorationLine ? textDecorationLine : 'none',\n fontStyle: $fontStyle ? $fontStyle : 'normal',\n color: $color ? $color : COLORS.black,\n}));\n\ninterface IHeadline {\n $color?: string;\n}\n\ninterface IHeadlineBase {\n $color?: string;\n lineHeight: number;\n fontSize: number;\n}\n\nconst HeadlineBaseStyling = (fontSize: string, lineHeight: string, color: string) => {\n return css`\n font-size: ${fontSize};\n line-height: ${lineHeight};\n font-weight: 700;\n color: ${color};\n `;\n};\nconst HeadlineBase = styled(TypographyBase)<IHeadlineBase>(({ $color, lineHeight, fontSize }) => ({\n fontSize: fontSize,\n fontWeight: 700,\n lineHeight: lineHeight,\n color: $color,\n}));\n\nconst HeadlineXLStyling = (color: string) => HeadlineBaseStyling('48px', '64px', color);\nconst HeadlineXL = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '48px',\n lineHeight: '64px',\n color: $color,\n}));\n\nconst HeadlineLStyling = (color: string) => HeadlineBaseStyling('40px', '52px', color);\nconst HeadlineL = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '40px',\n lineHeight: '52px',\n color: $color,\n}));\n\nconst HeadlineMStyling = (color: string) => HeadlineBaseStyling('32px', '40px', color);\nconst HeadlineM = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '32px',\n lineHeight: '40px',\n color: $color,\n}));\n\nconst HeadlineSStyling = (color: string) => HeadlineBaseStyling('28px', '36px', color);\nconst HeadlineS = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '28px',\n lineHeight: '36px',\n color: $color,\n}));\n\nconst HeadlineXSStyling = (color: string) => HeadlineBaseStyling('24px', '32px', color);\nconst HeadlineXS = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '24px',\n lineHeight: '32px',\n color: $color,\n}));\n\nconst HeadlineXXSStyling = (color: string) => HeadlineBaseStyling('20px', '24px', color);\nconst HeadlineXXS = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '20px',\n lineHeight: '24px',\n color: $color,\n}));\n\nconst ParagraphStyling = css`\n :lang(ja-jp) > h1,\n h2,\n h3,\n h4,\n p,\n span {\n max-width: 30em;\n }\n :lang(ko-kr) > h1,\n h2,\n h3,\n h4,\n p,\n span {\n max-width: 30em;\n }\n :lang(zh-CN) > h1,\n h2,\n h3,\n h4,\n p,\n span {\n max-width: 30em;\n }\n h1,\n h2,\n h3,\n h4,\n p,\n span {\n max-width: 34em;\n }\n`;\n\ninterface IParagraphBase {\n color?: string;\n lineHeight: number;\n $fontSize: number;\n marginBetweenParagraphs?: string;\n}\n\nconst ParagraphBase = styled(TypographyBase)<IParagraphBase>`\n p {\n margin-block-start: 0;\n margin-block-end: 0;\n }\n p:not(:only-of-type) {\n margin-bottom: ${(props) => props.marginBetweenParagraphs || '0'};\n }\n ${ParagraphStyling}\n`;\n\ninterface IParagraph {\n color?: string;\n}\n\nenum ParagraphTextStyle {\n Regular = 1,\n Bold,\n Italic,\n Underline,\n}\n\ntype ParagraphProps = {\n color?: string;\n textStyle?: ParagraphTextStyle;\n};\n\nconst paragraphFontWeight = (textStyle?: ParagraphTextStyle) => {\n let fontWeight = 400;\n if (textStyle === ParagraphTextStyle.Bold) {\n fontWeight = 700;\n }\n return fontWeight;\n};\n\nconst paragraphFontStyle = (textStyle?: ParagraphTextStyle) => {\n let fontStyle = textStyle && textStyle === ParagraphTextStyle.Italic ? 'italic' : '';\n return fontStyle;\n};\n\nconst paragraphTextDecorationLine = (textStyle?: ParagraphTextStyle): Property.TextDecorationLine => {\n let textDecoration: Property.TextDecorationLine = textStyle && textStyle === ParagraphTextStyle.Underline ? 'underline' : 'none';\n return textDecoration;\n};\n\nconst ParagraphBaseStyling = (fontSize: string, lineHeight: string, textStyle: ParagraphTextStyle, color: string) => {\n return css`\n font-size: ${fontSize};\n font-weight: ${paragraphFontWeight(textStyle)};\n line-height: ${lineHeight};\n font-style: ${paragraphFontStyle(textStyle)};\n color: ${color};\n `;\n};\n\nconst ParagraphXlStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('24px', '36px', textStyle, color);\nconst ParagraphXL: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={36}\n $fontSize={24}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"18px\">\n {children}\n </ParagraphBase>\n );\n};\n\nconst ParagraphLStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('20px', '32px', textStyle, color);\nconst ParagraphL: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={32}\n $fontSize={20}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"16px\">\n {children}\n </ParagraphBase>\n );\n};\n\nconst ParagraphMStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('18px', '28px', textStyle, color);\nconst ParagraphM: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={28}\n $fontSize={18}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"14px\">\n {children}\n </ParagraphBase>\n );\n};\n\nconst ParagraphSStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('16px', '24px', textStyle, color);\nconst ParagraphS: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={24}\n $fontSize={16}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"12px\">\n {children}\n </ParagraphBase>\n );\n};\n\nconst ParagraphXSStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('14px', '20px', textStyle, color);\nconst ParagraphXS: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={20}\n $fontSize={14}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"10px\">\n {children}\n </ParagraphBase>\n );\n};\n\nenum ComponentTextStyle {\n Regular = 1,\n Bold,\n Italic,\n UppercaseBold,\n}\n\ntype ComponentProps = {\n color?: string;\n className?: string;\n textStyle?: ComponentTextStyle;\n};\n\nconst componentFontWeight = (textStyle?: ComponentTextStyle) => {\n let fontWeight = 400;\n if (textStyle === ComponentTextStyle.Bold || textStyle === ComponentTextStyle.UppercaseBold) {\n fontWeight = 700;\n }\n return fontWeight;\n};\n\nconst componentFontStyle = (textStyle?: ComponentTextStyle) => {\n let fontStyle = textStyle && textStyle === ComponentTextStyle.Italic ? 'italic' : '';\n return fontStyle;\n};\n\nconst componentTextTransformation = (textStyle?: ComponentTextStyle): Property.TextTransform => {\n let fontStyle: Property.TextTransform = textStyle && textStyle === ComponentTextStyle.UppercaseBold ? 'uppercase' : 'none';\n return fontStyle;\n};\n\nconst ComponentStyling = (fontSize: string, lineHeight: string, textStyle: ComponentTextStyle, color: string | undefined | null) => {\n return css`\n font-size: ${fontSize};\n font-weight: ${componentFontWeight(textStyle)};\n line-height: ${lineHeight};\n font-style: ${componentFontStyle(textStyle)};\n ${color === null ? '' : `color: ${color || COLORS.black};`}\n `;\n};\n\nconst ComponentXLStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('24px', '28px', textStyle, color);\nconst ComponentXL: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={28} $fontSize={24} $fontWeight={fontWeight} $fontStyle={fontStyle}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentLStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('20px', '24px', textStyle, color);\nconst ComponentL: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={24} $fontSize={20} $fontWeight={fontWeight} $fontStyle={fontStyle}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentMStyling = (textStyle: ComponentTextStyle, color: string | undefined | null) => ComponentStyling('18px', '24px', textStyle, color);\nconst ComponentM: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={24} $fontSize={18} $fontWeight={fontWeight} $fontStyle={fontStyle}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentSStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('16px', '20px', textStyle, color);\nconst ComponentS: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={20} $fontSize={16} $fontWeight={fontWeight} $fontStyle={fontStyle}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentXSStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('14px', '16px', textStyle, color);\nconst ComponentXS: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n let textTransform = componentTextTransformation(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={16} $fontSize={14} $fontWeight={fontWeight} $fontStyle={fontStyle} textTransform={textTransform}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentXXSStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('12px', '16px', textStyle, color);\nconst ComponentXXS: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n let textTransform = componentTextTransformation(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={16} $fontSize={12} $fontWeight={fontWeight} $fontStyle={fontStyle} textTransform={textTransform}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentResponsive: React.FunctionComponent<ComponentProps & { size?: Size; width: number }> = ({ color, textStyle, children, size, width }) => {\n let fontsize = size;\n if (!size) {\n if (width < 768) {\n fontsize = Size.Small;\n } else if (width < 992) {\n fontsize = Size.Medium;\n } else {\n fontsize = Size.Large;\n }\n }\n switch (fontsize) {\n case Size.XXSmall:\n return <ComponentXXS color={color} textStyle={textStyle} children={children} />;\n case Size.XSmall:\n return <ComponentXS color={color} textStyle={textStyle} children={children} />;\n case Size.Small:\n return <ComponentS color={color} textStyle={textStyle} children={children} />;\n case Size.Medium:\n return <ComponentM color={color} textStyle={textStyle} children={children} />;\n case Size.Large:\n default:\n return <ComponentL color={color} textStyle={textStyle} children={children} />;\n }\n};\n\nexport { HeadlineXL, HeadlineL, HeadlineM, HeadlineS, HeadlineXS, HeadlineXXS };\nexport { ParagraphTextStyle, ParagraphXL, ParagraphL, ParagraphM, ParagraphS, ParagraphXS };\nexport { ComponentTextStyle, ComponentXL, ComponentL, ComponentM, ComponentS, ComponentXS, ComponentXXS, ComponentResponsive };\nexport { ComponentXLStyling, ComponentLStyling, ComponentMStyling, ComponentSStyling, ComponentXSStyling, ComponentXXSStyling };\nexport { ParagraphXlStyling, ParagraphLStyling, ParagraphMStyling, ParagraphSStyling, ParagraphXSStyling };\nexport { HeadlineXLStyling, HeadlineLStyling, HeadlineMStyling, HeadlineSStyling, HeadlineXSStyling, HeadlineXXSStyling };\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"typography.cjs","names":["TypographyBase","styled","$color","lineHeight","$fontSize","$fontWeight","$fontStyle","textTransform","textDecorationLine","fontSize","fontWeight","fontStyle","color","COLORS","black","HeadlineBaseStyling","css","HeadlineBase","HeadlineXLStyling","HeadlineXL","HeadlineLStyling","HeadlineL","HeadlineMStyling","HeadlineM","HeadlineSStyling","HeadlineS","HeadlineXSStyling","HeadlineXS","HeadlineXXSStyling","HeadlineXXS","ParagraphStyling","ParagraphBase","props","marginBetweenParagraphs","ParagraphTextStyle","paragraphFontWeight","textStyle","Bold","paragraphFontStyle","Italic","paragraphTextDecorationLine","textDecoration","Underline","ParagraphBaseStyling","ParagraphXlStyling","ParagraphXL","children","ParagraphLStyling","ParagraphL","ParagraphMStyling","ParagraphM","ParagraphSStyling","ParagraphS","ParagraphXSStyling","ParagraphXS","ComponentTextStyle","componentFontWeight","UppercaseBold","componentFontStyle","componentTextTransformation","ComponentStyling","ComponentXLStyling","ComponentXL","className","ComponentLStyling","ComponentL","ComponentMStyling","ComponentM","ComponentSStyling","ComponentS","ComponentXSStyling","ComponentXS","ComponentXXSStyling","ComponentXXS","ComponentResponsive","size","width","fontsize","Size","Medium","Small","Large","XXSmall","XSmall"],"sources":["../../src/styles/typography.tsx"],"sourcesContent":["import React from 'react';\nimport styled, { css } from 'styled-components';\nimport { COLORS } from '.';\nimport { Property } from 'csstype';\nimport { Size } from '../types';\n\ninterface ITypographyBase {\n $color?: string;\n lineHeight: number;\n $fontSize: number;\n $fontWeight: number;\n $fontStyle?: string;\n textTransform?: Property.TextTransform;\n textDecorationLine?: Property.TextDecorationLine;\n}\n\nconst TypographyBase = styled('div')<ITypographyBase>(({ $color, lineHeight, $fontSize, $fontWeight, $fontStyle, textTransform, textDecorationLine }) => ({\n fontSize: $fontSize,\n fontWeight: $fontWeight,\n lineHeight: lineHeight + 'px',\n textTransform: textTransform ? textTransform : 'none',\n textDecorationLine: textDecorationLine ? textDecorationLine : 'none',\n fontStyle: $fontStyle ? $fontStyle : 'normal',\n color: $color ? $color : COLORS.black,\n}));\n\ninterface IHeadline {\n $color?: string;\n}\n\ninterface IHeadlineBase {\n $color?: string;\n lineHeight: number;\n fontSize: number;\n}\n\nconst HeadlineBaseStyling = (fontSize: string, lineHeight: string, color: string) => {\n return css`\n font-size: ${fontSize};\n line-height: ${lineHeight};\n font-weight: 700;\n color: ${color};\n `;\n};\nconst HeadlineBase = styled(TypographyBase)<IHeadlineBase>(({ $color, lineHeight, fontSize }) => ({\n fontSize: fontSize,\n fontWeight: 700,\n lineHeight: lineHeight,\n color: $color,\n}));\n\nconst HeadlineXLStyling = (color: string) => HeadlineBaseStyling('48px', '64px', color);\nconst HeadlineXL = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '48px',\n lineHeight: '64px',\n color: $color,\n}));\n\nconst HeadlineLStyling = (color: string) => HeadlineBaseStyling('40px', '52px', color);\nconst HeadlineL = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '40px',\n lineHeight: '52px',\n color: $color,\n}));\n\nconst HeadlineMStyling = (color: string) => HeadlineBaseStyling('32px', '40px', color);\nconst HeadlineM = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '32px',\n lineHeight: '40px',\n color: $color,\n}));\n\nconst HeadlineSStyling = (color: string) => HeadlineBaseStyling('28px', '36px', color);\nconst HeadlineS = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '28px',\n lineHeight: '36px',\n color: $color,\n}));\n\nconst HeadlineXSStyling = (color: string) => HeadlineBaseStyling('24px', '32px', color);\nconst HeadlineXS = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '24px',\n lineHeight: '32px',\n color: $color,\n}));\n\nconst HeadlineXXSStyling = (color: string) => HeadlineBaseStyling('20px', '24px', color);\nconst HeadlineXXS = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '20px',\n lineHeight: '24px',\n color: $color,\n}));\n\nconst ParagraphStyling = css`\n :lang(ja-jp) > h1,\n h2,\n h3,\n h4,\n p,\n span {\n max-width: 30em;\n }\n :lang(ko-kr) > h1,\n h2,\n h3,\n h4,\n p,\n span {\n max-width: 30em;\n }\n :lang(zh-CN) > h1,\n h2,\n h3,\n h4,\n p,\n span {\n max-width: 30em;\n }\n h1,\n h2,\n h3,\n h4,\n p,\n span {\n max-width: 34em;\n }\n`;\n\ninterface IParagraphBase {\n color?: string;\n lineHeight: number;\n $fontSize: number;\n marginBetweenParagraphs?: string;\n}\n\nconst ParagraphBase = styled(TypographyBase)<IParagraphBase>`\n p {\n margin-block-start: 0;\n margin-block-end: 0;\n }\n p:not(:only-of-type) {\n margin-bottom: ${(props) => props.marginBetweenParagraphs || '0'};\n }\n ${ParagraphStyling}\n`;\n\ninterface IParagraph {\n color?: string;\n}\n\nenum ParagraphTextStyle {\n Regular = 1,\n Bold,\n Italic,\n Underline,\n}\n\ntype ParagraphProps = {\n color?: string;\n textStyle?: ParagraphTextStyle;\n children?: React.ReactNode;\n};\n\nconst paragraphFontWeight = (textStyle?: ParagraphTextStyle) => {\n let fontWeight = 400;\n if (textStyle === ParagraphTextStyle.Bold) {\n fontWeight = 700;\n }\n return fontWeight;\n};\n\nconst paragraphFontStyle = (textStyle?: ParagraphTextStyle) => {\n let fontStyle = textStyle && textStyle === ParagraphTextStyle.Italic ? 'italic' : '';\n return fontStyle;\n};\n\nconst paragraphTextDecorationLine = (textStyle?: ParagraphTextStyle): Property.TextDecorationLine => {\n let textDecoration: Property.TextDecorationLine = textStyle && textStyle === ParagraphTextStyle.Underline ? 'underline' : 'none';\n return textDecoration;\n};\n\nconst ParagraphBaseStyling = (fontSize: string, lineHeight: string, textStyle: ParagraphTextStyle, color: string) => {\n return css`\n font-size: ${fontSize};\n font-weight: ${paragraphFontWeight(textStyle)};\n line-height: ${lineHeight};\n font-style: ${paragraphFontStyle(textStyle)};\n color: ${color};\n `;\n};\n\nconst ParagraphXlStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('24px', '36px', textStyle, color);\nconst ParagraphXL: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={36}\n $fontSize={24}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"18px\">\n {children}\n </ParagraphBase>\n );\n};\n\nconst ParagraphLStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('20px', '32px', textStyle, color);\nconst ParagraphL: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={32}\n $fontSize={20}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"16px\">\n {children}\n </ParagraphBase>\n );\n};\n\nconst ParagraphMStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('18px', '28px', textStyle, color);\nconst ParagraphM: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={28}\n $fontSize={18}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"14px\">\n {children}\n </ParagraphBase>\n );\n};\n\nconst ParagraphSStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('16px', '24px', textStyle, color);\nconst ParagraphS: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={24}\n $fontSize={16}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"12px\">\n {children}\n </ParagraphBase>\n );\n};\n\nconst ParagraphXSStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('14px', '20px', textStyle, color);\nconst ParagraphXS: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={20}\n $fontSize={14}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"10px\">\n {children}\n </ParagraphBase>\n );\n};\n\nenum ComponentTextStyle {\n Regular = 1,\n Bold,\n Italic,\n UppercaseBold,\n}\n\ntype ComponentProps = {\n color?: string;\n className?: string;\n textStyle?: ComponentTextStyle;\n children?: React.ReactNode;\n};\n\nconst componentFontWeight = (textStyle?: ComponentTextStyle) => {\n let fontWeight = 400;\n if (textStyle === ComponentTextStyle.Bold || textStyle === ComponentTextStyle.UppercaseBold) {\n fontWeight = 700;\n }\n return fontWeight;\n};\n\nconst componentFontStyle = (textStyle?: ComponentTextStyle) => {\n let fontStyle = textStyle && textStyle === ComponentTextStyle.Italic ? 'italic' : '';\n return fontStyle;\n};\n\nconst componentTextTransformation = (textStyle?: ComponentTextStyle): Property.TextTransform => {\n let fontStyle: Property.TextTransform = textStyle && textStyle === ComponentTextStyle.UppercaseBold ? 'uppercase' : 'none';\n return fontStyle;\n};\n\nconst ComponentStyling = (fontSize: string, lineHeight: string, textStyle: ComponentTextStyle, color: string | undefined | null) => {\n return css`\n font-size: ${fontSize};\n font-weight: ${componentFontWeight(textStyle)};\n line-height: ${lineHeight};\n font-style: ${componentFontStyle(textStyle)};\n ${color === null ? '' : `color: ${color || COLORS.black};`}\n `;\n};\n\nconst ComponentXLStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('24px', '28px', textStyle, color);\nconst ComponentXL: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={28} $fontSize={24} $fontWeight={fontWeight} $fontStyle={fontStyle}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentLStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('20px', '24px', textStyle, color);\nconst ComponentL: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={24} $fontSize={20} $fontWeight={fontWeight} $fontStyle={fontStyle}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentMStyling = (textStyle: ComponentTextStyle, color: string | undefined | null) => ComponentStyling('18px', '24px', textStyle, color);\nconst ComponentM: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={24} $fontSize={18} $fontWeight={fontWeight} $fontStyle={fontStyle}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentSStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('16px', '20px', textStyle, color);\nconst ComponentS: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={20} $fontSize={16} $fontWeight={fontWeight} $fontStyle={fontStyle}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentXSStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('14px', '16px', textStyle, color);\nconst ComponentXS: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n let textTransform = componentTextTransformation(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={16} $fontSize={14} $fontWeight={fontWeight} $fontStyle={fontStyle} textTransform={textTransform}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentXXSStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('12px', '16px', textStyle, color);\nconst ComponentXXS: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n let textTransform = componentTextTransformation(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={16} $fontSize={12} $fontWeight={fontWeight} $fontStyle={fontStyle} textTransform={textTransform}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentResponsive: React.FunctionComponent<ComponentProps & { size?: Size; width: number }> = ({ color, textStyle, children, size, width }) => {\n let fontsize = size;\n if (!size) {\n if (width == -1) {\n fontsize = Size.Medium;\n } else if (width < 768) {\n fontsize = Size.Small;\n } else if (width < 992) {\n fontsize = Size.Medium;\n } else {\n fontsize = Size.Large;\n }\n }\n switch (fontsize) {\n case Size.XXSmall:\n return <ComponentXXS color={color} textStyle={textStyle} children={children} />;\n case Size.XSmall:\n return <ComponentXS color={color} textStyle={textStyle} children={children} />;\n case Size.Small:\n return <ComponentS color={color} textStyle={textStyle} children={children} />;\n case Size.Medium:\n return <ComponentM color={color} textStyle={textStyle} children={children} />;\n case Size.Large:\n default:\n return <ComponentL color={color} textStyle={textStyle} children={children} />;\n }\n};\n\nexport { HeadlineXL, HeadlineL, HeadlineM, HeadlineS, HeadlineXS, HeadlineXXS };\nexport { ParagraphTextStyle, ParagraphXL, ParagraphL, ParagraphM, ParagraphS, ParagraphXS };\nexport { ComponentTextStyle, ComponentXL, ComponentL, ComponentM, ComponentS, ComponentXS, ComponentXXS, ComponentResponsive };\nexport { ComponentXLStyling, ComponentLStyling, ComponentMStyling, ComponentSStyling, ComponentXSStyling, ComponentXXSStyling };\nexport { ParagraphXlStyling, ParagraphLStyling, ParagraphMStyling, ParagraphSStyling, ParagraphXSStyling };\nexport { HeadlineXLStyling, HeadlineLStyling, HeadlineMStyling, HeadlineSStyling, HeadlineXSStyling, HeadlineXXSStyling };\n"],"mappings":"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"}
|
|
@@ -39,6 +39,7 @@ declare enum ParagraphTextStyle {
|
|
|
39
39
|
declare type ParagraphProps = {
|
|
40
40
|
color?: string;
|
|
41
41
|
textStyle?: ParagraphTextStyle;
|
|
42
|
+
children?: React.ReactNode;
|
|
42
43
|
};
|
|
43
44
|
declare const ParagraphXlStyling: (textStyle: ParagraphTextStyle, color: string) => import("styled-components").FlattenSimpleInterpolation;
|
|
44
45
|
declare const ParagraphXL: React.FunctionComponent<ParagraphProps>;
|
|
@@ -60,6 +61,7 @@ declare type ComponentProps = {
|
|
|
60
61
|
color?: string;
|
|
61
62
|
className?: string;
|
|
62
63
|
textStyle?: ComponentTextStyle;
|
|
64
|
+
children?: React.ReactNode;
|
|
63
65
|
};
|
|
64
66
|
declare const ComponentXLStyling: (textStyle: ComponentTextStyle, color: string | null) => import("styled-components").FlattenSimpleInterpolation;
|
|
65
67
|
declare const ComponentXL: React.FunctionComponent<ComponentProps>;
|
|
@@ -182,7 +182,8 @@ var ParagraphXL = function ParagraphXL(_ref9) {
|
|
|
182
182
|
|
|
183
183
|
ParagraphXL.propTypes = {
|
|
184
184
|
color: _pt.string,
|
|
185
|
-
textStyle: _pt.oneOf([1, 2, 3, 4])
|
|
185
|
+
textStyle: _pt.oneOf([1, 2, 3, 4]),
|
|
186
|
+
children: _pt.node
|
|
186
187
|
};
|
|
187
188
|
|
|
188
189
|
var ParagraphLStyling = function ParagraphLStyling(textStyle, color) {
|
|
@@ -210,7 +211,8 @@ var ParagraphL = function ParagraphL(_ref10) {
|
|
|
210
211
|
|
|
211
212
|
ParagraphL.propTypes = {
|
|
212
213
|
color: _pt.string,
|
|
213
|
-
textStyle: _pt.oneOf([1, 2, 3, 4])
|
|
214
|
+
textStyle: _pt.oneOf([1, 2, 3, 4]),
|
|
215
|
+
children: _pt.node
|
|
214
216
|
};
|
|
215
217
|
|
|
216
218
|
var ParagraphMStyling = function ParagraphMStyling(textStyle, color) {
|
|
@@ -238,7 +240,8 @@ var ParagraphM = function ParagraphM(_ref11) {
|
|
|
238
240
|
|
|
239
241
|
ParagraphM.propTypes = {
|
|
240
242
|
color: _pt.string,
|
|
241
|
-
textStyle: _pt.oneOf([1, 2, 3, 4])
|
|
243
|
+
textStyle: _pt.oneOf([1, 2, 3, 4]),
|
|
244
|
+
children: _pt.node
|
|
242
245
|
};
|
|
243
246
|
|
|
244
247
|
var ParagraphSStyling = function ParagraphSStyling(textStyle, color) {
|
|
@@ -266,7 +269,8 @@ var ParagraphS = function ParagraphS(_ref12) {
|
|
|
266
269
|
|
|
267
270
|
ParagraphS.propTypes = {
|
|
268
271
|
color: _pt.string,
|
|
269
|
-
textStyle: _pt.oneOf([1, 2, 3, 4])
|
|
272
|
+
textStyle: _pt.oneOf([1, 2, 3, 4]),
|
|
273
|
+
children: _pt.node
|
|
270
274
|
};
|
|
271
275
|
|
|
272
276
|
var ParagraphXSStyling = function ParagraphXSStyling(textStyle, color) {
|
|
@@ -294,7 +298,8 @@ var ParagraphXS = function ParagraphXS(_ref13) {
|
|
|
294
298
|
|
|
295
299
|
ParagraphXS.propTypes = {
|
|
296
300
|
color: _pt.string,
|
|
297
|
-
textStyle: _pt.oneOf([1, 2, 3, 4])
|
|
301
|
+
textStyle: _pt.oneOf([1, 2, 3, 4]),
|
|
302
|
+
children: _pt.node
|
|
298
303
|
};
|
|
299
304
|
var ComponentTextStyle;
|
|
300
305
|
|
|
@@ -354,7 +359,8 @@ var ComponentXL = function ComponentXL(_ref14) {
|
|
|
354
359
|
ComponentXL.propTypes = {
|
|
355
360
|
color: _pt.string,
|
|
356
361
|
className: _pt.string,
|
|
357
|
-
textStyle: _pt.oneOf([1, 2, 3, 4])
|
|
362
|
+
textStyle: _pt.oneOf([1, 2, 3, 4]),
|
|
363
|
+
children: _pt.node
|
|
358
364
|
};
|
|
359
365
|
|
|
360
366
|
var ComponentLStyling = function ComponentLStyling(textStyle, color) {
|
|
@@ -382,7 +388,8 @@ var ComponentL = function ComponentL(_ref15) {
|
|
|
382
388
|
ComponentL.propTypes = {
|
|
383
389
|
color: _pt.string,
|
|
384
390
|
className: _pt.string,
|
|
385
|
-
textStyle: _pt.oneOf([1, 2, 3, 4])
|
|
391
|
+
textStyle: _pt.oneOf([1, 2, 3, 4]),
|
|
392
|
+
children: _pt.node
|
|
386
393
|
};
|
|
387
394
|
|
|
388
395
|
var ComponentMStyling = function ComponentMStyling(textStyle, color) {
|
|
@@ -410,7 +417,8 @@ var ComponentM = function ComponentM(_ref16) {
|
|
|
410
417
|
ComponentM.propTypes = {
|
|
411
418
|
color: _pt.string,
|
|
412
419
|
className: _pt.string,
|
|
413
|
-
textStyle: _pt.oneOf([1, 2, 3, 4])
|
|
420
|
+
textStyle: _pt.oneOf([1, 2, 3, 4]),
|
|
421
|
+
children: _pt.node
|
|
414
422
|
};
|
|
415
423
|
|
|
416
424
|
var ComponentSStyling = function ComponentSStyling(textStyle, color) {
|
|
@@ -438,7 +446,8 @@ var ComponentS = function ComponentS(_ref17) {
|
|
|
438
446
|
ComponentS.propTypes = {
|
|
439
447
|
color: _pt.string,
|
|
440
448
|
className: _pt.string,
|
|
441
|
-
textStyle: _pt.oneOf([1, 2, 3, 4])
|
|
449
|
+
textStyle: _pt.oneOf([1, 2, 3, 4]),
|
|
450
|
+
children: _pt.node
|
|
442
451
|
};
|
|
443
452
|
|
|
444
453
|
var ComponentXSStyling = function ComponentXSStyling(textStyle, color) {
|
|
@@ -468,7 +477,8 @@ var ComponentXS = function ComponentXS(_ref18) {
|
|
|
468
477
|
ComponentXS.propTypes = {
|
|
469
478
|
color: _pt.string,
|
|
470
479
|
className: _pt.string,
|
|
471
|
-
textStyle: _pt.oneOf([1, 2, 3, 4])
|
|
480
|
+
textStyle: _pt.oneOf([1, 2, 3, 4]),
|
|
481
|
+
children: _pt.node
|
|
472
482
|
};
|
|
473
483
|
|
|
474
484
|
var ComponentXXSStyling = function ComponentXXSStyling(textStyle, color) {
|
|
@@ -498,7 +508,8 @@ var ComponentXXS = function ComponentXXS(_ref19) {
|
|
|
498
508
|
ComponentXXS.propTypes = {
|
|
499
509
|
color: _pt.string,
|
|
500
510
|
className: _pt.string,
|
|
501
|
-
textStyle: _pt.oneOf([1, 2, 3, 4])
|
|
511
|
+
textStyle: _pt.oneOf([1, 2, 3, 4]),
|
|
512
|
+
children: _pt.node
|
|
502
513
|
};
|
|
503
514
|
|
|
504
515
|
var ComponentResponsive = function ComponentResponsive(_ref20) {
|
|
@@ -510,7 +521,9 @@ var ComponentResponsive = function ComponentResponsive(_ref20) {
|
|
|
510
521
|
var fontsize = size;
|
|
511
522
|
|
|
512
523
|
if (!size) {
|
|
513
|
-
if (width
|
|
524
|
+
if (width == -1) {
|
|
525
|
+
fontsize = Size.Medium;
|
|
526
|
+
} else if (width < 768) {
|
|
514
527
|
fontsize = Size.Small;
|
|
515
528
|
} else if (width < 992) {
|
|
516
529
|
fontsize = Size.Medium;
|
|
@@ -561,7 +574,8 @@ var ComponentResponsive = function ComponentResponsive(_ref20) {
|
|
|
561
574
|
ComponentResponsive.propTypes = {
|
|
562
575
|
color: _pt.string,
|
|
563
576
|
className: _pt.string,
|
|
564
|
-
textStyle: _pt.oneOf([1, 2, 3, 4])
|
|
577
|
+
textStyle: _pt.oneOf([1, 2, 3, 4]),
|
|
578
|
+
children: _pt.node
|
|
565
579
|
};
|
|
566
580
|
export { HeadlineXL, HeadlineL, HeadlineM, HeadlineS, HeadlineXS, HeadlineXXS };
|
|
567
581
|
export { ParagraphTextStyle, ParagraphXL, ParagraphL, ParagraphM, ParagraphS, ParagraphXS };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typography.js","names":["React","styled","css","COLORS","Size","TypographyBase","$color","lineHeight","$fontSize","$fontWeight","$fontStyle","textTransform","textDecorationLine","fontSize","fontWeight","fontStyle","color","black","HeadlineBaseStyling","HeadlineBase","HeadlineXLStyling","HeadlineXL","HeadlineLStyling","HeadlineL","HeadlineMStyling","HeadlineM","HeadlineSStyling","HeadlineS","HeadlineXSStyling","HeadlineXS","HeadlineXXSStyling","HeadlineXXS","ParagraphStyling","ParagraphBase","props","marginBetweenParagraphs","ParagraphTextStyle","paragraphFontWeight","textStyle","Bold","paragraphFontStyle","Italic","paragraphTextDecorationLine","textDecoration","Underline","ParagraphBaseStyling","ParagraphXlStyling","ParagraphXL","children","ParagraphLStyling","ParagraphL","ParagraphMStyling","ParagraphM","ParagraphSStyling","ParagraphS","ParagraphXSStyling","ParagraphXS","ComponentTextStyle","componentFontWeight","UppercaseBold","componentFontStyle","componentTextTransformation","ComponentStyling","ComponentXLStyling","ComponentXL","className","ComponentLStyling","ComponentL","ComponentMStyling","ComponentM","ComponentSStyling","ComponentS","ComponentXSStyling","ComponentXS","ComponentXXSStyling","ComponentXXS","ComponentResponsive","size","width","fontsize","Small","Medium","Large","XXSmall","XSmall"],"sources":["../../src/styles/typography.tsx"],"sourcesContent":["import React from 'react';\nimport styled, { css } from 'styled-components';\nimport { COLORS } from '.';\nimport { Property } from 'csstype';\nimport { Size } from '../types';\n\ninterface ITypographyBase {\n $color?: string;\n lineHeight: number;\n $fontSize: number;\n $fontWeight: number;\n $fontStyle?: string;\n textTransform?: Property.TextTransform;\n textDecorationLine?: Property.TextDecorationLine;\n}\n\nconst TypographyBase = styled('div')<ITypographyBase>(({ $color, lineHeight, $fontSize, $fontWeight, $fontStyle, textTransform, textDecorationLine }) => ({\n fontSize: $fontSize,\n fontWeight: $fontWeight,\n lineHeight: lineHeight + 'px',\n textTransform: textTransform ? textTransform : 'none',\n textDecorationLine: textDecorationLine ? textDecorationLine : 'none',\n fontStyle: $fontStyle ? $fontStyle : 'normal',\n color: $color ? $color : COLORS.black,\n}));\n\ninterface IHeadline {\n $color?: string;\n}\n\ninterface IHeadlineBase {\n $color?: string;\n lineHeight: number;\n fontSize: number;\n}\n\nconst HeadlineBaseStyling = (fontSize: string, lineHeight: string, color: string) => {\n return css`\n font-size: ${fontSize};\n line-height: ${lineHeight};\n font-weight: 700;\n color: ${color};\n `;\n};\nconst HeadlineBase = styled(TypographyBase)<IHeadlineBase>(({ $color, lineHeight, fontSize }) => ({\n fontSize: fontSize,\n fontWeight: 700,\n lineHeight: lineHeight,\n color: $color,\n}));\n\nconst HeadlineXLStyling = (color: string) => HeadlineBaseStyling('48px', '64px', color);\nconst HeadlineXL = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '48px',\n lineHeight: '64px',\n color: $color,\n}));\n\nconst HeadlineLStyling = (color: string) => HeadlineBaseStyling('40px', '52px', color);\nconst HeadlineL = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '40px',\n lineHeight: '52px',\n color: $color,\n}));\n\nconst HeadlineMStyling = (color: string) => HeadlineBaseStyling('32px', '40px', color);\nconst HeadlineM = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '32px',\n lineHeight: '40px',\n color: $color,\n}));\n\nconst HeadlineSStyling = (color: string) => HeadlineBaseStyling('28px', '36px', color);\nconst HeadlineS = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '28px',\n lineHeight: '36px',\n color: $color,\n}));\n\nconst HeadlineXSStyling = (color: string) => HeadlineBaseStyling('24px', '32px', color);\nconst HeadlineXS = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '24px',\n lineHeight: '32px',\n color: $color,\n}));\n\nconst HeadlineXXSStyling = (color: string) => HeadlineBaseStyling('20px', '24px', color);\nconst HeadlineXXS = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '20px',\n lineHeight: '24px',\n color: $color,\n}));\n\nconst ParagraphStyling = css`\n :lang(ja-jp) > h1,\n h2,\n h3,\n h4,\n p,\n span {\n max-width: 30em;\n }\n :lang(ko-kr) > h1,\n h2,\n h3,\n h4,\n p,\n span {\n max-width: 30em;\n }\n :lang(zh-CN) > h1,\n h2,\n h3,\n h4,\n p,\n span {\n max-width: 30em;\n }\n h1,\n h2,\n h3,\n h4,\n p,\n span {\n max-width: 34em;\n }\n`;\n\ninterface IParagraphBase {\n color?: string;\n lineHeight: number;\n $fontSize: number;\n marginBetweenParagraphs?: string;\n}\n\nconst ParagraphBase = styled(TypographyBase)<IParagraphBase>`\n p {\n margin-block-start: 0;\n margin-block-end: 0;\n }\n p:not(:only-of-type) {\n margin-bottom: ${(props) => props.marginBetweenParagraphs || '0'};\n }\n ${ParagraphStyling}\n`;\n\ninterface IParagraph {\n color?: string;\n}\n\nenum ParagraphTextStyle {\n Regular = 1,\n Bold,\n Italic,\n Underline,\n}\n\ntype ParagraphProps = {\n color?: string;\n textStyle?: ParagraphTextStyle;\n};\n\nconst paragraphFontWeight = (textStyle?: ParagraphTextStyle) => {\n let fontWeight = 400;\n if (textStyle === ParagraphTextStyle.Bold) {\n fontWeight = 700;\n }\n return fontWeight;\n};\n\nconst paragraphFontStyle = (textStyle?: ParagraphTextStyle) => {\n let fontStyle = textStyle && textStyle === ParagraphTextStyle.Italic ? 'italic' : '';\n return fontStyle;\n};\n\nconst paragraphTextDecorationLine = (textStyle?: ParagraphTextStyle): Property.TextDecorationLine => {\n let textDecoration: Property.TextDecorationLine = textStyle && textStyle === ParagraphTextStyle.Underline ? 'underline' : 'none';\n return textDecoration;\n};\n\nconst ParagraphBaseStyling = (fontSize: string, lineHeight: string, textStyle: ParagraphTextStyle, color: string) => {\n return css`\n font-size: ${fontSize};\n font-weight: ${paragraphFontWeight(textStyle)};\n line-height: ${lineHeight};\n font-style: ${paragraphFontStyle(textStyle)};\n color: ${color};\n `;\n};\n\nconst ParagraphXlStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('24px', '36px', textStyle, color);\nconst ParagraphXL: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={36}\n $fontSize={24}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"18px\">\n {children}\n </ParagraphBase>\n );\n};\n\nconst ParagraphLStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('20px', '32px', textStyle, color);\nconst ParagraphL: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={32}\n $fontSize={20}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"16px\">\n {children}\n </ParagraphBase>\n );\n};\n\nconst ParagraphMStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('18px', '28px', textStyle, color);\nconst ParagraphM: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={28}\n $fontSize={18}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"14px\">\n {children}\n </ParagraphBase>\n );\n};\n\nconst ParagraphSStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('16px', '24px', textStyle, color);\nconst ParagraphS: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={24}\n $fontSize={16}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"12px\">\n {children}\n </ParagraphBase>\n );\n};\n\nconst ParagraphXSStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('14px', '20px', textStyle, color);\nconst ParagraphXS: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={20}\n $fontSize={14}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"10px\">\n {children}\n </ParagraphBase>\n );\n};\n\nenum ComponentTextStyle {\n Regular = 1,\n Bold,\n Italic,\n UppercaseBold,\n}\n\ntype ComponentProps = {\n color?: string;\n className?: string;\n textStyle?: ComponentTextStyle;\n};\n\nconst componentFontWeight = (textStyle?: ComponentTextStyle) => {\n let fontWeight = 400;\n if (textStyle === ComponentTextStyle.Bold || textStyle === ComponentTextStyle.UppercaseBold) {\n fontWeight = 700;\n }\n return fontWeight;\n};\n\nconst componentFontStyle = (textStyle?: ComponentTextStyle) => {\n let fontStyle = textStyle && textStyle === ComponentTextStyle.Italic ? 'italic' : '';\n return fontStyle;\n};\n\nconst componentTextTransformation = (textStyle?: ComponentTextStyle): Property.TextTransform => {\n let fontStyle: Property.TextTransform = textStyle && textStyle === ComponentTextStyle.UppercaseBold ? 'uppercase' : 'none';\n return fontStyle;\n};\n\nconst ComponentStyling = (fontSize: string, lineHeight: string, textStyle: ComponentTextStyle, color: string | undefined | null) => {\n return css`\n font-size: ${fontSize};\n font-weight: ${componentFontWeight(textStyle)};\n line-height: ${lineHeight};\n font-style: ${componentFontStyle(textStyle)};\n ${color === null ? '' : `color: ${color || COLORS.black};`}\n `;\n};\n\nconst ComponentXLStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('24px', '28px', textStyle, color);\nconst ComponentXL: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={28} $fontSize={24} $fontWeight={fontWeight} $fontStyle={fontStyle}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentLStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('20px', '24px', textStyle, color);\nconst ComponentL: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={24} $fontSize={20} $fontWeight={fontWeight} $fontStyle={fontStyle}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentMStyling = (textStyle: ComponentTextStyle, color: string | undefined | null) => ComponentStyling('18px', '24px', textStyle, color);\nconst ComponentM: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={24} $fontSize={18} $fontWeight={fontWeight} $fontStyle={fontStyle}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentSStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('16px', '20px', textStyle, color);\nconst ComponentS: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={20} $fontSize={16} $fontWeight={fontWeight} $fontStyle={fontStyle}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentXSStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('14px', '16px', textStyle, color);\nconst ComponentXS: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n let textTransform = componentTextTransformation(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={16} $fontSize={14} $fontWeight={fontWeight} $fontStyle={fontStyle} textTransform={textTransform}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentXXSStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('12px', '16px', textStyle, color);\nconst ComponentXXS: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n let textTransform = componentTextTransformation(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={16} $fontSize={12} $fontWeight={fontWeight} $fontStyle={fontStyle} textTransform={textTransform}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentResponsive: React.FunctionComponent<ComponentProps & { size?: Size; width: number }> = ({ color, textStyle, children, size, width }) => {\n let fontsize = size;\n if (!size) {\n if (width < 768) {\n fontsize = Size.Small;\n } else if (width < 992) {\n fontsize = Size.Medium;\n } else {\n fontsize = Size.Large;\n }\n }\n switch (fontsize) {\n case Size.XXSmall:\n return <ComponentXXS color={color} textStyle={textStyle} children={children} />;\n case Size.XSmall:\n return <ComponentXS color={color} textStyle={textStyle} children={children} />;\n case Size.Small:\n return <ComponentS color={color} textStyle={textStyle} children={children} />;\n case Size.Medium:\n return <ComponentM color={color} textStyle={textStyle} children={children} />;\n case Size.Large:\n default:\n return <ComponentL color={color} textStyle={textStyle} children={children} />;\n }\n};\n\nexport { HeadlineXL, HeadlineL, HeadlineM, HeadlineS, HeadlineXS, HeadlineXXS };\nexport { ParagraphTextStyle, ParagraphXL, ParagraphL, ParagraphM, ParagraphS, ParagraphXS };\nexport { ComponentTextStyle, ComponentXL, ComponentL, ComponentM, ComponentS, ComponentXS, ComponentXXS, ComponentResponsive };\nexport { ComponentXLStyling, ComponentLStyling, ComponentMStyling, ComponentSStyling, ComponentXSStyling, ComponentXXSStyling };\nexport { ParagraphXlStyling, ParagraphLStyling, ParagraphMStyling, ParagraphSStyling, ParagraphXSStyling };\nexport { HeadlineXLStyling, HeadlineLStyling, HeadlineMStyling, HeadlineSStyling, HeadlineXSStyling, HeadlineXXSStyling };\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"typography.js","names":["React","styled","css","COLORS","Size","TypographyBase","$color","lineHeight","$fontSize","$fontWeight","$fontStyle","textTransform","textDecorationLine","fontSize","fontWeight","fontStyle","color","black","HeadlineBaseStyling","HeadlineBase","HeadlineXLStyling","HeadlineXL","HeadlineLStyling","HeadlineL","HeadlineMStyling","HeadlineM","HeadlineSStyling","HeadlineS","HeadlineXSStyling","HeadlineXS","HeadlineXXSStyling","HeadlineXXS","ParagraphStyling","ParagraphBase","props","marginBetweenParagraphs","ParagraphTextStyle","paragraphFontWeight","textStyle","Bold","paragraphFontStyle","Italic","paragraphTextDecorationLine","textDecoration","Underline","ParagraphBaseStyling","ParagraphXlStyling","ParagraphXL","children","ParagraphLStyling","ParagraphL","ParagraphMStyling","ParagraphM","ParagraphSStyling","ParagraphS","ParagraphXSStyling","ParagraphXS","ComponentTextStyle","componentFontWeight","UppercaseBold","componentFontStyle","componentTextTransformation","ComponentStyling","ComponentXLStyling","ComponentXL","className","ComponentLStyling","ComponentL","ComponentMStyling","ComponentM","ComponentSStyling","ComponentS","ComponentXSStyling","ComponentXS","ComponentXXSStyling","ComponentXXS","ComponentResponsive","size","width","fontsize","Medium","Small","Large","XXSmall","XSmall"],"sources":["../../src/styles/typography.tsx"],"sourcesContent":["import React from 'react';\nimport styled, { css } from 'styled-components';\nimport { COLORS } from '.';\nimport { Property } from 'csstype';\nimport { Size } from '../types';\n\ninterface ITypographyBase {\n $color?: string;\n lineHeight: number;\n $fontSize: number;\n $fontWeight: number;\n $fontStyle?: string;\n textTransform?: Property.TextTransform;\n textDecorationLine?: Property.TextDecorationLine;\n}\n\nconst TypographyBase = styled('div')<ITypographyBase>(({ $color, lineHeight, $fontSize, $fontWeight, $fontStyle, textTransform, textDecorationLine }) => ({\n fontSize: $fontSize,\n fontWeight: $fontWeight,\n lineHeight: lineHeight + 'px',\n textTransform: textTransform ? textTransform : 'none',\n textDecorationLine: textDecorationLine ? textDecorationLine : 'none',\n fontStyle: $fontStyle ? $fontStyle : 'normal',\n color: $color ? $color : COLORS.black,\n}));\n\ninterface IHeadline {\n $color?: string;\n}\n\ninterface IHeadlineBase {\n $color?: string;\n lineHeight: number;\n fontSize: number;\n}\n\nconst HeadlineBaseStyling = (fontSize: string, lineHeight: string, color: string) => {\n return css`\n font-size: ${fontSize};\n line-height: ${lineHeight};\n font-weight: 700;\n color: ${color};\n `;\n};\nconst HeadlineBase = styled(TypographyBase)<IHeadlineBase>(({ $color, lineHeight, fontSize }) => ({\n fontSize: fontSize,\n fontWeight: 700,\n lineHeight: lineHeight,\n color: $color,\n}));\n\nconst HeadlineXLStyling = (color: string) => HeadlineBaseStyling('48px', '64px', color);\nconst HeadlineXL = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '48px',\n lineHeight: '64px',\n color: $color,\n}));\n\nconst HeadlineLStyling = (color: string) => HeadlineBaseStyling('40px', '52px', color);\nconst HeadlineL = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '40px',\n lineHeight: '52px',\n color: $color,\n}));\n\nconst HeadlineMStyling = (color: string) => HeadlineBaseStyling('32px', '40px', color);\nconst HeadlineM = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '32px',\n lineHeight: '40px',\n color: $color,\n}));\n\nconst HeadlineSStyling = (color: string) => HeadlineBaseStyling('28px', '36px', color);\nconst HeadlineS = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '28px',\n lineHeight: '36px',\n color: $color,\n}));\n\nconst HeadlineXSStyling = (color: string) => HeadlineBaseStyling('24px', '32px', color);\nconst HeadlineXS = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '24px',\n lineHeight: '32px',\n color: $color,\n}));\n\nconst HeadlineXXSStyling = (color: string) => HeadlineBaseStyling('20px', '24px', color);\nconst HeadlineXXS = styled(HeadlineBase)<IHeadline>(({ $color }) => ({\n fontSize: '20px',\n lineHeight: '24px',\n color: $color,\n}));\n\nconst ParagraphStyling = css`\n :lang(ja-jp) > h1,\n h2,\n h3,\n h4,\n p,\n span {\n max-width: 30em;\n }\n :lang(ko-kr) > h1,\n h2,\n h3,\n h4,\n p,\n span {\n max-width: 30em;\n }\n :lang(zh-CN) > h1,\n h2,\n h3,\n h4,\n p,\n span {\n max-width: 30em;\n }\n h1,\n h2,\n h3,\n h4,\n p,\n span {\n max-width: 34em;\n }\n`;\n\ninterface IParagraphBase {\n color?: string;\n lineHeight: number;\n $fontSize: number;\n marginBetweenParagraphs?: string;\n}\n\nconst ParagraphBase = styled(TypographyBase)<IParagraphBase>`\n p {\n margin-block-start: 0;\n margin-block-end: 0;\n }\n p:not(:only-of-type) {\n margin-bottom: ${(props) => props.marginBetweenParagraphs || '0'};\n }\n ${ParagraphStyling}\n`;\n\ninterface IParagraph {\n color?: string;\n}\n\nenum ParagraphTextStyle {\n Regular = 1,\n Bold,\n Italic,\n Underline,\n}\n\ntype ParagraphProps = {\n color?: string;\n textStyle?: ParagraphTextStyle;\n children?: React.ReactNode;\n};\n\nconst paragraphFontWeight = (textStyle?: ParagraphTextStyle) => {\n let fontWeight = 400;\n if (textStyle === ParagraphTextStyle.Bold) {\n fontWeight = 700;\n }\n return fontWeight;\n};\n\nconst paragraphFontStyle = (textStyle?: ParagraphTextStyle) => {\n let fontStyle = textStyle && textStyle === ParagraphTextStyle.Italic ? 'italic' : '';\n return fontStyle;\n};\n\nconst paragraphTextDecorationLine = (textStyle?: ParagraphTextStyle): Property.TextDecorationLine => {\n let textDecoration: Property.TextDecorationLine = textStyle && textStyle === ParagraphTextStyle.Underline ? 'underline' : 'none';\n return textDecoration;\n};\n\nconst ParagraphBaseStyling = (fontSize: string, lineHeight: string, textStyle: ParagraphTextStyle, color: string) => {\n return css`\n font-size: ${fontSize};\n font-weight: ${paragraphFontWeight(textStyle)};\n line-height: ${lineHeight};\n font-style: ${paragraphFontStyle(textStyle)};\n color: ${color};\n `;\n};\n\nconst ParagraphXlStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('24px', '36px', textStyle, color);\nconst ParagraphXL: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={36}\n $fontSize={24}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"18px\">\n {children}\n </ParagraphBase>\n );\n};\n\nconst ParagraphLStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('20px', '32px', textStyle, color);\nconst ParagraphL: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={32}\n $fontSize={20}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"16px\">\n {children}\n </ParagraphBase>\n );\n};\n\nconst ParagraphMStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('18px', '28px', textStyle, color);\nconst ParagraphM: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={28}\n $fontSize={18}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"14px\">\n {children}\n </ParagraphBase>\n );\n};\n\nconst ParagraphSStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('16px', '24px', textStyle, color);\nconst ParagraphS: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={24}\n $fontSize={16}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"12px\">\n {children}\n </ParagraphBase>\n );\n};\n\nconst ParagraphXSStyling = (textStyle: ParagraphTextStyle, color: string) => ParagraphBaseStyling('14px', '20px', textStyle, color);\nconst ParagraphXS: React.FunctionComponent<ParagraphProps> = ({ color, textStyle, children }) => {\n let fontWeight = paragraphFontWeight(textStyle);\n let fontStyle = paragraphFontStyle(textStyle);\n let textDecorationLine = paragraphTextDecorationLine(textStyle);\n return (\n <ParagraphBase\n $color={color}\n lineHeight={20}\n $fontSize={14}\n $fontWeight={fontWeight}\n $fontStyle={fontStyle}\n textDecorationLine={textDecorationLine}\n marginBetweenParagraphs=\"10px\">\n {children}\n </ParagraphBase>\n );\n};\n\nenum ComponentTextStyle {\n Regular = 1,\n Bold,\n Italic,\n UppercaseBold,\n}\n\ntype ComponentProps = {\n color?: string;\n className?: string;\n textStyle?: ComponentTextStyle;\n children?: React.ReactNode;\n};\n\nconst componentFontWeight = (textStyle?: ComponentTextStyle) => {\n let fontWeight = 400;\n if (textStyle === ComponentTextStyle.Bold || textStyle === ComponentTextStyle.UppercaseBold) {\n fontWeight = 700;\n }\n return fontWeight;\n};\n\nconst componentFontStyle = (textStyle?: ComponentTextStyle) => {\n let fontStyle = textStyle && textStyle === ComponentTextStyle.Italic ? 'italic' : '';\n return fontStyle;\n};\n\nconst componentTextTransformation = (textStyle?: ComponentTextStyle): Property.TextTransform => {\n let fontStyle: Property.TextTransform = textStyle && textStyle === ComponentTextStyle.UppercaseBold ? 'uppercase' : 'none';\n return fontStyle;\n};\n\nconst ComponentStyling = (fontSize: string, lineHeight: string, textStyle: ComponentTextStyle, color: string | undefined | null) => {\n return css`\n font-size: ${fontSize};\n font-weight: ${componentFontWeight(textStyle)};\n line-height: ${lineHeight};\n font-style: ${componentFontStyle(textStyle)};\n ${color === null ? '' : `color: ${color || COLORS.black};`}\n `;\n};\n\nconst ComponentXLStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('24px', '28px', textStyle, color);\nconst ComponentXL: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={28} $fontSize={24} $fontWeight={fontWeight} $fontStyle={fontStyle}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentLStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('20px', '24px', textStyle, color);\nconst ComponentL: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={24} $fontSize={20} $fontWeight={fontWeight} $fontStyle={fontStyle}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentMStyling = (textStyle: ComponentTextStyle, color: string | undefined | null) => ComponentStyling('18px', '24px', textStyle, color);\nconst ComponentM: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={24} $fontSize={18} $fontWeight={fontWeight} $fontStyle={fontStyle}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentSStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('16px', '20px', textStyle, color);\nconst ComponentS: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={20} $fontSize={16} $fontWeight={fontWeight} $fontStyle={fontStyle}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentXSStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('14px', '16px', textStyle, color);\nconst ComponentXS: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n let textTransform = componentTextTransformation(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={16} $fontSize={14} $fontWeight={fontWeight} $fontStyle={fontStyle} textTransform={textTransform}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentXXSStyling = (textStyle: ComponentTextStyle, color: string | null) => ComponentStyling('12px', '16px', textStyle, color);\nconst ComponentXXS: React.FunctionComponent<ComponentProps> = ({ color, textStyle, children, className }) => {\n let fontWeight = componentFontWeight(textStyle);\n let fontStyle = componentFontStyle(textStyle);\n let textTransform = componentTextTransformation(textStyle);\n return (\n <TypographyBase className={className} $color={color} lineHeight={16} $fontSize={12} $fontWeight={fontWeight} $fontStyle={fontStyle} textTransform={textTransform}>\n {children}\n </TypographyBase>\n );\n};\n\nconst ComponentResponsive: React.FunctionComponent<ComponentProps & { size?: Size; width: number }> = ({ color, textStyle, children, size, width }) => {\n let fontsize = size;\n if (!size) {\n if (width == -1) {\n fontsize = Size.Medium;\n } else if (width < 768) {\n fontsize = Size.Small;\n } else if (width < 992) {\n fontsize = Size.Medium;\n } else {\n fontsize = Size.Large;\n }\n }\n switch (fontsize) {\n case Size.XXSmall:\n return <ComponentXXS color={color} textStyle={textStyle} children={children} />;\n case Size.XSmall:\n return <ComponentXS color={color} textStyle={textStyle} children={children} />;\n case Size.Small:\n return <ComponentS color={color} textStyle={textStyle} children={children} />;\n case Size.Medium:\n return <ComponentM color={color} textStyle={textStyle} children={children} />;\n case Size.Large:\n default:\n return <ComponentL color={color} textStyle={textStyle} children={children} />;\n }\n};\n\nexport { HeadlineXL, HeadlineL, HeadlineM, HeadlineS, HeadlineXS, HeadlineXXS };\nexport { ParagraphTextStyle, ParagraphXL, ParagraphL, ParagraphM, ParagraphS, ParagraphXS };\nexport { ComponentTextStyle, ComponentXL, ComponentL, ComponentM, ComponentS, ComponentXS, ComponentXXS, ComponentResponsive };\nexport { ComponentXLStyling, ComponentLStyling, ComponentMStyling, ComponentSStyling, ComponentXSStyling, ComponentXXSStyling };\nexport { ParagraphXlStyling, ParagraphLStyling, ParagraphMStyling, ParagraphSStyling, ParagraphXSStyling };\nexport { HeadlineXLStyling, HeadlineLStyling, HeadlineMStyling, HeadlineSStyling, HeadlineXSStyling, HeadlineXXSStyling };\n"],"mappings":"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"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.hasWindow = void 0;
|
|
7
|
+
|
|
8
|
+
var hasWindow = function hasWindow() {
|
|
9
|
+
return Boolean(typeof window !== 'undefined' && window);
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.hasWindow = hasWindow;
|
|
13
|
+
//# sourceMappingURL=utils.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.cjs","names":["hasWindow","Boolean","window"],"sources":["../../src/utils/utils.tsx"],"sourcesContent":["\n\nexport const hasWindow = () => {\n return Boolean(typeof window !== 'undefined' && window);\n}\n "],"mappings":";;;;;;;AAEO,IAAMA,SAAS,GAAG,SAAZA,SAAY,GAAM;EAC3B,OAAOC,OAAO,CAAC,OAAOC,MAAP,KAAkB,WAAlB,IAAiCA,MAAlC,CAAd;AACH,CAFM"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const hasWindow: () => boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"utils.js","names":["hasWindow","Boolean","window"],"sources":["../../src/utils/utils.tsx"],"sourcesContent":["\n\nexport const hasWindow = () => {\n return Boolean(typeof window !== 'undefined' && window);\n}\n "],"mappings":"AAEA,OAAO,IAAMA,SAAS,GAAG,SAAZA,SAAY,GAAM;EAC3B,OAAOC,OAAO,CAAC,OAAOC,MAAP,KAAkB,WAAlB,IAAiCA,MAAlC,CAAd;AACH,CAFM"}
|