@vodafone_de/brix-components 3.0.4 → 3.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.
Files changed (64) hide show
  1. package/README.md +0 -1
  2. package/dist/{TextColor-BXiR5Uq9.js → TextColor-DsntmDNw.js} +4 -4
  3. package/dist/{colorUtils-uLZF5UIN.js → colorUtils-BSfFfgbi.js} +4 -4
  4. package/dist/components/Accordion/index.js +1 -1
  5. package/dist/components/Badge/index.js +2 -2
  6. package/dist/components/BottomBar/index.js +1 -1
  7. package/dist/components/Button/index.js +2 -2
  8. package/dist/components/ButtonAsLink/index.js +1 -1
  9. package/dist/components/ButtonGroup/index.js +1 -1
  10. package/dist/components/Card/index.js +3 -3
  11. package/dist/components/Carousel/index.js +2 -2
  12. package/dist/components/Checkbox/index.js +1 -1
  13. package/dist/components/CheckboxGroup/index.js +1 -1
  14. package/dist/components/ColorSwatch/index.js +1 -1
  15. package/dist/components/ColorSwatchGroup/index.js +1 -1
  16. package/dist/components/Container/index.js +1 -1
  17. package/dist/components/DateInput/index.js +2 -2
  18. package/dist/components/DemoBox/index.js +2 -2
  19. package/dist/components/DiscoveryCard/index.js +4 -4
  20. package/dist/components/DiscoveryCardGroup/index.js +1 -1
  21. package/dist/components/Fieldset/index.js +1 -1
  22. package/dist/components/FilterGroup/index.js +1 -1
  23. package/dist/components/Flex/index.js +4 -4
  24. package/dist/components/FormHelperMessage/index.js +1 -1
  25. package/dist/components/GoogleMap/index.js +1 -1
  26. package/dist/components/GridItem/index.js +1 -1
  27. package/dist/components/Heading/index.js +1 -1
  28. package/dist/components/IconButton/index.js +1 -1
  29. package/dist/components/IconSnippet/index.js +1 -1
  30. package/dist/components/ImageHeader/index.js +4 -4
  31. package/dist/components/InlineLink/index.js +1 -1
  32. package/dist/components/Input/index.js +4 -4
  33. package/dist/components/Legend/index.js +1 -1
  34. package/dist/components/Link/index.js +1 -1
  35. package/dist/components/LinkAsButton/index.js +1 -1
  36. package/dist/components/LinkListItem/index.js +3 -3
  37. package/dist/components/Notification/index.js +1 -1
  38. package/dist/components/PickerGroup/index.js +3 -3
  39. package/dist/components/Price/index.js +9 -9
  40. package/dist/components/ProductCard/index.js +2 -2
  41. package/dist/components/RadioGroup/index.js +1 -1
  42. package/dist/components/RichText/index.js +1 -1
  43. package/dist/components/SearchInput/index.js +2 -2
  44. package/dist/components/SearchInput/styled.d.ts +1 -1
  45. package/dist/components/SelectInput/index.js +2 -2
  46. package/dist/components/SuggestInput/index.js +3 -3
  47. package/dist/components/TabularPrice/index.js +1 -1
  48. package/dist/components/TextList/index.js +3 -3
  49. package/dist/components/Textarea/index.js +2 -2
  50. package/dist/components/Tray/index.js +1 -1
  51. package/dist/{index-Cy-Cg4bU.js → index-BeSd-V81.js} +2 -2
  52. package/dist/{index-eiZAFM1T.js → index-DhnCGoB_.js} +2 -2
  53. package/dist/{index-BtMpJbZ-.js → index-VyKg-44v.js} +1 -1
  54. package/dist/{index-Bt1uVtoc.js → index-ZHkR70j3.js} +3 -3
  55. package/dist/{index-Bm66OyL0.js → index-aUJfXBUI.js} +9 -9
  56. package/dist/index.js +288 -0
  57. package/dist/{props-Czq9XX2J.js → props-DDpgcryb.js} +2 -2
  58. package/dist/{styled-CpoX5USb.js → styled-B0YKfXTz.js} +2 -2
  59. package/dist/{styled-Wlt68LfQ.js → styled-ChvU5bUu.js} +2 -2
  60. package/dist/{styled-BPTa90Cm.js → styled-CuLmB_mg.js} +1 -1
  61. package/dist/{styled-CXSdomF5.js → styled-ODPFCF1a.js} +1 -1
  62. package/dist/{styled-BpvuD699.js → styled-WguHd6ON.js} +3 -3
  63. package/dist/{styled-CDWclYAa.js → styled-zTRfFBiH.js} +1 -1
  64. package/package.json +7 -11
@@ -6,7 +6,7 @@ import FormElement from "../FormElement/index.js";
6
6
  import FormHelperLabel from "../FormHelperLabel/index.js";
7
7
  import FormHelperMessage from "../FormHelperMessage/index.js";
8
8
  import FormHelperStatusIcon from "../FormHelperStatusIcon/index.js";
9
- import { i as inputStateError } from "../../props-Czq9XX2J.js";
9
+ import { a as inputStateError } from "../../props-DDpgcryb.js";
10
10
  import { a as spacingXs, c as spacingSm, s as spacingMd } from "../../Spacing-D0HQH9YJ.js";
11
11
  import { r as renderInlineRichTextFromOpenText } from "../../renderInlineRichTextFromOpenText-RvOG3QbI.js";
12
12
  import styled from "styled-components";
@@ -20,7 +20,7 @@ import { getTextColor } from "../../foundations/token/getTextColor/index.js";
20
20
  import { c as colorBackgroundNeutral } from "../../BackgroundColor-JObp_2xA.js";
21
21
  import { c as colorBorderFocus, a as colorBorderNeutral, b as colorBorderUnselected, d as colorBorderSuccess, e as colorBorderCritical } from "../../BorderColor-BummoQ1-.js";
22
22
  import { b as borderRadiusMd } from "../../BorderRadius-ClUShVLu.js";
23
- import { a as colorTextNeutral } from "../../TextColor-BXiR5Uq9.js";
23
+ import { a as colorTextNeutral } from "../../TextColor-DsntmDNw.js";
24
24
  import { f as filterProps } from "../../filterProps-Cewck8OH.js";
25
25
  import { g as getCssVar } from "../../getCssVar-BP6T9pFM.js";
26
26
  const SelectInputWrapperStyled = styled.div.withConfig({
@@ -6,8 +6,8 @@ import FlexItem from "../FlexItem/index.js";
6
6
  import FormHelperLabel from "../FormHelperLabel/index.js";
7
7
  import FormHelperMessage from "../FormHelperMessage/index.js";
8
8
  import FormHelperStatusIcon from "../FormHelperStatusIcon/index.js";
9
- import { i as inputStateError } from "../../props-Czq9XX2J.js";
10
- import { I as InputWrapperStyled, a as InputStyled } from "../../styled-CDWclYAa.js";
9
+ import { a as inputStateError } from "../../props-DDpgcryb.js";
10
+ import { I as InputWrapperStyled, a as InputStyled } from "../../styled-zTRfFBiH.js";
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";
@@ -28,7 +28,7 @@ import { getBottomSpacing } from "../../foundations/token/getBottomSpacing/index
28
28
  import { getOpacity } from "../../foundations/token/getOpacity/index.js";
29
29
  import { getTextColor } from "../../foundations/token/getTextColor/index.js";
30
30
  import { a as opacityDisabled } from "../../Opacity-smkGiwsf.js";
31
- import { a as colorTextNeutral } from "../../TextColor-BXiR5Uq9.js";
31
+ import { a as colorTextNeutral } from "../../TextColor-DsntmDNw.js";
32
32
  import { f as filterProps } from "../../filterProps-Cewck8OH.js";
33
33
  const calculateListMaxHeight = (numberOfVisibleItems) => {
34
34
  return `calc((${getSpacing(spacingSm)} * 2 + ${getBodySize(textBodyMd).fontSize} * ${getBodySize(textBodyMd).lineHeight}) * ${numberOfVisibleItems})`;
@@ -1,6 +1,6 @@
1
1
  "use client";
2
2
  import "react/jsx-runtime";
3
- import { T } from "../../index-Bm66OyL0.js";
3
+ import { T } from "../../index-aUJfXBUI.js";
4
4
  import "../../index-DQhtQZ85.js";
5
5
  import "../../renderInlineRichTextFromOpenText-RvOG3QbI.js";
6
6
  export {
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import "react/jsx-runtime";
3
- import { T, a } from "../../index-Cy-Cg4bU.js";
3
+ import { a, T } from "../../index-BeSd-V81.js";
4
4
  import "../../tags-DI6H1biK.js";
5
5
  import "../../Spacing-D0HQH9YJ.js";
6
6
  import "../../renderInlineRichTextFromOpenText-RvOG3QbI.js";
7
7
  export {
8
- T as TextListItem,
9
- a as default
8
+ a as TextListItem,
9
+ T as default
10
10
  };
@@ -4,7 +4,7 @@ import { forwardRef, useRef, useImperativeHandle, useState, useEffect } from "re
4
4
  import FormElement from "../FormElement/index.js";
5
5
  import FormHelperLabel from "../FormHelperLabel/index.js";
6
6
  import FormHelperMessage from "../FormHelperMessage/index.js";
7
- import { i as inputStateError } from "../../props-Czq9XX2J.js";
7
+ import { a as inputStateError } from "../../props-DDpgcryb.js";
8
8
  import { c as spacingSm, d as spacingXl, s as spacingMd, a as spacingXs } from "../../Spacing-D0HQH9YJ.js";
9
9
  import { r as renderInlineRichTextFromOpenText } from "../../renderInlineRichTextFromOpenText-RvOG3QbI.js";
10
10
  import styled from "styled-components";
@@ -19,7 +19,7 @@ import { getTextColor } from "../../foundations/token/getTextColor/index.js";
19
19
  import { a as colorBorderNeutral, c as colorBorderFocus, b as colorBorderUnselected, d as colorBorderSuccess, e as colorBorderCritical } from "../../BorderColor-BummoQ1-.js";
20
20
  import { b as borderRadiusMd } from "../../BorderRadius-ClUShVLu.js";
21
21
  import { t as textHeadingXs } from "../../HeadingSize-CfCRn3Lh.js";
22
- import { e as colorTextPlaceholder, a as colorTextNeutral } from "../../TextColor-BXiR5Uq9.js";
22
+ import { c as colorTextPlaceholder, a as colorTextNeutral } from "../../TextColor-DsntmDNw.js";
23
23
  import { f as filterProps } from "../../filterProps-Cewck8OH.js";
24
24
  const TextareaWrapperStyled = styled.div.withConfig({
25
25
  shouldForwardProp: filterProps(),
@@ -19,7 +19,7 @@ import { getSpacing } from "../../foundations/token/getSpacing/index.js";
19
19
  import { b as colorBackgroundOverlayStatic } from "../../BackgroundColor-JObp_2xA.js";
20
20
  import { a as borderWidthFocus } from "../../BorderWidth-DfOlyKK7.js";
21
21
  import { g as getCssVar } from "../../getCssVar-BP6T9pFM.js";
22
- import { b as flexOrientationVertical } from "../../styled-CpoX5USb.js";
22
+ import { a as flexOrientationVertical } from "../../styled-B0YKfXTz.js";
23
23
  const TrayOverlayStyled = styled("div").withConfig({
24
24
  displayName: "TrayOverlayStyled",
25
25
  componentId: "sc-os3mq3-0"
@@ -162,7 +162,7 @@ const TextList = ({
162
162
  };
163
163
  export {
164
164
  RichText as R,
165
- TextListItem as T,
166
- TextList as a,
165
+ TextList as T,
166
+ TextListItem as a,
167
167
  getUid as g
168
168
  };
@@ -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-BPTa90Cm.js";
3
+ import { c as ButtonIconStyled } from "./styled-CuLmB_mg.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";
@@ -15,7 +15,7 @@ import { getTextColor } from "./foundations/token/getTextColor/index.js";
15
15
  import { c as colorBorderFocus } from "./BorderColor-BummoQ1-.js";
16
16
  import { a as borderWidthFocus } from "./BorderWidth-DfOlyKK7.js";
17
17
  import { t as textBodyMd } from "./TextBodySize-BcZR9mh2.js";
18
- import { f as colorTextBrand } from "./TextColor-BXiR5Uq9.js";
18
+ import { f as colorTextBrand } from "./TextColor-DsntmDNw.js";
19
19
  const getLinkIcon = (icon) => /* @__PURE__ */ jsx(ButtonIconStyled, { name: icon.name, iconPosition: icon.position, size: iconSizeSm });
20
20
  const linkBaseCssObject = {
21
21
  ...forcedColors({
@@ -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-BPTa90Cm.js";
3
+ import { l as leftPosition, c as ButtonIconStyled, b as buttonHeight, g as getButtonAppearance, p as primaryAppearance } from "./styled-CuLmB_mg.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";
@@ -14,7 +14,7 @@ import { getSpacing } from "./foundations/token/getSpacing/index.js";
14
14
  import { c as borderRadiusFull } from "./BorderRadius-ClUShVLu.js";
15
15
  import { f as fontWeightBold } from "./FontWeight-CR22KTex.js";
16
16
  import { a as textBodySm, t as textBodyMd } from "./TextBodySize-BcZR9mh2.js";
17
- import { g as getForegroundColor } from "./colorUtils-uLZF5UIN.js";
17
+ import { b as getForegroundColor } from "./colorUtils-BSfFfgbi.js";
18
18
  import { f as filterProps } from "./filterProps-Cewck8OH.js";
19
19
  import { e as colorObjectSuccess, f as colorObjectNeutral, g as colorObjectAccent, c as colorObjectBrand } from "./ObjectColor-BZDBuV8H.js";
20
20
  const BadgeAppearanceColor = {
@@ -74,6 +74,6 @@ const Badge = ({
74
74
  ] });
75
75
  export {
76
76
  Badge as B,
77
- BadgeStyled as a,
78
- BadgeAppearanceColor as b
77
+ BadgeAppearanceColor as a,
78
+ BadgeStyled as b
79
79
  };
@@ -10,7 +10,7 @@ import { getTextColor } from "./foundations/token/getTextColor/index.js";
10
10
  import { getTextDecoration } from "./foundations/token/getTextDecoration/index.js";
11
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
- import { g as colorTextCritical, a as colorTextNeutral } from "./TextColor-BXiR5Uq9.js";
13
+ import { g as colorTextCritical, a as colorTextNeutral } from "./TextColor-DsntmDNw.js";
14
14
  import { f as filterProps } from "./filterProps-Cewck8OH.js";
15
15
  const priceOrientationHorizontal = "horizontal";
16
16
  const priceOrientationVertical = "vertical";
@@ -195,14 +195,14 @@ const TabularPrice = ({
195
195
  export {
196
196
  Price as P,
197
197
  TabularPrice as T,
198
- priceAlignCenter as a,
199
- priceOrientationVertical as b,
200
- priceSizeSm as c,
201
- priceAlignLeft as d,
202
- createScreenReaderText as e,
203
- priceOrientationHorizontal as f,
204
- priceSizeLg as g,
198
+ priceOrientationVertical as a,
199
+ priceSizeSm as b,
200
+ createScreenReaderText as c,
201
+ priceSizeMd as d,
202
+ priceSizeLg as e,
203
+ priceAlignLeft as f,
204
+ priceAlignCenter as g,
205
205
  priceDefaultProps as h,
206
206
  internalizePriceProps as i,
207
- priceSizeMd as p
207
+ priceOrientationHorizontal as p
208
208
  };
package/dist/index.js ADDED
@@ -0,0 +1,288 @@
1
+ import { default as default2 } from "./components/Tray/index.js";
2
+ import { default as default3 } from "./components/Textarea/index.js";
3
+ import { R, T, a } from "./index-BeSd-V81.js";
4
+ import { P, T as T2, c, i, g, f, h, p, a as a2, e, d, b } from "./index-aUJfXBUI.js";
5
+ import { default as default4 } from "./components/Switch/index.js";
6
+ import { default as default5 } from "./components/SuggestInput/index.js";
7
+ import { default as default6 } from "./components/Stepper/index.js";
8
+ import { default as default7 } from "./components/SelectInput/index.js";
9
+ import { default as default8 } from "./components/SearchInput/index.js";
10
+ import { S } from "./index-DQhtQZ85.js";
11
+ import { default as default9 } from "./components/ResponsiveImage/index.js";
12
+ import { default as default10 } from "./components/RadioGroup/index.js";
13
+ import { default as default11 } from "./components/ProductCard/index.js";
14
+ import { default as default12 } from "./components/PickerGroup/index.js";
15
+ import { default as default13, overlayAppearancePrimary, overlayAppearanceSecondary } from "./components/Overlay/index.js";
16
+ import { default as default14, notificationStatusError, notificationStatusInfo, notificationStatusSuccess, notificationStatusWarning } from "./components/Notification/index.js";
17
+ import { default as default15 } from "./components/LoadingSpinner/index.js";
18
+ import { default as default16, linkListItemVariantHorizontal, linkListItemVariantVertical } from "./components/LinkListItem/index.js";
19
+ import { default as default17, linkListVariantColumn, linkListVariantRow } from "./components/LinkList/index.js";
20
+ import { L } from "./index-DhnCGoB_.js";
21
+ import { default as default18 } from "./components/Link/index.js";
22
+ import { default as default19 } from "./components/Legend/index.js";
23
+ import { default as default20 } from "./components/Label/index.js";
24
+ import { default as default21 } from "./components/Input/index.js";
25
+ import { default as default22 } from "./components/InlineLink/index.js";
26
+ import { default as default23, imageHeaderPositionLeft, imageHeaderPositionRight, imageHeaderVariantFull, imageHeaderVariantSplit } from "./components/ImageHeader/index.js";
27
+ import { default as default24, aspectRatio16_9, aspectRatio1_1, aspectRatio21_9, aspectRatio32_9, aspectRatio3_4, aspectRatio48_9, horizontalAlignmentCenter, horizontalAlignmentLeft, horizontalAlignmentRight, objectFitContain, objectFitCover, objectFitNone, objectPositionCenter, objectPositionLeftBottom, objectPositionLeftCenter, objectPositionLeftTop, objectPositionRightBottom, objectPositionRightCenter, objectPositionRightTop } from "./components/Image/index.js";
28
+ import { default as default25 } from "./components/IconSnippetList/index.js";
29
+ import { default as default26, iconSnippetAlignCenter, iconSnippetAlignTop, iconSnippetPositionCenter, iconSnippetPositionLeft, iconSnippetSizeLarge, iconSnippetSizeSmall } from "./components/IconSnippet/index.js";
30
+ import { default as default27, iconButtonShapeCircle, iconButtonShapeSquare } from "./components/IconButton/index.js";
31
+ import { default as default28, iconSize5xl, iconSize6xl, iconSize7xl, iconSize8xl, iconSize9xl } from "./components/Icon/index.js";
32
+ import { default as default29 } from "./components/HifiIcon/index.js";
33
+ import { default as default30, headingAlignCenter, headingAlignLeft } from "./components/Heading/index.js";
34
+ import { default as default31 } from "./components/GridItem/index.js";
35
+ import { default as default32 } from "./components/Grid/index.js";
36
+ import { default as default33 } from "./components/GoogleMap/index.js";
37
+ import { default as default34, inputStatusIcons } from "./components/FormHelperStatusIcon/index.js";
38
+ import { default as default35 } from "./components/FormHelperMessage/index.js";
39
+ import { default as default36 } from "./components/FormHelperLabel/index.js";
40
+ import { default as default37 } from "./components/FormElement/index.js";
41
+ import { default as default38 } from "./components/Form/index.js";
42
+ import { default as default39 } from "./components/FootnoteLink/index.js";
43
+ import { default as default40 } from "./components/FootnoteContent/index.js";
44
+ import { default as default41, flexItemAutoGrow, flexItemFullGrow } from "./components/FlexItem/index.js";
45
+ import { default as default42 } from "./components/Flex/index.js";
46
+ import { default as default43 } from "./components/FilterGroup/index.js";
47
+ import { default as default44 } from "./components/Fieldset/index.js";
48
+ import { default as default45 } from "./components/Divider/index.js";
49
+ import { default as default46 } from "./components/DiscoveryCardGroup/index.js";
50
+ import { default as default47, discoveryCardOrientationHorizontal, discoveryCardOrientationVertical } from "./components/DiscoveryCard/index.js";
51
+ import { default as default48 } from "./components/Dialog/index.js";
52
+ import { default as default49 } from "./components/DemoBox/index.js";
53
+ import { default as default50 } from "./components/DateInput/index.js";
54
+ import { default as default51, ContainerAppearanceColor } from "./components/Container/index.js";
55
+ import { default as default52 } from "./components/ColorSwatchGroup/index.js";
56
+ import { default as default53, colorSwatchSizeMedium, colorSwatchSizeSmall } from "./components/ColorSwatch/index.js";
57
+ import { default as default54 } from "./components/Collapsible/index.js";
58
+ import { default as default55 } from "./components/CheckboxGroup/index.js";
59
+ import { default as default56 } from "./components/Checkbox/index.js";
60
+ import { default as default57 } from "./components/Carousel/index.js";
61
+ import { default as default58 } from "./components/Card/index.js";
62
+ import { default as default59 } from "./components/ButtonGroup/index.js";
63
+ import { B } from "./index-VyKg-44v.js";
64
+ import { default as default60, buttonAutoWidth, buttonFullWidth } from "./components/Button/index.js";
65
+ import { default as default61 } from "./components/BottomBar/index.js";
66
+ import { default as default62, bodyAlignCenter, bodyAlignLeft, bodyAlignRight } from "./components/Body/index.js";
67
+ import { B as B2, a as a3 } from "./index-ZHkR70j3.js";
68
+ import { default as default63 } from "./components/AccordionGroup/index.js";
69
+ import { default as default64, accordionToggleCollapsed, accordionToggleCollapsing, accordionToggleExpanded } from "./components/Accordion/index.js";
70
+ import { getTextDecoration } from "./foundations/token/getTextDecoration/index.js";
71
+ import { getTextColor } from "./foundations/token/getTextColor/index.js";
72
+ import { getSpacing } from "./foundations/token/getSpacing/index.js";
73
+ import { getPressColor } from "./foundations/token/getPressColor/index.js";
74
+ import { getOpacity } from "./foundations/token/getOpacity/index.js";
75
+ import { getObjectColor } from "./foundations/token/getObjectColor/index.js";
76
+ import { getIconColor } from "./foundations/token/getIconColor/index.js";
77
+ import { getHoverColor } from "./foundations/token/getHoverColor/index.js";
78
+ import { getHeadingSize } from "./foundations/token/getHeadingSize/index.js";
79
+ import { getFontWeight } from "./foundations/token/getFontWeight/index.js";
80
+ import { getBottomSpacing } from "./foundations/token/getBottomSpacing/index.js";
81
+ import { getBorderWidth } from "./foundations/token/getBorderWidth/index.js";
82
+ import { getBorderRadius } from "./foundations/token/getBorderRadius/index.js";
83
+ import { getBorderColor } from "./foundations/token/getBorderColor/index.js";
84
+ import { getBodySize } from "./foundations/token/getBodySize/index.js";
85
+ import { getBackgroundColor } from "./foundations/token/getBackgroundColor/index.js";
86
+ import { l, m } from "./index-Ck2bCrhT.js";
87
+ import { noReducedMotion, reducedMotionQuery } from "./foundations/media-query/reducedMotion/index.js";
88
+ import { forcedColorsQuery } from "./foundations/media-query/forcedColors/index.js";
89
+ import { GlobalStyle } from "./foundations/GlobalStyle/index.js";
90
+ import { useViewport } from "./hooks/useViewport/index.js";
91
+ import { checkThirdPartyConsentStorage, consentStorageFeature, consentStorageItemName, consentStorageKey, useThirdPartyConsent } from "./hooks/useThirdPartyConsent/index.js";
92
+ import { useReducedMotion } from "./hooks/useReducedMotion/index.js";
93
+ import { useMediaQuery } from "./hooks/useMediaQuery/index.js";
94
+ import { useForcedColors } from "./hooks/useForcedColors/index.js";
95
+ import { useFocusWithin } from "./hooks/useFocusWithin/index.js";
96
+ import { a as a4, i as i2 } from "./props-DDpgcryb.js";
97
+ import { e as e2, d as d2, c as c2, b as b2, f as f2, a as a5 } from "./styled-B0YKfXTz.js";
98
+ import { C } from "./styled-WguHd6ON.js";
99
+ export {
100
+ default64 as Accordion,
101
+ default63 as AccordionGroup,
102
+ B2 as Badge,
103
+ a3 as BadgeAppearanceColor,
104
+ default62 as Body,
105
+ default61 as BottomBar,
106
+ default60 as Button,
107
+ B as ButtonAsLink,
108
+ default59 as ButtonGroup,
109
+ default58 as Card,
110
+ C as CardAppearanceColor,
111
+ default57 as Carousel,
112
+ default56 as Checkbox,
113
+ default55 as CheckboxGroup,
114
+ default54 as Collapsible,
115
+ default53 as ColorSwatch,
116
+ default52 as ColorSwatchGroup,
117
+ default51 as Container,
118
+ ContainerAppearanceColor,
119
+ default50 as DateInput,
120
+ default49 as DemoBox,
121
+ default48 as Dialog,
122
+ default47 as DiscoveryCard,
123
+ default46 as DiscoveryCardGroup,
124
+ default45 as Divider,
125
+ default44 as Fieldset,
126
+ default43 as FilterGroup,
127
+ default42 as Flex,
128
+ default41 as FlexItem,
129
+ default40 as FootnoteContent,
130
+ default39 as FootnoteLink,
131
+ default38 as Form,
132
+ default37 as FormElement,
133
+ default36 as FormHelperLabel,
134
+ default35 as FormHelperMessage,
135
+ default34 as FormHelperStatusIcon,
136
+ GlobalStyle,
137
+ default33 as GoogleMap,
138
+ default32 as Grid,
139
+ default31 as GridItem,
140
+ default30 as Heading,
141
+ default29 as HifiIcon,
142
+ default28 as Icon,
143
+ default27 as IconButton,
144
+ default26 as IconSnippet,
145
+ default25 as IconSnippetList,
146
+ default24 as Image,
147
+ default23 as ImageHeader,
148
+ default22 as InlineLink,
149
+ default21 as Input,
150
+ default20 as Label,
151
+ default19 as Legend,
152
+ default18 as Link,
153
+ L as LinkAsButton,
154
+ default17 as LinkList,
155
+ default16 as LinkListItem,
156
+ default15 as LoadingSpinner,
157
+ default14 as Notification,
158
+ default13 as Overlay,
159
+ default12 as PickerGroup,
160
+ P as Price,
161
+ default11 as ProductCard,
162
+ default10 as RadioGroup,
163
+ default9 as ResponsiveImage,
164
+ R as RichText,
165
+ S as ScreenreaderOnly,
166
+ default8 as SearchInput,
167
+ default7 as SelectInput,
168
+ default6 as Stepper,
169
+ default5 as SuggestInput,
170
+ default4 as Switch,
171
+ T2 as TabularPrice,
172
+ T as TextList,
173
+ a as TextListItem,
174
+ default3 as Textarea,
175
+ default2 as Tray,
176
+ accordionToggleCollapsed,
177
+ accordionToggleCollapsing,
178
+ accordionToggleExpanded,
179
+ aspectRatio16_9,
180
+ aspectRatio1_1,
181
+ aspectRatio21_9,
182
+ aspectRatio32_9,
183
+ aspectRatio3_4,
184
+ aspectRatio48_9,
185
+ bodyAlignCenter,
186
+ bodyAlignLeft,
187
+ bodyAlignRight,
188
+ buttonAutoWidth,
189
+ buttonFullWidth,
190
+ checkThirdPartyConsentStorage,
191
+ colorSwatchSizeMedium,
192
+ colorSwatchSizeSmall,
193
+ consentStorageFeature,
194
+ consentStorageItemName,
195
+ consentStorageKey,
196
+ c as createScreenReaderText,
197
+ discoveryCardOrientationHorizontal,
198
+ discoveryCardOrientationVertical,
199
+ flexItemAutoGrow,
200
+ flexItemFullGrow,
201
+ e2 as flexJustifyBetween,
202
+ d2 as flexJustifyCenter,
203
+ c2 as flexJustifyEnd,
204
+ b2 as flexJustifyStart,
205
+ f2 as flexOrientationHorizontal,
206
+ a5 as flexOrientationVertical,
207
+ forcedColorsQuery,
208
+ getBackgroundColor,
209
+ getBodySize,
210
+ getBorderColor,
211
+ getBorderRadius,
212
+ getBorderWidth,
213
+ getBottomSpacing,
214
+ getFontWeight,
215
+ getHeadingSize,
216
+ getHoverColor,
217
+ getIconColor,
218
+ getObjectColor,
219
+ getOpacity,
220
+ getPressColor,
221
+ getSpacing,
222
+ getTextColor,
223
+ getTextDecoration,
224
+ headingAlignCenter,
225
+ headingAlignLeft,
226
+ horizontalAlignmentCenter,
227
+ horizontalAlignmentLeft,
228
+ horizontalAlignmentRight,
229
+ iconButtonShapeCircle,
230
+ iconButtonShapeSquare,
231
+ iconSize5xl,
232
+ iconSize6xl,
233
+ iconSize7xl,
234
+ iconSize8xl,
235
+ iconSize9xl,
236
+ iconSnippetAlignCenter,
237
+ iconSnippetAlignTop,
238
+ iconSnippetPositionCenter,
239
+ iconSnippetPositionLeft,
240
+ iconSnippetSizeLarge,
241
+ iconSnippetSizeSmall,
242
+ imageHeaderPositionLeft,
243
+ imageHeaderPositionRight,
244
+ imageHeaderVariantFull,
245
+ imageHeaderVariantSplit,
246
+ a4 as inputStateError,
247
+ i2 as inputStateSuccess,
248
+ inputStatusIcons,
249
+ i as internalizePriceProps,
250
+ l as largeMediaQuery,
251
+ linkListItemVariantHorizontal,
252
+ linkListItemVariantVertical,
253
+ linkListVariantColumn,
254
+ linkListVariantRow,
255
+ m as mediumMediaQuery,
256
+ noReducedMotion,
257
+ notificationStatusError,
258
+ notificationStatusInfo,
259
+ notificationStatusSuccess,
260
+ notificationStatusWarning,
261
+ objectFitContain,
262
+ objectFitCover,
263
+ objectFitNone,
264
+ objectPositionCenter,
265
+ objectPositionLeftBottom,
266
+ objectPositionLeftCenter,
267
+ objectPositionLeftTop,
268
+ objectPositionRightBottom,
269
+ objectPositionRightCenter,
270
+ objectPositionRightTop,
271
+ overlayAppearancePrimary,
272
+ overlayAppearanceSecondary,
273
+ g as priceAlignCenter,
274
+ f as priceAlignLeft,
275
+ h as priceDefaultProps,
276
+ p as priceOrientationHorizontal,
277
+ a2 as priceOrientationVertical,
278
+ e as priceSizeLg,
279
+ d as priceSizeMd,
280
+ b as priceSizeSm,
281
+ reducedMotionQuery,
282
+ useFocusWithin,
283
+ useForcedColors,
284
+ useMediaQuery,
285
+ useReducedMotion,
286
+ useThirdPartyConsent,
287
+ useViewport
288
+ };
@@ -1,6 +1,6 @@
1
1
  const inputStateSuccess = "success";
2
2
  const inputStateError = "error";
3
3
  export {
4
- inputStateSuccess as a,
5
- inputStateError as i
4
+ inputStateError as a,
5
+ inputStateSuccess as i
6
6
  };
@@ -62,8 +62,8 @@ const FlexStyled = styled.div.withConfig({
62
62
  }));
63
63
  export {
64
64
  FlexStyled as F,
65
- flexJustifyStart as a,
66
- flexOrientationVertical as b,
65
+ flexOrientationVertical as a,
66
+ flexJustifyStart as b,
67
67
  flexJustifyEnd as c,
68
68
  flexJustifyCenter as d,
69
69
  flexJustifyBetween as e,
@@ -1,6 +1,6 @@
1
1
  import styled from "styled-components";
2
- import { C as CardStyled } from "./styled-BpvuD699.js";
3
- import { D as DemoBoxStyled } from "./styled-CXSdomF5.js";
2
+ import { a as CardStyled } from "./styled-WguHd6ON.js";
3
+ import { D as DemoBoxStyled } from "./styled-ODPFCF1a.js";
4
4
  import { v as viewport } from "./index-Ck2bCrhT.js";
5
5
  import { getSpacing } from "./foundations/token/getSpacing/index.js";
6
6
  import { s as spacingMd } from "./Spacing-D0HQH9YJ.js";
@@ -10,7 +10,7 @@ import { getPressColor } from "./foundations/token/getPressColor/index.js";
10
10
  import { c as colorBorderFocus } from "./BorderColor-BummoQ1-.js";
11
11
  import { a as borderWidthFocus, d as borderWidthSelected } from "./BorderWidth-DfOlyKK7.js";
12
12
  import { f as colorObjectNeutral, c as colorObjectBrand, a as colorObjectInverse } from "./ObjectColor-BZDBuV8H.js";
13
- import { g as getForegroundColor } from "./colorUtils-uLZF5UIN.js";
13
+ import { b as getForegroundColor } from "./colorUtils-BSfFfgbi.js";
14
14
  import { v as viewport } from "./index-Ck2bCrhT.js";
15
15
  import { getBodySize } from "./foundations/token/getBodySize/index.js";
16
16
  import { getBorderRadius } from "./foundations/token/getBorderRadius/index.js";
@@ -5,7 +5,7 @@ import { getSpacing } from "./foundations/token/getSpacing/index.js";
5
5
  import { getTextColor } from "./foundations/token/getTextColor/index.js";
6
6
  import { f as colorBorderWarning } from "./BorderColor-BummoQ1-.js";
7
7
  import { c as spacingSm, s as spacingMd } from "./Spacing-D0HQH9YJ.js";
8
- import { c as colorTextInverseStatic } from "./TextColor-BXiR5Uq9.js";
8
+ import { b as colorTextInverseStatic } from "./TextColor-DsntmDNw.js";
9
9
  import { f as filterProps } from "./filterProps-Cewck8OH.js";
10
10
  const DemoBoxStyled = styled.div.withConfig({
11
11
  shouldForwardProp: filterProps(),
@@ -8,7 +8,7 @@ import { getSpacing } from "./foundations/token/getSpacing/index.js";
8
8
  import { getTextColor } from "./foundations/token/getTextColor/index.js";
9
9
  import { b as borderRadiusMd } from "./BorderRadius-ClUShVLu.js";
10
10
  import { s as spacingMd } from "./Spacing-D0HQH9YJ.js";
11
- import { a as colorTextNeutral } from "./TextColor-BXiR5Uq9.js";
11
+ import { a as colorTextNeutral } from "./TextColor-DsntmDNw.js";
12
12
  import { f as filterProps } from "./filterProps-Cewck8OH.js";
13
13
  import { g as getCssVar } from "./getCssVar-BP6T9pFM.js";
14
14
  import { d as colorBackgroundBrandGradient, c as colorBackgroundNeutral } from "./BackgroundColor-JObp_2xA.js";
@@ -40,6 +40,6 @@ const CardStyled = styled.div.withConfig({
40
40
  };
41
41
  }, getBottomSpacing);
42
42
  export {
43
- CardStyled as C,
44
- CardAppearanceColor as a
43
+ CardAppearanceColor as C,
44
+ CardStyled as a
45
45
  };
@@ -13,7 +13,7 @@ import { c as colorBorderFocus, a as colorBorderNeutral, b as colorBorderUnselec
13
13
  import { b as borderRadiusMd } from "./BorderRadius-ClUShVLu.js";
14
14
  import { b as borderWidthUnselected } from "./BorderWidth-DfOlyKK7.js";
15
15
  import { c as spacingSm, a as spacingXs } from "./Spacing-D0HQH9YJ.js";
16
- import { e as colorTextPlaceholder, a as colorTextNeutral } from "./TextColor-BXiR5Uq9.js";
16
+ import { c as colorTextPlaceholder, a as colorTextNeutral } from "./TextColor-DsntmDNw.js";
17
17
  import { f as filterProps } from "./filterProps-Cewck8OH.js";
18
18
  const InputWrapperStyled = styled.div.withConfig({
19
19
  shouldForwardProp: filterProps(),
package/package.json CHANGED
@@ -1,19 +1,15 @@
1
1
  {
2
2
  "name": "@vodafone_de/brix-components",
3
3
  "description": "Brix is the digital design system for vodafone.de",
4
- "version": "3.0.4",
4
+ "version": "3.0.7",
5
5
  "exports": {
6
- "./components/*": {
7
- "import": "./dist/components/*/index.js",
8
- "types": "./dist/components/*/index.d.ts"
6
+ "./package.json": "./package.json",
7
+ ".": {
8
+ "import": "./dist/index.js"
9
9
  },
10
- "./foundations/*": {
11
- "import": "./dist/foundations/*/index.js",
12
- "types": "./dist/foundations/*/index.d.ts"
13
- },
14
- "./hooks/*": {
15
- "import": "./dist/hooks/*/index.js",
16
- "types": "./dist/hooks/*/index.d.ts"
10
+ "./*": {
11
+ "import": "./dist/*/index.js",
12
+ "types": "./dist/*/index.d.ts"
17
13
  }
18
14
  },
19
15
  "peerDependencies": {