beth-clarity 1.1.33 → 1.1.34
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "beth-clarity",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.34",
|
|
5
5
|
"description": "Design System da Beth Health Tech com componentes React reutilizáveis",
|
|
6
6
|
"main": "dist/clarity-design-system.umd.js",
|
|
7
7
|
"module": "dist/clarity-design-system.es.js",
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { CardSubComponentProps, CardProps } from '../../types/card';
|
|
3
|
-
export type { CardProps };
|
|
4
|
-
declare const Header: React.FC<CardSubComponentProps>;
|
|
5
|
-
declare const Content: React.FC<CardSubComponentProps>;
|
|
6
|
-
declare const Footer: React.FC<CardSubComponentProps>;
|
|
7
|
-
export declare const Card: React.FC<CardProps> & {
|
|
8
|
-
Header: typeof Header;
|
|
9
|
-
Content: typeof Content;
|
|
10
|
-
Footer: typeof Footer;
|
|
11
|
-
};
|
|
12
|
-
//# sourceMappingURL=Card.d.ts.map
|