Skip to content

Commit

Permalink
Allow clip-path, background, text-emphasis styles in structured…
Browse files Browse the repository at this point in the history
  • Loading branch information
MarvNC committed Jul 7, 2024
1 parent 5eaba1d commit 9962a6f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/yomitan/termbank.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ type StructuredContentStyle = {
fontWeight?: 'normal' | 'bold';
fontSize?: string;
color?: string;
background?: string;
backgroundColor?: string;
textDecorationLine?:
| 'none'
Expand All @@ -50,6 +51,7 @@ type StructuredContentStyle = {
borderStyle?: string;
borderRadius?: string;
borderWidth?: string;
clipPath?: string;
verticalAlign?:
| 'baseline'
| 'sub'
Expand All @@ -68,6 +70,7 @@ type StructuredContentStyle = {
| 'justify'
| 'justify-all'
| 'match-parent';
textEmphasis?: string;
textShadow?: string;
margin?: string;
marginTop?: number | string;
Expand Down

0 comments on commit 9962a6f

Please sign in to comment.