@norges-domstoler/dds-design-tokens 4.0.2 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -12
- package/dist/cjs/dds/build/js/borderRadius.d.ts +10 -30
- package/dist/cjs/dds/build/js/colors.d.ts +152 -67
- package/dist/cjs/dds/build/js/ddsTokens.d.ts +270 -205
- package/dist/cjs/dds/build/js/font.d.ts +50 -0
- package/dist/cjs/dds/build/js/grid.d.ts +15 -35
- package/dist/cjs/dds/build/js/iconSize.d.ts +6 -6
- package/dist/cjs/dds/build/js/outershadow.d.ts +1 -1
- package/dist/cjs/dds/build/js/spacing.d.ts +28 -88
- package/dist/cjs/dds/index.d.ts +10 -11
- package/dist/cjs/index.js +1855 -606
- package/dist/cjs/src/ddsBaseTokens.d.ts +631 -3
- package/dist/css/borderRadius.css +6 -16
- package/dist/css/breakpoints.css +1 -1
- package/dist/css/colors.css +152 -67
- package/dist/css/ddsTokens.css +197 -198
- package/dist/css/font.css +1 -1
- package/dist/css/grid.css +11 -26
- package/dist/css/iconSize.css +4 -4
- package/dist/css/outershadow.css +1 -1
- package/dist/css/spacing.css +15 -45
- package/dist/dds/build/js/borderRadius.d.ts +10 -30
- package/dist/dds/build/js/borderRadius.js +11 -31
- package/dist/dds/build/js/colors.d.ts +152 -67
- package/dist/dds/build/js/colors.js +153 -68
- package/dist/dds/build/js/ddsTokens.d.ts +270 -205
- package/dist/dds/build/js/ddsTokens.js +630 -0
- package/dist/dds/build/js/font.d.ts +50 -0
- package/dist/dds/build/js/font.js +51 -1
- package/dist/dds/build/js/grid.d.ts +15 -35
- package/dist/dds/build/js/grid.js +16 -36
- package/dist/dds/build/js/iconSize.d.ts +6 -6
- package/dist/dds/build/js/iconSize.js +7 -7
- package/dist/dds/build/js/outershadow.d.ts +1 -1
- package/dist/dds/build/js/outershadow.js +1 -1
- package/dist/dds/build/js/spacing.d.ts +28 -88
- package/dist/dds/build/js/spacing.js +29 -89
- package/dist/dds/index.d.ts +10 -11
- package/dist/ddsBaseTokens.js +3 -5
- package/dist/ddsReferenceTokens.js +6 -6
- package/dist/index.js +1 -1
- package/dist/scss/_borderRadius.scss +6 -16
- package/dist/scss/_breakpoints.scss +1 -1
- package/dist/scss/_colors.scss +153 -102
- package/dist/scss/_ddsTokens.scss +198 -198
- package/dist/scss/_font.scss +1 -1
- package/dist/scss/_iconSize.scss +4 -4
- package/dist/scss/_outershadow.scss +1 -1
- package/dist/scss/_spacing.scss +16 -45
- package/dist/src/ddsBaseTokens.d.ts +631 -3
- package/package.json +6 -6
- package/dist/cjs/dds/build/js/border.d.ts +0 -30
- package/dist/cjs/dds/build/js/innershadow.d.ts +0 -8
- package/dist/css/border.css +0 -31
- package/dist/css/innershadow.css +0 -11
- package/dist/dds/build/js/border.d.ts +0 -30
- package/dist/dds/build/js/border.js +0 -32
- package/dist/dds/build/js/innershadow.d.ts +0 -8
- package/dist/dds/build/js/innershadow.js +0 -10
- package/dist/scss/_border.scss +0 -28
- package/dist/scss/_innershadow.scss +0 -8
package/dist/cjs/index.js
CHANGED
|
@@ -2,143 +2,1306 @@
|
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* Do not edit directly
|
|
5
|
-
* Generated on Mon,
|
|
5
|
+
* Generated on Mon, 10 Jun 2024 11:27:50 GMT
|
|
6
6
|
*/
|
|
7
|
-
const DdsColorPrimaryLightest = "
|
|
8
|
-
const DdsColorPrimaryLighter = "
|
|
9
|
-
const DdsColorPrimaryLight = "
|
|
10
|
-
const DdsColorPrimaryBase = "
|
|
11
|
-
const DdsColorPrimaryDark = "
|
|
12
|
-
const DdsColorPrimaryDarker = "
|
|
13
|
-
const DdsColorPrimaryDarkest = "
|
|
14
|
-
const DdsColorNeutralsWhite = "
|
|
15
|
-
const DdsColorNeutralsGray1 = "
|
|
16
|
-
const DdsColorNeutralsGray2 = "
|
|
17
|
-
const DdsColorNeutralsGray3 = "
|
|
18
|
-
const DdsColorNeutralsGray4 = "
|
|
19
|
-
const DdsColorNeutralsGray5 = "
|
|
20
|
-
const DdsColorNeutralsGray6 = "
|
|
21
|
-
const DdsColorNeutralsGray7 = "
|
|
22
|
-
const DdsColorNeutralsGray8 = "
|
|
23
|
-
const DdsColorNeutralsGray9 = "
|
|
24
|
-
const DdsColorInteractiveLightest = "
|
|
25
|
-
const DdsColorInteractiveLighter = "
|
|
26
|
-
const DdsColorInteractiveLight = "
|
|
27
|
-
const DdsColorInteractiveBase = "
|
|
28
|
-
const DdsColorInteractiveDark = "
|
|
29
|
-
const DdsColorInteractiveDarker = "
|
|
30
|
-
const DdsColorInteractiveDarkest = "
|
|
31
|
-
const DdsColorSecondaryLightest = "
|
|
32
|
-
const DdsColorSecondaryLighter = "
|
|
33
|
-
const DdsColorSecondaryLight = "
|
|
34
|
-
const DdsColorSecondaryBase = "
|
|
35
|
-
const DdsColorSecondaryDark = "
|
|
36
|
-
const DdsColorSecondaryDarker = "
|
|
37
|
-
const DdsColorSecondaryDarkest = "
|
|
38
|
-
const DdsColorTertiaryLightest = "
|
|
39
|
-
const DdsColorTertiaryLighter = "
|
|
40
|
-
const DdsColorTertiaryLight = "
|
|
41
|
-
const DdsColorTertiaryBase = "
|
|
42
|
-
const DdsColorTertiaryDark = "
|
|
43
|
-
const DdsColorTertiaryDarker = "
|
|
44
|
-
const DdsColorTertiaryDarkest = "
|
|
45
|
-
const DdsColorSuccessLightest = "
|
|
46
|
-
const DdsColorSuccessLighter = "
|
|
47
|
-
const DdsColorSuccessLight = "
|
|
48
|
-
const DdsColorSuccessBase = "
|
|
49
|
-
const DdsColorSuccessDark = "
|
|
50
|
-
const DdsColorSuccessDarker = "
|
|
51
|
-
const DdsColorSuccessDarkest = "
|
|
52
|
-
const DdsColorDangerLightest = "
|
|
53
|
-
const DdsColorDangerLighter = "
|
|
54
|
-
const DdsColorDangerLight = "
|
|
55
|
-
const DdsColorDangerBase = "
|
|
56
|
-
const DdsColorDangerDark = "
|
|
57
|
-
const DdsColorDangerDarker = "
|
|
58
|
-
const DdsColorDangerDarkest = "
|
|
59
|
-
const DdsColorWarningLightest = "
|
|
60
|
-
const DdsColorWarningLighter = "
|
|
61
|
-
const DdsColorWarningLight = "
|
|
62
|
-
const DdsColorWarningBase = "
|
|
63
|
-
const DdsColorWarningDark = "
|
|
64
|
-
const DdsColorWarningDarker = "
|
|
65
|
-
const DdsColorWarningDarkest = "
|
|
66
|
-
const DdsColorInfoLightest = "
|
|
67
|
-
const DdsColorInfoLighter = "
|
|
68
|
-
const DdsColorInfoLight = "
|
|
69
|
-
const DdsColorInfoBase = "
|
|
70
|
-
const DdsColorInfoDark = "
|
|
71
|
-
const DdsColorInfoDarker = "
|
|
72
|
-
const DdsColorInfoDarkest = "
|
|
7
|
+
const DdsColorPrimaryLightest$1 = "#eaeff4";
|
|
8
|
+
const DdsColorPrimaryLighter$1 = "#acbbc6";
|
|
9
|
+
const DdsColorPrimaryLight$1 = "#4f6a7e";
|
|
10
|
+
const DdsColorPrimaryBase$1 = "#354754";
|
|
11
|
+
const DdsColorPrimaryDark$1 = "#313d45";
|
|
12
|
+
const DdsColorPrimaryDarker$1 = "#202b32";
|
|
13
|
+
const DdsColorPrimaryDarkest$1 = "#151c22";
|
|
14
|
+
const DdsColorNeutralsWhite$1 = "#ffffff";
|
|
15
|
+
const DdsColorNeutralsGray1$1 = "#f8f9f9";
|
|
16
|
+
const DdsColorNeutralsGray2$1 = "#ebecee";
|
|
17
|
+
const DdsColorNeutralsGray3$1 = "#cfd4d7";
|
|
18
|
+
const DdsColorNeutralsGray4$1 = "#adb5ba";
|
|
19
|
+
const DdsColorNeutralsGray5$1 = "#77838c";
|
|
20
|
+
const DdsColorNeutralsGray6$1 = "#545c62";
|
|
21
|
+
const DdsColorNeutralsGray7$1 = "#3a4146";
|
|
22
|
+
const DdsColorNeutralsGray8$1 = "#22272a";
|
|
23
|
+
const DdsColorNeutralsGray9$1 = "#0b0d0e";
|
|
24
|
+
const DdsColorInteractiveLightest$1 = "#e7f1f7";
|
|
25
|
+
const DdsColorInteractiveLighter$1 = "#9fc5de";
|
|
26
|
+
const DdsColorInteractiveLight$1 = "#589ac6";
|
|
27
|
+
const DdsColorInteractiveBase$1 = "#106ead";
|
|
28
|
+
const DdsColorInteractiveDark$1 = "#0d588a";
|
|
29
|
+
const DdsColorInteractiveDarker$1 = "#0a4268";
|
|
30
|
+
const DdsColorInteractiveDarkest$1 = "#062c45";
|
|
31
|
+
const DdsColorSecondaryLightest$1 = "#e6eded";
|
|
32
|
+
const DdsColorSecondaryLighter$1 = "#cddbdb";
|
|
33
|
+
const DdsColorSecondaryLight$1 = "#b8cdcd";
|
|
34
|
+
const DdsColorSecondaryBase$1 = "#9ab8b7";
|
|
35
|
+
const DdsColorSecondaryDark$1 = "#7b9392";
|
|
36
|
+
const DdsColorSecondaryDarker$1 = "#4d6463";
|
|
37
|
+
const DdsColorSecondaryDarkest$1 = "#3e4a49";
|
|
38
|
+
const DdsColorTertiaryLightest$1 = "#ffe6df";
|
|
39
|
+
const DdsColorTertiaryLighter$1 = "#ffd6ca";
|
|
40
|
+
const DdsColorTertiaryLight$1 = "#f6c1b1";
|
|
41
|
+
const DdsColorTertiaryBase$1 = "#f2a68f";
|
|
42
|
+
const DdsColorTertiaryDark$1 = "#f59877";
|
|
43
|
+
const DdsColorTertiaryDarker$1 = "#f27e55";
|
|
44
|
+
const DdsColorTertiaryDarkest$1 = "#c26544";
|
|
45
|
+
const DdsColorSuccessLightest$1 = "#f0f9f0";
|
|
46
|
+
const DdsColorSuccessLighter$1 = "#c1e5c2";
|
|
47
|
+
const DdsColorSuccessLight$1 = "#93d294";
|
|
48
|
+
const DdsColorSuccessBase$1 = "#65be66";
|
|
49
|
+
const DdsColorSuccessDark$1 = "#519852";
|
|
50
|
+
const DdsColorSuccessDarker$1 = "#3d723d";
|
|
51
|
+
const DdsColorSuccessDarkest$1 = "#284c29";
|
|
52
|
+
const DdsColorDangerLightest$1 = "#fbebeb";
|
|
53
|
+
const DdsColorDangerLighter$1 = "#efafaf";
|
|
54
|
+
const DdsColorDangerLight$1 = "#e47373";
|
|
55
|
+
const DdsColorDangerBase$1 = "#d83737";
|
|
56
|
+
const DdsColorDangerDark$1 = "#ad2c2c";
|
|
57
|
+
const DdsColorDangerDarker$1 = "#822121";
|
|
58
|
+
const DdsColorDangerDarkest$1 = "#561616";
|
|
59
|
+
const DdsColorWarningLightest$1 = "#fefced";
|
|
60
|
+
const DdsColorWarningLighter$1 = "#fbf3b8";
|
|
61
|
+
const DdsColorWarningLight$1 = "#f7e982";
|
|
62
|
+
const DdsColorWarningBase$1 = "#f4e04d";
|
|
63
|
+
const DdsColorWarningDark$1 = "#c3b33e";
|
|
64
|
+
const DdsColorWarningDarker$1 = "#92862e";
|
|
65
|
+
const DdsColorWarningDarkest$1 = "#625a1f";
|
|
66
|
+
const DdsColorInfoLightest$1 = "#f1f8fd";
|
|
67
|
+
const DdsColorInfoLighter$1 = "#c8e3f5";
|
|
68
|
+
const DdsColorInfoLight$1 = "#9eceee";
|
|
69
|
+
const DdsColorInfoBase$1 = "#75b9e6";
|
|
70
|
+
const DdsColorInfoDark$1 = "#5e94b8";
|
|
71
|
+
const DdsColorInfoDarker$1 = "#466f8a";
|
|
72
|
+
const DdsColorInfoDarkest$1 = "#2f4a5c";
|
|
73
|
+
const DdsColorVisitedBase$1 = "#7F29B4";
|
|
74
|
+
const DdsColorVisitedLighter$1 = "#CCA9E1";
|
|
75
|
+
const DdsColorBgDefault$1 = "#ffffff";
|
|
76
|
+
const DdsColorBgSubtle$1 = "#f8f9f9";
|
|
77
|
+
const DdsColorSurfaceDefault$1 = "#ffffff";
|
|
78
|
+
const DdsColorSurfaceSubtle$1 = "#f8f9f9";
|
|
79
|
+
const DdsColorSurfaceMedium$1 = "#ebecee";
|
|
80
|
+
const DdsColorSurfaceHoverDefault$1 = "#e7f1f7";
|
|
81
|
+
const DdsColorSurfaceHoverSubtle$1 = "#f8f9f9";
|
|
82
|
+
const DdsColorSurfaceSelectedDefault$1 = "#e7f1f7";
|
|
83
|
+
const DdsColorSurfaceInverseDefault$1 = "#354754";
|
|
84
|
+
const DdsColorSurfaceInverseHover$1 = "#313d45";
|
|
85
|
+
const DdsColorSurfaceInverseSelected$1 = "#202b32";
|
|
86
|
+
const DdsColorSurfaceActionResting$1 = "#106ead";
|
|
87
|
+
const DdsColorSurfaceActionHover$1 = "#0d588a";
|
|
88
|
+
const DdsColorSurfaceActionSelected$1 = "#106ead";
|
|
89
|
+
const DdsColorSurfaceActionDangerResting$1 = "#d83737";
|
|
90
|
+
const DdsColorSurfaceActionDangerHover$1 = "#ad2c2c";
|
|
91
|
+
const DdsColorSurfaceActionSelectedDisabled$1 = "#77838c";
|
|
92
|
+
const DdsColorSurfaceDangerDefault$1 = "#fbebeb";
|
|
93
|
+
const DdsColorSurfaceDangerStrong$1 = "#e47373";
|
|
94
|
+
const DdsColorSurfaceSuccessDefault$1 = "#f0f9f0";
|
|
95
|
+
const DdsColorSurfaceSuccessStrong$1 = "#93d294";
|
|
96
|
+
const DdsColorSurfaceWarningDefault$1 = "#fefced";
|
|
97
|
+
const DdsColorSurfaceWarningStrong$1 = "#f7e982";
|
|
98
|
+
const DdsColorSurfaceInfoDefault$1 = "#f1f8fd";
|
|
99
|
+
const DdsColorSurfaceInfoStrong$1 = "#9eceee";
|
|
100
|
+
const DdsColorSurfacePaperDefault$1 = "#ffffff";
|
|
101
|
+
const DdsColorSurfaceBackdropDefault$1 = "#0b0d0e80";
|
|
102
|
+
const DdsColorSurfaceFieldDefault$1 = "#ffffff";
|
|
103
|
+
const DdsColorSurfaceFieldDisabled$1 = "#f8f9f9";
|
|
104
|
+
const DdsColorSurfaceHighlightedDefault$1 = "#ffe6df";
|
|
105
|
+
const DdsColorSurfaceScrollbar$1 = "#adb5ba";
|
|
106
|
+
const DdsColorSurfaceNotification$1 = "#d83737";
|
|
107
|
+
const DdsColorBorderDefault$1 = "#77838c";
|
|
108
|
+
const DdsColorBorderSubtle$1 = "#cfd4d7";
|
|
109
|
+
const DdsColorBorderInverse$1 = "#acbbc6";
|
|
110
|
+
const DdsColorBorderActionDefault$1 = "#106ead";
|
|
111
|
+
const DdsColorBorderActionHover$1 = "#0d588a";
|
|
112
|
+
const DdsColorBorderSuccess$1 = "#65be66";
|
|
113
|
+
const DdsColorBorderWarning$1 = "#f4e04d";
|
|
114
|
+
const DdsColorBorderDanger$1 = "#d83737";
|
|
115
|
+
const DdsColorBorderInfo$1 = "#75b9e6";
|
|
116
|
+
const DdsColorBorderOnAction$1 = "#ffffff";
|
|
117
|
+
const DdsColorTextDefault$1 = "#0b0d0e";
|
|
118
|
+
const DdsColorTextMedium$1 = "#3a4146";
|
|
119
|
+
const DdsColorTextSubtle$1 = "#545c62";
|
|
120
|
+
const DdsColorTextOnInverse$1 = "#ffffff";
|
|
121
|
+
const DdsColorTextOnAction$1 = "#ffffff";
|
|
122
|
+
const DdsColorTextOnStatusDefault$1 = "#0b0d0e";
|
|
123
|
+
const DdsColorTextOnStatusStrong$1 = "#0b0d0e";
|
|
124
|
+
const DdsColorTextActionResting$1 = "#106ead";
|
|
125
|
+
const DdsColorTextActionHover$1 = "#0d588a";
|
|
126
|
+
const DdsColorTextRequiredfield$1 = "#d83737";
|
|
127
|
+
const DdsColorTextActionVisited$1 = "#7F29B4";
|
|
128
|
+
const DdsColorTextOnNotification$1 = "#ffffff";
|
|
129
|
+
const DdsColorIconDefault$1 = "#0b0d0e";
|
|
130
|
+
const DdsColorIconMedium$1 = "#3a4146";
|
|
131
|
+
const DdsColorIconSubtle$1 = "#545c62";
|
|
132
|
+
const DdsColorIconOnInverse$1 = "#ffffff";
|
|
133
|
+
const DdsColorIconOnAction$1 = "#ffffff";
|
|
134
|
+
const DdsColorIconActionResting$1 = "#106ead";
|
|
135
|
+
const DdsColorIconActionHover$1 = "#0d588a";
|
|
136
|
+
const DdsColorIconOnSuccessDefault$1 = "#3d723d";
|
|
137
|
+
const DdsColorIconOnSuccessStrong$1 = "#0b0d0e";
|
|
138
|
+
const DdsColorIconOnWarningDefault$1 = "#92862e";
|
|
139
|
+
const DdsColorIconOnWarningStrong$1 = "#0b0d0e";
|
|
140
|
+
const DdsColorIconOnDangerDefault$1 = "#ad2c2c";
|
|
141
|
+
const DdsColorIconOnDangerStrong$1 = "#0b0d0e";
|
|
142
|
+
const DdsColorIconOnInfoDefault$1 = "#466f8a";
|
|
143
|
+
const DdsColorIconOnInfoStrong$1 = "#0b0d0e";
|
|
144
|
+
const DdsColorBrandPrimaryDefault$1 = "#354754";
|
|
145
|
+
const DdsColorBrandPrimarySubtle$1 = "#eaeff4";
|
|
146
|
+
const DdsColorBrandPrimaryMedium$1 = "#acbbc6";
|
|
147
|
+
const DdsColorBrandPrimaryStrong$1 = "#202b32";
|
|
148
|
+
const DdsColorBrandSecondaryDefault$1 = "#9ab8b7";
|
|
149
|
+
const DdsColorBrandSecondarySubtle$1 = "#e6eded";
|
|
150
|
+
const DdsColorBrandSecondaryMedium$1 = "#b8cdcd";
|
|
151
|
+
const DdsColorBrandSecondaryStrong$1 = "#4d6463";
|
|
152
|
+
const DdsColorBrandTertiaryDefault$1 = "#f2a68f";
|
|
153
|
+
const DdsColorBrandTertiarySubtle$1 = "#ffe6df";
|
|
154
|
+
const DdsColorBrandTertiaryMedium$1 = "#f6c1b1";
|
|
155
|
+
const DdsColorBrandTertiaryStrong$1 = "#f27e55";
|
|
156
|
+
const DdsColorFocusOutside$1 = "#2f4a5c";
|
|
157
|
+
const DdsColorFocusInside$1 = "#f1f8fd";
|
|
73
158
|
|
|
74
159
|
var colors = /*#__PURE__*/Object.freeze({
|
|
75
160
|
__proto__: null,
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
161
|
+
DdsColorBgDefault: DdsColorBgDefault$1,
|
|
162
|
+
DdsColorBgSubtle: DdsColorBgSubtle$1,
|
|
163
|
+
DdsColorBorderActionDefault: DdsColorBorderActionDefault$1,
|
|
164
|
+
DdsColorBorderActionHover: DdsColorBorderActionHover$1,
|
|
165
|
+
DdsColorBorderDanger: DdsColorBorderDanger$1,
|
|
166
|
+
DdsColorBorderDefault: DdsColorBorderDefault$1,
|
|
167
|
+
DdsColorBorderInfo: DdsColorBorderInfo$1,
|
|
168
|
+
DdsColorBorderInverse: DdsColorBorderInverse$1,
|
|
169
|
+
DdsColorBorderOnAction: DdsColorBorderOnAction$1,
|
|
170
|
+
DdsColorBorderSubtle: DdsColorBorderSubtle$1,
|
|
171
|
+
DdsColorBorderSuccess: DdsColorBorderSuccess$1,
|
|
172
|
+
DdsColorBorderWarning: DdsColorBorderWarning$1,
|
|
173
|
+
DdsColorBrandPrimaryDefault: DdsColorBrandPrimaryDefault$1,
|
|
174
|
+
DdsColorBrandPrimaryMedium: DdsColorBrandPrimaryMedium$1,
|
|
175
|
+
DdsColorBrandPrimaryStrong: DdsColorBrandPrimaryStrong$1,
|
|
176
|
+
DdsColorBrandPrimarySubtle: DdsColorBrandPrimarySubtle$1,
|
|
177
|
+
DdsColorBrandSecondaryDefault: DdsColorBrandSecondaryDefault$1,
|
|
178
|
+
DdsColorBrandSecondaryMedium: DdsColorBrandSecondaryMedium$1,
|
|
179
|
+
DdsColorBrandSecondaryStrong: DdsColorBrandSecondaryStrong$1,
|
|
180
|
+
DdsColorBrandSecondarySubtle: DdsColorBrandSecondarySubtle$1,
|
|
181
|
+
DdsColorBrandTertiaryDefault: DdsColorBrandTertiaryDefault$1,
|
|
182
|
+
DdsColorBrandTertiaryMedium: DdsColorBrandTertiaryMedium$1,
|
|
183
|
+
DdsColorBrandTertiaryStrong: DdsColorBrandTertiaryStrong$1,
|
|
184
|
+
DdsColorBrandTertiarySubtle: DdsColorBrandTertiarySubtle$1,
|
|
185
|
+
DdsColorDangerBase: DdsColorDangerBase$1,
|
|
186
|
+
DdsColorDangerDark: DdsColorDangerDark$1,
|
|
187
|
+
DdsColorDangerDarker: DdsColorDangerDarker$1,
|
|
188
|
+
DdsColorDangerDarkest: DdsColorDangerDarkest$1,
|
|
189
|
+
DdsColorDangerLight: DdsColorDangerLight$1,
|
|
190
|
+
DdsColorDangerLighter: DdsColorDangerLighter$1,
|
|
191
|
+
DdsColorDangerLightest: DdsColorDangerLightest$1,
|
|
192
|
+
DdsColorFocusInside: DdsColorFocusInside$1,
|
|
193
|
+
DdsColorFocusOutside: DdsColorFocusOutside$1,
|
|
194
|
+
DdsColorIconActionHover: DdsColorIconActionHover$1,
|
|
195
|
+
DdsColorIconActionResting: DdsColorIconActionResting$1,
|
|
196
|
+
DdsColorIconDefault: DdsColorIconDefault$1,
|
|
197
|
+
DdsColorIconMedium: DdsColorIconMedium$1,
|
|
198
|
+
DdsColorIconOnAction: DdsColorIconOnAction$1,
|
|
199
|
+
DdsColorIconOnDangerDefault: DdsColorIconOnDangerDefault$1,
|
|
200
|
+
DdsColorIconOnDangerStrong: DdsColorIconOnDangerStrong$1,
|
|
201
|
+
DdsColorIconOnInfoDefault: DdsColorIconOnInfoDefault$1,
|
|
202
|
+
DdsColorIconOnInfoStrong: DdsColorIconOnInfoStrong$1,
|
|
203
|
+
DdsColorIconOnInverse: DdsColorIconOnInverse$1,
|
|
204
|
+
DdsColorIconOnSuccessDefault: DdsColorIconOnSuccessDefault$1,
|
|
205
|
+
DdsColorIconOnSuccessStrong: DdsColorIconOnSuccessStrong$1,
|
|
206
|
+
DdsColorIconOnWarningDefault: DdsColorIconOnWarningDefault$1,
|
|
207
|
+
DdsColorIconOnWarningStrong: DdsColorIconOnWarningStrong$1,
|
|
208
|
+
DdsColorIconSubtle: DdsColorIconSubtle$1,
|
|
209
|
+
DdsColorInfoBase: DdsColorInfoBase$1,
|
|
210
|
+
DdsColorInfoDark: DdsColorInfoDark$1,
|
|
211
|
+
DdsColorInfoDarker: DdsColorInfoDarker$1,
|
|
212
|
+
DdsColorInfoDarkest: DdsColorInfoDarkest$1,
|
|
213
|
+
DdsColorInfoLight: DdsColorInfoLight$1,
|
|
214
|
+
DdsColorInfoLighter: DdsColorInfoLighter$1,
|
|
215
|
+
DdsColorInfoLightest: DdsColorInfoLightest$1,
|
|
216
|
+
DdsColorInteractiveBase: DdsColorInteractiveBase$1,
|
|
217
|
+
DdsColorInteractiveDark: DdsColorInteractiveDark$1,
|
|
218
|
+
DdsColorInteractiveDarker: DdsColorInteractiveDarker$1,
|
|
219
|
+
DdsColorInteractiveDarkest: DdsColorInteractiveDarkest$1,
|
|
220
|
+
DdsColorInteractiveLight: DdsColorInteractiveLight$1,
|
|
221
|
+
DdsColorInteractiveLighter: DdsColorInteractiveLighter$1,
|
|
222
|
+
DdsColorInteractiveLightest: DdsColorInteractiveLightest$1,
|
|
223
|
+
DdsColorNeutralsGray1: DdsColorNeutralsGray1$1,
|
|
224
|
+
DdsColorNeutralsGray2: DdsColorNeutralsGray2$1,
|
|
225
|
+
DdsColorNeutralsGray3: DdsColorNeutralsGray3$1,
|
|
226
|
+
DdsColorNeutralsGray4: DdsColorNeutralsGray4$1,
|
|
227
|
+
DdsColorNeutralsGray5: DdsColorNeutralsGray5$1,
|
|
228
|
+
DdsColorNeutralsGray6: DdsColorNeutralsGray6$1,
|
|
229
|
+
DdsColorNeutralsGray7: DdsColorNeutralsGray7$1,
|
|
230
|
+
DdsColorNeutralsGray8: DdsColorNeutralsGray8$1,
|
|
231
|
+
DdsColorNeutralsGray9: DdsColorNeutralsGray9$1,
|
|
232
|
+
DdsColorNeutralsWhite: DdsColorNeutralsWhite$1,
|
|
233
|
+
DdsColorPrimaryBase: DdsColorPrimaryBase$1,
|
|
234
|
+
DdsColorPrimaryDark: DdsColorPrimaryDark$1,
|
|
235
|
+
DdsColorPrimaryDarker: DdsColorPrimaryDarker$1,
|
|
236
|
+
DdsColorPrimaryDarkest: DdsColorPrimaryDarkest$1,
|
|
237
|
+
DdsColorPrimaryLight: DdsColorPrimaryLight$1,
|
|
238
|
+
DdsColorPrimaryLighter: DdsColorPrimaryLighter$1,
|
|
239
|
+
DdsColorPrimaryLightest: DdsColorPrimaryLightest$1,
|
|
240
|
+
DdsColorSecondaryBase: DdsColorSecondaryBase$1,
|
|
241
|
+
DdsColorSecondaryDark: DdsColorSecondaryDark$1,
|
|
242
|
+
DdsColorSecondaryDarker: DdsColorSecondaryDarker$1,
|
|
243
|
+
DdsColorSecondaryDarkest: DdsColorSecondaryDarkest$1,
|
|
244
|
+
DdsColorSecondaryLight: DdsColorSecondaryLight$1,
|
|
245
|
+
DdsColorSecondaryLighter: DdsColorSecondaryLighter$1,
|
|
246
|
+
DdsColorSecondaryLightest: DdsColorSecondaryLightest$1,
|
|
247
|
+
DdsColorSuccessBase: DdsColorSuccessBase$1,
|
|
248
|
+
DdsColorSuccessDark: DdsColorSuccessDark$1,
|
|
249
|
+
DdsColorSuccessDarker: DdsColorSuccessDarker$1,
|
|
250
|
+
DdsColorSuccessDarkest: DdsColorSuccessDarkest$1,
|
|
251
|
+
DdsColorSuccessLight: DdsColorSuccessLight$1,
|
|
252
|
+
DdsColorSuccessLighter: DdsColorSuccessLighter$1,
|
|
253
|
+
DdsColorSuccessLightest: DdsColorSuccessLightest$1,
|
|
254
|
+
DdsColorSurfaceActionDangerHover: DdsColorSurfaceActionDangerHover$1,
|
|
255
|
+
DdsColorSurfaceActionDangerResting: DdsColorSurfaceActionDangerResting$1,
|
|
256
|
+
DdsColorSurfaceActionHover: DdsColorSurfaceActionHover$1,
|
|
257
|
+
DdsColorSurfaceActionResting: DdsColorSurfaceActionResting$1,
|
|
258
|
+
DdsColorSurfaceActionSelected: DdsColorSurfaceActionSelected$1,
|
|
259
|
+
DdsColorSurfaceActionSelectedDisabled: DdsColorSurfaceActionSelectedDisabled$1,
|
|
260
|
+
DdsColorSurfaceBackdropDefault: DdsColorSurfaceBackdropDefault$1,
|
|
261
|
+
DdsColorSurfaceDangerDefault: DdsColorSurfaceDangerDefault$1,
|
|
262
|
+
DdsColorSurfaceDangerStrong: DdsColorSurfaceDangerStrong$1,
|
|
263
|
+
DdsColorSurfaceDefault: DdsColorSurfaceDefault$1,
|
|
264
|
+
DdsColorSurfaceFieldDefault: DdsColorSurfaceFieldDefault$1,
|
|
265
|
+
DdsColorSurfaceFieldDisabled: DdsColorSurfaceFieldDisabled$1,
|
|
266
|
+
DdsColorSurfaceHighlightedDefault: DdsColorSurfaceHighlightedDefault$1,
|
|
267
|
+
DdsColorSurfaceHoverDefault: DdsColorSurfaceHoverDefault$1,
|
|
268
|
+
DdsColorSurfaceHoverSubtle: DdsColorSurfaceHoverSubtle$1,
|
|
269
|
+
DdsColorSurfaceInfoDefault: DdsColorSurfaceInfoDefault$1,
|
|
270
|
+
DdsColorSurfaceInfoStrong: DdsColorSurfaceInfoStrong$1,
|
|
271
|
+
DdsColorSurfaceInverseDefault: DdsColorSurfaceInverseDefault$1,
|
|
272
|
+
DdsColorSurfaceInverseHover: DdsColorSurfaceInverseHover$1,
|
|
273
|
+
DdsColorSurfaceInverseSelected: DdsColorSurfaceInverseSelected$1,
|
|
274
|
+
DdsColorSurfaceMedium: DdsColorSurfaceMedium$1,
|
|
275
|
+
DdsColorSurfaceNotification: DdsColorSurfaceNotification$1,
|
|
276
|
+
DdsColorSurfacePaperDefault: DdsColorSurfacePaperDefault$1,
|
|
277
|
+
DdsColorSurfaceScrollbar: DdsColorSurfaceScrollbar$1,
|
|
278
|
+
DdsColorSurfaceSelectedDefault: DdsColorSurfaceSelectedDefault$1,
|
|
279
|
+
DdsColorSurfaceSubtle: DdsColorSurfaceSubtle$1,
|
|
280
|
+
DdsColorSurfaceSuccessDefault: DdsColorSurfaceSuccessDefault$1,
|
|
281
|
+
DdsColorSurfaceSuccessStrong: DdsColorSurfaceSuccessStrong$1,
|
|
282
|
+
DdsColorSurfaceWarningDefault: DdsColorSurfaceWarningDefault$1,
|
|
283
|
+
DdsColorSurfaceWarningStrong: DdsColorSurfaceWarningStrong$1,
|
|
284
|
+
DdsColorTertiaryBase: DdsColorTertiaryBase$1,
|
|
285
|
+
DdsColorTertiaryDark: DdsColorTertiaryDark$1,
|
|
286
|
+
DdsColorTertiaryDarker: DdsColorTertiaryDarker$1,
|
|
287
|
+
DdsColorTertiaryDarkest: DdsColorTertiaryDarkest$1,
|
|
288
|
+
DdsColorTertiaryLight: DdsColorTertiaryLight$1,
|
|
289
|
+
DdsColorTertiaryLighter: DdsColorTertiaryLighter$1,
|
|
290
|
+
DdsColorTertiaryLightest: DdsColorTertiaryLightest$1,
|
|
291
|
+
DdsColorTextActionHover: DdsColorTextActionHover$1,
|
|
292
|
+
DdsColorTextActionResting: DdsColorTextActionResting$1,
|
|
293
|
+
DdsColorTextActionVisited: DdsColorTextActionVisited$1,
|
|
294
|
+
DdsColorTextDefault: DdsColorTextDefault$1,
|
|
295
|
+
DdsColorTextMedium: DdsColorTextMedium$1,
|
|
296
|
+
DdsColorTextOnAction: DdsColorTextOnAction$1,
|
|
297
|
+
DdsColorTextOnInverse: DdsColorTextOnInverse$1,
|
|
298
|
+
DdsColorTextOnNotification: DdsColorTextOnNotification$1,
|
|
299
|
+
DdsColorTextOnStatusDefault: DdsColorTextOnStatusDefault$1,
|
|
300
|
+
DdsColorTextOnStatusStrong: DdsColorTextOnStatusStrong$1,
|
|
301
|
+
DdsColorTextRequiredfield: DdsColorTextRequiredfield$1,
|
|
302
|
+
DdsColorTextSubtle: DdsColorTextSubtle$1,
|
|
303
|
+
DdsColorVisitedBase: DdsColorVisitedBase$1,
|
|
304
|
+
DdsColorVisitedLighter: DdsColorVisitedLighter$1,
|
|
305
|
+
DdsColorWarningBase: DdsColorWarningBase$1,
|
|
306
|
+
DdsColorWarningDark: DdsColorWarningDark$1,
|
|
307
|
+
DdsColorWarningDarker: DdsColorWarningDarker$1,
|
|
308
|
+
DdsColorWarningDarkest: DdsColorWarningDarkest$1,
|
|
309
|
+
DdsColorWarningLight: DdsColorWarningLight$1,
|
|
310
|
+
DdsColorWarningLighter: DdsColorWarningLighter$1,
|
|
311
|
+
DdsColorWarningLightest: DdsColorWarningLightest$1
|
|
312
|
+
});
|
|
313
|
+
|
|
314
|
+
const DdsFontHeadingSans01FontSize$1 = "16px";
|
|
315
|
+
const DdsFontHeadingSans01FontSizeNumberPx$1 = 16;
|
|
316
|
+
const DdsFontHeadingSans01TextDecoration$1 = "none";
|
|
317
|
+
const DdsFontHeadingSans01FontFamily$1 = "IBM Plex Sans";
|
|
318
|
+
const DdsFontHeadingSans01FontWeight$1 = 600;
|
|
319
|
+
const DdsFontHeadingSans01FontStyle$1 = "normal";
|
|
320
|
+
const DdsFontHeadingSans01FontStretch$1 = "normal";
|
|
321
|
+
const DdsFontHeadingSans01LetterSpacing$1 = "0em";
|
|
322
|
+
const DdsFontHeadingSans01LetterSpacingNumberEm$1 = 0;
|
|
323
|
+
const DdsFontHeadingSans01LineHeight$1 = "1.5em";
|
|
324
|
+
const DdsFontHeadingSans01LineHeightNumberEm$1 = 1.5;
|
|
325
|
+
const DdsFontHeadingSans01ParagraphIndent$1 = "0px";
|
|
326
|
+
const DdsFontHeadingSans01ParagraphIndentNumberPx$1 = 0;
|
|
327
|
+
const DdsFontHeadingSans01ParagraphSpacing$1 = "6.400000095367432px";
|
|
328
|
+
const DdsFontHeadingSans01ParagraphSpacingNumberPx$1 = 6.400000095367432;
|
|
329
|
+
const DdsFontHeadingSans01TextCase$1 = "none";
|
|
330
|
+
const DdsFontHeadingSans02FontSize$1 = "18px";
|
|
331
|
+
const DdsFontHeadingSans02FontSizeNumberPx$1 = 18;
|
|
332
|
+
const DdsFontHeadingSans02TextDecoration$1 = "none";
|
|
333
|
+
const DdsFontHeadingSans02FontFamily$1 = "IBM Plex Sans";
|
|
334
|
+
const DdsFontHeadingSans02FontWeight$1 = 600;
|
|
335
|
+
const DdsFontHeadingSans02FontStyle$1 = "normal";
|
|
336
|
+
const DdsFontHeadingSans02FontStretch$1 = "normal";
|
|
337
|
+
const DdsFontHeadingSans02LetterSpacing$1 = "0em";
|
|
338
|
+
const DdsFontHeadingSans02LetterSpacingNumberEm$1 = 0;
|
|
339
|
+
const DdsFontHeadingSans02LineHeight$1 = "1.5em";
|
|
340
|
+
const DdsFontHeadingSans02LineHeightNumberEm$1 = 1.5;
|
|
341
|
+
const DdsFontHeadingSans02ParagraphIndent$1 = "0px";
|
|
342
|
+
const DdsFontHeadingSans02ParagraphIndentNumberPx$1 = 0;
|
|
343
|
+
const DdsFontHeadingSans02ParagraphSpacing$1 = "7.199999809265137px";
|
|
344
|
+
const DdsFontHeadingSans02ParagraphSpacingNumberPx$1 = 7.199999809265137;
|
|
345
|
+
const DdsFontHeadingSans02TextCase$1 = "none";
|
|
346
|
+
const DdsFontHeadingSans03FontSize$1 = "24px";
|
|
347
|
+
const DdsFontHeadingSans03FontSizeNumberPx$1 = 24;
|
|
348
|
+
const DdsFontHeadingSans03TextDecoration$1 = "none";
|
|
349
|
+
const DdsFontHeadingSans03FontFamily$1 = "IBM Plex Sans";
|
|
350
|
+
const DdsFontHeadingSans03FontWeight$1 = 400;
|
|
351
|
+
const DdsFontHeadingSans03FontStyle$1 = "normal";
|
|
352
|
+
const DdsFontHeadingSans03FontStretch$1 = "normal";
|
|
353
|
+
const DdsFontHeadingSans03LetterSpacing$1 = "0em";
|
|
354
|
+
const DdsFontHeadingSans03LetterSpacingNumberEm$1 = 0;
|
|
355
|
+
const DdsFontHeadingSans03LineHeight$1 = "1.35em";
|
|
356
|
+
const DdsFontHeadingSans03LineHeightNumberEm$1 = 1.35;
|
|
357
|
+
const DdsFontHeadingSans03ParagraphIndent$1 = "0px";
|
|
358
|
+
const DdsFontHeadingSans03ParagraphIndentNumberPx$1 = 0;
|
|
359
|
+
const DdsFontHeadingSans03ParagraphSpacing$1 = "9.600000381469727px";
|
|
360
|
+
const DdsFontHeadingSans03ParagraphSpacingNumberPx$1 = 9.600000381469727;
|
|
361
|
+
const DdsFontHeadingSans03TextCase$1 = "none";
|
|
362
|
+
const DdsFontHeadingSans04FontSize$1 = "32px";
|
|
363
|
+
const DdsFontHeadingSans04FontSizeNumberPx$1 = 32;
|
|
364
|
+
const DdsFontHeadingSans04TextDecoration$1 = "none";
|
|
365
|
+
const DdsFontHeadingSans04FontFamily$1 = "IBM Plex Sans";
|
|
366
|
+
const DdsFontHeadingSans04FontWeight$1 = 400;
|
|
367
|
+
const DdsFontHeadingSans04FontStyle$1 = "normal";
|
|
368
|
+
const DdsFontHeadingSans04FontStretch$1 = "normal";
|
|
369
|
+
const DdsFontHeadingSans04LetterSpacing$1 = "0em";
|
|
370
|
+
const DdsFontHeadingSans04LetterSpacingNumberEm$1 = 0;
|
|
371
|
+
const DdsFontHeadingSans04LineHeight$1 = "1.35em";
|
|
372
|
+
const DdsFontHeadingSans04LineHeightNumberEm$1 = 1.35;
|
|
373
|
+
const DdsFontHeadingSans04ParagraphIndent$1 = "0px";
|
|
374
|
+
const DdsFontHeadingSans04ParagraphIndentNumberPx$1 = 0;
|
|
375
|
+
const DdsFontHeadingSans04ParagraphSpacing$1 = "12.800000190734863px";
|
|
376
|
+
const DdsFontHeadingSans04ParagraphSpacingNumberPx$1 = 12.800000190734863;
|
|
377
|
+
const DdsFontHeadingSans04TextCase$1 = "none";
|
|
378
|
+
const DdsFontHeadingSans05FontSize$1 = "40px";
|
|
379
|
+
const DdsFontHeadingSans05FontSizeNumberPx$1 = 40;
|
|
380
|
+
const DdsFontHeadingSans05TextDecoration$1 = "none";
|
|
381
|
+
const DdsFontHeadingSans05FontFamily$1 = "IBM Plex Sans";
|
|
382
|
+
const DdsFontHeadingSans05FontWeight$1 = 300;
|
|
383
|
+
const DdsFontHeadingSans05FontStyle$1 = "normal";
|
|
384
|
+
const DdsFontHeadingSans05FontStretch$1 = "normal";
|
|
385
|
+
const DdsFontHeadingSans05LetterSpacing$1 = "-0.01em";
|
|
386
|
+
const DdsFontHeadingSans05LetterSpacingNumberEm$1 = -0.01;
|
|
387
|
+
const DdsFontHeadingSans05LineHeight$1 = "1.35em";
|
|
388
|
+
const DdsFontHeadingSans05LineHeightNumberEm$1 = 1.35;
|
|
389
|
+
const DdsFontHeadingSans05ParagraphIndent$1 = "0px";
|
|
390
|
+
const DdsFontHeadingSans05ParagraphIndentNumberPx$1 = 0;
|
|
391
|
+
const DdsFontHeadingSans05ParagraphSpacing$1 = "16px";
|
|
392
|
+
const DdsFontHeadingSans05ParagraphSpacingNumberPx$1 = 16;
|
|
393
|
+
const DdsFontHeadingSans05TextCase$1 = "none";
|
|
394
|
+
const DdsFontHeadingSans06FontSize$1 = "48px";
|
|
395
|
+
const DdsFontHeadingSans06FontSizeNumberPx$1 = 48;
|
|
396
|
+
const DdsFontHeadingSans06TextDecoration$1 = "none";
|
|
397
|
+
const DdsFontHeadingSans06FontFamily$1 = "IBM Plex Sans";
|
|
398
|
+
const DdsFontHeadingSans06FontWeight$1 = 300;
|
|
399
|
+
const DdsFontHeadingSans06FontStyle$1 = "normal";
|
|
400
|
+
const DdsFontHeadingSans06FontStretch$1 = "normal";
|
|
401
|
+
const DdsFontHeadingSans06LetterSpacing$1 = "-0.01em";
|
|
402
|
+
const DdsFontHeadingSans06LetterSpacingNumberEm$1 = -0.01;
|
|
403
|
+
const DdsFontHeadingSans06LineHeight$1 = "1.2em";
|
|
404
|
+
const DdsFontHeadingSans06LineHeightNumberEm$1 = 1.2;
|
|
405
|
+
const DdsFontHeadingSans06ParagraphIndent$1 = "0px";
|
|
406
|
+
const DdsFontHeadingSans06ParagraphIndentNumberPx$1 = 0;
|
|
407
|
+
const DdsFontHeadingSans06ParagraphSpacing$1 = "19.200000762939453px";
|
|
408
|
+
const DdsFontHeadingSans06ParagraphSpacingNumberPx$1 = 19.200000762939453;
|
|
409
|
+
const DdsFontHeadingSans06TextCase$1 = "none";
|
|
410
|
+
const DdsFontHeadingSans07FontSize$1 = "64px";
|
|
411
|
+
const DdsFontHeadingSans07FontSizeNumberPx$1 = 64;
|
|
412
|
+
const DdsFontHeadingSans07TextDecoration$1 = "none";
|
|
413
|
+
const DdsFontHeadingSans07FontFamily$1 = "IBM Plex Sans";
|
|
414
|
+
const DdsFontHeadingSans07FontWeight$1 = 300;
|
|
415
|
+
const DdsFontHeadingSans07FontStyle$1 = "normal";
|
|
416
|
+
const DdsFontHeadingSans07FontStretch$1 = "normal";
|
|
417
|
+
const DdsFontHeadingSans07LetterSpacing$1 = "-0.01em";
|
|
418
|
+
const DdsFontHeadingSans07LetterSpacingNumberEm$1 = -0.01;
|
|
419
|
+
const DdsFontHeadingSans07LineHeight$1 = "1.2em";
|
|
420
|
+
const DdsFontHeadingSans07LineHeightNumberEm$1 = 1.2;
|
|
421
|
+
const DdsFontHeadingSans07ParagraphIndent$1 = "0px";
|
|
422
|
+
const DdsFontHeadingSans07ParagraphIndentNumberPx$1 = 0;
|
|
423
|
+
const DdsFontHeadingSans07ParagraphSpacing$1 = "25.600000381469727px";
|
|
424
|
+
const DdsFontHeadingSans07ParagraphSpacingNumberPx$1 = 25.600000381469727;
|
|
425
|
+
const DdsFontHeadingSans07TextCase$1 = "none";
|
|
426
|
+
const DdsFontHeadingSans08FontSize$1 = "80px";
|
|
427
|
+
const DdsFontHeadingSans08FontSizeNumberPx$1 = 80;
|
|
428
|
+
const DdsFontHeadingSans08TextDecoration$1 = "none";
|
|
429
|
+
const DdsFontHeadingSans08FontFamily$1 = "IBM Plex Sans";
|
|
430
|
+
const DdsFontHeadingSans08FontWeight$1 = 300;
|
|
431
|
+
const DdsFontHeadingSans08FontStyle$1 = "normal";
|
|
432
|
+
const DdsFontHeadingSans08FontStretch$1 = "normal";
|
|
433
|
+
const DdsFontHeadingSans08LetterSpacing$1 = "-0.01em";
|
|
434
|
+
const DdsFontHeadingSans08LetterSpacingNumberEm$1 = -0.01;
|
|
435
|
+
const DdsFontHeadingSans08LineHeight$1 = "1.2em";
|
|
436
|
+
const DdsFontHeadingSans08LineHeightNumberEm$1 = 1.2;
|
|
437
|
+
const DdsFontHeadingSans08ParagraphIndent$1 = "0px";
|
|
438
|
+
const DdsFontHeadingSans08ParagraphIndentNumberPx$1 = 0;
|
|
439
|
+
const DdsFontHeadingSans08ParagraphSpacing$1 = "32px";
|
|
440
|
+
const DdsFontHeadingSans08ParagraphSpacingNumberPx$1 = 32;
|
|
441
|
+
const DdsFontHeadingSans08TextCase$1 = "none";
|
|
442
|
+
const DdsFontBodySans01FontSize$1 = "14px";
|
|
443
|
+
const DdsFontBodySans01FontSizeNumberPx$1 = 14;
|
|
444
|
+
const DdsFontBodySans01TextDecoration$1 = "none";
|
|
445
|
+
const DdsFontBodySans01FontFamily$1 = "IBM Plex Sans";
|
|
446
|
+
const DdsFontBodySans01FontWeight$1 = 400;
|
|
447
|
+
const DdsFontBodySans01FontStyle$1 = "normal";
|
|
448
|
+
const DdsFontBodySans01FontStretch$1 = "normal";
|
|
449
|
+
const DdsFontBodySans01LetterSpacing$1 = "0.01em";
|
|
450
|
+
const DdsFontBodySans01LetterSpacingNumberEm$1 = 0.01;
|
|
451
|
+
const DdsFontBodySans01LineHeight$1 = "1.5em";
|
|
452
|
+
const DdsFontBodySans01LineHeightNumberEm$1 = 1.5;
|
|
453
|
+
const DdsFontBodySans01ParagraphIndent$1 = "0px";
|
|
454
|
+
const DdsFontBodySans01ParagraphIndentNumberPx$1 = 0;
|
|
455
|
+
const DdsFontBodySans01ParagraphSpacing$1 = "14px";
|
|
456
|
+
const DdsFontBodySans01ParagraphSpacingNumberPx$1 = 14;
|
|
457
|
+
const DdsFontBodySans01TextCase$1 = "none";
|
|
458
|
+
const DdsFontBodySans02FontSize$1 = "16px";
|
|
459
|
+
const DdsFontBodySans02FontSizeNumberPx$1 = 16;
|
|
460
|
+
const DdsFontBodySans02TextDecoration$1 = "none";
|
|
461
|
+
const DdsFontBodySans02FontFamily$1 = "IBM Plex Sans";
|
|
462
|
+
const DdsFontBodySans02FontWeight$1 = 400;
|
|
463
|
+
const DdsFontBodySans02FontStyle$1 = "normal";
|
|
464
|
+
const DdsFontBodySans02FontStretch$1 = "normal";
|
|
465
|
+
const DdsFontBodySans02LetterSpacing$1 = "0em";
|
|
466
|
+
const DdsFontBodySans02LetterSpacingNumberEm$1 = 0;
|
|
467
|
+
const DdsFontBodySans02LineHeight$1 = "1.5em";
|
|
468
|
+
const DdsFontBodySans02LineHeightNumberEm$1 = 1.5;
|
|
469
|
+
const DdsFontBodySans02ParagraphIndent$1 = "0px";
|
|
470
|
+
const DdsFontBodySans02ParagraphIndentNumberPx$1 = 0;
|
|
471
|
+
const DdsFontBodySans02ParagraphSpacing$1 = "16px";
|
|
472
|
+
const DdsFontBodySans02ParagraphSpacingNumberPx$1 = 16;
|
|
473
|
+
const DdsFontBodySans02TextCase$1 = "none";
|
|
474
|
+
const DdsFontBodySans03FontSize$1 = "18px";
|
|
475
|
+
const DdsFontBodySans03FontSizeNumberPx$1 = 18;
|
|
476
|
+
const DdsFontBodySans03TextDecoration$1 = "none";
|
|
477
|
+
const DdsFontBodySans03FontFamily$1 = "IBM Plex Sans";
|
|
478
|
+
const DdsFontBodySans03FontWeight$1 = 400;
|
|
479
|
+
const DdsFontBodySans03FontStyle$1 = "normal";
|
|
480
|
+
const DdsFontBodySans03FontStretch$1 = "normal";
|
|
481
|
+
const DdsFontBodySans03LetterSpacing$1 = "0em";
|
|
482
|
+
const DdsFontBodySans03LetterSpacingNumberEm$1 = 0;
|
|
483
|
+
const DdsFontBodySans03LineHeight$1 = "1.5em";
|
|
484
|
+
const DdsFontBodySans03LineHeightNumberEm$1 = 1.5;
|
|
485
|
+
const DdsFontBodySans03ParagraphIndent$1 = "0px";
|
|
486
|
+
const DdsFontBodySans03ParagraphIndentNumberPx$1 = 0;
|
|
487
|
+
const DdsFontBodySans03ParagraphSpacing$1 = "18px";
|
|
488
|
+
const DdsFontBodySans03ParagraphSpacingNumberPx$1 = 18;
|
|
489
|
+
const DdsFontBodySans03TextCase$1 = "none";
|
|
490
|
+
const DdsFontBodySans04FontSize$1 = "20px";
|
|
491
|
+
const DdsFontBodySans04FontSizeNumberPx$1 = 20;
|
|
492
|
+
const DdsFontBodySans04TextDecoration$1 = "none";
|
|
493
|
+
const DdsFontBodySans04FontFamily$1 = "IBM Plex Sans";
|
|
494
|
+
const DdsFontBodySans04FontWeight$1 = 400;
|
|
495
|
+
const DdsFontBodySans04FontStyle$1 = "normal";
|
|
496
|
+
const DdsFontBodySans04FontStretch$1 = "normal";
|
|
497
|
+
const DdsFontBodySans04LetterSpacing$1 = "0em";
|
|
498
|
+
const DdsFontBodySans04LetterSpacingNumberEm$1 = 0;
|
|
499
|
+
const DdsFontBodySans04LineHeight$1 = "1.5em";
|
|
500
|
+
const DdsFontBodySans04LineHeightNumberEm$1 = 1.5;
|
|
501
|
+
const DdsFontBodySans04ParagraphIndent$1 = "0px";
|
|
502
|
+
const DdsFontBodySans04ParagraphIndentNumberPx$1 = 0;
|
|
503
|
+
const DdsFontBodySans04ParagraphSpacing$1 = "20px";
|
|
504
|
+
const DdsFontBodySans04ParagraphSpacingNumberPx$1 = 20;
|
|
505
|
+
const DdsFontBodySans04TextCase$1 = "none";
|
|
506
|
+
const DdsFontLeadSans01FontSize$1 = "18px";
|
|
507
|
+
const DdsFontLeadSans01FontSizeNumberPx$1 = 18;
|
|
508
|
+
const DdsFontLeadSans01TextDecoration$1 = "none";
|
|
509
|
+
const DdsFontLeadSans01FontFamily$1 = "IBM Plex Sans";
|
|
510
|
+
const DdsFontLeadSans01FontWeight$1 = 600;
|
|
511
|
+
const DdsFontLeadSans01FontStyle$1 = "normal";
|
|
512
|
+
const DdsFontLeadSans01FontStretch$1 = "normal";
|
|
513
|
+
const DdsFontLeadSans01LetterSpacing$1 = "0em";
|
|
514
|
+
const DdsFontLeadSans01LetterSpacingNumberEm$1 = 0;
|
|
515
|
+
const DdsFontLeadSans01LineHeight$1 = "1.5em";
|
|
516
|
+
const DdsFontLeadSans01LineHeightNumberEm$1 = 1.5;
|
|
517
|
+
const DdsFontLeadSans01ParagraphIndent$1 = "0px";
|
|
518
|
+
const DdsFontLeadSans01ParagraphIndentNumberPx$1 = 0;
|
|
519
|
+
const DdsFontLeadSans01ParagraphSpacing$1 = "18px";
|
|
520
|
+
const DdsFontLeadSans01ParagraphSpacingNumberPx$1 = 18;
|
|
521
|
+
const DdsFontLeadSans01TextCase$1 = "none";
|
|
522
|
+
const DdsFontLeadSans02FontSize$1 = "24px";
|
|
523
|
+
const DdsFontLeadSans02FontSizeNumberPx$1 = 24;
|
|
524
|
+
const DdsFontLeadSans02TextDecoration$1 = "none";
|
|
525
|
+
const DdsFontLeadSans02FontFamily$1 = "IBM Plex Sans";
|
|
526
|
+
const DdsFontLeadSans02FontWeight$1 = 600;
|
|
527
|
+
const DdsFontLeadSans02FontStyle$1 = "normal";
|
|
528
|
+
const DdsFontLeadSans02FontStretch$1 = "normal";
|
|
529
|
+
const DdsFontLeadSans02LetterSpacing$1 = "0em";
|
|
530
|
+
const DdsFontLeadSans02LetterSpacingNumberEm$1 = 0;
|
|
531
|
+
const DdsFontLeadSans02LineHeight$1 = "1.35em";
|
|
532
|
+
const DdsFontLeadSans02LineHeightNumberEm$1 = 1.35;
|
|
533
|
+
const DdsFontLeadSans02ParagraphIndent$1 = "0px";
|
|
534
|
+
const DdsFontLeadSans02ParagraphIndentNumberPx$1 = 0;
|
|
535
|
+
const DdsFontLeadSans02ParagraphSpacing$1 = "16px";
|
|
536
|
+
const DdsFontLeadSans02ParagraphSpacingNumberPx$1 = 16;
|
|
537
|
+
const DdsFontLeadSans02TextCase$1 = "none";
|
|
538
|
+
const DdsFontLeadSans03FontSize$1 = "24px";
|
|
539
|
+
const DdsFontLeadSans03FontSizeNumberPx$1 = 24;
|
|
540
|
+
const DdsFontLeadSans03TextDecoration$1 = "none";
|
|
541
|
+
const DdsFontLeadSans03FontFamily$1 = "IBM Plex Sans";
|
|
542
|
+
const DdsFontLeadSans03FontWeight$1 = 300;
|
|
543
|
+
const DdsFontLeadSans03FontStyle$1 = "normal";
|
|
544
|
+
const DdsFontLeadSans03FontStretch$1 = "normal";
|
|
545
|
+
const DdsFontLeadSans03LetterSpacing$1 = "0em";
|
|
546
|
+
const DdsFontLeadSans03LetterSpacingNumberEm$1 = 0;
|
|
547
|
+
const DdsFontLeadSans03LineHeight$1 = "1.35em";
|
|
548
|
+
const DdsFontLeadSans03LineHeightNumberEm$1 = 1.35;
|
|
549
|
+
const DdsFontLeadSans03ParagraphIndent$1 = "0px";
|
|
550
|
+
const DdsFontLeadSans03ParagraphIndentNumberPx$1 = 0;
|
|
551
|
+
const DdsFontLeadSans03ParagraphSpacing$1 = "16px";
|
|
552
|
+
const DdsFontLeadSans03ParagraphSpacingNumberPx$1 = 16;
|
|
553
|
+
const DdsFontLeadSans03TextCase$1 = "none";
|
|
554
|
+
const DdsFontLeadSans04FontSize$1 = "32px";
|
|
555
|
+
const DdsFontLeadSans04FontSizeNumberPx$1 = 32;
|
|
556
|
+
const DdsFontLeadSans04TextDecoration$1 = "none";
|
|
557
|
+
const DdsFontLeadSans04FontFamily$1 = "IBM Plex Sans";
|
|
558
|
+
const DdsFontLeadSans04FontWeight$1 = 300;
|
|
559
|
+
const DdsFontLeadSans04FontStyle$1 = "normal";
|
|
560
|
+
const DdsFontLeadSans04FontStretch$1 = "normal";
|
|
561
|
+
const DdsFontLeadSans04LetterSpacing$1 = "0em";
|
|
562
|
+
const DdsFontLeadSans04LetterSpacingNumberEm$1 = 0;
|
|
563
|
+
const DdsFontLeadSans04LineHeight$1 = "1.35em";
|
|
564
|
+
const DdsFontLeadSans04LineHeightNumberEm$1 = 1.35;
|
|
565
|
+
const DdsFontLeadSans04ParagraphIndent$1 = "0px";
|
|
566
|
+
const DdsFontLeadSans04ParagraphIndentNumberPx$1 = 0;
|
|
567
|
+
const DdsFontLeadSans04ParagraphSpacing$1 = "21px";
|
|
568
|
+
const DdsFontLeadSans04ParagraphSpacingNumberPx$1 = 21;
|
|
569
|
+
const DdsFontLeadSans04TextCase$1 = "none";
|
|
570
|
+
const DdsFontLeadSans05FontSize$1 = "40px";
|
|
571
|
+
const DdsFontLeadSans05FontSizeNumberPx$1 = 40;
|
|
572
|
+
const DdsFontLeadSans05TextDecoration$1 = "none";
|
|
573
|
+
const DdsFontLeadSans05FontFamily$1 = "IBM Plex Sans";
|
|
574
|
+
const DdsFontLeadSans05FontWeight$1 = 300;
|
|
575
|
+
const DdsFontLeadSans05FontStyle$1 = "normal";
|
|
576
|
+
const DdsFontLeadSans05FontStretch$1 = "normal";
|
|
577
|
+
const DdsFontLeadSans05LetterSpacing$1 = "-0.01em";
|
|
578
|
+
const DdsFontLeadSans05LetterSpacingNumberEm$1 = -0.01;
|
|
579
|
+
const DdsFontLeadSans05LineHeight$1 = "1.35em";
|
|
580
|
+
const DdsFontLeadSans05LineHeightNumberEm$1 = 1.35;
|
|
581
|
+
const DdsFontLeadSans05ParagraphIndent$1 = "0px";
|
|
582
|
+
const DdsFontLeadSans05ParagraphIndentNumberPx$1 = 0;
|
|
583
|
+
const DdsFontLeadSans05ParagraphSpacing$1 = "26px";
|
|
584
|
+
const DdsFontLeadSans05ParagraphSpacingNumberPx$1 = 26;
|
|
585
|
+
const DdsFontLeadSans05TextCase$1 = "none";
|
|
586
|
+
const DdsFontSupportingStyleLabel01FontSize$1 = "14px";
|
|
587
|
+
const DdsFontSupportingStyleLabel01FontSizeNumberPx$1 = 14;
|
|
588
|
+
const DdsFontSupportingStyleLabel01TextDecoration$1 = "none";
|
|
589
|
+
const DdsFontSupportingStyleLabel01FontFamily$1 = "IBM Plex Sans";
|
|
590
|
+
const DdsFontSupportingStyleLabel01FontWeight$1 = 600;
|
|
591
|
+
const DdsFontSupportingStyleLabel01FontStyle$1 = "normal";
|
|
592
|
+
const DdsFontSupportingStyleLabel01FontStretch$1 = "normal";
|
|
593
|
+
const DdsFontSupportingStyleLabel01LetterSpacing$1 = "0.01em";
|
|
594
|
+
const DdsFontSupportingStyleLabel01LetterSpacingNumberEm$1 = 0.01;
|
|
595
|
+
const DdsFontSupportingStyleLabel01LineHeight$1 = "1.5em";
|
|
596
|
+
const DdsFontSupportingStyleLabel01LineHeightNumberEm$1 = 1.5;
|
|
597
|
+
const DdsFontSupportingStyleLabel01ParagraphIndent$1 = "0px";
|
|
598
|
+
const DdsFontSupportingStyleLabel01ParagraphIndentNumberPx$1 = 0;
|
|
599
|
+
const DdsFontSupportingStyleLabel01ParagraphSpacing$1 = "14px";
|
|
600
|
+
const DdsFontSupportingStyleLabel01ParagraphSpacingNumberPx$1 = 14;
|
|
601
|
+
const DdsFontSupportingStyleLabel01TextCase$1 = "none";
|
|
602
|
+
const DdsFontSupportingStyleHelpertext01FontSize$1 = "12px";
|
|
603
|
+
const DdsFontSupportingStyleHelpertext01FontSizeNumberPx$1 = 12;
|
|
604
|
+
const DdsFontSupportingStyleHelpertext01TextDecoration$1 = "none";
|
|
605
|
+
const DdsFontSupportingStyleHelpertext01FontFamily$1 = "IBM Plex Sans";
|
|
606
|
+
const DdsFontSupportingStyleHelpertext01FontWeight$1 = 400;
|
|
607
|
+
const DdsFontSupportingStyleHelpertext01FontStyle$1 = "normal";
|
|
608
|
+
const DdsFontSupportingStyleHelpertext01FontStretch$1 = "normal";
|
|
609
|
+
const DdsFontSupportingStyleHelpertext01LetterSpacing$1 = "0.01em";
|
|
610
|
+
const DdsFontSupportingStyleHelpertext01LetterSpacingNumberEm$1 = 0.01;
|
|
611
|
+
const DdsFontSupportingStyleHelpertext01LineHeight$1 = "1.5em";
|
|
612
|
+
const DdsFontSupportingStyleHelpertext01LineHeightNumberEm$1 = 1.5;
|
|
613
|
+
const DdsFontSupportingStyleHelpertext01ParagraphIndent$1 = "0px";
|
|
614
|
+
const DdsFontSupportingStyleHelpertext01ParagraphIndentNumberPx$1 = 0;
|
|
615
|
+
const DdsFontSupportingStyleHelpertext01ParagraphSpacing$1 = "12px";
|
|
616
|
+
const DdsFontSupportingStyleHelpertext01ParagraphSpacingNumberPx$1 = 12;
|
|
617
|
+
const DdsFontSupportingStyleHelpertext01TextCase$1 = "none";
|
|
618
|
+
const DdsFontSupportingStylePlaceholdertext01FontSize$1 = "16px";
|
|
619
|
+
const DdsFontSupportingStylePlaceholdertext01FontSizeNumberPx$1 = 16;
|
|
620
|
+
const DdsFontSupportingStylePlaceholdertext01TextDecoration$1 = "none";
|
|
621
|
+
const DdsFontSupportingStylePlaceholdertext01FontFamily$1 = "IBM Plex Sans";
|
|
622
|
+
const DdsFontSupportingStylePlaceholdertext01FontWeight$1 = 400;
|
|
623
|
+
const DdsFontSupportingStylePlaceholdertext01FontStyle$1 = "italic";
|
|
624
|
+
const DdsFontSupportingStylePlaceholdertext01FontStretch$1 = "normal";
|
|
625
|
+
const DdsFontSupportingStylePlaceholdertext01LetterSpacing$1 = "0em";
|
|
626
|
+
const DdsFontSupportingStylePlaceholdertext01LetterSpacingNumberEm$1 = 0;
|
|
627
|
+
const DdsFontSupportingStylePlaceholdertext01LineHeight$1 = "1.5em";
|
|
628
|
+
const DdsFontSupportingStylePlaceholdertext01LineHeightNumberEm$1 = 1.5;
|
|
629
|
+
const DdsFontSupportingStylePlaceholdertext01ParagraphIndent$1 = "0px";
|
|
630
|
+
const DdsFontSupportingStylePlaceholdertext01ParagraphIndentNumberPx$1 = 0;
|
|
631
|
+
const DdsFontSupportingStylePlaceholdertext01ParagraphSpacing$1 = "16px";
|
|
632
|
+
const DdsFontSupportingStylePlaceholdertext01ParagraphSpacingNumberPx$1 = 16;
|
|
633
|
+
const DdsFontSupportingStylePlaceholdertext01TextCase$1 = "none";
|
|
634
|
+
const DdsFontSupportingStyleTiny01FontSize$1 = "12px";
|
|
635
|
+
const DdsFontSupportingStyleTiny01FontSizeNumberPx$1 = 12;
|
|
636
|
+
const DdsFontSupportingStyleTiny01TextDecoration$1 = "none";
|
|
637
|
+
const DdsFontSupportingStyleTiny01FontFamily$1 = "IBM Plex Sans";
|
|
638
|
+
const DdsFontSupportingStyleTiny01FontWeight$1 = 400;
|
|
639
|
+
const DdsFontSupportingStyleTiny01FontStyle$1 = "normal";
|
|
640
|
+
const DdsFontSupportingStyleTiny01FontStretch$1 = "normal";
|
|
641
|
+
const DdsFontSupportingStyleTiny01LetterSpacing$1 = "0.01em";
|
|
642
|
+
const DdsFontSupportingStyleTiny01LetterSpacingNumberEm$1 = 0.01;
|
|
643
|
+
const DdsFontSupportingStyleTiny01LineHeight$1 = "1.5em";
|
|
644
|
+
const DdsFontSupportingStyleTiny01LineHeightNumberEm$1 = 1.5;
|
|
645
|
+
const DdsFontSupportingStyleTiny01ParagraphIndent$1 = "0px";
|
|
646
|
+
const DdsFontSupportingStyleTiny01ParagraphIndentNumberPx$1 = 0;
|
|
647
|
+
const DdsFontSupportingStyleTiny01ParagraphSpacing$1 = "12px";
|
|
648
|
+
const DdsFontSupportingStyleTiny01ParagraphSpacingNumberPx$1 = 12;
|
|
649
|
+
const DdsFontSupportingStyleTiny01TextCase$1 = "none";
|
|
650
|
+
const DdsFontSupportingStyleTiny02FontSize$1 = "12px";
|
|
651
|
+
const DdsFontSupportingStyleTiny02FontSizeNumberPx$1 = 12;
|
|
652
|
+
const DdsFontSupportingStyleTiny02TextDecoration$1 = "none";
|
|
653
|
+
const DdsFontSupportingStyleTiny02FontFamily$1 = "IBM Plex Sans";
|
|
654
|
+
const DdsFontSupportingStyleTiny02FontWeight$1 = 300;
|
|
655
|
+
const DdsFontSupportingStyleTiny02FontStyle$1 = "normal";
|
|
656
|
+
const DdsFontSupportingStyleTiny02FontStretch$1 = "normal";
|
|
657
|
+
const DdsFontSupportingStyleTiny02LetterSpacing$1 = "0.01em";
|
|
658
|
+
const DdsFontSupportingStyleTiny02LetterSpacingNumberEm$1 = 0.01;
|
|
659
|
+
const DdsFontSupportingStyleTiny02LineHeight$1 = "1.5em";
|
|
660
|
+
const DdsFontSupportingStyleTiny02LineHeightNumberEm$1 = 1.5;
|
|
661
|
+
const DdsFontSupportingStyleTiny02ParagraphIndent$1 = "0px";
|
|
662
|
+
const DdsFontSupportingStyleTiny02ParagraphIndentNumberPx$1 = 0;
|
|
663
|
+
const DdsFontSupportingStyleTiny02ParagraphSpacing$1 = "12px";
|
|
664
|
+
const DdsFontSupportingStyleTiny02ParagraphSpacingNumberPx$1 = 12;
|
|
665
|
+
const DdsFontSupportingStyleTiny02TextCase$1 = "none";
|
|
666
|
+
const DdsFontSupportingStylePlaceholdertext02FontSize$1 = "14px";
|
|
667
|
+
const DdsFontSupportingStylePlaceholdertext02FontSizeNumberPx$1 = 14;
|
|
668
|
+
const DdsFontSupportingStylePlaceholdertext02TextDecoration$1 = "none";
|
|
669
|
+
const DdsFontSupportingStylePlaceholdertext02FontFamily$1 = "IBM Plex Sans";
|
|
670
|
+
const DdsFontSupportingStylePlaceholdertext02FontWeight$1 = 400;
|
|
671
|
+
const DdsFontSupportingStylePlaceholdertext02FontStyle$1 = "italic";
|
|
672
|
+
const DdsFontSupportingStylePlaceholdertext02FontStretch$1 = "normal";
|
|
673
|
+
const DdsFontSupportingStylePlaceholdertext02LetterSpacing$1 = "0.01em";
|
|
674
|
+
const DdsFontSupportingStylePlaceholdertext02LetterSpacingNumberEm$1 = 0.01;
|
|
675
|
+
const DdsFontSupportingStylePlaceholdertext02LineHeight$1 = "1.5em";
|
|
676
|
+
const DdsFontSupportingStylePlaceholdertext02LineHeightNumberEm$1 = 1.5;
|
|
677
|
+
const DdsFontSupportingStylePlaceholdertext02ParagraphIndent$1 = "0px";
|
|
678
|
+
const DdsFontSupportingStylePlaceholdertext02ParagraphIndentNumberPx$1 = 0;
|
|
679
|
+
const DdsFontSupportingStylePlaceholdertext02ParagraphSpacing$1 = "14px";
|
|
680
|
+
const DdsFontSupportingStylePlaceholdertext02ParagraphSpacingNumberPx$1 = 14;
|
|
681
|
+
const DdsFontSupportingStylePlaceholdertext02TextCase$1 = "none";
|
|
682
|
+
const DdsFontSupportingStylePlaceholdertext03FontSize$1 = "12px";
|
|
683
|
+
const DdsFontSupportingStylePlaceholdertext03FontSizeNumberPx$1 = 12;
|
|
684
|
+
const DdsFontSupportingStylePlaceholdertext03TextDecoration$1 = "none";
|
|
685
|
+
const DdsFontSupportingStylePlaceholdertext03FontFamily$1 = "IBM Plex Sans";
|
|
686
|
+
const DdsFontSupportingStylePlaceholdertext03FontWeight$1 = 400;
|
|
687
|
+
const DdsFontSupportingStylePlaceholdertext03FontStyle$1 = "italic";
|
|
688
|
+
const DdsFontSupportingStylePlaceholdertext03FontStretch$1 = "normal";
|
|
689
|
+
const DdsFontSupportingStylePlaceholdertext03LetterSpacing$1 = "0.01em";
|
|
690
|
+
const DdsFontSupportingStylePlaceholdertext03LetterSpacingNumberEm$1 = 0.01;
|
|
691
|
+
const DdsFontSupportingStylePlaceholdertext03LineHeight$1 = "1.5em";
|
|
692
|
+
const DdsFontSupportingStylePlaceholdertext03LineHeightNumberEm$1 = 1.5;
|
|
693
|
+
const DdsFontSupportingStylePlaceholdertext03ParagraphIndent$1 = "0px";
|
|
694
|
+
const DdsFontSupportingStylePlaceholdertext03ParagraphIndentNumberPx$1 = 0;
|
|
695
|
+
const DdsFontSupportingStylePlaceholdertext03ParagraphSpacing$1 = "12px";
|
|
696
|
+
const DdsFontSupportingStylePlaceholdertext03ParagraphSpacingNumberPx$1 = 12;
|
|
697
|
+
const DdsFontSupportingStylePlaceholdertext03TextCase$1 = "none";
|
|
698
|
+
const DdsFontCodeMonospace02FontSize$1 = "16px";
|
|
699
|
+
const DdsFontCodeMonospace02FontSizeNumberPx$1 = 16;
|
|
700
|
+
const DdsFontCodeMonospace02TextDecoration$1 = "none";
|
|
701
|
+
const DdsFontCodeMonospace02FontFamily$1 = "IBM Plex Mono";
|
|
702
|
+
const DdsFontCodeMonospace02FontWeight$1 = 400;
|
|
703
|
+
const DdsFontCodeMonospace02FontStyle$1 = "normal";
|
|
704
|
+
const DdsFontCodeMonospace02FontStretch$1 = "normal";
|
|
705
|
+
const DdsFontCodeMonospace02LetterSpacing$1 = "0em";
|
|
706
|
+
const DdsFontCodeMonospace02LetterSpacingNumberEm$1 = 0;
|
|
707
|
+
const DdsFontCodeMonospace02LineHeight$1 = "1.5em";
|
|
708
|
+
const DdsFontCodeMonospace02LineHeightNumberEm$1 = 1.5;
|
|
709
|
+
const DdsFontCodeMonospace02ParagraphIndent$1 = "0px";
|
|
710
|
+
const DdsFontCodeMonospace02ParagraphIndentNumberPx$1 = 0;
|
|
711
|
+
const DdsFontCodeMonospace02ParagraphSpacing$1 = "9px";
|
|
712
|
+
const DdsFontCodeMonospace02ParagraphSpacingNumberPx$1 = 9;
|
|
713
|
+
const DdsFontCodeMonospace02TextCase$1 = "none";
|
|
714
|
+
|
|
715
|
+
var font = /*#__PURE__*/Object.freeze({
|
|
716
|
+
__proto__: null,
|
|
717
|
+
DdsFontBodySans01FontFamily: DdsFontBodySans01FontFamily$1,
|
|
718
|
+
DdsFontBodySans01FontSize: DdsFontBodySans01FontSize$1,
|
|
719
|
+
DdsFontBodySans01FontSizeNumberPx: DdsFontBodySans01FontSizeNumberPx$1,
|
|
720
|
+
DdsFontBodySans01FontStretch: DdsFontBodySans01FontStretch$1,
|
|
721
|
+
DdsFontBodySans01FontStyle: DdsFontBodySans01FontStyle$1,
|
|
722
|
+
DdsFontBodySans01FontWeight: DdsFontBodySans01FontWeight$1,
|
|
723
|
+
DdsFontBodySans01LetterSpacing: DdsFontBodySans01LetterSpacing$1,
|
|
724
|
+
DdsFontBodySans01LetterSpacingNumberEm: DdsFontBodySans01LetterSpacingNumberEm$1,
|
|
725
|
+
DdsFontBodySans01LineHeight: DdsFontBodySans01LineHeight$1,
|
|
726
|
+
DdsFontBodySans01LineHeightNumberEm: DdsFontBodySans01LineHeightNumberEm$1,
|
|
727
|
+
DdsFontBodySans01ParagraphIndent: DdsFontBodySans01ParagraphIndent$1,
|
|
728
|
+
DdsFontBodySans01ParagraphIndentNumberPx: DdsFontBodySans01ParagraphIndentNumberPx$1,
|
|
729
|
+
DdsFontBodySans01ParagraphSpacing: DdsFontBodySans01ParagraphSpacing$1,
|
|
730
|
+
DdsFontBodySans01ParagraphSpacingNumberPx: DdsFontBodySans01ParagraphSpacingNumberPx$1,
|
|
731
|
+
DdsFontBodySans01TextCase: DdsFontBodySans01TextCase$1,
|
|
732
|
+
DdsFontBodySans01TextDecoration: DdsFontBodySans01TextDecoration$1,
|
|
733
|
+
DdsFontBodySans02FontFamily: DdsFontBodySans02FontFamily$1,
|
|
734
|
+
DdsFontBodySans02FontSize: DdsFontBodySans02FontSize$1,
|
|
735
|
+
DdsFontBodySans02FontSizeNumberPx: DdsFontBodySans02FontSizeNumberPx$1,
|
|
736
|
+
DdsFontBodySans02FontStretch: DdsFontBodySans02FontStretch$1,
|
|
737
|
+
DdsFontBodySans02FontStyle: DdsFontBodySans02FontStyle$1,
|
|
738
|
+
DdsFontBodySans02FontWeight: DdsFontBodySans02FontWeight$1,
|
|
739
|
+
DdsFontBodySans02LetterSpacing: DdsFontBodySans02LetterSpacing$1,
|
|
740
|
+
DdsFontBodySans02LetterSpacingNumberEm: DdsFontBodySans02LetterSpacingNumberEm$1,
|
|
741
|
+
DdsFontBodySans02LineHeight: DdsFontBodySans02LineHeight$1,
|
|
742
|
+
DdsFontBodySans02LineHeightNumberEm: DdsFontBodySans02LineHeightNumberEm$1,
|
|
743
|
+
DdsFontBodySans02ParagraphIndent: DdsFontBodySans02ParagraphIndent$1,
|
|
744
|
+
DdsFontBodySans02ParagraphIndentNumberPx: DdsFontBodySans02ParagraphIndentNumberPx$1,
|
|
745
|
+
DdsFontBodySans02ParagraphSpacing: DdsFontBodySans02ParagraphSpacing$1,
|
|
746
|
+
DdsFontBodySans02ParagraphSpacingNumberPx: DdsFontBodySans02ParagraphSpacingNumberPx$1,
|
|
747
|
+
DdsFontBodySans02TextCase: DdsFontBodySans02TextCase$1,
|
|
748
|
+
DdsFontBodySans02TextDecoration: DdsFontBodySans02TextDecoration$1,
|
|
749
|
+
DdsFontBodySans03FontFamily: DdsFontBodySans03FontFamily$1,
|
|
750
|
+
DdsFontBodySans03FontSize: DdsFontBodySans03FontSize$1,
|
|
751
|
+
DdsFontBodySans03FontSizeNumberPx: DdsFontBodySans03FontSizeNumberPx$1,
|
|
752
|
+
DdsFontBodySans03FontStretch: DdsFontBodySans03FontStretch$1,
|
|
753
|
+
DdsFontBodySans03FontStyle: DdsFontBodySans03FontStyle$1,
|
|
754
|
+
DdsFontBodySans03FontWeight: DdsFontBodySans03FontWeight$1,
|
|
755
|
+
DdsFontBodySans03LetterSpacing: DdsFontBodySans03LetterSpacing$1,
|
|
756
|
+
DdsFontBodySans03LetterSpacingNumberEm: DdsFontBodySans03LetterSpacingNumberEm$1,
|
|
757
|
+
DdsFontBodySans03LineHeight: DdsFontBodySans03LineHeight$1,
|
|
758
|
+
DdsFontBodySans03LineHeightNumberEm: DdsFontBodySans03LineHeightNumberEm$1,
|
|
759
|
+
DdsFontBodySans03ParagraphIndent: DdsFontBodySans03ParagraphIndent$1,
|
|
760
|
+
DdsFontBodySans03ParagraphIndentNumberPx: DdsFontBodySans03ParagraphIndentNumberPx$1,
|
|
761
|
+
DdsFontBodySans03ParagraphSpacing: DdsFontBodySans03ParagraphSpacing$1,
|
|
762
|
+
DdsFontBodySans03ParagraphSpacingNumberPx: DdsFontBodySans03ParagraphSpacingNumberPx$1,
|
|
763
|
+
DdsFontBodySans03TextCase: DdsFontBodySans03TextCase$1,
|
|
764
|
+
DdsFontBodySans03TextDecoration: DdsFontBodySans03TextDecoration$1,
|
|
765
|
+
DdsFontBodySans04FontFamily: DdsFontBodySans04FontFamily$1,
|
|
766
|
+
DdsFontBodySans04FontSize: DdsFontBodySans04FontSize$1,
|
|
767
|
+
DdsFontBodySans04FontSizeNumberPx: DdsFontBodySans04FontSizeNumberPx$1,
|
|
768
|
+
DdsFontBodySans04FontStretch: DdsFontBodySans04FontStretch$1,
|
|
769
|
+
DdsFontBodySans04FontStyle: DdsFontBodySans04FontStyle$1,
|
|
770
|
+
DdsFontBodySans04FontWeight: DdsFontBodySans04FontWeight$1,
|
|
771
|
+
DdsFontBodySans04LetterSpacing: DdsFontBodySans04LetterSpacing$1,
|
|
772
|
+
DdsFontBodySans04LetterSpacingNumberEm: DdsFontBodySans04LetterSpacingNumberEm$1,
|
|
773
|
+
DdsFontBodySans04LineHeight: DdsFontBodySans04LineHeight$1,
|
|
774
|
+
DdsFontBodySans04LineHeightNumberEm: DdsFontBodySans04LineHeightNumberEm$1,
|
|
775
|
+
DdsFontBodySans04ParagraphIndent: DdsFontBodySans04ParagraphIndent$1,
|
|
776
|
+
DdsFontBodySans04ParagraphIndentNumberPx: DdsFontBodySans04ParagraphIndentNumberPx$1,
|
|
777
|
+
DdsFontBodySans04ParagraphSpacing: DdsFontBodySans04ParagraphSpacing$1,
|
|
778
|
+
DdsFontBodySans04ParagraphSpacingNumberPx: DdsFontBodySans04ParagraphSpacingNumberPx$1,
|
|
779
|
+
DdsFontBodySans04TextCase: DdsFontBodySans04TextCase$1,
|
|
780
|
+
DdsFontBodySans04TextDecoration: DdsFontBodySans04TextDecoration$1,
|
|
781
|
+
DdsFontCodeMonospace02FontFamily: DdsFontCodeMonospace02FontFamily$1,
|
|
782
|
+
DdsFontCodeMonospace02FontSize: DdsFontCodeMonospace02FontSize$1,
|
|
783
|
+
DdsFontCodeMonospace02FontSizeNumberPx: DdsFontCodeMonospace02FontSizeNumberPx$1,
|
|
784
|
+
DdsFontCodeMonospace02FontStretch: DdsFontCodeMonospace02FontStretch$1,
|
|
785
|
+
DdsFontCodeMonospace02FontStyle: DdsFontCodeMonospace02FontStyle$1,
|
|
786
|
+
DdsFontCodeMonospace02FontWeight: DdsFontCodeMonospace02FontWeight$1,
|
|
787
|
+
DdsFontCodeMonospace02LetterSpacing: DdsFontCodeMonospace02LetterSpacing$1,
|
|
788
|
+
DdsFontCodeMonospace02LetterSpacingNumberEm: DdsFontCodeMonospace02LetterSpacingNumberEm$1,
|
|
789
|
+
DdsFontCodeMonospace02LineHeight: DdsFontCodeMonospace02LineHeight$1,
|
|
790
|
+
DdsFontCodeMonospace02LineHeightNumberEm: DdsFontCodeMonospace02LineHeightNumberEm$1,
|
|
791
|
+
DdsFontCodeMonospace02ParagraphIndent: DdsFontCodeMonospace02ParagraphIndent$1,
|
|
792
|
+
DdsFontCodeMonospace02ParagraphIndentNumberPx: DdsFontCodeMonospace02ParagraphIndentNumberPx$1,
|
|
793
|
+
DdsFontCodeMonospace02ParagraphSpacing: DdsFontCodeMonospace02ParagraphSpacing$1,
|
|
794
|
+
DdsFontCodeMonospace02ParagraphSpacingNumberPx: DdsFontCodeMonospace02ParagraphSpacingNumberPx$1,
|
|
795
|
+
DdsFontCodeMonospace02TextCase: DdsFontCodeMonospace02TextCase$1,
|
|
796
|
+
DdsFontCodeMonospace02TextDecoration: DdsFontCodeMonospace02TextDecoration$1,
|
|
797
|
+
DdsFontHeadingSans01FontFamily: DdsFontHeadingSans01FontFamily$1,
|
|
798
|
+
DdsFontHeadingSans01FontSize: DdsFontHeadingSans01FontSize$1,
|
|
799
|
+
DdsFontHeadingSans01FontSizeNumberPx: DdsFontHeadingSans01FontSizeNumberPx$1,
|
|
800
|
+
DdsFontHeadingSans01FontStretch: DdsFontHeadingSans01FontStretch$1,
|
|
801
|
+
DdsFontHeadingSans01FontStyle: DdsFontHeadingSans01FontStyle$1,
|
|
802
|
+
DdsFontHeadingSans01FontWeight: DdsFontHeadingSans01FontWeight$1,
|
|
803
|
+
DdsFontHeadingSans01LetterSpacing: DdsFontHeadingSans01LetterSpacing$1,
|
|
804
|
+
DdsFontHeadingSans01LetterSpacingNumberEm: DdsFontHeadingSans01LetterSpacingNumberEm$1,
|
|
805
|
+
DdsFontHeadingSans01LineHeight: DdsFontHeadingSans01LineHeight$1,
|
|
806
|
+
DdsFontHeadingSans01LineHeightNumberEm: DdsFontHeadingSans01LineHeightNumberEm$1,
|
|
807
|
+
DdsFontHeadingSans01ParagraphIndent: DdsFontHeadingSans01ParagraphIndent$1,
|
|
808
|
+
DdsFontHeadingSans01ParagraphIndentNumberPx: DdsFontHeadingSans01ParagraphIndentNumberPx$1,
|
|
809
|
+
DdsFontHeadingSans01ParagraphSpacing: DdsFontHeadingSans01ParagraphSpacing$1,
|
|
810
|
+
DdsFontHeadingSans01ParagraphSpacingNumberPx: DdsFontHeadingSans01ParagraphSpacingNumberPx$1,
|
|
811
|
+
DdsFontHeadingSans01TextCase: DdsFontHeadingSans01TextCase$1,
|
|
812
|
+
DdsFontHeadingSans01TextDecoration: DdsFontHeadingSans01TextDecoration$1,
|
|
813
|
+
DdsFontHeadingSans02FontFamily: DdsFontHeadingSans02FontFamily$1,
|
|
814
|
+
DdsFontHeadingSans02FontSize: DdsFontHeadingSans02FontSize$1,
|
|
815
|
+
DdsFontHeadingSans02FontSizeNumberPx: DdsFontHeadingSans02FontSizeNumberPx$1,
|
|
816
|
+
DdsFontHeadingSans02FontStretch: DdsFontHeadingSans02FontStretch$1,
|
|
817
|
+
DdsFontHeadingSans02FontStyle: DdsFontHeadingSans02FontStyle$1,
|
|
818
|
+
DdsFontHeadingSans02FontWeight: DdsFontHeadingSans02FontWeight$1,
|
|
819
|
+
DdsFontHeadingSans02LetterSpacing: DdsFontHeadingSans02LetterSpacing$1,
|
|
820
|
+
DdsFontHeadingSans02LetterSpacingNumberEm: DdsFontHeadingSans02LetterSpacingNumberEm$1,
|
|
821
|
+
DdsFontHeadingSans02LineHeight: DdsFontHeadingSans02LineHeight$1,
|
|
822
|
+
DdsFontHeadingSans02LineHeightNumberEm: DdsFontHeadingSans02LineHeightNumberEm$1,
|
|
823
|
+
DdsFontHeadingSans02ParagraphIndent: DdsFontHeadingSans02ParagraphIndent$1,
|
|
824
|
+
DdsFontHeadingSans02ParagraphIndentNumberPx: DdsFontHeadingSans02ParagraphIndentNumberPx$1,
|
|
825
|
+
DdsFontHeadingSans02ParagraphSpacing: DdsFontHeadingSans02ParagraphSpacing$1,
|
|
826
|
+
DdsFontHeadingSans02ParagraphSpacingNumberPx: DdsFontHeadingSans02ParagraphSpacingNumberPx$1,
|
|
827
|
+
DdsFontHeadingSans02TextCase: DdsFontHeadingSans02TextCase$1,
|
|
828
|
+
DdsFontHeadingSans02TextDecoration: DdsFontHeadingSans02TextDecoration$1,
|
|
829
|
+
DdsFontHeadingSans03FontFamily: DdsFontHeadingSans03FontFamily$1,
|
|
830
|
+
DdsFontHeadingSans03FontSize: DdsFontHeadingSans03FontSize$1,
|
|
831
|
+
DdsFontHeadingSans03FontSizeNumberPx: DdsFontHeadingSans03FontSizeNumberPx$1,
|
|
832
|
+
DdsFontHeadingSans03FontStretch: DdsFontHeadingSans03FontStretch$1,
|
|
833
|
+
DdsFontHeadingSans03FontStyle: DdsFontHeadingSans03FontStyle$1,
|
|
834
|
+
DdsFontHeadingSans03FontWeight: DdsFontHeadingSans03FontWeight$1,
|
|
835
|
+
DdsFontHeadingSans03LetterSpacing: DdsFontHeadingSans03LetterSpacing$1,
|
|
836
|
+
DdsFontHeadingSans03LetterSpacingNumberEm: DdsFontHeadingSans03LetterSpacingNumberEm$1,
|
|
837
|
+
DdsFontHeadingSans03LineHeight: DdsFontHeadingSans03LineHeight$1,
|
|
838
|
+
DdsFontHeadingSans03LineHeightNumberEm: DdsFontHeadingSans03LineHeightNumberEm$1,
|
|
839
|
+
DdsFontHeadingSans03ParagraphIndent: DdsFontHeadingSans03ParagraphIndent$1,
|
|
840
|
+
DdsFontHeadingSans03ParagraphIndentNumberPx: DdsFontHeadingSans03ParagraphIndentNumberPx$1,
|
|
841
|
+
DdsFontHeadingSans03ParagraphSpacing: DdsFontHeadingSans03ParagraphSpacing$1,
|
|
842
|
+
DdsFontHeadingSans03ParagraphSpacingNumberPx: DdsFontHeadingSans03ParagraphSpacingNumberPx$1,
|
|
843
|
+
DdsFontHeadingSans03TextCase: DdsFontHeadingSans03TextCase$1,
|
|
844
|
+
DdsFontHeadingSans03TextDecoration: DdsFontHeadingSans03TextDecoration$1,
|
|
845
|
+
DdsFontHeadingSans04FontFamily: DdsFontHeadingSans04FontFamily$1,
|
|
846
|
+
DdsFontHeadingSans04FontSize: DdsFontHeadingSans04FontSize$1,
|
|
847
|
+
DdsFontHeadingSans04FontSizeNumberPx: DdsFontHeadingSans04FontSizeNumberPx$1,
|
|
848
|
+
DdsFontHeadingSans04FontStretch: DdsFontHeadingSans04FontStretch$1,
|
|
849
|
+
DdsFontHeadingSans04FontStyle: DdsFontHeadingSans04FontStyle$1,
|
|
850
|
+
DdsFontHeadingSans04FontWeight: DdsFontHeadingSans04FontWeight$1,
|
|
851
|
+
DdsFontHeadingSans04LetterSpacing: DdsFontHeadingSans04LetterSpacing$1,
|
|
852
|
+
DdsFontHeadingSans04LetterSpacingNumberEm: DdsFontHeadingSans04LetterSpacingNumberEm$1,
|
|
853
|
+
DdsFontHeadingSans04LineHeight: DdsFontHeadingSans04LineHeight$1,
|
|
854
|
+
DdsFontHeadingSans04LineHeightNumberEm: DdsFontHeadingSans04LineHeightNumberEm$1,
|
|
855
|
+
DdsFontHeadingSans04ParagraphIndent: DdsFontHeadingSans04ParagraphIndent$1,
|
|
856
|
+
DdsFontHeadingSans04ParagraphIndentNumberPx: DdsFontHeadingSans04ParagraphIndentNumberPx$1,
|
|
857
|
+
DdsFontHeadingSans04ParagraphSpacing: DdsFontHeadingSans04ParagraphSpacing$1,
|
|
858
|
+
DdsFontHeadingSans04ParagraphSpacingNumberPx: DdsFontHeadingSans04ParagraphSpacingNumberPx$1,
|
|
859
|
+
DdsFontHeadingSans04TextCase: DdsFontHeadingSans04TextCase$1,
|
|
860
|
+
DdsFontHeadingSans04TextDecoration: DdsFontHeadingSans04TextDecoration$1,
|
|
861
|
+
DdsFontHeadingSans05FontFamily: DdsFontHeadingSans05FontFamily$1,
|
|
862
|
+
DdsFontHeadingSans05FontSize: DdsFontHeadingSans05FontSize$1,
|
|
863
|
+
DdsFontHeadingSans05FontSizeNumberPx: DdsFontHeadingSans05FontSizeNumberPx$1,
|
|
864
|
+
DdsFontHeadingSans05FontStretch: DdsFontHeadingSans05FontStretch$1,
|
|
865
|
+
DdsFontHeadingSans05FontStyle: DdsFontHeadingSans05FontStyle$1,
|
|
866
|
+
DdsFontHeadingSans05FontWeight: DdsFontHeadingSans05FontWeight$1,
|
|
867
|
+
DdsFontHeadingSans05LetterSpacing: DdsFontHeadingSans05LetterSpacing$1,
|
|
868
|
+
DdsFontHeadingSans05LetterSpacingNumberEm: DdsFontHeadingSans05LetterSpacingNumberEm$1,
|
|
869
|
+
DdsFontHeadingSans05LineHeight: DdsFontHeadingSans05LineHeight$1,
|
|
870
|
+
DdsFontHeadingSans05LineHeightNumberEm: DdsFontHeadingSans05LineHeightNumberEm$1,
|
|
871
|
+
DdsFontHeadingSans05ParagraphIndent: DdsFontHeadingSans05ParagraphIndent$1,
|
|
872
|
+
DdsFontHeadingSans05ParagraphIndentNumberPx: DdsFontHeadingSans05ParagraphIndentNumberPx$1,
|
|
873
|
+
DdsFontHeadingSans05ParagraphSpacing: DdsFontHeadingSans05ParagraphSpacing$1,
|
|
874
|
+
DdsFontHeadingSans05ParagraphSpacingNumberPx: DdsFontHeadingSans05ParagraphSpacingNumberPx$1,
|
|
875
|
+
DdsFontHeadingSans05TextCase: DdsFontHeadingSans05TextCase$1,
|
|
876
|
+
DdsFontHeadingSans05TextDecoration: DdsFontHeadingSans05TextDecoration$1,
|
|
877
|
+
DdsFontHeadingSans06FontFamily: DdsFontHeadingSans06FontFamily$1,
|
|
878
|
+
DdsFontHeadingSans06FontSize: DdsFontHeadingSans06FontSize$1,
|
|
879
|
+
DdsFontHeadingSans06FontSizeNumberPx: DdsFontHeadingSans06FontSizeNumberPx$1,
|
|
880
|
+
DdsFontHeadingSans06FontStretch: DdsFontHeadingSans06FontStretch$1,
|
|
881
|
+
DdsFontHeadingSans06FontStyle: DdsFontHeadingSans06FontStyle$1,
|
|
882
|
+
DdsFontHeadingSans06FontWeight: DdsFontHeadingSans06FontWeight$1,
|
|
883
|
+
DdsFontHeadingSans06LetterSpacing: DdsFontHeadingSans06LetterSpacing$1,
|
|
884
|
+
DdsFontHeadingSans06LetterSpacingNumberEm: DdsFontHeadingSans06LetterSpacingNumberEm$1,
|
|
885
|
+
DdsFontHeadingSans06LineHeight: DdsFontHeadingSans06LineHeight$1,
|
|
886
|
+
DdsFontHeadingSans06LineHeightNumberEm: DdsFontHeadingSans06LineHeightNumberEm$1,
|
|
887
|
+
DdsFontHeadingSans06ParagraphIndent: DdsFontHeadingSans06ParagraphIndent$1,
|
|
888
|
+
DdsFontHeadingSans06ParagraphIndentNumberPx: DdsFontHeadingSans06ParagraphIndentNumberPx$1,
|
|
889
|
+
DdsFontHeadingSans06ParagraphSpacing: DdsFontHeadingSans06ParagraphSpacing$1,
|
|
890
|
+
DdsFontHeadingSans06ParagraphSpacingNumberPx: DdsFontHeadingSans06ParagraphSpacingNumberPx$1,
|
|
891
|
+
DdsFontHeadingSans06TextCase: DdsFontHeadingSans06TextCase$1,
|
|
892
|
+
DdsFontHeadingSans06TextDecoration: DdsFontHeadingSans06TextDecoration$1,
|
|
893
|
+
DdsFontHeadingSans07FontFamily: DdsFontHeadingSans07FontFamily$1,
|
|
894
|
+
DdsFontHeadingSans07FontSize: DdsFontHeadingSans07FontSize$1,
|
|
895
|
+
DdsFontHeadingSans07FontSizeNumberPx: DdsFontHeadingSans07FontSizeNumberPx$1,
|
|
896
|
+
DdsFontHeadingSans07FontStretch: DdsFontHeadingSans07FontStretch$1,
|
|
897
|
+
DdsFontHeadingSans07FontStyle: DdsFontHeadingSans07FontStyle$1,
|
|
898
|
+
DdsFontHeadingSans07FontWeight: DdsFontHeadingSans07FontWeight$1,
|
|
899
|
+
DdsFontHeadingSans07LetterSpacing: DdsFontHeadingSans07LetterSpacing$1,
|
|
900
|
+
DdsFontHeadingSans07LetterSpacingNumberEm: DdsFontHeadingSans07LetterSpacingNumberEm$1,
|
|
901
|
+
DdsFontHeadingSans07LineHeight: DdsFontHeadingSans07LineHeight$1,
|
|
902
|
+
DdsFontHeadingSans07LineHeightNumberEm: DdsFontHeadingSans07LineHeightNumberEm$1,
|
|
903
|
+
DdsFontHeadingSans07ParagraphIndent: DdsFontHeadingSans07ParagraphIndent$1,
|
|
904
|
+
DdsFontHeadingSans07ParagraphIndentNumberPx: DdsFontHeadingSans07ParagraphIndentNumberPx$1,
|
|
905
|
+
DdsFontHeadingSans07ParagraphSpacing: DdsFontHeadingSans07ParagraphSpacing$1,
|
|
906
|
+
DdsFontHeadingSans07ParagraphSpacingNumberPx: DdsFontHeadingSans07ParagraphSpacingNumberPx$1,
|
|
907
|
+
DdsFontHeadingSans07TextCase: DdsFontHeadingSans07TextCase$1,
|
|
908
|
+
DdsFontHeadingSans07TextDecoration: DdsFontHeadingSans07TextDecoration$1,
|
|
909
|
+
DdsFontHeadingSans08FontFamily: DdsFontHeadingSans08FontFamily$1,
|
|
910
|
+
DdsFontHeadingSans08FontSize: DdsFontHeadingSans08FontSize$1,
|
|
911
|
+
DdsFontHeadingSans08FontSizeNumberPx: DdsFontHeadingSans08FontSizeNumberPx$1,
|
|
912
|
+
DdsFontHeadingSans08FontStretch: DdsFontHeadingSans08FontStretch$1,
|
|
913
|
+
DdsFontHeadingSans08FontStyle: DdsFontHeadingSans08FontStyle$1,
|
|
914
|
+
DdsFontHeadingSans08FontWeight: DdsFontHeadingSans08FontWeight$1,
|
|
915
|
+
DdsFontHeadingSans08LetterSpacing: DdsFontHeadingSans08LetterSpacing$1,
|
|
916
|
+
DdsFontHeadingSans08LetterSpacingNumberEm: DdsFontHeadingSans08LetterSpacingNumberEm$1,
|
|
917
|
+
DdsFontHeadingSans08LineHeight: DdsFontHeadingSans08LineHeight$1,
|
|
918
|
+
DdsFontHeadingSans08LineHeightNumberEm: DdsFontHeadingSans08LineHeightNumberEm$1,
|
|
919
|
+
DdsFontHeadingSans08ParagraphIndent: DdsFontHeadingSans08ParagraphIndent$1,
|
|
920
|
+
DdsFontHeadingSans08ParagraphIndentNumberPx: DdsFontHeadingSans08ParagraphIndentNumberPx$1,
|
|
921
|
+
DdsFontHeadingSans08ParagraphSpacing: DdsFontHeadingSans08ParagraphSpacing$1,
|
|
922
|
+
DdsFontHeadingSans08ParagraphSpacingNumberPx: DdsFontHeadingSans08ParagraphSpacingNumberPx$1,
|
|
923
|
+
DdsFontHeadingSans08TextCase: DdsFontHeadingSans08TextCase$1,
|
|
924
|
+
DdsFontHeadingSans08TextDecoration: DdsFontHeadingSans08TextDecoration$1,
|
|
925
|
+
DdsFontLeadSans01FontFamily: DdsFontLeadSans01FontFamily$1,
|
|
926
|
+
DdsFontLeadSans01FontSize: DdsFontLeadSans01FontSize$1,
|
|
927
|
+
DdsFontLeadSans01FontSizeNumberPx: DdsFontLeadSans01FontSizeNumberPx$1,
|
|
928
|
+
DdsFontLeadSans01FontStretch: DdsFontLeadSans01FontStretch$1,
|
|
929
|
+
DdsFontLeadSans01FontStyle: DdsFontLeadSans01FontStyle$1,
|
|
930
|
+
DdsFontLeadSans01FontWeight: DdsFontLeadSans01FontWeight$1,
|
|
931
|
+
DdsFontLeadSans01LetterSpacing: DdsFontLeadSans01LetterSpacing$1,
|
|
932
|
+
DdsFontLeadSans01LetterSpacingNumberEm: DdsFontLeadSans01LetterSpacingNumberEm$1,
|
|
933
|
+
DdsFontLeadSans01LineHeight: DdsFontLeadSans01LineHeight$1,
|
|
934
|
+
DdsFontLeadSans01LineHeightNumberEm: DdsFontLeadSans01LineHeightNumberEm$1,
|
|
935
|
+
DdsFontLeadSans01ParagraphIndent: DdsFontLeadSans01ParagraphIndent$1,
|
|
936
|
+
DdsFontLeadSans01ParagraphIndentNumberPx: DdsFontLeadSans01ParagraphIndentNumberPx$1,
|
|
937
|
+
DdsFontLeadSans01ParagraphSpacing: DdsFontLeadSans01ParagraphSpacing$1,
|
|
938
|
+
DdsFontLeadSans01ParagraphSpacingNumberPx: DdsFontLeadSans01ParagraphSpacingNumberPx$1,
|
|
939
|
+
DdsFontLeadSans01TextCase: DdsFontLeadSans01TextCase$1,
|
|
940
|
+
DdsFontLeadSans01TextDecoration: DdsFontLeadSans01TextDecoration$1,
|
|
941
|
+
DdsFontLeadSans02FontFamily: DdsFontLeadSans02FontFamily$1,
|
|
942
|
+
DdsFontLeadSans02FontSize: DdsFontLeadSans02FontSize$1,
|
|
943
|
+
DdsFontLeadSans02FontSizeNumberPx: DdsFontLeadSans02FontSizeNumberPx$1,
|
|
944
|
+
DdsFontLeadSans02FontStretch: DdsFontLeadSans02FontStretch$1,
|
|
945
|
+
DdsFontLeadSans02FontStyle: DdsFontLeadSans02FontStyle$1,
|
|
946
|
+
DdsFontLeadSans02FontWeight: DdsFontLeadSans02FontWeight$1,
|
|
947
|
+
DdsFontLeadSans02LetterSpacing: DdsFontLeadSans02LetterSpacing$1,
|
|
948
|
+
DdsFontLeadSans02LetterSpacingNumberEm: DdsFontLeadSans02LetterSpacingNumberEm$1,
|
|
949
|
+
DdsFontLeadSans02LineHeight: DdsFontLeadSans02LineHeight$1,
|
|
950
|
+
DdsFontLeadSans02LineHeightNumberEm: DdsFontLeadSans02LineHeightNumberEm$1,
|
|
951
|
+
DdsFontLeadSans02ParagraphIndent: DdsFontLeadSans02ParagraphIndent$1,
|
|
952
|
+
DdsFontLeadSans02ParagraphIndentNumberPx: DdsFontLeadSans02ParagraphIndentNumberPx$1,
|
|
953
|
+
DdsFontLeadSans02ParagraphSpacing: DdsFontLeadSans02ParagraphSpacing$1,
|
|
954
|
+
DdsFontLeadSans02ParagraphSpacingNumberPx: DdsFontLeadSans02ParagraphSpacingNumberPx$1,
|
|
955
|
+
DdsFontLeadSans02TextCase: DdsFontLeadSans02TextCase$1,
|
|
956
|
+
DdsFontLeadSans02TextDecoration: DdsFontLeadSans02TextDecoration$1,
|
|
957
|
+
DdsFontLeadSans03FontFamily: DdsFontLeadSans03FontFamily$1,
|
|
958
|
+
DdsFontLeadSans03FontSize: DdsFontLeadSans03FontSize$1,
|
|
959
|
+
DdsFontLeadSans03FontSizeNumberPx: DdsFontLeadSans03FontSizeNumberPx$1,
|
|
960
|
+
DdsFontLeadSans03FontStretch: DdsFontLeadSans03FontStretch$1,
|
|
961
|
+
DdsFontLeadSans03FontStyle: DdsFontLeadSans03FontStyle$1,
|
|
962
|
+
DdsFontLeadSans03FontWeight: DdsFontLeadSans03FontWeight$1,
|
|
963
|
+
DdsFontLeadSans03LetterSpacing: DdsFontLeadSans03LetterSpacing$1,
|
|
964
|
+
DdsFontLeadSans03LetterSpacingNumberEm: DdsFontLeadSans03LetterSpacingNumberEm$1,
|
|
965
|
+
DdsFontLeadSans03LineHeight: DdsFontLeadSans03LineHeight$1,
|
|
966
|
+
DdsFontLeadSans03LineHeightNumberEm: DdsFontLeadSans03LineHeightNumberEm$1,
|
|
967
|
+
DdsFontLeadSans03ParagraphIndent: DdsFontLeadSans03ParagraphIndent$1,
|
|
968
|
+
DdsFontLeadSans03ParagraphIndentNumberPx: DdsFontLeadSans03ParagraphIndentNumberPx$1,
|
|
969
|
+
DdsFontLeadSans03ParagraphSpacing: DdsFontLeadSans03ParagraphSpacing$1,
|
|
970
|
+
DdsFontLeadSans03ParagraphSpacingNumberPx: DdsFontLeadSans03ParagraphSpacingNumberPx$1,
|
|
971
|
+
DdsFontLeadSans03TextCase: DdsFontLeadSans03TextCase$1,
|
|
972
|
+
DdsFontLeadSans03TextDecoration: DdsFontLeadSans03TextDecoration$1,
|
|
973
|
+
DdsFontLeadSans04FontFamily: DdsFontLeadSans04FontFamily$1,
|
|
974
|
+
DdsFontLeadSans04FontSize: DdsFontLeadSans04FontSize$1,
|
|
975
|
+
DdsFontLeadSans04FontSizeNumberPx: DdsFontLeadSans04FontSizeNumberPx$1,
|
|
976
|
+
DdsFontLeadSans04FontStretch: DdsFontLeadSans04FontStretch$1,
|
|
977
|
+
DdsFontLeadSans04FontStyle: DdsFontLeadSans04FontStyle$1,
|
|
978
|
+
DdsFontLeadSans04FontWeight: DdsFontLeadSans04FontWeight$1,
|
|
979
|
+
DdsFontLeadSans04LetterSpacing: DdsFontLeadSans04LetterSpacing$1,
|
|
980
|
+
DdsFontLeadSans04LetterSpacingNumberEm: DdsFontLeadSans04LetterSpacingNumberEm$1,
|
|
981
|
+
DdsFontLeadSans04LineHeight: DdsFontLeadSans04LineHeight$1,
|
|
982
|
+
DdsFontLeadSans04LineHeightNumberEm: DdsFontLeadSans04LineHeightNumberEm$1,
|
|
983
|
+
DdsFontLeadSans04ParagraphIndent: DdsFontLeadSans04ParagraphIndent$1,
|
|
984
|
+
DdsFontLeadSans04ParagraphIndentNumberPx: DdsFontLeadSans04ParagraphIndentNumberPx$1,
|
|
985
|
+
DdsFontLeadSans04ParagraphSpacing: DdsFontLeadSans04ParagraphSpacing$1,
|
|
986
|
+
DdsFontLeadSans04ParagraphSpacingNumberPx: DdsFontLeadSans04ParagraphSpacingNumberPx$1,
|
|
987
|
+
DdsFontLeadSans04TextCase: DdsFontLeadSans04TextCase$1,
|
|
988
|
+
DdsFontLeadSans04TextDecoration: DdsFontLeadSans04TextDecoration$1,
|
|
989
|
+
DdsFontLeadSans05FontFamily: DdsFontLeadSans05FontFamily$1,
|
|
990
|
+
DdsFontLeadSans05FontSize: DdsFontLeadSans05FontSize$1,
|
|
991
|
+
DdsFontLeadSans05FontSizeNumberPx: DdsFontLeadSans05FontSizeNumberPx$1,
|
|
992
|
+
DdsFontLeadSans05FontStretch: DdsFontLeadSans05FontStretch$1,
|
|
993
|
+
DdsFontLeadSans05FontStyle: DdsFontLeadSans05FontStyle$1,
|
|
994
|
+
DdsFontLeadSans05FontWeight: DdsFontLeadSans05FontWeight$1,
|
|
995
|
+
DdsFontLeadSans05LetterSpacing: DdsFontLeadSans05LetterSpacing$1,
|
|
996
|
+
DdsFontLeadSans05LetterSpacingNumberEm: DdsFontLeadSans05LetterSpacingNumberEm$1,
|
|
997
|
+
DdsFontLeadSans05LineHeight: DdsFontLeadSans05LineHeight$1,
|
|
998
|
+
DdsFontLeadSans05LineHeightNumberEm: DdsFontLeadSans05LineHeightNumberEm$1,
|
|
999
|
+
DdsFontLeadSans05ParagraphIndent: DdsFontLeadSans05ParagraphIndent$1,
|
|
1000
|
+
DdsFontLeadSans05ParagraphIndentNumberPx: DdsFontLeadSans05ParagraphIndentNumberPx$1,
|
|
1001
|
+
DdsFontLeadSans05ParagraphSpacing: DdsFontLeadSans05ParagraphSpacing$1,
|
|
1002
|
+
DdsFontLeadSans05ParagraphSpacingNumberPx: DdsFontLeadSans05ParagraphSpacingNumberPx$1,
|
|
1003
|
+
DdsFontLeadSans05TextCase: DdsFontLeadSans05TextCase$1,
|
|
1004
|
+
DdsFontLeadSans05TextDecoration: DdsFontLeadSans05TextDecoration$1,
|
|
1005
|
+
DdsFontSupportingStyleHelpertext01FontFamily: DdsFontSupportingStyleHelpertext01FontFamily$1,
|
|
1006
|
+
DdsFontSupportingStyleHelpertext01FontSize: DdsFontSupportingStyleHelpertext01FontSize$1,
|
|
1007
|
+
DdsFontSupportingStyleHelpertext01FontSizeNumberPx: DdsFontSupportingStyleHelpertext01FontSizeNumberPx$1,
|
|
1008
|
+
DdsFontSupportingStyleHelpertext01FontStretch: DdsFontSupportingStyleHelpertext01FontStretch$1,
|
|
1009
|
+
DdsFontSupportingStyleHelpertext01FontStyle: DdsFontSupportingStyleHelpertext01FontStyle$1,
|
|
1010
|
+
DdsFontSupportingStyleHelpertext01FontWeight: DdsFontSupportingStyleHelpertext01FontWeight$1,
|
|
1011
|
+
DdsFontSupportingStyleHelpertext01LetterSpacing: DdsFontSupportingStyleHelpertext01LetterSpacing$1,
|
|
1012
|
+
DdsFontSupportingStyleHelpertext01LetterSpacingNumberEm: DdsFontSupportingStyleHelpertext01LetterSpacingNumberEm$1,
|
|
1013
|
+
DdsFontSupportingStyleHelpertext01LineHeight: DdsFontSupportingStyleHelpertext01LineHeight$1,
|
|
1014
|
+
DdsFontSupportingStyleHelpertext01LineHeightNumberEm: DdsFontSupportingStyleHelpertext01LineHeightNumberEm$1,
|
|
1015
|
+
DdsFontSupportingStyleHelpertext01ParagraphIndent: DdsFontSupportingStyleHelpertext01ParagraphIndent$1,
|
|
1016
|
+
DdsFontSupportingStyleHelpertext01ParagraphIndentNumberPx: DdsFontSupportingStyleHelpertext01ParagraphIndentNumberPx$1,
|
|
1017
|
+
DdsFontSupportingStyleHelpertext01ParagraphSpacing: DdsFontSupportingStyleHelpertext01ParagraphSpacing$1,
|
|
1018
|
+
DdsFontSupportingStyleHelpertext01ParagraphSpacingNumberPx: DdsFontSupportingStyleHelpertext01ParagraphSpacingNumberPx$1,
|
|
1019
|
+
DdsFontSupportingStyleHelpertext01TextCase: DdsFontSupportingStyleHelpertext01TextCase$1,
|
|
1020
|
+
DdsFontSupportingStyleHelpertext01TextDecoration: DdsFontSupportingStyleHelpertext01TextDecoration$1,
|
|
1021
|
+
DdsFontSupportingStyleLabel01FontFamily: DdsFontSupportingStyleLabel01FontFamily$1,
|
|
1022
|
+
DdsFontSupportingStyleLabel01FontSize: DdsFontSupportingStyleLabel01FontSize$1,
|
|
1023
|
+
DdsFontSupportingStyleLabel01FontSizeNumberPx: DdsFontSupportingStyleLabel01FontSizeNumberPx$1,
|
|
1024
|
+
DdsFontSupportingStyleLabel01FontStretch: DdsFontSupportingStyleLabel01FontStretch$1,
|
|
1025
|
+
DdsFontSupportingStyleLabel01FontStyle: DdsFontSupportingStyleLabel01FontStyle$1,
|
|
1026
|
+
DdsFontSupportingStyleLabel01FontWeight: DdsFontSupportingStyleLabel01FontWeight$1,
|
|
1027
|
+
DdsFontSupportingStyleLabel01LetterSpacing: DdsFontSupportingStyleLabel01LetterSpacing$1,
|
|
1028
|
+
DdsFontSupportingStyleLabel01LetterSpacingNumberEm: DdsFontSupportingStyleLabel01LetterSpacingNumberEm$1,
|
|
1029
|
+
DdsFontSupportingStyleLabel01LineHeight: DdsFontSupportingStyleLabel01LineHeight$1,
|
|
1030
|
+
DdsFontSupportingStyleLabel01LineHeightNumberEm: DdsFontSupportingStyleLabel01LineHeightNumberEm$1,
|
|
1031
|
+
DdsFontSupportingStyleLabel01ParagraphIndent: DdsFontSupportingStyleLabel01ParagraphIndent$1,
|
|
1032
|
+
DdsFontSupportingStyleLabel01ParagraphIndentNumberPx: DdsFontSupportingStyleLabel01ParagraphIndentNumberPx$1,
|
|
1033
|
+
DdsFontSupportingStyleLabel01ParagraphSpacing: DdsFontSupportingStyleLabel01ParagraphSpacing$1,
|
|
1034
|
+
DdsFontSupportingStyleLabel01ParagraphSpacingNumberPx: DdsFontSupportingStyleLabel01ParagraphSpacingNumberPx$1,
|
|
1035
|
+
DdsFontSupportingStyleLabel01TextCase: DdsFontSupportingStyleLabel01TextCase$1,
|
|
1036
|
+
DdsFontSupportingStyleLabel01TextDecoration: DdsFontSupportingStyleLabel01TextDecoration$1,
|
|
1037
|
+
DdsFontSupportingStylePlaceholdertext01FontFamily: DdsFontSupportingStylePlaceholdertext01FontFamily$1,
|
|
1038
|
+
DdsFontSupportingStylePlaceholdertext01FontSize: DdsFontSupportingStylePlaceholdertext01FontSize$1,
|
|
1039
|
+
DdsFontSupportingStylePlaceholdertext01FontSizeNumberPx: DdsFontSupportingStylePlaceholdertext01FontSizeNumberPx$1,
|
|
1040
|
+
DdsFontSupportingStylePlaceholdertext01FontStretch: DdsFontSupportingStylePlaceholdertext01FontStretch$1,
|
|
1041
|
+
DdsFontSupportingStylePlaceholdertext01FontStyle: DdsFontSupportingStylePlaceholdertext01FontStyle$1,
|
|
1042
|
+
DdsFontSupportingStylePlaceholdertext01FontWeight: DdsFontSupportingStylePlaceholdertext01FontWeight$1,
|
|
1043
|
+
DdsFontSupportingStylePlaceholdertext01LetterSpacing: DdsFontSupportingStylePlaceholdertext01LetterSpacing$1,
|
|
1044
|
+
DdsFontSupportingStylePlaceholdertext01LetterSpacingNumberEm: DdsFontSupportingStylePlaceholdertext01LetterSpacingNumberEm$1,
|
|
1045
|
+
DdsFontSupportingStylePlaceholdertext01LineHeight: DdsFontSupportingStylePlaceholdertext01LineHeight$1,
|
|
1046
|
+
DdsFontSupportingStylePlaceholdertext01LineHeightNumberEm: DdsFontSupportingStylePlaceholdertext01LineHeightNumberEm$1,
|
|
1047
|
+
DdsFontSupportingStylePlaceholdertext01ParagraphIndent: DdsFontSupportingStylePlaceholdertext01ParagraphIndent$1,
|
|
1048
|
+
DdsFontSupportingStylePlaceholdertext01ParagraphIndentNumberPx: DdsFontSupportingStylePlaceholdertext01ParagraphIndentNumberPx$1,
|
|
1049
|
+
DdsFontSupportingStylePlaceholdertext01ParagraphSpacing: DdsFontSupportingStylePlaceholdertext01ParagraphSpacing$1,
|
|
1050
|
+
DdsFontSupportingStylePlaceholdertext01ParagraphSpacingNumberPx: DdsFontSupportingStylePlaceholdertext01ParagraphSpacingNumberPx$1,
|
|
1051
|
+
DdsFontSupportingStylePlaceholdertext01TextCase: DdsFontSupportingStylePlaceholdertext01TextCase$1,
|
|
1052
|
+
DdsFontSupportingStylePlaceholdertext01TextDecoration: DdsFontSupportingStylePlaceholdertext01TextDecoration$1,
|
|
1053
|
+
DdsFontSupportingStylePlaceholdertext02FontFamily: DdsFontSupportingStylePlaceholdertext02FontFamily$1,
|
|
1054
|
+
DdsFontSupportingStylePlaceholdertext02FontSize: DdsFontSupportingStylePlaceholdertext02FontSize$1,
|
|
1055
|
+
DdsFontSupportingStylePlaceholdertext02FontSizeNumberPx: DdsFontSupportingStylePlaceholdertext02FontSizeNumberPx$1,
|
|
1056
|
+
DdsFontSupportingStylePlaceholdertext02FontStretch: DdsFontSupportingStylePlaceholdertext02FontStretch$1,
|
|
1057
|
+
DdsFontSupportingStylePlaceholdertext02FontStyle: DdsFontSupportingStylePlaceholdertext02FontStyle$1,
|
|
1058
|
+
DdsFontSupportingStylePlaceholdertext02FontWeight: DdsFontSupportingStylePlaceholdertext02FontWeight$1,
|
|
1059
|
+
DdsFontSupportingStylePlaceholdertext02LetterSpacing: DdsFontSupportingStylePlaceholdertext02LetterSpacing$1,
|
|
1060
|
+
DdsFontSupportingStylePlaceholdertext02LetterSpacingNumberEm: DdsFontSupportingStylePlaceholdertext02LetterSpacingNumberEm$1,
|
|
1061
|
+
DdsFontSupportingStylePlaceholdertext02LineHeight: DdsFontSupportingStylePlaceholdertext02LineHeight$1,
|
|
1062
|
+
DdsFontSupportingStylePlaceholdertext02LineHeightNumberEm: DdsFontSupportingStylePlaceholdertext02LineHeightNumberEm$1,
|
|
1063
|
+
DdsFontSupportingStylePlaceholdertext02ParagraphIndent: DdsFontSupportingStylePlaceholdertext02ParagraphIndent$1,
|
|
1064
|
+
DdsFontSupportingStylePlaceholdertext02ParagraphIndentNumberPx: DdsFontSupportingStylePlaceholdertext02ParagraphIndentNumberPx$1,
|
|
1065
|
+
DdsFontSupportingStylePlaceholdertext02ParagraphSpacing: DdsFontSupportingStylePlaceholdertext02ParagraphSpacing$1,
|
|
1066
|
+
DdsFontSupportingStylePlaceholdertext02ParagraphSpacingNumberPx: DdsFontSupportingStylePlaceholdertext02ParagraphSpacingNumberPx$1,
|
|
1067
|
+
DdsFontSupportingStylePlaceholdertext02TextCase: DdsFontSupportingStylePlaceholdertext02TextCase$1,
|
|
1068
|
+
DdsFontSupportingStylePlaceholdertext02TextDecoration: DdsFontSupportingStylePlaceholdertext02TextDecoration$1,
|
|
1069
|
+
DdsFontSupportingStylePlaceholdertext03FontFamily: DdsFontSupportingStylePlaceholdertext03FontFamily$1,
|
|
1070
|
+
DdsFontSupportingStylePlaceholdertext03FontSize: DdsFontSupportingStylePlaceholdertext03FontSize$1,
|
|
1071
|
+
DdsFontSupportingStylePlaceholdertext03FontSizeNumberPx: DdsFontSupportingStylePlaceholdertext03FontSizeNumberPx$1,
|
|
1072
|
+
DdsFontSupportingStylePlaceholdertext03FontStretch: DdsFontSupportingStylePlaceholdertext03FontStretch$1,
|
|
1073
|
+
DdsFontSupportingStylePlaceholdertext03FontStyle: DdsFontSupportingStylePlaceholdertext03FontStyle$1,
|
|
1074
|
+
DdsFontSupportingStylePlaceholdertext03FontWeight: DdsFontSupportingStylePlaceholdertext03FontWeight$1,
|
|
1075
|
+
DdsFontSupportingStylePlaceholdertext03LetterSpacing: DdsFontSupportingStylePlaceholdertext03LetterSpacing$1,
|
|
1076
|
+
DdsFontSupportingStylePlaceholdertext03LetterSpacingNumberEm: DdsFontSupportingStylePlaceholdertext03LetterSpacingNumberEm$1,
|
|
1077
|
+
DdsFontSupportingStylePlaceholdertext03LineHeight: DdsFontSupportingStylePlaceholdertext03LineHeight$1,
|
|
1078
|
+
DdsFontSupportingStylePlaceholdertext03LineHeightNumberEm: DdsFontSupportingStylePlaceholdertext03LineHeightNumberEm$1,
|
|
1079
|
+
DdsFontSupportingStylePlaceholdertext03ParagraphIndent: DdsFontSupportingStylePlaceholdertext03ParagraphIndent$1,
|
|
1080
|
+
DdsFontSupportingStylePlaceholdertext03ParagraphIndentNumberPx: DdsFontSupportingStylePlaceholdertext03ParagraphIndentNumberPx$1,
|
|
1081
|
+
DdsFontSupportingStylePlaceholdertext03ParagraphSpacing: DdsFontSupportingStylePlaceholdertext03ParagraphSpacing$1,
|
|
1082
|
+
DdsFontSupportingStylePlaceholdertext03ParagraphSpacingNumberPx: DdsFontSupportingStylePlaceholdertext03ParagraphSpacingNumberPx$1,
|
|
1083
|
+
DdsFontSupportingStylePlaceholdertext03TextCase: DdsFontSupportingStylePlaceholdertext03TextCase$1,
|
|
1084
|
+
DdsFontSupportingStylePlaceholdertext03TextDecoration: DdsFontSupportingStylePlaceholdertext03TextDecoration$1,
|
|
1085
|
+
DdsFontSupportingStyleTiny01FontFamily: DdsFontSupportingStyleTiny01FontFamily$1,
|
|
1086
|
+
DdsFontSupportingStyleTiny01FontSize: DdsFontSupportingStyleTiny01FontSize$1,
|
|
1087
|
+
DdsFontSupportingStyleTiny01FontSizeNumberPx: DdsFontSupportingStyleTiny01FontSizeNumberPx$1,
|
|
1088
|
+
DdsFontSupportingStyleTiny01FontStretch: DdsFontSupportingStyleTiny01FontStretch$1,
|
|
1089
|
+
DdsFontSupportingStyleTiny01FontStyle: DdsFontSupportingStyleTiny01FontStyle$1,
|
|
1090
|
+
DdsFontSupportingStyleTiny01FontWeight: DdsFontSupportingStyleTiny01FontWeight$1,
|
|
1091
|
+
DdsFontSupportingStyleTiny01LetterSpacing: DdsFontSupportingStyleTiny01LetterSpacing$1,
|
|
1092
|
+
DdsFontSupportingStyleTiny01LetterSpacingNumberEm: DdsFontSupportingStyleTiny01LetterSpacingNumberEm$1,
|
|
1093
|
+
DdsFontSupportingStyleTiny01LineHeight: DdsFontSupportingStyleTiny01LineHeight$1,
|
|
1094
|
+
DdsFontSupportingStyleTiny01LineHeightNumberEm: DdsFontSupportingStyleTiny01LineHeightNumberEm$1,
|
|
1095
|
+
DdsFontSupportingStyleTiny01ParagraphIndent: DdsFontSupportingStyleTiny01ParagraphIndent$1,
|
|
1096
|
+
DdsFontSupportingStyleTiny01ParagraphIndentNumberPx: DdsFontSupportingStyleTiny01ParagraphIndentNumberPx$1,
|
|
1097
|
+
DdsFontSupportingStyleTiny01ParagraphSpacing: DdsFontSupportingStyleTiny01ParagraphSpacing$1,
|
|
1098
|
+
DdsFontSupportingStyleTiny01ParagraphSpacingNumberPx: DdsFontSupportingStyleTiny01ParagraphSpacingNumberPx$1,
|
|
1099
|
+
DdsFontSupportingStyleTiny01TextCase: DdsFontSupportingStyleTiny01TextCase$1,
|
|
1100
|
+
DdsFontSupportingStyleTiny01TextDecoration: DdsFontSupportingStyleTiny01TextDecoration$1,
|
|
1101
|
+
DdsFontSupportingStyleTiny02FontFamily: DdsFontSupportingStyleTiny02FontFamily$1,
|
|
1102
|
+
DdsFontSupportingStyleTiny02FontSize: DdsFontSupportingStyleTiny02FontSize$1,
|
|
1103
|
+
DdsFontSupportingStyleTiny02FontSizeNumberPx: DdsFontSupportingStyleTiny02FontSizeNumberPx$1,
|
|
1104
|
+
DdsFontSupportingStyleTiny02FontStretch: DdsFontSupportingStyleTiny02FontStretch$1,
|
|
1105
|
+
DdsFontSupportingStyleTiny02FontStyle: DdsFontSupportingStyleTiny02FontStyle$1,
|
|
1106
|
+
DdsFontSupportingStyleTiny02FontWeight: DdsFontSupportingStyleTiny02FontWeight$1,
|
|
1107
|
+
DdsFontSupportingStyleTiny02LetterSpacing: DdsFontSupportingStyleTiny02LetterSpacing$1,
|
|
1108
|
+
DdsFontSupportingStyleTiny02LetterSpacingNumberEm: DdsFontSupportingStyleTiny02LetterSpacingNumberEm$1,
|
|
1109
|
+
DdsFontSupportingStyleTiny02LineHeight: DdsFontSupportingStyleTiny02LineHeight$1,
|
|
1110
|
+
DdsFontSupportingStyleTiny02LineHeightNumberEm: DdsFontSupportingStyleTiny02LineHeightNumberEm$1,
|
|
1111
|
+
DdsFontSupportingStyleTiny02ParagraphIndent: DdsFontSupportingStyleTiny02ParagraphIndent$1,
|
|
1112
|
+
DdsFontSupportingStyleTiny02ParagraphIndentNumberPx: DdsFontSupportingStyleTiny02ParagraphIndentNumberPx$1,
|
|
1113
|
+
DdsFontSupportingStyleTiny02ParagraphSpacing: DdsFontSupportingStyleTiny02ParagraphSpacing$1,
|
|
1114
|
+
DdsFontSupportingStyleTiny02ParagraphSpacingNumberPx: DdsFontSupportingStyleTiny02ParagraphSpacingNumberPx$1,
|
|
1115
|
+
DdsFontSupportingStyleTiny02TextCase: DdsFontSupportingStyleTiny02TextCase$1,
|
|
1116
|
+
DdsFontSupportingStyleTiny02TextDecoration: DdsFontSupportingStyleTiny02TextDecoration$1
|
|
1117
|
+
});
|
|
1118
|
+
|
|
1119
|
+
const DdsBreakpointXs$1 = "1px";
|
|
1120
|
+
const DdsBreakpointXsNumberPx$1 = 1;
|
|
1121
|
+
const DdsBreakpointSm$1 = "600px";
|
|
1122
|
+
const DdsBreakpointSmNumberPx$1 = 600;
|
|
1123
|
+
const DdsBreakpointMd$1 = "960px";
|
|
1124
|
+
const DdsBreakpointMdNumberPx$1 = 960;
|
|
1125
|
+
const DdsBreakpointLg$1 = "1280px";
|
|
1126
|
+
const DdsBreakpointLgNumberPx$1 = 1280;
|
|
1127
|
+
const DdsBreakpointXl$1 = "1920px";
|
|
1128
|
+
const DdsBreakpointXlNumberPx$1 = 1920;
|
|
1129
|
+
|
|
1130
|
+
var breakpoints = /*#__PURE__*/Object.freeze({
|
|
1131
|
+
__proto__: null,
|
|
1132
|
+
DdsBreakpointLg: DdsBreakpointLg$1,
|
|
1133
|
+
DdsBreakpointLgNumberPx: DdsBreakpointLgNumberPx$1,
|
|
1134
|
+
DdsBreakpointMd: DdsBreakpointMd$1,
|
|
1135
|
+
DdsBreakpointMdNumberPx: DdsBreakpointMdNumberPx$1,
|
|
1136
|
+
DdsBreakpointSm: DdsBreakpointSm$1,
|
|
1137
|
+
DdsBreakpointSmNumberPx: DdsBreakpointSmNumberPx$1,
|
|
1138
|
+
DdsBreakpointXl: DdsBreakpointXl$1,
|
|
1139
|
+
DdsBreakpointXlNumberPx: DdsBreakpointXlNumberPx$1,
|
|
1140
|
+
DdsBreakpointXs: DdsBreakpointXs$1,
|
|
1141
|
+
DdsBreakpointXsNumberPx: DdsBreakpointXsNumberPx$1
|
|
1142
|
+
});
|
|
1143
|
+
|
|
1144
|
+
const DdsBorderRadius0$1 = "0px";
|
|
1145
|
+
const DdsBorderRadius0NumberPx$1 = 0;
|
|
1146
|
+
const DdsBorderRadius1$1 = "2px";
|
|
1147
|
+
const DdsBorderRadius1NumberPx$1 = 2;
|
|
1148
|
+
const DdsBorderRadius2$1 = "4px";
|
|
1149
|
+
const DdsBorderRadius2NumberPx$1 = 4;
|
|
1150
|
+
const DdsBorderRadius3$1 = "8px";
|
|
1151
|
+
const DdsBorderRadius3NumberPx$1 = 8;
|
|
1152
|
+
const DdsBorderRadius100$1 = "9999px";
|
|
1153
|
+
const DdsBorderRadius100NumberPx$1 = 9999;
|
|
1154
|
+
|
|
1155
|
+
var borderRadius = /*#__PURE__*/Object.freeze({
|
|
1156
|
+
__proto__: null,
|
|
1157
|
+
DdsBorderRadius0: DdsBorderRadius0$1,
|
|
1158
|
+
DdsBorderRadius0NumberPx: DdsBorderRadius0NumberPx$1,
|
|
1159
|
+
DdsBorderRadius1: DdsBorderRadius1$1,
|
|
1160
|
+
DdsBorderRadius100: DdsBorderRadius100$1,
|
|
1161
|
+
DdsBorderRadius100NumberPx: DdsBorderRadius100NumberPx$1,
|
|
1162
|
+
DdsBorderRadius1NumberPx: DdsBorderRadius1NumberPx$1,
|
|
1163
|
+
DdsBorderRadius2: DdsBorderRadius2$1,
|
|
1164
|
+
DdsBorderRadius2NumberPx: DdsBorderRadius2NumberPx$1,
|
|
1165
|
+
DdsBorderRadius3: DdsBorderRadius3$1,
|
|
1166
|
+
DdsBorderRadius3NumberPx: DdsBorderRadius3NumberPx$1
|
|
1167
|
+
});
|
|
1168
|
+
|
|
1169
|
+
const DdsSpacingX0$1 = "0px";
|
|
1170
|
+
const DdsSpacingX0NumberPx$1 = 0;
|
|
1171
|
+
const DdsSpacingX0125$1 = "2px";
|
|
1172
|
+
const DdsSpacingX0125NumberPx$1 = 2;
|
|
1173
|
+
const DdsSpacingX025$1 = "4px";
|
|
1174
|
+
const DdsSpacingX025NumberPx$1 = 4;
|
|
1175
|
+
const DdsSpacingX05$1 = "8px";
|
|
1176
|
+
const DdsSpacingX05NumberPx$1 = 8;
|
|
1177
|
+
const DdsSpacingX075$1 = "12px";
|
|
1178
|
+
const DdsSpacingX075NumberPx$1 = 12;
|
|
1179
|
+
const DdsSpacingX1$1 = "16px";
|
|
1180
|
+
const DdsSpacingX1NumberPx$1 = 16;
|
|
1181
|
+
const DdsSpacingX15$1 = "24px";
|
|
1182
|
+
const DdsSpacingX15NumberPx$1 = 24;
|
|
1183
|
+
const DdsSpacingX2$1 = "32px";
|
|
1184
|
+
const DdsSpacingX2NumberPx$1 = 32;
|
|
1185
|
+
const DdsSpacingX25$1 = "40px";
|
|
1186
|
+
const DdsSpacingX25NumberPx$1 = 40;
|
|
1187
|
+
const DdsSpacingX3$1 = "48px";
|
|
1188
|
+
const DdsSpacingX3NumberPx$1 = 48;
|
|
1189
|
+
const DdsSpacingX4$1 = "64px";
|
|
1190
|
+
const DdsSpacingX4NumberPx$1 = 64;
|
|
1191
|
+
const DdsSpacingX6$1 = "96px";
|
|
1192
|
+
const DdsSpacingX6NumberPx$1 = 96;
|
|
1193
|
+
const DdsSpacingX10$1 = "160px";
|
|
1194
|
+
const DdsSpacingX10NumberPx$1 = 160;
|
|
1195
|
+
const DdsSpacingPaddingTopHeading$1 = "0.7em";
|
|
1196
|
+
const DdsSpacingPaddingTopHeadingNumberEm$1 = 0.7;
|
|
1197
|
+
|
|
1198
|
+
var spacing = /*#__PURE__*/Object.freeze({
|
|
1199
|
+
__proto__: null,
|
|
1200
|
+
DdsSpacingPaddingTopHeading: DdsSpacingPaddingTopHeading$1,
|
|
1201
|
+
DdsSpacingPaddingTopHeadingNumberEm: DdsSpacingPaddingTopHeadingNumberEm$1,
|
|
1202
|
+
DdsSpacingX0: DdsSpacingX0$1,
|
|
1203
|
+
DdsSpacingX0125: DdsSpacingX0125$1,
|
|
1204
|
+
DdsSpacingX0125NumberPx: DdsSpacingX0125NumberPx$1,
|
|
1205
|
+
DdsSpacingX025: DdsSpacingX025$1,
|
|
1206
|
+
DdsSpacingX025NumberPx: DdsSpacingX025NumberPx$1,
|
|
1207
|
+
DdsSpacingX05: DdsSpacingX05$1,
|
|
1208
|
+
DdsSpacingX05NumberPx: DdsSpacingX05NumberPx$1,
|
|
1209
|
+
DdsSpacingX075: DdsSpacingX075$1,
|
|
1210
|
+
DdsSpacingX075NumberPx: DdsSpacingX075NumberPx$1,
|
|
1211
|
+
DdsSpacingX0NumberPx: DdsSpacingX0NumberPx$1,
|
|
1212
|
+
DdsSpacingX1: DdsSpacingX1$1,
|
|
1213
|
+
DdsSpacingX10: DdsSpacingX10$1,
|
|
1214
|
+
DdsSpacingX10NumberPx: DdsSpacingX10NumberPx$1,
|
|
1215
|
+
DdsSpacingX15: DdsSpacingX15$1,
|
|
1216
|
+
DdsSpacingX15NumberPx: DdsSpacingX15NumberPx$1,
|
|
1217
|
+
DdsSpacingX1NumberPx: DdsSpacingX1NumberPx$1,
|
|
1218
|
+
DdsSpacingX2: DdsSpacingX2$1,
|
|
1219
|
+
DdsSpacingX25: DdsSpacingX25$1,
|
|
1220
|
+
DdsSpacingX25NumberPx: DdsSpacingX25NumberPx$1,
|
|
1221
|
+
DdsSpacingX2NumberPx: DdsSpacingX2NumberPx$1,
|
|
1222
|
+
DdsSpacingX3: DdsSpacingX3$1,
|
|
1223
|
+
DdsSpacingX3NumberPx: DdsSpacingX3NumberPx$1,
|
|
1224
|
+
DdsSpacingX4: DdsSpacingX4$1,
|
|
1225
|
+
DdsSpacingX4NumberPx: DdsSpacingX4NumberPx$1,
|
|
1226
|
+
DdsSpacingX6: DdsSpacingX6$1,
|
|
1227
|
+
DdsSpacingX6NumberPx: DdsSpacingX6NumberPx$1
|
|
1228
|
+
});
|
|
1229
|
+
|
|
1230
|
+
const DdsIconSizeLarge$1 = "40px";
|
|
1231
|
+
const DdsIconSizeLargeNumberPx$1 = 40;
|
|
1232
|
+
const DdsIconSizeMedium$1 = "24px";
|
|
1233
|
+
const DdsIconSizeMediumNumberPx$1 = 24;
|
|
1234
|
+
const DdsIconSizeSmall$1 = "16px";
|
|
1235
|
+
const DdsIconSizeSmallNumberPx$1 = 16;
|
|
1236
|
+
|
|
1237
|
+
var iconSizes = /*#__PURE__*/Object.freeze({
|
|
1238
|
+
__proto__: null,
|
|
1239
|
+
DdsIconSizeLarge: DdsIconSizeLarge$1,
|
|
1240
|
+
DdsIconSizeLargeNumberPx: DdsIconSizeLargeNumberPx$1,
|
|
1241
|
+
DdsIconSizeMedium: DdsIconSizeMedium$1,
|
|
1242
|
+
DdsIconSizeMediumNumberPx: DdsIconSizeMediumNumberPx$1,
|
|
1243
|
+
DdsIconSizeSmall: DdsIconSizeSmall$1,
|
|
1244
|
+
DdsIconSizeSmallNumberPx: DdsIconSizeSmallNumberPx$1
|
|
1245
|
+
});
|
|
1246
|
+
|
|
1247
|
+
const DdsGridXsCount$1 = "4";
|
|
1248
|
+
const DdsGridXsGutterSize$1 = "16px";
|
|
1249
|
+
const DdsGridXsGutterSizeNumberPx$1 = 16;
|
|
1250
|
+
const DdsGridSmCount$1 = "8";
|
|
1251
|
+
const DdsGridSmGutterSize$1 = "16px";
|
|
1252
|
+
const DdsGridSmGutterSizeNumberPx$1 = 16;
|
|
1253
|
+
const DdsGridLgCount$1 = "12";
|
|
1254
|
+
const DdsGridLgGutterSize$1 = "24px";
|
|
1255
|
+
const DdsGridLgGutterSizeNumberPx$1 = 24;
|
|
1256
|
+
const DdsGridMdCount$1 = "12";
|
|
1257
|
+
const DdsGridMdGutterSize$1 = "24px";
|
|
1258
|
+
const DdsGridMdGutterSizeNumberPx$1 = 24;
|
|
1259
|
+
const DdsGridXlCount$1 = "12";
|
|
1260
|
+
const DdsGridXlGutterSize$1 = "24px";
|
|
1261
|
+
const DdsGridXlGutterSizeNumberPx$1 = 24;
|
|
1262
|
+
|
|
1263
|
+
var grid = /*#__PURE__*/Object.freeze({
|
|
1264
|
+
__proto__: null,
|
|
1265
|
+
DdsGridLgCount: DdsGridLgCount$1,
|
|
1266
|
+
DdsGridLgGutterSize: DdsGridLgGutterSize$1,
|
|
1267
|
+
DdsGridLgGutterSizeNumberPx: DdsGridLgGutterSizeNumberPx$1,
|
|
1268
|
+
DdsGridMdCount: DdsGridMdCount$1,
|
|
1269
|
+
DdsGridMdGutterSize: DdsGridMdGutterSize$1,
|
|
1270
|
+
DdsGridMdGutterSizeNumberPx: DdsGridMdGutterSizeNumberPx$1,
|
|
1271
|
+
DdsGridSmCount: DdsGridSmCount$1,
|
|
1272
|
+
DdsGridSmGutterSize: DdsGridSmGutterSize$1,
|
|
1273
|
+
DdsGridSmGutterSizeNumberPx: DdsGridSmGutterSizeNumberPx$1,
|
|
1274
|
+
DdsGridXlCount: DdsGridXlCount$1,
|
|
1275
|
+
DdsGridXlGutterSize: DdsGridXlGutterSize$1,
|
|
1276
|
+
DdsGridXlGutterSizeNumberPx: DdsGridXlGutterSizeNumberPx$1,
|
|
1277
|
+
DdsGridXsCount: DdsGridXsCount$1,
|
|
1278
|
+
DdsGridXsGutterSize: DdsGridXsGutterSize$1,
|
|
1279
|
+
DdsGridXsGutterSizeNumberPx: DdsGridXsGutterSizeNumberPx$1
|
|
1280
|
+
});
|
|
1281
|
+
|
|
1282
|
+
/**
|
|
1283
|
+
* Do not edit directly
|
|
1284
|
+
* Generated on Fri, 07 Jun 2024 10:30:37 GMT
|
|
1285
|
+
*/
|
|
1286
|
+
const DdsShadow1Ondark$1 = " 1.0px 2.0px 4.0px 0px rgba(0, 0, 0, 0.5)";
|
|
1287
|
+
const DdsShadow1Onlight$1 = " 1.0px 2.0px 4.0px 0px rgba(0, 0, 0, 0.1)";
|
|
1288
|
+
const DdsShadow2Ondark$1 = " 2.0px 4.0px 8.0px 0px rgba(0, 0, 0, 0.5)";
|
|
1289
|
+
const DdsShadow2Onlight$1 = " 2.0px 4.0px 8.0px 0px rgba(0, 0, 0, 0.1)";
|
|
1290
|
+
const DdsShadow3Ondark$1 = " 4.0px 8.0px 16.0px 0px rgba(0, 0, 0, 0.5)";
|
|
1291
|
+
const DdsShadow3Onlight$1 = " 4.0px 8.0px 16.0px 0px rgba(0, 0, 0, 0.1)";
|
|
1292
|
+
const DdsShadow4Ondark$1 = " 8.0px 16.0px 32.0px 0px rgba(0, 0, 0, 0.5)";
|
|
1293
|
+
const DdsShadow4Onlight$1 = " 8.0px 16.0px 32.0px 0px rgba(0, 0, 0, 0.1)";
|
|
1294
|
+
|
|
1295
|
+
var outerShadow = /*#__PURE__*/Object.freeze({
|
|
1296
|
+
__proto__: null,
|
|
1297
|
+
DdsShadow1Ondark: DdsShadow1Ondark$1,
|
|
1298
|
+
DdsShadow1Onlight: DdsShadow1Onlight$1,
|
|
1299
|
+
DdsShadow2Ondark: DdsShadow2Ondark$1,
|
|
1300
|
+
DdsShadow2Onlight: DdsShadow2Onlight$1,
|
|
1301
|
+
DdsShadow3Ondark: DdsShadow3Ondark$1,
|
|
1302
|
+
DdsShadow3Onlight: DdsShadow3Onlight$1,
|
|
1303
|
+
DdsShadow4Ondark: DdsShadow4Ondark$1,
|
|
1304
|
+
DdsShadow4Onlight: DdsShadow4Onlight$1
|
|
142
1305
|
});
|
|
143
1306
|
|
|
144
1307
|
const DdsFontHeadingSans01FontSize = "16px";
|
|
@@ -149,7 +1312,9 @@ const DdsFontHeadingSans01FontWeight = 600;
|
|
|
149
1312
|
const DdsFontHeadingSans01FontStyle = "normal";
|
|
150
1313
|
const DdsFontHeadingSans01FontStretch = "normal";
|
|
151
1314
|
const DdsFontHeadingSans01LetterSpacing = "0em";
|
|
1315
|
+
const DdsFontHeadingSans01LetterSpacingNumberEm = 0;
|
|
152
1316
|
const DdsFontHeadingSans01LineHeight = "1.5em";
|
|
1317
|
+
const DdsFontHeadingSans01LineHeightNumberEm = 1.5;
|
|
153
1318
|
const DdsFontHeadingSans01ParagraphIndent = "0px";
|
|
154
1319
|
const DdsFontHeadingSans01ParagraphIndentNumberPx = 0;
|
|
155
1320
|
const DdsFontHeadingSans01ParagraphSpacing = "6.400000095367432px";
|
|
@@ -163,7 +1328,9 @@ const DdsFontHeadingSans02FontWeight = 600;
|
|
|
163
1328
|
const DdsFontHeadingSans02FontStyle = "normal";
|
|
164
1329
|
const DdsFontHeadingSans02FontStretch = "normal";
|
|
165
1330
|
const DdsFontHeadingSans02LetterSpacing = "0em";
|
|
1331
|
+
const DdsFontHeadingSans02LetterSpacingNumberEm = 0;
|
|
166
1332
|
const DdsFontHeadingSans02LineHeight = "1.5em";
|
|
1333
|
+
const DdsFontHeadingSans02LineHeightNumberEm = 1.5;
|
|
167
1334
|
const DdsFontHeadingSans02ParagraphIndent = "0px";
|
|
168
1335
|
const DdsFontHeadingSans02ParagraphIndentNumberPx = 0;
|
|
169
1336
|
const DdsFontHeadingSans02ParagraphSpacing = "7.199999809265137px";
|
|
@@ -177,7 +1344,9 @@ const DdsFontHeadingSans03FontWeight = 400;
|
|
|
177
1344
|
const DdsFontHeadingSans03FontStyle = "normal";
|
|
178
1345
|
const DdsFontHeadingSans03FontStretch = "normal";
|
|
179
1346
|
const DdsFontHeadingSans03LetterSpacing = "0em";
|
|
1347
|
+
const DdsFontHeadingSans03LetterSpacingNumberEm = 0;
|
|
180
1348
|
const DdsFontHeadingSans03LineHeight = "1.35em";
|
|
1349
|
+
const DdsFontHeadingSans03LineHeightNumberEm = 1.35;
|
|
181
1350
|
const DdsFontHeadingSans03ParagraphIndent = "0px";
|
|
182
1351
|
const DdsFontHeadingSans03ParagraphIndentNumberPx = 0;
|
|
183
1352
|
const DdsFontHeadingSans03ParagraphSpacing = "9.600000381469727px";
|
|
@@ -191,7 +1360,9 @@ const DdsFontHeadingSans04FontWeight = 400;
|
|
|
191
1360
|
const DdsFontHeadingSans04FontStyle = "normal";
|
|
192
1361
|
const DdsFontHeadingSans04FontStretch = "normal";
|
|
193
1362
|
const DdsFontHeadingSans04LetterSpacing = "0em";
|
|
1363
|
+
const DdsFontHeadingSans04LetterSpacingNumberEm = 0;
|
|
194
1364
|
const DdsFontHeadingSans04LineHeight = "1.35em";
|
|
1365
|
+
const DdsFontHeadingSans04LineHeightNumberEm = 1.35;
|
|
195
1366
|
const DdsFontHeadingSans04ParagraphIndent = "0px";
|
|
196
1367
|
const DdsFontHeadingSans04ParagraphIndentNumberPx = 0;
|
|
197
1368
|
const DdsFontHeadingSans04ParagraphSpacing = "12.800000190734863px";
|
|
@@ -205,7 +1376,9 @@ const DdsFontHeadingSans05FontWeight = 300;
|
|
|
205
1376
|
const DdsFontHeadingSans05FontStyle = "normal";
|
|
206
1377
|
const DdsFontHeadingSans05FontStretch = "normal";
|
|
207
1378
|
const DdsFontHeadingSans05LetterSpacing = "-0.01em";
|
|
1379
|
+
const DdsFontHeadingSans05LetterSpacingNumberEm = -0.01;
|
|
208
1380
|
const DdsFontHeadingSans05LineHeight = "1.35em";
|
|
1381
|
+
const DdsFontHeadingSans05LineHeightNumberEm = 1.35;
|
|
209
1382
|
const DdsFontHeadingSans05ParagraphIndent = "0px";
|
|
210
1383
|
const DdsFontHeadingSans05ParagraphIndentNumberPx = 0;
|
|
211
1384
|
const DdsFontHeadingSans05ParagraphSpacing = "16px";
|
|
@@ -219,7 +1392,9 @@ const DdsFontHeadingSans06FontWeight = 300;
|
|
|
219
1392
|
const DdsFontHeadingSans06FontStyle = "normal";
|
|
220
1393
|
const DdsFontHeadingSans06FontStretch = "normal";
|
|
221
1394
|
const DdsFontHeadingSans06LetterSpacing = "-0.01em";
|
|
1395
|
+
const DdsFontHeadingSans06LetterSpacingNumberEm = -0.01;
|
|
222
1396
|
const DdsFontHeadingSans06LineHeight = "1.2em";
|
|
1397
|
+
const DdsFontHeadingSans06LineHeightNumberEm = 1.2;
|
|
223
1398
|
const DdsFontHeadingSans06ParagraphIndent = "0px";
|
|
224
1399
|
const DdsFontHeadingSans06ParagraphIndentNumberPx = 0;
|
|
225
1400
|
const DdsFontHeadingSans06ParagraphSpacing = "19.200000762939453px";
|
|
@@ -233,7 +1408,9 @@ const DdsFontHeadingSans07FontWeight = 300;
|
|
|
233
1408
|
const DdsFontHeadingSans07FontStyle = "normal";
|
|
234
1409
|
const DdsFontHeadingSans07FontStretch = "normal";
|
|
235
1410
|
const DdsFontHeadingSans07LetterSpacing = "-0.01em";
|
|
1411
|
+
const DdsFontHeadingSans07LetterSpacingNumberEm = -0.01;
|
|
236
1412
|
const DdsFontHeadingSans07LineHeight = "1.2em";
|
|
1413
|
+
const DdsFontHeadingSans07LineHeightNumberEm = 1.2;
|
|
237
1414
|
const DdsFontHeadingSans07ParagraphIndent = "0px";
|
|
238
1415
|
const DdsFontHeadingSans07ParagraphIndentNumberPx = 0;
|
|
239
1416
|
const DdsFontHeadingSans07ParagraphSpacing = "25.600000381469727px";
|
|
@@ -247,7 +1424,9 @@ const DdsFontHeadingSans08FontWeight = 300;
|
|
|
247
1424
|
const DdsFontHeadingSans08FontStyle = "normal";
|
|
248
1425
|
const DdsFontHeadingSans08FontStretch = "normal";
|
|
249
1426
|
const DdsFontHeadingSans08LetterSpacing = "-0.01em";
|
|
1427
|
+
const DdsFontHeadingSans08LetterSpacingNumberEm = -0.01;
|
|
250
1428
|
const DdsFontHeadingSans08LineHeight = "1.2em";
|
|
1429
|
+
const DdsFontHeadingSans08LineHeightNumberEm = 1.2;
|
|
251
1430
|
const DdsFontHeadingSans08ParagraphIndent = "0px";
|
|
252
1431
|
const DdsFontHeadingSans08ParagraphIndentNumberPx = 0;
|
|
253
1432
|
const DdsFontHeadingSans08ParagraphSpacing = "32px";
|
|
@@ -261,7 +1440,9 @@ const DdsFontBodySans01FontWeight = 400;
|
|
|
261
1440
|
const DdsFontBodySans01FontStyle = "normal";
|
|
262
1441
|
const DdsFontBodySans01FontStretch = "normal";
|
|
263
1442
|
const DdsFontBodySans01LetterSpacing = "0.01em";
|
|
1443
|
+
const DdsFontBodySans01LetterSpacingNumberEm = 0.01;
|
|
264
1444
|
const DdsFontBodySans01LineHeight = "1.5em";
|
|
1445
|
+
const DdsFontBodySans01LineHeightNumberEm = 1.5;
|
|
265
1446
|
const DdsFontBodySans01ParagraphIndent = "0px";
|
|
266
1447
|
const DdsFontBodySans01ParagraphIndentNumberPx = 0;
|
|
267
1448
|
const DdsFontBodySans01ParagraphSpacing = "14px";
|
|
@@ -275,7 +1456,9 @@ const DdsFontBodySans02FontWeight = 400;
|
|
|
275
1456
|
const DdsFontBodySans02FontStyle = "normal";
|
|
276
1457
|
const DdsFontBodySans02FontStretch = "normal";
|
|
277
1458
|
const DdsFontBodySans02LetterSpacing = "0em";
|
|
1459
|
+
const DdsFontBodySans02LetterSpacingNumberEm = 0;
|
|
278
1460
|
const DdsFontBodySans02LineHeight = "1.5em";
|
|
1461
|
+
const DdsFontBodySans02LineHeightNumberEm = 1.5;
|
|
279
1462
|
const DdsFontBodySans02ParagraphIndent = "0px";
|
|
280
1463
|
const DdsFontBodySans02ParagraphIndentNumberPx = 0;
|
|
281
1464
|
const DdsFontBodySans02ParagraphSpacing = "16px";
|
|
@@ -289,7 +1472,9 @@ const DdsFontBodySans03FontWeight = 400;
|
|
|
289
1472
|
const DdsFontBodySans03FontStyle = "normal";
|
|
290
1473
|
const DdsFontBodySans03FontStretch = "normal";
|
|
291
1474
|
const DdsFontBodySans03LetterSpacing = "0em";
|
|
1475
|
+
const DdsFontBodySans03LetterSpacingNumberEm = 0;
|
|
292
1476
|
const DdsFontBodySans03LineHeight = "1.5em";
|
|
1477
|
+
const DdsFontBodySans03LineHeightNumberEm = 1.5;
|
|
293
1478
|
const DdsFontBodySans03ParagraphIndent = "0px";
|
|
294
1479
|
const DdsFontBodySans03ParagraphIndentNumberPx = 0;
|
|
295
1480
|
const DdsFontBodySans03ParagraphSpacing = "18px";
|
|
@@ -303,7 +1488,9 @@ const DdsFontBodySans04FontWeight = 400;
|
|
|
303
1488
|
const DdsFontBodySans04FontStyle = "normal";
|
|
304
1489
|
const DdsFontBodySans04FontStretch = "normal";
|
|
305
1490
|
const DdsFontBodySans04LetterSpacing = "0em";
|
|
1491
|
+
const DdsFontBodySans04LetterSpacingNumberEm = 0;
|
|
306
1492
|
const DdsFontBodySans04LineHeight = "1.5em";
|
|
1493
|
+
const DdsFontBodySans04LineHeightNumberEm = 1.5;
|
|
307
1494
|
const DdsFontBodySans04ParagraphIndent = "0px";
|
|
308
1495
|
const DdsFontBodySans04ParagraphIndentNumberPx = 0;
|
|
309
1496
|
const DdsFontBodySans04ParagraphSpacing = "20px";
|
|
@@ -317,7 +1504,9 @@ const DdsFontLeadSans01FontWeight = 600;
|
|
|
317
1504
|
const DdsFontLeadSans01FontStyle = "normal";
|
|
318
1505
|
const DdsFontLeadSans01FontStretch = "normal";
|
|
319
1506
|
const DdsFontLeadSans01LetterSpacing = "0em";
|
|
1507
|
+
const DdsFontLeadSans01LetterSpacingNumberEm = 0;
|
|
320
1508
|
const DdsFontLeadSans01LineHeight = "1.5em";
|
|
1509
|
+
const DdsFontLeadSans01LineHeightNumberEm = 1.5;
|
|
321
1510
|
const DdsFontLeadSans01ParagraphIndent = "0px";
|
|
322
1511
|
const DdsFontLeadSans01ParagraphIndentNumberPx = 0;
|
|
323
1512
|
const DdsFontLeadSans01ParagraphSpacing = "18px";
|
|
@@ -331,7 +1520,9 @@ const DdsFontLeadSans02FontWeight = 600;
|
|
|
331
1520
|
const DdsFontLeadSans02FontStyle = "normal";
|
|
332
1521
|
const DdsFontLeadSans02FontStretch = "normal";
|
|
333
1522
|
const DdsFontLeadSans02LetterSpacing = "0em";
|
|
1523
|
+
const DdsFontLeadSans02LetterSpacingNumberEm = 0;
|
|
334
1524
|
const DdsFontLeadSans02LineHeight = "1.35em";
|
|
1525
|
+
const DdsFontLeadSans02LineHeightNumberEm = 1.35;
|
|
335
1526
|
const DdsFontLeadSans02ParagraphIndent = "0px";
|
|
336
1527
|
const DdsFontLeadSans02ParagraphIndentNumberPx = 0;
|
|
337
1528
|
const DdsFontLeadSans02ParagraphSpacing = "16px";
|
|
@@ -345,7 +1536,9 @@ const DdsFontLeadSans03FontWeight = 300;
|
|
|
345
1536
|
const DdsFontLeadSans03FontStyle = "normal";
|
|
346
1537
|
const DdsFontLeadSans03FontStretch = "normal";
|
|
347
1538
|
const DdsFontLeadSans03LetterSpacing = "0em";
|
|
1539
|
+
const DdsFontLeadSans03LetterSpacingNumberEm = 0;
|
|
348
1540
|
const DdsFontLeadSans03LineHeight = "1.35em";
|
|
1541
|
+
const DdsFontLeadSans03LineHeightNumberEm = 1.35;
|
|
349
1542
|
const DdsFontLeadSans03ParagraphIndent = "0px";
|
|
350
1543
|
const DdsFontLeadSans03ParagraphIndentNumberPx = 0;
|
|
351
1544
|
const DdsFontLeadSans03ParagraphSpacing = "16px";
|
|
@@ -359,7 +1552,9 @@ const DdsFontLeadSans04FontWeight = 300;
|
|
|
359
1552
|
const DdsFontLeadSans04FontStyle = "normal";
|
|
360
1553
|
const DdsFontLeadSans04FontStretch = "normal";
|
|
361
1554
|
const DdsFontLeadSans04LetterSpacing = "0em";
|
|
1555
|
+
const DdsFontLeadSans04LetterSpacingNumberEm = 0;
|
|
362
1556
|
const DdsFontLeadSans04LineHeight = "1.35em";
|
|
1557
|
+
const DdsFontLeadSans04LineHeightNumberEm = 1.35;
|
|
363
1558
|
const DdsFontLeadSans04ParagraphIndent = "0px";
|
|
364
1559
|
const DdsFontLeadSans04ParagraphIndentNumberPx = 0;
|
|
365
1560
|
const DdsFontLeadSans04ParagraphSpacing = "21px";
|
|
@@ -373,7 +1568,9 @@ const DdsFontLeadSans05FontWeight = 300;
|
|
|
373
1568
|
const DdsFontLeadSans05FontStyle = "normal";
|
|
374
1569
|
const DdsFontLeadSans05FontStretch = "normal";
|
|
375
1570
|
const DdsFontLeadSans05LetterSpacing = "-0.01em";
|
|
1571
|
+
const DdsFontLeadSans05LetterSpacingNumberEm = -0.01;
|
|
376
1572
|
const DdsFontLeadSans05LineHeight = "1.35em";
|
|
1573
|
+
const DdsFontLeadSans05LineHeightNumberEm = 1.35;
|
|
377
1574
|
const DdsFontLeadSans05ParagraphIndent = "0px";
|
|
378
1575
|
const DdsFontLeadSans05ParagraphIndentNumberPx = 0;
|
|
379
1576
|
const DdsFontLeadSans05ParagraphSpacing = "26px";
|
|
@@ -387,7 +1584,9 @@ const DdsFontSupportingStyleLabel01FontWeight = 600;
|
|
|
387
1584
|
const DdsFontSupportingStyleLabel01FontStyle = "normal";
|
|
388
1585
|
const DdsFontSupportingStyleLabel01FontStretch = "normal";
|
|
389
1586
|
const DdsFontSupportingStyleLabel01LetterSpacing = "0.01em";
|
|
1587
|
+
const DdsFontSupportingStyleLabel01LetterSpacingNumberEm = 0.01;
|
|
390
1588
|
const DdsFontSupportingStyleLabel01LineHeight = "1.5em";
|
|
1589
|
+
const DdsFontSupportingStyleLabel01LineHeightNumberEm = 1.5;
|
|
391
1590
|
const DdsFontSupportingStyleLabel01ParagraphIndent = "0px";
|
|
392
1591
|
const DdsFontSupportingStyleLabel01ParagraphIndentNumberPx = 0;
|
|
393
1592
|
const DdsFontSupportingStyleLabel01ParagraphSpacing = "14px";
|
|
@@ -401,7 +1600,9 @@ const DdsFontSupportingStyleHelpertext01FontWeight = 400;
|
|
|
401
1600
|
const DdsFontSupportingStyleHelpertext01FontStyle = "normal";
|
|
402
1601
|
const DdsFontSupportingStyleHelpertext01FontStretch = "normal";
|
|
403
1602
|
const DdsFontSupportingStyleHelpertext01LetterSpacing = "0.01em";
|
|
1603
|
+
const DdsFontSupportingStyleHelpertext01LetterSpacingNumberEm = 0.01;
|
|
404
1604
|
const DdsFontSupportingStyleHelpertext01LineHeight = "1.5em";
|
|
1605
|
+
const DdsFontSupportingStyleHelpertext01LineHeightNumberEm = 1.5;
|
|
405
1606
|
const DdsFontSupportingStyleHelpertext01ParagraphIndent = "0px";
|
|
406
1607
|
const DdsFontSupportingStyleHelpertext01ParagraphIndentNumberPx = 0;
|
|
407
1608
|
const DdsFontSupportingStyleHelpertext01ParagraphSpacing = "12px";
|
|
@@ -415,7 +1616,9 @@ const DdsFontSupportingStylePlaceholdertext01FontWeight = 400;
|
|
|
415
1616
|
const DdsFontSupportingStylePlaceholdertext01FontStyle = "italic";
|
|
416
1617
|
const DdsFontSupportingStylePlaceholdertext01FontStretch = "normal";
|
|
417
1618
|
const DdsFontSupportingStylePlaceholdertext01LetterSpacing = "0em";
|
|
1619
|
+
const DdsFontSupportingStylePlaceholdertext01LetterSpacingNumberEm = 0;
|
|
418
1620
|
const DdsFontSupportingStylePlaceholdertext01LineHeight = "1.5em";
|
|
1621
|
+
const DdsFontSupportingStylePlaceholdertext01LineHeightNumberEm = 1.5;
|
|
419
1622
|
const DdsFontSupportingStylePlaceholdertext01ParagraphIndent = "0px";
|
|
420
1623
|
const DdsFontSupportingStylePlaceholdertext01ParagraphIndentNumberPx = 0;
|
|
421
1624
|
const DdsFontSupportingStylePlaceholdertext01ParagraphSpacing = "16px";
|
|
@@ -429,7 +1632,9 @@ const DdsFontSupportingStyleTiny01FontWeight = 400;
|
|
|
429
1632
|
const DdsFontSupportingStyleTiny01FontStyle = "normal";
|
|
430
1633
|
const DdsFontSupportingStyleTiny01FontStretch = "normal";
|
|
431
1634
|
const DdsFontSupportingStyleTiny01LetterSpacing = "0.01em";
|
|
1635
|
+
const DdsFontSupportingStyleTiny01LetterSpacingNumberEm = 0.01;
|
|
432
1636
|
const DdsFontSupportingStyleTiny01LineHeight = "1.5em";
|
|
1637
|
+
const DdsFontSupportingStyleTiny01LineHeightNumberEm = 1.5;
|
|
433
1638
|
const DdsFontSupportingStyleTiny01ParagraphIndent = "0px";
|
|
434
1639
|
const DdsFontSupportingStyleTiny01ParagraphIndentNumberPx = 0;
|
|
435
1640
|
const DdsFontSupportingStyleTiny01ParagraphSpacing = "12px";
|
|
@@ -443,7 +1648,9 @@ const DdsFontSupportingStyleTiny02FontWeight = 300;
|
|
|
443
1648
|
const DdsFontSupportingStyleTiny02FontStyle = "normal";
|
|
444
1649
|
const DdsFontSupportingStyleTiny02FontStretch = "normal";
|
|
445
1650
|
const DdsFontSupportingStyleTiny02LetterSpacing = "0.01em";
|
|
1651
|
+
const DdsFontSupportingStyleTiny02LetterSpacingNumberEm = 0.01;
|
|
446
1652
|
const DdsFontSupportingStyleTiny02LineHeight = "1.5em";
|
|
1653
|
+
const DdsFontSupportingStyleTiny02LineHeightNumberEm = 1.5;
|
|
447
1654
|
const DdsFontSupportingStyleTiny02ParagraphIndent = "0px";
|
|
448
1655
|
const DdsFontSupportingStyleTiny02ParagraphIndentNumberPx = 0;
|
|
449
1656
|
const DdsFontSupportingStyleTiny02ParagraphSpacing = "12px";
|
|
@@ -457,7 +1664,9 @@ const DdsFontSupportingStylePlaceholdertext02FontWeight = 400;
|
|
|
457
1664
|
const DdsFontSupportingStylePlaceholdertext02FontStyle = "italic";
|
|
458
1665
|
const DdsFontSupportingStylePlaceholdertext02FontStretch = "normal";
|
|
459
1666
|
const DdsFontSupportingStylePlaceholdertext02LetterSpacing = "0.01em";
|
|
1667
|
+
const DdsFontSupportingStylePlaceholdertext02LetterSpacingNumberEm = 0.01;
|
|
460
1668
|
const DdsFontSupportingStylePlaceholdertext02LineHeight = "1.5em";
|
|
1669
|
+
const DdsFontSupportingStylePlaceholdertext02LineHeightNumberEm = 1.5;
|
|
461
1670
|
const DdsFontSupportingStylePlaceholdertext02ParagraphIndent = "0px";
|
|
462
1671
|
const DdsFontSupportingStylePlaceholdertext02ParagraphIndentNumberPx = 0;
|
|
463
1672
|
const DdsFontSupportingStylePlaceholdertext02ParagraphSpacing = "14px";
|
|
@@ -471,7 +1680,9 @@ const DdsFontSupportingStylePlaceholdertext03FontWeight = 400;
|
|
|
471
1680
|
const DdsFontSupportingStylePlaceholdertext03FontStyle = "italic";
|
|
472
1681
|
const DdsFontSupportingStylePlaceholdertext03FontStretch = "normal";
|
|
473
1682
|
const DdsFontSupportingStylePlaceholdertext03LetterSpacing = "0.01em";
|
|
1683
|
+
const DdsFontSupportingStylePlaceholdertext03LetterSpacingNumberEm = 0.01;
|
|
474
1684
|
const DdsFontSupportingStylePlaceholdertext03LineHeight = "1.5em";
|
|
1685
|
+
const DdsFontSupportingStylePlaceholdertext03LineHeightNumberEm = 1.5;
|
|
475
1686
|
const DdsFontSupportingStylePlaceholdertext03ParagraphIndent = "0px";
|
|
476
1687
|
const DdsFontSupportingStylePlaceholdertext03ParagraphIndentNumberPx = 0;
|
|
477
1688
|
const DdsFontSupportingStylePlaceholdertext03ParagraphSpacing = "12px";
|
|
@@ -485,15 +1696,416 @@ const DdsFontCodeMonospace02FontWeight = 400;
|
|
|
485
1696
|
const DdsFontCodeMonospace02FontStyle = "normal";
|
|
486
1697
|
const DdsFontCodeMonospace02FontStretch = "normal";
|
|
487
1698
|
const DdsFontCodeMonospace02LetterSpacing = "0em";
|
|
1699
|
+
const DdsFontCodeMonospace02LetterSpacingNumberEm = 0;
|
|
488
1700
|
const DdsFontCodeMonospace02LineHeight = "1.5em";
|
|
1701
|
+
const DdsFontCodeMonospace02LineHeightNumberEm = 1.5;
|
|
489
1702
|
const DdsFontCodeMonospace02ParagraphIndent = "0px";
|
|
490
1703
|
const DdsFontCodeMonospace02ParagraphIndentNumberPx = 0;
|
|
491
1704
|
const DdsFontCodeMonospace02ParagraphSpacing = "9px";
|
|
492
1705
|
const DdsFontCodeMonospace02ParagraphSpacingNumberPx = 9;
|
|
493
1706
|
const DdsFontCodeMonospace02TextCase = "none";
|
|
1707
|
+
const DdsShadow1Ondark = " 1.0px 2.0px 4.0px 0px rgba(0, 0, 0, 0.5)";
|
|
1708
|
+
const DdsShadow1Onlight = " 1.0px 2.0px 4.0px 0px rgba(0, 0, 0, 0.1)";
|
|
1709
|
+
const DdsShadow2Ondark = " 2.0px 4.0px 8.0px 0px rgba(0, 0, 0, 0.5)";
|
|
1710
|
+
const DdsShadow2Onlight = " 2.0px 4.0px 8.0px 0px rgba(0, 0, 0, 0.1)";
|
|
1711
|
+
const DdsShadow3Ondark = " 4.0px 8.0px 16.0px 0px rgba(0, 0, 0, 0.5)";
|
|
1712
|
+
const DdsShadow3Onlight = " 4.0px 8.0px 16.0px 0px rgba(0, 0, 0, 0.1)";
|
|
1713
|
+
const DdsShadow4Ondark = " 8.0px 16.0px 32.0px 0px rgba(0, 0, 0, 0.5)";
|
|
1714
|
+
const DdsShadow4Onlight = " 8.0px 16.0px 32.0px 0px rgba(0, 0, 0, 0.1)";
|
|
1715
|
+
const DdsColorPrimaryLightest = "#eaeff4";
|
|
1716
|
+
const DdsColorPrimaryLighter = "#acbbc6";
|
|
1717
|
+
const DdsColorPrimaryLight = "#4f6a7e";
|
|
1718
|
+
const DdsColorPrimaryBase = "#354754";
|
|
1719
|
+
const DdsColorPrimaryDark = "#313d45";
|
|
1720
|
+
const DdsColorPrimaryDarker = "#202b32";
|
|
1721
|
+
const DdsColorPrimaryDarkest = "#151c22";
|
|
1722
|
+
const DdsColorNeutralsWhite = "#ffffff";
|
|
1723
|
+
const DdsColorNeutralsGray1 = "#f8f9f9";
|
|
1724
|
+
const DdsColorNeutralsGray2 = "#ebecee";
|
|
1725
|
+
const DdsColorNeutralsGray3 = "#cfd4d7";
|
|
1726
|
+
const DdsColorNeutralsGray4 = "#adb5ba";
|
|
1727
|
+
const DdsColorNeutralsGray5 = "#77838c";
|
|
1728
|
+
const DdsColorNeutralsGray6 = "#545c62";
|
|
1729
|
+
const DdsColorNeutralsGray7 = "#3a4146";
|
|
1730
|
+
const DdsColorNeutralsGray8 = "#22272a";
|
|
1731
|
+
const DdsColorNeutralsGray9 = "#0b0d0e";
|
|
1732
|
+
const DdsColorInteractiveLightest = "#e7f1f7";
|
|
1733
|
+
const DdsColorInteractiveLighter = "#9fc5de";
|
|
1734
|
+
const DdsColorInteractiveLight = "#589ac6";
|
|
1735
|
+
const DdsColorInteractiveBase = "#106ead";
|
|
1736
|
+
const DdsColorInteractiveDark = "#0d588a";
|
|
1737
|
+
const DdsColorInteractiveDarker = "#0a4268";
|
|
1738
|
+
const DdsColorInteractiveDarkest = "#062c45";
|
|
1739
|
+
const DdsColorSecondaryLightest = "#e6eded";
|
|
1740
|
+
const DdsColorSecondaryLighter = "#cddbdb";
|
|
1741
|
+
const DdsColorSecondaryLight = "#b8cdcd";
|
|
1742
|
+
const DdsColorSecondaryBase = "#9ab8b7";
|
|
1743
|
+
const DdsColorSecondaryDark = "#7b9392";
|
|
1744
|
+
const DdsColorSecondaryDarker = "#4d6463";
|
|
1745
|
+
const DdsColorSecondaryDarkest = "#3e4a49";
|
|
1746
|
+
const DdsColorTertiaryLightest = "#ffe6df";
|
|
1747
|
+
const DdsColorTertiaryLighter = "#ffd6ca";
|
|
1748
|
+
const DdsColorTertiaryLight = "#f6c1b1";
|
|
1749
|
+
const DdsColorTertiaryBase = "#f2a68f";
|
|
1750
|
+
const DdsColorTertiaryDark = "#f59877";
|
|
1751
|
+
const DdsColorTertiaryDarker = "#f27e55";
|
|
1752
|
+
const DdsColorTertiaryDarkest = "#c26544";
|
|
1753
|
+
const DdsColorSuccessLightest = "#f0f9f0";
|
|
1754
|
+
const DdsColorSuccessLighter = "#c1e5c2";
|
|
1755
|
+
const DdsColorSuccessLight = "#93d294";
|
|
1756
|
+
const DdsColorSuccessBase = "#65be66";
|
|
1757
|
+
const DdsColorSuccessDark = "#519852";
|
|
1758
|
+
const DdsColorSuccessDarker = "#3d723d";
|
|
1759
|
+
const DdsColorSuccessDarkest = "#284c29";
|
|
1760
|
+
const DdsColorDangerLightest = "#fbebeb";
|
|
1761
|
+
const DdsColorDangerLighter = "#efafaf";
|
|
1762
|
+
const DdsColorDangerLight = "#e47373";
|
|
1763
|
+
const DdsColorDangerBase = "#d83737";
|
|
1764
|
+
const DdsColorDangerDark = "#ad2c2c";
|
|
1765
|
+
const DdsColorDangerDarker = "#822121";
|
|
1766
|
+
const DdsColorDangerDarkest = "#561616";
|
|
1767
|
+
const DdsColorWarningLightest = "#fefced";
|
|
1768
|
+
const DdsColorWarningLighter = "#fbf3b8";
|
|
1769
|
+
const DdsColorWarningLight = "#f7e982";
|
|
1770
|
+
const DdsColorWarningBase = "#f4e04d";
|
|
1771
|
+
const DdsColorWarningDark = "#c3b33e";
|
|
1772
|
+
const DdsColorWarningDarker = "#92862e";
|
|
1773
|
+
const DdsColorWarningDarkest = "#625a1f";
|
|
1774
|
+
const DdsColorInfoLightest = "#f1f8fd";
|
|
1775
|
+
const DdsColorInfoLighter = "#c8e3f5";
|
|
1776
|
+
const DdsColorInfoLight = "#9eceee";
|
|
1777
|
+
const DdsColorInfoBase = "#75b9e6";
|
|
1778
|
+
const DdsColorInfoDark = "#5e94b8";
|
|
1779
|
+
const DdsColorInfoDarker = "#466f8a";
|
|
1780
|
+
const DdsColorInfoDarkest = "#2f4a5c";
|
|
1781
|
+
const DdsColorVisitedBase = "#7F29B4";
|
|
1782
|
+
const DdsColorVisitedLighter = "#CCA9E1";
|
|
1783
|
+
const DdsColorBgDefault = "#ffffff";
|
|
1784
|
+
const DdsColorBgSubtle = "#f8f9f9";
|
|
1785
|
+
const DdsColorSurfaceDefault = "#ffffff";
|
|
1786
|
+
const DdsColorSurfaceSubtle = "#f8f9f9";
|
|
1787
|
+
const DdsColorSurfaceMedium = "#ebecee";
|
|
1788
|
+
const DdsColorSurfaceHoverDefault = "#e7f1f7";
|
|
1789
|
+
const DdsColorSurfaceHoverSubtle = "#f8f9f9";
|
|
1790
|
+
const DdsColorSurfaceSelectedDefault = "#e7f1f7";
|
|
1791
|
+
const DdsColorSurfaceInverseDefault = "#354754";
|
|
1792
|
+
const DdsColorSurfaceInverseHover = "#313d45";
|
|
1793
|
+
const DdsColorSurfaceInverseSelected = "#202b32";
|
|
1794
|
+
const DdsColorSurfaceActionResting = "#106ead";
|
|
1795
|
+
const DdsColorSurfaceActionHover = "#0d588a";
|
|
1796
|
+
const DdsColorSurfaceActionSelected = "#106ead";
|
|
1797
|
+
const DdsColorSurfaceActionDangerResting = "#d83737";
|
|
1798
|
+
const DdsColorSurfaceActionDangerHover = "#ad2c2c";
|
|
1799
|
+
const DdsColorSurfaceActionSelectedDisabled = "#77838c";
|
|
1800
|
+
const DdsColorSurfaceDangerDefault = "#fbebeb";
|
|
1801
|
+
const DdsColorSurfaceDangerStrong = "#e47373";
|
|
1802
|
+
const DdsColorSurfaceSuccessDefault = "#f0f9f0";
|
|
1803
|
+
const DdsColorSurfaceSuccessStrong = "#93d294";
|
|
1804
|
+
const DdsColorSurfaceWarningDefault = "#fefced";
|
|
1805
|
+
const DdsColorSurfaceWarningStrong = "#f7e982";
|
|
1806
|
+
const DdsColorSurfaceInfoDefault = "#f1f8fd";
|
|
1807
|
+
const DdsColorSurfaceInfoStrong = "#9eceee";
|
|
1808
|
+
const DdsColorSurfacePaperDefault = "#ffffff";
|
|
1809
|
+
const DdsColorSurfaceBackdropDefault = "#0b0d0e80";
|
|
1810
|
+
const DdsColorSurfaceFieldDefault = "#ffffff";
|
|
1811
|
+
const DdsColorSurfaceFieldDisabled = "#f8f9f9";
|
|
1812
|
+
const DdsColorSurfaceHighlightedDefault = "#ffe6df";
|
|
1813
|
+
const DdsColorSurfaceScrollbar = "#adb5ba";
|
|
1814
|
+
const DdsColorSurfaceNotification = "#d83737";
|
|
1815
|
+
const DdsColorBorderDefault = "#77838c";
|
|
1816
|
+
const DdsColorBorderSubtle = "#cfd4d7";
|
|
1817
|
+
const DdsColorBorderInverse = "#acbbc6";
|
|
1818
|
+
const DdsColorBorderActionDefault = "#106ead";
|
|
1819
|
+
const DdsColorBorderActionHover = "#0d588a";
|
|
1820
|
+
const DdsColorBorderSuccess = "#65be66";
|
|
1821
|
+
const DdsColorBorderWarning = "#f4e04d";
|
|
1822
|
+
const DdsColorBorderDanger = "#d83737";
|
|
1823
|
+
const DdsColorBorderInfo = "#75b9e6";
|
|
1824
|
+
const DdsColorBorderOnAction = "#ffffff";
|
|
1825
|
+
const DdsColorTextDefault = "#0b0d0e";
|
|
1826
|
+
const DdsColorTextMedium = "#3a4146";
|
|
1827
|
+
const DdsColorTextSubtle = "#545c62";
|
|
1828
|
+
const DdsColorTextOnInverse = "#ffffff";
|
|
1829
|
+
const DdsColorTextOnAction = "#ffffff";
|
|
1830
|
+
const DdsColorTextOnStatusDefault = "#0b0d0e";
|
|
1831
|
+
const DdsColorTextOnStatusStrong = "#0b0d0e";
|
|
1832
|
+
const DdsColorTextActionResting = "#106ead";
|
|
1833
|
+
const DdsColorTextActionHover = "#0d588a";
|
|
1834
|
+
const DdsColorTextRequiredfield = "#d83737";
|
|
1835
|
+
const DdsColorTextActionVisited = "#7F29B4";
|
|
1836
|
+
const DdsColorTextOnNotification = "#ffffff";
|
|
1837
|
+
const DdsColorIconDefault = "#0b0d0e";
|
|
1838
|
+
const DdsColorIconMedium = "#3a4146";
|
|
1839
|
+
const DdsColorIconSubtle = "#545c62";
|
|
1840
|
+
const DdsColorIconOnInverse = "#ffffff";
|
|
1841
|
+
const DdsColorIconOnAction = "#ffffff";
|
|
1842
|
+
const DdsColorIconActionResting = "#106ead";
|
|
1843
|
+
const DdsColorIconActionHover = "#0d588a";
|
|
1844
|
+
const DdsColorIconOnSuccessDefault = "#3d723d";
|
|
1845
|
+
const DdsColorIconOnSuccessStrong = "#0b0d0e";
|
|
1846
|
+
const DdsColorIconOnWarningDefault = "#92862e";
|
|
1847
|
+
const DdsColorIconOnWarningStrong = "#0b0d0e";
|
|
1848
|
+
const DdsColorIconOnDangerDefault = "#ad2c2c";
|
|
1849
|
+
const DdsColorIconOnDangerStrong = "#0b0d0e";
|
|
1850
|
+
const DdsColorIconOnInfoDefault = "#466f8a";
|
|
1851
|
+
const DdsColorIconOnInfoStrong = "#0b0d0e";
|
|
1852
|
+
const DdsColorBrandPrimaryDefault = "#354754";
|
|
1853
|
+
const DdsColorBrandPrimarySubtle = "#eaeff4";
|
|
1854
|
+
const DdsColorBrandPrimaryMedium = "#acbbc6";
|
|
1855
|
+
const DdsColorBrandPrimaryStrong = "#202b32";
|
|
1856
|
+
const DdsColorBrandSecondaryDefault = "#9ab8b7";
|
|
1857
|
+
const DdsColorBrandSecondarySubtle = "#e6eded";
|
|
1858
|
+
const DdsColorBrandSecondaryMedium = "#b8cdcd";
|
|
1859
|
+
const DdsColorBrandSecondaryStrong = "#4d6463";
|
|
1860
|
+
const DdsColorBrandTertiaryDefault = "#f2a68f";
|
|
1861
|
+
const DdsColorBrandTertiarySubtle = "#ffe6df";
|
|
1862
|
+
const DdsColorBrandTertiaryMedium = "#f6c1b1";
|
|
1863
|
+
const DdsColorBrandTertiaryStrong = "#f27e55";
|
|
1864
|
+
const DdsColorFocusOutside = "#2f4a5c";
|
|
1865
|
+
const DdsColorFocusInside = "#f1f8fd";
|
|
1866
|
+
const DdsBorderRadius0 = "0px";
|
|
1867
|
+
const DdsBorderRadius0NumberPx = 0;
|
|
1868
|
+
const DdsBorderRadius1 = "2px";
|
|
1869
|
+
const DdsBorderRadius1NumberPx = 2;
|
|
1870
|
+
const DdsBorderRadius2 = "4px";
|
|
1871
|
+
const DdsBorderRadius2NumberPx = 4;
|
|
1872
|
+
const DdsBorderRadius3 = "8px";
|
|
1873
|
+
const DdsBorderRadius3NumberPx = 8;
|
|
1874
|
+
const DdsBorderRadius100 = "9999px";
|
|
1875
|
+
const DdsBorderRadius100NumberPx = 9999;
|
|
1876
|
+
const DdsSpacingX0 = "0px";
|
|
1877
|
+
const DdsSpacingX0NumberPx = 0;
|
|
1878
|
+
const DdsSpacingX0125 = "2px";
|
|
1879
|
+
const DdsSpacingX0125NumberPx = 2;
|
|
1880
|
+
const DdsSpacingX025 = "4px";
|
|
1881
|
+
const DdsSpacingX025NumberPx = 4;
|
|
1882
|
+
const DdsSpacingX05 = "8px";
|
|
1883
|
+
const DdsSpacingX05NumberPx = 8;
|
|
1884
|
+
const DdsSpacingX075 = "12px";
|
|
1885
|
+
const DdsSpacingX075NumberPx = 12;
|
|
1886
|
+
const DdsSpacingX1 = "16px";
|
|
1887
|
+
const DdsSpacingX1NumberPx = 16;
|
|
1888
|
+
const DdsSpacingX15 = "24px";
|
|
1889
|
+
const DdsSpacingX15NumberPx = 24;
|
|
1890
|
+
const DdsSpacingX2 = "32px";
|
|
1891
|
+
const DdsSpacingX2NumberPx = 32;
|
|
1892
|
+
const DdsSpacingX25 = "40px";
|
|
1893
|
+
const DdsSpacingX25NumberPx = 40;
|
|
1894
|
+
const DdsSpacingX3 = "48px";
|
|
1895
|
+
const DdsSpacingX3NumberPx = 48;
|
|
1896
|
+
const DdsSpacingX4 = "64px";
|
|
1897
|
+
const DdsSpacingX4NumberPx = 64;
|
|
1898
|
+
const DdsSpacingX6 = "96px";
|
|
1899
|
+
const DdsSpacingX6NumberPx = 96;
|
|
1900
|
+
const DdsSpacingX10 = "160px";
|
|
1901
|
+
const DdsSpacingX10NumberPx = 160;
|
|
1902
|
+
const DdsSpacingPaddingTopHeading = "0.7em";
|
|
1903
|
+
const DdsSpacingPaddingTopHeadingNumberEm = 0.7;
|
|
1904
|
+
const DdsIconSizeLarge = "40px";
|
|
1905
|
+
const DdsIconSizeLargeNumberPx = 40;
|
|
1906
|
+
const DdsIconSizeMedium = "24px";
|
|
1907
|
+
const DdsIconSizeMediumNumberPx = 24;
|
|
1908
|
+
const DdsIconSizeSmall = "16px";
|
|
1909
|
+
const DdsIconSizeSmallNumberPx = 16;
|
|
1910
|
+
const DdsGridXsCount = "4";
|
|
1911
|
+
const DdsGridXsGutterSize = "16px";
|
|
1912
|
+
const DdsGridXsGutterSizeNumberPx = 16;
|
|
1913
|
+
const DdsGridSmCount = "8";
|
|
1914
|
+
const DdsGridSmGutterSize = "16px";
|
|
1915
|
+
const DdsGridSmGutterSizeNumberPx = 16;
|
|
1916
|
+
const DdsGridLgCount = "12";
|
|
1917
|
+
const DdsGridLgGutterSize = "24px";
|
|
1918
|
+
const DdsGridLgGutterSizeNumberPx = 24;
|
|
1919
|
+
const DdsGridMdCount = "12";
|
|
1920
|
+
const DdsGridMdGutterSize = "24px";
|
|
1921
|
+
const DdsGridMdGutterSizeNumberPx = 24;
|
|
1922
|
+
const DdsGridXlCount = "12";
|
|
1923
|
+
const DdsGridXlGutterSize = "24px";
|
|
1924
|
+
const DdsGridXlGutterSizeNumberPx = 24;
|
|
1925
|
+
const DdsBreakpointXs = "1px";
|
|
1926
|
+
const DdsBreakpointXsNumberPx = 1;
|
|
1927
|
+
const DdsBreakpointSm = "600px";
|
|
1928
|
+
const DdsBreakpointSmNumberPx = 600;
|
|
1929
|
+
const DdsBreakpointMd = "960px";
|
|
1930
|
+
const DdsBreakpointMdNumberPx = 960;
|
|
1931
|
+
const DdsBreakpointLg = "1280px";
|
|
1932
|
+
const DdsBreakpointLgNumberPx = 1280;
|
|
1933
|
+
const DdsBreakpointXl = "1920px";
|
|
1934
|
+
const DdsBreakpointXlNumberPx = 1920;
|
|
494
1935
|
|
|
495
|
-
var
|
|
1936
|
+
var tokens = /*#__PURE__*/Object.freeze({
|
|
496
1937
|
__proto__: null,
|
|
1938
|
+
DdsBorderRadius0: DdsBorderRadius0,
|
|
1939
|
+
DdsBorderRadius0NumberPx: DdsBorderRadius0NumberPx,
|
|
1940
|
+
DdsBorderRadius1: DdsBorderRadius1,
|
|
1941
|
+
DdsBorderRadius100: DdsBorderRadius100,
|
|
1942
|
+
DdsBorderRadius100NumberPx: DdsBorderRadius100NumberPx,
|
|
1943
|
+
DdsBorderRadius1NumberPx: DdsBorderRadius1NumberPx,
|
|
1944
|
+
DdsBorderRadius2: DdsBorderRadius2,
|
|
1945
|
+
DdsBorderRadius2NumberPx: DdsBorderRadius2NumberPx,
|
|
1946
|
+
DdsBorderRadius3: DdsBorderRadius3,
|
|
1947
|
+
DdsBorderRadius3NumberPx: DdsBorderRadius3NumberPx,
|
|
1948
|
+
DdsBreakpointLg: DdsBreakpointLg,
|
|
1949
|
+
DdsBreakpointLgNumberPx: DdsBreakpointLgNumberPx,
|
|
1950
|
+
DdsBreakpointMd: DdsBreakpointMd,
|
|
1951
|
+
DdsBreakpointMdNumberPx: DdsBreakpointMdNumberPx,
|
|
1952
|
+
DdsBreakpointSm: DdsBreakpointSm,
|
|
1953
|
+
DdsBreakpointSmNumberPx: DdsBreakpointSmNumberPx,
|
|
1954
|
+
DdsBreakpointXl: DdsBreakpointXl,
|
|
1955
|
+
DdsBreakpointXlNumberPx: DdsBreakpointXlNumberPx,
|
|
1956
|
+
DdsBreakpointXs: DdsBreakpointXs,
|
|
1957
|
+
DdsBreakpointXsNumberPx: DdsBreakpointXsNumberPx,
|
|
1958
|
+
DdsColorBgDefault: DdsColorBgDefault,
|
|
1959
|
+
DdsColorBgSubtle: DdsColorBgSubtle,
|
|
1960
|
+
DdsColorBorderActionDefault: DdsColorBorderActionDefault,
|
|
1961
|
+
DdsColorBorderActionHover: DdsColorBorderActionHover,
|
|
1962
|
+
DdsColorBorderDanger: DdsColorBorderDanger,
|
|
1963
|
+
DdsColorBorderDefault: DdsColorBorderDefault,
|
|
1964
|
+
DdsColorBorderInfo: DdsColorBorderInfo,
|
|
1965
|
+
DdsColorBorderInverse: DdsColorBorderInverse,
|
|
1966
|
+
DdsColorBorderOnAction: DdsColorBorderOnAction,
|
|
1967
|
+
DdsColorBorderSubtle: DdsColorBorderSubtle,
|
|
1968
|
+
DdsColorBorderSuccess: DdsColorBorderSuccess,
|
|
1969
|
+
DdsColorBorderWarning: DdsColorBorderWarning,
|
|
1970
|
+
DdsColorBrandPrimaryDefault: DdsColorBrandPrimaryDefault,
|
|
1971
|
+
DdsColorBrandPrimaryMedium: DdsColorBrandPrimaryMedium,
|
|
1972
|
+
DdsColorBrandPrimaryStrong: DdsColorBrandPrimaryStrong,
|
|
1973
|
+
DdsColorBrandPrimarySubtle: DdsColorBrandPrimarySubtle,
|
|
1974
|
+
DdsColorBrandSecondaryDefault: DdsColorBrandSecondaryDefault,
|
|
1975
|
+
DdsColorBrandSecondaryMedium: DdsColorBrandSecondaryMedium,
|
|
1976
|
+
DdsColorBrandSecondaryStrong: DdsColorBrandSecondaryStrong,
|
|
1977
|
+
DdsColorBrandSecondarySubtle: DdsColorBrandSecondarySubtle,
|
|
1978
|
+
DdsColorBrandTertiaryDefault: DdsColorBrandTertiaryDefault,
|
|
1979
|
+
DdsColorBrandTertiaryMedium: DdsColorBrandTertiaryMedium,
|
|
1980
|
+
DdsColorBrandTertiaryStrong: DdsColorBrandTertiaryStrong,
|
|
1981
|
+
DdsColorBrandTertiarySubtle: DdsColorBrandTertiarySubtle,
|
|
1982
|
+
DdsColorDangerBase: DdsColorDangerBase,
|
|
1983
|
+
DdsColorDangerDark: DdsColorDangerDark,
|
|
1984
|
+
DdsColorDangerDarker: DdsColorDangerDarker,
|
|
1985
|
+
DdsColorDangerDarkest: DdsColorDangerDarkest,
|
|
1986
|
+
DdsColorDangerLight: DdsColorDangerLight,
|
|
1987
|
+
DdsColorDangerLighter: DdsColorDangerLighter,
|
|
1988
|
+
DdsColorDangerLightest: DdsColorDangerLightest,
|
|
1989
|
+
DdsColorFocusInside: DdsColorFocusInside,
|
|
1990
|
+
DdsColorFocusOutside: DdsColorFocusOutside,
|
|
1991
|
+
DdsColorIconActionHover: DdsColorIconActionHover,
|
|
1992
|
+
DdsColorIconActionResting: DdsColorIconActionResting,
|
|
1993
|
+
DdsColorIconDefault: DdsColorIconDefault,
|
|
1994
|
+
DdsColorIconMedium: DdsColorIconMedium,
|
|
1995
|
+
DdsColorIconOnAction: DdsColorIconOnAction,
|
|
1996
|
+
DdsColorIconOnDangerDefault: DdsColorIconOnDangerDefault,
|
|
1997
|
+
DdsColorIconOnDangerStrong: DdsColorIconOnDangerStrong,
|
|
1998
|
+
DdsColorIconOnInfoDefault: DdsColorIconOnInfoDefault,
|
|
1999
|
+
DdsColorIconOnInfoStrong: DdsColorIconOnInfoStrong,
|
|
2000
|
+
DdsColorIconOnInverse: DdsColorIconOnInverse,
|
|
2001
|
+
DdsColorIconOnSuccessDefault: DdsColorIconOnSuccessDefault,
|
|
2002
|
+
DdsColorIconOnSuccessStrong: DdsColorIconOnSuccessStrong,
|
|
2003
|
+
DdsColorIconOnWarningDefault: DdsColorIconOnWarningDefault,
|
|
2004
|
+
DdsColorIconOnWarningStrong: DdsColorIconOnWarningStrong,
|
|
2005
|
+
DdsColorIconSubtle: DdsColorIconSubtle,
|
|
2006
|
+
DdsColorInfoBase: DdsColorInfoBase,
|
|
2007
|
+
DdsColorInfoDark: DdsColorInfoDark,
|
|
2008
|
+
DdsColorInfoDarker: DdsColorInfoDarker,
|
|
2009
|
+
DdsColorInfoDarkest: DdsColorInfoDarkest,
|
|
2010
|
+
DdsColorInfoLight: DdsColorInfoLight,
|
|
2011
|
+
DdsColorInfoLighter: DdsColorInfoLighter,
|
|
2012
|
+
DdsColorInfoLightest: DdsColorInfoLightest,
|
|
2013
|
+
DdsColorInteractiveBase: DdsColorInteractiveBase,
|
|
2014
|
+
DdsColorInteractiveDark: DdsColorInteractiveDark,
|
|
2015
|
+
DdsColorInteractiveDarker: DdsColorInteractiveDarker,
|
|
2016
|
+
DdsColorInteractiveDarkest: DdsColorInteractiveDarkest,
|
|
2017
|
+
DdsColorInteractiveLight: DdsColorInteractiveLight,
|
|
2018
|
+
DdsColorInteractiveLighter: DdsColorInteractiveLighter,
|
|
2019
|
+
DdsColorInteractiveLightest: DdsColorInteractiveLightest,
|
|
2020
|
+
DdsColorNeutralsGray1: DdsColorNeutralsGray1,
|
|
2021
|
+
DdsColorNeutralsGray2: DdsColorNeutralsGray2,
|
|
2022
|
+
DdsColorNeutralsGray3: DdsColorNeutralsGray3,
|
|
2023
|
+
DdsColorNeutralsGray4: DdsColorNeutralsGray4,
|
|
2024
|
+
DdsColorNeutralsGray5: DdsColorNeutralsGray5,
|
|
2025
|
+
DdsColorNeutralsGray6: DdsColorNeutralsGray6,
|
|
2026
|
+
DdsColorNeutralsGray7: DdsColorNeutralsGray7,
|
|
2027
|
+
DdsColorNeutralsGray8: DdsColorNeutralsGray8,
|
|
2028
|
+
DdsColorNeutralsGray9: DdsColorNeutralsGray9,
|
|
2029
|
+
DdsColorNeutralsWhite: DdsColorNeutralsWhite,
|
|
2030
|
+
DdsColorPrimaryBase: DdsColorPrimaryBase,
|
|
2031
|
+
DdsColorPrimaryDark: DdsColorPrimaryDark,
|
|
2032
|
+
DdsColorPrimaryDarker: DdsColorPrimaryDarker,
|
|
2033
|
+
DdsColorPrimaryDarkest: DdsColorPrimaryDarkest,
|
|
2034
|
+
DdsColorPrimaryLight: DdsColorPrimaryLight,
|
|
2035
|
+
DdsColorPrimaryLighter: DdsColorPrimaryLighter,
|
|
2036
|
+
DdsColorPrimaryLightest: DdsColorPrimaryLightest,
|
|
2037
|
+
DdsColorSecondaryBase: DdsColorSecondaryBase,
|
|
2038
|
+
DdsColorSecondaryDark: DdsColorSecondaryDark,
|
|
2039
|
+
DdsColorSecondaryDarker: DdsColorSecondaryDarker,
|
|
2040
|
+
DdsColorSecondaryDarkest: DdsColorSecondaryDarkest,
|
|
2041
|
+
DdsColorSecondaryLight: DdsColorSecondaryLight,
|
|
2042
|
+
DdsColorSecondaryLighter: DdsColorSecondaryLighter,
|
|
2043
|
+
DdsColorSecondaryLightest: DdsColorSecondaryLightest,
|
|
2044
|
+
DdsColorSuccessBase: DdsColorSuccessBase,
|
|
2045
|
+
DdsColorSuccessDark: DdsColorSuccessDark,
|
|
2046
|
+
DdsColorSuccessDarker: DdsColorSuccessDarker,
|
|
2047
|
+
DdsColorSuccessDarkest: DdsColorSuccessDarkest,
|
|
2048
|
+
DdsColorSuccessLight: DdsColorSuccessLight,
|
|
2049
|
+
DdsColorSuccessLighter: DdsColorSuccessLighter,
|
|
2050
|
+
DdsColorSuccessLightest: DdsColorSuccessLightest,
|
|
2051
|
+
DdsColorSurfaceActionDangerHover: DdsColorSurfaceActionDangerHover,
|
|
2052
|
+
DdsColorSurfaceActionDangerResting: DdsColorSurfaceActionDangerResting,
|
|
2053
|
+
DdsColorSurfaceActionHover: DdsColorSurfaceActionHover,
|
|
2054
|
+
DdsColorSurfaceActionResting: DdsColorSurfaceActionResting,
|
|
2055
|
+
DdsColorSurfaceActionSelected: DdsColorSurfaceActionSelected,
|
|
2056
|
+
DdsColorSurfaceActionSelectedDisabled: DdsColorSurfaceActionSelectedDisabled,
|
|
2057
|
+
DdsColorSurfaceBackdropDefault: DdsColorSurfaceBackdropDefault,
|
|
2058
|
+
DdsColorSurfaceDangerDefault: DdsColorSurfaceDangerDefault,
|
|
2059
|
+
DdsColorSurfaceDangerStrong: DdsColorSurfaceDangerStrong,
|
|
2060
|
+
DdsColorSurfaceDefault: DdsColorSurfaceDefault,
|
|
2061
|
+
DdsColorSurfaceFieldDefault: DdsColorSurfaceFieldDefault,
|
|
2062
|
+
DdsColorSurfaceFieldDisabled: DdsColorSurfaceFieldDisabled,
|
|
2063
|
+
DdsColorSurfaceHighlightedDefault: DdsColorSurfaceHighlightedDefault,
|
|
2064
|
+
DdsColorSurfaceHoverDefault: DdsColorSurfaceHoverDefault,
|
|
2065
|
+
DdsColorSurfaceHoverSubtle: DdsColorSurfaceHoverSubtle,
|
|
2066
|
+
DdsColorSurfaceInfoDefault: DdsColorSurfaceInfoDefault,
|
|
2067
|
+
DdsColorSurfaceInfoStrong: DdsColorSurfaceInfoStrong,
|
|
2068
|
+
DdsColorSurfaceInverseDefault: DdsColorSurfaceInverseDefault,
|
|
2069
|
+
DdsColorSurfaceInverseHover: DdsColorSurfaceInverseHover,
|
|
2070
|
+
DdsColorSurfaceInverseSelected: DdsColorSurfaceInverseSelected,
|
|
2071
|
+
DdsColorSurfaceMedium: DdsColorSurfaceMedium,
|
|
2072
|
+
DdsColorSurfaceNotification: DdsColorSurfaceNotification,
|
|
2073
|
+
DdsColorSurfacePaperDefault: DdsColorSurfacePaperDefault,
|
|
2074
|
+
DdsColorSurfaceScrollbar: DdsColorSurfaceScrollbar,
|
|
2075
|
+
DdsColorSurfaceSelectedDefault: DdsColorSurfaceSelectedDefault,
|
|
2076
|
+
DdsColorSurfaceSubtle: DdsColorSurfaceSubtle,
|
|
2077
|
+
DdsColorSurfaceSuccessDefault: DdsColorSurfaceSuccessDefault,
|
|
2078
|
+
DdsColorSurfaceSuccessStrong: DdsColorSurfaceSuccessStrong,
|
|
2079
|
+
DdsColorSurfaceWarningDefault: DdsColorSurfaceWarningDefault,
|
|
2080
|
+
DdsColorSurfaceWarningStrong: DdsColorSurfaceWarningStrong,
|
|
2081
|
+
DdsColorTertiaryBase: DdsColorTertiaryBase,
|
|
2082
|
+
DdsColorTertiaryDark: DdsColorTertiaryDark,
|
|
2083
|
+
DdsColorTertiaryDarker: DdsColorTertiaryDarker,
|
|
2084
|
+
DdsColorTertiaryDarkest: DdsColorTertiaryDarkest,
|
|
2085
|
+
DdsColorTertiaryLight: DdsColorTertiaryLight,
|
|
2086
|
+
DdsColorTertiaryLighter: DdsColorTertiaryLighter,
|
|
2087
|
+
DdsColorTertiaryLightest: DdsColorTertiaryLightest,
|
|
2088
|
+
DdsColorTextActionHover: DdsColorTextActionHover,
|
|
2089
|
+
DdsColorTextActionResting: DdsColorTextActionResting,
|
|
2090
|
+
DdsColorTextActionVisited: DdsColorTextActionVisited,
|
|
2091
|
+
DdsColorTextDefault: DdsColorTextDefault,
|
|
2092
|
+
DdsColorTextMedium: DdsColorTextMedium,
|
|
2093
|
+
DdsColorTextOnAction: DdsColorTextOnAction,
|
|
2094
|
+
DdsColorTextOnInverse: DdsColorTextOnInverse,
|
|
2095
|
+
DdsColorTextOnNotification: DdsColorTextOnNotification,
|
|
2096
|
+
DdsColorTextOnStatusDefault: DdsColorTextOnStatusDefault,
|
|
2097
|
+
DdsColorTextOnStatusStrong: DdsColorTextOnStatusStrong,
|
|
2098
|
+
DdsColorTextRequiredfield: DdsColorTextRequiredfield,
|
|
2099
|
+
DdsColorTextSubtle: DdsColorTextSubtle,
|
|
2100
|
+
DdsColorVisitedBase: DdsColorVisitedBase,
|
|
2101
|
+
DdsColorVisitedLighter: DdsColorVisitedLighter,
|
|
2102
|
+
DdsColorWarningBase: DdsColorWarningBase,
|
|
2103
|
+
DdsColorWarningDark: DdsColorWarningDark,
|
|
2104
|
+
DdsColorWarningDarker: DdsColorWarningDarker,
|
|
2105
|
+
DdsColorWarningDarkest: DdsColorWarningDarkest,
|
|
2106
|
+
DdsColorWarningLight: DdsColorWarningLight,
|
|
2107
|
+
DdsColorWarningLighter: DdsColorWarningLighter,
|
|
2108
|
+
DdsColorWarningLightest: DdsColorWarningLightest,
|
|
497
2109
|
DdsFontBodySans01FontFamily: DdsFontBodySans01FontFamily,
|
|
498
2110
|
DdsFontBodySans01FontSize: DdsFontBodySans01FontSize,
|
|
499
2111
|
DdsFontBodySans01FontSizeNumberPx: DdsFontBodySans01FontSizeNumberPx,
|
|
@@ -501,7 +2113,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
501
2113
|
DdsFontBodySans01FontStyle: DdsFontBodySans01FontStyle,
|
|
502
2114
|
DdsFontBodySans01FontWeight: DdsFontBodySans01FontWeight,
|
|
503
2115
|
DdsFontBodySans01LetterSpacing: DdsFontBodySans01LetterSpacing,
|
|
2116
|
+
DdsFontBodySans01LetterSpacingNumberEm: DdsFontBodySans01LetterSpacingNumberEm,
|
|
504
2117
|
DdsFontBodySans01LineHeight: DdsFontBodySans01LineHeight,
|
|
2118
|
+
DdsFontBodySans01LineHeightNumberEm: DdsFontBodySans01LineHeightNumberEm,
|
|
505
2119
|
DdsFontBodySans01ParagraphIndent: DdsFontBodySans01ParagraphIndent,
|
|
506
2120
|
DdsFontBodySans01ParagraphIndentNumberPx: DdsFontBodySans01ParagraphIndentNumberPx,
|
|
507
2121
|
DdsFontBodySans01ParagraphSpacing: DdsFontBodySans01ParagraphSpacing,
|
|
@@ -515,7 +2129,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
515
2129
|
DdsFontBodySans02FontStyle: DdsFontBodySans02FontStyle,
|
|
516
2130
|
DdsFontBodySans02FontWeight: DdsFontBodySans02FontWeight,
|
|
517
2131
|
DdsFontBodySans02LetterSpacing: DdsFontBodySans02LetterSpacing,
|
|
2132
|
+
DdsFontBodySans02LetterSpacingNumberEm: DdsFontBodySans02LetterSpacingNumberEm,
|
|
518
2133
|
DdsFontBodySans02LineHeight: DdsFontBodySans02LineHeight,
|
|
2134
|
+
DdsFontBodySans02LineHeightNumberEm: DdsFontBodySans02LineHeightNumberEm,
|
|
519
2135
|
DdsFontBodySans02ParagraphIndent: DdsFontBodySans02ParagraphIndent,
|
|
520
2136
|
DdsFontBodySans02ParagraphIndentNumberPx: DdsFontBodySans02ParagraphIndentNumberPx,
|
|
521
2137
|
DdsFontBodySans02ParagraphSpacing: DdsFontBodySans02ParagraphSpacing,
|
|
@@ -529,7 +2145,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
529
2145
|
DdsFontBodySans03FontStyle: DdsFontBodySans03FontStyle,
|
|
530
2146
|
DdsFontBodySans03FontWeight: DdsFontBodySans03FontWeight,
|
|
531
2147
|
DdsFontBodySans03LetterSpacing: DdsFontBodySans03LetterSpacing,
|
|
2148
|
+
DdsFontBodySans03LetterSpacingNumberEm: DdsFontBodySans03LetterSpacingNumberEm,
|
|
532
2149
|
DdsFontBodySans03LineHeight: DdsFontBodySans03LineHeight,
|
|
2150
|
+
DdsFontBodySans03LineHeightNumberEm: DdsFontBodySans03LineHeightNumberEm,
|
|
533
2151
|
DdsFontBodySans03ParagraphIndent: DdsFontBodySans03ParagraphIndent,
|
|
534
2152
|
DdsFontBodySans03ParagraphIndentNumberPx: DdsFontBodySans03ParagraphIndentNumberPx,
|
|
535
2153
|
DdsFontBodySans03ParagraphSpacing: DdsFontBodySans03ParagraphSpacing,
|
|
@@ -543,7 +2161,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
543
2161
|
DdsFontBodySans04FontStyle: DdsFontBodySans04FontStyle,
|
|
544
2162
|
DdsFontBodySans04FontWeight: DdsFontBodySans04FontWeight,
|
|
545
2163
|
DdsFontBodySans04LetterSpacing: DdsFontBodySans04LetterSpacing,
|
|
2164
|
+
DdsFontBodySans04LetterSpacingNumberEm: DdsFontBodySans04LetterSpacingNumberEm,
|
|
546
2165
|
DdsFontBodySans04LineHeight: DdsFontBodySans04LineHeight,
|
|
2166
|
+
DdsFontBodySans04LineHeightNumberEm: DdsFontBodySans04LineHeightNumberEm,
|
|
547
2167
|
DdsFontBodySans04ParagraphIndent: DdsFontBodySans04ParagraphIndent,
|
|
548
2168
|
DdsFontBodySans04ParagraphIndentNumberPx: DdsFontBodySans04ParagraphIndentNumberPx,
|
|
549
2169
|
DdsFontBodySans04ParagraphSpacing: DdsFontBodySans04ParagraphSpacing,
|
|
@@ -557,7 +2177,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
557
2177
|
DdsFontCodeMonospace02FontStyle: DdsFontCodeMonospace02FontStyle,
|
|
558
2178
|
DdsFontCodeMonospace02FontWeight: DdsFontCodeMonospace02FontWeight,
|
|
559
2179
|
DdsFontCodeMonospace02LetterSpacing: DdsFontCodeMonospace02LetterSpacing,
|
|
2180
|
+
DdsFontCodeMonospace02LetterSpacingNumberEm: DdsFontCodeMonospace02LetterSpacingNumberEm,
|
|
560
2181
|
DdsFontCodeMonospace02LineHeight: DdsFontCodeMonospace02LineHeight,
|
|
2182
|
+
DdsFontCodeMonospace02LineHeightNumberEm: DdsFontCodeMonospace02LineHeightNumberEm,
|
|
561
2183
|
DdsFontCodeMonospace02ParagraphIndent: DdsFontCodeMonospace02ParagraphIndent,
|
|
562
2184
|
DdsFontCodeMonospace02ParagraphIndentNumberPx: DdsFontCodeMonospace02ParagraphIndentNumberPx,
|
|
563
2185
|
DdsFontCodeMonospace02ParagraphSpacing: DdsFontCodeMonospace02ParagraphSpacing,
|
|
@@ -571,7 +2193,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
571
2193
|
DdsFontHeadingSans01FontStyle: DdsFontHeadingSans01FontStyle,
|
|
572
2194
|
DdsFontHeadingSans01FontWeight: DdsFontHeadingSans01FontWeight,
|
|
573
2195
|
DdsFontHeadingSans01LetterSpacing: DdsFontHeadingSans01LetterSpacing,
|
|
2196
|
+
DdsFontHeadingSans01LetterSpacingNumberEm: DdsFontHeadingSans01LetterSpacingNumberEm,
|
|
574
2197
|
DdsFontHeadingSans01LineHeight: DdsFontHeadingSans01LineHeight,
|
|
2198
|
+
DdsFontHeadingSans01LineHeightNumberEm: DdsFontHeadingSans01LineHeightNumberEm,
|
|
575
2199
|
DdsFontHeadingSans01ParagraphIndent: DdsFontHeadingSans01ParagraphIndent,
|
|
576
2200
|
DdsFontHeadingSans01ParagraphIndentNumberPx: DdsFontHeadingSans01ParagraphIndentNumberPx,
|
|
577
2201
|
DdsFontHeadingSans01ParagraphSpacing: DdsFontHeadingSans01ParagraphSpacing,
|
|
@@ -585,7 +2209,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
585
2209
|
DdsFontHeadingSans02FontStyle: DdsFontHeadingSans02FontStyle,
|
|
586
2210
|
DdsFontHeadingSans02FontWeight: DdsFontHeadingSans02FontWeight,
|
|
587
2211
|
DdsFontHeadingSans02LetterSpacing: DdsFontHeadingSans02LetterSpacing,
|
|
2212
|
+
DdsFontHeadingSans02LetterSpacingNumberEm: DdsFontHeadingSans02LetterSpacingNumberEm,
|
|
588
2213
|
DdsFontHeadingSans02LineHeight: DdsFontHeadingSans02LineHeight,
|
|
2214
|
+
DdsFontHeadingSans02LineHeightNumberEm: DdsFontHeadingSans02LineHeightNumberEm,
|
|
589
2215
|
DdsFontHeadingSans02ParagraphIndent: DdsFontHeadingSans02ParagraphIndent,
|
|
590
2216
|
DdsFontHeadingSans02ParagraphIndentNumberPx: DdsFontHeadingSans02ParagraphIndentNumberPx,
|
|
591
2217
|
DdsFontHeadingSans02ParagraphSpacing: DdsFontHeadingSans02ParagraphSpacing,
|
|
@@ -599,7 +2225,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
599
2225
|
DdsFontHeadingSans03FontStyle: DdsFontHeadingSans03FontStyle,
|
|
600
2226
|
DdsFontHeadingSans03FontWeight: DdsFontHeadingSans03FontWeight,
|
|
601
2227
|
DdsFontHeadingSans03LetterSpacing: DdsFontHeadingSans03LetterSpacing,
|
|
2228
|
+
DdsFontHeadingSans03LetterSpacingNumberEm: DdsFontHeadingSans03LetterSpacingNumberEm,
|
|
602
2229
|
DdsFontHeadingSans03LineHeight: DdsFontHeadingSans03LineHeight,
|
|
2230
|
+
DdsFontHeadingSans03LineHeightNumberEm: DdsFontHeadingSans03LineHeightNumberEm,
|
|
603
2231
|
DdsFontHeadingSans03ParagraphIndent: DdsFontHeadingSans03ParagraphIndent,
|
|
604
2232
|
DdsFontHeadingSans03ParagraphIndentNumberPx: DdsFontHeadingSans03ParagraphIndentNumberPx,
|
|
605
2233
|
DdsFontHeadingSans03ParagraphSpacing: DdsFontHeadingSans03ParagraphSpacing,
|
|
@@ -613,7 +2241,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
613
2241
|
DdsFontHeadingSans04FontStyle: DdsFontHeadingSans04FontStyle,
|
|
614
2242
|
DdsFontHeadingSans04FontWeight: DdsFontHeadingSans04FontWeight,
|
|
615
2243
|
DdsFontHeadingSans04LetterSpacing: DdsFontHeadingSans04LetterSpacing,
|
|
2244
|
+
DdsFontHeadingSans04LetterSpacingNumberEm: DdsFontHeadingSans04LetterSpacingNumberEm,
|
|
616
2245
|
DdsFontHeadingSans04LineHeight: DdsFontHeadingSans04LineHeight,
|
|
2246
|
+
DdsFontHeadingSans04LineHeightNumberEm: DdsFontHeadingSans04LineHeightNumberEm,
|
|
617
2247
|
DdsFontHeadingSans04ParagraphIndent: DdsFontHeadingSans04ParagraphIndent,
|
|
618
2248
|
DdsFontHeadingSans04ParagraphIndentNumberPx: DdsFontHeadingSans04ParagraphIndentNumberPx,
|
|
619
2249
|
DdsFontHeadingSans04ParagraphSpacing: DdsFontHeadingSans04ParagraphSpacing,
|
|
@@ -627,7 +2257,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
627
2257
|
DdsFontHeadingSans05FontStyle: DdsFontHeadingSans05FontStyle,
|
|
628
2258
|
DdsFontHeadingSans05FontWeight: DdsFontHeadingSans05FontWeight,
|
|
629
2259
|
DdsFontHeadingSans05LetterSpacing: DdsFontHeadingSans05LetterSpacing,
|
|
2260
|
+
DdsFontHeadingSans05LetterSpacingNumberEm: DdsFontHeadingSans05LetterSpacingNumberEm,
|
|
630
2261
|
DdsFontHeadingSans05LineHeight: DdsFontHeadingSans05LineHeight,
|
|
2262
|
+
DdsFontHeadingSans05LineHeightNumberEm: DdsFontHeadingSans05LineHeightNumberEm,
|
|
631
2263
|
DdsFontHeadingSans05ParagraphIndent: DdsFontHeadingSans05ParagraphIndent,
|
|
632
2264
|
DdsFontHeadingSans05ParagraphIndentNumberPx: DdsFontHeadingSans05ParagraphIndentNumberPx,
|
|
633
2265
|
DdsFontHeadingSans05ParagraphSpacing: DdsFontHeadingSans05ParagraphSpacing,
|
|
@@ -641,7 +2273,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
641
2273
|
DdsFontHeadingSans06FontStyle: DdsFontHeadingSans06FontStyle,
|
|
642
2274
|
DdsFontHeadingSans06FontWeight: DdsFontHeadingSans06FontWeight,
|
|
643
2275
|
DdsFontHeadingSans06LetterSpacing: DdsFontHeadingSans06LetterSpacing,
|
|
2276
|
+
DdsFontHeadingSans06LetterSpacingNumberEm: DdsFontHeadingSans06LetterSpacingNumberEm,
|
|
644
2277
|
DdsFontHeadingSans06LineHeight: DdsFontHeadingSans06LineHeight,
|
|
2278
|
+
DdsFontHeadingSans06LineHeightNumberEm: DdsFontHeadingSans06LineHeightNumberEm,
|
|
645
2279
|
DdsFontHeadingSans06ParagraphIndent: DdsFontHeadingSans06ParagraphIndent,
|
|
646
2280
|
DdsFontHeadingSans06ParagraphIndentNumberPx: DdsFontHeadingSans06ParagraphIndentNumberPx,
|
|
647
2281
|
DdsFontHeadingSans06ParagraphSpacing: DdsFontHeadingSans06ParagraphSpacing,
|
|
@@ -655,7 +2289,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
655
2289
|
DdsFontHeadingSans07FontStyle: DdsFontHeadingSans07FontStyle,
|
|
656
2290
|
DdsFontHeadingSans07FontWeight: DdsFontHeadingSans07FontWeight,
|
|
657
2291
|
DdsFontHeadingSans07LetterSpacing: DdsFontHeadingSans07LetterSpacing,
|
|
2292
|
+
DdsFontHeadingSans07LetterSpacingNumberEm: DdsFontHeadingSans07LetterSpacingNumberEm,
|
|
658
2293
|
DdsFontHeadingSans07LineHeight: DdsFontHeadingSans07LineHeight,
|
|
2294
|
+
DdsFontHeadingSans07LineHeightNumberEm: DdsFontHeadingSans07LineHeightNumberEm,
|
|
659
2295
|
DdsFontHeadingSans07ParagraphIndent: DdsFontHeadingSans07ParagraphIndent,
|
|
660
2296
|
DdsFontHeadingSans07ParagraphIndentNumberPx: DdsFontHeadingSans07ParagraphIndentNumberPx,
|
|
661
2297
|
DdsFontHeadingSans07ParagraphSpacing: DdsFontHeadingSans07ParagraphSpacing,
|
|
@@ -669,7 +2305,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
669
2305
|
DdsFontHeadingSans08FontStyle: DdsFontHeadingSans08FontStyle,
|
|
670
2306
|
DdsFontHeadingSans08FontWeight: DdsFontHeadingSans08FontWeight,
|
|
671
2307
|
DdsFontHeadingSans08LetterSpacing: DdsFontHeadingSans08LetterSpacing,
|
|
2308
|
+
DdsFontHeadingSans08LetterSpacingNumberEm: DdsFontHeadingSans08LetterSpacingNumberEm,
|
|
672
2309
|
DdsFontHeadingSans08LineHeight: DdsFontHeadingSans08LineHeight,
|
|
2310
|
+
DdsFontHeadingSans08LineHeightNumberEm: DdsFontHeadingSans08LineHeightNumberEm,
|
|
673
2311
|
DdsFontHeadingSans08ParagraphIndent: DdsFontHeadingSans08ParagraphIndent,
|
|
674
2312
|
DdsFontHeadingSans08ParagraphIndentNumberPx: DdsFontHeadingSans08ParagraphIndentNumberPx,
|
|
675
2313
|
DdsFontHeadingSans08ParagraphSpacing: DdsFontHeadingSans08ParagraphSpacing,
|
|
@@ -683,7 +2321,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
683
2321
|
DdsFontLeadSans01FontStyle: DdsFontLeadSans01FontStyle,
|
|
684
2322
|
DdsFontLeadSans01FontWeight: DdsFontLeadSans01FontWeight,
|
|
685
2323
|
DdsFontLeadSans01LetterSpacing: DdsFontLeadSans01LetterSpacing,
|
|
2324
|
+
DdsFontLeadSans01LetterSpacingNumberEm: DdsFontLeadSans01LetterSpacingNumberEm,
|
|
686
2325
|
DdsFontLeadSans01LineHeight: DdsFontLeadSans01LineHeight,
|
|
2326
|
+
DdsFontLeadSans01LineHeightNumberEm: DdsFontLeadSans01LineHeightNumberEm,
|
|
687
2327
|
DdsFontLeadSans01ParagraphIndent: DdsFontLeadSans01ParagraphIndent,
|
|
688
2328
|
DdsFontLeadSans01ParagraphIndentNumberPx: DdsFontLeadSans01ParagraphIndentNumberPx,
|
|
689
2329
|
DdsFontLeadSans01ParagraphSpacing: DdsFontLeadSans01ParagraphSpacing,
|
|
@@ -697,7 +2337,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
697
2337
|
DdsFontLeadSans02FontStyle: DdsFontLeadSans02FontStyle,
|
|
698
2338
|
DdsFontLeadSans02FontWeight: DdsFontLeadSans02FontWeight,
|
|
699
2339
|
DdsFontLeadSans02LetterSpacing: DdsFontLeadSans02LetterSpacing,
|
|
2340
|
+
DdsFontLeadSans02LetterSpacingNumberEm: DdsFontLeadSans02LetterSpacingNumberEm,
|
|
700
2341
|
DdsFontLeadSans02LineHeight: DdsFontLeadSans02LineHeight,
|
|
2342
|
+
DdsFontLeadSans02LineHeightNumberEm: DdsFontLeadSans02LineHeightNumberEm,
|
|
701
2343
|
DdsFontLeadSans02ParagraphIndent: DdsFontLeadSans02ParagraphIndent,
|
|
702
2344
|
DdsFontLeadSans02ParagraphIndentNumberPx: DdsFontLeadSans02ParagraphIndentNumberPx,
|
|
703
2345
|
DdsFontLeadSans02ParagraphSpacing: DdsFontLeadSans02ParagraphSpacing,
|
|
@@ -711,7 +2353,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
711
2353
|
DdsFontLeadSans03FontStyle: DdsFontLeadSans03FontStyle,
|
|
712
2354
|
DdsFontLeadSans03FontWeight: DdsFontLeadSans03FontWeight,
|
|
713
2355
|
DdsFontLeadSans03LetterSpacing: DdsFontLeadSans03LetterSpacing,
|
|
2356
|
+
DdsFontLeadSans03LetterSpacingNumberEm: DdsFontLeadSans03LetterSpacingNumberEm,
|
|
714
2357
|
DdsFontLeadSans03LineHeight: DdsFontLeadSans03LineHeight,
|
|
2358
|
+
DdsFontLeadSans03LineHeightNumberEm: DdsFontLeadSans03LineHeightNumberEm,
|
|
715
2359
|
DdsFontLeadSans03ParagraphIndent: DdsFontLeadSans03ParagraphIndent,
|
|
716
2360
|
DdsFontLeadSans03ParagraphIndentNumberPx: DdsFontLeadSans03ParagraphIndentNumberPx,
|
|
717
2361
|
DdsFontLeadSans03ParagraphSpacing: DdsFontLeadSans03ParagraphSpacing,
|
|
@@ -725,7 +2369,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
725
2369
|
DdsFontLeadSans04FontStyle: DdsFontLeadSans04FontStyle,
|
|
726
2370
|
DdsFontLeadSans04FontWeight: DdsFontLeadSans04FontWeight,
|
|
727
2371
|
DdsFontLeadSans04LetterSpacing: DdsFontLeadSans04LetterSpacing,
|
|
2372
|
+
DdsFontLeadSans04LetterSpacingNumberEm: DdsFontLeadSans04LetterSpacingNumberEm,
|
|
728
2373
|
DdsFontLeadSans04LineHeight: DdsFontLeadSans04LineHeight,
|
|
2374
|
+
DdsFontLeadSans04LineHeightNumberEm: DdsFontLeadSans04LineHeightNumberEm,
|
|
729
2375
|
DdsFontLeadSans04ParagraphIndent: DdsFontLeadSans04ParagraphIndent,
|
|
730
2376
|
DdsFontLeadSans04ParagraphIndentNumberPx: DdsFontLeadSans04ParagraphIndentNumberPx,
|
|
731
2377
|
DdsFontLeadSans04ParagraphSpacing: DdsFontLeadSans04ParagraphSpacing,
|
|
@@ -739,7 +2385,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
739
2385
|
DdsFontLeadSans05FontStyle: DdsFontLeadSans05FontStyle,
|
|
740
2386
|
DdsFontLeadSans05FontWeight: DdsFontLeadSans05FontWeight,
|
|
741
2387
|
DdsFontLeadSans05LetterSpacing: DdsFontLeadSans05LetterSpacing,
|
|
2388
|
+
DdsFontLeadSans05LetterSpacingNumberEm: DdsFontLeadSans05LetterSpacingNumberEm,
|
|
742
2389
|
DdsFontLeadSans05LineHeight: DdsFontLeadSans05LineHeight,
|
|
2390
|
+
DdsFontLeadSans05LineHeightNumberEm: DdsFontLeadSans05LineHeightNumberEm,
|
|
743
2391
|
DdsFontLeadSans05ParagraphIndent: DdsFontLeadSans05ParagraphIndent,
|
|
744
2392
|
DdsFontLeadSans05ParagraphIndentNumberPx: DdsFontLeadSans05ParagraphIndentNumberPx,
|
|
745
2393
|
DdsFontLeadSans05ParagraphSpacing: DdsFontLeadSans05ParagraphSpacing,
|
|
@@ -753,7 +2401,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
753
2401
|
DdsFontSupportingStyleHelpertext01FontStyle: DdsFontSupportingStyleHelpertext01FontStyle,
|
|
754
2402
|
DdsFontSupportingStyleHelpertext01FontWeight: DdsFontSupportingStyleHelpertext01FontWeight,
|
|
755
2403
|
DdsFontSupportingStyleHelpertext01LetterSpacing: DdsFontSupportingStyleHelpertext01LetterSpacing,
|
|
2404
|
+
DdsFontSupportingStyleHelpertext01LetterSpacingNumberEm: DdsFontSupportingStyleHelpertext01LetterSpacingNumberEm,
|
|
756
2405
|
DdsFontSupportingStyleHelpertext01LineHeight: DdsFontSupportingStyleHelpertext01LineHeight,
|
|
2406
|
+
DdsFontSupportingStyleHelpertext01LineHeightNumberEm: DdsFontSupportingStyleHelpertext01LineHeightNumberEm,
|
|
757
2407
|
DdsFontSupportingStyleHelpertext01ParagraphIndent: DdsFontSupportingStyleHelpertext01ParagraphIndent,
|
|
758
2408
|
DdsFontSupportingStyleHelpertext01ParagraphIndentNumberPx: DdsFontSupportingStyleHelpertext01ParagraphIndentNumberPx,
|
|
759
2409
|
DdsFontSupportingStyleHelpertext01ParagraphSpacing: DdsFontSupportingStyleHelpertext01ParagraphSpacing,
|
|
@@ -767,7 +2417,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
767
2417
|
DdsFontSupportingStyleLabel01FontStyle: DdsFontSupportingStyleLabel01FontStyle,
|
|
768
2418
|
DdsFontSupportingStyleLabel01FontWeight: DdsFontSupportingStyleLabel01FontWeight,
|
|
769
2419
|
DdsFontSupportingStyleLabel01LetterSpacing: DdsFontSupportingStyleLabel01LetterSpacing,
|
|
2420
|
+
DdsFontSupportingStyleLabel01LetterSpacingNumberEm: DdsFontSupportingStyleLabel01LetterSpacingNumberEm,
|
|
770
2421
|
DdsFontSupportingStyleLabel01LineHeight: DdsFontSupportingStyleLabel01LineHeight,
|
|
2422
|
+
DdsFontSupportingStyleLabel01LineHeightNumberEm: DdsFontSupportingStyleLabel01LineHeightNumberEm,
|
|
771
2423
|
DdsFontSupportingStyleLabel01ParagraphIndent: DdsFontSupportingStyleLabel01ParagraphIndent,
|
|
772
2424
|
DdsFontSupportingStyleLabel01ParagraphIndentNumberPx: DdsFontSupportingStyleLabel01ParagraphIndentNumberPx,
|
|
773
2425
|
DdsFontSupportingStyleLabel01ParagraphSpacing: DdsFontSupportingStyleLabel01ParagraphSpacing,
|
|
@@ -781,7 +2433,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
781
2433
|
DdsFontSupportingStylePlaceholdertext01FontStyle: DdsFontSupportingStylePlaceholdertext01FontStyle,
|
|
782
2434
|
DdsFontSupportingStylePlaceholdertext01FontWeight: DdsFontSupportingStylePlaceholdertext01FontWeight,
|
|
783
2435
|
DdsFontSupportingStylePlaceholdertext01LetterSpacing: DdsFontSupportingStylePlaceholdertext01LetterSpacing,
|
|
2436
|
+
DdsFontSupportingStylePlaceholdertext01LetterSpacingNumberEm: DdsFontSupportingStylePlaceholdertext01LetterSpacingNumberEm,
|
|
784
2437
|
DdsFontSupportingStylePlaceholdertext01LineHeight: DdsFontSupportingStylePlaceholdertext01LineHeight,
|
|
2438
|
+
DdsFontSupportingStylePlaceholdertext01LineHeightNumberEm: DdsFontSupportingStylePlaceholdertext01LineHeightNumberEm,
|
|
785
2439
|
DdsFontSupportingStylePlaceholdertext01ParagraphIndent: DdsFontSupportingStylePlaceholdertext01ParagraphIndent,
|
|
786
2440
|
DdsFontSupportingStylePlaceholdertext01ParagraphIndentNumberPx: DdsFontSupportingStylePlaceholdertext01ParagraphIndentNumberPx,
|
|
787
2441
|
DdsFontSupportingStylePlaceholdertext01ParagraphSpacing: DdsFontSupportingStylePlaceholdertext01ParagraphSpacing,
|
|
@@ -795,7 +2449,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
795
2449
|
DdsFontSupportingStylePlaceholdertext02FontStyle: DdsFontSupportingStylePlaceholdertext02FontStyle,
|
|
796
2450
|
DdsFontSupportingStylePlaceholdertext02FontWeight: DdsFontSupportingStylePlaceholdertext02FontWeight,
|
|
797
2451
|
DdsFontSupportingStylePlaceholdertext02LetterSpacing: DdsFontSupportingStylePlaceholdertext02LetterSpacing,
|
|
2452
|
+
DdsFontSupportingStylePlaceholdertext02LetterSpacingNumberEm: DdsFontSupportingStylePlaceholdertext02LetterSpacingNumberEm,
|
|
798
2453
|
DdsFontSupportingStylePlaceholdertext02LineHeight: DdsFontSupportingStylePlaceholdertext02LineHeight,
|
|
2454
|
+
DdsFontSupportingStylePlaceholdertext02LineHeightNumberEm: DdsFontSupportingStylePlaceholdertext02LineHeightNumberEm,
|
|
799
2455
|
DdsFontSupportingStylePlaceholdertext02ParagraphIndent: DdsFontSupportingStylePlaceholdertext02ParagraphIndent,
|
|
800
2456
|
DdsFontSupportingStylePlaceholdertext02ParagraphIndentNumberPx: DdsFontSupportingStylePlaceholdertext02ParagraphIndentNumberPx,
|
|
801
2457
|
DdsFontSupportingStylePlaceholdertext02ParagraphSpacing: DdsFontSupportingStylePlaceholdertext02ParagraphSpacing,
|
|
@@ -809,7 +2465,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
809
2465
|
DdsFontSupportingStylePlaceholdertext03FontStyle: DdsFontSupportingStylePlaceholdertext03FontStyle,
|
|
810
2466
|
DdsFontSupportingStylePlaceholdertext03FontWeight: DdsFontSupportingStylePlaceholdertext03FontWeight,
|
|
811
2467
|
DdsFontSupportingStylePlaceholdertext03LetterSpacing: DdsFontSupportingStylePlaceholdertext03LetterSpacing,
|
|
2468
|
+
DdsFontSupportingStylePlaceholdertext03LetterSpacingNumberEm: DdsFontSupportingStylePlaceholdertext03LetterSpacingNumberEm,
|
|
812
2469
|
DdsFontSupportingStylePlaceholdertext03LineHeight: DdsFontSupportingStylePlaceholdertext03LineHeight,
|
|
2470
|
+
DdsFontSupportingStylePlaceholdertext03LineHeightNumberEm: DdsFontSupportingStylePlaceholdertext03LineHeightNumberEm,
|
|
813
2471
|
DdsFontSupportingStylePlaceholdertext03ParagraphIndent: DdsFontSupportingStylePlaceholdertext03ParagraphIndent,
|
|
814
2472
|
DdsFontSupportingStylePlaceholdertext03ParagraphIndentNumberPx: DdsFontSupportingStylePlaceholdertext03ParagraphIndentNumberPx,
|
|
815
2473
|
DdsFontSupportingStylePlaceholdertext03ParagraphSpacing: DdsFontSupportingStylePlaceholdertext03ParagraphSpacing,
|
|
@@ -823,7 +2481,9 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
823
2481
|
DdsFontSupportingStyleTiny01FontStyle: DdsFontSupportingStyleTiny01FontStyle,
|
|
824
2482
|
DdsFontSupportingStyleTiny01FontWeight: DdsFontSupportingStyleTiny01FontWeight,
|
|
825
2483
|
DdsFontSupportingStyleTiny01LetterSpacing: DdsFontSupportingStyleTiny01LetterSpacing,
|
|
2484
|
+
DdsFontSupportingStyleTiny01LetterSpacingNumberEm: DdsFontSupportingStyleTiny01LetterSpacingNumberEm,
|
|
826
2485
|
DdsFontSupportingStyleTiny01LineHeight: DdsFontSupportingStyleTiny01LineHeight,
|
|
2486
|
+
DdsFontSupportingStyleTiny01LineHeightNumberEm: DdsFontSupportingStyleTiny01LineHeightNumberEm,
|
|
827
2487
|
DdsFontSupportingStyleTiny01ParagraphIndent: DdsFontSupportingStyleTiny01ParagraphIndent,
|
|
828
2488
|
DdsFontSupportingStyleTiny01ParagraphIndentNumberPx: DdsFontSupportingStyleTiny01ParagraphIndentNumberPx,
|
|
829
2489
|
DdsFontSupportingStyleTiny01ParagraphSpacing: DdsFontSupportingStyleTiny01ParagraphSpacing,
|
|
@@ -837,475 +2497,36 @@ var font = /*#__PURE__*/Object.freeze({
|
|
|
837
2497
|
DdsFontSupportingStyleTiny02FontStyle: DdsFontSupportingStyleTiny02FontStyle,
|
|
838
2498
|
DdsFontSupportingStyleTiny02FontWeight: DdsFontSupportingStyleTiny02FontWeight,
|
|
839
2499
|
DdsFontSupportingStyleTiny02LetterSpacing: DdsFontSupportingStyleTiny02LetterSpacing,
|
|
2500
|
+
DdsFontSupportingStyleTiny02LetterSpacingNumberEm: DdsFontSupportingStyleTiny02LetterSpacingNumberEm,
|
|
840
2501
|
DdsFontSupportingStyleTiny02LineHeight: DdsFontSupportingStyleTiny02LineHeight,
|
|
2502
|
+
DdsFontSupportingStyleTiny02LineHeightNumberEm: DdsFontSupportingStyleTiny02LineHeightNumberEm,
|
|
841
2503
|
DdsFontSupportingStyleTiny02ParagraphIndent: DdsFontSupportingStyleTiny02ParagraphIndent,
|
|
842
2504
|
DdsFontSupportingStyleTiny02ParagraphIndentNumberPx: DdsFontSupportingStyleTiny02ParagraphIndentNumberPx,
|
|
843
2505
|
DdsFontSupportingStyleTiny02ParagraphSpacing: DdsFontSupportingStyleTiny02ParagraphSpacing,
|
|
844
2506
|
DdsFontSupportingStyleTiny02ParagraphSpacingNumberPx: DdsFontSupportingStyleTiny02ParagraphSpacingNumberPx,
|
|
845
2507
|
DdsFontSupportingStyleTiny02TextCase: DdsFontSupportingStyleTiny02TextCase,
|
|
846
|
-
DdsFontSupportingStyleTiny02TextDecoration: DdsFontSupportingStyleTiny02TextDecoration
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
const BordersDdsBorderFocusCardStroke = "rgba(98, 90, 31, 1)";
|
|
869
|
-
const BordersDdsBorderStyleLightStrokeAlign = "inside";
|
|
870
|
-
const BordersDdsBorderStyleLightStrokeMiterLimit = 4;
|
|
871
|
-
const BordersDdsBorderStyleLightStrokeWeight = "1px";
|
|
872
|
-
const BordersDdsBorderStyleLightStrokeWeightNumberPx = 1;
|
|
873
|
-
const BordersDdsBorderStyleLightStroke = "rgba(172, 187, 198, 1)";
|
|
874
|
-
const BordersDdsBorderStyleDarkStrokeAlign = "inside";
|
|
875
|
-
const BordersDdsBorderStyleDarkStrokeMiterLimit = 4;
|
|
876
|
-
const BordersDdsBorderStyleDarkStrokeWeight = "1px";
|
|
877
|
-
const BordersDdsBorderStyleDarkStrokeWeightNumberPx = 1;
|
|
878
|
-
const BordersDdsBorderStyleDarkStroke = "rgba(53, 71, 84, 1)";
|
|
879
|
-
|
|
880
|
-
var border = /*#__PURE__*/Object.freeze({
|
|
881
|
-
__proto__: null,
|
|
882
|
-
BordersDdsBorderFocusBaseStroke: BordersDdsBorderFocusBaseStroke,
|
|
883
|
-
BordersDdsBorderFocusBaseStrokeAlign: BordersDdsBorderFocusBaseStrokeAlign,
|
|
884
|
-
BordersDdsBorderFocusBaseStrokeMiterLimit: BordersDdsBorderFocusBaseStrokeMiterLimit,
|
|
885
|
-
BordersDdsBorderFocusBaseStrokeWeight: BordersDdsBorderFocusBaseStrokeWeight,
|
|
886
|
-
BordersDdsBorderFocusBaseStrokeWeightNumberPx: BordersDdsBorderFocusBaseStrokeWeightNumberPx,
|
|
887
|
-
BordersDdsBorderFocusCardStroke: BordersDdsBorderFocusCardStroke,
|
|
888
|
-
BordersDdsBorderFocusCardStrokeAlign: BordersDdsBorderFocusCardStrokeAlign,
|
|
889
|
-
BordersDdsBorderFocusCardStrokeMiterLimit: BordersDdsBorderFocusCardStrokeMiterLimit,
|
|
890
|
-
BordersDdsBorderFocusCardStrokeWeight: BordersDdsBorderFocusCardStrokeWeight,
|
|
891
|
-
BordersDdsBorderFocusCardStrokeWeightNumberPx: BordersDdsBorderFocusCardStrokeWeightNumberPx,
|
|
892
|
-
BordersDdsBorderFocusInputfieldStroke: BordersDdsBorderFocusInputfieldStroke,
|
|
893
|
-
BordersDdsBorderFocusInputfieldStrokeAlign: BordersDdsBorderFocusInputfieldStrokeAlign,
|
|
894
|
-
BordersDdsBorderFocusInputfieldStrokeMiterLimit: BordersDdsBorderFocusInputfieldStrokeMiterLimit,
|
|
895
|
-
BordersDdsBorderFocusInputfieldStrokeWeight: BordersDdsBorderFocusInputfieldStrokeWeight,
|
|
896
|
-
BordersDdsBorderFocusInputfieldStrokeWeightNumberPx: BordersDdsBorderFocusInputfieldStrokeWeightNumberPx,
|
|
897
|
-
BordersDdsBorderFocusOndarkStroke: BordersDdsBorderFocusOndarkStroke,
|
|
898
|
-
BordersDdsBorderFocusOndarkStrokeAlign: BordersDdsBorderFocusOndarkStrokeAlign,
|
|
899
|
-
BordersDdsBorderFocusOndarkStrokeMiterLimit: BordersDdsBorderFocusOndarkStrokeMiterLimit,
|
|
900
|
-
BordersDdsBorderFocusOndarkStrokeWeight: BordersDdsBorderFocusOndarkStrokeWeight,
|
|
901
|
-
BordersDdsBorderFocusOndarkStrokeWeightNumberPx: BordersDdsBorderFocusOndarkStrokeWeightNumberPx,
|
|
902
|
-
BordersDdsBorderStyleDarkStroke: BordersDdsBorderStyleDarkStroke,
|
|
903
|
-
BordersDdsBorderStyleDarkStrokeAlign: BordersDdsBorderStyleDarkStrokeAlign,
|
|
904
|
-
BordersDdsBorderStyleDarkStrokeMiterLimit: BordersDdsBorderStyleDarkStrokeMiterLimit,
|
|
905
|
-
BordersDdsBorderStyleDarkStrokeWeight: BordersDdsBorderStyleDarkStrokeWeight,
|
|
906
|
-
BordersDdsBorderStyleDarkStrokeWeightNumberPx: BordersDdsBorderStyleDarkStrokeWeightNumberPx,
|
|
907
|
-
BordersDdsBorderStyleLightStroke: BordersDdsBorderStyleLightStroke,
|
|
908
|
-
BordersDdsBorderStyleLightStrokeAlign: BordersDdsBorderStyleLightStrokeAlign,
|
|
909
|
-
BordersDdsBorderStyleLightStrokeMiterLimit: BordersDdsBorderStyleLightStrokeMiterLimit,
|
|
910
|
-
BordersDdsBorderStyleLightStrokeWeight: BordersDdsBorderStyleLightStrokeWeight,
|
|
911
|
-
BordersDdsBorderStyleLightStrokeWeightNumberPx: BordersDdsBorderStyleLightStrokeWeightNumberPx
|
|
912
|
-
});
|
|
913
|
-
|
|
914
|
-
const DdsBreakpointXs = "1px";
|
|
915
|
-
const DdsBreakpointXsNumberPx = 1;
|
|
916
|
-
const DdsBreakpointSm = "600px";
|
|
917
|
-
const DdsBreakpointSmNumberPx = 600;
|
|
918
|
-
const DdsBreakpointMd = "960px";
|
|
919
|
-
const DdsBreakpointMdNumberPx = 960;
|
|
920
|
-
const DdsBreakpointLg = "1280px";
|
|
921
|
-
const DdsBreakpointLgNumberPx = 1280;
|
|
922
|
-
const DdsBreakpointXl = "1920px";
|
|
923
|
-
const DdsBreakpointXlNumberPx = 1920;
|
|
924
|
-
|
|
925
|
-
var breakpoints = /*#__PURE__*/Object.freeze({
|
|
926
|
-
__proto__: null,
|
|
927
|
-
DdsBreakpointLg: DdsBreakpointLg,
|
|
928
|
-
DdsBreakpointLgNumberPx: DdsBreakpointLgNumberPx,
|
|
929
|
-
DdsBreakpointMd: DdsBreakpointMd,
|
|
930
|
-
DdsBreakpointMdNumberPx: DdsBreakpointMdNumberPx,
|
|
931
|
-
DdsBreakpointSm: DdsBreakpointSm,
|
|
932
|
-
DdsBreakpointSmNumberPx: DdsBreakpointSmNumberPx,
|
|
933
|
-
DdsBreakpointXl: DdsBreakpointXl,
|
|
934
|
-
DdsBreakpointXlNumberPx: DdsBreakpointXlNumberPx,
|
|
935
|
-
DdsBreakpointXs: DdsBreakpointXs,
|
|
936
|
-
DdsBreakpointXsNumberPx: DdsBreakpointXsNumberPx
|
|
937
|
-
});
|
|
938
|
-
|
|
939
|
-
const RadiiDdsBorderRadius1Radius = "2px";
|
|
940
|
-
const RadiiDdsBorderRadius1RadiusNumberPx = 2;
|
|
941
|
-
const RadiiDdsBorderRadius1RadiiTopLeft = "2px";
|
|
942
|
-
const RadiiDdsBorderRadius1RadiiTopLeftNumberPx = 2;
|
|
943
|
-
const RadiiDdsBorderRadius1RadiiTopRight = "2px";
|
|
944
|
-
const RadiiDdsBorderRadius1RadiiTopRightNumberPx = 2;
|
|
945
|
-
const RadiiDdsBorderRadius1RadiiBottomRight = "2px";
|
|
946
|
-
const RadiiDdsBorderRadius1RadiiBottomRightNumberPx = 2;
|
|
947
|
-
const RadiiDdsBorderRadius1RadiiBottomLeft = "2px";
|
|
948
|
-
const RadiiDdsBorderRadius1RadiiBottomLeftNumberPx = 2;
|
|
949
|
-
const RadiiDdsBorderRadius2Radius = "4px";
|
|
950
|
-
const RadiiDdsBorderRadius2RadiusNumberPx = 4;
|
|
951
|
-
const RadiiDdsBorderRadius2RadiiTopLeft = "4px";
|
|
952
|
-
const RadiiDdsBorderRadius2RadiiTopLeftNumberPx = 4;
|
|
953
|
-
const RadiiDdsBorderRadius2RadiiTopRight = "4px";
|
|
954
|
-
const RadiiDdsBorderRadius2RadiiTopRightNumberPx = 4;
|
|
955
|
-
const RadiiDdsBorderRadius2RadiiBottomRight = "4px";
|
|
956
|
-
const RadiiDdsBorderRadius2RadiiBottomRightNumberPx = 4;
|
|
957
|
-
const RadiiDdsBorderRadius2RadiiBottomLeft = "4px";
|
|
958
|
-
const RadiiDdsBorderRadius2RadiiBottomLeftNumberPx = 4;
|
|
959
|
-
const RadiiDdsBorderRadius3Radius = "8px";
|
|
960
|
-
const RadiiDdsBorderRadius3RadiusNumberPx = 8;
|
|
961
|
-
const RadiiDdsBorderRadius3RadiiTopLeft = "8px";
|
|
962
|
-
const RadiiDdsBorderRadius3RadiiTopLeftNumberPx = 8;
|
|
963
|
-
const RadiiDdsBorderRadius3RadiiTopRight = "8px";
|
|
964
|
-
const RadiiDdsBorderRadius3RadiiTopRightNumberPx = 8;
|
|
965
|
-
const RadiiDdsBorderRadius3RadiiBottomRight = "8px";
|
|
966
|
-
const RadiiDdsBorderRadius3RadiiBottomRightNumberPx = 8;
|
|
967
|
-
const RadiiDdsBorderRadius3RadiiBottomLeft = "8px";
|
|
968
|
-
const RadiiDdsBorderRadius3RadiiBottomLeftNumberPx = 8;
|
|
969
|
-
|
|
970
|
-
var borderRadius = /*#__PURE__*/Object.freeze({
|
|
971
|
-
__proto__: null,
|
|
972
|
-
RadiiDdsBorderRadius1RadiiBottomLeft: RadiiDdsBorderRadius1RadiiBottomLeft,
|
|
973
|
-
RadiiDdsBorderRadius1RadiiBottomLeftNumberPx: RadiiDdsBorderRadius1RadiiBottomLeftNumberPx,
|
|
974
|
-
RadiiDdsBorderRadius1RadiiBottomRight: RadiiDdsBorderRadius1RadiiBottomRight,
|
|
975
|
-
RadiiDdsBorderRadius1RadiiBottomRightNumberPx: RadiiDdsBorderRadius1RadiiBottomRightNumberPx,
|
|
976
|
-
RadiiDdsBorderRadius1RadiiTopLeft: RadiiDdsBorderRadius1RadiiTopLeft,
|
|
977
|
-
RadiiDdsBorderRadius1RadiiTopLeftNumberPx: RadiiDdsBorderRadius1RadiiTopLeftNumberPx,
|
|
978
|
-
RadiiDdsBorderRadius1RadiiTopRight: RadiiDdsBorderRadius1RadiiTopRight,
|
|
979
|
-
RadiiDdsBorderRadius1RadiiTopRightNumberPx: RadiiDdsBorderRadius1RadiiTopRightNumberPx,
|
|
980
|
-
RadiiDdsBorderRadius1Radius: RadiiDdsBorderRadius1Radius,
|
|
981
|
-
RadiiDdsBorderRadius1RadiusNumberPx: RadiiDdsBorderRadius1RadiusNumberPx,
|
|
982
|
-
RadiiDdsBorderRadius2RadiiBottomLeft: RadiiDdsBorderRadius2RadiiBottomLeft,
|
|
983
|
-
RadiiDdsBorderRadius2RadiiBottomLeftNumberPx: RadiiDdsBorderRadius2RadiiBottomLeftNumberPx,
|
|
984
|
-
RadiiDdsBorderRadius2RadiiBottomRight: RadiiDdsBorderRadius2RadiiBottomRight,
|
|
985
|
-
RadiiDdsBorderRadius2RadiiBottomRightNumberPx: RadiiDdsBorderRadius2RadiiBottomRightNumberPx,
|
|
986
|
-
RadiiDdsBorderRadius2RadiiTopLeft: RadiiDdsBorderRadius2RadiiTopLeft,
|
|
987
|
-
RadiiDdsBorderRadius2RadiiTopLeftNumberPx: RadiiDdsBorderRadius2RadiiTopLeftNumberPx,
|
|
988
|
-
RadiiDdsBorderRadius2RadiiTopRight: RadiiDdsBorderRadius2RadiiTopRight,
|
|
989
|
-
RadiiDdsBorderRadius2RadiiTopRightNumberPx: RadiiDdsBorderRadius2RadiiTopRightNumberPx,
|
|
990
|
-
RadiiDdsBorderRadius2Radius: RadiiDdsBorderRadius2Radius,
|
|
991
|
-
RadiiDdsBorderRadius2RadiusNumberPx: RadiiDdsBorderRadius2RadiusNumberPx,
|
|
992
|
-
RadiiDdsBorderRadius3RadiiBottomLeft: RadiiDdsBorderRadius3RadiiBottomLeft,
|
|
993
|
-
RadiiDdsBorderRadius3RadiiBottomLeftNumberPx: RadiiDdsBorderRadius3RadiiBottomLeftNumberPx,
|
|
994
|
-
RadiiDdsBorderRadius3RadiiBottomRight: RadiiDdsBorderRadius3RadiiBottomRight,
|
|
995
|
-
RadiiDdsBorderRadius3RadiiBottomRightNumberPx: RadiiDdsBorderRadius3RadiiBottomRightNumberPx,
|
|
996
|
-
RadiiDdsBorderRadius3RadiiTopLeft: RadiiDdsBorderRadius3RadiiTopLeft,
|
|
997
|
-
RadiiDdsBorderRadius3RadiiTopLeftNumberPx: RadiiDdsBorderRadius3RadiiTopLeftNumberPx,
|
|
998
|
-
RadiiDdsBorderRadius3RadiiTopRight: RadiiDdsBorderRadius3RadiiTopRight,
|
|
999
|
-
RadiiDdsBorderRadius3RadiiTopRightNumberPx: RadiiDdsBorderRadius3RadiiTopRightNumberPx,
|
|
1000
|
-
RadiiDdsBorderRadius3Radius: RadiiDdsBorderRadius3Radius,
|
|
1001
|
-
RadiiDdsBorderRadius3RadiusNumberPx: RadiiDdsBorderRadius3RadiusNumberPx
|
|
1002
|
-
});
|
|
1003
|
-
|
|
1004
|
-
const SizesDdsSpacingX3 = "48px";
|
|
1005
|
-
const SizesDdsSpacingX3NumberPx = 48; // 48px
|
|
1006
|
-
const SizesDdsSpacingX25 = "40px";
|
|
1007
|
-
const SizesDdsSpacingX25NumberPx = 40; // 40px
|
|
1008
|
-
const SizesDdsSpacingX2 = "32px";
|
|
1009
|
-
const SizesDdsSpacingX2NumberPx = 32; // 32px
|
|
1010
|
-
const SizesDdsSpacingX10 = "160px";
|
|
1011
|
-
const SizesDdsSpacingX10NumberPx = 160; // 160px
|
|
1012
|
-
const SizesDdsSpacingX15 = "24px";
|
|
1013
|
-
const SizesDdsSpacingX15NumberPx = 24; // 24px
|
|
1014
|
-
const SizesDdsSpacingX6 = "96px";
|
|
1015
|
-
const SizesDdsSpacingX6NumberPx = 96; // 96px
|
|
1016
|
-
const SizesDdsSpacingX1 = "16px";
|
|
1017
|
-
const SizesDdsSpacingX1NumberPx = 16; // 16px
|
|
1018
|
-
const SizesDdsSpacingX4 = "64px";
|
|
1019
|
-
const SizesDdsSpacingX4NumberPx = 64; // 64px
|
|
1020
|
-
const SizesDdsSpacingX075 = "12px";
|
|
1021
|
-
const SizesDdsSpacingX075NumberPx = 12; // 12px
|
|
1022
|
-
const SizesDdsSpacingX05 = "8px";
|
|
1023
|
-
const SizesDdsSpacingX05NumberPx = 8; // 8px
|
|
1024
|
-
const SizesDdsSpacingX025 = "4px";
|
|
1025
|
-
const SizesDdsSpacingX025NumberPx = 4; // 4px
|
|
1026
|
-
const SizesDdsSpacingX0125 = "2px";
|
|
1027
|
-
const SizesDdsSpacingX0125NumberPx = 2; // 2px
|
|
1028
|
-
const SpacingDdsSpacingPaddingTopHeadingSans01Top = "11.2px";
|
|
1029
|
-
const SpacingDdsSpacingPaddingTopHeadingSans01TopNumberPx = 11.2;
|
|
1030
|
-
const SpacingDdsSpacingPaddingTopHeadingSans01Right = "0px";
|
|
1031
|
-
const SpacingDdsSpacingPaddingTopHeadingSans01RightNumberPx = 0;
|
|
1032
|
-
const SpacingDdsSpacingPaddingTopHeadingSans01Bottom = "0px";
|
|
1033
|
-
const SpacingDdsSpacingPaddingTopHeadingSans01BottomNumberPx = 0;
|
|
1034
|
-
const SpacingDdsSpacingPaddingTopHeadingSans01Left = "0px";
|
|
1035
|
-
const SpacingDdsSpacingPaddingTopHeadingSans01LeftNumberPx = 0;
|
|
1036
|
-
const SpacingDdsSpacingPaddingTopHeadingSans02Top = "12.6px";
|
|
1037
|
-
const SpacingDdsSpacingPaddingTopHeadingSans02TopNumberPx = 12.6;
|
|
1038
|
-
const SpacingDdsSpacingPaddingTopHeadingSans02Right = "0px";
|
|
1039
|
-
const SpacingDdsSpacingPaddingTopHeadingSans02RightNumberPx = 0;
|
|
1040
|
-
const SpacingDdsSpacingPaddingTopHeadingSans02Bottom = "0px";
|
|
1041
|
-
const SpacingDdsSpacingPaddingTopHeadingSans02BottomNumberPx = 0;
|
|
1042
|
-
const SpacingDdsSpacingPaddingTopHeadingSans02Left = "0px";
|
|
1043
|
-
const SpacingDdsSpacingPaddingTopHeadingSans02LeftNumberPx = 0;
|
|
1044
|
-
const SpacingDdsSpacingPaddingTopHeadingSans03Top = "16.8px";
|
|
1045
|
-
const SpacingDdsSpacingPaddingTopHeadingSans03TopNumberPx = 16.8;
|
|
1046
|
-
const SpacingDdsSpacingPaddingTopHeadingSans03Right = "0px";
|
|
1047
|
-
const SpacingDdsSpacingPaddingTopHeadingSans03RightNumberPx = 0;
|
|
1048
|
-
const SpacingDdsSpacingPaddingTopHeadingSans03Bottom = "0px";
|
|
1049
|
-
const SpacingDdsSpacingPaddingTopHeadingSans03BottomNumberPx = 0;
|
|
1050
|
-
const SpacingDdsSpacingPaddingTopHeadingSans03Left = "0px";
|
|
1051
|
-
const SpacingDdsSpacingPaddingTopHeadingSans03LeftNumberPx = 0;
|
|
1052
|
-
const SpacingDdsSpacingPaddingTopHeadingSans04Top = "22.4px";
|
|
1053
|
-
const SpacingDdsSpacingPaddingTopHeadingSans04TopNumberPx = 22.4;
|
|
1054
|
-
const SpacingDdsSpacingPaddingTopHeadingSans04Right = "0px";
|
|
1055
|
-
const SpacingDdsSpacingPaddingTopHeadingSans04RightNumberPx = 0;
|
|
1056
|
-
const SpacingDdsSpacingPaddingTopHeadingSans04Bottom = "0px";
|
|
1057
|
-
const SpacingDdsSpacingPaddingTopHeadingSans04BottomNumberPx = 0;
|
|
1058
|
-
const SpacingDdsSpacingPaddingTopHeadingSans04Left = "0px";
|
|
1059
|
-
const SpacingDdsSpacingPaddingTopHeadingSans04LeftNumberPx = 0;
|
|
1060
|
-
const SpacingDdsSpacingPaddingTopHeadingSans05Top = "28px";
|
|
1061
|
-
const SpacingDdsSpacingPaddingTopHeadingSans05TopNumberPx = 28;
|
|
1062
|
-
const SpacingDdsSpacingPaddingTopHeadingSans05Right = "0px";
|
|
1063
|
-
const SpacingDdsSpacingPaddingTopHeadingSans05RightNumberPx = 0;
|
|
1064
|
-
const SpacingDdsSpacingPaddingTopHeadingSans05Bottom = "0px";
|
|
1065
|
-
const SpacingDdsSpacingPaddingTopHeadingSans05BottomNumberPx = 0;
|
|
1066
|
-
const SpacingDdsSpacingPaddingTopHeadingSans05Left = "0px";
|
|
1067
|
-
const SpacingDdsSpacingPaddingTopHeadingSans05LeftNumberPx = 0;
|
|
1068
|
-
const SpacingDdsSpacingPaddingTopHeadingSans06Top = "33.6px";
|
|
1069
|
-
const SpacingDdsSpacingPaddingTopHeadingSans06TopNumberPx = 33.6;
|
|
1070
|
-
const SpacingDdsSpacingPaddingTopHeadingSans06Right = "0px";
|
|
1071
|
-
const SpacingDdsSpacingPaddingTopHeadingSans06RightNumberPx = 0;
|
|
1072
|
-
const SpacingDdsSpacingPaddingTopHeadingSans06Bottom = "0px";
|
|
1073
|
-
const SpacingDdsSpacingPaddingTopHeadingSans06BottomNumberPx = 0;
|
|
1074
|
-
const SpacingDdsSpacingPaddingTopHeadingSans06Left = "0px";
|
|
1075
|
-
const SpacingDdsSpacingPaddingTopHeadingSans06LeftNumberPx = 0;
|
|
1076
|
-
const SpacingDdsSpacingPaddingTopHeadingSans07Top = "44.8px";
|
|
1077
|
-
const SpacingDdsSpacingPaddingTopHeadingSans07TopNumberPx = 44.8;
|
|
1078
|
-
const SpacingDdsSpacingPaddingTopHeadingSans07Right = "0px";
|
|
1079
|
-
const SpacingDdsSpacingPaddingTopHeadingSans07RightNumberPx = 0;
|
|
1080
|
-
const SpacingDdsSpacingPaddingTopHeadingSans07Bottom = "0px";
|
|
1081
|
-
const SpacingDdsSpacingPaddingTopHeadingSans07BottomNumberPx = 0;
|
|
1082
|
-
const SpacingDdsSpacingPaddingTopHeadingSans07Left = "0px";
|
|
1083
|
-
const SpacingDdsSpacingPaddingTopHeadingSans07LeftNumberPx = 0;
|
|
1084
|
-
const SpacingDdsSpacingPaddingTopHeadingSans08Top = "56px";
|
|
1085
|
-
const SpacingDdsSpacingPaddingTopHeadingSans08TopNumberPx = 56;
|
|
1086
|
-
const SpacingDdsSpacingPaddingTopHeadingSans08Right = "0px";
|
|
1087
|
-
const SpacingDdsSpacingPaddingTopHeadingSans08RightNumberPx = 0;
|
|
1088
|
-
const SpacingDdsSpacingPaddingTopHeadingSans08Bottom = "0px";
|
|
1089
|
-
const SpacingDdsSpacingPaddingTopHeadingSans08BottomNumberPx = 0;
|
|
1090
|
-
const SpacingDdsSpacingPaddingTopHeadingSans08Left = "0px";
|
|
1091
|
-
const SpacingDdsSpacingPaddingTopHeadingSans08LeftNumberPx = 0;
|
|
1092
|
-
|
|
1093
|
-
var spacing = /*#__PURE__*/Object.freeze({
|
|
1094
|
-
__proto__: null,
|
|
1095
|
-
SizesDdsSpacingX0125: SizesDdsSpacingX0125,
|
|
1096
|
-
SizesDdsSpacingX0125NumberPx: SizesDdsSpacingX0125NumberPx,
|
|
1097
|
-
SizesDdsSpacingX025: SizesDdsSpacingX025,
|
|
1098
|
-
SizesDdsSpacingX025NumberPx: SizesDdsSpacingX025NumberPx,
|
|
1099
|
-
SizesDdsSpacingX05: SizesDdsSpacingX05,
|
|
1100
|
-
SizesDdsSpacingX05NumberPx: SizesDdsSpacingX05NumberPx,
|
|
1101
|
-
SizesDdsSpacingX075: SizesDdsSpacingX075,
|
|
1102
|
-
SizesDdsSpacingX075NumberPx: SizesDdsSpacingX075NumberPx,
|
|
1103
|
-
SizesDdsSpacingX1: SizesDdsSpacingX1,
|
|
1104
|
-
SizesDdsSpacingX10: SizesDdsSpacingX10,
|
|
1105
|
-
SizesDdsSpacingX10NumberPx: SizesDdsSpacingX10NumberPx,
|
|
1106
|
-
SizesDdsSpacingX15: SizesDdsSpacingX15,
|
|
1107
|
-
SizesDdsSpacingX15NumberPx: SizesDdsSpacingX15NumberPx,
|
|
1108
|
-
SizesDdsSpacingX1NumberPx: SizesDdsSpacingX1NumberPx,
|
|
1109
|
-
SizesDdsSpacingX2: SizesDdsSpacingX2,
|
|
1110
|
-
SizesDdsSpacingX25: SizesDdsSpacingX25,
|
|
1111
|
-
SizesDdsSpacingX25NumberPx: SizesDdsSpacingX25NumberPx,
|
|
1112
|
-
SizesDdsSpacingX2NumberPx: SizesDdsSpacingX2NumberPx,
|
|
1113
|
-
SizesDdsSpacingX3: SizesDdsSpacingX3,
|
|
1114
|
-
SizesDdsSpacingX3NumberPx: SizesDdsSpacingX3NumberPx,
|
|
1115
|
-
SizesDdsSpacingX4: SizesDdsSpacingX4,
|
|
1116
|
-
SizesDdsSpacingX4NumberPx: SizesDdsSpacingX4NumberPx,
|
|
1117
|
-
SizesDdsSpacingX6: SizesDdsSpacingX6,
|
|
1118
|
-
SizesDdsSpacingX6NumberPx: SizesDdsSpacingX6NumberPx,
|
|
1119
|
-
SpacingDdsSpacingPaddingTopHeadingSans01Bottom: SpacingDdsSpacingPaddingTopHeadingSans01Bottom,
|
|
1120
|
-
SpacingDdsSpacingPaddingTopHeadingSans01BottomNumberPx: SpacingDdsSpacingPaddingTopHeadingSans01BottomNumberPx,
|
|
1121
|
-
SpacingDdsSpacingPaddingTopHeadingSans01Left: SpacingDdsSpacingPaddingTopHeadingSans01Left,
|
|
1122
|
-
SpacingDdsSpacingPaddingTopHeadingSans01LeftNumberPx: SpacingDdsSpacingPaddingTopHeadingSans01LeftNumberPx,
|
|
1123
|
-
SpacingDdsSpacingPaddingTopHeadingSans01Right: SpacingDdsSpacingPaddingTopHeadingSans01Right,
|
|
1124
|
-
SpacingDdsSpacingPaddingTopHeadingSans01RightNumberPx: SpacingDdsSpacingPaddingTopHeadingSans01RightNumberPx,
|
|
1125
|
-
SpacingDdsSpacingPaddingTopHeadingSans01Top: SpacingDdsSpacingPaddingTopHeadingSans01Top,
|
|
1126
|
-
SpacingDdsSpacingPaddingTopHeadingSans01TopNumberPx: SpacingDdsSpacingPaddingTopHeadingSans01TopNumberPx,
|
|
1127
|
-
SpacingDdsSpacingPaddingTopHeadingSans02Bottom: SpacingDdsSpacingPaddingTopHeadingSans02Bottom,
|
|
1128
|
-
SpacingDdsSpacingPaddingTopHeadingSans02BottomNumberPx: SpacingDdsSpacingPaddingTopHeadingSans02BottomNumberPx,
|
|
1129
|
-
SpacingDdsSpacingPaddingTopHeadingSans02Left: SpacingDdsSpacingPaddingTopHeadingSans02Left,
|
|
1130
|
-
SpacingDdsSpacingPaddingTopHeadingSans02LeftNumberPx: SpacingDdsSpacingPaddingTopHeadingSans02LeftNumberPx,
|
|
1131
|
-
SpacingDdsSpacingPaddingTopHeadingSans02Right: SpacingDdsSpacingPaddingTopHeadingSans02Right,
|
|
1132
|
-
SpacingDdsSpacingPaddingTopHeadingSans02RightNumberPx: SpacingDdsSpacingPaddingTopHeadingSans02RightNumberPx,
|
|
1133
|
-
SpacingDdsSpacingPaddingTopHeadingSans02Top: SpacingDdsSpacingPaddingTopHeadingSans02Top,
|
|
1134
|
-
SpacingDdsSpacingPaddingTopHeadingSans02TopNumberPx: SpacingDdsSpacingPaddingTopHeadingSans02TopNumberPx,
|
|
1135
|
-
SpacingDdsSpacingPaddingTopHeadingSans03Bottom: SpacingDdsSpacingPaddingTopHeadingSans03Bottom,
|
|
1136
|
-
SpacingDdsSpacingPaddingTopHeadingSans03BottomNumberPx: SpacingDdsSpacingPaddingTopHeadingSans03BottomNumberPx,
|
|
1137
|
-
SpacingDdsSpacingPaddingTopHeadingSans03Left: SpacingDdsSpacingPaddingTopHeadingSans03Left,
|
|
1138
|
-
SpacingDdsSpacingPaddingTopHeadingSans03LeftNumberPx: SpacingDdsSpacingPaddingTopHeadingSans03LeftNumberPx,
|
|
1139
|
-
SpacingDdsSpacingPaddingTopHeadingSans03Right: SpacingDdsSpacingPaddingTopHeadingSans03Right,
|
|
1140
|
-
SpacingDdsSpacingPaddingTopHeadingSans03RightNumberPx: SpacingDdsSpacingPaddingTopHeadingSans03RightNumberPx,
|
|
1141
|
-
SpacingDdsSpacingPaddingTopHeadingSans03Top: SpacingDdsSpacingPaddingTopHeadingSans03Top,
|
|
1142
|
-
SpacingDdsSpacingPaddingTopHeadingSans03TopNumberPx: SpacingDdsSpacingPaddingTopHeadingSans03TopNumberPx,
|
|
1143
|
-
SpacingDdsSpacingPaddingTopHeadingSans04Bottom: SpacingDdsSpacingPaddingTopHeadingSans04Bottom,
|
|
1144
|
-
SpacingDdsSpacingPaddingTopHeadingSans04BottomNumberPx: SpacingDdsSpacingPaddingTopHeadingSans04BottomNumberPx,
|
|
1145
|
-
SpacingDdsSpacingPaddingTopHeadingSans04Left: SpacingDdsSpacingPaddingTopHeadingSans04Left,
|
|
1146
|
-
SpacingDdsSpacingPaddingTopHeadingSans04LeftNumberPx: SpacingDdsSpacingPaddingTopHeadingSans04LeftNumberPx,
|
|
1147
|
-
SpacingDdsSpacingPaddingTopHeadingSans04Right: SpacingDdsSpacingPaddingTopHeadingSans04Right,
|
|
1148
|
-
SpacingDdsSpacingPaddingTopHeadingSans04RightNumberPx: SpacingDdsSpacingPaddingTopHeadingSans04RightNumberPx,
|
|
1149
|
-
SpacingDdsSpacingPaddingTopHeadingSans04Top: SpacingDdsSpacingPaddingTopHeadingSans04Top,
|
|
1150
|
-
SpacingDdsSpacingPaddingTopHeadingSans04TopNumberPx: SpacingDdsSpacingPaddingTopHeadingSans04TopNumberPx,
|
|
1151
|
-
SpacingDdsSpacingPaddingTopHeadingSans05Bottom: SpacingDdsSpacingPaddingTopHeadingSans05Bottom,
|
|
1152
|
-
SpacingDdsSpacingPaddingTopHeadingSans05BottomNumberPx: SpacingDdsSpacingPaddingTopHeadingSans05BottomNumberPx,
|
|
1153
|
-
SpacingDdsSpacingPaddingTopHeadingSans05Left: SpacingDdsSpacingPaddingTopHeadingSans05Left,
|
|
1154
|
-
SpacingDdsSpacingPaddingTopHeadingSans05LeftNumberPx: SpacingDdsSpacingPaddingTopHeadingSans05LeftNumberPx,
|
|
1155
|
-
SpacingDdsSpacingPaddingTopHeadingSans05Right: SpacingDdsSpacingPaddingTopHeadingSans05Right,
|
|
1156
|
-
SpacingDdsSpacingPaddingTopHeadingSans05RightNumberPx: SpacingDdsSpacingPaddingTopHeadingSans05RightNumberPx,
|
|
1157
|
-
SpacingDdsSpacingPaddingTopHeadingSans05Top: SpacingDdsSpacingPaddingTopHeadingSans05Top,
|
|
1158
|
-
SpacingDdsSpacingPaddingTopHeadingSans05TopNumberPx: SpacingDdsSpacingPaddingTopHeadingSans05TopNumberPx,
|
|
1159
|
-
SpacingDdsSpacingPaddingTopHeadingSans06Bottom: SpacingDdsSpacingPaddingTopHeadingSans06Bottom,
|
|
1160
|
-
SpacingDdsSpacingPaddingTopHeadingSans06BottomNumberPx: SpacingDdsSpacingPaddingTopHeadingSans06BottomNumberPx,
|
|
1161
|
-
SpacingDdsSpacingPaddingTopHeadingSans06Left: SpacingDdsSpacingPaddingTopHeadingSans06Left,
|
|
1162
|
-
SpacingDdsSpacingPaddingTopHeadingSans06LeftNumberPx: SpacingDdsSpacingPaddingTopHeadingSans06LeftNumberPx,
|
|
1163
|
-
SpacingDdsSpacingPaddingTopHeadingSans06Right: SpacingDdsSpacingPaddingTopHeadingSans06Right,
|
|
1164
|
-
SpacingDdsSpacingPaddingTopHeadingSans06RightNumberPx: SpacingDdsSpacingPaddingTopHeadingSans06RightNumberPx,
|
|
1165
|
-
SpacingDdsSpacingPaddingTopHeadingSans06Top: SpacingDdsSpacingPaddingTopHeadingSans06Top,
|
|
1166
|
-
SpacingDdsSpacingPaddingTopHeadingSans06TopNumberPx: SpacingDdsSpacingPaddingTopHeadingSans06TopNumberPx,
|
|
1167
|
-
SpacingDdsSpacingPaddingTopHeadingSans07Bottom: SpacingDdsSpacingPaddingTopHeadingSans07Bottom,
|
|
1168
|
-
SpacingDdsSpacingPaddingTopHeadingSans07BottomNumberPx: SpacingDdsSpacingPaddingTopHeadingSans07BottomNumberPx,
|
|
1169
|
-
SpacingDdsSpacingPaddingTopHeadingSans07Left: SpacingDdsSpacingPaddingTopHeadingSans07Left,
|
|
1170
|
-
SpacingDdsSpacingPaddingTopHeadingSans07LeftNumberPx: SpacingDdsSpacingPaddingTopHeadingSans07LeftNumberPx,
|
|
1171
|
-
SpacingDdsSpacingPaddingTopHeadingSans07Right: SpacingDdsSpacingPaddingTopHeadingSans07Right,
|
|
1172
|
-
SpacingDdsSpacingPaddingTopHeadingSans07RightNumberPx: SpacingDdsSpacingPaddingTopHeadingSans07RightNumberPx,
|
|
1173
|
-
SpacingDdsSpacingPaddingTopHeadingSans07Top: SpacingDdsSpacingPaddingTopHeadingSans07Top,
|
|
1174
|
-
SpacingDdsSpacingPaddingTopHeadingSans07TopNumberPx: SpacingDdsSpacingPaddingTopHeadingSans07TopNumberPx,
|
|
1175
|
-
SpacingDdsSpacingPaddingTopHeadingSans08Bottom: SpacingDdsSpacingPaddingTopHeadingSans08Bottom,
|
|
1176
|
-
SpacingDdsSpacingPaddingTopHeadingSans08BottomNumberPx: SpacingDdsSpacingPaddingTopHeadingSans08BottomNumberPx,
|
|
1177
|
-
SpacingDdsSpacingPaddingTopHeadingSans08Left: SpacingDdsSpacingPaddingTopHeadingSans08Left,
|
|
1178
|
-
SpacingDdsSpacingPaddingTopHeadingSans08LeftNumberPx: SpacingDdsSpacingPaddingTopHeadingSans08LeftNumberPx,
|
|
1179
|
-
SpacingDdsSpacingPaddingTopHeadingSans08Right: SpacingDdsSpacingPaddingTopHeadingSans08Right,
|
|
1180
|
-
SpacingDdsSpacingPaddingTopHeadingSans08RightNumberPx: SpacingDdsSpacingPaddingTopHeadingSans08RightNumberPx,
|
|
1181
|
-
SpacingDdsSpacingPaddingTopHeadingSans08Top: SpacingDdsSpacingPaddingTopHeadingSans08Top,
|
|
1182
|
-
SpacingDdsSpacingPaddingTopHeadingSans08TopNumberPx: SpacingDdsSpacingPaddingTopHeadingSans08TopNumberPx
|
|
1183
|
-
});
|
|
1184
|
-
|
|
1185
|
-
const DdsIconsizeMedium = "24px";
|
|
1186
|
-
const DdsIconsizeMediumNumberPx = 24;
|
|
1187
|
-
const DdsIconsizeLarge = "40px";
|
|
1188
|
-
const DdsIconsizeLargeNumberPx = 40;
|
|
1189
|
-
const DdsIconsizeSmall = "16px";
|
|
1190
|
-
const DdsIconsizeSmallNumberPx = 16;
|
|
1191
|
-
|
|
1192
|
-
var iconSizes = /*#__PURE__*/Object.freeze({
|
|
1193
|
-
__proto__: null,
|
|
1194
|
-
DdsIconsizeLarge: DdsIconsizeLarge,
|
|
1195
|
-
DdsIconsizeLargeNumberPx: DdsIconsizeLargeNumberPx,
|
|
1196
|
-
DdsIconsizeMedium: DdsIconsizeMedium,
|
|
1197
|
-
DdsIconsizeMediumNumberPx: DdsIconsizeMediumNumberPx,
|
|
1198
|
-
DdsIconsizeSmall: DdsIconsizeSmall,
|
|
1199
|
-
DdsIconsizeSmallNumberPx: DdsIconsizeSmallNumberPx
|
|
1200
|
-
});
|
|
1201
|
-
|
|
1202
|
-
const DdsGridXs0599Pattern = "columns";
|
|
1203
|
-
const DdsGridXs0599GutterSize = "16px";
|
|
1204
|
-
const DdsGridXs0599GutterSizeNumberPx = 16;
|
|
1205
|
-
const DdsGridXs0599Alignment = "stretch";
|
|
1206
|
-
const DdsGridXs0599Count = 4;
|
|
1207
|
-
const DdsGridXs0599Offset = "16px";
|
|
1208
|
-
const DdsGridXs0599OffsetNumberPx = 16;
|
|
1209
|
-
const DdsGridSm600959Pattern = "columns";
|
|
1210
|
-
const DdsGridSm600959GutterSize = "16px";
|
|
1211
|
-
const DdsGridSm600959GutterSizeNumberPx = 16;
|
|
1212
|
-
const DdsGridSm600959Alignment = "stretch";
|
|
1213
|
-
const DdsGridSm600959Count = 8;
|
|
1214
|
-
const DdsGridSm600959Offset = "16px";
|
|
1215
|
-
const DdsGridSm600959OffsetNumberPx = 16;
|
|
1216
|
-
const DdsGridMd9601279Pattern = "columns";
|
|
1217
|
-
const DdsGridMd9601279GutterSize = "24px";
|
|
1218
|
-
const DdsGridMd9601279GutterSizeNumberPx = 24;
|
|
1219
|
-
const DdsGridMd9601279Alignment = "stretch";
|
|
1220
|
-
const DdsGridMd9601279Count = 12;
|
|
1221
|
-
const DdsGridMd9601279Offset = "24px";
|
|
1222
|
-
const DdsGridMd9601279OffsetNumberPx = 24;
|
|
1223
|
-
const DdsGridLg12801919Pattern = "columns";
|
|
1224
|
-
const DdsGridLg12801919GutterSize = "24px";
|
|
1225
|
-
const DdsGridLg12801919GutterSizeNumberPx = 24;
|
|
1226
|
-
const DdsGridLg12801919Alignment = "stretch";
|
|
1227
|
-
const DdsGridLg12801919Count = 12;
|
|
1228
|
-
const DdsGridLg12801919Offset = "24px";
|
|
1229
|
-
const DdsGridLg12801919OffsetNumberPx = 24;
|
|
1230
|
-
const DdsGridXl1920Pattern = "columns";
|
|
1231
|
-
const DdsGridXl1920GutterSize = "24px";
|
|
1232
|
-
const DdsGridXl1920GutterSizeNumberPx = 24;
|
|
1233
|
-
const DdsGridXl1920Alignment = "stretch";
|
|
1234
|
-
const DdsGridXl1920Count = 12;
|
|
1235
|
-
const DdsGridXl1920Offset = "24px";
|
|
1236
|
-
const DdsGridXl1920OffsetNumberPx = 24;
|
|
1237
|
-
|
|
1238
|
-
var grid = /*#__PURE__*/Object.freeze({
|
|
1239
|
-
__proto__: null,
|
|
1240
|
-
DdsGridLg12801919Alignment: DdsGridLg12801919Alignment,
|
|
1241
|
-
DdsGridLg12801919Count: DdsGridLg12801919Count,
|
|
1242
|
-
DdsGridLg12801919GutterSize: DdsGridLg12801919GutterSize,
|
|
1243
|
-
DdsGridLg12801919GutterSizeNumberPx: DdsGridLg12801919GutterSizeNumberPx,
|
|
1244
|
-
DdsGridLg12801919Offset: DdsGridLg12801919Offset,
|
|
1245
|
-
DdsGridLg12801919OffsetNumberPx: DdsGridLg12801919OffsetNumberPx,
|
|
1246
|
-
DdsGridLg12801919Pattern: DdsGridLg12801919Pattern,
|
|
1247
|
-
DdsGridMd9601279Alignment: DdsGridMd9601279Alignment,
|
|
1248
|
-
DdsGridMd9601279Count: DdsGridMd9601279Count,
|
|
1249
|
-
DdsGridMd9601279GutterSize: DdsGridMd9601279GutterSize,
|
|
1250
|
-
DdsGridMd9601279GutterSizeNumberPx: DdsGridMd9601279GutterSizeNumberPx,
|
|
1251
|
-
DdsGridMd9601279Offset: DdsGridMd9601279Offset,
|
|
1252
|
-
DdsGridMd9601279OffsetNumberPx: DdsGridMd9601279OffsetNumberPx,
|
|
1253
|
-
DdsGridMd9601279Pattern: DdsGridMd9601279Pattern,
|
|
1254
|
-
DdsGridSm600959Alignment: DdsGridSm600959Alignment,
|
|
1255
|
-
DdsGridSm600959Count: DdsGridSm600959Count,
|
|
1256
|
-
DdsGridSm600959GutterSize: DdsGridSm600959GutterSize,
|
|
1257
|
-
DdsGridSm600959GutterSizeNumberPx: DdsGridSm600959GutterSizeNumberPx,
|
|
1258
|
-
DdsGridSm600959Offset: DdsGridSm600959Offset,
|
|
1259
|
-
DdsGridSm600959OffsetNumberPx: DdsGridSm600959OffsetNumberPx,
|
|
1260
|
-
DdsGridSm600959Pattern: DdsGridSm600959Pattern,
|
|
1261
|
-
DdsGridXl1920Alignment: DdsGridXl1920Alignment,
|
|
1262
|
-
DdsGridXl1920Count: DdsGridXl1920Count,
|
|
1263
|
-
DdsGridXl1920GutterSize: DdsGridXl1920GutterSize,
|
|
1264
|
-
DdsGridXl1920GutterSizeNumberPx: DdsGridXl1920GutterSizeNumberPx,
|
|
1265
|
-
DdsGridXl1920Offset: DdsGridXl1920Offset,
|
|
1266
|
-
DdsGridXl1920OffsetNumberPx: DdsGridXl1920OffsetNumberPx,
|
|
1267
|
-
DdsGridXl1920Pattern: DdsGridXl1920Pattern,
|
|
1268
|
-
DdsGridXs0599Alignment: DdsGridXs0599Alignment,
|
|
1269
|
-
DdsGridXs0599Count: DdsGridXs0599Count,
|
|
1270
|
-
DdsGridXs0599GutterSize: DdsGridXs0599GutterSize,
|
|
1271
|
-
DdsGridXs0599GutterSizeNumberPx: DdsGridXs0599GutterSizeNumberPx,
|
|
1272
|
-
DdsGridXs0599Offset: DdsGridXs0599Offset,
|
|
1273
|
-
DdsGridXs0599OffsetNumberPx: DdsGridXs0599OffsetNumberPx,
|
|
1274
|
-
DdsGridXs0599Pattern: DdsGridXs0599Pattern
|
|
1275
|
-
});
|
|
1276
|
-
|
|
1277
|
-
/**
|
|
1278
|
-
* Do not edit directly
|
|
1279
|
-
* Generated on Mon, 22 Jan 2024 11:05:28 GMT
|
|
1280
|
-
*/
|
|
1281
|
-
const DdsInnershadow1Ondark = " 1.0px 2.0px 4.0px 0px rgba(0, 0, 0, 0.5) inset";
|
|
1282
|
-
const DdsInnershadow1Onlight = " 1.0px 2.0px 4.0px 0px rgba(0, 0, 0, 0.1) inset";
|
|
1283
|
-
const DdsInnershadow2Ondark = " 2.0px 4.0px 8.0px 0px rgba(0, 0, 0, 0.5) inset";
|
|
1284
|
-
const DdsInnershadow2Onlight = " 2.0px 4.0px 8.0px 0px rgba(0, 0, 0, 0.1) inset";
|
|
1285
|
-
|
|
1286
|
-
var innerShadow = /*#__PURE__*/Object.freeze({
|
|
1287
|
-
__proto__: null,
|
|
1288
|
-
DdsInnershadow1Ondark: DdsInnershadow1Ondark,
|
|
1289
|
-
DdsInnershadow1Onlight: DdsInnershadow1Onlight,
|
|
1290
|
-
DdsInnershadow2Ondark: DdsInnershadow2Ondark,
|
|
1291
|
-
DdsInnershadow2Onlight: DdsInnershadow2Onlight
|
|
1292
|
-
});
|
|
1293
|
-
|
|
1294
|
-
/**
|
|
1295
|
-
* Do not edit directly
|
|
1296
|
-
* Generated on Mon, 22 Jan 2024 11:05:28 GMT
|
|
1297
|
-
*/
|
|
1298
|
-
const DdsShadow1Ondark = " 1.0px 2.0px 4.0px 0px rgba(0, 0, 0, 0.5)";
|
|
1299
|
-
const DdsShadow1Onlight = " 1.0px 2.0px 4.0px 0px rgba(0, 0, 0, 0.1)";
|
|
1300
|
-
const DdsShadow2Ondark = " 2.0px 4.0px 8.0px 0px rgba(0, 0, 0, 0.5)";
|
|
1301
|
-
const DdsShadow2Onlight = " 2.0px 4.0px 8.0px 0px rgba(0, 0, 0, 0.1)";
|
|
1302
|
-
const DdsShadow3Ondark = " 4.0px 8.0px 16.0px 0px rgba(0, 0, 0, 0.5)";
|
|
1303
|
-
const DdsShadow3Onlight = " 4.0px 8.0px 16.0px 0px rgba(0, 0, 0, 0.1)";
|
|
1304
|
-
const DdsShadow4Ondark = " 8.0px 16.0px 32.0px 0px rgba(0, 0, 0, 0.5)";
|
|
1305
|
-
const DdsShadow4Onlight = " 8.0px 16.0px 32.0px 0px rgba(0, 0, 0, 0.1)";
|
|
1306
|
-
|
|
1307
|
-
var outerShadow = /*#__PURE__*/Object.freeze({
|
|
1308
|
-
__proto__: null,
|
|
2508
|
+
DdsFontSupportingStyleTiny02TextDecoration: DdsFontSupportingStyleTiny02TextDecoration,
|
|
2509
|
+
DdsGridLgCount: DdsGridLgCount,
|
|
2510
|
+
DdsGridLgGutterSize: DdsGridLgGutterSize,
|
|
2511
|
+
DdsGridLgGutterSizeNumberPx: DdsGridLgGutterSizeNumberPx,
|
|
2512
|
+
DdsGridMdCount: DdsGridMdCount,
|
|
2513
|
+
DdsGridMdGutterSize: DdsGridMdGutterSize,
|
|
2514
|
+
DdsGridMdGutterSizeNumberPx: DdsGridMdGutterSizeNumberPx,
|
|
2515
|
+
DdsGridSmCount: DdsGridSmCount,
|
|
2516
|
+
DdsGridSmGutterSize: DdsGridSmGutterSize,
|
|
2517
|
+
DdsGridSmGutterSizeNumberPx: DdsGridSmGutterSizeNumberPx,
|
|
2518
|
+
DdsGridXlCount: DdsGridXlCount,
|
|
2519
|
+
DdsGridXlGutterSize: DdsGridXlGutterSize,
|
|
2520
|
+
DdsGridXlGutterSizeNumberPx: DdsGridXlGutterSizeNumberPx,
|
|
2521
|
+
DdsGridXsCount: DdsGridXsCount,
|
|
2522
|
+
DdsGridXsGutterSize: DdsGridXsGutterSize,
|
|
2523
|
+
DdsGridXsGutterSizeNumberPx: DdsGridXsGutterSizeNumberPx,
|
|
2524
|
+
DdsIconSizeLarge: DdsIconSizeLarge,
|
|
2525
|
+
DdsIconSizeLargeNumberPx: DdsIconSizeLargeNumberPx,
|
|
2526
|
+
DdsIconSizeMedium: DdsIconSizeMedium,
|
|
2527
|
+
DdsIconSizeMediumNumberPx: DdsIconSizeMediumNumberPx,
|
|
2528
|
+
DdsIconSizeSmall: DdsIconSizeSmall,
|
|
2529
|
+
DdsIconSizeSmallNumberPx: DdsIconSizeSmallNumberPx,
|
|
1309
2530
|
DdsShadow1Ondark: DdsShadow1Ondark,
|
|
1310
2531
|
DdsShadow1Onlight: DdsShadow1Onlight,
|
|
1311
2532
|
DdsShadow2Ondark: DdsShadow2Ondark,
|
|
@@ -1313,7 +2534,35 @@ var outerShadow = /*#__PURE__*/Object.freeze({
|
|
|
1313
2534
|
DdsShadow3Ondark: DdsShadow3Ondark,
|
|
1314
2535
|
DdsShadow3Onlight: DdsShadow3Onlight,
|
|
1315
2536
|
DdsShadow4Ondark: DdsShadow4Ondark,
|
|
1316
|
-
DdsShadow4Onlight: DdsShadow4Onlight
|
|
2537
|
+
DdsShadow4Onlight: DdsShadow4Onlight,
|
|
2538
|
+
DdsSpacingPaddingTopHeading: DdsSpacingPaddingTopHeading,
|
|
2539
|
+
DdsSpacingPaddingTopHeadingNumberEm: DdsSpacingPaddingTopHeadingNumberEm,
|
|
2540
|
+
DdsSpacingX0: DdsSpacingX0,
|
|
2541
|
+
DdsSpacingX0125: DdsSpacingX0125,
|
|
2542
|
+
DdsSpacingX0125NumberPx: DdsSpacingX0125NumberPx,
|
|
2543
|
+
DdsSpacingX025: DdsSpacingX025,
|
|
2544
|
+
DdsSpacingX025NumberPx: DdsSpacingX025NumberPx,
|
|
2545
|
+
DdsSpacingX05: DdsSpacingX05,
|
|
2546
|
+
DdsSpacingX05NumberPx: DdsSpacingX05NumberPx,
|
|
2547
|
+
DdsSpacingX075: DdsSpacingX075,
|
|
2548
|
+
DdsSpacingX075NumberPx: DdsSpacingX075NumberPx,
|
|
2549
|
+
DdsSpacingX0NumberPx: DdsSpacingX0NumberPx,
|
|
2550
|
+
DdsSpacingX1: DdsSpacingX1,
|
|
2551
|
+
DdsSpacingX10: DdsSpacingX10,
|
|
2552
|
+
DdsSpacingX10NumberPx: DdsSpacingX10NumberPx,
|
|
2553
|
+
DdsSpacingX15: DdsSpacingX15,
|
|
2554
|
+
DdsSpacingX15NumberPx: DdsSpacingX15NumberPx,
|
|
2555
|
+
DdsSpacingX1NumberPx: DdsSpacingX1NumberPx,
|
|
2556
|
+
DdsSpacingX2: DdsSpacingX2,
|
|
2557
|
+
DdsSpacingX25: DdsSpacingX25,
|
|
2558
|
+
DdsSpacingX25NumberPx: DdsSpacingX25NumberPx,
|
|
2559
|
+
DdsSpacingX2NumberPx: DdsSpacingX2NumberPx,
|
|
2560
|
+
DdsSpacingX3: DdsSpacingX3,
|
|
2561
|
+
DdsSpacingX3NumberPx: DdsSpacingX3NumberPx,
|
|
2562
|
+
DdsSpacingX4: DdsSpacingX4,
|
|
2563
|
+
DdsSpacingX4NumberPx: DdsSpacingX4NumberPx,
|
|
2564
|
+
DdsSpacingX6: DdsSpacingX6,
|
|
2565
|
+
DdsSpacingX6NumberPx: DdsSpacingX6NumberPx
|
|
1317
2566
|
});
|
|
1318
2567
|
|
|
1319
2568
|
const ddsStyles = {
|
|
@@ -8586,35 +9835,34 @@ const ddsBaseTokens = {
|
|
|
8586
9835
|
colors,
|
|
8587
9836
|
font,
|
|
8588
9837
|
breakpoints,
|
|
8589
|
-
border,
|
|
8590
9838
|
borderRadius,
|
|
8591
9839
|
spacing,
|
|
8592
9840
|
iconSizes,
|
|
8593
9841
|
grid,
|
|
8594
|
-
innerShadow,
|
|
8595
9842
|
outerShadow,
|
|
8596
9843
|
fontPackages,
|
|
8597
9844
|
};
|
|
9845
|
+
const ddsTokens = Object.assign({}, tokens);
|
|
8598
9846
|
|
|
8599
|
-
const { colors: Colors, fontPackages: FontPackages, borderRadius: BorderRadius,
|
|
9847
|
+
const { colors: Colors, fontPackages: FontPackages, borderRadius: BorderRadius, } = ddsBaseTokens;
|
|
8600
9848
|
const textDefault = {
|
|
8601
9849
|
textColor: Colors.DdsColorNeutralsGray9,
|
|
8602
9850
|
font: FontPackages.body_sans_02.base,
|
|
8603
9851
|
};
|
|
8604
9852
|
const focus = {
|
|
8605
|
-
colorDefault:
|
|
8606
|
-
outlineWidth:
|
|
9853
|
+
colorDefault: Colors.DdsColorFocusOutside,
|
|
9854
|
+
outlineWidth: '2px',
|
|
8607
9855
|
color__TextInput: Colors.DdsColorInteractiveBase,
|
|
8608
9856
|
textColor__TextInput: Colors.DdsColorInteractiveDark,
|
|
8609
|
-
borderWidth__TextInput:
|
|
9857
|
+
borderWidth__TextInput: '1px',
|
|
8610
9858
|
};
|
|
8611
9859
|
const ddsReferenceTokens = {
|
|
8612
9860
|
focus: focus,
|
|
8613
9861
|
textDefault: textDefault,
|
|
8614
9862
|
textInput: {
|
|
8615
9863
|
input: {
|
|
8616
|
-
borderRadius: BorderRadius.
|
|
8617
|
-
borderWidth:
|
|
9864
|
+
borderRadius: BorderRadius.DdsBorderRadius1,
|
|
9865
|
+
borderWidth: '1px',
|
|
8618
9866
|
borderColor: Colors.DdsColorNeutralsGray5,
|
|
8619
9867
|
textColor: textDefault.textColor,
|
|
8620
9868
|
hover: {
|
|
@@ -8640,3 +9888,4 @@ const ddsReferenceTokens = {
|
|
|
8640
9888
|
|
|
8641
9889
|
exports.ddsBaseTokens = ddsBaseTokens;
|
|
8642
9890
|
exports.ddsReferenceTokens = ddsReferenceTokens;
|
|
9891
|
+
exports.ddsTokens = ddsTokens;
|