@coffic/cosy-ui 0.9.15 → 0.9.16

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.
@@ -103,7 +103,7 @@ const IconComponent = {
103
103
  ---
104
104
 
105
105
  <div
106
- class={`cosy:alert cosy:w-full cosy:flex ${alertClass} ${className}`}
106
+ class={`cosy:alert cosy:w-full cosy:flex not-prose ${alertClass} ${className}`}
107
107
  role="alert">
108
108
  <div
109
109
  class="cosy:flex cosy:flex-row cosy:items-center cosy:gap-4 cosy:justify-between cosy:w-full">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coffic/cosy-ui",
3
- "version": "0.9.15",
3
+ "version": "0.9.16",
4
4
  "description": "An astro component library",
5
5
  "author": {
6
6
  "name": "nookery",