@functionalcms/svelte-components 4.2.24 → 4.2.25

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.
@@ -91,7 +91,7 @@
91
91
  aria-label={ariaLabel}
92
92
  tabindex={tabIndex}
93
93
  onclick={click}
94
- onkeydown={onkeydown}
94
+ onkeydown={keydown}
95
95
  {...restProps}
96
96
  >
97
97
  {@render children?.()}
@@ -108,7 +108,7 @@
108
108
  tabindex={tabIndex}
109
109
  disabled={isDisabled}
110
110
  onclick={click}
111
- onkeydown={onkeydown}
111
+ onkeydown={keydown}
112
112
  {...restProps}
113
113
  >
114
114
  {@render children?.()}
@@ -28,7 +28,6 @@
28
28
  let isOpen = $state(false);
29
29
  let buttonCss = $derived(cn('hamburger-handle', css.buttonCss ?? ''));
30
30
 
31
- $inspect(isOpen);
32
31
  function toggleDrawer() {
33
32
  isOpen = !isOpen;
34
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@functionalcms/svelte-components",
3
- "version": "4.2.24",
3
+ "version": "4.2.25",
4
4
  "watch": {
5
5
  "build": {
6
6
  "patterns": [