@idds/react 1.4.19 → 1.4.21
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.cjs.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -6359,7 +6359,7 @@ const TimePicker = forwardRef(
|
|
|
6359
6359
|
className: "ina-time-picker__clear-button",
|
|
6360
6360
|
onClick: handleClear,
|
|
6361
6361
|
"aria-label": "Clear time",
|
|
6362
|
-
children:
|
|
6362
|
+
children: /* @__PURE__ */ jsx(IconX, { size: 16 })
|
|
6363
6363
|
}
|
|
6364
6364
|
) : suffixIcon ? /* @__PURE__ */ jsx("div", { className: "ina-time-picker__suffix-icon", children: suffixIcon }) : /* @__PURE__ */ jsx("div", { className: "ina-time-picker__suffix-icon", children: /* @__PURE__ */ jsx(IconClock, { size: 16 }) })
|
|
6365
6365
|
]
|