@14ch/svelte-ui 0.0.45 → 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 {};
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.45",
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": [