@hashrytech/quick-components-kit 0.17.5 → 0.17.6

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,11 @@
1
1
  # @hashrytech/quick-components-kit
2
2
 
3
+ ## 0.17.6
4
+
5
+ ### Patch Changes
6
+
7
+ - patch: modal remove default overflow-y-auto
8
+
3
9
  ## 0.17.5
4
10
 
5
11
  ### Patch Changes
@@ -56,7 +56,7 @@
56
56
  <Portal class="fixed z-50">
57
57
  <Overlay {transitionDuration} {disableBodyScroll} class={overlayClasses} onclick={closeModal} />
58
58
  <div bind:this={modalElement} use:trapFocus role="dialog" aria-modal="true" aria-label={ariaLabel} tabindex={open ? 0 : -1} aria-hidden={!open}
59
- class={twMerge("fixed w-full max-w-2xl top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 h-6/12 overflow-y-auto focus:outline-none bg-white rounded-primary", props.class)}
59
+ class={twMerge("fixed w-full max-w-2xl top-1/2 left-1/2 transform -translate-x-1/2 -translate-y-1/2 h-6/12 focus:outline-none bg-white rounded-primary", props.class)}
60
60
  use:onKeydown={{key: "Escape", callback: handleKeydown}}
61
61
  in:fly={{y: 150, duration: transitionDuration}}
62
62
  out:fly={{y: 150, duration: transitionDuration}}>
package/package.json CHANGED
@@ -5,7 +5,7 @@
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/hashrytech/quick-components-kit.git"
7
7
  },
8
- "version": "0.17.5",
8
+ "version": "0.17.6",
9
9
  "license": "MIT",
10
10
  "author": "Hashry Tech",
11
11
  "files": [