@capillarytech/blaze-ui 4.33.6 → 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.
@@ -3881,6 +3881,11 @@ _dayjs.default.extend(_utc.default);
3881
3881
  _dayjs.default.extend(_dayjsTimezoneIanaPlugin.default);
3882
3882
  _dayjs.default.extend(_dayjsAbbrTimezone.default);
3883
3883
 
3884
+ // Verify timezone plugin was properly extended
3885
+ // This helps catch bundling issues early
3886
+ if (false) // removed by dead control flow
3887
+ {}
3888
+
3884
3889
  // Core functionality plugins
3885
3890
  _dayjs.default.extend(_relativeTime.default);
3886
3891
  _dayjs.default.extend(_customParseFormat.default);
@@ -17995,7 +18000,7 @@ const CapDatePicker = _ref => {
17995
18000
  // Render timezone footer if showTimezone is true and timezone is provided
17996
18001
  const renderTimezoneFooter = () => {
17997
18002
  if (!showTimezone || !timezone) return null;
17998
- const timezoneOffset = _dayjs.default.tz(timezone).format(_dayjs.FORMAT_TOKENS.TIMEZONE_OFFSET);
18003
+ const timezoneOffset = _dayjs.default.tz((0, _dayjs.default)(), timezone).format(_dayjs.FORMAT_TOKENS.TIMEZONE_OFFSET);
17999
18004
  return /*#__PURE__*/(0, _jsxRuntime.jsxs)("div", {
18000
18005
  className: _styles.default[clsPrefix + "__timezone-footer"],
18001
18006
  children: [/*#__PURE__*/(0, _jsxRuntime.jsx)(_CapIcon.default, {