@cliquify.me/timeline 4.0.5 → 4.0.7

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.
@@ -1,2 +1 @@
1
- export * from './scale';
2
1
  export * from './fabric';
@@ -2,5 +2,4 @@ export declare const ACTIVE_SELECTION_WIDTH = 1;
2
2
  export declare const ACTIVE_SELECTION_COLOR = "rgba(255, 255, 255,1.0)";
3
3
  export declare const SELECTION_COLOR = "rgba(255, 211, 42,0.1)";
4
4
  export declare const SELECTION_BORDER_COLOR = "rgba(255, 211, 42,1.0)";
5
- export declare const ITEM_TYPES: string[];
6
- export declare const ITEM_TYPES_LOWERCASE: string[];
5
+ export declare const INTERNAL_OBJECT_TYPES: string[];