@team-monolith/cds 1.50.2 → 1.50.3

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.
@@ -26,6 +26,7 @@ export declare function getTheme(theme: Theme, editable: boolean): {
26
26
  code: string;
27
27
  text: {
28
28
  code: string;
29
+ underline: string;
29
30
  strikethrough: string;
30
31
  };
31
32
  problemInput: string;
@@ -241,6 +241,9 @@ export function getTheme(theme, editable) {
241
241
  color: ${theme.color.foreground.neutralBase};
242
242
  /* Mono/Paragraph/14px-Rg */
243
243
  font-family: D2Coding, consolas, monospace;
244
+ `,
245
+ underline: css `
246
+ text-decoration: underline;
244
247
  `,
245
248
  strikethrough: css `
246
249
  text-decoration: line-through;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "1.50.2",
3
+ "version": "1.50.3",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,