@porsche-design-system/components-angular 4.0.0-beta.2 → 4.0.0-beta.3
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 +293 -1
- package/fesm2022/porsche-design-system-components-angular.mjs +13 -8
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
- package/global-styles/cn/index.css +3 -7
- package/global-styles/index.css +3 -7
- package/global-styles/variables.css +3 -7
- package/package.json +6 -2
- package/tailwindcss/index.css +19 -4
- package/types/porsche-design-system-components-angular.d.ts +334 -148
- 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/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/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/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/esm/font/deprecated/fontSizeDisplay.mjs +6 -6
- 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/index.mjs +6 -6
- 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/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/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/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
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
3
|
+
var typescale3Xl = require('../typescale3Xl.cjs');
|
|
4
|
+
var typescale4Xl = require('../typescale4Xl.cjs');
|
|
5
|
+
var typescale5Xl = require('../typescale5Xl.cjs');
|
|
6
6
|
|
|
7
7
|
/** @deprecated since v4.0.0, will be removed with next major release. Use variables directly instead. */
|
|
8
8
|
const fontSizeDisplay = {
|
|
9
|
-
small:
|
|
10
|
-
medium:
|
|
11
|
-
large:
|
|
9
|
+
small: typescale3Xl.typescale3Xl,
|
|
10
|
+
medium: typescale4Xl.typescale4Xl,
|
|
11
|
+
large: typescale5Xl.typescale5Xl,
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports.fontSizeDisplay = fontSizeDisplay;
|
|
@@ -124,15 +124,15 @@ var fontWeightRegular = require('./font/deprecated/fontWeightRegular.cjs');
|
|
|
124
124
|
var fontWeightSemiBold = require('./font/deprecated/fontWeightSemiBold.cjs');
|
|
125
125
|
var fontHyphenationStyle = require('./font/fontHyphenationStyle.cjs');
|
|
126
126
|
var fontPorscheNext = require('./font/fontPorscheNext.cjs');
|
|
127
|
-
var fontSizeDisplayLarge = require('./font/fontSizeDisplayLarge.cjs');
|
|
128
|
-
var fontSizeDisplayMedium = require('./font/fontSizeDisplayMedium.cjs');
|
|
129
|
-
var fontSizeDisplaySmall = require('./font/fontSizeDisplaySmall.cjs');
|
|
130
127
|
var fontWeightBold = require('./font/fontWeightBold.cjs');
|
|
131
128
|
var fontWeightNormal = require('./font/fontWeightNormal.cjs');
|
|
132
129
|
var fontWeightSemibold = require('./font/fontWeightSemibold.cjs');
|
|
133
130
|
var leadingNormal = require('./font/leadingNormal.cjs');
|
|
134
131
|
var typescale2Xl = require('./font/typescale2Xl.cjs');
|
|
135
132
|
var typescale2Xs = require('./font/typescale2Xs.cjs');
|
|
133
|
+
var typescale3Xl = require('./font/typescale3Xl.cjs');
|
|
134
|
+
var typescale4Xl = require('./font/typescale4Xl.cjs');
|
|
135
|
+
var typescale5Xl = require('./font/typescale5Xl.cjs');
|
|
136
136
|
var typescaleLg = require('./font/typescaleLg.cjs');
|
|
137
137
|
var typescaleMd = require('./font/typescaleMd.cjs');
|
|
138
138
|
var typescaleSm = require('./font/typescaleSm.cjs');
|
|
@@ -256,10 +256,10 @@ var textSmallStyle = require('./typography/deprecated/text/textSmallStyle.cjs');
|
|
|
256
256
|
var textMediumStyle = require('./typography/deprecated/text/textMediumStyle.cjs');
|
|
257
257
|
var textLargeStyle = require('./typography/deprecated/text/textLargeStyle.cjs');
|
|
258
258
|
var textXLargeStyle = require('./typography/deprecated/text/textXLargeStyle.cjs');
|
|
259
|
-
var proseDisplayLgStyle = require('./typography/proseDisplayLgStyle.cjs');
|
|
260
|
-
var proseDisplayMdStyle = require('./typography/proseDisplayMdStyle.cjs');
|
|
261
|
-
var proseDisplaySmStyle = require('./typography/proseDisplaySmStyle.cjs');
|
|
262
259
|
var proseHeading2XlStyle = require('./typography/proseHeading2XlStyle.cjs');
|
|
260
|
+
var proseHeading3XlStyle = require('./typography/proseHeading3XlStyle.cjs');
|
|
261
|
+
var proseHeading4XlStyle = require('./typography/proseHeading4XlStyle.cjs');
|
|
262
|
+
var proseHeading5XlStyle = require('./typography/proseHeading5XlStyle.cjs');
|
|
263
263
|
var proseHeadingLgStyle = require('./typography/proseHeadingLgStyle.cjs');
|
|
264
264
|
var proseHeadingMdStyle = require('./typography/proseHeadingMdStyle.cjs');
|
|
265
265
|
var proseHeadingSmStyle = require('./typography/proseHeadingSmStyle.cjs');
|
|
@@ -397,15 +397,15 @@ exports.fontWeightRegular = fontWeightRegular.fontWeightRegular;
|
|
|
397
397
|
exports.fontWeightSemiBold = fontWeightSemiBold.fontWeightSemiBold;
|
|
398
398
|
exports.fontHyphenationStyle = fontHyphenationStyle.fontHyphenationStyle;
|
|
399
399
|
exports.fontPorscheNext = fontPorscheNext.fontPorscheNext;
|
|
400
|
-
exports.fontSizeDisplayLarge = fontSizeDisplayLarge.fontSizeDisplayLarge;
|
|
401
|
-
exports.fontSizeDisplayMedium = fontSizeDisplayMedium.fontSizeDisplayMedium;
|
|
402
|
-
exports.fontSizeDisplaySmall = fontSizeDisplaySmall.fontSizeDisplaySmall;
|
|
403
400
|
exports.fontWeightBold = fontWeightBold.fontWeightBold;
|
|
404
401
|
exports.fontWeightNormal = fontWeightNormal.fontWeightNormal;
|
|
405
402
|
exports.fontWeightSemibold = fontWeightSemibold.fontWeightSemibold;
|
|
406
403
|
exports.leadingNormal = leadingNormal.leadingNormal;
|
|
407
404
|
exports.typescale2Xl = typescale2Xl.typescale2Xl;
|
|
408
405
|
exports.typescale2Xs = typescale2Xs.typescale2Xs;
|
|
406
|
+
exports.typescale3Xl = typescale3Xl.typescale3Xl;
|
|
407
|
+
exports.typescale4Xl = typescale4Xl.typescale4Xl;
|
|
408
|
+
exports.typescale5Xl = typescale5Xl.typescale5Xl;
|
|
409
409
|
exports.typescaleLg = typescaleLg.typescaleLg;
|
|
410
410
|
exports.typescaleMd = typescaleMd.typescaleMd;
|
|
411
411
|
exports.typescaleSm = typescaleSm.typescaleSm;
|
|
@@ -530,10 +530,10 @@ exports.textSmallStyle = textSmallStyle.textSmallStyle;
|
|
|
530
530
|
exports.textMediumStyle = textMediumStyle.textMediumStyle;
|
|
531
531
|
exports.textLargeStyle = textLargeStyle.textLargeStyle;
|
|
532
532
|
exports.textXLargeStyle = textXLargeStyle.textXLargeStyle;
|
|
533
|
-
exports.proseDisplayLgStyle = proseDisplayLgStyle.proseDisplayLgStyle;
|
|
534
|
-
exports.proseDisplayMdStyle = proseDisplayMdStyle.proseDisplayMdStyle;
|
|
535
|
-
exports.proseDisplaySmStyle = proseDisplaySmStyle.proseDisplaySmStyle;
|
|
536
533
|
exports.proseHeading2XlStyle = proseHeading2XlStyle.proseHeading2XlStyle;
|
|
534
|
+
exports.proseHeading3XlStyle = proseHeading3XlStyle.proseHeading3XlStyle;
|
|
535
|
+
exports.proseHeading4XlStyle = proseHeading4XlStyle.proseHeading4XlStyle;
|
|
536
|
+
exports.proseHeading5XlStyle = proseHeading5XlStyle.proseHeading5XlStyle;
|
|
537
537
|
exports.proseHeadingLgStyle = proseHeadingLgStyle.proseHeadingLgStyle;
|
|
538
538
|
exports.proseHeadingMdStyle = proseHeadingMdStyle.proseHeadingMdStyle;
|
|
539
539
|
exports.proseHeadingSmStyle = proseHeadingSmStyle.proseHeadingSmStyle;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var typescale5Xl = require('../../../font/typescale5Xl.cjs');
|
|
4
4
|
var displayShared = require('./displayShared.cjs');
|
|
5
5
|
|
|
6
|
-
/** @deprecated since v4.0.0, will be removed with next major release. Use
|
|
6
|
+
/** @deprecated since v4.0.0, will be removed with next major release. Use proseHeading5XlStyle instead. */
|
|
7
7
|
const displayLargeStyle = {
|
|
8
|
-
font: `${displayShared._displayFontPartA}${
|
|
8
|
+
font: `${displayShared._displayFontPartA}${typescale5Xl.typescale5Xl}${displayShared._displayFontPartB}`,
|
|
9
9
|
};
|
|
10
10
|
|
|
11
11
|
exports.displayLargeStyle = displayLargeStyle;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var typescale4Xl = require('../../../font/typescale4Xl.cjs');
|
|
4
4
|
var displayShared = require('./displayShared.cjs');
|
|
5
5
|
|
|
6
|
-
/** @deprecated since v4.0.0, will be removed with next major release. Use
|
|
6
|
+
/** @deprecated since v4.0.0, will be removed with next major release. Use proseHeading4XlStyle instead. */
|
|
7
7
|
const displayMediumStyle = {
|
|
8
|
-
font: `${displayShared._displayFontPartA}${
|
|
8
|
+
font: `${displayShared._displayFontPartA}${typescale4Xl.typescale4Xl}${displayShared._displayFontPartB}`,
|
|
9
9
|
};
|
|
10
10
|
|
|
11
11
|
exports.displayMediumStyle = displayMediumStyle;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var typescale3Xl = require('../../../font/typescale3Xl.cjs');
|
|
4
4
|
var displayShared = require('./displayShared.cjs');
|
|
5
5
|
|
|
6
|
-
/** @deprecated since v4.0.0, will be removed with next major release. Use
|
|
6
|
+
/** @deprecated since v4.0.0, will be removed with next major release. Use proseHeading3XlStyle instead. */
|
|
7
7
|
const displaySmallStyle = {
|
|
8
|
-
font: `${displayShared._displayFontPartA}${
|
|
8
|
+
font: `${displayShared._displayFontPartA}${typescale3Xl.typescale3Xl}${displayShared._displayFontPartB}`,
|
|
9
9
|
};
|
|
10
10
|
|
|
11
11
|
exports.displaySmallStyle = displaySmallStyle;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cjs');
|
|
4
|
+
var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
|
|
5
|
+
var typescale3Xl = require('../tokens/dist/esm/font/size/typescale3Xl.cjs');
|
|
6
|
+
var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
|
|
7
|
+
|
|
8
|
+
const proseHeading3XlStyle = {
|
|
9
|
+
font: `normal normal ${fontWeightNormal.fontWeightNormal} ${typescale3Xl.typescale3Xl} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.proseHeading3XlStyle = proseHeading3XlStyle;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cjs');
|
|
4
|
+
var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
|
|
5
|
+
var typescale4Xl = require('../tokens/dist/esm/font/size/typescale4Xl.cjs');
|
|
6
|
+
var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
|
|
7
|
+
|
|
8
|
+
const proseHeading4XlStyle = {
|
|
9
|
+
font: `normal normal ${fontWeightNormal.fontWeightNormal} ${typescale4Xl.typescale4Xl} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.proseHeading4XlStyle = proseHeading4XlStyle;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cjs');
|
|
4
|
+
var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
|
|
5
|
+
var typescale5Xl = require('../tokens/dist/esm/font/size/typescale5Xl.cjs');
|
|
6
|
+
var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
|
|
7
|
+
|
|
8
|
+
const proseHeading5XlStyle = {
|
|
9
|
+
font: `normal normal ${fontWeightNormal.fontWeightNormal} ${typescale5Xl.typescale5Xl} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.proseHeading5XlStyle = proseHeading5XlStyle;
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cjs');
|
|
4
4
|
var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
|
|
5
5
|
var typescaleSm = require('../tokens/dist/esm/font/size/typescaleSm.cjs');
|
|
6
|
-
var
|
|
6
|
+
var fontWeightSemibold = require('../tokens/dist/esm/font/weight/fontWeightSemibold.cjs');
|
|
7
7
|
|
|
8
8
|
const proseHeadingSmStyle = {
|
|
9
|
-
font: `normal normal ${
|
|
9
|
+
font: `normal normal ${fontWeightSemibold.fontWeightSemibold} ${typescaleSm.typescaleSm} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
exports.proseHeadingSmStyle = proseHeadingSmStyle;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { typescale3Xl } from '../typescale3Xl.mjs';
|
|
2
|
+
import { typescale4Xl } from '../typescale4Xl.mjs';
|
|
3
|
+
import { typescale5Xl } from '../typescale5Xl.mjs';
|
|
4
4
|
|
|
5
5
|
/** @deprecated since v4.0.0, will be removed with next major release. Use variables directly instead. */
|
|
6
6
|
const fontSizeDisplay = {
|
|
7
|
-
small:
|
|
8
|
-
medium:
|
|
9
|
-
large:
|
|
7
|
+
small: typescale3Xl,
|
|
8
|
+
medium: typescale4Xl,
|
|
9
|
+
large: typescale5Xl,
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export { fontSizeDisplay };
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export * from './deprecated';
|
|
2
2
|
export { fontHyphenationStyle } from './fontHyphenationStyle';
|
|
3
3
|
export { fontPorscheNext } from './fontPorscheNext';
|
|
4
|
-
export { fontSizeDisplayLarge } from './fontSizeDisplayLarge';
|
|
5
|
-
export { fontSizeDisplayMedium } from './fontSizeDisplayMedium';
|
|
6
|
-
export { fontSizeDisplaySmall } from './fontSizeDisplaySmall';
|
|
7
4
|
export { fontWeightBold } from './fontWeightBold';
|
|
8
5
|
export { fontWeightNormal } from './fontWeightNormal';
|
|
9
6
|
export { fontWeightSemibold } from './fontWeightSemibold';
|
|
10
7
|
export { leadingNormal } from './leadingNormal';
|
|
11
8
|
export { typescale2Xl } from './typescale2Xl';
|
|
12
9
|
export { typescale2Xs } from './typescale2Xs';
|
|
10
|
+
export { typescale3Xl } from './typescale3Xl';
|
|
11
|
+
export { typescale4Xl } from './typescale4Xl';
|
|
12
|
+
export { typescale5Xl } from './typescale5Xl';
|
|
13
13
|
export { typescaleLg } from './typescaleLg';
|
|
14
14
|
export { typescaleMd } from './typescaleMd';
|
|
15
15
|
export { typescaleSm } from './typescaleSm';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const typescale3Xl = "clamp(1.8rem, 2.41vw + 1.32rem, 4.21rem)";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const typescale4Xl = "clamp(2.03rem, 3.58vw + 1.31rem, 5.61rem)";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const typescale5Xl = "clamp(2.28rem, 5.2vw + 1.24rem, 7.48rem)";
|
|
@@ -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,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,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 };
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cjs');
|
|
4
|
-
var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
|
|
5
|
-
var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
|
|
6
|
-
|
|
7
|
-
const proseDisplayLgStyle = {
|
|
8
|
-
font: `normal normal ${fontWeightNormal.fontWeightNormal} clamp(2.28rem, 5.2vw + 1.24rem, 7.48rem) / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
exports.proseDisplayLgStyle = proseDisplayLgStyle;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cjs');
|
|
4
|
-
var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
|
|
5
|
-
var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
|
|
6
|
-
|
|
7
|
-
const proseDisplayMdStyle = {
|
|
8
|
-
font: `normal normal ${fontWeightNormal.fontWeightNormal} clamp(2.03rem, 3.58vw + 1.31rem, 5.61rem) / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
exports.proseDisplayMdStyle = proseDisplayMdStyle;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cjs');
|
|
4
|
-
var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
|
|
5
|
-
var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
|
|
6
|
-
|
|
7
|
-
const proseDisplaySmStyle = {
|
|
8
|
-
font: `normal normal ${fontWeightNormal.fontWeightNormal} clamp(1.8rem, 2.41vw + 1.32rem, 4.21rem) / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
9
|
-
};
|
|
10
|
-
|
|
11
|
-
exports.proseDisplaySmStyle = proseDisplaySmStyle;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const fontSizeDisplayLarge = "clamp(2.28rem, 5.2vw + 1.24rem, 7.48rem)";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const fontSizeDisplayMedium = "clamp(2.03rem, 3.58vw + 1.31rem, 5.61rem)";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const fontSizeDisplaySmall = "clamp(1.8rem, 2.41vw + 1.32rem, 4.21rem)";
|