@orchestrator-ui/orchestrator-ui-components 2.8.2 → 2.8.4

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 (29) hide show
  1. package/.turbo/turbo-build.log +9 -9
  2. package/.turbo/turbo-lint.log +1 -1
  3. package/.turbo/turbo-test.log +8 -8
  4. package/CHANGELOG.md +14 -0
  5. package/dist/index.d.ts +7084 -4575
  6. package/dist/index.js +1133 -1050
  7. package/dist/index.js.map +1 -1
  8. package/package.json +6 -5
  9. package/src/components/WfoDiff/WfoDiff.tsx +1 -1
  10. package/src/components/WfoForms/formFields/AcceptField.tsx +2 -2
  11. package/src/components/WfoForms/formFields/SubscriptionField.tsx +6 -2
  12. package/src/components/WfoForms/formFields/deprecated/ImsNodeIdField.tsx +2 -2
  13. package/src/components/WfoForms/formFields/deprecated/ImsPortIdField.tsx +2 -2
  14. package/src/components/WfoForms/formFields/deprecated/VlanField.tsx +10 -10
  15. package/src/components/WfoSubscription/WfoCustomerDescriptionsField.tsx +3 -4
  16. package/src/components/WfoSubscription/WfoInSyncField.tsx +3 -1
  17. package/src/components/WfoSubscription/WfoSubscriptionProductBlock/styles.ts +3 -0
  18. package/src/components/WfoTable/utils/tableUtils.spec.ts +6 -6
  19. package/src/components/confirmationDialog/WfoConfirmationDialog.tsx +3 -1
  20. package/src/configuration/version.ts +1 -1
  21. package/src/icons/WfoActualWork.tsx +22 -0
  22. package/src/icons/WfoMalfunction.tsx +22 -0
  23. package/src/icons/WfoPlannedWork.tsx +23 -0
  24. package/src/icons/index.ts +3 -0
  25. package/src/messages/nl-NL.json +2 -1
  26. package/src/pages/processes/WfoProcessDetail.tsx +6 -3
  27. package/src/utils/csvDownload.ts +2 -1
  28. package/src/utils/getEnvironmentVariables.ts +13 -14
  29. package/src/utils/resultFlattener.ts +3 -1
@@ -1,21 +1,21 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@2.8.2 build
2
+ > @orchestrator-ui/orchestrator-ui-components@2.8.4 build
3
3
  > npm run generate-version && tsup src/index.ts
4
4
 
5
5
 
6
- > @orchestrator-ui/orchestrator-ui-components@2.8.2 generate-version
6
+ > @orchestrator-ui/orchestrator-ui-components@2.8.4 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 52ms
9
+ src/configuration/version.ts 207ms
10
10
  CLI Building entry: src/index.ts
11
11
  CLI Using tsconfig: tsconfig.build.json
12
- CLI tsup v8.3.0
12
+ CLI tsup v8.3.5
13
13
  CLI Using tsup config: /home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/tsup.config.ts
14
14
  CLI Target: es2020
15
15
  ESM Build start
16
16
  DTS Build start
17
- ESM dist/index.js 1.90 MB
18
- ESM dist/index.js.map 3.46 MB
19
- ESM ⚡️ Build success in 1198ms
20
- DTS ⚡️ Build success in 21094ms
21
- DTS dist/index.d.ts 430.59 KB
17
+ ESM dist/index.js 1.91 MB
18
+ ESM dist/index.js.map 3.47 MB
19
+ ESM ⚡️ Build success in 1046ms
20
+ DTS ⚡️ Build success in 21615ms
21
+ DTS dist/index.d.ts 586.24 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@2.8.2 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@2.8.4 lint
3
3
  > eslint "src/**/*.ts*"
4
4
 
5
5
 
@@ -1,25 +1,25 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@2.8.2 test
2
+ > @orchestrator-ui/orchestrator-ui-components@2.8.4 test
3
3
  > jest
4
4
 
5
- PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
6
- PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
7
5
  PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
6
+ PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts
7
+ PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
8
8
  PASS Wfo-UI Tests src/utils/date.spec.ts
9
9
  PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
10
- PASS Wfo-UI Tests src/utils/string.spec.ts
11
10
  PASS Wfo-UI Tests src/utils/getProductNamesFromProcess.spec.ts
11
+ PASS Wfo-UI Tests src/utils/string.spec.ts
12
12
  PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
13
13
  PASS Wfo-UI Tests src/components/WfoTable/WfoTableWithFilter/updateQueryString.spec.ts
14
+ PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
14
15
  PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
15
16
  PASS Wfo-UI Tests src/rtk/utils.spec.ts
16
- PASS Wfo-UI Tests src/components/WfoTable/utils/tableUtils.spec.ts
17
17
  PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
18
18
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
19
19
  PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
20
20
  PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
21
- PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
22
21
  PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
22
+ PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
23
23
  PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
24
24
  PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
25
25
  PASS Wfo-UI Tests src/utils/filterData.spec.ts
@@ -33,10 +33,10 @@ PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
33
33
  PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
34
34
  PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
35
35
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
36
- PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (7.739 s)
36
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (7.467 s)
37
37
 
38
38
  Test Suites: 32 passed, 32 total
39
39
  Tests: 197 passed, 197 total
40
40
  Snapshots: 0 total
41
- Time: 10.884 s
41
+ Time: 10.425 s
42
42
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 2.8.4
4
+
5
+ ### Patch Changes
6
+
7
+ - be6bf70: added extra Dutch translation term and fix workflowsteps translation
8
+ - 3bfe651: Updates npm packages to latest versions
9
+ - 490da42: 1490 Remove last border of a product block key value item
10
+
11
+ ## 2.8.3
12
+
13
+ ### Patch Changes
14
+
15
+ - 85f1514: Added new icons - WfoActualWork, WfoMalfunction, WfoPlannedWork
16
+
3
17
  ## 2.8.2
4
18
 
5
19
  ### Patch Changes