@coffic/cosy-ui 0.6.34 → 0.6.36

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.
@@ -212,7 +212,7 @@ const contentClasses = [
212
212
  align === 'center' ? 'cosy:text-center cosy:items-center' : '',
213
213
  align === 'left' ? 'cosy:text-left cosy:items-start' : '',
214
214
  align === 'right' ? 'cosy:text-right cosy:items-end' : '',
215
- 'cosy:max-w-7xl',
215
+ 'cosy:w-full',
216
216
  'cosy:mx-auto',
217
217
  'cosy:gap-10',
218
218
  'cosy:lg:gap-16',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coffic/cosy-ui",
3
- "version": "0.6.34",
3
+ "version": "0.6.36",
4
4
  "description": "An astro component library",
5
5
  "author": {
6
6
  "name": "nookery",