@orchestrator-ui/orchestrator-ui-components 3.9.1 → 4.0.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.
Files changed (62) hide show
  1. package/.turbo/turbo-build.log +9 -9
  2. package/.turbo/turbo-lint.log +2 -11
  3. package/.turbo/turbo-test.log +9 -8
  4. package/CHANGELOG.md +321 -305
  5. package/dist/index.d.ts +823 -795
  6. package/dist/index.js +1215 -648
  7. package/dist/index.js.map +1 -1
  8. package/eslint.config.js +5 -0
  9. package/package.json +6 -7
  10. package/src/components/WfoBadges/WfoProcessStatusBadge/WfoProcessStatusBadge.tsx +3 -2
  11. package/src/components/WfoForms/UserInputForm.tsx +0 -1
  12. package/src/components/WfoForms/formFields/AcceptField.tsx +2 -2
  13. package/src/components/WfoForms/formFields/ListSelectField.tsx +0 -1
  14. package/src/components/WfoForms/formFields/SelectField/SelectField.tsx +1 -1
  15. package/src/components/WfoForms/formFields/deprecated/ImsNodeIdField.tsx +2 -2
  16. package/src/components/WfoForms/formFields/deprecated/ImsPortIdField.tsx +2 -2
  17. package/src/components/WfoForms/formFields/deprecated/VlanField.tsx +11 -11
  18. package/src/components/WfoPageTemplate/WfoPageHeader/WfoHamburgerMenu.tsx +1 -1
  19. package/src/components/WfoSubscription/WfoCustomerDescriptionsField.tsx +2 -3
  20. package/src/components/WfoSubscription/WfoProcessesTimeline.tsx +61 -56
  21. package/src/components/WfoSubscription/styles.ts +17 -34
  22. package/src/components/WfoSummary/WfoLatestOutOfSyncSubscriptionSummaryCard.tsx +10 -1
  23. package/src/components/WfoSummary/WfoMyWorkflowsSummaryCard.tsx +13 -2
  24. package/src/components/WfoTable/WfoTableSettingsModal/WfoTableSettingsModal.tsx +1 -1
  25. package/src/components/WfoWorkflowSteps/WfoStep/WfoStep.tsx +4 -2
  26. package/src/components/WfoWorkflowSteps/WfoWorkflowStepList/WfoWorkflowStepList.tsx +4 -6
  27. package/src/configuration/version.ts +1 -1
  28. package/src/pages/processes/WfoProcessDetail.tsx +3 -3
  29. package/src/rtk/api.ts +4 -2
  30. package/src/types/types.ts +1 -1
  31. package/src/utils/getDefaultTableConfig.ts +20 -16
  32. package/src/utils/getEnvironmentVariables.ts +13 -10
  33. package/src/utils/getQueryParams.spec.ts +43 -0
  34. package/src/utils/getQueryParams.ts +16 -0
  35. package/src/utils/index.ts +1 -0
  36. package/eslintrc.js +0 -3
  37. package/src/stories/Button.jsx +0 -62
  38. package/src/stories/Button.stories.js +0 -45
  39. package/src/stories/Configure.mdx +0 -452
  40. package/src/stories/Header.jsx +0 -74
  41. package/src/stories/Header.stories.js +0 -23
  42. package/src/stories/Page.jsx +0 -89
  43. package/src/stories/Page.stories.js +0 -25
  44. package/src/stories/assets/accessibility.png +0 -0
  45. package/src/stories/assets/accessibility.svg +0 -5
  46. package/src/stories/assets/addon-library.png +0 -0
  47. package/src/stories/assets/assets.png +0 -0
  48. package/src/stories/assets/context.png +0 -0
  49. package/src/stories/assets/discord.svg +0 -15
  50. package/src/stories/assets/docs.png +0 -0
  51. package/src/stories/assets/figma-plugin.png +0 -0
  52. package/src/stories/assets/github.svg +0 -3
  53. package/src/stories/assets/share.png +0 -0
  54. package/src/stories/assets/styling.png +0 -0
  55. package/src/stories/assets/testing.png +0 -0
  56. package/src/stories/assets/theming.png +0 -0
  57. package/src/stories/assets/tutorials.svg +0 -12
  58. package/src/stories/assets/youtube.svg +0 -4
  59. package/src/stories/button.css +0 -30
  60. package/src/stories/colors.mdx +0 -13
  61. package/src/stories/header.css +0 -32
  62. package/src/stories/page.css +0 -69
@@ -1,21 +1,21 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@3.9.1 build
2
+ > @orchestrator-ui/orchestrator-ui-components@4.0.0 build
3
3
  > npm run generate-version && tsup src/index.ts
4
4
 
5
5
 
6
- > @orchestrator-ui/orchestrator-ui-components@3.9.1 generate-version
6
+ > @orchestrator-ui/orchestrator-ui-components@4.0.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
- src/configuration/version.ts 129ms
9
+ src/configuration/version.ts 39ms
10
10
  CLI Building entry: src/index.ts
11
11
  CLI Using tsconfig: tsconfig.build.json
12
- CLI tsup v8.3.5
12
+ CLI tsup v8.4.0
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.95 MB
18
- ESM dist/index.js.map 3.56 MB
19
- ESM ⚡️ Build success in 558ms
20
- DTS ⚡️ Build success in 16614ms
21
- DTS dist/index.d.ts 686.02 KB
17
+ ESM dist/index.js 1.97 MB
18
+ ESM dist/index.js.map 3.67 MB
19
+ ESM ⚡️ Build success in 515ms
20
+ DTS ⚡️ Build success in 19529ms
21
+ DTS dist/index.d.ts 694.87 KB
@@ -1,13 +1,4 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@3.9.1 lint
3
- > eslint "src/**/*.ts*"
4
-
5
-
6
- /home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/src/components/WfoForms/formFields/SelectField/SelectField.tsx
7
- 104:8 warning React Hook useEffect has missing dependencies: 'onChange' and 'selectedValue'. Either include them or remove the dependency array. If 'onChange' changes too often, find the parent component that defines it and wrap that definition in useCallback react-hooks/exhaustive-deps
8
-
9
- /home/runner/work/orchestrator-ui-library/orchestrator-ui-library/packages/orchestrator-ui-components/src/components/WfoForms/formFields/deprecated/VlanField.tsx
10
- 168:8 warning React Hook useEffect has missing dependencies: 'disabled' and 'value'. Either include them or remove the dependency array react-hooks/exhaustive-deps
11
-
12
- ✖ 2 problems (0 errors, 2 warnings)
2
+ > @orchestrator-ui/orchestrator-ui-components@4.0.0 lint
3
+ > eslint
13
4
 
@@ -1,13 +1,13 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@3.9.1 test
2
+ > @orchestrator-ui/orchestrator-ui-components@4.0.0 test
3
3
  > jest
4
4
 
5
5
  PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
6
+ PASS Wfo-UI Tests src/utils/date.spec.ts
6
7
  PASS Wfo-UI Tests src/components/WfoSubscription/utils/utils.spec.ts
7
8
  PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
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
@@ -16,6 +16,7 @@ PASS Wfo-UI Tests src/components/WfoTable/utils/tableConfigPersistence.spec.ts
16
16
  PASS Wfo-UI Tests src/utils/optionalArray.spec.ts
17
17
  PASS Wfo-UI Tests src/rtk/utils.spec.ts
18
18
  PASS Wfo-UI Tests src/utils/resultFlattener.spec.ts
19
+ PASS Wfo-UI Tests src/utils/getQueryParams.spec.ts
19
20
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllowed.spec.ts
20
21
  PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
21
22
  PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
@@ -34,11 +35,11 @@ PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
34
35
  PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
35
36
  PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
36
37
  PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
37
- PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.317 s)
38
- PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.794 s)
38
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts
39
+ PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.309 s)
39
40
 
40
- Test Suites: 34 passed, 34 total
41
- Tests: 220 passed, 220 total
41
+ Test Suites: 35 passed, 35 total
42
+ Tests: 224 passed, 224 total
42
43
  Snapshots: 0 total
43
- Time: 7.594 s
44
+ Time: 8.205 s
44
45
  Ran all test suites.