@ctlyst.id/internal-ui 4.1.13 → 4.1.14
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/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3122,6 +3122,7 @@ var Datepicker = ({
|
|
|
3122
3122
|
{
|
|
3123
3123
|
autoComplete: "off",
|
|
3124
3124
|
isError,
|
|
3125
|
+
name,
|
|
3125
3126
|
sx: props.selectsRange ? { caretColor: "transparent" } : {},
|
|
3126
3127
|
addOnRight: /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(import_react20.InputRightElement, { alignSelf: "center", bottom: 0, flexDir: "row-reverse", width: "auto", mr: 2, gap: 2, children: [
|
|
3127
3128
|
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_internal_icon6.Calendar, { size: 4, color: "neutral.400" }),
|