@synerise/ds-file-uploader 1.1.12 → 1.2.0

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/CHANGELOG.md CHANGED
@@ -3,6 +3,16 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [1.2.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-file-uploader@1.1.13...@synerise/ds-file-uploader@1.2.0) (2025-12-19)
7
+
8
+ ### Features
9
+
10
+ - **popconfirm:** migrate to popover ([f14f74e](https://github.com/Synerise/synerise-design/commit/f14f74e1f9879ddd8264dc2614723a298b656d2f))
11
+
12
+ ## [1.1.13](https://github.com/Synerise/synerise-design/compare/@synerise/ds-file-uploader@1.1.12...@synerise/ds-file-uploader@1.1.13) (2025-12-16)
13
+
14
+ **Note:** Version bump only for package @synerise/ds-file-uploader
15
+
6
16
  ## [1.1.12](https://github.com/Synerise/synerise-design/compare/@synerise/ds-file-uploader@1.1.11...@synerise/ds-file-uploader@1.1.12) (2025-12-15)
7
17
 
8
18
  **Note:** Version bump only for package @synerise/ds-file-uploader
@@ -1 +1 @@
1
- {"version":3,"file":"FileView.d.ts","sourceRoot":"","sources":["../../src/FileView/FileView.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAiBxC,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD,QAAA,MAAM,QAAQ,GAAI,gEAOf,aAAa,sBAkLf,CAAC;AAEF,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"FileView.d.ts","sourceRoot":"","sources":["../../src/FileView/FileView.tsx"],"names":[],"mappings":"AACA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAiBxC,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,kBAAkB,CAAC;AAEtD,QAAA,MAAM,QAAQ,GAAI,gEAOf,aAAa,sBAgLf,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -129,8 +129,6 @@ var FileView = function FileView(_ref) {
129
129
  okType: "primary",
130
130
  title: finalTexts.removeConfirmTitle,
131
131
  placement: "top",
132
- mouseEnterDelay: 250,
133
- mouseLeaveDelay: 250,
134
132
  trigger: "click"
135
133
  }, /*#__PURE__*/React.createElement(S.RemoveButtonWrapper, {
136
134
  onMouseDown: function onMouseDown() {
@@ -2,7 +2,7 @@ import { type DropzoneRootProps } from 'react-dropzone';
2
2
  import { type ExtendedFile, type FileViewTexts } from '../FileUploader.types';
3
3
  export type FileViewProps = {
4
4
  data: ExtendedFile;
5
- texts: FileViewTexts;
5
+ texts?: FileViewTexts;
6
6
  removable?: boolean;
7
7
  onRemove?: () => void;
8
8
  retry?: boolean | React.ReactNode;
@@ -1 +1 @@
1
- {"version":3,"file":"FileView.types.d.ts","sourceRoot":"","sources":["../../src/FileView/FileView.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAExD,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAE9E,MAAM,MAAM,aAAa,GAAG;IAC1B,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,EAAE,aAAa,CAAC;IACrB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,KAAK,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC,SAAS,CAAC;IAClC,gBAAgB,CAAC,EAAE,iBAAiB,CAAC;CACtC,CAAC"}
1
+ {"version":3,"file":"FileView.types.d.ts","sourceRoot":"","sources":["../../src/FileView/FileView.types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAExD,OAAO,EAAE,KAAK,YAAY,EAAE,KAAK,aAAa,EAAE,MAAM,uBAAuB,CAAC;AAE9E,MAAM,MAAM,aAAa,GAAG;IAC1B,IAAI,EAAE,YAAY,CAAC;IACnB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,KAAK,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC,SAAS,CAAC;IAClC,gBAAgB,CAAC,EAAE,iBAAiB,CAAC;CACtC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@synerise/ds-file-uploader",
3
- "version": "1.1.12",
3
+ "version": "1.2.0",
4
4
  "description": "FileUploader UI Component for the Synerise Design System",
5
5
  "license": "ISC",
6
6
  "repository": "Synerise/synerise-design",
@@ -38,8 +38,8 @@
38
38
  "@synerise/ds-button": "^1.5.2",
39
39
  "@synerise/ds-icon": "^1.9.1",
40
40
  "@synerise/ds-loader": "^1.0.11",
41
- "@synerise/ds-popconfirm": "^1.0.31",
42
- "@synerise/ds-progress-bar": "^1.1.24",
41
+ "@synerise/ds-popconfirm": "^1.1.0",
42
+ "@synerise/ds-progress-bar": "^1.1.25",
43
43
  "@synerise/ds-tooltip": "^1.3.2",
44
44
  "@synerise/ds-typography": "^1.0.25",
45
45
  "@synerise/ds-utils": "^1.5.1",
@@ -52,5 +52,5 @@
52
52
  "react-intl": ">=3.12.0 <= 6.8",
53
53
  "styled-components": "^5.3.3"
54
54
  },
55
- "gitHead": "b1279d5354132a2bf0b6f0cfa343db4c6c928f72"
55
+ "gitHead": "c638fc7e1af8aea55d466a643329fe499b2b3383"
56
56
  }