@14ch/svelte-ui 0.0.44 → 0.0.45

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.
@@ -398,6 +398,7 @@
398
398
  <style>
399
399
  .button {
400
400
  display: inline-flex;
401
+ vertical-align: top;
401
402
  justify-content: center;
402
403
  align-items: center;
403
404
  gap: 4px;
@@ -346,6 +346,7 @@
346
346
  * ============================================= */
347
347
  .switch {
348
348
  display: inline-flex;
349
+ vertical-align: top;
349
350
  align-items: flex-start;
350
351
  width: fit-content;
351
352
  min-height: var(--svelte-ui-switch-min-height);
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.44",
5
+ "version": "0.0.45",
6
6
  "type": "module",
7
7
  "keywords": [
8
8
  "svelte",