@urbicon-ui/blocks 6.3.9 → 6.3.10

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.
@@ -6,7 +6,7 @@ const blocksTranslations = {
6
6
  en: enTranslations,
7
7
  de: deTranslations
8
8
  };
9
- // Create the package i18n integration (registers eagerly at module init).
9
+ // Create the package i18n integration (registers lazily on first useTranslate()/t()).
10
10
  export const blocksI18n = createPackageI18n('blocks', blocksTranslations);
11
11
  /**
12
12
  * Context-scoped translation hook for the blocks package. Call during component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@urbicon-ui/blocks",
3
- "version": "6.3.9",
3
+ "version": "6.3.10",
4
4
  "description": "Svelte 5 UI component library with Tailwind CSS 4, OKLCH design tokens and zero runtime dependencies",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -91,8 +91,8 @@
91
91
  "@sveltejs/package": "^2.5.8",
92
92
  "@sveltejs/vite-plugin-svelte": "^7.0.0",
93
93
  "@tailwindcss/vite": "^4.3.1",
94
- "@urbicon-ui/i18n": "6.3.9",
95
- "@urbicon-ui/shared-types": "6.3.9",
94
+ "@urbicon-ui/i18n": "6.3.10",
95
+ "@urbicon-ui/shared-types": "6.3.10",
96
96
  "prettier": "^3.8.4",
97
97
  "prettier-plugin-svelte": "^4.1.1",
98
98
  "prettier-plugin-tailwindcss": "^0.8.0",