@dataloop-ai/components 0.18.56 → 0.18.57

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.18.56",
3
+ "version": "0.18.57",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -405,6 +405,10 @@ export default defineComponent({
405
405
  return 'dl-color-secondary'
406
406
  }
407
407
 
408
+ if (props.flat) {
409
+ return 'dl-color-darker'
410
+ }
411
+
408
412
  if (props.color) {
409
413
  return props.color
410
414
  }