@verbb/plugin-kit-react 2.0.3 → 2.0.4

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  ## Unreleased
4
4
 
5
+ ## 2.0.4 - 2026-07-21
6
+
7
+ ### Fixed
8
+ - Slotted menu/button/option/tab labels inherit kit size-token type metrics from the web-component host (lockstep with `@verbb/plugin-kit-web` slotted-host fix). No React API change.
9
+
5
10
  ## 2.0.3 - 2026-07-19
6
11
 
7
12
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verbb/plugin-kit-react",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Thin React facades over @verbb/plugin-kit-web custom elements",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -117,9 +117,9 @@
117
117
  },
118
118
  "dependencies": {
119
119
  "@lit/react": "^1.0.8",
120
- "@verbb/plugin-kit-core": "2.0.3",
121
- "@verbb/plugin-kit-forms": "2.0.3",
122
- "@verbb/plugin-kit-web": "2.0.3",
120
+ "@verbb/plugin-kit-core": "2.0.4",
121
+ "@verbb/plugin-kit-forms": "2.0.4",
122
+ "@verbb/plugin-kit-web": "2.0.4",
123
123
  "clsx": "^2.1.1",
124
124
  "tailwind-merge": "^3.5.0"
125
125
  }