@fileverse-dev/fortune-react 1.2.50-patch-2 → 1.2.50-patch-3
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.
|
@@ -1667,6 +1667,7 @@ var Toolbar = function Toolbar(_a) {
|
|
|
1667
1667
|
visible: showDataValidation
|
|
1668
1668
|
}), /*#__PURE__*/React.createElement("input", {
|
|
1669
1669
|
id: "fortune-img-upload",
|
|
1670
|
+
className: "test-fortune-img-upload",
|
|
1670
1671
|
type: "file",
|
|
1671
1672
|
accept: "image/*",
|
|
1672
1673
|
style: {
|
|
@@ -1676,6 +1676,7 @@ var Toolbar = function Toolbar(_a) {
|
|
|
1676
1676
|
visible: showDataValidation
|
|
1677
1677
|
}), /*#__PURE__*/_react.default.createElement("input", {
|
|
1678
1678
|
id: "fortune-img-upload",
|
|
1679
|
+
className: "test-fortune-img-upload",
|
|
1679
1680
|
type: "file",
|
|
1680
1681
|
accept: "image/*",
|
|
1681
1682
|
style: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fileverse-dev/fortune-react",
|
|
3
|
-
"version": "1.2.50-patch-
|
|
3
|
+
"version": "1.2.50-patch-3",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"types": "lib/index.d.ts",
|
|
6
6
|
"module": "es/index.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"tsc": "tsc"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@fileverse-dev/fortune-core": "1.2.50-patch-
|
|
19
|
+
"@fileverse-dev/fortune-core": "1.2.50-patch-3",
|
|
20
20
|
"@fileverse/ui": "^4.1.7-patch-40",
|
|
21
21
|
"@tippyjs/react": "^4.2.6",
|
|
22
22
|
"@types/regenerator-runtime": "^0.13.6",
|