@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:
|
|
6782
|
+
steps: 50,
|
|
6783
6783
|
guidanceScale: null,
|
|
6784
6784
|
autoGuidanceScale: !0,
|
|
6785
6785
|
instrument: "generic",
|
package/package.json
CHANGED