@selkirk-systems/attachments 1.0.4 → 1.0.6
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,5 +1,6 @@
|
|
|
1
1
|
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
2
|
import SRC from '../../img/photo-filetype.png';
|
|
3
|
+
import React from "react";
|
|
3
4
|
const PhotoFileTypeImage = props => /*#__PURE__*/React.createElement("img", _extends({
|
|
4
5
|
src: SRC
|
|
5
6
|
}, props));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@selkirk-systems/attachments",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.6",
|
|
4
4
|
"description": "Attachment and photo upload components for Selkirk Systems web projects",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"author": "Marcos Bernal <mbernal@selkirksystems.com>",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"@selkirk-systems/state-management": "^2.0.0",
|
|
40
40
|
"lucide-react": "*",
|
|
41
41
|
"primereact": "^10.9.4",
|
|
42
|
-
"react": "
|
|
42
|
+
"react": ">=18.0.0"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@mbernal/simple-immutable": "*",
|
|
46
46
|
"clsx": "^2.1.1",
|
|
47
47
|
"memoizee": "*"
|
|
48
48
|
},
|
|
49
|
-
"gitHead": "
|
|
49
|
+
"gitHead": "8a07a20e445dd6c51b5fef7bbcbeb507ed3850b8"
|
|
50
50
|
}
|