@taikai/rocket-kit 3.0.3 → 3.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/dist/atoms/avatar-image/index.d.ts +2 -2
  2. package/dist/atoms/button/index.d.ts +1 -1
  3. package/dist/atoms/button-dropdown/index.d.ts +2 -2
  4. package/dist/atoms/button-link/index.d.ts +1 -1
  5. package/dist/atoms/checkbox/index.d.ts +1 -1
  6. package/dist/atoms/checkbox-button/index.d.ts +1 -1
  7. package/dist/atoms/error-field/index.d.ts +2 -2
  8. package/dist/atoms/file-picker/index.d.ts +1 -1
  9. package/dist/atoms/icon/index.d.ts +2 -2
  10. package/dist/atoms/label/index.d.ts +1 -1
  11. package/dist/atoms/progress-bar/index.d.ts +2 -1
  12. package/dist/atoms/select/index.d.ts +1 -1
  13. package/dist/atoms/select-interactive/components/index.d.ts +4 -3
  14. package/dist/atoms/select-interactive/index.d.ts +2 -1
  15. package/dist/atoms/slideshow/index.d.ts +2 -1
  16. package/dist/atoms/spinner/index.d.ts +2 -2
  17. package/dist/atoms/tag/index.d.ts +2 -2
  18. package/dist/atoms/tag-number/index.d.ts +2 -2
  19. package/dist/atoms/text-area/index.d.ts +1 -1
  20. package/dist/atoms/text-field/index.d.ts +1 -1
  21. package/dist/atoms/text-field-appendix/index.d.ts +1 -1
  22. package/dist/atoms/toggle/index.d.ts +2 -1
  23. package/dist/atoms/truncate-line/index.d.ts +2 -2
  24. package/dist/atoms/video-player/index.d.ts +2 -1
  25. package/dist/ions/icon-empty-data.d.ts +2 -1
  26. package/dist/ions/icon-login-only.d.ts +2 -1
  27. package/dist/molecules/actions-menu/index.d.ts +3 -2
  28. package/dist/molecules/card-value/index.d.ts +1 -1
  29. package/dist/molecules/checkbox-group/index.d.ts +1 -1
  30. package/dist/molecules/data-warning/index.d.ts +1 -1
  31. package/dist/molecules/empty-table/index.d.ts +2 -1
  32. package/dist/molecules/error/index.d.ts +2 -1
  33. package/dist/molecules/field-with-button/index.d.ts +3 -1
  34. package/dist/molecules/form-group/index.d.ts +1 -1
  35. package/dist/molecules/modal-footer/index.d.ts +1 -1
  36. package/dist/molecules/note-card/index.d.ts +1 -1
  37. package/dist/molecules/number-input-spinner/index.d.ts +2 -1
  38. package/dist/molecules/pagination-control/index.d.ts +1 -1
  39. package/dist/molecules/radio-group/index.d.ts +1 -1
  40. package/dist/molecules/table/index.d.ts +1 -1
  41. package/dist/molecules/table-dnd/index.d.ts +1 -1
  42. package/dist/molecules/wizard-steps/index.d.ts +2 -2
  43. package/dist/organisms/grid-container/grid-col.d.ts +1 -1
  44. package/dist/organisms/grid-container/grid-row.d.ts +2 -1
  45. package/dist/organisms/grid-container/index.d.ts +1 -1
  46. package/dist/organisms/horizontal-nav/index.d.ts +2 -1
  47. package/dist/organisms/loading-state/index.d.ts +2 -1
  48. package/dist/organisms/modal/index.d.ts +1 -1
  49. package/dist/organisms/modal-drawer/index.d.ts +1 -1
  50. package/dist/organisms/tabs-panel/index.d.ts +1 -1
  51. package/dist/rocket-kit.cjs.development.js +49 -61
  52. package/dist/rocket-kit.cjs.development.js.map +1 -1
  53. package/dist/rocket-kit.cjs.production.min.js +7 -7
  54. package/dist/rocket-kit.cjs.production.min.js.map +1 -1
  55. package/dist/rocket-kit.esm.js +49 -61
  56. package/dist/rocket-kit.esm.js.map +1 -1
  57. package/package.json +20 -13
  58. package/dist/atoms/avatar-image/stories/avatar-image.stories.d.ts +0 -48
  59. package/dist/atoms/button/stories/button.stories.d.ts +0 -57
  60. package/dist/atoms/button-dropdown/stories/button-dropdown.stories.d.ts +0 -56
  61. package/dist/atoms/button-link/stories/button-link.stories.d.ts +0 -58
  62. package/dist/atoms/checkbox-button/stories/checkbox-button.stories.d.ts +0 -24
  63. package/dist/atoms/file-picker/stories/file-picker.stories.d.ts +0 -22
  64. package/dist/atoms/icon/stories/icon.stories.d.ts +0 -40
  65. package/dist/atoms/label/stories/label.stories.d.ts +0 -30
  66. package/dist/atoms/progress-bar/stories/progress-bar.stories.d.ts +0 -15
  67. package/dist/atoms/select/stories/select.stories.d.ts +0 -31
  68. package/dist/atoms/select-interactive/stories/select-interactive.stories.d.ts +0 -50
  69. package/dist/atoms/slideshow/stories/slideshow.stories.d.ts +0 -22
  70. package/dist/atoms/tag/stories/tag.stories.d.ts +0 -37
  71. package/dist/atoms/tag-number/stories/tag-number.stories.d.ts +0 -31
  72. package/dist/atoms/text-area/stories/text-area.stories.d.ts +0 -80
  73. package/dist/atoms/text-field-appendix/stories/text-field-appendix.stories.d.ts +0 -43
  74. package/dist/atoms/toggle/stories/toogle.stories.d.ts +0 -18
  75. package/dist/atoms/truncate-line/stories/truncate-line.stories.d.ts +0 -14
  76. package/dist/atoms/video-player/stories/video-player.stories.d.ts +0 -24
  77. package/dist/globalStyles.d.ts +0 -2
  78. package/dist/molecules/card-value/stories/card-value.stories.d.ts +0 -45
  79. package/dist/molecules/checkbox-group/stories/checkbox-group.stories.d.ts +0 -33
  80. package/dist/molecules/data-warning/stories/data-warning.stories.d.ts +0 -22
  81. package/dist/molecules/empty-table/stories/empty-table.stories.d.ts +0 -17
  82. package/dist/molecules/error/stories/error.stories.d.ts +0 -22
  83. package/dist/molecules/field-with-button/stories/field-with-button.stories.d.ts +0 -25
  84. package/dist/molecules/form-group/stories/form-group.stories.d.ts +0 -29
  85. package/dist/molecules/modal-footer/stories/modal-footer.stories.d.ts +0 -22
  86. package/dist/molecules/number-input-spinner/stories/number-input-spinner.stories.d.ts +0 -39
  87. package/dist/molecules/pagination-control/stories/pagination-control.stories.d.ts +0 -42
  88. package/dist/molecules/radio-group/stories/radio-group.stories.d.ts +0 -34
  89. package/dist/molecules/table/stories/table.stories.d.ts +0 -46
  90. package/dist/molecules/table-dnd/stories/table-dnd.stories.d.ts +0 -23
  91. package/dist/molecules/wizard-steps/stories/wizard-steps.stories.d.ts +0 -14
  92. package/dist/organisms/grid-container/stories/grid-container.stories.d.ts +0 -10
  93. package/dist/organisms/horizontal-nav/stories/horizontal-nav.stories.d.ts +0 -20
  94. package/dist/organisms/loading-state/stories/loading-state.stories.d.ts +0 -25
  95. package/dist/organisms/modal/stories/modal.stories.d.ts +0 -25
  96. package/dist/organisms/modal-drawer/stories/modal-drawer.stories.d.ts +0 -26
  97. package/dist/organisms/tabs-panel/stories/tabs-panel.stories.d.ts +0 -20
@@ -1,43 +0,0 @@
1
- import React from 'react';
2
- import { TextFieldAppendixProps } from '..';
3
- declare const _default: {
4
- title: string;
5
- component: (props: TextFieldAppendixProps) => React.JSX.Element;
6
- argTypes: {
7
- type: {
8
- control: {
9
- type: string;
10
- options: string[];
11
- };
12
- };
13
- };
14
- };
15
- export default _default;
16
- export declare const TextFieldPrependComponent: {
17
- (args: TextFieldAppendixProps): React.JSX.Element;
18
- storyName: string;
19
- args: {
20
- type: string;
21
- name: string;
22
- prepend: string;
23
- append: string;
24
- placeholder: string;
25
- onChange: () => void;
26
- error: string;
27
- disabled: boolean;
28
- };
29
- };
30
- export declare const TextFieldAppendComponent: {
31
- (args: TextFieldAppendixProps): React.JSX.Element;
32
- storyName: string;
33
- args: {
34
- type: string;
35
- name: string;
36
- prepend: string;
37
- append: string;
38
- placeholder: string;
39
- onChange: () => void;
40
- error: string;
41
- disabled: boolean;
42
- };
43
- };
@@ -1,18 +0,0 @@
1
- import React from 'react';
2
- import { ToggleProps } from '../types';
3
- declare const _default: {
4
- title: string;
5
- component: ({ ariaLabelOn, ariaLabelOff, labelLeft, labelRight, checked, disabled, isLabelVisible, onClick, ...rest }: ToggleProps) => React.JSX.Element;
6
- };
7
- export default _default;
8
- export declare const ToggleComponent: {
9
- (args: ToggleProps): React.JSX.Element;
10
- storyName: string;
11
- args: {
12
- checked: boolean;
13
- isLabelVisible: boolean;
14
- labelLeft: string;
15
- labelRight: string;
16
- disabled: boolean;
17
- };
18
- };
@@ -1,14 +0,0 @@
1
- import React from 'react';
2
- import { TruncateLineProps } from '..';
3
- declare const _default: {
4
- title: string;
5
- component: (props: TruncateLineProps) => React.JSX.Element;
6
- };
7
- export default _default;
8
- export declare const TruncateLineComponent: {
9
- (args: TruncateLineProps): React.JSX.Element;
10
- storyName: string;
11
- args: {
12
- value: string;
13
- };
14
- };
@@ -1,24 +0,0 @@
1
- import React from 'react';
2
- import { VideoPlayerProps } from '..';
3
- declare const _default: {
4
- title: string;
5
- component: (props: VideoPlayerProps) => React.JSX.Element;
6
- argTypes: {
7
- onEnded: {
8
- action: string;
9
- };
10
- };
11
- };
12
- export default _default;
13
- export declare const VideoPlayerComponent: {
14
- (args: VideoPlayerProps): React.JSX.Element;
15
- storyName: string;
16
- args: {
17
- video: string;
18
- playing: boolean;
19
- loop: boolean;
20
- controls: boolean;
21
- width: string;
22
- height: string;
23
- };
24
- };
@@ -1,2 +0,0 @@
1
- declare const GlobalStyle: import("styled-components").GlobalStyleComponent<{}, import("styled-components").DefaultTheme>;
2
- export default GlobalStyle;
@@ -1,45 +0,0 @@
1
- import React from 'react';
2
- import { CardValueProps } from '..';
3
- declare const _default: {
4
- title: string;
5
- component: (props: CardValueProps) => React.JSX.Element;
6
- argTypes: {
7
- currency: {
8
- control: {
9
- type: string;
10
- options: string[];
11
- };
12
- };
13
- };
14
- };
15
- export default _default;
16
- export declare const CardValueComponentKAI: {
17
- (args: CardValueProps): React.JSX.Element;
18
- storyName: string;
19
- args: {
20
- label: string;
21
- currency: string;
22
- value: string;
23
- showArrowButton: boolean;
24
- };
25
- };
26
- export declare const CardValueComponent: {
27
- (args: CardValueProps): React.JSX.Element;
28
- storyName: string;
29
- args: {
30
- label: string;
31
- value: string;
32
- showArrowButton: boolean;
33
- };
34
- };
35
- export declare const CardValueComponentButton: {
36
- (args: CardValueProps): React.JSX.Element;
37
- storyName: string;
38
- args: {
39
- label: string;
40
- value: string;
41
- description: string;
42
- buttonValue: string;
43
- onClick: () => void;
44
- };
45
- };
@@ -1,33 +0,0 @@
1
- import React from 'react';
2
- import { CheckboxGroupProps } from '..';
3
- declare const _default: {
4
- title: string;
5
- component: (props: CheckboxGroupProps) => React.JSX.Element;
6
- argTypes: {
7
- type: {
8
- control: {
9
- type: string;
10
- options: string[];
11
- };
12
- };
13
- onChange: {
14
- action: () => void;
15
- };
16
- };
17
- };
18
- export default _default;
19
- export declare const CheckboxGroupComponent: {
20
- (args: CheckboxGroupProps): React.JSX.Element;
21
- storyName: string;
22
- args: {
23
- type: string;
24
- options: {
25
- label: string;
26
- value: string;
27
- checked: null;
28
- disabled: boolean;
29
- }[];
30
- error: string;
31
- disabled: boolean;
32
- };
33
- };
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import { DataWarningProps } from '..';
3
- declare const _default: {
4
- title: string;
5
- component: (props: DataWarningProps) => React.JSX.Element;
6
- argTypes: {
7
- type: {
8
- control: {
9
- type: string;
10
- options: string[];
11
- };
12
- };
13
- };
14
- };
15
- export default _default;
16
- export declare const DataWarningComponent: {
17
- (args: DataWarningProps): React.JSX.Element;
18
- storyName: string;
19
- args: {
20
- type: string;
21
- };
22
- };
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
- import { EmptyTableProps } from '..';
3
- declare const _default: {
4
- title: string;
5
- component: (props: EmptyTableProps) => React.JSX.Element;
6
- argTypes: {};
7
- };
8
- export default _default;
9
- export declare const EmptyTableComponent: {
10
- (args: EmptyTableProps): React.JSX.Element;
11
- storyName: string;
12
- args: {
13
- border: boolean;
14
- tableHead: string[];
15
- value: string;
16
- };
17
- };
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import { ErrorProps } from '..';
3
- declare const _default: {
4
- title: string;
5
- component: (props: ErrorProps) => React.JSX.Element;
6
- argTypes: {
7
- variant: {
8
- control: {
9
- type: string;
10
- options: string[];
11
- };
12
- };
13
- };
14
- };
15
- export default _default;
16
- export declare const ErrorComponent: {
17
- (args: ErrorProps): React.JSX.Element;
18
- args: {
19
- variant: string;
20
- value: string;
21
- };
22
- };
@@ -1,25 +0,0 @@
1
- import React from 'react';
2
- import { FieldWidthButtonProps } from '..';
3
- declare const _default: {
4
- title: string;
5
- component: (props: FieldWidthButtonProps) => React.JSX.Element;
6
- argTypes: {
7
- onChange: {
8
- action: () => void;
9
- };
10
- buttonAction: {
11
- action: string;
12
- };
13
- };
14
- };
15
- export default _default;
16
- export declare const FieldWidthButtonComponent: {
17
- (args: FieldWidthButtonProps): React.JSX.Element;
18
- storyName: string;
19
- args: {
20
- label: string;
21
- value: string;
22
- buttonIcon: string;
23
- buttonValue: string;
24
- };
25
- };
@@ -1,29 +0,0 @@
1
- import React from 'react';
2
- import { FormGroupProps } from '..';
3
- declare const _default: {
4
- title: string;
5
- component: (props: FormGroupProps) => React.JSX.Element;
6
- argTypes: {
7
- error: {
8
- control: {
9
- type: string;
10
- };
11
- };
12
- currency: {
13
- control: {
14
- type: string;
15
- options: string[];
16
- };
17
- };
18
- };
19
- };
20
- export default _default;
21
- export declare const FormGroupComponent: {
22
- (args: FormGroupProps): React.JSX.Element;
23
- storyName: string;
24
- args: {
25
- label: string;
26
- currency: string;
27
- error: boolean;
28
- };
29
- };
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
- import { ModalFooterProps } from '..';
3
- declare const _default: {
4
- title: string;
5
- component: (props: ModalFooterProps) => React.JSX.Element;
6
- argTypes: {};
7
- };
8
- export default _default;
9
- export declare const ModalFooterComponentNoChildren: {
10
- (args: ModalFooterProps): React.JSX.Element;
11
- storyName: string;
12
- args: {
13
- closeValue: string;
14
- };
15
- };
16
- export declare const ModalFooterComponentChildren: {
17
- (args: ModalFooterProps): React.JSX.Element;
18
- storyName: string;
19
- args: {
20
- closeValue: string;
21
- };
22
- };
@@ -1,39 +0,0 @@
1
- import React from 'react';
2
- import { NumberInputSpinnerProps } from '..';
3
- declare const _default: {
4
- title: string;
5
- component: (props: NumberInputSpinnerProps) => React.JSX.Element;
6
- argTypes: {
7
- onChange: {
8
- action: string;
9
- };
10
- };
11
- };
12
- export default _default;
13
- export declare const NumberInputSpinnerSimpleComponent: {
14
- (args: NumberInputSpinnerProps): React.JSX.Element;
15
- storyName: string;
16
- args: {
17
- increment: number;
18
- min: number;
19
- max: number;
20
- value: number;
21
- disabled: boolean;
22
- };
23
- };
24
- export declare const NumberInputSpinnerLongComponent: {
25
- (args: NumberInputSpinnerProps): React.JSX.Element;
26
- storyName: string;
27
- args: {
28
- max: number;
29
- value: number;
30
- storyName: string;
31
- args: {
32
- increment: number;
33
- min: number;
34
- max: number;
35
- value: number;
36
- disabled: boolean;
37
- };
38
- };
39
- };
@@ -1,42 +0,0 @@
1
- import React from 'react';
2
- import { PageControlProps } from '..';
3
- declare const _default: {
4
- title: string;
5
- component: (props: PageControlProps) => React.JSX.Element;
6
- decorators: ((...args: any) => any)[];
7
- };
8
- export default _default;
9
- export declare const PaginationControlLight: {
10
- (args: PageControlProps): React.JSX.Element;
11
- storyName: string;
12
- args: {
13
- page: number;
14
- pageCount: number;
15
- onPageChange: () => void;
16
- };
17
- parameters: {
18
- design: {
19
- type: string;
20
- url: string;
21
- };
22
- };
23
- };
24
- export declare const PaginationControlDark: {
25
- (args: PageControlProps): React.JSX.Element;
26
- storyName: string;
27
- args: {
28
- dark: boolean;
29
- page: number;
30
- pageCount: number;
31
- onPageChange: () => void;
32
- };
33
- parameters: {
34
- backgrounds: {
35
- default: string;
36
- };
37
- design: {
38
- type: string;
39
- url: string;
40
- };
41
- };
42
- };
@@ -1,34 +0,0 @@
1
- import React from 'react';
2
- import { RadioGroupProps } from '..';
3
- declare const _default: {
4
- title: string;
5
- component: (props: RadioGroupProps) => React.JSX.Element;
6
- argTypes: {
7
- type: {
8
- control: {
9
- type: string;
10
- options: string[];
11
- };
12
- };
13
- onChange: {
14
- action: () => void;
15
- };
16
- };
17
- };
18
- export default _default;
19
- export declare const RadioGroupComponent: {
20
- (args: RadioGroupProps): React.JSX.Element;
21
- storyName: string;
22
- args: {
23
- type: string;
24
- group: string;
25
- options: {
26
- value: string;
27
- label: string;
28
- disabled: boolean;
29
- checked: undefined;
30
- }[];
31
- error: string;
32
- disabled: boolean;
33
- };
34
- };
@@ -1,46 +0,0 @@
1
- import React from 'react';
2
- export interface TableProps {
3
- border?: boolean;
4
- }
5
- declare const _default: {
6
- title: string;
7
- component: <CellData extends import("..").CellBaseType>(props: import("..").TableProps<CellData>) => React.JSX.Element;
8
- argTypes: {
9
- border: {
10
- control: {
11
- type: string;
12
- };
13
- };
14
- loading: {
15
- control: {
16
- type: string;
17
- };
18
- };
19
- loadingColumns: {
20
- control: {
21
- type: string;
22
- };
23
- };
24
- loadingRows: {
25
- control: {
26
- type: string;
27
- };
28
- };
29
- };
30
- };
31
- export default _default;
32
- export declare const TableComponent: {
33
- (args: TableProps): React.JSX.Element;
34
- storyName: string;
35
- args: {
36
- border: boolean;
37
- loading: boolean;
38
- loadingColumns: number;
39
- loadingRows: number;
40
- };
41
- };
42
- export declare const TableEmptyComponent: {
43
- (args: TableProps): React.JSX.Element;
44
- storyName: string;
45
- args: {};
46
- };
@@ -1,23 +0,0 @@
1
- import React from 'react';
2
- export interface TableDnDProps {
3
- border?: boolean;
4
- }
5
- declare const _default: {
6
- title: string;
7
- component: <CellData extends import("..").CellBaseType>(props: import("..").TableProps<CellData>) => React.JSX.Element;
8
- argTypes: {
9
- border: {
10
- control: {
11
- type: string;
12
- };
13
- };
14
- };
15
- };
16
- export default _default;
17
- export declare const TableDnDComponent: {
18
- (args: TableDnDProps): React.JSX.Element;
19
- storyName: string;
20
- args: {
21
- border: boolean;
22
- };
23
- };
@@ -1,14 +0,0 @@
1
- import React from 'react';
2
- declare const _default: {
3
- title: string;
4
- component: (props: import("..").WizardStepsProps) => React.JSX.Element;
5
- };
6
- export default _default;
7
- export declare const WizardStepsComponent: {
8
- (): React.JSX.Element;
9
- storyName: string;
10
- };
11
- export declare const WizardStepsRendererComponent: {
12
- (): React.JSX.Element;
13
- storyName: string;
14
- };
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- declare const _default: {
3
- title: string;
4
- component: (props: import("..").GridContainerProps) => React.JSX.Element;
5
- };
6
- export default _default;
7
- export declare const GridContainerComponent: {
8
- (): React.JSX.Element;
9
- storyName: string;
10
- };
@@ -1,20 +0,0 @@
1
- import React from 'react';
2
- import { HorizontalNavInterface } from '..';
3
- declare const _default: {
4
- title: string;
5
- component: (props: HorizontalNavInterface) => React.JSX.Element;
6
- argTypes: {
7
- customColor: {
8
- control: string;
9
- };
10
- };
11
- };
12
- export default _default;
13
- export declare const HorizontalNavComponent: {
14
- (args: HorizontalNavInterface): React.JSX.Element;
15
- storyName: string;
16
- args: {
17
- items: React.JSX.Element[];
18
- startsOpen: boolean;
19
- };
20
- };
@@ -1,25 +0,0 @@
1
- import React from 'react';
2
- import { LoadingStateProps } from '..';
3
- declare const _default: {
4
- title: string;
5
- component: (props: LoadingStateProps) => React.JSX.Element;
6
- argTypes: {
7
- type: {
8
- control: {
9
- type: string;
10
- options: string[];
11
- };
12
- };
13
- };
14
- };
15
- export default _default;
16
- export declare const LoadingStateComponent: {
17
- (args: LoadingStateProps): React.JSX.Element;
18
- storyName: string;
19
- args: {
20
- type: string;
21
- lines: number;
22
- cardsNumber: number;
23
- center: boolean;
24
- };
25
- };
@@ -1,25 +0,0 @@
1
- import React from 'react';
2
- import { ModalProps } from '..';
3
- declare const _default: {
4
- title: string;
5
- component: (props: ModalProps) => React.JSX.Element;
6
- argTypes: {};
7
- };
8
- export default _default;
9
- export declare const ModalComponentBase: {
10
- (args: ModalProps): React.JSX.Element;
11
- storyName: string;
12
- args: {
13
- title: string;
14
- footer: boolean;
15
- closeValue: string;
16
- isShowing: boolean;
17
- };
18
- };
19
- export declare const ModalEditorComponent: {
20
- (args: ModalProps): React.JSX.Element;
21
- storyName: string;
22
- args: {
23
- title: string;
24
- };
25
- };
@@ -1,26 +0,0 @@
1
- import React from 'react';
2
- import { ModalDrawerProps } from '..';
3
- declare const _default: {
4
- title: string;
5
- component: (props: ModalDrawerProps) => React.JSX.Element;
6
- argTypes: {};
7
- };
8
- export default _default;
9
- export declare const ModalDrawerComponent: {
10
- (args: ModalDrawerProps): React.JSX.Element;
11
- storyName: string;
12
- args: {
13
- title: string;
14
- closeValue: string;
15
- footerHidden: boolean;
16
- };
17
- };
18
- export declare const ModalDrawerCustomFooterComponent: {
19
- (args: ModalDrawerProps): React.JSX.Element;
20
- storyName: string;
21
- args: {
22
- title: string;
23
- closeValue: string;
24
- footerHidden: boolean;
25
- };
26
- };
@@ -1,20 +0,0 @@
1
- import React from 'react';
2
- import { TabsPanelProps } from '..';
3
- declare const _default: {
4
- title: string;
5
- component: (props: TabsPanelProps) => React.JSX.Element;
6
- argTypes: {};
7
- };
8
- export default _default;
9
- export declare const TabsPanelComponent: {
10
- (args: TabsPanelProps): React.JSX.Element;
11
- storyName: string;
12
- args: {
13
- unmountOnExit: boolean;
14
- selectedTabKey: number;
15
- tabs: {
16
- title: string;
17
- renderer: React.JSX.Element;
18
- }[];
19
- };
20
- };