@porsche-design-system/components-angular 4.0.0-beta.3 → 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 (53) hide show
  1. package/CHANGELOG.md +41 -0
  2. package/OSS_NOTICE +1649 -5178
  3. package/fesm2022/porsche-design-system-components-angular.mjs +6 -4
  4. package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
  5. package/global-styles/cn/index.css +154 -152
  6. package/global-styles/color-scheme.css +95 -95
  7. package/global-styles/index.css +154 -152
  8. package/global-styles/variables.css +59 -57
  9. package/package.json +2 -2
  10. package/tailwindcss/index.css +151 -154
  11. package/types/porsche-design-system-components-angular.d.ts +24 -3
  12. package/vanilla-extract/cjs/tokens/dist/esm/color/palette.cjs +56 -56
  13. package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleXs.cjs +1 -1
  14. package/vanilla-extract/cjs/typography/deprecated/text/textLargeStyle.cjs +0 -2
  15. package/vanilla-extract/cjs/typography/deprecated/text/textMediumStyle.cjs +0 -2
  16. package/vanilla-extract/cjs/typography/deprecated/text/textSmallStyle.cjs +0 -2
  17. package/vanilla-extract/cjs/typography/deprecated/text/textXLargeStyle.cjs +0 -2
  18. package/vanilla-extract/cjs/typography/deprecated/text/textXSmallStyle.cjs +0 -2
  19. package/vanilla-extract/cjs/typography/deprecated/text/textXXSmallStyle.cjs +0 -2
  20. package/vanilla-extract/cjs/typography/proseText2XsStyle.cjs +0 -2
  21. package/vanilla-extract/cjs/typography/proseTextLgStyle.cjs +0 -2
  22. package/vanilla-extract/cjs/typography/proseTextMdStyle.cjs +0 -2
  23. package/vanilla-extract/cjs/typography/proseTextSmStyle.cjs +0 -2
  24. package/vanilla-extract/cjs/typography/proseTextXlStyle.cjs +0 -2
  25. package/vanilla-extract/cjs/typography/proseTextXsStyle.cjs +0 -2
  26. package/vanilla-extract/esm/font/deprecated/fontSizeTextXSmall.d.ts +1 -1
  27. package/vanilla-extract/esm/font/typescaleXs.d.ts +1 -1
  28. package/vanilla-extract/esm/tokens/dist/esm/color/palette.mjs +56 -56
  29. package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleXs.mjs +1 -1
  30. package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.d.ts +0 -2
  31. package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.mjs +0 -2
  32. package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.d.ts +0 -2
  33. package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.mjs +0 -2
  34. package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.d.ts +0 -2
  35. package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.mjs +0 -2
  36. package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.d.ts +0 -2
  37. package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.mjs +0 -2
  38. package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.d.ts +1 -3
  39. package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.mjs +0 -2
  40. package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.d.ts +0 -2
  41. package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.mjs +0 -2
  42. package/vanilla-extract/esm/typography/proseText2XsStyle.d.ts +0 -2
  43. package/vanilla-extract/esm/typography/proseText2XsStyle.mjs +0 -2
  44. package/vanilla-extract/esm/typography/proseTextLgStyle.d.ts +0 -2
  45. package/vanilla-extract/esm/typography/proseTextLgStyle.mjs +0 -2
  46. package/vanilla-extract/esm/typography/proseTextMdStyle.d.ts +0 -2
  47. package/vanilla-extract/esm/typography/proseTextMdStyle.mjs +0 -2
  48. package/vanilla-extract/esm/typography/proseTextSmStyle.d.ts +0 -2
  49. package/vanilla-extract/esm/typography/proseTextSmStyle.mjs +0 -2
  50. package/vanilla-extract/esm/typography/proseTextXlStyle.d.ts +0 -2
  51. package/vanilla-extract/esm/typography/proseTextXlStyle.mjs +0 -2
  52. package/vanilla-extract/esm/typography/proseTextXsStyle.d.ts +0 -2
  53. package/vanilla-extract/esm/typography/proseTextXsStyle.mjs +0 -2
@@ -11,109 +11,106 @@
11
11
  --color-white: #fff;
12
12
 
13
13
  --color-focus: light-dark(#1a44ea, #1a44ea);
14
- --color-canvas: light-dark(#fff, hsl(225, 66.7%, 1.2%));
15
- --color-surface: light-dark(hsl(240, 10%, 95%), hsl(240, 2%, 10%));
16
- --color-frosted: light-dark(
17
- hsla(240, 5%, 70%, 0.148),
18
- hsla(240, 2%, 43%, 0.228)
19
- );
14
+ --color-canvas: light-dark(#fff, hsl(225 66.7% 1.2%));
15
+ --color-surface: light-dark(hsl(240 10% 95%), hsl(240 2% 10%));
16
+ --color-frosted: light-dark(hsl(240 5% 70% / 0.148), hsl(240 2% 43% / 0.228));
20
17
  --color-frosted-soft: light-dark(
21
- hsla(234, 9.8%, 60%, 0.06),
22
- hsla(240, 3.7%, 26.5%, 0.154)
18
+ hsl(234 9.8% 60% / 0.06),
19
+ hsl(240 3.7% 26.5% / 0.154)
23
20
  );
24
21
  --color-frosted-strong: light-dark(
25
- hsla(236, 6.5%, 42%, 0.236),
26
- hsla(240, 1.5%, 61.8%, 0.302)
22
+ hsl(236 6.5% 42% / 0.236),
23
+ hsl(240 1.5% 61.8% / 0.302)
27
24
  );
28
25
  --color-backdrop: light-dark(
29
- hsla(240, 5.3%, 14.9%, 0.5),
30
- hsla(240, 5.3%, 14.9%, 0.5)
26
+ hsl(240 5.3% 14.9% / 0.5),
27
+ hsl(240 5.3% 14.9% / 0.5)
31
28
  );
32
29
  --color-contrast-lower: light-dark(
33
- hsla(234, 6%, 32.9%, 0.324),
34
- hsla(240, 1.5%, 61.8%, 0.302)
30
+ hsl(234 6% 32.9% / 0.324),
31
+ hsl(240 1.5% 61.8% / 0.302)
35
32
  );
36
33
  --color-contrast-low: light-dark(
37
- hsla(240, 5.3%, 14.9%, 0.5),
38
- hsla(240, 12.5%, 96.9%, 0.45)
34
+ hsl(240 5.3% 14.9% / 0.5),
35
+ hsl(240 12.5% 96.9% / 0.45)
39
36
  );
40
37
  --color-contrast-medium: light-dark(
41
- hsla(240, 6.1%, 7%, 0.6),
42
- hsla(240, 12.5%, 96.9%, 0.56)
38
+ hsl(240 6.1% 7% / 0.6),
39
+ hsl(240 12.5% 96.9% / 0.56)
43
40
  );
44
41
  --color-contrast-high: light-dark(
45
- hsla(240, 7.1%, 11%, 0.7),
46
- hsla(240, 12.5%, 96.9%, 0.67)
42
+ hsl(240 7.1% 11% / 0.7),
43
+ hsl(240 12.5% 96.9% / 0.67)
47
44
  );
48
45
  --color-contrast-higher: light-dark(
49
- hsla(240, 8.7%, 9%, 0.8),
50
- hsla(240, 12.5%, 96.9%, 0.78)
46
+ hsl(240 8.7% 9% / 0.8),
47
+ hsl(240 12.5% 96.9% / 0.78)
51
48
  );
52
- --color-primary: light-dark(hsl(225, 66.7%, 1.2%), hsl(225, 100%, 99%));
53
- --color-success: light-dark(hsl(115, 77.5%, 27.8%), hsl(157, 84.9%, 41.6%));
49
+ --color-primary: light-dark(hsl(225 66.7% 1.2%), hsl(225 100% 99%));
50
+ --color-success: light-dark(hsl(115 77.5% 27.8%), hsl(157 84.9% 41.6%));
54
51
  --color-success-low: light-dark(
55
- hsla(115, 77.5%, 27.8%, 0.18),
56
- hsla(157, 84.9%, 41.6%, 0.18)
52
+ hsl(115 77.5% 27.8% / 0.18),
53
+ hsl(157 84.9% 41.6% / 0.18)
57
54
  );
58
55
  --color-success-medium: light-dark(
59
- hsla(115, 77.5%, 27.8%, 0.6),
60
- hsla(157, 84.9%, 41.6%, 0.6)
56
+ hsl(115 77.5% 27.8% / 0.6),
57
+ hsl(157 84.9% 41.6% / 0.6)
61
58
  );
62
59
  --color-success-frosted: light-dark(
63
- hsla(115, 77.5%, 27.8%, 0.18),
64
- hsla(157, 84.9%, 41.6%, 0.26)
60
+ hsl(115 77.5% 27.8% / 0.18),
61
+ hsl(157 84.9% 41.6% / 0.26)
65
62
  );
66
63
  --color-success-frosted-soft: light-dark(
67
- hsla(115, 77.5%, 27.8%, 0.1),
68
- hsla(157, 84.9%, 41.6%, 0.1)
64
+ hsl(115 77.5% 27.8% / 0.1),
65
+ hsl(157 84.9% 41.6% / 0.1)
69
66
  );
70
- --color-warning: light-dark(hsl(28, 97.7%, 34.1%), hsl(28, 90.2%, 56.1%));
67
+ --color-warning: light-dark(hsl(28 97.7% 34.1%), hsl(28 90.2% 56.1%));
71
68
  --color-warning-low: light-dark(
72
- hsla(28, 97.7%, 34.1%, 0.18),
73
- hsla(28, 90.2%, 56.1%, 0.18)
69
+ hsl(28 97.7% 34.1% / 0.18),
70
+ hsl(28 90.2% 56.1% / 0.18)
74
71
  );
75
72
  --color-warning-medium: light-dark(
76
- hsla(28, 97.7%, 34.1%, 0.6),
77
- hsla(28, 90.2%, 56.1%, 0.6)
73
+ hsl(28 97.7% 34.1% / 0.6),
74
+ hsl(28 90.2% 56.1% / 0.6)
78
75
  );
79
76
  --color-warning-frosted: light-dark(
80
- hsla(28, 97.7%, 34.1%, 0.18),
81
- hsla(28, 90.2%, 56.1%, 0.26)
77
+ hsl(28 97.7% 34.1% / 0.18),
78
+ hsl(28 90.2% 56.1% / 0.26)
82
79
  );
83
- --color-warning-frosted-soft: hsla(28, 90.2%, 56.1%, 0.1);
84
- --color-error: light-dark(hsl(357, 78%, 41%), hsl(0, 96.9%, 62%));
80
+ --color-warning-frosted-soft: hsl(28 90.2% 56.1% / 0.1);
81
+ --color-error: light-dark(hsl(357 78% 41%), hsl(0 96.9% 62%));
85
82
  --color-error-low: light-dark(
86
- hsla(357, 78%, 41%, 0.18),
87
- hsla(0, 96.9%, 62%, 0.18)
83
+ hsl(357 78% 41% / 0.18),
84
+ hsl(0 96.9% 62% / 0.18)
88
85
  );
89
86
  --color-error-medium: light-dark(
90
- hsla(357, 78%, 41%, 0.6),
91
- hsla(0, 96.9%, 62%, 0.6)
87
+ hsl(357 78% 41% / 0.6),
88
+ hsl(0 96.9% 62% / 0.6)
92
89
  );
93
90
  --color-error-frosted: light-dark(
94
- hsla(357, 78%, 41%, 0.18),
95
- hsla(0, 96.9%, 62%, 0.26)
91
+ hsl(357 78% 41% / 0.18),
92
+ hsl(0 96.9% 62% / 0.26)
96
93
  );
97
94
  --color-error-frosted-soft: light-dark(
98
- hsla(357, 78%, 41%, 0.1),
99
- hsla(0, 96.9%, 62%, 0.1)
95
+ hsl(357 78% 41% / 0.1),
96
+ hsl(0 96.9% 62% / 0.1)
100
97
  );
101
- --color-info: light-dark(hsl(228, 83.2%, 51%), hsl(210, 100%, 54.5%));
98
+ --color-info: light-dark(hsl(228 83.2% 51%), hsl(210 100% 54.5%));
102
99
  --color-info-low: light-dark(
103
- hsla(228, 83.2%, 51%, 0.18),
104
- hsla(210, 100%, 54.5%, 0.18)
100
+ hsl(228 83.2% 51% / 0.18),
101
+ hsl(210 100% 54.5% / 0.18)
105
102
  );
106
103
  --color-info-medium: light-dark(
107
- hsla(228, 83.2%, 51%, 0.6),
108
- hsla(210, 100%, 54.5%, 0.6)
104
+ hsl(228 83.2% 51% / 0.6),
105
+ hsl(210 100% 54.5% / 0.6)
109
106
  );
110
107
  --color-info-frosted: light-dark(
111
- hsla(228, 83.2%, 51%, 0.18),
112
- hsla(210, 100%, 54.5%, 0.26)
108
+ hsl(228 83.2% 51% / 0.18),
109
+ hsl(210 100% 54.5% / 0.26)
113
110
  );
114
111
  --color-info-frosted-soft: light-dark(
115
- hsla(228, 83.2%, 51%, 0.1),
116
- hsla(210, 100%, 54.5%, 0.1)
112
+ hsl(228 83.2% 51% / 0.1),
113
+ hsl(210 100% 54.5% / 0.1)
117
114
  );
118
115
 
119
116
  /* Typography */
@@ -129,7 +126,7 @@
129
126
 
130
127
  --text-2xs: 0.75rem;
131
128
  --text-2xs--line-height: calc(6px + 2.125ex);
132
- --text-xs: clamp(0.81rem, 0.23vw + 0.77rem, 0.88rem);
129
+ --text-xs: 0.875rem;
133
130
  --text-xs--line-height: calc(6px + 2.125ex);
134
131
  --text-base: 1rem;
135
132
  --text-base--line-height: calc(6px + 2.125ex);
@@ -249,111 +246,111 @@
249
246
  .scheme-light-dark {
250
247
  --color-focus: #1a44ea;
251
248
  --color-canvas: #fff;
252
- --color-surface: hsl(240, 10%, 95%);
253
- --color-frosted: hsla(240, 5%, 70%, 0.148);
254
- --color-frosted-soft: hsla(234, 9.8%, 60%, 0.06);
255
- --color-frosted-strong: hsla(236, 6.5%, 42%, 0.236);
256
- --color-backdrop: hsla(240, 5.3%, 14.9%, 0.5);
257
- --color-contrast-lower: hsla(234, 6%, 32.9%, 0.324);
258
- --color-contrast-low: hsla(240, 5.3%, 14.9%, 0.5);
259
- --color-contrast-medium: hsla(240, 6.1%, 7%, 0.6);
260
- --color-contrast-high: hsla(240, 7.1%, 11%, 0.7);
261
- --color-contrast-higher: hsla(240, 8.7%, 9%, 0.8);
262
- --color-primary: hsl(225, 66.7%, 1.2%);
263
- --color-success: hsl(115, 77.5%, 27.8%);
264
- --color-success-low: hsla(115, 77.5%, 27.8%, 0.18);
265
- --color-success-medium: hsla(115, 77.5%, 27.8%, 0.6);
266
- --color-success-frosted: hsla(115, 77.5%, 27.8%, 0.18);
267
- --color-success-frosted-soft: hsla(115, 77.5%, 27.8%, 0.1);
268
- --color-warning: hsl(28, 97.7%, 34.1%);
269
- --color-warning-low: hsla(28, 97.7%, 34.1%, 0.18);
270
- --color-warning-medium: hsla(28, 97.7%, 34.1%, 0.6);
271
- --color-warning-frosted: hsla(28, 97.7%, 34.1%, 0.18);
272
- --color-warning-frosted-soft: hsla(28, 97.7%, 34.1%, 0.1);
273
- --color-error: hsl(357, 78%, 41%);
274
- --color-error-low: hsla(357, 78%, 41%, 0.18);
275
- --color-error-medium: hsla(357, 78%, 41%, 0.6);
276
- --color-error-frosted: hsla(357, 78%, 41%, 0.18);
277
- --color-error-frosted-soft: hsla(357, 78%, 41%, 0.1);
278
- --color-info: hsl(228, 83.2%, 51%);
279
- --color-info-low: hsla(228, 83.2%, 51%, 0.18);
280
- --color-info-medium: hsla(228, 83.2%, 51%, 0.6);
281
- --color-info-frosted: hsla(228, 83.2%, 51%, 0.18);
282
- --color-info-frosted-soft: hsla(228, 83.2%, 51%, 0.1);
249
+ --color-surface: hsl(240 10% 95%);
250
+ --color-frosted: hsl(240 5% 70% / 0.148);
251
+ --color-frosted-soft: hsl(234 9.8% 60% / 0.06);
252
+ --color-frosted-strong: hsl(236 6.5% 42% / 0.236);
253
+ --color-backdrop: hsl(240 5.3% 14.9% / 0.5);
254
+ --color-contrast-lower: hsl(234 6% 32.9% / 0.324);
255
+ --color-contrast-low: hsl(240 5.3% 14.9% / 0.5);
256
+ --color-contrast-medium: hsl(240 6.1% 7% / 0.6);
257
+ --color-contrast-high: hsl(240 7.1% 11% / 0.7);
258
+ --color-contrast-higher: hsl(240 8.7% 9% / 0.8);
259
+ --color-primary: hsl(225 66.7% 1.2%);
260
+ --color-success: hsl(115 77.5% 27.8%);
261
+ --color-success-low: hsl(115 77.5% 27.8% / 0.18);
262
+ --color-success-medium: hsl(115 77.5% 27.8% / 0.6);
263
+ --color-success-frosted: hsl(115 77.5% 27.8% / 0.18);
264
+ --color-success-frosted-soft: hsl(115 77.5% 27.8% / 0.1);
265
+ --color-warning: hsl(28 97.7% 34.1%);
266
+ --color-warning-low: hsl(28 97.7% 34.1% / 0.18);
267
+ --color-warning-medium: hsl(28 97.7% 34.1% / 0.6);
268
+ --color-warning-frosted: hsl(28 97.7% 34.1% / 0.18);
269
+ --color-warning-frosted-soft: hsl(28 97.7% 34.1% / 0.1);
270
+ --color-error: hsl(357 78% 41%);
271
+ --color-error-low: hsl(357 78% 41% / 0.18);
272
+ --color-error-medium: hsl(357 78% 41% / 0.6);
273
+ --color-error-frosted: hsl(357 78% 41% / 0.18);
274
+ --color-error-frosted-soft: hsl(357 78% 41% / 0.1);
275
+ --color-info: hsl(228 83.2% 51%);
276
+ --color-info-low: hsl(228 83.2% 51% / 0.18);
277
+ --color-info-medium: hsl(228 83.2% 51% / 0.6);
278
+ --color-info-frosted: hsl(228 83.2% 51% / 0.18);
279
+ --color-info-frosted-soft: hsl(228 83.2% 51% / 0.1);
283
280
  }
284
281
 
285
282
  .scheme-dark,
286
283
  .scheme-only-dark {
287
284
  --color-focus: #1a44ea;
288
- --color-canvas: hsl(225, 66.7%, 1.2%);
289
- --color-surface: hsl(240, 2%, 10%);
290
- --color-frosted: hsla(240, 2%, 43%, 0.228);
291
- --color-frosted-soft: hsla(240, 3.7%, 26.5%, 0.154);
292
- --color-frosted-strong: hsla(240, 1.5%, 61.8%, 0.302);
293
- --color-backdrop: hsla(240, 5.3%, 14.9%, 0.5);
294
- --color-contrast-lower: hsla(240, 1.5%, 61.8%, 0.302);
295
- --color-contrast-low: hsla(240, 12.5%, 96.9%, 0.45);
296
- --color-contrast-medium: hsla(240, 12.5%, 96.9%, 0.56);
297
- --color-contrast-high: hsla(240, 12.5%, 96.9%, 0.67);
298
- --color-contrast-higher: hsla(240, 12.5%, 96.9%, 0.78);
299
- --color-primary: hsl(225, 100%, 99%);
300
- --color-success: hsl(157, 84.9%, 41.6%);
301
- --color-success-low: hsla(157, 84.9%, 41.6%, 0.18);
302
- --color-success-medium: hsla(157, 84.9%, 41.6%, 0.6);
303
- --color-success-frosted: hsla(157, 84.9%, 41.6%, 0.26);
304
- --color-success-frosted-soft: hsla(157, 84.9%, 41.6%, 0.1);
305
- --color-warning: hsl(28, 90.2%, 56.1%);
306
- --color-warning-low: hsla(28, 90.2%, 56.1%, 0.18);
307
- --color-warning-medium: hsla(28, 90.2%, 56.1%, 0.6);
308
- --color-warning-frosted: hsla(28, 90.2%, 56.1%, 0.26);
309
- --color-warning-frosted-soft: hsla(28, 90.2%, 56.1%, 0.1);
310
- --color-error: hsl(0, 96.9%, 62%);
311
- --color-error-low: hsla(0, 96.9%, 62%, 0.18);
312
- --color-error-medium: hsla(0, 96.9%, 62%, 0.6);
313
- --color-error-frosted: hsla(0, 96.9%, 62%, 0.26);
314
- --color-error-frosted-soft: hsla(0, 96.9%, 62%, 0.1);
315
- --color-info: hsl(210, 100%, 54.5%);
316
- --color-info-low: hsla(210, 100%, 54.5%, 0.18);
317
- --color-info-medium: hsla(210, 100%, 54.5%, 0.6);
318
- --color-info-frosted: hsla(210, 100%, 54.5%, 0.26);
319
- --color-info-frosted-soft: hsla(210, 100%, 54.5%, 0.1);
285
+ --color-canvas: hsl(225 66.7% 1.2%);
286
+ --color-surface: hsl(240 2% 10%);
287
+ --color-frosted: hsl(240 2% 43% / 0.228);
288
+ --color-frosted-soft: hsl(240 3.7% 26.5% / 0.154);
289
+ --color-frosted-strong: hsl(240 1.5% 61.8% / 0.302);
290
+ --color-backdrop: hsl(240 5.3% 14.9% / 0.5);
291
+ --color-contrast-lower: hsl(240 1.5% 61.8% / 0.302);
292
+ --color-contrast-low: hsl(240 12.5% 96.9% / 0.45);
293
+ --color-contrast-medium: hsl(240 12.5% 96.9% / 0.56);
294
+ --color-contrast-high: hsl(240 12.5% 96.9% / 0.67);
295
+ --color-contrast-higher: hsl(240 12.5% 96.9% / 0.78);
296
+ --color-primary: hsl(225 100% 99%);
297
+ --color-success: hsl(157 84.9% 41.6%);
298
+ --color-success-low: hsl(157 84.9% 41.6% / 0.18);
299
+ --color-success-medium: hsl(157 84.9% 41.6% / 0.6);
300
+ --color-success-frosted: hsl(157 84.9% 41.6% / 0.26);
301
+ --color-success-frosted-soft: hsl(157 84.9% 41.6% / 0.1);
302
+ --color-warning: hsl(28 90.2% 56.1%);
303
+ --color-warning-low: hsl(28 90.2% 56.1% / 0.18);
304
+ --color-warning-medium: hsl(28 90.2% 56.1% / 0.6);
305
+ --color-warning-frosted: hsl(28 90.2% 56.1% / 0.26);
306
+ --color-warning-frosted-soft: hsl(28 90.2% 56.1% / 0.1);
307
+ --color-error: hsl(0 96.9% 62%);
308
+ --color-error-low: hsl(0 96.9% 62% / 0.18);
309
+ --color-error-medium: hsl(0 96.9% 62% / 0.6);
310
+ --color-error-frosted: hsl(0 96.9% 62% / 0.26);
311
+ --color-error-frosted-soft: hsl(0 96.9% 62% / 0.1);
312
+ --color-info: hsl(210 100% 54.5%);
313
+ --color-info-low: hsl(210 100% 54.5% / 0.18);
314
+ --color-info-medium: hsl(210 100% 54.5% / 0.6);
315
+ --color-info-frosted: hsl(210 100% 54.5% / 0.26);
316
+ --color-info-frosted-soft: hsl(210 100% 54.5% / 0.1);
320
317
  }
321
318
 
322
319
  @media (prefers-color-scheme: dark) {
323
320
  .scheme-light-dark {
324
321
  --color-focus: #1a44ea;
325
- --color-canvas: hsl(225, 66.7%, 1.2%);
326
- --color-surface: hsl(240, 2%, 10%);
327
- --color-frosted: hsla(240, 2%, 43%, 0.228);
328
- --color-frosted-soft: hsla(240, 3.7%, 26.5%, 0.154);
329
- --color-frosted-strong: hsla(240, 1.5%, 61.8%, 0.302);
330
- --color-backdrop: hsla(240, 5.3%, 14.9%, 0.5);
331
- --color-contrast-lower: hsla(240, 1.5%, 61.8%, 0.302);
332
- --color-contrast-low: hsla(240, 12.5%, 96.9%, 0.45);
333
- --color-contrast-medium: hsla(240, 12.5%, 96.9%, 0.56);
334
- --color-contrast-high: hsla(240, 12.5%, 96.9%, 0.67);
335
- --color-contrast-higher: hsla(240, 12.5%, 96.9%, 0.78);
336
- --color-primary: hsl(225, 100%, 99%);
337
- --color-success: hsl(157, 84.9%, 41.6%);
338
- --color-success-low: hsla(157, 84.9%, 41.6%, 0.18);
339
- --color-success-medium: hsla(157, 84.9%, 41.6%, 0.6);
340
- --color-success-frosted: hsla(157, 84.9%, 41.6%, 0.26);
341
- --color-success-frosted-soft: hsla(157, 84.9%, 41.6%, 0.1);
342
- --color-warning: hsl(28, 90.2%, 56.1%);
343
- --color-warning-low: hsla(28, 90.2%, 56.1%, 0.18);
344
- --color-warning-medium: hsla(28, 90.2%, 56.1%, 0.6);
345
- --color-warning-frosted: hsla(28, 90.2%, 56.1%, 0.26);
346
- --color-warning-frosted-soft: hsla(28, 90.2%, 56.1%, 0.1);
347
- --color-error: hsl(0, 96.9%, 62%);
348
- --color-error-low: hsla(0, 96.9%, 62%, 0.18);
349
- --color-error-medium: hsla(0, 96.9%, 62%, 0.6);
350
- --color-error-frosted: hsla(0, 96.9%, 62%, 0.26);
351
- --color-error-frosted-soft: hsla(0, 96.9%, 62%, 0.1);
352
- --color-info: hsl(210, 100%, 54.5%);
353
- --color-info-low: hsla(210, 100%, 54.5%, 0.18);
354
- --color-info-medium: hsla(210, 100%, 54.5%, 0.6);
355
- --color-info-frosted: hsla(210, 100%, 54.5%, 0.26);
356
- --color-info-frosted-soft: hsla(210, 100%, 54.5%, 0.1);
322
+ --color-canvas: hsl(225 66.7% 1.2%);
323
+ --color-surface: hsl(240 2% 10%);
324
+ --color-frosted: hsl(240 2% 43% / 0.228);
325
+ --color-frosted-soft: hsl(240 3.7% 26.5% / 0.154);
326
+ --color-frosted-strong: hsl(240 1.5% 61.8% / 0.302);
327
+ --color-backdrop: hsl(240 5.3% 14.9% / 0.5);
328
+ --color-contrast-lower: hsl(240 1.5% 61.8% / 0.302);
329
+ --color-contrast-low: hsl(240 12.5% 96.9% / 0.45);
330
+ --color-contrast-medium: hsl(240 12.5% 96.9% / 0.56);
331
+ --color-contrast-high: hsl(240 12.5% 96.9% / 0.67);
332
+ --color-contrast-higher: hsl(240 12.5% 96.9% / 0.78);
333
+ --color-primary: hsl(225 100% 99%);
334
+ --color-success: hsl(157 84.9% 41.6%);
335
+ --color-success-low: hsl(157 84.9% 41.6% / 0.18);
336
+ --color-success-medium: hsl(157 84.9% 41.6% / 0.6);
337
+ --color-success-frosted: hsl(157 84.9% 41.6% / 0.26);
338
+ --color-success-frosted-soft: hsl(157 84.9% 41.6% / 0.1);
339
+ --color-warning: hsl(28 90.2% 56.1%);
340
+ --color-warning-low: hsl(28 90.2% 56.1% / 0.18);
341
+ --color-warning-medium: hsl(28 90.2% 56.1% / 0.6);
342
+ --color-warning-frosted: hsl(28 90.2% 56.1% / 0.26);
343
+ --color-warning-frosted-soft: hsl(28 90.2% 56.1% / 0.1);
344
+ --color-error: hsl(0 96.9% 62%);
345
+ --color-error-low: hsl(0 96.9% 62% / 0.18);
346
+ --color-error-medium: hsl(0 96.9% 62% / 0.6);
347
+ --color-error-frosted: hsl(0 96.9% 62% / 0.26);
348
+ --color-error-frosted-soft: hsl(0 96.9% 62% / 0.1);
349
+ --color-info: hsl(210 100% 54.5%);
350
+ --color-info-low: hsl(210 100% 54.5% / 0.18);
351
+ --color-info-medium: hsl(210 100% 54.5% / 0.6);
352
+ --color-info-frosted: hsl(210 100% 54.5% / 0.26);
353
+ --color-info-frosted-soft: hsl(210 100% 54.5% / 0.1);
357
354
  }
358
355
  }
359
356
  }
@@ -289,6 +289,8 @@ declare const ICON_NAMES: readonly [
289
289
  "arrow-double-right",
290
290
  "arrow-double-up",
291
291
  "arrow-down",
292
+ "arrow-down-left",
293
+ "arrow-down-right",
292
294
  "arrow-first",
293
295
  "arrow-head-down",
294
296
  "arrow-head-left",
@@ -298,6 +300,8 @@ declare const ICON_NAMES: readonly [
298
300
  "arrow-left",
299
301
  "arrow-right",
300
302
  "arrow-up",
303
+ "arrow-up-left",
304
+ "arrow-up-right",
301
305
  "arrows",
302
306
  "attachment",
303
307
  "augmented-reality",
@@ -467,6 +471,7 @@ declare const ICON_NAMES: readonly [
467
471
  "pin-filled",
468
472
  "pivot",
469
473
  "play",
474
+ "play-filled",
470
475
  "plug",
471
476
  "plus",
472
477
  "preheating",
@@ -1058,6 +1063,13 @@ declare const HEADING_SIZES: readonly [
1058
1063
  "xx-large"
1059
1064
  ];
1060
1065
  type HeadingSize = (typeof HEADING_SIZES)[number];
1066
+ declare const HEADING_HYPHENS: readonly [
1067
+ "none",
1068
+ "manual",
1069
+ "auto",
1070
+ "inherit"
1071
+ ];
1072
+ type HeadingHyphens = (typeof HEADING_HYPHENS)[number];
1061
1073
  declare const ICON_ARIA_ATTRIBUTES: readonly [
1062
1074
  "aria-label"
1063
1075
  ];
@@ -1558,6 +1570,13 @@ declare const TEXT_SIZES: readonly [
1558
1570
  "x-large"
1559
1571
  ];
1560
1572
  type TextSize = (typeof TEXT_SIZES)[number];
1573
+ declare const TEXT_HYPHENS: readonly [
1574
+ "none",
1575
+ "manual",
1576
+ "auto",
1577
+ "inherit"
1578
+ ];
1579
+ type TextHyphens = (typeof TEXT_HYPHENS)[number];
1561
1580
  declare const TEXT_LIST_TYPES: readonly [
1562
1581
  "unordered",
1563
1582
  "numbered",
@@ -2439,11 +2458,12 @@ declare class PHeading extends BaseComponent {
2439
2458
  align?: HeadingAlign;
2440
2459
  color?: HeadingColor;
2441
2460
  ellipsis?: boolean;
2461
+ hyphens?: HeadingHyphens;
2442
2462
  size?: BreakpointCustomizable<HeadingSize>;
2443
2463
  tag?: HeadingTag;
2444
2464
  weight?: HeadingWeight;
2445
2465
  static ɵfac: i0.ɵɵFactoryDeclaration<PHeading, never>;
2446
- static ɵcmp: i0.ɵɵComponentDeclaration<PHeading, "p-heading,[p-heading]", never, { "align": { "alias": "align"; "required": false; }; "color": { "alias": "color"; "required": false; }; "ellipsis": { "alias": "ellipsis"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; }, {}, never, ["*"], false, never>;
2466
+ static ɵcmp: i0.ɵɵComponentDeclaration<PHeading, "p-heading,[p-heading]", never, { "align": { "alias": "align"; "required": false; }; "color": { "alias": "color"; "required": false; }; "ellipsis": { "alias": "ellipsis"; "required": false; }; "hyphens": { "alias": "hyphens"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; }, {}, never, ["*"], false, never>;
2447
2467
  }
2448
2468
 
2449
2469
  declare class PIcon extends BaseComponent {
@@ -2776,11 +2796,12 @@ declare class PText extends BaseComponent {
2776
2796
  align?: TextAlign;
2777
2797
  color?: TextColor;
2778
2798
  ellipsis?: boolean;
2799
+ hyphens?: TextHyphens;
2779
2800
  size?: BreakpointCustomizable<TextSize>;
2780
2801
  tag?: TextTag;
2781
2802
  weight?: TextWeight;
2782
2803
  static ɵfac: i0.ɵɵFactoryDeclaration<PText, never>;
2783
- static ɵcmp: i0.ɵɵComponentDeclaration<PText, "p-text,[p-text]", never, { "align": { "alias": "align"; "required": false; }; "color": { "alias": "color"; "required": false; }; "ellipsis": { "alias": "ellipsis"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; }, {}, never, ["*"], false, never>;
2804
+ static ɵcmp: i0.ɵɵComponentDeclaration<PText, "p-text,[p-text]", never, { "align": { "alias": "align"; "required": false; }; "color": { "alias": "color"; "required": false; }; "ellipsis": { "alias": "ellipsis"; "required": false; }; "hyphens": { "alias": "hyphens"; "required": false; }; "size": { "alias": "size"; "required": false; }; "tag": { "alias": "tag"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; }, {}, never, ["*"], false, never>;
2784
2805
  }
2785
2806
 
2786
2807
  declare class PTextList extends BaseComponent {
@@ -2832,4 +2853,4 @@ declare class ToastManager {
2832
2853
  }
2833
2854
 
2834
2855
  export { DECLARATIONS, PAccordion, PBanner, PButton, PButtonPure, PButtonTile, PCanvas, PCarousel, PCheckbox, PCrest, PDisplay, PDivider, PDrilldown, PDrilldownItem, PDrilldownLink, PFieldset, PFlag, PFlyout, PHeading, PIcon, PInlineNotification, PInputDate, PInputEmail, PInputMonth, PInputNumber, PInputPassword, PInputSearch, PInputTel, PInputText, PInputTime, PInputUrl, PInputWeek, PLink, PLinkPure, PLinkTile, PLinkTileProduct, PModal, PModelSignature, PMultiSelect, PMultiSelectOption, POptgroup, PPagination, PPinCode, PPopover, PRadioGroup, PRadioGroupOption, PScroller, PSegmentedControl, PSegmentedControlItem, PSelect, PSelectOption, PSheet, PSpinner, PStepperHorizontal, PStepperHorizontalItem, PSwitch, PTable, PTableBody, PTableCell, PTableHead, PTableHeadCell, PTableHeadRow, PTableRow, PTabs, PTabsBar, PTabsItem, PTag, PTagDismissible, PText, PTextList, PTextListItem, PTextarea, PToast, PWordmark, PorscheDesignSystemModule, ToastManager };
2835
- export type { AccordionAlignMarker, AccordionBackground, AccordionHeadingTag, AccordionSize, AccordionUpdateEventDetail, AlignLabel, AriaAttributes, AriaRole, Backdrop, BannerHeadingTag, BannerState, Booleanish, Breakpoint, BreakpointCustomizable, BreakpointValues, ButtonAriaAttribute, ButtonIcon, ButtonPureAlignLabel, ButtonPureAriaAttribute, ButtonPureColor, ButtonPureIcon, ButtonPureSize, ButtonPureType, ButtonTileAlign, ButtonTileAriaAttribute, ButtonTileAspectRatio, ButtonTileIcon, ButtonTileSize, ButtonTileType, ButtonTileWeight, ButtonType, ButtonVariant, CanvasBackground, CanvasSidebarStartUpdateEventDetail, CarouselAlignControls, CarouselAlignHeader, CarouselAriaAttribute, CarouselHeadingSize, CarouselInternationalization, CarouselSlidesPerPage, CarouselUpdateEventDetail, CarouselWidth, CheckboxBlurEventDetail, CheckboxChangeEventDetail, CheckboxState, CrestAriaAttribute, CrestTarget, Direction, DisplayAlign, DisplayColor, DisplaySize, DisplayTag, DividerColor, DividerDirection, DrilldownAriaAttribute, DrilldownLinkAriaAttribute, DrilldownLinkTarget, DrilldownUpdateEventDetail, FieldsetLabelSize, FieldsetState, FlagAriaAttribute, FlagName, FlagSize, FlyoutAriaAttribute, FlyoutBackdrop, FlyoutBackground, FlyoutFooterBehavior, FlyoutMotionHiddenEndEventDetail, FlyoutMotionVisibleEndEventDetail, FlyoutPosition, FormState, GroupDirection, HeadingAlign, HeadingColor, HeadingSize, HeadingTag, HeadingWeight, IconAriaAttribute, IconColor, IconName, IconSize, InlineNotificationActionIcon, InlineNotificationHeadingTag, InlineNotificationState, InputDateBlurEventDetail, InputDateChangeEventDetail, InputDateInputEventDetail, InputDateState, InputEmailBlurEventDetail, InputEmailChangeEventDetail, InputEmailInputEventDetail, InputEmailState, InputMonthBlurEventDetail, InputMonthChangeEventDetail, InputMonthInputEventDetail, InputMonthState, InputNumberBlurEventDetail, InputNumberChangeEventDetail, InputNumberInputEventDetail, InputNumberState, InputPasswordBlurEventDetail, InputPasswordChangeEventDetail, InputPasswordInputEventDetail, InputPasswordState, InputSearchBlurEventDetail, InputSearchChangeEventDetail, InputSearchInputEventDetail, InputSearchState, InputTelBlurEventDetail, InputTelChangeEventDetail, InputTelInputEventDetail, InputTelState, InputTextBlurEventDetail, InputTextChangeEventDetail, InputTextInputEventDetail, InputTextState, InputTimeBlurEventDetail, InputTimeChangeEventDetail, InputTimeInputEventDetail, InputTimeState, InputUrlBlurEventDetail, InputUrlChangeEventDetail, InputUrlInputEventDetail, InputUrlState, InputWeekBlurEventDetail, InputWeekChangeEventDetail, InputWeekInputEventDetail, InputWeekState, LinkAriaAttribute, LinkButtonIconName, LinkButtonVariant, LinkIcon, LinkPureAlignLabel, LinkPureAriaAttribute, LinkPureColor, LinkPureIcon, LinkPureSize, LinkPureTarget, LinkTarget, LinkTileAlign, LinkTileAriaAttribute, LinkTileAspectRatio, LinkTileProductAspectRatio, LinkTileProductLikeEventDetail, LinkTileProductTarget, LinkTileSize, LinkTileTarget, LinkTileWeight, LinkVariant, ModalAriaAttribute, ModalBackdrop, ModalBackground, ModalMotionHiddenEndEventDetail, ModalMotionVisibleEndEventDetail, ModelSignatureColor, ModelSignatureFetchPriority, ModelSignatureModel, ModelSignatureSize, MultiSelectChangeEventDetail, MultiSelectDropdownDirection, MultiSelectState, MultiSelectToggleEventDetail, PaginationInternationalization, PaginationUpdateEventDetail, PinCodeChangeEventDetail, PinCodeLength, PinCodeState, PinCodeType, PopoverAriaAttribute, PopoverDirection, PorscheDesignSystem, PorscheDesignSystemModuleConfig, RadioGroupChangeEventDetail, RadioGroupDirection, RadioGroupState, ScrollerAlignScrollIndicator, ScrollerAriaAttribute, ScrollerScrollToPosition, SegmentedControlChangeEventDetail, SegmentedControlColumns, SegmentedControlItemAriaAttribute, SegmentedControlItemIcon, SegmentedControlState, SelectChangeEventDetail, SelectComponentsDropdownDirection, SelectDropdownDirection, SelectState, SelectToggleEventDetail, SelectedAriaAttributes, SelectedAriaRole, SheetAriaAttribute, SheetBackground, SheetMotionHiddenEndEventDetail, SheetMotionVisibleEndEventDetail, SpinnerAriaAttribute, SpinnerColor, SpinnerSize, StepperHorizontalItemState, StepperHorizontalSize, StepperHorizontalUpdateEventDetail, SwitchAlignLabel, SwitchUpdateEventDetail, TableHeadCellSort, TableLayout, TableUpdateEventDetail, TabsBackground, TabsBarBackground, TabsBarSize, TabsBarUpdateEventDetail, TabsBarWeight, TabsSize, TabsUpdateEventDetail, TabsWeight, TagDismissibleAriaAttribute, TagIcon, TagVariant, TextAlign, TextColor, TextListType, TextSize, TextTag, TextWeight, TextareaBlurEventDetail, TextareaChangeEventDetail, TextareaInputEventDetail, TextareaResize, TextareaState, TextareaWrap, TileAlign, TileAspectRatio, TileSize, TileWeight, ToastMessage, ToastState, WordmarkAriaAttribute, WordmarkSize, WordmarkTarget };
2856
+ export type { AccordionAlignMarker, AccordionBackground, AccordionHeadingTag, AccordionSize, AccordionUpdateEventDetail, AlignLabel, AriaAttributes, AriaRole, Backdrop, BannerHeadingTag, BannerState, Booleanish, Breakpoint, BreakpointCustomizable, BreakpointValues, ButtonAriaAttribute, ButtonIcon, ButtonPureAlignLabel, ButtonPureAriaAttribute, ButtonPureColor, ButtonPureIcon, ButtonPureSize, ButtonPureType, ButtonTileAlign, ButtonTileAriaAttribute, ButtonTileAspectRatio, ButtonTileIcon, ButtonTileSize, ButtonTileType, ButtonTileWeight, ButtonType, ButtonVariant, CanvasBackground, CanvasSidebarStartUpdateEventDetail, CarouselAlignControls, CarouselAlignHeader, CarouselAriaAttribute, CarouselHeadingSize, CarouselInternationalization, CarouselSlidesPerPage, CarouselUpdateEventDetail, CarouselWidth, CheckboxBlurEventDetail, CheckboxChangeEventDetail, CheckboxState, CrestAriaAttribute, CrestTarget, Direction, DisplayAlign, DisplayColor, DisplaySize, DisplayTag, DividerColor, DividerDirection, DrilldownAriaAttribute, DrilldownLinkAriaAttribute, DrilldownLinkTarget, DrilldownUpdateEventDetail, FieldsetLabelSize, FieldsetState, FlagAriaAttribute, FlagName, FlagSize, FlyoutAriaAttribute, FlyoutBackdrop, FlyoutBackground, FlyoutFooterBehavior, FlyoutMotionHiddenEndEventDetail, FlyoutMotionVisibleEndEventDetail, FlyoutPosition, FormState, GroupDirection, HeadingAlign, HeadingColor, HeadingHyphens, HeadingSize, HeadingTag, HeadingWeight, IconAriaAttribute, IconColor, IconName, IconSize, InlineNotificationActionIcon, InlineNotificationHeadingTag, InlineNotificationState, InputDateBlurEventDetail, InputDateChangeEventDetail, InputDateInputEventDetail, InputDateState, InputEmailBlurEventDetail, InputEmailChangeEventDetail, InputEmailInputEventDetail, InputEmailState, InputMonthBlurEventDetail, InputMonthChangeEventDetail, InputMonthInputEventDetail, InputMonthState, InputNumberBlurEventDetail, InputNumberChangeEventDetail, InputNumberInputEventDetail, InputNumberState, InputPasswordBlurEventDetail, InputPasswordChangeEventDetail, InputPasswordInputEventDetail, InputPasswordState, InputSearchBlurEventDetail, InputSearchChangeEventDetail, InputSearchInputEventDetail, InputSearchState, InputTelBlurEventDetail, InputTelChangeEventDetail, InputTelInputEventDetail, InputTelState, InputTextBlurEventDetail, InputTextChangeEventDetail, InputTextInputEventDetail, InputTextState, InputTimeBlurEventDetail, InputTimeChangeEventDetail, InputTimeInputEventDetail, InputTimeState, InputUrlBlurEventDetail, InputUrlChangeEventDetail, InputUrlInputEventDetail, InputUrlState, InputWeekBlurEventDetail, InputWeekChangeEventDetail, InputWeekInputEventDetail, InputWeekState, LinkAriaAttribute, LinkButtonIconName, LinkButtonVariant, LinkIcon, LinkPureAlignLabel, LinkPureAriaAttribute, LinkPureColor, LinkPureIcon, LinkPureSize, LinkPureTarget, LinkTarget, LinkTileAlign, LinkTileAriaAttribute, LinkTileAspectRatio, LinkTileProductAspectRatio, LinkTileProductLikeEventDetail, LinkTileProductTarget, LinkTileSize, LinkTileTarget, LinkTileWeight, LinkVariant, ModalAriaAttribute, ModalBackdrop, ModalBackground, ModalMotionHiddenEndEventDetail, ModalMotionVisibleEndEventDetail, ModelSignatureColor, ModelSignatureFetchPriority, ModelSignatureModel, ModelSignatureSize, MultiSelectChangeEventDetail, MultiSelectDropdownDirection, MultiSelectState, MultiSelectToggleEventDetail, PaginationInternationalization, PaginationUpdateEventDetail, PinCodeChangeEventDetail, PinCodeLength, PinCodeState, PinCodeType, PopoverAriaAttribute, PopoverDirection, PorscheDesignSystem, PorscheDesignSystemModuleConfig, RadioGroupChangeEventDetail, RadioGroupDirection, RadioGroupState, ScrollerAlignScrollIndicator, ScrollerAriaAttribute, ScrollerScrollToPosition, SegmentedControlChangeEventDetail, SegmentedControlColumns, SegmentedControlItemAriaAttribute, SegmentedControlItemIcon, SegmentedControlState, SelectChangeEventDetail, SelectComponentsDropdownDirection, SelectDropdownDirection, SelectState, SelectToggleEventDetail, SelectedAriaAttributes, SelectedAriaRole, SheetAriaAttribute, SheetBackground, SheetMotionHiddenEndEventDetail, SheetMotionVisibleEndEventDetail, SpinnerAriaAttribute, SpinnerColor, SpinnerSize, StepperHorizontalItemState, StepperHorizontalSize, StepperHorizontalUpdateEventDetail, SwitchAlignLabel, SwitchUpdateEventDetail, TableHeadCellSort, TableLayout, TableUpdateEventDetail, TabsBackground, TabsBarBackground, TabsBarSize, TabsBarUpdateEventDetail, TabsBarWeight, TabsSize, TabsUpdateEventDetail, TabsWeight, TagDismissibleAriaAttribute, TagIcon, TagVariant, TextAlign, TextColor, TextHyphens, TextListType, TextSize, TextTag, TextWeight, TextareaBlurEventDetail, TextareaChangeEventDetail, TextareaInputEventDetail, TextareaResize, TextareaState, TextareaWrap, TileAlign, TileAspectRatio, TileSize, TileWeight, ToastMessage, ToastState, WordmarkAriaAttribute, WordmarkSize, WordmarkTarget };