@orchestrator-ui/orchestrator-ui-components 7.2.0 → 7.2.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.
Files changed (101) hide show
  1. package/.turbo/turbo-build.log +8 -8
  2. package/.turbo/turbo-lint.log +5 -2
  3. package/.turbo/turbo-test.log +9 -9
  4. package/CHANGELOG.md +7 -0
  5. package/dist/index.d.ts +1964 -20
  6. package/dist/index.js +656 -603
  7. package/dist/index.js.map +1 -1
  8. package/package.json +5 -4
  9. package/src/components/WfoAgent/ExportButton/styles.ts +9 -9
  10. package/src/components/WfoAgent/ToolProgress/SetFilterTreeDisplay.styles.ts +5 -5
  11. package/src/components/WfoAgent/ToolProgress/styles.ts +7 -7
  12. package/src/components/WfoAgent/WfoAgentChart/WfoAgentLineChart.tsx +2 -2
  13. package/src/components/WfoAgent/WfoAgentChart/WfoAgentPieChart.tsx +2 -2
  14. package/src/components/WfoBadges/WfoEngineStatusBadge/WfoEngineStatusBadge.tsx +2 -2
  15. package/src/components/WfoBadges/WfoFailedTasksBadge/WfoFailedTasksBadge.tsx +21 -29
  16. package/src/components/WfoBadges/WfoProcessStatusBadge/WfoProcessStatusBadge.tsx +12 -12
  17. package/src/components/WfoBadges/WfoProductBlockBadge/WfoProductBlockBadge.tsx +12 -12
  18. package/src/components/WfoBadges/WfoProductStatusBadge/WfoProductStatusBadge.tsx +8 -8
  19. package/src/components/WfoBadges/WfoSubscriptionStatusBadge/WfoSubscriptionStatusBadge.tsx +8 -8
  20. package/src/components/WfoBadges/WfoSubscriptionSyncStatusBadge/WfoSubscriptionSyncStatusBadge.tsx +5 -4
  21. package/src/components/WfoBadges/WfoWebsocketStatusBadge/styles.ts +5 -3
  22. package/src/components/WfoBadges/WfoWorkflowTargetBadge/WfoWorkflowTargetBadge.tsx +14 -13
  23. package/src/components/WfoButtonComboBox/styles.ts +6 -6
  24. package/src/components/WfoDiff/styles.ts +6 -6
  25. package/src/components/WfoError/WfoError.tsx +1 -1
  26. package/src/components/WfoExpandableField/styles.ts +2 -2
  27. package/src/components/WfoFilterTabs/styles.ts +2 -2
  28. package/src/components/WfoJsonCodeBlock/styles.ts +2 -2
  29. package/src/components/WfoKeyValueTable/WfoValueCell.tsx +1 -1
  30. package/src/components/WfoKeyValueTable/styles.ts +6 -6
  31. package/src/components/WfoLogoSpinner/styles.ts +6 -0
  32. package/src/components/WfoMonacoCodeBlock/WfoMonacoCodeBlock.tsx +7 -7
  33. package/src/components/WfoMonacoCodeBlock/styles.ts +5 -3
  34. package/src/components/WfoNoResults/styles.ts +3 -3
  35. package/src/components/WfoPageTemplate/WfoBreadcrumbs/WfoBreadcrumbs.tsx +1 -1
  36. package/src/components/WfoPageTemplate/WfoPageHeader/WfoHamburgerMenu.tsx +3 -7
  37. package/src/components/WfoPageTemplate/WfoPageHeader/WfoPageHeader.tsx +6 -6
  38. package/src/components/WfoPageTemplate/WfoPageHeader/styles.ts +3 -3
  39. package/src/components/WfoPageTemplate/WfoPageTemplate/WfoPageTemplate.tsx +56 -8
  40. package/src/components/WfoPageTemplate/WfoPageTemplate/styles.ts +4 -4
  41. package/src/components/WfoPageTemplate/WfoSidebar/styles.ts +26 -24
  42. package/src/components/WfoPydanticForm/Footer.tsx +5 -5
  43. package/src/components/WfoPydanticForm/fields/WfoArrayField/WfoArrayField.tsx +4 -3
  44. package/src/components/WfoPydanticForm/fields/WfoArrayField/styles.ts +4 -2
  45. package/src/components/WfoPydanticForm/fields/WfoInteger.tsx +5 -5
  46. package/src/components/WfoPydanticForm/fields/WfoLabel.tsx +1 -1
  47. package/src/components/WfoPydanticForm/fields/WfoReactSelect/styles.ts +36 -13
  48. package/src/components/WfoPydanticForm/fields/styles.ts +8 -8
  49. package/src/components/WfoSearchPage/WfoConditionRow/WfoPathChips.tsx +1 -1
  50. package/src/components/WfoSearchPage/WfoConditionRow/WfoSelectedPathDisplay.tsx +8 -5
  51. package/src/components/WfoSearchPage/WfoFilterGroup/WfoFilterGroup.tsx +1 -1
  52. package/src/components/WfoSettings/styles.ts +5 -6
  53. package/src/components/WfoStartButton/WfoStartButtonComboBox.tsx +4 -7
  54. package/src/components/WfoStartButton/styles.ts +6 -6
  55. package/src/components/WfoSubscription/WfoSubscriptionActions/styles.ts +3 -3
  56. package/src/components/WfoSubscription/WfoSubscriptionProductBlock/styles.ts +8 -9
  57. package/src/components/WfoSubscription/WfoTargetTypeIcon.tsx +4 -2
  58. package/src/components/WfoSubscription/styles.ts +9 -4
  59. package/src/components/WfoSubscription/utils/utils.spec.ts +8 -8
  60. package/src/components/WfoSubscription/utils/utils.ts +4 -4
  61. package/src/components/WfoSummary/WfoSummaryCardHeader/WfoSummaryCardHeader.tsx +5 -1
  62. package/src/components/WfoSummary/WfoSummaryCardHeader/styles.ts +2 -2
  63. package/src/components/WfoSummary/WfoSummaryCardList/WfoSummaryCardListItem.tsx +3 -1
  64. package/src/components/WfoSummary/WfoSummaryCardList/styles.ts +4 -3
  65. package/src/components/WfoSummary/styles.ts +2 -2
  66. package/src/components/WfoTable/WfoAdvancedTable/WfoAdvancedTable.tsx +2 -2
  67. package/src/components/WfoTable/WfoFirstPartUUID/WfoFirstPartUUID.tsx +1 -1
  68. package/src/components/WfoTable/WfoFirstPartUUID/styles.ts +2 -2
  69. package/src/components/WfoTable/WfoSortButtons/WfoSortButton.tsx +5 -1
  70. package/src/components/WfoTable/WfoStatusColorField/styles.ts +2 -2
  71. package/src/components/WfoTable/WfoTable/WfoGroupedTable/styles.ts +3 -3
  72. package/src/components/WfoTable/WfoTable/WfoTable.tsx +9 -3
  73. package/src/components/WfoTable/WfoTable/WfoTableHeaderCell/WfoSortDirectionIcon.tsx +3 -3
  74. package/src/components/WfoTable/WfoTable/WfoTableHeaderCell/styles.ts +10 -10
  75. package/src/components/WfoTable/WfoTable/styles.ts +13 -14
  76. package/src/components/WfoTable/WfoTable/utils.ts +29 -1
  77. package/src/components/WfoTable/WfoTableSettingsModal/styles.ts +6 -6
  78. package/src/components/WfoTable/utils/tableUtils.ts +0 -1
  79. package/src/components/WfoTableCodeBlock/styles.ts +2 -2
  80. package/src/components/WfoTextAnchor/styles.ts +2 -2
  81. package/src/components/WfoTimeline/styles.ts +8 -8
  82. package/src/components/WfoTree/styles.ts +5 -6
  83. package/src/components/WfoWorkflowSteps/WfoStep/WfoStep.tsx +6 -2
  84. package/src/components/WfoWorkflowSteps/WfoStepStatusIcon/WfoStepStatusIcon.tsx +12 -9
  85. package/src/components/WfoWorkflowSteps/WfoTraceback/styles.ts +2 -2
  86. package/src/components/WfoWorkflowSteps/WfoWorkflowStepList/WfoStepListHeader.tsx +1 -1
  87. package/src/components/WfoWorkflowSteps/styles.ts +9 -6
  88. package/src/components/confirmationDialog/WfoConfirmationDialog.tsx +1 -1
  89. package/src/configuration/version.ts +1 -1
  90. package/src/hooks/useOrchestratorTheme.ts +20 -18
  91. package/src/hooks/useWithOrchestratorTheme.ts +4 -4
  92. package/src/pages/processes/WfoProcessDetail.tsx +3 -3
  93. package/src/pages/processes/WfoProcessListSubscriptionsCell.tsx +1 -1
  94. package/src/pages/processes/WfoProductInformationWithLink.tsx +1 -1
  95. package/src/pages/processes/WfoStartProcessPage.tsx +6 -1
  96. package/src/pages/settings/WfoSettingsPage.tsx +2 -1
  97. package/src/pages/tasks/WfoTasksListPage.tsx +1 -1
  98. package/src/theme/baseStyles/formFieldsBaseStyle.ts +8 -6
  99. package/src/theme/index.ts +1 -1
  100. package/src/theme/wfoThemeModifications.ts +117 -0
  101. package/src/theme/defaultOrchestratorTheme.ts +0 -129
@@ -1,12 +1,12 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@7.2.0 build
2
+ > @orchestrator-ui/orchestrator-ui-components@7.2.1 build
3
3
  > npm run generate-version && tsup src/index.ts
4
4
 
5
5
 
6
- > @orchestrator-ui/orchestrator-ui-components@7.2.0 generate-version
6
+ > @orchestrator-ui/orchestrator-ui-components@7.2.1 generate-version
7
7
  > node -p "'export const ORCHESTRATOR_UI_LIBRARY_VERSION = ' + JSON.stringify(require('./package.json').version) + ';'" > src/configuration/version.ts && prettier --write src/configuration/version.ts
8
8
 
9
- src/configuration/version.ts 128ms
9
+ src/configuration/version.ts 137ms
10
10
  CLI Building entry: src/index.ts
11
11
  CLI Using tsconfig: tsconfig.json
12
12
  CLI tsup v8.5.0
@@ -14,9 +14,9 @@ src/configuration/version.ts 128ms
14
14
  CLI Target: es2022
15
15
  CLI Cleaning output folder
16
16
  ESM Build start
17
- ESM dist/index.js 820.95 KB
18
- ESM dist/index.js.map 1.54 MB
19
- ESM ⚡️ Build success in 262ms
17
+ ESM dist/index.js 824.74 KB
18
+ ESM dist/index.js.map 1.55 MB
19
+ ESM ⚡️ Build success in 284ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 18430ms
22
- DTS dist/index.d.ts 1.13 MB
21
+ DTS ⚡️ Build success in 21298ms
22
+ DTS dist/index.d.ts 1.43 MB
@@ -1,8 +1,11 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@7.2.0 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@7.2.1 lint
3
3
  > eslint
4
4
 
5
5
 
6
+ /home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/src/components/WfoPageTemplate/WfoPageTemplate/WfoPageTemplate.tsx
7
+ 56:8 warning React Hook useEffect has a missing dependency: 'handleColorModeSwitch'. Either include it or remove the dependency array react-hooks/exhaustive-deps
8
+
6
9
  /home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/src/components/WfoPydanticForm/Footer.tsx
7
10
  40:11 warning The 'handlePrevious' function makes the dependencies of useEffect Hook (at line 72) change on every render. To fix this, wrap the definition of 'handlePrevious' in its own useCallback() Hook react-hooks/exhaustive-deps
8
11
 
@@ -12,5 +15,5 @@
12
15
  /home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/src/hooks/usePathAutoComplete.ts
13
16
  124:8 warning React Hook useEffect has a missing dependency: 'debouncedPrefix.length'. Either include it or remove the dependency array react-hooks/exhaustive-deps
14
17
 
15
- 3 problems (0 errors, 3 warnings)
18
+ 4 problems (0 errors, 4 warnings)
16
19
 
@@ -1,23 +1,23 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@7.2.0 test
2
+ > @orchestrator-ui/orchestrator-ui-components@7.2.1 test
3
3
  > jest
4
4
 
5
- PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
6
- PASS Wfo-UI Tests src/utils/date.spec.ts
7
5
  PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
6
+ PASS Wfo-UI Tests src/utils/date.spec.ts
7
+ PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
8
8
  PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
9
- PASS Wfo-UI Tests src/utils/string.spec.ts
10
9
  PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
11
- PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
12
- PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
10
+ PASS Wfo-UI Tests src/utils/string.spec.ts
13
11
  PASS Wfo-UI Tests src/utils/compareVersions.spec.ts
12
+ PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
13
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
14
14
  PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
15
15
  PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
16
16
  PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
17
17
  PASS Wfo-UI Tests src/rtk/utils.spec.ts
18
18
  PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
19
- PASS Wfo-UI Tests src/utils/getQueryParams.spec.ts
20
19
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
20
+ PASS Wfo-UI Tests src/utils/getQueryParams.spec.ts
21
21
  PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
22
22
  PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
23
23
  PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
@@ -35,11 +35,11 @@ PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
35
35
  PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
36
36
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
37
37
  PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
38
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.554 s)
38
39
  PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/wfoPydanticFormUtils.spec.ts
39
- PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.087 s)
40
40
 
41
41
  Test Suites: 35 passed, 35 total
42
42
  Tests: 226 passed, 226 total
43
43
  Snapshots: 0 total
44
- Time: 7.432 s
44
+ Time: 7.999 s
45
45
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 7.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - a976e7c: Update Elastic UI to v111.0.0
8
+ - a86e5fb: Fix resetting page index to 0 when reloading, add page index bounds guard
9
+
3
10
  ## 7.2.0
4
11
 
5
12
  ### Minor Changes