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

Commit 45427ce

Browse files
release: docs v1.0.0-alpha.22-1
1 parent 6b6c9f2 commit 45427ce

File tree

6 files changed

+10
-12
lines changed

6 files changed

+10
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<a name="1.0.0-beta.52-2"></a>
22
# [1.0.0-beta.52-2](https://github.com/deckgo/deckdeckgo/compare/v1.0.0-beta.52-1...v1.0.0-beta.52-2) (2019-07-30)
33

4+
### Applications
5+
6+
* docs: v1.0.0-alpha.22-1 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/docs/CHANGELOG.md))
7+
48
### Web Components
59

610
* highlight-code: v1.0.0-alpha.17-2 ([CHANGELOG](https://github.com/deckgo/deckdeckgo/blob/master/webcomponents/highlight-code/CHANGELOG.md))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The [DeckDeckGo website](https://github.com/deckgo/deckdeckgo-website) is a full
2929

3030
| Project | Version | Online | Links |
3131
| ------- | ------- | ------- |:-----:|
32-
| **Documentation** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.0.0-alpha.22&color=success)](https://docs.deckdeckgo.com) | [https://docs.deckdeckgo.com](https://docs.deckdeckgo.com) | [`README.md`](docs/README.md)
32+
| **Documentation** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.0.0-alpha.22-1&color=success)](https://docs.deckdeckgo.com) | [https://docs.deckdeckgo.com](https://docs.deckdeckgo.com) | [`README.md`](docs/README.md)
3333
| **Remote control** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.0.0-alpha.12&color=success)](https://deckdeckgo.app) | [https://deckdeckgo.app](https://deckdeckgo.app) | [`README.md`](remote/README.md)
3434
| **Studio** | ![version](https://img.shields.io/static/v1.svg?label=in%20development&message=v1.0.0-alpha.5&color=orange) | | [`README.md`](studio/README.md)
3535
| **Website** | [![version](https://img.shields.io/static/v1.svg?label=production&message=v1.0.0-beta.15&color=success)](https://deckdeckgo.com) | [https://deckdeckgo.com](https://deckdeckgo.com) | [`Repo`](https://github.com/deckgo/deckdeckgo-website/)

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ The `<deckgo-highlight-code/>` could be styled using the following CSS4 variable
9292
| --deckgo-highlight-code-font-size | | The size of the font for the code |
9393
| --deckgo-highlight-code-font-family | monospace | The family of the font for the code |
9494
| --deckgo-highlight-code-line-background | #3880ff | The background of the lines you wish to highlight |
95-
| --deckgo-highlight-code-line-divider | #999999 | The color of the line numbers |
96-
| --deckgo-highlight-code-line-number | #999999 | The color of the divider between line numbers and code |
95+
| --deckgo-highlight-code-line-numbers | #999999 | The color of the line numbers and divider |
9796
| --deckgo-highlight-code-line-padding | | A padding for each lines you wish to highlight |
9897
| --deckgo-highlight-code-line-border-top | | The border-top property of the lines you wish to highlight |
9998
| --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.22",
3+
"version": "1.0.0-alpha.22-1",
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: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -205,14 +205,9 @@ export class AppComponentsHighlightCode {
205205
<td>The background of the lines you wish to highlight</td>
206206
</tr>
207207
<tr>
208-
<td>--deckgo-highlight-code-line-divider</td>
208+
<td>--deckgo-highlight-code-line-numbers</td>
209209
<td>#999999</td>
210-
<td>The color of the line numbers</td>
211-
</tr>
212-
<tr>
213-
<td>--deckgo-highlight-code-line-number</td>
214-
<td>#999999</td>
215-
<td>The color of the divider between line numbers and code</td>
210+
<td>The color of the line numbers and divider</td>
216211
</tr>
217212
<tr>
218213
<td>--deckgo-highlight-code-line-padding</td>

0 commit comments

Comments
 (0)