@coffic/cosy-ui 0.9.26 → 0.9.27

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.
@@ -90,7 +90,7 @@ const contentPaddingClasses = getContentPaddingClasses(contentPadding);
90
90
  />
91
91
 
92
92
  <div
93
- class={`cosy:card-body ${contentPaddingClasses} cosy:bg-base-100/30 cosy:relative cosy:z-10`}>
93
+ class={`cosy:card-body ${contentPaddingClasses} cosy:bg-base-100/30 cosy:relative cosy:z-10 cosy:h-full`}>
94
94
  <!-- 内容区域 -->
95
95
  <CardCourseContent displayName={displayName} description={description} />
96
96
 
@@ -95,7 +95,7 @@ const {
95
95
  const loaderId = `skeleton-loader-${Math.random().toString(36).substr(2, 9)}`;
96
96
  ---
97
97
 
98
- <div id={loaderId} class="cosy:relative">
98
+ <div id={loaderId} class="cosy:relative cosy:w-full">
99
99
  <!-- 骨架屏 -->
100
100
  <div
101
101
  id={`${loaderId}-skeleton`}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coffic/cosy-ui",
3
- "version": "0.9.26",
3
+ "version": "0.9.27",
4
4
  "description": "An astro component library",
5
5
  "author": {
6
6
  "name": "nookery",