@r2digisolutions/components 0.19.4 → 0.19.6
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.
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
import { untrack } from 'svelte';
|
|
4
4
|
import Kbd from '../../atoms/Kbd/Kbd.svelte';
|
|
5
5
|
import IconButton from '../../atoms/IconButton/IconButton.svelte';
|
|
6
|
-
import { i18n } from '../../../utils/i18n.svelte';
|
|
6
|
+
import { i18n } from '../../../utils/i18n.svelte.js';
|
|
7
7
|
import { Mic, MicOff } from '@lucide/svelte';
|
|
8
8
|
|
|
9
9
|
export type CommandIcon = Component<{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@r2digisolutions/components",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "R2DigiSolutions Svelte 5 component library — Atomic Design, Tailwind 4, Light/Dark mode",
|
|
6
6
|
"license": "MIT",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
68
|
"@eslint/js": "^10.0.1",
|
|
69
|
-
"@lucide/svelte": "^1.
|
|
69
|
+
"@lucide/svelte": "^1.45.0",
|
|
70
70
|
"@playwright/test": "^1.63.0",
|
|
71
71
|
"@storybook/addon-a11y": "^10.6.0",
|
|
72
72
|
"@storybook/addon-docs": "^10.6.0",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"tailwindcss": "^4.3.3",
|
|
99
99
|
"typescript": "6.0.3",
|
|
100
100
|
"typescript-eslint": "^8.70.0",
|
|
101
|
-
"vite": "^8.
|
|
101
|
+
"vite": "^8.3.0",
|
|
102
102
|
"vitest": "^5.0.0",
|
|
103
103
|
"vitest-browser-svelte": "^3.1.0"
|
|
104
104
|
},
|