@gem-sdk/core 1.44.0-staging.55 → 1.44.0-staging.56

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.
@@ -27041,6 +27041,8 @@ type TypographyProps = {
27041
27041
  lineHeight?: string;
27042
27042
  letterSpacing?: string;
27043
27043
  fallbackFontFamily?: string;
27044
+ textShadow?: ShadowProps;
27045
+ hasShadowText?: boolean;
27044
27046
  };
27045
27047
  type TypographyV2Props = Omit<TypographyProps, 'fontSize' | 'lineHeight'> & {
27046
27048
  fontSize?: ObjectDevices<string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gem-sdk/core",
3
- "version": "1.44.0-staging.55",
3
+ "version": "1.44.0-staging.56",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/cjs/index.js",