indicator-ui 0.0.128 → 0.0.129

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 CHANGED
@@ -9543,7 +9543,7 @@ function DateTimeRangeField({ value, onChange, ...props }) {
9543
9543
  onChange(newValue);
9544
9544
  }
9545
9545
  };
9546
- return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", { className: _ui_InputFields_DateTimeRangeField_styles__WEBPACK_IMPORTED_MODULE_3__.DateTimeRangeFieldStyle.DateTimeRangeField, children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: _ui_InputFields_DateTimeRangeField_styles__WEBPACK_IMPORTED_MODULE_3__.DateTimeRangeFieldStyle.icon, children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_assets__WEBPACK_IMPORTED_MODULE_2__.CalendarSVG, {}) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: _ui_InputFields_DateTimeRangeField_styles__WEBPACK_IMPORTED_MODULE_3__.DateTimeRangeFieldStyle.item, children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_ui__WEBPACK_IMPORTED_MODULE_1__.DateTimeField, { ...props, value: value[0], onChange: (data) => handleChange(data, 0) }) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: _ui_InputFields_DateTimeRangeField_styles__WEBPACK_IMPORTED_MODULE_3__.DateTimeRangeFieldStyle.item, children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_ui__WEBPACK_IMPORTED_MODULE_1__.DateTimeField, { ...props, value: value[1], onChange: (data) => handleChange(data, 1) }) })] }));
9546
+ return ((0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsxs)("div", { className: _ui_InputFields_DateTimeRangeField_styles__WEBPACK_IMPORTED_MODULE_3__.DateTimeRangeFieldStyle.DateTimeRangeField, children: [(0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: _ui_InputFields_DateTimeRangeField_styles__WEBPACK_IMPORTED_MODULE_3__.DateTimeRangeFieldStyle.icon, children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_assets__WEBPACK_IMPORTED_MODULE_2__.CalendarSVG, {}) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: _ui_InputFields_DateTimeRangeField_styles__WEBPACK_IMPORTED_MODULE_3__.DateTimeRangeFieldStyle.item, children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_ui__WEBPACK_IMPORTED_MODULE_1__.DateTimeField, { ...props, value: value?.[0], onChange: (data) => handleChange(data, 0) }) }), (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)("div", { className: _ui_InputFields_DateTimeRangeField_styles__WEBPACK_IMPORTED_MODULE_3__.DateTimeRangeFieldStyle.item, children: (0,react_jsx_runtime__WEBPACK_IMPORTED_MODULE_0__.jsx)(_ui__WEBPACK_IMPORTED_MODULE_1__.DateTimeField, { ...props, value: value?.[1], onChange: (data) => handleChange(data, 1) }) })] }));
9547
9547
  }
9548
9548
 
9549
9549