@gem-sdk/core 2.0.0-dev.649 → 2.0.0-dev.658
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.
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -34298,6 +34298,7 @@ type TypographyV2Attrs = {
|
|
|
34298
34298
|
transform?: string;
|
|
34299
34299
|
textAlign?: ObjectDevices<AlignProp>;
|
|
34300
34300
|
textShadow?: ShadowProps;
|
|
34301
|
+
isAlwaysLoadBold?: boolean;
|
|
34301
34302
|
};
|
|
34302
34303
|
type CornerRadius = {
|
|
34303
34304
|
btlr?: string;
|