@telia/styleguide
Version:
This is a living styleguide, showing the Atomic Design components which should be used in Telia Norway's web applications to achieve a common look & feel, and therefore user experience.
12 lines (11 loc) • 4.18 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
// This array contains React components to be used in the examples page
var _default = [// Atoms
'src/atoms/AlertText/AlertText.jsx', 'src/atoms/Box/Box.jsx', 'src/atoms/Button/Button.jsx', 'src/atoms/DescriptionList/DescriptionList.jsx', 'src/atoms/Caption/Caption.jsx', 'src/atoms/Container/Container.jsx', 'src/atoms/Heading/Heading.jsx', 'src/atoms/HorizontalRule/HorizontalRule.jsx', 'src/atoms/IconLink/IconLink.jsx', 'src/atoms/InputError/InputError.jsx', 'src/atoms/FullWidthTable/FullWidthTable.jsx', 'src/atoms/Label/Label.jsx', 'src/atoms/Link/Link.jsx', 'src/atoms/List/List.jsx', 'src/atoms/PagePebbles/PagePebbles.jsx', 'src/atoms/Paragraph/Paragraph.jsx', 'src/atoms/ProgressBar/ProgressBar.jsx', 'src/atoms/Quote/Quote.jsx', 'src/atoms/ShadowBox/ShadowBox.jsx', 'src/atoms/SpecialMessage/SpecialMessage.jsx', 'src/atoms/Spinner/Spinner.jsx', 'src/atoms/StepIndicator/StepIndicator.jsx', 'src/atoms/SvgIcon/SvgIcon.jsx', 'src/atoms/Tags/Tags.jsx', 'src/atoms/TextArea/TextArea.jsx', 'src/atoms/TelephoneNumberLink/TelephoneNumberLink.jsx', 'src/atoms/ToggleButton/ToggleButton.jsx', 'src/atoms/ToggleSwitch/ToggleSwitch.jsx', 'src/atoms/UniqueSellingPoints/UniqueSellingPoints.jsx', 'src/atoms/AnimatedProgressBar/AnimatedProgressBar.jsx', // Molecules
'src/molecules/AccordionList/AccordionList.jsx', 'src/molecules/Alert/Alert.jsx', 'src/molecules/BoxGrid/BoxGrid.jsx', 'src/molecules/ArticleMetaData/ArticleMetaData.jsx', 'src/molecules/Campaign/Campaign.jsx', 'src/molecules/CheckBoxWithLabel/CheckBoxWithLabel.jsx', 'src/molecules/DownloadButtons/DownloadButtons.jsx', 'src/molecules/DropDownListWithLabel/DropDownListWithLabel.jsx', 'src/molecules/DonutChart/DonutChart.jsx', 'src/molecules/FactBox/FactBox.jsx', 'src/molecules/FocusBox/FocusBox.jsx', 'src/molecules/FocusHeader/FocusHeader.jsx', 'src/molecules/FocusSpinner/FocusSpinner.jsx', 'src/molecules/FullWidthImage/FullWidthImage.jsx', 'src/molecules/Hero/Hero.jsx', 'src/molecules/PageMenu/PageMenu.jsx', 'src/molecules/HardwareProduct/HardwareProduct.jsx', 'src/molecules/Header/Header.jsx', 'src/molecules/HeaderWithImage/HeaderWithImage.jsx', 'src/molecules/ImageHeadingLink/ImageHeadingLink.jsx', 'src/molecules/HeadingLink/HeadingLink.jsx', 'src/molecules/Image/Image.jsx', 'src/molecules/ListWithImage/ListWithImage.jsx', 'src/molecules/PageFooter/PageFooter.jsx', 'src/molecules/PageHeader/PageHeader.jsx', 'src/molecules/PersonBox/PersonBox.jsx', 'src/molecules/ProductPromoBox/ProductPromoBox.jsx', 'src/molecules/PriceTable/PriceTable.jsx', 'src/molecules/ProgressChart/ProgressChart.jsx', 'src/molecules/RadioButtonList/RadioButtonList.jsx', 'src/molecules/RecommendedProducts/RecommendedProducts.jsx', 'src/molecules/RelatedArticle/RelatedArticle.jsx', 'src/molecules/RelatedArticles/RelatedArticles.jsx', 'src/molecules/RichText/RichText.jsx', 'src/molecules/StepByStep/StepByStep.jsx', 'src/molecules/Subscription/Subscription.jsx', 'src/molecules/ChartLegend/ChartLegend.jsx', 'src/molecules/TextAreaWithLabel/TextAreaWithLabel.jsx', 'src/molecules/TextBoxWithLabel/TextBoxWithLabel.jsx', 'src/molecules/Tooltip/Tooltip.jsx', 'src/molecules/MiniDashboard/MiniDashboard.jsx', 'src/molecules/DataBoostChart/DataBoostChart.jsx', 'src/molecules/ModalDialog/ModalDialog.jsx', 'src/molecules/PopUpLine/PopUpLine.jsx', 'src/molecules/ProductList/ProductList.jsx', 'src/molecules/PromoBox/PromoBox.jsx', 'src/molecules/References/References.jsx', 'src/molecules/Tabs/Tabs.jsx', 'src/molecules/FunkyTabs/FunkyTabs.jsx', 'src/molecules/Video/Video.jsx', 'src/molecules/ArticleList/ArticleList.jsx', 'src/molecules/LightAlert/LightAlert.jsx', // Organisms
'src/organisms/ContentRating/ContentRating.jsx', 'src/organisms/FocusSubscription/FocusSubscription.jsx', 'src/organisms/Form/Form.jsx', 'src/organisms/HardwareProductList/HardwareProductList.jsx', 'src/organisms/ThemeBoxes/ThemeBoxes.jsx', 'src/organisms/ThemeBoxWithImage/ThemeBoxWithImage.jsx', 'src/organisms/FocusBoxWithLabels/FocusBoxWithLabels.jsx', 'src/organisms/ProductListGrid/ProductListGrid.jsx'];
exports.default = _default;