beeple-toolkit 1.0.29 → 1.0.30

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.
@@ -0,0 +1,10 @@
1
+ import type { TeamCardTranslations } from '../types';
2
+ type __VLS_Props = {
3
+ needed: number;
4
+ confirmed?: number;
5
+ unconfirmed?: number;
6
+ translations?: TeamCardTranslations;
7
+ };
8
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
9
+ declare const _default: typeof __VLS_export;
10
+ export default _default;
@@ -332,6 +332,9 @@ export interface TeamCardTranslations {
332
332
  notPublished?: string;
333
333
  addCollaborator?: string;
334
334
  more?: string;
335
+ enrolments?: string;
336
+ confirmed?: string;
337
+ unconfirmed?: string;
335
338
  }
336
339
  export interface TeamCardProps {
337
340
  color?: TeamCardColor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beeple-toolkit",
3
- "version": "1.0.29",
3
+ "version": "1.0.30",
4
4
  "description": "Vue 3 component library beeple-toolkit",
5
5
  "keywords": [
6
6
  "vue",