@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.
Files changed (109) hide show
  1. package/CHANGELOG.md +334 -1
  2. package/OSS_NOTICE +1649 -5178
  3. package/fesm2022/porsche-design-system-components-angular.mjs +17 -10
  4. package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
  5. package/global-styles/cn/index.css +157 -159
  6. package/global-styles/color-scheme.css +95 -95
  7. package/global-styles/index.css +157 -159
  8. package/global-styles/variables.css +62 -64
  9. package/package.json +6 -2
  10. package/tailwindcss/index.css +170 -158
  11. package/types/porsche-design-system-components-angular.d.ts +356 -149
  12. package/vanilla-extract/cjs/font/deprecated/fontSizeDisplay.cjs +6 -6
  13. package/vanilla-extract/cjs/font/typescale3Xl.cjs +7 -0
  14. package/vanilla-extract/cjs/font/typescale4Xl.cjs +7 -0
  15. package/vanilla-extract/cjs/font/typescale5Xl.cjs +7 -0
  16. package/vanilla-extract/cjs/index.cjs +12 -12
  17. package/vanilla-extract/cjs/tokens/dist/esm/color/palette.cjs +56 -56
  18. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale3Xl.cjs +5 -0
  19. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale4Xl.cjs +5 -0
  20. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale5Xl.cjs +5 -0
  21. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleXs.cjs +1 -1
  22. package/vanilla-extract/cjs/typography/deprecated/display/displayLargeStyle.cjs +3 -3
  23. package/vanilla-extract/cjs/typography/deprecated/display/displayMediumStyle.cjs +3 -3
  24. package/vanilla-extract/cjs/typography/deprecated/display/displaySmallStyle.cjs +3 -3
  25. package/vanilla-extract/cjs/typography/deprecated/text/textLargeStyle.cjs +0 -2
  26. package/vanilla-extract/cjs/typography/deprecated/text/textMediumStyle.cjs +0 -2
  27. package/vanilla-extract/cjs/typography/deprecated/text/textSmallStyle.cjs +0 -2
  28. package/vanilla-extract/cjs/typography/deprecated/text/textXLargeStyle.cjs +0 -2
  29. package/vanilla-extract/cjs/typography/deprecated/text/textXSmallStyle.cjs +0 -2
  30. package/vanilla-extract/cjs/typography/deprecated/text/textXXSmallStyle.cjs +0 -2
  31. package/vanilla-extract/cjs/typography/proseHeading3XlStyle.cjs +12 -0
  32. package/vanilla-extract/cjs/typography/proseHeading4XlStyle.cjs +12 -0
  33. package/vanilla-extract/cjs/typography/proseHeading5XlStyle.cjs +12 -0
  34. package/vanilla-extract/cjs/typography/proseHeadingSmStyle.cjs +2 -2
  35. package/vanilla-extract/cjs/typography/proseText2XsStyle.cjs +0 -2
  36. package/vanilla-extract/cjs/typography/proseTextLgStyle.cjs +0 -2
  37. package/vanilla-extract/cjs/typography/proseTextMdStyle.cjs +0 -2
  38. package/vanilla-extract/cjs/typography/proseTextSmStyle.cjs +0 -2
  39. package/vanilla-extract/cjs/typography/proseTextXlStyle.cjs +0 -2
  40. package/vanilla-extract/cjs/typography/proseTextXsStyle.cjs +0 -2
  41. package/vanilla-extract/esm/font/deprecated/fontSizeDisplay.mjs +6 -6
  42. package/vanilla-extract/esm/font/deprecated/fontSizeTextXSmall.d.ts +1 -1
  43. package/vanilla-extract/esm/font/index.d.ts +3 -3
  44. package/vanilla-extract/esm/font/typescale3Xl.d.ts +1 -0
  45. package/vanilla-extract/esm/font/typescale3Xl.mjs +5 -0
  46. package/vanilla-extract/esm/font/typescale4Xl.d.ts +1 -0
  47. package/vanilla-extract/esm/font/typescale4Xl.mjs +5 -0
  48. package/vanilla-extract/esm/font/typescale5Xl.d.ts +1 -0
  49. package/vanilla-extract/esm/font/typescale5Xl.mjs +5 -0
  50. package/vanilla-extract/esm/font/typescaleXs.d.ts +1 -1
  51. package/vanilla-extract/esm/index.mjs +6 -6
  52. package/vanilla-extract/esm/tokens/dist/esm/color/palette.mjs +56 -56
  53. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale3Xl.mjs +3 -0
  54. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale4Xl.mjs +3 -0
  55. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale5Xl.mjs +3 -0
  56. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleXs.mjs +1 -1
  57. package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.d.ts +1 -1
  58. package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.mjs +3 -3
  59. package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.d.ts +1 -1
  60. package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.mjs +3 -3
  61. package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.d.ts +1 -1
  62. package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.mjs +3 -3
  63. package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.d.ts +0 -2
  64. package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.mjs +0 -2
  65. package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.d.ts +0 -2
  66. package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.mjs +0 -2
  67. package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.d.ts +0 -2
  68. package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.mjs +0 -2
  69. package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.d.ts +0 -2
  70. package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.mjs +0 -2
  71. package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.d.ts +1 -3
  72. package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.mjs +0 -2
  73. package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.d.ts +0 -2
  74. package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.mjs +0 -2
  75. package/vanilla-extract/esm/typography/index.d.ts +3 -3
  76. package/vanilla-extract/esm/typography/proseHeading3XlStyle.d.ts +3 -0
  77. package/vanilla-extract/esm/typography/{proseDisplayMdStyle.mjs → proseHeading3XlStyle.mjs} +4 -3
  78. package/vanilla-extract/esm/typography/proseHeading4XlStyle.d.ts +3 -0
  79. package/vanilla-extract/esm/typography/{proseDisplaySmStyle.mjs → proseHeading4XlStyle.mjs} +4 -3
  80. package/vanilla-extract/esm/typography/proseHeading5XlStyle.d.ts +3 -0
  81. package/vanilla-extract/esm/typography/{proseDisplayLgStyle.mjs → proseHeading5XlStyle.mjs} +4 -3
  82. package/vanilla-extract/esm/typography/proseHeadingSmStyle.mjs +2 -2
  83. package/vanilla-extract/esm/typography/proseText2XsStyle.d.ts +0 -2
  84. package/vanilla-extract/esm/typography/proseText2XsStyle.mjs +0 -2
  85. package/vanilla-extract/esm/typography/proseTextLgStyle.d.ts +0 -2
  86. package/vanilla-extract/esm/typography/proseTextLgStyle.mjs +0 -2
  87. package/vanilla-extract/esm/typography/proseTextMdStyle.d.ts +0 -2
  88. package/vanilla-extract/esm/typography/proseTextMdStyle.mjs +0 -2
  89. package/vanilla-extract/esm/typography/proseTextSmStyle.d.ts +0 -2
  90. package/vanilla-extract/esm/typography/proseTextSmStyle.mjs +0 -2
  91. package/vanilla-extract/esm/typography/proseTextXlStyle.d.ts +0 -2
  92. package/vanilla-extract/esm/typography/proseTextXlStyle.mjs +0 -2
  93. package/vanilla-extract/esm/typography/proseTextXsStyle.d.ts +0 -2
  94. package/vanilla-extract/esm/typography/proseTextXsStyle.mjs +0 -2
  95. package/vanilla-extract/cjs/font/fontSizeDisplayLarge.cjs +0 -5
  96. package/vanilla-extract/cjs/font/fontSizeDisplayMedium.cjs +0 -5
  97. package/vanilla-extract/cjs/font/fontSizeDisplaySmall.cjs +0 -5
  98. package/vanilla-extract/cjs/typography/proseDisplayLgStyle.cjs +0 -11
  99. package/vanilla-extract/cjs/typography/proseDisplayMdStyle.cjs +0 -11
  100. package/vanilla-extract/cjs/typography/proseDisplaySmStyle.cjs +0 -11
  101. package/vanilla-extract/esm/font/fontSizeDisplayLarge.d.ts +0 -1
  102. package/vanilla-extract/esm/font/fontSizeDisplayLarge.mjs +0 -3
  103. package/vanilla-extract/esm/font/fontSizeDisplayMedium.d.ts +0 -1
  104. package/vanilla-extract/esm/font/fontSizeDisplayMedium.mjs +0 -3
  105. package/vanilla-extract/esm/font/fontSizeDisplaySmall.d.ts +0 -1
  106. package/vanilla-extract/esm/font/fontSizeDisplaySmall.mjs +0 -3
  107. package/vanilla-extract/esm/typography/proseDisplayLgStyle.d.ts +0 -3
  108. package/vanilla-extract/esm/typography/proseDisplayMdStyle.d.ts +0 -3
  109. package/vanilla-extract/esm/typography/proseDisplaySmStyle.d.ts +0 -3
@@ -0,0 +1,5 @@
1
+ import { typescale4Xl as typescale4Xl$1 } from '../tokens/dist/esm/font/size/typescale4Xl.mjs';
2
+
3
+ const typescale4Xl = typescale4Xl$1;
4
+
5
+ export { typescale4Xl };
@@ -0,0 +1 @@
1
+ export declare const typescale5Xl = "clamp(2.28rem, 5.2vw + 1.24rem, 7.48rem)";
@@ -0,0 +1,5 @@
1
+ import { typescale5Xl as typescale5Xl$1 } from '../tokens/dist/esm/font/size/typescale5Xl.mjs';
2
+
3
+ const typescale5Xl = typescale5Xl$1;
4
+
5
+ export { typescale5Xl };
@@ -1 +1 @@
1
- export declare const typescaleXs = "clamp(0.81rem, 0.23vw + 0.77rem, 0.88rem)";
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, 77.5%, 27.8%)',
5
- '50a': 'hsla(115, 77.5%, 27.8%, 0.100)',
6
- '100a': 'hsla(115, 77.5%, 27.8%, 0.180)',
7
- '600a': 'hsla(115, 77.5%, 27.8%, 0.600)'},
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, 78%, 41%)',
10
- '50a': 'hsla(357, 78%, 41%, 0.100)',
11
- '100a': 'hsla(357, 78%, 41%, 0.180)',
12
- '600a': 'hsla(357, 78%, 41%, 0.600)'},
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, 97.7%, 34.1%)',
15
- '50a': 'hsla(28, 97.7%, 34.1%, 0.100)',
16
- '100a': 'hsla(28, 97.7%, 34.1%, 0.180)',
17
- '600a': 'hsla(28, 97.7%, 34.1%, 0.600)'},
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, 83.2%, 51%)',
20
- '50a': 'hsla(228, 83.2%, 51%, 0.100)',
21
- '100a': 'hsla(228, 83.2%, 51%, 0.180)',
22
- '600a': 'hsla(228, 83.2%, 51%, 0.600)'},
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, 10%, 95%)',
25
- '950': 'hsl(225, 66.7%, 1.2%)',
26
- '50a': 'hsla(234, 9.8%, 60%, 0.060)',
27
- '100a': 'hsla(240, 5%, 70%, 0.148)',
28
- '200a': 'hsla(236, 6.5%, 42%, 0.236)',
29
- '300a': 'hsla(234, 6%, 32.9%, 0.324)',
30
- '500a': 'hsla(240, 5.3%, 14.9%, 0.500)',
31
- '600a': 'hsla(240, 6.1%, 7%, 0.600)',
32
- '700a': 'hsla(240, 7.1%, 11%, 0.700)',
33
- '800a': 'hsla(240, 8.7%, 9%, 0.800)'},
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, 84.9%, 41.6%)',
38
- '50a': 'hsla(157, 84.9%, 41.6%, 0.100)',
39
- '100a': 'hsla(157, 84.9%, 41.6%, 0.180)',
40
- '200a': 'hsla(157, 84.9%, 41.6%, 0.260)',
41
- '600a': 'hsla(157, 84.9%, 41.6%, 0.600)'},
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, 96.9%, 62%)',
44
- '50a': 'hsla(0, 96.9%, 62%, 0.100)',
45
- '100a': 'hsla(0, 96.9%, 62%, 0.180)',
46
- '200a': 'hsla(0, 96.9%, 62%, 0.260)',
47
- '600a': 'hsla(0, 96.9%, 62%, 0.600)'},
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, 90.2%, 56.1%)',
50
- '50a': 'hsla(28, 90.2%, 56.1%, 0.100)',
51
- '100a': 'hsla(28, 90.2%, 56.1%, 0.180)',
52
- '200a': 'hsla(28, 90.2%, 56.1%, 0.260)',
53
- '600a': 'hsla(28, 90.2%, 56.1%, 0.600)'},
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, 100%, 54.5%)',
56
- '50a': 'hsla(210, 100%, 54.5%, 0.100)',
57
- '100a': 'hsla(210, 100%, 54.5%, 0.180)',
58
- '200a': 'hsla(210, 100%, 54.5%, 0.260)',
59
- '600a': 'hsla(210, 100%, 54.5%, 0.600)'},
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, 66.7%, 1.2%)',
62
- '100': 'hsl(240, 2%, 10%)',
63
- '950': 'hsl(225, 100%, 99%)',
64
- '100a': 'hsla(240, 3.7%, 26.5%, 0.154)',
65
- '200a': 'hsla(240, 2%, 43%, 0.228)',
66
- '300a': 'hsla(240, 1.5%, 61.8%, 0.302)',
67
- '500a': 'hsla(240, 12.5%, 96.9%, 0.450)',
68
- '600a': 'hsla(240, 12.5%, 96.9%, 0.560)',
69
- '700a': 'hsla(240, 12.5%, 96.9%, 0.670)',
70
- '800a': 'hsla(240, 12.5%, 96.9%, 0.780)'},
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
 
@@ -0,0 +1,3 @@
1
+ const typescale3Xl = 'clamp(1.8rem, 2.41vw + 1.32rem, 4.21rem)';
2
+
3
+ export { typescale3Xl };
@@ -0,0 +1,3 @@
1
+ const typescale4Xl = 'clamp(2.03rem, 3.58vw + 1.31rem, 5.61rem)';
2
+
3
+ export { typescale4Xl };
@@ -0,0 +1,3 @@
1
+ const typescale5Xl = 'clamp(2.28rem, 5.2vw + 1.24rem, 7.48rem)';
2
+
3
+ export { typescale5Xl };
@@ -1,3 +1,3 @@
1
- const typescaleXs = 'clamp(0.81rem, 0.23vw + 0.77rem, 0.88rem)';
1
+ const typescaleXs = '.875rem';
2
2
 
3
3
  export { typescaleXs };
@@ -1,4 +1,4 @@
1
- /** @deprecated since v4.0.0, will be removed with next major release. Use proseDisplayLg instead. */
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 { fontSizeDisplayLarge } from '../../../font/fontSizeDisplayLarge.mjs';
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 proseDisplayLg instead. */
4
+ /** @deprecated since v4.0.0, will be removed with next major release. Use proseHeading5XlStyle instead. */
5
5
  const displayLargeStyle = {
6
- font: `${_displayFontPartA}${fontSizeDisplayLarge}${_displayFontPartB}`,
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 proseDisplayMd instead. */
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 { fontSizeDisplayMedium } from '../../../font/fontSizeDisplayMedium.mjs';
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 proseDisplayMd instead. */
4
+ /** @deprecated since v4.0.0, will be removed with next major release. Use proseHeading4XlStyle instead. */
5
5
  const displayMediumStyle = {
6
- font: `${_displayFontPartA}${fontSizeDisplayMedium}${_displayFontPartB}`,
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 proseDisplaySm instead. */
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 { fontSizeDisplaySmall } from '../../../font/fontSizeDisplaySmall.mjs';
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 proseDisplaySm instead. */
4
+ /** @deprecated since v4.0.0, will be removed with next major release. Use proseHeading3XlStyle instead. */
5
5
  const displaySmallStyle = {
6
- font: `${_displayFontPartA}${fontSizeDisplaySmall}${_displayFontPartB}`,
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 overflowWrap: "break-word";
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';
@@ -0,0 +1,3 @@
1
+ export declare const proseHeading3XlStyle: {
2
+ font: string;
3
+ };
@@ -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 proseDisplayMdStyle = {
6
- font: `normal normal ${fontWeightNormal} clamp(2.03rem, 3.58vw + 1.31rem, 5.61rem) / ${leadingNormal} ${fontPorscheNext}`,
6
+ const proseHeading3XlStyle = {
7
+ font: `normal normal ${fontWeightNormal} ${typescale3Xl} / ${leadingNormal} ${fontPorscheNext}`,
7
8
  };
8
9
 
9
- export { proseDisplayMdStyle };
10
+ export { proseHeading3XlStyle };
@@ -0,0 +1,3 @@
1
+ export declare const proseHeading4XlStyle: {
2
+ font: string;
3
+ };
@@ -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 proseDisplaySmStyle = {
6
- font: `normal normal ${fontWeightNormal} clamp(1.8rem, 2.41vw + 1.32rem, 4.21rem) / ${leadingNormal} ${fontPorscheNext}`,
6
+ const proseHeading4XlStyle = {
7
+ font: `normal normal ${fontWeightNormal} ${typescale4Xl} / ${leadingNormal} ${fontPorscheNext}`,
7
8
  };
8
9
 
9
- export { proseDisplaySmStyle };
10
+ export { proseHeading4XlStyle };
@@ -0,0 +1,3 @@
1
+ export declare const proseHeading5XlStyle: {
2
+ font: string;
3
+ };
@@ -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 proseDisplayLgStyle = {
6
- font: `normal normal ${fontWeightNormal} clamp(2.28rem, 5.2vw + 1.24rem, 7.48rem) / ${leadingNormal} ${fontPorscheNext}`,
6
+ const proseHeading5XlStyle = {
7
+ font: `normal normal ${fontWeightNormal} ${typescale5Xl} / ${leadingNormal} ${fontPorscheNext}`,
7
8
  };
8
9
 
9
- export { proseDisplayLgStyle };
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 { fontWeightNormal } from '../tokens/dist/esm/font/weight/fontWeightNormal.mjs';
4
+ import { fontWeightSemibold } from '../tokens/dist/esm/font/weight/fontWeightSemibold.mjs';
5
5
 
6
6
  const proseHeadingSmStyle = {
7
- font: `normal normal ${fontWeightNormal} ${typescaleSm} / ${leadingNormal} ${fontPorscheNext}`,
7
+ font: `normal normal ${fontWeightSemibold} ${typescaleSm} / ${leadingNormal} ${fontPorscheNext}`,
8
8
  };
9
9
 
10
10
  export { proseHeadingSmStyle };
@@ -1,5 +1,3 @@
1
1
  export declare const proseText2XsStyle: {
2
- overflowWrap: "break-word";
3
- hyphens: "auto";
4
2
  font: string;
5
3
  };
@@ -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 };
@@ -1,5 +1,3 @@
1
1
  export declare const proseTextLgStyle: {
2
- overflowWrap: "break-word";
3
- hyphens: "auto";
4
2
  font: string;
5
3
  };
@@ -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 };
@@ -1,5 +1,3 @@
1
1
  export declare const proseTextMdStyle: {
2
- overflowWrap: "break-word";
3
- hyphens: "auto";
4
2
  font: string;
5
3
  };
@@ -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 };
@@ -1,5 +1,3 @@
1
1
  export declare const proseTextSmStyle: {
2
- overflowWrap: "break-word";
3
- hyphens: "auto";
4
2
  font: string;
5
3
  };
@@ -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 };
@@ -1,5 +1,3 @@
1
1
  export declare const proseTextXlStyle: {
2
- overflowWrap: "break-word";
3
- hyphens: "auto";
4
2
  font: string;
5
3
  };
@@ -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 };
@@ -1,5 +1,3 @@
1
1
  export declare const proseTextXsStyle: {
2
- overflowWrap: "break-word";
3
- hyphens: "auto";
4
2
  font: string;
5
3
  };