@namba_one/ui-kit-2 1.1.7 → 1.1.8

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
@@ -3847,7 +3847,7 @@ export declare type InputProps = {
3847
3847
 
3848
3848
  export declare const InputSkeleton: DefineComponent<InputSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<InputSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3849
3849
 
3850
- export declare type InputSkeletonProps = {
3850
+ export declare type InputSkeletonProps = Pick<InputProps, 'size'> & {
3851
3851
  isShowLabel?: boolean;
3852
3852
  };
3853
3853
 
package/dist/index.es.js CHANGED
@@ -7601,11 +7601,12 @@ const Kw = {
7601
7601
  }, hr = /* @__PURE__ */ ce(ak, [["__cssModules", gk]]), yk = /* @__PURE__ */ te({
7602
7602
  __name: "InputSkeleton",
7603
7603
  props: {
7604
+ size: {},
7604
7605
  isShowLabel: { type: Boolean }
7605
7606
  },
7606
7607
  setup(n) {
7607
7608
  return (e, t) => (v(), _("div", {
7608
- class: m(e.$style.root)
7609
+ class: m([e.$style.root, e.$style[`size_${e.size}`]])
7609
7610
  }, [
7610
7611
  e.isShowLabel ? (v(), W(h(Qo), {
7611
7612
  key: 0,