@moises.ai/design-system 2.0.6 → 2.0.7

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
@@ -1208,5 +1208,6 @@ export {
1208
1208
  Eo as TextArea,
1209
1209
  pc as TextField,
1210
1210
  fc as Theme,
1211
- ke as Tooltip
1211
+ ke as Tooltip,
1212
+ un as VisuallyHidden
1212
1213
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moises.ai/design-system",
3
- "version": "2.0.6",
3
+ "version": "2.0.7",
4
4
  "description": "Design System package based on @radix-ui/themes with custom defaults",
5
5
  "private": false,
6
6
  "type": "module",