@lets-events/react 12.10.1 → 12.10.2
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 +6 -6
- package/CHANGELOG.md +6 -0
- package/dist/index.js +0 -4
- package/dist/index.mjs +0 -4
- package/package.json +1 -1
- package/src/components/Drawer/styledComponents.ts +0 -6
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.2 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
|
-
[
|
|
14
|
-
[
|
|
15
|
-
[
|
|
16
|
-
[
|
|
13
|
+
[32mCJS[39m [1mdist/index.js [22m[32m426.31 KB[39m
|
|
14
|
+
[32mCJS[39m ⚡️ Build success in 356ms
|
|
15
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m410.72 KB[39m
|
|
16
|
+
[32mESM[39m ⚡️ Build success in 358ms
|
|
17
17
|
DTS Build start
|
|
18
|
-
DTS ⚡️ Build success in
|
|
18
|
+
DTS ⚡️ Build success in 6877ms
|
|
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
|
@@ -8662,10 +8662,6 @@ var DrawerContainerStyled = styled("div", {
|
|
|
8662
8662
|
overflowY: "auto",
|
|
8663
8663
|
width: "100%",
|
|
8664
8664
|
boxSizing: "border-box",
|
|
8665
|
-
"@md": {
|
|
8666
|
-
minWidth: "100vw",
|
|
8667
|
-
maxWidth: "100vw"
|
|
8668
|
-
},
|
|
8669
8665
|
transition: "transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1)",
|
|
8670
8666
|
paddingBottom: "1.5rem",
|
|
8671
8667
|
variants: {
|
package/dist/index.mjs
CHANGED
|
@@ -8545,10 +8545,6 @@ var DrawerContainerStyled = styled("div", {
|
|
|
8545
8545
|
overflowY: "auto",
|
|
8546
8546
|
width: "100%",
|
|
8547
8547
|
boxSizing: "border-box",
|
|
8548
|
-
"@md": {
|
|
8549
|
-
minWidth: "100vw",
|
|
8550
|
-
maxWidth: "100vw"
|
|
8551
|
-
},
|
|
8552
8548
|
transition: "transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1)",
|
|
8553
8549
|
paddingBottom: "1.5rem",
|
|
8554
8550
|
variants: {
|
package/package.json
CHANGED
|
@@ -52,12 +52,6 @@ export const DrawerContainerStyled = styled("div", {
|
|
|
52
52
|
overflowY: "auto",
|
|
53
53
|
width: "100%",
|
|
54
54
|
boxSizing: 'border-box',
|
|
55
|
-
|
|
56
|
-
"@md": {
|
|
57
|
-
minWidth: "100vw",
|
|
58
|
-
maxWidth: "100vw",
|
|
59
|
-
},
|
|
60
|
-
|
|
61
55
|
transition: "transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1)",
|
|
62
56
|
|
|
63
57
|
paddingBottom: "1.5rem",
|