@gem-sdk/core 1.44.0-dev.138 → 1.44.0-dev.140
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 +3 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -27118,6 +27118,8 @@ type TypographyProps = {
|
|
|
27118
27118
|
lineHeight?: string;
|
|
27119
27119
|
letterSpacing?: string;
|
|
27120
27120
|
fallbackFontFamily?: string;
|
|
27121
|
+
textShadow?: ShadowProps;
|
|
27122
|
+
hasShadowText?: boolean;
|
|
27121
27123
|
};
|
|
27122
27124
|
type TypographyV2Props = Omit<TypographyProps, 'fontSize' | 'lineHeight'> & {
|
|
27123
27125
|
fontSize?: ObjectDevices<string>;
|
|
@@ -36072,7 +36074,7 @@ type BlogsQueryVariables = Exact$1<{
|
|
|
36072
36074
|
last?: InputMaybe$1<Scalars$2['Int']>;
|
|
36073
36075
|
orderBy?: InputMaybe$1<BlogOrder$1>;
|
|
36074
36076
|
where?: InputMaybe$1<BlogWhereInput$1>;
|
|
36075
|
-
articlesOrderBy
|
|
36077
|
+
articlesOrderBy?: InputMaybe$1<ArticleOrder$1>;
|
|
36076
36078
|
}>;
|
|
36077
36079
|
type BlogsQueryResponse = {
|
|
36078
36080
|
blogs?: Maybe$1<(Pick<BlogConnection$1, 'totalCount'> & {
|