@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.
@@ -3815,7 +3815,7 @@ var _default = exports["default"] = SvgFile;
3815
3815
 
3816
3816
 
3817
3817
  exports.__esModule = true;
3818
- exports.TIME_UNITS = exports.FORMAT_TOKENS = exports.DEFAULT_TIMEZONE = void 0;
3818
+ exports.TIME_UNITS = exports.FORMAT_TOKENS = void 0;
3819
3819
  exports.dayjsToMoment = dayjsToMoment;
3820
3820
  exports["default"] = void 0;
3821
3821
  exports.hasMomentTimezoneSupport = hasMomentTimezoneSupport;
@@ -4011,8 +4011,6 @@ const FORMAT_TOKENS = exports.FORMAT_TOKENS = {
4011
4011
  MONTH_FULL: 'MMMM',
4012
4012
  YEAR: 'YYYY',
4013
4013
  YEAR_SHORT: 'YY',
4014
- // Cap UI datetime picker format (DD-MM-YYYY | HH:mm)
4015
- DATE_TIME: 'DD-MM-YYYY | HH:mm',
4016
4014
  // Localized formats
4017
4015
  DATE_LOCALIZED_SHORT: 'l',
4018
4016
  DATETIME_LOCALIZED_SHORT: 'll',
@@ -4023,7 +4021,6 @@ const FORMAT_TOKENS = exports.FORMAT_TOKENS = {
4023
4021
  DATETIME_LOCALIZED_LONG_TIME: 'LLL',
4024
4022
  DATETIME_LOCALIZED_LONG_TIME_WEEKDAY: 'LLLL'
4025
4023
  };
4026
- const DEFAULT_TIMEZONE = exports.DEFAULT_TIMEZONE = 'Asia/Kolkata';
4027
4024
  function logDevError(message, error) {
4028
4025
  if (false) // removed by dead control flow
4029
4026
  {}