sv5ui 1.1.2 → 1.1.3

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.
package/dist/index.d.ts CHANGED
@@ -38,4 +38,3 @@ export * from './RadioGroup/index.js';
38
38
  export * from './ThemeModeButton/index.js';
39
39
  export { defineConfig } from './config.js';
40
40
  export type { UIConfig } from './config.js';
41
- export declare const VERSION: string;
package/dist/index.js CHANGED
@@ -39,4 +39,3 @@ export * from './RadioGroup/index.js';
39
39
  export * from './ThemeModeButton/index.js';
40
40
  // Configuration
41
41
  export { defineConfig } from './config.js';
42
- export const VERSION = __SV5UI_VERSION__;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sv5ui",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "description": "A modern Svelte 5 UI component library with Tailwind CSS",
5
5
  "author": "ndlabdev",
6
6
  "license": "MIT",