@porsche-design-system/components-angular 4.0.0-beta.2 → 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 +334 -1
- package/OSS_NOTICE +1649 -5178
- package/fesm2022/porsche-design-system-components-angular.mjs +17 -10
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
- package/global-styles/cn/index.css +157 -159
- package/global-styles/color-scheme.css +95 -95
- package/global-styles/index.css +157 -159
- package/global-styles/variables.css +62 -64
- package/package.json +6 -2
- package/tailwindcss/index.css +170 -158
- package/types/porsche-design-system-components-angular.d.ts +356 -149
- package/vanilla-extract/cjs/font/deprecated/fontSizeDisplay.cjs +6 -6
- package/vanilla-extract/cjs/font/typescale3Xl.cjs +7 -0
- package/vanilla-extract/cjs/font/typescale4Xl.cjs +7 -0
- package/vanilla-extract/cjs/font/typescale5Xl.cjs +7 -0
- package/vanilla-extract/cjs/index.cjs +12 -12
- package/vanilla-extract/cjs/tokens/dist/esm/color/palette.cjs +56 -56
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale3Xl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale4Xl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale5Xl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleXs.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/display/displayLargeStyle.cjs +3 -3
- package/vanilla-extract/cjs/typography/deprecated/display/displayMediumStyle.cjs +3 -3
- package/vanilla-extract/cjs/typography/deprecated/display/displaySmallStyle.cjs +3 -3
- 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/proseHeading3XlStyle.cjs +12 -0
- package/vanilla-extract/cjs/typography/proseHeading4XlStyle.cjs +12 -0
- package/vanilla-extract/cjs/typography/proseHeading5XlStyle.cjs +12 -0
- package/vanilla-extract/cjs/typography/proseHeadingSmStyle.cjs +2 -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/fontSizeDisplay.mjs +6 -6
- package/vanilla-extract/esm/font/deprecated/fontSizeTextXSmall.d.ts +1 -1
- package/vanilla-extract/esm/font/index.d.ts +3 -3
- package/vanilla-extract/esm/font/typescale3Xl.d.ts +1 -0
- package/vanilla-extract/esm/font/typescale3Xl.mjs +5 -0
- package/vanilla-extract/esm/font/typescale4Xl.d.ts +1 -0
- package/vanilla-extract/esm/font/typescale4Xl.mjs +5 -0
- package/vanilla-extract/esm/font/typescale5Xl.d.ts +1 -0
- package/vanilla-extract/esm/font/typescale5Xl.mjs +5 -0
- package/vanilla-extract/esm/font/typescaleXs.d.ts +1 -1
- package/vanilla-extract/esm/index.mjs +6 -6
- package/vanilla-extract/esm/tokens/dist/esm/color/palette.mjs +56 -56
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale3Xl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale4Xl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale5Xl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleXs.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.mjs +3 -3
- package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.mjs +3 -3
- package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.mjs +3 -3
- 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/index.d.ts +3 -3
- package/vanilla-extract/esm/typography/proseHeading3XlStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/{proseDisplayMdStyle.mjs → proseHeading3XlStyle.mjs} +4 -3
- package/vanilla-extract/esm/typography/proseHeading4XlStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/{proseDisplaySmStyle.mjs → proseHeading4XlStyle.mjs} +4 -3
- package/vanilla-extract/esm/typography/proseHeading5XlStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/{proseDisplayLgStyle.mjs → proseHeading5XlStyle.mjs} +4 -3
- package/vanilla-extract/esm/typography/proseHeadingSmStyle.mjs +2 -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
- package/vanilla-extract/cjs/font/fontSizeDisplayLarge.cjs +0 -5
- package/vanilla-extract/cjs/font/fontSizeDisplayMedium.cjs +0 -5
- package/vanilla-extract/cjs/font/fontSizeDisplaySmall.cjs +0 -5
- package/vanilla-extract/cjs/typography/proseDisplayLgStyle.cjs +0 -11
- package/vanilla-extract/cjs/typography/proseDisplayMdStyle.cjs +0 -11
- package/vanilla-extract/cjs/typography/proseDisplaySmStyle.cjs +0 -11
- package/vanilla-extract/esm/font/fontSizeDisplayLarge.d.ts +0 -1
- package/vanilla-extract/esm/font/fontSizeDisplayLarge.mjs +0 -3
- package/vanilla-extract/esm/font/fontSizeDisplayMedium.d.ts +0 -1
- package/vanilla-extract/esm/font/fontSizeDisplayMedium.mjs +0 -3
- package/vanilla-extract/esm/font/fontSizeDisplaySmall.d.ts +0 -1
- package/vanilla-extract/esm/font/fontSizeDisplaySmall.mjs +0 -3
- package/vanilla-extract/esm/typography/proseDisplayLgStyle.d.ts +0 -3
- package/vanilla-extract/esm/typography/proseDisplayMdStyle.d.ts +0 -3
- package/vanilla-extract/esm/typography/proseDisplaySmStyle.d.ts +0 -3
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const typescale5Xl = "clamp(2.28rem, 5.2vw + 1.24rem, 7.48rem)";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const typescaleXs = "
|
|
1
|
+
export declare const typescaleXs = ".875rem";
|
|
@@ -122,15 +122,15 @@ export { fontWeightRegular } from './font/deprecated/fontWeightRegular.mjs';
|
|
|
122
122
|
export { fontWeightSemiBold } from './font/deprecated/fontWeightSemiBold.mjs';
|
|
123
123
|
export { fontHyphenationStyle } from './font/fontHyphenationStyle.mjs';
|
|
124
124
|
export { fontPorscheNext } from './font/fontPorscheNext.mjs';
|
|
125
|
-
export { fontSizeDisplayLarge } from './font/fontSizeDisplayLarge.mjs';
|
|
126
|
-
export { fontSizeDisplayMedium } from './font/fontSizeDisplayMedium.mjs';
|
|
127
|
-
export { fontSizeDisplaySmall } from './font/fontSizeDisplaySmall.mjs';
|
|
128
125
|
export { fontWeightBold } from './font/fontWeightBold.mjs';
|
|
129
126
|
export { fontWeightNormal } from './font/fontWeightNormal.mjs';
|
|
130
127
|
export { fontWeightSemibold } from './font/fontWeightSemibold.mjs';
|
|
131
128
|
export { leadingNormal } from './font/leadingNormal.mjs';
|
|
132
129
|
export { typescale2Xl } from './font/typescale2Xl.mjs';
|
|
133
130
|
export { typescale2Xs } from './font/typescale2Xs.mjs';
|
|
131
|
+
export { typescale3Xl } from './font/typescale3Xl.mjs';
|
|
132
|
+
export { typescale4Xl } from './font/typescale4Xl.mjs';
|
|
133
|
+
export { typescale5Xl } from './font/typescale5Xl.mjs';
|
|
134
134
|
export { typescaleLg } from './font/typescaleLg.mjs';
|
|
135
135
|
export { typescaleMd } from './font/typescaleMd.mjs';
|
|
136
136
|
export { typescaleSm } from './font/typescaleSm.mjs';
|
|
@@ -254,10 +254,10 @@ export { textSmallStyle } from './typography/deprecated/text/textSmallStyle.mjs'
|
|
|
254
254
|
export { textMediumStyle } from './typography/deprecated/text/textMediumStyle.mjs';
|
|
255
255
|
export { textLargeStyle } from './typography/deprecated/text/textLargeStyle.mjs';
|
|
256
256
|
export { textXLargeStyle } from './typography/deprecated/text/textXLargeStyle.mjs';
|
|
257
|
-
export { proseDisplayLgStyle } from './typography/proseDisplayLgStyle.mjs';
|
|
258
|
-
export { proseDisplayMdStyle } from './typography/proseDisplayMdStyle.mjs';
|
|
259
|
-
export { proseDisplaySmStyle } from './typography/proseDisplaySmStyle.mjs';
|
|
260
257
|
export { proseHeading2XlStyle } from './typography/proseHeading2XlStyle.mjs';
|
|
258
|
+
export { proseHeading3XlStyle } from './typography/proseHeading3XlStyle.mjs';
|
|
259
|
+
export { proseHeading4XlStyle } from './typography/proseHeading4XlStyle.mjs';
|
|
260
|
+
export { proseHeading5XlStyle } from './typography/proseHeading5XlStyle.mjs';
|
|
261
261
|
export { proseHeadingLgStyle } from './typography/proseHeadingLgStyle.mjs';
|
|
262
262
|
export { proseHeadingMdStyle } from './typography/proseHeadingMdStyle.mjs';
|
|
263
263
|
export { proseHeadingSmStyle } from './typography/proseHeadingSmStyle.mjs';
|
|
@@ -1,73 +1,73 @@
|
|
|
1
1
|
const palette = {
|
|
2
2
|
light: {
|
|
3
3
|
green: {
|
|
4
|
-
'950': 'hsl(115
|
|
5
|
-
'50a': '
|
|
6
|
-
'100a': '
|
|
7
|
-
'600a': '
|
|
4
|
+
'950': 'hsl(115 77.5% 27.8%)',
|
|
5
|
+
'50a': 'hsl(115 77.5% 27.8% / 0.1)',
|
|
6
|
+
'100a': 'hsl(115 77.5% 27.8% / 0.18)',
|
|
7
|
+
'600a': 'hsl(115 77.5% 27.8% / 0.6)'},
|
|
8
8
|
red: {
|
|
9
|
-
'950': 'hsl(357
|
|
10
|
-
'50a': '
|
|
11
|
-
'100a': '
|
|
12
|
-
'600a': '
|
|
9
|
+
'950': 'hsl(357 78% 41%)',
|
|
10
|
+
'50a': 'hsl(357 78% 41% / 0.1)',
|
|
11
|
+
'100a': 'hsl(357 78% 41% / 0.18)',
|
|
12
|
+
'600a': 'hsl(357 78% 41% / 0.6)'},
|
|
13
13
|
yellow: {
|
|
14
|
-
'950': 'hsl(28
|
|
15
|
-
'50a': '
|
|
16
|
-
'100a': '
|
|
17
|
-
'600a': '
|
|
14
|
+
'950': 'hsl(28 97.7% 34.1%)',
|
|
15
|
+
'50a': 'hsl(28 97.7% 34.1% / 0.1)',
|
|
16
|
+
'100a': 'hsl(28 97.7% 34.1% / 0.18)',
|
|
17
|
+
'600a': 'hsl(28 97.7% 34.1% / 0.6)'},
|
|
18
18
|
blue: {
|
|
19
|
-
'950': 'hsl(228
|
|
20
|
-
'50a': '
|
|
21
|
-
'100a': '
|
|
22
|
-
'600a': '
|
|
19
|
+
'950': 'hsl(228 83.2% 51%)',
|
|
20
|
+
'50a': 'hsl(228 83.2% 51% / 0.1)',
|
|
21
|
+
'100a': 'hsl(228 83.2% 51% / 0.18)',
|
|
22
|
+
'600a': 'hsl(228 83.2% 51% / 0.6)'},
|
|
23
23
|
grey: {
|
|
24
|
-
'50': 'hsl(240
|
|
25
|
-
'950': 'hsl(225
|
|
26
|
-
'50a': '
|
|
27
|
-
'100a': '
|
|
28
|
-
'200a': '
|
|
29
|
-
'300a': '
|
|
30
|
-
'500a': '
|
|
31
|
-
'600a': '
|
|
32
|
-
'700a': '
|
|
33
|
-
'800a': '
|
|
24
|
+
'50': 'hsl(240 10% 95%)',
|
|
25
|
+
'950': 'hsl(225 66.7% 1.2%)',
|
|
26
|
+
'50a': 'hsl(234 9.8% 60% / 0.06)',
|
|
27
|
+
'100a': 'hsl(240 5% 70% / 0.148)',
|
|
28
|
+
'200a': 'hsl(236 6.5% 42% / 0.236)',
|
|
29
|
+
'300a': 'hsl(234 6% 32.9% / 0.324)',
|
|
30
|
+
'500a': 'hsl(240 5.3% 14.9% / 0.5)',
|
|
31
|
+
'600a': 'hsl(240 6.1% 7% / 0.6)',
|
|
32
|
+
'700a': 'hsl(240 7.1% 11% / 0.7)',
|
|
33
|
+
'800a': 'hsl(240 8.7% 9% / 0.8)'},
|
|
34
34
|
},
|
|
35
35
|
dark: {
|
|
36
36
|
green: {
|
|
37
|
-
'950': 'hsl(157
|
|
38
|
-
'50a': '
|
|
39
|
-
'100a': '
|
|
40
|
-
'200a': '
|
|
41
|
-
'600a': '
|
|
37
|
+
'950': 'hsl(157 84.9% 41.6%)',
|
|
38
|
+
'50a': 'hsl(157 84.9% 41.6% / 0.1)',
|
|
39
|
+
'100a': 'hsl(157 84.9% 41.6% / 0.18)',
|
|
40
|
+
'200a': 'hsl(157 84.9% 41.6% / 0.26)',
|
|
41
|
+
'600a': 'hsl(157 84.9% 41.6% / 0.6)'},
|
|
42
42
|
red: {
|
|
43
|
-
'950': 'hsl(0
|
|
44
|
-
'50a': '
|
|
45
|
-
'100a': '
|
|
46
|
-
'200a': '
|
|
47
|
-
'600a': '
|
|
43
|
+
'950': 'hsl(0 96.9% 62%)',
|
|
44
|
+
'50a': 'hsl(0 96.9% 62% / 0.1)',
|
|
45
|
+
'100a': 'hsl(0 96.9% 62% / 0.18)',
|
|
46
|
+
'200a': 'hsl(0 96.9% 62% / 0.26)',
|
|
47
|
+
'600a': 'hsl(0 96.9% 62% / 0.6)'},
|
|
48
48
|
yellow: {
|
|
49
|
-
'950': 'hsl(28
|
|
50
|
-
'50a': '
|
|
51
|
-
'100a': '
|
|
52
|
-
'200a': '
|
|
53
|
-
'600a': '
|
|
49
|
+
'950': 'hsl(28 90.2% 56.1%)',
|
|
50
|
+
'50a': 'hsl(28 90.2% 56.1% / 0.1)',
|
|
51
|
+
'100a': 'hsl(28 90.2% 56.1% / 0.18)',
|
|
52
|
+
'200a': 'hsl(28 90.2% 56.1% / 0.26)',
|
|
53
|
+
'600a': 'hsl(28 90.2% 56.1% / 0.6)'},
|
|
54
54
|
blue: {
|
|
55
|
-
'950': 'hsl(210
|
|
56
|
-
'50a': '
|
|
57
|
-
'100a': '
|
|
58
|
-
'200a': '
|
|
59
|
-
'600a': '
|
|
55
|
+
'950': 'hsl(210 100% 54.5%)',
|
|
56
|
+
'50a': 'hsl(210 100% 54.5% / 0.1)',
|
|
57
|
+
'100a': 'hsl(210 100% 54.5% / 0.18)',
|
|
58
|
+
'200a': 'hsl(210 100% 54.5% / 0.26)',
|
|
59
|
+
'600a': 'hsl(210 100% 54.5% / 0.6)'},
|
|
60
60
|
grey: {
|
|
61
|
-
'50': 'hsl(225
|
|
62
|
-
'100': 'hsl(240
|
|
63
|
-
'950': 'hsl(225
|
|
64
|
-
'100a': '
|
|
65
|
-
'200a': '
|
|
66
|
-
'300a': '
|
|
67
|
-
'500a': '
|
|
68
|
-
'600a': '
|
|
69
|
-
'700a': '
|
|
70
|
-
'800a': '
|
|
61
|
+
'50': 'hsl(225 66.7% 1.2%)',
|
|
62
|
+
'100': 'hsl(240 2% 10%)',
|
|
63
|
+
'950': 'hsl(225 100% 99%)',
|
|
64
|
+
'100a': 'hsl(240 3.7% 26.5% / 0.154)',
|
|
65
|
+
'200a': 'hsl(240 2% 43% / 0.228)',
|
|
66
|
+
'300a': 'hsl(240 1.5% 61.8% / 0.302)',
|
|
67
|
+
'500a': 'hsl(240 12.5% 96.9% / 0.45)',
|
|
68
|
+
'600a': 'hsl(240 12.5% 96.9% / 0.56)',
|
|
69
|
+
'700a': 'hsl(240 12.5% 96.9% / 0.67)',
|
|
70
|
+
'800a': 'hsl(240 12.5% 96.9% / 0.78)'},
|
|
71
71
|
},
|
|
72
72
|
};
|
|
73
73
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @deprecated since v4.0.0, will be removed with next major release. Use
|
|
1
|
+
/** @deprecated since v4.0.0, will be removed with next major release. Use proseHeading5XlStyle instead. */
|
|
2
2
|
export declare const displayLargeStyle: {
|
|
3
3
|
readonly font: "normal normal 400 clamp(2.28rem, 5.2vw + 1.24rem, 7.48rem)/calc(6px + 2.125ex) 'Porsche Next','Arial Narrow',Arial,'Heiti SC',SimHei,sans-serif";
|
|
4
4
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { typescale5Xl } from '../../../font/typescale5Xl.mjs';
|
|
2
2
|
import { _displayFontPartA, _displayFontPartB } from './displayShared.mjs';
|
|
3
3
|
|
|
4
|
-
/** @deprecated since v4.0.0, will be removed with next major release. Use
|
|
4
|
+
/** @deprecated since v4.0.0, will be removed with next major release. Use proseHeading5XlStyle instead. */
|
|
5
5
|
const displayLargeStyle = {
|
|
6
|
-
font: `${_displayFontPartA}${
|
|
6
|
+
font: `${_displayFontPartA}${typescale5Xl}${_displayFontPartB}`,
|
|
7
7
|
};
|
|
8
8
|
|
|
9
9
|
export { displayLargeStyle };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @deprecated since v4.0.0, will be removed with next major release. Use
|
|
1
|
+
/** @deprecated since v4.0.0, will be removed with next major release. Use proseHeading4XlStyle instead. */
|
|
2
2
|
export declare const displayMediumStyle: {
|
|
3
3
|
readonly font: "normal normal 400 clamp(2.03rem, 3.58vw + 1.31rem, 5.61rem)/calc(6px + 2.125ex) 'Porsche Next','Arial Narrow',Arial,'Heiti SC',SimHei,sans-serif";
|
|
4
4
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { typescale4Xl } from '../../../font/typescale4Xl.mjs';
|
|
2
2
|
import { _displayFontPartA, _displayFontPartB } from './displayShared.mjs';
|
|
3
3
|
|
|
4
|
-
/** @deprecated since v4.0.0, will be removed with next major release. Use
|
|
4
|
+
/** @deprecated since v4.0.0, will be removed with next major release. Use proseHeading4XlStyle instead. */
|
|
5
5
|
const displayMediumStyle = {
|
|
6
|
-
font: `${_displayFontPartA}${
|
|
6
|
+
font: `${_displayFontPartA}${typescale4Xl}${_displayFontPartB}`,
|
|
7
7
|
};
|
|
8
8
|
|
|
9
9
|
export { displayMediumStyle };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/** @deprecated since v4.0.0, will be removed with next major release. Use
|
|
1
|
+
/** @deprecated since v4.0.0, will be removed with next major release. Use proseHeading3XlStyle instead. */
|
|
2
2
|
export declare const displaySmallStyle: {
|
|
3
3
|
readonly font: "normal normal 400 clamp(1.8rem, 2.41vw + 1.32rem, 4.21rem)/calc(6px + 2.125ex) 'Porsche Next','Arial Narrow',Arial,'Heiti SC',SimHei,sans-serif";
|
|
4
4
|
};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { typescale3Xl } from '../../../font/typescale3Xl.mjs';
|
|
2
2
|
import { _displayFontPartA, _displayFontPartB } from './displayShared.mjs';
|
|
3
3
|
|
|
4
|
-
/** @deprecated since v4.0.0, will be removed with next major release. Use
|
|
4
|
+
/** @deprecated since v4.0.0, will be removed with next major release. Use proseHeading3XlStyle instead. */
|
|
5
5
|
const displaySmallStyle = {
|
|
6
|
-
font: `${_displayFontPartA}${
|
|
6
|
+
font: `${_displayFontPartA}${typescale3Xl}${_displayFontPartB}`,
|
|
7
7
|
};
|
|
8
8
|
|
|
9
9
|
export { displaySmallStyle };
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
/** @deprecated since v4.0.0, will be removed with next major release. Use proseTextLg instead. */
|
|
2
2
|
export declare const textLargeStyle: {
|
|
3
|
-
readonly overflowWrap: "break-word";
|
|
4
|
-
readonly hyphens: "auto";
|
|
5
3
|
readonly font: "normal normal 400 clamp(1.27rem, 0.51vw + 1.16rem, 1.78rem)/calc(6px + 2.125ex) 'Porsche Next','Arial Narrow',Arial,'Heiti SC',SimHei,sans-serif";
|
|
6
4
|
};
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { fontSizeTextLarge } from '../../../font/deprecated/fontSizeTextLarge.mjs';
|
|
2
|
-
import { fontHyphenationStyle } from '../../../font/fontHyphenationStyle.mjs';
|
|
3
2
|
import { _textFontPartA, _textFontPartB } from './textShared.mjs';
|
|
4
3
|
|
|
5
4
|
/** @deprecated since v4.0.0, will be removed with next major release. Use proseTextLg instead. */
|
|
6
5
|
const textLargeStyle = {
|
|
7
6
|
font: `${_textFontPartA}${fontSizeTextLarge}${_textFontPartB}`,
|
|
8
|
-
...fontHyphenationStyle,
|
|
9
7
|
};
|
|
10
8
|
|
|
11
9
|
export { textLargeStyle };
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
/** @deprecated since v4.0.0, will be removed with next major release. Use proseTextMd instead. */
|
|
2
2
|
export declare const textMediumStyle: {
|
|
3
|
-
readonly overflowWrap: "break-word";
|
|
4
|
-
readonly hyphens: "auto";
|
|
5
3
|
readonly font: "normal normal 400 clamp(1.13rem, 0.21vw + 1.08rem, 1.33rem)/calc(6px + 2.125ex) 'Porsche Next','Arial Narrow',Arial,'Heiti SC',SimHei,sans-serif";
|
|
6
4
|
};
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { fontSizeTextMedium } from '../../../font/deprecated/fontSizeTextMedium.mjs';
|
|
2
|
-
import { fontHyphenationStyle } from '../../../font/fontHyphenationStyle.mjs';
|
|
3
2
|
import { _textFontPartA, _textFontPartB } from './textShared.mjs';
|
|
4
3
|
|
|
5
4
|
/** @deprecated since v4.0.0, will be removed with next major release. Use proseTextMd instead. */
|
|
6
5
|
const textMediumStyle = {
|
|
7
6
|
font: `${_textFontPartA}${fontSizeTextMedium}${_textFontPartB}`,
|
|
8
|
-
...fontHyphenationStyle,
|
|
9
7
|
};
|
|
10
8
|
|
|
11
9
|
export { textMediumStyle };
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
/** @deprecated since v4.0.0, will be removed with next major release. Use proseTextSm instead. */
|
|
2
2
|
export declare const textSmallStyle: {
|
|
3
|
-
readonly overflowWrap: "break-word";
|
|
4
|
-
readonly hyphens: "auto";
|
|
5
3
|
readonly font: "normal normal 400 1rem/calc(6px + 2.125ex) 'Porsche Next','Arial Narrow',Arial,'Heiti SC',SimHei,sans-serif";
|
|
6
4
|
};
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { fontSizeTextSmall } from '../../../font/deprecated/fontSizeTextSmall.mjs';
|
|
2
|
-
import { fontHyphenationStyle } from '../../../font/fontHyphenationStyle.mjs';
|
|
3
2
|
import { _textFontPartA, _textFontPartB } from './textShared.mjs';
|
|
4
3
|
|
|
5
4
|
/** @deprecated since v4.0.0, will be removed with next major release. Use proseTextSm instead. */
|
|
6
5
|
const textSmallStyle = {
|
|
7
6
|
font: `${_textFontPartA}${fontSizeTextSmall}${_textFontPartB}`,
|
|
8
|
-
...fontHyphenationStyle,
|
|
9
7
|
};
|
|
10
8
|
|
|
11
9
|
export { textSmallStyle };
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
/** @deprecated since v4.0.0, will be removed with next major release. Use proseTextXl instead. */
|
|
2
2
|
export declare const textXLargeStyle: {
|
|
3
|
-
readonly overflowWrap: "break-word";
|
|
4
|
-
readonly hyphens: "auto";
|
|
5
3
|
readonly font: "normal normal 400 clamp(1.42rem, 0.94vw + 1.23rem, 2.37rem)/calc(6px + 2.125ex) 'Porsche Next','Arial Narrow',Arial,'Heiti SC',SimHei,sans-serif";
|
|
6
4
|
};
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { fontSizeTextXLarge } from '../../../font/deprecated/fontSizeTextXLarge.mjs';
|
|
2
|
-
import { fontHyphenationStyle } from '../../../font/fontHyphenationStyle.mjs';
|
|
3
2
|
import { _textFontPartA, _textFontPartB } from './textShared.mjs';
|
|
4
3
|
|
|
5
4
|
/** @deprecated since v4.0.0, will be removed with next major release. Use proseTextXl instead. */
|
|
6
5
|
const textXLargeStyle = {
|
|
7
6
|
font: `${_textFontPartA}${fontSizeTextXLarge}${_textFontPartB}`,
|
|
8
|
-
...fontHyphenationStyle,
|
|
9
7
|
};
|
|
10
8
|
|
|
11
9
|
export { textXLargeStyle };
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
/** @deprecated since v4.0.0, will be removed with next major release. Use proseTextXs instead. */
|
|
2
2
|
export declare const textXSmallStyle: {
|
|
3
|
-
readonly
|
|
4
|
-
readonly hyphens: "auto";
|
|
5
|
-
readonly font: "normal normal 400 clamp(0.81rem, 0.23vw + 0.77rem, 0.88rem)/calc(6px + 2.125ex) 'Porsche Next','Arial Narrow',Arial,'Heiti SC',SimHei,sans-serif";
|
|
3
|
+
readonly font: "normal normal 400 .875rem/calc(6px + 2.125ex) 'Porsche Next','Arial Narrow',Arial,'Heiti SC',SimHei,sans-serif";
|
|
6
4
|
};
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { fontSizeTextXSmall } from '../../../font/deprecated/fontSizeTextXSmall.mjs';
|
|
2
|
-
import { fontHyphenationStyle } from '../../../font/fontHyphenationStyle.mjs';
|
|
3
2
|
import { _textFontPartA, _textFontPartB } from './textShared.mjs';
|
|
4
3
|
|
|
5
4
|
/** @deprecated since v4.0.0, will be removed with next major release. Use proseTextXs instead. */
|
|
6
5
|
const textXSmallStyle = {
|
|
7
6
|
font: `${_textFontPartA}${fontSizeTextXSmall}${_textFontPartB}`,
|
|
8
|
-
...fontHyphenationStyle,
|
|
9
7
|
};
|
|
10
8
|
|
|
11
9
|
export { textXSmallStyle };
|
|
@@ -1,6 +1,4 @@
|
|
|
1
1
|
/** @deprecated since v4.0.0, will be removed with next major release. Use proseText2Xs instead. */
|
|
2
2
|
export declare const textXXSmallStyle: {
|
|
3
|
-
readonly overflowWrap: "break-word";
|
|
4
|
-
readonly hyphens: "auto";
|
|
5
3
|
readonly font: "normal normal 400 .75rem/calc(6px + 2.125ex) 'Porsche Next','Arial Narrow',Arial,'Heiti SC',SimHei,sans-serif";
|
|
6
4
|
};
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
import { fontSizeTextXXSmall } from '../../../font/deprecated/fontSizeTextXXSmall.mjs';
|
|
2
|
-
import { fontHyphenationStyle } from '../../../font/fontHyphenationStyle.mjs';
|
|
3
2
|
import { _textFontPartA, _textFontPartB } from './textShared.mjs';
|
|
4
3
|
|
|
5
4
|
/** @deprecated since v4.0.0, will be removed with next major release. Use proseText2Xs instead. */
|
|
6
5
|
const textXXSmallStyle = {
|
|
7
6
|
font: `${_textFontPartA}${fontSizeTextXXSmall}${_textFontPartB}`,
|
|
8
|
-
...fontHyphenationStyle,
|
|
9
7
|
};
|
|
10
8
|
|
|
11
9
|
export { textXXSmallStyle };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export * from './deprecated';
|
|
2
|
-
export { proseDisplayLgStyle } from './proseDisplayLgStyle';
|
|
3
|
-
export { proseDisplayMdStyle } from './proseDisplayMdStyle';
|
|
4
|
-
export { proseDisplaySmStyle } from './proseDisplaySmStyle';
|
|
5
2
|
export { proseHeading2XlStyle } from './proseHeading2XlStyle';
|
|
3
|
+
export { proseHeading3XlStyle } from './proseHeading3XlStyle';
|
|
4
|
+
export { proseHeading4XlStyle } from './proseHeading4XlStyle';
|
|
5
|
+
export { proseHeading5XlStyle } from './proseHeading5XlStyle';
|
|
6
6
|
export { proseHeadingLgStyle } from './proseHeadingLgStyle';
|
|
7
7
|
export { proseHeadingMdStyle } from './proseHeadingMdStyle';
|
|
8
8
|
export { proseHeadingSmStyle } from './proseHeadingSmStyle';
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { fontPorscheNext } from '../tokens/dist/esm/font/family/fontPorscheNext.mjs';
|
|
2
2
|
import { leadingNormal } from '../tokens/dist/esm/font/lineHeight/leadingNormal.mjs';
|
|
3
|
+
import { typescale3Xl } from '../tokens/dist/esm/font/size/typescale3Xl.mjs';
|
|
3
4
|
import { fontWeightNormal } from '../tokens/dist/esm/font/weight/fontWeightNormal.mjs';
|
|
4
5
|
|
|
5
|
-
const
|
|
6
|
-
font: `normal normal ${fontWeightNormal}
|
|
6
|
+
const proseHeading3XlStyle = {
|
|
7
|
+
font: `normal normal ${fontWeightNormal} ${typescale3Xl} / ${leadingNormal} ${fontPorscheNext}`,
|
|
7
8
|
};
|
|
8
9
|
|
|
9
|
-
export {
|
|
10
|
+
export { proseHeading3XlStyle };
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { fontPorscheNext } from '../tokens/dist/esm/font/family/fontPorscheNext.mjs';
|
|
2
2
|
import { leadingNormal } from '../tokens/dist/esm/font/lineHeight/leadingNormal.mjs';
|
|
3
|
+
import { typescale4Xl } from '../tokens/dist/esm/font/size/typescale4Xl.mjs';
|
|
3
4
|
import { fontWeightNormal } from '../tokens/dist/esm/font/weight/fontWeightNormal.mjs';
|
|
4
5
|
|
|
5
|
-
const
|
|
6
|
-
font: `normal normal ${fontWeightNormal}
|
|
6
|
+
const proseHeading4XlStyle = {
|
|
7
|
+
font: `normal normal ${fontWeightNormal} ${typescale4Xl} / ${leadingNormal} ${fontPorscheNext}`,
|
|
7
8
|
};
|
|
8
9
|
|
|
9
|
-
export {
|
|
10
|
+
export { proseHeading4XlStyle };
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { fontPorscheNext } from '../tokens/dist/esm/font/family/fontPorscheNext.mjs';
|
|
2
2
|
import { leadingNormal } from '../tokens/dist/esm/font/lineHeight/leadingNormal.mjs';
|
|
3
|
+
import { typescale5Xl } from '../tokens/dist/esm/font/size/typescale5Xl.mjs';
|
|
3
4
|
import { fontWeightNormal } from '../tokens/dist/esm/font/weight/fontWeightNormal.mjs';
|
|
4
5
|
|
|
5
|
-
const
|
|
6
|
-
font: `normal normal ${fontWeightNormal}
|
|
6
|
+
const proseHeading5XlStyle = {
|
|
7
|
+
font: `normal normal ${fontWeightNormal} ${typescale5Xl} / ${leadingNormal} ${fontPorscheNext}`,
|
|
7
8
|
};
|
|
8
9
|
|
|
9
|
-
export {
|
|
10
|
+
export { proseHeading5XlStyle };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { fontPorscheNext } from '../tokens/dist/esm/font/family/fontPorscheNext.mjs';
|
|
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
|
-
import {
|
|
4
|
+
import { fontWeightSemibold } from '../tokens/dist/esm/font/weight/fontWeightSemibold.mjs';
|
|
5
5
|
|
|
6
6
|
const proseHeadingSmStyle = {
|
|
7
|
-
font: `normal normal ${
|
|
7
|
+
font: `normal normal ${fontWeightSemibold} ${typescaleSm} / ${leadingNormal} ${fontPorscheNext}`,
|
|
8
8
|
};
|
|
9
9
|
|
|
10
10
|
export { proseHeadingSmStyle };
|
|
@@ -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 };
|