@namba_one/ui-kit-2 1.0.307 → 1.0.309

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
@@ -2096,6 +2096,7 @@ declare function __VLS_template_51(): {
2096
2096
  attrs: Partial<{}>;
2097
2097
  slots: {
2098
2098
  default?(_: {}): any;
2099
+ inner?(_: {}): any;
2099
2100
  };
2100
2101
  refs: {};
2101
2102
  rootEl: HTMLElement;
@@ -4577,6 +4578,7 @@ export declare type PageInfoCellProps = {
4577
4578
  valueColor?: Color;
4578
4579
  isCopy?: boolean;
4579
4580
  isLink?: boolean;
4581
+ isBadge?: boolean;
4580
4582
  link?: string;
4581
4583
  linkTag?: 'a' | 'router-link';
4582
4584
  };