design-system-silkhaus 2.1.3-beta.export-utils.1 → 2.1.3-beta.fix-buttons-group.1
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.cjs +37 -37
- package/dist/index.d.ts +1 -3
- package/dist/index.js +21534 -21541
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import { CalendarDayShape } from 'react-dates';
|
|
2
2
|
import { ClassProp } from 'class-variance-authority/types';
|
|
3
|
-
import { ClassValue } from 'clsx';
|
|
4
3
|
import { default as default_2 } from 'react';
|
|
5
4
|
import { FC } from 'react';
|
|
6
5
|
import { ForwardRefExoticComponent } from 'react';
|
|
@@ -154,6 +153,7 @@ export declare interface ButtonsGroupSelectorProps extends HTMLAttributes<HTMLDi
|
|
|
154
153
|
minWidthButton?: string;
|
|
155
154
|
buttonWidth?: string;
|
|
156
155
|
minSelectionError?: string;
|
|
156
|
+
buttonsContainerClassName?: string;
|
|
157
157
|
}
|
|
158
158
|
|
|
159
159
|
export declare const Card: React_2.ForwardRefExoticComponent<CardProps & React_2.RefAttributes<HTMLDivElement>>;
|
|
@@ -201,8 +201,6 @@ export declare const CloseIcon: FC<{
|
|
|
201
201
|
className?: string;
|
|
202
202
|
}>;
|
|
203
203
|
|
|
204
|
-
export declare function cn(...inputs: ClassValue[]): string;
|
|
205
|
-
|
|
206
204
|
export declare const DateRangePicker: default_2.ForwardRefExoticComponent<DateRangePickerProps & default_2.RefAttributes<HTMLDivElement>>;
|
|
207
205
|
|
|
208
206
|
declare interface DateRangePickerProps {
|