@kingsimba/nc-ui 0.1.41 → 0.1.42
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 +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +225 -225
- package/dist/index.js.map +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -327,7 +327,7 @@ export declare interface ButtonGroupProps<T extends string> {
|
|
|
327
327
|
size?: ButtonGroupSize;
|
|
328
328
|
}
|
|
329
329
|
|
|
330
|
-
export declare type ButtonGroupSize = 'default' | 'small';
|
|
330
|
+
export declare type ButtonGroupSize = 'default' | 'small' | 'tiny';
|
|
331
331
|
|
|
332
332
|
declare type ButtonProps = default_2.ButtonHTMLAttributes<HTMLButtonElement> & {
|
|
333
333
|
variant?: ButtonVariant;
|
|
@@ -362,7 +362,7 @@ export declare interface CheckboxProps {
|
|
|
362
362
|
className?: string;
|
|
363
363
|
}
|
|
364
364
|
|
|
365
|
-
export declare type CheckboxSize = 'default' | 'small';
|
|
365
|
+
export declare type CheckboxSize = 'default' | 'small' | 'tiny';
|
|
366
366
|
|
|
367
367
|
/**
|
|
368
368
|
* A reusable close button.
|