@porsche-design-system/components-angular 4.0.0-beta.2 → 4.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +334 -1
- package/OSS_NOTICE +1649 -5178
- package/fesm2022/porsche-design-system-components-angular.mjs +17 -10
- package/fesm2022/porsche-design-system-components-angular.mjs.map +1 -1
- package/global-styles/cn/index.css +157 -159
- package/global-styles/color-scheme.css +95 -95
- package/global-styles/index.css +157 -159
- package/global-styles/variables.css +62 -64
- package/package.json +6 -2
- package/tailwindcss/index.css +170 -158
- package/types/porsche-design-system-components-angular.d.ts +356 -149
- package/vanilla-extract/cjs/font/deprecated/fontSizeDisplay.cjs +6 -6
- package/vanilla-extract/cjs/font/typescale3Xl.cjs +7 -0
- package/vanilla-extract/cjs/font/typescale4Xl.cjs +7 -0
- package/vanilla-extract/cjs/font/typescale5Xl.cjs +7 -0
- package/vanilla-extract/cjs/index.cjs +12 -12
- package/vanilla-extract/cjs/tokens/dist/esm/color/palette.cjs +56 -56
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale3Xl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale4Xl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescale5Xl.cjs +5 -0
- package/vanilla-extract/cjs/tokens/dist/esm/font/size/typescaleXs.cjs +1 -1
- package/vanilla-extract/cjs/typography/deprecated/display/displayLargeStyle.cjs +3 -3
- package/vanilla-extract/cjs/typography/deprecated/display/displayMediumStyle.cjs +3 -3
- package/vanilla-extract/cjs/typography/deprecated/display/displaySmallStyle.cjs +3 -3
- 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/proseHeading3XlStyle.cjs +12 -0
- package/vanilla-extract/cjs/typography/proseHeading4XlStyle.cjs +12 -0
- package/vanilla-extract/cjs/typography/proseHeading5XlStyle.cjs +12 -0
- package/vanilla-extract/cjs/typography/proseHeadingSmStyle.cjs +2 -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/fontSizeDisplay.mjs +6 -6
- package/vanilla-extract/esm/font/deprecated/fontSizeTextXSmall.d.ts +1 -1
- package/vanilla-extract/esm/font/index.d.ts +3 -3
- package/vanilla-extract/esm/font/typescale3Xl.d.ts +1 -0
- package/vanilla-extract/esm/font/typescale3Xl.mjs +5 -0
- package/vanilla-extract/esm/font/typescale4Xl.d.ts +1 -0
- package/vanilla-extract/esm/font/typescale4Xl.mjs +5 -0
- package/vanilla-extract/esm/font/typescale5Xl.d.ts +1 -0
- package/vanilla-extract/esm/font/typescale5Xl.mjs +5 -0
- package/vanilla-extract/esm/font/typescaleXs.d.ts +1 -1
- package/vanilla-extract/esm/index.mjs +6 -6
- package/vanilla-extract/esm/tokens/dist/esm/color/palette.mjs +56 -56
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale3Xl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale4Xl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescale5Xl.mjs +3 -0
- package/vanilla-extract/esm/tokens/dist/esm/font/size/typescaleXs.mjs +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displayLargeStyle.mjs +3 -3
- package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displayMediumStyle.mjs +3 -3
- package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.d.ts +1 -1
- package/vanilla-extract/esm/typography/deprecated/display/displaySmallStyle.mjs +3 -3
- 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/index.d.ts +3 -3
- package/vanilla-extract/esm/typography/proseHeading3XlStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/{proseDisplayMdStyle.mjs → proseHeading3XlStyle.mjs} +4 -3
- package/vanilla-extract/esm/typography/proseHeading4XlStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/{proseDisplaySmStyle.mjs → proseHeading4XlStyle.mjs} +4 -3
- package/vanilla-extract/esm/typography/proseHeading5XlStyle.d.ts +3 -0
- package/vanilla-extract/esm/typography/{proseDisplayLgStyle.mjs → proseHeading5XlStyle.mjs} +4 -3
- package/vanilla-extract/esm/typography/proseHeadingSmStyle.mjs +2 -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/vanilla-extract/cjs/font/fontSizeDisplayLarge.cjs +0 -5
- package/vanilla-extract/cjs/font/fontSizeDisplayMedium.cjs +0 -5
- package/vanilla-extract/cjs/font/fontSizeDisplaySmall.cjs +0 -5
- package/vanilla-extract/cjs/typography/proseDisplayLgStyle.cjs +0 -11
- package/vanilla-extract/cjs/typography/proseDisplayMdStyle.cjs +0 -11
- package/vanilla-extract/cjs/typography/proseDisplaySmStyle.cjs +0 -11
- package/vanilla-extract/esm/font/fontSizeDisplayLarge.d.ts +0 -1
- package/vanilla-extract/esm/font/fontSizeDisplayLarge.mjs +0 -3
- package/vanilla-extract/esm/font/fontSizeDisplayMedium.d.ts +0 -1
- package/vanilla-extract/esm/font/fontSizeDisplayMedium.mjs +0 -3
- package/vanilla-extract/esm/font/fontSizeDisplaySmall.d.ts +0 -1
- package/vanilla-extract/esm/font/fontSizeDisplaySmall.mjs +0 -3
- package/vanilla-extract/esm/typography/proseDisplayLgStyle.d.ts +0 -3
- package/vanilla-extract/esm/typography/proseDisplayMdStyle.d.ts +0 -3
- package/vanilla-extract/esm/typography/proseDisplaySmStyle.d.ts +0 -3
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var
|
|
3
|
+
var typescale3Xl = require('../typescale3Xl.cjs');
|
|
4
|
+
var typescale4Xl = require('../typescale4Xl.cjs');
|
|
5
|
+
var typescale5Xl = require('../typescale5Xl.cjs');
|
|
6
6
|
|
|
7
7
|
/** @deprecated since v4.0.0, will be removed with next major release. Use variables directly instead. */
|
|
8
8
|
const fontSizeDisplay = {
|
|
9
|
-
small:
|
|
10
|
-
medium:
|
|
11
|
-
large:
|
|
9
|
+
small: typescale3Xl.typescale3Xl,
|
|
10
|
+
medium: typescale4Xl.typescale4Xl,
|
|
11
|
+
large: typescale5Xl.typescale5Xl,
|
|
12
12
|
};
|
|
13
13
|
|
|
14
14
|
exports.fontSizeDisplay = fontSizeDisplay;
|
|
@@ -124,15 +124,15 @@ var fontWeightRegular = require('./font/deprecated/fontWeightRegular.cjs');
|
|
|
124
124
|
var fontWeightSemiBold = require('./font/deprecated/fontWeightSemiBold.cjs');
|
|
125
125
|
var fontHyphenationStyle = require('./font/fontHyphenationStyle.cjs');
|
|
126
126
|
var fontPorscheNext = require('./font/fontPorscheNext.cjs');
|
|
127
|
-
var fontSizeDisplayLarge = require('./font/fontSizeDisplayLarge.cjs');
|
|
128
|
-
var fontSizeDisplayMedium = require('./font/fontSizeDisplayMedium.cjs');
|
|
129
|
-
var fontSizeDisplaySmall = require('./font/fontSizeDisplaySmall.cjs');
|
|
130
127
|
var fontWeightBold = require('./font/fontWeightBold.cjs');
|
|
131
128
|
var fontWeightNormal = require('./font/fontWeightNormal.cjs');
|
|
132
129
|
var fontWeightSemibold = require('./font/fontWeightSemibold.cjs');
|
|
133
130
|
var leadingNormal = require('./font/leadingNormal.cjs');
|
|
134
131
|
var typescale2Xl = require('./font/typescale2Xl.cjs');
|
|
135
132
|
var typescale2Xs = require('./font/typescale2Xs.cjs');
|
|
133
|
+
var typescale3Xl = require('./font/typescale3Xl.cjs');
|
|
134
|
+
var typescale4Xl = require('./font/typescale4Xl.cjs');
|
|
135
|
+
var typescale5Xl = require('./font/typescale5Xl.cjs');
|
|
136
136
|
var typescaleLg = require('./font/typescaleLg.cjs');
|
|
137
137
|
var typescaleMd = require('./font/typescaleMd.cjs');
|
|
138
138
|
var typescaleSm = require('./font/typescaleSm.cjs');
|
|
@@ -256,10 +256,10 @@ var textSmallStyle = require('./typography/deprecated/text/textSmallStyle.cjs');
|
|
|
256
256
|
var textMediumStyle = require('./typography/deprecated/text/textMediumStyle.cjs');
|
|
257
257
|
var textLargeStyle = require('./typography/deprecated/text/textLargeStyle.cjs');
|
|
258
258
|
var textXLargeStyle = require('./typography/deprecated/text/textXLargeStyle.cjs');
|
|
259
|
-
var proseDisplayLgStyle = require('./typography/proseDisplayLgStyle.cjs');
|
|
260
|
-
var proseDisplayMdStyle = require('./typography/proseDisplayMdStyle.cjs');
|
|
261
|
-
var proseDisplaySmStyle = require('./typography/proseDisplaySmStyle.cjs');
|
|
262
259
|
var proseHeading2XlStyle = require('./typography/proseHeading2XlStyle.cjs');
|
|
260
|
+
var proseHeading3XlStyle = require('./typography/proseHeading3XlStyle.cjs');
|
|
261
|
+
var proseHeading4XlStyle = require('./typography/proseHeading4XlStyle.cjs');
|
|
262
|
+
var proseHeading5XlStyle = require('./typography/proseHeading5XlStyle.cjs');
|
|
263
263
|
var proseHeadingLgStyle = require('./typography/proseHeadingLgStyle.cjs');
|
|
264
264
|
var proseHeadingMdStyle = require('./typography/proseHeadingMdStyle.cjs');
|
|
265
265
|
var proseHeadingSmStyle = require('./typography/proseHeadingSmStyle.cjs');
|
|
@@ -397,15 +397,15 @@ exports.fontWeightRegular = fontWeightRegular.fontWeightRegular;
|
|
|
397
397
|
exports.fontWeightSemiBold = fontWeightSemiBold.fontWeightSemiBold;
|
|
398
398
|
exports.fontHyphenationStyle = fontHyphenationStyle.fontHyphenationStyle;
|
|
399
399
|
exports.fontPorscheNext = fontPorscheNext.fontPorscheNext;
|
|
400
|
-
exports.fontSizeDisplayLarge = fontSizeDisplayLarge.fontSizeDisplayLarge;
|
|
401
|
-
exports.fontSizeDisplayMedium = fontSizeDisplayMedium.fontSizeDisplayMedium;
|
|
402
|
-
exports.fontSizeDisplaySmall = fontSizeDisplaySmall.fontSizeDisplaySmall;
|
|
403
400
|
exports.fontWeightBold = fontWeightBold.fontWeightBold;
|
|
404
401
|
exports.fontWeightNormal = fontWeightNormal.fontWeightNormal;
|
|
405
402
|
exports.fontWeightSemibold = fontWeightSemibold.fontWeightSemibold;
|
|
406
403
|
exports.leadingNormal = leadingNormal.leadingNormal;
|
|
407
404
|
exports.typescale2Xl = typescale2Xl.typescale2Xl;
|
|
408
405
|
exports.typescale2Xs = typescale2Xs.typescale2Xs;
|
|
406
|
+
exports.typescale3Xl = typescale3Xl.typescale3Xl;
|
|
407
|
+
exports.typescale4Xl = typescale4Xl.typescale4Xl;
|
|
408
|
+
exports.typescale5Xl = typescale5Xl.typescale5Xl;
|
|
409
409
|
exports.typescaleLg = typescaleLg.typescaleLg;
|
|
410
410
|
exports.typescaleMd = typescaleMd.typescaleMd;
|
|
411
411
|
exports.typescaleSm = typescaleSm.typescaleSm;
|
|
@@ -530,10 +530,10 @@ exports.textSmallStyle = textSmallStyle.textSmallStyle;
|
|
|
530
530
|
exports.textMediumStyle = textMediumStyle.textMediumStyle;
|
|
531
531
|
exports.textLargeStyle = textLargeStyle.textLargeStyle;
|
|
532
532
|
exports.textXLargeStyle = textXLargeStyle.textXLargeStyle;
|
|
533
|
-
exports.proseDisplayLgStyle = proseDisplayLgStyle.proseDisplayLgStyle;
|
|
534
|
-
exports.proseDisplayMdStyle = proseDisplayMdStyle.proseDisplayMdStyle;
|
|
535
|
-
exports.proseDisplaySmStyle = proseDisplaySmStyle.proseDisplaySmStyle;
|
|
536
533
|
exports.proseHeading2XlStyle = proseHeading2XlStyle.proseHeading2XlStyle;
|
|
534
|
+
exports.proseHeading3XlStyle = proseHeading3XlStyle.proseHeading3XlStyle;
|
|
535
|
+
exports.proseHeading4XlStyle = proseHeading4XlStyle.proseHeading4XlStyle;
|
|
536
|
+
exports.proseHeading5XlStyle = proseHeading5XlStyle.proseHeading5XlStyle;
|
|
537
537
|
exports.proseHeadingLgStyle = proseHeadingLgStyle.proseHeadingLgStyle;
|
|
538
538
|
exports.proseHeadingMdStyle = proseHeadingMdStyle.proseHeadingMdStyle;
|
|
539
539
|
exports.proseHeadingSmStyle = proseHeadingSmStyle.proseHeadingSmStyle;
|
|
@@ -3,73 +3,73 @@
|
|
|
3
3
|
const palette = {
|
|
4
4
|
light: {
|
|
5
5
|
green: {
|
|
6
|
-
'950': 'hsl(115
|
|
7
|
-
'50a': '
|
|
8
|
-
'100a': '
|
|
9
|
-
'600a': '
|
|
6
|
+
'950': 'hsl(115 77.5% 27.8%)',
|
|
7
|
+
'50a': 'hsl(115 77.5% 27.8% / 0.1)',
|
|
8
|
+
'100a': 'hsl(115 77.5% 27.8% / 0.18)',
|
|
9
|
+
'600a': 'hsl(115 77.5% 27.8% / 0.6)'},
|
|
10
10
|
red: {
|
|
11
|
-
'950': 'hsl(357
|
|
12
|
-
'50a': '
|
|
13
|
-
'100a': '
|
|
14
|
-
'600a': '
|
|
11
|
+
'950': 'hsl(357 78% 41%)',
|
|
12
|
+
'50a': 'hsl(357 78% 41% / 0.1)',
|
|
13
|
+
'100a': 'hsl(357 78% 41% / 0.18)',
|
|
14
|
+
'600a': 'hsl(357 78% 41% / 0.6)'},
|
|
15
15
|
yellow: {
|
|
16
|
-
'950': 'hsl(28
|
|
17
|
-
'50a': '
|
|
18
|
-
'100a': '
|
|
19
|
-
'600a': '
|
|
16
|
+
'950': 'hsl(28 97.7% 34.1%)',
|
|
17
|
+
'50a': 'hsl(28 97.7% 34.1% / 0.1)',
|
|
18
|
+
'100a': 'hsl(28 97.7% 34.1% / 0.18)',
|
|
19
|
+
'600a': 'hsl(28 97.7% 34.1% / 0.6)'},
|
|
20
20
|
blue: {
|
|
21
|
-
'950': 'hsl(228
|
|
22
|
-
'50a': '
|
|
23
|
-
'100a': '
|
|
24
|
-
'600a': '
|
|
21
|
+
'950': 'hsl(228 83.2% 51%)',
|
|
22
|
+
'50a': 'hsl(228 83.2% 51% / 0.1)',
|
|
23
|
+
'100a': 'hsl(228 83.2% 51% / 0.18)',
|
|
24
|
+
'600a': 'hsl(228 83.2% 51% / 0.6)'},
|
|
25
25
|
grey: {
|
|
26
|
-
'50': 'hsl(240
|
|
27
|
-
'950': 'hsl(225
|
|
28
|
-
'50a': '
|
|
29
|
-
'100a': '
|
|
30
|
-
'200a': '
|
|
31
|
-
'300a': '
|
|
32
|
-
'500a': '
|
|
33
|
-
'600a': '
|
|
34
|
-
'700a': '
|
|
35
|
-
'800a': '
|
|
26
|
+
'50': 'hsl(240 10% 95%)',
|
|
27
|
+
'950': 'hsl(225 66.7% 1.2%)',
|
|
28
|
+
'50a': 'hsl(234 9.8% 60% / 0.06)',
|
|
29
|
+
'100a': 'hsl(240 5% 70% / 0.148)',
|
|
30
|
+
'200a': 'hsl(236 6.5% 42% / 0.236)',
|
|
31
|
+
'300a': 'hsl(234 6% 32.9% / 0.324)',
|
|
32
|
+
'500a': 'hsl(240 5.3% 14.9% / 0.5)',
|
|
33
|
+
'600a': 'hsl(240 6.1% 7% / 0.6)',
|
|
34
|
+
'700a': 'hsl(240 7.1% 11% / 0.7)',
|
|
35
|
+
'800a': 'hsl(240 8.7% 9% / 0.8)'},
|
|
36
36
|
},
|
|
37
37
|
dark: {
|
|
38
38
|
green: {
|
|
39
|
-
'950': 'hsl(157
|
|
40
|
-
'50a': '
|
|
41
|
-
'100a': '
|
|
42
|
-
'200a': '
|
|
43
|
-
'600a': '
|
|
39
|
+
'950': 'hsl(157 84.9% 41.6%)',
|
|
40
|
+
'50a': 'hsl(157 84.9% 41.6% / 0.1)',
|
|
41
|
+
'100a': 'hsl(157 84.9% 41.6% / 0.18)',
|
|
42
|
+
'200a': 'hsl(157 84.9% 41.6% / 0.26)',
|
|
43
|
+
'600a': 'hsl(157 84.9% 41.6% / 0.6)'},
|
|
44
44
|
red: {
|
|
45
|
-
'950': 'hsl(0
|
|
46
|
-
'50a': '
|
|
47
|
-
'100a': '
|
|
48
|
-
'200a': '
|
|
49
|
-
'600a': '
|
|
45
|
+
'950': 'hsl(0 96.9% 62%)',
|
|
46
|
+
'50a': 'hsl(0 96.9% 62% / 0.1)',
|
|
47
|
+
'100a': 'hsl(0 96.9% 62% / 0.18)',
|
|
48
|
+
'200a': 'hsl(0 96.9% 62% / 0.26)',
|
|
49
|
+
'600a': 'hsl(0 96.9% 62% / 0.6)'},
|
|
50
50
|
yellow: {
|
|
51
|
-
'950': 'hsl(28
|
|
52
|
-
'50a': '
|
|
53
|
-
'100a': '
|
|
54
|
-
'200a': '
|
|
55
|
-
'600a': '
|
|
51
|
+
'950': 'hsl(28 90.2% 56.1%)',
|
|
52
|
+
'50a': 'hsl(28 90.2% 56.1% / 0.1)',
|
|
53
|
+
'100a': 'hsl(28 90.2% 56.1% / 0.18)',
|
|
54
|
+
'200a': 'hsl(28 90.2% 56.1% / 0.26)',
|
|
55
|
+
'600a': 'hsl(28 90.2% 56.1% / 0.6)'},
|
|
56
56
|
blue: {
|
|
57
|
-
'950': 'hsl(210
|
|
58
|
-
'50a': '
|
|
59
|
-
'100a': '
|
|
60
|
-
'200a': '
|
|
61
|
-
'600a': '
|
|
57
|
+
'950': 'hsl(210 100% 54.5%)',
|
|
58
|
+
'50a': 'hsl(210 100% 54.5% / 0.1)',
|
|
59
|
+
'100a': 'hsl(210 100% 54.5% / 0.18)',
|
|
60
|
+
'200a': 'hsl(210 100% 54.5% / 0.26)',
|
|
61
|
+
'600a': 'hsl(210 100% 54.5% / 0.6)'},
|
|
62
62
|
grey: {
|
|
63
|
-
'50': 'hsl(225
|
|
64
|
-
'100': 'hsl(240
|
|
65
|
-
'950': 'hsl(225
|
|
66
|
-
'100a': '
|
|
67
|
-
'200a': '
|
|
68
|
-
'300a': '
|
|
69
|
-
'500a': '
|
|
70
|
-
'600a': '
|
|
71
|
-
'700a': '
|
|
72
|
-
'800a': '
|
|
63
|
+
'50': 'hsl(225 66.7% 1.2%)',
|
|
64
|
+
'100': 'hsl(240 2% 10%)',
|
|
65
|
+
'950': 'hsl(225 100% 99%)',
|
|
66
|
+
'100a': 'hsl(240 3.7% 26.5% / 0.154)',
|
|
67
|
+
'200a': 'hsl(240 2% 43% / 0.228)',
|
|
68
|
+
'300a': 'hsl(240 1.5% 61.8% / 0.302)',
|
|
69
|
+
'500a': 'hsl(240 12.5% 96.9% / 0.45)',
|
|
70
|
+
'600a': 'hsl(240 12.5% 96.9% / 0.56)',
|
|
71
|
+
'700a': 'hsl(240 12.5% 96.9% / 0.67)',
|
|
72
|
+
'800a': 'hsl(240 12.5% 96.9% / 0.78)'},
|
|
73
73
|
},
|
|
74
74
|
};
|
|
75
75
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var typescale5Xl = require('../../../font/typescale5Xl.cjs');
|
|
4
4
|
var displayShared = require('./displayShared.cjs');
|
|
5
5
|
|
|
6
|
-
/** @deprecated since v4.0.0, will be removed with next major release. Use
|
|
6
|
+
/** @deprecated since v4.0.0, will be removed with next major release. Use proseHeading5XlStyle instead. */
|
|
7
7
|
const displayLargeStyle = {
|
|
8
|
-
font: `${displayShared._displayFontPartA}${
|
|
8
|
+
font: `${displayShared._displayFontPartA}${typescale5Xl.typescale5Xl}${displayShared._displayFontPartB}`,
|
|
9
9
|
};
|
|
10
10
|
|
|
11
11
|
exports.displayLargeStyle = displayLargeStyle;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var typescale4Xl = require('../../../font/typescale4Xl.cjs');
|
|
4
4
|
var displayShared = require('./displayShared.cjs');
|
|
5
5
|
|
|
6
|
-
/** @deprecated since v4.0.0, will be removed with next major release. Use
|
|
6
|
+
/** @deprecated since v4.0.0, will be removed with next major release. Use proseHeading4XlStyle instead. */
|
|
7
7
|
const displayMediumStyle = {
|
|
8
|
-
font: `${displayShared._displayFontPartA}${
|
|
8
|
+
font: `${displayShared._displayFontPartA}${typescale4Xl.typescale4Xl}${displayShared._displayFontPartB}`,
|
|
9
9
|
};
|
|
10
10
|
|
|
11
11
|
exports.displayMediumStyle = displayMediumStyle;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
3
|
+
var typescale3Xl = require('../../../font/typescale3Xl.cjs');
|
|
4
4
|
var displayShared = require('./displayShared.cjs');
|
|
5
5
|
|
|
6
|
-
/** @deprecated since v4.0.0, will be removed with next major release. Use
|
|
6
|
+
/** @deprecated since v4.0.0, will be removed with next major release. Use proseHeading3XlStyle instead. */
|
|
7
7
|
const displaySmallStyle = {
|
|
8
|
-
font: `${displayShared._displayFontPartA}${
|
|
8
|
+
font: `${displayShared._displayFontPartA}${typescale3Xl.typescale3Xl}${displayShared._displayFontPartB}`,
|
|
9
9
|
};
|
|
10
10
|
|
|
11
11
|
exports.displaySmallStyle = displaySmallStyle;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var fontSizeTextLarge = require('../../../font/deprecated/fontSizeTextLarge.cjs');
|
|
4
|
-
var fontHyphenationStyle = require('../../../font/fontHyphenationStyle.cjs');
|
|
5
4
|
var textShared = require('./textShared.cjs');
|
|
6
5
|
|
|
7
6
|
/** @deprecated since v4.0.0, will be removed with next major release. Use proseTextLg instead. */
|
|
8
7
|
const textLargeStyle = {
|
|
9
8
|
font: `${textShared._textFontPartA}${fontSizeTextLarge.fontSizeTextLarge}${textShared._textFontPartB}`,
|
|
10
|
-
...fontHyphenationStyle.fontHyphenationStyle,
|
|
11
9
|
};
|
|
12
10
|
|
|
13
11
|
exports.textLargeStyle = textLargeStyle;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var fontSizeTextMedium = require('../../../font/deprecated/fontSizeTextMedium.cjs');
|
|
4
|
-
var fontHyphenationStyle = require('../../../font/fontHyphenationStyle.cjs');
|
|
5
4
|
var textShared = require('./textShared.cjs');
|
|
6
5
|
|
|
7
6
|
/** @deprecated since v4.0.0, will be removed with next major release. Use proseTextMd instead. */
|
|
8
7
|
const textMediumStyle = {
|
|
9
8
|
font: `${textShared._textFontPartA}${fontSizeTextMedium.fontSizeTextMedium}${textShared._textFontPartB}`,
|
|
10
|
-
...fontHyphenationStyle.fontHyphenationStyle,
|
|
11
9
|
};
|
|
12
10
|
|
|
13
11
|
exports.textMediumStyle = textMediumStyle;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var fontSizeTextSmall = require('../../../font/deprecated/fontSizeTextSmall.cjs');
|
|
4
|
-
var fontHyphenationStyle = require('../../../font/fontHyphenationStyle.cjs');
|
|
5
4
|
var textShared = require('./textShared.cjs');
|
|
6
5
|
|
|
7
6
|
/** @deprecated since v4.0.0, will be removed with next major release. Use proseTextSm instead. */
|
|
8
7
|
const textSmallStyle = {
|
|
9
8
|
font: `${textShared._textFontPartA}${fontSizeTextSmall.fontSizeTextSmall}${textShared._textFontPartB}`,
|
|
10
|
-
...fontHyphenationStyle.fontHyphenationStyle,
|
|
11
9
|
};
|
|
12
10
|
|
|
13
11
|
exports.textSmallStyle = textSmallStyle;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var fontSizeTextXLarge = require('../../../font/deprecated/fontSizeTextXLarge.cjs');
|
|
4
|
-
var fontHyphenationStyle = require('../../../font/fontHyphenationStyle.cjs');
|
|
5
4
|
var textShared = require('./textShared.cjs');
|
|
6
5
|
|
|
7
6
|
/** @deprecated since v4.0.0, will be removed with next major release. Use proseTextXl instead. */
|
|
8
7
|
const textXLargeStyle = {
|
|
9
8
|
font: `${textShared._textFontPartA}${fontSizeTextXLarge.fontSizeTextXLarge}${textShared._textFontPartB}`,
|
|
10
|
-
...fontHyphenationStyle.fontHyphenationStyle,
|
|
11
9
|
};
|
|
12
10
|
|
|
13
11
|
exports.textXLargeStyle = textXLargeStyle;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var fontSizeTextXSmall = require('../../../font/deprecated/fontSizeTextXSmall.cjs');
|
|
4
|
-
var fontHyphenationStyle = require('../../../font/fontHyphenationStyle.cjs');
|
|
5
4
|
var textShared = require('./textShared.cjs');
|
|
6
5
|
|
|
7
6
|
/** @deprecated since v4.0.0, will be removed with next major release. Use proseTextXs instead. */
|
|
8
7
|
const textXSmallStyle = {
|
|
9
8
|
font: `${textShared._textFontPartA}${fontSizeTextXSmall.fontSizeTextXSmall}${textShared._textFontPartB}`,
|
|
10
|
-
...fontHyphenationStyle.fontHyphenationStyle,
|
|
11
9
|
};
|
|
12
10
|
|
|
13
11
|
exports.textXSmallStyle = textXSmallStyle;
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
var fontSizeTextXXSmall = require('../../../font/deprecated/fontSizeTextXXSmall.cjs');
|
|
4
|
-
var fontHyphenationStyle = require('../../../font/fontHyphenationStyle.cjs');
|
|
5
4
|
var textShared = require('./textShared.cjs');
|
|
6
5
|
|
|
7
6
|
/** @deprecated since v4.0.0, will be removed with next major release. Use proseText2Xs instead. */
|
|
8
7
|
const textXXSmallStyle = {
|
|
9
8
|
font: `${textShared._textFontPartA}${fontSizeTextXXSmall.fontSizeTextXXSmall}${textShared._textFontPartB}`,
|
|
10
|
-
...fontHyphenationStyle.fontHyphenationStyle,
|
|
11
9
|
};
|
|
12
10
|
|
|
13
11
|
exports.textXXSmallStyle = textXXSmallStyle;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cjs');
|
|
4
|
+
var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
|
|
5
|
+
var typescale3Xl = require('../tokens/dist/esm/font/size/typescale3Xl.cjs');
|
|
6
|
+
var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
|
|
7
|
+
|
|
8
|
+
const proseHeading3XlStyle = {
|
|
9
|
+
font: `normal normal ${fontWeightNormal.fontWeightNormal} ${typescale3Xl.typescale3Xl} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.proseHeading3XlStyle = proseHeading3XlStyle;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cjs');
|
|
4
|
+
var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
|
|
5
|
+
var typescale4Xl = require('../tokens/dist/esm/font/size/typescale4Xl.cjs');
|
|
6
|
+
var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
|
|
7
|
+
|
|
8
|
+
const proseHeading4XlStyle = {
|
|
9
|
+
font: `normal normal ${fontWeightNormal.fontWeightNormal} ${typescale4Xl.typescale4Xl} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.proseHeading4XlStyle = proseHeading4XlStyle;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cjs');
|
|
4
|
+
var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
|
|
5
|
+
var typescale5Xl = require('../tokens/dist/esm/font/size/typescale5Xl.cjs');
|
|
6
|
+
var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
|
|
7
|
+
|
|
8
|
+
const proseHeading5XlStyle = {
|
|
9
|
+
font: `normal normal ${fontWeightNormal.fontWeightNormal} ${typescale5Xl.typescale5Xl} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
10
|
+
};
|
|
11
|
+
|
|
12
|
+
exports.proseHeading5XlStyle = proseHeading5XlStyle;
|
|
@@ -3,10 +3,10 @@
|
|
|
3
3
|
var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cjs');
|
|
4
4
|
var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
|
|
5
5
|
var typescaleSm = require('../tokens/dist/esm/font/size/typescaleSm.cjs');
|
|
6
|
-
var
|
|
6
|
+
var fontWeightSemibold = require('../tokens/dist/esm/font/weight/fontWeightSemibold.cjs');
|
|
7
7
|
|
|
8
8
|
const proseHeadingSmStyle = {
|
|
9
|
-
font: `normal normal ${
|
|
9
|
+
font: `normal normal ${fontWeightSemibold.fontWeightSemibold} ${typescaleSm.typescaleSm} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
exports.proseHeadingSmStyle = proseHeadingSmStyle;
|
|
@@ -4,11 +4,9 @@ var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cj
|
|
|
4
4
|
var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
|
|
5
5
|
var typescale2Xs = require('../tokens/dist/esm/font/size/typescale2Xs.cjs');
|
|
6
6
|
var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
|
|
7
|
-
var fontHyphenationStyle = require('../font/fontHyphenationStyle.cjs');
|
|
8
7
|
|
|
9
8
|
const proseText2XsStyle = {
|
|
10
9
|
font: `normal normal ${fontWeightNormal.fontWeightNormal} ${typescale2Xs.typescale2Xs} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
-
...fontHyphenationStyle.fontHyphenationStyle,
|
|
12
10
|
};
|
|
13
11
|
|
|
14
12
|
exports.proseText2XsStyle = proseText2XsStyle;
|
|
@@ -4,11 +4,9 @@ var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cj
|
|
|
4
4
|
var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
|
|
5
5
|
var typescaleLg = require('../tokens/dist/esm/font/size/typescaleLg.cjs');
|
|
6
6
|
var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
|
|
7
|
-
var fontHyphenationStyle = require('../font/fontHyphenationStyle.cjs');
|
|
8
7
|
|
|
9
8
|
const proseTextLgStyle = {
|
|
10
9
|
font: `normal normal ${fontWeightNormal.fontWeightNormal} ${typescaleLg.typescaleLg} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
-
...fontHyphenationStyle.fontHyphenationStyle,
|
|
12
10
|
};
|
|
13
11
|
|
|
14
12
|
exports.proseTextLgStyle = proseTextLgStyle;
|
|
@@ -4,11 +4,9 @@ var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cj
|
|
|
4
4
|
var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
|
|
5
5
|
var typescaleMd = require('../tokens/dist/esm/font/size/typescaleMd.cjs');
|
|
6
6
|
var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
|
|
7
|
-
var fontHyphenationStyle = require('../font/fontHyphenationStyle.cjs');
|
|
8
7
|
|
|
9
8
|
const proseTextMdStyle = {
|
|
10
9
|
font: `normal normal ${fontWeightNormal.fontWeightNormal} ${typescaleMd.typescaleMd} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
-
...fontHyphenationStyle.fontHyphenationStyle,
|
|
12
10
|
};
|
|
13
11
|
|
|
14
12
|
exports.proseTextMdStyle = proseTextMdStyle;
|
|
@@ -4,11 +4,9 @@ var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cj
|
|
|
4
4
|
var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
|
|
5
5
|
var typescaleSm = require('../tokens/dist/esm/font/size/typescaleSm.cjs');
|
|
6
6
|
var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
|
|
7
|
-
var fontHyphenationStyle = require('../font/fontHyphenationStyle.cjs');
|
|
8
7
|
|
|
9
8
|
const proseTextSmStyle = {
|
|
10
9
|
font: `normal normal ${fontWeightNormal.fontWeightNormal} ${typescaleSm.typescaleSm} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
-
...fontHyphenationStyle.fontHyphenationStyle,
|
|
12
10
|
};
|
|
13
11
|
|
|
14
12
|
exports.proseTextSmStyle = proseTextSmStyle;
|
|
@@ -4,11 +4,9 @@ var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cj
|
|
|
4
4
|
var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
|
|
5
5
|
var typescaleXl = require('../tokens/dist/esm/font/size/typescaleXl.cjs');
|
|
6
6
|
var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
|
|
7
|
-
var fontHyphenationStyle = require('../font/fontHyphenationStyle.cjs');
|
|
8
7
|
|
|
9
8
|
const proseTextXlStyle = {
|
|
10
9
|
font: `normal normal ${fontWeightNormal.fontWeightNormal} ${typescaleXl.typescaleXl} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
-
...fontHyphenationStyle.fontHyphenationStyle,
|
|
12
10
|
};
|
|
13
11
|
|
|
14
12
|
exports.proseTextXlStyle = proseTextXlStyle;
|
|
@@ -4,11 +4,9 @@ var fontPorscheNext = require('../tokens/dist/esm/font/family/fontPorscheNext.cj
|
|
|
4
4
|
var leadingNormal = require('../tokens/dist/esm/font/lineHeight/leadingNormal.cjs');
|
|
5
5
|
var typescaleXs = require('../tokens/dist/esm/font/size/typescaleXs.cjs');
|
|
6
6
|
var fontWeightNormal = require('../tokens/dist/esm/font/weight/fontWeightNormal.cjs');
|
|
7
|
-
var fontHyphenationStyle = require('../font/fontHyphenationStyle.cjs');
|
|
8
7
|
|
|
9
8
|
const proseTextXsStyle = {
|
|
10
9
|
font: `normal normal ${fontWeightNormal.fontWeightNormal} ${typescaleXs.typescaleXs} / ${leadingNormal.leadingNormal} ${fontPorscheNext.fontPorscheNext}`,
|
|
11
|
-
...fontHyphenationStyle.fontHyphenationStyle,
|
|
12
10
|
};
|
|
13
11
|
|
|
14
12
|
exports.proseTextXsStyle = proseTextXsStyle;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { typescale3Xl } from '../typescale3Xl.mjs';
|
|
2
|
+
import { typescale4Xl } from '../typescale4Xl.mjs';
|
|
3
|
+
import { typescale5Xl } from '../typescale5Xl.mjs';
|
|
4
4
|
|
|
5
5
|
/** @deprecated since v4.0.0, will be removed with next major release. Use variables directly instead. */
|
|
6
6
|
const fontSizeDisplay = {
|
|
7
|
-
small:
|
|
8
|
-
medium:
|
|
9
|
-
large:
|
|
7
|
+
small: typescale3Xl,
|
|
8
|
+
medium: typescale4Xl,
|
|
9
|
+
large: typescale5Xl,
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
export { fontSizeDisplay };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/** @deprecated since v4.0.0, will be removed with next major release. Use typescaleXs instead. */
|
|
2
|
-
export declare const fontSizeTextXSmall = "
|
|
2
|
+
export declare const fontSizeTextXSmall = ".875rem";
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
export * from './deprecated';
|
|
2
2
|
export { fontHyphenationStyle } from './fontHyphenationStyle';
|
|
3
3
|
export { fontPorscheNext } from './fontPorscheNext';
|
|
4
|
-
export { fontSizeDisplayLarge } from './fontSizeDisplayLarge';
|
|
5
|
-
export { fontSizeDisplayMedium } from './fontSizeDisplayMedium';
|
|
6
|
-
export { fontSizeDisplaySmall } from './fontSizeDisplaySmall';
|
|
7
4
|
export { fontWeightBold } from './fontWeightBold';
|
|
8
5
|
export { fontWeightNormal } from './fontWeightNormal';
|
|
9
6
|
export { fontWeightSemibold } from './fontWeightSemibold';
|
|
10
7
|
export { leadingNormal } from './leadingNormal';
|
|
11
8
|
export { typescale2Xl } from './typescale2Xl';
|
|
12
9
|
export { typescale2Xs } from './typescale2Xs';
|
|
10
|
+
export { typescale3Xl } from './typescale3Xl';
|
|
11
|
+
export { typescale4Xl } from './typescale4Xl';
|
|
12
|
+
export { typescale5Xl } from './typescale5Xl';
|
|
13
13
|
export { typescaleLg } from './typescaleLg';
|
|
14
14
|
export { typescaleMd } from './typescaleMd';
|
|
15
15
|
export { typescaleSm } from './typescaleSm';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const typescale3Xl = "clamp(1.8rem, 2.41vw + 1.32rem, 4.21rem)";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const typescale4Xl = "clamp(2.03rem, 3.58vw + 1.31rem, 5.61rem)";
|