@moises.ai/design-system 3.6.22 → 3.6.23

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.
package/dist/index.js CHANGED
@@ -6779,7 +6779,7 @@ const In = (n) => {
6779
6779
  { value: "strings", label: n._("Strings"), icon: Ks },
6780
6780
  { value: "generic", label: n._("Others"), icon: Bc }
6781
6781
  ], Ek = {
6782
- steps: 30,
6782
+ steps: 50,
6783
6783
  guidanceScale: null,
6784
6784
  autoGuidanceScale: !0,
6785
6785
  instrument: "generic",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moises.ai/design-system",
3
- "version": "3.6.22",
3
+ "version": "3.6.23",
4
4
  "description": "Design System package based on @radix-ui/themes with custom defaults",
5
5
  "private": false,
6
6
  "type": "module",
@@ -1,5 +1,5 @@
1
1
  export const FORM_DEFAULTS = {
2
- steps: 30,
2
+ steps: 50,
3
3
  guidanceScale: null,
4
4
  autoGuidanceScale: true,
5
5
  instrument: 'generic',