@gem-sdk/core 2.0.0-staging.923 → 2.0.0-staging.930

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.
@@ -36852,6 +36852,7 @@ type DropdownInput<T> = SharedControlType<T> & {
36852
36852
  value?: string | number;
36853
36853
  reversed?: boolean;
36854
36854
  showValue?: boolean;
36855
+ displayValue?: string;
36855
36856
  }[];
36856
36857
  isRowWith?: boolean;
36857
36858
  isNumber?: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "2.0.0-staging.923",
3
+ "version": "2.0.0-staging.930",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",