@cooperco/cooper-component-library 0.1.129 → 0.1.130

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.
Files changed (45) hide show
  1. package/dist/cms/containerCollectionModule.query.ts +0 -6
  2. package/dist/cms/contentful/queries/containerCollectionModule.query.js +0 -6
  3. package/dist/cms/contentful/queries/containerCollectionModule.query.ts +0 -6
  4. package/dist/cms/contentful/queries/index.d.ts +0 -1
  5. package/dist/cms/contentful/queries/index.js +0 -1
  6. package/dist/cms/contentful/queries/index.ts +0 -2
  7. package/dist/cms/index.ts +0 -2
  8. package/dist/cms/queries/containerCollectionModule.query.ts +0 -6
  9. package/dist/cms/queries/index.ts +0 -2
  10. package/dist/lib/component-lib.js +3253 -3634
  11. package/dist/lib/component-lib.umd.cjs +23 -23
  12. package/dist/lib/css/main.css +18 -48
  13. package/dist/lib/style.css +1 -1
  14. package/dist/types/cms/contentful/queries/index.d.ts +0 -1
  15. package/dist/types/src/components/ContainerCollectionModule/ContainerCollectionModule.d.ts +1 -4
  16. package/dist/types/src/components/components.d.ts +0 -1
  17. package/dist/types/src/components/types.d.ts +0 -1
  18. package/dist/types/src/config/defaultPassthrough/index.d.ts +0 -1
  19. package/dist/types/src/config/defaultPassthrough/types.d.ts +1 -3
  20. package/dist/types/src/types.d.ts +0 -1
  21. package/package.json +1 -1
  22. package/dist/cms/0095-create-table-module.cjs +0 -174
  23. package/dist/cms/0096-update-container-collection-filtered-table.cjs +0 -57
  24. package/dist/cms/contentful/migrations/scripts/0095-create-table-module.cjs +0 -174
  25. package/dist/cms/contentful/migrations/scripts/0096-update-container-collection-filtered-table.cjs +0 -57
  26. package/dist/cms/contentful/queries/tableModule.query.d.ts +0 -2
  27. package/dist/cms/contentful/queries/tableModule.query.js +0 -60
  28. package/dist/cms/contentful/queries/tableModule.query.ts +0 -62
  29. package/dist/cms/migrations/scripts/0095-create-table-module.cjs +0 -174
  30. package/dist/cms/migrations/scripts/0096-update-container-collection-filtered-table.cjs +0 -57
  31. package/dist/cms/queries/tableModule.query.ts +0 -62
  32. package/dist/cms/scripts/0095-create-table-module.cjs +0 -174
  33. package/dist/cms/scripts/0096-update-container-collection-filtered-table.cjs +0 -57
  34. package/dist/cms/tableModule.query.ts +0 -62
  35. package/dist/types/cms/contentful/queries/tableModule.query.d.ts +0 -2
  36. package/dist/types/src/components/TableModule/TableModule.d.ts +0 -51
  37. package/dist/types/src/components/TableModule/TableModule.vue.d.ts +0 -3
  38. /package/dist/cms/{0097-tabmodule-inline-body-copy.cjs → 0095-tabmodule-inline-body-copy.cjs} +0 -0
  39. /package/dist/cms/{0098-delete-body-copy-content-type.cjs → 0096-delete-body-copy-content-type.cjs} +0 -0
  40. /package/dist/cms/contentful/migrations/scripts/{0097-tabmodule-inline-body-copy.cjs → 0095-tabmodule-inline-body-copy.cjs} +0 -0
  41. /package/dist/cms/contentful/migrations/scripts/{0098-delete-body-copy-content-type.cjs → 0096-delete-body-copy-content-type.cjs} +0 -0
  42. /package/dist/cms/migrations/scripts/{0097-tabmodule-inline-body-copy.cjs → 0095-tabmodule-inline-body-copy.cjs} +0 -0
  43. /package/dist/cms/migrations/scripts/{0098-delete-body-copy-content-type.cjs → 0096-delete-body-copy-content-type.cjs} +0 -0
  44. /package/dist/cms/scripts/{0097-tabmodule-inline-body-copy.cjs → 0095-tabmodule-inline-body-copy.cjs} +0 -0
  45. /package/dist/cms/scripts/{0098-delete-body-copy-content-type.cjs → 0096-delete-body-copy-content-type.cjs} +0 -0
@@ -12,7 +12,6 @@ export const getContainerCollectionModule: DocumentNode = gql`
12
12
  }
13
13
 
14
14
  headline
15
- subheadline
16
15
 
17
16
  modulesCollection {
18
17
  items {
@@ -23,11 +22,6 @@ export const getContainerCollectionModule: DocumentNode = gql`
23
22
  id
24
23
  }
25
24
  }
26
- ... on TableModule {
27
- sys {
28
- id
29
- }
30
- }
31
25
  }
32
26
  }
33
27
 
@@ -10,7 +10,6 @@ export const getContainerCollectionModule = gql `
10
10
  }
11
11
 
12
12
  headline
13
- subheadline
14
13
 
15
14
  modulesCollection {
16
15
  items {
@@ -21,11 +20,6 @@ export const getContainerCollectionModule = gql `
21
20
  id
22
21
  }
23
22
  }
24
- ... on TableModule {
25
- sys {
26
- id
27
- }
28
- }
29
23
  }
30
24
  }
31
25
 
@@ -12,7 +12,6 @@ export const getContainerCollectionModule: DocumentNode = gql`
12
12
  }
13
13
 
14
14
  headline
15
- subheadline
16
15
 
17
16
  modulesCollection {
18
17
  items {
@@ -23,11 +22,6 @@ export const getContainerCollectionModule: DocumentNode = gql`
23
22
  id
24
23
  }
25
24
  }
26
- ... on TableModule {
27
- sys {
28
- id
29
- }
30
- }
31
25
  }
32
26
  }
33
27
 
@@ -21,4 +21,3 @@ export * from './helloBanner.query.js';
21
21
  export * from './placeholderModule.query.js';
22
22
  export * from './splitModule.query.js';
23
23
  export * from './containerCollectionModule.query.js';
24
- export * from './tableModule.query.js';
@@ -21,4 +21,3 @@ export * from './helloBanner.query.js';
21
21
  export * from './placeholderModule.query.js';
22
22
  export * from './splitModule.query.js';
23
23
  export * from './containerCollectionModule.query.js';
24
- export * from './tableModule.query.js';
@@ -21,5 +21,3 @@ export * from './helloBanner.query.js'
21
21
  export * from './placeholderModule.query.js'
22
22
  export * from './splitModule.query.js'
23
23
  export * from './containerCollectionModule.query.js'
24
- export * from './tableModule.query.js'
25
-
package/dist/cms/index.ts CHANGED
@@ -21,5 +21,3 @@ export * from './helloBanner.query.js'
21
21
  export * from './placeholderModule.query.js'
22
22
  export * from './splitModule.query.js'
23
23
  export * from './containerCollectionModule.query.js'
24
- export * from './tableModule.query.js'
25
-
@@ -12,7 +12,6 @@ export const getContainerCollectionModule: DocumentNode = gql`
12
12
  }
13
13
 
14
14
  headline
15
- subheadline
16
15
 
17
16
  modulesCollection {
18
17
  items {
@@ -23,11 +22,6 @@ export const getContainerCollectionModule: DocumentNode = gql`
23
22
  id
24
23
  }
25
24
  }
26
- ... on TableModule {
27
- sys {
28
- id
29
- }
30
- }
31
25
  }
32
26
  }
33
27
 
@@ -21,5 +21,3 @@ export * from './helloBanner.query.js'
21
21
  export * from './placeholderModule.query.js'
22
22
  export * from './splitModule.query.js'
23
23
  export * from './containerCollectionModule.query.js'
24
- export * from './tableModule.query.js'
25
-