@dovetail-v2/refine 0.0.26 → 0.0.27

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,5 @@
1
1
  export declare const dovetailRefineI18n: import("i18next").i18n;
2
+ export * as D2Locales from './locales';
2
3
  export * from './providers';
3
4
  export * from './hooks';
4
5
  export * from './components';
package/lib/src/index.js CHANGED
@@ -1,5 +1,6 @@
1
1
  import i18n from './i18n';
2
2
  export const dovetailRefineI18n = i18n;
3
+ export * as D2Locales from './locales';
3
4
  export * from './providers';
4
5
  export * from './hooks';
5
6
  export * from './components';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dovetail-v2/refine",
3
- "version": "0.0.26",
3
+ "version": "0.0.27",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",