@robuust-digital/vue-components 2.2.0 → 2.2.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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 2.2.1 (15-10-2025)
2
+
3
+ ### Changed
4
+
5
+ * Document and expose slots for `Accordion` component
6
+
1
7
  ## 2.2.0 (23-09-2025)
2
8
 
3
9
  ### Added
@@ -62,7 +62,10 @@ const W = { class: "rvc-accordion" }, X = ["open", "name"], Y = ["innerHTML"], O
62
62
  c("div", {
63
63
  class: b(["rvc-accordion-content", s.contentClass])
64
64
  }, [
65
- u(s.$slots, "content", { item: p }, () => [
65
+ u(s.$slots, "content", {
66
+ item: p,
67
+ index: o
68
+ }, () => [
66
69
  c("div", {
67
70
  innerHTML: p.content
68
71
  }, null, 8, Y)
@@ -1,4 +1,4 @@
1
- import { _ as e, a as s, b as t, c as r, d as m, e as p, f as x, g as c, h as f, i } from "../_shared/Tabs.vue_vue_type_script_setup_true_lang-BgOTdYXd.js";
1
+ import { _ as e, a as s, b as t, c as r, d as m, e as p, f as x, g as c, h as f, i } from "../_shared/Tabs.vue_vue_type_script_setup_true_lang-DnzOq9GZ.js";
2
2
  import { _ as b } from "../_shared/ChevronDownIcon-DaaXfD3C.js";
3
3
  import { _ } from "../_shared/ButtonBase.vue_vue_type_script_setup_true_lang-DeflHqux.js";
4
4
  import { _ as l } from "../_shared/FormInput.vue_vue_type_script_setup_true_lang-BhJpG-Fw.js";
package/dist/core.d.ts CHANGED
@@ -140,6 +140,7 @@ declare function __VLS_template(): {
140
140
  }): any;
141
141
  content?(_: {
142
142
  item: AccordionItem;
143
+ index: number;
143
144
  }): any;
144
145
  };
145
146
  refs: {};
@@ -1,4 +1,4 @@
1
- import { _ as r, a as t, b as e, c as s, d as m, e as p, f as x, g as f, h as _, i } from "../_shared/Tabs.vue_vue_type_script_setup_true_lang-BgOTdYXd.js";
1
+ import { _ as r, a as t, b as e, c as s, d as m, e as p, f as x, g as f, h as _, i } from "../_shared/Tabs.vue_vue_type_script_setup_true_lang-DnzOq9GZ.js";
2
2
  import { _ as d } from "../_shared/ChevronDownIcon-DaaXfD3C.js";
3
3
  import { _ as n } from "../_shared/ButtonBase.vue_vue_type_script_setup_true_lang-DeflHqux.js";
4
4
  import { _ as h } from "../_shared/FormInput.vue_vue_type_script_setup_true_lang-BhJpG-Fw.js";
package/dist/index.d.ts CHANGED
@@ -302,6 +302,7 @@ declare function __VLS_template(): {
302
302
  }): any;
303
303
  content?(_: {
304
304
  item: AccordionItem;
305
+ index: number;
305
306
  }): any;
306
307
  };
307
308
  refs: {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robuust-digital/vue-components",
3
- "version": "2.2.0",
3
+ "version": "2.2.1",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"