@dataloop-ai/components 0.19.53 → 0.19.54

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataloop-ai/components",
3
- "version": "0.19.53",
3
+ "version": "0.19.54",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -1923,8 +1923,8 @@ export default defineComponent({
1923
1923
 
1924
1924
  const getRowExpandedIcon = (row: DlTableRow) => {
1925
1925
  return isRowExpanded(row)
1926
- ? 'icon-dl-up-chevron'
1927
- : 'icon-dl-down-chevron'
1926
+ ? 'icon-dl-down-chevron'
1927
+ : 'icon-dl-right-chevron'
1928
1928
  }
1929
1929
 
1930
1930
  const getRowExpandedKey = (row: DlTableRow) => {