@orchestrator-ui/orchestrator-ui-components 5.2.4 → 5.3.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.
@@ -1,9 +1,9 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@5.2.4 build
2
+ > @orchestrator-ui/orchestrator-ui-components@5.3.0 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.0 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
9
  src/configuration/version.ts 37ms
@@ -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 752ms
20
+ DTS ⚡️ Build success in 20639ms
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.0 lint
3
3
  > eslint
4
4
 
@@ -1,15 +1,15 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@5.2.4 test
2
+ > @orchestrator-ui/orchestrator-ui-components@5.3.0 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
7
- PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
6
+ PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
8
7
  PASS Wfo-UI Tests src/utils/date.spec.ts
9
- PASS Wfo-UI Tests src/utils/string.spec.ts
8
+ PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
10
9
  PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
11
- PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
10
+ PASS Wfo-UI Tests src/utils/string.spec.ts
12
11
  PASS Wfo-UI Tests src/utils/compareVersions.spec.ts
12
+ PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
13
13
  PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.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
@@ -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/WfoTable/WfoTable/utils.spec.ts (5.1 s)
39
+ PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.284 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: 8.217 s
44
+ Time: 8.099 s
45
45
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 5.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - e3add00: 2021 Add new note field attributes
8
+
3
9
  ## 5.2.4
4
10
 
5
11
  ### 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.0";
17881
17882
 
17882
17883
  declare const useGetTranslationMessages: (locale: string | undefined) => {
17883
17884
  pydanticForms: {