@lets-events/react 12.3.5 → 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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @lets-events/react@12.3.
|
|
2
|
+
> @lets-events/react@12.3.7 build
|
|
3
3
|
> tsup src/index.tsx --format esm,cjs --dts --external react
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
[34mCLI[39m Target: es6
|
|
10
10
|
[34mESM[39m Build start
|
|
11
11
|
[34mCJS[39m Build start
|
|
12
|
-
[32mCJS[39m [1mdist\index.js [22m[32m393.
|
|
13
|
-
[32mCJS[39m ⚡️ Build success in
|
|
14
|
-
[32mESM[39m [1mdist\index.mjs [22m[32m379.
|
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
|
12
|
+
[32mCJS[39m [1mdist\index.js [22m[32m393.91 KB[39m
|
|
13
|
+
[32mCJS[39m ⚡️ Build success in 775ms
|
|
14
|
+
[32mESM[39m [1mdist\index.mjs [22m[32m379.85 KB[39m
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 776ms
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
|
-
[32mDTS[39m ⚡️ Build success in
|
|
17
|
+
[32mDTS[39m ⚡️ Build success in 4951ms
|
|
18
18
|
[32mDTS[39m [1mdist\index.d.mts [22m[32m401.14 KB[39m
|
|
19
19
|
[32mDTS[39m [1mdist\index.d.ts [22m[32m401.14 KB[39m
|
package/CHANGELOG.md
CHANGED
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: "
|
|
8166
|
+
position: "fixed",
|
|
8167
8167
|
top: 0,
|
|
8168
8168
|
right: 0,
|
|
8169
8169
|
height: "100vh",
|
|
@@ -8264,6 +8264,7 @@ function Drawer({
|
|
|
8264
8264
|
zIndex: zIndex + 1,
|
|
8265
8265
|
width: width != null ? width : "34.25rem"
|
|
8266
8266
|
},
|
|
8267
|
+
open: isOpen,
|
|
8267
8268
|
children: /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
8268
8269
|
DrawerContainerStyled,
|
|
8269
8270
|
{
|
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: "
|
|
8054
|
+
position: "fixed",
|
|
8055
8055
|
top: 0,
|
|
8056
8056
|
right: 0,
|
|
8057
8057
|
height: "100vh",
|
|
@@ -8152,6 +8152,7 @@ function Drawer({
|
|
|
8152
8152
|
zIndex: zIndex + 1,
|
|
8153
8153
|
width: width != null ? width : "34.25rem"
|
|
8154
8154
|
},
|
|
8155
|
+
open: isOpen,
|
|
8155
8156
|
children: /* @__PURE__ */ jsxs7(
|
|
8156
8157
|
DrawerContainerStyled,
|
|
8157
8158
|
{
|
package/package.json
CHANGED