@eclass/ui-kit 1.32.0 → 1.33.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.
Files changed (62) hide show
  1. package/dist/atoms/Icons/AcademicRecord.d.ts +1 -2
  2. package/dist/atoms/Icons/AlertInfo.d.ts +1 -2
  3. package/dist/atoms/Icons/Alerts/ErrorWhite.d.ts +1 -2
  4. package/dist/atoms/Icons/Alerts/InfoWhite.d.ts +1 -2
  5. package/dist/atoms/Icons/Alerts/SuccessWhite.d.ts +1 -2
  6. package/dist/atoms/Icons/Alerts/WarningWhite.d.ts +1 -2
  7. package/dist/atoms/Icons/ArrowRight.d.ts +1 -2
  8. package/dist/atoms/Icons/Base.d.ts +2 -2
  9. package/dist/atoms/Icons/Certificate.d.ts +1 -2
  10. package/dist/atoms/Icons/CircularCheck.d.ts +1 -2
  11. package/dist/atoms/Icons/CircularInformation.d.ts +1 -2
  12. package/dist/atoms/Icons/Close.d.ts +1 -2
  13. package/dist/atoms/Icons/Download.d.ts +1 -2
  14. package/dist/atoms/Icons/GoAhead.d.ts +1 -2
  15. package/dist/atoms/Icons/GoBack.d.ts +1 -2
  16. package/dist/atoms/Icons/Loader.d.ts +0 -1
  17. package/dist/atoms/Icons/Multimedia.d.ts +1 -2
  18. package/dist/atoms/Icons/Password.d.ts +1 -2
  19. package/dist/atoms/Icons/Pen.d.ts +1 -2
  20. package/dist/atoms/Icons/PlusSign.d.ts +1 -2
  21. package/dist/atoms/Icons/Profile.d.ts +1 -2
  22. package/dist/atoms/Icons/Schedule.d.ts +1 -2
  23. package/dist/atoms/Icons/TextBubble.d.ts +1 -2
  24. package/dist/atoms/Icons/TinyAlertError.d.ts +1 -2
  25. package/dist/atoms/Icons/TinyAlertInfo.d.ts +1 -2
  26. package/dist/atoms/Icons/TinyAlertSuccess.d.ts +1 -2
  27. package/dist/atoms/Icons/TinyAlertWarning.d.ts +1 -2
  28. package/dist/atoms/Icons/TrashCan.d.ts +1 -2
  29. package/dist/atoms/Progress/Progress.d.ts +0 -1
  30. package/dist/atoms/Ripples/Ripples.d.ts +0 -1
  31. package/dist/atoms/TinyAlert/TinyAlert.d.ts +0 -1
  32. package/dist/eclass-ui-kit.es.js +28861 -36764
  33. package/dist/eclass-ui-kit.es.js.map +1 -1
  34. package/dist/eclass-ui-kit.umd.js +371 -276
  35. package/dist/eclass-ui-kit.umd.js.map +1 -1
  36. package/dist/index.d.ts +4 -4
  37. package/dist/molecules/Buttons/BtnPrimary.d.ts +1 -2
  38. package/dist/molecules/Buttons/BtnSecondary.d.ts +1 -2
  39. package/dist/molecules/Buttons/BtnTertiary.d.ts +2 -1
  40. package/dist/molecules/Tooltip/NewTooltip.d.ts +2 -3
  41. package/dist/organisms/Alerts/Alert.d.ts +1 -2
  42. package/dist/organisms/Alerts/FlashNotification.d.ts +1 -2
  43. package/dist/organisms/Alerts/types.d.ts +66 -0
  44. package/dist/organisms/Alerts/utils/alertStates.d.ts +4 -4
  45. package/dist/organisms/Alerts/utils/useFlashNotification.d.ts +1 -1
  46. package/dist/organisms/CourseList/Boxes/BoxImage.d.ts +1 -2
  47. package/dist/organisms/CourseList/Boxes/BoxTraditional.d.ts +1 -1
  48. package/dist/organisms/CourseList/Boxes/Boxes.d.ts +1 -2
  49. package/dist/organisms/CourseList/CourseList.d.ts +1 -2
  50. package/dist/organisms/CourseList/components/CourseStatus.d.ts +1 -2
  51. package/dist/organisms/CourseList/components/DateStatus.d.ts +0 -1
  52. package/dist/organisms/CourseList/components/Footer.d.ts +1 -2
  53. package/dist/organisms/CourseList/components/Header.d.ts +0 -1
  54. package/dist/organisms/CourseList/components/IconSelection.d.ts +0 -1
  55. package/dist/organisms/CourseList/components/Modal/PaymentModal.d.ts +1 -2
  56. package/dist/organisms/CourseList/components/Section.d.ts +0 -1
  57. package/dist/organisms/CourseList/types.d.ts +37 -0
  58. package/dist/organisms/CourseList/utils/dataFake.d.ts +1 -1
  59. package/dist/theme/index.d.ts +1 -1
  60. package/dist/tsconfig.types.tsbuildinfo +1 -1
  61. package/dist/vite-env.d.ts +2 -0
  62. package/package.json +63 -60
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function AcademicRecord(props: BaseProps): JSX.Element;
4
3
  export declare namespace AcademicRecord {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function AlertInfo(props: BaseProps): JSX.Element;
4
3
  export declare namespace AlertInfo {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from '../Base';
1
+ import { BaseProps } from '../Base';
3
2
  export declare function ErrorWhite(props: BaseProps): JSX.Element;
4
3
  export declare namespace ErrorWhite {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from '../Base';
1
+ import { BaseProps } from '../Base';
3
2
  export declare function InfoWhite(props: BaseProps): JSX.Element;
4
3
  export declare namespace InfoWhite {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from '../Base';
1
+ import { BaseProps } from '../Base';
3
2
  export declare function SuccessWhite(props: BaseProps): JSX.Element;
4
3
  export declare namespace SuccessWhite {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from '../Base';
1
+ import { BaseProps } from '../Base';
3
2
  export declare function WarningWhite(props: BaseProps): JSX.Element;
4
3
  export declare namespace WarningWhite {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function ArrowRight(props: BaseProps): JSX.Element;
4
3
  export declare namespace ArrowRight {
5
4
  var displayName: string;
@@ -1,4 +1,4 @@
1
- import { type ReactElement } from 'react';
1
+ /// <reference types="react" />
2
2
  export interface BaseProps {
3
3
  w?: string;
4
4
  h?: string;
@@ -8,7 +8,7 @@ export interface BaseProps {
8
8
  }
9
9
  interface IconProps extends BaseProps {
10
10
  viewBox?: string;
11
- children: ReactElement | ReactElement[];
11
+ children: React.ReactChild | React.ReactChild[];
12
12
  title?: string;
13
13
  }
14
14
  export declare function Base({ w, h, color, m, viewBox, children, title, }: IconProps): JSX.Element;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function Certificate(props: BaseProps): JSX.Element;
4
3
  export declare namespace Certificate {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function CircularCheck(props: BaseProps): JSX.Element;
4
3
  export declare namespace CircularCheck {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function CircularInformation(props: BaseProps): JSX.Element;
4
3
  export declare namespace CircularInformation {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function Close(props: BaseProps): JSX.Element;
4
3
  export declare namespace Close {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function Download(props: BaseProps): JSX.Element;
4
3
  export declare namespace Download {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function GoAhead(props: BaseProps): JSX.Element;
4
3
  export declare namespace GoAhead {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function GoBack(props: BaseProps): JSX.Element;
4
3
  export declare namespace GoBack {
5
4
  var displayName: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface props {
3
2
  fill?: string;
4
3
  }
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function Multimedia(props: BaseProps): JSX.Element;
4
3
  export declare namespace Multimedia {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function Password(props: BaseProps): JSX.Element;
4
3
  export declare namespace Password {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function Pen(props: BaseProps): JSX.Element;
4
3
  export declare namespace Pen {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function PlusSign(props: BaseProps): JSX.Element;
4
3
  export declare namespace PlusSign {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function Profile(props: BaseProps): JSX.Element;
4
3
  export declare namespace Profile {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function Schedule(props: BaseProps): JSX.Element;
4
3
  export declare namespace Schedule {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function TextBubble(props: BaseProps): JSX.Element;
4
3
  export declare namespace TextBubble {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function TinyAlertError(props: BaseProps): JSX.Element;
4
3
  export declare namespace TinyAlertError {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function TinyAlertInfo(props: BaseProps): JSX.Element;
4
3
  export declare namespace TinyAlertInfo {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function TinyAlertSuccess(props: BaseProps): JSX.Element;
4
3
  export declare namespace TinyAlertSuccess {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function TinyAlertWarning(props: BaseProps): JSX.Element;
4
3
  export declare namespace TinyAlertWarning {
5
4
  var displayName: string;
@@ -1,5 +1,4 @@
1
- /// <reference types="react" />
2
- import { type BaseProps } from './Base';
1
+ import { BaseProps } from './Base';
3
2
  export declare function TrashCan(props: BaseProps): JSX.Element;
4
3
  export declare namespace TrashCan {
5
4
  var displayName: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface ProgressProps {
3
2
  value: number;
4
3
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  /**
3
2
  * Componente Ripples se debe poner entre un Wrapper y su contenido
4
3
  * @example
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface props {
3
2
  status: 'success' | 'error' | 'info' | 'warning' | 'answered' | 'pending' | 'omitted' | 'new';
4
3
  text?: string;