@namba_one/ui-kit-2 1.0.99 → 1.0.101
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 +12 -8
- package/dist/index.es.js +958 -930
- package/dist/index.umd.js +3 -3
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -782,7 +782,7 @@ export declare const Avatar: DefineComponent<AvatarProps, {}, {}, {}, {}, Compon
|
|
|
782
782
|
export declare type AvatarProps = {
|
|
783
783
|
image?: string;
|
|
784
784
|
initials?: string;
|
|
785
|
-
size?: (typeof
|
|
785
|
+
size?: (typeof sizes_10)[number];
|
|
786
786
|
};
|
|
787
787
|
|
|
788
788
|
export declare const Badge: __VLS_WithTemplateSlots_3<typeof __VLS_component_3, __VLS_TemplateResult_3["slots"]>;
|
|
@@ -1162,7 +1162,7 @@ export declare const CheckboxGroupFilterView: __VLS_WithTemplateSlots_22<typeof
|
|
|
1162
1162
|
|
|
1163
1163
|
export declare type CheckboxProps = {
|
|
1164
1164
|
value: boolean;
|
|
1165
|
-
size: (typeof
|
|
1165
|
+
size: (typeof sizes_9)[number];
|
|
1166
1166
|
isIndeterminate?: boolean;
|
|
1167
1167
|
isDisabled?: boolean;
|
|
1168
1168
|
};
|
|
@@ -1609,6 +1609,7 @@ declare type EmptyResponseProps = ResponseBaseProps & {
|
|
|
1609
1609
|
buttonIconRight?: IconName;
|
|
1610
1610
|
buttonText?: string;
|
|
1611
1611
|
route?: string;
|
|
1612
|
+
size?: (typeof sizes_6)[number];
|
|
1612
1613
|
};
|
|
1613
1614
|
|
|
1614
1615
|
export declare type Filter = CheckboxGroupFilter | DatepickerFilter_2;
|
|
@@ -1931,6 +1932,7 @@ export declare const ResponseBase: __VLS_WithTemplateSlots_10<typeof __VLS_compo
|
|
|
1931
1932
|
declare type ResponseBaseProps = {
|
|
1932
1933
|
img?: string;
|
|
1933
1934
|
title?: string;
|
|
1935
|
+
size?: (typeof sizes_6)[number];
|
|
1934
1936
|
description?: string;
|
|
1935
1937
|
};
|
|
1936
1938
|
|
|
@@ -1973,6 +1975,8 @@ export declare type SelectProps = Pick<SelectBaseProps, 'label' | 'description'
|
|
|
1973
1975
|
|
|
1974
1976
|
declare const sizes: readonly ["title120", "title1", "title2", "title3", "headline", "body", "subhead", "caption"];
|
|
1975
1977
|
|
|
1978
|
+
declare const sizes_10: readonly ["28", "36", "40", "56", "120", 28, 36, 40, 56, 120];
|
|
1979
|
+
|
|
1976
1980
|
declare const sizes_2: readonly ["58", "50", "44", "40", "34", "28"];
|
|
1977
1981
|
|
|
1978
1982
|
declare const sizes_3: readonly ["58", "50", "44", "44_s", "34", "28"];
|
|
@@ -1981,13 +1985,13 @@ declare const sizes_4: readonly [120, 58, 56, 50, 44, 40, 34, 28, "120", "58", "
|
|
|
1981
1985
|
|
|
1982
1986
|
declare const sizes_5: readonly ["subhead", "caption"];
|
|
1983
1987
|
|
|
1984
|
-
declare const sizes_6: readonly ["
|
|
1988
|
+
declare const sizes_6: readonly ["large", "base", "small"];
|
|
1985
1989
|
|
|
1986
|
-
declare const sizes_7: readonly ["
|
|
1990
|
+
declare const sizes_7: readonly ["default", "28_caption", "36_subhead", "subhead", "body"];
|
|
1987
1991
|
|
|
1988
|
-
declare const sizes_8: readonly ["
|
|
1992
|
+
declare const sizes_8: readonly ["title1", "title2", "title3", "headline", "body", "subhead", "caption"];
|
|
1989
1993
|
|
|
1990
|
-
declare const sizes_9: readonly ["
|
|
1994
|
+
declare const sizes_9: readonly ["16", "20"];
|
|
1991
1995
|
|
|
1992
1996
|
export declare const SkeletonWrapper: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
|
|
1993
1997
|
|
|
@@ -2052,7 +2056,7 @@ export declare type TabsProps = {
|
|
|
2052
2056
|
value?: Maybe<number | string>;
|
|
2053
2057
|
label?: string;
|
|
2054
2058
|
view: (typeof views_7)[number];
|
|
2055
|
-
size: (typeof
|
|
2059
|
+
size: (typeof sizes_7)[number];
|
|
2056
2060
|
isDisabled?: boolean;
|
|
2057
2061
|
data: {
|
|
2058
2062
|
id: number | string;
|
|
@@ -2115,7 +2119,7 @@ skeleton: HTMLDivElement;
|
|
|
2115
2119
|
}, HTMLDivElement>;
|
|
2116
2120
|
|
|
2117
2121
|
export declare type TheTextSkeletonProps = {
|
|
2118
|
-
size?: (typeof
|
|
2122
|
+
size?: (typeof sizes_8)[number];
|
|
2119
2123
|
widthRange?: [number, number];
|
|
2120
2124
|
color: Color;
|
|
2121
2125
|
};
|