@forge/react 11.16.2-next.1-experimental-49a346a → 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 -7
  77. package/out/router/components/Route.d.ts.map +0 -1
  78. package/out/router/components/Route.js +0 -25
  79. package/out/router/components/Router.d.ts +0 -7
  80. package/out/router/components/Router.d.ts.map +0 -1
  81. package/out/router/components/Router.js +0 -43
  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 -77
  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 -3
  101. package/out/router/hooks/useLocation.d.ts.map +0 -1
  102. package/out/router/hooks/useLocation.js +0 -13
  103. package/out/router/hooks/useNavigate.d.ts +0 -6
  104. package/out/router/hooks/useNavigate.d.ts.map +0 -1
  105. package/out/router/hooks/useNavigate.js +0 -45
  106. package/out/router/hooks/useParams.d.ts +0 -2
  107. package/out/router/hooks/useParams.d.ts.map +0 -1
  108. package/out/router/hooks/useParams.js +0 -13
  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
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ForgeElement } from '../types/index';
3
2
  import type { TBadge, TBarChart, TBleed, TBox, TBreadcrumbs, TBreadcrumbsItem, TButton, TButtonGroup, TCalendar, TCheckbox, TCode, TCodeBlock, TDatePicker, TDonutChart, TErrorMessage, TFileCard, TFilePicker, THeading, THelperMessage, THorizontalBarChart, THorizontalStackBarChart, TImage, TInline, TLabel, TList, TListItem, TLozenge, TLineChart, TLinkButton, TModal, TModalHeader, TModalBody, TModalFooter, TModalTitle, TModalTransition, TPagination, TPieChart, TProgressBar, TProgressTracker, TRadio, TRadioGroup, TRange, TSectionMessage, TSectionMessageAction, TSpinner, TStack, TStackBarChart, TTabs, TTab, TTabList, TTabPanel, TTag, TTagGroup, TTimePicker, TForm, TFormHeader, TFormFooter, TFormSection, TTooltip, TTextArea, TTextfield, TText, TToggle, TUser, TValidMessage, TLoadingButton, TSelect, TIcon, TEmptyState, TPressable, TCommentEditor, TChromelessEditor, TTile, TAtlassianTile, TAtlassianIcon, TLink, TUserPicker, TFrame, TUserGroup } from '@atlaskit/forge-react-types';
4
3
  /**
@@ -6,98 +5,98 @@ import type { TBadge, TBarChart, TBleed, TBox, TBreadcrumbs, TBreadcrumbsItem, T
6
5
  *
7
6
  * @see [Badge](https://developer.atlassian.com/platform/forge/ui-kit/components/badge/) in UI Kit documentation for more information
8
7
  */
9
- export declare const Badge: TBadge<ForgeElement<Record<string, any>>>;
8
+ export declare const Badge: TBadge<ForgeElement>;
10
9
  /**
11
10
  * A visual representation of data using rectangular bars of varying heights to compare different categories or values.
12
11
  *
13
12
  * @see [BarChart](https://developer.atlassian.com/platform/forge/ui-kit/components/bar-chart/) in UI Kit documentation for more information
14
13
  */
15
- export declare const BarChart: TBarChart<ForgeElement<Record<string, any>>>;
14
+ export declare const BarChart: TBarChart<ForgeElement>;
16
15
  /**
17
16
  * A box is a generic container that provides managed access to design tokens.
18
17
  *
19
18
  * @see [Box](https://developer.atlassian.com/platform/forge/ui-kit/components/box/) in UI Kit documentation for more information
20
19
  */
21
- export declare const Box: TBox<ForgeElement<Record<string, any>>>;
20
+ export declare const Box: TBox<ForgeElement>;
22
21
  /**
23
22
  * A button triggers an event or action. They let users know what will happen next.
24
23
  *
25
24
  * @see [Button](https://developer.atlassian.com/platform/forge/ui-kit/components/button/) in UI Kit documentation for more information
26
25
  */
27
- export declare const Button: TButton<ForgeElement<Record<string, any>>>;
26
+ export declare const Button: TButton<ForgeElement>;
28
27
  /**
29
28
  * A button group gives users access to frequently performed, related actions.
30
29
  *
31
30
  * @see [ButtonGroup](https://developer.atlassian.com/platform/forge/ui-kit/components/button-group/) in UI Kit documentation for more information
32
31
  */
33
- export declare const ButtonGroup: TButtonGroup<ForgeElement<Record<string, any>>>;
32
+ export declare const ButtonGroup: TButtonGroup<ForgeElement>;
34
33
  /**
35
34
  * An interactive calendar for date selection experiences.
36
35
  *
37
36
  * @see [Calendar](https://developer.atlassian.com/platform/forge/ui-kit/components/calendar/) in UI Kit documentation for more information
38
37
  */
39
- export declare const Calendar: TCalendar<ForgeElement<Record<string, any>>>;
38
+ export declare const Calendar: TCalendar<ForgeElement>;
40
39
  /**
41
40
  * A checkbox is an input control that allows a user to select one or more options from a number of choices.
42
41
  *
43
42
  * @see [Checkbox](https://developer.atlassian.com/platform/forge/ui-kit/components/checkbox/) in UI Kit documentation for more information
44
43
  */
45
- export declare const Checkbox: TCheckbox<ForgeElement<Record<string, any>>>;
44
+ export declare const Checkbox: TCheckbox<ForgeElement>;
46
45
  /**
47
46
  * Code highlights short strings of code snippets inline with body text.
48
47
  *
49
48
  * @see [Code](https://developer.atlassian.com/platform/forge/ui-kit/components/code/) in UI Kit documentation for more information
50
49
  */
51
- export declare const Code: TCode<ForgeElement<Record<string, any>>>;
50
+ export declare const Code: TCode<ForgeElement>;
52
51
  /**
53
52
  * Code highlights short strings of code snippets inline with body text.
54
53
  *
55
54
  * @see [CodeBlock](https://developer.atlassian.com/platform/forge/ui-kit/components/code-block/) in UI Kit documentation for more information
56
55
  */
57
- export declare const CodeBlock: TCodeBlock<ForgeElement<Record<string, any>>>;
56
+ export declare const CodeBlock: TCodeBlock<ForgeElement>;
58
57
  /**
59
58
  * A date picker allows the user to select a particular date.
60
59
  *
61
60
  * @see [DatePicker](https://developer.atlassian.com/platform/forge/ui-kit/components/date-picker/) in UI Kit documentation for more information
62
61
  */
63
- export declare const DatePicker: TDatePicker<ForgeElement<Record<string, any>>>;
62
+ export declare const DatePicker: TDatePicker<ForgeElement>;
64
63
  /**
65
64
  * A visual representation of data proportions in a donut format.
66
65
  *
67
66
  * @see [DonutChart](https://developer.atlassian.com/platform/forge/ui-kit/components/donut-chart/) in UI Kit documentation for more information
68
67
  */
69
- export declare const DonutChart: TDonutChart<ForgeElement<Record<string, any>>>;
68
+ export declare const DonutChart: TDonutChart<ForgeElement>;
70
69
  /**
71
70
  * An empty state appears when there is no data to display and describes what the user can do next.
72
71
  *
73
72
  * @see [EmptyState](https://developer.atlassian.com/platform/forge/ui-kit/components/empty-state/) in UI Kit documentation for more information
74
73
  */
75
- export declare const EmptyState: TEmptyState<ForgeElement<Record<string, any>>>;
74
+ export declare const EmptyState: TEmptyState<ForgeElement>;
76
75
  /**
77
76
  * An error message is used to tell a user that the field input is invalid.
78
77
  * For example, an error message could be "Invalid username, needs to be more than 4 characters".
79
78
  *
80
79
  * @see [ErrorMessage](https://developer.atlassian.com/platform/forge/ui-kit/components/form/#error-message) in UI Kit documentation for more information
81
80
  */
82
- export declare const ErrorMessage: TErrorMessage<ForgeElement<Record<string, any>>>;
81
+ export declare const ErrorMessage: TErrorMessage<ForgeElement>;
83
82
  /**
84
83
  * A file card component that displays file information with actions
85
84
  *
86
85
  * @see [FileCard](https://developer.atlassian.com/platform/forge/ui-kit/components/file-card/) in UI Kit documentation for more information
87
86
  */
88
- export declare const FileCard: TFileCard<ForgeElement<Record<string, any>>>;
87
+ export declare const FileCard: TFileCard<ForgeElement>;
89
88
  /**
90
89
  * A file picker component that allows users to select and upload files
91
90
  *
92
91
  * @see [FilePicker](https://developer.atlassian.com/platform/forge/ui-kit/components/file-picker/) in UI Kit documentation for more information
93
92
  */
94
- export declare const FilePicker: TFilePicker<ForgeElement<Record<string, any>>>;
93
+ export declare const FilePicker: TFilePicker<ForgeElement>;
95
94
  /**
96
95
  * A form allows users to input information.
97
96
  *
98
97
  * @see [Form](https://developer.atlassian.com/platform/forge/ui-kit/components/form/) in UI Kit documentation for more information
99
98
  */
100
- export declare const Form: TForm<ForgeElement<Record<string, any>>>;
99
+ export declare const Form: TForm<ForgeElement>;
101
100
  /**
102
101
  * Use a form footer to set the content at the end of the form. This is used for a button that submits the form.
103
102
  *
@@ -105,7 +104,7 @@ export declare const Form: TForm<ForgeElement<Record<string, any>>>;
105
104
  *
106
105
  * @see [FormFooter](https://developer.atlassian.com/platform/forge/ui-kit/components/form/#form-footer) in UI Kit documentation for more information
107
106
  */
108
- export declare const FormFooter: TFormFooter<ForgeElement<Record<string, any>>>;
107
+ export declare const FormFooter: TFormFooter<ForgeElement>;
109
108
  /**
110
109
  * Use a form header to describe the contents of the form. This is the title and description of the form.
111
110
  * If your form contains required fields, the form header is also where you should include a legend
@@ -113,336 +112,336 @@ export declare const FormFooter: TFormFooter<ForgeElement<Record<string, any>>>;
113
112
  *
114
113
  * @see [FormHeader](https://developer.atlassian.com/platform/forge/ui-kit/components/form/#form-header) in UI Kit documentation for more information
115
114
  */
116
- export declare const FormHeader: TFormHeader<ForgeElement<Record<string, any>>>;
115
+ export declare const FormHeader: TFormHeader<ForgeElement>;
117
116
  /**
118
117
  * Use a form section to group related information together, so that longer forms are easier to understand.
119
118
  * There can be multiple form sections in one form.
120
119
  *
121
120
  * @see [FormSection](https://developer.atlassian.com/platform/forge/ui-kit/components/form/#form-section) in UI Kit documentation for more information
122
121
  */
123
- export declare const FormSection: TFormSection<ForgeElement<Record<string, any>>>;
122
+ export declare const FormSection: TFormSection<ForgeElement>;
124
123
  /**
125
124
  * A heading is a typography component used to display text in different sizes and formats.
126
125
  *
127
126
  * @see [Heading](https://developer.atlassian.com/platform/forge/ui-kit/components/heading/) in UI Kit documentation for more information
128
127
  */
129
- export declare const Heading: THeading<ForgeElement<Record<string, any>>>;
128
+ export declare const Heading: THeading<ForgeElement>;
130
129
  /**
131
130
  * A helper message tells the user what kind of input the field takes.
132
131
  * For example, a helper message could be "Password should be more than 4 characters".
133
132
  *
134
133
  * @see [HelperMessage](https://developer.atlassian.com/platform/forge/ui-kit/components/form/#helper-message) in UI Kit documentation for more information
135
134
  */
136
- export declare const HelperMessage: THelperMessage<ForgeElement<Record<string, any>>>;
135
+ export declare const HelperMessage: THelperMessage<ForgeElement>;
137
136
  /**
138
137
  * A visual representation of data using horizontal rectangular bars of varying lengths to compare different categories or values.
139
138
  *
140
139
  * @see [HorizontalBarChart](https://developer.atlassian.com/platform/forge/ui-kit/components/horizontal-bar-chart/) in UI Kit documentation for more information
141
140
  */
142
- export declare const HorizontalBarChart: THorizontalBarChart<ForgeElement<Record<string, any>>>;
141
+ export declare const HorizontalBarChart: THorizontalBarChart<ForgeElement>;
143
142
  /**
144
143
  * A visual representation of data using horizontal rectangular bars of varying lengths to demonstrate comparisons between categories of data.
145
144
  *
146
145
  * @see [HorizontalStackBarChart](https://developer.atlassian.com/platform/forge/ui-kit/components/horizontal-stack-bar-chart/) in UI Kit documentation for more information
147
146
  */
148
- export declare const HorizontalStackBarChart: THorizontalStackBarChart<ForgeElement<Record<string, any>>>;
147
+ export declare const HorizontalStackBarChart: THorizontalStackBarChart<ForgeElement>;
149
148
  /**
150
149
  * An icon is a visual representation of a command, device, directory, or common action.
151
150
  *
152
151
  * @see [Icon](https://developer.atlassian.com/platform/forge/ui-kit/components/icon/) in UI Kit documentation for more information
153
152
  */
154
- export declare const Icon: TIcon<ForgeElement<Record<string, any>>>;
153
+ export declare const Icon: TIcon<ForgeElement>;
155
154
  /**
156
155
  * An image component to display images.
157
156
  *
158
157
  * @see [Image](https://developer.atlassian.com/platform/forge/ui-kit/components/image/) in UI Kit documentation
159
158
  */
160
- export declare const Image: TImage<ForgeElement<Record<string, any>>>;
159
+ export declare const Image: TImage<ForgeElement>;
161
160
  /**
162
161
  * An inline manages the horizontal layout of direct children using flexbox.
163
162
  *
164
163
  * @see [Inline](https://developer.atlassian.com/platform/forge/ui-kit/components/inline/) in UI Kit documentation for more information
165
164
  */
166
- export declare const Inline: TInline<ForgeElement<Record<string, any>>>;
165
+ export declare const Inline: TInline<ForgeElement>;
167
166
  /**
168
167
  * A label represents a caption for an item in a user interface.
169
168
  *
170
169
  * @see [Label](https://developer.atlassian.com/platform/forge/ui-kit/components/form/#label) in UI Kit documentation for more information
171
170
  */
172
- export declare const Label: TLabel<ForgeElement<Record<string, any>>>;
171
+ export declare const Label: TLabel<ForgeElement>;
173
172
  /**
174
173
  * A visual representation of data showing trends.
175
174
  *
176
175
  * @see [LineChart](https://developer.atlassian.com/platform/forge/ui-kit/components/line-chart/) in UI Kit documentation for more information
177
176
  */
178
- export declare const LineChart: TLineChart<ForgeElement<Record<string, any>>>;
177
+ export declare const LineChart: TLineChart<ForgeElement>;
179
178
  /**
180
179
  * Renders a link in the style of a button.
181
180
  *
182
181
  * @see [LinkButton](https://developer.atlassian.com/platform/forge/ui-kit/components/button/#linkbutton-props) in UI Kit documentation for more information
183
182
  */
184
- export declare const LinkButton: TLinkButton<ForgeElement<Record<string, any>>>;
183
+ export declare const LinkButton: TLinkButton<ForgeElement>;
185
184
  /**
186
185
  * An unordered (bulleted) or ordered (numbered) list.
187
186
  *
188
187
  * @see [List](https://developer.atlassian.com/platform/forge/ui-kit/components/list/) in UI Kit documentation for more information
189
188
  */
190
- export declare const List: TList<ForgeElement<Record<string, any>>>;
191
- export declare const ListItem: TListItem<ForgeElement<Record<string, any>>>;
189
+ export declare const List: TList<ForgeElement>;
190
+ export declare const ListItem: TListItem<ForgeElement>;
192
191
  /**
193
192
  * A button that shows an spinner as an overlay on the button when you set an isLoading prop to true.
194
193
  *
195
194
  * @see [LoadingButton](https://developer.atlassian.com/platform/forge/ui-kit/components/button/#loadingbutton-props) in UI Kit documentation for more information
196
195
  */
197
- export declare const LoadingButton: TLoadingButton<ForgeElement<Record<string, any>>>;
196
+ export declare const LoadingButton: TLoadingButton<ForgeElement>;
198
197
  /**
199
198
  * A lozenge is a visual indicator used to highlight an item's status for quick recognition.
200
199
  *
201
200
  * @see [Lozenge](https://developer.atlassian.com/platform/forge/ui-kit/components/lozenge/) in UI Kit documentation for more information
202
201
  */
203
- export declare const Lozenge: TLozenge<ForgeElement<Record<string, any>>>;
202
+ export declare const Lozenge: TLozenge<ForgeElement>;
204
203
  /**
205
204
  * A modal dialog displays content that requires user interaction, in a layer above the page.
206
205
  *
207
206
  * @see [Modal](https://developer.atlassian.com/platform/forge/ui-kit/components/modal/) in UI Kit documentation for more information
208
207
  */
209
- export declare const Modal: TModal<ForgeElement<Record<string, any>>>;
208
+ export declare const Modal: TModal<ForgeElement>;
210
209
  /**
211
210
  * A modal body is used to display the main content of a modal.
212
211
  *
213
212
  * @see [ModalBody](https://developer.atlassian.com/platform/forge/ui-kit/components/modal/#body) in UI Kit documentation for more information
214
213
  */
215
- export declare const ModalBody: TModalBody<ForgeElement<Record<string, any>>>;
214
+ export declare const ModalBody: TModalBody<ForgeElement>;
216
215
  /**
217
216
  * A modal footer often contains a primary action and the ability to cancel and close the dialog,
218
217
  * though can contain any React element.
219
218
  *
220
219
  * @see [ModalFooter](https://developer.atlassian.com/platform/forge/ui-kit/components/modal/#footer) in UI Kit documentation for more information
221
220
  */
222
- export declare const ModalFooter: TModalFooter<ForgeElement<Record<string, any>>>;
221
+ export declare const ModalFooter: TModalFooter<ForgeElement>;
223
222
  /**
224
223
  * A modal header contains the title of the modal and can contain other React elements such as a close button.
225
224
  *
226
225
  * @see [ModalHeader](https://developer.atlassian.com/platform/forge/ui-kit/components/modal/#header) in UI Kit documentation for more information
227
226
  */
228
- export declare const ModalHeader: TModalHeader<ForgeElement<Record<string, any>>>;
227
+ export declare const ModalHeader: TModalHeader<ForgeElement>;
229
228
  /**
230
229
  * A modal title is used to display a title within a modal.
231
230
  *
232
231
  * @see [ModalTitle](https://developer.atlassian.com/platform/forge/ui-kit/components/modal/#title) in UI Kit documentation for more information
233
232
  */
234
- export declare const ModalTitle: TModalTitle<ForgeElement<Record<string, any>>>;
233
+ export declare const ModalTitle: TModalTitle<ForgeElement>;
235
234
  /**
236
235
  * A modal transition wraps a modal to provide a fluid transition upon opening and closing.
237
236
  *
238
237
  * @see [ModalTransition](https://developer.atlassian.com/platform/forge/ui-kit/components/modal/#modal-transition) in UI Kit documentation for more information
239
238
  */
240
- export declare const ModalTransition: TModalTransition<ForgeElement<Record<string, any>>>;
239
+ export declare const ModalTransition: TModalTransition<ForgeElement>;
241
240
  /**
242
241
  * A visual representation of data proportions in a circular format.
243
242
  *
244
243
  * @see [PieChart](https://developer.atlassian.com/platform/forge/ui-kit/components/pie-chart/) in UI Kit documentation for more information
245
244
  */
246
- export declare const PieChart: TPieChart<ForgeElement<Record<string, any>>>;
245
+ export declare const PieChart: TPieChart<ForgeElement>;
247
246
  /**
248
247
  * A progress bar communicates the status of a system process.
249
248
  *
250
249
  * @see [ProgressBar](https://developer.atlassian.com/platform/forge/ui-kit/components/progress-bar/) in UI Kit documentation for more information
251
250
  */
252
- export declare const ProgressBar: TProgressBar<ForgeElement<Record<string, any>>>;
251
+ export declare const ProgressBar: TProgressBar<ForgeElement>;
253
252
  /**
254
253
  * A progress tracker displays the steps and progress through a journey.
255
254
  *
256
255
  * @see [ProgressTracker](https://developer.atlassian.com/platform/forge/ui-kit/components/progress-tracker/) in UI Kit documentation for more information
257
256
  */
258
- export declare const ProgressTracker: TProgressTracker<ForgeElement<Record<string, any>>>;
257
+ export declare const ProgressTracker: TProgressTracker<ForgeElement>;
259
258
  /**
260
259
  * A radio input allows users to select only one option from a number of choices. Radio is generally displayed in a radio group.
261
260
  *
262
261
  * @see [Radio](https://developer.atlassian.com/platform/forge/ui-kit/components/radio/) in UI Kit documentation for more information
263
262
  */
264
- export declare const Radio: TRadio<ForgeElement<Record<string, any>>>;
263
+ export declare const Radio: TRadio<ForgeElement>;
265
264
  /**
266
265
  * A radio input allows users to select only one option from a number of choices. Radio is generally displayed in a radio group.
267
266
  *
268
267
  * @see [RadioGroup](https://developer.atlassian.com/platform/forge/ui-kit/components/radio-group/) in UI Kit documentation for more information
269
268
  */
270
- export declare const RadioGroup: TRadioGroup<ForgeElement<Record<string, any>>>;
269
+ export declare const RadioGroup: TRadioGroup<ForgeElement>;
271
270
  /**
272
271
  * A range lets users choose an approximate value on a slider.
273
272
  *
274
273
  * @see [Range](https://developer.atlassian.com/platform/forge/ui-kit/components/range/) in UI Kit documentation for more information
275
274
  */
276
- export declare const Range: TRange<ForgeElement<Record<string, any>>>;
275
+ export declare const Range: TRange<ForgeElement>;
277
276
  /**
278
277
  * Select allows users to make a single selection or multiple selections from a list of options.
279
278
  *
280
279
  * @see [Select](https://developer.atlassian.com/platform/forge/ui-kit/components/select/) in UI Kit documentation for more information
281
280
  */
282
- export declare const Select: TSelect<ForgeElement<Record<string, any>>>;
281
+ export declare const Select: TSelect<ForgeElement>;
283
282
  /**
284
283
  * A section message is used to alert users to a particular section of the screen.
285
284
  *
286
285
  * @see [SectionMessage](https://developer.atlassian.com/platform/forge/ui-kit/components/section-message/) in UI Kit documentation for more information
287
286
  */
288
- export declare const SectionMessage: TSectionMessage<ForgeElement<Record<string, any>>>;
287
+ export declare const SectionMessage: TSectionMessage<ForgeElement>;
289
288
  /**
290
289
  * A section message is used to alert users to a particular section of the screen.
291
290
  *
292
291
  * @see [SectionMessageAction](https://developer.atlassian.com/platform/forge/ui-kit/components/section-message/#section-message-action) in UI Kit documentation for more information
293
292
  */
294
- export declare const SectionMessageAction: TSectionMessageAction<ForgeElement<Record<string, any>>>;
293
+ export declare const SectionMessageAction: TSectionMessageAction<ForgeElement>;
295
294
  /**
296
295
  * A spinner is an animated spinning icon that lets users know content is being loaded.
297
296
  *
298
297
  * @see [Spinner](https://developer.atlassian.com/platform/forge/ui-kit/components/spinner/) in UI Kit documentation for more information
299
298
  */
300
- export declare const Spinner: TSpinner<ForgeElement<Record<string, any>>>;
299
+ export declare const Spinner: TSpinner<ForgeElement>;
301
300
  /**
302
301
  * A stack manages the vertical layout of direct children using flexbox.
303
302
  *
304
303
  * @see [Stack](https://developer.atlassian.com/platform/forge/ui-kit/components/stack/) in UI Kit documentation for more information
305
304
  */
306
- export declare const Stack: TStack<ForgeElement<Record<string, any>>>;
305
+ export declare const Stack: TStack<ForgeElement>;
307
306
  /**
308
307
  * A visual representation of data using rectangular bars of varying heights to demonstrate comparisons between categories of data.
309
308
  *
310
309
  * @see [StackBarChart](https://developer.atlassian.com/platform/forge/ui-kit/components/stack-bar-chart/) in UI Kit documentation for more information
311
310
  */
312
- export declare const StackBarChart: TStackBarChart<ForgeElement<Record<string, any>>>;
311
+ export declare const StackBarChart: TStackBarChart<ForgeElement>;
313
312
  /**
314
313
  * `Tab` represents an individual tab displayed in a TabList.
315
314
  *
316
315
  * @see [Tab](https://developer.atlassian.com/platform/forge/ui-kit/components/tabs/) in UI Kit documentation for more information
317
316
  */
318
- export declare const Tab: TTab<ForgeElement<Record<string, any>>>;
317
+ export declare const Tab: TTab<ForgeElement>;
319
318
  /**
320
319
  * A `TabList` groups `Tab` components together.
321
320
  *
322
321
  * @see [TabList](https://developer.atlassian.com/platform/forge/ui-kit/components/tab-list/) in UI Kit documentation for more information
323
322
  */
324
- export declare const TabList: TTabList<ForgeElement<Record<string, any>>>;
323
+ export declare const TabList: TTabList<ForgeElement>;
325
324
  /**
326
325
  * A `TabPanel` houses the contents of a `Tab`.
327
326
  *
328
327
  * @see [TabPanel](https://developer.atlassian.com/platform/forge/ui-kit/components/tabs/) in UI Kit documentation for more information
329
328
  */
330
- export declare const TabPanel: TTabPanel<ForgeElement<Record<string, any>>>;
329
+ export declare const TabPanel: TTabPanel<ForgeElement>;
331
330
  /**
332
331
  * Tabs are used to organize content by grouping similar information on the same page.
333
332
  *
334
333
  * @see [Tabs](https://developer.atlassian.com/platform/forge/ui-kit/components/tabs/) in UI Kit documentation for more information
335
334
  */
336
- export declare const Tabs: TTabs<ForgeElement<Record<string, any>>>;
337
- export declare const Tag: TTag<ForgeElement<Record<string, any>>>;
335
+ export declare const Tabs: TTabs<ForgeElement>;
336
+ export declare const Tag: TTag<ForgeElement>;
338
337
  /**
339
338
  * A tag group controls the layout and alignment for a collection of tags.
340
339
  *
341
340
  * @see [TagGroup](https://developer.atlassian.com/platform/forge/ui-kit/components/tag-group/) in UI Kit documentation for more information
342
341
  */
343
- export declare const TagGroup: TTagGroup<ForgeElement<Record<string, any>>>;
342
+ export declare const TagGroup: TTagGroup<ForgeElement>;
344
343
  /**
345
344
  * A text area lets users enter long form text which spans over multiple lines.
346
345
  *
347
346
  * @see [TextArea](https://developer.atlassian.com/platform/forge/ui-kit/components/text-area/) in UI Kit documentation for more information
348
347
  */
349
- export declare const TextArea: TTextArea<ForgeElement<Record<string, any>>>;
348
+ export declare const TextArea: TTextArea<ForgeElement>;
350
349
  /**
351
350
  * A text field is an input that allows a user to write or edit text.
352
351
  *
353
352
  * @see [Textfield](https://developer.atlassian.com/platform/forge/ui-kit/components/textfield/) in UI Kit documentation for more information
354
353
  */
355
- export declare const Textfield: TTextfield<ForgeElement<Record<string, any>>>;
354
+ export declare const Textfield: TTextfield<ForgeElement>;
356
355
  /**
357
356
  * A time picker allows the user to select a specific time.
358
357
  *
359
358
  * @see [TimePicker](https://developer.atlassian.com/platform/forge/ui-kit/components/time-picker/) in UI Kit documentation for more information
360
359
  */
361
- export declare const TimePicker: TTimePicker<ForgeElement<Record<string, any>>>;
360
+ export declare const TimePicker: TTimePicker<ForgeElement>;
362
361
  /**
363
362
  * A toggle is used to view or switch between enabled or disabled states.
364
363
  *
365
364
  * @see [Toggle](https://developer.atlassian.com/platform/forge/ui-kit/components/toggle/) in UI Kit documentation for more information
366
365
  */
367
- export declare const Toggle: TToggle<ForgeElement<Record<string, any>>>;
366
+ export declare const Toggle: TToggle<ForgeElement>;
368
367
  /**
369
368
  * A `Tooltip` is a floating, non-actionable label used to explain a user interface element or feature.
370
369
  *
371
370
  * @see [Tooltip](https://developer.atlassian.com/platform/forge/ui-kit/components/tooltip/) in UI Kit documentation for more information
372
371
  */
373
- export declare const Tooltip: TTooltip<ForgeElement<Record<string, any>>>;
372
+ export declare const Tooltip: TTooltip<ForgeElement>;
374
373
  /**
375
374
  * A typography component used to display body text.
376
375
  * It can also include inline components such as
377
376
  * [Badge](https://developer.atlassian.com/platform/forge/ui-kit/components/badge/) and
378
377
  * [Lozenge](https://developer.atlassian.com/platform/forge/ui-kit/components/lozenge/).
379
378
  */
380
- export declare const Text: TText<ForgeElement<Record<string, any>>>;
379
+ export declare const Text: TText<ForgeElement>;
381
380
  /**
382
381
  * A valid message is used to tell a user that the field input is valid.
383
382
  * For example, a helper message could be "Nice one, this username is available".
384
383
  *
385
384
  * @see [ValidMessage](https://developer.atlassian.com/platform/forge/ui-kit/components/form/#validation-message) in UI Kit documentation for more information
386
385
  */
387
- export declare const ValidMessage: TValidMessage<ForgeElement<Record<string, any>>>;
386
+ export declare const ValidMessage: TValidMessage<ForgeElement>;
388
387
  export declare const RequiredAsterisk: () => JSX.Element;
389
388
  /**
390
389
  * A pressable is a primitive for building custom buttons.
391
390
  *
392
391
  * @see [Pressable](https://developer.atlassian.com/platform/forge/ui-kit/components/pressable/) in UI Kit documentation for more information
393
392
  */
394
- export declare const Pressable: TPressable<ForgeElement<Record<string, any>>>;
393
+ export declare const Pressable: TPressable<ForgeElement>;
395
394
  /**
396
395
  * The comment editor provides a contained editor UI with a simple toolbar.
397
396
  *
398
397
  * @see [CommentEditor](https://developer.atlassian.com/platform/forge/ui-kit/components/comment-editor/) in UI Kit documentation for more information
399
398
  */
400
- export declare const CommentEditor: TCommentEditor<ForgeElement<Record<string, any>>>;
399
+ export declare const CommentEditor: TCommentEditor<ForgeElement>;
401
400
  /**
402
401
  * The chromeless editor provides the Editor without any of the standard UI features. It's ideal for cases where the integrator wants complete control and responsibility over the editor UI.
403
402
  *
404
403
  * @see [ChromelessEditor](https://developer.atlassian.com/platform/forge/ui-kit/components/chromeless-editor/) in UI Kit documentation for more information
405
404
  */
406
- export declare const ChromelessEditor: TChromelessEditor<ForgeElement<Record<string, any>>>;
405
+ export declare const ChromelessEditor: TChromelessEditor<ForgeElement>;
407
406
  /**
408
407
  * A tile is a rounded square that takes an asset and represents a noun.
409
408
  *
410
409
  * @see [Tile](https://developer.atlassian.com/platform/forge/ui-kit/components/tile/) in UI Kit documentation for more information
411
410
  */
412
- export declare const Tile: TTile<ForgeElement<Record<string, any>>>;
411
+ export declare const Tile: TTile<ForgeElement>;
413
412
  /**
414
413
  * A component that represents a user, displaying details such as name and profile picture.
415
414
  *
416
415
  * @see [User](https://developer.atlassian.com/platform/forge/ui-kit/components/user/) in UI Kit documentation
417
416
  */
418
- export declare const User: TUser<ForgeElement<Record<string, any>>>;
417
+ export declare const User: TUser<ForgeElement>;
419
418
  /**
420
419
  * An AtlassianTile is an icon that represents an Atlassian-specific content type, displayed in a tile.
421
420
  * The glyph prop automatically sets the color for the object.
422
421
  *
423
422
  * @see [AtlassianTile](https://developer.atlassian.com/platform/forge/ui-kit/components/atlassian-tile/) in UI Kit documentation for more information
424
423
  */
425
- export declare const AtlassianTile: TAtlassianTile<ForgeElement<Record<string, any>>>;
424
+ export declare const AtlassianTile: TAtlassianTile<ForgeElement>;
426
425
  /**
427
426
  * An AtlassianIcon is an icon that represents an Atlassian-specific content type.
428
427
  * The glyph prop automatically sets the color for the object.
429
428
  *
430
429
  * @see [AtlassianIcon](https://developer.atlassian.com/platform/forge/ui-kit/components/atlassian-icon/) in UI Kit documentation for more information
431
430
  */
432
- export declare const AtlassianIcon: TAtlassianIcon<ForgeElement<Record<string, any>>>;
431
+ export declare const AtlassianIcon: TAtlassianIcon<ForgeElement>;
433
432
  /**
434
433
  * A component that displays a hyperlink. Use this component for inline links,
435
434
  * typically inside a `Text` component.
436
435
  *
437
436
  * @see [Link](https://developer.atlassian.com/platform/forge/ui-kit/components/link/) in UI Kit documentation
438
437
  */
439
- export declare const Link: TLink<ForgeElement<Record<string, any>>>;
438
+ export declare const Link: TLink<ForgeElement>;
440
439
  /**
441
440
  * A dropdown field that allows users to search and select users from a list.
442
441
  *
443
442
  * @see [UserPicker](https://developer.atlassian.com/platform/forge/ui-kit/components/user-picker/) in UI Kit documentation
444
443
  */
445
- export declare const UserPicker: TUserPicker<ForgeElement<Record<string, any>>>;
444
+ export declare const UserPicker: TUserPicker<ForgeElement>;
446
445
  /**
447
446
  * A container for rendering static frontend applications (HTML, CSS, JavaScript)
448
447
  * within a UI Kit app. Supports bidirectional communication with the host app
@@ -450,7 +449,7 @@ export declare const UserPicker: TUserPicker<ForgeElement<Record<string, any>>>;
450
449
  *
451
450
  * @see [Frame](https://developer.atlassian.com/platform/forge/ui-kit/components/frame/) in UI Kit documentation
452
451
  */
453
- export declare const Frame: TFrame<ForgeElement<Record<string, any>>>;
452
+ export declare const Frame: TFrame<ForgeElement>;
454
453
  /**
455
454
  * Displays a stack of multiple users (name and profile picture), subject to
456
455
  * their privacy settings. Can also be used inside a `Text` component, where
@@ -458,29 +457,29 @@ export declare const Frame: TFrame<ForgeElement<Record<string, any>>>;
458
457
  *
459
458
  * @see [UserGroup](https://developer.atlassian.com/platform/forge/ui-kit/components/user-group/) in UI Kit documentation
460
459
  */
461
- export declare const UserGroup: TUserGroup<ForgeElement<Record<string, any>>>;
460
+ export declare const UserGroup: TUserGroup<ForgeElement>;
462
461
  /**
463
462
  * Bleed allows child elements to visually extend beyond the bounds of their parent container.
464
463
  *
465
464
  * @see [Bleed](https://developer.atlassian.com/platform/forge/ui-kit/components/bleed/) in UI Kit documentation for more information
466
465
  */
467
- export declare const Bleed: TBleed<ForgeElement<Record<string, any>>>;
466
+ export declare const Bleed: TBleed<ForgeElement>;
468
467
  /**
469
468
  * Breadcrumbs are a navigation system used to show a user's location in a site or app.
470
469
  *
471
470
  * @see [Breadcrumbs](https://developer.atlassian.com/platform/forge/ui-kit/components/breadcrumbs/) in UI Kit documentation for more information
472
471
  */
473
- export declare const Breadcrumbs: TBreadcrumbs<ForgeElement<Record<string, any>>>;
472
+ export declare const Breadcrumbs: TBreadcrumbs<ForgeElement>;
474
473
  /**
475
474
  * A breadcrumb item represents a single step in the navigation hierarchy.
476
475
  *
477
476
  * @see [BreadcrumbsItem](https://developer.atlassian.com/platform/forge/ui-kit/components/breadcrumbs-item/) in UI Kit documentation for more information
478
477
  */
479
- export declare const BreadcrumbsItem: TBreadcrumbsItem<ForgeElement<Record<string, any>>>;
478
+ export declare const BreadcrumbsItem: TBreadcrumbsItem<ForgeElement>;
480
479
  /**
481
480
  * Pagination allows you to divide large amounts of content into chunks across multiple pages.
482
481
  *
483
482
  * @see [Pagination](https://developer.atlassian.com/platform/forge/ui-kit/components/pagination/) in UI Kit documentation for more information
484
483
  */
485
- export declare const Pagination: TPagination<ForgeElement<Record<string, any>>>;
484
+ export declare const Pagination: TPagination<ForgeElement>;
486
485
  //# sourceMappingURL=ui-kit-components.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-kit-components.d.ts","sourceRoot":"","sources":["../../src/components/ui-kit-components.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"ui-kit-components.d.ts","sourceRoot":"","sources":["../../src/components/ui-kit-components.ts"],"names":[],"mappings":"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"}
@@ -1,6 +1,6 @@
1
1
  import { ReactNode } from 'react';
2
2
  import { ForgeElement } from '../../types';
3
- declare type ContentWrapperProps = {
3
+ type ContentWrapperProps = {
4
4
  name: string;
5
5
  children?: ReactNode;
6
6
  };
@@ -1 +1 @@
1
- {"version":3,"file":"content-wrapper.d.ts","sourceRoot":"","sources":["../../../src/components/utils/content-wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE3C,aAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAMF,eAAO,MAAM,cAAc,UAA0C,mBAAmB,KAAK,YAAY,CAAC"}
1
+ {"version":3,"file":"content-wrapper.d.ts","sourceRoot":"","sources":["../../../src/components/utils/content-wrapper.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAE3C,KAAK,mBAAmB,GAAG;IACzB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAMF,eAAO,MAAM,cAAc,EAAkC,CAAC,KAAK,EAAE,mBAAmB,KAAK,YAAY,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"replaceUnsupportedDocumentNodes.d.ts","sourceRoot":"","sources":["../../../src/components/utils/replaceUnsupportedDocumentNodes.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAA0B,KAAK,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE3E,eAAO,MAAM,+BAA+B,aAAc,OAAO,0BAA0B,OAAO,KAAG,OAiCpG,CAAC;AAEF,eAAO,MAAM,4BAA4B,aAAc,OAAO,0BAA0B,OAAO,KAAG,OAYjG,CAAC"}
1
+ {"version":3,"file":"replaceUnsupportedDocumentNodes.d.ts","sourceRoot":"","sources":["../../../src/components/utils/replaceUnsupportedDocumentNodes.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,OAAO,EAAE,MAAM,sBAAsB,CAAC;AACpD,OAAO,EAA0B,KAAK,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAE3E,eAAO,MAAM,+BAA+B,GAAI,UAAU,OAAO,EAAE,wBAAwB,OAAO,KAAG,OAiCpG,CAAC;AAEF,eAAO,MAAM,4BAA4B,GAAI,UAAU,OAAO,EAAE,wBAAwB,OAAO,KAAG,OAYjG,CAAC"}