@norges-domstoler/dds-design-tokens 6.0.1 → 7.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 +71 -39
- package/dist/cjs/dds/build/js/Core/ddsTokens.d.ts +275 -0
- package/dist/cjs/dds/build/js/Public/ddsTokens.d.ts +275 -0
- package/dist/cjs/dds/index.d.ts +2 -1
- package/dist/cjs/index.js +1020 -735
- package/dist/cjs/src/index.d.ts +554 -412
- package/dist/css/ddsTokens-core.css +212 -0
- package/dist/css/ddsTokens-public.css +212 -0
- package/dist/dds/build/js/Core/ddsTokens.d.ts +275 -0
- package/dist/dds/build/js/Core/ddsTokens.js +278 -0
- package/dist/dds/build/js/Public/ddsTokens.d.ts +275 -0
- package/dist/dds/build/js/Public/ddsTokens.js +278 -0
- package/dist/dds/index.d.ts +2 -1
- package/dist/index.js +6 -2
- package/dist/scss/_ddsTokens.scss +206 -311
- package/dist/src/index.d.ts +554 -412
- package/package.json +8 -8
- package/dist/cjs/dds/build/js/ddsTokens.d.ts +0 -412
- package/dist/css/ddsTokens.css +0 -321
- package/dist/dds/build/js/ddsTokens.d.ts +0 -412
- package/dist/dds/build/js/ddsTokens.js +0 -415
package/dist/cjs/index.js
CHANGED
|
@@ -1,74 +1,686 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
// Do not edit directly, this file was auto-generated.
|
|
4
|
-
const
|
|
5
|
-
const
|
|
6
|
-
const
|
|
7
|
-
const
|
|
8
|
-
const
|
|
9
|
-
const
|
|
10
|
-
const
|
|
11
|
-
const
|
|
12
|
-
const
|
|
13
|
-
const
|
|
14
|
-
const
|
|
15
|
-
const
|
|
16
|
-
const
|
|
17
|
-
const
|
|
18
|
-
const
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
const
|
|
22
|
-
const
|
|
23
|
-
const
|
|
24
|
-
const
|
|
25
|
-
const
|
|
26
|
-
const
|
|
27
|
-
const
|
|
28
|
-
const
|
|
29
|
-
const
|
|
30
|
-
const
|
|
31
|
-
const
|
|
32
|
-
const
|
|
33
|
-
const
|
|
34
|
-
const
|
|
35
|
-
const
|
|
36
|
-
const
|
|
37
|
-
const
|
|
38
|
-
const
|
|
39
|
-
const
|
|
40
|
-
const
|
|
41
|
-
const
|
|
42
|
-
const
|
|
43
|
-
const
|
|
44
|
-
const
|
|
45
|
-
const
|
|
46
|
-
const
|
|
47
|
-
const
|
|
48
|
-
const
|
|
49
|
-
const
|
|
50
|
-
const
|
|
51
|
-
const
|
|
52
|
-
const
|
|
53
|
-
const
|
|
54
|
-
const
|
|
55
|
-
const
|
|
56
|
-
const
|
|
57
|
-
const
|
|
58
|
-
const
|
|
59
|
-
const
|
|
60
|
-
const
|
|
61
|
-
const
|
|
62
|
-
const
|
|
63
|
-
const
|
|
64
|
-
const
|
|
65
|
-
const
|
|
66
|
-
const
|
|
67
|
-
const
|
|
68
|
-
const
|
|
69
|
-
const
|
|
70
|
-
const
|
|
71
|
-
const
|
|
4
|
+
const ddsFontFamilySans$1 = "'IBM Plex Sans', Arial, sans-serif";
|
|
5
|
+
const ddsFontFamilyMonospace$1 = "'IBM Plex Mono', 'Courier New', monospace"; // For kode
|
|
6
|
+
const ddsFontSizeX5$1 = "5rem";
|
|
7
|
+
const ddsFontSizeX5NumberRem$1 = 5;
|
|
8
|
+
const ddsFontSizeX4$1 = "4rem";
|
|
9
|
+
const ddsFontSizeX4NumberRem$1 = 4;
|
|
10
|
+
const ddsFontSizeX3$1 = "3rem";
|
|
11
|
+
const ddsFontSizeX3NumberRem$1 = 3;
|
|
12
|
+
const ddsFontSizeX25$1 = "2.5rem";
|
|
13
|
+
const ddsFontSizeX25NumberRem$1 = 2.5;
|
|
14
|
+
const ddsFontSizeX2$1 = "2rem";
|
|
15
|
+
const ddsFontSizeX2NumberRem$1 = 2;
|
|
16
|
+
const ddsFontSizeX15$1 = "1.5rem";
|
|
17
|
+
const ddsFontSizeX15NumberRem$1 = 1.5;
|
|
18
|
+
const ddsFontSizeX125$1 = "1.25rem";
|
|
19
|
+
const ddsFontSizeX125NumberRem$1 = 1.25;
|
|
20
|
+
const ddsFontSizeX1125$1 = "1.125rem";
|
|
21
|
+
const ddsFontSizeX1125NumberRem$1 = 1.125;
|
|
22
|
+
const ddsFontSizeX1$1 = "1rem";
|
|
23
|
+
const ddsFontSizeX1NumberRem$1 = 1;
|
|
24
|
+
const ddsFontSizeX0875$1 = "0.875rem";
|
|
25
|
+
const ddsFontSizeX0875NumberRem$1 = 0.875;
|
|
26
|
+
const ddsFontSizeX075$1 = "0.75rem";
|
|
27
|
+
const ddsFontSizeX075NumberRem$1 = 0.75;
|
|
28
|
+
const ddsFontSizeXxlarge$1 = "3rem";
|
|
29
|
+
const ddsFontSizeXxlargeNumberRem$1 = 3;
|
|
30
|
+
const ddsFontSizeXlarge$1 = "2rem";
|
|
31
|
+
const ddsFontSizeXlargeNumberRem$1 = 2;
|
|
32
|
+
const ddsFontSizeLarge$1 = "1.5rem";
|
|
33
|
+
const ddsFontSizeLargeNumberRem$1 = 1.5;
|
|
34
|
+
const ddsFontSizeMedium$1 = "1.25rem";
|
|
35
|
+
const ddsFontSizeMediumNumberRem$1 = 1.25;
|
|
36
|
+
const ddsFontSizeSmall$1 = "1.125rem";
|
|
37
|
+
const ddsFontSizeSmallNumberRem$1 = 1.125;
|
|
38
|
+
const ddsFontSizeXsmall$1 = "1rem";
|
|
39
|
+
const ddsFontSizeXsmallNumberRem$1 = 1;
|
|
40
|
+
const ddsFontSizeXxsmall$1 = "0.875rem";
|
|
41
|
+
const ddsFontSizeXxsmallNumberRem$1 = 0.875;
|
|
42
|
+
const ddsFontSizeXxxsmall$1 = "0.75rem";
|
|
43
|
+
const ddsFontSizeXxxsmallNumberRem$1 = 0.75;
|
|
44
|
+
const ddsFontWeightLight$1 = "300";
|
|
45
|
+
const ddsFontWeightNormal$1 = "400";
|
|
46
|
+
const ddsFontWeightBold$1 = "600";
|
|
47
|
+
const ddsFontLineheightX1$1 = 1.5; // Brukes på str ×1_25 og mindre
|
|
48
|
+
const ddsFontLineheightX2$1 = 1.35; // Brukes på str x1.5, ×2 og ×3
|
|
49
|
+
const ddsFontLineheightX3$1 = 1.2; // Brukes på str ×3 og større
|
|
50
|
+
const ddsFontLineheightList$1 = 2.5; // Brukes på lister
|
|
51
|
+
const ddsFontLetterSpacingTight$1 = "-0.01em"; // Brukes på str ×2.5 og større
|
|
52
|
+
const ddsFontLetterSpacingNormal$1 = "0em"; // Brukes på str ×1 og opp til og med ×2
|
|
53
|
+
const ddsFontLetterSpacingLoose$1 = "0.01em"; // Brukes på størrelser under ×1
|
|
54
|
+
const ddsFontParagraphSpacingSmall$1 = "1em";
|
|
55
|
+
const ddsFontParagraphSpacingSmallNumberEm$1 = 1; // Brukes på str ×1_25 og mindre
|
|
56
|
+
const ddsFontParagraphSpacingMedium$1 = "0.66em";
|
|
57
|
+
const ddsFontParagraphSpacingMediumNumberEm$1 = 0.66; // Brukes på str x1.5, ×2 og ×3
|
|
58
|
+
const ddsFontParagraphSpacingLarge$1 = "0.5em";
|
|
59
|
+
const ddsFontParagraphSpacingLargeNumberEm$1 = 0.5; // Brukes på str ×3 og større
|
|
60
|
+
const ddsFontParagraphSpacingHeading$1 = "0.4em";
|
|
61
|
+
const ddsFontParagraphSpacingHeadingNumberEm$1 = 0.4; // Brukes på på alle headere (bottom)
|
|
62
|
+
const ddsFontStyleUnderline$1 = "underline";
|
|
63
|
+
const ddsFontStyleNormal$1 = "none";
|
|
64
|
+
const ddsFontStyleItalic$1 = "italic";
|
|
65
|
+
const ddsSpacingPaddingTopHeading$1 = "0.7em";
|
|
66
|
+
const ddsSpacingPaddingTopHeadingNumberEm$1 = 0.7; // Ekstra spacing over dds-header. 70% av størrelsen på headeren
|
|
67
|
+
const ddsSpacingX0$1 = "0rem";
|
|
68
|
+
const ddsSpacingX0NumberRem$1 = 0;
|
|
69
|
+
const ddsSpacingX0125$1 = "0.125rem";
|
|
70
|
+
const ddsSpacingX0125NumberRem$1 = 0.125;
|
|
71
|
+
const ddsSpacingX025$1 = "0.25rem";
|
|
72
|
+
const ddsSpacingX025NumberRem$1 = 0.25;
|
|
73
|
+
const ddsSpacingX05$1 = "0.5rem";
|
|
74
|
+
const ddsSpacingX05NumberRem$1 = 0.5;
|
|
75
|
+
const ddsSpacingX075$1 = "0.75rem";
|
|
76
|
+
const ddsSpacingX075NumberRem$1 = 0.75;
|
|
77
|
+
const ddsSpacingX1$1 = "1rem";
|
|
78
|
+
const ddsSpacingX1NumberRem$1 = 1;
|
|
79
|
+
const ddsSpacingX15$1 = "1.5rem";
|
|
80
|
+
const ddsSpacingX15NumberRem$1 = 1.5;
|
|
81
|
+
const ddsSpacingX2$1 = "2rem";
|
|
82
|
+
const ddsSpacingX2NumberRem$1 = 2;
|
|
83
|
+
const ddsSpacingX25$1 = "2.5rem";
|
|
84
|
+
const ddsSpacingX25NumberRem$1 = 2.5;
|
|
85
|
+
const ddsSpacingX3$1 = "3rem";
|
|
86
|
+
const ddsSpacingX3NumberRem$1 = 3;
|
|
87
|
+
const ddsSpacingX4$1 = "4rem";
|
|
88
|
+
const ddsSpacingX4NumberRem$1 = 4;
|
|
89
|
+
const ddsSpacingX6$1 = "6rem";
|
|
90
|
+
const ddsSpacingX6NumberRem$1 = 6;
|
|
91
|
+
const ddsSpacingX10$1 = "10rem";
|
|
92
|
+
const ddsSpacingX10NumberRem$1 = 10;
|
|
93
|
+
const ddsShadow1$1 = "1px 2px 4px 0px rgba(11, 13, 14, 10%)";
|
|
94
|
+
const ddsShadow2$1 = "2px 4px 8px 0px rgba(11, 13, 14, 10%)";
|
|
95
|
+
const ddsShadow3$1 = "4px 8px 16px 0px rgba(11, 13, 14, 10%)";
|
|
96
|
+
const ddsShadow4$1 = "8px 16px 32px 0px rgba(11, 13, 14, 10%)";
|
|
97
|
+
const ddsGridXsGutterSize$1 = "16px";
|
|
98
|
+
const ddsGridXsGutterSizeNumberPx$1 = 16;
|
|
99
|
+
const ddsGridXsCount$1 = "4";
|
|
100
|
+
const ddsGridSmGutterSize$1 = "16px";
|
|
101
|
+
const ddsGridSmGutterSizeNumberPx$1 = 16;
|
|
102
|
+
const ddsGridSmCount$1 = "8";
|
|
103
|
+
const ddsGridLgGutterSize$1 = "24px";
|
|
104
|
+
const ddsGridLgGutterSizeNumberPx$1 = 24;
|
|
105
|
+
const ddsGridLgCount$1 = "12";
|
|
106
|
+
const ddsGridMdGutterSize$1 = "24px";
|
|
107
|
+
const ddsGridMdGutterSizeNumberPx$1 = 24;
|
|
108
|
+
const ddsGridMdCount$1 = "12";
|
|
109
|
+
const ddsGridXlGutterSize$1 = "24px";
|
|
110
|
+
const ddsGridXlGutterSizeNumberPx$1 = 24;
|
|
111
|
+
const ddsGridXlCount$1 = "12";
|
|
112
|
+
const ddsIconSizeLarge$1 = "40px";
|
|
113
|
+
const ddsIconSizeLargeNumberPx$1 = 40;
|
|
114
|
+
const ddsIconSizeMedium$1 = "24px";
|
|
115
|
+
const ddsIconSizeMediumNumberPx$1 = 24;
|
|
116
|
+
const ddsIconSizeSmall$1 = "16px";
|
|
117
|
+
const ddsIconSizeSmallNumberPx$1 = 16;
|
|
118
|
+
const ddsBreakpointXs$1 = "1px";
|
|
119
|
+
const ddsBreakpointXsNumberPx$1 = 1;
|
|
120
|
+
const ddsBreakpointSm$1 = "600px";
|
|
121
|
+
const ddsBreakpointSmNumberPx$1 = 600;
|
|
122
|
+
const ddsBreakpointMd$1 = "960px";
|
|
123
|
+
const ddsBreakpointMdNumberPx$1 = 960;
|
|
124
|
+
const ddsBreakpointLg$1 = "1280px";
|
|
125
|
+
const ddsBreakpointLgNumberPx$1 = 1280;
|
|
126
|
+
const ddsBreakpointXl$1 = "1920px";
|
|
127
|
+
const ddsBreakpointXlNumberPx$1 = 1920;
|
|
128
|
+
const ddsColorBgDefault$1 = "#ffffff"; // UI shell base color
|
|
129
|
+
const ddsColorBgSubtle$1 = "#f8f9f9"; // Alternative UI shell base color
|
|
130
|
+
const ddsColorSurfaceDefault$1 = "#ffffff"; // Default bg
|
|
131
|
+
const ddsColorSurfaceSubtle$1 = "#f8f9f9"; // Subtle surface color
|
|
132
|
+
const ddsColorSurfaceMedium$1 = "#ebecee"; // Medium surface color
|
|
133
|
+
const ddsColorSurfaceHoverDefault$1 = "#e7f1f7"; // Hover on surface (default, subtle, medium)
|
|
134
|
+
const ddsColorSurfaceHoverSubtle$1 = "#f8f9f9"; // Subtle hover on surface (default, medium)
|
|
135
|
+
const ddsColorSurfaceSelectedDefault$1 = "#e7f1f7"; // Selected state for surface (default, subtle, medium)
|
|
136
|
+
const ddsColorSurfaceInverseDefault$1 = "#354754"; // Can be used as a surface for menu, navigation, footer etc
|
|
137
|
+
const ddsColorSurfaceInverseHover$1 = "#313d45"; // Hover on surface.inverse
|
|
138
|
+
const ddsColorSurfaceInverseSelected$1 = "#202b32"; // selected on surface.inverse
|
|
139
|
+
const ddsColorSurfaceActionResting$1 = "#106ead"; // Primary button bg
|
|
140
|
+
const ddsColorSurfaceActionHover$1 = "#0d588a"; // Hover on surface.action/selected
|
|
141
|
+
const ddsColorSurfaceActionSelected$1 = "#106ead"; // Selected state for components such as togglebutton, togglebar, progress tracker, checkbox etc
|
|
142
|
+
const ddsColorSurfaceActionDangerResting$1 = "#d83737"; // Danger button
|
|
143
|
+
const ddsColorSurfaceActionDangerHover$1 = "#ad2c2c"; // Hover on surface.action-danger
|
|
144
|
+
const ddsColorSurfaceActionSelectedDisabled$1 = "#77838c"; // bg on a selected disabled checkbox, radio etc
|
|
145
|
+
const ddsColorSurfaceDangerDefault$1 = "#fbebeb"; // tag, message, errormessage
|
|
146
|
+
const ddsColorSurfaceDangerStrong$1 = "#e47373"; // tag strong value
|
|
147
|
+
const ddsColorSurfaceSuccessDefault$1 = "#f0f9f0"; // tag, message
|
|
148
|
+
const ddsColorSurfaceSuccessStrong$1 = "#93d294"; // tag with strong value
|
|
149
|
+
const ddsColorSurfaceWarningDefault$1 = "#fefced"; // tag, message
|
|
150
|
+
const ddsColorSurfaceWarningStrong$1 = "#f7e982"; // tag strong value
|
|
151
|
+
const ddsColorSurfaceInfoDefault$1 = "#f1f8fd"; // tag, message
|
|
152
|
+
const ddsColorSurfaceInfoStrong$1 = "#9eceee"; // tag strong value
|
|
153
|
+
const ddsColorSurfacePaperDefault$1 = "#ffffff"; // modal, drawer, popover etc
|
|
154
|
+
const ddsColorSurfaceBackdropDefault$1 = "#0b0d0e80"; // background overlay for modals (50%)
|
|
155
|
+
const ddsColorSurfaceFieldDefault$1 = "#ffffff"; // Form elements (textinput, datepicker etc)
|
|
156
|
+
const ddsColorSurfaceFieldDisabled$1 = "#f8f9f9"; // disabled state on surface.field
|
|
157
|
+
const ddsColorSurfaceHighlightedDefault$1 = "#ffe6df"; // bg for highlighted text on text.default. Use with $Text
|
|
158
|
+
const ddsColorSurfaceScrollbar$1 = "#adb5ba"; // Used for scrollbar
|
|
159
|
+
const ddsColorSurfaceNotification$1 = "#d83737"; // bg on a notification
|
|
160
|
+
const ddsColorSurfaceSkeleton$1 = "#cfd4d7"; // Used for skeleton
|
|
161
|
+
const ddsColorBorderDefault$1 = "#77838c"; // Form components, togglebutton, secondary button, checkbox etc
|
|
162
|
+
const ddsColorBorderSubtle$1 = "#cfd4d7"; // Dropdown, tooltip, overflow etc
|
|
163
|
+
const ddsColorBorderInverse$1 = "#acbbc6"; // Border or divider on surface.inverse
|
|
164
|
+
const ddsColorBorderActionDefault$1 = "#106ead"; // Used in progress tracker
|
|
165
|
+
const ddsColorBorderActionHover$1 = "#0d588a"; // Hover on secondary button etc
|
|
166
|
+
const ddsColorBorderSuccess$1 = "#65be66"; // Used with tag-default
|
|
167
|
+
const ddsColorBorderWarning$1 = "#f4e04d"; // Tag.default
|
|
168
|
+
const ddsColorBorderDanger$1 = "#d83737"; // Tag.default, error message field
|
|
169
|
+
const ddsColorBorderInfo$1 = "#75b9e6"; // Tag.default
|
|
170
|
+
const ddsColorBorderOnAction$1 = "#ffffff"; // Used on primary split button
|
|
171
|
+
const ddsColorTextDefault$1 = "#0b0d0e"; // default text, heading, body. on surface.hover
|
|
172
|
+
const ddsColorTextMedium$1 = "#3a4146"; // Label, etc
|
|
173
|
+
const ddsColorTextSubtle$1 = "#545c62"; // Disabled or less important text
|
|
174
|
+
const ddsColorTextOnInverse$1 = "#ffffff"; // On surface.inverse
|
|
175
|
+
const ddsColorTextOnAction$1 = "#ffffff"; // On surface.action (primary and danger button)
|
|
176
|
+
const ddsColorTextOnStatusDefault$1 = "#0b0d0e"; // On default status surfaces
|
|
177
|
+
const ddsColorTextOnStatusStrong$1 = "#0b0d0e"; // On status surfaces with strong prop
|
|
178
|
+
const ddsColorTextActionResting$1 = "#106ead"; // Link, number in progress tracker
|
|
179
|
+
const ddsColorTextActionHover$1 = "#0d588a"; // Hover on text.action
|
|
180
|
+
const ddsColorTextRequiredfield$1 = "#d83737"; // Asterix to indicate required field
|
|
181
|
+
const ddsColorTextActionVisited$1 = "#7f29b4"; // Used for visited links
|
|
182
|
+
const ddsColorTextActionVisitedOnInverse$1 = "#cca9e1"; // Used for visited links on inverse surfaces
|
|
183
|
+
const ddsColorTextOnNotification$1 = "#ffffff"; // Used on surface.notification
|
|
184
|
+
const ddsColorIconDefault$1 = "#0b0d0e"; // Often used with text.default
|
|
185
|
+
const ddsColorIconMedium$1 = "#3a4146"; // Often used with text.medium
|
|
186
|
+
const ddsColorIconSubtle$1 = "#545c62"; // Often used with text.subtle
|
|
187
|
+
const ddsColorIconOnInverse$1 = "#ffffff"; // On surface.inverse
|
|
188
|
+
const ddsColorIconOnAction$1 = "#ffffff"; // On surface.action (primary and danger button)
|
|
189
|
+
const ddsColorIconActionResting$1 = "#106ead"; // Often used with Text.action
|
|
190
|
+
const ddsColorIconActionHover$1 = "#0d588a"; // hover on icon-action, used on secondary buttons etc
|
|
191
|
+
const ddsColorIconOnSuccessDefault$1 = "#3d723d"; // On surface.success-default
|
|
192
|
+
const ddsColorIconOnSuccessStrong$1 = "#0b0d0e"; // On surface-success-strong
|
|
193
|
+
const ddsColorIconOnWarningDefault$1 = "#92862e"; // On surface.warning-default
|
|
194
|
+
const ddsColorIconOnWarningStrong$1 = "#0b0d0e"; // On surface.warning-strong
|
|
195
|
+
const ddsColorIconOnDangerDefault$1 = "#ad2c2c"; // On surface.danger-default
|
|
196
|
+
const ddsColorIconOnDangerStrong$1 = "#0b0d0e"; // On surface.danger-strong
|
|
197
|
+
const ddsColorIconOnInfoDefault$1 = "#466f8a"; // On surface.info-default
|
|
198
|
+
const ddsColorIconOnInfoStrong$1 = "#0b0d0e"; // On surface.info-strong
|
|
199
|
+
const ddsColorBrandPrimaryDefault$1 = "#354754"; // Primary brand color
|
|
200
|
+
const ddsColorBrandPrimarySubtle$1 = "#eaeff4"; // Primary brand color
|
|
201
|
+
const ddsColorBrandPrimaryMedium$1 = "#4f6a7e"; // Primary brand color
|
|
202
|
+
const ddsColorBrandPrimaryStrong$1 = "#202b32";
|
|
203
|
+
const ddsColorBrandSecondaryDefault$1 = "#9ab8b7"; // Secondary brand color
|
|
204
|
+
const ddsColorBrandSecondarySubtle$1 = "#e6eded"; // Secondary brand color
|
|
205
|
+
const ddsColorBrandSecondaryMedium$1 = "#b8cdcd"; // Secondary brand color
|
|
206
|
+
const ddsColorBrandSecondaryStrong$1 = "#4d6463";
|
|
207
|
+
const ddsColorBrandTertiaryDefault$1 = "#f2a68f"; // Tertiary brand color
|
|
208
|
+
const ddsColorBrandTertiarySubtle$1 = "#ffe6df"; // Tertiary brand color
|
|
209
|
+
const ddsColorBrandTertiaryMedium$1 = "#f6c1b1"; // Tertiary brand color
|
|
210
|
+
const ddsColorBrandTertiaryStrong$1 = "#f27e55";
|
|
211
|
+
const ddsColorFocusOutside$1 = "#2f4a5c"; // Contrast to .inside
|
|
212
|
+
const ddsColorFocusInside$1 = "#f1f8fd"; // Contrast to .outside
|
|
213
|
+
const ddsFontLabelMedium$1 = "600 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // Label for form components
|
|
214
|
+
const ddsFontBodyXsmall$1 = "400 0.75rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // used with xsmall button and input fields
|
|
215
|
+
const ddsFontBodySmall$1 = "400 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // used with small button and input fields
|
|
216
|
+
const ddsFontBodyMedium$1 = "400 1rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // standard body text, used with medium button and input fields
|
|
217
|
+
const ddsFontBodyLarge$1 = "400 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // Used for large button and large search
|
|
218
|
+
const ddsFontHeadingXxsmall$1 = "600 0.75rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // Default h6
|
|
219
|
+
const ddsFontHeadingXsmall$1 = "600 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // Default h5
|
|
220
|
+
const ddsFontHeadingSmall$1 = "600 1rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // Default h4
|
|
221
|
+
const ddsFontHeadingMedium$1 = "600 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // Default h3
|
|
222
|
+
const ddsFontHeadingLarge$1 = "400 clamp(1.25rem, 0.833rem + 1.111vw, 1.5rem)/1.35 'IBM Plex Sans', Arial, sans-serif"; // Default h2
|
|
223
|
+
const ddsFontHeadingXlarge$1 = "400 clamp(1.5rem, 0.667rem + 2.222vw, 2rem)/1.35 'IBM Plex Sans', Arial, sans-serif"; // Default H1
|
|
224
|
+
const ddsFontHeadingXxlarge$1 = "300 clamp(2.5rem, 1.667rem + 2.222vw, 3rem)/1.2 'IBM Plex Sans', Arial, sans-serif"; // Display or extra large page title (h1)
|
|
225
|
+
const ddsFontLeadMedium$1 = "300 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // Lead brukes som ingress når man skriver artikler etc
|
|
226
|
+
const ddsFontCodeMedium$1 = "400 1rem/1.5 'IBM Plex Mono', 'Courier New', monospace"; // Brukes for kodesnutter etc
|
|
227
|
+
const ddsBorderRadiusButton$1 = "2px";
|
|
228
|
+
const ddsBorderRadiusButtonNumberPx$1 = 2; // For use in button component and togglebutton
|
|
229
|
+
const ddsBorderRadiusSurface$1 = "4px";
|
|
230
|
+
const ddsBorderRadiusSurfaceNumberPx$1 = 4; // Most surfaces, for example cards, papers, messages, backgrounds in GUI
|
|
231
|
+
const ddsBorderRadiusInput$1 = "2px";
|
|
232
|
+
const ddsBorderRadiusInputNumberPx$1 = 2; // All input fields, and check boxes
|
|
233
|
+
const ddsBorderRadiusChip$1 = "4px";
|
|
234
|
+
const ddsBorderRadiusChipNumberPx$1 = 4; // Chips and tags
|
|
235
|
+
const ddsBorderRadiusRounded$1 = "9999px";
|
|
236
|
+
const ddsBorderRadiusRoundedNumberPx$1 = 9999; // Rounded and circular components such as radiobutton, toggle, togglebutton and progress tracker
|
|
237
|
+
const ddsFontHeadingXxlargeLetterSpacing$1 = "-0.01em";
|
|
238
|
+
const ddsFontHeadingXxlargeParagraphSpacing$1 = "0.4em";
|
|
239
|
+
const ddsFontHeadingXxlargeParagraphSpacingNumberEm$1 = 0.4;
|
|
240
|
+
const ddsFontHeadingXlargeLetterSpacing$1 = "0em";
|
|
241
|
+
const ddsFontHeadingXlargeParagraphSpacing$1 = "0.4em";
|
|
242
|
+
const ddsFontHeadingXlargeParagraphSpacingNumberEm$1 = 0.4;
|
|
243
|
+
const ddsFontHeadingLargeLetterSpacing$1 = "0em";
|
|
244
|
+
const ddsFontHeadingLargeParagraphSpacing$1 = "0.4em";
|
|
245
|
+
const ddsFontHeadingLargeParagraphSpacingNumberEm$1 = 0.4;
|
|
246
|
+
const ddsFontHeadingMediumLetterSpacing$1 = "0em";
|
|
247
|
+
const ddsFontHeadingMediumParagraphSpacing$1 = "0.4em";
|
|
248
|
+
const ddsFontHeadingMediumParagraphSpacingNumberEm$1 = 0.4;
|
|
249
|
+
const ddsFontHeadingSmallLetterSpacing$1 = "0em";
|
|
250
|
+
const ddsFontHeadingSmallParagraphSpacing$1 = "0.4em";
|
|
251
|
+
const ddsFontHeadingSmallParagraphSpacingNumberEm$1 = 0.4;
|
|
252
|
+
const ddsFontHeadingXsmallLetterSpacing$1 = "0.01em";
|
|
253
|
+
const ddsFontHeadingXsmallParagraphSpacing$1 = "0.4em";
|
|
254
|
+
const ddsFontHeadingXsmallParagraphSpacingNumberEm$1 = 0.4;
|
|
255
|
+
const ddsFontHeadingXxsmallLetterSpacing$1 = "0.01em";
|
|
256
|
+
const ddsFontHeadingXxsmallParagraphSpacing$1 = "0.4em";
|
|
257
|
+
const ddsFontHeadingXxsmallParagraphSpacingNumberEm$1 = 0.4;
|
|
258
|
+
const ddsFontBodyLargeLetterSpacing$1 = "0em";
|
|
259
|
+
const ddsFontBodyLargeParagraphSpacing$1 = "1em";
|
|
260
|
+
const ddsFontBodyLargeParagraphSpacingNumberEm$1 = 1;
|
|
261
|
+
const ddsFontBodyMediumLetterSpacing$1 = "0em";
|
|
262
|
+
const ddsFontBodyMediumParagraphSpacing$1 = "1em";
|
|
263
|
+
const ddsFontBodyMediumParagraphSpacingNumberEm$1 = 1;
|
|
264
|
+
const ddsFontBodySmallLetterSpacing$1 = "0.01em";
|
|
265
|
+
const ddsFontBodySmallParagraphSpacing$1 = "1em";
|
|
266
|
+
const ddsFontBodySmallParagraphSpacingNumberEm$1 = 1;
|
|
267
|
+
const ddsFontBodyXsmallLetterSpacing$1 = "0.01em";
|
|
268
|
+
const ddsFontBodyXsmallParagraphSpacing$1 = "1em";
|
|
269
|
+
const ddsFontBodyXsmallParagraphSpacingNumberEm$1 = 1;
|
|
270
|
+
const ddsFontLeadMediumLetterSpacing$1 = "0em";
|
|
271
|
+
const ddsFontLeadMediumParagraphSpacing$1 = "1em";
|
|
272
|
+
const ddsFontLeadMediumParagraphSpacingNumberEm$1 = 1;
|
|
273
|
+
const ddsFontCodeMediumLetterSpacing$1 = "0em";
|
|
274
|
+
const ddsFontCodeMediumParagraphSpacing$1 = "1em";
|
|
275
|
+
const ddsFontCodeMediumParagraphSpacingNumberEm$1 = 1;
|
|
276
|
+
const ddsFontLabelMediumLetterSpacing$1 = "0.01em";
|
|
277
|
+
const ddsFontLabelMediumParagraphSpacing$1 = "1em";
|
|
278
|
+
const ddsFontLabelMediumParagraphSpacingNumberEm$1 = 1;
|
|
279
|
+
|
|
280
|
+
var ddsTokensCore = /*#__PURE__*/Object.freeze({
|
|
281
|
+
__proto__: null,
|
|
282
|
+
ddsBorderRadiusButton: ddsBorderRadiusButton$1,
|
|
283
|
+
ddsBorderRadiusButtonNumberPx: ddsBorderRadiusButtonNumberPx$1,
|
|
284
|
+
ddsBorderRadiusChip: ddsBorderRadiusChip$1,
|
|
285
|
+
ddsBorderRadiusChipNumberPx: ddsBorderRadiusChipNumberPx$1,
|
|
286
|
+
ddsBorderRadiusInput: ddsBorderRadiusInput$1,
|
|
287
|
+
ddsBorderRadiusInputNumberPx: ddsBorderRadiusInputNumberPx$1,
|
|
288
|
+
ddsBorderRadiusRounded: ddsBorderRadiusRounded$1,
|
|
289
|
+
ddsBorderRadiusRoundedNumberPx: ddsBorderRadiusRoundedNumberPx$1,
|
|
290
|
+
ddsBorderRadiusSurface: ddsBorderRadiusSurface$1,
|
|
291
|
+
ddsBorderRadiusSurfaceNumberPx: ddsBorderRadiusSurfaceNumberPx$1,
|
|
292
|
+
ddsBreakpointLg: ddsBreakpointLg$1,
|
|
293
|
+
ddsBreakpointLgNumberPx: ddsBreakpointLgNumberPx$1,
|
|
294
|
+
ddsBreakpointMd: ddsBreakpointMd$1,
|
|
295
|
+
ddsBreakpointMdNumberPx: ddsBreakpointMdNumberPx$1,
|
|
296
|
+
ddsBreakpointSm: ddsBreakpointSm$1,
|
|
297
|
+
ddsBreakpointSmNumberPx: ddsBreakpointSmNumberPx$1,
|
|
298
|
+
ddsBreakpointXl: ddsBreakpointXl$1,
|
|
299
|
+
ddsBreakpointXlNumberPx: ddsBreakpointXlNumberPx$1,
|
|
300
|
+
ddsBreakpointXs: ddsBreakpointXs$1,
|
|
301
|
+
ddsBreakpointXsNumberPx: ddsBreakpointXsNumberPx$1,
|
|
302
|
+
ddsColorBgDefault: ddsColorBgDefault$1,
|
|
303
|
+
ddsColorBgSubtle: ddsColorBgSubtle$1,
|
|
304
|
+
ddsColorBorderActionDefault: ddsColorBorderActionDefault$1,
|
|
305
|
+
ddsColorBorderActionHover: ddsColorBorderActionHover$1,
|
|
306
|
+
ddsColorBorderDanger: ddsColorBorderDanger$1,
|
|
307
|
+
ddsColorBorderDefault: ddsColorBorderDefault$1,
|
|
308
|
+
ddsColorBorderInfo: ddsColorBorderInfo$1,
|
|
309
|
+
ddsColorBorderInverse: ddsColorBorderInverse$1,
|
|
310
|
+
ddsColorBorderOnAction: ddsColorBorderOnAction$1,
|
|
311
|
+
ddsColorBorderSubtle: ddsColorBorderSubtle$1,
|
|
312
|
+
ddsColorBorderSuccess: ddsColorBorderSuccess$1,
|
|
313
|
+
ddsColorBorderWarning: ddsColorBorderWarning$1,
|
|
314
|
+
ddsColorBrandPrimaryDefault: ddsColorBrandPrimaryDefault$1,
|
|
315
|
+
ddsColorBrandPrimaryMedium: ddsColorBrandPrimaryMedium$1,
|
|
316
|
+
ddsColorBrandPrimaryStrong: ddsColorBrandPrimaryStrong$1,
|
|
317
|
+
ddsColorBrandPrimarySubtle: ddsColorBrandPrimarySubtle$1,
|
|
318
|
+
ddsColorBrandSecondaryDefault: ddsColorBrandSecondaryDefault$1,
|
|
319
|
+
ddsColorBrandSecondaryMedium: ddsColorBrandSecondaryMedium$1,
|
|
320
|
+
ddsColorBrandSecondaryStrong: ddsColorBrandSecondaryStrong$1,
|
|
321
|
+
ddsColorBrandSecondarySubtle: ddsColorBrandSecondarySubtle$1,
|
|
322
|
+
ddsColorBrandTertiaryDefault: ddsColorBrandTertiaryDefault$1,
|
|
323
|
+
ddsColorBrandTertiaryMedium: ddsColorBrandTertiaryMedium$1,
|
|
324
|
+
ddsColorBrandTertiaryStrong: ddsColorBrandTertiaryStrong$1,
|
|
325
|
+
ddsColorBrandTertiarySubtle: ddsColorBrandTertiarySubtle$1,
|
|
326
|
+
ddsColorFocusInside: ddsColorFocusInside$1,
|
|
327
|
+
ddsColorFocusOutside: ddsColorFocusOutside$1,
|
|
328
|
+
ddsColorIconActionHover: ddsColorIconActionHover$1,
|
|
329
|
+
ddsColorIconActionResting: ddsColorIconActionResting$1,
|
|
330
|
+
ddsColorIconDefault: ddsColorIconDefault$1,
|
|
331
|
+
ddsColorIconMedium: ddsColorIconMedium$1,
|
|
332
|
+
ddsColorIconOnAction: ddsColorIconOnAction$1,
|
|
333
|
+
ddsColorIconOnDangerDefault: ddsColorIconOnDangerDefault$1,
|
|
334
|
+
ddsColorIconOnDangerStrong: ddsColorIconOnDangerStrong$1,
|
|
335
|
+
ddsColorIconOnInfoDefault: ddsColorIconOnInfoDefault$1,
|
|
336
|
+
ddsColorIconOnInfoStrong: ddsColorIconOnInfoStrong$1,
|
|
337
|
+
ddsColorIconOnInverse: ddsColorIconOnInverse$1,
|
|
338
|
+
ddsColorIconOnSuccessDefault: ddsColorIconOnSuccessDefault$1,
|
|
339
|
+
ddsColorIconOnSuccessStrong: ddsColorIconOnSuccessStrong$1,
|
|
340
|
+
ddsColorIconOnWarningDefault: ddsColorIconOnWarningDefault$1,
|
|
341
|
+
ddsColorIconOnWarningStrong: ddsColorIconOnWarningStrong$1,
|
|
342
|
+
ddsColorIconSubtle: ddsColorIconSubtle$1,
|
|
343
|
+
ddsColorSurfaceActionDangerHover: ddsColorSurfaceActionDangerHover$1,
|
|
344
|
+
ddsColorSurfaceActionDangerResting: ddsColorSurfaceActionDangerResting$1,
|
|
345
|
+
ddsColorSurfaceActionHover: ddsColorSurfaceActionHover$1,
|
|
346
|
+
ddsColorSurfaceActionResting: ddsColorSurfaceActionResting$1,
|
|
347
|
+
ddsColorSurfaceActionSelected: ddsColorSurfaceActionSelected$1,
|
|
348
|
+
ddsColorSurfaceActionSelectedDisabled: ddsColorSurfaceActionSelectedDisabled$1,
|
|
349
|
+
ddsColorSurfaceBackdropDefault: ddsColorSurfaceBackdropDefault$1,
|
|
350
|
+
ddsColorSurfaceDangerDefault: ddsColorSurfaceDangerDefault$1,
|
|
351
|
+
ddsColorSurfaceDangerStrong: ddsColorSurfaceDangerStrong$1,
|
|
352
|
+
ddsColorSurfaceDefault: ddsColorSurfaceDefault$1,
|
|
353
|
+
ddsColorSurfaceFieldDefault: ddsColorSurfaceFieldDefault$1,
|
|
354
|
+
ddsColorSurfaceFieldDisabled: ddsColorSurfaceFieldDisabled$1,
|
|
355
|
+
ddsColorSurfaceHighlightedDefault: ddsColorSurfaceHighlightedDefault$1,
|
|
356
|
+
ddsColorSurfaceHoverDefault: ddsColorSurfaceHoverDefault$1,
|
|
357
|
+
ddsColorSurfaceHoverSubtle: ddsColorSurfaceHoverSubtle$1,
|
|
358
|
+
ddsColorSurfaceInfoDefault: ddsColorSurfaceInfoDefault$1,
|
|
359
|
+
ddsColorSurfaceInfoStrong: ddsColorSurfaceInfoStrong$1,
|
|
360
|
+
ddsColorSurfaceInverseDefault: ddsColorSurfaceInverseDefault$1,
|
|
361
|
+
ddsColorSurfaceInverseHover: ddsColorSurfaceInverseHover$1,
|
|
362
|
+
ddsColorSurfaceInverseSelected: ddsColorSurfaceInverseSelected$1,
|
|
363
|
+
ddsColorSurfaceMedium: ddsColorSurfaceMedium$1,
|
|
364
|
+
ddsColorSurfaceNotification: ddsColorSurfaceNotification$1,
|
|
365
|
+
ddsColorSurfacePaperDefault: ddsColorSurfacePaperDefault$1,
|
|
366
|
+
ddsColorSurfaceScrollbar: ddsColorSurfaceScrollbar$1,
|
|
367
|
+
ddsColorSurfaceSelectedDefault: ddsColorSurfaceSelectedDefault$1,
|
|
368
|
+
ddsColorSurfaceSkeleton: ddsColorSurfaceSkeleton$1,
|
|
369
|
+
ddsColorSurfaceSubtle: ddsColorSurfaceSubtle$1,
|
|
370
|
+
ddsColorSurfaceSuccessDefault: ddsColorSurfaceSuccessDefault$1,
|
|
371
|
+
ddsColorSurfaceSuccessStrong: ddsColorSurfaceSuccessStrong$1,
|
|
372
|
+
ddsColorSurfaceWarningDefault: ddsColorSurfaceWarningDefault$1,
|
|
373
|
+
ddsColorSurfaceWarningStrong: ddsColorSurfaceWarningStrong$1,
|
|
374
|
+
ddsColorTextActionHover: ddsColorTextActionHover$1,
|
|
375
|
+
ddsColorTextActionResting: ddsColorTextActionResting$1,
|
|
376
|
+
ddsColorTextActionVisited: ddsColorTextActionVisited$1,
|
|
377
|
+
ddsColorTextActionVisitedOnInverse: ddsColorTextActionVisitedOnInverse$1,
|
|
378
|
+
ddsColorTextDefault: ddsColorTextDefault$1,
|
|
379
|
+
ddsColorTextMedium: ddsColorTextMedium$1,
|
|
380
|
+
ddsColorTextOnAction: ddsColorTextOnAction$1,
|
|
381
|
+
ddsColorTextOnInverse: ddsColorTextOnInverse$1,
|
|
382
|
+
ddsColorTextOnNotification: ddsColorTextOnNotification$1,
|
|
383
|
+
ddsColorTextOnStatusDefault: ddsColorTextOnStatusDefault$1,
|
|
384
|
+
ddsColorTextOnStatusStrong: ddsColorTextOnStatusStrong$1,
|
|
385
|
+
ddsColorTextRequiredfield: ddsColorTextRequiredfield$1,
|
|
386
|
+
ddsColorTextSubtle: ddsColorTextSubtle$1,
|
|
387
|
+
ddsFontBodyLarge: ddsFontBodyLarge$1,
|
|
388
|
+
ddsFontBodyLargeLetterSpacing: ddsFontBodyLargeLetterSpacing$1,
|
|
389
|
+
ddsFontBodyLargeParagraphSpacing: ddsFontBodyLargeParagraphSpacing$1,
|
|
390
|
+
ddsFontBodyLargeParagraphSpacingNumberEm: ddsFontBodyLargeParagraphSpacingNumberEm$1,
|
|
391
|
+
ddsFontBodyMedium: ddsFontBodyMedium$1,
|
|
392
|
+
ddsFontBodyMediumLetterSpacing: ddsFontBodyMediumLetterSpacing$1,
|
|
393
|
+
ddsFontBodyMediumParagraphSpacing: ddsFontBodyMediumParagraphSpacing$1,
|
|
394
|
+
ddsFontBodyMediumParagraphSpacingNumberEm: ddsFontBodyMediumParagraphSpacingNumberEm$1,
|
|
395
|
+
ddsFontBodySmall: ddsFontBodySmall$1,
|
|
396
|
+
ddsFontBodySmallLetterSpacing: ddsFontBodySmallLetterSpacing$1,
|
|
397
|
+
ddsFontBodySmallParagraphSpacing: ddsFontBodySmallParagraphSpacing$1,
|
|
398
|
+
ddsFontBodySmallParagraphSpacingNumberEm: ddsFontBodySmallParagraphSpacingNumberEm$1,
|
|
399
|
+
ddsFontBodyXsmall: ddsFontBodyXsmall$1,
|
|
400
|
+
ddsFontBodyXsmallLetterSpacing: ddsFontBodyXsmallLetterSpacing$1,
|
|
401
|
+
ddsFontBodyXsmallParagraphSpacing: ddsFontBodyXsmallParagraphSpacing$1,
|
|
402
|
+
ddsFontBodyXsmallParagraphSpacingNumberEm: ddsFontBodyXsmallParagraphSpacingNumberEm$1,
|
|
403
|
+
ddsFontCodeMedium: ddsFontCodeMedium$1,
|
|
404
|
+
ddsFontCodeMediumLetterSpacing: ddsFontCodeMediumLetterSpacing$1,
|
|
405
|
+
ddsFontCodeMediumParagraphSpacing: ddsFontCodeMediumParagraphSpacing$1,
|
|
406
|
+
ddsFontCodeMediumParagraphSpacingNumberEm: ddsFontCodeMediumParagraphSpacingNumberEm$1,
|
|
407
|
+
ddsFontFamilyMonospace: ddsFontFamilyMonospace$1,
|
|
408
|
+
ddsFontFamilySans: ddsFontFamilySans$1,
|
|
409
|
+
ddsFontHeadingLarge: ddsFontHeadingLarge$1,
|
|
410
|
+
ddsFontHeadingLargeLetterSpacing: ddsFontHeadingLargeLetterSpacing$1,
|
|
411
|
+
ddsFontHeadingLargeParagraphSpacing: ddsFontHeadingLargeParagraphSpacing$1,
|
|
412
|
+
ddsFontHeadingLargeParagraphSpacingNumberEm: ddsFontHeadingLargeParagraphSpacingNumberEm$1,
|
|
413
|
+
ddsFontHeadingMedium: ddsFontHeadingMedium$1,
|
|
414
|
+
ddsFontHeadingMediumLetterSpacing: ddsFontHeadingMediumLetterSpacing$1,
|
|
415
|
+
ddsFontHeadingMediumParagraphSpacing: ddsFontHeadingMediumParagraphSpacing$1,
|
|
416
|
+
ddsFontHeadingMediumParagraphSpacingNumberEm: ddsFontHeadingMediumParagraphSpacingNumberEm$1,
|
|
417
|
+
ddsFontHeadingSmall: ddsFontHeadingSmall$1,
|
|
418
|
+
ddsFontHeadingSmallLetterSpacing: ddsFontHeadingSmallLetterSpacing$1,
|
|
419
|
+
ddsFontHeadingSmallParagraphSpacing: ddsFontHeadingSmallParagraphSpacing$1,
|
|
420
|
+
ddsFontHeadingSmallParagraphSpacingNumberEm: ddsFontHeadingSmallParagraphSpacingNumberEm$1,
|
|
421
|
+
ddsFontHeadingXlarge: ddsFontHeadingXlarge$1,
|
|
422
|
+
ddsFontHeadingXlargeLetterSpacing: ddsFontHeadingXlargeLetterSpacing$1,
|
|
423
|
+
ddsFontHeadingXlargeParagraphSpacing: ddsFontHeadingXlargeParagraphSpacing$1,
|
|
424
|
+
ddsFontHeadingXlargeParagraphSpacingNumberEm: ddsFontHeadingXlargeParagraphSpacingNumberEm$1,
|
|
425
|
+
ddsFontHeadingXsmall: ddsFontHeadingXsmall$1,
|
|
426
|
+
ddsFontHeadingXsmallLetterSpacing: ddsFontHeadingXsmallLetterSpacing$1,
|
|
427
|
+
ddsFontHeadingXsmallParagraphSpacing: ddsFontHeadingXsmallParagraphSpacing$1,
|
|
428
|
+
ddsFontHeadingXsmallParagraphSpacingNumberEm: ddsFontHeadingXsmallParagraphSpacingNumberEm$1,
|
|
429
|
+
ddsFontHeadingXxlarge: ddsFontHeadingXxlarge$1,
|
|
430
|
+
ddsFontHeadingXxlargeLetterSpacing: ddsFontHeadingXxlargeLetterSpacing$1,
|
|
431
|
+
ddsFontHeadingXxlargeParagraphSpacing: ddsFontHeadingXxlargeParagraphSpacing$1,
|
|
432
|
+
ddsFontHeadingXxlargeParagraphSpacingNumberEm: ddsFontHeadingXxlargeParagraphSpacingNumberEm$1,
|
|
433
|
+
ddsFontHeadingXxsmall: ddsFontHeadingXxsmall$1,
|
|
434
|
+
ddsFontHeadingXxsmallLetterSpacing: ddsFontHeadingXxsmallLetterSpacing$1,
|
|
435
|
+
ddsFontHeadingXxsmallParagraphSpacing: ddsFontHeadingXxsmallParagraphSpacing$1,
|
|
436
|
+
ddsFontHeadingXxsmallParagraphSpacingNumberEm: ddsFontHeadingXxsmallParagraphSpacingNumberEm$1,
|
|
437
|
+
ddsFontLabelMedium: ddsFontLabelMedium$1,
|
|
438
|
+
ddsFontLabelMediumLetterSpacing: ddsFontLabelMediumLetterSpacing$1,
|
|
439
|
+
ddsFontLabelMediumParagraphSpacing: ddsFontLabelMediumParagraphSpacing$1,
|
|
440
|
+
ddsFontLabelMediumParagraphSpacingNumberEm: ddsFontLabelMediumParagraphSpacingNumberEm$1,
|
|
441
|
+
ddsFontLeadMedium: ddsFontLeadMedium$1,
|
|
442
|
+
ddsFontLeadMediumLetterSpacing: ddsFontLeadMediumLetterSpacing$1,
|
|
443
|
+
ddsFontLeadMediumParagraphSpacing: ddsFontLeadMediumParagraphSpacing$1,
|
|
444
|
+
ddsFontLeadMediumParagraphSpacingNumberEm: ddsFontLeadMediumParagraphSpacingNumberEm$1,
|
|
445
|
+
ddsFontLetterSpacingLoose: ddsFontLetterSpacingLoose$1,
|
|
446
|
+
ddsFontLetterSpacingNormal: ddsFontLetterSpacingNormal$1,
|
|
447
|
+
ddsFontLetterSpacingTight: ddsFontLetterSpacingTight$1,
|
|
448
|
+
ddsFontLineheightList: ddsFontLineheightList$1,
|
|
449
|
+
ddsFontLineheightX1: ddsFontLineheightX1$1,
|
|
450
|
+
ddsFontLineheightX2: ddsFontLineheightX2$1,
|
|
451
|
+
ddsFontLineheightX3: ddsFontLineheightX3$1,
|
|
452
|
+
ddsFontParagraphSpacingHeading: ddsFontParagraphSpacingHeading$1,
|
|
453
|
+
ddsFontParagraphSpacingHeadingNumberEm: ddsFontParagraphSpacingHeadingNumberEm$1,
|
|
454
|
+
ddsFontParagraphSpacingLarge: ddsFontParagraphSpacingLarge$1,
|
|
455
|
+
ddsFontParagraphSpacingLargeNumberEm: ddsFontParagraphSpacingLargeNumberEm$1,
|
|
456
|
+
ddsFontParagraphSpacingMedium: ddsFontParagraphSpacingMedium$1,
|
|
457
|
+
ddsFontParagraphSpacingMediumNumberEm: ddsFontParagraphSpacingMediumNumberEm$1,
|
|
458
|
+
ddsFontParagraphSpacingSmall: ddsFontParagraphSpacingSmall$1,
|
|
459
|
+
ddsFontParagraphSpacingSmallNumberEm: ddsFontParagraphSpacingSmallNumberEm$1,
|
|
460
|
+
ddsFontSizeLarge: ddsFontSizeLarge$1,
|
|
461
|
+
ddsFontSizeLargeNumberRem: ddsFontSizeLargeNumberRem$1,
|
|
462
|
+
ddsFontSizeMedium: ddsFontSizeMedium$1,
|
|
463
|
+
ddsFontSizeMediumNumberRem: ddsFontSizeMediumNumberRem$1,
|
|
464
|
+
ddsFontSizeSmall: ddsFontSizeSmall$1,
|
|
465
|
+
ddsFontSizeSmallNumberRem: ddsFontSizeSmallNumberRem$1,
|
|
466
|
+
ddsFontSizeX075: ddsFontSizeX075$1,
|
|
467
|
+
ddsFontSizeX075NumberRem: ddsFontSizeX075NumberRem$1,
|
|
468
|
+
ddsFontSizeX0875: ddsFontSizeX0875$1,
|
|
469
|
+
ddsFontSizeX0875NumberRem: ddsFontSizeX0875NumberRem$1,
|
|
470
|
+
ddsFontSizeX1: ddsFontSizeX1$1,
|
|
471
|
+
ddsFontSizeX1125: ddsFontSizeX1125$1,
|
|
472
|
+
ddsFontSizeX1125NumberRem: ddsFontSizeX1125NumberRem$1,
|
|
473
|
+
ddsFontSizeX125: ddsFontSizeX125$1,
|
|
474
|
+
ddsFontSizeX125NumberRem: ddsFontSizeX125NumberRem$1,
|
|
475
|
+
ddsFontSizeX15: ddsFontSizeX15$1,
|
|
476
|
+
ddsFontSizeX15NumberRem: ddsFontSizeX15NumberRem$1,
|
|
477
|
+
ddsFontSizeX1NumberRem: ddsFontSizeX1NumberRem$1,
|
|
478
|
+
ddsFontSizeX2: ddsFontSizeX2$1,
|
|
479
|
+
ddsFontSizeX25: ddsFontSizeX25$1,
|
|
480
|
+
ddsFontSizeX25NumberRem: ddsFontSizeX25NumberRem$1,
|
|
481
|
+
ddsFontSizeX2NumberRem: ddsFontSizeX2NumberRem$1,
|
|
482
|
+
ddsFontSizeX3: ddsFontSizeX3$1,
|
|
483
|
+
ddsFontSizeX3NumberRem: ddsFontSizeX3NumberRem$1,
|
|
484
|
+
ddsFontSizeX4: ddsFontSizeX4$1,
|
|
485
|
+
ddsFontSizeX4NumberRem: ddsFontSizeX4NumberRem$1,
|
|
486
|
+
ddsFontSizeX5: ddsFontSizeX5$1,
|
|
487
|
+
ddsFontSizeX5NumberRem: ddsFontSizeX5NumberRem$1,
|
|
488
|
+
ddsFontSizeXlarge: ddsFontSizeXlarge$1,
|
|
489
|
+
ddsFontSizeXlargeNumberRem: ddsFontSizeXlargeNumberRem$1,
|
|
490
|
+
ddsFontSizeXsmall: ddsFontSizeXsmall$1,
|
|
491
|
+
ddsFontSizeXsmallNumberRem: ddsFontSizeXsmallNumberRem$1,
|
|
492
|
+
ddsFontSizeXxlarge: ddsFontSizeXxlarge$1,
|
|
493
|
+
ddsFontSizeXxlargeNumberRem: ddsFontSizeXxlargeNumberRem$1,
|
|
494
|
+
ddsFontSizeXxsmall: ddsFontSizeXxsmall$1,
|
|
495
|
+
ddsFontSizeXxsmallNumberRem: ddsFontSizeXxsmallNumberRem$1,
|
|
496
|
+
ddsFontSizeXxxsmall: ddsFontSizeXxxsmall$1,
|
|
497
|
+
ddsFontSizeXxxsmallNumberRem: ddsFontSizeXxxsmallNumberRem$1,
|
|
498
|
+
ddsFontStyleItalic: ddsFontStyleItalic$1,
|
|
499
|
+
ddsFontStyleNormal: ddsFontStyleNormal$1,
|
|
500
|
+
ddsFontStyleUnderline: ddsFontStyleUnderline$1,
|
|
501
|
+
ddsFontWeightBold: ddsFontWeightBold$1,
|
|
502
|
+
ddsFontWeightLight: ddsFontWeightLight$1,
|
|
503
|
+
ddsFontWeightNormal: ddsFontWeightNormal$1,
|
|
504
|
+
ddsGridLgCount: ddsGridLgCount$1,
|
|
505
|
+
ddsGridLgGutterSize: ddsGridLgGutterSize$1,
|
|
506
|
+
ddsGridLgGutterSizeNumberPx: ddsGridLgGutterSizeNumberPx$1,
|
|
507
|
+
ddsGridMdCount: ddsGridMdCount$1,
|
|
508
|
+
ddsGridMdGutterSize: ddsGridMdGutterSize$1,
|
|
509
|
+
ddsGridMdGutterSizeNumberPx: ddsGridMdGutterSizeNumberPx$1,
|
|
510
|
+
ddsGridSmCount: ddsGridSmCount$1,
|
|
511
|
+
ddsGridSmGutterSize: ddsGridSmGutterSize$1,
|
|
512
|
+
ddsGridSmGutterSizeNumberPx: ddsGridSmGutterSizeNumberPx$1,
|
|
513
|
+
ddsGridXlCount: ddsGridXlCount$1,
|
|
514
|
+
ddsGridXlGutterSize: ddsGridXlGutterSize$1,
|
|
515
|
+
ddsGridXlGutterSizeNumberPx: ddsGridXlGutterSizeNumberPx$1,
|
|
516
|
+
ddsGridXsCount: ddsGridXsCount$1,
|
|
517
|
+
ddsGridXsGutterSize: ddsGridXsGutterSize$1,
|
|
518
|
+
ddsGridXsGutterSizeNumberPx: ddsGridXsGutterSizeNumberPx$1,
|
|
519
|
+
ddsIconSizeLarge: ddsIconSizeLarge$1,
|
|
520
|
+
ddsIconSizeLargeNumberPx: ddsIconSizeLargeNumberPx$1,
|
|
521
|
+
ddsIconSizeMedium: ddsIconSizeMedium$1,
|
|
522
|
+
ddsIconSizeMediumNumberPx: ddsIconSizeMediumNumberPx$1,
|
|
523
|
+
ddsIconSizeSmall: ddsIconSizeSmall$1,
|
|
524
|
+
ddsIconSizeSmallNumberPx: ddsIconSizeSmallNumberPx$1,
|
|
525
|
+
ddsShadow1: ddsShadow1$1,
|
|
526
|
+
ddsShadow2: ddsShadow2$1,
|
|
527
|
+
ddsShadow3: ddsShadow3$1,
|
|
528
|
+
ddsShadow4: ddsShadow4$1,
|
|
529
|
+
ddsSpacingPaddingTopHeading: ddsSpacingPaddingTopHeading$1,
|
|
530
|
+
ddsSpacingPaddingTopHeadingNumberEm: ddsSpacingPaddingTopHeadingNumberEm$1,
|
|
531
|
+
ddsSpacingX0: ddsSpacingX0$1,
|
|
532
|
+
ddsSpacingX0125: ddsSpacingX0125$1,
|
|
533
|
+
ddsSpacingX0125NumberRem: ddsSpacingX0125NumberRem$1,
|
|
534
|
+
ddsSpacingX025: ddsSpacingX025$1,
|
|
535
|
+
ddsSpacingX025NumberRem: ddsSpacingX025NumberRem$1,
|
|
536
|
+
ddsSpacingX05: ddsSpacingX05$1,
|
|
537
|
+
ddsSpacingX05NumberRem: ddsSpacingX05NumberRem$1,
|
|
538
|
+
ddsSpacingX075: ddsSpacingX075$1,
|
|
539
|
+
ddsSpacingX075NumberRem: ddsSpacingX075NumberRem$1,
|
|
540
|
+
ddsSpacingX0NumberRem: ddsSpacingX0NumberRem$1,
|
|
541
|
+
ddsSpacingX1: ddsSpacingX1$1,
|
|
542
|
+
ddsSpacingX10: ddsSpacingX10$1,
|
|
543
|
+
ddsSpacingX10NumberRem: ddsSpacingX10NumberRem$1,
|
|
544
|
+
ddsSpacingX15: ddsSpacingX15$1,
|
|
545
|
+
ddsSpacingX15NumberRem: ddsSpacingX15NumberRem$1,
|
|
546
|
+
ddsSpacingX1NumberRem: ddsSpacingX1NumberRem$1,
|
|
547
|
+
ddsSpacingX2: ddsSpacingX2$1,
|
|
548
|
+
ddsSpacingX25: ddsSpacingX25$1,
|
|
549
|
+
ddsSpacingX25NumberRem: ddsSpacingX25NumberRem$1,
|
|
550
|
+
ddsSpacingX2NumberRem: ddsSpacingX2NumberRem$1,
|
|
551
|
+
ddsSpacingX3: ddsSpacingX3$1,
|
|
552
|
+
ddsSpacingX3NumberRem: ddsSpacingX3NumberRem$1,
|
|
553
|
+
ddsSpacingX4: ddsSpacingX4$1,
|
|
554
|
+
ddsSpacingX4NumberRem: ddsSpacingX4NumberRem$1,
|
|
555
|
+
ddsSpacingX6: ddsSpacingX6$1,
|
|
556
|
+
ddsSpacingX6NumberRem: ddsSpacingX6NumberRem$1
|
|
557
|
+
});
|
|
558
|
+
|
|
559
|
+
// Do not edit directly, this file was auto-generated.
|
|
560
|
+
const ddsFontFamilySans = "'IBM Plex Sans', Arial, sans-serif";
|
|
561
|
+
const ddsFontFamilyMonospace = "'IBM Plex Mono', 'Courier New', monospace"; // For kode
|
|
562
|
+
const ddsFontSizeX5 = "5rem";
|
|
563
|
+
const ddsFontSizeX5NumberRem = 5;
|
|
564
|
+
const ddsFontSizeX4 = "4rem";
|
|
565
|
+
const ddsFontSizeX4NumberRem = 4;
|
|
566
|
+
const ddsFontSizeX3 = "3rem";
|
|
567
|
+
const ddsFontSizeX3NumberRem = 3;
|
|
568
|
+
const ddsFontSizeX25 = "2.5rem";
|
|
569
|
+
const ddsFontSizeX25NumberRem = 2.5;
|
|
570
|
+
const ddsFontSizeX2 = "2rem";
|
|
571
|
+
const ddsFontSizeX2NumberRem = 2;
|
|
572
|
+
const ddsFontSizeX15 = "1.5rem";
|
|
573
|
+
const ddsFontSizeX15NumberRem = 1.5;
|
|
574
|
+
const ddsFontSizeX125 = "1.25rem";
|
|
575
|
+
const ddsFontSizeX125NumberRem = 1.25;
|
|
576
|
+
const ddsFontSizeX1125 = "1.125rem";
|
|
577
|
+
const ddsFontSizeX1125NumberRem = 1.125;
|
|
578
|
+
const ddsFontSizeX1 = "1rem";
|
|
579
|
+
const ddsFontSizeX1NumberRem = 1;
|
|
580
|
+
const ddsFontSizeX0875 = "0.875rem";
|
|
581
|
+
const ddsFontSizeX0875NumberRem = 0.875;
|
|
582
|
+
const ddsFontSizeX075 = "0.75rem";
|
|
583
|
+
const ddsFontSizeX075NumberRem = 0.75;
|
|
584
|
+
const ddsFontSizeXxlarge = "4rem";
|
|
585
|
+
const ddsFontSizeXxlargeNumberRem = 4;
|
|
586
|
+
const ddsFontSizeXlarge = "3rem";
|
|
587
|
+
const ddsFontSizeXlargeNumberRem = 3;
|
|
588
|
+
const ddsFontSizeLarge = "2rem";
|
|
589
|
+
const ddsFontSizeLargeNumberRem = 2;
|
|
590
|
+
const ddsFontSizeMedium = "1.5rem";
|
|
591
|
+
const ddsFontSizeMediumNumberRem = 1.5;
|
|
592
|
+
const ddsFontSizeSmall = "1.25rem";
|
|
593
|
+
const ddsFontSizeSmallNumberRem = 1.25;
|
|
594
|
+
const ddsFontSizeXsmall = "1.125rem";
|
|
595
|
+
const ddsFontSizeXsmallNumberRem = 1.125;
|
|
596
|
+
const ddsFontSizeXxsmall = "1rem";
|
|
597
|
+
const ddsFontSizeXxsmallNumberRem = 1;
|
|
598
|
+
const ddsFontSizeXxxsmall = "0.875rem";
|
|
599
|
+
const ddsFontSizeXxxsmallNumberRem = 0.875;
|
|
600
|
+
const ddsFontWeightLight = "300";
|
|
601
|
+
const ddsFontWeightNormal = "400";
|
|
602
|
+
const ddsFontWeightBold = "600";
|
|
603
|
+
const ddsFontLineheightX1 = 1.5; // Brukes på str ×1_25 og mindre
|
|
604
|
+
const ddsFontLineheightX2 = 1.35; // Brukes på str x1.5, ×2 og ×3
|
|
605
|
+
const ddsFontLineheightX3 = 1.2; // Brukes på str ×3 og større
|
|
606
|
+
const ddsFontLineheightList = 2.5; // Brukes på lister
|
|
607
|
+
const ddsFontLetterSpacingTight = "-0.01em"; // Brukes på str ×2.5 og større
|
|
608
|
+
const ddsFontLetterSpacingNormal = "0em"; // Brukes på str ×1 og opp til og med ×2
|
|
609
|
+
const ddsFontLetterSpacingLoose = "0.01em"; // Brukes på størrelser under ×1
|
|
610
|
+
const ddsFontParagraphSpacingSmall = "1em";
|
|
611
|
+
const ddsFontParagraphSpacingSmallNumberEm = 1; // Brukes på str ×1_25 og mindre
|
|
612
|
+
const ddsFontParagraphSpacingMedium = "0.66em";
|
|
613
|
+
const ddsFontParagraphSpacingMediumNumberEm = 0.66; // Brukes på str x1.5, ×2 og ×3
|
|
614
|
+
const ddsFontParagraphSpacingLarge = "0.5em";
|
|
615
|
+
const ddsFontParagraphSpacingLargeNumberEm = 0.5; // Brukes på str ×3 og større
|
|
616
|
+
const ddsFontParagraphSpacingHeading = "0.4em";
|
|
617
|
+
const ddsFontParagraphSpacingHeadingNumberEm = 0.4; // Brukes på på alle headere (bottom)
|
|
618
|
+
const ddsFontStyleUnderline = "underline";
|
|
619
|
+
const ddsFontStyleNormal = "none";
|
|
620
|
+
const ddsFontStyleItalic = "italic";
|
|
621
|
+
const ddsSpacingPaddingTopHeading = "0.7em";
|
|
622
|
+
const ddsSpacingPaddingTopHeadingNumberEm = 0.7; // Ekstra spacing over dds-header. 70% av størrelsen på headeren
|
|
623
|
+
const ddsSpacingX0 = "0rem";
|
|
624
|
+
const ddsSpacingX0NumberRem = 0;
|
|
625
|
+
const ddsSpacingX0125 = "0.125rem";
|
|
626
|
+
const ddsSpacingX0125NumberRem = 0.125;
|
|
627
|
+
const ddsSpacingX025 = "0.25rem";
|
|
628
|
+
const ddsSpacingX025NumberRem = 0.25;
|
|
629
|
+
const ddsSpacingX05 = "0.5rem";
|
|
630
|
+
const ddsSpacingX05NumberRem = 0.5;
|
|
631
|
+
const ddsSpacingX075 = "0.75rem";
|
|
632
|
+
const ddsSpacingX075NumberRem = 0.75;
|
|
633
|
+
const ddsSpacingX1 = "1rem";
|
|
634
|
+
const ddsSpacingX1NumberRem = 1;
|
|
635
|
+
const ddsSpacingX15 = "1.5rem";
|
|
636
|
+
const ddsSpacingX15NumberRem = 1.5;
|
|
637
|
+
const ddsSpacingX2 = "2rem";
|
|
638
|
+
const ddsSpacingX2NumberRem = 2;
|
|
639
|
+
const ddsSpacingX25 = "2.5rem";
|
|
640
|
+
const ddsSpacingX25NumberRem = 2.5;
|
|
641
|
+
const ddsSpacingX3 = "3rem";
|
|
642
|
+
const ddsSpacingX3NumberRem = 3;
|
|
643
|
+
const ddsSpacingX4 = "4rem";
|
|
644
|
+
const ddsSpacingX4NumberRem = 4;
|
|
645
|
+
const ddsSpacingX6 = "6rem";
|
|
646
|
+
const ddsSpacingX6NumberRem = 6;
|
|
647
|
+
const ddsSpacingX10 = "10rem";
|
|
648
|
+
const ddsSpacingX10NumberRem = 10;
|
|
649
|
+
const ddsShadow1 = "1px 2px 4px 0px rgba(11, 13, 14, 10%)";
|
|
650
|
+
const ddsShadow2 = "2px 4px 8px 0px rgba(11, 13, 14, 10%)";
|
|
651
|
+
const ddsShadow3 = "4px 8px 16px 0px rgba(11, 13, 14, 10%)";
|
|
652
|
+
const ddsShadow4 = "8px 16px 32px 0px rgba(11, 13, 14, 10%)";
|
|
653
|
+
const ddsGridXsGutterSize = "16px";
|
|
654
|
+
const ddsGridXsGutterSizeNumberPx = 16;
|
|
655
|
+
const ddsGridXsCount = "4";
|
|
656
|
+
const ddsGridSmGutterSize = "16px";
|
|
657
|
+
const ddsGridSmGutterSizeNumberPx = 16;
|
|
658
|
+
const ddsGridSmCount = "8";
|
|
659
|
+
const ddsGridLgGutterSize = "24px";
|
|
660
|
+
const ddsGridLgGutterSizeNumberPx = 24;
|
|
661
|
+
const ddsGridLgCount = "12";
|
|
662
|
+
const ddsGridMdGutterSize = "24px";
|
|
663
|
+
const ddsGridMdGutterSizeNumberPx = 24;
|
|
664
|
+
const ddsGridMdCount = "12";
|
|
665
|
+
const ddsGridXlGutterSize = "24px";
|
|
666
|
+
const ddsGridXlGutterSizeNumberPx = 24;
|
|
667
|
+
const ddsGridXlCount = "12";
|
|
668
|
+
const ddsIconSizeLarge = "40px";
|
|
669
|
+
const ddsIconSizeLargeNumberPx = 40;
|
|
670
|
+
const ddsIconSizeMedium = "24px";
|
|
671
|
+
const ddsIconSizeMediumNumberPx = 24;
|
|
672
|
+
const ddsIconSizeSmall = "16px";
|
|
673
|
+
const ddsIconSizeSmallNumberPx = 16;
|
|
674
|
+
const ddsBreakpointXs = "1px";
|
|
675
|
+
const ddsBreakpointXsNumberPx = 1;
|
|
676
|
+
const ddsBreakpointSm = "600px";
|
|
677
|
+
const ddsBreakpointSmNumberPx = 600;
|
|
678
|
+
const ddsBreakpointMd = "960px";
|
|
679
|
+
const ddsBreakpointMdNumberPx = 960;
|
|
680
|
+
const ddsBreakpointLg = "1280px";
|
|
681
|
+
const ddsBreakpointLgNumberPx = 1280;
|
|
682
|
+
const ddsBreakpointXl = "1920px";
|
|
683
|
+
const ddsBreakpointXlNumberPx = 1920;
|
|
72
684
|
const ddsColorBgDefault = "#ffffff"; // UI shell base color
|
|
73
685
|
const ddsColorBgSubtle = "#f8f9f9"; // Alternative UI shell base color
|
|
74
686
|
const ddsColorSurfaceDefault = "#ffffff"; // Default bg
|
|
@@ -107,7 +719,7 @@ const ddsColorBorderSubtle = "#cfd4d7"; // Dropdown, tooltip, overflow etc
|
|
|
107
719
|
const ddsColorBorderInverse = "#acbbc6"; // Border or divider on surface.inverse
|
|
108
720
|
const ddsColorBorderActionDefault = "#106ead"; // Used in progress tracker
|
|
109
721
|
const ddsColorBorderActionHover = "#0d588a"; // Hover on secondary button etc
|
|
110
|
-
const ddsColorBorderSuccess = "#65be66"; //
|
|
722
|
+
const ddsColorBorderSuccess = "#65be66"; // Used with tag-default
|
|
111
723
|
const ddsColorBorderWarning = "#f4e04d"; // Tag.default
|
|
112
724
|
const ddsColorBorderDanger = "#d83737"; // Tag.default, error message field
|
|
113
725
|
const ddsColorBorderInfo = "#75b9e6"; // Tag.default
|
|
@@ -154,16 +766,6 @@ const ddsColorBrandTertiaryMedium = "#f6c1b1"; // Tertiary brand color
|
|
|
154
766
|
const ddsColorBrandTertiaryStrong = "#f27e55";
|
|
155
767
|
const ddsColorFocusOutside = "#2f4a5c"; // Contrast to .inside
|
|
156
768
|
const ddsColorFocusInside = "#f1f8fd"; // Contrast to .outside
|
|
157
|
-
const ddsBorderRadius0 = "0px";
|
|
158
|
-
const ddsBorderRadius0NumberPx = 0;
|
|
159
|
-
const ddsBorderRadius1 = "2px";
|
|
160
|
-
const ddsBorderRadius1NumberPx = 2;
|
|
161
|
-
const ddsBorderRadius2 = "4px";
|
|
162
|
-
const ddsBorderRadius2NumberPx = 4;
|
|
163
|
-
const ddsBorderRadius3 = "8px";
|
|
164
|
-
const ddsBorderRadius3NumberPx = 8;
|
|
165
|
-
const ddsBorderRadius100 = "9999px";
|
|
166
|
-
const ddsBorderRadius100NumberPx = 9999; // Rounded buttons, round shapes etc
|
|
167
769
|
const ddsBorderRadiusButton = "2px";
|
|
168
770
|
const ddsBorderRadiusButtonNumberPx = 2; // For use in button component and togglebutton
|
|
169
771
|
const ddsBorderRadiusSurface = "2px";
|
|
@@ -171,665 +773,348 @@ const ddsBorderRadiusSurfaceNumberPx = 2; // Most surfaces, for example cards, p
|
|
|
171
773
|
const ddsBorderRadiusInput = "2px";
|
|
172
774
|
const ddsBorderRadiusInputNumberPx = 2; // All input fields, and check boxes
|
|
173
775
|
const ddsBorderRadiusChip = "2px";
|
|
174
|
-
const ddsBorderRadiusChipNumberPx = 2; //
|
|
776
|
+
const ddsBorderRadiusChipNumberPx = 2; // Chips and tags
|
|
175
777
|
const ddsBorderRadiusRounded = "9999px";
|
|
176
|
-
const ddsBorderRadiusRoundedNumberPx = 9999; //
|
|
177
|
-
const
|
|
178
|
-
const
|
|
179
|
-
const
|
|
180
|
-
const
|
|
181
|
-
const
|
|
182
|
-
const
|
|
183
|
-
const
|
|
184
|
-
const
|
|
185
|
-
const
|
|
186
|
-
const
|
|
187
|
-
const
|
|
188
|
-
const
|
|
189
|
-
const
|
|
190
|
-
const
|
|
191
|
-
const
|
|
192
|
-
const
|
|
193
|
-
const
|
|
194
|
-
const
|
|
195
|
-
const
|
|
196
|
-
const
|
|
197
|
-
const
|
|
198
|
-
const
|
|
199
|
-
const
|
|
200
|
-
const
|
|
201
|
-
const
|
|
202
|
-
const
|
|
203
|
-
const
|
|
204
|
-
const
|
|
205
|
-
const
|
|
206
|
-
const
|
|
207
|
-
const
|
|
208
|
-
const
|
|
209
|
-
const
|
|
210
|
-
const
|
|
211
|
-
const
|
|
212
|
-
const
|
|
213
|
-
const
|
|
214
|
-
const
|
|
215
|
-
const
|
|
216
|
-
const
|
|
217
|
-
const
|
|
218
|
-
const
|
|
219
|
-
const
|
|
220
|
-
const
|
|
221
|
-
const
|
|
222
|
-
const
|
|
223
|
-
const
|
|
224
|
-
const
|
|
225
|
-
const
|
|
226
|
-
const
|
|
227
|
-
const
|
|
228
|
-
const
|
|
229
|
-
const
|
|
230
|
-
const
|
|
231
|
-
const
|
|
232
|
-
const
|
|
233
|
-
const ddsFontWeightLight = "300";
|
|
234
|
-
const ddsFontWeightNormal = "400";
|
|
235
|
-
const ddsFontWeightBold = "600";
|
|
236
|
-
const ddsFontLineheightX1 = 1.5; // Brukes på str ×1_25 og mindre
|
|
237
|
-
const ddsFontLineheightX2 = 1.35; // Brukes på str x1.5, ×2 og ×3
|
|
238
|
-
const ddsFontLineheightX3 = 1.2; // Brukes på str ×3 og større
|
|
239
|
-
const ddsFontLineheightList = 2.5; // Brukes på lister
|
|
240
|
-
const ddsFontLetterSpacingTight = "-0.01em";
|
|
241
|
-
const ddsFontLetterSpacingTightNumberEm = -0.01; // Brukes på str ×2.5 og større
|
|
242
|
-
const ddsFontLetterSpacingNormal = "0em";
|
|
243
|
-
const ddsFontLetterSpacingNormalNumberEm = 0; // Brukes på str ×1 og opp til og med ×2
|
|
244
|
-
const ddsFontLetterSpacingLoose = "0.01em";
|
|
245
|
-
const ddsFontLetterSpacingLooseNumberEm = 0.01; // Brukes på størrelser under ×1
|
|
246
|
-
const ddsFontParagraphSpacingSmall = "1em";
|
|
247
|
-
const ddsFontParagraphSpacingSmallNumberEm = 1; // Brukes på str ×1_25 og mindre
|
|
248
|
-
const ddsFontParagraphSpacingMedium = "0.66em";
|
|
249
|
-
const ddsFontParagraphSpacingMediumNumberEm = 0.66; // Brukes på str x1.5, ×2 og ×3
|
|
250
|
-
const ddsFontParagraphSpacingLarge = "0.5em";
|
|
251
|
-
const ddsFontParagraphSpacingLargeNumberEm = 0.5; // Brukes på str ×3 og større
|
|
252
|
-
const ddsFontParagraphSpacingHeading = "0.4em";
|
|
253
|
-
const ddsFontParagraphSpacingHeadingNumberEm = 0.4; // Brukes på på alle headere (bottom)
|
|
254
|
-
const ddsFontSupportingStyleLabel01 = "600 0.875rem/1.5 'IBM Plex Sans'"; // Label for form components
|
|
255
|
-
const ddsFontSupportingStyleHelpertext01 = "400 0.75rem/1.5 'IBM Plex Sans'"; // Helper text for form components
|
|
256
|
-
const ddsFontSupportingStylePlaceholdertext01 = "400 1rem/1.5 'IBM Plex Sans'"; // placeholder for form components (select)
|
|
257
|
-
const ddsFontSupportingStylePlaceholdertext02 = "400 0.875rem/1.5 'IBM Plex Sans'"; // placeholder for form components (select)
|
|
258
|
-
const ddsFontSupportingStylePlaceholdertext03 = "400 0.75rem/1.5 'IBM Plex Sans'"; // placeholder for form components (select)
|
|
259
|
-
const ddsFontSupportingStyleTiny01 = "400 0.75rem/1.5 'IBM Plex Sans'"; // Veldig liten font-størrelse, bruk sparsomt
|
|
260
|
-
const ddsFontSupportingStyleTiny02 = "300 0.75rem/1.5 'IBM Plex Sans'"; // Veldig liten font-størrelse, bruk sparsomt
|
|
261
|
-
const ddsFontBodySans01 = "400 0.875rem/1.5 'IBM Plex Sans'";
|
|
262
|
-
const ddsFontBodySans02 = "400 1rem/1.5 'IBM Plex Sans'";
|
|
263
|
-
const ddsFontBodySans03 = "400 1.125rem/1.5 'IBM Plex Sans'";
|
|
264
|
-
const ddsFontBodySans04 = "400 1.25rem/1.5 'IBM Plex Sans'";
|
|
265
|
-
const ddsFontHeadingSans01 = "600 1rem/1.5 'IBM Plex Sans'";
|
|
266
|
-
const ddsFontHeadingSans02 = "600 1.125rem/1.35 'IBM Plex Sans'";
|
|
267
|
-
const ddsFontHeadingSans03 = "400 1.5rem/1.35 'IBM Plex Sans'";
|
|
268
|
-
const ddsFontHeadingSans04 = "400 2rem/1.35 'IBM Plex Sans'";
|
|
269
|
-
const ddsFontHeadingSans05 = "300 2.5rem/1.35 'IBM Plex Sans'";
|
|
270
|
-
const ddsFontHeadingSans06 = "300 3rem/1.2 'IBM Plex Sans'";
|
|
271
|
-
const ddsFontHeadingSans07 = "300 4rem/1.2 'IBM Plex Sans'";
|
|
272
|
-
const ddsFontHeadingSans08 = "300 5rem/1.2 'IBM Plex Sans'";
|
|
273
|
-
const ddsFontLeadSans01 = "600 1.125rem/1.5 'IBM Plex Sans'"; // Lead brukes som ingress når man skriver artikler etc
|
|
274
|
-
const ddsFontLeadSans02 = "600 1.5rem/1.35 'IBM Plex Sans'"; // Lead brukes som ingress når man skriver artikler etc
|
|
275
|
-
const ddsFontLeadSans03 = "300 1.5rem/1.35 'IBM Plex Sans'"; // Lead brukes som ingress når man skriver artikler etc
|
|
276
|
-
const ddsFontLeadSans04 = "300 2rem/1.35 'IBM Plex Sans'"; // Lead brukes som ingress når man skriver artikler etc
|
|
277
|
-
const ddsFontLeadSans05 = "300 2.5rem/1.35 'IBM Plex Sans'"; // Lead brukes som ingress når man skriver artikler etc
|
|
278
|
-
const ddsFontCodeMonospace02 = "400 1rem/1.5 'IBM Plex Mono'"; // Brukes for kodesnutter etc
|
|
279
|
-
const ddsFontStyleUnderline = "underline";
|
|
280
|
-
const ddsFontStyleNormal = "none";
|
|
281
|
-
const ddsFontStyleItalic = "italic";
|
|
282
|
-
const ddsIconSizeLarge = "40px";
|
|
283
|
-
const ddsIconSizeLargeNumberPx = 40;
|
|
284
|
-
const ddsIconSizeMedium = "24px";
|
|
285
|
-
const ddsIconSizeMediumNumberPx = 24;
|
|
286
|
-
const ddsIconSizeSmall = "16px";
|
|
287
|
-
const ddsIconSizeSmallNumberPx = 16;
|
|
288
|
-
const ddsGridXsCount = "4";
|
|
289
|
-
const ddsGridXsGutterSize = "16px";
|
|
290
|
-
const ddsGridXsGutterSizeNumberPx = 16;
|
|
291
|
-
const ddsGridSmCount = "8";
|
|
292
|
-
const ddsGridSmGutterSize = "16px";
|
|
293
|
-
const ddsGridSmGutterSizeNumberPx = 16;
|
|
294
|
-
const ddsGridLgCount = "12";
|
|
295
|
-
const ddsGridLgGutterSize = "24px";
|
|
296
|
-
const ddsGridLgGutterSizeNumberPx = 24;
|
|
297
|
-
const ddsGridMdCount = "12";
|
|
298
|
-
const ddsGridMdGutterSize = "24px";
|
|
299
|
-
const ddsGridMdGutterSizeNumberPx = 24;
|
|
300
|
-
const ddsGridXlCount = "12";
|
|
301
|
-
const ddsGridXlGutterSize = "24px";
|
|
302
|
-
const ddsGridXlGutterSizeNumberPx = 24;
|
|
303
|
-
const ddsBreakpointXs = "1px";
|
|
304
|
-
const ddsBreakpointXsNumberPx = 1;
|
|
305
|
-
const ddsBreakpointSm = "600px";
|
|
306
|
-
const ddsBreakpointSmNumberPx = 600;
|
|
307
|
-
const ddsBreakpointMd = "960px";
|
|
308
|
-
const ddsBreakpointMdNumberPx = 960;
|
|
309
|
-
const ddsBreakpointLg = "1280px";
|
|
310
|
-
const ddsBreakpointLgNumberPx = 1280;
|
|
311
|
-
const ddsBreakpointXl = "1920px";
|
|
312
|
-
const ddsBreakpointXlNumberPx = 1920;
|
|
313
|
-
const ddsFontSupportingStyleLabel01LetterSpacing = "0.01em";
|
|
314
|
-
const ddsFontSupportingStyleLabel01LetterSpacingNumberEm = 0.01;
|
|
315
|
-
const ddsFontSupportingStyleLabel01ParagraphSpacing = "1em";
|
|
316
|
-
const ddsFontSupportingStyleLabel01ParagraphSpacingNumberEm = 1;
|
|
317
|
-
const ddsFontSupportingStyleHelpertext01LetterSpacing = "0.01em";
|
|
318
|
-
const ddsFontSupportingStyleHelpertext01LetterSpacingNumberEm = 0.01;
|
|
319
|
-
const ddsFontSupportingStyleHelpertext01ParagraphSpacing = "1em";
|
|
320
|
-
const ddsFontSupportingStyleHelpertext01ParagraphSpacingNumberEm = 1;
|
|
321
|
-
const ddsFontSupportingStylePlaceholdertext01LetterSpacing = "0em";
|
|
322
|
-
const ddsFontSupportingStylePlaceholdertext01LetterSpacingNumberEm = 0;
|
|
323
|
-
const ddsFontSupportingStylePlaceholdertext01ParagraphSpacing = "1em";
|
|
324
|
-
const ddsFontSupportingStylePlaceholdertext01ParagraphSpacingNumberEm = 1;
|
|
325
|
-
const ddsFontSupportingStylePlaceholdertext01FontStyle = "italic";
|
|
326
|
-
const ddsFontSupportingStylePlaceholdertext02LetterSpacing = "0.01em";
|
|
327
|
-
const ddsFontSupportingStylePlaceholdertext02LetterSpacingNumberEm = 0.01;
|
|
328
|
-
const ddsFontSupportingStylePlaceholdertext02ParagraphSpacing = "1em";
|
|
329
|
-
const ddsFontSupportingStylePlaceholdertext02ParagraphSpacingNumberEm = 1;
|
|
330
|
-
const ddsFontSupportingStylePlaceholdertext02FontStyle = "italic";
|
|
331
|
-
const ddsFontSupportingStylePlaceholdertext03LetterSpacing = "0.01em";
|
|
332
|
-
const ddsFontSupportingStylePlaceholdertext03LetterSpacingNumberEm = 0.01;
|
|
333
|
-
const ddsFontSupportingStylePlaceholdertext03ParagraphSpacing = "1em";
|
|
334
|
-
const ddsFontSupportingStylePlaceholdertext03ParagraphSpacingNumberEm = 1;
|
|
335
|
-
const ddsFontSupportingStylePlaceholdertext03FontStyle = "italic";
|
|
336
|
-
const ddsFontSupportingStyleTiny01LetterSpacing = "0.01em";
|
|
337
|
-
const ddsFontSupportingStyleTiny01LetterSpacingNumberEm = 0.01;
|
|
338
|
-
const ddsFontSupportingStyleTiny01ParagraphSpacing = "1em";
|
|
339
|
-
const ddsFontSupportingStyleTiny01ParagraphSpacingNumberEm = 1;
|
|
340
|
-
const ddsFontSupportingStyleTiny02LetterSpacing = "0.01em";
|
|
341
|
-
const ddsFontSupportingStyleTiny02LetterSpacingNumberEm = 0.01;
|
|
342
|
-
const ddsFontSupportingStyleTiny02ParagraphSpacing = "1em";
|
|
343
|
-
const ddsFontSupportingStyleTiny02ParagraphSpacingNumberEm = 1;
|
|
344
|
-
const ddsFontBodySans01LetterSpacing = "0.01em";
|
|
345
|
-
const ddsFontBodySans01LetterSpacingNumberEm = 0.01;
|
|
346
|
-
const ddsFontBodySans01ParagraphSpacing = "1em";
|
|
347
|
-
const ddsFontBodySans01ParagraphSpacingNumberEm = 1;
|
|
348
|
-
const ddsFontBodySans02LetterSpacing = "0em";
|
|
349
|
-
const ddsFontBodySans02LetterSpacingNumberEm = 0;
|
|
350
|
-
const ddsFontBodySans02ParagraphSpacing = "1em";
|
|
351
|
-
const ddsFontBodySans02ParagraphSpacingNumberEm = 1;
|
|
352
|
-
const ddsFontBodySans03LetterSpacing = "0em";
|
|
353
|
-
const ddsFontBodySans03LetterSpacingNumberEm = 0;
|
|
354
|
-
const ddsFontBodySans03ParagraphSpacing = "1em";
|
|
355
|
-
const ddsFontBodySans03ParagraphSpacingNumberEm = 1;
|
|
356
|
-
const ddsFontBodySans04LetterSpacing = "0em";
|
|
357
|
-
const ddsFontBodySans04LetterSpacingNumberEm = 0;
|
|
358
|
-
const ddsFontBodySans04ParagraphSpacing = "1em";
|
|
359
|
-
const ddsFontBodySans04ParagraphSpacingNumberEm = 1;
|
|
360
|
-
const ddsFontHeadingSans01LetterSpacing = "0em";
|
|
361
|
-
const ddsFontHeadingSans01LetterSpacingNumberEm = 0;
|
|
362
|
-
const ddsFontHeadingSans01ParagraphSpacing = "0.4em";
|
|
363
|
-
const ddsFontHeadingSans01ParagraphSpacingNumberEm = 0.4;
|
|
364
|
-
const ddsFontHeadingSans02LetterSpacing = "0em";
|
|
365
|
-
const ddsFontHeadingSans02LetterSpacingNumberEm = 0;
|
|
366
|
-
const ddsFontHeadingSans02ParagraphSpacing = "0.4em";
|
|
367
|
-
const ddsFontHeadingSans02ParagraphSpacingNumberEm = 0.4;
|
|
368
|
-
const ddsFontHeadingSans03LetterSpacing = "0em";
|
|
369
|
-
const ddsFontHeadingSans03LetterSpacingNumberEm = 0;
|
|
370
|
-
const ddsFontHeadingSans03ParagraphSpacing = "0.4em";
|
|
371
|
-
const ddsFontHeadingSans03ParagraphSpacingNumberEm = 0.4;
|
|
372
|
-
const ddsFontHeadingSans04LetterSpacing = "0em";
|
|
373
|
-
const ddsFontHeadingSans04LetterSpacingNumberEm = 0;
|
|
374
|
-
const ddsFontHeadingSans04ParagraphSpacing = "0.4em";
|
|
375
|
-
const ddsFontHeadingSans04ParagraphSpacingNumberEm = 0.4;
|
|
376
|
-
const ddsFontHeadingSans05LetterSpacing = "-0.01em";
|
|
377
|
-
const ddsFontHeadingSans05LetterSpacingNumberEm = -0.01;
|
|
378
|
-
const ddsFontHeadingSans05ParagraphSpacing = "0.4em";
|
|
379
|
-
const ddsFontHeadingSans05ParagraphSpacingNumberEm = 0.4;
|
|
380
|
-
const ddsFontHeadingSans06LetterSpacing = "-0.01em";
|
|
381
|
-
const ddsFontHeadingSans06LetterSpacingNumberEm = -0.01;
|
|
382
|
-
const ddsFontHeadingSans06ParagraphSpacing = "0.4em";
|
|
383
|
-
const ddsFontHeadingSans06ParagraphSpacingNumberEm = 0.4;
|
|
384
|
-
const ddsFontHeadingSans07LetterSpacing = "-0.01em";
|
|
385
|
-
const ddsFontHeadingSans07LetterSpacingNumberEm = -0.01;
|
|
386
|
-
const ddsFontHeadingSans07ParagraphSpacing = "0.4em";
|
|
387
|
-
const ddsFontHeadingSans07ParagraphSpacingNumberEm = 0.4;
|
|
388
|
-
const ddsFontHeadingSans08LetterSpacing = "-0.01em";
|
|
389
|
-
const ddsFontHeadingSans08LetterSpacingNumberEm = -0.01;
|
|
390
|
-
const ddsFontHeadingSans08ParagraphSpacing = "0.4em";
|
|
391
|
-
const ddsFontHeadingSans08ParagraphSpacingNumberEm = 0.4;
|
|
392
|
-
const ddsFontLeadSans01LetterSpacing = "0em";
|
|
393
|
-
const ddsFontLeadSans01LetterSpacingNumberEm = 0;
|
|
394
|
-
const ddsFontLeadSans01ParagraphSpacing = "1em";
|
|
395
|
-
const ddsFontLeadSans01ParagraphSpacingNumberEm = 1;
|
|
396
|
-
const ddsFontLeadSans02LetterSpacing = "0em";
|
|
397
|
-
const ddsFontLeadSans02LetterSpacingNumberEm = 0;
|
|
398
|
-
const ddsFontLeadSans02ParagraphSpacing = "0.66em";
|
|
399
|
-
const ddsFontLeadSans02ParagraphSpacingNumberEm = 0.66;
|
|
400
|
-
const ddsFontLeadSans03LetterSpacing = "0em";
|
|
401
|
-
const ddsFontLeadSans03LetterSpacingNumberEm = 0;
|
|
402
|
-
const ddsFontLeadSans03ParagraphSpacing = "0.66em";
|
|
403
|
-
const ddsFontLeadSans03ParagraphSpacingNumberEm = 0.66;
|
|
404
|
-
const ddsFontLeadSans04LetterSpacing = "0em";
|
|
405
|
-
const ddsFontLeadSans04LetterSpacingNumberEm = 0;
|
|
406
|
-
const ddsFontLeadSans04ParagraphSpacing = "0.66em";
|
|
407
|
-
const ddsFontLeadSans04ParagraphSpacingNumberEm = 0.66;
|
|
408
|
-
const ddsFontLeadSans05LetterSpacing = "-0.01em";
|
|
409
|
-
const ddsFontLeadSans05LetterSpacingNumberEm = -0.01;
|
|
410
|
-
const ddsFontLeadSans05ParagraphSpacing = "0.66em";
|
|
411
|
-
const ddsFontLeadSans05ParagraphSpacingNumberEm = 0.66;
|
|
412
|
-
const ddsFontCodeMonospace02LetterSpacing = "0em";
|
|
413
|
-
const ddsFontCodeMonospace02LetterSpacingNumberEm = 0;
|
|
414
|
-
const ddsFontCodeMonospace02ParagraphSpacing = "1em";
|
|
415
|
-
const ddsFontCodeMonospace02ParagraphSpacingNumberEm = 1;
|
|
778
|
+
const ddsBorderRadiusRoundedNumberPx = 9999; // Rounded and circular components such as radiobutton, toggle, togglebutton and progress tracker
|
|
779
|
+
const ddsFontLabelMedium = "600 1rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // Label for form components
|
|
780
|
+
const ddsFontBodyXsmall = "400 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // used with xsmall button and input fields
|
|
781
|
+
const ddsFontBodySmall = "400 1rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // used with small button and input fields
|
|
782
|
+
const ddsFontBodyMedium = "400 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // standard body text, used with medium button and input fields
|
|
783
|
+
const ddsFontBodyLarge = "400 1.25rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // Used for large button and large search
|
|
784
|
+
const ddsFontHeadingXxsmall = "600 0.875rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // Default h6
|
|
785
|
+
const ddsFontHeadingXsmall = "600 1rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // Default h5
|
|
786
|
+
const ddsFontHeadingSmall = "600 1.125rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // Default h4
|
|
787
|
+
const ddsFontHeadingMedium = "600 1.25rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // Default h3
|
|
788
|
+
const ddsFontHeadingLarge = "400 clamp(1.5rem, 0.667rem + 2.222vw, 2rem)/1.35 'IBM Plex Sans', Arial, sans-serif"; // Default h2
|
|
789
|
+
const ddsFontHeadingXlarge = "300 clamp(2.5rem, 1.667rem + 2.222vw, 3rem)/1.35 'IBM Plex Sans', Arial, sans-serif"; // Default H1
|
|
790
|
+
const ddsFontHeadingXxlarge = "300 clamp(3rem, 1.333rem + 4.444vw, 4rem)/1.2 'IBM Plex Sans', Arial, sans-serif"; // Display or extra large page title (h1)
|
|
791
|
+
const ddsFontLeadMedium = "300 1.5rem/1.5 'IBM Plex Sans', Arial, sans-serif"; // Lead brukes som ingress når man skriver artikler etc
|
|
792
|
+
const ddsFontCodeMedium = "400 1.125rem/1.5 'IBM Plex Mono', 'Courier New', monospace"; // Brukes for kodesnutter etc
|
|
793
|
+
const ddsFontHeadingXxlargeLetterSpacing = "-0.01em";
|
|
794
|
+
const ddsFontHeadingXxlargeParagraphSpacing = "0.4em";
|
|
795
|
+
const ddsFontHeadingXxlargeParagraphSpacingNumberEm = 0.4;
|
|
796
|
+
const ddsFontHeadingXlargeLetterSpacing = "-0.01em";
|
|
797
|
+
const ddsFontHeadingXlargeParagraphSpacing = "0.4em";
|
|
798
|
+
const ddsFontHeadingXlargeParagraphSpacingNumberEm = 0.4;
|
|
799
|
+
const ddsFontHeadingLargeLetterSpacing = "0em";
|
|
800
|
+
const ddsFontHeadingLargeParagraphSpacing = "0.4em";
|
|
801
|
+
const ddsFontHeadingLargeParagraphSpacingNumberEm = 0.4;
|
|
802
|
+
const ddsFontHeadingMediumLetterSpacing = "0em";
|
|
803
|
+
const ddsFontHeadingMediumParagraphSpacing = "0.4em";
|
|
804
|
+
const ddsFontHeadingMediumParagraphSpacingNumberEm = 0.4;
|
|
805
|
+
const ddsFontHeadingSmallLetterSpacing = "0em";
|
|
806
|
+
const ddsFontHeadingSmallParagraphSpacing = "0.4em";
|
|
807
|
+
const ddsFontHeadingSmallParagraphSpacingNumberEm = 0.4;
|
|
808
|
+
const ddsFontHeadingXsmallLetterSpacing = "0em";
|
|
809
|
+
const ddsFontHeadingXsmallParagraphSpacing = "0.4em";
|
|
810
|
+
const ddsFontHeadingXsmallParagraphSpacingNumberEm = 0.4;
|
|
811
|
+
const ddsFontHeadingXxsmallLetterSpacing = "0.01em";
|
|
812
|
+
const ddsFontHeadingXxsmallParagraphSpacing = "0.4em";
|
|
813
|
+
const ddsFontHeadingXxsmallParagraphSpacingNumberEm = 0.4;
|
|
814
|
+
const ddsFontBodyLargeLetterSpacing = "0em";
|
|
815
|
+
const ddsFontBodyLargeParagraphSpacing = "1em";
|
|
816
|
+
const ddsFontBodyLargeParagraphSpacingNumberEm = 1;
|
|
817
|
+
const ddsFontBodyMediumLetterSpacing = "0em";
|
|
818
|
+
const ddsFontBodyMediumParagraphSpacing = "1em";
|
|
819
|
+
const ddsFontBodyMediumParagraphSpacingNumberEm = 1;
|
|
820
|
+
const ddsFontBodySmallLetterSpacing = "0em";
|
|
821
|
+
const ddsFontBodySmallParagraphSpacing = "1em";
|
|
822
|
+
const ddsFontBodySmallParagraphSpacingNumberEm = 1;
|
|
823
|
+
const ddsFontBodyXsmallLetterSpacing = "0.01em";
|
|
824
|
+
const ddsFontBodyXsmallParagraphSpacing = "1em";
|
|
825
|
+
const ddsFontBodyXsmallParagraphSpacingNumberEm = 1;
|
|
826
|
+
const ddsFontLeadMediumLetterSpacing = "0em";
|
|
827
|
+
const ddsFontLeadMediumParagraphSpacing = "0.66em";
|
|
828
|
+
const ddsFontLeadMediumParagraphSpacingNumberEm = 0.66;
|
|
829
|
+
const ddsFontCodeMediumLetterSpacing = "0em";
|
|
830
|
+
const ddsFontCodeMediumParagraphSpacing = "1em";
|
|
831
|
+
const ddsFontCodeMediumParagraphSpacingNumberEm = 1;
|
|
832
|
+
const ddsFontLabelMediumLetterSpacing = "0.01em";
|
|
833
|
+
const ddsFontLabelMediumParagraphSpacing = "1em";
|
|
834
|
+
const ddsFontLabelMediumParagraphSpacingNumberEm = 1;
|
|
416
835
|
|
|
417
|
-
var
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
ddsFontLetterSpacingLoose: ddsFontLetterSpacingLoose,
|
|
695
|
-
ddsFontLetterSpacingLooseNumberEm: ddsFontLetterSpacingLooseNumberEm,
|
|
696
|
-
ddsFontLetterSpacingNormal: ddsFontLetterSpacingNormal,
|
|
697
|
-
ddsFontLetterSpacingNormalNumberEm: ddsFontLetterSpacingNormalNumberEm,
|
|
698
|
-
ddsFontLetterSpacingTight: ddsFontLetterSpacingTight,
|
|
699
|
-
ddsFontLetterSpacingTightNumberEm: ddsFontLetterSpacingTightNumberEm,
|
|
700
|
-
ddsFontLineheightList: ddsFontLineheightList,
|
|
701
|
-
ddsFontLineheightX1: ddsFontLineheightX1,
|
|
702
|
-
ddsFontLineheightX2: ddsFontLineheightX2,
|
|
703
|
-
ddsFontLineheightX3: ddsFontLineheightX3,
|
|
704
|
-
ddsFontParagraphSpacingHeading: ddsFontParagraphSpacingHeading,
|
|
705
|
-
ddsFontParagraphSpacingHeadingNumberEm: ddsFontParagraphSpacingHeadingNumberEm,
|
|
706
|
-
ddsFontParagraphSpacingLarge: ddsFontParagraphSpacingLarge,
|
|
707
|
-
ddsFontParagraphSpacingLargeNumberEm: ddsFontParagraphSpacingLargeNumberEm,
|
|
708
|
-
ddsFontParagraphSpacingMedium: ddsFontParagraphSpacingMedium,
|
|
709
|
-
ddsFontParagraphSpacingMediumNumberEm: ddsFontParagraphSpacingMediumNumberEm,
|
|
710
|
-
ddsFontParagraphSpacingSmall: ddsFontParagraphSpacingSmall,
|
|
711
|
-
ddsFontParagraphSpacingSmallNumberEm: ddsFontParagraphSpacingSmallNumberEm,
|
|
712
|
-
ddsFontSizeX075: ddsFontSizeX075,
|
|
713
|
-
ddsFontSizeX075NumberRem: ddsFontSizeX075NumberRem,
|
|
714
|
-
ddsFontSizeX0875: ddsFontSizeX0875,
|
|
715
|
-
ddsFontSizeX0875NumberRem: ddsFontSizeX0875NumberRem,
|
|
716
|
-
ddsFontSizeX1: ddsFontSizeX1,
|
|
717
|
-
ddsFontSizeX1125: ddsFontSizeX1125,
|
|
718
|
-
ddsFontSizeX1125NumberRem: ddsFontSizeX1125NumberRem,
|
|
719
|
-
ddsFontSizeX125: ddsFontSizeX125,
|
|
720
|
-
ddsFontSizeX125NumberRem: ddsFontSizeX125NumberRem,
|
|
721
|
-
ddsFontSizeX15: ddsFontSizeX15,
|
|
722
|
-
ddsFontSizeX15NumberRem: ddsFontSizeX15NumberRem,
|
|
723
|
-
ddsFontSizeX1NumberRem: ddsFontSizeX1NumberRem,
|
|
724
|
-
ddsFontSizeX2: ddsFontSizeX2,
|
|
725
|
-
ddsFontSizeX25: ddsFontSizeX25,
|
|
726
|
-
ddsFontSizeX25NumberRem: ddsFontSizeX25NumberRem,
|
|
727
|
-
ddsFontSizeX2NumberRem: ddsFontSizeX2NumberRem,
|
|
728
|
-
ddsFontSizeX3: ddsFontSizeX3,
|
|
729
|
-
ddsFontSizeX3NumberRem: ddsFontSizeX3NumberRem,
|
|
730
|
-
ddsFontSizeX4: ddsFontSizeX4,
|
|
731
|
-
ddsFontSizeX4NumberRem: ddsFontSizeX4NumberRem,
|
|
732
|
-
ddsFontSizeX5: ddsFontSizeX5,
|
|
733
|
-
ddsFontSizeX5NumberRem: ddsFontSizeX5NumberRem,
|
|
734
|
-
ddsFontStyleItalic: ddsFontStyleItalic,
|
|
735
|
-
ddsFontStyleNormal: ddsFontStyleNormal,
|
|
736
|
-
ddsFontStyleUnderline: ddsFontStyleUnderline,
|
|
737
|
-
ddsFontSupportingStyleHelpertext01: ddsFontSupportingStyleHelpertext01,
|
|
738
|
-
ddsFontSupportingStyleHelpertext01LetterSpacing: ddsFontSupportingStyleHelpertext01LetterSpacing,
|
|
739
|
-
ddsFontSupportingStyleHelpertext01LetterSpacingNumberEm: ddsFontSupportingStyleHelpertext01LetterSpacingNumberEm,
|
|
740
|
-
ddsFontSupportingStyleHelpertext01ParagraphSpacing: ddsFontSupportingStyleHelpertext01ParagraphSpacing,
|
|
741
|
-
ddsFontSupportingStyleHelpertext01ParagraphSpacingNumberEm: ddsFontSupportingStyleHelpertext01ParagraphSpacingNumberEm,
|
|
742
|
-
ddsFontSupportingStyleLabel01: ddsFontSupportingStyleLabel01,
|
|
743
|
-
ddsFontSupportingStyleLabel01LetterSpacing: ddsFontSupportingStyleLabel01LetterSpacing,
|
|
744
|
-
ddsFontSupportingStyleLabel01LetterSpacingNumberEm: ddsFontSupportingStyleLabel01LetterSpacingNumberEm,
|
|
745
|
-
ddsFontSupportingStyleLabel01ParagraphSpacing: ddsFontSupportingStyleLabel01ParagraphSpacing,
|
|
746
|
-
ddsFontSupportingStyleLabel01ParagraphSpacingNumberEm: ddsFontSupportingStyleLabel01ParagraphSpacingNumberEm,
|
|
747
|
-
ddsFontSupportingStylePlaceholdertext01: ddsFontSupportingStylePlaceholdertext01,
|
|
748
|
-
ddsFontSupportingStylePlaceholdertext01FontStyle: ddsFontSupportingStylePlaceholdertext01FontStyle,
|
|
749
|
-
ddsFontSupportingStylePlaceholdertext01LetterSpacing: ddsFontSupportingStylePlaceholdertext01LetterSpacing,
|
|
750
|
-
ddsFontSupportingStylePlaceholdertext01LetterSpacingNumberEm: ddsFontSupportingStylePlaceholdertext01LetterSpacingNumberEm,
|
|
751
|
-
ddsFontSupportingStylePlaceholdertext01ParagraphSpacing: ddsFontSupportingStylePlaceholdertext01ParagraphSpacing,
|
|
752
|
-
ddsFontSupportingStylePlaceholdertext01ParagraphSpacingNumberEm: ddsFontSupportingStylePlaceholdertext01ParagraphSpacingNumberEm,
|
|
753
|
-
ddsFontSupportingStylePlaceholdertext02: ddsFontSupportingStylePlaceholdertext02,
|
|
754
|
-
ddsFontSupportingStylePlaceholdertext02FontStyle: ddsFontSupportingStylePlaceholdertext02FontStyle,
|
|
755
|
-
ddsFontSupportingStylePlaceholdertext02LetterSpacing: ddsFontSupportingStylePlaceholdertext02LetterSpacing,
|
|
756
|
-
ddsFontSupportingStylePlaceholdertext02LetterSpacingNumberEm: ddsFontSupportingStylePlaceholdertext02LetterSpacingNumberEm,
|
|
757
|
-
ddsFontSupportingStylePlaceholdertext02ParagraphSpacing: ddsFontSupportingStylePlaceholdertext02ParagraphSpacing,
|
|
758
|
-
ddsFontSupportingStylePlaceholdertext02ParagraphSpacingNumberEm: ddsFontSupportingStylePlaceholdertext02ParagraphSpacingNumberEm,
|
|
759
|
-
ddsFontSupportingStylePlaceholdertext03: ddsFontSupportingStylePlaceholdertext03,
|
|
760
|
-
ddsFontSupportingStylePlaceholdertext03FontStyle: ddsFontSupportingStylePlaceholdertext03FontStyle,
|
|
761
|
-
ddsFontSupportingStylePlaceholdertext03LetterSpacing: ddsFontSupportingStylePlaceholdertext03LetterSpacing,
|
|
762
|
-
ddsFontSupportingStylePlaceholdertext03LetterSpacingNumberEm: ddsFontSupportingStylePlaceholdertext03LetterSpacingNumberEm,
|
|
763
|
-
ddsFontSupportingStylePlaceholdertext03ParagraphSpacing: ddsFontSupportingStylePlaceholdertext03ParagraphSpacing,
|
|
764
|
-
ddsFontSupportingStylePlaceholdertext03ParagraphSpacingNumberEm: ddsFontSupportingStylePlaceholdertext03ParagraphSpacingNumberEm,
|
|
765
|
-
ddsFontSupportingStyleTiny01: ddsFontSupportingStyleTiny01,
|
|
766
|
-
ddsFontSupportingStyleTiny01LetterSpacing: ddsFontSupportingStyleTiny01LetterSpacing,
|
|
767
|
-
ddsFontSupportingStyleTiny01LetterSpacingNumberEm: ddsFontSupportingStyleTiny01LetterSpacingNumberEm,
|
|
768
|
-
ddsFontSupportingStyleTiny01ParagraphSpacing: ddsFontSupportingStyleTiny01ParagraphSpacing,
|
|
769
|
-
ddsFontSupportingStyleTiny01ParagraphSpacingNumberEm: ddsFontSupportingStyleTiny01ParagraphSpacingNumberEm,
|
|
770
|
-
ddsFontSupportingStyleTiny02: ddsFontSupportingStyleTiny02,
|
|
771
|
-
ddsFontSupportingStyleTiny02LetterSpacing: ddsFontSupportingStyleTiny02LetterSpacing,
|
|
772
|
-
ddsFontSupportingStyleTiny02LetterSpacingNumberEm: ddsFontSupportingStyleTiny02LetterSpacingNumberEm,
|
|
773
|
-
ddsFontSupportingStyleTiny02ParagraphSpacing: ddsFontSupportingStyleTiny02ParagraphSpacing,
|
|
774
|
-
ddsFontSupportingStyleTiny02ParagraphSpacingNumberEm: ddsFontSupportingStyleTiny02ParagraphSpacingNumberEm,
|
|
775
|
-
ddsFontWeightBold: ddsFontWeightBold,
|
|
776
|
-
ddsFontWeightLight: ddsFontWeightLight,
|
|
777
|
-
ddsFontWeightNormal: ddsFontWeightNormal,
|
|
778
|
-
ddsGridLgCount: ddsGridLgCount,
|
|
779
|
-
ddsGridLgGutterSize: ddsGridLgGutterSize,
|
|
780
|
-
ddsGridLgGutterSizeNumberPx: ddsGridLgGutterSizeNumberPx,
|
|
781
|
-
ddsGridMdCount: ddsGridMdCount,
|
|
782
|
-
ddsGridMdGutterSize: ddsGridMdGutterSize,
|
|
783
|
-
ddsGridMdGutterSizeNumberPx: ddsGridMdGutterSizeNumberPx,
|
|
784
|
-
ddsGridSmCount: ddsGridSmCount,
|
|
785
|
-
ddsGridSmGutterSize: ddsGridSmGutterSize,
|
|
786
|
-
ddsGridSmGutterSizeNumberPx: ddsGridSmGutterSizeNumberPx,
|
|
787
|
-
ddsGridXlCount: ddsGridXlCount,
|
|
788
|
-
ddsGridXlGutterSize: ddsGridXlGutterSize,
|
|
789
|
-
ddsGridXlGutterSizeNumberPx: ddsGridXlGutterSizeNumberPx,
|
|
790
|
-
ddsGridXsCount: ddsGridXsCount,
|
|
791
|
-
ddsGridXsGutterSize: ddsGridXsGutterSize,
|
|
792
|
-
ddsGridXsGutterSizeNumberPx: ddsGridXsGutterSizeNumberPx,
|
|
793
|
-
ddsIconSizeLarge: ddsIconSizeLarge,
|
|
794
|
-
ddsIconSizeLargeNumberPx: ddsIconSizeLargeNumberPx,
|
|
795
|
-
ddsIconSizeMedium: ddsIconSizeMedium,
|
|
796
|
-
ddsIconSizeMediumNumberPx: ddsIconSizeMediumNumberPx,
|
|
797
|
-
ddsIconSizeSmall: ddsIconSizeSmall,
|
|
798
|
-
ddsIconSizeSmallNumberPx: ddsIconSizeSmallNumberPx,
|
|
799
|
-
ddsShadow1: ddsShadow1,
|
|
800
|
-
ddsShadow2: ddsShadow2,
|
|
801
|
-
ddsShadow3: ddsShadow3,
|
|
802
|
-
ddsShadow4: ddsShadow4,
|
|
803
|
-
ddsSpacingPaddingTopHeading: ddsSpacingPaddingTopHeading,
|
|
804
|
-
ddsSpacingPaddingTopHeadingNumberEm: ddsSpacingPaddingTopHeadingNumberEm,
|
|
805
|
-
ddsSpacingX0: ddsSpacingX0,
|
|
806
|
-
ddsSpacingX0125: ddsSpacingX0125,
|
|
807
|
-
ddsSpacingX0125NumberPx: ddsSpacingX0125NumberPx,
|
|
808
|
-
ddsSpacingX025: ddsSpacingX025,
|
|
809
|
-
ddsSpacingX025NumberPx: ddsSpacingX025NumberPx,
|
|
810
|
-
ddsSpacingX05: ddsSpacingX05,
|
|
811
|
-
ddsSpacingX05NumberPx: ddsSpacingX05NumberPx,
|
|
812
|
-
ddsSpacingX075: ddsSpacingX075,
|
|
813
|
-
ddsSpacingX075NumberPx: ddsSpacingX075NumberPx,
|
|
814
|
-
ddsSpacingX0NumberPx: ddsSpacingX0NumberPx,
|
|
815
|
-
ddsSpacingX1: ddsSpacingX1,
|
|
816
|
-
ddsSpacingX10: ddsSpacingX10,
|
|
817
|
-
ddsSpacingX10NumberPx: ddsSpacingX10NumberPx,
|
|
818
|
-
ddsSpacingX15: ddsSpacingX15,
|
|
819
|
-
ddsSpacingX15NumberPx: ddsSpacingX15NumberPx,
|
|
820
|
-
ddsSpacingX1NumberPx: ddsSpacingX1NumberPx,
|
|
821
|
-
ddsSpacingX2: ddsSpacingX2,
|
|
822
|
-
ddsSpacingX25: ddsSpacingX25,
|
|
823
|
-
ddsSpacingX25NumberPx: ddsSpacingX25NumberPx,
|
|
824
|
-
ddsSpacingX2NumberPx: ddsSpacingX2NumberPx,
|
|
825
|
-
ddsSpacingX3: ddsSpacingX3,
|
|
826
|
-
ddsSpacingX3NumberPx: ddsSpacingX3NumberPx,
|
|
827
|
-
ddsSpacingX4: ddsSpacingX4,
|
|
828
|
-
ddsSpacingX4NumberPx: ddsSpacingX4NumberPx,
|
|
829
|
-
ddsSpacingX6: ddsSpacingX6,
|
|
830
|
-
ddsSpacingX6NumberPx: ddsSpacingX6NumberPx
|
|
836
|
+
var ddsTokensPublic = /*#__PURE__*/Object.freeze({
|
|
837
|
+
__proto__: null,
|
|
838
|
+
ddsBorderRadiusButton: ddsBorderRadiusButton,
|
|
839
|
+
ddsBorderRadiusButtonNumberPx: ddsBorderRadiusButtonNumberPx,
|
|
840
|
+
ddsBorderRadiusChip: ddsBorderRadiusChip,
|
|
841
|
+
ddsBorderRadiusChipNumberPx: ddsBorderRadiusChipNumberPx,
|
|
842
|
+
ddsBorderRadiusInput: ddsBorderRadiusInput,
|
|
843
|
+
ddsBorderRadiusInputNumberPx: ddsBorderRadiusInputNumberPx,
|
|
844
|
+
ddsBorderRadiusRounded: ddsBorderRadiusRounded,
|
|
845
|
+
ddsBorderRadiusRoundedNumberPx: ddsBorderRadiusRoundedNumberPx,
|
|
846
|
+
ddsBorderRadiusSurface: ddsBorderRadiusSurface,
|
|
847
|
+
ddsBorderRadiusSurfaceNumberPx: ddsBorderRadiusSurfaceNumberPx,
|
|
848
|
+
ddsBreakpointLg: ddsBreakpointLg,
|
|
849
|
+
ddsBreakpointLgNumberPx: ddsBreakpointLgNumberPx,
|
|
850
|
+
ddsBreakpointMd: ddsBreakpointMd,
|
|
851
|
+
ddsBreakpointMdNumberPx: ddsBreakpointMdNumberPx,
|
|
852
|
+
ddsBreakpointSm: ddsBreakpointSm,
|
|
853
|
+
ddsBreakpointSmNumberPx: ddsBreakpointSmNumberPx,
|
|
854
|
+
ddsBreakpointXl: ddsBreakpointXl,
|
|
855
|
+
ddsBreakpointXlNumberPx: ddsBreakpointXlNumberPx,
|
|
856
|
+
ddsBreakpointXs: ddsBreakpointXs,
|
|
857
|
+
ddsBreakpointXsNumberPx: ddsBreakpointXsNumberPx,
|
|
858
|
+
ddsColorBgDefault: ddsColorBgDefault,
|
|
859
|
+
ddsColorBgSubtle: ddsColorBgSubtle,
|
|
860
|
+
ddsColorBorderActionDefault: ddsColorBorderActionDefault,
|
|
861
|
+
ddsColorBorderActionHover: ddsColorBorderActionHover,
|
|
862
|
+
ddsColorBorderDanger: ddsColorBorderDanger,
|
|
863
|
+
ddsColorBorderDefault: ddsColorBorderDefault,
|
|
864
|
+
ddsColorBorderInfo: ddsColorBorderInfo,
|
|
865
|
+
ddsColorBorderInverse: ddsColorBorderInverse,
|
|
866
|
+
ddsColorBorderOnAction: ddsColorBorderOnAction,
|
|
867
|
+
ddsColorBorderSubtle: ddsColorBorderSubtle,
|
|
868
|
+
ddsColorBorderSuccess: ddsColorBorderSuccess,
|
|
869
|
+
ddsColorBorderWarning: ddsColorBorderWarning,
|
|
870
|
+
ddsColorBrandPrimaryDefault: ddsColorBrandPrimaryDefault,
|
|
871
|
+
ddsColorBrandPrimaryMedium: ddsColorBrandPrimaryMedium,
|
|
872
|
+
ddsColorBrandPrimaryStrong: ddsColorBrandPrimaryStrong,
|
|
873
|
+
ddsColorBrandPrimarySubtle: ddsColorBrandPrimarySubtle,
|
|
874
|
+
ddsColorBrandSecondaryDefault: ddsColorBrandSecondaryDefault,
|
|
875
|
+
ddsColorBrandSecondaryMedium: ddsColorBrandSecondaryMedium,
|
|
876
|
+
ddsColorBrandSecondaryStrong: ddsColorBrandSecondaryStrong,
|
|
877
|
+
ddsColorBrandSecondarySubtle: ddsColorBrandSecondarySubtle,
|
|
878
|
+
ddsColorBrandTertiaryDefault: ddsColorBrandTertiaryDefault,
|
|
879
|
+
ddsColorBrandTertiaryMedium: ddsColorBrandTertiaryMedium,
|
|
880
|
+
ddsColorBrandTertiaryStrong: ddsColorBrandTertiaryStrong,
|
|
881
|
+
ddsColorBrandTertiarySubtle: ddsColorBrandTertiarySubtle,
|
|
882
|
+
ddsColorFocusInside: ddsColorFocusInside,
|
|
883
|
+
ddsColorFocusOutside: ddsColorFocusOutside,
|
|
884
|
+
ddsColorIconActionHover: ddsColorIconActionHover,
|
|
885
|
+
ddsColorIconActionResting: ddsColorIconActionResting,
|
|
886
|
+
ddsColorIconDefault: ddsColorIconDefault,
|
|
887
|
+
ddsColorIconMedium: ddsColorIconMedium,
|
|
888
|
+
ddsColorIconOnAction: ddsColorIconOnAction,
|
|
889
|
+
ddsColorIconOnDangerDefault: ddsColorIconOnDangerDefault,
|
|
890
|
+
ddsColorIconOnDangerStrong: ddsColorIconOnDangerStrong,
|
|
891
|
+
ddsColorIconOnInfoDefault: ddsColorIconOnInfoDefault,
|
|
892
|
+
ddsColorIconOnInfoStrong: ddsColorIconOnInfoStrong,
|
|
893
|
+
ddsColorIconOnInverse: ddsColorIconOnInverse,
|
|
894
|
+
ddsColorIconOnSuccessDefault: ddsColorIconOnSuccessDefault,
|
|
895
|
+
ddsColorIconOnSuccessStrong: ddsColorIconOnSuccessStrong,
|
|
896
|
+
ddsColorIconOnWarningDefault: ddsColorIconOnWarningDefault,
|
|
897
|
+
ddsColorIconOnWarningStrong: ddsColorIconOnWarningStrong,
|
|
898
|
+
ddsColorIconSubtle: ddsColorIconSubtle,
|
|
899
|
+
ddsColorSurfaceActionDangerHover: ddsColorSurfaceActionDangerHover,
|
|
900
|
+
ddsColorSurfaceActionDangerResting: ddsColorSurfaceActionDangerResting,
|
|
901
|
+
ddsColorSurfaceActionHover: ddsColorSurfaceActionHover,
|
|
902
|
+
ddsColorSurfaceActionResting: ddsColorSurfaceActionResting,
|
|
903
|
+
ddsColorSurfaceActionSelected: ddsColorSurfaceActionSelected,
|
|
904
|
+
ddsColorSurfaceActionSelectedDisabled: ddsColorSurfaceActionSelectedDisabled,
|
|
905
|
+
ddsColorSurfaceBackdropDefault: ddsColorSurfaceBackdropDefault,
|
|
906
|
+
ddsColorSurfaceDangerDefault: ddsColorSurfaceDangerDefault,
|
|
907
|
+
ddsColorSurfaceDangerStrong: ddsColorSurfaceDangerStrong,
|
|
908
|
+
ddsColorSurfaceDefault: ddsColorSurfaceDefault,
|
|
909
|
+
ddsColorSurfaceFieldDefault: ddsColorSurfaceFieldDefault,
|
|
910
|
+
ddsColorSurfaceFieldDisabled: ddsColorSurfaceFieldDisabled,
|
|
911
|
+
ddsColorSurfaceHighlightedDefault: ddsColorSurfaceHighlightedDefault,
|
|
912
|
+
ddsColorSurfaceHoverDefault: ddsColorSurfaceHoverDefault,
|
|
913
|
+
ddsColorSurfaceHoverSubtle: ddsColorSurfaceHoverSubtle,
|
|
914
|
+
ddsColorSurfaceInfoDefault: ddsColorSurfaceInfoDefault,
|
|
915
|
+
ddsColorSurfaceInfoStrong: ddsColorSurfaceInfoStrong,
|
|
916
|
+
ddsColorSurfaceInverseDefault: ddsColorSurfaceInverseDefault,
|
|
917
|
+
ddsColorSurfaceInverseHover: ddsColorSurfaceInverseHover,
|
|
918
|
+
ddsColorSurfaceInverseSelected: ddsColorSurfaceInverseSelected,
|
|
919
|
+
ddsColorSurfaceMedium: ddsColorSurfaceMedium,
|
|
920
|
+
ddsColorSurfaceNotification: ddsColorSurfaceNotification,
|
|
921
|
+
ddsColorSurfacePaperDefault: ddsColorSurfacePaperDefault,
|
|
922
|
+
ddsColorSurfaceScrollbar: ddsColorSurfaceScrollbar,
|
|
923
|
+
ddsColorSurfaceSelectedDefault: ddsColorSurfaceSelectedDefault,
|
|
924
|
+
ddsColorSurfaceSkeleton: ddsColorSurfaceSkeleton,
|
|
925
|
+
ddsColorSurfaceSubtle: ddsColorSurfaceSubtle,
|
|
926
|
+
ddsColorSurfaceSuccessDefault: ddsColorSurfaceSuccessDefault,
|
|
927
|
+
ddsColorSurfaceSuccessStrong: ddsColorSurfaceSuccessStrong,
|
|
928
|
+
ddsColorSurfaceWarningDefault: ddsColorSurfaceWarningDefault,
|
|
929
|
+
ddsColorSurfaceWarningStrong: ddsColorSurfaceWarningStrong,
|
|
930
|
+
ddsColorTextActionHover: ddsColorTextActionHover,
|
|
931
|
+
ddsColorTextActionResting: ddsColorTextActionResting,
|
|
932
|
+
ddsColorTextActionVisited: ddsColorTextActionVisited,
|
|
933
|
+
ddsColorTextActionVisitedOnInverse: ddsColorTextActionVisitedOnInverse,
|
|
934
|
+
ddsColorTextDefault: ddsColorTextDefault,
|
|
935
|
+
ddsColorTextMedium: ddsColorTextMedium,
|
|
936
|
+
ddsColorTextOnAction: ddsColorTextOnAction,
|
|
937
|
+
ddsColorTextOnInverse: ddsColorTextOnInverse,
|
|
938
|
+
ddsColorTextOnNotification: ddsColorTextOnNotification,
|
|
939
|
+
ddsColorTextOnStatusDefault: ddsColorTextOnStatusDefault,
|
|
940
|
+
ddsColorTextOnStatusStrong: ddsColorTextOnStatusStrong,
|
|
941
|
+
ddsColorTextRequiredfield: ddsColorTextRequiredfield,
|
|
942
|
+
ddsColorTextSubtle: ddsColorTextSubtle,
|
|
943
|
+
ddsFontBodyLarge: ddsFontBodyLarge,
|
|
944
|
+
ddsFontBodyLargeLetterSpacing: ddsFontBodyLargeLetterSpacing,
|
|
945
|
+
ddsFontBodyLargeParagraphSpacing: ddsFontBodyLargeParagraphSpacing,
|
|
946
|
+
ddsFontBodyLargeParagraphSpacingNumberEm: ddsFontBodyLargeParagraphSpacingNumberEm,
|
|
947
|
+
ddsFontBodyMedium: ddsFontBodyMedium,
|
|
948
|
+
ddsFontBodyMediumLetterSpacing: ddsFontBodyMediumLetterSpacing,
|
|
949
|
+
ddsFontBodyMediumParagraphSpacing: ddsFontBodyMediumParagraphSpacing,
|
|
950
|
+
ddsFontBodyMediumParagraphSpacingNumberEm: ddsFontBodyMediumParagraphSpacingNumberEm,
|
|
951
|
+
ddsFontBodySmall: ddsFontBodySmall,
|
|
952
|
+
ddsFontBodySmallLetterSpacing: ddsFontBodySmallLetterSpacing,
|
|
953
|
+
ddsFontBodySmallParagraphSpacing: ddsFontBodySmallParagraphSpacing,
|
|
954
|
+
ddsFontBodySmallParagraphSpacingNumberEm: ddsFontBodySmallParagraphSpacingNumberEm,
|
|
955
|
+
ddsFontBodyXsmall: ddsFontBodyXsmall,
|
|
956
|
+
ddsFontBodyXsmallLetterSpacing: ddsFontBodyXsmallLetterSpacing,
|
|
957
|
+
ddsFontBodyXsmallParagraphSpacing: ddsFontBodyXsmallParagraphSpacing,
|
|
958
|
+
ddsFontBodyXsmallParagraphSpacingNumberEm: ddsFontBodyXsmallParagraphSpacingNumberEm,
|
|
959
|
+
ddsFontCodeMedium: ddsFontCodeMedium,
|
|
960
|
+
ddsFontCodeMediumLetterSpacing: ddsFontCodeMediumLetterSpacing,
|
|
961
|
+
ddsFontCodeMediumParagraphSpacing: ddsFontCodeMediumParagraphSpacing,
|
|
962
|
+
ddsFontCodeMediumParagraphSpacingNumberEm: ddsFontCodeMediumParagraphSpacingNumberEm,
|
|
963
|
+
ddsFontFamilyMonospace: ddsFontFamilyMonospace,
|
|
964
|
+
ddsFontFamilySans: ddsFontFamilySans,
|
|
965
|
+
ddsFontHeadingLarge: ddsFontHeadingLarge,
|
|
966
|
+
ddsFontHeadingLargeLetterSpacing: ddsFontHeadingLargeLetterSpacing,
|
|
967
|
+
ddsFontHeadingLargeParagraphSpacing: ddsFontHeadingLargeParagraphSpacing,
|
|
968
|
+
ddsFontHeadingLargeParagraphSpacingNumberEm: ddsFontHeadingLargeParagraphSpacingNumberEm,
|
|
969
|
+
ddsFontHeadingMedium: ddsFontHeadingMedium,
|
|
970
|
+
ddsFontHeadingMediumLetterSpacing: ddsFontHeadingMediumLetterSpacing,
|
|
971
|
+
ddsFontHeadingMediumParagraphSpacing: ddsFontHeadingMediumParagraphSpacing,
|
|
972
|
+
ddsFontHeadingMediumParagraphSpacingNumberEm: ddsFontHeadingMediumParagraphSpacingNumberEm,
|
|
973
|
+
ddsFontHeadingSmall: ddsFontHeadingSmall,
|
|
974
|
+
ddsFontHeadingSmallLetterSpacing: ddsFontHeadingSmallLetterSpacing,
|
|
975
|
+
ddsFontHeadingSmallParagraphSpacing: ddsFontHeadingSmallParagraphSpacing,
|
|
976
|
+
ddsFontHeadingSmallParagraphSpacingNumberEm: ddsFontHeadingSmallParagraphSpacingNumberEm,
|
|
977
|
+
ddsFontHeadingXlarge: ddsFontHeadingXlarge,
|
|
978
|
+
ddsFontHeadingXlargeLetterSpacing: ddsFontHeadingXlargeLetterSpacing,
|
|
979
|
+
ddsFontHeadingXlargeParagraphSpacing: ddsFontHeadingXlargeParagraphSpacing,
|
|
980
|
+
ddsFontHeadingXlargeParagraphSpacingNumberEm: ddsFontHeadingXlargeParagraphSpacingNumberEm,
|
|
981
|
+
ddsFontHeadingXsmall: ddsFontHeadingXsmall,
|
|
982
|
+
ddsFontHeadingXsmallLetterSpacing: ddsFontHeadingXsmallLetterSpacing,
|
|
983
|
+
ddsFontHeadingXsmallParagraphSpacing: ddsFontHeadingXsmallParagraphSpacing,
|
|
984
|
+
ddsFontHeadingXsmallParagraphSpacingNumberEm: ddsFontHeadingXsmallParagraphSpacingNumberEm,
|
|
985
|
+
ddsFontHeadingXxlarge: ddsFontHeadingXxlarge,
|
|
986
|
+
ddsFontHeadingXxlargeLetterSpacing: ddsFontHeadingXxlargeLetterSpacing,
|
|
987
|
+
ddsFontHeadingXxlargeParagraphSpacing: ddsFontHeadingXxlargeParagraphSpacing,
|
|
988
|
+
ddsFontHeadingXxlargeParagraphSpacingNumberEm: ddsFontHeadingXxlargeParagraphSpacingNumberEm,
|
|
989
|
+
ddsFontHeadingXxsmall: ddsFontHeadingXxsmall,
|
|
990
|
+
ddsFontHeadingXxsmallLetterSpacing: ddsFontHeadingXxsmallLetterSpacing,
|
|
991
|
+
ddsFontHeadingXxsmallParagraphSpacing: ddsFontHeadingXxsmallParagraphSpacing,
|
|
992
|
+
ddsFontHeadingXxsmallParagraphSpacingNumberEm: ddsFontHeadingXxsmallParagraphSpacingNumberEm,
|
|
993
|
+
ddsFontLabelMedium: ddsFontLabelMedium,
|
|
994
|
+
ddsFontLabelMediumLetterSpacing: ddsFontLabelMediumLetterSpacing,
|
|
995
|
+
ddsFontLabelMediumParagraphSpacing: ddsFontLabelMediumParagraphSpacing,
|
|
996
|
+
ddsFontLabelMediumParagraphSpacingNumberEm: ddsFontLabelMediumParagraphSpacingNumberEm,
|
|
997
|
+
ddsFontLeadMedium: ddsFontLeadMedium,
|
|
998
|
+
ddsFontLeadMediumLetterSpacing: ddsFontLeadMediumLetterSpacing,
|
|
999
|
+
ddsFontLeadMediumParagraphSpacing: ddsFontLeadMediumParagraphSpacing,
|
|
1000
|
+
ddsFontLeadMediumParagraphSpacingNumberEm: ddsFontLeadMediumParagraphSpacingNumberEm,
|
|
1001
|
+
ddsFontLetterSpacingLoose: ddsFontLetterSpacingLoose,
|
|
1002
|
+
ddsFontLetterSpacingNormal: ddsFontLetterSpacingNormal,
|
|
1003
|
+
ddsFontLetterSpacingTight: ddsFontLetterSpacingTight,
|
|
1004
|
+
ddsFontLineheightList: ddsFontLineheightList,
|
|
1005
|
+
ddsFontLineheightX1: ddsFontLineheightX1,
|
|
1006
|
+
ddsFontLineheightX2: ddsFontLineheightX2,
|
|
1007
|
+
ddsFontLineheightX3: ddsFontLineheightX3,
|
|
1008
|
+
ddsFontParagraphSpacingHeading: ddsFontParagraphSpacingHeading,
|
|
1009
|
+
ddsFontParagraphSpacingHeadingNumberEm: ddsFontParagraphSpacingHeadingNumberEm,
|
|
1010
|
+
ddsFontParagraphSpacingLarge: ddsFontParagraphSpacingLarge,
|
|
1011
|
+
ddsFontParagraphSpacingLargeNumberEm: ddsFontParagraphSpacingLargeNumberEm,
|
|
1012
|
+
ddsFontParagraphSpacingMedium: ddsFontParagraphSpacingMedium,
|
|
1013
|
+
ddsFontParagraphSpacingMediumNumberEm: ddsFontParagraphSpacingMediumNumberEm,
|
|
1014
|
+
ddsFontParagraphSpacingSmall: ddsFontParagraphSpacingSmall,
|
|
1015
|
+
ddsFontParagraphSpacingSmallNumberEm: ddsFontParagraphSpacingSmallNumberEm,
|
|
1016
|
+
ddsFontSizeLarge: ddsFontSizeLarge,
|
|
1017
|
+
ddsFontSizeLargeNumberRem: ddsFontSizeLargeNumberRem,
|
|
1018
|
+
ddsFontSizeMedium: ddsFontSizeMedium,
|
|
1019
|
+
ddsFontSizeMediumNumberRem: ddsFontSizeMediumNumberRem,
|
|
1020
|
+
ddsFontSizeSmall: ddsFontSizeSmall,
|
|
1021
|
+
ddsFontSizeSmallNumberRem: ddsFontSizeSmallNumberRem,
|
|
1022
|
+
ddsFontSizeX075: ddsFontSizeX075,
|
|
1023
|
+
ddsFontSizeX075NumberRem: ddsFontSizeX075NumberRem,
|
|
1024
|
+
ddsFontSizeX0875: ddsFontSizeX0875,
|
|
1025
|
+
ddsFontSizeX0875NumberRem: ddsFontSizeX0875NumberRem,
|
|
1026
|
+
ddsFontSizeX1: ddsFontSizeX1,
|
|
1027
|
+
ddsFontSizeX1125: ddsFontSizeX1125,
|
|
1028
|
+
ddsFontSizeX1125NumberRem: ddsFontSizeX1125NumberRem,
|
|
1029
|
+
ddsFontSizeX125: ddsFontSizeX125,
|
|
1030
|
+
ddsFontSizeX125NumberRem: ddsFontSizeX125NumberRem,
|
|
1031
|
+
ddsFontSizeX15: ddsFontSizeX15,
|
|
1032
|
+
ddsFontSizeX15NumberRem: ddsFontSizeX15NumberRem,
|
|
1033
|
+
ddsFontSizeX1NumberRem: ddsFontSizeX1NumberRem,
|
|
1034
|
+
ddsFontSizeX2: ddsFontSizeX2,
|
|
1035
|
+
ddsFontSizeX25: ddsFontSizeX25,
|
|
1036
|
+
ddsFontSizeX25NumberRem: ddsFontSizeX25NumberRem,
|
|
1037
|
+
ddsFontSizeX2NumberRem: ddsFontSizeX2NumberRem,
|
|
1038
|
+
ddsFontSizeX3: ddsFontSizeX3,
|
|
1039
|
+
ddsFontSizeX3NumberRem: ddsFontSizeX3NumberRem,
|
|
1040
|
+
ddsFontSizeX4: ddsFontSizeX4,
|
|
1041
|
+
ddsFontSizeX4NumberRem: ddsFontSizeX4NumberRem,
|
|
1042
|
+
ddsFontSizeX5: ddsFontSizeX5,
|
|
1043
|
+
ddsFontSizeX5NumberRem: ddsFontSizeX5NumberRem,
|
|
1044
|
+
ddsFontSizeXlarge: ddsFontSizeXlarge,
|
|
1045
|
+
ddsFontSizeXlargeNumberRem: ddsFontSizeXlargeNumberRem,
|
|
1046
|
+
ddsFontSizeXsmall: ddsFontSizeXsmall,
|
|
1047
|
+
ddsFontSizeXsmallNumberRem: ddsFontSizeXsmallNumberRem,
|
|
1048
|
+
ddsFontSizeXxlarge: ddsFontSizeXxlarge,
|
|
1049
|
+
ddsFontSizeXxlargeNumberRem: ddsFontSizeXxlargeNumberRem,
|
|
1050
|
+
ddsFontSizeXxsmall: ddsFontSizeXxsmall,
|
|
1051
|
+
ddsFontSizeXxsmallNumberRem: ddsFontSizeXxsmallNumberRem,
|
|
1052
|
+
ddsFontSizeXxxsmall: ddsFontSizeXxxsmall,
|
|
1053
|
+
ddsFontSizeXxxsmallNumberRem: ddsFontSizeXxxsmallNumberRem,
|
|
1054
|
+
ddsFontStyleItalic: ddsFontStyleItalic,
|
|
1055
|
+
ddsFontStyleNormal: ddsFontStyleNormal,
|
|
1056
|
+
ddsFontStyleUnderline: ddsFontStyleUnderline,
|
|
1057
|
+
ddsFontWeightBold: ddsFontWeightBold,
|
|
1058
|
+
ddsFontWeightLight: ddsFontWeightLight,
|
|
1059
|
+
ddsFontWeightNormal: ddsFontWeightNormal,
|
|
1060
|
+
ddsGridLgCount: ddsGridLgCount,
|
|
1061
|
+
ddsGridLgGutterSize: ddsGridLgGutterSize,
|
|
1062
|
+
ddsGridLgGutterSizeNumberPx: ddsGridLgGutterSizeNumberPx,
|
|
1063
|
+
ddsGridMdCount: ddsGridMdCount,
|
|
1064
|
+
ddsGridMdGutterSize: ddsGridMdGutterSize,
|
|
1065
|
+
ddsGridMdGutterSizeNumberPx: ddsGridMdGutterSizeNumberPx,
|
|
1066
|
+
ddsGridSmCount: ddsGridSmCount,
|
|
1067
|
+
ddsGridSmGutterSize: ddsGridSmGutterSize,
|
|
1068
|
+
ddsGridSmGutterSizeNumberPx: ddsGridSmGutterSizeNumberPx,
|
|
1069
|
+
ddsGridXlCount: ddsGridXlCount,
|
|
1070
|
+
ddsGridXlGutterSize: ddsGridXlGutterSize,
|
|
1071
|
+
ddsGridXlGutterSizeNumberPx: ddsGridXlGutterSizeNumberPx,
|
|
1072
|
+
ddsGridXsCount: ddsGridXsCount,
|
|
1073
|
+
ddsGridXsGutterSize: ddsGridXsGutterSize,
|
|
1074
|
+
ddsGridXsGutterSizeNumberPx: ddsGridXsGutterSizeNumberPx,
|
|
1075
|
+
ddsIconSizeLarge: ddsIconSizeLarge,
|
|
1076
|
+
ddsIconSizeLargeNumberPx: ddsIconSizeLargeNumberPx,
|
|
1077
|
+
ddsIconSizeMedium: ddsIconSizeMedium,
|
|
1078
|
+
ddsIconSizeMediumNumberPx: ddsIconSizeMediumNumberPx,
|
|
1079
|
+
ddsIconSizeSmall: ddsIconSizeSmall,
|
|
1080
|
+
ddsIconSizeSmallNumberPx: ddsIconSizeSmallNumberPx,
|
|
1081
|
+
ddsShadow1: ddsShadow1,
|
|
1082
|
+
ddsShadow2: ddsShadow2,
|
|
1083
|
+
ddsShadow3: ddsShadow3,
|
|
1084
|
+
ddsShadow4: ddsShadow4,
|
|
1085
|
+
ddsSpacingPaddingTopHeading: ddsSpacingPaddingTopHeading,
|
|
1086
|
+
ddsSpacingPaddingTopHeadingNumberEm: ddsSpacingPaddingTopHeadingNumberEm,
|
|
1087
|
+
ddsSpacingX0: ddsSpacingX0,
|
|
1088
|
+
ddsSpacingX0125: ddsSpacingX0125,
|
|
1089
|
+
ddsSpacingX0125NumberRem: ddsSpacingX0125NumberRem,
|
|
1090
|
+
ddsSpacingX025: ddsSpacingX025,
|
|
1091
|
+
ddsSpacingX025NumberRem: ddsSpacingX025NumberRem,
|
|
1092
|
+
ddsSpacingX05: ddsSpacingX05,
|
|
1093
|
+
ddsSpacingX05NumberRem: ddsSpacingX05NumberRem,
|
|
1094
|
+
ddsSpacingX075: ddsSpacingX075,
|
|
1095
|
+
ddsSpacingX075NumberRem: ddsSpacingX075NumberRem,
|
|
1096
|
+
ddsSpacingX0NumberRem: ddsSpacingX0NumberRem,
|
|
1097
|
+
ddsSpacingX1: ddsSpacingX1,
|
|
1098
|
+
ddsSpacingX10: ddsSpacingX10,
|
|
1099
|
+
ddsSpacingX10NumberRem: ddsSpacingX10NumberRem,
|
|
1100
|
+
ddsSpacingX15: ddsSpacingX15,
|
|
1101
|
+
ddsSpacingX15NumberRem: ddsSpacingX15NumberRem,
|
|
1102
|
+
ddsSpacingX1NumberRem: ddsSpacingX1NumberRem,
|
|
1103
|
+
ddsSpacingX2: ddsSpacingX2,
|
|
1104
|
+
ddsSpacingX25: ddsSpacingX25,
|
|
1105
|
+
ddsSpacingX25NumberRem: ddsSpacingX25NumberRem,
|
|
1106
|
+
ddsSpacingX2NumberRem: ddsSpacingX2NumberRem,
|
|
1107
|
+
ddsSpacingX3: ddsSpacingX3,
|
|
1108
|
+
ddsSpacingX3NumberRem: ddsSpacingX3NumberRem,
|
|
1109
|
+
ddsSpacingX4: ddsSpacingX4,
|
|
1110
|
+
ddsSpacingX4NumberRem: ddsSpacingX4NumberRem,
|
|
1111
|
+
ddsSpacingX6: ddsSpacingX6,
|
|
1112
|
+
ddsSpacingX6NumberRem: ddsSpacingX6NumberRem
|
|
831
1113
|
});
|
|
832
1114
|
|
|
833
|
-
const ddsTokens =
|
|
1115
|
+
const ddsTokens = {
|
|
1116
|
+
core: Object.assign({}, ddsTokensCore),
|
|
1117
|
+
public: Object.assign({}, ddsTokensPublic),
|
|
1118
|
+
};
|
|
834
1119
|
|
|
835
1120
|
exports.ddsTokens = ddsTokens;
|