brd-ui-kit 0.1.60 → 0.1.62

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,4 +1,4 @@
1
- import { Check, CircleCheck } from './overrides';
1
+ import { Check, CircleCheck, Max, Telegram, WhatsApp } from './overrides';
2
2
  import { ForwardRefExoticComponent, RefAttributes } from 'react';
3
3
  import { LucideProps } from 'lucide-react';
4
4
  export declare const dictionary: {
@@ -43,7 +43,7 @@ export declare const dictionary: {
43
43
  "circle-x": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
44
44
  trash: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
45
45
  mail: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
46
- 'chevron-up': ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
46
+ "chevron-up": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
47
47
  "circle-check": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
48
48
  info: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
49
49
  "triangle-alert": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
@@ -54,4 +54,7 @@ export declare const dictionary: {
54
54
  "scroll-text": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
55
55
  "circle-question": ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
56
56
  trash2: ForwardRefExoticComponent<Omit< LucideProps, "ref"> & RefAttributes<SVGSVGElement>>;
57
+ telegram: typeof Telegram;
58
+ "whats-app": typeof WhatsApp;
59
+ max: typeof Max;
57
60
  };
@@ -7,3 +7,15 @@ export declare function CircleCheck({ ref, className, color, size, ...props }: L
7
7
  export declare namespace CircleCheck {
8
8
  var displayName: string;
9
9
  }
10
+ export declare function Telegram({ ref, className, color, size, ...props }: LucideProps): import("react/jsx-runtime").JSX.Element;
11
+ export declare namespace Telegram {
12
+ var displayName: string;
13
+ }
14
+ export declare function WhatsApp({ ref, className, color, size, ...props }: LucideProps): import("react/jsx-runtime").JSX.Element;
15
+ export declare namespace WhatsApp {
16
+ var displayName: string;
17
+ }
18
+ export declare function Max({ ref, className, color, size, ...props }: LucideProps): import("react/jsx-runtime").JSX.Element;
19
+ export declare namespace Max {
20
+ var displayName: string;
21
+ }