@prefecthq/prefect-ui-library 1.5.6 → 1.6.0

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.
@@ -103,6 +103,7 @@ export declare const localization: {
103
103
  artifact: string;
104
104
  artifacts: string;
105
105
  addTagPlaceholder: string;
106
+ descriptionPlaceholder: string;
106
107
  parentFlowRun: string;
107
108
  flow: string;
108
109
  searchByFlowName: string;
@@ -103,6 +103,7 @@ export declare const en: {
103
103
  artifact: string;
104
104
  artifacts: string;
105
105
  addTagPlaceholder: string;
106
+ descriptionPlaceholder: string;
106
107
  parentFlowRun: string;
107
108
  flow: string;
108
109
  searchByFlowName: string;
@@ -3,7 +3,7 @@ export type ArtifactType = typeof artifactTypes[number];
3
3
  export declare const artifactTypeIconMap: {
4
4
  readonly default: "FingerPrintIcon";
5
5
  readonly markdown: "DocumentTextIcon";
6
- readonly table: "TableIcon";
6
+ readonly table: "TableCellsIcon";
7
7
  readonly result: "CalculatorIcon";
8
8
  readonly unknown: "FingerPrintIcon";
9
9
  };
@@ -1 +1 @@
1
- export declare function mapProcessTypeValueToProcessTypeLabel(processType: string | null | undefined): string;
1
+ export declare function getProcessTypeLabel(processType: string): string;
@@ -1,4 +1,4 @@
1
- import { X as O, c as k, $ as b, f as c } from "./index-b96e95af.mjs";
1
+ import { X as O, c as k, $ as b, f as c } from "./index-47023f68.mjs";
2
2
  import "vue";
3
3
  import "@prefecthq/vue-charts";
4
4
  import "@prefecthq/prefect-design";
@@ -1535,4 +1535,4 @@ export {
1535
1535
  C as Viewport,
1536
1536
  N as Wheel
1537
1537
  };
1538
- //# sourceMappingURL=viewport.es-a4ca92c6-99196cab.mjs.map
1538
+ //# sourceMappingURL=viewport.es-a4ca92c6-67bee54b.mjs.map