@14ch/svelte-ui 0.0.53 → 0.0.54

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.
@@ -361,6 +361,7 @@
361
361
  vertical-align: top;
362
362
  contain: layout;
363
363
  cursor: pointer;
364
+ font-weight: inherit;
364
365
  }
365
366
 
366
367
  .checkbox input[type='checkbox'] {
@@ -391,6 +391,7 @@
391
391
  vertical-align: top;
392
392
  contain: layout;
393
393
  cursor: pointer;
394
+ font-weight: inherit;
394
395
  }
395
396
 
396
397
  .radio input[type='radio'] {
@@ -352,6 +352,7 @@
352
352
  min-height: var(--svelte-ui-switch-min-height);
353
353
  contain: layout;
354
354
  cursor: pointer;
355
+ font-weight: inherit;
355
356
  }
356
357
 
357
358
  .switch--full-width {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@14ch/svelte-ui",
3
3
  "description": "Modern Svelte UI components library with TypeScript support",
4
4
  "private": false,
5
- "version": "0.0.53",
5
+ "version": "0.0.54",
6
6
  "type": "module",
7
7
  "keywords": [
8
8
  "svelte",