@orchestrator-ui/orchestrator-ui-components 3.5.1 → 3.5.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.5.1 build
2
+ > @orchestrator-ui/orchestrator-ui-components@3.5.2 build
3
3
  > npm run generate-version && tsup src/index.ts
4
4
 
5
5
 
6
- > @orchestrator-ui/orchestrator-ui-components@3.5.1 generate-version
6
+ > @orchestrator-ui/orchestrator-ui-components@3.5.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 131ms
9
+ src/configuration/version.ts 129ms
10
10
  CLI Building entry: src/index.ts
11
11
  CLI Using tsconfig: tsconfig.build.json
12
12
  CLI tsup v8.3.5
@@ -16,6 +16,6 @@ src/configuration/version.ts 131ms
16
16
  DTS Build start
17
17
  ESM dist/index.js 1.95 MB
18
18
  ESM dist/index.js.map 3.55 MB
19
- ESM ⚡️ Build success in 462ms
20
- DTS ⚡️ Build success in 17224ms
19
+ ESM ⚡️ Build success in 457ms
20
+ DTS ⚡️ Build success in 16651ms
21
21
  DTS dist/index.d.ts 684.90 KB
@@ -1,5 +1,5 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@3.5.1 lint
2
+ > @orchestrator-ui/orchestrator-ui-components@3.5.2 lint
3
3
  > eslint "src/**/*.ts*"
4
4
 
5
5
 
@@ -1,13 +1,13 @@
1
1
 
2
- > @orchestrator-ui/orchestrator-ui-components@3.5.1 test
2
+ > @orchestrator-ui/orchestrator-ui-components@3.5.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
7
- PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
6
+ PASS Wfo-UI Tests src/components/WfoTree/treeUtils.spec.ts
8
7
  PASS Wfo-UI Tests src/utils/date.spec.ts
9
- PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.spec.ts
8
+ PASS Wfo-UI Tests src/pages/processes/timelineUtils.spec.ts
10
9
  PASS Wfo-UI Tests src/utils/string.spec.ts
10
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/WfoGroupedTable/utils.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
@@ -34,11 +34,11 @@ 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
36
  PASS Wfo-UI Tests src/utils/getQueryUrl.spec.ts
37
- PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (6.922 s)
38
- PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.325 s)
37
+ PASS Wfo-UI Tests src/components/WfoForms/formFields/utils.spec.ts (7.001 s)
38
+ PASS Wfo-UI Tests src/components/WfoTable/WfoTable/utils.spec.ts (5.505 s)
39
39
 
40
40
  Test Suites: 34 passed, 34 total
41
41
  Tests: 216 passed, 216 total
42
42
  Snapshots: 0 total
43
- Time: 7.754 s
43
+ Time: 7.941 s
44
44
  Ran all test suites.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @orchestrator-ui/orchestrator-ui-components
2
2
 
3
+ ## 3.5.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 7040598: Readds testid to textarea field
8
+ - 167bea6: 1751 - Makes width of the inline note edit field flexible
9
+
3
10
  ## 3.5.1
4
11
 
5
12
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -15267,7 +15267,7 @@ declare const METADATA_PRODUCT_BLOCK_ENDPOINT = "product_blocks";
15267
15267
  declare const METADATA_RESOURCE_TYPE_ENDPOINT = "resource_types";
15268
15268
  declare const METADATA_WORKFLOWS_ENDPOINT = "workflows";
15269
15269
 
15270
- declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "3.5.1";
15270
+ declare const ORCHESTRATOR_UI_LIBRARY_VERSION = "3.5.2";
15271
15271
 
15272
15272
  declare const useGetTranslationMessages: (locale: string | undefined) => {
15273
15273
  pydanticForms: {
package/dist/index.js CHANGED
@@ -26797,7 +26797,7 @@ var PolicyResource = /* @__PURE__ */ ((PolicyResource2) => {
26797
26797
  })(PolicyResource || {});
26798
26798
 
26799
26799
  // src/configuration/version.ts
26800
- var ORCHESTRATOR_UI_LIBRARY_VERSION = "3.5.1";
26800
+ var ORCHESTRATOR_UI_LIBRARY_VERSION = "3.5.2";
26801
26801
 
26802
26802
  // src/types/types.ts
26803
26803
  var EngineStatus = /* @__PURE__ */ ((EngineStatus3) => {
@@ -40103,7 +40103,8 @@ var getWfoTableStyles = ({ theme, isDarkThemeActive }) => {
40103
40103
  verticalAlign: "middle"
40104
40104
  });
40105
40105
  const cellContentStyle = css14({
40106
- display: "inline-block"
40106
+ display: "inline-block",
40107
+ width: "100%"
40107
40108
  });
40108
40109
  const emptyTableMessageStyle = css14({
40109
40110
  textAlign: "center"
@@ -41152,7 +41153,7 @@ var WfoToolTip = ({
41152
41153
  content: tooltipContent,
41153
41154
  css: { maxWidth: "fit-content" },
41154
41155
  repositionOnScroll: true,
41155
- children: /* @__PURE__ */ jsx115("div", { children })
41156
+ children: /* @__PURE__ */ jsx115("div", { css: { width: "100%" }, children })
41156
41157
  }
41157
41158
  );
41158
41159
  };
@@ -42628,7 +42629,6 @@ var WfoInlineEdit = ({
42628
42629
  onSave = () => {
42629
42630
  }
42630
42631
  }) => {
42631
- const { theme } = useOrchestratorTheme();
42632
42632
  const [note, setValue] = useState21(value);
42633
42633
  const [isTooltipVisible, setIsTooltipVisible] = useState21(true);
42634
42634
  const handleSave = () => {
@@ -42651,6 +42651,9 @@ var WfoInlineEdit = ({
42651
42651
  ".euiIcon": {
42652
42652
  visibility: "visible"
42653
42653
  }
42654
+ },
42655
+ "& > .euiToolTipAnchor": {
42656
+ width: "100%"
42654
42657
  }
42655
42658
  },
42656
42659
  children: /* @__PURE__ */ jsx132(
@@ -42672,7 +42675,6 @@ var WfoInlineEdit = ({
42672
42675
  onSave: handleSave,
42673
42676
  size: "s",
42674
42677
  css: {
42675
- width: theme.base * 16,
42676
42678
  ".euiFlexItem:nth-of-type(2)": {
42677
42679
  justifyContent: "center"
42678
42680
  },
@@ -42704,8 +42706,7 @@ var WfoInlineEdit = ({
42704
42706
  justifyContent: "left",
42705
42707
  height: "32px",
42706
42708
  paddingLeft: "4px",
42707
- margin: "0",
42708
- width: "98%"
42709
+ margin: "0"
42709
42710
  }
42710
42711
  },
42711
42712
  formRowProps: {
@@ -49416,6 +49417,7 @@ var TextArea = ({
49416
49417
  name: pydanticFormField.id,
49417
49418
  onChange: (event) => onChange(event.target.value),
49418
49419
  value: value ?? "",
49420
+ id: `input-${pydanticFormField.id}`,
49419
49421
  fullWidth: true
49420
49422
  }
49421
49423
  );