@soybeanjs/ui 0.25.0 → 0.25.1
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.
|
@@ -4,8 +4,8 @@ import { PageTabsOptionData } from "@soybeanjs/headless/page-tabs";
|
|
|
4
4
|
//#region src/components/page-tabs/page-tabs.vue.d.ts
|
|
5
5
|
declare const __VLS_export: <T extends PageTabsOptionData = PageTabsOptionData>(__VLS_props: NonNullable<Awaited<typeof __VLS_setup>>["props"], __VLS_ctx?: __VLS_PrettifyLocal<Pick<NonNullable<Awaited<typeof __VLS_setup>>, "attrs" | "emit" | "slots">>, __VLS_exposed?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<{
|
|
6
6
|
props: import("vue").PublicProps & __VLS_PrettifyLocal<PageTabsProps<T> & {
|
|
7
|
-
onClose?: ((tab: T) => any) | undefined;
|
|
8
7
|
onContextmenu?: ((tab: T) => any) | undefined;
|
|
8
|
+
onClose?: ((tab: T) => any) | undefined;
|
|
9
9
|
onClick?: ((tab: T) => any) | undefined;
|
|
10
10
|
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
11
11
|
"onUpdate:items"?: ((items: T[]) => any) | undefined;
|
|
@@ -402,9 +402,9 @@ declare const __VLS_export: import("vue").DefineComponent<{
|
|
|
402
402
|
onDragging?: ((_value: boolean) => any) | undefined;
|
|
403
403
|
}>, {
|
|
404
404
|
class: import("@soybeanjs/headless").ClassValue;
|
|
405
|
+
tabindex: number;
|
|
405
406
|
asChild: boolean;
|
|
406
407
|
as: string | Function | Record<string, any>;
|
|
407
|
-
tabindex: number;
|
|
408
408
|
disabled: boolean;
|
|
409
409
|
withHandle: boolean;
|
|
410
410
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
package/dist/styles/switch.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { VariantProps } from "@soybeanjs/cva";
|
|
2
2
|
|
|
3
3
|
//#region src/styles/switch.d.ts
|
|
4
|
-
declare const switchVariants: import("@soybeanjs/cva").SCVResult<"root" | "
|
|
4
|
+
declare const switchVariants: import("@soybeanjs/cva").SCVResult<"root" | "thumb" | "control", NoInfer<{
|
|
5
5
|
color: {
|
|
6
6
|
primary: {
|
|
7
7
|
control: "data-[state=checked]:bg-primary focus-visible:ring-primary/30";
|
package/dist/styles/tabs.d.ts
CHANGED
|
@@ -68,8 +68,8 @@ declare const tabsVariants: import("@soybeanjs/cva").SCVResult<"list" | "content
|
|
|
68
68
|
};
|
|
69
69
|
};
|
|
70
70
|
}>, {
|
|
71
|
-
size?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
|
|
72
71
|
fill?: "auto" | "full" | undefined;
|
|
72
|
+
size?: "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | undefined;
|
|
73
73
|
shape?: "rounded" | "square" | undefined;
|
|
74
74
|
orientation?: "horizontal" | "vertical" | undefined;
|
|
75
75
|
enableIndicator?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@soybeanjs/ui",
|
|
3
|
-
"version": "0.25.
|
|
3
|
+
"version": "0.25.1",
|
|
4
4
|
"description": "SoybeanUI is built on top of SoybeanHeadless, providing a collection of styled components for Vue 3.",
|
|
5
5
|
"homepage": "https://github.com/soybeanjs/soybean-ui",
|
|
6
6
|
"bugs": {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"fuse.js": "^7.3.0",
|
|
53
53
|
"valibot": "^1.4.0",
|
|
54
54
|
"zod": "^4.4.3",
|
|
55
|
-
"@soybeanjs/headless": "^0.25.
|
|
55
|
+
"@soybeanjs/headless": "^0.25.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@soybeanjs/cli": "^1.7.2",
|