@timardex/cluemart-shared 1.4.34 → 1.4.35

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.
@@ -3332,9 +3332,6 @@ import { gql as gql32 } from "@apollo/client";
3332
3332
  import { gql as gql31 } from "@apollo/client";
3333
3333
  var POST_CONTENT_DATA_FIELDS_FRAGMENT = gql31`
3334
3334
  fragment PostContentDataFields on PostContentData {
3335
- cover {
3336
- ...ResourceImageFields
3337
- }
3338
3335
  textarea {
3339
3336
  title
3340
3337
  data
@@ -3373,6 +3370,9 @@ var POST_FIELDS_FRAGMENT = gql31`
3373
3370
  content {
3374
3371
  ...PostContentFields
3375
3372
  }
3373
+ cover {
3374
+ ...ResourceImageFields
3375
+ }
3376
3376
  createdAt
3377
3377
  deletedAt
3378
3378
  postType
@@ -3385,6 +3385,7 @@ var POST_FIELDS_FRAGMENT = gql31`
3385
3385
  updatedAt
3386
3386
  }
3387
3387
  ${POST_CONTENT_FIELDS_FRAGMENT}
3388
+ ${RESOURCE_IMAGE_FIELDS_FRAGMENT}
3388
3389
  `;
3389
3390
  var GET_POSTS = gql31`
3390
3391
  query getPosts {
@@ -3673,4 +3674,4 @@ export {
3673
3674
  useCrawlGoogleMarkets,
3674
3675
  useGetAppSettings
3675
3676
  };
3676
- //# sourceMappingURL=chunk-FWQCXOHJ.mjs.map
3677
+ //# sourceMappingURL=chunk-3XCNU5MU.mjs.map