@orchestrator-ui/orchestrator-ui-components 7.1.1 → 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 (126) hide show
  1. package/.turbo/turbo-build.log +8 -8
  2. package/.turbo/turbo-lint.log +5 -2
  3. package/.turbo/turbo-test.log +6 -6
  4. package/CHANGELOG.md +13 -0
  5. package/dist/index.d.ts +2892 -24
  6. package/dist/index.js +2929 -2478
  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/WfoScheduledTasksBadges/WfoScheduledTasksBadges.tsx +38 -0
  20. package/src/components/WfoBadges/WfoScheduledTasksBadges/WfoScheduledTasksBadgesContainer.tsx +27 -0
  21. package/src/components/WfoBadges/WfoScheduledTasksBadges/index.ts +2 -0
  22. package/src/components/WfoBadges/WfoSubscriptionStatusBadge/WfoSubscriptionStatusBadge.tsx +8 -8
  23. package/src/components/WfoBadges/WfoSubscriptionSyncStatusBadge/WfoSubscriptionSyncStatusBadge.tsx +5 -4
  24. package/src/components/WfoBadges/WfoWebsocketStatusBadge/styles.ts +5 -3
  25. package/src/components/WfoBadges/WfoWorkflowTargetBadge/WfoWorkflowTargetBadge.tsx +14 -13
  26. package/src/components/WfoBadges/index.ts +1 -0
  27. package/src/components/WfoButtonComboBox/styles.ts +6 -6
  28. package/src/components/WfoDiff/styles.ts +6 -6
  29. package/src/components/WfoError/WfoError.tsx +1 -1
  30. package/src/components/WfoExpandableField/styles.ts +2 -2
  31. package/src/components/WfoFilterTabs/styles.ts +2 -2
  32. package/src/components/WfoJsonCodeBlock/styles.ts +2 -2
  33. package/src/components/WfoKeyValueTable/WfoValueCell.tsx +1 -1
  34. package/src/components/WfoKeyValueTable/styles.ts +6 -6
  35. package/src/components/WfoLogoSpinner/styles.ts +6 -0
  36. package/src/components/WfoMonacoCodeBlock/WfoMonacoCodeBlock.tsx +7 -7
  37. package/src/components/WfoMonacoCodeBlock/styles.ts +5 -3
  38. package/src/components/WfoNoResults/styles.ts +3 -3
  39. package/src/components/WfoPageTemplate/WfoBreadcrumbs/WfoBreadcrumbs.tsx +1 -1
  40. package/src/components/WfoPageTemplate/WfoPageHeader/WfoHamburgerMenu.tsx +3 -7
  41. package/src/components/WfoPageTemplate/WfoPageHeader/WfoPageHeader.tsx +6 -6
  42. package/src/components/WfoPageTemplate/WfoPageHeader/styles.ts +3 -3
  43. package/src/components/WfoPageTemplate/WfoPageTemplate/WfoPageTemplate.tsx +56 -8
  44. package/src/components/WfoPageTemplate/WfoPageTemplate/styles.ts +4 -4
  45. package/src/components/WfoPageTemplate/WfoSidebar/WfoSidebar.tsx +19 -0
  46. package/src/components/WfoPageTemplate/WfoSidebar/styles.ts +26 -24
  47. package/src/components/WfoPageTemplate/paths.ts +1 -0
  48. package/src/components/WfoPydanticForm/Footer.tsx +5 -5
  49. package/src/components/WfoPydanticForm/fields/WfoArrayField/WfoArrayField.tsx +4 -3
  50. package/src/components/WfoPydanticForm/fields/WfoArrayField/styles.ts +4 -2
  51. package/src/components/WfoPydanticForm/fields/WfoInteger.tsx +5 -5
  52. package/src/components/WfoPydanticForm/fields/WfoLabel.tsx +1 -1
  53. package/src/components/WfoPydanticForm/fields/WfoReactSelect/styles.ts +36 -13
  54. package/src/components/WfoPydanticForm/fields/styles.ts +8 -8
  55. package/src/components/WfoSearchPage/WfoConditionRow/WfoPathChips.tsx +1 -1
  56. package/src/components/WfoSearchPage/WfoConditionRow/WfoSelectedPathDisplay.tsx +8 -5
  57. package/src/components/WfoSearchPage/WfoFilterGroup/WfoFilterGroup.tsx +1 -1
  58. package/src/components/WfoSettings/styles.ts +5 -6
  59. package/src/components/WfoStartButton/WfoStartButtonComboBox.tsx +4 -7
  60. package/src/components/WfoStartButton/styles.ts +6 -6
  61. package/src/components/WfoSubscription/WfoSubscriptionActions/styles.ts +3 -3
  62. package/src/components/WfoSubscription/WfoSubscriptionProductBlock/styles.ts +8 -9
  63. package/src/components/WfoSubscription/WfoTargetTypeIcon.tsx +4 -2
  64. package/src/components/WfoSubscription/styles.ts +9 -4
  65. package/src/components/WfoSubscription/utils/utils.spec.ts +8 -8
  66. package/src/components/WfoSubscription/utils/utils.ts +4 -4
  67. package/src/components/WfoSummary/WfoSummaryCardHeader/WfoSummaryCardHeader.tsx +5 -1
  68. package/src/components/WfoSummary/WfoSummaryCardHeader/styles.ts +2 -2
  69. package/src/components/WfoSummary/WfoSummaryCardList/WfoSummaryCardListItem.tsx +3 -1
  70. package/src/components/WfoSummary/WfoSummaryCardList/styles.ts +4 -3
  71. package/src/components/WfoSummary/styles.ts +2 -2
  72. package/src/components/WfoTable/WfoAdvancedTable/WfoAdvancedTable.tsx +17 -11
  73. package/src/components/WfoTable/WfoFirstPartUUID/WfoFirstPartUUID.tsx +1 -1
  74. package/src/components/WfoTable/WfoFirstPartUUID/styles.ts +2 -2
  75. package/src/components/WfoTable/WfoSortButtons/WfoSortButton.tsx +5 -1
  76. package/src/components/WfoTable/WfoStatusColorField/styles.ts +2 -2
  77. package/src/components/WfoTable/WfoTable/WfoGroupedTable/styles.ts +3 -3
  78. package/src/components/WfoTable/WfoTable/WfoTable.tsx +9 -3
  79. package/src/components/WfoTable/WfoTable/WfoTableHeaderCell/WfoSortDirectionIcon.tsx +3 -3
  80. package/src/components/WfoTable/WfoTable/WfoTableHeaderCell/styles.ts +10 -10
  81. package/src/components/WfoTable/WfoTable/styles.ts +13 -14
  82. package/src/components/WfoTable/WfoTable/utils.ts +29 -1
  83. package/src/components/WfoTable/WfoTableSettingsModal/styles.ts +6 -6
  84. package/src/components/WfoTable/utils/constants.ts +1 -0
  85. package/src/components/WfoTable/utils/tableUtils.ts +0 -1
  86. package/src/components/WfoTableCodeBlock/styles.ts +2 -2
  87. package/src/components/WfoTextAnchor/styles.ts +2 -2
  88. package/src/components/WfoTimeline/styles.ts +8 -8
  89. package/src/components/WfoTree/styles.ts +5 -6
  90. package/src/components/WfoWorkflowSteps/WfoStep/WfoStep.tsx +6 -2
  91. package/src/components/WfoWorkflowSteps/WfoStepStatusIcon/WfoStepStatusIcon.tsx +12 -9
  92. package/src/components/WfoWorkflowSteps/WfoTraceback/styles.ts +2 -2
  93. package/src/components/WfoWorkflowSteps/WfoWorkflowStepList/WfoStepListHeader.tsx +1 -1
  94. package/src/components/WfoWorkflowSteps/styles.ts +9 -6
  95. package/src/components/confirmationDialog/WfoConfirmationDialog.tsx +1 -1
  96. package/src/configuration/constants.ts +1 -0
  97. package/src/configuration/version.ts +1 -1
  98. package/src/hooks/index.ts +2 -0
  99. package/src/hooks/useGetSchedulesForWorkflow.tsx +30 -0
  100. package/src/hooks/useGetWorkflowNameById.tsx +23 -0
  101. package/src/hooks/useOrchestratorTheme.ts +20 -18
  102. package/src/hooks/useWithOrchestratorTheme.ts +4 -4
  103. package/src/icons/heroicons/WfoScheduledTaskOnce.tsx +32 -0
  104. package/src/icons/heroicons/WfoScheduledTaskRecurring.tsx +32 -0
  105. package/src/icons/heroicons/index.ts +2 -0
  106. package/src/messages/en-GB.json +11 -1
  107. package/src/messages/nl-NL.json +10 -1
  108. package/src/pages/metadata/WfoMetadataPageLayout.tsx +6 -1
  109. package/src/pages/metadata/WfoScheduledTasksPage.tsx +223 -0
  110. package/src/pages/metadata/WfoTasksPage.tsx +20 -3
  111. package/src/pages/metadata/index.ts +1 -0
  112. package/src/pages/metadata/taskListObjectMapper.ts +3 -0
  113. package/src/pages/processes/WfoProcessDetail.tsx +3 -3
  114. package/src/pages/processes/WfoProcessListSubscriptionsCell.tsx +1 -1
  115. package/src/pages/processes/WfoProductInformationWithLink.tsx +1 -1
  116. package/src/pages/processes/WfoStartProcessPage.tsx +6 -1
  117. package/src/pages/settings/WfoSettingsPage.tsx +2 -1
  118. package/src/pages/tasks/WfoTasksListPage.tsx +1 -1
  119. package/src/rtk/endpoints/metadata/index.ts +1 -0
  120. package/src/rtk/endpoints/metadata/scheduledTasks.ts +66 -0
  121. package/src/rtk/endpoints/metadata/tasks.ts +1 -1
  122. package/src/theme/baseStyles/formFieldsBaseStyle.ts +8 -6
  123. package/src/theme/index.ts +1 -1
  124. package/src/theme/wfoThemeModifications.ts +117 -0
  125. package/src/types/types.ts +18 -3
  126. package/src/theme/defaultOrchestratorTheme.ts +0 -129
@@ -1,129 +0,0 @@
1
- import type { EuiThemeComputed, EuiThemeModifications } from '@elastic/eui';
2
-
3
- export type WfoThemeExtraColors = {
4
- colors: {
5
- header: string;
6
- };
7
- };
8
-
9
- export type WfoThemeComputed = EuiThemeComputed<WfoThemeExtraColors>;
10
-
11
- export const defaultOrchestratorTheme: EuiThemeModifications<WfoThemeExtraColors> =
12
- {
13
- base: 16,
14
- breakpoint: {
15
- xs: 0,
16
- s: 575,
17
- m: 768,
18
- l: 992,
19
- xl: 1200,
20
- xxl: 1600,
21
- },
22
- size: {
23
- base: '16px',
24
- xxs: '2px',
25
- xs: '4px',
26
- s: '8px',
27
- m: '12px',
28
- l: '24px',
29
- xl: '32px',
30
- xxl: '40px',
31
- xxxl: '48px',
32
- xxxxl: '64px',
33
- },
34
- colors: {
35
- DARK: {
36
- primary: '#0077C8',
37
- accent: '#E67300',
38
- success: '#13B054',
39
- warning: '#FFC514',
40
- danger: '#FF4F46',
41
- primaryText: '#1F8DD8',
42
- textPrimary: '#1F8DD8',
43
- accentText: '#E67300',
44
- textAccent: '#E67300',
45
- successText: '#13B054',
46
- textSuccess: '#13B054',
47
- warningText: '#FFC514',
48
- textWarning: '#FFC514',
49
- dangerText: '#FF4F46',
50
- textDanger: '#FF4F46',
51
- emptyShade: '#101827',
52
- backgroundBasePlain: '#101827',
53
- lightestShade: '#1F2937',
54
- backgroundBaseSubdued: '#1F2937',
55
- lightShade: '#374151',
56
- borderBaseSubdued: '#374151',
57
- mediumShade: '#4B5563',
58
- borderBasePlain: '#4B5563',
59
- darkShade: '#64758B',
60
- darkestShade: '#F1F5F9',
61
- fullShade: '#ffffff',
62
- text: '#9CA3AF',
63
- title: '#ffffff',
64
- subduedText: '#9CA3AF',
65
- textSubdued: '#9CA3AF',
66
- link: '#1F8DD8',
67
- body: '#1F2937',
68
- highlight: '#51482F',
69
- disabled: '#4B5563',
70
- backgroundBaseDisabled: '#4B5563',
71
- disabledText: '#4B5563',
72
- textDisabled: '#4B5563',
73
- shadow: '#000000',
74
- },
75
- LIGHT: {
76
- primary: '#0077C8',
77
- accent: '#E67300',
78
- success: '#008939',
79
- warning: '#FFC514',
80
- danger: '#BD271F',
81
- primaryText: '#0067AC',
82
- textPrimary: '#0067AC',
83
- accentText: '#B05200',
84
- textAccent: '#B05200',
85
- successText: '#007832',
86
- textSuccess: '#007832',
87
- warningText: '#8E6A00',
88
- textWarning: '#8E6A00',
89
- dangerText: '#AC0A01',
90
- textDanger: '#AC0A01',
91
- emptyShade: '#FFFFFF',
92
- backgroundBasePlain: '#FFFFFF',
93
- lightestShade: '#F1F5F9',
94
- backgroundBaseSubdued: '#F1F5F9',
95
- lightShade: '#CCD5E2',
96
- borderBaseSubdued: '#CCD5E2',
97
- mediumShade: '#94A4B8',
98
- borderBasePlain: '#94A4B8',
99
- darkShade: '#64758B',
100
- darkestShade: '#334255',
101
- fullShade: '#0F172B',
102
- text: '#334255',
103
- textParagraph: '#334255',
104
- title: '#0F172B',
105
- subduedText: '#64758B',
106
- textSubdued: '#64758B',
107
- link: '#0067AC',
108
- body: '#F1F5F9',
109
- highlight: '#FFF6DE',
110
- disabled: '#94A4B8',
111
- backgroundBaseDisabled: '#94A4B8',
112
- disabledText: '#94A4B8',
113
- textDisabled: '#94A4B8',
114
- shadow: '#000000',
115
- },
116
- header: '#04385F',
117
- },
118
- font: {
119
- weight: {
120
- regular: 400,
121
- medium: 500,
122
- semiBold: 600,
123
- bold: 700,
124
- },
125
- },
126
- border: {
127
- thin: 'solid 1px #ddd',
128
- },
129
- };