@mindly/ui-components 1.0.10 → 1.0.11
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/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/lib/consultation-card/ConsultationCard.d.ts +0 -4
- package/dist/cjs/types/lib/consultation-card/ConsultationCard.style.d.ts +0 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/lib/consultation-card/ConsultationCard.d.ts +0 -4
- package/dist/esm/types/lib/consultation-card/ConsultationCard.style.d.ts +0 -1
- package/dist/index.d.ts +0 -4
- package/package.json +1 -1
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export declare const Container: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
2
2
|
export declare const InfoContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
3
|
-
export declare const NameContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
4
3
|
export declare const TextInfo: import("styled-components").StyledComponent<"div", any, {}, never>;
|
|
5
4
|
export declare const Photo: import("styled-components").StyledComponent<"img", any, {}, never>;
|
|
6
5
|
export declare const DividersContainer: import("styled-components").StyledComponent<"div", any, {}, never>;
|
package/dist/index.d.ts
CHANGED