@ornikar/kitt-universal 23.0.2 → 23.1.0

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.es.js CHANGED
@@ -10357,6 +10357,7 @@ function ModalDateTimePicker(_ref) {
10357
10357
  var title = _ref.title,
10358
10358
  visible = _ref.visible,
10359
10359
  value = _ref.value,
10360
+ minuteInterval = _ref.minuteInterval,
10360
10361
  validateButtonLabel = _ref.validateButtonLabel,
10361
10362
  testID = _ref.testID,
10362
10363
  pickerTestID = _ref.pickerTestID,
@@ -10393,6 +10394,7 @@ function ModalDateTimePicker(_ref) {
10393
10394
  }) : null, /*#__PURE__*/jsx(CardModal.Body, {
10394
10395
  children: /*#__PURE__*/jsx(DateTimePicker, {
10395
10396
  is24Hour: true,
10397
+ minuteInterval: minuteInterval,
10396
10398
  testID: pickerTestID,
10397
10399
  value: currentValue,
10398
10400
  mode: "time",
@@ -10488,6 +10490,7 @@ var TimePicker = /*#__PURE__*/forwardRef(function (_ref, ref) {
10488
10490
  disabled = _ref$disabled === void 0 ? false : _ref$disabled,
10489
10491
  stretch = _ref.stretch,
10490
10492
  value = _ref.value,
10493
+ minuteInterval = _ref.minuteInterval,
10491
10494
  validateButtonLabel = _ref.validateButtonLabel,
10492
10495
  isDefaultVisible = _ref.isDefaultVisible,
10493
10496
  _ref$placeholder = _ref.placeholder,
@@ -10534,6 +10537,7 @@ var TimePicker = /*#__PURE__*/forwardRef(function (_ref, ref) {
10534
10537
  is24Hour: true,
10535
10538
  testID: pickerTestID,
10536
10539
  value: pickerValue,
10540
+ minuteInterval: minuteInterval,
10537
10541
  mode: "time",
10538
10542
  display: "default",
10539
10543
  onChange: function (event, date) {
@@ -10541,6 +10545,7 @@ var TimePicker = /*#__PURE__*/forwardRef(function (_ref, ref) {
10541
10545
  }
10542
10546
  }) : null, Platform.OS !== 'android' ? /*#__PURE__*/jsx(ModalDateTimePicker, {
10543
10547
  visible: isPickerVisible,
10548
+ minuteInterval: minuteInterval,
10544
10549
  title: title,
10545
10550
  testID: modalTestID,
10546
10551
  pickerTestID: pickerTestID,