mirror of
https://github.com/Steffo99/unisteffo.git
synced 2025-02-16 15:53:58 +00:00
⬆ Update to latest bluelib-react
This commit is contained in:
parent
6ab23d58fc
commit
770e0de050
3 changed files with 23583 additions and 2740 deletions
26308
package-lock.json
generated
26308
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -7,7 +7,7 @@
|
|||
"@testing-library/jest-dom": "^5.11.9",
|
||||
"@testing-library/react": "^11.2.3",
|
||||
"@testing-library/user-event": "^12.6.2",
|
||||
"bluelib": "^0.25.0",
|
||||
"bluelib": "^1.0.0",
|
||||
"classnames": "^2.2.6",
|
||||
"prop-types": "^15.7.2",
|
||||
"react": "^17.0.1",
|
||||
|
|
|
@ -11,7 +11,6 @@ import {
|
|||
Bold as B,
|
||||
Italic as I,
|
||||
ListItem as LI,
|
||||
Table,
|
||||
} from "bluelib/lib/components";
|
||||
import LatexMath from "bluelib/lib/components/LatexMath";
|
||||
import TitleSplit from "../../components/TitleSplit";
|
||||
|
@ -1317,7 +1316,7 @@ export default function Gestinfo() {
|
|||
Ad esempio:
|
||||
</P>
|
||||
<Aside>
|
||||
<Table>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Richiamo</th>
|
||||
|
@ -1346,7 +1345,7 @@ export default function Gestinfo() {
|
|||
<td>2%</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</Table>
|
||||
</table>
|
||||
</Aside>
|
||||
</Aside>
|
||||
<P>
|
||||
|
@ -1365,7 +1364,7 @@ export default function Gestinfo() {
|
|||
Ad esempio:
|
||||
</P>
|
||||
<Aside>
|
||||
<Table>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Richiamo</th>
|
||||
|
@ -1405,7 +1404,7 @@ export default function Gestinfo() {
|
|||
<td>2%</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</Table>
|
||||
</table>
|
||||
</Aside>
|
||||
</Aside>
|
||||
<Aside>
|
||||
|
@ -1465,7 +1464,7 @@ export default function Gestinfo() {
|
|||
Applicata, sarebbe:
|
||||
</P>
|
||||
<Aside>
|
||||
<Table>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Posizione</th>
|
||||
|
@ -1500,7 +1499,7 @@ export default function Gestinfo() {
|
|||
<td><B><LatexMath>{r`4 + 1 + 0.75 + 0.63 =\ `}</LatexMath><Color value={"lime"}><LatexMath>{`+6.38`}</LatexMath></Color></B></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</Table>
|
||||
</table>
|
||||
</Aside>
|
||||
</Aside>
|
||||
</TitleBox>
|
||||
|
|
Loading…
Add table
Reference in a new issue