@marianmeres/stuic 2.38.0 → 2.38.1

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.
@@ -184,19 +184,16 @@
184
184
  </div>
185
185
  {/if}
186
186
  {#if description}
187
- <Collapsible>
188
- <div
189
- id={idDesc}
190
- class={twMerge(
191
- "desc-box",
192
- _classCommon,
193
- "text-sm opacity-50 cursor-pointer font-normal",
194
- disabled && "cursor-not-allowed",
195
- classDescBox
196
- )}
197
- >
198
- {@render snippetOrThc({ id, value: description })}
199
- </div>
187
+ <Collapsible
188
+ class={twMerge(
189
+ "desc-box",
190
+ _classCommon,
191
+ "text-sm opacity-50 cursor-pointer font-normal",
192
+ disabled && "cursor-not-allowed",
193
+ classDescBox
194
+ )}
195
+ >
196
+ {@render snippetOrThc({ id, value: description })}
200
197
  </Collapsible>
201
198
  <!-- <div
202
199
  id={idDesc}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "2.38.0",
3
+ "version": "2.38.1",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",