@lets-events/react 12.3.4 → 12.3.5
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 -7
- package/dist/index.mjs +0 -7
- package/package.json +1 -1
- package/src/components/Drawer/index.tsx +0 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @lets-events/react@12.3.
|
|
2
|
+
> @lets-events/react@12.3.5 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[
|
|
13
|
-
[32mCJS[39m ⚡️ Build success in
|
|
14
|
-
[32mESM[39m [1mdist\index.mjs [22m[
|
|
15
|
-
[32mESM[39m ⚡️ Build success in
|
|
12
|
+
[32mCJS[39m [1mdist\index.js [22m[32m393.90 KB[39m
|
|
13
|
+
[32mCJS[39m ⚡️ Build success in 246ms
|
|
14
|
+
[32mESM[39m [1mdist\index.mjs [22m[32m379.83 KB[39m
|
|
15
|
+
[32mESM[39m ⚡️ Build success in 249ms
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
|
-
[32mDTS[39m ⚡️ Build success in
|
|
17
|
+
[32mDTS[39m ⚡️ Build success in 4791ms
|
|
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
|
@@ -8279,13 +8279,6 @@ function Drawer({
|
|
|
8279
8279
|
] }),
|
|
8280
8280
|
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(DrawerHeaderCloseButton, { onClick: onClose, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Icon_default, { size: "xl", color: "$dark600", name: "xmark" }) })
|
|
8281
8281
|
] }),
|
|
8282
|
-
isOpen ? children : null,
|
|
8283
|
-
isOpen ? children : null,
|
|
8284
|
-
isOpen ? children : null,
|
|
8285
|
-
isOpen ? children : null,
|
|
8286
|
-
isOpen ? children : null,
|
|
8287
|
-
isOpen ? children : null,
|
|
8288
|
-
isOpen ? children : null,
|
|
8289
8282
|
isOpen ? children : null
|
|
8290
8283
|
]
|
|
8291
8284
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -8167,13 +8167,6 @@ function Drawer({
|
|
|
8167
8167
|
] }),
|
|
8168
8168
|
/* @__PURE__ */ jsx16(DrawerHeaderCloseButton, { onClick: onClose, children: /* @__PURE__ */ jsx16(Icon_default, { size: "xl", color: "$dark600", name: "xmark" }) })
|
|
8169
8169
|
] }),
|
|
8170
|
-
isOpen ? children : null,
|
|
8171
|
-
isOpen ? children : null,
|
|
8172
|
-
isOpen ? children : null,
|
|
8173
|
-
isOpen ? children : null,
|
|
8174
|
-
isOpen ? children : null,
|
|
8175
|
-
isOpen ? children : null,
|
|
8176
|
-
isOpen ? children : null,
|
|
8177
8170
|
isOpen ? children : null
|
|
8178
8171
|
]
|
|
8179
8172
|
}
|
package/package.json
CHANGED
|
@@ -71,13 +71,6 @@ export function Drawer({
|
|
|
71
71
|
</DrawerHeaderCloseButton>
|
|
72
72
|
</DrawerHeaderDiv>
|
|
73
73
|
{isOpen ? children : null}
|
|
74
|
-
{isOpen ? children : null}
|
|
75
|
-
{isOpen ? children : null}
|
|
76
|
-
{isOpen ? children : null}
|
|
77
|
-
{isOpen ? children : null}
|
|
78
|
-
{isOpen ? children : null}
|
|
79
|
-
{isOpen ? children : null}
|
|
80
|
-
{isOpen ? children : null}
|
|
81
74
|
</DrawerContainerStyled>
|
|
82
75
|
</DrawerWrapper>
|
|
83
76
|
</>
|