···55import { TextToolbar } from "./TextToolbar";
6677export const Card = (props: {
88- children: React.ReactNode;
98 first?: boolean;
109 focused?: boolean;
1110 id: string;
···4443 <CardContent cardHeight={props.cardHeight} />
45444645 {!isMobile && props.focused ? (
4747- <div className=" sticky bottom-3 w-fit flex gap-[6px] items-center py-2 px-3 mx-auto bg-bg-card border border-border rounded-full shadow-md">
4646+ <div className="textToolbarWrapper sticky bottom-3 w-fit flex gap-[6px] items-center py-2 px-3 mx-auto bg-bg-card border border-border rounded-full shadow-md">
4847 <TextToolbar />
4948 </div>
5049 ) : null}
5151- {/* {!isMobile && props.focused ? (
5252- <div className=" sticky bottom-0 w-full flex gap-[6px] px-3 pb-3 pt-1 bg-bg-card border-t border-border">
5353- <TextToolbar />
5454- </div>
5555- ) : null} */}
5650 </div>
5751 </>
5852 );
5953};
60545555+const CardContent = (props: { cardHeight: number }) => {
5656+ return (
5757+ <div className=" p-3 sm:p-4 flex flex-col">
5858+ <h2>Chapter 1</h2>
5959+ <TextBlock
6060+ lines={6}
6161+ defaultValue="It is a truth universally acknowledged, that a single man in possession of a good fortune must be in want of a wife. However little known the feelings or views of such a man may be on his first entering a neighbourhood, this truth is so well fixed in the minds of the surrounding families, that he is considered as the rightful property of some one or other of their daughters."
6262+ />
6363+ <TextBlock
6464+ lines={2}
6565+ defaultValue="“My dear Mr. Bennet,” said his lady to him one day, “have you heard that Netherfield Park is let at last?”"
6666+ />
6767+ <TextBlock lines={1} defaultValue="Mr. Bennet replied that he had not." />
6868+ <TextBlock
6969+ lines={2}
7070+ defaultValue="“But it is,” returned she; “for Mrs. Long has just been here, and she told me all about it.”"
7171+ />
7272+ <TextBlock lines={1} defaultValue="Mr. Bennet made no answer." />
7373+ <TextBlock
7474+ lines={2}
7575+ defaultValue="“Do not you want to know who has taken it?” cried his wife, impatiently."
7676+ />
7777+ <TextBlock
7878+ lines={1}
7979+ defaultValue="“You want to tell me, and I have no objection to hearing it.”"
8080+ />
8181+ <TextBlock lines={1} defaultValue="" />
8282+ {/* <h4>Related Links</h4>
8383+ <h3>Related Images</h3>
8484+ <ImageBlock src="./test-image.jpg" cardHeight={props.cardHeight} />
8585+ <ImageBlock src="./test-image-2.jpg" cardHeight={props.cardHeight} /> */}
8686+ <ExternalLinkBlock />
8787+8888+ <CardBlock screenshot="./card1.png" title="Chapter 2" />
8989+9090+ <CardBlock
9191+ screenshot="./card2.png"
9292+ title="Notes"
9393+ body="This is me just sort of blabbing on and on and on so that i can make htis thing wrap enough lines and see what it looks like. indeed blah blah blah thats what i have to say about it big yada yada energy"
9494+ />
9595+ <CardBlock
9696+ screenshot="./card3.png"
9797+ title="Footnote #3"
9898+ body="what if first block very short?"
9999+ />
100100+ <CardBlock
101101+ screenshot="./card5.png"
102102+ body="This was invitation enough. “Why, my dear, you must know, Mrs. Long says
103103+ that Netherfield is taken by a young man of large fortune from the north
104104+ of England; that he came down on Monday in a chaise and four to see the
105105+ place, and was so much delighted with it that he agreed with Mr. Morris
106106+ immediately; that he is to take possession before Michaelmas, and some
107107+ of his servants are to be in the house by the end of next week.”"
108108+ />
109109+ </div>
110110+ );
111111+};
112112+61113const AddCardButton = (props: {
62114 setCards: ([]) => void;
63115 setFocusedCardIndex: (index: number) => void;
···144196 </ButtonPrimary>
145197 );
146198};
147147-148148-const CardContent = (props: { cardHeight: number }) => {
149149- return (
150150- <div className=" p-3 sm:p-4 flex flex-col">
151151- <h2>Chapter 1</h2>
152152- <TextBlock
153153- lines={6}
154154- defaultValue="It is a truth universally acknowledged, that a single man in possession of a good fortune must be in want of a wife. However little known the feelings or views of such a man may be on his first entering a neighbourhood, this truth is so well fixed in the minds of the surrounding families, that he is considered as the rightful property of some one or other of their daughters."
155155- />
156156- <TextBlock
157157- lines={2}
158158- defaultValue="“My dear Mr. Bennet,” said his lady to him one day, “have you heard that Netherfield Park is let at last?”"
159159- />
160160- <TextBlock lines={1} defaultValue="Mr. Bennet replied that he had not." />
161161- <TextBlock
162162- lines={2}
163163- defaultValue="“But it is,” returned she; “for Mrs. Long has just been here, and she told me all about it.”"
164164- />
165165- <TextBlock lines={1} defaultValue="Mr. Bennet made no answer." />
166166- <TextBlock
167167- lines={2}
168168- defaultValue="“Do not you want to know who has taken it?” cried his wife, impatiently."
169169- />
170170- <TextBlock
171171- lines={1}
172172- defaultValue="“You want to tell me, and I have no objection to hearing it.”"
173173- />
174174- <TextBlock lines={1} defaultValue="" />
175175- {/* <h4>Related Links</h4>
176176- <h3>Related Images</h3>
177177- <ImageBlock src="./test-image.jpg" cardHeight={props.cardHeight} />
178178- <ImageBlock src="./test-image-2.jpg" cardHeight={props.cardHeight} /> */}
179179- <ExternalLinkBlock />
180180-181181- <CardBlock screenshot="./card1.png" title="Chapter 2" />
182182-183183- <CardBlock
184184- screenshot="./card2.png"
185185- title="Notes"
186186- body="This is me just sort of blabbing on and on and on so that i can make htis thing wrap enough lines and see what it looks like. indeed blah blah blah thats what i have to say about it big yada yada energy"
187187- />
188188- <CardBlock
189189- screenshot="./card3.png"
190190- title="Footnote #3"
191191- body="what if first block very short?"
192192- />
193193- <CardBlock
194194- screenshot="./card5.png"
195195- body="This was invitation enough. “Why, my dear, you must know, Mrs. Long says
196196- that Netherfield is taken by a young man of large fortune from the north
197197- of England; that he came down on Monday in a chaise and four to see the
198198- place, and was so much delighted with it that he agreed with Mr. Morris
199199- immediately; that he is to take possession before Michaelmas, and some
200200- of his servants are to be in the house by the end of next week.”"
201201- />
202202- </div>
203203- );
204204-};