@vodafone_de/brix-components 7.1.6 → 7.1.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.
Files changed (126) hide show
  1. package/dist/{HeadingSize-CfCRn3Lh.js → HeadingSize-CqqUYZWV.js} +2 -2
  2. package/dist/TableHead-C2zQ4jce.js +132 -0
  3. package/dist/TableWrapper-C8SpplcL.js +25 -0
  4. package/dist/components/Accordion/index.js +2 -2
  5. package/dist/components/AccordionGroup/index.js +1 -1
  6. package/dist/components/Badge/index.js +3 -3
  7. package/dist/components/Body/index.js +1 -1
  8. package/dist/components/BottomBar/index.js +2 -2
  9. package/dist/components/Button/index.js +2 -2
  10. package/dist/components/ButtonAsLink/index.js +2 -2
  11. package/dist/components/ButtonGroup/index.js +1 -1
  12. package/dist/components/Card/index.js +2 -2
  13. package/dist/components/Carousel/index.js +5 -5
  14. package/dist/components/Checkbox/index.js +2 -2
  15. package/dist/components/CheckboxGroup/index.js +2 -2
  16. package/dist/components/Collapsible/index.js +1 -1
  17. package/dist/components/ColorSwatch/index.js +2 -2
  18. package/dist/components/ColorSwatchGroup/index.js +3 -3
  19. package/dist/components/ConsentMessage/index.js +3 -3
  20. package/dist/components/Container/index.js +2 -2
  21. package/dist/components/DateInput/index.js +2 -2
  22. package/dist/components/DemoBox/index.js +8 -2
  23. package/dist/components/Dialog/index.js +2 -2
  24. package/dist/components/DiscoveryCard/index.js +12 -11
  25. package/dist/components/DiscoveryCardGroup/index.js +1 -1
  26. package/dist/components/Divider/index.js +1 -1
  27. package/dist/components/Fieldset/index.js +1 -1
  28. package/dist/components/FilterGroup/index.js +3 -3
  29. package/dist/components/Flex/index.js +2 -2
  30. package/dist/components/FlexItem/index.js +1 -1
  31. package/dist/components/FootnoteContent/index.js +1 -1
  32. package/dist/components/FootnoteLink/index.js +1 -1
  33. package/dist/components/Form/index.js +1 -1
  34. package/dist/components/FormElement/index.js +1 -1
  35. package/dist/components/FormHelperStatusIcon/index.js +1 -1
  36. package/dist/components/GoogleMap/index.js +1 -1
  37. package/dist/components/Grid/index.js +1 -1
  38. package/dist/components/GridItem/index.js +4 -3
  39. package/dist/components/Heading/index.js +3 -3
  40. package/dist/components/HifiIcon/index.js +1 -1
  41. package/dist/components/IconButton/index.js +3 -3
  42. package/dist/components/IconSnippet/index.js +3 -3
  43. package/dist/components/Image/index.js +1 -1
  44. package/dist/components/ImageHeader/index.js +4 -4
  45. package/dist/components/InfoBanner/index.js +3 -3
  46. package/dist/components/InlineIcon/index.js +1 -1
  47. package/dist/components/InlineLink/index.js +1 -1
  48. package/dist/components/Input/index.js +1 -1
  49. package/dist/components/Label/index.js +1 -1
  50. package/dist/components/Legend/index.js +2 -12
  51. package/dist/components/Link/index.js +2 -2
  52. package/dist/components/LinkAsButton/index.js +1 -1
  53. package/dist/components/LinkList/index.js +1 -1
  54. package/dist/components/LinkListItem/index.js +4 -4
  55. package/dist/components/LoadingSpinner/index.js +2 -2
  56. package/dist/components/LocalStyle/index.js +2 -2
  57. package/dist/components/MediaText/index.js +5 -5
  58. package/dist/components/Notification/index.js +3 -3
  59. package/dist/components/OpenTextFootnoteAdapter/index.js +2 -2
  60. package/dist/components/Overlay/index.js +1 -1
  61. package/dist/components/PickerGroup/index.js +4 -4
  62. package/dist/components/Price/index.js +2 -2
  63. package/dist/components/ProductCard/index.js +4 -4
  64. package/dist/components/QuickLinkList/index.js +3 -3
  65. package/dist/components/RadioGroup/index.js +1 -1
  66. package/dist/components/Rating/index.js +11 -10
  67. package/dist/components/ResponsiveImage/index.js +1 -1
  68. package/dist/components/RichText/index.js +1 -1
  69. package/dist/components/RichtTextContentful/index.js +2 -2
  70. package/dist/components/ScreenreaderOnly/index.js +14 -3
  71. package/dist/components/SearchInput/index.js +4 -4
  72. package/dist/components/SelectInput/index.js +2 -2
  73. package/dist/components/Stepper/index.js +1 -1
  74. package/dist/components/SuggestInput/index.js +5 -4
  75. package/dist/components/Switch/index.js +2 -2
  76. package/dist/components/TabGroup/index.js +2 -2
  77. package/dist/components/Table/TableContext.d.ts +12 -0
  78. package/dist/components/Table/components/TableBody.d.ts +4 -0
  79. package/dist/components/Table/components/TableCell.d.ts +4 -0
  80. package/dist/components/Table/components/TableFoot.d.ts +4 -0
  81. package/dist/components/Table/components/TableHead.d.ts +7 -0
  82. package/dist/components/Table/components/TableWrapper.d.ts +4 -0
  83. package/dist/components/Table/index.d.ts +8 -0
  84. package/dist/components/Table/index.js +13 -0
  85. package/dist/components/Table/props.d.ts +30 -0
  86. package/dist/components/Table/styled.d.ts +8 -0
  87. package/dist/components/TabularPrice/index.js +2 -2
  88. package/dist/components/TextList/index.js +2 -2
  89. package/dist/components/Textarea/index.js +2 -2
  90. package/dist/components/TimeInput/index.js +2 -2
  91. package/dist/components/Tray/index.js +2 -2
  92. package/dist/contentful/index.js +11 -10
  93. package/dist/contentful/live-preview-inspector/index.js +1 -1
  94. package/dist/contentful/live-preview-renderer/index.js +1 -1
  95. package/dist/contentful/renderer/index.js +1 -1
  96. package/dist/{cssVars-C3-c3zhv.js → cssVars-CR3xqdPx.js} +1 -1
  97. package/dist/filterProps-BWnAPYBL.js +17 -0
  98. package/dist/foundations/GlobalStyle/index.js +1 -1
  99. package/dist/{index-M27FMM9r.js → index-ByPSWRQ0.js} +3 -3
  100. package/dist/{index-DXRuQeDl.js → index-CHzok6W_.js} +3 -3
  101. package/dist/{index-7A9g1r9L.js → index-CifS-Z_9.js} +74 -3
  102. package/dist/{index-BjtnAuPr.js → index-DLvMM1Dq.js} +2 -2
  103. package/dist/index.d.ts +2 -0
  104. package/dist/index.js +176 -166
  105. package/dist/{mapContentToComponents-BobPnbKM.js → mapContentToComponents-DLxIwtHo.js} +11 -10
  106. package/dist/screenreaderOnly-Dv2v6MAr.js +11 -0
  107. package/dist/{styled-RnVr222F.js → styled-B1bxWqtW.js} +1 -1
  108. package/dist/{styled-SllFJc7o.js → styled-BBG87P4U.js} +3 -3
  109. package/dist/{styled-B-_SmQSA.js → styled-BBO2jrba.js} +1 -1
  110. package/dist/{styled-D8a-ap4J.js → styled-BKWEE3dx.js} +1 -1
  111. package/dist/{styled-BTBLpB_G.js → styled-BQGCfF-s.js} +1 -1
  112. package/dist/{styled-jl0239KS.js → styled-BXtzJJFu.js} +1 -1
  113. package/dist/{styled-DJWrbsIZ.js → styled-BYYivuzh.js} +1 -1
  114. package/dist/{styled-1OrCdMDT.js → styled-CE_Y6O4R.js} +1 -1
  115. package/dist/styled-CH1kr8ZR.js +14 -0
  116. package/dist/{styled-Djetw1lK.js → styled-Cz2kpbgE.js} +3 -3
  117. package/dist/{styled-CPNO3vN5.js → styled-DGMsuBML.js} +1 -1
  118. package/dist/{styled-q7r_5eaz.js → styled-Dgv3RBlg.js} +1 -1
  119. package/dist/{styled-VAsSnb5y.js → styled-Dmb8-99g.js} +1 -1
  120. package/dist/{styled-CW4e5Qa3.js → styled-Dr-tPBqx.js} +1 -1
  121. package/dist/{styled-U9du2n1i.js → styled-Du4LgXoA.js} +1 -1
  122. package/dist/{styled-CyZvsdJs.js → styled-O5mL4jlL.js} +1 -1
  123. package/dist/{styled-DOK4C5Ml.js → styled-VuUKI7PE.js} +1 -1
  124. package/package.json +1 -1
  125. package/dist/filterProps-CTn92eZw.js +0 -17
  126. package/dist/index-B2VrT4fo.js +0 -24
@@ -13,7 +13,7 @@ import { f as fontWeightRegular } from "./FontWeight-C2pGs7aR.js";
13
13
  import { a as opacityDisabled } from "./Opacity-smkGiwsf.js";
14
14
  import { b as spacingXs, d as spacingXl, s as spacingNone, a as spacingMd } from "./Spacing-BMQelJYr.js";
15
15
  import { t as textBodyMd } from "./TextBodySize-BcZR9mh2.js";
16
- import { a as filterProps } from "./filterProps-CTn92eZw.js";
16
+ import { a as filterProps } from "./filterProps-BWnAPYBL.js";
17
17
  const leftPosition = "left";
18
18
  const primaryAppearance = "primary";
19
19
  const tertiaryAppearance = "tertiary";
@@ -7,7 +7,7 @@ import { getTextColor } from "./foundations/token/getTextColor/index.js";
7
7
  import { a as fontWeightBold, b as fontWeightLight } from "./FontWeight-C2pGs7aR.js";
8
8
  import { b as spacingXs, c as spacingSm, a as spacingMd, g as spacingLg, d as spacingXl } from "./Spacing-BMQelJYr.js";
9
9
  import { a as colorTextNeutral } from "./TextColor-DsntmDNw.js";
10
- import { a as filterProps } from "./filterProps-CTn92eZw.js";
10
+ import { a as filterProps } from "./filterProps-BWnAPYBL.js";
11
11
  const headingAlignLeft = "left";
12
12
  const headingAlignCenter = "center";
13
13
  const mapHeadingSizeToFontWeight = {
@@ -6,7 +6,7 @@ import { getTextColor } from "./foundations/token/getTextColor/index.js";
6
6
  import { g as colorBorderWarning } from "./BorderColor-CYdSW9dg.js";
7
7
  import { c as spacingSm, a as spacingMd } from "./Spacing-BMQelJYr.js";
8
8
  import { b as colorTextInverseStatic } from "./TextColor-DsntmDNw.js";
9
- import { a as filterProps } from "./filterProps-CTn92eZw.js";
9
+ import { a as filterProps } from "./filterProps-BWnAPYBL.js";
10
10
  const DemoBoxStyled = styled.div.withConfig({
11
11
  shouldForwardProp: filterProps(),
12
12
  displayName: "DemoBoxStyled",
@@ -14,7 +14,7 @@ import { b as colorBackgroundOverlay } from "./BackgroundColor-DSOSZvNi.js";
14
14
  import { o as opacityOverlay } from "./Opacity-smkGiwsf.js";
15
15
  import { l as largeSize } from "./SizeTypes-Ck_RdzIf.js";
16
16
  import { s as spacingNone } from "./Spacing-BMQelJYr.js";
17
- import { a as filterProps } from "./filterProps-CTn92eZw.js";
17
+ import { a as filterProps } from "./filterProps-BWnAPYBL.js";
18
18
  const loadingSpinnerOverlays = {
19
19
  Light: `rgba(255, 255, 255, ${getOpacity(opacityOverlay)})`,
20
20
  Dark: `rgba(38, 38, 38, ${getOpacity(opacityOverlay)})`
@@ -2,7 +2,7 @@ import styled from "styled-components";
2
2
  import { getBottomSpacing } from "./foundations/token/getBottomSpacing/index.js";
3
3
  import { getSpacing } from "./foundations/token/getSpacing/index.js";
4
4
  import { a as spacingMd, s as spacingNone } from "./Spacing-BMQelJYr.js";
5
- import { a as filterProps } from "./filterProps-CTn92eZw.js";
5
+ import { a as filterProps } from "./filterProps-BWnAPYBL.js";
6
6
  const flexOrientationHorizontal = "horizontal";
7
7
  const flexOrientationVertical = "vertical";
8
8
  const flexJustifyStart = "start";
@@ -1,6 +1,6 @@
1
1
  import require$$0 from "react";
2
2
  import styled from "styled-components";
3
- import { a as filterProps } from "./filterProps-CTn92eZw.js";
3
+ import { a as filterProps } from "./filterProps-BWnAPYBL.js";
4
4
  var richTextReactRenderer_es5 = {};
5
5
  var dist = {};
6
6
  var isPlainObj;
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.1.6",
4
+ "version": "7.1.8",
5
5
  "exports": {
6
6
  "./package.json": "./package.json",
7
7
  ".": {
@@ -1,17 +0,0 @@
1
- const propsNotPassToDomDefault = ["accordionType", "activeId", "activeIndex", "setActiveId", "align", "animated", "appearance", "aspectRatio", "autoLayout", "apiKey", "badge", "borderBottom", "bottomSpacing", "buttonLink", "buttons", "coloringMode", "colorSwatch", "component", "contentGridDesktopColumns", "corners", "coversFullPage", "description", "elevation", "expanded", "filterItems", "footnote", "gapSpacing", "grow", "handleOnClick", "handleOnToogle", "hasOverlay", "heading", "heightSm", "heightMd", "heightLg", "horizontalAlignment", "icon", "iconAlign", "iconName", "iconPosition", "images", "internal", "isActive", "isChecked", "isDisabled", "isFullscreen", "isInHoverRange", "isLastItemInList", "isOpen", "isOrdered", "isSelected", "isTransparentBackground", "items", "jumpToClickedItem", "justify", "justifyHorizontal", "label", "lg", "loadingSpinnerChild", "mapId", "md", "message", "more", "needsBorder", "nextAriaLabel", "notificationType", "objectFit", "objectPosition", "offset", "onUpdate", "openMultiple", "orientation", "padding", "prefix", "prefixWeight", "prevAriaLabel", "price", "productId", "promoPrice", "screenReaderInstruction", "showList", "size", "sm", "spacing", "spinnerType", "status", "stretch", "strikePrice", "suffix", "tag", "textContent", "uid", "variant", "verticalPadding", "viewportHeight", "weight", "width"];
2
- const filterProps = (propsNotPassToDom = []) => {
3
- const shouldForwardProp = (prop) => {
4
- if ("string" !== typeof prop) {
5
- return false;
6
- }
7
- return ![...propsNotPassToDom, ...propsNotPassToDomDefault].includes(prop);
8
- };
9
- return shouldForwardProp;
10
- };
11
- const filterPropsForUnstyledComponent = (props) => {
12
- return Object.fromEntries(Object.entries(props).filter(([key]) => !propsNotPassToDomDefault.includes(key)));
13
- };
14
- export {
15
- filterProps as a,
16
- filterPropsForUnstyledComponent as f
17
- };
@@ -1,24 +0,0 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import styled from "styled-components";
3
- import { a as filterProps } from "./filterProps-CTn92eZw.js";
4
- const screenreaderOnly = {
5
- position: "absolute",
6
- left: "-10000px",
7
- top: "auto",
8
- width: "1px",
9
- height: "1px",
10
- overflow: "hidden"
11
- };
12
- const ScreenReaderOnlyStyled = styled.span.withConfig({
13
- shouldForwardProp: filterProps(),
14
- displayName: "ScreenReaderOnlyStyled",
15
- componentId: "sc-1r7az4k-0"
16
- })(screenreaderOnly);
17
- const ScreenreaderOnly = ({
18
- children,
19
- ...props
20
- }) => /* @__PURE__ */ jsx(ScreenReaderOnlyStyled, { ...props, children });
21
- export {
22
- ScreenreaderOnly as S,
23
- screenreaderOnly as s
24
- };