@capillarytech/blaze-ui 5.1.18 → 5.2.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.
@@ -8305,7 +8305,7 @@ module.exports = baseSlice;
8305
8305
 
8306
8306
 
8307
8307
  exports.__esModule = true;
8308
- exports.TIME_UNITS = exports.FORMAT_TOKENS = exports.DEFAULT_TIMEZONE = void 0;
8308
+ exports.TIME_UNITS = exports.FORMAT_TOKENS = void 0;
8309
8309
  exports.dayjsToMoment = dayjsToMoment;
8310
8310
  exports["default"] = void 0;
8311
8311
  exports.hasMomentTimezoneSupport = hasMomentTimezoneSupport;
@@ -8501,8 +8501,6 @@ const FORMAT_TOKENS = exports.FORMAT_TOKENS = {
8501
8501
  MONTH_FULL: 'MMMM',
8502
8502
  YEAR: 'YYYY',
8503
8503
  YEAR_SHORT: 'YY',
8504
- // Cap UI datetime picker format (DD-MM-YYYY | HH:mm)
8505
- DATE_TIME: 'DD-MM-YYYY | HH:mm',
8506
8504
  // Localized formats
8507
8505
  DATE_LOCALIZED_SHORT: 'l',
8508
8506
  DATETIME_LOCALIZED_SHORT: 'll',
@@ -8513,7 +8511,6 @@ const FORMAT_TOKENS = exports.FORMAT_TOKENS = {
8513
8511
  DATETIME_LOCALIZED_LONG_TIME: 'LLL',
8514
8512
  DATETIME_LOCALIZED_LONG_TIME_WEEKDAY: 'LLLL'
8515
8513
  };
8516
- const DEFAULT_TIMEZONE = exports.DEFAULT_TIMEZONE = 'Asia/Kolkata';
8517
8514
  function logDevError(message, error) {
8518
8515
  if (false) // removed by dead control flow
8519
8516
  {}