@namba_one/ui-kit-2 1.0.63 → 1.0.65

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 CHANGED
@@ -1023,7 +1023,7 @@ export declare const ImageRowSkeleton: DefineComponent< {}, {}, {}, {}, {}, C
1023
1023
 
1024
1024
  export declare const Input: __VLS_WithTemplateSlots_9<typeof __VLS_component_9, __VLS_TemplateResult_9["slots"]>;
1025
1025
 
1026
- declare type InputProps = {
1026
+ export declare type InputProps = {
1027
1027
  type?: 'text' | 'password';
1028
1028
  label?: string;
1029
1029
  description?: string;
@@ -1040,6 +1040,12 @@ declare type InputProps = {
1040
1040
  iconRight?: IconName;
1041
1041
  };
1042
1042
 
1043
+ export declare const InputSkeleton: DefineComponent<InputSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<InputSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
1044
+
1045
+ export declare type InputSkeletonProps = {
1046
+ isShowLabel?: boolean;
1047
+ };
1048
+
1043
1049
  export declare const isCheckboxGroupFilterValue: (data: {
1044
1050
  filter: Filter;
1045
1051
  value: FilterValue;
@@ -1266,6 +1272,7 @@ export declare type PriceProps = {
1266
1272
  value: number | string;
1267
1273
  size: TheTextProps['size'];
1268
1274
  weight: TheTextProps['weight'];
1275
+ color: Color;
1269
1276
  };
1270
1277
 
1271
1278
  export declare const ResponseBase: __VLS_WithTemplateSlots_11<typeof __VLS_component_11, __VLS_TemplateResult_11["slots"]>;