@lui-ui/lui-vue
Advanced tools
Comparing version 0.61.0 to 0.62.0
export type ButtonTag = "button" | "div"; | ||
export type Size = "xs" | "sm" | "md" | "lg" | "xl"; |
import type { PropType } from "vue"; | ||
import type { ButtonTag } from "./button-types"; | ||
import type { Variant, Filter, Rounded, Block, Color, Size } from "@/globals/types"; | ||
import type { ButtonTag, Size } from "./button-types"; | ||
import type { Variant, Filter, Rounded, Block, Color } from "@/globals/types"; | ||
declare const _sfc_main: import("vue").DefineComponent<{ | ||
@@ -5,0 +5,0 @@ tag: { |
@@ -136,3 +136,3 @@ import type { PropType } from "vue"; | ||
size: { | ||
type: PropType<Size>; | ||
type: PropType<import("../Button/button-types").Size>; | ||
default: string; | ||
@@ -173,3 +173,3 @@ }; | ||
size: { | ||
type: PropType<Size>; | ||
type: PropType<import("../Button/button-types").Size>; | ||
default: string; | ||
@@ -189,3 +189,3 @@ }; | ||
color: Color; | ||
size: Size; | ||
size: import("../Button/button-types").Size; | ||
rounded: Rounded; | ||
@@ -192,0 +192,0 @@ block: Block; |
@@ -43,3 +43,3 @@ import type { PropType } from "vue"; | ||
size: { | ||
type: PropType<Size>; | ||
type: PropType<import("../Button/button-types").Size>; | ||
default: string; | ||
@@ -80,3 +80,3 @@ }; | ||
size: { | ||
type: PropType<Size>; | ||
type: PropType<import("../Button/button-types").Size>; | ||
default: string; | ||
@@ -96,3 +96,3 @@ }; | ||
color: import("@/globals/types").Color; | ||
size: Size; | ||
size: import("../Button/button-types").Size; | ||
rounded: import("@/globals/types").Rounded; | ||
@@ -99,0 +99,0 @@ block: import("@/globals/types").Block; |
{ | ||
"name": "@lui-ui/lui-vue", | ||
"version": "0.61.0", | ||
"version": "0.62.0", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "dev": "vite", |
296251
5543