@lets-events/react 12.3.6 → 12.3.7

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @lets-events/react@12.3.6 build
2
+ > @lets-events/react@12.3.7 build
3
3
  > tsup src/index.tsx --format esm,cjs --dts --external react
4
4
 
5
5
  CLI Building entry: src/index.tsx
@@ -9,11 +9,11 @@
9
9
  CLI Target: es6
10
10
  ESM Build start
11
11
  CJS Build start
12
- ESM dist\index.mjs 379.86 KB
13
- ESM ⚡️ Build success in 293ms
14
- CJS dist\index.js 393.92 KB
15
- CJS ⚡️ Build success in 294ms
12
+ CJS dist\index.js 393.91 KB
13
+ CJS ⚡️ Build success in 775ms
14
+ ESM dist\index.mjs 379.85 KB
15
+ ESM ⚡️ Build success in 776ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 4658ms
17
+ DTS ⚡️ Build success in 4951ms
18
18
  DTS dist\index.d.mts 401.14 KB
19
19
  DTS dist\index.d.ts 401.14 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @lets-events/react
2
2
 
3
+ ## 12.3.7
4
+
5
+ ### Patch Changes
6
+
7
+ - fix drawer scroll
8
+
3
9
  ## 12.3.6
4
10
 
5
11
  ### Patch Changes
package/dist/index.js CHANGED
@@ -8163,7 +8163,7 @@ var DrawerOverlayStyled = styled("div", {
8163
8163
  }
8164
8164
  });
8165
8165
  var DrawerWrapper = styled("div", {
8166
- position: "absolute",
8166
+ position: "fixed",
8167
8167
  top: 0,
8168
8168
  right: 0,
8169
8169
  height: "100vh",
package/dist/index.mjs CHANGED
@@ -8051,7 +8051,7 @@ var DrawerOverlayStyled = styled("div", {
8051
8051
  }
8052
8052
  });
8053
8053
  var DrawerWrapper = styled("div", {
8054
- position: "absolute",
8054
+ position: "fixed",
8055
8055
  top: 0,
8056
8056
  right: 0,
8057
8057
  height: "100vh",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lets-events/react",
3
- "version": "12.3.6",
3
+ "version": "12.3.7",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -24,7 +24,7 @@ export const DrawerOverlayStyled = styled("div", {
24
24
  });
25
25
 
26
26
  export const DrawerWrapper = styled("div", {
27
- position: "absolute",
27
+ position: "fixed",
28
28
  top: 0,
29
29
  right: 0,
30
30
  height: "100vh",