@flux-ui/types 3.0.0-next.74 → 3.0.0-next.75
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/package.json +1 -1
- package/src/components.ts +0 -10
- package/src/index.ts +0 -2
package/package.json
CHANGED
package/src/components.ts
CHANGED
|
@@ -39,16 +39,6 @@ export type FluxFocalPointObject = {
|
|
|
39
39
|
readonly y: number;
|
|
40
40
|
};
|
|
41
41
|
|
|
42
|
-
export type FluxLegendObject = {
|
|
43
|
-
readonly color: string;
|
|
44
|
-
readonly label: string;
|
|
45
|
-
};
|
|
46
|
-
|
|
47
|
-
export type FluxPercentageBarItemObject = FluxLegendObject & {
|
|
48
|
-
readonly icon: FluxIconName;
|
|
49
|
-
readonly value: number;
|
|
50
|
-
};
|
|
51
|
-
|
|
52
42
|
export type FluxKanbanMoveEvent = {
|
|
53
43
|
readonly itemId: string | number;
|
|
54
44
|
readonly fromColumnId: string | number;
|