@gem-sdk/core 2.0.0-staging.1047 → 2.0.0-staging.1057
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/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -37428,6 +37428,7 @@ type InputSliderControlType<T> = SharedControlType<T> & {
|
|
|
37428
37428
|
hideUnit?: boolean;
|
|
37429
37429
|
hideInput?: boolean;
|
|
37430
37430
|
isNumber?: boolean;
|
|
37431
|
+
enableAuto?: boolean;
|
|
37431
37432
|
} & OnlyOne<{
|
|
37432
37433
|
minRelated?: string;
|
|
37433
37434
|
}, {
|