@marianmeres/stuic 2.38.0 → 2.38.2

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}
@@ -129,7 +129,7 @@
129
129
  "form-input",
130
130
  "block border-0 w-full text-sm!",
131
131
  "file:rounded file:border-0 file:mr-4 file:bg-neutral-200",
132
- "file:px-2 file:py-1 file:cursor-pointer file:text-sm",
132
+ "file:px-2 file:py-0.5 file:cursor-pointer file:text-sm",
133
133
  "focus-visible:ring-0 focus:ring-0 focus:leading-0",
134
134
  renderSize,
135
135
  classInput
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marianmeres/stuic",
3
- "version": "2.38.0",
3
+ "version": "2.38.2",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",