@cloudtower/eagle 0.27.0-dry → 0.27.1-beta.1

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.
@@ -3,7 +3,7 @@ declare const _default: import("@storybook/types").ComponentAnnotations<import("
3
3
  className?: string | undefined;
4
4
  } & import("../../..").StringProps>;
5
5
  export default _default;
6
- export declare const WithoutTags: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("../../../spec/react-final-form").FieldRenderProps<any, HTMLElement> & {
6
+ export declare const WithOutTags: import("@storybook/types").AnnotatedStoryFn<import("@storybook/react/dist/types-0a347bb9").R, import("../../../spec/react-final-form").FieldRenderProps<any, HTMLElement> & {
7
7
  disabled?: boolean | undefined;
8
8
  className?: string | undefined;
9
9
  } & import("../../..").StringProps>;
@@ -2,7 +2,7 @@ import { DateRange, IDataPoint, IMetric } from "./type";
2
2
  export declare function filterPointsByDateRange(points: IDataPoint[], dateRange: DateRange): IDataPoint[];
3
3
  export declare const parseRange: (range: string) => {
4
4
  span: number;
5
- unit: "d" | "h";
5
+ unit: "h" | "d";
6
6
  };
7
7
  export declare const xaxisCal: (lastTime: number, dateRange: DateRange) => number[];
8
8
  export declare const tickFormatter: (tick: number, dateRange: DateRange) => string;
@@ -0,0 +1,15 @@
1
+ export { default as arrowChevronDownSmall16Blue } from "./arrow-chevron-down-small-16-blue.svg";
2
+ export { default as arrowChevronDownSmall16Secondary } from "./arrow-chevron-down-small-16-secondary.svg";
3
+ export { default as arrowChevronLeftSmall16BoldBlue } from "./arrow-chevron-left-small-16-bold-blue.svg";
4
+ export { default as arrowChevronUp16BoldSecondary } from "./arrow-chevron-up-16-bold-secondary.svg";
5
+ export { default as checkmarkDoneSuccessCircleFill16Green } from "./checkmark-done-success-circle-fill-16-green.svg";
6
+ export { default as focusIndicator16Blue } from "./focus-indicator-16-blue.svg";
7
+ export { default as infoICircleFill16Blue } from "./info-i-circle-fill-16-blue.svg";
8
+ export { default as infoICircleFill16Secondary } from "./info-i-circle-fill-16-secondary.svg";
9
+ export { default as loading24GradientBlue } from "./loading-24-gradient-blue.png";
10
+ export { default as noticeAttention16Yellow } from "./notice-attention-16-yellow.svg";
11
+ export { default as plusAddCreateNew24GradientGray } from "./plus-add-create-new-24-gradient-gray.svg";
12
+ export { default as settingsGear16GradientBlue } from "./settings-gear-16-gradient-blue.svg";
13
+ export { default as settingsGear16GradientGray } from "./settings-gear-16-gradient-gray.svg";
14
+ export { default as statusUnknownQuestionmark16Red } from "./status-unknown-questionmark-16-red.svg";
15
+ export { default as xmarkFailedSeriousWarningFill16Red } from "./xmark-failed-serious-warning-fill-16-red.svg";