@forge/react 11.16.2-next.1-experimental-ad10820 → 11.17.0-experimental-04cc2b9

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 (120) hide show
  1. package/CHANGELOG.md +24 -10
  2. package/out/__test__/reconcilerTestRenderer.d.ts +5 -5
  3. package/out/__test__/reconcilerTestRenderer.d.ts.map +1 -1
  4. package/out/__test__/testUtils.d.ts +6 -6
  5. package/out/__test__/testUtils.d.ts.map +1 -1
  6. package/out/components/adf-renderer.d.ts +1 -1
  7. package/out/components/adf-renderer.d.ts.map +1 -1
  8. package/out/components/comment.d.ts.map +1 -1
  9. package/out/components/dynamic-table.d.ts.map +1 -1
  10. package/out/components/global/index.d.ts +11 -11
  11. package/out/components/global/index.d.ts.map +1 -1
  12. package/out/components/global/index.js +2 -2
  13. package/out/components/index.d.ts +1 -1
  14. package/out/components/index.d.ts.map +1 -1
  15. package/out/components/inline-edit.d.ts.map +1 -1
  16. package/out/components/jira/custom-field-edit.d.ts.map +1 -1
  17. package/out/components/popup.d.ts.map +1 -1
  18. package/out/components/ui-kit-components.d.ts +79 -80
  19. package/out/components/ui-kit-components.d.ts.map +1 -1
  20. package/out/components/utils/content-wrapper.d.ts +1 -1
  21. package/out/components/utils/content-wrapper.d.ts.map +1 -1
  22. package/out/components/utils/replaceUnsupportedDocumentNodes.d.ts.map +1 -1
  23. package/out/hooks/__test__/usePermissions.test.js +2 -2
  24. package/out/hooks/confluenceEntity.d.ts.map +1 -1
  25. package/out/hooks/jiraEntity.d.ts.map +1 -1
  26. package/out/hooks/types/confEntityProps.d.ts +4 -4
  27. package/out/hooks/types/confEntityProps.d.ts.map +1 -1
  28. package/out/hooks/types/entityProps.d.ts +12 -12
  29. package/out/hooks/types/entityProps.d.ts.map +1 -1
  30. package/out/hooks/types/jiraEntityProps.d.ts +2 -2
  31. package/out/hooks/types/jiraEntityProps.d.ts.map +1 -1
  32. package/out/hooks/types/objectStoreProps.d.ts +6 -6
  33. package/out/hooks/types/objectStoreProps.d.ts.map +1 -1
  34. package/out/hooks/useContentProperty.d.ts.map +1 -1
  35. package/out/hooks/useEntityProperty.d.ts.map +1 -1
  36. package/out/hooks/useForm.d.ts +3 -3
  37. package/out/hooks/useForm.d.ts.map +1 -1
  38. package/out/hooks/useForm.js +2 -3
  39. package/out/hooks/useIssueProperty.d.ts +1 -1
  40. package/out/hooks/useIssueProperty.d.ts.map +1 -1
  41. package/out/hooks/useObjectStore.d.ts.map +1 -1
  42. package/out/hooks/useObjectStore.js +1 -2
  43. package/out/hooks/usePermissions.d.ts.map +1 -1
  44. package/out/hooks/useSpaceProperty.d.ts +1 -1
  45. package/out/hooks/useSpaceProperty.d.ts.map +1 -1
  46. package/out/hooks/useTheme.d.ts +1 -1
  47. package/out/hooks/useTheme.d.ts.map +1 -1
  48. package/out/hooks/useTranslation.d.ts +1 -1
  49. package/out/hooks/useTranslation.d.ts.map +1 -1
  50. package/out/hooks/utils/apiRequestUtils.d.ts.map +1 -1
  51. package/out/hooks/utils/valueUtils.d.ts +1 -1
  52. package/out/hooks/utils/valueUtils.d.ts.map +1 -1
  53. package/out/index.d.ts.map +1 -1
  54. package/out/package-types.d.ts +2 -2
  55. package/out/package-types.d.ts.map +1 -1
  56. package/out/reconciler.d.ts +17 -17
  57. package/out/reconciler.d.ts.map +1 -1
  58. package/out/types/components.d.ts +41 -41
  59. package/out/types/components.d.ts.map +1 -1
  60. package/out/types/effect.d.ts +6 -6
  61. package/out/types/effect.d.ts.map +1 -1
  62. package/out/types/effect.js +2 -2
  63. package/out/types/forge.d.ts +8 -8
  64. package/out/types/forge.d.ts.map +1 -1
  65. package/out/types/forge.js +3 -3
  66. package/out/types/icons.d.ts +1 -1
  67. package/out/types/icons.d.ts.map +1 -1
  68. package/out/types/legacy-effect.d.ts +3 -3
  69. package/out/types/legacy-effect.d.ts.map +1 -1
  70. package/out/types/legacy-effect.js +2 -2
  71. package/package.json +15 -11
  72. package/tsconfig.tsbuildinfo +1 -1
  73. package/out/router/components/ParamsContext.d.ts +0 -3
  74. package/out/router/components/ParamsContext.d.ts.map +0 -1
  75. package/out/router/components/ParamsContext.js +0 -5
  76. package/out/router/components/Route.d.ts +0 -20
  77. package/out/router/components/Route.d.ts.map +0 -1
  78. package/out/router/components/Route.js +0 -30
  79. package/out/router/components/Router.d.ts +0 -19
  80. package/out/router/components/Router.d.ts.map +0 -1
  81. package/out/router/components/Router.js +0 -58
  82. package/out/router/components/RouterContext.d.ts +0 -9
  83. package/out/router/components/RouterContext.d.ts.map +0 -1
  84. package/out/router/components/RouterContext.js +0 -5
  85. package/out/router/components/__test__/Router.test.d.ts +0 -2
  86. package/out/router/components/__test__/Router.test.d.ts.map +0 -1
  87. package/out/router/components/__test__/Router.test.js +0 -84
  88. package/out/router/components/index.d.ts +0 -3
  89. package/out/router/components/index.d.ts.map +0 -1
  90. package/out/router/components/index.js +0 -7
  91. package/out/router/hooks/__test__/useLocation.test.d.ts +0 -2
  92. package/out/router/hooks/__test__/useLocation.test.d.ts.map +0 -1
  93. package/out/router/hooks/__test__/useLocation.test.js +0 -59
  94. package/out/router/hooks/__test__/useNavigate.test.d.ts +0 -2
  95. package/out/router/hooks/__test__/useNavigate.test.d.ts.map +0 -1
  96. package/out/router/hooks/__test__/useNavigate.test.js +0 -159
  97. package/out/router/hooks/__test__/useParams.test.d.ts +0 -2
  98. package/out/router/hooks/__test__/useParams.test.d.ts.map +0 -1
  99. package/out/router/hooks/__test__/useParams.test.js +0 -69
  100. package/out/router/hooks/useLocation.d.ts +0 -9
  101. package/out/router/hooks/useLocation.d.ts.map +0 -1
  102. package/out/router/hooks/useLocation.js +0 -19
  103. package/out/router/hooks/useNavigate.d.ts +0 -11
  104. package/out/router/hooks/useNavigate.d.ts.map +0 -1
  105. package/out/router/hooks/useNavigate.js +0 -50
  106. package/out/router/hooks/useParams.d.ts +0 -8
  107. package/out/router/hooks/useParams.d.ts.map +0 -1
  108. package/out/router/hooks/useParams.js +0 -19
  109. package/out/router/index.d.ts +0 -5
  110. package/out/router/index.d.ts.map +0 -1
  111. package/out/router/index.js +0 -12
  112. package/out/router/utils/__test__/matchPath.test.d.ts +0 -2
  113. package/out/router/utils/__test__/matchPath.test.d.ts.map +0 -1
  114. package/out/router/utils/__test__/matchPath.test.js +0 -56
  115. package/out/router/utils/matchPath.d.ts +0 -5
  116. package/out/router/utils/matchPath.d.ts.map +0 -1
  117. package/out/router/utils/matchPath.js +0 -34
  118. package/out/router/utils/test-utils.d.ts +0 -10
  119. package/out/router/utils/test-utils.d.ts.map +0 -1
  120. package/out/router/utils/test-utils.js +0 -23
package/CHANGELOG.md CHANGED
@@ -1,18 +1,26 @@
1
1
  # @forge/react
2
2
 
3
- ## 11.16.2-next.1-experimental-ad10820
3
+ ## 11.17.0-experimental-04cc2b9
4
4
 
5
- ### Minor Changes
5
+ ### Major Changes
6
+
7
+ - d9ef926: Adds support for TypeScript 5
6
8
 
7
- - 8dc5a0c: Add routing components and hooks for use in full-page apps.
9
+ ### Patch Changes
10
+
11
+ - 7504dd5: Fix naming on PersonalSettingsItem
12
+ - Updated dependencies [b0b69a2]
13
+ - Updated dependencies [561f8f4]
14
+ - Updated dependencies [d9ef926]
15
+ - @forge/bridge@5.17.0-experimental-04cc2b9
16
+ - @forge/egress@2.3.2-experimental-04cc2b9
17
+ - @forge/i18n@0.0.7-experimental-04cc2b9
8
18
 
9
- Added the following:
19
+ ## 11.17.0
10
20
 
11
- - `Router`
12
- - `Route`
13
- - `useNavigate`
14
- - `useLocation`
15
- - `useParams`
21
+ ### Minor Changes
22
+
23
+ - 3444f0c: Bumped forge-react-types to 1.7.0
16
24
 
17
25
  ### Patch Changes
18
26
 
@@ -20,7 +28,13 @@
20
28
  - Updated dependencies [f7f06c8]
21
29
  - Updated dependencies [dba5074]
22
30
  - Updated dependencies [fc55c83]
23
- - @forge/bridge@5.17.0-next.6-experimental-ad10820
31
+ - @forge/bridge@5.17.0
32
+
33
+ ## 11.17.0-next.2
34
+
35
+ ### Minor Changes
36
+
37
+ - 3444f0c: Bumped forge-react-types to 1.7.0
24
38
 
25
39
  ## 11.16.2-next.1
26
40
 
@@ -1,5 +1,5 @@
1
1
  import * as React from 'react';
2
- declare type Act = (cb: () => Promise<any>) => Promise<any>;
2
+ type Act = (cb: () => Promise<any>) => Promise<any>;
3
3
  export declare const create: (element: React.ReactElement) => Promise<{
4
4
  update(newElement: React.ReactElement): Promise<void>;
5
5
  }>;
@@ -7,12 +7,12 @@ export declare const addConfig: (element: React.ReactElement) => Promise<{
7
7
  update(newElement: React.ReactElement): Promise<void>;
8
8
  }>;
9
9
  declare const _default: {
10
- create: (element: React.ReactElement<any, string | React.JSXElementConstructor<any>>) => Promise<{
11
- update(newElement: React.ReactElement<any, string | React.JSXElementConstructor<any>>): Promise<void>;
10
+ create: (element: React.ReactElement) => Promise<{
11
+ update(newElement: React.ReactElement): Promise<void>;
12
12
  }>;
13
13
  act: Act;
14
- addConfig: (element: React.ReactElement<any, string | React.JSXElementConstructor<any>>) => Promise<{
15
- update(newElement: React.ReactElement<any, string | React.JSXElementConstructor<any>>): Promise<void>;
14
+ addConfig: (element: React.ReactElement) => Promise<{
15
+ update(newElement: React.ReactElement): Promise<void>;
16
16
  }>;
17
17
  };
18
18
  export default _default;
@@ -1 +1 @@
1
- {"version":3,"file":"reconcilerTestRenderer.d.ts","sourceRoot":"","sources":["../../src/__test__/reconcilerTestRenderer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,aAAK,GAAG,GAAG,CAAC,EAAE,EAAE,MAAM,OAAO,CAAC,GAAG,CAAC,KAAK,OAAO,CAAC,GAAG,CAAC,CAAC;AAIpD,eAAO,MAAM,MAAM,YAAmB,MAAM,YAAY;uBAG3B,MAAM,YAAY;EAI9C,CAAC;AAEF,eAAO,MAAM,SAAS,YAAmB,MAAM,YAAY;uBAG9B,MAAM,YAAY;EAI9C,CAAC;;;;;;;;;;AAEF,wBAA0C"}
1
+ {"version":3,"file":"reconcilerTestRenderer.d.ts","sourceRoot":"","sources":["../../src/__test__/reconcilerTestRenderer.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAQ/B,KAAK,GAAG,GAAG,CAAC,EAAE,EAAE,MAAM,OAAO,CAAC,GAAG,CAAC,KAAK,OAAO,CAAC,GAAG,CAAC,CAAC;AAIpD,eAAO,MAAM,MAAM,GAAU,SAAS,KAAK,CAAC,YAAY;uBAG3B,KAAK,CAAC,YAAY;EAI9C,CAAC;AAEF,eAAO,MAAM,SAAS,GAAU,SAAS,KAAK,CAAC,YAAY;uBAG9B,KAAK,CAAC,YAAY;EAI9C,CAAC;;sBAhBoC,KAAK,CAAC,YAAY;2BAG3B,KAAK,CAAC,YAAY;;;yBAMN,KAAK,CAAC,YAAY;2BAG9B,KAAK,CAAC,YAAY;;;AAM/C,wBAA0C"}
@@ -1,13 +1,13 @@
1
1
  import { ForgeDoc } from '../types';
2
- export declare type BridgeCall = {
2
+ export type BridgeCall = {
3
3
  cmd: string;
4
4
  data: BridgeCallData;
5
5
  };
6
- declare type SetupBridge = () => BridgeCall[];
7
- declare type GetLastBridgeCall = (bridgeCalls: BridgeCall[]) => BridgeCall | null;
8
- declare type GetLastBridgeCallForgeDoc = (bridgeCalls: BridgeCall[]) => ForgeDoc | null;
9
- declare type FindElementInForgeDoc = (forgeDoc: ForgeDoc | null, key: string) => ForgeDoc | undefined;
10
- declare type BridgeCallData = {
6
+ type SetupBridge = () => BridgeCall[];
7
+ type GetLastBridgeCall = (bridgeCalls: BridgeCall[]) => BridgeCall | null;
8
+ type GetLastBridgeCallForgeDoc = (bridgeCalls: BridgeCall[]) => ForgeDoc | null;
9
+ type FindElementInForgeDoc = (forgeDoc: ForgeDoc | null, key: string) => ForgeDoc | undefined;
10
+ type BridgeCallData = {
11
11
  forgeDoc: ForgeDoc;
12
12
  };
13
13
  export declare const setupBridge: SetupBridge;
@@ -1 +1 @@
1
- {"version":3,"file":"testUtils.d.ts","sourceRoot":"","sources":["../../src/__test__/testUtils.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC,oBAAY,UAAU,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,cAAc,CAAA;CAAE,CAAC;AAC/D,aAAK,WAAW,GAAG,MAAM,UAAU,EAAE,CAAC;AAEtC,aAAK,iBAAiB,GAAG,CAAC,WAAW,EAAE,UAAU,EAAE,KAAK,UAAU,GAAG,IAAI,CAAC;AAC1E,aAAK,yBAAyB,GAAG,CAAC,WAAW,EAAE,UAAU,EAAE,KAAK,QAAQ,GAAG,IAAI,CAAC;AAChF,aAAK,qBAAqB,GAAG,CAAC,QAAQ,EAAE,QAAQ,GAAG,IAAI,EAAE,GAAG,EAAE,MAAM,KAAK,QAAQ,GAAG,SAAS,CAAC;AAE9F,aAAK,cAAc,GAAG;IACpB,QAAQ,EAAE,QAAQ,CAAC;CACpB,CAAC;AAMF,eAAO,MAAM,WAAW,EAAE,WAYzB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,iBAK/B,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,yBAMvC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,qBAkBnC,CAAC"}
1
+ {"version":3,"file":"testUtils.d.ts","sourceRoot":"","sources":["../../src/__test__/testUtils.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC;AAEpC,MAAM,MAAM,UAAU,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,cAAc,CAAA;CAAE,CAAC;AAC/D,KAAK,WAAW,GAAG,MAAM,UAAU,EAAE,CAAC;AAEtC,KAAK,iBAAiB,GAAG,CAAC,WAAW,EAAE,UAAU,EAAE,KAAK,UAAU,GAAG,IAAI,CAAC;AAC1E,KAAK,yBAAyB,GAAG,CAAC,WAAW,EAAE,UAAU,EAAE,KAAK,QAAQ,GAAG,IAAI,CAAC;AAChF,KAAK,qBAAqB,GAAG,CAAC,QAAQ,EAAE,QAAQ,GAAG,IAAI,EAAE,GAAG,EAAE,MAAM,KAAK,QAAQ,GAAG,SAAS,CAAC;AAE9F,KAAK,cAAc,GAAG;IACpB,QAAQ,EAAE,QAAQ,CAAC;CACpB,CAAC;AAMF,eAAO,MAAM,WAAW,EAAE,WAYzB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,iBAK/B,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,yBAMvC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,qBAkBnC,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import type { AdfRendererProps as PlatformAdfRendererProps } from '@atlaskit/forge-react-types';
2
2
  import type { Visitor } from '@atlaskit/adf-utils';
3
- declare type AdfRendererProps = Omit<PlatformAdfRendererProps, 'documentWithoutMedia'> & {
3
+ type AdfRendererProps = Omit<PlatformAdfRendererProps, 'documentWithoutMedia'> & {
4
4
  replaceUnsupportedNode?: Visitor;
5
5
  };
6
6
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"adf-renderer.d.ts","sourceRoot":"","sources":["../../src/components/adf-renderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,IAAI,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAChG,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAInD,aAAK,gBAAgB,GAAG,IAAI,CAAC,wBAAwB,EAAE,sBAAsB,CAAC,GAAG;IAC/E,sBAAsB,CAAC,EAAE,OAAO,CAAC;CAClC,CAAC;AAIF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,WAAW,UAAW,gBAAgB,4CAiBlD,CAAC"}
1
+ {"version":3,"file":"adf-renderer.d.ts","sourceRoot":"","sources":["../../src/components/adf-renderer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,IAAI,wBAAwB,EAAE,MAAM,6BAA6B,CAAC;AAChG,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAInD,KAAK,gBAAgB,GAAG,IAAI,CAAC,wBAAwB,EAAE,sBAAsB,CAAC,GAAG;IAC/E,sBAAsB,CAAC,EAAE,OAAO,CAAC;CAClC,CAAC;AAIF;;;;;;;;;;GAUG;AACH,eAAO,MAAM,WAAW,GAAI,OAAO,gBAAgB,4CAiBlD,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"comment.d.ts","sourceRoot":"","sources":["../../src/components/comment.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAQ3D;;;;GAIG;AACH,eAAO,MAAM,OAAO,iCAAkC,YAAY,4CAOjE,CAAC"}
1
+ {"version":3,"file":"comment.d.ts","sourceRoot":"","sources":["../../src/components/comment.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAQ3D;;;;GAIG;AACH,eAAO,MAAM,OAAO,GAAI,8BAA8B,YAAY,4CAOjE,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"dynamic-table.d.ts","sourceRoot":"","sources":["../../src/components/dynamic-table.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AA2BhE;;;;GAIG;AACH,eAAO,MAAM,YAAY,kCAAmC,iBAAiB,4CA+C5E,CAAC"}
1
+ {"version":3,"file":"dynamic-table.d.ts","sourceRoot":"","sources":["../../src/components/dynamic-table.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,6BAA6B,CAAC;AA2BhE;;;;GAIG;AACH,eAAO,MAAM,YAAY,GAAI,+BAA+B,iBAAiB,4CA+C5E,CAAC"}
@@ -1,15 +1,15 @@
1
1
  import type { TFlyOutMenuItem, TExpandableMenuItem, TLinkMenuItem, TSidebar, TMain, TGlobal, TCreateButton, TCreateMenuItem, THelpLink, TPersonalSettings, TPersonalSettingsItem } from '@atlaskit/forge-react-types/global';
2
2
  import type { ForgeElement } from '../../types';
3
- export declare const Global: TGlobal<ForgeElement<Record<string, any>>>;
4
- export declare const Main: TMain<ForgeElement<Record<string, any>>>;
5
- export declare const Sidebar: TSidebar<ForgeElement<Record<string, any>>>;
6
- export declare const LinkMenuItem: TLinkMenuItem<ForgeElement<Record<string, any>>>;
7
- export declare const ExpandableMenuItem: TExpandableMenuItem<ForgeElement<Record<string, any>>>;
8
- export declare const FlyOutMenuItem: TFlyOutMenuItem<ForgeElement<Record<string, any>>>;
9
- export declare const CreateButton: TCreateButton<ForgeElement<Record<string, any>>>;
10
- export declare const CreateMenuItem: TCreateMenuItem<ForgeElement<Record<string, any>>>;
11
- export declare const HelpLink: THelpLink<ForgeElement<Record<string, any>>>;
12
- export declare const PersonalSettings: TPersonalSettings<ForgeElement<Record<string, any>>>;
13
- export declare const PersonalSettingsItems: TPersonalSettingsItem<ForgeElement<Record<string, any>>>;
3
+ export declare const Global: TGlobal<ForgeElement>;
4
+ export declare const Main: TMain<ForgeElement>;
5
+ export declare const Sidebar: TSidebar<ForgeElement>;
6
+ export declare const LinkMenuItem: TLinkMenuItem<ForgeElement>;
7
+ export declare const ExpandableMenuItem: TExpandableMenuItem<ForgeElement>;
8
+ export declare const FlyOutMenuItem: TFlyOutMenuItem<ForgeElement>;
9
+ export declare const CreateButton: TCreateButton<ForgeElement>;
10
+ export declare const CreateMenuItem: TCreateMenuItem<ForgeElement>;
11
+ export declare const HelpLink: THelpLink<ForgeElement>;
12
+ export declare const PersonalSettings: TPersonalSettings<ForgeElement>;
13
+ export declare const PersonalSettingsItem: TPersonalSettingsItem<ForgeElement>;
14
14
  export type { GlobalProps, MainProps, SidebarProps, LinkMenuItemProps, ExpandableMenuItemProps, FlyOutMenuItemProps, CreateButtonProps, CreateMenuItemProps, HelpLinkProps, PersonalSettingsProps, PersonalSettingsItemProps } from '@atlaskit/forge-react-types/global';
15
15
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/global/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,eAAe,EACf,mBAAmB,EACnB,aAAa,EACb,QAAQ,EACR,KAAK,EACL,OAAO,EACP,aAAa,EACb,eAAe,EACf,SAAS,EACT,iBAAiB,EACjB,qBAAqB,EACtB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,MAAM,4CAA+C,CAAC;AACnE,eAAO,MAAM,IAAI,0CAA2C,CAAC;AAC7D,eAAO,MAAM,OAAO,6CAAiD,CAAC;AACtE,eAAO,MAAM,YAAY,kDAA2D,CAAC;AACrF,eAAO,MAAM,kBAAkB,wDAAuE,CAAC;AACvG,eAAO,MAAM,cAAc,oDAA+D,CAAC;AAC3F,eAAO,MAAM,YAAY,kDAA2D,CAAC;AACrF,eAAO,MAAM,cAAc,oDAA+D,CAAC;AAC3F,eAAO,MAAM,QAAQ,8CAAmD,CAAC;AACzE,eAAO,MAAM,gBAAgB,sDAAmE,CAAC;AACjG,eAAO,MAAM,qBAAqB,0DAA4E,CAAC;AAG/G,YAAY,EACV,WAAW,EACX,SAAS,EACT,YAAY,EACZ,iBAAiB,EACjB,uBAAuB,EACvB,mBAAmB,EACnB,iBAAiB,EACjB,mBAAmB,EACnB,aAAa,EACb,qBAAqB,EACrB,yBAAyB,EAC1B,MAAM,oCAAoC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/global/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,eAAe,EACf,mBAAmB,EACnB,aAAa,EACb,QAAQ,EACR,KAAK,EACL,OAAO,EACP,aAAa,EACb,eAAe,EACf,SAAS,EACT,iBAAiB,EACjB,qBAAqB,EACtB,MAAM,oCAAoC,CAAC;AAC5C,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,MAAM,EAA0B,OAAO,CAAC,YAAY,CAAC,CAAC;AACnE,eAAO,MAAM,IAAI,EAAwB,KAAK,CAAC,YAAY,CAAC,CAAC;AAC7D,eAAO,MAAM,OAAO,EAA2B,QAAQ,CAAC,YAAY,CAAC,CAAC;AACtE,eAAO,MAAM,YAAY,EAAgC,aAAa,CAAC,YAAY,CAAC,CAAC;AACrF,eAAO,MAAM,kBAAkB,EAAsC,mBAAmB,CAAC,YAAY,CAAC,CAAC;AACvG,eAAO,MAAM,cAAc,EAAkC,eAAe,CAAC,YAAY,CAAC,CAAC;AAC3F,eAAO,MAAM,YAAY,EAAgC,aAAa,CAAC,YAAY,CAAC,CAAC;AACrF,eAAO,MAAM,cAAc,EAAkC,eAAe,CAAC,YAAY,CAAC,CAAC;AAC3F,eAAO,MAAM,QAAQ,EAA4B,SAAS,CAAC,YAAY,CAAC,CAAC;AACzE,eAAO,MAAM,gBAAgB,EAAoC,iBAAiB,CAAC,YAAY,CAAC,CAAC;AACjG,eAAO,MAAM,oBAAoB,EAAwC,qBAAqB,CAAC,YAAY,CAAC,CAAC;AAG7G,YAAY,EACV,WAAW,EACX,SAAS,EACT,YAAY,EACZ,iBAAiB,EACjB,uBAAuB,EACvB,mBAAmB,EACnB,iBAAiB,EACjB,mBAAmB,EACnB,aAAa,EACb,qBAAqB,EACrB,yBAAyB,EAC1B,MAAM,oCAAoC,CAAC"}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.PersonalSettingsItems = exports.PersonalSettings = exports.HelpLink = exports.CreateMenuItem = exports.CreateButton = exports.FlyOutMenuItem = exports.ExpandableMenuItem = exports.LinkMenuItem = exports.Sidebar = exports.Main = exports.Global = void 0;
3
+ exports.PersonalSettingsItem = exports.PersonalSettings = exports.HelpLink = exports.CreateMenuItem = exports.CreateButton = exports.FlyOutMenuItem = exports.ExpandableMenuItem = exports.LinkMenuItem = exports.Sidebar = exports.Main = exports.Global = void 0;
4
4
  exports.Global = 'Global';
5
5
  exports.Main = 'Main';
6
6
  exports.Sidebar = 'Sidebar';
@@ -11,4 +11,4 @@ exports.CreateButton = 'CreateButton';
11
11
  exports.CreateMenuItem = 'CreateMenuItem';
12
12
  exports.HelpLink = 'HelpLink';
13
13
  exports.PersonalSettings = 'PersonalSettings';
14
- exports.PersonalSettingsItems = 'PersonalSettingsItems';
14
+ exports.PersonalSettingsItem = 'PersonalSettingsItem';
@@ -33,7 +33,7 @@ interface MacroCheckboxGroupProps {
33
33
  }[];
34
34
  defaultValue?: string[];
35
35
  }
36
- declare type CheckboxGroupProps = MacroCheckboxGroupProps | UIKitCheckboxGroupProps;
36
+ type CheckboxGroupProps = MacroCheckboxGroupProps | UIKitCheckboxGroupProps;
37
37
  /**
38
38
  * A Checkbox group is a list of options where one or more choices can be selected.
39
39
  *
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,kBAAkB,IAAI,uBAAuB,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC1G,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,YAAY,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAEnE;;GAEG;AACH,eAAO,MAAM,EAAE,UAA8B,WAAW,KAAK,YAAY,CAAC;AAC1E;;GAEG;AACH,eAAO,MAAM,MAAM,UAAkC,WAAW,KAAK,YAAY,CAAC;AAClF;;GAEG;AACH,eAAO,MAAM,MAAM,UAAkC,WAAW,KAAK,YAAY,CAAC;AAElF;;GAEG;AACH,cAAc,qBAAqB,CAAC;AAIpC,UAAU,uBAAuB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC3C,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB;AACD,aAAK,kBAAkB,GAAG,uBAAuB,GAAG,uBAAuB,CAAC;AAE5E;;;;GAIG;AACH,eAAO,MAAM,aAAa,UAAyC,kBAAkB,KAAK,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,OAAO,EAAE,kBAAkB,IAAI,uBAAuB,EAAE,YAAY,EAAE,MAAM,6BAA6B,CAAC;AAC1G,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AACpC,OAAO,EAAE,WAAW,EAAE,MAAM,gBAAgB,CAAC;AAC7C,YAAY,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAEnE;;GAEG;AACH,eAAO,MAAM,EAAE,EAAsB,CAAC,KAAK,EAAE,WAAW,KAAK,YAAY,CAAC;AAC1E;;GAEG;AACH,eAAO,MAAM,MAAM,EAA0B,CAAC,KAAK,EAAE,WAAW,KAAK,YAAY,CAAC;AAClF;;GAEG;AACH,eAAO,MAAM,MAAM,EAA0B,CAAC,KAAK,EAAE,WAAW,KAAK,YAAY,CAAC;AAElF;;GAEG;AACH,cAAc,qBAAqB,CAAC;AAIpC,UAAU,uBAAuB;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,EAAE,CAAC;IAC3C,YAAY,CAAC,EAAE,MAAM,EAAE,CAAC;CACzB;AACD,KAAK,kBAAkB,GAAG,uBAAuB,GAAG,uBAAuB,CAAC;AAE5E;;;;GAIG;AACH,eAAO,MAAM,aAAa,EAAiC,CAAC,KAAK,EAAE,kBAAkB,KAAK,YAAY,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"inline-edit.d.ts","sourceRoot":"","sources":["../../src/components/inline-edit.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAwB9D;;;;GAIG;AACH,eAAO,MAAM,UAAU,mQAkBpB,eAAe,4CAqGjB,CAAC"}
1
+ {"version":3,"file":"inline-edit.d.ts","sourceRoot":"","sources":["../../src/components/inline-edit.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAwB9D;;;;GAIG;AACH,eAAO,MAAM,UAAU,GAAI,gQAkBxB,eAAe,4CAqGjB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"custom-field-edit.d.ts","sourceRoot":"","sources":["../../../src/components/jira/custom-field-edit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE3C,UAAU,oBAAoB;IAC5B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,eAAe,UAA2C,oBAAoB,KAAK,YAAY,CAAC"}
1
+ {"version":3,"file":"custom-field-edit.d.ts","sourceRoot":"","sources":["../../../src/components/jira/custom-field-edit.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE3C,UAAU,oBAAoB;IAC5B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAC5B,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,QAAQ,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,eAAO,MAAM,eAAe,EAAmC,CAAC,KAAK,EAAE,oBAAoB,KAAK,YAAY,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"popup.d.ts","sourceRoot":"","sources":["../../src/components/popup.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAUzD;;;;GAIG;AACH,eAAO,MAAM,KAAK,sQAqBf,UAAU,4CA0BZ,CAAC"}
1
+ {"version":3,"file":"popup.d.ts","sourceRoot":"","sources":["../../src/components/popup.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,6BAA6B,CAAC;AAUzD;;;;GAIG;AACH,eAAO,MAAM,KAAK,GAAI,mQAqBnB,UAAU,4CA0BZ,CAAC"}