@atlaskit/forge-react-types 0.5.3 → 0.5.5
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 +12 -0
- package/README.md +2 -0
- package/dist/cjs/components/__generated__/DatePickerProps.codegen.js +1 -5
- package/dist/cjs/components/__generated__/IconProps.codegen.js +1 -5
- package/dist/cjs/components/__generated__/index.js +1 -0
- package/dist/cjs/components/__generated__/types.codegen.js +1 -5
- package/dist/cjs/index.js +1 -5
- package/dist/es2019/components/__generated__/DatePickerProps.codegen.js +0 -1
- package/dist/es2019/components/__generated__/IconProps.codegen.js +0 -1
- package/dist/es2019/components/__generated__/index.js +0 -0
- package/dist/es2019/components/__generated__/types.codegen.js +0 -1
- package/dist/es2019/index.js +0 -1
- package/dist/esm/components/__generated__/DatePickerProps.codegen.js +0 -1
- package/dist/esm/components/__generated__/IconProps.codegen.js +0 -1
- package/dist/esm/components/__generated__/index.js +0 -0
- package/dist/esm/components/__generated__/types.codegen.js +0 -1
- package/dist/esm/index.js +0 -1
- package/dist/types/components/__generated__/ButtonProps.codegen.d.ts +2 -2
- package/dist/types/components/__generated__/CheckboxProps.codegen.d.ts +2 -2
- package/dist/types/components/__generated__/FormProps.codegen.d.ts +2 -2
- package/dist/types/components/__generated__/RadioProps.codegen.d.ts +2 -2
- package/dist/types/components/__generated__/TextAreaProps.codegen.d.ts +2 -2
- package/dist/types/components/__generated__/index.d.ts +52 -0
- package/dist/types/components/__generated__/types.codegen.d.ts +2 -3
- package/dist/types/index.d.ts +1 -1
- package/dist/types-ts4.5/components/__generated__/ButtonProps.codegen.d.ts +2 -2
- package/dist/types-ts4.5/components/__generated__/CheckboxProps.codegen.d.ts +2 -2
- package/dist/types-ts4.5/components/__generated__/FormProps.codegen.d.ts +2 -2
- package/dist/types-ts4.5/components/__generated__/RadioProps.codegen.d.ts +2 -2
- package/dist/types-ts4.5/components/__generated__/TextAreaProps.codegen.d.ts +2 -2
- package/dist/types-ts4.5/components/__generated__/index.d.ts +52 -0
- package/dist/types-ts4.5/components/__generated__/types.codegen.d.ts +2 -3
- package/dist/types-ts4.5/index.d.ts +1 -1
- package/package.json +3 -3
- package/scripts/codegen/codeGenerator.ts +1 -3
- package/scripts/codegen/componentPropTypes.ts +4 -46
- package/src/components/__generated__/ButtonProps.codegen.tsx +2 -2
- package/src/components/__generated__/CheckboxProps.codegen.tsx +2 -2
- package/src/components/__generated__/FormProps.codegen.tsx +2 -2
- package/src/components/__generated__/RadioProps.codegen.tsx +2 -2
- package/src/components/__generated__/TextAreaProps.codegen.tsx +2 -2
- package/src/components/__generated__/index.ts +52 -0
- package/src/components/__generated__/types.codegen.ts +2 -3
- package/src/index.ts +1 -1
- package/dist/cjs/components/__generated__/index.codegen.js +0 -5
- package/dist/es2019/components/__generated__/index.codegen.js +0 -1
- package/dist/esm/components/__generated__/index.codegen.js +0 -1
- package/dist/types/components/__generated__/index.codegen.d.ts +0 -112
- package/dist/types-ts4.5/components/__generated__/index.codegen.d.ts +0 -112
- package/src/components/__generated__/index.codegen.ts +0 -112
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/forge-react-types
|
|
2
2
|
|
|
3
|
+
## 0.5.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#81644](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81644) [`8ab7a816dca7`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8ab7a816dca7) - Revert input border change from the previous version
|
|
8
|
+
|
|
9
|
+
## 0.5.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#81281](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/81281) [`3a0d03ab0b76`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/3a0d03ab0b76) - Updated form props
|
|
14
|
+
|
|
3
15
|
## 0.5.3
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
package/dist/cjs/index.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/es2019/index.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
File without changes
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
package/dist/esm/index.js
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - ButtonProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::9817f34df1db8276585906e785a1c0df>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/button/__generated__/index.partial.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/button/__generated__/index.partial.tsx <<SignedSource::d7cad62745b29dd6ba61f46c9ca72786>>
|
|
9
9
|
*/
|
|
10
10
|
import type { ButtonProps as PlatformButtonProps } from '@atlaskit/button/new';
|
|
11
11
|
export type Icon = 'activity' | 'add' | 'add-circle' | 'add-item' | 'addon' | 'app-access' | 'app-switcher' | 'archive' | 'arrow-down' | 'arrow-down-circle' | 'arrow-left' | 'arrow-left-circle' | 'arrow-right' | 'arrow-right-circle' | 'arrow-up' | 'arrow-up-circle' | 'attachment' | 'audio' | 'audio-circle' | 'backlog' | 'billing' | 'billing-filled' | 'bitbucket-branches' | 'bitbucket-builds' | 'bitbucket-clone' | 'bitbucket-commits' | 'bitbucket-compare' | 'bitbucket-forks' | 'bitbucket-output' | 'bitbucket-pipelines' | 'bitbucket-pullrequests' | 'bitbucket-repos' | 'bitbucket-snippets' | 'bitbucket-source' | 'board' | 'book' | 'bullet-list' | 'calendar' | 'calendar-filled' | 'camera' | 'camera-filled' | 'camera-rotate' | 'camera-take-picture' | 'canvas' | 'check' | 'check-circle' | 'check-circle-outline' | 'checkbox' | 'checkbox-indeterminate' | 'chevron-down' | 'chevron-down-circle' | 'chevron-left' | 'chevron-left-circle' | 'chevron-left-large' | 'chevron-right' | 'chevron-right-circle' | 'chevron-right-large' | 'chevron-up' | 'chevron-up-circle' | 'child-issues' | 'code' | 'comment' | 'component' | 'copy' | 'creditcard' | 'creditcard-filled' | 'cross' | 'cross-circle' | 'dashboard' | 'decision' | 'department' | 'detail-view' | 'discover' | 'discover-filled' | 'document' | 'document-filled' | 'documents' | 'download' | 'drag-handler' | 'dropbox' | 'edit' | 'edit-filled' | 'editor-add' | 'editor-addon' | 'editor-advanced' | 'editor-align-center' | 'editor-align-image-center' | 'editor-align-image-left' | 'editor-align-image-right' | 'editor-align-left' | 'editor-align-right' | 'editor-attachment' | 'editor-background-color' | 'editor-bold' | 'editor-bullet-list' | 'editor-close' | 'editor-code' | 'editor-collapse' | 'editor-date' | 'editor-decision' | 'editor-divider' | 'editor-done' | 'editor-edit' | 'editor-emoji' | 'editor-error' | 'editor-expand' | 'editor-feedback' | 'editor-file' | 'editor-file-preview' | 'editor-help' | 'editor-hint' | 'editor-horizontal-rule' | 'editor-image' | 'editor-image-border' | 'editor-image-resize' | 'editor-indent' | 'editor-info' | 'editor-italic' | 'editor-layout-single' | 'editor-layout-three-equal' | 'editor-layout-three-with-sidebars' | 'editor-layout-two-equal' | 'editor-layout-two-left-sidebar' | 'editor-layout-two-right-sidebar' | 'editor-link' | 'editor-media-center' | 'editor-media-full-width' | 'editor-media-wide' | 'editor-media-wrap-left' | 'editor-media-wrap-right' | 'editor-mention' | 'editor-more' | 'editor-note' | 'editor-number-list' | 'editor-open' | 'editor-outdent' | 'editor-panel' | 'editor-photo' | 'editor-quote' | 'editor-recent' | 'editor-redo' | 'editor-remove' | 'editor-remove-emoji' | 'editor-search' | 'editor-settings' | 'editor-strikethrough' | 'editor-success' | 'editor-table' | 'editor-table-display-options' | 'editor-task' | 'editor-text-color' | 'editor-text-style' | 'editor-underline' | 'editor-undo' | 'editor-unlink' | 'editor-warning' | 'email' | 'emoji' | 'emoji-add' | 'emoji-activity' | 'emoji-atlassian' | 'emoji-custom' | 'emoji-emoji' | 'emoji-flags' | 'emoji-food' | 'emoji-frequent' | 'emoji-keyboard' | 'emoji-nature' | 'emoji-objects' | 'emoji-people' | 'emoji-productivity' | 'emoji-symbols' | 'emoji-travel' | 'error' | 'export' | 'feedback' | 'file' | 'filter' | 'flag-filled' | 'folder' | 'folder-filled' | 'followers' | 'following' | 'googledrive' | 'graph-bar' | 'graph-line' | 'gsuite' | 'highlights' | 'hipchat-audio-only' | 'hipchat-chevron-double-down' | 'hipchat-chevron-double-up' | 'hipchat-chevron-down' | 'hipchat-chevron-up' | 'hipchat-dial-out' | 'hipchat-lobby' | 'hipchat-media-attachment-count' | 'hipchat-outgoing-sound' | 'hipchat-sd-video' | 'home' | 'home-circle' | 'image' | 'image-border' | 'image-resize' | 'info' | 'invite-team' | 'issue' | 'issue-raise' | 'issues' | 'jira-capture' | 'jira-failed-build-status' | 'jira-labs' | 'jira-test-session' | 'label' | 'lightbulb' | 'lightbulb-filled' | 'like' | 'link' | 'link-filled' | 'list' | 'location' | 'lock' | 'lock-circle' | 'lock-filled' | 'marketplace' | 'media-services-actual-size' | 'media-services-add-comment' | 'media-services-annotate' | 'media-services-arrow' | 'media-services-audio' | 'media-services-blur' | 'media-services-brush' | 'media-services-button-option' | 'media-services-code' | 'media-services-document' | 'media-services-filter' | 'media-services-fit-to-page' | 'media-services-full-screen' | 'media-services-grid' | 'media-services-image' | 'media-services-line' | 'media-services-line-thickness' | 'media-services-no-image' | 'media-services-open-mediaviewer' | 'media-services-oval' | 'media-services-pdf' | 'media-services-preselected' | 'media-services-presentation' | 'media-services-rectangle' | 'media-services-scale-large' | 'media-services-scale-small' | 'media-services-spreadsheet' | 'media-services-text' | 'media-services-unknown' | 'media-services-video' | 'media-services-zip' | 'media-services-zoom-in' | 'media-services-zoom-out' | 'mention' | 'menu' | 'menu-expand' | 'mobile' | 'more' | 'more-vertical' | 'notification' | 'notification-all' | 'notification-direct' | 'office-building' | 'office-building-filled' | 'open' | 'overview' | 'page' | 'page-filled' | 'pdf' | 'people' | 'people-group' | 'person' | 'person-circle' | 'person-with-circle' | 'person-with-cross' | 'person-with-tick' | 'portfolio' | 'preferences' | 'premium' | 'presence-active' | 'presence-busy' | 'presence-unavailable' | 'question' | 'question-circle' | 'questions' | 'queues' | 'quote' | 'radio' | 'recent' | 'redo' | 'refresh' | 'retry' | 'roadmap' | 'room-menu' | 'schedule' | 'schedule-filled' | 'screen' | 'search' | 'select-clear' | 'send' | 'settings' | 'share' | 'ship' | 'shortcut' | 'sign-in' | 'sign-out' | 'sprint' | 'star' | 'star-filled' | 'star-large' | 'status' | 'stopwatch' | 'subtask' | 'suitcase' | 'switcher' | 'table' | 'task' | 'teams' | 'trash' | 'tray' | 'undo' | 'unlink' | 'unlock' | 'unlock-circle' | 'unlock-filled' | 'upload' | 'user-avatar-circle' | 'vid-audio-muted' | 'vid-audio-on' | 'vid-backward' | 'vid-camera-off' | 'vid-camera-on' | 'vid-connection-circle' | 'vid-forward' | 'vid-full-screen-off' | 'vid-full-screen-on' | 'vid-hang-up' | 'vid-hd-circle' | 'vid-pause' | 'vid-play' | 'vid-raised-hand' | 'vid-share-screen' | 'vid-speaking-circle' | 'vid-volume-full' | 'vid-volume-half' | 'vid-volume-muted' | 'video-circle' | 'video-filled' | 'warning' | 'watch' | 'watch-filled' | 'world' | 'world-small';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - CheckboxProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::1b2fa7062b83eab7fb63358a187d5aa7>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/checkbox/__generated__/index.partial.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/checkbox/__generated__/index.partial.tsx <<SignedSource::677ea01a714b425478eb5be7e795920d>>
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import PlatformCheckbox from '@atlaskit/checkbox';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - FormProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::7c9522c55d4584b6a3d4cc6e9366fd61>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/form/index.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/form/index.tsx <<SignedSource::c7d435cba1e3502a0d409b3723afeece>>
|
|
9
9
|
*/
|
|
10
10
|
import type { ReactNode } from 'react';
|
|
11
11
|
export type FormProps = {
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - RadioProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::e5be4c3033cb1a8f1dbd665abc942899>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/radio/__generated__/index.partial.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/radio/__generated__/index.partial.tsx <<SignedSource::976f491e97f339079c101ed752756cb5>>
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import { Radio as PlatformRadio } from '@atlaskit/radio';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - TextAreaProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::61c99f41b3cbc06cb74d1a18372da7c2>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/textarea/__generated__/index.partial.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/textarea/__generated__/index.partial.tsx <<SignedSource::31172390a51a038e9b40169b4bf76164>>
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import PlatformTextarea from '@atlaskit/textarea';
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export type { BadgeProps } from './BadgeProps.codegen';
|
|
2
|
+
export type { BleedProps } from './BleedProps.codegen';
|
|
3
|
+
export type { BoxProps } from './BoxProps.codegen';
|
|
4
|
+
export type { ButtonGroupProps } from './ButtonGroupProps.codegen';
|
|
5
|
+
export type { ButtonProps } from './ButtonProps.codegen';
|
|
6
|
+
export type { CheckboxProps } from './CheckboxProps.codegen';
|
|
7
|
+
export type { CodeBlockProps } from './CodeBlockProps.codegen';
|
|
8
|
+
export type { CodeProps } from './CodeProps.codegen';
|
|
9
|
+
export type { DatePickerProps } from './DatePickerProps.codegen';
|
|
10
|
+
export type { DynamicTableProps } from './DynamicTableProps.codegen';
|
|
11
|
+
export type { ErrorMessageProps } from './ErrorMessageProps.codegen';
|
|
12
|
+
export type { FlexProps } from './FlexProps.codegen';
|
|
13
|
+
export type { FormFooterProps } from './FormFooterProps.codegen';
|
|
14
|
+
export type { FormHeaderProps } from './FormHeaderProps.codegen';
|
|
15
|
+
export type { FormProps } from './FormProps.codegen';
|
|
16
|
+
export type { FormSectionProps } from './FormSectionProps.codegen';
|
|
17
|
+
export type { GridProps } from './GridProps.codegen';
|
|
18
|
+
export type { HeadingProps } from './HeadingProps.codegen';
|
|
19
|
+
export type { HelperMessageProps } from './HelperMessageProps.codegen';
|
|
20
|
+
export type { IconProps } from './IconProps.codegen';
|
|
21
|
+
export type { InlineProps } from './InlineProps.codegen';
|
|
22
|
+
export type { LabelProps } from './LabelProps.codegen';
|
|
23
|
+
export type { LinkButtonProps } from './LinkButtonProps.codegen';
|
|
24
|
+
export type { LoadingButtonProps } from './LoadingButtonProps.codegen';
|
|
25
|
+
export type { LozengeProps } from './LozengeProps.codegen';
|
|
26
|
+
export type { ModalBodyProps } from './ModalBodyProps.codegen';
|
|
27
|
+
export type { ModalFooterProps } from './ModalFooterProps.codegen';
|
|
28
|
+
export type { ModalHeaderProps } from './ModalHeaderProps.codegen';
|
|
29
|
+
export type { ModalProps } from './ModalProps.codegen';
|
|
30
|
+
export type { ModalTitleProps } from './ModalTitleProps.codegen';
|
|
31
|
+
export type { ModalTransitionProps } from './ModalTransitionProps.codegen';
|
|
32
|
+
export type { ProgressBarProps } from './ProgressBarProps.codegen';
|
|
33
|
+
export type { ProgressTrackerProps } from './ProgressTrackerProps.codegen';
|
|
34
|
+
export type { RadioGroupProps } from './RadioGroupProps.codegen';
|
|
35
|
+
export type { RadioProps } from './RadioProps.codegen';
|
|
36
|
+
export type { RangeProps } from './RangeProps.codegen';
|
|
37
|
+
export type { SectionMessageActionProps } from './SectionMessageActionProps.codegen';
|
|
38
|
+
export type { SectionMessageProps } from './SectionMessageProps.codegen';
|
|
39
|
+
export type { SelectProps } from './SelectProps.codegen';
|
|
40
|
+
export type { SpinnerProps } from './SpinnerProps.codegen';
|
|
41
|
+
export type { StackProps } from './StackProps.codegen';
|
|
42
|
+
export type { TabListProps } from './TabListProps.codegen';
|
|
43
|
+
export type { TabPanelProps } from './TabPanelProps.codegen';
|
|
44
|
+
export type { TabProps } from './TabProps.codegen';
|
|
45
|
+
export type { TabsProps } from './TabsProps.codegen';
|
|
46
|
+
export type { TagGroupProps } from './TagGroupProps.codegen';
|
|
47
|
+
export type { SimpleTagProps as TagProps } from './TagProps.codegen';
|
|
48
|
+
export type { TextAreaProps } from './TextAreaProps.codegen';
|
|
49
|
+
export type { TextfieldProps } from './TextfieldProps.codegen';
|
|
50
|
+
export type { ToggleProps } from './ToggleProps.codegen';
|
|
51
|
+
export type { TooltipProps } from './TooltipProps.codegen';
|
|
52
|
+
export type { ValidMessageProps } from './ValidMessageProps.codegen';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Shared types file from UIKit 2
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::c561f6f4e9b302f67dba090188fadfd4>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/types.ts <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/types.ts <<SignedSource::673c66c74d1dcb5e919b6232d69247f9>>
|
|
9
9
|
*/
|
|
10
10
|
export type SerialisableEvent = {
|
|
11
11
|
bubbles: boolean;
|
|
@@ -13,7 +13,6 @@ export type SerialisableEvent = {
|
|
|
13
13
|
defaultPrevented: boolean;
|
|
14
14
|
eventPhase: number;
|
|
15
15
|
isTrusted: boolean;
|
|
16
|
-
nativeEvent: any;
|
|
17
16
|
target: {
|
|
18
17
|
value?: any;
|
|
19
18
|
checked?: boolean;
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { BadgeProps, BleedProps, BoxProps, ButtonGroupProps, ButtonProps, CheckboxProps, CodeBlockProps, CodeProps, DatePickerProps, DynamicTableProps, ErrorMessageProps, FlexProps, FormFooterProps, FormHeaderProps, FormProps, FormSectionProps, GridProps, HeadingProps, HelperMessageProps, IconProps, InlineProps, LabelProps, LinkButtonProps, 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, ValidMessageProps, } from './components/__generated__
|
|
1
|
+
export type { BadgeProps, BleedProps, BoxProps, ButtonGroupProps, ButtonProps, CheckboxProps, CodeBlockProps, CodeProps, DatePickerProps, DynamicTableProps, ErrorMessageProps, FlexProps, FormFooterProps, FormHeaderProps, FormProps, FormSectionProps, GridProps, HeadingProps, HelperMessageProps, IconProps, InlineProps, LabelProps, LinkButtonProps, 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, ValidMessageProps, } from './components/__generated__';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - ButtonProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::9817f34df1db8276585906e785a1c0df>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/button/__generated__/index.partial.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/button/__generated__/index.partial.tsx <<SignedSource::d7cad62745b29dd6ba61f46c9ca72786>>
|
|
9
9
|
*/
|
|
10
10
|
import type { ButtonProps as PlatformButtonProps } from '@atlaskit/button/new';
|
|
11
11
|
export type Icon = 'activity' | 'add' | 'add-circle' | 'add-item' | 'addon' | 'app-access' | 'app-switcher' | 'archive' | 'arrow-down' | 'arrow-down-circle' | 'arrow-left' | 'arrow-left-circle' | 'arrow-right' | 'arrow-right-circle' | 'arrow-up' | 'arrow-up-circle' | 'attachment' | 'audio' | 'audio-circle' | 'backlog' | 'billing' | 'billing-filled' | 'bitbucket-branches' | 'bitbucket-builds' | 'bitbucket-clone' | 'bitbucket-commits' | 'bitbucket-compare' | 'bitbucket-forks' | 'bitbucket-output' | 'bitbucket-pipelines' | 'bitbucket-pullrequests' | 'bitbucket-repos' | 'bitbucket-snippets' | 'bitbucket-source' | 'board' | 'book' | 'bullet-list' | 'calendar' | 'calendar-filled' | 'camera' | 'camera-filled' | 'camera-rotate' | 'camera-take-picture' | 'canvas' | 'check' | 'check-circle' | 'check-circle-outline' | 'checkbox' | 'checkbox-indeterminate' | 'chevron-down' | 'chevron-down-circle' | 'chevron-left' | 'chevron-left-circle' | 'chevron-left-large' | 'chevron-right' | 'chevron-right-circle' | 'chevron-right-large' | 'chevron-up' | 'chevron-up-circle' | 'child-issues' | 'code' | 'comment' | 'component' | 'copy' | 'creditcard' | 'creditcard-filled' | 'cross' | 'cross-circle' | 'dashboard' | 'decision' | 'department' | 'detail-view' | 'discover' | 'discover-filled' | 'document' | 'document-filled' | 'documents' | 'download' | 'drag-handler' | 'dropbox' | 'edit' | 'edit-filled' | 'editor-add' | 'editor-addon' | 'editor-advanced' | 'editor-align-center' | 'editor-align-image-center' | 'editor-align-image-left' | 'editor-align-image-right' | 'editor-align-left' | 'editor-align-right' | 'editor-attachment' | 'editor-background-color' | 'editor-bold' | 'editor-bullet-list' | 'editor-close' | 'editor-code' | 'editor-collapse' | 'editor-date' | 'editor-decision' | 'editor-divider' | 'editor-done' | 'editor-edit' | 'editor-emoji' | 'editor-error' | 'editor-expand' | 'editor-feedback' | 'editor-file' | 'editor-file-preview' | 'editor-help' | 'editor-hint' | 'editor-horizontal-rule' | 'editor-image' | 'editor-image-border' | 'editor-image-resize' | 'editor-indent' | 'editor-info' | 'editor-italic' | 'editor-layout-single' | 'editor-layout-three-equal' | 'editor-layout-three-with-sidebars' | 'editor-layout-two-equal' | 'editor-layout-two-left-sidebar' | 'editor-layout-two-right-sidebar' | 'editor-link' | 'editor-media-center' | 'editor-media-full-width' | 'editor-media-wide' | 'editor-media-wrap-left' | 'editor-media-wrap-right' | 'editor-mention' | 'editor-more' | 'editor-note' | 'editor-number-list' | 'editor-open' | 'editor-outdent' | 'editor-panel' | 'editor-photo' | 'editor-quote' | 'editor-recent' | 'editor-redo' | 'editor-remove' | 'editor-remove-emoji' | 'editor-search' | 'editor-settings' | 'editor-strikethrough' | 'editor-success' | 'editor-table' | 'editor-table-display-options' | 'editor-task' | 'editor-text-color' | 'editor-text-style' | 'editor-underline' | 'editor-undo' | 'editor-unlink' | 'editor-warning' | 'email' | 'emoji' | 'emoji-add' | 'emoji-activity' | 'emoji-atlassian' | 'emoji-custom' | 'emoji-emoji' | 'emoji-flags' | 'emoji-food' | 'emoji-frequent' | 'emoji-keyboard' | 'emoji-nature' | 'emoji-objects' | 'emoji-people' | 'emoji-productivity' | 'emoji-symbols' | 'emoji-travel' | 'error' | 'export' | 'feedback' | 'file' | 'filter' | 'flag-filled' | 'folder' | 'folder-filled' | 'followers' | 'following' | 'googledrive' | 'graph-bar' | 'graph-line' | 'gsuite' | 'highlights' | 'hipchat-audio-only' | 'hipchat-chevron-double-down' | 'hipchat-chevron-double-up' | 'hipchat-chevron-down' | 'hipchat-chevron-up' | 'hipchat-dial-out' | 'hipchat-lobby' | 'hipchat-media-attachment-count' | 'hipchat-outgoing-sound' | 'hipchat-sd-video' | 'home' | 'home-circle' | 'image' | 'image-border' | 'image-resize' | 'info' | 'invite-team' | 'issue' | 'issue-raise' | 'issues' | 'jira-capture' | 'jira-failed-build-status' | 'jira-labs' | 'jira-test-session' | 'label' | 'lightbulb' | 'lightbulb-filled' | 'like' | 'link' | 'link-filled' | 'list' | 'location' | 'lock' | 'lock-circle' | 'lock-filled' | 'marketplace' | 'media-services-actual-size' | 'media-services-add-comment' | 'media-services-annotate' | 'media-services-arrow' | 'media-services-audio' | 'media-services-blur' | 'media-services-brush' | 'media-services-button-option' | 'media-services-code' | 'media-services-document' | 'media-services-filter' | 'media-services-fit-to-page' | 'media-services-full-screen' | 'media-services-grid' | 'media-services-image' | 'media-services-line' | 'media-services-line-thickness' | 'media-services-no-image' | 'media-services-open-mediaviewer' | 'media-services-oval' | 'media-services-pdf' | 'media-services-preselected' | 'media-services-presentation' | 'media-services-rectangle' | 'media-services-scale-large' | 'media-services-scale-small' | 'media-services-spreadsheet' | 'media-services-text' | 'media-services-unknown' | 'media-services-video' | 'media-services-zip' | 'media-services-zoom-in' | 'media-services-zoom-out' | 'mention' | 'menu' | 'menu-expand' | 'mobile' | 'more' | 'more-vertical' | 'notification' | 'notification-all' | 'notification-direct' | 'office-building' | 'office-building-filled' | 'open' | 'overview' | 'page' | 'page-filled' | 'pdf' | 'people' | 'people-group' | 'person' | 'person-circle' | 'person-with-circle' | 'person-with-cross' | 'person-with-tick' | 'portfolio' | 'preferences' | 'premium' | 'presence-active' | 'presence-busy' | 'presence-unavailable' | 'question' | 'question-circle' | 'questions' | 'queues' | 'quote' | 'radio' | 'recent' | 'redo' | 'refresh' | 'retry' | 'roadmap' | 'room-menu' | 'schedule' | 'schedule-filled' | 'screen' | 'search' | 'select-clear' | 'send' | 'settings' | 'share' | 'ship' | 'shortcut' | 'sign-in' | 'sign-out' | 'sprint' | 'star' | 'star-filled' | 'star-large' | 'status' | 'stopwatch' | 'subtask' | 'suitcase' | 'switcher' | 'table' | 'task' | 'teams' | 'trash' | 'tray' | 'undo' | 'unlink' | 'unlock' | 'unlock-circle' | 'unlock-filled' | 'upload' | 'user-avatar-circle' | 'vid-audio-muted' | 'vid-audio-on' | 'vid-backward' | 'vid-camera-off' | 'vid-camera-on' | 'vid-connection-circle' | 'vid-forward' | 'vid-full-screen-off' | 'vid-full-screen-on' | 'vid-hang-up' | 'vid-hd-circle' | 'vid-pause' | 'vid-play' | 'vid-raised-hand' | 'vid-share-screen' | 'vid-speaking-circle' | 'vid-volume-full' | 'vid-volume-half' | 'vid-volume-muted' | 'video-circle' | 'video-filled' | 'warning' | 'watch' | 'watch-filled' | 'world' | 'world-small';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - CheckboxProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::1b2fa7062b83eab7fb63358a187d5aa7>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/checkbox/__generated__/index.partial.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/checkbox/__generated__/index.partial.tsx <<SignedSource::677ea01a714b425478eb5be7e795920d>>
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import PlatformCheckbox from '@atlaskit/checkbox';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - FormProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::7c9522c55d4584b6a3d4cc6e9366fd61>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/form/index.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/form/index.tsx <<SignedSource::c7d435cba1e3502a0d409b3723afeece>>
|
|
9
9
|
*/
|
|
10
10
|
import type { ReactNode } from 'react';
|
|
11
11
|
export type FormProps = {
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - RadioProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::e5be4c3033cb1a8f1dbd665abc942899>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/radio/__generated__/index.partial.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/radio/__generated__/index.partial.tsx <<SignedSource::976f491e97f339079c101ed752756cb5>>
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import { Radio as PlatformRadio } from '@atlaskit/radio';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - TextAreaProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::61c99f41b3cbc06cb74d1a18372da7c2>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/textarea/__generated__/index.partial.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/textarea/__generated__/index.partial.tsx <<SignedSource::31172390a51a038e9b40169b4bf76164>>
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import PlatformTextarea from '@atlaskit/textarea';
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export type { BadgeProps } from './BadgeProps.codegen';
|
|
2
|
+
export type { BleedProps } from './BleedProps.codegen';
|
|
3
|
+
export type { BoxProps } from './BoxProps.codegen';
|
|
4
|
+
export type { ButtonGroupProps } from './ButtonGroupProps.codegen';
|
|
5
|
+
export type { ButtonProps } from './ButtonProps.codegen';
|
|
6
|
+
export type { CheckboxProps } from './CheckboxProps.codegen';
|
|
7
|
+
export type { CodeBlockProps } from './CodeBlockProps.codegen';
|
|
8
|
+
export type { CodeProps } from './CodeProps.codegen';
|
|
9
|
+
export type { DatePickerProps } from './DatePickerProps.codegen';
|
|
10
|
+
export type { DynamicTableProps } from './DynamicTableProps.codegen';
|
|
11
|
+
export type { ErrorMessageProps } from './ErrorMessageProps.codegen';
|
|
12
|
+
export type { FlexProps } from './FlexProps.codegen';
|
|
13
|
+
export type { FormFooterProps } from './FormFooterProps.codegen';
|
|
14
|
+
export type { FormHeaderProps } from './FormHeaderProps.codegen';
|
|
15
|
+
export type { FormProps } from './FormProps.codegen';
|
|
16
|
+
export type { FormSectionProps } from './FormSectionProps.codegen';
|
|
17
|
+
export type { GridProps } from './GridProps.codegen';
|
|
18
|
+
export type { HeadingProps } from './HeadingProps.codegen';
|
|
19
|
+
export type { HelperMessageProps } from './HelperMessageProps.codegen';
|
|
20
|
+
export type { IconProps } from './IconProps.codegen';
|
|
21
|
+
export type { InlineProps } from './InlineProps.codegen';
|
|
22
|
+
export type { LabelProps } from './LabelProps.codegen';
|
|
23
|
+
export type { LinkButtonProps } from './LinkButtonProps.codegen';
|
|
24
|
+
export type { LoadingButtonProps } from './LoadingButtonProps.codegen';
|
|
25
|
+
export type { LozengeProps } from './LozengeProps.codegen';
|
|
26
|
+
export type { ModalBodyProps } from './ModalBodyProps.codegen';
|
|
27
|
+
export type { ModalFooterProps } from './ModalFooterProps.codegen';
|
|
28
|
+
export type { ModalHeaderProps } from './ModalHeaderProps.codegen';
|
|
29
|
+
export type { ModalProps } from './ModalProps.codegen';
|
|
30
|
+
export type { ModalTitleProps } from './ModalTitleProps.codegen';
|
|
31
|
+
export type { ModalTransitionProps } from './ModalTransitionProps.codegen';
|
|
32
|
+
export type { ProgressBarProps } from './ProgressBarProps.codegen';
|
|
33
|
+
export type { ProgressTrackerProps } from './ProgressTrackerProps.codegen';
|
|
34
|
+
export type { RadioGroupProps } from './RadioGroupProps.codegen';
|
|
35
|
+
export type { RadioProps } from './RadioProps.codegen';
|
|
36
|
+
export type { RangeProps } from './RangeProps.codegen';
|
|
37
|
+
export type { SectionMessageActionProps } from './SectionMessageActionProps.codegen';
|
|
38
|
+
export type { SectionMessageProps } from './SectionMessageProps.codegen';
|
|
39
|
+
export type { SelectProps } from './SelectProps.codegen';
|
|
40
|
+
export type { SpinnerProps } from './SpinnerProps.codegen';
|
|
41
|
+
export type { StackProps } from './StackProps.codegen';
|
|
42
|
+
export type { TabListProps } from './TabListProps.codegen';
|
|
43
|
+
export type { TabPanelProps } from './TabPanelProps.codegen';
|
|
44
|
+
export type { TabProps } from './TabProps.codegen';
|
|
45
|
+
export type { TabsProps } from './TabsProps.codegen';
|
|
46
|
+
export type { TagGroupProps } from './TagGroupProps.codegen';
|
|
47
|
+
export type { SimpleTagProps as TagProps } from './TagProps.codegen';
|
|
48
|
+
export type { TextAreaProps } from './TextAreaProps.codegen';
|
|
49
|
+
export type { TextfieldProps } from './TextfieldProps.codegen';
|
|
50
|
+
export type { ToggleProps } from './ToggleProps.codegen';
|
|
51
|
+
export type { TooltipProps } from './TooltipProps.codegen';
|
|
52
|
+
export type { ValidMessageProps } from './ValidMessageProps.codegen';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Shared types file from UIKit 2
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::c561f6f4e9b302f67dba090188fadfd4>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/types.ts <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/types.ts <<SignedSource::673c66c74d1dcb5e919b6232d69247f9>>
|
|
9
9
|
*/
|
|
10
10
|
export type SerialisableEvent = {
|
|
11
11
|
bubbles: boolean;
|
|
@@ -13,7 +13,6 @@ export type SerialisableEvent = {
|
|
|
13
13
|
defaultPrevented: boolean;
|
|
14
14
|
eventPhase: number;
|
|
15
15
|
isTrusted: boolean;
|
|
16
|
-
nativeEvent: any;
|
|
17
16
|
target: {
|
|
18
17
|
value?: any;
|
|
19
18
|
checked?: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export type { BadgeProps, BleedProps, BoxProps, ButtonGroupProps, ButtonProps, CheckboxProps, CodeBlockProps, CodeProps, DatePickerProps, DynamicTableProps, ErrorMessageProps, FlexProps, FormFooterProps, FormHeaderProps, FormProps, FormSectionProps, GridProps, HeadingProps, HelperMessageProps, IconProps, InlineProps, LabelProps, LinkButtonProps, 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, ValidMessageProps, } from './components/__generated__
|
|
1
|
+
export type { BadgeProps, BleedProps, BoxProps, ButtonGroupProps, ButtonProps, CheckboxProps, CodeBlockProps, CodeProps, DatePickerProps, DynamicTableProps, ErrorMessageProps, FlexProps, FormFooterProps, FormHeaderProps, FormProps, FormSectionProps, GridProps, HeadingProps, HelperMessageProps, IconProps, InlineProps, LabelProps, LinkButtonProps, 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, ValidMessageProps, } from './components/__generated__';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/forge-react-types",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.5",
|
|
4
4
|
"description": "Component types for Forge UI Kit React components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
"@atlaskit/code": "^15.1.0",
|
|
32
32
|
"@atlaskit/dynamic-table": "^14.14.0",
|
|
33
33
|
"@atlaskit/form": "^9.0.3",
|
|
34
|
-
"@atlaskit/heading": "^1.
|
|
34
|
+
"@atlaskit/heading": "^1.8.0",
|
|
35
35
|
"@atlaskit/lozenge": "^11.6.0",
|
|
36
36
|
"@atlaskit/modal-dialog": "^12.10.0",
|
|
37
|
-
"@atlaskit/primitives": "^4.
|
|
37
|
+
"@atlaskit/primitives": "^4.1.0",
|
|
38
38
|
"@atlaskit/progress-bar": "2.0.1",
|
|
39
39
|
"@atlaskit/progress-tracker": "8.5.8",
|
|
40
40
|
"@atlaskit/radio": "^6.1.0",
|
|
@@ -403,9 +403,7 @@ const boxPropsCodeConsolidator: CodeConsolidator = ({
|
|
|
403
403
|
const utilsFile = sourceFile
|
|
404
404
|
.getProject()
|
|
405
405
|
.addSourceFileAtPath(
|
|
406
|
-
require.resolve(
|
|
407
|
-
'@atlassian/forge-ui/src/components/utils/xcssValidate.ts',
|
|
408
|
-
),
|
|
406
|
+
require.resolve('@atlassian/forge-ui/utils/xcssValidate'),
|
|
409
407
|
);
|
|
410
408
|
try {
|
|
411
409
|
const xcssValidatorDeclarationCode = utilsFile.getEmitOutput({
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
// This rule is banning the `Symbol` type from ts-morph. However we need this type in our functions below. The `symbol` replacement is throwing errors
|
|
2
|
+
/* eslint-disable @typescript-eslint/ban-types */
|
|
1
3
|
import { createSignedArtifact } from '@atlassian/codegen';
|
|
2
4
|
import { Project } from 'ts-morph';
|
|
3
5
|
import type { Symbol, SourceFile, ExportSpecifier, Node } from 'ts-morph';
|
|
@@ -144,40 +146,6 @@ const generateComponentPropTypeSourceFiles = (
|
|
|
144
146
|
});
|
|
145
147
|
};
|
|
146
148
|
|
|
147
|
-
const generateComponentIndexSourceFile = (
|
|
148
|
-
componentOutputDir: string,
|
|
149
|
-
componentPropTypeSymbols: Symbol[],
|
|
150
|
-
) => {
|
|
151
|
-
// eslint-disable-next-line no-console
|
|
152
|
-
console.log('Generating index file for component prop types');
|
|
153
|
-
|
|
154
|
-
const indexFileContent = componentPropTypeSymbols
|
|
155
|
-
.map((symbol) => {
|
|
156
|
-
const componentName = symbol.getName();
|
|
157
|
-
const componentAliasedName = symbol.getAliasedSymbol()?.getName();
|
|
158
|
-
if (componentName !== componentAliasedName) {
|
|
159
|
-
return `export type { ${componentAliasedName} as ${componentName} } from './${componentName}.codegen';`;
|
|
160
|
-
} else {
|
|
161
|
-
return `export type { ${componentName} } from './${componentName}.codegen';`;
|
|
162
|
-
}
|
|
163
|
-
})
|
|
164
|
-
.join('\n');
|
|
165
|
-
|
|
166
|
-
const indexFilePath = resolve(componentOutputDir, 'index.codegen.ts');
|
|
167
|
-
const signedIndexFileContent = createSignedArtifact(
|
|
168
|
-
indexFileContent,
|
|
169
|
-
'yarn workspace @atlaskit/forge-react-types codegen',
|
|
170
|
-
{
|
|
171
|
-
description: 'Index file for component prop types',
|
|
172
|
-
dependencies: componentPropTypeSymbols.map(
|
|
173
|
-
(symbol) => `${componentOutputDir}/${symbol.getName()}.codegen.tsx`,
|
|
174
|
-
),
|
|
175
|
-
outputFolder: componentOutputDir,
|
|
176
|
-
},
|
|
177
|
-
);
|
|
178
|
-
fs.writeFileSync(indexFilePath, signedIndexFileContent);
|
|
179
|
-
};
|
|
180
|
-
|
|
181
149
|
const updatePackageJsonWithADSComponentDependencies = (
|
|
182
150
|
componentOutputDir: string,
|
|
183
151
|
) => {
|
|
@@ -237,7 +205,7 @@ const generateSharedTypesFile = (componentOutputDir: string) => {
|
|
|
237
205
|
console.log('Generating shared types file');
|
|
238
206
|
|
|
239
207
|
const uiKit2TypesFile = require.resolve(
|
|
240
|
-
'@atlassian/forge-ui/
|
|
208
|
+
'@atlassian/forge-ui/UIKit2-codegen/types',
|
|
241
209
|
);
|
|
242
210
|
|
|
243
211
|
const signedSourceCode = createSignedArtifact(
|
|
@@ -264,7 +232,7 @@ const generateComponentPropTypes = (componentPropTypeFilter?: string) => {
|
|
|
264
232
|
'__generated__',
|
|
265
233
|
);
|
|
266
234
|
const componentIndexSourceFile = forgeUIProject.addSourceFileAtPath(
|
|
267
|
-
require.resolve('@atlassian/forge-ui/
|
|
235
|
+
require.resolve('@atlassian/forge-ui/UIKit2-codegen'),
|
|
268
236
|
);
|
|
269
237
|
try {
|
|
270
238
|
const componentPropTypeSymbols = componentIndexSourceFile
|
|
@@ -282,16 +250,6 @@ const generateComponentPropTypes = (componentPropTypeFilter?: string) => {
|
|
|
282
250
|
componentPropTypeSymbols,
|
|
283
251
|
);
|
|
284
252
|
|
|
285
|
-
// only generate index file if componentPropTypeFilter is not provided
|
|
286
|
-
// this is to avoid overwriting the index file when generating a single
|
|
287
|
-
// component.
|
|
288
|
-
if (!componentPropTypeFilter) {
|
|
289
|
-
generateComponentIndexSourceFile(
|
|
290
|
-
componentOutputDir,
|
|
291
|
-
componentPropTypeSymbols,
|
|
292
|
-
);
|
|
293
|
-
}
|
|
294
|
-
|
|
295
253
|
updatePackageJsonWithADSComponentDependencies(componentOutputDir);
|
|
296
254
|
} finally {
|
|
297
255
|
forgeUIProject.removeSourceFile(componentIndexSourceFile);
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - ButtonProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::9817f34df1db8276585906e785a1c0df>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/button/__generated__/index.partial.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/button/__generated__/index.partial.tsx <<SignedSource::d7cad62745b29dd6ba61f46c9ca72786>>
|
|
9
9
|
*/
|
|
10
10
|
import type { ButtonProps as PlatformButtonProps } from '@atlaskit/button/new';
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - CheckboxProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::1b2fa7062b83eab7fb63358a187d5aa7>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/checkbox/__generated__/index.partial.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/checkbox/__generated__/index.partial.tsx <<SignedSource::677ea01a714b425478eb5be7e795920d>>
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import PlatformCheckbox from '@atlaskit/checkbox';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - FormProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::7c9522c55d4584b6a3d4cc6e9366fd61>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/form/index.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/form/index.tsx <<SignedSource::c7d435cba1e3502a0d409b3723afeece>>
|
|
9
9
|
*/
|
|
10
10
|
import type { ReactNode } from 'react';
|
|
11
11
|
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - RadioProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::e5be4c3033cb1a8f1dbd665abc942899>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/radio/__generated__/index.partial.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/radio/__generated__/index.partial.tsx <<SignedSource::976f491e97f339079c101ed752756cb5>>
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import { Radio as PlatformRadio } from '@atlaskit/radio';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Extract component prop types from UIKit 2 components - TextAreaProps
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::61c99f41b3cbc06cb74d1a18372da7c2>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/textarea/__generated__/index.partial.tsx <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/textarea/__generated__/index.partial.tsx <<SignedSource::31172390a51a038e9b40169b4bf76164>>
|
|
9
9
|
*/
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import PlatformTextarea from '@atlaskit/textarea';
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export type { BadgeProps } from './BadgeProps.codegen';
|
|
2
|
+
export type { BleedProps } from './BleedProps.codegen';
|
|
3
|
+
export type { BoxProps } from './BoxProps.codegen';
|
|
4
|
+
export type { ButtonGroupProps } from './ButtonGroupProps.codegen';
|
|
5
|
+
export type { ButtonProps } from './ButtonProps.codegen';
|
|
6
|
+
export type { CheckboxProps } from './CheckboxProps.codegen';
|
|
7
|
+
export type { CodeBlockProps } from './CodeBlockProps.codegen';
|
|
8
|
+
export type { CodeProps } from './CodeProps.codegen';
|
|
9
|
+
export type { DatePickerProps } from './DatePickerProps.codegen';
|
|
10
|
+
export type { DynamicTableProps } from './DynamicTableProps.codegen';
|
|
11
|
+
export type { ErrorMessageProps } from './ErrorMessageProps.codegen';
|
|
12
|
+
export type { FlexProps } from './FlexProps.codegen';
|
|
13
|
+
export type { FormFooterProps } from './FormFooterProps.codegen';
|
|
14
|
+
export type { FormHeaderProps } from './FormHeaderProps.codegen';
|
|
15
|
+
export type { FormProps } from './FormProps.codegen';
|
|
16
|
+
export type { FormSectionProps } from './FormSectionProps.codegen';
|
|
17
|
+
export type { GridProps } from './GridProps.codegen';
|
|
18
|
+
export type { HeadingProps } from './HeadingProps.codegen';
|
|
19
|
+
export type { HelperMessageProps } from './HelperMessageProps.codegen';
|
|
20
|
+
export type { IconProps } from './IconProps.codegen';
|
|
21
|
+
export type { InlineProps } from './InlineProps.codegen';
|
|
22
|
+
export type { LabelProps } from './LabelProps.codegen';
|
|
23
|
+
export type { LinkButtonProps } from './LinkButtonProps.codegen';
|
|
24
|
+
export type { LoadingButtonProps } from './LoadingButtonProps.codegen';
|
|
25
|
+
export type { LozengeProps } from './LozengeProps.codegen';
|
|
26
|
+
export type { ModalBodyProps } from './ModalBodyProps.codegen';
|
|
27
|
+
export type { ModalFooterProps } from './ModalFooterProps.codegen';
|
|
28
|
+
export type { ModalHeaderProps } from './ModalHeaderProps.codegen';
|
|
29
|
+
export type { ModalProps } from './ModalProps.codegen';
|
|
30
|
+
export type { ModalTitleProps } from './ModalTitleProps.codegen';
|
|
31
|
+
export type { ModalTransitionProps } from './ModalTransitionProps.codegen';
|
|
32
|
+
export type { ProgressBarProps } from './ProgressBarProps.codegen';
|
|
33
|
+
export type { ProgressTrackerProps } from './ProgressTrackerProps.codegen';
|
|
34
|
+
export type { RadioGroupProps } from './RadioGroupProps.codegen';
|
|
35
|
+
export type { RadioProps } from './RadioProps.codegen';
|
|
36
|
+
export type { RangeProps } from './RangeProps.codegen';
|
|
37
|
+
export type { SectionMessageActionProps } from './SectionMessageActionProps.codegen';
|
|
38
|
+
export type { SectionMessageProps } from './SectionMessageProps.codegen';
|
|
39
|
+
export type { SelectProps } from './SelectProps.codegen';
|
|
40
|
+
export type { SpinnerProps } from './SpinnerProps.codegen';
|
|
41
|
+
export type { StackProps } from './StackProps.codegen';
|
|
42
|
+
export type { TabListProps } from './TabListProps.codegen';
|
|
43
|
+
export type { TabPanelProps } from './TabPanelProps.codegen';
|
|
44
|
+
export type { TabProps } from './TabProps.codegen';
|
|
45
|
+
export type { TabsProps } from './TabsProps.codegen';
|
|
46
|
+
export type { TagGroupProps } from './TagGroupProps.codegen';
|
|
47
|
+
export type { SimpleTagProps as TagProps } from './TagProps.codegen';
|
|
48
|
+
export type { TextAreaProps } from './TextAreaProps.codegen';
|
|
49
|
+
export type { TextfieldProps } from './TextfieldProps.codegen';
|
|
50
|
+
export type { ToggleProps } from './ToggleProps.codegen';
|
|
51
|
+
export type { TooltipProps } from './TooltipProps.codegen';
|
|
52
|
+
export type { ValidMessageProps } from './ValidMessageProps.codegen';
|
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
*
|
|
4
4
|
* Shared types file from UIKit 2
|
|
5
5
|
*
|
|
6
|
-
* @codegen <<SignedSource::
|
|
6
|
+
* @codegen <<SignedSource::c561f6f4e9b302f67dba090188fadfd4>>
|
|
7
7
|
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/types.ts <<SignedSource::
|
|
8
|
+
* @codegenDependency ../../../../forge-ui/src/components/UIKit2-codegen/types.ts <<SignedSource::673c66c74d1dcb5e919b6232d69247f9>>
|
|
9
9
|
*/
|
|
10
10
|
export type SerialisableEvent = {
|
|
11
11
|
bubbles: boolean;
|
|
@@ -13,7 +13,6 @@ export type SerialisableEvent = {
|
|
|
13
13
|
defaultPrevented: boolean;
|
|
14
14
|
eventPhase: number;
|
|
15
15
|
isTrusted: boolean;
|
|
16
|
-
nativeEvent: any;
|
|
17
16
|
target: {
|
|
18
17
|
value?: any;
|
|
19
18
|
checked?: boolean;
|
package/src/index.ts
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
*
|
|
4
|
-
* Index file for component prop types
|
|
5
|
-
*
|
|
6
|
-
* @codegen <<SignedSource::98e5d203d44361a9c617dd6a0fd3d514>>
|
|
7
|
-
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency BadgeProps.codegen.tsx <<SignedSource::35cd03db3c4e4b2caab75629ac60095c>>
|
|
9
|
-
* @codegenDependency BleedProps.codegen.tsx <<SignedSource::16b47a700f85781046101fdc819830cd>>
|
|
10
|
-
* @codegenDependency BoxProps.codegen.tsx <<SignedSource::b28e0d3f44935fa627180c4fb8d5428d>>
|
|
11
|
-
* @codegenDependency ButtonGroupProps.codegen.tsx <<SignedSource::932d66cb5790ba7aa7e11b7b7a61efee>>
|
|
12
|
-
* @codegenDependency ButtonProps.codegen.tsx <<SignedSource::bc17e23c100ad8c6ab8eeef88e6d4332>>
|
|
13
|
-
* @codegenDependency CheckboxProps.codegen.tsx <<SignedSource::6adbfa67ba726343103282fe9b6c304f>>
|
|
14
|
-
* @codegenDependency CodeBlockProps.codegen.tsx <<SignedSource::7145237949feec9504abb60ff24e8089>>
|
|
15
|
-
* @codegenDependency CodeProps.codegen.tsx <<SignedSource::97e03692c2212425e4b6b05548177455>>
|
|
16
|
-
* @codegenDependency DatePickerProps.codegen.tsx <<SignedSource::ebe998b2ad830fd57f9d669d74a76364>>
|
|
17
|
-
* @codegenDependency DynamicTableProps.codegen.tsx <<SignedSource::940f925e53fa33edacaf31ac3ac56d15>>
|
|
18
|
-
* @codegenDependency ErrorMessageProps.codegen.tsx <<SignedSource::3c63faeb281790e4ff8ec0eb2bfd8ccd>>
|
|
19
|
-
* @codegenDependency FlexProps.codegen.tsx <<SignedSource::a6b8eb8836465e42926901cae79c52df>>
|
|
20
|
-
* @codegenDependency FormFooterProps.codegen.tsx <<SignedSource::c89442705c0d4257a7e1ab62f8f6bc90>>
|
|
21
|
-
* @codegenDependency FormHeaderProps.codegen.tsx <<SignedSource::2790ae222f3ba60a64579a2126b81c99>>
|
|
22
|
-
* @codegenDependency FormProps.codegen.tsx <<SignedSource::22baf31090e921045516d5295e2226ef>>
|
|
23
|
-
* @codegenDependency FormSectionProps.codegen.tsx <<SignedSource::6f7a84a1a27d28dbbd929508567c6e3a>>
|
|
24
|
-
* @codegenDependency GridProps.codegen.tsx <<SignedSource::01b017e11eb8f2b03103aa139877e381>>
|
|
25
|
-
* @codegenDependency HeadingProps.codegen.tsx <<SignedSource::1d3c3ab4bbacb4ad2b0726fbe9cbe239>>
|
|
26
|
-
* @codegenDependency HelperMessageProps.codegen.tsx <<SignedSource::4426a454ad3aea81d5cf338a489fd0c2>>
|
|
27
|
-
* @codegenDependency IconProps.codegen.tsx <<SignedSource::7ee0d59d680aa91f63b0afd820ab9063>>
|
|
28
|
-
* @codegenDependency InlineProps.codegen.tsx <<SignedSource::2005eece7e459aedabb95a62be4f6b04>>
|
|
29
|
-
* @codegenDependency LabelProps.codegen.tsx <<SignedSource::e2644d69a2479ecd697176a97c93c827>>
|
|
30
|
-
* @codegenDependency LinkButtonProps.codegen.tsx <<SignedSource::ff6bfc2221c0a7cef414bcb0968cd33e>>
|
|
31
|
-
* @codegenDependency LoadingButtonProps.codegen.tsx <<SignedSource::1436cb5aa626f3841581872c8f116813>>
|
|
32
|
-
* @codegenDependency LozengeProps.codegen.tsx <<SignedSource::7ec1509676cc4c9fe7faa02201a36fb1>>
|
|
33
|
-
* @codegenDependency ModalBodyProps.codegen.tsx <<SignedSource::f618df5f8e442c02d98f0da6310faf64>>
|
|
34
|
-
* @codegenDependency ModalFooterProps.codegen.tsx <<SignedSource::cb1924be6618c3dfa1d883bb35a65493>>
|
|
35
|
-
* @codegenDependency ModalHeaderProps.codegen.tsx <<SignedSource::7b148d4665e479c24548eb10714ec0d5>>
|
|
36
|
-
* @codegenDependency ModalProps.codegen.tsx <<SignedSource::2a4e15b2d17c78a1e0982ff6ebe3cf39>>
|
|
37
|
-
* @codegenDependency ModalTitleProps.codegen.tsx <<SignedSource::8b7ab5728222a0bce2c6884b6bf5acc6>>
|
|
38
|
-
* @codegenDependency ModalTransitionProps.codegen.tsx <<SignedSource::506819e58a0625b9968fd0d5b2223baa>>
|
|
39
|
-
* @codegenDependency ProgressBarProps.codegen.tsx <<SignedSource::b77bc74c31805304f5924a389aa83e9d>>
|
|
40
|
-
* @codegenDependency ProgressTrackerProps.codegen.tsx <<SignedSource::bc41200660fe4550a04638b445369e54>>
|
|
41
|
-
* @codegenDependency RadioGroupProps.codegen.tsx <<SignedSource::4e10cce311692931497cadf327660b6c>>
|
|
42
|
-
* @codegenDependency RadioProps.codegen.tsx <<SignedSource::be91e6fd5feb753fde9661d552542cfc>>
|
|
43
|
-
* @codegenDependency RangeProps.codegen.tsx <<SignedSource::2f84a70eeb8749d5e9263f0ee7d5b6ce>>
|
|
44
|
-
* @codegenDependency SectionMessageActionProps.codegen.tsx <<SignedSource::29c582e20a9f04fa4ac18a3d3767b6dc>>
|
|
45
|
-
* @codegenDependency SectionMessageProps.codegen.tsx <<SignedSource::1234565a560a3ad8a8cd4f6cc8388127>>
|
|
46
|
-
* @codegenDependency SelectProps.codegen.tsx <<SignedSource::2e79099646ded9c20c9e4b8644049c61>>
|
|
47
|
-
* @codegenDependency SpinnerProps.codegen.tsx <<SignedSource::0835ab423018f253dc3d13d144f4c869>>
|
|
48
|
-
* @codegenDependency StackProps.codegen.tsx <<SignedSource::fa761a337075d1d6c13f7792e5f872d2>>
|
|
49
|
-
* @codegenDependency TabListProps.codegen.tsx <<SignedSource::f3d06d6a9b30fdea5b3e0eee39526736>>
|
|
50
|
-
* @codegenDependency TabPanelProps.codegen.tsx <<SignedSource::e56a9b7afc95a623dbd8ad45eed4f6f6>>
|
|
51
|
-
* @codegenDependency TabProps.codegen.tsx <<SignedSource::30014e635700eb32caed653e26deff0d>>
|
|
52
|
-
* @codegenDependency TabsProps.codegen.tsx <<SignedSource::a2d916507eca653d51a55fd1750bc6d0>>
|
|
53
|
-
* @codegenDependency TagGroupProps.codegen.tsx <<SignedSource::f501b3ca392594a3d265c8ef0bf3a343>>
|
|
54
|
-
* @codegenDependency TagProps.codegen.tsx <<SignedSource::ce8e3794e3569ed15dfce61600b063a2>>
|
|
55
|
-
* @codegenDependency TextAreaProps.codegen.tsx <<SignedSource::f5d646dec66ac81ff55b459a51cccfaa>>
|
|
56
|
-
* @codegenDependency TextfieldProps.codegen.tsx <<SignedSource::507a4b6ea44a75432adc55ba88f9b919>>
|
|
57
|
-
* @codegenDependency ToggleProps.codegen.tsx <<SignedSource::f39ac2496cfe417f26f9f27908d6dbbc>>
|
|
58
|
-
* @codegenDependency TooltipProps.codegen.tsx <<SignedSource::e88471ca86b5e9a878cacaf3736349c6>>
|
|
59
|
-
* @codegenDependency ValidMessageProps.codegen.tsx <<SignedSource::1a40b88b3f9e20d6a35d3956fc2866b2>>
|
|
60
|
-
*/
|
|
61
|
-
export type { BadgeProps } from './BadgeProps.codegen';
|
|
62
|
-
export type { BleedProps } from './BleedProps.codegen';
|
|
63
|
-
export type { BoxProps } from './BoxProps.codegen';
|
|
64
|
-
export type { ButtonGroupProps } from './ButtonGroupProps.codegen';
|
|
65
|
-
export type { ButtonProps } from './ButtonProps.codegen';
|
|
66
|
-
export type { CheckboxProps } from './CheckboxProps.codegen';
|
|
67
|
-
export type { CodeBlockProps } from './CodeBlockProps.codegen';
|
|
68
|
-
export type { CodeProps } from './CodeProps.codegen';
|
|
69
|
-
export type { DatePickerProps } from './DatePickerProps.codegen';
|
|
70
|
-
export type { DynamicTableProps } from './DynamicTableProps.codegen';
|
|
71
|
-
export type { ErrorMessageProps } from './ErrorMessageProps.codegen';
|
|
72
|
-
export type { FlexProps } from './FlexProps.codegen';
|
|
73
|
-
export type { FormFooterProps } from './FormFooterProps.codegen';
|
|
74
|
-
export type { FormHeaderProps } from './FormHeaderProps.codegen';
|
|
75
|
-
export type { FormProps } from './FormProps.codegen';
|
|
76
|
-
export type { FormSectionProps } from './FormSectionProps.codegen';
|
|
77
|
-
export type { GridProps } from './GridProps.codegen';
|
|
78
|
-
export type { HeadingProps } from './HeadingProps.codegen';
|
|
79
|
-
export type { HelperMessageProps } from './HelperMessageProps.codegen';
|
|
80
|
-
export type { IconProps } from './IconProps.codegen';
|
|
81
|
-
export type { InlineProps } from './InlineProps.codegen';
|
|
82
|
-
export type { LabelProps } from './LabelProps.codegen';
|
|
83
|
-
export type { LinkButtonProps } from './LinkButtonProps.codegen';
|
|
84
|
-
export type { LoadingButtonProps } from './LoadingButtonProps.codegen';
|
|
85
|
-
export type { LozengeProps } from './LozengeProps.codegen';
|
|
86
|
-
export type { ModalBodyProps } from './ModalBodyProps.codegen';
|
|
87
|
-
export type { ModalFooterProps } from './ModalFooterProps.codegen';
|
|
88
|
-
export type { ModalHeaderProps } from './ModalHeaderProps.codegen';
|
|
89
|
-
export type { ModalProps } from './ModalProps.codegen';
|
|
90
|
-
export type { ModalTitleProps } from './ModalTitleProps.codegen';
|
|
91
|
-
export type { ModalTransitionProps } from './ModalTransitionProps.codegen';
|
|
92
|
-
export type { ProgressBarProps } from './ProgressBarProps.codegen';
|
|
93
|
-
export type { ProgressTrackerProps } from './ProgressTrackerProps.codegen';
|
|
94
|
-
export type { RadioGroupProps } from './RadioGroupProps.codegen';
|
|
95
|
-
export type { RadioProps } from './RadioProps.codegen';
|
|
96
|
-
export type { RangeProps } from './RangeProps.codegen';
|
|
97
|
-
export type { SectionMessageActionProps } from './SectionMessageActionProps.codegen';
|
|
98
|
-
export type { SectionMessageProps } from './SectionMessageProps.codegen';
|
|
99
|
-
export type { SelectProps } from './SelectProps.codegen';
|
|
100
|
-
export type { SpinnerProps } from './SpinnerProps.codegen';
|
|
101
|
-
export type { StackProps } from './StackProps.codegen';
|
|
102
|
-
export type { TabListProps } from './TabListProps.codegen';
|
|
103
|
-
export type { TabPanelProps } from './TabPanelProps.codegen';
|
|
104
|
-
export type { TabProps } from './TabProps.codegen';
|
|
105
|
-
export type { TabsProps } from './TabsProps.codegen';
|
|
106
|
-
export type { TagGroupProps } from './TagGroupProps.codegen';
|
|
107
|
-
export type { SimpleTagProps as TagProps } from './TagProps.codegen';
|
|
108
|
-
export type { TextAreaProps } from './TextAreaProps.codegen';
|
|
109
|
-
export type { TextfieldProps } from './TextfieldProps.codegen';
|
|
110
|
-
export type { ToggleProps } from './ToggleProps.codegen';
|
|
111
|
-
export type { TooltipProps } from './TooltipProps.codegen';
|
|
112
|
-
export type { ValidMessageProps } from './ValidMessageProps.codegen';
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
*
|
|
4
|
-
* Index file for component prop types
|
|
5
|
-
*
|
|
6
|
-
* @codegen <<SignedSource::98e5d203d44361a9c617dd6a0fd3d514>>
|
|
7
|
-
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency BadgeProps.codegen.tsx <<SignedSource::35cd03db3c4e4b2caab75629ac60095c>>
|
|
9
|
-
* @codegenDependency BleedProps.codegen.tsx <<SignedSource::16b47a700f85781046101fdc819830cd>>
|
|
10
|
-
* @codegenDependency BoxProps.codegen.tsx <<SignedSource::b28e0d3f44935fa627180c4fb8d5428d>>
|
|
11
|
-
* @codegenDependency ButtonGroupProps.codegen.tsx <<SignedSource::932d66cb5790ba7aa7e11b7b7a61efee>>
|
|
12
|
-
* @codegenDependency ButtonProps.codegen.tsx <<SignedSource::bc17e23c100ad8c6ab8eeef88e6d4332>>
|
|
13
|
-
* @codegenDependency CheckboxProps.codegen.tsx <<SignedSource::6adbfa67ba726343103282fe9b6c304f>>
|
|
14
|
-
* @codegenDependency CodeBlockProps.codegen.tsx <<SignedSource::7145237949feec9504abb60ff24e8089>>
|
|
15
|
-
* @codegenDependency CodeProps.codegen.tsx <<SignedSource::97e03692c2212425e4b6b05548177455>>
|
|
16
|
-
* @codegenDependency DatePickerProps.codegen.tsx <<SignedSource::ebe998b2ad830fd57f9d669d74a76364>>
|
|
17
|
-
* @codegenDependency DynamicTableProps.codegen.tsx <<SignedSource::940f925e53fa33edacaf31ac3ac56d15>>
|
|
18
|
-
* @codegenDependency ErrorMessageProps.codegen.tsx <<SignedSource::3c63faeb281790e4ff8ec0eb2bfd8ccd>>
|
|
19
|
-
* @codegenDependency FlexProps.codegen.tsx <<SignedSource::a6b8eb8836465e42926901cae79c52df>>
|
|
20
|
-
* @codegenDependency FormFooterProps.codegen.tsx <<SignedSource::c89442705c0d4257a7e1ab62f8f6bc90>>
|
|
21
|
-
* @codegenDependency FormHeaderProps.codegen.tsx <<SignedSource::2790ae222f3ba60a64579a2126b81c99>>
|
|
22
|
-
* @codegenDependency FormProps.codegen.tsx <<SignedSource::22baf31090e921045516d5295e2226ef>>
|
|
23
|
-
* @codegenDependency FormSectionProps.codegen.tsx <<SignedSource::6f7a84a1a27d28dbbd929508567c6e3a>>
|
|
24
|
-
* @codegenDependency GridProps.codegen.tsx <<SignedSource::01b017e11eb8f2b03103aa139877e381>>
|
|
25
|
-
* @codegenDependency HeadingProps.codegen.tsx <<SignedSource::1d3c3ab4bbacb4ad2b0726fbe9cbe239>>
|
|
26
|
-
* @codegenDependency HelperMessageProps.codegen.tsx <<SignedSource::4426a454ad3aea81d5cf338a489fd0c2>>
|
|
27
|
-
* @codegenDependency IconProps.codegen.tsx <<SignedSource::7ee0d59d680aa91f63b0afd820ab9063>>
|
|
28
|
-
* @codegenDependency InlineProps.codegen.tsx <<SignedSource::2005eece7e459aedabb95a62be4f6b04>>
|
|
29
|
-
* @codegenDependency LabelProps.codegen.tsx <<SignedSource::e2644d69a2479ecd697176a97c93c827>>
|
|
30
|
-
* @codegenDependency LinkButtonProps.codegen.tsx <<SignedSource::ff6bfc2221c0a7cef414bcb0968cd33e>>
|
|
31
|
-
* @codegenDependency LoadingButtonProps.codegen.tsx <<SignedSource::1436cb5aa626f3841581872c8f116813>>
|
|
32
|
-
* @codegenDependency LozengeProps.codegen.tsx <<SignedSource::7ec1509676cc4c9fe7faa02201a36fb1>>
|
|
33
|
-
* @codegenDependency ModalBodyProps.codegen.tsx <<SignedSource::f618df5f8e442c02d98f0da6310faf64>>
|
|
34
|
-
* @codegenDependency ModalFooterProps.codegen.tsx <<SignedSource::cb1924be6618c3dfa1d883bb35a65493>>
|
|
35
|
-
* @codegenDependency ModalHeaderProps.codegen.tsx <<SignedSource::7b148d4665e479c24548eb10714ec0d5>>
|
|
36
|
-
* @codegenDependency ModalProps.codegen.tsx <<SignedSource::2a4e15b2d17c78a1e0982ff6ebe3cf39>>
|
|
37
|
-
* @codegenDependency ModalTitleProps.codegen.tsx <<SignedSource::8b7ab5728222a0bce2c6884b6bf5acc6>>
|
|
38
|
-
* @codegenDependency ModalTransitionProps.codegen.tsx <<SignedSource::506819e58a0625b9968fd0d5b2223baa>>
|
|
39
|
-
* @codegenDependency ProgressBarProps.codegen.tsx <<SignedSource::b77bc74c31805304f5924a389aa83e9d>>
|
|
40
|
-
* @codegenDependency ProgressTrackerProps.codegen.tsx <<SignedSource::bc41200660fe4550a04638b445369e54>>
|
|
41
|
-
* @codegenDependency RadioGroupProps.codegen.tsx <<SignedSource::4e10cce311692931497cadf327660b6c>>
|
|
42
|
-
* @codegenDependency RadioProps.codegen.tsx <<SignedSource::be91e6fd5feb753fde9661d552542cfc>>
|
|
43
|
-
* @codegenDependency RangeProps.codegen.tsx <<SignedSource::2f84a70eeb8749d5e9263f0ee7d5b6ce>>
|
|
44
|
-
* @codegenDependency SectionMessageActionProps.codegen.tsx <<SignedSource::29c582e20a9f04fa4ac18a3d3767b6dc>>
|
|
45
|
-
* @codegenDependency SectionMessageProps.codegen.tsx <<SignedSource::1234565a560a3ad8a8cd4f6cc8388127>>
|
|
46
|
-
* @codegenDependency SelectProps.codegen.tsx <<SignedSource::2e79099646ded9c20c9e4b8644049c61>>
|
|
47
|
-
* @codegenDependency SpinnerProps.codegen.tsx <<SignedSource::0835ab423018f253dc3d13d144f4c869>>
|
|
48
|
-
* @codegenDependency StackProps.codegen.tsx <<SignedSource::fa761a337075d1d6c13f7792e5f872d2>>
|
|
49
|
-
* @codegenDependency TabListProps.codegen.tsx <<SignedSource::f3d06d6a9b30fdea5b3e0eee39526736>>
|
|
50
|
-
* @codegenDependency TabPanelProps.codegen.tsx <<SignedSource::e56a9b7afc95a623dbd8ad45eed4f6f6>>
|
|
51
|
-
* @codegenDependency TabProps.codegen.tsx <<SignedSource::30014e635700eb32caed653e26deff0d>>
|
|
52
|
-
* @codegenDependency TabsProps.codegen.tsx <<SignedSource::a2d916507eca653d51a55fd1750bc6d0>>
|
|
53
|
-
* @codegenDependency TagGroupProps.codegen.tsx <<SignedSource::f501b3ca392594a3d265c8ef0bf3a343>>
|
|
54
|
-
* @codegenDependency TagProps.codegen.tsx <<SignedSource::ce8e3794e3569ed15dfce61600b063a2>>
|
|
55
|
-
* @codegenDependency TextAreaProps.codegen.tsx <<SignedSource::f5d646dec66ac81ff55b459a51cccfaa>>
|
|
56
|
-
* @codegenDependency TextfieldProps.codegen.tsx <<SignedSource::507a4b6ea44a75432adc55ba88f9b919>>
|
|
57
|
-
* @codegenDependency ToggleProps.codegen.tsx <<SignedSource::f39ac2496cfe417f26f9f27908d6dbbc>>
|
|
58
|
-
* @codegenDependency TooltipProps.codegen.tsx <<SignedSource::e88471ca86b5e9a878cacaf3736349c6>>
|
|
59
|
-
* @codegenDependency ValidMessageProps.codegen.tsx <<SignedSource::1a40b88b3f9e20d6a35d3956fc2866b2>>
|
|
60
|
-
*/
|
|
61
|
-
export type { BadgeProps } from './BadgeProps.codegen';
|
|
62
|
-
export type { BleedProps } from './BleedProps.codegen';
|
|
63
|
-
export type { BoxProps } from './BoxProps.codegen';
|
|
64
|
-
export type { ButtonGroupProps } from './ButtonGroupProps.codegen';
|
|
65
|
-
export type { ButtonProps } from './ButtonProps.codegen';
|
|
66
|
-
export type { CheckboxProps } from './CheckboxProps.codegen';
|
|
67
|
-
export type { CodeBlockProps } from './CodeBlockProps.codegen';
|
|
68
|
-
export type { CodeProps } from './CodeProps.codegen';
|
|
69
|
-
export type { DatePickerProps } from './DatePickerProps.codegen';
|
|
70
|
-
export type { DynamicTableProps } from './DynamicTableProps.codegen';
|
|
71
|
-
export type { ErrorMessageProps } from './ErrorMessageProps.codegen';
|
|
72
|
-
export type { FlexProps } from './FlexProps.codegen';
|
|
73
|
-
export type { FormFooterProps } from './FormFooterProps.codegen';
|
|
74
|
-
export type { FormHeaderProps } from './FormHeaderProps.codegen';
|
|
75
|
-
export type { FormProps } from './FormProps.codegen';
|
|
76
|
-
export type { FormSectionProps } from './FormSectionProps.codegen';
|
|
77
|
-
export type { GridProps } from './GridProps.codegen';
|
|
78
|
-
export type { HeadingProps } from './HeadingProps.codegen';
|
|
79
|
-
export type { HelperMessageProps } from './HelperMessageProps.codegen';
|
|
80
|
-
export type { IconProps } from './IconProps.codegen';
|
|
81
|
-
export type { InlineProps } from './InlineProps.codegen';
|
|
82
|
-
export type { LabelProps } from './LabelProps.codegen';
|
|
83
|
-
export type { LinkButtonProps } from './LinkButtonProps.codegen';
|
|
84
|
-
export type { LoadingButtonProps } from './LoadingButtonProps.codegen';
|
|
85
|
-
export type { LozengeProps } from './LozengeProps.codegen';
|
|
86
|
-
export type { ModalBodyProps } from './ModalBodyProps.codegen';
|
|
87
|
-
export type { ModalFooterProps } from './ModalFooterProps.codegen';
|
|
88
|
-
export type { ModalHeaderProps } from './ModalHeaderProps.codegen';
|
|
89
|
-
export type { ModalProps } from './ModalProps.codegen';
|
|
90
|
-
export type { ModalTitleProps } from './ModalTitleProps.codegen';
|
|
91
|
-
export type { ModalTransitionProps } from './ModalTransitionProps.codegen';
|
|
92
|
-
export type { ProgressBarProps } from './ProgressBarProps.codegen';
|
|
93
|
-
export type { ProgressTrackerProps } from './ProgressTrackerProps.codegen';
|
|
94
|
-
export type { RadioGroupProps } from './RadioGroupProps.codegen';
|
|
95
|
-
export type { RadioProps } from './RadioProps.codegen';
|
|
96
|
-
export type { RangeProps } from './RangeProps.codegen';
|
|
97
|
-
export type { SectionMessageActionProps } from './SectionMessageActionProps.codegen';
|
|
98
|
-
export type { SectionMessageProps } from './SectionMessageProps.codegen';
|
|
99
|
-
export type { SelectProps } from './SelectProps.codegen';
|
|
100
|
-
export type { SpinnerProps } from './SpinnerProps.codegen';
|
|
101
|
-
export type { StackProps } from './StackProps.codegen';
|
|
102
|
-
export type { TabListProps } from './TabListProps.codegen';
|
|
103
|
-
export type { TabPanelProps } from './TabPanelProps.codegen';
|
|
104
|
-
export type { TabProps } from './TabProps.codegen';
|
|
105
|
-
export type { TabsProps } from './TabsProps.codegen';
|
|
106
|
-
export type { TagGroupProps } from './TagGroupProps.codegen';
|
|
107
|
-
export type { SimpleTagProps as TagProps } from './TagProps.codegen';
|
|
108
|
-
export type { TextAreaProps } from './TextAreaProps.codegen';
|
|
109
|
-
export type { TextfieldProps } from './TextfieldProps.codegen';
|
|
110
|
-
export type { ToggleProps } from './ToggleProps.codegen';
|
|
111
|
-
export type { TooltipProps } from './TooltipProps.codegen';
|
|
112
|
-
export type { ValidMessageProps } from './ValidMessageProps.codegen';
|
|
@@ -1,112 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
3
|
-
*
|
|
4
|
-
* Index file for component prop types
|
|
5
|
-
*
|
|
6
|
-
* @codegen <<SignedSource::98e5d203d44361a9c617dd6a0fd3d514>>
|
|
7
|
-
* @codegenCommand yarn workspace @atlaskit/forge-react-types codegen
|
|
8
|
-
* @codegenDependency BadgeProps.codegen.tsx <<SignedSource::35cd03db3c4e4b2caab75629ac60095c>>
|
|
9
|
-
* @codegenDependency BleedProps.codegen.tsx <<SignedSource::16b47a700f85781046101fdc819830cd>>
|
|
10
|
-
* @codegenDependency BoxProps.codegen.tsx <<SignedSource::b28e0d3f44935fa627180c4fb8d5428d>>
|
|
11
|
-
* @codegenDependency ButtonGroupProps.codegen.tsx <<SignedSource::932d66cb5790ba7aa7e11b7b7a61efee>>
|
|
12
|
-
* @codegenDependency ButtonProps.codegen.tsx <<SignedSource::bc17e23c100ad8c6ab8eeef88e6d4332>>
|
|
13
|
-
* @codegenDependency CheckboxProps.codegen.tsx <<SignedSource::6adbfa67ba726343103282fe9b6c304f>>
|
|
14
|
-
* @codegenDependency CodeBlockProps.codegen.tsx <<SignedSource::7145237949feec9504abb60ff24e8089>>
|
|
15
|
-
* @codegenDependency CodeProps.codegen.tsx <<SignedSource::97e03692c2212425e4b6b05548177455>>
|
|
16
|
-
* @codegenDependency DatePickerProps.codegen.tsx <<SignedSource::ebe998b2ad830fd57f9d669d74a76364>>
|
|
17
|
-
* @codegenDependency DynamicTableProps.codegen.tsx <<SignedSource::940f925e53fa33edacaf31ac3ac56d15>>
|
|
18
|
-
* @codegenDependency ErrorMessageProps.codegen.tsx <<SignedSource::3c63faeb281790e4ff8ec0eb2bfd8ccd>>
|
|
19
|
-
* @codegenDependency FlexProps.codegen.tsx <<SignedSource::a6b8eb8836465e42926901cae79c52df>>
|
|
20
|
-
* @codegenDependency FormFooterProps.codegen.tsx <<SignedSource::c89442705c0d4257a7e1ab62f8f6bc90>>
|
|
21
|
-
* @codegenDependency FormHeaderProps.codegen.tsx <<SignedSource::2790ae222f3ba60a64579a2126b81c99>>
|
|
22
|
-
* @codegenDependency FormProps.codegen.tsx <<SignedSource::22baf31090e921045516d5295e2226ef>>
|
|
23
|
-
* @codegenDependency FormSectionProps.codegen.tsx <<SignedSource::6f7a84a1a27d28dbbd929508567c6e3a>>
|
|
24
|
-
* @codegenDependency GridProps.codegen.tsx <<SignedSource::01b017e11eb8f2b03103aa139877e381>>
|
|
25
|
-
* @codegenDependency HeadingProps.codegen.tsx <<SignedSource::1d3c3ab4bbacb4ad2b0726fbe9cbe239>>
|
|
26
|
-
* @codegenDependency HelperMessageProps.codegen.tsx <<SignedSource::4426a454ad3aea81d5cf338a489fd0c2>>
|
|
27
|
-
* @codegenDependency IconProps.codegen.tsx <<SignedSource::7ee0d59d680aa91f63b0afd820ab9063>>
|
|
28
|
-
* @codegenDependency InlineProps.codegen.tsx <<SignedSource::2005eece7e459aedabb95a62be4f6b04>>
|
|
29
|
-
* @codegenDependency LabelProps.codegen.tsx <<SignedSource::e2644d69a2479ecd697176a97c93c827>>
|
|
30
|
-
* @codegenDependency LinkButtonProps.codegen.tsx <<SignedSource::ff6bfc2221c0a7cef414bcb0968cd33e>>
|
|
31
|
-
* @codegenDependency LoadingButtonProps.codegen.tsx <<SignedSource::1436cb5aa626f3841581872c8f116813>>
|
|
32
|
-
* @codegenDependency LozengeProps.codegen.tsx <<SignedSource::7ec1509676cc4c9fe7faa02201a36fb1>>
|
|
33
|
-
* @codegenDependency ModalBodyProps.codegen.tsx <<SignedSource::f618df5f8e442c02d98f0da6310faf64>>
|
|
34
|
-
* @codegenDependency ModalFooterProps.codegen.tsx <<SignedSource::cb1924be6618c3dfa1d883bb35a65493>>
|
|
35
|
-
* @codegenDependency ModalHeaderProps.codegen.tsx <<SignedSource::7b148d4665e479c24548eb10714ec0d5>>
|
|
36
|
-
* @codegenDependency ModalProps.codegen.tsx <<SignedSource::2a4e15b2d17c78a1e0982ff6ebe3cf39>>
|
|
37
|
-
* @codegenDependency ModalTitleProps.codegen.tsx <<SignedSource::8b7ab5728222a0bce2c6884b6bf5acc6>>
|
|
38
|
-
* @codegenDependency ModalTransitionProps.codegen.tsx <<SignedSource::506819e58a0625b9968fd0d5b2223baa>>
|
|
39
|
-
* @codegenDependency ProgressBarProps.codegen.tsx <<SignedSource::b77bc74c31805304f5924a389aa83e9d>>
|
|
40
|
-
* @codegenDependency ProgressTrackerProps.codegen.tsx <<SignedSource::bc41200660fe4550a04638b445369e54>>
|
|
41
|
-
* @codegenDependency RadioGroupProps.codegen.tsx <<SignedSource::4e10cce311692931497cadf327660b6c>>
|
|
42
|
-
* @codegenDependency RadioProps.codegen.tsx <<SignedSource::be91e6fd5feb753fde9661d552542cfc>>
|
|
43
|
-
* @codegenDependency RangeProps.codegen.tsx <<SignedSource::2f84a70eeb8749d5e9263f0ee7d5b6ce>>
|
|
44
|
-
* @codegenDependency SectionMessageActionProps.codegen.tsx <<SignedSource::29c582e20a9f04fa4ac18a3d3767b6dc>>
|
|
45
|
-
* @codegenDependency SectionMessageProps.codegen.tsx <<SignedSource::1234565a560a3ad8a8cd4f6cc8388127>>
|
|
46
|
-
* @codegenDependency SelectProps.codegen.tsx <<SignedSource::2e79099646ded9c20c9e4b8644049c61>>
|
|
47
|
-
* @codegenDependency SpinnerProps.codegen.tsx <<SignedSource::0835ab423018f253dc3d13d144f4c869>>
|
|
48
|
-
* @codegenDependency StackProps.codegen.tsx <<SignedSource::fa761a337075d1d6c13f7792e5f872d2>>
|
|
49
|
-
* @codegenDependency TabListProps.codegen.tsx <<SignedSource::f3d06d6a9b30fdea5b3e0eee39526736>>
|
|
50
|
-
* @codegenDependency TabPanelProps.codegen.tsx <<SignedSource::e56a9b7afc95a623dbd8ad45eed4f6f6>>
|
|
51
|
-
* @codegenDependency TabProps.codegen.tsx <<SignedSource::30014e635700eb32caed653e26deff0d>>
|
|
52
|
-
* @codegenDependency TabsProps.codegen.tsx <<SignedSource::a2d916507eca653d51a55fd1750bc6d0>>
|
|
53
|
-
* @codegenDependency TagGroupProps.codegen.tsx <<SignedSource::f501b3ca392594a3d265c8ef0bf3a343>>
|
|
54
|
-
* @codegenDependency TagProps.codegen.tsx <<SignedSource::ce8e3794e3569ed15dfce61600b063a2>>
|
|
55
|
-
* @codegenDependency TextAreaProps.codegen.tsx <<SignedSource::f5d646dec66ac81ff55b459a51cccfaa>>
|
|
56
|
-
* @codegenDependency TextfieldProps.codegen.tsx <<SignedSource::507a4b6ea44a75432adc55ba88f9b919>>
|
|
57
|
-
* @codegenDependency ToggleProps.codegen.tsx <<SignedSource::f39ac2496cfe417f26f9f27908d6dbbc>>
|
|
58
|
-
* @codegenDependency TooltipProps.codegen.tsx <<SignedSource::e88471ca86b5e9a878cacaf3736349c6>>
|
|
59
|
-
* @codegenDependency ValidMessageProps.codegen.tsx <<SignedSource::1a40b88b3f9e20d6a35d3956fc2866b2>>
|
|
60
|
-
*/
|
|
61
|
-
export type { BadgeProps } from './BadgeProps.codegen';
|
|
62
|
-
export type { BleedProps } from './BleedProps.codegen';
|
|
63
|
-
export type { BoxProps } from './BoxProps.codegen';
|
|
64
|
-
export type { ButtonGroupProps } from './ButtonGroupProps.codegen';
|
|
65
|
-
export type { ButtonProps } from './ButtonProps.codegen';
|
|
66
|
-
export type { CheckboxProps } from './CheckboxProps.codegen';
|
|
67
|
-
export type { CodeBlockProps } from './CodeBlockProps.codegen';
|
|
68
|
-
export type { CodeProps } from './CodeProps.codegen';
|
|
69
|
-
export type { DatePickerProps } from './DatePickerProps.codegen';
|
|
70
|
-
export type { DynamicTableProps } from './DynamicTableProps.codegen';
|
|
71
|
-
export type { ErrorMessageProps } from './ErrorMessageProps.codegen';
|
|
72
|
-
export type { FlexProps } from './FlexProps.codegen';
|
|
73
|
-
export type { FormFooterProps } from './FormFooterProps.codegen';
|
|
74
|
-
export type { FormHeaderProps } from './FormHeaderProps.codegen';
|
|
75
|
-
export type { FormProps } from './FormProps.codegen';
|
|
76
|
-
export type { FormSectionProps } from './FormSectionProps.codegen';
|
|
77
|
-
export type { GridProps } from './GridProps.codegen';
|
|
78
|
-
export type { HeadingProps } from './HeadingProps.codegen';
|
|
79
|
-
export type { HelperMessageProps } from './HelperMessageProps.codegen';
|
|
80
|
-
export type { IconProps } from './IconProps.codegen';
|
|
81
|
-
export type { InlineProps } from './InlineProps.codegen';
|
|
82
|
-
export type { LabelProps } from './LabelProps.codegen';
|
|
83
|
-
export type { LinkButtonProps } from './LinkButtonProps.codegen';
|
|
84
|
-
export type { LoadingButtonProps } from './LoadingButtonProps.codegen';
|
|
85
|
-
export type { LozengeProps } from './LozengeProps.codegen';
|
|
86
|
-
export type { ModalBodyProps } from './ModalBodyProps.codegen';
|
|
87
|
-
export type { ModalFooterProps } from './ModalFooterProps.codegen';
|
|
88
|
-
export type { ModalHeaderProps } from './ModalHeaderProps.codegen';
|
|
89
|
-
export type { ModalProps } from './ModalProps.codegen';
|
|
90
|
-
export type { ModalTitleProps } from './ModalTitleProps.codegen';
|
|
91
|
-
export type { ModalTransitionProps } from './ModalTransitionProps.codegen';
|
|
92
|
-
export type { ProgressBarProps } from './ProgressBarProps.codegen';
|
|
93
|
-
export type { ProgressTrackerProps } from './ProgressTrackerProps.codegen';
|
|
94
|
-
export type { RadioGroupProps } from './RadioGroupProps.codegen';
|
|
95
|
-
export type { RadioProps } from './RadioProps.codegen';
|
|
96
|
-
export type { RangeProps } from './RangeProps.codegen';
|
|
97
|
-
export type { SectionMessageActionProps } from './SectionMessageActionProps.codegen';
|
|
98
|
-
export type { SectionMessageProps } from './SectionMessageProps.codegen';
|
|
99
|
-
export type { SelectProps } from './SelectProps.codegen';
|
|
100
|
-
export type { SpinnerProps } from './SpinnerProps.codegen';
|
|
101
|
-
export type { StackProps } from './StackProps.codegen';
|
|
102
|
-
export type { TabListProps } from './TabListProps.codegen';
|
|
103
|
-
export type { TabPanelProps } from './TabPanelProps.codegen';
|
|
104
|
-
export type { TabProps } from './TabProps.codegen';
|
|
105
|
-
export type { TabsProps } from './TabsProps.codegen';
|
|
106
|
-
export type { TagGroupProps } from './TagGroupProps.codegen';
|
|
107
|
-
export type { SimpleTagProps as TagProps } from './TagProps.codegen';
|
|
108
|
-
export type { TextAreaProps } from './TextAreaProps.codegen';
|
|
109
|
-
export type { TextfieldProps } from './TextfieldProps.codegen';
|
|
110
|
-
export type { ToggleProps } from './ToggleProps.codegen';
|
|
111
|
-
export type { TooltipProps } from './TooltipProps.codegen';
|
|
112
|
-
export type { ValidMessageProps } from './ValidMessageProps.codegen';
|