@moises.ai/design-system 2.0.79 → 2.0.80

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 +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -2191,7 +2191,8 @@ const uf = ({ children: e, ...t }) => /* @__PURE__ */ d(
2191
2191
  },
2192
2192
  e.key
2193
2193
  )
2194
- }
2194
+ },
2195
+ `${e.key}-${e.radioValue}`
2195
2196
  );
2196
2197
  default:
2197
2198
  return null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moises.ai/design-system",
3
- "version": "2.0.79",
3
+ "version": "2.0.80",
4
4
  "description": "Design System package based on @radix-ui/themes with custom defaults",
5
5
  "private": false,
6
6
  "type": "module",