@gem-sdk/core 2.0.0-staging.1042 → 2.0.0-staging.1046

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.
@@ -36180,6 +36180,7 @@ type SimpleSelectBase<K, T> = BaseSelect<K> & {
36180
36180
  showSelectedSvg?: boolean;
36181
36181
  fixWidth?: boolean;
36182
36182
  disableSelectedText?: boolean;
36183
+ disableDefault?: boolean;
36183
36184
  };
36184
36185
  type SimpleSelect<K, T> = SimpleSelectBase<K, T> & {
36185
36186
  type: 'select';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-staging.1042",
3
+ "version": "2.0.0-staging.1046",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",