@knime/kds-components 0.29.0 → 0.29.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,5 +1,12 @@
1
1
  # @knime/kds-components
2
2
 
3
+ ## 0.29.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 843450b: - Resolve issue in toggle state of the `KdsMenuButton`, preventing the toggle state from being visible
8
+ - @knime/kds-styles@0.29.1
9
+
3
10
  ## 0.29.0
4
11
 
5
12
  ### Minor Changes
package/dist/index.js CHANGED
@@ -2639,11 +2639,9 @@ const _sfc_main$1h = /* @__PURE__ */ defineComponent({
2639
2639
  __expose({ menuButtonEl });
2640
2640
  return (_ctx, _cache) => {
2641
2641
  return openBlock(), createElementBlock(Fragment, null, [
2642
- createVNode(_sfc_main$1p, mergeProps({
2643
- ref: "menuButton",
2642
+ createVNode(_sfc_main$1p, mergeProps({ ref: "menuButton" }, toggleButtonProps.value, {
2644
2643
  modelValue: isMenuOpen.value,
2645
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isMenuOpen.value = $event)
2646
- }, toggleButtonProps.value, {
2644
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isMenuOpen.value = $event),
2647
2645
  "aria-haspopup": "menu",
2648
2646
  "aria-expanded": isMenuOpen.value,
2649
2647
  "aria-controls": unref(menuId),