@bexis2/bexis2-core-ui 0.0.15 → 0.0.16

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,7 +1,7 @@
1
1
  export interface FileInfo {
2
2
  name: string;
3
3
  type: string;
4
- lenght: number;
4
+ length: number;
5
5
  description: string;
6
6
  validationHash: string;
7
7
  }
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@bexis2/bexis2-core-ui",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "vite dev",
7
7
  "package": "svelte-package",
8
- "build": "vite build sync --watch",
8
+ "build": "vite build",
9
9
  "preview": "vite preview",
10
10
  "test": "playwright test",
11
11
  "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
@@ -49,8 +49,7 @@
49
49
  "test": "tests"
50
50
  },
51
51
  "files": [
52
- "dist",
53
- "static"
52
+ "dist"
54
53
  ],
55
54
  "dependencies": {
56
55
  "@fortawesome/fontawesome-free": "^6.2.1",
@@ -78,9 +77,8 @@
78
77
  ],
79
78
  "exports": {
80
79
  ".": {
81
- "types": "./index.d.ts",
82
- "svelte": "./index.js"
83
- },
84
- "./css/themes/theme-bexis2.css": "./css/themes/theme-bexis2.css"
80
+ "types": "./dist/index.d.ts",
81
+ "svelte": "./dist/index.js"
82
+ }
85
83
  }
86
84
  }
Binary file
package/static/test.css DELETED
File without changes