@orchestrator-ui/orchestrator-ui-components 3.3.0 → 3.3.2

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@3.3.0 build
2
+ > @orchestrator-ui/orchestrator-ui-components@3.3.2 build
3
3
  > npm run generate-version && tsup src/index.ts
4
4
 
5
5
 
6
- > @orchestrator-ui/orchestrator-ui-components@3.3.0 generate-version
6
+ > @orchestrator-ui/orchestrator-ui-components@3.3.2 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 143ms
9
+ src/configuration/version.ts 140ms
10
10
  CLI Building entry: src/index.ts
11
11
  CLI Using tsconfig: tsconfig.build.json
12
12
  CLI tsup v8.3.5
@@ -15,7 +15,7 @@ src/configuration/version.ts 143ms
15
15
  ESM Build start
16
16
  DTS Build start
17
17
  ESM dist/index.js 1.93 MB
18
- ESM dist/index.js.map 3.51 MB
19
- ESM ⚡️ Build success in 475ms
20
- DTS ⚡️ Build success in 16086ms
21
- DTS dist/index.d.ts 673.61 KB
18
+ ESM dist/index.js.map 3.52 MB
19
+ ESM ⚡️ Build success in 462ms
20
+ DTS ⚡️ Build success in 15733ms
21
+ DTS dist/index.d.ts 700.69 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@3.3.0 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@3.3.2 lint
3
3
  > eslint "src/**/*.ts*"
4
4
 
5
5
 
@@ -1,13 +1,13 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@3.3.0 test
2
+ > @orchestrator-ui/orchestrator-ui-components@3.3.2 test
3
3
  > jest
4
4
 
5
- PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
6
5
  PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
6
+ PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
7
7
  PASS Wfo-UI Tests src/utils/date.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/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/components/WfoTable/utils/tableUtils.spec.ts
13
13
  PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
@@ -33,11 +33,11 @@ PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
33
33
  PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
34
34
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
35
35
  PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
36
- PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.565 s)
37
- PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.112 s)
36
+ PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.819 s)
37
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.5 s)
38
38
 
39
39
  Test Suites: 33 passed, 33 total
40
40
  Tests: 211 passed, 211 total
41
41
  Snapshots: 0 total
42
- Time: 7.378 s
42
+ Time: 7.682 s
43
43
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 3.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 59230ea: inline edit for description of metadata pages
8
+
9
+ ## 3.3.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 56bdc1d: 1705 Added prop for custom icon summary card
14
+
3
15
  ## 3.3.0
4
16
 
5
17
  ### Minor Changes