@porsche-design-system/components-angular 4.0.0-rc.0 → 4.0.0-rc.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.
- package/CHANGELOG.md +65 -0
- package/fesm2022/porsche-design-system-components-angular.mjs +3 -2
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
- package/global-styles/cn/index.css +1 -0
- package/global-styles/index.css +1 -0
- package/global-styles/variables.css +1 -0
- package/package.json +4 -2
- package/tailwindcss/index.css +73 -14
- package/types/porsche-design-system-components-angular.d.ts +8 -2
- package/vanilla-extract/cjs/index.cjs +14 -0
- package/vanilla-extract/cjs/spacing/spacingStatic2Xs.cjs +7 -0
- package/vanilla-extract/cjs/tokens/dist/esm/spacing/static/spacingStatic2Xs.cjs +5 -0
- package/vanilla-extract/cjs/typography/proseHeading2XlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeading2XsStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseHeading3XlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeading4XlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeading5XlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingLgStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingMdStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingSmStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingXlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseHeadingXsStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseText2XlStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseText2XsStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseText3XlStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseText4XlStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseText5XlStyle.cjs +14 -0
- package/vanilla-extract/cjs/typography/proseTextLgStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseTextMdStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseTextSmStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseTextXlStyle.cjs +7 -5
- package/vanilla-extract/cjs/typography/proseTextXsStyle.cjs +7 -5
- package/vanilla-extract/esm/index.mjs +7 -0
- package/vanilla-extract/esm/spacing/index.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingStatic2Xs.d.ts +1 -0
- package/vanilla-extract/esm/spacing/spacingStatic2Xs.mjs +5 -0
- package/vanilla-extract/esm/tokens/dist/esm/spacing/static/spacingStatic2Xs.mjs +3 -0
- package/vanilla-extract/esm/typography/index.d.ts +6 -0
- package/vanilla-extract/esm/typography/proseHeading2XlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeading2XlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeading2XsStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseHeading2XsStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseHeading3XlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeading3XlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeading4XlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeading4XlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeading5XlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeading5XlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingLgStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeadingLgStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingMdStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeadingMdStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingSmStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeadingSmStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingXlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseHeadingXlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseHeadingXsStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseHeadingXsStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseText2XlStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseText2XlStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseText2XsStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseText2XsStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseText3XlStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseText3XlStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseText4XlStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseText4XlStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseText5XlStyle.d.ts +4 -0
- package/vanilla-extract/esm/typography/proseText5XlStyle.mjs +12 -0
- package/vanilla-extract/esm/typography/proseTextLgStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextLgStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseTextMdStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextMdStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseTextSmStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextSmStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseTextXlStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextXlStyle.mjs +7 -5
- package/vanilla-extract/esm/typography/proseTextXsStyle.d.ts +1 -0
- package/vanilla-extract/esm/typography/proseTextXsStyle.mjs +7 -5
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { colorPrimary } from '../color/light-dark/colorPrimary.mjs';
|
|
2
|
+
import { fontPorscheNext } from '../font/fontPorscheNext.mjs';
|
|
3
|
+
import { fontWeightNormal } from '../font/fontWeightNormal.mjs';
|
|
4
|
+
import { leadingNormal } from '../font/leadingNormal.mjs';
|
|
5
|
+
import { typescaleXl } from '../font/typescaleXl.mjs';
|
|
5
6
|
|
|
6
7
|
const proseTextXlStyle = {
|
|
7
|
-
font:
|
|
8
|
+
font: `${fontWeightNormal} ${typescaleXl} / ${leadingNormal} ${fontPorscheNext}`,
|
|
9
|
+
color: colorPrimary,
|
|
8
10
|
};
|
|
9
11
|
|
|
10
12
|
export { proseTextXlStyle };
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { colorPrimary } from '../color/light-dark/colorPrimary.mjs';
|
|
2
|
+
import { fontPorscheNext } from '../font/fontPorscheNext.mjs';
|
|
3
|
+
import { fontWeightNormal } from '../font/fontWeightNormal.mjs';
|
|
4
|
+
import { leadingNormal } from '../font/leadingNormal.mjs';
|
|
5
|
+
import { typescaleXs } from '../font/typescaleXs.mjs';
|
|
5
6
|
|
|
6
7
|
const proseTextXsStyle = {
|
|
7
|
-
font:
|
|
8
|
+
font: `${fontWeightNormal} ${typescaleXs} / ${leadingNormal} ${fontPorscheNext}`,
|
|
9
|
+
color: colorPrimary,
|
|
8
10
|
};
|
|
9
11
|
|
|
10
12
|
export { proseTextXsStyle };
|