@dsn-starter-kit/design-tokens 1.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/LICENSE +21 -0
- package/README.md +287 -0
- package/dist/css/scoped/density-default.css +14 -0
- package/dist/css/scoped/density-information-dense.css +16 -0
- package/dist/css/scoped/wireframe-dark.css +340 -0
- package/dist/css/scoped/wireframe-light.css +340 -0
- package/dist/css/start-dark-default.css +1364 -0
- package/dist/css/start-dark-information-dense.css +1364 -0
- package/dist/css/start-light-default.css +1364 -0
- package/dist/css/start-light-information-dense.css +1364 -0
- package/dist/css/variables-dark.css +1364 -0
- package/dist/css/variables.css +1364 -0
- package/dist/css/wireframe-dark-default.css +1360 -0
- package/dist/css/wireframe-dark-information-dense.css +1360 -0
- package/dist/css/wireframe-light-default.css +1360 -0
- package/dist/css/wireframe-light-information-dense.css +1360 -0
- package/dist/js/start-dark-default.d.ts +1348 -0
- package/dist/js/start-dark-default.js +27420 -0
- package/dist/js/start-dark-information-dense.d.ts +1348 -0
- package/dist/js/start-dark-information-dense.js +27424 -0
- package/dist/js/start-light-default.d.ts +1348 -0
- package/dist/js/start-light-default.js +27418 -0
- package/dist/js/start-light-information-dense.d.ts +1348 -0
- package/dist/js/start-light-information-dense.js +27422 -0
- package/dist/js/tokens-dark.d.ts +1348 -0
- package/dist/js/tokens-dark.js +27420 -0
- package/dist/js/tokens.d.ts +1348 -0
- package/dist/js/tokens.js +27418 -0
- package/dist/js/wireframe-dark-default.d.ts +1344 -0
- package/dist/js/wireframe-dark-default.js +26975 -0
- package/dist/js/wireframe-dark-information-dense.d.ts +1344 -0
- package/dist/js/wireframe-dark-information-dense.js +26979 -0
- package/dist/js/wireframe-light-default.d.ts +1344 -0
- package/dist/js/wireframe-light-default.js +26975 -0
- package/dist/js/wireframe-light-information-dense.d.ts +1344 -0
- package/dist/js/wireframe-light-information-dense.js +26979 -0
- package/dist/json/start-dark-default.json +1350 -0
- package/dist/json/start-dark-information-dense.json +1350 -0
- package/dist/json/start-light-default.json +1350 -0
- package/dist/json/start-light-information-dense.json +1350 -0
- package/dist/json/tokens-dark.json +1350 -0
- package/dist/json/tokens.json +1350 -0
- package/dist/json/wireframe-dark-default.json +1346 -0
- package/dist/json/wireframe-dark-information-dense.json +1346 -0
- package/dist/json/wireframe-light-default.json +1346 -0
- package/dist/json/wireframe-light-information-dense.json +1346 -0
- package/dist/scss/_start-dark-default.scss +1351 -0
- package/dist/scss/_start-dark-information-dense.scss +1351 -0
- package/dist/scss/_start-light-default.scss +1351 -0
- package/dist/scss/_start-light-information-dense.scss +1351 -0
- package/dist/scss/_variables-dark.scss +1351 -0
- package/dist/scss/_variables.scss +1351 -0
- package/dist/scss/_wireframe-dark-default.scss +1347 -0
- package/dist/scss/_wireframe-dark-information-dense.scss +1347 -0
- package/dist/scss/_wireframe-light-default.scss +1347 -0
- package/dist/scss/_wireframe-light-information-dense.scss +1347 -0
- package/package.json +46 -0
|
@@ -0,0 +1,1350 @@
|
|
|
1
|
+
{
|
|
2
|
+
"DsnTextFontFamilyDefault": "IBM Plex Sans, sans-serif",
|
|
3
|
+
"DsnTextFontFamilyMonospace": "IBM Plex Mono, monospace",
|
|
4
|
+
"DsnTextFontWeightDefault": "400",
|
|
5
|
+
"DsnTextFontWeightBold": "700",
|
|
6
|
+
"DsnTextMaxInlineSize": "65ch",
|
|
7
|
+
"DsnTextLineHeightSm": "1.5",
|
|
8
|
+
"DsnTextLineHeightMd": "1.5",
|
|
9
|
+
"DsnTextLineHeightLg": "1.25",
|
|
10
|
+
"DsnTextLineHeightXl": "1.25",
|
|
11
|
+
"DsnTextLineHeight2xl": "1.25",
|
|
12
|
+
"DsnTextLineHeight3xl": "1.25",
|
|
13
|
+
"DsnTextLineHeight4xl": "1.1",
|
|
14
|
+
"DsnTextFontSizeSm": "0.875rem",
|
|
15
|
+
"DsnTextFontSizeMd": "1rem",
|
|
16
|
+
"DsnTextFontSizeLg": "1.25rem",
|
|
17
|
+
"DsnTextFontSizeXl": "1.5rem",
|
|
18
|
+
"DsnTextFontSize2xl": "2rem",
|
|
19
|
+
"DsnTextFontSize3xl": "2.5rem",
|
|
20
|
+
"DsnTextFontSize4xl": "3rem",
|
|
21
|
+
"DsnHeadingFontFamily": "IBM Plex Sans, sans-serif",
|
|
22
|
+
"DsnHeadingFontWeight": "700",
|
|
23
|
+
"DsnHeadingColor": "#1b1b1b",
|
|
24
|
+
"DsnHeadingLevel1Color": "#1b1b1b",
|
|
25
|
+
"DsnHeadingLevel1FontFamily": "IBM Plex Sans, sans-serif",
|
|
26
|
+
"DsnHeadingLevel1FontSize": "2.5rem",
|
|
27
|
+
"DsnHeadingLevel1FontWeight": "700",
|
|
28
|
+
"DsnHeadingLevel1LineHeight": "1.25",
|
|
29
|
+
"DsnHeadingLevel1MarginBlockEnd": "calc(0.5rem * 2)",
|
|
30
|
+
"DsnHeadingLevel2Color": "#1b1b1b",
|
|
31
|
+
"DsnHeadingLevel2FontFamily": "IBM Plex Sans, sans-serif",
|
|
32
|
+
"DsnHeadingLevel2FontSize": "2rem",
|
|
33
|
+
"DsnHeadingLevel2FontWeight": "700",
|
|
34
|
+
"DsnHeadingLevel2LineHeight": "1.25",
|
|
35
|
+
"DsnHeadingLevel2MarginBlockEnd": "calc(0.5rem * 2)",
|
|
36
|
+
"DsnHeadingLevel3Color": "#1b1b1b",
|
|
37
|
+
"DsnHeadingLevel3FontFamily": "IBM Plex Sans, sans-serif",
|
|
38
|
+
"DsnHeadingLevel3FontSize": "1.5rem",
|
|
39
|
+
"DsnHeadingLevel3FontWeight": "700",
|
|
40
|
+
"DsnHeadingLevel3LineHeight": "1.25",
|
|
41
|
+
"DsnHeadingLevel3MarginBlockEnd": "calc(0.5rem * 1.5)",
|
|
42
|
+
"DsnHeadingLevel4Color": "#1b1b1b",
|
|
43
|
+
"DsnHeadingLevel4FontFamily": "IBM Plex Sans, sans-serif",
|
|
44
|
+
"DsnHeadingLevel4FontSize": "1.25rem",
|
|
45
|
+
"DsnHeadingLevel4FontWeight": "700",
|
|
46
|
+
"DsnHeadingLevel4LineHeight": "1.25",
|
|
47
|
+
"DsnHeadingLevel4MarginBlockEnd": "calc(0.5rem * 1.5)",
|
|
48
|
+
"DsnHeadingLevel5Color": "#1b1b1b",
|
|
49
|
+
"DsnHeadingLevel5FontFamily": "IBM Plex Sans, sans-serif",
|
|
50
|
+
"DsnHeadingLevel5FontSize": "1rem",
|
|
51
|
+
"DsnHeadingLevel5FontWeight": "700",
|
|
52
|
+
"DsnHeadingLevel5LineHeight": "1.5",
|
|
53
|
+
"DsnHeadingLevel5MarginBlockEnd": "calc(0.5rem * 1)",
|
|
54
|
+
"DsnHeadingLevel6Color": "#1b1b1b",
|
|
55
|
+
"DsnHeadingLevel6FontFamily": "IBM Plex Sans, sans-serif",
|
|
56
|
+
"DsnHeadingLevel6FontSize": "0.875rem",
|
|
57
|
+
"DsnHeadingLevel6FontWeight": "700",
|
|
58
|
+
"DsnHeadingLevel6LineHeight": "1.5",
|
|
59
|
+
"DsnHeadingLevel6MarginBlockEnd": "calc(0.5rem * 1)",
|
|
60
|
+
"DsnSpaceNone": "0px",
|
|
61
|
+
"DsnSpaceBase": "0.5rem",
|
|
62
|
+
"DsnSpaceBlock2xs": "calc(0.5rem * 0.125)",
|
|
63
|
+
"DsnSpaceBlockXs": "calc(0.5rem * 0.25)",
|
|
64
|
+
"DsnSpaceBlockSm": "calc(0.5rem * 0.5)",
|
|
65
|
+
"DsnSpaceBlockMd": "calc(0.5rem * 1)",
|
|
66
|
+
"DsnSpaceBlockLg": "calc(0.5rem * 1.5)",
|
|
67
|
+
"DsnSpaceBlockXl": "calc(0.5rem * 2)",
|
|
68
|
+
"DsnSpaceBlock2xl": "calc(0.5rem * 2.5)",
|
|
69
|
+
"DsnSpaceBlock3xl": "calc(0.5rem * 3)",
|
|
70
|
+
"DsnSpaceBlock4xl": "calc(0.5rem * 4)",
|
|
71
|
+
"DsnSpaceBlock5xl": "calc(0.5rem * 6)",
|
|
72
|
+
"DsnSpaceBlock6xl": "calc(0.5rem * 8)",
|
|
73
|
+
"DsnSpaceInline2xs": "calc(0.5rem * 0.125)",
|
|
74
|
+
"DsnSpaceInlineXs": "calc(0.5rem * 0.25)",
|
|
75
|
+
"DsnSpaceInlineSm": "calc(0.5rem * 0.5)",
|
|
76
|
+
"DsnSpaceInlineMd": "calc(0.5rem * 1)",
|
|
77
|
+
"DsnSpaceInlineLg": "calc(0.5rem * 1.5)",
|
|
78
|
+
"DsnSpaceInlineXl": "calc(0.5rem * 2)",
|
|
79
|
+
"DsnSpaceInline2xl": "calc(0.5rem * 2.5)",
|
|
80
|
+
"DsnSpaceInline3xl": "calc(0.5rem * 3)",
|
|
81
|
+
"DsnSpaceInline4xl": "calc(0.5rem * 4)",
|
|
82
|
+
"DsnSpaceInline5xl": "calc(0.5rem * 6)",
|
|
83
|
+
"DsnSpaceInline6xl": "calc(0.5rem * 8)",
|
|
84
|
+
"DsnSpaceText3xs": "calc(0.5rem * 0.125)",
|
|
85
|
+
"DsnSpaceText2xs": "calc(0.5rem * 0.25)",
|
|
86
|
+
"DsnSpaceTextXs": "calc(0.5rem * 0.25)",
|
|
87
|
+
"DsnSpaceTextSm": "calc(0.5rem * 0.5)",
|
|
88
|
+
"DsnSpaceTextMd": "calc(0.5rem * 1)",
|
|
89
|
+
"DsnSpaceTextLg": "calc(0.5rem * 1.5)",
|
|
90
|
+
"DsnSpaceTextXl": "calc(0.5rem * 2)",
|
|
91
|
+
"DsnSpaceText2xl": "calc(0.5rem * 2.5)",
|
|
92
|
+
"DsnSpaceText3xl": "calc(0.5rem * 3)",
|
|
93
|
+
"DsnSpaceColumn2xs": "calc(0.5rem * 0.125)",
|
|
94
|
+
"DsnSpaceColumnXs": "calc(0.5rem * 0.25)",
|
|
95
|
+
"DsnSpaceColumnSm": "calc(0.5rem * 0.5)",
|
|
96
|
+
"DsnSpaceColumnMd": "calc(0.5rem * 1)",
|
|
97
|
+
"DsnSpaceColumnLg": "calc(0.5rem * 1.5)",
|
|
98
|
+
"DsnSpaceColumnXl": "calc(0.5rem * 2)",
|
|
99
|
+
"DsnSpaceColumn2xl": "calc(0.5rem * 2.5)",
|
|
100
|
+
"DsnSpaceColumn3xl": "calc(0.5rem * 3)",
|
|
101
|
+
"DsnSpaceColumn4xl": "calc(0.5rem * 4)",
|
|
102
|
+
"DsnSpaceColumn5xl": "calc(0.5rem * 8)",
|
|
103
|
+
"DsnSpaceColumn6xl": "calc(0.5rem * 20)",
|
|
104
|
+
"DsnSpaceRow2xs": "calc(0.5rem * 0.125)",
|
|
105
|
+
"DsnSpaceRowXs": "calc(0.5rem * 0.25)",
|
|
106
|
+
"DsnSpaceRowSm": "calc(0.5rem * 0.5)",
|
|
107
|
+
"DsnSpaceRowMd": "calc(0.5rem * 1)",
|
|
108
|
+
"DsnSpaceRowLg": "calc(0.5rem * 1.5)",
|
|
109
|
+
"DsnSpaceRowXl": "calc(0.5rem * 2)",
|
|
110
|
+
"DsnSpaceRow2xl": "calc(0.5rem * 2.5)",
|
|
111
|
+
"DsnSpaceRow3xl": "calc(0.5rem * 3)",
|
|
112
|
+
"DsnSpaceRow4xl": "calc(0.5rem * 4)",
|
|
113
|
+
"DsnSpaceRow5xl": "calc(0.5rem * 8)",
|
|
114
|
+
"DsnSpaceRow6xl": "calc(0.5rem * 20)",
|
|
115
|
+
"DsnIconSizeSm": "calc(0.875rem * 1.5)",
|
|
116
|
+
"DsnIconSizeMd": "calc(1rem * 1.5)",
|
|
117
|
+
"DsnIconSizeLg": "calc(1.25rem * 1.25)",
|
|
118
|
+
"DsnIconSizeXl": "calc(1.5rem * 1.25)",
|
|
119
|
+
"DsnIconSize2xl": "calc(2rem * 1.25)",
|
|
120
|
+
"DsnIconSize3xl": "calc(2.5rem * 1.25)",
|
|
121
|
+
"DsnIconSize4xl": "calc(3rem * 1.1)",
|
|
122
|
+
"DsnPointerTargetMinBlockSize": "3rem",
|
|
123
|
+
"DsnPointerTargetMinInlineSize": "3rem",
|
|
124
|
+
"DsnBorderRadiusSquare": "0px",
|
|
125
|
+
"DsnBorderRadiusSm": "4px",
|
|
126
|
+
"DsnBorderRadiusMd": "8px",
|
|
127
|
+
"DsnBorderRadiusLg": "16px",
|
|
128
|
+
"DsnBorderRadiusRound": "999px",
|
|
129
|
+
"DsnBorderWidthNone": "0px",
|
|
130
|
+
"DsnBorderWidthThin": "1px",
|
|
131
|
+
"DsnBorderWidthMedium": "2px",
|
|
132
|
+
"DsnBorderWidthThick": "4px",
|
|
133
|
+
"DsnFocusOutlineOffset": "0px",
|
|
134
|
+
"DsnFocusOutlineStyle": "dashed",
|
|
135
|
+
"DsnFocusOutlineWidth": "2px",
|
|
136
|
+
"DsnFocusBackgroundColor": "#ffdd00",
|
|
137
|
+
"DsnFocusColor": "#0b0c0c",
|
|
138
|
+
"DsnFocusOutlineColor": "#0b0c0c",
|
|
139
|
+
"DsnFocusInverseOutlineColor": "#ffffff",
|
|
140
|
+
"DsnFormControlFontFamily": "IBM Plex Sans, sans-serif",
|
|
141
|
+
"DsnFormControlFontSize": "1rem",
|
|
142
|
+
"DsnFormControlFontWeight": "400",
|
|
143
|
+
"DsnFormControlLineHeight": "1.5",
|
|
144
|
+
"DsnFormControlPaddingBlockStart": "calc(0.5rem * 1)",
|
|
145
|
+
"DsnFormControlPaddingBlockEnd": "calc(0.5rem * 1)",
|
|
146
|
+
"DsnFormControlPaddingInlineStart": "calc(0.5rem * 1.5)",
|
|
147
|
+
"DsnFormControlPaddingInlineEnd": "calc(0.5rem * 1.5)",
|
|
148
|
+
"DsnFormControlMaxInlineSize": "25rem",
|
|
149
|
+
"DsnFormControlBorderRadius": "0px",
|
|
150
|
+
"DsnFormControlBorderWidth": "1px",
|
|
151
|
+
"DsnFormControlWidthXs": "10ch",
|
|
152
|
+
"DsnFormControlWidthSm": "14ch",
|
|
153
|
+
"DsnFormControlWidthMd": "20ch",
|
|
154
|
+
"DsnFormControlWidthLg": "32ch",
|
|
155
|
+
"DsnFormControlWidthXl": "48ch",
|
|
156
|
+
"DsnFormControlWidthFull": "100%",
|
|
157
|
+
"DsnFormControlHoverBorderWidth": "2px",
|
|
158
|
+
"DsnFormControlHoverAccentColor": "#04499a",
|
|
159
|
+
"DsnFormControlHoverBackgroundColor": "#ebebeb",
|
|
160
|
+
"DsnFormControlHoverBorderColor": "#7c7c7c",
|
|
161
|
+
"DsnFormControlHoverColor": "#1b1b1b",
|
|
162
|
+
"DsnFormControlFocusBorderWidth": "2px",
|
|
163
|
+
"DsnFormControlFocusBackgroundColor": "#fcfcfc",
|
|
164
|
+
"DsnFormControlFocusBorderColor": "#727272",
|
|
165
|
+
"DsnFormControlFocusColor": "#1b1b1b",
|
|
166
|
+
"DsnFormControlActiveBorderWidth": "2px",
|
|
167
|
+
"DsnFormControlActiveAccentColor": "#003b81",
|
|
168
|
+
"DsnFormControlActiveBackgroundColor": "#e5e5e5",
|
|
169
|
+
"DsnFormControlActiveBorderColor": "#727272",
|
|
170
|
+
"DsnFormControlActiveColor": "#1b1b1b",
|
|
171
|
+
"DsnFormControlInvalidBorderWidth": "2px",
|
|
172
|
+
"DsnFormControlInvalidBackgroundColor": "#feeded",
|
|
173
|
+
"DsnFormControlInvalidBorderColor": "#f14848",
|
|
174
|
+
"DsnFormControlInvalidColor": "#b70000",
|
|
175
|
+
"DsnFormControlAccentColor": "#1b59a4",
|
|
176
|
+
"DsnFormControlBackgroundColor": "#fcfcfc",
|
|
177
|
+
"DsnFormControlBorderColor": "#868686",
|
|
178
|
+
"DsnFormControlColor": "#1b1b1b",
|
|
179
|
+
"DsnFormControlPlaceholderColor": "#636363",
|
|
180
|
+
"DsnFormControlDisabledAccentColor": "#f6f6f6",
|
|
181
|
+
"DsnFormControlDisabledBackgroundColor": "#f6f6f6",
|
|
182
|
+
"DsnFormControlDisabledBorderColor": "#c4c4c4",
|
|
183
|
+
"DsnFormControlDisabledColor": "#636363",
|
|
184
|
+
"DsnFormControlReadOnlyBackgroundColor": "#f6f6f6",
|
|
185
|
+
"DsnFormControlReadOnlyBorderColor": "#00000000",
|
|
186
|
+
"DsnFormControlReadOnlyColor": "#1b1b1b",
|
|
187
|
+
"DsnBreakpointSm": "36em",
|
|
188
|
+
"DsnBreakpointMd": "44em",
|
|
189
|
+
"DsnBreakpointLg": "64em",
|
|
190
|
+
"DsnBreakpointXl": "74em",
|
|
191
|
+
"DsnBoxShadowNone": "none",
|
|
192
|
+
"DsnBoxShadowSm": "0 1px 2px 0 color-mix(in srgb, black 12%, transparent), 0 2px 4px 0 color-mix(in srgb, black 6%, transparent), 0 0 0 1px #00000000",
|
|
193
|
+
"DsnBoxShadowMd": "0 2px 4px 0 color-mix(in srgb, black 12%, transparent), 0 8px 16px 0 color-mix(in srgb, black 6%, transparent), 0 0 0 1px #00000000",
|
|
194
|
+
"DsnBoxShadowLg": "0 4px 8px 0 color-mix(in srgb, black 12%, transparent), 0 16px 32px 0 color-mix(in srgb, black 6%, transparent), 0 0 0 1px #00000000",
|
|
195
|
+
"DsnZIndex300": "300",
|
|
196
|
+
"DsnZIndex350": "350",
|
|
197
|
+
"DsnZIndex400": "400",
|
|
198
|
+
"DsnZIndex500": "500",
|
|
199
|
+
"DsnZIndex600": "600",
|
|
200
|
+
"DsnTransitionDurationInstant": "0ms",
|
|
201
|
+
"DsnTransitionDurationFast": "100ms",
|
|
202
|
+
"DsnTransitionDurationNormal": "200ms",
|
|
203
|
+
"DsnTransitionDurationSlow": "350ms",
|
|
204
|
+
"DsnTransitionDurationSlower": "500ms",
|
|
205
|
+
"DsnTransitionEasingDefault": "cubic-bezier(0.25, 0.1, 0.25, 1)",
|
|
206
|
+
"DsnTransitionEasingEnter": "cubic-bezier(0, 0, 0.2, 1)",
|
|
207
|
+
"DsnTransitionEasingExit": "cubic-bezier(0.4, 0, 1, 1)",
|
|
208
|
+
"DsnTransitionEasingMove": "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
209
|
+
"DsnTransitionEasingLinear": "linear",
|
|
210
|
+
"DsnColorNeutralBgDocument": "#fcfcfc",
|
|
211
|
+
"DsnColorNeutralBgElevated": "#fcfcfc",
|
|
212
|
+
"DsnColorNeutralBgSubtle": "#f6f6f6",
|
|
213
|
+
"DsnColorNeutralBgDefault": "#f1f1f1",
|
|
214
|
+
"DsnColorNeutralBgHover": "#ebebeb",
|
|
215
|
+
"DsnColorNeutralBgActive": "#e5e5e5",
|
|
216
|
+
"DsnColorNeutralBorderSubtle": "#c4c4c4",
|
|
217
|
+
"DsnColorNeutralBorderDefault": "#868686",
|
|
218
|
+
"DsnColorNeutralBorderHover": "#7c7c7c",
|
|
219
|
+
"DsnColorNeutralBorderActive": "#727272",
|
|
220
|
+
"DsnColorNeutralColorDefault": "#595959",
|
|
221
|
+
"DsnColorNeutralColorHover": "#4b4b4b",
|
|
222
|
+
"DsnColorNeutralColorActive": "#3e3e3e",
|
|
223
|
+
"DsnColorNeutralColorSubtle": "#636363",
|
|
224
|
+
"DsnColorNeutralColorDocument": "#1b1b1b",
|
|
225
|
+
"DsnColorAccent1BgDocument": "#fbfcfd",
|
|
226
|
+
"DsnColorAccent1BgElevated": "#fbfcfd",
|
|
227
|
+
"DsnColorAccent1BgSubtle": "#f4f7fa",
|
|
228
|
+
"DsnColorAccent1BgDefault": "#ecf1f7",
|
|
229
|
+
"DsnColorAccent1BgHover": "#e4ecf4",
|
|
230
|
+
"DsnColorAccent1BgActive": "#dde6f1",
|
|
231
|
+
"DsnColorAccent1BorderSubtle": "#b0c6df",
|
|
232
|
+
"DsnColorAccent1BorderDefault": "#5c89be",
|
|
233
|
+
"DsnColorAccent1BorderHover": "#4e7fb8",
|
|
234
|
+
"DsnColorAccent1BorderActive": "#3f74b2",
|
|
235
|
+
"DsnColorAccent1ColorDefault": "#1b59a4",
|
|
236
|
+
"DsnColorAccent1ColorHover": "#04499a",
|
|
237
|
+
"DsnColorAccent1ColorActive": "#003b81",
|
|
238
|
+
"DsnColorAccent1ColorSubtle": "#2964aa",
|
|
239
|
+
"DsnColorAccent1ColorDocument": "#001b3c",
|
|
240
|
+
"DsnColorAccent2BgDocument": "#fbfcfd",
|
|
241
|
+
"DsnColorAccent2BgElevated": "#fbfcfd",
|
|
242
|
+
"DsnColorAccent2BgSubtle": "#f4f7fa",
|
|
243
|
+
"DsnColorAccent2BgDefault": "#ecf1f7",
|
|
244
|
+
"DsnColorAccent2BgHover": "#e4ecf4",
|
|
245
|
+
"DsnColorAccent2BgActive": "#dde6f1",
|
|
246
|
+
"DsnColorAccent2BorderSubtle": "#b0c6df",
|
|
247
|
+
"DsnColorAccent2BorderDefault": "#5c89be",
|
|
248
|
+
"DsnColorAccent2BorderHover": "#4e7fb8",
|
|
249
|
+
"DsnColorAccent2BorderActive": "#3f74b2",
|
|
250
|
+
"DsnColorAccent2ColorDefault": "#1b59a4",
|
|
251
|
+
"DsnColorAccent2ColorHover": "#04499a",
|
|
252
|
+
"DsnColorAccent2ColorActive": "#003b81",
|
|
253
|
+
"DsnColorAccent2ColorSubtle": "#2964aa",
|
|
254
|
+
"DsnColorAccent2ColorDocument": "#001b3c",
|
|
255
|
+
"DsnColorAccent3BgDocument": "#fbfcfd",
|
|
256
|
+
"DsnColorAccent3BgElevated": "#fbfcfd",
|
|
257
|
+
"DsnColorAccent3BgSubtle": "#f4f7fa",
|
|
258
|
+
"DsnColorAccent3BgDefault": "#ecf1f7",
|
|
259
|
+
"DsnColorAccent3BgHover": "#e4ecf4",
|
|
260
|
+
"DsnColorAccent3BgActive": "#dde6f1",
|
|
261
|
+
"DsnColorAccent3BorderSubtle": "#b0c6df",
|
|
262
|
+
"DsnColorAccent3BorderDefault": "#5c89be",
|
|
263
|
+
"DsnColorAccent3BorderHover": "#4e7fb8",
|
|
264
|
+
"DsnColorAccent3BorderActive": "#3f74b2",
|
|
265
|
+
"DsnColorAccent3ColorDefault": "#1b59a4",
|
|
266
|
+
"DsnColorAccent3ColorHover": "#04499a",
|
|
267
|
+
"DsnColorAccent3ColorActive": "#003b81",
|
|
268
|
+
"DsnColorAccent3ColorSubtle": "#2964aa",
|
|
269
|
+
"DsnColorAccent3ColorDocument": "#001b3c",
|
|
270
|
+
"DsnColorAction1BgDocument": "#fbfcfd",
|
|
271
|
+
"DsnColorAction1BgElevated": "#fbfcfd",
|
|
272
|
+
"DsnColorAction1BgSubtle": "#f4f7fa",
|
|
273
|
+
"DsnColorAction1BgDefault": "#ecf1f7",
|
|
274
|
+
"DsnColorAction1BgHover": "#e4ecf4",
|
|
275
|
+
"DsnColorAction1BgActive": "#dde6f1",
|
|
276
|
+
"DsnColorAction1BorderSubtle": "#b0c6df",
|
|
277
|
+
"DsnColorAction1BorderDefault": "#5c89be",
|
|
278
|
+
"DsnColorAction1BorderHover": "#4e7fb8",
|
|
279
|
+
"DsnColorAction1BorderActive": "#3f74b2",
|
|
280
|
+
"DsnColorAction1ColorDefault": "#1b59a4",
|
|
281
|
+
"DsnColorAction1ColorHover": "#04499a",
|
|
282
|
+
"DsnColorAction1ColorActive": "#003b81",
|
|
283
|
+
"DsnColorAction1ColorSubtle": "#2964aa",
|
|
284
|
+
"DsnColorAction1ColorDocument": "#001b3c",
|
|
285
|
+
"DsnColorAction2BgDocument": "#fbfcfd",
|
|
286
|
+
"DsnColorAction2BgElevated": "#fbfcfd",
|
|
287
|
+
"DsnColorAction2BgSubtle": "#f4f7fa",
|
|
288
|
+
"DsnColorAction2BgDefault": "#ecf1f7",
|
|
289
|
+
"DsnColorAction2BgHover": "#e4ecf4",
|
|
290
|
+
"DsnColorAction2BgActive": "#dde6f1",
|
|
291
|
+
"DsnColorAction2BorderSubtle": "#b0c6df",
|
|
292
|
+
"DsnColorAction2BorderDefault": "#5c89be",
|
|
293
|
+
"DsnColorAction2BorderHover": "#4e7fb8",
|
|
294
|
+
"DsnColorAction2BorderActive": "#3f74b2",
|
|
295
|
+
"DsnColorAction2ColorDefault": "#1b59a4",
|
|
296
|
+
"DsnColorAction2ColorHover": "#04499a",
|
|
297
|
+
"DsnColorAction2ColorActive": "#003b81",
|
|
298
|
+
"DsnColorAction2ColorSubtle": "#2964aa",
|
|
299
|
+
"DsnColorAction2ColorDocument": "#001b3c",
|
|
300
|
+
"DsnColorInfoBgDocument": "#fbfcfd",
|
|
301
|
+
"DsnColorInfoBgElevated": "#fbfcfd",
|
|
302
|
+
"DsnColorInfoBgSubtle": "#f4f7fa",
|
|
303
|
+
"DsnColorInfoBgDefault": "#ecf1f7",
|
|
304
|
+
"DsnColorInfoBgHover": "#e4ecf4",
|
|
305
|
+
"DsnColorInfoBgActive": "#dde6f1",
|
|
306
|
+
"DsnColorInfoBorderSubtle": "#b0c6df",
|
|
307
|
+
"DsnColorInfoBorderDefault": "#5c89be",
|
|
308
|
+
"DsnColorInfoBorderHover": "#4e7fb8",
|
|
309
|
+
"DsnColorInfoBorderActive": "#3f74b2",
|
|
310
|
+
"DsnColorInfoColorDefault": "#1b59a4",
|
|
311
|
+
"DsnColorInfoColorHover": "#04499a",
|
|
312
|
+
"DsnColorInfoColorActive": "#003b81",
|
|
313
|
+
"DsnColorInfoColorSubtle": "#2964aa",
|
|
314
|
+
"DsnColorInfoColorDocument": "#001b3c",
|
|
315
|
+
"DsnColorNegativeBgDocument": "#fffbfb",
|
|
316
|
+
"DsnColorNegativeBgElevated": "#fffbfb",
|
|
317
|
+
"DsnColorNegativeBgSubtle": "#fef4f4",
|
|
318
|
+
"DsnColorNegativeBgDefault": "#feeded",
|
|
319
|
+
"DsnColorNegativeBgHover": "#fde6e6",
|
|
320
|
+
"DsnColorNegativeBgActive": "#fddede",
|
|
321
|
+
"DsnColorNegativeBorderSubtle": "#f9b1b1",
|
|
322
|
+
"DsnColorNegativeBorderDefault": "#f14848",
|
|
323
|
+
"DsnColorNegativeBorderHover": "#ef2929",
|
|
324
|
+
"DsnColorNegativeBorderActive": "#e60000",
|
|
325
|
+
"DsnColorNegativeColorDefault": "#b70000",
|
|
326
|
+
"DsnColorNegativeColorHover": "#9c0000",
|
|
327
|
+
"DsnColorNegativeColorActive": "#930000",
|
|
328
|
+
"DsnColorNegativeColorSubtle": "#ca0000",
|
|
329
|
+
"DsnColorNegativeColorDocument": "#410000",
|
|
330
|
+
"DsnColorPositiveBgDocument": "#fafdfb",
|
|
331
|
+
"DsnColorPositiveBgElevated": "#fafdfb",
|
|
332
|
+
"DsnColorPositiveBgSubtle": "#eff9f3",
|
|
333
|
+
"DsnColorPositiveBgDefault": "#e4f5ea",
|
|
334
|
+
"DsnColorPositiveBgHover": "#d9f1e2",
|
|
335
|
+
"DsnColorPositiveBgActive": "#ceedd9",
|
|
336
|
+
"DsnColorPositiveBorderSubtle": "#8ad3a6",
|
|
337
|
+
"DsnColorPositiveBorderDefault": "#009b3a",
|
|
338
|
+
"DsnColorPositiveBorderHover": "#009036",
|
|
339
|
+
"DsnColorPositiveBorderActive": "#008432",
|
|
340
|
+
"DsnColorPositiveColorDefault": "#006827",
|
|
341
|
+
"DsnColorPositiveColorHover": "#005821",
|
|
342
|
+
"DsnColorPositiveColorActive": "#00481b",
|
|
343
|
+
"DsnColorPositiveColorSubtle": "#00732b",
|
|
344
|
+
"DsnColorPositiveColorDocument": "#00210c",
|
|
345
|
+
"DsnColorWarningBgDocument": "#fffcf8",
|
|
346
|
+
"DsnColorWarningBgElevated": "#fffcf8",
|
|
347
|
+
"DsnColorWarningBgSubtle": "#fff5eb",
|
|
348
|
+
"DsnColorWarningBgDefault": "#ffeedd",
|
|
349
|
+
"DsnColorWarningBgHover": "#ffe7d0",
|
|
350
|
+
"DsnColorWarningBgActive": "#ffe0c2",
|
|
351
|
+
"DsnColorWarningBorderSubtle": "#ffb46b",
|
|
352
|
+
"DsnColorWarningBorderDefault": "#c8700e",
|
|
353
|
+
"DsnColorWarningBorderHover": "#b86810",
|
|
354
|
+
"DsnColorWarningBorderActive": "#a96011",
|
|
355
|
+
"DsnColorWarningColorDefault": "#844c12",
|
|
356
|
+
"DsnColorWarningColorHover": "#6f4012",
|
|
357
|
+
"DsnColorWarningColorActive": "#5a3511",
|
|
358
|
+
"DsnColorWarningColorSubtle": "#935412",
|
|
359
|
+
"DsnColorWarningColorDocument": "#27190a",
|
|
360
|
+
"DsnColorNeutralInverseBgDocument": "#242424",
|
|
361
|
+
"DsnColorNeutralInverseBgElevated": "#242424",
|
|
362
|
+
"DsnColorNeutralInverseBgSubtle": "#1b1b1b",
|
|
363
|
+
"DsnColorNeutralInverseBgDefault": "#595959",
|
|
364
|
+
"DsnColorNeutralInverseBgHover": "#4b4b4b",
|
|
365
|
+
"DsnColorNeutralInverseBgActive": "#3e3e3e",
|
|
366
|
+
"DsnColorNeutralInverseBorderSubtle": "#474747",
|
|
367
|
+
"DsnColorNeutralInverseBorderDefault": "#c9c9c9",
|
|
368
|
+
"DsnColorNeutralInverseBorderHover": "#d4d4d4",
|
|
369
|
+
"DsnColorNeutralInverseBorderActive": "#dfdfdf",
|
|
370
|
+
"DsnColorNeutralInverseColorDefault": "#ffffff",
|
|
371
|
+
"DsnColorNeutralInverseColorHover": "#ffffff",
|
|
372
|
+
"DsnColorNeutralInverseColorActive": "#ffffff",
|
|
373
|
+
"DsnColorNeutralInverseColorSubtle": "#c4c4c4",
|
|
374
|
+
"DsnColorNeutralInverseColorDocument": "#ffffff",
|
|
375
|
+
"DsnColorAccent1InverseBgDocument": "#00234d",
|
|
376
|
+
"DsnColorAccent1InverseBgElevated": "#00234d",
|
|
377
|
+
"DsnColorAccent1InverseBgSubtle": "#001b3c",
|
|
378
|
+
"DsnColorAccent1InverseBgDefault": "#1b59a4",
|
|
379
|
+
"DsnColorAccent1InverseBgHover": "#04499a",
|
|
380
|
+
"DsnColorAccent1InverseBgActive": "#003b81",
|
|
381
|
+
"DsnColorAccent1InverseBorderSubtle": "#004494",
|
|
382
|
+
"DsnColorAccent1InverseBorderDefault": "#b8cbe2",
|
|
383
|
+
"DsnColorAccent1InverseBorderHover": "#c6d6e8",
|
|
384
|
+
"DsnColorAccent1InverseBorderActive": "#d5e1ee",
|
|
385
|
+
"DsnColorAccent1InverseColorDefault": "#ffffff",
|
|
386
|
+
"DsnColorAccent1InverseColorHover": "#ffffff",
|
|
387
|
+
"DsnColorAccent1InverseColorActive": "#ffffff",
|
|
388
|
+
"DsnColorAccent1InverseColorSubtle": "#b0c6df",
|
|
389
|
+
"DsnColorAccent1InverseColorDocument": "#ffffff",
|
|
390
|
+
"DsnColorAccent2InverseBgDocument": "#00234d",
|
|
391
|
+
"DsnColorAccent2InverseBgElevated": "#00234d",
|
|
392
|
+
"DsnColorAccent2InverseBgSubtle": "#001b3c",
|
|
393
|
+
"DsnColorAccent2InverseBgDefault": "#1b59a4",
|
|
394
|
+
"DsnColorAccent2InverseBgHover": "#04499a",
|
|
395
|
+
"DsnColorAccent2InverseBgActive": "#003b81",
|
|
396
|
+
"DsnColorAccent2InverseBorderSubtle": "#004494",
|
|
397
|
+
"DsnColorAccent2InverseBorderDefault": "#b8cbe2",
|
|
398
|
+
"DsnColorAccent2InverseBorderHover": "#c6d6e8",
|
|
399
|
+
"DsnColorAccent2InverseBorderActive": "#d5e1ee",
|
|
400
|
+
"DsnColorAccent2InverseColorDefault": "#ffffff",
|
|
401
|
+
"DsnColorAccent2InverseColorHover": "#ffffff",
|
|
402
|
+
"DsnColorAccent2InverseColorActive": "#ffffff",
|
|
403
|
+
"DsnColorAccent2InverseColorSubtle": "#b0c6df",
|
|
404
|
+
"DsnColorAccent2InverseColorDocument": "#ffffff",
|
|
405
|
+
"DsnColorAccent3InverseBgDocument": "#00234d",
|
|
406
|
+
"DsnColorAccent3InverseBgElevated": "#00234d",
|
|
407
|
+
"DsnColorAccent3InverseBgSubtle": "#001b3c",
|
|
408
|
+
"DsnColorAccent3InverseBgDefault": "#1b59a4",
|
|
409
|
+
"DsnColorAccent3InverseBgHover": "#04499a",
|
|
410
|
+
"DsnColorAccent3InverseBgActive": "#003b81",
|
|
411
|
+
"DsnColorAccent3InverseBorderSubtle": "#004494",
|
|
412
|
+
"DsnColorAccent3InverseBorderDefault": "#b8cbe2",
|
|
413
|
+
"DsnColorAccent3InverseBorderHover": "#c6d6e8",
|
|
414
|
+
"DsnColorAccent3InverseBorderActive": "#d5e1ee",
|
|
415
|
+
"DsnColorAccent3InverseColorDefault": "#ffffff",
|
|
416
|
+
"DsnColorAccent3InverseColorHover": "#ffffff",
|
|
417
|
+
"DsnColorAccent3InverseColorActive": "#ffffff",
|
|
418
|
+
"DsnColorAccent3InverseColorSubtle": "#b0c6df",
|
|
419
|
+
"DsnColorAccent3InverseColorDocument": "#ffffff",
|
|
420
|
+
"DsnColorAction1InverseBgDocument": "#00234d",
|
|
421
|
+
"DsnColorAction1InverseBgElevated": "#00234d",
|
|
422
|
+
"DsnColorAction1InverseBgSubtle": "#001b3c",
|
|
423
|
+
"DsnColorAction1InverseBgDefault": "#1b59a4",
|
|
424
|
+
"DsnColorAction1InverseBgHover": "#04499a",
|
|
425
|
+
"DsnColorAction1InverseBgActive": "#003b81",
|
|
426
|
+
"DsnColorAction1InverseBorderSubtle": "#004494",
|
|
427
|
+
"DsnColorAction1InverseBorderDefault": "#b8cbe2",
|
|
428
|
+
"DsnColorAction1InverseBorderHover": "#c6d6e8",
|
|
429
|
+
"DsnColorAction1InverseBorderActive": "#d5e1ee",
|
|
430
|
+
"DsnColorAction1InverseColorDefault": "#ffffff",
|
|
431
|
+
"DsnColorAction1InverseColorHover": "#ffffff",
|
|
432
|
+
"DsnColorAction1InverseColorActive": "#ffffff",
|
|
433
|
+
"DsnColorAction1InverseColorSubtle": "#b0c6df",
|
|
434
|
+
"DsnColorAction1InverseColorDocument": "#ffffff",
|
|
435
|
+
"DsnColorAction2InverseBgDocument": "#00234d",
|
|
436
|
+
"DsnColorAction2InverseBgElevated": "#00234d",
|
|
437
|
+
"DsnColorAction2InverseBgSubtle": "#001b3c",
|
|
438
|
+
"DsnColorAction2InverseBgDefault": "#1b59a4",
|
|
439
|
+
"DsnColorAction2InverseBgHover": "#04499a",
|
|
440
|
+
"DsnColorAction2InverseBgActive": "#003b81",
|
|
441
|
+
"DsnColorAction2InverseBorderSubtle": "#004494",
|
|
442
|
+
"DsnColorAction2InverseBorderDefault": "#b8cbe2",
|
|
443
|
+
"DsnColorAction2InverseBorderHover": "#c6d6e8",
|
|
444
|
+
"DsnColorAction2InverseBorderActive": "#d5e1ee",
|
|
445
|
+
"DsnColorAction2InverseColorDefault": "#ffffff",
|
|
446
|
+
"DsnColorAction2InverseColorHover": "#ffffff",
|
|
447
|
+
"DsnColorAction2InverseColorActive": "#ffffff",
|
|
448
|
+
"DsnColorAction2InverseColorSubtle": "#b0c6df",
|
|
449
|
+
"DsnColorAction2InverseColorDocument": "#ffffff",
|
|
450
|
+
"DsnColorInfoInverseBgDocument": "#00234d",
|
|
451
|
+
"DsnColorInfoInverseBgElevated": "#00234d",
|
|
452
|
+
"DsnColorInfoInverseBgSubtle": "#001b3c",
|
|
453
|
+
"DsnColorInfoInverseBgDefault": "#1b59a4",
|
|
454
|
+
"DsnColorInfoInverseBgHover": "#04499a",
|
|
455
|
+
"DsnColorInfoInverseBgActive": "#003b81",
|
|
456
|
+
"DsnColorInfoInverseBorderSubtle": "#004494",
|
|
457
|
+
"DsnColorInfoInverseBorderDefault": "#b8cbe2",
|
|
458
|
+
"DsnColorInfoInverseBorderHover": "#c6d6e8",
|
|
459
|
+
"DsnColorInfoInverseBorderActive": "#d5e1ee",
|
|
460
|
+
"DsnColorInfoInverseColorDefault": "#ffffff",
|
|
461
|
+
"DsnColorInfoInverseColorHover": "#ffffff",
|
|
462
|
+
"DsnColorInfoInverseColorActive": "#ffffff",
|
|
463
|
+
"DsnColorInfoInverseColorSubtle": "#b0c6df",
|
|
464
|
+
"DsnColorInfoInverseColorDocument": "#ffffff",
|
|
465
|
+
"DsnColorNegativeInverseBgDocument": "#510000",
|
|
466
|
+
"DsnColorNegativeInverseBgElevated": "#510000",
|
|
467
|
+
"DsnColorNegativeInverseBgSubtle": "#410000",
|
|
468
|
+
"DsnColorNegativeInverseBgDefault": "#b70000",
|
|
469
|
+
"DsnColorNegativeInverseBgHover": "#9c0000",
|
|
470
|
+
"DsnColorNegativeInverseBgActive": "#820000",
|
|
471
|
+
"DsnColorNegativeInverseBorderSubtle": "#930000",
|
|
472
|
+
"DsnColorNegativeInverseBorderDefault": "#fab9b9",
|
|
473
|
+
"DsnColorNegativeInverseBorderHover": "#fbc8c8",
|
|
474
|
+
"DsnColorNegativeInverseBorderActive": "#fcd7d7",
|
|
475
|
+
"DsnColorNegativeInverseColorDefault": "#ffffff",
|
|
476
|
+
"DsnColorNegativeInverseColorHover": "#ffffff",
|
|
477
|
+
"DsnColorNegativeInverseColorActive": "#ffffff",
|
|
478
|
+
"DsnColorNegativeInverseColorSubtle": "#f9b1b1",
|
|
479
|
+
"DsnColorNegativeInverseColorDocument": "#ffffff",
|
|
480
|
+
"DsnColorPositiveInverseBgDocument": "#002b10",
|
|
481
|
+
"DsnColorPositiveInverseBgElevated": "#002b10",
|
|
482
|
+
"DsnColorPositiveInverseBgSubtle": "#00210c",
|
|
483
|
+
"DsnColorPositiveInverseBgDefault": "#006827",
|
|
484
|
+
"DsnColorPositiveInverseBgHover": "#005821",
|
|
485
|
+
"DsnColorPositiveInverseBgActive": "#00481b",
|
|
486
|
+
"DsnColorPositiveInverseBorderSubtle": "#00531f",
|
|
487
|
+
"DsnColorPositiveInverseBorderDefault": "#96d8ae",
|
|
488
|
+
"DsnColorPositiveInverseBorderHover": "#ace0c0",
|
|
489
|
+
"DsnColorPositiveInverseBorderActive": "#c3e9d1",
|
|
490
|
+
"DsnColorPositiveInverseColorDefault": "#ffffff",
|
|
491
|
+
"DsnColorPositiveInverseColorHover": "#ffffff",
|
|
492
|
+
"DsnColorPositiveInverseColorActive": "#ffffff",
|
|
493
|
+
"DsnColorPositiveInverseColorSubtle": "#8ad3a6",
|
|
494
|
+
"DsnColorPositiveInverseColorDocument": "#ffffff",
|
|
495
|
+
"DsnColorWarningInverseBgDocument": "#331f0d",
|
|
496
|
+
"DsnColorWarningInverseBgElevated": "#331f0d",
|
|
497
|
+
"DsnColorWarningInverseBgSubtle": "#27190a",
|
|
498
|
+
"DsnColorWarningInverseBgDefault": "#844c12",
|
|
499
|
+
"DsnColorWarningInverseBgHover": "#6f4012",
|
|
500
|
+
"DsnColorWarningInverseBgActive": "#5a3511",
|
|
501
|
+
"DsnColorWarningInverseBorderSubtle": "#683c12",
|
|
502
|
+
"DsnColorWarningInverseBorderDefault": "#ffbc7a",
|
|
503
|
+
"DsnColorWarningInverseBorderHover": "#ffcb98",
|
|
504
|
+
"DsnColorWarningInverseBorderActive": "#ffd9b4",
|
|
505
|
+
"DsnColorWarningInverseColorDefault": "#ffffff",
|
|
506
|
+
"DsnColorWarningInverseColorHover": "#ffffff",
|
|
507
|
+
"DsnColorWarningInverseColorActive": "#ffffff",
|
|
508
|
+
"DsnColorWarningInverseColorSubtle": "#ffb46b",
|
|
509
|
+
"DsnColorWarningInverseColorDocument": "#ffffff",
|
|
510
|
+
"DsnColorTransparent": "#00000000",
|
|
511
|
+
"DsnColorShadowDirect": "color-mix(in srgb, black 12%, transparent)",
|
|
512
|
+
"DsnColorShadowAmbient": "color-mix(in srgb, black 6%, transparent)",
|
|
513
|
+
"DsnColorShadowHighlight": "#00000000",
|
|
514
|
+
"DsnColorShadowScroll": "#00000026",
|
|
515
|
+
"DsnBackdropBackgroundColor": "#242424",
|
|
516
|
+
"DsnBackdropOpacity": "50%",
|
|
517
|
+
"DsnBackdropBlur": "4px",
|
|
518
|
+
"DsnBackdropZIndex": "400",
|
|
519
|
+
"DsnActionGroupColumnGap": "calc(0.5rem * 1.5)",
|
|
520
|
+
"DsnActionGroupRowGap": "calc(0.5rem * 1.5)",
|
|
521
|
+
"DsnAlertBorderRadius": "0px",
|
|
522
|
+
"DsnAlertBorderWidth": "2px",
|
|
523
|
+
"DsnAlertColumnGap": "calc(0.5rem * 1)",
|
|
524
|
+
"DsnAlertIconSize": "calc(1.5rem * 1.25)",
|
|
525
|
+
"DsnAlertPaddingBlock": "calc(0.5rem * 2)",
|
|
526
|
+
"DsnAlertPaddingInline": "calc(0.5rem * 2)",
|
|
527
|
+
"DsnAlertRowGap": "calc(0.5rem * 1)",
|
|
528
|
+
"DsnAlertInfoBackgroundColor": "#ecf1f7",
|
|
529
|
+
"DsnAlertInfoBorderColor": "#5c89be",
|
|
530
|
+
"DsnAlertInfoColor": "#001b3c",
|
|
531
|
+
"DsnAlertInfoIconColor": "#1b59a4",
|
|
532
|
+
"DsnAlertNegativeBackgroundColor": "#feeded",
|
|
533
|
+
"DsnAlertNegativeBorderColor": "#f14848",
|
|
534
|
+
"DsnAlertNegativeColor": "#410000",
|
|
535
|
+
"DsnAlertNegativeIconColor": "#b70000",
|
|
536
|
+
"DsnAlertPositiveBackgroundColor": "#e4f5ea",
|
|
537
|
+
"DsnAlertPositiveBorderColor": "#009b3a",
|
|
538
|
+
"DsnAlertPositiveColor": "#00210c",
|
|
539
|
+
"DsnAlertPositiveIconColor": "#006827",
|
|
540
|
+
"DsnAlertWarningBackgroundColor": "#ffeedd",
|
|
541
|
+
"DsnAlertWarningBorderColor": "#c8700e",
|
|
542
|
+
"DsnAlertWarningColor": "#27190a",
|
|
543
|
+
"DsnAlertWarningIconColor": "#844c12",
|
|
544
|
+
"DsnBreadcrumbNavigationColumnGap": "calc(0.5rem * 1)",
|
|
545
|
+
"DsnBreadcrumbNavigationFontSize": "0.875rem",
|
|
546
|
+
"DsnBreadcrumbNavigationFontWeight": "400",
|
|
547
|
+
"DsnBreadcrumbNavigationLineHeight": "1.5",
|
|
548
|
+
"DsnBreadcrumbNavigationCurrentColor": "#636363",
|
|
549
|
+
"DsnBreadcrumbNavigationItemMinBlockSize": "3rem",
|
|
550
|
+
"DsnBreadcrumbNavigationItemPaddingBlock": "calc(0.5rem * 0.5)",
|
|
551
|
+
"DsnBreadcrumbNavigationItemPaddingInline": "0px",
|
|
552
|
+
"DsnBreadcrumbNavigationLinkColor": "#1b59a4",
|
|
553
|
+
"DsnBreadcrumbNavigationLinkColumnGap": "calc(0.5rem * 0.25)",
|
|
554
|
+
"DsnBreadcrumbNavigationLinkTextDecorationLine": "underline",
|
|
555
|
+
"DsnBreadcrumbNavigationLinkTextUnderlineOffset": "4px",
|
|
556
|
+
"DsnBreadcrumbNavigationLinkTextDecorationThickness": "auto",
|
|
557
|
+
"DsnBreadcrumbNavigationLinkHoverColor": "#04499a",
|
|
558
|
+
"DsnBreadcrumbNavigationLinkHoverTextDecorationLine": "none",
|
|
559
|
+
"DsnBreadcrumbNavigationLinkActiveColor": "#003b81",
|
|
560
|
+
"DsnBreadcrumbNavigationLinkActiveTextDecorationLine": "none",
|
|
561
|
+
"DsnBreadcrumbNavigationSeparatorColor": "#636363",
|
|
562
|
+
"DsnBreadcrumbNavigationSeparatorSize": "calc(0.875rem * 1.5)",
|
|
563
|
+
"DsnBreadcrumbNavigationIconSize": "calc(0.875rem * 1.5)",
|
|
564
|
+
"DsnButtonBorderRadius": "8px",
|
|
565
|
+
"DsnButtonBorderWidth": "1px",
|
|
566
|
+
"DsnButtonFontFamily": "IBM Plex Sans, sans-serif",
|
|
567
|
+
"DsnButtonFontWeight": "700",
|
|
568
|
+
"DsnButtonLineHeight": "1.5",
|
|
569
|
+
"DsnButtonMinBlockSize": "3rem",
|
|
570
|
+
"DsnButtonMinInlineSize": "3rem",
|
|
571
|
+
"DsnButtonDefaultBackgroundColor": "#00000000",
|
|
572
|
+
"DsnButtonDefaultBorderColor": "#5c89be",
|
|
573
|
+
"DsnButtonDefaultColor": "#1b59a4",
|
|
574
|
+
"DsnButtonDefaultActiveBackgroundColor": "#dde6f1",
|
|
575
|
+
"DsnButtonDefaultActiveBorderColor": "#3f74b2",
|
|
576
|
+
"DsnButtonDefaultActiveColor": "#003b81",
|
|
577
|
+
"DsnButtonDefaultHoverBackgroundColor": "#e4ecf4",
|
|
578
|
+
"DsnButtonDefaultHoverBorderColor": "#4e7fb8",
|
|
579
|
+
"DsnButtonDefaultHoverColor": "#04499a",
|
|
580
|
+
"DsnButtonDefaultNegativeBackgroundColor": "#00000000",
|
|
581
|
+
"DsnButtonDefaultNegativeBorderColor": "#f14848",
|
|
582
|
+
"DsnButtonDefaultNegativeColor": "#b70000",
|
|
583
|
+
"DsnButtonDefaultNegativeActiveBackgroundColor": "#fddede",
|
|
584
|
+
"DsnButtonDefaultNegativeActiveBorderColor": "#e60000",
|
|
585
|
+
"DsnButtonDefaultNegativeActiveColor": "#930000",
|
|
586
|
+
"DsnButtonDefaultNegativeHoverBackgroundColor": "#fde6e6",
|
|
587
|
+
"DsnButtonDefaultNegativeHoverBorderColor": "#ef2929",
|
|
588
|
+
"DsnButtonDefaultNegativeHoverColor": "#9c0000",
|
|
589
|
+
"DsnButtonDefaultPositiveBackgroundColor": "#00000000",
|
|
590
|
+
"DsnButtonDefaultPositiveBorderColor": "#009b3a",
|
|
591
|
+
"DsnButtonDefaultPositiveColor": "#006827",
|
|
592
|
+
"DsnButtonDefaultPositiveActiveBackgroundColor": "#ceedd9",
|
|
593
|
+
"DsnButtonDefaultPositiveActiveBorderColor": "#008432",
|
|
594
|
+
"DsnButtonDefaultPositiveActiveColor": "#00481b",
|
|
595
|
+
"DsnButtonDefaultPositiveHoverBackgroundColor": "#d9f1e2",
|
|
596
|
+
"DsnButtonDefaultPositiveHoverBorderColor": "#009036",
|
|
597
|
+
"DsnButtonDefaultPositiveHoverColor": "#005821",
|
|
598
|
+
"DsnButtonStrongBackgroundColor": "#1b59a4",
|
|
599
|
+
"DsnButtonStrongBorderColor": "#00000000",
|
|
600
|
+
"DsnButtonStrongColor": "#ffffff",
|
|
601
|
+
"DsnButtonStrongActiveBackgroundColor": "#003b81",
|
|
602
|
+
"DsnButtonStrongActiveBorderColor": "#00000000",
|
|
603
|
+
"DsnButtonStrongActiveColor": "#ffffff",
|
|
604
|
+
"DsnButtonStrongHoverBackgroundColor": "#04499a",
|
|
605
|
+
"DsnButtonStrongHoverBorderColor": "#00000000",
|
|
606
|
+
"DsnButtonStrongHoverColor": "#ffffff",
|
|
607
|
+
"DsnButtonStrongNegativeBackgroundColor": "#b70000",
|
|
608
|
+
"DsnButtonStrongNegativeBorderColor": "#00000000",
|
|
609
|
+
"DsnButtonStrongNegativeColor": "#ffffff",
|
|
610
|
+
"DsnButtonStrongNegativeActiveBackgroundColor": "#820000",
|
|
611
|
+
"DsnButtonStrongNegativeActiveBorderColor": "#00000000",
|
|
612
|
+
"DsnButtonStrongNegativeActiveColor": "#ffffff",
|
|
613
|
+
"DsnButtonStrongNegativeHoverBackgroundColor": "#9c0000",
|
|
614
|
+
"DsnButtonStrongNegativeHoverBorderColor": "#00000000",
|
|
615
|
+
"DsnButtonStrongNegativeHoverColor": "#ffffff",
|
|
616
|
+
"DsnButtonStrongPositiveBackgroundColor": "#006827",
|
|
617
|
+
"DsnButtonStrongPositiveBorderColor": "#00000000",
|
|
618
|
+
"DsnButtonStrongPositiveColor": "#ffffff",
|
|
619
|
+
"DsnButtonStrongPositiveActiveBackgroundColor": "#00481b",
|
|
620
|
+
"DsnButtonStrongPositiveActiveBorderColor": "#00000000",
|
|
621
|
+
"DsnButtonStrongPositiveActiveColor": "#ffffff",
|
|
622
|
+
"DsnButtonStrongPositiveHoverBackgroundColor": "#005821",
|
|
623
|
+
"DsnButtonStrongPositiveHoverBorderColor": "#00000000",
|
|
624
|
+
"DsnButtonStrongPositiveHoverColor": "#ffffff",
|
|
625
|
+
"DsnButtonSubtleBackgroundColor": "#00000000",
|
|
626
|
+
"DsnButtonSubtleBorderColor": "#00000000",
|
|
627
|
+
"DsnButtonSubtleColor": "#1b59a4",
|
|
628
|
+
"DsnButtonSubtleActiveBackgroundColor": "#dde6f1",
|
|
629
|
+
"DsnButtonSubtleActiveBorderColor": "#00000000",
|
|
630
|
+
"DsnButtonSubtleActiveColor": "#003b81",
|
|
631
|
+
"DsnButtonSubtleHoverBackgroundColor": "#e4ecf4",
|
|
632
|
+
"DsnButtonSubtleHoverBorderColor": "#00000000",
|
|
633
|
+
"DsnButtonSubtleHoverColor": "#04499a",
|
|
634
|
+
"DsnButtonSubtleNegativeBackgroundColor": "#00000000",
|
|
635
|
+
"DsnButtonSubtleNegativeBorderColor": "#00000000",
|
|
636
|
+
"DsnButtonSubtleNegativeColor": "#b70000",
|
|
637
|
+
"DsnButtonSubtleNegativeActiveBackgroundColor": "#fddede",
|
|
638
|
+
"DsnButtonSubtleNegativeActiveBorderColor": "#00000000",
|
|
639
|
+
"DsnButtonSubtleNegativeActiveColor": "#930000",
|
|
640
|
+
"DsnButtonSubtleNegativeHoverBackgroundColor": "#fde6e6",
|
|
641
|
+
"DsnButtonSubtleNegativeHoverBorderColor": "#00000000",
|
|
642
|
+
"DsnButtonSubtleNegativeHoverColor": "#9c0000",
|
|
643
|
+
"DsnButtonSubtlePositiveBackgroundColor": "#00000000",
|
|
644
|
+
"DsnButtonSubtlePositiveBorderColor": "#00000000",
|
|
645
|
+
"DsnButtonSubtlePositiveColor": "#006827",
|
|
646
|
+
"DsnButtonSubtlePositiveActiveBackgroundColor": "#ceedd9",
|
|
647
|
+
"DsnButtonSubtlePositiveActiveBorderColor": "#00000000",
|
|
648
|
+
"DsnButtonSubtlePositiveActiveColor": "#00481b",
|
|
649
|
+
"DsnButtonSubtlePositiveHoverBackgroundColor": "#d9f1e2",
|
|
650
|
+
"DsnButtonSubtlePositiveHoverBorderColor": "#00000000",
|
|
651
|
+
"DsnButtonSubtlePositiveHoverColor": "#005821",
|
|
652
|
+
"DsnButtonDisabledBackgroundColor": "#f6f6f6",
|
|
653
|
+
"DsnButtonDisabledColor": "#636363",
|
|
654
|
+
"DsnButtonDisabledBorderColor": "#c4c4c4",
|
|
655
|
+
"DsnButtonSizeDefaultFontSize": "1rem",
|
|
656
|
+
"DsnButtonSizeDefaultGap": "calc(0.5rem * 0.5)",
|
|
657
|
+
"DsnButtonSizeDefaultIconOnlyPadding": "calc(0.5rem * 1)",
|
|
658
|
+
"DsnButtonSizeDefaultIconSize": "calc(1rem * 1.5)",
|
|
659
|
+
"DsnButtonSizeDefaultPaddingBlock": "calc(0.5rem * 1)",
|
|
660
|
+
"DsnButtonSizeDefaultPaddingInline": "calc(0.5rem * 2)",
|
|
661
|
+
"DsnButtonSizeLargeFontSize": "1.25rem",
|
|
662
|
+
"DsnButtonSizeLargeGap": "calc(0.5rem * 1)",
|
|
663
|
+
"DsnButtonSizeLargeIconOnlyPadding": "calc(0.5rem * 1.5)",
|
|
664
|
+
"DsnButtonSizeLargeIconSize": "calc(1.25rem * 1.25)",
|
|
665
|
+
"DsnButtonSizeLargePaddingBlock": "calc(0.5rem * 1.5)",
|
|
666
|
+
"DsnButtonSizeLargePaddingInline": "calc(0.5rem * 2.5)",
|
|
667
|
+
"DsnButtonSizeSmallFontSize": "0.875rem",
|
|
668
|
+
"DsnButtonSizeSmallGap": "calc(0.5rem * 0.5)",
|
|
669
|
+
"DsnButtonSizeSmallIconOnlyPadding": "calc(0.5rem * 0.5)",
|
|
670
|
+
"DsnButtonSizeSmallIconSize": "calc(0.875rem * 1.5)",
|
|
671
|
+
"DsnButtonSizeSmallMinBlockSize": "2.5rem",
|
|
672
|
+
"DsnButtonSizeSmallPaddingBlock": "calc(0.5rem * 0.5)",
|
|
673
|
+
"DsnButtonSizeSmallPaddingInline": "calc(0.5rem * 1.5)",
|
|
674
|
+
"DsnCardBackgroundColor": "#fcfcfc",
|
|
675
|
+
"DsnCardBackgroundColorHover": "#fcfcfc",
|
|
676
|
+
"DsnCardBorderRadius": "8px",
|
|
677
|
+
"DsnCardBorderWidth": "1px",
|
|
678
|
+
"DsnCardBorderColor": "#c4c4c4",
|
|
679
|
+
"DsnCardBoxShadow": "none",
|
|
680
|
+
"DsnCardBoxShadowHover": "0 2px 4px 0 color-mix(in srgb, black 12%, transparent), 0 8px 16px 0 color-mix(in srgb, black 6%, transparent), 0 0 0 1px #00000000",
|
|
681
|
+
"DsnCardBodyPaddingBlock": "calc(0.5rem * 2)",
|
|
682
|
+
"DsnCardBodyPaddingInline": "calc(0.5rem * 2)",
|
|
683
|
+
"DsnCardBodyRowGap": "calc(0.5rem * 1.5)",
|
|
684
|
+
"DsnCardFooterPaddingBlockEnd": "calc(0.5rem * 3)",
|
|
685
|
+
"DsnCardFooterPaddingInline": "calc(0.5rem * 2)",
|
|
686
|
+
"DsnCardImagePlaceholderBackgroundColor": "#f6f6f6",
|
|
687
|
+
"DsnCardImagePlaceholderColor": "#636363",
|
|
688
|
+
"DsnCardHeadingFontFamily": "IBM Plex Sans, sans-serif",
|
|
689
|
+
"DsnCardHeadingFontWeight": "700",
|
|
690
|
+
"DsnCardHeadingColor": "#1b1b1b",
|
|
691
|
+
"DsnCardHeadingFontSize": "1.25rem",
|
|
692
|
+
"DsnCardHeadingLineHeight": "1.25",
|
|
693
|
+
"DsnCardGroupGap": "calc(0.5rem * 2)",
|
|
694
|
+
"DsnCardGroupItemMinWidth": "17.5rem",
|
|
695
|
+
"DsnCheckboxGroupBorderWidth": "0px",
|
|
696
|
+
"DsnCheckboxGroupGap": "calc(0.5rem * 0.5)",
|
|
697
|
+
"DsnCheckboxGroupMargin": "0px",
|
|
698
|
+
"DsnCheckboxGroupPadding": "0px",
|
|
699
|
+
"DsnCheckboxGroupLegendColor": "#1b1b1b",
|
|
700
|
+
"DsnCheckboxGroupLegendFontFamily": "IBM Plex Sans, sans-serif",
|
|
701
|
+
"DsnCheckboxGroupLegendFontSize": "1rem",
|
|
702
|
+
"DsnCheckboxGroupLegendFontWeight": "700",
|
|
703
|
+
"DsnCheckboxGroupLegendLineHeight": "1.5",
|
|
704
|
+
"DsnCheckboxGroupLegendMarginBlockEnd": "calc(0.5rem * 0.5)",
|
|
705
|
+
"DsnCheckboxOptionGap": "calc(0.5rem * 1)",
|
|
706
|
+
"DsnCheckboxOptionPaddingBlock": "calc(0.5rem * 1)",
|
|
707
|
+
"DsnCheckboxBackgroundColor": "#fcfcfc",
|
|
708
|
+
"DsnCheckboxBorderColor": "#868686",
|
|
709
|
+
"DsnCheckboxBorderRadius": "0px",
|
|
710
|
+
"DsnCheckboxBorderWidth": "1px",
|
|
711
|
+
"DsnCheckboxSize": "calc(var(--dsn-text-font-size-md) * var(--dsn-text-line-height-md))",
|
|
712
|
+
"DsnCheckboxActiveBackgroundColor": "#e5e5e5",
|
|
713
|
+
"DsnCheckboxActiveBorderColor": "#727272",
|
|
714
|
+
"DsnCheckboxActiveBorderWidth": "2px",
|
|
715
|
+
"DsnCheckboxCheckedBackgroundColor": "#1b59a4",
|
|
716
|
+
"DsnCheckboxCheckedBorderColor": "#00000000",
|
|
717
|
+
"DsnCheckboxCheckedBorderWidth": "1px",
|
|
718
|
+
"DsnCheckboxCheckedColor": "#ffffff",
|
|
719
|
+
"DsnCheckboxDisabledBackgroundColor": "#f6f6f6",
|
|
720
|
+
"DsnCheckboxDisabledBorderColor": "#c4c4c4",
|
|
721
|
+
"DsnCheckboxFocusBackgroundColor": "#fcfcfc",
|
|
722
|
+
"DsnCheckboxFocusBorderColor": "#727272",
|
|
723
|
+
"DsnCheckboxFocusBorderWidth": "2px",
|
|
724
|
+
"DsnCheckboxHoverBackgroundColor": "#ebebeb",
|
|
725
|
+
"DsnCheckboxHoverBorderColor": "#7c7c7c",
|
|
726
|
+
"DsnCheckboxHoverBorderWidth": "2px",
|
|
727
|
+
"DsnCheckboxInvalidBackgroundColor": "#feeded",
|
|
728
|
+
"DsnCheckboxInvalidBorderColor": "#f14848",
|
|
729
|
+
"DsnCheckboxInvalidBorderWidth": "2px",
|
|
730
|
+
"DsnCheckboxCheckedActiveBackgroundColor": "#003b81",
|
|
731
|
+
"DsnCheckboxCheckedActiveBorderColor": "#00000000",
|
|
732
|
+
"DsnCheckboxCheckedActiveBorderWidth": "2px",
|
|
733
|
+
"DsnCheckboxCheckedActiveColor": "#ffffff",
|
|
734
|
+
"DsnCheckboxCheckedDisabledBackgroundColor": "#f6f6f6",
|
|
735
|
+
"DsnCheckboxCheckedDisabledBorderColor": "#c4c4c4",
|
|
736
|
+
"DsnCheckboxCheckedDisabledColor": "#636363",
|
|
737
|
+
"DsnCheckboxCheckedFocusBackgroundColor": "#fcfcfc",
|
|
738
|
+
"DsnCheckboxCheckedFocusBorderColor": "#727272",
|
|
739
|
+
"DsnCheckboxCheckedFocusBorderWidth": "2px",
|
|
740
|
+
"DsnCheckboxCheckedFocusColor": "#1b1b1b",
|
|
741
|
+
"DsnCheckboxCheckedHoverBackgroundColor": "#04499a",
|
|
742
|
+
"DsnCheckboxCheckedHoverBorderColor": "#00000000",
|
|
743
|
+
"DsnCheckboxCheckedHoverBorderWidth": "2px",
|
|
744
|
+
"DsnCheckboxCheckedHoverColor": "#ffffff",
|
|
745
|
+
"DsnCheckboxIndeterminateBackgroundColor": "#1b59a4",
|
|
746
|
+
"DsnCheckboxIndeterminateBorderColor": "#00000000",
|
|
747
|
+
"DsnCheckboxIndeterminateBorderWidth": "1px",
|
|
748
|
+
"DsnCheckboxIndeterminateColor": "#ffffff",
|
|
749
|
+
"DsnCheckboxIndeterminateActiveBackgroundColor": "#003b81",
|
|
750
|
+
"DsnCheckboxIndeterminateActiveBorderColor": "#00000000",
|
|
751
|
+
"DsnCheckboxIndeterminateActiveBorderWidth": "2px",
|
|
752
|
+
"DsnCheckboxIndeterminateActiveColor": "#ffffff",
|
|
753
|
+
"DsnCheckboxIndeterminateDisabledBackgroundColor": "#f6f6f6",
|
|
754
|
+
"DsnCheckboxIndeterminateDisabledBorderColor": "#c4c4c4",
|
|
755
|
+
"DsnCheckboxIndeterminateDisabledColor": "#636363",
|
|
756
|
+
"DsnCheckboxIndeterminateFocusBackgroundColor": "#fcfcfc",
|
|
757
|
+
"DsnCheckboxIndeterminateFocusBorderColor": "#727272",
|
|
758
|
+
"DsnCheckboxIndeterminateFocusBorderWidth": "2px",
|
|
759
|
+
"DsnCheckboxIndeterminateFocusColor": "#1b1b1b",
|
|
760
|
+
"DsnCheckboxIndeterminateHoverBackgroundColor": "#04499a",
|
|
761
|
+
"DsnCheckboxIndeterminateHoverBorderColor": "#00000000",
|
|
762
|
+
"DsnCheckboxIndeterminateHoverBorderWidth": "2px",
|
|
763
|
+
"DsnCheckboxIndeterminateHoverColor": "#ffffff",
|
|
764
|
+
"DsnCheckboxIconSize": "calc(var(--dsn-checkbox-size) * 0.67)",
|
|
765
|
+
"DsnContainerBackgroundColor": "#fcfcfc",
|
|
766
|
+
"DsnContainerBorderColor": "#c4c4c4",
|
|
767
|
+
"DsnContainerBorderRadius": "8px",
|
|
768
|
+
"DsnContainerBorderWidth": "1px",
|
|
769
|
+
"DsnContainerBoxShadow": "none",
|
|
770
|
+
"DsnContainerColor": "#1b1b1b",
|
|
771
|
+
"DsnContainerPaddingBlock": "calc(0.5rem * 3)",
|
|
772
|
+
"DsnContainerPaddingInline": "calc(0.5rem * 3)",
|
|
773
|
+
"DsnContainerElevatedBoxShadow": "0 1px 2px 0 color-mix(in srgb, black 12%, transparent), 0 2px 4px 0 color-mix(in srgb, black 6%, transparent), 0 0 0 1px #00000000",
|
|
774
|
+
"DsnDateInputGroupGap": "calc(0.5rem * 1)",
|
|
775
|
+
"DsnDateInputGroupLabelGap": "calc(0.5rem * 0.5)",
|
|
776
|
+
"DsnDateInputButtonInsetInlineEnd": "calc(0.5rem * 0.5)",
|
|
777
|
+
"DsnDateInputIconGap": "calc(0.5rem * 1)",
|
|
778
|
+
"DsnDateInputIconSize": "calc(0.875rem * 1.5)",
|
|
779
|
+
"DsnDateInputPaddingInlineEndWithIcon": "calc((calc(0.5rem * 0.5) * 2) + calc(0.875rem * 1.5) + calc(0.5rem * 0.5) + calc(0.5rem * 1))",
|
|
780
|
+
"DsnDetailsRowGap": "calc(0.5rem * 1)",
|
|
781
|
+
"DsnDetailsSummaryColor": "#1b59a4",
|
|
782
|
+
"DsnDetailsSummaryGap": "calc(0.5rem * 0.5)",
|
|
783
|
+
"DsnDetailsSummaryTextDecorationLine": "none",
|
|
784
|
+
"DsnDetailsSummaryTextUnderlineOffset": "4px",
|
|
785
|
+
"DsnDetailsSummaryTextDecorationThickness": "auto",
|
|
786
|
+
"DsnDetailsSummaryHoverColor": "#04499a",
|
|
787
|
+
"DsnDetailsSummaryHoverTextDecorationLine": "underline",
|
|
788
|
+
"DsnDetailsSummaryActiveColor": "#003b81",
|
|
789
|
+
"DsnDetailsIconSize": "calc(1rem * 1.5)",
|
|
790
|
+
"DsnDetailsContentBackgroundColor": "#00000000",
|
|
791
|
+
"DsnDetailsContentBorderColor": "#c4c4c4",
|
|
792
|
+
"DsnDetailsContentBorderInlineStartWidth": "2px",
|
|
793
|
+
"DsnDetailsContentPaddingInlineStart": "calc(0.5rem * 2)",
|
|
794
|
+
"DsnDetailsContentPaddingInlineEnd": "calc(0.5rem * 2)",
|
|
795
|
+
"DsnDetailsContentPaddingBlock": "calc(0.5rem * 2)",
|
|
796
|
+
"DsnDotBadgeSize": "0.5rem",
|
|
797
|
+
"DsnDotBadgeInsetBlockStart": "0.25rem",
|
|
798
|
+
"DsnDotBadgeInsetInlineEnd": "0.25rem",
|
|
799
|
+
"DsnDotBadgePulseDuration": "1500ms",
|
|
800
|
+
"DsnDotBadgePulseEasing": "cubic-bezier(0.25, 0.1, 0.25, 1)",
|
|
801
|
+
"DsnDrawerZIndex": "500",
|
|
802
|
+
"DsnDrawerBackgroundColor": "#fcfcfc",
|
|
803
|
+
"DsnDrawerBorderWidth": "1px",
|
|
804
|
+
"DsnDrawerBorderColor": "#c4c4c4",
|
|
805
|
+
"DsnDrawerBoxShadow": "0 4px 8px 0 color-mix(in srgb, black 12%, transparent), 0 16px 32px 0 color-mix(in srgb, black 6%, transparent), 0 0 0 1px #00000000",
|
|
806
|
+
"DsnDrawerMaxWidth": "25rem",
|
|
807
|
+
"DsnDrawerMinGap": "3rem",
|
|
808
|
+
"DsnDrawerHeadingFontFamily": "IBM Plex Sans, sans-serif",
|
|
809
|
+
"DsnDrawerHeadingFontWeight": "700",
|
|
810
|
+
"DsnDrawerHeadingColor": "#1b1b1b",
|
|
811
|
+
"DsnDrawerHeadingFontSize": "1.25rem",
|
|
812
|
+
"DsnDrawerHeadingLineHeight": "1.25",
|
|
813
|
+
"DsnDrawerHeaderPaddingBlockStart": "calc(0.5rem * 2)",
|
|
814
|
+
"DsnDrawerHeaderPaddingBlockEnd": "calc(0.5rem * 2)",
|
|
815
|
+
"DsnDrawerHeaderPaddingInline": "calc(0.5rem * 2)",
|
|
816
|
+
"DsnDrawerBodyPaddingBlock": "calc(0.5rem * 3)",
|
|
817
|
+
"DsnDrawerBodyPaddingInline": "calc(0.5rem * 2)",
|
|
818
|
+
"DsnDrawerFooterPaddingBlockStart": "calc(0.5rem * 2)",
|
|
819
|
+
"DsnDrawerFooterPaddingBlockEnd": "calc(0.5rem * 2)",
|
|
820
|
+
"DsnDrawerFooterPaddingInline": "calc(0.5rem * 2)",
|
|
821
|
+
"DsnFileInputColor": "#636363",
|
|
822
|
+
"DsnFileInputColumnGap": "calc(0.5rem * 1.5)",
|
|
823
|
+
"DsnFileInputFontFamily": "IBM Plex Sans, sans-serif",
|
|
824
|
+
"DsnFileInputFontSize": "1rem",
|
|
825
|
+
"DsnFileInputFontWeight": "400",
|
|
826
|
+
"DsnFileInputLineHeight": "1.5",
|
|
827
|
+
"DsnFileInputMinBlockSize": "3rem",
|
|
828
|
+
"DsnFileInputMinInlineSize": "3rem",
|
|
829
|
+
"DsnFileInputDisabledColor": "#636363",
|
|
830
|
+
"DsnFileBackgroundColor": "#fcfcfc",
|
|
831
|
+
"DsnFileBackgroundColorHover": "#fcfcfc",
|
|
832
|
+
"DsnFileBackgroundColorActive": "#fcfcfc",
|
|
833
|
+
"DsnFileBorderRadius": "8px",
|
|
834
|
+
"DsnFileBorderWidth": "1px",
|
|
835
|
+
"DsnFileBorderColor": "#c4c4c4",
|
|
836
|
+
"DsnFileBorderColorHover": "#868686",
|
|
837
|
+
"DsnFileBorderColorActive": "#868686",
|
|
838
|
+
"DsnFileBorderColorError": "#f14848",
|
|
839
|
+
"DsnFileBoxShadow": "none",
|
|
840
|
+
"DsnFileBoxShadowHover": "0 2px 4px 0 color-mix(in srgb, black 12%, transparent), 0 8px 16px 0 color-mix(in srgb, black 6%, transparent), 0 0 0 1px #00000000",
|
|
841
|
+
"DsnFilePaddingBlock": "calc(0.5rem * 1.5)",
|
|
842
|
+
"DsnFilePaddingInline": "calc(0.5rem * 2)",
|
|
843
|
+
"DsnFileGap": "calc(0.5rem * 1.5)",
|
|
844
|
+
"DsnFileContentGap": "calc(0.5rem * 0.25)",
|
|
845
|
+
"DsnFileNameColor": "#595959",
|
|
846
|
+
"DsnFileNameFontWeight": "700",
|
|
847
|
+
"DsnFileMetaColor": "#636363",
|
|
848
|
+
"DsnFileMetaFontSize": "1rem",
|
|
849
|
+
"DsnFileMediaSize": "3rem",
|
|
850
|
+
"DsnFileMediaBorderRadius": "4px",
|
|
851
|
+
"DsnFileMediaBackgroundColor": "#f1f1f1",
|
|
852
|
+
"DsnFileMediaIconColor": "#636363",
|
|
853
|
+
"DsnFileMediaIconSize": "calc(1rem * 1.5)",
|
|
854
|
+
"DsnFileStatusIconColor": "#006827",
|
|
855
|
+
"DsnFileStatusIconSize": "calc(1rem * 1.5)",
|
|
856
|
+
"DsnFormFieldDescriptionColor": "#636363",
|
|
857
|
+
"DsnFormFieldDescriptionFontFamily": "IBM Plex Sans, sans-serif",
|
|
858
|
+
"DsnFormFieldDescriptionFontSize": "1rem",
|
|
859
|
+
"DsnFormFieldDescriptionFontWeight": "400",
|
|
860
|
+
"DsnFormFieldDescriptionLineHeight": "1.5",
|
|
861
|
+
"DsnFormFieldDescriptionMarginBlockEnd": "calc(0.5rem * 1)",
|
|
862
|
+
"DsnFormFieldErrorMessageColor": "#b70000",
|
|
863
|
+
"DsnFormFieldErrorMessageFontFamily": "IBM Plex Sans, sans-serif",
|
|
864
|
+
"DsnFormFieldErrorMessageFontSize": "1rem",
|
|
865
|
+
"DsnFormFieldErrorMessageFontWeight": "400",
|
|
866
|
+
"DsnFormFieldErrorMessageGap": "calc(0.5rem * 0.5)",
|
|
867
|
+
"DsnFormFieldErrorMessageIconSize": "calc(1rem * 1.5)",
|
|
868
|
+
"DsnFormFieldErrorMessageLineHeight": "1.5",
|
|
869
|
+
"DsnFormFieldErrorMessageMarginBlockEnd": "calc(0.5rem * 1)",
|
|
870
|
+
"DsnFormFieldLabelSuffixColor": "#1b1b1b",
|
|
871
|
+
"DsnFormFieldLabelSuffixFontFamily": "IBM Plex Sans, sans-serif",
|
|
872
|
+
"DsnFormFieldLabelSuffixFontSize": "1rem",
|
|
873
|
+
"DsnFormFieldLabelSuffixFontWeight": "400",
|
|
874
|
+
"DsnFormFieldLabelSuffixLineHeight": "1.5",
|
|
875
|
+
"DsnFormFieldLabelSuffixMarginInlineStart": "calc(0.5rem * 0.5)",
|
|
876
|
+
"DsnFormFieldLabelColor": "#1b1b1b",
|
|
877
|
+
"DsnFormFieldLabelFontFamily": "IBM Plex Sans, sans-serif",
|
|
878
|
+
"DsnFormFieldLabelFontSize": "1rem",
|
|
879
|
+
"DsnFormFieldLabelFontWeight": "700",
|
|
880
|
+
"DsnFormFieldLabelLineHeight": "1.5",
|
|
881
|
+
"DsnFormFieldLabelMarginBlockEnd": "calc(0.5rem * 1)",
|
|
882
|
+
"DsnFormFieldLabelMarginBlockEndWithDescription": "calc(0.5rem * 0.5)",
|
|
883
|
+
"DsnFormFieldStatusColor": "#636363",
|
|
884
|
+
"DsnFormFieldStatusFontFamily": "IBM Plex Sans, sans-serif",
|
|
885
|
+
"DsnFormFieldStatusFontSize": "1rem",
|
|
886
|
+
"DsnFormFieldStatusFontWeight": "400",
|
|
887
|
+
"DsnFormFieldStatusGap": "calc(0.5rem * 0.5)",
|
|
888
|
+
"DsnFormFieldStatusIconSize": "calc(1rem * 1.5)",
|
|
889
|
+
"DsnFormFieldStatusLineHeight": "1.5",
|
|
890
|
+
"DsnFormFieldStatusMarginBlockStart": "calc(0.5rem * 1)",
|
|
891
|
+
"DsnFormFieldStatusPositiveColor": "#006827",
|
|
892
|
+
"DsnFormFieldStatusWarningColor": "#844c12",
|
|
893
|
+
"DsnFormFieldMarginBlockEnd": "0px",
|
|
894
|
+
"DsnFormFieldMarginBlockStart": "0px",
|
|
895
|
+
"DsnFormFieldInvalidBorderInlineStartColor": "#f14848",
|
|
896
|
+
"DsnFormFieldInvalidBorderInlineStartWidth": "2px",
|
|
897
|
+
"DsnFormFieldInvalidPaddingInlineStart": "calc(0.5rem * 2)",
|
|
898
|
+
"DsnGridGutter": "calc(0.5rem * 1)",
|
|
899
|
+
"DsnGridRowGap": "calc(0.5rem * 1)",
|
|
900
|
+
"DsnGridMargin": "calc(0.5rem * 3)",
|
|
901
|
+
"DsnGridMaxWidth": "74rem",
|
|
902
|
+
"DsnHeroBlockSize": "70svh",
|
|
903
|
+
"DsnHeroMinBlockSize": "400px",
|
|
904
|
+
"DsnHeroPaddingBlock": "calc(0.5rem * 4)",
|
|
905
|
+
"DsnHeroPaddingInline": "calc(0.5rem * 2)",
|
|
906
|
+
"DsnHeroBackgroundColorDefault": "#ecf1f7",
|
|
907
|
+
"DsnHeroBackgroundColorInverse": "#1b59a4",
|
|
908
|
+
"DsnHeroColorDefault": "#1b59a4",
|
|
909
|
+
"DsnHeroColorInverse": "#ffffff",
|
|
910
|
+
"DsnHeroImageBlendColor": "#1b59a4",
|
|
911
|
+
"DsnImageBorderRadius": "8px",
|
|
912
|
+
"DsnImageCaptionColor": "#636363",
|
|
913
|
+
"DsnImageCaptionFontSize": "0.875rem",
|
|
914
|
+
"DsnImageCaptionLineHeight": "1.5",
|
|
915
|
+
"DsnImageCaptionMarginBlockStart": "calc(0.5rem * 0.5)",
|
|
916
|
+
"DsnLinkColor": "#1b59a4",
|
|
917
|
+
"DsnLinkGap": "calc(0.5rem * 0.5)",
|
|
918
|
+
"DsnLinkIconSize": "calc(1rem * 1.5)",
|
|
919
|
+
"DsnLinkTextDecorationColor": "#1b59a4",
|
|
920
|
+
"DsnLinkTextDecorationLine": "underline",
|
|
921
|
+
"DsnLinkTextDecorationThickness": "auto",
|
|
922
|
+
"DsnLinkTextUnderlineOffset": "4px",
|
|
923
|
+
"DsnLinkActiveColor": "#003b81",
|
|
924
|
+
"DsnLinkDisabledColor": "#636363",
|
|
925
|
+
"DsnLinkHoverColor": "#04499a",
|
|
926
|
+
"DsnLinkHoverTextDecorationLine": "none",
|
|
927
|
+
"DsnLinkSizeDefaultFontSize": "1rem",
|
|
928
|
+
"DsnLinkSizeDefaultGap": "calc(0.5rem * 0.5)",
|
|
929
|
+
"DsnLinkSizeDefaultIconSize": "calc(1rem * 1.5)",
|
|
930
|
+
"DsnLinkSizeLargeFontSize": "1.25rem",
|
|
931
|
+
"DsnLinkSizeLargeGap": "calc(0.5rem * 1)",
|
|
932
|
+
"DsnLinkSizeLargeIconSize": "calc(1.25rem * 1.25)",
|
|
933
|
+
"DsnLinkSizeSmallFontSize": "0.875rem",
|
|
934
|
+
"DsnLinkSizeSmallGap": "calc(0.5rem * 0.5)",
|
|
935
|
+
"DsnLinkSizeSmallIconSize": "calc(0.875rem * 1.5)",
|
|
936
|
+
"DsnLogoColorPrimary": "#1b59a4",
|
|
937
|
+
"DsnLogoColorLabel": "#fcfcfc",
|
|
938
|
+
"DsnMenuItemFontSize": "1rem",
|
|
939
|
+
"DsnMenuItemFontWeight": "400",
|
|
940
|
+
"DsnMenuItemLineHeight": "1.5",
|
|
941
|
+
"DsnMenuItemPaddingBlock": "calc(0.5rem * 1)",
|
|
942
|
+
"DsnMenuItemPaddingInline": "calc(0.5rem * 1.5)",
|
|
943
|
+
"DsnMenuItemGap": "calc(0.5rem * 1)",
|
|
944
|
+
"DsnMenuItemMinBlockSize": "3rem",
|
|
945
|
+
"DsnMenuItemIconSize": "calc(1rem * 1.5)",
|
|
946
|
+
"DsnMenuItemColor": "#1b59a4",
|
|
947
|
+
"DsnMenuItemBackgroundColor": "#00000000",
|
|
948
|
+
"DsnMenuItemHoverColor": "#04499a",
|
|
949
|
+
"DsnMenuItemHoverBackgroundColor": "#e4ecf4",
|
|
950
|
+
"DsnMenuItemActiveColor": "#003b81",
|
|
951
|
+
"DsnMenuItemActiveBackgroundColor": "#dde6f1",
|
|
952
|
+
"DsnMenuLinkLevelIndent": "calc(0.5rem * 3)",
|
|
953
|
+
"DsnMenuLinkCurrentFontWeight": "700",
|
|
954
|
+
"DsnMenuLinkCurrentColor": "#1b59a4",
|
|
955
|
+
"DsnMenuLinkCurrentBackgroundColor": "#dde6f1",
|
|
956
|
+
"DsnMenuLinkCurrentIndicatorColor": "#1b59a4",
|
|
957
|
+
"DsnMenuLinkCurrentIndicatorWidth": "3px",
|
|
958
|
+
"DsnMenuLinkCurrentHoverColor": "#1b59a4",
|
|
959
|
+
"DsnMenuLinkCurrentHoverBackgroundColor": "#dde6f1",
|
|
960
|
+
"DsnMenuLinkCurrentActiveColor": "#1b59a4",
|
|
961
|
+
"DsnMenuLinkCurrentActiveBackgroundColor": "#dde6f1",
|
|
962
|
+
"DsnMenuGapVertical": "calc(0.5rem * 1)",
|
|
963
|
+
"DsnMenuGapHorizontal": "calc(0.5rem * 0.5)",
|
|
964
|
+
"DsnModalDialogZIndex": "500",
|
|
965
|
+
"DsnModalDialogBackgroundColor": "#fcfcfc",
|
|
966
|
+
"DsnModalDialogBorderRadius": "16px",
|
|
967
|
+
"DsnModalDialogBorderWidth": "1px",
|
|
968
|
+
"DsnModalDialogBorderColor": "#c4c4c4",
|
|
969
|
+
"DsnModalDialogBoxShadow": "0 4px 8px 0 color-mix(in srgb, black 12%, transparent), 0 16px 32px 0 color-mix(in srgb, black 6%, transparent), 0 0 0 1px #00000000",
|
|
970
|
+
"DsnModalDialogMaxWidth": "40rem",
|
|
971
|
+
"DsnModalDialogHeadingFontFamily": "IBM Plex Sans, sans-serif",
|
|
972
|
+
"DsnModalDialogHeadingFontWeight": "700",
|
|
973
|
+
"DsnModalDialogHeadingColor": "#1b1b1b",
|
|
974
|
+
"DsnModalDialogHeadingFontSize": "1.25rem",
|
|
975
|
+
"DsnModalDialogHeadingLineHeight": "1.25",
|
|
976
|
+
"DsnModalDialogHeaderPaddingBlockStart": "calc(0.5rem * 2)",
|
|
977
|
+
"DsnModalDialogHeaderPaddingBlockEnd": "calc(0.5rem * 2)",
|
|
978
|
+
"DsnModalDialogHeaderPaddingInline": "calc(0.5rem * 2)",
|
|
979
|
+
"DsnModalDialogBodyPaddingBlock": "calc(0.5rem * 3)",
|
|
980
|
+
"DsnModalDialogBodyPaddingInline": "calc(0.5rem * 2)",
|
|
981
|
+
"DsnModalDialogFooterPaddingBlockStart": "calc(0.5rem * 2)",
|
|
982
|
+
"DsnModalDialogFooterPaddingBlockEnd": "calc(0.5rem * 2)",
|
|
983
|
+
"DsnModalDialogFooterPaddingInline": "calc(0.5rem * 2)",
|
|
984
|
+
"DsnNoteBorderInlineStartWidth": "2px",
|
|
985
|
+
"DsnNoteColumnGap": "calc(0.5rem * 1)",
|
|
986
|
+
"DsnNoteIconSize": "calc(1.5rem * 1.25)",
|
|
987
|
+
"DsnNotePaddingBlock": "calc(0.5rem * 2)",
|
|
988
|
+
"DsnNotePaddingInlineEnd": "calc(0.5rem * 2)",
|
|
989
|
+
"DsnNotePaddingInlineStart": "calc(0.5rem * 2)",
|
|
990
|
+
"DsnNoteRowGap": "calc(0.5rem * 1)",
|
|
991
|
+
"DsnNoteInfoBackgroundColor": "#ecf1f7",
|
|
992
|
+
"DsnNoteInfoBorderInlineStartColor": "#5c89be",
|
|
993
|
+
"DsnNoteInfoColor": "#001b3c",
|
|
994
|
+
"DsnNoteInfoIconColor": "#1b59a4",
|
|
995
|
+
"DsnNoteNegativeBackgroundColor": "#feeded",
|
|
996
|
+
"DsnNoteNegativeBorderInlineStartColor": "#f14848",
|
|
997
|
+
"DsnNoteNegativeColor": "#410000",
|
|
998
|
+
"DsnNoteNegativeIconColor": "#b70000",
|
|
999
|
+
"DsnNoteNeutralBackgroundColor": "#f1f1f1",
|
|
1000
|
+
"DsnNoteNeutralBorderInlineStartColor": "#868686",
|
|
1001
|
+
"DsnNoteNeutralColor": "#1b1b1b",
|
|
1002
|
+
"DsnNoteNeutralIconColor": "#595959",
|
|
1003
|
+
"DsnNotePositiveBackgroundColor": "#e4f5ea",
|
|
1004
|
+
"DsnNotePositiveBorderInlineStartColor": "#009b3a",
|
|
1005
|
+
"DsnNotePositiveColor": "#00210c",
|
|
1006
|
+
"DsnNotePositiveIconColor": "#006827",
|
|
1007
|
+
"DsnNoteWarningBackgroundColor": "#ffeedd",
|
|
1008
|
+
"DsnNoteWarningBorderInlineStartColor": "#c8700e",
|
|
1009
|
+
"DsnNoteWarningColor": "#27190a",
|
|
1010
|
+
"DsnNoteWarningIconColor": "#844c12",
|
|
1011
|
+
"DsnNumberBadgeFontSize": "0.875rem",
|
|
1012
|
+
"DsnNumberBadgeLineHeight": "1.5",
|
|
1013
|
+
"DsnNumberBadgeFontWeight": "700",
|
|
1014
|
+
"DsnNumberBadgePaddingBlock": "0px",
|
|
1015
|
+
"DsnNumberBadgePaddingInline": "calc(0.5rem * 0.5)",
|
|
1016
|
+
"DsnNumberBadgeBorderRadius": "999px",
|
|
1017
|
+
"DsnNumberBadgeBorderWidth": "1px",
|
|
1018
|
+
"DsnNumberBadgeBorderColor": "#00000000",
|
|
1019
|
+
"DsnNumberBadgeNegativeColor": "#ffffff",
|
|
1020
|
+
"DsnNumberBadgeNegativeBackgroundColor": "#b70000",
|
|
1021
|
+
"DsnNumberBadgePositiveColor": "#ffffff",
|
|
1022
|
+
"DsnNumberBadgePositiveBackgroundColor": "#006827",
|
|
1023
|
+
"DsnNumberBadgeWarningColor": "#ffffff",
|
|
1024
|
+
"DsnNumberBadgeWarningBackgroundColor": "#844c12",
|
|
1025
|
+
"DsnNumberBadgeInfoColor": "#ffffff",
|
|
1026
|
+
"DsnNumberBadgeInfoBackgroundColor": "#1b59a4",
|
|
1027
|
+
"DsnNumberBadgeNeutralColor": "#ffffff",
|
|
1028
|
+
"DsnNumberBadgeNeutralBackgroundColor": "#595959",
|
|
1029
|
+
"DsnOptionLabelColor": "#1b1b1b",
|
|
1030
|
+
"DsnOptionLabelFontFamily": "IBM Plex Sans, sans-serif",
|
|
1031
|
+
"DsnOptionLabelFontSize": "1rem",
|
|
1032
|
+
"DsnOptionLabelFontWeight": "400",
|
|
1033
|
+
"DsnOptionLabelLineHeight": "1.5",
|
|
1034
|
+
"DsnOptionLabelDisabledColor": "#636363",
|
|
1035
|
+
"DsnOrderedListColor": "#1b1b1b",
|
|
1036
|
+
"DsnOrderedListFontFamily": "IBM Plex Sans, sans-serif",
|
|
1037
|
+
"DsnOrderedListFontSize": "1rem",
|
|
1038
|
+
"DsnOrderedListFontWeight": "400",
|
|
1039
|
+
"DsnOrderedListMaxInlineSize": "65ch",
|
|
1040
|
+
"DsnOrderedListGap": "calc(0.5rem * 0.5)",
|
|
1041
|
+
"DsnOrderedListLineHeight": "1.5",
|
|
1042
|
+
"DsnOrderedListMarginBlockEnd": "calc(0.5rem * 1.5)",
|
|
1043
|
+
"DsnOrderedListMarkerColor": "#1b1b1b",
|
|
1044
|
+
"DsnOrderedListPaddingInlineStart": "calc(0.5rem * 3)",
|
|
1045
|
+
"DsnPageBodyPaddingInline": "calc(0.5rem * 2)",
|
|
1046
|
+
"DsnPageFooterBackgroundColor": "#ecf1f7",
|
|
1047
|
+
"DsnPageFooterBorderBlockStartWidth": "4px",
|
|
1048
|
+
"DsnPageFooterBorderBlockStartColor": "#5c89be",
|
|
1049
|
+
"DsnPageFooterPaddingBlock": "calc(0.5rem * 8)",
|
|
1050
|
+
"DsnPageFooterSlotGap": "calc(0.5rem * 2)",
|
|
1051
|
+
"DsnPageFooterPaddingInline": "calc(0.5rem * 2)",
|
|
1052
|
+
"DsnPageFooterLogoMaxBlockSize": "2rem",
|
|
1053
|
+
"DsnPageHeaderBackgroundColor": "#fcfcfc",
|
|
1054
|
+
"DsnPageHeaderBorderBlockEndWidth": "4px",
|
|
1055
|
+
"DsnPageHeaderBorderBlockEndColor": "#1b59a4",
|
|
1056
|
+
"DsnPageHeaderPaddingBlock": "calc(0.5rem * 1)",
|
|
1057
|
+
"DsnPageHeaderPaddingInline": "calc(0.5rem * 2)",
|
|
1058
|
+
"DsnPageHeaderZIndex": "300",
|
|
1059
|
+
"DsnPageHeaderLogoMaxBlockSize": "2rem",
|
|
1060
|
+
"DsnPageHeaderMastheadBackgroundColor": "#fcfcfc",
|
|
1061
|
+
"DsnPageHeaderMastheadPaddingBlock": "calc(0.5rem * 2)",
|
|
1062
|
+
"DsnPageHeaderMastheadPaddingInline": "calc(0.5rem * 2)",
|
|
1063
|
+
"DsnPageHeaderNavbarBackgroundColor": "#ecf1f7",
|
|
1064
|
+
"DsnPageHeaderNavbarPaddingInline": "calc(0.5rem * 2)",
|
|
1065
|
+
"DsnPageHeaderSecondaryNavGap": "calc(0.5rem * 3)",
|
|
1066
|
+
"DsnPageHeaderSearchPanelBackgroundColor": "#ecf1f7",
|
|
1067
|
+
"DsnPageHeaderSearchPanelPaddingBlock": "calc(0.5rem * 1)",
|
|
1068
|
+
"DsnPageHeaderSearchPanelPaddingInline": "calc(0.5rem * 2)",
|
|
1069
|
+
"DsnPageHeaderCompactBackgroundColor": "#fcfcfc",
|
|
1070
|
+
"DsnPageHeaderCompactPaddingBlock": "calc(0.5rem * 2)",
|
|
1071
|
+
"DsnPageHeaderCompactPaddingInline": "calc(0.5rem * 2)",
|
|
1072
|
+
"DsnPageMaxInlineSize": "75rem",
|
|
1073
|
+
"DsnParagraphColor": "#1b1b1b",
|
|
1074
|
+
"DsnParagraphFontFamily": "IBM Plex Sans, sans-serif",
|
|
1075
|
+
"DsnParagraphFontWeight": "400",
|
|
1076
|
+
"DsnParagraphMaxInlineSize": "65ch",
|
|
1077
|
+
"DsnParagraphDefaultFontSize": "1rem",
|
|
1078
|
+
"DsnParagraphDefaultLineHeight": "1.5",
|
|
1079
|
+
"DsnParagraphDefaultMarginBlockEnd": "calc(0.5rem * 1.5)",
|
|
1080
|
+
"DsnParagraphLeadFontSize": "1.25rem",
|
|
1081
|
+
"DsnParagraphLeadLineHeight": "1.25",
|
|
1082
|
+
"DsnParagraphLeadMarginBlockEnd": "calc(0.5rem * 2)",
|
|
1083
|
+
"DsnParagraphSmallPrintFontSize": "0.875rem",
|
|
1084
|
+
"DsnParagraphSmallPrintLineHeight": "1.5",
|
|
1085
|
+
"DsnParagraphSmallPrintMarginBlockEnd": "calc(0.5rem * 1)",
|
|
1086
|
+
"DsnPasswordInputPaddingInlineEnd": "3rem",
|
|
1087
|
+
"DsnPopoverBackgroundColor": "#fcfcfc",
|
|
1088
|
+
"DsnPopoverBorderWidth": "1px",
|
|
1089
|
+
"DsnPopoverBorderColor": "#c4c4c4",
|
|
1090
|
+
"DsnPopoverBorderRadius": "8px",
|
|
1091
|
+
"DsnPopoverBoxShadow": "0 2px 4px 0 color-mix(in srgb, black 12%, transparent), 0 8px 16px 0 color-mix(in srgb, black 6%, transparent), 0 0 0 1px #00000000",
|
|
1092
|
+
"DsnPopoverMaxWidth": "25rem",
|
|
1093
|
+
"DsnPopoverMinWidth": "12.5rem",
|
|
1094
|
+
"DsnPopoverZIndex": "350",
|
|
1095
|
+
"DsnPopoverHeadingFontFamily": "IBM Plex Sans, sans-serif",
|
|
1096
|
+
"DsnPopoverHeadingFontWeight": "700",
|
|
1097
|
+
"DsnPopoverHeadingColor": "#1b1b1b",
|
|
1098
|
+
"DsnPopoverHeadingFontSize": "1rem",
|
|
1099
|
+
"DsnPopoverHeadingLineHeight": "1.5",
|
|
1100
|
+
"DsnPopoverHeaderPaddingBlockStart": "calc(0.5rem * 2)",
|
|
1101
|
+
"DsnPopoverHeaderPaddingBlockEnd": "calc(0.5rem * 2)",
|
|
1102
|
+
"DsnPopoverHeaderPaddingInline": "calc(0.5rem * 2)",
|
|
1103
|
+
"DsnPopoverBodyPaddingBlock": "calc(0.5rem * 2)",
|
|
1104
|
+
"DsnPopoverBodyPaddingInline": "calc(0.5rem * 2)",
|
|
1105
|
+
"DsnPopoverFooterPaddingBlockStart": "calc(0.5rem * 2)",
|
|
1106
|
+
"DsnPopoverFooterPaddingBlockEnd": "calc(0.5rem * 2)",
|
|
1107
|
+
"DsnPopoverFooterPaddingInline": "calc(0.5rem * 2)",
|
|
1108
|
+
"DsnProgressBarColorTrack": "#f1f1f1",
|
|
1109
|
+
"DsnProgressBarColorFill": "#1b59a4",
|
|
1110
|
+
"DsnProgressBarBlockSize": "8px",
|
|
1111
|
+
"DsnProgressBarBorderRadius": "999px",
|
|
1112
|
+
"DsnProgressBarGapHeader": "calc(0.5rem * 0.25)",
|
|
1113
|
+
"DsnProgressBarGapFooter": "calc(0.5rem * 0.25)",
|
|
1114
|
+
"DsnRadioGroupBorderWidth": "0px",
|
|
1115
|
+
"DsnRadioGroupGap": "calc(0.5rem * 0.5)",
|
|
1116
|
+
"DsnRadioGroupMargin": "0px",
|
|
1117
|
+
"DsnRadioGroupPadding": "0px",
|
|
1118
|
+
"DsnRadioGroupLegendColor": "#1b1b1b",
|
|
1119
|
+
"DsnRadioGroupLegendFontFamily": "IBM Plex Sans, sans-serif",
|
|
1120
|
+
"DsnRadioGroupLegendFontSize": "1rem",
|
|
1121
|
+
"DsnRadioGroupLegendFontWeight": "700",
|
|
1122
|
+
"DsnRadioGroupLegendLineHeight": "1.5",
|
|
1123
|
+
"DsnRadioGroupLegendMarginBlockEnd": "calc(0.5rem * 0.5)",
|
|
1124
|
+
"DsnRadioOptionGap": "calc(0.5rem * 1)",
|
|
1125
|
+
"DsnRadioOptionPaddingBlock": "calc(0.5rem * 1)",
|
|
1126
|
+
"DsnRadioBackgroundColor": "#fcfcfc",
|
|
1127
|
+
"DsnRadioBorderColor": "#868686",
|
|
1128
|
+
"DsnRadioBorderWidth": "1px",
|
|
1129
|
+
"DsnRadioColor": "#868686",
|
|
1130
|
+
"DsnRadioSize": "calc(var(--dsn-text-font-size-md) * var(--dsn-text-line-height-md))",
|
|
1131
|
+
"DsnRadioActiveBackgroundColor": "#e5e5e5",
|
|
1132
|
+
"DsnRadioActiveBorderColor": "#727272",
|
|
1133
|
+
"DsnRadioActiveBorderWidth": "2px",
|
|
1134
|
+
"DsnRadioActiveColor": "#727272",
|
|
1135
|
+
"DsnRadioCheckedBackgroundColor": "#1b59a4",
|
|
1136
|
+
"DsnRadioCheckedBorderColor": "#00000000",
|
|
1137
|
+
"DsnRadioCheckedBorderWidth": "1px",
|
|
1138
|
+
"DsnRadioCheckedColor": "#ffffff",
|
|
1139
|
+
"DsnRadioDisabledBackgroundColor": "#f6f6f6",
|
|
1140
|
+
"DsnRadioDisabledBorderColor": "#c4c4c4",
|
|
1141
|
+
"DsnRadioDisabledColor": "#c4c4c4",
|
|
1142
|
+
"DsnRadioFocusBackgroundColor": "#fcfcfc",
|
|
1143
|
+
"DsnRadioFocusBorderColor": "#727272",
|
|
1144
|
+
"DsnRadioFocusBorderWidth": "2px",
|
|
1145
|
+
"DsnRadioFocusColor": "#727272",
|
|
1146
|
+
"DsnRadioHoverBackgroundColor": "#ebebeb",
|
|
1147
|
+
"DsnRadioHoverBorderColor": "#7c7c7c",
|
|
1148
|
+
"DsnRadioHoverBorderWidth": "2px",
|
|
1149
|
+
"DsnRadioHoverColor": "#7c7c7c",
|
|
1150
|
+
"DsnRadioInvalidBackgroundColor": "#feeded",
|
|
1151
|
+
"DsnRadioInvalidBorderColor": "#f14848",
|
|
1152
|
+
"DsnRadioInvalidBorderWidth": "2px",
|
|
1153
|
+
"DsnRadioInvalidColor": "#f14848",
|
|
1154
|
+
"DsnRadioCheckedActiveBackgroundColor": "#003b81",
|
|
1155
|
+
"DsnRadioCheckedActiveBorderColor": "#00000000",
|
|
1156
|
+
"DsnRadioCheckedActiveBorderWidth": "2px",
|
|
1157
|
+
"DsnRadioCheckedActiveColor": "#ffffff",
|
|
1158
|
+
"DsnRadioCheckedDisabledBackgroundColor": "#f6f6f6",
|
|
1159
|
+
"DsnRadioCheckedDisabledBorderColor": "#c4c4c4",
|
|
1160
|
+
"DsnRadioCheckedDisabledColor": "#636363",
|
|
1161
|
+
"DsnRadioCheckedFocusBackgroundColor": "#fcfcfc",
|
|
1162
|
+
"DsnRadioCheckedFocusBorderColor": "#727272",
|
|
1163
|
+
"DsnRadioCheckedFocusBorderWidth": "2px",
|
|
1164
|
+
"DsnRadioCheckedFocusColor": "#1b1b1b",
|
|
1165
|
+
"DsnRadioCheckedHoverBackgroundColor": "#04499a",
|
|
1166
|
+
"DsnRadioCheckedHoverBorderColor": "#00000000",
|
|
1167
|
+
"DsnRadioCheckedHoverBorderWidth": "2px",
|
|
1168
|
+
"DsnRadioCheckedHoverColor": "#ffffff",
|
|
1169
|
+
"DsnRadioIconSize": "calc(var(--dsn-radio-size) * 0.33)",
|
|
1170
|
+
"DsnSearchInputIconGap": "calc(0.5rem * 1)",
|
|
1171
|
+
"DsnSearchInputIconSize": "calc(1rem * 1.5)",
|
|
1172
|
+
"DsnSearchInputPaddingInlineStartWithIcon": "calc(calc(1rem * 1.5) + calc(0.5rem * 1) + calc(0.5rem * 1.5))",
|
|
1173
|
+
"DsnSelectIconColor": "#1b59a4",
|
|
1174
|
+
"DsnSelectIconGap": "calc(0.5rem * 1)",
|
|
1175
|
+
"DsnSelectIconInsetInlineEnd": "calc(0.5rem * 1)",
|
|
1176
|
+
"DsnSelectIconSize": "calc(1rem * 1.5)",
|
|
1177
|
+
"DsnSelectPaddingInlineEndWithIcon": "calc(calc(1rem * 1.5) + calc(0.5rem * 1) + calc(0.5rem * 1))",
|
|
1178
|
+
"DsnSkipLinkZIndex": "600",
|
|
1179
|
+
"DsnSkipLinkPaddingBlock": "calc(0.5rem * 1)",
|
|
1180
|
+
"DsnSkipLinkPaddingInline": "calc(0.5rem * 1.5)",
|
|
1181
|
+
"DsnSkipLinkBorderRadius": "8px",
|
|
1182
|
+
"DsnSkipLinkOffsetBlockStart": "calc(0.5rem * 1)",
|
|
1183
|
+
"DsnSkipLinkOffsetInlineStart": "calc(0.5rem * 1)",
|
|
1184
|
+
"DsnSpinnerSize": "1.5rem",
|
|
1185
|
+
"DsnSpinnerSizeLarge": "3rem",
|
|
1186
|
+
"DsnSpinnerStrokeWidth": "2px",
|
|
1187
|
+
"DsnSpinnerColor": "#1b59a4",
|
|
1188
|
+
"DsnSpinnerTrackColor": "#f6f6f6",
|
|
1189
|
+
"DsnSpinnerDuration": "800ms",
|
|
1190
|
+
"DsnSpinnerGapSize": "calc(0.5rem * 1)",
|
|
1191
|
+
"DsnStatusBadgeBorderColor": "#00000000",
|
|
1192
|
+
"DsnStatusBadgeBorderRadius": "4px",
|
|
1193
|
+
"DsnStatusBadgeBorderWidth": "1px",
|
|
1194
|
+
"DsnStatusBadgeFontSize": "0.875rem",
|
|
1195
|
+
"DsnStatusBadgeGap": "calc(0.5rem * 0.5)",
|
|
1196
|
+
"DsnStatusBadgeIconSize": "calc(0.875rem * 1.5)",
|
|
1197
|
+
"DsnStatusBadgeLineHeight": "1.5",
|
|
1198
|
+
"DsnStatusBadgePaddingBlock": "calc(0.5rem * 0.25)",
|
|
1199
|
+
"DsnStatusBadgePaddingInline": "calc(0.5rem * 1)",
|
|
1200
|
+
"DsnStatusBadgeTextTransform": "none",
|
|
1201
|
+
"DsnStatusBadgeInfoBackgroundColor": "#ecf1f7",
|
|
1202
|
+
"DsnStatusBadgeInfoColor": "#1b59a4",
|
|
1203
|
+
"DsnStatusBadgeNegativeBackgroundColor": "#feeded",
|
|
1204
|
+
"DsnStatusBadgeNegativeColor": "#b70000",
|
|
1205
|
+
"DsnStatusBadgeNeutralBackgroundColor": "#f1f1f1",
|
|
1206
|
+
"DsnStatusBadgeNeutralColor": "#595959",
|
|
1207
|
+
"DsnStatusBadgePositiveBackgroundColor": "#e4f5ea",
|
|
1208
|
+
"DsnStatusBadgePositiveColor": "#006827",
|
|
1209
|
+
"DsnStatusBadgeWarningBackgroundColor": "#ffeedd",
|
|
1210
|
+
"DsnStatusBadgeWarningColor": "#844c12",
|
|
1211
|
+
"DsnSummaryListRowBorderBlockEndColor": "#c4c4c4",
|
|
1212
|
+
"DsnSummaryListRowBorderBlockEndWidth": "1px",
|
|
1213
|
+
"DsnSummaryListRowGap": "calc(0.5rem * 1.5)",
|
|
1214
|
+
"DsnSummaryListRowPaddingBlock": "calc(0.5rem * 1.5)",
|
|
1215
|
+
"DsnSummaryListKeyColor": "#1b1b1b",
|
|
1216
|
+
"DsnSummaryListKeyFontWeight": "700",
|
|
1217
|
+
"DsnSummaryListKeyBasis": "30%",
|
|
1218
|
+
"DsnSummaryListValueColor": "#1b1b1b",
|
|
1219
|
+
"DsnSummaryListActionsGap": "calc(0.5rem * 3)",
|
|
1220
|
+
"DsnSummaryListActionsMarginBlockStartStacked": "calc(0.5rem * 1)",
|
|
1221
|
+
"DsnTableCaptionColor": "#1b1b1b",
|
|
1222
|
+
"DsnTableCaptionFontFamily": "IBM Plex Sans, sans-serif",
|
|
1223
|
+
"DsnTableCaptionFontSize": "1.5rem",
|
|
1224
|
+
"DsnTableCaptionFontWeight": "700",
|
|
1225
|
+
"DsnTableCaptionLineHeight": "1.25",
|
|
1226
|
+
"DsnTableCellPaddingBlockEnd": "calc(0.5rem * 1.5)",
|
|
1227
|
+
"DsnTableCellPaddingBlockStart": "calc(0.5rem * 1.5)",
|
|
1228
|
+
"DsnTableCellPaddingInlineEnd": "calc(0.5rem * 2)",
|
|
1229
|
+
"DsnTableCellPaddingInlineStart": "calc(0.5rem * 2)",
|
|
1230
|
+
"DsnTableHeaderBackgroundColor": "#00000000",
|
|
1231
|
+
"DsnTableHeaderBorderBlockEndColor": "#c4c4c4",
|
|
1232
|
+
"DsnTableHeaderBorderBlockEndWidth": "2px",
|
|
1233
|
+
"DsnTableHeaderColor": "#1b1b1b",
|
|
1234
|
+
"DsnTableHeaderCellFontWeight": "700",
|
|
1235
|
+
"DsnTableRowBorderBlockEndColor": "#c4c4c4",
|
|
1236
|
+
"DsnTableRowBorderBlockEndWidth": "1px",
|
|
1237
|
+
"DsnTableFooterBackgroundColor": "#00000000",
|
|
1238
|
+
"DsnTableFooterBorderBlockStartColor": "#c4c4c4",
|
|
1239
|
+
"DsnTableFooterBorderBlockStartWidth": "2px",
|
|
1240
|
+
"DsnTableFooterColor": "#1b1b1b",
|
|
1241
|
+
"DsnTableFooterFontWeight": "700",
|
|
1242
|
+
"DsnTableWrapperBackgroundColor": "#fcfcfc",
|
|
1243
|
+
"DsnTableWrapperScrollShadowColor": "#00000026",
|
|
1244
|
+
"DsnTextAreaBackgroundColor": "#fcfcfc",
|
|
1245
|
+
"DsnTextAreaBorderColor": "#868686",
|
|
1246
|
+
"DsnTextAreaBorderRadius": "0px",
|
|
1247
|
+
"DsnTextAreaBorderWidth": "1px",
|
|
1248
|
+
"DsnTextAreaColor": "#1b1b1b",
|
|
1249
|
+
"DsnTextAreaFontFamily": "IBM Plex Sans, sans-serif",
|
|
1250
|
+
"DsnTextAreaFontSize": "1rem",
|
|
1251
|
+
"DsnTextAreaFontWeight": "400",
|
|
1252
|
+
"DsnTextAreaLineHeight": "1.5",
|
|
1253
|
+
"DsnTextAreaMinBlockSize": "3rem",
|
|
1254
|
+
"DsnTextAreaMinInlineSize": "3rem",
|
|
1255
|
+
"DsnTextAreaOutlineOffset": "0px",
|
|
1256
|
+
"DsnTextAreaPaddingBlockEnd": "calc(0.5rem * 1)",
|
|
1257
|
+
"DsnTextAreaPaddingBlockStart": "calc(0.5rem * 1)",
|
|
1258
|
+
"DsnTextAreaPaddingInlineEnd": "calc(0.5rem * 1.5)",
|
|
1259
|
+
"DsnTextAreaPaddingInlineStart": "calc(0.5rem * 1.5)",
|
|
1260
|
+
"DsnTextAreaResize": "vertical",
|
|
1261
|
+
"DsnTextAreaDisabledBackgroundColor": "#f6f6f6",
|
|
1262
|
+
"DsnTextAreaDisabledBorderColor": "#c4c4c4",
|
|
1263
|
+
"DsnTextAreaDisabledColor": "#636363",
|
|
1264
|
+
"DsnTextAreaFocusBackgroundColor": "#fcfcfc",
|
|
1265
|
+
"DsnTextAreaFocusBorderColor": "#727272",
|
|
1266
|
+
"DsnTextAreaFocusBoxShadowX": "0",
|
|
1267
|
+
"DsnTextAreaFocusBoxShadowY": "0",
|
|
1268
|
+
"DsnTextAreaFocusBoxShadowBlur": "0",
|
|
1269
|
+
"DsnTextAreaFocusBoxShadowSpread": "2px",
|
|
1270
|
+
"DsnTextAreaFocusBoxShadowColor": "#727272",
|
|
1271
|
+
"DsnTextAreaFocusColor": "#1b1b1b",
|
|
1272
|
+
"DsnTextAreaHoverBoxShadowX": "0",
|
|
1273
|
+
"DsnTextAreaHoverBoxShadowY": "0",
|
|
1274
|
+
"DsnTextAreaHoverBoxShadowBlur": "0",
|
|
1275
|
+
"DsnTextAreaHoverBoxShadowSpread": "2px",
|
|
1276
|
+
"DsnTextAreaHoverBoxShadowColor": "#868686",
|
|
1277
|
+
"DsnTextAreaPlaceholderColor": "#636363",
|
|
1278
|
+
"DsnTextAreaInvalidBackgroundColor": "#feeded",
|
|
1279
|
+
"DsnTextAreaInvalidBorderColor": "#f14848",
|
|
1280
|
+
"DsnTextAreaInvalidBoxShadowX": "0",
|
|
1281
|
+
"DsnTextAreaInvalidBoxShadowY": "0",
|
|
1282
|
+
"DsnTextAreaInvalidBoxShadowBlur": "0",
|
|
1283
|
+
"DsnTextAreaInvalidBoxShadowSpread": "2px",
|
|
1284
|
+
"DsnTextAreaInvalidBoxShadowColor": "#f14848",
|
|
1285
|
+
"DsnTextAreaInvalidColor": "#1b1b1b",
|
|
1286
|
+
"DsnTextAreaReadOnlyBackgroundColor": "#f6f6f6",
|
|
1287
|
+
"DsnTextAreaReadOnlyBorderColor": "#00000000",
|
|
1288
|
+
"DsnTextAreaReadOnlyColor": "#1b1b1b",
|
|
1289
|
+
"DsnTextInputBackgroundColor": "#fcfcfc",
|
|
1290
|
+
"DsnTextInputBorderColor": "#868686",
|
|
1291
|
+
"DsnTextInputBorderRadius": "0px",
|
|
1292
|
+
"DsnTextInputBorderWidth": "1px",
|
|
1293
|
+
"DsnTextInputColor": "#1b1b1b",
|
|
1294
|
+
"DsnTextInputColumnGap": "calc(0.5rem * 1.5)",
|
|
1295
|
+
"DsnTextInputFontFamily": "IBM Plex Sans, sans-serif",
|
|
1296
|
+
"DsnTextInputFontSize": "1rem",
|
|
1297
|
+
"DsnTextInputFontWeight": "400",
|
|
1298
|
+
"DsnTextInputLineHeight": "1.5",
|
|
1299
|
+
"DsnTextInputMinBlockSize": "3rem",
|
|
1300
|
+
"DsnTextInputMinInlineSize": "3rem",
|
|
1301
|
+
"DsnTextInputOutlineOffset": "0px",
|
|
1302
|
+
"DsnTextInputPaddingBlockEnd": "calc(0.5rem * 1)",
|
|
1303
|
+
"DsnTextInputPaddingBlockStart": "calc(0.5rem * 1)",
|
|
1304
|
+
"DsnTextInputPaddingInlineEnd": "calc(0.5rem * 1.5)",
|
|
1305
|
+
"DsnTextInputPaddingInlineStart": "calc(0.5rem * 1.5)",
|
|
1306
|
+
"DsnTextInputDisabledBackgroundColor": "#f6f6f6",
|
|
1307
|
+
"DsnTextInputDisabledBorderColor": "#c4c4c4",
|
|
1308
|
+
"DsnTextInputDisabledColor": "#636363",
|
|
1309
|
+
"DsnTextInputFocusBackgroundColor": "#fcfcfc",
|
|
1310
|
+
"DsnTextInputFocusBorderColor": "#727272",
|
|
1311
|
+
"DsnTextInputFocusBoxShadowX": "0",
|
|
1312
|
+
"DsnTextInputFocusBoxShadowY": "0",
|
|
1313
|
+
"DsnTextInputFocusBoxShadowBlur": "0",
|
|
1314
|
+
"DsnTextInputFocusBoxShadowSpread": "2px",
|
|
1315
|
+
"DsnTextInputFocusBoxShadowColor": "#727272",
|
|
1316
|
+
"DsnTextInputFocusColor": "#1b1b1b",
|
|
1317
|
+
"DsnTextInputHoverBoxShadowX": "0",
|
|
1318
|
+
"DsnTextInputHoverBoxShadowY": "0",
|
|
1319
|
+
"DsnTextInputHoverBoxShadowBlur": "0",
|
|
1320
|
+
"DsnTextInputHoverBoxShadowSpread": "2px",
|
|
1321
|
+
"DsnTextInputHoverBoxShadowColor": "#868686",
|
|
1322
|
+
"DsnTextInputPlaceholderColor": "#636363",
|
|
1323
|
+
"DsnTextInputInvalidBackgroundColor": "#feeded",
|
|
1324
|
+
"DsnTextInputInvalidBorderColor": "#f14848",
|
|
1325
|
+
"DsnTextInputInvalidBoxShadowX": "0",
|
|
1326
|
+
"DsnTextInputInvalidBoxShadowY": "0",
|
|
1327
|
+
"DsnTextInputInvalidBoxShadowBlur": "0",
|
|
1328
|
+
"DsnTextInputInvalidBoxShadowSpread": "2px",
|
|
1329
|
+
"DsnTextInputInvalidBoxShadowColor": "#f14848",
|
|
1330
|
+
"DsnTextInputInvalidColor": "#1b1b1b",
|
|
1331
|
+
"DsnTextInputReadOnlyBackgroundColor": "#f6f6f6",
|
|
1332
|
+
"DsnTextInputReadOnlyBorderColor": "#00000000",
|
|
1333
|
+
"DsnTextInputReadOnlyColor": "#1b1b1b",
|
|
1334
|
+
"DsnTimeInputButtonInsetInlineEnd": "calc(0.5rem * 0.5)",
|
|
1335
|
+
"DsnTimeInputIconColor": "#1b59a4",
|
|
1336
|
+
"DsnTimeInputIconGap": "calc(0.5rem * 1)",
|
|
1337
|
+
"DsnTimeInputIconHoverColor": "#04499a",
|
|
1338
|
+
"DsnTimeInputIconSize": "calc(0.875rem * 1.5)",
|
|
1339
|
+
"DsnTimeInputPaddingInlineEndWithIcon": "calc((calc(0.5rem * 0.5) * 2) + calc(0.875rem * 1.5) + calc(0.5rem * 0.5) + calc(0.5rem * 1))",
|
|
1340
|
+
"DsnUnorderedListColor": "#1b1b1b",
|
|
1341
|
+
"DsnUnorderedListFontFamily": "IBM Plex Sans, sans-serif",
|
|
1342
|
+
"DsnUnorderedListFontSize": "1rem",
|
|
1343
|
+
"DsnUnorderedListFontWeight": "400",
|
|
1344
|
+
"DsnUnorderedListMaxInlineSize": "65ch",
|
|
1345
|
+
"DsnUnorderedListGap": "calc(0.5rem * 0.5)",
|
|
1346
|
+
"DsnUnorderedListLineHeight": "1.5",
|
|
1347
|
+
"DsnUnorderedListMarginBlockEnd": "calc(0.5rem * 1.5)",
|
|
1348
|
+
"DsnUnorderedListMarkerColor": "#1b59a4",
|
|
1349
|
+
"DsnUnorderedListPaddingInlineStart": "calc(0.5rem * 3)"
|
|
1350
|
+
}
|