@orchestrator-ui/orchestrator-ui-components 3.3.1 → 3.4.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.
- package/.turbo/turbo-build.log +8 -8
- package/.turbo/turbo-lint.log +1 -1
- package/.turbo/turbo-test.log +4 -4
- package/CHANGELOG.md +18 -0
- package/dist/index.d.ts +763 -49
- package/dist/index.js +1411 -1163
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/WfoMetadata/WfoMetadataDescriptionField.tsx +22 -0
- package/src/components/WfoSummary/WfoSummaryCard.tsx +29 -4
- package/src/configuration/constants.ts +6 -0
- package/src/configuration/version.ts +1 -1
- package/src/icons/WfoCubeFill.tsx +41 -0
- package/src/icons/index.ts +1 -0
- package/src/pages/metadata/WfoProductBlocksPage.tsx +19 -2
- package/src/pages/metadata/WfoProductsPage.tsx +20 -3
- package/src/pages/metadata/WfoResourceTypesPage.tsx +14 -0
- package/src/pages/metadata/WfoTasksPage.tsx +35 -4
- package/src/pages/metadata/WfoWorkflowsPage.tsx +16 -1
- package/src/rtk/endpoints/index.ts +1 -1
- package/src/rtk/endpoints/metadata/productBlocks.ts +25 -1
- package/src/rtk/endpoints/{products.ts → metadata/products.ts} +25 -1
- package/src/rtk/endpoints/metadata/resourceTypes.ts +25 -1
- package/src/rtk/endpoints/metadata/workflows.ts +25 -1
- package/src/stories/Button.jsx +2 -0
- package/src/stories/Configure.mdx +11 -10
- package/src/stories/Header.jsx +1 -0
- package/src/stories/colors.mdx +3 -2
- package/src/types/types.ts +10 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@3.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@3.4.0 build
|
|
3
3
|
> npm run generate-version && tsup src/index.ts
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @orchestrator-ui/orchestrator-ui-components@3.
|
|
6
|
+
> @orchestrator-ui/orchestrator-ui-components@3.4.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
|
|
9
|
+
src/configuration/version.ts 153ms
|
|
10
10
|
[34mCLI[39m Building entry: src/index.ts
|
|
11
11
|
[34mCLI[39m Using tsconfig: tsconfig.build.json
|
|
12
12
|
[34mCLI[39m tsup v8.3.5
|
|
@@ -14,8 +14,8 @@ src/configuration/version.ts 128ms
|
|
|
14
14
|
[34mCLI[39m Target: es2020
|
|
15
15
|
[34mESM[39m Build start
|
|
16
16
|
[34mDTS[39m Build start
|
|
17
|
-
[32mESM[39m [1mdist/index.js [22m[32m1.
|
|
18
|
-
[32mESM[39m [1mdist/index.js.map [22m[32m3.
|
|
19
|
-
[32mESM[39m ⚡️ Build success in
|
|
20
|
-
[32mDTS[39m ⚡️ Build success in
|
|
21
|
-
[32mDTS[39m [1mdist/index.d.ts [22m[
|
|
17
|
+
[32mESM[39m [1mdist/index.js [22m[32m1.94 MB[39m
|
|
18
|
+
[32mESM[39m [1mdist/index.js.map [22m[32m3.53 MB[39m
|
|
19
|
+
[32mESM[39m ⚡️ Build success in 497ms
|
|
20
|
+
[32mDTS[39m ⚡️ Build success in 16206ms
|
|
21
|
+
[32mDTS[39m [1mdist/index.d.ts [22m[32m700.75 KB[39m
|
package/.turbo/turbo-lint.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @orchestrator-ui/orchestrator-ui-components@3.
|
|
2
|
+
> @orchestrator-ui/orchestrator-ui-components@3.4.0 test
|
|
3
3
|
> jest
|
|
4
4
|
|
|
5
5
|
PASS Wfo-UI Tests src/components/WfoTree/treeUtils.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.
|
|
37
|
-
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.
|
|
36
|
+
PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.664 s)
|
|
37
|
+
PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.24 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.
|
|
42
|
+
Time: 7.547 s
|
|
43
43
|
Ran all test suites.
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @orchestrator-ui/orchestrator-ui-components
|
|
2
2
|
|
|
3
|
+
## 3.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 2389b16: 808 - Support for metadata description modify - requires orchestrator core 2.10.0
|
|
8
|
+
|
|
9
|
+
## 3.3.3
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 62d16da: 1709 Replace default icons with SURF icons
|
|
14
|
+
|
|
15
|
+
## 3.3.2
|
|
16
|
+
|
|
17
|
+
### Patch Changes
|
|
18
|
+
|
|
19
|
+
- 59230ea: inline edit for description of metadata pages
|
|
20
|
+
|
|
3
21
|
## 3.3.1
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|