timeline-panel 1.0.2 → 1.0.3

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.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+ export { default } from './TimelinePanel';
1
2
  export { default as TimelinePanel } from './TimelinePanel';
2
3
  export type { TariffItem, TimelinePanelProps, GroupConfig } from './types';
3
4
  export { LEGEND, tou_descColor, splitTariffData, markOverlap, timeRangePercentage } from './utils';
package/dist/index.js CHANGED
@@ -1,4 +1,5 @@
1
1
  // Main component
2
+ export { default } from './TimelinePanel';
2
3
  export { default as TimelinePanel } from './TimelinePanel';
3
4
  // Utilities
4
5
  export { LEGEND, tou_descColor, splitTariffData, markOverlap, timeRangePercentage } from './utils';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "timeline-panel",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "A flexible React component for displaying time-based tariff/schedule panels",
5
5
  "main": "dist/TimelinePanel.js",
6
6
  "types": "dist/index.d.ts",