@krosoft/react 0.0.276 → 0.0.278

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.
@@ -245,7 +245,7 @@ function W({ options: t, value: n, onChange: r, variant: i = "solid" }) {
245
245
  onClick: () => {
246
246
  r(t);
247
247
  },
248
- className: e("inline-flex items-center gap-1 text-xs px-2.5 py-1 rounded-full border transition-colors", l),
248
+ className: e("inline-flex items-center gap-1 text-xs px-2.5 py-1 rounded-control border transition-colors", l),
249
249
  children: [
250
250
  s && /* @__PURE__ */ A(s, { className: "size-3 shrink-0" }),
251
251
  a,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@krosoft/react",
3
- "version": "0.0.276",
3
+ "version": "0.0.278",
4
4
  "description": "Krosoft shared React package",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -85,7 +85,7 @@
85
85
  "input-otp": "^1.5.0",
86
86
  "lucide-react": "^1.37.0",
87
87
  "react-day-picker": "^10.0.1",
88
- "react-hook-form": "^7.86.0",
88
+ "react-hook-form": "^7.87.0",
89
89
  "react-resizable-panels": "^4.12.3",
90
90
  "recharts": "^3.10.1",
91
91
  "sonner": "^2.0.8",