@capillarytech/blaze-ui 4.33.8 → 4.33.10

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.
@@ -4125,11 +4125,6 @@ _dayjs.default.extend(_utc.default);
4125
4125
  _dayjs.default.extend(_dayjsTimezoneIanaPlugin.default);
4126
4126
  _dayjs.default.extend(_dayjsAbbrTimezone.default);
4127
4127
 
4128
- // Verify timezone plugin was properly extended
4129
- // This helps catch bundling issues early
4130
- if (false) // removed by dead control flow
4131
- {}
4132
-
4133
4128
  // Core functionality plugins
4134
4129
  _dayjs.default.extend(_relativeTime.default);
4135
4130
  _dayjs.default.extend(_customParseFormat.default);