@gem-sdk/core 1.3.0 → 1.3.2

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.
@@ -580,6 +580,7 @@ type RadiusPresetControlType<T> = SharedControlType<T> & {
580
580
 
581
581
  type SizeControlType<T> = SharedControlType<T> & {
582
582
  type: 'size';
583
+ component?: 'tag' | string;
583
584
  };
584
585
 
585
586
  type ChildItemType<T> = SharedControlType<T> & {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.3.0",
3
+ "version": "1.3.2",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",