@loadsmart/miranda-wc 3.1.1 → 3.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.
@@ -7,9 +7,6 @@ import '../link';
7
7
  import '../text';
8
8
  import type { FilePickerFile } from './file-picker.types';
9
9
  import './file-item';
10
- export type FilePickerEvent = {
11
- files?: File[];
12
- };
13
10
  export type FilePickerProps = {
14
11
  name?: string;
15
12
  error?: string;
@@ -2,4 +2,4 @@ export { FilePicker } from './file-picker';
2
2
  export { FileItem } from './file-item';
3
3
  export type { FileItemProps } from './file-item';
4
4
  export type { FilePickerFile, FileStatus } from './file-picker.types';
5
- export type { FilePickerProps, FilePickerEvent } from './file-picker';
5
+ export type { FilePickerProps } from './file-picker';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loadsmart/miranda-wc",
3
- "version": "3.1.1",
3
+ "version": "3.1.2",
4
4
  "description": "Miranda Web Components component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -41,8 +41,8 @@
41
41
  "dependencies": {
42
42
  "@floating-ui/dom": "^1.6.3",
43
43
  "@lit/context": "^1.1.1",
44
- "@loadsmart/miranda-icons": "3.1.1",
45
- "@loadsmart/miranda-tokens": "4.1.1",
44
+ "@loadsmart/miranda-icons": "3.1.2",
45
+ "@loadsmart/miranda-tokens": "4.1.2",
46
46
  "autosize": "^6.0.1",
47
47
  "composed-offset-position": "^0.0.4",
48
48
  "lit": "^3.1.3"