@modusoperandi/licit-floatingmenu 0.1.2 → 0.1.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.
- package/FloatingPopup.js +1 -1
- package/package.json +4 -4
- package/ui/menu.css +0 -1
package/FloatingPopup.js
CHANGED
|
@@ -35,7 +35,7 @@ export class FloatingMenu extends React.PureComponent {
|
|
|
35
35
|
React.createElement(CustomButton, { disabled: !this.props.pasteAsReferenceEnabled, label: "Paste As Reference(Ctrl + Alt + V)", onClick: () => {
|
|
36
36
|
this.props.pasteAsReferenceHandler();
|
|
37
37
|
} }),
|
|
38
|
-
React.createElement(CustomButton, { label: "Create
|
|
38
|
+
React.createElement(CustomButton, { label: "Create Referent", onClick: () => {
|
|
39
39
|
this.props.createNewSliceHandler();
|
|
40
40
|
} }),
|
|
41
41
|
React.createElement(CustomButton, { label: "Insert Reference", onClick: () => {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@modusoperandi/licit-floatingmenu",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "licit-floatingmenu plugin built with ProseMirror",
|
|
6
6
|
"main": "index.js",
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"@cfaester/enzyme-adapter-react-18": "^0.8.0",
|
|
44
44
|
"@modusoperandi/eslint-config": "^3.0.3",
|
|
45
45
|
"@testing-library/jest-dom": "^6.9.1",
|
|
46
|
-
"@testing-library/react": "^16.3.
|
|
46
|
+
"@testing-library/react": "^16.3.2",
|
|
47
47
|
"@testing-library/user-event": "^14.6.1",
|
|
48
48
|
"@types/jest": "^29.5.14",
|
|
49
|
-
"@types/node": "^20.19.
|
|
49
|
+
"@types/node": "^20.19.30",
|
|
50
50
|
"@types/orderedmap": "^2.0.0",
|
|
51
51
|
"@types/react": "^18.3.27",
|
|
52
52
|
"@types/react-dom": "^18.3.7",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"jest-prosemirror": "^2.2.0",
|
|
63
63
|
"jest-sonar-reporter": "^2.0.0",
|
|
64
64
|
"lint-staged": "^15.5.2",
|
|
65
|
-
"prettier": "^3.
|
|
65
|
+
"prettier": "^3.8.1",
|
|
66
66
|
"stylelint-config-standard": "^36.0.1",
|
|
67
67
|
"stylelint-prettier": "^5.0.3",
|
|
68
68
|
"ts-jest": "^29.4.6",
|