intelliwaketssveltekitv25 1.0.77 → 1.0.78

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.
@@ -163,13 +163,16 @@
163
163
  tabindex={-1}
164
164
  aria-expanded={show}
165
165
  aria-haspopup='true'
166
- onclick={() => show = !show}>
166
+ onclick={e => {
167
+ e.stopPropagation()
168
+ show = !show
169
+ }}>
167
170
  <div class='whitespace-nowrap text-ellipsis overflow-hidden w-full px-2 text-center relative {buttonClass}'
168
171
  class:pr-6={caret}>
169
172
  {@render button?.()}
170
173
  {buttonTitle ?? ''}
171
174
  {#if caret && !show}
172
- <svg class='absolute right-1 top-1/2 -translate-y-1/2 h-5 w-5 inline-block'
175
+ <svg class='absolute right-1 top-1/2 -translate-y-1/2 h-5 w-5 inline-block pointer-events-none'
173
176
  in:fade={{ delay: 200, duration: 150 }}
174
177
  out:fade={{ duration: 0 }}
175
178
  xmlns='http://www.w3.org/2000/svg'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intelliwaketssveltekitv25",
3
- "version": "1.0.77",
3
+ "version": "1.0.78",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "exports": {