@envisiongroup/porygon 1.0.1 → 1.0.2

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.
@@ -0,0 +1,3 @@
1
+ export { EFWTimeline } from './EFWTimeline';
2
+ export { DEFAULT_STATUS_COLORS, DEFAULT_STATUS_LABELS, deriveStatusFromActive, } from './EFWTimeline.utils';
3
+ export type { EFWTimelineProps, EFWTimelineItem, EFWTimelineItemContext, EFWTimelineItemStatus, EFWTimelineKnownStatus, EFWTimelineOrientation, EFWTimelineSize, EFWTimelineLabels, EFWTimelineSlotClassNames, EFWTimelineStatusColors, EFWTimelineStatusIcons, EFWTimelineStatusLabels, } from './EFWTimeline.types';
@@ -0,0 +1,8 @@
1
+ import { EFWTimeline as T } from "./EFWTimeline.js";
2
+ import { DEFAULT_STATUS_COLORS as A, DEFAULT_STATUS_LABELS as o, deriveStatusFromActive as t } from "./EFWTimeline.utils.js";
3
+ export {
4
+ A as DEFAULT_STATUS_COLORS,
5
+ o as DEFAULT_STATUS_LABELS,
6
+ T as EFWTimeline,
7
+ t as deriveStatusFromActive
8
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@envisiongroup/porygon",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Librerias de componentes de React creados por la empresa Envision",
5
5
  "license": "CC-BY-ND-4.0",
6
6
  "main": "./dist/index.js",
@@ -39,6 +39,11 @@
39
39
  "import": "./dist/react-components/tables/*/index.js",
40
40
  "require": "./dist/react-components/tables/*/index.js"
41
41
  },
42
+ "./react-components/timeline/*": {
43
+ "types": "./dist/react-components/timeline/*/index.d.ts",
44
+ "import": "./dist/react-components/timeline/*/index.js",
45
+ "require": "./dist/react-components/timeline/*/index.js"
46
+ },
42
47
  "./react-components/hooks/*": {
43
48
  "types": "./dist/react-components/hooks/*/index.d.ts",
44
49
  "import": "./dist/react-components/hooks/*/index.js",