@dataloop-ai/components 0.19.253 → 0.19.255
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
|
@@ -109,6 +109,7 @@
|
|
|
109
109
|
:no-wrap="props.noWrap"
|
|
110
110
|
:tooltip="tooltip"
|
|
111
111
|
:max-width="maxWidth"
|
|
112
|
+
:hover-text-color="mainButtonHoverColor"
|
|
112
113
|
@click="onClick"
|
|
113
114
|
>
|
|
114
115
|
<div class="dl-button-dropdown--simple__title">
|
|
@@ -253,6 +254,11 @@ export default defineComponent({
|
|
|
253
254
|
zIndex: {
|
|
254
255
|
type: [String, Number],
|
|
255
256
|
default: null
|
|
257
|
+
},
|
|
258
|
+
mainButtonHoverColor: {
|
|
259
|
+
type: String,
|
|
260
|
+
required: false,
|
|
261
|
+
default: null
|
|
256
262
|
}
|
|
257
263
|
},
|
|
258
264
|
emits: [
|