@eclass/ui-kit 1.24.0 → 1.26.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.
Files changed (47) hide show
  1. package/dist/atoms/Icons/AcademicRecord.d.ts +0 -1
  2. package/dist/atoms/Icons/AlertInfo.d.ts +0 -1
  3. package/dist/atoms/Icons/Alerts/ErrorWhite.d.ts +0 -1
  4. package/dist/atoms/Icons/Alerts/InfoWhite.d.ts +0 -1
  5. package/dist/atoms/Icons/Alerts/SuccessWhite.d.ts +0 -1
  6. package/dist/atoms/Icons/Alerts/WarningWhite.d.ts +0 -1
  7. package/dist/atoms/Icons/ArrowRight.d.ts +0 -1
  8. package/dist/atoms/Icons/Certificate.d.ts +0 -1
  9. package/dist/atoms/Icons/CircularCheck.d.ts +0 -1
  10. package/dist/atoms/Icons/CircularInformation.d.ts +0 -1
  11. package/dist/atoms/Icons/Close.d.ts +0 -1
  12. package/dist/atoms/Icons/Download.d.ts +0 -1
  13. package/dist/atoms/Icons/GoAhead.d.ts +0 -1
  14. package/dist/atoms/Icons/GoBack.d.ts +0 -1
  15. package/dist/atoms/Icons/Loader.d.ts +0 -1
  16. package/dist/atoms/Icons/Multimedia.d.ts +0 -1
  17. package/dist/atoms/Icons/Password.d.ts +0 -1
  18. package/dist/atoms/Icons/Pen.d.ts +0 -1
  19. package/dist/atoms/Icons/PlusSign.d.ts +0 -1
  20. package/dist/atoms/Icons/Profile.d.ts +0 -1
  21. package/dist/atoms/Icons/Schedule.d.ts +0 -1
  22. package/dist/atoms/Icons/TextBubble.d.ts +0 -1
  23. package/dist/atoms/Icons/TinyAlertError.d.ts +0 -1
  24. package/dist/atoms/Icons/TinyAlertInfo.d.ts +0 -1
  25. package/dist/atoms/Icons/TinyAlertSuccess.d.ts +0 -1
  26. package/dist/atoms/Icons/TinyAlertWarning.d.ts +0 -1
  27. package/dist/atoms/Icons/TrashCan.d.ts +0 -1
  28. package/dist/atoms/Progress/Progress.d.ts +0 -1
  29. package/dist/atoms/Ripples/Ripples.d.ts +0 -1
  30. package/dist/atoms/TinyAlert/TinyAlert.d.ts +0 -1
  31. package/dist/molecules/Buttons/BtnPrimary.d.ts +0 -1
  32. package/dist/molecules/Buttons/BtnSecondary.d.ts +0 -1
  33. package/dist/organisms/Alerts/Alert.d.ts +0 -1
  34. package/dist/organisms/Alerts/FlashNotification.d.ts +0 -1
  35. package/dist/organisms/Alerts/utils/alertStates.d.ts +0 -1
  36. package/dist/organisms/CourseList/Boxes/BoxImage.d.ts +0 -1
  37. package/dist/organisms/CourseList/Boxes/Boxes.d.ts +0 -1
  38. package/dist/organisms/CourseList/CourseList.d.ts +0 -1
  39. package/dist/organisms/CourseList/components/CourseStatus.d.ts +0 -1
  40. package/dist/organisms/CourseList/components/DateStatus.d.ts +0 -1
  41. package/dist/organisms/CourseList/components/Footer.d.ts +0 -1
  42. package/dist/organisms/CourseList/components/Header.d.ts +0 -1
  43. package/dist/organisms/CourseList/components/IconSelection.d.ts +0 -1
  44. package/dist/organisms/CourseList/components/Modal/PaymentModal.d.ts +0 -1
  45. package/dist/organisms/CourseList/components/Section.d.ts +0 -1
  46. package/dist/tsconfig.types.tsbuildinfo +1 -1
  47. package/package.json +14 -3
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function AcademicRecord(props: BaseProps): JSX.Element;
4
3
  export declare namespace AcademicRecord {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function AlertInfo(props: BaseProps): JSX.Element;
4
3
  export declare namespace AlertInfo {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from '../Base';
3
2
  export declare function ErrorWhite(props: BaseProps): JSX.Element;
4
3
  export declare namespace ErrorWhite {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from '../Base';
3
2
  export declare function InfoWhite(props: BaseProps): JSX.Element;
4
3
  export declare namespace InfoWhite {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from '../Base';
3
2
  export declare function SuccessWhite(props: BaseProps): JSX.Element;
4
3
  export declare namespace SuccessWhite {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from '../Base';
3
2
  export declare function WarningWhite(props: BaseProps): JSX.Element;
4
3
  export declare namespace WarningWhite {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function ArrowRight(props: BaseProps): JSX.Element;
4
3
  export declare namespace ArrowRight {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function Certificate(props: BaseProps): JSX.Element;
4
3
  export declare namespace Certificate {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function CircularCheck(props: BaseProps): JSX.Element;
4
3
  export declare namespace CircularCheck {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function CircularInformation(props: BaseProps): JSX.Element;
4
3
  export declare namespace CircularInformation {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function Close(props: BaseProps): JSX.Element;
4
3
  export declare namespace Close {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function Download(props: BaseProps): JSX.Element;
4
3
  export declare namespace Download {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function GoAhead(props: BaseProps): JSX.Element;
4
3
  export declare namespace GoAhead {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function GoBack(props: BaseProps): JSX.Element;
4
3
  export declare namespace GoBack {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface props {
3
2
  fill?: string;
4
3
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function Multimedia(props: BaseProps): JSX.Element;
4
3
  export declare namespace Multimedia {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function Password(props: BaseProps): JSX.Element;
4
3
  export declare namespace Password {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function Pen(props: BaseProps): JSX.Element;
4
3
  export declare namespace Pen {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function PlusSign(props: BaseProps): JSX.Element;
4
3
  export declare namespace PlusSign {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function Profile(props: BaseProps): JSX.Element;
4
3
  export declare namespace Profile {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function Schedule(props: BaseProps): JSX.Element;
4
3
  export declare namespace Schedule {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function TextBubble(props: BaseProps): JSX.Element;
4
3
  export declare namespace TextBubble {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function TinyAlertError(props: BaseProps): JSX.Element;
4
3
  export declare namespace TinyAlertError {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function TinyAlertInfo(props: BaseProps): JSX.Element;
4
3
  export declare namespace TinyAlertInfo {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function TinyAlertSuccess(props: BaseProps): JSX.Element;
4
3
  export declare namespace TinyAlertSuccess {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function TinyAlertWarning(props: BaseProps): JSX.Element;
4
3
  export declare namespace TinyAlertWarning {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { BaseProps } from './Base';
3
2
  export declare function TrashCan(props: BaseProps): JSX.Element;
4
3
  export declare namespace TrashCan {
@@ -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;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { propsBaseBtns } from './Btn';
3
2
  /**
4
3
  * Componente BtnPrimary
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { propsBaseBtns } from './Btn';
3
2
  /**
4
3
  * Componente BtnSecondary
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { IAlertProps } from './types.d';
3
2
  /**
4
3
  * Componente de alerta embebida que puede tener 4 estados diferentes.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { IFlashNotificationProps } from './types.d';
3
2
  /**
4
3
  * Componente de notificación flash que se muestra centrada en la parte superior de la pantalla.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const alertStates: {
3
2
  success: {
4
3
  icon: JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import * as Type from '../types';
3
2
  interface ImageBoxProps {
4
3
  backgroundImg: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { AcademicList, WrapperCoursesProps } from '../types';
3
2
  interface IBoxes {
4
3
  type: WrapperCoursesProps['typeBox'];
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import * as Type from './types';
3
2
  export declare const columnGap = 1.25;
4
3
  export declare const wCourse = 17.8125;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { ProgressCourse, StatusCourse } from '@eclass/api';
3
2
  interface props {
4
3
  /** import { ProgressCourse } from '@eclass/api' */
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface DateStatusProps {
3
2
  date?: string;
4
3
  }
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import * as Type from '../types';
3
2
  export declare function Footer({ modalPaymentText }: Type.FooterProps): JSX.Element | null;
4
3
  export declare namespace Footer {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare function Header(): JSX.Element;
3
2
  export declare namespace Header {
4
3
  var displayName: string;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  interface IconSelectionProps {
3
2
  type: string;
4
3
  progressValue?: number;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import * as Type from '../../types';
3
2
  interface PaymentModalProps {
4
3
  isOpen: boolean;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare function Section(): JSX.Element | null;
3
2
  export declare namespace Section {
4
3
  var displayName: string;