@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/CapCollapsibleNavbar/index.js +0 -5
- package/dist/CapCollapsibleNavbar/index.js.map +1 -1
- package/dist/CapCondition/index.js +0 -5
- package/dist/CapCondition/index.js.map +1 -1
- package/dist/CapDatePicker/index.js +0 -5
- package/dist/CapDatePicker/index.js.map +1 -1
- package/dist/CapDateTimePicker/index.js +0 -5
- package/dist/CapDateTimePicker/index.js.map +1 -1
- package/dist/CapDateTimeRangePicker/index.js +0 -5
- package/dist/CapDateTimeRangePicker/index.js.map +1 -1
- package/dist/CapEventCalendar/index.js +0 -5
- package/dist/CapEventCalendar/index.js.map +1 -1
- package/dist/CapLanguageProvider/index.js +0 -5
- package/dist/CapLanguageProvider/index.js.map +1 -1
- package/dist/CapNotificationDropdown/index.js +0 -5
- package/dist/CapNotificationDropdown/index.js.map +1 -1
- package/dist/CapTimePicker/index.js +0 -5
- package/dist/CapTimePicker/index.js.map +1 -1
- package/dist/index.js +0 -5
- package/dist/index.js.map +1 -1
- package/dist/utils/dayjs.d.ts.map +1 -1
- package/package.json +3 -2
|
@@ -3874,11 +3874,6 @@ _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
|
-
|
|
3882
3877
|
// Core functionality plugins
|
|
3883
3878
|
_dayjs.default.extend(_relativeTime.default);
|
|
3884
3879
|
_dayjs.default.extend(_customParseFormat.default);
|