@team-monolith/cds 1.34.4 → 1.36.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.
@@ -226,7 +226,7 @@ export function getTheme(theme) {
226
226
  color: ${theme.color.foreground.neutralBase};
227
227
 
228
228
  /* Mono/Paragraph/14px-Rg */
229
- font-family: D2Coding;
229
+ font-family: D2Coding, consolas, monospace;
230
230
  font-size: 14px;
231
231
  font-style: normal;
232
232
  font-weight: 400;
@@ -240,7 +240,7 @@ export function getTheme(theme) {
240
240
 
241
241
  color: ${theme.color.foreground.neutralBase};
242
242
  /* Mono/Paragraph/14px-Rg */
243
- font-family: D2Coding;
243
+ font-family: D2Coding, consolas, monospace;
244
244
  `,
245
245
  strikethrough: css `
246
246
  text-decoration: line-through;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "1.34.4",
3
+ "version": "1.36.0",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,