@vodafone_de/brix-components 3.0.4 → 3.1.0
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 +0 -1
- package/dist/{TextColor-BXiR5Uq9.js → TextColor-DsntmDNw.js} +4 -4
- package/dist/{colorUtils-uLZF5UIN.js → colorUtils-BSfFfgbi.js} +4 -4
- package/dist/components/Accordion/index.js +1 -1
- package/dist/components/Badge/index.js +2 -2
- package/dist/components/BottomBar/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 +3 -3
- package/dist/components/Carousel/index.js +2 -2
- package/dist/components/Checkbox/index.js +1 -1
- package/dist/components/CheckboxGroup/index.js +1 -1
- package/dist/components/ColorSwatch/index.js +1 -1
- package/dist/components/ColorSwatchGroup/index.js +1 -1
- package/dist/components/Container/index.js +1 -1
- package/dist/components/DateInput/index.js +2 -2
- package/dist/components/DemoBox/index.js +2 -2
- package/dist/components/DiscoveryCard/index.js +4 -4
- package/dist/components/DiscoveryCardGroup/index.js +1 -1
- package/dist/components/Fieldset/index.js +1 -1
- package/dist/components/FilterGroup/index.js +1 -1
- package/dist/components/Flex/index.js +4 -4
- package/dist/components/FormHelperMessage/index.js +1 -1
- package/dist/components/GoogleMap/index.js +1 -1
- package/dist/components/GridItem/index.js +1 -1
- package/dist/components/Heading/index.js +1 -1
- package/dist/components/IconButton/index.js +1 -1
- package/dist/components/IconSnippet/index.js +1 -1
- package/dist/components/ImageHeader/index.js +4 -4
- package/dist/components/InlineLink/index.js +1 -1
- package/dist/components/Input/index.js +4 -4
- 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/LinkListItem/index.js +3 -3
- package/dist/components/Notification/index.js +1 -1
- package/dist/components/PickerGroup/index.js +3 -3
- package/dist/components/Price/index.js +9 -9
- package/dist/components/ProductCard/index.js +2 -2
- package/dist/components/RadioGroup/index.js +1 -1
- package/dist/components/RichText/index.js +1 -1
- package/dist/components/SearchInput/index.js +2 -2
- package/dist/components/SearchInput/styled.d.ts +1 -1
- package/dist/components/SelectInput/index.js +2 -2
- package/dist/components/SuggestInput/index.js +3 -3
- package/dist/components/TabularPrice/index.js +1 -1
- package/dist/components/TextList/index.js +3 -3
- package/dist/components/Textarea/index.js +2 -2
- package/dist/components/Tray/index.js +1 -1
- package/dist/icons/index.d.ts +1 -0
- package/dist/{index-Cy-Cg4bU.js → index-BeSd-V81.js} +2 -2
- package/dist/{index-eiZAFM1T.js → index-DhnCGoB_.js} +2 -2
- package/dist/{index-BtMpJbZ-.js → index-VyKg-44v.js} +1 -1
- package/dist/{index-Bt1uVtoc.js → index-ZHkR70j3.js} +3 -3
- package/dist/{index-Bm66OyL0.js → index-aUJfXBUI.js} +9 -9
- package/dist/index.d.ts +169 -0
- package/dist/index.js +288 -0
- package/dist/{props-Czq9XX2J.js → props-DDpgcryb.js} +2 -2
- package/dist/{styled-CpoX5USb.js → styled-B0YKfXTz.js} +2 -2
- package/dist/{styled-Wlt68LfQ.js → styled-ChvU5bUu.js} +2 -2
- package/dist/{styled-BPTa90Cm.js → styled-CuLmB_mg.js} +1 -1
- package/dist/{styled-CXSdomF5.js → styled-ODPFCF1a.js} +1 -1
- package/dist/{styled-BpvuD699.js → styled-WguHd6ON.js} +3 -3
- package/dist/{styled-CDWclYAa.js → styled-zTRfFBiH.js} +1 -1
- package/package.json +8 -11
- package/vodafone_de-brix-components-3.1.0.tgz +0 -0
|
@@ -62,8 +62,8 @@ const FlexStyled = styled.div.withConfig({
|
|
|
62
62
|
}));
|
|
63
63
|
export {
|
|
64
64
|
FlexStyled as F,
|
|
65
|
-
|
|
66
|
-
|
|
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 {
|
|
3
|
-
import { D as DemoBoxStyled } from "./styled-
|
|
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 {
|
|
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 {
|
|
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-
|
|
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
|
-
|
|
44
|
-
|
|
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 {
|
|
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,16 @@
|
|
|
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
|
+
"version": "3.1.0",
|
|
5
5
|
"exports": {
|
|
6
|
-
"./
|
|
7
|
-
|
|
8
|
-
"
|
|
6
|
+
"./package.json": "./package.json",
|
|
7
|
+
".": {
|
|
8
|
+
"import": "./dist/index.js",
|
|
9
|
+
"types": "./dist/index.d.ts"
|
|
9
10
|
},
|
|
10
|
-
"
|
|
11
|
-
"import": "./dist
|
|
12
|
-
"types": "./dist
|
|
13
|
-
},
|
|
14
|
-
"./hooks/*": {
|
|
15
|
-
"import": "./dist/hooks/*/index.js",
|
|
16
|
-
"types": "./dist/hooks/*/index.d.ts"
|
|
11
|
+
"./*": {
|
|
12
|
+
"import": "./dist/*/index.js",
|
|
13
|
+
"types": "./dist/*/index.d.ts"
|
|
17
14
|
}
|
|
18
15
|
},
|
|
19
16
|
"peerDependencies": {
|
|
Binary file
|