@redseed/redseed-ui-vue3 2.19.0 → 2.19.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-vue3",
3
- "version": "2.19.0",
3
+ "version": "2.19.1",
4
4
  "description": "RedSeed UI Vue 3 components",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -45,14 +45,14 @@ function toggleDesc() {
45
45
  </script>
46
46
  <template>
47
47
  <div :class="sortingClass">
48
- <slot name="asc" v-if="!desc">
48
+ <slot name="asc-link" :toggleDesc="toggleDesc" v-if="!desc">
49
49
  <LinkPrimary md
50
50
  @click="toggleDesc"
51
51
  >
52
52
  <slot name="asc-label"></slot>
53
53
  </LinkPrimary>
54
54
  </slot>
55
- <slot name="desc" v-if="desc">
55
+ <slot name="desc-link" :toggleDesc="toggleDesc" v-if="desc">
56
56
  <LinkPrimary md
57
57
  @click="toggleDesc"
58
58
  >