@porsche-design-system/components-angular 4.0.0-rc.1 → 4.0.0

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 (64) hide show
  1. package/CHANGELOG.md +62 -0
  2. package/OSS_NOTICE +195 -855
  3. package/README.md +0 -5
  4. package/fesm2022/porsche-design-system-components-angular.mjs +231 -230
  5. package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
  6. package/global-styles/cn/index.css +42 -39
  7. package/global-styles/color-scheme.css +24 -24
  8. package/global-styles/index.css +42 -39
  9. package/global-styles/variables.css +18 -15
  10. package/package.json +7 -6
  11. package/tailwindcss/index.css +277 -78
  12. package/types/porsche-design-system-components-angular.d.ts +31 -26
  13. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorFrostedDark.cjs +1 -3
  14. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorErrorFrostedSoftDark.cjs +1 -3
  15. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoFrostedDark.cjs +1 -3
  16. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorInfoFrostedSoftDark.cjs +1 -3
  17. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedDark.cjs +1 -3
  18. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedSoftDark.cjs +1 -3
  19. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningFrostedDark.cjs +1 -3
  20. package/vanilla-extract/cjs/tokens/dist/esm/color/dark/semantic/colorWarningFrostedSoftDark.cjs +1 -3
  21. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorFrostedLight.cjs +1 -3
  22. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorErrorFrostedSoftLight.cjs +1 -3
  23. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoFrostedLight.cjs +1 -3
  24. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorInfoFrostedSoftLight.cjs +1 -3
  25. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessFrostedLight.cjs +1 -3
  26. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorSuccessFrostedSoftLight.cjs +1 -3
  27. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningFrostedLight.cjs +1 -3
  28. package/vanilla-extract/cjs/tokens/dist/esm/color/light/semantic/colorWarningFrostedSoftLight.cjs +1 -3
  29. package/vanilla-extract/cjs/tokens/dist/esm/color/palette.cjs +184 -10
  30. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationErrorSoft.d.ts +1 -1
  31. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationInfoSoft.d.ts +1 -1
  32. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationSuccessSoft.d.ts +1 -1
  33. package/vanilla-extract/esm/color/deprecated/themeDarkNotificationWarningSoft.d.ts +1 -1
  34. package/vanilla-extract/esm/color/deprecated/themeLightNotificationErrorSoft.d.ts +1 -1
  35. package/vanilla-extract/esm/color/deprecated/themeLightNotificationInfoSoft.d.ts +1 -1
  36. package/vanilla-extract/esm/color/deprecated/themeLightNotificationSuccessSoft.d.ts +1 -1
  37. package/vanilla-extract/esm/color/deprecated/themeLightNotificationWarningSoft.d.ts +1 -1
  38. package/vanilla-extract/esm/color/light-dark/colorErrorFrosted.d.ts +1 -1
  39. package/vanilla-extract/esm/color/light-dark/colorErrorFrostedSoft.d.ts +1 -1
  40. package/vanilla-extract/esm/color/light-dark/colorInfoFrosted.d.ts +1 -1
  41. package/vanilla-extract/esm/color/light-dark/colorInfoFrostedSoft.d.ts +1 -1
  42. package/vanilla-extract/esm/color/light-dark/colorSuccessFrosted.d.ts +1 -1
  43. package/vanilla-extract/esm/color/light-dark/colorSuccessFrostedSoft.d.ts +1 -1
  44. package/vanilla-extract/esm/color/light-dark/colorWarningFrosted.d.ts +1 -1
  45. package/vanilla-extract/esm/color/light-dark/colorWarningFrostedSoft.d.ts +1 -1
  46. package/vanilla-extract/esm/grid/gridSharedOffset.mjs +1 -1
  47. package/vanilla-extract/esm/grid/gridStyle.mjs +1 -1
  48. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorFrostedDark.mjs +1 -3
  49. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorErrorFrostedSoftDark.mjs +1 -3
  50. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoFrostedDark.mjs +1 -3
  51. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorInfoFrostedSoftDark.mjs +1 -3
  52. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedDark.mjs +1 -3
  53. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorSuccessFrostedSoftDark.mjs +1 -3
  54. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningFrostedDark.mjs +1 -3
  55. package/vanilla-extract/esm/tokens/dist/esm/color/dark/semantic/colorWarningFrostedSoftDark.mjs +1 -3
  56. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorFrostedLight.mjs +1 -3
  57. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorErrorFrostedSoftLight.mjs +1 -3
  58. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoFrostedLight.mjs +1 -3
  59. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorInfoFrostedSoftLight.mjs +1 -3
  60. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessFrostedLight.mjs +1 -3
  61. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorSuccessFrostedSoftLight.mjs +1 -3
  62. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningFrostedLight.mjs +1 -3
  63. package/vanilla-extract/esm/tokens/dist/esm/color/light/semantic/colorWarningFrostedSoftLight.mjs +1 -3
  64. package/vanilla-extract/esm/tokens/dist/esm/color/palette.mjs +184 -10
@@ -62,12 +62,12 @@ body {
62
62
  hsl(157 84.9% 41.6% / 0.6)
63
63
  );
64
64
  --p-color-success-frosted: light-dark(
65
- hsl(115 77.5% 27.8% / 0.18),
66
- hsl(157 84.9% 41.6% / 0.26)
65
+ hsl(109 100% 90% / 0.55),
66
+ hsl(157 79% 20% / 0.66)
67
67
  );
68
68
  --p-color-success-frosted-soft: light-dark(
69
- hsl(115 77.5% 27.8% / 0.1),
70
- hsl(157 84.9% 41.6% / 0.1)
69
+ hsl(109 80% 95% / 0.55),
70
+ hsl(157 59% 15% / 0.66)
71
71
  );
72
72
  --p-color-warning: light-dark(hsl(28 97.7% 34.1%), hsl(28 90.2% 56.1%));
73
73
  --p-color-warning-low: light-dark(
@@ -79,10 +79,13 @@ body {
79
79
  hsl(28 90.2% 56.1% / 0.6)
80
80
  );
81
81
  --p-color-warning-frosted: light-dark(
82
- hsl(28 97.7% 34.1% / 0.18),
83
- hsl(28 90.2% 56.1% / 0.26)
82
+ hsl(40 100% 90% / 0.55),
83
+ hsl(52 79% 20% / 0.66)
84
+ );
85
+ --p-color-warning-frosted-soft: light-dark(
86
+ hsl(40 80% 95% / 0.55),
87
+ hsl(52 59% 15% / 0.66)
84
88
  );
85
- --p-color-warning-frosted-soft: hsl(28 90.2% 56.1% / 0.1);
86
89
  --p-color-error: light-dark(hsl(357 78% 41%), hsl(0 96.9% 62%));
87
90
  --p-color-error-low: light-dark(
88
91
  hsl(357 78% 41% / 0.18),
@@ -93,12 +96,12 @@ body {
93
96
  hsl(0 96.9% 62% / 0.6)
94
97
  );
95
98
  --p-color-error-frosted: light-dark(
96
- hsl(357 78% 41% / 0.18),
97
- hsl(0 96.9% 62% / 0.26)
99
+ hsl(0 100% 90% / 0.55),
100
+ hsl(0 79% 20% / 0.66)
98
101
  );
99
102
  --p-color-error-frosted-soft: light-dark(
100
- hsl(357 78% 41% / 0.1),
101
- hsl(0 96.9% 62% / 0.1)
103
+ hsl(0 80% 95% / 0.55),
104
+ hsl(0 59% 15% / 0.66)
102
105
  );
103
106
  --p-color-info: light-dark(hsl(228 83.2% 51%), hsl(210 100% 54.5%));
104
107
  --p-color-info-low: light-dark(
@@ -110,12 +113,12 @@ body {
110
113
  hsl(210 100% 54.5% / 0.6)
111
114
  );
112
115
  --p-color-info-frosted: light-dark(
113
- hsl(228 83.2% 51% / 0.18),
114
- hsl(210 100% 54.5% / 0.26)
116
+ hsl(211 100% 90% / 0.55),
117
+ hsl(210 79% 20% / 0.66)
115
118
  );
116
119
  --p-color-info-frosted-soft: light-dark(
117
- hsl(228 83.2% 51% / 0.1),
118
- hsl(210 100% 54.5% / 0.1)
120
+ hsl(211 80% 95% / 0.55),
121
+ hsl(210 59% 15% / 0.66)
119
122
  );
120
123
 
121
124
  --p-font-porsche-next:
@@ -219,23 +222,23 @@ body {
219
222
  --p-color-success: hsl(115 77.5% 27.8%);
220
223
  --p-color-success-low: hsl(115 77.5% 27.8% / 0.18);
221
224
  --p-color-success-medium: hsl(115 77.5% 27.8% / 0.6);
222
- --p-color-success-frosted: hsl(115 77.5% 27.8% / 0.18);
223
- --p-color-success-frosted-soft: hsl(115 77.5% 27.8% / 0.1);
225
+ --p-color-success-frosted: hsl(109 100% 90% / 0.55);
226
+ --p-color-success-frosted-soft: hsl(109 80% 95% / 0.55);
224
227
  --p-color-warning: hsl(28 97.7% 34.1%);
225
228
  --p-color-warning-low: hsl(28 97.7% 34.1% / 0.18);
226
229
  --p-color-warning-medium: hsl(28 97.7% 34.1% / 0.6);
227
- --p-color-warning-frosted: hsl(28 97.7% 34.1% / 0.18);
228
- --p-color-warning-frosted-soft: hsl(28 97.7% 34.1% / 0.1);
230
+ --p-color-warning-frosted: hsl(40 100% 90% / 0.55);
231
+ --p-color-warning-frosted-soft: hsl(40 80% 95% / 0.55);
229
232
  --p-color-error: hsl(357 78% 41%);
230
233
  --p-color-error-low: hsl(357 78% 41% / 0.18);
231
234
  --p-color-error-medium: hsl(357 78% 41% / 0.6);
232
- --p-color-error-frosted: hsl(357 78% 41% / 0.18);
233
- --p-color-error-frosted-soft: hsl(357 78% 41% / 0.1);
235
+ --p-color-error-frosted: hsl(0 100% 90% / 0.55);
236
+ --p-color-error-frosted-soft: hsl(0 80% 95% / 0.55);
234
237
  --p-color-info: hsl(228 83.2% 51%);
235
238
  --p-color-info-low: hsl(228 83.2% 51% / 0.18);
236
239
  --p-color-info-medium: hsl(228 83.2% 51% / 0.6);
237
- --p-color-info-frosted: hsl(228 83.2% 51% / 0.18);
238
- --p-color-info-frosted-soft: hsl(228 83.2% 51% / 0.1);
240
+ --p-color-info-frosted: hsl(211 100% 90% / 0.55);
241
+ --p-color-info-frosted-soft: hsl(211 80% 95% / 0.55);
239
242
  }
240
243
 
241
244
  .scheme-dark,
@@ -256,23 +259,23 @@ body {
256
259
  --p-color-success: hsl(157 84.9% 41.6%);
257
260
  --p-color-success-low: hsl(157 84.9% 41.6% / 0.18);
258
261
  --p-color-success-medium: hsl(157 84.9% 41.6% / 0.6);
259
- --p-color-success-frosted: hsl(157 84.9% 41.6% / 0.26);
260
- --p-color-success-frosted-soft: hsl(157 84.9% 41.6% / 0.1);
262
+ --p-color-success-frosted: hsl(157 79% 20% / 0.66);
263
+ --p-color-success-frosted-soft: hsl(157 59% 15% / 0.66);
261
264
  --p-color-warning: hsl(28 90.2% 56.1%);
262
265
  --p-color-warning-low: hsl(28 90.2% 56.1% / 0.18);
263
266
  --p-color-warning-medium: hsl(28 90.2% 56.1% / 0.6);
264
- --p-color-warning-frosted: hsl(28 90.2% 56.1% / 0.26);
265
- --p-color-warning-frosted-soft: hsl(28 90.2% 56.1% / 0.1);
267
+ --p-color-warning-frosted: hsl(52 79% 20% / 0.66);
268
+ --p-color-warning-frosted-soft: hsl(52 59% 15% / 0.66);
266
269
  --p-color-error: hsl(0 96.9% 62%);
267
270
  --p-color-error-low: hsl(0 96.9% 62% / 0.18);
268
271
  --p-color-error-medium: hsl(0 96.9% 62% / 0.6);
269
- --p-color-error-frosted: hsl(0 96.9% 62% / 0.26);
270
- --p-color-error-frosted-soft: hsl(0 96.9% 62% / 0.1);
272
+ --p-color-error-frosted: hsl(0 79% 20% / 0.66);
273
+ --p-color-error-frosted-soft: hsl(0 59% 15% / 0.66);
271
274
  --p-color-info: hsl(210 100% 54.5%);
272
275
  --p-color-info-low: hsl(210 100% 54.5% / 0.18);
273
276
  --p-color-info-medium: hsl(210 100% 54.5% / 0.6);
274
- --p-color-info-frosted: hsl(210 100% 54.5% / 0.26);
275
- --p-color-info-frosted-soft: hsl(210 100% 54.5% / 0.1);
277
+ --p-color-info-frosted: hsl(210 79% 20% / 0.66);
278
+ --p-color-info-frosted-soft: hsl(210 59% 15% / 0.66);
276
279
  }
277
280
 
278
281
  @media (prefers-color-scheme: dark) {
@@ -293,23 +296,23 @@ body {
293
296
  --p-color-success: hsl(157 84.9% 41.6%);
294
297
  --p-color-success-low: hsl(157 84.9% 41.6% / 0.18);
295
298
  --p-color-success-medium: hsl(157 84.9% 41.6% / 0.6);
296
- --p-color-success-frosted: hsl(157 84.9% 41.6% / 0.26);
297
- --p-color-success-frosted-soft: hsl(157 84.9% 41.6% / 0.1);
299
+ --p-color-success-frosted: hsl(157 79% 20% / 0.66);
300
+ --p-color-success-frosted-soft: hsl(157 59% 15% / 0.66);
298
301
  --p-color-warning: hsl(28 90.2% 56.1%);
299
302
  --p-color-warning-low: hsl(28 90.2% 56.1% / 0.18);
300
303
  --p-color-warning-medium: hsl(28 90.2% 56.1% / 0.6);
301
- --p-color-warning-frosted: hsl(28 90.2% 56.1% / 0.26);
302
- --p-color-warning-frosted-soft: hsl(28 90.2% 56.1% / 0.1);
304
+ --p-color-warning-frosted: hsl(52 79% 20% / 0.66);
305
+ --p-color-warning-frosted-soft: hsl(52 59% 15% / 0.66);
303
306
  --p-color-error: hsl(0 96.9% 62%);
304
307
  --p-color-error-low: hsl(0 96.9% 62% / 0.18);
305
308
  --p-color-error-medium: hsl(0 96.9% 62% / 0.6);
306
- --p-color-error-frosted: hsl(0 96.9% 62% / 0.26);
307
- --p-color-error-frosted-soft: hsl(0 96.9% 62% / 0.1);
309
+ --p-color-error-frosted: hsl(0 79% 20% / 0.66);
310
+ --p-color-error-frosted-soft: hsl(0 59% 15% / 0.66);
308
311
  --p-color-info: hsl(210 100% 54.5%);
309
312
  --p-color-info-low: hsl(210 100% 54.5% / 0.18);
310
313
  --p-color-info-medium: hsl(210 100% 54.5% / 0.6);
311
- --p-color-info-frosted: hsl(210 100% 54.5% / 0.26);
312
- --p-color-info-frosted-soft: hsl(210 100% 54.5% / 0.1);
314
+ --p-color-info-frosted: hsl(210 79% 20% / 0.66);
315
+ --p-color-info-frosted-soft: hsl(210 59% 15% / 0.66);
313
316
  }
314
317
  }
315
318
  }
@@ -39,23 +39,23 @@
39
39
  --p-color-success: hsl(115 77.5% 27.8%);
40
40
  --p-color-success-low: hsl(115 77.5% 27.8% / 0.18);
41
41
  --p-color-success-medium: hsl(115 77.5% 27.8% / 0.6);
42
- --p-color-success-frosted: hsl(115 77.5% 27.8% / 0.18);
43
- --p-color-success-frosted-soft: hsl(115 77.5% 27.8% / 0.1);
42
+ --p-color-success-frosted: hsl(109 100% 90% / 0.55);
43
+ --p-color-success-frosted-soft: hsl(109 80% 95% / 0.55);
44
44
  --p-color-warning: hsl(28 97.7% 34.1%);
45
45
  --p-color-warning-low: hsl(28 97.7% 34.1% / 0.18);
46
46
  --p-color-warning-medium: hsl(28 97.7% 34.1% / 0.6);
47
- --p-color-warning-frosted: hsl(28 97.7% 34.1% / 0.18);
48
- --p-color-warning-frosted-soft: hsl(28 97.7% 34.1% / 0.1);
47
+ --p-color-warning-frosted: hsl(40 100% 90% / 0.55);
48
+ --p-color-warning-frosted-soft: hsl(40 80% 95% / 0.55);
49
49
  --p-color-error: hsl(357 78% 41%);
50
50
  --p-color-error-low: hsl(357 78% 41% / 0.18);
51
51
  --p-color-error-medium: hsl(357 78% 41% / 0.6);
52
- --p-color-error-frosted: hsl(357 78% 41% / 0.18);
53
- --p-color-error-frosted-soft: hsl(357 78% 41% / 0.1);
52
+ --p-color-error-frosted: hsl(0 100% 90% / 0.55);
53
+ --p-color-error-frosted-soft: hsl(0 80% 95% / 0.55);
54
54
  --p-color-info: hsl(228 83.2% 51%);
55
55
  --p-color-info-low: hsl(228 83.2% 51% / 0.18);
56
56
  --p-color-info-medium: hsl(228 83.2% 51% / 0.6);
57
- --p-color-info-frosted: hsl(228 83.2% 51% / 0.18);
58
- --p-color-info-frosted-soft: hsl(228 83.2% 51% / 0.1);
57
+ --p-color-info-frosted: hsl(211 100% 90% / 0.55);
58
+ --p-color-info-frosted-soft: hsl(211 80% 95% / 0.55);
59
59
  }
60
60
 
61
61
  .scheme-dark,
@@ -76,23 +76,23 @@
76
76
  --p-color-success: hsl(157 84.9% 41.6%);
77
77
  --p-color-success-low: hsl(157 84.9% 41.6% / 0.18);
78
78
  --p-color-success-medium: hsl(157 84.9% 41.6% / 0.6);
79
- --p-color-success-frosted: hsl(157 84.9% 41.6% / 0.26);
80
- --p-color-success-frosted-soft: hsl(157 84.9% 41.6% / 0.1);
79
+ --p-color-success-frosted: hsl(157 79% 20% / 0.66);
80
+ --p-color-success-frosted-soft: hsl(157 59% 15% / 0.66);
81
81
  --p-color-warning: hsl(28 90.2% 56.1%);
82
82
  --p-color-warning-low: hsl(28 90.2% 56.1% / 0.18);
83
83
  --p-color-warning-medium: hsl(28 90.2% 56.1% / 0.6);
84
- --p-color-warning-frosted: hsl(28 90.2% 56.1% / 0.26);
85
- --p-color-warning-frosted-soft: hsl(28 90.2% 56.1% / 0.1);
84
+ --p-color-warning-frosted: hsl(52 79% 20% / 0.66);
85
+ --p-color-warning-frosted-soft: hsl(52 59% 15% / 0.66);
86
86
  --p-color-error: hsl(0 96.9% 62%);
87
87
  --p-color-error-low: hsl(0 96.9% 62% / 0.18);
88
88
  --p-color-error-medium: hsl(0 96.9% 62% / 0.6);
89
- --p-color-error-frosted: hsl(0 96.9% 62% / 0.26);
90
- --p-color-error-frosted-soft: hsl(0 96.9% 62% / 0.1);
89
+ --p-color-error-frosted: hsl(0 79% 20% / 0.66);
90
+ --p-color-error-frosted-soft: hsl(0 59% 15% / 0.66);
91
91
  --p-color-info: hsl(210 100% 54.5%);
92
92
  --p-color-info-low: hsl(210 100% 54.5% / 0.18);
93
93
  --p-color-info-medium: hsl(210 100% 54.5% / 0.6);
94
- --p-color-info-frosted: hsl(210 100% 54.5% / 0.26);
95
- --p-color-info-frosted-soft: hsl(210 100% 54.5% / 0.1);
94
+ --p-color-info-frosted: hsl(210 79% 20% / 0.66);
95
+ --p-color-info-frosted-soft: hsl(210 59% 15% / 0.66);
96
96
  }
97
97
 
98
98
  @media (prefers-color-scheme: dark) {
@@ -113,23 +113,23 @@
113
113
  --p-color-success: hsl(157 84.9% 41.6%);
114
114
  --p-color-success-low: hsl(157 84.9% 41.6% / 0.18);
115
115
  --p-color-success-medium: hsl(157 84.9% 41.6% / 0.6);
116
- --p-color-success-frosted: hsl(157 84.9% 41.6% / 0.26);
117
- --p-color-success-frosted-soft: hsl(157 84.9% 41.6% / 0.1);
116
+ --p-color-success-frosted: hsl(157 79% 20% / 0.66);
117
+ --p-color-success-frosted-soft: hsl(157 59% 15% / 0.66);
118
118
  --p-color-warning: hsl(28 90.2% 56.1%);
119
119
  --p-color-warning-low: hsl(28 90.2% 56.1% / 0.18);
120
120
  --p-color-warning-medium: hsl(28 90.2% 56.1% / 0.6);
121
- --p-color-warning-frosted: hsl(28 90.2% 56.1% / 0.26);
122
- --p-color-warning-frosted-soft: hsl(28 90.2% 56.1% / 0.1);
121
+ --p-color-warning-frosted: hsl(52 79% 20% / 0.66);
122
+ --p-color-warning-frosted-soft: hsl(52 59% 15% / 0.66);
123
123
  --p-color-error: hsl(0 96.9% 62%);
124
124
  --p-color-error-low: hsl(0 96.9% 62% / 0.18);
125
125
  --p-color-error-medium: hsl(0 96.9% 62% / 0.6);
126
- --p-color-error-frosted: hsl(0 96.9% 62% / 0.26);
127
- --p-color-error-frosted-soft: hsl(0 96.9% 62% / 0.1);
126
+ --p-color-error-frosted: hsl(0 79% 20% / 0.66);
127
+ --p-color-error-frosted-soft: hsl(0 59% 15% / 0.66);
128
128
  --p-color-info: hsl(210 100% 54.5%);
129
129
  --p-color-info-low: hsl(210 100% 54.5% / 0.18);
130
130
  --p-color-info-medium: hsl(210 100% 54.5% / 0.6);
131
- --p-color-info-frosted: hsl(210 100% 54.5% / 0.26);
132
- --p-color-info-frosted-soft: hsl(210 100% 54.5% / 0.1);
131
+ --p-color-info-frosted: hsl(210 79% 20% / 0.66);
132
+ --p-color-info-frosted-soft: hsl(210 59% 15% / 0.66);
133
133
  }
134
134
  }
135
135
  }
@@ -62,12 +62,12 @@ body {
62
62
  hsl(157 84.9% 41.6% / 0.6)
63
63
  );
64
64
  --p-color-success-frosted: light-dark(
65
- hsl(115 77.5% 27.8% / 0.18),
66
- hsl(157 84.9% 41.6% / 0.26)
65
+ hsl(109 100% 90% / 0.55),
66
+ hsl(157 79% 20% / 0.66)
67
67
  );
68
68
  --p-color-success-frosted-soft: light-dark(
69
- hsl(115 77.5% 27.8% / 0.1),
70
- hsl(157 84.9% 41.6% / 0.1)
69
+ hsl(109 80% 95% / 0.55),
70
+ hsl(157 59% 15% / 0.66)
71
71
  );
72
72
  --p-color-warning: light-dark(hsl(28 97.7% 34.1%), hsl(28 90.2% 56.1%));
73
73
  --p-color-warning-low: light-dark(
@@ -79,10 +79,13 @@ body {
79
79
  hsl(28 90.2% 56.1% / 0.6)
80
80
  );
81
81
  --p-color-warning-frosted: light-dark(
82
- hsl(28 97.7% 34.1% / 0.18),
83
- hsl(28 90.2% 56.1% / 0.26)
82
+ hsl(40 100% 90% / 0.55),
83
+ hsl(52 79% 20% / 0.66)
84
+ );
85
+ --p-color-warning-frosted-soft: light-dark(
86
+ hsl(40 80% 95% / 0.55),
87
+ hsl(52 59% 15% / 0.66)
84
88
  );
85
- --p-color-warning-frosted-soft: hsl(28 90.2% 56.1% / 0.1);
86
89
  --p-color-error: light-dark(hsl(357 78% 41%), hsl(0 96.9% 62%));
87
90
  --p-color-error-low: light-dark(
88
91
  hsl(357 78% 41% / 0.18),
@@ -93,12 +96,12 @@ body {
93
96
  hsl(0 96.9% 62% / 0.6)
94
97
  );
95
98
  --p-color-error-frosted: light-dark(
96
- hsl(357 78% 41% / 0.18),
97
- hsl(0 96.9% 62% / 0.26)
99
+ hsl(0 100% 90% / 0.55),
100
+ hsl(0 79% 20% / 0.66)
98
101
  );
99
102
  --p-color-error-frosted-soft: light-dark(
100
- hsl(357 78% 41% / 0.1),
101
- hsl(0 96.9% 62% / 0.1)
103
+ hsl(0 80% 95% / 0.55),
104
+ hsl(0 59% 15% / 0.66)
102
105
  );
103
106
  --p-color-info: light-dark(hsl(228 83.2% 51%), hsl(210 100% 54.5%));
104
107
  --p-color-info-low: light-dark(
@@ -110,12 +113,12 @@ body {
110
113
  hsl(210 100% 54.5% / 0.6)
111
114
  );
112
115
  --p-color-info-frosted: light-dark(
113
- hsl(228 83.2% 51% / 0.18),
114
- hsl(210 100% 54.5% / 0.26)
116
+ hsl(211 100% 90% / 0.55),
117
+ hsl(210 79% 20% / 0.66)
115
118
  );
116
119
  --p-color-info-frosted-soft: light-dark(
117
- hsl(228 83.2% 51% / 0.1),
118
- hsl(210 100% 54.5% / 0.1)
120
+ hsl(211 80% 95% / 0.55),
121
+ hsl(210 59% 15% / 0.66)
119
122
  );
120
123
 
121
124
  --p-font-porsche-next:
@@ -219,23 +222,23 @@ body {
219
222
  --p-color-success: hsl(115 77.5% 27.8%);
220
223
  --p-color-success-low: hsl(115 77.5% 27.8% / 0.18);
221
224
  --p-color-success-medium: hsl(115 77.5% 27.8% / 0.6);
222
- --p-color-success-frosted: hsl(115 77.5% 27.8% / 0.18);
223
- --p-color-success-frosted-soft: hsl(115 77.5% 27.8% / 0.1);
225
+ --p-color-success-frosted: hsl(109 100% 90% / 0.55);
226
+ --p-color-success-frosted-soft: hsl(109 80% 95% / 0.55);
224
227
  --p-color-warning: hsl(28 97.7% 34.1%);
225
228
  --p-color-warning-low: hsl(28 97.7% 34.1% / 0.18);
226
229
  --p-color-warning-medium: hsl(28 97.7% 34.1% / 0.6);
227
- --p-color-warning-frosted: hsl(28 97.7% 34.1% / 0.18);
228
- --p-color-warning-frosted-soft: hsl(28 97.7% 34.1% / 0.1);
230
+ --p-color-warning-frosted: hsl(40 100% 90% / 0.55);
231
+ --p-color-warning-frosted-soft: hsl(40 80% 95% / 0.55);
229
232
  --p-color-error: hsl(357 78% 41%);
230
233
  --p-color-error-low: hsl(357 78% 41% / 0.18);
231
234
  --p-color-error-medium: hsl(357 78% 41% / 0.6);
232
- --p-color-error-frosted: hsl(357 78% 41% / 0.18);
233
- --p-color-error-frosted-soft: hsl(357 78% 41% / 0.1);
235
+ --p-color-error-frosted: hsl(0 100% 90% / 0.55);
236
+ --p-color-error-frosted-soft: hsl(0 80% 95% / 0.55);
234
237
  --p-color-info: hsl(228 83.2% 51%);
235
238
  --p-color-info-low: hsl(228 83.2% 51% / 0.18);
236
239
  --p-color-info-medium: hsl(228 83.2% 51% / 0.6);
237
- --p-color-info-frosted: hsl(228 83.2% 51% / 0.18);
238
- --p-color-info-frosted-soft: hsl(228 83.2% 51% / 0.1);
240
+ --p-color-info-frosted: hsl(211 100% 90% / 0.55);
241
+ --p-color-info-frosted-soft: hsl(211 80% 95% / 0.55);
239
242
  }
240
243
 
241
244
  .scheme-dark,
@@ -256,23 +259,23 @@ body {
256
259
  --p-color-success: hsl(157 84.9% 41.6%);
257
260
  --p-color-success-low: hsl(157 84.9% 41.6% / 0.18);
258
261
  --p-color-success-medium: hsl(157 84.9% 41.6% / 0.6);
259
- --p-color-success-frosted: hsl(157 84.9% 41.6% / 0.26);
260
- --p-color-success-frosted-soft: hsl(157 84.9% 41.6% / 0.1);
262
+ --p-color-success-frosted: hsl(157 79% 20% / 0.66);
263
+ --p-color-success-frosted-soft: hsl(157 59% 15% / 0.66);
261
264
  --p-color-warning: hsl(28 90.2% 56.1%);
262
265
  --p-color-warning-low: hsl(28 90.2% 56.1% / 0.18);
263
266
  --p-color-warning-medium: hsl(28 90.2% 56.1% / 0.6);
264
- --p-color-warning-frosted: hsl(28 90.2% 56.1% / 0.26);
265
- --p-color-warning-frosted-soft: hsl(28 90.2% 56.1% / 0.1);
267
+ --p-color-warning-frosted: hsl(52 79% 20% / 0.66);
268
+ --p-color-warning-frosted-soft: hsl(52 59% 15% / 0.66);
266
269
  --p-color-error: hsl(0 96.9% 62%);
267
270
  --p-color-error-low: hsl(0 96.9% 62% / 0.18);
268
271
  --p-color-error-medium: hsl(0 96.9% 62% / 0.6);
269
- --p-color-error-frosted: hsl(0 96.9% 62% / 0.26);
270
- --p-color-error-frosted-soft: hsl(0 96.9% 62% / 0.1);
272
+ --p-color-error-frosted: hsl(0 79% 20% / 0.66);
273
+ --p-color-error-frosted-soft: hsl(0 59% 15% / 0.66);
271
274
  --p-color-info: hsl(210 100% 54.5%);
272
275
  --p-color-info-low: hsl(210 100% 54.5% / 0.18);
273
276
  --p-color-info-medium: hsl(210 100% 54.5% / 0.6);
274
- --p-color-info-frosted: hsl(210 100% 54.5% / 0.26);
275
- --p-color-info-frosted-soft: hsl(210 100% 54.5% / 0.1);
277
+ --p-color-info-frosted: hsl(210 79% 20% / 0.66);
278
+ --p-color-info-frosted-soft: hsl(210 59% 15% / 0.66);
276
279
  }
277
280
 
278
281
  @media (prefers-color-scheme: dark) {
@@ -293,23 +296,23 @@ body {
293
296
  --p-color-success: hsl(157 84.9% 41.6%);
294
297
  --p-color-success-low: hsl(157 84.9% 41.6% / 0.18);
295
298
  --p-color-success-medium: hsl(157 84.9% 41.6% / 0.6);
296
- --p-color-success-frosted: hsl(157 84.9% 41.6% / 0.26);
297
- --p-color-success-frosted-soft: hsl(157 84.9% 41.6% / 0.1);
299
+ --p-color-success-frosted: hsl(157 79% 20% / 0.66);
300
+ --p-color-success-frosted-soft: hsl(157 59% 15% / 0.66);
298
301
  --p-color-warning: hsl(28 90.2% 56.1%);
299
302
  --p-color-warning-low: hsl(28 90.2% 56.1% / 0.18);
300
303
  --p-color-warning-medium: hsl(28 90.2% 56.1% / 0.6);
301
- --p-color-warning-frosted: hsl(28 90.2% 56.1% / 0.26);
302
- --p-color-warning-frosted-soft: hsl(28 90.2% 56.1% / 0.1);
304
+ --p-color-warning-frosted: hsl(52 79% 20% / 0.66);
305
+ --p-color-warning-frosted-soft: hsl(52 59% 15% / 0.66);
303
306
  --p-color-error: hsl(0 96.9% 62%);
304
307
  --p-color-error-low: hsl(0 96.9% 62% / 0.18);
305
308
  --p-color-error-medium: hsl(0 96.9% 62% / 0.6);
306
- --p-color-error-frosted: hsl(0 96.9% 62% / 0.26);
307
- --p-color-error-frosted-soft: hsl(0 96.9% 62% / 0.1);
309
+ --p-color-error-frosted: hsl(0 79% 20% / 0.66);
310
+ --p-color-error-frosted-soft: hsl(0 59% 15% / 0.66);
308
311
  --p-color-info: hsl(210 100% 54.5%);
309
312
  --p-color-info-low: hsl(210 100% 54.5% / 0.18);
310
313
  --p-color-info-medium: hsl(210 100% 54.5% / 0.6);
311
- --p-color-info-frosted: hsl(210 100% 54.5% / 0.26);
312
- --p-color-info-frosted-soft: hsl(210 100% 54.5% / 0.1);
314
+ --p-color-info-frosted: hsl(210 79% 20% / 0.66);
315
+ --p-color-info-frosted-soft: hsl(210 59% 15% / 0.66);
313
316
  }
314
317
  }
315
318
  }
@@ -51,12 +51,12 @@
51
51
  hsl(157 84.9% 41.6% / 0.6)
52
52
  );
53
53
  --p-color-success-frosted: light-dark(
54
- hsl(115 77.5% 27.8% / 0.18),
55
- hsl(157 84.9% 41.6% / 0.26)
54
+ hsl(109 100% 90% / 0.55),
55
+ hsl(157 79% 20% / 0.66)
56
56
  );
57
57
  --p-color-success-frosted-soft: light-dark(
58
- hsl(115 77.5% 27.8% / 0.1),
59
- hsl(157 84.9% 41.6% / 0.1)
58
+ hsl(109 80% 95% / 0.55),
59
+ hsl(157 59% 15% / 0.66)
60
60
  );
61
61
  --p-color-warning: light-dark(hsl(28 97.7% 34.1%), hsl(28 90.2% 56.1%));
62
62
  --p-color-warning-low: light-dark(
@@ -68,10 +68,13 @@
68
68
  hsl(28 90.2% 56.1% / 0.6)
69
69
  );
70
70
  --p-color-warning-frosted: light-dark(
71
- hsl(28 97.7% 34.1% / 0.18),
72
- hsl(28 90.2% 56.1% / 0.26)
71
+ hsl(40 100% 90% / 0.55),
72
+ hsl(52 79% 20% / 0.66)
73
+ );
74
+ --p-color-warning-frosted-soft: light-dark(
75
+ hsl(40 80% 95% / 0.55),
76
+ hsl(52 59% 15% / 0.66)
73
77
  );
74
- --p-color-warning-frosted-soft: hsl(28 90.2% 56.1% / 0.1);
75
78
  --p-color-error: light-dark(hsl(357 78% 41%), hsl(0 96.9% 62%));
76
79
  --p-color-error-low: light-dark(
77
80
  hsl(357 78% 41% / 0.18),
@@ -82,12 +85,12 @@
82
85
  hsl(0 96.9% 62% / 0.6)
83
86
  );
84
87
  --p-color-error-frosted: light-dark(
85
- hsl(357 78% 41% / 0.18),
86
- hsl(0 96.9% 62% / 0.26)
88
+ hsl(0 100% 90% / 0.55),
89
+ hsl(0 79% 20% / 0.66)
87
90
  );
88
91
  --p-color-error-frosted-soft: light-dark(
89
- hsl(357 78% 41% / 0.1),
90
- hsl(0 96.9% 62% / 0.1)
92
+ hsl(0 80% 95% / 0.55),
93
+ hsl(0 59% 15% / 0.66)
91
94
  );
92
95
  --p-color-info: light-dark(hsl(228 83.2% 51%), hsl(210 100% 54.5%));
93
96
  --p-color-info-low: light-dark(
@@ -99,12 +102,12 @@
99
102
  hsl(210 100% 54.5% / 0.6)
100
103
  );
101
104
  --p-color-info-frosted: light-dark(
102
- hsl(228 83.2% 51% / 0.18),
103
- hsl(210 100% 54.5% / 0.26)
105
+ hsl(211 100% 90% / 0.55),
106
+ hsl(210 79% 20% / 0.66)
104
107
  );
105
108
  --p-color-info-frosted-soft: light-dark(
106
- hsl(228 83.2% 51% / 0.1),
107
- hsl(210 100% 54.5% / 0.1)
109
+ hsl(211 80% 95% / 0.55),
110
+ hsl(210 59% 15% / 0.66)
108
111
  );
109
112
 
110
113
  --p-font-porsche-next:
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "@porsche-design-system/components-angular",
3
- "version": "4.0.0-rc.1",
3
+ "version": "4.0.0",
4
4
  "description": "Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.",
5
+ "type": "commonjs",
5
6
  "keywords": [
6
7
  "porsche",
7
8
  "design",
@@ -21,7 +22,7 @@
21
22
  "url": "https://github.com/porsche-design-system/porsche-design-system"
22
23
  },
23
24
  "dependencies": {
24
- "@porsche-design-system/components-js": "4.0.0-rc.1",
25
+ "@porsche-design-system/components-js": "4.0.0",
25
26
  "tslib": "^2.8.1"
26
27
  },
27
28
  "peerDependencies": {
@@ -44,6 +45,9 @@
44
45
  }
45
46
  },
46
47
  "exports": {
48
+ "./package.json": {
49
+ "default": "./package.json"
50
+ },
47
51
  "./jsdom-polyfill": {
48
52
  "types": "./jsdom-polyfill/index.d.ts",
49
53
  "default": "./jsdom-polyfill/index.cjs"
@@ -81,8 +85,8 @@
81
85
  "default": "./testing/index.cjs"
82
86
  },
83
87
  "./styles": {
84
- "sass": "./scss/_index.scss",
85
88
  "types": "./emotion/esm/index.d.ts",
89
+ "sass": "./scss/_index.scss",
86
90
  "import": "./emotion/esm/index.mjs",
87
91
  "default": "./emotion/cjs/index.cjs"
88
92
  },
@@ -111,9 +115,6 @@
111
115
  "./cn/font-face": "./global-styles/cn/font-face.css",
112
116
  "./legacy-radius.css": "./global-styles/legacy-radius.css",
113
117
  "./legacy-radius": "./global-styles/legacy-radius.css",
114
- "./package.json": {
115
- "default": "./package.json"
116
- },
117
118
  ".": {
118
119
  "types": "./types/porsche-design-system-components-angular.d.ts",
119
120
  "default": "./fesm2022/porsche-design-system-components-angular.mjs"