@dataloop-ai/components 0.17.87 → 0.17.88

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.17.87",
3
+ "version": "0.17.88",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -645,7 +645,7 @@ export default defineComponent({
645
645
  }
646
646
  return !!this.$slots.prepend && !this.isSmall
647
647
  },
648
- chevronIconColor() {
648
+ chevronIconColor(): string {
649
649
  return `${this.disabled ? 'dl-color-disabled' : null}`
650
650
  }
651
651
  },