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

Commit 4052a15

Browse files
lib(#494): install last slide-youtube
1 parent e0e3717 commit 4052a15

File tree

8 files changed

+30
-12
lines changed

8 files changed

+30
-12
lines changed

docs/docs/slides/app-slide-youtube/app-slide-youtube.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ The following theming options will affect this component if set on its host or p
121121
| --slide-padding-bottom | 16px | Padding bottom of the all slide |
122122
| --slide-padding-start | 32px | Padding left of the all slide |
123123
| --zIndex | 1 | The z-index of the slide |
124+
| --slide-youtube-margin | 0 0 32px | The margin of the video's container |
125+
| --slide-youtube-height | calc(100% - 32px) | The height of the video's container |
126+
| --slide-youtube-overflow | auto | The overflow of the video's container |
124127

125128
## Methods
126129

docs/package-lock.json

Lines changed: 3 additions & 3 deletions
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
@@ -32,7 +32,7 @@
3232
"@deckdeckgo/slide-split": "^1.0.0-rc.2",
3333
"@deckdeckgo/slide-title": "^1.0.0-rc.1",
3434
"@deckdeckgo/slide-video": "^1.0.0-rc.1-1",
35-
"@deckdeckgo/slide-youtube": "^1.0.0-rc.1-4",
35+
"@deckdeckgo/slide-youtube": "^1.0.0-rc.2",
3636
"@ionic/core": "^4.11.1",
3737
"idb-keyval": "^3.2.0",
3838
"rxjs": "^6.5.3"

docs/src/app/pages/docs/slides/app-slide-youtube/app-slide-youtube.tsx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,21 @@ export class AppSlideYoutube {
181181
<td>1</td>
182182
<td>The z-index of the slide</td>
183183
</tr>
184+
<tr>
185+
<td>--slide-youtube-margin</td>
186+
<td>0 0 32px</td>
187+
<td>The margin of the video&#39;s container</td>
188+
</tr>
189+
<tr>
190+
<td>--slide-youtube-height</td>
191+
<td>calc(100% - 32px)</td>
192+
<td>The height of the video&#39;s container</td>
193+
</tr>
194+
<tr>
195+
<td>--slide-youtube-overflow</td>
196+
<td>auto</td>
197+
<td>The overflow of the video&#39;s container</td>
198+
</tr>
184199
</tbody></table>
185200
<h2 id="app-slide-youtube-methods">Methods</h2>
186201
<p>The slide &quot;Youtube&quot; offers extra methods to play and pause the Youtube video clip. These methods are notably used by the [DeckDecGo]&#39;s remote control.</p>

remote/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

remote/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@deckdeckgo/slide-split": "^1.0.0-rc.2",
3434
"@deckdeckgo/slide-title": "^1.0.0-rc.1",
3535
"@deckdeckgo/slide-video": "^1.0.0-rc.1-1",
36-
"@deckdeckgo/slide-youtube": "^1.0.0-rc.1-4",
36+
"@deckdeckgo/slide-youtube": "^1.0.0-rc.2",
3737
"@deckdeckgo/utils": "^1.0.0-rc.1-2",
3838
"@ionic/core": "^4.11.3",
3939
"date-fns": "^2.8.1",

studio/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@deckdeckgo/slide-qrcode": "^1.0.0-rc.2-1",
3333
"@deckdeckgo/slide-split": "^1.0.0-rc.2",
3434
"@deckdeckgo/slide-title": "^1.0.0-rc.1",
35-
"@deckdeckgo/slide-youtube": "^1.0.0-rc.1-4",
35+
"@deckdeckgo/slide-youtube": "^1.0.0-rc.2",
3636
"@deckdeckgo/utils": "^1.0.0-rc.1-4",
3737
"@ionic/core": "4.11.3",
3838
"firebase": "^7.5.0",

0 commit comments

Comments
 (0)