@orchestrator-ui/orchestrator-ui-components 5.2.4 → 5.3.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.
@@ -1,12 +1,12 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@5.2.4 build
2
+ > @orchestrator-ui/orchestrator-ui-components@5.3.1 build
3
3
  > npm run generate-version && tsup src/index.ts
4
4
 
5
5
 
6
- > @orchestrator-ui/orchestrator-ui-components@5.2.4 generate-version
6
+ > @orchestrator-ui/orchestrator-ui-components@5.3.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 37ms
9
+ src/configuration/version.ts 34ms
10
10
  CLI Building entry: src/index.ts
11
11
  CLI Using tsconfig: tsconfig.build.json
12
12
  CLI tsup v8.4.0
@@ -15,7 +15,7 @@ src/configuration/version.ts 37ms
15
15
  ESM Build start
16
16
  DTS Build start
17
17
  ESM dist/index.js 1.99 MB
18
- ESM dist/index.js.map 3.70 MB
19
- ESM ⚡️ Build success in 533ms
20
- DTS ⚡️ Build success in 19594ms
21
- DTS dist/index.d.ts 813.43 KB
18
+ ESM dist/index.js.map 3.69 MB
19
+ ESM ⚡️ Build success in 769ms
20
+ DTS ⚡️ Build success in 20380ms
21
+ DTS dist/index.d.ts 813.44 KB
@@ -1,4 +1,4 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@5.2.4 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@5.3.1 lint
3
3
  > eslint
4
4
 
@@ -1,13 +1,13 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@5.2.4 test
2
+ > @orchestrator-ui/orchestrator-ui-components@5.3.1 test
3
3
  > jest
4
4
 
5
- PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
6
5
  PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
6
+ PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
7
7
  PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
8
8
  PASS Wfo-UI Tests src/utils/date.spec.ts
9
- PASS Wfo-UI Tests src/utils/string.spec.ts
10
9
  PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
10
+ PASS Wfo-UI Tests src/utils/string.spec.ts
11
11
  PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
12
12
  PASS Wfo-UI Tests src/utils/compareVersions.spec.ts
13
13
  PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.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/WfoForms/formFields/utils.spec.ts (6.516 s)
39
- PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.119 s)
38
+ PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.364 s)
39
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts
40
40
 
41
41
  Test Suites: 35 passed, 35 total
42
42
  Tests: 226 passed, 226 total
43
43
  Snapshots: 0 total
44
- Time: 8.217 s
44
+ Time: 8.056 s
45
45
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 5.3.1
4
+
5
+ ### Patch Changes
6
+
7
+ - cd00d6f: 1953 Fix - Process detail page: left align of subscription descriptions in the related subscriptions cell
8
+ - d7d4717: 2024 - Subscription Detail Page - action menu: opening linked subscriptions in a new tab
9
+
10
+ ## 5.3.0
11
+
12
+ ### Minor Changes
13
+
14
+ - e3add00: 2021 Add new note field attributes
15
+
3
16
  ## 5.2.4
4
17
 
5
18
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -17802,7 +17802,8 @@ interface WfoSubscriptionNoteEditProps {
17802
17802
  onlyShowOnHover?: boolean;
17803
17803
  queryVariables: Record<string, unknown>;
17804
17804
  endpointName: string | undefined;
17805
- subscription: SubscriptionListItem;
17805
+ subscriptionId: string;
17806
+ note: string | null;
17806
17807
  }
17807
17808
  declare const WfoSubscriptionNoteEdit: FC<WfoSubscriptionNoteEditProps>;
17808
17809
 
@@ -17877,7 +17878,7 @@ declare const METADATA_PRODUCT_BLOCK_ENDPOINT = "product_blocks";
17877
17878
  declare const METADATA_RESOURCE_TYPE_ENDPOINT = "resource_types";
17878
17879
  declare const METADATA_WORKFLOWS_ENDPOINT = "workflows";
17879
17880
 
17880
- declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "5.2.4";
17881
+ declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "5.3.1";
17881
17882
 
17882
17883
  declare const useGetTranslationMessages: (locale: string | undefined) => {
17883
17884
  pydanticForms: {