@vodafone_de/brix-components 7.0.7 → 7.0.8
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/README.md +1 -0
- package/dist/{FontWeight-DEBGHbtO.js → FontWeight-CR22KTex.js} +2 -2
- package/dist/components/Accordion/index.js +1 -1
- package/dist/components/Badge/index.js +1 -1
- package/dist/components/Body/index.js +1 -1
- package/dist/components/Button/index.js +2 -2
- package/dist/components/ButtonAsLink/index.js +1 -1
- package/dist/components/ButtonGroup/index.js +1 -1
- package/dist/components/Card/index.js +1 -1
- package/dist/components/Carousel/components/CarouselContext.d.ts +3 -2
- package/dist/components/Carousel/index.js +42 -53
- package/dist/components/Carousel/utils/useScrollSpy.d.ts +2 -0
- package/dist/components/ConsentMessage/index.js +1 -1
- package/dist/components/ConsentMessage/styled.d.ts +1 -1
- package/dist/components/DemoBox/index.js +2 -4
- package/dist/components/Dialog/index.js +1 -1
- package/dist/components/Dialog/styled.d.ts +1 -1
- package/dist/components/DiscoveryCard/index.js +5 -5
- package/dist/components/DiscoveryCard/styled.d.ts +1 -1
- package/dist/components/DiscoveryCardGroup/index.js +1 -1
- package/dist/components/GoogleMap/styled.d.ts +1 -1
- package/dist/components/Grid/index.js +1 -1
- package/dist/components/GridItem/index.js +1 -1
- package/dist/components/Heading/index.js +2 -2
- package/dist/components/IconButton/index.js +1 -1
- package/dist/components/IconSnippet/index.js +4 -5
- package/dist/components/IconSnippet/props.d.ts +2 -2
- package/dist/components/IconSnippet/styled.d.ts +1 -1
- package/dist/components/IconSnippetList/index.js +1 -1
- package/dist/components/ImageHeader/index.js +4 -4
- package/dist/components/ImageHeader/styled.d.ts +4 -4
- package/dist/components/InlineLink/index.js +1 -1
- package/dist/components/Legend/index.js +1 -1
- package/dist/components/Link/index.js +1 -1
- package/dist/components/LinkAsButton/index.js +1 -1
- package/dist/components/LinkList/index.js +1 -1
- package/dist/components/LinkListItem/index.js +2 -2
- package/dist/components/Notification/index.js +1 -1
- package/dist/components/PickerGroup/index.js +2 -2
- package/dist/components/Price/index.js +1 -1
- package/dist/components/ProductCard/index.js +3 -3
- package/dist/components/RichText/index.js +1 -1
- package/dist/components/SearchInput/index.js +1 -1
- package/dist/components/SearchInput/styled.d.ts +1 -1
- package/dist/components/Stepper/index.js +2 -2
- package/dist/components/SuggestInput/index.js +1 -1
- package/dist/components/TabularPrice/index.js +1 -1
- package/dist/components/TextList/index.js +2 -2
- package/dist/components/Tray/index.js +1 -1
- package/dist/components/YoutubeVideo/index.js +2 -1
- package/dist/hooks/useViewport/index.js +22 -5
- package/dist/{index-D2J2U7wz.js → index-BeSd-V81.js} +2 -2
- package/dist/{index-DrySIh-D.js → index-C5GzK6_0.js} +1 -1
- package/dist/{index-57IF0yrd.js → index-C7meHOM4.js} +2 -2
- package/dist/{index-CKvLGUdD.js → index-ZHkR70j3.js} +1 -1
- package/dist/{index-WLBo71sp.js → index-aUJfXBUI.js} +1 -1
- package/dist/index.d.ts +0 -4
- package/dist/index.js +119 -129
- package/dist/{styled-DLS1p_AJ.js → styled-BSqC5P9h.js} +1 -1
- package/dist/{tags-Bz98Tkqt.js → tags-DI6H1biK.js} +0 -2
- package/package.json +1 -1
- package/dist/components/MediaText/index.d.ts +0 -5
- package/dist/components/MediaText/index.js +0 -121
- package/dist/components/MediaText/props.d.ts +0 -42
- package/dist/components/MediaText/styled.d.ts +0 -4
- package/dist/components/Rating/assets/StarSVG.d.ts +0 -3
- package/dist/components/Rating/index.d.ts +0 -6
- package/dist/components/Rating/index.js +0 -153
- package/dist/components/Rating/props.d.ts +0 -22
- package/dist/components/Rating/styled.d.ts +0 -6
- package/dist/index-Cs0Hw0dj.js +0 -25
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
-
import { L as LinkAsButton, a as LinkStyled, g as getLinkIcon } from "../../index-
|
|
3
|
+
import { L as LinkAsButton, a as LinkStyled, g as getLinkIcon } from "../../index-C5GzK6_0.js";
|
|
4
4
|
import { r as renderInlineRichTextFromOpenText } from "../../renderInlineRichTextFromOpenText-RvOG3QbI.js";
|
|
5
5
|
const isLinkAsButtonProp = (props) => {
|
|
6
6
|
return props.href === void 0;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
|
-
import { u as ulTagName, l as liTagName } from "../../tags-
|
|
3
|
+
import { u as ulTagName, l as liTagName } from "../../tags-DI6H1biK.js";
|
|
4
4
|
import { s as spacingMd, b as spacingNone } from "../../Spacing-D0HQH9YJ.js";
|
|
5
5
|
import LinkListItem, { linkListItemVariantVertical, linkListItemVariantHorizontal } from "../LinkListItem/index.js";
|
|
6
6
|
import styled from "styled-components";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx, jsxs, Fragment } from "react/jsx-runtime";
|
|
3
3
|
import { iu as iconSizeMd, df as IconLoader } from "../../index-Cbojl4_Q.js";
|
|
4
|
-
import { s as spanTagName } from "../../tags-
|
|
4
|
+
import { s as spanTagName } from "../../tags-DI6H1biK.js";
|
|
5
5
|
import { s as spacingMd, a as spacingXs, b as spacingNone } from "../../Spacing-D0HQH9YJ.js";
|
|
6
6
|
import { s as smallSize } from "../../SizeTypes-Ck_RdzIf.js";
|
|
7
|
-
import { B as Badge } from "../../index-
|
|
7
|
+
import { B as Badge } from "../../index-ZHkR70j3.js";
|
|
8
8
|
import styled from "styled-components";
|
|
9
9
|
import forcedColors from "../../foundations/media-query/forcedColors/index.js";
|
|
10
10
|
import { e as ease_in_sine } from "../../easing-Dm-pO8SY.js";
|
|
@@ -7,7 +7,7 @@ import ButtonGroup from "../ButtonGroup/index.js";
|
|
|
7
7
|
import Flex from "../Flex/index.js";
|
|
8
8
|
import Heading from "../Heading/index.js";
|
|
9
9
|
import Link from "../Link/index.js";
|
|
10
|
-
import { R as RichText } from "../../index-
|
|
10
|
+
import { R as RichText } from "../../index-BeSd-V81.js";
|
|
11
11
|
import { getBorderColor } from "../../foundations/token/getBorderColor/index.js";
|
|
12
12
|
import { getObjectColor } from "../../foundations/token/getObjectColor/index.js";
|
|
13
13
|
import { e as colorBorderCritical, f as colorBorderWarning, d as colorBorderSuccess, k as colorBorderInformation } from "../../BorderColor-BummoQ1-.js";
|
|
@@ -6,7 +6,7 @@ import { e as spacing2Xs, s as spacingMd, c as spacingSm, b as spacingNone } fro
|
|
|
6
6
|
import { useState, useEffect } from "react";
|
|
7
7
|
import Grid from "../Grid/index.js";
|
|
8
8
|
import { df as IconLoader, iu as iconSizeMd } from "../../index-Cbojl4_Q.js";
|
|
9
|
-
import { B as Badge } from "../../index-
|
|
9
|
+
import { B as Badge } from "../../index-ZHkR70j3.js";
|
|
10
10
|
import ColorSwatch from "../ColorSwatch/index.js";
|
|
11
11
|
import { r as renderInlineRichTextFromOpenText } from "../../renderInlineRichTextFromOpenText-RvOG3QbI.js";
|
|
12
12
|
import styled from "styled-components";
|
|
@@ -27,7 +27,7 @@ import { getTextColor } from "../../foundations/token/getTextColor/index.js";
|
|
|
27
27
|
import { c as colorBackgroundNeutral } from "../../BackgroundColor-e0N9tdDR.js";
|
|
28
28
|
import { b as borderRadiusMd } from "../../BorderRadius-ClUShVLu.js";
|
|
29
29
|
import { a as borderWidthFocus, d as borderWidthSelected } from "../../BorderWidth-DfOlyKK7.js";
|
|
30
|
-
import {
|
|
30
|
+
import { b as fontWeightRegular, f as fontWeightBold } from "../../FontWeight-CR22KTex.js";
|
|
31
31
|
import { o as opacityOverlay } from "../../Opacity-smkGiwsf.js";
|
|
32
32
|
import { a as colorTextNeutral } from "../../TextColor-DsntmDNw.js";
|
|
33
33
|
import { f as filterProps } from "../../filterProps-Cewck8OH.js";
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import "react/jsx-runtime";
|
|
3
3
|
import "../../index-DQhtQZ85.js";
|
|
4
4
|
import "../../renderInlineRichTextFromOpenText-RvOG3QbI.js";
|
|
5
|
-
import { c, P, i, g, f, h, p, a, e, d, b } from "../../index-
|
|
5
|
+
import { c, P, i, g, f, h, p, a, e, d, b } from "../../index-aUJfXBUI.js";
|
|
6
6
|
export {
|
|
7
7
|
c as createScreenReaderText,
|
|
8
8
|
P as default,
|
|
@@ -2,15 +2,15 @@
|
|
|
2
2
|
import { jsxs, jsx } from "react/jsx-runtime";
|
|
3
3
|
import { it as iconSizeLg } from "../../index-Cbojl4_Q.js";
|
|
4
4
|
import Image, { aspectRatio1_1 } from "../Image/index.js";
|
|
5
|
-
import { f as fontWeightBold } from "../../FontWeight-
|
|
5
|
+
import { f as fontWeightBold } from "../../FontWeight-CR22KTex.js";
|
|
6
6
|
import { a as textHeadingMd } from "../../HeadingSize-CfCRn3Lh.js";
|
|
7
7
|
import { s as spacingMd, b as spacingNone } from "../../Spacing-D0HQH9YJ.js";
|
|
8
|
-
import { B as Badge } from "../../index-
|
|
8
|
+
import { B as Badge } from "../../index-ZHkR70j3.js";
|
|
9
9
|
import Body from "../Body/index.js";
|
|
10
10
|
import ColorSwatchGroup from "../ColorSwatchGroup/index.js";
|
|
11
11
|
import Heading from "../Heading/index.js";
|
|
12
12
|
import Link from "../Link/index.js";
|
|
13
|
-
import { P as Price, d as priceSizeMd, g as priceAlignCenter, a as priceOrientationVertical } from "../../index-
|
|
13
|
+
import { P as Price, d as priceSizeMd, g as priceAlignCenter, a as priceOrientationVertical } from "../../index-aUJfXBUI.js";
|
|
14
14
|
import styled from "styled-components";
|
|
15
15
|
import { getSpacing } from "../../foundations/token/getSpacing/index.js";
|
|
16
16
|
import Card from "../Card/index.js";
|
|
@@ -5,7 +5,7 @@ import { forwardRef, useState, useRef, useImperativeHandle } from "react";
|
|
|
5
5
|
import FormHelperLabel from "../FormHelperLabel/index.js";
|
|
6
6
|
import IconButton, { iconButtonShapeSquare } from "../IconButton/index.js";
|
|
7
7
|
import { b as spacingNone, s as spacingMd } from "../../Spacing-D0HQH9YJ.js";
|
|
8
|
-
import { p as primaryAppearance } from "../../styled-
|
|
8
|
+
import { p as primaryAppearance } from "../../styled-BSqC5P9h.js";
|
|
9
9
|
import { r as renderInlineRichTextFromOpenText } from "../../renderInlineRichTextFromOpenText-RvOG3QbI.js";
|
|
10
10
|
import Form from "../Form/index.js";
|
|
11
11
|
import styled from "styled-components";
|
|
@@ -10,4 +10,4 @@ export declare const CloseIconStyled: import('styled-components/dist/types').ISt
|
|
|
10
10
|
value: string;
|
|
11
11
|
}>> & string & Omit<import('react').FC<InlineIconProps>, keyof import('react').Component<any, {}, any>>;
|
|
12
12
|
export declare const SearchInputCloseButtonStyled: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, Pick<SearchInputProps, "disabled">>> & string;
|
|
13
|
-
export declare const SearchInputStyled: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, keyof import('react').InputHTMLAttributes<HTMLInputElement>> & import('react').InputHTMLAttributes<HTMLInputElement>, Omit<SearchInputProps, "uid" | "
|
|
13
|
+
export declare const SearchInputStyled: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, keyof import('react').InputHTMLAttributes<HTMLInputElement>> & import('react').InputHTMLAttributes<HTMLInputElement>, Omit<SearchInputProps, "uid" | "onReset" | "label" | "searchButtonLabel" | "onSearch">>> & string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
import { useState, useRef, useEffect } from "react";
|
|
4
|
-
import {
|
|
4
|
+
import { useViewport } from "../../hooks/useViewport/index.js";
|
|
5
5
|
import { r as renderInlineRichTextFromOpenText } from "../../renderInlineRichTextFromOpenText-RvOG3QbI.js";
|
|
6
6
|
import styled from "styled-components";
|
|
7
7
|
import forcedColors from "../../foundations/media-query/forcedColors/index.js";
|
|
@@ -12,7 +12,7 @@ import { getBottomSpacing } from "../../foundations/token/getBottomSpacing/index
|
|
|
12
12
|
import { getFontWeight } from "../../foundations/token/getFontWeight/index.js";
|
|
13
13
|
import { getObjectColor } from "../../foundations/token/getObjectColor/index.js";
|
|
14
14
|
import { g as colorBorderBrand, a as colorBorderNeutral, h as colorBorderInverse } from "../../BorderColor-BummoQ1-.js";
|
|
15
|
-
import { f as fontWeightBold } from "../../FontWeight-
|
|
15
|
+
import { f as fontWeightBold } from "../../FontWeight-CR22KTex.js";
|
|
16
16
|
import { c as colorObjectBrand, a as colorObjectInverse } from "../../ObjectColor-BZDBuV8H.js";
|
|
17
17
|
import { s as spacingMd } from "../../Spacing-D0HQH9YJ.js";
|
|
18
18
|
import { t as textBodyMd } from "../../TextBodySize-BcZR9mh2.js";
|
|
@@ -11,7 +11,7 @@ import { I as InputWrapperStyled, a as InputStyled } from "../../styled-03irSJOQ
|
|
|
11
11
|
import { c as spacingSm, a as spacingXs, s as spacingMd } from "../../Spacing-D0HQH9YJ.js";
|
|
12
12
|
import { r as renderInlineRichTextFromOpenText } from "../../renderInlineRichTextFromOpenText-RvOG3QbI.js";
|
|
13
13
|
import Body from "../Body/index.js";
|
|
14
|
-
import { g as strongTagName } from "../../tags-
|
|
14
|
+
import { g as strongTagName } from "../../tags-DI6H1biK.js";
|
|
15
15
|
import styled from "styled-components";
|
|
16
16
|
import Card from "../Card/index.js";
|
|
17
17
|
import forcedColors from "../../foundations/media-query/forcedColors/index.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "react/jsx-runtime";
|
|
3
|
-
import { a, T } from "../../index-
|
|
4
|
-
import "../../tags-
|
|
3
|
+
import { a, T } from "../../index-BeSd-V81.js";
|
|
4
|
+
import "../../tags-DI6H1biK.js";
|
|
5
5
|
import "../../Spacing-D0HQH9YJ.js";
|
|
6
6
|
import "../../renderInlineRichTextFromOpenText-RvOG3QbI.js";
|
|
7
7
|
export {
|
|
@@ -4,7 +4,7 @@ import { useState, useRef, useEffect } from "react";
|
|
|
4
4
|
import { createPortal } from "react-dom";
|
|
5
5
|
import ButtonGroup from "../ButtonGroup/index.js";
|
|
6
6
|
import Heading from "../Heading/index.js";
|
|
7
|
-
import { f as fontWeightBold } from "../../FontWeight-
|
|
7
|
+
import { f as fontWeightBold } from "../../FontWeight-CR22KTex.js";
|
|
8
8
|
import { a as textHeadingMd } from "../../HeadingSize-CfCRn3Lh.js";
|
|
9
9
|
import { s as spacingMd, b as spacingNone } from "../../Spacing-D0HQH9YJ.js";
|
|
10
10
|
import styled from "styled-components";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import { jsx } from "react/jsx-runtime";
|
|
3
3
|
import { useThirdPartyConsent } from "../../hooks/useThirdPartyConsent/index.js";
|
|
4
|
-
import ConsentMessage from "../ConsentMessage/index.js";
|
|
5
4
|
import styled from "styled-components";
|
|
6
5
|
import { getBorderRadius } from "../../foundations/token/getBorderRadius/index.js";
|
|
7
6
|
import { getBottomSpacing } from "../../foundations/token/getBottomSpacing/index.js";
|
|
8
7
|
import { b as borderRadiusMd } from "../../BorderRadius-ClUShVLu.js";
|
|
9
8
|
import { s as spacingMd } from "../../Spacing-D0HQH9YJ.js";
|
|
9
|
+
import ConsentMessage from "../ConsentMessage/index.js";
|
|
10
10
|
const YoutubeVideoStyled = styled.div.withConfig({
|
|
11
11
|
displayName: "YoutubeVideoStyled",
|
|
12
12
|
componentId: "sc-1q2uytw-0"
|
|
@@ -17,6 +17,7 @@ const YoutubeVideoStyled = styled.div.withConfig({
|
|
|
17
17
|
position: "relative",
|
|
18
18
|
width: "100%",
|
|
19
19
|
paddingBottom: "56.25%",
|
|
20
|
+
/* 16:9 aspect ratio */
|
|
20
21
|
height: 0,
|
|
21
22
|
overflow: "hidden",
|
|
22
23
|
...roundedCorner && {
|
|
@@ -1,7 +1,24 @@
|
|
|
1
|
-
import "react";
|
|
2
|
-
import "../../index-Ck2bCrhT.js";
|
|
3
|
-
import {
|
|
4
|
-
|
|
1
|
+
import { useState, useEffect } from "react";
|
|
2
|
+
import { l as largeMediaQuery, m as mediumMediaQuery } from "../../index-Ck2bCrhT.js";
|
|
3
|
+
import { useMediaQuery } from "../useMediaQuery/index.js";
|
|
4
|
+
const viewportSm = "sm";
|
|
5
|
+
const viewportMd = "md";
|
|
6
|
+
const viewportLg = "lg";
|
|
7
|
+
const useViewport = () => {
|
|
8
|
+
const tablet = useMediaQuery(mediumMediaQuery);
|
|
9
|
+
const desktop = useMediaQuery(largeMediaQuery);
|
|
10
|
+
const [viewportState, setViewportState] = useState(viewportSm);
|
|
11
|
+
useEffect(() => {
|
|
12
|
+
if (desktop) {
|
|
13
|
+
setViewportState(viewportLg);
|
|
14
|
+
} else if (tablet) {
|
|
15
|
+
setViewportState(viewportMd);
|
|
16
|
+
} else {
|
|
17
|
+
setViewportState(viewportSm);
|
|
18
|
+
}
|
|
19
|
+
}, [tablet, desktop]);
|
|
20
|
+
return viewportState;
|
|
21
|
+
};
|
|
5
22
|
export {
|
|
6
|
-
|
|
23
|
+
useViewport
|
|
7
24
|
};
|
|
@@ -5,7 +5,7 @@ import Body from "./components/Body/index.js";
|
|
|
5
5
|
import FootnoteLink from "./components/FootnoteLink/index.js";
|
|
6
6
|
import Heading from "./components/Heading/index.js";
|
|
7
7
|
import InlineLink from "./components/InlineLink/index.js";
|
|
8
|
-
import { f as headingHtmlTags, o as olTagName, g as strongTagName, i as supTagName, u as ulTagName } from "./tags-
|
|
8
|
+
import { f as headingHtmlTags, o as olTagName, g as strongTagName, i as supTagName, u as ulTagName } from "./tags-DI6H1biK.js";
|
|
9
9
|
import { s as spacingMd, b as spacingNone } from "./Spacing-D0HQH9YJ.js";
|
|
10
10
|
import { r as renderInlineRichTextFromOpenText } from "./renderInlineRichTextFromOpenText-RvOG3QbI.js";
|
|
11
11
|
import styled from "styled-components";
|
|
@@ -13,7 +13,7 @@ import { getBodySize } from "./foundations/token/getBodySize/index.js";
|
|
|
13
13
|
import { getBottomSpacing } from "./foundations/token/getBottomSpacing/index.js";
|
|
14
14
|
import { getFontWeight } from "./foundations/token/getFontWeight/index.js";
|
|
15
15
|
import { getSpacing } from "./foundations/token/getSpacing/index.js";
|
|
16
|
-
import {
|
|
16
|
+
import { b as fontWeightRegular } from "./FontWeight-CR22KTex.js";
|
|
17
17
|
import { a as textBodySm, t as textBodyMd } from "./TextBodySize-BcZR9mh2.js";
|
|
18
18
|
import { f as filterProps } from "./filterProps-Cewck8OH.js";
|
|
19
19
|
import { t as textHeadingXs, b as textHeadingSm, a as textHeadingMd, c as textHeadingLg, d as textHeadingXl } from "./HeadingSize-CfCRn3Lh.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { iv as iconSizeSm } from "./index-Cbojl4_Q.js";
|
|
3
|
-
import { c as ButtonIconStyled } from "./styled-
|
|
3
|
+
import { c as ButtonIconStyled } from "./styled-BSqC5P9h.js";
|
|
4
4
|
import { r as renderInlineRichTextFromOpenText } from "./renderInlineRichTextFromOpenText-RvOG3QbI.js";
|
|
5
5
|
import styled from "styled-components";
|
|
6
6
|
import { getBottomSpacing } from "./foundations/token/getBottomSpacing/index.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { iv as iconSizeSm } from "./index-Cbojl4_Q.js";
|
|
3
|
-
import { l as leftPosition, c as ButtonIconStyled, b as buttonHeight, g as getButtonAppearance, p as primaryAppearance } from "./styled-
|
|
3
|
+
import { l as leftPosition, c as ButtonIconStyled, b as buttonHeight, g as getButtonAppearance, p as primaryAppearance } from "./styled-BSqC5P9h.js";
|
|
4
4
|
import { r as renderInlineRichTextFromOpenText } from "./renderInlineRichTextFromOpenText-RvOG3QbI.js";
|
|
5
5
|
import styled from "styled-components";
|
|
6
6
|
import { getBodySize } from "./foundations/token/getBodySize/index.js";
|
|
@@ -9,7 +9,7 @@ import { getBottomSpacing } from "./foundations/token/getBottomSpacing/index.js"
|
|
|
9
9
|
import { getFontWeight } from "./foundations/token/getFontWeight/index.js";
|
|
10
10
|
import { getSpacing } from "./foundations/token/getSpacing/index.js";
|
|
11
11
|
import { b as borderRadiusMd } from "./BorderRadius-ClUShVLu.js";
|
|
12
|
-
import {
|
|
12
|
+
import { b as fontWeightRegular } from "./FontWeight-CR22KTex.js";
|
|
13
13
|
import { a as spacingXs, d as spacingXl, b as spacingNone, s as spacingMd } from "./Spacing-D0HQH9YJ.js";
|
|
14
14
|
import { t as textBodyMd } from "./TextBodySize-BcZR9mh2.js";
|
|
15
15
|
import { f as filterProps } from "./filterProps-Cewck8OH.js";
|
|
@@ -12,7 +12,7 @@ import { getFontWeight } from "./foundations/token/getFontWeight/index.js";
|
|
|
12
12
|
import { getObjectColor } from "./foundations/token/getObjectColor/index.js";
|
|
13
13
|
import { getSpacing } from "./foundations/token/getSpacing/index.js";
|
|
14
14
|
import { c as borderRadiusFull } from "./BorderRadius-ClUShVLu.js";
|
|
15
|
-
import { f as fontWeightBold } from "./FontWeight-
|
|
15
|
+
import { f as fontWeightBold } from "./FontWeight-CR22KTex.js";
|
|
16
16
|
import { a as textBodySm, t as textBodyMd } from "./TextBodySize-BcZR9mh2.js";
|
|
17
17
|
import { b as getForegroundColor } from "./colorUtils-BSfFfgbi.js";
|
|
18
18
|
import { f as filterProps } from "./filterProps-Cewck8OH.js";
|
|
@@ -8,7 +8,7 @@ import { getHeadingSize } from "./foundations/token/getHeadingSize/index.js";
|
|
|
8
8
|
import { getSpacing } from "./foundations/token/getSpacing/index.js";
|
|
9
9
|
import { getTextColor } from "./foundations/token/getTextColor/index.js";
|
|
10
10
|
import { getTextDecoration } from "./foundations/token/getTextDecoration/index.js";
|
|
11
|
-
import { f as fontWeightBold,
|
|
11
|
+
import { f as fontWeightBold, b as fontWeightRegular } from "./FontWeight-CR22KTex.js";
|
|
12
12
|
import { s as spacingMd, b as spacingNone, a as spacingXs } from "./Spacing-D0HQH9YJ.js";
|
|
13
13
|
import { g as colorTextCritical, a as colorTextNeutral } from "./TextColor-DsntmDNw.js";
|
|
14
14
|
import { f as filterProps } from "./filterProps-Cewck8OH.js";
|
package/dist/index.d.ts
CHANGED
|
@@ -26,8 +26,6 @@ export * from './components/RichText';
|
|
|
26
26
|
export { default as RichText } from './components/RichText';
|
|
27
27
|
export * from './components/ResponsiveImage';
|
|
28
28
|
export { default as ResponsiveImage } from './components/ResponsiveImage';
|
|
29
|
-
export * from './components/Rating';
|
|
30
|
-
export { default as Rating } from './components/Rating';
|
|
31
29
|
export * from './components/RadioGroup';
|
|
32
30
|
export { default as RadioGroup } from './components/RadioGroup';
|
|
33
31
|
export * from './components/ProductCard';
|
|
@@ -40,8 +38,6 @@ export * from './components/Overlay';
|
|
|
40
38
|
export { default as Overlay } from './components/Overlay';
|
|
41
39
|
export * from './components/Notification';
|
|
42
40
|
export { default as Notification } from './components/Notification';
|
|
43
|
-
export * from './components/MediaText';
|
|
44
|
-
export { default as MediaText } from './components/MediaText';
|
|
45
41
|
export * from './components/LoadingSpinner';
|
|
46
42
|
export { default as LoadingSpinner } from './components/LoadingSpinner';
|
|
47
43
|
export * from './components/LinkListItem';
|