@norges-domstoler/dds-design-tokens 5.0.0 → 6.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 +26 -17
- package/dist/cjs/dds/build/js/ddsTokens.d.ts +412 -628
- package/dist/cjs/dds/index.d.ts +0 -9
- package/dist/cjs/index.js +826 -9882
- package/dist/cjs/src/index.d.ts +414 -2
- package/dist/css/ddsTokens.css +218 -375
- package/dist/dds/build/js/ddsTokens.d.ts +412 -628
- package/dist/dds/build/js/ddsTokens.js +414 -629
- package/dist/dds/index.d.ts +0 -9
- package/dist/index.js +5 -2
- package/dist/scss/_ddsTokens.scss +214 -375
- package/dist/src/index.d.ts +414 -2
- package/package.json +8 -6
- package/dist/cjs/dds/build/js/borderRadius.d.ts +0 -10
- package/dist/cjs/dds/build/js/breakpoints.d.ts +0 -10
- package/dist/cjs/dds/build/js/colors.d.ts +0 -155
- package/dist/cjs/dds/build/js/font.d.ts +0 -400
- package/dist/cjs/dds/build/js/fontObject.d.ts +0 -5714
- package/dist/cjs/dds/build/js/grid.d.ts +0 -15
- package/dist/cjs/dds/build/js/iconSize.d.ts +0 -6
- package/dist/cjs/dds/build/js/outershadow.d.ts +0 -12
- package/dist/cjs/dds/build/js/spacing.d.ts +0 -28
- package/dist/cjs/dds/formattedStyles/fontPackages/fontPackages.d.ts +0 -477
- package/dist/cjs/dds/formattedStyles/fontPackages/index.d.ts +0 -1
- package/dist/cjs/dds/utils/fontPackageFormatter.d.ts +0 -22
- package/dist/cjs/src/ddsBaseTokens.d.ts +0 -1118
- package/dist/cjs/src/ddsReferenceTokens.d.ts +0 -45
- package/dist/css/borderRadius.css +0 -12
- package/dist/css/breakpoints.css +0 -12
- package/dist/css/colors.css +0 -158
- package/dist/css/font.css +0 -282
- package/dist/css/grid.css +0 -17
- package/dist/css/iconSize.css +0 -10
- package/dist/css/outershadow.css +0 -15
- package/dist/css/spacing.css +0 -21
- package/dist/dds/build/js/borderRadius.d.ts +0 -10
- package/dist/dds/build/js/borderRadius.js +0 -12
- package/dist/dds/build/js/breakpoints.d.ts +0 -10
- package/dist/dds/build/js/breakpoints.js +0 -12
- package/dist/dds/build/js/colors.d.ts +0 -155
- package/dist/dds/build/js/colors.js +0 -157
- package/dist/dds/build/js/font.d.ts +0 -400
- package/dist/dds/build/js/font.js +0 -402
- package/dist/dds/build/js/fontObject.d.ts +0 -5714
- package/dist/dds/build/js/fontObject.js +0 -7216
- package/dist/dds/build/js/grid.d.ts +0 -15
- package/dist/dds/build/js/grid.js +0 -17
- package/dist/dds/build/js/iconSize.d.ts +0 -6
- package/dist/dds/build/js/iconSize.js +0 -8
- package/dist/dds/build/js/outershadow.d.ts +0 -12
- package/dist/dds/build/js/outershadow.js +0 -14
- package/dist/dds/build/js/spacing.d.ts +0 -28
- package/dist/dds/build/js/spacing.js +0 -30
- package/dist/dds/formattedStyles/fontPackages/fontPackages.d.ts +0 -477
- package/dist/dds/formattedStyles/fontPackages/fontPackages.js +0 -33
- package/dist/dds/formattedStyles/fontPackages/index.d.ts +0 -1
- package/dist/dds/utils/fontPackageFormatter.d.ts +0 -22
- package/dist/dds/utils/fontPackageFormatter.js +0 -23
- package/dist/ddsBaseTokens.js +0 -25
- package/dist/ddsReferenceTokens.js +0 -45
- package/dist/scss/_borderRadius.scss +0 -9
- package/dist/scss/_breakpoints.scss +0 -9
- package/dist/scss/_colors.scss +0 -155
- package/dist/scss/_font.scss +0 -279
- package/dist/scss/_iconSize.scss +0 -7
- package/dist/scss/_outershadow.scss +0 -12
- package/dist/scss/_spacing.scss +0 -18
- package/dist/src/ddsBaseTokens.d.ts +0 -1118
- package/dist/src/ddsReferenceTokens.d.ts +0 -45
package/dist/src/index.d.ts
CHANGED
|
@@ -1,2 +1,414 @@
|
|
|
1
|
-
export
|
|
2
|
-
|
|
1
|
+
export declare const ddsTokens: {
|
|
2
|
+
ddsColorPrimaryLightest: "#eaeff4";
|
|
3
|
+
ddsColorPrimaryLighter: "#acbbc6";
|
|
4
|
+
ddsColorPrimaryLight: "#4f6a7e";
|
|
5
|
+
ddsColorPrimaryBase: "#354754";
|
|
6
|
+
ddsColorPrimaryDark: "#313d45";
|
|
7
|
+
ddsColorPrimaryDarker: "#202b32";
|
|
8
|
+
ddsColorPrimaryDarkest: "#151c22";
|
|
9
|
+
ddsColorNeutralsWhite: "#ffffff";
|
|
10
|
+
ddsColorNeutralsGray1: "#f8f9f9";
|
|
11
|
+
ddsColorNeutralsGray2: "#ebecee";
|
|
12
|
+
ddsColorNeutralsGray3: "#cfd4d7";
|
|
13
|
+
ddsColorNeutralsGray4: "#adb5ba";
|
|
14
|
+
ddsColorNeutralsGray5: "#77838c";
|
|
15
|
+
ddsColorNeutralsGray6: "#545c62";
|
|
16
|
+
ddsColorNeutralsGray7: "#3a4146";
|
|
17
|
+
ddsColorNeutralsGray8: "#22272a";
|
|
18
|
+
ddsColorNeutralsGray9: "#0b0d0e";
|
|
19
|
+
ddsColorInteractiveLightest: "#e7f1f7";
|
|
20
|
+
ddsColorInteractiveLighter: "#9fc5de";
|
|
21
|
+
ddsColorInteractiveLight: "#589ac6";
|
|
22
|
+
ddsColorInteractiveBase: "#106ead";
|
|
23
|
+
ddsColorInteractiveDark: "#0d588a";
|
|
24
|
+
ddsColorInteractiveDarker: "#0a4268";
|
|
25
|
+
ddsColorInteractiveDarkest: "#062c45";
|
|
26
|
+
ddsColorSecondaryLightest: "#e6eded";
|
|
27
|
+
ddsColorSecondaryLighter: "#cddbdb";
|
|
28
|
+
ddsColorSecondaryLight: "#b8cdcd";
|
|
29
|
+
ddsColorSecondaryBase: "#9ab8b7";
|
|
30
|
+
ddsColorSecondaryDark: "#7b9392";
|
|
31
|
+
ddsColorSecondaryDarker: "#4d6463";
|
|
32
|
+
ddsColorSecondaryDarkest: "#3e4a49";
|
|
33
|
+
ddsColorTertiaryLightest: "#ffe6df";
|
|
34
|
+
ddsColorTertiaryLighter: "#ffd6ca";
|
|
35
|
+
ddsColorTertiaryLight: "#f6c1b1";
|
|
36
|
+
ddsColorTertiaryBase: "#f2a68f";
|
|
37
|
+
ddsColorTertiaryDark: "#f59877";
|
|
38
|
+
ddsColorTertiaryDarker: "#f27e55";
|
|
39
|
+
ddsColorTertiaryDarkest: "#c26544";
|
|
40
|
+
ddsColorSuccessLightest: "#f0f9f0";
|
|
41
|
+
ddsColorSuccessLighter: "#c1e5c2";
|
|
42
|
+
ddsColorSuccessLight: "#93d294";
|
|
43
|
+
ddsColorSuccessBase: "#65be66";
|
|
44
|
+
ddsColorSuccessDark: "#519852";
|
|
45
|
+
ddsColorSuccessDarker: "#3d723d";
|
|
46
|
+
ddsColorSuccessDarkest: "#284c29";
|
|
47
|
+
ddsColorDangerLightest: "#fbebeb";
|
|
48
|
+
ddsColorDangerLighter: "#efafaf";
|
|
49
|
+
ddsColorDangerLight: "#e47373";
|
|
50
|
+
ddsColorDangerBase: "#d83737";
|
|
51
|
+
ddsColorDangerDark: "#ad2c2c";
|
|
52
|
+
ddsColorDangerDarker: "#822121";
|
|
53
|
+
ddsColorDangerDarkest: "#561616";
|
|
54
|
+
ddsColorWarningLightest: "#fefced";
|
|
55
|
+
ddsColorWarningLighter: "#fbf3b8";
|
|
56
|
+
ddsColorWarningLight: "#f7e982";
|
|
57
|
+
ddsColorWarningBase: "#f4e04d";
|
|
58
|
+
ddsColorWarningDark: "#c3b33e";
|
|
59
|
+
ddsColorWarningDarker: "#92862e";
|
|
60
|
+
ddsColorWarningDarkest: "#625a1f";
|
|
61
|
+
ddsColorInfoLightest: "#f1f8fd";
|
|
62
|
+
ddsColorInfoLighter: "#c8e3f5";
|
|
63
|
+
ddsColorInfoLight: "#9eceee";
|
|
64
|
+
ddsColorInfoBase: "#75b9e6";
|
|
65
|
+
ddsColorInfoDark: "#5e94b8";
|
|
66
|
+
ddsColorInfoDarker: "#466f8a";
|
|
67
|
+
ddsColorInfoDarkest: "#2f4a5c";
|
|
68
|
+
ddsColorVisitedBase: "#7f29b4";
|
|
69
|
+
ddsColorVisitedLighter: "#cca9e1";
|
|
70
|
+
ddsColorBgDefault: "#ffffff";
|
|
71
|
+
ddsColorBgSubtle: "#f8f9f9";
|
|
72
|
+
ddsColorSurfaceDefault: "#ffffff";
|
|
73
|
+
ddsColorSurfaceSubtle: "#f8f9f9";
|
|
74
|
+
ddsColorSurfaceMedium: "#ebecee";
|
|
75
|
+
ddsColorSurfaceHoverDefault: "#e7f1f7";
|
|
76
|
+
ddsColorSurfaceHoverSubtle: "#f8f9f9";
|
|
77
|
+
ddsColorSurfaceSelectedDefault: "#e7f1f7";
|
|
78
|
+
ddsColorSurfaceInverseDefault: "#354754";
|
|
79
|
+
ddsColorSurfaceInverseHover: "#313d45";
|
|
80
|
+
ddsColorSurfaceInverseSelected: "#202b32";
|
|
81
|
+
ddsColorSurfaceActionResting: "#106ead";
|
|
82
|
+
ddsColorSurfaceActionHover: "#0d588a";
|
|
83
|
+
ddsColorSurfaceActionSelected: "#106ead";
|
|
84
|
+
ddsColorSurfaceActionDangerResting: "#d83737";
|
|
85
|
+
ddsColorSurfaceActionDangerHover: "#ad2c2c";
|
|
86
|
+
ddsColorSurfaceActionSelectedDisabled: "#77838c";
|
|
87
|
+
ddsColorSurfaceDangerDefault: "#fbebeb";
|
|
88
|
+
ddsColorSurfaceDangerStrong: "#e47373";
|
|
89
|
+
ddsColorSurfaceSuccessDefault: "#f0f9f0";
|
|
90
|
+
ddsColorSurfaceSuccessStrong: "#93d294";
|
|
91
|
+
ddsColorSurfaceWarningDefault: "#fefced";
|
|
92
|
+
ddsColorSurfaceWarningStrong: "#f7e982";
|
|
93
|
+
ddsColorSurfaceInfoDefault: "#f1f8fd";
|
|
94
|
+
ddsColorSurfaceInfoStrong: "#9eceee";
|
|
95
|
+
ddsColorSurfacePaperDefault: "#ffffff";
|
|
96
|
+
ddsColorSurfaceBackdropDefault: "#0b0d0e80";
|
|
97
|
+
ddsColorSurfaceFieldDefault: "#ffffff";
|
|
98
|
+
ddsColorSurfaceFieldDisabled: "#f8f9f9";
|
|
99
|
+
ddsColorSurfaceHighlightedDefault: "#ffe6df";
|
|
100
|
+
ddsColorSurfaceScrollbar: "#adb5ba";
|
|
101
|
+
ddsColorSurfaceNotification: "#d83737";
|
|
102
|
+
ddsColorSurfaceSkeleton: "#cfd4d7";
|
|
103
|
+
ddsColorBorderDefault: "#77838c";
|
|
104
|
+
ddsColorBorderSubtle: "#cfd4d7";
|
|
105
|
+
ddsColorBorderInverse: "#acbbc6";
|
|
106
|
+
ddsColorBorderActionDefault: "#106ead";
|
|
107
|
+
ddsColorBorderActionHover: "#0d588a";
|
|
108
|
+
ddsColorBorderSuccess: "#65be66";
|
|
109
|
+
ddsColorBorderWarning: "#f4e04d";
|
|
110
|
+
ddsColorBorderDanger: "#d83737";
|
|
111
|
+
ddsColorBorderInfo: "#75b9e6";
|
|
112
|
+
ddsColorBorderOnAction: "#ffffff";
|
|
113
|
+
ddsColorTextDefault: "#0b0d0e";
|
|
114
|
+
ddsColorTextMedium: "#3a4146";
|
|
115
|
+
ddsColorTextSubtle: "#545c62";
|
|
116
|
+
ddsColorTextOnInverse: "#ffffff";
|
|
117
|
+
ddsColorTextOnAction: "#ffffff";
|
|
118
|
+
ddsColorTextOnStatusDefault: "#0b0d0e";
|
|
119
|
+
ddsColorTextOnStatusStrong: "#0b0d0e";
|
|
120
|
+
ddsColorTextActionResting: "#106ead";
|
|
121
|
+
ddsColorTextActionHover: "#0d588a";
|
|
122
|
+
ddsColorTextRequiredfield: "#d83737";
|
|
123
|
+
ddsColorTextActionVisited: "#7f29b4";
|
|
124
|
+
ddsColorTextActionVisitedOnInverse: "#cca9e1";
|
|
125
|
+
ddsColorTextOnNotification: "#ffffff";
|
|
126
|
+
ddsColorIconDefault: "#0b0d0e";
|
|
127
|
+
ddsColorIconMedium: "#3a4146";
|
|
128
|
+
ddsColorIconSubtle: "#545c62";
|
|
129
|
+
ddsColorIconOnInverse: "#ffffff";
|
|
130
|
+
ddsColorIconOnAction: "#ffffff";
|
|
131
|
+
ddsColorIconActionResting: "#106ead";
|
|
132
|
+
ddsColorIconActionHover: "#0d588a";
|
|
133
|
+
ddsColorIconOnSuccessDefault: "#3d723d";
|
|
134
|
+
ddsColorIconOnSuccessStrong: "#0b0d0e";
|
|
135
|
+
ddsColorIconOnWarningDefault: "#92862e";
|
|
136
|
+
ddsColorIconOnWarningStrong: "#0b0d0e";
|
|
137
|
+
ddsColorIconOnDangerDefault: "#ad2c2c";
|
|
138
|
+
ddsColorIconOnDangerStrong: "#0b0d0e";
|
|
139
|
+
ddsColorIconOnInfoDefault: "#466f8a";
|
|
140
|
+
ddsColorIconOnInfoStrong: "#0b0d0e";
|
|
141
|
+
ddsColorBrandPrimaryDefault: "#354754";
|
|
142
|
+
ddsColorBrandPrimarySubtle: "#eaeff4";
|
|
143
|
+
ddsColorBrandPrimaryMedium: "#4f6a7e";
|
|
144
|
+
ddsColorBrandPrimaryStrong: "#202b32";
|
|
145
|
+
ddsColorBrandSecondaryDefault: "#9ab8b7";
|
|
146
|
+
ddsColorBrandSecondarySubtle: "#e6eded";
|
|
147
|
+
ddsColorBrandSecondaryMedium: "#b8cdcd";
|
|
148
|
+
ddsColorBrandSecondaryStrong: "#4d6463";
|
|
149
|
+
ddsColorBrandTertiaryDefault: "#f2a68f";
|
|
150
|
+
ddsColorBrandTertiarySubtle: "#ffe6df";
|
|
151
|
+
ddsColorBrandTertiaryMedium: "#f6c1b1";
|
|
152
|
+
ddsColorBrandTertiaryStrong: "#f27e55";
|
|
153
|
+
ddsColorFocusOutside: "#2f4a5c";
|
|
154
|
+
ddsColorFocusInside: "#f1f8fd";
|
|
155
|
+
ddsBorderRadius0: "0px";
|
|
156
|
+
ddsBorderRadius0NumberPx: 0;
|
|
157
|
+
ddsBorderRadius1: "2px";
|
|
158
|
+
ddsBorderRadius1NumberPx: 2;
|
|
159
|
+
ddsBorderRadius2: "4px";
|
|
160
|
+
ddsBorderRadius2NumberPx: 4;
|
|
161
|
+
ddsBorderRadius3: "8px";
|
|
162
|
+
ddsBorderRadius3NumberPx: 8;
|
|
163
|
+
ddsBorderRadius100: "9999px";
|
|
164
|
+
ddsBorderRadius100NumberPx: 9999;
|
|
165
|
+
ddsBorderRadiusButton: "2px";
|
|
166
|
+
ddsBorderRadiusButtonNumberPx: 2;
|
|
167
|
+
ddsBorderRadiusSurface: "2px";
|
|
168
|
+
ddsBorderRadiusSurfaceNumberPx: 2;
|
|
169
|
+
ddsBorderRadiusInput: "2px";
|
|
170
|
+
ddsBorderRadiusInputNumberPx: 2;
|
|
171
|
+
ddsBorderRadiusChip: "2px";
|
|
172
|
+
ddsBorderRadiusChipNumberPx: 2;
|
|
173
|
+
ddsBorderRadiusRounded: "9999px";
|
|
174
|
+
ddsBorderRadiusRoundedNumberPx: 9999;
|
|
175
|
+
ddsSpacingX0: "0px";
|
|
176
|
+
ddsSpacingX0NumberPx: 0;
|
|
177
|
+
ddsSpacingX0125: "2px";
|
|
178
|
+
ddsSpacingX0125NumberPx: 2;
|
|
179
|
+
ddsSpacingX025: "4px";
|
|
180
|
+
ddsSpacingX025NumberPx: 4;
|
|
181
|
+
ddsSpacingX05: "8px";
|
|
182
|
+
ddsSpacingX05NumberPx: 8;
|
|
183
|
+
ddsSpacingX075: "12px";
|
|
184
|
+
ddsSpacingX075NumberPx: 12;
|
|
185
|
+
ddsSpacingX1: "16px";
|
|
186
|
+
ddsSpacingX1NumberPx: 16;
|
|
187
|
+
ddsSpacingX15: "24px";
|
|
188
|
+
ddsSpacingX15NumberPx: 24;
|
|
189
|
+
ddsSpacingX2: "32px";
|
|
190
|
+
ddsSpacingX2NumberPx: 32;
|
|
191
|
+
ddsSpacingX25: "40px";
|
|
192
|
+
ddsSpacingX25NumberPx: 40;
|
|
193
|
+
ddsSpacingX3: "48px";
|
|
194
|
+
ddsSpacingX3NumberPx: 48;
|
|
195
|
+
ddsSpacingX4: "64px";
|
|
196
|
+
ddsSpacingX4NumberPx: 64;
|
|
197
|
+
ddsSpacingX6: "96px";
|
|
198
|
+
ddsSpacingX6NumberPx: 96;
|
|
199
|
+
ddsSpacingX10: "160px";
|
|
200
|
+
ddsSpacingX10NumberPx: 160;
|
|
201
|
+
ddsSpacingPaddingTopHeading: "0.7em";
|
|
202
|
+
ddsSpacingPaddingTopHeadingNumberEm: 0.7;
|
|
203
|
+
ddsShadow1: "1px 2px 4px 0px rgba(11, 13, 14, 10%)";
|
|
204
|
+
ddsShadow2: "2px 4px 8px 0px rgba(11, 13, 14, 10%)";
|
|
205
|
+
ddsShadow3: "4px 8px 16px 0px rgba(11, 13, 14, 10%)";
|
|
206
|
+
ddsShadow4: "8px 16px 32px 0px rgba(11, 13, 14, 10%)";
|
|
207
|
+
ddsFontFamilySans: "'IBM Plex Sans'";
|
|
208
|
+
ddsFontFamilyMonospace: "'IBM Plex Mono'";
|
|
209
|
+
ddsFontSizeX5: "5rem";
|
|
210
|
+
ddsFontSizeX5NumberRem: 5;
|
|
211
|
+
ddsFontSizeX4: "4rem";
|
|
212
|
+
ddsFontSizeX4NumberRem: 4;
|
|
213
|
+
ddsFontSizeX3: "3rem";
|
|
214
|
+
ddsFontSizeX3NumberRem: 3;
|
|
215
|
+
ddsFontSizeX25: "2.5rem";
|
|
216
|
+
ddsFontSizeX25NumberRem: 2.5;
|
|
217
|
+
ddsFontSizeX2: "2rem";
|
|
218
|
+
ddsFontSizeX2NumberRem: 2;
|
|
219
|
+
ddsFontSizeX15: "1.5rem";
|
|
220
|
+
ddsFontSizeX15NumberRem: 1.5;
|
|
221
|
+
ddsFontSizeX125: "1.25rem";
|
|
222
|
+
ddsFontSizeX125NumberRem: 1.25;
|
|
223
|
+
ddsFontSizeX1125: "1.125rem";
|
|
224
|
+
ddsFontSizeX1125NumberRem: 1.125;
|
|
225
|
+
ddsFontSizeX1: "1rem";
|
|
226
|
+
ddsFontSizeX1NumberRem: 1;
|
|
227
|
+
ddsFontSizeX0875: "0.875rem";
|
|
228
|
+
ddsFontSizeX0875NumberRem: 0.875;
|
|
229
|
+
ddsFontSizeX075: "0.75rem";
|
|
230
|
+
ddsFontSizeX075NumberRem: 0.75;
|
|
231
|
+
ddsFontWeightLight: "300";
|
|
232
|
+
ddsFontWeightNormal: "400";
|
|
233
|
+
ddsFontWeightBold: "600";
|
|
234
|
+
ddsFontLineheightX1: 1.5;
|
|
235
|
+
ddsFontLineheightX2: 1.35;
|
|
236
|
+
ddsFontLineheightX3: 1.2;
|
|
237
|
+
ddsFontLineheightList: 2.5;
|
|
238
|
+
ddsFontLetterSpacingTight: "-0.01em";
|
|
239
|
+
ddsFontLetterSpacingTightNumberEm: -0.01;
|
|
240
|
+
ddsFontLetterSpacingNormal: "0em";
|
|
241
|
+
ddsFontLetterSpacingNormalNumberEm: 0;
|
|
242
|
+
ddsFontLetterSpacingLoose: "0.01em";
|
|
243
|
+
ddsFontLetterSpacingLooseNumberEm: 0.01;
|
|
244
|
+
ddsFontParagraphSpacingSmall: "1em";
|
|
245
|
+
ddsFontParagraphSpacingSmallNumberEm: 1;
|
|
246
|
+
ddsFontParagraphSpacingMedium: "0.66em";
|
|
247
|
+
ddsFontParagraphSpacingMediumNumberEm: 0.66;
|
|
248
|
+
ddsFontParagraphSpacingLarge: "0.5em";
|
|
249
|
+
ddsFontParagraphSpacingLargeNumberEm: 0.5;
|
|
250
|
+
ddsFontParagraphSpacingHeading: "0.4em";
|
|
251
|
+
ddsFontParagraphSpacingHeadingNumberEm: 0.4;
|
|
252
|
+
ddsFontSupportingStyleLabel01: "600 0.875rem/1.5 'IBM Plex Sans'";
|
|
253
|
+
ddsFontSupportingStyleHelpertext01: "400 0.75rem/1.5 'IBM Plex Sans'";
|
|
254
|
+
ddsFontSupportingStylePlaceholdertext01: "400 1rem/1.5 'IBM Plex Sans'";
|
|
255
|
+
ddsFontSupportingStylePlaceholdertext02: "400 0.875rem/1.5 'IBM Plex Sans'";
|
|
256
|
+
ddsFontSupportingStylePlaceholdertext03: "400 0.75rem/1.5 'IBM Plex Sans'";
|
|
257
|
+
ddsFontSupportingStyleTiny01: "400 0.75rem/1.5 'IBM Plex Sans'";
|
|
258
|
+
ddsFontSupportingStyleTiny02: "300 0.75rem/1.5 'IBM Plex Sans'";
|
|
259
|
+
ddsFontBodySans01: "400 0.875rem/1.5 'IBM Plex Sans'";
|
|
260
|
+
ddsFontBodySans02: "400 1rem/1.5 'IBM Plex Sans'";
|
|
261
|
+
ddsFontBodySans03: "400 1.125rem/1.5 'IBM Plex Sans'";
|
|
262
|
+
ddsFontBodySans04: "400 1.25rem/1.5 'IBM Plex Sans'";
|
|
263
|
+
ddsFontHeadingSans01: "600 1rem/1.5 'IBM Plex Sans'";
|
|
264
|
+
ddsFontHeadingSans02: "600 1.125rem/1.35 'IBM Plex Sans'";
|
|
265
|
+
ddsFontHeadingSans03: "400 1.5rem/1.35 'IBM Plex Sans'";
|
|
266
|
+
ddsFontHeadingSans04: "400 2rem/1.35 'IBM Plex Sans'";
|
|
267
|
+
ddsFontHeadingSans05: "300 2.5rem/1.35 'IBM Plex Sans'";
|
|
268
|
+
ddsFontHeadingSans06: "300 3rem/1.2 'IBM Plex Sans'";
|
|
269
|
+
ddsFontHeadingSans07: "300 4rem/1.2 'IBM Plex Sans'";
|
|
270
|
+
ddsFontHeadingSans08: "300 5rem/1.2 'IBM Plex Sans'";
|
|
271
|
+
ddsFontLeadSans01: "600 1.125rem/1.5 'IBM Plex Sans'";
|
|
272
|
+
ddsFontLeadSans02: "600 1.5rem/1.35 'IBM Plex Sans'";
|
|
273
|
+
ddsFontLeadSans03: "300 1.5rem/1.35 'IBM Plex Sans'";
|
|
274
|
+
ddsFontLeadSans04: "300 2rem/1.35 'IBM Plex Sans'";
|
|
275
|
+
ddsFontLeadSans05: "300 2.5rem/1.35 'IBM Plex Sans'";
|
|
276
|
+
ddsFontCodeMonospace02: "400 1rem/1.5 'IBM Plex Mono'";
|
|
277
|
+
ddsFontStyleUnderline: "underline";
|
|
278
|
+
ddsFontStyleNormal: "none";
|
|
279
|
+
ddsFontStyleItalic: "italic";
|
|
280
|
+
ddsIconSizeLarge: "40px";
|
|
281
|
+
ddsIconSizeLargeNumberPx: 40;
|
|
282
|
+
ddsIconSizeMedium: "24px";
|
|
283
|
+
ddsIconSizeMediumNumberPx: 24;
|
|
284
|
+
ddsIconSizeSmall: "16px";
|
|
285
|
+
ddsIconSizeSmallNumberPx: 16;
|
|
286
|
+
ddsGridXsCount: "4";
|
|
287
|
+
ddsGridXsGutterSize: "16px";
|
|
288
|
+
ddsGridXsGutterSizeNumberPx: 16;
|
|
289
|
+
ddsGridSmCount: "8";
|
|
290
|
+
ddsGridSmGutterSize: "16px";
|
|
291
|
+
ddsGridSmGutterSizeNumberPx: 16;
|
|
292
|
+
ddsGridLgCount: "12";
|
|
293
|
+
ddsGridLgGutterSize: "24px";
|
|
294
|
+
ddsGridLgGutterSizeNumberPx: 24;
|
|
295
|
+
ddsGridMdCount: "12";
|
|
296
|
+
ddsGridMdGutterSize: "24px";
|
|
297
|
+
ddsGridMdGutterSizeNumberPx: 24;
|
|
298
|
+
ddsGridXlCount: "12";
|
|
299
|
+
ddsGridXlGutterSize: "24px";
|
|
300
|
+
ddsGridXlGutterSizeNumberPx: 24;
|
|
301
|
+
ddsBreakpointXs: "1px";
|
|
302
|
+
ddsBreakpointXsNumberPx: 1;
|
|
303
|
+
ddsBreakpointSm: "600px";
|
|
304
|
+
ddsBreakpointSmNumberPx: 600;
|
|
305
|
+
ddsBreakpointMd: "960px";
|
|
306
|
+
ddsBreakpointMdNumberPx: 960;
|
|
307
|
+
ddsBreakpointLg: "1280px";
|
|
308
|
+
ddsBreakpointLgNumberPx: 1280;
|
|
309
|
+
ddsBreakpointXl: "1920px";
|
|
310
|
+
ddsBreakpointXlNumberPx: 1920;
|
|
311
|
+
ddsFontSupportingStyleLabel01LetterSpacing: "0.01em";
|
|
312
|
+
ddsFontSupportingStyleLabel01LetterSpacingNumberEm: 0.01;
|
|
313
|
+
ddsFontSupportingStyleLabel01ParagraphSpacing: "1em";
|
|
314
|
+
ddsFontSupportingStyleLabel01ParagraphSpacingNumberEm: 1;
|
|
315
|
+
ddsFontSupportingStyleHelpertext01LetterSpacing: "0.01em";
|
|
316
|
+
ddsFontSupportingStyleHelpertext01LetterSpacingNumberEm: 0.01;
|
|
317
|
+
ddsFontSupportingStyleHelpertext01ParagraphSpacing: "1em";
|
|
318
|
+
ddsFontSupportingStyleHelpertext01ParagraphSpacingNumberEm: 1;
|
|
319
|
+
ddsFontSupportingStylePlaceholdertext01LetterSpacing: "0em";
|
|
320
|
+
ddsFontSupportingStylePlaceholdertext01LetterSpacingNumberEm: 0;
|
|
321
|
+
ddsFontSupportingStylePlaceholdertext01ParagraphSpacing: "1em";
|
|
322
|
+
ddsFontSupportingStylePlaceholdertext01ParagraphSpacingNumberEm: 1;
|
|
323
|
+
ddsFontSupportingStylePlaceholdertext01FontStyle: "italic";
|
|
324
|
+
ddsFontSupportingStylePlaceholdertext02LetterSpacing: "0.01em";
|
|
325
|
+
ddsFontSupportingStylePlaceholdertext02LetterSpacingNumberEm: 0.01;
|
|
326
|
+
ddsFontSupportingStylePlaceholdertext02ParagraphSpacing: "1em";
|
|
327
|
+
ddsFontSupportingStylePlaceholdertext02ParagraphSpacingNumberEm: 1;
|
|
328
|
+
ddsFontSupportingStylePlaceholdertext02FontStyle: "italic";
|
|
329
|
+
ddsFontSupportingStylePlaceholdertext03LetterSpacing: "0.01em";
|
|
330
|
+
ddsFontSupportingStylePlaceholdertext03LetterSpacingNumberEm: 0.01;
|
|
331
|
+
ddsFontSupportingStylePlaceholdertext03ParagraphSpacing: "1em";
|
|
332
|
+
ddsFontSupportingStylePlaceholdertext03ParagraphSpacingNumberEm: 1;
|
|
333
|
+
ddsFontSupportingStylePlaceholdertext03FontStyle: "italic";
|
|
334
|
+
ddsFontSupportingStyleTiny01LetterSpacing: "0.01em";
|
|
335
|
+
ddsFontSupportingStyleTiny01LetterSpacingNumberEm: 0.01;
|
|
336
|
+
ddsFontSupportingStyleTiny01ParagraphSpacing: "1em";
|
|
337
|
+
ddsFontSupportingStyleTiny01ParagraphSpacingNumberEm: 1;
|
|
338
|
+
ddsFontSupportingStyleTiny02LetterSpacing: "0.01em";
|
|
339
|
+
ddsFontSupportingStyleTiny02LetterSpacingNumberEm: 0.01;
|
|
340
|
+
ddsFontSupportingStyleTiny02ParagraphSpacing: "1em";
|
|
341
|
+
ddsFontSupportingStyleTiny02ParagraphSpacingNumberEm: 1;
|
|
342
|
+
ddsFontBodySans01LetterSpacing: "0.01em";
|
|
343
|
+
ddsFontBodySans01LetterSpacingNumberEm: 0.01;
|
|
344
|
+
ddsFontBodySans01ParagraphSpacing: "1em";
|
|
345
|
+
ddsFontBodySans01ParagraphSpacingNumberEm: 1;
|
|
346
|
+
ddsFontBodySans02LetterSpacing: "0em";
|
|
347
|
+
ddsFontBodySans02LetterSpacingNumberEm: 0;
|
|
348
|
+
ddsFontBodySans02ParagraphSpacing: "1em";
|
|
349
|
+
ddsFontBodySans02ParagraphSpacingNumberEm: 1;
|
|
350
|
+
ddsFontBodySans03LetterSpacing: "0em";
|
|
351
|
+
ddsFontBodySans03LetterSpacingNumberEm: 0;
|
|
352
|
+
ddsFontBodySans03ParagraphSpacing: "1em";
|
|
353
|
+
ddsFontBodySans03ParagraphSpacingNumberEm: 1;
|
|
354
|
+
ddsFontBodySans04LetterSpacing: "0em";
|
|
355
|
+
ddsFontBodySans04LetterSpacingNumberEm: 0;
|
|
356
|
+
ddsFontBodySans04ParagraphSpacing: "1em";
|
|
357
|
+
ddsFontBodySans04ParagraphSpacingNumberEm: 1;
|
|
358
|
+
ddsFontHeadingSans01LetterSpacing: "0em";
|
|
359
|
+
ddsFontHeadingSans01LetterSpacingNumberEm: 0;
|
|
360
|
+
ddsFontHeadingSans01ParagraphSpacing: "0.4em";
|
|
361
|
+
ddsFontHeadingSans01ParagraphSpacingNumberEm: 0.4;
|
|
362
|
+
ddsFontHeadingSans02LetterSpacing: "0em";
|
|
363
|
+
ddsFontHeadingSans02LetterSpacingNumberEm: 0;
|
|
364
|
+
ddsFontHeadingSans02ParagraphSpacing: "0.4em";
|
|
365
|
+
ddsFontHeadingSans02ParagraphSpacingNumberEm: 0.4;
|
|
366
|
+
ddsFontHeadingSans03LetterSpacing: "0em";
|
|
367
|
+
ddsFontHeadingSans03LetterSpacingNumberEm: 0;
|
|
368
|
+
ddsFontHeadingSans03ParagraphSpacing: "0.4em";
|
|
369
|
+
ddsFontHeadingSans03ParagraphSpacingNumberEm: 0.4;
|
|
370
|
+
ddsFontHeadingSans04LetterSpacing: "0em";
|
|
371
|
+
ddsFontHeadingSans04LetterSpacingNumberEm: 0;
|
|
372
|
+
ddsFontHeadingSans04ParagraphSpacing: "0.4em";
|
|
373
|
+
ddsFontHeadingSans04ParagraphSpacingNumberEm: 0.4;
|
|
374
|
+
ddsFontHeadingSans05LetterSpacing: "-0.01em";
|
|
375
|
+
ddsFontHeadingSans05LetterSpacingNumberEm: -0.01;
|
|
376
|
+
ddsFontHeadingSans05ParagraphSpacing: "0.4em";
|
|
377
|
+
ddsFontHeadingSans05ParagraphSpacingNumberEm: 0.4;
|
|
378
|
+
ddsFontHeadingSans06LetterSpacing: "-0.01em";
|
|
379
|
+
ddsFontHeadingSans06LetterSpacingNumberEm: -0.01;
|
|
380
|
+
ddsFontHeadingSans06ParagraphSpacing: "0.4em";
|
|
381
|
+
ddsFontHeadingSans06ParagraphSpacingNumberEm: 0.4;
|
|
382
|
+
ddsFontHeadingSans07LetterSpacing: "-0.01em";
|
|
383
|
+
ddsFontHeadingSans07LetterSpacingNumberEm: -0.01;
|
|
384
|
+
ddsFontHeadingSans07ParagraphSpacing: "0.4em";
|
|
385
|
+
ddsFontHeadingSans07ParagraphSpacingNumberEm: 0.4;
|
|
386
|
+
ddsFontHeadingSans08LetterSpacing: "-0.01em";
|
|
387
|
+
ddsFontHeadingSans08LetterSpacingNumberEm: -0.01;
|
|
388
|
+
ddsFontHeadingSans08ParagraphSpacing: "0.4em";
|
|
389
|
+
ddsFontHeadingSans08ParagraphSpacingNumberEm: 0.4;
|
|
390
|
+
ddsFontLeadSans01LetterSpacing: "0em";
|
|
391
|
+
ddsFontLeadSans01LetterSpacingNumberEm: 0;
|
|
392
|
+
ddsFontLeadSans01ParagraphSpacing: "1em";
|
|
393
|
+
ddsFontLeadSans01ParagraphSpacingNumberEm: 1;
|
|
394
|
+
ddsFontLeadSans02LetterSpacing: "0em";
|
|
395
|
+
ddsFontLeadSans02LetterSpacingNumberEm: 0;
|
|
396
|
+
ddsFontLeadSans02ParagraphSpacing: "0.66em";
|
|
397
|
+
ddsFontLeadSans02ParagraphSpacingNumberEm: 0.66;
|
|
398
|
+
ddsFontLeadSans03LetterSpacing: "0em";
|
|
399
|
+
ddsFontLeadSans03LetterSpacingNumberEm: 0;
|
|
400
|
+
ddsFontLeadSans03ParagraphSpacing: "0.66em";
|
|
401
|
+
ddsFontLeadSans03ParagraphSpacingNumberEm: 0.66;
|
|
402
|
+
ddsFontLeadSans04LetterSpacing: "0em";
|
|
403
|
+
ddsFontLeadSans04LetterSpacingNumberEm: 0;
|
|
404
|
+
ddsFontLeadSans04ParagraphSpacing: "0.66em";
|
|
405
|
+
ddsFontLeadSans04ParagraphSpacingNumberEm: 0.66;
|
|
406
|
+
ddsFontLeadSans05LetterSpacing: "-0.01em";
|
|
407
|
+
ddsFontLeadSans05LetterSpacingNumberEm: -0.01;
|
|
408
|
+
ddsFontLeadSans05ParagraphSpacing: "0.66em";
|
|
409
|
+
ddsFontLeadSans05ParagraphSpacingNumberEm: 0.66;
|
|
410
|
+
ddsFontCodeMonospace02LetterSpacing: "0em";
|
|
411
|
+
ddsFontCodeMonospace02LetterSpacingNumberEm: 0;
|
|
412
|
+
ddsFontCodeMonospace02ParagraphSpacing: "1em";
|
|
413
|
+
ddsFontCodeMonospace02ParagraphSpacingNumberEm: 1;
|
|
414
|
+
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@norges-domstoler/dds-design-tokens",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0",
|
|
4
4
|
"description": "Design tokens used in Domstolenes designsystem",
|
|
5
5
|
"author": "DDS team",
|
|
6
6
|
"license": "MIT",
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"main": "dist/cjs/index.js",
|
|
16
16
|
"module": "dist/index.js",
|
|
17
17
|
"types": "dist/src/index.d.ts",
|
|
18
|
+
"type": "module",
|
|
18
19
|
"files": [
|
|
19
20
|
"dist"
|
|
20
21
|
],
|
|
@@ -30,17 +31,18 @@
|
|
|
30
31
|
"elsa"
|
|
31
32
|
],
|
|
32
33
|
"devDependencies": {
|
|
33
|
-
"@rollup/plugin-commonjs": "^
|
|
34
|
+
"@rollup/plugin-commonjs": "^26.0.1",
|
|
34
35
|
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
35
|
-
"@types/node": "^
|
|
36
|
+
"@types/node": "^22.4.1",
|
|
37
|
+
"@tokens-studio/sd-transforms": "^1.2.3",
|
|
36
38
|
"fork-ts-checker-webpack-plugin": "^9.0.2",
|
|
37
39
|
"rollup": "^3.29.4",
|
|
38
40
|
"rollup-plugin-copy": "^3.5.0",
|
|
39
41
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
40
|
-
"rollup-plugin-sass": "^1.
|
|
42
|
+
"rollup-plugin-sass": "^1.13.2",
|
|
41
43
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
42
|
-
"style-dictionary": "^
|
|
43
|
-
"typescript": "^5.4
|
|
44
|
+
"style-dictionary": "^4.0.1",
|
|
45
|
+
"typescript": "^5.5.4"
|
|
44
46
|
},
|
|
45
47
|
"publishConfig": {
|
|
46
48
|
"provenance": true
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare const DdsBorderRadius0 = "0px";
|
|
2
|
-
export declare const DdsBorderRadius0NumberPx = 0;
|
|
3
|
-
export declare const DdsBorderRadius1 = "2px";
|
|
4
|
-
export declare const DdsBorderRadius1NumberPx = 2;
|
|
5
|
-
export declare const DdsBorderRadius2 = "4px";
|
|
6
|
-
export declare const DdsBorderRadius2NumberPx = 4;
|
|
7
|
-
export declare const DdsBorderRadius3 = "8px";
|
|
8
|
-
export declare const DdsBorderRadius3NumberPx = 8;
|
|
9
|
-
export declare const DdsBorderRadius100 = "9999px";
|
|
10
|
-
export declare const DdsBorderRadius100NumberPx = 9999;
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export declare const DdsBreakpointXs = "1px";
|
|
2
|
-
export declare const DdsBreakpointXsNumberPx = 1;
|
|
3
|
-
export declare const DdsBreakpointSm = "600px";
|
|
4
|
-
export declare const DdsBreakpointSmNumberPx = 600;
|
|
5
|
-
export declare const DdsBreakpointMd = "960px";
|
|
6
|
-
export declare const DdsBreakpointMdNumberPx = 960;
|
|
7
|
-
export declare const DdsBreakpointLg = "1280px";
|
|
8
|
-
export declare const DdsBreakpointLgNumberPx = 1280;
|
|
9
|
-
export declare const DdsBreakpointXl = "1920px";
|
|
10
|
-
export declare const DdsBreakpointXlNumberPx = 1920;
|
|
@@ -1,155 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Do not edit directly
|
|
3
|
-
* Generated on Mon, 10 Jun 2024 11:27:50 GMT
|
|
4
|
-
*/
|
|
5
|
-
export declare const DdsColorPrimaryLightest = "#eaeff4";
|
|
6
|
-
export declare const DdsColorPrimaryLighter = "#acbbc6";
|
|
7
|
-
export declare const DdsColorPrimaryLight = "#4f6a7e";
|
|
8
|
-
export declare const DdsColorPrimaryBase = "#354754";
|
|
9
|
-
export declare const DdsColorPrimaryDark = "#313d45";
|
|
10
|
-
export declare const DdsColorPrimaryDarker = "#202b32";
|
|
11
|
-
export declare const DdsColorPrimaryDarkest = "#151c22";
|
|
12
|
-
export declare const DdsColorNeutralsWhite = "#ffffff";
|
|
13
|
-
export declare const DdsColorNeutralsGray1 = "#f8f9f9";
|
|
14
|
-
export declare const DdsColorNeutralsGray2 = "#ebecee";
|
|
15
|
-
export declare const DdsColorNeutralsGray3 = "#cfd4d7";
|
|
16
|
-
export declare const DdsColorNeutralsGray4 = "#adb5ba";
|
|
17
|
-
export declare const DdsColorNeutralsGray5 = "#77838c";
|
|
18
|
-
export declare const DdsColorNeutralsGray6 = "#545c62";
|
|
19
|
-
export declare const DdsColorNeutralsGray7 = "#3a4146";
|
|
20
|
-
export declare const DdsColorNeutralsGray8 = "#22272a";
|
|
21
|
-
export declare const DdsColorNeutralsGray9 = "#0b0d0e";
|
|
22
|
-
export declare const DdsColorInteractiveLightest = "#e7f1f7";
|
|
23
|
-
export declare const DdsColorInteractiveLighter = "#9fc5de";
|
|
24
|
-
export declare const DdsColorInteractiveLight = "#589ac6";
|
|
25
|
-
export declare const DdsColorInteractiveBase = "#106ead";
|
|
26
|
-
export declare const DdsColorInteractiveDark = "#0d588a";
|
|
27
|
-
export declare const DdsColorInteractiveDarker = "#0a4268";
|
|
28
|
-
export declare const DdsColorInteractiveDarkest = "#062c45";
|
|
29
|
-
export declare const DdsColorSecondaryLightest = "#e6eded";
|
|
30
|
-
export declare const DdsColorSecondaryLighter = "#cddbdb";
|
|
31
|
-
export declare const DdsColorSecondaryLight = "#b8cdcd";
|
|
32
|
-
export declare const DdsColorSecondaryBase = "#9ab8b7";
|
|
33
|
-
export declare const DdsColorSecondaryDark = "#7b9392";
|
|
34
|
-
export declare const DdsColorSecondaryDarker = "#4d6463";
|
|
35
|
-
export declare const DdsColorSecondaryDarkest = "#3e4a49";
|
|
36
|
-
export declare const DdsColorTertiaryLightest = "#ffe6df";
|
|
37
|
-
export declare const DdsColorTertiaryLighter = "#ffd6ca";
|
|
38
|
-
export declare const DdsColorTertiaryLight = "#f6c1b1";
|
|
39
|
-
export declare const DdsColorTertiaryBase = "#f2a68f";
|
|
40
|
-
export declare const DdsColorTertiaryDark = "#f59877";
|
|
41
|
-
export declare const DdsColorTertiaryDarker = "#f27e55";
|
|
42
|
-
export declare const DdsColorTertiaryDarkest = "#c26544";
|
|
43
|
-
export declare const DdsColorSuccessLightest = "#f0f9f0";
|
|
44
|
-
export declare const DdsColorSuccessLighter = "#c1e5c2";
|
|
45
|
-
export declare const DdsColorSuccessLight = "#93d294";
|
|
46
|
-
export declare const DdsColorSuccessBase = "#65be66";
|
|
47
|
-
export declare const DdsColorSuccessDark = "#519852";
|
|
48
|
-
export declare const DdsColorSuccessDarker = "#3d723d";
|
|
49
|
-
export declare const DdsColorSuccessDarkest = "#284c29";
|
|
50
|
-
export declare const DdsColorDangerLightest = "#fbebeb";
|
|
51
|
-
export declare const DdsColorDangerLighter = "#efafaf";
|
|
52
|
-
export declare const DdsColorDangerLight = "#e47373";
|
|
53
|
-
export declare const DdsColorDangerBase = "#d83737";
|
|
54
|
-
export declare const DdsColorDangerDark = "#ad2c2c";
|
|
55
|
-
export declare const DdsColorDangerDarker = "#822121";
|
|
56
|
-
export declare const DdsColorDangerDarkest = "#561616";
|
|
57
|
-
export declare const DdsColorWarningLightest = "#fefced";
|
|
58
|
-
export declare const DdsColorWarningLighter = "#fbf3b8";
|
|
59
|
-
export declare const DdsColorWarningLight = "#f7e982";
|
|
60
|
-
export declare const DdsColorWarningBase = "#f4e04d";
|
|
61
|
-
export declare const DdsColorWarningDark = "#c3b33e";
|
|
62
|
-
export declare const DdsColorWarningDarker = "#92862e";
|
|
63
|
-
export declare const DdsColorWarningDarkest = "#625a1f";
|
|
64
|
-
export declare const DdsColorInfoLightest = "#f1f8fd";
|
|
65
|
-
export declare const DdsColorInfoLighter = "#c8e3f5";
|
|
66
|
-
export declare const DdsColorInfoLight = "#9eceee";
|
|
67
|
-
export declare const DdsColorInfoBase = "#75b9e6";
|
|
68
|
-
export declare const DdsColorInfoDark = "#5e94b8";
|
|
69
|
-
export declare const DdsColorInfoDarker = "#466f8a";
|
|
70
|
-
export declare const DdsColorInfoDarkest = "#2f4a5c";
|
|
71
|
-
export declare const DdsColorVisitedBase = "#7F29B4";
|
|
72
|
-
export declare const DdsColorVisitedLighter = "#CCA9E1";
|
|
73
|
-
export declare const DdsColorBgDefault = "#ffffff";
|
|
74
|
-
export declare const DdsColorBgSubtle = "#f8f9f9";
|
|
75
|
-
export declare const DdsColorSurfaceDefault = "#ffffff";
|
|
76
|
-
export declare const DdsColorSurfaceSubtle = "#f8f9f9";
|
|
77
|
-
export declare const DdsColorSurfaceMedium = "#ebecee";
|
|
78
|
-
export declare const DdsColorSurfaceHoverDefault = "#e7f1f7";
|
|
79
|
-
export declare const DdsColorSurfaceHoverSubtle = "#f8f9f9";
|
|
80
|
-
export declare const DdsColorSurfaceSelectedDefault = "#e7f1f7";
|
|
81
|
-
export declare const DdsColorSurfaceInverseDefault = "#354754";
|
|
82
|
-
export declare const DdsColorSurfaceInverseHover = "#313d45";
|
|
83
|
-
export declare const DdsColorSurfaceInverseSelected = "#202b32";
|
|
84
|
-
export declare const DdsColorSurfaceActionResting = "#106ead";
|
|
85
|
-
export declare const DdsColorSurfaceActionHover = "#0d588a";
|
|
86
|
-
export declare const DdsColorSurfaceActionSelected = "#106ead";
|
|
87
|
-
export declare const DdsColorSurfaceActionDangerResting = "#d83737";
|
|
88
|
-
export declare const DdsColorSurfaceActionDangerHover = "#ad2c2c";
|
|
89
|
-
export declare const DdsColorSurfaceActionSelectedDisabled = "#77838c";
|
|
90
|
-
export declare const DdsColorSurfaceDangerDefault = "#fbebeb";
|
|
91
|
-
export declare const DdsColorSurfaceDangerStrong = "#e47373";
|
|
92
|
-
export declare const DdsColorSurfaceSuccessDefault = "#f0f9f0";
|
|
93
|
-
export declare const DdsColorSurfaceSuccessStrong = "#93d294";
|
|
94
|
-
export declare const DdsColorSurfaceWarningDefault = "#fefced";
|
|
95
|
-
export declare const DdsColorSurfaceWarningStrong = "#f7e982";
|
|
96
|
-
export declare const DdsColorSurfaceInfoDefault = "#f1f8fd";
|
|
97
|
-
export declare const DdsColorSurfaceInfoStrong = "#9eceee";
|
|
98
|
-
export declare const DdsColorSurfacePaperDefault = "#ffffff";
|
|
99
|
-
export declare const DdsColorSurfaceBackdropDefault = "#0b0d0e80";
|
|
100
|
-
export declare const DdsColorSurfaceFieldDefault = "#ffffff";
|
|
101
|
-
export declare const DdsColorSurfaceFieldDisabled = "#f8f9f9";
|
|
102
|
-
export declare const DdsColorSurfaceHighlightedDefault = "#ffe6df";
|
|
103
|
-
export declare const DdsColorSurfaceScrollbar = "#adb5ba";
|
|
104
|
-
export declare const DdsColorSurfaceNotification = "#d83737";
|
|
105
|
-
export declare const DdsColorBorderDefault = "#77838c";
|
|
106
|
-
export declare const DdsColorBorderSubtle = "#cfd4d7";
|
|
107
|
-
export declare const DdsColorBorderInverse = "#acbbc6";
|
|
108
|
-
export declare const DdsColorBorderActionDefault = "#106ead";
|
|
109
|
-
export declare const DdsColorBorderActionHover = "#0d588a";
|
|
110
|
-
export declare const DdsColorBorderSuccess = "#65be66";
|
|
111
|
-
export declare const DdsColorBorderWarning = "#f4e04d";
|
|
112
|
-
export declare const DdsColorBorderDanger = "#d83737";
|
|
113
|
-
export declare const DdsColorBorderInfo = "#75b9e6";
|
|
114
|
-
export declare const DdsColorBorderOnAction = "#ffffff";
|
|
115
|
-
export declare const DdsColorTextDefault = "#0b0d0e";
|
|
116
|
-
export declare const DdsColorTextMedium = "#3a4146";
|
|
117
|
-
export declare const DdsColorTextSubtle = "#545c62";
|
|
118
|
-
export declare const DdsColorTextOnInverse = "#ffffff";
|
|
119
|
-
export declare const DdsColorTextOnAction = "#ffffff";
|
|
120
|
-
export declare const DdsColorTextOnStatusDefault = "#0b0d0e";
|
|
121
|
-
export declare const DdsColorTextOnStatusStrong = "#0b0d0e";
|
|
122
|
-
export declare const DdsColorTextActionResting = "#106ead";
|
|
123
|
-
export declare const DdsColorTextActionHover = "#0d588a";
|
|
124
|
-
export declare const DdsColorTextRequiredfield = "#d83737";
|
|
125
|
-
export declare const DdsColorTextActionVisited = "#7F29B4";
|
|
126
|
-
export declare const DdsColorTextOnNotification = "#ffffff";
|
|
127
|
-
export declare const DdsColorIconDefault = "#0b0d0e";
|
|
128
|
-
export declare const DdsColorIconMedium = "#3a4146";
|
|
129
|
-
export declare const DdsColorIconSubtle = "#545c62";
|
|
130
|
-
export declare const DdsColorIconOnInverse = "#ffffff";
|
|
131
|
-
export declare const DdsColorIconOnAction = "#ffffff";
|
|
132
|
-
export declare const DdsColorIconActionResting = "#106ead";
|
|
133
|
-
export declare const DdsColorIconActionHover = "#0d588a";
|
|
134
|
-
export declare const DdsColorIconOnSuccessDefault = "#3d723d";
|
|
135
|
-
export declare const DdsColorIconOnSuccessStrong = "#0b0d0e";
|
|
136
|
-
export declare const DdsColorIconOnWarningDefault = "#92862e";
|
|
137
|
-
export declare const DdsColorIconOnWarningStrong = "#0b0d0e";
|
|
138
|
-
export declare const DdsColorIconOnDangerDefault = "#ad2c2c";
|
|
139
|
-
export declare const DdsColorIconOnDangerStrong = "#0b0d0e";
|
|
140
|
-
export declare const DdsColorIconOnInfoDefault = "#466f8a";
|
|
141
|
-
export declare const DdsColorIconOnInfoStrong = "#0b0d0e";
|
|
142
|
-
export declare const DdsColorBrandPrimaryDefault = "#354754";
|
|
143
|
-
export declare const DdsColorBrandPrimarySubtle = "#eaeff4";
|
|
144
|
-
export declare const DdsColorBrandPrimaryMedium = "#acbbc6";
|
|
145
|
-
export declare const DdsColorBrandPrimaryStrong = "#202b32";
|
|
146
|
-
export declare const DdsColorBrandSecondaryDefault = "#9ab8b7";
|
|
147
|
-
export declare const DdsColorBrandSecondarySubtle = "#e6eded";
|
|
148
|
-
export declare const DdsColorBrandSecondaryMedium = "#b8cdcd";
|
|
149
|
-
export declare const DdsColorBrandSecondaryStrong = "#4d6463";
|
|
150
|
-
export declare const DdsColorBrandTertiaryDefault = "#f2a68f";
|
|
151
|
-
export declare const DdsColorBrandTertiarySubtle = "#ffe6df";
|
|
152
|
-
export declare const DdsColorBrandTertiaryMedium = "#f6c1b1";
|
|
153
|
-
export declare const DdsColorBrandTertiaryStrong = "#f27e55";
|
|
154
|
-
export declare const DdsColorFocusOutside = "#2f4a5c";
|
|
155
|
-
export declare const DdsColorFocusInside = "#f1f8fd";
|