@lets-events/react 12.0.0 → 12.1.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 +10 -8
- package/CHANGELOG.md +12 -0
- package/dist/index.css +1067 -0
- package/dist/index.d.mts +21 -9
- package/dist/index.d.ts +21 -9
- package/dist/index.js +327 -168
- package/dist/index.mjs +324 -165
- package/package.json +1 -2
- package/src/components/Button/styledComponents.ts +1 -0
- package/src/components/Calendar/index.tsx +14 -7
- package/src/components/Calendar/styledComponents.ts +247 -206
- package/src/components/Drawer/index.tsx +76 -2
- package/src/components/FormFields/CalendarFormField.tsx +4 -1
- package/src/components/FormFields/IdentityDocumentNumberFormField.tsx +4 -7
- package/src/components/FormFields/MultiSelectFormField.tsx +3 -0
- package/src/components/FormFields/TimePickerFormField.tsx +1 -1
- package/src/components/MultiSelect.tsx +100 -55
- package/src/components/RichEditor/QuillComponent.tsx +1 -3
- package/src/components/TimePicker.tsx +32 -8
- package/src/hooks/useOnClickOutside.tsx +25 -3
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @lets-events/react@12.
|
|
3
|
+
> @lets-events/react@12.1.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,14 @@
|
|
|
10
10
|
[34mCLI[39m Target: es6
|
|
11
11
|
[34mESM[39m Build start
|
|
12
12
|
[34mCJS[39m Build start
|
|
13
|
-
[32mCJS[39m [1mdist/index.
|
|
14
|
-
[32mCJS[39m
|
|
15
|
-
[
|
|
16
|
-
[32mESM[39m
|
|
13
|
+
[32mCJS[39m [1mdist/index.css [22m[32m27.00 KB[39m
|
|
14
|
+
[32mCJS[39m [1mdist/index.js [22m[32m363.99 KB[39m
|
|
15
|
+
[32mCJS[39m ⚡️ Build success in 564ms
|
|
16
|
+
[32mESM[39m [1mdist/index.css [22m[32m27.00 KB[39m
|
|
17
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m350.42 KB[39m
|
|
18
|
+
[32mESM[39m ⚡️ Build success in 566ms
|
|
17
19
|
DTS Build start
|
|
18
|
-
DTS ⚡️ Build success in
|
|
19
|
-
DTS dist/index.d.mts
|
|
20
|
-
DTS dist/index.d.ts
|
|
20
|
+
DTS ⚡️ Build success in 9573ms
|
|
21
|
+
DTS dist/index.d.mts 379.16 KB
|
|
22
|
+
DTS dist/index.d.ts 379.16 KB
|
|
21
23
|
[1G[0K⠙[1G[0K
|