@valiantys/atlassian-app-frontend 3.1.0-alpha-2 → 3.1.0-alpha-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.
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),C=require("@atlaskit/button"),b=require("@atlaskit/button/new"),t=require("@atlaskit/form"),n=require("@atlaskit/primitives"),S=require("@atlaskit/section-message"),q=require("@atlaskit/select"),o=require("react"),F=require("../../../../frontend-ui-page-loading-view/src/lib/page-loading-view/index.cjs.js"),d=n.xcss({maxWidth:"max-content",paddingBlockStart:"space.1000"});function R({checkResource:a,children:h}){const[x,m]=o.useState(!1),[l,j]=o.useState(null),[c,i]=o.useState(""),u=o.useCallback(async s=>{try{i("");const r=await a(s);r.hasChosen?m(!0):j(r.resources)}catch(r){r instanceof Error?i(`Error Occurred: ${r.message}`):i("Uncaught error occurred!")}},[a]);o.useEffect(()=>{u()},[u]);function p({selectedResource:s}){return u(s.value)}if(x)return h;if(l){const s=l.map(r=>({label:r.name,value:r.id}));return e.jsx(n.Flex,{justifyContent:"center",children:e.jsx(n.Box,{xcss:d,children:e.jsx(t,{onSubmit:p,children:({formProps:r,submitting:f})=>e.jsxs("form",{...r,children:[e.jsx(t.FormHeader,{title:"Choose Resource",children:c?e.jsx(S,{appearance:"error",children:c}):null}),e.jsx(t.FormSection,{children:e.jsx(t.Field,{"aria-required":!0,name:"selectedResource",label:"Resource",isRequired:!0,children:({fieldProps:g})=>e.jsx(q,{...g,options:s})})}),e.jsx(t.FormFooter,{align:"start",children:e.jsx(C.ButtonGroup,{label:"Form submit options",children:e.jsx(b,{type:"submit",appearance:"primary",isLoading:f,children:"Submit"})})})]})})})})}else return e.jsx(n.Flex,{justifyContent:"center",xcss:d,children:e.jsx(F.PageLoadingView,{label:"",loadingError:c})})}exports.FeatureChosenResourceCheck=R;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),C=require("@atlaskit/button"),b=require("@atlaskit/button/new"),t=require("@atlaskit/form"),n=require("@atlaskit/primitives"),S=require("@atlaskit/section-message"),F=require("@atlaskit/select"),o=require("react"),R=require("../../../../frontend-ui-page-loading-view/src/lib/page-loading-view/index.cjs.js"),d=n.xcss({maxWidth:"max-content",paddingBlockStart:"space.1000"});function q({checkResource:a,children:h}){const[x,m]=o.useState(!1),[l,j]=o.useState(null),[c,i]=o.useState(""),u=o.useCallback(async s=>{try{i("");const r=await a(s);r.hasChosen?m(!0):j(r.resources)}catch(r){r instanceof Error?i(`Error Occurred: ${r.message}`):i("Uncaught error occurred!")}},[a]);o.useEffect(()=>{u()},[u]);function p({selectedResource:s}){return u(s.value)}if(x)return h;if(l){const s=l.map(r=>({label:r.name,value:r.id}));return e.jsx(n.Flex,{justifyContent:"center",children:e.jsx(n.Box,{xcss:d,children:e.jsx(t,{onSubmit:p,children:({formProps:r,submitting:f})=>e.jsxs("form",{...r,children:[e.jsx(t.FormHeader,{title:"Choose Resource",children:c?e.jsx(S,{appearance:"error",children:c}):null}),e.jsx(t.FormSection,{children:e.jsx(t.Field,{name:"selectedResource",label:"Resource",isRequired:!0,children:({fieldProps:g})=>e.jsx(F,{...g,options:s})})}),e.jsx(t.FormFooter,{align:"start",children:e.jsx(C.ButtonGroup,{label:"Form submit options",children:e.jsx(b,{type:"submit",appearance:"primary",isLoading:f,children:"Submit"})})})]})})})})}else return e.jsx(n.Flex,{justifyContent:"center",xcss:d,children:e.jsx(R.PageLoadingView,{label:"",loadingError:c})})}exports.FeatureChosenResourceCheck=q;
@@ -5,8 +5,8 @@ import R, { FormHeader as S, FormSection as y, Field as B, FormFooter as E } fro
5
5
  import { Flex as l, Box as j, xcss as k } from "@atlaskit/primitives";
6
6
  import L from "@atlaskit/section-message";
7
7
  import v from "@atlaskit/select";
8
- import { useState as c, useCallback as H, useEffect as q } from "react";
9
- import { PageLoadingView as w } from "../../../../frontend-ui-page-loading-view/src/lib/page-loading-view/index.es.js";
8
+ import { useState as c, useCallback as H, useEffect as w } from "react";
9
+ import { PageLoadingView as O } from "../../../../frontend-ui-page-loading-view/src/lib/page-loading-view/index.es.js";
10
10
  const u = k({
11
11
  maxWidth: "max-content",
12
12
  paddingBlockStart: "space.1000"
@@ -27,7 +27,7 @@ function A({
27
27
  },
28
28
  [i]
29
29
  );
30
- q(() => {
30
+ w(() => {
31
31
  n();
32
32
  }, [n]);
33
33
  function f({ selectedResource: o }) {
@@ -45,7 +45,6 @@ function A({
45
45
  /* @__PURE__ */ e(y, { children: /* @__PURE__ */ e(
46
46
  B,
47
47
  {
48
- "aria-required": !0,
49
48
  name: "selectedResource",
50
49
  label: "Resource",
51
50
  isRequired: !0,
@@ -63,7 +62,7 @@ function A({
63
62
  ) }) })
64
63
  ] }) }) }) });
65
64
  } else
66
- return /* @__PURE__ */ e(l, { justifyContent: "center", xcss: u, children: /* @__PURE__ */ e(w, { label: "", loadingError: t }) });
65
+ return /* @__PURE__ */ e(l, { justifyContent: "center", xcss: u, children: /* @__PURE__ */ e(O, { label: "", loadingError: t }) });
67
66
  }
68
67
  export {
69
68
  A as FeatureChosenResourceCheck
@@ -1 +1 @@
1
- "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),W=require("@atlaskit/button"),f=require("@atlaskit/button/new"),n=require("@atlaskit/form"),i=require("@atlaskit/primitives"),C=require("@atlaskit/section-message"),b=require("@atlaskit/select"),o=require("react"),F=require("../../../../../jira/shared/data-access-workspaces/src/lib/user-workspace-service/index.cjs.js");require("../../../../frontend-ui-atlassian-product-fetch/src/lib/request-bitbucket/index.cjs.js");require("../../../../frontend-ui-atlassian-product-fetch/src/lib/request-confluence/index.cjs.js");const v=require("../../../../frontend-ui-atlassian-product-fetch/src/lib/request-jira/index.cjs.js"),y=require("../../../../frontend-ui-page-loading-view/src/lib/page-loading-view/index.cjs.js"),I=require("../jira-workspace-provider/index.cjs.js"),k=i.xcss({maxWidth:"max-content",paddingBlockStart:"space.1000"});function B({appName:t,children:h}){const[x,j]=o.useState(!1),[d,m]=o.useState(null),[a,u]=o.useState(""),[q,S]=o.useState(),p=v.useRequestJira(),l=o.useCallback(async c=>{try{u("");const r=c??(t&&localStorage.getItem(`${t}-user-workspace-id`))??"",s=await new F.AtlassianUserWorkspaceService(p).checkUserChosenWorkspace(r);s.hasChosen?(t&&localStorage.setItem(`${t}-user-workspace-id`,s.workspace),j(!0),S(s.workspace)):m(s.workspaces)}catch(r){r instanceof Error?u(`Error Occurred: ${r.message}`):u("Uncaught error occurred!")}},[t,p]);o.useEffect(()=>{l()},[l]);async function w({selectedWorkspace:c}){return l(c.value)}if(x)return e.jsx(I.JiraWorkspaceProvider,{workspaceId:q,children:h});if(d){const c=d.map(r=>({label:r.workspaceId,value:r.workspaceId}));return e.jsx(i.Flex,{justifyContent:"center",children:e.jsx(i.Box,{xcss:k,children:e.jsx(n,{onSubmit:w,children:({formProps:r,submitting:s})=>e.jsxs("form",{...r,children:[e.jsx(n.FormHeader,{title:"Choose Workspace",children:a?e.jsx(C,{appearance:"error",children:a}):null}),e.jsx(n.FormSection,{children:e.jsx(n.Field,{"aria-required":!0,name:"selectedWorkspace",label:"Workspace",isRequired:!0,children:({fieldProps:g})=>e.jsx("div",{"data-testid":"workspace-select-component",children:e.jsx(b,{...g,options:c})})})}),e.jsx(n.FormFooter,{align:"start",children:e.jsx(W.ButtonGroup,{label:"Form submit options",children:e.jsx(f,{type:"submit",appearance:"primary",isLoading:s,children:"Submit"})})})]})})})})}else return e.jsx(i.Flex,{justifyContent:"center",xcss:k,children:e.jsx(y.PageLoadingView,{label:"",loadingError:a})})}exports.FeatureChosenWorkspaceCheck=B;
1
+ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),W=require("@atlaskit/button"),f=require("@atlaskit/button/new"),n=require("@atlaskit/form"),i=require("@atlaskit/primitives"),C=require("@atlaskit/section-message"),b=require("@atlaskit/select"),o=require("react"),F=require("../../../../../jira/shared/data-access-workspaces/src/lib/user-workspace-service/index.cjs.js");require("../../../../frontend-ui-atlassian-product-fetch/src/lib/request-bitbucket/index.cjs.js");require("../../../../frontend-ui-atlassian-product-fetch/src/lib/request-confluence/index.cjs.js");const v=require("../../../../frontend-ui-atlassian-product-fetch/src/lib/request-jira/index.cjs.js"),y=require("../../../../frontend-ui-page-loading-view/src/lib/page-loading-view/index.cjs.js"),I=require("../jira-workspace-provider/index.cjs.js"),k=i.xcss({maxWidth:"max-content",paddingBlockStart:"space.1000"});function B({appName:t,children:h}){const[x,j]=o.useState(!1),[d,m]=o.useState(null),[a,u]=o.useState(""),[S,q]=o.useState(),p=v.useRequestJira(),l=o.useCallback(async c=>{try{u("");const r=c??(t&&localStorage.getItem(`${t}-user-workspace-id`))??"",s=await new F.AtlassianUserWorkspaceService(p).checkUserChosenWorkspace(r);s.hasChosen?(t&&localStorage.setItem(`${t}-user-workspace-id`,s.workspace),j(!0),q(s.workspace)):m(s.workspaces)}catch(r){r instanceof Error?u(`Error Occurred: ${r.message}`):u("Uncaught error occurred!")}},[t,p]);o.useEffect(()=>{l()},[l]);async function w({selectedWorkspace:c}){return l(c.value)}if(x)return e.jsx(I.JiraWorkspaceProvider,{workspaceId:S,children:h});if(d){const c=d.map(r=>({label:r.workspaceId,value:r.workspaceId}));return e.jsx(i.Flex,{justifyContent:"center",children:e.jsx(i.Box,{xcss:k,children:e.jsx(n,{onSubmit:w,children:({formProps:r,submitting:s})=>e.jsxs("form",{...r,children:[e.jsx(n.FormHeader,{title:"Choose Workspace",children:a?e.jsx(C,{appearance:"error",children:a}):null}),e.jsx(n.FormSection,{children:e.jsx(n.Field,{name:"selectedWorkspace",label:"Workspace",isRequired:!0,children:({fieldProps:g})=>e.jsx("div",{"data-testid":"workspace-select-component",children:e.jsx(b,{...g,options:c})})})}),e.jsx(n.FormFooter,{align:"start",children:e.jsx(W.ButtonGroup,{label:"Form submit options",children:e.jsx(f,{type:"submit",appearance:"primary",isLoading:s,children:"Submit"})})})]})})})})}else return e.jsx(i.Flex,{justifyContent:"center",xcss:k,children:e.jsx(y.PageLoadingView,{label:"",loadingError:a})})}exports.FeatureChosenWorkspaceCheck=B;
@@ -4,12 +4,12 @@ import F from "@atlaskit/button/new";
4
4
  import b, { FormHeader as y, FormSection as v, Field as I, FormFooter as B } from "@atlaskit/form";
5
5
  import { xcss as j, Flex as m, Box as E } from "@atlaskit/primitives";
6
6
  import L from "@atlaskit/section-message";
7
- import q from "@atlaskit/select";
8
- import { useState as c, useCallback as H, useEffect as R } from "react";
9
- import { AtlassianUserWorkspaceService as U } from "../../../../../jira/shared/data-access-workspaces/src/lib/user-workspace-service/index.es.js";
7
+ import H from "@atlaskit/select";
8
+ import { useState as c, useCallback as R, useEffect as U } from "react";
9
+ import { AtlassianUserWorkspaceService as $ } from "../../../../../jira/shared/data-access-workspaces/src/lib/user-workspace-service/index.es.js";
10
10
  import "../../../../frontend-ui-atlassian-product-fetch/src/lib/request-bitbucket/index.es.js";
11
11
  import "../../../../frontend-ui-atlassian-product-fetch/src/lib/request-confluence/index.es.js";
12
- import { useRequestJira as $ } from "../../../../frontend-ui-atlassian-product-fetch/src/lib/request-jira/index.es.js";
12
+ import { useRequestJira as q } from "../../../../frontend-ui-atlassian-product-fetch/src/lib/request-jira/index.es.js";
13
13
  import { PageLoadingView as J } from "../../../../frontend-ui-page-loading-view/src/lib/page-loading-view/index.es.js";
14
14
  import { JiraWorkspaceProvider as O } from "../jira-workspace-provider/index.es.js";
15
15
  const d = j({
@@ -22,11 +22,11 @@ function N({
22
22
  }) {
23
23
  const [k, h] = c(!1), [l, f] = c(
24
24
  null
25
- ), [i, n] = c(""), [w, C] = c(), p = $(), a = H(
25
+ ), [n, i] = c(""), [w, C] = c(), p = q(), a = R(
26
26
  async (t) => {
27
27
  try {
28
- n("");
29
- const r = t ?? (s && localStorage.getItem(`${s}-user-workspace-id`)) ?? "", o = await new U(
28
+ i("");
29
+ const r = t ?? (s && localStorage.getItem(`${s}-user-workspace-id`)) ?? "", o = await new $(
30
30
  p
31
31
  ).checkUserChosenWorkspace(r);
32
32
  o.hasChosen ? (s && localStorage.setItem(
@@ -34,12 +34,12 @@ function N({
34
34
  o.workspace
35
35
  ), h(!0), C(o.workspace)) : f(o.workspaces);
36
36
  } catch (r) {
37
- r instanceof Error ? n(`Error Occurred: ${r.message}`) : n("Uncaught error occurred!");
37
+ r instanceof Error ? i(`Error Occurred: ${r.message}`) : i("Uncaught error occurred!");
38
38
  }
39
39
  },
40
40
  [s, p]
41
41
  );
42
- R(() => {
42
+ U(() => {
43
43
  a();
44
44
  }, [a]);
45
45
  async function W({
@@ -55,15 +55,14 @@ function N({
55
55
  value: r.workspaceId
56
56
  }));
57
57
  return /* @__PURE__ */ e(m, { justifyContent: "center", children: /* @__PURE__ */ e(E, { xcss: d, children: /* @__PURE__ */ e(b, { onSubmit: W, children: ({ formProps: r, submitting: o }) => /* @__PURE__ */ S("form", { ...r, children: [
58
- /* @__PURE__ */ e(y, { title: "Choose Workspace", children: i ? /* @__PURE__ */ e(L, { appearance: "error", children: i }) : null }),
58
+ /* @__PURE__ */ e(y, { title: "Choose Workspace", children: n ? /* @__PURE__ */ e(L, { appearance: "error", children: n }) : null }),
59
59
  /* @__PURE__ */ e(v, { children: /* @__PURE__ */ e(
60
60
  I,
61
61
  {
62
- "aria-required": !0,
63
62
  name: "selectedWorkspace",
64
63
  label: "Workspace",
65
64
  isRequired: !0,
66
- children: ({ fieldProps: g }) => /* @__PURE__ */ e("div", { "data-testid": "workspace-select-component", children: /* @__PURE__ */ e(q, { ...g, options: t }) })
65
+ children: ({ fieldProps: g }) => /* @__PURE__ */ e("div", { "data-testid": "workspace-select-component", children: /* @__PURE__ */ e(H, { ...g, options: t }) })
67
66
  }
68
67
  ) }),
69
68
  /* @__PURE__ */ e(B, { align: "start", children: /* @__PURE__ */ e(x, { label: "Form submit options", children: /* @__PURE__ */ e(
@@ -77,7 +76,7 @@ function N({
77
76
  ) }) })
78
77
  ] }) }) }) });
79
78
  } else
80
- return /* @__PURE__ */ e(m, { justifyContent: "center", xcss: d, children: /* @__PURE__ */ e(J, { label: "", loadingError: i }) });
79
+ return /* @__PURE__ */ e(m, { justifyContent: "center", xcss: d, children: /* @__PURE__ */ e(J, { label: "", loadingError: n }) });
81
80
  }
82
81
  export {
83
82
  N as FeatureChosenWorkspaceCheck
@@ -1,6 +1,6 @@
1
1
  "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("@atlaskit/theme"),e=require("@atlaskit/tokens"),t=require("styled-components"),a=t.css`
2
2
  transition: all 200ms ease-in-out;
3
- `,i=t.div`
3
+ `,s=t.div`
4
4
  margin: 0 auto 0;
5
5
  `,n=t.div`
6
6
  left: 0;
@@ -12,10 +12,10 @@
12
12
  button {
13
13
  pointer-events: none;
14
14
  }
15
- `,s=t.div`
15
+ `,i=t.div`
16
16
  align-items: center;
17
17
  background-color: ${o=>o.isFocused&&e.token("elevation.surface.hovered",r.colors.N20)};
18
- border-radius: ${e.token("border.radius.100","3px")};
18
+ border-radius: ${e.token("radius.small","3px")};
19
19
  display: flex;
20
20
  left: ${e.token("space.negative.300","-24px")};
21
21
  //margin-bottom: ${e.token("space.100","8px")};
@@ -42,4 +42,4 @@
42
42
  opacity: 1;
43
43
  }
44
44
  }
45
- `;exports.ButtonWrapper=n;exports.PanelHeader=s;exports.PanelWrapper=i;
45
+ `;exports.ButtonWrapper=n;exports.PanelHeader=i;exports.PanelWrapper=s;
@@ -1,11 +1,11 @@
1
- import { colors as r } from "@atlaskit/theme";
1
+ import { colors as i } from "@atlaskit/theme";
2
2
  import { token as e } from "@atlaskit/tokens";
3
- import t, { css as a } from "styled-components";
4
- const n = a`
3
+ import t, { css as r } from "styled-components";
4
+ const n = r`
5
5
  transition: all 200ms ease-in-out;
6
- `, d = t.div`
6
+ `, l = t.div`
7
7
  margin: 0 auto 0;
8
- `, i = t.div`
8
+ `, a = t.div`
9
9
  left: 0;
10
10
  line-height: 0;
11
11
  opacity: ${({ isHidden: o }) => o ? 0 : 1};
@@ -15,10 +15,10 @@ const n = a`
15
15
  button {
16
16
  pointer-events: none;
17
17
  }
18
- `, l = t.div`
18
+ `, d = t.div`
19
19
  align-items: center;
20
- background-color: ${(o) => o.isFocused && e("elevation.surface.hovered", r.N20)};
21
- border-radius: ${e("border.radius.100", "3px")};
20
+ background-color: ${(o) => o.isFocused && e("elevation.surface.hovered", i.N20)};
21
+ border-radius: ${e("radius.small", "3px")};
22
22
  display: flex;
23
23
  left: ${e("space.negative.300", "-24px")};
24
24
  //margin-bottom: ${e("space.100", "8px")};
@@ -29,7 +29,7 @@ const n = a`
29
29
  ${n};
30
30
  width: 100%;
31
31
 
32
- ${i} {
32
+ ${a} {
33
33
  opacity: ${(o) => o.isFocused && 1};
34
34
  }
35
35
 
@@ -38,16 +38,16 @@ const n = a`
38
38
  }
39
39
 
40
40
  &:hover {
41
- background-color: ${e("elevation.surface.hovered", r.N20)};
41
+ background-color: ${e("elevation.surface.hovered", i.N20)};
42
42
  cursor: pointer;
43
43
 
44
- ${i} {
44
+ ${a} {
45
45
  opacity: 1;
46
46
  }
47
47
  }
48
48
  `;
49
49
  export {
50
- i as ButtonWrapper,
51
- l as PanelHeader,
52
- d as PanelWrapper
50
+ a as ButtonWrapper,
51
+ d as PanelHeader,
52
+ l as PanelWrapper
53
53
  };
@@ -138,8 +138,17 @@ declare type IssueComment = {
138
138
  declare type IssueFields<T = AtlassianDocumentFormat> = CustomFields & StaticIssueFields<T>;
139
139
 
140
140
  declare interface IssueLink {
141
+ id: string;
142
+ self: string;
141
143
  outwardIssue?: Issue;
142
144
  inwardIssue?: Issue;
145
+ type: {
146
+ id: string;
147
+ name: string;
148
+ inward: string;
149
+ outward: string;
150
+ self: string;
151
+ };
143
152
  }
144
153
 
145
154
  declare interface IssueLinkRequest {
@@ -11,7 +11,7 @@ export function ExampleBox({
11
11
  padding="space.200"
12
12
  xcss={xcss({
13
13
  borderColor: 'color.border',
14
- borderWidth: '1px',
14
+ borderWidth: 'border.width',
15
15
  borderStyle: 'solid',
16
16
  })}
17
17
  >
@@ -41,13 +41,7 @@ export function ForgeStorageExample() {
41
41
  <Form<FormValue> onSubmit={saveForm}>
42
42
  {({ formProps, submitting }) => (
43
43
  <form {...formProps}>
44
- <Field
45
- aria-required={true}
46
- name="name"
47
- label="My name"
48
- isRequired
49
- defaultValue={myName}
50
- >
44
+ <Field name="name" label="My name" isRequired defaultValue={myName}>
51
45
  {({ fieldProps }) => <Textfield {...fieldProps} />}
52
46
  </Field>
53
47
  <ButtonGroup>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@valiantys/atlassian-app-frontend",
3
- "version": "3.1.0-alpha-2",
3
+ "version": "3.1.0-alpha-4",
4
4
  "description": "This library provides an Atlassian Forge Custom UI wrapper component that handles all the setup necessary to support an app that can run deployed or in standalone mode",
5
5
  "exports": {
6
6
  "./atlassian-app": {
@@ -185,20 +185,20 @@
185
185
  }
186
186
  },
187
187
  "peerDependencies": {
188
- "@atlaskit/banner": "^14.0.2",
189
- "@atlaskit/button": "^23.2.0",
190
- "@atlaskit/css-reset": "^7.3.0",
191
- "@atlaskit/datetime-picker": "^17.0.2",
192
- "@atlaskit/flag": "^17.1.4",
193
- "@atlaskit/form": "^12.0.4",
194
- "@atlaskit/heading": "^5.2.0",
195
- "@atlaskit/icon": "^26.1.1",
196
- "@atlaskit/primitives": "^14.8.0",
197
- "@atlaskit/section-message": "^8.2.4",
198
- "@atlaskit/select": "^20.6.0",
199
- "@atlaskit/spinner": "^18.0.4",
200
- "@atlaskit/tokens": "^4.9.0",
201
- "@forge/bridge": "^5.7.0",
188
+ "@atlaskit/banner": "^14.0.22",
189
+ "@atlaskit/button": "^23.9.3",
190
+ "@atlaskit/css-reset": "^7.3.10",
191
+ "@atlaskit/datetime-picker": "^17.4.1",
192
+ "@atlaskit/flag": "^17.8.0",
193
+ "@atlaskit/form": "^15.3.0",
194
+ "@atlaskit/heading": "^5.2.18",
195
+ "@atlaskit/icon": "^29.4.1",
196
+ "@atlaskit/primitives": "^17.0.0",
197
+ "@atlaskit/section-message": "^8.12.0",
198
+ "@atlaskit/select": "^21.6.4",
199
+ "@atlaskit/spinner": "^19.0.8",
200
+ "@atlaskit/tokens": "^9.1.2",
201
+ "@forge/bridge": "^5.10.2",
202
202
  "react": "^18.3.1",
203
203
  "react-dom": "^18.3.1",
204
204
  "react-router-dom": "^6.26.2"
@@ -2447,6 +2447,33 @@
2447
2447
  "name": "IssueLink",
2448
2448
  "preserveMemberOrder": false,
2449
2449
  "members": [
2450
+ {
2451
+ "kind": "PropertySignature",
2452
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueLink#id:member",
2453
+ "docComment": "",
2454
+ "excerptTokens": [
2455
+ {
2456
+ "kind": "Content",
2457
+ "text": "id: "
2458
+ },
2459
+ {
2460
+ "kind": "Content",
2461
+ "text": "string"
2462
+ },
2463
+ {
2464
+ "kind": "Content",
2465
+ "text": ";"
2466
+ }
2467
+ ],
2468
+ "isReadonly": false,
2469
+ "isOptional": false,
2470
+ "releaseTag": "Public",
2471
+ "name": "id",
2472
+ "propertyTypeTokenRange": {
2473
+ "startIndex": 1,
2474
+ "endIndex": 2
2475
+ }
2476
+ },
2450
2477
  {
2451
2478
  "kind": "PropertySignature",
2452
2479
  "canonicalReference": "@valiantys/atlassian-app-frontend!IssueLink#inwardIssue:member",
@@ -2502,6 +2529,60 @@
2502
2529
  "startIndex": 1,
2503
2530
  "endIndex": 2
2504
2531
  }
2532
+ },
2533
+ {
2534
+ "kind": "PropertySignature",
2535
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueLink#self:member",
2536
+ "docComment": "",
2537
+ "excerptTokens": [
2538
+ {
2539
+ "kind": "Content",
2540
+ "text": "self: "
2541
+ },
2542
+ {
2543
+ "kind": "Content",
2544
+ "text": "string"
2545
+ },
2546
+ {
2547
+ "kind": "Content",
2548
+ "text": ";"
2549
+ }
2550
+ ],
2551
+ "isReadonly": false,
2552
+ "isOptional": false,
2553
+ "releaseTag": "Public",
2554
+ "name": "self",
2555
+ "propertyTypeTokenRange": {
2556
+ "startIndex": 1,
2557
+ "endIndex": 2
2558
+ }
2559
+ },
2560
+ {
2561
+ "kind": "PropertySignature",
2562
+ "canonicalReference": "@valiantys/atlassian-app-frontend!IssueLink#type:member",
2563
+ "docComment": "",
2564
+ "excerptTokens": [
2565
+ {
2566
+ "kind": "Content",
2567
+ "text": "type: "
2568
+ },
2569
+ {
2570
+ "kind": "Content",
2571
+ "text": "{\n id: string;\n name: string;\n inward: string;\n outward: string;\n self: string;\n }"
2572
+ },
2573
+ {
2574
+ "kind": "Content",
2575
+ "text": ";"
2576
+ }
2577
+ ],
2578
+ "isReadonly": false,
2579
+ "isOptional": false,
2580
+ "releaseTag": "Public",
2581
+ "name": "type",
2582
+ "propertyTypeTokenRange": {
2583
+ "startIndex": 1,
2584
+ "endIndex": 2
2585
+ }
2505
2586
  }
2506
2587
  ],
2507
2588
  "extendsTokenRanges": []
@@ -221,10 +221,22 @@ export type IssueFields<T = AtlassianDocumentFormat> = CustomFields & StaticIssu
221
221
 
222
222
  // @public (undocumented)
223
223
  export interface IssueLink {
224
+ // (undocumented)
225
+ id: string;
224
226
  // (undocumented)
225
227
  inwardIssue?: Issue;
226
228
  // (undocumented)
227
229
  outwardIssue?: Issue;
230
+ // (undocumented)
231
+ self: string;
232
+ // (undocumented)
233
+ type: {
234
+ id: string;
235
+ name: string;
236
+ inward: string;
237
+ outward: string;
238
+ self: string;
239
+ };
228
240
  }
229
241
 
230
242
  // @public (undocumented)
@@ -135,8 +135,17 @@ export declare type IssueComment = {
135
135
  export declare type IssueFields<T = AtlassianDocumentFormat> = CustomFields & StaticIssueFields<T>;
136
136
 
137
137
  export declare interface IssueLink {
138
+ id: string;
139
+ self: string;
138
140
  outwardIssue?: Issue;
139
141
  inwardIssue?: Issue;
142
+ type: {
143
+ id: string;
144
+ name: string;
145
+ inward: string;
146
+ outward: string;
147
+ self: string;
148
+ };
140
149
  }
141
150
 
142
151
  export declare interface IssueLinkRequest {