@urbicon-ui/table 6.3.9 → 6.3.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.
@@ -6,7 +6,7 @@ const tableTranslations = {
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 tableI18n = createPackageI18n('table', tableTranslations);
11
11
  /**
12
12
  * Context-scoped translation hook for the table package. Call during component
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@urbicon-ui/table",
3
- "version": "6.3.9",
3
+ "version": "6.3.11",
4
4
  "description": "Data table for Svelte 5 — sorting, filtering, grouping, selection, keyboard navigation, virtualization and live updates",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -77,9 +77,9 @@
77
77
  "@sveltejs/package": "^2.5.8",
78
78
  "@sveltejs/vite-plugin-svelte": "^7.0.0",
79
79
  "@tailwindcss/vite": "^4.3.1",
80
- "@urbicon-ui/blocks": "6.3.9",
81
- "@urbicon-ui/i18n": "6.3.9",
82
- "@urbicon-ui/shared-types": "6.3.9",
80
+ "@urbicon-ui/blocks": "6.3.11",
81
+ "@urbicon-ui/i18n": "6.3.11",
82
+ "@urbicon-ui/shared-types": "6.3.11",
83
83
  "prettier": "^3.8.4",
84
84
  "prettier-plugin-svelte": "^4.1.1",
85
85
  "prettier-plugin-tailwindcss": "^0.8.0",