@robuust-digital/vue-components 2.0.0-rc.8 → 2.0.0-rc.9

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,4 +1,4 @@
1
- ## 2.0.0-rc.8 (21-03-2025)
1
+ ## 2.0.0-rc.9 (15-05-2025)
2
2
 
3
3
  ### Added
4
4
 
@@ -8,6 +8,7 @@
8
8
  * `Radio`: background color is now customizable with `--rvc-radio-bg-color` CSS variable
9
9
  * `Checkbox`: background color is now customizable with `--rvc-checkbox-input-bg-color` CSS variable
10
10
  * `Drawer`: Added `drawer:opened` event that triggers after drawer open transition is finished
11
+ * `Accordion`: Added `index` to `summary` slot
11
12
 
12
13
  ### Changed
13
14
 
@@ -67,6 +67,7 @@ const Q = { class: "rvc-accordion" }, W = ["open", "name"], X = ["innerHTML"], O
67
67
  u("summary", null, [
68
68
  m(o.$slots, "summary", {
69
69
  item: c,
70
+ index: s,
70
71
  active: e.defaultOpenIndex === s
71
72
  }, () => [
72
73
  A(f(c.title) + " ", 1),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robuust-digital/vue-components",
3
- "version": "2.0.0-rc.8",
3
+ "version": "2.0.0-rc.9",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -80,11 +80,11 @@
80
80
  "postcss-scss": "^4.0.9",
81
81
  "stylelint": "^16.14.1",
82
82
  "stylelint-config-property-sort-order-smacss": "^10.0.0",
83
- "stylelint-config-standard": "^37.0.0",
83
+ "stylelint-config-standard": "^38.0.0",
84
84
  "tailwindcss": "^4.0.6",
85
85
  "vite": "^6.1.0",
86
86
  "vite-plugin-eslint": "^1.8.1",
87
- "vite-plugin-static-copy": "^2.2.0",
87
+ "vite-plugin-static-copy": "^3.0.0",
88
88
  "vite-plugin-stylelint": "^6.0.0",
89
89
  "vite-plugin-vue-devtools": "^7.7.2",
90
90
  "vite-svg-loader": "^5.1.0",
@@ -94,5 +94,5 @@
94
94
  "resolutions": {
95
95
  "@vueuse/core": "^13.0.0"
96
96
  },
97
- "packageManager": "yarn@4.7.0"
97
+ "packageManager": "yarn@4.9.1"
98
98
  }