@gem-sdk/core 1.48.0-dev.2 → 1.48.0-dev.3

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.
@@ -7741,6 +7741,7 @@ type TypographyV2ControlType<T> = SharedControlType<T> & {
7741
7741
  hiddenSetting?: {
7742
7742
  color?: boolean;
7743
7743
  transform?: boolean;
7744
+ fontWeight?: boolean;
7744
7745
  };
7745
7746
  disableCollapse?: boolean;
7746
7747
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.48.0-dev.2",
3
+ "version": "1.48.0-dev.3",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",