@vehiclehistory/property-lib 0.0.18 → 0.0.20

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.
@@ -1,5 +1,4 @@
1
1
  import { ReactNode, NamedExoticComponent } from 'react';
2
-
3
2
  declare const _default: NamedExoticComponent<{
4
3
  children?: ReactNode;
5
4
  className?: string;
@@ -23,5 +23,4 @@ import { default as Stars } from './ui/Stars/Stars';
23
23
  import { default as TextArea } from './ui/Text/TextArea';
24
24
  import { default as Textbox } from './ui/Text/Textbox';
25
25
  import { default as FunnelHeader } from './funnel/FunnelHeader';
26
-
27
26
  export { Accordion, Alert, Autocomplete, Badge, Button, ButtonGroup, Card, Checkbox, Container, Dialog, DialogOld, Dots, FunnelHeader, Icon, LoadingBar, Spinner, Popover, ProgressBar, Radio, Select, Skeleton, Slider, Stars, TextArea, Textbox, };
@@ -1,5 +1,4 @@
1
1
  import { ReactNode, NamedExoticComponent } from 'react';
2
-
3
2
  declare const _default: NamedExoticComponent<{
4
3
  children?: ReactNode;
5
4
  className?: string;
@@ -1,5 +1,4 @@
1
1
  import { ReactNode, NamedExoticComponent } from 'react';
2
-
3
2
  declare const _default: NamedExoticComponent<{
4
3
  children?: ReactNode;
5
4
  className?: string;
@@ -1,5 +1,4 @@
1
1
  import { FC } from 'react';
2
-
3
2
  declare const Autocomplete: FC<{
4
3
  autoFocus?: boolean;
5
4
  required?: boolean;
@@ -1,5 +1,4 @@
1
1
  import { FC, ReactNode } from 'react';
2
-
3
2
  interface BadgeProps {
4
3
  children?: ReactNode;
5
4
  className?: string;
@@ -1,11 +1,14 @@
1
1
  import { ReactNode, NamedExoticComponent } from 'react';
2
-
3
2
  declare const _default: NamedExoticComponent<{
3
+ leftIcon?: string;
4
+ leftIconProps?: object;
4
5
  children?: ReactNode;
5
6
  className?: string;
6
7
  disabled?: boolean;
7
8
  href?: string;
8
9
  props?: any;
10
+ rightIcon?: string;
11
+ rightIconProps?: object;
9
12
  rounded?: boolean;
10
13
  type?: "button" | "submit" | "reset";
11
14
  uppercase?: boolean;
@@ -1,5 +1,4 @@
1
1
  import { ReactNode } from 'react';
2
-
3
2
  interface ButtonGroupProps {
4
3
  children?: ReactNode;
5
4
  className?: string;
@@ -1,5 +1,4 @@
1
1
  import { FC, ReactNode } from 'react';
2
-
3
2
  interface CardProps {
4
3
  block?: boolean;
5
4
  borderless?: boolean;
@@ -1,5 +1,4 @@
1
1
  import { ReactNode, NamedExoticComponent } from 'react';
2
-
3
2
  declare const _default: NamedExoticComponent<{
4
3
  checked?: boolean;
5
4
  children?: ReactNode;
@@ -1,5 +1,4 @@
1
1
  import { ReactNode, NamedExoticComponent } from 'react';
2
-
3
2
  declare const _default: NamedExoticComponent<{
4
3
  children?: ReactNode;
5
4
  aside?: ReactNode;
@@ -1,6 +1,5 @@
1
1
  import { ReactNode, NamedExoticComponent } from 'react';
2
2
  import { IconSizes } from '../Icon/icons';
3
-
4
3
  declare const _default: NamedExoticComponent<{
5
4
  activator?: ReactNode;
6
5
  id?: string;
@@ -1,6 +1,5 @@
1
1
  import { ReactNode, Dispatch, SetStateAction, NamedExoticComponent } from 'react';
2
2
  import { IconSizes } from '../Icon/icons';
3
-
4
3
  declare const _default: NamedExoticComponent<{
5
4
  activator?: ReactNode;
6
5
  id?: string;
@@ -1,5 +1,4 @@
1
1
  import { FC } from 'react';
2
-
3
2
  declare const Dots: FC<{
4
3
  className?: string;
5
4
  }>;
@@ -1,5 +1,4 @@
1
1
  import { IconProps } from './icons';
2
2
  import { NamedExoticComponent } from 'react';
3
-
4
3
  declare const _default: NamedExoticComponent<IconProps>;
5
4
  export default _default;
@@ -1,5 +1,4 @@
1
1
  import { FC, ReactNode } from 'react';
2
-
3
2
  declare const Popover: FC<{
4
3
  activator: ReactNode;
5
4
  activatorClass?: string;
@@ -1,5 +1,4 @@
1
1
  import { ReactNode, NamedExoticComponent } from 'react';
2
-
3
2
  declare const _default: NamedExoticComponent<{
4
3
  checked?: boolean;
5
4
  children?: ReactNode;
@@ -1,5 +1,4 @@
1
1
  import { ReactNode, NamedExoticComponent } from 'react';
2
-
3
2
  declare const _default: NamedExoticComponent<{
4
3
  children?: ReactNode;
5
4
  className?: string;
@@ -1,5 +1,4 @@
1
1
  import { ReactNode, NamedExoticComponent } from 'react';
2
-
3
2
  declare const _default: NamedExoticComponent<{
4
3
  placeholderClass?: string;
5
4
  children?: ReactNode;
@@ -1,5 +1,4 @@
1
1
  import { FC } from 'react';
2
-
3
2
  declare const Stars: FC<{
4
3
  className?: string;
5
4
  value: number | string;
@@ -1,5 +1,4 @@
1
1
  import { FC } from 'react';
2
-
3
2
  declare const Swiper: FC<{
4
3
  alt?: string;
5
4
  buttonsMobile?: boolean;
package/dist/main.d.ts CHANGED
@@ -1,3 +1,2 @@
1
-
2
1
  export * from './components';
3
2
  export * from './scripts';