@orchestrator-ui/orchestrator-ui-components 6.7.6 → 6.7.8
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.
- package/.turbo/turbo-build.log +5 -5
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +9 -9
- package/CHANGELOG.md +12 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/components/WfoForms/formFields/commonStyles.ts +1 -0
- package/src/configuration/version.ts +1 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@6.7.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@6.7.8 build
|
|
3
3
|
> npm run generate-version && tsup src/index.ts
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @orchestrator-ui/orchestrator-ui-components@6.7.
|
|
6
|
+
> @orchestrator-ui/orchestrator-ui-components@6.7.8 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 144ms
|
|
@@ -14,9 +14,9 @@ src/configuration/version.ts 144ms
|
|
|
14
14
|
[34mCLI[39m Target: es2022
|
|
15
15
|
[34mCLI[39m Cleaning output folder
|
|
16
16
|
[34mESM[39m Build start
|
|
17
|
-
[32mESM[39m [1mdist/index.js [22m[32m928.
|
|
17
|
+
[32mESM[39m [1mdist/index.js [22m[32m928.38 KB[39m
|
|
18
18
|
[32mESM[39m [1mdist/index.js.map [22m[32m1.78 MB[39m
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 320ms
|
|
20
20
|
[34mDTS[39m Build start
|
|
21
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
+
[32mDTS[39m ⚡️ Build success in 22107ms
|
|
22
22
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m1.26 MB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@6.7.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@6.7.8 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
9
|
PASS Wfo-UI Tests src/utils/string.spec.ts
|
|
@@ -21,26 +21,26 @@ PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoSidebar/utils/menuItemIsAllo
|
|
|
21
21
|
PASS Wfo-UI Tests src/utils/getEnvironmentVariables.spec.ts
|
|
22
22
|
PASS Wfo-UI Tests src/messages/getTranslationMessages.spec.ts
|
|
23
23
|
PASS Wfo-UI Tests src/utils/getToastMessage.spec.ts
|
|
24
|
-
PASS Wfo-UI Tests src/components/
|
|
25
|
-
PASS Wfo-UI Tests src/components/
|
|
26
|
-
PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
|
|
24
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.329 s)
|
|
25
|
+
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.585 s)
|
|
27
26
|
PASS Wfo-UI Tests src/components/WfoTable/utils/columns.spec.ts
|
|
27
|
+
PASS Wfo-UI Tests src/utils/toSortedObjectKeys.spec.ts
|
|
28
28
|
PASS Wfo-UI Tests src/utils/filterData.spec.ts
|
|
29
|
+
PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/wfoPydanticFormUtils.spec.ts
|
|
29
30
|
PASS Wfo-UI Tests src/utils/toObjectWithSerializedValues.spec.ts
|
|
30
31
|
PASS Wfo-UI Tests src/components/WfoWorkflowSteps/stepListUtils.spec.ts
|
|
31
|
-
PASS Wfo-UI Tests src/components/WfoPydanticForm/fields/wfoPydanticFormUtils.spec.ts
|
|
32
32
|
PASS Wfo-UI Tests src/utils/getTokenName.spec.ts
|
|
33
33
|
PASS Wfo-UI Tests src/utils/uuid.spec.ts
|
|
34
34
|
PASS Wfo-UI Tests src/utils/environmentVariables.spec.ts
|
|
35
|
-
PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
|
|
36
35
|
PASS Wfo-UI Tests src/utils/onlyUnique.spec.ts
|
|
37
|
-
PASS Wfo-UI Tests src/utils/
|
|
36
|
+
PASS Wfo-UI Tests src/utils/getTypedFieldFromObject.spec.ts
|
|
38
37
|
PASS Wfo-UI Tests src/utils/getQueryVariablesForExport.spec.ts
|
|
39
38
|
PASS Wfo-UI Tests src/components/WfoPageTemplate/WfoPageHeader/utils/toHexColorWithOpacity.spec.ts
|
|
39
|
+
PASS Wfo-UI Tests src/utils/cacheTag.spec.ts
|
|
40
40
|
PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
|
|
41
41
|
|
|
42
42
|
Test Suites: 36 passed, 36 total
|
|
43
43
|
Tests: 239 passed, 239 total
|
|
44
44
|
Snapshots: 0 total
|
|
45
|
-
Time:
|
|
45
|
+
Time: 8.914 s
|
|
46
46
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 6.7.8
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 81e8278: Updates to latest nextjs version in response to CVE CVE-2025-55182
|
|
8
|
+
|
|
9
|
+
## 6.7.7
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 5aa6612: Updates to latest version of pydantic forms
|
|
14
|
+
|
|
3
15
|
## 6.7.6
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -27975,7 +27975,7 @@ declare const METADATA_PRODUCT_BLOCK_ENDPOINT = "product_blocks";
|
|
|
27975
27975
|
declare const METADATA_RESOURCE_TYPE_ENDPOINT = "resource_types";
|
|
27976
27976
|
declare const METADATA_WORKFLOWS_ENDPOINT = "workflows";
|
|
27977
27977
|
|
|
27978
|
-
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "6.7.
|
|
27978
|
+
declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "6.7.8";
|
|
27979
27979
|
|
|
27980
27980
|
declare const useGetTranslationMessages: (locale: string | undefined) => {
|
|
27981
27981
|
pydanticForms: {
|
package/dist/index.js
CHANGED
|
@@ -65,7 +65,7 @@ var PolicyResource = /* @__PURE__ */ ((PolicyResource2) => {
|
|
|
65
65
|
})(PolicyResource || {});
|
|
66
66
|
|
|
67
67
|
// src/configuration/version.ts
|
|
68
|
-
var ORCHESTRATOR_UI_LIBRARY_VERSION = "6.7.
|
|
68
|
+
var ORCHESTRATOR_UI_LIBRARY_VERSION = "6.7.8";
|
|
69
69
|
|
|
70
70
|
// src/types/types.ts
|
|
71
71
|
var EngineStatus = /* @__PURE__ */ ((EngineStatus3) => {
|
|
@@ -12829,6 +12829,7 @@ var getCommonFormFieldStyles = ({ theme }) => {
|
|
|
12829
12829
|
},
|
|
12830
12830
|
".euiFormLabel": {
|
|
12831
12831
|
color: theme.colors.text,
|
|
12832
|
+
cursor: "text",
|
|
12832
12833
|
"&.euiFormLabel-isFocused": {
|
|
12833
12834
|
color: theme.colors.primaryText
|
|
12834
12835
|
}
|