@orchestrator-ui/orchestrator-ui-components 1.13.2 → 1.14.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,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.13.2 build
2
+ > @orchestrator-ui/orchestrator-ui-components@1.14.1 build
3
3
  > tsup src/index.ts --format esm --dts --tsconfig tsconfig.build.json
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -9,6 +9,6 @@
9
9
  ESM Build start
10
10
  DTS Build start
11
11
  ESM dist/index.js 2.13 MB
12
- ESM ⚡️ Build success in 710ms
13
- DTS ⚡️ Build success in 13470ms
12
+ ESM ⚡️ Build success in 798ms
13
+ DTS ⚡️ Build success in 13534ms
14
14
  DTS dist/index.d.ts 163.42 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.13.2 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@1.14.1 lint
3
3
  > eslint "src/**/*.ts*"
4
4
 
5
5
 
@@ -1,36 +1,36 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@1.13.2 test
2
+ > @orchestrator-ui/orchestrator-ui-components@1.14.1 test
3
3
  > jest
4
4
 
5
- PASS Orchestrator UI Components Tests src/components/WfoForms/formFields/utils.spec.ts
6
5
  PASS Orchestrator UI Components Tests src/components/WfoSubscription/utils/utils.spec.ts
7
6
  PASS Orchestrator UI Components Tests src/utils/date.spec.ts
8
- PASS Orchestrator UI Components Tests src/pages/processes/timelineUtils.spec.ts
7
+ PASS Orchestrator UI Components Tests src/components/WfoForms/formFields/utils.spec.ts
9
8
  PASS Orchestrator UI Components Tests src/utils/getProductNamesFromProcess.spec.ts
9
+ PASS Orchestrator UI Components Tests src/pages/processes/timelineUtils.spec.ts
10
10
  PASS Orchestrator UI Components Tests src/utils/string.spec.ts
11
11
  PASS Orchestrator UI Components Tests src/components/WfoTree/treeUtils.spec.ts
12
- PASS Orchestrator UI Components Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
13
12
  PASS Orchestrator UI Components Tests src/components/WfoTable/WfoDataGridTable/WfodataGridColumns.spec.ts
13
+ PASS Orchestrator UI Components Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
14
14
  PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
15
15
  PASS Orchestrator UI Components Tests src/components/WfoTable/utils/tableUtils.spec.ts
16
16
  PASS Orchestrator UI Components Tests src/components/WfoTable/utils/mapSortableAndFilterableValuesToTableColumnConfig.spec.ts
17
17
  PASS Orchestrator UI Components Tests src/utils/resultFlattener.spec.ts
18
18
  PASS Orchestrator UI Components Tests src/messages/getTranslationMessages.spec.ts
19
19
  PASS Orchestrator UI Components Tests src/utils/getToastMessage.spec.ts
20
- PASS Orchestrator UI Components Tests src/utils/optionalArray.spec.ts
21
20
  PASS Orchestrator UI Components Tests src/components/WfoTable/utils/columns.spec.ts
22
21
  PASS Orchestrator UI Components Tests src/utils/sortObjectKeys.spec.ts
22
+ PASS Orchestrator UI Components Tests src/utils/optionalArray.spec.ts
23
+ PASS Orchestrator UI Components Tests src/utils/environmentVariables.spec.ts
23
24
  PASS Orchestrator UI Components Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
24
25
  PASS Orchestrator UI Components Tests src/utils/getTokenName.spec.ts
25
- PASS Orchestrator UI Components Tests src/utils/environmentVariables.spec.ts
26
- PASS Orchestrator UI Components Tests src/utils/onlyUnique.spec.ts
27
26
  PASS Orchestrator UI Components Tests src/utils/getTypedFieldFromObject.spec.ts
28
27
  PASS Orchestrator UI Components Tests src/utils/uuid.spec.ts
28
+ PASS Orchestrator UI Components Tests src/utils/onlyUnique.spec.ts
29
29
  PASS Orchestrator UI Components Tests src/utils/getQueryVariablesForExport.spec.ts
30
30
  PASS Orchestrator UI Components Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
31
31
 
32
32
  Test Suites: 26 passed, 26 total
33
33
  Tests: 159 passed, 159 total
34
34
  Snapshots: 0 total
35
- Time: 3.856 s
35
+ Time: 3.793 s
36
36
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 1.14.1
4
+
5
+ ### Patch Changes
6
+
7
+ - d835c16: add retry for processes in waiting state - added new icon to be used …
8
+
9
+ ## 1.14.0
10
+
11
+ ### Minor Changes
12
+
13
+ - 5b9d042: Moved form wizards to RTK
14
+
3
15
  ## 1.13.2
4
16
 
5
17
  ### Patch Changes