@dataloop-ai/components 0.19.253 → 0.19.254

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.253",
3
+ "version": "0.19.254",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -253,6 +253,11 @@ export default defineComponent({
253
253
  zIndex: {
254
254
  type: [String, Number],
255
255
  default: null
256
+ },
257
+ mainButtonHoverColor: {
258
+ type: String,
259
+ required: false,
260
+ default: null
256
261
  }
257
262
  },
258
263
  emits: [