@eclass/ui-kit 1.18.3 → 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.3",
4
+ "version": "1.19.0",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
@@ -72,8 +72,8 @@
72
72
  "@testing-library/jest-dom": "5.16.3",
73
73
  "@testing-library/react": "12.1.4",
74
74
  "@testing-library/user-event": "13.5.0",
75
- "@types/eclass__api": "git+ssh://git@gitlab.com/eclass/types-eclass-api.git#v3.82.0",
76
- "@types/eclass__sequelize-models": "git+ssh://git@gitlab.com/eclass/types-sequelize-models.git#v5.3.0",
75
+ "@types/eclass__api": "git+ssh://git@gitlab.com/eclass/types-eclass-api.git#v3.104.6",
76
+ "@types/eclass__sequelize-models": "git+ssh://git@gitlab.com/eclass/types-sequelize-models.git#v5.38.3",
77
77
  "@types/jest": "27.4.1",
78
78
  "@types/react": "17.0.43",
79
79
  "@types/react-dom": "17.0.14",
@@ -125,7 +125,7 @@
125
125
  "@fontsource/lora": "4.5.6",
126
126
  "@fontsource/roboto": "4.5.5",
127
127
  "framer-motion": "6.2.8",
128
- "@types/eclass-api": "git+ssh://git@gitlab.com/eclass/types-eclass-api.git#v3.71.1",
128
+ "@types/eclass-api": "git+ssh://git@gitlab.com/eclass/types-eclass-api.git#v3.104.6",
129
129
  "react-ripples": "2.2.1"
130
130
  }
131
131
  }
@@ -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 {};