@gem-sdk/core 12.0.0-staging.73 → 12.0.0-staging.74
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
|
@@ -46499,6 +46499,7 @@ type Option$4<T> = {
|
|
|
46499
46499
|
maxOption?: number;
|
|
46500
46500
|
subTitle?: string;
|
|
46501
46501
|
disableHoverIcon?: boolean;
|
|
46502
|
+
noTranslateLabel?: boolean;
|
|
46502
46503
|
};
|
|
46503
46504
|
type BaseSelect<K> = {
|
|
46504
46505
|
id: K;
|