design-system-silkhaus 2.1.0 → 2.1.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 +33 -33
- package/dist/index.d.ts +1 -0
- package/dist/index.js +4102 -4143
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -185,6 +185,7 @@ export declare interface CheckboxProps extends HTMLAttributes<HTMLDivElement> {
|
|
|
185
185
|
onSelectionChange: () => void;
|
|
186
186
|
label: string;
|
|
187
187
|
onClick?: (e: default_2.MouseEvent) => void;
|
|
188
|
+
disabled?: boolean;
|
|
188
189
|
}
|
|
189
190
|
|
|
190
191
|
export declare const ChevronLeftRegularIcon: FC<{
|