@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.
@@ -4268,6 +4268,11 @@ _dayjs.default.extend(_utc.default);
4268
4268
  _dayjs.default.extend(_dayjsTimezoneIanaPlugin.default);
4269
4269
  _dayjs.default.extend(_dayjsAbbrTimezone.default);
4270
4270
 
4271
+ // Verify timezone plugin was properly extended
4272
+ // This helps catch bundling issues early
4273
+ if (false) // removed by dead control flow
4274
+ {}
4275
+
4271
4276
  // Core functionality plugins
4272
4277
  _dayjs.default.extend(_relativeTime.default);
4273
4278
  _dayjs.default.extend(_customParseFormat.default);