Skip to content

Commit

Permalink
DATA-3600 Add indeterminate checkbox (viamrobotics#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
katiepeters authored Jan 29, 2025
1 parent 2f56612 commit bd779cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viamrobotics/prime-core",
"version": "0.0.174",
"version": "0.0.175",
"repository": {
"type": "git",
"url": "https://github.com/viamrobotics/prime.git",
Expand Down
2 changes: 2 additions & 0 deletions packages/core/src/lib/icon/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export const IconPathsByName = {
'check-circle': MDI.mdiCheckCircle,
check: MDI.mdiCheck,
'checkbox-blank-outline': MDI.mdiCheckboxBlankOutline,
'checkbox-indeterminate':
'M7 13h10v-2H7v2zm-2 8a1.4 1.4 0 01-1.4-1.4V4.4A1.4 1.4 0 015 3h14a1.4 1.4 0 011.4 1.4v15.2A1.4 1.4 0 0119 21H5z',
'checkbox-marked': MDI.mdiCheckboxMarked,
'chevron-double-up': MDI.mdiChevronDoubleUp,
'chevron-down': MDI.mdiChevronDown,
Expand Down

0 comments on commit bd779cc

Please sign in to comment.