@eclass/ui-kit 1.18.4 → 1.19.0

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": "@eclass/ui-kit",
3
3
  "description": "Elementos UI transversales eClass",
4
- "version": "1.18.4",
4
+ "version": "1.19.0",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
@@ -1,12 +0,0 @@
1
- import * as React from 'react';
2
- import * as Type from './types';
3
- export declare const CourseBoxContext: React.Context<Partial<import("@eclass/api").AcademicBox>>;
4
- interface CourseBoxProps {
5
- data: Type.AcademicList;
6
- modalPaymentText: Type.PaymentText;
7
- }
8
- export declare function CourseBox({ data, modalPaymentText }: CourseBoxProps): JSX.Element;
9
- export declare namespace CourseBox {
10
- var displayName: string;
11
- }
12
- export {};