@gem-sdk/core 1.58.0-dev.43 → 1.58.0-dev.46

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.
@@ -8111,6 +8111,7 @@ type TypographyV2ControlType<T> = SharedControlType<T> & {
8111
8111
  transform?: boolean;
8112
8112
  fontWeight?: boolean;
8113
8113
  textShadow?: boolean;
8114
+ textAlign?: boolean;
8114
8115
  };
8115
8116
  disableCollapse?: boolean;
8116
8117
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.58.0-dev.43",
3
+ "version": "1.58.0-dev.46",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",