@porsche-design-system/components-angular 4.0.0-beta.3 → 4.0.0-beta.4
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/CHANGELOG.md +41 -0
- package/OSS_NOTICE +1649 -5178
- package/fesm2022/porsche-design-system-components-angular.mjs +6 -4
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
- package/global-styles/cn/index.css +154 -152
- package/global-styles/color-scheme.css +95 -95
- package/global-styles/index.css +154 -152
- package/global-styles/variables.css +59 -57
- package/package.json +2 -2
- package/tailwindcss/index.css +151 -154
- package/types/porsche-design-system-components-angular.d.ts +24 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/palette.cjs +56 -56
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleXs.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/text/textLargeStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textMediumStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textSmallStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textXLargeStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textXSmallStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textXXSmallStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseText2XsStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextLgStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextMdStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextSmStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextXlStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextXsStyle.cjs +0 -2
- package/vanilla-extract/esm/font/deprecated/fontSizeTextXSmall.d.ts +1 -1
- package/vanilla-extract/esm/font/typescaleXs.d.ts +1 -1
- package/vanilla-extract/esm/tokens/dist/esm/color/palette.mjs +56 -56
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleXs.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.d.ts +1 -3
- package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseText2XsStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseText2XsStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextLgStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextLgStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextMdStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextMdStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextSmStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextSmStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextXlStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextXlStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextXsStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextXsStyle.mjs +0 -2
|
@@ -2,11 +2,9 @@ import { fontPorscheNext } from '../tokens/dist/esm/font/family/fontPorscheNext.
|
|
|
2
2
|
import { leadingNormal } from '../tokens/dist/esm/font/lineHeight/leadingNormal.mjs';
|
|
3
3
|
import { typescale2Xs } from '../tokens/dist/esm/font/size/typescale2Xs.mjs';
|
|
4
4
|
import { fontWeightNormal } from '../tokens/dist/esm/font/weight/fontWeightNormal.mjs';
|
|
5
|
-
import { fontHyphenationStyle } from '../font/fontHyphenationStyle.mjs';
|
|
6
5
|
|
|
7
6
|
const proseText2XsStyle = {
|
|
8
7
|
font: `normal normal ${fontWeightNormal} ${typescale2Xs} / ${leadingNormal} ${fontPorscheNext}`,
|
|
9
|
-
...fontHyphenationStyle,
|
|
10
8
|
};
|
|
11
9
|
|
|
12
10
|
export { proseText2XsStyle };
|
|
@@ -2,11 +2,9 @@ import { fontPorscheNext } from '../tokens/dist/esm/font/family/fontPorscheNext.
|
|
|
2
2
|
import { leadingNormal } from '../tokens/dist/esm/font/lineHeight/leadingNormal.mjs';
|
|
3
3
|
import { typescaleLg } from '../tokens/dist/esm/font/size/typescaleLg.mjs';
|
|
4
4
|
import { fontWeightNormal } from '../tokens/dist/esm/font/weight/fontWeightNormal.mjs';
|
|
5
|
-
import { fontHyphenationStyle } from '../font/fontHyphenationStyle.mjs';
|
|
6
5
|
|
|
7
6
|
const proseTextLgStyle = {
|
|
8
7
|
font: `normal normal ${fontWeightNormal} ${typescaleLg} / ${leadingNormal} ${fontPorscheNext}`,
|
|
9
|
-
...fontHyphenationStyle,
|
|
10
8
|
};
|
|
11
9
|
|
|
12
10
|
export { proseTextLgStyle };
|
|
@@ -2,11 +2,9 @@ import { fontPorscheNext } from '../tokens/dist/esm/font/family/fontPorscheNext.
|
|
|
2
2
|
import { leadingNormal } from '../tokens/dist/esm/font/lineHeight/leadingNormal.mjs';
|
|
3
3
|
import { typescaleMd } from '../tokens/dist/esm/font/size/typescaleMd.mjs';
|
|
4
4
|
import { fontWeightNormal } from '../tokens/dist/esm/font/weight/fontWeightNormal.mjs';
|
|
5
|
-
import { fontHyphenationStyle } from '../font/fontHyphenationStyle.mjs';
|
|
6
5
|
|
|
7
6
|
const proseTextMdStyle = {
|
|
8
7
|
font: `normal normal ${fontWeightNormal} ${typescaleMd} / ${leadingNormal} ${fontPorscheNext}`,
|
|
9
|
-
...fontHyphenationStyle,
|
|
10
8
|
};
|
|
11
9
|
|
|
12
10
|
export { proseTextMdStyle };
|
|
@@ -2,11 +2,9 @@ import { fontPorscheNext } from '../tokens/dist/esm/font/family/fontPorscheNext.
|
|
|
2
2
|
import { leadingNormal } from '../tokens/dist/esm/font/lineHeight/leadingNormal.mjs';
|
|
3
3
|
import { typescaleSm } from '../tokens/dist/esm/font/size/typescaleSm.mjs';
|
|
4
4
|
import { fontWeightNormal } from '../tokens/dist/esm/font/weight/fontWeightNormal.mjs';
|
|
5
|
-
import { fontHyphenationStyle } from '../font/fontHyphenationStyle.mjs';
|
|
6
5
|
|
|
7
6
|
const proseTextSmStyle = {
|
|
8
7
|
font: `normal normal ${fontWeightNormal} ${typescaleSm} / ${leadingNormal} ${fontPorscheNext}`,
|
|
9
|
-
...fontHyphenationStyle,
|
|
10
8
|
};
|
|
11
9
|
|
|
12
10
|
export { proseTextSmStyle };
|
|
@@ -2,11 +2,9 @@ import { fontPorscheNext } from '../tokens/dist/esm/font/family/fontPorscheNext.
|
|
|
2
2
|
import { leadingNormal } from '../tokens/dist/esm/font/lineHeight/leadingNormal.mjs';
|
|
3
3
|
import { typescaleXl } from '../tokens/dist/esm/font/size/typescaleXl.mjs';
|
|
4
4
|
import { fontWeightNormal } from '../tokens/dist/esm/font/weight/fontWeightNormal.mjs';
|
|
5
|
-
import { fontHyphenationStyle } from '../font/fontHyphenationStyle.mjs';
|
|
6
5
|
|
|
7
6
|
const proseTextXlStyle = {
|
|
8
7
|
font: `normal normal ${fontWeightNormal} ${typescaleXl} / ${leadingNormal} ${fontPorscheNext}`,
|
|
9
|
-
...fontHyphenationStyle,
|
|
10
8
|
};
|
|
11
9
|
|
|
12
10
|
export { proseTextXlStyle };
|
|
@@ -2,11 +2,9 @@ import { fontPorscheNext } from '../tokens/dist/esm/font/family/fontPorscheNext.
|
|
|
2
2
|
import { leadingNormal } from '../tokens/dist/esm/font/lineHeight/leadingNormal.mjs';
|
|
3
3
|
import { typescaleXs } from '../tokens/dist/esm/font/size/typescaleXs.mjs';
|
|
4
4
|
import { fontWeightNormal } from '../tokens/dist/esm/font/weight/fontWeightNormal.mjs';
|
|
5
|
-
import { fontHyphenationStyle } from '../font/fontHyphenationStyle.mjs';
|
|
6
5
|
|
|
7
6
|
const proseTextXsStyle = {
|
|
8
7
|
font: `normal normal ${fontWeightNormal} ${typescaleXs} / ${leadingNormal} ${fontPorscheNext}`,
|
|
9
|
-
...fontHyphenationStyle,
|
|
10
8
|
};
|
|
11
9
|
|
|
12
10
|
export { proseTextXsStyle };
|