@lets-events/react 12.8.5 → 12.8.6
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 +2 -2
- package/dist/index.mjs +2 -2
- package/package.json +1 -1
- package/src/components/Calendar/index.tsx +1 -1
- package/src/components/TimePicker.tsx +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @lets-events/react@12.8.
|
|
3
|
+
> @lets-events/react@12.8.6 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
|
+
[32mESM[39m [1mdist/index.mjs [22m[32m398.26 KB[39m
|
|
14
|
+
[32mESM[39m ⚡️ Build success in 334ms
|
|
15
|
+
[32mCJS[39m [1mdist/index.js [22m[32m413.69 KB[39m
|
|
16
|
+
[32mCJS[39m ⚡️ Build success in 335ms
|
|
17
17
|
DTS Build start
|
|
18
|
-
DTS ⚡️ Build success in
|
|
18
|
+
DTS ⚡️ Build success in 7365ms
|
|
19
19
|
DTS dist/index.d.mts 404.21 KB
|
|
20
20
|
DTS dist/index.d.ts 404.21 KB
|
|
21
21
|
[1G[0K⠙[1G[0K
|
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -8194,7 +8194,7 @@ function Calendar(_a) {
|
|
|
8194
8194
|
inputMode: "numeric",
|
|
8195
8195
|
textAlign: "right",
|
|
8196
8196
|
color: hasError ? "error" : "default",
|
|
8197
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(TextFieldSlot, { children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon_default, { name: "calendar", size: "xl" }) })
|
|
8197
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(TextFieldSlot, { children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(Icon_default, { name: "calendar", size: "xl", color: "#4C4F54" }) })
|
|
8198
8198
|
}
|
|
8199
8199
|
)
|
|
8200
8200
|
}
|
|
@@ -8740,7 +8740,7 @@ function TimePicker({
|
|
|
8740
8740
|
typography: "labelSmall",
|
|
8741
8741
|
fontWeight: "regular",
|
|
8742
8742
|
color: hasError ? "error" : "default",
|
|
8743
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(TextFieldSlot, { children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Icon_default, { name: "clock", size: "xl" }) })
|
|
8743
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(TextFieldSlot, { children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(Icon_default, { name: "clock", size: "xl", color: "#4C4F54" }) })
|
|
8744
8744
|
}
|
|
8745
8745
|
)
|
|
8746
8746
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -8078,7 +8078,7 @@ function Calendar(_a) {
|
|
|
8078
8078
|
inputMode: "numeric",
|
|
8079
8079
|
textAlign: "right",
|
|
8080
8080
|
color: hasError ? "error" : "default",
|
|
8081
|
-
children: /* @__PURE__ */ jsx15(TextFieldSlot, { children: /* @__PURE__ */ jsx15(Icon_default, { name: "calendar", size: "xl" }) })
|
|
8081
|
+
children: /* @__PURE__ */ jsx15(TextFieldSlot, { children: /* @__PURE__ */ jsx15(Icon_default, { name: "calendar", size: "xl", color: "#4C4F54" }) })
|
|
8082
8082
|
}
|
|
8083
8083
|
)
|
|
8084
8084
|
}
|
|
@@ -8624,7 +8624,7 @@ function TimePicker({
|
|
|
8624
8624
|
typography: "labelSmall",
|
|
8625
8625
|
fontWeight: "regular",
|
|
8626
8626
|
color: hasError ? "error" : "default",
|
|
8627
|
-
children: /* @__PURE__ */ jsx18(TextFieldSlot, { children: /* @__PURE__ */ jsx18(Icon_default, { name: "clock", size: "xl" }) })
|
|
8627
|
+
children: /* @__PURE__ */ jsx18(TextFieldSlot, { children: /* @__PURE__ */ jsx18(Icon_default, { name: "clock", size: "xl", color: "#4C4F54" }) })
|
|
8628
8628
|
}
|
|
8629
8629
|
)
|
|
8630
8630
|
}
|
package/package.json
CHANGED
|
@@ -119,7 +119,7 @@ export function Calendar({
|
|
|
119
119
|
color={hasError ? "error" : "default"}
|
|
120
120
|
>
|
|
121
121
|
<TextFieldSlot>
|
|
122
|
-
<Icon name="calendar" size={"xl"} />
|
|
122
|
+
<Icon name="calendar" size={"xl"} color="#4C4F54" />
|
|
123
123
|
</TextFieldSlot>
|
|
124
124
|
</TextField>
|
|
125
125
|
</CalendarButtonStyled>
|
|
@@ -222,7 +222,7 @@ export function TimePicker({
|
|
|
222
222
|
color={hasError ? "error" : "default"}
|
|
223
223
|
>
|
|
224
224
|
<TextFieldSlot>
|
|
225
|
-
<Icon name="clock" size="xl" />
|
|
225
|
+
<Icon name="clock" size="xl" color="#4C4F54" />
|
|
226
226
|
</TextFieldSlot>
|
|
227
227
|
</TextField>
|
|
228
228
|
</TimePickerButtonStyled>
|