Skip to content

Commit

Permalink
@viamrobotics/prime 0.4.1 → 0.4.2 (viamrobotics#2709)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrloureed authored Jul 28, 2023
1 parent 6f49d5d commit e71b1b1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions web/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/three": "0.152.1",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@viamrobotics/prime": "0.4.1",
"@viamrobotics/prime": "0.4.2",
"@viamrobotics/rpc": "0.1.37",
"@viamrobotics/sdk": "^0.2.4-rc.0",
"@viamrobotics/three": "^0.0.2",
Expand Down
8 changes: 4 additions & 4 deletions web/frontend/src/components/arm/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ const armCopyJoints = () => {
<v-button
slot="header"
variant="danger"
icon="stop-circle"
icon="stop-circle-outline"
label="Stop"
on:click|stopPropagation={stop}
/>
Expand All @@ -275,7 +275,7 @@ const armCopyJoints = () => {
<v-button
variant='icon'
tooltip='Copy to clipboard'
icon='copy'
icon='content-copy'
on:click={armCopyPosition}
/>
</h3>
Expand Down Expand Up @@ -339,7 +339,7 @@ const armCopyJoints = () => {
<v-button
variant='icon'
tooltip='Copy to clipboard'
icon='copy'
icon='content-copy'
on:click={armCopyJoints}
/>
</h3>
Expand All @@ -361,7 +361,7 @@ const armCopyJoints = () => {
{/each}
<v-button
class='mt-2 text-right'
icon='play-circle-filled'
icon='play-circle-outline'
label="Go"
on:click={armModifyAllDoJoint}
/>
Expand Down

0 comments on commit e71b1b1

Please sign in to comment.