rune-lab 0.0.10 → 0.0.11

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.
@@ -1,4 +1,3 @@
1
- <!-- src/client/sdk/ui/src/features/config/AppSettingSelector.svelte -->
2
1
  <script lang="ts">
3
2
  import { type Snippet } from "svelte";
4
3
 
@@ -1,4 +1,3 @@
1
- <!-- src/client/sdk/ui/src/features/config/CurrencySelector.svelte -->
2
1
  <script lang="ts">
3
2
  import AppSettingSelector from "./AppSettingSelector.svelte";
4
3
  import { currencyStore, type Currency } from "./currency.svelte";
@@ -1,4 +1,3 @@
1
- <!-- src/client/sdk/ui/src/features/config/LanguageSelector.svelte -->
2
1
  <script lang="ts">
3
2
  import AppSettingSelector from "./AppSettingSelector.svelte";
4
3
  import { languageStore, type Language } from "./language.svelte";
@@ -1,4 +1,3 @@
1
- <!-- src/client/sdk/ui/src/features/config/ThemeSelector.svelte -->
2
1
  <script lang="ts">
3
2
  import AppSettingSelector from "./AppSettingSelector.svelte";
4
3
  import { themeStore, type Theme } from "./theme.svelte";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rune-lab",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Rune Lab: Modern toolkit for Svelte 5 Runes applications.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -15,6 +15,7 @@
15
15
  "exports": {
16
16
  ".": {
17
17
  "types": "./dist/index.d.ts",
18
+ "svelte": "./dist/index.js",
18
19
  "default": "./dist/index.js"
19
20
  },
20
21
  "./paraglide/*": {