@volverjs/ui-vue 0.0.9-beta.6 → 0.0.9-beta.7
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/README.md +1 -1
- package/dist/components/VvCombobox/VvCombobox.es.js +1 -1
- package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
- package/dist/components/index.es.js +1 -1
- package/dist/components/index.umd.js +1 -1
- package/dist/icons.es.js +3 -3
- package/dist/icons.umd.js +1 -1
- package/package.json +1 -1
- package/src/assets/icons/detailed.json +1 -1
- package/src/assets/icons/normal.json +1 -1
- package/src/assets/icons/simple.json +1 -1
- package/src/components/VvCombobox/VvCombobox.vue +1 -1
|
@@ -578,7 +578,7 @@
|
|
|
578
578
|
<!-- Close button if dropdown custom position is enabled and floating-ui disabled -->
|
|
579
579
|
<VvButton
|
|
580
580
|
v-if="dropdownEl?.customPosition"
|
|
581
|
-
:label="closeLabel"
|
|
581
|
+
:label="propsDefaults.closeLabel"
|
|
582
582
|
modifiers="secondary"
|
|
583
583
|
@click="dropdownEl.hide()"
|
|
584
584
|
/>
|