nectiasw 0.0.63 → 0.0.64

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 (85) hide show
  1. package/dist/components/Badge/index.d.ts +1 -0
  2. package/dist/components/Box/index.d.ts +1 -0
  3. package/dist/components/Box/styles.d.ts +1 -0
  4. package/dist/components/Button/builder.d.ts +1 -0
  5. package/dist/components/Button/index.d.ts +1 -0
  6. package/dist/components/Button/styled.d.ts +1 -0
  7. package/dist/components/Button/types.d.ts +1 -0
  8. package/dist/components/Card/index.d.ts +1 -0
  9. package/dist/components/Chart/index.d.ts +1 -0
  10. package/dist/components/Checkbox/index.d.ts +1 -0
  11. package/dist/components/Checkbox/styled.d.ts +1 -0
  12. package/dist/components/Collapse/index.d.ts +1 -0
  13. package/dist/components/Container/index.d.ts +1 -0
  14. package/dist/components/Counter/index.d.ts +1 -0
  15. package/dist/components/Datepicker/index.d.ts +1 -0
  16. package/dist/components/Datepicker/styled.d.ts +1 -0
  17. package/dist/components/DeadlineChart/index.d.ts +1 -0
  18. package/dist/components/Detail/index.d.ts +1 -0
  19. package/dist/components/Dragarea/index.d.ts +1 -0
  20. package/dist/components/Dragarea/styled.d.ts +1 -0
  21. package/dist/components/Dragarea/svg.d.ts +1 -0
  22. package/dist/components/Dropdown/index.d.ts +1 -0
  23. package/dist/components/Empty/index.d.ts +1 -0
  24. package/dist/components/Flex/index.d.ts +1 -0
  25. package/dist/components/Flex/styles.d.ts +1 -0
  26. package/dist/components/Footer/index.d.ts +1 -0
  27. package/dist/components/Footer/svg.d.ts +1 -0
  28. package/dist/components/Grid/index.d.ts +1 -0
  29. package/dist/components/Input/index.d.ts +1 -0
  30. package/dist/components/Input/variants/InputTable.d.ts +1 -0
  31. package/dist/components/Layout/index.d.ts +1 -0
  32. package/dist/components/Loading/index.d.ts +1 -0
  33. package/dist/components/Modal/index.d.ts +1 -0
  34. package/dist/components/Navbar/index.d.ts +1 -0
  35. package/dist/components/Pagination/index.d.ts +1 -0
  36. package/dist/components/RadioButton/index.d.ts +1 -0
  37. package/dist/components/Row/index.d.ts +1 -0
  38. package/dist/components/Search/index.d.ts +1 -0
  39. package/dist/components/Search/styled.d.ts +1 -0
  40. package/dist/components/Search/types.d.ts +1 -0
  41. package/dist/components/Search/variants/ScrollSearch.d.ts +1 -0
  42. package/dist/components/Search/variants/styled.d.ts +1 -0
  43. package/dist/components/Select/builder.d.ts +1 -0
  44. package/dist/components/Select/index.d.ts +1 -0
  45. package/dist/components/Sidebar/index.d.ts +1 -0
  46. package/dist/components/Sidebar/types.d.ts +1 -0
  47. package/dist/components/Switch/index.d.ts +1 -0
  48. package/dist/components/Table/builder.d.ts +1 -0
  49. package/dist/components/Table/index.d.ts +1 -0
  50. package/dist/components/Table/styled.d.ts +1 -0
  51. package/dist/components/Table/types.d.ts +1 -0
  52. package/dist/components/Tableinput/index.d.ts +1 -0
  53. package/dist/components/Text/index.d.ts +1 -0
  54. package/dist/components/Textarea/index.d.ts +1 -0
  55. package/dist/components/Textarea/styled.d.ts +1 -0
  56. package/dist/components/Timeline/index.d.ts +1 -0
  57. package/dist/components/Timeline/styled.d.ts +1 -0
  58. package/dist/components/Tooltip/index.d.ts +1 -0
  59. package/dist/components/Tooltip/styled.d.ts +1 -0
  60. package/dist/components/Totalhours/index.d.ts +1 -0
  61. package/dist/context/index.d.ts +1 -0
  62. package/dist/context/types.d.ts +1 -0
  63. package/dist/hooks/usecache/config.d.ts +1 -0
  64. package/dist/hooks/usecheckbox/index.d.ts +1 -0
  65. package/dist/index.d.ts +1 -0
  66. package/dist/index.es.js +53831 -49506
  67. package/dist/index.es.js.map +1 -1
  68. package/dist/index.umd.js +535 -3956
  69. package/dist/index.umd.js.map +1 -1
  70. package/dist/main.d.ts +1 -0
  71. package/dist/providers/channel/index.d.ts +1 -0
  72. package/dist/providers/channel/types.d.ts +1 -0
  73. package/dist/providers/https/http.api.d.ts +1 -0
  74. package/dist/providers/https/index.d.ts +1 -0
  75. package/dist/providers/microfront/index.d.ts +1 -0
  76. package/dist/providers/microfront/types.d.ts +1 -0
  77. package/dist/providers/permissions/index.d.ts +1 -0
  78. package/dist/providers/permissions/types.d.ts +1 -0
  79. package/dist/providers/permissions/utils.d.ts +1 -0
  80. package/dist/providers/private/index.d.ts +1 -0
  81. package/dist/providers/storage/index.d.ts +1 -0
  82. package/dist/providers/storage/session/index.d.ts +1 -0
  83. package/dist/style.css +1 -1
  84. package/dist/utils/sort/index.d.ts +1 -0
  85. package/package.json +2 -1
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { BadgeStatus } from './types';
3
+
3
4
  export type BadgeProps = {
4
5
  color?: string;
5
6
  error?: number;
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
2
  import { BoxProps } from './types';
3
+
3
4
  export declare const Box: React.FC<BoxProps>;
@@ -1,4 +1,5 @@
1
1
  import { BoxProps } from './types';
2
+
2
3
  type ContainerArgs = Partial<BoxProps>;
3
4
  export declare const classes: (props: ContainerArgs) => string;
4
5
  /**
@@ -1,4 +1,5 @@
1
1
  import { ButtonProps } from './types';
2
+
2
3
  export type Override<T, U> = Omit<T, keyof U> & U;
3
4
  export type OverrideBuilder = Override<Builder, {
4
5
  backgrounds: typeof Builder.prototype.backgrounds;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { ButtonProps } from './types';
3
+
3
4
  /**
4
5
  * @description
5
6
  * Button component with TailwindCSS support and default props for size and variant.
@@ -1,4 +1,5 @@
1
1
  import { ButtonProps } from './types';
2
+
2
3
  type ButtonStyledProps = Pick<ButtonProps, "fullWidth" | "tabWithHover" | "visuallyDisabled">;
3
4
  export declare const StyledButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, ButtonStyledProps>> & string;
4
5
  export {};
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { OverrideBuilder } from './builder';
3
+
3
4
  export type Variant = "primary" | "secondary" | "outline" | "tertiary" | "quaternary" | "quinary" | "senary" | "secondarymuted" | "danger" | "info-outline" | "danger-outline" | "primary-outline" | "darkened-outline" | "secondary-outline";
4
5
  export type ButtonProps = {
5
6
  disabled?: boolean;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { CardProps, CardTitleProps } from './types';
3
+
3
4
  export declare const Card: React.FunctionComponent<CardProps>;
4
5
  export declare const DangerTitle: React.FC<CardTitleProps>;
5
6
  export declare const CheckTitle: React.FC<CardTitleProps>;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  /**
3
4
  * @description
4
5
  * Chart componnet for rendering content based on stages.
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export type CheckboxIconProps = {
3
4
  status?: boolean;
4
5
  } & Pick<CheckboxProps, "left" | "top" | "right">;
@@ -1,4 +1,5 @@
1
1
  import { CheckboxIconProps } from '.';
2
+
2
3
  export declare const StyledCheckbox: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, Omit<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
3
4
  ref?: ((instance: HTMLInputElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLInputElement> | null | undefined;
4
5
  }>, never>, never>> & string;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const Collapse: React.FunctionComponent<CollapseProps>;
3
4
  export declare const StyledCollapse: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
4
5
  width?: string;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  /**
3
4
  * @description
4
5
  * Col grid container for tailwind dynamic grid.
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const Counter: React.FunctionComponent<CounterProps>;
3
4
  export declare const Circle: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
5
  export declare const PassedDays: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  /**
3
4
  * @description
4
5
  * Handle date and sync dates.
@@ -1,5 +1,6 @@
1
1
  import { default as Datepicker } from 'react-datepicker';
2
2
  import { DatepickerProps } from '.';
3
+
3
4
  export declare const StyledDatepicker: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<(import('react-datepicker').DatePickerProps & import('react').RefAttributes<Datepicker>) & import('styled-components/dist/types').BaseObject, DatepickerProps>> & string & Omit<typeof Datepicker, keyof import('react').Component<any, {}, any>>;
4
5
  export declare const StyledTableInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, DatepickerProps>> & string;
5
6
  export declare const StyledInput: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, DatepickerProps>> & string;
@@ -1,4 +1,5 @@
1
1
  import { default as React, ReactNode } from 'react';
2
+
2
3
  export declare const SingleDeadlineChart: React.FC<SingleDeadlineChartProps>;
3
4
  export declare const Container: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
5
  export declare const Workline: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { CommonTextProps } from '@nectiasw/components/Text';
3
+
3
4
  export declare const Menu: React.FC<DetailProps & {
4
5
  children?: React.ReactNode;
5
6
  size?: CommonTextProps["size"];
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
2
  import { DragareaProps } from './types';
3
+
3
4
  export declare const Dragarea: React.FunctionComponent<DragareaProps>;
@@ -1,4 +1,5 @@
1
1
  import { DragareaProps } from './types';
2
+
2
3
  export declare const Dropzone: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, DragareaProps>> & string;
3
4
  export declare const Message: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
5
  export declare const Input: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const CloudArrowUpIcon: React.FC<JSX.IntrinsicAttributes & React.SVGProps<SVGSVGElement>>;
3
4
  export declare const ExclamationTriangleIcon: React.FC<JSX.IntrinsicAttributes & React.SVGProps<SVGSVGElement>>;
4
5
  export declare const DocumentTextIcon: React.FC<JSX.IntrinsicAttributes & React.SVGProps<SVGSVGElement>>;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  /**
3
4
  * @description
4
5
  * A dropdown component that uses Tailwind CSS for styling.
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { CommonTextProps } from '@nectiasw/components/Text';
3
+
3
4
  /**
4
5
  * @description
5
6
  * Empty state for containers.
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const Flex: React.FC<FlexProps>;
3
4
  export declare const FlexItem: React.FC<FlexItemProps>;
4
5
  export type FlexProps = {
@@ -1,4 +1,5 @@
1
1
  import { FlexProps, FlexItemProps } from '.';
2
+
2
3
  type ParentArgs = Partial<FlexProps>;
3
4
  type ChildArgs = Partial<FlexItemProps>;
4
5
  export declare const classes: {
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  declare global {
3
4
  interface Window {
4
5
  gtag: (...args: any) => void;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const LogoSVG: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
3
4
  export declare const WorldSVG: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
4
5
  export declare const LinkedinSVG: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  /**
3
4
  * @description
4
5
  * Grid view system for CCC components.
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const Input: React.FunctionComponent<InputProps>;
3
4
  interface StyledProps {
4
5
  inputField?: boolean;
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
2
  import { InputProps } from '../index';
3
+
3
4
  export declare const InputTable: React.FunctionComponent<InputProps>;
@@ -1,5 +1,6 @@
1
1
  import { default as React, ReactNode } from 'react';
2
2
  import { SidebarProps } from '@nectiasw/components/Sidebar/types';
3
+
3
4
  export type LayoutProps = {
4
5
  children?: ReactNode;
5
6
  includeNavbar?: boolean;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export type LoadingProps = {
3
4
  status?: boolean;
4
5
  centered?: boolean;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const Modal: React.FunctionComponent<ModalProps>;
3
4
  export type ModalProps = {
4
5
  modal?: boolean;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export interface Route {
3
4
  name: string;
4
5
  href: string;
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
2
  import { PaginationProps } from './types';
3
+
3
4
  export declare const Pagination: React.FunctionComponent<PaginationProps>;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const RadioButton: React.FunctionComponent<RadioButtonProps>;
3
4
  export declare const StyledRadioButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('styled-components/dist/types').Substitute<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
4
5
  ref?: ((instance: HTMLInputElement | null) => void | React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof React.DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | React.RefObject<HTMLInputElement> | null | undefined;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const Row: React.FC<RowProps>;
3
4
  export declare const StyledRow: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, RowProps>> & string;
4
5
  export interface RowProps {
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { SearchProps } from './types';
3
+
3
4
  /**
4
5
  * @description
5
6
  * This file contains the Search component for the Tailwind CSS framework.
@@ -1,5 +1,6 @@
1
1
  import { Props } from 'react-select';
2
2
  import { default as React } from 'react';
3
+
3
4
  type ExtendedSearch = {
4
5
  dropdown?: boolean;
5
6
  };
@@ -1,4 +1,5 @@
1
1
  import { Color } from '../../theme';
2
+
2
3
  export type SearchItem = {
3
4
  label: string;
4
5
  value: string;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
2
  import { ScrollSearchProps } from '../types';
3
+
3
4
  export declare const ScrollSearch: React.MemoExoticComponent<React.ForwardRefExoticComponent<ScrollSearchProps & React.RefAttributes<HTMLDivElement>>>;
4
5
  export default ScrollSearch;
@@ -1,4 +1,5 @@
1
1
  import { Color } from '../../../theme';
2
+
2
3
  type SkeletonProps = {
3
4
  width?: number;
4
5
  };
@@ -1,4 +1,5 @@
1
1
  import { SelectProps } from '.';
2
+
2
3
  export type Override<T, U> = Omit<T, keyof U> & U;
3
4
  export type OverrideBuilder = Override<Builder, {
4
5
  backgrounds: typeof Builder.prototype.backgrounds;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { OverrideBuilder } from './builder';
3
+
3
4
  /**
4
5
  * @description
5
6
  * This is a description of the TwSelect component and what it does in one or two sentences.
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
2
  import { SidebarProps } from './types';
3
+
3
4
  export declare const Sidebar: React.FunctionComponent<SidebarProps>;
@@ -1,4 +1,5 @@
1
1
  import { IN_Permission, SP_Permission } from '@nectiasw/providers/permissions/types';
2
+
2
3
  export declare enum System {
3
4
  SIGN = "Firma Digital",
4
5
  SP_V2 = "Sistema de Perfilamiento v2",
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const Switch: React.FunctionComponent<SwitchProps>;
3
4
  export declare const SwitchContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
4
5
  export declare const SwitchLabel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, SwitchProps>> & string;
@@ -1,4 +1,5 @@
1
1
  import { TableProps, Heading } from './types';
2
+
2
3
  export type Override<T, U> = Omit<T, keyof U> & U;
3
4
  export type OverrideBuilder = Override<Builder, {
4
5
  variants: typeof Builder.prototype.variants;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { TableProps, TableRowProps, TableDataProps, TableStatusProps } from './types';
3
+
3
4
  /**
4
5
  * @description
5
6
  * This file contains the Table component for the Tailwind CSS framework.
@@ -1,4 +1,5 @@
1
1
  import { Heading, TableProps, TableRowProps, TableColProps, TableDataProps } from './types';
2
+
2
3
  type StyledTheadProps = {
3
4
  fixedHeader?: boolean;
4
5
  theadColor?: string;
@@ -1,5 +1,6 @@
1
1
  import { ButtonProps } from '@nectiasw/components/Button/types';
2
2
  import { default as React } from 'react';
3
+
3
4
  export type Heading<T = {}> = {
4
5
  title: string;
5
6
  tooltip?: string;
@@ -1,5 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { InputMode } from './types';
3
+
3
4
  export declare const TableInput: React.MemoExoticComponent<(props: TableInputProps) => import("react/jsx-runtime").JSX.Element>;
4
5
  interface StyledProps {
5
6
  disabled?: boolean;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export type CommonTextProps = {
3
4
  tag?: string;
4
5
  color?: "info" | "opaque" | "primary" | "secondary" | "success" | "warning" | "danger" | "white" | "darkened";
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const TextArea: React.FunctionComponent<TextAreaProps>;
3
4
  export type TextAreaProps = {
4
5
  name?: string;
@@ -1,2 +1,3 @@
1
1
  import { TextAreaProps } from './index';
2
+
2
3
  export declare const StyledTextArea: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, TextAreaProps>> & string;
@@ -1,3 +1,4 @@
1
1
  import { default as React } from 'react';
2
2
  import { TimelineProps } from './types';
3
+
3
4
  export declare const Timeline: React.FC<TimelineProps>;
@@ -1,4 +1,5 @@
1
1
  import { IDisclosureProps, TimelineDashedProps } from './types';
2
+
2
3
  /**
3
4
  * @description
4
5
  * Styled Disclosure Component API.
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const Tooltip: React.FC<TooltipProps>;
3
4
  export type TooltipProps = {
4
5
  text: string;
@@ -1,4 +1,5 @@
1
1
  import { TooltipProps } from '.';
2
+
2
3
  type TooltipTextProps = {
3
4
  zIndex?: number;
4
5
  visible: boolean;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export declare const BaseColumn: React.FC<BaseColumnProps>;
3
4
  export declare const TotalHours: React.FunctionComponent<TotalHoursProps>;
4
5
  export declare const Container: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, ContainerProps>> & string;
@@ -1,6 +1,7 @@
1
1
  import { default as React, ReactNode } from 'react';
2
2
  import { BrowserHistory } from 'history';
3
3
  import { CommonSignalConnection } from './types';
4
+
4
5
  export type SignalProps = {
5
6
  ref: ContextProps;
6
7
  children?: ReactNode;
@@ -1,4 +1,5 @@
1
1
  import { UserSystem } from '../typings';
2
+
2
3
  export interface Info {
3
4
  exp: number;
4
5
  iat: number;
@@ -1,4 +1,5 @@
1
1
  import { useQuery, useQueryClient } from '@tanstack/react-query';
2
+
2
3
  interface DefaultConfigHook {
3
4
  useQuery?: typeof useQuery | null;
4
5
  useQueryClient?: typeof useQueryClient | null;
@@ -1,4 +1,5 @@
1
1
  import { default as React } from 'react';
2
+
2
3
  export interface ICheckbox {
3
4
  checked?: boolean;
4
5
  }
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
+
1
2
  export { Box } from './components/Box';
2
3
  export type { BoxProps } from './components/Box/types';
3
4
  export { Row } from './components/Row';