@enki-tek/fms-web-components 0.1.1 → 0.1.2

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,9 +1,9 @@
1
1
  <script>
2
- import { i18nInit } from '../i18n/i18n';
2
+ // import { i18nInit } from '../i18n/i18n';
3
3
  import ShiftLanguage from '../i18n/ShiftLanguage.svelte';
4
4
 
5
5
  import { _ } from 'svelte-i18n';
6
- i18nInit();
6
+ // i18nInit();
7
7
  </script>
8
8
 
9
9
  <footer class="main-footer p-10 d-flex flex-row align-items-center justify-content-between ">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@enki-tek/fms-web-components",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "devDependencies": {
5
5
  "@storybook/addon-essentials": "^7.6.14",
6
6
  "@storybook/addon-interactions": "^7.6.14",