@gem-sdk/core 2.0.0-staging.877 → 2.0.0-staging.881

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.
@@ -35834,6 +35834,7 @@ type InputControlType<T> = SharedControlType<T> & {
35834
35834
  type: 'input';
35835
35835
  placeholder?: string;
35836
35836
  fallbackValue?: string;
35837
+ forceEmit?: boolean;
35837
35838
  clearButton?: boolean;
35838
35839
  isUpdateCustomLabel?: boolean;
35839
35840
  datalist?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-staging.877",
3
+ "version": "2.0.0-staging.881",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",