@prefecthq/prefect-ui-library 2.6.38 → 2.6.39

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.
@@ -293,6 +293,7 @@ export { default as WorkPoolQueuePriorityLabel } from './WorkPoolQueuePriorityLa
293
293
  export { default as WorkPoolQueuesDeleteButton } from './WorkPoolQueuesDeleteButton.vue';
294
294
  export { default as WorkPoolQueuesTable } from './WorkPoolQueuesTable.vue';
295
295
  export { default as WorkPoolQueueStatusBadge } from './WorkPoolQueueStatusBadge.vue';
296
+ export { default as WorkPoolQueueStatusIcon } from './WorkPoolQueueStatusIcon.vue';
296
297
  export { default as WorkPoolQueueToggle } from './WorkPoolQueueToggle.vue';
297
298
  export { default as WorkPoolQueueUpcomingFlowRunsList } from './WorkPoolQueueUpcomingFlowRunsList.vue';
298
299
  export { default as WorkPools } from './WorkPools.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@prefecthq/prefect-ui-library",
3
- "version": "2.6.38",
3
+ "version": "2.6.39",
4
4
  "private": false,
5
5
  "repository": {
6
6
  "type": "git",