@vodafone_de/brix-components 7.0.6 → 7.0.7

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.
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
- import { d as divTagName } from "../../tags-DI6H1biK.js";
3
+ import { d as divTagName } from "../../tags-Bz98Tkqt.js";
4
4
  import { a as CardStyled } from "../../styled-CYugcGtx.js";
5
5
  import { C } from "../../styled-CYugcGtx.js";
6
6
  const Card = ({
@@ -3,7 +3,7 @@ import { jsx, jsxs, Fragment } from "react/jsx-runtime";
3
3
  import "@af-utils/scrollend-polyfill";
4
4
  import { createContext, useRef, useState, useEffect, useContext, createElement } from "react";
5
5
  import { useFocusWithin } from "../../hooks/useFocusWithin/index.js";
6
- import { l as liTagName, u as ulTagName } from "../../tags-DI6H1biK.js";
6
+ import { l as liTagName, u as ulTagName } from "../../tags-Bz98Tkqt.js";
7
7
  import { s as spacingMd } from "../../Spacing-D0HQH9YJ.js";
8
8
  import styled from "styled-components";
9
9
  import { a as CardStyled } from "../../styled-CYugcGtx.js";
@@ -2,7 +2,7 @@
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import IconSnippet from "../IconSnippet/index.js";
4
4
  import { t as textHeadingXs } from "../../HeadingSize-CfCRn3Lh.js";
5
- import { g as getUid } from "../../index-BRs8j3Vq.js";
5
+ import { g as getUid } from "../../index-D2J2U7wz.js";
6
6
  import { D as DemoBoxStyled } from "../../styled-ODPFCF1a.js";
7
7
  const heading = {
8
8
  component: "Heading",
@@ -15,7 +15,9 @@ const richText = {
15
15
  html: "<p>This is a placeholder.</p>",
16
16
  uid: getUid()
17
17
  };
18
- const DemoBox = (props) => /* @__PURE__ */ jsx(DemoBoxStyled, { ...props, children: /* @__PURE__ */ jsx(IconSnippet, { size: "small", icon: "Sync", bottomSpacing: "None", contents: [heading, richText] }) });
18
+ const DemoBox = (props) => /* @__PURE__ */ jsx(DemoBoxStyled, { ...props, children: /* @__PURE__ */ jsx(IconSnippet, { size: "sm", icon: {
19
+ name: "Sync"
20
+ }, bottomSpacing: "None", contents: [heading, richText] }) });
19
21
  export {
20
22
  DemoBox as default
21
23
  };
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import { Fragment } from "react";
4
- import { R as RichText } from "../../index-BRs8j3Vq.js";
4
+ import { R as RichText } from "../../index-D2J2U7wz.js";
5
5
  import { f as fontWeightBold } from "../../FontWeight-DEBGHbtO.js";
6
6
  import { b as textHeadingSm } from "../../HeadingSize-CfCRn3Lh.js";
7
7
  import { s as spacingMd, b as spacingNone, a as spacingXs, c as spacingSm } from "../../Spacing-D0HQH9YJ.js";
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
- import { l as liTagName, d as divTagName } from "../../tags-DI6H1biK.js";
3
+ import { l as liTagName, d as divTagName } from "../../tags-Bz98Tkqt.js";
4
4
  import { s as spacingMd } from "../../Spacing-D0HQH9YJ.js";
5
5
  import { Children, cloneElement } from "react";
6
6
  import { G as GridStyled } from "../../styled-ZpQohvyx.js";
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
- import { d as divTagName } from "../../tags-DI6H1biK.js";
3
+ import { d as divTagName } from "../../tags-Bz98Tkqt.js";
4
4
  import { G as GridItemStyled } from "../../styled-Cqp2oSjW.js";
5
5
  const GridItem = ({
6
6
  sm = 12,
@@ -4,7 +4,7 @@ import FootnoteLink from "../FootnoteLink/index.js";
4
4
  import { a as spacingXs, c as spacingSm, s as spacingMd, f as spacingLg, d as spacingXl } from "../../Spacing-D0HQH9YJ.js";
5
5
  import { r as renderInlineRichTextFromOpenText } from "../../renderInlineRichTextFromOpenText-RvOG3QbI.js";
6
6
  import styled from "styled-components";
7
- import { h as h5TagName, a as h4TagName, b as h3TagName, c as h2TagName, e as h1TagName, f as headingHtmlTags } from "../../tags-DI6H1biK.js";
7
+ import { h as h5TagName, a as h4TagName, b as h3TagName, c as h2TagName, e as h1TagName, f as headingHtmlTags } from "../../tags-Bz98Tkqt.js";
8
8
  import { getBottomSpacing } from "../../foundations/token/getBottomSpacing/index.js";
9
9
  import { getFontWeight } from "../../foundations/token/getFontWeight/index.js";
10
10
  import { getHeadingSize } from "../../foundations/token/getHeadingSize/index.js";
@@ -4,8 +4,8 @@ import { df as IconLoader, it as iconSizeLg, iq as iconSize3xl, iv as iconSizeSm
4
4
  import Body from "../Body/index.js";
5
5
  import Heading from "../Heading/index.js";
6
6
  import InlineLink from "../InlineLink/index.js";
7
- import { R as RichText } from "../../index-BRs8j3Vq.js";
8
- import { d as divTagName } from "../../tags-DI6H1biK.js";
7
+ import { R as RichText } from "../../index-D2J2U7wz.js";
8
+ import { d as divTagName } from "../../tags-Bz98Tkqt.js";
9
9
  import { a as spacingXs, s as spacingMd, b as spacingNone } from "../../Spacing-D0HQH9YJ.js";
10
10
  import Link from "../Link/index.js";
11
11
  import styled from "styled-components";
@@ -3,7 +3,7 @@ import { jsx } from "react/jsx-runtime";
3
3
  import Grid from "../Grid/index.js";
4
4
  import GridItem from "../GridItem/index.js";
5
5
  import IconSnippet from "../IconSnippet/index.js";
6
- import { u as ulTagName, l as liTagName } from "../../tags-DI6H1biK.js";
6
+ import { u as ulTagName, l as liTagName } from "../../tags-Bz98Tkqt.js";
7
7
  import { b as spacingNone } from "../../Spacing-D0HQH9YJ.js";
8
8
  const IconSnippetList = ({
9
9
  component: _component,
@@ -4,7 +4,7 @@ import Body from "../Body/index.js";
4
4
  import { b as fontWeightLight } from "../../FontWeight-DEBGHbtO.js";
5
5
  import { s as spacingMd, c as spacingSm, d as spacingXl, a as spacingXs, e as spacing2Xs, b as spacingNone } from "../../Spacing-D0HQH9YJ.js";
6
6
  import { m as mediumSize } from "../../SizeTypes-Ck_RdzIf.js";
7
- import { g as getUid, R as RichText } from "../../index-BRs8j3Vq.js";
7
+ import { g as getUid, R as RichText } from "../../index-D2J2U7wz.js";
8
8
  import Button from "../Button/index.js";
9
9
  import Container from "../Container/index.js";
10
10
  import Heading, { headingAlignCenter } from "../Heading/index.js";
@@ -3,7 +3,7 @@ import { jsx, Fragment } from "react/jsx-runtime";
3
3
  import Body from "../Body/index.js";
4
4
  import Heading from "../Heading/index.js";
5
5
  import IconSnippet, { iconSnippetAlignCenter } from "../IconSnippet/index.js";
6
- import { R as RichText } from "../../index-BRs8j3Vq.js";
6
+ import { R as RichText } from "../../index-D2J2U7wz.js";
7
7
  import styled from "styled-components";
8
8
  const LegendStyled = styled.legend.withConfig({
9
9
  displayName: "LegendStyled",
@@ -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-DI6H1biK.js";
3
+ import { u as ulTagName, l as liTagName } from "../../tags-Bz98Tkqt.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,7 +1,7 @@
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-DI6H1biK.js";
4
+ import { s as spanTagName } from "../../tags-Bz98Tkqt.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
7
  import { B as Badge } from "../../index-CKvLGUdD.js";
@@ -6,9 +6,9 @@ import FlexItem from "../FlexItem/index.js";
6
6
  import Heading, { headingAlignLeft } from "../Heading/index.js";
7
7
  import Image, { aspectRatio16_9 } from "../Image/index.js";
8
8
  import Link from "../Link/index.js";
9
- import { g as getUid, R as RichText } from "../../index-BRs8j3Vq.js";
9
+ import { g as getUid, R as RichText } from "../../index-D2J2U7wz.js";
10
10
  import YoutubeVideo from "../YoutubeVideo/index.js";
11
- import { u as ulTagName, d as divTagName, l as liTagName } from "../../tags-DI6H1biK.js";
11
+ import { p as pTagName, u as ulTagName, d as divTagName, l as liTagName } from "../../tags-Bz98Tkqt.js";
12
12
  import { a as fontWeightRegular } from "../../FontWeight-DEBGHbtO.js";
13
13
  import { b as textHeadingSm, t as textHeadingXs } from "../../HeadingSize-CfCRn3Lh.js";
14
14
  import { s as spacingMd, e as spacing2Xs, c as spacingSm, b as spacingNone } from "../../Spacing-D0HQH9YJ.js";
@@ -19,21 +19,21 @@ import { getBottomSpacing } from "../../foundations/token/getBottomSpacing/index
19
19
  import { getSpacing } from "../../foundations/token/getSpacing/index.js";
20
20
  import { f as filterProps } from "../../filterProps-Cewck8OH.js";
21
21
  import { a as flexOrientationVertical, f as flexOrientationHorizontal, b as flexJustifyStart } from "../../styled-B0YKfXTz.js";
22
- const mediaTextOrientationTop = "top";
23
- const mediaTextOrientationLeft = "left";
24
- const mediaTextOrientationRight = "right";
22
+ const mediaTextPositionTop = "top";
23
+ const mediaTextPositionLeft = "left";
24
+ const mediaTextPositionRight = "right";
25
25
  const MediaTextStyled = styled.div.withConfig({
26
26
  shouldForwardProp: filterProps(),
27
27
  displayName: "MediaTextStyled",
28
28
  componentId: "sc-zs2pry-0"
29
29
  })(({
30
- orientation,
30
+ position,
31
31
  bottomSpacing = spacingMd
32
32
  }) => ({
33
33
  display: "flex",
34
34
  flexDirection: "column",
35
35
  ...viewport.md({
36
- flexDirection: orientation === "top" ? "column" : orientation === "left" ? "row" : "row-reverse"
36
+ flexDirection: position === "top" ? "column" : position === "left" ? "row" : "row-reverse"
37
37
  }),
38
38
  ...getBottomSpacing({
39
39
  bottomSpacing
@@ -44,7 +44,7 @@ const MediaTextMediaStyled = styled.div.withConfig({
44
44
  displayName: "MediaTextMediaStyled",
45
45
  componentId: "sc-zs2pry-1"
46
46
  })(({
47
- orientation,
47
+ position,
48
48
  bottomSpacing = spacingMd
49
49
  }) => ({
50
50
  flex: 1,
@@ -52,7 +52,7 @@ const MediaTextMediaStyled = styled.div.withConfig({
52
52
  bottomSpacing
53
53
  }),
54
54
  ...viewport.md({
55
- ...orientation != mediaTextOrientationTop ? {
55
+ ...position != mediaTextPositionTop ? {
56
56
  marginBottom: 0
57
57
  } : {}
58
58
  })
@@ -62,21 +62,21 @@ const MediaTextContentStyled = styled.div.withConfig({
62
62
  displayName: "MediaTextContentStyled",
63
63
  componentId: "sc-zs2pry-2"
64
64
  })(({
65
- orientation
65
+ position
66
66
  }) => ({
67
67
  flex: 1,
68
68
  ...viewport.md({
69
- ...orientation === "left" && {
69
+ ...position === "left" && {
70
70
  paddingLeft: getSpacing(spacingMd)
71
71
  },
72
- ...orientation === "right" && {
72
+ ...position === "right" && {
73
73
  paddingRight: getSpacing(spacingMd)
74
74
  }
75
75
  })
76
76
  }));
77
77
  const MediaText = ({
78
78
  media,
79
- orientation = mediaTextOrientationLeft,
79
+ position = mediaTextPositionLeft,
80
80
  heading,
81
81
  subline,
82
82
  richText,
@@ -94,7 +94,7 @@ const MediaText = ({
94
94
  if (!media2) return null;
95
95
  switch (media2.component) {
96
96
  case "Image":
97
- return /* @__PURE__ */ jsx(Image, { ...media2, aspectRatio: aspectRatio16_9, bottomSpacing: spacingNone });
97
+ return /* @__PURE__ */ jsx(Image, { ...media2, aspectRatio: media2.aspectRatio ?? aspectRatio16_9, bottomSpacing: spacingNone });
98
98
  case "YoutubeVideo":
99
99
  return /* @__PURE__ */ jsx(YoutubeVideo, { ...media2, bottomSpacing: spacingNone });
100
100
  default:
@@ -103,11 +103,11 @@ const MediaText = ({
103
103
  }
104
104
  };
105
105
  const mediaContent = useMemo(() => renderMedia(media), [media]);
106
- return /* @__PURE__ */ jsxs(MediaTextStyled, { orientation, ...props, children: [
107
- /* @__PURE__ */ jsx(MediaTextMediaStyled, { orientation, children: mediaContent }),
108
- /* @__PURE__ */ jsxs(MediaTextContentStyled, { orientation, children: [
106
+ return /* @__PURE__ */ jsxs(MediaTextStyled, { position, ...props, children: [
107
+ /* @__PURE__ */ jsx(MediaTextMediaStyled, { position, children: mediaContent }),
108
+ /* @__PURE__ */ jsxs(MediaTextContentStyled, { position, children: [
109
109
  /* @__PURE__ */ jsx(Heading, { ...heading, id: headingId, align: headingAlignLeft, size: textHeadingSm, bottomSpacing: headingSpacing }),
110
- subline && /* @__PURE__ */ jsx(Heading, { ...subline, id: sublineId, align: headingAlignLeft, size: textHeadingXs, weight: fontWeightRegular, bottomSpacing: spacingMd }),
110
+ subline && /* @__PURE__ */ jsx(Heading, { ...subline, id: sublineId, align: headingAlignLeft, size: textHeadingXs, weight: fontWeightRegular, tag: pTagName, bottomSpacing: spacingMd }),
111
111
  /* @__PURE__ */ jsx(RichText, { ...richText, bottomSpacing: spacingMd }),
112
112
  /* @__PURE__ */ jsx(Flex, { bottomSpacing: spacingMd, gapSpacing: spacingSm, justify: flexJustifyStart, orientation: "sm" === viewport2 ? flexOrientationVertical : flexOrientationHorizontal, as: actionFlexAs, children: action && action.map((action2) => /* @__PURE__ */ jsx(FlexItem, { as: linkFlexItemAs, bottomSpacing: spacingNone, children: /* @__PURE__ */ jsx(Link, { ...action2 }) }, action2.uid)) })
113
113
  ] })
@@ -115,7 +115,7 @@ const MediaText = ({
115
115
  };
116
116
  export {
117
117
  MediaText as default,
118
- mediaTextOrientationLeft,
119
- mediaTextOrientationRight,
120
- mediaTextOrientationTop
118
+ mediaTextPositionLeft,
119
+ mediaTextPositionRight,
120
+ mediaTextPositionTop
121
121
  };
@@ -5,10 +5,10 @@ import { LinkProps } from '../Link';
5
5
  import { RichTextProps } from '../RichText';
6
6
  import { YoutubeVideoProps } from '../YoutubeVideo';
7
7
  import { PatternProps } from '../../foundations/PatternProps';
8
- export declare const mediaTextOrientationTop = "top";
9
- export declare const mediaTextOrientationLeft = "left";
10
- export declare const mediaTextOrientationRight = "right";
11
- export type MediaTextOrientation = typeof mediaTextOrientationTop | typeof mediaTextOrientationLeft | typeof mediaTextOrientationRight;
8
+ export declare const mediaTextPositionTop = "top";
9
+ export declare const mediaTextPositionLeft = "left";
10
+ export declare const mediaTextPositionRight = "right";
11
+ export type MediaTextPosition = typeof mediaTextPositionTop | typeof mediaTextPositionLeft | typeof mediaTextPositionRight;
12
12
  export interface MediaTextProps extends PatternProps, HTMLAttributes<HTMLDivElement> {
13
13
  /**
14
14
  * Pin component's name from string to the concrete name
@@ -16,13 +16,13 @@ export interface MediaTextProps extends PatternProps, HTMLAttributes<HTMLDivElem
16
16
  component?: 'MediaText';
17
17
  /**
18
18
  * media prop can be either an Image or a YoutubeVideo
19
- * The aspect ratio is always 16 to 1. This must be taken into account when selecting the asset.
19
+ * The aspect ratio is by default 16 to 9.
20
20
  */
21
21
  media: Omit<ImageProps, 'bottomSpacing'> | Omit<YoutubeVideoProps, 'bottomSpacing'>;
22
22
  /**
23
- * MediaText media can be orientated top, left or right.
23
+ * MediaText media can be positioned on top, left or right.
24
24
  */
25
- orientation?: MediaTextOrientation;
25
+ position?: MediaTextPosition;
26
26
  /**
27
27
  * Heading
28
28
  */
@@ -30,7 +30,7 @@ export interface MediaTextProps extends PatternProps, HTMLAttributes<HTMLDivElem
30
30
  /**
31
31
  * Subline
32
32
  */
33
- subline?: Omit<HeadingProps, 'size' | 'weight' | 'bottomSpacing'>;
33
+ subline?: Omit<HeadingProps, 'size' | 'weight' | 'tag' | 'bottomSpacing'>;
34
34
  /**
35
35
  * Body
36
36
  */
@@ -1,4 +1,4 @@
1
1
  import { MediaTextProps } from './props';
2
- export declare const MediaTextStyled: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<MediaTextProps, "orientation" | "bottomSpacing">>> & string;
3
- export declare const MediaTextMediaStyled: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<MediaTextProps, "orientation" | "bottomSpacing">>> & string;
4
- export declare const MediaTextContentStyled: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<MediaTextProps, "orientation">>> & string;
2
+ export declare const MediaTextStyled: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<MediaTextProps, "bottomSpacing" | "position">>> & string;
3
+ export declare const MediaTextMediaStyled: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<MediaTextProps, "bottomSpacing" | "position">>> & string;
4
+ export declare const MediaTextContentStyled: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Pick<MediaTextProps, "position">>> & string;
@@ -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-BRs8j3Vq.js";
10
+ import { R as RichText } from "../../index-D2J2U7wz.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";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import "react/jsx-runtime";
3
3
  import "react";
4
- import { R } from "../../index-BRs8j3Vq.js";
4
+ import { R } from "../../index-D2J2U7wz.js";
5
5
  export {
6
6
  R as default
7
7
  };
@@ -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-DI6H1biK.js";
14
+ import { g as strongTagName } from "../../tags-Bz98Tkqt.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-BRs8j3Vq.js";
4
- import "../../tags-DI6H1biK.js";
3
+ import { a, T } from "../../index-D2J2U7wz.js";
4
+ import "../../tags-Bz98Tkqt.js";
5
5
  import "../../Spacing-D0HQH9YJ.js";
6
6
  import "../../renderInlineRichTextFromOpenText-RvOG3QbI.js";
7
7
  export {
@@ -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-DI6H1biK.js";
8
+ import { f as headingHtmlTags, o as olTagName, g as strongTagName, i as supTagName, u as ulTagName } from "./tags-Bz98Tkqt.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";
package/dist/index.js CHANGED
@@ -2,7 +2,7 @@ import { default as default2, YoutubeVideoIframeStyled, YoutubeVideoStyled } fro
2
2
  import { default as default3 } from "./components/Tray/index.js";
3
3
  import { default as default4 } from "./components/TimeInput/index.js";
4
4
  import { default as default5 } from "./components/Textarea/index.js";
5
- import { R, T, a } from "./index-BRs8j3Vq.js";
5
+ import { R, T, a } from "./index-D2J2U7wz.js";
6
6
  import { P, T as T2, c, i, g, f, h, p, a as a2, e, d, b } from "./index-WLBo71sp.js";
7
7
  import { default as default6 } from "./components/Switch/index.js";
8
8
  import { default as default7 } from "./components/SuggestInput/index.js";
@@ -17,7 +17,7 @@ import { default as default14 } from "./components/ProductCard/index.js";
17
17
  import { default as default15 } from "./components/PickerGroup/index.js";
18
18
  import { default as default16, overlayAppearancePrimary, overlayAppearanceSecondary } from "./components/Overlay/index.js";
19
19
  import { default as default17, notificationStatusError, notificationStatusInfo, notificationStatusSuccess, notificationStatusWarning } from "./components/Notification/index.js";
20
- import { default as default18, mediaTextOrientationLeft, mediaTextOrientationRight, mediaTextOrientationTop } from "./components/MediaText/index.js";
20
+ import { default as default18, mediaTextPositionLeft, mediaTextPositionRight, mediaTextPositionTop } from "./components/MediaText/index.js";
21
21
  import { default as default19 } from "./components/LoadingSpinner/index.js";
22
22
  import { default as default20, linkListItemVariantHorizontal, linkListItemVariantVertical } from "./components/LinkListItem/index.js";
23
23
  import { default as default21, linkListVariantColumn, linkListVariantRow } from "./components/LinkList/index.js";
@@ -268,9 +268,9 @@ export {
268
268
  linkListItemVariantVertical,
269
269
  linkListVariantColumn,
270
270
  linkListVariantRow,
271
- mediaTextOrientationLeft,
272
- mediaTextOrientationRight,
273
- mediaTextOrientationTop,
271
+ mediaTextPositionLeft,
272
+ mediaTextPositionRight,
273
+ mediaTextPositionTop,
274
274
  m as mediumMediaQuery,
275
275
  noReducedMotion,
276
276
  notificationStatusError,
@@ -5,6 +5,7 @@ const h4TagName = "h4";
5
5
  const h5TagName = "h5";
6
6
  const h6TagName = "h6";
7
7
  const headingHtmlTags = [h1TagName, h2TagName, h3TagName, h4TagName, h5TagName, h6TagName];
8
+ const pTagName = "p";
8
9
  const divTagName = "div";
9
10
  const spanTagName = "span";
10
11
  const strongTagName = "strong";
@@ -24,6 +25,7 @@ export {
24
25
  supTagName as i,
25
26
  liTagName as l,
26
27
  olTagName as o,
28
+ pTagName as p,
27
29
  spanTagName as s,
28
30
  ulTagName as u
29
31
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vodafone_de/brix-components",
3
3
  "description": "Brix is the digital design system for vodafone.de",
4
- "version": "7.0.6",
4
+ "version": "7.0.7",
5
5
  "exports": {
6
6
  "./package.json": "./package.json",
7
7
  ".": {