@vodafone_de/brix-components 10.0.0 → 10.0.1

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.
@@ -2,7 +2,7 @@
2
2
  import { jsx } from "react/jsx-runtime";
3
3
  import Button from "../Button/index.js";
4
4
  import Flex from "../Flex/index.js";
5
- import { b as flexJustifyStart, c as flexJustifyEnd, d as flexJustifyCenter, e as flexJustifyBetween, f as flexOrientationHorizontal, a as flexOrientationVertical } from "../../styled-CUp4EbPh.js";
5
+ import { b as flexJustifyStart, c as flexJustifyEnd, d as flexJustifyCenter, e as flexJustifyBetween, f as flexOrientationHorizontal, a as flexOrientationVertical } from "../../styled-BY19C9EO.js";
6
6
  import FlexItem from "../FlexItem/index.js";
7
7
  import { b as spacingSm, s as spacingMd } from "../../Spacing-8v6hcO2x.js";
8
8
  import { u as useViewport } from "../../index-DKCzYjXw.js";
@@ -5,7 +5,7 @@ import Checkbox from "../Checkbox/index.js";
5
5
  import Fieldset from "../Fieldset/index.js";
6
6
  import { g as spacingLg, s as spacingMd, c as spacingNone } from "../../Spacing-8v6hcO2x.js";
7
7
  import styled from "styled-components";
8
- import { F as FlexStyled } from "../../styled-CUp4EbPh.js";
8
+ import { F as FlexStyled } from "../../styled-BY19C9EO.js";
9
9
  import { getBottomSpacing } from "../../foundations/token/getBottomSpacing/index.js";
10
10
  import { getSpacing } from "../../foundations/token/getSpacing/index.js";
11
11
  import { a as filterProps } from "../../filterProps-CxkibNnG.js";
@@ -3,7 +3,7 @@ import { jsx } from "react/jsx-runtime";
3
3
  import ColorSwatch, { colorSwatchSizeSmall, colorSwatchSizes } from "../ColorSwatch/index.js";
4
4
  import { s as spacingMd, f as spacing2Xs } from "../../Spacing-8v6hcO2x.js";
5
5
  import styled from "styled-components";
6
- import { F as FlexStyled } from "../../styled-CUp4EbPh.js";
6
+ import { F as FlexStyled } from "../../styled-BY19C9EO.js";
7
7
  import { getBottomSpacing } from "../../foundations/token/getBottomSpacing/index.js";
8
8
  import { c as iconSizeMd } from "../../IconSize-AJp7xdJi.js";
9
9
  import { a as filterProps } from "../../filterProps-CxkibNnG.js";
@@ -4,7 +4,7 @@ import Link from "../Link/index.js";
4
4
  import styled from "styled-components";
5
5
  import viewport from "../../foundations/media-query/viewport/index.js";
6
6
  import { a as filterProps } from "../../filterProps-CxkibNnG.js";
7
- import { F as FlexStyled } from "../../styled-CUp4EbPh.js";
7
+ import { F as FlexStyled } from "../../styled-BY19C9EO.js";
8
8
  import UtilityLink from "../UtilityLink/index.js";
9
9
  const letterPathMapping = {
10
10
  A: "M46.99,29.398c0.118,0.365 0.186,0.649 0.22,0.86c0.025,0.211 -0.009,0.365 -0.118,0.47c-0.11,0.106 -0.296,0.171 -0.566,0.195c-0.269,0.024 -0.64,0.04 -1.113,0.04c-0.472,0 -0.877,0 -1.147,-0.024c-0.27,-0.024 -0.489,-0.049 -0.633,-0.089c-0.143,-0.049 -0.244,-0.106 -0.303,-0.187c-0.059,-0.081 -0.11,-0.186 -0.143,-0.316l-1.257,-3.916l-7.035,-0l-1.189,3.811c-0.042,0.138 -0.092,0.259 -0.151,0.357c-0.06,0.097 -0.161,0.17 -0.304,0.227c-0.143,0.056 -0.337,0.089 -0.591,0.113c-0.253,0.016 -0.59,0.033 -1.003,0.033c-0.447,-0 -0.793,-0.017 -1.046,-0.049c-0.253,-0.033 -0.422,-0.106 -0.523,-0.219c-0.093,-0.114 -0.126,-0.276 -0.101,-0.487c0.025,-0.21 0.101,-0.494 0.219,-0.843l5.778,-17.28c0.059,-0.17 0.126,-0.308 0.202,-0.413c0.076,-0.105 0.202,-0.186 0.371,-0.243c0.169,-0.057 0.405,-0.089 0.7,-0.106c0.295,-0.016 0.692,-0.024 1.189,-0.024c0.566,0 1.021,0 1.358,0.024c0.338,0.025 0.599,0.049 0.793,0.106c0.194,0.057 0.321,0.138 0.405,0.251c0.084,0.114 0.152,0.26 0.211,0.454l5.786,17.272l-0.009,-0.017Zm-8.594,-14.287l-0.017,-0l-2.648,8.279l5.313,-0l-2.648,-8.279Z",
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import { jsx } from "react/jsx-runtime";
3
- import { F as FlexStyled } from "../../styled-CUp4EbPh.js";
4
- import { i, h, g, e, d, c, b, f, a } from "../../styled-CUp4EbPh.js";
3
+ import { F as FlexStyled } from "../../styled-BY19C9EO.js";
4
+ import { i, h, g, e, d, c, b, f, a } from "../../styled-BY19C9EO.js";
5
5
  const Flex = ({
6
6
  children,
7
7
  ...props
@@ -8,10 +8,10 @@ import { useImageComponent, filterImagePropsToImageComponentProps } from "../../
8
8
  import { g as getSizesFromGridConfig } from "../../getSizesFromGridConfig-DKOLupyb.js";
9
9
  import styled from "styled-components";
10
10
  import { getBorderRadius } from "../../foundations/token/getBorderRadius/index.js";
11
- import { b as borderRadiusMd, c as borderRadiusNone } from "../../BorderRadius-2LdggXbQ.js";
12
- import { a as filterProps } from "../../filterProps-CxkibNnG.js";
13
11
  import { getBottomSpacing } from "../../foundations/token/getBottomSpacing/index.js";
12
+ import { b as borderRadiusMd, c as borderRadiusNone } from "../../BorderRadius-2LdggXbQ.js";
14
13
  import { s as spacingMd } from "../../Spacing-8v6hcO2x.js";
14
+ import { a as filterProps } from "../../filterProps-CxkibNnG.js";
15
15
  import { i as isObject, h as hasMatchingComponentName } from "../../isObject-BYBrvoVW.js";
16
16
  const aspectRatio1_1 = "1/1";
17
17
  const aspectRatio3_4 = "3/4";
@@ -13,7 +13,7 @@ import styled from "styled-components";
13
13
  import ArtDirectedImage from "../ArtDirectedImage/index.js";
14
14
  import { B as Badge } from "../../index-DwGcrvTh.js";
15
15
  import ButtonGroup from "../ButtonGroup/index.js";
16
- import { a as flexOrientationVertical } from "../../styled-CUp4EbPh.js";
16
+ import { a as flexOrientationVertical } from "../../styled-BY19C9EO.js";
17
17
  import { a as Grid, G as GridItem } from "../../index-Bu-7sSif.js";
18
18
  import viewport from "../../foundations/media-query/viewport/index.js";
19
19
  import { getBackgroundColor } from "../../foundations/token/getBackgroundColor/index.js";
@@ -14,8 +14,8 @@ import "../../FontWeight-DEBGHbtO.js";
14
14
  import "../../HeadingSize-CfCRn3Lh.js";
15
15
  import "../../Spacing-8v6hcO2x.js";
16
16
  import "../../index-DKCzYjXw.js";
17
- import { M, i, a, b, m, c, v } from "../../index-72IFVw5W.js";
18
- import "../../styled-CUp4EbPh.js";
17
+ import { M, i, a, b, m, c, v } from "../../index-IA76oabp.js";
18
+ import "../../styled-BY19C9EO.js";
19
19
  export {
20
20
  M as default,
21
21
  i as isMediaTextProps,
@@ -19,7 +19,7 @@ import { getSpacing } from "../../foundations/token/getSpacing/index.js";
19
19
  import { d as colorBackgroundOverlayStatic } from "../../BackgroundColor-e0N9tdDR.js";
20
20
  import { a as borderWidthFocus } from "../../BorderWidth-BjXpOdM5.js";
21
21
  import { g as getCssVar } from "../../getCssVar-BP6T9pFM.js";
22
- import { a as flexOrientationVertical } from "../../styled-CUp4EbPh.js";
22
+ import { a as flexOrientationVertical } from "../../styled-BY19C9EO.js";
23
23
  const TrayOverlayStyled = styled("div").withConfig({
24
24
  displayName: "TrayOverlayStyled",
25
25
  componentId: "sc-os3mq3-0"
@@ -2,3 +2,4 @@ import { FC } from 'react';
2
2
  import { UtilityLinkProps } from './props';
3
3
  declare const UtilityLink: FC<UtilityLinkProps>;
4
4
  export default UtilityLink;
5
+ export * from './props';
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import "react/jsx-runtime";
3
3
  import "@contentful/live-preview/react";
4
- import { L } from "../../mapContentToComponents-DcPjYAXH.js";
4
+ import { L } from "../../mapContentToComponents-DWVykPoW.js";
5
5
  export {
6
6
  L as LivePreviewInspector
7
7
  };
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import { jsx, Fragment } from "react/jsx-runtime";
3
3
  import { useContentfulLiveUpdates, ContentfulLivePreviewProvider } from "@contentful/live-preview/react";
4
- import { m as mapContentToComponents } from "../../mapContentToComponents-DcPjYAXH.js";
4
+ import { m as mapContentToComponents } from "../../mapContentToComponents-DWVykPoW.js";
5
5
  const BrixLiveRendererComponents = ({
6
6
  data
7
7
  }) => {
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import { jsx, Fragment } from "react/jsx-runtime";
3
3
  import LivePreviewRenderer from "../live-preview-renderer/index.js";
4
- import { m as mapContentToComponents } from "../../mapContentToComponents-DcPjYAXH.js";
4
+ import { m as mapContentToComponents } from "../../mapContentToComponents-DWVykPoW.js";
5
5
  const Renderer = ({
6
6
  content,
7
7
  isDraftMode
@@ -29,7 +29,7 @@ import "./styled-BKH3egch.js";
29
29
  import "./index-Dd-A7i9Y.js";
30
30
  import { i as isObject, h as hasMatchingComponentName } from "./isObject-BYBrvoVW.js";
31
31
  import { i as isBottomSpacing } from "./isBottomSpacing-BxfreCZU.js";
32
- import { a as flexOrientationVertical, f as flexOrientationHorizontal, b as flexJustifyStart } from "./styled-CUp4EbPh.js";
32
+ import { a as flexOrientationVertical, f as flexOrientationHorizontal, b as flexJustifyStart } from "./styled-BY19C9EO.js";
33
33
  const mediaTextPositionTop = "top";
34
34
  const mediaTextPositionLeft = "left";
35
35
  const mediaTextPositionRight = "right";
package/dist/index.js CHANGED
@@ -25,7 +25,7 @@ import { default as default21 } from "./components/PickerGroup/index.js";
25
25
  import { default as default22, overlayAppearancePrimary, overlayAppearanceSecondary } from "./components/Overlay/index.js";
26
26
  import { default as default23 } from "./components/OpenTextFootnoteAdapter/index.js";
27
27
  import { default as default24, notificationStatusError, notificationStatusInfo, notificationStatusSuccess, notificationStatusWarning } from "./components/Notification/index.js";
28
- import { M, i as i2, a as a4, b as b3, m, c as c3, v as v2 } from "./index-72IFVw5W.js";
28
+ import { M, i as i2, a as a4, b as b3, m, c as c3, v as v2 } from "./index-IA76oabp.js";
29
29
  import { default as default25 } from "./components/LocalStyle/index.js";
30
30
  import { default as default26 } from "./components/LoadingSpinner/index.js";
31
31
  import { default as default27, linkListItemVariantHorizontal, linkListItemVariantVertical } from "./components/LinkListItem/index.js";
@@ -117,9 +117,9 @@ import { useForcedColors } from "./hooks/useForcedColors/index.js";
117
117
  import { useFocusWithin } from "./hooks/useFocusWithin/index.js";
118
118
  import "react/jsx-runtime";
119
119
  import "@contentful/live-preview/react";
120
- import { L as L2 } from "./mapContentToComponents-DcPjYAXH.js";
120
+ import { L as L2 } from "./mapContentToComponents-DWVykPoW.js";
121
121
  import { a as a10, i as i9 } from "./props-DDpgcryb.js";
122
- import { i as i10, h as h3, g as g3, e as e5, d as d7, c as c8, b as b8, f as f5, a as a11 } from "./styled-CUp4EbPh.js";
122
+ import { i as i10, h as h3, g as g3, e as e5, d as d7, c as c8, b as b8, f as f5, a as a11 } from "./styled-BY19C9EO.js";
123
123
  import { C as C2 } from "./styled-rsUoUFyl.js";
124
124
  export {
125
125
  default77 as Accordion,
@@ -23,7 +23,7 @@ import ImageHeader, { isImageHeaderProps } from "./components/ImageHeader/index.
23
23
  import Link, { isLinkProps } from "./components/Link/index.js";
24
24
  import { i as isLinkAsButtonProps, L as LinkAsButton } from "./index-Dd-A7i9Y.js";
25
25
  import LinkList, { linkListVariantRow, linkListVariantColumn } from "./components/LinkList/index.js";
26
- import { d as isConsentMessageProps, e as isRichTextContentfulProps, f as isYoutubeVideoProps, i as isMediaTextProps, M as MediaText } from "./index-72IFVw5W.js";
26
+ import { d as isConsentMessageProps, e as isRichTextContentfulProps, f as isYoutubeVideoProps, i as isMediaTextProps, M as MediaText } from "./index-IA76oabp.js";
27
27
  import { k as isPriceProps, P as Price } from "./index-DCXRnuHz.js";
28
28
  import RichTextContentful from "./components/RichtTextContentful/index.js";
29
29
  import YoutubeVideo from "./components/YoutubeVideo/index.js";
@@ -43,7 +43,7 @@ import "./index-BsykXBqC.js";
43
43
  import "./NotificationErrorIcon-DMnAJgPN.js";
44
44
  import "./components/Collapsible/index.js";
45
45
  import "./hooks/usePictureComponent/index.js";
46
- import "./styled-CUp4EbPh.js";
46
+ import "./styled-BY19C9EO.js";
47
47
  import "./components/FlexItem/index.js";
48
48
  import "./styled-rsUoUFyl.js";
49
49
  import "html-react-parser";
@@ -62,7 +62,7 @@ const FlexStyled = styled.div.withConfig({
62
62
  }) => ({
63
63
  justifyContent: translateToJustifyContent(justify)
64
64
  }), ({
65
- alignItems = flexAlignStart
65
+ alignItems
66
66
  }) => ({
67
67
  alignItems: translateToAlignItems(alignItems)
68
68
  }), ({
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": "10.0.0",
4
+ "version": "10.0.1",
5
5
  "exports": {
6
6
  "./package.json": "./package.json",
7
7
  ".": {