@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.
package/dist/index.js CHANGED
@@ -20112,11 +20112,6 @@ _dayjs.default.extend(_utc.default);
20112
20112
  _dayjs.default.extend(_dayjsTimezoneIanaPlugin.default);
20113
20113
  _dayjs.default.extend(_dayjsAbbrTimezone.default);
20114
20114
 
20115
- // Verify timezone plugin was properly extended
20116
- // This helps catch bundling issues early
20117
- if (false) // removed by dead control flow
20118
- {}
20119
-
20120
20115
  // Core functionality plugins
20121
20116
  _dayjs.default.extend(_relativeTime.default);
20122
20117
  _dayjs.default.extend(_customParseFormat.default);