@lets-events/react 12.10.0 → 12.10.1
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 +5 -5
- package/CHANGELOG.md +6 -0
- package/dist/index.js +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +1 -1
- package/src/components/Drawer/styledComponents.ts +3 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @lets-events/react@12.10.
|
|
3
|
+
> @lets-events/react@12.10.1 build
|
|
4
4
|
> tsup src/index.tsx --format esm,cjs --dts --external react
|
|
5
5
|
|
|
6
6
|
[1G[0K[34mCLI[39m Building entry: src/index.tsx
|
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
[34mCLI[39m Target: es6
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
|
-
[32mCJS[39m [1mdist/index.js [22m[32m426.36 KB[39m
|
|
14
|
-
[32mCJS[39m ⚡️ Build success in 382ms
|
|
15
13
|
[32mESM[39m [1mdist/index.mjs [22m[32m410.78 KB[39m
|
|
16
|
-
[32mESM[39m ⚡️ Build success in
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 293ms
|
|
15
|
+
[32mCJS[39m [1mdist/index.js [22m[32m426.37 KB[39m
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 294ms
|
|
17
17
|
DTS Build start
|
|
18
|
-
DTS ⚡️ Build success in
|
|
18
|
+
DTS ⚡️ Build success in 6156ms
|
|
19
19
|
DTS dist/index.d.mts 404.95 KB
|
|
20
20
|
DTS dist/index.d.ts 404.95 KB
|
|
21
21
|
[1G[0K⠙[1G[0K
|
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -8620,7 +8620,7 @@ var DrawerOverlayStyled = styled("div", {
|
|
|
8620
8620
|
top: 0,
|
|
8621
8621
|
right: 0,
|
|
8622
8622
|
width: "100vw",
|
|
8623
|
-
height: "
|
|
8623
|
+
height: "100dvh",
|
|
8624
8624
|
background: "rgba(0, 0, 0, 0.4)",
|
|
8625
8625
|
transition: "opacity 200ms ease",
|
|
8626
8626
|
variants: {
|
|
@@ -8639,7 +8639,7 @@ var DrawerWrapper = styled("div", {
|
|
|
8639
8639
|
position: "fixed",
|
|
8640
8640
|
top: 0,
|
|
8641
8641
|
right: 0,
|
|
8642
|
-
height: "
|
|
8642
|
+
height: "100dvh",
|
|
8643
8643
|
overflow: "hidden",
|
|
8644
8644
|
variants: {
|
|
8645
8645
|
open: {
|
|
@@ -8654,7 +8654,7 @@ var DrawerContainerStyled = styled("div", {
|
|
|
8654
8654
|
position: "absolute",
|
|
8655
8655
|
top: 0,
|
|
8656
8656
|
right: 0,
|
|
8657
|
-
height: "
|
|
8657
|
+
height: "100dvh",
|
|
8658
8658
|
background: "$neutral50",
|
|
8659
8659
|
display: "flex",
|
|
8660
8660
|
flexDirection: "column",
|
package/dist/index.mjs
CHANGED
|
@@ -8503,7 +8503,7 @@ var DrawerOverlayStyled = styled("div", {
|
|
|
8503
8503
|
top: 0,
|
|
8504
8504
|
right: 0,
|
|
8505
8505
|
width: "100vw",
|
|
8506
|
-
height: "
|
|
8506
|
+
height: "100dvh",
|
|
8507
8507
|
background: "rgba(0, 0, 0, 0.4)",
|
|
8508
8508
|
transition: "opacity 200ms ease",
|
|
8509
8509
|
variants: {
|
|
@@ -8522,7 +8522,7 @@ var DrawerWrapper = styled("div", {
|
|
|
8522
8522
|
position: "fixed",
|
|
8523
8523
|
top: 0,
|
|
8524
8524
|
right: 0,
|
|
8525
|
-
height: "
|
|
8525
|
+
height: "100dvh",
|
|
8526
8526
|
overflow: "hidden",
|
|
8527
8527
|
variants: {
|
|
8528
8528
|
open: {
|
|
@@ -8537,7 +8537,7 @@ var DrawerContainerStyled = styled("div", {
|
|
|
8537
8537
|
position: "absolute",
|
|
8538
8538
|
top: 0,
|
|
8539
8539
|
right: 0,
|
|
8540
|
-
height: "
|
|
8540
|
+
height: "100dvh",
|
|
8541
8541
|
background: "$neutral50",
|
|
8542
8542
|
display: "flex",
|
|
8543
8543
|
flexDirection: "column",
|
package/package.json
CHANGED
|
@@ -5,7 +5,7 @@ export const DrawerOverlayStyled = styled("div", {
|
|
|
5
5
|
top: 0,
|
|
6
6
|
right: 0,
|
|
7
7
|
width: "100vw",
|
|
8
|
-
height: "
|
|
8
|
+
height: "100dvh",
|
|
9
9
|
background: "rgba(0, 0, 0, 0.4)",
|
|
10
10
|
|
|
11
11
|
transition: "opacity 200ms ease",
|
|
@@ -27,7 +27,7 @@ export const DrawerWrapper = styled("div", {
|
|
|
27
27
|
position: "fixed",
|
|
28
28
|
top: 0,
|
|
29
29
|
right: 0,
|
|
30
|
-
height: "
|
|
30
|
+
height: "100dvh",
|
|
31
31
|
overflow: "hidden",
|
|
32
32
|
|
|
33
33
|
variants: {
|
|
@@ -44,7 +44,7 @@ export const DrawerContainerStyled = styled("div", {
|
|
|
44
44
|
position: "absolute",
|
|
45
45
|
top: 0,
|
|
46
46
|
right: 0,
|
|
47
|
-
height: "
|
|
47
|
+
height: "100dvh",
|
|
48
48
|
background: "$neutral50",
|
|
49
49
|
display: "flex",
|
|
50
50
|
flexDirection: "column",
|