This repository was archived by the owner on Feb 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1717
1818### Web Components: New
1919
20- - studio: v0.0.16 ([ CHANGELOG] ( https://github.com/deckgo/deckdeckgo/blob/main/webcomponents/studio/CHANGELOG.md ) )
20+ - studio: v0.0.17 ([ CHANGELOG] ( https://github.com/deckgo/deckdeckgo/blob/main/webcomponents/studio/CHANGELOG.md ) )
2121
2222### Web Components:
2323
Original file line number Diff line number Diff line change 1+ # 0.0.17 (2022-04-03)
2+
3+ ### Features
4+
5+ - placeholder empty titles use ` ::before `
6+
17# 0.0.16 (2022-04-03)
28
39### Build
Original file line number Diff line number Diff line change 11{
22 "name" : " @deckdeckgo/studio" ,
3- "version" : " 0.0.16 " ,
3+ "version" : " 0.0.17 " ,
44 "description" : " The editor(s) of DeckDeckGo." ,
55 "main" : " dist/index.cjs.js" ,
66 "module" : " dist/studio/studio.esm.js" ,
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ deckgo-studio-doc {
99 margin : 0 auto ;
1010
1111 article {
12- h1 :nth-child (1 ):empty:not (:focus ):after {
12+ h1 :nth-child (1 ):empty:not (:focus ):before {
1313 content : var (--studio-title , " Title" );
1414 color : var (--studio-color );
1515 white-space : pre ;
1616 position : relative ;
1717 }
1818
19- div :nth-child (2 ):empty:last-child:not (:focus ):after {
19+ div :nth-child (2 ):empty:last-child:not (:focus ):before {
2020 content : var (--studio-sub-title , " Write your document..." );
2121 color : var (--studio-color );
2222 position : relative ;
You can’t perform that action at this time.
0 commit comments