@cooperco/cooper-component-library 0.1.77 → 0.1.79

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.
@@ -15,6 +15,9 @@ export const getContainerModule: DocumentNode = gql`
15
15
  sys {
16
16
  id
17
17
  }
18
+ ... on HighlightedText {
19
+ text
20
+ }
18
21
  }
19
22
  }
20
23
  }
@@ -13,6 +13,9 @@ export const getContainerModule = gql `
13
13
  sys {
14
14
  id
15
15
  }
16
+ ... on HighlightedText {
17
+ text
18
+ }
16
19
  }
17
20
  }
18
21
  }
@@ -15,6 +15,9 @@ export const getContainerModule: DocumentNode = gql`
15
15
  sys {
16
16
  id
17
17
  }
18
+ ... on HighlightedText {
19
+ text
20
+ }
18
21
  }
19
22
  }
20
23
  }
@@ -15,6 +15,9 @@ export const getContainerModule: DocumentNode = gql`
15
15
  sys {
16
16
  id
17
17
  }
18
+ ... on HighlightedText {
19
+ text
20
+ }
18
21
  }
19
22
  }
20
23
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cooperco/cooper-component-library",
3
3
  "private": false,
4
- "version": "0.1.77",
4
+ "version": "0.1.79",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"