@bexis2/bexis2-core-ui 0.4.11 → 0.4.12

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/README.md CHANGED
@@ -1,4 +1,8 @@
1
1
  # bexis-core-ui
2
+ ## 0.4.11
3
+ - Table
4
+ - fix lib issue
5
+
2
6
  ## 0.4.11
3
7
  - Menu
4
8
  - fix log off
@@ -1,4 +1,4 @@
1
- <script>import Fa from "svelte-fa/src/fa.svelte";
1
+ <script>import Fa from "svelte-fa";
2
2
  import { onMount } from "svelte";
3
3
  import { faFilter, faPlus, faXmark } from "@fortawesome/free-solid-svg-icons";
4
4
  import { popup } from "@skeletonlabs/skeleton";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bexis2/bexis2-core-ui",
3
- "version": "0.4.11",
3
+ "version": "0.4.12",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite dev",
@@ -1,5 +1,5 @@
1
1
  <script lang="ts">
2
- import Fa from 'svelte-fa/src/fa.svelte';
2
+ import Fa from 'svelte-fa';
3
3
  import { onMount } from 'svelte';
4
4
  import { faFilter, faPlus, faXmark } from '@fortawesome/free-solid-svg-icons';
5
5
  import { popup } from '@skeletonlabs/skeleton';