Skip to content

Commit

Permalink
feat: Added @cocreate/clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
frankpagan committed Dec 14, 2024
1 parent 32e66e9 commit 0161d2e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CoCreate.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,11 @@ module.exports = {
import: "@cocreate/floating-label",
selector: "floating-label, .floating-label"
},
clipboard: {
import: "@cocreate/clipboard",
selector:
"[actions*='clipboard'], [clipboard-selector], [clipboard-closest], [clipboard-parent], [clipboard-next], [clipboard-previous]"
},
print: {
import: "@cocreate/print",
selector:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"@cocreate/cache": "^1.5.1",
"@cocreate/calculate": "^1.14.6",
"@cocreate/charts": "^1.12.2",
"@cocreate/clipboard": "^1.0.0",
"@cocreate/clone": "^1.10.2",
"@cocreate/cocreatecss": "^1.20.3",
"@cocreate/codearea": "^1.12.2",
Expand Down

0 comments on commit 0161d2e

Please sign in to comment.