@moises.ai/design-system 2.0.21 → 2.0.22

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 (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2376,7 +2376,7 @@ gu.displayName = "MessageWithAction";
2376
2376
  const vu = ({
2377
2377
  className: e,
2378
2378
  title: r,
2379
- handleModelChange: a,
2379
+ onChange: a,
2380
2380
  defaultValue: n,
2381
2381
  items: s,
2382
2382
  info: o,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moises.ai/design-system",
3
- "version": "2.0.21",
3
+ "version": "2.0.22",
4
4
  "description": "Design System package based on @radix-ui/themes with custom defaults",
5
5
  "private": false,
6
6
  "type": "module",