@sudobility/components 4.0.118 → 4.0.120

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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sudobility/components",
3
- "version": "4.0.118",
3
+ "version": "4.0.120",
4
4
  "description": "Reusable UI components and design system - Reorganized for better maintainability",
5
5
  "type": "module",
6
6
  "main": "dist/index.umd.js",
@@ -36,7 +36,7 @@
36
36
  "format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json,css,md}\"",
37
37
  "test": "vitest",
38
38
  "test:ui": "vitest --ui",
39
- "prepublishOnly": "NODE_ENV=production npm run build"
39
+ "prepublishOnly": "NODE_ENV=production bun run build"
40
40
  },
41
41
  "keywords": [
42
42
  "react",
@@ -56,8 +56,8 @@
56
56
  "@radix-ui/react-slot": ">=1.0.0",
57
57
  "@radix-ui/react-switch": ">=1.0.0",
58
58
  "@radix-ui/react-tabs": ">=1.0.0",
59
- "@sudobility/design": "^1.1.15",
60
- "@sudobility/types": "^1.9.40",
59
+ "@sudobility/design": "^1.1.16",
60
+ "@sudobility/types": "^1.9.41",
61
61
  "class-variance-authority": ">=0.7.0",
62
62
  "clsx": ">=2.0.0",
63
63
  "i18next": ">=23.0.0",
@@ -79,8 +79,8 @@
79
79
  "@radix-ui/react-slot": "^1.2.3",
80
80
  "@radix-ui/react-switch": "^1.2.6",
81
81
  "@radix-ui/react-tabs": "^1.1.13",
82
- "@sudobility/design": "^1.1.15",
83
- "@sudobility/types": "^1.9.40",
82
+ "@sudobility/design": "^1.1.16",
83
+ "@sudobility/types": "^1.9.41",
84
84
  "@testing-library/dom": "^10.4.1",
85
85
  "@testing-library/jest-dom": "^6.9.1",
86
86
  "@testing-library/react": "^16.3.0",
@@ -133,6 +133,6 @@
133
133
  "access": "public"
134
134
  },
135
135
  "dependencies": {
136
- "@sudobility/components": "^4.0.117"
136
+ "@sudobility/components": "^4.0.119"
137
137
  }
138
138
  }