@capillarytech/blaze-ui 4.33.7 → 4.33.8

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.
@@ -3874,6 +3874,11 @@ _dayjs.default.extend(_utc.default);
3874
3874
  _dayjs.default.extend(_dayjsTimezoneIanaPlugin.default);
3875
3875
  _dayjs.default.extend(_dayjsAbbrTimezone.default);
3876
3876
 
3877
+ // Verify timezone plugin was properly extended
3878
+ // This helps catch bundling issues early
3879
+ if (false) // removed by dead control flow
3880
+ {}
3881
+
3877
3882
  // Core functionality plugins
3878
3883
  _dayjs.default.extend(_relativeTime.default);
3879
3884
  _dayjs.default.extend(_customParseFormat.default);