@dataloop-ai/components 0.20.139 → 0.20.140

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.20.139",
3
+ "version": "0.20.140",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -925,7 +925,7 @@ export default defineComponent({
925
925
  case 'success':
926
926
  return 'icon-dl-approve-filled'
927
927
  case 'error':
928
- return 'icon-dl-discard-filled'
928
+ return 'icon-dl-error-filled'
929
929
  case 'warning':
930
930
  return 'icon-dl-alert-filled'
931
931
  default: