Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 3fbc2ed

Browse files
release: doc v1.0.0-alpha.7
1 parent bcf67a9 commit 3fbc2ed

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="1.0.0-alpha.7"></a>
2+
# 1.0.0-alpha.7 (2019-04-30)
3+
4+
### Features
5+
6+
* this highlight-code component has now a default color for the background of the highlighted lines
7+
18
<a name="1.0.0-alpha.6"></a>
29
# 1.0.0-alpha.6 (2019-04-30)
310

docs/docs/components/app-components-highlight-code/app-components-highlight-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ The `<deckgo-highlight-code/>` could be styled using the following CSS4 variable
8282
| -------------------------- |-----------------|-----------------|
8383
| --deckgo-highlight-code-display | block | The display property of the code |
8484
| --deckgo-highlight-code-color | inherit | The color of the displayed code |
85-
| --deckgo-highlight-code-background | | The background of the displayed code |
85+
| --deckgo-highlight-code-background | | The background of the displayed code |
8686
| --deckgo-highlight-code-padding | | The padding of the displayed code |
8787
| --deckgo-highlight-code-border-radius | | The border radius of the displayed code |
8888
| --deckgo-highlight-code-margin-bottom | 64px | Margin bottom of the code scroller |
8989
| --deckgo-highlight-code-zoom | 1 | If you wish to manually zoom the code |
9090
| --deckgo-highlight-code-font-size | | The size of the font for the code |
9191
| --deckgo-highlight-code-font-family | monospace | The family of the font for the code |
92-
| --deckgo-highlight-code-line-background | | The background of the lines you wish to highlight |
92+
| --deckgo-highlight-code-line-background | #3880ff | The background of the lines you wish to highlight |
9393
| --deckgo-highlight-code-line-padding | | A padding for each lines you wish to highlight |
9494
| --deckgo-highlight-code-line-border-top | | The border-top property of the lines you wish to highlight |
9595
| --deckgo-highlight-code-direction | ltr | The direction of the displayed code |

docs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deckdeckgo-docs",
3-
"version": "1.0.0-alpha.6",
3+
"version": "1.0.0-alpha.7",
44
"description": "The Progressive Web App alternative for simple presentations",
55
"license": "MIT",
66
"files": [

docs/src/app/pages/docs/components/app-components-highlight-code/app-components-highlight-code.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ export class AppComponentsHighlightCode {
192192
</tr>
193193
<tr>
194194
<td>--deckgo-highlight-code-line-background</td>
195-
<td></td>
195+
<td>#3880ff</td>
196196
<td>The background of the lines you wish to highlight</td>
197197
</tr>
198198
<tr>

0 commit comments

Comments
 (0)