@antify/ui 2.4.0 → 2.4.1

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.
@@ -291,6 +291,7 @@ function onClickRemoveButton() {
291
291
  v-bind="{...props}"
292
292
  />
293
293
  </template>
294
+
294
295
  <template #contentRight="props">
295
296
  <slot
296
297
  name="contentRight"
@@ -333,11 +334,13 @@ function onClickRemoveButton() {
333
334
  }"
334
335
  >
335
336
  <slot
337
+ v-if="selectedOption !== null"
336
338
  name="contentLeft"
337
339
  v-bind="selectedOption"
338
340
  />
339
341
  {{ valueLabel }}
340
342
  <slot
343
+ v-if="selectedOption !== null"
341
344
  name="contentRight"
342
345
  v-bind="selectedOption"
343
346
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antify/ui",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {