Skip to content

Commit

Permalink
feat: update pie-lib/pie-toolbox-math-rendering-module PD-3989,4103,3865
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeapescar committed Sep 24, 2024
1 parent 5499bf6 commit bae158a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@material/tab-bar": "^2.2.0",
"@pie-framework/pie-configure-events": "^1.4.1",
"@pie-framework/pie-player-events": "^0.1.0",
"@pie-lib/pie-toolbox-math-rendering-module": "1.21.0",
"@pie-lib/pie-toolbox-math-rendering-module": "2.0.1",
"async-retry": "^1.2.3",
"lodash": "^4.17.15",
"parse-package-name": "^0.1.0"
Expand Down
6 changes: 3 additions & 3 deletions src/demo/NIB-multi-items-players.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
}

pie-player {
width: 20vw;
height: 10vh;
width: 30vw;
/*height: 30vh;*/
margin: 1vw;
overflow: hidden;
background: lightcyan;
Expand Down Expand Up @@ -10442,14 +10442,14 @@
};

Object.keys(configs)
.slice(0, 0)
.forEach(id => {
const player = document.createElement("pie-player");
player.id = "player" + id;

players.appendChild(player);

// player.reFetchBundle = true;
// player.useMathRenderingAccessible = true;
player.bundleEndpoints = endpoints;
player.addCorrectResponse = true;
player.config = configs[id];
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1054,10 +1054,10 @@
resolved "https://registry.yarnpkg.com/@pie-framework/pie-player-events/-/pie-player-events-0.1.0.tgz#0150904118fd604559982ab658967811c053ffe3"
integrity sha512-6H1tlRGmcZ3Wt+8HMqu5KugVcwwyNrMylfI5rIpvOSt0T82QDmjRj+2sPgQG5zos/w6MtwUqn/QZ+8Rq2EXSOA==

"@pie-lib/pie-toolbox-math-rendering-module@1.21.0":
version "1.21.0"
resolved "https://registry.yarnpkg.com/@pie-lib/pie-toolbox-math-rendering-module/-/pie-toolbox-math-rendering-module-1.21.0.tgz#b1c143c7d3b2693cf93ad1129aa2702f22ba2c3e"
integrity sha512-77PTBtOaaSpcEsQmV/oy4uDHszFrjjo9RlovuL7VVzVyHoBYqGTltYKXjTxPkJ6igJzt4DgnRsgjLXn1NOnV7Q==
"@pie-lib/pie-toolbox-math-rendering-module@2.0.1":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@pie-lib/pie-toolbox-math-rendering-module/-/pie-toolbox-math-rendering-module-2.0.1.tgz#130092a523b7374f5fbb3a0fd22878b0c547e608"
integrity sha512-TwMEPcTTWa0ESqf14LkAmltYX8zVyjh3NQI7RE8tb8qXMN8FuNDa1glFUHSbNl/xE1dxzgcVWp9S2e7rdZ0Jpg==

"@release-it/conventional-changelog@^1.0.0":
version "1.1.4"
Expand Down

0 comments on commit bae158a

Please sign in to comment.