@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
@@ -1,14 +1,14 @@
1
1
  'use strict';
2
2
 
3
- var fontSizeDisplayLarge = require('../fontSizeDisplayLarge.cjs');
4
- var fontSizeDisplayMedium = require('../fontSizeDisplayMedium.cjs');
5
- var fontSizeDisplaySmall = require('../fontSizeDisplaySmall.cjs');
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: fontSizeDisplaySmall.fontSizeDisplaySmall,
10
- medium: fontSizeDisplayMedium.fontSizeDisplayMedium,
11
- large: fontSizeDisplayLarge.fontSizeDisplayLarge,
9
+ small: typescale3Xl.typescale3Xl,
10
+ medium: typescale4Xl.typescale4Xl,
11
+ large: typescale5Xl.typescale5Xl,
12
12
  };
13
13
 
14
14
  exports.fontSizeDisplay = fontSizeDisplay;
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ var typescale3Xl$1 = require('../tokens/dist/esm/font/size/typescale3Xl.cjs');
4
+
5
+ const typescale3Xl = typescale3Xl$1.typescale3Xl;
6
+
7
+ exports.typescale3Xl = typescale3Xl;
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ var typescale4Xl$1 = require('../tokens/dist/esm/font/size/typescale4Xl.cjs');
4
+
5
+ const typescale4Xl = typescale4Xl$1.typescale4Xl;
6
+
7
+ exports.typescale4Xl = typescale4Xl;
@@ -0,0 +1,7 @@
1
+ 'use strict';
2
+
3
+ var typescale5Xl$1 = require('../tokens/dist/esm/font/size/typescale5Xl.cjs');
4
+
5
+ const typescale5Xl = typescale5Xl$1.typescale5Xl;
6
+
7
+ exports.typescale5Xl = typescale5Xl;
@@ -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;
@@ -3,73 +3,73 @@
3
3
  const palette = {
4
4
  light: {
5
5
  green: {
6
- '950': 'hsl(115, 77.5%, 27.8%)',
7
- '50a': 'hsla(115, 77.5%, 27.8%, 0.100)',
8
- '100a': 'hsla(115, 77.5%, 27.8%, 0.180)',
9
- '600a': 'hsla(115, 77.5%, 27.8%, 0.600)'},
6
+ '950': 'hsl(115 77.5% 27.8%)',
7
+ '50a': 'hsl(115 77.5% 27.8% / 0.1)',
8
+ '100a': 'hsl(115 77.5% 27.8% / 0.18)',
9
+ '600a': 'hsl(115 77.5% 27.8% / 0.6)'},
10
10
  red: {
11
- '950': 'hsl(357, 78%, 41%)',
12
- '50a': 'hsla(357, 78%, 41%, 0.100)',
13
- '100a': 'hsla(357, 78%, 41%, 0.180)',
14
- '600a': 'hsla(357, 78%, 41%, 0.600)'},
11
+ '950': 'hsl(357 78% 41%)',
12
+ '50a': 'hsl(357 78% 41% / 0.1)',
13
+ '100a': 'hsl(357 78% 41% / 0.18)',
14
+ '600a': 'hsl(357 78% 41% / 0.6)'},
15
15
  yellow: {
16
- '950': 'hsl(28, 97.7%, 34.1%)',
17
- '50a': 'hsla(28, 97.7%, 34.1%, 0.100)',
18
- '100a': 'hsla(28, 97.7%, 34.1%, 0.180)',
19
- '600a': 'hsla(28, 97.7%, 34.1%, 0.600)'},
16
+ '950': 'hsl(28 97.7% 34.1%)',
17
+ '50a': 'hsl(28 97.7% 34.1% / 0.1)',
18
+ '100a': 'hsl(28 97.7% 34.1% / 0.18)',
19
+ '600a': 'hsl(28 97.7% 34.1% / 0.6)'},
20
20
  blue: {
21
- '950': 'hsl(228, 83.2%, 51%)',
22
- '50a': 'hsla(228, 83.2%, 51%, 0.100)',
23
- '100a': 'hsla(228, 83.2%, 51%, 0.180)',
24
- '600a': 'hsla(228, 83.2%, 51%, 0.600)'},
21
+ '950': 'hsl(228 83.2% 51%)',
22
+ '50a': 'hsl(228 83.2% 51% / 0.1)',
23
+ '100a': 'hsl(228 83.2% 51% / 0.18)',
24
+ '600a': 'hsl(228 83.2% 51% / 0.6)'},
25
25
  grey: {
26
- '50': 'hsl(240, 10%, 95%)',
27
- '950': 'hsl(225, 66.7%, 1.2%)',
28
- '50a': 'hsla(234, 9.8%, 60%, 0.060)',
29
- '100a': 'hsla(240, 5%, 70%, 0.148)',
30
- '200a': 'hsla(236, 6.5%, 42%, 0.236)',
31
- '300a': 'hsla(234, 6%, 32.9%, 0.324)',
32
- '500a': 'hsla(240, 5.3%, 14.9%, 0.500)',
33
- '600a': 'hsla(240, 6.1%, 7%, 0.600)',
34
- '700a': 'hsla(240, 7.1%, 11%, 0.700)',
35
- '800a': 'hsla(240, 8.7%, 9%, 0.800)'},
26
+ '50': 'hsl(240 10% 95%)',
27
+ '950': 'hsl(225 66.7% 1.2%)',
28
+ '50a': 'hsl(234 9.8% 60% / 0.06)',
29
+ '100a': 'hsl(240 5% 70% / 0.148)',
30
+ '200a': 'hsl(236 6.5% 42% / 0.236)',
31
+ '300a': 'hsl(234 6% 32.9% / 0.324)',
32
+ '500a': 'hsl(240 5.3% 14.9% / 0.5)',
33
+ '600a': 'hsl(240 6.1% 7% / 0.6)',
34
+ '700a': 'hsl(240 7.1% 11% / 0.7)',
35
+ '800a': 'hsl(240 8.7% 9% / 0.8)'},
36
36
  },
37
37
  dark: {
38
38
  green: {
39
- '950': 'hsl(157, 84.9%, 41.6%)',
40
- '50a': 'hsla(157, 84.9%, 41.6%, 0.100)',
41
- '100a': 'hsla(157, 84.9%, 41.6%, 0.180)',
42
- '200a': 'hsla(157, 84.9%, 41.6%, 0.260)',
43
- '600a': 'hsla(157, 84.9%, 41.6%, 0.600)'},
39
+ '950': 'hsl(157 84.9% 41.6%)',
40
+ '50a': 'hsl(157 84.9% 41.6% / 0.1)',
41
+ '100a': 'hsl(157 84.9% 41.6% / 0.18)',
42
+ '200a': 'hsl(157 84.9% 41.6% / 0.26)',
43
+ '600a': 'hsl(157 84.9% 41.6% / 0.6)'},
44
44
  red: {
45
- '950': 'hsl(0, 96.9%, 62%)',
46
- '50a': 'hsla(0, 96.9%, 62%, 0.100)',
47
- '100a': 'hsla(0, 96.9%, 62%, 0.180)',
48
- '200a': 'hsla(0, 96.9%, 62%, 0.260)',
49
- '600a': 'hsla(0, 96.9%, 62%, 0.600)'},
45
+ '950': 'hsl(0 96.9% 62%)',
46
+ '50a': 'hsl(0 96.9% 62% / 0.1)',
47
+ '100a': 'hsl(0 96.9% 62% / 0.18)',
48
+ '200a': 'hsl(0 96.9% 62% / 0.26)',
49
+ '600a': 'hsl(0 96.9% 62% / 0.6)'},
50
50
  yellow: {
51
- '950': 'hsl(28, 90.2%, 56.1%)',
52
- '50a': 'hsla(28, 90.2%, 56.1%, 0.100)',
53
- '100a': 'hsla(28, 90.2%, 56.1%, 0.180)',
54
- '200a': 'hsla(28, 90.2%, 56.1%, 0.260)',
55
- '600a': 'hsla(28, 90.2%, 56.1%, 0.600)'},
51
+ '950': 'hsl(28 90.2% 56.1%)',
52
+ '50a': 'hsl(28 90.2% 56.1% / 0.1)',
53
+ '100a': 'hsl(28 90.2% 56.1% / 0.18)',
54
+ '200a': 'hsl(28 90.2% 56.1% / 0.26)',
55
+ '600a': 'hsl(28 90.2% 56.1% / 0.6)'},
56
56
  blue: {
57
- '950': 'hsl(210, 100%, 54.5%)',
58
- '50a': 'hsla(210, 100%, 54.5%, 0.100)',
59
- '100a': 'hsla(210, 100%, 54.5%, 0.180)',
60
- '200a': 'hsla(210, 100%, 54.5%, 0.260)',
61
- '600a': 'hsla(210, 100%, 54.5%, 0.600)'},
57
+ '950': 'hsl(210 100% 54.5%)',
58
+ '50a': 'hsl(210 100% 54.5% / 0.1)',
59
+ '100a': 'hsl(210 100% 54.5% / 0.18)',
60
+ '200a': 'hsl(210 100% 54.5% / 0.26)',
61
+ '600a': 'hsl(210 100% 54.5% / 0.6)'},
62
62
  grey: {
63
- '50': 'hsl(225, 66.7%, 1.2%)',
64
- '100': 'hsl(240, 2%, 10%)',
65
- '950': 'hsl(225, 100%, 99%)',
66
- '100a': 'hsla(240, 3.7%, 26.5%, 0.154)',
67
- '200a': 'hsla(240, 2%, 43%, 0.228)',
68
- '300a': 'hsla(240, 1.5%, 61.8%, 0.302)',
69
- '500a': 'hsla(240, 12.5%, 96.9%, 0.450)',
70
- '600a': 'hsla(240, 12.5%, 96.9%, 0.560)',
71
- '700a': 'hsla(240, 12.5%, 96.9%, 0.670)',
72
- '800a': 'hsla(240, 12.5%, 96.9%, 0.780)'},
63
+ '50': 'hsl(225 66.7% 1.2%)',
64
+ '100': 'hsl(240 2% 10%)',
65
+ '950': 'hsl(225 100% 99%)',
66
+ '100a': 'hsl(240 3.7% 26.5% / 0.154)',
67
+ '200a': 'hsl(240 2% 43% / 0.228)',
68
+ '300a': 'hsl(240 1.5% 61.8% / 0.302)',
69
+ '500a': 'hsl(240 12.5% 96.9% / 0.45)',
70
+ '600a': 'hsl(240 12.5% 96.9% / 0.56)',
71
+ '700a': 'hsl(240 12.5% 96.9% / 0.67)',
72
+ '800a': 'hsl(240 12.5% 96.9% / 0.78)'},
73
73
  },
74
74
  };
75
75
 
@@ -0,0 +1,5 @@
1
+ 'use strict';
2
+
3
+ const typescale3Xl = 'clamp(1.8rem, 2.41vw + 1.32rem, 4.21rem)';
4
+
5
+ exports.typescale3Xl = typescale3Xl;
@@ -0,0 +1,5 @@
1
+ 'use strict';
2
+
3
+ const typescale4Xl = 'clamp(2.03rem, 3.58vw + 1.31rem, 5.61rem)';
4
+
5
+ exports.typescale4Xl = typescale4Xl;
@@ -0,0 +1,5 @@
1
+ 'use strict';
2
+
3
+ const typescale5Xl = 'clamp(2.28rem, 5.2vw + 1.24rem, 7.48rem)';
4
+
5
+ exports.typescale5Xl = typescale5Xl;
@@ -1,5 +1,5 @@
1
1
  'use strict';
2
2
 
3
- const typescaleXs = 'clamp(0.81rem, 0.23vw + 0.77rem, 0.88rem)';
3
+ const typescaleXs = '.875rem';
4
4
 
5
5
  exports.typescaleXs = typescaleXs;
@@ -1,11 +1,11 @@
1
1
  'use strict';
2
2
 
3
- var fontSizeDisplayLarge = require('../../../font/fontSizeDisplayLarge.cjs');
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 proseDisplayLg instead. */
6
+ /** @deprecated since v4.0.0, will be removed with next major release. Use proseHeading5XlStyle instead. */
7
7
  const displayLargeStyle = {
8
- font: `${displayShared._displayFontPartA}${fontSizeDisplayLarge.fontSizeDisplayLarge}${displayShared._displayFontPartB}`,
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 fontSizeDisplayMedium = require('../../../font/fontSizeDisplayMedium.cjs');
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 proseDisplayMd instead. */
6
+ /** @deprecated since v4.0.0, will be removed with next major release. Use proseHeading4XlStyle instead. */
7
7
  const displayMediumStyle = {
8
- font: `${displayShared._displayFontPartA}${fontSizeDisplayMedium.fontSizeDisplayMedium}${displayShared._displayFontPartB}`,
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 fontSizeDisplaySmall = require('../../../font/fontSizeDisplaySmall.cjs');
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 proseDisplaySm instead. */
6
+ /** @deprecated since v4.0.0, will be removed with next major release. Use proseHeading3XlStyle instead. */
7
7
  const displaySmallStyle = {
8
- font: `${displayShared._displayFontPartA}${fontSizeDisplaySmall.fontSizeDisplaySmall}${displayShared._displayFontPartB}`,
8
+ font: `${displayShared._displayFontPartA}${typescale3Xl.typescale3Xl}${displayShared._displayFontPartB}`,
9
9
  };
10
10
 
11
11
  exports.displaySmallStyle = displaySmallStyle;
@@ -1,13 +1,11 @@
1
1
  'use strict';
2
2
 
3
3
  var fontSizeTextLarge = require('../../../font/deprecated/fontSizeTextLarge.cjs');
4
- var fontHyphenationStyle = require('../../../font/fontHyphenationStyle.cjs');
5
4
  var textShared = require('./textShared.cjs');
6
5
 
7
6
  /** @deprecated since v4.0.0, will be removed with next major release. Use proseTextLg instead. */
8
7
  const textLargeStyle = {
9
8
  font: `${textShared._textFontPartA}${fontSizeTextLarge.fontSizeTextLarge}${textShared._textFontPartB}`,
10
- ...fontHyphenationStyle.fontHyphenationStyle,
11
9
  };
12
10
 
13
11
  exports.textLargeStyle = textLargeStyle;
@@ -1,13 +1,11 @@
1
1
  'use strict';
2
2
 
3
3
  var fontSizeTextMedium = require('../../../font/deprecated/fontSizeTextMedium.cjs');
4
- var fontHyphenationStyle = require('../../../font/fontHyphenationStyle.cjs');
5
4
  var textShared = require('./textShared.cjs');
6
5
 
7
6
  /** @deprecated since v4.0.0, will be removed with next major release. Use proseTextMd instead. */
8
7
  const textMediumStyle = {
9
8
  font: `${textShared._textFontPartA}${fontSizeTextMedium.fontSizeTextMedium}${textShared._textFontPartB}`,
10
- ...fontHyphenationStyle.fontHyphenationStyle,
11
9
  };
12
10
 
13
11
  exports.textMediumStyle = textMediumStyle;
@@ -1,13 +1,11 @@
1
1
  'use strict';
2
2
 
3
3
  var fontSizeTextSmall = require('../../../font/deprecated/fontSizeTextSmall.cjs');
4
- var fontHyphenationStyle = require('../../../font/fontHyphenationStyle.cjs');
5
4
  var textShared = require('./textShared.cjs');
6
5
 
7
6
  /** @deprecated since v4.0.0, will be removed with next major release. Use proseTextSm instead. */
8
7
  const textSmallStyle = {
9
8
  font: `${textShared._textFontPartA}${fontSizeTextSmall.fontSizeTextSmall}${textShared._textFontPartB}`,
10
- ...fontHyphenationStyle.fontHyphenationStyle,
11
9
  };
12
10
 
13
11
  exports.textSmallStyle = textSmallStyle;
@@ -1,13 +1,11 @@
1
1
  'use strict';
2
2
 
3
3
  var fontSizeTextXLarge = require('../../../font/deprecated/fontSizeTextXLarge.cjs');
4
- var fontHyphenationStyle = require('../../../font/fontHyphenationStyle.cjs');
5
4
  var textShared = require('./textShared.cjs');
6
5
 
7
6
  /** @deprecated since v4.0.0, will be removed with next major release. Use proseTextXl instead. */
8
7
  const textXLargeStyle = {
9
8
  font: `${textShared._textFontPartA}${fontSizeTextXLarge.fontSizeTextXLarge}${textShared._textFontPartB}`,
10
- ...fontHyphenationStyle.fontHyphenationStyle,
11
9
  };
12
10
 
13
11
  exports.textXLargeStyle = textXLargeStyle;
@@ -1,13 +1,11 @@
1
1
  'use strict';
2
2
 
3
3
  var fontSizeTextXSmall = require('../../../font/deprecated/fontSizeTextXSmall.cjs');
4
- var fontHyphenationStyle = require('../../../font/fontHyphenationStyle.cjs');
5
4
  var textShared = require('./textShared.cjs');
6
5
 
7
6
  /** @deprecated since v4.0.0, will be removed with next major release. Use proseTextXs instead. */
8
7
  const textXSmallStyle = {
9
8
  font: `${textShared._textFontPartA}${fontSizeTextXSmall.fontSizeTextXSmall}${textShared._textFontPartB}`,
10
- ...fontHyphenationStyle.fontHyphenationStyle,
11
9
  };
12
10
 
13
11
  exports.textXSmallStyle = textXSmallStyle;
@@ -1,13 +1,11 @@
1
1
  'use strict';
2
2
 
3
3
  var fontSizeTextXXSmall = require('../../../font/deprecated/fontSizeTextXXSmall.cjs');
4
- var fontHyphenationStyle = require('../../../font/fontHyphenationStyle.cjs');
5
4
  var textShared = require('./textShared.cjs');
6
5
 
7
6
  /** @deprecated since v4.0.0, will be removed with next major release. Use proseText2Xs instead. */
8
7
  const textXXSmallStyle = {
9
8
  font: `${textShared._textFontPartA}${fontSizeTextXXSmall.fontSizeTextXXSmall}${textShared._textFontPartB}`,
10
- ...fontHyphenationStyle.fontHyphenationStyle,
11
9
  };
12
10
 
13
11
  exports.textXXSmallStyle = textXXSmallStyle;
@@ -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 fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
6
+ var fontWeightSemibold = require('../tokens/dist/esm/font/weight/fontWeightSemibold.cjs');
7
7
 
8
8
  const proseHeadingSmStyle = {
9
- font: `normal normal ${fontWeightNormal.fontWeightNormal} ${typescaleSm.typescaleSm} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
9
+ font: `normal normal ${fontWeightSemibold.fontWeightSemibold} ${typescaleSm.typescaleSm} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
10
10
  };
11
11
 
12
12
  exports.proseHeadingSmStyle = proseHeadingSmStyle;
@@ -4,11 +4,9 @@ var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cj
4
4
  var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
5
5
  var typescale2Xs = require('../tokens/dist/esm/font/size/typescale2Xs.cjs');
6
6
  var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
7
- var fontHyphenationStyle = require('../font/fontHyphenationStyle.cjs');
8
7
 
9
8
  const proseText2XsStyle = {
10
9
  font: `normal normal ${fontWeightNormal.fontWeightNormal} ${typescale2Xs.typescale2Xs} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
11
- ...fontHyphenationStyle.fontHyphenationStyle,
12
10
  };
13
11
 
14
12
  exports.proseText2XsStyle = proseText2XsStyle;
@@ -4,11 +4,9 @@ var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cj
4
4
  var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
5
5
  var typescaleLg = require('../tokens/dist/esm/font/size/typescaleLg.cjs');
6
6
  var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
7
- var fontHyphenationStyle = require('../font/fontHyphenationStyle.cjs');
8
7
 
9
8
  const proseTextLgStyle = {
10
9
  font: `normal normal ${fontWeightNormal.fontWeightNormal} ${typescaleLg.typescaleLg} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
11
- ...fontHyphenationStyle.fontHyphenationStyle,
12
10
  };
13
11
 
14
12
  exports.proseTextLgStyle = proseTextLgStyle;
@@ -4,11 +4,9 @@ var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cj
4
4
  var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
5
5
  var typescaleMd = require('../tokens/dist/esm/font/size/typescaleMd.cjs');
6
6
  var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
7
- var fontHyphenationStyle = require('../font/fontHyphenationStyle.cjs');
8
7
 
9
8
  const proseTextMdStyle = {
10
9
  font: `normal normal ${fontWeightNormal.fontWeightNormal} ${typescaleMd.typescaleMd} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
11
- ...fontHyphenationStyle.fontHyphenationStyle,
12
10
  };
13
11
 
14
12
  exports.proseTextMdStyle = proseTextMdStyle;
@@ -4,11 +4,9 @@ var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cj
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
6
  var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
7
- var fontHyphenationStyle = require('../font/fontHyphenationStyle.cjs');
8
7
 
9
8
  const proseTextSmStyle = {
10
9
  font: `normal normal ${fontWeightNormal.fontWeightNormal} ${typescaleSm.typescaleSm} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
11
- ...fontHyphenationStyle.fontHyphenationStyle,
12
10
  };
13
11
 
14
12
  exports.proseTextSmStyle = proseTextSmStyle;
@@ -4,11 +4,9 @@ var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cj
4
4
  var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
5
5
  var typescaleXl = require('../tokens/dist/esm/font/size/typescaleXl.cjs');
6
6
  var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
7
- var fontHyphenationStyle = require('../font/fontHyphenationStyle.cjs');
8
7
 
9
8
  const proseTextXlStyle = {
10
9
  font: `normal normal ${fontWeightNormal.fontWeightNormal} ${typescaleXl.typescaleXl} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
11
- ...fontHyphenationStyle.fontHyphenationStyle,
12
10
  };
13
11
 
14
12
  exports.proseTextXlStyle = proseTextXlStyle;
@@ -4,11 +4,9 @@ var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cj
4
4
  var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
5
5
  var typescaleXs = require('../tokens/dist/esm/font/size/typescaleXs.cjs');
6
6
  var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
7
- var fontHyphenationStyle = require('../font/fontHyphenationStyle.cjs');
8
7
 
9
8
  const proseTextXsStyle = {
10
9
  font: `normal normal ${fontWeightNormal.fontWeightNormal} ${typescaleXs.typescaleXs} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
11
- ...fontHyphenationStyle.fontHyphenationStyle,
12
10
  };
13
11
 
14
12
  exports.proseTextXsStyle = proseTextXsStyle;
@@ -1,12 +1,12 @@
1
- import { fontSizeDisplayLarge } from '../fontSizeDisplayLarge.mjs';
2
- import { fontSizeDisplayMedium } from '../fontSizeDisplayMedium.mjs';
3
- import { fontSizeDisplaySmall } from '../fontSizeDisplaySmall.mjs';
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: fontSizeDisplaySmall,
8
- medium: fontSizeDisplayMedium,
9
- large: fontSizeDisplayLarge,
7
+ small: typescale3Xl,
8
+ medium: typescale4Xl,
9
+ large: typescale5Xl,
10
10
  };
11
11
 
12
12
  export { fontSizeDisplay };
@@ -1,2 +1,2 @@
1
1
  /** @deprecated since v4.0.0, will be removed with next major release. Use typescaleXs instead. */
2
- export declare const fontSizeTextXSmall = "clamp(0.81rem, 0.23vw + 0.77rem, 0.88rem)";
2
+ export declare const fontSizeTextXSmall = ".875rem";
@@ -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,5 @@
1
+ import { typescale3Xl as typescale3Xl$1 } from '../tokens/dist/esm/font/size/typescale3Xl.mjs';
2
+
3
+ const typescale3Xl = typescale3Xl$1;
4
+
5
+ export { typescale3Xl };
@@ -0,0 +1 @@
1
+ export declare const typescale4Xl = "clamp(2.03rem, 3.58vw + 1.31rem, 5.61rem)";