@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.
- package/CHANGELOG.md +41 -0
- package/OSS_NOTICE +1649 -5178
- package/fesm2022/porsche-design-system-components-angular.mjs +6 -4
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
- package/global-styles/cn/index.css +154 -152
- package/global-styles/color-scheme.css +95 -95
- package/global-styles/index.css +154 -152
- package/global-styles/variables.css +59 -57
- package/package.json +2 -2
- package/tailwindcss/index.css +151 -154
- package/types/porsche-design-system-components-angular.d.ts +24 -3
- package/vanilla-extract/cjs/tokens/dist/esm/color/palette.cjs +56 -56
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleXs.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/text/textLargeStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textMediumStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textSmallStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textXLargeStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textXSmallStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/deprecated/text/textXXSmallStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseText2XsStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextLgStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextMdStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextSmStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextXlStyle.cjs +0 -2
- package/vanilla-extract/cjs/typography/proseTextXsStyle.cjs +0 -2
- package/vanilla-extract/esm/font/deprecated/fontSizeTextXSmall.d.ts +1 -1
- package/vanilla-extract/esm/font/typescaleXs.d.ts +1 -1
- package/vanilla-extract/esm/tokens/dist/esm/color/palette.mjs +56 -56
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleXs.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textLargeStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textMediumStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textSmallStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXLargeStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.d.ts +1 -3
- package/vanilla-extract/esm/typography/deprecated/text/textXSmallStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/deprecated/text/textXXSmallStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseText2XsStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseText2XsStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextLgStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextLgStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextMdStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextMdStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextSmStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextSmStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextXlStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextXlStyle.mjs +0 -2
- package/vanilla-extract/esm/typography/proseTextXsStyle.d.ts +0 -2
- package/vanilla-extract/esm/typography/proseTextXsStyle.mjs +0 -2
package/tailwindcss/index.css
CHANGED
|
@@ -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
|
|
15
|
-
--color-surface: light-dark(hsl(240
|
|
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
|
-
|
|
22
|
-
|
|
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
|
-
|
|
26
|
-
|
|
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
|
-
|
|
30
|
-
|
|
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
|
-
|
|
34
|
-
|
|
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
|
-
|
|
38
|
-
|
|
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
|
-
|
|
42
|
-
|
|
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
|
-
|
|
46
|
-
|
|
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
|
-
|
|
50
|
-
|
|
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
|
|
53
|
-
--color-success: light-dark(hsl(115
|
|
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
|
-
|
|
56
|
-
|
|
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
|
-
|
|
60
|
-
|
|
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
|
-
|
|
64
|
-
|
|
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
|
-
|
|
68
|
-
|
|
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
|
|
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
|
-
|
|
73
|
-
|
|
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
|
-
|
|
77
|
-
|
|
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
|
-
|
|
81
|
-
|
|
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:
|
|
84
|
-
--color-error: light-dark(hsl(357
|
|
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
|
-
|
|
87
|
-
|
|
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
|
-
|
|
91
|
-
|
|
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
|
-
|
|
95
|
-
|
|
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
|
-
|
|
99
|
-
|
|
95
|
+
hsl(357 78% 41% / 0.1),
|
|
96
|
+
hsl(0 96.9% 62% / 0.1)
|
|
100
97
|
);
|
|
101
|
-
--color-info: light-dark(hsl(228
|
|
98
|
+
--color-info: light-dark(hsl(228 83.2% 51%), hsl(210 100% 54.5%));
|
|
102
99
|
--color-info-low: light-dark(
|
|
103
|
-
|
|
104
|
-
|
|
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
|
-
|
|
108
|
-
|
|
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
|
-
|
|
112
|
-
|
|
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
|
-
|
|
116
|
-
|
|
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:
|
|
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
|
|
253
|
-
--color-frosted:
|
|
254
|
-
--color-frosted-soft:
|
|
255
|
-
--color-frosted-strong:
|
|
256
|
-
--color-backdrop:
|
|
257
|
-
--color-contrast-lower:
|
|
258
|
-
--color-contrast-low:
|
|
259
|
-
--color-contrast-medium:
|
|
260
|
-
--color-contrast-high:
|
|
261
|
-
--color-contrast-higher:
|
|
262
|
-
--color-primary: hsl(225
|
|
263
|
-
--color-success: hsl(115
|
|
264
|
-
--color-success-low:
|
|
265
|
-
--color-success-medium:
|
|
266
|
-
--color-success-frosted:
|
|
267
|
-
--color-success-frosted-soft:
|
|
268
|
-
--color-warning: hsl(28
|
|
269
|
-
--color-warning-low:
|
|
270
|
-
--color-warning-medium:
|
|
271
|
-
--color-warning-frosted:
|
|
272
|
-
--color-warning-frosted-soft:
|
|
273
|
-
--color-error: hsl(357
|
|
274
|
-
--color-error-low:
|
|
275
|
-
--color-error-medium:
|
|
276
|
-
--color-error-frosted:
|
|
277
|
-
--color-error-frosted-soft:
|
|
278
|
-
--color-info: hsl(228
|
|
279
|
-
--color-info-low:
|
|
280
|
-
--color-info-medium:
|
|
281
|
-
--color-info-frosted:
|
|
282
|
-
--color-info-frosted-soft:
|
|
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
|
|
289
|
-
--color-surface: hsl(240
|
|
290
|
-
--color-frosted:
|
|
291
|
-
--color-frosted-soft:
|
|
292
|
-
--color-frosted-strong:
|
|
293
|
-
--color-backdrop:
|
|
294
|
-
--color-contrast-lower:
|
|
295
|
-
--color-contrast-low:
|
|
296
|
-
--color-contrast-medium:
|
|
297
|
-
--color-contrast-high:
|
|
298
|
-
--color-contrast-higher:
|
|
299
|
-
--color-primary: hsl(225
|
|
300
|
-
--color-success: hsl(157
|
|
301
|
-
--color-success-low:
|
|
302
|
-
--color-success-medium:
|
|
303
|
-
--color-success-frosted:
|
|
304
|
-
--color-success-frosted-soft:
|
|
305
|
-
--color-warning: hsl(28
|
|
306
|
-
--color-warning-low:
|
|
307
|
-
--color-warning-medium:
|
|
308
|
-
--color-warning-frosted:
|
|
309
|
-
--color-warning-frosted-soft:
|
|
310
|
-
--color-error: hsl(0
|
|
311
|
-
--color-error-low:
|
|
312
|
-
--color-error-medium:
|
|
313
|
-
--color-error-frosted:
|
|
314
|
-
--color-error-frosted-soft:
|
|
315
|
-
--color-info: hsl(210
|
|
316
|
-
--color-info-low:
|
|
317
|
-
--color-info-medium:
|
|
318
|
-
--color-info-frosted:
|
|
319
|
-
--color-info-frosted-soft:
|
|
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
|
|
326
|
-
--color-surface: hsl(240
|
|
327
|
-
--color-frosted:
|
|
328
|
-
--color-frosted-soft:
|
|
329
|
-
--color-frosted-strong:
|
|
330
|
-
--color-backdrop:
|
|
331
|
-
--color-contrast-lower:
|
|
332
|
-
--color-contrast-low:
|
|
333
|
-
--color-contrast-medium:
|
|
334
|
-
--color-contrast-high:
|
|
335
|
-
--color-contrast-higher:
|
|
336
|
-
--color-primary: hsl(225
|
|
337
|
-
--color-success: hsl(157
|
|
338
|
-
--color-success-low:
|
|
339
|
-
--color-success-medium:
|
|
340
|
-
--color-success-frosted:
|
|
341
|
-
--color-success-frosted-soft:
|
|
342
|
-
--color-warning: hsl(28
|
|
343
|
-
--color-warning-low:
|
|
344
|
-
--color-warning-medium:
|
|
345
|
-
--color-warning-frosted:
|
|
346
|
-
--color-warning-frosted-soft:
|
|
347
|
-
--color-error: hsl(0
|
|
348
|
-
--color-error-low:
|
|
349
|
-
--color-error-medium:
|
|
350
|
-
--color-error-frosted:
|
|
351
|
-
--color-error-frosted-soft:
|
|
352
|
-
--color-info: hsl(210
|
|
353
|
-
--color-info-low:
|
|
354
|
-
--color-info-medium:
|
|
355
|
-
--color-info-frosted:
|
|
356
|
-
--color-info-frosted-soft:
|
|
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 };
|