design-system-silkhaus 0.0.85-beta.8 → 0.0.85

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.
package/dist/index.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import { ClassProp } from 'class-variance-authority/types';
2
2
  import { HTMLAttributes } from 'react';
3
- import { Moment } from 'moment';
4
3
  import { default as React_2 } from 'react';
5
4
  import * as React_3 from 'react';
6
5
  import { ReactNode } from 'react';
@@ -21,20 +20,6 @@ export declare interface AccordionProps {
21
20
  isExpanded?: boolean;
22
21
  }
23
22
 
24
- export declare const ActionFooter: React_2.ForwardRefExoticComponent<ActionFooterProps & React_2.RefAttributes<HTMLDivElement>>;
25
-
26
- export declare interface ActionFooterProps {
27
- className?: string;
28
- secondaryBtnClick?: () => void;
29
- primaryBtnClick: () => void;
30
- primaryBtnDisabled?: boolean;
31
- secondaryBtnDisabled?: boolean;
32
- primaryBtnTxt: string | React_2.ReactNode;
33
- secondaryBtnTxt?: string | React_2.ReactNode;
34
- thirdColumn?: React_2.ReactNode;
35
- relevance: 'primary' | 'secondary';
36
- }
37
-
38
23
  export declare const AlertDialog: React_2.ForwardRefExoticComponent<AlertDialogProps & React_2.RefAttributes<HTMLDivElement>>;
39
24
 
40
25
  export declare interface AlertDialogProps {
@@ -114,33 +99,6 @@ declare const cardVariants: (props?: ({
114
99
  cardType?: "default" | "shadowCard" | null | undefined;
115
100
  } & ClassProp) | undefined) => string;
116
101
 
117
- export declare const DateRangePicker: React_2.ForwardRefExoticComponent<DateRangePickerProps & React_2.RefAttributes<HTMLDivElement>>;
118
-
119
- declare interface DateRangePickerProps {
120
- startDatePlaceholderText?: string;
121
- endDatePlaceholderText?: string;
122
- onDatesSelected?: (dates: {
123
- startDate: Moment | null;
124
- endDate: Moment | null;
125
- }) => void;
126
- onDatesChange?: (dates: {
127
- startDate: Moment | null;
128
- endDate: Moment | null;
129
- }) => void;
130
- initialStartDate?: Moment | null;
131
- initialEndDate?: Moment | null;
132
- focusedInput?: 'startDate' | 'endDate' | null;
133
- onFocusChange?: (focusedInput: 'startDate' | 'endDate' | null) => void;
134
- lTBannerImage?: string;
135
- lTBannerTitle?: string | React_2.ReactNode;
136
- lTBannerDesc?: string | React_2.ReactNode;
137
- lTBannerBgColor?: string;
138
- onMobileCloseClick?: () => void;
139
- onOutsideClick?: (e: any) => void;
140
- onPrevMonthClick?: (e: any) => void;
141
- onNextMonthClick?: (e: any) => void;
142
- }
143
-
144
102
  export declare const Dialog: React_2.ForwardRefExoticComponent<DialogProps & React_2.RefAttributes<HTMLDivElement>>;
145
103
 
146
104
  export declare interface DialogProps extends HTMLAttributes<HTMLDivElement> {
@@ -195,16 +153,6 @@ export declare interface InputProps extends React_2.InputHTMLAttributes<HTMLInpu
195
153
  captionClass?: string | undefined;
196
154
  }
197
155
 
198
- export declare const LongTermBanner: React_2.ForwardRefExoticComponent<LongTermBannerProps & React_2.RefAttributes<HTMLDivElement>>;
199
-
200
- export declare interface LongTermBannerProps {
201
- image: string;
202
- title: string | React_2.ReactNode;
203
- desc: string | React_2.ReactNode;
204
- size: 'small' | 'large';
205
- bgColor: string;
206
- }
207
-
208
156
  export declare const RoundedProgressBar: React_2.ForwardRefExoticComponent<RoundedProgressBarProps & React_2.RefAttributes<HTMLDivElement>>;
209
157
 
210
158
  export declare interface RoundedProgressBarProps {