componenteshospitais 4.1.0 → 4.1.1
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/dist/types/stories/ActionBar.stories.d.ts +1 -1
- package/dist/types/stories/Busca.stories.d.ts +1 -1
- package/dist/types/stories/Card.stories.d.ts +2 -2
- package/dist/types/stories/CardImage.stories.d.ts +2 -2
- package/dist/types/stories/CheckboxGroup.stories.d.ts +1 -1
- package/dist/types/stories/FluxoProcessos.stories.d.ts +1 -1
- package/dist/types/stories/InputField.stories.d.ts +4 -4
- package/dist/types/stories/MenuPage.stories.d.ts +1 -1
- package/dist/types/stories/SelectField.stories.d.ts +1 -1
- package/dist/types/stories/TableStandard.stories.d.ts +3 -3
- package/dist/types/stories/TableStandardButtons.stories.d.ts +3 -3
- package/dist/types/stories/TextArea.stories.d.ts +3 -3
- package/dist/types/stories/TextPage.stories.d.ts +2 -2
- package/dist/types/stories/TituloPagina.stories.d.ts +2 -2
- package/package.json +2 -2
|
@@ -2,4 +2,4 @@ import { Meta } from '@storybook/react';
|
|
|
2
2
|
import { ActionBarProps } from '../components/ActionBar';
|
|
3
3
|
declare const meta: Meta<ActionBarProps>;
|
|
4
4
|
export default meta;
|
|
5
|
-
export declare const Primary: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, ActionBarProps>;
|
|
5
|
+
export declare const Primary: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, ActionBarProps>;
|
|
@@ -2,4 +2,4 @@ import { Meta } from '@storybook/react';
|
|
|
2
2
|
import { FilterableInputProps } from '../components/Busca';
|
|
3
3
|
declare const meta: Meta<FilterableInputProps>;
|
|
4
4
|
export default meta;
|
|
5
|
-
export declare const Primary: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, FilterableInputProps>;
|
|
5
|
+
export declare const Primary: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, FilterableInputProps>;
|
|
@@ -2,5 +2,5 @@ import { Meta } from '@storybook/react';
|
|
|
2
2
|
import { CardProps } from '../components/Card';
|
|
3
3
|
declare const meta: Meta<CardProps>;
|
|
4
4
|
export default meta;
|
|
5
|
-
export declare const Primary: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, CardProps>;
|
|
6
|
-
export declare const WithLateralImage: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, CardProps>;
|
|
5
|
+
export declare const Primary: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, CardProps>;
|
|
6
|
+
export declare const WithLateralImage: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, CardProps>;
|
|
@@ -2,5 +2,5 @@ import { Meta } from '@storybook/react';
|
|
|
2
2
|
import { CardImageProps } from '../components/CardImage';
|
|
3
3
|
declare const meta: Meta<CardImageProps>;
|
|
4
4
|
export default meta;
|
|
5
|
-
export declare const Primary: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, CardImageProps>;
|
|
6
|
-
export declare const FileInput: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, CardImageProps>;
|
|
5
|
+
export declare const Primary: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, CardImageProps>;
|
|
6
|
+
export declare const FileInput: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, CardImageProps>;
|
|
@@ -2,4 +2,4 @@ import { Meta } from '@storybook/react';
|
|
|
2
2
|
import { CheckboxGroupProps } from '../components/CheckboxGroup';
|
|
3
3
|
declare const meta: Meta<CheckboxGroupProps>;
|
|
4
4
|
export default meta;
|
|
5
|
-
export declare const Primary: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, CheckboxGroupProps>;
|
|
5
|
+
export declare const Primary: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, CheckboxGroupProps>;
|
|
@@ -2,4 +2,4 @@ import { Meta } from '@storybook/react';
|
|
|
2
2
|
import { FluxoProcessoInterface } from '../components/FluxoProcesso';
|
|
3
3
|
declare const meta: Meta<FluxoProcessoInterface>;
|
|
4
4
|
export default meta;
|
|
5
|
-
export declare const Primary: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, FluxoProcessoInterface>;
|
|
5
|
+
export declare const Primary: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, FluxoProcessoInterface>;
|
|
@@ -2,7 +2,7 @@ import { Meta } from '@storybook/react';
|
|
|
2
2
|
import { InputFieldProps } from '../components/InputField';
|
|
3
3
|
declare const meta: Meta<InputFieldProps>;
|
|
4
4
|
export default meta;
|
|
5
|
-
export declare const Primary: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, InputFieldProps>;
|
|
6
|
-
export declare const Password: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, InputFieldProps>;
|
|
7
|
-
export declare const Disabled: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, InputFieldProps>;
|
|
8
|
-
export declare const Checkbox: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, InputFieldProps>;
|
|
5
|
+
export declare const Primary: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, InputFieldProps>;
|
|
6
|
+
export declare const Password: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, InputFieldProps>;
|
|
7
|
+
export declare const Disabled: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, InputFieldProps>;
|
|
8
|
+
export declare const Checkbox: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, InputFieldProps>;
|
|
@@ -2,4 +2,4 @@ import { Meta } from '@storybook/react';
|
|
|
2
2
|
import { MenuPageProps } from '../components/MenuPage';
|
|
3
3
|
declare const meta: Meta<MenuPageProps>;
|
|
4
4
|
export default meta;
|
|
5
|
-
export declare const Primary: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, MenuPageProps>;
|
|
5
|
+
export declare const Primary: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, MenuPageProps>;
|
|
@@ -2,4 +2,4 @@ import { Meta } from '@storybook/react';
|
|
|
2
2
|
import { SelectComponentProps } from '../components/SelectField';
|
|
3
3
|
declare const meta: Meta<SelectComponentProps>;
|
|
4
4
|
export default meta;
|
|
5
|
-
export declare const Primary: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, SelectComponentProps>;
|
|
5
|
+
export declare const Primary: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, SelectComponentProps>;
|
|
@@ -2,6 +2,6 @@ import { Meta } from '@storybook/react';
|
|
|
2
2
|
import { TableStandardProps } from '../components/TableStandard';
|
|
3
3
|
declare const meta: Meta<TableStandardProps>;
|
|
4
4
|
export default meta;
|
|
5
|
-
export declare const Primary: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TableStandardProps>;
|
|
6
|
-
export declare const ExcelDownload: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TableStandardProps>;
|
|
7
|
-
export declare const NoActionButtons: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TableStandardProps>;
|
|
5
|
+
export declare const Primary: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TableStandardProps>;
|
|
6
|
+
export declare const ExcelDownload: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TableStandardProps>;
|
|
7
|
+
export declare const NoActionButtons: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TableStandardProps>;
|
|
@@ -2,6 +2,6 @@ import { Meta } from '@storybook/react';
|
|
|
2
2
|
import { TableStandardButtonsProps } from '../components/TableStandardButtons';
|
|
3
3
|
declare const meta: Meta<TableStandardButtonsProps>;
|
|
4
4
|
export default meta;
|
|
5
|
-
export declare const Primary: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TableStandardButtonsProps>;
|
|
6
|
-
export declare const ExcelDownload: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TableStandardButtonsProps>;
|
|
7
|
-
export declare const NoActionButtons: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TableStandardButtonsProps>;
|
|
5
|
+
export declare const Primary: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TableStandardButtonsProps>;
|
|
6
|
+
export declare const ExcelDownload: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TableStandardButtonsProps>;
|
|
7
|
+
export declare const NoActionButtons: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TableStandardButtonsProps>;
|
|
@@ -2,6 +2,6 @@ import { Meta } from '@storybook/react';
|
|
|
2
2
|
import { TextAreaFieldProps } from '../components/TextArea';
|
|
3
3
|
declare const meta: Meta<TextAreaFieldProps>;
|
|
4
4
|
export default meta;
|
|
5
|
-
export declare const Primary: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TextAreaFieldProps>;
|
|
6
|
-
export declare const Disabled: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TextAreaFieldProps>;
|
|
7
|
-
export declare const ReadOnly: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TextAreaFieldProps>;
|
|
5
|
+
export declare const Primary: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TextAreaFieldProps>;
|
|
6
|
+
export declare const Disabled: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TextAreaFieldProps>;
|
|
7
|
+
export declare const ReadOnly: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TextAreaFieldProps>;
|
|
@@ -2,5 +2,5 @@ import { Meta } from '@storybook/react';
|
|
|
2
2
|
import { TextPageProps } from '../components/TextPage';
|
|
3
3
|
declare const meta: Meta<TextPageProps>;
|
|
4
4
|
export default meta;
|
|
5
|
-
export declare const Primary: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TextPageProps>;
|
|
6
|
-
export declare const LateralImage: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TextPageProps>;
|
|
5
|
+
export declare const Primary: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TextPageProps>;
|
|
6
|
+
export declare const LateralImage: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, TextPageProps>;
|
|
@@ -2,5 +2,5 @@ import { Meta } from '@storybook/react';
|
|
|
2
2
|
import { HeaderProps } from '../components/TituloPagina';
|
|
3
3
|
declare const meta: Meta<HeaderProps>;
|
|
4
4
|
export default meta;
|
|
5
|
-
export declare const Primary: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, HeaderProps>;
|
|
6
|
-
export declare const WithBackButton: import("@storybook/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, HeaderProps>;
|
|
5
|
+
export declare const Primary: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, HeaderProps>;
|
|
6
|
+
export declare const WithBackButton: import("@storybook/core/csf").AnnotatedStoryFn<import("@storybook/react/dist/types-a5624094").R, HeaderProps>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "componenteshospitais",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.1",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"types": "dist/types/index.d.ts",
|
|
@@ -50,7 +50,6 @@
|
|
|
50
50
|
"rollup": "^4.18.1",
|
|
51
51
|
"rollup-plugin-postcss": "^4.0.2",
|
|
52
52
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
53
|
-
"storybook": "^8.5.1",
|
|
54
53
|
"style-loader": "^4.0.0",
|
|
55
54
|
"webpack": "^5.0.0",
|
|
56
55
|
"webpack-cli": "^4.0.0",
|
|
@@ -67,6 +66,7 @@
|
|
|
67
66
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
68
67
|
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
69
68
|
"slick-carousel": "^1.8.1",
|
|
69
|
+
"storybook": "^8.6.0",
|
|
70
70
|
"styled-components": "^6.1.11",
|
|
71
71
|
"typescript": "^5.7.3",
|
|
72
72
|
"uninstall": "^0.0.0",
|