@geckou/ui-vue 0.4.0 → 0.5.0

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.
@@ -17,7 +17,6 @@ type __VLS_Props = {
17
17
  radius: string;
18
18
  };
19
19
  };
20
- type?: 'tab' | 'button' | 'border';
21
20
  initialIndex?: number;
22
21
  };
23
22
  declare function __VLS_template(): {
@@ -42,7 +41,6 @@ declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}
42
41
  background: string;
43
42
  text: string;
44
43
  };
45
- type: "tab" | "button" | "border";
46
44
  initialIndex: number;
47
45
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>;
48
46
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, __VLS_TemplateResult["slots"]>;
package/dist/index.js CHANGED
@@ -1573,7 +1573,6 @@ const ks = /* @__PURE__ */ w({
1573
1573
  tabs: {},
1574
1574
  color: { default: void 0 },
1575
1575
  cssStyle: { default: void 0 },
1576
- type: { default: "tab" },
1577
1576
  initialIndex: { default: 0 }
1578
1577
  },
1579
1578
  setup(e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geckou/ui-vue",
3
- "version": "0.4.0",
3
+ "version": "0.5.0",
4
4
  "description": "A set of reusable Vue UI components (forms & article lists) by Geckou",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",