@soybeanjs/ui 0.25.0 → 0.25.2

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.
@@ -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" | "control" | "thumb", NoInfer<{
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";
@@ -1,7 +1,7 @@
1
1
  import { VariantProps } from "@soybeanjs/cva";
2
2
 
3
3
  //#region src/styles/table.d.ts
4
- declare const tableVariants: import("@soybeanjs/cva").SCVResult<"header" | "content" | "footer" | "fixed" | "root" | "resizeHandle" | "body" | "head" | "scroll" | "cell" | "row" | "sortTrigger" | "filterInput" | "treeCell" | "treeToggle" | "treeTogglePlaceholder" | "selection" | "filterTrigger" | "filterPopup" | "filterSearch" | "filterOptions" | "filterOption" | "filterOptionLabel" | "filterFooter" | "filterCount" | "filterAction" | "filterEmpty" | "radioIndicator" | "radioRoot", NoInfer<{
4
+ declare const tableVariants: import("@soybeanjs/cva").SCVResult<"header" | "content" | "footer" | "fixed" | "root" | "resizeHandle" | "body" | "head" | "scroll" | "cell" | "row" | "selection" | "sortTrigger" | "filterInput" | "treeCell" | "treeToggle" | "treeTogglePlaceholder" | "filterTrigger" | "filterPopup" | "filterSearch" | "filterOptions" | "filterOption" | "filterOptionLabel" | "filterFooter" | "filterCount" | "filterAction" | "filterEmpty" | "radioIndicator" | "radioRoot", NoInfer<{
5
5
  size: {
6
6
  xs: {
7
7
  root: "text-2xs";
@@ -1,7 +1,7 @@
1
1
  import { VariantProps } from "@soybeanjs/cva";
2
2
 
3
3
  //#region src/styles/tabs.d.ts
4
- declare const tabsVariants: import("@soybeanjs/cva").SCVResult<"list" | "content" | "root" | "trigger" | "indicator" | "indicatorContent", NoInfer<{
4
+ declare const tabsVariants: import("@soybeanjs/cva").SCVResult<"list" | "content" | "root" | "indicator" | "trigger" | "indicatorContent", NoInfer<{
5
5
  size: {
6
6
  xs: {
7
7
  root: "text-2xs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soybeanjs/ui",
3
- "version": "0.25.0",
3
+ "version": "0.25.2",
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": {
@@ -50,16 +50,16 @@
50
50
  "@soybeanjs/shadcn-theme": "^0.3.3",
51
51
  "@soybeanjs/utils": "^0.1.1",
52
52
  "fuse.js": "^7.3.0",
53
- "valibot": "^1.4.0",
53
+ "valibot": "^1.4.1",
54
54
  "zod": "^4.4.3",
55
- "@soybeanjs/headless": "^0.25.0"
55
+ "@soybeanjs/headless": "^0.25.2"
56
56
  },
57
57
  "devDependencies": {
58
58
  "@soybeanjs/cli": "^1.7.2",
59
59
  "@soybeanjs/eslint-config-vue": "^0.1.0",
60
- "@soybeanjs/oxc-config": "^0.1.4",
60
+ "@soybeanjs/oxc-config": "^0.2.0",
61
61
  "@soybeanjs/unocss-preset": "^0.2.0",
62
- "@soybeanjs/unocss-shadcn": "^0.6.1",
62
+ "@soybeanjs/unocss-shadcn": "^0.6.2",
63
63
  "@types/node": "^25.9.1",
64
64
  "@unocss/cli": "^66.7.0",
65
65
  "@vitejs/plugin-vue": "^6.0.7",
@@ -71,8 +71,8 @@
71
71
  "eslint": "^10.4.0",
72
72
  "happy-dom": "^20.9.0",
73
73
  "lint-staged": "^17.0.5",
74
- "oxfmt": "^0.51.0",
75
- "oxlint": "^1.66.0",
74
+ "oxfmt": "^0.52.0",
75
+ "oxlint": "^1.67.0",
76
76
  "simple-git-hooks": "^2.13.1",
77
77
  "tsdown": "0.22.0",
78
78
  "tsx": "^4.22.3",
@@ -88,7 +88,7 @@
88
88
  "vitest": "^4.1.7",
89
89
  "vue": "^3.5.34",
90
90
  "vue-router": "^5.0.7",
91
- "vue-tsc": "^3.3.1"
91
+ "vue-tsc": "^3.3.2"
92
92
  },
93
93
  "simple-git-hooks": {
94
94
  "commit-msg": "pnpm soy git-commit-verify",