@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
|
@@ -10,110 +10,112 @@ body {
|
|
|
10
10
|
-webkit-text-size-adjust: none;
|
|
11
11
|
}
|
|
12
12
|
:root {
|
|
13
|
+
color-scheme: light;
|
|
14
|
+
|
|
13
15
|
--p-color-focus: light-dark(#1a44ea, #1a44ea);
|
|
14
|
-
--p-color-canvas: light-dark(#fff, hsl(225
|
|
15
|
-
--p-color-surface: light-dark(hsl(240
|
|
16
|
+
--p-color-canvas: light-dark(#fff, hsl(225 66.7% 1.2%));
|
|
17
|
+
--p-color-surface: light-dark(hsl(240 10% 95%), hsl(240 2% 10%));
|
|
16
18
|
--p-color-frosted: light-dark(
|
|
17
|
-
|
|
18
|
-
|
|
19
|
+
hsl(240 5% 70% / 0.148),
|
|
20
|
+
hsl(240 2% 43% / 0.228)
|
|
19
21
|
);
|
|
20
22
|
--p-color-frosted-soft: light-dark(
|
|
21
|
-
|
|
22
|
-
|
|
23
|
+
hsl(234 9.8% 60% / 0.06),
|
|
24
|
+
hsl(240 3.7% 26.5% / 0.154)
|
|
23
25
|
);
|
|
24
26
|
--p-color-frosted-strong: light-dark(
|
|
25
|
-
|
|
26
|
-
|
|
27
|
+
hsl(236 6.5% 42% / 0.236),
|
|
28
|
+
hsl(240 1.5% 61.8% / 0.302)
|
|
27
29
|
);
|
|
28
30
|
--p-color-backdrop: light-dark(
|
|
29
|
-
|
|
30
|
-
|
|
31
|
+
hsl(240 5.3% 14.9% / 0.5),
|
|
32
|
+
hsl(240 5.3% 14.9% / 0.5)
|
|
31
33
|
);
|
|
32
34
|
--p-color-contrast-lower: light-dark(
|
|
33
|
-
|
|
34
|
-
|
|
35
|
+
hsl(234 6% 32.9% / 0.324),
|
|
36
|
+
hsl(240 1.5% 61.8% / 0.302)
|
|
35
37
|
);
|
|
36
38
|
--p-color-contrast-low: light-dark(
|
|
37
|
-
|
|
38
|
-
|
|
39
|
+
hsl(240 5.3% 14.9% / 0.5),
|
|
40
|
+
hsl(240 12.5% 96.9% / 0.45)
|
|
39
41
|
);
|
|
40
42
|
--p-color-contrast-medium: light-dark(
|
|
41
|
-
|
|
42
|
-
|
|
43
|
+
hsl(240 6.1% 7% / 0.6),
|
|
44
|
+
hsl(240 12.5% 96.9% / 0.56)
|
|
43
45
|
);
|
|
44
46
|
--p-color-contrast-high: light-dark(
|
|
45
|
-
|
|
46
|
-
|
|
47
|
+
hsl(240 7.1% 11% / 0.7),
|
|
48
|
+
hsl(240 12.5% 96.9% / 0.67)
|
|
47
49
|
);
|
|
48
50
|
--p-color-contrast-higher: light-dark(
|
|
49
|
-
|
|
50
|
-
|
|
51
|
+
hsl(240 8.7% 9% / 0.8),
|
|
52
|
+
hsl(240 12.5% 96.9% / 0.78)
|
|
51
53
|
);
|
|
52
|
-
--p-color-primary: light-dark(hsl(225
|
|
53
|
-
--p-color-success: light-dark(hsl(115
|
|
54
|
+
--p-color-primary: light-dark(hsl(225 66.7% 1.2%), hsl(225 100% 99%));
|
|
55
|
+
--p-color-success: light-dark(hsl(115 77.5% 27.8%), hsl(157 84.9% 41.6%));
|
|
54
56
|
--p-color-success-low: light-dark(
|
|
55
|
-
|
|
56
|
-
|
|
57
|
+
hsl(115 77.5% 27.8% / 0.18),
|
|
58
|
+
hsl(157 84.9% 41.6% / 0.18)
|
|
57
59
|
);
|
|
58
60
|
--p-color-success-medium: light-dark(
|
|
59
|
-
|
|
60
|
-
|
|
61
|
+
hsl(115 77.5% 27.8% / 0.6),
|
|
62
|
+
hsl(157 84.9% 41.6% / 0.6)
|
|
61
63
|
);
|
|
62
64
|
--p-color-success-frosted: light-dark(
|
|
63
|
-
|
|
64
|
-
|
|
65
|
+
hsl(115 77.5% 27.8% / 0.18),
|
|
66
|
+
hsl(157 84.9% 41.6% / 0.26)
|
|
65
67
|
);
|
|
66
68
|
--p-color-success-frosted-soft: light-dark(
|
|
67
|
-
|
|
68
|
-
|
|
69
|
+
hsl(115 77.5% 27.8% / 0.1),
|
|
70
|
+
hsl(157 84.9% 41.6% / 0.1)
|
|
69
71
|
);
|
|
70
|
-
--p-color-warning: light-dark(hsl(28
|
|
72
|
+
--p-color-warning: light-dark(hsl(28 97.7% 34.1%), hsl(28 90.2% 56.1%));
|
|
71
73
|
--p-color-warning-low: light-dark(
|
|
72
|
-
|
|
73
|
-
|
|
74
|
+
hsl(28 97.7% 34.1% / 0.18),
|
|
75
|
+
hsl(28 90.2% 56.1% / 0.18)
|
|
74
76
|
);
|
|
75
77
|
--p-color-warning-medium: light-dark(
|
|
76
|
-
|
|
77
|
-
|
|
78
|
+
hsl(28 97.7% 34.1% / 0.6),
|
|
79
|
+
hsl(28 90.2% 56.1% / 0.6)
|
|
78
80
|
);
|
|
79
81
|
--p-color-warning-frosted: light-dark(
|
|
80
|
-
|
|
81
|
-
|
|
82
|
+
hsl(28 97.7% 34.1% / 0.18),
|
|
83
|
+
hsl(28 90.2% 56.1% / 0.26)
|
|
82
84
|
);
|
|
83
|
-
--p-color-warning-frosted-soft:
|
|
84
|
-
--p-color-error: light-dark(hsl(357
|
|
85
|
+
--p-color-warning-frosted-soft: hsl(28 90.2% 56.1% / 0.1);
|
|
86
|
+
--p-color-error: light-dark(hsl(357 78% 41%), hsl(0 96.9% 62%));
|
|
85
87
|
--p-color-error-low: light-dark(
|
|
86
|
-
|
|
87
|
-
|
|
88
|
+
hsl(357 78% 41% / 0.18),
|
|
89
|
+
hsl(0 96.9% 62% / 0.18)
|
|
88
90
|
);
|
|
89
91
|
--p-color-error-medium: light-dark(
|
|
90
|
-
|
|
91
|
-
|
|
92
|
+
hsl(357 78% 41% / 0.6),
|
|
93
|
+
hsl(0 96.9% 62% / 0.6)
|
|
92
94
|
);
|
|
93
95
|
--p-color-error-frosted: light-dark(
|
|
94
|
-
|
|
95
|
-
|
|
96
|
+
hsl(357 78% 41% / 0.18),
|
|
97
|
+
hsl(0 96.9% 62% / 0.26)
|
|
96
98
|
);
|
|
97
99
|
--p-color-error-frosted-soft: light-dark(
|
|
98
|
-
|
|
99
|
-
|
|
100
|
+
hsl(357 78% 41% / 0.1),
|
|
101
|
+
hsl(0 96.9% 62% / 0.1)
|
|
100
102
|
);
|
|
101
|
-
--p-color-info: light-dark(hsl(228
|
|
103
|
+
--p-color-info: light-dark(hsl(228 83.2% 51%), hsl(210 100% 54.5%));
|
|
102
104
|
--p-color-info-low: light-dark(
|
|
103
|
-
|
|
104
|
-
|
|
105
|
+
hsl(228 83.2% 51% / 0.18),
|
|
106
|
+
hsl(210 100% 54.5% / 0.18)
|
|
105
107
|
);
|
|
106
108
|
--p-color-info-medium: light-dark(
|
|
107
|
-
|
|
108
|
-
|
|
109
|
+
hsl(228 83.2% 51% / 0.6),
|
|
110
|
+
hsl(210 100% 54.5% / 0.6)
|
|
109
111
|
);
|
|
110
112
|
--p-color-info-frosted: light-dark(
|
|
111
|
-
|
|
112
|
-
|
|
113
|
+
hsl(228 83.2% 51% / 0.18),
|
|
114
|
+
hsl(210 100% 54.5% / 0.26)
|
|
113
115
|
);
|
|
114
116
|
--p-color-info-frosted-soft: light-dark(
|
|
115
|
-
|
|
116
|
-
|
|
117
|
+
hsl(228 83.2% 51% / 0.1),
|
|
118
|
+
hsl(210 100% 54.5% / 0.1)
|
|
117
119
|
);
|
|
118
120
|
|
|
119
121
|
--p-font-porsche-next:
|
|
@@ -126,7 +128,7 @@ body {
|
|
|
126
128
|
--p-leading-normal: calc(6px + 2.125ex);
|
|
127
129
|
|
|
128
130
|
--p-typescale-2xs: 0.75rem;
|
|
129
|
-
--p-typescale-xs:
|
|
131
|
+
--p-typescale-xs: 0.875rem;
|
|
130
132
|
--p-typescale-sm: 1rem;
|
|
131
133
|
--p-typescale-md: clamp(1.13rem, 0.21vw + 1.08rem, 1.33rem);
|
|
132
134
|
--p-typescale-lg: clamp(1.27rem, 0.51vw + 1.16rem, 1.78rem);
|
|
@@ -202,111 +204,111 @@ body {
|
|
|
202
204
|
.scheme-light-dark {
|
|
203
205
|
--p-color-focus: #1a44ea;
|
|
204
206
|
--p-color-canvas: #fff;
|
|
205
|
-
--p-color-surface: hsl(240
|
|
206
|
-
--p-color-frosted:
|
|
207
|
-
--p-color-frosted-soft:
|
|
208
|
-
--p-color-frosted-strong:
|
|
209
|
-
--p-color-backdrop:
|
|
210
|
-
--p-color-contrast-lower:
|
|
211
|
-
--p-color-contrast-low:
|
|
212
|
-
--p-color-contrast-medium:
|
|
213
|
-
--p-color-contrast-high:
|
|
214
|
-
--p-color-contrast-higher:
|
|
215
|
-
--p-color-primary: hsl(225
|
|
216
|
-
--p-color-success: hsl(115
|
|
217
|
-
--p-color-success-low:
|
|
218
|
-
--p-color-success-medium:
|
|
219
|
-
--p-color-success-frosted:
|
|
220
|
-
--p-color-success-frosted-soft:
|
|
221
|
-
--p-color-warning: hsl(28
|
|
222
|
-
--p-color-warning-low:
|
|
223
|
-
--p-color-warning-medium:
|
|
224
|
-
--p-color-warning-frosted:
|
|
225
|
-
--p-color-warning-frosted-soft:
|
|
226
|
-
--p-color-error: hsl(357
|
|
227
|
-
--p-color-error-low:
|
|
228
|
-
--p-color-error-medium:
|
|
229
|
-
--p-color-error-frosted:
|
|
230
|
-
--p-color-error-frosted-soft:
|
|
231
|
-
--p-color-info: hsl(228
|
|
232
|
-
--p-color-info-low:
|
|
233
|
-
--p-color-info-medium:
|
|
234
|
-
--p-color-info-frosted:
|
|
235
|
-
--p-color-info-frosted-soft:
|
|
207
|
+
--p-color-surface: hsl(240 10% 95%);
|
|
208
|
+
--p-color-frosted: hsl(240 5% 70% / 0.148);
|
|
209
|
+
--p-color-frosted-soft: hsl(234 9.8% 60% / 0.06);
|
|
210
|
+
--p-color-frosted-strong: hsl(236 6.5% 42% / 0.236);
|
|
211
|
+
--p-color-backdrop: hsl(240 5.3% 14.9% / 0.5);
|
|
212
|
+
--p-color-contrast-lower: hsl(234 6% 32.9% / 0.324);
|
|
213
|
+
--p-color-contrast-low: hsl(240 5.3% 14.9% / 0.5);
|
|
214
|
+
--p-color-contrast-medium: hsl(240 6.1% 7% / 0.6);
|
|
215
|
+
--p-color-contrast-high: hsl(240 7.1% 11% / 0.7);
|
|
216
|
+
--p-color-contrast-higher: hsl(240 8.7% 9% / 0.8);
|
|
217
|
+
--p-color-primary: hsl(225 66.7% 1.2%);
|
|
218
|
+
--p-color-success: hsl(115 77.5% 27.8%);
|
|
219
|
+
--p-color-success-low: hsl(115 77.5% 27.8% / 0.18);
|
|
220
|
+
--p-color-success-medium: hsl(115 77.5% 27.8% / 0.6);
|
|
221
|
+
--p-color-success-frosted: hsl(115 77.5% 27.8% / 0.18);
|
|
222
|
+
--p-color-success-frosted-soft: hsl(115 77.5% 27.8% / 0.1);
|
|
223
|
+
--p-color-warning: hsl(28 97.7% 34.1%);
|
|
224
|
+
--p-color-warning-low: hsl(28 97.7% 34.1% / 0.18);
|
|
225
|
+
--p-color-warning-medium: hsl(28 97.7% 34.1% / 0.6);
|
|
226
|
+
--p-color-warning-frosted: hsl(28 97.7% 34.1% / 0.18);
|
|
227
|
+
--p-color-warning-frosted-soft: hsl(28 97.7% 34.1% / 0.1);
|
|
228
|
+
--p-color-error: hsl(357 78% 41%);
|
|
229
|
+
--p-color-error-low: hsl(357 78% 41% / 0.18);
|
|
230
|
+
--p-color-error-medium: hsl(357 78% 41% / 0.6);
|
|
231
|
+
--p-color-error-frosted: hsl(357 78% 41% / 0.18);
|
|
232
|
+
--p-color-error-frosted-soft: hsl(357 78% 41% / 0.1);
|
|
233
|
+
--p-color-info: hsl(228 83.2% 51%);
|
|
234
|
+
--p-color-info-low: hsl(228 83.2% 51% / 0.18);
|
|
235
|
+
--p-color-info-medium: hsl(228 83.2% 51% / 0.6);
|
|
236
|
+
--p-color-info-frosted: hsl(228 83.2% 51% / 0.18);
|
|
237
|
+
--p-color-info-frosted-soft: hsl(228 83.2% 51% / 0.1);
|
|
236
238
|
}
|
|
237
239
|
|
|
238
240
|
.scheme-dark,
|
|
239
241
|
.scheme-only-dark {
|
|
240
242
|
--p-color-focus: #1a44ea;
|
|
241
|
-
--p-color-canvas: hsl(225
|
|
242
|
-
--p-color-surface: hsl(240
|
|
243
|
-
--p-color-frosted:
|
|
244
|
-
--p-color-frosted-soft:
|
|
245
|
-
--p-color-frosted-strong:
|
|
246
|
-
--p-color-backdrop:
|
|
247
|
-
--p-color-contrast-lower:
|
|
248
|
-
--p-color-contrast-low:
|
|
249
|
-
--p-color-contrast-medium:
|
|
250
|
-
--p-color-contrast-high:
|
|
251
|
-
--p-color-contrast-higher:
|
|
252
|
-
--p-color-primary: hsl(225
|
|
253
|
-
--p-color-success: hsl(157
|
|
254
|
-
--p-color-success-low:
|
|
255
|
-
--p-color-success-medium:
|
|
256
|
-
--p-color-success-frosted:
|
|
257
|
-
--p-color-success-frosted-soft:
|
|
258
|
-
--p-color-warning: hsl(28
|
|
259
|
-
--p-color-warning-low:
|
|
260
|
-
--p-color-warning-medium:
|
|
261
|
-
--p-color-warning-frosted:
|
|
262
|
-
--p-color-warning-frosted-soft:
|
|
263
|
-
--p-color-error: hsl(0
|
|
264
|
-
--p-color-error-low:
|
|
265
|
-
--p-color-error-medium:
|
|
266
|
-
--p-color-error-frosted:
|
|
267
|
-
--p-color-error-frosted-soft:
|
|
268
|
-
--p-color-info: hsl(210
|
|
269
|
-
--p-color-info-low:
|
|
270
|
-
--p-color-info-medium:
|
|
271
|
-
--p-color-info-frosted:
|
|
272
|
-
--p-color-info-frosted-soft:
|
|
243
|
+
--p-color-canvas: hsl(225 66.7% 1.2%);
|
|
244
|
+
--p-color-surface: hsl(240 2% 10%);
|
|
245
|
+
--p-color-frosted: hsl(240 2% 43% / 0.228);
|
|
246
|
+
--p-color-frosted-soft: hsl(240 3.7% 26.5% / 0.154);
|
|
247
|
+
--p-color-frosted-strong: hsl(240 1.5% 61.8% / 0.302);
|
|
248
|
+
--p-color-backdrop: hsl(240 5.3% 14.9% / 0.5);
|
|
249
|
+
--p-color-contrast-lower: hsl(240 1.5% 61.8% / 0.302);
|
|
250
|
+
--p-color-contrast-low: hsl(240 12.5% 96.9% / 0.45);
|
|
251
|
+
--p-color-contrast-medium: hsl(240 12.5% 96.9% / 0.56);
|
|
252
|
+
--p-color-contrast-high: hsl(240 12.5% 96.9% / 0.67);
|
|
253
|
+
--p-color-contrast-higher: hsl(240 12.5% 96.9% / 0.78);
|
|
254
|
+
--p-color-primary: hsl(225 100% 99%);
|
|
255
|
+
--p-color-success: hsl(157 84.9% 41.6%);
|
|
256
|
+
--p-color-success-low: hsl(157 84.9% 41.6% / 0.18);
|
|
257
|
+
--p-color-success-medium: hsl(157 84.9% 41.6% / 0.6);
|
|
258
|
+
--p-color-success-frosted: hsl(157 84.9% 41.6% / 0.26);
|
|
259
|
+
--p-color-success-frosted-soft: hsl(157 84.9% 41.6% / 0.1);
|
|
260
|
+
--p-color-warning: hsl(28 90.2% 56.1%);
|
|
261
|
+
--p-color-warning-low: hsl(28 90.2% 56.1% / 0.18);
|
|
262
|
+
--p-color-warning-medium: hsl(28 90.2% 56.1% / 0.6);
|
|
263
|
+
--p-color-warning-frosted: hsl(28 90.2% 56.1% / 0.26);
|
|
264
|
+
--p-color-warning-frosted-soft: hsl(28 90.2% 56.1% / 0.1);
|
|
265
|
+
--p-color-error: hsl(0 96.9% 62%);
|
|
266
|
+
--p-color-error-low: hsl(0 96.9% 62% / 0.18);
|
|
267
|
+
--p-color-error-medium: hsl(0 96.9% 62% / 0.6);
|
|
268
|
+
--p-color-error-frosted: hsl(0 96.9% 62% / 0.26);
|
|
269
|
+
--p-color-error-frosted-soft: hsl(0 96.9% 62% / 0.1);
|
|
270
|
+
--p-color-info: hsl(210 100% 54.5%);
|
|
271
|
+
--p-color-info-low: hsl(210 100% 54.5% / 0.18);
|
|
272
|
+
--p-color-info-medium: hsl(210 100% 54.5% / 0.6);
|
|
273
|
+
--p-color-info-frosted: hsl(210 100% 54.5% / 0.26);
|
|
274
|
+
--p-color-info-frosted-soft: hsl(210 100% 54.5% / 0.1);
|
|
273
275
|
}
|
|
274
276
|
|
|
275
277
|
@media (prefers-color-scheme: dark) {
|
|
276
278
|
.scheme-light-dark {
|
|
277
279
|
--p-color-focus: #1a44ea;
|
|
278
|
-
--p-color-canvas: hsl(225
|
|
279
|
-
--p-color-surface: hsl(240
|
|
280
|
-
--p-color-frosted:
|
|
281
|
-
--p-color-frosted-soft:
|
|
282
|
-
--p-color-frosted-strong:
|
|
283
|
-
--p-color-backdrop:
|
|
284
|
-
--p-color-contrast-lower:
|
|
285
|
-
--p-color-contrast-low:
|
|
286
|
-
--p-color-contrast-medium:
|
|
287
|
-
--p-color-contrast-high:
|
|
288
|
-
--p-color-contrast-higher:
|
|
289
|
-
--p-color-primary: hsl(225
|
|
290
|
-
--p-color-success: hsl(157
|
|
291
|
-
--p-color-success-low:
|
|
292
|
-
--p-color-success-medium:
|
|
293
|
-
--p-color-success-frosted:
|
|
294
|
-
--p-color-success-frosted-soft:
|
|
295
|
-
--p-color-warning: hsl(28
|
|
296
|
-
--p-color-warning-low:
|
|
297
|
-
--p-color-warning-medium:
|
|
298
|
-
--p-color-warning-frosted:
|
|
299
|
-
--p-color-warning-frosted-soft:
|
|
300
|
-
--p-color-error: hsl(0
|
|
301
|
-
--p-color-error-low:
|
|
302
|
-
--p-color-error-medium:
|
|
303
|
-
--p-color-error-frosted:
|
|
304
|
-
--p-color-error-frosted-soft:
|
|
305
|
-
--p-color-info: hsl(210
|
|
306
|
-
--p-color-info-low:
|
|
307
|
-
--p-color-info-medium:
|
|
308
|
-
--p-color-info-frosted:
|
|
309
|
-
--p-color-info-frosted-soft:
|
|
280
|
+
--p-color-canvas: hsl(225 66.7% 1.2%);
|
|
281
|
+
--p-color-surface: hsl(240 2% 10%);
|
|
282
|
+
--p-color-frosted: hsl(240 2% 43% / 0.228);
|
|
283
|
+
--p-color-frosted-soft: hsl(240 3.7% 26.5% / 0.154);
|
|
284
|
+
--p-color-frosted-strong: hsl(240 1.5% 61.8% / 0.302);
|
|
285
|
+
--p-color-backdrop: hsl(240 5.3% 14.9% / 0.5);
|
|
286
|
+
--p-color-contrast-lower: hsl(240 1.5% 61.8% / 0.302);
|
|
287
|
+
--p-color-contrast-low: hsl(240 12.5% 96.9% / 0.45);
|
|
288
|
+
--p-color-contrast-medium: hsl(240 12.5% 96.9% / 0.56);
|
|
289
|
+
--p-color-contrast-high: hsl(240 12.5% 96.9% / 0.67);
|
|
290
|
+
--p-color-contrast-higher: hsl(240 12.5% 96.9% / 0.78);
|
|
291
|
+
--p-color-primary: hsl(225 100% 99%);
|
|
292
|
+
--p-color-success: hsl(157 84.9% 41.6%);
|
|
293
|
+
--p-color-success-low: hsl(157 84.9% 41.6% / 0.18);
|
|
294
|
+
--p-color-success-medium: hsl(157 84.9% 41.6% / 0.6);
|
|
295
|
+
--p-color-success-frosted: hsl(157 84.9% 41.6% / 0.26);
|
|
296
|
+
--p-color-success-frosted-soft: hsl(157 84.9% 41.6% / 0.1);
|
|
297
|
+
--p-color-warning: hsl(28 90.2% 56.1%);
|
|
298
|
+
--p-color-warning-low: hsl(28 90.2% 56.1% / 0.18);
|
|
299
|
+
--p-color-warning-medium: hsl(28 90.2% 56.1% / 0.6);
|
|
300
|
+
--p-color-warning-frosted: hsl(28 90.2% 56.1% / 0.26);
|
|
301
|
+
--p-color-warning-frosted-soft: hsl(28 90.2% 56.1% / 0.1);
|
|
302
|
+
--p-color-error: hsl(0 96.9% 62%);
|
|
303
|
+
--p-color-error-low: hsl(0 96.9% 62% / 0.18);
|
|
304
|
+
--p-color-error-medium: hsl(0 96.9% 62% / 0.6);
|
|
305
|
+
--p-color-error-frosted: hsl(0 96.9% 62% / 0.26);
|
|
306
|
+
--p-color-error-frosted-soft: hsl(0 96.9% 62% / 0.1);
|
|
307
|
+
--p-color-info: hsl(210 100% 54.5%);
|
|
308
|
+
--p-color-info-low: hsl(210 100% 54.5% / 0.18);
|
|
309
|
+
--p-color-info-medium: hsl(210 100% 54.5% / 0.6);
|
|
310
|
+
--p-color-info-frosted: hsl(210 100% 54.5% / 0.26);
|
|
311
|
+
--p-color-info-frosted-soft: hsl(210 100% 54.5% / 0.1);
|
|
310
312
|
}
|
|
311
313
|
}
|
|
312
314
|
}
|
|
@@ -25,111 +25,111 @@
|
|
|
25
25
|
.scheme-light-dark {
|
|
26
26
|
--p-color-focus: #1a44ea;
|
|
27
27
|
--p-color-canvas: #fff;
|
|
28
|
-
--p-color-surface: hsl(240
|
|
29
|
-
--p-color-frosted:
|
|
30
|
-
--p-color-frosted-soft:
|
|
31
|
-
--p-color-frosted-strong:
|
|
32
|
-
--p-color-backdrop:
|
|
33
|
-
--p-color-contrast-lower:
|
|
34
|
-
--p-color-contrast-low:
|
|
35
|
-
--p-color-contrast-medium:
|
|
36
|
-
--p-color-contrast-high:
|
|
37
|
-
--p-color-contrast-higher:
|
|
38
|
-
--p-color-primary: hsl(225
|
|
39
|
-
--p-color-success: hsl(115
|
|
40
|
-
--p-color-success-low:
|
|
41
|
-
--p-color-success-medium:
|
|
42
|
-
--p-color-success-frosted:
|
|
43
|
-
--p-color-success-frosted-soft:
|
|
44
|
-
--p-color-warning: hsl(28
|
|
45
|
-
--p-color-warning-low:
|
|
46
|
-
--p-color-warning-medium:
|
|
47
|
-
--p-color-warning-frosted:
|
|
48
|
-
--p-color-warning-frosted-soft:
|
|
49
|
-
--p-color-error: hsl(357
|
|
50
|
-
--p-color-error-low:
|
|
51
|
-
--p-color-error-medium:
|
|
52
|
-
--p-color-error-frosted:
|
|
53
|
-
--p-color-error-frosted-soft:
|
|
54
|
-
--p-color-info: hsl(228
|
|
55
|
-
--p-color-info-low:
|
|
56
|
-
--p-color-info-medium:
|
|
57
|
-
--p-color-info-frosted:
|
|
58
|
-
--p-color-info-frosted-soft:
|
|
28
|
+
--p-color-surface: hsl(240 10% 95%);
|
|
29
|
+
--p-color-frosted: hsl(240 5% 70% / 0.148);
|
|
30
|
+
--p-color-frosted-soft: hsl(234 9.8% 60% / 0.06);
|
|
31
|
+
--p-color-frosted-strong: hsl(236 6.5% 42% / 0.236);
|
|
32
|
+
--p-color-backdrop: hsl(240 5.3% 14.9% / 0.5);
|
|
33
|
+
--p-color-contrast-lower: hsl(234 6% 32.9% / 0.324);
|
|
34
|
+
--p-color-contrast-low: hsl(240 5.3% 14.9% / 0.5);
|
|
35
|
+
--p-color-contrast-medium: hsl(240 6.1% 7% / 0.6);
|
|
36
|
+
--p-color-contrast-high: hsl(240 7.1% 11% / 0.7);
|
|
37
|
+
--p-color-contrast-higher: hsl(240 8.7% 9% / 0.8);
|
|
38
|
+
--p-color-primary: hsl(225 66.7% 1.2%);
|
|
39
|
+
--p-color-success: hsl(115 77.5% 27.8%);
|
|
40
|
+
--p-color-success-low: hsl(115 77.5% 27.8% / 0.18);
|
|
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);
|
|
44
|
+
--p-color-warning: hsl(28 97.7% 34.1%);
|
|
45
|
+
--p-color-warning-low: hsl(28 97.7% 34.1% / 0.18);
|
|
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);
|
|
49
|
+
--p-color-error: hsl(357 78% 41%);
|
|
50
|
+
--p-color-error-low: hsl(357 78% 41% / 0.18);
|
|
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);
|
|
54
|
+
--p-color-info: hsl(228 83.2% 51%);
|
|
55
|
+
--p-color-info-low: hsl(228 83.2% 51% / 0.18);
|
|
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);
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
.scheme-dark,
|
|
62
62
|
.scheme-only-dark {
|
|
63
63
|
--p-color-focus: #1a44ea;
|
|
64
|
-
--p-color-canvas: hsl(225
|
|
65
|
-
--p-color-surface: hsl(240
|
|
66
|
-
--p-color-frosted:
|
|
67
|
-
--p-color-frosted-soft:
|
|
68
|
-
--p-color-frosted-strong:
|
|
69
|
-
--p-color-backdrop:
|
|
70
|
-
--p-color-contrast-lower:
|
|
71
|
-
--p-color-contrast-low:
|
|
72
|
-
--p-color-contrast-medium:
|
|
73
|
-
--p-color-contrast-high:
|
|
74
|
-
--p-color-contrast-higher:
|
|
75
|
-
--p-color-primary: hsl(225
|
|
76
|
-
--p-color-success: hsl(157
|
|
77
|
-
--p-color-success-low:
|
|
78
|
-
--p-color-success-medium:
|
|
79
|
-
--p-color-success-frosted:
|
|
80
|
-
--p-color-success-frosted-soft:
|
|
81
|
-
--p-color-warning: hsl(28
|
|
82
|
-
--p-color-warning-low:
|
|
83
|
-
--p-color-warning-medium:
|
|
84
|
-
--p-color-warning-frosted:
|
|
85
|
-
--p-color-warning-frosted-soft:
|
|
86
|
-
--p-color-error: hsl(0
|
|
87
|
-
--p-color-error-low:
|
|
88
|
-
--p-color-error-medium:
|
|
89
|
-
--p-color-error-frosted:
|
|
90
|
-
--p-color-error-frosted-soft:
|
|
91
|
-
--p-color-info: hsl(210
|
|
92
|
-
--p-color-info-low:
|
|
93
|
-
--p-color-info-medium:
|
|
94
|
-
--p-color-info-frosted:
|
|
95
|
-
--p-color-info-frosted-soft:
|
|
64
|
+
--p-color-canvas: hsl(225 66.7% 1.2%);
|
|
65
|
+
--p-color-surface: hsl(240 2% 10%);
|
|
66
|
+
--p-color-frosted: hsl(240 2% 43% / 0.228);
|
|
67
|
+
--p-color-frosted-soft: hsl(240 3.7% 26.5% / 0.154);
|
|
68
|
+
--p-color-frosted-strong: hsl(240 1.5% 61.8% / 0.302);
|
|
69
|
+
--p-color-backdrop: hsl(240 5.3% 14.9% / 0.5);
|
|
70
|
+
--p-color-contrast-lower: hsl(240 1.5% 61.8% / 0.302);
|
|
71
|
+
--p-color-contrast-low: hsl(240 12.5% 96.9% / 0.45);
|
|
72
|
+
--p-color-contrast-medium: hsl(240 12.5% 96.9% / 0.56);
|
|
73
|
+
--p-color-contrast-high: hsl(240 12.5% 96.9% / 0.67);
|
|
74
|
+
--p-color-contrast-higher: hsl(240 12.5% 96.9% / 0.78);
|
|
75
|
+
--p-color-primary: hsl(225 100% 99%);
|
|
76
|
+
--p-color-success: hsl(157 84.9% 41.6%);
|
|
77
|
+
--p-color-success-low: hsl(157 84.9% 41.6% / 0.18);
|
|
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);
|
|
81
|
+
--p-color-warning: hsl(28 90.2% 56.1%);
|
|
82
|
+
--p-color-warning-low: hsl(28 90.2% 56.1% / 0.18);
|
|
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);
|
|
86
|
+
--p-color-error: hsl(0 96.9% 62%);
|
|
87
|
+
--p-color-error-low: hsl(0 96.9% 62% / 0.18);
|
|
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);
|
|
91
|
+
--p-color-info: hsl(210 100% 54.5%);
|
|
92
|
+
--p-color-info-low: hsl(210 100% 54.5% / 0.18);
|
|
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);
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
@media (prefers-color-scheme: dark) {
|
|
99
99
|
.scheme-light-dark {
|
|
100
100
|
--p-color-focus: #1a44ea;
|
|
101
|
-
--p-color-canvas: hsl(225
|
|
102
|
-
--p-color-surface: hsl(240
|
|
103
|
-
--p-color-frosted:
|
|
104
|
-
--p-color-frosted-soft:
|
|
105
|
-
--p-color-frosted-strong:
|
|
106
|
-
--p-color-backdrop:
|
|
107
|
-
--p-color-contrast-lower:
|
|
108
|
-
--p-color-contrast-low:
|
|
109
|
-
--p-color-contrast-medium:
|
|
110
|
-
--p-color-contrast-high:
|
|
111
|
-
--p-color-contrast-higher:
|
|
112
|
-
--p-color-primary: hsl(225
|
|
113
|
-
--p-color-success: hsl(157
|
|
114
|
-
--p-color-success-low:
|
|
115
|
-
--p-color-success-medium:
|
|
116
|
-
--p-color-success-frosted:
|
|
117
|
-
--p-color-success-frosted-soft:
|
|
118
|
-
--p-color-warning: hsl(28
|
|
119
|
-
--p-color-warning-low:
|
|
120
|
-
--p-color-warning-medium:
|
|
121
|
-
--p-color-warning-frosted:
|
|
122
|
-
--p-color-warning-frosted-soft:
|
|
123
|
-
--p-color-error: hsl(0
|
|
124
|
-
--p-color-error-low:
|
|
125
|
-
--p-color-error-medium:
|
|
126
|
-
--p-color-error-frosted:
|
|
127
|
-
--p-color-error-frosted-soft:
|
|
128
|
-
--p-color-info: hsl(210
|
|
129
|
-
--p-color-info-low:
|
|
130
|
-
--p-color-info-medium:
|
|
131
|
-
--p-color-info-frosted:
|
|
132
|
-
--p-color-info-frosted-soft:
|
|
101
|
+
--p-color-canvas: hsl(225 66.7% 1.2%);
|
|
102
|
+
--p-color-surface: hsl(240 2% 10%);
|
|
103
|
+
--p-color-frosted: hsl(240 2% 43% / 0.228);
|
|
104
|
+
--p-color-frosted-soft: hsl(240 3.7% 26.5% / 0.154);
|
|
105
|
+
--p-color-frosted-strong: hsl(240 1.5% 61.8% / 0.302);
|
|
106
|
+
--p-color-backdrop: hsl(240 5.3% 14.9% / 0.5);
|
|
107
|
+
--p-color-contrast-lower: hsl(240 1.5% 61.8% / 0.302);
|
|
108
|
+
--p-color-contrast-low: hsl(240 12.5% 96.9% / 0.45);
|
|
109
|
+
--p-color-contrast-medium: hsl(240 12.5% 96.9% / 0.56);
|
|
110
|
+
--p-color-contrast-high: hsl(240 12.5% 96.9% / 0.67);
|
|
111
|
+
--p-color-contrast-higher: hsl(240 12.5% 96.9% / 0.78);
|
|
112
|
+
--p-color-primary: hsl(225 100% 99%);
|
|
113
|
+
--p-color-success: hsl(157 84.9% 41.6%);
|
|
114
|
+
--p-color-success-low: hsl(157 84.9% 41.6% / 0.18);
|
|
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);
|
|
118
|
+
--p-color-warning: hsl(28 90.2% 56.1%);
|
|
119
|
+
--p-color-warning-low: hsl(28 90.2% 56.1% / 0.18);
|
|
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);
|
|
123
|
+
--p-color-error: hsl(0 96.9% 62%);
|
|
124
|
+
--p-color-error-low: hsl(0 96.9% 62% / 0.18);
|
|
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);
|
|
128
|
+
--p-color-info: hsl(210 100% 54.5%);
|
|
129
|
+
--p-color-info-low: hsl(210 100% 54.5% / 0.18);
|
|
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);
|
|
133
133
|
}
|
|
134
134
|
}
|
|
135
135
|
}
|