@14ch/svelte-ui 0.0.44 → 0.0.46

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.
@@ -0,0 +1,4 @@
1
+ // Type stub for the CSS side-effect import (`@14ch/svelte-ui/styles`).
2
+ // CSS has no runtime exports; this file only satisfies TypeScript's `types`
3
+ // export condition so consumers don't get "no type declarations" errors.
4
+ export {};
@@ -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.46",
6
6
  "type": "module",
7
7
  "keywords": [
8
8
  "svelte",
@@ -31,7 +31,10 @@
31
31
  "import": "./dist/index.js",
32
32
  "require": "./dist/index.js"
33
33
  },
34
- "./styles": "./dist/assets/styles/import.css",
34
+ "./styles": {
35
+ "types": "./dist/assets/styles/import.css.d.ts",
36
+ "default": "./dist/assets/styles/import.css"
37
+ },
35
38
  "./styles/*": "./dist/assets/styles/*"
36
39
  },
37
40
  "files": [