@namba_one/ui-kit-2 1.1.5 → 1.1.7
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 +2 -2
- package/dist/index.es.js +381 -382
- package/dist/index.umd.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2923,7 +2923,7 @@ export declare type CheckboxGroupFilterType = {
|
|
|
2923
2923
|
export declare type CheckboxGroupFilterValue = FilterValueBase<string[]>;
|
|
2924
2924
|
|
|
2925
2925
|
export declare type CheckboxProps = {
|
|
2926
|
-
value: boolean
|
|
2926
|
+
value: Maybe<boolean>;
|
|
2927
2927
|
size: (typeof sizes_9)[number];
|
|
2928
2928
|
isIndeterminate?: boolean;
|
|
2929
2929
|
isDisabled?: boolean;
|
|
@@ -4948,7 +4948,7 @@ declare const sizes_7: readonly ["large", "base", "small"];
|
|
|
4948
4948
|
|
|
4949
4949
|
declare const sizes_8: readonly ["title1", "title2", "title3", "headline", "body", "subhead", "caption"];
|
|
4950
4950
|
|
|
4951
|
-
declare const sizes_9: readonly ["16", "20"];
|
|
4951
|
+
declare const sizes_9: readonly ["16", "20", 16, 20];
|
|
4952
4952
|
|
|
4953
4953
|
export declare const SkeletonWrapper: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
4954
4954
|
|