@atlaskit/forge-react-types 0.29.0 → 0.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @atlaskit/forge-react-types
2
2
 
3
+ ## 0.30.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#164977](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/164977)
8
+ [`3a8e7f8f2dee3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3a8e7f8f2dee3) -
9
+ Add internal UI Kit 2 component AdfRenderer
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
15
+ ## 0.29.1
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+
3
21
  ## 0.29.0
4
22
 
5
23
  ### Minor Changes
@@ -0,0 +1,5 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,2 @@
1
+ import { type RendererProps } from '@atlaskit/renderer';
2
+ export type AdfRendererProps = RendererProps;
@@ -1,3 +1,4 @@
1
1
  export type { BadgeProps, BleedProps, BoxProps, ButtonGroupProps, ButtonProps, CalendarProps, CheckboxProps, CheckboxGroupProps, CodeBlockProps, CodeProps, DatePickerProps, DynamicTableProps, EmptyStateProps, ErrorMessageProps, FlexProps, FormFooterProps, FormHeaderProps, FormProps, FormSectionProps, GridProps, HeadingProps, HelperMessageProps, IconProps, InlineProps, LabelProps, LinkButtonProps, ListProps, ListItemProps, LoadingButtonProps, LozengeProps, ModalBodyProps, ModalFooterProps, ModalHeaderProps, ModalProps, ModalTitleProps, ModalTransitionProps, ProgressBarProps, ProgressTrackerProps, RadioGroupProps, RadioProps, RangeProps, SectionMessageActionProps, SectionMessageProps, SelectProps, SpinnerProps, StackProps, TabListProps, TabPanelProps, TabProps, TabsProps, TagGroupProps, TagProps, TextAreaProps, TextfieldProps, ToggleProps, TooltipProps, TimePickerProps, ValidMessageProps, PopupProps, InlineEditProps, } from './components/__generated__';
2
2
  export type { BarChartProps, StackBarChartProps, HorizontalStackBarChartProps, HorizontalBarChartProps, LineChartProps, SingleValueChartProps, PieChartProps, } from './components/charts';
3
+ export type { AdfRendererProps } from './components/adfrenderer';
3
4
  export type { ChartColorTokens } from './types';
@@ -0,0 +1,2 @@
1
+ import { type RendererProps } from '@atlaskit/renderer';
2
+ export type AdfRendererProps = RendererProps;
@@ -1,3 +1,4 @@
1
1
  export type { BadgeProps, BleedProps, BoxProps, ButtonGroupProps, ButtonProps, CalendarProps, CheckboxProps, CheckboxGroupProps, CodeBlockProps, CodeProps, DatePickerProps, DynamicTableProps, EmptyStateProps, ErrorMessageProps, FlexProps, FormFooterProps, FormHeaderProps, FormProps, FormSectionProps, GridProps, HeadingProps, HelperMessageProps, IconProps, InlineProps, LabelProps, LinkButtonProps, ListProps, ListItemProps, LoadingButtonProps, LozengeProps, ModalBodyProps, ModalFooterProps, ModalHeaderProps, ModalProps, ModalTitleProps, ModalTransitionProps, ProgressBarProps, ProgressTrackerProps, RadioGroupProps, RadioProps, RangeProps, SectionMessageActionProps, SectionMessageProps, SelectProps, SpinnerProps, StackProps, TabListProps, TabPanelProps, TabProps, TabsProps, TagGroupProps, TagProps, TextAreaProps, TextfieldProps, ToggleProps, TooltipProps, TimePickerProps, ValidMessageProps, PopupProps, InlineEditProps, } from './components/__generated__';
2
2
  export type { BarChartProps, StackBarChartProps, HorizontalStackBarChartProps, HorizontalBarChartProps, LineChartProps, SingleValueChartProps, PieChartProps, } from './components/charts';
3
+ export type { AdfRendererProps } from './components/adfrenderer';
3
4
  export type { ChartColorTokens } from './types';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/forge-react-types",
3
- "version": "0.29.0",
3
+ "version": "0.30.0",
4
4
  "description": "Component types for Forge UI Kit React components",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -33,16 +33,17 @@
33
33
  "@atlaskit/dynamic-table": "^16.1.0",
34
34
  "@atlaskit/empty-state": "^7.12.0",
35
35
  "@atlaskit/form": "^10.5.0",
36
- "@atlaskit/heading": "^2.4.0",
36
+ "@atlaskit/heading": "^3.0.0",
37
37
  "@atlaskit/inline-edit": "^13.7.0",
38
38
  "@atlaskit/lozenge": "^11.12.0",
39
39
  "@atlaskit/modal-dialog": "^12.17.0",
40
40
  "@atlaskit/popup": "^1.29.0",
41
41
  "@atlaskit/primitives": "^13.2.0",
42
- "@atlaskit/progress-bar": "2.3.3",
42
+ "@atlaskit/progress-bar": "3.0.0",
43
43
  "@atlaskit/progress-tracker": "8.10.1",
44
44
  "@atlaskit/radio": "^6.5.0",
45
45
  "@atlaskit/range": "^7.4.0",
46
+ "@atlaskit/renderer": "^112.2.0",
46
47
  "@atlaskit/section-message": "^6.6.0",
47
48
  "@atlaskit/select": "^18.5.0",
48
49
  "@atlaskit/spinner": "^16.3.0",
@@ -0,0 +1,3 @@
1
+ import { type RendererProps } from '@atlaskit/renderer';
2
+
3
+ export type AdfRendererProps = RendererProps;
package/src/index.ts CHANGED
@@ -71,4 +71,6 @@ export type {
71
71
  PieChartProps,
72
72
  } from './components/charts';
73
73
 
74
+ export type { AdfRendererProps } from './components/adfrenderer';
75
+
74
76
  export type { ChartColorTokens } from './types';