@cooperco/cooper-component-library 0.1.129 → 0.1.131

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 (21) hide show
  1. package/dist/cms/{migrations/scripts/0098-delete-body-copy-content-type.cjs → 0096-delete-body-copy-content-type.cjs} +70 -4
  2. package/dist/cms/{contentful/migrations/scripts/0096-update-container-collection-filtered-table.cjs → 0098-update-container-collection-filtered-table.cjs} +0 -3
  3. package/dist/cms/{scripts/0098-delete-body-copy-content-type.cjs → contentful/migrations/scripts/0096-delete-body-copy-content-type.cjs} +70 -4
  4. package/dist/cms/{0096-update-container-collection-filtered-table.cjs → contentful/migrations/scripts/0098-update-container-collection-filtered-table.cjs} +0 -3
  5. package/dist/cms/{contentful/migrations/scripts/0098-delete-body-copy-content-type.cjs → migrations/scripts/0096-delete-body-copy-content-type.cjs} +70 -4
  6. package/dist/cms/migrations/scripts/{0096-update-container-collection-filtered-table.cjs → 0098-update-container-collection-filtered-table.cjs} +0 -3
  7. package/dist/cms/{0098-delete-body-copy-content-type.cjs → scripts/0096-delete-body-copy-content-type.cjs} +70 -4
  8. package/dist/cms/scripts/{0096-update-container-collection-filtered-table.cjs → 0098-update-container-collection-filtered-table.cjs} +0 -3
  9. package/dist/lib/component-lib.js +1748 -1735
  10. package/dist/lib/component-lib.umd.cjs +15 -15
  11. package/dist/lib/css/main.css +5 -5
  12. package/dist/lib/style.css +1 -1
  13. package/package.json +1 -1
  14. /package/dist/cms/{0097-tabmodule-inline-body-copy.cjs → 0095-tabmodule-inline-body-copy.cjs} +0 -0
  15. /package/dist/cms/{0095-create-table-module.cjs → 0097-create-table-module.cjs} +0 -0
  16. /package/dist/cms/contentful/migrations/scripts/{0097-tabmodule-inline-body-copy.cjs → 0095-tabmodule-inline-body-copy.cjs} +0 -0
  17. /package/dist/cms/contentful/migrations/scripts/{0095-create-table-module.cjs → 0097-create-table-module.cjs} +0 -0
  18. /package/dist/cms/migrations/scripts/{0097-tabmodule-inline-body-copy.cjs → 0095-tabmodule-inline-body-copy.cjs} +0 -0
  19. /package/dist/cms/migrations/scripts/{0095-create-table-module.cjs → 0097-create-table-module.cjs} +0 -0
  20. /package/dist/cms/scripts/{0097-tabmodule-inline-body-copy.cjs → 0095-tabmodule-inline-body-copy.cjs} +0 -0
  21. /package/dist/cms/scripts/{0095-create-table-module.cjs → 0097-create-table-module.cjs} +0 -0
@@ -101,11 +101,6 @@ div {
101
101
  word-break: break-word;
102
102
  }
103
103
 
104
- .container-collection-headline {
105
- max-width: 15ch;
106
- white-space: pre-line;
107
- }
108
-
109
104
  .content-module-body-copy strong,
110
105
  .content-module-body-copy b {
111
106
  color: var(--copy-accent-color);
@@ -341,6 +336,11 @@ div {
341
336
 
342
337
  /* ─── Unified bullet styles ─── */
343
338
  @layer components {
339
+ .container-collection-headline {
340
+ max-width: 15ch;
341
+ white-space: pre-line;
342
+ }
343
+
344
344
  /* Unordered list */
345
345
  .content-module-body-copy ul,
346
346
  .body-copy-with-lists ul,